@iress-oss/ids-components 6.1.0 → 6.2.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 (243) hide show
  1. package/.ai/components/select.md +16 -0
  2. package/dist/Autocomplete-DKufjQU5.js +324 -0
  3. package/dist/{Button-bZPKq0ue.js → Button-BY2qzshw.js} +4 -4
  4. package/dist/{Provider-DvnuqPfQ.js → Provider-BNuRw7ck.js} +2 -2
  5. package/dist/{Shadow-D2KoVwxD.js → Shadow-DAfthdT2.js} +3 -3
  6. package/dist/{Slideout-RnRSkJsj.js → Slideout-BOH2gwIN.js} +3 -3
  7. package/dist/{Table.styles-BLO9zGfS.js → Table.styles-CKD_vWqh.js} +3 -3
  8. package/dist/TableProvider-C8bDaWu2.js +80 -0
  9. package/dist/{TableRows-B3nZnazw.js → TableRows-DXoiLfwt.js} +3 -4
  10. package/dist/{Text.styles-C0D5aEE_.js → Text.styles-DUvXBRio.js} +2 -2
  11. package/dist/components/Alert/Alert.js +4 -4
  12. package/dist/components/Alert/Alert.styles.js +1 -1
  13. package/dist/components/Autocomplete/Autocomplete.d.ts +1 -1
  14. package/dist/components/Autocomplete/Autocomplete.js +1 -1
  15. package/dist/components/Autocomplete/Autocomplete.styles.js +1 -1
  16. package/dist/components/Autocomplete/components/AutocompleteInstructions.js +4 -1
  17. package/dist/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +7 -2
  18. package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +1 -1
  19. package/dist/components/Autocomplete/index.js +2 -2
  20. package/dist/components/Avatar/Avatar.js +3 -3
  21. package/dist/components/Avatar/Avatar.styles.js +1 -1
  22. package/dist/components/Avatar/AvatarGroup/AvatarGroup.js +3 -3
  23. package/dist/components/Avatar/AvatarGroup/AvatarGroup.styles.js +1 -1
  24. package/dist/components/Button/Button.js +1 -1
  25. package/dist/components/Button/CloseButton/CloseButton.js +2 -2
  26. package/dist/components/Button/index.js +1 -1
  27. package/dist/components/ButtonGroup/ButtonGroup.js +4 -4
  28. package/dist/components/ButtonGroup/ButtonGroup.styles.js +1 -1
  29. package/dist/components/Card/Card.js +3 -3
  30. package/dist/components/Card/Card.styles.js +1 -1
  31. package/dist/components/Checkbox/Checkbox.js +4 -4
  32. package/dist/components/Checkbox/Checkbox.styles.js +1 -1
  33. package/dist/components/CheckboxGroup/CheckboxGroup.js +1 -1
  34. package/dist/components/CheckboxGroup/CheckboxGroup.styles.js +1 -1
  35. package/dist/components/CheckboxMark/CheckboxMark.js +3 -3
  36. package/dist/components/CheckboxMark/CheckboxMark.styles.js +1 -1
  37. package/dist/components/Col/Col.js +2 -2
  38. package/dist/components/Col/Col.styles.js +1 -1
  39. package/dist/components/Container/Container.js +2 -2
  40. package/dist/components/Container/Container.styles.js +1 -1
  41. package/dist/components/Divider/Divider.js +3 -3
  42. package/dist/components/Divider/Divider.styles.js +1 -1
  43. package/dist/components/Expander/Expander.js +4 -4
  44. package/dist/components/Expander/Expander.styles.js +1 -1
  45. package/dist/components/ExpanderChevron/ExpanderChevron.js +1 -1
  46. package/dist/components/ExpanderChevron/ExpanderChevron.styles.js +1 -1
  47. package/dist/components/Field/Field.js +5 -5
  48. package/dist/components/Field/Field.styles.js +1 -1
  49. package/dist/components/Field/components/FieldFooter.js +3 -3
  50. package/dist/components/Field/components/FieldHint.js +3 -3
  51. package/dist/components/FieldGroup/FieldGroup.js +4 -4
  52. package/dist/components/FieldGroup/FieldGroup.styles.js +1 -1
  53. package/dist/components/Hide/Hide.js +1 -1
  54. package/dist/components/Hide/helpers/normaliseHideValues.js +1 -1
  55. package/dist/components/Icon/Icon.constants.js +1 -1
  56. package/dist/components/Icon/Icon.js +5 -5
  57. package/dist/components/Icon/Icon.styles.js +1 -1
  58. package/dist/components/Icon/IconProvider.js +2 -2
  59. package/dist/components/Icon/helpers/getMaterialSymbolsList.js +1 -1
  60. package/dist/components/Icon/hooks/useDynamicFontSubsetting.js +56 -39
  61. package/dist/components/Icon/index.js +1 -1
  62. package/dist/components/Image/Image.js +2 -2
  63. package/dist/components/Image/Image.styles.js +1 -1
  64. package/dist/components/Inline/Inline.js +2 -2
  65. package/dist/components/Inline/Inline.styles.js +1 -1
  66. package/dist/components/Input/Input.js +4 -4
  67. package/dist/components/Input/Input.styles.js +1 -1
  68. package/dist/components/Input/InputBase/InputBase.js +1 -1
  69. package/dist/components/InputCurrency/InputCurrency.js +1 -1
  70. package/dist/components/Label/Label.styles.js +1 -1
  71. package/dist/components/Label/LabelBase/LabelBase.js +2 -2
  72. package/dist/components/Link/Link.js +3 -3
  73. package/dist/components/Link/Link.styles.js +1 -1
  74. package/dist/components/Menu/Menu.js +3 -3
  75. package/dist/components/Menu/Menu.styles.js +1 -1
  76. package/dist/components/Menu/MenuDivider/MenuDivider.js +1 -1
  77. package/dist/components/Menu/MenuGroup/MenuGroup.js +2 -2
  78. package/dist/components/Menu/MenuGroup/MenuGroup.styles.js +1 -1
  79. package/dist/components/Menu/MenuHeading/MenuHeading.js +1 -1
  80. package/dist/components/Menu/MenuItem/MenuItem.js +4 -4
  81. package/dist/components/Menu/MenuItem/MenuItem.styles.js +1 -1
  82. package/dist/components/Menu/MenuText/MenuText.js +3 -3
  83. package/dist/components/Modal/Modal.js +6 -6
  84. package/dist/components/Modal/Modal.styles.js +1 -1
  85. package/dist/components/Panel/Panel.js +1 -1
  86. package/dist/components/Pill/Pill.js +4 -4
  87. package/dist/components/Pill/Pill.styles.js +1 -1
  88. package/dist/components/Placeholder/Placeholder.js +1 -1
  89. package/dist/components/Placeholder/Placeholder.styles.js +1 -1
  90. package/dist/components/Popover/InputPopover/InputPopover.js +2 -2
  91. package/dist/components/Popover/Popover.js +4 -4
  92. package/dist/components/Popover/Popover.styles.js +1 -1
  93. package/dist/components/Popover/components/PopoverContent.js +54 -44
  94. package/dist/components/Popover/helpers/handlePopoverTabKey.js +2 -2
  95. package/dist/components/Popover/hooks/useFloatingPopover.js +1 -1
  96. package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
  97. package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
  98. package/dist/components/Progress/Progress.js +5 -5
  99. package/dist/components/Progress/Progress.styles.js +1 -1
  100. package/dist/components/Provider/Provider.js +1 -1
  101. package/dist/components/Provider/index.js +1 -1
  102. package/dist/components/Radio/Radio.js +4 -4
  103. package/dist/components/Radio/Radio.styles.js +1 -1
  104. package/dist/components/RadioGroup/RadioGroup.js +2 -2
  105. package/dist/components/RadioGroup/RadioGroup.styles.js +1 -1
  106. package/dist/components/RadioMark/RadioMark.js +3 -3
  107. package/dist/components/RadioMark/RadioMark.styles.js +1 -1
  108. package/dist/components/Readonly/Readonly.js +4 -4
  109. package/dist/components/Readonly/Readonly.styles.js +1 -1
  110. package/dist/components/Row/Row.js +2 -2
  111. package/dist/components/Row/Row.styles.js +1 -1
  112. package/dist/components/Select/Select.d.ts +6 -0
  113. package/dist/components/Select/Select.js +1 -1
  114. package/dist/components/Select/Select.styles.js +1 -1
  115. package/dist/components/Select/SelectBody/SelectBody.js +1 -1
  116. package/dist/components/Select/SelectBody/SelectBody.styles.js +1 -1
  117. package/dist/components/Select/SelectHeading/SelectHeading.js +2 -2
  118. package/dist/components/Select/SelectLabel/SelectLabel.js +1 -1
  119. package/dist/components/Select/SelectLabel/SelectLabel.styles.js +1 -1
  120. package/dist/components/Select/SelectMenu/SelectMenu.js +1 -1
  121. package/dist/components/Select/SelectMenu/SelectMenu.styles.js +1 -1
  122. package/dist/components/Select/SelectMenu/SelectMenuItem.js +1 -1
  123. package/dist/components/Select/SelectSearch/SelectSearch.js +1 -1
  124. package/dist/components/Select/SelectSearch/SelectSearch.styles.js +1 -1
  125. package/dist/components/Select/SelectSearchInput/SelectSearchInput.js +1 -1
  126. package/dist/components/Select/SelectSearchInput/SelectSearchInput.styles.js +1 -1
  127. package/dist/components/Select/SelectTags/SelectTags.js +2 -2
  128. package/dist/components/Select/SelectTags/SelectTags.styles.js +1 -1
  129. package/dist/components/Select/components/NativeSelect.js +3 -3
  130. package/dist/components/Select/components/NativeSelect.styles.d.ts +1 -1
  131. package/dist/components/Select/components/NativeSelect.styles.js +2 -2
  132. package/dist/components/Select/components/SelectOptions.d.ts +2 -2
  133. package/dist/components/Select/components/SelectOptions.js +78 -72
  134. package/dist/components/Select/index.js +1 -1
  135. package/dist/components/Skeleton/Skeleton.js +1 -1
  136. package/dist/components/Skeleton/Skeleton.styles.js +1 -1
  137. package/dist/components/SkipLink/SkipLink.js +2 -2
  138. package/dist/components/SkipLink/SkipLink.styles.js +1 -1
  139. package/dist/components/Slideout/Slideout.js +1 -1
  140. package/dist/components/Slideout/Slideout.styles.js +1 -1
  141. package/dist/components/Slideout/components/SlideoutInner.js +2 -2
  142. package/dist/components/Slideout/hooks/usePushElement.js +1 -1
  143. package/dist/components/Slideout/index.js +1 -1
  144. package/dist/components/Slider/Slider.js +3 -3
  145. package/dist/components/Slider/Slider.styles.js +1 -1
  146. package/dist/components/Slider/components/SliderTicks.js +2 -2
  147. package/dist/components/Spinner/Spinner.js +1 -1
  148. package/dist/components/Spinner/Spinner.styles.js +2 -2
  149. package/dist/components/Stack/Stack.js +2 -2
  150. package/dist/components/Stack/Stack.styles.js +1 -1
  151. package/dist/components/Styled/Styled.js +1 -1
  152. package/dist/components/TabSet/Tab/Tab.js +3 -3
  153. package/dist/components/TabSet/Tab/Tab.styles.js +1 -1
  154. package/dist/components/TabSet/TabSet.js +5 -5
  155. package/dist/components/TabSet/TabSet.styles.js +1 -1
  156. package/dist/components/Table/Table.js +1 -1
  157. package/dist/components/Table/Table.styles.js +1 -1
  158. package/dist/components/Table/TableBody/TableBody.js +1 -1
  159. package/dist/components/Table/TableProvider.js +2 -43
  160. package/dist/components/Table/components/TableEmpty.js +1 -1
  161. package/dist/components/Table/components/TableFilterButton.js +1 -1
  162. package/dist/components/Table/components/TableHeader.js +1 -1
  163. package/dist/components/Table/components/TableHeaderCell.js +1 -1
  164. package/dist/components/Table/components/TableRows.js +1 -1
  165. package/dist/components/Table/components/TableSortButton.js +1 -1
  166. package/dist/components/Table/helpers/composeTableColumnDefs.js +1 -1
  167. package/dist/components/Table/helpers/composeTableInitialColumnFilters.js +1 -1
  168. package/dist/components/Table/hooks/useTable.js +1 -1
  169. package/dist/components/Table/hooks/useTableColumnFilter.js +2 -2
  170. package/dist/components/Table/hooks/useTableColumnSort.js +1 -1
  171. package/dist/components/Table/hooks/useTableColumnStyles.js +4 -4
  172. package/dist/components/Table/index.js +2 -2
  173. package/dist/components/Tag/Tag.js +3 -3
  174. package/dist/components/Tag/Tag.styles.js +1 -1
  175. package/dist/components/TagInput/TagInput.styles.js +1 -1
  176. package/dist/components/Text/Text.js +3 -3
  177. package/dist/components/Text/Text.styles.js +1 -1
  178. package/dist/components/Text/index.js +1 -1
  179. package/dist/components/Toaster/Toaster.js +3 -3
  180. package/dist/components/Toaster/Toaster.styles.js +1 -1
  181. package/dist/components/Toaster/components/Toast/Toast.js +2 -2
  182. package/dist/components/Toaster/components/Toast/Toast.styles.js +1 -1
  183. package/dist/components/Toggle/Toggle.js +3 -3
  184. package/dist/components/Toggle/Toggle.styles.js +1 -1
  185. package/dist/components/Tooltip/Tooltip.js +3 -3
  186. package/dist/components/Tooltip/Tooltip.styles.js +1 -1
  187. package/dist/components/ValidationMessage/ValidationLink/ValidationLink.js +1 -1
  188. package/dist/components/ValidationMessage/ValidationMessage.js +3 -3
  189. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -2
  190. package/dist/{composeTableColumnDefs-B1U_Snxq.js → composeTableColumnDefs-DzUn8D5f.js} +230 -266
  191. package/dist/constants.js +1 -1
  192. package/dist/{create-recipe-CYwSzH6a.js → create-recipe-A316lnq3.js} +3 -3
  193. package/dist/{css-D3KwXbP0.js → css-R34N3rft.js} +32 -32
  194. package/dist/{cva-BWFp4eLV.js → cva-DcOwIar2.js} +2 -2
  195. package/dist/{factory-sKbby7-S.js → factory-BKr3zaf6.js} +4 -4
  196. package/dist/{floating-ui.react-COiJC198.js → floating-ui.react-TDMXDOBr.js} +50 -50
  197. package/dist/helpers/dom/focusableElements.js +1 -1
  198. package/dist/helpers/label-value/highlightQueryInLabel.js +378 -2
  199. package/dist/helpers/label-value/highlightQueryInLabelValue.js +1 -1
  200. package/dist/helpers/label-value/searchLabelValues.js +3 -2
  201. package/dist/helpers/styling/iressCss.js +1 -1
  202. package/dist/hooks/useBreakpoint.js +1 -1
  203. package/dist/hooks/useResponsiveProps.js +1 -1
  204. package/dist/index.d-BITk11Vr.js +4 -0
  205. package/dist/{index.esm-CmxdHJYy.js → index.esm-CapMi3wi.js} +2 -2
  206. package/dist/{is-valid-prop-BoZ7GJt2.js → is-valid-prop-BVyYPT21.js} +1 -1
  207. package/dist/{main-BpD96KHv.js → main-TklToXNs.js} +24 -25
  208. package/dist/main.js +10 -10
  209. package/dist/patterns/Breadcrumbs/Breadcrumbs.js +2 -2
  210. package/dist/patterns/Breadcrumbs/Breadcrumbs.styles.js +1 -1
  211. package/dist/patterns/ContextualMenu/ContextualMenu.js +5 -5
  212. package/dist/patterns/ContextualMenu/ContextualMenu.styles.js +1 -1
  213. package/dist/patterns/DropdownMenu/DropdownMenu.js +86 -85
  214. package/dist/patterns/DropdownMenu/DropdownMenu.styles.js +1 -1
  215. package/dist/patterns/Form/Form.styles.js +1 -1
  216. package/dist/patterns/Form/FormField/helpers/getErrorTypeMessage.js +2 -2
  217. package/dist/patterns/Form/FormField/helpers/transformCustomRulesToValidateRule.js +5 -5
  218. package/dist/patterns/Form/FormValidationSummary/FormValidationSummary.js +1 -1
  219. package/dist/patterns/Form/HookForm/HookForm.js +2 -2
  220. package/dist/patterns/Form/components/LongForm.js +1 -1
  221. package/dist/patterns/Form/components/ShortForm.js +1 -1
  222. package/dist/patterns/Loading/Loading.styles.js +1 -1
  223. package/dist/patterns/Loading/components/ComponentLoading.js +4 -4
  224. package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
  225. package/dist/patterns/Loading/components/LongLoading.js +4 -4
  226. package/dist/patterns/Loading/components/PageLoading.js +2 -2
  227. package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
  228. package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
  229. package/dist/patterns/Shadow/Shadow.js +1 -1
  230. package/dist/patterns/Shadow/index.js +1 -1
  231. package/dist/patterns/SideNav/SideNav.js +4 -4
  232. package/dist/patterns/SideNav/SideNav.styles.js +1 -1
  233. package/dist/rolldown-runtime-3b4jIN3o.js +13 -0
  234. package/dist/style.css +1 -1
  235. package/dist/{sva-DOLIp5Dd.js → sva-DGhdmNso.js} +3 -3
  236. package/dist/{useAutocompleteSearch-DxKxs6HH.js → useAutocompleteSearch-BYzUn7Ag.js} +45 -44
  237. package/package.json +16 -16
  238. package/dist/Autocomplete-BRGD9dSh.js +0 -321
  239. package/dist/highlightQueryInLabel-BLIy9JHT.js +0 -386
  240. package/dist/index.d-CLYyYDIv.js +0 -4
  241. /package/dist/{constants-D0UW4Ewm.js → constants-DJz-xntC.js} +0 -0
  242. /package/dist/{cx-CZ8IJJTy.js → cx-QcEwjve6.js} +0 -0
  243. /package/dist/{tokens-CG_Rn1W3.js → tokens-DQsbW5to.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  //#region src/components/Icon/helpers/getMaterialSymbolsList.ts
2
2
  var e = async () => {
3
- let { default: e } = await import("../../../index.d-CLYyYDIv.js"), t = e, n = /type MaterialSymbols = (\[)([\s\S]*?)(\]);/.exec(t);
3
+ let { default: e } = await import("../../../index.d-BITk11Vr.js"), t = e, n = /type MaterialSymbols = (\[)([\s\S]*?)(\]);/.exec(t);
4
4
  if (!n) throw Error("Could not parse Material Symbols type definition");
5
5
  return n[2].split(",").map((e) => e.trim()).filter((e) => e.startsWith("\"")).map((e) => e.replace(/(^")|("$)/g, ""));
6
6
  }, t = null, n = () => (t ??= e(), t);
@@ -2,63 +2,80 @@ import { getNonce as e } from "../../../helpers/dom/getNonce.js";
2
2
  import { idsLogger as t } from "../../../helpers/utility/idsLogger.js";
3
3
  import { useCallback as n, useEffect as r, useRef as i, useState as a } from "react";
4
4
  //#region src/components/Icon/hooks/useDynamicFontSubsetting.ts
5
- var o = ({ icons: o, buildUrl: s, dataAttribute: c, fontFamily: l, disabled: u = !1, noSubsetting: d = !1 }) => {
6
- let [f, p] = a(/* @__PURE__ */ new Set()), [m, h] = a(!1), g = i(null), _ = n((e) => {
7
- p((t) => {
5
+ var o = (e, t, n) => {
6
+ let r = Array.from(document.querySelectorAll(`link[data-${t}]`)).filter((e) => e !== n).flatMap((e) => {
7
+ let t = e.getAttribute("data-icons");
8
+ return t ? t.split(",").filter(Boolean) : [];
9
+ });
10
+ if (r.length === 0) return e;
11
+ let i = Array.from(/* @__PURE__ */ new Set([...e, ...r]));
12
+ return i.sort((e, t) => e.localeCompare(t)), i;
13
+ }, s = (e, t, n) => {
14
+ if (e) return !1;
15
+ let r = document.querySelector(`link[data-${t}]:not([data-icons])`);
16
+ return !!(r && r !== n);
17
+ }, c = (e, t, n, r) => e ? !t : n.some((e) => !r.has(e)), l = 0, u = ({ icons: u, buildUrl: d, dataAttribute: f, fontFamily: p, disabled: m = !1, noSubsetting: h = !1 }) => {
18
+ let [g, _] = a(/* @__PURE__ */ new Set()), [v, y] = a(!1), b = i(null), x = i(String(++l)), S = n((e) => {
19
+ _((t) => {
8
20
  let n = new Set(t);
9
21
  return e.forEach((e) => n.add(e)), n;
10
22
  });
11
- }, []), v = n((e) => {
23
+ }, []), C = n((e) => {
12
24
  e?.parentNode?.removeChild(e);
13
- }, []), y = n((e, t) => {
14
- _(t), v(e), d && h(!0);
25
+ }, []), w = n((e, t) => {
26
+ S(t), C(e), h && y(!0);
15
27
  }, [
16
- _,
17
- v,
18
- d
19
- ]), b = n((e) => {
20
- t(`[useDynamicFontSubsetting] Failed to load font "${l}" for icons: ${e.join(", ")}. Icons will render as text after timeout.`), setTimeout(() => {
21
- _(e);
28
+ S,
29
+ C,
30
+ h
31
+ ]), T = n((e) => {
32
+ t(`[useDynamicFontSubsetting] Failed to load font "${p}" for icons: ${e.join(", ")}. Icons will render as text after timeout.`), setTimeout(() => {
33
+ S(e);
22
34
  }, 3e3);
23
- }, [_, l]), x = n((e, t) => {
24
- "fonts" in document ? (document.fonts.check(`24px "${l}"`) ? Promise.resolve() : document.fonts.load(`24px "${l}"`)).then(() => y(e, t)).catch(() => b(t)) : setTimeout(() => _(t), 1e3);
35
+ }, [S, p]), E = n((e, t) => {
36
+ "fonts" in document ? (document.fonts.check(`24px "${p}"`) ? Promise.resolve() : document.fonts.load(`24px "${p}"`)).then(() => w(e, t)).catch(() => T(t)) : setTimeout(() => S(t), 1e3);
25
37
  }, [
26
- l,
27
- y,
28
- b,
29
- _
38
+ p,
39
+ w,
40
+ T,
41
+ S
30
42
  ]);
31
43
  return r(() => () => {
32
- g.current?.parentNode?.removeChild(g.current);
33
- }, []), r(() => {
34
- if (u) return;
35
- let t = Array.from(o);
36
- t.sort((e, t) => e.localeCompare(t));
37
- let n = s(t), r = document.querySelector(`link[data-${c}]`);
38
- if (n === !1) {
39
- d && h(!0);
44
+ document.querySelectorAll(`link[data-${f}="${x.current}"]`).forEach((e) => e.parentNode?.removeChild(e));
45
+ }, [f]), r(() => {
46
+ if (m) return;
47
+ let t = x.current, n = Array.from(u);
48
+ n.sort((e, t) => e.localeCompare(t));
49
+ let r = document.querySelector(`link[data-${f}="${t}"]`);
50
+ if (s(h, f, r)) {
51
+ E(null, n);
52
+ return;
53
+ }
54
+ let i = d(h ? n : o(n, f, r));
55
+ if (i === !1) {
56
+ h && y(!0);
40
57
  return;
41
58
  }
42
- if (r?.getAttribute("data-url") === n) {
43
- (d && !m || t.some((e) => !f.has(e))) && x(null, t);
59
+ if (r?.getAttribute("data-url") === i) {
60
+ c(h, v, n, g) && E(null, n);
44
61
  return;
45
62
  }
46
- let i = e(), a = document.createElement("link");
47
- a.rel = "stylesheet", a.href = n, i && (a.nonce = i), a.setAttribute(`data-${c}`, "true"), a.setAttribute("data-url", n), a.addEventListener("load", () => x(r, t)), a.addEventListener("error", () => b(t)), document.head.appendChild(a), g.current = a;
63
+ let a = e(), l = document.createElement("link");
64
+ l.rel = "stylesheet", l.href = i, a && (l.nonce = a), l.setAttribute(`data-${f}`, t), l.setAttribute("data-url", i), h || l.setAttribute("data-icons", n.join(",")), l.addEventListener("load", () => E(r, n)), l.addEventListener("error", () => T(n)), document.head.appendChild(l), b.current = l;
48
65
  }, [
49
- o,
50
- s,
51
- c,
52
66
  u,
53
- x,
54
- b,
55
67
  d,
68
+ f,
56
69
  m,
57
- f
70
+ E,
71
+ T,
72
+ h,
73
+ v,
74
+ g
58
75
  ]), {
59
- loadedIcons: f,
60
- isIconLoaded: (e) => d ? m : f.has(e)
76
+ loadedIcons: g,
77
+ isIconLoaded: (e) => h ? v : g.has(e)
61
78
  };
62
79
  };
63
80
  //#endregion
64
- export { o as useDynamicFontSubsetting };
81
+ export { u as useDynamicFontSubsetting };
@@ -1,5 +1,5 @@
1
1
  import { icon as e } from "./Icon.styles.js";
2
- import { s as t } from "../../constants-D0UW4Ewm.js";
2
+ import { s as t } from "../../constants-DJz-xntC.js";
3
3
  import { IressIconProvider as n } from "./IconProvider.js";
4
4
  import { IressIcon as r } from "./Icon.js";
5
5
  export { r as IressIcon, n as IressIconProvider, t as MATERIAL_SYMBOLS, e as icon };
@@ -1,5 +1,5 @@
1
- import { t as e } from "../../cx-CZ8IJJTy.js";
2
- import { t } from "../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../cx-QcEwjve6.js";
2
+ import { t } from "../../factory-BKr3zaf6.js";
3
3
  import { GlobalCSSClass as n } from "../../enums.js";
4
4
  import { image as r } from "./Image.styles.js";
5
5
  import { jsx as i } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { n as e } from "../../cva-BWFp4eLV.js";
1
+ import { n as e } from "../../cva-DcOwIar2.js";
2
2
  //#region src/components/Image/Image.styles.ts
3
3
  var t = e({
4
4
  base: {
@@ -1,5 +1,5 @@
1
- import { t as e } from "../../cx-CZ8IJJTy.js";
2
- import { t } from "../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../cx-QcEwjve6.js";
2
+ import { t } from "../../factory-BKr3zaf6.js";
3
3
  import { GlobalCSSClass as n } from "../../enums.js";
4
4
  import { inline as r } from "./Inline.styles.js";
5
5
  import { jsx as i } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { n as e } from "../../cva-BWFp4eLV.js";
1
+ import { n as e } from "../../cva-DcOwIar2.js";
2
2
  //#region src/components/Inline/Inline.styles.ts
3
3
  var t = e({
4
4
  base: {
@@ -1,8 +1,8 @@
1
- import { t as e } from "../../cx-CZ8IJJTy.js";
2
- import { n as t } from "../../is-valid-prop-BoZ7GJt2.js";
3
- import { t as n } from "../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../cx-QcEwjve6.js";
2
+ import { n as t } from "../../is-valid-prop-BVyYPT21.js";
3
+ import { t as n } from "../../factory-BKr3zaf6.js";
4
4
  import { GlobalCSSClass as r } from "../../enums.js";
5
- import { t as i } from "../../Button-bZPKq0ue.js";
5
+ import { t as i } from "../../Button-BY2qzshw.js";
6
6
  import { IressSpinner as a } from "../Spinner/Spinner.js";
7
7
  import { useControlledState as o } from "../../hooks/useControlledState.js";
8
8
  import { IressCloseButton as s } from "../Button/CloseButton/CloseButton.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../sva-DOLIp5Dd.js";
1
+ import { t as e } from "../../sva-DGhdmNso.js";
2
2
  //#region src/components/Input/Input.styles.ts
3
3
  var t = e({
4
4
  slots: [
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../../factory-BKr3zaf6.js";
2
2
  import { forwardRef as t, useImperativeHandle as n, useRef as r } from "react";
3
3
  import { jsx as i } from "react/jsx-runtime";
4
4
  var a = t(({ "data-testid": t, rows: a, ...o }, s) => {
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../cx-CZ8IJJTy.js";
1
+ import { t as e } from "../../cx-QcEwjve6.js";
2
2
  import { GlobalCSSClass as t } from "../../enums.js";
3
3
  import { IressText as n } from "../Text/Text.js";
4
4
  import { IressInput as r } from "../Input/Input.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../sva-DOLIp5Dd.js";
1
+ import { t as e } from "../../sva-DGhdmNso.js";
2
2
  //#region src/components/Label/Label.styles.ts
3
3
  var t = e({
4
4
  slots: [
@@ -1,5 +1,5 @@
1
- import { t as e } from "../../../cx-CZ8IJJTy.js";
2
- import { t } from "../../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../../cx-QcEwjve6.js";
2
+ import { t } from "../../../factory-BKr3zaf6.js";
3
3
  import { GlobalCSSClass as n } from "../../../enums.js";
4
4
  import { IressIcon as r } from "../../Icon/Icon.js";
5
5
  import { propagateTestid as i } from "../../../helpers/utility/propagateTestid.js";
@@ -1,6 +1,6 @@
1
- import { t as e } from "../../css-D3KwXbP0.js";
2
- import { t } from "../../cx-CZ8IJJTy.js";
3
- import { n } from "../../is-valid-prop-BoZ7GJt2.js";
1
+ import { t as e } from "../../css-R34N3rft.js";
2
+ import { t } from "../../cx-QcEwjve6.js";
3
+ import { n } from "../../is-valid-prop-BVyYPT21.js";
4
4
  import { GlobalCSSClass as r } from "../../enums.js";
5
5
  import { IressSpinner as i } from "../Spinner/Spinner.js";
6
6
  import { link as a } from "./Link.styles.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../sva-DOLIp5Dd.js";
1
+ import { t as e } from "../../sva-DGhdmNso.js";
2
2
  var t = e({
3
3
  slots: [
4
4
  "root",
@@ -1,10 +1,10 @@
1
- import { t as e } from "../../cx-CZ8IJJTy.js";
2
- import { t } from "../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../cx-QcEwjve6.js";
2
+ import { t } from "../../factory-BKr3zaf6.js";
3
3
  import { GlobalCSSClass as n } from "../../enums.js";
4
4
  import { toArray as r } from "../../helpers/formatting/toArray.js";
5
5
  import { useControlledState as i } from "../../hooks/useControlledState.js";
6
6
  import { useIdIfNeeded as a } from "../../hooks/useIdIfNeeded.js";
7
- import { t as o } from "../../floating-ui.react-COiJC198.js";
7
+ import { t as o } from "../../floating-ui.react-TDMXDOBr.js";
8
8
  import { usePopover as s } from "../Popover/hooks/usePopover.js";
9
9
  import { IressTooltipProvider as c } from "../Tooltip/TooltipProvider.js";
10
10
  import { menu as l } from "./Menu.styles.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../sva-DOLIp5Dd.js";
1
+ import { t as e } from "../../sva-DGhdmNso.js";
2
2
  //#region src/components/Menu/Menu.styles.ts
3
3
  var t = e({
4
4
  slots: ["root"],
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../cx-CZ8IJJTy.js";
1
+ import { t as e } from "../../../cx-QcEwjve6.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
3
  import { MenuContext as n } from "../Menu.js";
4
4
  import { IressDivider as r } from "../../Divider/Divider.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../cx-CZ8IJJTy.js";
1
+ import { t as e } from "../../../cx-QcEwjve6.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
3
  import { IressIcon as n } from "../../Icon/Icon.js";
4
4
  import { propagateTestid as r } from "../../../helpers/utility/propagateTestid.js";
@@ -79,7 +79,7 @@ var v = ({ append: v, active: y, children: b, className: x, defaultActive: S, di
79
79
  "data-testid": A,
80
80
  ...j,
81
81
  className: e(t.MenuGroup, x),
82
- srOnly: F == "rail" ? !0 : void 0,
82
+ srOnly: F == "rail" || void 0,
83
83
  width: F == "rail" ? "auto" : void 0,
84
84
  children: E
85
85
  }),
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../sva-DOLIp5Dd.js";
1
+ import { t as e } from "../../../sva-DGhdmNso.js";
2
2
  //#region src/components/Menu/MenuGroup/MenuGroup.styles.ts
3
3
  var t = e({
4
4
  slots: [
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../cx-CZ8IJJTy.js";
1
+ import { t as e } from "../../../cx-QcEwjve6.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
3
  import { IressMenuText as n } from "../MenuText/MenuText.js";
4
4
  import { jsx as r } from "react/jsx-runtime";
@@ -1,11 +1,11 @@
1
- import { t as e } from "../../../css-D3KwXbP0.js";
2
- import { t } from "../../../cx-CZ8IJJTy.js";
3
- import { n } from "../../../is-valid-prop-BoZ7GJt2.js";
1
+ import { t as e } from "../../../css-R34N3rft.js";
2
+ import { t } from "../../../cx-QcEwjve6.js";
3
+ import { n } from "../../../is-valid-prop-BVyYPT21.js";
4
4
  import { GlobalCSSClass as r } from "../../../enums.js";
5
5
  import { idsLogger as ee } from "../../../helpers/utility/idsLogger.js";
6
6
  import { IressIcon as i } from "../../Icon/Icon.js";
7
7
  import { propagateTestid as a } from "../../../helpers/utility/propagateTestid.js";
8
- import { n as te } from "../../../floating-ui.react-COiJC198.js";
8
+ import { n as te } from "../../../floating-ui.react-TDMXDOBr.js";
9
9
  import { usePopover as o } from "../../Popover/hooks/usePopover.js";
10
10
  import { usePopoverItem as s } from "../../Popover/hooks/usePopoverItem.js";
11
11
  import { IressTooltip as ne } from "../../Tooltip/Tooltip.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../../sva-DOLIp5Dd.js";
1
+ import { t as e } from "../../../sva-DGhdmNso.js";
2
2
  //#region src/components/Menu/MenuItem/MenuItem.styles.ts
3
3
  var t = e({
4
4
  slots: [
@@ -1,6 +1,6 @@
1
- import { t as e } from "../../../css-D3KwXbP0.js";
2
- import { t } from "../../../cx-CZ8IJJTy.js";
3
- import { n } from "../../../is-valid-prop-BoZ7GJt2.js";
1
+ import { t as e } from "../../../css-R34N3rft.js";
2
+ import { t } from "../../../cx-QcEwjve6.js";
3
+ import { n } from "../../../is-valid-prop-BVyYPT21.js";
4
4
  import { GlobalCSSClass as r } from "../../../enums.js";
5
5
  import { IressText as i } from "../../Text/Text.js";
6
6
  import { MenuContext as a } from "../Menu.js";
@@ -1,16 +1,16 @@
1
- import { t as e } from "../../cx-CZ8IJJTy.js";
2
- import { n as t } from "../../is-valid-prop-BoZ7GJt2.js";
3
- import { t as n } from "../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../cx-QcEwjve6.js";
2
+ import { n as t } from "../../is-valid-prop-BVyYPT21.js";
3
+ import { t as n } from "../../factory-BKr3zaf6.js";
4
4
  import { GlobalCSSClass as r } from "../../enums.js";
5
5
  import { idsLogger as i } from "../../helpers/utility/idsLogger.js";
6
6
  import { IressIcon as ee } from "../Icon/Icon.js";
7
- import { t as te } from "../../Button-bZPKq0ue.js";
8
- import { t as ne } from "../../Text.styles-C0D5aEE_.js";
7
+ import { t as te } from "../../Button-BY2qzshw.js";
8
+ import { t as ne } from "../../Text.styles-DUvXBRio.js";
9
9
  import { IressText as a } from "../Text/Text.js";
10
10
  import { propagateTestid as o } from "../../helpers/utility/propagateTestid.js";
11
11
  import { alert as s } from "../Alert/Alert.styles.js";
12
12
  import { useIdIfNeeded as c } from "../../hooks/useIdIfNeeded.js";
13
- import { b as l, d as u, g as re, o as ie, r as ae, s as oe, u as se, y as ce } from "../../floating-ui.react-COiJC198.js";
13
+ import { b as l, d as u, g as re, o as ie, r as ae, s as oe, u as se, y as ce } from "../../floating-ui.react-TDMXDOBr.js";
14
14
  import { IressCloseButton as le } from "../Button/CloseButton/CloseButton.js";
15
15
  import { modal as d } from "./Modal.styles.js";
16
16
  import { useProviderModal as f } from "./hooks/useProviderModal.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../sva-DOLIp5Dd.js";
1
+ import { t as e } from "../../sva-DGhdmNso.js";
2
2
  var t = e({
3
3
  slots: [
4
4
  "modal",
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../cx-CZ8IJJTy.js";
1
+ import { t as e } from "../../cx-QcEwjve6.js";
2
2
  import { GlobalCSSClass as t } from "../../enums.js";
3
3
  import { IressCard as n } from "../Card/Card.js";
4
4
  import { jsx as r } from "react/jsx-runtime";
@@ -1,7 +1,7 @@
1
- import { t as e } from "../../css-D3KwXbP0.js";
2
- import { t } from "../../cx-CZ8IJJTy.js";
3
- import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
- import { t as r } from "../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../css-R34N3rft.js";
2
+ import { t } from "../../cx-QcEwjve6.js";
3
+ import { n } from "../../is-valid-prop-BVyYPT21.js";
4
+ import { t as r } from "../../factory-BKr3zaf6.js";
5
5
  import { GlobalCSSClass as i } from "../../enums.js";
6
6
  import { pill as a } from "./Pill.styles.js";
7
7
  import { jsx as o } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { n as e } from "../../cva-BWFp4eLV.js";
1
+ import { n as e } from "../../cva-DcOwIar2.js";
2
2
  //#region src/components/Pill/Pill.styles.ts
3
3
  var t = e({
4
4
  base: {
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../cx-CZ8IJJTy.js";
1
+ import { t as e } from "../../cx-QcEwjve6.js";
2
2
  import { GlobalCSSClass as t } from "../../enums.js";
3
3
  import { IressText as n } from "../Text/Text.js";
4
4
  import { toCSSLengthValue as r } from "../../helpers/formatting/toCSSLengthValue.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../sva-DOLIp5Dd.js";
1
+ import { t as e } from "../../sva-DGhdmNso.js";
2
2
  //#region src/components/Placeholder/Placeholder.styles.ts
3
3
  var t = e({
4
4
  slots: [
@@ -1,5 +1,5 @@
1
- import { t as e } from "../../../cx-CZ8IJJTy.js";
2
- import { t } from "../../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../../cx-QcEwjve6.js";
2
+ import { t } from "../../../factory-BKr3zaf6.js";
3
3
  import { GlobalCSSClass as n } from "../../../enums.js";
4
4
  import { propagateTestid as r } from "../../../helpers/utility/propagateTestid.js";
5
5
  import { FloatingPopoverContext as i, useFloatingPopover as a } from "../hooks/useFloatingPopover.js";
@@ -1,7 +1,7 @@
1
- import { t as e } from "../../css-D3KwXbP0.js";
2
- import { t } from "../../cx-CZ8IJJTy.js";
3
- import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
- import { t as r } from "../../factory-sKbby7-S.js";
1
+ import { t as e } from "../../css-R34N3rft.js";
2
+ import { t } from "../../cx-QcEwjve6.js";
3
+ import { n } from "../../is-valid-prop-BVyYPT21.js";
4
+ import { t as r } from "../../factory-BKr3zaf6.js";
5
5
  import { GlobalCSSClass as i } from "../../enums.js";
6
6
  import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
7
7
  import { FloatingPopoverContext as o, useFloatingPopover as s } from "./hooks/useFloatingPopover.js";
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../sva-DOLIp5Dd.js";
1
+ import { t as e } from "../../sva-DGhdmNso.js";
2
2
  //#region src/components/Popover/Popover.styles.ts
3
3
  var t = e({
4
4
  slots: [
@@ -1,74 +1,84 @@
1
- import { t as e } from "../../../factory-sKbby7-S.js";
2
- import { a as t, c as n, f as r, i, p as a, r as o, s } from "../../../floating-ui.react-COiJC198.js";
1
+ import { t as e } from "../../../factory-BKr3zaf6.js";
2
+ import { a as t, c as n, f as r, i, p as a, r as o, s } from "../../../floating-ui.react-TDMXDOBr.js";
3
3
  import { usePopover as c } from "../hooks/usePopover.js";
4
4
  import { composePopoverFloatingProps as l } from "../helpers/composeFloatingProps.js";
5
5
  import { usePopoverContainer as u } from "../hooks/usePopoverContainer.js";
6
- import { useEffect as d, useMemo as f, useRef as p } from "react";
7
- import { jsx as m } from "react/jsx-runtime";
6
+ import { useEffect as d, useMemo as f, useRef as p, useState as m } from "react";
7
+ import { jsx as h } from "react/jsx-runtime";
8
8
  //#region src/components/Popover/components/PopoverContent.tsx
9
- var h = ({ children: t, displayMode: n, id: r, style: a, virtualFocus: s, ...u }) => {
10
- let h = c(), g = p(null);
9
+ var g = ({ children: t, displayMode: n, id: r, observerTarget: a, style: s, virtualFocus: u, ...m }) => {
10
+ let g = c(), _ = p(null);
11
11
  d(() => {
12
- if (h?.show) {
13
- let e = () => {
14
- document.querySelectorAll("[data-floating-ui-focus-guard][aria-hidden=\"true\"]").forEach((e) => {
12
+ if (g?.show) {
13
+ let e = a ?? document.body, t = () => {
14
+ e.querySelectorAll("[data-floating-ui-focus-guard][aria-hidden=\"true\"]").forEach((e) => {
15
15
  e instanceof HTMLElement && e.tabIndex !== -1 && (e.tabIndex = -1);
16
16
  });
17
- }, t = (e) => {
17
+ }, n = (e) => {
18
18
  e instanceof HTMLElement && e.hasAttribute("data-floating-ui-focus-guard") && e.getAttribute("aria-hidden") === "true" && e.tabIndex !== -1 && (e.tabIndex = -1);
19
- }, n = setTimeout(e, 0), r = new MutationObserver((e) => {
19
+ }, r = setTimeout(t, 0), i = new MutationObserver((e) => {
20
20
  e.forEach((e) => {
21
- e.addedNodes.forEach(t);
21
+ e.addedNodes.forEach(n);
22
22
  });
23
23
  });
24
- return r.observe(document.body, {
24
+ return i.observe(e, {
25
25
  childList: !0,
26
26
  subtree: !0
27
27
  }), () => {
28
- clearTimeout(n), r.disconnect();
28
+ clearTimeout(r), i.disconnect();
29
29
  };
30
30
  }
31
- }, [h?.show]), d(() => {
32
- h?.show && h.api.elements.reference && (g.current = h.getFocusableActivator() ?? null);
33
- }, [h?.show, h]);
34
- let _ = f(() => s ? !1 : g, [s]);
35
- if (!h) return null;
36
- let v = l(h, n, a, r);
37
- return /* @__PURE__ */ m(i, {
38
- elementsRef: h.list,
39
- children: /* @__PURE__ */ m(o, {
40
- context: h.api.context,
41
- initialFocus: s ? -1 : 0,
31
+ }, [g?.show, a]), d(() => {
32
+ g?.show && g.api.elements.reference && (_.current = g.getFocusableActivator() ?? null);
33
+ }, [g?.show, g]);
34
+ let v = f(() => !u && _, [u]);
35
+ if (!g) return null;
36
+ let y = l(g, n, s, r);
37
+ return /* @__PURE__ */ h(i, {
38
+ elementsRef: g.list,
39
+ children: /* @__PURE__ */ h(o, {
40
+ context: g.api.context,
41
+ initialFocus: u ? -1 : 0,
42
42
  modal: !1,
43
- disabled: !h?.show,
44
- returnFocus: _,
45
- children: /* @__PURE__ */ m(e.div, {
46
- ...u,
47
- hidden: !h?.show,
48
- ref: h?.api.refs.setFloating,
49
- ...v,
43
+ disabled: !g?.show,
44
+ returnFocus: v,
45
+ children: /* @__PURE__ */ h(e.div, {
46
+ ...m,
47
+ hidden: !g?.show,
48
+ ref: g?.api.refs.setFloating,
49
+ ...y,
50
50
  children: t
51
51
  })
52
52
  })
53
53
  });
54
54
  };
55
- h.displayName = "PopoverContentInner";
56
- var g = ({ container: e, ...n }) => {
57
- let i = r(), { container: a } = u(), o = e === void 0 ? a : e;
58
- return o ? /* @__PURE__ */ m(t, {
55
+ g.displayName = "PopoverContentInner";
56
+ var _ = ({ container: e, ...n }) => {
57
+ let i = r(), { container: a } = u(), o = e === void 0 ? a : e, [c, l] = m();
58
+ return d(() => {
59
+ if (!o) {
60
+ l(void 0);
61
+ return;
62
+ }
63
+ let e = "current" in o ? o.current ?? void 0 : o ?? void 0;
64
+ l(e);
65
+ }, [o]), o ? /* @__PURE__ */ h(t, {
59
66
  id: i,
60
- children: /* @__PURE__ */ m(s, {
67
+ children: /* @__PURE__ */ h(s, {
61
68
  root: o,
62
69
  preserveTabOrder: !0,
63
- children: /* @__PURE__ */ m(h, { ...n })
70
+ children: /* @__PURE__ */ h(g, {
71
+ ...n,
72
+ observerTarget: c
73
+ })
64
74
  })
65
- }) : /* @__PURE__ */ m(t, {
75
+ }) : /* @__PURE__ */ h(t, {
66
76
  id: i,
67
- children: /* @__PURE__ */ m(h, { ...n })
77
+ children: /* @__PURE__ */ h(g, { ...n })
68
78
  });
69
79
  };
70
- g.displayName = "PopoverContentContainer";
71
- var _ = (e) => a() === null ? /* @__PURE__ */ m(n, { children: /* @__PURE__ */ m(g, { ...e }) }) : /* @__PURE__ */ m(g, { ...e });
72
- _.displayName = "PopoverContent";
80
+ _.displayName = "PopoverContentContainer";
81
+ var v = (e) => a() === null ? /* @__PURE__ */ h(n, { children: /* @__PURE__ */ h(_, { ...e }) }) : /* @__PURE__ */ h(_, { ...e });
82
+ v.displayName = "PopoverContent";
73
83
  //#endregion
74
- export { _ as PopoverContent };
84
+ export { v as PopoverContent };
@@ -1,6 +1,6 @@
1
- import "../../../constants-D0UW4Ewm.js";
1
+ import "../../../constants-DJz-xntC.js";
2
2
  import { focusableElements as e } from "../../../helpers/dom/focusableElements.js";
3
- import { r as t } from "../../../index.esm-CmxdHJYy.js";
3
+ import { r as t } from "../../../index.esm-CapMi3wi.js";
4
4
  import { waitUntilTrue as n } from "./waitUntilTrue.js";
5
5
  //#region src/components/Popover/helpers/handlePopoverTabKey.ts
6
6
  var r = (e, t) => {
@@ -1,7 +1,7 @@
1
1
  import { GlobalCSSClass as e } from "../../../enums.js";
2
2
  import { useControlledState as t } from "../../../hooks/useControlledState.js";
3
3
  import { focusableElements as n } from "../../../helpers/dom/focusableElements.js";
4
- import { C as r, E as i, S as a, T as o, d as s, g as c, l as ee, u as l, w as u, x as d, y as f } from "../../../floating-ui.react-COiJC198.js";
4
+ import { C as r, E as i, S as a, T as o, d as s, g as c, l as ee, u as l, w as u, x as d, y as f } from "../../../floating-ui.react-TDMXDOBr.js";
5
5
  import { usePopoverNavigation as p } from "./usePopoverNavigation.js";
6
6
  import { usePopoverAria as m } from "./usePopoverAria.js";
7
7
  import { closestCrossShadow as h } from "../../../helpers/dom/closestCrossShadow.js";
@@ -1,4 +1,4 @@
1
- import { _ as e } from "../../../floating-ui.react-COiJC198.js";
1
+ import { _ as e } from "../../../floating-ui.react-TDMXDOBr.js";
2
2
  import { FloatingPopoverContext as t } from "./useFloatingPopover.js";
3
3
  import { useContext as n, useEffect as r, useId as i, useMemo as a } from "react";
4
4
  //#region src/components/Popover/hooks/usePopoverItem.tsx
@@ -1,4 +1,4 @@
1
- import { v as e } from "../../../floating-ui.react-COiJC198.js";
1
+ import { v as e } from "../../../floating-ui.react-TDMXDOBr.js";
2
2
  import { useEffect as t, useMemo as n, useRef as r, useState as i } from "react";
3
3
  //#region src/components/Popover/hooks/usePopoverNavigation.tsx
4
4
  var a = (a, o, s, c, l = 0) => {