@folkehelseinstituttet/designsystem 0.30.0 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +621 -571
- package/fhi-body.js +10 -10
- package/fhi-body.js.map +1 -1
- package/fhi-button.js +12 -8
- package/fhi-button.js.map +1 -1
- package/fhi-date-input.js +62 -24
- package/fhi-date-input.js.map +1 -1
- package/fhi-display.js +13 -9
- package/fhi-display.js.map +1 -1
- package/fhi-headline.js +13 -9
- package/fhi-headline.js.map +1 -1
- package/fhi-label.js +10 -10
- package/fhi-label.js.map +1 -1
- package/fhi-modal-dialog.js +2 -2
- package/fhi-modal-dialog.js.map +1 -1
- package/fhi-tag.js +1 -1
- package/fhi-tag.js.map +1 -1
- package/fhi-text-input.js +88 -52
- package/fhi-text-input.js.map +1 -1
- package/fhi-title.js +13 -9
- package/fhi-title.js.map +1 -1
- package/fhi-tooltip.js +397 -395
- package/fhi-tooltip.js.map +1 -1
- package/index.js +354 -354
- package/package.json +12 -47
- package/web-types.json +280 -260
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"title": "FHI Designsystem",
|
|
3
3
|
"author": "FHI Designsystem team",
|
|
4
4
|
"name": "@folkehelseinstituttet/designsystem",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.32.0",
|
|
6
6
|
"description": "The official design system for the Norwegian Institute of Public Health implemented as web components",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"fhi",
|
|
@@ -55,25 +55,20 @@
|
|
|
55
55
|
"publish:npm": "pnpm build && cd dist/npm && npm publish",
|
|
56
56
|
"changelog:ci": "release-it --ci",
|
|
57
57
|
"analyze": "cem analyze --litelement",
|
|
58
|
-
"clean": "rimraf .temp"
|
|
58
|
+
"clean": "rimraf .temp",
|
|
59
|
+
"build-storybook": "storybook build"
|
|
59
60
|
},
|
|
60
61
|
"peerDependencies": {
|
|
61
62
|
"lit": "~3.2.0"
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
64
|
-
"@chromatic-com/storybook": "~1.9.0",
|
|
65
65
|
"@custom-elements-manifest/analyzer": "^0.10.10",
|
|
66
66
|
"@esm-bundle/chai": "4.3.4-fix.0",
|
|
67
67
|
"@open-wc/testing": "~4.0.0",
|
|
68
68
|
"@playwright/test": "^1.57.0",
|
|
69
69
|
"@release-it/conventional-changelog": "~10.0.2",
|
|
70
|
-
"@storybook/addon-
|
|
71
|
-
"@storybook/
|
|
72
|
-
"@storybook/addon-links": "~8.3.7",
|
|
73
|
-
"@storybook/blocks": "~8.3.7",
|
|
74
|
-
"@storybook/test": "~8.6.14",
|
|
75
|
-
"@storybook/web-components": "~8.6.14",
|
|
76
|
-
"@storybook/web-components-vite": "~8.6.14",
|
|
70
|
+
"@storybook/addon-docs": "^10.2.8",
|
|
71
|
+
"@storybook/web-components-vite": "^10.2.8",
|
|
77
72
|
"@types/mocha": "~10.0.10",
|
|
78
73
|
"@types/node": "~22.5.5",
|
|
79
74
|
"@wc-toolkit/cem-sorter": "^1.0.1",
|
|
@@ -84,12 +79,14 @@
|
|
|
84
79
|
"@web/test-runner-playwright": "~0.11.1",
|
|
85
80
|
"cross-env": "7.0.3",
|
|
86
81
|
"custom-element-jet-brains-integration": "^1.7.0",
|
|
82
|
+
"eslint-plugin-storybook": "10.2.8",
|
|
87
83
|
"lit": "~3.2.1",
|
|
88
84
|
"mocha": "~10.7.3",
|
|
85
|
+
"playwright": "^1.58.2",
|
|
89
86
|
"release-it": "~19.0.6",
|
|
90
87
|
"rimraf": "^6.1.2",
|
|
91
|
-
"storybook": "
|
|
92
|
-
"storybook-design-token": "^
|
|
88
|
+
"storybook": "^10.2.8",
|
|
89
|
+
"storybook-design-token": "^5.0.0",
|
|
93
90
|
"svgo": "^3.3.2",
|
|
94
91
|
"vite": "~6.4.1",
|
|
95
92
|
"vite-plugin-generate-file": "~0.2.0",
|
|
@@ -100,41 +97,9 @@
|
|
|
100
97
|
},
|
|
101
98
|
"pnpm": {
|
|
102
99
|
"overrides": {
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"@eslint/plugin-kit@<0.2.3": ">=0.2.3",
|
|
107
|
-
"koa@>=2.0.0 <2.15.4": ">=2.15.4",
|
|
108
|
-
"esbuild@<=0.24.2": ">=0.25.0",
|
|
109
|
-
"vite@>=5.0.0 <=5.4.11": ">=5.4.12",
|
|
110
|
-
"vite@>=5.0.0 <5.4.15": ">=5.4.15",
|
|
111
|
-
"vite@>=5.0.0 <5.4.16": ">=5.4.16",
|
|
112
|
-
"vite@>=5.0.0 <5.4.18": ">=5.4.18",
|
|
113
|
-
"cookie@<0.7.0": ">=0.7.0",
|
|
114
|
-
"@babel/runtime@<7.26.10": ">=7.26.10",
|
|
115
|
-
"vite@>=5.0.0 <=5.4.18": ">=5.4.19",
|
|
116
|
-
"vite@>=5.0.0 <5.4.17": ">=5.4.17",
|
|
117
|
-
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
|
|
118
|
-
"path-to-regexp@<0.1.12": ">=0.1.12",
|
|
119
|
-
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
|
|
120
|
-
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
|
|
121
|
-
"@eslint/plugin-kit@<0.3.4": ">=0.3.4",
|
|
122
|
-
"koa@>=2.0.0 <2.16.2": ">=2.16.2",
|
|
123
|
-
"vite-plugin-static-copy@>=0.4.3 <=2.3.1": ">=2.3.2",
|
|
124
|
-
"vite@<=5.4.19": ">=5.4.20",
|
|
125
|
-
"@conventional-changelog/git-client@<2.0.0": ">=2.0.0",
|
|
126
|
-
"koa@<2.16.1": ">=2.16.1",
|
|
127
|
-
"vite@>=5.2.6 <=5.4.20": ">=5.4.21",
|
|
128
|
-
"playwright@<1.55.1": ">=1.55.1",
|
|
129
|
-
"tar-fs@>=3.0.0 <3.1.1": ">=3.1.1",
|
|
130
|
-
"form-data@>=4.0.0 <4.0.4": ">=4.0.4",
|
|
131
|
-
"tar-fs@>=3.0.0 <3.0.9": ">=3.0.9",
|
|
132
|
-
"tar-fs@>=3.0.0 <3.0.7": ">=3.0.7",
|
|
133
|
-
"nanoid@<3.3.8": ">=3.3.8",
|
|
134
|
-
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
|
|
135
|
-
"glob@>=11.0.0 <11.1.0": ">=11.1.0",
|
|
136
|
-
"qs@<6.14.1": ">=6.14.1",
|
|
137
|
-
"storybook@>=8.0.0 <8.6.15": ">=8.6.15"
|
|
100
|
+
"undici@<6.23.0": ">=6.23.0",
|
|
101
|
+
"diff@>=5.0.0 <5.2.2": ">=5.2.2",
|
|
102
|
+
"qs@>=6.7.0 <=6.14.1": ">=6.14.2"
|
|
138
103
|
}
|
|
139
104
|
}
|
|
140
105
|
}
|