@iress-oss/ids-components 5.15.0 → 5.15.2

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 (187) hide show
  1. package/README.md +1 -1
  2. package/dist/{AutocompleteNoResults-CvhIxKQI.js → AutocompleteNoResults-DmkoqKJm.js} +1 -1
  3. package/dist/{ComboboxHiddenInput-B7ztqo0l.js → ComboboxHiddenInput-CLb6Xp8s.js} +5 -5
  4. package/dist/{FieldAppendToLabel-DgXoSKDG.js → FieldAppendToLabel-Dw0Mn-US.js} +3 -3
  5. package/dist/{InputBase-nWIFJcGj.js → InputBase-55eUCLgT.js} +1 -1
  6. package/dist/Loading.module-DUh3NIWC.js +13 -0
  7. package/dist/{LoadingSuspense-BdXYIsHy.js → LoadingSuspense-BMFBqvXJ.js} +1357 -1367
  8. package/dist/LogoFromSrc-7tFjDtcF.js +59 -0
  9. package/dist/MenuItem.module-bTAQrrT3.js +24 -0
  10. package/dist/Popover.module-Ct33fXgT.js +11 -0
  11. package/dist/PopoverProvider-BAhkQIhz.js +137 -0
  12. package/dist/{SelectControl-CYKkf3rM.js → SelectControl-BbirMx9B.js} +1 -1
  13. package/dist/{SliderTicks-Dqz-k-xS.js → SliderTicks-Jb0VVHsB.js} +1 -1
  14. package/dist/TabSet.module-z2bbww8p.js +13 -0
  15. package/dist/Table.module-DNbVlA6R.js +32 -0
  16. package/dist/components/Alert/Alert.js +1 -1
  17. package/dist/components/Alert/index.js +1 -1
  18. package/dist/components/Autocomplete/Autocomplete.js +3 -3
  19. package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
  20. package/dist/components/Autocomplete/index.js +1 -1
  21. package/dist/components/Badge/Badge.js +4 -4
  22. package/dist/components/Button/Button.js +2 -2
  23. package/dist/components/Button/CloseButton/CloseButton.js +1 -1
  24. package/dist/components/Button/index.js +1 -1
  25. package/dist/components/ButtonGroup/ButtonGroup.js +2 -2
  26. package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
  27. package/dist/components/ButtonGroup/index.js +1 -1
  28. package/dist/components/Checkbox/Checkbox.js +1 -1
  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 +6 -6
  32. package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
  33. package/dist/components/Combobox/Combobox.js +3 -3
  34. package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +3 -3
  35. package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
  36. package/dist/components/Combobox/components/ComboboxResults.js +4 -4
  37. package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +2 -2
  38. package/dist/components/Combobox/index.js +1 -1
  39. package/dist/components/Expander/Expander.js +1 -1
  40. package/dist/components/Field/Field.js +1 -1
  41. package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
  42. package/dist/components/Field/components/FieldAppendToLabel.js +3 -3
  43. package/dist/components/Filter/Filter.js +3 -3
  44. package/dist/components/Filter/components/FilterResetButton.js +2 -2
  45. package/dist/components/Filter/components/FilterSearch.js +2 -2
  46. package/dist/components/Filter/index.js +1 -1
  47. package/dist/components/Form/Form.js +1 -1
  48. package/dist/components/Form/FormField/FormField.js +2 -2
  49. package/dist/components/Form/FormField/FormFieldset.js +2 -2
  50. package/dist/components/Form/HookForm/HookForm.js +1 -1
  51. package/dist/components/Form/index.js +1 -1
  52. package/dist/components/Hide/Hide.js +1 -1
  53. package/dist/components/Hide/helpers/composeHideClasses.js +2 -2
  54. package/dist/components/Hide/index.js +1 -1
  55. package/dist/components/Icon/Icon.js +2 -2
  56. package/dist/components/Icon/index.js +1 -1
  57. package/dist/components/Inline/Inline.js +2 -2
  58. package/dist/components/Inline/index.js +1 -1
  59. package/dist/components/Input/ClearButton/ClearButton.js +1 -1
  60. package/dist/components/Input/Input.js +2 -2
  61. package/dist/components/Input/InputBase/InputBase.js +1 -1
  62. package/dist/components/Input/index.js +1 -1
  63. package/dist/components/InputCurrency/InputCurrency.js +1 -1
  64. package/dist/components/InputCurrency/index.js +1 -1
  65. package/dist/components/Label/LabelBase/LabelBase.js +1 -1
  66. package/dist/components/Menu/Menu.js +1 -1
  67. package/dist/components/Menu/MenuDivider/MenuDivider.js +2 -2
  68. package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
  69. package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
  70. package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
  71. package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
  72. package/dist/components/Menu/MenuText/MenuText.js +3 -3
  73. package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
  74. package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
  75. package/dist/components/Menu/index.js +1 -1
  76. package/dist/components/Modal/Modal.js +2 -2
  77. package/dist/components/Modal/index.js +1 -1
  78. package/dist/components/Navbar/Navbar.js +2 -2
  79. package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
  80. package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
  81. package/dist/components/Navbar/components/NavbarLogo.js +2 -2
  82. package/dist/components/Navbar/index.js +1 -1
  83. package/dist/components/Placeholder/Placeholder.js +1 -1
  84. package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
  85. package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
  86. package/dist/components/Popover/InputPopover/InputPopoverProvider.js +23 -23
  87. package/dist/components/Popover/Popover.js +12 -12
  88. package/dist/components/Popover/PopoverProvider.js +12 -113
  89. package/dist/components/Popover/components/NestedPopoverActivator.js +3 -3
  90. package/dist/components/Popover/components/PopoverActivator.js +40 -41
  91. package/dist/components/Popover/components/PopoverContent.js +15 -15
  92. package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
  93. package/dist/components/Popover/hooks/usePopover.js +1 -1
  94. package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
  95. package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
  96. package/dist/components/Progress/Progress.js +1 -1
  97. package/dist/components/Provider/Provider.js +1 -1
  98. package/dist/components/Radio/Radio.js +1 -1
  99. package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
  100. package/dist/components/Radio/index.js +1 -1
  101. package/dist/components/RadioGroup/RadioGroup.js +3 -3
  102. package/dist/components/Readonly/Readonly.js +3 -3
  103. package/dist/components/Readonly/index.js +1 -1
  104. package/dist/components/RichSelect/RichSelect.js +2 -2
  105. package/dist/components/RichSelect/SelectBody/SelectBody.js +2 -2
  106. package/dist/components/RichSelect/SelectCreate/SelectCreate.js +2 -2
  107. package/dist/components/RichSelect/SelectHeading/SelectHeading.js +2 -2
  108. package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
  109. package/dist/components/RichSelect/SelectMenu/SelectMenu.js +2 -2
  110. package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +2 -2
  111. package/dist/components/RichSelect/SelectSearch/SelectSearch.js +1 -1
  112. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
  113. package/dist/components/RichSelect/SelectTags/SelectTags.js +1 -1
  114. package/dist/components/RichSelect/components/SelectActivator.js +1 -1
  115. package/dist/components/RichSelect/components/SelectOptions.js +2 -2
  116. package/dist/components/RichSelect/index.js +1 -1
  117. package/dist/components/Row/Row.js +2 -2
  118. package/dist/components/Row/index.js +1 -1
  119. package/dist/components/Select/Select.js +2 -2
  120. package/dist/components/Select/components/SelectControl.js +1 -1
  121. package/dist/components/Select/components/SelectReadonly.js +2 -2
  122. package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
  123. package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
  124. package/dist/components/Select/index.js +1 -1
  125. package/dist/components/Skeleton/Skeleton.js +2 -2
  126. package/dist/components/SkipLink/SkipLink.js +1 -1
  127. package/dist/components/Slideout/Slideout.js +4 -3
  128. package/dist/components/Slideout/components/SlideoutInner.js +3 -2
  129. package/dist/components/Slideout/index.js +1 -1
  130. package/dist/components/Slider/Slider.js +2 -2
  131. package/dist/components/Slider/components/SliderTicks.js +1 -1
  132. package/dist/components/Slider/index.js +1 -1
  133. package/dist/components/Spinner/Spinner.js +1 -1
  134. package/dist/components/Spinner/index.js +1 -1
  135. package/dist/components/TabSet/Tab/Tab.js +1 -1
  136. package/dist/components/TabSet/TabSet.js +2 -2
  137. package/dist/components/TabSet/components/TabSetItem.js +2 -2
  138. package/dist/components/Table/Table.js +2 -2
  139. package/dist/components/Table/TableBody/TableBody.js +2 -2
  140. package/dist/components/Table/components/TableEmpty.js +1 -1
  141. package/dist/components/Table/components/TableHeader.js +1 -1
  142. package/dist/components/Table/components/TableHeaderCell.js +1 -1
  143. package/dist/components/Table/components/TableSortButton.js +2 -2
  144. package/dist/components/Table/hooks/useIDSTableColumnStyles.js +1 -1
  145. package/dist/components/Table/index.js +1 -1
  146. package/dist/components/Tag/Tag.js +1 -1
  147. package/dist/components/Tag/TagInput/TagInput.js +1 -1
  148. package/dist/components/Tag/components/TagListInput/TagListInput.js +1 -1
  149. package/dist/components/Tag/index.js +1 -1
  150. package/dist/components/Toaster/Toast/Toast.js +1 -1
  151. package/dist/components/Toaster/Toast/ToastAnimated.js +2 -2
  152. package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
  153. package/dist/components/Toaster/Toaster.js +2 -2
  154. package/dist/components/Toaster/ToasterProvider.js +1 -1
  155. package/dist/components/Toaster/hooks/useToaster.js +1 -1
  156. package/dist/components/Toaster/index.js +1 -1
  157. package/dist/components/Toggle/Toggle.js +3 -3
  158. package/dist/components/Tooltip/Tooltip.js +18 -18
  159. package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
  160. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
  161. package/dist/constants.js +1 -1
  162. package/dist/{floating-ui.react-SmaXvp4L.js → floating-ui.react-nmA48tb2.js} +201 -207
  163. package/dist/helpers/dom/domUtils.js +12 -0
  164. package/dist/helpers/formatting/formatDateTime.js +21 -16
  165. package/dist/main.js +2 -2
  166. package/dist/patterns/Loading/Loading.js +1 -1
  167. package/dist/patterns/Loading/LoadingSuspense.js +1 -1
  168. package/dist/patterns/Loading/components/ComponentLoading.js +2 -2
  169. package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
  170. package/dist/patterns/Loading/components/LongLoading.js +2 -2
  171. package/dist/patterns/Loading/components/PageLoading.js +2 -2
  172. package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
  173. package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
  174. package/dist/patterns/Loading/index.js +1 -1
  175. package/dist/src/helpers/dom/domUtils.d.ts +5 -0
  176. package/dist/style.css +1 -1
  177. package/dist/{useIDSButtonGroupItem-CniAJ9N5.js → useIDSButtonGroupItem-BdwMUgHj.js} +1 -1
  178. package/dist/vite.config.d.ts +1 -1
  179. package/dist/vitest.config.d.ts +2 -0
  180. package/package.json +1 -26
  181. package/dist/Loading.module-Bs6DSfb4.js +0 -13
  182. package/dist/LogoFromSrc-CtJE0Fsr.js +0 -59
  183. package/dist/MenuItem.module-Bj20OWCC.js +0 -24
  184. package/dist/Popover.module-DJ-RK5B3.js +0 -11
  185. package/dist/TabSet.module-Cu1itlcf.js +0 -13
  186. package/dist/Table.module-Bb7fJIr8.js +0 -32
  187. /package/dist/{setupTests.d.ts → vitest.setup.d.ts} +0 -0
