@iress-oss/ids-components 5.13.1 → 5.14.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.
Files changed (220) hide show
  1. package/dist/{AutocompleteNoResults-Bk7q5K89.js → AutocompleteNoResults-D-7ik_op.js} +1 -1
  2. package/dist/{ComboboxHiddenInput-BRgHrfvH.js → ComboboxHiddenInput-Bo5hqUzo.js} +6 -6
  3. package/dist/{FieldAppendToLabel-B7A85TG1.js → FieldAppendToLabel-kSkgzhQp.js} +4 -4
  4. package/dist/{InputBase-K0leqZnv.js → InputBase-2wLvSYMJ.js} +2 -2
  5. package/dist/Loading.module-nxv4vxd0.js +13 -0
  6. package/dist/LoadingSuspense-BDiikfSh.js +5691 -0
  7. package/dist/LogoFromSrc-RCkIBALM.js +59 -0
  8. package/dist/MenuItem.module-C1hy3JLs.js +24 -0
  9. package/dist/Popover.module-BVuEALLH.js +11 -0
  10. package/dist/{SelectControl-415DMBPp.js → SelectControl-ebML3vaP.js} +2 -2
  11. package/dist/{SliderTicks-B6vu-MUH.js → SliderTicks-Bvc90tyk.js} +2 -2
  12. package/dist/TabSet.module-DLn6e1BG.js +13 -0
  13. package/dist/Table.module-CztzYVfs.js +32 -0
  14. package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
  15. package/dist/components/Alert/Alert.js +2 -2
  16. package/dist/components/Alert/index.js +1 -1
  17. package/dist/components/Autocomplete/Autocomplete.js +3 -3
  18. package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
  19. package/dist/components/Autocomplete/index.js +1 -1
  20. package/dist/components/Badge/Badge.js +5 -5
  21. package/dist/components/Button/Button.js +3 -3
  22. package/dist/components/Button/CloseButton/CloseButton.js +2 -2
  23. package/dist/components/Button/index.js +1 -1
  24. package/dist/components/ButtonGroup/ButtonGroup.js +3 -3
  25. package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +2 -2
  26. package/dist/components/ButtonGroup/index.js +1 -1
  27. package/dist/components/Card/helpers/composeIDSCard.js +1 -1
  28. package/dist/components/Checkbox/Checkbox.js +2 -2
  29. package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
  30. package/dist/components/Checkbox/index.js +1 -1
  31. package/dist/components/CheckboxGroup/CheckboxGroup.js +7 -7
  32. package/dist/components/CheckboxMark/CheckboxMark.js +1 -1
  33. package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
  34. package/dist/components/Col/Col.js +1 -1
  35. package/dist/components/Combobox/Combobox.js +3 -3
  36. package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +3 -3
  37. package/dist/components/Combobox/components/ComboboxHiddenInput.js +2 -2
  38. package/dist/components/Combobox/components/ComboboxResults.js +6 -6
  39. package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +3 -3
  40. package/dist/components/Combobox/index.js +1 -1
  41. package/dist/components/Container/Container.js +1 -1
  42. package/dist/components/Divider/Divider.js +1 -1
  43. package/dist/components/Expander/Expander.js +2 -2
  44. package/dist/components/Field/Field.js +2 -2
  45. package/dist/components/Field/FieldGroup/FieldGroup.js +3 -3
  46. package/dist/components/Field/components/FieldAppendToLabel.js +4 -4
  47. package/dist/components/Filter/Filter.js +3 -3
  48. package/dist/components/Filter/components/FilterResetButton.js +3 -3
  49. package/dist/components/Filter/components/FilterSearch.js +3 -3
  50. package/dist/components/Filter/index.js +1 -1
  51. package/dist/components/Form/Form.js +1 -1
  52. package/dist/components/Form/FormField/FormField.js +3 -3
  53. package/dist/components/Form/FormField/FormFieldset.js +3 -3
  54. package/dist/components/Form/HookForm/HookForm.js +2 -2
  55. package/dist/components/Form/components/FormValidationSummary.js +1 -1
  56. package/dist/components/Form/index.js +1 -1
  57. package/dist/components/Hide/Hide.js +2 -2
  58. package/dist/components/Hide/helpers/composeHideClasses.js +5 -5
  59. package/dist/components/Hide/index.js +1 -1
  60. package/dist/components/Icon/Icon.js +3 -3
  61. package/dist/components/Icon/index.js +1 -1
  62. package/dist/components/Inline/Inline.js +3 -3
  63. package/dist/components/Inline/index.js +1 -1
  64. package/dist/components/Input/ClearButton/ClearButton.js +1 -1
  65. package/dist/components/Input/Input.js +3 -3
  66. package/dist/components/Input/InputBase/InputBase.js +2 -2
  67. package/dist/components/Input/index.js +1 -1
  68. package/dist/components/InputCurrency/InputCurrency.js +1 -1
  69. package/dist/components/InputCurrency/index.js +1 -1
  70. package/dist/components/Label/LabelBase/LabelBase.js +2 -2
  71. package/dist/components/Menu/Menu.js +1 -1
  72. package/dist/components/Menu/MenuDivider/MenuDivider.js +3 -3
  73. package/dist/components/Menu/MenuHeading/MenuHeading.js +3 -3
  74. package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
  75. package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +2 -2
  76. package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
  77. package/dist/components/Menu/MenuText/MenuText.js +4 -4
  78. package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
  79. package/dist/components/Menu/hooks/useMenuStyles.js +4 -4
  80. package/dist/components/Menu/index.js +1 -1
  81. package/dist/components/Modal/Modal.js +3 -3
  82. package/dist/components/Modal/hooks/useModal.js +17 -14
  83. package/dist/components/Modal/index.js +1 -1
  84. package/dist/components/Navbar/Navbar.js +3 -3
  85. package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
  86. package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
  87. package/dist/components/Navbar/components/NavbarLogo.js +3 -3
  88. package/dist/components/Navbar/index.js +1 -1
  89. package/dist/components/Panel/Panel.js +1 -1
  90. package/dist/components/Placeholder/Placeholder.js +2 -2
  91. package/dist/components/Popover/InputPopover/InputPopover.js +37 -35
  92. package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
  93. package/dist/components/Popover/InputPopover/InputPopoverProvider.js +55 -53
  94. package/dist/components/Popover/Popover.js +40 -38
  95. package/dist/components/Popover/PopoverProvider.js +47 -45
  96. package/dist/components/Popover/components/NestedPopoverActivator.js +9 -0
  97. package/dist/components/Popover/components/PopoverActivator.js +2 -2
  98. package/dist/components/Popover/components/PopoverContent.js +3 -3
  99. package/dist/components/Popover/helpers/composeFloatingProps.js +26 -22
  100. package/dist/components/Popover/helpers/handlePopoverTabKey.js +16 -13
  101. package/dist/components/Popover/helpers/waitUntilTrue.js +12 -0
  102. package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +25 -17
  103. package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
  104. package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
  105. package/dist/components/Progress/Progress.js +2 -2
  106. package/dist/components/Radio/Radio.js +2 -2
  107. package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
  108. package/dist/components/Radio/index.js +1 -1
  109. package/dist/components/RadioGroup/RadioGroup.js +4 -4
  110. package/dist/components/Readonly/Readonly.js +4 -4
  111. package/dist/components/Readonly/index.js +1 -1
  112. package/dist/components/RichSelect/RichSelect.js +2 -2
  113. package/dist/components/RichSelect/SelectBody/SelectBody.js +5 -5
  114. package/dist/components/RichSelect/SelectCreate/SelectCreate.js +3 -3
  115. package/dist/components/RichSelect/SelectHeading/SelectHeading.js +3 -3
  116. package/dist/components/RichSelect/SelectLabel/SelectLabel.js +2 -2
  117. package/dist/components/RichSelect/SelectMenu/SelectMenu.js +3 -3
  118. package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +3 -3
  119. package/dist/components/RichSelect/SelectSearch/SelectSearch.js +3 -3
  120. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +2 -2
  121. package/dist/components/RichSelect/SelectTags/SelectTags.js +3 -3
  122. package/dist/components/RichSelect/components/SelectActivator.js +1 -1
  123. package/dist/components/RichSelect/components/SelectOptions.js +3 -3
  124. package/dist/components/RichSelect/index.js +1 -1
  125. package/dist/components/Row/Row.js +3 -3
  126. package/dist/components/Row/index.js +1 -1
  127. package/dist/components/Select/Select.js +3 -3
  128. package/dist/components/Select/components/SelectControl.js +2 -2
  129. package/dist/components/Select/components/SelectReadonly.js +3 -3
  130. package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
  131. package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
  132. package/dist/components/Select/index.js +1 -1
  133. package/dist/components/Skeleton/Skeleton.js +3 -3
  134. package/dist/components/SkipLink/SkipLink.js +2 -2
  135. package/dist/components/Slideout/Slideout.js +3 -3
  136. package/dist/components/Slideout/components/SlideoutInner.js +2 -2
  137. package/dist/components/Slideout/hooks/useSlideout.js +17 -14
  138. package/dist/components/Slideout/index.js +1 -1
  139. package/dist/components/Slider/Slider.js +3 -3
  140. package/dist/components/Slider/components/SliderTicks.js +2 -2
  141. package/dist/components/Slider/index.js +1 -1
  142. package/dist/components/Spinner/Spinner.js +2 -2
  143. package/dist/components/Spinner/index.js +1 -1
  144. package/dist/components/Stack/Stack.js +1 -1
  145. package/dist/components/TabSet/Tab/Tab.js +2 -2
  146. package/dist/components/TabSet/TabSet.js +3 -3
  147. package/dist/components/TabSet/components/TabSetItem.js +2 -2
  148. package/dist/components/Table/Table.js +3 -3
  149. package/dist/components/Table/TableBody/TableBody.js +16 -16
  150. package/dist/components/Table/components/TableEmpty.js +1 -1
  151. package/dist/components/Table/components/TableHeader.js +1 -1
  152. package/dist/components/Table/components/TableHeaderCell.js +2 -2
  153. package/dist/components/Table/components/TableSortButton.js +4 -4
  154. package/dist/components/Table/hooks/useIDSTableColumnStyles.js +2 -2
  155. package/dist/components/Table/index.js +1 -1
  156. package/dist/components/Tag/Tag.js +2 -2
  157. package/dist/components/Tag/TagInput/TagInput.js +1 -1
  158. package/dist/components/Tag/components/TagListInput/TagListInput.js +2 -2
  159. package/dist/components/Tag/index.js +1 -1
  160. package/dist/components/Text/Text.js +1 -1
  161. package/dist/components/Toaster/Toast/Toast.js +2 -2
  162. package/dist/components/Toaster/Toast/ToastAnimated.js +3 -3
  163. package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
  164. package/dist/components/Toaster/Toaster.js +4 -4
  165. package/dist/components/Toaster/ToasterProvider.js +1 -1
  166. package/dist/components/Toaster/hooks/useToaster.js +1 -1
  167. package/dist/components/Toaster/index.js +1 -1
  168. package/dist/components/Toggle/Toggle.js +4 -4
  169. package/dist/components/Tooltip/Tooltip.js +3 -3
  170. package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +2 -2
  171. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -2
  172. package/dist/constants.js +1 -1
  173. package/dist/{floating-ui.react-D_ysmiM3.js → floating-ui.react-RKRjRgyj.js} +972 -961
  174. package/dist/fuzzysort-eoXOpoo6.js +395 -0
  175. package/dist/helpers/label-value/getQueryRangeExclusive.js +1 -1
  176. package/dist/helpers/label-value/highlightQueryInLabel.js +1 -1
  177. package/dist/helpers/label-value/searchLabelValues.js +1 -1
  178. package/dist/index-2QXL0WYc.js +45 -0
  179. package/dist/main.js +309 -308
  180. package/dist/patterns/Loading/Loading.js +4 -3
  181. package/dist/patterns/Loading/LoadingSuspense.js +7 -0
  182. package/dist/patterns/Loading/components/ComponentLoading.js +3 -3
  183. package/dist/patterns/Loading/components/DefaultLoading.js +4 -4
  184. package/dist/patterns/Loading/components/LongLoading.js +132 -0
  185. package/dist/patterns/Loading/components/PageLoading.js +4 -4
  186. package/dist/patterns/Loading/components/StartUpLoading.js +105 -9
  187. package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
  188. package/dist/patterns/Loading/hooks/useEstimatedProgressValue.js +29 -0
  189. package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +19 -15
  190. package/dist/patterns/Loading/hooks/useShowIndicator.js +20 -0
  191. package/dist/patterns/Loading/hooks/useSuspenseResource.js +27 -0
  192. package/dist/patterns/Loading/index.js +3 -2
  193. package/dist/src/components/Popover/Popover.types.d.ts +1 -0
  194. package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +5 -0
  195. package/dist/src/components/Popover/helpers/handlePopoverTabKey.d.ts +1 -1
  196. package/dist/src/components/Popover/helpers/waitUntilTrue.d.ts +1 -0
  197. package/dist/src/components/RichSelect/RichSelect.types.d.ts +14 -0
  198. package/dist/src/components/RichSelect/components/SelectOptions.d.ts +2 -2
  199. package/dist/src/patterns/Loading/Loading.d.ts +7 -2
  200. package/dist/src/patterns/Loading/LoadingSuspense.d.ts +73 -0
  201. package/dist/src/patterns/Loading/components/LongLoading.d.ts +60 -0
  202. package/dist/src/patterns/Loading/components/StartUpLoading.d.ts +1 -1
  203. package/dist/src/patterns/Loading/hooks/useEstimatedProgressValue.d.ts +11 -0
  204. package/dist/src/patterns/Loading/hooks/useShouldRenderLoading.d.ts +2 -1
  205. package/dist/src/patterns/Loading/hooks/useShowIndicator.d.ts +9 -0
  206. package/dist/src/patterns/Loading/hooks/useSuspenseResource.d.ts +17 -0
  207. package/dist/src/patterns/Loading/index.d.ts +1 -0
  208. package/dist/style.css +1 -1
  209. package/dist/{useIDSButtonGroupItem-Dzgv35ni.js → useIDSButtonGroupItem-D278MaLC.js} +2 -2
  210. package/package.json +9 -9
  211. package/dist/Loading-CZ64hUvP.js +0 -5638
  212. package/dist/LogoFromSrc-tAhdMB9Y.js +0 -59
  213. package/dist/MenuItem.module-Br0lJU3k.js +0 -24
  214. package/dist/Popover.module-COHnD5HM.js +0 -11
  215. package/dist/StartUpLoading-DpO7RfDY.js +0 -145
  216. package/dist/TabSet.module-Bje9oAao.js +0 -13
  217. package/dist/Table.module-CSNtX5ab.js +0 -32
  218. package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
  219. package/dist/fuzzysort-CuIReeYY.js +0 -393
  220. package/dist/index-Cu0xwYjD.js +0 -42
