@uva-glass/component-library 3.0.5 → 3.0.6
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/dist/assets/variables.css +3 -14
- package/dist/components/Buttons/Button.stories.js +1 -1
- package/dist/components/Buttons/LinkButton.stories.js +1 -1
- package/dist/components/Buttons/MenuButton.stories.js +1 -1
- package/dist/components/Checkbox/Checkbox.stories.js +1 -1
- package/dist/components/CheckboxButton/CheckboxButton.stories.js +1 -1
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.stories.js +1 -1
- package/dist/components/Chip/Chip.stories.js +1 -1
- package/dist/components/Drawer/Drawer.stories.js +1 -1
- package/dist/components/FormInput/FormInput.stories.js +1 -1
- package/dist/components/IconButton/IconButton.stories.js +1 -1
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/Sortable/Sortable.stories.js +1 -1
- package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
- package/dist/{index-DkNZhwJb.js → index-CcK2jjMp.js} +275 -243
- package/dist/index-CcK2jjMp.js.map +1 -0
- package/dist/storybook__react.d.js +1 -1
- package/package.json +15 -15
- package/dist/index-DkNZhwJb.js.map +0 -1
|
@@ -727,7 +727,7 @@ var gr = Ce((Pr, K) => {
|
|
|
727
727
|
return Y.createElement(Y.Suspense, null, E());
|
|
728
728
|
}], Tr = async () => {
|
|
729
729
|
try {
|
|
730
|
-
let { configure: E } = await import("./index-
|
|
730
|
+
let { configure: E } = await import("./index-CcK2jjMp.js").then((t) => t.i);
|
|
731
731
|
E({ unstable_advanceTimersWrapper: (t) => J(t), asyncWrapper: async (t) => {
|
|
732
732
|
let r = Pe();
|
|
733
733
|
k(!1);
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uva-glass/component-library",
|
|
3
3
|
"author": "Team Glass - Frontend vrienden",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.6",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -52,22 +52,22 @@
|
|
|
52
52
|
"@semantic-release/git": "^10.0.1",
|
|
53
53
|
"@semantic-release/gitlab": "^13.2.4",
|
|
54
54
|
"@semantic-release/npm": "^12.0.1",
|
|
55
|
-
"@storybook/addon-a11y": "^8.5.
|
|
56
|
-
"@storybook/addon-essentials": "^8.5.
|
|
57
|
-
"@storybook/addon-links": "^8.5.
|
|
58
|
-
"@storybook/blocks": "^8.5.
|
|
59
|
-
"@storybook/manager-api": "^8.5.
|
|
60
|
-
"@storybook/preview-api": "^8.5.
|
|
61
|
-
"@storybook/react-vite": "^8.5.
|
|
62
|
-
"@storybook/react": "^8.5.
|
|
63
|
-
"@storybook/test": "^8.5.
|
|
55
|
+
"@storybook/addon-a11y": "^8.5.4",
|
|
56
|
+
"@storybook/addon-essentials": "^8.5.4",
|
|
57
|
+
"@storybook/addon-links": "^8.5.4",
|
|
58
|
+
"@storybook/blocks": "^8.5.4",
|
|
59
|
+
"@storybook/manager-api": "^8.5.4",
|
|
60
|
+
"@storybook/preview-api": "^8.5.4",
|
|
61
|
+
"@storybook/react-vite": "^8.5.4",
|
|
62
|
+
"@storybook/react": "^8.5.4",
|
|
63
|
+
"@storybook/test": "^8.5.4",
|
|
64
64
|
"@testing-library/jest-dom": "^6.6.3",
|
|
65
65
|
"@testing-library/react": "^16.2.0",
|
|
66
66
|
"@types/jest": "^29.5.14",
|
|
67
67
|
"@types/node": "^22.13.1",
|
|
68
68
|
"@types/react-dom": "^19.0.3",
|
|
69
69
|
"@types/react": "^19.0.8",
|
|
70
|
-
"@uva-glass/eslint-config": "^1.3.
|
|
70
|
+
"@uva-glass/eslint-config": "^1.3.4",
|
|
71
71
|
"@uva-glass/stylelint-config": "^1.2.1",
|
|
72
72
|
"@vitejs/plugin-react": "^4.3.4",
|
|
73
73
|
"babel-jest": "^29.7.0",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"react-router": "^7.1.5",
|
|
87
87
|
"react": "^18.3.1",
|
|
88
88
|
"semantic-release": "^24.2.2",
|
|
89
|
-
"storybook": "^8.5.
|
|
90
|
-
"style-dictionary": "^4.3.
|
|
89
|
+
"storybook": "^8.5.4",
|
|
90
|
+
"style-dictionary": "^4.3.3",
|
|
91
91
|
"stylelint-config-recommended": "^15.0.0",
|
|
92
92
|
"stylelint-config-standard": "^37.0.0",
|
|
93
93
|
"stylelint-order": "^6.0.4",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
"optionalDependencies": {
|
|
115
115
|
"@rollup/rollup-linux-x64-gnu": "^4.34.6",
|
|
116
|
-
"@rspack/binding-darwin-arm64": "1.2.
|
|
117
|
-
"@rspack/binding-linux-x64-gnu": "1.2.
|
|
116
|
+
"@rspack/binding-darwin-arm64": "1.2.3",
|
|
117
|
+
"@rspack/binding-linux-x64-gnu": "1.2.3"
|
|
118
118
|
}
|
|
119
119
|
}
|