@iress-oss/ids-components 0.0.1-dev.2 → 0.0.1-dev.20

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 (239) hide show
  1. package/README.md +1 -1
  2. package/dist/{AutocompleteNoResults-ImNh0dmJ.js → AutocompleteNoResults-CogA3XZs.js} +1 -1
  3. package/dist/{ComboboxHiddenInput-BVhoQtv3.js → ComboboxHiddenInput-gTOjjF3f.js} +5 -5
  4. package/dist/{FieldAppendToLabel-CY2e0YuF.js → FieldAppendToLabel-DCv5E5th.js} +13 -11
  5. package/dist/{InputBase-LsLk3nX1.js → InputBase-BFK9n82f.js} +1 -1
  6. package/dist/Loading.module-g2pe-Gfx.js +13 -0
  7. package/dist/LoadingSuspense-BwlrIicY.js +5773 -0
  8. package/dist/LogoFromSrc-BnImWqt6.js +59 -0
  9. package/dist/MenuItem.module-BxcFZeSh.js +24 -0
  10. package/dist/Popover.module-BKrF_xRW.js +11 -0
  11. package/dist/PopoverProvider-d3hhpW2k.js +142 -0
  12. package/dist/{SelectControl-BJo08wJN.js → SelectControl-D1SJlplM.js} +1 -1
  13. package/dist/SlideoutProvider-CQh140HM.js +200 -0
  14. package/dist/{SliderTicks-MkaJGb9A.js → SliderTicks-DQN0Ka4d.js} +1 -1
  15. package/dist/TabSet.module-FRUnHgA1.js +13 -0
  16. package/dist/Table.module-r-RfIeLI.js +32 -0
  17. package/dist/components/Alert/Alert.js +1 -1
  18. package/dist/components/Alert/index.js +1 -1
  19. package/dist/components/Autocomplete/Autocomplete.js +8 -6
  20. package/dist/components/Autocomplete/components/AutocompleteInstructions.js +12 -0
  21. package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
  22. package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +160 -95
  23. package/dist/components/Autocomplete/index.js +1 -1
  24. package/dist/components/Badge/Badge.js +4 -4
  25. package/dist/components/Button/Button.js +2 -2
  26. package/dist/components/Button/CloseButton/CloseButton.js +1 -1
  27. package/dist/components/Button/index.js +1 -1
  28. package/dist/components/ButtonGroup/ButtonGroup.js +2 -2
  29. package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
  30. package/dist/components/ButtonGroup/index.js +1 -1
  31. package/dist/components/Checkbox/Checkbox.js +1 -1
  32. package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
  33. package/dist/components/Checkbox/index.js +1 -1
  34. package/dist/components/CheckboxGroup/CheckboxGroup.js +6 -6
  35. package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
  36. package/dist/components/Combobox/Combobox.js +7 -5
  37. package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +7 -5
  38. package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
  39. package/dist/components/Combobox/components/ComboboxResults.js +8 -6
  40. package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +6 -4
  41. package/dist/components/Combobox/index.js +1 -1
  42. package/dist/components/Expander/Expander.js +1 -1
  43. package/dist/components/Field/Field.js +1 -1
  44. package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
  45. package/dist/components/Field/components/FieldAppendToLabel.js +7 -5
  46. package/dist/components/Filter/Filter.js +7 -5
  47. package/dist/components/Filter/components/FilterResetButton.js +6 -4
  48. package/dist/components/Filter/components/FilterSearch.js +6 -4
  49. package/dist/components/Filter/index.js +1 -1
  50. package/dist/components/Form/Form.js +1 -1
  51. package/dist/components/Form/FormField/FormField.js +45 -39
  52. package/dist/components/Form/FormField/FormFieldset.js +13 -11
  53. package/dist/components/Form/HookForm/HookForm.js +1 -1
  54. package/dist/components/Form/index.js +1 -1
  55. package/dist/components/Hide/Hide.js +1 -1
  56. package/dist/components/Hide/helpers/composeHideClasses.js +7 -5
  57. package/dist/components/Hide/index.js +1 -1
  58. package/dist/components/Icon/Icon.js +6 -4
  59. package/dist/components/Icon/index.js +1 -1
  60. package/dist/components/Inline/Inline.js +6 -4
  61. package/dist/components/Inline/index.js +1 -1
  62. package/dist/components/Input/ClearButton/ClearButton.js +1 -1
  63. package/dist/components/Input/Input.js +2 -2
  64. package/dist/components/Input/InputBase/InputBase.js +1 -1
  65. package/dist/components/Input/index.js +1 -1
  66. package/dist/components/InputCurrency/InputCurrency.js +1 -1
  67. package/dist/components/InputCurrency/index.js +1 -1
  68. package/dist/components/Label/LabelBase/LabelBase.js +1 -1
  69. package/dist/components/Menu/Menu.js +1 -1
  70. package/dist/components/Menu/MenuDivider/MenuDivider.js +6 -4
  71. package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
  72. package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
  73. package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
  74. package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
  75. package/dist/components/Menu/MenuItem/hooks/useMenuItemInteractions.js +41 -41
  76. package/dist/components/Menu/MenuText/MenuText.js +7 -5
  77. package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
  78. package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
  79. package/dist/components/Menu/index.js +1 -1
  80. package/dist/components/Modal/Modal.js +2 -2
  81. package/dist/components/Modal/hooks/useModal.js +17 -14
  82. package/dist/components/Modal/index.js +1 -1
  83. package/dist/components/Navbar/Navbar.js +2 -2
  84. package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
  85. package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
  86. package/dist/components/Navbar/components/NavbarLogo.js +2 -2
  87. package/dist/components/Navbar/index.js +1 -1
  88. package/dist/components/Placeholder/Placeholder.js +1 -1
  89. package/dist/components/Popover/InputPopover/InputPopover.js +36 -34
  90. package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
  91. package/dist/components/Popover/InputPopover/InputPopoverProvider.js +72 -66
  92. package/dist/components/Popover/Popover.js +32 -30
  93. package/dist/components/Popover/PopoverProvider.js +13 -111
  94. package/dist/components/Popover/components/NestedPopoverActivator.js +9 -0
  95. package/dist/components/Popover/components/PopoverActivator.js +40 -41
  96. package/dist/components/Popover/components/PopoverContent.js +15 -15
  97. package/dist/components/Popover/helpers/composeFloatingProps.js +26 -22
  98. package/dist/components/Popover/helpers/handlePopoverTabKey.js +16 -13
  99. package/dist/components/Popover/helpers/waitUntilTrue.js +12 -0
  100. package/dist/components/Popover/hooks/usePopover.js +1 -1
  101. package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +25 -17
  102. package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
  103. package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
  104. package/dist/components/Progress/Progress.js +1 -1
  105. package/dist/components/Provider/Provider.js +38 -0
  106. package/dist/components/Provider/index.js +4 -0
  107. package/dist/components/Radio/Radio.js +1 -1
  108. package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
  109. package/dist/components/Radio/index.js +1 -1
  110. package/dist/components/RadioGroup/RadioGroup.js +3 -3
  111. package/dist/components/Readonly/Readonly.js +7 -5
  112. package/dist/components/Readonly/index.js +1 -1
  113. package/dist/components/RichSelect/RichSelect.js +6 -4
  114. package/dist/components/RichSelect/SelectBody/SelectBody.js +7 -5
  115. package/dist/components/RichSelect/SelectCreate/SelectCreate.js +11 -9
  116. package/dist/components/RichSelect/SelectHeading/SelectHeading.js +6 -4
  117. package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
  118. package/dist/components/RichSelect/SelectMenu/SelectMenu.js +6 -4
  119. package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +6 -4
  120. package/dist/components/RichSelect/SelectSearch/SelectSearch.js +5 -3
  121. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
  122. package/dist/components/RichSelect/SelectTags/SelectTags.js +5 -3
  123. package/dist/components/RichSelect/components/SelectActivator.js +1 -1
  124. package/dist/components/RichSelect/components/SelectOptions.js +6 -4
  125. package/dist/components/RichSelect/index.js +1 -1
  126. package/dist/components/Row/Row.js +6 -4
  127. package/dist/components/Row/index.js +1 -1
  128. package/dist/components/Select/Select.js +2 -2
  129. package/dist/components/Select/components/SelectControl.js +1 -1
  130. package/dist/components/Select/components/SelectReadonly.js +6 -4
  131. package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
  132. package/dist/components/Select/helpers/nodesToSelectOptions.js +3 -3
  133. package/dist/components/Select/index.js +1 -1
  134. package/dist/components/Skeleton/Skeleton.js +2 -2
  135. package/dist/components/SkipLink/SkipLink.js +1 -1
  136. package/dist/components/Slideout/Slideout.js +5 -3
  137. package/dist/components/Slideout/SlideoutProvider.js +6 -89
  138. package/dist/components/Slideout/components/SlideoutInner.js +3 -2
  139. package/dist/components/Slideout/hooks/useIDSProvidedSlideout.js +1 -1
  140. package/dist/components/Slideout/hooks/useSlideout.js +17 -14
  141. package/dist/components/Slideout/index.js +7 -7
  142. package/dist/components/Slider/Slider.js +2 -2
  143. package/dist/components/Slider/components/SliderTicks.js +1 -1
  144. package/dist/components/Slider/index.js +1 -1
  145. package/dist/components/Spinner/Spinner.js +1 -1
  146. package/dist/components/Spinner/index.js +1 -1
  147. package/dist/components/TabSet/Tab/Tab.js +74 -62
  148. package/dist/components/TabSet/TabSet.js +2 -2
  149. package/dist/components/TabSet/components/TabSetItem.js +2 -2
  150. package/dist/components/Table/Table.js +4 -3
  151. package/dist/components/Table/TableBody/TableBody.js +2 -2
  152. package/dist/components/Table/TableProvider.js +29 -25
  153. package/dist/components/Table/components/TableEmpty.js +1 -1
  154. package/dist/components/Table/components/TableHeader.js +2 -2
  155. package/dist/components/Table/components/TableHeaderCell.js +2 -2
  156. package/dist/components/Table/components/TableRows.js +1 -1
  157. package/dist/components/Table/components/TableSortButton.js +2 -2
  158. package/dist/components/Table/helpers/composeIDSTableColumnDefs.js +5 -5
  159. package/dist/components/Table/hooks/useIDSTableColumnStyles.js +1 -1
  160. package/dist/components/Table/index.js +1 -1
  161. package/dist/components/Tag/Tag.js +1 -1
  162. package/dist/components/Tag/TagInput/TagInput.js +1 -1
  163. package/dist/components/Tag/components/TagListInput/TagListInput.js +1 -1
  164. package/dist/components/Tag/index.js +1 -1
  165. package/dist/components/Toaster/Toast/Toast.js +1 -1
  166. package/dist/components/Toaster/Toast/ToastAnimated.js +2 -2
  167. package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
  168. package/dist/components/Toaster/Toaster.js +3 -3
  169. package/dist/components/Toaster/ToasterProvider.js +1 -1
  170. package/dist/components/Toaster/hooks/useToaster.js +24 -3
  171. package/dist/components/Toaster/index.js +11 -10
  172. package/dist/components/Toggle/Toggle.js +3 -3
  173. package/dist/components/Tooltip/Tooltip.js +18 -18
  174. package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
  175. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
  176. package/dist/constants.js +11 -11
  177. package/dist/{floating-ui.react-D_ysmiM3.js → floating-ui.react-nmA48tb2.js} +1055 -1034
  178. package/dist/helpers/dom/closestCrossShadow.js +26 -0
  179. package/dist/helpers/dom/domUtils.js +12 -0
  180. package/dist/helpers/formatting/formatDateTime.js +21 -16
  181. package/dist/helpers/label-value/highlightQueryInLabelValue.js +6 -5
  182. package/dist/{index-CmsyHM_3.js → index-BQfnxwrU.js} +2 -2
  183. package/dist/{index-CtOScEKX.js → index-Dms7F5NM.js} +8 -8
  184. package/dist/main.js +185 -181
  185. package/dist/patterns/Loading/Loading.js +1 -1
  186. package/dist/patterns/Loading/LoadingSuspense.js +5 -49
  187. package/dist/patterns/Loading/components/ComponentLoading.js +2 -2
  188. package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
  189. package/dist/patterns/Loading/components/LongLoading.js +2 -2
  190. package/dist/patterns/Loading/components/PageLoading.js +2 -2
  191. package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
  192. package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
  193. package/dist/patterns/Loading/index.js +3 -2
  194. package/dist/src/components/Autocomplete/Autocomplete.types.d.ts +38 -0
  195. package/dist/src/components/Autocomplete/components/AutocompleteInstructions.d.ts +2 -0
  196. package/dist/src/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +5 -1
  197. package/dist/src/components/Form/Form.types.d.ts +10 -1
  198. package/dist/src/components/Form/FormField/FormField.d.ts +1 -1
  199. package/dist/src/components/Form/FormField/FormField.types.d.ts +8 -2
  200. package/dist/src/components/Modal/Modal.types.d.ts +4 -0
  201. package/dist/src/components/Popover/Popover.types.d.ts +3 -1
  202. package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +5 -0
  203. package/dist/src/components/Popover/helpers/handlePopoverTabKey.d.ts +1 -1
  204. package/dist/src/components/Popover/helpers/waitUntilTrue.d.ts +1 -0
  205. package/dist/src/components/Provider/Provider.d.ts +20 -0
  206. package/dist/src/components/Provider/index.d.ts +1 -0
  207. package/dist/src/components/RichSelect/RichSelect.types.d.ts +27 -1
  208. package/dist/src/components/RichSelect/SelectMenu/SelectMenuItem.d.ts +1 -1
  209. package/dist/src/components/RichSelect/components/SelectOptions.d.ts +4 -2
  210. package/dist/src/components/Slideout/Slideout.types.d.ts +5 -1
  211. package/dist/src/components/Table/Table.d.ts +7 -6
  212. package/dist/src/components/Table/Table.types.d.ts +10 -1
  213. package/dist/src/components/Table/TableProvider.d.ts +5 -2
  214. package/dist/src/components/Toaster/Toast/Toast.types.d.ts +2 -1
  215. package/dist/src/components/Toaster/ToasterProvider.d.ts +5 -2
  216. package/dist/src/components/Toaster/hooks/useToaster.d.ts +3 -3
  217. package/dist/src/constants.d.ts +7 -7
  218. package/dist/src/helpers/dom/closestCrossShadow.d.ts +9 -0
  219. package/dist/src/helpers/dom/domUtils.d.ts +5 -0
  220. package/dist/src/interfaces.d.ts +1 -0
  221. package/dist/src/main.d.ts +1 -0
  222. package/dist/src/patterns/Loading/LoadingSuspense.d.ts +1 -2
  223. package/dist/src/patterns/Loading/components/PageLoading.d.ts +3 -3
  224. package/dist/src/patterns/Loading/hooks/useShouldRenderLoading.d.ts +1 -0
  225. package/dist/src/patterns/Loading/index.d.ts +1 -0
  226. package/dist/style.css +1 -1
  227. package/dist/{useIDSButtonGroupItem-Y0ZSkNW8.js → useIDSButtonGroupItem-VfKx4O-O.js} +1 -1
  228. package/dist/vitest.config.d.ts +2 -0
  229. package/package.json +16 -28
  230. package/dist/Loading-rKDsRTjZ.js +0 -5638
  231. package/dist/Loading.module-C58kTwE4.js +0 -13
  232. package/dist/LogoFromSrc-KxC2Gztm.js +0 -59
  233. package/dist/MenuItem.module-3aqP1ZMw.js +0 -24
  234. package/dist/Popover.module-CLIdWyZD.js +0 -11
  235. package/dist/TabSet.module-DGDICWMf.js +0 -13
  236. package/dist/Table.module-Co33h7CZ.js +0 -32
  237. package/dist/components/Autocomplete/hooks/useAutocompleteFlags.js +0 -16
  238. package/dist/src/components/Autocomplete/hooks/useAutocompleteFlags.d.ts +0 -5
  239. /package/dist/{setupTests.d.ts → vitest.setup.d.ts} +0 -0
