@uva-glass/component-library 3.0.3 → 3.0.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 (114) hide show
  1. package/dist/{Lexical.prod-CQl7J8uU.js → Lexical.prod-CZAqLAjm.js} +32 -32
  2. package/dist/Lexical.prod-CZAqLAjm.js.map +1 -0
  3. package/dist/{LexicalClipboard.prod-C48GDxiy.js → LexicalClipboard.prod-B0GrUtzr.js} +16 -16
  4. package/dist/{LexicalClipboard.prod-C48GDxiy.js.map → LexicalClipboard.prod-B0GrUtzr.js.map} +1 -1
  5. package/dist/{LexicalComposerContext.prod-DxxjdrXB.js → LexicalComposerContext.prod-BCXERl09.js} +6 -7
  6. package/dist/{LexicalComposerContext.prod-DxxjdrXB.js.map → LexicalComposerContext.prod-BCXERl09.js.map} +1 -1
  7. package/dist/{LexicalLink.prod-D8-zZW0o.js → LexicalLink.prod-kqeQGYSo.js} +13 -13
  8. package/dist/LexicalLink.prod-kqeQGYSo.js.map +1 -0
  9. package/dist/{LexicalList.prod-B4_DTbPB.js → LexicalList.prod-BEKqHUO2.js} +10 -10
  10. package/dist/LexicalList.prod-BEKqHUO2.js.map +1 -0
  11. package/dist/{LexicalSelection.prod-BU3GAQB4.js → LexicalSelection.prod-B1DTqn9H.js} +14 -14
  12. package/dist/{LexicalSelection.prod-BU3GAQB4.js.map → LexicalSelection.prod-B1DTqn9H.js.map} +1 -1
  13. package/dist/{LexicalTable.prod-BvJxbarH.js → LexicalTable.prod-DtAMjSWg.js} +24 -24
  14. package/dist/{LexicalTable.prod-BvJxbarH.js.map → LexicalTable.prod-DtAMjSWg.js.map} +1 -1
  15. package/dist/{LexicalUtils.prod-D9KKqgU7.js → LexicalUtils.prod-C-NXnTzK.js} +3 -3
  16. package/dist/{LexicalUtils.prod-D9KKqgU7.js.map → LexicalUtils.prod-C-NXnTzK.js.map} +1 -1
  17. package/dist/{SortableProvider-RaH_ZXB3.js → SortableProvider-Ck_XnBVq.js} +10 -10
  18. package/dist/{SortableProvider-RaH_ZXB3.js.map → SortableProvider-Ck_XnBVq.js.map} +1 -1
  19. package/dist/{TablePlugin-CPEwD-wi.js → TablePlugin-DkL40qIf.js} +54 -55
  20. package/dist/{TablePlugin-CPEwD-wi.js.map → TablePlugin-DkL40qIf.js.map} +1 -1
  21. package/dist/__mocks__/fileMock.d.ts +2 -0
  22. package/dist/__mocks__/svgrMock.d.ts +3 -0
  23. package/dist/__mocks__/svgrMock.js +10 -0
  24. package/dist/__mocks__/svgrMock.js.map +1 -0
  25. package/dist/client-CTOhtEms.js +33 -0
  26. package/dist/client-CTOhtEms.js.map +1 -0
  27. package/dist/components/AccordionCard/AccordionCard.stories.js +1 -1
  28. package/dist/components/Buttons/Button.stories.js +2 -2
  29. package/dist/components/Buttons/LinkButton.stories.js +2 -2
  30. package/dist/components/Buttons/MenuButton.stories.js +2 -2
  31. package/dist/components/Checkbox/Checkbox.stories.js +1 -1
  32. package/dist/components/CheckboxButton/CheckboxButton.stories.js +1 -1
  33. package/dist/components/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
  34. package/dist/components/CheckboxTree/CheckboxTree.js +2 -2
  35. package/dist/components/CheckboxTree/CheckboxTree.stories.js +11 -11
  36. package/dist/components/Chip/Chip.stories.js +1 -1
  37. package/dist/components/Drawer/Drawer.stories.js +1 -1
  38. package/dist/components/FormInput/FormInput.js +3 -3
  39. package/dist/components/FormInput/FormInput.stories.js +1 -1
  40. package/dist/components/IconButton/IconButton.stories.js +1 -1
  41. package/dist/components/InputField/InputField.stories.js +3 -3
  42. package/dist/components/Label/Label.test.d.ts +0 -0
  43. package/dist/components/Label/Label.test.js +4257 -0
  44. package/dist/components/Label/Label.test.js.map +1 -0
  45. package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
  46. package/dist/components/MultiSelect/MultiSelect.js +1 -1
  47. package/dist/components/MultiSelect/MultiSelect.stories.js +2 -2
  48. package/dist/components/MultiSelect/components/MultiSelectHeader.js +2 -2
  49. package/dist/components/MultiSelect/index.js +1 -1
  50. package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
  51. package/dist/components/OverlayStepBar/OverlayStepBar.js +2 -2
  52. package/dist/components/PeriodSelector/PeriodSelector.js +2 -2
  53. package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
  54. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +4 -4
  55. package/dist/components/Repeater/Repeater.stories.js +1 -1
  56. package/dist/components/RteEditor/EditorHeader/EditorHeader.js +2 -2
  57. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +2 -2
  58. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +4 -4
  59. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +3 -3
  60. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
  61. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +19 -19
  62. package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
  63. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +4 -4
  64. package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +4 -4
  65. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +2 -2
  66. package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +1 -1
  67. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +5 -5
  68. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +15 -15
  69. package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
  70. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +4 -4
  71. package/dist/components/RteEditor/Plugins/index.js +1 -1
  72. package/dist/components/RteEditor/Providers/LanguageProvider.js +3 -3
  73. package/dist/components/RteEditor/RteEditor.js +408 -408
  74. package/dist/components/RteEditor/RteEditor.js.map +1 -1
  75. package/dist/components/RteEditor/helpers.js +4 -4
  76. package/dist/components/RteEditor/hooks/components/Flyout.js +12 -13
  77. package/dist/components/RteEditor/hooks/components/Flyout.js.map +1 -1
  78. package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
  79. package/dist/components/SelectListbox/SelectListbox.js +8 -9
  80. package/dist/components/SelectListbox/SelectListbox.js.map +1 -1
  81. package/dist/components/SelectListbox/SelectProvider.js +3 -3
  82. package/dist/components/Sortable/Sortable.js +1 -1
  83. package/dist/components/Sortable/Sortable.stories.js +1 -1
  84. package/dist/components/Sortable/SortableProvider.js +1 -1
  85. package/dist/components/Sortable/actions.js +8 -8
  86. package/dist/components/Sortable/components/SortableContainer.js +1 -1
  87. package/dist/components/Sortable/components/SortableItem.js +1 -1
  88. package/dist/components/Spinner/Spinner.js +11 -12
  89. package/dist/components/Spinner/Spinner.js.map +1 -1
  90. package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
  91. package/dist/components/index.js +1 -1
  92. package/dist/{helpers-C_Mib4v3.js → helpers-DYmWlhgC.js} +15 -15
  93. package/dist/{helpers-C_Mib4v3.js.map → helpers-DYmWlhgC.js.map} +1 -1
  94. package/dist/index-BqHyOZsF.js +10322 -0
  95. package/dist/index-BqHyOZsF.js.map +1 -0
  96. package/dist/{index-Sh2oo6_C.js → index-DkNZhwJb.js} +399 -392
  97. package/dist/index-DkNZhwJb.js.map +1 -0
  98. package/dist/index.js +1 -1
  99. package/dist/react-18-CcyoHPTJ.js +38 -0
  100. package/dist/react-18-CcyoHPTJ.js.map +1 -0
  101. package/dist/setupTests.d.ts +0 -0
  102. package/dist/setupTests.js +1573 -0
  103. package/dist/setupTests.js.map +1 -0
  104. package/dist/storybook__react.d.js +538 -1657
  105. package/dist/storybook__react.d.js.map +1 -1
  106. package/dist/test-utils-CTqdUiUm.js +1126 -0
  107. package/dist/test-utils-CTqdUiUm.js.map +1 -0
  108. package/package.json +47 -28
  109. package/dist/Lexical.prod-CQl7J8uU.js.map +0 -1
  110. package/dist/LexicalLink.prod-D8-zZW0o.js.map +0 -1
  111. package/dist/LexicalList.prod-B4_DTbPB.js.map +0 -1
  112. package/dist/index-Sh2oo6_C.js.map +0 -1
  113. package/dist/react-18-C9Y1Flwa.js +0 -65
  114. package/dist/react-18-C9Y1Flwa.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svgrMock.js","sources":["../../src/__mocks__/svgrMock.tsx"],"sourcesContent":["import { forwardRef } from 'react';\r\n\r\nconst SvgrMock = forwardRef<HTMLSpanElement>((props, ref) => <span ref={ref} {...props} />);\r\nSvgrMock.displayName = 'SvgrMock';\r\n\r\nexport const ReactComponent = SvgrMock;\r\n// eslint-disable-next-line import/no-default-export\r\nexport default SvgrMock;\r\n"],"names":["SvgrMock","forwardRef","props","ref","ReactComponent"],"mappings":";;AAEM,MAAAA,IAAWC,EAA4B,CAACC,GAAOC,wBAAS,QAAK,EAAA,KAAAA,GAAW,GAAGD,GAAO,CAAE;AAC1FF,EAAS,cAAc;AAEhB,MAAMI,IAAiBJ;"}
