@iress-oss/ids-components 6.0.0-beta.1 → 6.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/.ai/components/tag.md +43 -3
  2. package/.ai/skills/figma-to-ids.md +2 -1
  3. package/.ai/skills/ui-translation.md +2 -2
  4. package/README.md +16 -1
  5. package/dist/{Autocomplete-JZcorz66.js → Autocomplete-CuUjmIAw.js} +66 -63
  6. package/dist/Shadow-DdGxqWgh.js +56 -0
  7. package/dist/components/Alert/Alert.js +0 -1
  8. package/dist/components/Alert/index.js +0 -1
  9. package/dist/components/Autocomplete/Autocomplete.js +1 -3
  10. package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +1 -2
  11. package/dist/components/Autocomplete/index.js +2 -4
  12. package/dist/components/Button/Button.js +0 -1
  13. package/dist/components/Button/CloseButton/CloseButton.js +0 -1
  14. package/dist/components/Button/index.js +0 -1
  15. package/dist/components/ButtonGroup/ButtonGroup.js +0 -1
  16. package/dist/components/ButtonGroup/index.js +0 -1
  17. package/dist/components/Checkbox/Checkbox.js +0 -1
  18. package/dist/components/Checkbox/index.js +0 -1
  19. package/dist/components/Expander/Expander.js +0 -1
  20. package/dist/components/Expander/index.js +0 -1
  21. package/dist/components/Field/Field.js +0 -1
  22. package/dist/components/Field/FieldGroup/FieldGroup.js +0 -1
  23. package/dist/components/Field/components/FieldFooter.js +0 -1
  24. package/dist/components/Field/components/FieldHint.js +0 -1
  25. package/dist/components/Field/index.js +0 -1
  26. package/dist/components/Hide/Hide.js +0 -1
  27. package/dist/components/Hide/index.js +0 -1
  28. package/dist/components/Icon/Icon.js +0 -1
  29. package/dist/components/Icon/helpers/getMaterialSymbolsList.js +1 -1
  30. package/dist/components/Input/Input.js +0 -1
  31. package/dist/components/Input/index.js +0 -1
  32. package/dist/components/InputCurrency/InputCurrency.js +0 -1
  33. package/dist/components/InputCurrency/index.js +0 -1
  34. package/dist/components/Label/Label.js +0 -1
  35. package/dist/components/Label/LabelBase/LabelBase.js +0 -1
  36. package/dist/components/Label/index.js +0 -1
  37. package/dist/components/Link/Link.js +0 -1
  38. package/dist/components/Link/index.js +0 -1
  39. package/dist/components/Menu/Menu.js +4 -8
  40. package/dist/components/Menu/MenuDivider/MenuDivider.js +0 -1
  41. package/dist/components/Menu/MenuGroup/MenuGroup.js +0 -1
  42. package/dist/components/Menu/MenuItem/MenuItem.js +0 -1
  43. package/dist/components/Menu/MenuItem/hooks/useMenuItemRole.js +0 -1
  44. package/dist/components/Menu/MenuText/MenuText.js +0 -1
  45. package/dist/components/Menu/index.js +0 -1
  46. package/dist/components/Modal/Modal.js +0 -1
  47. package/dist/components/Modal/index.js +0 -1
  48. package/dist/components/Popover/InputPopover/InputPopover.js +0 -1
  49. package/dist/components/Popover/InputPopover/InputPopoverActivator.js +0 -1
  50. package/dist/components/Popover/Popover.js +0 -1
  51. package/dist/components/Popover/components/PopoverActivator.js +0 -1
  52. package/dist/components/Popover/components/PopoverContent.js +0 -1
  53. package/dist/components/Popover/helpers/composeFloatingProps.js +0 -1
  54. package/dist/components/Popover/hooks/useFloatingPopover.js +0 -1
  55. package/dist/components/Popover/hooks/usePopover.js +0 -1
  56. package/dist/components/Popover/hooks/usePopoverItem.js +0 -1
  57. package/dist/components/Popover/index.js +0 -1
  58. package/dist/components/Provider/Provider.js +0 -1
  59. package/dist/components/Provider/index.js +0 -1
  60. package/dist/components/Radio/Radio.js +0 -1
  61. package/dist/components/Radio/index.js +0 -1
  62. package/dist/components/Readonly/Readonly.js +0 -1
  63. package/dist/components/Readonly/index.js +0 -1
  64. package/dist/components/Select/Select.js +1 -3
  65. package/dist/components/Select/SelectCreate/SelectCreate.js +0 -1
  66. package/dist/components/Select/SelectHeading/SelectHeading.js +0 -1
  67. package/dist/components/Select/SelectMenu/SelectMenu.js +0 -1
  68. package/dist/components/Select/SelectMenu/SelectMenuItem.js +0 -1
  69. package/dist/components/Select/SelectSearch/SelectSearch.js +0 -1
  70. package/dist/components/Select/SelectSearchInput/SelectSearchInput.js +0 -1
  71. package/dist/components/Select/SelectTags/SelectTags.js +0 -1
  72. package/dist/components/Select/components/NativeSelect.js +0 -1
  73. package/dist/components/Select/components/SelectActivator.js +0 -1
  74. package/dist/components/Select/components/SelectOptions.js +2 -3
  75. package/dist/components/Select/index.js +1 -3
  76. package/dist/components/SkipLink/SkipLink.js +0 -1
  77. package/dist/components/SkipLink/index.js +0 -1
  78. package/dist/components/Slideout/Slideout.js +0 -1
  79. package/dist/components/Slideout/components/SlideoutInner.js +0 -1
  80. package/dist/components/Slideout/hooks/usePushElement.js +0 -1
  81. package/dist/components/Slideout/index.js +0 -1
  82. package/dist/components/Slider/Slider.js +0 -1
  83. package/dist/components/Slider/components/SliderTicks.js +2 -2
  84. package/dist/components/Slider/index.js +0 -1
  85. package/dist/components/Spinner/Spinner.js +0 -1
  86. package/dist/components/Spinner/index.js +0 -1
  87. package/dist/components/TabSet/Tab/Tab.js +0 -1
  88. package/dist/components/TabSet/TabSet.js +0 -1
  89. package/dist/components/TabSet/TabSetProvider.js +0 -1
  90. package/dist/components/TabSet/index.js +0 -1
  91. package/dist/components/Table/Table.js +0 -2
  92. package/dist/components/Table/TableBody/TableBody.js +0 -2
  93. package/dist/components/Table/components/TableFilterButton.js +0 -2
  94. package/dist/components/Table/components/TableHeader.js +0 -2
  95. package/dist/components/Table/components/TableHeaderCell.js +0 -2
  96. package/dist/components/Table/index.js +0 -2
  97. package/dist/components/Tag/Tag.d.ts +15 -23
  98. package/dist/components/Tag/Tag.js +28 -32
  99. package/dist/components/Tag/Tag.styles.d.ts +8 -9
  100. package/dist/components/Tag/Tag.styles.js +26 -14
  101. package/dist/components/Tag/TagInput/TagInput.js +0 -1
  102. package/dist/components/Tag/index.js +0 -1
  103. package/dist/components/Toaster/Toaster.js +0 -1
  104. package/dist/components/Toaster/Toaster.styles.d.ts +6 -6
  105. package/dist/components/Toaster/Toaster.styles.js +7 -8
  106. package/dist/components/Toaster/ToasterProvider.js +0 -1
  107. package/dist/components/Toaster/components/Toast/Toast.js +0 -1
  108. package/dist/components/Toaster/index.js +0 -1
  109. package/dist/components/Toggle/Toggle.js +0 -1
  110. package/dist/components/Toggle/index.js +0 -1
  111. package/dist/components/Tooltip/Tooltip.js +0 -1
  112. package/dist/components/Tooltip/index.js +0 -1
  113. package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +0 -1
  114. package/dist/components/ValidationMessage/index.js +0 -1
  115. package/dist/constants.d.ts +5 -0
  116. package/dist/hooks/index.js +0 -1
  117. package/dist/index.d-BJM5_ZcV.js +4 -0
  118. package/dist/main.js +3 -4
  119. package/dist/patterns/Breadcrumbs/Breadcrumbs.js +0 -1
  120. package/dist/patterns/Breadcrumbs/index.js +0 -1
  121. package/dist/patterns/ContextualMenu/ContextualMenu.d.ts +1 -1
  122. package/dist/patterns/ContextualMenu/ContextualMenu.js +10 -10
  123. package/dist/patterns/ContextualMenu/ContextualMenu.styles.js +1 -2
  124. package/dist/patterns/ContextualMenu/index.js +0 -1
  125. package/dist/patterns/DropdownMenu/DropdownMenu.js +1 -3
  126. package/dist/patterns/DropdownMenu/index.js +0 -2
  127. package/dist/patterns/Form/Form.js +0 -1
  128. package/dist/patterns/Form/FormField/FormField.js +0 -1
  129. package/dist/patterns/Form/FormField/FormFieldset.js +0 -1
  130. package/dist/patterns/Form/FormValidationSummary/FormValidationSummary.js +0 -1
  131. package/dist/patterns/Form/HookForm/HookForm.js +0 -1
  132. package/dist/patterns/Form/components/LongForm.js +0 -1
  133. package/dist/patterns/Form/components/ShortForm.js +0 -1
  134. package/dist/patterns/Form/index.js +0 -1
  135. package/dist/patterns/Loading/Loading.js +0 -1
  136. package/dist/patterns/Loading/LoadingSuspense.js +0 -1
  137. package/dist/patterns/Loading/components/ComponentLoading.js +0 -1
  138. package/dist/patterns/Loading/components/DefaultLoading.js +0 -1
  139. package/dist/patterns/Loading/components/ValidateLoading.js +0 -1
  140. package/dist/patterns/Loading/index.js +0 -1
  141. package/dist/patterns/Shadow/Shadow.js +1 -2
  142. package/dist/patterns/Shadow/index.js +1 -2
  143. package/dist/patterns/SideNav/SideNav.js +0 -1
  144. package/dist/patterns/SideNav/index.js +0 -1
  145. package/dist/style.css +1 -1
  146. package/dist/{useAutocompleteSearch-Dl1-OeQy.js → useAutocompleteSearch-BJ_hhoKp.js} +3 -3
  147. package/package.json +10 -10
  148. package/dist/Shadow-BzgLadE2.js +0 -56
  149. package/dist/index.d-VI1Ndupn.js +0 -4
