@saleor/macaw-ui 0.7.3 → 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/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/legacy/dist/types/theme/Baseline.d.ts +2 -0
- package/legacy/dist/types/theme/ThemeProvider.d.ts +21 -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/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/dist/types/theme/Baseline.d.ts +0 -6
- package/dist/types/theme/ThemeProvider.d.ts +0 -25
- 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 -36
- 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 -82
- package/src/theme/ThemeProvider.tsx +0 -94
- 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.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/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,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 ShippingLargeIcon = 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="M18.5 7h-4.653a1 1 0 0 0-.986.836l-2.667 16A1 1 0 0 0 11.18 25h13.973a1 1 0 0 0 .986-.836l2.667-16A1 1 0 0 0 27.82 7H23.5m-5 0-.806 4.836A1 1 0 0 0 18.68 13h2.973a1 1 0 0 0 .986-.836L23.5 7m-5 0h5M2 12h7m-7 4h5m-5 4h3"
|
|
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 SitesettingsLargeIcon = 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={32}
|
|
13
|
-
height={32}
|
|
14
|
-
fill="none"
|
|
15
|
-
viewBox="0 0 32 32"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
fill="currentColor"
|
|
24
|
-
fillRule="evenodd"
|
|
25
|
-
d="m5.245 6.251.938-.94a1.938 1.938 0 0 1 2.033-.456c.552.2 1.3.501 2.24.901.4.17.847.174 1.248.007a1.71 1.71 0 0 0 .94-.994c.354-.958.614-1.616.808-2.068A1.986 1.986 0 0 1 15.28 1.5h1.33c.755 0 1.475.43 1.808 1.157.21.457.494 1.131.892 2.127.176.442.516.785.93.956.415.171.88.16 1.288-.026a46.97 46.97 0 0 1 2.093-.908 1.989 1.989 0 0 1 2.14.445l.913.912c.534.534.739 1.348.461 2.096a50.02 50.02 0 0 1-.87 2.136 1.747 1.747 0 0 0-.011 1.347c.18.436.527.763.94.916.975.36 1.644.624 2.104.82a1.986 1.986 0 0 1 1.202 1.829v1.279c0 .754-.428 1.473-1.152 1.806-.466.215-1.154.506-2.17.913-.397.159-.728.48-.901.903a1.74 1.74 0 0 0 .03 1.377c.422.921.703 1.568.886 2.024a1.987 1.987 0 0 1-.44 2.144l-.94.942a1.934 1.934 0 0 1-2.031.452c-.55-.2-1.296-.5-2.234-.9a1.613 1.613 0 0 0-1.253-.01 1.721 1.721 0 0 0-.945.999c-.355.954-.613 1.61-.806 2.06a1.987 1.987 0 0 1-1.829 1.204h-1.332c-.756 0-1.476-.43-1.808-1.156a49.128 49.128 0 0 1-.894-2.13 1.716 1.716 0 0 0-.925-.953 1.612 1.612 0 0 0-1.293.025c-.96.438-1.624.722-2.084.906a1.99 1.99 0 0 1-2.144-.445l-.915-.916a1.987 1.987 0 0 1-.46-2.095c.175-.473.45-1.153.87-2.135.181-.425.187-.913.01-1.342a1.634 1.634 0 0 0-.935-.912 47.524 47.524 0 0 1-2.106-.825A1.986 1.986 0 0 1 1.5 16.695V15.41c0-.756.43-1.476 1.157-1.809a50.73 50.73 0 0 1 2.162-.907c.395-.158.726-.477.899-.898a1.74 1.74 0 0 0-.029-1.382 47.664 47.664 0 0 1-.884-2.02 1.987 1.987 0 0 1 .44-2.143Zm2 .119a.438.438 0 0 1 .46-.105 46.19 46.19 0 0 1 2.164.871 3.106 3.106 0 0 0 2.41.012 3.214 3.214 0 0 0 1.772-1.859c.35-.947.6-1.578.78-1.997A.486.486 0 0 1 15.28 3h1.33c.19 0 .364.108.444.281.194.424.468 1.072.863 2.059a3.22 3.22 0 0 0 1.75 1.787 3.113 3.113 0 0 0 2.484-.049 45.519 45.519 0 0 1 2.024-.878.489.489 0 0 1 .525.112l.913.912a.487.487 0 0 1 .116.513c-.163.44-.427 1.094-.844 2.069a3.247 3.247 0 0 0-.018 2.508 3.14 3.14 0 0 0 1.807 1.75c.966.358 1.608.611 2.034.793a.488.488 0 0 1 .292.45v1.279c0 .19-.108.364-.28.444a47.72 47.72 0 0 1-2.1.883 3.14 3.14 0 0 0-1.732 1.727 3.24 3.24 0 0 0 .055 2.57c.418.912.688 1.534.858 1.958a.487.487 0 0 1-.11.526l-.94.94a.434.434 0 0 1-.455.104 46.597 46.597 0 0 1-2.16-.872 3.113 3.113 0 0 0-2.414-.014 3.22 3.22 0 0 0-1.779 1.862c-.35.945-.6 1.575-.778 1.993a.487.487 0 0 1-.45.293h-1.332a.486.486 0 0 1-.445-.281 47.873 47.873 0 0 1-.864-2.06 3.216 3.216 0 0 0-1.742-1.783 3.112 3.112 0 0 0-2.492.045c-.947.433-1.587.706-2.017.877a.49.49 0 0 1-.526-.111l-.916-.916a.487.487 0 0 1-.115-.513c.163-.44.426-1.093.843-2.067.337-.79.35-1.697.017-2.505a3.133 3.133 0 0 0-1.798-1.745 46.81 46.81 0 0 1-2.036-.797.486.486 0 0 1-.292-.449V15.41c0-.191.108-.365.281-.445.431-.197 1.09-.476 2.095-.878a3.136 3.136 0 0 0 1.729-1.72 3.24 3.24 0 0 0-.053-2.579 46.3 46.3 0 0 1-.855-1.953.487.487 0 0 1 .11-.525l.938-.94Z"
|
|
26
|
-
clipRule="evenodd"
|
|
27
|
-
/>
|
|
28
|
-
<path fill="currentColor" d="M18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" />
|
|
29
|
-
</SvgIcon>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
);
|
|
@@ -1,40 +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 StaffmembersLargeIcon = 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 cx={16} cy={12} r={2} stroke="currentColor" strokeWidth={1.5} />
|
|
23
|
-
<path
|
|
24
|
-
d="M20.902 20h-9.804a.098.098 0 0 1-.098-.098A3.902 3.902 0 0 1 14.902 16h2.196A3.902 3.902 0 0 1 21 19.902a.098.098 0 0 1-.098.098ZM11 26h4m-4-3h10m-3 3h3"
|
|
25
|
-
stroke="currentColor"
|
|
26
|
-
strokeWidth={1.5}
|
|
27
|
-
strokeLinecap="round"
|
|
28
|
-
strokeLinejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M13.5 5H8a1 1 0 0 0-1 1v23a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-5.5m-5 0V3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2m-5 0v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V5"
|
|
32
|
-
stroke="currentColor"
|
|
33
|
-
strokeWidth={1.5}
|
|
34
|
-
strokeLinecap="round"
|
|
35
|
-
strokeLinejoin="round"
|
|
36
|
-
/>
|
|
37
|
-
</SvgIcon>
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
|
-
);
|
|
@@ -1,55 +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 TaxesLargeIcon = 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 cx={12} cy={13} r={1} fill="currentColor" />
|
|
23
|
-
<circle cx={16} cy={13} r={1} fill="currentColor" />
|
|
24
|
-
<circle cx={20} cy={13} r={1} fill="currentColor" />
|
|
25
|
-
<circle cx={12} cy={17} r={1} fill="currentColor" />
|
|
26
|
-
<circle cx={16} cy={17} r={1} fill="currentColor" />
|
|
27
|
-
<circle cx={20} cy={17} r={1} fill="currentColor" />
|
|
28
|
-
<circle cx={12} cy={21} r={1} fill="currentColor" />
|
|
29
|
-
<circle cx={16} cy={21} r={1} fill="currentColor" />
|
|
30
|
-
<circle cx={16} cy={25} r={1} fill="currentColor" />
|
|
31
|
-
<circle cx={20} cy={21} r={1} fill="currentColor" />
|
|
32
|
-
<path
|
|
33
|
-
d="M25 3H7a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Z"
|
|
34
|
-
stroke="currentColor"
|
|
35
|
-
strokeWidth={1.5}
|
|
36
|
-
strokeLinecap="round"
|
|
37
|
-
strokeLinejoin="round"
|
|
38
|
-
/>
|
|
39
|
-
<mask id="a" fill="currentColor">
|
|
40
|
-
<rect x={9} y={6} width={14} height={4} rx={1} />
|
|
41
|
-
</mask>
|
|
42
|
-
<rect
|
|
43
|
-
x={9}
|
|
44
|
-
y={6}
|
|
45
|
-
width={14}
|
|
46
|
-
height={4}
|
|
47
|
-
rx={1}
|
|
48
|
-
stroke="currentColor"
|
|
49
|
-
strokeWidth={3}
|
|
50
|
-
mask="url(#a)"
|
|
51
|
-
/>
|
|
52
|
-
</SvgIcon>
|
|
53
|
-
);
|
|
54
|
-
}
|
|
55
|
-
);
|
|
@@ -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 TokenLargeIcon = 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="M21 20a9 9 0 1 0-8.466-5.94L2 25v5h5.5l2-2v-2H12v-2h2v-2h2l2.035-2.5A8.98 8.98 0 0 0 21 20Z"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinejoin="round"
|
|
27
|
-
/>
|
|
28
|
-
<circle
|
|
29
|
-
cx={23}
|
|
30
|
-
cy={9}
|
|
31
|
-
r={2.25}
|
|
32
|
-
stroke="currentColor"
|
|
33
|
-
strokeWidth={1.5}
|
|
34
|
-
/>
|
|
35
|
-
</SvgIcon>
|
|
36
|
-
);
|
|
37
|
-
}
|
|
38
|
-
);
|
|
@@ -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 WarehouseLargeIcon = 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="M22.5 16V4a1 1 0 0 0-1-1H18m4.5 13h-2m2 0h2m-15 0V4a1 1 0 0 1 1-1H14M9.5 16h2m-2 0h-2m8.5 0v13m0-13h-4.5m4.5 0h4.5M16 29H4a1 1 0 0 1-1-1V17a1 1 0 0 1 1-1h3.5M16 29h12a1 1 0 0 0 1-1V17a1 1 0 0 0-1-1h-3.5m-13 0v4a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-4m13 0v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-4M14 3v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3m-4 0h4"
|
|
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 WifiLargeIcon = 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 cx={16} cy={25} r={2} fill="currentColor" />
|
|
23
|
-
<path
|
|
24
|
-
d="M8 16s3.18-3.5 8-3.5 8 3.5 8 3.5m-12 4s1.59-1.5 4-1.5 4 1.5 4 1.5M3 11.5S8.169 6 16 6s13 5.5 13 5.5"
|
|
25
|
-
stroke="currentColor"
|
|
26
|
-
strokeWidth={1.5}
|
|
27
|
-
strokeLinecap="round"
|
|
28
|
-
/>
|
|
29
|
-
</SvgIcon>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
);
|
package/src/icons/32x32/index.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export * from "./AttributesLargeIcon";
|
|
2
|
-
export * from "./CustomerLargeIcon";
|
|
3
|
-
export * from "./DigitalLargeIcon";
|
|
4
|
-
export * from "./DiscountLargeIcon";
|
|
5
|
-
export * from "./FilteringLargeIcon";
|
|
6
|
-
export * from "./GiftCardLargeIcon";
|
|
7
|
-
export * from "./NavigationLargeIcon";
|
|
8
|
-
export * from "./NotesLargeIcon";
|
|
9
|
-
export * from "./OmnichannelLargeIcon";
|
|
10
|
-
export * from "./PermissionLargeIcon";
|
|
11
|
-
export * from "./ProductLargeIcon";
|
|
12
|
-
export * from "./SearchLargeIcon";
|
|
13
|
-
export * from "./ShippingLargeIcon";
|
|
14
|
-
export * from "./SiteSettingsLargeIcon";
|
|
15
|
-
export * from "./StaffMembersLargeIcon";
|
|
16
|
-
export * from "./TaxesLargeIcon";
|
|
17
|
-
export * from "./TokenLargeIcon";
|
|
18
|
-
export * from "./WarehouseLargeIcon";
|
|
19
|
-
export * from "./WifiLargeIcon";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
const ArrowDropdownIcon = createSvgIcon(
|
|
5
|
-
<g style={{ fillRule: "evenodd" }}>
|
|
6
|
-
<path d="M7 10l5 5 5-5z" />
|
|
7
|
-
</g>,
|
|
8
|
-
"ArrowDropdownIcon"
|
|
9
|
-
);
|
|
10
|
-
|
|
11
|
-
export default ArrowDropdownIcon;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const CheckboxCheckedIcon = createSvgIcon(
|
|
5
|
-
<>
|
|
6
|
-
<svg
|
|
7
|
-
width="24"
|
|
8
|
-
height="24"
|
|
9
|
-
viewBox="0 0 24 24"
|
|
10
|
-
fill="none"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<rect
|
|
14
|
-
x="0.5"
|
|
15
|
-
y="0.5"
|
|
16
|
-
width="23"
|
|
17
|
-
height="23"
|
|
18
|
-
rx="1.5"
|
|
19
|
-
fill="currentColor"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
fillRule="evenodd"
|
|
23
|
-
clipRule="evenodd"
|
|
24
|
-
d="M17.5711 4.7629C17.9653 4.34801 18.6267 4.34801 19.0209 4.7629L20.3455 6.1568C20.7122 6.54279 20.7122 7.14848 20.3455 7.53447L9.45066 19L3.65454 12.9002C3.28777 12.5143 3.28777 11.9086 3.65454 11.5226L4.97906 10.1287C5.3733 9.71378 6.03466 9.71378 6.4289 10.1287L9.45066 13.3087L17.5711 4.7629Z"
|
|
25
|
-
fill="var(--background-paper)"
|
|
26
|
-
/>
|
|
27
|
-
</svg>
|
|
28
|
-
</>,
|
|
29
|
-
"CheckboxCheckedIcon"
|
|
30
|
-
);
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const CheckboxIcon = createSvgIcon(
|
|
5
|
-
<>
|
|
6
|
-
<rect
|
|
7
|
-
width="22"
|
|
8
|
-
height="22"
|
|
9
|
-
rx="2"
|
|
10
|
-
ry="2"
|
|
11
|
-
x="1"
|
|
12
|
-
y="1"
|
|
13
|
-
strokeWidth="2"
|
|
14
|
-
stroke="currentColor"
|
|
15
|
-
fill="transparent"
|
|
16
|
-
strokeLinejoin="round"
|
|
17
|
-
/>
|
|
18
|
-
</>,
|
|
19
|
-
"CheckboxIcon"
|
|
20
|
-
);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const CheckboxIndeterminateIcon = createSvgIcon(
|
|
5
|
-
<>
|
|
6
|
-
<rect x="0.5" y="0.5" width="23" height="23" rx="1.5" fill="currentColor" />
|
|
7
|
-
<rect
|
|
8
|
-
x="4"
|
|
9
|
-
y="10"
|
|
10
|
-
width="16"
|
|
11
|
-
height="4"
|
|
12
|
-
rx="1.5"
|
|
13
|
-
fill="var(--background-paper)"
|
|
14
|
-
/>
|
|
15
|
-
</>,
|
|
16
|
-
"CheckboxIndeterminateIcon"
|
|
17
|
-
);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const CircleIndicatorIcon = createSvgIcon(
|
|
5
|
-
<>
|
|
6
|
-
<circle cx="12" cy="12" r="12" fill="currentColor" />
|
|
7
|
-
<circle cx="12" cy="12" r="9" fill="var(--background-paper)" />
|
|
8
|
-
</>,
|
|
9
|
-
"CircleIndicatorIcon"
|
|
10
|
-
);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const CommentSmallIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M3 4C3 3.44772 3.44772 3 4 3H16C16.5523 3 17 3.44772 17 4V13C17 13.5523 16.5523 14 16 14H10C9.78363 14 9.5731 14.0702 9.4 14.2L7 16V15C7 14.4477 6.55228 14 6 14H4C3.44772 14 3 13.5523 3 13V4ZM4 1C2.34315 1 1 2.34315 1 4V13C1 14.6569 2.34315 16 4 16H5V18C5 18.3788 5.214 18.725 5.55279 18.8944C5.89157 19.0638 6.29698 19.0273 6.6 18.8L10.3333 16H16C17.6569 16 19 14.6569 19 13V4C19 2.34315 17.6569 1 16 1H4ZM6 7C6 6.44772 6.44772 6 7 6H13C13.5523 6 14 6.44772 14 7C14 7.55228 13.5523 8 13 8H7C6.44772 8 6 7.55228 6 7ZM6 10C6 9.44771 6.44772 9 7 9H13C13.5523 9 14 9.44771 14 10C14 10.5523 13.5523 11 13 11H7C6.44772 11 6 10.5523 6 10Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"CommentSmallIcon"
|
|
12
|
-
);
|
|
13
|
-
(CommentSmallIcon as React.ComponentType).defaultProps = {
|
|
14
|
-
viewBox: "0 0 20 20",
|
|
15
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
export const CompleteIcon: React.FC<React.SVGProps<SVGSVGElement>> = (
|
|
4
|
-
props
|
|
5
|
-
) => (
|
|
6
|
-
<svg
|
|
7
|
-
width="40"
|
|
8
|
-
height="40"
|
|
9
|
-
viewBox="0 0 40 40"
|
|
10
|
-
fill="none"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<circle cx="20" cy="20" r="20" fill="var(--background-paper)" />
|
|
15
|
-
<circle cx="20" cy="20" r="14" stroke="currentColor" strokeWidth="4" />
|
|
16
|
-
<path
|
|
17
|
-
fillRule="evenodd"
|
|
18
|
-
clipRule="evenodd"
|
|
19
|
-
d="M28.7678 13.7678C29.3536 14.3536 29.3536 15.3033 28.7678 15.8891L17.4142 27.2426L12.0607 21.8891C11.4749 21.3033 11.4749 20.3536 12.0607 19.7678L12.7678 19.0607C13.3536 18.4749 14.3033 18.4749 14.8891 19.0607L17.4142 21.5858L25.9393 13.0607C26.5251 12.4749 27.4749 12.4749 28.0607 13.0607L28.7678 13.7678Z"
|
|
20
|
-
fill="currentColor"
|
|
21
|
-
/>
|
|
22
|
-
</svg>
|
|
23
|
-
);
|
|
24
|
-
|
|
25
|
-
CompleteIcon.displayName = "CompleteIcon";
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const CustomersLargeIcon = createSvgIcon(
|
|
5
|
-
<>
|
|
6
|
-
<circle
|
|
7
|
-
cx="16"
|
|
8
|
-
cy="9"
|
|
9
|
-
r="5"
|
|
10
|
-
stroke="currentColor"
|
|
11
|
-
strokeWidth="2"
|
|
12
|
-
fill="transparent"
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
d="M27.4286 29H4.57143C3.70355 29 3 28.2964 3 27.4286C3 22.2213 7.22132 18 12.4286 18H19.5714C24.7787 18 29 22.2213 29 27.4286C29 28.2964 28.2964 29 27.4286 29Z"
|
|
16
|
-
stroke="currentColor"
|
|
17
|
-
strokeWidth="2"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
fill="transparent"
|
|
20
|
-
/>
|
|
21
|
-
</>,
|
|
22
|
-
"CustomersLargeIcon"
|
|
23
|
-
);
|
|
24
|
-
(CustomersLargeIcon as React.ComponentType).defaultProps = {
|
|
25
|
-
viewBox: "0 0 32 32",
|
|
26
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const DeleteUserIcon = createSvgIcon(
|
|
5
|
-
<>
|
|
6
|
-
<path
|
|
7
|
-
fillRule="evenodd"
|
|
8
|
-
clipRule="evenodd"
|
|
9
|
-
d="M11.8132 9.375C13.2975 9.375 14.5007 8.17177 14.5007 6.6875C14.5007 5.20323 13.2975 4 11.8132 4C10.329 4 9.12573 5.20323 9.12573 6.6875C9.12573 8.17177 10.329 9.375 11.8132 9.375ZM16.5007 6.6875C16.5007 9.27633 14.4021 11.375 11.8132 11.375C9.2244 11.375 7.12573 9.27633 7.12573 6.6875C7.12573 4.09867 9.2244 2 11.8132 2C14.4021 2 16.5007 4.09867 16.5007 6.6875Z"
|
|
10
|
-
fill="currentColor"
|
|
11
|
-
/>
|
|
12
|
-
<path
|
|
13
|
-
d="M11.5 22C12.0523 22 12.5 21.5523 12.5 21C12.5 20.4477 12.0523 20 11.5 20V22ZM13 15C13.5523 15 14 14.5523 14 14C14 13.4477 13.5523 13 13 13V15ZM8.83333 15H11.5V13H8.83333V15ZM11.5 20H4.16667V22H11.5V20ZM11.5 15H13V13H11.5V15ZM4 19.8333C4 17.164 6.16396 15 8.83333 15V13C5.05939 13 2 16.0594 2 19.8333H4ZM2 19.8333C2 21.03 2.97005 22 4.16667 22V20C4.07462 20 4 19.9254 4 19.8333H2Z"
|
|
14
|
-
fill="currentColor"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M21.7071 16.7071C22.0976 16.3166 22.0976 15.6834 21.7071 15.2929C21.3166 14.9024 20.6834 14.9024 20.2929 15.2929L21.7071 16.7071ZM15.2929 20.2929C14.9024 20.6834 14.9024 21.3166 15.2929 21.7071C15.6834 22.0976 16.3166 22.0976 16.7071 21.7071L15.2929 20.2929ZM20.2929 15.2929L15.2929 20.2929L16.7071 21.7071L21.7071 16.7071L20.2929 15.2929Z"
|
|
18
|
-
fill="currentColor"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L20.2929 21.7071ZM16.7071 15.2929C16.3166 14.9024 15.6834 14.9024 15.2929 15.2929C14.9024 15.6834 14.9024 16.3166 15.2929 16.7071L16.7071 15.2929ZM21.7071 20.2929L16.7071 15.2929L15.2929 16.7071L20.2929 21.7071L21.7071 20.2929Z"
|
|
22
|
-
fill="currentColor"
|
|
23
|
-
/>
|
|
24
|
-
</>,
|
|
25
|
-
"DeleteUserIcon"
|
|
26
|
-
);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const DigitalSmallIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M4.52254 2.25C3.71765 2.25 2.98184 2.70475 2.62188 3.42467L2.02988 4.60869C1.81376 5.04092 1.98896 5.56651 2.42119 5.78262C2.85342 5.99874 3.37901 5.82354 3.59512 5.39131L4.18713 4.20729C4.25065 4.08025 4.3805 4 4.52254 4H15.4258C15.5758 4 15.7113 4.0894 15.7704 4.22728L16.798 6.625H4.96845C4.69645 6.24688 4.25218 6 3.75 6C2.92157 6 2.25 6.67157 2.25 7.5C2.25 8.32843 2.92157 9 3.75 9C4.25218 9 4.69645 8.75312 4.96845 8.375H6.625V12.1061C6.625 13.4854 8.32977 14.1336 9.24611 13.1027L10.654 11.5188C10.975 11.1576 10.9425 10.6046 10.5813 10.2835C10.2201 9.96246 9.66707 9.995 9.34602 10.3562L8.375 11.4486V8.375H11.625V11.2815C11.2469 11.5536 11 11.9978 11 12.5C11 13.3284 11.6716 14 12.5 14C13.3284 14 14 13.3284 14 12.5C14 11.9978 13.7531 11.5536 13.375 11.2815V8.375H17.25V16.25C17.25 16.4571 17.0821 16.625 16.875 16.625H3.75C3.54289 16.625 3.375 16.4571 3.375 16.25V12.4685C3.75312 12.1964 4 11.7522 4 11.25C4 10.4216 3.32843 9.75 2.5 9.75C1.67157 9.75 1 10.4216 1 11.25C1 11.7522 1.24688 12.1964 1.625 12.4685V16.25C1.625 17.4236 2.57639 18.375 3.75 18.375H16.875C18.0486 18.375 19 17.4236 19 16.25V7.3204L17.3789 3.53792C17.0441 2.75659 16.2758 2.25 15.4258 2.25H4.52254Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"DigitalSmallIcon"
|
|
12
|
-
);
|
|
13
|
-
(DigitalSmallIcon as React.ComponentType).defaultProps = {
|
|
14
|
-
viewBox: "0 0 20 20",
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const EditSmallIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M6 10.4253C6 10.1278 6.11822 9.84235 6.32864 9.63192L9.80485 6.15571C9.38658 6.05394 8.94959 6 8.5 6C5.46243 6 3 8.46243 3 11.5C3 14.5376 5.46243 17 8.5 17C11.5376 17 14 14.5376 14 11.5C14 11.0504 13.9461 10.6134 13.8443 10.1951L10.3681 13.6714C10.1576 13.8818 9.87225 14 9.57466 14H7.12206C6.50237 14 6 13.4976 6 12.8779V10.4253ZM15.4249 8.61457C15.7954 9.50278 16 10.4775 16 11.5C16 15.6421 12.6421 19 8.5 19C4.35786 19 1 15.6421 1 11.5C1 7.35786 4.35786 4 8.5 4C9.5225 4 10.4972 4.20462 11.3854 4.57514L14.6319 1.32865C15.0701 0.890452 15.7806 0.890452 16.2188 1.32864L18.6714 3.78124C19.1096 4.21943 19.1095 4.92988 18.6714 5.36808L15.4249 8.61457ZM8 10.789L13.6814 5.10755L14.9043 6.30673L9.21101 12H8V10.789ZM15.0957 3.69327L16.3186 4.89245L16.6363 4.57466L15.4253 3.36365L15.0957 3.69327Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"EditSmallIcon"
|
|
12
|
-
);
|
|
13
|
-
(EditSmallIcon as React.ComponentType).defaultProps = {
|
|
14
|
-
viewBox: "0 0 20 20",
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const GiftCardLargeIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M5 7C4.44772 7 4 7.44772 4 8V13H6.1965C6.18957 12.9805 6.18283 12.9609 6.17629 12.9412C5.8413 11.9363 5.95516 10.6306 6.79292 9.79287C7.63063 8.95522 8.93633 8.84133 9.94126 9.17631C9.96087 9.18285 9.98046 9.18958 10 9.19652V7H5ZM10 12V13H8.99342C8.5074 12.9976 8.21391 12.7295 8.07365 12.3088C7.90862 11.8137 8.04476 11.3694 8.20708 11.2071C8.36945 11.0448 8.81375 10.9087 9.3088 11.0737C9.73142 11.2146 10 11.51 10 12ZM13.0066 13H12V12C12 11.51 12.2686 11.2146 12.6912 11.0737C13.1862 10.9087 13.6306 11.0448 13.7929 11.2071C13.9552 11.3694 14.0914 11.8137 13.9263 12.3088C13.7861 12.7295 13.4926 12.9976 13.0066 13ZM15.8035 13C15.8104 12.9805 15.8172 12.9609 15.8237 12.9412C16.1587 11.9363 16.0448 10.6306 15.2071 9.79287C14.3694 8.95522 13.0637 8.84133 12.0587 9.17631C12.0391 9.18285 12.0195 9.18958 12 9.19652V7H27C27.5523 7 28 7.44772 28 8V13H15.8035ZM4 24V15H8.58579L7.29289 16.2929C6.90237 16.6834 6.90237 17.3166 7.29289 17.7071C7.68342 18.0976 8.31658 18.0976 8.70711 17.7071L10 16.4142V25H5C4.44772 25 4 24.5523 4 24ZM27 25H12V16.4142L13.2929 17.7071C13.6834 18.0976 14.3166 18.0976 14.7071 17.7071C15.0976 17.3166 15.0976 16.6834 14.7071 16.2929L13.4142 15H28V24C28 24.5523 27.5523 25 27 25ZM30 24V14V8C30 6.34315 28.6569 5 27 5H5C3.34315 5 2 6.34315 2 8V24C2 25.6569 3.34315 27 5 27H27C28.6569 27 30 25.6569 30 24ZM17 18C16.4477 18 16 18.4477 16 19C16 19.5523 16.4477 20 17 20H25C25.5523 20 26 19.5523 26 19C26 18.4477 25.5523 18 25 18H17ZM16 22C16 21.4477 16.4477 21 17 21H18C18.5523 21 19 21.4477 19 22C19 22.5523 18.5523 23 18 23H17C16.4477 23 16 22.5523 16 22ZM21 21C20.4477 21 20 21.4477 20 22C20 22.5523 20.4477 23 21 23H25C25.5523 23 26 22.5523 26 22C26 21.4477 25.5523 21 25 21H21Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"GiftCardLargeIcon"
|
|
12
|
-
);
|
|
13
|
-
(GiftCardLargeIcon as React.ComponentType).defaultProps = {
|
|
14
|
-
viewBox: "0 0 32 32",
|
|
15
|
-
};
|
package/src/icons/ImageIcon.tsx
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const ImageIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM5 4C4.44772 4 4 4.44772 4 5V15.7962L11.0456 9.63136L12.5 11.0858L16 7.58579L20 11.5858V5C20 4.44772 19.5523 4 19 4H5ZM20 14.4142L16 10.4142L12.5 13.9142L10.9544 12.3686L4 18.4538V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V14.4142Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"ImageIcon"
|
|
12
|
-
);
|
package/src/icons/InfoIcon.tsx
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
export const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
|
|
4
|
-
<svg
|
|
5
|
-
width="40"
|
|
6
|
-
height="40"
|
|
7
|
-
viewBox="0 0 40 40"
|
|
8
|
-
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<circle cx="20" cy="20" r="20" fill="var(--background-paper)" />
|
|
13
|
-
<circle cx="20" cy="20" r="14" stroke="currentColor" strokeWidth="4" />
|
|
14
|
-
<path
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M19.5 11C18.6716 11 18 11.6716 18 12.5V20.5C18 21.3284 18.6716 22 19.5 22H20.5C21.3284 22 22 21.3284 22 20.5V12.5C22 11.6716 21.3284 11 20.5 11H19.5ZM19.5 25C18.6716 25 18 25.6716 18 26.5V27.5C18 28.3284 18.6716 29 19.5 29H20.5C21.3284 29 22 28.3284 22 27.5V26.5C22 25.6716 21.3284 25 20.5 25H19.5Z"
|
|
18
|
-
fill="currentColor"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
InfoIcon.displayName = "InfoIcon";
|
package/src/icons/Logo.tsx
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
export const Logo: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
|
|
4
|
-
<svg
|
|
5
|
-
width="36"
|
|
6
|
-
height="33"
|
|
7
|
-
viewBox="0 0 36 33"
|
|
8
|
-
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
clipRule="evenodd"
|
|
15
|
-
d="M16.6072 33C22.4977 33 23.9789 30.6214 23.9789 27.3629C23.9789 23.3549 20.3772 22.6056 17.3814 22.1167C15.0924 21.7258 14.0489 21.5304 14.0489 20.1292C14.0489 19.0867 14.9577 18.6954 16.4389 18.6954C18.2566 18.6954 18.7614 19.2168 18.9298 20.7482L23.7097 20.0314C23.3055 16.7404 21.4542 15.0787 16.5735 15.0787C11.2216 15.0787 9.33654 17.2293 9.33654 20.6504C9.30299 25.082 13.4768 25.5382 16.5735 26.0594C18.492 26.418 19.2328 26.7437 19.2328 28.0146C19.2328 29.0573 18.5933 29.5135 16.6745 29.5135C14.5539 29.5135 13.9144 29.1551 13.6451 27.4281L9 28.1124C9.43753 31.599 11.4908 33 16.6072 33Z"
|
|
16
|
-
fill="currentColor"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
fillRule="evenodd"
|
|
20
|
-
clipRule="evenodd"
|
|
21
|
-
d="M19.7838 0L13.4043 6.64709H29.1638L35.5433 0H19.7838Z"
|
|
22
|
-
fill="#8AC4EB"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
fillRule="evenodd"
|
|
26
|
-
clipRule="evenodd"
|
|
27
|
-
d="M6.15911 2.31187C6.27552 2.1958 6.4332 2.13062 6.59759 2.13062H27.3248C27.5761 2.13062 27.8026 2.28211 27.8987 2.51437C27.9947 2.74664 27.9412 3.01388 27.7632 3.19134L21.7867 9.1508C21.6703 9.26687 21.5126 9.33205 21.3482 9.33205H0.621008C0.369679 9.33205 0.143131 9.18056 0.0471181 8.94829C-0.0488948 8.71603 0.00456112 8.44879 0.182532 8.27133L6.15911 2.31187ZM6.85429 3.37259L2.12325 8.09007H21.0915L25.8225 3.37259H6.85429Z"
|
|
28
|
-
fill="currentColor"
|
|
29
|
-
/>
|
|
30
|
-
</svg>
|
|
31
|
-
);
|
|
32
|
-
|
|
33
|
-
Logo.displayName = "Logo";
|
package/src/icons/LogoDark.tsx
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
export const LogoDark: React.FC = () => (
|
|
4
|
-
<svg
|
|
5
|
-
width="36"
|
|
6
|
-
height="33"
|
|
7
|
-
viewBox="0 0 36 33"
|
|
8
|
-
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
fill-rule="evenodd"
|
|
13
|
-
clip-rule="evenodd"
|
|
14
|
-
d="M19.7838 0L13.4043 6.64709H29.1638L35.5433 0H19.7838Z"
|
|
15
|
-
fill="#E6F0FF"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
fill-rule="evenodd"
|
|
19
|
-
clip-rule="evenodd"
|
|
20
|
-
d="M6.59759 2.13062C6.4332 2.13062 6.27552 2.1958 6.15911 2.31187L0.182532 8.27133C0.00456112 8.44879 -0.0488948 8.71603 0.0471181 8.94829C0.143131 9.18056 0.369679 9.33205 0.621008 9.33205H21.3482C21.5126 9.33205 21.6703 9.26687 21.7867 9.1508L27.7632 3.19134C27.9412 3.01388 27.9947 2.74664 27.8987 2.51437C27.8026 2.28211 27.5761 2.13062 27.3248 2.13062H6.59759ZM2.12325 8.09007L6.85429 3.37259H25.8225L21.0915 8.09007H2.12325ZM23.9789 27.3629C23.9789 30.6214 22.4977 33 16.6072 33C11.4908 33 9.43754 31.599 9 28.1124L13.6451 27.4281C13.9144 29.1551 14.5539 29.5135 16.6745 29.5135C18.5933 29.5135 19.2328 29.0573 19.2328 28.0146C19.2328 26.7437 18.492 26.418 16.5735 26.0594C16.4207 26.0337 16.2653 26.0082 16.1079 25.9823C13.0752 25.4835 9.30464 24.8634 9.33654 20.6504C9.33654 17.2293 11.2216 15.0787 16.5735 15.0787C21.4542 15.0787 23.3055 16.7404 23.7097 20.0314L18.9298 20.7482C18.7614 19.2168 18.2566 18.6954 16.4389 18.6954C14.9577 18.6954 14.0489 19.0867 14.0489 20.1292C14.0489 21.5304 15.0924 21.7258 17.3814 22.1167C20.3772 22.6056 23.9789 23.3549 23.9789 27.3629Z"
|
|
21
|
-
fill="#FAFAFA"
|
|
22
|
-
/>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
|
|
26
|
-
LogoDark.displayName = "LogoDark";
|