@uva-glass/component-library 3.3.0 → 3.5.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/_commonjsHelpers-DaMA6jEr.js +9 -0
- package/dist/_commonjsHelpers-DaMA6jEr.js.map +1 -0
- package/dist/assets/RadioGroup.css +1 -1
- package/dist/assets/TextArea.css +1 -0
- package/dist/components/Accordion/Accordion.test.js +3 -3
- package/dist/components/AccordionCard/AccordionCard.test.js +3 -3
- package/dist/components/ActionList/ActionList.test.js +3 -3
- package/dist/components/AppStatusBar/AppStatusBar.test.js +2 -2
- package/dist/components/Attention/Attention.test.js +2 -2
- package/dist/components/Backdrop/Backdrop.test.js +2 -2
- package/dist/components/Buttons/Button.test.js +2 -2
- package/dist/components/Buttons/LinkButton.test.js +2 -2
- package/dist/components/Buttons/MenuButton.test.js +2 -2
- package/dist/components/Card/Card.test.js +2 -2
- package/dist/components/Checkbox/Checkbox.test.js +2 -2
- package/dist/components/CheckboxButton/CheckboxButton.test.js +2 -2
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.test.js +2 -2
- package/dist/components/FeedbackBar/FeedbackBar.test.js +2 -2
- package/dist/components/Icon/icons/index.d.ts +12 -0
- package/dist/components/Icon/icons/index.js +49 -39
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/Label/Label.test.js +2 -2
- package/dist/components/RadioGroup/RadioGroup.js +27 -26
- package/dist/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/components/RadioGroup/Radiogroup.test.js +2 -2
- package/dist/components/StatusBadge/StatusBadge.test.js +2 -2
- package/dist/components/TextArea/TextArea.d.ts +9 -0
- package/dist/components/TextArea/TextArea.js +39 -0
- package/dist/components/TextArea/TextArea.js.map +1 -0
- package/dist/components/TextArea/TextArea.stories.d.ts +5 -0
- package/dist/components/TextArea/TextArea.stories.js +30 -0
- package/dist/components/TextArea/TextArea.stories.js.map +1 -0
- package/dist/components/TextArea/TextArea.test.d.ts +0 -0
- package/dist/components/TextArea/TextArea.test.js +25 -0
- package/dist/components/TextArea/TextArea.test.js.map +1 -0
- package/dist/components/TextArea/index.d.ts +1 -0
- package/dist/components/TextArea/index.js +5 -0
- package/dist/components/TextArea/index.js.map +1 -0
- package/dist/components/Timeline/Timeline.test.js +2 -2
- package/dist/components/VarIndicator/VarIndicator.test.js +3 -3
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +52 -48
- package/dist/components/index.js.map +1 -1
- package/dist/{index-Z7qwJmRM.js → index-dmBn99rF.js} +284 -289
- package/dist/{index-Z7qwJmRM.js.map → index-dmBn99rF.js.map} +1 -1
- package/dist/{index-COab4Oy9.js → index-hwMTfLfH.js} +2 -2
- package/dist/{index-COab4Oy9.js.map → index-hwMTfLfH.js.map} +1 -1
- package/dist/index.js +52 -48
- package/dist/index.js.map +1 -1
- package/dist/{react.esm-B8teOYlo.js → react.esm-DI5ilWeT.js} +6 -5
- package/dist/{react.esm-B8teOYlo.js.map → react.esm-DI5ilWeT.js.map} +1 -1
- package/dist/setupTests.js +2 -1
- package/dist/setupTests.js.map +1 -1
- package/dist/storybook__react.d.js +8 -2
- package/dist/storybook__react.d.js.map +1 -1
- package/dist/{test-utils-Brqoydie.js → test-utils-B2AIdiiO.js} +134 -132
- package/dist/{test-utils-Brqoydie.js.map → test-utils-B2AIdiiO.js.map} +1 -1
- package/package.json +14 -14
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Accordion as t } from "./components/Accordion/Accordion.js";
|
|
2
2
|
import { AccordionCard as p } from "./components/AccordionCard/AccordionCard.js";
|
|
3
|
-
import { ActionList as
|
|
3
|
+
import { ActionList as m } from "./components/ActionList/ActionList.js";
|
|
4
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";
|
|
@@ -11,11 +11,11 @@ import { MenuButton as C } from "./components/Buttons/MenuButton.js";
|
|
|
11
11
|
import { Card as g } from "./components/Card/Card.js";
|
|
12
12
|
import { Checkbox as L } from "./components/Checkbox/Checkbox.js";
|
|
13
13
|
import { CheckboxButton as h } from "./components/CheckboxButton/CheckboxButton.js";
|
|
14
|
-
import { CheckboxButtonBar as
|
|
15
|
-
import { CheckboxTree as
|
|
16
|
-
import { Chip as
|
|
14
|
+
import { CheckboxButtonBar as P } from "./components/CheckboxButtonBar/CheckboxButtonBar.js";
|
|
15
|
+
import { CheckboxTree as y } from "./components/CheckboxTree/CheckboxTree.js";
|
|
16
|
+
import { Chip as T } from "./components/Chip/Chip.js";
|
|
17
17
|
import { Drawer as w } from "./components/Drawer/Drawer.js";
|
|
18
|
-
import { EmptyStateDataDisplay as
|
|
18
|
+
import { EmptyStateDataDisplay as O } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
19
19
|
import { FeedbackBar as H } from "./components/FeedbackBar/FeedbackBar.js";
|
|
20
20
|
import { FeedbackBox as N } from "./components/FeedbackBox/FeedbackBox.js";
|
|
21
21
|
import { FieldHint as j } from "./components/FieldHint/FieldHint.js";
|
|
@@ -27,7 +27,7 @@ import { HorizontalList as _ } from "./components/HorizontalList/HorizontalList.
|
|
|
27
27
|
import { Icon as oo } from "./components/Icon/Icon.js";
|
|
28
28
|
import { IconButton as to } from "./components/IconButton/IconButton.js";
|
|
29
29
|
import { InfoMessage as po } from "./components/InfoMessage/InfoMessage.js";
|
|
30
|
-
import { Input as
|
|
30
|
+
import { Input as mo } from "./components/Input/Input.js";
|
|
31
31
|
import { InputField as ao } from "./components/InputField/InputField.js";
|
|
32
32
|
import { Label as no } from "./components/Label/Label.js";
|
|
33
33
|
import { MenuLink as co } from "./components/MenuLink/MenuLink.js";
|
|
@@ -37,27 +37,29 @@ import { M as ko } from "./TablePlugin-MjKuocl4.js";
|
|
|
37
37
|
import { OverlayCloseButton as Fo } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
38
38
|
import { OverlayStepBar as Io } from "./components/OverlayStepBar/OverlayStepBar.js";
|
|
39
39
|
import { PageOverlay as Mo } from "./components/PageOverlay/PageOverlay.js";
|
|
40
|
-
import { Periods as
|
|
41
|
-
import { PeriodSelector as
|
|
42
|
-
import { ProgrammeCard as
|
|
43
|
-
import { RadioButton as
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
40
|
+
import { Periods as Ao } from "./components/Periods/Periods.js";
|
|
41
|
+
import { PeriodSelector as Ro } from "./components/PeriodSelector/PeriodSelector.js";
|
|
42
|
+
import { ProgrammeCard as Do } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
43
|
+
import { RadioButton as vo } from "./components/RadioButton/RadioButton.js";
|
|
44
|
+
import { RadioGroup as Go } from "./components/RadioGroup/RadioGroup.js";
|
|
45
|
+
import { Repeater as Eo } from "./components/Repeater/Repeater.js";
|
|
46
|
+
import { Rte as zo, RteEditor as No } from "./components/RteEditor/RteEditor.js";
|
|
47
|
+
import { SectionNotification as jo } from "./components/SectionNotification/SectionNotification.js";
|
|
48
|
+
import { SelectListbox as Jo } from "./components/SelectListbox/SelectListbox.js";
|
|
49
|
+
import { SelectProvider as Qo, useSelect as Uo } from "./components/SelectListbox/SelectProvider.js";
|
|
50
|
+
import { Sortable as Xo } from "./components/Sortable/Sortable.js";
|
|
51
|
+
import { Spinner as Zo } from "./components/Spinner/Spinner.js";
|
|
52
|
+
import { StatusBadge as $o } from "./components/StatusBadge/StatusBage.js";
|
|
53
|
+
import { StatusPill as rr } from "./components/StatusPill/StatusPill.js";
|
|
54
|
+
import { TextArea as er } from "./components/TextArea/TextArea.js";
|
|
55
|
+
import { Timeline as xr } from "./components/Timeline/Timeline.js";
|
|
56
|
+
import { ToggleSwitch as fr } from "./components/ToggleSwitch/ToggleSwitch.js";
|
|
57
|
+
import { Tooltip as ir } from "./components/Tooltip/Tooltip.js";
|
|
58
|
+
import { VarIndicator as lr } from "./components/VarIndicator/VarIndicator.js";
|
|
57
59
|
export {
|
|
58
60
|
t as Accordion,
|
|
59
61
|
p as AccordionCard,
|
|
60
|
-
|
|
62
|
+
m as ActionList,
|
|
61
63
|
a as AppStatusBar,
|
|
62
64
|
n as Attention,
|
|
63
65
|
c as Backdrop,
|
|
@@ -66,11 +68,11 @@ export {
|
|
|
66
68
|
g as Card,
|
|
67
69
|
L as Checkbox,
|
|
68
70
|
h as CheckboxButton,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
P as CheckboxButtonBar,
|
|
72
|
+
y as CheckboxTree,
|
|
73
|
+
T as Chip,
|
|
72
74
|
w as Drawer,
|
|
73
|
-
|
|
75
|
+
O as EmptyStateDataDisplay,
|
|
74
76
|
H as FeedbackBar,
|
|
75
77
|
N as FeedbackBox,
|
|
76
78
|
j as FieldHint,
|
|
@@ -82,7 +84,7 @@ export {
|
|
|
82
84
|
oo as Icon,
|
|
83
85
|
to as IconButton,
|
|
84
86
|
po as InfoMessage,
|
|
85
|
-
|
|
87
|
+
mo as Input,
|
|
86
88
|
ao as InputField,
|
|
87
89
|
no as Label,
|
|
88
90
|
b as LinkButton,
|
|
@@ -94,24 +96,26 @@ export {
|
|
|
94
96
|
Fo as OverlayCloseButton,
|
|
95
97
|
Io as OverlayStepBar,
|
|
96
98
|
Mo as PageOverlay,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
No as
|
|
105
|
-
jo as
|
|
106
|
-
Jo as
|
|
107
|
-
|
|
108
|
-
Xo as
|
|
109
|
-
Zo as
|
|
110
|
-
$o as
|
|
111
|
-
rr as
|
|
112
|
-
er as
|
|
113
|
-
|
|
114
|
-
fr as
|
|
115
|
-
|
|
99
|
+
Ro as PeriodSelector,
|
|
100
|
+
Ao as Periods,
|
|
101
|
+
Do as ProgrammeCard,
|
|
102
|
+
vo as RadioButton,
|
|
103
|
+
Go as RadioGroup,
|
|
104
|
+
Eo as Repeater,
|
|
105
|
+
zo as Rte,
|
|
106
|
+
No as RteEditor,
|
|
107
|
+
jo as SectionNotification,
|
|
108
|
+
Jo as SelectListbox,
|
|
109
|
+
Qo as SelectProvider,
|
|
110
|
+
Xo as Sortable,
|
|
111
|
+
Zo as Spinner,
|
|
112
|
+
$o as StatusBadge,
|
|
113
|
+
rr as StatusPill,
|
|
114
|
+
er as TextArea,
|
|
115
|
+
xr as Timeline,
|
|
116
|
+
fr as ToggleSwitch,
|
|
117
|
+
ir as Tooltip,
|
|
118
|
+
lr as VarIndicator,
|
|
119
|
+
Uo as useSelect
|
|
116
120
|
};
|
|
117
121
|
//# 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,8 +1,9 @@
|
|
|
1
1
|
import * as Ie from "react";
|
|
2
|
-
import { a as Lr } from "./test-utils-
|
|
2
|
+
import { a as Lr } from "./test-utils-B2AIdiiO.js";
|
|
3
3
|
import je from "react-dom";
|
|
4
4
|
import { c as It } from "./client-CTOhtEms.js";
|
|
5
|
-
import {
|
|
5
|
+
import { l as K } from "./index-dmBn99rF.js";
|
|
6
|
+
import { g as Dr } from "./_commonjsHelpers-DaMA6jEr.js";
|
|
6
7
|
var X = {}, ke = { exports: {} };
|
|
7
8
|
ke.exports;
|
|
8
9
|
var xt;
|
|
@@ -3977,7 +3978,7 @@ const Zo = (e, t, r) => Array.isArray(e) ? e.forEach((o) => Gt(o, t, r)) : Gt(e,
|
|
|
3977
3978
|
}, Xt = {
|
|
3978
3979
|
debug: Zo,
|
|
3979
3980
|
logTestingPlaygroundURL: ea
|
|
3980
|
-
},
|
|
3981
|
+
}, Ta = typeof document < "u" && document.body ? Br(document.body, pt, Xt) : Object.keys(pt).reduce((e, t) => (e[t] = () => {
|
|
3981
3982
|
throw new TypeError("For queries bound to document.body a global document has to be available... Learn more: https://testing-library.com/s/screen-global-error");
|
|
3982
3983
|
}, e), Xt), ta = typeof Ie.act == "function" ? Ie.act : Lr.act;
|
|
3983
3984
|
function Nr() {
|
|
@@ -4265,7 +4266,7 @@ export {
|
|
|
4265
4266
|
$ as f,
|
|
4266
4267
|
j as g,
|
|
4267
4268
|
ma as r,
|
|
4268
|
-
|
|
4269
|
+
Ta as s,
|
|
4269
4270
|
Ri as w
|
|
4270
4271
|
};
|
|
4271
|
-
//# sourceMappingURL=react.esm-
|
|
4272
|
+
//# sourceMappingURL=react.esm-DI5ilWeT.js.map
|