@iress-oss/ids-components 0.0.1-dev.15 → 0.0.1-dev.16

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 (195) hide show
  1. package/dist/{AutocompleteNoResults-Z4L_A4F_.js → AutocompleteNoResults-CogA3XZs.js} +1 -1
  2. package/dist/{ComboboxHiddenInput-gJl1k-Vp.js → ComboboxHiddenInput-gTOjjF3f.js} +5 -5
  3. package/dist/{FieldAppendToLabel-BwLGkQ_D.js → FieldAppendToLabel-DCv5E5th.js} +11 -10
  4. package/dist/{InputBase-Dt3vHG19.js → InputBase-BFK9n82f.js} +1 -1
  5. package/dist/Loading.module-g2pe-Gfx.js +13 -0
  6. package/dist/LoadingSuspense-BwlrIicY.js +5773 -0
  7. package/dist/LogoFromSrc-BnImWqt6.js +59 -0
  8. package/dist/MenuItem.module-BxcFZeSh.js +24 -0
  9. package/dist/Popover.module-BKrF_xRW.js +11 -0
  10. package/dist/PopoverProvider-d3hhpW2k.js +142 -0
  11. package/dist/{SelectControl-IZ6Sl4ap.js → SelectControl-D1SJlplM.js} +1 -1
  12. package/dist/{SliderTicks-8ffd5McY.js → SliderTicks-DQN0Ka4d.js} +1 -1
  13. package/dist/TabSet.module-FRUnHgA1.js +13 -0
  14. package/dist/Table.module-r-RfIeLI.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 +5 -4
  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 +4 -4
  21. package/dist/components/Button/Button.js +2 -2
  22. package/dist/components/Button/CloseButton/CloseButton.js +1 -1
  23. package/dist/components/Button/index.js +1 -1
  24. package/dist/components/ButtonGroup/ButtonGroup.js +2 -2
  25. package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
  26. package/dist/components/ButtonGroup/index.js +1 -1
  27. package/dist/components/Checkbox/Checkbox.js +1 -1
  28. package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
  29. package/dist/components/Checkbox/index.js +1 -1
  30. package/dist/components/CheckboxGroup/CheckboxGroup.js +6 -6
  31. package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
  32. package/dist/components/Combobox/Combobox.js +5 -4
  33. package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +5 -4
  34. package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
  35. package/dist/components/Combobox/components/ComboboxResults.js +6 -5
  36. package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +4 -3
  37. package/dist/components/Combobox/index.js +1 -1
  38. package/dist/components/Expander/Expander.js +1 -1
  39. package/dist/components/Field/Field.js +1 -1
  40. package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
  41. package/dist/components/Field/components/FieldAppendToLabel.js +5 -4
  42. package/dist/components/Filter/Filter.js +5 -4
  43. package/dist/components/Filter/components/FilterResetButton.js +4 -3
  44. package/dist/components/Filter/components/FilterSearch.js +4 -3
  45. package/dist/components/Filter/index.js +1 -1
  46. package/dist/components/Form/Form.js +1 -1
  47. package/dist/components/Form/FormField/FormField.js +43 -38
  48. package/dist/components/Form/FormField/FormFieldset.js +11 -10
  49. package/dist/components/Form/HookForm/HookForm.js +1 -1
  50. package/dist/components/Form/index.js +1 -1
  51. package/dist/components/Hide/Hide.js +1 -1
  52. package/dist/components/Hide/helpers/composeHideClasses.js +5 -4
  53. package/dist/components/Hide/index.js +1 -1
  54. package/dist/components/Icon/Icon.js +4 -3
  55. package/dist/components/Icon/index.js +1 -1
  56. package/dist/components/Inline/Inline.js +4 -3
  57. package/dist/components/Inline/index.js +1 -1
  58. package/dist/components/Input/ClearButton/ClearButton.js +1 -1
  59. package/dist/components/Input/Input.js +2 -2
  60. package/dist/components/Input/InputBase/InputBase.js +1 -1
  61. package/dist/components/Input/index.js +1 -1
  62. package/dist/components/InputCurrency/InputCurrency.js +1 -1
  63. package/dist/components/InputCurrency/index.js +1 -1
  64. package/dist/components/Label/LabelBase/LabelBase.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 +1 -1
  70. package/dist/components/Menu/MenuItem/hooks/useMenuItemInteractions.js +41 -41
  71. package/dist/components/Menu/MenuText/MenuText.js +5 -4
  72. package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
  73. package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
  74. package/dist/components/Menu/index.js +1 -1
  75. package/dist/components/Modal/Modal.js +1 -1
  76. package/dist/components/Modal/index.js +1 -1
  77. package/dist/components/Navbar/Navbar.js +2 -2
  78. package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
  79. package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
  80. package/dist/components/Navbar/components/NavbarLogo.js +2 -2
  81. package/dist/components/Navbar/index.js +1 -1
  82. package/dist/components/Placeholder/Placeholder.js +1 -1
  83. package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
  84. package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
  85. package/dist/components/Popover/InputPopover/InputPopoverProvider.js +65 -61
  86. package/dist/components/Popover/Popover.js +2 -2
  87. package/dist/components/Popover/PopoverProvider.js +1 -1
  88. package/dist/components/Popover/components/PopoverActivator.js +1 -1
  89. package/dist/components/Popover/components/PopoverContent.js +1 -1
  90. package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
  91. package/dist/components/Popover/hooks/usePopover.js +1 -1
  92. package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +1 -1
  93. package/dist/components/Progress/Progress.js +1 -1
  94. package/dist/components/Provider/Provider.js +1 -1
  95. package/dist/components/Radio/Radio.js +1 -1
  96. package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
  97. package/dist/components/Radio/index.js +1 -1
  98. package/dist/components/RadioGroup/RadioGroup.js +3 -3
  99. package/dist/components/Readonly/Readonly.js +5 -4
  100. package/dist/components/Readonly/index.js +1 -1
  101. package/dist/components/RichSelect/RichSelect.js +4 -3
  102. package/dist/components/RichSelect/SelectBody/SelectBody.js +5 -4
  103. package/dist/components/RichSelect/SelectCreate/SelectCreate.js +5 -4
  104. package/dist/components/RichSelect/SelectHeading/SelectHeading.js +4 -3
  105. package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
  106. package/dist/components/RichSelect/SelectMenu/SelectMenu.js +4 -3
  107. package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +4 -3
  108. package/dist/components/RichSelect/SelectSearch/SelectSearch.js +3 -2
  109. package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
  110. package/dist/components/RichSelect/SelectTags/SelectTags.js +3 -2
  111. package/dist/components/RichSelect/components/SelectActivator.js +1 -1
  112. package/dist/components/RichSelect/components/SelectOptions.js +4 -3
  113. package/dist/components/RichSelect/index.js +1 -1
  114. package/dist/components/Row/Row.js +4 -3
  115. package/dist/components/Row/index.js +1 -1
  116. package/dist/components/Select/Select.js +2 -2
  117. package/dist/components/Select/components/SelectControl.js +1 -1
  118. package/dist/components/Select/components/SelectReadonly.js +4 -3
  119. package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
  120. package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
  121. package/dist/components/Select/index.js +1 -1
  122. package/dist/components/Skeleton/Skeleton.js +2 -2
  123. package/dist/components/SkipLink/SkipLink.js +1 -1
  124. package/dist/components/Slideout/Slideout.js +2 -2
  125. package/dist/components/Slideout/components/SlideoutInner.js +2 -2
  126. package/dist/components/Slideout/index.js +1 -1
  127. package/dist/components/Slider/Slider.js +2 -2
  128. package/dist/components/Slider/components/SliderTicks.js +1 -1
  129. package/dist/components/Slider/index.js +1 -1
  130. package/dist/components/Spinner/Spinner.js +1 -1
  131. package/dist/components/Spinner/index.js +1 -1
  132. package/dist/components/TabSet/Tab/Tab.js +14 -13
  133. package/dist/components/TabSet/TabSet.js +1 -1
  134. package/dist/components/TabSet/components/TabSetItem.js +1 -1
  135. package/dist/components/Table/Table.js +4 -3
  136. package/dist/components/Table/TableBody/TableBody.js +2 -2
  137. package/dist/components/Table/TableProvider.js +29 -25
  138. package/dist/components/Table/components/TableEmpty.js +1 -1
  139. package/dist/components/Table/components/TableHeader.js +2 -2
  140. package/dist/components/Table/components/TableHeaderCell.js +1 -1
  141. package/dist/components/Table/components/TableRows.js +1 -1
  142. package/dist/components/Table/components/TableSortButton.js +2 -2
  143. package/dist/components/Table/helpers/composeIDSTableColumnDefs.js +5 -5
  144. package/dist/components/Table/hooks/useIDSTableColumnStyles.js +1 -1
  145. package/dist/components/Table/index.js +1 -1
  146. package/dist/components/Tag/Tag.js +1 -1
  147. package/dist/components/Tag/TagInput/TagInput.js +1 -1
  148. package/dist/components/Tag/components/TagListInput/TagListInput.js +1 -1
  149. package/dist/components/Tag/index.js +1 -1
  150. package/dist/components/Toaster/Toast/Toast.js +1 -1
  151. package/dist/components/Toaster/Toast/ToastAnimated.js +1 -1
  152. package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
  153. package/dist/components/Toaster/Toaster.js +1 -1
  154. package/dist/components/Toaster/ToasterProvider.js +1 -1
  155. package/dist/components/Toaster/hooks/useToaster.js +1 -1
  156. package/dist/components/Toaster/index.js +1 -1
  157. package/dist/components/Toggle/Toggle.js +3 -3
  158. package/dist/components/Tooltip/Tooltip.js +1 -1
  159. package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
  160. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
  161. package/dist/constants.js +1 -1
  162. package/dist/helpers/label-value/highlightQueryInLabelValue.js +6 -5
  163. package/dist/{index-CmsyHM_3.js → index-BQfnxwrU.js} +2 -2
  164. package/dist/{index-CtOScEKX.js → index-Dms7F5NM.js} +8 -8
  165. package/dist/main.js +2 -2
  166. package/dist/patterns/Loading/Loading.js +1 -1
  167. package/dist/patterns/Loading/LoadingSuspense.js +1 -1
  168. package/dist/patterns/Loading/components/ComponentLoading.js +2 -2
  169. package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
  170. package/dist/patterns/Loading/components/LongLoading.js +2 -2
  171. package/dist/patterns/Loading/components/PageLoading.js +2 -2
  172. package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
  173. package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
  174. package/dist/patterns/Loading/index.js +1 -1
  175. package/dist/src/components/Form/FormField/FormField.d.ts +1 -1
  176. package/dist/src/components/Form/FormField/FormField.types.d.ts +8 -2
  177. package/dist/src/components/Popover/Popover.types.d.ts +2 -1
  178. package/dist/src/components/RichSelect/RichSelect.types.d.ts +13 -1
  179. package/dist/src/components/RichSelect/SelectMenu/SelectMenuItem.d.ts +1 -1
  180. package/dist/src/components/RichSelect/components/SelectOptions.d.ts +2 -2
  181. package/dist/src/components/Table/Table.d.ts +7 -6
  182. package/dist/src/components/Table/Table.types.d.ts +10 -1
  183. package/dist/src/components/Table/TableProvider.d.ts +5 -2
  184. package/dist/src/interfaces.d.ts +1 -0
  185. package/dist/style.css +1 -1
  186. package/dist/{useIDSButtonGroupItem-NdNvcZnJ.js → useIDSButtonGroupItem-VfKx4O-O.js} +1 -1
  187. package/package.json +15 -5
  188. package/dist/Loading.module-PM8ehb0Z.js +0 -13
  189. package/dist/LoadingSuspense-fgJdyrWn.js +0 -5784
  190. package/dist/LogoFromSrc-Dr3xwNJa.js +0 -59
  191. package/dist/MenuItem.module-xNOwGiI0.js +0 -24
  192. package/dist/Popover.module-BzjyEvrY.js +0 -11
  193. package/dist/PopoverProvider-BqnPfQtY.js +0 -138
  194. package/dist/TabSet.module-p87tRckl.js +0 -13
  195. package/dist/Table.module-CdZFi754.js +0 -32
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { o as J } from "../../../LoadingSuspense-fgJdyrWn.js";
2
+ import { o as K } from "../../../LoadingSuspense-BwlrIicY.js";
3
3
  import "react";