@@ -2,7 +2,6 @@ import { t as e } from "../../css-D3KwXbP0.js";
2
2
  import { t } from "../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { GlobalCSSClass as r } from "../../enums.js";
5
- import "../../constants-D0UW4Ewm.js";
6
5
  import { IressIcon as i } from "../Icon/Icon.js";
7
6
  import { t as a } from "../../Button-bZPKq0ue.js";
8
7
  import { IressText as o } from "../Text/Text.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { alert as e } from "./Alert.styles.js";
3
2
  import { IressAlert as t } from "./Alert.js";
4
3
  export { t as IressAlert, e as alert };
@@ -1,4 +1,2 @@
1
- import "../../highlightQueryInLabel-M67urShz.js";
2
- import "../../constants-D0UW4Ewm.js";
3
- import { t as e } from "../../Autocomplete-JZcorz66.js";
1
+ import { t as e } from "../../Autocomplete-CuUjmIAw.js";
4
2
  export { e as IressAutocomplete };
@@ -1,3 +1,2 @@
1
- import "../../../highlightQueryInLabel-M67urShz.js";
2
- import { t as e } from "../../../useAutocompleteSearch-Dl1-OeQy.js";
1
+ import { t as e } from "../../../useAutocompleteSearch-BJ_hhoKp.js";
3
2
  export { e as useAutocompleteSearch };
