@uva-glass/component-library 2.3.0 → 2.4.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
+ type StepType = {
2
+ label: string;
3
+ status: 'inactive' | 'active' | 'checked';
4
+ };
5
+ export interface OverlayStepBarProps {
6
+ steps: StepType[];
7
+ }
8
+ export declare const OverlayStepBar: ({ steps }: OverlayStepBarProps) => import("react/jsx-runtime").JSX.Element;
9
+ export {};
@@ -0,0 +1,59 @@
1
+ import { jsx as r, jsxs as s, Fragment as l } from "react/jsx-runtime";
2
+ import { c as m } from "../../clsx-OuTLNxxd.js";
3
+ import "react";
4
+ import { Icon as i } from "../Icon/Icon.js";
5
+ import "../Buttons/Button.js";
6
+ import "../Buttons/LinkButton.js";
7
+ import "@react-aria/button";
8
+ import "@react-aria/dialog";
9
+ import "@react-aria/focus";
10
+ import "@react-aria/overlays";
11
+ import "../OverlayCloseButton/OverlayCloseButton.js";
12
+ import "../GridRow/GridRow.js";
13
+ import "../IconButton/IconButton.js";
14
+ import "../Input/Input.js";
15
+ import "../InputField/InputField.js";
16
+ import "react-router";
17
+ import "../../TablePlugin-E6UFlCgy.js";
18
+ import "../RteEditor/Providers/LanguageProvider.js";
19
+ import "../RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
20
+ import "../RteEditor/hooks/components/Flyout.js";
21
+ import "../../index-0wq-B7do.js";
22
+ import "../SelectListbox/SelectListbox.js";
23
+ import "../SelectListbox/SelectProvider.js";
24
+ import "../Sortable/components/SortableItem.js";
25
+ import "../../SortableProvider-BUsvniX7.js";
26
+ import '../../assets/OverlayStepBar.css';const e = {
27
+ "overlay-step-bar__container": "_overlay-step-bar__container_u2k5r_1",
28
+ "overlay-step-bar__separator": "_overlay-step-bar__separator_u2k5r_10",
29
+ "overlay-step-bar__step": "_overlay-step-bar__step_u2k5r_14",
30
+ "overlay-step-bar__step-bullet": "_overlay-step-bar__step-bullet_u2k5r_23",
31
+ "overlay-step-bar__step--inactive": "_overlay-step-bar__step--inactive_u2k5r_34",
32
+ "overlay-step-bar__step--active": "_overlay-step-bar__step--active_u2k5r_40",
33
+ "overlay-step-bar__step--checked": "_overlay-step-bar__step--checked_u2k5r_49"
34
+ }, t = [
35
+ "MiniCheck",
36
+ "One",
37
+ "Two",
38
+ "Three",
39
+ "Four",
40
+ "Five",
41
+ "Six",
42
+ "Seven",
43
+ "Eight",
44
+ "Nine"
45
+ ], A = ({ steps: a }) => {
46
+ if (a.length > t.length - 1)
47
+ throw new Error("The 'steps' array must contain no more than 9 objects.");
48
+ return /* @__PURE__ */ r("div", { className: e["overlay-step-bar__container"], children: a.length < t.length && a.map(({ label: p, status: _ }, o) => /* @__PURE__ */ s(l, { children: [
49
+ o !== 0 && /* @__PURE__ */ r(i, { name: "CheveronRight", size: 16, className: e["overlay-step-bar__separator"] }),
50
+ /* @__PURE__ */ s("span", { className: m(e["overlay-step-bar__step"], e[`overlay-step-bar__step--${_}`]), children: [
51
+ /* @__PURE__ */ r("span", { className: e["overlay-step-bar__step-bullet"], children: /* @__PURE__ */ r(i, { name: _ === "checked" ? t[0] : t[o + 1], size: 24 }) }),
52
+ p
53
+ ] })
54
+ ] }, `${o}_${p}`)) });
55
+ };
56
+ export {
57
+ A as OverlayStepBar
58
+ };
59
+ //# sourceMappingURL=OverlayStepBar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OverlayStepBar.js","sources":["../../../src/components/OverlayStepBar/OverlayStepBar.tsx"],"sourcesContent":["import clsx from 'clsx';\nimport { Fragment } from 'react/jsx-runtime';\n\nimport type { Icons } from 'components/Icon/icons';\n\nimport styles from './OverlayStepBar.module.css';\n\nimport { Icon } from 'components';\n\ntype StepType = {\n label: string;\n status: 'inactive' | 'active' | 'checked';\n};\n\nexport interface OverlayStepBarProps {\n steps: StepType[];\n}\n\nconst ICON_NAMES: (keyof typeof Icons)[] = [\n 'MiniCheck',\n 'One',\n 'Two',\n 'Three',\n 'Four',\n 'Five',\n 'Six',\n 'Seven',\n 'Eight',\n 'Nine',\n];\n\nexport const OverlayStepBar = ({ steps }: OverlayStepBarProps) => {\n if (steps.length > ICON_NAMES.length - 1) {\n throw new Error(\"The 'steps' array must contain no more than 9 objects.\");\n }\n\n return (\n <div className={styles['overlay-step-bar__container']}>\n {steps.length < ICON_NAMES.length &&\n steps.map(({ label, status }, index) => (\n <Fragment key={`${index}_${label}`}>\n {index !== 0 && <Icon name={'CheveronRight'} size={16} className={styles['overlay-step-bar__separator']} />}\n <span className={clsx(styles[`overlay-step-bar__step`], styles[`overlay-step-bar__step--${status}`])}>\n <span className={styles['overlay-step-bar__step-bullet']}>\n <Icon name={status === 'checked' ? ICON_NAMES[0] : ICON_NAMES[index + 1]} size={24} />\n </span>\n {label}\n </span>\n </Fragment>\n ))}\n </div>\n );\n};\n"],"names":["ICON_NAMES","OverlayStepBar","steps","styles","label","status","index","Fragment","jsx","Icon","jsxs","clsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkBMA,IAAqC;AAAA,EACzC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAEaC,IAAiB,CAAC,EAAE,OAAAC,QAAiC;AAChE,MAAIA,EAAM,SAASF,EAAW,SAAS;AAC/B,UAAA,IAAI,MAAM,wDAAwD;AAG1E,2BACG,OAAI,EAAA,WAAWG,EAAO,6BAA6B,GACjD,YAAM,SAASH,EAAW,UACzBE,EAAM,IAAI,CAAC,EAAE,OAAAE,GAAO,QAAAC,KAAUC,wBAC3BC,GACE,EAAA,UAAA;AAAA,IAAUD,MAAA,KAAM,gBAAAE,EAAAC,GAAA,EAAK,MAAM,iBAAiB,MAAM,IAAI,WAAWN,EAAO,6BAA6B,EAAG,CAAA;AAAA,IACxG,gBAAAO,EAAA,QAAA,EAAK,WAAWC,EAAKR,EAAO,wBAAwB,GAAGA,EAAO,2BAA2BE,CAAM,EAAE,CAAC,GACjG,UAAA;AAAA,MAAA,gBAAAG,EAAC,UAAK,WAAWL,EAAO,+BAA+B,GACrD,UAAA,gBAAAK,EAACC,KAAK,MAAMJ,MAAW,YAAYL,EAAW,CAAC,IAAIA,EAAWM,IAAQ,CAAC,GAAG,MAAM,GAAI,CAAA,GACtF;AAAA,MACCF;AAAA,IAAA,EACH,CAAA;AAAA,EAAA,EAAA,GAPa,GAAGE,CAAK,IAAIF,CAAK,EAQhC,CACD,GACL;AAEJ;"}
@@ -0,0 +1,5 @@
1
+ import { Meta } from '@storybook/react';
2
+ import { OverlayStepBarProps } from './OverlayStepBar';
3
+ declare const _default: Meta<OverlayStepBarProps>;
4
+ export default _default;
5
+ export declare const OverlayStepBarExample: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, OverlayStepBarProps>;
@@ -0,0 +1,27 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { OverlayStepBar as e } from "./OverlayStepBar.js";
3
+ const s = "<OverlayStepBar />", i = {
4
+ title: "Molecules/OverlayStepBar",
5
+ component: e,
6
+ argTypes: {},
7
+ parameters: {
8
+ inspectComponent: e,
9
+ codeString: s
10
+ }
11
+ }, r = (t) => /* @__PURE__ */ a(e, { ...t }), l = {
12
+ steps: [
13
+ { status: "checked", label: "Basisgegevens" },
14
+ { status: "checked", label: "Structuur" },
15
+ { status: "active", label: "Aanvullende informatie" },
16
+ { status: "inactive", label: "Docenten" },
17
+ { status: "inactive", label: "Overzicht" }
18
+ ]
19
+ }, n = r.bind({});
20
+ n.args = {
21
+ ...l
22
+ };
23
+ export {
24
+ n as OverlayStepBarExample,
25
+ i as default
26
+ };
27
+ //# sourceMappingURL=OverlayStepBar.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OverlayStepBar.stories.js","sources":["../../../src/components/OverlayStepBar/OverlayStepBar.stories.tsx"],"sourcesContent":["import type { Meta, StoryFn } from '@storybook/react';\nimport type { OverlayStepBarProps } from './OverlayStepBar';\n\nimport { OverlayStepBar } from './OverlayStepBar';\n\nconst codeString = '<OverlayStepBar />';\n\n// eslint-disable-next-line import/no-default-export\nexport default {\n title: 'Molecules/OverlayStepBar',\n component: OverlayStepBar,\n argTypes: {},\n parameters: {\n inspectComponent: OverlayStepBar,\n codeString: codeString,\n },\n} as Meta<OverlayStepBarProps>;\n\nconst Template: StoryFn<OverlayStepBarProps> = (args) => <OverlayStepBar {...args} />;\n\nconst defaultArgs: Partial<OverlayStepBarProps> = {\n steps: [\n { status: 'checked', label: 'Basisgegevens' },\n { status: 'checked', label: 'Structuur' },\n { status: 'active', label: 'Aanvullende informatie' },\n { status: 'inactive', label: 'Docenten' },\n { status: 'inactive', label: 'Overzicht' },\n ],\n};\n\nexport const OverlayStepBarExample = Template.bind({});\nOverlayStepBarExample.args = {\n ...defaultArgs,\n};\n"],"names":["codeString","OverlayStepBar_stories","OverlayStepBar","Template","args","jsx","defaultArgs","OverlayStepBarExample"],"mappings":";;AAKA,MAAMA,IAAa,sBAGJC,IAAA;AAAA,EACb,OAAO;AAAA,EACP,WAAWC;AAAA,EACX,UAAU,CAAC;AAAA,EACX,YAAY;AAAA,IACV,kBAAkBA;AAAA,IAClB,YAAAF;AAAA,EAAA;AAEJ,GAEMG,IAAyC,CAACC,MAAU,gBAAAC,EAAAH,GAAA,EAAgB,GAAGE,GAAM,GAE7EE,IAA4C;AAAA,EAChD,OAAO;AAAA,IACL,EAAE,QAAQ,WAAW,OAAO,gBAAgB;AAAA,IAC5C,EAAE,QAAQ,WAAW,OAAO,YAAY;AAAA,IACxC,EAAE,QAAQ,UAAU,OAAO,yBAAyB;AAAA,IACpD,EAAE,QAAQ,YAAY,OAAO,WAAW;AAAA,IACxC,EAAE,QAAQ,YAAY,OAAO,YAAY;AAAA,EAAA;AAE7C,GAEaC,IAAwBJ,EAAS,KAAK,CAAE,CAAA;AACrDI,EAAsB,OAAO;AAAA,EAC3B,GAAGD;AACL;"}
@@ -0,0 +1 @@
1
+ export * from './OverlayStepBar';
@@ -0,0 +1,5 @@
1
+ import { OverlayStepBar as a } from "./OverlayStepBar.js";
2
+ export {
3
+ a as OverlayStepBar
4
+ };
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -31,6 +31,7 @@ export * from './MetaDataList';
31
31
  export * from './ModalDialog';
