@uva-glass/component-library 3.0.14 → 3.1.1
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/{Lexical.prod-LIa6Q94i.js → Lexical.prod-Bu-Iw9VX.js} +1390 -1361
- package/dist/Lexical.prod-Bu-Iw9VX.js.map +1 -0
- package/dist/{LexicalClipboard.prod-LIoPcoQF.js → LexicalClipboard.prod-C5dHfEke.js} +18 -18
- package/dist/{LexicalClipboard.prod-LIoPcoQF.js.map → LexicalClipboard.prod-C5dHfEke.js.map} +1 -1
- package/dist/{LexicalLink.prod-N0i4wDOR.js → LexicalLink.prod-DdERpPPj.js} +14 -14
- package/dist/{LexicalLink.prod-N0i4wDOR.js.map → LexicalLink.prod-DdERpPPj.js.map} +1 -1
- package/dist/{LexicalList.prod-BKa7Tljk.js → LexicalList.prod-CzJqqstH.js} +91 -95
- package/dist/LexicalList.prod-CzJqqstH.js.map +1 -0
- package/dist/LexicalSelection.prod-CkM-3E0b.js +90 -0
- package/dist/{LexicalSelection.prod-Cid08b3Z.js.map → LexicalSelection.prod-CkM-3E0b.js.map} +1 -1
- package/dist/LexicalTable.prod-BsmIydKv.js +1550 -0
- package/dist/LexicalTable.prod-BsmIydKv.js.map +1 -0
- package/dist/LexicalUtils.prod-BVZbsLIa.js +107 -0
- package/dist/LexicalUtils.prod-BVZbsLIa.js.map +1 -0
- package/dist/{TablePlugin-DlTujN8R.js → TablePlugin-DKzssVbg.js} +41 -41
- package/dist/{TablePlugin-DlTujN8R.js.map → TablePlugin-DKzssVbg.js.map} +1 -1
- package/dist/assets/FeedbackBar.css +1 -0
- 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.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.stories.js +2 -2
- package/dist/components/Chip/Chip.stories.js +1 -1
- package/dist/components/Drawer/Drawer.stories.js +1 -1
- package/dist/components/FeedbackBar/FeedbackBar.d.ts +3 -0
- package/dist/components/FeedbackBar/FeedbackBar.js +30 -0
- package/dist/components/FeedbackBar/FeedbackBar.js.map +1 -0
- package/dist/components/FeedbackBar/FeedbackBar.stories.d.ts +7 -0
- package/dist/components/FeedbackBar/FeedbackBar.stories.js +33 -0
- package/dist/components/FeedbackBar/FeedbackBar.stories.js.map +1 -0
- package/dist/components/FeedbackBar/FeedbackBar.test.d.ts +0 -0
- package/dist/components/FeedbackBar/FeedbackBar.test.js +14 -0
- package/dist/components/FeedbackBar/FeedbackBar.test.js.map +1 -0
- package/dist/components/FeedbackBar/index.d.ts +1 -0
- package/dist/components/FeedbackBar/index.js +5 -0
- package/dist/components/FeedbackBar/index.js.map +1 -0
- package/dist/components/FormInput/FormInput.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 +2 -2
- package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +2 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
- package/dist/components/OverlayStepBar/OverlayStepBar.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +3 -3
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +5 -5
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +4 -4
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +25 -25
- package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +8 -8
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +18 -18
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +14 -14
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +132 -130
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/helpers.js +11 -11
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/Sortable/Sortable.stories.js +1 -1
- package/dist/components/Timeline/Timeline.test.js +1 -1
- package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
- package/dist/components/VarIndicator/VarIndicator.stories.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +84 -82
- package/dist/components/index.js.map +1 -1
- package/dist/{helpers-BFkCPTTp.js → helpers-D13uK95u.js} +19 -19
- package/dist/{helpers-BFkCPTTp.js.map → helpers-D13uK95u.js.map} +1 -1
- package/dist/{index-DpyOH4wL.js → index-C7jFUWYs.js} +2 -2
- package/dist/{index-DpyOH4wL.js.map → index-C7jFUWYs.js.map} +1 -1
- package/dist/{index-BldK5xU9.js → index-DH9Vbk37.js} +3 -9
- package/dist/index-DH9Vbk37.js.map +1 -0
- package/dist/index.js +84 -82
- package/dist/index.js.map +1 -1
- package/dist/storybook__react.d.js +1887 -1874
- package/dist/storybook__react.d.js.map +1 -1
- package/package.json +20 -20
- package/dist/Lexical.prod-LIa6Q94i.js.map +0 -1
- package/dist/LexicalList.prod-BKa7Tljk.js.map +0 -1
- package/dist/LexicalSelection.prod-Cid08b3Z.js +0 -85
- package/dist/LexicalTable.prod-B1mw85mv.js +0 -1545
- package/dist/LexicalTable.prod-B1mw85mv.js.map +0 -1
- package/dist/LexicalUtils.prod-DstvN5hc.js +0 -109
- package/dist/LexicalUtils.prod-DstvN5hc.js.map +0 -1
- package/dist/index-BldK5xU9.js.map +0 -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.
|
|
5
|
+
"version": "3.1.1",
|
|
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.6.
|
|
56
|
-
"@storybook/addon-essentials": "^8.6.
|
|
57
|
-
"@storybook/addon-links": "^8.6.
|
|
58
|
-
"@storybook/blocks": "^8.6.
|
|
59
|
-
"@storybook/manager-api": "^8.6.
|
|
60
|
-
"@storybook/preview-api": "^8.6.
|
|
61
|
-
"@storybook/react-vite": "^8.6.
|
|
62
|
-
"@storybook/react": "^8.6.
|
|
63
|
-
"@storybook/test": "^8.6.
|
|
55
|
+
"@storybook/addon-a11y": "^8.6.7",
|
|
56
|
+
"@storybook/addon-essentials": "^8.6.7",
|
|
57
|
+
"@storybook/addon-links": "^8.6.7",
|
|
58
|
+
"@storybook/blocks": "^8.6.7",
|
|
59
|
+
"@storybook/manager-api": "^8.6.7",
|
|
60
|
+
"@storybook/preview-api": "^8.6.7",
|
|
61
|
+
"@storybook/react-vite": "^8.6.7",
|
|
62
|
+
"@storybook/react": "^8.6.7",
|
|
63
|
+
"@storybook/test": "^8.6.7",
|
|
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.10",
|
|
68
68
|
"@types/react-dom": "^19.0.4",
|
|
69
|
-
"@types/react": "^19.0.
|
|
70
|
-
"@uva-glass/eslint-config": "^1.3.
|
|
69
|
+
"@types/react": "^19.0.11",
|
|
70
|
+
"@uva-glass/eslint-config": "^1.3.8",
|
|
71
71
|
"@uva-glass/stylelint-config": "^1.2.2",
|
|
72
72
|
"@vitejs/plugin-react": "^4.3.4",
|
|
73
73
|
"babel-jest": "^29.7.0",
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
"react-router": "^7.3.0",
|
|
87
87
|
"react": "^18.3.1",
|
|
88
88
|
"semantic-release": "^24.2.3",
|
|
89
|
-
"storybook": "^8.6.
|
|
89
|
+
"storybook": "^8.6.7",
|
|
90
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",
|
|
94
|
-
"stylelint": "^16.
|
|
94
|
+
"stylelint": "^16.16.0",
|
|
95
95
|
"ts-node": "^10.9.2",
|
|
96
96
|
"typescript": "^5.8.2",
|
|
97
97
|
"vite-plugin-dts": "^4.5.3",
|
|
@@ -99,20 +99,20 @@
|
|
|
99
99
|
"vite-plugin-static-copy": "^2.3.0",
|
|
100
100
|
"vite-plugin-svgr": "^4.3.0",
|
|
101
101
|
"vite-tsconfig-paths": "^5.1.4",
|
|
102
|
-
"vite": "^6.2.
|
|
102
|
+
"vite": "^6.2.2"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"@babel/preset-env": "^7.26.9",
|
|
106
106
|
"@babel/preset-react": "^7.26.3",
|
|
107
107
|
"@babel/preset-typescript": "^7.26.0",
|
|
108
|
-
"@lexical/link": "^0.
|
|
109
|
-
"@lexical/list": "^0.
|
|
110
|
-
"@lexical/react": "^0.
|
|
108
|
+
"@lexical/link": "^0.28.0",
|
|
109
|
+
"@lexical/list": "^0.28.0",
|
|
110
|
+
"@lexical/react": "^0.28.0",
|
|
111
111
|
"@staartwind.nl/lexical-paste-from-word": "^1.0.2",
|
|
112
|
-
"lexical": "^0.
|
|
112
|
+
"lexical": "^0.28.0"
|
|
113
113
|
},
|
|
114
114
|
"optionalDependencies": {
|
|
115
|
-
"@rollup/rollup-linux-x64-gnu": "^4.
|
|
115
|
+
"@rollup/rollup-linux-x64-gnu": "^4.36.0",
|
|
116
116
|
"@rspack/binding-darwin-arm64": "1.2.8",
|
|
117
117
|
"@rspack/binding-linux-x64-gnu": "1.2.8",
|
|
118
118
|
"@ast-grep/napi-linux-x64-gnu": "0.36.1"
|