@uva-glass/component-library 1.49.0 → 1.50.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-DSsdOWxu.js +4043 -0
- package/dist/Lexical.prod-DSsdOWxu.js.map +1 -0
- package/dist/ListPlugin-Bu2AbCDB.js +643 -0
- package/dist/ListPlugin-Bu2AbCDB.js.map +1 -0
- package/dist/RteEditor.module-RkKUrkOO.js +21 -0
- package/dist/RteEditor.module-RkKUrkOO.js.map +1 -0
- package/dist/assets/CheckboxButton.css +1 -1
- package/dist/assets/RteEditor.css +1 -0
- package/dist/components/CheckboxButton/CheckboxButton.js +29 -29
- package/dist/components/Icon/icons/index.d.ts +12 -0
- package/dist/components/Icon/icons/index.js +93 -73
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.d.ts +6 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +32 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js.map +1 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/index.js +5 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/index.js.map +1 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.d.ts +6 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +11 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js.map +1 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/index.js +5 -0
- package/dist/components/RteEditor/Plugins/ListPlugin/index.js.map +1 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +38 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/index.js +5 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/index.js.map +1 -0
- package/dist/components/RteEditor/Plugins/index.d.ts +3 -0
- package/dist/components/RteEditor/Plugins/index.js +9 -0
- package/dist/components/RteEditor/Plugins/index.js.map +1 -0
- package/dist/components/RteEditor/RteEditor.d.ts +7 -0
- package/dist/components/RteEditor/RteEditor.js +833 -0
- package/dist/components/RteEditor/RteEditor.js.map +1 -0
- package/dist/components/RteEditor/RteEditor.stories.d.ts +6 -0
- package/dist/components/RteEditor/RteEditor.stories.js +40 -0
- package/dist/components/RteEditor/RteEditor.stories.js.map +1 -0
- package/dist/components/RteEditor/UvaTheme/UvaTheme.d.ts +11 -0
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +16 -0
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js.map +1 -0
- package/dist/components/RteEditor/UvaTheme/index.d.ts +1 -0
- package/dist/components/RteEditor/UvaTheme/index.js +5 -0
- package/dist/components/RteEditor/UvaTheme/index.js.map +1 -0
- package/dist/components/RteEditor/index.d.ts +1 -0
- package/dist/components/RteEditor/index.js +5 -0
- package/dist/components/RteEditor/index.js.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +23 -21
- package/dist/components/index.js.map +1 -1
- package/dist/index-DsprzSCj.js +19067 -0
- package/dist/index-DsprzSCj.js.map +1 -0
- package/dist/index.js +23 -21
- package/dist/index.js.map +1 -1
- package/dist/{react-18-m8Z-Ep7B.js → react-18-C0Aiha-e.js} +2 -2
- package/dist/{react-18-m8Z-Ep7B.js.map → react-18-C0Aiha-e.js.map} +1 -1
- package/dist/storybook__react.d.js +1993 -1
- package/dist/storybook__react.d.js.map +1 -1
- package/package.json +23 -17
- package/dist/storybook__react.d-fgYZl9aD.js +0 -21053
- package/dist/storybook__react.d-fgYZl9aD.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": "1.
|
|
5
|
+
"version": "1.50.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"@semantic-release/git": "^10.0.1",
|
|
49
49
|
"@semantic-release/gitlab": "^13.2.1",
|
|
50
50
|
"@semantic-release/npm": "^12.0.1",
|
|
51
|
-
"@storybook/addon-a11y": "^8.3.
|
|
52
|
-
"@storybook/addon-essentials": "^8.3.
|
|
53
|
-
"@storybook/addon-links": "^8.3.
|
|
54
|
-
"@storybook/blocks": "^8.3.
|
|
55
|
-
"@storybook/manager-api": "^8.3.
|
|
56
|
-
"@storybook/preview-api": "^8.3.
|
|
57
|
-
"@storybook/react": "^8.3.
|
|
58
|
-
"@storybook/react-vite": "^8.3.
|
|
59
|
-
"@storybook/test": "^8.3.
|
|
60
|
-
"@types/node": "^20.16.
|
|
61
|
-
"@types/react": "^18.3.
|
|
51
|
+
"@storybook/addon-a11y": "^8.3.3",
|
|
52
|
+
"@storybook/addon-essentials": "^8.3.3",
|
|
53
|
+
"@storybook/addon-links": "^8.3.3",
|
|
54
|
+
"@storybook/blocks": "^8.3.3",
|
|
55
|
+
"@storybook/manager-api": "^8.3.3",
|
|
56
|
+
"@storybook/preview-api": "^8.3.3",
|
|
57
|
+
"@storybook/react": "^8.3.3",
|
|
58
|
+
"@storybook/react-vite": "^8.3.3",
|
|
59
|
+
"@storybook/test": "^8.3.3",
|
|
60
|
+
"@types/node": "^20.16.9",
|
|
61
|
+
"@types/react": "^18.3.9",
|
|
62
62
|
"@types/react-dom": "^18.3.0",
|
|
63
63
|
"@uva-glass/eslint-config": "^1.3.1",
|
|
64
64
|
"@uva-glass/stylelint-config": "^1.1.0",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"eslint": "^8.57.1",
|
|
68
68
|
"eslint-config-prettier": "^9.1.0",
|
|
69
69
|
"eslint-plugin-prettier": "^5.2.1",
|
|
70
|
-
"eslint-plugin-react": "^7.
|
|
70
|
+
"eslint-plugin-react": "^7.37.0",
|
|
71
71
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
72
72
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
73
|
-
"eslint-plugin-storybook": "^0.
|
|
73
|
+
"eslint-plugin-storybook": "^0.9.0",
|
|
74
74
|
"glob": "^11.0.0",
|
|
75
75
|
"jest": "^29.7.0",
|
|
76
76
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -81,18 +81,24 @@
|
|
|
81
81
|
"react-dom": "^18.3.1",
|
|
82
82
|
"react-router-dom": "^6.26.2",
|
|
83
83
|
"semantic-release": "^24.1.1",
|
|
84
|
-
"storybook": "^8.3.
|
|
84
|
+
"storybook": "^8.3.3",
|
|
85
85
|
"style-dictionary": "^4.1.2",
|
|
86
86
|
"stylelint": "^16.9.0",
|
|
87
87
|
"stylelint-config-recommended": "^14.0.1",
|
|
88
88
|
"stylelint-config-standard": "^36.0.1",
|
|
89
89
|
"stylelint-order": "^6.0.4",
|
|
90
90
|
"typescript": "^5.6.2",
|
|
91
|
-
"vite": "^5.4.
|
|
92
|
-
"vite-plugin-dts": "^4.2.
|
|
91
|
+
"vite": "^5.4.8",
|
|
92
|
+
"vite-plugin-dts": "^4.2.2",
|
|
93
93
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
94
94
|
"vite-plugin-static-copy": "^1.0.6",
|
|
95
95
|
"vite-plugin-svgr": "^4.2.0",
|
|
96
96
|
"vite-tsconfig-paths": "^5.0.1"
|
|
97
|
+
},
|
|
98
|
+
"dependencies": {
|
|
99
|
+
"@lexical/list": "^0.18.0",
|
|
100
|
+
"@lexical/react": "^0.18.0",
|
|
101
|
+
"@lexical/selection": "^0.18.0",
|
|
102
|
+
"lexical": "^0.18.0"
|
|
97
103
|
}
|
|
98
104
|
}
|