@iress-oss/ids-components 5.13.1 → 5.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/dist/{AutocompleteNoResults-Bk7q5K89.js → AutocompleteNoResults-D-7ik_op.js} +1 -1
  2. package/dist/{ComboboxHiddenInput-BRgHrfvH.js → ComboboxHiddenInput-Bo5hqUzo.js} +6 -6
  3. package/dist/{FieldAppendToLabel-B7A85TG1.js → FieldAppendToLabel-kSkgzhQp.js} +4 -4
  4. package/dist/{InputBase-K0leqZnv.js → InputBase-2wLvSYMJ.js} +2 -2
  5. package/dist/Loading.module-nxv4vxd0.js +13 -0
  6. package/dist/LoadingSuspense-BDiikfSh.js +5691 -0
  7. package/dist/LogoFromSrc-RCkIBALM.js +59 -0
  8. package/dist/MenuItem.module-C1hy3JLs.js +24 -0
  9. package/dist/Popover.module-BVuEALLH.js +11 -0
  10. package/dist/{SelectControl-415DMBPp.js → SelectControl-ebML3vaP.js} +2 -2
  11. package/dist/{SliderTicks-B6vu-MUH.js → SliderTicks-Bvc90tyk.js} +2 -2
  12. package/dist/TabSet.module-DLn6e1BG.js +13 -0
  13. package/dist/Table.module-CztzYVfs.js +32 -0
  14. package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
  15. package/dist/components/Alert/Alert.js +2 -2
  16. package/dist/components/Alert/index.js +1 -1
  17. package/dist/components/Autocomplete/Autocomplete.js +3 -3
  18. package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
  19. package/dist/components/Autocomplete/index.js +1 -1
  20. package/dist/components/Badge/Badge.js +5 -5
  21. package/dist/components/Button/Button.js +3 -3
  22. package/dist/components/Button/CloseButton/CloseButton.js +2 -2
  23. package/dist/components/Button/index.js +1 -1
  24. package/dist/components/ButtonGroup/ButtonGroup.js +3 -3
  25. package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +2 -2
  26. package/dist/components/ButtonGroup/index.js +1 -1
  27. package/dist/components/Card/helpers/composeIDSCard.js +1 -1
  28. package/dist/components/Checkbox/Checkbox.js +2 -2
  29. package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
  30. package/dist/components/Checkbox/index.js +1 -1
  31. package/dist/components/CheckboxGroup/CheckboxGroup.js +7 -7
  32. package/dist/components/CheckboxMark/CheckboxMark.js +1 -1
  33. package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
  34. package/dist/components/Col/Col.js +1 -1
  35. package/dist/components/Combobox/Combobox.js +3 -3
  36. package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +3 -3
  37. package/dist/components/Combobox/components/ComboboxHiddenInput.js +2 -2
  38. package/dist/components/Combobox/components/ComboboxResults.js +6 -6
  39. package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +3 -3
  40. package/dist/components/Combobox/index.js +1 -1
  41. package/dist/components/Container/Container.js +1 -1
  42. package/dist/components/Divider/Divider.js +1 -1
  43. package/dist/components/Expander/Expander.js +2 -2
  44. package/dist/components/Field/Field.js +2 -2
  45. package/dist/components/Field/FieldGroup/FieldGroup.js +3 -3
  46. package/dist/components/Field/components/FieldAppendToLabel.js +4 -4
  47. package/dist/components/Filter/Filter.js +3 -3
  48. package/dist/components/Filter/components/FilterResetButton.js +3 -3
  49. package/dist/components/Filter/components/FilterSearch.js +3 -3
  50. package/dist/components/Filter/index.js +1 -1
  51. package/dist/components/Form/Form.js +1 -1
  52. package/dist/components/Form/FormField/FormField.js +3 -3
  53. package/dist/components/Form/FormField/FormFieldset.js +3 -3
  54. package/dist/components/Form/HookForm/HookForm.js +2 -2
  55. package/dist/components/Form/components/FormValidationSummary.js +1 -1
  56. package/dist/components/Form/index.js +1 -1
  57. package/dist/components/Hide/Hide.js +2 -2
  58. package/dist/components/Hide/helpers/composeHideClasses.js +5 -5
  59. package/dist/components/Hide/index.js +1 -1
  60. package/dist/components/Icon/Icon.js +3 -3
  61. package/dist/components/Icon/index.js +1 -1
  62. package/dist/components/Inline/Inline.js +3 -3
  63. package/dist/components/Inline/index.js +1 -1
  64. package/dist/components/Input/ClearButton/ClearButton.js +1 -1
  65. package/dist/components/Input/Input.js +3 -3
  66. package/dist/components/Input/InputBase/InputBase.js +2 -2
  67. package/dist/components/Input/index.js +1 -1
  68. package/dist/components/InputCurrency/InputCurrency.js +1 -1
  69. package/dist/components/InputCurrency/index.js +1 -1
  70. package/dist/components/Label/LabelBase/LabelBase.js +2 -2
  71. package/dist/components/Menu/Menu.js +1 -1
  72. package/dist/components/Menu/MenuDivider/MenuDivider.js +3 -3
  73. package/dist/components/Menu/MenuHeading/MenuHeading.js +3 -3
  74. package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
  75. package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +2 -2
  76. package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
  77. package/dist/components/Menu/MenuText/MenuText.js +4 -4
  78. package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
  79. package/dist/components/Menu/hooks/useMenuStyles.js +4 -4
  80. package/dist/components/Menu/index.js +1 -1
  81. package/dist/components/Modal/Modal.js +3 -3
  82. package/dist/components/Modal/hooks/useModal.js +17 -14
  83. package/dist/components/Modal/index.js +1 -1
  84. package/dist/components/Navbar/Navbar.js +3 -3
  85. package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
  86. package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
  87. package/dist/components/Navbar/components/NavbarLogo.js +3 -3
  88. package/dist/components/Navbar/index.js +1 -1
  89. package/dist/components/Panel/Panel.js +1 -1
  90. package/dist/components/Placeholder/Placeholder.js +2 -2
  91. package/dist/components/Popover/InputPopover/InputPopover.js +37 -35
  92. package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
  93. package/dist/components/Popover/InputPopover/InputPopoverProvider.js +55 -53
  94. package/dist/components/Popover/Popover.js +40 -38
  95. package/dist/components/Popover/PopoverProvider.js +47 -45
  96. package/dist/components/Popover/components/NestedPopoverActivator.js +9 -0
  97. package/dist/components/Popover/components/PopoverActivator.js +2 -2
  98. package/dist/components/Popover/components/PopoverContent.js +3 -3
  99. package/dist/components/Popover/helpers/composeFloatingProps.js +26 -22
  100. package/dist/components/Popover/helpers/handlePopoverTabKey.js +16 -13
  101. package/dist/components/Popover/helpers/waitUntilTrue.js +12 -0
  102. package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +25 -17
  103. package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
  104. package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
  105. package/dist/components/Progress/Progress.js +2 -2
  106. package/dist/components/Radio/Radio.js +2 -2
  107. package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
  108. package/dist/components/Radio/index.js +1 -1
  109. package/dist/components/RadioGroup/RadioGroup.js +4 -4
  110. package/dist/components/Readonly/Readonly.js +4 -4
  111. package/dist/components/Readonly/index.js +1 -1
  112. package/dist/components/RichSelect/RichSelect.js +2 -2
  113. package/dist/components/RichSelect/SelectBody/SelectBody.js +5 -5
  114. package/dist/components/RichSelect/SelectCreate/SelectCreate.js +3 -3
  115. package/dist/components/RichSelect/SelectHeading/SelectHeading.js +3 -3
  116. package/dist/components/RichSelect/SelectLabel/SelectLabel.js +2 -2
  117. package/dist/components/RichSelect/SelectMenu/SelectMenu.js +3 -3
  118. package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +3 -3
  119. package/dist/components/RichSelect/SelectSearch/SelectSearch.js +3 -3
  120. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +2 -2
  121. package/dist/components/RichSelect/SelectTags/SelectTags.js +3 -3
  122. package/dist/components/RichSelect/components/SelectActivator.js +1 -1
  123. package/dist/components/RichSelect/components/SelectOptions.js +3 -3
  124. package/dist/components/RichSelect/index.js +1 -1
  125. package/dist/components/Row/Row.js +3 -3
  126. package/dist/components/Row/index.js +1 -1
  127. package/dist/components/Select/Select.js +3 -3
  128. package/dist/components/Select/components/SelectControl.js +2 -2
  129. package/dist/components/Select/components/SelectReadonly.js +3 -3
  130. package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
  131. package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
  132. package/dist/components/Select/index.js +1 -1
  133. package/dist/components/Skeleton/Skeleton.js +3 -3
  134. package/dist/components/SkipLink/SkipLink.js +2 -2
  135. package/dist/components/Slideout/Slideout.js +3 -3
  136. package/dist/components/Slideout/components/SlideoutInner.js +2 -2
  137. package/dist/components/Slideout/hooks/useSlideout.js +17 -14
  138. package/dist/components/Slideout/index.js +1 -1
  139. package/dist/components/Slider/Slider.js +3 -3
  140. package/dist/components/Slider/components/SliderTicks.js +2 -2
  141. package/dist/components/Slider/index.js +1 -1
  142. package/dist/components/Spinner/Spinner.js +2 -2
  143. package/dist/components/Spinner/index.js +1 -1
  144. package/dist/components/Stack/Stack.js +1 -1
  145. package/dist/components/TabSet/Tab/Tab.js +2 -2
  146. package/dist/components/TabSet/TabSet.js +3 -3
  147. package/dist/components/TabSet/components/TabSetItem.js +2 -2
  148. package/dist/components/Table/Table.js +3 -3
  149. package/dist/components/Table/TableBody/TableBody.js +16 -16
  150. package/dist/components/Table/components/TableEmpty.js +1 -1
  151. package/dist/components/Table/components/TableHeader.js +1 -1
  152. package/dist/components/Table/components/TableHeaderCell.js +2 -2
  153. package/dist/components/Table/components/TableSortButton.js +4 -4
  154. package/dist/components/Table/hooks/useIDSTableColumnStyles.js +2 -2
  155. package/dist/components/Table/index.js +1 -1
  156. package/dist/components/Tag/Tag.js +2 -2
  157. package/dist/components/Tag/TagInput/TagInput.js +1 -1
  158. package/dist/components/Tag/components/TagListInput/TagListInput.js +2 -2
  159. package/dist/components/Tag/index.js +1 -1
  160. package/dist/components/Text/Text.js +1 -1
  161. package/dist/components/Toaster/Toast/Toast.js +2 -2
  162. package/dist/components/Toaster/Toast/ToastAnimated.js +3 -3
  163. package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
  164. package/dist/components/Toaster/Toaster.js +4 -4
  165. package/dist/components/Toaster/ToasterProvider.js +1 -1
  166. package/dist/components/Toaster/hooks/useToaster.js +1 -1
  167. package/dist/components/Toaster/index.js +1 -1
  168. package/dist/components/Toggle/Toggle.js +4 -4
  169. package/dist/components/Tooltip/Tooltip.js +3 -3
  170. package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +2 -2
  171. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -2
  172. package/dist/constants.js +1 -1
  173. package/dist/{floating-ui.react-D_ysmiM3.js → floating-ui.react-RKRjRgyj.js} +972 -961
  174. package/dist/fuzzysort-eoXOpoo6.js +395 -0
  175. package/dist/helpers/label-value/getQueryRangeExclusive.js +1 -1
  176. package/dist/helpers/label-value/highlightQueryInLabel.js +1 -1
  177. package/dist/helpers/label-value/searchLabelValues.js +1 -1
  178. package/dist/index-2QXL0WYc.js +45 -0
  179. package/dist/main.js +309 -308
  180. package/dist/patterns/Loading/Loading.js +4 -3
  181. package/dist/patterns/Loading/LoadingSuspense.js +7 -0
  182. package/dist/patterns/Loading/components/ComponentLoading.js +3 -3
  183. package/dist/patterns/Loading/components/DefaultLoading.js +4 -4
  184. package/dist/patterns/Loading/components/LongLoading.js +132 -0
  185. package/dist/patterns/Loading/components/PageLoading.js +4 -4
  186. package/dist/patterns/Loading/components/StartUpLoading.js +105 -9
  187. package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
  188. package/dist/patterns/Loading/hooks/useEstimatedProgressValue.js +29 -0
  189. package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +19 -15
  190. package/dist/patterns/Loading/hooks/useShowIndicator.js +20 -0
  191. package/dist/patterns/Loading/hooks/useSuspenseResource.js +27 -0
  192. package/dist/patterns/Loading/index.js +3 -2
  193. package/dist/src/components/Popover/Popover.types.d.ts +1 -0
  194. package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +5 -0
  195. package/dist/src/components/Popover/helpers/handlePopoverTabKey.d.ts +1 -1
  196. package/dist/src/components/Popover/helpers/waitUntilTrue.d.ts +1 -0
  197. package/dist/src/components/RichSelect/RichSelect.types.d.ts +14 -0
  198. package/dist/src/components/RichSelect/components/SelectOptions.d.ts +2 -2
  199. package/dist/src/patterns/Loading/Loading.d.ts +7 -2
  200. package/dist/src/patterns/Loading/LoadingSuspense.d.ts +73 -0
  201. package/dist/src/patterns/Loading/components/LongLoading.d.ts +60 -0
  202. package/dist/src/patterns/Loading/components/StartUpLoading.d.ts +1 -1
  203. package/dist/src/patterns/Loading/hooks/useEstimatedProgressValue.d.ts +11 -0
  204. package/dist/src/patterns/Loading/hooks/useShouldRenderLoading.d.ts +2 -1
  205. package/dist/src/patterns/Loading/hooks/useShowIndicator.d.ts +9 -0
  206. package/dist/src/patterns/Loading/hooks/useSuspenseResource.d.ts +17 -0
  207. package/dist/src/patterns/Loading/index.d.ts +1 -0
  208. package/dist/style.css +1 -1
  209. package/dist/{useIDSButtonGroupItem-Dzgv35ni.js → useIDSButtonGroupItem-D278MaLC.js} +2 -2
  210. package/package.json +9 -9
  211. package/dist/Loading-CZ64hUvP.js +0 -5638
  212. package/dist/LogoFromSrc-tAhdMB9Y.js +0 -59
  213. package/dist/MenuItem.module-Br0lJU3k.js +0 -24
  214. package/dist/Popover.module-COHnD5HM.js +0 -11
  215. package/dist/StartUpLoading-DpO7RfDY.js +0 -145
  216. package/dist/TabSet.module-Bje9oAao.js +0 -13
  217. package/dist/Table.module-CSNtX5ab.js +0 -32
  218. package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
  219. package/dist/fuzzysort-CuIReeYY.js +0 -393
  220. package/dist/index-Cu0xwYjD.js +0 -42
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../index-Cu0xwYjD.js";
2
+ import "../../../index-2QXL0WYc.js";
3
3
  import "../../../helpers/utility/propagateTestid.js";
