@iress-oss/ids-components 5.20.2 → 5.20.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AutocompleteNoResults-D_052VQ9.js → AutocompleteNoResults-BsQDlhkg.js} +1 -1
- package/dist/{ComboboxHiddenInput-BcqYDu3M.js → ComboboxHiddenInput-BRjcuIDU.js} +5 -5
- package/dist/{FieldAppendToLabel-CWIO4lAR.js → FieldAppendToLabel-BV2QGmB_.js} +3 -3
- package/dist/{InputBase-C0zGNQy5.js → InputBase-43yHsseJ.js} +1 -1
- package/dist/Loading.module-QQc3WwED.js +13 -0
- package/dist/{LoadingSuspense-BtzikVZk.js → LoadingSuspense-CMLr0JZ4.js} +1732 -1724
- package/dist/LogoFromSrc-BpZ2IUav.js +59 -0
- package/dist/MenuItem.module-T5CKUlD6.js +24 -0
- package/dist/Popover.module-0UmcIbHP.js +11 -0
- package/dist/{PopoverProvider-DZ92QV8I.js → PopoverProvider-BEq214Fe.js} +5 -5
- package/dist/{SelectControl-B5BG5_Pl.js → SelectControl-BPUEw1Fe.js} +1 -1
- package/dist/{SliderTicks-jPoPzYf3.js → SliderTicks-BKYxRwF4.js} +1 -1
- package/dist/TabSet.module-Dz0BxI72.js +13 -0
- package/dist/Table.module-CQBUwi11.js +32 -0
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +3 -3
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +18 -17
- package/dist/components/Autocomplete/index.js +1 -1
- package/dist/components/Badge/Badge.js +4 -4
- package/dist/components/Button/Button.js +2 -2
- package/dist/components/Button/CloseButton/CloseButton.js +1 -1
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +33 -33
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +1 -1
- package/dist/components/ButtonGroup/index.js +1 -1
- package/dist/components/Card/helpers/composeIDSCardSlots.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +6 -6
- package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
- package/dist/components/Combobox/Combobox.js +3 -3
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +3 -3
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +1 -1
- package/dist/components/Combobox/components/ComboboxResults.js +4 -4
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +2 -2
- package/dist/components/Combobox/hooks/useComboboxInlineCompletion.js +10 -10
- package/dist/components/Combobox/index.js +1 -1
- package/dist/components/Expander/Expander.js +1 -1
- package/dist/components/Field/Field.js +1 -1
- package/dist/components/Field/FieldGroup/FieldGroup.js +2 -2
- package/dist/components/Field/components/FieldAppendToLabel.js +3 -3
- package/dist/components/Filter/Filter.js +3 -3
- package/dist/components/Filter/components/FilterResetButton.js +2 -2
- package/dist/components/Filter/components/FilterSearch.js +2 -2
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +2 -2
- package/dist/components/Form/FormField/FormFieldset.js +2 -2
- package/dist/components/Form/HookForm/HookForm.js +1 -1
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Hide/Hide.js +1 -1
- package/dist/components/Hide/helpers/composeHideClasses.js +2 -2
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +2 -2
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/Input/ClearButton/ClearButton.js +1 -1
- package/dist/components/Input/Input.js +2 -2
- package/dist/components/Input/InputBase/InputBase.js +1 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/InputCurrency/InputCurrency.js +1 -1
- package/dist/components/InputCurrency/index.js +1 -1
- package/dist/components/Label/LabelBase/LabelBase.js +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +2 -2
- package/dist/components/Menu/MenuHeading/MenuHeading.js +2 -2
- package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
- package/dist/components/Menu/MenuText/MenuText.js +3 -3
- package/dist/components/Menu/helpers/mapMenuItems.js +1 -1
- package/dist/components/Menu/hooks/useMenuStyles.js +3 -3
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/Modal.js +3 -3
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Navbar/Navbar.js +2 -2
- package/dist/components/Navbar/components/HomeLinkContent.js +2 -2
- package/dist/components/Navbar/components/LogoFromSrc.js +1 -1
- package/dist/components/Navbar/components/NavbarLogo.js +2 -2
- package/dist/components/Navbar/index.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +2 -2
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/Popover/PopoverProvider.js +2 -2
- package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverContent.js +2 -2
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +1 -1
- package/dist/components/Popover/hooks/usePopover.js +1 -1
- package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
- package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
- package/dist/components/Progress/Progress.js +23 -27
- package/dist/components/Provider/Provider.js +1 -1
- package/dist/components/Radio/Radio.js +1 -1
- package/dist/components/Radio/helpers/mapRadioGroupOptions.js +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +3 -3
- package/dist/components/Readonly/Readonly.js +3 -3
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +2 -2
- package/dist/components/RichSelect/SelectBody/SelectBody.js +2 -2
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +2 -2
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +2 -2
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +2 -2
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +2 -2
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +1 -1
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/RichSelect/SelectTags/SelectTags.js +1 -1
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +2 -2
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +2 -2
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/components/SelectControl.js +1 -1
- package/dist/components/Select/components/SelectReadonly.js +2 -2
- package/dist/components/Select/helpers/mapSelectOptions.js +1 -1
- package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +2 -2
- package/dist/components/SkipLink/SkipLink.js +1 -1
- package/dist/components/Slideout/Slideout.js +4 -4
- package/dist/components/Slideout/components/SlideoutInner.js +2 -2
- package/dist/components/Slideout/index.js +1 -1
- package/dist/components/Slider/Slider.js +2 -2
- package/dist/components/Slider/components/SliderTicks.js +1 -1
- package/dist/components/Slider/index.js +1 -1
- package/dist/components/Spinner/Spinner.js +1 -1
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +1 -1
- package/dist/components/TabSet/TabSet.js +2 -2
- package/dist/components/TabSet/components/TabSetItem.js +2 -2
- package/dist/components/Table/Table.js +2 -2
- package/dist/components/Table/TableBody/TableBody.js +2 -2
- package/dist/components/Table/components/TableEmpty.js +1 -1
- package/dist/components/Table/components/TableHeader.js +1 -1
- package/dist/components/Table/components/TableHeaderCell.js +1 -1
- package/dist/components/Table/components/TableSortButton.js +2 -2
- package/dist/components/Table/hooks/useIDSTableColumnStyles.js +1 -1
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/Tag/TagInput/TagInput.js +1 -1
- package/dist/components/Tag/components/TagListInput/TagListInput.js +1 -1
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/Toaster/Toast/Toast.js +1 -1
- package/dist/components/Toaster/Toast/ToastAnimated.js +2 -2
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +2 -2
- package/dist/components/Toaster/ToasterProvider.js +1 -1
- package/dist/components/Toaster/hooks/useToaster.js +1 -1
- package/dist/components/Toaster/index.js +1 -1
- package/dist/components/Toggle/Toggle.js +27 -26
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +1 -1
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +1 -1
- package/dist/constants.js +1 -1
- package/dist/{floating-ui.react-DYBeYtOf.js → floating-ui.react-BoSeAoXU.js} +1 -1
- package/dist/hooks/useControlledState.js +19 -19
- package/dist/main.js +2 -2
- package/dist/patterns/Loading/Loading.js +1 -1
- package/dist/patterns/Loading/LoadingSuspense.js +1 -1
- package/dist/patterns/Loading/components/ComponentLoading.js +2 -2
- package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
- package/dist/patterns/Loading/components/LongLoading.js +2 -2
- package/dist/patterns/Loading/components/PageLoading.js +2 -2
- package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
- package/dist/patterns/Loading/components/ValidateLoading.js +2 -2
- package/dist/patterns/Loading/hooks/useEstimatedProgressValue.js +8 -12
- package/dist/patterns/Loading/hooks/useShouldRenderLoading.js +14 -14
- package/dist/patterns/Loading/index.js +1 -1
- package/dist/src/components/Alert/Alert.d.ts +9 -0
- package/dist/src/components/Alert/Alert.types.d.ts +41 -0
- package/dist/src/components/Alert/index.d.ts +2 -0
- package/dist/src/components/Autocomplete/Autocomplete.d.ts +3 -0
- package/dist/src/components/Autocomplete/Autocomplete.types.d.ts +144 -0
- package/dist/src/components/Autocomplete/components/AutocompleteInstructions.d.ts +2 -0
- package/dist/src/components/Autocomplete/components/AutocompleteNoResults.d.ts +2 -0
- package/dist/src/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +6 -0
- package/dist/src/components/Autocomplete/index.d.ts +3 -0
- package/dist/src/components/Badge/Badge.d.ts +2 -0
- package/dist/src/components/Badge/Badge.types.d.ts +37 -0
- package/dist/src/components/Badge/index.d.ts +2 -0
- package/dist/src/components/Button/Button.d.ts +2 -0
- package/dist/src/components/Button/Button.types.d.ts +106 -0
- package/dist/src/components/Button/CloseButton/CloseButton.d.ts +3 -0
- package/dist/src/components/Button/CloseButton/CloseButton.types.d.ts +8 -0
- package/dist/src/components/Button/index.d.ts +4 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.d.ts +2 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.types.d.ts +63 -0
- package/dist/src/components/ButtonGroup/ButtonGroupProvider.d.ts +3 -0
- package/dist/src/components/ButtonGroup/hooks/useButtonGroup.d.ts +1 -0
- package/dist/src/components/ButtonGroup/hooks/useIDSButtonGroupItem.d.ts +2 -0
- package/dist/src/components/ButtonGroup/index.d.ts +3 -0
- package/dist/src/components/Card/Card.d.ts +2 -0
- package/dist/src/components/Card/Card.types.d.ts +91 -0
- package/dist/src/components/Card/components/ButtonCard.d.ts +2 -0
- package/dist/src/components/Card/components/LinkCard.d.ts +2 -0
- package/dist/src/components/Card/helpers/composeIDSCard.d.ts +3 -0
- package/dist/src/components/Card/helpers/composeIDSCardSlots.d.ts +2 -0
- package/dist/src/components/Card/index.d.ts +6 -0
- package/dist/src/components/Checkbox/Checkbox.d.ts +2 -0
- package/dist/src/components/Checkbox/Checkbox.types.d.ts +65 -0
- package/dist/src/components/Checkbox/helpers/mapCheckboxGroupOptions.d.ts +5 -0
- package/dist/src/components/Checkbox/index.d.ts +2 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroup.d.ts +2 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroup.types.d.ts +70 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroupContext.d.ts +2 -0
- package/dist/src/components/CheckboxGroup/index.d.ts +2 -0
- package/dist/src/components/CheckboxMark/CheckboxMark.d.ts +2 -0
- package/dist/src/components/CheckboxMark/CheckboxMark.types.d.ts +11 -0
- package/dist/src/components/CheckboxMark/index.d.ts +2 -0
- package/dist/src/components/Col/Col.d.ts +2 -0
- package/dist/src/components/Col/Col.types.d.ts +78 -0
- package/dist/src/components/Col/index.d.ts +2 -0
- package/dist/src/components/Combobox/Combobox.d.ts +6 -0
- package/dist/src/components/Combobox/Combobox.types.d.ts +55 -0
- package/dist/src/components/Combobox/MultiCombobox/MultiCombobox.d.ts +6 -0
- package/dist/src/components/Combobox/MultiCombobox/MultiCombobox.types.d.ts +27 -0
- package/dist/src/components/Combobox/components/ComboboxHiddenInput.d.ts +2 -0
- package/dist/src/components/Combobox/components/ComboboxResults.d.ts +2 -0
- package/dist/src/components/Combobox/components/ComboboxResultsDescriptor.d.ts +2 -0
- package/dist/src/components/Combobox/hooks/useComboboxFlags.d.ts +5 -0
- package/dist/src/components/Combobox/hooks/useComboboxInlineCompletion.d.ts +2 -0
- package/dist/src/components/Combobox/index.d.ts +4 -0
- package/dist/src/components/Container/Container.d.ts +2 -0
- package/dist/src/components/Container/Container.types.d.ts +15 -0
- package/dist/src/components/Container/index.d.ts +2 -0
- package/dist/src/components/Divider/Divider.d.ts +2 -0
- package/dist/src/components/Divider/Divider.types.d.ts +17 -0
- package/dist/src/components/Divider/index.d.ts +2 -0
- package/dist/src/components/Expander/Expander.d.ts +2 -0
- package/dist/src/components/Expander/Expander.types.d.ts +39 -0
- package/dist/src/components/Expander/index.d.ts +2 -0
- package/dist/src/components/Field/Field.d.ts +2 -0
- package/dist/src/components/Field/Field.types.d.ts +34 -0
- package/dist/src/components/Field/FieldGroup/FieldGroup.d.ts +2 -0
- package/dist/src/components/Field/FieldGroup/FieldGroup.types.d.ts +15 -0
- package/dist/src/components/Field/components/FieldAppendToLabel.d.ts +2 -0
- package/dist/src/components/Field/components/FieldLegend.d.ts +2 -0
- package/dist/src/components/Field/helpers/getUniqueItemsByKey.d.ts +1 -0
- package/dist/src/components/Field/index.d.ts +4 -0
- package/dist/src/components/Filter/Filter.d.ts +2 -0
- package/dist/src/components/Filter/Filter.types.d.ts +71 -0
- package/dist/src/components/Filter/components/FilterLabel.d.ts +2 -0
- package/dist/src/components/Filter/components/FilterResetButton.d.ts +2 -0
- package/dist/src/components/Filter/components/FilterSearch.d.ts +3 -0
- package/dist/src/components/Filter/hooks/useFilterFlags.d.ts +7 -0
- package/dist/src/components/Filter/index.d.ts +2 -0
- package/dist/src/components/Form/Form.d.ts +11 -0
- package/dist/src/components/Form/Form.types.d.ts +188 -0
- package/dist/src/components/Form/FormContext.d.ts +8 -0
- package/dist/src/components/Form/FormField/FormField.d.ts +7 -0
- package/dist/src/components/Form/FormField/FormField.types.d.ts +111 -0
- package/dist/src/components/Form/FormField/FormFieldset.d.ts +7 -0
- package/dist/src/components/Form/FormField/helpers/getErrorTypeMessage.d.ts +2 -0
- package/dist/src/components/Form/FormField/helpers/transformCustomRulesToValidateRule.d.ts +3 -0
- package/dist/src/components/Form/HookForm/HookForm.d.ts +5 -0
- package/dist/src/components/Form/components/FormValidationSummary.d.ts +5 -0
- package/dist/src/components/Form/hooks/useNoDefaultValueInForms.d.ts +8 -0
- package/dist/src/components/Form/index.d.ts +6 -0
- package/dist/src/components/HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.d.ts +10 -0
- package/dist/src/components/Hide/Hide.d.ts +2 -0
- package/dist/src/components/Hide/Hide.types.d.ts +24 -0
- package/dist/src/components/Hide/helpers/composeHideClasses.d.ts +4 -0
- package/dist/src/components/Hide/index.d.ts +2 -0
- package/dist/src/components/Icon/Icon.d.ts +2 -0
- package/dist/src/components/Icon/Icon.types.d.ts +99 -0
- package/dist/src/components/Icon/index.d.ts +2 -0
- package/dist/src/components/Inline/Inline.d.ts +2 -0
- package/dist/src/components/Inline/Inline.types.d.ts +41 -0
- package/dist/src/components/Inline/index.d.ts +2 -0
- package/dist/src/components/Input/ClearButton/ClearButton.d.ts +4 -0
- package/dist/src/components/Input/Input.d.ts +14 -0
- package/dist/src/components/Input/Input.types.d.ts +73 -0
- package/dist/src/components/Input/InputBase/InputBase.d.ts +9 -0
- package/dist/src/components/Input/InputBase/InputBase.types.d.ts +15 -0
- package/dist/src/components/Input/index.d.ts +3 -0
- package/dist/src/components/InputCurrency/InputCurrency.d.ts +3 -0
- package/dist/src/components/InputCurrency/InputCurrency.types.d.ts +23 -0
- package/dist/src/components/InputCurrency/index.d.ts +2 -0
- package/dist/src/components/Label/Label.d.ts +2 -0
- package/dist/src/components/Label/Label.types.d.ts +15 -0
- package/dist/src/components/Label/LabelBase/LabelBase.d.ts +2 -0
- package/dist/src/components/Label/LabelBase/LabelBase.types.d.ts +35 -0
- package/dist/src/components/Label/index.d.ts +2 -0
- package/dist/src/components/Menu/Menu.d.ts +2 -0
- package/dist/src/components/Menu/Menu.types.d.ts +130 -0
- package/dist/src/components/Menu/MenuDivider/MenuDivider.d.ts +2 -0
- package/dist/src/components/Menu/MenuHeading/MenuHeading.d.ts +2 -0
- package/dist/src/components/Menu/MenuItem/MenuItem.d.ts +2 -0
- package/dist/src/components/Menu/MenuItem/MenuItem.types.d.ts +122 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemAria.d.ts +11 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemButtonProps.d.ts +14 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemComposite.d.ts +20 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemInteractions.d.ts +11 -0
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemRole.d.ts +9 -0
- package/dist/src/components/Menu/MenuProvider.d.ts +3 -0
- package/dist/src/components/Menu/MenuText/MenuText.d.ts +2 -0
- package/dist/src/components/Menu/helpers/mapMenuItems.d.ts +6 -0
- package/dist/src/components/Menu/hooks/useMenu.d.ts +1 -0
- package/dist/src/components/Menu/hooks/useMenuAria.d.ts +11 -0
- package/dist/src/components/Menu/hooks/useMenuComposite.d.ts +18 -0
- package/dist/src/components/Menu/hooks/useMenuRole.d.ts +12 -0
- package/dist/src/components/Menu/hooks/useMenuStyles.d.ts +11 -0
- package/dist/src/components/Menu/index.d.ts +13 -0
- package/dist/src/components/Modal/Modal.d.ts +2 -0
- package/dist/src/components/Modal/Modal.types.d.ts +105 -0
- package/dist/src/components/Modal/ModalProvider.d.ts +3 -0
- package/dist/src/components/Modal/hooks/useIDSProvidedModal.d.ts +5 -0
- package/dist/src/components/Modal/hooks/useModal.d.ts +3 -0
- package/dist/src/components/Modal/index.d.ts +4 -0
- package/dist/src/components/Navbar/Navbar.d.ts +2 -0
- package/dist/src/components/Navbar/Navbar.types.d.ts +65 -0
- package/dist/src/components/Navbar/components/HomeLinkContent.d.ts +7 -0
- package/dist/src/components/Navbar/components/LogoFromSrc.d.ts +6 -0
- package/dist/src/components/Navbar/components/NavbarLogo.d.ts +8 -0
- package/dist/src/components/Navbar/index.d.ts +2 -0
- package/dist/src/components/Panel/Panel.d.ts +2 -0
- package/dist/src/components/Panel/Panel.types.d.ts +59 -0
- package/dist/src/components/Panel/index.d.ts +2 -0
- package/dist/src/components/Placeholder/Placeholder.d.ts +2 -0
- package/dist/src/components/Placeholder/Placeholder.types.d.ts +24 -0
- package/dist/src/components/Placeholder/index.d.ts +2 -0
- package/dist/src/components/Popover/InputPopover/InputPopover.d.ts +3 -0
- package/dist/src/components/Popover/InputPopover/InputPopover.types.d.ts +26 -0
- package/dist/src/components/Popover/InputPopover/InputPopoverActivator.d.ts +2 -0
- package/dist/src/components/Popover/InputPopover/InputPopoverProvider.d.ts +2 -0
- package/dist/src/components/Popover/Popover.d.ts +2 -0
- package/dist/src/components/Popover/Popover.types.d.ts +178 -0
- package/dist/src/components/Popover/PopoverProvider.d.ts +3 -0
- package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +5 -0
- package/dist/src/components/Popover/components/PopoverActivator.d.ts +2 -0
- package/dist/src/components/Popover/components/PopoverContent.d.ts +2 -0
- package/dist/src/components/Popover/helpers/composeFloatingProps.d.ts +15 -0
- package/dist/src/components/Popover/helpers/composePopoverWidth.d.ts +2 -0
- package/dist/src/components/Popover/helpers/handlePopoverTabKey.d.ts +8 -0
- package/dist/src/components/Popover/helpers/hasFocus.d.ts +1 -0
- package/dist/src/components/Popover/helpers/waitUntilTrue.d.ts +1 -0
- package/dist/src/components/Popover/hooks/usePopover.d.ts +1 -0
- package/dist/src/components/Popover/hooks/usePopoverActivatorInteractions.d.ts +15 -0
- package/dist/src/components/Popover/hooks/usePopoverAria.d.ts +6 -0
- package/dist/src/components/Popover/hooks/usePopoverImperativeHandle.d.ts +4 -0
- package/dist/src/components/Popover/hooks/usePopoverItem.d.ts +12 -0
- package/dist/src/components/Popover/hooks/usePopoverNavigation.d.ts +16 -0
- package/dist/src/components/Popover/hooks/usePopoverState.d.ts +10 -0
- package/dist/src/components/Popover/index.d.ts +5 -0
- package/dist/src/components/Progress/Progress.d.ts +2 -0
- package/dist/src/components/Progress/Progress.types.d.ts +23 -0
- package/dist/src/components/Progress/index.d.ts +1 -0
- package/dist/src/components/Provider/Provider.d.ts +20 -0
- package/dist/src/components/Provider/index.d.ts +1 -0
- package/dist/src/components/Radio/Radio.d.ts +2 -0
- package/dist/src/components/Radio/Radio.types.d.ts +45 -0
- package/dist/src/components/Radio/helpers/mapRadioGroupOptions.d.ts +5 -0
- package/dist/src/components/Radio/index.d.ts +2 -0
- package/dist/src/components/RadioGroup/RadioGroup.d.ts +7 -0
- package/dist/src/components/RadioGroup/RadioGroup.types.d.ts +70 -0
- package/dist/src/components/RadioGroup/RadioGroupContext.d.ts +2 -0
- package/dist/src/components/RadioGroup/index.d.ts +2 -0
- package/dist/src/components/Readonly/Readonly.d.ts +3 -0
- package/dist/src/components/Readonly/Readonly.types.d.ts +10 -0
- package/dist/src/components/Readonly/index.d.ts +2 -0
- package/dist/src/components/RichSelect/RichSelect.d.ts +2 -0
- package/dist/src/components/RichSelect/RichSelect.types.d.ts +193 -0
- package/dist/src/components/RichSelect/SelectBody/SelectBody.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectBody/SelectBody.types.d.ts +12 -0
- package/dist/src/components/RichSelect/SelectCreate/SelectCreate.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectCreate/SelectCreate.types.d.ts +29 -0
- package/dist/src/components/RichSelect/SelectHeading/SelectHeading.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectHeading/SelectHeading.types.d.ts +17 -0
- package/dist/src/components/RichSelect/SelectLabel/SelectLabel.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectLabel/SelectLabel.types.d.ts +3 -0
- package/dist/src/components/RichSelect/SelectMenu/SelectMenu.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectMenu/SelectMenu.types.d.ts +49 -0
- package/dist/src/components/RichSelect/SelectMenu/SelectMenuItem.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectSearch/SelectSearch.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectSearch/SelectSearch.types.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectSearchInput/SelectSearchInput.d.ts +3 -0
- package/dist/src/components/RichSelect/SelectSearchInput/SelectSearchInput.types.d.ts +18 -0
- package/dist/src/components/RichSelect/SelectTags/SelectTags.d.ts +2 -0
- package/dist/src/components/RichSelect/SelectTags/SelectTags.types.d.ts +27 -0
- package/dist/src/components/RichSelect/components/SelectActivator.d.ts +7 -0
- package/dist/src/components/RichSelect/components/SelectHiddenInput.d.ts +4 -0
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +8 -0
- package/dist/src/components/RichSelect/hooks/useRichSelectState.d.ts +17 -0
- package/dist/src/components/RichSelect/index.d.ts +19 -0
- package/dist/src/components/Row/Row.d.ts +2 -0
- package/dist/src/components/Row/Row.types.d.ts +42 -0
- package/dist/src/components/Row/index.d.ts +2 -0
- package/dist/src/components/Select/Select.d.ts +2 -0
- package/dist/src/components/Select/Select.types.d.ts +89 -0
- package/dist/src/components/Select/SelectOption/SelectOption.d.ts +2 -0
- package/dist/src/components/Select/components/SelectControl.d.ts +2 -0
- package/dist/src/components/Select/components/SelectReadonly.d.ts +2 -0
- package/dist/src/components/Select/helpers/mapSelectOptions.d.ts +4 -0
- package/dist/src/components/Select/helpers/nodesToSelectOptions.d.ts +11 -0
- package/dist/src/components/Select/index.d.ts +4 -0
- package/dist/src/components/Skeleton/Skeleton.d.ts +2 -0
- package/dist/src/components/Skeleton/Skeleton.types.d.ts +36 -0
- package/dist/src/components/Skeleton/index.d.ts +2 -0
- package/dist/src/components/SkipLink/SkipLink.d.ts +2 -0
- package/dist/src/components/SkipLink/SkipLink.types.d.ts +22 -0
- package/dist/src/components/SkipLink/index.d.ts +2 -0
- package/dist/src/components/Slideout/Slideout.d.ts +2 -0
- package/dist/src/components/Slideout/Slideout.types.d.ts +150 -0
- package/dist/src/components/Slideout/SlideoutProvider.d.ts +3 -0
- package/dist/src/components/Slideout/components/SlideoutInner.d.ts +2 -0
- package/dist/src/components/Slideout/hooks/useIDSProvidedSlideout.d.ts +5 -0
- package/dist/src/components/Slideout/hooks/useSlideout.d.ts +3 -0
- package/dist/src/components/Slideout/index.d.ts +4 -0
- package/dist/src/components/Slider/Slider.d.ts +2 -0
- package/dist/src/components/Slider/Slider.types.d.ts +94 -0
- package/dist/src/components/Slider/components/SliderTicks.d.ts +2 -0
- package/dist/src/components/Slider/index.d.ts +2 -0
- package/dist/src/components/Spinner/Spinner.d.ts +2 -0
- package/dist/src/components/Spinner/Spinner.types.d.ts +13 -0
- package/dist/src/components/Spinner/index.d.ts +2 -0
- package/dist/src/components/Stack/Stack.d.ts +2 -0
- package/dist/src/components/Stack/Stack.types.d.ts +22 -0
- package/dist/src/components/Stack/index.d.ts +2 -0
- package/dist/src/components/TabSet/Tab/Tab.d.ts +2 -0
- package/dist/src/components/TabSet/Tab/Tab.types.d.ts +21 -0
- package/dist/src/components/TabSet/TabSet.d.ts +2 -0
- package/dist/src/components/TabSet/TabSet.types.d.ts +84 -0
- package/dist/src/components/TabSet/TabSetProvider.d.ts +3 -0
- package/dist/src/components/TabSet/components/TabSetItem.d.ts +2 -0
- package/dist/src/components/TabSet/helpers/mapTabs.d.ts +3 -0
- package/dist/src/components/TabSet/hooks/useTabSetItems.d.ts +1 -0
- package/dist/src/components/TabSet/index.d.ts +5 -0
- package/dist/src/components/Table/Table.d.ts +7 -0
- package/dist/src/components/Table/Table.types.d.ts +208 -0
- package/dist/src/components/Table/TableBody/TableBody.d.ts +2 -0
- package/dist/src/components/Table/TableBody/TableBody.types.d.ts +29 -0
- package/dist/src/components/Table/TableContext.d.ts +2 -0
- package/dist/src/components/Table/TableFormattedValue/TableFormattedValue.d.ts +2 -0
- package/dist/src/components/Table/TableFormattedValue/TableFormattedValue.types.d.ts +30 -0
- package/dist/src/components/Table/TableProvider.d.ts +5 -0
- package/dist/src/components/Table/components/TableBodyCell.d.ts +2 -0
- package/dist/src/components/Table/components/TableEmpty.d.ts +2 -0
- package/dist/src/components/Table/components/TableHeader.d.ts +2 -0
- package/dist/src/components/Table/components/TableHeaderCell.d.ts +2 -0
- package/dist/src/components/Table/components/TableRows.d.ts +2 -0
- package/dist/src/components/Table/components/TableSortButton.d.ts +2 -0
- package/dist/src/components/Table/helpers/composeIDSTableColumnDefs.d.ts +2 -0
- package/dist/src/components/Table/helpers/composeIDSTableInitialSorting.d.ts +3 -0
- package/dist/src/components/Table/helpers/findColumnByKey.d.ts +2 -0
- package/dist/src/components/Table/helpers/getFormatFromValue.d.ts +2 -0
- package/dist/src/components/Table/helpers/hasColumns.d.ts +2 -0
- package/dist/src/components/Table/hooks/useIDSTableColumnSort.d.ts +2 -0
- package/dist/src/components/Table/hooks/useIDSTableColumnStyles.d.ts +2 -0
- package/dist/src/components/Table/hooks/useTable.d.ts +1 -0
- package/dist/src/components/Table/index.d.ts +6 -0
- package/dist/src/components/Tag/Tag.d.ts +2 -0
- package/dist/src/components/Tag/Tag.types.d.ts +25 -0
- package/dist/src/components/Tag/TagInput/TagInput.d.ts +3 -0
- package/dist/src/components/Tag/TagInput/TagInput.types.d.ts +21 -0
- package/dist/src/components/Tag/components/TagListInput/TagListInput.d.ts +3 -0
- package/dist/src/components/Tag/components/TagListInput/TagListInput.types.d.ts +45 -0
- package/dist/src/components/Tag/index.d.ts +4 -0
- package/dist/src/components/Text/Text.d.ts +2 -0
- package/dist/src/components/Text/Text.types.d.ts +45 -0
- package/dist/src/components/Text/index.d.ts +2 -0
- package/dist/src/components/Toaster/Toast/Toast.d.ts +3 -0
- package/dist/src/components/Toaster/Toast/Toast.types.d.ts +95 -0
- package/dist/src/components/Toaster/Toast/ToastAnimated.d.ts +2 -0
- package/dist/src/components/Toaster/Toast/ToastIcon.d.ts +6 -0
- package/dist/src/components/Toaster/Toaster.d.ts +2 -0
- package/dist/src/components/Toaster/Toaster.types.d.ts +37 -0
- package/dist/src/components/Toaster/ToasterProvider.d.ts +14 -0
- package/dist/src/components/Toaster/hooks/useToaster.d.ts +9 -0
- package/dist/src/components/Toaster/index.d.ts +5 -0
- package/dist/src/components/Toggle/Toggle.d.ts +2 -0
- package/dist/src/components/Toggle/Toggle.types.d.ts +45 -0
- package/dist/src/components/Toggle/index.d.ts +2 -0
- package/dist/src/components/Tooltip/Tooltip.d.ts +2 -0
- package/dist/src/components/Tooltip/Tooltip.types.d.ts +33 -0
- package/dist/src/components/Tooltip/index.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationBase/ValidationBase.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationBase/ValidationBase.types.d.ts +27 -0
- package/dist/src/components/ValidationMessage/ValidationLink/ValidationLink.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationLink/ValidationLink.types.d.ts +12 -0
- package/dist/src/components/ValidationMessage/ValidationMessage.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationMessage.types.d.ts +13 -0
- package/dist/src/components/ValidationMessage/ValidationSummary/ValidationSummary.d.ts +2 -0
- package/dist/src/components/ValidationMessage/ValidationSummary/ValidationSummary.types.d.ts +27 -0
- package/dist/src/components/ValidationMessage/index.d.ts +6 -0
- package/dist/src/constants.d.ts +123 -0
- package/dist/src/enums.d.ts +215 -0
- package/dist/src/helpers/dom/closestCrossShadow.d.ts +9 -0
- package/dist/src/helpers/dom/domUtils.d.ts +5 -0
- package/dist/src/helpers/dom/focusableElements.d.ts +1 -0
- package/dist/src/helpers/dom/getActiveElement.d.ts +1 -0
- package/dist/src/helpers/dom/hasShadowDom.d.ts +1 -0
- package/dist/src/helpers/form/getFormControlValueAsString.d.ts +2 -0
- package/dist/src/helpers/form/getFormControlValueAsStringIfDefined.d.ts +2 -0
- package/dist/src/helpers/form/getValueAsEvent.d.ts +15 -0
- package/dist/src/helpers/form/isValidFormInputElement.d.ts +1 -0
- package/dist/src/helpers/formatting/capitalizeFirstLetter.d.ts +1 -0
- package/dist/src/helpers/formatting/formatCurrency.d.ts +25 -0
- package/dist/src/helpers/formatting/formatDate.d.ts +5 -0
- package/dist/src/helpers/formatting/formatDateTime.d.ts +3 -0
- package/dist/src/helpers/formatting/formatObjectKey.d.ts +1 -0
- package/dist/src/helpers/formatting/formatPercentage.d.ts +1 -0
- package/dist/src/helpers/formatting/stringReplacer.d.ts +2 -0
- package/dist/src/helpers/formatting/toArray.d.ts +1 -0
- package/dist/src/helpers/formatting/toCSSLengthValue.d.ts +1 -0
- package/dist/src/helpers/label-value/composeLabelValueDescriptor.d.ts +9 -0
- package/dist/src/helpers/label-value/getQueryRangeExclusive.d.ts +8 -0
- package/dist/src/helpers/label-value/getValueFromLabelValues.d.ts +2 -0
- package/dist/src/helpers/label-value/highlightQueryInLabel.d.ts +2 -0
- package/dist/src/helpers/label-value/highlightQueryInLabelValue.d.ts +3 -0
- package/dist/src/helpers/label-value/searchLabelValues.d.ts +2 -0
- package/dist/src/helpers/responsive/getResponsiveLayoutModifiers.d.ts +2 -0
- package/dist/src/helpers/responsive/getResponsivePaddingClasses.d.ts +2 -0
- package/dist/src/helpers/transition/getTransitionDuration.d.ts +1 -0
- package/dist/src/helpers/transition/timeStringToNumber.d.ts +1 -0
- package/dist/src/helpers/utility/generateScopedName.d.ts +8 -0
- package/dist/src/helpers/utility/idsLogger.d.ts +3 -0
- package/dist/src/helpers/utility/propagateTestid.d.ts +1 -0
- package/dist/src/hooks/index.d.ts +4 -0
- package/dist/src/hooks/useAriaRelationship.d.ts +11 -0
- package/dist/src/hooks/useBreakpoint.d.ts +11 -0
- package/dist/src/hooks/useControlledState.d.ts +22 -0
- package/dist/src/hooks/useIdIfNeeded.d.ts +2 -0
- package/dist/src/hooks/useResponsiveProps.d.ts +19 -0
- package/dist/src/interfaces.d.ts +68 -0
- package/dist/src/main.d.ts +58 -0
- package/dist/src/patterns/Loading/Loading.d.ts +47 -0
- package/dist/src/patterns/Loading/LoadingSuspense.d.ts +73 -0
- package/dist/src/patterns/Loading/components/ComponentLoading.d.ts +53 -0
- package/dist/src/patterns/Loading/components/DefaultLoading.d.ts +27 -0
- package/dist/src/patterns/Loading/components/LongLoading.d.ts +60 -0
- package/dist/src/patterns/Loading/components/PageLoading.d.ts +41 -0
- package/dist/src/patterns/Loading/components/StartUpLoading.d.ts +67 -0
- package/dist/src/patterns/Loading/components/ValidateLoading.d.ts +38 -0
- package/dist/src/patterns/Loading/hooks/useEstimatedProgressValue.d.ts +11 -0
- package/dist/src/patterns/Loading/hooks/useShouldRenderLoading.d.ts +10 -0
- package/dist/src/patterns/Loading/hooks/useShowIndicator.d.ts +9 -0
- package/dist/src/patterns/Loading/hooks/useSuspenseResource.d.ts +17 -0
- package/dist/src/patterns/Loading/index.d.ts +2 -0
- package/dist/src/types.d.ts +21 -0
- package/dist/style.css +1 -1
- package/dist/{useIDSButtonGroupItem-YYpF5FzH.js → useIDSButtonGroupItem-DnMPV8Ro.js} +1 -1
- package/package.json +23 -23
- package/dist/Loading.module-Bpupt31Y.js +0 -13
- package/dist/LogoFromSrc-DIJbLzdF.js +0 -59
- package/dist/MenuItem.module-B77HFe8G.js +0 -24
- package/dist/Popover.module-DsySRqqg.js +0 -11
- package/dist/TabSet.module-D1hz6nN2.js +0 -13
- package/dist/Table.module-DotXvwJq.js +0 -32
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { C as b } from "../../../ComboboxHiddenInput-
|
|
2
|
+
import { C as b } from "../../../ComboboxHiddenInput-BRjcuIDU.js";
|
|
3
3
|
import "../../../helpers/utility/propagateTestid.js";
|
|
4
4
|
import "../../../index-cbHCAGLB.js";
|
|
5
5
|
import "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { $ as L } from "../../../LoadingSuspense-
|
|
3
|
+
import { $ as L } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
4
4
|
import "../../../fuzzysort-BNka47rs.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
6
|
import "../../../index-cbHCAGLB.js";
|
|
@@ -13,7 +13,7 @@ import "../../Expander/Expander.js";
|
|
|
13
13
|
import "../../Form/FormContext.js";
|
|
14
14
|
import "../../Menu/Menu.js";
|
|
15
15
|
import "../../Menu/MenuProvider.js";
|
|
16
|
-
import "../../../PopoverProvider-
|
|
16
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
17
17
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
18
18
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
19
19
|
import "../../Modal/ModalProvider.js";
|
|
@@ -34,8 +34,8 @@ import "../../Text/Text.js";
|
|
|
34
34
|
import "../../Toggle/Toggle.js";
|
|
35
35
|
import "../../Tooltip/Tooltip.js";
|
|
36
36
|
import "../../ValidationMessage/ValidationMessage.js";
|
|
37
|
-
import "../../../ComboboxHiddenInput-
|
|
38
|
-
import "../../../AutocompleteNoResults-
|
|
37
|
+
import "../../../ComboboxHiddenInput-BRjcuIDU.js";
|
|
38
|
+
import "../../../AutocompleteNoResults-BsQDlhkg.js";
|
|
39
39
|
export {
|
|
40
40
|
L as ComboboxResults
|
|
41
41
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { _ as K } from "../../../LoadingSuspense-
|
|
3
|
+
import { _ as K } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
4
4
|
import "../../../fuzzysort-BNka47rs.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
6
6
|
import "../../../index-cbHCAGLB.js";
|
|
@@ -13,7 +13,7 @@ import "../../Expander/Expander.js";
|
|
|
13
13
|
import "../../Form/FormContext.js";
|
|
14
14
|
import "../../Menu/Menu.js";
|
|
15
15
|
import "../../Menu/MenuProvider.js";
|
|
16
|
-
import "../../../PopoverProvider-
|
|
16
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
17
17
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
18
18
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
19
19
|
import "../../Modal/ModalProvider.js";
|
|
@@ -2,22 +2,22 @@ import { getValueAsEvent as y } from "../../../helpers/form/getValueAsEvent.js";
|
|
|
2
2
|
import { getQueryRangeExclusive as E } from "../../../helpers/label-value/getQueryRangeExclusive.js";
|
|
3
3
|
import { useRef as l, useCallback as x, useEffect as R } from "react";
|
|
4
4
|
const I = ({
|
|
5
|
-
autoSelect:
|
|
5
|
+
autoSelect: s = !0,
|
|
6
6
|
debouncedQuery: t,
|
|
7
7
|
debounceThreshold: r = 500,
|
|
8
8
|
onChange: i,
|
|
9
9
|
queryRef: n,
|
|
10
|
-
results:
|
|
10
|
+
results: o,
|
|
11
11
|
setTypedQuery: f,
|
|
12
12
|
setValue: m
|
|
13
13
|
}) => {
|
|
14
|
-
const a = l(), g = l(""), p = l([]), c = x(
|
|
14
|
+
const a = l(void 0), g = l(""), p = l([]), c = x(
|
|
15
15
|
(u) => {
|
|
16
16
|
const e = k(
|
|
17
17
|
t,
|
|
18
18
|
u,
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
o,
|
|
20
|
+
s
|
|
21
21
|
);
|
|
22
22
|
!e || a.current === "Backspace" || (m(e.result), i?.(y(e.result), e.result), f(e.result.label), setTimeout(
|
|
23
23
|
() => n.current?.input?.setSelectionRange(...e.queryIndex),
|
|
@@ -26,8 +26,8 @@ const I = ({
|
|
|
26
26
|
},
|
|
27
27
|
[
|
|
28
28
|
t,
|
|
29
|
-
s,
|
|
30
29
|
o,
|
|
30
|
+
s,
|
|
31
31
|
f,
|
|
32
32
|
m,
|
|
33
33
|
i,
|
|
@@ -38,16 +38,16 @@ const I = ({
|
|
|
38
38
|
a.current = u?.key;
|
|
39
39
|
}, []);
|
|
40
40
|
return R(() => {
|
|
41
|
-
g.current === t && p.current ===
|
|
42
|
-
}, [t, c,
|
|
41
|
+
g.current === t && p.current === o || (g.current = t, p.current = o, t && c(0));
|
|
42
|
+
}, [t, c, o]), {
|
|
43
43
|
highlightQueryByActiveIndex: c,
|
|
44
44
|
setKeyPressed: v
|
|
45
45
|
};
|
|
46
|
-
}, k = (
|
|
46
|
+
}, k = (s, t, r = [], i) => {
|
|
47
47
|
if (typeof t != "number" || !i || !r[t])
|
|
48
48
|
return;
|
|
49
49
|
const n = E(
|
|
50
|
-
|
|
50
|
+
s,
|
|
51
51
|
r[t].label
|
|
52
52
|
);
|
|
53
53
|
return n ? {
|
|
@@ -4,7 +4,7 @@ import { useState as k, useEffect as g } from "react";
|
|
|
4
4
|
import { propagateTestid as c } from "../../helpers/utility/propagateTestid.js";
|
|
5
5
|
import { ExpanderMode as C } from "./Expander.types.js";
|
|
6
6
|
import { useIdIfNeeded as _ } from "../../hooks/useIdIfNeeded.js";
|
|
7
|
-
const E = "ids-expander--link-
|
|
7
|
+
const E = "ids-expander--link-v5205", b = "ids-expander--heading-v5205", j = "ids-expander--activator-v5205", y = "ids-expander--section-v5205", M = "ids-expander-v5205", O = "ids-expander--container-v5205", $ = "ids-expander--open-v5205", A = "ids-expander--container-inner-v5205", S = "ids-expander--content-v5205", n = {
|
|
8
8
|
link: E,
|
|
9
9
|
heading: b,
|
|
10
10
|
activator: j,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e, jsxs as b } from "react/jsx-runtime";
|
|
2
2
|
import { c as h } from "../../index-cbHCAGLB.js";
|
|
3
|
-
import { F as j, s as o } from "../../FieldAppendToLabel-
|
|
3
|
+
import { F as j, s as o } from "../../FieldAppendToLabel-BV2QGmB_.js";
|
|
4
4
|
import { useMemo as d, isValidElement as y } from "react";
|
|
5
5
|
import { IressLabel as A } from "../Label/Label.js";
|
|
6
6
|
import { propagateTestid as E } from "../../helpers/utility/propagateTestid.js";
|
|
@@ -2,9 +2,9 @@ import { jsx as s, jsxs as h } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as F } from "../../../index-cbHCAGLB.js";
|
|
3
3
|
import { useMemo as t } from "react";
|
|
4
4
|
import { propagateTestid as G } from "../../../helpers/utility/propagateTestid.js";
|
|
5
|
-
import { F as N } from "../../../FieldAppendToLabel-
|
|
5
|
+
import { F as N } from "../../../FieldAppendToLabel-BV2QGmB_.js";
|
|
6
6
|
import { FieldLegend as x } from "../components/FieldLegend.js";
|
|
7
|
-
const b = "ids-field-group-
|
|
7
|
+
const b = "ids-field-group-v5205", L = "ids-field-group--invalid-v5205", y = "ids-field-group--hidden-label-v5205", A = "ids-field-group--legend-v5205", E = "ids-field-group--fields-v5205", k = "ids-field-group--inline-v5205", q = "ids-field-group--join-v5205", i = {
|
|
8
8
|
fieldGroup: b,
|
|
9
9
|
invalid: L,
|
|
10
10
|
hiddenLabel: y,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../index-cbHCAGLB.js";
|
|
3
|
-
import { F as O } from "../../../FieldAppendToLabel-
|
|
4
|
-
import "../../../LoadingSuspense-
|
|
3
|
+
import { F as O } from "../../../FieldAppendToLabel-BV2QGmB_.js";
|
|
4
|
+
import "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../../fuzzysort-BNka47rs.js";
|
|
7
7
|
import "../../Badge/Badge.js";
|
|
@@ -15,7 +15,7 @@ import "../../Expander/Expander.js";
|
|
|
15
15
|
import "../../Form/FormContext.js";
|
|
16
16
|
import "../../Menu/Menu.js";
|
|
17
17
|
import "../../Menu/MenuProvider.js";
|
|
18
|
-
import "../../../PopoverProvider-
|
|
18
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
19
19
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
20
20
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
21
21
|
import "../../Modal/ModalProvider.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../index-cbHCAGLB.js";
|
|
4
|
-
import { g as R } from "../../LoadingSuspense-
|
|
4
|
+
import { g as R } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
5
5
|
import "../../helpers/utility/propagateTestid.js";
|
|
6
6
|
import "../Popover/Popover.js";
|
|
7
|
-
import "../../PopoverProvider-
|
|
7
|
+
import "../../PopoverProvider-BEq214Fe.js";
|
|
8
8
|
import "../Popover/InputPopover/InputPopover.js";
|
|
9
9
|
import "../RichSelect/hooks/useRichSelectState.js";
|
|
10
10
|
import "../Autocomplete/hooks/useAutocompleteSearch.js";
|
|
@@ -38,7 +38,7 @@ import "../Toggle/Toggle.js";
|
|
|
38
38
|
import "../Tooltip/Tooltip.js";
|
|
39
39
|
import "../ValidationMessage/ValidationMessage.js";
|
|
40
40
|
import "./hooks/useFilterFlags.js";
|
|
41
|
-
import "../../AutocompleteNoResults-
|
|
41
|
+
import "../../AutocompleteNoResults-BsQDlhkg.js";
|
|
42
42
|
import "./components/FilterLabel.js";
|
|
43
43
|
export {
|
|
44
44
|
R as IressFilter
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { a2 as K } from "../../../LoadingSuspense-
|
|
2
|
+
import { a2 as K } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../fuzzysort-BNka47rs.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
@@ -12,7 +12,7 @@ import "../../Expander/Expander.js";
|
|
|
12
12
|
import "../../Form/FormContext.js";
|
|
13
13
|
import "../../Menu/Menu.js";
|
|
14
14
|
import "../../Menu/MenuProvider.js";
|
|
15
|
-
import "../../../PopoverProvider-
|
|
15
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
16
16
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
17
17
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
18
18
|
import "../../Popover/hooks/usePopoverItem.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { a1 as K } from "../../../LoadingSuspense-
|
|
2
|
+
import { a1 as K } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../fuzzysort-BNka47rs.js";
|
|
5
5
|
import "../../Badge/Badge.js";
|
|
@@ -12,7 +12,7 @@ import "../../Expander/Expander.js";
|
|
|
12
12
|
import "../../Form/FormContext.js";
|
|
13
13
|
import "../../Menu/Menu.js";
|
|
14
14
|
import "../../Menu/MenuProvider.js";
|
|
15
|
-
import "../../../PopoverProvider-
|
|
15
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
16
16
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
17
17
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
18
18
|
import "../../Popover/hooks/usePopoverItem.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as x, useMemo as c, useEffect as d } from "react";
|
|
3
|
-
import { h as M, R as E } from "../../../LoadingSuspense-
|
|
3
|
+
import { h as M, R as E } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
4
4
|
import { getErrorTypeMessage as _ } from "./helpers/getErrorTypeMessage.js";
|
|
5
5
|
import { FormContext as $ } from "../FormContext.js";
|
|
6
6
|
import { transformCustomRulesToValidateRule as b } from "./helpers/transformCustomRulesToValidateRule.js";
|
|
@@ -15,7 +15,7 @@ import "../../Col/Col.js";
|
|
|
15
15
|
import "../../Expander/Expander.js";
|
|
16
16
|
import "../../Menu/Menu.js";
|
|
17
17
|
import "../../Menu/MenuProvider.js";
|
|
18
|
-
import "../../../PopoverProvider-
|
|
18
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
19
19
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
20
20
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
21
21
|
import "../../Modal/ModalProvider.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as u, useMemo as F, useEffect as c } from "react";
|
|
3
|
-
import { R as g } from "../../../LoadingSuspense-
|
|
3
|
+
import { R as g } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
4
4
|
import { getErrorTypeMessage as I } from "./helpers/getErrorTypeMessage.js";
|
|
5
5
|
import "../../../index-cbHCAGLB.js";
|
|
6
6
|
import "../../../fuzzysort-BNka47rs.js";
|
|
@@ -14,7 +14,7 @@ import { FormContext as M } from "../FormContext.js";
|
|
|
14
14
|
import { transformCustomRulesToValidateRule as x } from "./helpers/transformCustomRulesToValidateRule.js";
|
|
15
15
|
import "../../Menu/Menu.js";
|
|
16
16
|
import "../../Menu/MenuProvider.js";
|
|
17
|
-
import "../../../PopoverProvider-
|
|
17
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
18
18
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
19
19
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
20
20
|
import "../../Modal/ModalProvider.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { i as k } from "../../../LoadingSuspense-
|
|
3
|
+
import { i as k } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
4
4
|
import "../../../index-cbHCAGLB.js";
|
|
5
5
|
import "../../../enums.js";
|
|
6
6
|
import "../../../helpers/utility/propagateTestid.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormDefaultText as e } from "./Form.types.js";
|
|
2
|
-
import { h as m, i as F } from "../../LoadingSuspense-
|
|
2
|
+
import { h as m, i as F } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
3
3
|
import { IressFormField as f } from "./FormField/FormField.js";
|
|
4
4
|
import { IressFormFieldset as p } from "./FormField/FormFieldset.js";
|
|
5
5
|
import { FormFieldErrorMessages as i } from "./FormField/FormField.types.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { V as J, W as K } from "../../../LoadingSuspense-
|
|
1
|
+
import { V as J, W as K } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../fuzzysort-BNka47rs.js";
|
|
4
4
|
import "react/jsx-runtime";
|
|
@@ -13,7 +13,7 @@ import "../../Expander/Expander.js";
|
|
|
13
13
|
import "../../Form/FormContext.js";
|
|
14
14
|
import "../../Menu/Menu.js";
|
|
15
15
|
import "../../Menu/MenuProvider.js";
|
|
16
|
-
import "../../../PopoverProvider-
|
|
16
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
17
17
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
18
18
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
19
19
|
import "../../Modal/ModalProvider.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../index-cbHCAGLB.js";
|
|
4
4
|
import "./Icon.types.js";
|
|
5
|
-
import { k as M } from "../../LoadingSuspense-
|
|
5
|
+
import { k as M } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
6
6
|
import "../../fuzzysort-BNka47rs.js";
|
|
7
7
|
import "../Badge/Badge.js";
|
|
8
8
|
import "../ButtonGroup/ButtonGroupProvider.js";
|
|
@@ -14,7 +14,7 @@ import "../Expander/Expander.js";
|
|
|
14
14
|
import "../Form/FormContext.js";
|
|
15
15
|
import "../Menu/Menu.js";
|
|
16
16
|
import "../Menu/MenuProvider.js";
|
|
17
|
-
import "../../PopoverProvider-
|
|
17
|
+
import "../../PopoverProvider-BEq214Fe.js";
|
|
18
18
|
import "../CheckboxMark/CheckboxMark.types.js";
|
|
19
19
|
import "../CheckboxMark/CheckboxMark.js";
|
|
20
20
|
import "../Modal/ModalProvider.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as S } from "../../LoadingSuspense-
|
|
1
|
+
import { k as S } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
2
2
|
import { ICON_FLIPS as c, ICON_ROTATES as e, ICON_SETS as N, ICON_SIZES as O, ICON_SPINS as r, IconFlip as t, IconRotate as C, IconSet as _, IconSize as p, IconSpin as i } from "./Icon.types.js";
|
|
3
3
|
export {
|
|
4
4
|
c as ICON_FLIPS,
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-cbHCAGLB.js";
|
|
3
3
|
import "./Inline.types.js";
|
|
4
4
|
import "../../helpers/responsive/getResponsiveLayoutModifiers.js";
|
|
5
|
-
import { l as N } from "../../LoadingSuspense-
|
|
5
|
+
import { l as N } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import "../../fuzzysort-BNka47rs.js";
|
|
8
8
|
import "../Badge/Badge.js";
|
|
@@ -15,7 +15,7 @@ import "../Expander/Expander.js";
|
|
|
15
15
|
import "../Form/FormContext.js";
|
|
16
16
|
import "../Menu/Menu.js";
|
|
17
17
|
import "../Menu/MenuProvider.js";
|
|
18
|
-
import "../../PopoverProvider-
|
|
18
|
+
import "../../PopoverProvider-BEq214Fe.js";
|
|
19
19
|
import "../CheckboxMark/CheckboxMark.types.js";
|
|
20
20
|
import "../CheckboxMark/CheckboxMark.js";
|
|
21
21
|
import "../Modal/ModalProvider.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { GlobalCSSClass as l } from "../../../enums.js";
|
|
3
|
-
const n = "ids-clear-button--clear-
|
|
3
|
+
const n = "ids-clear-button--clear-v5205", s = {
|
|
4
4
|
clear: n
|
|
5
5
|
}, i = ({ onClick: r }) => /* @__PURE__ */ a(
|
|
6
6
|
"button",
|
|
@@ -4,9 +4,9 @@ import "react";
|
|
|
4
4
|
import "../../enums.js";
|
|
5
5
|
import "../../helpers/form/getFormControlValueAsString.js";
|
|
6
6
|
import "./ClearButton/ClearButton.js";
|
|
7
|
-
import "../../InputBase-
|
|
7
|
+
import "../../InputBase-43yHsseJ.js";
|
|
8
8
|
import "./Input.types.js";
|
|
9
|
-
import { m as u } from "../../LoadingSuspense-
|
|
9
|
+
import { m as u } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
10
10
|
import "../../hooks/useControlledState.js";
|
|
11
11
|
import "../Form/hooks/useNoDefaultValueInForms.js";
|
|
12
12
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { I as e } from "../../../InputBase-
|
|
3
|
+
import { I as e } from "../../../InputBase-43yHsseJ.js";
|
|
4
4
|
import "../../../index-cbHCAGLB.js";
|
|
5
5
|
import "../../../helpers/utility/idsLogger.js";
|
|
6
6
|
import "../../../enums.js";
|
|
@@ -3,7 +3,7 @@ import { c as t } from "../../../index-cbHCAGLB.js";
|
|
|
3
3
|
import { GlobalCSSClass as l } from "../../../enums.js";
|
|
4
4
|
import { propagateTestid as x } from "../../../helpers/utility/propagateTestid.js";
|
|
5
5
|
import { useState as y } from "react";
|
|
6
|
-
const q = "ids-label-
|
|
6
|
+
const q = "ids-label-v5205", R = "ids-label--hidden-v5205", g = "ids-label--has-append-v5205", A = "ids-label--required-v5205", C = "ids-label--optional-v5205", e = {
|
|
7
7
|
label: q,
|
|
8
8
|
hidden: R,
|
|
9
9
|
hasAppend: g,
|
|
@@ -4,7 +4,7 @@ import { MenuProvider as P } from "./MenuProvider.js";
|
|
|
4
4
|
import "react";
|
|
5
5
|
import { idsLogger as j } from "../../helpers/utility/idsLogger.js";
|
|
6
6
|
import { useIdIfNeeded as k } from "../../hooks/useIdIfNeeded.js";
|
|
7
|
-
import { C as A } from "../../floating-ui.react-
|
|
7
|
+
import { C as A } from "../../floating-ui.react-BoSeAoXU.js";
|
|
8
8
|
import { useMenuAria as N } from "./hooks/useMenuAria.js";
|
|
9
9
|
import { useMenuComposite as O } from "./hooks/useMenuComposite.js";
|
|
10
10
|
import { useMenuStyles as R } from "./hooks/useMenuStyles.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { o as K } from "../../../LoadingSuspense-
|
|
2
|
+
import { o as K } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../../fuzzysort-BNka47rs.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-
|
|
16
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
17
17
|
import "../../CheckboxMark/CheckboxMark.types.js";
|
|
18
18
|
import "../../CheckboxMark/CheckboxMark.js";
|
|
19
19
|
import "../../Modal/ModalProvider.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../enums.js";
|
|
3
|
-
import { p as e } from "../../../LoadingSuspense-
|
|
3
|
+
import { p as e } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
4
4
|
import "../../../index-cbHCAGLB.js";
|
|
5
|
-
import "../../../MenuItem.module-
|
|
5
|
+
import "../../../MenuItem.module-T5CKUlD6.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-
|
|
6
|
+
import { r as a } from "../../../LoadingSuspense-CMLr0JZ4.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 k } from "../../../CheckboxMark/CheckboxMark.js";
|
|
4
4
|
import { useMenu as v } from "../../hooks/useMenu.js";
|
|
5
|
-
import { s as e } from "../../../../MenuItem.module-
|
|
5
|
+
import { s as e } from "../../../../MenuItem.module-T5CKUlD6.js";
|
|
6
6
|
import { useMemo as S } from "react";
|
|
7
7
|
import { propagateTestid as h } from "../../../../helpers/utility/propagateTestid.js";
|
|
8
8
|
import { c as x } from "../../../../index-cbHCAGLB.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { a as i } from "../../../../floating-ui.react-
|
|
2
|
+
import { a as i } from "../../../../floating-ui.react-BoSeAoXU.js";
|
|
3
3
|
import { cloneElement as n } from "react";
|
|
4
|
-
import { s as l } from "../../../../MenuItem.module-
|
|
4
|
+
import { s as l } from "../../../../MenuItem.module-T5CKUlD6.js";
|
|
5
5
|
import { useMenuComposite as p } from "../../hooks/useMenuComposite.js";
|
|
6
6
|
const I = (t, s) => {
|
|
7
7
|
const m = p();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../index-cbHCAGLB.js";
|
|
3
|
-
import "../../../MenuItem.module-
|
|
3
|
+
import "../../../MenuItem.module-T5CKUlD6.js";
|
|
4
4
|
import "../hooks/useMenu.js";
|
|
5
5
|
import "../MenuItem/hooks/useMenuItemRole.js";
|
|
6
|
-
import { q as K } from "../../../LoadingSuspense-
|
|
6
|
+
import { q as K } from "../../../LoadingSuspense-CMLr0JZ4.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import "../../../fuzzysort-BNka47rs.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-
|
|
19
|
+
import "../../../PopoverProvider-BEq214Fe.js";
|
|
20
20
|
import "../../Modal/ModalProvider.js";
|
|
21
21
|
import "../../Panel/Panel.js";
|
|
22
22
|
import "../../Popover/Popover.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { idsLogger as c } from "../../../helpers/utility/idsLogger.js";
|
|
3
3
|
import { propagateTestid as m } from "../../../helpers/utility/propagateTestid.js";
|
|
4
|
-
import { p as I, r as g } from "../../../LoadingSuspense-
|
|
4
|
+
import { p as I, r as g } from "../../../LoadingSuspense-CMLr0JZ4.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 u } from "../../../index-cbHCAGLB.js";
|
|
2
2
|
import { usePopover as m } from "../../Popover/hooks/usePopover.js";
|
|
3
|
-
const d = "ids-menu-
|
|
3
|
+
const d = "ids-menu-v5205", l = "ids-menu--inline-v5205", c = "ids-menu--stack-v5205", v = "ids-menu--fluid-v5205", e = {
|
|
4
4
|
menu: d,
|
|
5
5
|
inline: l,
|
|
6
|
-
"inline-equal-width": "ids-menu--inline-equal-width-
|
|
6
|
+
"inline-equal-width": "ids-menu--inline-equal-width-v5205",
|
|
7
7
|
stack: c,
|
|
8
8
|
fluid: v,
|
|
9
|
-
"ids-menu-item--divider": "ids-menu-item--divider-
|
|
9
|
+
"ids-menu-item--divider": "ids-menu-item--divider-v5205"
|
|
10
10
|
}, f = ({
|
|
11
11
|
className: i,
|
|
12
12
|
fluid: s,
|
|
@@ -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-
|
|
3
|
+
import { o as p, p as I, r as x, q as f } from "../../LoadingSuspense-CMLr0JZ4.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,16 +1,16 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../index-cbHCAGLB.js";
|
|
3
|
-
import { s as M } from "../../LoadingSuspense-
|
|
3
|
+
import { s as M } from "../../LoadingSuspense-CMLr0JZ4.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../enums.js";
|
|
6
6
|
import "../../helpers/responsive/getResponsiveLayoutModifiers.js";
|
|
7
|
-
import "../../floating-ui.react-
|
|
8
|
-
import "../../helpers/transition/timeStringToNumber.js";
|
|
7
|
+
import "../../floating-ui.react-BoSeAoXU.js";
|
|
9
8
|
import "../../helpers/utility/idsLogger.js";
|
|
10
9
|
import "../../helpers/utility/propagateTestid.js";
|
|
11
10
|
import "../../hooks/useIdIfNeeded.js";
|
|
12
11
|
import "../Text/Text.js";
|
|
13
12
|
import "./hooks/useIDSProvidedModal.js";
|
|
13
|
+
import "../../helpers/transition/getTransitionDuration.js";
|
|
14
14
|
export {
|
|
15
15
|
M as IressModal
|
|
16
16
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MODAL_SIZES as e } from "./Modal.types.js";
|
|
2
|
-
import { s as t } from "../../LoadingSuspense-
|
|
2
|
+
import { s as t } from "../../LoadingSuspense-CMLr0JZ4.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 {
|