@uva-glass/component-library 3.19.2 → 3.19.3
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/Button.module-BVsTgdTe.js +15 -0
- package/dist/Button.module-BVsTgdTe.js.map +1 -0
- package/dist/MultiSelectItem-DbOdEllV.js +24 -0
- package/dist/{MultiSelectItem-D9PxdX43.js.map → MultiSelectItem-DbOdEllV.js.map} +1 -1
- package/dist/RteEditor.module-45648CA2.js +41 -0
- package/dist/RteEditor.module-45648CA2.js.map +1 -0
- package/dist/{SelectListbox.module-ignbxWNU.js → SelectListbox.module-N3Kg0UvL.js} +21 -21
- package/dist/SelectListbox.module-N3Kg0UvL.js.map +1 -0
- package/dist/Sortable.module-CuvuQhr8.js +23 -0
- package/dist/Sortable.module-CuvuQhr8.js.map +1 -0
- package/dist/{SortableProvider-DZggDO3M.js → SortableProvider-B3_u0pKv.js} +2 -2
- package/dist/{SortableProvider-DZggDO3M.js.map → SortableProvider-B3_u0pKv.js.map} +1 -1
- package/dist/{TablePlugin-CE20cPhW.js → TablePlugin-hxs9O_ox.js} +28 -28
- package/dist/{TablePlugin-CE20cPhW.js.map → TablePlugin-hxs9O_ox.js.map} +1 -1
- package/dist/assets/AccordionCard.css +1 -1
- package/dist/assets/ActionList.css +1 -1
- package/dist/assets/AppStatusBar.css +1 -1
- package/dist/assets/Backdrop.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/LinkContextMenu.css +1 -1
- package/dist/assets/MetaDataList.css +1 -1
- package/dist/assets/ModalDialog.css +1 -1
- package/dist/assets/MultiSelectBox.css +1 -1
- package/dist/assets/MultiSelectItem.css +1 -1
- package/dist/assets/OverlayCloseButton.css +1 -1
- package/dist/assets/OverlayStepBar.css +1 -1
- package/dist/assets/PageOverlay.css +1 -1
- package/dist/assets/Periods.css +1 -1
- package/dist/assets/ProgrammeCard.css +1 -1
- package/dist/assets/RadioButton.css +1 -1
- package/dist/assets/RadioGroup.css +1 -1
- package/dist/assets/RteEditor.css +1 -1
- package/dist/assets/SectionNotification.css +1 -1
- package/dist/assets/SelectListbox.css +1 -1
- package/dist/assets/Sortable.css +1 -1
- package/dist/assets/Spinner.css +1 -1
- package/dist/assets/TableCellContextMenu.css +1 -1
- package/dist/assets/TablePlugin.css +1 -1
- package/dist/components/AccordionCard/AccordionCard.js +22 -22
- package/dist/components/ActionList/ActionList.js +14 -14
- package/dist/components/AppStatusBar/AppStatusBar.js +5 -5
- package/dist/components/Backdrop/Backdrop.js +5 -5
- package/dist/components/Buttons/Button.js +1 -1
- package/dist/components/Buttons/LinkButton.js +1 -1
- package/dist/components/Buttons/MenuButton.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +2 -2
- package/dist/components/FormInput/FormInput.js +2 -2
- package/dist/components/InputField/InputField.stories.js +2 -2
- package/dist/components/MetaDataList/MetaDataList.js +4 -4
- package/dist/components/ModalDialog/ModalDialog.js +27 -27
- package/dist/components/MultiSelect/MultiSelect.js +2 -2
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +3 -3
- package/dist/components/MultiSelect/components/MultiSelectItem.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/MultiSelectBox/MultiSelectBox.js +33 -33
- package/dist/components/OverlayCloseButton/OverlayCloseButton.js +2 -2
- package/dist/components/OverlayStepBar/OverlayStepBar.js +6 -6
- package/dist/components/PageOverlay/PageOverlay.js +30 -30
- package/dist/components/PeriodSelector/PeriodSelector.js +2 -2
- package/dist/components/Periods/Periods.js +16 -16
- package/dist/components/ProgrammeCard/ProgrammeCard.js +4 -4
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +2 -2
- package/dist/components/RadioButton/RadioButton.js +9 -9
- package/dist/components/RadioGroup/RadioGroup.js +27 -27
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +2 -2
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +23 -23
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +37 -37
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +3 -3
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +1 -1
- package/dist/components/SectionNotification/SectionNotification.js +2 -2
- package/dist/components/SelectListbox/components/SelectButton.js +1 -1
- package/dist/components/SelectListbox/components/SelectContainer.js +1 -1
- package/dist/components/SelectListbox/components/SelectOption.js +1 -1
- package/dist/components/SelectListbox/components/SelectOptionBox.js +1 -1
- package/dist/components/Sortable/Sortable.js +1 -1
- package/dist/components/Sortable/SortableProvider.js +1 -1
- package/dist/components/Sortable/components/SortableContainer.js +2 -2
- package/dist/components/Sortable/components/SortableHandle.js +1 -1
- package/dist/components/Sortable/components/SortableItem.js +2 -2
- package/dist/components/Spinner/Spinner.js +2 -2
- package/dist/components/Timeline/Timeline.test.js +2 -2
- package/dist/components/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/Button.module-FL3-CODh.js +0 -15
- package/dist/Button.module-FL3-CODh.js.map +0 -1
- package/dist/MultiSelectItem-D9PxdX43.js +0 -24
- package/dist/RteEditor.module-oFMKEW6f.js +0 -41
- package/dist/RteEditor.module-oFMKEW6f.js.map +0 -1
- package/dist/SelectListbox.module-ignbxWNU.js.map +0 -1
- package/dist/Sortable.module-DDhRFD1T.js +0 -23
- package/dist/Sortable.module-DDhRFD1T.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../clsx-OuTLNxxd.js";
|
|
4
|
-
import "../../../Sortable.module-
|
|
5
|
-
import { a } from "../../../SortableProvider-
|
|
4
|
+
import "../../../Sortable.module-CuvuQhr8.js";
|
|
5
|
+
import { a } from "../../../SortableProvider-B3_u0pKv.js";
|
|
6
6
|
export {
|
|
7
7
|
a as SortableContainer
|
|
8
8
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as e } from "../../Icon/Icon.js";
|
|
3
|
-
import { s as t } from "../../../Sortable.module-
|
|
3
|
+
import { s as t } from "../../../Sortable.module-CuvuQhr8.js";
|
|
4
4
|
const r = "ontouchstart" in globalThis.document.documentElement;
|
|
5
5
|
function m({ placement: n }) {
|
|
6
6
|
return r ? null : /* @__PURE__ */ o("div", { className: `${t.sortable__handle} ${t[`sortable__handle--${n}`]}`, children: /* @__PURE__ */ o(e, { name: "Dots" }) });
|
|
@@ -2,8 +2,8 @@ import { jsxs as i, jsx as r, Fragment as v } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as S, useRef as M, useEffect as Q } from "react";
|
|
3
3
|
import { Icon as w } from "../../Icon/Icon.js";
|
|
4
4
|
import { SortableHandle as E } from "./SortableHandle.js";
|
|
5
|
-
import { s as t } from "../../../Sortable.module-
|
|
6
|
-
import { u as k } from "../../../SortableProvider-
|
|
5
|
+
import { s as t } from "../../../Sortable.module-CuvuQhr8.js";
|
|
6
|
+
import { u as k } from "../../../SortableProvider-B3_u0pKv.js";
|
|
7
7
|
const G = ["Space", "ArrowDown", "ArrowUp"], J = "ontouchstart" in globalThis.document.documentElement, C = new Image(0, 0);
|
|
8
8
|
C.src = // 1px transparent png
|
|
9
9
|
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { useState as a, useEffect as c } from "react";
|
|
3
|
-
import '../../assets/Spinner.css';const l = "
|
|
4
|
-
"spinner-container": "_spinner-
|
|
3
|
+
import '../../assets/Spinner.css';const l = "_spinner_1e7wd_11", r = {
|
|
4
|
+
"spinner-container": "_spinner-container_1e7wd_11",
|
|
5
5
|
spinner: l
|
|
6
6
|
}, p = 250, m = ({ ariaValueText: i, showAfterMs: e = p }) => {
|
|
7
7
|
const [t, s] = a(() => e === 0);
|
|
@@ -16,7 +16,7 @@ import "../IconButton/IconButton.js";
|
|
|
16
16
|
import "../Input/Input.js";
|
|
17
17
|
import "../InputField/InputField.js";
|
|
18
18
|
import "react-router";
|
|
19
|
-
import "../../TablePlugin-
|
|
19
|
+
import "../../TablePlugin-hxs9O_ox.js";
|
|
20
20
|
import "../RteEditor/Providers/LanguageProvider.js";
|
|
21
21
|
import "../RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
|
|
22
22
|
import "../RteEditor/hooks/components/Flyout.js";
|
|
@@ -24,7 +24,7 @@ import "../../index-DllfJcv4.js";
|
|
|
24
24
|
import "../SelectListbox/SelectListbox.js";
|
|
25
25
|
import "../SelectListbox/SelectProvider.js";
|
|
26
26
|
import "../Sortable/components/SortableItem.js";
|
|
27
|
-
import "../../SortableProvider-
|
|
27
|
+
import "../../SortableProvider-B3_u0pKv.js";
|
|
28
28
|
import { Timeline as p } from "./Timeline.js";
|
|
29
29
|
describe("should render", () => {
|
|
30
30
|
it("should render completed items", () => {
|
package/dist/components/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import { Label as no } from "./Label/Label.js";
|
|
|
33
33
|
import { MenuLink as co } from "./MenuLink/MenuLink.js";
|
|
34
34
|
import { MetaDataList as Bo } from "./MetaDataList/MetaDataList.js";
|
|
35
35
|
import { ModalDialog as So } from "./ModalDialog/ModalDialog.js";
|
|
36
|
-
import { M as ko } from "../TablePlugin-
|
|
36
|
+
import { M as ko } from "../TablePlugin-hxs9O_ox.js";
|
|
37
37
|
import { MultiSelectBox as Fo } from "./MultiSelectBox/MultiSelectBox.js";
|
|
38
38
|
import { OverlayCloseButton as go } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
39
39
|
import { OverlayStepBar as Lo } from "./OverlayStepBar/OverlayStepBar.js";
|
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import { Label as no } from "./components/Label/Label.js";
|
|
|
33
33
|
import { MenuLink as co } from "./components/MenuLink/MenuLink.js";
|
|
34
34
|
import { MetaDataList as Bo } from "./components/MetaDataList/MetaDataList.js";
|
|
35
35
|
import { ModalDialog as So } from "./components/ModalDialog/ModalDialog.js";
|
|
36
|
-
import { M as ko } from "./TablePlugin-
|
|
36
|
+
import { M as ko } from "./TablePlugin-hxs9O_ox.js";
|
|
37
37
|
import { MultiSelectBox as Fo } from "./components/MultiSelectBox/MultiSelectBox.js";
|
|
38
38
|
import { OverlayCloseButton as go } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
39
39
|
import { OverlayStepBar as Lo } from "./components/OverlayStepBar/OverlayStepBar.js";
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import './assets/Button.css';const t = "_button_wigjh_1", n = {
|
|
2
|
-
button: t,
|
|
3
|
-
"button--blank": "_button--blank_wigjh_35",
|
|
4
|
-
"button--blank-subtle": "_button--blank-subtle_wigjh_36",
|
|
5
|
-
"button--blank-icon": "_button--blank-icon_wigjh_37",
|
|
6
|
-
"button--primary": "_button--primary_wigjh_82",
|
|
7
|
-
"button--secondary": "_button--secondary_wigjh_98",
|
|
8
|
-
"button--destructive-primary": "_button--destructive-primary_wigjh_114",
|
|
9
|
-
"button--destructive-secondary": "_button--destructive-secondary_wigjh_132",
|
|
10
|
-
"button--wide-column": "_button--wide-column_wigjh_150"
|
|
11
|
-
};
|
|
12
|
-
export {
|
|
13
|
-
n as s
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=Button.module-FL3-CODh.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.module-FL3-CODh.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsxs as m, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { useId as o } from "react";
|
|
3
|
-
import { Checkbox as c } from "./components/Checkbox/Checkbox.js";
|
|
4
|
-
import { Label as u } from "./components/Label/Label.js";
|
|
5
|
-
import './assets/MultiSelectItem.css';const d = {
|
|
6
|
-
"multi-select": "_multi-select_1gdr1_1",
|
|
7
|
-
"multi-select--no-border": "_multi-select--no-border_1gdr1_7",
|
|
8
|
-
"multi-select__header": "_multi-select__header_1gdr1_12",
|
|
9
|
-
"multi-select__list": "_multi-select__list_1gdr1_18",
|
|
10
|
-
"multi-select__list--scrollable": "_multi-select__list--scrollable_1gdr1_27",
|
|
11
|
-
"multi-select__item": "_multi-select__item_1gdr1_32"
|
|
12
|
-
};
|
|
13
|
-
function f({ label: _, value: s, checked: e, disabled: i = !1, onChange: r }) {
|
|
14
|
-
const t = o();
|
|
15
|
-
return /* @__PURE__ */ m("li", { className: d["multi-select__item"], children: [
|
|
16
|
-
/* @__PURE__ */ l(c, { id: t, value: s, checked: e, onChange: r, disabled: i }),
|
|
17
|
-
/* @__PURE__ */ l(u, { htmlFor: t, noFontWeight: !e, children: _ })
|
|
18
|
-
] });
|
|
19
|
-
}
|
|
20
|
-
export {
|
|
21
|
-
f as M,
|
|
22
|
-
d as s
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=MultiSelectItem-D9PxdX43.js.map
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import './assets/RteEditor.css';const t = "_editor__container_1pvft_1", _ = "_editor__header_1pvft_7", e = "_editor_1pvft_1", i = "_editor__field_1pvft_36", o = "_editor__toolbar_1pvft_40", d = "_editor__placeholder_1pvft_170", l = "_listitem_1pvft_201", r = {
|
|
2
|
-
editor__container: t,
|
|
3
|
-
editor__header: _,
|
|
4
|
-
"editor__header-word-count": "_editor__header-word-count_1pvft_15",
|
|
5
|
-
"editor__header-word-count--alert": "_editor__header-word-count--alert_1pvft_24",
|
|
6
|
-
editor: e,
|
|
7
|
-
editor__field: i,
|
|
8
|
-
editor__toolbar: o,
|
|
9
|
-
"editor__toolbar-button-group": "_editor__toolbar-button-group_1pvft_49",
|
|
10
|
-
"editor__toolbar-button": "_editor__toolbar-button_1pvft_49",
|
|
11
|
-
"editor__toolbar-button--active": "_editor__toolbar-button--active_1pvft_80",
|
|
12
|
-
"editor__toolbar-button--bold": "_editor__toolbar-button--bold_1pvft_100",
|
|
13
|
-
"editor__toolbar-button--italic": "_editor__toolbar-button--italic_1pvft_104",
|
|
14
|
-
"editor__toolbar-button-flyoutwrapper": "_editor__toolbar-button-flyoutwrapper_1pvft_123",
|
|
15
|
-
"editor__field-wrapper": "_editor__field-wrapper_1pvft_127",
|
|
16
|
-
editor__placeholder: d,
|
|
17
|
-
"guide-text-ltr": "_guide-text-ltr_1pvft_180",
|
|
18
|
-
"guide-text-rtl": "_guide-text-rtl_1pvft_184",
|
|
19
|
-
"guide-text-paragraph": "_guide-text-paragraph_1pvft_188",
|
|
20
|
-
"guide-text__text--bold": "_guide-text__text--bold_1pvft_193",
|
|
21
|
-
"guide-text__text--italic": "_guide-text__text--italic_1pvft_197",
|
|
22
|
-
listitem: l,
|
|
23
|
-
"guide-text__list--ol": "_guide-text__list--ol_1pvft_205",
|
|
24
|
-
"guide-text__list--ol2": "_guide-text__list--ol2_1pvft_210",
|
|
25
|
-
"guide-text__list--ol3": "_guide-text__list--ol3_1pvft_217",
|
|
26
|
-
"guide-text__list--ol4": "_guide-text__list--ol4_1pvft_224",
|
|
27
|
-
"guide-text__list--ol5": "_guide-text__list--ol5_1pvft_231",
|
|
28
|
-
"guide-text__list--ul": "_guide-text__list--ul_1pvft_238",
|
|
29
|
-
"guide-text__list--ul2": "_guide-text__list--ul2_1pvft_244",
|
|
30
|
-
"guide-text__list--ul3": "_guide-text__list--ul3_1pvft_251",
|
|
31
|
-
"guide-text__list--ul4": "_guide-text__list--ul4_1pvft_258",
|
|
32
|
-
"guide-text__list--ul5": "_guide-text__list--ul5_1pvft_265",
|
|
33
|
-
"guide-text__list--listitem": "_guide-text__list--listitem_1pvft_272",
|
|
34
|
-
"guide-text__list--nested-listitem": "_guide-text__list--nested-listitem_1pvft_276",
|
|
35
|
-
"guide-text__link": "_guide-text__link_1pvft_281",
|
|
36
|
-
"guide-text__table": "_guide-text__table_1pvft_287"
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
r as s
|
|
40
|
-
};
|
|
41
|
-
//# sourceMappingURL=RteEditor.module-oFMKEW6f.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RteEditor.module-oFMKEW6f.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SelectListbox.module-ignbxWNU.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import './assets/Sortable.css';const _ = "_sortable__wrapper_pdpg0_1", t = "_sortable__container_pdpg0_13", e = "_sortable__handle_pdpg0_149", r = {
|
|
2
|
-
sortable__wrapper: _,
|
|
3
|
-
"sortable__wrapper--scrollable": "_sortable__wrapper--scrollable_pdpg0_5",
|
|
4
|
-
sortable__container: t,
|
|
5
|
-
"sortable__drop-target": "_sortable__drop-target_pdpg0_25",
|
|
6
|
-
"sortable__sort-item": "_sortable__sort-item_pdpg0_56",
|
|
7
|
-
"sortable__sort-item--ghost": "_sortable__sort-item--ghost_pdpg0_72",
|
|
8
|
-
"sortable__sort-item__handle": "_sortable__sort-item__handle_pdpg0_83",
|
|
9
|
-
"sortable__sort-item__button-container": "_sortable__sort-item__button-container_pdpg0_93",
|
|
10
|
-
"sortable__sort-item__handle--icon": "_sortable__sort-item__handle--icon_pdpg0_112",
|
|
11
|
-
"sortable__sort-item__handle--up": "_sortable__sort-item__handle--up_pdpg0_119",
|
|
12
|
-
"sortable__sort-item__handle--down": "_sortable__sort-item__handle--down_pdpg0_120",
|
|
13
|
-
"sortable__sort-item--dragging": "_sortable__sort-item--dragging_pdpg0_131",
|
|
14
|
-
"sortable__sort-item__contents": "_sortable__sort-item__contents_pdpg0_135",
|
|
15
|
-
"sortable__sort-item__contents--handle-right": "_sortable__sort-item__contents--handle-right_pdpg0_144",
|
|
16
|
-
sortable__handle: e,
|
|
17
|
-
"sortable__handle--right": "_sortable__handle--right_pdpg0_155",
|
|
18
|
-
"sortable__visually-hidden": "_sortable__visually-hidden_pdpg0_173"
|
|
19
|
-
};
|
|
20
|
-
export {
|
|
21
|
-
r as s
|
|
22
|
-
};
|
|
23
|
-
//# sourceMappingURL=Sortable.module-DDhRFD1T.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Sortable.module-DDhRFD1T.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
|