@@ -1,6 +1,4 @@
1
- import "../../highlightQueryInLabel-M67urShz.js";
2
- import "../../constants-D0UW4Ewm.js";
3
1
  import { autoComplete as e } from "./Autocomplete.styles.js";
4
- import { t } from "../../useAutocompleteSearch-Dl1-OeQy.js";
5
- import { t as n } from "../../Autocomplete-JZcorz66.js";
2
+ import { t } from "../../useAutocompleteSearch-BJ_hhoKp.js";
3
+ import { t as n } from "../../Autocomplete-CuUjmIAw.js";
6
4
  export { n as IressAutocomplete, e as autoComplete, t as useAutocompleteSearch };
@@ -1,3 +1,2 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { t as e } from "../../Button-bZPKq0ue.js";
3
2
  export { e as IressButton };
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { t as n } from "../../../Button-bZPKq0ue.js";
5
4
  import { forwardRef as r } from "react";
6
5
  import { jsx as i } from "react/jsx-runtime";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { n as e, t } from "../../Button-bZPKq0ue.js";
3
2
  import { IressCloseButton as n } from "./CloseButton/CloseButton.js";
4
3
  export { t as IressButton, n as IressCloseButton, e as button };
@@ -3,7 +3,6 @@ import { t } from "../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { t as r } from "../../factory-sKbby7-S.js";
5
5
  import { GlobalCSSClass as i } from "../../enums.js";
6
- import "../../constants-D0UW4Ewm.js";
7
6
  import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
8
7
  import { useIdIfNeeded as o } from "../../hooks/useIdIfNeeded.js";
9
8
  import { buttonGroup as s } from "./ButtonGroup.styles.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { buttonGroup as e } from "./ButtonGroup.styles.js";
3
2
  import { IressButtonGroup as t } from "./ButtonGroup.js";
4
3
  import { useButtonGroupItem as n } from "./hooks/useButtonGroupItem.js";
@@ -3,7 +3,6 @@ import { t } from "../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { t as r } from "../../factory-sKbby7-S.js";
5
5
  import { GlobalCSSClass as i } from "../../enums.js";
6
- import "../../constants-D0UW4Ewm.js";
7
6
  import { IressText as a } from "../Text/Text.js";
8
7
  import { propagateTestid as o } from "../../helpers/utility/propagateTestid.js";
9
8
  import { useControlledState as s } from "../../hooks/useControlledState.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { checkbox as e } from "./Checkbox.styles.js";
3
2
  import { IressCheckbox as t } from "./Checkbox.js";
4
3
  export { t as IressCheckbox, e as checkbox };
@@ -3,7 +3,6 @@ import { t } from "../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { t as r } from "../../factory-sKbby7-S.js";
5
5
  import { GlobalCSSClass as i } from "../../enums.js";
