@iress-oss/ids-components 5.20.0 → 5.20.3

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 (253) hide show
  1. package/CHANGELOG.md +378 -0
  2. package/README.md +1 -1
  3. package/dist/{AutocompleteNoResults-CogA3XZs.js → AutocompleteNoResults-B7El1R2l.js} +1 -1
  4. package/dist/ComboboxHiddenInput-CWfIj-Zz.js +32 -0
  5. package/dist/{FieldAppendToLabel-CuSREliL.js → FieldAppendToLabel-BTdzhQ7Z.js} +5 -5
  6. package/dist/InputBase-Hc9D8St6.js +56 -0
  7. package/dist/Loading.module-BjceG0Wh.js +13 -0
  8. package/dist/LoadingSuspense-Bwd232Nt.js +5728 -0
  9. package/dist/LogoFromSrc-CAdoYYud.js +59 -0
  10. package/dist/MenuItem.module-BQw_K5D4.js +24 -0
  11. package/dist/Popover.module-ZU-08mVQ.js +11 -0
  12. package/dist/PopoverProvider-Cvg6ObBO.js +142 -0
  13. package/dist/{SelectControl-D1SJlplM.js → SelectControl-WoixPfwh.js} +2 -2
  14. package/dist/SliderTicks-D-B1uIdS.js +74 -0
  15. package/dist/TabSet.module-4ohNBuQS.js +13 -0
  16. package/dist/Table.module-BYwGboft.js +32 -0
  17. package/dist/components/Alert/Alert.js +2 -2
  18. package/dist/components/Alert/index.js +1 -1
  19. package/dist/components/Autocomplete/Autocomplete.js +4 -4
  20. package/dist/components/Autocomplete/components/AutocompleteInstructions.js +7 -7
  21. package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
  22. package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +36 -35
  23. package/dist/components/Autocomplete/index.js +1 -1
  24. package/dist/components/Badge/Badge.js +5 -5
  25. package/dist/components/Button/Button.js +3 -3
  26. package/dist/components/Button/CloseButton/CloseButton.js +2 -2
  27. package/dist/components/Button/index.js +1 -1
  28. package/dist/components/ButtonGroup/ButtonGroup.js +3 -3
  29. package/dist/components/ButtonGroup/ButtonGroupProvider.js +22 -22
  30. package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +2 -2
  31. package/dist/components/ButtonGroup/index.js +1 -1
  32. package/dist/components/Card/helpers/composeIDSCard.js +1 -1
  33. package/dist/components/Checkbox/Checkbox.js +2 -2
  34. package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +11 -11
  35. package/dist/components/Checkbox/index.js +1 -1
  36. package/dist/components/CheckboxGroup/CheckboxGroup.js +74 -75
  37. package/dist/components/CheckboxMark/CheckboxMark.js +1 -1
  38. package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
  39. package/dist/components/Col/Col.js +1 -1
  40. package/dist/components/Combobox/Combobox.js +4 -4
  41. package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +4 -4
  42. package/dist/components/Combobox/components/ComboboxHiddenInput.js +2 -2
  43. package/dist/components/Combobox/components/ComboboxResults.js +6 -6
  44. package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +4 -4
  45. package/dist/components/Combobox/hooks/useComboboxInlineCompletion.js +34 -37
  46. package/dist/components/Combobox/index.js +1 -1
  47. package/dist/components/Container/Container.js +1 -1
  48. package/dist/components/Divider/Divider.js +1 -1
  49. package/dist/components/Expander/Expander.js +48 -48
  50. package/dist/components/Field/Field.js +47 -47
  51. package/dist/components/Field/FieldGroup/FieldGroup.js +59 -59
  52. package/dist/components/Field/components/FieldAppendToLabel.js +5 -5
  53. package/dist/components/Filter/Filter.js +4 -4
  54. package/dist/components/Filter/components/FilterResetButton.js +4 -4
  55. package/dist/components/Filter/components/FilterSearch.js +4 -4
  56. package/dist/components/Filter/index.js +1 -1
  57. package/dist/components/Form/Form.js +1 -1
  58. package/dist/components/Form/FormField/FormField.js +46 -49
  59. package/dist/components/Form/FormField/FormFieldset.js +42 -45
  60. package/dist/components/Form/FormField/helpers/getErrorTypeMessage.js +10 -10
  61. package/dist/components/Form/HookForm/HookForm.js +2 -2
  62. package/dist/components/Form/components/FormValidationSummary.js +15 -16
  63. package/dist/components/Form/index.js +1 -1
  64. package/dist/components/Hide/Hide.js +2 -2
  65. package/dist/components/Hide/helpers/composeHideClasses.js +4 -4
  66. package/dist/components/Hide/index.js +1 -1
  67. package/dist/components/Icon/Icon.js +4 -4
  68. package/dist/components/Icon/index.js +1 -1
  69. package/dist/components/Inline/Inline.js +4 -4
  70. package/dist/components/Inline/index.js +1 -1
  71. package/dist/components/Input/ClearButton/ClearButton.js +1 -1
  72. package/dist/components/Input/Input.js +3 -3
  73. package/dist/components/Input/InputBase/InputBase.js +2 -2
  74. package/dist/components/Input/index.js +1 -1
  75. package/dist/components/InputCurrency/InputCurrency.js +1 -1
  76. package/dist/components/InputCurrency/index.js +1 -1
  77. package/dist/components/Label/LabelBase/LabelBase.js +37 -37
  78. package/dist/components/Menu/Menu.js +1 -1
  79. package/dist/components/Menu/MenuDivider/MenuDivider.js +4 -4
  80. package/dist/components/Menu/MenuHeading/MenuHeading.js +3 -3
  81. package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
  82. package/dist/components/Menu/MenuItem/hooks/useMenuItemAria.js +7 -7
  83. package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +30 -30
  84. package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
  85. package/dist/components/Menu/MenuItem/hooks/useMenuItemInteractions.js +47 -49
  86. package/dist/components/Menu/MenuItem/hooks/useMenuItemRole.js +5 -5
  87. package/dist/components/Menu/MenuText/MenuText.js +5 -5
  88. package/dist/components/Menu/helpers/mapMenuItems.js +21 -21
  89. package/dist/components/Menu/hooks/useMenuAria.js +2 -2
  90. package/dist/components/Menu/hooks/useMenuComposite.js +6 -6
  91. package/dist/components/Menu/hooks/useMenuRole.js +10 -10
  92. package/dist/components/Menu/hooks/useMenuStyles.js +18 -18
  93. package/dist/components/Menu/index.js +1 -1
  94. package/dist/components/Modal/Modal.js +3 -3
  95. package/dist/components/Modal/hooks/useIDSProvidedModal.js +8 -8
  96. package/dist/components/Modal/index.js +1 -1
  97. package/dist/components/Navbar/Navbar.js +3 -3
  98. package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
  99. package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
  100. package/dist/components/Navbar/components/NavbarLogo.js +3 -3
  101. package/dist/components/Navbar/index.js +1 -1
  102. package/dist/components/Panel/Panel.js +1 -1
  103. package/dist/components/Placeholder/Placeholder.js +20 -20
  104. package/dist/components/Popover/InputPopover/InputPopover.js +2 -2
  105. package/dist/components/Popover/InputPopover/InputPopoverActivator.js +40 -43
  106. package/dist/components/Popover/InputPopover/InputPopoverProvider.js +61 -61
  107. package/dist/components/Popover/Popover.js +3 -3
  108. package/dist/components/Popover/PopoverProvider.js +2 -2
  109. package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
  110. package/dist/components/Popover/components/PopoverActivator.js +53 -58
  111. package/dist/components/Popover/components/PopoverContent.js +31 -31
  112. package/dist/components/Popover/helpers/composeFloatingProps.js +21 -24
  113. package/dist/components/Popover/helpers/handlePopoverTabKey.js +2 -2
  114. package/dist/components/Popover/hooks/usePopover.js +1 -1
  115. package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +23 -26
  116. package/dist/components/Popover/hooks/usePopoverImperativeHandle.js +17 -17
  117. package/dist/components/Popover/hooks/usePopoverItem.js +13 -14
  118. package/dist/components/Popover/hooks/usePopoverNavigation.js +22 -22
  119. package/dist/components/Progress/Progress.js +2 -2
  120. package/dist/components/Provider/Provider.js +1 -1
  121. package/dist/components/Radio/Radio.js +2 -2
  122. package/dist/components/Radio/helpers/mapRadioGroupOptions.js +8 -8
  123. package/dist/components/Radio/index.js +1 -1
  124. package/dist/components/RadioGroup/RadioGroup.js +68 -56
  125. package/dist/components/RadioGroup/index.js +6 -5
  126. package/dist/components/Readonly/Readonly.js +5 -5
  127. package/dist/components/Readonly/index.js +1 -1
  128. package/dist/components/RichSelect/RichSelect.js +3 -3
  129. package/dist/components/RichSelect/SelectBody/SelectBody.js +4 -4
  130. package/dist/components/RichSelect/SelectCreate/SelectCreate.js +4 -4
  131. package/dist/components/RichSelect/SelectHeading/SelectHeading.js +4 -4
  132. package/dist/components/RichSelect/SelectLabel/SelectLabel.js +2 -2
  133. package/dist/components/RichSelect/SelectMenu/SelectMenu.js +4 -4
  134. package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +4 -4
  135. package/dist/components/RichSelect/SelectSearch/SelectSearch.js +3 -3
  136. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +2 -2
  137. package/dist/components/RichSelect/SelectTags/SelectTags.js +3 -3
  138. package/dist/components/RichSelect/components/SelectActivator.js +1 -1
  139. package/dist/components/RichSelect/components/SelectOptions.js +4 -4
  140. package/dist/components/RichSelect/index.js +1 -1
  141. package/dist/components/Row/Row.js +4 -4
  142. package/dist/components/Row/index.js +1 -1
  143. package/dist/components/Select/Select.js +3 -3
  144. package/dist/components/Select/components/SelectControl.js +2 -2
  145. package/dist/components/Select/components/SelectReadonly.js +4 -4
  146. package/dist/components/Select/helpers/mapSelectOptions.js +9 -9
  147. package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
  148. package/dist/components/Select/index.js +1 -1
  149. package/dist/components/Skeleton/Skeleton.js +11 -11
  150. package/dist/components/SkipLink/SkipLink.js +2 -2
  151. package/dist/components/Slideout/Slideout.js +4 -4
  152. package/dist/components/Slideout/components/SlideoutInner.js +3 -3
  153. package/dist/components/Slideout/hooks/useIDSProvidedSlideout.js +7 -7
  154. package/dist/components/Slideout/index.js +1 -1
  155. package/dist/components/Slider/Slider.js +3 -3
  156. package/dist/components/Slider/components/SliderTicks.js +2 -2
  157. package/dist/components/Slider/index.js +1 -1
  158. package/dist/components/Spinner/Spinner.js +2 -2
  159. package/dist/components/Spinner/index.js +1 -1
  160. package/dist/components/Stack/Stack.js +1 -1
  161. package/dist/components/TabSet/Tab/Tab.js +52 -52
  162. package/dist/components/TabSet/TabSet.js +24 -24
  163. package/dist/components/TabSet/TabSetProvider.js +30 -30
  164. package/dist/components/TabSet/components/TabSetItem.js +31 -32
  165. package/dist/components/TabSet/helpers/mapTabs.js +19 -19
  166. package/dist/components/Table/Table.js +3 -3
  167. package/dist/components/Table/TableBody/TableBody.js +91 -91
  168. package/dist/components/Table/TableProvider.js +2 -2
  169. package/dist/components/Table/components/TableEmpty.js +8 -8
  170. package/dist/components/Table/components/TableHeader.js +2 -2
  171. package/dist/components/Table/components/TableHeaderCell.js +1 -1
  172. package/dist/components/Table/components/TableRows.js +34 -34
  173. package/dist/components/Table/components/TableSortButton.js +3 -3
  174. package/dist/components/Table/helpers/composeIDSTableColumnDefs.js +22 -22
  175. package/dist/components/Table/helpers/composeIDSTableInitialSorting.js +2 -2
  176. package/dist/components/Table/hooks/useIDSTableColumnSort.js +6 -6
  177. package/dist/components/Table/hooks/useIDSTableColumnStyles.js +14 -15
  178. package/dist/components/Table/index.js +1 -1
  179. package/dist/components/Tag/Tag.js +2 -2
  180. package/dist/components/Tag/TagInput/TagInput.js +1 -1
  181. package/dist/components/Tag/components/TagListInput/TagListInput.js +2 -2
  182. package/dist/components/Tag/index.js +1 -1
  183. package/dist/components/Text/Text.js +1 -1
  184. package/dist/components/Toaster/Toast/Toast.js +2 -2
  185. package/dist/components/Toaster/Toast/ToastAnimated.js +3 -3
  186. package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
  187. package/dist/components/Toaster/Toaster.js +3 -3
  188. package/dist/components/Toaster/ToasterProvider.js +1 -1
  189. package/dist/components/Toaster/hooks/useToaster.js +1 -1
  190. package/dist/components/Toaster/index.js +1 -1
  191. package/dist/components/Toggle/Toggle.js +25 -25
  192. package/dist/components/Tooltip/Tooltip.js +3 -3
  193. package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +2 -2
  194. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -2
  195. package/dist/constants.js +1 -1
  196. package/dist/floating-ui.react-DYBeYtOf.js +3464 -0
  197. package/dist/fuzzysort-BNka47rs.js +395 -0
  198. package/dist/helpers/dom/closestCrossShadow.js +16 -17
  199. package/dist/helpers/dom/focusableElements.js +6 -6
  200. package/dist/helpers/dom/getActiveElement.js +5 -6
  201. package/dist/helpers/formatting/formatDateTime.js +8 -7
  202. package/dist/helpers/label-value/composeLabelValueDescriptor.js +8 -8
  203. package/dist/helpers/label-value/getQueryRangeExclusive.js +1 -1
  204. package/dist/helpers/label-value/getValueFromLabelValues.js +5 -6
  205. package/dist/helpers/label-value/highlightQueryInLabel.js +4 -7
  206. package/dist/helpers/label-value/searchLabelValues.js +1 -1
  207. package/dist/helpers/responsive/getResponsiveLayoutModifiers.js +4 -4
  208. package/dist/helpers/transition/getTransitionDuration.js +5 -8
  209. package/dist/hooks/useAriaRelationship.js +19 -21
  210. package/dist/hooks/useBreakpoint.js +8 -11
  211. package/dist/hooks/useControlledState.js +40 -40
  212. package/dist/{index-BQfnxwrU.js → index-BaVtNOfa.js} +41 -51
  213. package/dist/{index-Dms7F5NM.js → index-DLnR8XTt.js} +1 -11
  214. package/dist/{index-2QXL0WYc.js → index-cbHCAGLB.js} +2 -7
  215. package/dist/{index.esm-BnSuefUA.js → index.esm-CL8gh5wr.js} +1 -5
  216. package/dist/main.js +159 -158
  217. package/dist/patterns/Loading/Loading.js +1 -1
  218. package/dist/patterns/Loading/LoadingSuspense.js +1 -1
  219. package/dist/patterns/Loading/components/ComponentLoading.js +3 -3
  220. package/dist/patterns/Loading/components/DefaultLoading.js +3 -3
  221. package/dist/patterns/Loading/components/LongLoading.js +42 -42
  222. package/dist/patterns/Loading/components/PageLoading.js +3 -3
  223. package/dist/patterns/Loading/components/StartUpLoading.js +65 -65
  224. package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
  225. package/dist/patterns/Loading/index.js +1 -1
  226. package/dist/src/components/InputCurrency/InputCurrency.d.ts +1 -2
  227. package/dist/src/components/RadioGroup/RadioGroup.d.ts +5 -0
  228. package/dist/src/components/TabSet/TabSet.types.d.ts +1 -1
  229. package/dist/src/components/Table/Table.types.d.ts +1 -1
  230. package/dist/src/components/Table/helpers/composeIDSTableColumnDefs.d.ts +1 -1
  231. package/dist/src/components/Table/helpers/findColumnByKey.d.ts +1 -1
  232. package/dist/src/components/Toaster/hooks/useToaster.d.ts +1 -1
  233. package/dist/style.css +1 -1
  234. package/dist/useIDSButtonGroupItem-BB7Moa3N.js +29 -0
  235. package/package.json +67 -38
  236. package/dist/ComboboxHiddenInput-gTOjjF3f.js +0 -32
  237. package/dist/InputBase-BFK9n82f.js +0 -56
  238. package/dist/Loading.module-g2pe-Gfx.js +0 -13
  239. package/dist/LoadingSuspense-D9nGJ3gx.js +0 -5773
  240. package/dist/LogoFromSrc-BnImWqt6.js +0 -59
  241. package/dist/MenuItem.module-BxcFZeSh.js +0 -24
  242. package/dist/Popover.module-BKrF_xRW.js +0 -11
  243. package/dist/PopoverProvider-d3hhpW2k.js +0 -142
  244. package/dist/SliderTicks-DQN0Ka4d.js +0 -78
  245. package/dist/TabSet.module-FRUnHgA1.js +0 -13
  246. package/dist/Table.module-r-RfIeLI.js +0 -32
  247. package/dist/floating-ui.react-nmA48tb2.js +0 -3463
  248. package/dist/fuzzysort-eoXOpoo6.js +0 -395
  249. package/dist/useIDSButtonGroupItem-VfKx4O-O.js +0 -30
  250. package/dist/vite.config.d.ts +0 -2
  251. package/dist/vitest.config.d.ts +0 -2
  252. package/dist/vitest.setup.d.ts +0 -0
  253. /package/{LICENSE.txt → LICENSE} +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, 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-D9nGJ3gx.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 d, p as O, r as C, q as _, s as A, f as L, t as M, u as N, v as R, w as P, 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-Bwd232Nt.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-VfKx4O-O.js";