4
4
  import "../../../fuzzysort-eoXOpoo6.js";
5
5
  import "../../Badge/Badge.js";
@@ -13,7 +13,7 @@ import "../../Expander/Expander.js";
13
13
  import "../../Form/FormContext.js";
14
14
  import "../Menu.js";
15
15
  import "../hooks/useMenu.js";
16
- import "../../../PopoverProvider-BqnPfQtY.js";
16
+ import "../../../PopoverProvider-d3hhpW2k.js";
17
17
  import "../../CheckboxMark/CheckboxMark.types.js";
18
18
  import "../../CheckboxMark/CheckboxMark.js";
19
19
  import "../../Modal/ModalProvider.js";
@@ -28,11 +28,12 @@ import "../../Skeleton/Skeleton.js";
28
28
  import "../../SkipLink/SkipLink.js";
29
29
  import "../../Stack/Stack.js";
30
30
  import "../../Table/TableContext.js";
31
+ import "../../Table/TableProvider.js";
31
32
  import "../../TabSet/Tab/Tab.js";
32
33
  import "../../TabSet/TabSet.js";
33
34
  import "../../Toggle/Toggle.js";
34
35
  import "../../Tooltip/Tooltip.js";
35
36
  import "../../ValidationMessage/ValidationMessage.js";