package/dist/main.js CHANGED
@@ -1,20 +1,20 @@
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, Q as E, o as u, p as O, r as d, q as C, s as _, f as A, t as L, u as M, v as N, w as R, D as c, E as P, x as D, y as G, z as g, A as B, B as F, C as U, F as b, G as y, H as v, J as k, K as H, L as V, M as h, O as Y, T as X, N as z, P as Z } from "./Loading-rKDsRTjZ.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-BwlrIicY.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-Y0ZSkNW8.js";
8
+ import { u as xe } from "./useIDSButtonGroupItem-VfKx4O-O.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";
12
12
  import { IressLinkCard as de } from "./components/Card/components/LinkCard.js";
13
13
  import { composeIDSCard as _e } from "./components/Card/helpers/composeIDSCard.js";
14
14
  import { composeIDSCardSlots as Le } from "./components/Card/helpers/composeIDSCardSlots.js";
15
- import { CHECKBOX_GROUP_LAYOUTS as Ne, CheckboxGroupLayout as Re } from "./components/CheckboxGroup/CheckboxGroup.types.js";
16
- import { IressCheckboxGroup as Pe } from "./components/CheckboxGroup/CheckboxGroup.js";
17
- import { COL_ALIGN_SELFS as Ge, COL_OFFSETS as ge, COL_SPANS as Be, ColAlignSelf as Fe, ColCssClass as Ue, ColOffset as be, ColSpan as ye } from "./components/Col/Col.types.js";
15
+ import { CHECKBOX_GROUP_LAYOUTS as Ne, CheckboxGroupLayout as Pe } from "./components/CheckboxGroup/CheckboxGroup.types.js";
16
+ import { IressCheckboxGroup as ce } from "./components/CheckboxGroup/CheckboxGroup.js";
17
+ import { COL_ALIGN_SELFS as ge, COL_OFFSETS as Ge, COL_SPANS as Be, ColAlignSelf as Fe, ColCssClass as Ue, ColOffset as be, ColSpan as ye } from "./components/Col/Col.types.js";
18
18
  import { IressCol as ke } from "./components/Col/Col.js";