32
32
  export * from './MultiSelect';
33
33
  export * from './OverlayCloseButton';
34
+ export * from './OverlayStepBar';
34
35
  export * from './PageOverlay';
35
36
  export * from './Periods';
36
37
  export * from './PeriodSelector';
@@ -1,7 +1,7 @@
1
1
  import { Accordion as t } from "./Accordion/Accordion.js";
2
2
  import { AccordionCard as p } from "./AccordionCard/AccordionCard.js";
3
3
  import { ActionList as m } from "./ActionList/ActionList.js";
4
- import { AppStatusBar as i } from "./AppStatusBar/AppStatusBar.js";
4
+ import { AppStatusBar as a } from "./AppStatusBar/AppStatusBar.js";
5
5
  import { Attention as n } from "./Attention/Attention.js";
6
6
  import { Backdrop as c } from "./Backdrop/Backdrop.js";
7
7
  import { ButtonGroup as d } from "./ButtonGroup/ButtonGroup.js";
@@ -11,12 +11,12 @@ import { MenuButton as C } from "./Buttons/MenuButton.js";
11
11
  import { Card as L } from "./Card/Card.js";
12
12
  import { Checkbox as g } from "./Checkbox/Checkbox.js";
13
13
  import { CheckboxButton as P } from "./CheckboxButton/CheckboxButton.js";