6
- import "../../constants-D0UW4Ewm.js";
7
6
  import { IressText as a } from "../Text/Text.js";
8
7
  import { propagateTestid as o } from "../../helpers/utility/propagateTestid.js";
9
8
  import { useIdIfNeeded as s } from "../../hooks/useIdIfNeeded.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { expander as e } from "./Expander.styles.js";
3
2
  import { IressExpander as t } from "./Expander.js";
4
3
  export { t as IressExpander, e as expander };
@@ -3,7 +3,6 @@ import { t } from "../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { t as r } from "../../factory-sKbby7-S.js";
5
5
  import { GlobalCSSClass as i } from "../../enums.js";
6
- import "../../constants-D0UW4Ewm.js";
7
6
  import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
8
7
  import { toArray as o } from "../../helpers/formatting/toArray.js";
9
8
  import { IressLabel as s } from "../Label/Label.js";
@@ -3,7 +3,6 @@ import { t } from "../../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { t as r } from "../../../factory-sKbby7-S.js";
5
5
  import { GlobalCSSClass as i } from "../../../enums.js";
6
- import "../../../constants-D0UW4Ewm.js";
7
6
  import { propagateTestid as a } from "../../../helpers/utility/propagateTestid.js";
8
7
  import { LabelBase as o } from "../../Label/LabelBase/LabelBase.js";
9
8
  import { FieldFooter as s } from "../components/FieldFooter.js";
@@ -1,7 +1,6 @@
1
1
  import { t as e } from "../../../css-D3KwXbP0.js";
2
2
  import { t } from "../../../cx-CZ8IJJTy.js";
3
3
  import { t as n } from "../../../factory-sKbby7-S.js";
4
- import "../../../constants-D0UW4Ewm.js";
5
4
  import { IressIcon as r } from "../../Icon/Icon.js";
6
5
  import { IressText as i } from "../../Text/Text.js";
7
6
  import { field as a } from "../Field.styles.js";
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../css-D3KwXbP0.js";
2
2
  import { t } from "../../../factory-sKbby7-S.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { IressIcon as n } from "../../Icon/Icon.js";
5
4
  import { propagateTestid as r } from "../../../helpers/utility/propagateTestid.js";
6
5
  import { IressTooltip as i } from "../../Tooltip/Tooltip.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { field as e } from "./Field.styles.js";
3
2
  import { IressField as t } from "./Field.js";
4
3
  import { fieldGroup as n } from "./FieldGroup/FieldGroup.styles.js";
@@ -1,5 +1,4 @@
1
1
  import { t as e } from "../../factory-sKbby7-S.js";
2
- import "../../constants-D0UW4Ewm.js";
3
2
  import { useBreakpoint as t } from "../../hooks/useBreakpoint.js";
4
3
  import { normaliseHideValues as n } from "./helpers/normaliseHideValues.js";
5
4
  import { jsx as r } from "react/jsx-runtime";
@@ -1,3 +1,2 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { IressHide as e } from "./Hide.js";
3
2
  export { e as IressHide };
@@ -5,7 +5,6 @@ import { t as r } from "../../factory-sKbby7-S.js";
5
5
  import { icon as i } from "./Icon.styles.js";
6
6
  import { GlobalCSSClass as a } from "../../enums.js";
7
7
  import { idsLogger as o } from "../../helpers/utility/idsLogger.js";
8
- import "../../constants-D0UW4Ewm.js";
9
8
  import { IconContext as s } from "./IconProvider.js";
10
9
  import { FA_TO_MATERIAL_MAP as c } from "./helpers/iconMapping.js";
11
10
  import { useContext as l, useEffect as u } from "react";
@@ -1,6 +1,6 @@
1
1
  //#region src/components/Icon/helpers/getMaterialSymbolsList.ts
2
2
  var e = async () => {
3
- let { default: e } = await import("../../../index.d-VI1Ndupn.js"), t = e, n = /type MaterialSymbols = (\[)([\s\S]*?)(\]);/.exec(t);
3
+ let { default: e } = await import("../../../index.d-BJM5_ZcV.js"), t = e, n = /type MaterialSymbols = (\[)([\s\S]*?)(\]);/.exec(t);
4
4
  if (!n) throw Error("Could not parse Material Symbols type definition");
5
5
  return n[2].split(",").map((e) => e.trim()).filter((e) => e.startsWith("\"")).map((e) => e.replace(/(^")|("$)/g, ""));
6
6
  }, t = null, n = () => (t ??= e(), t);
@@ -2,7 +2,6 @@ import { t as e } from "../../cx-CZ8IJJTy.js";
2
2
  import { n as t } from "../../is-valid-prop-BoZ7GJt2.js";
3
3
  import { t as n } from "../../factory-sKbby7-S.js";
4
4
  import { GlobalCSSClass as r } from "../../enums.js";
