@iress-oss/ids-components 5.20.3 → 5.20.5

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 (193) hide show
  1. package/dist/{AutocompleteNoResults-B7El1R2l.js → AutocompleteNoResults-BsQDlhkg.js} +1 -1
  2. package/dist/{ComboboxHiddenInput-CWfIj-Zz.js → ComboboxHiddenInput-BRjcuIDU.js} +5 -5
  3. package/dist/{FieldAppendToLabel-BTdzhQ7Z.js → FieldAppendToLabel-BV2QGmB_.js} +3 -3
  4. package/dist/{InputBase-Hc9D8St6.js → InputBase-43yHsseJ.js} +1 -1
  5. package/dist/Loading.module-QQc3WwED.js +13 -0
  6. package/dist/{LoadingSuspense-Bwd232Nt.js → LoadingSuspense-CMLr0JZ4.js} +1732 -1724
  7. package/dist/LogoFromSrc-BpZ2IUav.js +59 -0
  8. package/dist/MenuItem.module-T5CKUlD6.js +24 -0
  9. package/dist/Popover.module-0UmcIbHP.js +11 -0
  10. package/dist/{PopoverProvider-Cvg6ObBO.js → PopoverProvider-BEq214Fe.js} +5 -5
  11. package/dist/{SelectControl-WoixPfwh.js → SelectControl-BPUEw1Fe.js} +1 -1
  12. package/dist/{SliderTicks-D-B1uIdS.js → SliderTicks-BKYxRwF4.js} +1 -1
  13. package/dist/TabSet.module-Dz0BxI72.js +13 -0
  14. package/dist/Table.module-CQBUwi11.js +32 -0
  15. package/dist/components/Alert/Alert.js +1 -1
  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/hooks/useAutocompleteSearch.js +18 -17
  20. package/dist/components/Autocomplete/index.js +1 -1
  21. package/dist/components/Badge/Badge.js +4 -4
  22. package/dist/components/Button/Button.js +2 -2
  23. package/dist/components/Button/CloseButton/CloseButton.js +1 -1
  24. package/dist/components/Button/index.js +1 -1
  25. package/dist/components/ButtonGroup/ButtonGroup.js +33 -33
  26. package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
  27. package/dist/components/ButtonGroup/index.js +1 -1
  28. package/dist/components/Card/helpers/composeIDSCardSlots.js +1 -1
  29. package/dist/components/Checkbox/Checkbox.js +1 -1
  30. package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
  31. package/dist/components/Checkbox/index.js +1 -1
  32. package/dist/components/CheckboxGroup/CheckboxGroup.js +6 -6
  33. package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
  34. package/dist/components/Combobox/Combobox.js +3 -3
  35. package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +3 -3
  36. package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
  37. package/dist/components/Combobox/components/ComboboxResults.js +4 -4
  38. package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +2 -2
  39. package/dist/components/Combobox/hooks/useComboboxInlineCompletion.js +10 -10
  40. package/dist/components/Combobox/index.js +1 -1
  41. package/dist/components/Expander/Expander.js +1 -1
  42. package/dist/components/Field/Field.js +1 -1
  43. package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
  44. package/dist/components/Field/components/FieldAppendToLabel.js +3 -3
  45. package/dist/components/Filter/Filter.js +3 -3
  46. package/dist/components/Filter/components/FilterResetButton.js +2 -2
  47. package/dist/components/Filter/components/FilterSearch.js +2 -2
  48. package/dist/components/Filter/index.js +1 -1
  49. package/dist/components/Form/Form.js +1 -1
  50. package/dist/components/Form/FormField/FormField.js +2 -2
  51. package/dist/components/Form/FormField/FormFieldset.js +2 -2
  52. package/dist/components/Form/HookForm/HookForm.js +1 -1
  53. package/dist/components/Form/index.js +1 -1
  54. package/dist/components/Hide/Hide.js +1 -1
  55. package/dist/components/Hide/helpers/composeHideClasses.js +2 -2
  56. package/dist/components/Hide/index.js +1 -1
  57. package/dist/components/Icon/Icon.js +2 -2
  58. package/dist/components/Icon/index.js +1 -1
  59. package/dist/components/Inline/Inline.js +2 -2
  60. package/dist/components/Inline/index.js +1 -1
  61. package/dist/components/Input/ClearButton/ClearButton.js +1 -1
  62. package/dist/components/Input/Input.js +2 -2
  63. package/dist/components/Input/InputBase/InputBase.js +1 -1
  64. package/dist/components/Input/index.js +1 -1
  65. package/dist/components/InputCurrency/InputCurrency.js +1 -1
  66. package/dist/components/InputCurrency/index.js +1 -1
  67. package/dist/components/Label/LabelBase/LabelBase.js +1 -1
  68. package/dist/components/Menu/Menu.js +1 -1
  69. package/dist/components/Menu/MenuDivider/MenuDivider.js +2 -2
  70. package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
  71. package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
  72. package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
  73. package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
  74. package/dist/components/Menu/MenuText/MenuText.js +3 -3
  75. package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
  76. package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
  77. package/dist/components/Menu/index.js +1 -1
  78. package/dist/components/Modal/Modal.js +3 -3
  79. package/dist/components/Modal/index.js +1 -1
  80. package/dist/components/Navbar/Navbar.js +2 -2
  81. package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
  82. package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
  83. package/dist/components/Navbar/components/NavbarLogo.js +2 -2
  84. package/dist/components/Navbar/index.js +1 -1
  85. package/dist/components/Placeholder/Placeholder.js +1 -1
  86. package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
  87. package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
  88. package/dist/components/Popover/InputPopover/InputPopoverProvider.js +2 -2
  89. package/dist/components/Popover/Popover.js +2 -2
  90. package/dist/components/Popover/PopoverProvider.js +2 -2
  91. package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
  92. package/dist/components/Popover/components/PopoverActivator.js +1 -1
  93. package/dist/components/Popover/components/PopoverContent.js +2 -2
  94. package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
  95. package/dist/components/Popover/hooks/usePopover.js +1 -1
  96. package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
  97. package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
  98. package/dist/components/Progress/Progress.js +23 -27
  99. package/dist/components/Provider/Provider.js +1 -1
  100. package/dist/components/Radio/Radio.js +1 -1
  101. package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
  102. package/dist/components/Radio/index.js +1 -1
  103. package/dist/components/RadioGroup/RadioGroup.js +3 -3
  104. package/dist/components/Readonly/Readonly.js +3 -3
  105. package/dist/components/Readonly/index.js +1 -1
  106. package/dist/components/RichSelect/RichSelect.js +2 -2
  107. package/dist/components/RichSelect/SelectBody/SelectBody.js +2 -2
  108. package/dist/components/RichSelect/SelectCreate/SelectCreate.js +2 -2
  109. package/dist/components/RichSelect/SelectHeading/SelectHeading.js +2 -2
  110. package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
  111. package/dist/components/RichSelect/SelectMenu/SelectMenu.js +2 -2
  112. package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +2 -2
  113. package/dist/components/RichSelect/SelectSearch/SelectSearch.js +1 -1
  114. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
  115. package/dist/components/RichSelect/SelectTags/SelectTags.js +1 -1
  116. package/dist/components/RichSelect/components/SelectActivator.js +1 -1
  117. package/dist/components/RichSelect/components/SelectOptions.js +2 -2
  118. package/dist/components/RichSelect/index.js +1 -1
  119. package/dist/components/Row/Row.js +2 -2
  120. package/dist/components/Row/index.js +1 -1
  121. package/dist/components/Select/Select.js +2 -2
  122. package/dist/components/Select/components/SelectControl.js +1 -1
  123. package/dist/components/Select/components/SelectReadonly.js +2 -2
  124. package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
  125. package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
  126. package/dist/components/Select/index.js +1 -1
  127. package/dist/components/Skeleton/Skeleton.js +2 -2
  128. package/dist/components/SkipLink/SkipLink.js +1 -1
  129. package/dist/components/Slideout/Slideout.js +4 -4
  130. package/dist/components/Slideout/components/SlideoutInner.js +2 -2
  131. package/dist/components/Slideout/index.js +1 -1
  132. package/dist/components/Slider/Slider.js +2 -2
  133. package/dist/components/Slider/components/SliderTicks.js +1 -1
  134. package/dist/components/Slider/index.js +1 -1
  135. package/dist/components/Spinner/Spinner.js +1 -1
  136. package/dist/components/Spinner/index.js +1 -1
  137. package/dist/components/TabSet/Tab/Tab.js +1 -1
  138. package/dist/components/TabSet/TabSet.js +2 -2
  139. package/dist/components/TabSet/components/TabSetItem.js +2 -2
  140. package/dist/components/Table/Table.js +2 -2
  141. package/dist/components/Table/TableBody/TableBody.js +2 -2
  142. package/dist/components/Table/components/TableEmpty.js +1 -1
  143. package/dist/components/Table/components/TableHeader.js +1 -1
  144. package/dist/components/Table/components/TableHeaderCell.js +1 -1
  145. package/dist/components/Table/components/TableSortButton.js +2 -2
  146. package/dist/components/Table/hooks/useIDSTableColumnStyles.js +1 -1
  147. package/dist/components/Table/index.js +1 -1
  148. package/dist/components/Tag/Tag.js +1 -1
  149. package/dist/components/Tag/TagInput/TagInput.js +1 -1
  150. package/dist/components/Tag/components/TagListInput/TagListInput.js +1 -1
  151. package/dist/components/Tag/index.js +1 -1
  152. package/dist/components/Toaster/Toast/Toast.js +1 -1
  153. package/dist/components/Toaster/Toast/ToastAnimated.js +2 -2
  154. package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
  155. package/dist/components/Toaster/Toaster.js +2 -2
  156. package/dist/components/Toaster/ToasterProvider.js +1 -1
  157. package/dist/components/Toaster/hooks/useToaster.js +1 -1
  158. package/dist/components/Toaster/index.js +1 -1
  159. package/dist/components/Toggle/Toggle.js +27 -26
  160. package/dist/components/Tooltip/Tooltip.js +2 -2
  161. package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
  162. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
  163. package/dist/constants.js +1 -1
  164. package/dist/{floating-ui.react-DYBeYtOf.js → floating-ui.react-BoSeAoXU.js} +1 -1
  165. package/dist/hooks/useControlledState.js +19 -19
  166. package/dist/main.js +2 -2
  167. package/dist/patterns/Loading/Loading.js +1 -1
  168. package/dist/patterns/Loading/LoadingSuspense.js +1 -1
  169. package/dist/patterns/Loading/components/ComponentLoading.js +2 -2
  170. package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
  171. package/dist/patterns/Loading/components/LongLoading.js +2 -2
  172. package/dist/patterns/Loading/components/PageLoading.js +2 -2
  173. package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
  174. package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
  175. package/dist/patterns/Loading/hooks/useEstimatedProgressValue.js +8 -12
  176. package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +14 -14
  177. package/dist/patterns/Loading/index.js +1 -1
  178. package/dist/src/components/Autocomplete/components/AutocompleteNoResults.d.ts +1 -1
  179. package/dist/src/components/HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.d.ts +1 -1
  180. package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +1 -1
  181. package/dist/src/components/RichSelect/components/SelectOptions.d.ts +1 -1
  182. package/dist/src/components/Select/helpers/mapSelectOptions.d.ts +3 -2
  183. package/dist/src/components/Table/TableFormattedValue/TableFormattedValue.d.ts +1 -1
  184. package/dist/src/patterns/Loading/components/ValidateLoading.d.ts +1 -1
  185. package/dist/style.css +1 -1
  186. package/dist/{useIDSButtonGroupItem-BB7Moa3N.js → useIDSButtonGroupItem-DnMPV8Ro.js} +1 -1
  187. package/package.json +20 -20
  188. package/dist/Loading.module-BjceG0Wh.js +0 -13
  189. package/dist/LogoFromSrc-CAdoYYud.js +0 -59
  190. package/dist/MenuItem.module-BQw_K5D4.js +0 -24
  191. package/dist/Popover.module-ZU-08mVQ.js +0 -11
  192. package/dist/TabSet.module-4ohNBuQS.js +0 -13
  193. package/dist/Table.module-BYwGboft.js +0 -32