8
+ import { u as xe } from "./useIDSButtonGroupItem-BB7Moa3N.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
- import { IressLinkCard as de } from "./components/Card/components/LinkCard.js";
12
+ import { IressLinkCard as Oe } 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 Pe } from "./components/CheckboxGroup/CheckboxGroup.types.js";
15
+ import { CHECKBOX_GROUP_LAYOUTS as Ne, CheckboxGroupLayout as Re } from "./components/CheckboxGroup/CheckboxGroup.types.js";
16
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";
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";
@@ -29,10 +29,10 @@ import { IressFormField as Ir } from "./components/Form/FormField/FormField.js";
29
29
  import { IressFormFieldset as pr } from "./components/Form/FormField/FormFieldset.js";
30
30
  import { FormFieldErrorMessages as mr } from "./components/Form/FormField/FormField.types.js";
31
31
  import { HideCssClass as lr, HideTypes as Tr } from "./components/Hide/Hide.types.js";
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";
32
+ import { ICON_FLIPS as nr, ICON_ROTATES as ir, ICON_SETS as Er, ICON_SIZES as ur, ICON_SPINS as dr, IconFlip as Or, 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 Rr, InputMode as cr } from "./components/Input/Input.types.js";
35
- import { IressLabel as gr } from "./components/Label/Label.js";
34
+ import { INPUT_MODES as Pr, 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,106 +52,106 @@ 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 Ro } from "./components/Popover/InputPopover/InputPopover.js";
55
+ import { IressInputPopover as Po } from "./components/Popover/InputPopover/InputPopover.js";
56
56
  import { IressProgress as Do } from "./components/Progress/Progress.js";
