@saleor/macaw-ui 0.7.2 → 0.8.0-dev.104
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/README.md +97 -22
- package/dist/.DS_Store +0 -0
- package/dist/Inter-Black.woff2 +0 -0
- package/dist/Inter-BlackItalic.woff2 +0 -0
- package/dist/Inter-Bold.woff2 +0 -0
- package/dist/Inter-BoldItalic.woff2 +0 -0
- package/dist/Inter-ExtraBold.woff2 +0 -0
- package/dist/Inter-ExtraBoldItalic.woff2 +0 -0
- package/dist/Inter-ExtraLight.woff2 +0 -0
- package/dist/Inter-ExtraLightItalic.woff2 +0 -0
- package/dist/Inter-Italic.woff2 +0 -0
- package/dist/Inter-Light.woff2 +0 -0
- package/dist/Inter-LightItalic.woff2 +0 -0
- package/dist/Inter-Medium.woff2 +0 -0
- package/dist/Inter-MediumItalic.woff2 +0 -0
- package/dist/Inter-Regular.woff2 +0 -0
- package/dist/Inter-SemiBold.woff2 +0 -0
- package/dist/Inter-SemiBoldItalic.woff2 +0 -0
- package/dist/Inter-Thin.woff2 +0 -0
- package/dist/Inter-ThinItalic.woff2 +0 -0
- package/dist/Inter-italic.var.woff2 +0 -0
- package/dist/Inter-roman.var.woff2 +0 -0
- package/dist/Inter.var.woff2 +0 -0
- package/dist/components/Accordion/Item/Content.d.ts +9 -0
- package/dist/components/Accordion/Item/Item.d.ts +10 -0
- package/dist/components/Accordion/Item/Trigger.d.ts +10 -0
- package/dist/components/Accordion/Item/TriggerButton.d.ts +8 -0
- package/dist/components/Accordion/Item/index.d.ts +4 -0
- package/dist/components/Accordion/Root.d.ts +1010 -0
- package/dist/components/Accordion/common.css.d.ts +3 -0
- package/dist/components/Accordion/index.d.ts +1019 -0
- package/dist/components/Avatar/Store/Store.css.d.ts +14 -0
- package/dist/components/Avatar/Store/Store.d.ts +12 -0
- package/dist/components/Avatar/Store/index.d.ts +1 -0
- package/dist/components/Avatar/User/User.css.d.ts +14 -0
- package/dist/components/Avatar/User/User.d.ts +12 -0
- package/dist/components/Avatar/User/index.d.ts +1 -0
- package/dist/components/Avatar/common.css.d.ts +6 -0
- package/dist/components/Avatar/index.d.ts +2018 -0
- package/dist/components/BaseInput/BaseInput.css.d.ts +57 -0
- package/dist/components/BaseInput/HelperText.d.ts +8 -0
- package/dist/components/BaseInput/index.d.ts +2 -0
- package/dist/components/BaseSelect/BaseSelect.css.d.ts +22 -0
- package/dist/components/BaseSelect/LoadingListItem/LoadingListItem.d.ts +7 -0
- package/dist/components/BaseSelect/LoadingListItem/Spinner.css.d.ts +1 -0
- package/dist/components/BaseSelect/LoadingListItem/Spinner.d.ts +1 -0
- package/dist/components/BaseSelect/LoadingListItem/index.d.ts +1 -0
- package/dist/components/BaseSelect/helpers.d.ts +5 -0
- package/dist/components/BaseSelect/index.d.ts +4 -0
- package/dist/components/BaseSelect/types.d.ts +6 -0
- package/dist/components/Box/Box.d.ts +1000 -0
- package/dist/components/Box/index.d.ts +1 -0
- package/dist/components/Button/Button.css.d.ts +18 -0
- package/dist/components/Button/Button.d.ts +1015 -0
- package/dist/components/Button/utils.d.ts +2 -0
- package/dist/components/Checkbox/Checkbox.css.d.ts +4 -0
- package/dist/components/Checkbox/Checkbox.d.ts +1021 -0
- package/dist/components/Checkbox/CheckedIcon.d.ts +6 -0
- package/dist/components/Checkbox/IndeterminateIcon.d.ts +6 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Chip/Chip.css.d.ts +9 -0
- package/dist/components/Chip/Chip.d.ts +1009 -0
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/Combobox/Common/ComboboxWrapper.d.ts +18 -0
- package/dist/components/Combobox/Common/index.d.ts +2 -0
- package/dist/components/Combobox/Common/useCombobox.d.ts +23 -0
- package/dist/components/Combobox/Dynamic/DynamicCombobox.d.ts +2044 -0
- package/dist/components/Combobox/Dynamic/index.d.ts +1 -0
- package/dist/components/Combobox/Static/Combobox.d.ts +2029 -0
- package/dist/components/Combobox/Static/index.d.ts +1 -0
- package/dist/components/Combobox/index.d.ts +2 -0
- package/dist/components/Divider/Divider.d.ts +1003 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/Drawer/Content.css.d.ts +1 -0
- package/dist/components/Drawer/Content.d.ts +9 -0
- package/dist/components/Drawer/Root.d.ts +7 -0
- package/dist/components/Drawer/Trigger.d.ts +7 -0
- package/dist/components/Drawer/index.d.ts +16 -0
- package/dist/components/Dropdown/Content.d.ts +11 -0
- package/dist/components/Dropdown/Item.d.ts +9 -0
- package/dist/components/Dropdown/Root.d.ts +10 -0
- package/dist/components/Dropdown/Trigger.d.ts +8 -0
- package/dist/components/Dropdown/common.css.d.ts +2 -0
- package/dist/components/Dropdown/index.d.ts +22 -0
- package/dist/components/DropdownButton/DropdownButton.css.d.ts +13 -0
- package/dist/components/DropdownButton/DropdownButton.d.ts +1012 -0
- package/dist/components/DropdownButton/index.d.ts +1 -0
- package/dist/components/ExperimentalFilters/EventEmitter.d.ts +96 -0
- package/dist/components/ExperimentalFilters/Footer.d.ts +11 -0
- package/dist/components/ExperimentalFilters/RightOperator.d.ts +41 -0
- package/dist/components/ExperimentalFilters/Root.d.ts +11 -0
- package/dist/components/ExperimentalFilters/Row.d.ts +24 -0
- package/dist/components/ExperimentalFilters/context.d.ts +7 -0
- package/dist/components/ExperimentalFilters/index.d.ts +17 -0
- package/dist/components/ExperimentalFilters/useEvents.d.ts +11 -0
- package/dist/components/Expression/AutosizeInput/index.d.ts +23 -0
- package/dist/components/Expression/AutosizeInput/useTextMetrics.d.ts +5 -0
- package/dist/components/Expression/Condition.d.ts +13 -0
- package/dist/components/Expression/Dropdown.d.ts +23 -0
- package/dist/components/Expression/Expression.css.d.ts +37 -0
- package/dist/components/Expression/OperandAutocomplete.d.ts +1009 -0
- package/dist/components/Expression/OperandDropdown.d.ts +8 -0
- package/dist/components/Expression/OperandNumber.d.ts +17 -0
- package/dist/components/Expression/OperandRange.d.ts +15 -0
- package/dist/components/Expression/OperandText.d.ts +9 -0
- package/dist/components/Expression/Root.d.ts +8 -0
- package/dist/components/Expression/index.d.ts +1049 -0
- package/dist/components/Icons/ArrowDownIcon.d.ts +17 -0
- package/dist/components/Icons/ArrowLeftIcon.d.ts +17 -0
- package/dist/components/Icons/ArrowRightIcon.d.ts +17 -0
- package/dist/components/Icons/ArrowUpIcon.d.ts +17 -0
- package/dist/components/Icons/CatalogIcon.d.ts +17 -0
- package/dist/components/Icons/CheckboxIcon.d.ts +17 -0
- package/dist/components/Icons/ChervonDoubleIcon.d.ts +17 -0
- package/dist/components/Icons/ChervonDownIcon.d.ts +17 -0
- package/dist/components/Icons/ChervonUpIcon.d.ts +17 -0
- package/dist/components/Icons/ChevronLeftIcon.d.ts +17 -0
- package/dist/components/Icons/ChevronRightIcon.d.ts +17 -0
- package/dist/components/Icons/CloseIcon.d.ts +17 -0
- package/dist/components/Icons/ConfigurationIcon.d.ts +17 -0
- package/dist/components/Icons/CopyIcon.d.ts +17 -0
- package/dist/components/Icons/CustomersIcon.d.ts +17 -0
- package/dist/components/Icons/DarkModeIcon.d.ts +17 -0
- package/dist/components/Icons/EditIcon.d.ts +17 -0
- package/dist/components/Icons/ExportIcon.d.ts +17 -0
- package/dist/components/Icons/ExternalLinkIcon.d.ts +17 -0
- package/dist/components/Icons/FileExportIcon.d.ts +17 -0
- package/dist/components/Icons/FloppyDiscIcon.d.ts +17 -0
- package/dist/components/Icons/FullscreenOffIcon.d.ts +17 -0
- package/dist/components/Icons/FullscreenOnIcon.d.ts +17 -0
- package/dist/components/Icons/GenericAppIcon.d.ts +17 -0
- package/dist/components/Icons/GripIcon.d.ts +17 -0
- package/dist/components/Icons/HomeIcon.d.ts +17 -0
- package/dist/components/Icons/InfoIcon.d.ts +17 -0
- package/dist/components/Icons/LightModeIcon.d.ts +17 -0
- package/dist/components/Icons/MailIcon.d.ts +17 -0
- package/dist/components/Icons/MarketplaceIcon.d.ts +17 -0
- package/dist/components/Icons/MenuIcon.d.ts +17 -0
- package/dist/components/Icons/MoreOptionsIcon.d.ts +17 -0
- package/dist/components/Icons/OrdersIcon.d.ts +17 -0
- package/dist/components/Icons/PlusIcon.d.ts +17 -0
- package/dist/components/Icons/ProductsIcons.d.ts +17 -0
- package/dist/components/Icons/RemoveIcon.d.ts +17 -0
- package/dist/components/Icons/SVGWrapper/SVGWrapper.css.d.ts +36 -0
- package/dist/components/Icons/SVGWrapper/SVGWrapper.d.ts +17 -0
- package/dist/components/Icons/SVGWrapper/createSVGWrapper.d.ts +18 -0
- package/dist/components/Icons/SVGWrapper/index.d.ts +2 -0
- package/dist/components/Icons/SearchIcon.d.ts +17 -0
- package/dist/components/Icons/SellsIcon.d.ts +17 -0
- package/dist/components/Icons/StorefrontIcon.d.ts +17 -0
- package/dist/components/Icons/TableEditIcon.d.ts +17 -0
- package/dist/components/Icons/TranslationsIcon.d.ts +17 -0
- package/dist/components/Icons/TrashBinIcon.d.ts +17 -0
- package/dist/components/Icons/ViewListIcon.d.ts +17 -0
- package/dist/components/Icons/ViewTableIcon.d.ts +17 -0
- package/dist/components/Icons/ViewTilesIcon.d.ts +17 -0
- package/dist/components/Icons/ViewWideTilesIcon.d.ts +17 -0
- package/dist/components/Icons/VouchersIcon.d.ts +17 -0
- package/dist/components/Icons/WarningIcon.d.ts +17 -0
- package/dist/components/Icons/index.d.ts +48 -0
- package/dist/components/Input/Input.d.ts +1016 -0
- package/dist/components/Input/InputWrapper.d.ts +28 -0
- package/dist/components/Input/helpers.d.ts +4 -0
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/List/Divider.d.ts +10 -0
- package/dist/components/List/Item.d.ts +1012 -0
- package/dist/components/List/ItemGroup/Content.d.ts +7 -0
- package/dist/components/List/ItemGroup/Root.d.ts +11 -0
- package/dist/components/List/ItemGroup/Trigger.d.ts +13 -0
- package/dist/components/List/ItemGroup/common.css.d.ts +3 -0
- package/dist/components/List/ItemGroup/context.d.ts +6 -0
- package/dist/components/List/ItemGroup/index.d.ts +17 -0
- package/dist/components/List/List.d.ts +1008 -0
- package/dist/components/List/index.d.ts +2028 -0
- package/dist/components/Multiselect/Common/Adornment.d.ts +10 -0
- package/dist/components/Multiselect/Common/Multiselect.css.d.ts +10 -0
- package/dist/components/Multiselect/Common/MultiselectWrapper.d.ts +21 -0
- package/dist/components/Multiselect/Common/index.d.ts +3 -0
- package/dist/components/Multiselect/Common/useMultiselect.d.ts +29 -0
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.d.ts +2051 -0
- package/dist/components/Multiselect/Dynamic/index.d.ts +1 -0
- package/dist/components/Multiselect/Static/Multiselect.d.ts +2042 -0
- package/dist/components/Multiselect/Static/index.d.ts +1 -0
- package/dist/components/Multiselect/index.d.ts +2 -0
- package/dist/components/Popover/Anchor.d.ts +7 -0
- package/dist/components/Popover/Arrow.d.ts +9 -0
- package/dist/components/Popover/Content.d.ts +13 -0
- package/dist/components/Popover/Popover.css.d.ts +2 -0
- package/dist/components/Popover/Root.d.ts +12 -0
- package/dist/components/Popover/Trigger.d.ts +7 -0
- package/dist/components/Popover/index.d.ts +26 -0
- package/dist/components/RadioGroup/Group.css.d.ts +16 -0
- package/dist/components/RadioGroup/Group.d.ts +1018 -0
- package/dist/components/RadioGroup/Item.css.d.ts +72 -0
- package/dist/components/RadioGroup/Item.d.ts +1015 -0
- package/dist/components/RadioGroup/index.d.ts +2014 -0
- package/dist/components/SearchInput/SearchInput.css.d.ts +19 -0
- package/dist/components/SearchInput/SearchInput.d.ts +1003 -0
- package/dist/components/SearchInput/index.d.ts +1 -0
- package/dist/components/Select/Select.d.ts +2038 -0
- package/dist/components/Select/SelectWrapper.d.ts +15 -0
- package/dist/components/Select/index.d.ts +1 -0
- package/dist/components/Select/useSelect.d.ts +21 -0
- package/dist/components/Switch/Item.d.ts +12 -0
- package/dist/components/Switch/Switch.css.d.ts +12 -0
- package/dist/components/Switch/Switch.d.ts +1011 -0
- package/dist/components/Switch/index.d.ts +1009 -0
- package/dist/components/Text/Text.css.d.ts +24 -0
- package/dist/components/Text/Text.d.ts +1013 -0
- package/dist/components/Text/index.d.ts +1 -0
- package/dist/components/Toggle/Toggle.css.d.ts +5 -0
- package/dist/components/Toggle/Toggle.d.ts +2 -0
- package/dist/components/Toggle/index.d.ts +1 -0
- package/dist/components/Tooltip/Arrow.d.ts +9 -0
- package/dist/components/Tooltip/Content.d.ts +14 -0
- package/dist/components/Tooltip/ContentHeading.d.ts +8 -0
- package/dist/components/Tooltip/Root.d.ts +13 -0
- package/dist/components/Tooltip/Tooltip.css.d.ts +2 -0
- package/dist/components/Tooltip/Trigger.d.ts +5 -0
- package/dist/components/Tooltip/index.d.ts +23 -0
- package/dist/components/index.d.ts +26 -0
- package/dist/components/types.d.ts +3 -0
- package/dist/index.d.ts +2 -0
- package/dist/macaw-ui.js +98 -0
- package/dist/macaw-ui.mjs +12487 -0
- package/dist/style.css +1 -0
- package/dist/theme/context.d.ts +12 -0
- package/dist/theme/contract.css.d.ts +272 -0
- package/dist/theme/helpers.d.ts +4 -0
- package/dist/theme/index.d.ts +7 -0
- package/dist/theme/media-queries.d.ts +2 -0
- package/dist/theme/provider.d.ts +7 -0
- package/dist/theme/sprinkles.css.d.ts +537 -0
- package/dist/theme/themes/common.d.ts +151 -0
- package/dist/theme/themes/defaultDark.d.ts +272 -0
- package/dist/theme/themes/defaultLight.d.ts +272 -0
- package/dist/theme/themes/index.d.ts +548 -0
- package/dist/utils/css.d.ts +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/useClickOutside.d.ts +1 -0
- package/legacy/dist/cjs/index.js +5 -0
- package/legacy/dist/cjs/index.js.map +7 -0
- package/legacy/dist/esm/index.js +5 -0
- package/legacy/dist/esm/index.js.map +7 -0
- package/legacy/dist/types/Accordion/Accordion.d.ts +7 -0
- package/legacy/dist/types/Chip/Chip.d.ts +8 -0
- package/legacy/dist/types/Chip/ChipMovable.d.ts +5 -0
- package/legacy/dist/types/Chip/ChipRemovable.d.ts +6 -0
- package/legacy/dist/types/Chip/ChipSwatch.d.ts +7 -0
- package/legacy/dist/types/DialogTable/DialogTable.d.ts +6 -0
- package/legacy/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +2 -0
- package/package.json +124 -127
- package/dist/cjs/index.js +0 -5
- package/dist/cjs/index.js.map +0 -7
- package/dist/esm/index.js +0 -5
- package/dist/esm/index.js.map +0 -7
- package/dist/types/Accordion/Accordion.d.ts +0 -7
- package/dist/types/Chip/Chip.d.ts +0 -8
- package/dist/types/Chip/ChipMovable.d.ts +0 -5
- package/dist/types/Chip/ChipRemovable.d.ts +0 -6
- package/dist/types/Chip/ChipSwatch.d.ts +0 -7
- package/dist/types/DialogTable/DialogTable.d.ts +0 -6
- package/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +0 -2
- package/src/Accordion/Accordion.stories.tsx +0 -17
- package/src/Accordion/Accordion.tsx +0 -30
- package/src/Accordion/index.ts +0 -1
- package/src/Accordion/styles.ts +0 -29
- package/src/ActionBar/ActionBar.stories.tsx +0 -34
- package/src/ActionBar/ActionBar.tsx +0 -57
- package/src/ActionBar/context.tsx +0 -41
- package/src/ActionBar/index.ts +0 -2
- package/src/ActionBar/styles.ts +0 -31
- package/src/Alert/Alert.stories.tsx +0 -48
- package/src/Alert/Alert.tsx +0 -86
- package/src/Alert/AlertBase.tsx +0 -38
- package/src/Alert/index.ts +0 -2
- package/src/Alert/styles.ts +0 -59
- package/src/Autocomplete/Autocomplete.stories.tsx +0 -43
- package/src/Autocomplete/Autocomplete.tsx +0 -188
- package/src/Autocomplete/fixtures.ts +0 -122
- package/src/Autocomplete/index.ts +0 -1
- package/src/Autocomplete/styles.ts +0 -22
- package/src/Avatar/Avatar.stories.tsx +0 -22
- package/src/Avatar/Avatar.tsx +0 -26
- package/src/Avatar/index.ts +0 -1
- package/src/Avatar/styles.ts +0 -26
- package/src/Backlink/Backlink.stories.tsx +0 -53
- package/src/Backlink/Backlink.tsx +0 -50
- package/src/Backlink/context.tsx +0 -27
- package/src/Backlink/index.ts +0 -2
- package/src/Backlink/styles.ts +0 -36
- package/src/BaseList/BaseList.tsx +0 -154
- package/src/BaseList/context.ts +0 -16
- package/src/BaseList/index.ts +0 -1
- package/src/BaseList/styles.ts +0 -48
- package/src/Button/Button.tsx +0 -82
- package/src/Button/styles.ts +0 -104
- package/src/Chip/Chip.tsx +0 -52
- package/src/Chip/ChipAdornment.tsx +0 -53
- package/src/Chip/ChipMovable.tsx +0 -40
- package/src/Chip/ChipRemovable.tsx +0 -29
- package/src/Chip/ChipSwatch.tsx +0 -42
- package/src/Chip/index.ts +0 -5
- package/src/Chip/private/ColorSwatch.tsx +0 -21
- package/src/Chip/styles.ts +0 -46
- package/src/CircleIndicator/CircleIndicator.stories.tsx +0 -48
- package/src/CircleIndicator/CircleIndicator.tsx +0 -36
- package/src/CircleIndicator/index.ts +0 -1
- package/src/CircleIndicator/styles.ts +0 -31
- package/src/ConfirmButton/ConfirmButton.stories.tsx +0 -125
- package/src/ConfirmButton/ConfirmButton.tsx +0 -113
- package/src/ConfirmButton/index.ts +0 -1
- package/src/ConfirmButton/styles.ts +0 -43
- package/src/DialogHeader/DialogHeader.tsx +0 -41
- package/src/DialogHeader/index.ts +0 -1
- package/src/DialogHeader/styles.ts +0 -24
- package/src/DialogTable/DialogTable.tsx +0 -23
- package/src/DialogTable/index.ts +0 -1
- package/src/DialogTable/styles.ts +0 -11
- package/src/Filter/Filter.tsx +0 -160
- package/src/Filter/FilterBar.tsx +0 -135
- package/src/Filter/FilterContent.tsx +0 -40
- package/src/Filter/FilterField/AutocompleteFilterField.tsx +0 -61
- package/src/Filter/FilterField/MultipleSelectFilterField.tsx +0 -78
- package/src/Filter/FilterField/MultipleValueAutocompleteFilterField.tsx +0 -61
- package/src/Filter/FilterField/RangeFilterField.tsx +0 -51
- package/src/Filter/FilterField/SelectFilterField.tsx +0 -41
- package/src/Filter/FilterField/TextFilterField.tsx +0 -36
- package/src/Filter/FilterMenu.tsx +0 -66
- package/src/Filter/context.tsx +0 -13
- package/src/Filter/index.ts +0 -4
- package/src/Filter/stories/Filter.stories.tsx +0 -143
- package/src/Filter/stories/FilterInteractive.stories.tsx +0 -97
- package/src/Filter/stories/labels.ts +0 -8
- package/src/Filter/styles.ts +0 -111
- package/src/Filter/types.ts +0 -74
- package/src/Filter/utils.ts +0 -216
- package/src/IconButton/IconButton.stories.tsx +0 -48
- package/src/IconButton/IconButton.tsx +0 -106
- package/src/IconButton/index.ts +0 -1
- package/src/IconButton/partials.ts +0 -66
- package/src/IconButton/styles.ts +0 -116
- package/src/Indicator/Circle.tsx +0 -17
- package/src/Indicator/CircleFilled.tsx +0 -16
- package/src/Indicator/CircleOutline.tsx +0 -34
- package/src/Indicator/Indicator.stories.tsx +0 -49
- package/src/Indicator/Indicator.tsx +0 -65
- package/src/Indicator/IndicatorCircle.stories.tsx +0 -28
- package/src/Indicator/IndicatorCircle.tsx +0 -45
- package/src/Indicator/IndicatorOutlined.stories.tsx +0 -86
- package/src/Indicator/IndicatorOutlined.tsx +0 -63
- package/src/Indicator/index.ts +0 -3
- package/src/Indicator/styles.ts +0 -61
- package/src/LayoutButton/LayoutButton.tsx +0 -49
- package/src/LayoutButton/index.ts +0 -1
- package/src/LayoutButton/styles.ts +0 -33
- package/src/List/List.stories.tsx +0 -137
- package/src/List/List.tsx +0 -67
- package/src/List/context.ts +0 -22
- package/src/List/index.ts +0 -1
- package/src/List/styles.ts +0 -86
- package/src/MultipleValueAutocomplete/MultipleValueAutocomplete.stories.tsx +0 -76
- package/src/MultipleValueAutocomplete/MultipleValueAutocomplete.tsx +0 -186
- package/src/MultipleValueAutocomplete/fixtures.ts +0 -122
- package/src/MultipleValueAutocomplete/index.ts +0 -1
- package/src/MultipleValueAutocomplete/styles.ts +0 -41
- package/src/MultipleValueAutocomplete/useMultipleValueAutocomplete.ts +0 -172
- package/src/NavigationCard/NavigationCard.stories.tsx +0 -33
- package/src/NavigationCard/NavigationCard.tsx +0 -43
- package/src/NavigationCard/NavigationCardBase.tsx +0 -27
- package/src/NavigationCard/index.ts +0 -2
- package/src/NavigationCard/styles.ts +0 -45
- package/src/Notification/Notification.stories.tsx +0 -104
- package/src/Notification/Notification.tsx +0 -147
- package/src/Notification/index.ts +0 -2
- package/src/Notification/styles.ts +0 -104
- package/src/Notification/types.ts +0 -26
- package/src/OffsettedList/OffsettedList.stories.tsx +0 -140
- package/src/OffsettedList/OffsettedList.tsx +0 -54
- package/src/OffsettedList/index.ts +0 -1
- package/src/OffsettedList/styles.ts +0 -92
- package/src/PageTabs/PageTab.stories.tsx +0 -59
- package/src/PageTabs/PageTab.tsx +0 -19
- package/src/PageTabs/PageTabPanel.tsx +0 -15
- package/src/PageTabs/PageTabs.tsx +0 -27
- package/src/PageTabs/index.ts +0 -3
- package/src/PageTabs/styles.ts +0 -35
- package/src/Pagination/Pagination.tsx +0 -65
- package/src/Pagination/PaginationActions.tsx +0 -79
- package/src/Pagination/PaginationRowNumberSelect.tsx +0 -54
- package/src/Pagination/TablePagination.tsx +0 -21
- package/src/Pagination/index.ts +0 -4
- package/src/Pagination/styles.ts +0 -67
- package/src/Pill/Pill.stories.tsx +0 -110
- package/src/Pill/Pill.tsx +0 -64
- package/src/Pill/index.ts +0 -1
- package/src/Pill/styles.ts +0 -95
- package/src/PillLink/PillLink.tsx +0 -53
- package/src/PillLink/index.ts +0 -1
- package/src/PillLink/styles.ts +0 -38
- package/src/ResponsiveTable/ResponsiveTable.tsx +0 -34
- package/src/ResponsiveTable/index.ts +0 -1
- package/src/ResponsiveTable/styles.ts +0 -24
- package/src/Savebar/ButtonTooltipDecorator.tsx +0 -22
- package/src/Savebar/Savebar.stories.tsx +0 -57
- package/src/Savebar/Savebar.tsx +0 -78
- package/src/Savebar/index.ts +0 -1
- package/src/Savebar/styles.ts +0 -12
- package/src/ScrollShadow/ScrollShadow.tsx +0 -49
- package/src/ScrollShadow/index.ts +0 -1
- package/src/ScrollShadow/styles.ts +0 -18
- package/src/Sidebar/ExpandButton.tsx +0 -45
- package/src/Sidebar/MenuItem.tsx +0 -266
- package/src/Sidebar/Sidebar.stories.tsx +0 -24
- package/src/Sidebar/Sidebar.tsx +0 -109
- package/src/Sidebar/fixtures.ts +0 -77
- package/src/Sidebar/index.ts +0 -4
- package/src/Sidebar/types.ts +0 -27
- package/src/Sidebar/utils.ts +0 -23
- package/src/SidebarDrawer/MenuItemBtn.tsx +0 -45
- package/src/SidebarDrawer/SidebarDrawer.stories.tsx +0 -13
- package/src/SidebarDrawer/SidebarDrawer.tsx +0 -135
- package/src/SidebarDrawer/index.ts +0 -2
- package/src/SidebarDrawer/styles.ts +0 -75
- package/src/SquareButton/SquareButton.stories.tsx +0 -20
- package/src/SquareButton/SquareButton.tsx +0 -51
- package/src/SquareButton/index.ts +0 -1
- package/src/StatusChip/StatusChip.stories.tsx +0 -20
- package/src/StatusChip/StatusChip.tsx +0 -27
- package/src/StatusChip/index.ts +0 -2
- package/src/StatusChip/types.ts +0 -8
- package/src/SwitchSelector/SwitchSelector.stories.tsx +0 -63
- package/src/SwitchSelector/SwitchSelector.tsx +0 -20
- package/src/SwitchSelector/SwitchSelectorButton.tsx +0 -60
- package/src/SwitchSelector/index.ts +0 -2
- package/src/Tooltip/Arrow.tsx +0 -54
- package/src/Tooltip/Tooltip.stories.tsx +0 -82
- package/src/Tooltip/Tooltip.tsx +0 -170
- package/src/Tooltip/TooltipMountWrapper.tsx +0 -25
- package/src/Tooltip/index.ts +0 -2
- package/src/Tooltip/styles.ts +0 -152
- package/src/UserChipMenu/UserChipMenu.stories.tsx +0 -46
- package/src/UserChipMenu/UserChipMenu.tsx +0 -98
- package/src/UserChipMenu/UserChipMenuItem.tsx +0 -33
- package/src/UserChipMenu/context.ts +0 -19
- package/src/UserChipMenu/index.ts +0 -2
- package/src/UserChipMenu/styles.ts +0 -66
- package/src/assets/icons/20x20/back_small_icon.svg +0 -1
- package/src/assets/icons/20x20/bookmarks_small_icon.svg +0 -1
- package/src/assets/icons/20x20/checkbox_small_icon.svg +0 -1
- package/src/assets/icons/20x20/chevron_small_icon.svg +0 -1
- package/src/assets/icons/20x20/close_small_icon.svg +0 -1
- package/src/assets/icons/20x20/drag_small_icon.svg +0 -1
- package/src/assets/icons/20x20/filter_small_icon.svg +0 -1
- package/src/assets/icons/20x20/minus_small_icon.svg +0 -1
- package/src/assets/icons/20x20/more_small_icon.svg +0 -1
- package/src/assets/icons/20x20/next_small_icon.svg +0 -1
- package/src/assets/icons/20x20/plus_small_icon.svg +0 -1
- package/src/assets/icons/20x20/search_small_icon.svg +0 -1
- package/src/assets/icons/20x20/sort_big_small_icon.svg +0 -1
- package/src/assets/icons/20x20/sort_small_small_icon.svg +0 -1
- package/src/assets/icons/24x24/add_environment_icon.svg +0 -1
- package/src/assets/icons/24x24/apps_icon.svg +0 -1
- package/src/assets/icons/24x24/arrow_right_icon.svg +0 -1
- package/src/assets/icons/24x24/backspace_icon.svg +0 -1
- package/src/assets/icons/24x24/bag_icon.svg +0 -1
- package/src/assets/icons/24x24/billing_icon.svg +0 -1
- package/src/assets/icons/24x24/bookmark_icon.svg +0 -1
- package/src/assets/icons/24x24/calendar_icon.svg +0 -1
- package/src/assets/icons/24x24/check_icon.svg +0 -1
- package/src/assets/icons/24x24/chevron_icon.svg +0 -1
- package/src/assets/icons/24x24/close_2_icon.svg +0 -1
- package/src/assets/icons/24x24/close_icon.svg +0 -1
- package/src/assets/icons/24x24/code_icon.svg +0 -1
- package/src/assets/icons/24x24/columns_icon.svg +0 -1
- package/src/assets/icons/24x24/copy_icon.svg +0 -1
- package/src/assets/icons/24x24/customers_icon.svg +0 -1
- package/src/assets/icons/24x24/dashboard_icon.svg +0 -1
- package/src/assets/icons/24x24/delete_icon.svg +0 -1
- package/src/assets/icons/24x24/developer_icon.svg +0 -1
- package/src/assets/icons/24x24/discounts_icon.svg +0 -1
- package/src/assets/icons/24x24/download_icon.svg +0 -1
- package/src/assets/icons/24x24/drag_icon.svg +0 -1
- package/src/assets/icons/24x24/edit_icon.svg +0 -1
- package/src/assets/icons/24x24/environment_icon.svg +0 -1
- package/src/assets/icons/24x24/expand_icon.svg +0 -1
- package/src/assets/icons/24x24/expendable_icon.svg +0 -1
- package/src/assets/icons/24x24/eye_closed_icon.svg +0 -1
- package/src/assets/icons/24x24/eye_icon.svg +0 -1
- package/src/assets/icons/24x24/filtering_icon.svg +0 -1
- package/src/assets/icons/24x24/generate_icon.svg +0 -1
- package/src/assets/icons/24x24/github_icon.svg +0 -1
- package/src/assets/icons/24x24/grid_icon.svg +0 -1
- package/src/assets/icons/24x24/help_icon.svg +0 -1
- package/src/assets/icons/24x24/how to_icon.svg +0 -1
- package/src/assets/icons/24x24/link_icon.svg +0 -1
- package/src/assets/icons/24x24/list_icon.svg +0 -1
- package/src/assets/icons/24x24/mail_icon.svg +0 -1
- package/src/assets/icons/24x24/migrate_icon.svg +0 -1
- package/src/assets/icons/24x24/minus_icon.svg +0 -1
- package/src/assets/icons/24x24/models_icon.svg +0 -1
- package/src/assets/icons/24x24/more_horizontal_icon.svg +0 -1
- package/src/assets/icons/24x24/navigation_icon.svg +0 -1
- package/src/assets/icons/24x24/navigator_icon.svg +0 -1
- package/src/assets/icons/24x24/next_icon.svg +0 -1
- package/src/assets/icons/24x24/no_connection_icon.svg +0 -1
- package/src/assets/icons/24x24/notifications_icon.svg +0 -1
- package/src/assets/icons/24x24/orders_icon.svg +0 -1
- package/src/assets/icons/24x24/pages_icon.svg +0 -1
- package/src/assets/icons/24x24/permissions_icon.svg +0 -1
- package/src/assets/icons/24x24/photo_icon.svg +0 -1
- package/src/assets/icons/24x24/play_icon.svg +0 -1
- package/src/assets/icons/24x24/plus_icon.svg +0 -1
- package/src/assets/icons/24x24/preset_icon.svg +0 -1
- package/src/assets/icons/24x24/previous_icon.svg +0 -1
- package/src/assets/icons/24x24/printer_icon.svg +0 -1
- package/src/assets/icons/24x24/privacy_icon.svg +0 -1
- package/src/assets/icons/24x24/process_icon.svg +0 -1
- package/src/assets/icons/24x24/product_icon.svg +0 -1
- package/src/assets/icons/24x24/refresh_icon.svg +0 -1
- package/src/assets/icons/24x24/remove_member_icon.svg +0 -1
- package/src/assets/icons/24x24/reply_icon.svg +0 -1
- package/src/assets/icons/24x24/search_icon.svg +0 -1
- package/src/assets/icons/24x24/settings_icon.svg +0 -1
- package/src/assets/icons/24x24/snapshots_icon.svg +0 -1
- package/src/assets/icons/24x24/sort_down_icon.svg +0 -1
- package/src/assets/icons/24x24/sort_up_icon.svg +0 -1
- package/src/assets/icons/24x24/tasks_icon.svg +0 -1
- package/src/assets/icons/24x24/time_icon.svg +0 -1
- package/src/assets/icons/24x24/to_icon.svg +0 -1
- package/src/assets/icons/24x24/transfer_icon.svg +0 -1
- package/src/assets/icons/24x24/translate_icon.svg +0 -1
- package/src/assets/icons/24x24/translation_icon.svg +0 -1
- package/src/assets/icons/24x24/website_icon.svg +0 -1
- package/src/assets/icons/24x24/wifi_icon.svg +0 -1
- package/src/assets/icons/32x32/attributes_large_icon.svg +0 -1
- package/src/assets/icons/32x32/customer_large_icon.svg +0 -1
- package/src/assets/icons/32x32/digital_large_icon.svg +0 -1
- package/src/assets/icons/32x32/discount_large_icon.svg +0 -1
- package/src/assets/icons/32x32/filtering_large_icon.svg +0 -1
- package/src/assets/icons/32x32/gift card_large_icon.svg +0 -1
- package/src/assets/icons/32x32/navigation_large_icon.svg +0 -1
- package/src/assets/icons/32x32/notes_large_icon.svg +0 -1
- package/src/assets/icons/32x32/omnichannel_large_icon.svg +0 -1
- package/src/assets/icons/32x32/permission_large_icon.svg +0 -1
- package/src/assets/icons/32x32/product_large_icon.svg +0 -1
- package/src/assets/icons/32x32/search_large_icon.svg +0 -1
- package/src/assets/icons/32x32/shipping_large_icon.svg +0 -1
- package/src/assets/icons/32x32/site settings_large_icon.svg +0 -1
- package/src/assets/icons/32x32/staff members_large_icon.svg +0 -1
- package/src/assets/icons/32x32/taxes_large_icon.svg +0 -1
- package/src/assets/icons/32x32/token_large_icon.svg +0 -1
- package/src/assets/icons/32x32/warehouse_large_icon.svg +0 -1
- package/src/assets/icons/32x32/wifi_large_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/error_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/fail_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/fail_outline_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/help_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/success_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/warning_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/small/error_small_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/small/success_small_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/small/warning_small_indicator_icon.svg +0 -1
- package/src/assets/placeholder_64x64.png +0 -0
- package/src/consts.ts +0 -5
- package/src/extensions/index.ts +0 -3
- package/src/extensions/sendMessage.ts +0 -22
- package/src/extensions/types.ts +0 -26
- package/src/extensions/useExtensionMessage.ts +0 -13
- package/src/icons/20x20/BackSmallIcon.tsx +0 -32
- package/src/icons/20x20/BookmarksSmallIcon.tsx +0 -29
- package/src/icons/20x20/CheckboxSmallIcon.tsx +0 -32
- package/src/icons/20x20/ChevronSmallIcon.tsx +0 -32
- package/src/icons/20x20/CloseSmallIcon.tsx +0 -31
- package/src/icons/20x20/DragSmallIcon.tsx +0 -31
- package/src/icons/20x20/FilterSmallIcon.tsx +0 -31
- package/src/icons/20x20/MinusSmallIcon.tsx +0 -32
- package/src/icons/20x20/MoreSmallIcon.tsx +0 -31
- package/src/icons/20x20/NextSmallIcon.tsx +0 -32
- package/src/icons/20x20/PlusSmallIcon.tsx +0 -32
- package/src/icons/20x20/SearchSmallIcon.tsx +0 -31
- package/src/icons/20x20/SortBigSmallIcon.tsx +0 -31
- package/src/icons/20x20/SortSmallSmallIcon.tsx +0 -31
- package/src/icons/20x20/index.ts +0 -14
- package/src/icons/24x24/AddEnvironmentIcon.tsx +0 -32
- package/src/icons/24x24/AppsIcon.tsx +0 -31
- package/src/icons/24x24/ArrowRightIcon.tsx +0 -32
- package/src/icons/24x24/BackspaceIcon.tsx +0 -32
- package/src/icons/24x24/BagIcon.tsx +0 -29
- package/src/icons/24x24/BillingIcon.tsx +0 -32
- package/src/icons/24x24/BookmarkIcon.tsx +0 -29
- package/src/icons/24x24/CalendarIcon.tsx +0 -32
- package/src/icons/24x24/CheckIcon.tsx +0 -32
- package/src/icons/24x24/ChevronIcon.tsx +0 -32
- package/src/icons/24x24/Close2Icon.tsx +0 -39
- package/src/icons/24x24/CloseIcon.tsx +0 -31
- package/src/icons/24x24/CodeIcon.tsx +0 -38
- package/src/icons/24x24/ColumnsIcon.tsx +0 -30
- package/src/icons/24x24/CopyIcon.tsx +0 -39
- package/src/icons/24x24/CustomersIcon.tsx +0 -33
- package/src/icons/24x24/DashboardIcon.tsx +0 -30
- package/src/icons/24x24/DeleteIcon.tsx +0 -32
- package/src/icons/24x24/DeveloperIcon.tsx +0 -44
- package/src/icons/24x24/DiscountsIcon.tsx +0 -31
- package/src/icons/24x24/DownloadIcon.tsx +0 -32
- package/src/icons/24x24/DragIcon.tsx +0 -31
- package/src/icons/24x24/EditIcon.tsx +0 -36
- package/src/icons/24x24/EnvironmentIcon.tsx +0 -36
- package/src/icons/24x24/ExpandIcon.tsx +0 -39
- package/src/icons/24x24/ExpendableIcon.tsx +0 -34
- package/src/icons/24x24/EyeClosedIcon.tsx +0 -30
- package/src/icons/24x24/EyeIcon.tsx +0 -31
- package/src/icons/24x24/FilteringIcon.tsx +0 -32
- package/src/icons/24x24/GenerateIcon.tsx +0 -32
- package/src/icons/24x24/GithubIcon.tsx +0 -40
- package/src/icons/24x24/GridIcon.tsx +0 -61
- package/src/icons/24x24/HelpIcon.tsx +0 -35
- package/src/icons/24x24/HowToIcon.tsx +0 -39
- package/src/icons/24x24/LinkIcon.tsx +0 -32
- package/src/icons/24x24/ListIcon.tsx +0 -34
- package/src/icons/24x24/MailIcon.tsx +0 -31
- package/src/icons/24x24/MigrateIcon.tsx +0 -36
- package/src/icons/24x24/MinusIcon.tsx +0 -32
- package/src/icons/24x24/ModelsIcon.tsx +0 -38
- package/src/icons/24x24/MoreHorizontalIcon.tsx +0 -31
- package/src/icons/24x24/NavigationIcon.tsx +0 -31
- package/src/icons/24x24/NavigatorIcon.tsx +0 -32
- package/src/icons/24x24/NextIcon.tsx +0 -32
- package/src/icons/24x24/NoConnectionIcon.tsx +0 -36
- package/src/icons/24x24/NotificationsIcon.tsx +0 -32
- package/src/icons/24x24/OrdersIcon.tsx +0 -36
- package/src/icons/24x24/PagesIcon.tsx +0 -32
- package/src/icons/24x24/PermissionsIcon.tsx +0 -32
- package/src/icons/24x24/PhotoIcon.tsx +0 -32
- package/src/icons/24x24/PlayIcon.tsx +0 -31
- package/src/icons/24x24/PlusIcon.tsx +0 -32
- package/src/icons/24x24/PresetIcon.tsx +0 -35
- package/src/icons/24x24/PreviousIcon.tsx +0 -32
- package/src/icons/24x24/PrinterIcon.tsx +0 -32
- package/src/icons/24x24/PrivacyIcon.tsx +0 -39
- package/src/icons/24x24/ProcessIcon.tsx +0 -73
- package/src/icons/24x24/ProductIcon.tsx +0 -32
- package/src/icons/24x24/RefreshIcon.tsx +0 -32
- package/src/icons/24x24/RemoveMemberIcon.tsx +0 -34
- package/src/icons/24x24/ReplyIcon.tsx +0 -32
- package/src/icons/24x24/SearchIcon.tsx +0 -39
- package/src/icons/24x24/SettingsIcon.tsx +0 -34
- package/src/icons/24x24/SnapshotsIcon.tsx +0 -39
- package/src/icons/24x24/SortDownIcon.tsx +0 -31
- package/src/icons/24x24/SortUpIcon.tsx +0 -31
- package/src/icons/24x24/TasksIcon.tsx +0 -32
- package/src/icons/24x24/TimeIcon.tsx +0 -39
- package/src/icons/24x24/ToIcon.tsx +0 -32
- package/src/icons/24x24/TransferIcon.tsx +0 -32
- package/src/icons/24x24/TranslateIcon.tsx +0 -32
- package/src/icons/24x24/TranslationIcon.tsx +0 -33
- package/src/icons/24x24/WebsiteIcon.tsx +0 -53
- package/src/icons/24x24/WifiIcon.tsx +0 -32
- package/src/icons/24x24/index.ts +0 -74
- package/src/icons/32x32/AttributesLargeIcon.tsx +0 -36
- package/src/icons/32x32/CustomerLargeIcon.tsx +0 -38
- package/src/icons/32x32/DigitalLargeIcon.tsx +0 -31
- package/src/icons/32x32/DiscountLargeIcon.tsx +0 -35
- package/src/icons/32x32/FilteringLargeIcon.tsx +0 -32
- package/src/icons/32x32/GiftCardLargeIcon.tsx +0 -44
- package/src/icons/32x32/NavigationLargeIcon.tsx +0 -39
- package/src/icons/32x32/NotesLargeIcon.tsx +0 -53
- package/src/icons/32x32/OmnichannelLargeIcon.tsx +0 -64
- package/src/icons/32x32/PermissionLargeIcon.tsx +0 -39
- package/src/icons/32x32/ProductLargeIcon.tsx +0 -31
- package/src/icons/32x32/SearchLargeIcon.tsx +0 -39
- package/src/icons/32x32/ShippingLargeIcon.tsx +0 -32
- package/src/icons/32x32/SiteSettingsLargeIcon.tsx +0 -32
- package/src/icons/32x32/StaffMembersLargeIcon.tsx +0 -40
- package/src/icons/32x32/TaxesLargeIcon.tsx +0 -55
- package/src/icons/32x32/TokenLargeIcon.tsx +0 -38
- package/src/icons/32x32/WarehouseLargeIcon.tsx +0 -32
- package/src/icons/32x32/WifiLargeIcon.tsx +0 -32
- package/src/icons/32x32/index.ts +0 -19
- package/src/icons/ArrowDropdownIcon.tsx +0 -11
- package/src/icons/CheckboxCheckedIcon.tsx +0 -30
- package/src/icons/CheckboxIcon.tsx +0 -20
- package/src/icons/CheckboxIndeterminateIcon.tsx +0 -17
- package/src/icons/CircleIndicatorIcon.tsx +0 -10
- package/src/icons/CommentSmallIcon.tsx +0 -15
- package/src/icons/CompleteIcon.tsx +0 -25
- package/src/icons/CustomersLargeIcon.tsx +0 -26
- package/src/icons/DeleteUserIcon.tsx +0 -26
- package/src/icons/DigitalSmallIcon.tsx +0 -15
- package/src/icons/EditSmallIcon.tsx +0 -15
- package/src/icons/GiftCardLargeIcon.tsx +0 -15
- package/src/icons/ImageIcon.tsx +0 -12
- package/src/icons/InfoIcon.tsx +0 -23
- package/src/icons/Logo.tsx +0 -33
- package/src/icons/LogoDark.tsx +0 -26
- package/src/icons/LogoLight.tsx +0 -27
- package/src/icons/MoreIcon.tsx +0 -12
- package/src/icons/NotAllowedIcon.tsx +0 -25
- package/src/icons/NotAllowedInvertedIcon.tsx +0 -25
- package/src/icons/RadioCheckedIcon.tsx +0 -10
- package/src/icons/RadioIcon.tsx +0 -16
- package/src/icons/SearchLargeIcon.tsx +0 -18
- package/src/icons/SettingsLargeIcon.tsx +0 -23
- package/src/icons/StaffMembersLargeIcon.tsx +0 -15
- package/src/icons/SuccessCircleIndicatorIcon.tsx +0 -16
- package/src/icons/WarningIcon.tsx +0 -23
- package/src/icons/index.ts +0 -33
- package/src/icons/indicator/index.ts +0 -2
- package/src/icons/indicator/regular/ErrorIndicatorIcon.tsx +0 -24
- package/src/icons/indicator/regular/FailIndicatorIcon.tsx +0 -31
- package/src/icons/indicator/regular/FailOutlineIndicatorIcon.tsx +0 -31
- package/src/icons/indicator/regular/HelpIndicatorIcon.tsx +0 -30
- package/src/icons/indicator/regular/SuccessIndicatorIcon.tsx +0 -24
- package/src/icons/indicator/regular/WarningIndicatorIcon.tsx +0 -23
- package/src/icons/indicator/regular/index.ts +0 -6
- package/src/icons/indicator/small/ErrorSmallIndicatorIcon.tsx +0 -24
- package/src/icons/indicator/small/SuccessSmallIndicatorIcon.tsx +0 -24
- package/src/icons/indicator/small/WarningSmallIndicatorIcon.tsx +0 -23
- package/src/icons/indicator/small/index.ts +0 -3
- package/src/icons/styles.ts +0 -10
- package/src/icons/types.ts +0 -4
- package/src/index.tsx +0 -41
- package/src/localStorageKeys.ts +0 -4
- package/src/theme/Baseline.tsx +0 -75
- package/src/theme/ThemeProvider.tsx +0 -89
- package/src/theme/context.ts +0 -8
- package/src/theme/createSaleorTheme/createSaleorTheme.tsx +0 -364
- package/src/theme/createSaleorTheme/index.ts +0 -2
- package/src/theme/createSaleorTheme/overrides/buttons.ts +0 -228
- package/src/theme/createSaleorTheme/overrides/controls.ts +0 -193
- package/src/theme/createSaleorTheme/overrides/index.ts +0 -18
- package/src/theme/createSaleorTheme/overrides/inputs.ts +0 -164
- package/src/theme/createSaleorTheme/overrides/tables.ts +0 -78
- package/src/theme/createSaleorTheme/palette.ts +0 -39
- package/src/theme/createSaleorTheme/shadows.ts +0 -33
- package/src/theme/createSaleorTheme/types.ts +0 -76
- package/src/theme/index.ts +0 -4
- package/src/theme/styles.ts +0 -40
- package/src/theme/themes.ts +0 -184
- package/src/theme/types.ts +0 -8
- package/src/theme/utils.test.ts +0 -43
- package/src/theme/utils.ts +0 -13
- package/src/tools/index.ts +0 -2
- package/src/tools/useElementScroll.ts +0 -83
- package/src/tools/useLocalStorage.ts +0 -63
- package/src/tools/useTextWidth.ts +0 -20
- package/src/tools/useWindowScroll.ts +0 -25
- package/src/utils/Decorator.tsx +0 -25
- package/src/utils/guideStyles.ts +0 -49
- package/src/utils/mergeRefs.ts +0 -14
- package/src/utils/useListStory.ts +0 -79
- package/src/utils/useMockAutocomplete.ts +0 -37
- /package/dist/{types → components}/Button/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Accordion/Accordion.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Accordion/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Accordion/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/ActionBar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/ActionBar.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/Alert.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/Alert.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/AlertBase.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/Autocomplete.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/Autocomplete.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/fixtures.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Avatar/Avatar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Avatar/Avatar.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Avatar/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Avatar/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/Backlink.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/Backlink.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/BaseList/BaseList.d.ts +0 -0
- /package/{dist → legacy/dist}/types/BaseList/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/BaseList/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/BaseList/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Button/Button.d.ts +0 -0
- /package/{src/Button/index.ts → legacy/dist/types/Button/index.d.ts} +0 -0
- /package/{dist → legacy/dist}/types/Button/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Chip/ChipAdornment.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Chip/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Chip/private/ColorSwatch.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Chip/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/CircleIndicator/CircleIndicator.d.ts +0 -0
- /package/{dist → legacy/dist}/types/CircleIndicator/CircleIndicator.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/CircleIndicator/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/CircleIndicator/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ConfirmButton/ConfirmButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ConfirmButton/ConfirmButton.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ConfirmButton/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ConfirmButton/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogHeader/DialogHeader.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogHeader/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogHeader/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogTable/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogTable/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/Filter.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterBar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterContent.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/AutocompleteFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/MultipleSelectFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/MultipleValueAutocompleteFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/RangeFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/SelectFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/TextFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterMenu.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/stories/Filter.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/stories/FilterInteractive.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/stories/labels.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/utils.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/IconButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/IconButton.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/partials.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/Circle.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/CircleFilled.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/CircleOutline.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/Indicator.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/Indicator.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/IndicatorCircle.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/IndicatorCircle.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/IndicatorOutlined.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/IndicatorOutlined.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/LayoutButton/LayoutButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/LayoutButton/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/LayoutButton/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/List.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/List.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/MultipleValueAutocomplete.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/MultipleValueAutocomplete.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/fixtures.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/useMultipleValueAutocomplete.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/NavigationCard.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/NavigationCard.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/NavigationCardBase.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/Notification.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/Notification.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/OffsettedList/OffsettedList.d.ts +0 -0
- /package/{dist → legacy/dist}/types/OffsettedList/OffsettedList.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/OffsettedList/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/OffsettedList/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/PageTab.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/PageTab.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/PageTabPanel.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/PageTabs.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/Pagination.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/PaginationActions.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/PaginationRowNumberSelect.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/TablePagination.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pill/Pill.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pill/Pill.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pill/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pill/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PillLink/PillLink.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PillLink/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PillLink/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ResponsiveTable/ResponsiveTable.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ResponsiveTable/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ResponsiveTable/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/ButtonTooltipDecorator.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/Savebar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/Savebar.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ScrollShadow/ScrollShadow.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ScrollShadow/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ScrollShadow/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/ExpandButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/MenuItem.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/Sidebar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/Sidebar.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/fixtures.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/utils.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/MenuItemBtn.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/SidebarDrawer.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/SidebarDrawer.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SquareButton/SquareButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SquareButton/SquareButton.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SquareButton/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/StatusChip/StatusChip.d.ts +0 -0
- /package/{dist → legacy/dist}/types/StatusChip/StatusChip.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/StatusChip/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/StatusChip/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SwitchSelector/SwitchSelector.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SwitchSelector/SwitchSelector.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SwitchSelector/SwitchSelectorButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SwitchSelector/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/Arrow.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/Tooltip.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/Tooltip.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/TooltipMountWrapper.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/UserChipMenu.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/UserChipMenu.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/UserChipMenuItem.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/consts.d.ts +0 -0
- /package/{dist → legacy/dist}/types/extensions/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/extensions/sendMessage.d.ts +0 -0
- /package/{dist → legacy/dist}/types/extensions/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/extensions/useExtensionMessage.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/BackSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/BookmarksSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/CheckboxSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/ChevronSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/CloseSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/DragSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/FilterSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/MinusSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/MoreSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/NextSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/PlusSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/SearchSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/SortBigSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/SortSmallSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/AddEnvironmentIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/AppsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ArrowRightIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/BackspaceIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/BagIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/BillingIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/BookmarkIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CalendarIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CheckIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ChevronIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/Close2Icon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CloseIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CodeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ColumnsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CopyIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CustomersIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DashboardIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DeleteIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DeveloperIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DiscountsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DownloadIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DragIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/EditIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/EnvironmentIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ExpandIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ExpendableIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/EyeClosedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/EyeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/FilteringIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/GenerateIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/GithubIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/GridIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/HelpIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/HowToIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/LinkIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ListIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/MailIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/MigrateIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/MinusIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ModelsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/MoreHorizontalIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NavigationIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NavigatorIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NextIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NoConnectionIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NotificationsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/OrdersIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PagesIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PermissionsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PhotoIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PlayIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PlusIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PresetIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PreviousIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PrinterIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PrivacyIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ProcessIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ProductIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/RefreshIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/RemoveMemberIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ReplyIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SearchIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SettingsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SnapshotsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SortDownIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SortUpIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TasksIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TimeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ToIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TransferIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TranslateIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TranslationIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/WebsiteIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/WifiIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/AttributesLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/CustomerLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/DigitalLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/DiscountLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/FilteringLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/GiftCardLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/NavigationLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/NotesLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/OmnichannelLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/PermissionLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/ProductLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/SearchLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/ShippingLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/SiteSettingsLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/StaffMembersLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/TaxesLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/TokenLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/WarehouseLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/WifiLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/ArrowDropdownIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CheckboxCheckedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CheckboxIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CheckboxIndeterminateIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CircleIndicatorIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CommentSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CompleteIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CustomersLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/DeleteUserIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/DigitalSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/EditSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/GiftCardLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/ImageIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/InfoIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/Logo.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/LogoDark.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/LogoLight.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/MoreIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/NotAllowedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/NotAllowedInvertedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/RadioCheckedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/RadioIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/SearchLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/SettingsLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/StaffMembersLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/SuccessCircleIndicatorIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/WarningIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/indicator/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/indicator/regular/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/indicator/small/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/localStorageKeys.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/Baseline.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/ThemeProvider.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/createSaleorTheme.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/buttons.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/controls.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/inputs.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/tables.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/palette.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/shadows.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/themes.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/utils.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/utils.test.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/useElementScroll.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/useLocalStorage.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/useTextWidth.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/useWindowScroll.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/Decorator.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/guideStyles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/mergeRefs.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/useListStory.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/useMockAutocomplete.d.ts +0 -0
|
@@ -0,0 +1,1010 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
import { PropsWithBox } from "../Box";
|
|
3
|
+
export declare type AccordionRootProps = PropsWithBox<{
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
defaultValue?: string;
|
|
6
|
+
value?: string;
|
|
7
|
+
onValueChange?: (value: string) => void;
|
|
8
|
+
}>;
|
|
9
|
+
export declare const Root: import("react").ForwardRefExoticComponent<Omit<{
|
|
10
|
+
as?: import("react").ElementType<any> | undefined;
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
className?: string | undefined;
|
|
13
|
+
style?: Record<string, any> | undefined;
|
|
14
|
+
} & {
|
|
15
|
+
display?: ("block" | "none" | "flex" | "grid" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | {
|
|
16
|
+
mobile?: "block" | "none" | "flex" | "grid" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
|
|
17
|
+
tablet?: "block" | "none" | "flex" | "grid" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
|
|
18
|
+
desktop?: "block" | "none" | "flex" | "grid" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
|
|
19
|
+
}) | undefined;
|
|
20
|
+
flexDirection?: ("column" | "row" | {
|
|
21
|
+
mobile?: "column" | "row" | undefined;
|
|
22
|
+
tablet?: "column" | "row" | undefined;
|
|
23
|
+
desktop?: "column" | "row" | undefined;
|
|
24
|
+
}) | undefined;
|
|
25
|
+
alignItems?: ("center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "stretch" | {
|
|
26
|
+
mobile?: "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "stretch" | undefined;
|
|
27
|
+
tablet?: "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "stretch" | undefined;
|
|
28
|
+
desktop?: "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "stretch" | undefined;
|
|
29
|
+
}) | undefined;
|
|
30
|
+
justifyContent?: ("center" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | {
|
|
31
|
+
mobile?: "center" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
32
|
+
tablet?: "center" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
33
|
+
desktop?: "center" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
34
|
+
}) | undefined;
|
|
35
|
+
flexGrow?: ("1" | "0" | {
|
|
36
|
+
mobile?: "1" | "0" | undefined;
|
|
37
|
+
tablet?: "1" | "0" | undefined;
|
|
38
|
+
desktop?: "1" | "0" | undefined;
|
|
39
|
+
}) | undefined;
|
|
40
|
+
flexShrink?: ("1" | "0" | {
|
|
41
|
+
mobile?: "1" | "0" | undefined;
|
|
42
|
+
tablet?: "1" | "0" | undefined;
|
|
43
|
+
desktop?: "1" | "0" | undefined;
|
|
44
|
+
}) | undefined;
|
|
45
|
+
flexBasis?: ("auto" | "0" | {
|
|
46
|
+
mobile?: "auto" | "0" | undefined;
|
|
47
|
+
tablet?: "auto" | "0" | undefined;
|
|
48
|
+
desktop?: "auto" | "0" | undefined;
|
|
49
|
+
}) | undefined;
|
|
50
|
+
position?: ("absolute" | "fixed" | "relative" | "static" | "sticky" | {
|
|
51
|
+
mobile?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
52
|
+
tablet?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
53
|
+
desktop?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
54
|
+
}) | undefined;
|
|
55
|
+
gridArea?: ("auto" | {
|
|
56
|
+
mobile?: "auto" | undefined;
|
|
57
|
+
tablet?: "auto" | undefined;
|
|
58
|
+
desktop?: "auto" | undefined;
|
|
59
|
+
}) | undefined;
|
|
60
|
+
gridTemplateAreas?: ("none" | {
|
|
61
|
+
mobile?: "none" | undefined;
|
|
62
|
+
tablet?: "none" | undefined;
|
|
63
|
+
desktop?: "none" | undefined;
|
|
64
|
+
}) | undefined;
|
|
65
|
+
gridTemplateRows?: (2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | {
|
|
66
|
+
mobile?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
|
|
67
|
+
tablet?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
|
|
68
|
+
desktop?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
|
|
69
|
+
}) | undefined;
|
|
70
|
+
gridRow?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | {
|
|
71
|
+
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
|
|
72
|
+
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
|
|
73
|
+
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
|
|
74
|
+
}) | undefined;
|
|
75
|
+
gridRowStart?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
|
|
76
|
+
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
77
|
+
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
78
|
+
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
79
|
+
}) | undefined;
|
|
80
|
+
gridRowEnd?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
|
|
81
|
+
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
82
|
+
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
83
|
+
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
84
|
+
}) | undefined;
|
|
85
|
+
gridTemplateColumns?: (2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | {
|
|
86
|
+
mobile?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
|
|
87
|
+
tablet?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
|
|
88
|
+
desktop?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "none" | undefined;
|
|
89
|
+
}) | undefined;
|
|
90
|
+
gridColumn?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | {
|
|
91
|
+
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
|
|
92
|
+
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
|
|
93
|
+
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "full" | undefined;
|
|
94
|
+
}) | undefined;
|
|
95
|
+
gridColumnStart?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
|
|
96
|
+
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
97
|
+
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
98
|
+
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
99
|
+
}) | undefined;
|
|
100
|
+
gridColumnEnd?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | {
|
|
101
|
+
mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
102
|
+
tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
103
|
+
desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | undefined;
|
|
104
|
+
}) | undefined;
|
|
105
|
+
gridAutoFlow?: ("column" | "row" | "dense" | "row dense" | "column dense" | {
|
|
106
|
+
mobile?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
|
|
107
|
+
tablet?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
|
|
108
|
+
desktop?: "column" | "row" | "dense" | "row dense" | "column dense" | undefined;
|
|
109
|
+
}) | undefined;
|
|
110
|
+
order?: (number | {
|
|
111
|
+
mobile?: number | undefined;
|
|
112
|
+
tablet?: number | undefined;
|
|
113
|
+
desktop?: number | undefined;
|
|
114
|
+
}) | undefined;
|
|
115
|
+
flexWrap?: ("nowrap" | "wrap" | {
|
|
116
|
+
mobile?: "nowrap" | "wrap" | undefined;
|
|
117
|
+
tablet?: "nowrap" | "wrap" | undefined;
|
|
118
|
+
desktop?: "nowrap" | "wrap" | undefined;
|
|
119
|
+
}) | undefined;
|
|
120
|
+
gap?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
121
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
122
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
123
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
124
|
+
}) | undefined;
|
|
125
|
+
rowGap?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
126
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
127
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
128
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
129
|
+
}) | undefined;
|
|
130
|
+
columnGap?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
131
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
132
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
133
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
134
|
+
}) | undefined;
|
|
135
|
+
paddingTop?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
136
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
137
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
138
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
139
|
+
}) | undefined;
|
|
140
|
+
paddingBottom?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
141
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
142
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
143
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
144
|
+
}) | undefined;
|
|
145
|
+
paddingLeft?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
146
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
147
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
148
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
149
|
+
}) | undefined;
|
|
150
|
+
paddingRight?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
151
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
152
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
153
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
154
|
+
}) | undefined;
|
|
155
|
+
marginTop?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
|
|
156
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
157
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
158
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
159
|
+
}) | undefined;
|
|
160
|
+
marginBottom?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
|
|
161
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
162
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
163
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
164
|
+
}) | undefined;
|
|
165
|
+
marginLeft?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
|
|
166
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
167
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
168
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
169
|
+
}) | undefined;
|
|
170
|
+
marginRight?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
|
|
171
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
172
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
173
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
174
|
+
}) | undefined;
|
|
175
|
+
width?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vw" | {
|
|
176
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vw" | undefined;
|
|
177
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vw" | undefined;
|
|
178
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vw" | undefined;
|
|
179
|
+
}) | undefined;
|
|
180
|
+
height?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vh" | {
|
|
181
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vh" | undefined;
|
|
182
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vh" | undefined;
|
|
183
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "100%" | "100vh" | undefined;
|
|
184
|
+
}) | undefined;
|
|
185
|
+
minHeight?: ("0px" | "auto" | "100%" | {
|
|
186
|
+
mobile?: "0px" | "auto" | "100%" | undefined;
|
|
187
|
+
tablet?: "0px" | "auto" | "100%" | undefined;
|
|
188
|
+
desktop?: "0px" | "auto" | "100%" | undefined;
|
|
189
|
+
}) | undefined;
|
|
190
|
+
minWidth?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | "100%" | {
|
|
191
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | "100%" | undefined;
|
|
192
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | "100%" | undefined;
|
|
193
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | "100%" | undefined;
|
|
194
|
+
}) | undefined;
|
|
195
|
+
maxWidth?: ("0px" | "auto" | "100%" | {
|
|
196
|
+
mobile?: "0px" | "auto" | "100%" | undefined;
|
|
197
|
+
tablet?: "0px" | "auto" | "100%" | undefined;
|
|
198
|
+
desktop?: "0px" | "auto" | "100%" | undefined;
|
|
199
|
+
}) | undefined;
|
|
200
|
+
maxHeight?: (0 | "0px" | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | "100%" | {
|
|
201
|
+
mobile?: 0 | "0px" | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | "100%" | undefined;
|
|
202
|
+
tablet?: 0 | "0px" | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | "100%" | undefined;
|
|
203
|
+
desktop?: 0 | "0px" | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | "100%" | undefined;
|
|
204
|
+
}) | undefined;
|
|
205
|
+
borderTopRightRadius?: (2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
|
|
206
|
+
mobile?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
207
|
+
tablet?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
208
|
+
desktop?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
209
|
+
}) | undefined;
|
|
210
|
+
borderTopLeftRadius?: (2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
|
|
211
|
+
mobile?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
212
|
+
tablet?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
213
|
+
desktop?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
214
|
+
}) | undefined;
|
|
215
|
+
borderBottomRightRadius?: (2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
|
|
216
|
+
mobile?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
217
|
+
tablet?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
218
|
+
desktop?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
219
|
+
}) | undefined;
|
|
220
|
+
borderBottomLeftRadius?: (2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
|
|
221
|
+
mobile?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
222
|
+
tablet?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
223
|
+
desktop?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
224
|
+
}) | undefined;
|
|
225
|
+
fontSize?: ("heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | {
|
|
226
|
+
mobile?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
227
|
+
tablet?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
228
|
+
desktop?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
229
|
+
}) | undefined;
|
|
230
|
+
lineHeight?: (1 | "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | {
|
|
231
|
+
mobile?: 1 | "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
232
|
+
tablet?: 1 | "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
233
|
+
desktop?: 1 | "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
234
|
+
}) | undefined;
|
|
235
|
+
textAlign?: ("center" | "left" | "right" | {
|
|
236
|
+
mobile?: "center" | "left" | "right" | undefined;
|
|
237
|
+
tablet?: "center" | "left" | "right" | undefined;
|
|
238
|
+
desktop?: "center" | "left" | "right" | undefined;
|
|
239
|
+
}) | undefined;
|
|
240
|
+
borderLeftWidth?: (0 | 1 | {
|
|
241
|
+
mobile?: 0 | 1 | undefined;
|
|
242
|
+
tablet?: 0 | 1 | undefined;
|
|
243
|
+
desktop?: 0 | 1 | undefined;
|
|
244
|
+
}) | undefined;
|
|
245
|
+
borderRightWidth?: (0 | 1 | {
|
|
246
|
+
mobile?: 0 | 1 | undefined;
|
|
247
|
+
tablet?: 0 | 1 | undefined;
|
|
248
|
+
desktop?: 0 | 1 | undefined;
|
|
249
|
+
}) | undefined;
|
|
250
|
+
borderTopWidth?: (0 | 1 | {
|
|
251
|
+
mobile?: 0 | 1 | undefined;
|
|
252
|
+
tablet?: 0 | 1 | undefined;
|
|
253
|
+
desktop?: 0 | 1 | undefined;
|
|
254
|
+
}) | undefined;
|
|
255
|
+
borderBottomWidth?: (0 | 1 | {
|
|
256
|
+
mobile?: 0 | 1 | undefined;
|
|
257
|
+
tablet?: 0 | 1 | undefined;
|
|
258
|
+
desktop?: 0 | 1 | undefined;
|
|
259
|
+
}) | undefined;
|
|
260
|
+
borderLeftStyle?: ("none" | "solid" | {
|
|
261
|
+
mobile?: "none" | "solid" | undefined;
|
|
262
|
+
tablet?: "none" | "solid" | undefined;
|
|
263
|
+
desktop?: "none" | "solid" | undefined;
|
|
264
|
+
}) | undefined;
|
|
265
|
+
borderRightStyle?: ("none" | "solid" | {
|
|
266
|
+
mobile?: "none" | "solid" | undefined;
|
|
267
|
+
tablet?: "none" | "solid" | undefined;
|
|
268
|
+
desktop?: "none" | "solid" | undefined;
|
|
269
|
+
}) | undefined;
|
|
270
|
+
borderTopStyle?: ("none" | "solid" | {
|
|
271
|
+
mobile?: "none" | "solid" | undefined;
|
|
272
|
+
tablet?: "none" | "solid" | undefined;
|
|
273
|
+
desktop?: "none" | "solid" | undefined;
|
|
274
|
+
}) | undefined;
|
|
275
|
+
borderBottomStyle?: ("none" | "solid" | {
|
|
276
|
+
mobile?: "none" | "solid" | undefined;
|
|
277
|
+
tablet?: "none" | "solid" | undefined;
|
|
278
|
+
desktop?: "none" | "solid" | undefined;
|
|
279
|
+
}) | undefined;
|
|
280
|
+
outlineStyle?: ("none" | {
|
|
281
|
+
mobile?: "none" | undefined;
|
|
282
|
+
tablet?: "none" | undefined;
|
|
283
|
+
desktop?: "none" | undefined;
|
|
284
|
+
}) | undefined;
|
|
285
|
+
textTransform?: ("uppercase" | {
|
|
286
|
+
mobile?: "uppercase" | undefined;
|
|
287
|
+
tablet?: "uppercase" | undefined;
|
|
288
|
+
desktop?: "uppercase" | undefined;
|
|
289
|
+
}) | undefined;
|
|
290
|
+
letterSpacing?: ("heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | {
|
|
291
|
+
mobile?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
292
|
+
tablet?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
293
|
+
desktop?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
294
|
+
}) | undefined;
|
|
295
|
+
top?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
296
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
297
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
298
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
299
|
+
}) | undefined;
|
|
300
|
+
bottom?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
301
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
302
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
303
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
304
|
+
}) | undefined;
|
|
305
|
+
left?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
306
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
307
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
308
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
309
|
+
}) | undefined;
|
|
310
|
+
right?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
311
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
312
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
313
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
314
|
+
}) | undefined;
|
|
315
|
+
overflowX?: ("auto" | "hidden" | "scroll" | "visible" | {
|
|
316
|
+
mobile?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
317
|
+
tablet?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
318
|
+
desktop?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
319
|
+
}) | undefined;
|
|
320
|
+
overflowY?: ("auto" | "hidden" | "scroll" | "visible" | {
|
|
321
|
+
mobile?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
322
|
+
tablet?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
323
|
+
desktop?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
324
|
+
}) | undefined;
|
|
325
|
+
textOverflow?: ("none" | "ellipsis" | {
|
|
326
|
+
mobile?: "none" | "ellipsis" | undefined;
|
|
327
|
+
tablet?: "none" | "ellipsis" | undefined;
|
|
328
|
+
desktop?: "none" | "ellipsis" | undefined;
|
|
329
|
+
}) | undefined;
|
|
330
|
+
whiteSpace?: ("normal" | "nowrap" | {
|
|
331
|
+
mobile?: "normal" | "nowrap" | undefined;
|
|
332
|
+
tablet?: "normal" | "nowrap" | undefined;
|
|
333
|
+
desktop?: "normal" | "nowrap" | undefined;
|
|
334
|
+
}) | undefined;
|
|
335
|
+
wordBreak?: ("normal" | "break-word" | "break-all" | {
|
|
336
|
+
mobile?: "normal" | "break-word" | "break-all" | undefined;
|
|
337
|
+
tablet?: "normal" | "break-word" | "break-all" | undefined;
|
|
338
|
+
desktop?: "normal" | "break-word" | "break-all" | undefined;
|
|
339
|
+
}) | undefined;
|
|
340
|
+
zIndex?: ("1" | "auto" | "2" | "3" | {
|
|
341
|
+
mobile?: "1" | "auto" | "2" | "3" | undefined;
|
|
342
|
+
tablet?: "1" | "auto" | "2" | "3" | undefined;
|
|
343
|
+
desktop?: "1" | "auto" | "2" | "3" | undefined;
|
|
344
|
+
}) | undefined;
|
|
345
|
+
aspectRatio?: ("1 / 1" | {
|
|
346
|
+
mobile?: "1 / 1" | undefined;
|
|
347
|
+
tablet?: "1 / 1" | undefined;
|
|
348
|
+
desktop?: "1 / 1" | undefined;
|
|
349
|
+
}) | undefined;
|
|
350
|
+
objectFit?: ("none" | "contain" | "cover" | "fill" | "scale-down" | {
|
|
351
|
+
mobile?: "none" | "contain" | "cover" | "fill" | "scale-down" | undefined;
|
|
352
|
+
tablet?: "none" | "contain" | "cover" | "fill" | "scale-down" | undefined;
|
|
353
|
+
desktop?: "none" | "contain" | "cover" | "fill" | "scale-down" | undefined;
|
|
354
|
+
}) | undefined;
|
|
355
|
+
opacity?: ("1" | "0" | "0.2" | "0.4" | "0.6" | "0.8" | {
|
|
356
|
+
mobile?: "1" | "0" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
|
357
|
+
tablet?: "1" | "0" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
|
358
|
+
desktop?: "1" | "0" | "0.2" | "0.4" | "0.6" | "0.8" | undefined;
|
|
359
|
+
}) | undefined;
|
|
360
|
+
fontWeight?: ("heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | {
|
|
361
|
+
mobile?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
362
|
+
tablet?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
363
|
+
desktop?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
364
|
+
}) | undefined;
|
|
365
|
+
alignSelf?: ("normal" | "auto" | "center" | "end" | "start" | {
|
|
366
|
+
mobile?: "normal" | "auto" | "center" | "end" | "start" | undefined;
|
|
367
|
+
tablet?: "normal" | "auto" | "center" | "end" | "start" | undefined;
|
|
368
|
+
desktop?: "normal" | "auto" | "center" | "end" | "start" | undefined;
|
|
369
|
+
}) | undefined;
|
|
370
|
+
visibility?: ("hidden" | "visible" | {
|
|
371
|
+
mobile?: "hidden" | "visible" | undefined;
|
|
372
|
+
tablet?: "hidden" | "visible" | undefined;
|
|
373
|
+
desktop?: "hidden" | "visible" | undefined;
|
|
374
|
+
}) | undefined;
|
|
375
|
+
padding?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
376
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
377
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
378
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
379
|
+
}) | undefined;
|
|
380
|
+
paddingX?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
381
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
382
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
383
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
384
|
+
}) | undefined;
|
|
385
|
+
paddingY?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
386
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
387
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
388
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
389
|
+
}) | undefined;
|
|
390
|
+
margin?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
|
|
391
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
392
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
393
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
394
|
+
}) | undefined;
|
|
395
|
+
marginX?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
|
|
396
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
397
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
398
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
399
|
+
}) | undefined;
|
|
400
|
+
marginY?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | {
|
|
401
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
402
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
403
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | "auto" | undefined;
|
|
404
|
+
}) | undefined;
|
|
405
|
+
placeItems?: ("center" | "flex-end" | "flex-start" | "stretch" | {
|
|
406
|
+
mobile?: "center" | "flex-end" | "flex-start" | "stretch" | undefined;
|
|
407
|
+
tablet?: "center" | "flex-end" | "flex-start" | "stretch" | undefined;
|
|
408
|
+
desktop?: "center" | "flex-end" | "flex-start" | "stretch" | undefined;
|
|
409
|
+
}) | undefined;
|
|
410
|
+
typeSize?: ("heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | {
|
|
411
|
+
mobile?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
412
|
+
tablet?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
413
|
+
desktop?: "heroLarge" | "heroMedium" | "heroSmall" | "titleLarge" | "titleMedium" | "titleSmall" | "headingLarge" | "headingMedium" | "headingSmall" | "bodyStrongLarge" | "bodyStrongMedium" | "bodyStrongSmall" | "bodyEmpLarge" | "bodyEmpMedium" | "bodyEmpSmall" | "bodyLarge" | "bodyMedium" | "bodySmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "captionLarge" | "captionMedium" | "captionSmall" | undefined;
|
|
414
|
+
}) | undefined;
|
|
415
|
+
borderWidth?: (0 | 1 | {
|
|
416
|
+
mobile?: 0 | 1 | undefined;
|
|
417
|
+
tablet?: 0 | 1 | undefined;
|
|
418
|
+
desktop?: 0 | 1 | undefined;
|
|
419
|
+
}) | undefined;
|
|
420
|
+
borderXWidth?: (0 | 1 | {
|
|
421
|
+
mobile?: 0 | 1 | undefined;
|
|
422
|
+
tablet?: 0 | 1 | undefined;
|
|
423
|
+
desktop?: 0 | 1 | undefined;
|
|
424
|
+
}) | undefined;
|
|
425
|
+
borderYWidth?: (0 | 1 | {
|
|
426
|
+
mobile?: 0 | 1 | undefined;
|
|
427
|
+
tablet?: 0 | 1 | undefined;
|
|
428
|
+
desktop?: 0 | 1 | undefined;
|
|
429
|
+
}) | undefined;
|
|
430
|
+
borderStyle?: ("none" | "solid" | {
|
|
431
|
+
mobile?: "none" | "solid" | undefined;
|
|
432
|
+
tablet?: "none" | "solid" | undefined;
|
|
433
|
+
desktop?: "none" | "solid" | undefined;
|
|
434
|
+
}) | undefined;
|
|
435
|
+
borderXStyle?: ("none" | "solid" | {
|
|
436
|
+
mobile?: "none" | "solid" | undefined;
|
|
437
|
+
tablet?: "none" | "solid" | undefined;
|
|
438
|
+
desktop?: "none" | "solid" | undefined;
|
|
439
|
+
}) | undefined;
|
|
440
|
+
borderYStyle?: ("none" | "solid" | {
|
|
441
|
+
mobile?: "none" | "solid" | undefined;
|
|
442
|
+
tablet?: "none" | "solid" | undefined;
|
|
443
|
+
desktop?: "none" | "solid" | undefined;
|
|
444
|
+
}) | undefined;
|
|
445
|
+
inset?: (0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | {
|
|
446
|
+
mobile?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
447
|
+
tablet?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
448
|
+
desktop?: 0 | 2 | 1 | "px" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | undefined;
|
|
449
|
+
}) | undefined;
|
|
450
|
+
borderRadius?: (2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | {
|
|
451
|
+
mobile?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
452
|
+
tablet?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
453
|
+
desktop?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | "100%" | "50%" | undefined;
|
|
454
|
+
}) | undefined;
|
|
455
|
+
overflow?: ("auto" | "hidden" | "scroll" | "visible" | {
|
|
456
|
+
mobile?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
457
|
+
tablet?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
458
|
+
desktop?: "auto" | "hidden" | "scroll" | "visible" | undefined;
|
|
459
|
+
}) | undefined;
|
|
460
|
+
flex?: ("0" | {
|
|
461
|
+
mobile?: "0" | undefined;
|
|
462
|
+
tablet?: "0" | undefined;
|
|
463
|
+
desktop?: "0" | undefined;
|
|
464
|
+
}) | undefined;
|
|
465
|
+
} & {
|
|
466
|
+
borderColor?: ("neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | {
|
|
467
|
+
default?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
|
|
468
|
+
hover?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
|
|
469
|
+
focus?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
|
|
470
|
+
focusWithin?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
|
|
471
|
+
focusVisible?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
|
|
472
|
+
active?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
|
|
473
|
+
disabled?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
|
|
474
|
+
placeholder?: "neutralDefault" | "neutralSubdued" | "neutralHighlight" | "neutralPlain" | "brandPlain" | "brandDefault" | "brandSubdued" | "brandHighlight" | "criticalPlain" | "criticalDefault" | "criticalSubdued" | "criticalHighlight" | "transparent" | undefined;
|
|
475
|
+
}) | undefined;
|
|
476
|
+
color?: ("textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | {
|
|
477
|
+
default?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
|
|
478
|
+
hover?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
|
|
479
|
+
focus?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
|
|
480
|
+
focusWithin?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
|
|
481
|
+
focusVisible?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
|
|
482
|
+
active?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
|
|
483
|
+
disabled?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
|
|
484
|
+
placeholder?: "textNeutralPlain" | "textNeutralDefault" | "textNeutralSubdued" | "textNeutralDisabled" | "textNeutralContrasted" | "textBrandDefault" | "textBrandSubdued" | "textBrandDisabled" | "textCriticalDefault" | "textCriticalSubdued" | "textCriticalDisabled" | "iconNeutralPlain" | "iconNeutralDefault" | "iconNeutralSubdued" | "iconNeutralDisabled" | "iconNeutralContrasted" | "iconBrandDefault" | "iconBrandSubdued" | "iconBrandDisabled" | "iconCriticalDefault" | "iconCriticalSubdued" | "iconCriticalDisabled" | "text1Decorative" | "text2Decorative" | "text3Decorative" | "icon1Decorative" | "icon2Decorative" | "icon3Decorative" | "inherit" | undefined;
|
|
485
|
+
}) | undefined;
|
|
486
|
+
backgroundColor?: ("plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | {
|
|
487
|
+
default?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
|
|
488
|
+
hover?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
|
|
489
|
+
focus?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
|
|
490
|
+
focusWithin?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
|
|
491
|
+
focusVisible?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
|
|
492
|
+
active?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
|
|
493
|
+
disabled?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
|
|
494
|
+
placeholder?: "plain" | "subdued" | "highlightDim" | "highlightPale" | "surfaceNeutralPlain" | "surfaceNeutralSubdued" | "surfaceNeutralDepressed" | "surfaceNeutralHighlight" | "surfaceBrandSubdued" | "surfaceBrandDepressed" | "surfaceBrandHighlight" | "surfaceCriticalSubdued" | "surfaceCriticalDepressed" | "surfaceCriticalHighlight" | "interactiveNeutralDefault" | "interactiveNeutralHovering" | "interactiveNeutralPressing" | "interactiveNeutralFocused" | "interactiveNeutralDisabled" | "interactiveBrandDefault" | "interactiveBrandHovering" | "interactiveBrandPressing" | "interactiveBrandFocused" | "interactiveBrandDisabled" | "interactiveCriticalDefault" | "interactiveCriticalHovering" | "interactiveCriticalPressing" | "interactiveCriticalFocused" | "interactiveCriticalDisabled" | "interactiveNeutralSecondaryDefault" | "interactiveNeutralSecondaryHovering" | "interactiveNeutralSecondaryPressing" | "interactiveNeutralSecondaryFocused" | "interactiveNeutralSecondaryDisabled" | "interactiveBrandSecondaryDefault" | "interactiveBrandSecondaryHovering" | "interactiveBrandSecondaryPressing" | "interactiveBrandSecondaryFocused" | "interactiveBrandSecondaryDisabled" | "interactiveCriticalSecondaryDefault" | "interactiveCriticalSecondaryHovering" | "interactiveCriticalSecondaryPressing" | "interactiveCriticalSecondaryFocused" | "interactiveCriticalSecondaryDisabled" | "interactiveNeutralHighlightDefault" | "interactiveNeutralHighlightHovering" | "interactiveNeutralHighlightPressing" | "interactiveNeutralHighlightFocused" | "interactiveNeutralHighlightDisabled" | "interactiveBrandHighlightDefault" | "interactiveBrandHighlightHovering" | "interactiveBrandHighlightPressing" | "interactiveBrandHighlightFocused" | "interactiveBrandHighlightDisabled" | "interactiveCriticalHighlightDefault" | "interactiveCriticalHighlightHovering" | "interactiveCriticalHighlightPressing" | "interactiveCriticalHighlightFocused" | "interactiveCriticalHighlightDisabled" | "decorativeSurfacePlain1" | "decorativeSurfacePlain2" | "decorativeSurfacePlain3" | "decorativeSurfaceSubdued1" | "decorativeSurfaceSubdued2" | "decorativeSurfaceSubdued3" | "transparent" | undefined;
|
|
495
|
+
}) | undefined;
|
|
496
|
+
pointerEvents?: ("auto" | "none" | {
|
|
497
|
+
default?: "auto" | "none" | undefined;
|
|
498
|
+
hover?: "auto" | "none" | undefined;
|
|
499
|
+
focus?: "auto" | "none" | undefined;
|
|
500
|
+
focusWithin?: "auto" | "none" | undefined;
|
|
501
|
+
focusVisible?: "auto" | "none" | undefined;
|
|
502
|
+
active?: "auto" | "none" | undefined;
|
|
503
|
+
disabled?: "auto" | "none" | undefined;
|
|
504
|
+
placeholder?: "auto" | "none" | undefined;
|
|
505
|
+
}) | undefined;
|
|
506
|
+
cursor?: ("auto" | "not-allowed" | "pointer" | "text" | {
|
|
507
|
+
default?: "auto" | "not-allowed" | "pointer" | "text" | undefined;
|
|
508
|
+
hover?: "auto" | "not-allowed" | "pointer" | "text" | undefined;
|
|
509
|
+
focus?: "auto" | "not-allowed" | "pointer" | "text" | undefined;
|
|
510
|
+
focusWithin?: "auto" | "not-allowed" | "pointer" | "text" | undefined;
|
|
511
|
+
focusVisible?: "auto" | "not-allowed" | "pointer" | "text" | undefined;
|
|
512
|
+
active?: "auto" | "not-allowed" | "pointer" | "text" | undefined;
|
|
513
|
+
disabled?: "auto" | "not-allowed" | "pointer" | "text" | undefined;
|
|
514
|
+
placeholder?: "auto" | "not-allowed" | "pointer" | "text" | undefined;
|
|
515
|
+
}) | undefined;
|
|
516
|
+
boxShadow?: ("interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | {
|
|
517
|
+
default?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
|
|
518
|
+
hover?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
|
|
519
|
+
focus?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
|
|
520
|
+
focusWithin?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
|
|
521
|
+
focusVisible?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
|
|
522
|
+
active?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
|
|
523
|
+
disabled?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
|
|
524
|
+
placeholder?: "interactiveDefaultFocused" | "interactiveDefaultHovering" | "overlay" | "modal" | "none" | undefined;
|
|
525
|
+
}) | undefined;
|
|
526
|
+
transition?: ("all" | "ease" | {
|
|
527
|
+
default?: "all" | "ease" | undefined;
|
|
528
|
+
hover?: "all" | "ease" | undefined;
|
|
529
|
+
focus?: "all" | "ease" | undefined;
|
|
530
|
+
focusWithin?: "all" | "ease" | undefined;
|
|
531
|
+
focusVisible?: "all" | "ease" | undefined;
|
|
532
|
+
active?: "all" | "ease" | undefined;
|
|
533
|
+
disabled?: "all" | "ease" | undefined;
|
|
534
|
+
placeholder?: "all" | "ease" | undefined;
|
|
535
|
+
}) | undefined;
|
|
536
|
+
textDecoration?: ("none" | "underline" | {
|
|
537
|
+
default?: "none" | "underline" | undefined;
|
|
538
|
+
hover?: "none" | "underline" | undefined;
|
|
539
|
+
focus?: "none" | "underline" | undefined;
|
|
540
|
+
focusWithin?: "none" | "underline" | undefined;
|
|
541
|
+
focusVisible?: "none" | "underline" | undefined;
|
|
542
|
+
active?: "none" | "underline" | undefined;
|
|
543
|
+
disabled?: "none" | "underline" | undefined;
|
|
544
|
+
placeholder?: "none" | "underline" | undefined;
|
|
545
|
+
}) | undefined;
|
|
546
|
+
transform?: {} | undefined;
|
|
547
|
+
} & {
|
|
548
|
+
__display?: any;
|
|
549
|
+
__flexDirection?: any;
|
|
550
|
+
__alignItems?: any;
|
|
551
|
+
__justifyContent?: any;
|
|
552
|
+
__flexGrow?: any;
|
|
553
|
+
__flexShrink?: any;
|
|
554
|
+
__flexBasis?: any;
|
|
555
|
+
__position?: any;
|
|
556
|
+
__gridArea?: any;
|
|
557
|
+
__gridTemplateAreas?: any;
|
|
558
|
+
__gridTemplateRows?: any;
|
|
559
|
+
__gridRow?: any;
|
|
560
|
+
__gridRowStart?: any;
|
|
561
|
+
__gridRowEnd?: any;
|
|
562
|
+
__gridTemplateColumns?: any;
|
|
563
|
+
__gridColumn?: any;
|
|
564
|
+
__gridColumnStart?: any;
|
|
565
|
+
__gridColumnEnd?: any;
|
|
566
|
+
__gridAutoFlow?: any;
|
|
567
|
+
__order?: any;
|
|
568
|
+
__flexWrap?: any;
|
|
569
|
+
__gap?: any;
|
|
570
|
+
__rowGap?: any;
|
|
571
|
+
__columnGap?: any;
|
|
572
|
+
__paddingTop?: any;
|
|
573
|
+
__paddingBottom?: any;
|
|
574
|
+
__paddingLeft?: any;
|
|
575
|
+
__paddingRight?: any;
|
|
576
|
+
__marginTop?: any;
|
|
577
|
+
__marginBottom?: any;
|
|
578
|
+
__marginLeft?: any;
|
|
579
|
+
__marginRight?: any;
|
|
580
|
+
__width?: any;
|
|
581
|
+
__height?: any;
|
|
582
|
+
__minHeight?: any;
|
|
583
|
+
__minWidth?: any;
|
|
584
|
+
__maxWidth?: any;
|
|
585
|
+
__maxHeight?: any;
|
|
586
|
+
__borderTopRightRadius?: any;
|
|
587
|
+
__borderTopLeftRadius?: any;
|
|
588
|
+
__borderBottomRightRadius?: any;
|
|
589
|
+
__borderBottomLeftRadius?: any;
|
|
590
|
+
__fontSize?: any;
|
|
591
|
+
__lineHeight?: any;
|
|
592
|
+
__textAlign?: any;
|
|
593
|
+
__borderLeftWidth?: any;
|
|
594
|
+
__borderRightWidth?: any;
|
|
595
|
+
__borderTopWidth?: any;
|
|
596
|
+
__borderBottomWidth?: any;
|
|
597
|
+
__borderLeftStyle?: any;
|
|
598
|
+
__borderRightStyle?: any;
|
|
599
|
+
__borderTopStyle?: any;
|
|
600
|
+
__borderBottomStyle?: any;
|
|
601
|
+
__outlineStyle?: any;
|
|
602
|
+
__textTransform?: any;
|
|
603
|
+
__letterSpacing?: any;
|
|
604
|
+
__top?: any;
|
|
605
|
+
__bottom?: any;
|
|
606
|
+
__left?: any;
|
|
607
|
+
__right?: any;
|
|
608
|
+
__overflowX?: any;
|
|
609
|
+
__overflowY?: any;
|
|
610
|
+
__textOverflow?: any;
|
|
611
|
+
__whiteSpace?: any;
|
|
612
|
+
__wordBreak?: any;
|
|
613
|
+
__zIndex?: any;
|
|
614
|
+
__aspectRatio?: any;
|
|
615
|
+
__objectFit?: any;
|
|
616
|
+
__opacity?: any;
|
|
617
|
+
__fontWeight?: any;
|
|
618
|
+
__alignSelf?: any;
|
|
619
|
+
__visibility?: any;
|
|
620
|
+
__padding?: any;
|
|
621
|
+
__paddingX?: any;
|
|
622
|
+
__paddingY?: any;
|
|
623
|
+
__margin?: any;
|
|
624
|
+
__marginX?: any;
|
|
625
|
+
__marginY?: any;
|
|
626
|
+
__placeItems?: any;
|
|
627
|
+
__typeSize?: any;
|
|
628
|
+
__borderWidth?: any;
|
|
629
|
+
__borderXWidth?: any;
|
|
630
|
+
__borderYWidth?: any;
|
|
631
|
+
__borderStyle?: any;
|
|
632
|
+
__borderXStyle?: any;
|
|
633
|
+
__borderYStyle?: any;
|
|
634
|
+
__inset?: any;
|
|
635
|
+
__borderRadius?: any;
|
|
636
|
+
__overflow?: any;
|
|
637
|
+
__flex?: any;
|
|
638
|
+
__borderColor?: any;
|
|
639
|
+
__color?: any;
|
|
640
|
+
__backgroundColor?: any;
|
|
641
|
+
__pointerEvents?: any;
|
|
642
|
+
__cursor?: any;
|
|
643
|
+
__boxShadow?: any;
|
|
644
|
+
__transition?: any;
|
|
645
|
+
__textDecoration?: any;
|
|
646
|
+
__transform?: any;
|
|
647
|
+
} & {
|
|
648
|
+
children?: ReactNode;
|
|
649
|
+
value?: string | number | readonly string[] | undefined;
|
|
650
|
+
cite?: string | undefined;
|
|
651
|
+
data?: string | undefined;
|
|
652
|
+
form?: string | undefined;
|
|
653
|
+
label?: string | undefined;
|
|
654
|
+
slot?: string | undefined;
|
|
655
|
+
span?: number | undefined;
|
|
656
|
+
style?: import("react").CSSProperties | undefined;
|
|
657
|
+
summary?: string | undefined;
|
|
658
|
+
title?: string | undefined;
|
|
659
|
+
pattern?: string | undefined;
|
|
660
|
+
src?: string | undefined;
|
|
661
|
+
size?: number | undefined;
|
|
662
|
+
content?: string | undefined;
|
|
663
|
+
translate?: "yes" | "no" | undefined;
|
|
664
|
+
id?: string | undefined;
|
|
665
|
+
start?: number | undefined;
|
|
666
|
+
wrap?: string | undefined;
|
|
667
|
+
hidden?: boolean | undefined;
|
|
668
|
+
default?: boolean | undefined;
|
|
669
|
+
disabled?: boolean | undefined;
|
|
670
|
+
placeholder?: string | undefined;
|
|
671
|
+
open?: boolean | undefined;
|
|
672
|
+
multiple?: boolean | undefined;
|
|
673
|
+
accept?: string | undefined;
|
|
674
|
+
acceptCharset?: string | undefined;
|
|
675
|
+
action?: string | undefined;
|
|
676
|
+
allowFullScreen?: boolean | undefined;
|
|
677
|
+
allowTransparency?: boolean | undefined;
|
|
678
|
+
alt?: string | undefined;
|
|
679
|
+
async?: boolean | undefined;
|
|
680
|
+
autoComplete?: string | undefined;
|
|
681
|
+
autoFocus?: boolean | undefined;
|
|
682
|
+
autoPlay?: boolean | undefined;
|
|
683
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
684
|
+
cellPadding?: string | number | undefined;
|
|
685
|
+
cellSpacing?: string | number | undefined;
|
|
686
|
+
charSet?: string | undefined;
|
|
687
|
+
challenge?: string | undefined;
|
|
688
|
+
checked?: boolean | undefined;
|
|
689
|
+
classID?: string | undefined;
|
|
690
|
+
cols?: number | undefined;
|
|
691
|
+
colSpan?: number | undefined;
|
|
692
|
+
controls?: boolean | undefined;
|
|
693
|
+
coords?: string | undefined;
|
|
694
|
+
crossOrigin?: string | undefined;
|
|
695
|
+
dateTime?: string | undefined;
|
|
696
|
+
defer?: boolean | undefined;
|
|
697
|
+
download?: any;
|
|
698
|
+
encType?: string | undefined;
|
|
699
|
+
formAction?: string | undefined;
|
|
700
|
+
formEncType?: string | undefined;
|
|
701
|
+
formMethod?: string | undefined;
|
|
702
|
+
formNoValidate?: boolean | undefined;
|
|
703
|
+
formTarget?: string | undefined;
|
|
704
|
+
frameBorder?: string | number | undefined;
|
|
705
|
+
headers?: string | undefined;
|
|
706
|
+
high?: number | undefined;
|
|
707
|
+
href?: string | undefined;
|
|
708
|
+
hrefLang?: string | undefined;
|
|
709
|
+
htmlFor?: string | undefined;
|
|
710
|
+
httpEquiv?: string | undefined;
|
|
711
|
+
integrity?: string | undefined;
|
|
712
|
+
keyParams?: string | undefined;
|
|
713
|
+
keyType?: string | undefined;
|
|
714
|
+
kind?: string | undefined;
|
|
715
|
+
list?: string | undefined;
|
|
716
|
+
loop?: boolean | undefined;
|
|
717
|
+
low?: number | undefined;
|
|
718
|
+
manifest?: string | undefined;
|
|
719
|
+
marginHeight?: number | undefined;
|
|
720
|
+
marginWidth?: number | undefined;
|
|
721
|
+
max?: string | number | undefined;
|
|
722
|
+
maxLength?: number | undefined;
|
|
723
|
+
media?: string | undefined;
|
|
724
|
+
mediaGroup?: string | undefined;
|
|
725
|
+
method?: string | undefined;
|
|
726
|
+
min?: string | number | undefined;
|
|
727
|
+
minLength?: number | undefined;
|
|
728
|
+
muted?: boolean | undefined;
|
|
729
|
+
name?: string | undefined;
|
|
730
|
+
nonce?: string | undefined;
|
|
731
|
+
noValidate?: boolean | undefined;
|
|
732
|
+
optimum?: number | undefined;
|
|
733
|
+
playsInline?: boolean | undefined;
|
|
734
|
+
poster?: string | undefined;
|
|
735
|
+
preload?: string | undefined;
|
|
736
|
+
readOnly?: boolean | undefined;
|
|
737
|
+
rel?: string | undefined;
|
|
738
|
+
required?: boolean | undefined;
|
|
739
|
+
reversed?: boolean | undefined;
|
|
740
|
+
rows?: number | undefined;
|
|
741
|
+
rowSpan?: number | undefined;
|
|
742
|
+
sandbox?: string | undefined;
|
|
743
|
+
scope?: string | undefined;
|
|
744
|
+
scoped?: boolean | undefined;
|
|
745
|
+
scrolling?: string | undefined;
|
|
746
|
+
seamless?: boolean | undefined;
|
|
747
|
+
selected?: boolean | undefined;
|
|
748
|
+
shape?: string | undefined;
|
|
749
|
+
sizes?: string | undefined;
|
|
750
|
+
srcDoc?: string | undefined;
|
|
751
|
+
srcLang?: string | undefined;
|
|
752
|
+
srcSet?: string | undefined;
|
|
753
|
+
step?: string | number | undefined;
|
|
754
|
+
target?: string | undefined;
|
|
755
|
+
type?: string | undefined;
|
|
756
|
+
useMap?: string | undefined;
|
|
757
|
+
wmode?: string | undefined;
|
|
758
|
+
defaultChecked?: boolean | undefined;
|
|
759
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
760
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
761
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
762
|
+
accessKey?: string | undefined;
|
|
763
|
+
className?: string | undefined;
|
|
764
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
765
|
+
contextMenu?: string | undefined;
|
|
766
|
+
dir?: string | undefined;
|
|
767
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
768
|
+
lang?: string | undefined;
|
|
769
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
770
|
+
tabIndex?: number | undefined;
|
|
771
|
+
radioGroup?: string | undefined;
|
|
772
|
+
role?: import("react").AriaRole | undefined;
|
|
773
|
+
about?: string | undefined;
|
|
774
|
+
datatype?: string | undefined;
|
|
775
|
+
inlist?: any;
|
|
776
|
+
prefix?: string | undefined;
|
|
777
|
+
property?: string | undefined;
|
|
778
|
+
resource?: string | undefined;
|
|
779
|
+
typeof?: string | undefined;
|
|
780
|
+
vocab?: string | undefined;
|
|
781
|
+
autoCapitalize?: string | undefined;
|
|
782
|
+
autoCorrect?: string | undefined;
|
|
783
|
+
autoSave?: string | undefined;
|
|
784
|
+
itemProp?: string | undefined;
|
|
785
|
+
itemScope?: boolean | undefined;
|
|
786
|
+
itemType?: string | undefined;
|
|
787
|
+
itemID?: string | undefined;
|
|
788
|
+
itemRef?: string | undefined;
|
|
789
|
+
results?: number | undefined;
|
|
790
|
+
security?: string | undefined;
|
|
791
|
+
unselectable?: "on" | "off" | undefined;
|
|
792
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
793
|
+
is?: string | undefined;
|
|
794
|
+
'aria-activedescendant'?: string | undefined;
|
|
795
|
+
'aria-atomic'?: (boolean | "false" | "true") | undefined;
|
|
796
|
+
'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined;
|
|
797
|
+
'aria-busy'?: (boolean | "false" | "true") | undefined;
|
|
798
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
799
|
+
'aria-colcount'?: number | undefined;
|
|
800
|
+
'aria-colindex'?: number | undefined;
|
|
801
|
+
'aria-colspan'?: number | undefined;
|
|
802
|
+
'aria-controls'?: string | undefined;
|
|
803
|
+
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
804
|
+
'aria-describedby'?: string | undefined;
|
|
805
|
+
'aria-details'?: string | undefined;
|
|
806
|
+
'aria-disabled'?: (boolean | "false" | "true") | undefined;
|
|
807
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
808
|
+
'aria-errormessage'?: string | undefined;
|
|
809
|
+
'aria-expanded'?: (boolean | "false" | "true") | undefined;
|
|
810
|
+
'aria-flowto'?: string | undefined;
|
|
811
|
+
'aria-grabbed'?: (boolean | "false" | "true") | undefined;
|
|
812
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
813
|
+
'aria-hidden'?: (boolean | "false" | "true") | undefined;
|
|
814
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
815
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
816
|
+
'aria-label'?: string | undefined;
|
|
817
|
+
'aria-labelledby'?: string | undefined;
|
|
818
|
+
'aria-level'?: number | undefined;
|
|
819
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
820
|
+
'aria-modal'?: (boolean | "false" | "true") | undefined;
|
|
821
|
+
'aria-multiline'?: (boolean | "false" | "true") | undefined;
|
|
822
|
+
'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
|
|
823
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
824
|
+
'aria-owns'?: string | undefined;
|
|
825
|
+
'aria-placeholder'?: string | undefined;
|
|
826
|
+
'aria-posinset'?: number | undefined;
|
|
827
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
828
|
+
'aria-readonly'?: (boolean | "false" | "true") | undefined;
|
|
829
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
830
|
+
'aria-required'?: (boolean | "false" | "true") | undefined;
|
|
831
|
+
'aria-roledescription'?: string | undefined;
|
|
832
|
+
'aria-rowcount'?: number | undefined;
|
|
833
|
+
'aria-rowindex'?: number | undefined;
|
|
834
|
+
'aria-rowspan'?: number | undefined;
|
|
835
|
+
'aria-selected'?: (boolean | "false" | "true") | undefined;
|
|
836
|
+
'aria-setsize'?: number | undefined;
|
|
837
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
838
|
+
'aria-valuemax'?: number | undefined;
|
|
839
|
+
'aria-valuemin'?: number | undefined;
|
|
840
|
+
'aria-valuenow'?: number | undefined;
|
|
841
|
+
'aria-valuetext'?: string | undefined;
|
|
842
|
+
dangerouslySetInnerHTML?: {
|
|
843
|
+
__html: string;
|
|
844
|
+
} | undefined;
|
|
845
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
846
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
847
|
+
onCut?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
848
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
849
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
850
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
851
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
852
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
853
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
854
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
855
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
856
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
857
|
+
onFocus?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
858
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
859
|
+
onBlur?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
860
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
861
|
+
onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
862
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
863
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
864
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
865
|
+
onInput?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
866
|
+
onInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
867
|
+
onReset?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
868
|
+
onResetCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
869
|
+
onSubmit?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
870
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
871
|
+
onInvalid?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
872
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
873
|
+
onLoad?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
874
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
875
|
+
onError?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
876
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
877
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
878
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
879
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
880
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
881
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
882
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
883
|
+
onAbort?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
884
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
885
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
886
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
887
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
888
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
889
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
890
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
891
|
+
onEmptied?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
892
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
893
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
894
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
895
|
+
onEnded?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
896
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
897
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
898
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
899
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
900
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
901
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
902
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
903
|
+
onPause?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
904
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
905
|
+
onPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
906
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
907
|
+
onPlaying?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
908
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
909
|
+
onProgress?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
910
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
911
|
+
onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
912
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
913
|
+
onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
914
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
915
|
+
onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
916
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
917
|
+
onStalled?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
918
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
919
|
+
onSuspend?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
920
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
921
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
922
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
923
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
924
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
925
|
+
onWaiting?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
926
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
927
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
928
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
929
|
+
onClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
930
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
931
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
932
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
933
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
934
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
935
|
+
onDrag?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
936
|
+
onDragCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
937
|
+
onDragEnd?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
938
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
939
|
+
onDragEnter?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
940
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
941
|
+
onDragExit?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
942
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
943
|
+
onDragLeave?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
944
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
945
|
+
onDragOver?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
946
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
947
|
+
onDragStart?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
948
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
949
|
+
onDrop?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
950
|
+
onDropCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
951
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
952
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
953
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
954
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
955
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
956
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
957
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
958
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
959
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
960
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
961
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
962
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
963
|
+
onSelect?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
964
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
965
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
966
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
967
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
968
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
969
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
970
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
971
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
972
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
973
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
974
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
975
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
976
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
977
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
978
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
979
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
980
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
981
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
982
|
+
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
983
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
984
|
+
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
985
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
986
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
987
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
988
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
989
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
990
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
991
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
992
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
993
|
+
onScroll?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
994
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
995
|
+
onWheel?: import("react").WheelEventHandler<HTMLElement> | undefined;
|
|
996
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLElement> | undefined;
|
|
997
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
998
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
999
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1000
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1001
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1002
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
1003
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1004
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1005
|
+
} & import("react").RefAttributes<HTMLElement>, "children" | "value" | "ref" | "size" | "defaultValue" | "onValueChange"> & {
|
|
1006
|
+
children: ReactNode;
|
|
1007
|
+
defaultValue?: string | undefined;
|
|
1008
|
+
value?: string | undefined;
|
|
1009
|
+
onValueChange?: ((value: string) => void) | undefined;
|
|
1010
|
+
} & import("react").RefAttributes<HTMLElement>>;
|