36
37
  export {
37
- J as IressMenuDivider
38
+ K as IressMenuDivider
38
39
  };
@@ -1,8 +1,8 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../enums.js";
3
- import { p as e } from "../../../LoadingSuspense-fgJdyrWn.js";
3
+ import { p as e } from "../../../LoadingSuspense-BwlrIicY.js";
4
4
  import "../../../index-2QXL0WYc.js";
5
- import "../../../MenuItem.module-xNOwGiI0.js";
5
+ import "../../../MenuItem.module-BxcFZeSh.js";
6
6
  export {
7
7
  e as IressMenuHeading
8
8
  };
@@ -3,7 +3,7 @@ import "react";
3
3
  import "./hooks/useMenuItemRole.js";
4
4
  import "./hooks/useMenuItemAria.js";
5
5
  import "./hooks/useMenuItemButtonProps.js";
6
- import { r as a } from "../../../LoadingSuspense-fgJdyrWn.js";
6
+ import { r as a } from "../../../LoadingSuspense-BwlrIicY.js";
7
7
  import "./hooks/useMenuItemInteractions.js";
8
8
  import "./hooks/useMenuItemComposite.js";
9
9
  export {
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import "../../../CheckboxMark/CheckboxMark.types.js";
3
3
  import { IressCheckboxMark as v } from "../../../CheckboxMark/CheckboxMark.js";
4
4
  import { useMenu as S } from "../../hooks/useMenu.js";
5
- import { s as e } from "../../../../MenuItem.module-xNOwGiI0.js";
5
+ import { s as e } from "../../../../MenuItem.module-BxcFZeSh.js";
6
6
  import { useMemo as h } from "react";
7
7
  import { propagateTestid as x } from "../../../../helpers/utility/propagateTestid.js";
8
8
  import { c as M } from "../../../../index-2QXL0WYc.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { a as i } from "../../../../floating-ui.react-nmA48tb2.js";
3
3
  import { cloneElement as n } from "react";
4
- import { s as l } from "../../../../MenuItem.module-xNOwGiI0.js";
4
+ import { s as l } from "../../../../MenuItem.module-BxcFZeSh.js";
5
5
  import { useMenuComposite as p } from "../../hooks/useMenuComposite.js";
6
6
  const I = (t, s) => {
7
7
  const m = p();
@@ -1,67 +1,67 @@
1
- import { useMenu as x } from "../../hooks/useMenu.js";
1
+ import { useMenu as P } from "../../hooks/useMenu.js";
2
2
  import { useCallback as S } from "react";
3
- import { usePopover as B } from "../../../Popover/hooks/usePopover.js";
4
- import { usePopoverItem as E } from "../../../Popover/hooks/usePopoverItem.js";
5
- const j = ({
3
+ import { usePopover as i } from "../../../Popover/hooks/usePopover.js";
4
+ import { usePopoverItem as k } from "../../../Popover/hooks/usePopoverItem.js";
5
+ const O = ({
6
6
  canToggle: t,
7
- onClick: s,
8
- onKeyDown: d,
7
+ onClick: l,
8
+ onKeyDown: f,
9
9
  role: c,
10
- selected: g,
11
- value: f
10
+ selected: a,
11
+ value: d
12
12
  }) => {
13
- const l = x(), b = B(), a = l != null && l.supportsSelection ? l.isSelected(f) : g, h = S(
14
- (r) => {
15
- s == null || s(r), M(l, f, a, b, t);
13
+ const s = P(), g = i(), I = s != null && s.supportsSelection ? s.isSelected(d) : a, h = S(
14
+ (b) => {
15
+ l == null || l(b), w(s, d, I, g, t);
16
16
  },
17
- [t, l, s, b, a, f]
18
- ), I = S(
19
- (r) => {
20
- d == null || d(r), r.key === "Tab" && (l != null && l.supportsSelection) && (l != null && l.changeOnBlur) && (l == null || l.toggle(f, !0));
17
+ [t, s, l, g, I, d]
18
+ ), r = S(
19
+ (b) => {
20
+ f == null || f(b), b.key === "Tab" && (s != null && s.supportsSelection) && (s != null && s.changeOnBlur) && (s == null || s.toggle(d, !0));
21
21
  },
22
- [l, d, f]
23
- ), { tabIndex: P, ...k } = E(
22
+ [s, f, d]
23
+ ), { tabIndex: x, ...A } = k(
24
24
  void 0,
25
- O(
25
+ y(
26
26
  {
27
27
  canToggle: t,
28
- onClick: s,
29
- onKeyDown: d,
30
- value: f
28
+ onClick: l,
29
+ onKeyDown: f,
30
+ value: d
31
31
  },
32
- l,
33
- a
32
+ s,
33
+ I
34
34
  )
35
35
  );
36
36
  return {
37
- ...k,
37
+ ...A,
38
38
  onClick: h,
39
- onKeyDown: I,
40
- tabIndex: c === "option" ? P : void 0
39
+ onKeyDown: r,
40
+ tabIndex: c === "option" ? x : void 0
41
41
  };
42
- }, M = (t, s, d, c, g) => {
43
- var f, l, b;
44
- t != null && t.supportsSelection && t.toggle(s, g || t != null && t.multiSelect ? !d : !0), t != null && t.hasArrowKeyNav && !(t != null && t.multiSelect) && ((f = c == null ? void 0 : c.setShow) == null || f.call(c, !1), (b = (l = c == null ? void 0 : c.getFocusableActivator) == null ? void 0 : l.call(c)) == null || b.focus());
45
- }, O = (t, s, d) => ({
46
- onBlur: () => (s == null ? void 0 : s.changeOnBlur) && (s == null ? void 0 : s.toggle(t.value, !0)),
47
- onKeyDown: (c) => {
48
- var g, f;
42
+ }, w = (t, l, f, c, a) => {
43
+ var d, s, g;
44
+ t != null && t.supportsSelection && t.toggle(l, a || t != null && t.multiSelect ? !f : !0), t != null && t.hasArrowKeyNav && !(t != null && t.multiSelect) && ((d = c == null ? void 0 : c.setShow) == null || d.call(c, !1), (g = (s = c == null ? void 0 : c.getFocusableActivator) == null ? void 0 : s.call(c)) == null || g.focus(), c == null || c.resetActiveIndex());
45
+ }, y = (t, l, f) => ({
46
+ onBlur: () => (l == null ? void 0 : l.changeOnBlur) && (l == null ? void 0 : l.toggle(t.value, !0)),
47
+ onKeyDown: (c, a) => {
48
+ var d, s;
49
49
  if (c.key === "Enter") {
50
- c.preventDefault(), s == null || s.toggle(
50
+ c.preventDefault(), l == null || l.toggle(
51
51
  t.value,
52
- t.canToggle || s != null && s.multiSelect ? !d : !0
53
- );
54
- const l = new Event("click", {
52
+ t.canToggle || l != null && l.multiSelect ? !f : !0
53
+ ), l != null && l.hasArrowKeyNav && !(l != null && l.multiSelect) && (a == null || a.resetActiveIndex());
54
+ const g = new Event("click", {
55
55
  bubbles: !0
56
56
  });
57
- Object.defineProperty(l, "target", {
57
+ Object.defineProperty(g, "target", {
58
58
  writable: !1,
59
59
  value: { value: "", ...c.target }
60
- }), (g = t.onClick) == null || g.call(t, l);
60
+ }), (d = t.onClick) == null || d.call(t, g);
61
61
  }
62
- (f = t.onKeyDown) == null || f.call(t, c);
62
+ (s = t.onKeyDown) == null || s.call(t, c);
63
63
  }
64
64
  });
65
65
  export {
66
- j as useMenuItemInteractions
66
+ O as useMenuItemInteractions
67
67
  };
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../index-2QXL0WYc.js";
3
- import "../../../MenuItem.module-xNOwGiI0.js";
3
+ import "../../../MenuItem.module-BxcFZeSh.js";
4
4
  import "../hooks/useMenu.js";
5
5
  import "../MenuItem/hooks/useMenuItemRole.js";
6
- import { q as J } from "../../../LoadingSuspense-fgJdyrWn.js";
6
+ import { q as K } from "../../../LoadingSuspense-BwlrIicY.js";
7
7
  import "react";
8
8
  import "../../../fuzzysort-eoXOpoo6.js";
9
9
  import "../../Badge/Badge.js";
@@ -16,7 +16,7 @@ import "../../Form/FormContext.js";
16
16
  import "../Menu.js";
17
17
  import "../../CheckboxMark/CheckboxMark.types.js";
18
18
  import "../../CheckboxMark/CheckboxMark.js";
19
- import "../../../PopoverProvider-BqnPfQtY.js";
19
+ import "../../../PopoverProvider-d3hhpW2k.js";
20
20
  import "../../Modal/ModalProvider.js";
21
21
  import "../../Panel/Panel.js";
22
22
  import "../../Popover/Popover.js";
@@ -29,11 +29,12 @@ import "../../Skeleton/Skeleton.js";
29
29
  import "../../SkipLink/SkipLink.js";
30
30
  import "../../Stack/Stack.js";
31
31
  import "../../Table/TableContext.js";
32
+ import "../../Table/TableProvider.js";
32
33
  import "../../TabSet/Tab/Tab.js";
33
34
  import "../../TabSet/TabSet.js";
34
35
  import "../../Toggle/Toggle.js";
35
36
  import "../../Tooltip/Tooltip.js";
36
37
  import "../../ValidationMessage/ValidationMessage.js";
37
38
  export {
38
- J as IressMenuText
39
+ K as IressMenuText
39
40
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { idsLogger as c } from "../../../helpers/utility/idsLogger.js";
3
3
  import { propagateTestid as p } from "../../../helpers/utility/propagateTestid.js";
4
- import { p as I, r as g } from "../../../LoadingSuspense-fgJdyrWn.js";
4
+ import { p as I, r as g } from "../../../LoadingSuspense-BwlrIicY.js";
5
5
  const b = (e) => (c(
6
6
  "IressMenu: mapMenuItems 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",
7
7
  "warn"
@@ -1,12 +1,12 @@
1
1
  import { c as d } from "../../../index-2QXL0WYc.js";
2
2
  import { usePopover as l } from "../../Popover/hooks/usePopover.js";
3
- const c = "ids-menu-v5170", o = "ids-menu--inline-v5170", a = "ids-menu--stack-v5170", v = "ids-menu--fluid-v5170", e = {
3
+ const c = "ids-menu-v5200", o = "ids-menu--inline-v5200", a = "ids-menu--stack-v5200", v = "ids-menu--fluid-v5200", e = {
4
4
  menu: c,
5
5
  inline: o,
6
- "inline-equal-width": "ids-menu--inline-equal-width-v5170",
6
+ "inline-equal-width": "ids-menu--inline-equal-width-v5200",
7
7
  stack: a,
8
8
  fluid: v,
9
- "ids-menu-item--divider": "ids-menu-item--divider-v5170"
9
+ "ids-menu-item--divider": "ids-menu-item--divider-v5200"
10
10
  }, p = ({
11
11
  className: s,
12
12
  fluid: t,
@@ -1,6 +1,6 @@
1
1
  import { IressMenu as o } from "./Menu.js";
2
2
  import { MENU_LAYOUTS as s, MENU_ROLES as u, MenuLayout as m, MenuType as n } from "./Menu.types.js";
3
- import { o as p, p as I, r as x, q as f } from "../../LoadingSuspense-fgJdyrWn.js";
3
+ import { o as p, p as I, r as x, q as f } from "../../LoadingSuspense-BwlrIicY.js";
4
4
  import { MENU_ITEM_ROLES as i, MenuItemRole as E } from "./MenuItem/MenuItem.types.js";
5
5
  import { useMenuItemAria as R } from "./MenuItem/hooks/useMenuItemAria.js";
6
6
  import { useMenuItemButtonProps as U } from "./MenuItem/hooks/useMenuItemButtonProps.js";
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../index-2QXL0WYc.js";
3
- import { s as M } from "../../LoadingSuspense-fgJdyrWn.js";
3
+ import { s as M } from "../../LoadingSuspense-BwlrIicY.js";
4
4
  import "react";
5
5
  import "../../enums.js";
6
6
  import "../../helpers/responsive/getResponsiveLayoutModifiers.js";
@@ -1,5 +1,5 @@
1
1
  import { MODAL_SIZES as e } from "./Modal.types.js";
2
- import { s as t } from "../../LoadingSuspense-fgJdyrWn.js";
2
+ import { s as t } from "../../LoadingSuspense-BwlrIicY.js";
3
3
  import { IressModalContext as d, IressModalProvider as x } from "./ModalProvider.js";
4
4
  import { useModal as f } from "./hooks/useModal.js";
5
5
  export {
@@ -3,9 +3,9 @@ import "react";
3
3
  import "../../index-2QXL0WYc.js";
4
4
  import "./Navbar.types.js";
5
5
  import "../../enums.js";
6
- import { t as v } from "../../LoadingSuspense-fgJdyrWn.js";
6
+ import { t as v } from "../../LoadingSuspense-BwlrIicY.js";
7
7
  import "../Panel/Panel.js";
8
- import "../../LogoFromSrc-Dr3xwNJa.js";
8
+ import "../../LogoFromSrc-BnImWqt6.js";
9
9
  import "../../helpers/utility/idsLogger.js";
10
10
  import "../../helpers/utility/propagateTestid.js";
11
11
  export {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import { a3 as e } from "../../../LoadingSuspense-fgJdyrWn.js";
3
- import "../../../LogoFromSrc-Dr3xwNJa.js";
2
+ import { a3 as e } from "../../../LoadingSuspense-BwlrIicY.js";
3
+ import "../../../LogoFromSrc-BnImWqt6.js";
4
4
  export {
5
5
  e as HomeLinkContent
6
6
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../helpers/utility/propagateTestid.js";
3
- import { L as t } from "../../../LogoFromSrc-Dr3xwNJa.js";
3
+ import { L as t } from "../../../LogoFromSrc-BnImWqt6.js";
4
4
  export {
5
5
  t as LogoFromSrc
6
6
  };
@@ -1,8 +1,8 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../index-2QXL0WYc.js";
3
3
  import "../../../helpers/utility/propagateTestid.js";
4
- import { a4 as i } from "../../../LoadingSuspense-fgJdyrWn.js";
5
- import "../../../LogoFromSrc-Dr3xwNJa.js";
4
+ import { a4 as i } from "../../../LoadingSuspense-BwlrIicY.js";
5
+ import "../../../LogoFromSrc-BnImWqt6.js";
6
6
  export {
7
7
  i as NavbarLogo
8
8
  };
@@ -1,5 +1,5 @@
1
1
  import { NavbarHorizontalAlign as o } from "./Navbar.types.js";
2
- import { t as e } from "../../LoadingSuspense-fgJdyrWn.js";
2
+ import { t as e } from "../../LoadingSuspense-BwlrIicY.js";
3
3
  export {
4
4
  e as IressNavbar,
5
5
  o as NavbarHorizontalAlign
@@ -1,7 +1,7 @@
1
1
  import { jsxs as o, jsx as a } from "react/jsx-runtime";
2
2
  import { c as m } from "../../index-2QXL0WYc.js";
3
3
  import { toCSSLengthValue as s } from "../../helpers/formatting/toCSSLengthValue.js";
4
- const x = "ids-placeholder-v5170", u = "ids-placeholder--transparent-v5170", n = {
4
+ const x = "ids-placeholder-v5200", u = "ids-placeholder--transparent-v5200", n = {
5
5
  placeholder: x,
6
6
  transparent: u
7
7
  }, H = ({
@@ -3,7 +3,7 @@ import { forwardRef as F } from "react";
3
3
  import { c as i } from "../../../index-2QXL0WYc.js";
4
4
  import { GlobalCSSClass as S } from "../../../enums.js";
5
5
  import { propagateTestid as m } from "../../../helpers/utility/propagateTestid.js";
6
- import { s as r } from "../../../Popover.module-BzjyEvrY.js";
6
+ import { s as r } from "../../../Popover.module-BKrF_xRW.js";
7
7
  import { InputPopoverProvider as W } from "./InputPopoverProvider.js";
8
8
  import { PopoverContent as b } from "../components/PopoverContent.js";
9
9
  import { InputPopoverActivator as w } from "./InputPopoverActivator.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as E } from "react/jsx-runtime";
2
- import { s as R } from "../../../Popover.module-BzjyEvrY.js";
2
+ import { s as R } from "../../../Popover.module-BKrF_xRW.js";
3
3
  import { usePopover as k } from "../hooks/usePopover.js";
4
4
  import { useCallback as f, cloneElement as F } from "react";
5
5
  import { hasFocus as S } from "../helpers/hasFocus.js";
@@ -1,103 +1,107 @@
1
- import { jsx as N } from "react/jsx-runtime";
2
- import { forwardRef as V, useRef as _, useMemo as h } from "react";
3
- import { o as q, h as y, s as U, i as $, j as k, k as z, l as G, m as K } from "../../../floating-ui.react-nmA48tb2.js";
4
- import { POPOVER_USE_MAX_HEIGHT as X } from "../Popover.types.js";
5
- import { usePopoverState as B } from "../hooks/usePopoverState.js";
6
- import { usePopoverNavigation as J } from "../hooks/usePopoverNavigation.js";
7
- import { usePopoverAria as L } from "../hooks/usePopoverAria.js";
8
- import { a as Q } from "../../../PopoverProvider-BqnPfQtY.js";
9
- import { usePopoverImperativeHandle as W } from "../hooks/usePopoverImperativeHandle.js";
10
- import { focusableElements as Y } from "../../../helpers/dom/focusableElements.js";
11
- const Z = V(
1
+ import { jsx as V } from "react/jsx-runtime";
2
+ import { forwardRef as _, useRef as k, useMemo as d, useCallback as q } from "react";
3
+ import { o as y, h as U, s as $, i as z, j as G, k as K, l as X, m as A } from "../../../floating-ui.react-nmA48tb2.js";
4
+ import { POPOVER_USE_MAX_HEIGHT as B } from "../Popover.types.js";
5
+ import { usePopoverState as J } from "../hooks/usePopoverState.js";
6
+ import { usePopoverNavigation as L } from "../hooks/usePopoverNavigation.js";
7
+ import { usePopoverAria as Q } from "../hooks/usePopoverAria.js";
8
+ import { a as W } from "../../../PopoverProvider-d3hhpW2k.js";
9
+ import { usePopoverImperativeHandle as Y } from "../hooks/usePopoverImperativeHandle.js";
10
+ import { focusableElements as Z } from "../../../helpers/dom/focusableElements.js";
11
+ const T = _(
12
12
  ({
13
- align: c,
14
- autoHighlight: v,
15
- children: w,
16
- defaultShow: I,
17
- disabledAutoToggle: a,
18
- focusStartIndex: O,
19
- matchActivatorWidth: l = !0,
20
- onActivated: u,
21
- onDeactivated: m,
22
- onNavigate: g,
23
- show: F,
13
+ align: f,
14
+ autoHighlight: I,
15
+ children: O,
16
+ defaultShow: g,
17
+ disabledAutoToggle: u,
18
+ focusStartIndex: m,
19
+ matchActivatorWidth: x = !0,
20
+ onActivated: p,
21
+ onDeactivated: l,
22
+ onNavigate: F,
23
+ show: E,
24
24
  type: n
25
- }, E) => {
26
- const R = c === "auto", f = _(null), r = B({
27
- defaultShow: I,
28
- show: F
29
- }), S = h(() => {
30
- const e = [q(5), y({ padding: 5 })];
31
- return l && e.push(
32
- U({
33
- apply({ rects: t, availableHeight: s, elements: H }) {
25
+ }, R) => {
26
+ const b = f === "auto", v = k(null), r = J({
27
+ defaultShow: g,
28
+ show: E
29
+ }), C = d(() => {
30
+ const e = [y(5), U({ padding: 5 })];
31
+ return x && e.push(
32
+ $({
33
+ apply({ rects: t, availableHeight: s, elements: S }) {
34
34
  requestAnimationFrame(() => {
35
- Object.assign(H.floating.style, {
35
+ Object.assign(S.floating.style, {
36
36
  width: `${t.reference.width}px`,
37
- maxHeight: s > X ? `${s}px` : void 0
37
+ maxHeight: s > B ? `${s}px` : void 0
38
38
  });
39
39
  });
40
40
  },
41
41
  padding: 5
42
42
  })
43
43
  ), e;
44
- }, [l]), o = $({
44
+ }, [x]), o = z({
45
45
  open: r.show,
46
46
  onOpenChange: (e, t, s) => {
47
- r.setShow(e), e ? u == null || u(t, s, i) : m == null || m(t, s, i);
47
+ r.setShow(e), e ? p == null || p(t, s, i) : l == null || l(t, s, i);
48
48
  },
49
- middleware: S,
50
- placement: R ? void 0 : c,
51
- whileElementsMounted: k
52
- }), M = z(o.context, {
53
- enabled: !a,
49
+ middleware: C,
50
+ placement: b ? void 0 : f,
51
+ whileElementsMounted: G
52
+ }), M = K(o.context, {
53
+ enabled: !u,
54
54
  escapeKey: !1
55
- }), b = G(o.context, {
55
+ }), j = X(o.context, {
56
56
  role: n
57
- }), { activeIndex: i, list: x, listNav: j, setActiveIndex: P } = J(
57
+ }), { activeIndex: i, list: P, listNav: H, setActiveIndex: a } = L(
58
58
  o.context,
59
59
  n,
60
60
  {
61
- focusItemOnOpen: v,
61
+ focusItemOnOpen: I,
62
62
  virtual: !0
63
63
  },
64
- g,
65
- O
66
- ), d = K([M, b, j]), p = L(), C = h(
64
+ F,
65
+ m
66
+ ), h = A([M, j, H]), c = Q(), w = q(() => {
67
+ a(m ?? null);
68
+ }, [m, a]), N = d(
67
69
  () => ({
68
- ...p,
70
+ ...c,
69
71
  ...r,
70
72
  activeIndex: i,
71
73
  api: o,
72
- disabledAutoToggle: a,
74
+ disabledAutoToggle: u,
73
75
  getFocusableActivator: () => {
74
76
  const e = o.elements.reference;
75
- return (e == null ? void 0 : e.querySelector("[role=combobox]")) ?? Y(e)[0];
77
+ return (e == null ? void 0 : e.querySelector("[role=combobox]")) ?? Z(e)[0];
76
78
  },
77
- getVirtualFocus: () => f.current,
78
- interactions: d,
79
- list: x,
80
- setActiveIndex: P,
79
+ getVirtualFocus: () => v.current,
80
+ interactions: h,
81
+ list: P,
82
+ resetActiveIndex: w,
83
+ setActiveIndex: a,
81
84
  setShowWithReason: (e, t, s) => o.context.onOpenChange(e, t, s),
82
- setVirtualFocus: (e) => f.current = e,
85
+ setVirtualFocus: (e) => v.current = e,
83
86
  type: n
84
87
  }),
85
88
  [
86
89
  i,
87
90
  o,
88
- p,
89
- a,
90
- d,
91
- x,
91
+ c,
92
+ u,
93
+ h,
92
94
  P,
95
+ w,
96
+ a,
93
97
  r,
94
98
  n
95
99
  ]
96
100
  );
97
- return W(E, o, p, r), /* @__PURE__ */ N(Q.Provider, { value: C, children: w });
101
+ return Y(R, o, c, r), /* @__PURE__ */ V(W.Provider, { value: N, children: O });
98
102
  }
99
103
  );
100
- Z.displayName = "InputPopoverProvider";
104
+ T.displayName = "InputPopoverProvider";
101
105
  export {
102
- Z as InputPopoverProvider
106
+ T as InputPopoverProvider
103
107
  };
@@ -5,8 +5,8 @@ import { PopoverType as R } from "./Popover.types.js";
5
5
  import { FloatingUIAlign as S, GlobalCSSClass as b } from "../../enums.js";
6
6
  import { idsLogger as k } from "../../helpers/utility/idsLogger.js";
7
7
  import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
8
- import { s as E } from "../../Popover.module-BzjyEvrY.js";
9
- import { P as F } from "../../PopoverProvider-BqnPfQtY.js";
8
+ import { s as E } from "../../Popover.module-BKrF_xRW.js";
9
+ import { P as F } from "../../PopoverProvider-d3hhpW2k.js";
10
10
  import { PopoverActivator as G } from "./components/PopoverActivator.js";
11
11
  import { PopoverContent as L } from "./components/PopoverContent.js";
12
12
  import { composePopoverWidth as U } from "./helpers/composePopoverWidth.js";
@@ -7,7 +7,7 @@ import "./hooks/usePopoverNavigation.js";
7
7
  import "./hooks/usePopoverAria.js";
8
8
  import "./hooks/usePopoverImperativeHandle.js";
9
9
  import "../../helpers/dom/focusableElements.js";
10
- import { a as d, P as f } from "../../PopoverProvider-BqnPfQtY.js";
10
+ import { a as d, P as f } from "../../PopoverProvider-d3hhpW2k.js";
11
11
  import "../../helpers/dom/closestCrossShadow.js";
12
12
  export {
13
13
  d as PopoverContext,
@@ -1,5 +1,5 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import { s as c } from "../../../Popover.module-BzjyEvrY.js";
2
+ import { s as c } from "../../../Popover.module-BKrF_xRW.js";
3
3
  import { PopoverCssClass as m } from "../Popover.types.js";
4
4
  import { usePopover as g } from "../hooks/usePopover.js";
5
5
  import { useRef as A, useMemo as b, useEffect as v } from "react";
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { c } from "../../../index-2QXL0WYc.js";
3
- import { s as m } from "../../../Popover.module-BzjyEvrY.js";
3
+ import { s as m } from "../../../Popover.module-BKrF_xRW.js";
4
4
  import { usePopover as g } from "../hooks/usePopover.js";
5
5
  import { b as F, F as h, c as p, d as i, e as P, f as I, g as N } from "../../../floating-ui.react-nmA48tb2.js";
6
6
  import { composePopoverFloatingProps as x } from "../helpers/composeFloatingProps.js";
@@ -1,5 +1,5 @@
1
1
  import { t as f } from "../../../index.esm-BnSuefUA.js";
2
- import { s as c } from "../../../Popover.module-BzjyEvrY.js";
2
+ import { s as c } from "../../../Popover.module-BKrF_xRW.js";
3
3
  import { FOCUSABLE_QUERY_SELECTOR as l } from "../../../constants.js";
4
4
  import { focusableElements as m } from "../../../helpers/dom/focusableElements.js";
5
5
  import { waitUntilTrue as u } from "./waitUntilTrue.js";
@@ -1,5 +1,5 @@
1
1
  import { useContext as o } from "react";
2
- import { a as t } from "../../../PopoverProvider-BqnPfQtY.js";
2
+ import { a as t } from "../../../PopoverProvider-d3hhpW2k.js";
3
3
  const p = () => o(t);
4
4
  export {
5
5
  p as usePopover
@@ -20,7 +20,7 @@ const x = (n, t) => {
20
20
  }, c = (n, t) => {
21
21
  var s, i, a, g, h, d, y;
22
22
  const u = (t == null ? void 0 : t.getVirtualFocus) !== void 0;
23
- if ((a = (i = (s = t == null ? void 0 : t.getVirtualFocus) == null ? void 0 : s.call(t)) == null ? void 0 : i.onKeyDown) == null || a.call(i, n), n.key === "Tab" && ((d = (h = (g = t == null ? void 0 : t.getVirtualFocus) == null ? void 0 : g.call(t)) == null ? void 0 : h.onBlur) == null || d.call(h, n), t != null && t.getVirtualFocus && (t == null || t.setShowWithReason(!1, n.nativeEvent, "focus"))), n.key === "PageUp" && u && t.setActiveIndex(0), n.key === "PageDown" && u) {
23
+ if ((a = (i = (s = t == null ? void 0 : t.getVirtualFocus) == null ? void 0 : s.call(t)) == null ? void 0 : i.onKeyDown) == null || a.call(i, n, t), n.key === "Tab" && ((d = (h = (g = t == null ? void 0 : t.getVirtualFocus) == null ? void 0 : g.call(t)) == null ? void 0 : h.onBlur) == null || d.call(h, n), t != null && t.getVirtualFocus && (t == null || t.setShowWithReason(!1, n.nativeEvent, "focus"))), n.key === "PageUp" && u && t.setActiveIndex(0), n.key === "PageDown" && u) {
24
24
  const l = Math.max((t == null ? void 0 : t.list.current.length) - 1, 0);
25
25
  t.setActiveIndex(l);
26
26
  }
@@ -3,7 +3,7 @@ import { useState as f, useEffect as v } from "react";
3
3
  import { propagateTestid as h } from "../../helpers/utility/propagateTestid.js";
4
4
  import { stringReplacer as M } from "../../helpers/formatting/stringReplacer.js";
5
5
  import { c as S } from "../../index-2QXL0WYc.js";
6
- const x = "ids-progress-v5170", b = "ids-progress--indicator-v5170", n = {
6
+ const x = "ids-progress-v5200", b = "ids-progress--indicator-v5200", n = {
7
7
  progress: x,
8
8
  indicator: b
9
9
  }, N = ({
@@ -1,5 +1,5 @@
1
1
  import { jsxs as d, jsx as s } from "react/jsx-runtime";
2
- import { O as c } from "../../LoadingSuspense-fgJdyrWn.js";
2
+ import { O as c } from "../../LoadingSuspense-BwlrIicY.js";
3
3
  import { IressModalProvider as l } from "../Modal/ModalProvider.js";
4
4
  import "react";
5
5
  import { a as p } from "../../SlideoutProvider-CQh140HM.js";
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../index-2QXL0WYc.js";
3
- import { u as d } from "../../LoadingSuspense-fgJdyrWn.js";
3
+ import { u as d } from "../../LoadingSuspense-BwlrIicY.js";
4
4
  import "react";
5
5
  import "../../hooks/useIdIfNeeded.js";
6
6
  import "../../helpers/utility/propagateTestid.js";