19
19
  import { ContainerCssClass as Ve } from "./components/Container/Container.types.js";
20
20
  import { IressContainer as Ye } from "./components/Container/Container.js";
@@ -31,8 +31,8 @@ import { FormFieldErrorMessages as mr } from "./components/Form/FormField/FormFi
31
31
  import { HideCssClass as lr, HideTypes as Tr } from "./components/Hide/Hide.types.js";
32
32
  import { ICON_FLIPS as nr, ICON_ROTATES as ir, ICON_SETS as Er, ICON_SIZES as ur, ICON_SPINS as Or, IconFlip as dr, IconRotate as Cr, IconSet as _r, IconSize as Ar, IconSpin as Lr } from "./components/Icon/Icon.types.js";
33
33
  import { InlineCssClass as Nr } from "./components/Inline/Inline.types.js";
34
- import { INPUT_MODES as cr, InputMode as Pr } from "./components/Input/Input.types.js";
35
- import { IressLabel as Gr } from "./components/Label/Label.js";
34
+ import { INPUT_MODES as Rr, InputMode as cr } from "./components/Input/Input.types.js";
35
+ import { IressLabel as gr } from "./components/Label/Label.js";
36
36
  import { IressMenu as Br } from "./components/Menu/Menu.js";
37
37
  import { MENU_LAYOUTS as Ur, MENU_ROLES as br, MenuLayout as yr, MenuType as vr } from "./components/Menu/Menu.types.js";