5
- import "../../constants-D0UW4Ewm.js";
6
5
  import { t as i } from "../../Button-bZPKq0ue.js";
7
6
  import { IressSpinner as a } from "../Spinner/Spinner.js";
8
7
  import { useControlledState as o } from "../../hooks/useControlledState.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { input as e } from "./Input.styles.js";
3
2
  import { IressInput as t } from "./Input.js";
4
3
  export { t as IressInput, e as input };
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../enums.js";
3
- import "../../constants-D0UW4Ewm.js";
4
3
  import { IressText as n } from "../Text/Text.js";
5
4
  import { IressInput as r } from "../Input/Input.js";
6
5
  import { formatCurrency as i } from "../../helpers/formatting/formatCurrency.js";
@@ -1,3 +1,2 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { IressInputCurrency as e } from "./InputCurrency.js";
3
2
  export { e as IressInputCurrency };
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { LabelBase as e } from "./LabelBase/LabelBase.js";
3
2
  import { jsx as t } from "react/jsx-runtime";
4
3
  //#region src/components/Label/Label.tsx
@@ -1,7 +1,6 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { t } from "../../../factory-sKbby7-S.js";
3
3
  import { GlobalCSSClass as n } from "../../../enums.js";
4
- import "../../../constants-D0UW4Ewm.js";
5
4
  import { IressIcon as r } from "../../Icon/Icon.js";
6
5
  import { propagateTestid as i } from "../../../helpers/utility/propagateTestid.js";
7
6
  import { label as a } from "../Label.styles.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { label as e } from "./Label.styles.js";
3
2
  import { IressLabel as t } from "./Label.js";
4
3
  export { t as IressLabel, e as label };
@@ -2,7 +2,6 @@ import { t as e } from "../../css-D3KwXbP0.js";
2
2
  import { t } from "../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { GlobalCSSClass as r } from "../../enums.js";
5
- import "../../constants-D0UW4Ewm.js";
6
5
  import { IressSpinner as i } from "../Spinner/Spinner.js";
7
6
  import { link as a } from "./Link.styles.js";
8
7
  import { forwardRef as o, useCallback as s, useId as c, useMemo as l } from "react";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { link as e } from "./Link.styles.js";
3
2
  import { IressLink as t } from "./Link.js";
4
3
  export { t as IressLink, e as link };
@@ -1,7 +1,6 @@
1
1
  import { t as e } from "../../cx-CZ8IJJTy.js";
2
2
  import { t } from "../../factory-sKbby7-S.js";
3
3
  import { GlobalCSSClass as n } from "../../enums.js";
4
- import "../../constants-D0UW4Ewm.js";
5
4
  import { toArray as r } from "../../helpers/formatting/toArray.js";
6
5
  import { useControlledState as i } from "../../hooks/useControlledState.js";
7
6
  import { useIdIfNeeded as a } from "../../hooks/useIdIfNeeded.js";