@@ -0,0 +1,12 @@
1
+ const o = (s, t) => {
2
+ if (!s || !("closest" in s) || typeof s.closest != "function")
3
+ return null;
4
+ try {
5
+ return s.closest(t);
6
+ } catch {
7
+ return null;
8
+ }
9
+ };
10
+ export {
11
+ o as safeClosest
12
+ };
@@ -1,25 +1,30 @@
1
- import { getDateObj as m, formatShortDate as f } from "./formatDate.js";
1
+ import { getDateObj as c, formatShortDate as f } from "./formatDate.js";
2
2
  const g = (o) => {
3
3
  var r;
4
- const t = m(o);
4
+ const t = c(o);
5
5
  if (!t.getDate()) return "";
6
- const c = t.toLocaleString("default", {
7
- year: "numeric"
6
+ const m = t.toLocaleString("default", {
7
+ year: "numeric",
8
+ timeZone: "UTC"
8
9
  }), n = t.toLocaleString("default", {
9
- month: "2-digit"
10
- }), a = t.toLocaleString("default", {
11
- day: "2-digit"
10
+ month: "2-digit",
11
+ timeZone: "UTC"
12
12
  }), i = t.toLocaleString("default", {
13
+ day: "2-digit",
14
+ timeZone: "UTC"
15
+ }), a = t.toLocaleString("default", {
13
16
  timeStyle: "medium",
14
- hour12: !1
17
+ hour12: !1,
18
+ timeZone: "UTC"
15
19
  });
16
20
  let e = (r = t.toLocaleDateString("default", {
17
21
  day: "2-digit",
18
- timeZoneName: "long"
22
+ timeZoneName: "long",
23
+ timeZone: "UTC"
19
24
  }).substring(4).match(/\b(\w)/g)) == null ? void 0 : r.join("");
20
- return e === "CUT" && (e = "UTC"), `${c}-${n}-${a} ${i} (${e})`;
25
+ return e === "CUT" && (e = "UTC"), `${m}-${n}-${i} ${a} (${e})`;
21
26
  }, y = (o, t = "week") => {
22
- const c = m(o).getTime(), n = Math.round((c - Date.now()) / 1e3), a = [
27
+ const m = c(o).getTime(), n = Math.round((m - Date.now()) / 1e3), i = [
23
28
  60,
24
29
  3600,
25
30
  86400,
@@ -27,7 +32,7 @@ const g = (o) => {
27
32
  86400 * 30,
28
33
  86400 * 365,
29
34
  1 / 0
30
- ], i = [
35
+ ], a = [
31
36
  "second",
32
37
  "minute",
33
38
  "hour",
@@ -35,13 +40,13 @@ const g = (o) => {
35
40
  "week",
36
41
  "month",
37
42
  "year"
38
- ], e = a.findIndex(
43
+ ], e = i.findIndex(
39
44
  (s) => s > Math.abs(n)
40
45
  );
41
- if (e > 0 && t && e >= i.indexOf(t))
46
+ if (e > 0 && t && e >= a.indexOf(t))
42
47
  return f(o);
43
- const r = e ? a[e - 1] : 1;
44
- return new Intl.RelativeTimeFormat("default", { numeric: "auto" }).format(Math.floor(n / r), i[e]);
48
+ const r = e ? i[e - 1] : 1;
49
+ return new Intl.RelativeTimeFormat("default", { numeric: "auto" }).format(Math.floor(n / r), a[e]);
45
50
  };
46
51
  export {
47
52
  g as formatISODateTime,
package/dist/main.js CHANGED
@@ -1,11 +1,11 @@
1
- import { I as o, a as s, b as t, d as I, c as a, e as p, g as S, h as m, j as x, i as l, k as T, l as f, m as n, n as i, P as E, Q as u, o as O, p as d, r as C, q as _, s as A, f as L, t as M, u as N, v as P, w as R, D as c, E as D, x as g, y as G, z as B, A as F, B as U, C as b, F as y, G as v, H as k, J as H, K as V, L as h, M as Y, O as X, T as z, N as Z } from "./LoadingSuspense-BdXYIsHy.js";
1
+ import { I as o, a as s, b as t, d as I, c as a, e as p, g as S, h as m, j as x, i as l, k as T, l as f, m as n, n as i, P as E, Q as u, o as O, p as d, r as C, q as _, s as A, f as L, t as M, u as N, v as P, w as R, D as c, E as D, x as g, y as G, z as B, A as F, B as U, C as b, F as y, G as v, H as k, J as H, K as V, L as h, M as Y, O as X, T as z, N as Z } from "./LoadingSuspense-BMFBqvXJ.js";
2
2
  import { ALERT_ICONS as w } from "./components/Alert/Alert.types.js";
3
3
  import { useAutocompleteSearch as W } from "./components/Autocomplete/hooks/useAutocompleteSearch.js";
4
4
  import { IressBadge as q } from "./components/Badge/Badge.js";
5
5
  import { BADGE_MODES as $, BadgeMode as ee } from "./components/Badge/Badge.types.js";
6
6
  import { BUTTON_MODES as oe, BUTTON_TYPES as se, ButtonCssClass as te, ButtonMode as Ie, ButtonType as ae } from "./components/Button/Button.types.js";
7
7
  import { IressButtonGroup as Se } from "./components/ButtonGroup/ButtonGroup.js";
8
- import { u as xe } from "./useIDSButtonGroupItem-CniAJ9N5.js";
8
+ import { u as xe } from "./useIDSButtonGroupItem-BdwMUgHj.js";
9
9
  import { CardCssClass as Te, CardSlotClass as fe } from "./components/Card/Card.types.js";
10
10
  import { IressCard as ie } from "./components/Card/Card.js";
11
11
  import { IressButtonCard as ue } from "./components/Card/components/ButtonCard.js";
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "./components/StartUpLoading.js";
3
- import { P as s } from "../../LoadingSuspense-BdXYIsHy.js";
3
+ import { P as s } from "../../LoadingSuspense-BMFBqvXJ.js";
4
4
  import "./hooks/useShouldRenderLoading.js";
5
5
  import "./components/LongLoading.js";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { Q as i } from "../../LoadingSuspense-BdXYIsHy.js";
3
+ import { Q as i } from "../../LoadingSuspense-BMFBqvXJ.js";
4
4
  import "./hooks/useSuspenseResource.js";
5
5
  export {
6
6
  i as IressLoadingSuspense
@@ -1,8 +1,8 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../components/Skeleton/Skeleton.js";
4
- import { ag as e } from "../../../LoadingSuspense-BdXYIsHy.js";
5
- import "../../../Loading.module-Bs6DSfb4.js";
4
+ import { ag as e } from "../../../LoadingSuspense-BMFBqvXJ.js";
5
+ import "../../../Loading.module-DUh3NIWC.js";
6
6
  import "../../../index-2QXL0WYc.js";
7
7
  import "../../../components/Text/Text.js";
8
8
  export {
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { ae as e } from "../../../LoadingSuspense-BdXYIsHy.js";
3
+ import { ae as e } from "../../../LoadingSuspense-BMFBqvXJ.js";
4
4
  import "../../../components/Text/Text.js";
5
5
  import "../../../index-2QXL0WYc.js";
6
- import "../../../Loading.module-Bs6DSfb4.js";
6
+ import "../../../Loading.module-DUh3NIWC.js";
7
7
  export {
8
8
  e as DefaultLoading
9
9
  };
@@ -2,7 +2,7 @@ import { jsx as c, jsxs as g } from "react/jsx-runtime";
2
2
  import { IressStack as w } from "../../../components/Stack/Stack.js";
3
3
  import { useMemo as f, useId as y } from "react";
4
4
  import { c as h } from "../../../index-2QXL0WYc.js";
5
- import { l as m } from "../../../Loading.module-Bs6DSfb4.js";
5
+ import { l as m } from "../../../Loading.module-DUh3NIWC.js";
6
6
  import { IressText as M } from "../../../components/Text/Text.js";
7
7
  import { IressPanel as S } from "../../../components/Panel/Panel.js";
8
8
  import { IressProgress as j } from "../../../components/Progress/Progress.js";
@@ -10,7 +10,7 @@ import { GlobalCSSClass as L } from "../../../enums.js";
10
10
  import { propagateTestid as O } from "../../../helpers/utility/propagateTestid.js";
11
11
  import { useShowIndicator as C } from "../hooks/useShowIndicator.js";
12
12
  import { useEstimatedProgressValue as G } from "../hooks/useEstimatedProgressValue.js";
13
- const P = "ids-long-loading--root-v5150", V = "ids-long-loading--panel-v5150", B = "ids-long-loading--dots-v5150", E = "ids-long-loading--check-list-v5150", R = "ids-long-loading--check-list-item-v5150", T = "ids-long-loading--check-list-item__done-v5150", U = "ids-long-loading--checked-v5150", $ = "ids-long-loading--checked__circle-v5150", q = "ids-long-loading--checked__check-v5150", s = {
13
+ const P = "ids-long-loading--root-v5151", V = "ids-long-loading--panel-v5151", B = "ids-long-loading--dots-v5151", E = "ids-long-loading--check-list-v5151", R = "ids-long-loading--check-list-item-v5151", T = "ids-long-loading--check-list-item__done-v5151", U = "ids-long-loading--checked-v5151", $ = "ids-long-loading--checked__circle-v5151", q = "ids-long-loading--checked__check-v5151", s = {
14
14
  root: P,
15
15
  panel: V,
16
16
  dots: B,
@@ -3,12 +3,12 @@ import "react";
3
3
  import "../../../components/Stack/Stack.js";
4
4
  import "../../../components/Skeleton/Skeleton.js";
5
5
  import "../../../components/Container/Container.js";
6
- import { ah as n } from "../../../LoadingSuspense-BdXYIsHy.js";
6
+ import { ah as n } from "../../../LoadingSuspense-BMFBqvXJ.js";
7
7
  import "../../../components/Col/Col.js";
8
8
  import "../../../components/Divider/Divider.js";
9
9
  import "../../../components/Card/Card.js";
10
10
  import "../../../index-2QXL0WYc.js";
11
- import "../../../Loading.module-Bs6DSfb4.js";
11
+ import "../../../Loading.module-DUh3NIWC.js";
12
12
  export {
13
13
  n as PageLoading
14
14
  };
@@ -3,12 +3,12 @@ import { IressStack as j } from "../../../components/Stack/Stack.js";
3
3
  import { useState as y, useEffect as u, useRef as I, useMemo as T } from "react";
4
4
  import { IressProgress as k } from "../../../components/Progress/Progress.js";
5
5
  import { c as M } from "../../../index-2QXL0WYc.js";
6
- import { l as n } from "../../../Loading.module-Bs6DSfb4.js";
6
+ import { l as n } from "../../../Loading.module-DUh3NIWC.js";
7
7
  import { IressText as v } from "../../../components/Text/Text.js";
8
8
  import { propagateTestid as O } from "../../../helpers/utility/propagateTestid.js";
9
9
  import { useShowIndicator as E } from "../hooks/useShowIndicator.js";
10
10
  import { useEstimatedProgressValue as R } from "../hooks/useEstimatedProgressValue.js";
11
- const H = "ids-start-up-loading--root-v5150", P = "ids-start-up-loading--progress-v5150", h = {
11
+ const H = "ids-start-up-loading--root-v5151", P = "ids-start-up-loading--progress-v5151", h = {
12
12
  root: H,
13
13
  progress: P
14
14
  }, U = ({
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import { af as d } from "../../../LoadingSuspense-BdXYIsHy.js";
2
+ import { af as d } from "../../../LoadingSuspense-BMFBqvXJ.js";
3
3
  import "../../../index-2QXL0WYc.js";
4
4
  import "react";
5
5
  import "../../../components/Text/Text.js";
6
- import "../../../Loading.module-Bs6DSfb4.js";
6
+ import "../../../Loading.module-DUh3NIWC.js";
7
7
  export {
8
8
  d as ValidateLoading
9
9
  };
@@ -1,4 +1,4 @@
1
- import { P as a, Q as o } from "../../LoadingSuspense-BdXYIsHy.js";
1
+ import { P as a, Q as o } from "../../LoadingSuspense-BMFBqvXJ.js";
2
2
  export {
3
3
  a as IressLoading,
4
4
  o as IressLoadingSuspense
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Safely calls the closest method on an element, handling cases where the element
3
+ * might not have the closest method (e.g., in jsdom environments)
4
+ */
5
+ export declare const safeClosest: (element: Element | null, selector: string) => Element | null;