Skip to content

Commit

Permalink
fix(#2991): update ui-components-common package to be public with its…
Browse files Browse the repository at this point in the history
… package description
  • Loading branch information
vanessatran-ddi authored and chrisolsen committed Jan 8, 2025
1 parent a64a19d commit 36f1247
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
3 changes: 2 additions & 1 deletion libs/common/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
[
"@semantic-release/npm",
{
"pkgRoot": "dist/libs/common"
"pkgRoot": "dist/libs/common",
"npmPublish": true
}
],
"@semantic-release/github"
Expand Down
19 changes: 18 additions & 1 deletion libs/common/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
{
"name": "@abgov/ui-components-common",
"version": "0.0.0",
"bugs": {
"url": "https://github.com/GovAlta/ui-components/issues"
},
"keywords": [
"Goab",
"ui-components",
"common"
],
"repository": {
"type": "git",
"url": "https://github.com/GovAlta/ui-components.git",
"directory": "libs/common"
},
"license": "Apache-2.0",
"description": "Government of Alberta - UI Web components",
"type": "module",
"main": "./index.js",
"module": "./index.js"
"module": "./index.js",
"publishConfig": {
"access": "public"
}
}
2 changes: 0 additions & 2 deletions libs/common/src/lib/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ export type GoabButtonGroupGap = "relaxed" | "compact";
export type GoabAccordionHeadingSize = "small" | "medium";
export type GoabAccordionIconPosition = "left" | "right";

// Formstepper

// Tooltip

export type GoabTooltipPosition = "top" | "bottom" | "left" | "right";
Expand Down

0 comments on commit 36f1247

Please sign in to comment.