@@ -22,13 +21,10 @@ var g = m(), _ = ({ changeOnBlur: l, className: m, defaultSelected: g, fluid: _,
22
21
  x,
23
22
  A,
24
23
  T
25
- ]), M = f(() => {
26
- let e = y === "stack" ? "vertical" : "horizontal";
27
- return {
28
- "aria-multiselectable": j === "listbox" && x ? !0 : void 0,
29
- "aria-orientation": j === "menu" ? e : void 0
30
- };
31
- }, [
24
+ ]), M = f(() => ({
25
+ "aria-multiselectable": j === "listbox" && x ? !0 : void 0,
26
+ "aria-orientation": j === "menu" ? y === "stack" ? "vertical" : "horizontal" : void 0
27
+ }), [
32
28
  y,
33
29
  x,
34
30
  j
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { MenuContext as n } from "../Menu.js";
5
4
  import { IressDivider as r } from "../../Divider/Divider.js";
6
5
  import { useContext as i } from "react";
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { IressIcon as n } from "../../Icon/Icon.js";
5
4
  import { propagateTestid as r } from "../../../helpers/utility/propagateTestid.js";
6
5
  import { useControlledState as i } from "../../../hooks/useControlledState.js";
@@ -3,7 +3,6 @@ import { t } from "../../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { GlobalCSSClass as r } from "../../../enums.js";
5
5
  import { idsLogger as ee } from "../../../helpers/utility/idsLogger.js";
6
- import "../../../constants-D0UW4Ewm.js";
7
6
  import { IressIcon as i } from "../../Icon/Icon.js";
8
7
  import { propagateTestid as a } from "../../../helpers/utility/propagateTestid.js";
9
8
  import { n as te } from "../../../floating-ui.react-JvHZyrqX.js";
@@ -1,4 +1,3 @@
1
- import "../../../../constants-D0UW4Ewm.js";
2
1
  import { usePopover as e } from "../../../Popover/hooks/usePopover.js";
3
2
  import { MenuContext as t } from "../../Menu.js";
4
3
  import { useContext as n } from "react";
@@ -2,7 +2,6 @@ import { t as e } from "../../../css-D3KwXbP0.js";
2
2
  import { t } from "../../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { GlobalCSSClass as r } from "../../../enums.js";
5
- import "../../../constants-D0UW4Ewm.js";
6
5
  import { IressText as i } from "../../Text/Text.js";
7
6
  import { MenuContext as a } from "../Menu.js";
8
7
  import { menuItem as o } from "../MenuItem/MenuItem.styles.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { menu as e } from "./Menu.styles.js";
3
2
  import { IressMenu as t } from "./Menu.js";
4
3
  import { menuItem as n } from "./MenuItem/MenuItem.styles.js";
@@ -3,7 +3,6 @@ import { n as t } from "../../is-valid-prop-BoZ7GJt2.js";
3
3
  import { t as n } from "../../factory-sKbby7-S.js";
4
4
  import { GlobalCSSClass as r } from "../../enums.js";
5
5
  import { idsLogger as i } from "../../helpers/utility/idsLogger.js";
6
- import "../../constants-D0UW4Ewm.js";
7
6
  import { IressIcon as ee } from "../Icon/Icon.js";
8
7
  import { t as te } from "../../Button-bZPKq0ue.js";
9
8
  import { t as ne } from "../../Text.styles-C0D5aEE_.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { modal as e } from "./Modal.styles.js";
3
2
  import { ModalContext as t, useModal as n } from "./hooks/useModal.js";
4
3
  import { IressModal as r } from "./Modal.js";
@@ -1,7 +1,6 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { t } from "../../../factory-sKbby7-S.js";
3
3
  import { GlobalCSSClass as n } from "../../../enums.js";
4
- import "../../../constants-D0UW4Ewm.js";
5
4
  import { propagateTestid as r } from "../../../helpers/utility/propagateTestid.js";
6
5
  import { FloatingPopoverContext as i, useFloatingPopover as a } from "../hooks/useFloatingPopover.js";
7
6
  import { PopoverContent as o } from "../components/PopoverContent.js";
@@ -1,4 +1,3 @@
1
- import "../../../constants-D0UW4Ewm.js";
2
1
  import { usePopoverActivatorInteractions as e } from "../hooks/usePopoverActivatorInteractions.js";
3
2
  import { usePopover as t } from "../hooks/usePopover.js";
4
3
  import { hasFocus as n } from "../helpers/hasFocus.js";
@@ -3,7 +3,6 @@ import { t } from "../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { t as r } from "../../factory-sKbby7-S.js";
5
5
  import { GlobalCSSClass as i } from "../../enums.js";
6
- import "../../constants-D0UW4Ewm.js";
7
6
  import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
8
7
  import { FloatingPopoverContext as o, useFloatingPopover as s } from "./hooks/useFloatingPopover.js";
9
8
  import { PopoverActivator as c } from "./components/PopoverActivator.js";
@@ -1,4 +1,3 @@
1
- import "../../../constants-D0UW4Ewm.js";
2
1
  import { focusableElements as e } from "../../../helpers/dom/focusableElements.js";
3
2
  import { usePopoverActivatorInteractions as t } from "../hooks/usePopoverActivatorInteractions.js";
4
3
  import { usePopover as n } from "../hooks/usePopover.js";
@@ -1,5 +1,4 @@
1
1
  import { t as e } from "../../../factory-sKbby7-S.js";
2
- import "../../../constants-D0UW4Ewm.js";
3
2
  import { a as t, c as n, f as r, i, p as a, r as o, s } from "../../../floating-ui.react-JvHZyrqX.js";
4
3
  import { usePopover as c } from "../hooks/usePopover.js";
5
4
  import { composePopoverFloatingProps as l } from "../helpers/composeFloatingProps.js";
@@ -1,4 +1,3 @@
1
- import "../../../constants-D0UW4Ewm.js";
2
1
  import { getActiveElement as e } from "../../../helpers/dom/getActiveElement.js";
3
2
  import { handlePopoverTabKey as t } from "./handlePopoverTabKey.js";
4
3
  //#region src/components/Popover/helpers/composeFloatingProps.ts
@@ -1,5 +1,4 @@
1
1
  import { GlobalCSSClass as e } from "../../../enums.js";
2
- import "../../../constants-D0UW4Ewm.js";
3
2
  import { useControlledState as t } from "../../../hooks/useControlledState.js";
4
3
  import { focusableElements as n } from "../../../helpers/dom/focusableElements.js";
5
4
  import { C as r, E as i, S as a, T as o, d as s, g as c, l as ee, u as l, w as u, x as d, y as f } from "../../../floating-ui.react-JvHZyrqX.js";
@@ -1,4 +1,3 @@
1
- import "../../../constants-D0UW4Ewm.js";
2
1
  import { FloatingPopoverContext as e } from "./useFloatingPopover.js";
3
2
  import { useContext as t } from "react";
4
3
  //#region src/components/Popover/hooks/usePopover.tsx
@@ -1,4 +1,3 @@
1
- import "../../../constants-D0UW4Ewm.js";
2
1
  import { _ as e } from "../../../floating-ui.react-JvHZyrqX.js";
3
2
  import { FloatingPopoverContext as t } from "./useFloatingPopover.js";
4
3
  import { useContext as n, useEffect as r, useId as i, useMemo as a } from "react";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { usePopover as e } from "./hooks/usePopover.js";
3
2
  import { popover as t } from "./Popover.styles.js";
4
3
  import { IressPopover as n } from "./Popover.js";
@@ -1,3 +1,2 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { t as e } from "../../Provider-CQ9D7IoC.js";
3
2
  export { e as IressProvider };
@@ -1,3 +1,2 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { t as e } from "../../Provider-CQ9D7IoC.js";
3
2
  export { e as IressProvider };
@@ -3,7 +3,6 @@ import { t } from "../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { t as r } from "../../factory-sKbby7-S.js";
5
5
  import { GlobalCSSClass as i } from "../../enums.js";
6
- import "../../constants-D0UW4Ewm.js";
7
6
  import { IressText as a } from "../Text/Text.js";
8
7
  import { propagateTestid as o } from "../../helpers/utility/propagateTestid.js";
9
8
  import { useControlledState as s } from "../../hooks/useControlledState.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { radio as e } from "./Radio.styles.js";
3
2
  import { IressRadio as t } from "./Radio.js";
4
3
  export { t as IressRadio, e as radio };
@@ -2,7 +2,6 @@ import { t as e } from "../../css-D3KwXbP0.js";
2
2
  import { t } from "../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { GlobalCSSClass as r } from "../../enums.js";
5
- import "../../constants-D0UW4Ewm.js";
6
5
  import { t as i } from "../../Button-bZPKq0ue.js";
7
6
  import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
8
7
  import { IressSpinner as o } from "../Spinner/Spinner.js";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { readonly as e } from "./Readonly.styles.js";
3
2
  import { IressReadonly as t } from "./Readonly.js";
4
3
  export { t as IressReadonly, e as readonly };
@@ -1,4 +1,2 @@
1
- import "../../highlightQueryInLabel-M67urShz.js";
2
- import "../../constants-D0UW4Ewm.js";
3
- import { n as e } from "../../Autocomplete-JZcorz66.js";
1
+ import { n as e } from "../../Autocomplete-CuUjmIAw.js";
4
2
  export { e as IressSelect };
@@ -1,4 +1,3 @@
1
- import "../../../constants-D0UW4Ewm.js";
2
1
  import { IressIcon as e } from "../../Icon/Icon.js";
3
2
  import { useIdIfNeeded as t } from "../../../hooks/useIdIfNeeded.js";
4
3
  import { IressMenu as n } from "../../Menu/Menu.js";
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { t as n } from "../../../Button-bZPKq0ue.js";
5
4
  import { usePopoverItem as r } from "../../Popover/hooks/usePopoverItem.js";
6
5
  import { select as i } from "../Select.styles.js";
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { propagateTestid as n } from "../../../helpers/utility/propagateTestid.js";
5
4
  import { toArray as r } from "../../../helpers/formatting/toArray.js";
6
5
  import { useIdIfNeeded as i } from "../../../hooks/useIdIfNeeded.js";
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { IressText as n } from "../../Text/Text.js";
5
4
  import { IressMenuDivider as r } from "../../Menu/MenuDivider/MenuDivider.js";
6
5
  import { IressMenuItem as i } from "../../Menu/MenuItem/MenuItem.js";
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { usePopover as n } from "../../Popover/hooks/usePopover.js";
5
4
  import { handlePopoverTabKey as r } from "../../Popover/helpers/handlePopoverTabKey.js";
6
5
  import { IressInputPopover as i } from "../../Popover/InputPopover/InputPopover.js";
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { IressIcon as n } from "../../Icon/Icon.js";
5
4
  import { usePopoverItem as r } from "../../Popover/hooks/usePopoverItem.js";
6
5
  import { IressInput as i } from "../../Input/Input.js";
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../../enums.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { IressIcon as n } from "../../Icon/Icon.js";
5
4
  import { t as r } from "../../../Button-bZPKq0ue.js";
6
5
  import { IressText as i } from "../../Text/Text.js";
@@ -2,7 +2,6 @@ import { t as e } from "../../../css-D3KwXbP0.js";
2
2
  import { t } from "../../../cx-CZ8IJJTy.js";
3
3
  import { n } from "../../../is-valid-prop-BoZ7GJt2.js";
4
4
  import { GlobalCSSClass as r } from "../../../enums.js";
5
- import "../../../constants-D0UW4Ewm.js";
6
5
  import { propagateTestid as i } from "../../../helpers/utility/propagateTestid.js";
7
6
  import { useIdIfNeeded as a } from "../../../hooks/useIdIfNeeded.js";
8
7
  import { getFormControlValueAsStringIfDefined as o } from "../../../helpers/form/getFormControlValueAsStringIfDefined.js";
@@ -1,4 +1,3 @@
1
- import "../../../constants-D0UW4Ewm.js";
2
1
  import { toArray as e } from "../../../helpers/formatting/toArray.js";
3
2
  import { getValueAsEvent as t } from "../../../helpers/form/getValueAsEvent.js";
4
3
  import { IressSelectLabel as n } from "../SelectLabel/SelectLabel.js";
@@ -1,4 +1,3 @@
1
- import "../../../constants-D0UW4Ewm.js";
2
1
  import { toArray as e } from "../../../helpers/formatting/toArray.js";
3
2
  import { IressAlert as t } from "../../Alert/Alert.js";
4
3
  import { getValueAsEvent as n } from "../../../helpers/form/getValueAsEvent.js";
@@ -43,7 +42,7 @@ var v = ({ autoHighlight: t, error: n, loading: i, minSearchLength: l, multiSele
43
42
  u(() => {
44
43
  C || S?.("");
45
44
  }, [C, S]);
46
- let N = k ? D.length + 1 : 0, P = b && O ? N : k ? 1 : 0;
45
+ let N = k ? D.length + 1 : 0;
47
46
  return /* @__PURE__ */ h(a, {
48
47
  activator: /* @__PURE__ */ m(c, {
49
48
  "aria-label": "Search",
@@ -54,7 +53,7 @@ var v = ({ autoHighlight: t, error: n, loading: i, minSearchLength: l, multiSele
54
53
  value: b
55
54
  }),
56
55
  autoHighlight: t,
57
- focusStartIndex: t ? P : void 0,
56
+ focusStartIndex: t ? b && O ? N : +!!k : void 0,
58
57
  children: [
59
58
  k && /* @__PURE__ */ m(s, {
60
59
  "aria-labelledby": M,
@@ -1,5 +1,3 @@
1
- import "../../highlightQueryInLabel-M67urShz.js";
2
- import "../../constants-D0UW4Ewm.js";
3
1
  import { select as e } from "./Select.styles.js";
4
2
  import { IressSelectLabel as t } from "./SelectLabel/SelectLabel.js";
5
3
  import { IressSelectTags as n } from "./SelectTags/SelectTags.js";
@@ -8,7 +6,7 @@ import { IressSelectHeading as i } from "./SelectHeading/SelectHeading.js";
8
6
  import { IressSelectMenu as a } from "./SelectMenu/SelectMenu.js";
9
7
  import { IressSelectSearchInput as o } from "./SelectSearchInput/SelectSearchInput.js";
10
8
  import { nativeSelect as s } from "./components/NativeSelect.styles.js";
11
- import { n as c } from "../../Autocomplete-JZcorz66.js";
9
+ import { n as c } from "../../Autocomplete-CuUjmIAw.js";
12
10
  import { IressSelectBody as l } from "./SelectBody/SelectBody.js";
13
11
  import { IressSelectCreate as u } from "./SelectCreate/SelectCreate.js";
14
12
  export { c as IressSelect, l as IressSelectBody, u as IressSelectCreate, i as IressSelectHeading, t as IressSelectLabel, a as IressSelectMenu, r as IressSelectSearch, o as IressSelectSearchInput, n as IressSelectTags, s as nativeSelect, e as select };
@@ -1,6 +1,5 @@
1
1
  import { t as e } from "../../cx-CZ8IJJTy.js";
2
2
  import { GlobalCSSClass as t } from "../../enums.js";
3
- import "../../constants-D0UW4Ewm.js";
4
3
  import { t as n } from "../../Button-bZPKq0ue.js";
5
4
  import { skipLink as r } from "./SkipLink.styles.js";
6
5
  import { forwardRef as i } from "react";
@@ -1,4 +1,3 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { skipLink as e } from "./SkipLink.styles.js";
3
2
  import { IressSkipLink as t } from "./SkipLink.js";
4
3
  export { t as IressSkipLink, e as skipLink };
@@ -1,3 +1,2 @@
1
- import "../../constants-D0UW4Ewm.js";
2
1
  import { t as e } from "../../Slideout-BHpB44El.js";
3
2
  export { e as IressSlideout };
@@ -1,6 +1,5 @@
1
1
  import { n as e } from "../../../is-valid-prop-BoZ7GJt2.js";
2
2
  import { t } from "../../../factory-sKbby7-S.js";
3
- import "../../../constants-D0UW4Ewm.js";
4
3
  import { IressText as n } from "../../Text/Text.js";
5
4
  import { propagateTestid as r } from "../../../helpers/utility/propagateTestid.js";
6
5
  import { IressCloseButton as i } from "../../Button/CloseButton/CloseButton.js";