@uva-glass/component-library 1.37.1 → 1.38.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/{MenuLink-DoSTuelN.js → MenuLink-DzmKC6A7.js} +5 -5
- package/dist/MenuLink-DzmKC6A7.js.map +1 -0
- package/dist/assets/Periods.css +1 -0
- package/dist/components/Accordion/Accordion.stories.d.ts +2 -2
- package/dist/components/AppStatusBar/AppStatusBar.stories.d.ts +1 -1
- package/dist/components/Attention/Attention.stories.d.ts +1 -1
- package/dist/components/Backdrop/Backdrop.stories.d.ts +1 -1
- package/dist/components/Button/Button.stories.d.ts +2 -2
- package/dist/components/Button/Button.stories.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +1 -1
- package/dist/components/Card/Card.stories.d.ts +3 -3
- package/dist/components/Checkbox/Checkbox.stories.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.stories.js +1 -1
- package/dist/components/Drawer/Drawer.js +1 -1
- package/dist/components/Drawer/Drawer.stories.d.ts +2 -2
- package/dist/components/Drawer/Drawer.stories.js +2 -2
- package/dist/components/FieldHint/FieldHint.stories.d.ts +2 -2
- package/dist/components/Fieldset/Fieldset.stories.d.ts +2 -2
- package/dist/components/FormField/FormField.stories.d.ts +1 -1
- package/dist/components/GridRow/GridRow.stories.d.ts +2 -2
- package/dist/components/HorizontalList/HorizontalList.stories.d.ts +1 -1
- package/dist/components/Icon/Icon.stories.d.ts +1 -1
- package/dist/components/IconButton/IconButton.stories.d.ts +1 -1
- package/dist/components/IconButton/IconButton.stories.js +1 -1
- package/dist/components/InfoMessage/InfoMessage.stories.d.ts +1 -1
- package/dist/components/Input/Input.stories.d.ts +4 -4
- package/dist/components/InputField/InputField.stories.d.ts +3 -3
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/Label/Label.stories.d.ts +2 -2
- package/dist/components/MenuLink/MenuLink.js +1 -1
- package/dist/components/MenuLink/MenuLink.stories.d.ts +1 -1
- package/dist/components/MenuLink/MenuLink.stories.js +1 -1
- package/dist/components/MenuLink/index.js +1 -1
- package/dist/components/MetaDataList/MetaDataList.stories.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.js +1 -1
- package/dist/components/ModalDialog/ModalDialog.stories.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.stories.js +2 -2
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts +3 -3
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.d.ts +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
- package/dist/components/Periods/Periods.d.ts +13 -0
- package/dist/components/Periods/Periods.js +27 -0
- package/dist/components/Periods/Periods.js.map +1 -0
- package/dist/components/Periods/Periods.stories.d.ts +6 -0
- package/dist/components/Periods/Periods.stories.js +54 -0
- package/dist/components/Periods/Periods.stories.js.map +1 -0
- package/dist/components/Periods/index.d.ts +1 -0
- package/dist/components/Periods/index.js +5 -0
- package/dist/components/Periods/index.js.map +1 -0
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.d.ts +3 -3
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/RadioButton/RadioButton.stories.d.ts +1 -1
- package/dist/components/Repeater/Repeater.stories.d.ts +1 -1
- package/dist/components/SectionNotification/SectionNotification.stories.d.ts +1 -1
- package/dist/components/SelectListbox/SelectListBox.stories.d.ts +2 -2
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/Spinner/Spinner.stories.d.ts +1 -1
- package/dist/components/StatusPill/StatusPill.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +32 -30
- package/dist/components/index.js.map +1 -1
- package/dist/index-CPfft0rG.js +25524 -0
- package/dist/index-CPfft0rG.js.map +1 -0
- package/dist/{index-BNwc4sai.js → index-DDSOrTSz.js} +425 -423
- package/dist/{index-BNwc4sai.js.map → index-DDSOrTSz.js.map} +1 -1
- package/dist/index.js +32 -30
- package/dist/index.js.map +1 -1
- package/dist/{useDialog-D4QXqVAd.js → useDialog-udvbFTBT.js} +2 -2
- package/dist/{useDialog-D4QXqVAd.js.map → useDialog-udvbFTBT.js.map} +1 -1
- package/package.json +21 -21
- package/dist/MenuLink-DoSTuelN.js.map +0 -1
- package/dist/_commonjsHelpers-DaMA6jEr.js +0 -9
- package/dist/_commonjsHelpers-DaMA6jEr.js.map +0 -1
- package/dist/index-Do6xof80.js +0 -14702
- package/dist/index-Do6xof80.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -3,50 +3,51 @@ import { AppStatusBar as p } from "./components/AppStatusBar/AppStatusBar.js";
|
|
|
3
3
|
import { Attention as f } from "./components/Attention/Attention.js";
|
|
4
4
|
import { Backdrop as i } from "./components/Backdrop/Backdrop.js";
|
|
5
5
|
import { Button as n } from "./components/Button/Button.js";
|
|
6
|
-
import { ButtonGroup as
|
|
7
|
-
import { Card as
|
|
6
|
+
import { ButtonGroup as d } from "./components/ButtonGroup/ButtonGroup.js";
|
|
7
|
+
import { Card as u } from "./components/Card/Card.js";
|
|
8
8
|
import { Checkbox as S } from "./components/Checkbox/Checkbox.js";
|
|
9
9
|
import { Drawer as M } from "./components/Drawer/Drawer.js";
|
|
10
10
|
import { FieldHint as I } from "./components/FieldHint/FieldHint.js";
|
|
11
11
|
import { Fieldset as C } from "./components/Fieldset/Fieldset.js";
|
|
12
|
-
import { FormField as
|
|
13
|
-
import { GridRow as
|
|
14
|
-
import { HorizontalList as
|
|
12
|
+
import { FormField as b } from "./components/FormField/FormField.js";
|
|
13
|
+
import { GridRow as k } from "./components/GridRow/GridRow.js";
|
|
14
|
+
import { HorizontalList as D } from "./components/HorizontalList/HorizontalList.js";
|
|
15
15
|
import { Icon as v } from "./components/Icon/Icon.js";
|
|
16
16
|
import { IconButton as G } from "./components/IconButton/IconButton.js";
|
|
17
17
|
import { InfoMessage as h } from "./components/InfoMessage/InfoMessage.js";
|
|
18
18
|
import { Input as z } from "./components/Input/Input.js";
|
|
19
19
|
import { InputField as O } from "./components/InputField/InputField.js";
|
|
20
20
|
import { Label as j } from "./components/Label/Label.js";
|
|
21
|
-
import { M as E } from "./MenuLink-
|
|
21
|
+
import { M as E } from "./MenuLink-DzmKC6A7.js";
|
|
22
22
|
import { MetaDataList as K } from "./components/MetaDataList/MetaDataList.js";
|
|
23
23
|
import { ModalDialog as U } from "./components/ModalDialog/ModalDialog.js";
|
|
24
24
|
import { M as W } from "./MultiSelect-Drcfmp0z.js";
|
|
25
25
|
import { OverlayCloseButton as Y } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
26
|
+
import { Periods as _ } from "./components/Periods/Periods.js";
|
|
27
|
+
import { ProgrammeCard as oo } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
28
|
+
import { RadioButton as to } from "./components/RadioButton/RadioButton.js";
|
|
29
|
+
import { Repeater as po } from "./components/Repeater/Repeater.js";
|
|
30
|
+
import { SectionNotification as fo } from "./components/SectionNotification/SectionNotification.js";
|
|
31
|
+
import { SelectListbox as io } from "./components/SelectListbox/SelectListbox.js";
|
|
32
|
+
import { SelectProvider as no, useSelect as lo } from "./components/SelectListbox/SelectProvider.js";
|
|
33
|
+
import { Spinner as uo } from "./components/Spinner/Spinner.js";
|
|
34
|
+
import { StatusPill as So } from "./components/StatusPill/StatusPill.js";
|
|
35
|
+
import { Tooltip as Mo } from "./components/Tooltip/Tooltip.js";
|
|
35
36
|
export {
|
|
36
37
|
t as Accordion,
|
|
37
38
|
p as AppStatusBar,
|
|
38
39
|
f as Attention,
|
|
39
40
|
i as Backdrop,
|
|
40
41
|
n as Button,
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
d as ButtonGroup,
|
|
43
|
+
u as Card,
|
|
43
44
|
S as Checkbox,
|
|
44
45
|
M as Drawer,
|
|
45
46
|
I as FieldHint,
|
|
46
47
|
C as Fieldset,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
b as FormField,
|
|
49
|
+
k as GridRow,
|
|
50
|
+
D as HorizontalList,
|
|
50
51
|
v as Icon,
|
|
51
52
|
G as IconButton,
|
|
52
53
|
h as InfoMessage,
|
|
@@ -58,15 +59,16 @@ export {
|
|
|
58
59
|
U as ModalDialog,
|
|
59
60
|
W as MultiSelect,
|
|
60
61
|
Y as OverlayCloseButton,
|
|
61
|
-
_ as
|
|
62
|
-
oo as
|
|
63
|
-
to as
|
|
64
|
-
po as
|
|
65
|
-
fo as
|
|
66
|
-
io as
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
So as
|
|
70
|
-
|
|
62
|
+
_ as Periods,
|
|
63
|
+
oo as ProgrammeCard,
|
|
64
|
+
to as RadioButton,
|
|
65
|
+
po as Repeater,
|
|
66
|
+
fo as SectionNotification,
|
|
67
|
+
io as SelectListbox,
|
|
68
|
+
no as SelectProvider,
|
|
69
|
+
uo as Spinner,
|
|
70
|
+
So as StatusPill,
|
|
71
|
+
Mo as Tooltip,
|
|
72
|
+
lo as useSelect
|
|
71
73
|
};
|
|
72
74
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import p, { useRef as g, useCallback as F, useState as Y, useContext as L, useEffect as P, useMemo as B } from "react";
|
|
2
|
-
import { $ as Ne } from "./index-
|
|
2
|
+
import { $ as Ne } from "./index-DDSOrTSz.js";
|
|
3
3
|
const h = typeof document < "u" ? p.useLayoutEffect : () => {
|
|
4
4
|
};
|
|
5
5
|
function A(e) {
|
|
@@ -1130,4 +1130,4 @@ export {
|
|
|
1130
1130
|
Wt as f,
|
|
1131
1131
|
Ft as g
|
|
1132
1132
|
};
|
|
1133
|
-
//# sourceMappingURL=useDialog-
|
|
1133
|
+
//# sourceMappingURL=useDialog-udvbFTBT.js.map
|