@uva-glass/component-library 3.46.0 → 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 -1
- 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.js +13 -13
- package/dist/components/FormInput/FormInput.js +4 -3
- package/dist/components/FormInput/FormInput.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 +1 -0
- package/dist/components/index.js +31 -29
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +31 -29
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
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,8 +7,8 @@ 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";
|
|
@@ -18,14 +18,14 @@ import { CopyableText as w } from "./CopyableText/CopyableText.js";
|
|
|
18
18
|
import { Drawer as G } from "./Drawer/Drawer.js";
|
|
19
19
|
import { EmptyStateDataDisplay as H } from "./EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
20
20
|
import { ExpandableInfoPanel as z } from "./ExpandableInfoPanel/ExpandableInfoPanel.js";
|
|
21
|
-
import { FeedbackBar as
|
|
22
|
-
import { FeedbackBox as
|
|
23
|
-
import { FieldHint as
|
|
24
|
-
import { Fieldset as
|
|
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
25
|
import { FormField as Y } from "./FormField/FormField.js";
|
|
26
26
|
import { FormInput as _ } from "./FormInput/FormInput.js";
|
|
27
27
|
import { GridRow as oo } from "./GridRow/GridRow.js";
|
|
28
|
-
import { HorizontalList as
|
|
28
|
+
import { HorizontalList as eo } from "./HorizontalList/HorizontalList.js";
|
|
29
29
|
import { Icon as po } from "./Icon/Icon.js";
|
|
30
30
|
import { IconButton as fo } from "./IconButton/IconButton.js";
|
|
31
31
|
import { InfoBanner as ao } from "./InfoBanner/InfoBanner.js";
|
|
@@ -34,9 +34,9 @@ import { Input as co } from "./Input/Input.js";
|
|
|
34
34
|
import { InputField as Bo } from "./InputField/InputField.js";
|
|
35
35
|
import { Label as so } from "./Label/Label.js";
|
|
36
36
|
import { MenuLink as Co } from "./MenuLink/MenuLink.js";
|
|
37
|
-
import { MetaDataList as
|
|
37
|
+
import { MetaDataList as Fo } from "./MetaDataList/MetaDataList.js";
|
|
38
38
|
import { ModalDialog as Mo } from "./ModalDialog/ModalDialog.js";
|
|
39
|
-
import { M as Lo } from "../TablePlugin-
|
|
39
|
+
import { M as Lo } from "../TablePlugin-CfXPNfT8.js";
|
|
40
40
|
import { MultiSelectBox as Ro } from "./MultiSelectBox/MultiSelectBox.js";
|
|
41
41
|
import { Notification as yo } from "./Notification/Notification.js";
|
|
42
42
|
import { OverlayCloseButton as To } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
@@ -45,13 +45,13 @@ import { PageOverlay as Eo } from "./PageOverlay/PageOverlay.js";
|
|
|
45
45
|
import { Periods as Oo } from "./Periods/Periods.js";
|
|
46
46
|
import { PeriodSelector as No } from "./PeriodSelector/PeriodSelector.js";
|
|
47
47
|
import { ProgrammeCard as Vo } from "./ProgrammeCard/ProgrammeCard.js";
|
|
48
|
-
import { RadioButton as
|
|
49
|
-
import { RadioGroup as
|
|
50
|
-
import { RadioTabSelector as
|
|
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
51
|
import { Repeater as Xo } from "./Repeater/Repeater.js";
|
|
52
52
|
import { Rte as Zo, RteEditor as _o } from "./RteEditor/RteEditor.js";
|
|
53
53
|
import { SearchField as or } from "./SearchField/SearchField.js";
|
|
54
|
-
import { SectionNotification as
|
|
54
|
+
import { SectionNotification as er } from "./SectionNotification/SectionNotification.js";
|
|
55
55
|
import { SelectListbox as pr } from "./SelectListbox/SelectListbox.js";
|
|
56
56
|
import { SelectProvider as fr, useSelect as mr } from "./SelectListbox/SelectProvider.js";
|
|
57
57
|
import { Sortable as ir } from "./Sortable/Sortable.js";
|
|
@@ -60,10 +60,11 @@ import { StatusBadge as dr } from "./StatusBadge/StatusBage.js";
|
|
|
60
60
|
import { StatusPill as Br } from "./StatusPill/StatusPill.js";
|
|
61
61
|
import { TextArea as sr } from "./TextArea/TextArea.js";
|
|
62
62
|
import { ToggleSwitch as Cr } from "./ToggleSwitch/ToggleSwitch.js";
|
|
63
|
-
import { Tooltip as
|
|
63
|
+
import { Tooltip as Fr } from "./Tooltip/Tooltip.js";
|
|
64
64
|
import { VarIndicator as Mr } from "./VarIndicator/VarIndicator.js";
|
|
65
|
+
import { WeekSelector as Lr } from "./WeekSelector/WeekSelector.js";
|
|
65
66
|
export {
|
|
66
|
-
|
|
67
|
+
e as Accordion,
|
|
67
68
|
p as AccordionCard,
|
|
68
69
|
f as ActionList,
|
|
69
70
|
a as AppStatusBar,
|
|
@@ -71,7 +72,7 @@ export {
|
|
|
71
72
|
c as Backdrop,
|
|
72
73
|
S as Button,
|
|
73
74
|
u as ButtonGroup,
|
|
74
|
-
|
|
75
|
+
I as Card,
|
|
75
76
|
g as Checkbox,
|
|
76
77
|
P as CheckboxButtonBar,
|
|
77
78
|
h as CheckboxTree,
|
|
@@ -81,14 +82,14 @@ export {
|
|
|
81
82
|
G as Drawer,
|
|
82
83
|
H as EmptyStateDataDisplay,
|
|
83
84
|
z as ExpandableInfoPanel,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
85
|
+
W as FeedbackBar,
|
|
86
|
+
q as FeedbackBox,
|
|
87
|
+
K as FieldHint,
|
|
88
|
+
U as Fieldset,
|
|
88
89
|
Y as FormField,
|
|
89
90
|
_ as FormInput,
|
|
90
91
|
oo as GridRow,
|
|
91
|
-
|
|
92
|
+
eo as HorizontalList,
|
|
92
93
|
po as Icon,
|
|
93
94
|
fo as IconButton,
|
|
94
95
|
ao as InfoBanner,
|
|
@@ -97,9 +98,9 @@ export {
|
|
|
97
98
|
Bo as InputField,
|
|
98
99
|
so as Label,
|
|
99
100
|
b as LinkButton,
|
|
100
|
-
|
|
101
|
+
k as MenuButton,
|
|
101
102
|
Co as MenuLink,
|
|
102
|
-
|
|
103
|
+
Fo as MetaDataList,
|
|
103
104
|
Mo as ModalDialog,
|
|
104
105
|
Lo as MultiSelect,
|
|
105
106
|
Ro as MultiSelectBox,
|
|
@@ -110,14 +111,14 @@ export {
|
|
|
110
111
|
No as PeriodSelector,
|
|
111
112
|
Oo as Periods,
|
|
112
113
|
Vo as ProgrammeCard,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
jo as RadioButton,
|
|
115
|
+
Jo as RadioGroup,
|
|
116
|
+
Qo as RadioTabSelector,
|
|
116
117
|
Xo as Repeater,
|
|
117
118
|
Zo as Rte,
|
|
118
119
|
_o as RteEditor,
|
|
119
120
|
or as SearchField,
|
|
120
|
-
|
|
121
|
+
er as SectionNotification,
|
|
121
122
|
pr as SelectListbox,
|
|
122
123
|
fr as SelectProvider,
|
|
123
124
|
ir as Sortable,
|
|
@@ -126,8 +127,9 @@ export {
|
|
|
126
127
|
Br as StatusPill,
|
|
127
128
|
sr as TextArea,
|
|
128
129
|
Cr as ToggleSwitch,
|
|
129
|
-
|
|
130
|
+
Fr as Tooltip,
|
|
130
131
|
Mr as VarIndicator,
|
|
132
|
+
Lr as WeekSelector,
|
|
131
133
|
mr as useSelect
|
|
132
134
|
};
|
|
133
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,8 +7,8 @@ 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";
|
|
@@ -18,14 +18,14 @@ import { CopyableText as w } from "./components/CopyableText/CopyableText.js";
|
|
|
18
18
|
import { Drawer as G } from "./components/Drawer/Drawer.js";
|
|
19
19
|
import { EmptyStateDataDisplay as H } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
20
20
|
import { ExpandableInfoPanel as z } from "./components/ExpandableInfoPanel/ExpandableInfoPanel.js";
|
|
21
|
-
import { FeedbackBar as
|
|
22
|
-
import { FeedbackBox as
|
|
23
|
-
import { FieldHint as
|
|
24
|
-
import { Fieldset as
|
|
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
25
|
import { FormField as Y } from "./components/FormField/FormField.js";
|
|
26
26
|
import { FormInput as _ } from "./components/FormInput/FormInput.js";
|
|
27
27
|
import { GridRow as oo } from "./components/GridRow/GridRow.js";
|
|
28
|
-
import { HorizontalList as
|
|
28
|
+
import { HorizontalList as eo } from "./components/HorizontalList/HorizontalList.js";
|
|
29
29
|
import { Icon as po } from "./components/Icon/Icon.js";
|
|
30
30
|
import { IconButton as fo } from "./components/IconButton/IconButton.js";
|
|
31
31
|
import { InfoBanner as ao } from "./components/InfoBanner/InfoBanner.js";
|
|
@@ -34,9 +34,9 @@ import { Input as co } from "./components/Input/Input.js";
|
|
|
34
34
|
import { InputField as Bo } from "./components/InputField/InputField.js";
|
|
35
35
|
import { Label as so } from "./components/Label/Label.js";
|
|
36
36
|
import { MenuLink as Co } from "./components/MenuLink/MenuLink.js";
|
|
37
|
-
import { MetaDataList as
|
|
37
|
+
import { MetaDataList as Fo } from "./components/MetaDataList/MetaDataList.js";
|
|
38
38
|
import { ModalDialog as Mo } from "./components/ModalDialog/ModalDialog.js";
|
|
39
|
-
import { M as Lo } from "./TablePlugin-
|
|
39
|
+
import { M as Lo } from "./TablePlugin-CfXPNfT8.js";
|
|
40
40
|
import { MultiSelectBox as Ro } from "./components/MultiSelectBox/MultiSelectBox.js";
|
|
41
41
|
import { Notification as yo } from "./components/Notification/Notification.js";
|
|
42
42
|
import { OverlayCloseButton as To } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
@@ -45,13 +45,13 @@ import { PageOverlay as Eo } from "./components/PageOverlay/PageOverlay.js";
|
|
|
45
45
|
import { Periods as Oo } from "./components/Periods/Periods.js";
|
|
46
46
|
import { PeriodSelector as No } from "./components/PeriodSelector/PeriodSelector.js";
|
|
47
47
|
import { ProgrammeCard as Vo } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
48
|
-
import { RadioButton as
|
|
49
|
-
import { RadioGroup as
|
|
50
|
-
import { RadioTabSelector as
|
|
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
51
|
import { Repeater as Xo } from "./components/Repeater/Repeater.js";
|
|
52
52
|
import { Rte as Zo, RteEditor as _o } from "./components/RteEditor/RteEditor.js";
|
|
53
53
|
import { SearchField as or } from "./components/SearchField/SearchField.js";
|
|
54
|
-
import { SectionNotification as
|
|
54
|
+
import { SectionNotification as er } from "./components/SectionNotification/SectionNotification.js";
|
|
55
55
|
import { SelectListbox as pr } from "./components/SelectListbox/SelectListbox.js";
|
|
56
56
|
import { SelectProvider as fr, useSelect as mr } from "./components/SelectListbox/SelectProvider.js";
|
|
57
57
|
import { Sortable as ir } from "./components/Sortable/Sortable.js";
|
|
@@ -60,10 +60,11 @@ import { StatusBadge as dr } from "./components/StatusBadge/StatusBage.js";
|
|
|
60
60
|
import { StatusPill as Br } from "./components/StatusPill/StatusPill.js";
|
|
61
61
|
import { TextArea as sr } from "./components/TextArea/TextArea.js";
|
|
62
62
|
import { ToggleSwitch as Cr } from "./components/ToggleSwitch/ToggleSwitch.js";
|
|
63
|
-
import { Tooltip as
|
|
63
|
+
import { Tooltip as Fr } from "./components/Tooltip/Tooltip.js";
|
|
64
64
|
import { VarIndicator as Mr } from "./components/VarIndicator/VarIndicator.js";
|
|
65
|
+
import { WeekSelector as Lr } from "./components/WeekSelector/WeekSelector.js";
|
|
65
66
|
export {
|
|
66
|
-
|
|
67
|
+
e as Accordion,
|
|
67
68
|
p as AccordionCard,
|
|
68
69
|
f as ActionList,
|
|
69
70
|
a as AppStatusBar,
|
|
@@ -71,7 +72,7 @@ export {
|
|
|
71
72
|
c as Backdrop,
|
|
72
73
|
S as Button,
|
|
73
74
|
u as ButtonGroup,
|
|
74
|
-
|
|
75
|
+
I as Card,
|
|
75
76
|
g as Checkbox,
|
|
76
77
|
P as CheckboxButtonBar,
|
|
77
78
|
h as CheckboxTree,
|
|
@@ -81,14 +82,14 @@ export {
|
|
|
81
82
|
G as Drawer,
|
|
82
83
|
H as EmptyStateDataDisplay,
|
|
83
84
|
z as ExpandableInfoPanel,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
85
|
+
W as FeedbackBar,
|
|
86
|
+
q as FeedbackBox,
|
|
87
|
+
K as FieldHint,
|
|
88
|
+
U as Fieldset,
|
|
88
89
|
Y as FormField,
|
|
89
90
|
_ as FormInput,
|
|
90
91
|
oo as GridRow,
|
|
91
|
-
|
|
92
|
+
eo as HorizontalList,
|
|
92
93
|
po as Icon,
|
|
93
94
|
fo as IconButton,
|
|
94
95
|
ao as InfoBanner,
|
|
@@ -97,9 +98,9 @@ export {
|
|
|
97
98
|
Bo as InputField,
|
|
98
99
|
so as Label,
|
|
99
100
|
b as LinkButton,
|
|
100
|
-
|
|
101
|
+
k as MenuButton,
|
|
101
102
|
Co as MenuLink,
|
|
102
|
-
|
|
103
|
+
Fo as MetaDataList,
|
|
103
104
|
Mo as ModalDialog,
|
|
104
105
|
Lo as MultiSelect,
|
|
105
106
|
Ro as MultiSelectBox,
|
|
@@ -110,14 +111,14 @@ export {
|
|
|
110
111
|
No as PeriodSelector,
|
|
111
112
|
Oo as Periods,
|
|
112
113
|
Vo as ProgrammeCard,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
jo as RadioButton,
|
|
115
|
+
Jo as RadioGroup,
|
|
116
|
+
Qo as RadioTabSelector,
|
|
116
117
|
Xo as Repeater,
|
|
117
118
|
Zo as Rte,
|
|
118
119
|
_o as RteEditor,
|
|
119
120
|
or as SearchField,
|
|
120
|
-
|
|
121
|
+
er as SectionNotification,
|
|
121
122
|
pr as SelectListbox,
|
|
122
123
|
fr as SelectProvider,
|
|
123
124
|
ir as Sortable,
|
|
@@ -126,8 +127,9 @@ export {
|
|
|
126
127
|
Br as StatusPill,
|
|
127
128
|
sr as TextArea,
|
|
128
129
|
Cr as ToggleSwitch,
|
|
129
|
-
|
|
130
|
+
Fr as Tooltip,
|
|
130
131
|
Mr as VarIndicator,
|
|
132
|
+
Lr as WeekSelector,
|
|
131
133
|
mr as useSelect
|
|
132
134
|
};
|
|
133
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",
|
|
@@ -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
|
}
|