@uva-glass/component-library 1.41.4 → 1.42.1
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/EmptyStateDataDisplay.css +1 -0
- package/dist/components/EmptyStateDataDisplay/EmptyStateDataDisplay.d.ts +5 -0
- package/dist/components/EmptyStateDataDisplay/EmptyStateDataDisplay.js +22 -0
- package/dist/components/EmptyStateDataDisplay/EmptyStateDataDisplay.js.map +1 -0
- package/dist/components/EmptyStateDataDisplay/EmptyStateDataDisplay.stories.d.ts +6 -0
- package/dist/components/EmptyStateDataDisplay/EmptyStateDataDisplay.stories.js +15 -0
- package/dist/components/EmptyStateDataDisplay/EmptyStateDataDisplay.stories.js.map +1 -0
- package/dist/components/EmptyStateDataDisplay/index.d.ts +1 -0
- package/dist/components/EmptyStateDataDisplay/index.js +5 -0
- package/dist/components/EmptyStateDataDisplay/index.js.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +67 -65
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +67 -65
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._empty-state-data-display_wrapper_cgg0q_1{align-items:center;background-color:var(--color-white);display:flex;gap:1.5rem;padding:1.5rem}._empty-state-data-display_icon-frame_cgg0q_9{align-items:center;background-color:var(--color-grey-50);border-radius:50%;display:flex;justify-content:center;min-height:4rem;min-width:4rem}._empty-state-data-display_text-content_cgg0q_19{display:flex;flex-direction:column;gap:.5rem}._empty-state-data-display_label_cgg0q_25{font-weight:var(--semibold)}._empty-state-data-display_paragraph_cgg0q_29{color:var(--color-grey-500);margin:0}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as e, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as d } from "../Icon/Icon.js";
|
|
3
|
+
import '../../assets/EmptyStateDataDisplay.css';const a = {
|
|
4
|
+
"empty-state-data-display_wrapper": "_empty-state-data-display_wrapper_cgg0q_1",
|
|
5
|
+
"empty-state-data-display_icon-frame": "_empty-state-data-display_icon-frame_cgg0q_9",
|
|
6
|
+
"empty-state-data-display_text-content": "_empty-state-data-display_text-content_cgg0q_19",
|
|
7
|
+
"empty-state-data-display_label": "_empty-state-data-display_label_cgg0q_25",
|
|
8
|
+
"empty-state-data-display_paragraph": "_empty-state-data-display_paragraph_cgg0q_29"
|
|
9
|
+
};
|
|
10
|
+
function i({ label: p, paragraph: s }) {
|
|
11
|
+
return /* @__PURE__ */ e("div", { className: a["empty-state-data-display_wrapper"], children: [
|
|
12
|
+
/* @__PURE__ */ t("div", { className: a["empty-state-data-display_icon-frame"], children: /* @__PURE__ */ t(d, { name: "CubeTransparent" }) }),
|
|
13
|
+
/* @__PURE__ */ e("div", { className: a["empty-state-data-display_text-content"], children: [
|
|
14
|
+
/* @__PURE__ */ t("label", { className: a["empty-state-data-display_label"], children: p }),
|
|
15
|
+
/* @__PURE__ */ t("p", { className: a["empty-state-data-display_paragraph"], children: s })
|
|
16
|
+
] })
|
|
17
|
+
] });
|
|
18
|
+
}
|
|
19
|
+
export {
|
|
20
|
+
i as EmptyStateDataDisplay
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=EmptyStateDataDisplay.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmptyStateDataDisplay.js","sources":["../../../src/components/EmptyStateDataDisplay/EmptyStateDataDisplay.tsx"],"sourcesContent":["import styles from './EmptyStateDataDisplay.module.css';\n\nimport { Icon } from 'components/Icon';\n\nexport interface EmptyStateDataDisplayProps {\n label: string;\n paragraph: string;\n}\n\nexport function EmptyStateDataDisplay({ label, paragraph }: EmptyStateDataDisplayProps) {\n return (\n <div className={styles['empty-state-data-display_wrapper']}>\n <div className={styles['empty-state-data-display_icon-frame']}>\n <Icon name=\"CubeTransparent\" />\n </div>\n <div className={styles['empty-state-data-display_text-content']}>\n <label className={styles['empty-state-data-display_label']}>{label}</label>\n <p className={styles['empty-state-data-display_paragraph']}>{paragraph}</p>\n </div>\n </div>\n );\n}\n"],"names":["EmptyStateDataDisplay","label","paragraph","jsxs","styles","jsx","Icon"],"mappings":";;;;;;;;;AASO,SAASA,EAAsB,EAAE,OAAAC,GAAO,WAAAC,KAAyC;AACtF,SACG,gBAAAC,EAAA,OAAA,EAAI,WAAWC,EAAO,kCAAkC,GACvD,UAAA;AAAA,IAAC,gBAAAC,EAAA,OAAA,EAAI,WAAWD,EAAO,qCAAqC,GAC1D,UAAC,gBAAAC,EAAAC,GAAA,EAAK,MAAK,kBAAA,CAAkB,EAC/B,CAAA;AAAA,IACC,gBAAAH,EAAA,OAAA,EAAI,WAAWC,EAAO,uCAAuC,GAC5D,UAAA;AAAA,MAAA,gBAAAC,EAAC,SAAM,EAAA,WAAWD,EAAO,gCAAgC,GAAI,UAAMH,GAAA;AAAA,wBAClE,KAAE,EAAA,WAAWG,EAAO,oCAAoC,GAAI,UAAUF,GAAA;AAAA,IAAA,GACzE;AAAA,EACF,EAAA,CAAA;AAEJ;"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
import { EmptyStateDataDisplayProps } from './EmptyStateDataDisplay';
|
|
3
|
+
|
|
4
|
+
declare const _default: Meta<EmptyStateDataDisplayProps>;
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const EmptyStateDataDisplayExample: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, EmptyStateDataDisplayProps>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { EmptyStateDataDisplay as a } from "./EmptyStateDataDisplay.js";
|
|
3
|
+
const m = {
|
|
4
|
+
title: "Molecules/EmptyStateDataDisplay",
|
|
5
|
+
component: a
|
|
6
|
+
}, p = (t) => /* @__PURE__ */ e(a, { ...t }), s = p.bind({});
|
|
7
|
+
s.args = {
|
|
8
|
+
label: "This is an example info empty state data display label",
|
|
9
|
+
paragraph: "This is an example info empty state data display paragraph"
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
s as EmptyStateDataDisplayExample,
|
|
13
|
+
m as default
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=EmptyStateDataDisplay.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmptyStateDataDisplay.stories.js","sources":["../../../src/components/EmptyStateDataDisplay/EmptyStateDataDisplay.stories.tsx"],"sourcesContent":["import type { Meta, StoryFn } from '@storybook/react';\nimport type { EmptyStateDataDisplayProps } from './EmptyStateDataDisplay';\n\nimport { EmptyStateDataDisplay } from './EmptyStateDataDisplay';\n\n// eslint-disable-next-line import/no-default-export\nexport default {\n title: 'Molecules/EmptyStateDataDisplay',\n component: EmptyStateDataDisplay,\n} as Meta<EmptyStateDataDisplayProps>;\n\nconst Template: StoryFn<EmptyStateDataDisplayProps> = (args) => <EmptyStateDataDisplay {...args} />;\n\nexport const EmptyStateDataDisplayExample = Template.bind({});\nEmptyStateDataDisplayExample.args = {\n label: 'This is an example info empty state data display label',\n paragraph: 'This is an example info empty state data display paragraph',\n};\n"],"names":["EmptyStateDataDisplay_stories","EmptyStateDataDisplay","Template","args","jsx","EmptyStateDataDisplayExample"],"mappings":";;AAMA,MAAeA,IAAA;AAAA,EACb,OAAO;AAAA,EACP,WAAWC;AACb,GAEMC,IAAgD,CAACC,MAAU,gBAAAC,EAAAH,GAAA,EAAuB,GAAGE,EAAM,CAAA,GAEpFE,IAA+BH,EAAS,KAAK,EAAE;AAC5DG,EAA6B,OAAO;AAAA,EAClC,OAAO;AAAA,EACP,WAAW;AACb;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './EmptyStateDataDisplay';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/components/index.js
CHANGED
|
@@ -2,77 +2,79 @@ import { Accordion as t } from "./Accordion/Accordion.js";
|
|
|
2
2
|
import { ActionList as p } from "./ActionList/ActionList.js";
|
|
3
3
|
import { AppStatusBar as f } from "./AppStatusBar/AppStatusBar.js";
|
|
4
4
|
import { Attention as i } from "./Attention/Attention.js";
|
|
5
|
-
import { Backdrop as
|
|
6
|
-
import { Button as
|
|
5
|
+
import { Backdrop as n } from "./Backdrop/Backdrop.js";
|
|
6
|
+
import { Button as s } from "./Button/Button.js";
|
|
7
7
|
import { ButtonGroup as c } from "./ButtonGroup/ButtonGroup.js";
|
|
8
|
-
import { Card as
|
|
9
|
-
import { Checkbox as
|
|
10
|
-
import { Drawer as
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
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 {
|
|
8
|
+
import { Card as S } from "./Card/Card.js";
|
|
9
|
+
import { Checkbox as M } from "./Checkbox/Checkbox.js";
|
|
10
|
+
import { Drawer as D } from "./Drawer/Drawer.js";
|
|
11
|
+
import { EmptyStateDataDisplay as I } from "./EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
12
|
+
import { FieldHint as C } from "./FieldHint/FieldHint.js";
|
|
13
|
+
import { Fieldset as b } from "./Fieldset/Fieldset.js";
|
|
14
|
+
import { FormField as k } from "./FormField/FormField.js";
|
|
15
|
+
import { GridRow as R } from "./GridRow/GridRow.js";
|
|
16
|
+
import { HorizontalList as w } from "./HorizontalList/HorizontalList.js";
|
|
17
|
+
import { Icon as H } from "./Icon/Icon.js";
|
|
18
|
+
import { IconButton as z } from "./IconButton/IconButton.js";
|
|
19
|
+
import { InfoMessage as N } from "./InfoMessage/InfoMessage.js";
|
|
20
|
+
import { Input as T } from "./Input/Input.js";
|
|
21
|
+
import { InputField as q } from "./InputField/InputField.js";
|
|
22
|
+
import { Label as K } from "./Label/Label.js";
|
|
23
|
+
import { MenuButton as U } from "./MenuButton/MenuButton.js";
|
|
24
|
+
import { M as W } from "../MenuLink-yPEEfABB.js";
|
|
25
|
+
import { MetaDataList as Y } from "./MetaDataList/MetaDataList.js";
|
|
26
|
+
import { ModalDialog as _ } from "./ModalDialog/ModalDialog.js";
|
|
27
|
+
import { M as oo } from "../MultiSelect-DFMb82q4.js";
|
|
28
|
+
import { OverlayCloseButton as to } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
29
|
+
import { Periods as po } from "./Periods/Periods.js";
|
|
30
|
+
import { ProgrammeCard as fo } from "./ProgrammeCard/ProgrammeCard.js";
|
|
31
|
+
import { RadioButton as io } from "./RadioButton/RadioButton.js";
|
|
32
|
+
import { Repeater as no } from "./Repeater/Repeater.js";
|
|
33
|
+
import { SectionNotification as so } from "./SectionNotification/SectionNotification.js";
|
|
34
|
+
import { SelectListbox as co } from "./SelectListbox/SelectListbox.js";
|
|
35
|
+
import { SelectProvider as Bo, useSelect as Mo } from "./SelectListbox/SelectProvider.js";
|
|
36
|
+
import { Spinner as Do } from "./Spinner/Spinner.js";
|
|
37
|
+
import { StatusPill as Io } from "./StatusPill/StatusPill.js";
|
|
38
|
+
import { Tooltip as Co } from "./Tooltip/Tooltip.js";
|
|
38
39
|
export {
|
|
39
40
|
t as Accordion,
|
|
40
41
|
p as ActionList,
|
|
41
42
|
f as AppStatusBar,
|
|
42
43
|
i as Attention,
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
n as Backdrop,
|
|
45
|
+
s as Button,
|
|
45
46
|
c as ButtonGroup,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
z as
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
K as
|
|
61
|
-
U as
|
|
62
|
-
W as
|
|
63
|
-
Y as
|
|
64
|
-
_ as
|
|
65
|
-
oo as
|
|
66
|
-
to as
|
|
67
|
-
po as
|
|
68
|
-
fo as
|
|
69
|
-
io as
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
co as
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
47
|
+
S as Card,
|
|
48
|
+
M as Checkbox,
|
|
49
|
+
D as Drawer,
|
|
50
|
+
I as EmptyStateDataDisplay,
|
|
51
|
+
C as FieldHint,
|
|
52
|
+
b as Fieldset,
|
|
53
|
+
k as FormField,
|
|
54
|
+
R as GridRow,
|
|
55
|
+
w as HorizontalList,
|
|
56
|
+
H as Icon,
|
|
57
|
+
z as IconButton,
|
|
58
|
+
N as InfoMessage,
|
|
59
|
+
T as Input,
|
|
60
|
+
q as InputField,
|
|
61
|
+
K as Label,
|
|
62
|
+
U as MenuButton,
|
|
63
|
+
W as MenuLink,
|
|
64
|
+
Y as MetaDataList,
|
|
65
|
+
_ as ModalDialog,
|
|
66
|
+
oo as MultiSelect,
|
|
67
|
+
to as OverlayCloseButton,
|
|
68
|
+
po as Periods,
|
|
69
|
+
fo as ProgrammeCard,
|
|
70
|
+
io as RadioButton,
|
|
71
|
+
no as Repeater,
|
|
72
|
+
so as SectionNotification,
|
|
73
|
+
co as SelectListbox,
|
|
74
|
+
Bo as SelectProvider,
|
|
75
|
+
Do as Spinner,
|
|
76
|
+
Io as StatusPill,
|
|
77
|
+
Co as Tooltip,
|
|
78
|
+
Mo as useSelect
|
|
77
79
|
};
|
|
78
80
|
//# 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
|
@@ -2,77 +2,79 @@ import { Accordion as t } from "./components/Accordion/Accordion.js";
|
|
|
2
2
|
import { ActionList as p } from "./components/ActionList/ActionList.js";
|
|
3
3
|
import { AppStatusBar as f } from "./components/AppStatusBar/AppStatusBar.js";
|
|
4
4
|
import { Attention as i } from "./components/Attention/Attention.js";
|
|
5
|
-
import { Backdrop as
|
|
6
|
-
import { Button as
|
|
5
|
+
import { Backdrop as n } from "./components/Backdrop/Backdrop.js";
|
|
6
|
+
import { Button as s } from "./components/Button/Button.js";
|
|
7
7
|
import { ButtonGroup as c } from "./components/ButtonGroup/ButtonGroup.js";
|
|
8
|
-
import { Card as
|
|
9
|
-
import { Checkbox as
|
|
10
|
-
import { Drawer as
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
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 {
|
|
8
|
+
import { Card as S } from "./components/Card/Card.js";
|
|
9
|
+
import { Checkbox as M } from "./components/Checkbox/Checkbox.js";
|
|
10
|
+
import { Drawer as D } from "./components/Drawer/Drawer.js";
|
|
11
|
+
import { EmptyStateDataDisplay as I } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
12
|
+
import { FieldHint as C } from "./components/FieldHint/FieldHint.js";
|
|
13
|
+
import { Fieldset as b } from "./components/Fieldset/Fieldset.js";
|
|
14
|
+
import { FormField as k } from "./components/FormField/FormField.js";
|
|
15
|
+
import { GridRow as R } from "./components/GridRow/GridRow.js";
|
|
16
|
+
import { HorizontalList as w } from "./components/HorizontalList/HorizontalList.js";
|
|
17
|
+
import { Icon as H } from "./components/Icon/Icon.js";
|
|
18
|
+
import { IconButton as z } from "./components/IconButton/IconButton.js";
|
|
19
|
+
import { InfoMessage as N } from "./components/InfoMessage/InfoMessage.js";
|
|
20
|
+
import { Input as T } from "./components/Input/Input.js";
|
|
21
|
+
import { InputField as q } from "./components/InputField/InputField.js";
|
|
22
|
+
import { Label as K } from "./components/Label/Label.js";
|
|
23
|
+
import { MenuButton as U } from "./components/MenuButton/MenuButton.js";
|
|
24
|
+
import { M as W } from "./MenuLink-yPEEfABB.js";
|
|
25
|
+
import { MetaDataList as Y } from "./components/MetaDataList/MetaDataList.js";
|
|
26
|
+
import { ModalDialog as _ } from "./components/ModalDialog/ModalDialog.js";
|
|
27
|
+
import { M as oo } from "./MultiSelect-DFMb82q4.js";
|
|
28
|
+
import { OverlayCloseButton as to } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
29
|
+
import { Periods as po } from "./components/Periods/Periods.js";
|
|
30
|
+
import { ProgrammeCard as fo } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
31
|
+
import { RadioButton as io } from "./components/RadioButton/RadioButton.js";
|
|
32
|
+
import { Repeater as no } from "./components/Repeater/Repeater.js";
|
|
33
|
+
import { SectionNotification as so } from "./components/SectionNotification/SectionNotification.js";
|
|
34
|
+
import { SelectListbox as co } from "./components/SelectListbox/SelectListbox.js";
|
|
35
|
+
import { SelectProvider as Bo, useSelect as Mo } from "./components/SelectListbox/SelectProvider.js";
|
|
36
|
+
import { Spinner as Do } from "./components/Spinner/Spinner.js";
|
|
37
|
+
import { StatusPill as Io } from "./components/StatusPill/StatusPill.js";
|
|
38
|
+
import { Tooltip as Co } from "./components/Tooltip/Tooltip.js";
|
|
38
39
|
export {
|
|
39
40
|
t as Accordion,
|
|
40
41
|
p as ActionList,
|
|
41
42
|
f as AppStatusBar,
|
|
42
43
|
i as Attention,
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
n as Backdrop,
|
|
45
|
+
s as Button,
|
|
45
46
|
c as ButtonGroup,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
z as
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
K as
|
|
61
|
-
U as
|
|
62
|
-
W as
|
|
63
|
-
Y as
|
|
64
|
-
_ as
|
|
65
|
-
oo as
|
|
66
|
-
to as
|
|
67
|
-
po as
|
|
68
|
-
fo as
|
|
69
|
-
io as
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
co as
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
47
|
+
S as Card,
|
|
48
|
+
M as Checkbox,
|
|
49
|
+
D as Drawer,
|
|
50
|
+
I as EmptyStateDataDisplay,
|
|
51
|
+
C as FieldHint,
|
|
52
|
+
b as Fieldset,
|
|
53
|
+
k as FormField,
|
|
54
|
+
R as GridRow,
|
|
55
|
+
w as HorizontalList,
|
|
56
|
+
H as Icon,
|
|
57
|
+
z as IconButton,
|
|
58
|
+
N as InfoMessage,
|
|
59
|
+
T as Input,
|
|
60
|
+
q as InputField,
|
|
61
|
+
K as Label,
|
|
62
|
+
U as MenuButton,
|
|
63
|
+
W as MenuLink,
|
|
64
|
+
Y as MetaDataList,
|
|
65
|
+
_ as ModalDialog,
|
|
66
|
+
oo as MultiSelect,
|
|
67
|
+
to as OverlayCloseButton,
|
|
68
|
+
po as Periods,
|
|
69
|
+
fo as ProgrammeCard,
|
|
70
|
+
io as RadioButton,
|
|
71
|
+
no as Repeater,
|
|
72
|
+
so as SectionNotification,
|
|
73
|
+
co as SelectListbox,
|
|
74
|
+
Bo as SelectProvider,
|
|
75
|
+
Do as Spinner,
|
|
76
|
+
Io as StatusPill,
|
|
77
|
+
Co as Tooltip,
|
|
78
|
+
Mo as useSelect
|
|
77
79
|
};
|
|
78
80
|
//# 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": "1.
|
|
5
|
+
"version": "1.42.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@storybook/react": "^8.2.7",
|
|
56
56
|
"@storybook/react-vite": "^8.2.7",
|
|
57
57
|
"@storybook/test": "^8.2.7",
|
|
58
|
-
"@types/node": "^20.14.
|
|
58
|
+
"@types/node": "^20.14.14",
|
|
59
59
|
"@types/react": "^18.3.3",
|
|
60
60
|
"@types/react-dom": "^18.3.0",
|
|
61
61
|
"@uva-glass/eslint-config": "^1.2.0",
|