@iress-oss/ids-components 5.14.2 → 5.15.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 (189) hide show
  1. package/dist/{AutocompleteNoResults-CA3kLIMp.js → AutocompleteNoResults-CvhIxKQI.js} +1 -1
  2. package/dist/{ComboboxHiddenInput-3nXQLXWs.js → ComboboxHiddenInput-B7ztqo0l.js} +5 -5
  3. package/dist/{FieldAppendToLabel-fLFwdVe0.js → FieldAppendToLabel-DgXoSKDG.js} +6 -5
  4. package/dist/{InputBase-Gu84XDiJ.js → InputBase-nWIFJcGj.js} +1 -1
  5. package/dist/Loading.module-Bs6DSfb4.js +13 -0
  6. package/dist/{LoadingSuspense-CbdTDOzY.js → LoadingSuspense-BdXYIsHy.js} +2325 -2300
  7. package/dist/LogoFromSrc-CtJE0Fsr.js +59 -0
  8. package/dist/MenuItem.module-Bj20OWCC.js +24 -0
  9. package/dist/Popover.module-DJ-RK5B3.js +11 -0
  10. package/dist/{SelectControl-CzcS0y-K.js → SelectControl-CYKkf3rM.js} +1 -1
  11. package/dist/{SliderTicks-Dfc9Q2il.js → SliderTicks-Dqz-k-xS.js} +1 -1
  12. package/dist/TabSet.module-Cu1itlcf.js +13 -0
  13. package/dist/Table.module-Bb7fJIr8.js +32 -0
  14. package/dist/components/Alert/Alert.js +1 -1
  15. package/dist/components/Alert/index.js +1 -1
  16. package/dist/components/Autocomplete/Autocomplete.js +5 -4
  17. package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
  18. package/dist/components/Autocomplete/index.js +1 -1
  19. package/dist/components/Badge/Badge.js +4 -4
  20. package/dist/components/Button/Button.js +2 -2
  21. package/dist/components/Button/CloseButton/CloseButton.js +1 -1
  22. package/dist/components/Button/index.js +1 -1
  23. package/dist/components/ButtonGroup/ButtonGroup.js +2 -2
  24. package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
  25. package/dist/components/ButtonGroup/index.js +1 -1
  26. package/dist/components/Checkbox/Checkbox.js +1 -1
  27. package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
  28. package/dist/components/Checkbox/index.js +1 -1
  29. package/dist/components/CheckboxGroup/CheckboxGroup.js +6 -6
  30. package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
  31. package/dist/components/Combobox/Combobox.js +5 -4
  32. package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +5 -4
  33. package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
  34. package/dist/components/Combobox/components/ComboboxResults.js +5 -4
  35. package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +4 -3
  36. package/dist/components/Combobox/index.js +1 -1
  37. package/dist/components/Expander/Expander.js +1 -1
  38. package/dist/components/Field/Field.js +1 -1
  39. package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
  40. package/dist/components/Field/components/FieldAppendToLabel.js +5 -4
  41. package/dist/components/Filter/Filter.js +5 -4
  42. package/dist/components/Filter/components/FilterResetButton.js +4 -3
  43. package/dist/components/Filter/components/FilterSearch.js +4 -3
  44. package/dist/components/Filter/index.js +1 -1
  45. package/dist/components/Form/Form.js +1 -1
  46. package/dist/components/Form/FormField/FormField.js +9 -8
  47. package/dist/components/Form/FormField/FormFieldset.js +5 -4
  48. package/dist/components/Form/HookForm/HookForm.js +1 -1
  49. package/dist/components/Form/index.js +1 -1
  50. package/dist/components/Hide/Hide.js +1 -1
  51. package/dist/components/Hide/helpers/composeHideClasses.js +5 -4
  52. package/dist/components/Hide/index.js +1 -1
  53. package/dist/components/Icon/Icon.js +4 -3
  54. package/dist/components/Icon/index.js +1 -1
  55. package/dist/components/Inline/Inline.js +4 -3
  56. package/dist/components/Inline/index.js +1 -1
  57. package/dist/components/Input/ClearButton/ClearButton.js +1 -1
  58. package/dist/components/Input/Input.js +2 -2
  59. package/dist/components/Input/InputBase/InputBase.js +1 -1
  60. package/dist/components/Input/index.js +1 -1
  61. package/dist/components/InputCurrency/InputCurrency.js +1 -1
  62. package/dist/components/InputCurrency/index.js +1 -1
  63. package/dist/components/Label/LabelBase/LabelBase.js +1 -1
  64. package/dist/components/Menu/Menu.js +1 -1
  65. package/dist/components/Menu/MenuDivider/MenuDivider.js +4 -3
  66. package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
  67. package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
  68. package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
  69. package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
  70. package/dist/components/Menu/MenuText/MenuText.js +5 -4
  71. package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
  72. package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
  73. package/dist/components/Menu/index.js +1 -1
  74. package/dist/components/Modal/Modal.js +2 -2
  75. package/dist/components/Modal/index.js +1 -1
  76. package/dist/components/Navbar/Navbar.js +2 -2
  77. package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
  78. package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
  79. package/dist/components/Navbar/components/NavbarLogo.js +2 -2
  80. package/dist/components/Navbar/index.js +1 -1
  81. package/dist/components/Placeholder/Placeholder.js +1 -1
  82. package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
  83. package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
  84. package/dist/components/Popover/InputPopover/InputPopoverProvider.js +1 -1
  85. package/dist/components/Popover/Popover.js +1 -1
  86. package/dist/components/Popover/PopoverProvider.js +1 -1
  87. package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
  88. package/dist/components/Popover/components/PopoverActivator.js +1 -1
  89. package/dist/components/Popover/components/PopoverContent.js +2 -2
  90. package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
  91. package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
  92. package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
  93. package/dist/components/Progress/Progress.js +1 -1
  94. package/dist/components/Provider/Provider.js +38 -0
  95. package/dist/components/Provider/index.js +4 -0
  96. package/dist/components/Radio/Radio.js +1 -1
  97. package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
  98. package/dist/components/Radio/index.js +1 -1
  99. package/dist/components/RadioGroup/RadioGroup.js +3 -3
  100. package/dist/components/Readonly/Readonly.js +5 -4
  101. package/dist/components/Readonly/index.js +1 -1
  102. package/dist/components/RichSelect/RichSelect.js +4 -3
  103. package/dist/components/RichSelect/SelectBody/SelectBody.js +5 -4
  104. package/dist/components/RichSelect/SelectCreate/SelectCreate.js +9 -8
  105. package/dist/components/RichSelect/SelectHeading/SelectHeading.js +4 -3
  106. package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
  107. package/dist/components/RichSelect/SelectMenu/SelectMenu.js +4 -3
  108. package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +4 -3
  109. package/dist/components/RichSelect/SelectSearch/SelectSearch.js +4 -3
  110. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
  111. package/dist/components/RichSelect/SelectTags/SelectTags.js +4 -3
  112. package/dist/components/RichSelect/components/SelectActivator.js +1 -1
  113. package/dist/components/RichSelect/components/SelectOptions.js +4 -3
  114. package/dist/components/RichSelect/index.js +1 -1
  115. package/dist/components/Row/Row.js +4 -3
  116. package/dist/components/Row/index.js +1 -1
  117. package/dist/components/Select/Select.js +2 -2
  118. package/dist/components/Select/components/SelectControl.js +1 -1
  119. package/dist/components/Select/components/SelectReadonly.js +4 -3
  120. package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
  121. package/dist/components/Select/helpers/nodesToSelectOptions.js +3 -3
  122. package/dist/components/Select/index.js +1 -1
  123. package/dist/components/Skeleton/Skeleton.js +2 -2
  124. package/dist/components/SkipLink/SkipLink.js +1 -1
  125. package/dist/components/Slideout/Slideout.js +2 -2
  126. package/dist/components/Slideout/components/SlideoutInner.js +1 -1
  127. package/dist/components/Slideout/index.js +1 -1
  128. package/dist/components/Slider/Slider.js +2 -2
  129. package/dist/components/Slider/components/SliderTicks.js +1 -1
  130. package/dist/components/Slider/index.js +1 -1
  131. package/dist/components/Spinner/Spinner.js +1 -1
  132. package/dist/components/Spinner/index.js +1 -1
  133. package/dist/components/TabSet/Tab/Tab.js +1 -1
  134. package/dist/components/TabSet/TabSet.js +2 -2
  135. package/dist/components/TabSet/components/TabSetItem.js +2 -2
  136. package/dist/components/Table/Table.js +2 -2
  137. package/dist/components/Table/TableBody/TableBody.js +15 -15
  138. package/dist/components/Table/components/TableEmpty.js +1 -1
  139. package/dist/components/Table/components/TableHeader.js +1 -1
  140. package/dist/components/Table/components/TableHeaderCell.js +1 -1
  141. package/dist/components/Table/components/TableSortButton.js +3 -3
  142. package/dist/components/Table/hooks/useIDSTableColumnStyles.js +1 -1
  143. package/dist/components/Table/index.js +1 -1
  144. package/dist/components/Tag/Tag.js +1 -1
  145. package/dist/components/Tag/TagInput/TagInput.js +1 -1
  146. package/dist/components/Tag/components/TagListInput/TagListInput.js +1 -1
  147. package/dist/components/Tag/index.js +1 -1
  148. package/dist/components/Toaster/Toast/Toast.js +1 -1
  149. package/dist/components/Toaster/Toast/ToastAnimated.js +2 -2
  150. package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
  151. package/dist/components/Toaster/Toaster.js +2 -2
  152. package/dist/components/Toaster/ToasterProvider.js +1 -1
  153. package/dist/components/Toaster/hooks/useToaster.js +24 -3
  154. package/dist/components/Toaster/index.js +11 -10
  155. package/dist/components/Toggle/Toggle.js +3 -3
  156. package/dist/components/Tooltip/Tooltip.js +2 -2
  157. package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
  158. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
  159. package/dist/constants.js +11 -11
  160. package/dist/{floating-ui.react-DfZ-vbiG.js → floating-ui.react-SmaXvp4L.js} +189 -183
  161. package/dist/main.js +287 -284
  162. package/dist/patterns/Loading/Loading.js +1 -1
  163. package/dist/patterns/Loading/LoadingSuspense.js +1 -1
  164. package/dist/patterns/Loading/components/ComponentLoading.js +2 -2
  165. package/dist/patterns/Loading/components/DefaultLoading.js +3 -3
  166. package/dist/patterns/Loading/components/LongLoading.js +2 -2
  167. package/dist/patterns/Loading/components/PageLoading.js +3 -3
  168. package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
  169. package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
  170. package/dist/patterns/Loading/index.js +1 -1
  171. package/dist/src/components/Form/Form.types.d.ts +10 -1
  172. package/dist/src/components/Provider/Provider.d.ts +20 -0
  173. package/dist/src/components/Provider/index.d.ts +1 -0
  174. package/dist/src/components/Toaster/Toast/Toast.types.d.ts +2 -1
  175. package/dist/src/components/Toaster/ToasterProvider.d.ts +5 -2
  176. package/dist/src/components/Toaster/hooks/useToaster.d.ts +3 -3
  177. package/dist/src/constants.d.ts +7 -7
  178. package/dist/src/main.d.ts +1 -0
  179. package/dist/src/patterns/Loading/components/PageLoading.d.ts +3 -3
  180. package/dist/style.css +1 -1
  181. package/dist/{useIDSButtonGroupItem-DUZ2VDnl.js → useIDSButtonGroupItem-CniAJ9N5.js} +1 -1
  182. package/dist/vite.config.d.ts +1 -1
  183. package/package.json +2 -2
  184. package/dist/Loading.module-BoPWGcXe.js +0 -13
  185. package/dist/LogoFromSrc-C3T9li5n.js +0 -59
  186. package/dist/MenuItem.module-36-M9GIW.js +0 -24
  187. package/dist/Popover.module-qeMQ2uo5.js +0 -11
  188. package/dist/TabSet.module-BduoH_21.js +0 -13
  189. package/dist/Table.module-CONHit0r.js +0 -32
