@saleor/macaw-ui 1.4.1 → 2.0.0
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 +1 -1
- package/dist/components/Accordion/Accordion.stories.d.ts +1 -1
- package/dist/components/Avatar/Avatar.stories.d.ts +5 -5
- package/dist/components/Avatar/index.d.ts +8 -8
- package/dist/components/Backdrop/Backdrop.d.ts +4 -4
- package/dist/components/Backdrop/Backdrop.stories.d.ts +1 -1
- package/dist/components/BaseSelect/BaseSelect.css.d.ts +3 -3
- package/dist/components/Box/Box.d.ts +4 -4
- package/dist/components/Button/Button.d.ts +4 -4
- package/dist/components/Button/Button.stories.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +4 -4
- package/dist/components/Checkbox/Checkbox.stories.d.ts +1 -1
- package/dist/components/Chip/Chip.d.ts +4 -4
- package/dist/components/Chip/Chip.stories.d.ts +1 -1
- package/dist/components/Combobox/Dynamic/DynamicCombobox.d.ts +8 -8
- package/dist/components/Combobox/Dynamic/DynamicCombobox.stories.d.ts +1 -1
- package/dist/components/Combobox/Static/Combobox.d.ts +8 -8
- package/dist/components/Combobox/Static/StaticCombobox.stories.d.ts +1 -1
- package/dist/components/Divider/Divider.d.ts +4 -4
- package/dist/components/Divider/Divider.stories.d.ts +1 -1
- package/dist/components/Drawer/Drawer.stories.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.stories.d.ts +1 -1
- package/dist/components/DropdownButton/DropdownButton.d.ts +4 -4
- package/dist/components/DropdownButton/DropdownButton.stories.d.ts +1 -1
- package/dist/components/Icons/SVGWrapper/SVGWrapper.css.d.ts +12 -12
- package/dist/components/Input/Input.d.ts +4 -4
- package/dist/components/Input/Input.stories.d.ts +1 -1
- package/dist/components/List/Item.d.ts +4 -4
- package/dist/components/List/List.d.ts +4 -4
- package/dist/components/List/List.stories.d.ts +1 -1
- package/dist/components/List/index.d.ts +8 -8
- package/dist/components/Modal/Modal.stories.d.ts +1 -1
- package/dist/components/Multiselect/Common/Adornment.d.ts +1 -1
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.d.ts +8 -8
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.stories.d.ts +1 -1
- package/dist/components/Multiselect/Static/Multiselect.d.ts +12 -12
- package/dist/components/Multiselect/Static/Multiselect.stories.d.ts +1 -1
- package/dist/components/Paragraph/Paragraph.d.ts +4 -4
- package/dist/components/Paragraph/Paragraph.stories.d.ts +1 -1
- package/dist/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/components/RadioGroup/Group.d.ts +4 -4
- package/dist/components/RadioGroup/Item.css.d.ts +18 -18
- package/dist/components/RadioGroup/Item.d.ts +4 -4
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +1 -1
- package/dist/components/RadioGroup/index.d.ts +8 -8
- package/dist/components/RangeInput/RangeInput.d.ts +4 -4
- package/dist/components/RangeInput/RangeInput.stories.d.ts +1 -1
- package/dist/components/SearchInput/SearchInput.d.ts +4 -4
- package/dist/components/SearchInput/SearchInput.stories.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +8 -8
- package/dist/components/Select/Select.stories.d.ts +1 -1
- package/dist/components/Skeleton/Skeleton.stories.d.ts +1 -1
- package/dist/components/Spinner/Spinner.stories.d.ts +1 -1
- package/dist/components/Switch/Switch.d.ts +4 -4
- package/dist/components/Switch/Switch.stories.d.ts +1 -1
- package/dist/components/Switch/index.d.ts +4 -4
- package/dist/components/Text/Text.d.ts +4 -4
- package/dist/components/Text/Text.stories.d.ts +1 -1
- package/dist/components/Textarea/Textarea.d.ts +4 -4
- package/dist/components/Textarea/Textarea.stories.d.ts +1 -1
- package/dist/components/Toggle/Toggle.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/index.js +54 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4294 -4956
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/theme/contract.css.d.ts +142 -142
- package/dist/theme/sprinkles.css.d.ts +5 -5
- package/dist/utils/iconSize.d.ts +6 -0
- package/dist/utils/index.d.ts +1 -0
- package/package.json +19 -26
- package/dist/components/Icons/ArrowDownIcon.d.ts +0 -27
- package/dist/components/Icons/ArrowLeftIcon.d.ts +0 -27
- package/dist/components/Icons/ArrowRightIcon.d.ts +0 -27
- package/dist/components/Icons/ArrowUpIcon.d.ts +0 -27
- package/dist/components/Icons/CatalogIcon.d.ts +0 -27
- package/dist/components/Icons/CheckboxIcon.d.ts +0 -27
- package/dist/components/Icons/ChervonDoubleIcon.d.ts +0 -27
- package/dist/components/Icons/ChervonDownIcon.d.ts +0 -27
- package/dist/components/Icons/ChervonUpIcon.d.ts +0 -27
- package/dist/components/Icons/ChevronLeftIcon.d.ts +0 -27
- package/dist/components/Icons/ChevronRightIcon.d.ts +0 -27
- package/dist/components/Icons/CloseIcon.d.ts +0 -27
- package/dist/components/Icons/ConfigurationIcon.d.ts +0 -27
- package/dist/components/Icons/CopyIcon.d.ts +0 -27
- package/dist/components/Icons/CustomersIcon.d.ts +0 -27
- package/dist/components/Icons/DarkModeIcon.d.ts +0 -27
- package/dist/components/Icons/DashboardIcon.d.ts +0 -27
- package/dist/components/Icons/EditIcon.d.ts +0 -27
- package/dist/components/Icons/EnvironmentIcon.d.ts +0 -27
- package/dist/components/Icons/ExportIcon.d.ts +0 -27
- package/dist/components/Icons/ExternalLinkIcon.d.ts +0 -27
- package/dist/components/Icons/FileExportIcon.d.ts +0 -27
- package/dist/components/Icons/FloppyDiscIcon.d.ts +0 -27
- package/dist/components/Icons/FullscreenOffIcon.d.ts +0 -27
- package/dist/components/Icons/FullscreenOnIcon.d.ts +0 -27
- package/dist/components/Icons/GenericAppIcon.d.ts +0 -27
- package/dist/components/Icons/GraphQLIcon.d.ts +0 -27
- package/dist/components/Icons/GripIcon.d.ts +0 -27
- package/dist/components/Icons/HelpIcon.d.ts +0 -27
- package/dist/components/Icons/HomeIcon.d.ts +0 -27
- package/dist/components/Icons/InfoIcon.d.ts +0 -27
- package/dist/components/Icons/LightModeIcon.d.ts +0 -27
- package/dist/components/Icons/MailIcon.d.ts +0 -27
- package/dist/components/Icons/MarketplaceIcon.d.ts +0 -27
- package/dist/components/Icons/MenuIcon.d.ts +0 -27
- package/dist/components/Icons/MoreOptionsIcon.d.ts +0 -27
- package/dist/components/Icons/OrdersIcon.d.ts +0 -27
- package/dist/components/Icons/PlusIcon.d.ts +0 -27
- package/dist/components/Icons/ProductsIcons.d.ts +0 -27
- package/dist/components/Icons/RemoveIcon.d.ts +0 -27
- package/dist/components/Icons/SearchIcon.d.ts +0 -27
- package/dist/components/Icons/SellsIcon.d.ts +0 -27
- package/dist/components/Icons/StorefrontIcon.d.ts +0 -27
- package/dist/components/Icons/TableEditIcon.d.ts +0 -27
- package/dist/components/Icons/TranslationsIcon.d.ts +0 -27
- package/dist/components/Icons/TrashBinIcon.d.ts +0 -27
- package/dist/components/Icons/ViewListIcon.d.ts +0 -27
- package/dist/components/Icons/ViewTableIcon.d.ts +0 -27
- package/dist/components/Icons/ViewTilesIcon.d.ts +0 -27
- package/dist/components/Icons/ViewWideTilesIcon.d.ts +0 -27
- package/dist/components/Icons/VouchersIcon.d.ts +0 -27
- package/dist/components/Icons/WarningIcon.d.ts +0 -27
- package/dist/components/Icons/index.d.ts +0 -52
|
@@ -1,168 +1,168 @@
|
|
|
1
1
|
export declare const vars: {
|
|
2
2
|
spacing: {
|
|
3
|
-
0: `var(--${string})
|
|
4
|
-
px: `var(--${string})
|
|
5
|
-
0.5: `var(--${string})
|
|
6
|
-
1: `var(--${string})
|
|
7
|
-
1.5: `var(--${string})
|
|
8
|
-
2: `var(--${string})
|
|
9
|
-
2.5: `var(--${string})
|
|
10
|
-
3: `var(--${string})
|
|
11
|
-
3.5: `var(--${string})
|
|
12
|
-
4: `var(--${string})
|
|
13
|
-
5: `var(--${string})
|
|
14
|
-
6: `var(--${string})
|
|
15
|
-
7: `var(--${string})
|
|
16
|
-
8: `var(--${string})
|
|
17
|
-
9: `var(--${string})
|
|
18
|
-
10: `var(--${string})
|
|
19
|
-
11: `var(--${string})
|
|
20
|
-
12: `var(--${string})
|
|
21
|
-
14: `var(--${string})
|
|
22
|
-
16: `var(--${string})
|
|
23
|
-
20: `var(--${string})
|
|
24
|
-
24: `var(--${string})
|
|
25
|
-
28: `var(--${string})
|
|
26
|
-
32: `var(--${string})
|
|
27
|
-
36: `var(--${string})
|
|
28
|
-
40: `var(--${string})
|
|
29
|
-
44: `var(--${string})
|
|
30
|
-
48: `var(--${string})
|
|
31
|
-
52: `var(--${string})
|
|
3
|
+
0: `var(--${string})`;
|
|
4
|
+
px: `var(--${string})`;
|
|
5
|
+
0.5: `var(--${string})`;
|
|
6
|
+
1: `var(--${string})`;
|
|
7
|
+
1.5: `var(--${string})`;
|
|
8
|
+
2: `var(--${string})`;
|
|
9
|
+
2.5: `var(--${string})`;
|
|
10
|
+
3: `var(--${string})`;
|
|
11
|
+
3.5: `var(--${string})`;
|
|
12
|
+
4: `var(--${string})`;
|
|
13
|
+
5: `var(--${string})`;
|
|
14
|
+
6: `var(--${string})`;
|
|
15
|
+
7: `var(--${string})`;
|
|
16
|
+
8: `var(--${string})`;
|
|
17
|
+
9: `var(--${string})`;
|
|
18
|
+
10: `var(--${string})`;
|
|
19
|
+
11: `var(--${string})`;
|
|
20
|
+
12: `var(--${string})`;
|
|
21
|
+
14: `var(--${string})`;
|
|
22
|
+
16: `var(--${string})`;
|
|
23
|
+
20: `var(--${string})`;
|
|
24
|
+
24: `var(--${string})`;
|
|
25
|
+
28: `var(--${string})`;
|
|
26
|
+
32: `var(--${string})`;
|
|
27
|
+
36: `var(--${string})`;
|
|
28
|
+
40: `var(--${string})`;
|
|
29
|
+
44: `var(--${string})`;
|
|
30
|
+
48: `var(--${string})`;
|
|
31
|
+
52: `var(--${string})`;
|
|
32
32
|
};
|
|
33
33
|
colors: {
|
|
34
34
|
background: {
|
|
35
|
-
accent1: `var(--${string})
|
|
36
|
-
accent1Hovered: `var(--${string})
|
|
37
|
-
accent1Focused: `var(--${string})
|
|
38
|
-
accent1Pressed: `var(--${string})
|
|
39
|
-
buttonCriticalDisabled: `var(--${string})
|
|
40
|
-
buttonCriticalPrimary: `var(--${string})
|
|
41
|
-
buttonCriticalPrimaryFocused: `var(--${string})
|
|
42
|
-
buttonCriticalPrimaryHovered: `var(--${string})
|
|
43
|
-
buttonCriticalPrimaryPressed: `var(--${string})
|
|
44
|
-
buttonDefaultDisabled: `var(--${string})
|
|
45
|
-
buttonDefaultPrimary: `var(--${string})
|
|
46
|
-
buttonDefaultPrimaryFocused: `var(--${string})
|
|
47
|
-
buttonDefaultPrimaryHovered: `var(--${string})
|
|
48
|
-
buttonDefaultPrimaryPressed: `var(--${string})
|
|
49
|
-
buttonDefaultSecondary: `var(--${string})
|
|
50
|
-
buttonDefaultSecondaryFocused: `var(--${string})
|
|
51
|
-
buttonDefaultSecondaryHovered: `var(--${string})
|
|
52
|
-
buttonDefaultSecondaryPressed: `var(--${string})
|
|
53
|
-
buttonDefaultTertiary: `var(--${string})
|
|
54
|
-
buttonDefaultTertiaryFocused: `var(--${string})
|
|
55
|
-
buttonDefaultTertiaryHovered: `var(--${string})
|
|
56
|
-
buttonDefaultTertiaryPressed: `var(--${string})
|
|
57
|
-
critical1: `var(--${string})
|
|
58
|
-
critical1Focused: `var(--${string})
|
|
59
|
-
critical1Hovered: `var(--${string})
|
|
60
|
-
critical1Pressed: `var(--${string})
|
|
61
|
-
critical2: `var(--${string})
|
|
62
|
-
default1: `var(--${string})
|
|
63
|
-
default1Focused: `var(--${string})
|
|
64
|
-
default1Hovered: `var(--${string})
|
|
65
|
-
default1Pressed: `var(--${string})
|
|
66
|
-
default2: `var(--${string})
|
|
67
|
-
default3: `var(--${string})
|
|
68
|
-
defaultDisabled: `var(--${string})
|
|
69
|
-
info1: `var(--${string})
|
|
70
|
-
success1: `var(--${string})
|
|
71
|
-
warning1: `var(--${string})
|
|
35
|
+
accent1: `var(--${string})`;
|
|
36
|
+
accent1Hovered: `var(--${string})`;
|
|
37
|
+
accent1Focused: `var(--${string})`;
|
|
38
|
+
accent1Pressed: `var(--${string})`;
|
|
39
|
+
buttonCriticalDisabled: `var(--${string})`;
|
|
40
|
+
buttonCriticalPrimary: `var(--${string})`;
|
|
41
|
+
buttonCriticalPrimaryFocused: `var(--${string})`;
|
|
42
|
+
buttonCriticalPrimaryHovered: `var(--${string})`;
|
|
43
|
+
buttonCriticalPrimaryPressed: `var(--${string})`;
|
|
44
|
+
buttonDefaultDisabled: `var(--${string})`;
|
|
45
|
+
buttonDefaultPrimary: `var(--${string})`;
|
|
46
|
+
buttonDefaultPrimaryFocused: `var(--${string})`;
|
|
47
|
+
buttonDefaultPrimaryHovered: `var(--${string})`;
|
|
48
|
+
buttonDefaultPrimaryPressed: `var(--${string})`;
|
|
49
|
+
buttonDefaultSecondary: `var(--${string})`;
|
|
50
|
+
buttonDefaultSecondaryFocused: `var(--${string})`;
|
|
51
|
+
buttonDefaultSecondaryHovered: `var(--${string})`;
|
|
52
|
+
buttonDefaultSecondaryPressed: `var(--${string})`;
|
|
53
|
+
buttonDefaultTertiary: `var(--${string})`;
|
|
54
|
+
buttonDefaultTertiaryFocused: `var(--${string})`;
|
|
55
|
+
buttonDefaultTertiaryHovered: `var(--${string})`;
|
|
56
|
+
buttonDefaultTertiaryPressed: `var(--${string})`;
|
|
57
|
+
critical1: `var(--${string})`;
|
|
58
|
+
critical1Focused: `var(--${string})`;
|
|
59
|
+
critical1Hovered: `var(--${string})`;
|
|
60
|
+
critical1Pressed: `var(--${string})`;
|
|
61
|
+
critical2: `var(--${string})`;
|
|
62
|
+
default1: `var(--${string})`;
|
|
63
|
+
default1Focused: `var(--${string})`;
|
|
64
|
+
default1Hovered: `var(--${string})`;
|
|
65
|
+
default1Pressed: `var(--${string})`;
|
|
66
|
+
default2: `var(--${string})`;
|
|
67
|
+
default3: `var(--${string})`;
|
|
68
|
+
defaultDisabled: `var(--${string})`;
|
|
69
|
+
info1: `var(--${string})`;
|
|
70
|
+
success1: `var(--${string})`;
|
|
71
|
+
warning1: `var(--${string})`;
|
|
72
72
|
};
|
|
73
73
|
text: {
|
|
74
|
-
accent1: `var(--${string})
|
|
75
|
-
buttonCriticalDisabled: `var(--${string})
|
|
76
|
-
buttonCriticalPrimary: `var(--${string})
|
|
77
|
-
buttonDefaultPrimary: `var(--${string})
|
|
78
|
-
buttonDefaultSecondary: `var(--${string})
|
|
79
|
-
buttonDefaultTertiary: `var(--${string})
|
|
80
|
-
critical1: `var(--${string})
|
|
81
|
-
critical2: `var(--${string})
|
|
82
|
-
default1: `var(--${string})
|
|
83
|
-
default2: `var(--${string})
|
|
84
|
-
defaultDisabled: `var(--${string})
|
|
85
|
-
info1: `var(--${string})
|
|
86
|
-
success1: `var(--${string})
|
|
87
|
-
warning1: `var(--${string})
|
|
74
|
+
accent1: `var(--${string})`;
|
|
75
|
+
buttonCriticalDisabled: `var(--${string})`;
|
|
76
|
+
buttonCriticalPrimary: `var(--${string})`;
|
|
77
|
+
buttonDefaultPrimary: `var(--${string})`;
|
|
78
|
+
buttonDefaultSecondary: `var(--${string})`;
|
|
79
|
+
buttonDefaultTertiary: `var(--${string})`;
|
|
80
|
+
critical1: `var(--${string})`;
|
|
81
|
+
critical2: `var(--${string})`;
|
|
82
|
+
default1: `var(--${string})`;
|
|
83
|
+
default2: `var(--${string})`;
|
|
84
|
+
defaultDisabled: `var(--${string})`;
|
|
85
|
+
info1: `var(--${string})`;
|
|
86
|
+
success1: `var(--${string})`;
|
|
87
|
+
warning1: `var(--${string})`;
|
|
88
88
|
};
|
|
89
89
|
border: {
|
|
90
|
-
accent1: `var(--${string})
|
|
91
|
-
critical1: `var(--${string})
|
|
92
|
-
default1: `var(--${string})
|
|
93
|
-
default1Focused: `var(--${string})
|
|
94
|
-
default1Hovered: `var(--${string})
|
|
95
|
-
default2: `var(--${string})
|
|
96
|
-
defaultDisabled: `var(--${string})
|
|
97
|
-
info1: `var(--${string})
|
|
98
|
-
success1: `var(--${string})
|
|
99
|
-
warning1: `var(--${string})
|
|
90
|
+
accent1: `var(--${string})`;
|
|
91
|
+
critical1: `var(--${string})`;
|
|
92
|
+
default1: `var(--${string})`;
|
|
93
|
+
default1Focused: `var(--${string})`;
|
|
94
|
+
default1Hovered: `var(--${string})`;
|
|
95
|
+
default2: `var(--${string})`;
|
|
96
|
+
defaultDisabled: `var(--${string})`;
|
|
97
|
+
info1: `var(--${string})`;
|
|
98
|
+
success1: `var(--${string})`;
|
|
99
|
+
warning1: `var(--${string})`;
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
102
|
fontSize: {
|
|
103
|
-
1: `var(--${string})
|
|
104
|
-
2: `var(--${string})
|
|
105
|
-
3: `var(--${string})
|
|
106
|
-
4: `var(--${string})
|
|
107
|
-
5: `var(--${string})
|
|
108
|
-
6: `var(--${string})
|
|
109
|
-
7: `var(--${string})
|
|
110
|
-
8: `var(--${string})
|
|
111
|
-
9: `var(--${string})
|
|
112
|
-
10: `var(--${string})
|
|
113
|
-
11: `var(--${string})
|
|
103
|
+
1: `var(--${string})`;
|
|
104
|
+
2: `var(--${string})`;
|
|
105
|
+
3: `var(--${string})`;
|
|
106
|
+
4: `var(--${string})`;
|
|
107
|
+
5: `var(--${string})`;
|
|
108
|
+
6: `var(--${string})`;
|
|
109
|
+
7: `var(--${string})`;
|
|
110
|
+
8: `var(--${string})`;
|
|
111
|
+
9: `var(--${string})`;
|
|
112
|
+
10: `var(--${string})`;
|
|
113
|
+
11: `var(--${string})`;
|
|
114
114
|
};
|
|
115
115
|
borderRadius: {
|
|
116
|
-
1: `var(--${string})
|
|
117
|
-
2: `var(--${string})
|
|
118
|
-
3: `var(--${string})
|
|
119
|
-
4: `var(--${string})
|
|
120
|
-
5: `var(--${string})
|
|
121
|
-
6: `var(--${string})
|
|
122
|
-
7: `var(--${string})
|
|
123
|
-
8: `var(--${string})
|
|
124
|
-
9: `var(--${string})
|
|
116
|
+
1: `var(--${string})`;
|
|
117
|
+
2: `var(--${string})`;
|
|
118
|
+
3: `var(--${string})`;
|
|
119
|
+
4: `var(--${string})`;
|
|
120
|
+
5: `var(--${string})`;
|
|
121
|
+
6: `var(--${string})`;
|
|
122
|
+
7: `var(--${string})`;
|
|
123
|
+
8: `var(--${string})`;
|
|
124
|
+
9: `var(--${string})`;
|
|
125
125
|
};
|
|
126
126
|
lineHeight: {
|
|
127
|
-
1: `var(--${string})
|
|
128
|
-
2: `var(--${string})
|
|
129
|
-
3: `var(--${string})
|
|
130
|
-
4: `var(--${string})
|
|
131
|
-
5: `var(--${string})
|
|
132
|
-
6: `var(--${string})
|
|
133
|
-
7: `var(--${string})
|
|
134
|
-
8: `var(--${string})
|
|
135
|
-
9: `var(--${string})
|
|
136
|
-
10: `var(--${string})
|
|
137
|
-
11: `var(--${string})
|
|
127
|
+
1: `var(--${string})`;
|
|
128
|
+
2: `var(--${string})`;
|
|
129
|
+
3: `var(--${string})`;
|
|
130
|
+
4: `var(--${string})`;
|
|
131
|
+
5: `var(--${string})`;
|
|
132
|
+
6: `var(--${string})`;
|
|
133
|
+
7: `var(--${string})`;
|
|
134
|
+
8: `var(--${string})`;
|
|
135
|
+
9: `var(--${string})`;
|
|
136
|
+
10: `var(--${string})`;
|
|
137
|
+
11: `var(--${string})`;
|
|
138
138
|
};
|
|
139
139
|
fontWeight: {
|
|
140
|
-
light: `var(--${string})
|
|
141
|
-
regular: `var(--${string})
|
|
142
|
-
medium: `var(--${string})
|
|
143
|
-
bold: `var(--${string})
|
|
140
|
+
light: `var(--${string})`;
|
|
141
|
+
regular: `var(--${string})`;
|
|
142
|
+
medium: `var(--${string})`;
|
|
143
|
+
bold: `var(--${string})`;
|
|
144
144
|
};
|
|
145
145
|
letterSpacing: {
|
|
146
|
-
1: `var(--${string})
|
|
147
|
-
2: `var(--${string})
|
|
148
|
-
3: `var(--${string})
|
|
149
|
-
4: `var(--${string})
|
|
150
|
-
5: `var(--${string})
|
|
151
|
-
6: `var(--${string})
|
|
152
|
-
7: `var(--${string})
|
|
153
|
-
8: `var(--${string})
|
|
154
|
-
9: `var(--${string})
|
|
155
|
-
10: `var(--${string})
|
|
156
|
-
11: `var(--${string})
|
|
146
|
+
1: `var(--${string})`;
|
|
147
|
+
2: `var(--${string})`;
|
|
148
|
+
3: `var(--${string})`;
|
|
149
|
+
4: `var(--${string})`;
|
|
150
|
+
5: `var(--${string})`;
|
|
151
|
+
6: `var(--${string})`;
|
|
152
|
+
7: `var(--${string})`;
|
|
153
|
+
8: `var(--${string})`;
|
|
154
|
+
9: `var(--${string})`;
|
|
155
|
+
10: `var(--${string})`;
|
|
156
|
+
11: `var(--${string})`;
|
|
157
157
|
};
|
|
158
158
|
boxShadow: {
|
|
159
|
-
defaultFocused: `var(--${string})
|
|
160
|
-
defaultHovered: `var(--${string})
|
|
161
|
-
defaultOverlay: `var(--${string})
|
|
162
|
-
defaultModal: `var(--${string})
|
|
159
|
+
defaultFocused: `var(--${string})`;
|
|
160
|
+
defaultHovered: `var(--${string})`;
|
|
161
|
+
defaultOverlay: `var(--${string})`;
|
|
162
|
+
defaultModal: `var(--${string})`;
|
|
163
163
|
};
|
|
164
164
|
borderWidth: {
|
|
165
|
-
0: `var(--${string})
|
|
166
|
-
1: `var(--${string})
|
|
165
|
+
0: `var(--${string})`;
|
|
166
|
+
1: `var(--${string})`;
|
|
167
167
|
};
|
|
168
168
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const sprinkles: ((props: {
|
|
2
|
-
display?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | {
|
|
3
|
-
mobile?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
|
|
4
|
-
tablet?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
|
|
5
|
-
desktop?: "none" | "flex" | "grid" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
|
|
2
|
+
display?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | {
|
|
3
|
+
mobile?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
|
|
4
|
+
tablet?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
|
|
5
|
+
desktop?: "none" | "flex" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | undefined;
|
|
6
6
|
} | undefined;
|
|
7
7
|
flexDirection?: "column" | "row" | {
|
|
8
8
|
mobile?: "column" | "row" | undefined;
|
|
@@ -784,6 +784,6 @@ export declare const sprinkles: ((props: {
|
|
|
784
784
|
evenChild?: "none" | undefined;
|
|
785
785
|
} | undefined;
|
|
786
786
|
}) => string) & {
|
|
787
|
-
properties: Set<"fontSize" | "borderRadius" | "lineHeight" | "fontWeight" | "letterSpacing" | "boxShadow" | "borderWidth" | "alignItems" | "alignSelf" | "aspectRatio" | "backgroundColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderLeftStyle" | "borderLeftWidth" | "borderRightStyle" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "columnGap" | "cursor" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontStyle" | "gridAutoFlow" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifySelf" | "left" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectFit" | "opacity" | "order" | "outlineStyle" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "transform" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "zIndex" | "borderColor" | "borderStyle" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "inset" | "margin" | "overflow" | "padding" | "placeItems" | "textDecoration" | "transition" | "
|
|
787
|
+
properties: Set<"fontSize" | "borderRadius" | "lineHeight" | "fontWeight" | "letterSpacing" | "boxShadow" | "borderWidth" | "alignItems" | "alignSelf" | "aspectRatio" | "backgroundColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderLeftStyle" | "borderLeftWidth" | "borderRightStyle" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "columnGap" | "cursor" | "display" | "fill" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontStyle" | "gridAutoFlow" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifySelf" | "left" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectFit" | "opacity" | "order" | "outlineStyle" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "right" | "rowGap" | "stroke" | "textAlign" | "textOverflow" | "textTransform" | "top" | "transform" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "zIndex" | "borderColor" | "borderStyle" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "inset" | "margin" | "overflow" | "padding" | "placeItems" | "textDecoration" | "transition" | "paddingX" | "paddingY" | "marginX" | "marginY" | "borderXWidth" | "borderYWidth" | "borderXStyle" | "borderYStyle">;
|
|
788
788
|
};
|
|
789
789
|
export type Sprinkles = Parameters<typeof sprinkles>[0];
|
package/dist/utils/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "2.0.0",
|
|
3
3
|
"license": "CC-BY-4.0",
|
|
4
4
|
"homepage": "https://macaw-ui.vercel.app/",
|
|
5
5
|
"repository": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"ui components"
|
|
34
34
|
],
|
|
35
35
|
"engines": {
|
|
36
|
-
"node": "20 || 22",
|
|
36
|
+
"node": "20 || 22 || 24",
|
|
37
37
|
"pnpm": "10"
|
|
38
38
|
},
|
|
39
39
|
"name": "@saleor/macaw-ui",
|
|
@@ -41,17 +41,15 @@
|
|
|
41
41
|
"author": "Saleor Commerce",
|
|
42
42
|
"private": false,
|
|
43
43
|
"publishConfig": {
|
|
44
|
-
"access": "public"
|
|
44
|
+
"access": "public",
|
|
45
|
+
"provenance": true
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
48
|
"@changesets/changelog-git": "^0.2.0",
|
|
48
49
|
"@changesets/cli": "^2.27.1",
|
|
49
|
-
"@storybook/addon-
|
|
50
|
-
"@storybook/
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@storybook/addon-links": "^8.0.5",
|
|
53
|
-
"@storybook/react": "^8.0.5",
|
|
54
|
-
"@storybook/react-vite": "^8.0.5",
|
|
50
|
+
"@storybook/addon-docs": "^10.2.15",
|
|
51
|
+
"@storybook/react": "^10.2.15",
|
|
52
|
+
"@storybook/react-vite": "^10.2.15",
|
|
55
53
|
"@testing-library/jest-dom": "^5.17.0",
|
|
56
54
|
"@testing-library/react": "^14.0.0",
|
|
57
55
|
"@types/react": "^18.0.0",
|
|
@@ -59,19 +57,19 @@
|
|
|
59
57
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
60
58
|
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
61
59
|
"@typescript-eslint/parser": "^6.7.5",
|
|
62
|
-
"@vanilla-extract/css": "^1.
|
|
63
|
-
"@vanilla-extract/dynamic": "^2.
|
|
64
|
-
"@vanilla-extract/sprinkles": "^1.6.
|
|
65
|
-
"@vanilla-extract/vite-plugin": "^3.9.
|
|
60
|
+
"@vanilla-extract/css": "^1.17.5",
|
|
61
|
+
"@vanilla-extract/dynamic": "^2.1.5",
|
|
62
|
+
"@vanilla-extract/sprinkles": "^1.6.5",
|
|
63
|
+
"@vanilla-extract/vite-plugin": "^3.9.5",
|
|
66
64
|
"@vitejs/plugin-react": "^4.0.4",
|
|
67
65
|
"chromatic": "^11.3.0",
|
|
68
|
-
"eslint": "^8.
|
|
66
|
+
"eslint": "^8.57.0",
|
|
69
67
|
"eslint-config-prettier": "^9.0.0",
|
|
70
68
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
71
69
|
"eslint-plugin-import": "^2.28.0",
|
|
72
70
|
"eslint-plugin-react": "^7.37.5",
|
|
73
71
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
74
|
-
"eslint-plugin-storybook": "^
|
|
72
|
+
"eslint-plugin-storybook": "^10.2.15",
|
|
75
73
|
"husky": "^8.0.3",
|
|
76
74
|
"is-ci": "^3.0.1",
|
|
77
75
|
"jsdom": "^23.0.1",
|
|
@@ -81,11 +79,12 @@
|
|
|
81
79
|
"react": "^18.2.0",
|
|
82
80
|
"react-dom": "^18.2.0",
|
|
83
81
|
"rollup-plugin-visualizer": "5.12.0",
|
|
84
|
-
"storybook": "^
|
|
82
|
+
"storybook": "^10.2.15",
|
|
85
83
|
"typescript": "^5.1.6",
|
|
86
84
|
"vite": "^5.0.0",
|
|
87
85
|
"vite-plugin-dts": "^3.4.0",
|
|
88
|
-
"vitest": "^1.0.4"
|
|
86
|
+
"vitest": "^1.0.4",
|
|
87
|
+
"lucide-react": "^0.536.0"
|
|
89
88
|
},
|
|
90
89
|
"dependencies": {
|
|
91
90
|
"@dessert-box/react": "^0.4.0",
|
|
@@ -99,15 +98,9 @@
|
|
|
99
98
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
100
99
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
101
100
|
"@radix-ui/react-tooltip": "^1.0.6",
|
|
102
|
-
"@vanilla-extract/css-utils": "^0.1.
|
|
103
|
-
"@vanilla-extract/recipes": "^0.5.
|
|
104
|
-
"downshift": "^9.0.8"
|
|
105
|
-
"lucide-react": "^0.536.0"
|
|
106
|
-
},
|
|
107
|
-
"peerDependenciesMeta": {
|
|
108
|
-
"lucide-react": {
|
|
109
|
-
"optional": true
|
|
110
|
-
}
|
|
101
|
+
"@vanilla-extract/css-utils": "^0.1.6",
|
|
102
|
+
"@vanilla-extract/recipes": "^0.5.7",
|
|
103
|
+
"downshift": "^9.0.8"
|
|
111
104
|
},
|
|
112
105
|
"peerDependencies": {
|
|
113
106
|
"@types/react": "^16.9.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated This icon is deprecated. Please use Lucide React icons instead.
|
|
4
|
-
* @see https://lucide.dev/ for available icons
|
|
5
|
-
* @example
|
|
6
|
-
* import { ChevronDown } from "lucide-react";
|
|
7
|
-
* // Use <ChevronDown /> instead
|
|
8
|
-
*/
|
|
9
|
-
export declare const ArrowDownIcon: import('react').ForwardRefExoticComponent<Omit<{
|
|
10
|
-
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
|
11
|
-
} & Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
12
|
-
children: import("react").ReactNode;
|
|
13
|
-
color?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | {
|
|
14
|
-
default?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
15
|
-
hover?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
16
|
-
focus?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
17
|
-
focusWithin?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
18
|
-
focusVisible?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
19
|
-
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
20
|
-
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
21
|
-
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
22
|
-
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
23
|
-
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
24
|
-
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
25
|
-
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
26
|
-
} | undefined;
|
|
27
|
-
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated This icon is deprecated. Please use Lucide React icons instead.
|
|
4
|
-
* @see https://lucide.dev/ for available icons
|
|
5
|
-
* @example
|
|
6
|
-
* import { ArrowLeft } from "lucide-react";
|
|
7
|
-
* // Use <ArrowLeft /> instead
|
|
8
|
-
*/
|
|
9
|
-
export declare const ArrowLeftIcon: import('react').ForwardRefExoticComponent<Omit<{
|
|
10
|
-
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
|
11
|
-
} & Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
12
|
-
children: import("react").ReactNode;
|
|
13
|
-
color?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | {
|
|
14
|
-
default?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
15
|
-
hover?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
16
|
-
focus?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
17
|
-
focusWithin?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
18
|
-
focusVisible?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
19
|
-
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
20
|
-
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
21
|
-
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
22
|
-
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
23
|
-
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
24
|
-
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
25
|
-
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
26
|
-
} | undefined;
|
|
27
|
-
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated This icon is deprecated. Please use Lucide React icons instead.
|
|
4
|
-
* @see https://lucide.dev/ for available icons
|
|
5
|
-
* @example
|
|
6
|
-
* import { ArrowRight } from "lucide-react";
|
|
7
|
-
* // Use <ArrowRight /> instead
|
|
8
|
-
*/
|
|
9
|
-
export declare const ArrowRightIcon: import('react').ForwardRefExoticComponent<Omit<{
|
|
10
|
-
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
|
11
|
-
} & Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
12
|
-
children: import("react").ReactNode;
|
|
13
|
-
color?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | {
|
|
14
|
-
default?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
15
|
-
hover?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
16
|
-
focus?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
17
|
-
focusWithin?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
18
|
-
focusVisible?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
19
|
-
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
20
|
-
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
21
|
-
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
22
|
-
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
23
|
-
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
24
|
-
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
25
|
-
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
26
|
-
} | undefined;
|
|
27
|
-
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated This icon is deprecated. Please use Lucide React icons instead.
|
|
4
|
-
* @see https://lucide.dev/ for available icons
|
|
5
|
-
* @example
|
|
6
|
-
* import { ArrowUp } from "lucide-react";
|
|
7
|
-
* // Use <ArrowUp /> instead
|
|
8
|
-
*/
|
|
9
|
-
export declare const ArrowUpIcon: import('react').ForwardRefExoticComponent<Omit<{
|
|
10
|
-
readonly size?: "medium" | "fill" | "small" | "large" | undefined;
|
|
11
|
-
} & Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
12
|
-
children: import("react").ReactNode;
|
|
13
|
-
color?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | {
|
|
14
|
-
default?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
15
|
-
hover?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
16
|
-
focus?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
17
|
-
focusWithin?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
18
|
-
focusVisible?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
19
|
-
active?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
20
|
-
disabled?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
21
|
-
placeholder?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
22
|
-
firstChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
23
|
-
lastChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
24
|
-
oddChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
25
|
-
evenChild?: "accent1" | "buttonCriticalDisabled" | "buttonCriticalPrimary" | "buttonDefaultPrimary" | "buttonDefaultSecondary" | "buttonDefaultTertiary" | "critical1" | "critical2" | "default1" | "default2" | "defaultDisabled" | "info1" | "success1" | "warning1" | "inherit" | undefined;
|
|
26
|
-
} | undefined;
|
|
27
|
-
}, "children"> & import("react").RefAttributes<SVGSVGElement>>;
|