@uva-glass/component-library 3.52.1 → 3.52.2
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/TextArea.css +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.d.ts +5 -1
- package/dist/components/TextArea/TextArea.js +31 -21
- package/dist/components/TextArea/TextArea.js.map +1 -1
- package/dist/components/TextArea/TextArea.stories.js +1 -1
- package/dist/components/TextArea/TextArea.test.js +1 -1
- package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
- package/dist/components/VarIndicator/VarIndicator.stories.js +1 -1
- package/dist/{index-DvUwfXNb.js → index-BJRrLdmi.js} +1426 -1423
- package/dist/index-BJRrLdmi.js.map +1 -0
- package/dist/{index-BfMTX2kB.js → index-fdIFY6eP.js} +458 -456
- package/dist/{index-BfMTX2kB.js.map → index-fdIFY6eP.js.map} +1 -1
- package/dist/storybook__react.d.js +3 -3
- package/package.json +9 -9
- package/dist/index-DvUwfXNb.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _t from "react";
|
|
2
2
|
import He, { StrictMode as Gu, Fragment as qn, Component as Wu, isValidElement as Un, createElement as zu } from "react";
|
|
3
|
-
import { a as Ku, s as es, i as Xu, O as Yu, U as Hu, K as Qu } from "./index-
|
|
4
|
-
import { s as ts, i as gr } from "./index-
|
|
3
|
+
import { a as Ku, s as es, i as Xu, O as Yu, U as Hu, K as Qu } from "./index-fdIFY6eP.js";
|
|
4
|
+
import { s as ts, i as gr } from "./index-BJRrLdmi.js";
|
|
5
5
|
var rs = (e, t) => Ku((r) => He.createElement(e, r), t), Zu = Object.create, Lr = Object.defineProperty, ea = Object.getOwnPropertyDescriptor, Gn = Object.getOwnPropertyNames, ta = Object.getPrototypeOf, ra = Object.prototype.hasOwnProperty, na = (e, t) => function() {
|
|
6
6
|
return e && (t = (0, e[Gn(e)[0]])(e = 0)), t;
|
|
7
7
|
}, H = (e, t) => function() {
|
|
@@ -749,7 +749,7 @@ var Ia = (e) => async (t) => (t != null && (e.originalStoryFn = () => t), await
|
|
|
749
749
|
return _t.createElement(_t.Suspense, null, e());
|
|
750
750
|
}], Oa = { renderer: "react" }, Ra = async () => {
|
|
751
751
|
try {
|
|
752
|
-
let { configure: e } = await import("./index-
|
|
752
|
+
let { configure: e } = await import("./index-BJRrLdmi.js").then((r) => r.N), t = await cs();
|
|
753
753
|
e({ unstable_advanceTimersWrapper: (r) => t(r), asyncWrapper: async (r) => {
|
|
754
754
|
let n = ls();
|
|
755
755
|
xt(!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.52.
|
|
5
|
+
"version": "3.52.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@semantic-release/git": "^10.0.1",
|
|
54
54
|
"@semantic-release/gitlab": "^13.2.9",
|
|
55
55
|
"@semantic-release/npm": "^13.1.1",
|
|
56
|
-
"@storybook/addon-a11y": "^9.1.
|
|
57
|
-
"@storybook/addon-docs": "^9.1.
|
|
58
|
-
"@storybook/addon-links": "^9.1.
|
|
59
|
-
"@storybook/react": "^9.1.
|
|
60
|
-
"@storybook/react-vite": "^9.1.
|
|
56
|
+
"@storybook/addon-a11y": "^9.1.15",
|
|
57
|
+
"@storybook/addon-docs": "^9.1.15",
|
|
58
|
+
"@storybook/addon-links": "^9.1.15",
|
|
59
|
+
"@storybook/react": "^9.1.15",
|
|
60
|
+
"@storybook/react-vite": "^9.1.15",
|
|
61
61
|
"@testing-library/jest-dom": "^6.9.1",
|
|
62
62
|
"@testing-library/react": "^16.3.0",
|
|
63
63
|
"@types/jest": "^30.0.0",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"@types/react-dom": "^19.2.2",
|
|
67
67
|
"@uva-glass/eslint-config": "^1.3.11",
|
|
68
68
|
"@uva-glass/stylelint-config": "^1.2.3",
|
|
69
|
-
"@vitejs/plugin-react": "^5.0
|
|
69
|
+
"@vitejs/plugin-react": "^5.1.0",
|
|
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
|
-
"eslint-plugin-react-hooks": "^7.0.
|
|
73
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
74
74
|
"glob": "^11.0.3",
|
|
75
75
|
"husky": "^9.1.7",
|
|
76
76
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"react-dom": "^19.2.0",
|
|
84
84
|
"react-router": "^7.9.4",
|
|
85
85
|
"semantic-release": "^25.0.1",
|
|
86
|
-
"storybook": "^9.1.
|
|
86
|
+
"storybook": "^9.1.15",
|
|
87
87
|
"style-dictionary": "^5.1.1",
|
|
88
88
|
"stylelint": "^16.25.0",
|
|
89
89
|
"stylelint-config-recommended": "^17.0.0",
|