@uva-glass/component-library 3.57.0 → 3.57.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/{Lexical.prod-DApSVwEN.js → Lexical.prod-nAj5fF96.js} +2200 -1708
- package/dist/Lexical.prod-nAj5fF96.js.map +1 -0
- package/dist/LexicalClipboard.prod-B9sWgdS2.js +348 -0
- package/dist/LexicalClipboard.prod-B9sWgdS2.js.map +1 -0
- package/dist/{LexicalComposerContext.prod-o3ynMZsi.js → LexicalComposerContext.prod-DumMmRBt.js} +2 -2
- package/dist/LexicalComposerContext.prod-DumMmRBt.js.map +1 -0
- package/dist/LexicalHtml.prod-RCMsF0qt.js +2139 -0
- package/dist/LexicalHtml.prod-RCMsF0qt.js.map +1 -0
- package/dist/{LexicalLink.prod-DCBvBDd1.js → LexicalLink.prod-BcBNTFEb.js} +212 -195
- package/dist/LexicalLink.prod-BcBNTFEb.js.map +1 -0
- package/dist/LexicalList.prod-THQt9B32.js +890 -0
- package/dist/LexicalList.prod-THQt9B32.js.map +1 -0
- package/dist/{LexicalTable.prod-Dw8vTvL0.js → LexicalTable.prod-BpHQYpBM.js} +691 -608
- package/dist/LexicalTable.prod-BpHQYpBM.js.map +1 -0
- package/dist/LexicalUtils.prod-7S6iuu9A.js +347 -0
- package/dist/LexicalUtils.prod-7S6iuu9A.js.map +1 -0
- package/dist/{LinkContextMenu-Jna2w4Ob.js → LinkContextMenu-Byu3AEqp.js} +2 -2
- package/dist/{LinkContextMenu-Jna2w4Ob.js.map → LinkContextMenu-Byu3AEqp.js.map} +1 -1
- package/dist/{PasteHandlerPlugin-IsbHaMUu.js → PasteHandlerPlugin-DyTXcFsj.js} +5 -5
- package/dist/{PasteHandlerPlugin-IsbHaMUu.js.map → PasteHandlerPlugin-DyTXcFsj.js.map} +1 -1
- package/dist/{TableCellContextMenu-Dm-UNfH8.js → TableCellContextMenu--4IdoKAU.js} +2 -2
- package/dist/{TableCellContextMenu-Dm-UNfH8.js.map → TableCellContextMenu--4IdoKAU.js.map} +1 -1
- package/dist/TableCellResizerPlugin-Dn8Ks2Lm.js +208 -0
- package/dist/TableCellResizerPlugin-Dn8Ks2Lm.js.map +1 -0
- package/dist/__mocks__/reactRouterMock.d.ts +27 -0
- package/dist/__mocks__/reactRouterMock.js +17 -0
- package/dist/__mocks__/reactRouterMock.js.map +1 -0
- package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.stories.js +1 -1
- package/dist/components/CheckboxTree/index.js +1 -1
- package/dist/components/FormInput/FormInput.js +1 -1
- package/dist/components/FormInput/FormInput.stories.js +1 -1
- package/dist/components/FormInput/index.js +1 -1
- package/dist/components/Icon/index.d.ts +1 -0
- package/dist/components/Icon/index.js +3 -2
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
- package/dist/components/PeriodSelector/index.js +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.js +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.stories.js +1 -1
- package/dist/components/RadioTabSelector/index.js +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
- package/dist/components/RteEditor/EditorHeader/index.js +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +4 -4
- package/dist/components/RteEditor/Plugins/CourseCataloguePlugin/CourseCataloguePlugin.js +35 -35
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +14 -14
- package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/TableCellResizerPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/TableCellResizerPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/index.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +30 -30
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +2 -2
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/index.js +4 -4
- package/dist/components/RteEditor/RteEditor.js +1 -1
- package/dist/components/RteEditor/RteEditor.stories.js +1 -1
- package/dist/components/RteEditor/helpers.js +4 -4
- package/dist/components/RteEditor/index.js +1 -1
- package/dist/components/RteEditor/nodes/CourseCatalogueNode/CourseCatalogueNode.js +18 -18
- package/dist/components/RteEditor/nodes/TableWrapperNode/TableWrapperNode.js +17 -17
- package/dist/components/index.js +64 -63
- package/dist/{components-DHB1OMJ8.js → components-KU0q76JR.js} +841 -686
- package/dist/components-KU0q76JR.js.map +1 -0
- package/dist/{helpers-C3IJbMVf.js → helpers-BzYayeT-.js} +9 -9
- package/dist/helpers-BzYayeT-.js.map +1 -0
- package/dist/index.js +64 -63
- package/package.json +17 -17
- package/dist/Lexical.prod-DApSVwEN.js.map +0 -1
- package/dist/LexicalClipboard.prod--xxt8Vi4.js +0 -651
- package/dist/LexicalClipboard.prod--xxt8Vi4.js.map +0 -1
- package/dist/LexicalComposerContext.prod-o3ynMZsi.js.map +0 -1
- package/dist/LexicalExtension.prod-efmFsltb.js +0 -913
- package/dist/LexicalExtension.prod-efmFsltb.js.map +0 -1
- package/dist/LexicalLink.prod-DCBvBDd1.js.map +0 -1
- package/dist/LexicalList.prod-DA6gHLh6.js +0 -806
- package/dist/LexicalList.prod-DA6gHLh6.js.map +0 -1
- package/dist/LexicalTable.prod-Dw8vTvL0.js.map +0 -1
- package/dist/LexicalUtils.prod-DRNc5TMZ.js +0 -343
- package/dist/LexicalUtils.prod-DRNc5TMZ.js.map +0 -1
- package/dist/TableCellResizerPlugin-OgsG5jSq.js +0 -208
- package/dist/TableCellResizerPlugin-OgsG5jSq.js.map +0 -1
- package/dist/components-DHB1OMJ8.js.map +0 -1
- package/dist/helpers-C3IJbMVf.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,64 +1,65 @@
|
|
|
1
1
|
import { t as e } from "./Accordion-DQNoRsg_.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { t as r } from "./
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { t as c } from "./
|
|
10
|
-
import { t as l } from "./
|
|
11
|
-
import { t as u } from "./
|
|
12
|
-
import { t as d } from "./
|
|
13
|
-
import { t as f } from "./
|
|
14
|
-
import { t as p } from "./
|
|
15
|
-
import { t as m } from "./
|
|
16
|
-
import { t as h } from "./
|
|
17
|
-
import { t as g } from "./
|
|
18
|
-
import { t as _ } from "./
|
|
19
|
-
import {
|
|
20
|
-
import { t as T } from "./
|
|
21
|
-
import { t as E } from "./
|
|
22
|
-
import { t as D } from "./
|
|
23
|
-
import { t as O } from "./
|
|
24
|
-
import { t as k } from "./
|
|
25
|
-
import { t as A } from "./
|
|
26
|
-
import { t as j } from "./
|
|
27
|
-
import { t as M } from "./
|
|
28
|
-
import { t as N } from "./
|
|
29
|
-
import { t as P } from "./
|
|
30
|
-
import { t as F } from "./
|
|
31
|
-
import { t as I } from "./
|
|
32
|
-
import { t as L } from "./
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import { t as B } from "./
|
|
36
|
-
import { t as V } from "./
|
|
37
|
-
import { t as H } from "./
|
|
38
|
-
import { t as U } from "./
|
|
39
|
-
import { t as W } from "./
|
|
40
|
-
import { t as G } from "./
|
|
41
|
-
import { t as K } from "./
|
|
42
|
-
import { t as q } from "./
|
|
43
|
-
import { t as J } from "./
|
|
44
|
-
import { t as Y } from "./
|
|
45
|
-
import { t as X } from "./
|
|
46
|
-
import { t as Z } from "./
|
|
47
|
-
import { t as Q } from "./
|
|
48
|
-
import { t as $ } from "./
|
|
49
|
-
import { t as ee } from "./
|
|
50
|
-
import { t as te } from "./
|
|
51
|
-
import { t as ne } from "./
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import { t as ue } from "./
|
|
59
|
-
import { t as de } from "./
|
|
60
|
-
import { t as fe } from "./
|
|
61
|
-
import { t as pe } from "./
|
|
62
|
-
import { t as me } from "./
|
|
63
|
-
import {
|
|
64
|
-
|
|
2
|
+
import { t } from "./icons-C80wqcF0.js";
|
|
3
|
+
import { Icon as n } from "./components/Icon/Icon.js";
|
|
4
|
+
import { t as r } from "./AccordionCard-C4k8EI39.js";
|
|
5
|
+
import { t as i } from "./ActionList-D2GC2qPX.js";
|
|
6
|
+
import { Button as a } from "./components/Buttons/Button.js";
|
|
7
|
+
import { LinkButton as o } from "./components/Buttons/LinkButton.js";
|
|
8
|
+
import { MenuButton as s } from "./components/Buttons/MenuButton.js";
|
|
9
|
+
import { t as c } from "./AppStatusBar-DW-w7Nzp.js";
|
|
10
|
+
import { t as l } from "./Attention-xqGAJ7-T.js";
|
|
11
|
+
import { t as u } from "./Backdrop-bQ8kXsge.js";
|
|
12
|
+
import { t as d } from "./ButtonGroup-D2z5UWTR.js";
|
|
13
|
+
import { t as f } from "./Card-DENYj3eR.js";
|
|
14
|
+
import { t as p } from "./SectionNotification-CN-NdGL8.js";
|
|
15
|
+
import { t as m } from "./Checkbox-sAt4To2B.js";
|
|
16
|
+
import { t as h } from "./CheckboxButtonBar-OrJSqUTN.js";
|
|
17
|
+
import { t as g } from "./Label-52ny6d06.js";
|
|
18
|
+
import { t as _ } from "./FeedbackBox-BpOf_dxg.js";
|
|
19
|
+
import { t as v } from "./ControlsButton-Byx4XQtB.js";
|
|
20
|
+
import { d as y, f as b, h as x, m as S, n as C, t as w, u as T } from "./components-KU0q76JR.js";
|
|
21
|
+
import { t as E } from "./Chip-9XnXFhoJ.js";
|
|
22
|
+
import { t as D } from "./CopyableText-BKsM-TuS.js";
|
|
23
|
+
import { t as O } from "./DataTable-Cgn_RKTA.js";
|
|
24
|
+
import { t as k } from "./Drawer-fUw0LEuj.js";
|
|
25
|
+
import { t as A } from "./OverlayCloseButton-Dt6Yec8G.js";
|
|
26
|
+
import { t as j } from "./EmptyStateDataDisplay-FBDAGO88.js";
|
|
27
|
+
import { t as M } from "./ExpandableInfoPanel-BmbgbAjf.js";
|
|
28
|
+
import { t as N } from "./FeedbackBar-DEDpoNy7.js";
|
|
29
|
+
import { t as P } from "./Repeater-BAEfOMZI.js";
|
|
30
|
+
import { t as F } from "./FieldHint-FEBzgLI_.js";
|
|
31
|
+
import { t as I } from "./Spinner-BmPjd2Bv.js";
|
|
32
|
+
import { t as L } from "./Fieldset-CgnLyAyS.js";
|
|
33
|
+
import { t as R } from "./FormField-ByjTkKKq.js";
|
|
34
|
+
import { GridRow as z } from "./components/GridRow/GridRow.js";
|
|
35
|
+
import { t as B } from "./HorizontalList-CLlRGWZX.js";
|
|
36
|
+
import { t as V } from "./IconButton-BZVNomru.js";
|
|
37
|
+
import { t as H } from "./InfoBanner-DqBWtCVE.js";
|
|
38
|
+
import { t as U } from "./InfoMessage-CCEg222m.js";
|
|
39
|
+
import { t as W } from "./Input-CF3dxqTC.js";
|
|
40
|
+
import { t as G } from "./InputField-asFsxHvx.js";
|
|
41
|
+
import { t as K } from "./MenuLink-sK2_W2zs.js";
|
|
42
|
+
import { t as q } from "./MetaDataBar-48J7yPrb.js";
|
|
43
|
+
import { t as J } from "./MetaDataList-Co9WCexh.js";
|
|
44
|
+
import { t as Y } from "./ModalDialog-4V70sxK_.js";
|
|
45
|
+
import { t as X } from "./MultiSelectBox-D34qAgzc.js";
|
|
46
|
+
import { t as Z } from "./Notification-BhqWENfu.js";
|
|
47
|
+
import { t as Q } from "./OverlayStepBar-BiC06Itd.js";
|
|
48
|
+
import { t as $ } from "./PageOverlay-BR9ypiar.js";
|
|
49
|
+
import { t as ee } from "./Periods-B4ms3N24.js";
|
|
50
|
+
import { t as te } from "./ProgrammeCard-DdCFNx0d.js";
|
|
51
|
+
import { t as ne } from "./RadioButton-DmBpXwIS.js";
|
|
52
|
+
import { t as re } from "./RadioGroup-DlQjMmpa.js";
|
|
53
|
+
import { SearchField as ie } from "./components/SearchField/SearchField.js";
|
|
54
|
+
import { SelectProvider as ae, useSelect as oe } from "./components/SelectListbox/SelectProvider.js";
|
|
55
|
+
import { SelectListbox as se } from "./components/SelectListbox/SelectListbox.js";
|
|
56
|
+
import { t as ce } from "./Slider-Czd2xAGf.js";
|
|
57
|
+
import { Sortable as le } from "./components/Sortable/Sortable.js";
|
|
58
|
+
import { t as ue } from "./StatusBage-hJmNPqtk.js";
|
|
59
|
+
import { t as de } from "./StatusPill-vdqU92pW.js";
|
|
60
|
+
import { t as fe } from "./TextArea-D_VoyGIO.js";
|
|
61
|
+
import { t as pe } from "./ToggleSwitch-ev4Jh4y-.js";
|
|
62
|
+
import { t as me } from "./Tooltip-DvkGwn4j.js";
|
|
63
|
+
import { t as he } from "./VarIndicator-D0cnlcIf.js";
|
|
64
|
+
import { WeekSelector as ge } from "./components/WeekSelector/WeekSelector.js";
|
|
65
|
+
export { e as Accordion, r as AccordionCard, i as ActionList, c as AppStatusBar, l as Attention, u as Backdrop, a as Button, d as ButtonGroup, f as Card, m as Checkbox, h as CheckboxButtonBar, x as CheckboxTree, E as Chip, v as ControlsButton, D as CopyableText, O as DataTable, k as Drawer, j as EmptyStateDataDisplay, M as ExpandableInfoPanel, N as FeedbackBar, _ as FeedbackBox, F as FieldHint, L as Fieldset, R as FormField, S as FormInput, z as GridRow, B as HorizontalList, n as Icon, V as IconButton, t as Icons, H as InfoBanner, U as InfoMessage, W as Input, G as InputField, g as Label, o as LinkButton, s as MenuButton, K as MenuLink, q as MetaDataBar, J as MetaDataList, Y as ModalDialog, b as MultiSelect, X as MultiSelectBox, Z as Notification, A as OverlayCloseButton, Q as OverlayStepBar, $ as PageOverlay, y as PeriodSelector, ee as Periods, te as ProgrammeCard, ne as RadioButton, re as RadioGroup, T as RadioTabSelector, P as Repeater, w as Rte, C as RteEditor, ie as SearchField, p as SectionNotification, se as SelectListbox, ae as SelectProvider, ce as Slider, le as Sortable, I as Spinner, ue as StatusBadge, de as StatusPill, fe as TextArea, pe as ToggleSwitch, me as Tooltip, he as VarIndicator, ge as WeekSelector, oe as useSelect };
|
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.57.
|
|
5
|
+
"version": "3.57.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"npm-run-all2": "^9.0.2",
|
|
92
92
|
"react": "^19.2.7",
|
|
93
93
|
"react-dom": "^19.2.7",
|
|
94
|
-
"react-router": "^
|
|
94
|
+
"react-router": "^8.0.1",
|
|
95
95
|
"semantic-release": "^25.0.5",
|
|
96
96
|
"storybook": "^10.4.6",
|
|
97
|
-
"style-dictionary": "^5.
|
|
97
|
+
"style-dictionary": "^5.5.0",
|
|
98
98
|
"stylelint": "^17.13.0",
|
|
99
99
|
"stylelint-config-recommended": "^18.0.0",
|
|
100
100
|
"stylelint-config-standard": "^40.0.0",
|
|
@@ -106,25 +106,25 @@
|
|
|
106
106
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
107
107
|
"vite-plugin-static-copy": "^4.1.1",
|
|
108
108
|
"vite-plugin-svgr": "^5.2.0",
|
|
109
|
-
"vite-tsconfig-paths": "^6.1.1"
|
|
110
|
-
},
|
|
111
|
-
"dependencies": {
|
|
109
|
+
"vite-tsconfig-paths": "^6.1.1",
|
|
112
110
|
"@babel/preset-env": "^7.29.7",
|
|
113
111
|
"@babel/preset-react": "^7.29.7",
|
|
114
|
-
"@babel/preset-typescript": "^7.29.7"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"@lexical/
|
|
118
|
-
"@lexical/
|
|
119
|
-
"@lexical/
|
|
120
|
-
"@lexical/
|
|
121
|
-
"@lexical/
|
|
122
|
-
"@lexical/
|
|
112
|
+
"@babel/preset-typescript": "^7.29.7"
|
|
113
|
+
},
|
|
114
|
+
"dependencies": {
|
|
115
|
+
"@lexical/clipboard": "^0.45.0",
|
|
116
|
+
"@lexical/html": "^0.45.0",
|
|
117
|
+
"@lexical/link": "^0.45.0",
|
|
118
|
+
"@lexical/list": "^0.45.0",
|
|
119
|
+
"@lexical/react": "^0.45.0",
|
|
120
|
+
"@lexical/selection": "^0.45.0",
|
|
121
|
+
"@lexical/table": "^0.45.0",
|
|
122
|
+
"@lexical/utils": "^0.45.0",
|
|
123
123
|
"@staartwind.nl/lexical-paste-from-word": "^1.0.2",
|
|
124
|
-
"lexical": "^0.
|
|
124
|
+
"lexical": "^0.45.0"
|
|
125
125
|
},
|
|
126
126
|
"optionalDependencies": {
|
|
127
|
-
"@ast-grep/napi-linux-x64-gnu": "0.
|
|
127
|
+
"@ast-grep/napi-linux-x64-gnu": "0.44.0",
|
|
128
128
|
"@rollup/rollup-linux-x64-gnu": "^4.62.2",
|
|
129
129
|
"@rspack/binding-darwin-arm64": "1.7.12",
|
|
130
130
|
"@rspack/binding-linux-x64-gnu": "1.7.12"
|