@uva-glass/component-library 3.19.2 → 3.19.4

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.
Files changed (136) hide show
  1. package/dist/Button.module-BVsTgdTe.js +15 -0
  2. package/dist/Button.module-BVsTgdTe.js.map +1 -0
  3. package/dist/MultiSelectItem-DbOdEllV.js +24 -0
  4. package/dist/{MultiSelectItem-D9PxdX43.js.map → MultiSelectItem-DbOdEllV.js.map} +1 -1
  5. package/dist/RteEditor.module-45648CA2.js +41 -0
  6. package/dist/RteEditor.module-45648CA2.js.map +1 -0
  7. package/dist/{SelectListbox.module-ignbxWNU.js → SelectListbox.module-N3Kg0UvL.js} +21 -21
  8. package/dist/SelectListbox.module-N3Kg0UvL.js.map +1 -0
  9. package/dist/Sortable.module-CuvuQhr8.js +23 -0
  10. package/dist/Sortable.module-CuvuQhr8.js.map +1 -0
  11. package/dist/{SortableProvider-DZggDO3M.js → SortableProvider-B3_u0pKv.js} +2 -2
  12. package/dist/{SortableProvider-DZggDO3M.js.map → SortableProvider-B3_u0pKv.js.map} +1 -1
  13. package/dist/{TablePlugin-CE20cPhW.js → TablePlugin-hxs9O_ox.js} +28 -28
  14. package/dist/{TablePlugin-CE20cPhW.js.map → TablePlugin-hxs9O_ox.js.map} +1 -1
  15. package/dist/assets/AccordionCard.css +1 -1
  16. package/dist/assets/ActionList.css +1 -1
  17. package/dist/assets/AppStatusBar.css +1 -1
  18. package/dist/assets/Backdrop.css +1 -1
  19. package/dist/assets/Button.css +1 -1
  20. package/dist/assets/LinkContextMenu.css +1 -1
  21. package/dist/assets/MetaDataList.css +1 -1
  22. package/dist/assets/ModalDialog.css +1 -1
  23. package/dist/assets/MultiSelectBox.css +1 -1
  24. package/dist/assets/MultiSelectItem.css +1 -1
  25. package/dist/assets/OverlayCloseButton.css +1 -1
  26. package/dist/assets/OverlayStepBar.css +1 -1
  27. package/dist/assets/PageOverlay.css +1 -1
  28. package/dist/assets/Periods.css +1 -1
  29. package/dist/assets/ProgrammeCard.css +1 -1
  30. package/dist/assets/RadioButton.css +1 -1
  31. package/dist/assets/RadioGroup.css +1 -1
  32. package/dist/assets/RteEditor.css +1 -1
  33. package/dist/assets/SectionNotification.css +1 -1
  34. package/dist/assets/SelectListbox.css +1 -1
  35. package/dist/assets/Sortable.css +1 -1
  36. package/dist/assets/Spinner.css +1 -1
  37. package/dist/assets/StatusPill.css +1 -1
  38. package/dist/assets/TableCellContextMenu.css +1 -1
  39. package/dist/assets/TablePlugin.css +1 -1
  40. package/dist/assets/TextArea.css +1 -1
  41. package/dist/assets/ToggleSwitch.css +1 -1
  42. package/dist/assets/Tooltip.css +1 -1
  43. package/dist/assets/VarIndicator.css +1 -1
  44. package/dist/components/AccordionCard/AccordionCard.js +22 -22
  45. package/dist/components/ActionList/ActionList.js +14 -14
  46. package/dist/components/AppStatusBar/AppStatusBar.js +5 -5
  47. package/dist/components/Backdrop/Backdrop.js +5 -5
  48. package/dist/components/Buttons/Button.js +1 -1
  49. package/dist/components/Buttons/LinkButton.js +1 -1
  50. package/dist/components/Buttons/MenuButton.js +1 -1
  51. package/dist/components/CheckboxTree/CheckboxTree.js +2 -2
  52. package/dist/components/FormInput/FormInput.js +2 -2
  53. package/dist/components/InputField/InputField.stories.js +2 -2
  54. package/dist/components/MetaDataList/MetaDataList.js +4 -4
  55. package/dist/components/ModalDialog/ModalDialog.js +27 -27
  56. package/dist/components/MultiSelect/MultiSelect.js +2 -2
  57. package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
  58. package/dist/components/MultiSelect/components/MultiSelectHeader.js +3 -3
  59. package/dist/components/MultiSelect/components/MultiSelectItem.js +1 -1
  60. package/dist/components/MultiSelect/index.js +1 -1
  61. package/dist/components/MultiSelectBox/MultiSelectBox.js +33 -33
  62. package/dist/components/OverlayCloseButton/OverlayCloseButton.js +2 -2
  63. package/dist/components/OverlayStepBar/OverlayStepBar.js +6 -6
  64. package/dist/components/PageOverlay/PageOverlay.js +30 -30
  65. package/dist/components/PeriodSelector/PeriodSelector.js +2 -2
  66. package/dist/components/Periods/Periods.js +16 -16
  67. package/dist/components/ProgrammeCard/ProgrammeCard.js +4 -4
  68. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +2 -2
  69. package/dist/components/RadioButton/RadioButton.js +9 -9
  70. package/dist/components/RadioGroup/RadioGroup.js +27 -27
  71. package/dist/components/RteEditor/EditorHeader/EditorHeader.js +2 -2
  72. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +1 -1
  73. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +3 -3
  74. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +2 -2
  75. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +23 -23
  76. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +3 -3
  77. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +1 -1
  78. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +2 -2
  79. package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +37 -37
  80. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -3
  81. package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
  82. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +2 -2
  83. package/dist/components/RteEditor/Plugins/index.js +1 -1
  84. package/dist/components/RteEditor/RteEditor.js +3 -3
  85. package/dist/components/RteEditor/UvaTheme/UvaTheme.js +1 -1
  86. package/dist/components/SectionNotification/SectionNotification.js +2 -2
  87. package/dist/components/SelectListbox/components/SelectButton.js +1 -1
  88. package/dist/components/SelectListbox/components/SelectContainer.js +1 -1
  89. package/dist/components/SelectListbox/components/SelectOption.js +1 -1
  90. package/dist/components/SelectListbox/components/SelectOptionBox.js +1 -1
  91. package/dist/components/Sortable/Sortable.js +1 -1
  92. package/dist/components/Sortable/SortableProvider.js +1 -1
  93. package/dist/components/Sortable/components/SortableContainer.js +2 -2
  94. package/dist/components/Sortable/components/SortableHandle.js +1 -1
  95. package/dist/components/Sortable/components/SortableItem.js +2 -2
  96. package/dist/components/Spinner/Spinner.js +2 -2
  97. package/dist/components/StatusPill/StatusPill.js +5 -5
  98. package/dist/components/TextArea/TextArea.js +12 -12
  99. package/dist/components/ToggleSwitch/ToggleSwitch.js +26 -26
  100. package/dist/components/Tooltip/Tooltip.js +24 -24
  101. package/dist/components/VarIndicator/VarIndicator.js +13 -13
  102. package/dist/components/index.d.ts +0 -1
  103. package/dist/components/index.js +11 -13
  104. package/dist/components/index.js.map +1 -1
  105. package/dist/index.js +11 -13
  106. package/dist/index.js.map +1 -1
  107. package/package.json +1 -1
  108. package/dist/Button.module-FL3-CODh.js +0 -15
  109. package/dist/Button.module-FL3-CODh.js.map +0 -1
  110. package/dist/MultiSelectItem-D9PxdX43.js +0 -24
  111. package/dist/RteEditor.module-oFMKEW6f.js +0 -41
  112. package/dist/RteEditor.module-oFMKEW6f.js.map +0 -1
  113. package/dist/SelectListbox.module-ignbxWNU.js.map +0 -1
  114. package/dist/Sortable.module-DDhRFD1T.js +0 -23
  115. package/dist/Sortable.module-DDhRFD1T.js.map +0 -1
  116. package/dist/TimelineItem-ClDZJkaZ.js +0 -60
  117. package/dist/TimelineItem-ClDZJkaZ.js.map +0 -1
  118. package/dist/assets/TimelineItem.css +0 -1
  119. package/dist/components/Timeline/Timeline.d.ts +0 -23
  120. package/dist/components/Timeline/Timeline.js +0 -29
  121. package/dist/components/Timeline/Timeline.js.map +0 -1
  122. package/dist/components/Timeline/Timeline.stories.d.ts +0 -5
  123. package/dist/components/Timeline/Timeline.stories.js +0 -43
  124. package/dist/components/Timeline/Timeline.stories.js.map +0 -1
  125. package/dist/components/Timeline/Timeline.test.d.ts +0 -0
  126. package/dist/components/Timeline/Timeline.test.js +0 -80
  127. package/dist/components/Timeline/Timeline.test.js.map +0 -1
  128. package/dist/components/Timeline/TimelineItem.d.ts +0 -2
  129. package/dist/components/Timeline/TimelineItem.js +0 -7
  130. package/dist/components/Timeline/TimelineItem.js.map +0 -1
  131. package/dist/components/Timeline/index.d.ts +0 -1
  132. package/dist/components/Timeline/index.js +0 -5
  133. package/dist/components/Timeline/index.js.map +0 -1
  134. package/dist/components/Timeline/mockTimelineItem.d.ts +0 -30
  135. package/dist/components/Timeline/mockTimelineItem.js +0 -95
  136. package/dist/components/Timeline/mockTimelineItem.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-DDhRFD1T.js";