@@ -5,8 +5,8 @@ import "../../helpers/utility/propagateTestid.js";
5
5
  import "../../enums.js";
6
6
  import "../../hooks/useControlledState.js";
7
7
  import "../../hooks/useIdIfNeeded.js";
8
- import "../../SelectControl-CzcS0y-K.js";
9
- import { E as x } from "../../LoadingSuspense-CbdTDOzY.js";
8
+ import "../../SelectControl-CYKkf3rM.js";
9
+ import { E as x } from "../../LoadingSuspense-BdXYIsHy.js";
10
10
  import "../../helpers/form/getValueAsEvent.js";
11
11
  import "../Form/hooks/useNoDefaultValueInForms.js";
12
12
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../index-2QXL0WYc.js";
3
- import { S as l } from "../../../SelectControl-CzcS0y-K.js";
3
+ import { S as l } from "../../../SelectControl-CYKkf3rM.js";
4
4
  import "react";
5
5
  import "../../../enums.js";
6
6
  import "../../../helpers/form/getFormControlValueAsStringIfDefined.js";
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../helpers/utility/propagateTestid.js";
4
- import { a8 as I } from "../../../LoadingSuspense-CbdTDOzY.js";
4
+ import { ab as J } from "../../../LoadingSuspense-BdXYIsHy.js";
5
5
  import "../../../helpers/form/getFormControlValueAsStringIfDefined.js";