@@ -0,0 +1,33 @@
1
+ import u from "react-dom";
2
+ var t = {}, i;
3
+ function l() {
4
+ if (i) return t;
5
+ i = 1;
6
+ var e = u;
7
+ if (process.env.NODE_ENV === "production")
8
+ t.createRoot = e.createRoot, t.hydrateRoot = e.hydrateRoot;
9
+ else {
10
+ var r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
11
+ t.createRoot = function(n, o) {
12
+ r.usingClientEntryPoint = !0;
13
+ try {
14
+ return e.createRoot(n, o);
15
+ } finally {
16
+ r.usingClientEntryPoint = !1;
17
+ }
18
+ }, t.hydrateRoot = function(n, o, a) {
19
+ r.usingClientEntryPoint = !0;
20
+ try {
21
+ return e.hydrateRoot(n, o, a);
22
+ } finally {
23
+ r.usingClientEntryPoint = !1;
24
+ }
25
+ };
26
+ }
27
+ return t;
28
+ }
29
+ var c = l();
30
+ export {
31
+ c
32
+ };
33
+ //# sourceMappingURL=client-CTOhtEms.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-CTOhtEms.js","sources":["../node_modules/react-dom/client.js"],"sourcesContent":["'use strict';\n\nvar m = require('react-dom');\nif (process.env.NODE_ENV === 'production') {\n exports.createRoot = m.createRoot;\n exports.hydrateRoot = m.hydrateRoot;\n} else {\n var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n exports.createRoot = function(c, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.createRoot(c, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n exports.hydrateRoot = function(c, h, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.hydrateRoot(c, h, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n}\n"],"names":["m","require$$0","client","i","c","h","o"],"mappings":";;;;;AAEA,MAAIA,IAAIC;AACR,MAAI,QAAQ,IAAI,aAAa;AAC3B,IAAAC,EAAkB,aAAGF,EAAE,YACvBE,EAAmB,cAAGF,EAAE;AAAA,OACnB;AACL,QAAIG,IAAIH,EAAE;AACV,IAAAE,eAAqB,SAASE,GAAG,GAAG;AAClC,MAAAD,EAAE,wBAAwB;AAC1B,UAAI;AACF,eAAOH,EAAE,WAAWI,GAAG,CAAC;AAAA,MAC9B,UAAc;AACR,QAAAD,EAAE,wBAAwB;AAAA,MAChC;AAAA,IACG,GACDD,EAAA,cAAsB,SAASE,GAAGC,GAAGC,GAAG;AACtC,MAAAH,EAAE,wBAAwB;AAC1B,UAAI;AACF,eAAOH,EAAE,YAAYI,GAAGC,GAAGC,CAAC;AAAA,MAClC,UAAc;AACR,QAAAH,EAAE,wBAAwB;AAAA,MAChC;AAAA,IACG;AAAA,EACH;;;;","x_google_ignoreList":[0]}
@@ -1,4 +1,4 @@
1
- import { jsxs as i, jsx as e } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as i } from "react/jsx-runtime";
2
2
  import { AccordionCard as n } from "./AccordionCard.js";
