@uva-glass/component-library 3.45.7 → 3.47.0
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/{TablePlugin-FTN9oxnI.js → TablePlugin-CfXPNfT8.js} +6 -5
- package/dist/{TablePlugin-FTN9oxnI.js.map → TablePlugin-CfXPNfT8.js.map} +1 -1
- package/dist/WeekSelector.module-BA7qqZsx.js +17 -0
- package/dist/WeekSelector.module-BA7qqZsx.js.map +1 -0
- package/dist/assets/CopyableText.css +1 -0
- package/dist/assets/WeekSelector.css +1 -0
- package/dist/components/CheckboxTree/CheckboxTree.js +4 -3
- package/dist/components/CheckboxTree/CheckboxTree.js.map +1 -1
- package/dist/components/CopyableText/CopyableText.d.ts +11 -0
- package/dist/components/CopyableText/CopyableText.js +63 -0
- package/dist/components/CopyableText/CopyableText.js.map +1 -0
- package/dist/components/CopyableText/CopyableText.stories.d.ts +5 -0
- package/dist/components/CopyableText/CopyableText.stories.js +36 -0
- package/dist/components/CopyableText/CopyableText.stories.js.map +1 -0
- package/dist/components/CopyableText/index.d.ts +1 -0
- package/dist/components/CopyableText/index.js +5 -0
- package/dist/components/CopyableText/index.js.map +1 -0
- package/dist/components/FormInput/FormInput.js +4 -3
- package/dist/components/FormInput/FormInput.js.map +1 -1
- package/dist/components/Icon/icons/index.d.ts +6 -0
- package/dist/components/Icon/icons/index.js +152 -147
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/InputField/InputField.stories.js +4 -3
- package/dist/components/InputField/InputField.stories.js.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +3 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js.map +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +4 -3
- package/dist/components/PeriodSelector/PeriodSelector.js.map +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +4 -3
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js.map +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.js +8 -7
- package/dist/components/RadioTabSelector/RadioTabSelector.js.map +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +6 -5
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +4 -3
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +3 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +4 -3
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +3 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +4 -3
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/WeekSelector/WeekSelector.d.ts +26 -0
- package/dist/components/WeekSelector/WeekSelector.js +62 -0
- package/dist/components/WeekSelector/WeekSelector.js.map +1 -0
- package/dist/components/WeekSelector/WeekSelector.stories.d.ts +5 -0
- package/dist/components/WeekSelector/WeekSelector.stories.js +68 -0
- package/dist/components/WeekSelector/WeekSelector.stories.js.map +1 -0
- package/dist/components/WeekSelector/components/WeekSelectorButton.d.ts +5 -0
- package/dist/components/WeekSelector/components/WeekSelectorButton.js +22 -0
- package/dist/components/WeekSelector/components/WeekSelectorButton.js.map +1 -0
- package/dist/components/WeekSelector/components/WeekSelectorOption.d.ts +11 -0
- package/dist/components/WeekSelector/components/WeekSelectorOption.js +31 -0
- package/dist/components/WeekSelector/components/WeekSelectorOption.js.map +1 -0
- package/dist/components/WeekSelector/components/WeekSelectorOptionContainer.d.ts +8 -0
- package/dist/components/WeekSelector/components/WeekSelectorOptionContainer.js +28 -0
- package/dist/components/WeekSelector/components/WeekSelectorOptionContainer.js.map +1 -0
- package/dist/components/WeekSelector/index.d.ts +1 -0
- package/dist/components/WeekSelector/index.js +5 -0
- package/dist/components/WeekSelector/index.js.map +1 -0
- package/dist/components/WeekSelector/mockdata.d.ts +2 -0
- package/dist/components/WeekSelector/mockdata.js +470 -0
- package/dist/components/WeekSelector/mockdata.js.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +110 -106
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +110 -106
- package/dist/index.js.map +1 -1
- package/package.json +12 -12
package/dist/components/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Accordion as
|
|
1
|
+
import { Accordion as e } from "./Accordion/Accordion.js";
|
|
2
2
|
import { AccordionCard as p } from "./AccordionCard/AccordionCard.js";
|
|
3
3
|
import { ActionList as f } from "./ActionList/ActionList.js";
|
|
4
4
|
import { AppStatusBar as a } from "./AppStatusBar/AppStatusBar.js";
|
|
@@ -7,62 +7,64 @@ import { Backdrop as c } from "./Backdrop/Backdrop.js";
|
|
|
7
7
|
import { ButtonGroup as u } from "./ButtonGroup/ButtonGroup.js";
|
|
8
8
|
import { Button as S } from "./Buttons/Button.js";
|
|
9
9
|
import { LinkButton as b } from "./Buttons/LinkButton.js";
|
|
10
|
-
import { MenuButton as
|
|
11
|
-
import { Card as
|
|
10
|
+
import { MenuButton as k } from "./Buttons/MenuButton.js";
|
|
11
|
+
import { Card as I } from "./Card/Card.js";
|
|
12
12
|
import { Checkbox as g } from "./Checkbox/Checkbox.js";
|
|
13
13
|
import { CheckboxButtonBar as P } from "./CheckboxButtonBar/CheckboxButtonBar.js";
|
|
14
14
|
import { CheckboxTree as h } from "./CheckboxTree/CheckboxTree.js";
|
|
15
|
-
import { Chip as
|
|
16
|
-
import { ControlsButton as
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
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 {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
15
|
+
import { Chip as A } from "./Chip/Chip.js";
|
|
16
|
+
import { ControlsButton as D } from "./ControlsButton/ControlsButton.js";
|
|
17
|
+
import { CopyableText as w } from "./CopyableText/CopyableText.js";
|
|
18
|
+
import { Drawer as G } from "./Drawer/Drawer.js";
|
|
19
|
+
import { EmptyStateDataDisplay as H } from "./EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
20
|
+
import { ExpandableInfoPanel as z } from "./ExpandableInfoPanel/ExpandableInfoPanel.js";
|
|
21
|
+
import { FeedbackBar as W } from "./FeedbackBar/FeedbackBar.js";
|
|
22
|
+
import { FeedbackBox as q } from "./FeedbackBox/FeedbackBox.js";
|
|
23
|
+
import { FieldHint as K } from "./FieldHint/FieldHint.js";
|
|
24
|
+
import { Fieldset as U } from "./Fieldset/Fieldset.js";
|
|
25
|
+
import { FormField as Y } from "./FormField/FormField.js";
|
|
26
|
+
import { FormInput as _ } from "./FormInput/FormInput.js";
|
|
27
|
+
import { GridRow as oo } from "./GridRow/GridRow.js";
|
|
28
|
+
import { HorizontalList as eo } from "./HorizontalList/HorizontalList.js";
|
|
29
|
+
import { Icon as po } from "./Icon/Icon.js";
|
|
30
|
+
import { IconButton as fo } from "./IconButton/IconButton.js";
|
|
31
|
+
import { InfoBanner as ao } from "./InfoBanner/InfoBanner.js";
|
|
32
|
+
import { InfoMessage as no } from "./InfoMessage/InfoMessage.js";
|
|
33
|
+
import { Input as co } from "./Input/Input.js";
|
|
34
|
+
import { InputField as Bo } from "./InputField/InputField.js";
|
|
35
|
+
import { Label as so } from "./Label/Label.js";
|
|
36
|
+
import { MenuLink as Co } from "./MenuLink/MenuLink.js";
|
|
37
|
+
import { MetaDataList as Fo } from "./MetaDataList/MetaDataList.js";
|
|
38
|
+
import { ModalDialog as Mo } from "./ModalDialog/ModalDialog.js";
|
|
39
|
+
import { M as Lo } from "../TablePlugin-CfXPNfT8.js";
|
|
40
|
+
import { MultiSelectBox as Ro } from "./MultiSelectBox/MultiSelectBox.js";
|
|
41
|
+
import { Notification as yo } from "./Notification/Notification.js";
|
|
42
|
+
import { OverlayCloseButton as To } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
43
|
+
import { OverlayStepBar as vo } from "./OverlayStepBar/OverlayStepBar.js";
|
|
44
|
+
import { PageOverlay as Eo } from "./PageOverlay/PageOverlay.js";
|
|
45
|
+
import { Periods as Oo } from "./Periods/Periods.js";
|
|
46
|
+
import { PeriodSelector as No } from "./PeriodSelector/PeriodSelector.js";
|
|
47
|
+
import { ProgrammeCard as Vo } from "./ProgrammeCard/ProgrammeCard.js";
|
|
48
|
+
import { RadioButton as jo } from "./RadioButton/RadioButton.js";
|
|
49
|
+
import { RadioGroup as Jo } from "./RadioGroup/RadioGroup.js";
|
|
50
|
+
import { RadioTabSelector as Qo } from "./RadioTabSelector/RadioTabSelector.js";
|
|
51
|
+
import { Repeater as Xo } from "./Repeater/Repeater.js";
|
|
52
|
+
import { Rte as Zo, RteEditor as _o } from "./RteEditor/RteEditor.js";
|
|
53
|
+
import { SearchField as or } from "./SearchField/SearchField.js";
|
|
54
|
+
import { SectionNotification as er } from "./SectionNotification/SectionNotification.js";
|
|
55
|
+
import { SelectListbox as pr } from "./SelectListbox/SelectListbox.js";
|
|
56
|
+
import { SelectProvider as fr, useSelect as mr } from "./SelectListbox/SelectProvider.js";
|
|
57
|
+
import { Sortable as ir } from "./Sortable/Sortable.js";
|
|
58
|
+
import { Spinner as lr } from "./Spinner/Spinner.js";
|
|
59
|
+
import { StatusBadge as dr } from "./StatusBadge/StatusBage.js";
|
|
60
|
+
import { StatusPill as Br } from "./StatusPill/StatusPill.js";
|
|
61
|
+
import { TextArea as sr } from "./TextArea/TextArea.js";
|
|
62
|
+
import { ToggleSwitch as Cr } from "./ToggleSwitch/ToggleSwitch.js";
|
|
63
|
+
import { Tooltip as Fr } from "./Tooltip/Tooltip.js";
|
|
64
|
+
import { VarIndicator as Mr } from "./VarIndicator/VarIndicator.js";
|
|
65
|
+
import { WeekSelector as Lr } from "./WeekSelector/WeekSelector.js";
|
|
64
66
|
export {
|
|
65
|
-
|
|
67
|
+
e as Accordion,
|
|
66
68
|
p as AccordionCard,
|
|
67
69
|
f as ActionList,
|
|
68
70
|
a as AppStatusBar,
|
|
@@ -70,62 +72,64 @@ export {
|
|
|
70
72
|
c as Backdrop,
|
|
71
73
|
S as Button,
|
|
72
74
|
u as ButtonGroup,
|
|
73
|
-
|
|
75
|
+
I as Card,
|
|
74
76
|
g as Checkbox,
|
|
75
77
|
P as CheckboxButtonBar,
|
|
76
78
|
h as CheckboxTree,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
w as
|
|
80
|
-
G as
|
|
81
|
-
H as
|
|
82
|
-
z as
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
Y as
|
|
88
|
-
_ as
|
|
89
|
-
oo as
|
|
90
|
-
|
|
91
|
-
po as
|
|
92
|
-
fo as
|
|
93
|
-
ao as
|
|
94
|
-
no as
|
|
95
|
-
co as
|
|
96
|
-
Bo as
|
|
79
|
+
A as Chip,
|
|
80
|
+
D as ControlsButton,
|
|
81
|
+
w as CopyableText,
|
|
82
|
+
G as Drawer,
|
|
83
|
+
H as EmptyStateDataDisplay,
|
|
84
|
+
z as ExpandableInfoPanel,
|
|
85
|
+
W as FeedbackBar,
|
|
86
|
+
q as FeedbackBox,
|
|
87
|
+
K as FieldHint,
|
|
88
|
+
U as Fieldset,
|
|
89
|
+
Y as FormField,
|
|
90
|
+
_ as FormInput,
|
|
91
|
+
oo as GridRow,
|
|
92
|
+
eo as HorizontalList,
|
|
93
|
+
po as Icon,
|
|
94
|
+
fo as IconButton,
|
|
95
|
+
ao as InfoBanner,
|
|
96
|
+
no as InfoMessage,
|
|
97
|
+
co as Input,
|
|
98
|
+
Bo as InputField,
|
|
99
|
+
so as Label,
|
|
97
100
|
b as LinkButton,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
101
|
+
k as MenuButton,
|
|
102
|
+
Co as MenuLink,
|
|
103
|
+
Fo as MetaDataList,
|
|
104
|
+
Mo as ModalDialog,
|
|
105
|
+
Lo as MultiSelect,
|
|
106
|
+
Ro as MultiSelectBox,
|
|
107
|
+
yo as Notification,
|
|
108
|
+
To as OverlayCloseButton,
|
|
109
|
+
vo as OverlayStepBar,
|
|
110
|
+
Eo as PageOverlay,
|
|
111
|
+
No as PeriodSelector,
|
|
112
|
+
Oo as Periods,
|
|
113
|
+
Vo as ProgrammeCard,
|
|
114
|
+
jo as RadioButton,
|
|
115
|
+
Jo as RadioGroup,
|
|
116
|
+
Qo as RadioTabSelector,
|
|
117
|
+
Xo as Repeater,
|
|
118
|
+
Zo as Rte,
|
|
119
|
+
_o as RteEditor,
|
|
120
|
+
or as SearchField,
|
|
121
|
+
er as SectionNotification,
|
|
122
|
+
pr as SelectListbox,
|
|
123
|
+
fr as SelectProvider,
|
|
124
|
+
ir as Sortable,
|
|
125
|
+
lr as Spinner,
|
|
126
|
+
dr as StatusBadge,
|
|
127
|
+
Br as StatusPill,
|
|
128
|
+
sr as TextArea,
|
|
129
|
+
Cr as ToggleSwitch,
|
|
130
|
+
Fr as Tooltip,
|
|
131
|
+
Mr as VarIndicator,
|
|
132
|
+
Lr as WeekSelector,
|
|
133
|
+
mr as useSelect
|
|
130
134
|
};
|
|
131
135
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Accordion as
|
|
1
|
+
import { Accordion as e } from "./components/Accordion/Accordion.js";
|
|
2
2
|
import { AccordionCard as p } from "./components/AccordionCard/AccordionCard.js";
|
|
3
3
|
import { ActionList as f } from "./components/ActionList/ActionList.js";
|
|
4
4
|
import { AppStatusBar as a } from "./components/AppStatusBar/AppStatusBar.js";
|
|
@@ -7,62 +7,64 @@ import { Backdrop as c } from "./components/Backdrop/Backdrop.js";
|
|
|
7
7
|
import { ButtonGroup as u } from "./components/ButtonGroup/ButtonGroup.js";
|
|
8
8
|
import { Button as S } from "./components/Buttons/Button.js";
|
|
9
9
|
import { LinkButton as b } from "./components/Buttons/LinkButton.js";
|
|
10
|
-
import { MenuButton as
|
|
11
|
-
import { Card as
|
|
10
|
+
import { MenuButton as k } from "./components/Buttons/MenuButton.js";
|
|
11
|
+
import { Card as I } from "./components/Card/Card.js";
|
|
12
12
|
import { Checkbox as g } from "./components/Checkbox/Checkbox.js";
|
|
13
13
|
import { CheckboxButtonBar as P } from "./components/CheckboxButtonBar/CheckboxButtonBar.js";
|
|
14
14
|
import { CheckboxTree as h } from "./components/CheckboxTree/CheckboxTree.js";
|
|
15
|
-
import { Chip as
|
|
16
|
-
import { ControlsButton as
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
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 {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
15
|
+
import { Chip as A } from "./components/Chip/Chip.js";
|
|
16
|
+
import { ControlsButton as D } from "./components/ControlsButton/ControlsButton.js";
|
|
17
|
+
import { CopyableText as w } from "./components/CopyableText/CopyableText.js";
|
|
18
|
+
import { Drawer as G } from "./components/Drawer/Drawer.js";
|
|
19
|
+
import { EmptyStateDataDisplay as H } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
20
|
+
import { ExpandableInfoPanel as z } from "./components/ExpandableInfoPanel/ExpandableInfoPanel.js";
|
|
21
|
+
import { FeedbackBar as W } from "./components/FeedbackBar/FeedbackBar.js";
|
|
22
|
+
import { FeedbackBox as q } from "./components/FeedbackBox/FeedbackBox.js";
|
|
23
|
+
import { FieldHint as K } from "./components/FieldHint/FieldHint.js";
|
|
24
|
+
import { Fieldset as U } from "./components/Fieldset/Fieldset.js";
|
|
25
|
+
import { FormField as Y } from "./components/FormField/FormField.js";
|
|
26
|
+
import { FormInput as _ } from "./components/FormInput/FormInput.js";
|
|
27
|
+
import { GridRow as oo } from "./components/GridRow/GridRow.js";
|
|
28
|
+
import { HorizontalList as eo } from "./components/HorizontalList/HorizontalList.js";
|
|
29
|
+
import { Icon as po } from "./components/Icon/Icon.js";
|
|
30
|
+
import { IconButton as fo } from "./components/IconButton/IconButton.js";
|
|
31
|
+
import { InfoBanner as ao } from "./components/InfoBanner/InfoBanner.js";
|
|
32
|
+
import { InfoMessage as no } from "./components/InfoMessage/InfoMessage.js";
|
|
33
|
+
import { Input as co } from "./components/Input/Input.js";
|
|
34
|
+
import { InputField as Bo } from "./components/InputField/InputField.js";
|
|
35
|
+
import { Label as so } from "./components/Label/Label.js";
|
|
36
|
+
import { MenuLink as Co } from "./components/MenuLink/MenuLink.js";
|
|
37
|
+
import { MetaDataList as Fo } from "./components/MetaDataList/MetaDataList.js";
|
|
38
|
+
import { ModalDialog as Mo } from "./components/ModalDialog/ModalDialog.js";
|
|
39
|
+
import { M as Lo } from "./TablePlugin-CfXPNfT8.js";
|
|
40
|
+
import { MultiSelectBox as Ro } from "./components/MultiSelectBox/MultiSelectBox.js";
|
|
41
|
+
import { Notification as yo } from "./components/Notification/Notification.js";
|
|
42
|
+
import { OverlayCloseButton as To } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
43
|
+
import { OverlayStepBar as vo } from "./components/OverlayStepBar/OverlayStepBar.js";
|
|
44
|
+
import { PageOverlay as Eo } from "./components/PageOverlay/PageOverlay.js";
|
|
45
|
+
import { Periods as Oo } from "./components/Periods/Periods.js";
|
|
46
|
+
import { PeriodSelector as No } from "./components/PeriodSelector/PeriodSelector.js";
|
|
47
|
+
import { ProgrammeCard as Vo } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
48
|
+
import { RadioButton as jo } from "./components/RadioButton/RadioButton.js";
|
|
49
|
+
import { RadioGroup as Jo } from "./components/RadioGroup/RadioGroup.js";
|
|
50
|
+
import { RadioTabSelector as Qo } from "./components/RadioTabSelector/RadioTabSelector.js";
|
|
51
|
+
import { Repeater as Xo } from "./components/Repeater/Repeater.js";
|
|
52
|
+
import { Rte as Zo, RteEditor as _o } from "./components/RteEditor/RteEditor.js";
|
|
53
|
+
import { SearchField as or } from "./components/SearchField/SearchField.js";
|
|
54
|
+
import { SectionNotification as er } from "./components/SectionNotification/SectionNotification.js";
|
|
55
|
+
import { SelectListbox as pr } from "./components/SelectListbox/SelectListbox.js";
|
|
56
|
+
import { SelectProvider as fr, useSelect as mr } from "./components/SelectListbox/SelectProvider.js";
|
|
57
|
+
import { Sortable as ir } from "./components/Sortable/Sortable.js";
|
|
58
|
+
import { Spinner as lr } from "./components/Spinner/Spinner.js";
|
|
59
|
+
import { StatusBadge as dr } from "./components/StatusBadge/StatusBage.js";
|
|
60
|
+
import { StatusPill as Br } from "./components/StatusPill/StatusPill.js";
|
|
61
|
+
import { TextArea as sr } from "./components/TextArea/TextArea.js";
|
|
62
|
+
import { ToggleSwitch as Cr } from "./components/ToggleSwitch/ToggleSwitch.js";
|
|
63
|
+
import { Tooltip as Fr } from "./components/Tooltip/Tooltip.js";
|
|
64
|
+
import { VarIndicator as Mr } from "./components/VarIndicator/VarIndicator.js";
|
|
65
|
+
import { WeekSelector as Lr } from "./components/WeekSelector/WeekSelector.js";
|
|
64
66
|
export {
|
|
65
|
-
|
|
67
|
+
e as Accordion,
|
|
66
68
|
p as AccordionCard,
|
|
67
69
|
f as ActionList,
|
|
68
70
|
a as AppStatusBar,
|
|
@@ -70,62 +72,64 @@ export {
|
|
|
70
72
|
c as Backdrop,
|
|
71
73
|
S as Button,
|
|
72
74
|
u as ButtonGroup,
|
|
73
|
-
|
|
75
|
+
I as Card,
|
|
74
76
|
g as Checkbox,
|
|
75
77
|
P as CheckboxButtonBar,
|
|
76
78
|
h as CheckboxTree,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
w as
|
|
80
|
-
G as
|
|
81
|
-
H as
|
|
82
|
-
z as
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
Y as
|
|
88
|
-
_ as
|
|
89
|
-
oo as
|
|
90
|
-
|
|
91
|
-
po as
|
|
92
|
-
fo as
|
|
93
|
-
ao as
|
|
94
|
-
no as
|
|
95
|
-
co as
|
|
96
|
-
Bo as
|
|
79
|
+
A as Chip,
|
|
80
|
+
D as ControlsButton,
|
|
81
|
+
w as CopyableText,
|
|
82
|
+
G as Drawer,
|
|
83
|
+
H as EmptyStateDataDisplay,
|
|
84
|
+
z as ExpandableInfoPanel,
|
|
85
|
+
W as FeedbackBar,
|
|
86
|
+
q as FeedbackBox,
|
|
87
|
+
K as FieldHint,
|
|
88
|
+
U as Fieldset,
|
|
89
|
+
Y as FormField,
|
|
90
|
+
_ as FormInput,
|
|
91
|
+
oo as GridRow,
|
|
92
|
+
eo as HorizontalList,
|
|
93
|
+
po as Icon,
|
|
94
|
+
fo as IconButton,
|
|
95
|
+
ao as InfoBanner,
|
|
96
|
+
no as InfoMessage,
|
|
97
|
+
co as Input,
|
|
98
|
+
Bo as InputField,
|
|
99
|
+
so as Label,
|
|
97
100
|
b as LinkButton,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
101
|
+
k as MenuButton,
|
|
102
|
+
Co as MenuLink,
|
|
103
|
+
Fo as MetaDataList,
|
|
104
|
+
Mo as ModalDialog,
|
|
105
|
+
Lo as MultiSelect,
|
|
106
|
+
Ro as MultiSelectBox,
|
|
107
|
+
yo as Notification,
|
|
108
|
+
To as OverlayCloseButton,
|
|
109
|
+
vo as OverlayStepBar,
|
|
110
|
+
Eo as PageOverlay,
|
|
111
|
+
No as PeriodSelector,
|
|
112
|
+
Oo as Periods,
|
|
113
|
+
Vo as ProgrammeCard,
|
|
114
|
+
jo as RadioButton,
|
|
115
|
+
Jo as RadioGroup,
|
|
116
|
+
Qo as RadioTabSelector,
|
|
117
|
+
Xo as Repeater,
|
|
118
|
+
Zo as Rte,
|
|
119
|
+
_o as RteEditor,
|
|
120
|
+
or as SearchField,
|
|
121
|
+
er as SectionNotification,
|
|
122
|
+
pr as SelectListbox,
|
|
123
|
+
fr as SelectProvider,
|
|
124
|
+
ir as Sortable,
|
|
125
|
+
lr as Spinner,
|
|
126
|
+
dr as StatusBadge,
|
|
127
|
+
Br as StatusPill,
|
|
128
|
+
sr as TextArea,
|
|
129
|
+
Cr as ToggleSwitch,
|
|
130
|
+
Fr as Tooltip,
|
|
131
|
+
Mr as VarIndicator,
|
|
132
|
+
Lr as WeekSelector,
|
|
133
|
+
mr as useSelect
|
|
130
134
|
};
|
|
131
135
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
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.47.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@semantic-release/git": "^10.0.1",
|
|
53
53
|
"@semantic-release/gitlab": "^13.2.8",
|
|
54
54
|
"@semantic-release/npm": "^12.0.2",
|
|
55
|
-
"@storybook/addon-a11y": "^9.1.
|
|
56
|
-
"@storybook/addon-docs": "^9.1.
|
|
57
|
-
"@storybook/addon-links": "^9.1.
|
|
58
|
-
"@storybook/react": "^9.1.
|
|
59
|
-
"@storybook/react-vite": "^9.1.
|
|
55
|
+
"@storybook/addon-a11y": "^9.1.8",
|
|
56
|
+
"@storybook/addon-docs": "^9.1.8",
|
|
57
|
+
"@storybook/addon-links": "^9.1.8",
|
|
58
|
+
"@storybook/react": "^9.1.8",
|
|
59
|
+
"@storybook/react-vite": "^9.1.8",
|
|
60
60
|
"@testing-library/jest-dom": "^6.8.0",
|
|
61
61
|
"@testing-library/react": "^16.3.0",
|
|
62
62
|
"@types/jest": "^30.0.0",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"npm-run-all2": "^8.0.4",
|
|
81
81
|
"react": "^19.1.1",
|
|
82
82
|
"react-dom": "^19.1.1",
|
|
83
|
-
"react-router": "^7.9.
|
|
83
|
+
"react-router": "^7.9.2",
|
|
84
84
|
"semantic-release": "^24.2.9",
|
|
85
|
-
"storybook": "^9.1.
|
|
85
|
+
"storybook": "^9.1.8",
|
|
86
86
|
"style-dictionary": "^5.0.4",
|
|
87
87
|
"stylelint": "^16.24.0",
|
|
88
88
|
"stylelint-config-recommended": "^17.0.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"stylelint-order": "^7.0.0",
|
|
91
91
|
"ts-node": "^10.9.2",
|
|
92
92
|
"typescript": "^5.9.2",
|
|
93
|
-
"vite": "^7.1.
|
|
93
|
+
"vite": "^7.1.7",
|
|
94
94
|
"vite-plugin-dts": "^4.5.4",
|
|
95
95
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
96
96
|
"vite-plugin-static-copy": "^3.1.2",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
},
|
|
110
110
|
"optionalDependencies": {
|
|
111
111
|
"@ast-grep/napi-linux-x64-gnu": "0.39.5",
|
|
112
|
-
"@rollup/rollup-linux-x64-gnu": "^4.52.
|
|
113
|
-
"@rspack/binding-darwin-arm64": "1.5.
|
|
114
|
-
"@rspack/binding-linux-x64-gnu": "1.5.
|
|
112
|
+
"@rollup/rollup-linux-x64-gnu": "^4.52.2",
|
|
113
|
+
"@rspack/binding-darwin-arm64": "1.5.7",
|
|
114
|
+
"@rspack/binding-linux-x64-gnu": "1.5.7"
|
|
115
115
|
}
|
|
116
116
|
}
|