6
6
  import "../../../fuzzysort-eoXOpoo6.js";
7
7
  import "../../Badge/Badge.js";
@@ -21,11 +21,12 @@ import "../../Modal/ModalProvider.js";
21
21
  import "../../Panel/Panel.js";
22
22
  import "../../Popover/Popover.js";
23
23
  import "../../Popover/InputPopover/InputPopover.js";
24
+ import "../../Slideout/SlideoutProvider.js";
25
+ import "react-dom";
24
26
  import "../../RadioGroup/RadioGroup.js";
25
27
  import "../../Text/Text.js";
26
28
  import "../../Skeleton/Skeleton.js";
27
29
  import "../../SkipLink/SkipLink.js";
28
- import "../../Slideout/SlideoutProvider.js";
29
30
  import "../../Stack/Stack.js";
30
31
  import "../../Table/TableContext.js";
31
32
  import "../../TabSet/Tab/Tab.js";
@@ -34,5 +35,5 @@ import "../../Toggle/Toggle.js";
34
35
  import "../../Tooltip/Tooltip.js";
35
36
  import "../../ValidationMessage/ValidationMessage.js";
36
37
  export {
37
- I as SelectReadonly
38
+ J as SelectReadonly
38
39
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { idsLogger as a } from "../../../helpers/utility/idsLogger.js";
3
- import "../../../LoadingSuspense-CbdTDOzY.js";
3
+ import "../../../LoadingSuspense-BdXYIsHy.js";
4
4
  import { IressSelectOption as d } from "../SelectOption/SelectOption.js";
5
5
  const l = (r) => (a(
6
6
  "IressSelect: mapSelectOptions has been deprecated and will be removed in a future version of IDS, please map and render the items array directly in your application instead.",
@@ -1,9 +1,9 @@
1
1
  import "../../../helpers/formatting/toArray.js";
2
2
  import "../../../helpers/form/getFormControlValueAsString.js";
3
- import { a7 as m, a6 as a } from "../../../LoadingSuspense-CbdTDOzY.js";
3
+ import { aa as e, a9 as m } from "../../../LoadingSuspense-BdXYIsHy.js";
4
4
  import "../SelectOption/SelectOption.js";
5
5
  import "react/jsx-runtime";
6
6
  export {
7
- m as findValueFromStringInSelectOptions,
8
- a as mapNodesToSelectOptions
7
+ e as findValueFromStringInSelectOptions,
8
+ m as mapNodesToSelectOptions
9
9
  };
@@ -1,4 +1,4 @@
1
- import { E as o } from "../../LoadingSuspense-CbdTDOzY.js";
1
+ import { E as o } from "../../LoadingSuspense-BdXYIsHy.js";
2
2
  import { IressSelectOption as p } from "./SelectOption/SelectOption.js";
3
3
  import { mapSelectOptions as O, renderOptionOrOptGroup as m } from "./helpers/mapSelectOptions.js";
4
4
  export {
@@ -4,9 +4,9 @@ import { TextVariant as p } from "../../enums.js";
4
4
  import { SkeletonMode as v } from "./Skeleton.types.js";
5
5
  import { toCSSLengthValue as i } from "../../helpers/formatting/toCSSLengthValue.js";
6
6
  import { IressText as f } from "../Text/Text.js";
7
- const S = "ids-skeleton-v5142", g = "ids-skeleton--rect-v5142", u = "ids-skeleton--circle-v5142", T = "ids-skeleton--text-v5142", c = {
7
+ const S = "ids-skeleton-v5150", g = "ids-skeleton--rect-v5150", u = "ids-skeleton--circle-v5150", T = "ids-skeleton--text-v5150", c = {
8
8
  skeleton: S,
9
- "iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-v5142",
9
+ "iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-v5150",
10
10
  rect: g,
11
11
  circle: u,
12
12
  text: T
@@ -2,7 +2,7 @@ import { jsx as n } from "react/jsx-runtime";
2
2
  import { forwardRef as e } from "react";
3
3
  import { c as t } from "../../index-2QXL0WYc.js";
4
4
  import { idsLogger as m } from "../../helpers/utility/idsLogger.js";
5
- const a = "ids-skip-link-v5142", f = {
5
+ const a = "ids-skip-link-v5150", f = {
6
6
  skipLink: a
7
7
  }, l = e(
8
8
  ({
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../index-2QXL0WYc.js";
3
3
  import "./Slideout.types.js";
4
- import { F } from "../../LoadingSuspense-CbdTDOzY.js";
4
+ import { F } from "../../LoadingSuspense-BdXYIsHy.js";
5
5
  import "react";
6
- import "../../floating-ui.react-DfZ-vbiG.js";
6
+ import "../../floating-ui.react-SmaXvp4L.js";
7
7
  import "../../helpers/transition/timeStringToNumber.js";
8
8
  import "../../enums.js";
9
9
  import "../../helpers/utility/idsLogger.js";
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../index-2QXL0WYc.js";
3
3
  import "../../../helpers/utility/propagateTestid.js";
4
- import { a9 as p } from "../../../LoadingSuspense-CbdTDOzY.js";
4
+ import { a8 as p } from "../../../LoadingSuspense-BdXYIsHy.js";
5
5
  export {
6
6
  p as SlideoutInner
7
7
  };
@@ -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 "../../LoadingSuspense-CbdTDOzY.js";
2
+ import { F as u } from "../../LoadingSuspense-BdXYIsHy.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
2
  import "../../index-2QXL0WYc.js";
3
- import "../../SliderTicks-Dfc9Q2il.js";
3
+ import "../../SliderTicks-Dqz-k-xS.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 "../../LoadingSuspense-CbdTDOzY.js";
8
+ import { G as f } from "../../LoadingSuspense-BdXYIsHy.js";
9
9
  import "../Form/hooks/useNoDefaultValueInForms.js";
10
10
  export {
11
11
  f as IressSlider
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { S } from "../../../SliderTicks-Dfc9Q2il.js";
2
+ import { S } from "../../../SliderTicks-Dqz-k-xS.js";
3
3
  import "../../../index-2QXL0WYc.js";
4
4
  import "react";
5
5
  import "../../../enums.js";
@@ -1,4 +1,4 @@
1
- import { G as s } from "../../LoadingSuspense-CbdTDOzY.js";
1
+ import { G as s } from "../../LoadingSuspense-BdXYIsHy.js";
2
2
  export {
3
3
  s as IressSlider
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../index-2QXL0WYc.js";
3
- import { H as i } from "../../LoadingSuspense-CbdTDOzY.js";
3
+ import { H as i } from "../../LoadingSuspense-BdXYIsHy.js";
4
4
  export {
5
5
  i as IressSpinner
6
6
  };
@@ -1,4 +1,4 @@
1
- import { H as s } from "../../LoadingSuspense-CbdTDOzY.js";
1
+ import { H as s } from "../../LoadingSuspense-BdXYIsHy.js";
2
2
  export {
3
3
  s as IressSpinner
4
4
  };
@@ -5,7 +5,7 @@ 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-v5142", w = "ids-tab--active-v5142", l = {
8
+ const j = "ids-tab-v5150", w = "ids-tab--active-v5150", 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
2
  import { c as n } from "../../index-2QXL0WYc.js";
3
- import { s as e } from "../../TabSet.module-BduoH_21.js";
4
- import { C as c } from "../../floating-ui.react-DfZ-vbiG.js";
3
+ import { s as e } from "../../TabSet.module-Cu1itlcf.js";
4
+ import { C as c } from "../../floating-ui.react-SmaXvp4L.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-BduoH_21.js";
3
- import { a as d } from "../../../floating-ui.react-DfZ-vbiG.js";
2
+ import { s as A } from "../../../TabSet.module-Cu1itlcf.js";
3
+ import { a as d } from "../../../floating-ui.react-SmaXvp4L.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
2
  import "../../index-2QXL0WYc.js";
3
3
  import "./Table.types.js";
4
- import "../../Table.module-CONHit0r.js";
4
+ import "../../Table.module-Bb7fJIr8.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 "../../LoadingSuspense-CbdTDOzY.js";
11
+ import { J as T } from "../../LoadingSuspense-BdXYIsHy.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 V } from "react/jsx-runtime";
1
+ import { jsx as t, jsxs as y, Fragment as B } from "react/jsx-runtime";
2
2
  import { propagateTestid as T } from "../../../helpers/utility/propagateTestid.js";
3
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-CbdTDOzY.js";
6
- import { IressTableProvider as G } from "../TableProvider.js";
7
- import { s as f } from "../../../Table.module-CONHit0r.js";
4
+ import { TableEmpty as F } from "../components/TableEmpty.js";
5
+ import { U as G } from "../../../LoadingSuspense-BdXYIsHy.js";
6
+ import { IressTableProvider as V } from "../TableProvider.js";
7
+ import { s as f } from "../../../Table.module-Bb7fJIr8.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 q } from "../../../enums.js";
15
- const z = ({
14
+ import { GlobalCSSClass as U } from "../../../enums.js";
15
+ const q = ({
16
16
  caption: l,
17
17
  hiddenCaption: e,
18
18
  onChange: i,
@@ -27,7 +27,7 @@ const z = ({
27
27
  "aria-expanded": e ? void 0 : o,
28
28
  colSpan: m,
29
29
  className: C(f.rowGroupHeader, {
30
- [q.SROnly]: e
30
+ [U.SROnly]: e
31
31
  }),
32
32
  id: `${a}--caption`,
33
33
  onClick: i,
@@ -36,7 +36,7 @@ const z = ({
36
36
  children: /* @__PURE__ */ t("button", { className: f.activator, type: "button", children: l })
37
37
  }
38
38
  ) }) : null;
39
- }, D = ({
39
+ }, z = ({
40
40
  children: l,
41
41
  setControlViaRef: e,
42
42
  tableId: i
@@ -70,7 +70,7 @@ const z = ({
70
70
  const v = () => {
71
71
  g(!d), d ? u == null || u() : p == null || p();
72
72
  }, x = d || r;
73
- return /* @__PURE__ */ t(G, { columns: i, rows: c, children: /* @__PURE__ */ y(
73
+ return /* @__PURE__ */ t(V, { columns: i, rows: c, children: /* @__PURE__ */ y(
74
74
  "tbody",
75
75
  {
76
76
  "aria-labelledby": `${s}--caption`,
@@ -80,7 +80,7 @@ const z = ({
80
80
  }),
81
81
  children: [
82
82
  /* @__PURE__ */ t(
83
- z,
83
+ q,
84
84
  {
85
85
  setController: R,
86
86
  caption: l,
@@ -90,9 +90,9 @@ const z = ({
90
90
  tableId: s
91
91
  }
92
92
  ),
93
- x && /* @__PURE__ */ y(V, { children: [
93
+ x && /* @__PURE__ */ y(B, { children: [
94
94
  !m && /* @__PURE__ */ t(
95
- F,
95
+ G,
96
96
  {
97
97
  additionalHeaders: `${s}--caption`,
98
98
  className: f.rowGroupColumnHeaders,
@@ -113,8 +113,8 @@ const z = ({
113
113
  testId: T(n, "tbody")
114
114
  }
115
115
  ),
116
- /* @__PURE__ */ t(B, { children: a }),
117
- /* @__PURE__ */ t(D, { setControlViaRef: h, tableId: s, children: e })
116
+ /* @__PURE__ */ t(F, { children: a }),
117
+ /* @__PURE__ */ t(z, { 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-CONHit0r.js";
2
+ import { s } from "../../../Table.module-Bb7fJIr8.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 { V as i } from "../../../LoadingSuspense-CbdTDOzY.js";
4
+ import { U as i } from "../../../LoadingSuspense-BdXYIsHy.js";
5
5
  import "../hooks/useTable.js";
6
6
  export {
7
7
  i as TableHeader
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../hooks/useIDSTableColumnStyles.js";
3
3
  import "../hooks/useIDSTableColumnSort.js";
4
- import { ab as a } from "../../../LoadingSuspense-CbdTDOzY.js";
4
+ import { ad as a } from "../../../LoadingSuspense-BdXYIsHy.js";
5
5
  import "../hooks/useTable.js";
6
6
  export {
7
7
  a as TableHeaderCell
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
- import { aa as p } from "../../../LoadingSuspense-CbdTDOzY.js";
3
- import "../../../Table.module-CONHit0r.js";
2
+ import { ac as a } from "../../../LoadingSuspense-BdXYIsHy.js";
3
+ import "../../../Table.module-Bb7fJIr8.js";
4
4
  import "../../../index-2QXL0WYc.js";
5
5
  export {
6
- p as TableSortButton
6
+ a as TableSortButton
7
7
  };
@@ -1,4 +1,4 @@
1
- import { s as r } from "../../../Table.module-CONHit0r.js";
1
+ import { s as r } from "../../../Table.module-Bb7fJIr8.js";
2
2
  import { c as s } from "../../../index-2QXL0WYc.js";
3
3
  import { useTable as a } from "./useTable.js";
4
4
  const b = ({
@@ -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 "../../LoadingSuspense-CbdTDOzY.js";
2
+ import { J as L } from "../../LoadingSuspense-BdXYIsHy.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
3
  import "../../index-2QXL0WYc.js";
4
- import { K as s } from "../../LoadingSuspense-CbdTDOzY.js";
4
+ import { K as s } from "../../LoadingSuspense-BdXYIsHy.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 "../../../LoadingSuspense-CbdTDOzY.js";
4
+ import { L as s } from "../../../LoadingSuspense-BdXYIsHy.js";
5
5
  import "../../../helpers/form/getValueAsEvent.js";
6
6
  export {
7
7
  s as IressTagInput
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "../../../../index-2QXL0WYc.js";
3
3
  import "react";
4
4
  import "../../../../helpers/utility/propagateTestid.js";
5
- import { a1 as a } from "../../../../LoadingSuspense-CbdTDOzY.js";
5
+ import { a0 as a } from "../../../../LoadingSuspense-BdXYIsHy.js";
6
6
  export {
7
7
  a as TagListInput
8
8
  };
@@ -1,4 +1,4 @@
1
- import { K as r, L as e } from "../../LoadingSuspense-CbdTDOzY.js";
1
+ import { K as r, L as e } from "../../LoadingSuspense-BdXYIsHy.js";
2
2
  export {
3
3
  r as IressTag,
4
4
  e as IressTagInput
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../index-2QXL0WYc.js";
3
- import { M as f, T as x } from "../../../LoadingSuspense-CbdTDOzY.js";
3
+ import { M as f, T as x } from "../../../LoadingSuspense-BdXYIsHy.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
3
  import "../../../index-2QXL0WYc.js";
4
- import { ad as s } from "../../../LoadingSuspense-CbdTDOzY.js";
4
+ import { a6 as s } from "../../../LoadingSuspense-BdXYIsHy.js";
5
5
  import "../../../helpers/transition/getTransitionDuration.js";
6
- import "../../../floating-ui.react-DfZ-vbiG.js";
6
+ import "../../../floating-ui.react-SmaXvp4L.js";
7
7
  export {
8
8
  s as IressToastAnimated
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { ac as m } from "../../../LoadingSuspense-CbdTDOzY.js";
2
+ import { a5 as m } from "../../../LoadingSuspense-BdXYIsHy.js";
3
3
  import "../../Icon/Icon.types.js";
4
4
  export {
5
5
  m as ToastIcon
@@ -2,10 +2,10 @@ import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "./Toaster.types.js";
4
4
  import "../../index-2QXL0WYc.js";
5
- import { ae as f } from "../../LoadingSuspense-CbdTDOzY.js";
5
+ import { a7 as f } from "../../LoadingSuspense-BdXYIsHy.js";
6
6
  import "../../enums.js";
7
7
  import "../Stack/Stack.js";
8
- import "../../floating-ui.react-DfZ-vbiG.js";
8
+ import "../../floating-ui.react-SmaXvp4L.js";
9
9
  export {
10
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 "../../LoadingSuspense-CbdTDOzY.js";
3
+ import { O as s, N as a } from "../../LoadingSuspense-BdXYIsHy.js";
4
4
  export {
5
5
  s as IressToasterProvider,
6
6
  a as ToasterContext
@@ -1,5 +1,26 @@
1
- import "react";
2
- import { P as s } from "../../../LoadingSuspense-CbdTDOzY.js";
1
+ import { useContext as u, useEffect as a, useMemo as c } from "react";
2
+ import { N as f } from "../../../LoadingSuspense-BdXYIsHy.js";
3
+ const w = (e) => {
4
+ const r = u(f);
5
+ if (r === void 0)
6
+ throw new Error("useToaster must be used within a IressToasterProvider");
7
+ const { show: t, setOptions: i, options: o, animateOut: n } = r;
8
+ return a(() => {
9
+ e && i({
10
+ ...o,
11
+ position: e ?? o.position
12
+ });
13
+ }, [e]), c(
14
+ () => ({
15
+ success: (s) => t({ ...s, status: "success" }),
16
+ error: (s) => t({ ...s, status: "error" }),
17
+ info: (s) => t({ ...s, status: "info" }),
18
+ close: n,
19
+ options: o
20
+ }),
21
+ [n, o, t]
22
+ );
23
+ };
3
24
  export {
4
- s as useToaster
25
+ w as useToaster
5
26
  };
@@ -1,16 +1,17 @@
1
- import { TOAST_ANIMATION as o, TOAST_STATUS as r } from "./Toast/Toast.types.js";
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 "../../LoadingSuspense-CbdTDOzY.js";
1
+ import { TOAST_ANIMATION as r, TOAST_STATUS as s } from "./Toast/Toast.types.js";
2
+ import { TOASTER_ARIA_ATTRIBUTES as e, TOASTER_POSITION as t, TOAST_POSITION_ANIMATION_MATRIX as I, ToasterPosition as O } from "./Toaster.types.js";
3
+ import { M as S, O as _, T as N, N as x } from "../../LoadingSuspense-BdXYIsHy.js";
4
+ import { useToaster as f } from "./hooks/useToaster.js";
4
5
  export {
5
6
  S as IressToast,
6
7
  _ as IressToasterProvider,
7
- I as TOASTER_ARIA_ATTRIBUTES,
8
- e as TOASTER_POSITION,
9
- o as TOAST_ANIMATION,
10
- t as TOAST_POSITION_ANIMATION_MATRIX,
11
- r as TOAST_STATUS,
8
+ e as TOASTER_ARIA_ATTRIBUTES,
9
+ t as TOASTER_POSITION,
10
+ r as TOAST_ANIMATION,
11
+ I as TOAST_POSITION_ANIMATION_MATRIX,
12
+ s as TOAST_STATUS,
12
13
  N as Toast,
13
- P as ToasterContext,
14
+ x as ToasterContext,
14
15
  O as ToasterPosition,
15
- R as useToaster
16
+ f as useToaster
16
17
  };
@@ -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-v5142", M = "ids-toggle--checkbox-mark-v5142", S = "ids-toggle--toggle-button-v5142", j = "ids-toggle--button-checked-v5142", R = "ids-toggle--toggle-button-container-v5142", $ = "ids-toggle--label-v5142", E = "ids-toggle--layout__inline-v5142", G = "ids-toggle--layout__stack-v5142", t = {
10
+ const L = "ids-toggle--toggle-base-v5150", M = "ids-toggle--checkbox-mark-v5150", S = "ids-toggle--toggle-button-v5150", j = "ids-toggle--button-checked-v5150", R = "ids-toggle--toggle-button-container-v5150", $ = "ids-toggle--label-v5150", E = "ids-toggle--layout__inline-v5150", G = "ids-toggle--layout__stack-v5150", t = {
11
11
  toggleBase: L,
12
12
  checkboxMark: M,
13
13
  toggleButton: S,
@@ -15,8 +15,8 @@ const L = "ids-toggle--toggle-base-v5142", M = "ids-toggle--checkbox-mark-v5142"
15
15
  toggleButtonContainer: R,
16
16
  label: $,
17
17
  layout__inline: E,
18
- "layout__inline-reverse": "ids-toggle--layout__inline-reverse-v5142",
19
- "layout__inline-between": "ids-toggle--layout__inline-between-v5142",
18
+ "layout__inline-reverse": "ids-toggle--layout__inline-reverse-v5150",
19
+ "layout__inline-between": "ids-toggle--layout__inline-between-v5150",
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
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-DfZ-vbiG.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-SmaXvp4L.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-v5142", V = "ids-tooltip--content-v5142", r = {
10
+ const Q = "ids-tooltip-v5150", V = "ids-tooltip--content-v5150", r = {
11
11
  tooltip: Q,
12
12
  content: V
13
13
  }, X = ({
@@ -2,7 +2,7 @@ import { jsxs as l, jsx as n } from "react/jsx-runtime";
2
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-v5142", f = "ids-validation-message--prefix-v5142", x = "ids-validation-message--message-v5142", p = "ids-validation-message--danger-v5142", u = "ids-validation-message--warning-v5142", N = "ids-validation-message--success-v5142", w = "ids-validation-message--info-v5142", e = {
5
+ const v = "ids-validation-message-v5150", f = "ids-validation-message--prefix-v5150", x = "ids-validation-message--message-v5150", p = "ids-validation-message--danger-v5150", u = "ids-validation-message--warning-v5150", N = "ids-validation-message--success-v5150", w = "ids-validation-message--info-v5150", e = {
6
6
  validationMessage: v,
7
7
  prefix: f,
8
8
  message: x,
@@ -5,7 +5,7 @@ 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-v5142", I = {
8
+ const v = "ids-validation-summary-v5150", I = {
9
9
  validationSummary: v
10
10
  }, S = ({
11
11
  children: a,