3
3
  import { Container as t } from "../../storyComponents/Container/Container.js";
4
4
  const r = "<AccordionCard title={title} content={content}/>", p = {
@@ -1,5 +1,5 @@
1
- import { jsxs as a, Fragment as s, jsx as t } from "react/jsx-runtime";
2
- import { f as l } from "../../index-Sh2oo6_C.js";
1
+ import { jsx as t, jsxs as a, Fragment as s } from "react/jsx-runtime";
2
+ import { f as l } from "../../index-DkNZhwJb.js";
3
3
  import { Button as n } from "./Button.js";
4
4
  const c = "<Button variant={variant} onClick={onClictFunction}>{children}</Button>", h = {
5
5
  title: "Atoms/Buttons/Button",
@@ -1,5 +1,5 @@
1
- import { jsxs as a, Fragment as l, jsx as t } from "react/jsx-runtime";
2
- import { f as s } from "../../index-Sh2oo6_C.js";
1
+ import { jsx as t, jsxs as a, Fragment as l } from "react/jsx-runtime";
2
+ import { f as s } from "../../index-DkNZhwJb.js";
3
3
  import { BrowserRouter as c } from "react-router";
4
4
  import { LinkButton as n } from "./LinkButton.js";
5
5
  const d = `
@@ -1,5 +1,5 @@
1
- import { jsxs as s, Fragment as l, jsx as n } from "react/jsx-runtime";
2
- import { f as c } from "../../index-Sh2oo6_C.js";
1
+ import { jsx as n, jsxs as s, Fragment as l } from "react/jsx-runtime";
2
+ import { f as c } from "../../index-DkNZhwJb.js";
3
3
  import { MenuButton as t } from "./MenuButton.js";
4
4
  const d = `
5
5
  // Has all LabelHTMLAttributes props available except "className" and "style"
@@ -1,5 +1,5 @@
1
1
  import { jsxs as g, jsx as o } from "react/jsx-runtime";
2
- import { f as e } from "../../index-Sh2oo6_C.js";
2
+ import { f as e } from "../../index-DkNZhwJb.js";
3
3
  import { Checkbox as n } from "./Checkbox.js";
4
4
  import { FormField as t } from "../FormField/FormField.js";
5
5
  import { Label as i } from "../Label/Label.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { f as n } from "../../index-Sh2oo6_C.js";
2
+ import { f as n } from "../../index-DkNZhwJb.js";
3
3
  import { CheckboxButton as o } from "./CheckboxButton.js";
4
4
  const a = "<CheckboxButton label={} value={} isChecked={} variant={} disabled={} notValid={} onSetValue={} key={} />", b = {
5
5
  title: "Atoms/CheckboxButton",
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { f as l } from "../../index-Sh2oo6_C.js";
2
+ import { f as l } from "../../index-DkNZhwJb.js";
3
3
  import { CheckboxButtonBar as e } from "./CheckboxButtonBar.js";
4
4
  const a = "<CheckboxButtonBar checkboxes={} defaultValues={} label={} labelPosition={} required={} notValidatedText={} disableGroup={} onSetValues={} />", i = {
5
5
  title: "Molecules/CheckboxButtonBar",
@@ -17,7 +17,7 @@ import "../IconButton/IconButton.js";
17
17
  import "../Input/Input.js";
18
18
  import "../InputField/InputField.js";
19
19
  import "react-router";
20
- import "../../TablePlugin-CPEwD-wi.js";
20
+ import "../../TablePlugin-DkL40qIf.js";
21
21
  import "../RteEditor/Providers/LanguageProvider.js";
22
22
  import "../RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
23
23
  import "../RteEditor/hooks/components/Flyout.js";
@@ -25,7 +25,7 @@ import "../../index-B3c5pcHk.js";
25
25
  import "../SelectListbox/SelectListbox.js";
26
26
  import "../SelectListbox/SelectProvider.js";
27
27
  import "../Sortable/components/SortableItem.js";
28
- import "../../SortableProvider-RaH_ZXB3.js";
28
+ import "../../SortableProvider-Ck_XnBVq.js";
29
29
  import { useResponsive as L } from "../hooks/useResponsive.js";
30
30
  import '../../assets/CheckboxTree.css';const s = {
31
31
  "checkbox-tree__header": "_checkbox-tree__header_3w3rj_1",
@@ -1,5 +1,5 @@
1
1
  import { jsx as g, jsxs as x } from "react/jsx-runtime";
2
- import { j as S, G as D, f as V } from "../../index-Sh2oo6_C.js";
2
+ import { j as S, z as D, f as V } from "../../index-DkNZhwJb.js";
3
3
  import { s as f } from "../../index-2mUSc_Ki.js";
4
4
  import { useState as v } from "react";
5
5
  import { CheckboxTree as y } from "./CheckboxTree.js";
@@ -55,7 +55,7 @@ function _(e, t = {}) {
55
55
  };
56
56
  return o.isAction = !0, o.implicit = t.implicit, o;
57
57
  }
58
- const K = (e, t, n) => {
58
+ const z = (e, t, n) => {
59
59
  const o = Array.from({ length: t }, (i, a) => a + 1), c = (i) => {
60
60
  const a = Math.ceil(parseInt(i) / n), l = a === n ? "" : `.${parseInt(i) % n || n}`;
61
61
  return `${a}${l}`;
@@ -74,26 +74,26 @@ const K = (e, t, n) => {
74
74
  itemValue: String(s[l].itemValue)
75
75
  })), i;
76
76
  }, []);
77
- }, z = 7, L = 3, C = K(
77
+ }, K = 7, L = 3, C = z(
78
78
  ["1", "2", "3", "4", "5", "6", "7"],
79
- z,
79
+ K,
80
80
  L
81
- ), G = "<CheckboxTree title={} checkboxTree={} selectedValues={} onChange={} />", oe = {
81
+ ), H = "<CheckboxTree title={} checkboxTree={} selectedValues={} onChange={} />", oe = {
82
82
  title: "Organisms/CheckboxTree",
83
83
  component: y,
84
84
  parameters: {
85
85
  inspectComponent: y,
86
- codeString: G
86
+ codeString: H
87
87
  }
88
- }, H = (e) => /* @__PURE__ */ g(y, { ...e }), J = H.bind({});
89
- J.args = {
88
+ }, J = (e) => /* @__PURE__ */ g(y, { ...e }), Y = J.bind({});
89
+ Y.args = {
90
90
  title: "Periode",
91
91
  checkboxTree: C,
92
92
  // eslint-disable-next-line @typescript-eslint/no-magic-numbers
93
93
  selectedValues: ["3", "4"],
94
94
  onChange: V()
95
95
  };
96
- const u = 3, Y = (e) => {
96
+ const u = 3, G = (e) => {
97
97
  const t = Math.ceil(parseInt(e) / u), n = t === u ? "" : `.${parseInt(e) % u || u}`;
98
98
  return `${t}${n}`;
99
99
  }, X = (e) => {
@@ -112,7 +112,7 @@ const u = 3, Y = (e) => {
112
112
  /* @__PURE__ */ g("div", { style: { display: "flex", flexWrap: "wrap", gap: "0.5rem", width: "100%", marginBottom: "1rem" }, children: e && e.map((c, s) => /* @__PURE__ */ g(
113
113
  I,
114
114
  {
115
- label: Y(c),
115
+ label: G(c),
116
116
  onDelete: n
117
117
  },
118
118
  `${s}_${c}`
@@ -129,7 +129,7 @@ const u = 3, Y = (e) => {
129
129
  ] });
130
130
  };
131
131
  export {
132
- J as CheckboxTreeExample,
132
+ Y as CheckboxTreeExample,
133
133
  re as CheckboxTreeWithChips,
134
134
  oe as default
135
135
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import { f as t } from "../../index-Sh2oo6_C.js";
2
+ import { f as t } from "../../index-DkNZhwJb.js";
3
3
  import { Chip as e } from "./Chip.js";
4
4
  const s = "<Chip label={string} onDelete={onDeleteFunction(label)}/>", b = {
5
5
  title: "Atoms/Chip",
@@ -1,6 +1,6 @@
1
1
  import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
2
  import { OverlayProvider as p } from "@react-aria/overlays";
3
- import { f as m } from "../../index-Sh2oo6_C.js";
3
+ import { f as m } from "../../index-DkNZhwJb.js";
4
4
  import { useState as c } from "react";
5
5
  import { Drawer as r } from "./Drawer.js";
6
6
  import { Button as o } from "../Buttons/Button.js";
@@ -1,4 +1,4 @@
1
- import { jsx as t, jsxs as c, Fragment as b } from "react/jsx-runtime";
1
+ import { jsxs as c, jsx as t, Fragment as b } from "react/jsx-runtime";
2
2
  import { c as g } from "../../clsx-OuTLNxxd.js";
3
3
  import "react";
4
4
  import "../Buttons/Button.js";
@@ -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-CPEwD-wi.js";
19
+ import "../../TablePlugin-DkL40qIf.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-B3c5pcHk.js";
24
24
  import "../SelectListbox/SelectListbox.js";
25
25
  import "../SelectListbox/SelectProvider.js";
26
26
  import "../Sortable/components/SortableItem.js";
27
- import "../../SortableProvider-RaH_ZXB3.js";
27
+ import "../../SortableProvider-Ck_XnBVq.js";
28
28
  import '../../assets/FormInput.css';const o = {
29
29
  "form-input__container": "_form-input__container_g2j8x_1",
30
30
  "form-input__container--label-left": "_form-input__container--label-left_g2j8x_7",
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { f as i } from "../../index-Sh2oo6_C.js";
2
+ import { f as i } from "../../index-DkNZhwJb.js";
3
3
  import { FormInput as a } from "./FormInput.js";
4
4
  import { SelectListbox as o } from "../SelectListbox/SelectListbox.js";
5
5
  const m = `
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { f as r } from "../../index-Sh2oo6_C.js";
2
+ import { f as r } from "../../index-DkNZhwJb.js";
3
3
  import { IconButton as t } from "./IconButton.js";
4
4
  import { Icon as i } from "../Icon/Icon.js";
5
5
  const l = `<IconButton variant={variant} aria-label={aria-label} onClick={onClickFunction}>
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { useState as d, useRef as g } from "react";
3
- import { f as p } from "../../index-Sh2oo6_C.js";
3
+ import { f as p } from "../../index-DkNZhwJb.js";
4
4
  import { InputField as o } from "./InputField.js";
5
5
  import { Container as u } from "../../storyComponents/Container/Container.js";
6
6
  import { Icon as f } from "../Icon/Icon.js";
@@ -16,7 +16,7 @@ import "../GridRow/GridRow.js";
16
16
  import "../IconButton/IconButton.js";
17
17
  import "../Input/Input.js";
18
18
  import "react-router";
19
- import "../../TablePlugin-CPEwD-wi.js";
19
+ import "../../TablePlugin-DkL40qIf.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-B3c5pcHk.js";
24
24
  import "../SelectListbox/SelectListbox.js";
25
25
  import "../SelectListbox/SelectProvider.js";
26
26
  import "../Sortable/components/SortableItem.js";
27
- import "../../SortableProvider-RaH_ZXB3.js";
27
+ import "../../SortableProvider-Ck_XnBVq.js";
28
28
  const C = `
29
29
  // Has all HTMLInputElement props available except "className" and "style"
30
30
  <InputField aria-labelledby={aria-labelledby} id={id} onChange={onChangeFunction}
File without changes