@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/dist/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Accordion as t } from "./components/Accordion/Accordion.js";
|
|
2
2
|
import { AccordionCard as p } from "./components/AccordionCard/AccordionCard.js";
|
|
3
3
|
import { ActionList as x } from "./components/ActionList/ActionList.js";
|
|
4
|
-
import { AppStatusBar as
|
|
4
|
+
import { AppStatusBar as a } from "./components/AppStatusBar/AppStatusBar.js";
|
|
5
5
|
import { Attention as n } from "./components/Attention/Attention.js";
|
|
6
6
|
import { Backdrop as c } from "./components/Backdrop/Backdrop.js";
|
|
7
7
|
import { ButtonGroup as u } from "./components/ButtonGroup/ButtonGroup.js";
|
|
8
|
-
import { Button as
|
|
9
|
-
import { LinkButton as
|
|
10
|
-
import { MenuButton as
|
|
8
|
+
import { Button as s } from "./components/Buttons/Button.js";
|
|
9
|
+
import { LinkButton as b } from "./components/Buttons/LinkButton.js";
|
|
10
|
+
import { MenuButton as C } from "./components/Buttons/MenuButton.js";
|
|
11
11
|
import { Card as I } from "./components/Card/Card.js";
|
|
12
12
|
import { Checkbox as M } from "./components/Checkbox/Checkbox.js";
|
|
13
13
|
import { CheckboxButton as h } from "./components/CheckboxButton/CheckboxButton.js";
|
|
@@ -16,50 +16,51 @@ import { CheckboxTree as D } from "./components/CheckboxTree/CheckboxTree.js";
|
|
|
16
16
|
import { Chip as v } from "./components/Chip/Chip.js";
|
|
17
17
|
import { Drawer as w } from "./components/Drawer/Drawer.js";
|
|
18
18
|
import { EmptyStateDataDisplay as E } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
19
|
+
import { FeedbackBar as H } from "./components/FeedbackBar/FeedbackBar.js";
|
|
20
|
+
import { FeedbackBox as N } from "./components/FeedbackBox/FeedbackBox.js";
|
|
21
|
+
import { FieldHint as j } from "./components/FieldHint/FieldHint.js";
|
|
22
|
+
import { Fieldset as J } from "./components/Fieldset/Fieldset.js";
|
|
23
|
+
import { FormField as Q } from "./components/FormField/FormField.js";
|
|
24
|
+
import { FormInput as W } from "./components/FormInput/FormInput.js";
|
|
25
|
+
import { GridRow as Y } from "./components/GridRow/GridRow.js";
|
|
26
|
+
import { HorizontalList as _ } from "./components/HorizontalList/HorizontalList.js";
|
|
27
|
+
import { Icon as oo } from "./components/Icon/Icon.js";
|
|
28
|
+
import { IconButton as to } from "./components/IconButton/IconButton.js";
|
|
29
|
+
import { InfoMessage as po } from "./components/InfoMessage/InfoMessage.js";
|
|
30
|
+
import { Input as xo } from "./components/Input/Input.js";
|
|
31
|
+
import { InputField as ao } from "./components/InputField/InputField.js";
|
|
32
|
+
import { Label as no } from "./components/Label/Label.js";
|
|
33
|
+
import { MenuLink as co } from "./components/MenuLink/MenuLink.js";
|
|
34
|
+
import { MetaDataList as Bo } from "./components/MetaDataList/MetaDataList.js";
|
|
35
|
+
import { ModalDialog as So } from "./components/ModalDialog/ModalDialog.js";
|
|
36
|
+
import { M as ko } from "./TablePlugin-DKzssVbg.js";
|
|
37
|
+
import { OverlayCloseButton as Fo } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
38
|
+
import { OverlayStepBar as Lo } from "./components/OverlayStepBar/OverlayStepBar.js";
|
|
39
|
+
import { PageOverlay as go } from "./components/PageOverlay/PageOverlay.js";
|
|
40
|
+
import { Periods as Po } from "./components/Periods/Periods.js";
|
|
41
|
+
import { PeriodSelector as Ao } from "./components/PeriodSelector/PeriodSelector.js";
|
|
42
|
+
import { ProgrammeCard as Ro } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
43
|
+
import { RadioButton as To } from "./components/RadioButton/RadioButton.js";
|
|
44
|
+
import { Repeater as Oo } from "./components/Repeater/Repeater.js";
|
|
45
|
+
import { Rte as Go, RteEditor as Ho } from "./components/RteEditor/RteEditor.js";
|
|
46
|
+
import { SectionNotification as No } from "./components/SectionNotification/SectionNotification.js";
|
|
47
|
+
import { SelectListbox as jo } from "./components/SelectListbox/SelectListbox.js";
|
|
48
|
+
import { SelectProvider as Jo, useSelect as Ko } from "./components/SelectListbox/SelectProvider.js";
|
|
49
|
+
import { Sortable as Uo } from "./components/Sortable/Sortable.js";
|
|
50
|
+
import { Spinner as Xo } from "./components/Spinner/Spinner.js";
|
|
51
|
+
import { StatusPill as Zo } from "./components/StatusPill/StatusPill.js";
|
|
52
|
+
import { Timeline as $o } from "./components/Timeline/Timeline.js";
|
|
53
|
+
import { ToggleSwitch as rr } from "./components/ToggleSwitch/ToggleSwitch.js";
|
|
54
|
+
import { Tooltip as er } from "./components/Tooltip/Tooltip.js";
|
|
55
|
+
import { VarIndicator as mr } from "./components/VarIndicator/VarIndicator.js";
|
|
55
56
|
export {
|
|
56
57
|
t as Accordion,
|
|
57
58
|
p as AccordionCard,
|
|
58
59
|
x as ActionList,
|
|
59
|
-
|
|
60
|
+
a as AppStatusBar,
|
|
60
61
|
n as Attention,
|
|
61
62
|
c as Backdrop,
|
|
62
|
-
|
|
63
|
+
s as Button,
|
|
63
64
|
u as ButtonGroup,
|
|
64
65
|
I as Card,
|
|
65
66
|
M as Checkbox,
|
|
@@ -69,45 +70,46 @@ export {
|
|
|
69
70
|
v as Chip,
|
|
70
71
|
w as Drawer,
|
|
71
72
|
E as EmptyStateDataDisplay,
|
|
72
|
-
H as
|
|
73
|
-
N as
|
|
74
|
-
j as
|
|
75
|
-
J as
|
|
76
|
-
Q as
|
|
77
|
-
W as
|
|
78
|
-
Y as
|
|
79
|
-
_ as
|
|
80
|
-
oo as
|
|
81
|
-
to as
|
|
82
|
-
po as
|
|
83
|
-
xo as
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
co as
|
|
89
|
-
|
|
90
|
-
So as
|
|
91
|
-
|
|
92
|
-
Fo as
|
|
93
|
-
Lo as
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
Ro as
|
|
98
|
-
To as
|
|
99
|
-
Oo as
|
|
100
|
-
|
|
101
|
-
Ho as
|
|
102
|
-
No as
|
|
103
|
-
jo as
|
|
104
|
-
|
|
105
|
-
Uo as
|
|
106
|
-
Xo as
|
|
107
|
-
Zo as
|
|
108
|
-
$o as
|
|
109
|
-
rr as
|
|
110
|
-
er as
|
|
111
|
-
|
|
73
|
+
H as FeedbackBar,
|
|
74
|
+
N as FeedbackBox,
|
|
75
|
+
j as FieldHint,
|
|
76
|
+
J as Fieldset,
|
|
77
|
+
Q as FormField,
|
|
78
|
+
W as FormInput,
|
|
79
|
+
Y as GridRow,
|
|
80
|
+
_ as HorizontalList,
|
|
81
|
+
oo as Icon,
|
|
82
|
+
to as IconButton,
|
|
83
|
+
po as InfoMessage,
|
|
84
|
+
xo as Input,
|
|
85
|
+
ao as InputField,
|
|
86
|
+
no as Label,
|
|
87
|
+
b as LinkButton,
|
|
88
|
+
C as MenuButton,
|
|
89
|
+
co as MenuLink,
|
|
90
|
+
Bo as MetaDataList,
|
|
91
|
+
So as ModalDialog,
|
|
92
|
+
ko as MultiSelect,
|
|
93
|
+
Fo as OverlayCloseButton,
|
|
94
|
+
Lo as OverlayStepBar,
|
|
95
|
+
go as PageOverlay,
|
|
96
|
+
Ao as PeriodSelector,
|
|
97
|
+
Po as Periods,
|
|
98
|
+
Ro as ProgrammeCard,
|
|
99
|
+
To as RadioButton,
|
|
100
|
+
Oo as Repeater,
|
|
101
|
+
Go as Rte,
|
|
102
|
+
Ho as RteEditor,
|
|
103
|
+
No as SectionNotification,
|
|
104
|
+
jo as SelectListbox,
|
|
105
|
+
Jo as SelectProvider,
|
|
106
|
+
Uo as Sortable,
|
|
107
|
+
Xo as Spinner,
|
|
108
|
+
Zo as StatusPill,
|
|
109
|
+
$o as Timeline,
|
|
110
|
+
rr as ToggleSwitch,
|
|
111
|
+
er as Tooltip,
|
|
112
|
+
mr as VarIndicator,
|
|
113
|
+
Ko as useSelect
|
|
112
114
|
};
|
|
113
115
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|