@@ -1,33 +1,37 @@
1
- import { getActiveElement as g } from "../../../helpers/dom/getActiveElement.js";
2
- import { handlePopoverTabKey as r } from "./handlePopoverTabKey.js";
3
- const x = (t, n, l) => {
4
- var s;
5
- const e = t != null && t.hasInnerRole() || t == null ? void 0 : t.type, u = e && ["listbox", "menu", "tree"].includes(e), d = e && ["application", "combobox", "composite", "group"].includes(e), m = n === "inline", y = () => {
1
+ import { getActiveElement as h } from "../../../helpers/dom/getActiveElement.js";
2
+ import { handlePopoverTabKey as x } from "./handlePopoverTabKey.js";
3
+ const I = (t, e, d) => {
4
+ var c;
5
+ const s = t != null && t.hasInnerRole() || t == null ? void 0 : t.type, g = s && ["listbox", "menu", "tree"].includes(s), m = s && ["application", "combobox", "composite", "group"].includes(s), f = e === "inline", y = () => {
6
6
  setTimeout(() => {
7
- var a, c;
8
- g() === t.api.elements.floating && !t.getVirtualFocus && ((c = (a = t.list.current) == null ? void 0 : a[0]) == null || c.focus());
7
+ var i, a;
8
+ h() === t.api.elements.floating && !t.getVirtualFocus && ((a = (i = t.list.current) == null ? void 0 : i[0]) == null || a.focus());
9
9
  });
10
- }, b = (a) => {
11
- f(t, a), t.disabledAutoToggle || A(t, a);
12
- }, i = t.interactions.getFloatingProps({
10
+ }, r = (i) => {
11
+ var l, u;
12
+ const a = t.getVirtualFocus !== void 0;
13
+ if (i.key === "Tab" && x(t, i), i.key === "PageUp" && !a && ((l = t.list.current[0]) == null || l.focus()), i.key === "PageDown" && !a) {
14
+ const b = Math.max((t == null ? void 0 : t.list.current.length) - 1, 0);
15
+ (u = t.list.current[b]) == null || u.focus();
16
+ }
17
+ t.disabledAutoToggle || A(t, i);
18
+ }, n = t.interactions.getFloatingProps({
13
19
  onFocus: y,
14
- onKeyDown: b
20
+ onKeyDown: r
15
21
  });
16
22
  return {
17
- ...i,
18
- "aria-activedescendant": d ? i == null ? void 0 : i["aria-activedescendant"] : void 0,
19
- "aria-orientation": u ? i == null ? void 0 : i["aria-orientation"] : void 0,
20
- role: e,
23
+ ...n,
24
+ "aria-activedescendant": m ? n == null ? void 0 : n["aria-activedescendant"] : void 0,
25
+ "aria-orientation": g ? n == null ? void 0 : n["aria-orientation"] : void 0,
26
+ role: s,
21
27
  style: {
22
- ...l,
23
- ...m ? {} : (s = t == null ? void 0 : t.api) == null ? void 0 : s.floatingStyles
28
+ ...d,
29
+ ...f ? {} : (c = t == null ? void 0 : t.api) == null ? void 0 : c.floatingStyles
24
30
  }
25
31
  };
26
- }, f = (t, n) => {
27
- !t.type || !["menu", "listbox"].includes(t.type) || n.key !== "Tab" || r(t, n);
28
- }, A = (t, n) => {
29
- t.type !== "listbox" || n.key !== "ArrowUp" || t.activeIndex !== 0 || t.setShowWithReason(!1, n.nativeEvent, "list-navigation");
32
+ }, A = (t, e) => {
33
+ t.type !== "listbox" || e.key !== "ArrowUp" || t.activeIndex !== 0 || t.setShowWithReason(!1, e.nativeEvent, "list-navigation");
30
34
  };
31
35
  export {
32
- x as composePopoverFloatingProps
36
+ I as composePopoverFloatingProps
33
37
  };
@@ -1,11 +1,12 @@
1
- import { t as c } from "../../../index.esm-BnSuefUA.js";
2
- import { s as i } from "../../../Popover.module-COHnD5HM.js";
1
+ import { t as f } from "../../../index.esm-BnSuefUA.js";
2
+ import { s as c } from "../../../Popover.module-BVuEALLH.js";
3
3
  import { FOCUSABLE_QUERY_SELECTOR as l } from "../../../constants.js";
4
4
  import { focusableElements as m } from "../../../helpers/dom/focusableElements.js";
5
- const d = (s, n) => {
6
- if (n.key !== "Tab")
5
+ import { waitUntilTrue as u } from "./waitUntilTrue.js";
6
+ const g = async (n, s) => {
7
+ if (s.key !== "Tab")
7
8
  return;
8
- const o = s.api.elements.reference;
9
+ const o = n.api.elements.reference;
9
10
  if (!o)
10
11
  return;
11
12
  let t = o;
@@ -13,15 +14,17 @@ const d = (s, n) => {
13
14
  const e = m(o);
14
15
  t = e[e.length - 1];
15
16
  }
16
- if (n.shiftKey && (s.setShow(!1), t.focus()), !n.shiftKey) {
17
- s.setShowWithReason(!1);
18
- const e = c(document.documentElement).filter(
19
- (a) => !a.closest(`.${i.content}`) && !a.hasAttribute("data-floating-ui-focus-guard")
20
- ), f = e.indexOf(t), r = e[f + 1];
21
- if (f === -1 || !r) return;
22
- setTimeout(() => r.focus(), 100);
17
+ if (s.shiftKey && (n.setShow(!1), t.focus()), !s.shiftKey) {
18
+ n.setShowWithReason(!1);
19
+ const e = f(document.documentElement).filter(
20
+ (i) => !i.closest(`.${c.content}`) && !i.hasAttribute("data-floating-ui-focus-guard")
21
+ ), a = e.indexOf(t), r = e[a + 1];
22
+ if (a === -1 || !r) return;
23
+ await u(
24
+ () => !r.hasAttribute("data-floating-ui-inert")
25
+ ), r.focus();
23
26
  }
24
27
  };
25
28
  export {
26
- d as handlePopoverTabKey
29
+ g as handlePopoverTabKey
27
30
  };
@@ -0,0 +1,12 @@
1
+ const c = async (e, n = 1e3, o = 50) => {
2
+ const i = Date.now();
3
+ return new Promise((r, s) => {
4
+ const t = () => {
5
+ e() ? r() : Date.now() - i >= n ? s(new Error("Condition not met within timeout")) : setTimeout(t, o);
6
+ };
7
+ t();
8
+ });
9
+ };
10
+ export {
11
+ c as waitUntilTrue
12
+ };
@@ -1,28 +1,36 @@
1
- import { useCallback as y } from "react";
2
- const s = (a, t) => {
3
- const l = y(
1
+ import { useCallback as D } from "react";
2
+ const x = (n, t) => {
3
+ const u = D(
4
4
  (i) => {
5
- var n;
6
- (n = t == null ? void 0 : t.onBlur) == null || n.call(t, i);
5
+ var a;
6
+ (a = t == null ? void 0 : t.onBlur) == null || a.call(t, i);
7
7
  },
8
8
  [t]
9
- ), u = y(
9
+ ), s = D(
10
10
  (i) => {
11
- var n;
12
- a != null && a.show ? d(i, a) : a && D(i, a), (n = t == null ? void 0 : t.onKeyDown) == null || n.call(t, i);
11
+ var a;
12
+ n != null && n.show ? c(i, n) : n && k(i, n), (a = t == null ? void 0 : t.onKeyDown) == null || a.call(t, i);
13
13
  },
14
- [t, a]
14
+ [t, n]
15
15
  );
16
16
  return {
17
- onBlur: l,
18
- onKeyDown: u
17
+ onBlur: u,
18
+ onKeyDown: s
19
19
  };
20
- }, d = (a, t) => {
21
- var l, u, i, n, h, w;
22
- (i = (u = (l = t == null ? void 0 : t.getVirtualFocus) == null ? void 0 : l.call(t)) == null ? void 0 : u.onKeyDown) == null || i.call(u, a), a.key === "Tab" && ((w = (h = (n = t == null ? void 0 : t.getVirtualFocus) == null ? void 0 : n.call(t)) == null ? void 0 : h.onBlur) == null || w.call(h, a), t != null && t.getVirtualFocus && (t == null || t.setShowWithReason(!1, a.nativeEvent, "focus"))), a.key === "ArrowUp" && (t == null ? void 0 : t.activeIndex) === 0 && (t == null || t.setShowWithReason(!1, a.nativeEvent, "focus"));
23
- }, D = (a, t) => {
24
- a.key === "ArrowDown" && (t == null || t.setShowWithReason(!0, a.nativeEvent, "focus"));
20
+ }, c = (n, t) => {
21
+ var s, i, a, g, h, d, y;
22
+ const u = (t == null ? void 0 : t.getVirtualFocus) !== void 0;
23
+ if ((a = (i = (s = t == null ? void 0 : t.getVirtualFocus) == null ? void 0 : s.call(t)) == null ? void 0 : i.onKeyDown) == null || a.call(i, n), n.key === "Tab" && ((d = (h = (g = t == null ? void 0 : t.getVirtualFocus) == null ? void 0 : g.call(t)) == null ? void 0 : h.onBlur) == null || d.call(h, n), t != null && t.getVirtualFocus && (t == null || t.setShowWithReason(!1, n.nativeEvent, "focus"))), n.key === "PageUp" && u && t.setActiveIndex(0), n.key === "PageDown" && u) {
24
+ const l = Math.max((t == null ? void 0 : t.list.current.length) - 1, 0);
25
+ t.setActiveIndex(l);
26
+ }
27
+ if (n.key === "ArrowUp" && (t == null ? void 0 : t.activeIndex) === 0 && (t == null || t.setShowWithReason(!1, n.nativeEvent, "focus")), n.key === "ArrowRight" && n.isDefaultPrevented() && n.target instanceof HTMLInputElement && ((y = n.target.value) != null && y.length)) {
28
+ const l = n.target, w = l.selectionStart ?? 0;
29
+ w < l.value.length && l.setSelectionRange(w + 1, w + 1);
30
+ }
31
+ }, k = (n, t) => {
32
+ n.key === "ArrowDown" && (t == null || t.setShowWithReason(!0, n.nativeEvent, "focus"));
25
33
  };
26
34
  export {
27
- s as usePopoverActivatorInteractions
35
+ x as usePopoverActivatorInteractions
28
36
  };
@@ -1,4 +1,4 @@
1
- import { u as r } from "../../../floating-ui.react-D_ysmiM3.js";
1
+ import { u as r } from "../../../floating-ui.react-RKRjRgyj.js";
2
2
  import { useId as f, useEffect as I } from "react";
3
3
  import { usePopover as a } from "./usePopover.js";
4
4
  const b = (i, e = null) => {
@@ -1,5 +1,5 @@
1
1
  import { useMemo as a, useState as O, useEffect as R, useRef as r } from "react";
2
- import { r as d } from "../../../floating-ui.react-D_ysmiM3.js";
2
+ import { r as d } from "../../../floating-ui.react-RKRjRgyj.js";
3
3
  const E = (l, n, e, t, i = 0) => {
4
4
  const s = a(
5
5
  () => !!(n && ["menu", "listbox"].includes(n)),
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
2
2
  import { useState as f, useEffect as v } from "react";
3
3
  import { propagateTestid as h } from "../../helpers/utility/propagateTestid.js";
4
4
  import { stringReplacer as M } from "../../helpers/formatting/stringReplacer.js";
5
- import { c as S } from "../../index-Cu0xwYjD.js";
6
- const x = "ids-progress-v5130", b = "ids-progress--indicator-v5130", n = {
5
+ import { c as S } from "../../index-2QXL0WYc.js";
6
+ const x = "ids-progress-v5140", b = "ids-progress--indicator-v5140", n = {
7
7
  progress: x,
8
8
  indicator: b
9
9
  }, N = ({
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import "../../index-Cu0xwYjD.js";
3
- import { u as d } from "../../Loading-CZ64hUvP.js";
2
+ import "../../index-2QXL0WYc.js";
3
+ import { u as d } from "../../LoadingSuspense-BDiikfSh.js";
4
4
  import "react";
5
5
  import "../../hooks/useIdIfNeeded.js";
6
6
  import "../../helpers/utility/propagateTestid.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { u as t } from "../../../Loading-CZ64hUvP.js";
2
+ import { u as t } from "../../../LoadingSuspense-BDiikfSh.js";
3
3
  import { idsLogger as p } from "../../../helpers/utility/idsLogger.js";
4
4
  import { getFormControlValueAsString as d } from "../../../helpers/form/getFormControlValueAsString.js";
5
5
  const f = (r) => r != null && r.length ? (p(
@@ -1,4 +1,4 @@
1
- import { u as s } from "../../Loading-CZ64hUvP.js";
1
+ import { u as s } from "../../LoadingSuspense-BDiikfSh.js";
2
2
  export {
3
3
  s as IressRadio
4
4
  };
@@ -1,16 +1,16 @@
1
1
  import { jsx as v } from "react/jsx-runtime";
2
- import { c as L } from "../../index-Cu0xwYjD.js";
2
+ import { c as L } from "../../index-2QXL0WYc.js";
3
3
  import { RadioGroupLayout as S } from "./RadioGroup.types.js";
4
4
  import { forwardRef as W, useRef as j, useMemo as w, useImperativeHandle as D } from "react";
5
5
  import { useControlledState as F } from "../../hooks/useControlledState.js";
6
6
  import { RadioGroupContext as H } from "./RadioGroupContext.js";
7
7
  import { useNoDefaultValueInForms as M } from "../Form/hooks/useNoDefaultValueInForms.js";
8
- const P = "ids-radio-group-v5130", z = "ids-radio-group--stack-v5130", A = "ids-radio-group--block-v5130", B = "ids-radio-group--inline-v5130", J = "ids-radio-group--inline-flex-v5130", K = "ids-radio-group--inline-equal-width-v5130", G = {
8
+ const P = "ids-radio-group-v5140", z = "ids-radio-group--stack-v5140", A = "ids-radio-group--block-v5140", B = "ids-radio-group--inline-v5140", J = "ids-radio-group--inline-flex-v5140", K = "ids-radio-group--inline-equal-width-v5140", G = {
9
9
  radioGroup: P,
10
10
  stack: z,
11
- "ids-radio": "ids-radio-v5130",
11
+ "ids-radio": "ids-radio-v5140",
12
12
  block: A,
13
- "ids-radio--label": "ids-radio--label-v5130",
13
+ "ids-radio--label": "ids-radio--label-v5140",
14
14
  inline: B,
15
15
  inlineFlex: J,
16
16
  inlineEqualWidth: K
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../helpers/utility/propagateTestid.js";
4
- import { v as M } from "../../Loading-CZ64hUvP.js";
5
- import "../../fuzzysort-CuIReeYY.js";
4
+ import { v as M } from "../../LoadingSuspense-BDiikfSh.js";
5
+ import "../../fuzzysort-eoXOpoo6.js";
6
6
  import "../Badge/Badge.js";
7
- import "../../index-Cu0xwYjD.js";
7
+ import "../../index-2QXL0WYc.js";
8
8
  import "../ButtonGroup/ButtonGroupProvider.js";
9
9
  import "../../enums.js";
10
10
  import "../Card/Card.js";
@@ -34,7 +34,7 @@ import "../TabSet/TabSet.js";
34
34
  import "../Toggle/Toggle.js";
35
35
  import "../Tooltip/Tooltip.js";
36
36
  import "../ValidationMessage/ValidationMessage.js";
37
- import "../../InputBase-K0leqZnv.js";
37
+ import "../../InputBase-2wLvSYMJ.js";
38
38
  import "../Form/hooks/useNoDefaultValueInForms.js";
39
39
  export {
40
40
  M as IressReadonly
@@ -1,4 +1,4 @@
1
- import { v as r } from "../../Loading-CZ64hUvP.js";
1
+ import { v as r } from "../../LoadingSuspense-BDiikfSh.js";
2
2
  export {
3
3
  r as IressReadonly
4
4
  };
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../index-Cu0xwYjD.js";
4
- import { w as K } from "../../Loading-CZ64hUvP.js";
3
+ import "../../index-2QXL0WYc.js";
4
+ import { w as K } from "../../LoadingSuspense-BDiikfSh.js";
5
5
  import "../Popover/Popover.js";
6
6
  import "../Popover/PopoverProvider.js";
7
7
  import "../Popover/InputPopover/InputPopover.js";
@@ -1,9 +1,9 @@
1
1
  import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
- import { S as o } from "../../../Loading-CZ64hUvP.js";
2
+ import { U as o } from "../../../LoadingSuspense-BDiikfSh.js";
3
3
  import "react";
4
- import "../../../fuzzysort-CuIReeYY.js";
4
+ import "../../../fuzzysort-eoXOpoo6.js";
5
5
  import "../../Badge/Badge.js";
6
- import { c } from "../../../index-Cu0xwYjD.js";
6
+ import { c } from "../../../index-2QXL0WYc.js";
7
7
  import "../../ButtonGroup/ButtonGroupProvider.js";
8
8
  import "../../Card/Card.js";
9
9
  import "../../CheckboxGroup/CheckboxGroup.js";
@@ -31,7 +31,7 @@ import "../../TabSet/TabSet.js";
31
31
  import "../../Toggle/Toggle.js";
32
32
  import "../../Tooltip/Tooltip.js";
33
33
  import "../../ValidationMessage/ValidationMessage.js";
34
- const P = ({
34
+ const O = ({
35
35
  children: t,
36
36
  className: p,
37
37
  footer: i,
@@ -50,5 +50,5 @@ const P = ({
50
50
  }
51
51
  );
52
52
  export {
53
- P as IressSelectBody
53
+ O as IressSelectBody
54
54
  };
@@ -1,10 +1,10 @@
1
1
  import { jsxs as l, jsx as o } from "react/jsx-runtime";
2
2
  import "react";
3
3
  import { useIdIfNeeded as a } from "../../../hooks/useIdIfNeeded.js";
4
- import { p as c, r as I, k as u } from "../../../Loading-CZ64hUvP.js";
5
- import "../../../fuzzysort-CuIReeYY.js";
4
+ import { p as c, r as I, k as u } from "../../../LoadingSuspense-BDiikfSh.js";
5
+ import "../../../fuzzysort-eoXOpoo6.js";
6
6
  import "../../Badge/Badge.js";
7
- import "../../../index-Cu0xwYjD.js";
7
+ import "../../../index-2QXL0WYc.js";
8
8
  import "../../ButtonGroup/ButtonGroupProvider.js";
9
9
  import "../../Card/Card.js";
10
10
  import "../../CheckboxGroup/CheckboxGroup.js";
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
- import { x as J } from "../../../Loading-CZ64hUvP.js";
2
+ import { x as J } from "../../../LoadingSuspense-BDiikfSh.js";
3
3
  import "react";
4
- import "../../../fuzzysort-CuIReeYY.js";
4
+ import "../../../fuzzysort-eoXOpoo6.js";
5
5
  import "../../Badge/Badge.js";
6
6
  import "../../Button/Button.types.js";
7
- import "../../../index-Cu0xwYjD.js";
7
+ import "../../../index-2QXL0WYc.js";
8
8
  import "../../ButtonGroup/ButtonGroupProvider.js";
9
9
  import "../../Card/Card.js";
10
10
  import "../../CheckboxGroup/CheckboxGroup.js";
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../index-Cu0xwYjD.js";
2
+ import "../../../index-2QXL0WYc.js";
3
3
  import "react";
4
4
  import "../../../helpers/formatting/toArray.js";
5
5
  import "../../../helpers/label-value/composeLabelValueDescriptor.js";
6
- import { y as b } from "../../../Loading-CZ64hUvP.js";
6
+ import { y as b } from "../../../LoadingSuspense-BDiikfSh.js";
7
7
  import "../../Text/Text.js";
8
8
  import "../../Button/Button.types.js";
9
9
  import "../../../enums.js";
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../Menu/Menu.js";
4
- import { z as N } from "../../../Loading-CZ64hUvP.js";
5
- import "../../../fuzzysort-CuIReeYY.js";
4
+ import { z as N } from "../../../LoadingSuspense-BDiikfSh.js";
5
+ import "../../../fuzzysort-eoXOpoo6.js";
6
6
  import "../../Badge/Badge.js";
7
- import "../../../index-Cu0xwYjD.js";
7
+ import "../../../index-2QXL0WYc.js";
8
8
  import "../../../helpers/formatting/toArray.js";
9
9
  import "../../../hooks/useIdIfNeeded.js";
10
10
  import "../../ButtonGroup/ButtonGroupProvider.js";
@@ -1,12 +1,12 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../index-Cu0xwYjD.js";
2
+ import "../../../index-2QXL0WYc.js";
3
3
  import "../../../enums.js";
4
4
  import "../../Menu/Menu.js";
5
- import { Z as F } from "../../../Loading-CZ64hUvP.js";
5
+ import { _ as F } from "../../../LoadingSuspense-BDiikfSh.js";
6
6
  import "react";
7
7
  import "../../Menu/MenuProvider.js";
8
8
  import "../../Popover/PopoverProvider.js";
9
- import "../../../fuzzysort-CuIReeYY.js";
9
+ import "../../../fuzzysort-eoXOpoo6.js";
10
10
  import "../../Badge/Badge.js";
11
11
  import "../../ButtonGroup/ButtonGroupProvider.js";
12
12
  import "../../Card/Card.js";
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import { A as H } from "../../../Loading-CZ64hUvP.js";
2
+ import { A as H } from "../../../LoadingSuspense-BDiikfSh.js";
3
3
  import "react";
4
- import "../../../fuzzysort-CuIReeYY.js";
4
+ import "../../../fuzzysort-eoXOpoo6.js";
5
5
  import "../../Badge/Badge.js";
6
- import "../../../index-Cu0xwYjD.js";
6
+ import "../../../index-2QXL0WYc.js";
7
7
  import "../../ButtonGroup/ButtonGroupProvider.js";
8
8
  import "../../Card/Card.js";
9
9
  import "../../CheckboxGroup/CheckboxGroup.js";
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../index-Cu0xwYjD.js";
4
- import { B as i } from "../../../Loading-CZ64hUvP.js";
3
+ import "../../../index-2QXL0WYc.js";
4
+ import { B as i } from "../../../LoadingSuspense-BDiikfSh.js";
5
5
  import "../../Popover/hooks/usePopoverItem.js";
6
6
  export {
7
7
  i as IressSelectSearchInput
@@ -1,8 +1,8 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../index-Cu0xwYjD.js";
3
- import { C as N } from "../../../Loading-CZ64hUvP.js";
2
+ import "../../../index-2QXL0WYc.js";
3
+ import { C as N } from "../../../LoadingSuspense-BDiikfSh.js";
4
4
  import "react";
5
- import "../../../fuzzysort-CuIReeYY.js";
5
+ import "../../../fuzzysort-eoXOpoo6.js";
6
6
  import "../../Badge/Badge.js";
7
7
  import "../../Button/Button.types.js";
8
8
  import "../../../helpers/formatting/toArray.js";
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../helpers/formatting/toArray.js";
3
- import { X as p } from "../../../Loading-CZ64hUvP.js";
3
+ import { Y as p } from "../../../LoadingSuspense-BDiikfSh.js";
4
4
  import "../../../helpers/form/getValueAsEvent.js";
5
5
  export {
6
6
  p as SelectActivator
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../helpers/form/getValueAsEvent.js";
3
3
  import "react";
4
- import { Y as H } from "../../../Loading-CZ64hUvP.js";
5
- import "../../../fuzzysort-CuIReeYY.js";
4
+ import { Z as H } from "../../../LoadingSuspense-BDiikfSh.js";
5
+ import "../../../fuzzysort-eoXOpoo6.js";
6
6
  import "../../Badge/Badge.js";
7
- import "../../../index-Cu0xwYjD.js";
7
+ import "../../../index-2QXL0WYc.js";
8
8
  import "../../../helpers/formatting/toArray.js";
9
9
  import "../../ButtonGroup/ButtonGroupProvider.js";
10
10
  import "../../Card/Card.js";
@@ -1,5 +1,5 @@
1
1
  import { useRichSelectState as r } from "./hooks/useRichSelectState.js";
2
- import { w as a, x as c, y as S, z as l, A as I, B as o, C as p } from "../../Loading-CZ64hUvP.js";
2
+ import { w as a, x as c, y as S, z as l, A as I, B as o, C as p } from "../../LoadingSuspense-BDiikfSh.js";
3
3
  import { IressSelectBody as f } from "./SelectBody/SelectBody.js";
4
4
  import { IressSelectCreate as m } from "./SelectCreate/SelectCreate.js";
5
5
  export {
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
- import "../../index-Cu0xwYjD.js";
2
+ import "../../index-2QXL0WYc.js";
3
3
  import "./Row.types.js";
4
4
  import "../../helpers/responsive/getResponsiveLayoutModifiers.js";
5
- import { D as K } from "../../Loading-CZ64hUvP.js";
5
+ import { D as K } from "../../LoadingSuspense-BDiikfSh.js";
6
6
  import "react";
7
- import "../../fuzzysort-CuIReeYY.js";
7
+ import "../../fuzzysort-eoXOpoo6.js";
8
8
  import "../Badge/Badge.js";
9
9
  import "../ButtonGroup/ButtonGroupProvider.js";
10
10
  import "../../enums.js";
@@ -1,5 +1,5 @@
1
1
  import { RowCssClass as r } from "./Row.types.js";
2
- import { D as a } from "../../Loading-CZ64hUvP.js";
2
+ import { D as a } from "../../LoadingSuspense-BDiikfSh.js";
3
3
  export {
4
4
  a as IressRow,
5
5
  r as RowCssClass
@@ -1,12 +1,12 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../index-Cu0xwYjD.js";
3
+ import "../../index-2QXL0WYc.js";
4
4
  import "../../helpers/utility/propagateTestid.js";
5
5
  import "../../enums.js";
6
6
  import "../../hooks/useControlledState.js";
7
7
  import "../../hooks/useIdIfNeeded.js";
8
- import "../../SelectControl-415DMBPp.js";
9
- import { E as x } from "../../Loading-CZ64hUvP.js";
8
+ import "../../SelectControl-ebML3vaP.js";
9
+ import { E as x } from "../../LoadingSuspense-BDiikfSh.js";
10
10
  import "../../helpers/form/getValueAsEvent.js";
11
11
  import "../Form/hooks/useNoDefaultValueInForms.js";
12
12
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../index-Cu0xwYjD.js";
3
- import { S as l } from "../../../SelectControl-415DMBPp.js";
2
+ import "../../../index-2QXL0WYc.js";
3
+ import { S as l } from "../../../SelectControl-ebML3vaP.js";
4
4
  import "react";
5
5
  import "../../../enums.js";
6
6
  import "../../../helpers/form/getFormControlValueAsStringIfDefined.js";
@@ -1,11 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../helpers/utility/propagateTestid.js";
4
- import { a7 as I } from "../../../Loading-CZ64hUvP.js";
4
+ import { a8 as I } from "../../../LoadingSuspense-BDiikfSh.js";
5
5
  import "../../../helpers/form/getFormControlValueAsStringIfDefined.js";
6
- import "../../../fuzzysort-CuIReeYY.js";
6
+ import "../../../fuzzysort-eoXOpoo6.js";
7
7
  import "../../Badge/Badge.js";
8
- import "../../../index-Cu0xwYjD.js";
8
+ import "../../../index-2QXL0WYc.js";
9
9
  import "../../ButtonGroup/ButtonGroupProvider.js";
10
10
  import "../../Card/Card.js";
11
11
  import "../../CheckboxGroup/CheckboxGroup.js";
@@ -1,6 +1,6 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { idsLogger as a } from "../../../helpers/utility/idsLogger.js";
3
- import "../../../Loading-CZ64hUvP.js";
3
+ import "../../../LoadingSuspense-BDiikfSh.js";
4
4
  import { IressSelectOption as d } from "../SelectOption/SelectOption.js";
5
5
  const l = (r) => (a(
6
6
  "IressSelect: mapSelectOptions has been deprecated and will be removed in a future version of IDS, please map and render the items array directly in your application instead.",
@@ -1,6 +1,6 @@
1
1
  import "../../../helpers/formatting/toArray.js";
2
2
  import "../../../helpers/form/getFormControlValueAsString.js";
3
- import { a6 as m, a5 as a } from "../../../Loading-CZ64hUvP.js";
3
+ import { a7 as m, a6 as a } from "../../../LoadingSuspense-BDiikfSh.js";
4
4
  import "../SelectOption/SelectOption.js";
5
5
  import "react/jsx-runtime";
6
6
  export {
@@ -1,4 +1,4 @@
1
- import { E as o } from "../../Loading-CZ64hUvP.js";
1
+ import { E as o } from "../../LoadingSuspense-BDiikfSh.js";
2
2
  import { IressSelectOption as p } from "./SelectOption/SelectOption.js";
3
3
  import { mapSelectOptions as O, renderOptionOrOptGroup as m } from "./helpers/mapSelectOptions.js";
4
4
  export {
@@ -1,12 +1,12 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { c as h } from "../../index-Cu0xwYjD.js";
2
+ import { c as h } from "../../index-2QXL0WYc.js";
3
3
  import { TextVariant as p } from "../../enums.js";
4
4
  import { SkeletonMode as v } from "./Skeleton.types.js";
5
5
  import { toCSSLengthValue as i } from "../../helpers/formatting/toCSSLengthValue.js";
6
6
  import { IressText as f } from "../Text/Text.js";
7
- const S = "ids-skeleton-v5130", g = "ids-skeleton--rect-v5130", u = "ids-skeleton--circle-v5130", T = "ids-skeleton--text-v5130", c = {
7
+ const S = "ids-skeleton-v5140", g = "ids-skeleton--rect-v5140", u = "ids-skeleton--circle-v5140", T = "ids-skeleton--text-v5140", c = {
8
8
  skeleton: S,
9
- "iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-v5130",
9
+ "iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-v5140",
10
10
  rect: g,
11
11
  circle: u,
12
12
  text: T
@@ -1,8 +1,8 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { forwardRef as e } from "react";
3
- import { c as t } from "../../index-Cu0xwYjD.js";
3
+ import { c as t } from "../../index-2QXL0WYc.js";
4
4
  import { idsLogger as m } from "../../helpers/utility/idsLogger.js";
5
- const a = "ids-skip-link-v5130", f = {
5
+ const a = "ids-skip-link-v5140", f = {
6
6
  skipLink: a
7
7
  }, l = e(
8
8
  ({
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import "../../index-Cu0xwYjD.js";
2
+ import "../../index-2QXL0WYc.js";
3
3
  import "./Slideout.types.js";
4
- import { F } from "../../Loading-CZ64hUvP.js";
4
+ import { F } from "../../LoadingSuspense-BDiikfSh.js";
5
5
  import "react";
6
- import "../../floating-ui.react-D_ysmiM3.js";
6
+ import "../../floating-ui.react-RKRjRgyj.js";
7
7
  import "../../helpers/transition/timeStringToNumber.js";
8
8
  import "../../enums.js";
9
9
  import "../../helpers/utility/idsLogger.js";