@uva-glass/component-library 3.23.0 → 3.24.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.
@@ -0,0 +1,9 @@
1
+ import { ReactNode } from 'react';
2
+ import { IconProps } from 'components/Icon';
3
+ export interface InfoBannerProps {
4
+ /** The name of the icon to display in the banner. */
5
+ iconName?: IconProps['name'];
6
+ /** Content or message as sting or react component. */
7
+ content?: string | ReactNode;
8
+ }
9
+ export declare const InfoBanner: ({ iconName, content }: InfoBannerProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ import { jsxs as e, jsx as o } from "react/jsx-runtime";
2
+ import { Icon as a } from "../Icon/Icon.js";
3
+ import '../../assets/InfoBanner.css';const p = "_infobanner_wrapper_1ojyh_1", s = {
4
+ infobanner_wrapper: p
5
+ }, f = ({ iconName: n, content: r }) => /* @__PURE__ */ e("div", { className: s.infobanner_wrapper, children: [
6
+ n && /* @__PURE__ */ o(a, { name: n, size: 24 }),
7
+ r
8
+ ] });
9
+ export {
10
+ f as InfoBanner
11
+ };
12
+ //# sourceMappingURL=InfoBanner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoBanner.js","sources":["../../../src/components/InfoBanner/InfoBanner.tsx"],"sourcesContent":["import type { ReactNode } from 'react';\r\nimport type { IconProps } from 'components/Icon';\r\n\r\nimport styles from './InfoBanner.module.css';\r\n\r\nimport { Icon } from 'components/Icon';\r\n\r\nexport interface InfoBannerProps {\r\n /** The name of the icon to display in the banner. */\r\n iconName?: IconProps['name'];\r\n /** Content or message as sting or react component. */\r\n content?: string | ReactNode;\r\n}\r\n\r\nexport const InfoBanner = ({ iconName, content }: InfoBannerProps) => {\r\n return (\r\n <div className={styles['infobanner_wrapper']}>\r\n {iconName && <Icon name={iconName} size={24} />}\r\n {content}\r\n </div>\r\n );\r\n};\r\n"],"names":["InfoBanner","iconName","content","jsxs","styles","jsx","Icon"],"mappings":";;;;GAcaA,IAAa,CAAC,EAAE,UAAAC,GAAU,SAAAC,QAElC,gBAAAC,EAAA,OAAA,EAAI,WAAWC,EAAO,oBACpB,UAAA;AAAA,EAAAH,KAAa,gBAAAI,EAAAC,GAAA,EAAK,MAAML,GAAU,MAAM,IAAI;AAAA,EAC5CC;AAAA,GACH;"}
@@ -0,0 +1,5 @@
1
+ import { Meta } from '@storybook/react';
2
+ import { InfoBannerProps } from 'components/InfoBanner';
3
+ declare const _default: Meta<InfoBannerProps>;
4
+ export default _default;
5
+ export declare const InfoBannerExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InfoBannerProps>;
@@ -0,0 +1,23 @@
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ import { InfoBanner as n } from "./InfoBanner.js";
3
+ const r = "<InfoBanner iconName={string} content={ReactNode} />", m = {
4
+ title: "Atoms/InfoBanner",
5
+ component: n,
6
+ argTypes: {},
7
+ parameters: {
8
+ inspectComponent: n,
9
+ codeString: r
10
+ }
11
+ }, a = (o) => /* @__PURE__ */ e(n, { ...o }), s = a.bind({});
12
+ s.args = {
13
+ content: /* @__PURE__ */ t("span", { children: [
14
+ "Je voert de roosterwensen in voor ",
15
+ /* @__PURE__ */ e("strong", { children: "vakaanbieding 2." })
16
+ ] }),
17
+ iconName: "CalendarEdit"
18
+ };
19
+ export {
20
+ s as InfoBannerExample,
21
+ m as default
22
+ };
23
+ //# sourceMappingURL=InfoBanner.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoBanner.stories.js","sources":["../../../src/components/InfoBanner/InfoBanner.stories.tsx"],"sourcesContent":["import type { Meta, StoryFn } from '@storybook/react';\r\nimport type { InfoBannerProps } from 'components/InfoBanner';\r\n\r\nimport { InfoBanner } from 'components/InfoBanner';\r\n\r\nconst codeString = `<InfoBanner iconName={string} content={ReactNode} />`;\r\n\r\n// eslint-disable-next-line import/no-default-export\r\nexport default {\r\n title: 'Atoms/InfoBanner',\r\n component: InfoBanner,\r\n argTypes: {},\r\n parameters: {\r\n inspectComponent: InfoBanner,\r\n codeString: codeString,\r\n },\r\n} as Meta<InfoBannerProps>;\r\n\r\nconst Template: StoryFn<InfoBannerProps> = (args) => <InfoBanner {...args} />;\r\n\r\nexport const InfoBannerExample = Template.bind({});\r\nInfoBannerExample.args = {\r\n content: (\r\n <span>\r\n Je voert de roosterwensen in voor <strong>vakaanbieding 2.</strong>\r\n </span>\r\n ),\r\n iconName: 'CalendarEdit',\r\n};\r\n"],"names":["codeString","InfoBanner_stories","InfoBanner","Template","args","jsx","InfoBannerExample"],"mappings":";;AAKA,MAAMA,IAAa,wDAGJC,IAAA;AAAA,EACb,OAAO;AAAA,EACP,WAAWC;AAAA,EACX,UAAU,CAAC;AAAA,EACX,YAAY;AAAA,IACV,kBAAkBA;AAAA,IAClB,YAAAF;AAAA,EAAA;AAEJ,GAEMG,IAAqC,CAACC,MAAU,gBAAAC,EAAAH,GAAA,EAAY,GAAGE,GAAM,GAE9DE,IAAoBH,EAAS,KAAK,CAAE,CAAA;AACjDG,EAAkB,OAAO;AAAA,EACvB,2BACG,QAAK,EAAA,UAAA;AAAA,IAAA;AAAA,IAC8B,gBAAAD,EAAC,YAAO,UAAgB,mBAAA,CAAA;AAAA,EAAA,GAC5D;AAAA,EAEF,UAAU;AACZ;"}
@@ -0,0 +1 @@
1
+ export * from './InfoBanner';
@@ -0,0 +1,5 @@
1
+ import { InfoBanner as r } from "./InfoBanner.js";
2
+ export {
3
+ r as InfoBanner
4
+ };
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -24,6 +24,7 @@ export * from './GridRow';
24
24
  export * from './HorizontalList';
25
25
  export * from './Icon';
26
26
  export * from './IconButton';
27
+ export * from './InfoBanner';
27
28
  export * from './InfoMessage';
28
29
  export * from './Input';
29
30
  export * from './InputField';
@@ -8,8 +8,8 @@ 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
10
  import { MenuButton as k } from "./Buttons/MenuButton.js";
11
- import { Card as M } from "./Card/Card.js";
12
- import { Checkbox as I } from "./Checkbox/Checkbox.js";
11
+ import { Card as I } from "./Card/Card.js";
12
+ import { Checkbox as g } from "./Checkbox/Checkbox.js";
13
13
  import { CheckboxButtonBar as R } from "./CheckboxButtonBar/CheckboxButtonBar.js";
14
14
  import { CheckboxTree as P } from "./CheckboxTree/CheckboxTree.js";
15
15
  import { Chip as y } from "./Chip/Chip.js";
@@ -26,37 +26,38 @@ import { GridRow as Y } from "./GridRow/GridRow.js";
26
26
  import { HorizontalList as _ } from "./HorizontalList/HorizontalList.js";
27
27
  import { Icon as oo } from "./Icon/Icon.js";
28
28
  import { IconButton as to } from "./IconButton/IconButton.js";
29
- import { InfoMessage as po } from "./InfoMessage/InfoMessage.js";
30
- import { Input as mo } from "./Input/Input.js";
31
- import { InputField as ao } from "./InputField/InputField.js";
32
- import { Label as no } from "./Label/Label.js";
33
- import { MenuLink as co } from "./MenuLink/MenuLink.js";
34
- import { MetaDataList as Bo } from "./MetaDataList/MetaDataList.js";
35
- import { ModalDialog as So } from "./ModalDialog/ModalDialog.js";
36
- import { M as Co } from "../TablePlugin-Bj5FObQ_.js";
37
- import { MultiSelectBox as Fo } from "./MultiSelectBox/MultiSelectBox.js";
38
- import { OverlayCloseButton as go } from "./OverlayCloseButton/OverlayCloseButton.js";
39
- import { OverlayStepBar as Lo } from "./OverlayStepBar/OverlayStepBar.js";
40
- import { PageOverlay as Ao } from "./PageOverlay/PageOverlay.js";
41
- import { Periods as ho } from "./Periods/Periods.js";
42
- import { PeriodSelector as Do } from "./PeriodSelector/PeriodSelector.js";
43
- import { ProgrammeCard as vo } from "./ProgrammeCard/ProgrammeCard.js";
44
- import { RadioButton as Go } from "./RadioButton/RadioButton.js";
45
- import { RadioGroup as Eo } from "./RadioGroup/RadioGroup.js";
46
- import { RadioTabSelector as zo } from "./RadioTabSelector/RadioTabSelector.js";
47
- import { Repeater as Vo } from "./Repeater/Repeater.js";
48
- import { Rte as qo, RteEditor as Jo } from "./RteEditor/RteEditor.js";
49
- import { SectionNotification as Qo } from "./SectionNotification/SectionNotification.js";
50
- import { SelectListbox as Wo } from "./SelectListbox/SelectListbox.js";
51
- import { SelectProvider as Yo, useSelect as Zo } from "./SelectListbox/SelectProvider.js";
52
- import { Sortable as $o } from "./Sortable/Sortable.js";
53
- import { Spinner as rr } from "./Spinner/Spinner.js";
54
- import { StatusBadge as er } from "./StatusBadge/StatusBage.js";
55
- import { StatusPill as xr } from "./StatusPill/StatusPill.js";
56
- import { TextArea as fr } from "./TextArea/TextArea.js";
57
- import { ToggleSwitch as ir } from "./ToggleSwitch/ToggleSwitch.js";
58
- import { Tooltip as lr } from "./Tooltip/Tooltip.js";
59
- import { VarIndicator as dr } from "./VarIndicator/VarIndicator.js";
29
+ import { InfoBanner as po } from "./InfoBanner/InfoBanner.js";
30
+ import { InfoMessage as mo } from "./InfoMessage/InfoMessage.js";
31
+ import { Input as ao } from "./Input/Input.js";
32
+ import { InputField as no } from "./InputField/InputField.js";
33
+ import { Label as co } from "./Label/Label.js";
34
+ import { MenuLink as Bo } from "./MenuLink/MenuLink.js";
35
+ import { MetaDataList as So } from "./MetaDataList/MetaDataList.js";
36
+ import { ModalDialog as Co } from "./ModalDialog/ModalDialog.js";
37
+ import { M as Fo } from "../TablePlugin-Bj5FObQ_.js";
38
+ import { MultiSelectBox as Mo } from "./MultiSelectBox/MultiSelectBox.js";
39
+ import { OverlayCloseButton as Lo } from "./OverlayCloseButton/OverlayCloseButton.js";
40
+ import { OverlayStepBar as Ao } from "./OverlayStepBar/OverlayStepBar.js";
41
+ import { PageOverlay as ho } from "./PageOverlay/PageOverlay.js";
42
+ import { Periods as Do } from "./Periods/Periods.js";
43
+ import { PeriodSelector as vo } from "./PeriodSelector/PeriodSelector.js";
44
+ import { ProgrammeCard as Go } from "./ProgrammeCard/ProgrammeCard.js";
45
+ import { RadioButton as Eo } from "./RadioButton/RadioButton.js";
46
+ import { RadioGroup as zo } from "./RadioGroup/RadioGroup.js";
47
+ import { RadioTabSelector as Vo } from "./RadioTabSelector/RadioTabSelector.js";
48
+ import { Repeater as qo } from "./Repeater/Repeater.js";
49
+ import { Rte as Ko, RteEditor as Qo } from "./RteEditor/RteEditor.js";
50
+ import { SectionNotification as Wo } from "./SectionNotification/SectionNotification.js";
51
+ import { SelectListbox as Yo } from "./SelectListbox/SelectListbox.js";
52
+ import { SelectProvider as _o, useSelect as $o } from "./SelectListbox/SelectProvider.js";
53
+ import { Sortable as rr } from "./Sortable/Sortable.js";
54
+ import { Spinner as er } from "./Spinner/Spinner.js";
55
+ import { StatusBadge as xr } from "./StatusBadge/StatusBage.js";
56
+ import { StatusPill as fr } from "./StatusPill/StatusPill.js";
57
+ import { TextArea as ir } from "./TextArea/TextArea.js";
58
+ import { ToggleSwitch as lr } from "./ToggleSwitch/ToggleSwitch.js";
59
+ import { Tooltip as dr } from "./Tooltip/Tooltip.js";
60
+ import { VarIndicator as Br } from "./VarIndicator/VarIndicator.js";
60
61
  export {
61
62
  t as Accordion,
62
63
  p as AccordionCard,
@@ -66,8 +67,8 @@ export {
66
67
  c as Backdrop,
67
68
  s as Button,
68
69
  u as ButtonGroup,
69
- M as Card,
70
- I as Checkbox,
70
+ I as Card,
71
+ g as Checkbox,
71
72
  R as CheckboxButtonBar,
72
73
  P as CheckboxTree,
73
74
  y as Chip,
@@ -84,40 +85,41 @@ export {
84
85
  _ as HorizontalList,
85
86
  oo as Icon,
86
87
  to as IconButton,
87
- po as InfoMessage,
88
- mo as Input,
89
- ao as InputField,
90
- no as Label,
88
+ po as InfoBanner,
89
+ mo as InfoMessage,
90
+ ao as Input,
91
+ no as InputField,
92
+ co as Label,
91
93
  b as LinkButton,
92
94
  k as MenuButton,
93
- co as MenuLink,
94
- Bo as MetaDataList,
95
- So as ModalDialog,
96
- Co as MultiSelect,
97
- Fo as MultiSelectBox,
98
- go as OverlayCloseButton,
99
- Lo as OverlayStepBar,
100
- Ao as PageOverlay,
101
- Do as PeriodSelector,
102
- ho as Periods,
103
- vo as ProgrammeCard,
104
- Go as RadioButton,
105
- Eo as RadioGroup,
106
- zo as RadioTabSelector,
107
- Vo as Repeater,
108
- qo as Rte,
109
- Jo as RteEditor,
110
- Qo as SectionNotification,
111
- Wo as SelectListbox,
112
- Yo as SelectProvider,
113
- $o as Sortable,
114
- rr as Spinner,
115
- er as StatusBadge,
116
- xr as StatusPill,
117
- fr as TextArea,
118
- ir as ToggleSwitch,
119
- lr as Tooltip,
120
- dr as VarIndicator,
121
- Zo as useSelect
95
+ Bo as MenuLink,
96
+ So as MetaDataList,
97
+ Co as ModalDialog,
98
+ Fo as MultiSelect,
99
+ Mo as MultiSelectBox,
100
+ Lo as OverlayCloseButton,
101
+ Ao as OverlayStepBar,
102
+ ho as PageOverlay,
103
+ vo as PeriodSelector,
104
+ Do as Periods,
105
+ Go as ProgrammeCard,
106
+ Eo as RadioButton,
107
+ zo as RadioGroup,
108
+ Vo as RadioTabSelector,
109
+ qo as Repeater,
110
+ Ko as Rte,
111
+ Qo as RteEditor,
112
+ Wo as SectionNotification,
113
+ Yo as SelectListbox,
114
+ _o as SelectProvider,
115
+ rr as Sortable,
116
+ er as Spinner,
117
+ xr as StatusBadge,
118
+ fr as StatusPill,
119
+ ir as TextArea,
120
+ lr as ToggleSwitch,
121
+ dr as Tooltip,
122
+ Br as VarIndicator,
123
+ $o as useSelect
122
124
  };
123
125
  //# 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
@@ -8,8 +8,8 @@ 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
10
  import { MenuButton as k } from "./components/Buttons/MenuButton.js";
11
- import { Card as M } from "./components/Card/Card.js";
12
- import { Checkbox as I } from "./components/Checkbox/Checkbox.js";
11
+ import { Card as I } from "./components/Card/Card.js";
12
+ import { Checkbox as g } from "./components/Checkbox/Checkbox.js";
13
13
  import { CheckboxButtonBar as R } from "./components/CheckboxButtonBar/CheckboxButtonBar.js";
14
14
  import { CheckboxTree as P } from "./components/CheckboxTree/CheckboxTree.js";
15
15
  import { Chip as y } from "./components/Chip/Chip.js";
@@ -26,37 +26,38 @@ import { GridRow as Y } from "./components/GridRow/GridRow.js";
26
26
  import { HorizontalList as _ } from "./components/HorizontalList/HorizontalList.js";
27
27
  import { Icon as oo } from "./components/Icon/Icon.js";
28
28
  import { IconButton as to } from "./components/IconButton/IconButton.js";
29
- import { InfoMessage as po } from "./components/InfoMessage/InfoMessage.js";
30
- import { Input as mo } 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 Co } from "./TablePlugin-Bj5FObQ_.js";
37
- import { MultiSelectBox as Fo } from "./components/MultiSelectBox/MultiSelectBox.js";
38
- import { OverlayCloseButton as go } from "./components/OverlayCloseButton/OverlayCloseButton.js";
39
- import { OverlayStepBar as Lo } from "./components/OverlayStepBar/OverlayStepBar.js";
40
- import { PageOverlay as Ao } from "./components/PageOverlay/PageOverlay.js";
41
- import { Periods as ho } from "./components/Periods/Periods.js";
42
- import { PeriodSelector as Do } from "./components/PeriodSelector/PeriodSelector.js";
43
- import { ProgrammeCard as vo } from "./components/ProgrammeCard/ProgrammeCard.js";
44
- import { RadioButton as Go } from "./components/RadioButton/RadioButton.js";
45
- import { RadioGroup as Eo } from "./components/RadioGroup/RadioGroup.js";
46
- import { RadioTabSelector as zo } from "./components/RadioTabSelector/RadioTabSelector.js";
47
- import { Repeater as Vo } from "./components/Repeater/Repeater.js";
48
- import { Rte as qo, RteEditor as Jo } from "./components/RteEditor/RteEditor.js";
49
- import { SectionNotification as Qo } from "./components/SectionNotification/SectionNotification.js";
50
- import { SelectListbox as Wo } from "./components/SelectListbox/SelectListbox.js";
51
- import { SelectProvider as Yo, useSelect as Zo } from "./components/SelectListbox/SelectProvider.js";
52
- import { Sortable as $o } from "./components/Sortable/Sortable.js";
53
- import { Spinner as rr } from "./components/Spinner/Spinner.js";
54
- import { StatusBadge as er } from "./components/StatusBadge/StatusBage.js";
55
- import { StatusPill as xr } from "./components/StatusPill/StatusPill.js";
56
- import { TextArea as fr } from "./components/TextArea/TextArea.js";
57
- import { ToggleSwitch as ir } from "./components/ToggleSwitch/ToggleSwitch.js";
58
- import { Tooltip as lr } from "./components/Tooltip/Tooltip.js";
59
- import { VarIndicator as dr } from "./components/VarIndicator/VarIndicator.js";
29
+ import { InfoBanner as po } from "./components/InfoBanner/InfoBanner.js";
30
+ import { InfoMessage as mo } from "./components/InfoMessage/InfoMessage.js";
31
+ import { Input as ao } from "./components/Input/Input.js";
32
+ import { InputField as no } from "./components/InputField/InputField.js";
33
+ import { Label as co } from "./components/Label/Label.js";
34
+ import { MenuLink as Bo } from "./components/MenuLink/MenuLink.js";
35
+ import { MetaDataList as So } from "./components/MetaDataList/MetaDataList.js";
36
+ import { ModalDialog as Co } from "./components/ModalDialog/ModalDialog.js";
37
+ import { M as Fo } from "./TablePlugin-Bj5FObQ_.js";
38
+ import { MultiSelectBox as Mo } from "./components/MultiSelectBox/MultiSelectBox.js";
39
+ import { OverlayCloseButton as Lo } from "./components/OverlayCloseButton/OverlayCloseButton.js";
40
+ import { OverlayStepBar as Ao } from "./components/OverlayStepBar/OverlayStepBar.js";
41
+ import { PageOverlay as ho } from "./components/PageOverlay/PageOverlay.js";
42
+ import { Periods as Do } from "./components/Periods/Periods.js";
43
+ import { PeriodSelector as vo } from "./components/PeriodSelector/PeriodSelector.js";
44
+ import { ProgrammeCard as Go } from "./components/ProgrammeCard/ProgrammeCard.js";
45
+ import { RadioButton as Eo } from "./components/RadioButton/RadioButton.js";
46
+ import { RadioGroup as zo } from "./components/RadioGroup/RadioGroup.js";
47
+ import { RadioTabSelector as Vo } from "./components/RadioTabSelector/RadioTabSelector.js";
48
+ import { Repeater as qo } from "./components/Repeater/Repeater.js";
49
+ import { Rte as Ko, RteEditor as Qo } from "./components/RteEditor/RteEditor.js";
50
+ import { SectionNotification as Wo } from "./components/SectionNotification/SectionNotification.js";
51
+ import { SelectListbox as Yo } from "./components/SelectListbox/SelectListbox.js";
52
+ import { SelectProvider as _o, useSelect as $o } from "./components/SelectListbox/SelectProvider.js";
53
+ import { Sortable as rr } from "./components/Sortable/Sortable.js";
54
+ import { Spinner as er } from "./components/Spinner/Spinner.js";
55
+ import { StatusBadge as xr } from "./components/StatusBadge/StatusBage.js";
56
+ import { StatusPill as fr } from "./components/StatusPill/StatusPill.js";
57
+ import { TextArea as ir } from "./components/TextArea/TextArea.js";
58
+ import { ToggleSwitch as lr } from "./components/ToggleSwitch/ToggleSwitch.js";
59
+ import { Tooltip as dr } from "./components/Tooltip/Tooltip.js";
60
+ import { VarIndicator as Br } from "./components/VarIndicator/VarIndicator.js";
60
61
  export {
61
62
  t as Accordion,
62
63
  p as AccordionCard,
@@ -66,8 +67,8 @@ export {
66
67
  c as Backdrop,
67
68
  s as Button,
68
69
  u as ButtonGroup,
69
- M as Card,
70
- I as Checkbox,
70
+ I as Card,
71
+ g as Checkbox,
71
72
  R as CheckboxButtonBar,
72
73
  P as CheckboxTree,
73
74
  y as Chip,
@@ -84,40 +85,41 @@ export {
84
85
  _ as HorizontalList,
85
86
  oo as Icon,
86
87
  to as IconButton,
87
- po as InfoMessage,
88
- mo as Input,
89
- ao as InputField,
90
- no as Label,
88
+ po as InfoBanner,
89
+ mo as InfoMessage,
90
+ ao as Input,
91
+ no as InputField,
92
+ co as Label,
91
93
  b as LinkButton,
92
94
  k as MenuButton,
93
- co as MenuLink,
94
- Bo as MetaDataList,
95
- So as ModalDialog,
96
- Co as MultiSelect,
97
- Fo as MultiSelectBox,
98
- go as OverlayCloseButton,
99
- Lo as OverlayStepBar,
100
- Ao as PageOverlay,
101
- Do as PeriodSelector,
102
- ho as Periods,
103
- vo as ProgrammeCard,
104
- Go as RadioButton,
105
- Eo as RadioGroup,
106
- zo as RadioTabSelector,
107
- Vo as Repeater,
108
- qo as Rte,
109
- Jo as RteEditor,
110
- Qo as SectionNotification,
111
- Wo as SelectListbox,
112
- Yo as SelectProvider,
113
- $o as Sortable,
114
- rr as Spinner,
115
- er as StatusBadge,
116
- xr as StatusPill,
117
- fr as TextArea,
118
- ir as ToggleSwitch,
119
- lr as Tooltip,
120
- dr as VarIndicator,
121
- Zo as useSelect
95
+ Bo as MenuLink,
96
+ So as MetaDataList,
97
+ Co as ModalDialog,
98
+ Fo as MultiSelect,
99
+ Mo as MultiSelectBox,
100
+ Lo as OverlayCloseButton,
101
+ Ao as OverlayStepBar,
102
+ ho as PageOverlay,
103
+ vo as PeriodSelector,
104
+ Do as Periods,
105
+ Go as ProgrammeCard,
106
+ Eo as RadioButton,
107
+ zo as RadioGroup,
108
+ Vo as RadioTabSelector,
109
+ qo as Repeater,
110
+ Ko as Rte,
111
+ Qo as RteEditor,
112
+ Wo as SectionNotification,
113
+ Yo as SelectListbox,
114
+ _o as SelectProvider,
115
+ rr as Sortable,
116
+ er as Spinner,
117
+ xr as StatusBadge,
118
+ fr as StatusPill,
119
+ ir as TextArea,
120
+ lr as ToggleSwitch,
121
+ dr as Tooltip,
122
+ Br as VarIndicator,
123
+ $o as useSelect
122
124
  };
123
125
  //# 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.23.0",
5
+ "version": "3.24.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -69,7 +69,7 @@
69
69
  "@types/react": "^19.1.5",
70
70
  "@uva-glass/eslint-config": "^1.3.10",
71
71
  "@uva-glass/stylelint-config": "^1.2.2",
72
- "@vitejs/plugin-react": "^4.4.1",
72
+ "@vitejs/plugin-react": "^4.5.0",
73
73
  "babel-jest": "^29.7.0",
74
74
  "babel-plugin-transform-vite-meta-env": "^1.0.3",
75
75
  "clsx": "^2.1.1",
@@ -81,11 +81,11 @@
81
81
  "jest-environment-jsdom": "^29.7.0",
82
82
  "jest-junit": "^16.0.0",
83
83
  "jsdom": "^26.1.0",
84
- "npm-run-all2": "^8.0.3",
84
+ "npm-run-all2": "^8.0.4",
85
85
  "react": "^19.1.0",
86
86
  "react-dom": "^19.1.0",
87
- "react-router": "^7.6.0",
88
- "semantic-release": "^24.2.4",
87
+ "react-router": "^7.6.1",
88
+ "semantic-release": "^24.2.5",
89
89
  "storybook": "^8.6.14",
90
90
  "style-dictionary": "^5.0.0",
91
91
  "stylelint": "^16.19.1",
@@ -112,7 +112,7 @@
112
112
  "lexical": "^0.31.2"
113
113
  },
114
114
  "optionalDependencies": {
115
- "@rollup/rollup-linux-x64-gnu": "^4.41.0",
115
+ "@rollup/rollup-linux-x64-gnu": "^4.41.1",
116
116
  "@rspack/binding-darwin-arm64": "1.3.11",
117
117
  "@rspack/binding-linux-x64-gnu": "1.3.11",
118
118
  "@ast-grep/napi-linux-x64-gnu": "0.38.2"