@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
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const SettingsIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={24}
|
|
12
|
-
height={24}
|
|
13
|
-
viewBox="0 0 24 24"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="M3.002 13.522c.307.13.74.299 1.348.525.36.134.659.417.813.791.153.37.148.789-.008 1.153a37.348 37.348 0 0 0-.562 1.37c-.176.466-.05.974.285 1.309l.496.496.53-.53-.53.53c.344.344.868.467 1.34.275.307-.125.736-.31 1.333-.582a1.404 1.404 0 0 1 1.126-.022c.359.15.648.446.797.82.25.624.433 1.062.571 1.368.204.455.654.725 1.127.725h.729c.484 0 .943-.283 1.14-.754.126-.301.291-.724.511-1.318a1.48 1.48 0 0 1 .815-.857 1.405 1.405 0 0 1 1.09.007c.649.276 1.16.482 1.533.618.204.074.417.082.614.032l-.028.151h.001l.029-.152c.182-.046.351-.14.487-.277l.58-.582c.343-.343.467-.867.273-1.34a36.464 36.464 0 0 0-.569-1.291 1.493 1.493 0 0 1-.025-1.183c.149-.365.436-.645.783-.784a36.81 36.81 0 0 0 1.397-.584c.454-.205.722-.654.722-1.126v-.691c0-.484-.283-.943-.754-1.14a35.923 35.923 0 0 0-1.346-.522 1.423 1.423 0 0 1-.818-.795c-.153-.37-.147-.79.009-1.155.263-.616.442-1.056.562-1.372.177-.465.05-.974-.285-1.309l-.495-.494a1.236 1.236 0 0 0-1.337-.275c-.308.125-.738.31-1.339.584-.355.162-.76.172-1.122.023a1.477 1.477 0 0 1-.802-.822 37.024 37.024 0 0 0-.57-1.367 1.233 1.233 0 0 0-1.127-.725H11.6c-.484 0-.942.282-1.14.753-.126.301-.292.726-.513 1.322-.145.39-.44.7-.81.854a1.4 1.4 0 0 1-1.088-.006 32.674 32.674 0 0 0-1.536-.618l-.256.705.256-.705a1.053 1.053 0 0 0-1.105.248l-.58.582a1.233 1.233 0 0 0-.272 1.338c.124.302.306.717.568 1.29.17.371.182.804.024 1.186-.15.363-.436.642-.781.78-.635.254-1.08.44-1.392.58a1.233 1.233 0 0 0-.725 1.128v.696c0 .483.282.941.752 1.139Z"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
d="M13.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
29
|
-
fill="currentColor"
|
|
30
|
-
/>
|
|
31
|
-
</SvgIcon>
|
|
32
|
-
);
|
|
33
|
-
}
|
|
34
|
-
);
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const SnapshotsIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={24}
|
|
12
|
-
height={25}
|
|
13
|
-
viewBox="0 0 24 25"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="M7 11V8a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v3M7 11v8a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-8M7 11h13"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
strokeLinejoin="round"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="M4 16V5a1 1 0 0 1 1-1h11"
|
|
31
|
-
stroke="currentColor"
|
|
32
|
-
strokeWidth={1.5}
|
|
33
|
-
strokeLinecap="round"
|
|
34
|
-
strokeLinejoin="round"
|
|
35
|
-
/>
|
|
36
|
-
</SvgIcon>
|
|
37
|
-
);
|
|
38
|
-
}
|
|
39
|
-
);
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const SortDownIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={24}
|
|
12
|
-
height={24}
|
|
13
|
-
viewBox="0 0 24 24"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="M12 4v15.5m0 0-5-5m5 5 5-5"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
/>
|
|
28
|
-
</SvgIcon>
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
);
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const SortUpIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={24}
|
|
12
|
-
height={24}
|
|
13
|
-
viewBox="0 0 24 24"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="M12 19.5V4m0 0L7 9m5-5 5 5"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
/>
|
|
28
|
-
</SvgIcon>
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
);
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const TasksIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={24}
|
|
12
|
-
height={24}
|
|
13
|
-
viewBox="0 0 24 24"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="M3.5 17.5 5 19l3.5-3.5M3 10V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Zm9-2h10m-10 9h10"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
strokeLinejoin="round"
|
|
28
|
-
/>
|
|
29
|
-
</SvgIcon>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
);
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const TimeIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={24}
|
|
12
|
-
height={24}
|
|
13
|
-
viewBox="0 0 24 24"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<circle
|
|
23
|
-
cx={12}
|
|
24
|
-
cy={12}
|
|
25
|
-
r={9.25}
|
|
26
|
-
stroke="currentColor"
|
|
27
|
-
strokeWidth={1.5}
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="m9 7.5 3 4.5 3-1"
|
|
31
|
-
stroke="currentColor"
|
|
32
|
-
strokeWidth={1.5}
|
|
33
|
-
strokeLinecap="round"
|
|
34
|
-
strokeLinejoin="round"
|
|
35
|
-
/>
|
|
36
|
-
</SvgIcon>
|
|
37
|
-
);
|
|
38
|
-
}
|
|
39
|
-
);
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const ToIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={24}
|
|
12
|
-
height={25}
|
|
13
|
-
viewBox="0 0 24 25"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="m10 16.002 4-4-4-4m5 8 4-4-4-4m-10 8 4-4-4-4"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
strokeLinejoin="round"
|
|
28
|
-
/>
|
|
29
|
-
</SvgIcon>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
);
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const TransferIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
width={24}
|
|
13
|
-
height={24}
|
|
14
|
-
fill="none"
|
|
15
|
-
viewBox="0 0 24 24"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
stroke="currentColor"
|
|
24
|
-
strokeLinecap="round"
|
|
25
|
-
strokeLinejoin="round"
|
|
26
|
-
strokeWidth={1.5}
|
|
27
|
-
d="M20 7H4m0 0 4-4M4 7l4 4m-4 6h16m0 0-4-4m4 4-4 4"
|
|
28
|
-
/>
|
|
29
|
-
</SvgIcon>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
);
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const TranslateIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={24}
|
|
12
|
-
height={24}
|
|
13
|
-
viewBox="0 0 24 24"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="M4.163 17.135c2.235-2.106 3.934-3.815 5.225-5.279M13.352 4.5h3.243m-3.243 0H9.568m3.784 0c-.266 2.453-1.135 4.148-3.964 7.356M2 4.5h7.568m0 0V3m-.18 8.856c1.1 1.109 1.736 1.656 2.883 2.576m-2.883-2.576C8.26 10.719 6.5 8.5 6.325 7.406m7.027 13.513 1.441-3.784M22 20.92l-1.441-3.784m-5.766 0 2.883-7.567 2.883 7.567m-5.766 0h5.766"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
strokeLinejoin="round"
|
|
28
|
-
/>
|
|
29
|
-
</SvgIcon>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
);
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const TranslationIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
width={24}
|
|
13
|
-
height={25}
|
|
14
|
-
fill="none"
|
|
15
|
-
viewBox="0 0 24 25"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<mask id="a" fill="#fff">
|
|
23
|
-
<path d="M21 12a9 9 0 0 1-13.28 7.92l-3.943.902a.5.5 0 0 1-.6-.599l.903-3.944A9 9 0 1 1 21 12Z" />
|
|
24
|
-
</mask>
|
|
25
|
-
<path
|
|
26
|
-
fill="currentColor"
|
|
27
|
-
d="m12 21-.53.53a.75.75 0 0 0 1.06 0L12 21Zm0-18 .53-.53a.75.75 0 0 0-1.06 0L12 3Zm-.53-.53C8.325 5.614 7.25 9.065 7.25 12h1.5c0-2.549.925-5.614 3.78-8.47l-1.06-1.06ZM7.25 12c0 2.934 1.075 6.386 4.22 9.53l1.06-1.06C9.675 17.615 8.75 14.548 8.75 12h-1.5ZM3 12.75h5v-1.5H3v1.5Zm8.47-9.22c2.847 2.848 3.726 5.952 3.78 8.486l1.5-.032c-.062-2.874-1.067-6.362-4.22-9.514l-1.06 1.06Zm3.78 8.486c.054 2.507-.918 5.592-3.78 8.454l1.06 1.06c3.138-3.138 4.283-6.612 4.22-9.546l-1.5.032ZM8 12.75h8v-1.5H8v1.5Zm8 0h5v-1.5h-5v1.5ZM4.08 16.279l1.462.334a1.5 1.5 0 0 0-.143-1.048l-1.319.714Zm3.64 3.64.715-1.319a1.5 1.5 0 0 0-1.05-.143l.335 1.462Zm-3.943.903-.335-1.462.335 1.462Zm-.6-.599-1.462-.334 1.463.334ZM19.5 12a7.5 7.5 0 0 1-7.5 7.5v3c5.799 0 10.5-4.701 10.5-10.5h-3Zm-15 0A7.5 7.5 0 0 1 12 4.5v-3C6.201 1.5 1.5 6.201 1.5 12h3ZM12 4.5a7.5 7.5 0 0 1 7.5 7.5h3c0-5.799-4.701-10.5-10.5-10.5v3ZM5.4 15.565A7.46 7.46 0 0 1 4.5 12h-3c0 1.804.456 3.506 1.261 4.993l2.638-1.428ZM12 19.5a7.46 7.46 0 0 1-3.565-.9l-1.43 2.638A10.46 10.46 0 0 0 12 22.5v-3Zm-4.615-1.043-3.943.903.67 2.924 3.943-.903-.67-2.924Zm-2.745 2.1.902-3.944-2.924-.669-.903 3.945 2.925.669ZM3.442 19.36a1 1 0 0 1 1.198 1.198l-2.925-.67a2 2 0 0 0 2.396 2.396l-.67-2.924Z"
|
|
28
|
-
mask="url(#a)"
|
|
29
|
-
/>
|
|
30
|
-
</SvgIcon>
|
|
31
|
-
);
|
|
32
|
-
}
|
|
33
|
-
);
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const WebsiteIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
width={24}
|
|
13
|
-
height={25}
|
|
14
|
-
fill="none"
|
|
15
|
-
viewBox="0 0 24 25"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
stroke="currentColor"
|
|
24
|
-
strokeLinecap="round"
|
|
25
|
-
strokeLinejoin="round"
|
|
26
|
-
strokeWidth={1.5}
|
|
27
|
-
d="M3 20.5v-17a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5v17a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5Z"
|
|
28
|
-
/>
|
|
29
|
-
<mask id="a" fill="currentColor">
|
|
30
|
-
<rect width={6} height={4} x={6} y={6} rx={1} />
|
|
31
|
-
</mask>
|
|
32
|
-
<rect
|
|
33
|
-
width={6}
|
|
34
|
-
height={4}
|
|
35
|
-
x={6}
|
|
36
|
-
y={6}
|
|
37
|
-
stroke="currentColor"
|
|
38
|
-
strokeLinejoin="round"
|
|
39
|
-
strokeWidth={3}
|
|
40
|
-
mask="url(#a)"
|
|
41
|
-
rx={1}
|
|
42
|
-
/>
|
|
43
|
-
<path
|
|
44
|
-
stroke="currentColor"
|
|
45
|
-
strokeLinecap="round"
|
|
46
|
-
strokeLinejoin="round"
|
|
47
|
-
strokeWidth={1.5}
|
|
48
|
-
d="M7 13h10M7 17h10"
|
|
49
|
-
/>
|
|
50
|
-
</SvgIcon>
|
|
51
|
-
);
|
|
52
|
-
}
|
|
53
|
-
);
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const WifiIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={24}
|
|
12
|
-
height={25}
|
|
13
|
-
viewBox="0 0 24 25"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<circle cx={12} cy={18.002} r={1} fill="currentColor" />
|
|
23
|
-
<path
|
|
24
|
-
d="M7 14.502s1.988-2.5 5-2.5 5 2.5 5 2.5m-14-4.5s3.578-4 9-4c5.422 0 9 4 9 4"
|
|
25
|
-
stroke="currentColor"
|
|
26
|
-
strokeWidth={1.5}
|
|
27
|
-
strokeLinecap="round"
|
|
28
|
-
/>
|
|
29
|
-
</SvgIcon>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
);
|
package/src/icons/24x24/index.ts
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
export * from "./AddEnvironmentIcon";
|
|
2
|
-
export * from "./AppsIcon";
|
|
3
|
-
export * from "./ArrowRightIcon";
|
|
4
|
-
export * from "./BackspaceIcon";
|
|
5
|
-
export * from "./BagIcon";
|
|
6
|
-
export * from "./BillingIcon";
|
|
7
|
-
export * from "./BookmarkIcon";
|
|
8
|
-
export * from "./CalendarIcon";
|
|
9
|
-
export * from "./CheckIcon";
|
|
10
|
-
export * from "./ChevronIcon";
|
|
11
|
-
export * from "./Close2Icon";
|
|
12
|
-
export * from "./CloseIcon";
|
|
13
|
-
export * from "./CodeIcon";
|
|
14
|
-
export * from "./ColumnsIcon";
|
|
15
|
-
export * from "./CopyIcon";
|
|
16
|
-
export * from "./CustomersIcon";
|
|
17
|
-
export * from "./DashboardIcon";
|
|
18
|
-
export * from "./DeleteIcon";
|
|
19
|
-
export * from "./DeveloperIcon";
|
|
20
|
-
export * from "./DiscountsIcon";
|
|
21
|
-
export * from "./DownloadIcon";
|
|
22
|
-
export * from "./DragIcon";
|
|
23
|
-
export * from "./EditIcon";
|
|
24
|
-
export * from "./EnvironmentIcon";
|
|
25
|
-
export * from "./ExpandIcon";
|
|
26
|
-
export * from "./ExpendableIcon";
|
|
27
|
-
export * from "./EyeClosedIcon";
|
|
28
|
-
export * from "./EyeIcon";
|
|
29
|
-
export * from "./FilteringIcon";
|
|
30
|
-
export * from "./GenerateIcon";
|
|
31
|
-
export * from "./GithubIcon";
|
|
32
|
-
export * from "./GridIcon";
|
|
33
|
-
export * from "./HelpIcon";
|
|
34
|
-
export * from "./HowToIcon";
|
|
35
|
-
export * from "./LinkIcon";
|
|
36
|
-
export * from "./ListIcon";
|
|
37
|
-
export * from "./MailIcon";
|
|
38
|
-
export * from "./MigrateIcon";
|
|
39
|
-
export * from "./MinusIcon";
|
|
40
|
-
export * from "./ModelsIcon";
|
|
41
|
-
export * from "./MoreHorizontalIcon";
|
|
42
|
-
export * from "./NavigationIcon";
|
|
43
|
-
export * from "./NavigatorIcon";
|
|
44
|
-
export * from "./NextIcon";
|
|
45
|
-
export * from "./NoConnectionIcon";
|
|
46
|
-
export * from "./NotificationsIcon";
|
|
47
|
-
export * from "./OrdersIcon";
|
|
48
|
-
export * from "./PagesIcon";
|
|
49
|
-
export * from "./PermissionsIcon";
|
|
50
|
-
export * from "./PhotoIcon";
|
|
51
|
-
export * from "./PlayIcon";
|
|
52
|
-
export * from "./PlusIcon";
|
|
53
|
-
export * from "./PresetIcon";
|
|
54
|
-
export * from "./PreviousIcon";
|
|
55
|
-
export * from "./PrinterIcon";
|
|
56
|
-
export * from "./PrivacyIcon";
|
|
57
|
-
export * from "./ProcessIcon";
|
|
58
|
-
export * from "./ProductIcon";
|
|
59
|
-
export * from "./RefreshIcon";
|
|
60
|
-
export * from "./RemoveMemberIcon";
|
|
61
|
-
export * from "./ReplyIcon";
|
|
62
|
-
export * from "./SearchIcon";
|
|
63
|
-
export * from "./SettingsIcon";
|
|
64
|
-
export * from "./SnapshotsIcon";
|
|
65
|
-
export * from "./SortDownIcon";
|
|
66
|
-
export * from "./SortUpIcon";
|
|
67
|
-
export * from "./TasksIcon";
|
|
68
|
-
export * from "./TimeIcon";
|
|
69
|
-
export * from "./ToIcon";
|
|
70
|
-
export * from "./TransferIcon";
|
|
71
|
-
export * from "./TranslateIcon";
|
|
72
|
-
export * from "./TranslationIcon";
|
|
73
|
-
export * from "./WebsiteIcon";
|
|
74
|
-
export * from "./WifiIcon";
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const AttributesLargeIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={32}
|
|
12
|
-
height={32}
|
|
13
|
-
viewBox="0 0 32 32"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="M5 12v16m0-16H3m2 0h2M5 28H3m2 0h2M29 6H11m18 0V4m0 2v2M11 6V4m0 2v2"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
strokeLinejoin="round"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="m11 16.5-.685-.305a.75.75 0 0 0-.065.305H11Zm18 0h.75a.75.75 0 0 0-.065-.305L29 16.5Zm-9.257 5.154.386.643-.386-.643Zm.514 0 .386-.643-.386.643Zm-2 .892.386.643-.386-.643Zm9.007-9.952-.685.305.685-.305Zm-14.528 0-.685-.305.685.305Zm-.685-.305-1.736 3.906 1.37.61 1.736-3.906-1.37-.61ZM10.25 16.5V27h1.5V16.5h-1.5ZM12 28.75h16v-1.5H12v1.5ZM29.75 27V16.5h-1.5V27h1.5Zm-.065-10.805L27.95 12.29l-1.37.61 1.736 3.906 1.37-.61ZM26.35 11.25h-12.7v1.5h12.7v-1.5Zm-15.35 6h6.5v-1.5H11v1.5Zm5.75-.75v5.617h1.5V16.5h-1.5Zm1.893 6.689 1.486-.892-.772-1.286-1.486.892.772 1.286Zm1.228-.892 1.486.892.772-1.287-1.486-.89-.772 1.285ZM17.5 17.25h5v-1.5h-5v1.5Zm5 0H29v-1.5h-6.5v1.5Zm.75 4.867V16.5h-1.5v5.617h1.5Zm-1.893 1.072c.833.5 1.893-.1 1.893-1.072h-1.5a.25.25 0 0 1 .379-.215l-.772 1.287Zm-1.228-.892a.25.25 0 0 1-.258 0l.772-1.286a1.25 1.25 0 0 0-1.286 0l.772 1.287ZM28 28.75A1.75 1.75 0 0 0 29.75 27h-1.5a.25.25 0 0 1-.25.25v1.5Zm-11.25-6.633a1.25 1.25 0 0 0 1.893 1.072l-.772-1.287a.25.25 0 0 1 .379.215h-1.5ZM10.25 27c0 .966.784 1.75 1.75 1.75v-1.5a.25.25 0 0 1-.25-.25h-1.5Zm17.7-14.71a1.75 1.75 0 0 0-1.6-1.04v1.5a.25.25 0 0 1 .229.149l1.37-.61Zm-14.529.609a.25.25 0 0 1 .229-.149v-1.5a1.75 1.75 0 0 0-1.6 1.04l1.371.609Z"
|
|
31
|
-
fill="currentColor"
|
|
32
|
-
/>
|
|
33
|
-
</SvgIcon>
|
|
34
|
-
);
|
|
35
|
-
}
|
|
36
|
-
);
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const CustomerLargeIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={32}
|
|
12
|
-
height={32}
|
|
13
|
-
viewBox="0 0 32 32"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<circle
|
|
23
|
-
cx={16}
|
|
24
|
-
cy={9}
|
|
25
|
-
r={5.25}
|
|
26
|
-
stroke="currentColor"
|
|
27
|
-
strokeWidth={1.5}
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="M27.429 29H4.57A1.571 1.571 0 0 1 3 27.429 9.429 9.429 0 0 1 12.429 18h7.142A9.429 9.429 0 0 1 29 27.429c0 .867-.704 1.571-1.571 1.571Z"
|
|
31
|
-
stroke="currentColor"
|
|
32
|
-
strokeWidth={1.5}
|
|
33
|
-
strokeLinejoin="round"
|
|
34
|
-
/>
|
|
35
|
-
</SvgIcon>
|
|
36
|
-
);
|
|
37
|
-
}
|
|
38
|
-
);
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const DigitalLargeIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={32}
|
|
12
|
-
height={32}
|
|
13
|
-
viewBox="0 0 32 32"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
fillRule="evenodd"
|
|
24
|
-
clipRule="evenodd"
|
|
25
|
-
d="M6.894 5.888a.25.25 0 0 1 .224-.138h17.764a.25.25 0 0 1 .224.138l2.68 5.362H7.3a1.5 1.5 0 1 0 0 1.5h3.95v5.836c0 1.559 1.885 2.34 2.987 1.237l1.293-1.293a.75.75 0 1 0-1.06-1.06l-1.293 1.293a.25.25 0 0 1-.427-.177V12.75h6.5v5.45a1.5 1.5 0 1 0 1.5 0v-5.45h7.5V27a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25v-7.2a1.5 1.5 0 1 0-1.5 0V27c0 .966.784 1.75 1.75 1.75h23A1.75 1.75 0 0 0 29.75 27V12a.75.75 0 0 0-.08-.335l-3.223-6.448a1.75 1.75 0 0 0-1.565-.967H7.118a1.75 1.75 0 0 0-1.565.967L4.329 7.665a.75.75 0 0 0 1.342.67l1.223-2.447Z"
|
|
26
|
-
fill="currentColor"
|
|
27
|
-
/>
|
|
28
|
-
</SvgIcon>
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
);
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import SvgIcon from "@material-ui/core/SvgIcon";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
import { useIconStyles } from "../styles";
|
|
5
|
-
import { IconProps } from "../types";
|
|
6
|
-
export const DiscountLargeIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={32}
|
|
12
|
-
height={32}
|
|
13
|
-
viewBox="0 0 32 32"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="M4 16 16.414 3.586A2 2 0 0 1 17.828 3h6.344a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 29 7.828v6.344a2 2 0 0 1-.586 1.414L16 28M4 16l-.414.414A2 2 0 0 0 3 17.828v2.844a2 2 0 0 0 .586 1.414l6.328 6.328a2 2 0 0 0 1.414.586h2.844a2 2 0 0 0 1.414-.586L16 28M4 16l12 12"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinejoin="round"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
d="M24 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
30
|
-
fill="currentColor"
|
|
31
|
-
/>
|
|
32
|
-
</SvgIcon>
|
|
33
|
-
);
|
|
34
|
-
}
|
|
35
|
-
);
|