@@ -1,4 +1,4 @@
1
- import { E as o } from "../../LoadingSuspense-Bwd232Nt.js";
1
+ import { E as o } from "../../LoadingSuspense-CMLr0JZ4.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-v5203", g = "ids-skeleton--rect-v5203", u = "ids-skeleton--circle-v5203", T = "ids-skeleton--text-v5203", l = {
7
+ const S = "ids-skeleton-v5205", g = "ids-skeleton--rect-v5205", u = "ids-skeleton--circle-v5205", T = "ids-skeleton--text-v5205", l = {
8
8
  skeleton: S,
9
- "iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-v5203",
9
+ "iress-skeleton-loading": "ids-skeleton--iress-skeleton-loading-v5205",
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-cbHCAGLB.js";
4
4
  import { idsLogger as m } from "../../helpers/utility/idsLogger.js";
5
- const a = "ids-skip-link-v5203", f = {
5
+ const a = "ids-skip-link-v5205", f = {
6
6
  skipLink: a
7
7
  }, l = e(
8
8
  ({
@@ -3,16 +3,16 @@ import "../../index-cbHCAGLB.js";
3
3
  import "./Slideout.types.js";
4
4
  import "../../SlideoutProvider-CQh140HM.js";
5
5
  import "react";
6
- import "../../floating-ui.react-DYBeYtOf.js";
7
- import "../../helpers/transition/timeStringToNumber.js";
6
+ import "../../floating-ui.react-BoSeAoXU.js";
8
7
  import "../../enums.js";
9
8
  import "../../helpers/utility/idsLogger.js";
10
9
  import "../../helpers/utility/propagateTestid.js";
11
- import { F as S } from "../../LoadingSuspense-Bwd232Nt.js";
12
- import "../../PopoverProvider-Cvg6ObBO.js";
10
+ import { F as S } from "../../LoadingSuspense-CMLr0JZ4.js";
11
+ import "../../PopoverProvider-BEq214Fe.js";
13
12
  import "../../hooks/useIdIfNeeded.js";
14
13
  import "../Text/Text.js";
15
14
  import "./hooks/useIDSProvidedSlideout.js";
15
+ import "../../helpers/transition/getTransitionDuration.js";
16
16
  export {
17
17
  S as IressSlideout
18
18
  };
@@ -1,8 +1,8 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../index-cbHCAGLB.js";
3
3
  import "../../../helpers/utility/propagateTestid.js";
4
- import { a8 as e } from "../../../LoadingSuspense-Bwd232Nt.js";
5
- import "../../../PopoverProvider-Cvg6ObBO.js";
4
+ import { a8 as e } from "../../../LoadingSuspense-CMLr0JZ4.js";
5
+ import "../../../PopoverProvider-BEq214Fe.js";
6
6
  export {
7
7
  e as SlideoutInner
8
8
  };
@@ -1,5 +1,5 @@
1
1
  import { SLIDEOUT_MODES as S, SLIDEOUT_POSITIONS as t, SLIDEOUT_SIZES as r, SlideoutMode as i, SlideoutPosition as s, SlideoutSize as I } from "./Slideout.types.js";
2
- import { F as u } from "../../LoadingSuspense-Bwd232Nt.js";
2
+ import { F as u } from "../../LoadingSuspense-CMLr0JZ4.js";
3
3
  import { I as O, a as x } from "../../SlideoutProvider-CQh140HM.js";
4
4
  import { useSlideout as a } from "./hooks/useSlideout.js";
5
5
  export {
@@ -1,11 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../index-cbHCAGLB.js";
3
- import "../../SliderTicks-D-B1uIdS.js";
3
+ import "../../SliderTicks-BKYxRwF4.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-Bwd232Nt.js";
8
+ import { G as f } from "../../LoadingSuspense-CMLr0JZ4.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-D-B1uIdS.js";
2
+ import { S } from "../../../SliderTicks-BKYxRwF4.js";
3
3
  import "../../../index-cbHCAGLB.js";
4
4
  import "react";
5
5
  import "../../../enums.js";
@@ -1,4 +1,4 @@
1
- import { G as s } from "../../LoadingSuspense-Bwd232Nt.js";
1
+ import { G as s } from "../../LoadingSuspense-CMLr0JZ4.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-cbHCAGLB.js";
3
- import { H as i } from "../../LoadingSuspense-Bwd232Nt.js";
3
+ import { H as i } from "../../LoadingSuspense-CMLr0JZ4.js";
4
4
  export {
5
5
  i as IressSpinner
6
6
  };
@@ -1,4 +1,4 @@
1
- import { H as s } from "../../LoadingSuspense-Bwd232Nt.js";
1
+ import { H as s } from "../../LoadingSuspense-CMLr0JZ4.js";
2
2
  export {
3
3
  s as IressSpinner
4
4
  };
@@ -5,7 +5,7 @@ import { useIdIfNeeded as I } from "../../../hooks/useIdIfNeeded.js";
5
5
  import { useTabSetItems as g } from "../hooks/useTabSetItems.js";
6
6
  import { TabSetItem as k } from "../components/TabSetItem.js";
7
7
  import { createPortal as u } from "react-dom";
8
- const N = "ids-tab-v5203", S = "ids-tab--active-v5203", b = {
8
+ const N = "ids-tab-v5205", S = "ids-tab--active-v5205", b = {
9
9
  tab: N,
10
10
  active: S
11
11
  }, v = w(
@@ -1,7 +1,7 @@
1
1
  import { jsx as t, jsxs as d } from "react/jsx-runtime";
2
2
  import { c as n } from "../../index-cbHCAGLB.js";
3
- import { s as a } from "../../TabSet.module-4ohNBuQS.js";
4
- import { C as c } from "../../floating-ui.react-DYBeYtOf.js";
3
+ import { s as a } from "../../TabSet.module-Dz0BxI72.js";
4
+ import { C as c } from "../../floating-ui.react-BoSeAoXU.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 n } from "react/jsx-runtime";
2
- import { s as b } from "../../../TabSet.module-4ohNBuQS.js";
3
- import { a as c } from "../../../floating-ui.react-DYBeYtOf.js";
2
+ import { s as b } from "../../../TabSet.module-Dz0BxI72.js";
3
+ import { a as c } from "../../../floating-ui.react-BoSeAoXU.js";
4
4
  import { focusableElements as u } from "../../../helpers/dom/focusableElements.js";
5
5
  const A = (r, t, a, e) => {
6
6
  const i = r.querySelector("[id]"), s = i?.getAttribute("id");
@@ -1,14 +1,14 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../index-cbHCAGLB.js";
3
3
  import "./Table.types.js";
4
- import "../../Table.module-BYwGboft.js";
4
+ import "../../Table.module-CQBUwi11.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 c } from "../../LoadingSuspense-Bwd232Nt.js";
11
+ import { J as c } from "../../LoadingSuspense-CMLr0JZ4.js";
12
12
  import "./TableProvider.js";
13
13
  import "./helpers/hasColumns.js";
14
14
  import "./components/TableRows.js";
@@ -2,9 +2,9 @@ import { jsx as e, jsxs as C, Fragment as v } from "react/jsx-runtime";
2
2
  import { propagateTestid as I } from "../../../helpers/utility/propagateTestid.js";
3
3
  import { c as g } from "../../../index-cbHCAGLB.js";
4
4
  import { TableEmpty as x } from "../components/TableEmpty.js";
5
- import { U as B } from "../../../LoadingSuspense-Bwd232Nt.js";
5
+ import { U as B } from "../../../LoadingSuspense-CMLr0JZ4.js";
6
6
  import { IressTableProvider as F } from "../TableProvider.js";
7
- import { s as d } from "../../../Table.module-BYwGboft.js";
7
+ import { s as d } from "../../../Table.module-CQBUwi11.js";
8
8
  import { useState as G, useEffect as V } from "react";
9
9
  import { useIdIfNeeded as j } from "../../../hooks/useIdIfNeeded.js";
10
10
  import { hasColumns as k } from "../helpers/hasColumns.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { s } from "../../../Table.module-BYwGboft.js";
2
+ import { s } from "../../../Table.module-CQBUwi11.js";
3
3
  import { useTable as l } from "../hooks/useTable.js";
4
4
  const p = ({ children: t }) => {
5
5
  const o = l();
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../helpers/utility/propagateTestid.js";
3
3
  import "../../../index-DLnR8XTt.js";
4
- import { U as i } from "../../../LoadingSuspense-Bwd232Nt.js";
4
+ import { U as i } from "../../../LoadingSuspense-CMLr0JZ4.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 { ad as a } from "../../../LoadingSuspense-Bwd232Nt.js";
4
+ import { ad as a } from "../../../LoadingSuspense-CMLr0JZ4.js";
5
5
  import "../hooks/useTable.js";
6
6
  export {
7
7
  a as TableHeaderCell
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import { ac as a } from "../../../LoadingSuspense-Bwd232Nt.js";
3
- import "../../../Table.module-BYwGboft.js";
2
+ import { ac as a } from "../../../LoadingSuspense-CMLr0JZ4.js";
3
+ import "../../../Table.module-CQBUwi11.js";
4
4
  import "../../../index-cbHCAGLB.js";
5
5
  export {
6
6
  a as TableSortButton
@@ -1,4 +1,4 @@
1
- import { s as r } from "../../../Table.module-BYwGboft.js";
1
+ import { s as r } from "../../../Table.module-CQBUwi11.js";
2
2
  import { c as t } from "../../../index-cbHCAGLB.js";
3
3
  import { useTable as i } from "./useTable.js";
4
4
  const n = ({
@@ -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-Bwd232Nt.js";
2
+ import { J as L } from "../../LoadingSuspense-CMLr0JZ4.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-cbHCAGLB.js";
4
- import { K as s } from "../../LoadingSuspense-Bwd232Nt.js";
4
+ import { K as s } from "../../LoadingSuspense-CMLr0JZ4.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-Bwd232Nt.js";
4
+ import { L as s } from "../../../LoadingSuspense-CMLr0JZ4.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-cbHCAGLB.js";
3
3
  import "react";
4
4
  import "../../../../helpers/utility/propagateTestid.js";
5
- import { a0 as a } from "../../../../LoadingSuspense-Bwd232Nt.js";
5
+ import { a0 as a } from "../../../../LoadingSuspense-CMLr0JZ4.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-Bwd232Nt.js";
1
+ import { K as r, L as e } from "../../LoadingSuspense-CMLr0JZ4.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-cbHCAGLB.js";
3
- import { M as f, T as x } from "../../../LoadingSuspense-Bwd232Nt.js";
3
+ import { M as f, T as x } from "../../../LoadingSuspense-CMLr0JZ4.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-cbHCAGLB.js";
4
- import { a6 as s } from "../../../LoadingSuspense-Bwd232Nt.js";
4
+ import { a6 as s } from "../../../LoadingSuspense-CMLr0JZ4.js";
5
5
  import "../../../helpers/transition/getTransitionDuration.js";
6
- import "../../../floating-ui.react-DYBeYtOf.js";
6
+ import "../../../floating-ui.react-BoSeAoXU.js";
7
7
  export {
8
8
  s as IressToastAnimated
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { a5 as m } from "../../../LoadingSuspense-Bwd232Nt.js";
2
+ import { a5 as m } from "../../../LoadingSuspense-CMLr0JZ4.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-cbHCAGLB.js";
5
- import { a7 as f } from "../../LoadingSuspense-Bwd232Nt.js";
5
+ import { a7 as f } from "../../LoadingSuspense-CMLr0JZ4.js";
6
6
  import "../../enums.js";
7
7
  import "../Stack/Stack.js";
8
- import "../../floating-ui.react-DYBeYtOf.js";
8
+ import "../../floating-ui.react-BoSeAoXU.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-Bwd232Nt.js";
3
+ import { O as s, N as a } from "../../LoadingSuspense-CMLr0JZ4.js";
4
4
  export {
5
5
  s as IressToasterProvider,
6
6
  a as ToasterContext
@@ -1,5 +1,5 @@
1
1
  import { useContext as u, useEffect as a, useMemo as c } from "react";
2
- import { N as f } from "../../../LoadingSuspense-Bwd232Nt.js";
2
+ import { N as f } from "../../../LoadingSuspense-CMLr0JZ4.js";
3
3
  const w = (e) => {
4
4
  const r = u(f);
5
5
  if (r === void 0)
@@ -1,6 +1,6 @@
1
1
  import { TOAST_ANIMATION as r, TOAST_STATUS as s } from "./Toast/Toast.types.js";
2
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-Bwd232Nt.js";
3
+ import { M as S, O as _, T as N, N as x } from "../../LoadingSuspense-CMLr0JZ4.js";
4
4
  import { useToaster as f } from "./hooks/useToaster.js";
5
5
  export {
6
6
  S as IressToast,
@@ -2,12 +2,12 @@ import { jsxs as p, jsx as l } from "react/jsx-runtime";
2
2
  import { c as a } from "../../index-cbHCAGLB.js";
3
3
  import { forwardRef as f, useState as C, useId as B, useEffect as x } from "react";
4
4
  import { GlobalCSSClass as I } from "../../enums.js";
5
- import { propagateTestid as u } from "../../helpers/utility/propagateTestid.js";
5
+ import { propagateTestid as b } from "../../helpers/utility/propagateTestid.js";
6
6
  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-v5203", M = "ids-toggle--checkbox-mark-v5203", S = "ids-toggle--toggle-button-v5203", j = "ids-toggle--button-checked-v5203", R = "ids-toggle--toggle-button-container-v5203", $ = "ids-toggle--label-v5203", E = "ids-toggle--layout__inline-v5203", G = "ids-toggle--layout__stack-v5203", t = {
10
+ const L = "ids-toggle--toggle-base-v5205", M = "ids-toggle--checkbox-mark-v5205", S = "ids-toggle--toggle-button-v5205", j = "ids-toggle--button-checked-v5205", R = "ids-toggle--toggle-button-container-v5205", $ = "ids-toggle--label-v5205", E = "ids-toggle--layout__inline-v5205", G = "ids-toggle--layout__stack-v5205", t = {
11
11
  toggleBase: L,
12
12
  checkboxMark: M,
13
13
  toggleButton: S,
@@ -15,8 +15,8 @@ const L = "ids-toggle--toggle-base-v5203", M = "ids-toggle--checkbox-mark-v5203"
15
15
  toggleButtonContainer: R,
16
16
  label: $,
17
17
  layout__inline: E,
18
- "layout__inline-reverse": "ids-toggle--layout__inline-reverse-v5203",
19
- "layout__inline-between": "ids-toggle--layout__inline-between-v5203",
18
+ "layout__inline-reverse": "ids-toggle--layout__inline-reverse-v5205",
19
+ "layout__inline-between": "ids-toggle--layout__inline-between-v5205",
20
20
  layout__stack: G
21
21
  }, O = ({
22
22
  hiddenLabel: o,
@@ -30,42 +30,43 @@ const L = "ids-toggle--toggle-base-v5203", M = "ids-toggle--checkbox-mark-v5203"
30
30
  className: a(t.label, {
31
31
  [I.SROnly]: o
32
32
  }),
33
- "data-testid": u(n, "label"),
33
+ "data-testid": b(n, "label"),
34
34
  children: s
35
35
  }
36
- ), b = f(
36
+ ), m = f(
37
37
  ({
38
38
  checked: o = !1,
39
39
  hiddenLabel: s,
40
40
  children: n,
41
41
  layout: i = "inline",
42
- className: m,
43
- onChange: c,
42
+ className: _,
43
+ onChange: r,
44
44
  "data-testid": g,
45
- ..._
46
- }, k) => {
47
- const [e, r] = C(o), d = `toggleLabel--${B()}`, y = {
45
+ ...k
46
+ }, y) => {
47
+ const [e, d] = C(o), u = `toggleLabel--${B()}`, h = {
48
48
  hiddenLabel: s,
49
- id: d,
49
+ id: u,
50
50
  "data-testid": g
51
- }, h = (v) => {
52
- r(!e), c?.(!e, v);
51
+ }, v = (c) => {
52
+ d(!e), r?.(!e, c);
53
53
  };
54
54
  return x(() => {
55
- r(o);
56
- }, [o, c]), /* @__PURE__ */ p(
55
+ const c = setTimeout(() => d(o), 0);
56
+ return () => clearTimeout(c);
57
+ }, [o, r]), /* @__PURE__ */ p(
57
58
  "div",
58
59
  {
59
60
  "data-testid": g,
60
- ..._,
61
+ ...k,
61
62
  className: a(
62
- m,
63
+ _,
63
64
  t.toggleBase,
64
65
  t[`layout__${i}`]
65
66
  ),
66
- ref: k,
67
+ ref: y,
67
68
  children: [
68
- /* @__PURE__ */ l(O, { ...y, children: n }),
69
+ /* @__PURE__ */ l(O, { ...h, children: n }),
69
70
  /* @__PURE__ */ l("div", { className: t.toggleButtonContainer, children: /* @__PURE__ */ l(
70
71
  "button",
71
72
  {
@@ -75,9 +76,9 @@ const L = "ids-toggle--toggle-base-v5203", M = "ids-toggle--checkbox-mark-v5203"
75
76
  role: "switch",
76
77
  type: "button",
77
78
  "aria-checked": e,
78
- onClick: h,
79
- "aria-labelledby": d,
80
- "data-testid": u(g, "button__button"),
79
+ onClick: v,
80
+ "aria-labelledby": u,
81
+ "data-testid": b(g, "button__button"),
81
82
  children: /* @__PURE__ */ l(
82
83
  N,
83
84
  {
@@ -94,8 +95,8 @@ const L = "ids-toggle--toggle-base-v5203", M = "ids-toggle--checkbox-mark-v5203"
94
95
  );
95
96
  }
96
97
  );
97
- b.displayName = "IressToggle";
98
- b.Layout = w;
98
+ m.displayName = "IressToggle";
99
+ m.Layout = w;
99
100
  export {
100
- b as IressToggle
101
+ m as IressToggle
101
102
  };
@@ -1,13 +1,13 @@
1
1
  import { jsxs as f, 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-cbHCAGLB.js";
4
- import { i as E, o as H, p as L, h as M, q as k, r as q, t as B, k as D, l as G, m as U } from "../../floating-ui.react-DYBeYtOf.js";
4
+ import { i as E, o as H, p as L, h as M, q as k, r as q, t as B, k as D, l as G, m as U } from "../../floating-ui.react-BoSeAoXU.js";
5
5
  import { FloatingUIAlign as W } 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-v5203", V = "ids-tooltip--content-v5203", r = {
10
+ const Q = "ids-tooltip-v5205", V = "ids-tooltip--content-v5205", 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-cbHCAGLB.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-v5203", f = "ids-validation-message--prefix-v5203", x = "ids-validation-message--message-v5203", p = "ids-validation-message--danger-v5203", u = "ids-validation-message--warning-v5203", N = "ids-validation-message--success-v5203", w = "ids-validation-message--info-v5203", e = {
5
+ const v = "ids-validation-message-v5205", f = "ids-validation-message--prefix-v5205", x = "ids-validation-message--message-v5205", p = "ids-validation-message--danger-v5205", u = "ids-validation-message--warning-v5205", N = "ids-validation-message--success-v5205", w = "ids-validation-message--info-v5205", 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-v5203", I = {
8
+ const v = "ids-validation-summary-v5205", 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.20.3", e = {
1
+ const t = "5.20.5", e = {
2
2
  /**
3
3
  * Extra small breakpoint, for mobile devices
4
4
  */
@@ -1986,7 +1986,7 @@ function Fi(e, t) {
1986
1986
  };
1987
1987
  return;
1988
1988
  }
1989
- (w.current === "touch" ? !ce(i.floating, F.relatedTarget) : !0) && G(F);
1989
+ (w.current !== "touch" || !ce(i.floating, F.relatedTarget)) && G(F);
1990
1990
  }
1991
1991
  function I(F) {
1992
1992
  E() || o.current.floatingContext && (g.current == null || g.current({
@@ -1,9 +1,9 @@
1
- import { useRef as y, useMemo as $, useState as L, useEffect as S, useCallback as u } from "react";
2
- import { idsLogger as U } from "../helpers/utility/idsLogger.js";
1
+ import { useRef as y, useMemo as $, useState as v, useEffect as L, useCallback as u } from "react";
2
+ import { idsLogger as S } from "../helpers/utility/idsLogger.js";
3
3
  import { toArray as l } from "../helpers/formatting/toArray.js";
4
- import { capitalizeFirstLetter as k } from "../helpers/formatting/capitalizeFirstLetter.js";
5
- const v = (r, o, e, s) => s ? e ? [...l(o), r] : l(o).filter(
6
- (n) => n !== r
4
+ import { capitalizeFirstLetter as U } from "../helpers/formatting/capitalizeFirstLetter.js";
5
+ const k = (r, o, e, s) => s ? e ? [...l(o), r] : l(o).filter(
6
+ (i) => i !== r
7
7
  ) : e ? r : void 0, w = (r, o, e) => {
8
8
  o !== void 0 && e === void 0 && r(void 0);
9
9
  }, F = ({
@@ -11,39 +11,39 @@ const v = (r, o, e, s) => s ? e ? [...l(o), r] : l(o).filter(
11
11
  defaultValue: o,
12
12
  multiple: e,
13
13
  onChange: s,
14
- propName: n = "value",
14
+ propName: i = "value",
15
15
  value: t
16
16
  }) => {
17
- const m = y(), i = $(() => t !== void 0, [t]), [d, f] = L(
17
+ const m = y(void 0), n = $(() => t !== void 0, [t]), [d, f] = v(
18
18
  e ? l(o) : o
19
19
  );
20
- w(f, m.current, t), m.current = t, S(() => {
21
- t !== void 0 && o !== void 0 && U(
22
- `${r}: Please use either the default${k(
23
- n
24
- )} prop for uncontrolled components, or the ${n} prop for controlled components, rather than both. If you use both, the value of the component may become unpredictable.`,
20
+ w(f, m.current, t), m.current = t, L(() => {
21
+ t !== void 0 && o !== void 0 && S(
22
+ `${r}: Please use either the default${U(
23
+ i
24
+ )} prop for uncontrolled components, or the ${i} prop for controlled components, rather than both. If you use both, the value of the component may become unpredictable.`,
25
25
  "warn"
26
26
  );
27
- }, [t, o, r, n]);
27
+ }, [t, o, r, i]);
28
28
  const h = u(
29
29
  (c) => {
30
- i || f(c), s?.(c);
30
+ n || f(c), s?.(c);
31
31
  },
32
- [i, s]
32
+ [n, s]
33
33
  ), b = u(
34
34
  (c, g) => {
35
- const p = v(
35
+ const p = k(
36
36
  c,
37
37
  t ?? d,
38
38
  g,
39
39
  e
40
40
  );
41
- i || f(p), s?.(p);
41
+ n || f(p), s?.(p);
42
42
  },
43
- [i, e, s, d, t]
43
+ [n, e, s, d, t]
44
44
  );
45
45
  return {
46
- isControlled: i,
46
+ isControlled: n,
47
47
  setValue: h,
48
48
  toggleValue: b,
49
49
  value: t ?? d
package/dist/main.js CHANGED
@@ -1,11 +1,11 @@
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";
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-CMLr0JZ4.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-BB7Moa3N.js";
8
+ import { u as xe } from "./useIDSButtonGroupItem-DnMPV8Ro.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";
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "./components/StartUpLoading.js";
3
- import { P as s } from "../../LoadingSuspense-Bwd232Nt.js";
3
+ import { P as s } from "../../LoadingSuspense-CMLr0JZ4.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-Bwd232Nt.js";
3
+ import { Q as i } from "../../LoadingSuspense-CMLr0JZ4.js";
4
4
  import "./hooks/useSuspenseResource.js";
5
5
  export {
6
6
  i as IressLoadingSuspense