5
- import { a } from "../../../SortableProvider-DZggDO3M.js";
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-DDhRFD1T.js";
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-DDhRFD1T.js";
6
- import { u as k } from "../../../SortableProvider-DZggDO3M.js";
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 = "_spinner_jd5vi_11", r = {
4
- "spinner-container": "_spinner-container_jd5vi_11",
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);
@@ -2,11 +2,11 @@ import { jsxs as _, jsx as p } from "react/jsx-runtime";
2
2
  import { c as e } from "../../clsx-OuTLNxxd.js";
3
3
  import { Icon as a } from "../Icon/Icon.js";
4
4
  import '../../assets/StatusPill.css';const l = {
5
- "status-pill": "_status-pill_1i67r_1",
6
- "status-pill__possible": "_status-pill__possible_1i67r_10",
7
- "status-pill__impossible": "_status-pill__impossible_1i67r_15",
8
- "status-pill__new": "_status-pill__new_1i67r_20",
9
- "status-pill--bar": "_status-pill--bar_1i67r_26"
5
+ "status-pill": "_status-pill_1df7x_1",
6
+ "status-pill__possible": "_status-pill__possible_1df7x_10",
7
+ "status-pill__impossible": "_status-pill__impossible_1df7x_15",
8
+ "status-pill__new": "_status-pill__new_1df7x_20",
9
+ "status-pill--bar": "_status-pill--bar_1df7x_26"
10
10
  }, o = {
11
11
  possible: "CheckCircleFillMini",
12
12
  impossible: "CrossCircleFillMini"
@@ -1,23 +1,23 @@
1
1
  import { jsxs as r, jsx as _ } from "react/jsx-runtime";
2
- import { useRef as i, useState as u } from "react";
3
- import { c as x } from "../../clsx-OuTLNxxd.js";
2
+ import { useRef as u, useState as x } from "react";
3
+ import { c as d } from "../../clsx-OuTLNxxd.js";
4
4
  import '../../assets/TextArea.css';const t = {
5
- "text-area__wrapper": "_text-area__wrapper_13ivw_1",
6
- "text-area__header": "_text-area__header_13ivw_7",
7
- "text-area__label": "_text-area__label_13ivw_13",
8
- "text-area__word-count": "_text-area__word-count_13ivw_20",
9
- "text-area__word-count--alert": "_text-area__word-count--alert_13ivw_25",
10
- "text-area": "_text-area_13ivw_1"
5
+ "text-area__wrapper": "_text-area__wrapper_13728_1",
6
+ "text-area__header": "_text-area__header_13728_7",
7
+ "text-area__label": "_text-area__label_13728_13",
8
+ "text-area__word-count": "_text-area__word-count_13728_20",
9
+ "text-area__word-count--alert": "_text-area__word-count--alert_13728_25",
10
+ "text-area": "_text-area_13728_1"
11
11
  };
12
- function h({ onChange: l, label: c, maxCharacters: a = 0 }) {
13
- const e = i(null), [n, o] = u(0), s = () => {
12
+ function m({ onChange: l, label: c, maxCharacters: a = 0 }) {
13
+ const e = u(null), [n, o] = x(0), s = () => {
14
14
  e.current && (e.current.style.height = "auto", e.current.style.height = `${e.current.scrollHeight}px`, o(e.current.value.length), l(e.current.value.trim()));
15
15
  };
16
16
  return /* @__PURE__ */ r("div", { className: t["text-area__wrapper"], children: [
17
17
  /* @__PURE__ */ r("div", { className: t["text-area__header"], children: [
18
18
  /* @__PURE__ */ _("span", { className: t["text-area__label"], children: c }),
19
19
  a > 0 && /* @__PURE__ */ r("div", { className: t["text-area__word-count"], children: [
20
- /* @__PURE__ */ _("span", { className: x({ [t["text-area__word-count--alert"]]: n === a }), children: n }),
20
+ /* @__PURE__ */ _("span", { className: d({ [t["text-area__word-count--alert"]]: n === a }), children: n }),
21
21
  " / ",
22
22
  a
23
23
  ] })
@@ -34,6 +34,6 @@ function h({ onChange: l, label: c, maxCharacters: a = 0 }) {
34
34
  ] });
35
35
  }
36
36
  export {
37
- h as TextArea
37
+ m as TextArea
38
38
  };
39
39
  //# sourceMappingURL=TextArea.js.map
@@ -1,58 +1,58 @@
1
- import { jsx as l, jsxs as _ } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as _ } from "react/jsx-runtime";
2
2
  import { c as a } from "../../clsx-OuTLNxxd.js";
3
- import '../../assets/ToggleSwitch.css';const t = {
4
- "toggle-switch": "_toggle-switch_1df21_1",
5
- "toggle-switch__visible": "_toggle-switch__visible_1df21_9",
6
- "toggle-switch--disabled": "_toggle-switch--disabled_1df21_54",
7
- "toggle-switch--loading": "_toggle-switch--loading_1df21_64",
8
- "toggle-switch--visually-hidden": "_toggle-switch--visually-hidden_1df21_74",
9
- "toggle-switch--disabled-label": "_toggle-switch--disabled-label_1df21_87",
10
- "toggle-switch--loading-cursor": "_toggle-switch--loading-cursor_1df21_91",
11
- "toggle-switch--extra-left-gap": "_toggle-switch--extra-left-gap_1df21_95"
3
+ import '../../assets/ToggleSwitch.css';const l = {
4
+ "toggle-switch": "_toggle-switch_98blk_1",
5
+ "toggle-switch__visible": "_toggle-switch__visible_98blk_9",
6
+ "toggle-switch--disabled": "_toggle-switch--disabled_98blk_52",
7
+ "toggle-switch--loading": "_toggle-switch--loading_98blk_62",
8
+ "toggle-switch--visually-hidden": "_toggle-switch--visually-hidden_98blk_72",
9
+ "toggle-switch--disabled-label": "_toggle-switch--disabled-label_98blk_85",
10
+ "toggle-switch--loading-cursor": "_toggle-switch--loading-cursor_98blk_89",
11
+ "toggle-switch--extra-left-gap": "_toggle-switch--extra-left-gap_98blk_93"
12
12
  };
13
13
  function n({
14
14
  condition: i,
15
15
  wrapper: g,
16
- children: e
16
+ children: t
17
17
  }) {
18
- return i ? g(e) : e;
18
+ return i ? g(t) : t;
19
19
  }
20
- function f({
20
+ function b({
21
21
  label: i,
22
22
  labelPosition: g = "after",
23
- labelVisible: e = !0,
23
+ labelVisible: t = !0,
24
24
  loading: o = !1,
25
25
  extraLeftGap: d,
26
26
  ...s
27
27
  }) {
28
- const c = /* @__PURE__ */ l(
28
+ const c = /* @__PURE__ */ e(
29
29
  "span",
30
30
  {
31
31
  className: a(
32
- { [t["toggle-switch--visually-hidden"]]: !e },
33
- { [t["toggle-switch--disabled-label"]]: s.disabled }
32
+ { [l["toggle-switch--visually-hidden"]]: !t },
33
+ { [l["toggle-switch--disabled-label"]]: s.disabled }
34
34
  ),
35
35
  children: i
36
36
  }
37
37
  );
38
- return /* @__PURE__ */ l(
38
+ return /* @__PURE__ */ e(
39
39
  n,
40
40
  {
41
41
  condition: o,
42
- wrapper: (h) => /* @__PURE__ */ l("div", { className: t["toggle-switch--loading-cursor"], children: h }),
42
+ wrapper: (h) => /* @__PURE__ */ e("div", { className: l["toggle-switch--loading-cursor"], children: h }),
43
43
  children: /* @__PURE__ */ _(
44
44
  "label",
45
45
  {
46
46
  className: a(
47
- t["toggle-switch"],
48
- { [t["toggle-switch--disabled"]]: s.disabled },
49
- { [t["toggle-switch--loading"]]: o },
50
- { [t["toggle-switch--extra-left-gap"]]: d }
47
+ l["toggle-switch"],
48
+ { [l["toggle-switch--disabled"]]: s.disabled },
49
+ { [l["toggle-switch--loading"]]: o },
50
+ { [l["toggle-switch--extra-left-gap"]]: d }
51
51
  ),
52
52
  children: [
53
53
  g === "before" && c,
54
- /* @__PURE__ */ l("input", { className: t["toggle-switch--visually-hidden"], ...s, type: "checkbox" }),
55
- /* @__PURE__ */ l("span", { className: t["toggle-switch__visible"], title: e ? "" : i }),
54
+ /* @__PURE__ */ e("input", { className: l["toggle-switch--visually-hidden"], ...s, type: "checkbox" }),
55
+ /* @__PURE__ */ e("span", { className: l["toggle-switch__visible"], title: t ? "" : i }),
56
56
  g === "after" && c
57
57
  ]
58
58
  }
@@ -61,6 +61,6 @@ function f({
61
61
  );
62
62
  }
63
63
  export {
64
- f as ToggleSwitch
64
+ b as ToggleSwitch
65
65
  };
66
66
  //# sourceMappingURL=ToggleSwitch.js.map
@@ -1,21 +1,21 @@
1
- import { jsxs as M, jsx as R } from "react/jsx-runtime";
2
- import { useRef as y, useState as E, useCallback as b, useEffect as p } from "react";
3
- import '../../assets/Tooltip.css';const j = "_tooltip_small_g4g5w_8", I = "_tooltip_medium_g4g5w_9", N = "_tooltip_large_g4g5w_10", f = {
4
- "tooltip-container": "_tooltip-container_g4g5w_1",
5
- tooltip_small: j,
6
- tooltip_medium: I,
7
- tooltip_large: N,
8
- "tooltip_under-trigger": "_tooltip_under-trigger_g4g5w_64"
1
+ import { jsxs as B, jsx as R } from "react/jsx-runtime";
2
+ import { useRef as y, useState as E, useCallback as b, useEffect as a } from "react";
3
+ import '../../assets/Tooltip.css';const M = "_tooltip_small_622pq_8", j = "_tooltip_medium_622pq_9", I = "_tooltip_large_622pq_10", f = {
4
+ "tooltip-container": "_tooltip-container_622pq_1",
5
+ tooltip_small: M,
6
+ tooltip_medium: j,
7
+ tooltip_large: I,
8
+ "tooltip_under-trigger": "_tooltip_under-trigger_622pq_64"
9
9
  };
10
- function Y({ element: L, id: _, text: k, size: n = "medium", openUnderTrigger: s = !1 }) {
11
- const l = y(null), c = y(null), [i, o] = E(!1), [d, x] = E({ top: 0, left: 0 }), g = n === "small" && 20 || n === "large" && 35 || 27, m = n === "small" && 25 || n === "large" && 70 || 47, e = b(() => {
10
+ function X({ element: q, id: _, text: L, size: n = "medium", openUnderTrigger: s = !1 }) {
11
+ const l = y(null), c = y(null), [i, o] = E(!1), [d, k] = E({ top: 0, left: 0 }), m = n === "small" && 20 || n === "large" && 35 || 27, g = n === "small" && 25 || n === "large" && 70 || 47, e = b(() => {
12
12
  if (l.current && c.current) {
13
- const t = l.current.getBoundingClientRect(), h = c.current.getBoundingClientRect(), a = window.scrollY, O = window.scrollX;
14
- let r = t.top + a + g - h.height;
15
- const B = t.left + O + m + (t.width - h.width) / 2;
16
- r -= a, r < 0 && (r = t.bottom + a), x({ top: r, left: B });
13
+ const t = l.current.getBoundingClientRect(), h = c.current.getBoundingClientRect(), p = window.scrollY, C = window.scrollX;
14
+ let r = t.top + p + m - h.height;
15
+ const O = t.left + C + g + (t.width - h.width) / 2;
16
+ r -= p, r < 0 && (r = t.bottom + p), k({ top: r, left: O });
17
17
  }
18
- }, [m, g]), u = b(
18
+ }, [g, m]), u = b(
19
19
  (t) => {
20
20
  t.key === "Escape" && o(!1);
21
21
  },
@@ -27,20 +27,20 @@ function Y({ element: L, id: _, text: k, size: n = "medium", openUnderTrigger: s
27
27
  function v() {
28
28
  o(!1);
29
29
  }
30
- function C() {
30
+ function x() {
31
31
  o(!i);
32
32
  }
33
- return p(() => {
33
+ return a(() => {
34
34
  if (!l.current) return;
35
35
  const t = l.current;
36
36
  return t.addEventListener("keyup", u, !0), () => {
37
37
  t.removeEventListener("keyup", u, !0);
38
38
  };
39
- }, [u]), p(() => (e(), window.addEventListener("resize", e), () => {
39
+ }, [u]), a(() => (e(), window.addEventListener("resize", e), () => {
40
40
  window.removeEventListener("resize", e);
41
- }), [e]), p(() => {
41
+ }), [e]), a(() => {
42
42
  i && !s && e();
43
- }, [i, s, e]), /* @__PURE__ */ M(
43
+ }, [i, s, e]), /* @__PURE__ */ B(
44
44
  "div",
45
45
  {
46
46
  className: f["tooltip-container"],
@@ -48,12 +48,12 @@ function Y({ element: L, id: _, text: k, size: n = "medium", openUnderTrigger: s
48
48
  onFocus: w,
49
49
  onMouseEnter: w,
50
50
  onMouseLeave: v,
51
- onMouseUp: C,
51
+ onMouseUp: x,
52
52
  ref: l,
53
53
  role: "button",
54
54
  tabIndex: -1,
55
55
  children: [
56
- /* @__PURE__ */ R("div", { "aria-describedby": i ? _ : void 0, children: L }),
56
+ /* @__PURE__ */ R("div", { "aria-describedby": i ? _ : void 0, children: q }),
57
57
  i && /* @__PURE__ */ R(
58
58
  "span",
59
59
  {
@@ -62,7 +62,7 @@ function Y({ element: L, id: _, text: k, size: n = "medium", openUnderTrigger: s
62
62
  id: _,
63
63
  role: "tooltip",
64
64
  style: s ? {} : { top: d.top, left: d.left },
65
- children: k
65
+ children: L
66
66
  }
67
67
  )
68
68
  ]
@@ -70,6 +70,6 @@ function Y({ element: L, id: _, text: k, size: n = "medium", openUnderTrigger: s
70
70
  );
71
71
  }
72
72
  export {
73
- Y as Tooltip
73
+ X as Tooltip
74
74
  };
75
75
  //# sourceMappingURL=Tooltip.js.map
@@ -1,32 +1,32 @@
1
1
  import { jsxs as l, jsx as a } from "react/jsx-runtime";
2
- import { c as s } from "../../clsx-OuTLNxxd.js";
2
+ import { c as m } from "../../clsx-OuTLNxxd.js";
3
3
  import { Icon as c } from "../Icon/Icon.js";
4
4
  import '../../assets/VarIndicator.css';const i = {
5
- "var-indicator__container": "_var-indicator__container_1bf94_40",
6
- "var-indicator__container--draft": "_var-indicator__container--draft_1bf94_59",
7
- "var-indicator__container--rejected": "_var-indicator__container--rejected_1bf94_60",
8
- "var-indicator__container--submitted": "_var-indicator__container--submitted_1bf94_72",
9
- "var-indicator__container--active": "_var-indicator__container--active_1bf94_83",
10
- "var-indicator__label": "_var-indicator__label_1bf94_94",
11
- "var-indicator__step-container": "_var-indicator__step-container_1bf94_105"
12
- }, v = {
5
+ "var-indicator__container": "_var-indicator__container_1m025_29",
6
+ "var-indicator__container--draft": "_var-indicator__container--draft_1m025_48",
7
+ "var-indicator__container--rejected": "_var-indicator__container--rejected_1m025_49",
8
+ "var-indicator__container--submitted": "_var-indicator__container--submitted_1m025_61",
9
+ "var-indicator__container--active": "_var-indicator__container--active_1m025_72",
10
+ "var-indicator__label": "_var-indicator__label_1m025_83",
11
+ "var-indicator__step-container": "_var-indicator__step-container_1m025_94"
12
+ }, s = {
13
13
  DRAFT: "CircleLarge",
14
14
  REJECTED: "CircleLarge",
15
15
  SUBMITTED: "CircleLargeDotted",
16
16
  ACTIVE: "SignalActive"
17
- }, C = ({ label: t, variant: r = "DRAFT", maxSteps: n, currentStep: e = 1, onClick: o }) => /* @__PURE__ */ l(
17
+ }, E = ({ label: t, variant: r = "DRAFT", maxSteps: n, currentStep: e = 1, onClick: o }) => /* @__PURE__ */ l(
18
18
  "button",
19
19
  {
20
- className: s(i["var-indicator__container"], i[`var-indicator__container--${r.toLowerCase()}`]),
20
+ className: m(i["var-indicator__container"], i[`var-indicator__container--${r.toLowerCase()}`]),
21
21
  onClick: o,
22
22
  children: [
23
- /* @__PURE__ */ a(c, { name: v[r], size: 16 }),
23
+ /* @__PURE__ */ a(c, { name: s[r], size: 16 }),
24
24
  /* @__PURE__ */ a("span", { className: i["var-indicator__label"], children: t[`${r}`] }),
25
25
  n && n > 0 && r === "SUBMITTED" ? Array.from({ length: n }, (_, d) => d + 1).map((_) => /* @__PURE__ */ a("div", { className: i["var-indicator__step-container"], children: /* @__PURE__ */ a(c, { name: _ <= e ? "CircleSmallFilled" : "CircleSmall" }) }, _)) : null
26
26
  ]
27
27
  }
28
28
  );
29
29
  export {
30
- C as VarIndicator
30
+ E as VarIndicator
31
31
  };
32
32
  //# sourceMappingURL=VarIndicator.js.map
@@ -51,7 +51,6 @@ export * from './Spinner';
51
51
  export * from './StatusBadge';
52
52
  export * from './StatusPill';
53
53
  export * from './TextArea';
54
- export * from './Timeline';
55
54
  export * from './ToggleSwitch';
56
55
  export * from './Tooltip';
57
56
  export * from './VarIndicator';
@@ -13,7 +13,7 @@ import { Checkbox as I } from "./Checkbox/Checkbox.js";
13
13
  import { CheckboxButton as h } from "./CheckboxButton/CheckboxButton.js";
14
14
  import { CheckboxButtonBar as P } from "./CheckboxButtonBar/CheckboxButtonBar.js";
15
15
  import { CheckboxTree as y } from "./CheckboxTree/CheckboxTree.js";
16
- import { Chip as T } from "./Chip/Chip.js";
16
+ import { Chip as v } from "./Chip/Chip.js";
17
17
  import { Drawer as w } from "./Drawer/Drawer.js";
18
18
  import { EmptyStateDataDisplay as O } from "./EmptyStateDataDisplay/EmptyStateDataDisplay.js";
19
19
  import { FeedbackBar as H } from "./FeedbackBar/FeedbackBar.js";
@@ -33,14 +33,14 @@ 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-CE20cPhW.js";
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";
40
40
  import { PageOverlay as Ao } from "./PageOverlay/PageOverlay.js";
41
41
  import { Periods as Ro } from "./Periods/Periods.js";
42
42
  import { PeriodSelector as Do } from "./PeriodSelector/PeriodSelector.js";
43
- import { ProgrammeCard as vo } from "./ProgrammeCard/ProgrammeCard.js";
43
+ import { ProgrammeCard as To } from "./ProgrammeCard/ProgrammeCard.js";
44
44
  import { RadioButton as Go } from "./RadioButton/RadioButton.js";
45
45
  import { RadioGroup as Eo } from "./RadioGroup/RadioGroup.js";
46
46
  import { Repeater as zo } from "./Repeater/Repeater.js";
@@ -53,10 +53,9 @@ import { Spinner as $o } from "./Spinner/Spinner.js";
53
53
  import { StatusBadge as rr } from "./StatusBadge/StatusBage.js";
54
54
  import { StatusPill as er } from "./StatusPill/StatusPill.js";
55
55
  import { TextArea as xr } from "./TextArea/TextArea.js";
56
- import { Timeline as fr } from "./Timeline/Timeline.js";
57
- import { ToggleSwitch as ir } from "./ToggleSwitch/ToggleSwitch.js";
58
- import { Tooltip as lr } from "./Tooltip/Tooltip.js";
59
- import { VarIndicator as dr } from "./VarIndicator/VarIndicator.js";
56
+ import { ToggleSwitch as fr } from "./ToggleSwitch/ToggleSwitch.js";
57
+ import { Tooltip as ir } from "./Tooltip/Tooltip.js";
58
+ import { VarIndicator as lr } from "./VarIndicator/VarIndicator.js";
60
59
  export {
61
60
  t as Accordion,
62
61
  p as AccordionCard,
@@ -71,7 +70,7 @@ export {
71
70
  h as CheckboxButton,
72
71
  P as CheckboxButtonBar,
73
72
  y as CheckboxTree,
74
- T as Chip,
73
+ v as Chip,
75
74
  w as Drawer,
76
75
  O as EmptyStateDataDisplay,
77
76
  H as FeedbackBar,
@@ -100,7 +99,7 @@ export {
100
99
  Ao as PageOverlay,
101
100
  Do as PeriodSelector,
102
101
  Ro as Periods,
103
- vo as ProgrammeCard,
102
+ To as ProgrammeCard,
104
103
  Go as RadioButton,
105
104
  Eo as RadioGroup,
106
105
  zo as Repeater,
@@ -114,10 +113,9 @@ export {
114
113
  rr as StatusBadge,
115
114
  er as StatusPill,
116
115
  xr as TextArea,
117
- fr as Timeline,
118
- ir as ToggleSwitch,
119
- lr as Tooltip,
120
- dr as VarIndicator,
116
+ fr as ToggleSwitch,
117
+ ir as Tooltip,
118
+ lr as VarIndicator,
121
119
  Xo as useSelect
122
120
  };
123
121
  //# 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
@@ -13,7 +13,7 @@ import { Checkbox as I } from "./components/Checkbox/Checkbox.js";
13
13
  import { CheckboxButton as h } from "./components/CheckboxButton/CheckboxButton.js";
14
14
  import { CheckboxButtonBar as P } from "./components/CheckboxButtonBar/CheckboxButtonBar.js";
15
15
  import { CheckboxTree as y } from "./components/CheckboxTree/CheckboxTree.js";
16
- import { Chip as T } from "./components/Chip/Chip.js";
16
+ import { Chip as v } from "./components/Chip/Chip.js";
17
17
  import { Drawer as w } from "./components/Drawer/Drawer.js";
18
18
  import { EmptyStateDataDisplay as O } from "./components/EmptyStateDataDisplay/EmptyStateDataDisplay.js";
19
19
  import { FeedbackBar as H } from "./components/FeedbackBar/FeedbackBar.js";
@@ -33,14 +33,14 @@ 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-CE20cPhW.js";
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";
40
40
  import { PageOverlay as Ao } from "./components/PageOverlay/PageOverlay.js";
41
41
  import { Periods as Ro } from "./components/Periods/Periods.js";
42
42
  import { PeriodSelector as Do } from "./components/PeriodSelector/PeriodSelector.js";
43
- import { ProgrammeCard as vo } from "./components/ProgrammeCard/ProgrammeCard.js";
43
+ import { ProgrammeCard as To } from "./components/ProgrammeCard/ProgrammeCard.js";
44
44
  import { RadioButton as Go } from "./components/RadioButton/RadioButton.js";
45
45
  import { RadioGroup as Eo } from "./components/RadioGroup/RadioGroup.js";
46
46
  import { Repeater as zo } from "./components/Repeater/Repeater.js";
@@ -53,10 +53,9 @@ import { Spinner as $o } from "./components/Spinner/Spinner.js";
53
53
  import { StatusBadge as rr } from "./components/StatusBadge/StatusBage.js";
54
54
  import { StatusPill as er } from "./components/StatusPill/StatusPill.js";
55
55
  import { TextArea as xr } from "./components/TextArea/TextArea.js";
56
- import { Timeline as fr } from "./components/Timeline/Timeline.js";
57
- import { ToggleSwitch as ir } from "./components/ToggleSwitch/ToggleSwitch.js";
58
- import { Tooltip as lr } from "./components/Tooltip/Tooltip.js";
59
- import { VarIndicator as dr } from "./components/VarIndicator/VarIndicator.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";
60
59
  export {
61
60
  t as Accordion,
62
61
  p as AccordionCard,
@@ -71,7 +70,7 @@ export {
71
70
  h as CheckboxButton,
72
71
  P as CheckboxButtonBar,
73
72
  y as CheckboxTree,
74
- T as Chip,
73
+ v as Chip,
75
74
  w as Drawer,
76
75
  O as EmptyStateDataDisplay,
77
76
  H as FeedbackBar,
@@ -100,7 +99,7 @@ export {
100
99
  Ao as PageOverlay,
101
100
  Do as PeriodSelector,
102
101
  Ro as Periods,
103
- vo as ProgrammeCard,
102
+ To as ProgrammeCard,
104
103
  Go as RadioButton,
105
104
  Eo as RadioGroup,
106
105
  zo as Repeater,
@@ -114,10 +113,9 @@ export {
114
113
  rr as StatusBadge,
115
114
  er as StatusPill,
116
115
  xr as TextArea,
117
- fr as Timeline,
118
- ir as ToggleSwitch,
119
- lr as Tooltip,
120
- dr as VarIndicator,
116
+ fr as ToggleSwitch,
117
+ ir as Tooltip,
118
+ lr as VarIndicator,
121
119
  Xo as useSelect
122
120
  };
123
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
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": "3.19.2",
5
+ "version": "3.19.4",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -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