@uva-glass/component-library 1.26.0 → 1.28.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/Attention.css +1 -0
- package/dist/assets/Drawer.css +1 -0
- package/dist/components/Attention/Attention.d.ts +3 -0
- package/dist/components/Attention/Attention.js +12 -0
- package/dist/components/Attention/Attention.js.map +1 -0
- package/dist/components/Attention/Attention.stories.d.ts +7 -0
- package/dist/components/Attention/Attention.stories.js +12 -0
- package/dist/components/Attention/Attention.stories.js.map +1 -0
- package/dist/components/Attention/index.d.ts +1 -0
- package/dist/components/Attention/index.js +5 -0
- package/dist/components/Attention/index.js.map +1 -0
- package/dist/components/Drawer/Drawer.d.ts +10 -0
- package/dist/components/Drawer/Drawer.js +60 -0
- package/dist/components/Drawer/Drawer.js.map +1 -0
- package/dist/components/Drawer/Drawer.stories.d.ts +6 -0
- package/dist/components/Drawer/Drawer.stories.js +57 -0
- package/dist/components/Drawer/Drawer.stories.js.map +1 -0
- package/dist/components/Drawer/index.d.ts +1 -0
- package/dist/components/Drawer/index.js +5 -0
- package/dist/components/Drawer/index.js.map +1 -0
- package/dist/components/ModalDialog/ModalDialog.js +105 -8
- package/dist/components/ModalDialog/ModalDialog.js.map +1 -1
- package/dist/components/ModalDialog/ModalDialog.stories.js +8 -7
- package/dist/components/ModalDialog/ModalDialog.stories.js.map +1 -1
- package/dist/components/ModalDialog/index.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +57 -53
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +57 -53
- package/dist/index.js.map +1 -1
- package/dist/useDialog-DDVWB2iX.js +1180 -0
- package/dist/useDialog-DDVWB2iX.js.map +1 -0
- package/package.json +1 -1
- package/dist/ModalDialog-B1c9QYLZ.js +0 -1276
- package/dist/ModalDialog-B1c9QYLZ.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,60 +1,64 @@
|
|
|
1
1
|
import { Accordion as t } from "./components/Accordion/Accordion.js";
|
|
2
2
|
import { AppStatusBar as p } from "./components/AppStatusBar/AppStatusBar.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import { M as
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
3
|
+
import { Attention as f } from "./components/Attention/Attention.js";
|
|
4
|
+
import { Backdrop as a } from "./components/Backdrop/Backdrop.js";
|
|
5
|
+
import { Button as i } from "./components/Button/Button.js";
|
|
6
|
+
import { ButtonGroup as u } from "./components/ButtonGroup/ButtonGroup.js";
|
|
7
|
+
import { Card as d } from "./components/Card/Card.js";
|
|
8
|
+
import { Checkbox as B } from "./components/Checkbox/Checkbox.js";
|
|
9
|
+
import { Drawer as I } from "./components/Drawer/Drawer.js";
|
|
10
|
+
import { FieldHint as C } from "./components/FieldHint/FieldHint.js";
|
|
11
|
+
import { FormField as L } from "./components/FormField/FormField.js";
|
|
12
|
+
import { Icon as g } from "./components/Icon/Icon.js";
|
|
13
|
+
import { IconButton as A } from "./components/IconButton/IconButton.js";
|
|
14
|
+
import { InfoMessage as P } from "./components/InfoMessage/InfoMessage.js";
|
|
15
|
+
import { Input as R } from "./components/Input/Input.js";
|
|
16
|
+
import { InputField as w } from "./components/InputField/InputField.js";
|
|
17
|
+
import { Label as G } from "./components/Label/Label.js";
|
|
18
|
+
import { M as N } from "./MenuLink-CLEqkVVh.js";
|
|
19
|
+
import { MetaDataList as T } from "./components/MetaDataList/MetaDataList.js";
|
|
20
|
+
import { ModalDialog as q } from "./components/ModalDialog/ModalDialog.js";
|
|
21
|
+
import { OverlayCloseButton as E } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
22
|
+
import { ProgrammeCard as K } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
23
|
+
import { RadioButton as U } from "./components/RadioButton/RadioButton.js";
|
|
24
|
+
import { Repeater as W } from "./components/Repeater/Repeater.js";
|
|
25
|
+
import { SectionNotification as Y } from "./components/SectionNotification/SectionNotification.js";
|
|
26
|
+
import { SelectListbox as _ } from "./components/SelectListbox/SelectListbox.js";
|
|
27
|
+
import { SelectProvider as oo, useSelect as ro } from "./components/SelectListbox/SelectProvider.js";
|
|
28
|
+
import { Spinner as eo } from "./components/Spinner/Spinner.js";
|
|
29
|
+
import { StatusPill as mo } from "./components/StatusPill/StatusPill.js";
|
|
30
|
+
import { Tooltip as xo } from "./components/Tooltip/Tooltip.js";
|
|
29
31
|
export {
|
|
30
32
|
t as Accordion,
|
|
31
33
|
p as AppStatusBar,
|
|
32
|
-
f as
|
|
33
|
-
a as
|
|
34
|
-
|
|
35
|
-
u as
|
|
36
|
-
d as
|
|
37
|
-
B as
|
|
38
|
-
|
|
39
|
-
C as
|
|
40
|
-
L as
|
|
41
|
-
g as
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
R as
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
E as
|
|
51
|
-
K as
|
|
52
|
-
U as
|
|
53
|
-
W as
|
|
54
|
-
Y as
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
eo as
|
|
58
|
-
|
|
34
|
+
f as Attention,
|
|
35
|
+
a as Backdrop,
|
|
36
|
+
i as Button,
|
|
37
|
+
u as ButtonGroup,
|
|
38
|
+
d as Card,
|
|
39
|
+
B as Checkbox,
|
|
40
|
+
I as Drawer,
|
|
41
|
+
C as FieldHint,
|
|
42
|
+
L as FormField,
|
|
43
|
+
g as Icon,
|
|
44
|
+
A as IconButton,
|
|
45
|
+
P as InfoMessage,
|
|
46
|
+
R as Input,
|
|
47
|
+
w as InputField,
|
|
48
|
+
G as Label,
|
|
49
|
+
N as MenuLink,
|
|
50
|
+
T as MetaDataList,
|
|
51
|
+
q as ModalDialog,
|
|
52
|
+
E as OverlayCloseButton,
|
|
53
|
+
K as ProgrammeCard,
|
|
54
|
+
U as RadioButton,
|
|
55
|
+
W as Repeater,
|
|
56
|
+
Y as SectionNotification,
|
|
57
|
+
_ as SelectListbox,
|
|
58
|
+
oo as SelectProvider,
|
|
59
|
+
eo as Spinner,
|
|
60
|
+
mo as StatusPill,
|
|
61
|
+
xo as Tooltip,
|
|
62
|
+
ro as useSelect
|
|
59
63
|
};
|
|
60
64
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|