@saleor/macaw-ui 0.7.2 → 0.8.0-dev.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +97 -22
- package/dist/.DS_Store +0 -0
- package/dist/Inter-Black.woff2 +0 -0
- package/dist/Inter-BlackItalic.woff2 +0 -0
- package/dist/Inter-Bold.woff2 +0 -0
- package/dist/Inter-BoldItalic.woff2 +0 -0
- package/dist/Inter-ExtraBold.woff2 +0 -0
- package/dist/Inter-ExtraBoldItalic.woff2 +0 -0
- package/dist/Inter-ExtraLight.woff2 +0 -0
- package/dist/Inter-ExtraLightItalic.woff2 +0 -0
- package/dist/Inter-Italic.woff2 +0 -0
- package/dist/Inter-Light.woff2 +0 -0
- package/dist/Inter-LightItalic.woff2 +0 -0
- package/dist/Inter-Medium.woff2 +0 -0
- package/dist/Inter-MediumItalic.woff2 +0 -0
- package/dist/Inter-Regular.woff2 +0 -0
- package/dist/Inter-SemiBold.woff2 +0 -0
- package/dist/Inter-SemiBoldItalic.woff2 +0 -0
- package/dist/Inter-Thin.woff2 +0 -0
- package/dist/Inter-ThinItalic.woff2 +0 -0
- package/dist/Inter-italic.var.woff2 +0 -0
- package/dist/Inter-roman.var.woff2 +0 -0
- package/dist/Inter.var.woff2 +0 -0
- package/dist/components/Accordion/Item/Content.d.ts +9 -0
- package/dist/components/Accordion/Item/Item.d.ts +10 -0
- package/dist/components/Accordion/Item/Trigger.d.ts +10 -0
- package/dist/components/Accordion/Item/TriggerButton.d.ts +8 -0
- package/dist/components/Accordion/Item/index.d.ts +4 -0
- package/dist/components/Accordion/Root.d.ts +1010 -0
- package/dist/components/Accordion/common.css.d.ts +3 -0
- package/dist/components/Accordion/index.d.ts +1019 -0
- package/dist/components/Avatar/Store/Store.css.d.ts +14 -0
- package/dist/components/Avatar/Store/Store.d.ts +12 -0
- package/dist/components/Avatar/Store/index.d.ts +1 -0
- package/dist/components/Avatar/User/User.css.d.ts +14 -0
- package/dist/components/Avatar/User/User.d.ts +12 -0
- package/dist/components/Avatar/User/index.d.ts +1 -0
- package/dist/components/Avatar/common.css.d.ts +6 -0
- package/dist/components/Avatar/index.d.ts +2018 -0
- package/dist/components/BaseInput/BaseInput.css.d.ts +57 -0
- package/dist/components/BaseInput/HelperText.d.ts +8 -0
- package/dist/components/BaseInput/index.d.ts +2 -0
- package/dist/components/BaseSelect/BaseSelect.css.d.ts +22 -0
- package/dist/components/BaseSelect/LoadingListItem/LoadingListItem.d.ts +7 -0
- package/dist/components/BaseSelect/LoadingListItem/Spinner.css.d.ts +1 -0
- package/dist/components/BaseSelect/LoadingListItem/Spinner.d.ts +1 -0
- package/dist/components/BaseSelect/LoadingListItem/index.d.ts +1 -0
- package/dist/components/BaseSelect/helpers.d.ts +5 -0
- package/dist/components/BaseSelect/index.d.ts +4 -0
- package/dist/components/BaseSelect/types.d.ts +6 -0
- package/dist/components/Box/Box.d.ts +1000 -0
- package/dist/components/Box/index.d.ts +1 -0
- package/dist/components/Button/Button.css.d.ts +18 -0
- package/dist/components/Button/Button.d.ts +1015 -0
- package/dist/components/Button/utils.d.ts +2 -0
- package/dist/components/Checkbox/Checkbox.css.d.ts +4 -0
- package/dist/components/Checkbox/Checkbox.d.ts +1021 -0
- package/dist/components/Checkbox/CheckedIcon.d.ts +6 -0
- package/dist/components/Checkbox/IndeterminateIcon.d.ts +6 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Chip/Chip.css.d.ts +9 -0
- package/dist/components/Chip/Chip.d.ts +1009 -0
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/Combobox/Common/ComboboxWrapper.d.ts +18 -0
- package/dist/components/Combobox/Common/index.d.ts +2 -0
- package/dist/components/Combobox/Common/useCombobox.d.ts +23 -0
- package/dist/components/Combobox/Dynamic/DynamicCombobox.d.ts +2044 -0
- package/dist/components/Combobox/Dynamic/index.d.ts +1 -0
- package/dist/components/Combobox/Static/Combobox.d.ts +2029 -0
- package/dist/components/Combobox/Static/index.d.ts +1 -0
- package/dist/components/Combobox/index.d.ts +2 -0
- package/dist/components/Divider/Divider.d.ts +1003 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/Drawer/Content.css.d.ts +1 -0
- package/dist/components/Drawer/Content.d.ts +9 -0
- package/dist/components/Drawer/Root.d.ts +7 -0
- package/dist/components/Drawer/Trigger.d.ts +7 -0
- package/dist/components/Drawer/index.d.ts +16 -0
- package/dist/components/Dropdown/Content.d.ts +11 -0
- package/dist/components/Dropdown/Item.d.ts +9 -0
- package/dist/components/Dropdown/Root.d.ts +10 -0
- package/dist/components/Dropdown/Trigger.d.ts +8 -0
- package/dist/components/Dropdown/common.css.d.ts +2 -0
- package/dist/components/Dropdown/index.d.ts +22 -0
- package/dist/components/DropdownButton/DropdownButton.css.d.ts +13 -0
- package/dist/components/DropdownButton/DropdownButton.d.ts +1012 -0
- package/dist/components/DropdownButton/index.d.ts +1 -0
- package/dist/components/ExperimentalFilters/EventEmitter.d.ts +96 -0
- package/dist/components/ExperimentalFilters/Footer.d.ts +11 -0
- package/dist/components/ExperimentalFilters/RightOperator.d.ts +41 -0
- package/dist/components/ExperimentalFilters/Root.d.ts +11 -0
- package/dist/components/ExperimentalFilters/Row.d.ts +24 -0
- package/dist/components/ExperimentalFilters/context.d.ts +7 -0
- package/dist/components/ExperimentalFilters/index.d.ts +17 -0
- package/dist/components/ExperimentalFilters/useEvents.d.ts +11 -0
- package/dist/components/Expression/AutosizeInput/index.d.ts +23 -0
- package/dist/components/Expression/AutosizeInput/useTextMetrics.d.ts +5 -0
- package/dist/components/Expression/Condition.d.ts +13 -0
- package/dist/components/Expression/Dropdown.d.ts +23 -0
- package/dist/components/Expression/Expression.css.d.ts +37 -0
- package/dist/components/Expression/OperandAutocomplete.d.ts +1009 -0
- package/dist/components/Expression/OperandDropdown.d.ts +8 -0
- package/dist/components/Expression/OperandNumber.d.ts +17 -0
- package/dist/components/Expression/OperandRange.d.ts +15 -0
- package/dist/components/Expression/OperandText.d.ts +9 -0
- package/dist/components/Expression/Root.d.ts +8 -0
- package/dist/components/Expression/index.d.ts +1049 -0
- package/dist/components/Icons/ArrowDownIcon.d.ts +17 -0
- package/dist/components/Icons/ArrowLeftIcon.d.ts +17 -0
- package/dist/components/Icons/ArrowRightIcon.d.ts +17 -0
- package/dist/components/Icons/ArrowUpIcon.d.ts +17 -0
- package/dist/components/Icons/CatalogIcon.d.ts +17 -0
- package/dist/components/Icons/CheckboxIcon.d.ts +17 -0
- package/dist/components/Icons/ChervonDoubleIcon.d.ts +17 -0
- package/dist/components/Icons/ChervonDownIcon.d.ts +17 -0
- package/dist/components/Icons/ChervonUpIcon.d.ts +17 -0
- package/dist/components/Icons/ChevronLeftIcon.d.ts +17 -0
- package/dist/components/Icons/ChevronRightIcon.d.ts +17 -0
- package/dist/components/Icons/CloseIcon.d.ts +17 -0
- package/dist/components/Icons/ConfigurationIcon.d.ts +17 -0
- package/dist/components/Icons/CopyIcon.d.ts +17 -0
- package/dist/components/Icons/CustomersIcon.d.ts +17 -0
- package/dist/components/Icons/DarkModeIcon.d.ts +17 -0
- package/dist/components/Icons/EditIcon.d.ts +17 -0
- package/dist/components/Icons/ExportIcon.d.ts +17 -0
- package/dist/components/Icons/ExternalLinkIcon.d.ts +17 -0
- package/dist/components/Icons/FileExportIcon.d.ts +17 -0
- package/dist/components/Icons/FloppyDiscIcon.d.ts +17 -0
- package/dist/components/Icons/FullscreenOffIcon.d.ts +17 -0
- package/dist/components/Icons/FullscreenOnIcon.d.ts +17 -0
- package/dist/components/Icons/GenericAppIcon.d.ts +17 -0
- package/dist/components/Icons/GripIcon.d.ts +17 -0
- package/dist/components/Icons/HomeIcon.d.ts +17 -0
- package/dist/components/Icons/InfoIcon.d.ts +17 -0
- package/dist/components/Icons/LightModeIcon.d.ts +17 -0
- package/dist/components/Icons/MailIcon.d.ts +17 -0
- package/dist/components/Icons/MarketplaceIcon.d.ts +17 -0
- package/dist/components/Icons/MenuIcon.d.ts +17 -0
- package/dist/components/Icons/MoreOptionsIcon.d.ts +17 -0
- package/dist/components/Icons/OrdersIcon.d.ts +17 -0
- package/dist/components/Icons/PlusIcon.d.ts +17 -0
- package/dist/components/Icons/ProductsIcons.d.ts +17 -0
- package/dist/components/Icons/RemoveIcon.d.ts +17 -0
- package/dist/components/Icons/SVGWrapper/SVGWrapper.css.d.ts +36 -0
- package/dist/components/Icons/SVGWrapper/SVGWrapper.d.ts +17 -0
- package/dist/components/Icons/SVGWrapper/createSVGWrapper.d.ts +18 -0
- package/dist/components/Icons/SVGWrapper/index.d.ts +2 -0
- package/dist/components/Icons/SearchIcon.d.ts +17 -0
- package/dist/components/Icons/SellsIcon.d.ts +17 -0
- package/dist/components/Icons/StorefrontIcon.d.ts +17 -0
- package/dist/components/Icons/TableEditIcon.d.ts +17 -0
- package/dist/components/Icons/TranslationsIcon.d.ts +17 -0
- package/dist/components/Icons/TrashBinIcon.d.ts +17 -0
- package/dist/components/Icons/ViewListIcon.d.ts +17 -0
- package/dist/components/Icons/ViewTableIcon.d.ts +17 -0
- package/dist/components/Icons/ViewTilesIcon.d.ts +17 -0
- package/dist/components/Icons/ViewWideTilesIcon.d.ts +17 -0
- package/dist/components/Icons/VouchersIcon.d.ts +17 -0
- package/dist/components/Icons/WarningIcon.d.ts +17 -0
- package/dist/components/Icons/index.d.ts +48 -0
- package/dist/components/Input/Input.d.ts +1016 -0
- package/dist/components/Input/InputWrapper.d.ts +28 -0
- package/dist/components/Input/helpers.d.ts +4 -0
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/List/Divider.d.ts +10 -0
- package/dist/components/List/Item.d.ts +1012 -0
- package/dist/components/List/ItemGroup/Content.d.ts +7 -0
- package/dist/components/List/ItemGroup/Root.d.ts +11 -0
- package/dist/components/List/ItemGroup/Trigger.d.ts +13 -0
- package/dist/components/List/ItemGroup/common.css.d.ts +3 -0
- package/dist/components/List/ItemGroup/context.d.ts +6 -0
- package/dist/components/List/ItemGroup/index.d.ts +17 -0
- package/dist/components/List/List.d.ts +1008 -0
- package/dist/components/List/index.d.ts +2028 -0
- package/dist/components/Multiselect/Common/Adornment.d.ts +10 -0
- package/dist/components/Multiselect/Common/Multiselect.css.d.ts +10 -0
- package/dist/components/Multiselect/Common/MultiselectWrapper.d.ts +21 -0
- package/dist/components/Multiselect/Common/index.d.ts +3 -0
- package/dist/components/Multiselect/Common/useMultiselect.d.ts +29 -0
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.d.ts +2051 -0
- package/dist/components/Multiselect/Dynamic/index.d.ts +1 -0
- package/dist/components/Multiselect/Static/Multiselect.d.ts +2042 -0
- package/dist/components/Multiselect/Static/index.d.ts +1 -0
- package/dist/components/Multiselect/index.d.ts +2 -0
- package/dist/components/Popover/Anchor.d.ts +7 -0
- package/dist/components/Popover/Arrow.d.ts +9 -0
- package/dist/components/Popover/Content.d.ts +13 -0
- package/dist/components/Popover/Popover.css.d.ts +2 -0
- package/dist/components/Popover/Root.d.ts +12 -0
- package/dist/components/Popover/Trigger.d.ts +7 -0
- package/dist/components/Popover/index.d.ts +26 -0
- package/dist/components/RadioGroup/Group.css.d.ts +16 -0
- package/dist/components/RadioGroup/Group.d.ts +1018 -0
- package/dist/components/RadioGroup/Item.css.d.ts +72 -0
- package/dist/components/RadioGroup/Item.d.ts +1015 -0
- package/dist/components/RadioGroup/index.d.ts +2014 -0
- package/dist/components/SearchInput/SearchInput.css.d.ts +19 -0
- package/dist/components/SearchInput/SearchInput.d.ts +1003 -0
- package/dist/components/SearchInput/index.d.ts +1 -0
- package/dist/components/Select/Select.d.ts +2038 -0
- package/dist/components/Select/SelectWrapper.d.ts +15 -0
- package/dist/components/Select/index.d.ts +1 -0
- package/dist/components/Select/useSelect.d.ts +21 -0
- package/dist/components/Switch/Item.d.ts +12 -0
- package/dist/components/Switch/Switch.css.d.ts +12 -0
- package/dist/components/Switch/Switch.d.ts +1011 -0
- package/dist/components/Switch/index.d.ts +1009 -0
- package/dist/components/Text/Text.css.d.ts +24 -0
- package/dist/components/Text/Text.d.ts +1013 -0
- package/dist/components/Text/index.d.ts +1 -0
- package/dist/components/Toggle/Toggle.css.d.ts +5 -0
- package/dist/components/Toggle/Toggle.d.ts +2 -0
- package/dist/components/Toggle/index.d.ts +1 -0
- package/dist/components/Tooltip/Arrow.d.ts +9 -0
- package/dist/components/Tooltip/Content.d.ts +14 -0
- package/dist/components/Tooltip/ContentHeading.d.ts +8 -0
- package/dist/components/Tooltip/Root.d.ts +13 -0
- package/dist/components/Tooltip/Tooltip.css.d.ts +2 -0
- package/dist/components/Tooltip/Trigger.d.ts +5 -0
- package/dist/components/Tooltip/index.d.ts +23 -0
- package/dist/components/index.d.ts +26 -0
- package/dist/components/types.d.ts +3 -0
- package/dist/index.d.ts +2 -0
- package/dist/macaw-ui.js +98 -0
- package/dist/macaw-ui.mjs +12487 -0
- package/dist/style.css +1 -0
- package/dist/theme/context.d.ts +12 -0
- package/dist/theme/contract.css.d.ts +272 -0
- package/dist/theme/helpers.d.ts +4 -0
- package/dist/theme/index.d.ts +7 -0
- package/dist/theme/media-queries.d.ts +2 -0
- package/dist/theme/provider.d.ts +7 -0
- package/dist/theme/sprinkles.css.d.ts +537 -0
- package/dist/theme/themes/common.d.ts +151 -0
- package/dist/theme/themes/defaultDark.d.ts +272 -0
- package/dist/theme/themes/defaultLight.d.ts +272 -0
- package/dist/theme/themes/index.d.ts +548 -0
- package/dist/utils/css.d.ts +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/useClickOutside.d.ts +1 -0
- package/legacy/dist/cjs/index.js +5 -0
- package/legacy/dist/cjs/index.js.map +7 -0
- package/legacy/dist/esm/index.js +5 -0
- package/legacy/dist/esm/index.js.map +7 -0
- package/legacy/dist/types/Accordion/Accordion.d.ts +7 -0
- package/legacy/dist/types/Chip/Chip.d.ts +8 -0
- package/legacy/dist/types/Chip/ChipMovable.d.ts +5 -0
- package/legacy/dist/types/Chip/ChipRemovable.d.ts +6 -0
- package/legacy/dist/types/Chip/ChipSwatch.d.ts +7 -0
- package/legacy/dist/types/DialogTable/DialogTable.d.ts +6 -0
- package/legacy/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +2 -0
- package/legacy/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +2 -0
- package/package.json +124 -127
- package/dist/cjs/index.js +0 -5
- package/dist/cjs/index.js.map +0 -7
- package/dist/esm/index.js +0 -5
- package/dist/esm/index.js.map +0 -7
- package/dist/types/Accordion/Accordion.d.ts +0 -7
- package/dist/types/Chip/Chip.d.ts +0 -8
- package/dist/types/Chip/ChipMovable.d.ts +0 -5
- package/dist/types/Chip/ChipRemovable.d.ts +0 -6
- package/dist/types/Chip/ChipSwatch.d.ts +0 -7
- package/dist/types/DialogTable/DialogTable.d.ts +0 -6
- package/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +0 -2
- package/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +0 -2
- package/src/Accordion/Accordion.stories.tsx +0 -17
- package/src/Accordion/Accordion.tsx +0 -30
- package/src/Accordion/index.ts +0 -1
- package/src/Accordion/styles.ts +0 -29
- package/src/ActionBar/ActionBar.stories.tsx +0 -34
- package/src/ActionBar/ActionBar.tsx +0 -57
- package/src/ActionBar/context.tsx +0 -41
- package/src/ActionBar/index.ts +0 -2
- package/src/ActionBar/styles.ts +0 -31
- package/src/Alert/Alert.stories.tsx +0 -48
- package/src/Alert/Alert.tsx +0 -86
- package/src/Alert/AlertBase.tsx +0 -38
- package/src/Alert/index.ts +0 -2
- package/src/Alert/styles.ts +0 -59
- package/src/Autocomplete/Autocomplete.stories.tsx +0 -43
- package/src/Autocomplete/Autocomplete.tsx +0 -188
- package/src/Autocomplete/fixtures.ts +0 -122
- package/src/Autocomplete/index.ts +0 -1
- package/src/Autocomplete/styles.ts +0 -22
- package/src/Avatar/Avatar.stories.tsx +0 -22
- package/src/Avatar/Avatar.tsx +0 -26
- package/src/Avatar/index.ts +0 -1
- package/src/Avatar/styles.ts +0 -26
- package/src/Backlink/Backlink.stories.tsx +0 -53
- package/src/Backlink/Backlink.tsx +0 -50
- package/src/Backlink/context.tsx +0 -27
- package/src/Backlink/index.ts +0 -2
- package/src/Backlink/styles.ts +0 -36
- package/src/BaseList/BaseList.tsx +0 -154
- package/src/BaseList/context.ts +0 -16
- package/src/BaseList/index.ts +0 -1
- package/src/BaseList/styles.ts +0 -48
- package/src/Button/Button.tsx +0 -82
- package/src/Button/styles.ts +0 -104
- package/src/Chip/Chip.tsx +0 -52
- package/src/Chip/ChipAdornment.tsx +0 -53
- package/src/Chip/ChipMovable.tsx +0 -40
- package/src/Chip/ChipRemovable.tsx +0 -29
- package/src/Chip/ChipSwatch.tsx +0 -42
- package/src/Chip/index.ts +0 -5
- package/src/Chip/private/ColorSwatch.tsx +0 -21
- package/src/Chip/styles.ts +0 -46
- package/src/CircleIndicator/CircleIndicator.stories.tsx +0 -48
- package/src/CircleIndicator/CircleIndicator.tsx +0 -36
- package/src/CircleIndicator/index.ts +0 -1
- package/src/CircleIndicator/styles.ts +0 -31
- package/src/ConfirmButton/ConfirmButton.stories.tsx +0 -125
- package/src/ConfirmButton/ConfirmButton.tsx +0 -113
- package/src/ConfirmButton/index.ts +0 -1
- package/src/ConfirmButton/styles.ts +0 -43
- package/src/DialogHeader/DialogHeader.tsx +0 -41
- package/src/DialogHeader/index.ts +0 -1
- package/src/DialogHeader/styles.ts +0 -24
- package/src/DialogTable/DialogTable.tsx +0 -23
- package/src/DialogTable/index.ts +0 -1
- package/src/DialogTable/styles.ts +0 -11
- package/src/Filter/Filter.tsx +0 -160
- package/src/Filter/FilterBar.tsx +0 -135
- package/src/Filter/FilterContent.tsx +0 -40
- package/src/Filter/FilterField/AutocompleteFilterField.tsx +0 -61
- package/src/Filter/FilterField/MultipleSelectFilterField.tsx +0 -78
- package/src/Filter/FilterField/MultipleValueAutocompleteFilterField.tsx +0 -61
- package/src/Filter/FilterField/RangeFilterField.tsx +0 -51
- package/src/Filter/FilterField/SelectFilterField.tsx +0 -41
- package/src/Filter/FilterField/TextFilterField.tsx +0 -36
- package/src/Filter/FilterMenu.tsx +0 -66
- package/src/Filter/context.tsx +0 -13
- package/src/Filter/index.ts +0 -4
- package/src/Filter/stories/Filter.stories.tsx +0 -143
- package/src/Filter/stories/FilterInteractive.stories.tsx +0 -97
- package/src/Filter/stories/labels.ts +0 -8
- package/src/Filter/styles.ts +0 -111
- package/src/Filter/types.ts +0 -74
- package/src/Filter/utils.ts +0 -216
- package/src/IconButton/IconButton.stories.tsx +0 -48
- package/src/IconButton/IconButton.tsx +0 -106
- package/src/IconButton/index.ts +0 -1
- package/src/IconButton/partials.ts +0 -66
- package/src/IconButton/styles.ts +0 -116
- package/src/Indicator/Circle.tsx +0 -17
- package/src/Indicator/CircleFilled.tsx +0 -16
- package/src/Indicator/CircleOutline.tsx +0 -34
- package/src/Indicator/Indicator.stories.tsx +0 -49
- package/src/Indicator/Indicator.tsx +0 -65
- package/src/Indicator/IndicatorCircle.stories.tsx +0 -28
- package/src/Indicator/IndicatorCircle.tsx +0 -45
- package/src/Indicator/IndicatorOutlined.stories.tsx +0 -86
- package/src/Indicator/IndicatorOutlined.tsx +0 -63
- package/src/Indicator/index.ts +0 -3
- package/src/Indicator/styles.ts +0 -61
- package/src/LayoutButton/LayoutButton.tsx +0 -49
- package/src/LayoutButton/index.ts +0 -1
- package/src/LayoutButton/styles.ts +0 -33
- package/src/List/List.stories.tsx +0 -137
- package/src/List/List.tsx +0 -67
- package/src/List/context.ts +0 -22
- package/src/List/index.ts +0 -1
- package/src/List/styles.ts +0 -86
- package/src/MultipleValueAutocomplete/MultipleValueAutocomplete.stories.tsx +0 -76
- package/src/MultipleValueAutocomplete/MultipleValueAutocomplete.tsx +0 -186
- package/src/MultipleValueAutocomplete/fixtures.ts +0 -122
- package/src/MultipleValueAutocomplete/index.ts +0 -1
- package/src/MultipleValueAutocomplete/styles.ts +0 -41
- package/src/MultipleValueAutocomplete/useMultipleValueAutocomplete.ts +0 -172
- package/src/NavigationCard/NavigationCard.stories.tsx +0 -33
- package/src/NavigationCard/NavigationCard.tsx +0 -43
- package/src/NavigationCard/NavigationCardBase.tsx +0 -27
- package/src/NavigationCard/index.ts +0 -2
- package/src/NavigationCard/styles.ts +0 -45
- package/src/Notification/Notification.stories.tsx +0 -104
- package/src/Notification/Notification.tsx +0 -147
- package/src/Notification/index.ts +0 -2
- package/src/Notification/styles.ts +0 -104
- package/src/Notification/types.ts +0 -26
- package/src/OffsettedList/OffsettedList.stories.tsx +0 -140
- package/src/OffsettedList/OffsettedList.tsx +0 -54
- package/src/OffsettedList/index.ts +0 -1
- package/src/OffsettedList/styles.ts +0 -92
- package/src/PageTabs/PageTab.stories.tsx +0 -59
- package/src/PageTabs/PageTab.tsx +0 -19
- package/src/PageTabs/PageTabPanel.tsx +0 -15
- package/src/PageTabs/PageTabs.tsx +0 -27
- package/src/PageTabs/index.ts +0 -3
- package/src/PageTabs/styles.ts +0 -35
- package/src/Pagination/Pagination.tsx +0 -65
- package/src/Pagination/PaginationActions.tsx +0 -79
- package/src/Pagination/PaginationRowNumberSelect.tsx +0 -54
- package/src/Pagination/TablePagination.tsx +0 -21
- package/src/Pagination/index.ts +0 -4
- package/src/Pagination/styles.ts +0 -67
- package/src/Pill/Pill.stories.tsx +0 -110
- package/src/Pill/Pill.tsx +0 -64
- package/src/Pill/index.ts +0 -1
- package/src/Pill/styles.ts +0 -95
- package/src/PillLink/PillLink.tsx +0 -53
- package/src/PillLink/index.ts +0 -1
- package/src/PillLink/styles.ts +0 -38
- package/src/ResponsiveTable/ResponsiveTable.tsx +0 -34
- package/src/ResponsiveTable/index.ts +0 -1
- package/src/ResponsiveTable/styles.ts +0 -24
- package/src/Savebar/ButtonTooltipDecorator.tsx +0 -22
- package/src/Savebar/Savebar.stories.tsx +0 -57
- package/src/Savebar/Savebar.tsx +0 -78
- package/src/Savebar/index.ts +0 -1
- package/src/Savebar/styles.ts +0 -12
- package/src/ScrollShadow/ScrollShadow.tsx +0 -49
- package/src/ScrollShadow/index.ts +0 -1
- package/src/ScrollShadow/styles.ts +0 -18
- package/src/Sidebar/ExpandButton.tsx +0 -45
- package/src/Sidebar/MenuItem.tsx +0 -266
- package/src/Sidebar/Sidebar.stories.tsx +0 -24
- package/src/Sidebar/Sidebar.tsx +0 -109
- package/src/Sidebar/fixtures.ts +0 -77
- package/src/Sidebar/index.ts +0 -4
- package/src/Sidebar/types.ts +0 -27
- package/src/Sidebar/utils.ts +0 -23
- package/src/SidebarDrawer/MenuItemBtn.tsx +0 -45
- package/src/SidebarDrawer/SidebarDrawer.stories.tsx +0 -13
- package/src/SidebarDrawer/SidebarDrawer.tsx +0 -135
- package/src/SidebarDrawer/index.ts +0 -2
- package/src/SidebarDrawer/styles.ts +0 -75
- package/src/SquareButton/SquareButton.stories.tsx +0 -20
- package/src/SquareButton/SquareButton.tsx +0 -51
- package/src/SquareButton/index.ts +0 -1
- package/src/StatusChip/StatusChip.stories.tsx +0 -20
- package/src/StatusChip/StatusChip.tsx +0 -27
- package/src/StatusChip/index.ts +0 -2
- package/src/StatusChip/types.ts +0 -8
- package/src/SwitchSelector/SwitchSelector.stories.tsx +0 -63
- package/src/SwitchSelector/SwitchSelector.tsx +0 -20
- package/src/SwitchSelector/SwitchSelectorButton.tsx +0 -60
- package/src/SwitchSelector/index.ts +0 -2
- package/src/Tooltip/Arrow.tsx +0 -54
- package/src/Tooltip/Tooltip.stories.tsx +0 -82
- package/src/Tooltip/Tooltip.tsx +0 -170
- package/src/Tooltip/TooltipMountWrapper.tsx +0 -25
- package/src/Tooltip/index.ts +0 -2
- package/src/Tooltip/styles.ts +0 -152
- package/src/UserChipMenu/UserChipMenu.stories.tsx +0 -46
- package/src/UserChipMenu/UserChipMenu.tsx +0 -98
- package/src/UserChipMenu/UserChipMenuItem.tsx +0 -33
- package/src/UserChipMenu/context.ts +0 -19
- package/src/UserChipMenu/index.ts +0 -2
- package/src/UserChipMenu/styles.ts +0 -66
- package/src/assets/icons/20x20/back_small_icon.svg +0 -1
- package/src/assets/icons/20x20/bookmarks_small_icon.svg +0 -1
- package/src/assets/icons/20x20/checkbox_small_icon.svg +0 -1
- package/src/assets/icons/20x20/chevron_small_icon.svg +0 -1
- package/src/assets/icons/20x20/close_small_icon.svg +0 -1
- package/src/assets/icons/20x20/drag_small_icon.svg +0 -1
- package/src/assets/icons/20x20/filter_small_icon.svg +0 -1
- package/src/assets/icons/20x20/minus_small_icon.svg +0 -1
- package/src/assets/icons/20x20/more_small_icon.svg +0 -1
- package/src/assets/icons/20x20/next_small_icon.svg +0 -1
- package/src/assets/icons/20x20/plus_small_icon.svg +0 -1
- package/src/assets/icons/20x20/search_small_icon.svg +0 -1
- package/src/assets/icons/20x20/sort_big_small_icon.svg +0 -1
- package/src/assets/icons/20x20/sort_small_small_icon.svg +0 -1
- package/src/assets/icons/24x24/add_environment_icon.svg +0 -1
- package/src/assets/icons/24x24/apps_icon.svg +0 -1
- package/src/assets/icons/24x24/arrow_right_icon.svg +0 -1
- package/src/assets/icons/24x24/backspace_icon.svg +0 -1
- package/src/assets/icons/24x24/bag_icon.svg +0 -1
- package/src/assets/icons/24x24/billing_icon.svg +0 -1
- package/src/assets/icons/24x24/bookmark_icon.svg +0 -1
- package/src/assets/icons/24x24/calendar_icon.svg +0 -1
- package/src/assets/icons/24x24/check_icon.svg +0 -1
- package/src/assets/icons/24x24/chevron_icon.svg +0 -1
- package/src/assets/icons/24x24/close_2_icon.svg +0 -1
- package/src/assets/icons/24x24/close_icon.svg +0 -1
- package/src/assets/icons/24x24/code_icon.svg +0 -1
- package/src/assets/icons/24x24/columns_icon.svg +0 -1
- package/src/assets/icons/24x24/copy_icon.svg +0 -1
- package/src/assets/icons/24x24/customers_icon.svg +0 -1
- package/src/assets/icons/24x24/dashboard_icon.svg +0 -1
- package/src/assets/icons/24x24/delete_icon.svg +0 -1
- package/src/assets/icons/24x24/developer_icon.svg +0 -1
- package/src/assets/icons/24x24/discounts_icon.svg +0 -1
- package/src/assets/icons/24x24/download_icon.svg +0 -1
- package/src/assets/icons/24x24/drag_icon.svg +0 -1
- package/src/assets/icons/24x24/edit_icon.svg +0 -1
- package/src/assets/icons/24x24/environment_icon.svg +0 -1
- package/src/assets/icons/24x24/expand_icon.svg +0 -1
- package/src/assets/icons/24x24/expendable_icon.svg +0 -1
- package/src/assets/icons/24x24/eye_closed_icon.svg +0 -1
- package/src/assets/icons/24x24/eye_icon.svg +0 -1
- package/src/assets/icons/24x24/filtering_icon.svg +0 -1
- package/src/assets/icons/24x24/generate_icon.svg +0 -1
- package/src/assets/icons/24x24/github_icon.svg +0 -1
- package/src/assets/icons/24x24/grid_icon.svg +0 -1
- package/src/assets/icons/24x24/help_icon.svg +0 -1
- package/src/assets/icons/24x24/how to_icon.svg +0 -1
- package/src/assets/icons/24x24/link_icon.svg +0 -1
- package/src/assets/icons/24x24/list_icon.svg +0 -1
- package/src/assets/icons/24x24/mail_icon.svg +0 -1
- package/src/assets/icons/24x24/migrate_icon.svg +0 -1
- package/src/assets/icons/24x24/minus_icon.svg +0 -1
- package/src/assets/icons/24x24/models_icon.svg +0 -1
- package/src/assets/icons/24x24/more_horizontal_icon.svg +0 -1
- package/src/assets/icons/24x24/navigation_icon.svg +0 -1
- package/src/assets/icons/24x24/navigator_icon.svg +0 -1
- package/src/assets/icons/24x24/next_icon.svg +0 -1
- package/src/assets/icons/24x24/no_connection_icon.svg +0 -1
- package/src/assets/icons/24x24/notifications_icon.svg +0 -1
- package/src/assets/icons/24x24/orders_icon.svg +0 -1
- package/src/assets/icons/24x24/pages_icon.svg +0 -1
- package/src/assets/icons/24x24/permissions_icon.svg +0 -1
- package/src/assets/icons/24x24/photo_icon.svg +0 -1
- package/src/assets/icons/24x24/play_icon.svg +0 -1
- package/src/assets/icons/24x24/plus_icon.svg +0 -1
- package/src/assets/icons/24x24/preset_icon.svg +0 -1
- package/src/assets/icons/24x24/previous_icon.svg +0 -1
- package/src/assets/icons/24x24/printer_icon.svg +0 -1
- package/src/assets/icons/24x24/privacy_icon.svg +0 -1
- package/src/assets/icons/24x24/process_icon.svg +0 -1
- package/src/assets/icons/24x24/product_icon.svg +0 -1
- package/src/assets/icons/24x24/refresh_icon.svg +0 -1
- package/src/assets/icons/24x24/remove_member_icon.svg +0 -1
- package/src/assets/icons/24x24/reply_icon.svg +0 -1
- package/src/assets/icons/24x24/search_icon.svg +0 -1
- package/src/assets/icons/24x24/settings_icon.svg +0 -1
- package/src/assets/icons/24x24/snapshots_icon.svg +0 -1
- package/src/assets/icons/24x24/sort_down_icon.svg +0 -1
- package/src/assets/icons/24x24/sort_up_icon.svg +0 -1
- package/src/assets/icons/24x24/tasks_icon.svg +0 -1
- package/src/assets/icons/24x24/time_icon.svg +0 -1
- package/src/assets/icons/24x24/to_icon.svg +0 -1
- package/src/assets/icons/24x24/transfer_icon.svg +0 -1
- package/src/assets/icons/24x24/translate_icon.svg +0 -1
- package/src/assets/icons/24x24/translation_icon.svg +0 -1
- package/src/assets/icons/24x24/website_icon.svg +0 -1
- package/src/assets/icons/24x24/wifi_icon.svg +0 -1
- package/src/assets/icons/32x32/attributes_large_icon.svg +0 -1
- package/src/assets/icons/32x32/customer_large_icon.svg +0 -1
- package/src/assets/icons/32x32/digital_large_icon.svg +0 -1
- package/src/assets/icons/32x32/discount_large_icon.svg +0 -1
- package/src/assets/icons/32x32/filtering_large_icon.svg +0 -1
- package/src/assets/icons/32x32/gift card_large_icon.svg +0 -1
- package/src/assets/icons/32x32/navigation_large_icon.svg +0 -1
- package/src/assets/icons/32x32/notes_large_icon.svg +0 -1
- package/src/assets/icons/32x32/omnichannel_large_icon.svg +0 -1
- package/src/assets/icons/32x32/permission_large_icon.svg +0 -1
- package/src/assets/icons/32x32/product_large_icon.svg +0 -1
- package/src/assets/icons/32x32/search_large_icon.svg +0 -1
- package/src/assets/icons/32x32/shipping_large_icon.svg +0 -1
- package/src/assets/icons/32x32/site settings_large_icon.svg +0 -1
- package/src/assets/icons/32x32/staff members_large_icon.svg +0 -1
- package/src/assets/icons/32x32/taxes_large_icon.svg +0 -1
- package/src/assets/icons/32x32/token_large_icon.svg +0 -1
- package/src/assets/icons/32x32/warehouse_large_icon.svg +0 -1
- package/src/assets/icons/32x32/wifi_large_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/error_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/fail_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/fail_outline_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/help_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/success_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/regular/warning_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/small/error_small_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/small/success_small_indicator_icon.svg +0 -1
- package/src/assets/icons/indicator/small/warning_small_indicator_icon.svg +0 -1
- package/src/assets/placeholder_64x64.png +0 -0
- package/src/consts.ts +0 -5
- package/src/extensions/index.ts +0 -3
- package/src/extensions/sendMessage.ts +0 -22
- package/src/extensions/types.ts +0 -26
- package/src/extensions/useExtensionMessage.ts +0 -13
- package/src/icons/20x20/BackSmallIcon.tsx +0 -32
- package/src/icons/20x20/BookmarksSmallIcon.tsx +0 -29
- package/src/icons/20x20/CheckboxSmallIcon.tsx +0 -32
- package/src/icons/20x20/ChevronSmallIcon.tsx +0 -32
- package/src/icons/20x20/CloseSmallIcon.tsx +0 -31
- package/src/icons/20x20/DragSmallIcon.tsx +0 -31
- package/src/icons/20x20/FilterSmallIcon.tsx +0 -31
- package/src/icons/20x20/MinusSmallIcon.tsx +0 -32
- package/src/icons/20x20/MoreSmallIcon.tsx +0 -31
- package/src/icons/20x20/NextSmallIcon.tsx +0 -32
- package/src/icons/20x20/PlusSmallIcon.tsx +0 -32
- package/src/icons/20x20/SearchSmallIcon.tsx +0 -31
- package/src/icons/20x20/SortBigSmallIcon.tsx +0 -31
- package/src/icons/20x20/SortSmallSmallIcon.tsx +0 -31
- package/src/icons/20x20/index.ts +0 -14
- package/src/icons/24x24/AddEnvironmentIcon.tsx +0 -32
- package/src/icons/24x24/AppsIcon.tsx +0 -31
- package/src/icons/24x24/ArrowRightIcon.tsx +0 -32
- package/src/icons/24x24/BackspaceIcon.tsx +0 -32
- package/src/icons/24x24/BagIcon.tsx +0 -29
- package/src/icons/24x24/BillingIcon.tsx +0 -32
- package/src/icons/24x24/BookmarkIcon.tsx +0 -29
- package/src/icons/24x24/CalendarIcon.tsx +0 -32
- package/src/icons/24x24/CheckIcon.tsx +0 -32
- package/src/icons/24x24/ChevronIcon.tsx +0 -32
- package/src/icons/24x24/Close2Icon.tsx +0 -39
- package/src/icons/24x24/CloseIcon.tsx +0 -31
- package/src/icons/24x24/CodeIcon.tsx +0 -38
- package/src/icons/24x24/ColumnsIcon.tsx +0 -30
- package/src/icons/24x24/CopyIcon.tsx +0 -39
- package/src/icons/24x24/CustomersIcon.tsx +0 -33
- package/src/icons/24x24/DashboardIcon.tsx +0 -30
- package/src/icons/24x24/DeleteIcon.tsx +0 -32
- package/src/icons/24x24/DeveloperIcon.tsx +0 -44
- package/src/icons/24x24/DiscountsIcon.tsx +0 -31
- package/src/icons/24x24/DownloadIcon.tsx +0 -32
- package/src/icons/24x24/DragIcon.tsx +0 -31
- package/src/icons/24x24/EditIcon.tsx +0 -36
- package/src/icons/24x24/EnvironmentIcon.tsx +0 -36
- package/src/icons/24x24/ExpandIcon.tsx +0 -39
- package/src/icons/24x24/ExpendableIcon.tsx +0 -34
- package/src/icons/24x24/EyeClosedIcon.tsx +0 -30
- package/src/icons/24x24/EyeIcon.tsx +0 -31
- package/src/icons/24x24/FilteringIcon.tsx +0 -32
- package/src/icons/24x24/GenerateIcon.tsx +0 -32
- package/src/icons/24x24/GithubIcon.tsx +0 -40
- package/src/icons/24x24/GridIcon.tsx +0 -61
- package/src/icons/24x24/HelpIcon.tsx +0 -35
- package/src/icons/24x24/HowToIcon.tsx +0 -39
- package/src/icons/24x24/LinkIcon.tsx +0 -32
- package/src/icons/24x24/ListIcon.tsx +0 -34
- package/src/icons/24x24/MailIcon.tsx +0 -31
- package/src/icons/24x24/MigrateIcon.tsx +0 -36
- package/src/icons/24x24/MinusIcon.tsx +0 -32
- package/src/icons/24x24/ModelsIcon.tsx +0 -38
- package/src/icons/24x24/MoreHorizontalIcon.tsx +0 -31
- package/src/icons/24x24/NavigationIcon.tsx +0 -31
- package/src/icons/24x24/NavigatorIcon.tsx +0 -32
- package/src/icons/24x24/NextIcon.tsx +0 -32
- package/src/icons/24x24/NoConnectionIcon.tsx +0 -36
- package/src/icons/24x24/NotificationsIcon.tsx +0 -32
- package/src/icons/24x24/OrdersIcon.tsx +0 -36
- package/src/icons/24x24/PagesIcon.tsx +0 -32
- package/src/icons/24x24/PermissionsIcon.tsx +0 -32
- package/src/icons/24x24/PhotoIcon.tsx +0 -32
- package/src/icons/24x24/PlayIcon.tsx +0 -31
- package/src/icons/24x24/PlusIcon.tsx +0 -32
- package/src/icons/24x24/PresetIcon.tsx +0 -35
- package/src/icons/24x24/PreviousIcon.tsx +0 -32
- package/src/icons/24x24/PrinterIcon.tsx +0 -32
- package/src/icons/24x24/PrivacyIcon.tsx +0 -39
- package/src/icons/24x24/ProcessIcon.tsx +0 -73
- package/src/icons/24x24/ProductIcon.tsx +0 -32
- package/src/icons/24x24/RefreshIcon.tsx +0 -32
- package/src/icons/24x24/RemoveMemberIcon.tsx +0 -34
- package/src/icons/24x24/ReplyIcon.tsx +0 -32
- package/src/icons/24x24/SearchIcon.tsx +0 -39
- package/src/icons/24x24/SettingsIcon.tsx +0 -34
- package/src/icons/24x24/SnapshotsIcon.tsx +0 -39
- package/src/icons/24x24/SortDownIcon.tsx +0 -31
- package/src/icons/24x24/SortUpIcon.tsx +0 -31
- package/src/icons/24x24/TasksIcon.tsx +0 -32
- package/src/icons/24x24/TimeIcon.tsx +0 -39
- package/src/icons/24x24/ToIcon.tsx +0 -32
- package/src/icons/24x24/TransferIcon.tsx +0 -32
- package/src/icons/24x24/TranslateIcon.tsx +0 -32
- package/src/icons/24x24/TranslationIcon.tsx +0 -33
- package/src/icons/24x24/WebsiteIcon.tsx +0 -53
- package/src/icons/24x24/WifiIcon.tsx +0 -32
- package/src/icons/24x24/index.ts +0 -74
- package/src/icons/32x32/AttributesLargeIcon.tsx +0 -36
- package/src/icons/32x32/CustomerLargeIcon.tsx +0 -38
- package/src/icons/32x32/DigitalLargeIcon.tsx +0 -31
- package/src/icons/32x32/DiscountLargeIcon.tsx +0 -35
- package/src/icons/32x32/FilteringLargeIcon.tsx +0 -32
- package/src/icons/32x32/GiftCardLargeIcon.tsx +0 -44
- package/src/icons/32x32/NavigationLargeIcon.tsx +0 -39
- package/src/icons/32x32/NotesLargeIcon.tsx +0 -53
- package/src/icons/32x32/OmnichannelLargeIcon.tsx +0 -64
- package/src/icons/32x32/PermissionLargeIcon.tsx +0 -39
- package/src/icons/32x32/ProductLargeIcon.tsx +0 -31
- package/src/icons/32x32/SearchLargeIcon.tsx +0 -39
- package/src/icons/32x32/ShippingLargeIcon.tsx +0 -32
- package/src/icons/32x32/SiteSettingsLargeIcon.tsx +0 -32
- package/src/icons/32x32/StaffMembersLargeIcon.tsx +0 -40
- package/src/icons/32x32/TaxesLargeIcon.tsx +0 -55
- package/src/icons/32x32/TokenLargeIcon.tsx +0 -38
- package/src/icons/32x32/WarehouseLargeIcon.tsx +0 -32
- package/src/icons/32x32/WifiLargeIcon.tsx +0 -32
- package/src/icons/32x32/index.ts +0 -19
- package/src/icons/ArrowDropdownIcon.tsx +0 -11
- package/src/icons/CheckboxCheckedIcon.tsx +0 -30
- package/src/icons/CheckboxIcon.tsx +0 -20
- package/src/icons/CheckboxIndeterminateIcon.tsx +0 -17
- package/src/icons/CircleIndicatorIcon.tsx +0 -10
- package/src/icons/CommentSmallIcon.tsx +0 -15
- package/src/icons/CompleteIcon.tsx +0 -25
- package/src/icons/CustomersLargeIcon.tsx +0 -26
- package/src/icons/DeleteUserIcon.tsx +0 -26
- package/src/icons/DigitalSmallIcon.tsx +0 -15
- package/src/icons/EditSmallIcon.tsx +0 -15
- package/src/icons/GiftCardLargeIcon.tsx +0 -15
- package/src/icons/ImageIcon.tsx +0 -12
- package/src/icons/InfoIcon.tsx +0 -23
- package/src/icons/Logo.tsx +0 -33
- package/src/icons/LogoDark.tsx +0 -26
- package/src/icons/LogoLight.tsx +0 -27
- package/src/icons/MoreIcon.tsx +0 -12
- package/src/icons/NotAllowedIcon.tsx +0 -25
- package/src/icons/NotAllowedInvertedIcon.tsx +0 -25
- package/src/icons/RadioCheckedIcon.tsx +0 -10
- package/src/icons/RadioIcon.tsx +0 -16
- package/src/icons/SearchLargeIcon.tsx +0 -18
- package/src/icons/SettingsLargeIcon.tsx +0 -23
- package/src/icons/StaffMembersLargeIcon.tsx +0 -15
- package/src/icons/SuccessCircleIndicatorIcon.tsx +0 -16
- package/src/icons/WarningIcon.tsx +0 -23
- package/src/icons/index.ts +0 -33
- package/src/icons/indicator/index.ts +0 -2
- package/src/icons/indicator/regular/ErrorIndicatorIcon.tsx +0 -24
- package/src/icons/indicator/regular/FailIndicatorIcon.tsx +0 -31
- package/src/icons/indicator/regular/FailOutlineIndicatorIcon.tsx +0 -31
- package/src/icons/indicator/regular/HelpIndicatorIcon.tsx +0 -30
- package/src/icons/indicator/regular/SuccessIndicatorIcon.tsx +0 -24
- package/src/icons/indicator/regular/WarningIndicatorIcon.tsx +0 -23
- package/src/icons/indicator/regular/index.ts +0 -6
- package/src/icons/indicator/small/ErrorSmallIndicatorIcon.tsx +0 -24
- package/src/icons/indicator/small/SuccessSmallIndicatorIcon.tsx +0 -24
- package/src/icons/indicator/small/WarningSmallIndicatorIcon.tsx +0 -23
- package/src/icons/indicator/small/index.ts +0 -3
- package/src/icons/styles.ts +0 -10
- package/src/icons/types.ts +0 -4
- package/src/index.tsx +0 -41
- package/src/localStorageKeys.ts +0 -4
- package/src/theme/Baseline.tsx +0 -75
- package/src/theme/ThemeProvider.tsx +0 -89
- package/src/theme/context.ts +0 -8
- package/src/theme/createSaleorTheme/createSaleorTheme.tsx +0 -364
- package/src/theme/createSaleorTheme/index.ts +0 -2
- package/src/theme/createSaleorTheme/overrides/buttons.ts +0 -228
- package/src/theme/createSaleorTheme/overrides/controls.ts +0 -193
- package/src/theme/createSaleorTheme/overrides/index.ts +0 -18
- package/src/theme/createSaleorTheme/overrides/inputs.ts +0 -164
- package/src/theme/createSaleorTheme/overrides/tables.ts +0 -78
- package/src/theme/createSaleorTheme/palette.ts +0 -39
- package/src/theme/createSaleorTheme/shadows.ts +0 -33
- package/src/theme/createSaleorTheme/types.ts +0 -76
- package/src/theme/index.ts +0 -4
- package/src/theme/styles.ts +0 -40
- package/src/theme/themes.ts +0 -184
- package/src/theme/types.ts +0 -8
- package/src/theme/utils.test.ts +0 -43
- package/src/theme/utils.ts +0 -13
- package/src/tools/index.ts +0 -2
- package/src/tools/useElementScroll.ts +0 -83
- package/src/tools/useLocalStorage.ts +0 -63
- package/src/tools/useTextWidth.ts +0 -20
- package/src/tools/useWindowScroll.ts +0 -25
- package/src/utils/Decorator.tsx +0 -25
- package/src/utils/guideStyles.ts +0 -49
- package/src/utils/mergeRefs.ts +0 -14
- package/src/utils/useListStory.ts +0 -79
- package/src/utils/useMockAutocomplete.ts +0 -37
- /package/dist/{types → components}/Button/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Accordion/Accordion.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Accordion/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Accordion/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/ActionBar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/ActionBar.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ActionBar/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/Alert.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/Alert.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/AlertBase.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Alert/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/Autocomplete.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/Autocomplete.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/fixtures.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Autocomplete/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Avatar/Avatar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Avatar/Avatar.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Avatar/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Avatar/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/Backlink.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/Backlink.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Backlink/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/BaseList/BaseList.d.ts +0 -0
- /package/{dist → legacy/dist}/types/BaseList/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/BaseList/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/BaseList/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Button/Button.d.ts +0 -0
- /package/{src/Button/index.ts → legacy/dist/types/Button/index.d.ts} +0 -0
- /package/{dist → legacy/dist}/types/Button/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Chip/ChipAdornment.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Chip/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Chip/private/ColorSwatch.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Chip/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/CircleIndicator/CircleIndicator.d.ts +0 -0
- /package/{dist → legacy/dist}/types/CircleIndicator/CircleIndicator.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/CircleIndicator/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/CircleIndicator/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ConfirmButton/ConfirmButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ConfirmButton/ConfirmButton.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ConfirmButton/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ConfirmButton/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogHeader/DialogHeader.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogHeader/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogHeader/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogTable/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/DialogTable/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/Filter.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterBar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterContent.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/AutocompleteFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/MultipleSelectFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/MultipleValueAutocompleteFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/RangeFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/SelectFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterField/TextFilterField.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/FilterMenu.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/stories/Filter.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/stories/FilterInteractive.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/stories/labels.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Filter/utils.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/IconButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/IconButton.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/partials.d.ts +0 -0
- /package/{dist → legacy/dist}/types/IconButton/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/Circle.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/CircleFilled.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/CircleOutline.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/Indicator.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/Indicator.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/IndicatorCircle.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/IndicatorCircle.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/IndicatorOutlined.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/IndicatorOutlined.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Indicator/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/LayoutButton/LayoutButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/LayoutButton/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/LayoutButton/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/List.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/List.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/List/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/MultipleValueAutocomplete.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/MultipleValueAutocomplete.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/fixtures.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/MultipleValueAutocomplete/useMultipleValueAutocomplete.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/NavigationCard.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/NavigationCard.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/NavigationCardBase.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/NavigationCard/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/Notification.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/Notification.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Notification/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/OffsettedList/OffsettedList.d.ts +0 -0
- /package/{dist → legacy/dist}/types/OffsettedList/OffsettedList.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/OffsettedList/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/OffsettedList/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/PageTab.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/PageTab.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/PageTabPanel.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/PageTabs.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PageTabs/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/Pagination.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/PaginationActions.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/PaginationRowNumberSelect.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/TablePagination.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pagination/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pill/Pill.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pill/Pill.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pill/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Pill/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PillLink/PillLink.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PillLink/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/PillLink/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ResponsiveTable/ResponsiveTable.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ResponsiveTable/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ResponsiveTable/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/ButtonTooltipDecorator.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/Savebar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/Savebar.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Savebar/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ScrollShadow/ScrollShadow.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ScrollShadow/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/ScrollShadow/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/ExpandButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/MenuItem.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/Sidebar.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/Sidebar.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/fixtures.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Sidebar/utils.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/MenuItemBtn.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/SidebarDrawer.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/SidebarDrawer.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SidebarDrawer/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SquareButton/SquareButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SquareButton/SquareButton.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SquareButton/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/StatusChip/StatusChip.d.ts +0 -0
- /package/{dist → legacy/dist}/types/StatusChip/StatusChip.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/StatusChip/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/StatusChip/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SwitchSelector/SwitchSelector.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SwitchSelector/SwitchSelector.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SwitchSelector/SwitchSelectorButton.d.ts +0 -0
- /package/{dist → legacy/dist}/types/SwitchSelector/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/Arrow.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/Tooltip.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/Tooltip.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/TooltipMountWrapper.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/Tooltip/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/UserChipMenu.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/UserChipMenu.stories.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/UserChipMenuItem.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/UserChipMenu/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/consts.d.ts +0 -0
- /package/{dist → legacy/dist}/types/extensions/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/extensions/sendMessage.d.ts +0 -0
- /package/{dist → legacy/dist}/types/extensions/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/extensions/useExtensionMessage.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/BackSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/BookmarksSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/CheckboxSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/ChevronSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/CloseSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/DragSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/FilterSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/MinusSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/MoreSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/NextSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/PlusSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/SearchSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/SortBigSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/SortSmallSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/20x20/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/AddEnvironmentIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/AppsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ArrowRightIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/BackspaceIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/BagIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/BillingIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/BookmarkIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CalendarIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CheckIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ChevronIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/Close2Icon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CloseIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CodeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ColumnsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CopyIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/CustomersIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DashboardIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DeleteIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DeveloperIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DiscountsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DownloadIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/DragIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/EditIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/EnvironmentIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ExpandIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ExpendableIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/EyeClosedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/EyeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/FilteringIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/GenerateIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/GithubIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/GridIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/HelpIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/HowToIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/LinkIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ListIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/MailIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/MigrateIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/MinusIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ModelsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/MoreHorizontalIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NavigationIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NavigatorIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NextIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NoConnectionIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/NotificationsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/OrdersIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PagesIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PermissionsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PhotoIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PlayIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PlusIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PresetIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PreviousIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PrinterIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/PrivacyIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ProcessIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ProductIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/RefreshIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/RemoveMemberIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ReplyIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SearchIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SettingsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SnapshotsIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SortDownIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/SortUpIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TasksIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TimeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/ToIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TransferIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TranslateIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/TranslationIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/WebsiteIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/WifiIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/24x24/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/AttributesLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/CustomerLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/DigitalLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/DiscountLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/FilteringLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/GiftCardLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/NavigationLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/NotesLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/OmnichannelLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/PermissionLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/ProductLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/SearchLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/ShippingLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/SiteSettingsLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/StaffMembersLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/TaxesLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/TokenLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/WarehouseLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/WifiLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/32x32/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/ArrowDropdownIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CheckboxCheckedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CheckboxIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CheckboxIndeterminateIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CircleIndicatorIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CommentSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CompleteIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/CustomersLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/DeleteUserIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/DigitalSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/EditSmallIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/GiftCardLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/ImageIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/InfoIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/Logo.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/LogoDark.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/LogoLight.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/MoreIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/NotAllowedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/NotAllowedInvertedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/RadioCheckedIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/RadioIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/SearchLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/SettingsLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/StaffMembersLargeIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/SuccessCircleIndicatorIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/WarningIcon.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/indicator/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/indicator/regular/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/indicator/small/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/icons/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/localStorageKeys.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/Baseline.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/ThemeProvider.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/context.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/createSaleorTheme.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/buttons.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/controls.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/inputs.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/overrides/tables.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/palette.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/shadows.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/createSaleorTheme/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/styles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/themes.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/types.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/utils.d.ts +0 -0
- /package/{dist → legacy/dist}/types/theme/utils.test.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/index.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/useElementScroll.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/useLocalStorage.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/useTextWidth.d.ts +0 -0
- /package/{dist → legacy/dist}/types/tools/useWindowScroll.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/Decorator.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/guideStyles.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/mergeRefs.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/useListStory.d.ts +0 -0
- /package/{dist → legacy/dist}/types/utils/useMockAutocomplete.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 6H7l-5 6 5 6h15V6Zm-10 4 4 4m0-4-4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 7v-.75a.75.75 0 0 0-.748.697L4 7ZM3 21l-.748-.053A.75.75 0 0 0 3 21.75V21Zm18 0v.75a.75.75 0 0 0 .748-.803L21 21ZM20 7l.748-.053A.75.75 0 0 0 20 6.25V7ZM8.75 11a.75.75 0 0 0-1.5 0h1.5Zm8 0a.75.75 0 0 0-1.5 0h1.5ZM3.252 6.947l-1 14 1.496.106 1-14-1.496-.106ZM3 21.75h18v-1.5H3v1.5Zm18.748-.803-1-14-1.496.106 1 14 1.497-.106ZM8 6.25H4v1.5h4v-1.5ZM8 7h.75v.003a.613.613 0 0 0 0-.023l.006-.098c.007-.09.02-.223.047-.384.054-.326.161-.749.368-1.163a2.77 2.77 0 0 1 .933-1.086c.426-.284 1.028-.499 1.896-.499v-1.5c-1.13 0-2.03.285-2.728.751A4.26 4.26 0 0 0 7.83 4.665a5.665 5.665 0 0 0-.507 1.587 5.655 5.655 0 0 0-.073.744V7H8Zm12-.75h-4v1.5h4v-1.5Zm-4 0H8v1.5h8v-1.5Zm-4-2.5c.87 0 1.47.215 1.897.499.43.287.727.675.932 1.086.207.414.315.837.369 1.163a4.15 4.15 0 0 1 .052.482v.023V7h1.5v-.024l-.001-.046a5.625 5.625 0 0 0-.071-.678 5.663 5.663 0 0 0-.507-1.587A4.259 4.259 0 0 0 14.73 3c-.7-.466-1.597-.751-2.729-.751v1.5ZM8 11l-.75.001v.009a1.558 1.558 0 0 0 .002.057c.002.034.004.079.01.133a3.817 3.817 0 0 0 .615 1.716C8.531 13.9 9.781 14.75 12 14.75v-1.5c-1.781 0-2.532-.65-2.876-1.166A2.317 2.317 0 0 1 8.751 11v-.008V11H8Zm4 3.75c2.219 0 3.468-.85 4.124-1.834a3.815 3.815 0 0 0 .615-1.716 2.62 2.62 0 0 0 .011-.175V11h-1.5v-.008V11a2.055 2.055 0 0 1-.044.306 2.314 2.314 0 0 1-.33.778c-.344.516-1.094 1.166-2.876 1.166v1.5Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 10.5V21l-3.5-2-3.5 2-3.5-2L3 21V6a3 3 0 0 1 3-3h12.5M17 10.5h2.5a1 1 0 0 0 1-1V5a2 2 0 0 0-2-2v0M17 10.5V6c0-2 1.5-3 1.5-3m-12 5h7m-7 3h7m-7 3h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 21h-.75a.75.75 0 0 0 1.122.651L5 21Zm7-4 .373-.651a.75.75 0 0 0-.745 0L12 17Zm7 4-.372.651A.75.75 0 0 0 19.75 21H19ZM4.25 5v16h1.5V5h-1.5Zm1.122 16.651 7-4-.744-1.302-7 4 .744 1.302Zm6.256-4 7 4 .744-1.302-7-4-.744 1.302ZM19.75 21V5h-1.5v16h1.5ZM17 2.25H7v1.5h10v-1.5ZM19.75 5A2.75 2.75 0 0 0 17 2.25v1.5c.69 0 1.25.56 1.25 1.25h1.5Zm-14 0c0-.69.56-1.25 1.25-1.25v-1.5A2.75 2.75 0 0 0 4.25 5h1.5Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 11V6a1 1 0 0 1 1-1h3m-4 6v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9M4 11h16m0 0V6a1 1 0 0 0-1-1h-3M8 5V3m0 2v2m0-2h8m0 0V3m0 2v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m6 13.5 3 3 9-9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8 10 4 4 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8 8.002 8 8m-8 0 8-8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12.002" r="10" stroke="currentColor" stroke-width="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53 6.472a.75.75 0 1 0-1.06 1.06l4.47 4.47-4.47 4.47a.75.75 0 0 0 1.06 1.06l4.47-4.47 4.47 4.47a.75.75 0 1 0 1.06-1.06l-4.47-4.47 4.47-4.47a.75.75 0 0 0-1.06-1.06L12 10.942l-4.47-4.47Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m4 18 6-6-6-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 18h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 3.002H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4m0-18v18m0-18h6m-6 18h6m0 0h4a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2h-4m0 18v-18" stroke="currentColor" stroke-width="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 20H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 16V5a1 1 0 0 1 1-1h11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="7" r="4" stroke="currentColor" stroke-width="1.5"/><path d="M20.83 21H3.17a.17.17 0 0 1-.17-.17A6.83 6.83 0 0 1 9.83 14h4.34A6.83 6.83 0 0 1 21 20.83a.17.17 0 0 1-.17.17Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 4a1 1 0 0 1 1-1H20a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-5.5a1 1 0 0 1-1-1V4Zm0 9a1 1 0 0 1 1-1H20a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-5.5a1 1 0 0 1-1-1v-7ZM3 16a1 1 0 0 1 1-1h5.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4ZM3 4a1 1 0 0 1 1-1h5.5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Z" stroke="currentColor" stroke-width="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 10v8m3-8v8m3-8v8M5 4.5V21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4.5m-14 0H4m1 0h4m10 0h1m-1 0h-4m-6 0V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1.5m-6 0h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m12.5 10.5-1.5 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M3 7v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7M3 7h18" stroke="currentColor" stroke-width="1.5"/><path d="m8 12-2 2 2 2m8-4 2 2-2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.414 2.25c-.464 0-.91.184-1.237.513L4.97 10.97l-2.293 2.293a1.75 1.75 0 0 0 0 2.474l5.586 5.586a1.75 1.75 0 0 0 2.474 0l2.293-2.293 8.207-8.207a1.75 1.75 0 0 0 .513-1.237V5.914c0-.464-.184-.909-.513-1.237l-1.914-1.914a1.75 1.75 0 0 0-1.237-.513h-3.672Zm-.177 1.573a.25.25 0 0 1 .177-.073h3.672a.25.25 0 0 1 .177.073l1.914 1.914a.25.25 0 0 1 .073.177v3.672a.25.25 0 0 1-.073.177L12.5 17.439 6.56 11.5l7.677-7.677ZM5.5 12.561l5.94 5.939-1.763 1.763a.25.25 0 0 1-.354 0l-5.586-5.586a.25.25 0 0 1 0-.354L5.5 12.561ZM16 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 3v14m0 0-4-4m4 4 4-4M3 21h18"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-6.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m16 3 .53-.53a.75.75 0 0 0-1.06 0L16 3Zm4 4 .53.53a.75.75 0 0 0 0-1.06L20 7ZM10 17v.75a.75.75 0 0 0 .53-.22L10 17Zm-4 0h-.75c0 .414.336.75.75.75V17Zm0-4-.53-.53a.75.75 0 0 0-.22.53H6Zm9.47-9.47 4 4 1.06-1.06-4-4-1.06 1.06ZM10 16.25H6v1.5h4v-1.5ZM6.75 17v-4h-1.5v4h1.5Zm-.22-3.47 8-8-1.06-1.06-8 8 1.06 1.06Zm8-8 2-2-1.06-1.06-2 2 1.06 1.06Zm4.94.94-2 2 1.06 1.06 2-2-1.06-1.06Zm-2 2-8 8 1.06 1.06 8-8-1.06-1.06Zm-4-2.94 4 4 1.06-1.06-4-4-1.06 1.06Z" fill="currentColor"/><path d="M3 21h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 10h18M3 10v5a2 2 0 0 0 2 2h7m-9-7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5m0 0v5a2 2 0 0 1-2 2h-7m0 0v4m0 0H6m6 0h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 13.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8 10.5 4 4 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="10.25" stroke="currentColor" stroke-width="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 7h13m-10 5h10m-10 5h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="4" cy="7" r="1" fill="currentColor"/><circle cx="7" cy="12" r="1" fill="currentColor"/><circle cx="7" cy="17" r="1" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.375a.625.625 0 0 0-1-.75l-2.693 3.59A11.965 11.965 0 0 0 12 6.876c-2.642 0-5.005.923-6.703 1.968-.85.523-1.548 1.086-2.043 1.598a4.647 4.647 0 0 0-.603.748c-.137.22-.276.507-.276.811 0 .304.14.59.276.81.15.24.356.494.603.75.495.511 1.194 1.074 2.043 1.597.753.464 1.637.903 2.618 1.248L5.5 19.625a.625.625 0 1 0 1 .75l2.693-3.59c.884.213 1.826.34 2.807.34 2.642 0 5.005-.923 6.703-1.968.85-.523 1.548-1.086 2.043-1.598.247-.255.454-.508.603-.748.137-.22.276-.507.276-.811 0-.304-.14-.59-.276-.81a4.65 4.65 0 0 0-.603-.75c-.495-.511-1.194-1.074-2.043-1.597a13.73 13.73 0 0 0-2.618-1.248l2.415-3.22zm-4.781 4.291a3.75 3.75 0 0 0-4.438 5.917l4.438-5.917zm-3.438 6.668 4.438-5.917a3.75 3.75 0 0 1-4.438 5.917zM3.633 12a.97.97 0 0 0 .08.15c.088.143.233.327.44.54.41.426 1.024.926 1.8 1.403.632.389 1.361.757 2.163 1.056A4.98 4.98 0 0 1 7 12a4.98 4.98 0 0 1 1.116-3.149c-.802.3-1.531.667-2.163 1.056-.776.477-1.39.977-1.8 1.402a3.43 3.43 0 0 0-.44.54.97.97 0 0 0-.08.151zm14.414 2.093c-.632.389-1.361.757-2.163 1.056A4.979 4.979 0 0 0 17 12a4.98 4.98 0 0 0-1.116-3.149c.802.3 1.531.667 2.163 1.056.776.477 1.39.977 1.8 1.402.207.214.352.398.44.54a.967.967 0 0 1 .08.151.967.967 0 0 1-.08.15 3.425 3.425 0 0 1-.44.54c-.41.426-1.024.926-1.8 1.403z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.818 12.086a1.16 1.16 0 0 1-.048-.084c.011-.021.027-.05.048-.084.083-.133.222-.31.424-.52.403-.417 1.008-.91 1.776-1.382.576-.355 1.232-.69 1.951-.973A4.978 4.978 0 0 0 7 12.002c0 1.107.36 2.13.969 2.959a12.35 12.35 0 0 1-1.95-.973c-.769-.472-1.374-.965-1.777-1.382a3.307 3.307 0 0 1-.424-.52Zm12.213 2.875a12.35 12.35 0 0 0 1.95-.973c.769-.472 1.374-.965 1.777-1.382.202-.21.34-.387.424-.52l.048-.084a1.164 1.164 0 0 0-.048-.084 3.302 3.302 0 0 0-.424-.52c-.403-.417-1.008-.91-1.776-1.382a12.347 12.347 0 0 0-1.951-.973c.61.829.969 1.852.969 2.959s-.36 2.13-.969 2.959ZM12 6.75c-2.67 0-5.056.933-6.768 1.987-.857.528-1.565 1.097-2.068 1.618-.25.259-.464.52-.62.77-.14.225-.294.537-.294.876 0 .34.154.651.295.877.155.25.368.51.619.77.503.52 1.21 1.09 2.068 1.617C6.944 16.32 9.329 17.252 12 17.252c2.67 0 5.056-.932 6.768-1.986.857-.528 1.565-1.097 2.068-1.618.25-.26.464-.52.62-.77.14-.225.294-.537.294-.876 0-.34-.154-.651-.295-.877a4.769 4.769 0 0 0-.619-.77c-.503-.52-1.21-1.09-2.068-1.617C17.056 7.684 14.671 6.752 12 6.752Zm3.5 5.251a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 3H4a1 1 0 0 0-1 1v3.086a1 1 0 0 0 .293.707l5.914 5.914a1 1 0 0 1 .293.707V21l4.371-1.749a1 1 0 0 0 .629-.928v-3.909a1 1 0 0 1 .293-.707l5.914-5.914A1 1 0 0 0 21 7.086V4a1 1 0 0 0-1-1Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 6.5H4a1 1 0 0 0-1 1V20a1 1 0 0 0 1 1h12.5a1 1 0 0 0 1-1v-6.5m-3.5-7h3.5m3.5 0h-3.5m0 0V3m0 3.5V10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><path stroke="currentColor" stroke-width="1.5" d="M14.6 6.064c.315.023.75-.026 1.108-.25 1.297-.816 2.626-1.504 4.047-1.971.06-.02.124-.038.199-.055.099.266.175.492.215.716.026.147.053.292.08.435.16.872.306 1.665.29 2.45-.018.888.271 1.482.695 2.074.78 1.089 1.067 2.357 1.009 3.768-.038.907-.144 1.765-.366 2.57-.25.903-.646 1.74-1.266 2.503-.797.982-1.832 1.62-3.07 2.023-.657.214-1.05.313-1.444.364-.406.053-.839.059-1.597.059h-5c-1.428 0-2.96-.247-4.212-.907-1.52-.801-2.52-2.018-3.046-3.67a10.598 10.598 0 0 1-.49-3.43c.022-1.325.387-2.497 1.178-3.514a2.55 2.55 0 0 0 .416-.73c.102-.294.133-.599.108-.93-.053-.684.053-1.409.181-2.204.074-.454.203-.887.346-1.37l.057-.192c1.531.43 2.92 1.169 4.293 2.057.342.221.777.258 1.09.203a14.222 14.222 0 0 1 1.623-.185c.67-.04 1.348-.036 2.031-.004m1.524.19a9.544 9.544 0 0 1-.776-.099m.776.099-.776-.099m-.748-.091c.213.01.433.042.692.082m-.692-.082.692.082m0 0 .056.01m-.056-.01.056.01"/><path stroke="currentColor" stroke-width="2" d="M16 16c0 .357-.11.641-.24.814-.129.173-.231.186-.26.186-.029 0-.131-.013-.26-.186-.13-.173-.24-.457-.24-.814 0-.357.11-.641.24-.814.129-.173.231-.186.26-.186.029 0 .131.013.26.186.13.173.24.457.24.814Zm-7 0c0 .357-.11.641-.24.814-.129.173-.231.186-.26.186-.029 0-.131-.013-.26-.186C8.11 16.641 8 16.357 8 16c0-.357.11-.641.24-.814.129-.173.231-.186.26-.186.029 0 .131.013.26.186.13.173.24.457.24.814Z"/><path stroke="currentColor" stroke-width="1.5" d="M6.753 11.314c-.798.05-1.457.38-2.012.85-1.133.962-1.6 2.166-1.562 3.36.032 1.02.43 1.993 1.013 2.78.836 1.128 2.02 1.613 3.171 1.883A20.33 20.33 0 0 0 12 20.75a20 20 0 0 0 4.653-.568c.787-.188 1.671-.47 2.415-1.113.647-.56 1.143-1.108 1.437-1.762.346-.771.363-1.582.216-2.53-.095-.616-.274-1.21-.616-1.73-.347-.53-.836-.944-1.483-1.23-.74-.329-1.565-.467-2.308-.512m-9.56.01a32.676 32.676 0 0 1 2.255-.065m-2.256.064 2.256-.064m0 0a30.224 30.224 0 0 0 .98-.007c.319-.005.65-.008 1.033.003.57.017 1.176.012 1.785.008.4-.004.803-.007 1.198-.004m-4.996 0h4.996m0 0 .161.001m-.16-.001.16.001m2.148.054c-.731-.044-1.44-.049-2.148-.054m2.148.054-2.148-.054"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="7" height="7" rx="1" stroke="currentColor" stroke-width="1.5"/><rect x="14" y="3" width="7" height="7" rx="1" stroke="currentColor" stroke-width="1.5"/><rect x="3" y="14" width="7" height="7" rx="1" stroke="currentColor" stroke-width="1.5"/><rect x="14" y="14" width="7" height="7" rx="1" stroke="currentColor" stroke-width="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 9.5A2.5 2.5 0 1 1 12 12v0a.5.5 0 0 0-.5.5v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M12.5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM3 21h-.75c0 .414.336.75.75.75V21Zm.75 0v-9h-1.5v9h1.5Zm8.25-.75H3v1.5h9v-1.5ZM20.25 12A8.25 8.25 0 0 1 12 20.25v1.5A9.75 9.75 0 0 0 21.75 12h-1.5ZM12 3.75A8.25 8.25 0 0 1 20.25 12h1.5A9.75 9.75 0 0 0 12 2.25v1.5ZM3.75 12A8.25 8.25 0 0 1 12 3.75v-1.5A9.75 9.75 0 0 0 2.25 12h1.5Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 18.667V4a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v11.556a2 2 0 0 1-2 2H4.984a2 2 0 0 0-1.359.532L3 18.667Zm0 0v1.36c0 .55.23 1.074.633 1.448v0c.365.337.844.525 1.34.525h14.044a2 2 0 0 0 1.358-.532l.625-.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 7.5A2.5 2.5 0 1 1 12 10v0a.5.5 0 0 0-.5.5v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M12.5 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 5.002H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-7m-8 0 10-10m0 0v6m0-6h-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 7h13M7 12h13M7 17h13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="4" cy="7" r="1" fill="currentColor"/><circle cx="4" cy="12" r="1" fill="currentColor"/><circle cx="4" cy="17" r="1" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M3.63 6.622c.375-.372.872-.62 1.37-.62h14c.5 0 1 .25 1.375.625M3.63 6.622C3.252 6.997 3 7.5 3 8.002v8c0 .502.252 1.005.63 1.38m0-10.76 5.38 5.38m11.365-5.375c.375.375.625.875.625 1.375v8c0 1-1 2-2 2H5c-.498 0-.995-.248-1.37-.62M20.375 6.627 15 12.002m-5.99 0 1 1c1 1 2.99 1 3.99 0l1-1m-5.99 0-5.38 5.38M15 12.002l5.38 5.38"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 11.5V7.828a2 2 0 0 0-.586-1.414l-2.828-2.828A2 2 0 0 0 14.172 3H7a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2h9m0 0-2-2m2 2-2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="m8 15-.53-.53a.75.75 0 0 0 0 1.06L8 15Zm1.47 2.53a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm1.06-4a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM5.75 13a.75.75 0 0 0-1.5 0h1.5ZM7 21.75h10v-1.5H7v1.5ZM19.75 19v-2h-1.5v2h1.5ZM17 14.25H8v1.5h9v-1.5Zm-9.53 1.28 2 2 1.06-1.06-2-2-1.06 1.06Zm1.06 0 2-2-1.06-1.06-2 2 1.06 1.06ZM5.75 19v-6h-1.5v6h1.5Zm14-2A2.75 2.75 0 0 0 17 14.25v1.5c.69 0 1.25.56 1.25 1.25h1.5ZM17 21.75A2.75 2.75 0 0 0 19.75 19h-1.5c0 .69-.56 1.25-1.25 1.25v1.5Zm-10-1.5c-.69 0-1.25-.56-1.25-1.25h-1.5A2.75 2.75 0 0 0 7 21.75v-1.5Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12.002h12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 5.5 12 3l6 2.5m-12 0L12 8M6 5.5v8l6 2.5m6-10.5L12 8m6-2.5v8L12 16m0-8v8" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/><path d="M20 16.2c1.256.501 2 1.125 2 1.8 0 1.261-2.595 2.341-6.27 2.785M12 21c-5.522 0-10-1.365-10-3.048 0-.743.871-1.423 2.318-1.952" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm7-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.002h16m-16 4h16m-16 4h16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.469 13.238 12.831 2.9c.28-.455.982-.213.923.317l-.692 6.228a.5.5 0 0 0 .497.555h3.58a.5.5 0 0 1 .434.748l-6.408 11.213c-.267.468-.985.239-.931-.298l.711-7.113a.5.5 0 0 0-.498-.55H6.896a.5.5 0 0 1-.426-.762Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m10 16 4-4-4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="18.002" r="1" fill="currentColor"/><path d="M7 14.502s.358-.45 1-.968m9 .968s-.849-1.068-2.278-1.807M3 10.002s3.578-4 9-4m9 4s-1.045-1.168-2.86-2.242" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M17.645 3.885a.75.75 0 1 0-1.29-.766l1.29.766ZM6.855 19.119a.75.75 0 0 0 1.29.766l-1.29-.766Zm9.5-16-9.5 16 1.29.766 9.5-16-1.29-.766Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 18.5h2m16 0h-2m-14 0V10a7 7 0 0 1 7-7v0a7 7 0 0 1 7 7v8.5m-14 0h4m10 0h-4m-6 0v0a2.5 2.5 0 0 0 2.5 2.5h1a2.5 2.5 0 0 0 2.5-2.5v0m-6 0h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 19.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm11 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" fill="currentColor"/><path d="M3 4h.98a2 2 0 0 1 1.927 1.465L6.056 6M8 13h-.5A1.5 1.5 0 0 0 6 14.5v0A1.5 1.5 0 0 0 7.5 16H19M8 13h10l3-7H6.056M8 13 6.056 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 20V4a1 1 0 0 1 1-1h8.586a1 1 0 0 1 .707.293l3.414 3.414a1 1 0 0 1 .293.707V20a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1Zm3-9h8m-8 3h8m-8 3h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 11V7.414a1 1 0 0 0-.293-.707l-3.415-3.414A1 1 0 0 0 14.585 3H6a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h5M8 11h8m-8 3h8m-8 3h3m4 2 1.5 1.5L20 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 18V3.5a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5V14M3 18v2.5a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5V14M3 18l6.184-6.184a.5.5 0 0 1 .665-.036l1.801 1.44a.5.5 0 0 0 .666-.036l3.811-3.811a.5.5 0 0 1 .726.019L21 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 19V5l12 7-12 7Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12h12m-6-6v12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 6h4M4 6h4m5 6h7M4 12h1m14 6h1M4 18h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M13.5 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-3 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm6 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m14 8.002-4 4 4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 17.002H3a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h2.5m.5 10v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-4m-12 0v-3.5m12 3.5h3a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-2.5m-.5 10v-3.5m-12.5-6.5v-4a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v4m-13 0h13M6 13.502h12m-12 0H5m13 0h1m-14-3.5h2m2 7h6"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><circle cx="12" cy="15" r="6.25" stroke="currentColor" stroke-width="1.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 10V7a4 4 0 0 1 4-4v0a4 4 0 0 1 4 4v3m-4 4v3m0-3h1m-1 0h-1"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="4" r="2.25" stroke="currentColor" stroke-width="1.5"/><path d="M4 4h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M14.5 20H21m0 0-2.5-2.5M21 20l-2.5 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 12h12" stroke="currentColor" stroke-width="1.5"/><path d="M14 4h5a1 1 0 0 1 1 1v5M4 14v5a1 1 0 0 0 1 1h5" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/><circle cx="20" cy="12" r="2.25" stroke="currentColor" stroke-width="1.5"/><circle cx="4" cy="12" r="2.25" stroke="currentColor" stroke-width="1.5"/><circle cx="12" cy="20" r="2.25" stroke="currentColor" stroke-width="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3 8.5 1.868-4.203A.5.5 0 0 1 5.325 4h13.35a.5.5 0 0 1 .457.297L21 8.5m-18 0v11a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-11m-18 0h6.5m11.5 0h-6.5m-5 0v6l2.243-1.346a.5.5 0 0 1 .514 0L14.5 14.5v-6m-5 0h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 12a9 9 0 1 1-1.8-5.4m0 0V3m0 3.6h-3.7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 21.75a.75.75 0 0 0 0-1.5v1.5Zm1.5-7a.75.75 0 0 0 0-1.5v1.5Zm-3.17 0h1.67v-1.5H9.83v1.5Zm1.67 5.5H3.171v1.5h8.33v-1.5Zm0-5.5H13v-1.5h-1.5v1.5Zm-7.75 6.08a6.08 6.08 0 0 1 6.08-6.08v-1.5a7.58 7.58 0 0 0-7.58 7.58h1.5Zm-1.5 0c0 .508.413.92.921.92v-1.5c.32 0 .58.26.58.58h-1.5Zm19.28-4.3a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-6.06 3.94a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm5-5-5 5 1.06 1.06 5-5-1.06-1.06Z" fill="currentColor"/><path d="M20.47 21.53a.75.75 0 0 0 1.06-1.06l-1.06 1.06Zm-3.94-6.06a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm5 5-5-5-1.06 1.06 5 5 1.06-1.06Z" fill="currentColor"/><circle cx="12" cy="7" r="4" stroke="currentColor" stroke-width="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 21v-5a8 8 0 0 0-8-8H3.5m0 0 5-5m-5 5 5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="7.25" stroke="currentColor" stroke-width="1.5"/><path d="M16.5 16.5 21 21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.002 13.522c.307.13.74.299 1.348.525.36.134.659.417.813.791.153.37.148.789-.008 1.153a37.348 37.348 0 0 0-.562 1.37c-.176.466-.05.974.285 1.309l.496.496.53-.53-.53.53c.344.344.868.467 1.34.275.307-.125.736-.31 1.333-.582a1.404 1.404 0 0 1 1.126-.022c.359.15.648.446.797.82.25.624.433 1.062.571 1.368.204.455.654.725 1.127.725h.729c.484 0 .943-.283 1.14-.754.126-.301.291-.724.511-1.318a1.48 1.48 0 0 1 .815-.857 1.405 1.405 0 0 1 1.09.007c.649.276 1.16.482 1.533.618.204.074.417.082.614.032l-.028.151h.001l.029-.152c.182-.046.351-.14.487-.277l.58-.582c.343-.343.467-.867.273-1.34a36.464 36.464 0 0 0-.569-1.291 1.493 1.493 0 0 1-.025-1.183c.149-.365.436-.645.783-.784a36.81 36.81 0 0 0 1.397-.584c.454-.205.722-.654.722-1.126v-.691c0-.484-.283-.943-.754-1.14a35.923 35.923 0 0 0-1.346-.522 1.423 1.423 0 0 1-.818-.795c-.153-.37-.147-.79.009-1.155.263-.616.442-1.056.562-1.372.177-.465.05-.974-.285-1.309l-.495-.494a1.236 1.236 0 0 0-1.337-.275c-.308.125-.738.31-1.339.584-.355.162-.76.172-1.122.023a1.477 1.477 0 0 1-.802-.822 37.024 37.024 0 0 0-.57-1.367 1.233 1.233 0 0 0-1.127-.725H11.6c-.484 0-.942.282-1.14.753-.126.301-.292.726-.513 1.322-.145.39-.44.7-.81.854a1.4 1.4 0 0 1-1.088-.006 32.674 32.674 0 0 0-1.536-.618l-.256.705.256-.705a1.053 1.053 0 0 0-1.105.248l-.58.582a1.233 1.233 0 0 0-.272 1.338c.124.302.306.717.568 1.29.17.371.182.804.024 1.186-.15.363-.436.642-.781.78-.635.254-1.08.44-1.392.58a1.233 1.233 0 0 0-.725 1.128v.696c0 .483.282.941.752 1.139Z" stroke="currentColor" stroke-width="1.5"/><path d="M13.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11V8a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v3M7 11v8a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-8M7 11h13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 16V5a1 1 0 0 1 1-1h11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 4v15.5m0 0-5-5m5 5 5-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 19.5V4m0 0L7 9m5-5 5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 17.5 5 19l3.5-3.5M3 10V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Zm9-2h10m-10 9h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="9.25" stroke="currentColor" stroke-width="1.5"/><path d="m9 7.5 3 4.5 3-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m10 16.002 4-4-4-4m5 8 4-4-4-4m-10 8 4-4-4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20 7H4m0 0 4-4M4 7l4 4m-4 6h16m0 0-4-4m4 4-4 4"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.163 17.135c2.235-2.106 3.934-3.815 5.225-5.279M13.352 4.5h3.243m-3.243 0H9.568m3.784 0c-.266 2.453-1.135 4.148-3.964 7.356M2 4.5h7.568m0 0V3m-.18 8.856c1.1 1.109 1.736 1.656 2.883 2.576m-2.883-2.576C8.26 10.719 6.5 8.5 6.325 7.406m7.027 13.513 1.441-3.784M22 20.92l-1.441-3.784m-5.766 0 2.883-7.567 2.883 7.567m-5.766 0h5.766" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><mask id="a" fill="#fff"><path d="M21 12a9 9 0 0 1-13.28 7.92l-3.943.902a.5.5 0 0 1-.6-.599l.903-3.944A9 9 0 1 1 21 12Z"/></mask><path fill="currentColor" d="m12 21-.53.53a.75.75 0 0 0 1.06 0L12 21Zm0-18 .53-.53a.75.75 0 0 0-1.06 0L12 3Zm-.53-.53C8.325 5.614 7.25 9.065 7.25 12h1.5c0-2.549.925-5.614 3.78-8.47l-1.06-1.06ZM7.25 12c0 2.934 1.075 6.386 4.22 9.53l1.06-1.06C9.675 17.615 8.75 14.548 8.75 12h-1.5ZM3 12.75h5v-1.5H3v1.5Zm8.47-9.22c2.847 2.848 3.726 5.952 3.78 8.486l1.5-.032c-.062-2.874-1.067-6.362-4.22-9.514l-1.06 1.06Zm3.78 8.486c.054 2.507-.918 5.592-3.78 8.454l1.06 1.06c3.138-3.138 4.283-6.612 4.22-9.546l-1.5.032ZM8 12.75h8v-1.5H8v1.5Zm8 0h5v-1.5h-5v1.5ZM4.08 16.279l1.462.334a1.5 1.5 0 0 0-.143-1.048l-1.319.714Zm3.64 3.64.715-1.319a1.5 1.5 0 0 0-1.05-.143l.335 1.462Zm-3.943.903-.335-1.462.335 1.462Zm-.6-.599-1.462-.334 1.463.334ZM19.5 12a7.5 7.5 0 0 1-7.5 7.5v3c5.799 0 10.5-4.701 10.5-10.5h-3Zm-15 0A7.5 7.5 0 0 1 12 4.5v-3C6.201 1.5 1.5 6.201 1.5 12h3ZM12 4.5a7.5 7.5 0 0 1 7.5 7.5h3c0-5.799-4.701-10.5-10.5-10.5v3ZM5.4 15.565A7.46 7.46 0 0 1 4.5 12h-3c0 1.804.456 3.506 1.261 4.993l2.638-1.428ZM12 19.5a7.46 7.46 0 0 1-3.565-.9l-1.43 2.638A10.46 10.46 0 0 0 12 22.5v-3Zm-4.615-1.043-3.943.903.67 2.924 3.943-.903-.67-2.924Zm-2.745 2.1.902-3.944-2.924-.669-.903 3.945 2.925.669ZM3.442 19.36a1 1 0 0 1 1.198 1.198l-2.925-.67a2 2 0 0 0 2.396 2.396l-.67-2.924Z" mask="url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 20.5v-17a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5v17a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5Z"/><mask id="a" fill="currentColor"><rect width="6" height="4" x="6" y="6" rx="1"/></mask><rect width="6" height="4" x="6" y="6" stroke="currentColor" stroke-linejoin="round" stroke-width="3" mask="url(#a)" rx="1"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 13h10M7 17h10"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="18.002" r="1" fill="currentColor"/><path d="M7 14.502s1.988-2.5 5-2.5 5 2.5 5 2.5m-14-4.5s3.578-4 9-4c5.422 0 9 4 9 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12v16m0-16H3m2 0h2M5 28H3m2 0h2M29 6H11m18 0V4m0 2v2M11 6V4m0 2v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="m11 16.5-.685-.305a.75.75 0 0 0-.065.305H11Zm18 0h.75a.75.75 0 0 0-.065-.305L29 16.5Zm-9.257 5.154.386.643-.386-.643Zm.514 0 .386-.643-.386.643Zm-2 .892.386.643-.386-.643Zm9.007-9.952-.685.305.685-.305Zm-14.528 0-.685-.305.685.305Zm-.685-.305-1.736 3.906 1.37.61 1.736-3.906-1.37-.61ZM10.25 16.5V27h1.5V16.5h-1.5ZM12 28.75h16v-1.5H12v1.5ZM29.75 27V16.5h-1.5V27h1.5Zm-.065-10.805L27.95 12.29l-1.37.61 1.736 3.906 1.37-.61ZM26.35 11.25h-12.7v1.5h12.7v-1.5Zm-15.35 6h6.5v-1.5H11v1.5Zm5.75-.75v5.617h1.5V16.5h-1.5Zm1.893 6.689 1.486-.892-.772-1.286-1.486.892.772 1.286Zm1.228-.892 1.486.892.772-1.287-1.486-.89-.772 1.285ZM17.5 17.25h5v-1.5h-5v1.5Zm5 0H29v-1.5h-6.5v1.5Zm.75 4.867V16.5h-1.5v5.617h1.5Zm-1.893 1.072c.833.5 1.893-.1 1.893-1.072h-1.5a.25.25 0 0 1 .379-.215l-.772 1.287Zm-1.228-.892a.25.25 0 0 1-.258 0l.772-1.286a1.25 1.25 0 0 0-1.286 0l.772 1.287ZM28 28.75A1.75 1.75 0 0 0 29.75 27h-1.5a.25.25 0 0 1-.25.25v1.5Zm-11.25-6.633a1.25 1.25 0 0 0 1.893 1.072l-.772-1.287a.25.25 0 0 1 .379.215h-1.5ZM10.25 27c0 .966.784 1.75 1.75 1.75v-1.5a.25.25 0 0 1-.25-.25h-1.5Zm17.7-14.71a1.75 1.75 0 0 0-1.6-1.04v1.5a.25.25 0 0 1 .229.149l1.37-.61Zm-14.529.609a.25.25 0 0 1 .229-.149v-1.5a1.75 1.75 0 0 0-1.6 1.04l1.371.609Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="9" r="5.25" stroke="currentColor" stroke-width="1.5"/><path d="M27.429 29H4.57A1.571 1.571 0 0 1 3 27.429 9.429 9.429 0 0 1 12.429 18h7.142A9.429 9.429 0 0 1 29 27.429c0 .867-.704 1.571-1.571 1.571Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.894 5.888a.25.25 0 0 1 .224-.138h17.764a.25.25 0 0 1 .224.138l2.68 5.362H7.3a1.5 1.5 0 1 0 0 1.5h3.95v5.836c0 1.559 1.885 2.34 2.987 1.237l1.293-1.293a.75.75 0 1 0-1.06-1.06l-1.293 1.293a.25.25 0 0 1-.427-.177V12.75h6.5v5.45a1.5 1.5 0 1 0 1.5 0v-5.45h7.5V27a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25v-7.2a1.5 1.5 0 1 0-1.5 0V27c0 .966.784 1.75 1.75 1.75h23A1.75 1.75 0 0 0 29.75 27V12a.75.75 0 0 0-.08-.335l-3.223-6.448a1.75 1.75 0 0 0-1.565-.967H7.118a1.75 1.75 0 0 0-1.565.967L4.329 7.665a.75.75 0 0 0 1.342.67l1.223-2.447Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 16 16.414 3.586A2 2 0 0 1 17.828 3h6.344a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 29 7.828v6.344a2 2 0 0 1-.586 1.414L16 28M4 16l-.414.414A2 2 0 0 0 3 17.828v2.844a2 2 0 0 0 .586 1.414l6.328 6.328a2 2 0 0 0 1.414.586h2.844a2 2 0 0 0 1.414-.586L16 28M4 16l12 12" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/><path d="M24 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" fill="currentColor"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 9.5V4a1 1 0 0 1 1-1h24a1 1 0 0 1 1 1v5.5m-26 0 8.707 8.707a1 1 0 0 1 .293.707v8.643a1 1 0 0 0 1.351.936l6-2.25a1 1 0 0 0 .649-.936v-6.393a1 1 0 0 1 .293-.707L29 9.5m-26 0h26" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 6h17a1 1 0 0 1 1 1v7M11 6H4a1 1 0 0 0-1 1v7m8-8v8m0 12H4a1 1 0 0 1-1-1V14m8 12h17a1 1 0 0 0 1-1V14M11 26V14m-8 0h8m0 0h18m-12 5.5h8M17 22h2m3 0h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 14h2.5a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0-2.5 2.5V14Zm0 0H8.5a2.5 2.5 0 1 1 2.5-2.5V14Z" stroke="currentColor" stroke-width="1.5"/><path d="m11 14-3 3m3-3 3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="13.25" stroke="currentColor" stroke-width="1.5"/><path d="m10.034 14.229 10.303-3.908c.819-.311 1.613.507 1.278 1.317l-4.277 10.336a1 1 0 0 1-1.818.065l-1.88-3.759a1.001 1.001 0 0 0-.415-.43l-3.316-1.81a1 1 0 0 1 .125-1.812Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5" y="3" width="22" height="26" rx="2" stroke="currentColor" stroke-width="1.5"/><mask id="a" fill="currentColor"><rect x="8" y="6" width="8" height="5" rx="1"/></mask><rect x="8" y="6" width="8" height="5" rx="1" stroke="currentColor" stroke-width="3" mask="url(#a)"/><path d="M9 17h14M9 21h14M9 25h14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="7" r="2.25" stroke="currentColor" stroke-width="1.5"/><circle cx="26" cy="7" r="2.25" stroke="currentColor" stroke-width="1.5"/><circle cx="26" cy="25" r="2.25" stroke="currentColor" stroke-width="1.5"/><circle cx="6" cy="25" r="2.25" stroke="currentColor" stroke-width="1.5"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16 28.5c2.7 0 5.2-.856 7.244-2.312.203.47.522.877.921 1.186A13.937 13.937 0 0 1 16 30c-3.047 0-5.867-.974-8.165-2.626.399-.31.718-.717.92-1.186A12.443 12.443 0 0 0 16 28.5ZM5.107 22.135A12.443 12.443 0 0 1 3.5 16c0-2.23.584-4.323 1.607-6.135a3 3 0 0 1-1.276-.792A13.936 13.936 0 0 0 2 16c0 2.52.666 4.885 1.831 6.927a3 3 0 0 1 1.276-.792Zm23.062.792a3 3 0 0 0-1.276-.792A12.443 12.443 0 0 0 28.5 16c0-2.23-.584-4.323-1.607-6.135a3 3 0 0 0 1.276-.792A13.935 13.935 0 0 1 30 16c0 2.52-.666 4.885-1.831 6.927ZM16 2c3.047 0 5.867.973 8.165 2.626a3.01 3.01 0 0 0-.92 1.186A12.443 12.443 0 0 0 16 3.5c-2.7 0-5.2.856-7.244 2.312a3.01 3.01 0 0 0-.921-1.186A13.936 13.936 0 0 1 16 2Z" fill="currentColor"/><path d="M23.25 16a7.25 7.25 0 1 1-14.5 0 7.25 7.25 0 0 1 14.5 0Z" stroke="currentColor" stroke-width="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="19" r="9.25" stroke="currentColor" stroke-width="1.5"/><path d="M10 12V9a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6v3m-6 5v4m0-4h2m-2 0h-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 10v16a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V10M3 10l3.406-5.11A2 2 0 0 1 8.07 4h15.86a2 2 0 0 1 1.664.89L29 10M3 10h9m17 0h-9m-8 0v9.191a.5.5 0 0 0 .724.447l2.829-1.414a1 1 0 0 1 .894 0l2.83 1.414a.5.5 0 0 0 .723-.447V10m-8 0h8" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><circle cx="14" cy="14" r="11.25" stroke="currentColor" stroke-width="1.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m22 22 7 7"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" 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" clip-rule="evenodd"/><path fill="currentColor" d="M18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="12" r="2" stroke="currentColor" stroke-width="1.5"/><path 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" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path 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" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="13" r="1" fill="currentColor"/><circle cx="16" cy="13" r="1" fill="currentColor"/><circle cx="20" cy="13" r="1" fill="currentColor"/><circle cx="12" cy="17" r="1" fill="currentColor"/><circle cx="16" cy="17" r="1" fill="currentColor"/><circle cx="20" cy="17" r="1" fill="currentColor"/><circle cx="12" cy="21" r="1" fill="currentColor"/><circle cx="16" cy="21" r="1" fill="currentColor"/><circle cx="16" cy="25" r="1" fill="currentColor"/><circle cx="20" cy="21" r="1" fill="currentColor"/><path 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" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><mask id="a" fill="currentColor"><rect x="9" y="6" width="14" height="4" rx="1"/></mask><rect x="9" y="6" width="14" height="4" rx="1" stroke="currentColor" stroke-width="3" mask="url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/><circle cx="23" cy="9" r="2.25" stroke="currentColor" stroke-width="1.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="25" r="2" fill="currentColor"/><path 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" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8 8 8 8m0-8-8 8"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8.25" stroke="currentColor" stroke-width="1.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6.5 6.5 11 11"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="11.25" stroke="currentColor" stroke-width="1.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m4.5 4.5 15 15"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M12 17v.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 14.25v-1.73c1.8 0 3-1.155 3-2.885 0-1.731-1.2-2.885-3-2.885S9 7.904 9 9.635"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 13.143 9.632 16 17 8"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M12 6v7m0 4v1"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m6 6 4 4m0-4-4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m4.5 8.5 2 2 5-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v3m0 2.5v.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
Binary file
|
package/src/consts.ts
DELETED
package/src/extensions/index.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { BaseExtensionMessageData } from "./types";
|
|
2
|
-
|
|
3
|
-
export function sendMessageToDashboard<T extends BaseExtensionMessageData>(
|
|
4
|
-
message: T,
|
|
5
|
-
targetOrigin: string
|
|
6
|
-
) {
|
|
7
|
-
if (!!window.parent) {
|
|
8
|
-
window.parent.postMessage(message, targetOrigin);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export function sendMessageToExtension<T extends BaseExtensionMessageData>(
|
|
13
|
-
message: T,
|
|
14
|
-
targetOrigin: string
|
|
15
|
-
) {
|
|
16
|
-
const appFrame: HTMLIFrameElement | null =
|
|
17
|
-
document.querySelector("#extension-app");
|
|
18
|
-
|
|
19
|
-
if (!!appFrame?.contentWindow) {
|
|
20
|
-
appFrame.contentWindow.postMessage(message, targetOrigin);
|
|
21
|
-
}
|
|
22
|
-
}
|
package/src/extensions/types.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ThemeType } from "../theme";
|
|
2
|
-
|
|
3
|
-
export enum ExtensionMessageType {
|
|
4
|
-
BREADCRUMB_CLICK,
|
|
5
|
-
BREADCRUMB_SET,
|
|
6
|
-
THEME,
|
|
7
|
-
}
|
|
8
|
-
export interface BaseExtensionMessageData {
|
|
9
|
-
type: ExtensionMessageType;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export type Breadcrumb = Record<"label" | "value", string>;
|
|
13
|
-
export interface BreadcrumbClickMessage extends BaseExtensionMessageData {
|
|
14
|
-
breadcrumb: string;
|
|
15
|
-
}
|
|
16
|
-
export interface BreadcrumbChangeMessage extends BaseExtensionMessageData {
|
|
17
|
-
breadcrumbs: Breadcrumb[];
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export interface ThemeChangeMessage extends BaseExtensionMessageData {
|
|
21
|
-
theme: ThemeType;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export interface ExtensionMessageEvent<T extends BaseExtensionMessageData> {
|
|
25
|
-
data: T;
|
|
26
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { useEffect } from "react";
|
|
2
|
-
|
|
3
|
-
import { BaseExtensionMessageData, ExtensionMessageEvent } from "./types";
|
|
4
|
-
|
|
5
|
-
export function useExtensionMessage<T extends BaseExtensionMessageData>(
|
|
6
|
-
handle: (message: ExtensionMessageEvent<T>) => void
|
|
7
|
-
) {
|
|
8
|
-
useEffect(() => {
|
|
9
|
-
window.addEventListener("message", handle);
|
|
10
|
-
|
|
11
|
-
return () => window.removeEventListener("message", handle);
|
|
12
|
-
}, [handle]);
|
|
13
|
-
}
|
|
@@ -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 BackSmallIcon = React.forwardRef(
|
|
7
|
-
(props: IconProps, ref: React.Ref<SVGSVGElement>) => {
|
|
8
|
-
const classes = useIconStyles();
|
|
9
|
-
return (
|
|
10
|
-
<SvgIcon
|
|
11
|
-
width={20}
|
|
12
|
-
height={20}
|
|
13
|
-
viewBox="0 0 20 20"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
classes={{
|
|
17
|
-
root: classes.root,
|
|
18
|
-
}}
|
|
19
|
-
{...props}
|
|
20
|
-
ref={ref}
|
|
21
|
-
>
|
|
22
|
-
<path
|
|
23
|
-
d="M12.5 5.5 8 10l4.5 4.5"
|
|
24
|
-
stroke="currentColor"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
strokeLinejoin="round"
|
|
28
|
-
/>
|
|
29
|
-
</SvgIcon>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
);
|