38
38
  import { MENU_ITEM_ROLES as Hr, MenuItemRole as Vr } from "./components/Menu/MenuItem/MenuItem.types.js";
@@ -52,110 +52,112 @@ import { IressPlaceholder as io } from "./components/Placeholder/Placeholder.js"
52
52
  import { POPOVER_TYPES as uo, POPOVER_USE_MAX_HEIGHT as Oo, PopoverCssClass as Co, PopoverType as _o } from "./components/Popover/Popover.types.js";
53
53
  import { IressPopover as Lo } from "./components/Popover/Popover.js";
54
54
  import { usePopoverItem as No } from "./components/Popover/hooks/usePopoverItem.js";
55
- import { IressInputPopover as co } from "./components/Popover/InputPopover/InputPopover.js";
55
+ import { IressInputPopover as Ro } from "./components/Popover/InputPopover/InputPopover.js";
56
56
  import { IressProgress as Do } from "./components/Progress/Progress.js";
57
- import { RADIO_GROUP_LAYOUTS as go, RadioGroupLayout as Bo } from "./components/RadioGroup/RadioGroup.types.js";
58
- import { IressRadioGroup as Uo } from "./components/RadioGroup/RadioGroup.js";
59
- import { useRichSelectState as yo } from "./components/RichSelect/hooks/useRichSelectState.js";
60
- import { IressSelectBody as ko } from "./components/RichSelect/SelectBody/SelectBody.js";
61
- import { IressSelectCreate as Vo } from "./components/RichSelect/SelectCreate/SelectCreate.js";
62
- import { RowCssClass as Yo } from "./components/Row/Row.types.js";
63
- import { IressSelectOption as zo } from "./components/Select/SelectOption/SelectOption.js";
64
- import { mapSelectOptions as Ko, renderOptionOrOptGroup as wo } from "./components/Select/helpers/mapSelectOptions.js";
65
- import { SKELETON_MODES as Wo, SkeletonMode as jo } from "./components/Skeleton/Skeleton.types.js";
66
- import { IressSkeleton as Jo } from "./components/Skeleton/Skeleton.js";
67
- import { IressSkipLink as es } from "./components/SkipLink/SkipLink.js";
68
- import { SLIDEOUT_MODES as os, SLIDEOUT_POSITIONS as ss, SLIDEOUT_SIZES as ts, SlideoutMode as Is, SlideoutPosition as as, SlideoutSize as ps } from "./components/Slideout/Slideout.types.js";
69
- import { IressSlideoutContext as ms, IressSlideoutProvider as xs } from "./components/Slideout/SlideoutProvider.js";
70
- import { useSlideout as Ts } from "./components/Slideout/hooks/useSlideout.js";
71
- import { StackCssClass as ns } from "./components/Stack/Stack.types.js";
72
- import { IressStack as Es } from "./components/Stack/Stack.js";
73
- import { TABLE_CELL_FORMATS as Os, TABLE_COLUMN_ALIGN as ds, TABLE_SCOPES as Cs, TableCellFormat as _s, TableColumnAlign as As, TableScope as Ls } from "./components/Table/Table.types.js";
74
- import { IressTableFormattedValue as Ns } from "./components/Table/TableFormattedValue/TableFormattedValue.js";
75
- import { IressTableBody as cs } from "./components/Table/TableBody/TableBody.js";
76
- import { IressTab as Ds } from "./components/TabSet/Tab/Tab.js";
77
- import { TAB_SET_LAYOUTS as gs, TabSetLayout as Bs } from "./components/TabSet/TabSet.types.js";
78
- import { IressTabSet as Us } from "./components/TabSet/TabSet.js";
79
- import { mapTabs as ys } from "./components/TabSet/helpers/mapTabs.js";
80
- import { TEXT_ELEMENTS as ks } from "./components/Text/Text.types.js";
81
- import { IressText as Vs } from "./components/Text/Text.js";
82
- import { TOAST_ANIMATION as Ys, TOAST_STATUS as Xs } from "./components/Toaster/Toast/Toast.types.js";
83
- import { TOASTER_ARIA_ATTRIBUTES as Zs, TOASTER_POSITION as Ks, TOAST_POSITION_ANIMATION_MATRIX as ws, ToasterPosition as Qs } from "./components/Toaster/Toaster.types.js";
84
- import { TOGGLE_LAYOUTS as js, ToggleLayout as qs } from "./components/Toggle/Toggle.types.js";
85
- import { IressToggle as $s } from "./components/Toggle/Toggle.js";
86
- import { IressTooltip as rt } from "./components/Tooltip/Tooltip.js";
87
- import { IressValidationMessage as st } from "./components/ValidationMessage/ValidationMessage.js";
88
- import { IressValidationLink as It } from "./components/ValidationMessage/ValidationLink/ValidationLink.js";
89
- import { IressValidationSummary as pt } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
90
- import { Breakpoint as mt, DisplayMode as xt, FloatingUIAlign as lt, FormElementType as Tt, FormElementWidth as ft, GlobalCSSClass as nt, GutterSize as it, HeadingLevel as Et, HorizontalAlign as ut, LoggerLevels as Ot, ModalSize as dt, PaddingSize as Ct, SystemValidationStatus as _t, TextAlign as At, TextElement as Lt, TextFieldType as Mt, TextMode as Nt, TextVariant as Rt, VerticalAlign as ct } from "./enums.js";
91
- import { generateScopedName as Dt } from "./helpers/utility/generateScopedName.js";
92
- import { toArray as gt } from "./helpers/formatting/toArray.js";
93
- import { useBreakpoint as Ft } from "./hooks/useBreakpoint.js";
94
- import { useControlledState as bt } from "./hooks/useControlledState.js";
95
- import { useIdIfNeeded as vt } from "./hooks/useIdIfNeeded.js";
96
- import { useResponsiveProps as Ht, useResponsiveValue as Vt } from "./hooks/useResponsiveProps.js";
97
- import { BREAKPOINTS as Yt, BREAKPOINT_DETAILS as Xt, CSS_IDS_VERSION as zt, DISPLAY_MODES as Zt, FLOATING_UI_ALIGNS as Kt, FOCUSABLE_QUERY_SELECTOR as wt, FORM_ELEMENT_WIDTHS as Qt, GRID_SIZE as Wt, GUTTER_SIZES as jt, HEADING_LEVELS as qt, HORIZONTAL_ALIGNS as Jt, LOGGER_LEVELS as $t, PADDING_SIZES as eI, SYSTEM_VALIDATION_STATUSES as rI, TEXT_ALIGNS as oI, TEXT_MODES as sI, TEXT_VARIANTS as tI, VERTICAL_ALIGNS as II, Z_INDEX as aI } from "./constants.js";
57
+ import { IressProvider as Go } from "./components/Provider/Provider.js";
58
+ import { RADIO_GROUP_LAYOUTS as Fo, RadioGroupLayout as Uo } from "./components/RadioGroup/RadioGroup.types.js";
59
+ import { IressRadioGroup as yo } from "./components/RadioGroup/RadioGroup.js";
60
+ import { useRichSelectState as ko } from "./components/RichSelect/hooks/useRichSelectState.js";
61
+ import { IressSelectBody as Vo } from "./components/RichSelect/SelectBody/SelectBody.js";
62
+ import { IressSelectCreate as Yo } from "./components/RichSelect/SelectCreate/SelectCreate.js";
63
+ import { RowCssClass as zo } from "./components/Row/Row.types.js";
64
+ import { IressSelectOption as Ko } from "./components/Select/SelectOption/SelectOption.js";
65
+ import { mapSelectOptions as Qo, renderOptionOrOptGroup as Wo } from "./components/Select/helpers/mapSelectOptions.js";
66
+ import { SKELETON_MODES as qo, SkeletonMode as Jo } from "./components/Skeleton/Skeleton.types.js";
67
+ import { IressSkeleton as es } from "./components/Skeleton/Skeleton.js";
68
+ import { IressSkipLink as os } from "./components/SkipLink/SkipLink.js";
69
+ import { SLIDEOUT_MODES as ts, SLIDEOUT_POSITIONS as Is, SLIDEOUT_SIZES as as, SlideoutMode as ps, SlideoutPosition as Ss, SlideoutSize as ms } from "./components/Slideout/Slideout.types.js";
70
+ import { I as ls, a as Ts } from "./SlideoutProvider-CQh140HM.js";
71
+ import { useSlideout as ns } from "./components/Slideout/hooks/useSlideout.js";
72
+ import { StackCssClass as Es } from "./components/Stack/Stack.types.js";
73
+ import { IressStack as Os } from "./components/Stack/Stack.js";
74
+ import { TABLE_CELL_FORMATS as Cs, TABLE_COLUMN_ALIGN as _s, TABLE_SCOPES as As, TableCellFormat as Ls, TableColumnAlign as Ms, TableScope as Ns } from "./components/Table/Table.types.js";
75
+ import { IressTableFormattedValue as Rs } from "./components/Table/TableFormattedValue/TableFormattedValue.js";
76
+ import { IressTableBody as Ds } from "./components/Table/TableBody/TableBody.js";
77
+ import { IressTab as Gs } from "./components/TabSet/Tab/Tab.js";
78
+ import { TAB_SET_LAYOUTS as Fs, TabSetLayout as Us } from "./components/TabSet/TabSet.types.js";
79
+ import { IressTabSet as ys } from "./components/TabSet/TabSet.js";
80
+ import { mapTabs as ks } from "./components/TabSet/helpers/mapTabs.js";
81
+ import { TEXT_ELEMENTS as Vs } from "./components/Text/Text.types.js";
82
+ import { IressText as Ys } from "./components/Text/Text.js";
83
+ import { TOAST_ANIMATION as zs, TOAST_STATUS as Zs } from "./components/Toaster/Toast/Toast.types.js";
84
+ import { TOASTER_ARIA_ATTRIBUTES as ws, TOASTER_POSITION as Qs, TOAST_POSITION_ANIMATION_MATRIX as Ws, ToasterPosition as js } from "./components/Toaster/Toaster.types.js";
85
+ import { useToaster as Js } from "./components/Toaster/hooks/useToaster.js";
86
+ import { TOGGLE_LAYOUTS as et, ToggleLayout as rt } from "./components/Toggle/Toggle.types.js";
87
+ import { IressToggle as st } from "./components/Toggle/Toggle.js";
88
+ import { IressTooltip as It } from "./components/Tooltip/Tooltip.js";
89
+ import { IressValidationMessage as pt } from "./components/ValidationMessage/ValidationMessage.js";
90
+ import { IressValidationLink as mt } from "./components/ValidationMessage/ValidationLink/ValidationLink.js";
91
+ import { IressValidationSummary as lt } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
92
+ import { Breakpoint as ft, DisplayMode as nt, FloatingUIAlign as it, FormElementType as Et, FormElementWidth as ut, GlobalCSSClass as Ot, GutterSize as dt, HeadingLevel as Ct, HorizontalAlign as _t, LoggerLevels as At, ModalSize as Lt, PaddingSize as Mt, SystemValidationStatus as Nt, TextAlign as Pt, TextElement as Rt, TextFieldType as ct, TextMode as Dt, TextVariant as gt, VerticalAlign as Gt } from "./enums.js";
93
+ import { generateScopedName as Ft } from "./helpers/utility/generateScopedName.js";
94
+ import { toArray as bt } from "./helpers/formatting/toArray.js";
95
+ import { useBreakpoint as vt } from "./hooks/useBreakpoint.js";
96
+ import { useControlledState as Ht } from "./hooks/useControlledState.js";
97
+ import { useIdIfNeeded as ht } from "./hooks/useIdIfNeeded.js";
98
+ import { useResponsiveProps as Xt, useResponsiveValue as zt } from "./hooks/useResponsiveProps.js";
99
+ import { BREAKPOINTS as Kt, BREAKPOINT_DETAILS as wt, CSS_IDS_VERSION as Qt, DISPLAY_MODES as Wt, FLOATING_UI_ALIGNS as jt, FOCUSABLE_QUERY_SELECTOR as qt, FORM_ELEMENT_WIDTHS as Jt, GRID_SIZE as $t, GUTTER_SIZES as eI, HEADING_LEVELS as rI, HORIZONTAL_ALIGNS as oI, LOGGER_LEVELS as sI, PADDING_SIZES as tI, SYSTEM_VALIDATION_STATUSES as II, TEXT_ALIGNS as aI, TEXT_MODES as pI, TEXT_VARIANTS as SI, VERTICAL_ALIGNS as mI, Z_INDEX as xI } from "./constants.js";
98
100
  export {
99
101
  w as ALERT_ICONS,
100
102
  $ as BADGE_MODES,
101
- Yt as BREAKPOINTS,
102
- Xt as BREAKPOINT_DETAILS,
103
+ Kt as BREAKPOINTS,
104
+ wt as BREAKPOINT_DETAILS,
103
105
  oe as BUTTON_MODES,
104
106
  se as BUTTON_TYPES,
105
107
  ee as BadgeMode,
106
- mt as Breakpoint,
108
+ ft as Breakpoint,
107
109
  te as ButtonCssClass,
108
110
  Ie as ButtonMode,
109
111
  ae as ButtonType,
110
112
  Ne as CHECKBOX_GROUP_LAYOUTS,
111
- Ge as COL_ALIGN_SELFS,
112
- ge as COL_OFFSETS,
113
+ ge as COL_ALIGN_SELFS,
114
+ Ge as COL_OFFSETS,
113
115
  Be as COL_SPANS,
114
- zt as CSS_IDS_VERSION,
116
+ Qt as CSS_IDS_VERSION,
115
117
  Te as CardCssClass,
116
118
  fe as CardSlotClass,
117
- Re as CheckboxGroupLayout,
119
+ Pe as CheckboxGroupLayout,
118
120
  Fe as ColAlignSelf,
119
121
  Ue as ColCssClass,
120
122
  be as ColOffset,
121
123
  ye as ColSpan,
122
124
  Ve as ContainerCssClass,
123
- Zt as DISPLAY_MODES,
124
- xt as DisplayMode,
125
+ Wt as DISPLAY_MODES,
126
+ nt as DisplayMode,
125
127
  ze as DividerCssClass,
126
128
  Qe as EXPANDER_MODES,
127
129
  We as ExpanderMode,
128
- Kt as FLOATING_UI_ALIGNS,
129
- wt as FOCUSABLE_QUERY_SELECTOR,
130
- Qt as FORM_ELEMENT_WIDTHS,
131
- lt as FloatingUIAlign,
130
+ jt as FLOATING_UI_ALIGNS,
131
+ qt as FOCUSABLE_QUERY_SELECTOR,
132
+ Jt as FORM_ELEMENT_WIDTHS,
133
+ it as FloatingUIAlign,
132
134
  sr as FormDefaultText,
133
- Tt as FormElementType,
134
- ft as FormElementWidth,
135
+ Et as FormElementType,
136
+ ut as FormElementWidth,
135
137
  mr as FormFieldErrorMessages,
136
- Wt as GRID_SIZE,
137
- jt as GUTTER_SIZES,
138
- nt as GlobalCSSClass,
139
- it as GutterSize,
140
- qt as HEADING_LEVELS,
141
- Jt as HORIZONTAL_ALIGNS,
142
- Et as HeadingLevel,
138
+ $t as GRID_SIZE,
139
+ eI as GUTTER_SIZES,
140
+ Ot as GlobalCSSClass,
141
+ dt as GutterSize,
142
+ rI as HEADING_LEVELS,
143
+ oI as HORIZONTAL_ALIGNS,
144
+ Ct as HeadingLevel,
143
145
  lr as HideCssClass,
144
146
  Tr as HideTypes,
145
- ut as HorizontalAlign,
147
+ _t as HorizontalAlign,
146
148
  nr as ICON_FLIPS,
147
149
  ir as ICON_ROTATES,
148
150
  Er as ICON_SETS,
149
151
  ur as ICON_SIZES,
150
152
  Or as ICON_SPINS,
151
- cr as INPUT_MODES,
153
+ Rr as INPUT_MODES,
152
154
  dr as IconFlip,
153
155
  Cr as IconRotate,
154
156
  _r as IconSet,
155
157
  Ar as IconSize,
156
158
  Lr as IconSpin,
157
159
  Nr as InlineCssClass,
158
- Pr as InputMode,
160
+ cr as InputMode,
159
161
  o as IressAlert,
160
162
  s as IressAutocomplete,
161
163
  q as IressBadge,
@@ -164,7 +166,7 @@ export {
164
166
  Se as IressButtonGroup,
165
167
  ie as IressCard,
166
168
  I as IressCheckbox,
167
- Pe as IressCheckboxGroup,
169
+ ce as IressCheckboxGroup,
168
170
  a as IressCloseButton,
169
171
  ke as IressCol,
170
172
  p as IressCombobox,
@@ -183,64 +185,66 @@ export {
183
185
  f as IressInline,
184
186
  n as IressInput,
185
187
  i as IressInputCurrency,
186
- co as IressInputPopover,
187
- Gr as IressLabel,
188
+ Ro as IressInputPopover,
189
+ gr as IressLabel,
188
190
  de as IressLinkCard,
189
191
  E as IressLoading,
192
+ u as IressLoadingSuspense,
190
193
  Br as IressMenu,
191
- u as IressMenuDivider,
192
- O as IressMenuHeading,
193
- d as IressMenuItem,
194
- C as IressMenuText,
195
- _ as IressModal,
194
+ O as IressMenuDivider,
195
+ d as IressMenuHeading,
196
+ C as IressMenuItem,
197
+ _ as IressMenuText,
198
+ A as IressModal,
196
199
  oo as IressModalContext,
197
200
  so as IressModalProvider,
198
- A as IressMultiCombobox,
199
- L as IressNavbar,
201
+ L as IressMultiCombobox,
202
+ M as IressNavbar,
200
203
  fo as IressPanel,
201
204
  io as IressPlaceholder,
202
205
  Lo as IressPopover,
203
206
  Do as IressProgress,
204
- M as IressRadio,
205
- Uo as IressRadioGroup,
206
- N as IressReadonly,
207
+ Go as IressProvider,
208
+ N as IressRadio,
209
+ yo as IressRadioGroup,
210
+ P as IressReadonly,
207
211
  R as IressRichSelect,
208
212
  c as IressRow,
209
- P as IressSelect,
210
- ko as IressSelectBody,
211
- Vo as IressSelectCreate,
212
- D as IressSelectHeading,
213
+ D as IressSelect,
214
+ Vo as IressSelectBody,
215
+ Yo as IressSelectCreate,
216
+ g as IressSelectHeading,
213
217
  G as IressSelectLabel,
214
- g as IressSelectMenu,
215
- zo as IressSelectOption,
216
- B as IressSelectSearch,
217
- F as IressSelectSearchInput,
218
- U as IressSelectTags,
219
- Jo as IressSkeleton,
220
- es as IressSkipLink,
221
- b as IressSlideout,
222
- ms as IressSlideoutContext,
223
- xs as IressSlideoutProvider,
224
- y as IressSlider,
225
- v as IressSpinner,
226
- Es as IressStack,
227
- Ds as IressTab,
228
- Us as IressTabSet,
229
- k as IressTable,
230
- cs as IressTableBody,
231
- Ns as IressTableFormattedValue,
232
- H as IressTag,
233
- V as IressTagInput,
234
- Vs as IressText,
235
- h as IressToast,
236
- Y as IressToasterProvider,
237
- $s as IressToggle,
238
- rt as IressTooltip,
239
- It as IressValidationLink,
240
- st as IressValidationMessage,
241
- pt as IressValidationSummary,
242
- $t as LOGGER_LEVELS,
243
- Ot as LoggerLevels,
218
+ B as IressSelectMenu,
219
+ Ko as IressSelectOption,
220
+ F as IressSelectSearch,
221
+ U as IressSelectSearchInput,
222
+ b as IressSelectTags,
223
+ es as IressSkeleton,
224
+ os as IressSkipLink,
225
+ y as IressSlideout,
226
+ ls as IressSlideoutContext,
227
+ Ts as IressSlideoutProvider,
228
+ v as IressSlider,
229
+ k as IressSpinner,
230
+ Os as IressStack,
231
+ Gs as IressTab,
232
+ ys as IressTabSet,
233
+ H as IressTable,
234
+ Ds as IressTableBody,
235
+ Rs as IressTableFormattedValue,
236
+ V as IressTag,
237
+ h as IressTagInput,
238
+ Ys as IressText,
239
+ Y as IressToast,
240
+ X as IressToasterProvider,
241
+ st as IressToggle,
242
+ It as IressTooltip,
243
+ mt as IressValidationLink,
244
+ pt as IressValidationMessage,
245
+ lt as IressValidationSummary,
246
+ sI as LOGGER_LEVELS,
247
+ At as LoggerLevels,
244
248
  Hr as MENU_ITEM_ROLES,
245
249
  Ur as MENU_LAYOUTS,
246
250
  br as MENU_ROLES,
@@ -248,74 +252,74 @@ export {
248
252
  Vr as MenuItemRole,
249
253
  yr as MenuLayout,
250
254
  vr as MenuType,
251
- dt as ModalSize,
255
+ Lt as ModalSize,
252
256
  po as NavbarHorizontalAlign,
253
- eI as PADDING_SIZES,
257
+ tI as PADDING_SIZES,
254
258
  mo as PANEL_BACKGROUNDS,
255
259
  uo as POPOVER_TYPES,
256
260
  Oo as POPOVER_USE_MAX_HEIGHT,
257
- Ct as PaddingSize,
261
+ Mt as PaddingSize,
258
262
  xo as PanelBackground,
259
263
  lo as PanelCssClass,
260
264
  Co as PopoverCssClass,
261
265
  _o as PopoverType,
262
- go as RADIO_GROUP_LAYOUTS,
263
- Bo as RadioGroupLayout,
264
- Yo as RowCssClass,
265
- Wo as SKELETON_MODES,
266
- os as SLIDEOUT_MODES,
267
- ss as SLIDEOUT_POSITIONS,
268
- ts as SLIDEOUT_SIZES,
269
- rI as SYSTEM_VALIDATION_STATUSES,
270
- jo as SkeletonMode,
271
- Is as SlideoutMode,
272
- as as SlideoutPosition,
273
- ps as SlideoutSize,
274
- ns as StackCssClass,
275
- _t as SystemValidationStatus,
276
- Os as TABLE_CELL_FORMATS,
277
- ds as TABLE_COLUMN_ALIGN,
278
- Cs as TABLE_SCOPES,
279
- gs as TAB_SET_LAYOUTS,
280
- oI as TEXT_ALIGNS,
281
- ks as TEXT_ELEMENTS,
282
- sI as TEXT_MODES,
283
- tI as TEXT_VARIANTS,
284
- Zs as TOASTER_ARIA_ATTRIBUTES,
285
- Ks as TOASTER_POSITION,
286
- Ys as TOAST_ANIMATION,
287
- ws as TOAST_POSITION_ANIMATION_MATRIX,
288
- Xs as TOAST_STATUS,
289
- js as TOGGLE_LAYOUTS,
290
- Bs as TabSetLayout,
291
- _s as TableCellFormat,
292
- As as TableColumnAlign,
293
- Ls as TableScope,
294
- At as TextAlign,
295
- Lt as TextElement,
296
- Mt as TextFieldType,
297
- Nt as TextMode,
298
- Rt as TextVariant,
299
- X as Toast,
300
- z as ToasterContext,
301
- Qs as ToasterPosition,
302
- qs as ToggleLayout,
303
- II as VERTICAL_ALIGNS,
304
- ct as VerticalAlign,
305
- aI as Z_INDEX,
266
+ Fo as RADIO_GROUP_LAYOUTS,
267
+ Uo as RadioGroupLayout,
268
+ zo as RowCssClass,
269
+ qo as SKELETON_MODES,
270
+ ts as SLIDEOUT_MODES,
271
+ Is as SLIDEOUT_POSITIONS,
272
+ as as SLIDEOUT_SIZES,
273
+ II as SYSTEM_VALIDATION_STATUSES,
274
+ Jo as SkeletonMode,
275
+ ps as SlideoutMode,
276
+ Ss as SlideoutPosition,
277
+ ms as SlideoutSize,
278
+ Es as StackCssClass,
279
+ Nt as SystemValidationStatus,
280
+ Cs as TABLE_CELL_FORMATS,
281
+ _s as TABLE_COLUMN_ALIGN,
282
+ As as TABLE_SCOPES,
283
+ Fs as TAB_SET_LAYOUTS,
284
+ aI as TEXT_ALIGNS,
285
+ Vs as TEXT_ELEMENTS,
286
+ pI as TEXT_MODES,
287
+ SI as TEXT_VARIANTS,
288
+ ws as TOASTER_ARIA_ATTRIBUTES,
289
+ Qs as TOASTER_POSITION,
290
+ zs as TOAST_ANIMATION,
291
+ Ws as TOAST_POSITION_ANIMATION_MATRIX,
292
+ Zs as TOAST_STATUS,
293
+ et as TOGGLE_LAYOUTS,
294
+ Us as TabSetLayout,
295
+ Ls as TableCellFormat,
296
+ Ms as TableColumnAlign,
297
+ Ns as TableScope,
298
+ Pt as TextAlign,
299
+ Rt as TextElement,
300
+ ct as TextFieldType,
301
+ Dt as TextMode,
302
+ gt as TextVariant,
303
+ z as Toast,
304
+ Z as ToasterContext,
305
+ js as ToasterPosition,
306
+ rt as ToggleLayout,
307
+ mI as VERTICAL_ALIGNS,
308
+ Gt as VerticalAlign,
309
+ xI as Z_INDEX,
306
310
  _e as composeIDSCard,
307
311
  Le as composeIDSCardSlots,
308
- Dt as generateScopedName,
312
+ Ft as generateScopedName,
309
313
  Jr as mapMenuItems,
310
- Ko as mapSelectOptions,
311
- ys as mapTabs,
312
- wo as renderOptionOrOptGroup,
313
- gt as toArray,
314
+ Qo as mapSelectOptions,
315
+ ks as mapTabs,
316
+ Wo as renderOptionOrOptGroup,
317
+ bt as toArray,
314
318
  W as useAutocompleteSearch,
315
- Ft as useBreakpoint,
316
- bt as useControlledState,
319
+ vt as useBreakpoint,
320
+ Ht as useControlledState,
317
321
  xe as useIDSButtonGroupItem,
318
- vt as useIdIfNeeded,
322
+ ht as useIdIfNeeded,
319
323
  Yr as useMenuItemAria,
320
324
  zr as useMenuItemButtonProps,
321
325
  Kr as useMenuItemComposite,
@@ -323,9 +327,9 @@ export {
323
327
  jr as useMenuItemRole,
324
328
  Io as useModal,
325
329
  No as usePopoverItem,
326
- Ht as useResponsiveProps,
327
- Vt as useResponsiveValue,
328
- yo as useRichSelectState,
329
- Ts as useSlideout,
330
- Z as useToaster
330
+ Xt as useResponsiveProps,
331
+ zt as useResponsiveValue,
332
+ ko as useRichSelectState,
333
+ ns as useSlideout,
334
+ Js as useToaster
331
335
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "./components/StartUpLoading.js";
3
- import { Q as s } from "../../Loading-rKDsRTjZ.js";
3
+ import { P as s } from "../../LoadingSuspense-BwlrIicY.js";
4
4
  import "./hooks/useShouldRenderLoading.js";
5
5
  import "./components/LongLoading.js";
6
6
  export {
@@ -1,51 +1,7 @@
1
- import { jsxs as R, Fragment as v, jsx as r } from "react/jsx-runtime";
2
- import { useMemo as a, useRef as C, useState as b, Suspense as k, useEffect as F } from "react";
3
- import { Q as f } from "../../Loading-rKDsRTjZ.js";
4
- import { useSuspenseResource as I, uncacheSuspenseResource as E } from "./hooks/useSuspenseResource.js";
5
- const x = ({
6
- children: s,
7
- delay: l,
8
- onLoaded: u,
9
- pattern: e,
10
- startFrom: c,
11
- ...t
12
- }) => {
13
- const o = a(() => l || (e === "component" || e === "default" || e === "validate" ? 0 : e === "long" ? 1300 : 250), [l, e]), d = a(() => c || (e === "component" || e === "default" || e === "long" ? 0 : 250), [c, e]), m = C(!1), [n, j] = b(!1), h = f.shouldRender(n, o, d, 0), [i, S] = b(!1), g = () => {
14
- m.current || (m.current = !0, j(() => !0), h ? setTimeout(() => {
15
- S(!0), u == null || u();
16
- }, o) : (S(!0), u == null || u()));
17
- };
18
- return e === "component" || e === "validate" ? /* @__PURE__ */ R(v, { children: [
19
- /* @__PURE__ */ r(
20
- f,
21
- {
22
- pattern: e,
23
- loaded: n,
24
- ...t,
25
- children: i && s
26
- }
27
- ),
28
- /* @__PURE__ */ r(k, { fallback: null, children: !i && /* @__PURE__ */ r(w, { onResolved: g, children: !n && s }) })
29
- ] }) : /* @__PURE__ */ R(v, { children: [
30
- h && /* @__PURE__ */ r(
31
- f,
32
- {
33
- pattern: e,
34
- loaded: n,
35
- ...t
36
- }
37
- ),
38
- /* @__PURE__ */ r(k, { fallback: null, children: i ? s : /* @__PURE__ */ r(w, { onResolved: g, children: !n && s }) })
39
- ] });
40
- };
41
- x.use = I;
42
- x.uncache = E;
43
- const w = ({
44
- onResolved: s,
45
- children: l
46
- }) => (F(() => {
47
- s();
48
- }, [s]), l);
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import { Q as i } from "../../LoadingSuspense-BwlrIicY.js";
4
+ import "./hooks/useSuspenseResource.js";
49
5
  export {
50
- x as IressLoadingSuspense
6
+ i as IressLoadingSuspense
51
7
  };
@@ -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 "../../../Loading-rKDsRTjZ.js";
5
- import "../../../Loading.module-C58kTwE4.js";
4
+ import { ag as e } from "../../../LoadingSuspense-BwlrIicY.js";
5
+ import "../../../Loading.module-g2pe-Gfx.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 "../../../Loading-rKDsRTjZ.js";
3
+ import { ae as e } from "../../../LoadingSuspense-BwlrIicY.js";
4
4
  import "../../../components/Text/Text.js";
5
5
  import "../../../index-2QXL0WYc.js";
6
- import "../../../Loading.module-C58kTwE4.js";
6
+ import "../../../Loading.module-g2pe-Gfx.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-C58kTwE4.js";
5
+ import { l as m } from "../../../Loading.module-g2pe-Gfx.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-v5131", V = "ids-long-loading--panel-v5131", B = "ids-long-loading--dots-v5131", E = "ids-long-loading--check-list-v5131", R = "ids-long-loading--check-list-item-v5131", T = "ids-long-loading--check-list-item__done-v5131", U = "ids-long-loading--checked-v5131", $ = "ids-long-loading--checked__circle-v5131", q = "ids-long-loading--checked__check-v5131", s = {
13
+ const P = "ids-long-loading--root-v5200", V = "ids-long-loading--panel-v5200", B = "ids-long-loading--dots-v5200", E = "ids-long-loading--check-list-v5200", R = "ids-long-loading--check-list-item-v5200", T = "ids-long-loading--check-list-item__done-v5200", U = "ids-long-loading--checked-v5200", $ = "ids-long-loading--checked__circle-v5200", q = "ids-long-loading--checked__check-v5200", 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 "../../../Loading-rKDsRTjZ.js";
6
+ import { ah as n } from "../../../LoadingSuspense-BwlrIicY.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-C58kTwE4.js";
11
+ import "../../../Loading.module-g2pe-Gfx.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-C58kTwE4.js";
6
+ import { l as n } from "../../../Loading.module-g2pe-Gfx.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-v5131", P = "ids-start-up-loading--progress-v5131", h = {
11
+ const H = "ids-start-up-loading--root-v5200", P = "ids-start-up-loading--progress-v5200", h = {
12
12
  root: H,
13
13
  progress: P
14
14
  }, U = ({