14
- import { CheckboxButtonBar as A } from "./CheckboxButtonBar/CheckboxButtonBar.js";
15
- import { CheckboxTree as R } from "./CheckboxTree/CheckboxTree.js";
14
+ import { CheckboxButtonBar as y } from "./CheckboxButtonBar/CheckboxButtonBar.js";
15
+ import { CheckboxTree as D } from "./CheckboxTree/CheckboxTree.js";
16
16
  import { Drawer as v } from "./Drawer/Drawer.js";
17
- import { EmptyStateDataDisplay as T } from "./EmptyStateDataDisplay/EmptyStateDataDisplay.js";
18
- import { FeedbackBox as G } from "./FeedbackBox/FeedbackBox.js";
19
- import { FieldHint as O } from "./FieldHint/FieldHint.js";
17
+ import { EmptyStateDataDisplay as O } from "./EmptyStateDataDisplay/EmptyStateDataDisplay.js";
18
+ import { FeedbackBox as E } from "./FeedbackBox/FeedbackBox.js";
19
+ import { FieldHint as H } from "./FieldHint/FieldHint.js";
20
20
  import { Fieldset as N } from "./Fieldset/Fieldset.js";
21
21
  import { FormField as q } from "./FormField/FormField.js";
22
22
  import { FormInput as K } from "./FormInput/FormInput.js";
