@uva-glass/component-library 3.45.6 → 3.46.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/assets/CopyableText.css +1 -0
- 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/Icon/icons/index.d.ts +12 -0
- package/dist/components/Icon/icons/index.js +211 -201
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +102 -100
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +102 -100
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
|
@@ -12,6 +12,7 @@ export * from './CheckboxButtonBar';
|
|
|
12
12
|
export * from './CheckboxTree';
|
|
13
13
|
export * from './Chip';
|
|
14
14
|
export * from './ControlsButton';
|
|
15
|
+
export * from './CopyableText';
|
|
15
16
|
export * from './Drawer';
|
|
16
17
|
export * from './EmptyStateDataDisplay';
|
|
17
18
|
export * from './ExpandableInfoPanel';
|
package/dist/components/index.js
CHANGED
|
@@ -12,55 +12,56 @@ import { Card as k } 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 j } from "./FeedbackBar/FeedbackBar.js";
|
|
22
|
+
import { FeedbackBox as J } from "./FeedbackBox/FeedbackBox.js";
|
|
23
|
+
import { FieldHint as Q } from "./FieldHint/FieldHint.js";
|
|
24
|
+
import { Fieldset as W } 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 to } 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 Io } from "./MetaDataList/MetaDataList.js";
|
|
38
|
+
import { ModalDialog as Mo } from "./ModalDialog/ModalDialog.js";
|
|
39
|
+
import { M as Lo } from "../TablePlugin-FTN9oxnI.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 qo } from "./RadioButton/RadioButton.js";
|
|
49
|
+
import { RadioGroup as Ko } from "./RadioGroup/RadioGroup.js";
|
|
50
|
+
import { RadioTabSelector as Uo } 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 tr } 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 Ir } from "./Tooltip/Tooltip.js";
|
|
64
|
+
import { VarIndicator as Mr } from "./VarIndicator/VarIndicator.js";
|
|
64
65
|
export {
|
|
65
66
|
t as Accordion,
|
|
66
67
|
p as AccordionCard,
|
|
@@ -74,58 +75,59 @@ export {
|
|
|
74
75
|
g as Checkbox,
|
|
75
76
|
P as CheckboxButtonBar,
|
|
76
77
|
h as CheckboxTree,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
w as
|
|
80
|
-
G as
|
|
81
|
-
H as
|
|
82
|
-
z as
|
|
83
|
-
j as
|
|
84
|
-
J as
|
|
85
|
-
Q as
|
|
86
|
-
W as
|
|
87
|
-
Y as
|
|
88
|
-
_ as
|
|
89
|
-
oo as
|
|
90
|
-
to as
|
|
91
|
-
po as
|
|
92
|
-
fo as
|
|
93
|
-
ao as
|
|
94
|
-
no as
|
|
95
|
-
co as
|
|
96
|
-
Bo as
|
|
78
|
+
A as Chip,
|
|
79
|
+
D as ControlsButton,
|
|
80
|
+
w as CopyableText,
|
|
81
|
+
G as Drawer,
|
|
82
|
+
H as EmptyStateDataDisplay,
|
|
83
|
+
z as ExpandableInfoPanel,
|
|
84
|
+
j as FeedbackBar,
|
|
85
|
+
J as FeedbackBox,
|
|
86
|
+
Q as FieldHint,
|
|
87
|
+
W as Fieldset,
|
|
88
|
+
Y as FormField,
|
|
89
|
+
_ as FormInput,
|
|
90
|
+
oo as GridRow,
|
|
91
|
+
to as HorizontalList,
|
|
92
|
+
po as Icon,
|
|
93
|
+
fo as IconButton,
|
|
94
|
+
ao as InfoBanner,
|
|
95
|
+
no as InfoMessage,
|
|
96
|
+
co as Input,
|
|
97
|
+
Bo as InputField,
|
|
98
|
+
so as Label,
|
|
97
99
|
b as LinkButton,
|
|
98
100
|
F as MenuButton,
|
|
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
|
+
Co as MenuLink,
|
|
102
|
+
Io as MetaDataList,
|
|
103
|
+
Mo as ModalDialog,
|
|
104
|
+
Lo as MultiSelect,
|
|
105
|
+
Ro as MultiSelectBox,
|
|
106
|
+
yo as Notification,
|
|
107
|
+
To as OverlayCloseButton,
|
|
108
|
+
vo as OverlayStepBar,
|
|
109
|
+
Eo as PageOverlay,
|
|
110
|
+
No as PeriodSelector,
|
|
111
|
+
Oo as Periods,
|
|
112
|
+
Vo as ProgrammeCard,
|
|
113
|
+
qo as RadioButton,
|
|
114
|
+
Ko as RadioGroup,
|
|
115
|
+
Uo as RadioTabSelector,
|
|
116
|
+
Xo as Repeater,
|
|
117
|
+
Zo as Rte,
|
|
118
|
+
_o as RteEditor,
|
|
119
|
+
or as SearchField,
|
|
120
|
+
tr as SectionNotification,
|
|
121
|
+
pr as SelectListbox,
|
|
122
|
+
fr as SelectProvider,
|
|
123
|
+
ir as Sortable,
|
|
124
|
+
lr as Spinner,
|
|
125
|
+
dr as StatusBadge,
|
|
126
|
+
Br as StatusPill,
|
|
127
|
+
sr as TextArea,
|
|
128
|
+
Cr as ToggleSwitch,
|
|
129
|
+
Ir as Tooltip,
|
|
130
|
+
Mr as VarIndicator,
|
|
131
|
+
mr as useSelect
|
|
130
132
|
};
|
|
131
133
|
//# 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
|
@@ -12,55 +12,56 @@ import { Card as k } 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 j } from "./components/FeedbackBar/FeedbackBar.js";
|
|
22
|
+
import { FeedbackBox as J } from "./components/FeedbackBox/FeedbackBox.js";
|
|
23
|
+
import { FieldHint as Q } from "./components/FieldHint/FieldHint.js";
|
|
24
|
+
import { Fieldset as W } 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 to } 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 Io } from "./components/MetaDataList/MetaDataList.js";
|
|
38
|
+
import { ModalDialog as Mo } from "./components/ModalDialog/ModalDialog.js";
|
|
39
|
+
import { M as Lo } from "./TablePlugin-FTN9oxnI.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 qo } from "./components/RadioButton/RadioButton.js";
|
|
49
|
+
import { RadioGroup as Ko } from "./components/RadioGroup/RadioGroup.js";
|
|
50
|
+
import { RadioTabSelector as Uo } 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 tr } 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 Ir } from "./components/Tooltip/Tooltip.js";
|
|
64
|
+
import { VarIndicator as Mr } from "./components/VarIndicator/VarIndicator.js";
|
|
64
65
|
export {
|
|
65
66
|
t as Accordion,
|
|
66
67
|
p as AccordionCard,
|
|
@@ -74,58 +75,59 @@ export {
|
|
|
74
75
|
g as Checkbox,
|
|
75
76
|
P as CheckboxButtonBar,
|
|
76
77
|
h as CheckboxTree,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
w as
|
|
80
|
-
G as
|
|
81
|
-
H as
|
|
82
|
-
z as
|
|
83
|
-
j as
|
|
84
|
-
J as
|
|
85
|
-
Q as
|
|
86
|
-
W as
|
|
87
|
-
Y as
|
|
88
|
-
_ as
|
|
89
|
-
oo as
|
|
90
|
-
to as
|
|
91
|
-
po as
|
|
92
|
-
fo as
|
|
93
|
-
ao as
|
|
94
|
-
no as
|
|
95
|
-
co as
|
|
96
|
-
Bo as
|
|
78
|
+
A as Chip,
|
|
79
|
+
D as ControlsButton,
|
|
80
|
+
w as CopyableText,
|
|
81
|
+
G as Drawer,
|
|
82
|
+
H as EmptyStateDataDisplay,
|
|
83
|
+
z as ExpandableInfoPanel,
|
|
84
|
+
j as FeedbackBar,
|
|
85
|
+
J as FeedbackBox,
|
|
86
|
+
Q as FieldHint,
|
|
87
|
+
W as Fieldset,
|
|
88
|
+
Y as FormField,
|
|
89
|
+
_ as FormInput,
|
|
90
|
+
oo as GridRow,
|
|
91
|
+
to as HorizontalList,
|
|
92
|
+
po as Icon,
|
|
93
|
+
fo as IconButton,
|
|
94
|
+
ao as InfoBanner,
|
|
95
|
+
no as InfoMessage,
|
|
96
|
+
co as Input,
|
|
97
|
+
Bo as InputField,
|
|
98
|
+
so as Label,
|
|
97
99
|
b as LinkButton,
|
|
98
100
|
F as MenuButton,
|
|
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
|
+
Co as MenuLink,
|
|
102
|
+
Io as MetaDataList,
|
|
103
|
+
Mo as ModalDialog,
|
|
104
|
+
Lo as MultiSelect,
|
|
105
|
+
Ro as MultiSelectBox,
|
|
106
|
+
yo as Notification,
|
|
107
|
+
To as OverlayCloseButton,
|
|
108
|
+
vo as OverlayStepBar,
|
|
109
|
+
Eo as PageOverlay,
|
|
110
|
+
No as PeriodSelector,
|
|
111
|
+
Oo as Periods,
|
|
112
|
+
Vo as ProgrammeCard,
|
|
113
|
+
qo as RadioButton,
|
|
114
|
+
Ko as RadioGroup,
|
|
115
|
+
Uo as RadioTabSelector,
|
|
116
|
+
Xo as Repeater,
|
|
117
|
+
Zo as Rte,
|
|
118
|
+
_o as RteEditor,
|
|
119
|
+
or as SearchField,
|
|
120
|
+
tr as SectionNotification,
|
|
121
|
+
pr as SelectListbox,
|
|
122
|
+
fr as SelectProvider,
|
|
123
|
+
ir as Sortable,
|
|
124
|
+
lr as Spinner,
|
|
125
|
+
dr as StatusBadge,
|
|
126
|
+
Br as StatusPill,
|
|
127
|
+
sr as TextArea,
|
|
128
|
+
Cr as ToggleSwitch,
|
|
129
|
+
Ir as Tooltip,
|
|
130
|
+
Mr as VarIndicator,
|
|
131
|
+
mr as useSelect
|
|
130
132
|
};
|
|
131
133
|
//# 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.46.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"react": "^19.1.1",
|
|
82
82
|
"react-dom": "^19.1.1",
|
|
83
83
|
"react-router": "^7.9.1",
|
|
84
|
-
"semantic-release": "^24.2.
|
|
84
|
+
"semantic-release": "^24.2.9",
|
|
85
85
|
"storybook": "^9.1.7",
|
|
86
86
|
"style-dictionary": "^5.0.4",
|
|
87
87
|
"stylelint": "^16.24.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.
|
|
113
|
-
"@rspack/binding-darwin-arm64": "1.5.
|
|
114
|
-
"@rspack/binding-linux-x64-gnu": "1.5.
|
|
112
|
+
"@rollup/rollup-linux-x64-gnu": "^4.52.1",
|
|
113
|
+
"@rspack/binding-darwin-arm64": "1.5.6",
|
|
114
|
+
"@rspack/binding-linux-x64-gnu": "1.5.6"
|
|
115
115
|
}
|
|
116
116
|
}
|