57
- import { IressProvider as Go } from "./components/Provider/Provider.js";
57
+ import { IressProvider as go } from "./components/Provider/Provider.js";
58
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";
59
+ import { IressRadioGroup as yo, shouldFireRadioGroupBlur as vo } from "./components/RadioGroup/RadioGroup.js";
60
+ import { useRichSelectState as Ho } from "./components/RichSelect/hooks/useRichSelectState.js";
61
+ import { IressSelectBody as ho } from "./components/RichSelect/SelectBody/SelectBody.js";
62
+ import { IressSelectCreate as Xo } from "./components/RichSelect/SelectCreate/SelectCreate.js";
63
+ import { RowCssClass as Zo } from "./components/Row/Row.types.js";
64
+ import { IressSelectOption as wo } from "./components/Select/SelectOption/SelectOption.js";
65
+ import { mapSelectOptions as Wo, renderOptionOrOptGroup as jo } from "./components/Select/helpers/mapSelectOptions.js";
66
+ import { SKELETON_MODES as Jo, SkeletonMode as $o } from "./components/Skeleton/Skeleton.types.js";
67
+ import { IressSkeleton as rs } from "./components/Skeleton/Skeleton.js";
68
+ import { IressSkipLink as ss } from "./components/SkipLink/SkipLink.js";
69
+ import { SLIDEOUT_MODES as Is, SLIDEOUT_POSITIONS as as, SLIDEOUT_SIZES as ps, SlideoutMode as Ss, SlideoutPosition as ms, SlideoutSize as xs } from "./components/Slideout/Slideout.types.js";
70
+ import { I as Ts, a as fs } from "./SlideoutProvider-CQh140HM.js";
71
+ import { useSlideout as is } from "./components/Slideout/hooks/useSlideout.js";
72
+ import { StackCssClass as us } from "./components/Stack/Stack.types.js";
73
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";
74
+ import { TABLE_CELL_FORMATS as _s, TABLE_COLUMN_ALIGN as As, TABLE_SCOPES as Ls, TableCellFormat as Ms, TableColumnAlign as Ns, TableScope as Rs } from "./components/Table/Table.types.js";
75
+ import { IressTableFormattedValue as cs } from "./components/Table/TableFormattedValue/TableFormattedValue.js";
76
+ import { IressTableBody as Gs } from "./components/Table/TableBody/TableBody.js";
77
+ import { IressTab as Bs } from "./components/TabSet/Tab/Tab.js";
78
+ import { TAB_SET_LAYOUTS as Us, TabSetLayout as bs } from "./components/TabSet/TabSet.types.js";
79
+ import { IressTabSet as vs } from "./components/TabSet/TabSet.js";
80
+ import { mapTabs as Hs } from "./components/TabSet/helpers/mapTabs.js";
81
+ import { TEXT_ELEMENTS as hs } from "./components/Text/Text.types.js";
82
+ import { IressText as Xs } from "./components/Text/Text.js";
83
+ import { TOAST_ANIMATION as Zs, TOAST_STATUS as Ks } from "./components/Toaster/Toast/Toast.types.js";
84
+ import { TOASTER_ARIA_ATTRIBUTES as Qs, TOASTER_POSITION as Ws, TOAST_POSITION_ANIMATION_MATRIX as js, ToasterPosition as qs } from "./components/Toaster/Toaster.types.js";
85
+ import { useToaster as $s } from "./components/Toaster/hooks/useToaster.js";
86
+ import { TOGGLE_LAYOUTS as rt, ToggleLayout as ot } from "./components/Toggle/Toggle.types.js";
87
+ import { IressToggle as tt } from "./components/Toggle/Toggle.js";
88
+ import { IressTooltip as at } from "./components/Tooltip/Tooltip.js";
89
+ import { IressValidationMessage as St } from "./components/ValidationMessage/ValidationMessage.js";
90
+ import { IressValidationLink as xt } from "./components/ValidationMessage/ValidationLink/ValidationLink.js";
91
+ import { IressValidationSummary as Tt } from "./components/ValidationMessage/ValidationSummary/ValidationSummary.js";
92
+ import { Breakpoint as nt, DisplayMode as it, FloatingUIAlign as Et, FormElementType as ut, FormElementWidth as dt, GlobalCSSClass as Ot, GutterSize as Ct, HeadingLevel as _t, HorizontalAlign as At, LoggerLevels as Lt, ModalSize as Mt, PaddingSize as Nt, SystemValidationStatus as Rt, TextAlign as Pt, TextElement as ct, TextFieldType as Dt, TextMode as Gt, TextVariant as gt, VerticalAlign as Bt } from "./enums.js";
93
+ import { generateScopedName as Ut } from "./helpers/utility/generateScopedName.js";
94
+ import { toArray as yt } from "./helpers/formatting/toArray.js";
95
+ import { useBreakpoint as kt } from "./hooks/useBreakpoint.js";
96
+ import { useControlledState as Vt } from "./hooks/useControlledState.js";
97
+ import { useIdIfNeeded as Yt } from "./hooks/useIdIfNeeded.js";
98
+ import { useResponsiveProps as zt, useResponsiveValue as Zt } from "./hooks/useResponsiveProps.js";
99
+ import { BREAKPOINTS as wt, BREAKPOINT_DETAILS as Qt, CSS_IDS_VERSION as Wt, DISPLAY_MODES as jt, FLOATING_UI_ALIGNS as qt, FOCUSABLE_QUERY_SELECTOR as Jt, FORM_ELEMENT_WIDTHS as $t, GRID_SIZE as eI, GUTTER_SIZES as rI, HEADING_LEVELS as oI, HORIZONTAL_ALIGNS as sI, LOGGER_LEVELS as tI, PADDING_SIZES as II, SYSTEM_VALIDATION_STATUSES as aI, TEXT_ALIGNS as pI, TEXT_MODES as SI, TEXT_VARIANTS as mI, VERTICAL_ALIGNS as xI, Z_INDEX as lI } from "./constants.js";
100
100
  export {
101
101
  w as ALERT_ICONS,
102
102
  $ as BADGE_MODES,
103
- Kt as BREAKPOINTS,
104
- wt as BREAKPOINT_DETAILS,
103
+ wt as BREAKPOINTS,
104
+ Qt as BREAKPOINT_DETAILS,
105
105
  oe as BUTTON_MODES,
106
106
  se as BUTTON_TYPES,
107
107
  ee as BadgeMode,
108
- ft as Breakpoint,
108
+ nt as Breakpoint,
109
109
  te as ButtonCssClass,
110
110
  Ie as ButtonMode,
111
111
  ae as ButtonType,
112
112
  Ne as CHECKBOX_GROUP_LAYOUTS,
113
- ge as COL_ALIGN_SELFS,
114
- Ge as COL_OFFSETS,
113
+ Ge as COL_ALIGN_SELFS,
114
+ ge as COL_OFFSETS,
115
115
  Be as COL_SPANS,
116
- Qt as CSS_IDS_VERSION,
116
+ Wt as CSS_IDS_VERSION,
117
117
  Te as CardCssClass,
118
118
  fe as CardSlotClass,
119
- Pe as CheckboxGroupLayout,
119
+ Re as CheckboxGroupLayout,
120
120
  Fe as ColAlignSelf,
121
121
  Ue as ColCssClass,
122
122
  be as ColOffset,
123
123
  ye as ColSpan,
124
124
  Ve as ContainerCssClass,
125
- Wt as DISPLAY_MODES,
126
- nt as DisplayMode,
125
+ jt as DISPLAY_MODES,
126
+ it as DisplayMode,
127
127
  ze as DividerCssClass,
128
128
  Qe as EXPANDER_MODES,
129
129
  We as ExpanderMode,
130
- jt as FLOATING_UI_ALIGNS,
131
- qt as FOCUSABLE_QUERY_SELECTOR,
132
- Jt as FORM_ELEMENT_WIDTHS,
133
- it as FloatingUIAlign,
130
+ qt as FLOATING_UI_ALIGNS,
131
+ Jt as FOCUSABLE_QUERY_SELECTOR,
132
+ $t as FORM_ELEMENT_WIDTHS,
133
+ Et as FloatingUIAlign,
134
134
  sr as FormDefaultText,
135
- Et as FormElementType,
136
- ut as FormElementWidth,
135
+ ut as FormElementType,
136
+ dt as FormElementWidth,
137
137
  mr as FormFieldErrorMessages,
138
- $t as GRID_SIZE,
139
- eI as GUTTER_SIZES,
138
+ eI as GRID_SIZE,
139
+ rI as GUTTER_SIZES,
140
140
  Ot as GlobalCSSClass,
141
- dt as GutterSize,
142
- rI as HEADING_LEVELS,
143
- oI as HORIZONTAL_ALIGNS,
144
- Ct as HeadingLevel,
141
+ Ct as GutterSize,
142
+ oI as HEADING_LEVELS,
143
+ sI as HORIZONTAL_ALIGNS,
144
+ _t as HeadingLevel,
145
145
  lr as HideCssClass,
146
146
  Tr as HideTypes,
147
- _t as HorizontalAlign,
147
+ At as HorizontalAlign,
148
148
  nr as ICON_FLIPS,
149
149
  ir as ICON_ROTATES,
150
150
  Er as ICON_SETS,
151
151
  ur as ICON_SIZES,
152
- Or as ICON_SPINS,
153
- Rr as INPUT_MODES,
154
- dr as IconFlip,
152
+ dr as ICON_SPINS,
153
+ Pr as INPUT_MODES,
154
+ Or as IconFlip,
155
155
  Cr as IconRotate,
156
156
  _r as IconSet,
157
157
  Ar as IconSize,
@@ -185,14 +185,14 @@ export {
185
185
  f as IressInline,
186
186
  n as IressInput,
187
187
  i as IressInputCurrency,
188
- Ro as IressInputPopover,
189
- gr as IressLabel,
190
- de as IressLinkCard,
188
+ Po as IressInputPopover,
189
+ Gr as IressLabel,
190
+ Oe as IressLinkCard,
191
191
  E as IressLoading,
192
192
  u as IressLoadingSuspense,
193
193
  Br as IressMenu,
194
- O as IressMenuDivider,
195
- d as IressMenuHeading,
194
+ d as IressMenuDivider,
195
+ O as IressMenuHeading,
196
196
  C as IressMenuItem,
197
197
  _ as IressMenuText,
198
198
  A as IressModal,
@@ -204,47 +204,47 @@ export {
204
204
  io as IressPlaceholder,
205
205
  Lo as IressPopover,
206
206
  Do as IressProgress,
207
- Go as IressProvider,
207
+ go as IressProvider,
208
208
  N as IressRadio,
209
209
  yo as IressRadioGroup,
210
- P as IressReadonly,
211
- R as IressRichSelect,
210
+ R as IressReadonly,
211
+ P as IressRichSelect,
212
212
  c as IressRow,
213
213
  D as IressSelect,
214
- Vo as IressSelectBody,
215
- Yo as IressSelectCreate,
216
- g as IressSelectHeading,
217
- G as IressSelectLabel,
214
+ ho as IressSelectBody,
215
+ Xo as IressSelectCreate,
216
+ G as IressSelectHeading,
217
+ g as IressSelectLabel,
218
218
  B as IressSelectMenu,
219
- Ko as IressSelectOption,
219
+ wo as IressSelectOption,
220
220
  F as IressSelectSearch,
221
221
  U as IressSelectSearchInput,
222
222
  b as IressSelectTags,
223
- es as IressSkeleton,
224
- os as IressSkipLink,
223
+ rs as IressSkeleton,
224
+ ss as IressSkipLink,
225
225
  y as IressSlideout,
226
- ls as IressSlideoutContext,
227
- Ts as IressSlideoutProvider,
226
+ Ts as IressSlideoutContext,
227
+ fs as IressSlideoutProvider,
228
228
  v as IressSlider,
229
229
  k as IressSpinner,
230
230
  Os as IressStack,
231
- Gs as IressTab,
232
- ys as IressTabSet,
231
+ Bs as IressTab,
232
+ vs as IressTabSet,
233
233
  H as IressTable,
234
- Ds as IressTableBody,
235
- Rs as IressTableFormattedValue,
234
+ Gs as IressTableBody,
235
+ cs as IressTableFormattedValue,
236
236
  V as IressTag,
237
237
  h as IressTagInput,
238
- Ys as IressText,
238
+ Xs as IressText,
239
239
  Y as IressToast,
240
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,
241
+ tt as IressToggle,
242
+ at as IressTooltip,
243
+ xt as IressValidationLink,
244
+ St as IressValidationMessage,
245
+ Tt as IressValidationSummary,
246
+ tI as LOGGER_LEVELS,
247
+ Lt as LoggerLevels,
248
248
  Hr as MENU_ITEM_ROLES,
249
249
  Ur as MENU_LAYOUTS,
250
250
  br as MENU_ROLES,
@@ -252,74 +252,75 @@ export {
252
252
  Vr as MenuItemRole,
253
253
  yr as MenuLayout,
254
254
  vr as MenuType,
255
- Lt as ModalSize,
255
+ Mt as ModalSize,
256
256
  po as NavbarHorizontalAlign,
257
- tI as PADDING_SIZES,
257
+ II as PADDING_SIZES,
258
258
  mo as PANEL_BACKGROUNDS,
259
259
  uo as POPOVER_TYPES,
260
260
  Oo as POPOVER_USE_MAX_HEIGHT,
261
- Mt as PaddingSize,
261
+ Nt as PaddingSize,
262
262
  xo as PanelBackground,
263
263
  lo as PanelCssClass,
264
264
  Co as PopoverCssClass,
265
265
  _o as PopoverType,
266
266
  Fo as RADIO_GROUP_LAYOUTS,
267
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,
268
+ Zo as RowCssClass,
269
+ Jo as SKELETON_MODES,
270
+ Is as SLIDEOUT_MODES,
271
+ as as SLIDEOUT_POSITIONS,
272
+ ps as SLIDEOUT_SIZES,
273
+ aI as SYSTEM_VALIDATION_STATUSES,
274
+ $o as SkeletonMode,
275
+ Ss as SlideoutMode,
276
+ ms as SlideoutPosition,
277
+ xs as SlideoutSize,
278
+ us as StackCssClass,
279
+ Rt as SystemValidationStatus,
280
+ _s as TABLE_CELL_FORMATS,
281
+ As as TABLE_COLUMN_ALIGN,
282
+ Ls as TABLE_SCOPES,
283
+ Us as TAB_SET_LAYOUTS,
284
+ pI as TEXT_ALIGNS,
285
+ hs as TEXT_ELEMENTS,
286
+ SI as TEXT_MODES,
287
+ mI as TEXT_VARIANTS,
288
+ Qs as TOASTER_ARIA_ATTRIBUTES,
289
+ Ws as TOASTER_POSITION,
290
+ Zs as TOAST_ANIMATION,
291
+ js as TOAST_POSITION_ANIMATION_MATRIX,
292
+ Ks as TOAST_STATUS,
293
+ rt as TOGGLE_LAYOUTS,
294
+ bs as TabSetLayout,
295
+ Ms as TableCellFormat,
296
+ Ns as TableColumnAlign,
297
+ Rs as TableScope,
298
298
  Pt as TextAlign,
299
- Rt as TextElement,
300
- ct as TextFieldType,
301
- Dt as TextMode,
299
+ ct as TextElement,
300
+ Dt as TextFieldType,
301
+ Gt as TextMode,
302
302
  gt as TextVariant,
303
303
  z as Toast,
304
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,
305
+ qs as ToasterPosition,
306
+ ot as ToggleLayout,
307
+ xI as VERTICAL_ALIGNS,
308
+ Bt as VerticalAlign,
309
+ lI as Z_INDEX,
310
310
  _e as composeIDSCard,
311
311
  Le as composeIDSCardSlots,
312
- Ft as generateScopedName,
312
+ Ut as generateScopedName,
313
313
  Jr as mapMenuItems,
314
- Qo as mapSelectOptions,
315
- ks as mapTabs,
316
- Wo as renderOptionOrOptGroup,
317
- bt as toArray,
314
+ Wo as mapSelectOptions,
315
+ Hs as mapTabs,
316
+ jo as renderOptionOrOptGroup,
317
+ vo as shouldFireRadioGroupBlur,
318
+ yt as toArray,
318
319
  W as useAutocompleteSearch,
319
- vt as useBreakpoint,
320
- Ht as useControlledState,
320
+ kt as useBreakpoint,
321
+ Vt as useControlledState,
321
322
  xe as useIDSButtonGroupItem,
322
- ht as useIdIfNeeded,
323
+ Yt as useIdIfNeeded,
323
324
  Yr as useMenuItemAria,
324
325
  zr as useMenuItemButtonProps,
325
326
  Kr as useMenuItemComposite,
@@ -327,9 +328,9 @@ export {
327
328
  jr as useMenuItemRole,
328
329
  Io as useModal,
329
330
  No as usePopoverItem,
330
- Xt as useResponsiveProps,
331
- zt as useResponsiveValue,
332
- ko as useRichSelectState,
333
- ns as useSlideout,
334
- Js as useToaster
331
+ zt as useResponsiveProps,
332
+ Zt as useResponsiveValue,
333
+ Ho as useRichSelectState,
334
+ is as useSlideout,
335
+ $s as useToaster
335
336
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "./components/StartUpLoading.js";
3
- import { P as s } from "../../LoadingSuspense-D9nGJ3gx.js";
3
+ import { P as s } from "../../LoadingSuspense-Bwd232Nt.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-D9nGJ3gx.js";
3
+ import { Q as i } from "../../LoadingSuspense-Bwd232Nt.js";
4
4
  import "./hooks/useSuspenseResource.js";
5
5
  export {
6
6
  i as IressLoadingSuspense
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../components/Skeleton/Skeleton.js";
4
- import { ag as e } from "../../../LoadingSuspense-D9nGJ3gx.js";
5
- import "../../../Loading.module-g2pe-Gfx.js";
6
- import "../../../index-2QXL0WYc.js";
4
+ import { ag as e } from "../../../LoadingSuspense-Bwd232Nt.js";
5
+ import "../../../Loading.module-BjceG0Wh.js";
6
+ import "../../../index-cbHCAGLB.js";
7
7
  import "../../../components/Text/Text.js";
8
8
  export {
9
9
  e as ComponentLoading
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { ae as e } from "../../../LoadingSuspense-D9nGJ3gx.js";
3
+ import { ae as e } from "../../../LoadingSuspense-Bwd232Nt.js";
4
4
  import "../../../components/Text/Text.js";
5
- import "../../../index-2QXL0WYc.js";
6
- import "../../../Loading.module-g2pe-Gfx.js";
5
+ import "../../../index-cbHCAGLB.js";
6
+ import "../../../Loading.module-BjceG0Wh.js";
7
7
  export {
8
8
  e as DefaultLoading
9
9
  };
@@ -1,8 +1,8 @@
1
- import { jsx as c, jsxs as g } from "react/jsx-runtime";
1
+ import { jsx as c, jsxs as h } 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
- import { c as h } from "../../../index-2QXL0WYc.js";
5
- import { l as m } from "../../../Loading.module-g2pe-Gfx.js";
4
+ import { c as a } from "../../../index-cbHCAGLB.js";
5
+ import { l as m } from "../../../Loading.module-BjceG0Wh.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-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 = {
13
+ const P = "ids-long-loading--root-v5203", V = "ids-long-loading--panel-v5203", B = "ids-long-loading--dots-v5203", E = "ids-long-loading--check-list-v5203", R = "ids-long-loading--check-list-item-v5203", T = "ids-long-loading--check-list-item__done-v5203", U = "ids-long-loading--checked-v5203", $ = "ids-long-loading--checked__circle-v5203", q = "ids-long-loading--checked__check-v5203", s = {
14
14
  root: P,
15
15
  panel: V,
16
16
  dots: B,
@@ -21,16 +21,16 @@ const P = "ids-long-loading--root-v5200", V = "ids-long-loading--panel-v5200", B
21
21
  checked__circle: $,
22
22
  checked__check: q
23
23
  }, z = () => {
24
- const t = y();
25
- return /* @__PURE__ */ g(
24
+ const r = y();
25
+ return /* @__PURE__ */ h(
26
26
  "svg",
27
27
  {
28
28
  className: s.checked,
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
30
  viewBox: "0 0 52 52",
31
- "aria-labelledby": t,
31
+ "aria-labelledby": r,
32
32
  children: [
33
- /* @__PURE__ */ c("title", { id: t, children: "Finished: " }),
33
+ /* @__PURE__ */ c("title", { id: r, children: "Finished: " }),
34
34
  /* @__PURE__ */ c(
35
35
  "circle",
36
36
  {
@@ -53,64 +53,64 @@ const P = "ids-long-loading--root-v5200", V = "ids-long-loading--panel-v5200", B
53
53
  }
54
54
  );
55
55
  }, ce = ({
56
- children: t,
57
- className: v,
58
- error: k,
59
- estimatedFinishTime: r = 1e4,
60
- loaded: d,
61
- messageList: l = {},
62
- progress: N,
63
- renderProgress: u = (a) => /* @__PURE__ */ c(j, { ...a }),
64
- timeout: n,
56
+ children: r,
57
+ className: u,
58
+ error: g,
59
+ estimatedFinishTime: n = 1e4,
60
+ loaded: l,
61
+ messageList: t = {},
62
+ progress: v,
63
+ renderProgress: N = (i) => /* @__PURE__ */ c(j, { ...i }),
64
+ timeout: k,
65
65
  ...p
66
66
  }) => {
67
- const a = C(
68
- d,
69
- n == null ? void 0 : n.message,
70
- (n == null ? void 0 : n.loaded) ?? 1300
71
- ), I = Math.max(...Object.keys(l).map(Number)) + 500, o = G(
72
- r,
73
- d,
74
- N,
67
+ const i = C(
68
+ l,
69
+ k?.message,
70
+ k?.loaded ?? 1300
71
+ ), I = Math.max(...Object.keys(t).map(Number)) + 500, o = G(
72
+ n,
73
+ l,
74
+ v,
75
75
  I
76
76
  ), _ = f(() => {
77
- const e = Object.keys(l), i = e.findIndex(
77
+ const e = Object.keys(t), d = e.findIndex(
78
78
  (x) => Number(x) > o
79
79
  );
80
- return d ? "" : e[i] ?? e[e.length - 1];
81
- }, [l, d, o]), b = f(() => Object.entries(l).map(([e, i]) => ({
80
+ return l ? "" : e[d] ?? e[e.length - 1];
81
+ }, [t, l, o]), b = f(() => Object.entries(t).map(([e, d]) => ({
82
82
  timecode: Number(e),
83
- message: i,
83
+ message: d,
84
84
  current: e === _,
85
85
  finished: o >= Number(e)
86
- })), [l, _, o]);
86
+ })), [t, _, o]);
87
87
  return /* @__PURE__ */ c(
88
88
  "div",
89
89
  {
90
- className: h(s.root, v, m["fade-in"], {
91
- [m["fade-in--active"]]: a
90
+ className: a(s.root, u, m["fade-in"], {
91
+ [m["fade-in--active"]]: i
92
92
  }),
93
93
  ...p,
94
94
  children: /* @__PURE__ */ c(
95
95
  S,
96
96
  {
97
97
  "data-testid": O(p["data-testid"], "panel"),
98
- className: h(s.panel, {
99
- [m.error]: !!k
98
+ className: a(s.panel, {
99
+ [m.error]: !!g
100
100
  }),
101
- children: k ?? /* @__PURE__ */ g(w, { gutter: "md", children: [
102
- t,
103
- u({
101
+ children: g ?? /* @__PURE__ */ h(w, { gutter: "md", children: [
102
+ r,
103
+ N({
104
104
  className: s.progress,
105
105
  min: 0,
106
- max: r,
107
- value: Math.min(o, r),
108
- sectionTitle: `${Math.min(o, r) / r * 100}% loaded`
106
+ max: n,
107
+ value: Math.min(o, n),
108
+ sectionTitle: `${Math.min(o, n) / n * 100}% loaded`
109
109
  }),
110
- /* @__PURE__ */ c(M, { variant: "lead", noGutter: !0, children: /* @__PURE__ */ c("ul", { className: s.checkList, children: b.map((e) => /* @__PURE__ */ g(
110
+ /* @__PURE__ */ c(M, { variant: "lead", noGutter: !0, children: /* @__PURE__ */ c("ul", { className: s.checkList, children: b.map((e) => /* @__PURE__ */ h(
111
111
  "li",
112
112
  {
113
- className: h(s.checkListItem, {
113
+ className: a(s.checkListItem, {
114
114
  [s.checkListItem__done]: e.finished
115
115
  }),
116
116
  children: [