@saleor/macaw-ui 1.1.3 → 1.1.4
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/dist/components/Accordion/Accordion.stories.d.ts +3 -2
- package/dist/components/Accordion/Item/Content.d.ts +2 -1
- package/dist/components/Accordion/Item/Item.d.ts +2 -1
- package/dist/components/Accordion/Item/Trigger.d.ts +3 -2
- package/dist/components/Accordion/Item/index.d.ts +4 -4
- package/dist/components/Accordion/Root.d.ts +192 -3
- package/dist/components/Accordion/index.d.ts +193 -5
- package/dist/components/Avatar/Avatar.stories.d.ts +357 -169
- package/dist/components/Avatar/Store/Store.css.d.ts +3 -2
- package/dist/components/Avatar/Store/Store.d.ts +3 -3
- package/dist/components/Avatar/Store/index.d.ts +1 -1
- package/dist/components/Avatar/User/User.css.d.ts +3 -2
- package/dist/components/Avatar/User/User.d.ts +3 -3
- package/dist/components/Avatar/User/index.d.ts +1 -1
- package/dist/components/Avatar/index.d.ts +710 -334
- package/dist/components/Backdrop/Backdrop.d.ts +191 -3
- package/dist/components/Backdrop/Backdrop.stories.d.ts +3 -2
- package/dist/components/Backdrop/index.d.ts +1 -1
- package/dist/components/BaseInput/BaseInput.css.d.ts +6 -5
- package/dist/components/BaseInput/HelperText.d.ts +2 -1
- package/dist/components/BaseInput/index.d.ts +2 -2
- package/dist/components/BaseSelect/BaseSelect.css.d.ts +1 -1
- package/dist/components/BaseSelect/LoadingListItem/LoadingListItem.d.ts +2 -1
- package/dist/components/BaseSelect/LoadingListItem/index.d.ts +1 -1
- package/dist/components/BaseSelect/NoOptions/NoOptions.d.ts +2 -1
- package/dist/components/BaseSelect/NoOptions/helpers.d.ts +2 -1
- package/dist/components/BaseSelect/NoOptions/index.d.ts +2 -2
- package/dist/components/BaseSelect/index.d.ts +5 -5
- package/dist/components/BaseSelect/types.d.ts +2 -1
- package/dist/components/Box/Box.d.ts +191 -2
- package/dist/components/Box/index.d.ts +1 -1
- package/dist/components/Button/Button.css.d.ts +3 -2
- package/dist/components/Button/Button.d.ts +193 -4
- package/dist/components/Button/Button.stories.d.ts +3 -2
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/Button/utils.d.ts +2 -1
- package/dist/components/Checkbox/Checkbox.d.ts +192 -3
- package/dist/components/Checkbox/Checkbox.stories.d.ts +3 -2
- package/dist/components/Checkbox/CheckedIcon.d.ts +2 -2
- package/dist/components/Checkbox/IndeterminateIcon.d.ts +2 -2
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/Chip/Chip.css.d.ts +3 -2
- package/dist/components/Chip/Chip.d.ts +193 -4
- package/dist/components/Chip/Chip.stories.d.ts +3 -2
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Combobox/Common/ComboboxWrapper.d.ts +5 -4
- package/dist/components/Combobox/Common/index.d.ts +2 -2
- package/dist/components/Combobox/Common/useCombobox.d.ts +7 -6
- package/dist/components/Combobox/Dynamic/DynamicCombobox.d.ts +710 -333
- package/dist/components/Combobox/Dynamic/DynamicCombobox.stories.d.ts +3 -3
- package/dist/components/Combobox/Dynamic/index.d.ts +1 -1
- package/dist/components/Combobox/Static/Combobox.d.ts +708 -331
- package/dist/components/Combobox/Static/StaticCombobox.stories.d.ts +3 -3
- package/dist/components/Combobox/Static/index.d.ts +1 -1
- package/dist/components/Combobox/index.d.ts +2 -2
- package/dist/components/Divider/Divider.d.ts +191 -3
- package/dist/components/Divider/Divider.stories.d.ts +3 -2
- package/dist/components/Divider/index.d.ts +1 -1
- package/dist/components/Drawer/Content.d.ts +3 -3
- package/dist/components/Drawer/Drawer.stories.d.ts +3 -2
- package/dist/components/Drawer/index.d.ts +6 -6
- package/dist/components/Dropdown/Content.d.ts +3 -2
- package/dist/components/Dropdown/Dropdown.stories.d.ts +3 -2
- package/dist/components/Dropdown/Item.d.ts +2 -1
- package/dist/components/Dropdown/Root.d.ts +2 -1
- package/dist/components/Dropdown/Trigger.d.ts +2 -1
- package/dist/components/Dropdown/index.d.ts +7 -7
- package/dist/components/DropdownButton/DropdownButton.css.d.ts +3 -2
- package/dist/components/DropdownButton/DropdownButton.d.ts +193 -4
- package/dist/components/DropdownButton/DropdownButton.stories.d.ts +3 -2
- package/dist/components/DropdownButton/index.d.ts +1 -1
- package/dist/components/Icons/ArrowDownIcon.d.ts +5 -1
- package/dist/components/Icons/ArrowLeftIcon.d.ts +5 -1
- package/dist/components/Icons/ArrowRightIcon.d.ts +5 -1
- package/dist/components/Icons/ArrowUpIcon.d.ts +5 -1
- package/dist/components/Icons/CatalogIcon.d.ts +5 -1
- package/dist/components/Icons/CheckboxIcon.d.ts +5 -1
- package/dist/components/Icons/ChervonDoubleIcon.d.ts +5 -1
- package/dist/components/Icons/ChervonDownIcon.d.ts +5 -1
- package/dist/components/Icons/ChervonUpIcon.d.ts +5 -1
- package/dist/components/Icons/ChevronLeftIcon.d.ts +5 -1
- package/dist/components/Icons/ChevronRightIcon.d.ts +5 -1
- package/dist/components/Icons/CloseIcon.d.ts +5 -1
- package/dist/components/Icons/ConfigurationIcon.d.ts +5 -1
- package/dist/components/Icons/CopyIcon.d.ts +5 -1
- package/dist/components/Icons/CustomersIcon.d.ts +5 -1
- package/dist/components/Icons/DarkModeIcon.d.ts +5 -1
- package/dist/components/Icons/EditIcon.d.ts +5 -1
- package/dist/components/Icons/EnvironmentIcon.d.ts +5 -1
- package/dist/components/Icons/ExportIcon.d.ts +5 -1
- package/dist/components/Icons/ExternalLinkIcon.d.ts +5 -1
- package/dist/components/Icons/FileExportIcon.d.ts +5 -1
- package/dist/components/Icons/FloppyDiscIcon.d.ts +5 -1
- package/dist/components/Icons/FullscreenOffIcon.d.ts +5 -1
- package/dist/components/Icons/FullscreenOnIcon.d.ts +5 -1
- package/dist/components/Icons/GenericAppIcon.d.ts +5 -1
- package/dist/components/Icons/GripIcon.d.ts +5 -1
- package/dist/components/Icons/HomeIcon.d.ts +5 -1
- package/dist/components/Icons/InfoIcon.d.ts +5 -1
- package/dist/components/Icons/LightModeIcon.d.ts +5 -1
- package/dist/components/Icons/MailIcon.d.ts +5 -1
- package/dist/components/Icons/MarketplaceIcon.d.ts +5 -1
- package/dist/components/Icons/MenuIcon.d.ts +5 -1
- package/dist/components/Icons/MoreOptionsIcon.d.ts +5 -1
- package/dist/components/Icons/OrdersIcon.d.ts +5 -1
- package/dist/components/Icons/PlusIcon.d.ts +5 -1
- package/dist/components/Icons/ProductsIcons.d.ts +5 -1
- package/dist/components/Icons/RemoveIcon.d.ts +5 -1
- package/dist/components/Icons/SVGWrapper/SVGWrapper.css.d.ts +3 -2
- package/dist/components/Icons/SVGWrapper/SVGWrapper.d.ts +4 -3
- package/dist/components/Icons/SVGWrapper/createSVGWrapper.d.ts +7 -2
- package/dist/components/Icons/SVGWrapper/index.d.ts +2 -2
- package/dist/components/Icons/SearchIcon.d.ts +5 -1
- package/dist/components/Icons/SellsIcon.d.ts +5 -1
- package/dist/components/Icons/StorefrontIcon.d.ts +5 -1
- package/dist/components/Icons/TableEditIcon.d.ts +5 -1
- package/dist/components/Icons/TranslationsIcon.d.ts +5 -1
- package/dist/components/Icons/TrashBinIcon.d.ts +5 -1
- package/dist/components/Icons/ViewListIcon.d.ts +5 -1
- package/dist/components/Icons/ViewTableIcon.d.ts +5 -1
- package/dist/components/Icons/ViewTilesIcon.d.ts +5 -1
- package/dist/components/Icons/ViewWideTilesIcon.d.ts +5 -1
- package/dist/components/Icons/VouchersIcon.d.ts +5 -1
- package/dist/components/Icons/WarningIcon.d.ts +5 -1
- package/dist/components/Icons/index.d.ts +49 -49
- package/dist/components/Input/Input.d.ts +193 -4
- package/dist/components/Input/Input.stories.d.ts +3 -2
- package/dist/components/Input/InputWrapper.d.ts +5 -4
- package/dist/components/Input/helpers.d.ts +4 -3
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/types.d.ts +2 -1
- package/dist/components/List/Divider.d.ts +4 -3
- package/dist/components/List/Item.d.ts +192 -3
- package/dist/components/List/ItemGroup/Content.d.ts +2 -1
- package/dist/components/List/ItemGroup/Root.d.ts +2 -1
- package/dist/components/List/ItemGroup/Trigger.d.ts +3 -2
- package/dist/components/List/ItemGroup/context.d.ts +1 -1
- package/dist/components/List/ItemGroup/index.d.ts +5 -5
- package/dist/components/List/List.d.ts +192 -3
- package/dist/components/List/List.stories.d.ts +3 -2
- package/dist/components/List/index.d.ts +386 -10
- package/dist/components/Modal/Modal.stories.d.ts +3 -3
- package/dist/components/Modal/index.d.ts +7 -7
- package/dist/components/Multiselect/Common/Adornment.d.ts +4 -4
- package/dist/components/Multiselect/Common/Multiselect.css.d.ts +2 -2
- package/dist/components/Multiselect/Common/MultiselectWrapper.d.ts +6 -5
- package/dist/components/Multiselect/Common/index.d.ts +3 -3
- package/dist/components/Multiselect/Common/useMultiselect.d.ts +7 -6
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.d.ts +709 -332
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.stories.d.ts +3 -3
- package/dist/components/Multiselect/Dynamic/index.d.ts +1 -1
- package/dist/components/Multiselect/Static/Multiselect.d.ts +1061 -496
- package/dist/components/Multiselect/Static/Multiselect.stories.d.ts +3 -3
- package/dist/components/Multiselect/Static/index.d.ts +1 -1
- package/dist/components/Multiselect/index.d.ts +2 -2
- package/dist/components/Popover/Arrow.d.ts +1 -1
- package/dist/components/Popover/Popover.stories.d.ts +3 -2
- package/dist/components/Popover/index.d.ts +11 -11
- package/dist/components/RadioGroup/Group.css.d.ts +3 -2
- package/dist/components/RadioGroup/Group.d.ts +194 -5
- package/dist/components/RadioGroup/Indicator.d.ts +1 -1
- package/dist/components/RadioGroup/Item.css.d.ts +2 -2
- package/dist/components/RadioGroup/Item.d.ts +193 -4
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +3 -2
- package/dist/components/RadioGroup/index.d.ts +382 -6
- package/dist/components/RangeInput/RangeInput.d.ts +191 -3
- package/dist/components/RangeInput/RangeInput.stories.d.ts +3 -2
- package/dist/components/RangeInput/index.d.ts +1 -1
- package/dist/components/SearchInput/SearchInput.css.d.ts +5 -4
- package/dist/components/SearchInput/SearchInput.d.ts +193 -4
- package/dist/components/SearchInput/SearchInput.stories.d.ts +3 -2
- package/dist/components/SearchInput/index.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +710 -333
- package/dist/components/Select/Select.stories.d.ts +3 -3
- package/dist/components/Select/SelectWrapper.d.ts +5 -4
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/useSelect.d.ts +9 -8
- package/dist/components/Skeleton/Skeleton.d.ts +3 -2
- package/dist/components/Skeleton/Skeleton.stories.d.ts +3 -2
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Spinner/Spinner.d.ts +1 -1
- package/dist/components/Spinner/Spinner.stories.d.ts +3 -2
- package/dist/components/Spinner/index.d.ts +1 -1
- package/dist/components/Switch/Item.d.ts +4 -3
- package/dist/components/Switch/Switch.css.d.ts +4 -3
- package/dist/components/Switch/Switch.d.ts +193 -4
- package/dist/components/Switch/Switch.stories.d.ts +3 -2
- package/dist/components/Switch/index.d.ts +192 -4
- package/dist/components/Text/Text.css.d.ts +3 -2
- package/dist/components/Text/Text.d.ts +193 -4
- package/dist/components/Text/Text.stories.d.ts +3 -2
- package/dist/components/Text/index.d.ts +2 -2
- package/dist/components/Textarea/Textarea.d.ts +193 -4
- package/dist/components/Textarea/Textarea.stories.d.ts +3 -2
- package/dist/components/Textarea/TextareaWrapper.d.ts +3 -2
- package/dist/components/Textarea/index.d.ts +1 -1
- package/dist/components/Toggle/Toggle.css.d.ts +1 -1
- package/dist/components/Toggle/Toggle.d.ts +3 -3
- package/dist/components/Toggle/Toggle.stories.d.ts +3 -2
- package/dist/components/Toggle/index.d.ts +1 -1
- package/dist/components/Tooltip/Content.d.ts +2 -1
- package/dist/components/Tooltip/ContentHeading.d.ts +2 -1
- package/dist/components/Tooltip/Root.d.ts +2 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +3 -2
- package/dist/components/Tooltip/Trigger.d.ts +3 -2
- package/dist/components/Tooltip/index.d.ts +10 -10
- package/dist/components/index.d.ts +30 -30
- package/dist/hooks/useAutoHeightTextarea.d.ts +2 -1
- package/dist/hooks/useClickOutside.d.ts +1 -1
- package/dist/hooks/useFloating.d.ts +10 -10
- package/dist/hooks/useInfinityScroll.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +42 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5976 -5976
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/theme/context.d.ts +2 -2
- package/dist/theme/helpers.d.ts +2 -1
- package/dist/theme/index.d.ts +7 -7
- package/dist/theme/provider.d.ts +2 -2
- package/dist/theme/sprinkles.css.d.ts +188 -1
- package/dist/utils/index.d.ts +3 -3
- package/package.json +11 -11
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const PlusIcon: import(
|
2
|
+
export declare const PlusIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const PlusIcon: import("react").ForwardRefExoticComponent<Omit<{
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const ProductsIcons: import(
|
2
|
+
export declare const ProductsIcons: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const ProductsIcons: import("react").ForwardRefExoticComponent<Om
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const RemoveIcon: import(
|
2
|
+
export declare const RemoveIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const RemoveIcon: import("react").ForwardRefExoticComponent<Omit<
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { RecipeVariants } from
|
1
|
+
import { RecipeVariants } from '@vanilla-extract/recipes';
|
2
|
+
|
2
3
|
export declare const variants: {
|
3
4
|
readonly size: {
|
4
5
|
readonly small: {
|
@@ -16,7 +17,7 @@ export declare const variants: {
|
|
16
17
|
readonly fill: {};
|
17
18
|
};
|
18
19
|
};
|
19
|
-
export declare const svgWrapper: import(
|
20
|
+
export declare const svgWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
|
20
21
|
readonly size: {
|
21
22
|
readonly small: {
|
22
23
|
readonly width: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
@@ -1,13 +1,14 @@
|
|
1
|
-
import {
|
1
|
+
import { SVGWrapperVariants } from './SVGWrapper.css';
|
2
2
|
import { Sprinkles } from '../../../theme';
|
3
|
-
import {
|
3
|
+
import { ReactNode } from 'react';
|
4
|
+
|
4
5
|
export type SVGWrapperProps = SVGWrapperVariants & {
|
5
6
|
className?: string;
|
6
7
|
viewBox?: string;
|
7
8
|
children: ReactNode;
|
8
9
|
color?: Sprinkles["color"];
|
9
10
|
};
|
10
|
-
export declare const SVGWrapper: import(
|
11
|
+
export declare const SVGWrapper: import('react').ForwardRefExoticComponent<{
|
11
12
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
12
13
|
} & {
|
13
14
|
className?: string | undefined;
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import { ReactNode } from
|
2
|
-
|
1
|
+
import { ReactNode } from 'react';
|
2
|
+
|
3
|
+
export declare const createSVGWrapper: (node: ReactNode, viewBox?: string) => import('react').ForwardRefExoticComponent<Omit<{
|
3
4
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
5
|
} & {
|
5
6
|
className?: string | undefined;
|
@@ -14,5 +15,9 @@ export declare const createSVGWrapper: (node: ReactNode, viewBox?: string) => im
|
|
14
15
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
16
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
17
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
21
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
22
|
} | undefined;
|
18
23
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
1
|
+
export * from './SVGWrapper';
|
2
|
+
export * from './createSVGWrapper';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const SearchIcon: import(
|
2
|
+
export declare const SearchIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const SearchIcon: import("react").ForwardRefExoticComponent<Omit<
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const SellsIcon: import(
|
2
|
+
export declare const SellsIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const SellsIcon: import("react").ForwardRefExoticComponent<Omit<{
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const StorefrontIcon: import(
|
2
|
+
export declare const StorefrontIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const StorefrontIcon: import("react").ForwardRefExoticComponent<O
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const TableEditIcon: import(
|
2
|
+
export declare const TableEditIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const TableEditIcon: import("react").ForwardRefExoticComponent<Om
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const TranslationsIcon: import(
|
2
|
+
export declare const TranslationsIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const TranslationsIcon: import("react").ForwardRefExoticComponent
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const TrashBinIcon: import(
|
2
|
+
export declare const TrashBinIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const TrashBinIcon: import("react").ForwardRefExoticComponent<Omi
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const ViewListIcon: import(
|
2
|
+
export declare const ViewListIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const ViewListIcon: import("react").ForwardRefExoticComponent<Omi
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const ViewTableIcon: import(
|
2
|
+
export declare const ViewTableIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const ViewTableIcon: import("react").ForwardRefExoticComponent<Om
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const ViewTilesIcon: import(
|
2
|
+
export declare const ViewTilesIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const ViewTilesIcon: import("react").ForwardRefExoticComponent<Om
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const ViewWideTilesIcon: import(
|
2
|
+
export declare const ViewWideTilesIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const ViewWideTilesIcon: import("react").ForwardRefExoticComponen
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const VouchersIcon: import(
|
2
|
+
export declare const VouchersIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const VouchersIcon: import("react").ForwardRefExoticComponent<Omi
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const WarningIcon: import(
|
2
|
+
export declare const WarningIcon: import('react').ForwardRefExoticComponent<Omit<{
|
3
3
|
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
4
4
|
} & {
|
5
5
|
className?: string | undefined;
|
@@ -14,5 +14,9 @@ export declare const WarningIcon: import("react").ForwardRefExoticComponent<Omit
|
|
14
14
|
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
15
15
|
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
16
16
|
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
|
+
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
18
|
+
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
19
|
+
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
20
|
+
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
17
21
|
} | undefined;
|
18
22
|
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
@@ -1,49 +1,49 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
4
|
-
export * from
|
5
|
-
export * from
|
6
|
-
export * from
|
7
|
-
export * from
|
8
|
-
export * from
|
9
|
-
export * from
|
10
|
-
export * from
|
11
|
-
export * from
|
12
|
-
export * from
|
13
|
-
export * from
|
14
|
-
export * from
|
15
|
-
export * from
|
16
|
-
export * from
|
17
|
-
export * from
|
18
|
-
export * from
|
19
|
-
export * from
|
20
|
-
export * from
|
21
|
-
export * from
|
22
|
-
export * from
|
23
|
-
export * from
|
24
|
-
export * from
|
25
|
-
export * from
|
26
|
-
export * from
|
27
|
-
export * from
|
28
|
-
export * from
|
29
|
-
export * from
|
30
|
-
export * from
|
31
|
-
export * from
|
32
|
-
export * from
|
33
|
-
export * from
|
34
|
-
export * from
|
35
|
-
export * from
|
36
|
-
export * from
|
37
|
-
export * from
|
38
|
-
export * from
|
39
|
-
export * from
|
40
|
-
export * from
|
41
|
-
export * from
|
42
|
-
export * from
|
43
|
-
export * from
|
44
|
-
export * from
|
45
|
-
export * from
|
46
|
-
export * from
|
47
|
-
export * from
|
48
|
-
export * from
|
49
|
-
export * from
|
1
|
+
export * from './ArrowDownIcon';
|
2
|
+
export * from './ArrowLeftIcon';
|
3
|
+
export * from './ArrowRightIcon';
|
4
|
+
export * from './ArrowUpIcon';
|
5
|
+
export * from './CatalogIcon';
|
6
|
+
export * from './CheckboxIcon';
|
7
|
+
export * from './ChervonDoubleIcon';
|
8
|
+
export * from './ChervonDownIcon';
|
9
|
+
export * from './ChervonUpIcon';
|
10
|
+
export * from './ChevronLeftIcon';
|
11
|
+
export * from './ChevronRightIcon';
|
12
|
+
export * from './CloseIcon';
|
13
|
+
export * from './ConfigurationIcon';
|
14
|
+
export * from './CopyIcon';
|
15
|
+
export * from './CustomersIcon';
|
16
|
+
export * from './DarkModeIcon';
|
17
|
+
export * from './EditIcon';
|
18
|
+
export * from './EnvironmentIcon';
|
19
|
+
export * from './ExportIcon';
|
20
|
+
export * from './ExternalLinkIcon';
|
21
|
+
export * from './FileExportIcon';
|
22
|
+
export * from './FloppyDiscIcon';
|
23
|
+
export * from './FullscreenOffIcon';
|
24
|
+
export * from './FullscreenOnIcon';
|
25
|
+
export * from './GenericAppIcon';
|
26
|
+
export * from './GripIcon';
|
27
|
+
export * from './HomeIcon';
|
28
|
+
export * from './InfoIcon';
|
29
|
+
export * from './LightModeIcon';
|
30
|
+
export * from './MailIcon';
|
31
|
+
export * from './MarketplaceIcon';
|
32
|
+
export * from './MenuIcon';
|
33
|
+
export * from './MoreOptionsIcon';
|
34
|
+
export * from './OrdersIcon';
|
35
|
+
export * from './PlusIcon';
|
36
|
+
export * from './ProductsIcons';
|
37
|
+
export * from './RemoveIcon';
|
38
|
+
export * from './SearchIcon';
|
39
|
+
export * from './SellsIcon';
|
40
|
+
export * from './StorefrontIcon';
|
41
|
+
export * from './TableEditIcon';
|
42
|
+
export * from './TranslationsIcon';
|
43
|
+
export * from './TrashBinIcon';
|
44
|
+
export * from './ViewListIcon';
|
45
|
+
export * from './ViewTableIcon';
|
46
|
+
export * from './ViewTilesIcon';
|
47
|
+
export * from './ViewWideTilesIcon';
|
48
|
+
export * from './VouchersIcon';
|
49
|
+
export * from './WarningIcon';
|