@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.
- package/.ai/components/tag.md +43 -3
- package/.ai/skills/figma-to-ids.md +2 -1
- package/.ai/skills/ui-translation.md +2 -2
- package/README.md +16 -1
- package/dist/{Autocomplete-JZcorz66.js → Autocomplete-CuUjmIAw.js} +66 -63
- package/dist/Shadow-DdGxqWgh.js +56 -0
- package/dist/components/Alert/Alert.js +0 -1
- package/dist/components/Alert/index.js +0 -1
- package/dist/components/Autocomplete/Autocomplete.js +1 -3
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +1 -2
- package/dist/components/Autocomplete/index.js +2 -4
- package/dist/components/Button/Button.js +0 -1
- package/dist/components/Button/CloseButton/CloseButton.js +0 -1
- package/dist/components/Button/index.js +0 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +0 -1
- package/dist/components/ButtonGroup/index.js +0 -1
- package/dist/components/Checkbox/Checkbox.js +0 -1
- package/dist/components/Checkbox/index.js +0 -1
- package/dist/components/Expander/Expander.js +0 -1
- package/dist/components/Expander/index.js +0 -1
- package/dist/components/Field/Field.js +0 -1
- package/dist/components/Field/FieldGroup/FieldGroup.js +0 -1
- package/dist/components/Field/components/FieldFooter.js +0 -1
- package/dist/components/Field/components/FieldHint.js +0 -1
- package/dist/components/Field/index.js +0 -1
- package/dist/components/Hide/Hide.js +0 -1
- package/dist/components/Hide/index.js +0 -1
- package/dist/components/Icon/Icon.js +0 -1
- package/dist/components/Icon/helpers/getMaterialSymbolsList.js +1 -1
- package/dist/components/Input/Input.js +0 -1
- package/dist/components/Input/index.js +0 -1
- package/dist/components/InputCurrency/InputCurrency.js +0 -1
- package/dist/components/InputCurrency/index.js +0 -1
- package/dist/components/Label/Label.js +0 -1
- package/dist/components/Label/LabelBase/LabelBase.js +0 -1
- package/dist/components/Label/index.js +0 -1
- package/dist/components/Link/Link.js +0 -1
- package/dist/components/Link/index.js +0 -1
- package/dist/components/Menu/Menu.js +4 -8
- package/dist/components/Menu/MenuDivider/MenuDivider.js +0 -1
- package/dist/components/Menu/MenuGroup/MenuGroup.js +0 -1
- package/dist/components/Menu/MenuItem/MenuItem.js +0 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemRole.js +0 -1
- package/dist/components/Menu/MenuText/MenuText.js +0 -1
- package/dist/components/Menu/index.js +0 -1
- package/dist/components/Modal/Modal.js +0 -1
- package/dist/components/Modal/index.js +0 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +0 -1
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +0 -1
- package/dist/components/Popover/Popover.js +0 -1
- package/dist/components/Popover/components/PopoverActivator.js +0 -1
- package/dist/components/Popover/components/PopoverContent.js +0 -1
- package/dist/components/Popover/helpers/composeFloatingProps.js +0 -1
- package/dist/components/Popover/hooks/useFloatingPopover.js +0 -1
- package/dist/components/Popover/hooks/usePopover.js +0 -1
- package/dist/components/Popover/hooks/usePopoverItem.js +0 -1
- package/dist/components/Popover/index.js +0 -1
- package/dist/components/Provider/Provider.js +0 -1
- package/dist/components/Provider/index.js +0 -1
- package/dist/components/Radio/Radio.js +0 -1
- package/dist/components/Radio/index.js +0 -1
- package/dist/components/Readonly/Readonly.js +0 -1
- package/dist/components/Readonly/index.js +0 -1
- package/dist/components/Select/Select.js +1 -3
- package/dist/components/Select/SelectCreate/SelectCreate.js +0 -1
- package/dist/components/Select/SelectHeading/SelectHeading.js +0 -1
- package/dist/components/Select/SelectMenu/SelectMenu.js +0 -1
- package/dist/components/Select/SelectMenu/SelectMenuItem.js +0 -1
- package/dist/components/Select/SelectSearch/SelectSearch.js +0 -1
- package/dist/components/Select/SelectSearchInput/SelectSearchInput.js +0 -1
- package/dist/components/Select/SelectTags/SelectTags.js +0 -1
- package/dist/components/Select/components/NativeSelect.js +0 -1
- package/dist/components/Select/components/SelectActivator.js +0 -1
- package/dist/components/Select/components/SelectOptions.js +2 -3
- package/dist/components/Select/index.js +1 -3
- package/dist/components/SkipLink/SkipLink.js +0 -1
- package/dist/components/SkipLink/index.js +0 -1
- package/dist/components/Slideout/Slideout.js +0 -1
- package/dist/components/Slideout/components/SlideoutInner.js +0 -1
- package/dist/components/Slideout/hooks/usePushElement.js +0 -1
- package/dist/components/Slideout/index.js +0 -1
- package/dist/components/Slider/Slider.js +0 -1
- package/dist/components/Slider/components/SliderTicks.js +2 -2
- package/dist/components/Slider/index.js +0 -1
- package/dist/components/Spinner/Spinner.js +0 -1
- package/dist/components/Spinner/index.js +0 -1
- package/dist/components/TabSet/Tab/Tab.js +0 -1
- package/dist/components/TabSet/TabSet.js +0 -1
- package/dist/components/TabSet/TabSetProvider.js +0 -1
- package/dist/components/TabSet/index.js +0 -1
- package/dist/components/Table/Table.js +0 -2
- package/dist/components/Table/TableBody/TableBody.js +0 -2
- package/dist/components/Table/components/TableFilterButton.js +0 -2
- package/dist/components/Table/components/TableHeader.js +0 -2
- package/dist/components/Table/components/TableHeaderCell.js +0 -2
- package/dist/components/Table/index.js +0 -2
- package/dist/components/Tag/Tag.d.ts +15 -23
- package/dist/components/Tag/Tag.js +28 -32
- package/dist/components/Tag/Tag.styles.d.ts +8 -9
- package/dist/components/Tag/Tag.styles.js +26 -14
- package/dist/components/Tag/TagInput/TagInput.js +0 -1
- package/dist/components/Tag/index.js +0 -1
- package/dist/components/Toaster/Toaster.js +0 -1
- package/dist/components/Toaster/Toaster.styles.d.ts +6 -6
- package/dist/components/Toaster/Toaster.styles.js +7 -8
- package/dist/components/Toaster/ToasterProvider.js +0 -1
- package/dist/components/Toaster/components/Toast/Toast.js +0 -1
- package/dist/components/Toaster/index.js +0 -1
- package/dist/components/Toggle/Toggle.js +0 -1
- package/dist/components/Toggle/index.js +0 -1
- package/dist/components/Tooltip/Tooltip.js +0 -1
- package/dist/components/Tooltip/index.js +0 -1
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +0 -1
- package/dist/components/ValidationMessage/index.js +0 -1
- package/dist/constants.d.ts +5 -0
- package/dist/hooks/index.js +0 -1
- package/dist/index.d-BJM5_ZcV.js +4 -0
- package/dist/main.js +3 -4
- package/dist/patterns/Breadcrumbs/Breadcrumbs.js +0 -1
- package/dist/patterns/Breadcrumbs/index.js +0 -1
- package/dist/patterns/ContextualMenu/ContextualMenu.d.ts +1 -1
- package/dist/patterns/ContextualMenu/ContextualMenu.js +10 -10
- package/dist/patterns/ContextualMenu/ContextualMenu.styles.js +1 -2
- package/dist/patterns/ContextualMenu/index.js +0 -1
- package/dist/patterns/DropdownMenu/DropdownMenu.js +1 -3
- package/dist/patterns/DropdownMenu/index.js +0 -2
- package/dist/patterns/Form/Form.js +0 -1
- package/dist/patterns/Form/FormField/FormField.js +0 -1
- package/dist/patterns/Form/FormField/FormFieldset.js +0 -1
- package/dist/patterns/Form/FormValidationSummary/FormValidationSummary.js +0 -1
- package/dist/patterns/Form/HookForm/HookForm.js +0 -1
- package/dist/patterns/Form/components/LongForm.js +0 -1
- package/dist/patterns/Form/components/ShortForm.js +0 -1
- package/dist/patterns/Form/index.js +0 -1
- package/dist/patterns/Loading/Loading.js +0 -1
- package/dist/patterns/Loading/LoadingSuspense.js +0 -1
- package/dist/patterns/Loading/components/ComponentLoading.js +0 -1
- package/dist/patterns/Loading/components/DefaultLoading.js +0 -1
- package/dist/patterns/Loading/components/ValidateLoading.js +0 -1
- package/dist/patterns/Loading/index.js +0 -1
- package/dist/patterns/Shadow/Shadow.js +1 -2
- package/dist/patterns/Shadow/index.js +1 -2
- package/dist/patterns/SideNav/SideNav.js +0 -1
- package/dist/patterns/SideNav/index.js +0 -1
- package/dist/style.css +1 -1
- package/dist/{useAutocompleteSearch-Dl1-OeQy.js → useAutocompleteSearch-BJ_hhoKp.js} +3 -3
- package/package.json +10 -10
- package/dist/Shadow-BzgLadE2.js +0 -56
- 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,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-
|
|
5
|
-
import { t as n } from "../../Autocomplete-
|
|
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,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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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,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";
|
|
@@ -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-
|
|
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,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,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";
|
|
@@ -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,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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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";
|
|
@@ -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";
|
|
@@ -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,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";
|
|
@@ -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,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";
|
|
@@ -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";
|
|
@@ -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,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 { 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
|
|
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 ?
|
|
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-
|
|
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,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";
|