@iress-oss/ids-components 5.20.0 → 5.20.2
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/CHANGELOG.md +378 -0
- package/README.md +1 -1
- package/dist/{AutocompleteNoResults-CogA3XZs.js → AutocompleteNoResults-D_052VQ9.js} +1 -1
- package/dist/ComboboxHiddenInput-BcqYDu3M.js +32 -0
- package/dist/{FieldAppendToLabel-CuSREliL.js → FieldAppendToLabel-CWIO4lAR.js} +5 -5
- package/dist/InputBase-C0zGNQy5.js +56 -0
- package/dist/Loading.module-Bpupt31Y.js +13 -0
- package/dist/LoadingSuspense-BtzikVZk.js +5728 -0
- package/dist/LogoFromSrc-DIJbLzdF.js +59 -0
- package/dist/MenuItem.module-B77HFe8G.js +24 -0
- package/dist/Popover.module-DsySRqqg.js +11 -0
- package/dist/PopoverProvider-DZ92QV8I.js +142 -0
- package/dist/{SelectControl-D1SJlplM.js → SelectControl-B5BG5_Pl.js} +2 -2
- package/dist/SliderTicks-jPoPzYf3.js +74 -0
- package/dist/TabSet.module-D1hz6nN2.js +13 -0
- package/dist/Table.module-DotXvwJq.js +32 -0
- package/dist/components/Alert/Alert.js +2 -2
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +4 -4
- package/dist/components/Autocomplete/components/AutocompleteInstructions.js +7 -7
- package/dist/components/Autocomplete/components/AutocompleteNoResults.js +1 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +36 -35
- package/dist/components/Autocomplete/index.js +1 -1
- package/dist/components/Badge/Badge.js +5 -5
- package/dist/components/Button/Button.js +3 -3
- package/dist/components/Button/CloseButton/CloseButton.js +2 -2
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +3 -3
- package/dist/components/ButtonGroup/ButtonGroupProvider.js +22 -22
- package/dist/components/ButtonGroup/hooks/useIDSButtonGroupItem.js +2 -2
- package/dist/components/ButtonGroup/index.js +1 -1
- package/dist/components/Card/helpers/composeIDSCard.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +2 -2
- package/dist/components/Checkbox/helpers/mapCheckboxGroupOptions.js +11 -11
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +74 -75
- package/dist/components/CheckboxMark/CheckboxMark.js +1 -1
- package/dist/components/CheckboxMark/CheckboxMark.types.js +2 -2
- package/dist/components/Col/Col.js +1 -1
- package/dist/components/Combobox/Combobox.js +4 -4
- package/dist/components/Combobox/MultiCombobox/MultiCombobox.js +4 -4
- package/dist/components/Combobox/components/ComboboxHiddenInput.js +2 -2
- package/dist/components/Combobox/components/ComboboxResults.js +6 -6
- package/dist/components/Combobox/components/ComboboxResultsDescriptor.js +4 -4
- package/dist/components/Combobox/hooks/useComboboxInlineCompletion.js +34 -37
- package/dist/components/Combobox/index.js +1 -1
- package/dist/components/Container/Container.js +1 -1
- package/dist/components/Divider/Divider.js +1 -1
- package/dist/components/Expander/Expander.js +48 -48
- package/dist/components/Field/Field.js +47 -47
- package/dist/components/Field/FieldGroup/FieldGroup.js +59 -59
- package/dist/components/Field/components/FieldAppendToLabel.js +5 -5
- package/dist/components/Filter/Filter.js +4 -4
- package/dist/components/Filter/components/FilterResetButton.js +4 -4
- package/dist/components/Filter/components/FilterSearch.js +4 -4
- package/dist/components/Filter/index.js +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/FormField/FormField.js +46 -49
- package/dist/components/Form/FormField/FormFieldset.js +42 -45
- package/dist/components/Form/FormField/helpers/getErrorTypeMessage.js +10 -10
- package/dist/components/Form/HookForm/HookForm.js +2 -2
- package/dist/components/Form/components/FormValidationSummary.js +15 -16
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Hide/Hide.js +2 -2
- package/dist/components/Hide/helpers/composeHideClasses.js +4 -4
- package/dist/components/Hide/index.js +1 -1
- package/dist/components/Icon/Icon.js +4 -4
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inline/Inline.js +4 -4
- package/dist/components/Inline/index.js +1 -1
- package/dist/components/Input/ClearButton/ClearButton.js +1 -1
- package/dist/components/Input/Input.js +3 -3
- package/dist/components/Input/InputBase/InputBase.js +2 -2
- 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 +37 -37
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +4 -4
- package/dist/components/Menu/MenuHeading/MenuHeading.js +3 -3
- package/dist/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItem/hooks/useMenuItemAria.js +7 -7
- package/dist/components/Menu/MenuItem/hooks/useMenuItemButtonProps.js +30 -30
- package/dist/components/Menu/MenuItem/hooks/useMenuItemComposite.js +2 -2
- package/dist/components/Menu/MenuItem/hooks/useMenuItemInteractions.js +47 -49
- package/dist/components/Menu/MenuItem/hooks/useMenuItemRole.js +5 -5
- package/dist/components/Menu/MenuText/MenuText.js +5 -5
- package/dist/components/Menu/helpers/mapMenuItems.js +21 -21
- package/dist/components/Menu/hooks/useMenuAria.js +2 -2
- package/dist/components/Menu/hooks/useMenuComposite.js +6 -6
- package/dist/components/Menu/hooks/useMenuRole.js +10 -10
- package/dist/components/Menu/hooks/useMenuStyles.js +18 -18
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/Modal.js +3 -3
- package/dist/components/Modal/hooks/useIDSProvidedModal.js +8 -8
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Navbar/Navbar.js +3 -3
- 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 +3 -3
- package/dist/components/Navbar/index.js +1 -1
- package/dist/components/Panel/Panel.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +20 -20
- package/dist/components/Popover/InputPopover/InputPopover.js +2 -2
- package/dist/components/Popover/InputPopover/InputPopoverActivator.js +40 -43
- package/dist/components/Popover/InputPopover/InputPopoverProvider.js +61 -61
- package/dist/components/Popover/Popover.js +3 -3
- package/dist/components/Popover/PopoverProvider.js +2 -2
- package/dist/components/Popover/components/NestedPopoverActivator.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +53 -58
- package/dist/components/Popover/components/PopoverContent.js +31 -31
- package/dist/components/Popover/helpers/composeFloatingProps.js +21 -24
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +2 -2
- package/dist/components/Popover/hooks/usePopover.js +1 -1
- package/dist/components/Popover/hooks/usePopoverActivatorInteractions.js +23 -26
- package/dist/components/Popover/hooks/usePopoverImperativeHandle.js +17 -17
- package/dist/components/Popover/hooks/usePopoverItem.js +13 -14
- package/dist/components/Popover/hooks/usePopoverNavigation.js +22 -22
- package/dist/components/Progress/Progress.js +2 -2
- package/dist/components/Provider/Provider.js +1 -1
- package/dist/components/Radio/Radio.js +2 -2
- package/dist/components/Radio/helpers/mapRadioGroupOptions.js +8 -8
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +68 -56
- package/dist/components/RadioGroup/index.js +6 -5
- package/dist/components/Readonly/Readonly.js +5 -5
- package/dist/components/Readonly/index.js +1 -1
- package/dist/components/RichSelect/RichSelect.js +3 -3
- package/dist/components/RichSelect/SelectBody/SelectBody.js +4 -4
- package/dist/components/RichSelect/SelectCreate/SelectCreate.js +4 -4
- package/dist/components/RichSelect/SelectHeading/SelectHeading.js +4 -4
- package/dist/components/RichSelect/SelectLabel/SelectLabel.js +2 -2
- package/dist/components/RichSelect/SelectMenu/SelectMenu.js +4 -4
- package/dist/components/RichSelect/SelectMenu/SelectMenuItem.js +4 -4
- package/dist/components/RichSelect/SelectSearch/SelectSearch.js +3 -3
- package/dist/components/RichSelect/SelectSearchInput/SelectSearchInput.js +2 -2
- package/dist/components/RichSelect/SelectTags/SelectTags.js +3 -3
- package/dist/components/RichSelect/components/SelectActivator.js +1 -1
- package/dist/components/RichSelect/components/SelectOptions.js +4 -4
- package/dist/components/RichSelect/index.js +1 -1
- package/dist/components/Row/Row.js +4 -4
- package/dist/components/Row/index.js +1 -1
- package/dist/components/Select/Select.js +3 -3
- package/dist/components/Select/components/SelectControl.js +2 -2
- package/dist/components/Select/components/SelectReadonly.js +4 -4
- package/dist/components/Select/helpers/mapSelectOptions.js +9 -9
- package/dist/components/Select/helpers/nodesToSelectOptions.js +1 -1
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +11 -11
- package/dist/components/SkipLink/SkipLink.js +2 -2
- package/dist/components/Slideout/Slideout.js +4 -4
- package/dist/components/Slideout/components/SlideoutInner.js +3 -3
- package/dist/components/Slideout/hooks/useIDSProvidedSlideout.js +7 -7
- package/dist/components/Slideout/index.js +1 -1
- package/dist/components/Slider/Slider.js +3 -3
- package/dist/components/Slider/components/SliderTicks.js +2 -2
- package/dist/components/Slider/index.js +1 -1
- package/dist/components/Spinner/Spinner.js +2 -2
- package/dist/components/Spinner/index.js +1 -1
- package/dist/components/Stack/Stack.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +52 -52
- package/dist/components/TabSet/TabSet.js +24 -24
- package/dist/components/TabSet/TabSetProvider.js +30 -30
- package/dist/components/TabSet/components/TabSetItem.js +31 -32
- package/dist/components/TabSet/helpers/mapTabs.js +19 -19
- package/dist/components/Table/Table.js +3 -3
- package/dist/components/Table/TableBody/TableBody.js +91 -91
- package/dist/components/Table/TableProvider.js +2 -2
- package/dist/components/Table/components/TableEmpty.js +8 -8
- package/dist/components/Table/components/TableHeader.js +2 -2
- package/dist/components/Table/components/TableHeaderCell.js +1 -1
- package/dist/components/Table/components/TableRows.js +34 -34
- package/dist/components/Table/components/TableSortButton.js +3 -3
- package/dist/components/Table/helpers/composeIDSTableColumnDefs.js +22 -22
- package/dist/components/Table/helpers/composeIDSTableInitialSorting.js +2 -2
- package/dist/components/Table/hooks/useIDSTableColumnSort.js +6 -6
- package/dist/components/Table/hooks/useIDSTableColumnStyles.js +14 -15
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tag/Tag.js +2 -2
- package/dist/components/Tag/TagInput/TagInput.js +1 -1
- package/dist/components/Tag/components/TagListInput/TagListInput.js +2 -2
- package/dist/components/Tag/index.js +1 -1
- package/dist/components/Text/Text.js +1 -1
- package/dist/components/Toaster/Toast/Toast.js +2 -2
- package/dist/components/Toaster/Toast/ToastAnimated.js +3 -3
- package/dist/components/Toaster/Toast/ToastIcon.js +1 -1
- package/dist/components/Toaster/Toaster.js +3 -3
- 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 +25 -25
- package/dist/components/Tooltip/Tooltip.js +3 -3
- package/dist/components/ValidationMessage/ValidationBase/ValidationBase.js +2 -2
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -2
- package/dist/constants.js +1 -1
- package/dist/floating-ui.react-DYBeYtOf.js +3464 -0
- package/dist/fuzzysort-BNka47rs.js +395 -0
- package/dist/helpers/dom/closestCrossShadow.js +16 -17
- package/dist/helpers/dom/focusableElements.js +6 -6
- package/dist/helpers/dom/getActiveElement.js +5 -6
- package/dist/helpers/formatting/formatDateTime.js +8 -7
- package/dist/helpers/label-value/composeLabelValueDescriptor.js +8 -8
- package/dist/helpers/label-value/getQueryRangeExclusive.js +1 -1
- package/dist/helpers/label-value/getValueFromLabelValues.js +5 -6
- package/dist/helpers/label-value/highlightQueryInLabel.js +4 -7
- package/dist/helpers/label-value/searchLabelValues.js +1 -1
- package/dist/helpers/responsive/getResponsiveLayoutModifiers.js +4 -4
- package/dist/helpers/transition/getTransitionDuration.js +5 -8
- package/dist/hooks/useAriaRelationship.js +19 -21
- package/dist/hooks/useBreakpoint.js +8 -11
- package/dist/hooks/useControlledState.js +40 -40
- package/dist/{index-BQfnxwrU.js → index-BaVtNOfa.js} +41 -51
- package/dist/{index-Dms7F5NM.js → index-DLnR8XTt.js} +1 -11
- package/dist/{index-2QXL0WYc.js → index-cbHCAGLB.js} +2 -7
- package/dist/{index.esm-BnSuefUA.js → index.esm-CL8gh5wr.js} +1 -5
- package/dist/main.js +159 -158
- package/dist/patterns/Loading/Loading.js +1 -1
- package/dist/patterns/Loading/LoadingSuspense.js +1 -1
- package/dist/patterns/Loading/components/ComponentLoading.js +3 -3
- package/dist/patterns/Loading/components/DefaultLoading.js +3 -3
- package/dist/patterns/Loading/components/LongLoading.js +42 -42
- package/dist/patterns/Loading/components/PageLoading.js +3 -3
- package/dist/patterns/Loading/components/StartUpLoading.js +65 -65
- package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
- package/dist/patterns/Loading/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/useIDSButtonGroupItem-YYpF5FzH.js +29 -0
- package/package.json +67 -38
- package/dist/ComboboxHiddenInput-gTOjjF3f.js +0 -32
- package/dist/InputBase-BFK9n82f.js +0 -56
- package/dist/Loading.module-g2pe-Gfx.js +0 -13
- package/dist/LoadingSuspense-D9nGJ3gx.js +0 -5773
- package/dist/LogoFromSrc-BnImWqt6.js +0 -59
- package/dist/MenuItem.module-BxcFZeSh.js +0 -24
- package/dist/Popover.module-BKrF_xRW.js +0 -11
- package/dist/PopoverProvider-d3hhpW2k.js +0 -142
- package/dist/SliderTicks-DQN0Ka4d.js +0 -78
- package/dist/TabSet.module-FRUnHgA1.js +0 -13
- package/dist/Table.module-r-RfIeLI.js +0 -32
- package/dist/floating-ui.react-nmA48tb2.js +0 -3463
- package/dist/fuzzysort-eoXOpoo6.js +0 -395
- package/dist/src/components/Alert/Alert.d.ts +0 -9
- package/dist/src/components/Alert/Alert.types.d.ts +0 -41
- package/dist/src/components/Alert/index.d.ts +0 -2
- package/dist/src/components/Autocomplete/Autocomplete.d.ts +0 -3
- package/dist/src/components/Autocomplete/Autocomplete.types.d.ts +0 -144
- package/dist/src/components/Autocomplete/components/AutocompleteInstructions.d.ts +0 -2
- package/dist/src/components/Autocomplete/components/AutocompleteNoResults.d.ts +0 -2
- package/dist/src/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +0 -6
- package/dist/src/components/Autocomplete/index.d.ts +0 -3
- package/dist/src/components/Badge/Badge.d.ts +0 -2
- package/dist/src/components/Badge/Badge.types.d.ts +0 -37
- package/dist/src/components/Badge/index.d.ts +0 -2
- package/dist/src/components/Button/Button.d.ts +0 -2
- package/dist/src/components/Button/Button.types.d.ts +0 -106
- package/dist/src/components/Button/CloseButton/CloseButton.d.ts +0 -3
- package/dist/src/components/Button/CloseButton/CloseButton.types.d.ts +0 -8
- package/dist/src/components/Button/index.d.ts +0 -4
- package/dist/src/components/ButtonGroup/ButtonGroup.d.ts +0 -2
- package/dist/src/components/ButtonGroup/ButtonGroup.types.d.ts +0 -63
- package/dist/src/components/ButtonGroup/ButtonGroupProvider.d.ts +0 -3
- package/dist/src/components/ButtonGroup/hooks/useButtonGroup.d.ts +0 -1
- package/dist/src/components/ButtonGroup/hooks/useIDSButtonGroupItem.d.ts +0 -2
- package/dist/src/components/ButtonGroup/index.d.ts +0 -3
- package/dist/src/components/Card/Card.d.ts +0 -2
- package/dist/src/components/Card/Card.types.d.ts +0 -91
- package/dist/src/components/Card/components/ButtonCard.d.ts +0 -2
- package/dist/src/components/Card/components/LinkCard.d.ts +0 -2
- package/dist/src/components/Card/helpers/composeIDSCard.d.ts +0 -3
- package/dist/src/components/Card/helpers/composeIDSCardSlots.d.ts +0 -2
- package/dist/src/components/Card/index.d.ts +0 -6
- package/dist/src/components/Checkbox/Checkbox.d.ts +0 -2
- package/dist/src/components/Checkbox/Checkbox.types.d.ts +0 -65
- package/dist/src/components/Checkbox/helpers/mapCheckboxGroupOptions.d.ts +0 -5
- package/dist/src/components/Checkbox/index.d.ts +0 -2
- package/dist/src/components/CheckboxGroup/CheckboxGroup.d.ts +0 -2
- package/dist/src/components/CheckboxGroup/CheckboxGroup.types.d.ts +0 -70
- package/dist/src/components/CheckboxGroup/CheckboxGroupContext.d.ts +0 -2
- package/dist/src/components/CheckboxGroup/index.d.ts +0 -2
- package/dist/src/components/CheckboxMark/CheckboxMark.d.ts +0 -2
- package/dist/src/components/CheckboxMark/CheckboxMark.types.d.ts +0 -11
- package/dist/src/components/CheckboxMark/index.d.ts +0 -2
- package/dist/src/components/Col/Col.d.ts +0 -2
- package/dist/src/components/Col/Col.types.d.ts +0 -78
- package/dist/src/components/Col/index.d.ts +0 -2
- package/dist/src/components/Combobox/Combobox.d.ts +0 -6
- package/dist/src/components/Combobox/Combobox.types.d.ts +0 -55
- package/dist/src/components/Combobox/MultiCombobox/MultiCombobox.d.ts +0 -6
- package/dist/src/components/Combobox/MultiCombobox/MultiCombobox.types.d.ts +0 -27
- package/dist/src/components/Combobox/components/ComboboxHiddenInput.d.ts +0 -2
- package/dist/src/components/Combobox/components/ComboboxResults.d.ts +0 -2
- package/dist/src/components/Combobox/components/ComboboxResultsDescriptor.d.ts +0 -2
- package/dist/src/components/Combobox/hooks/useComboboxFlags.d.ts +0 -5
- package/dist/src/components/Combobox/hooks/useComboboxInlineCompletion.d.ts +0 -2
- package/dist/src/components/Combobox/index.d.ts +0 -4
- package/dist/src/components/Container/Container.d.ts +0 -2
- package/dist/src/components/Container/Container.types.d.ts +0 -15
- package/dist/src/components/Container/index.d.ts +0 -2
- package/dist/src/components/Divider/Divider.d.ts +0 -2
- package/dist/src/components/Divider/Divider.types.d.ts +0 -17
- package/dist/src/components/Divider/index.d.ts +0 -2
- package/dist/src/components/Expander/Expander.d.ts +0 -2
- package/dist/src/components/Expander/Expander.types.d.ts +0 -39
- package/dist/src/components/Expander/index.d.ts +0 -2
- package/dist/src/components/Field/Field.d.ts +0 -2
- package/dist/src/components/Field/Field.types.d.ts +0 -34
- package/dist/src/components/Field/FieldGroup/FieldGroup.d.ts +0 -2
- package/dist/src/components/Field/FieldGroup/FieldGroup.types.d.ts +0 -15
- package/dist/src/components/Field/components/FieldAppendToLabel.d.ts +0 -2
- package/dist/src/components/Field/components/FieldLegend.d.ts +0 -2
- package/dist/src/components/Field/helpers/getUniqueItemsByKey.d.ts +0 -1
- package/dist/src/components/Field/index.d.ts +0 -4
- package/dist/src/components/Filter/Filter.d.ts +0 -2
- package/dist/src/components/Filter/Filter.types.d.ts +0 -71
- package/dist/src/components/Filter/components/FilterLabel.d.ts +0 -2
- package/dist/src/components/Filter/components/FilterResetButton.d.ts +0 -2
- package/dist/src/components/Filter/components/FilterSearch.d.ts +0 -3
- package/dist/src/components/Filter/hooks/useFilterFlags.d.ts +0 -7
- package/dist/src/components/Filter/index.d.ts +0 -2
- package/dist/src/components/Form/Form.d.ts +0 -11
- package/dist/src/components/Form/Form.types.d.ts +0 -188
- package/dist/src/components/Form/FormContext.d.ts +0 -8
- package/dist/src/components/Form/FormField/FormField.d.ts +0 -7
- package/dist/src/components/Form/FormField/FormField.types.d.ts +0 -111
- package/dist/src/components/Form/FormField/FormFieldset.d.ts +0 -7
- package/dist/src/components/Form/FormField/helpers/getErrorTypeMessage.d.ts +0 -2
- package/dist/src/components/Form/FormField/helpers/transformCustomRulesToValidateRule.d.ts +0 -3
- package/dist/src/components/Form/HookForm/HookForm.d.ts +0 -5
- package/dist/src/components/Form/components/FormValidationSummary.d.ts +0 -5
- package/dist/src/components/Form/hooks/useNoDefaultValueInForms.d.ts +0 -8
- package/dist/src/components/Form/index.d.ts +0 -6
- package/dist/src/components/HeadingWithDeprecatedFallback/HeadingWithDeprecatedFallback.d.ts +0 -10
- package/dist/src/components/Hide/Hide.d.ts +0 -2
- package/dist/src/components/Hide/Hide.types.d.ts +0 -24
- package/dist/src/components/Hide/helpers/composeHideClasses.d.ts +0 -4
- package/dist/src/components/Hide/index.d.ts +0 -2
- package/dist/src/components/Icon/Icon.d.ts +0 -2
- package/dist/src/components/Icon/Icon.types.d.ts +0 -99
- package/dist/src/components/Icon/index.d.ts +0 -2
- package/dist/src/components/Inline/Inline.d.ts +0 -2
- package/dist/src/components/Inline/Inline.types.d.ts +0 -41
- package/dist/src/components/Inline/index.d.ts +0 -2
- package/dist/src/components/Input/ClearButton/ClearButton.d.ts +0 -4
- package/dist/src/components/Input/Input.d.ts +0 -14
- package/dist/src/components/Input/Input.types.d.ts +0 -73
- package/dist/src/components/Input/InputBase/InputBase.d.ts +0 -9
- package/dist/src/components/Input/InputBase/InputBase.types.d.ts +0 -15
- package/dist/src/components/Input/index.d.ts +0 -3
- package/dist/src/components/InputCurrency/InputCurrency.d.ts +0 -4
- package/dist/src/components/InputCurrency/InputCurrency.types.d.ts +0 -23
- package/dist/src/components/InputCurrency/index.d.ts +0 -2
- package/dist/src/components/Label/Label.d.ts +0 -2
- package/dist/src/components/Label/Label.types.d.ts +0 -15
- package/dist/src/components/Label/LabelBase/LabelBase.d.ts +0 -2
- package/dist/src/components/Label/LabelBase/LabelBase.types.d.ts +0 -35
- package/dist/src/components/Label/index.d.ts +0 -2
- package/dist/src/components/Menu/Menu.d.ts +0 -2
- package/dist/src/components/Menu/Menu.types.d.ts +0 -130
- package/dist/src/components/Menu/MenuDivider/MenuDivider.d.ts +0 -2
- package/dist/src/components/Menu/MenuHeading/MenuHeading.d.ts +0 -2
- package/dist/src/components/Menu/MenuItem/MenuItem.d.ts +0 -2
- package/dist/src/components/Menu/MenuItem/MenuItem.types.d.ts +0 -122
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemAria.d.ts +0 -11
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemButtonProps.d.ts +0 -14
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemComposite.d.ts +0 -20
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemInteractions.d.ts +0 -11
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemRole.d.ts +0 -9
- package/dist/src/components/Menu/MenuProvider.d.ts +0 -3
- package/dist/src/components/Menu/MenuText/MenuText.d.ts +0 -2
- package/dist/src/components/Menu/helpers/mapMenuItems.d.ts +0 -6
- package/dist/src/components/Menu/hooks/useMenu.d.ts +0 -1
- package/dist/src/components/Menu/hooks/useMenuAria.d.ts +0 -11
- package/dist/src/components/Menu/hooks/useMenuComposite.d.ts +0 -18
- package/dist/src/components/Menu/hooks/useMenuRole.d.ts +0 -12
- package/dist/src/components/Menu/hooks/useMenuStyles.d.ts +0 -11
- package/dist/src/components/Menu/index.d.ts +0 -13
- package/dist/src/components/Modal/Modal.d.ts +0 -2
- package/dist/src/components/Modal/Modal.types.d.ts +0 -105
- package/dist/src/components/Modal/ModalProvider.d.ts +0 -3
- package/dist/src/components/Modal/hooks/useIDSProvidedModal.d.ts +0 -5
- package/dist/src/components/Modal/hooks/useModal.d.ts +0 -3
- package/dist/src/components/Modal/index.d.ts +0 -4
- package/dist/src/components/Navbar/Navbar.d.ts +0 -2
- package/dist/src/components/Navbar/Navbar.types.d.ts +0 -65
- package/dist/src/components/Navbar/components/HomeLinkContent.d.ts +0 -7
- package/dist/src/components/Navbar/components/LogoFromSrc.d.ts +0 -6
- package/dist/src/components/Navbar/components/NavbarLogo.d.ts +0 -8
- package/dist/src/components/Navbar/index.d.ts +0 -2
- package/dist/src/components/Panel/Panel.d.ts +0 -2
- package/dist/src/components/Panel/Panel.types.d.ts +0 -59
- package/dist/src/components/Panel/index.d.ts +0 -2
- package/dist/src/components/Placeholder/Placeholder.d.ts +0 -2
- package/dist/src/components/Placeholder/Placeholder.types.d.ts +0 -24
- package/dist/src/components/Placeholder/index.d.ts +0 -2
- package/dist/src/components/Popover/InputPopover/InputPopover.d.ts +0 -3
- package/dist/src/components/Popover/InputPopover/InputPopover.types.d.ts +0 -26
- package/dist/src/components/Popover/InputPopover/InputPopoverActivator.d.ts +0 -2
- package/dist/src/components/Popover/InputPopover/InputPopoverProvider.d.ts +0 -2
- package/dist/src/components/Popover/Popover.d.ts +0 -2
- package/dist/src/components/Popover/Popover.types.d.ts +0 -178
- package/dist/src/components/Popover/PopoverProvider.d.ts +0 -3
- package/dist/src/components/Popover/components/NestedPopoverActivator.d.ts +0 -5
- package/dist/src/components/Popover/components/PopoverActivator.d.ts +0 -2
- package/dist/src/components/Popover/components/PopoverContent.d.ts +0 -2
- package/dist/src/components/Popover/helpers/composeFloatingProps.d.ts +0 -15
- package/dist/src/components/Popover/helpers/composePopoverWidth.d.ts +0 -2
- package/dist/src/components/Popover/helpers/handlePopoverTabKey.d.ts +0 -8
- package/dist/src/components/Popover/helpers/hasFocus.d.ts +0 -1
- package/dist/src/components/Popover/helpers/waitUntilTrue.d.ts +0 -1
- package/dist/src/components/Popover/hooks/usePopover.d.ts +0 -1
- package/dist/src/components/Popover/hooks/usePopoverActivatorInteractions.d.ts +0 -15
- package/dist/src/components/Popover/hooks/usePopoverAria.d.ts +0 -6
- package/dist/src/components/Popover/hooks/usePopoverImperativeHandle.d.ts +0 -4
- package/dist/src/components/Popover/hooks/usePopoverItem.d.ts +0 -12
- package/dist/src/components/Popover/hooks/usePopoverNavigation.d.ts +0 -16
- package/dist/src/components/Popover/hooks/usePopoverState.d.ts +0 -10
- package/dist/src/components/Popover/index.d.ts +0 -5
- package/dist/src/components/Progress/Progress.d.ts +0 -2
- package/dist/src/components/Progress/Progress.types.d.ts +0 -23
- package/dist/src/components/Progress/index.d.ts +0 -1
- package/dist/src/components/Provider/Provider.d.ts +0 -20
- package/dist/src/components/Provider/index.d.ts +0 -1
- package/dist/src/components/Radio/Radio.d.ts +0 -2
- package/dist/src/components/Radio/Radio.types.d.ts +0 -45
- package/dist/src/components/Radio/helpers/mapRadioGroupOptions.d.ts +0 -5
- package/dist/src/components/Radio/index.d.ts +0 -2
- package/dist/src/components/RadioGroup/RadioGroup.d.ts +0 -2
- package/dist/src/components/RadioGroup/RadioGroup.types.d.ts +0 -70
- package/dist/src/components/RadioGroup/RadioGroupContext.d.ts +0 -2
- package/dist/src/components/RadioGroup/index.d.ts +0 -2
- package/dist/src/components/Readonly/Readonly.d.ts +0 -3
- package/dist/src/components/Readonly/Readonly.types.d.ts +0 -10
- package/dist/src/components/Readonly/index.d.ts +0 -2
- package/dist/src/components/RichSelect/RichSelect.d.ts +0 -2
- package/dist/src/components/RichSelect/RichSelect.types.d.ts +0 -193
- package/dist/src/components/RichSelect/SelectBody/SelectBody.d.ts +0 -2
- package/dist/src/components/RichSelect/SelectBody/SelectBody.types.d.ts +0 -12
- package/dist/src/components/RichSelect/SelectCreate/SelectCreate.d.ts +0 -2
- package/dist/src/components/RichSelect/SelectCreate/SelectCreate.types.d.ts +0 -29
- package/dist/src/components/RichSelect/SelectHeading/SelectHeading.d.ts +0 -2
- package/dist/src/components/RichSelect/SelectHeading/SelectHeading.types.d.ts +0 -17
- package/dist/src/components/RichSelect/SelectLabel/SelectLabel.d.ts +0 -2
- package/dist/src/components/RichSelect/SelectLabel/SelectLabel.types.d.ts +0 -3
- package/dist/src/components/RichSelect/SelectMenu/SelectMenu.d.ts +0 -2
- package/dist/src/components/RichSelect/SelectMenu/SelectMenu.types.d.ts +0 -49
- package/dist/src/components/RichSelect/SelectMenu/SelectMenuItem.d.ts +0 -2
- package/dist/src/components/RichSelect/SelectSearch/SelectSearch.d.ts +0 -2
- package/dist/src/components/RichSelect/SelectSearch/SelectSearch.types.d.ts +0 -2
- package/dist/src/components/RichSelect/SelectSearchInput/SelectSearchInput.d.ts +0 -3
- package/dist/src/components/RichSelect/SelectSearchInput/SelectSearchInput.types.d.ts +0 -18
- package/dist/src/components/RichSelect/SelectTags/SelectTags.d.ts +0 -2
- package/dist/src/components/RichSelect/SelectTags/SelectTags.types.d.ts +0 -27
- package/dist/src/components/RichSelect/components/SelectActivator.d.ts +0 -7
- package/dist/src/components/RichSelect/components/SelectHiddenInput.d.ts +0 -4
- package/dist/src/components/RichSelect/components/SelectOptions.d.ts +0 -8
- package/dist/src/components/RichSelect/hooks/useRichSelectState.d.ts +0 -17
- package/dist/src/components/RichSelect/index.d.ts +0 -19
- package/dist/src/components/Row/Row.d.ts +0 -2
- package/dist/src/components/Row/Row.types.d.ts +0 -42
- package/dist/src/components/Row/index.d.ts +0 -2
- package/dist/src/components/Select/Select.d.ts +0 -2
- package/dist/src/components/Select/Select.types.d.ts +0 -89
- package/dist/src/components/Select/SelectOption/SelectOption.d.ts +0 -2
- package/dist/src/components/Select/components/SelectControl.d.ts +0 -2
- package/dist/src/components/Select/components/SelectReadonly.d.ts +0 -2
- package/dist/src/components/Select/helpers/mapSelectOptions.d.ts +0 -3
- package/dist/src/components/Select/helpers/nodesToSelectOptions.d.ts +0 -11
- package/dist/src/components/Select/index.d.ts +0 -4
- package/dist/src/components/Skeleton/Skeleton.d.ts +0 -2
- package/dist/src/components/Skeleton/Skeleton.types.d.ts +0 -36
- package/dist/src/components/Skeleton/index.d.ts +0 -2
- package/dist/src/components/SkipLink/SkipLink.d.ts +0 -2
- package/dist/src/components/SkipLink/SkipLink.types.d.ts +0 -22
- package/dist/src/components/SkipLink/index.d.ts +0 -2
- package/dist/src/components/Slideout/Slideout.d.ts +0 -2
- package/dist/src/components/Slideout/Slideout.types.d.ts +0 -150
- package/dist/src/components/Slideout/SlideoutProvider.d.ts +0 -3
- package/dist/src/components/Slideout/components/SlideoutInner.d.ts +0 -2
- package/dist/src/components/Slideout/hooks/useIDSProvidedSlideout.d.ts +0 -5
- package/dist/src/components/Slideout/hooks/useSlideout.d.ts +0 -3
- package/dist/src/components/Slideout/index.d.ts +0 -4
- package/dist/src/components/Slider/Slider.d.ts +0 -2
- package/dist/src/components/Slider/Slider.types.d.ts +0 -94
- package/dist/src/components/Slider/components/SliderTicks.d.ts +0 -2
- package/dist/src/components/Slider/index.d.ts +0 -2
- package/dist/src/components/Spinner/Spinner.d.ts +0 -2
- package/dist/src/components/Spinner/Spinner.types.d.ts +0 -13
- package/dist/src/components/Spinner/index.d.ts +0 -2
- package/dist/src/components/Stack/Stack.d.ts +0 -2
- package/dist/src/components/Stack/Stack.types.d.ts +0 -22
- package/dist/src/components/Stack/index.d.ts +0 -2
- package/dist/src/components/TabSet/Tab/Tab.d.ts +0 -2
- package/dist/src/components/TabSet/Tab/Tab.types.d.ts +0 -21
- package/dist/src/components/TabSet/TabSet.d.ts +0 -2
- package/dist/src/components/TabSet/TabSet.types.d.ts +0 -84
- package/dist/src/components/TabSet/TabSetProvider.d.ts +0 -3
- package/dist/src/components/TabSet/components/TabSetItem.d.ts +0 -2
- package/dist/src/components/TabSet/helpers/mapTabs.d.ts +0 -3
- package/dist/src/components/TabSet/hooks/useTabSetItems.d.ts +0 -1
- package/dist/src/components/TabSet/index.d.ts +0 -5
- package/dist/src/components/Table/Table.d.ts +0 -7
- package/dist/src/components/Table/Table.types.d.ts +0 -208
- package/dist/src/components/Table/TableBody/TableBody.d.ts +0 -2
- package/dist/src/components/Table/TableBody/TableBody.types.d.ts +0 -29
- package/dist/src/components/Table/TableContext.d.ts +0 -2
- package/dist/src/components/Table/TableFormattedValue/TableFormattedValue.d.ts +0 -2
- package/dist/src/components/Table/TableFormattedValue/TableFormattedValue.types.d.ts +0 -30
- package/dist/src/components/Table/TableProvider.d.ts +0 -5
- package/dist/src/components/Table/components/TableBodyCell.d.ts +0 -2
- package/dist/src/components/Table/components/TableEmpty.d.ts +0 -2
- package/dist/src/components/Table/components/TableHeader.d.ts +0 -2
- package/dist/src/components/Table/components/TableHeaderCell.d.ts +0 -2
- package/dist/src/components/Table/components/TableRows.d.ts +0 -2
- package/dist/src/components/Table/components/TableSortButton.d.ts +0 -2
- package/dist/src/components/Table/helpers/composeIDSTableColumnDefs.d.ts +0 -2
- package/dist/src/components/Table/helpers/composeIDSTableInitialSorting.d.ts +0 -3
- package/dist/src/components/Table/helpers/findColumnByKey.d.ts +0 -2
- package/dist/src/components/Table/helpers/getFormatFromValue.d.ts +0 -2
- package/dist/src/components/Table/helpers/hasColumns.d.ts +0 -2
- package/dist/src/components/Table/hooks/useIDSTableColumnSort.d.ts +0 -2
- package/dist/src/components/Table/hooks/useIDSTableColumnStyles.d.ts +0 -2
- package/dist/src/components/Table/hooks/useTable.d.ts +0 -1
- package/dist/src/components/Table/index.d.ts +0 -6
- package/dist/src/components/Tag/Tag.d.ts +0 -2
- package/dist/src/components/Tag/Tag.types.d.ts +0 -25
- package/dist/src/components/Tag/TagInput/TagInput.d.ts +0 -3
- package/dist/src/components/Tag/TagInput/TagInput.types.d.ts +0 -21
- package/dist/src/components/Tag/components/TagListInput/TagListInput.d.ts +0 -3
- package/dist/src/components/Tag/components/TagListInput/TagListInput.types.d.ts +0 -45
- package/dist/src/components/Tag/index.d.ts +0 -4
- package/dist/src/components/Text/Text.d.ts +0 -2
- package/dist/src/components/Text/Text.types.d.ts +0 -45
- package/dist/src/components/Text/index.d.ts +0 -2
- package/dist/src/components/Toaster/Toast/Toast.d.ts +0 -3
- package/dist/src/components/Toaster/Toast/Toast.types.d.ts +0 -95
- package/dist/src/components/Toaster/Toast/ToastAnimated.d.ts +0 -2
- package/dist/src/components/Toaster/Toast/ToastIcon.d.ts +0 -6
- package/dist/src/components/Toaster/Toaster.d.ts +0 -2
- package/dist/src/components/Toaster/Toaster.types.d.ts +0 -37
- package/dist/src/components/Toaster/ToasterProvider.d.ts +0 -14
- package/dist/src/components/Toaster/hooks/useToaster.d.ts +0 -9
- package/dist/src/components/Toaster/index.d.ts +0 -5
- package/dist/src/components/Toggle/Toggle.d.ts +0 -2
- package/dist/src/components/Toggle/Toggle.types.d.ts +0 -45
- package/dist/src/components/Toggle/index.d.ts +0 -2
- package/dist/src/components/Tooltip/Tooltip.d.ts +0 -2
- package/dist/src/components/Tooltip/Tooltip.types.d.ts +0 -33
- package/dist/src/components/Tooltip/index.d.ts +0 -2
- package/dist/src/components/ValidationMessage/ValidationBase/ValidationBase.d.ts +0 -2
- package/dist/src/components/ValidationMessage/ValidationBase/ValidationBase.types.d.ts +0 -27
- package/dist/src/components/ValidationMessage/ValidationLink/ValidationLink.d.ts +0 -2
- package/dist/src/components/ValidationMessage/ValidationLink/ValidationLink.types.d.ts +0 -12
- package/dist/src/components/ValidationMessage/ValidationMessage.d.ts +0 -2
- package/dist/src/components/ValidationMessage/ValidationMessage.types.d.ts +0 -13
- package/dist/src/components/ValidationMessage/ValidationSummary/ValidationSummary.d.ts +0 -2
- package/dist/src/components/ValidationMessage/ValidationSummary/ValidationSummary.types.d.ts +0 -27
- package/dist/src/components/ValidationMessage/index.d.ts +0 -6
- package/dist/src/constants.d.ts +0 -123
- package/dist/src/enums.d.ts +0 -215
- package/dist/src/helpers/dom/closestCrossShadow.d.ts +0 -9
- package/dist/src/helpers/dom/domUtils.d.ts +0 -5
- package/dist/src/helpers/dom/focusableElements.d.ts +0 -1
- package/dist/src/helpers/dom/getActiveElement.d.ts +0 -1
- package/dist/src/helpers/dom/hasShadowDom.d.ts +0 -1
- package/dist/src/helpers/form/getFormControlValueAsString.d.ts +0 -2
- package/dist/src/helpers/form/getFormControlValueAsStringIfDefined.d.ts +0 -2
- package/dist/src/helpers/form/getValueAsEvent.d.ts +0 -15
- package/dist/src/helpers/form/isValidFormInputElement.d.ts +0 -1
- package/dist/src/helpers/formatting/capitalizeFirstLetter.d.ts +0 -1
- package/dist/src/helpers/formatting/formatCurrency.d.ts +0 -25
- package/dist/src/helpers/formatting/formatDate.d.ts +0 -5
- package/dist/src/helpers/formatting/formatDateTime.d.ts +0 -3
- package/dist/src/helpers/formatting/formatObjectKey.d.ts +0 -1
- package/dist/src/helpers/formatting/formatPercentage.d.ts +0 -1
- package/dist/src/helpers/formatting/stringReplacer.d.ts +0 -2
- package/dist/src/helpers/formatting/toArray.d.ts +0 -1
- package/dist/src/helpers/formatting/toCSSLengthValue.d.ts +0 -1
- package/dist/src/helpers/label-value/composeLabelValueDescriptor.d.ts +0 -9
- package/dist/src/helpers/label-value/getQueryRangeExclusive.d.ts +0 -8
- package/dist/src/helpers/label-value/getValueFromLabelValues.d.ts +0 -2
- package/dist/src/helpers/label-value/highlightQueryInLabel.d.ts +0 -2
- package/dist/src/helpers/label-value/highlightQueryInLabelValue.d.ts +0 -3
- package/dist/src/helpers/label-value/searchLabelValues.d.ts +0 -2
- package/dist/src/helpers/responsive/getResponsiveLayoutModifiers.d.ts +0 -2
- package/dist/src/helpers/responsive/getResponsivePaddingClasses.d.ts +0 -2
- package/dist/src/helpers/transition/getTransitionDuration.d.ts +0 -1
- package/dist/src/helpers/transition/timeStringToNumber.d.ts +0 -1
- package/dist/src/helpers/utility/generateScopedName.d.ts +0 -8
- package/dist/src/helpers/utility/idsLogger.d.ts +0 -3
- package/dist/src/helpers/utility/propagateTestid.d.ts +0 -1
- package/dist/src/hooks/index.d.ts +0 -4
- package/dist/src/hooks/useAriaRelationship.d.ts +0 -11
- package/dist/src/hooks/useBreakpoint.d.ts +0 -11
- package/dist/src/hooks/useControlledState.d.ts +0 -22
- package/dist/src/hooks/useIdIfNeeded.d.ts +0 -2
- package/dist/src/hooks/useResponsiveProps.d.ts +0 -19
- package/dist/src/interfaces.d.ts +0 -68
- package/dist/src/main.d.ts +0 -58
- package/dist/src/patterns/Loading/Loading.d.ts +0 -47
- package/dist/src/patterns/Loading/LoadingSuspense.d.ts +0 -73
- package/dist/src/patterns/Loading/components/ComponentLoading.d.ts +0 -53
- package/dist/src/patterns/Loading/components/DefaultLoading.d.ts +0 -27
- package/dist/src/patterns/Loading/components/LongLoading.d.ts +0 -60
- package/dist/src/patterns/Loading/components/PageLoading.d.ts +0 -41
- package/dist/src/patterns/Loading/components/StartUpLoading.d.ts +0 -67
- package/dist/src/patterns/Loading/components/ValidateLoading.d.ts +0 -38
- package/dist/src/patterns/Loading/hooks/useEstimatedProgressValue.d.ts +0 -11
- package/dist/src/patterns/Loading/hooks/useShouldRenderLoading.d.ts +0 -10
- package/dist/src/patterns/Loading/hooks/useShowIndicator.d.ts +0 -9
- package/dist/src/patterns/Loading/hooks/useSuspenseResource.d.ts +0 -17
- package/dist/src/patterns/Loading/index.d.ts +0 -2
- package/dist/src/types.d.ts +0 -21
- package/dist/useIDSButtonGroupItem-VfKx4O-O.js +0 -30
- package/dist/vite.config.d.ts +0 -2
- package/dist/vitest.config.d.ts +0 -2
- package/dist/vitest.setup.d.ts +0 -0
- /package/{LICENSE.txt → LICENSE} +0 -0
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { IressToastProps, ToastWithEnums } from './Toast.types';
|
|
2
|
-
export declare const Toast: ({ heading, headingLevel, headingText, status, actions, content, dismissible, onClose, children, "data-testid": dataTestId, className, ...restProps }: IressToastProps, ref: React.Ref<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export declare const IressToast: ToastWithEnums;
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { IressHTMLAttributes } from '../../../interfaces';
|
|
3
|
-
import { HeadingLevel } from '../../../enums';
|
|
4
|
-
import { ButtonRef } from '../../Button';
|
|
5
|
-
interface ToastHeadingProps<T = HTMLDivElement> extends IressHTMLAttributes<T> {
|
|
6
|
-
/**
|
|
7
|
-
* The heading area of the toast. You can pass react component such as `<IressText>Error</IressText>`.
|
|
8
|
-
* If a string is provided, it will default to a `<h2 />` element.
|
|
9
|
-
*/
|
|
10
|
-
heading?: React.ReactNode;
|
|
11
|
-
}
|
|
12
|
-
interface ToastCloseButtonProps<T = HTMLDivElement> extends IressHTMLAttributes<T> {
|
|
13
|
-
/**
|
|
14
|
-
* A boolean to show hide the dismiss close button on the top right of the corner.
|
|
15
|
-
* @default true
|
|
16
|
-
*/
|
|
17
|
-
dismissible?: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* Click event on the close button of the toast.
|
|
20
|
-
*/
|
|
21
|
-
onClose?: (e?: React.MouseEvent<ButtonRef>) => void;
|
|
22
|
-
}
|
|
23
|
-
interface ToastActionProps<T = HTMLDivElement> extends IressHTMLAttributes<T> {
|
|
24
|
-
/**
|
|
25
|
-
* Buttons and controls for the toast.
|
|
26
|
-
*/
|
|
27
|
-
actions?: React.ReactNode;
|
|
28
|
-
}
|
|
29
|
-
interface ToastContentProps extends ToastHeadingProps, ToastCloseButtonProps, ToastActionProps {
|
|
30
|
-
/**
|
|
31
|
-
* The toast message.
|
|
32
|
-
*/
|
|
33
|
-
children?: React.ReactNode;
|
|
34
|
-
/**
|
|
35
|
-
* The content of the toast message.
|
|
36
|
-
* @deprecated use children instead.
|
|
37
|
-
*/
|
|
38
|
-
content?: string;
|
|
39
|
-
/**
|
|
40
|
-
* System status of Toast
|
|
41
|
-
*/
|
|
42
|
-
status: ToastStatus;
|
|
43
|
-
}
|
|
44
|
-
export interface IressToastProps extends IressHTMLAttributes<HTMLDivElement>, ToastContentProps {
|
|
45
|
-
/**
|
|
46
|
-
* The toast message.
|
|
47
|
-
*/
|
|
48
|
-
children?: React.ReactNode;
|
|
49
|
-
/**
|
|
50
|
-
* The content of the toast message.
|
|
51
|
-
* @deprecated use children instead.
|
|
52
|
-
*/
|
|
53
|
-
content?: string;
|
|
54
|
-
/**
|
|
55
|
-
* Heading level for the Toast heading. Will be ignored if headingText is not supplied.
|
|
56
|
-
* @default h2
|
|
57
|
-
* @deprecated Use `heading` instead.
|
|
58
|
-
*/
|
|
59
|
-
headingLevel?: HeadingLevel;
|
|
60
|
-
/**
|
|
61
|
-
* Text for Toast heading. If not supplied, heading will not be displayed.
|
|
62
|
-
* @deprecated Use `heading` instead.
|
|
63
|
-
*/
|
|
64
|
-
headingText?: string;
|
|
65
|
-
/**
|
|
66
|
-
* The amount of time, in milliseconds, the toast is displayed on screen without
|
|
67
|
-
* the users interaction. Will fall back to timeout prop on parent toaster and then
|
|
68
|
-
* the default time of 6000ms. If set to 0, the toast will not auto dismiss.
|
|
69
|
-
* @default 6000
|
|
70
|
-
*/
|
|
71
|
-
timeout?: number;
|
|
72
|
-
}
|
|
73
|
-
export interface IressToastAnimatedProps extends IressToastProps {
|
|
74
|
-
/**
|
|
75
|
-
* The animation of the toast. If not provided, it will simply fade in and out.
|
|
76
|
-
*/
|
|
77
|
-
animation?: ToastAnimation;
|
|
78
|
-
/**
|
|
79
|
-
* Called when the element timed out.
|
|
80
|
-
*/
|
|
81
|
-
onTimeout?: () => void;
|
|
82
|
-
}
|
|
83
|
-
export type ToastActionComponent = React.FC<ToastActionProps>;
|
|
84
|
-
export type ToastCloseButtonComponent = React.FC<ToastCloseButtonProps>;
|
|
85
|
-
export type ToastContentComponent = React.FC<ToastContentProps>;
|
|
86
|
-
export type ToastWithEnums = React.ForwardRefExoticComponent<IressToastProps & React.RefAttributes<HTMLDivElement>> & {
|
|
87
|
-
/** @deprecated IressToast.HeadingLevel is now deprecated and will be removed in a future version. Please use the value directly. **/
|
|
88
|
-
HeadingLevel: typeof HeadingLevel;
|
|
89
|
-
};
|
|
90
|
-
export type NewToast = Omit<IressToastProps, 'status'>;
|
|
91
|
-
export declare const TOAST_STATUS: readonly ["success", "error", "info"];
|
|
92
|
-
export type ToastStatus = (typeof TOAST_STATUS)[number];
|
|
93
|
-
export declare const TOAST_ANIMATION: readonly ["start-x", "end-x", "start-y", "end-y"];
|
|
94
|
-
export type ToastAnimation = (typeof TOAST_ANIMATION)[number];
|
|
95
|
-
export {};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { DetailedHTMLProps, HTMLAttributes, PropsWithChildren } from 'react';
|
|
2
|
-
import { IressToastProps, ToastAnimation } from './Toast/Toast.types';
|
|
3
|
-
import { FloatingUIContainer } from '../../types';
|
|
4
|
-
export type ToastItem = IressToastProps & {
|
|
5
|
-
id: string;
|
|
6
|
-
content?: React.ReactNode;
|
|
7
|
-
};
|
|
8
|
-
export interface IressToasterOptions {
|
|
9
|
-
/**
|
|
10
|
-
* The position on the screen where the toast will appear.
|
|
11
|
-
* @default bottom-end
|
|
12
|
-
*/
|
|
13
|
-
position?: ToasterPosition | ToasterPositions;
|
|
14
|
-
/**
|
|
15
|
-
* The container element to render the toaster into.
|
|
16
|
-
* By default, the toaster will render at the end of the document body.
|
|
17
|
-
*/
|
|
18
|
-
container?: FloatingUIContainer;
|
|
19
|
-
}
|
|
20
|
-
export interface IressToasterProps extends React.HTMLAttributes<HTMLDivElement>, IressToasterOptions {
|
|
21
|
-
toasts?: ToastItem[];
|
|
22
|
-
}
|
|
23
|
-
export interface IressToasterProviderProps extends PropsWithChildren, IressToasterOptions {
|
|
24
|
-
}
|
|
25
|
-
/** @deprecated IressToaster.Position is now deprecated and will be removed in a future version. Please use the value directly. **/
|
|
26
|
-
export declare enum ToasterPosition {
|
|
27
|
-
BottomStart = "bottom-start",
|
|
28
|
-
BottomCenter = "bottom-center",
|
|
29
|
-
BottomEnd = "bottom-end",
|
|
30
|
-
TopStart = "top-start",
|
|
31
|
-
TopCenter = "top-center",
|
|
32
|
-
TopEnd = "top-end"
|
|
33
|
-
}
|
|
34
|
-
export declare const TOASTER_POSITION: readonly ["bottom-center", "bottom-end", "bottom-start", "top-center", "top-end", "top-start"];
|
|
35
|
-
export type ToasterPositions = (typeof TOASTER_POSITION)[number];
|
|
36
|
-
export declare const TOAST_POSITION_ANIMATION_MATRIX: Record<ToasterPosition, ToastAnimation>;
|
|
37
|
-
export declare const TOASTER_ARIA_ATTRIBUTES: DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { MouseEvent } from 'react';
|
|
2
|
-
import { IressToasterOptions, IressToasterProviderProps } from './Toaster.types';
|
|
3
|
-
import { IressToastProps } from './Toast/Toast.types';
|
|
4
|
-
import { ButtonRef } from '../Button';
|
|
5
|
-
interface ToasterContextValue {
|
|
6
|
-
animateOut: (id: string) => void;
|
|
7
|
-
show: (toast: IressToastProps) => string;
|
|
8
|
-
close: (id: string, e?: MouseEvent<ButtonRef>) => void;
|
|
9
|
-
options: IressToasterOptions;
|
|
10
|
-
setOptions: (options: IressToasterOptions) => void;
|
|
11
|
-
}
|
|
12
|
-
export declare const ToasterContext: import('react').Context<ToasterContextValue | undefined>;
|
|
13
|
-
export declare const IressToasterProvider: ({ children, ...defaultOptions }: IressToasterProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { NewToast } from '../Toast/Toast.types';
|
|
2
|
-
import { ToasterPositions } from '../Toaster.types';
|
|
3
|
-
export declare const useToaster: (position?: ToasterPositions) => {
|
|
4
|
-
success: (toast: NewToast) => string;
|
|
5
|
-
error: (toast: NewToast) => string;
|
|
6
|
-
info: (toast: NewToast) => string;
|
|
7
|
-
close: (id: string) => void;
|
|
8
|
-
options: import('../Toaster.types').IressToasterOptions;
|
|
9
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { IressHTMLAttributes } from '../../interfaces';
|
|
3
|
-
export interface ToggleProps extends Omit<IressHTMLAttributes, 'onChange'> {
|
|
4
|
-
/**
|
|
5
|
-
* Sets the checked state of the Toggle.
|
|
6
|
-
*/
|
|
7
|
-
checked?: boolean;
|
|
8
|
-
/**
|
|
9
|
-
* Provides the label for the Toggle.
|
|
10
|
-
*/
|
|
11
|
-
children: ReactNode;
|
|
12
|
-
/**
|
|
13
|
-
* Hides the label if true (label will still be read out by screen readers).
|
|
14
|
-
*/
|
|
15
|
-
hiddenLabel?: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Determines the layout of the label with respect to the control.
|
|
18
|
-
*/
|
|
19
|
-
layout?: ToggleLayout | ToggleLayouts;
|
|
20
|
-
/**
|
|
21
|
-
* Emitted when the checked state changes.
|
|
22
|
-
*/
|
|
23
|
-
onChange?: (checked: boolean, event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
24
|
-
}
|
|
25
|
-
export interface ToggleLabelProps extends IressHTMLAttributes {
|
|
26
|
-
/**
|
|
27
|
-
* Hides the label if true (label will still be read out by screen readers)
|
|
28
|
-
*/
|
|
29
|
-
hiddenLabel?: boolean;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated The ToggleLayout enum will be removed in future versions of IDS. Please use the ToggleLayouts type instead.
|
|
33
|
-
*/
|
|
34
|
-
export declare enum ToggleLayout {
|
|
35
|
-
Inline = "inline",
|
|
36
|
-
InlineBetween = "inline-between",
|
|
37
|
-
InlineReverse = "inline-reverse",
|
|
38
|
-
Stack = "stack"
|
|
39
|
-
}
|
|
40
|
-
export declare const TOGGLE_LAYOUTS: readonly ["inline", "inline-between", "inline-reverse", "stack"];
|
|
41
|
-
export type ToggleLayouts = (typeof TOGGLE_LAYOUTS)[number];
|
|
42
|
-
export interface ToggleWithEnums extends React.ForwardRefExoticComponent<ToggleProps & React.RefAttributes<HTMLDivElement>> {
|
|
43
|
-
/** @deprecated The IressToggle.Layout enum will be removed in future versions of IDS. Please use the value directly instead. */
|
|
44
|
-
Layout: typeof ToggleLayout;
|
|
45
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { FloatingUIAligns } from '../../main';
|
|
2
|
-
import { FloatingUIAlign } from '../../enums';
|
|
3
|
-
import { IressHTMLAttributes } from '../../interfaces';
|
|
4
|
-
import { ReactNode } from 'react';
|
|
5
|
-
export interface IressTooltipProps extends IressHTMLAttributes {
|
|
6
|
-
/**
|
|
7
|
-
* Sets the alignment of the popover relative to the activator element.
|
|
8
|
-
* @default top
|
|
9
|
-
*/
|
|
10
|
-
align?: FloatingUIAlign | FloatingUIAligns;
|
|
11
|
-
/**
|
|
12
|
-
* The element to add a tooltip to.
|
|
13
|
-
*/
|
|
14
|
-
children: ReactNode;
|
|
15
|
-
/**
|
|
16
|
-
* Sets the tooltip display delay in milliseconds.
|
|
17
|
-
* @default 500
|
|
18
|
-
*/
|
|
19
|
-
delay?: number;
|
|
20
|
-
/**
|
|
21
|
-
* Only used for internal testing.
|
|
22
|
-
* @default false
|
|
23
|
-
*/
|
|
24
|
-
open?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Sets the tooltip text. Can accept a string or an array of strings - if given an array, will output each string on a new line.
|
|
27
|
-
*/
|
|
28
|
-
tooltipText: string | string[];
|
|
29
|
-
}
|
|
30
|
-
export interface TooltipWithEnums extends React.FC<IressTooltipProps> {
|
|
31
|
-
/** @deprecated IressTooltip.Align is now deprecated and will be removed in a future version. Please use the GutterSizes type instead. */
|
|
32
|
-
Align: typeof FloatingUIAlign;
|
|
33
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { IressAnchorHTMLAttributes, SystemValidationStatus, SystemValidationStatuses } from '../../../main';
|
|
2
|
-
import { ElementType, ReactNode } from 'react';
|
|
3
|
-
export type ValidationBaseProps<T = ElementType, U = IressAnchorHTMLAttributes<T>> = Omit<U, 'prefix'> & {
|
|
4
|
-
/**
|
|
5
|
-
* The base tag of the label.
|
|
6
|
-
* @default label
|
|
7
|
-
*/
|
|
8
|
-
as?: T;
|
|
9
|
-
/**
|
|
10
|
-
* Validation content (what went wrong, what went right).
|
|
11
|
-
*/
|
|
12
|
-
children?: ReactNode;
|
|
13
|
-
/**
|
|
14
|
-
* Prefix to the validation message. Will be `status` prop if nothing is provided.
|
|
15
|
-
*/
|
|
16
|
-
prefix?: ReactNode;
|
|
17
|
-
/**
|
|
18
|
-
* Whether message is danger, warning, success or info.
|
|
19
|
-
* **Note**: danger is translated to Error when used as the prefix.
|
|
20
|
-
* @default danger
|
|
21
|
-
**/
|
|
22
|
-
status?: SystemValidationStatus | SystemValidationStatuses;
|
|
23
|
-
/**
|
|
24
|
-
* If set to true, the prefix will be visually displayed (default is only available to screen readers)
|
|
25
|
-
*/
|
|
26
|
-
visiblePrefix?: boolean;
|
|
27
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ValidationBaseProps } from '../ValidationBase/ValidationBase.types';
|
|
3
|
-
export interface IressValidationLinkProps extends Omit<ValidationBaseProps<'a'>, 'as'> {
|
|
4
|
-
/**
|
|
5
|
-
* Validation content (what went wrong, what went right).
|
|
6
|
-
*/
|
|
7
|
-
children?: ReactNode;
|
|
8
|
-
/**
|
|
9
|
-
* ID of element the message is describing. If nothing is supplied a link will not render.
|
|
10
|
-
*/
|
|
11
|
-
linkToTarget: string;
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ValidationBaseProps } from './ValidationBase/ValidationBase.types';
|
|
3
|
-
import { IressHTMLAttributes, SystemValidationStatus } from '../../main';
|
|
4
|
-
export interface IressValidationMessageProps extends Omit<ValidationBaseProps<'div', IressHTMLAttributes<'div'>>, 'as'> {
|
|
5
|
-
/**
|
|
6
|
-
* Validation content (what went wrong, what went right).
|
|
7
|
-
*/
|
|
8
|
-
children?: ReactNode;
|
|
9
|
-
}
|
|
10
|
-
export interface ValidationMessageWithEnums extends React.FC<IressValidationMessageProps> {
|
|
11
|
-
/** @deprecated IressValidationMessage.Status enum is now deprecated and will be removed in a future version. Please use the SystemValidationStatuses type instead. **/
|
|
12
|
-
Status: typeof SystemValidationStatus;
|
|
13
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { IressValidationSummaryProps } from './ValidationSummary.types';
|
|
2
|
-
export declare const IressValidationSummary: ({ messages, linkToTarget, prefix, visiblePrefix, status, className, "data-testid": dataTestId, ...restProps }: IressValidationSummaryProps) => import("react/jsx-runtime").JSX.Element | null;
|
package/dist/src/components/ValidationMessage/ValidationSummary/ValidationSummary.types.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { IressHTMLAttributes, ValidationMessageObj } from '../../../interfaces';
|
|
3
|
-
import { SystemValidationStatus } from '../../../enums';
|
|
4
|
-
import { SystemValidationStatuses } from '../../../main';
|
|
5
|
-
export interface IressValidationSummaryProps extends Omit<IressHTMLAttributes<HTMLUListElement>, 'prefix'> {
|
|
6
|
-
/**
|
|
7
|
-
* ValidationMessage Array containing the `id` of the field and the validation message
|
|
8
|
-
**/
|
|
9
|
-
messages: ValidationMessageObj[];
|
|
10
|
-
/**
|
|
11
|
-
* Renders validation messages as links pointing at the field it relates to, specified as a string
|
|
12
|
-
* Only works when used with the `messages` prop.
|
|
13
|
-
*/
|
|
14
|
-
linkToTarget?: string;
|
|
15
|
-
/**
|
|
16
|
-
* Prefix to all validation messages. Will be `status` prop if nothing is provided.
|
|
17
|
-
*/
|
|
18
|
-
prefix?: ReactNode;
|
|
19
|
-
/**
|
|
20
|
-
* Status for all child ValidationMessage components
|
|
21
|
-
*/
|
|
22
|
-
status?: SystemValidationStatus | SystemValidationStatuses;
|
|
23
|
-
/**
|
|
24
|
-
* If set to true, the prefix will be visually displayed (default is only available to screen readers)
|
|
25
|
-
*/
|
|
26
|
-
visiblePrefix?: boolean;
|
|
27
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './ValidationMessage';
|
|
2
|
-
export * from './ValidationMessage.types';
|
|
3
|
-
export * from './ValidationLink/ValidationLink';
|
|
4
|
-
export * from './ValidationLink/ValidationLink.types';
|
|
5
|
-
export * from './ValidationSummary/ValidationSummary';
|
|
6
|
-
export * from './ValidationSummary/ValidationSummary.types';
|
package/dist/src/constants.d.ts
DELETED
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Breakpoints are the points at which the layout of a page will change in response to the size of the viewport.
|
|
3
|
-
*/
|
|
4
|
-
export declare const BREAKPOINT_DETAILS: {
|
|
5
|
-
/**
|
|
6
|
-
* Extra small breakpoint, for mobile devices
|
|
7
|
-
*/
|
|
8
|
-
xs: {
|
|
9
|
-
mediaQuery: string;
|
|
10
|
-
screenWidthRange: string;
|
|
11
|
-
minScreenWidth: string;
|
|
12
|
-
maxScreenWidth: string;
|
|
13
|
-
containerMaxWidth: string;
|
|
14
|
-
viewportWidth: number;
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
* Small breakpoint, for larger mobile devices and tablets
|
|
18
|
-
*/
|
|
19
|
-
sm: {
|
|
20
|
-
mediaQuery: string;
|
|
21
|
-
screenWidthRange: string;
|
|
22
|
-
minScreenWidth: string;
|
|
23
|
-
maxScreenWidth: string;
|
|
24
|
-
containerMaxWidth: string;
|
|
25
|
-
viewportWidth: number;
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* Medium breakpoint for tablets and small desktops
|
|
29
|
-
*/
|
|
30
|
-
md: {
|
|
31
|
-
mediaQuery: string;
|
|
32
|
-
screenWidthRange: string;
|
|
33
|
-
minScreenWidth: string;
|
|
34
|
-
maxScreenWidth: string;
|
|
35
|
-
containerMaxWidth: string;
|
|
36
|
-
viewportWidth: number;
|
|
37
|
-
};
|
|
38
|
-
/**
|
|
39
|
-
* Large breakpoint for desktops
|
|
40
|
-
*/
|
|
41
|
-
lg: {
|
|
42
|
-
mediaQuery: string;
|
|
43
|
-
screenWidthRange: string;
|
|
44
|
-
minScreenWidth: string;
|
|
45
|
-
maxScreenWidth: string;
|
|
46
|
-
containerMaxWidth: string;
|
|
47
|
-
viewportWidth: number;
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* Extra large breakpoint for large desktops
|
|
51
|
-
*/
|
|
52
|
-
xl: {
|
|
53
|
-
mediaQuery: string;
|
|
54
|
-
screenWidthRange: string;
|
|
55
|
-
minScreenWidth: string;
|
|
56
|
-
maxScreenWidth: string;
|
|
57
|
-
containerMaxWidth: string;
|
|
58
|
-
viewportWidth: number;
|
|
59
|
-
};
|
|
60
|
-
/**
|
|
61
|
-
* Extra extra large breakpoint for extra large desktops (32inch)
|
|
62
|
-
*/
|
|
63
|
-
xxl: {
|
|
64
|
-
mediaQuery: string;
|
|
65
|
-
screenWidthRange: string;
|
|
66
|
-
minScreenWidth: string;
|
|
67
|
-
containerMaxWidth: string;
|
|
68
|
-
viewportWidth: number;
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
export declare const BREAKPOINTS: (keyof typeof BREAKPOINT_DETAILS)[];
|
|
72
|
-
export declare const CSS_IDS_VERSION: string;
|
|
73
|
-
export declare const DISPLAY_MODES: readonly ["inline", "overlay"];
|
|
74
|
-
export declare const FLOATING_UI_ALIGNS: readonly ["auto", "bottom-start", "bottom", "bottom-end", "top-start", "top", "top-end", "left-start", "left", "left-end", "right-start", "right", "right-end"];
|
|
75
|
-
export declare const FOCUSABLE_QUERY_SELECTOR = "button, a[href], input, select, textarea, [tabindex]:not([tabindex=\"-1\"])";
|
|
76
|
-
export declare const FORM_ELEMENT_WIDTHS: readonly ["2", "4", "6", "8", "10", "12", "16", "25perc", "50perc", "75perc", "100perc"];
|
|
77
|
-
/**
|
|
78
|
-
* The grid size is the base unit of the grid system.
|
|
79
|
-
*/
|
|
80
|
-
export declare const GRID_SIZE = 12;
|
|
81
|
-
export declare const GUTTER_SIZES: readonly ["none", "xs", "sm", "md", "lg", "xl"];
|
|
82
|
-
export declare const HEADING_LEVELS: readonly ["h2", "h3", "h4", "h5", "h6"];
|
|
83
|
-
export declare const HORIZONTAL_ALIGNS: readonly ["around", "between", "center", "evenly", "left", "right"];
|
|
84
|
-
export declare const LOGGER_LEVELS: readonly ["log", "warn", "error"];
|
|
85
|
-
export declare const PADDING_SIZES: readonly ["none", "sm", "md", "lg"];
|
|
86
|
-
export declare const SYSTEM_VALIDATION_STATUSES: readonly ["danger", "info", "success", "warning"];
|
|
87
|
-
export declare const TEXT_ALIGNS: readonly ["inherit", "left", "center", "right", "justify"];
|
|
88
|
-
export declare const TEXT_MODES: readonly ["danger", "info", "muted", "primary", "success", "warning", "positive", "negative"];
|
|
89
|
-
export declare const TEXT_VARIANTS: readonly ["blockquote", "body", "bold", "code", "display", "display1", "display2", "display3", "display4", "h1", "h2", "h3", "h4", "h5", "h6", "italic", "lead", "small", "cite", "caption"];
|
|
90
|
-
export declare const VERTICAL_ALIGNS: readonly ["top", "middle", "bottom", "stretch"];
|
|
91
|
-
/**
|
|
92
|
-
* The z-index determines the stacking order of elements. Elements with a higher z-index always sit in front of elements with a lower z-index. Each index has been mapped to the appropriate elevation(s).
|
|
93
|
-
*/
|
|
94
|
-
export declare const Z_INDEX: {
|
|
95
|
-
/**
|
|
96
|
-
* The default z-index used for most elements. Can be combined with raised and floating elevations.
|
|
97
|
-
*/
|
|
98
|
-
DEFAULT: number;
|
|
99
|
-
/**
|
|
100
|
-
* Used for IressNavbar. Can be combined with overflow elevation.
|
|
101
|
-
*/
|
|
102
|
-
NAVBAR: number;
|
|
103
|
-
/**
|
|
104
|
-
* Used for IressPopover. Can be combined with floating elevation.
|
|
105
|
-
*/
|
|
106
|
-
POPOVER: number;
|
|
107
|
-
/**
|
|
108
|
-
* Used for IressSlideout. Can be combined with floating elevation.
|
|
109
|
-
*/
|
|
110
|
-
SLIDEOUT: number;
|
|
111
|
-
/**
|
|
112
|
-
* Used for IressModal. Can be combined with floating elevation.
|
|
113
|
-
*/
|
|
114
|
-
MODAL: number;
|
|
115
|
-
/**
|
|
116
|
-
* Used for IressToast. Can be combined with floating elevation.
|
|
117
|
-
*/
|
|
118
|
-
TOAST: number;
|
|
119
|
-
/**
|
|
120
|
-
* Used for IressTooltip. Can be combined with floating elevation.
|
|
121
|
-
*/
|
|
122
|
-
TOOLTIP: number;
|
|
123
|
-
};
|