4
- import { a8 as p } from "../../../Loading-CZ64hUvP.js";
4
+ import { a9 as p } from "../../../LoadingSuspense-BDiikfSh.js";
5
5
  export {
6
6
  p as SlideoutInner
7
7
  };
@@ -1,17 +1,20 @@
1
- import { useContext as r } from "react";
2
- import { IressSlideoutContext as s } from "../SlideoutProvider.js";
3
- const d = () => {
4
- const o = r(s);
5
- return {
6
- showSlideout: (t, e = !0) => {
7
- if (o === void 0)
8
- throw new Error(
9
- "IressSlideout: showSlideout must be used within a IressSlideoutProvider"
10
- );
11
- o.showSlideout(t, e);
12
- }
13
- };
1
+ import { useContext as r, useMemo as s } from "react";
2
+ import { IressSlideoutContext as i } from "../SlideoutProvider.js";
3
+ const n = () => {
4
+ const o = r(i);
5
+ return s(
6
+ () => ({
7
+ showSlideout: (e, t = !0) => {
8
+ if (o === void 0)
9
+ throw new Error(
10
+ "IressSlideout: showSlideout must be used within a IressSlideoutProvider"
11
+ );
12
+ o.showSlideout(e, t);
13
+ }
14
+ }),
15
+ [o]
16
+ );
14
17
  };
15
18
  export {
16
- d as useSlideout
19
+ n as useSlideout
17
20
  };
@@ -1,5 +1,5 @@
1
1
  import { SLIDEOUT_MODES as S, SLIDEOUT_POSITIONS as t, SLIDEOUT_SIZES as r, SlideoutMode as i, SlideoutPosition as d, SlideoutSize as s } from "./Slideout.types.js";
2
- import { F as u } from "../../Loading-CZ64hUvP.js";
2
+ import { F as u } from "../../LoadingSuspense-BDiikfSh.js";
3
3
  import { IressSlideoutContext as O, IressSlideoutProvider as x } from "./SlideoutProvider.js";
4
4
  import { useSlideout as f } from "./hooks/useSlideout.js";
5
5
  export {
@@ -1,11 +1,11 @@
1
1
  import "react/jsx-runtime";
2
- import "../../index-Cu0xwYjD.js";
3
- import "../../SliderTicks-B6vu-MUH.js";
2
+ import "../../index-2QXL0WYc.js";
3
+ import "../../SliderTicks-Bvc90tyk.js";
4
4
  import "react";
5
5
  import "../../helpers/utility/propagateTestid.js";
6
6
  import "../../hooks/useControlledState.js";
7
7
  import "../../hooks/useIdIfNeeded.js";
8
- import { G as f } from "../../Loading-CZ64hUvP.js";
8
+ import { G as f } from "../../LoadingSuspense-BDiikfSh.js";
9
9
  import "../Form/hooks/useNoDefaultValueInForms.js";
10
10
  export {
11
11
  f as IressSlider
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import { S } from "../../../SliderTicks-B6vu-MUH.js";
3
- import "../../../index-Cu0xwYjD.js";
2
+ import { S } from "../../../SliderTicks-Bvc90tyk.js";
3
+ import "../../../index-2QXL0WYc.js";
4
4
  import "react";
5
5
  import "../../../enums.js";
6
6
  import "../../../helpers/utility/propagateTestid.js";
@@ -1,4 +1,4 @@
1
- import { G as s } from "../../Loading-CZ64hUvP.js";
1
+ import { G as s } from "../../LoadingSuspense-BDiikfSh.js";
2
2
  export {
3
3
  s as IressSlider
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import "../../index-Cu0xwYjD.js";
3
- import { H as i } from "../../Loading-CZ64hUvP.js";
2
+ import "../../index-2QXL0WYc.js";
3
+ import { H as i } from "../../LoadingSuspense-BDiikfSh.js";
4
4
  export {
5
5
  i as IressSpinner
6
6
  };
@@ -1,4 +1,4 @@
1
- import { H as s } from "../../Loading-CZ64hUvP.js";
1
+ import { H as s } from "../../LoadingSuspense-BDiikfSh.js";
2
2
  export {
3
3
  s as IressSpinner
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
- import { c as a } from "../../index-Cu0xwYjD.js";
2
+ import { c as a } from "../../index-2QXL0WYc.js";
3
3
  import { StackCssClass as s } from "./Stack.types.js";
4
4
  import { getResponsiveLayoutModifiers as i } from "../../helpers/responsive/getResponsiveLayoutModifiers.js";
5
5
  import { GutterSize as p } from "../../enums.js";
@@ -1,11 +1,11 @@
1
1
  import { jsx as n, jsxs as u } from "react/jsx-runtime";
2
- import { c as m } from "../../../index-Cu0xwYjD.js";
2
+ import { c as m } from "../../../index-2QXL0WYc.js";
3
3
  import { forwardRef as v, useEffect as N } from "react";
4
4
  import { useIdIfNeeded as T } from "../../../hooks/useIdIfNeeded.js";
5
5
  import { useTabSetItems as h } from "../hooks/useTabSetItems.js";
6
6
  import { TabSetItem as I } from "../components/TabSetItem.js";
7
7
  import { createPortal as $ } from "react-dom";
8
- const j = "ids-tab-v5130", w = "ids-tab--active-v5130", l = {
8
+ const j = "ids-tab-v5140", w = "ids-tab--active-v5140", l = {
9
9
  tab: j,
10
10
  active: w
11
11
  }, p = v(
@@ -1,7 +1,7 @@
1
1
  import { jsx as a, jsxs as d } from "react/jsx-runtime";
2
- import { c as n } from "../../index-Cu0xwYjD.js";
3
- import { s as e } from "../../TabSet.module-Bje9oAao.js";
4
- import { C as c } from "../../floating-ui.react-D_ysmiM3.js";
2
+ import { c as n } from "../../index-2QXL0WYc.js";
3
+ import { s as e } from "../../TabSet.module-DLn6e1BG.js";
4
+ import { C as c } from "../../floating-ui.react-RKRjRgyj.js";
5
5
  import { propagateTestid as b } from "../../helpers/utility/propagateTestid.js";
6
6
  import { TabSetLayout as u } from "./TabSet.types.js";
7
7
  import { TabSetProvider as S } from "./TabSetProvider.js";
@@ -1,6 +1,6 @@
1
1
  import { jsx as u } from "react/jsx-runtime";
2
- import { s as A } from "../../../TabSet.module-Bje9oAao.js";
3
- import { a as d } from "../../../floating-ui.react-D_ysmiM3.js";
2
+ import { s as A } from "../../../TabSet.module-DLn6e1BG.js";
3
+ import { a as d } from "../../../floating-ui.react-RKRjRgyj.js";
4
4
  import { focusableElements as f } from "../../../helpers/dom/focusableElements.js";
5
5
  const m = (i, t, e, a) => {
6
6
  var o;
@@ -1,14 +1,14 @@
1
1
  import "react/jsx-runtime";
2
- import "../../index-Cu0xwYjD.js";
2
+ import "../../index-2QXL0WYc.js";
3
3
  import "./Table.types.js";
4
- import "../../Table.module-CSNtX5ab.js";
4
+ import "../../Table.module-CztzYVfs.js";
5
5
  import "react";
6
6
  import "../../helpers/utility/idsLogger.js";
7
7
  import "../../hooks/useIdIfNeeded.js";
8
8
  import "./components/TableEmpty.js";
9
9
  import "../../enums.js";
10
10
  import "../../helpers/utility/propagateTestid.js";
11
- import { J as T } from "../../Loading-CZ64hUvP.js";
11
+ import { J as T } from "../../LoadingSuspense-BDiikfSh.js";
12
12
  import "./TableProvider.js";
13
13
  import "./helpers/hasColumns.js";
14
14
  import "./components/TableRows.js";
@@ -1,18 +1,18 @@
1
- import { jsx as t, jsxs as y, Fragment as B } from "react/jsx-runtime";
1
+ import { jsx as t, jsxs as y, Fragment as V } from "react/jsx-runtime";
2
2
  import { propagateTestid as T } from "../../../helpers/utility/propagateTestid.js";
3
- import { c as C } from "../../../index-Cu0xwYjD.js";
4
- import { TableEmpty as F } from "../components/TableEmpty.js";
5
- import { U as G } from "../../../Loading-CZ64hUvP.js";
6
- import { IressTableProvider as V } from "../TableProvider.js";
7
- import { s as f } from "../../../Table.module-CSNtX5ab.js";
3
+ import { c as C } from "../../../index-2QXL0WYc.js";
4
+ import { TableEmpty as B } from "../components/TableEmpty.js";
5
+ import { V as F } from "../../../LoadingSuspense-BDiikfSh.js";
6
+ import { IressTableProvider as G } from "../TableProvider.js";
7
+ import { s as f } from "../../../Table.module-CztzYVfs.js";
8
8
  import { useState as j, useEffect as k } from "react";
9
9
  import { useIdIfNeeded as w } from "../../../hooks/useIdIfNeeded.js";
10
10
  import { hasColumns as A } from "../helpers/hasColumns.js";
11
11
  import { useTable as N } from "../hooks/useTable.js";
12
12
  import { TableRows as E } from "../components/TableRows.js";
13
13
  import { useAriaRelationship as O } from "../../../hooks/useAriaRelationship.js";
14
- import { GlobalCSSClass as U } from "../../../enums.js";
15
- const q = ({
14
+ import { GlobalCSSClass as q } from "../../../enums.js";
15
+ const z = ({
16
16
  caption: l,
17
17
  hiddenCaption: e,
18
18
  onChange: i,
@@ -27,7 +27,7 @@ const q = ({
27
27
  "aria-expanded": e ? void 0 : o,
28
28
  colSpan: m,
29
29
  className: C(f.rowGroupHeader, {
30
- [U.SROnly]: e
30
+ [q.SROnly]: e
31
31
  }),
32
32
  id: `${a}--caption`,
33
33
  onClick: i,
@@ -36,7 +36,7 @@ const q = ({
36
36
  children: /* @__PURE__ */ t("button", { className: f.activator, type: "button", children: l })
37
37
  }
38
38
  ) }) : null;
39
- }, z = ({
39
+ }, D = ({
40
40
  children: l,
41
41
  setControlViaRef: e,
42
42
  tableId: i
@@ -70,7 +70,7 @@ const q = ({
70
70
  const v = () => {
71
71
  g(!d), d ? u == null || u() : p == null || p();
72
72
  }, x = d || r;
73
- return /* @__PURE__ */ t(V, { columns: i, rows: c, children: /* @__PURE__ */ y(
73
+ return /* @__PURE__ */ t(G, { columns: i, rows: c, children: /* @__PURE__ */ y(
74
74
  "tbody",
75
75
  {
76
76
  "aria-labelledby": `${s}--caption`,
@@ -80,7 +80,7 @@ const q = ({
80
80
  }),
81
81
  children: [
82
82
  /* @__PURE__ */ t(
83
- q,
83
+ z,
84
84
  {
85
85
  setController: R,
86
86
  caption: l,
@@ -90,9 +90,9 @@ const q = ({
90
90
  tableId: s
91
91
  }
92
92
  ),
93
- x && /* @__PURE__ */ y(B, { children: [
93
+ x && /* @__PURE__ */ y(V, { children: [
94
94
  !m && /* @__PURE__ */ t(
95
- G,
95
+ F,
96
96
  {
97
97
  additionalHeaders: `${s}--caption`,
98
98
  className: f.rowGroupColumnHeaders,
@@ -113,8 +113,8 @@ const q = ({
113
113
  testId: T(n, "tbody")
114
114
  }
115
115
  ),
116
- /* @__PURE__ */ t(F, { children: a }),
117
- /* @__PURE__ */ t(z, { setControlViaRef: h, tableId: s, children: e })
116
+ /* @__PURE__ */ t(B, { children: a }),
117
+ /* @__PURE__ */ t(D, { setControlViaRef: h, tableId: s, children: e })
118
118
  ] })
119
119
  ]
120
120
  }
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { s } from "../../../Table.module-CSNtX5ab.js";
2
+ import { s } from "../../../Table.module-CztzYVfs.js";
3
3
  import { useTable as l } from "../hooks/useTable.js";
4
4
  const u = ({ children: r }) => {
5
5
  const t = l(), o = t == null ? void 0 : t.api.getSortedRowModel().rows;
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../helpers/utility/propagateTestid.js";
3
3
  import "../../../index-CtOScEKX.js";
4
- import { U as i } from "../../../Loading-CZ64hUvP.js";
4
+ import { V as i } from "../../../LoadingSuspense-BDiikfSh.js";
5
5
  import "../hooks/useTable.js";
6
6
  export {
7
7
  i as TableHeader
@@ -1,8 +1,8 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../hooks/useIDSTableColumnStyles.js";
3
3
  import "../hooks/useIDSTableColumnSort.js";
4
- import { aa as t } from "../../../Loading-CZ64hUvP.js";
4
+ import { ab as a } from "../../../LoadingSuspense-BDiikfSh.js";
5
5
  import "../hooks/useTable.js";
6
6
  export {
7
- t as TableHeaderCell
7
+ a as TableHeaderCell
8
8
  };
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
- import { a9 as a } from "../../../Loading-CZ64hUvP.js";
3
- import "../../../Table.module-CSNtX5ab.js";
4
- import "../../../index-Cu0xwYjD.js";
2
+ import { aa as p } from "../../../LoadingSuspense-BDiikfSh.js";
3
+ import "../../../Table.module-CztzYVfs.js";
4
+ import "../../../index-2QXL0WYc.js";
5
5
  export {
6
- a as TableSortButton
6
+ p as TableSortButton
7
7
  };
@@ -1,5 +1,5 @@
1
- import { s as r } from "../../../Table.module-CSNtX5ab.js";
2
- import { c as s } from "../../../index-Cu0xwYjD.js";
1
+ import { s as r } from "../../../Table.module-CztzYVfs.js";
2
+ import { c as s } from "../../../index-2QXL0WYc.js";
3
3
  import { useTable as a } from "./useTable.js";
4
4
  const b = ({
5
5
  columnKey: i
@@ -1,5 +1,5 @@
1
1
  import { TABLE_CELL_FORMATS as r, TABLE_COLUMN_ALIGN as l, TABLE_SCOPES as a, TableCellFormat as T, TableColumnAlign as m, TableScope as s } from "./Table.types.js";
2
- import { J as L } from "../../Loading-CZ64hUvP.js";
2
+ import { J as L } from "../../LoadingSuspense-BDiikfSh.js";
3
3
  import { IressTableFormattedValue as A } from "./TableFormattedValue/TableFormattedValue.js";
4
4
  import { IressTableBody as C } from "./TableBody/TableBody.js";
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../index-Cu0xwYjD.js";
4
- import { K as s } from "../../Loading-CZ64hUvP.js";
3
+ import "../../index-2QXL0WYc.js";
4
+ import { K as s } from "../../LoadingSuspense-BDiikfSh.js";
5
5
  import "../../helpers/utility/propagateTestid.js";
6
6
  export {
7
7
  s as IressTag
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../hooks/useControlledState.js";
4
- import { L as s } from "../../../Loading-CZ64hUvP.js";
4
+ import { L as s } from "../../../LoadingSuspense-BDiikfSh.js";
5
5
  import "../../../helpers/form/getValueAsEvent.js";
6
6
  export {
7
7
  s as IressTagInput
@@ -1,8 +1,8 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../../index-Cu0xwYjD.js";
2
+ import "../../../../index-2QXL0WYc.js";
3
3
  import "react";
4
4
  import "../../../../helpers/utility/propagateTestid.js";
5
- import { a0 as a } from "../../../../Loading-CZ64hUvP.js";
5
+ import { a1 as a } from "../../../../LoadingSuspense-BDiikfSh.js";
6
6
  export {
7
7
  a as TagListInput
8
8
  };
@@ -1,4 +1,4 @@
1
- import { K as r, L as e } from "../../Loading-CZ64hUvP.js";
1
+ import { K as r, L as e } from "../../LoadingSuspense-BDiikfSh.js";
2
2
  export {
3
3
  r as IressTag,
4
4
  e as IressTagInput
@@ -1,5 +1,5 @@
1
1
  import { jsx as x } from "react/jsx-runtime";
2
- import { c as d } from "../../index-Cu0xwYjD.js";
2
+ import { c as d } from "../../index-2QXL0WYc.js";
3
3
  import { GlobalCSSClass as T, TextMode as c, TextElement as p, TextAlign as B, TextVariant as $ } from "../../enums.js";
4
4
  const e = ({
5
5
  align: t,
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../index-Cu0xwYjD.js";
3
- import { M as f, T as x } from "../../../Loading-CZ64hUvP.js";
2
+ import "../../../index-2QXL0WYc.js";
3
+ import { M as f, T as x } from "../../../LoadingSuspense-BDiikfSh.js";
4
4
  import "../../../enums.js";
5
5
  import "../../../helpers/utility/propagateTestid.js";
6
6
  import "../../Inline/Inline.types.js";
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../../../index-Cu0xwYjD.js";
4
- import { ac as s } from "../../../Loading-CZ64hUvP.js";
3
+ import "../../../index-2QXL0WYc.js";
4
+ import { ad as s } from "../../../LoadingSuspense-BDiikfSh.js";
5
5
  import "../../../helpers/transition/getTransitionDuration.js";
6
- import "../../../floating-ui.react-D_ysmiM3.js";
6
+ import "../../../floating-ui.react-RKRjRgyj.js";
7
7
  export {
8
8
  s as IressToastAnimated
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { ab as m } from "../../../Loading-CZ64hUvP.js";
2
+ import { ac as m } from "../../../LoadingSuspense-BDiikfSh.js";
3
3
  import "../../Icon/Icon.types.js";
4
4
  export {
5
5
  m as ToastIcon
@@ -1,11 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "./Toaster.types.js";
4
- import "../../index-Cu0xwYjD.js";
5
- import { ad as d } from "../../Loading-CZ64hUvP.js";
4
+ import "../../index-2QXL0WYc.js";
5
+ import { ae as f } from "../../LoadingSuspense-BDiikfSh.js";
6
6
  import "../../enums.js";
7
7
  import "../Stack/Stack.js";
8
- import "../../floating-ui.react-D_ysmiM3.js";
8
+ import "../../floating-ui.react-RKRjRgyj.js";
9
9
  export {
10
- d as IressToaster
10
+ f as IressToaster
11
11
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { O as s, N as a } from "../../Loading-CZ64hUvP.js";
3
+ import { O as s, N as a } from "../../LoadingSuspense-BDiikfSh.js";
4
4
  export {
5
5
  s as IressToasterProvider,
6
6
  a as ToasterContext
@@ -1,5 +1,5 @@
1
1
  import "react";
2
- import { P as s } from "../../../Loading-CZ64hUvP.js";
2
+ import { P as s } from "../../../LoadingSuspense-BDiikfSh.js";
3
3
  export {
4
4
  s as useToaster
5
5
  };
@@ -1,6 +1,6 @@
1
1
  import { TOAST_ANIMATION as o, TOAST_STATUS as r } from "./Toast/Toast.types.js";
2
2
  import { TOASTER_ARIA_ATTRIBUTES as I, TOASTER_POSITION as e, TOAST_POSITION_ANIMATION_MATRIX as t, ToasterPosition as O } from "./Toaster.types.js";
3
- import { M as S, O as _, T as N, N as P, P as R } from "../../Loading-CZ64hUvP.js";
3
+ import { M as S, O as _, T as N, N as P, P as R } from "../../LoadingSuspense-BDiikfSh.js";
4
4
  export {
5
5
  S as IressToast,
6
6
  _ as IressToasterProvider,
@@ -1,5 +1,5 @@
1
1
  import { jsxs as f, jsx as l } from "react/jsx-runtime";
2
- import { c as a } from "../../index-Cu0xwYjD.js";
2
+ import { c as a } from "../../index-2QXL0WYc.js";
3
3
  import { forwardRef as h, useState as B, useId as C, useEffect as x } from "react";
4
4
  import { GlobalCSSClass as I } from "../../enums.js";
5
5
  import { propagateTestid as u } from "../../helpers/utility/propagateTestid.js";
@@ -7,7 +7,7 @@ import "../CheckboxMark/CheckboxMark.types.js";
7
7
  import { IressCheckboxMark as N } from "../CheckboxMark/CheckboxMark.js";
8
8
  import { ButtonCssClass as T } from "../Button/Button.types.js";
9
9
  import { ToggleLayout as w } from "./Toggle.types.js";
10
- const L = "ids-toggle--toggle-base-v5130", M = "ids-toggle--checkbox-mark-v5130", S = "ids-toggle--toggle-button-v5130", j = "ids-toggle--button-checked-v5130", R = "ids-toggle--toggle-button-container-v5130", $ = "ids-toggle--label-v5130", E = "ids-toggle--layout__inline-v5130", G = "ids-toggle--layout__stack-v5130", t = {
10
+ const L = "ids-toggle--toggle-base-v5140", M = "ids-toggle--checkbox-mark-v5140", S = "ids-toggle--toggle-button-v5140", j = "ids-toggle--button-checked-v5140", R = "ids-toggle--toggle-button-container-v5140", $ = "ids-toggle--label-v5140", E = "ids-toggle--layout__inline-v5140", G = "ids-toggle--layout__stack-v5140", t = {
11
11
  toggleBase: L,
12
12
  checkboxMark: M,
13
13
  toggleButton: S,
@@ -15,8 +15,8 @@ const L = "ids-toggle--toggle-base-v5130", M = "ids-toggle--checkbox-mark-v5130"
15
15
  toggleButtonContainer: R,
16
16
  label: $,
17
17
  layout__inline: E,
18
- "layout__inline-reverse": "ids-toggle--layout__inline-reverse-v5130",
19
- "layout__inline-between": "ids-toggle--layout__inline-between-v5130",
18
+ "layout__inline-reverse": "ids-toggle--layout__inline-reverse-v5140",
19
+ "layout__inline-between": "ids-toggle--layout__inline-between-v5140",
20
20
  layout__stack: G
21
21
  }, O = ({
22
22
  hiddenLabel: o,
@@ -1,13 +1,13 @@
1
1
  import { jsxs as p, jsx as a } from "react/jsx-runtime";
2
2
  import { useState as P, useEffect as R, Fragment as S } from "react";
3
- import { c as j } from "../../index-Cu0xwYjD.js";
4
- import { d as E, o as H, b as L, f as M, s as B, t as D, v as G, g as U, h as W, i as k } from "../../floating-ui.react-D_ysmiM3.js";
3
+ import { c as j } from "../../index-2QXL0WYc.js";
4
+ import { d as E, o as H, b as L, f as M, s as B, t as D, v as G, g as U, h as W, i as k } from "../../floating-ui.react-RKRjRgyj.js";
5
5
  import { FloatingUIAlign as q } from "../../enums.js";
6
6
  import { propagateTestid as m } from "../../helpers/utility/propagateTestid.js";
7
7
  import { toArray as z } from "../../helpers/formatting/toArray.js";
8
8
  import { idsLogger as J } from "../../helpers/utility/idsLogger.js";
9
9
  import { focusableElements as K } from "../../helpers/dom/focusableElements.js";
10
- const Q = "ids-tooltip-v5130", V = "ids-tooltip--content-v5130", r = {
10
+ const Q = "ids-tooltip-v5140", V = "ids-tooltip--content-v5140", r = {
11
11
  tooltip: Q,
12
12
  content: V
13
13
  }, X = ({
@@ -1,8 +1,8 @@
1
1
  import { jsxs as l, jsx as n } from "react/jsx-runtime";
2
- import { c as r } from "../../../index-Cu0xwYjD.js";
2
+ import { c as r } from "../../../index-2QXL0WYc.js";
3
3
  import { capitalizeFirstLetter as g } from "../../../helpers/formatting/capitalizeFirstLetter.js";
4
4
  import { GlobalCSSClass as m } from "../../../enums.js";
5
- const v = "ids-validation-message-v5130", f = "ids-validation-message--prefix-v5130", x = "ids-validation-message--message-v5130", p = "ids-validation-message--danger-v5130", u = "ids-validation-message--warning-v5130", N = "ids-validation-message--success-v5130", w = "ids-validation-message--info-v5130", e = {
5
+ const v = "ids-validation-message-v5140", f = "ids-validation-message--prefix-v5140", x = "ids-validation-message--message-v5140", p = "ids-validation-message--danger-v5140", u = "ids-validation-message--warning-v5140", N = "ids-validation-message--success-v5140", w = "ids-validation-message--info-v5140", e = {
6
6
  validationMessage: v,
7
7
  prefix: f,
8
8
  message: x,
@@ -1,11 +1,11 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as u } from "../../../index-Cu0xwYjD.js";
2
+ import { c as u } from "../../../index-2QXL0WYc.js";
3
3
  import { propagateTestid as f } from "../../../helpers/utility/propagateTestid.js";
4
4
  import { IressValidationMessage as p } from "../ValidationMessage.js";
5
5
  import "react";
6
6
  import { useIdIfNeeded as c } from "../../../hooks/useIdIfNeeded.js";
7
7
  import { IressValidationLink as y } from "../ValidationLink/ValidationLink.js";
8
- const v = "ids-validation-summary-v5130", I = {
8
+ const v = "ids-validation-summary-v5140", I = {
9
9
  validationSummary: v
10
10
  }, S = ({
11
11
  children: a,
package/dist/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = "5.13.0", e = {
1
+ const t = "5.14.0", e = {
2
2
  /**
3
3
  * Extra small breakpoint, for mobile devices
4
4
  */