@uva-glass/component-library 3.53.14 → 3.54.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/README.md +1 -0
- package/dist/assets/variables.css +4 -4
- package/dist/{chunk-2N4WE3KZ-DQvXvHLf.js → chunk-2N4WE3KZ-nJkI9rUN.js} +17 -17
- package/dist/{chunk-2N4WE3KZ-DQvXvHLf.js.map → chunk-2N4WE3KZ-nJkI9rUN.js.map} +1 -1
- 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/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.stories.js +2 -2
- package/dist/components/Chip/Chip.stories.js +1 -1
- package/dist/components/ControlsButton/ControlsButton.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/MultiSelectBox/MultiSelectBox.stories.js +1 -1
- package/dist/components/Notification/Notification.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/RadioGroup/RadioGroup.stories.js +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.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/TextArea/TextArea.js +34 -29
- package/dist/components/TextArea/TextArea.js.map +1 -1
- package/dist/components/TextArea/TextArea.stories.js +16 -12
- package/dist/components/TextArea/TextArea.stories.js.map +1 -1
- package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
- package/dist/components/VarIndicator/VarIndicator.stories.js +1 -1
- package/dist/{index-1WwGCyua.js → index-B_q_4aBT.js} +89 -81
- package/dist/index-B_q_4aBT.js.map +1 -0
- package/dist/storybook__react.d.js +2 -2
- package/package.json +27 -27
- package/dist/index-1WwGCyua.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as lt from "react";
|
|
2
2
|
import Me, { StrictMode as gn, Fragment as Yt, Component as Fn, isValidElement as Ht, createElement as yn } from "react";
|
|
3
|
-
import { d as Bn, e as xn, b as vn, c as fe, h as _n, f as Sn, T as pr, i as Dt, g as bn, u as wn, j as kn, S as fr, k as Tn, l as dr, m as Pn } from "./chunk-2N4WE3KZ-
|
|
4
|
-
import { s as Qt, c as In, l as bt } from "./index-
|
|
3
|
+
import { d as Bn, e as xn, b as vn, c as fe, h as _n, f as Sn, T as pr, i as Dt, g as bn, u as wn, j as kn, S as fr, k as Tn, l as dr, m as Pn } from "./chunk-2N4WE3KZ-nJkI9rUN.js";
|
|
4
|
+
import { s as Qt, c as In, l as bt } from "./index-B_q_4aBT.js";
|
|
5
5
|
var Nn = {
|
|
6
6
|
/** Story has a test function */
|
|
7
7
|
TEST_FN: "test-fn"
|
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.
|
|
5
|
+
"version": "3.54.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -43,49 +43,49 @@
|
|
|
43
43
|
"react-dom": "^19.2.4"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@commitlint/cli": "^20.4.
|
|
47
|
-
"@commitlint/config-conventional": "^20.4.
|
|
48
|
-
"@react-aria/button": "^3.14.
|
|
49
|
-
"@react-aria/dialog": "^3.5.
|
|
50
|
-
"@react-aria/focus": "^3.21.
|
|
51
|
-
"@react-aria/overlays": "^3.31.
|
|
52
|
-
"@react-types/dialog": "^3.5.
|
|
46
|
+
"@commitlint/cli": "^20.4.2",
|
|
47
|
+
"@commitlint/config-conventional": "^20.4.2",
|
|
48
|
+
"@react-aria/button": "^3.14.4",
|
|
49
|
+
"@react-aria/dialog": "^3.5.33",
|
|
50
|
+
"@react-aria/focus": "^3.21.4",
|
|
51
|
+
"@react-aria/overlays": "^3.31.1",
|
|
52
|
+
"@react-types/dialog": "^3.5.23",
|
|
53
53
|
"@semantic-release/git": "^10.0.1",
|
|
54
|
-
"@semantic-release/gitlab": "^13.
|
|
55
|
-
"@semantic-release/npm": "^13.1.
|
|
56
|
-
"@storybook/addon-a11y": "^10.2.
|
|
57
|
-
"@storybook/addon-docs": "^10.2.
|
|
58
|
-
"@storybook/addon-links": "^10.2.
|
|
59
|
-
"@storybook/react": "^10.2.
|
|
60
|
-
"@storybook/react-vite": "^10.2.
|
|
54
|
+
"@semantic-release/gitlab": "^13.3.0",
|
|
55
|
+
"@semantic-release/npm": "^13.1.4",
|
|
56
|
+
"@storybook/addon-a11y": "^10.2.10",
|
|
57
|
+
"@storybook/addon-docs": "^10.2.10",
|
|
58
|
+
"@storybook/addon-links": "^10.2.10",
|
|
59
|
+
"@storybook/react": "^10.2.10",
|
|
60
|
+
"@storybook/react-vite": "^10.2.10",
|
|
61
61
|
"@testing-library/jest-dom": "^6.9.1",
|
|
62
62
|
"@testing-library/react": "^16.3.2",
|
|
63
63
|
"@types/jest": "^30.0.0",
|
|
64
|
-
"@types/node": "^25.
|
|
65
|
-
"@types/react": "^19.2.
|
|
64
|
+
"@types/node": "^25.3.0",
|
|
65
|
+
"@types/react": "^19.2.14",
|
|
66
66
|
"@types/react-dom": "^19.2.3",
|
|
67
67
|
"@uva-glass/eslint-config": "^1.3.11",
|
|
68
68
|
"@uva-glass/stylelint-config": "^1.3.0",
|
|
69
|
-
"@vitejs/plugin-react": "^5.1.
|
|
69
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
70
70
|
"babel-jest": "^30.2.0",
|
|
71
71
|
"babel-plugin-transform-vite-meta-env": "^1.0.3",
|
|
72
72
|
"clsx": "^2.1.1",
|
|
73
73
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
74
|
-
"glob": "^13.0.
|
|
74
|
+
"glob": "^13.0.6",
|
|
75
75
|
"husky": "^9.1.7",
|
|
76
76
|
"identity-obj-proxy": "^3.0.0",
|
|
77
77
|
"jest": "^30.2.0",
|
|
78
78
|
"jest-environment-jsdom": "^30.2.0",
|
|
79
79
|
"jest-junit": "^16.0.0",
|
|
80
|
-
"jsdom": "^
|
|
80
|
+
"jsdom": "^28.1.0",
|
|
81
81
|
"npm-run-all2": "^8.0.4",
|
|
82
82
|
"react": "^19.2.4",
|
|
83
83
|
"react-dom": "^19.2.4",
|
|
84
84
|
"react-router": "^7.13.0",
|
|
85
85
|
"semantic-release": "^25.0.3",
|
|
86
|
-
"storybook": "^10.2.
|
|
87
|
-
"style-dictionary": "^5.2
|
|
88
|
-
"stylelint": "^17.
|
|
86
|
+
"storybook": "^10.2.10",
|
|
87
|
+
"style-dictionary": "^5.3.2",
|
|
88
|
+
"stylelint": "^17.3.0",
|
|
89
89
|
"stylelint-config-recommended": "^18.0.0",
|
|
90
90
|
"stylelint-config-standard": "^40.0.0",
|
|
91
91
|
"stylelint-order": "^7.0.1",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
97
97
|
"vite-plugin-static-copy": "^3.2.0",
|
|
98
98
|
"vite-plugin-svgr": "^4.5.0",
|
|
99
|
-
"vite-tsconfig-paths": "^6.
|
|
99
|
+
"vite-tsconfig-paths": "^6.1.1"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
102
|
"@babel/preset-env": "^7.29.0",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
},
|
|
111
111
|
"optionalDependencies": {
|
|
112
112
|
"@ast-grep/napi-linux-x64-gnu": "0.40.5",
|
|
113
|
-
"@rollup/rollup-linux-x64-gnu": "^4.
|
|
114
|
-
"@rspack/binding-darwin-arm64": "1.7.
|
|
115
|
-
"@rspack/binding-linux-x64-gnu": "1.7.
|
|
113
|
+
"@rollup/rollup-linux-x64-gnu": "^4.58.0",
|
|
114
|
+
"@rspack/binding-darwin-arm64": "1.7.6",
|
|
115
|
+
"@rspack/binding-linux-x64-gnu": "1.7.6"
|
|
116
116
|
}
|
|
117
117
|
}
|