@@ -28,31 +28,32 @@ import { InfoMessage as oo } from "./InfoMessage/InfoMessage.js";
28
28
  import { Input as to } from "./Input/Input.js";
29
29
  import { InputField as po } from "./InputField/InputField.js";
30
30
  import { Label as mo } from "./Label/Label.js";
31
- import { MenuLink as io } from "./MenuLink/MenuLink.js";
31
+ import { MenuLink as ao } from "./MenuLink/MenuLink.js";
32
32
  import { MetaDataList as no } from "./MetaDataList/MetaDataList.js";
33
33
  import { ModalDialog as co } from "./ModalDialog/ModalDialog.js";
34
34
  import { M as so } from "../TablePlugin-E6UFlCgy.js";
35
35
  import { OverlayCloseButton as So } from "./OverlayCloseButton/OverlayCloseButton.js";
36
- import { PageOverlay as ko } from "./PageOverlay/PageOverlay.js";
37
- import { Periods as Fo } from "./Periods/Periods.js";
38
- import { PeriodSelector as Mo } from "./PeriodSelector/PeriodSelector.js";
39
- import { ProgrammeCard as Io } from "./ProgrammeCard/ProgrammeCard.js";
40
- import { RadioButton as ho } from "./RadioButton/RadioButton.js";
41
- import { Repeater as Do } from "./Repeater/Repeater.js";
42
- import { Rte as yo, RteEditor as vo } from "./RteEditor/RteEditor.js";
43
- import { SectionNotification as To } from "./SectionNotification/SectionNotification.js";
44
- import { SelectListbox as Go } from "./SelectListbox/SelectListbox.js";
45
- import { SelectProvider as Oo, useSelect as zo } from "./SelectListbox/SelectProvider.js";
46
- import { Sortable as jo } from "./Sortable/Sortable.js";
47
- import { Spinner as Jo } from "./Spinner/Spinner.js";
48
- import { StatusPill as Qo } from "./StatusPill/StatusPill.js";
49
- import { ToggleSwitch as Vo } from "./ToggleSwitch/ToggleSwitch.js";
50
- import { Tooltip as Xo } from "./Tooltip/Tooltip.js";
36
+ import { OverlayStepBar as ko } from "./OverlayStepBar/OverlayStepBar.js";
37
+ import { PageOverlay as Fo } from "./PageOverlay/PageOverlay.js";
38
+ import { Periods as Mo } from "./Periods/Periods.js";
39
+ import { PeriodSelector as Io } from "./PeriodSelector/PeriodSelector.js";
40
+ import { ProgrammeCard as ho } from "./ProgrammeCard/ProgrammeCard.js";
41
+ import { RadioButton as Ao } from "./RadioButton/RadioButton.js";
42
+ import { Repeater as Ro } from "./Repeater/Repeater.js";
43
+ import { Rte as wo, RteEditor as Oo } from "./RteEditor/RteEditor.js";
44
+ import { SectionNotification as Eo } from "./SectionNotification/SectionNotification.js";
45
+ import { SelectListbox as Ho } from "./SelectListbox/SelectListbox.js";
46
+ import { SelectProvider as No, useSelect as jo } from "./SelectListbox/SelectProvider.js";
47
+ import { Sortable as Jo } from "./Sortable/Sortable.js";
48
+ import { Spinner as Qo } from "./Spinner/Spinner.js";
49
+ import { StatusPill as Vo } from "./StatusPill/StatusPill.js";
50
+ import { ToggleSwitch as Xo } from "./ToggleSwitch/ToggleSwitch.js";
51
+ import { Tooltip as Zo } from "./Tooltip/Tooltip.js";
51
52
  export {
52
53
  t as Accordion,
53
54
  p as AccordionCard,
54
55
  m as ActionList,
55
- i as AppStatusBar,
56
+ a as AppStatusBar,
56
57
  n as Attention,
57
58
  c as Backdrop,
58
59
  B as Button,
@@ -60,12 +61,12 @@ export {
60
61
  L as Card,
61
62
  g as Checkbox,
62
63
  P as CheckboxButton,
63
- A as CheckboxButtonBar,
64
- R as CheckboxTree,
64
+ y as CheckboxButtonBar,
65
+ D as CheckboxTree,
65
66
  v as Drawer,
66
- T as EmptyStateDataDisplay,
67
- G as FeedbackBox,
68
- O as FieldHint,
67
+ O as EmptyStateDataDisplay,
68
+ E as FeedbackBox,
69
+ H as FieldHint,
69
70
  N as Fieldset,
70
71
  q as FormField,
71
72
  K as FormInput,
@@ -79,27 +80,28 @@ export {
79
80
  mo as Label,
80
81
  b as LinkButton,
81
82
  C as MenuButton,
82
- io as MenuLink,
83
+ ao as MenuLink,
83
84
  no as MetaDataList,
84
85
  co as ModalDialog,
85
86
  so as MultiSelect,
86
87
  So as OverlayCloseButton,
87
- ko as PageOverlay,
88
- Mo as PeriodSelector,
89
- Fo as Periods,
90
- Io as ProgrammeCard,
91
- ho as RadioButton,
92
- Do as Repeater,
93
- yo as Rte,
94
- vo as RteEditor,
95
- To as SectionNotification,
96
- Go as SelectListbox,
97
- Oo as SelectProvider,
98
- jo as Sortable,
99
- Jo as Spinner,
100
- Qo as StatusPill,
101
- Vo as ToggleSwitch,
102
- Xo as Tooltip,
103
- zo as useSelect
88
+ ko as OverlayStepBar,
89
+ Fo as PageOverlay,
90
+ Io as PeriodSelector,
91
+ Mo as Periods,
92
+ ho as ProgrammeCard,
93
+ Ao as RadioButton,
94
+ Ro as Repeater,
95
+ wo as Rte,
96
+ Oo as RteEditor,
97
+ Eo as SectionNotification,
98
+ Ho as SelectListbox,
99
+ No as SelectProvider,
100
+ Jo as Sortable,
101
+ Qo as Spinner,
102
+ Vo as StatusPill,
103
+ Xo as ToggleSwitch,
104
+ Zo as Tooltip,
105
+ jo as useSelect
104
106
  };
105
107
  //# 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,7 +1,7 @@
1
1
  import { Accordion as t } from "./components/Accordion/Accordion.js";
2
2
  import { AccordionCard as p } from "./components/AccordionCard/AccordionCard.js";
3
3
  import { ActionList as m } from "./components/ActionList/ActionList.js";
4
- import { AppStatusBar as i } from "./components/AppStatusBar/AppStatusBar.js";
4
+ import { AppStatusBar as a } from "./components/AppStatusBar/AppStatusBar.js";
5
5
  import { Attention as n } from "./components/Attention/Attention.js";
6
6
  import { Backdrop as c } from "./components/Backdrop/Backdrop.js";
7
7
  import { ButtonGroup as d } from "./components/ButtonGroup/ButtonGroup.js";
@@ -11,12 +11,12 @@ import { MenuButton as C } from "./components/Buttons/MenuButton.js";
11
11
  import { Card as L } from "./components/Card/Card.js";
12
12
  import { Checkbox as g } from "./components/Checkbox/Checkbox.js";
13
13
  import { CheckboxButton as P } from "./components/CheckboxButton/CheckboxButton.js";
14
- import { CheckboxButtonBar as A } from "./components/CheckboxButtonBar/CheckboxButtonBar.js";
15
- import { CheckboxTree as R } from "./components/CheckboxTree/CheckboxTree.js";
14
+ import { CheckboxButtonBar as y } from "./components/CheckboxButtonBar/CheckboxButtonBar.js";
15
+ import { CheckboxTree as D } from "./components/CheckboxTree/CheckboxTree.js";
16
16
  import { Drawer as v } from "./components/Drawer/Drawer.js";
17
- import { EmptyStateDataDisplay as T } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
18
- import { FeedbackBox as G } from "./components/FeedbackBox/FeedbackBox.js";
19
- import { FieldHint as O } from "./components/FieldHint/FieldHint.js";
17
+ import { EmptyStateDataDisplay as O } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
18
+ import { FeedbackBox as E } from "./components/FeedbackBox/FeedbackBox.js";
19
+ import { FieldHint as H } from "./components/FieldHint/FieldHint.js";
20
20
  import { Fieldset as N } from "./components/Fieldset/Fieldset.js";
21
21
  import { FormField as q } from "./components/FormField/FormField.js";
22
22
  import { FormInput as K } from "./components/FormInput/FormInput.js";
@@ -28,31 +28,32 @@ import { InfoMessage as oo } from "./components/InfoMessage/InfoMessage.js";
28
28
  import { Input as to } from "./components/Input/Input.js";
29
29
  import { InputField as po } from "./components/InputField/InputField.js";
30
30
  import { Label as mo } from "./components/Label/Label.js";
31
- import { MenuLink as io } from "./components/MenuLink/MenuLink.js";
31
+ import { MenuLink as ao } from "./components/MenuLink/MenuLink.js";
32
32
  import { MetaDataList as no } from "./components/MetaDataList/MetaDataList.js";
33
33
  import { ModalDialog as co } from "./components/ModalDialog/ModalDialog.js";
34
34
  import { M as so } from "./TablePlugin-E6UFlCgy.js";
35
35
  import { OverlayCloseButton as So } from "./components/OverlayCloseButton/OverlayCloseButton.js";
36
- import { PageOverlay as ko } from "./components/PageOverlay/PageOverlay.js";
37
- import { Periods as Fo } from "./components/Periods/Periods.js";
38
- import { PeriodSelector as Mo } from "./components/PeriodSelector/PeriodSelector.js";
39
- import { ProgrammeCard as Io } from "./components/ProgrammeCard/ProgrammeCard.js";
40
- import { RadioButton as ho } from "./components/RadioButton/RadioButton.js";
41
- import { Repeater as Do } from "./components/Repeater/Repeater.js";
42
- import { Rte as yo, RteEditor as vo } from "./components/RteEditor/RteEditor.js";
43
- import { SectionNotification as To } from "./components/SectionNotification/SectionNotification.js";
44
- import { SelectListbox as Go } from "./components/SelectListbox/SelectListbox.js";
45
- import { SelectProvider as Oo, useSelect as zo } from "./components/SelectListbox/SelectProvider.js";
46
- import { Sortable as jo } from "./components/Sortable/Sortable.js";
47
- import { Spinner as Jo } from "./components/Spinner/Spinner.js";
48
- import { StatusPill as Qo } from "./components/StatusPill/StatusPill.js";
49
- import { ToggleSwitch as Vo } from "./components/ToggleSwitch/ToggleSwitch.js";
50
- import { Tooltip as Xo } from "./components/Tooltip/Tooltip.js";
36
+ import { OverlayStepBar as ko } from "./components/OverlayStepBar/OverlayStepBar.js";
37
+ import { PageOverlay as Fo } from "./components/PageOverlay/PageOverlay.js";
38
+ import { Periods as Mo } from "./components/Periods/Periods.js";
39
+ import { PeriodSelector as Io } from "./components/PeriodSelector/PeriodSelector.js";
40
+ import { ProgrammeCard as ho } from "./components/ProgrammeCard/ProgrammeCard.js";
41
+ import { RadioButton as Ao } from "./components/RadioButton/RadioButton.js";
42
+ import { Repeater as Ro } from "./components/Repeater/Repeater.js";
43
+ import { Rte as wo, RteEditor as Oo } from "./components/RteEditor/RteEditor.js";
44
+ import { SectionNotification as Eo } from "./components/SectionNotification/SectionNotification.js";
45
+ import { SelectListbox as Ho } from "./components/SelectListbox/SelectListbox.js";
46
+ import { SelectProvider as No, useSelect as jo } from "./components/SelectListbox/SelectProvider.js";
47
+ import { Sortable as Jo } from "./components/Sortable/Sortable.js";
48
+ import { Spinner as Qo } from "./components/Spinner/Spinner.js";
49
+ import { StatusPill as Vo } from "./components/StatusPill/StatusPill.js";
50
+ import { ToggleSwitch as Xo } from "./components/ToggleSwitch/ToggleSwitch.js";
51
+ import { Tooltip as Zo } from "./components/Tooltip/Tooltip.js";
51
52
  export {
52
53
  t as Accordion,
53
54
  p as AccordionCard,
54
55
  m as ActionList,
55
- i as AppStatusBar,
56
+ a as AppStatusBar,
56
57
  n as Attention,
57
58
  c as Backdrop,
58
59
  B as Button,
@@ -60,12 +61,12 @@ export {
60
61
  L as Card,
61
62
  g as Checkbox,
62
63
  P as CheckboxButton,
63
- A as CheckboxButtonBar,
64
- R as CheckboxTree,
64
+ y as CheckboxButtonBar,
65
+ D as CheckboxTree,
65
66
  v as Drawer,
66
- T as EmptyStateDataDisplay,
67
- G as FeedbackBox,
68
- O as FieldHint,
67
+ O as EmptyStateDataDisplay,
68
+ E as FeedbackBox,
69
+ H as FieldHint,
69
70
  N as Fieldset,
70
71
  q as FormField,
71
72
  K as FormInput,
@@ -79,27 +80,28 @@ export {
79
80
  mo as Label,
80
81
  b as LinkButton,
81
82
  C as MenuButton,
82
- io as MenuLink,
83
+ ao as MenuLink,
83
84
  no as MetaDataList,
84
85
  co as ModalDialog,
85
86
  so as MultiSelect,
86
87
  So as OverlayCloseButton,
87
- ko as PageOverlay,
88
- Mo as PeriodSelector,
89
- Fo as Periods,
90
- Io as ProgrammeCard,
91
- ho as RadioButton,
92
- Do as Repeater,
93
- yo as Rte,
94
- vo as RteEditor,
95
- To as SectionNotification,
96
- Go as SelectListbox,
97
- Oo as SelectProvider,
98
- jo as Sortable,
99
- Jo as Spinner,
100
- Qo as StatusPill,
101
- Vo as ToggleSwitch,
102
- Xo as Tooltip,
103
- zo as useSelect
88
+ ko as OverlayStepBar,
89
+ Fo as PageOverlay,
90
+ Io as PeriodSelector,
91
+ Mo as Periods,
92
+ ho as ProgrammeCard,
93
+ Ao as RadioButton,
94
+ Ro as Repeater,
95
+ wo as Rte,
96
+ Oo as RteEditor,
97
+ Eo as SectionNotification,
98
+ Ho as SelectListbox,
99
+ No as SelectProvider,
100
+ Jo as Sortable,
101
+ Qo as Spinner,
102
+ Vo as StatusPill,
103
+ Xo as ToggleSwitch,
104
+ Zo as Tooltip,
105
+ jo as useSelect
104
106
  };
105
107
  //# 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": "2.3.0",
5
+ "version": "2.4.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -59,7 +59,7 @@
59
59
  "@storybook/react": "^8.4.7",
60
60
  "@storybook/test": "^8.4.7",
61
61
  "@types/node": "^22.10.1",
62
- "@types/react-dom": "^18.3.2",
62
+ "@types/react-dom": "^18.3.3",
63
63
  "@types/react": "^18.3.14",
64
64
  "@uva-glass/eslint-config": "^1.3.1",
65
65
  "@uva-glass/stylelint-config": "^1.1.0",