@mirohq/design-system-toolbar 2.2.12 → 2.2.13-input.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/dist/types.d.ts +1847 -1865
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -2,976 +2,964 @@ import * as react from 'react';
|
|
|
2
2
|
import react__default, { AnchorHTMLAttributes } from 'react';
|
|
3
3
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
4
4
|
import { StrictComponentProps } from '@mirohq/design-system-stitches';
|
|
5
|
+
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
5
6
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
7
|
import * as _radix_ui_react_toolbar from '@radix-ui/react-toolbar';
|
|
7
|
-
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
8
8
|
|
|
9
|
-
declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
9
|
+
declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
10
|
+
'border-widths': {
|
|
11
|
+
readonly none: 0;
|
|
12
|
+
readonly sm: "1px";
|
|
13
|
+
readonly md: "2px";
|
|
14
|
+
readonly lg: "4px";
|
|
15
|
+
};
|
|
16
|
+
colors: {
|
|
17
|
+
readonly black: any;
|
|
18
|
+
readonly 'blue-100': any;
|
|
19
|
+
readonly 'blue-200': any;
|
|
20
|
+
readonly 'blue-300': any;
|
|
21
|
+
readonly 'blue-400': any;
|
|
22
|
+
readonly 'blue-500': any;
|
|
23
|
+
readonly 'blue-600': any;
|
|
24
|
+
readonly 'blue-700': any;
|
|
25
|
+
readonly 'blue-800': any;
|
|
26
|
+
readonly 'blue-900': any;
|
|
27
|
+
readonly 'blue-1000': any;
|
|
28
|
+
readonly 'gray-100': any;
|
|
29
|
+
readonly 'gray-200': any;
|
|
30
|
+
readonly 'gray-300': any;
|
|
31
|
+
readonly 'gray-400': any;
|
|
32
|
+
readonly 'gray-500': any;
|
|
33
|
+
readonly 'gray-600': any;
|
|
34
|
+
readonly 'gray-700': any;
|
|
35
|
+
readonly 'gray-800': any;
|
|
36
|
+
readonly 'gray-900': any;
|
|
37
|
+
readonly 'green-100': any;
|
|
38
|
+
readonly 'green-200': any;
|
|
39
|
+
readonly 'green-300': any;
|
|
40
|
+
readonly 'green-400': any;
|
|
41
|
+
readonly 'green-500': any;
|
|
42
|
+
readonly 'green-600': any;
|
|
43
|
+
readonly 'green-700': any;
|
|
44
|
+
readonly 'green-800': any;
|
|
45
|
+
readonly 'green-900': any;
|
|
46
|
+
readonly 'indigo-100': any;
|
|
47
|
+
readonly 'indigo-200': any;
|
|
48
|
+
readonly 'indigo-300': any;
|
|
49
|
+
readonly 'indigo-400': any;
|
|
50
|
+
readonly 'indigo-500': any;
|
|
51
|
+
readonly 'indigo-600': any;
|
|
52
|
+
readonly 'indigo-700': any;
|
|
53
|
+
readonly 'indigo-800': any;
|
|
54
|
+
readonly 'indigo-900': any;
|
|
55
|
+
readonly 'red-100': any;
|
|
56
|
+
readonly 'red-200': any;
|
|
57
|
+
readonly 'red-300': any;
|
|
58
|
+
readonly 'red-400': any;
|
|
59
|
+
readonly 'red-500': any;
|
|
60
|
+
readonly 'red-600': any;
|
|
61
|
+
readonly 'red-700': any;
|
|
62
|
+
readonly 'red-800': any;
|
|
63
|
+
readonly 'red-900': any;
|
|
64
|
+
readonly transparent: any;
|
|
65
|
+
readonly white: any;
|
|
66
|
+
readonly 'yellow-100': any;
|
|
67
|
+
readonly 'yellow-200': any;
|
|
68
|
+
readonly 'yellow-300': any;
|
|
69
|
+
readonly 'yellow-400': any;
|
|
70
|
+
readonly 'yellow-500': any;
|
|
71
|
+
readonly 'yellow-600': any;
|
|
72
|
+
readonly 'yellow-700': any;
|
|
73
|
+
readonly 'yellow-800': any;
|
|
74
|
+
readonly 'yellow-900': any;
|
|
75
|
+
"background-alpha-active"?: any;
|
|
76
|
+
"background-alpha-hover"?: any;
|
|
77
|
+
"background-danger-prominent"?: any;
|
|
78
|
+
"background-danger-prominent-active"?: any;
|
|
79
|
+
"background-danger-prominent-hover"?: any;
|
|
80
|
+
"background-danger-subtle"?: any;
|
|
81
|
+
"background-danger-subtle-active"?: any;
|
|
82
|
+
"background-danger-subtle-hover"?: any;
|
|
83
|
+
"background-neutrals"?: any;
|
|
84
|
+
"background-neutrals-active"?: any;
|
|
85
|
+
"background-neutrals-container"?: any;
|
|
86
|
+
"background-neutrals-controls-disabled"?: any;
|
|
87
|
+
"background-neutrals-disabled"?: any;
|
|
88
|
+
"background-neutrals-hover"?: any;
|
|
89
|
+
"background-neutrals-inactive"?: any;
|
|
90
|
+
"background-neutrals-inactive-hover"?: any;
|
|
91
|
+
"background-neutrals-inverted"?: any;
|
|
92
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
93
|
+
"background-neutrals-page"?: any;
|
|
94
|
+
"background-neutrals-page-subtle"?: any;
|
|
95
|
+
"background-neutrals-scrolls"?: any;
|
|
96
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
97
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
98
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
99
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
100
|
+
"background-neutrals-subtle"?: any;
|
|
101
|
+
"background-neutrals-subtle-active"?: any;
|
|
102
|
+
"background-neutrals-subtle-hover"?: any;
|
|
103
|
+
"background-primary-prominent"?: any;
|
|
104
|
+
"background-primary-prominent-active"?: any;
|
|
105
|
+
"background-primary-prominent-expanded"?: any;
|
|
106
|
+
"background-primary-prominent-hover"?: any;
|
|
107
|
+
"background-primary-prominent-pressed"?: any;
|
|
108
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
109
|
+
"background-primary-prominent-selected"?: any;
|
|
110
|
+
"background-primary-subtle"?: any;
|
|
111
|
+
"background-primary-subtle-active"?: any;
|
|
112
|
+
"background-primary-subtle-expanded"?: any;
|
|
113
|
+
"background-primary-subtle-hover"?: any;
|
|
114
|
+
"background-primary-subtle-pressed"?: any;
|
|
115
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
116
|
+
"background-primary-subtle-selected"?: any;
|
|
117
|
+
"background-success"?: any;
|
|
118
|
+
"background-warning-prominent"?: any;
|
|
119
|
+
"background-warning-subtle"?: any;
|
|
120
|
+
"border-danger"?: any;
|
|
121
|
+
"border-danger-active"?: any;
|
|
122
|
+
"border-danger-hover"?: any;
|
|
123
|
+
"border-focus-inner"?: any;
|
|
124
|
+
"border-focus-middle"?: any;
|
|
125
|
+
"border-focus-outer"?: any;
|
|
126
|
+
"border-neutrals"?: any;
|
|
127
|
+
"border-neutrals-active"?: any;
|
|
128
|
+
"border-neutrals-controls"?: any;
|
|
129
|
+
"border-neutrals-controls-disabled"?: any;
|
|
130
|
+
"border-neutrals-disabled"?: any;
|
|
131
|
+
"border-neutrals-hover"?: any;
|
|
132
|
+
"border-neutrals-inverted"?: any;
|
|
133
|
+
"border-neutrals-subtle"?: any;
|
|
134
|
+
"border-neutrals-text"?: any;
|
|
135
|
+
"border-neutrals-text-active"?: any;
|
|
136
|
+
"border-neutrals-text-hover"?: any;
|
|
137
|
+
"border-neutrals-text-subtle"?: any;
|
|
138
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
139
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
140
|
+
"border-neutrals-transparent"?: any;
|
|
141
|
+
"border-primary"?: any;
|
|
142
|
+
"border-primary-active"?: any;
|
|
143
|
+
"border-primary-hover"?: any;
|
|
144
|
+
"border-primary-inverted"?: any;
|
|
145
|
+
"border-success"?: any;
|
|
146
|
+
"border-warning"?: any;
|
|
147
|
+
"icon-danger"?: any;
|
|
148
|
+
"icon-danger-active"?: any;
|
|
149
|
+
"icon-danger-hover"?: any;
|
|
150
|
+
"icon-danger-inverted"?: any;
|
|
151
|
+
"icon-neutrals"?: any;
|
|
152
|
+
"icon-neutrals-disabled"?: any;
|
|
153
|
+
"icon-neutrals-inactive"?: any;
|
|
154
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
155
|
+
"icon-neutrals-inverted"?: any;
|
|
156
|
+
"icon-neutrals-search"?: any;
|
|
157
|
+
"icon-neutrals-subtle"?: any;
|
|
158
|
+
"icon-neutrals-text"?: any;
|
|
159
|
+
"icon-primary"?: any;
|
|
160
|
+
"icon-primary-active"?: any;
|
|
161
|
+
"icon-primary-hover"?: any;
|
|
162
|
+
"icon-primary-inverted"?: any;
|
|
163
|
+
"icon-primary-selected"?: any;
|
|
164
|
+
"icon-success"?: any;
|
|
165
|
+
"icon-success-inverted"?: any;
|
|
166
|
+
"icon-warning"?: any;
|
|
167
|
+
"icon-warning-prominent"?: any;
|
|
168
|
+
"text-danger"?: any;
|
|
169
|
+
"text-danger-active"?: any;
|
|
170
|
+
"text-danger-hover"?: any;
|
|
171
|
+
"text-danger-inverted"?: any;
|
|
172
|
+
"text-neutrals"?: any;
|
|
173
|
+
"text-neutrals-active"?: any;
|
|
174
|
+
"text-neutrals-disabled"?: any;
|
|
175
|
+
"text-neutrals-hover"?: any;
|
|
176
|
+
"text-neutrals-inverted"?: any;
|
|
177
|
+
"text-neutrals-placeholder"?: any;
|
|
178
|
+
"text-neutrals-placeholder-only"?: any;
|
|
179
|
+
"text-neutrals-subtle"?: any;
|
|
180
|
+
"text-neutrals-subtle-active"?: any;
|
|
181
|
+
"text-neutrals-subtle-hover"?: any;
|
|
182
|
+
"text-primary"?: any;
|
|
183
|
+
"text-primary-active"?: any;
|
|
184
|
+
"text-primary-hover"?: any;
|
|
185
|
+
"text-primary-inverted"?: any;
|
|
186
|
+
"text-primary-inverted-subtle"?: any;
|
|
187
|
+
"text-primary-selected"?: any;
|
|
188
|
+
"text-success"?: any;
|
|
189
|
+
"text-warning"?: any;
|
|
190
|
+
};
|
|
191
|
+
'font-sizes': {
|
|
192
|
+
readonly 150: "0.75rem";
|
|
193
|
+
readonly 175: "0.875rem";
|
|
194
|
+
readonly 200: "1rem";
|
|
195
|
+
readonly 225: "1.125rem";
|
|
196
|
+
readonly 250: "1.25rem";
|
|
197
|
+
readonly 300: "1.5rem";
|
|
198
|
+
readonly 400: "2rem";
|
|
199
|
+
readonly 500: "2.5rem";
|
|
200
|
+
readonly 600: "3rem";
|
|
201
|
+
readonly 800: "4rem";
|
|
202
|
+
readonly 900: "4.5rem";
|
|
203
|
+
};
|
|
204
|
+
fonts: {
|
|
205
|
+
readonly heading: "Roobert, sans-serif";
|
|
206
|
+
readonly body: "Open Sans, sans-serif";
|
|
207
|
+
};
|
|
208
|
+
radii: {
|
|
209
|
+
readonly none: 0;
|
|
210
|
+
readonly half: "999em";
|
|
211
|
+
readonly 25: "2px";
|
|
212
|
+
readonly 50: "4px";
|
|
213
|
+
readonly 75: "6px";
|
|
214
|
+
readonly 100: "8px";
|
|
215
|
+
readonly 200: "16px";
|
|
216
|
+
};
|
|
217
|
+
shadows: {
|
|
218
|
+
readonly 50: "0 4px 16px #05003812";
|
|
219
|
+
readonly 100: "0 8px 32px #05003808";
|
|
220
|
+
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
221
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
222
|
+
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
223
|
+
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
224
|
+
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
225
|
+
};
|
|
226
|
+
sizes: {
|
|
227
|
+
readonly number: string;
|
|
228
|
+
readonly 'icon-200': "16px";
|
|
229
|
+
readonly 'icon-300': "24px";
|
|
230
|
+
readonly 'icon-400': "32px";
|
|
231
|
+
};
|
|
232
|
+
space: {
|
|
233
|
+
readonly 0: 0;
|
|
234
|
+
readonly 50: "4px";
|
|
235
|
+
readonly 100: "8px";
|
|
236
|
+
readonly 150: "12px";
|
|
237
|
+
readonly 200: "16px";
|
|
238
|
+
readonly 300: "24px";
|
|
239
|
+
readonly 400: "32px";
|
|
240
|
+
readonly 500: "40px";
|
|
241
|
+
readonly 600: "48px";
|
|
242
|
+
readonly 700: "56px";
|
|
243
|
+
readonly 800: "64px";
|
|
244
|
+
readonly 1200: "96px";
|
|
245
|
+
readonly 1600: "128px";
|
|
246
|
+
};
|
|
247
|
+
'space-gap': {
|
|
248
|
+
readonly 0: any;
|
|
249
|
+
readonly 50: any;
|
|
250
|
+
readonly 100: any;
|
|
251
|
+
readonly 200: any;
|
|
252
|
+
readonly 300: any;
|
|
253
|
+
};
|
|
254
|
+
'space-inset': {
|
|
255
|
+
readonly 0: any;
|
|
256
|
+
readonly 50: any;
|
|
257
|
+
readonly 100: any;
|
|
258
|
+
readonly 150: any;
|
|
259
|
+
readonly 200: any;
|
|
260
|
+
readonly 300: any;
|
|
261
|
+
readonly 400: any;
|
|
262
|
+
readonly 500: any;
|
|
263
|
+
readonly 600: any;
|
|
264
|
+
readonly 800: any;
|
|
265
|
+
readonly 1200: any;
|
|
266
|
+
readonly 1600: any;
|
|
267
|
+
};
|
|
268
|
+
'space-offset': {
|
|
269
|
+
readonly 0: any;
|
|
270
|
+
readonly 50: any;
|
|
271
|
+
readonly 100: any;
|
|
272
|
+
readonly 150: any;
|
|
273
|
+
readonly 200: any;
|
|
274
|
+
readonly 300: any;
|
|
275
|
+
readonly 400: any;
|
|
276
|
+
readonly 600: any;
|
|
277
|
+
readonly 800: any;
|
|
278
|
+
readonly 1200: any;
|
|
279
|
+
readonly 1600: any;
|
|
280
|
+
readonly 'stacking-0': any;
|
|
281
|
+
readonly 'stacking-100': any;
|
|
282
|
+
readonly 'stacking-200': any;
|
|
283
|
+
readonly 'stacking-300': any;
|
|
284
|
+
readonly 'stacking-400': any;
|
|
285
|
+
readonly 'stacking-500': any;
|
|
286
|
+
readonly 'stacking-800': any;
|
|
287
|
+
};
|
|
288
|
+
'stroke-width': {
|
|
289
|
+
readonly thin: "1.5px";
|
|
290
|
+
readonly normal: "2px";
|
|
291
|
+
readonly bold: "4px";
|
|
292
|
+
};
|
|
293
|
+
'z-indices': {
|
|
294
|
+
readonly dropdownMenu: 100;
|
|
295
|
+
readonly select: 200;
|
|
296
|
+
readonly popover: 300;
|
|
297
|
+
readonly tooltip: 400;
|
|
298
|
+
};
|
|
299
|
+
}, {
|
|
300
|
+
readonly background: "colors";
|
|
301
|
+
readonly backgroundColor: "colors";
|
|
302
|
+
readonly backgroundImage: "colors";
|
|
303
|
+
readonly blockSize: "sizes";
|
|
304
|
+
readonly border: "colors";
|
|
305
|
+
readonly borderBlock: "colors";
|
|
306
|
+
readonly borderBlockEnd: "colors";
|
|
307
|
+
readonly borderBlockStart: "colors";
|
|
308
|
+
readonly borderBottom: "colors";
|
|
309
|
+
readonly borderBottomColor: "colors";
|
|
310
|
+
readonly borderBottomLeftRadius: "radii";
|
|
311
|
+
readonly borderBottomRightRadius: "radii";
|
|
312
|
+
readonly borderBottomStyle: "border-styles";
|
|
313
|
+
readonly borderBottomWidth: "border-widths";
|
|
314
|
+
readonly borderColor: "colors";
|
|
315
|
+
readonly borderImage: "colors";
|
|
316
|
+
readonly borderInline: "colors";
|
|
317
|
+
readonly borderInlineEnd: "colors";
|
|
318
|
+
readonly borderInlineStart: "colors";
|
|
319
|
+
readonly borderLeft: "colors";
|
|
320
|
+
readonly borderLeftColor: "colors";
|
|
321
|
+
readonly borderLeftStyle: "border-styles";
|
|
322
|
+
readonly borderLeftWidth: "border-widths";
|
|
323
|
+
readonly borderRadius: "radii";
|
|
324
|
+
readonly borderRight: "colors";
|
|
325
|
+
readonly borderRightColor: "colors";
|
|
326
|
+
readonly borderRightStyle: "border-styles";
|
|
327
|
+
readonly borderRightWidth: "border-widths";
|
|
328
|
+
readonly borderStyle: "border-styles";
|
|
329
|
+
readonly borderTop: "colors";
|
|
330
|
+
readonly borderTopColor: "colors";
|
|
331
|
+
readonly borderTopLeftRadius: "radii";
|
|
332
|
+
readonly borderTopRightRadius: "radii";
|
|
333
|
+
readonly borderTopStyle: "border-styles";
|
|
334
|
+
readonly borderTopWidth: "border-widths";
|
|
335
|
+
readonly borderWidth: "border-widths";
|
|
336
|
+
readonly bottom: "space";
|
|
337
|
+
readonly boxShadow: "shadows";
|
|
338
|
+
readonly caretColor: "colors";
|
|
339
|
+
readonly color: "colors";
|
|
340
|
+
readonly columnGap: "space-gap";
|
|
341
|
+
readonly columnRuleColor: "colors";
|
|
342
|
+
readonly fill: "colors";
|
|
343
|
+
readonly flexBasis: "sizes";
|
|
344
|
+
readonly fontFamily: "fonts";
|
|
345
|
+
readonly fontSize: "font-sizes";
|
|
346
|
+
readonly fontWeight: "font-weights";
|
|
347
|
+
readonly gap: "space-gap";
|
|
348
|
+
readonly gridColumnGap: "space-gap";
|
|
349
|
+
readonly gridGap: "space-gap";
|
|
350
|
+
readonly gridRowGap: "space-gap";
|
|
351
|
+
readonly gridTemplateColumns: "sizes";
|
|
352
|
+
readonly gridTemplateRows: "sizes";
|
|
353
|
+
readonly height: "sizes";
|
|
354
|
+
readonly inlineSize: "sizes";
|
|
355
|
+
readonly inset: "space-inset";
|
|
356
|
+
readonly insetBlock: "space-inset";
|
|
357
|
+
readonly insetBlockEnd: "space-inset";
|
|
358
|
+
readonly insetBlockStart: "space-inset";
|
|
359
|
+
readonly insetInline: "space-inset";
|
|
360
|
+
readonly insetInlineEnd: "space-inset";
|
|
361
|
+
readonly insetInlineStart: "space-inset";
|
|
362
|
+
readonly left: "space";
|
|
363
|
+
readonly letterSpacing: "letter-spacings";
|
|
364
|
+
readonly lineHeight: "line-heights";
|
|
365
|
+
readonly margin: "space-offset";
|
|
366
|
+
readonly marginBlock: "space-offset";
|
|
367
|
+
readonly marginBlockEnd: "space-offset";
|
|
368
|
+
readonly marginBlockStart: "space-offset";
|
|
369
|
+
readonly marginBottom: "space-offset";
|
|
370
|
+
readonly marginInline: "space-offset";
|
|
371
|
+
readonly marginInlineEnd: "space-offset";
|
|
372
|
+
readonly marginInlineStart: "space-offset";
|
|
373
|
+
readonly marginLeft: "space-offset";
|
|
374
|
+
readonly marginRight: "space-offset";
|
|
375
|
+
readonly marginTop: "space-offset";
|
|
376
|
+
readonly maxBlockSize: "sizes";
|
|
377
|
+
readonly maxHeight: "sizes";
|
|
378
|
+
readonly maxInlineSize: "sizes";
|
|
379
|
+
readonly maxWidth: "sizes";
|
|
380
|
+
readonly minBlockSize: "sizes";
|
|
381
|
+
readonly minHeight: "sizes";
|
|
382
|
+
readonly minInlineSize: "sizes";
|
|
383
|
+
readonly minWidth: "sizes";
|
|
384
|
+
readonly outline: "colors";
|
|
385
|
+
readonly outlineColor: "colors";
|
|
386
|
+
readonly padding: "space-inset";
|
|
387
|
+
readonly paddingBlock: "space-inset";
|
|
388
|
+
readonly paddingBlockEnd: "space-inset";
|
|
389
|
+
readonly paddingBlockStart: "space-inset";
|
|
390
|
+
readonly paddingBottom: "space-inset";
|
|
391
|
+
readonly paddingInline: "space-inset";
|
|
392
|
+
readonly paddingInlineEnd: "space-inset";
|
|
393
|
+
readonly paddingInlineStart: "space-inset";
|
|
394
|
+
readonly paddingLeft: "space-inset";
|
|
395
|
+
readonly paddingRight: "space-inset";
|
|
396
|
+
readonly paddingTop: "space-inset";
|
|
397
|
+
readonly right: "space";
|
|
398
|
+
readonly rowGap: "space-gap";
|
|
399
|
+
readonly scrollMargin: "space-offset";
|
|
400
|
+
readonly scrollMarginBlock: "space-offset";
|
|
401
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
402
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
403
|
+
readonly scrollMarginBottom: "space-offset";
|
|
404
|
+
readonly scrollMarginInline: "space-offset";
|
|
405
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
406
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
407
|
+
readonly scrollMarginLeft: "space-offset";
|
|
408
|
+
readonly scrollMarginRight: "space-offset";
|
|
409
|
+
readonly scrollMarginTop: "space-offset";
|
|
410
|
+
readonly scrollPadding: "space-inset";
|
|
411
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
412
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
413
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
414
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
415
|
+
readonly scrollPaddingInline: "space-inset";
|
|
416
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
417
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
418
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
419
|
+
readonly scrollPaddingRight: "space-inset";
|
|
420
|
+
readonly scrollPaddingTop: "space-inset";
|
|
421
|
+
readonly stroke: "colors";
|
|
422
|
+
readonly strokeWidth: "stroke-width";
|
|
423
|
+
readonly textDecorationColor: "colors";
|
|
424
|
+
readonly textShadow: "shadows";
|
|
425
|
+
readonly top: "space";
|
|
426
|
+
readonly transition: "transitions";
|
|
427
|
+
readonly width: "sizes";
|
|
428
|
+
readonly zIndex: "z-indices";
|
|
429
|
+
}, {
|
|
430
|
+
paddingX: (value: {
|
|
431
|
+
readonly [$$PropertyValue]: "padding";
|
|
432
|
+
}) => {
|
|
433
|
+
paddingLeft: {
|
|
434
|
+
readonly [$$PropertyValue]: "padding";
|
|
296
435
|
};
|
|
297
|
-
|
|
298
|
-
readonly
|
|
299
|
-
readonly select: 200;
|
|
300
|
-
readonly popover: 300;
|
|
301
|
-
readonly tooltip: 400;
|
|
436
|
+
paddingRight: {
|
|
437
|
+
readonly [$$PropertyValue]: "padding";
|
|
302
438
|
};
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
readonly
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
readonly border: "colors";
|
|
309
|
-
readonly borderBlock: "colors";
|
|
310
|
-
readonly borderBlockEnd: "colors";
|
|
311
|
-
readonly borderBlockStart: "colors";
|
|
312
|
-
readonly borderBottom: "colors";
|
|
313
|
-
readonly borderBottomColor: "colors";
|
|
314
|
-
readonly borderBottomLeftRadius: "radii";
|
|
315
|
-
readonly borderBottomRightRadius: "radii";
|
|
316
|
-
readonly borderBottomStyle: "border-styles";
|
|
317
|
-
readonly borderBottomWidth: "border-widths";
|
|
318
|
-
readonly borderColor: "colors";
|
|
319
|
-
readonly borderImage: "colors";
|
|
320
|
-
readonly borderInline: "colors";
|
|
321
|
-
readonly borderInlineEnd: "colors";
|
|
322
|
-
readonly borderInlineStart: "colors";
|
|
323
|
-
readonly borderLeft: "colors";
|
|
324
|
-
readonly borderLeftColor: "colors";
|
|
325
|
-
readonly borderLeftStyle: "border-styles";
|
|
326
|
-
readonly borderLeftWidth: "border-widths";
|
|
327
|
-
readonly borderRadius: "radii";
|
|
328
|
-
readonly borderRight: "colors";
|
|
329
|
-
readonly borderRightColor: "colors";
|
|
330
|
-
readonly borderRightStyle: "border-styles";
|
|
331
|
-
readonly borderRightWidth: "border-widths";
|
|
332
|
-
readonly borderStyle: "border-styles";
|
|
333
|
-
readonly borderTop: "colors";
|
|
334
|
-
readonly borderTopColor: "colors";
|
|
335
|
-
readonly borderTopLeftRadius: "radii";
|
|
336
|
-
readonly borderTopRightRadius: "radii";
|
|
337
|
-
readonly borderTopStyle: "border-styles";
|
|
338
|
-
readonly borderTopWidth: "border-widths";
|
|
339
|
-
readonly borderWidth: "border-widths";
|
|
340
|
-
readonly bottom: "space";
|
|
341
|
-
readonly boxShadow: "shadows";
|
|
342
|
-
readonly caretColor: "colors";
|
|
343
|
-
readonly color: "colors";
|
|
344
|
-
readonly columnGap: "space-gap";
|
|
345
|
-
readonly columnRuleColor: "colors";
|
|
346
|
-
readonly fill: "colors";
|
|
347
|
-
readonly flexBasis: "sizes";
|
|
348
|
-
readonly fontFamily: "fonts";
|
|
349
|
-
readonly fontSize: "font-sizes";
|
|
350
|
-
readonly fontWeight: "font-weights";
|
|
351
|
-
readonly gap: "space-gap";
|
|
352
|
-
readonly gridColumnGap: "space-gap";
|
|
353
|
-
readonly gridGap: "space-gap";
|
|
354
|
-
readonly gridRowGap: "space-gap";
|
|
355
|
-
readonly gridTemplateColumns: "sizes";
|
|
356
|
-
readonly gridTemplateRows: "sizes";
|
|
357
|
-
readonly height: "sizes";
|
|
358
|
-
readonly inlineSize: "sizes";
|
|
359
|
-
readonly inset: "space-inset";
|
|
360
|
-
readonly insetBlock: "space-inset";
|
|
361
|
-
readonly insetBlockEnd: "space-inset";
|
|
362
|
-
readonly insetBlockStart: "space-inset";
|
|
363
|
-
readonly insetInline: "space-inset";
|
|
364
|
-
readonly insetInlineEnd: "space-inset";
|
|
365
|
-
readonly insetInlineStart: "space-inset";
|
|
366
|
-
readonly left: "space";
|
|
367
|
-
readonly letterSpacing: "letter-spacings";
|
|
368
|
-
readonly lineHeight: "line-heights";
|
|
369
|
-
readonly margin: "space-offset";
|
|
370
|
-
readonly marginBlock: "space-offset";
|
|
371
|
-
readonly marginBlockEnd: "space-offset";
|
|
372
|
-
readonly marginBlockStart: "space-offset";
|
|
373
|
-
readonly marginBottom: "space-offset";
|
|
374
|
-
readonly marginInline: "space-offset";
|
|
375
|
-
readonly marginInlineEnd: "space-offset";
|
|
376
|
-
readonly marginInlineStart: "space-offset";
|
|
377
|
-
readonly marginLeft: "space-offset";
|
|
378
|
-
readonly marginRight: "space-offset";
|
|
379
|
-
readonly marginTop: "space-offset";
|
|
380
|
-
readonly maxBlockSize: "sizes";
|
|
381
|
-
readonly maxHeight: "sizes";
|
|
382
|
-
readonly maxInlineSize: "sizes";
|
|
383
|
-
readonly maxWidth: "sizes";
|
|
384
|
-
readonly minBlockSize: "sizes";
|
|
385
|
-
readonly minHeight: "sizes";
|
|
386
|
-
readonly minInlineSize: "sizes";
|
|
387
|
-
readonly minWidth: "sizes";
|
|
388
|
-
readonly outline: "colors";
|
|
389
|
-
readonly outlineColor: "colors";
|
|
390
|
-
readonly padding: "space-inset";
|
|
391
|
-
readonly paddingBlock: "space-inset";
|
|
392
|
-
readonly paddingBlockEnd: "space-inset";
|
|
393
|
-
readonly paddingBlockStart: "space-inset";
|
|
394
|
-
readonly paddingBottom: "space-inset";
|
|
395
|
-
readonly paddingInline: "space-inset";
|
|
396
|
-
readonly paddingInlineEnd: "space-inset";
|
|
397
|
-
readonly paddingInlineStart: "space-inset";
|
|
398
|
-
readonly paddingLeft: "space-inset";
|
|
399
|
-
readonly paddingRight: "space-inset";
|
|
400
|
-
readonly paddingTop: "space-inset";
|
|
401
|
-
readonly right: "space";
|
|
402
|
-
readonly rowGap: "space-gap";
|
|
403
|
-
readonly scrollMargin: "space-offset";
|
|
404
|
-
readonly scrollMarginBlock: "space-offset";
|
|
405
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
406
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
407
|
-
readonly scrollMarginBottom: "space-offset";
|
|
408
|
-
readonly scrollMarginInline: "space-offset";
|
|
409
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
410
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
411
|
-
readonly scrollMarginLeft: "space-offset";
|
|
412
|
-
readonly scrollMarginRight: "space-offset";
|
|
413
|
-
readonly scrollMarginTop: "space-offset";
|
|
414
|
-
readonly scrollPadding: "space-inset";
|
|
415
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
416
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
417
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
418
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
419
|
-
readonly scrollPaddingInline: "space-inset";
|
|
420
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
421
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
422
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
423
|
-
readonly scrollPaddingRight: "space-inset";
|
|
424
|
-
readonly scrollPaddingTop: "space-inset";
|
|
425
|
-
readonly stroke: "colors";
|
|
426
|
-
readonly strokeWidth: "stroke-width";
|
|
427
|
-
readonly textDecorationColor: "colors";
|
|
428
|
-
readonly textShadow: "shadows";
|
|
429
|
-
readonly top: "space";
|
|
430
|
-
readonly transition: "transitions";
|
|
431
|
-
readonly width: "sizes";
|
|
432
|
-
readonly zIndex: "z-indices";
|
|
433
|
-
}, {
|
|
434
|
-
paddingX: (value: {
|
|
439
|
+
};
|
|
440
|
+
paddingY: (value: {
|
|
441
|
+
readonly [$$PropertyValue]: "padding";
|
|
442
|
+
}) => {
|
|
443
|
+
paddingTop: {
|
|
435
444
|
readonly [$$PropertyValue]: "padding";
|
|
436
|
-
}) => {
|
|
437
|
-
paddingLeft: {
|
|
438
|
-
readonly [$$PropertyValue]: "padding";
|
|
439
|
-
};
|
|
440
|
-
paddingRight: {
|
|
441
|
-
readonly [$$PropertyValue]: "padding";
|
|
442
|
-
};
|
|
443
445
|
};
|
|
444
|
-
|
|
446
|
+
paddingBottom: {
|
|
445
447
|
readonly [$$PropertyValue]: "padding";
|
|
446
|
-
}) => {
|
|
447
|
-
paddingTop: {
|
|
448
|
-
readonly [$$PropertyValue]: "padding";
|
|
449
|
-
};
|
|
450
|
-
paddingBottom: {
|
|
451
|
-
readonly [$$PropertyValue]: "padding";
|
|
452
|
-
};
|
|
453
448
|
};
|
|
454
|
-
|
|
449
|
+
};
|
|
450
|
+
marginX: (value: {
|
|
451
|
+
readonly [$$PropertyValue]: "margin";
|
|
452
|
+
}) => {
|
|
453
|
+
marginLeft: {
|
|
455
454
|
readonly [$$PropertyValue]: "margin";
|
|
456
|
-
}) => {
|
|
457
|
-
marginLeft: {
|
|
458
|
-
readonly [$$PropertyValue]: "margin";
|
|
459
|
-
};
|
|
460
|
-
marginRight: {
|
|
461
|
-
readonly [$$PropertyValue]: "margin";
|
|
462
|
-
};
|
|
463
455
|
};
|
|
464
|
-
|
|
456
|
+
marginRight: {
|
|
465
457
|
readonly [$$PropertyValue]: "margin";
|
|
466
|
-
}) => {
|
|
467
|
-
marginTop: {
|
|
468
|
-
readonly [$$PropertyValue]: "margin";
|
|
469
|
-
};
|
|
470
|
-
marginBottom: {
|
|
471
|
-
readonly [$$PropertyValue]: "margin";
|
|
472
|
-
};
|
|
473
458
|
};
|
|
474
|
-
|
|
459
|
+
};
|
|
460
|
+
marginY: (value: {
|
|
461
|
+
readonly [$$PropertyValue]: "margin";
|
|
462
|
+
}) => {
|
|
463
|
+
marginTop: {
|
|
464
|
+
readonly [$$PropertyValue]: "margin";
|
|
465
|
+
};
|
|
466
|
+
marginBottom: {
|
|
467
|
+
readonly [$$PropertyValue]: "margin";
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
square: (value: {
|
|
471
|
+
readonly [$$PropertyValue]: "width";
|
|
472
|
+
}) => {
|
|
473
|
+
width: {
|
|
474
|
+
readonly [$$PropertyValue]: "width";
|
|
475
|
+
};
|
|
476
|
+
height: {
|
|
475
477
|
readonly [$$PropertyValue]: "width";
|
|
476
|
-
}) => {
|
|
477
|
-
width: {
|
|
478
|
-
readonly [$$PropertyValue]: "width";
|
|
479
|
-
};
|
|
480
|
-
height: {
|
|
481
|
-
readonly [$$PropertyValue]: "width";
|
|
482
|
-
};
|
|
483
478
|
};
|
|
484
|
-
}
|
|
485
|
-
}> & {
|
|
486
|
-
|
|
487
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
|
|
479
|
+
};
|
|
480
|
+
}>>>, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
|
|
481
|
+
unstyled?: boolean | "false" | undefined;
|
|
482
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
|
|
488
483
|
unstyled?: boolean | "false" | undefined;
|
|
489
484
|
}, {}>;
|
|
490
485
|
declare type StyledToolbarProps = StrictComponentProps<typeof StyledToolbar>;
|
|
491
486
|
|
|
492
|
-
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
'
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
487
|
+
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
488
|
+
'border-widths': {
|
|
489
|
+
readonly none: 0;
|
|
490
|
+
readonly sm: "1px";
|
|
491
|
+
readonly md: "2px";
|
|
492
|
+
readonly lg: "4px";
|
|
493
|
+
};
|
|
494
|
+
colors: {
|
|
495
|
+
readonly black: any;
|
|
496
|
+
readonly 'blue-100': any;
|
|
497
|
+
readonly 'blue-200': any;
|
|
498
|
+
readonly 'blue-300': any;
|
|
499
|
+
readonly 'blue-400': any;
|
|
500
|
+
readonly 'blue-500': any;
|
|
501
|
+
readonly 'blue-600': any;
|
|
502
|
+
readonly 'blue-700': any;
|
|
503
|
+
readonly 'blue-800': any;
|
|
504
|
+
readonly 'blue-900': any;
|
|
505
|
+
readonly 'blue-1000': any;
|
|
506
|
+
readonly 'gray-100': any;
|
|
507
|
+
readonly 'gray-200': any;
|
|
508
|
+
readonly 'gray-300': any;
|
|
509
|
+
readonly 'gray-400': any;
|
|
510
|
+
readonly 'gray-500': any;
|
|
511
|
+
readonly 'gray-600': any;
|
|
512
|
+
readonly 'gray-700': any;
|
|
513
|
+
readonly 'gray-800': any;
|
|
514
|
+
readonly 'gray-900': any;
|
|
515
|
+
readonly 'green-100': any;
|
|
516
|
+
readonly 'green-200': any;
|
|
517
|
+
readonly 'green-300': any;
|
|
518
|
+
readonly 'green-400': any;
|
|
519
|
+
readonly 'green-500': any;
|
|
520
|
+
readonly 'green-600': any;
|
|
521
|
+
readonly 'green-700': any;
|
|
522
|
+
readonly 'green-800': any;
|
|
523
|
+
readonly 'green-900': any;
|
|
524
|
+
readonly 'indigo-100': any;
|
|
525
|
+
readonly 'indigo-200': any;
|
|
526
|
+
readonly 'indigo-300': any;
|
|
527
|
+
readonly 'indigo-400': any;
|
|
528
|
+
readonly 'indigo-500': any;
|
|
529
|
+
readonly 'indigo-600': any;
|
|
530
|
+
readonly 'indigo-700': any;
|
|
531
|
+
readonly 'indigo-800': any;
|
|
532
|
+
readonly 'indigo-900': any;
|
|
533
|
+
readonly 'red-100': any;
|
|
534
|
+
readonly 'red-200': any;
|
|
535
|
+
readonly 'red-300': any;
|
|
536
|
+
readonly 'red-400': any;
|
|
537
|
+
readonly 'red-500': any;
|
|
538
|
+
readonly 'red-600': any;
|
|
539
|
+
readonly 'red-700': any;
|
|
540
|
+
readonly 'red-800': any;
|
|
541
|
+
readonly 'red-900': any;
|
|
542
|
+
readonly transparent: any;
|
|
543
|
+
readonly white: any;
|
|
544
|
+
readonly 'yellow-100': any;
|
|
545
|
+
readonly 'yellow-200': any;
|
|
546
|
+
readonly 'yellow-300': any;
|
|
547
|
+
readonly 'yellow-400': any;
|
|
548
|
+
readonly 'yellow-500': any;
|
|
549
|
+
readonly 'yellow-600': any;
|
|
550
|
+
readonly 'yellow-700': any;
|
|
551
|
+
readonly 'yellow-800': any;
|
|
552
|
+
readonly 'yellow-900': any;
|
|
553
|
+
"background-alpha-active"?: any;
|
|
554
|
+
"background-alpha-hover"?: any;
|
|
555
|
+
"background-danger-prominent"?: any;
|
|
556
|
+
"background-danger-prominent-active"?: any;
|
|
557
|
+
"background-danger-prominent-hover"?: any;
|
|
558
|
+
"background-danger-subtle"?: any;
|
|
559
|
+
"background-danger-subtle-active"?: any;
|
|
560
|
+
"background-danger-subtle-hover"?: any;
|
|
561
|
+
"background-neutrals"?: any;
|
|
562
|
+
"background-neutrals-active"?: any;
|
|
563
|
+
"background-neutrals-container"?: any;
|
|
564
|
+
"background-neutrals-controls-disabled"?: any;
|
|
565
|
+
"background-neutrals-disabled"?: any;
|
|
566
|
+
"background-neutrals-hover"?: any;
|
|
567
|
+
"background-neutrals-inactive"?: any;
|
|
568
|
+
"background-neutrals-inactive-hover"?: any;
|
|
569
|
+
"background-neutrals-inverted"?: any;
|
|
570
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
571
|
+
"background-neutrals-page"?: any;
|
|
572
|
+
"background-neutrals-page-subtle"?: any;
|
|
573
|
+
"background-neutrals-scrolls"?: any;
|
|
574
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
575
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
576
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
577
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
578
|
+
"background-neutrals-subtle"?: any;
|
|
579
|
+
"background-neutrals-subtle-active"?: any;
|
|
580
|
+
"background-neutrals-subtle-hover"?: any;
|
|
581
|
+
"background-primary-prominent"?: any;
|
|
582
|
+
"background-primary-prominent-active"?: any;
|
|
583
|
+
"background-primary-prominent-expanded"?: any;
|
|
584
|
+
"background-primary-prominent-hover"?: any;
|
|
585
|
+
"background-primary-prominent-pressed"?: any;
|
|
586
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
587
|
+
"background-primary-prominent-selected"?: any;
|
|
588
|
+
"background-primary-subtle"?: any;
|
|
589
|
+
"background-primary-subtle-active"?: any;
|
|
590
|
+
"background-primary-subtle-expanded"?: any;
|
|
591
|
+
"background-primary-subtle-hover"?: any;
|
|
592
|
+
"background-primary-subtle-pressed"?: any;
|
|
593
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
594
|
+
"background-primary-subtle-selected"?: any;
|
|
595
|
+
"background-success"?: any;
|
|
596
|
+
"background-warning-prominent"?: any;
|
|
597
|
+
"background-warning-subtle"?: any;
|
|
598
|
+
"border-danger"?: any;
|
|
599
|
+
"border-danger-active"?: any;
|
|
600
|
+
"border-danger-hover"?: any;
|
|
601
|
+
"border-focus-inner"?: any;
|
|
602
|
+
"border-focus-middle"?: any;
|
|
603
|
+
"border-focus-outer"?: any;
|
|
604
|
+
"border-neutrals"?: any;
|
|
605
|
+
"border-neutrals-active"?: any;
|
|
606
|
+
"border-neutrals-controls"?: any;
|
|
607
|
+
"border-neutrals-controls-disabled"?: any;
|
|
608
|
+
"border-neutrals-disabled"?: any;
|
|
609
|
+
"border-neutrals-hover"?: any;
|
|
610
|
+
"border-neutrals-inverted"?: any;
|
|
611
|
+
"border-neutrals-subtle"?: any;
|
|
612
|
+
"border-neutrals-text"?: any;
|
|
613
|
+
"border-neutrals-text-active"?: any;
|
|
614
|
+
"border-neutrals-text-hover"?: any;
|
|
615
|
+
"border-neutrals-text-subtle"?: any;
|
|
616
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
617
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
618
|
+
"border-neutrals-transparent"?: any;
|
|
619
|
+
"border-primary"?: any;
|
|
620
|
+
"border-primary-active"?: any;
|
|
621
|
+
"border-primary-hover"?: any;
|
|
622
|
+
"border-primary-inverted"?: any;
|
|
623
|
+
"border-success"?: any;
|
|
624
|
+
"border-warning"?: any;
|
|
625
|
+
"icon-danger"?: any;
|
|
626
|
+
"icon-danger-active"?: any;
|
|
627
|
+
"icon-danger-hover"?: any;
|
|
628
|
+
"icon-danger-inverted"?: any;
|
|
629
|
+
"icon-neutrals"?: any;
|
|
630
|
+
"icon-neutrals-disabled"?: any;
|
|
631
|
+
"icon-neutrals-inactive"?: any;
|
|
632
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
633
|
+
"icon-neutrals-inverted"?: any;
|
|
634
|
+
"icon-neutrals-search"?: any;
|
|
635
|
+
"icon-neutrals-subtle"?: any;
|
|
636
|
+
"icon-neutrals-text"?: any;
|
|
637
|
+
"icon-primary"?: any;
|
|
638
|
+
"icon-primary-active"?: any;
|
|
639
|
+
"icon-primary-hover"?: any;
|
|
640
|
+
"icon-primary-inverted"?: any;
|
|
641
|
+
"icon-primary-selected"?: any;
|
|
642
|
+
"icon-success"?: any;
|
|
643
|
+
"icon-success-inverted"?: any;
|
|
644
|
+
"icon-warning"?: any;
|
|
645
|
+
"icon-warning-prominent"?: any;
|
|
646
|
+
"text-danger"?: any;
|
|
647
|
+
"text-danger-active"?: any;
|
|
648
|
+
"text-danger-hover"?: any;
|
|
649
|
+
"text-danger-inverted"?: any;
|
|
650
|
+
"text-neutrals"?: any;
|
|
651
|
+
"text-neutrals-active"?: any;
|
|
652
|
+
"text-neutrals-disabled"?: any;
|
|
653
|
+
"text-neutrals-hover"?: any;
|
|
654
|
+
"text-neutrals-inverted"?: any;
|
|
655
|
+
"text-neutrals-placeholder"?: any;
|
|
656
|
+
"text-neutrals-placeholder-only"?: any;
|
|
657
|
+
"text-neutrals-subtle"?: any;
|
|
658
|
+
"text-neutrals-subtle-active"?: any;
|
|
659
|
+
"text-neutrals-subtle-hover"?: any;
|
|
660
|
+
"text-primary"?: any;
|
|
661
|
+
"text-primary-active"?: any;
|
|
662
|
+
"text-primary-hover"?: any;
|
|
663
|
+
"text-primary-inverted"?: any;
|
|
664
|
+
"text-primary-inverted-subtle"?: any;
|
|
665
|
+
"text-primary-selected"?: any;
|
|
666
|
+
"text-success"?: any;
|
|
667
|
+
"text-warning"?: any;
|
|
668
|
+
};
|
|
669
|
+
'font-sizes': {
|
|
670
|
+
readonly 150: "0.75rem";
|
|
671
|
+
readonly 175: "0.875rem";
|
|
672
|
+
readonly 200: "1rem";
|
|
673
|
+
readonly 225: "1.125rem";
|
|
674
|
+
readonly 250: "1.25rem";
|
|
675
|
+
readonly 300: "1.5rem";
|
|
676
|
+
readonly 400: "2rem";
|
|
677
|
+
readonly 500: "2.5rem";
|
|
678
|
+
readonly 600: "3rem";
|
|
679
|
+
readonly 800: "4rem";
|
|
680
|
+
readonly 900: "4.5rem";
|
|
681
|
+
};
|
|
682
|
+
fonts: {
|
|
683
|
+
readonly heading: "Roobert, sans-serif";
|
|
684
|
+
readonly body: "Open Sans, sans-serif";
|
|
685
|
+
};
|
|
686
|
+
radii: {
|
|
687
|
+
readonly none: 0;
|
|
688
|
+
readonly half: "999em";
|
|
689
|
+
readonly 25: "2px";
|
|
690
|
+
readonly 50: "4px";
|
|
691
|
+
readonly 75: "6px";
|
|
692
|
+
readonly 100: "8px";
|
|
693
|
+
readonly 200: "16px";
|
|
694
|
+
};
|
|
695
|
+
shadows: {
|
|
696
|
+
readonly 50: "0 4px 16px #05003812";
|
|
697
|
+
readonly 100: "0 8px 32px #05003808";
|
|
698
|
+
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
699
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
700
|
+
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
701
|
+
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
702
|
+
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
703
|
+
};
|
|
704
|
+
sizes: {
|
|
705
|
+
readonly number: string;
|
|
706
|
+
readonly 'icon-200': "16px";
|
|
707
|
+
readonly 'icon-300': "24px";
|
|
708
|
+
readonly 'icon-400': "32px";
|
|
709
|
+
};
|
|
710
|
+
space: {
|
|
711
|
+
readonly 0: 0;
|
|
712
|
+
readonly 50: "4px";
|
|
713
|
+
readonly 100: "8px";
|
|
714
|
+
readonly 150: "12px";
|
|
715
|
+
readonly 200: "16px";
|
|
716
|
+
readonly 300: "24px";
|
|
717
|
+
readonly 400: "32px";
|
|
718
|
+
readonly 500: "40px";
|
|
719
|
+
readonly 600: "48px";
|
|
720
|
+
readonly 700: "56px";
|
|
721
|
+
readonly 800: "64px";
|
|
722
|
+
readonly 1200: "96px";
|
|
723
|
+
readonly 1600: "128px";
|
|
724
|
+
};
|
|
725
|
+
'space-gap': {
|
|
726
|
+
readonly 0: any;
|
|
727
|
+
readonly 50: any;
|
|
728
|
+
readonly 100: any;
|
|
729
|
+
readonly 200: any;
|
|
730
|
+
readonly 300: any;
|
|
731
|
+
};
|
|
732
|
+
'space-inset': {
|
|
733
|
+
readonly 0: any;
|
|
734
|
+
readonly 50: any;
|
|
735
|
+
readonly 100: any;
|
|
736
|
+
readonly 150: any;
|
|
737
|
+
readonly 200: any;
|
|
738
|
+
readonly 300: any;
|
|
739
|
+
readonly 400: any;
|
|
740
|
+
readonly 500: any;
|
|
741
|
+
readonly 600: any;
|
|
742
|
+
readonly 800: any;
|
|
743
|
+
readonly 1200: any;
|
|
744
|
+
readonly 1600: any;
|
|
745
|
+
};
|
|
746
|
+
'space-offset': {
|
|
747
|
+
readonly 0: any;
|
|
748
|
+
readonly 50: any;
|
|
749
|
+
readonly 100: any;
|
|
750
|
+
readonly 150: any;
|
|
751
|
+
readonly 200: any;
|
|
752
|
+
readonly 300: any;
|
|
753
|
+
readonly 400: any;
|
|
754
|
+
readonly 600: any;
|
|
755
|
+
readonly 800: any;
|
|
756
|
+
readonly 1200: any;
|
|
757
|
+
readonly 1600: any;
|
|
758
|
+
readonly 'stacking-0': any;
|
|
759
|
+
readonly 'stacking-100': any;
|
|
760
|
+
readonly 'stacking-200': any;
|
|
761
|
+
readonly 'stacking-300': any;
|
|
762
|
+
readonly 'stacking-400': any;
|
|
763
|
+
readonly 'stacking-500': any;
|
|
764
|
+
readonly 'stacking-800': any;
|
|
765
|
+
};
|
|
766
|
+
'stroke-width': {
|
|
767
|
+
readonly thin: "1.5px";
|
|
768
|
+
readonly normal: "2px";
|
|
769
|
+
readonly bold: "4px";
|
|
770
|
+
};
|
|
771
|
+
'z-indices': {
|
|
772
|
+
readonly dropdownMenu: 100;
|
|
773
|
+
readonly select: 200;
|
|
774
|
+
readonly popover: 300;
|
|
775
|
+
readonly tooltip: 400;
|
|
776
|
+
};
|
|
777
|
+
}, {
|
|
778
|
+
readonly background: "colors";
|
|
779
|
+
readonly backgroundColor: "colors";
|
|
780
|
+
readonly backgroundImage: "colors";
|
|
781
|
+
readonly blockSize: "sizes";
|
|
782
|
+
readonly border: "colors";
|
|
783
|
+
readonly borderBlock: "colors";
|
|
784
|
+
readonly borderBlockEnd: "colors";
|
|
785
|
+
readonly borderBlockStart: "colors";
|
|
786
|
+
readonly borderBottom: "colors";
|
|
787
|
+
readonly borderBottomColor: "colors";
|
|
788
|
+
readonly borderBottomLeftRadius: "radii";
|
|
789
|
+
readonly borderBottomRightRadius: "radii";
|
|
790
|
+
readonly borderBottomStyle: "border-styles";
|
|
791
|
+
readonly borderBottomWidth: "border-widths";
|
|
792
|
+
readonly borderColor: "colors";
|
|
793
|
+
readonly borderImage: "colors";
|
|
794
|
+
readonly borderInline: "colors";
|
|
795
|
+
readonly borderInlineEnd: "colors";
|
|
796
|
+
readonly borderInlineStart: "colors";
|
|
797
|
+
readonly borderLeft: "colors";
|
|
798
|
+
readonly borderLeftColor: "colors";
|
|
799
|
+
readonly borderLeftStyle: "border-styles";
|
|
800
|
+
readonly borderLeftWidth: "border-widths";
|
|
801
|
+
readonly borderRadius: "radii";
|
|
802
|
+
readonly borderRight: "colors";
|
|
803
|
+
readonly borderRightColor: "colors";
|
|
804
|
+
readonly borderRightStyle: "border-styles";
|
|
805
|
+
readonly borderRightWidth: "border-widths";
|
|
806
|
+
readonly borderStyle: "border-styles";
|
|
807
|
+
readonly borderTop: "colors";
|
|
808
|
+
readonly borderTopColor: "colors";
|
|
809
|
+
readonly borderTopLeftRadius: "radii";
|
|
810
|
+
readonly borderTopRightRadius: "radii";
|
|
811
|
+
readonly borderTopStyle: "border-styles";
|
|
812
|
+
readonly borderTopWidth: "border-widths";
|
|
813
|
+
readonly borderWidth: "border-widths";
|
|
814
|
+
readonly bottom: "space";
|
|
815
|
+
readonly boxShadow: "shadows";
|
|
816
|
+
readonly caretColor: "colors";
|
|
817
|
+
readonly color: "colors";
|
|
818
|
+
readonly columnGap: "space-gap";
|
|
819
|
+
readonly columnRuleColor: "colors";
|
|
820
|
+
readonly fill: "colors";
|
|
821
|
+
readonly flexBasis: "sizes";
|
|
822
|
+
readonly fontFamily: "fonts";
|
|
823
|
+
readonly fontSize: "font-sizes";
|
|
824
|
+
readonly fontWeight: "font-weights";
|
|
825
|
+
readonly gap: "space-gap";
|
|
826
|
+
readonly gridColumnGap: "space-gap";
|
|
827
|
+
readonly gridGap: "space-gap";
|
|
828
|
+
readonly gridRowGap: "space-gap";
|
|
829
|
+
readonly gridTemplateColumns: "sizes";
|
|
830
|
+
readonly gridTemplateRows: "sizes";
|
|
831
|
+
readonly height: "sizes";
|
|
832
|
+
readonly inlineSize: "sizes";
|
|
833
|
+
readonly inset: "space-inset";
|
|
834
|
+
readonly insetBlock: "space-inset";
|
|
835
|
+
readonly insetBlockEnd: "space-inset";
|
|
836
|
+
readonly insetBlockStart: "space-inset";
|
|
837
|
+
readonly insetInline: "space-inset";
|
|
838
|
+
readonly insetInlineEnd: "space-inset";
|
|
839
|
+
readonly insetInlineStart: "space-inset";
|
|
840
|
+
readonly left: "space";
|
|
841
|
+
readonly letterSpacing: "letter-spacings";
|
|
842
|
+
readonly lineHeight: "line-heights";
|
|
843
|
+
readonly margin: "space-offset";
|
|
844
|
+
readonly marginBlock: "space-offset";
|
|
845
|
+
readonly marginBlockEnd: "space-offset";
|
|
846
|
+
readonly marginBlockStart: "space-offset";
|
|
847
|
+
readonly marginBottom: "space-offset";
|
|
848
|
+
readonly marginInline: "space-offset";
|
|
849
|
+
readonly marginInlineEnd: "space-offset";
|
|
850
|
+
readonly marginInlineStart: "space-offset";
|
|
851
|
+
readonly marginLeft: "space-offset";
|
|
852
|
+
readonly marginRight: "space-offset";
|
|
853
|
+
readonly marginTop: "space-offset";
|
|
854
|
+
readonly maxBlockSize: "sizes";
|
|
855
|
+
readonly maxHeight: "sizes";
|
|
856
|
+
readonly maxInlineSize: "sizes";
|
|
857
|
+
readonly maxWidth: "sizes";
|
|
858
|
+
readonly minBlockSize: "sizes";
|
|
859
|
+
readonly minHeight: "sizes";
|
|
860
|
+
readonly minInlineSize: "sizes";
|
|
861
|
+
readonly minWidth: "sizes";
|
|
862
|
+
readonly outline: "colors";
|
|
863
|
+
readonly outlineColor: "colors";
|
|
864
|
+
readonly padding: "space-inset";
|
|
865
|
+
readonly paddingBlock: "space-inset";
|
|
866
|
+
readonly paddingBlockEnd: "space-inset";
|
|
867
|
+
readonly paddingBlockStart: "space-inset";
|
|
868
|
+
readonly paddingBottom: "space-inset";
|
|
869
|
+
readonly paddingInline: "space-inset";
|
|
870
|
+
readonly paddingInlineEnd: "space-inset";
|
|
871
|
+
readonly paddingInlineStart: "space-inset";
|
|
872
|
+
readonly paddingLeft: "space-inset";
|
|
873
|
+
readonly paddingRight: "space-inset";
|
|
874
|
+
readonly paddingTop: "space-inset";
|
|
875
|
+
readonly right: "space";
|
|
876
|
+
readonly rowGap: "space-gap";
|
|
877
|
+
readonly scrollMargin: "space-offset";
|
|
878
|
+
readonly scrollMarginBlock: "space-offset";
|
|
879
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
880
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
881
|
+
readonly scrollMarginBottom: "space-offset";
|
|
882
|
+
readonly scrollMarginInline: "space-offset";
|
|
883
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
884
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
885
|
+
readonly scrollMarginLeft: "space-offset";
|
|
886
|
+
readonly scrollMarginRight: "space-offset";
|
|
887
|
+
readonly scrollMarginTop: "space-offset";
|
|
888
|
+
readonly scrollPadding: "space-inset";
|
|
889
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
890
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
891
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
892
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
893
|
+
readonly scrollPaddingInline: "space-inset";
|
|
894
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
895
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
896
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
897
|
+
readonly scrollPaddingRight: "space-inset";
|
|
898
|
+
readonly scrollPaddingTop: "space-inset";
|
|
899
|
+
readonly stroke: "colors";
|
|
900
|
+
readonly strokeWidth: "stroke-width";
|
|
901
|
+
readonly textDecorationColor: "colors";
|
|
902
|
+
readonly textShadow: "shadows";
|
|
903
|
+
readonly top: "space";
|
|
904
|
+
readonly transition: "transitions";
|
|
905
|
+
readonly width: "sizes";
|
|
906
|
+
readonly zIndex: "z-indices";
|
|
907
|
+
}, {
|
|
908
|
+
paddingX: (value: {
|
|
909
|
+
readonly [$$PropertyValue]: "padding";
|
|
910
|
+
}) => {
|
|
911
|
+
paddingLeft: {
|
|
912
|
+
readonly [$$PropertyValue]: "padding";
|
|
783
913
|
};
|
|
784
|
-
|
|
785
|
-
readonly
|
|
786
|
-
readonly select: 200;
|
|
787
|
-
readonly popover: 300;
|
|
788
|
-
readonly tooltip: 400;
|
|
914
|
+
paddingRight: {
|
|
915
|
+
readonly [$$PropertyValue]: "padding";
|
|
789
916
|
};
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
readonly
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
readonly border: "colors";
|
|
796
|
-
readonly borderBlock: "colors";
|
|
797
|
-
readonly borderBlockEnd: "colors";
|
|
798
|
-
readonly borderBlockStart: "colors";
|
|
799
|
-
readonly borderBottom: "colors";
|
|
800
|
-
readonly borderBottomColor: "colors";
|
|
801
|
-
readonly borderBottomLeftRadius: "radii";
|
|
802
|
-
readonly borderBottomRightRadius: "radii";
|
|
803
|
-
readonly borderBottomStyle: "border-styles";
|
|
804
|
-
readonly borderBottomWidth: "border-widths";
|
|
805
|
-
readonly borderColor: "colors";
|
|
806
|
-
readonly borderImage: "colors";
|
|
807
|
-
readonly borderInline: "colors";
|
|
808
|
-
readonly borderInlineEnd: "colors";
|
|
809
|
-
readonly borderInlineStart: "colors";
|
|
810
|
-
readonly borderLeft: "colors";
|
|
811
|
-
readonly borderLeftColor: "colors";
|
|
812
|
-
readonly borderLeftStyle: "border-styles";
|
|
813
|
-
readonly borderLeftWidth: "border-widths";
|
|
814
|
-
readonly borderRadius: "radii";
|
|
815
|
-
readonly borderRight: "colors";
|
|
816
|
-
readonly borderRightColor: "colors";
|
|
817
|
-
readonly borderRightStyle: "border-styles";
|
|
818
|
-
readonly borderRightWidth: "border-widths";
|
|
819
|
-
readonly borderStyle: "border-styles";
|
|
820
|
-
readonly borderTop: "colors";
|
|
821
|
-
readonly borderTopColor: "colors";
|
|
822
|
-
readonly borderTopLeftRadius: "radii";
|
|
823
|
-
readonly borderTopRightRadius: "radii";
|
|
824
|
-
readonly borderTopStyle: "border-styles";
|
|
825
|
-
readonly borderTopWidth: "border-widths";
|
|
826
|
-
readonly borderWidth: "border-widths";
|
|
827
|
-
readonly bottom: "space";
|
|
828
|
-
readonly boxShadow: "shadows";
|
|
829
|
-
readonly caretColor: "colors";
|
|
830
|
-
readonly color: "colors";
|
|
831
|
-
readonly columnGap: "space-gap";
|
|
832
|
-
readonly columnRuleColor: "colors";
|
|
833
|
-
readonly fill: "colors";
|
|
834
|
-
readonly flexBasis: "sizes";
|
|
835
|
-
readonly fontFamily: "fonts";
|
|
836
|
-
readonly fontSize: "font-sizes";
|
|
837
|
-
readonly fontWeight: "font-weights";
|
|
838
|
-
readonly gap: "space-gap";
|
|
839
|
-
readonly gridColumnGap: "space-gap";
|
|
840
|
-
readonly gridGap: "space-gap";
|
|
841
|
-
readonly gridRowGap: "space-gap";
|
|
842
|
-
readonly gridTemplateColumns: "sizes";
|
|
843
|
-
readonly gridTemplateRows: "sizes";
|
|
844
|
-
readonly height: "sizes";
|
|
845
|
-
readonly inlineSize: "sizes";
|
|
846
|
-
readonly inset: "space-inset";
|
|
847
|
-
readonly insetBlock: "space-inset";
|
|
848
|
-
readonly insetBlockEnd: "space-inset";
|
|
849
|
-
readonly insetBlockStart: "space-inset";
|
|
850
|
-
readonly insetInline: "space-inset";
|
|
851
|
-
readonly insetInlineEnd: "space-inset";
|
|
852
|
-
readonly insetInlineStart: "space-inset";
|
|
853
|
-
readonly left: "space";
|
|
854
|
-
readonly letterSpacing: "letter-spacings";
|
|
855
|
-
readonly lineHeight: "line-heights";
|
|
856
|
-
readonly margin: "space-offset";
|
|
857
|
-
readonly marginBlock: "space-offset";
|
|
858
|
-
readonly marginBlockEnd: "space-offset";
|
|
859
|
-
readonly marginBlockStart: "space-offset";
|
|
860
|
-
readonly marginBottom: "space-offset";
|
|
861
|
-
readonly marginInline: "space-offset";
|
|
862
|
-
readonly marginInlineEnd: "space-offset";
|
|
863
|
-
readonly marginInlineStart: "space-offset";
|
|
864
|
-
readonly marginLeft: "space-offset";
|
|
865
|
-
readonly marginRight: "space-offset";
|
|
866
|
-
readonly marginTop: "space-offset";
|
|
867
|
-
readonly maxBlockSize: "sizes";
|
|
868
|
-
readonly maxHeight: "sizes";
|
|
869
|
-
readonly maxInlineSize: "sizes";
|
|
870
|
-
readonly maxWidth: "sizes";
|
|
871
|
-
readonly minBlockSize: "sizes";
|
|
872
|
-
readonly minHeight: "sizes";
|
|
873
|
-
readonly minInlineSize: "sizes";
|
|
874
|
-
readonly minWidth: "sizes";
|
|
875
|
-
readonly outline: "colors";
|
|
876
|
-
readonly outlineColor: "colors";
|
|
877
|
-
readonly padding: "space-inset";
|
|
878
|
-
readonly paddingBlock: "space-inset";
|
|
879
|
-
readonly paddingBlockEnd: "space-inset";
|
|
880
|
-
readonly paddingBlockStart: "space-inset";
|
|
881
|
-
readonly paddingBottom: "space-inset";
|
|
882
|
-
readonly paddingInline: "space-inset";
|
|
883
|
-
readonly paddingInlineEnd: "space-inset";
|
|
884
|
-
readonly paddingInlineStart: "space-inset";
|
|
885
|
-
readonly paddingLeft: "space-inset";
|
|
886
|
-
readonly paddingRight: "space-inset";
|
|
887
|
-
readonly paddingTop: "space-inset";
|
|
888
|
-
readonly right: "space";
|
|
889
|
-
readonly rowGap: "space-gap";
|
|
890
|
-
readonly scrollMargin: "space-offset";
|
|
891
|
-
readonly scrollMarginBlock: "space-offset";
|
|
892
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
893
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
894
|
-
readonly scrollMarginBottom: "space-offset";
|
|
895
|
-
readonly scrollMarginInline: "space-offset";
|
|
896
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
897
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
898
|
-
readonly scrollMarginLeft: "space-offset";
|
|
899
|
-
readonly scrollMarginRight: "space-offset";
|
|
900
|
-
readonly scrollMarginTop: "space-offset";
|
|
901
|
-
readonly scrollPadding: "space-inset";
|
|
902
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
903
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
904
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
905
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
906
|
-
readonly scrollPaddingInline: "space-inset";
|
|
907
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
908
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
909
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
910
|
-
readonly scrollPaddingRight: "space-inset";
|
|
911
|
-
readonly scrollPaddingTop: "space-inset";
|
|
912
|
-
readonly stroke: "colors";
|
|
913
|
-
readonly strokeWidth: "stroke-width";
|
|
914
|
-
readonly textDecorationColor: "colors";
|
|
915
|
-
readonly textShadow: "shadows";
|
|
916
|
-
readonly top: "space";
|
|
917
|
-
readonly transition: "transitions";
|
|
918
|
-
readonly width: "sizes";
|
|
919
|
-
readonly zIndex: "z-indices";
|
|
920
|
-
}, {
|
|
921
|
-
paddingX: (value: {
|
|
917
|
+
};
|
|
918
|
+
paddingY: (value: {
|
|
919
|
+
readonly [$$PropertyValue]: "padding";
|
|
920
|
+
}) => {
|
|
921
|
+
paddingTop: {
|
|
922
922
|
readonly [$$PropertyValue]: "padding";
|
|
923
|
-
}) => {
|
|
924
|
-
paddingLeft: {
|
|
925
|
-
readonly [$$PropertyValue]: "padding";
|
|
926
|
-
};
|
|
927
|
-
paddingRight: {
|
|
928
|
-
readonly [$$PropertyValue]: "padding";
|
|
929
|
-
};
|
|
930
923
|
};
|
|
931
|
-
|
|
924
|
+
paddingBottom: {
|
|
932
925
|
readonly [$$PropertyValue]: "padding";
|
|
933
|
-
}) => {
|
|
934
|
-
paddingTop: {
|
|
935
|
-
readonly [$$PropertyValue]: "padding";
|
|
936
|
-
};
|
|
937
|
-
paddingBottom: {
|
|
938
|
-
readonly [$$PropertyValue]: "padding";
|
|
939
|
-
};
|
|
940
926
|
};
|
|
941
|
-
|
|
927
|
+
};
|
|
928
|
+
marginX: (value: {
|
|
929
|
+
readonly [$$PropertyValue]: "margin";
|
|
930
|
+
}) => {
|
|
931
|
+
marginLeft: {
|
|
932
|
+
readonly [$$PropertyValue]: "margin";
|
|
933
|
+
};
|
|
934
|
+
marginRight: {
|
|
942
935
|
readonly [$$PropertyValue]: "margin";
|
|
943
|
-
}) => {
|
|
944
|
-
marginLeft: {
|
|
945
|
-
readonly [$$PropertyValue]: "margin";
|
|
946
|
-
};
|
|
947
|
-
marginRight: {
|
|
948
|
-
readonly [$$PropertyValue]: "margin";
|
|
949
|
-
};
|
|
950
936
|
};
|
|
951
|
-
|
|
937
|
+
};
|
|
938
|
+
marginY: (value: {
|
|
939
|
+
readonly [$$PropertyValue]: "margin";
|
|
940
|
+
}) => {
|
|
941
|
+
marginTop: {
|
|
952
942
|
readonly [$$PropertyValue]: "margin";
|
|
953
|
-
}) => {
|
|
954
|
-
marginTop: {
|
|
955
|
-
readonly [$$PropertyValue]: "margin";
|
|
956
|
-
};
|
|
957
|
-
marginBottom: {
|
|
958
|
-
readonly [$$PropertyValue]: "margin";
|
|
959
|
-
};
|
|
960
943
|
};
|
|
961
|
-
|
|
944
|
+
marginBottom: {
|
|
945
|
+
readonly [$$PropertyValue]: "margin";
|
|
946
|
+
};
|
|
947
|
+
};
|
|
948
|
+
square: (value: {
|
|
949
|
+
readonly [$$PropertyValue]: "width";
|
|
950
|
+
}) => {
|
|
951
|
+
width: {
|
|
952
|
+
readonly [$$PropertyValue]: "width";
|
|
953
|
+
};
|
|
954
|
+
height: {
|
|
962
955
|
readonly [$$PropertyValue]: "width";
|
|
963
|
-
}) => {
|
|
964
|
-
width: {
|
|
965
|
-
readonly [$$PropertyValue]: "width";
|
|
966
|
-
};
|
|
967
|
-
height: {
|
|
968
|
-
readonly [$$PropertyValue]: "width";
|
|
969
|
-
};
|
|
970
956
|
};
|
|
971
|
-
}
|
|
972
|
-
}> & {
|
|
973
|
-
|
|
974
|
-
|
|
957
|
+
};
|
|
958
|
+
}>>>, "unstyled" | "wrapper" | "active"> & _stitches_react_types_styled_component.TransformProps<{
|
|
959
|
+
unstyled?: boolean | "true" | "false" | undefined;
|
|
960
|
+
wrapper?: boolean | "true" | undefined;
|
|
961
|
+
active?: boolean | "true" | "false" | undefined;
|
|
962
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
975
963
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
976
964
|
wrapper?: boolean | "true" | undefined;
|
|
977
965
|
active?: boolean | "true" | "false" | undefined;
|
|
@@ -997,962 +985,956 @@ declare const Item: react__default.ForwardRefExoticComponent<Omit<ItemProps, "re
|
|
|
997
985
|
declare type IconProps = Omit<ItemProps, 'unstyled'>;
|
|
998
986
|
declare const Icon: react__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react__default.RefAttributes<HTMLButtonElement>>;
|
|
999
987
|
|
|
1000
|
-
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
988
|
+
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
989
|
+
'border-widths': {
|
|
990
|
+
readonly none: 0;
|
|
991
|
+
readonly sm: "1px";
|
|
992
|
+
readonly md: "2px";
|
|
993
|
+
readonly lg: "4px";
|
|
994
|
+
};
|
|
995
|
+
colors: {
|
|
996
|
+
readonly black: any;
|
|
997
|
+
readonly 'blue-100': any;
|
|
998
|
+
readonly 'blue-200': any;
|
|
999
|
+
readonly 'blue-300': any;
|
|
1000
|
+
readonly 'blue-400': any;
|
|
1001
|
+
readonly 'blue-500': any;
|
|
1002
|
+
readonly 'blue-600': any;
|
|
1003
|
+
readonly 'blue-700': any;
|
|
1004
|
+
readonly 'blue-800': any;
|
|
1005
|
+
readonly 'blue-900': any;
|
|
1006
|
+
readonly 'blue-1000': any;
|
|
1007
|
+
readonly 'gray-100': any;
|
|
1008
|
+
readonly 'gray-200': any;
|
|
1009
|
+
readonly 'gray-300': any;
|
|
1010
|
+
readonly 'gray-400': any;
|
|
1011
|
+
readonly 'gray-500': any;
|
|
1012
|
+
readonly 'gray-600': any;
|
|
1013
|
+
readonly 'gray-700': any;
|
|
1014
|
+
readonly 'gray-800': any;
|
|
1015
|
+
readonly 'gray-900': any;
|
|
1016
|
+
readonly 'green-100': any;
|
|
1017
|
+
readonly 'green-200': any;
|
|
1018
|
+
readonly 'green-300': any;
|
|
1019
|
+
readonly 'green-400': any;
|
|
1020
|
+
readonly 'green-500': any;
|
|
1021
|
+
readonly 'green-600': any;
|
|
1022
|
+
readonly 'green-700': any;
|
|
1023
|
+
readonly 'green-800': any;
|
|
1024
|
+
readonly 'green-900': any;
|
|
1025
|
+
readonly 'indigo-100': any;
|
|
1026
|
+
readonly 'indigo-200': any;
|
|
1027
|
+
readonly 'indigo-300': any;
|
|
1028
|
+
readonly 'indigo-400': any;
|
|
1029
|
+
readonly 'indigo-500': any;
|
|
1030
|
+
readonly 'indigo-600': any;
|
|
1031
|
+
readonly 'indigo-700': any;
|
|
1032
|
+
readonly 'indigo-800': any;
|
|
1033
|
+
readonly 'indigo-900': any;
|
|
1034
|
+
readonly 'red-100': any;
|
|
1035
|
+
readonly 'red-200': any;
|
|
1036
|
+
readonly 'red-300': any;
|
|
1037
|
+
readonly 'red-400': any;
|
|
1038
|
+
readonly 'red-500': any;
|
|
1039
|
+
readonly 'red-600': any;
|
|
1040
|
+
readonly 'red-700': any;
|
|
1041
|
+
readonly 'red-800': any;
|
|
1042
|
+
readonly 'red-900': any;
|
|
1043
|
+
readonly transparent: any;
|
|
1044
|
+
readonly white: any;
|
|
1045
|
+
readonly 'yellow-100': any;
|
|
1046
|
+
readonly 'yellow-200': any;
|
|
1047
|
+
readonly 'yellow-300': any;
|
|
1048
|
+
readonly 'yellow-400': any;
|
|
1049
|
+
readonly 'yellow-500': any;
|
|
1050
|
+
readonly 'yellow-600': any;
|
|
1051
|
+
readonly 'yellow-700': any;
|
|
1052
|
+
readonly 'yellow-800': any;
|
|
1053
|
+
readonly 'yellow-900': any;
|
|
1054
|
+
"background-alpha-active"?: any;
|
|
1055
|
+
"background-alpha-hover"?: any;
|
|
1056
|
+
"background-danger-prominent"?: any;
|
|
1057
|
+
"background-danger-prominent-active"?: any;
|
|
1058
|
+
"background-danger-prominent-hover"?: any;
|
|
1059
|
+
"background-danger-subtle"?: any;
|
|
1060
|
+
"background-danger-subtle-active"?: any;
|
|
1061
|
+
"background-danger-subtle-hover"?: any;
|
|
1062
|
+
"background-neutrals"?: any;
|
|
1063
|
+
"background-neutrals-active"?: any;
|
|
1064
|
+
"background-neutrals-container"?: any;
|
|
1065
|
+
"background-neutrals-controls-disabled"?: any;
|
|
1066
|
+
"background-neutrals-disabled"?: any;
|
|
1067
|
+
"background-neutrals-hover"?: any;
|
|
1068
|
+
"background-neutrals-inactive"?: any;
|
|
1069
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1070
|
+
"background-neutrals-inverted"?: any;
|
|
1071
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
1072
|
+
"background-neutrals-page"?: any;
|
|
1073
|
+
"background-neutrals-page-subtle"?: any;
|
|
1074
|
+
"background-neutrals-scrolls"?: any;
|
|
1075
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
1076
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
1077
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
1078
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
1079
|
+
"background-neutrals-subtle"?: any;
|
|
1080
|
+
"background-neutrals-subtle-active"?: any;
|
|
1081
|
+
"background-neutrals-subtle-hover"?: any;
|
|
1082
|
+
"background-primary-prominent"?: any;
|
|
1083
|
+
"background-primary-prominent-active"?: any;
|
|
1084
|
+
"background-primary-prominent-expanded"?: any;
|
|
1085
|
+
"background-primary-prominent-hover"?: any;
|
|
1086
|
+
"background-primary-prominent-pressed"?: any;
|
|
1087
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
1088
|
+
"background-primary-prominent-selected"?: any;
|
|
1089
|
+
"background-primary-subtle"?: any;
|
|
1090
|
+
"background-primary-subtle-active"?: any;
|
|
1091
|
+
"background-primary-subtle-expanded"?: any;
|
|
1092
|
+
"background-primary-subtle-hover"?: any;
|
|
1093
|
+
"background-primary-subtle-pressed"?: any;
|
|
1094
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
1095
|
+
"background-primary-subtle-selected"?: any;
|
|
1096
|
+
"background-success"?: any;
|
|
1097
|
+
"background-warning-prominent"?: any;
|
|
1098
|
+
"background-warning-subtle"?: any;
|
|
1099
|
+
"border-danger"?: any;
|
|
1100
|
+
"border-danger-active"?: any;
|
|
1101
|
+
"border-danger-hover"?: any;
|
|
1102
|
+
"border-focus-inner"?: any;
|
|
1103
|
+
"border-focus-middle"?: any;
|
|
1104
|
+
"border-focus-outer"?: any;
|
|
1105
|
+
"border-neutrals"?: any;
|
|
1106
|
+
"border-neutrals-active"?: any;
|
|
1107
|
+
"border-neutrals-controls"?: any;
|
|
1108
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1109
|
+
"border-neutrals-disabled"?: any;
|
|
1110
|
+
"border-neutrals-hover"?: any;
|
|
1111
|
+
"border-neutrals-inverted"?: any;
|
|
1112
|
+
"border-neutrals-subtle"?: any;
|
|
1113
|
+
"border-neutrals-text"?: any;
|
|
1114
|
+
"border-neutrals-text-active"?: any;
|
|
1115
|
+
"border-neutrals-text-hover"?: any;
|
|
1116
|
+
"border-neutrals-text-subtle"?: any;
|
|
1117
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
1118
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1119
|
+
"border-neutrals-transparent"?: any;
|
|
1120
|
+
"border-primary"?: any;
|
|
1121
|
+
"border-primary-active"?: any;
|
|
1122
|
+
"border-primary-hover"?: any;
|
|
1123
|
+
"border-primary-inverted"?: any;
|
|
1124
|
+
"border-success"?: any;
|
|
1125
|
+
"border-warning"?: any;
|
|
1126
|
+
"icon-danger"?: any;
|
|
1127
|
+
"icon-danger-active"?: any;
|
|
1128
|
+
"icon-danger-hover"?: any;
|
|
1129
|
+
"icon-danger-inverted"?: any;
|
|
1130
|
+
"icon-neutrals"?: any;
|
|
1131
|
+
"icon-neutrals-disabled"?: any;
|
|
1132
|
+
"icon-neutrals-inactive"?: any;
|
|
1133
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1134
|
+
"icon-neutrals-inverted"?: any;
|
|
1135
|
+
"icon-neutrals-search"?: any;
|
|
1136
|
+
"icon-neutrals-subtle"?: any;
|
|
1137
|
+
"icon-neutrals-text"?: any;
|
|
1138
|
+
"icon-primary"?: any;
|
|
1139
|
+
"icon-primary-active"?: any;
|
|
1140
|
+
"icon-primary-hover"?: any;
|
|
1141
|
+
"icon-primary-inverted"?: any;
|
|
1142
|
+
"icon-primary-selected"?: any;
|
|
1143
|
+
"icon-success"?: any;
|
|
1144
|
+
"icon-success-inverted"?: any;
|
|
1145
|
+
"icon-warning"?: any;
|
|
1146
|
+
"icon-warning-prominent"?: any;
|
|
1147
|
+
"text-danger"?: any;
|
|
1148
|
+
"text-danger-active"?: any;
|
|
1149
|
+
"text-danger-hover"?: any;
|
|
1150
|
+
"text-danger-inverted"?: any;
|
|
1151
|
+
"text-neutrals"?: any;
|
|
1152
|
+
"text-neutrals-active"?: any;
|
|
1153
|
+
"text-neutrals-disabled"?: any;
|
|
1154
|
+
"text-neutrals-hover"?: any;
|
|
1155
|
+
"text-neutrals-inverted"?: any;
|
|
1156
|
+
"text-neutrals-placeholder"?: any;
|
|
1157
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1158
|
+
"text-neutrals-subtle"?: any;
|
|
1159
|
+
"text-neutrals-subtle-active"?: any;
|
|
1160
|
+
"text-neutrals-subtle-hover"?: any;
|
|
1161
|
+
"text-primary"?: any;
|
|
1162
|
+
"text-primary-active"?: any;
|
|
1163
|
+
"text-primary-hover"?: any;
|
|
1164
|
+
"text-primary-inverted"?: any;
|
|
1165
|
+
"text-primary-inverted-subtle"?: any;
|
|
1166
|
+
"text-primary-selected"?: any;
|
|
1167
|
+
"text-success"?: any;
|
|
1168
|
+
"text-warning"?: any;
|
|
1169
|
+
};
|
|
1170
|
+
'font-sizes': {
|
|
1171
|
+
readonly 150: "0.75rem";
|
|
1172
|
+
readonly 175: "0.875rem";
|
|
1173
|
+
readonly 200: "1rem";
|
|
1174
|
+
readonly 225: "1.125rem";
|
|
1175
|
+
readonly 250: "1.25rem";
|
|
1176
|
+
readonly 300: "1.5rem";
|
|
1177
|
+
readonly 400: "2rem";
|
|
1178
|
+
readonly 500: "2.5rem";
|
|
1179
|
+
readonly 600: "3rem";
|
|
1180
|
+
readonly 800: "4rem";
|
|
1181
|
+
readonly 900: "4.5rem";
|
|
1182
|
+
};
|
|
1183
|
+
fonts: {
|
|
1184
|
+
readonly heading: "Roobert, sans-serif";
|
|
1185
|
+
readonly body: "Open Sans, sans-serif";
|
|
1186
|
+
};
|
|
1187
|
+
radii: {
|
|
1188
|
+
readonly none: 0;
|
|
1189
|
+
readonly half: "999em";
|
|
1190
|
+
readonly 25: "2px";
|
|
1191
|
+
readonly 50: "4px";
|
|
1192
|
+
readonly 75: "6px";
|
|
1193
|
+
readonly 100: "8px";
|
|
1194
|
+
readonly 200: "16px";
|
|
1195
|
+
};
|
|
1196
|
+
shadows: {
|
|
1197
|
+
readonly 50: "0 4px 16px #05003812";
|
|
1198
|
+
readonly 100: "0 8px 32px #05003808";
|
|
1199
|
+
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
1200
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
1201
|
+
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
1202
|
+
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
1203
|
+
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
1204
|
+
};
|
|
1205
|
+
sizes: {
|
|
1206
|
+
readonly number: string;
|
|
1207
|
+
readonly 'icon-200': "16px";
|
|
1208
|
+
readonly 'icon-300': "24px";
|
|
1209
|
+
readonly 'icon-400': "32px";
|
|
1210
|
+
};
|
|
1211
|
+
space: {
|
|
1212
|
+
readonly 0: 0;
|
|
1213
|
+
readonly 50: "4px";
|
|
1214
|
+
readonly 100: "8px";
|
|
1215
|
+
readonly 150: "12px";
|
|
1216
|
+
readonly 200: "16px";
|
|
1217
|
+
readonly 300: "24px";
|
|
1218
|
+
readonly 400: "32px";
|
|
1219
|
+
readonly 500: "40px";
|
|
1220
|
+
readonly 600: "48px";
|
|
1221
|
+
readonly 700: "56px";
|
|
1222
|
+
readonly 800: "64px";
|
|
1223
|
+
readonly 1200: "96px";
|
|
1224
|
+
readonly 1600: "128px";
|
|
1225
|
+
};
|
|
1226
|
+
'space-gap': {
|
|
1227
|
+
readonly 0: any;
|
|
1228
|
+
readonly 50: any;
|
|
1229
|
+
readonly 100: any;
|
|
1230
|
+
readonly 200: any;
|
|
1231
|
+
readonly 300: any;
|
|
1232
|
+
};
|
|
1233
|
+
'space-inset': {
|
|
1234
|
+
readonly 0: any;
|
|
1235
|
+
readonly 50: any;
|
|
1236
|
+
readonly 100: any;
|
|
1237
|
+
readonly 150: any;
|
|
1238
|
+
readonly 200: any;
|
|
1239
|
+
readonly 300: any;
|
|
1240
|
+
readonly 400: any;
|
|
1241
|
+
readonly 500: any;
|
|
1242
|
+
readonly 600: any;
|
|
1243
|
+
readonly 800: any;
|
|
1244
|
+
readonly 1200: any;
|
|
1245
|
+
readonly 1600: any;
|
|
1246
|
+
};
|
|
1247
|
+
'space-offset': {
|
|
1248
|
+
readonly 0: any;
|
|
1249
|
+
readonly 50: any;
|
|
1250
|
+
readonly 100: any;
|
|
1251
|
+
readonly 150: any;
|
|
1252
|
+
readonly 200: any;
|
|
1253
|
+
readonly 300: any;
|
|
1254
|
+
readonly 400: any;
|
|
1255
|
+
readonly 600: any;
|
|
1256
|
+
readonly 800: any;
|
|
1257
|
+
readonly 1200: any;
|
|
1258
|
+
readonly 1600: any;
|
|
1259
|
+
readonly 'stacking-0': any;
|
|
1260
|
+
readonly 'stacking-100': any;
|
|
1261
|
+
readonly 'stacking-200': any;
|
|
1262
|
+
readonly 'stacking-300': any;
|
|
1263
|
+
readonly 'stacking-400': any;
|
|
1264
|
+
readonly 'stacking-500': any;
|
|
1265
|
+
readonly 'stacking-800': any;
|
|
1266
|
+
};
|
|
1267
|
+
'stroke-width': {
|
|
1268
|
+
readonly thin: "1.5px";
|
|
1269
|
+
readonly normal: "2px";
|
|
1270
|
+
readonly bold: "4px";
|
|
1271
|
+
};
|
|
1272
|
+
'z-indices': {
|
|
1273
|
+
readonly dropdownMenu: 100;
|
|
1274
|
+
readonly select: 200;
|
|
1275
|
+
readonly popover: 300;
|
|
1276
|
+
readonly tooltip: 400;
|
|
1277
|
+
};
|
|
1278
|
+
}, {
|
|
1279
|
+
readonly background: "colors";
|
|
1280
|
+
readonly backgroundColor: "colors";
|
|
1281
|
+
readonly backgroundImage: "colors";
|
|
1282
|
+
readonly blockSize: "sizes";
|
|
1283
|
+
readonly border: "colors";
|
|
1284
|
+
readonly borderBlock: "colors";
|
|
1285
|
+
readonly borderBlockEnd: "colors";
|
|
1286
|
+
readonly borderBlockStart: "colors";
|
|
1287
|
+
readonly borderBottom: "colors";
|
|
1288
|
+
readonly borderBottomColor: "colors";
|
|
1289
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1290
|
+
readonly borderBottomRightRadius: "radii";
|
|
1291
|
+
readonly borderBottomStyle: "border-styles";
|
|
1292
|
+
readonly borderBottomWidth: "border-widths";
|
|
1293
|
+
readonly borderColor: "colors";
|
|
1294
|
+
readonly borderImage: "colors";
|
|
1295
|
+
readonly borderInline: "colors";
|
|
1296
|
+
readonly borderInlineEnd: "colors";
|
|
1297
|
+
readonly borderInlineStart: "colors";
|
|
1298
|
+
readonly borderLeft: "colors";
|
|
1299
|
+
readonly borderLeftColor: "colors";
|
|
1300
|
+
readonly borderLeftStyle: "border-styles";
|
|
1301
|
+
readonly borderLeftWidth: "border-widths";
|
|
1302
|
+
readonly borderRadius: "radii";
|
|
1303
|
+
readonly borderRight: "colors";
|
|
1304
|
+
readonly borderRightColor: "colors";
|
|
1305
|
+
readonly borderRightStyle: "border-styles";
|
|
1306
|
+
readonly borderRightWidth: "border-widths";
|
|
1307
|
+
readonly borderStyle: "border-styles";
|
|
1308
|
+
readonly borderTop: "colors";
|
|
1309
|
+
readonly borderTopColor: "colors";
|
|
1310
|
+
readonly borderTopLeftRadius: "radii";
|
|
1311
|
+
readonly borderTopRightRadius: "radii";
|
|
1312
|
+
readonly borderTopStyle: "border-styles";
|
|
1313
|
+
readonly borderTopWidth: "border-widths";
|
|
1314
|
+
readonly borderWidth: "border-widths";
|
|
1315
|
+
readonly bottom: "space";
|
|
1316
|
+
readonly boxShadow: "shadows";
|
|
1317
|
+
readonly caretColor: "colors";
|
|
1318
|
+
readonly color: "colors";
|
|
1319
|
+
readonly columnGap: "space-gap";
|
|
1320
|
+
readonly columnRuleColor: "colors";
|
|
1321
|
+
readonly fill: "colors";
|
|
1322
|
+
readonly flexBasis: "sizes";
|
|
1323
|
+
readonly fontFamily: "fonts";
|
|
1324
|
+
readonly fontSize: "font-sizes";
|
|
1325
|
+
readonly fontWeight: "font-weights";
|
|
1326
|
+
readonly gap: "space-gap";
|
|
1327
|
+
readonly gridColumnGap: "space-gap";
|
|
1328
|
+
readonly gridGap: "space-gap";
|
|
1329
|
+
readonly gridRowGap: "space-gap";
|
|
1330
|
+
readonly gridTemplateColumns: "sizes";
|
|
1331
|
+
readonly gridTemplateRows: "sizes";
|
|
1332
|
+
readonly height: "sizes";
|
|
1333
|
+
readonly inlineSize: "sizes";
|
|
1334
|
+
readonly inset: "space-inset";
|
|
1335
|
+
readonly insetBlock: "space-inset";
|
|
1336
|
+
readonly insetBlockEnd: "space-inset";
|
|
1337
|
+
readonly insetBlockStart: "space-inset";
|
|
1338
|
+
readonly insetInline: "space-inset";
|
|
1339
|
+
readonly insetInlineEnd: "space-inset";
|
|
1340
|
+
readonly insetInlineStart: "space-inset";
|
|
1341
|
+
readonly left: "space";
|
|
1342
|
+
readonly letterSpacing: "letter-spacings";
|
|
1343
|
+
readonly lineHeight: "line-heights";
|
|
1344
|
+
readonly margin: "space-offset";
|
|
1345
|
+
readonly marginBlock: "space-offset";
|
|
1346
|
+
readonly marginBlockEnd: "space-offset";
|
|
1347
|
+
readonly marginBlockStart: "space-offset";
|
|
1348
|
+
readonly marginBottom: "space-offset";
|
|
1349
|
+
readonly marginInline: "space-offset";
|
|
1350
|
+
readonly marginInlineEnd: "space-offset";
|
|
1351
|
+
readonly marginInlineStart: "space-offset";
|
|
1352
|
+
readonly marginLeft: "space-offset";
|
|
1353
|
+
readonly marginRight: "space-offset";
|
|
1354
|
+
readonly marginTop: "space-offset";
|
|
1355
|
+
readonly maxBlockSize: "sizes";
|
|
1356
|
+
readonly maxHeight: "sizes";
|
|
1357
|
+
readonly maxInlineSize: "sizes";
|
|
1358
|
+
readonly maxWidth: "sizes";
|
|
1359
|
+
readonly minBlockSize: "sizes";
|
|
1360
|
+
readonly minHeight: "sizes";
|
|
1361
|
+
readonly minInlineSize: "sizes";
|
|
1362
|
+
readonly minWidth: "sizes";
|
|
1363
|
+
readonly outline: "colors";
|
|
1364
|
+
readonly outlineColor: "colors";
|
|
1365
|
+
readonly padding: "space-inset";
|
|
1366
|
+
readonly paddingBlock: "space-inset";
|
|
1367
|
+
readonly paddingBlockEnd: "space-inset";
|
|
1368
|
+
readonly paddingBlockStart: "space-inset";
|
|
1369
|
+
readonly paddingBottom: "space-inset";
|
|
1370
|
+
readonly paddingInline: "space-inset";
|
|
1371
|
+
readonly paddingInlineEnd: "space-inset";
|
|
1372
|
+
readonly paddingInlineStart: "space-inset";
|
|
1373
|
+
readonly paddingLeft: "space-inset";
|
|
1374
|
+
readonly paddingRight: "space-inset";
|
|
1375
|
+
readonly paddingTop: "space-inset";
|
|
1376
|
+
readonly right: "space";
|
|
1377
|
+
readonly rowGap: "space-gap";
|
|
1378
|
+
readonly scrollMargin: "space-offset";
|
|
1379
|
+
readonly scrollMarginBlock: "space-offset";
|
|
1380
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
1381
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
1382
|
+
readonly scrollMarginBottom: "space-offset";
|
|
1383
|
+
readonly scrollMarginInline: "space-offset";
|
|
1384
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
1385
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
1386
|
+
readonly scrollMarginLeft: "space-offset";
|
|
1387
|
+
readonly scrollMarginRight: "space-offset";
|
|
1388
|
+
readonly scrollMarginTop: "space-offset";
|
|
1389
|
+
readonly scrollPadding: "space-inset";
|
|
1390
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
1391
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1392
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
1393
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
1394
|
+
readonly scrollPaddingInline: "space-inset";
|
|
1395
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1396
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
1397
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1398
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1399
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1400
|
+
readonly stroke: "colors";
|
|
1401
|
+
readonly strokeWidth: "stroke-width";
|
|
1402
|
+
readonly textDecorationColor: "colors";
|
|
1403
|
+
readonly textShadow: "shadows";
|
|
1404
|
+
readonly top: "space";
|
|
1405
|
+
readonly transition: "transitions";
|
|
1406
|
+
readonly width: "sizes";
|
|
1407
|
+
readonly zIndex: "z-indices";
|
|
1408
|
+
}, {
|
|
1409
|
+
paddingX: (value: {
|
|
1410
|
+
readonly [$$PropertyValue]: "padding";
|
|
1411
|
+
}) => {
|
|
1412
|
+
paddingLeft: {
|
|
1413
|
+
readonly [$$PropertyValue]: "padding";
|
|
1283
1414
|
};
|
|
1284
|
-
|
|
1285
|
-
readonly
|
|
1286
|
-
readonly select: 200;
|
|
1287
|
-
readonly popover: 300;
|
|
1288
|
-
readonly tooltip: 400;
|
|
1415
|
+
paddingRight: {
|
|
1416
|
+
readonly [$$PropertyValue]: "padding";
|
|
1289
1417
|
};
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
readonly
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
readonly border: "colors";
|
|
1296
|
-
readonly borderBlock: "colors";
|
|
1297
|
-
readonly borderBlockEnd: "colors";
|
|
1298
|
-
readonly borderBlockStart: "colors";
|
|
1299
|
-
readonly borderBottom: "colors";
|
|
1300
|
-
readonly borderBottomColor: "colors";
|
|
1301
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1302
|
-
readonly borderBottomRightRadius: "radii";
|
|
1303
|
-
readonly borderBottomStyle: "border-styles";
|
|
1304
|
-
readonly borderBottomWidth: "border-widths";
|
|
1305
|
-
readonly borderColor: "colors";
|
|
1306
|
-
readonly borderImage: "colors";
|
|
1307
|
-
readonly borderInline: "colors";
|
|
1308
|
-
readonly borderInlineEnd: "colors";
|
|
1309
|
-
readonly borderInlineStart: "colors";
|
|
1310
|
-
readonly borderLeft: "colors";
|
|
1311
|
-
readonly borderLeftColor: "colors";
|
|
1312
|
-
readonly borderLeftStyle: "border-styles";
|
|
1313
|
-
readonly borderLeftWidth: "border-widths";
|
|
1314
|
-
readonly borderRadius: "radii";
|
|
1315
|
-
readonly borderRight: "colors";
|
|
1316
|
-
readonly borderRightColor: "colors";
|
|
1317
|
-
readonly borderRightStyle: "border-styles";
|
|
1318
|
-
readonly borderRightWidth: "border-widths";
|
|
1319
|
-
readonly borderStyle: "border-styles";
|
|
1320
|
-
readonly borderTop: "colors";
|
|
1321
|
-
readonly borderTopColor: "colors";
|
|
1322
|
-
readonly borderTopLeftRadius: "radii";
|
|
1323
|
-
readonly borderTopRightRadius: "radii";
|
|
1324
|
-
readonly borderTopStyle: "border-styles";
|
|
1325
|
-
readonly borderTopWidth: "border-widths";
|
|
1326
|
-
readonly borderWidth: "border-widths";
|
|
1327
|
-
readonly bottom: "space";
|
|
1328
|
-
readonly boxShadow: "shadows";
|
|
1329
|
-
readonly caretColor: "colors";
|
|
1330
|
-
readonly color: "colors";
|
|
1331
|
-
readonly columnGap: "space-gap";
|
|
1332
|
-
readonly columnRuleColor: "colors";
|
|
1333
|
-
readonly fill: "colors";
|
|
1334
|
-
readonly flexBasis: "sizes";
|
|
1335
|
-
readonly fontFamily: "fonts";
|
|
1336
|
-
readonly fontSize: "font-sizes";
|
|
1337
|
-
readonly fontWeight: "font-weights";
|
|
1338
|
-
readonly gap: "space-gap";
|
|
1339
|
-
readonly gridColumnGap: "space-gap";
|
|
1340
|
-
readonly gridGap: "space-gap";
|
|
1341
|
-
readonly gridRowGap: "space-gap";
|
|
1342
|
-
readonly gridTemplateColumns: "sizes";
|
|
1343
|
-
readonly gridTemplateRows: "sizes";
|
|
1344
|
-
readonly height: "sizes";
|
|
1345
|
-
readonly inlineSize: "sizes";
|
|
1346
|
-
readonly inset: "space-inset";
|
|
1347
|
-
readonly insetBlock: "space-inset";
|
|
1348
|
-
readonly insetBlockEnd: "space-inset";
|
|
1349
|
-
readonly insetBlockStart: "space-inset";
|
|
1350
|
-
readonly insetInline: "space-inset";
|
|
1351
|
-
readonly insetInlineEnd: "space-inset";
|
|
1352
|
-
readonly insetInlineStart: "space-inset";
|
|
1353
|
-
readonly left: "space";
|
|
1354
|
-
readonly letterSpacing: "letter-spacings";
|
|
1355
|
-
readonly lineHeight: "line-heights";
|
|
1356
|
-
readonly margin: "space-offset";
|
|
1357
|
-
readonly marginBlock: "space-offset";
|
|
1358
|
-
readonly marginBlockEnd: "space-offset";
|
|
1359
|
-
readonly marginBlockStart: "space-offset";
|
|
1360
|
-
readonly marginBottom: "space-offset";
|
|
1361
|
-
readonly marginInline: "space-offset";
|
|
1362
|
-
readonly marginInlineEnd: "space-offset";
|
|
1363
|
-
readonly marginInlineStart: "space-offset";
|
|
1364
|
-
readonly marginLeft: "space-offset";
|
|
1365
|
-
readonly marginRight: "space-offset";
|
|
1366
|
-
readonly marginTop: "space-offset";
|
|
1367
|
-
readonly maxBlockSize: "sizes";
|
|
1368
|
-
readonly maxHeight: "sizes";
|
|
1369
|
-
readonly maxInlineSize: "sizes";
|
|
1370
|
-
readonly maxWidth: "sizes";
|
|
1371
|
-
readonly minBlockSize: "sizes";
|
|
1372
|
-
readonly minHeight: "sizes";
|
|
1373
|
-
readonly minInlineSize: "sizes";
|
|
1374
|
-
readonly minWidth: "sizes";
|
|
1375
|
-
readonly outline: "colors";
|
|
1376
|
-
readonly outlineColor: "colors";
|
|
1377
|
-
readonly padding: "space-inset";
|
|
1378
|
-
readonly paddingBlock: "space-inset";
|
|
1379
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1380
|
-
readonly paddingBlockStart: "space-inset";
|
|
1381
|
-
readonly paddingBottom: "space-inset";
|
|
1382
|
-
readonly paddingInline: "space-inset";
|
|
1383
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1384
|
-
readonly paddingInlineStart: "space-inset";
|
|
1385
|
-
readonly paddingLeft: "space-inset";
|
|
1386
|
-
readonly paddingRight: "space-inset";
|
|
1387
|
-
readonly paddingTop: "space-inset";
|
|
1388
|
-
readonly right: "space";
|
|
1389
|
-
readonly rowGap: "space-gap";
|
|
1390
|
-
readonly scrollMargin: "space-offset";
|
|
1391
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1392
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1393
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1394
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1395
|
-
readonly scrollMarginInline: "space-offset";
|
|
1396
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1397
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1398
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1399
|
-
readonly scrollMarginRight: "space-offset";
|
|
1400
|
-
readonly scrollMarginTop: "space-offset";
|
|
1401
|
-
readonly scrollPadding: "space-inset";
|
|
1402
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1403
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1404
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1405
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1406
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1407
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1408
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1409
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1410
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1411
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1412
|
-
readonly stroke: "colors";
|
|
1413
|
-
readonly strokeWidth: "stroke-width";
|
|
1414
|
-
readonly textDecorationColor: "colors";
|
|
1415
|
-
readonly textShadow: "shadows";
|
|
1416
|
-
readonly top: "space";
|
|
1417
|
-
readonly transition: "transitions";
|
|
1418
|
-
readonly width: "sizes";
|
|
1419
|
-
readonly zIndex: "z-indices";
|
|
1420
|
-
}, {
|
|
1421
|
-
paddingX: (value: {
|
|
1418
|
+
};
|
|
1419
|
+
paddingY: (value: {
|
|
1420
|
+
readonly [$$PropertyValue]: "padding";
|
|
1421
|
+
}) => {
|
|
1422
|
+
paddingTop: {
|
|
1422
1423
|
readonly [$$PropertyValue]: "padding";
|
|
1423
|
-
}) => {
|
|
1424
|
-
paddingLeft: {
|
|
1425
|
-
readonly [$$PropertyValue]: "padding";
|
|
1426
|
-
};
|
|
1427
|
-
paddingRight: {
|
|
1428
|
-
readonly [$$PropertyValue]: "padding";
|
|
1429
|
-
};
|
|
1430
1424
|
};
|
|
1431
|
-
|
|
1425
|
+
paddingBottom: {
|
|
1432
1426
|
readonly [$$PropertyValue]: "padding";
|
|
1433
|
-
}) => {
|
|
1434
|
-
paddingTop: {
|
|
1435
|
-
readonly [$$PropertyValue]: "padding";
|
|
1436
|
-
};
|
|
1437
|
-
paddingBottom: {
|
|
1438
|
-
readonly [$$PropertyValue]: "padding";
|
|
1439
|
-
};
|
|
1440
1427
|
};
|
|
1441
|
-
|
|
1428
|
+
};
|
|
1429
|
+
marginX: (value: {
|
|
1430
|
+
readonly [$$PropertyValue]: "margin";
|
|
1431
|
+
}) => {
|
|
1432
|
+
marginLeft: {
|
|
1442
1433
|
readonly [$$PropertyValue]: "margin";
|
|
1443
|
-
}) => {
|
|
1444
|
-
marginLeft: {
|
|
1445
|
-
readonly [$$PropertyValue]: "margin";
|
|
1446
|
-
};
|
|
1447
|
-
marginRight: {
|
|
1448
|
-
readonly [$$PropertyValue]: "margin";
|
|
1449
|
-
};
|
|
1450
1434
|
};
|
|
1451
|
-
|
|
1435
|
+
marginRight: {
|
|
1452
1436
|
readonly [$$PropertyValue]: "margin";
|
|
1453
|
-
}) => {
|
|
1454
|
-
marginTop: {
|
|
1455
|
-
readonly [$$PropertyValue]: "margin";
|
|
1456
|
-
};
|
|
1457
|
-
marginBottom: {
|
|
1458
|
-
readonly [$$PropertyValue]: "margin";
|
|
1459
|
-
};
|
|
1460
1437
|
};
|
|
1461
|
-
|
|
1438
|
+
};
|
|
1439
|
+
marginY: (value: {
|
|
1440
|
+
readonly [$$PropertyValue]: "margin";
|
|
1441
|
+
}) => {
|
|
1442
|
+
marginTop: {
|
|
1443
|
+
readonly [$$PropertyValue]: "margin";
|
|
1444
|
+
};
|
|
1445
|
+
marginBottom: {
|
|
1446
|
+
readonly [$$PropertyValue]: "margin";
|
|
1447
|
+
};
|
|
1448
|
+
};
|
|
1449
|
+
square: (value: {
|
|
1450
|
+
readonly [$$PropertyValue]: "width";
|
|
1451
|
+
}) => {
|
|
1452
|
+
width: {
|
|
1453
|
+
readonly [$$PropertyValue]: "width";
|
|
1454
|
+
};
|
|
1455
|
+
height: {
|
|
1462
1456
|
readonly [$$PropertyValue]: "width";
|
|
1463
|
-
}) => {
|
|
1464
|
-
width: {
|
|
1465
|
-
readonly [$$PropertyValue]: "width";
|
|
1466
|
-
};
|
|
1467
|
-
height: {
|
|
1468
|
-
readonly [$$PropertyValue]: "width";
|
|
1469
|
-
};
|
|
1470
1457
|
};
|
|
1471
|
-
}
|
|
1472
|
-
}> & {
|
|
1473
|
-
children?: react.ReactNode;
|
|
1474
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1458
|
+
};
|
|
1459
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1475
1460
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
1476
1461
|
|
|
1477
1462
|
interface SeparatorProps extends StyledSeparatorProps {
|
|
1478
1463
|
}
|
|
1479
1464
|
declare const Separator: react__default.ForwardRefExoticComponent<Omit<SeparatorProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1480
1465
|
|
|
1481
|
-
declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1466
|
+
declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
1467
|
+
'border-widths': {
|
|
1468
|
+
readonly none: 0;
|
|
1469
|
+
readonly sm: "1px";
|
|
1470
|
+
readonly md: "2px";
|
|
1471
|
+
readonly lg: "4px";
|
|
1472
|
+
};
|
|
1473
|
+
colors: {
|
|
1474
|
+
readonly black: any;
|
|
1475
|
+
readonly 'blue-100': any;
|
|
1476
|
+
readonly 'blue-200': any;
|
|
1477
|
+
readonly 'blue-300': any;
|
|
1478
|
+
readonly 'blue-400': any;
|
|
1479
|
+
readonly 'blue-500': any;
|
|
1480
|
+
readonly 'blue-600': any;
|
|
1481
|
+
readonly 'blue-700': any;
|
|
1482
|
+
readonly 'blue-800': any;
|
|
1483
|
+
readonly 'blue-900': any;
|
|
1484
|
+
readonly 'blue-1000': any;
|
|
1485
|
+
readonly 'gray-100': any;
|
|
1486
|
+
readonly 'gray-200': any;
|
|
1487
|
+
readonly 'gray-300': any;
|
|
1488
|
+
readonly 'gray-400': any;
|
|
1489
|
+
readonly 'gray-500': any;
|
|
1490
|
+
readonly 'gray-600': any;
|
|
1491
|
+
readonly 'gray-700': any;
|
|
1492
|
+
readonly 'gray-800': any;
|
|
1493
|
+
readonly 'gray-900': any;
|
|
1494
|
+
readonly 'green-100': any;
|
|
1495
|
+
readonly 'green-200': any;
|
|
1496
|
+
readonly 'green-300': any;
|
|
1497
|
+
readonly 'green-400': any;
|
|
1498
|
+
readonly 'green-500': any;
|
|
1499
|
+
readonly 'green-600': any;
|
|
1500
|
+
readonly 'green-700': any;
|
|
1501
|
+
readonly 'green-800': any;
|
|
1502
|
+
readonly 'green-900': any;
|
|
1503
|
+
readonly 'indigo-100': any;
|
|
1504
|
+
readonly 'indigo-200': any;
|
|
1505
|
+
readonly 'indigo-300': any;
|
|
1506
|
+
readonly 'indigo-400': any;
|
|
1507
|
+
readonly 'indigo-500': any;
|
|
1508
|
+
readonly 'indigo-600': any;
|
|
1509
|
+
readonly 'indigo-700': any;
|
|
1510
|
+
readonly 'indigo-800': any;
|
|
1511
|
+
readonly 'indigo-900': any;
|
|
1512
|
+
readonly 'red-100': any;
|
|
1513
|
+
readonly 'red-200': any;
|
|
1514
|
+
readonly 'red-300': any;
|
|
1515
|
+
readonly 'red-400': any;
|
|
1516
|
+
readonly 'red-500': any;
|
|
1517
|
+
readonly 'red-600': any;
|
|
1518
|
+
readonly 'red-700': any;
|
|
1519
|
+
readonly 'red-800': any;
|
|
1520
|
+
readonly 'red-900': any;
|
|
1521
|
+
readonly transparent: any;
|
|
1522
|
+
readonly white: any;
|
|
1523
|
+
readonly 'yellow-100': any;
|
|
1524
|
+
readonly 'yellow-200': any;
|
|
1525
|
+
readonly 'yellow-300': any;
|
|
1526
|
+
readonly 'yellow-400': any;
|
|
1527
|
+
readonly 'yellow-500': any;
|
|
1528
|
+
readonly 'yellow-600': any;
|
|
1529
|
+
readonly 'yellow-700': any;
|
|
1530
|
+
readonly 'yellow-800': any;
|
|
1531
|
+
readonly 'yellow-900': any;
|
|
1532
|
+
"background-alpha-active"?: any;
|
|
1533
|
+
"background-alpha-hover"?: any;
|
|
1534
|
+
"background-danger-prominent"?: any;
|
|
1535
|
+
"background-danger-prominent-active"?: any;
|
|
1536
|
+
"background-danger-prominent-hover"?: any;
|
|
1537
|
+
"background-danger-subtle"?: any;
|
|
1538
|
+
"background-danger-subtle-active"?: any;
|
|
1539
|
+
"background-danger-subtle-hover"?: any;
|
|
1540
|
+
"background-neutrals"?: any;
|
|
1541
|
+
"background-neutrals-active"?: any;
|
|
1542
|
+
"background-neutrals-container"?: any;
|
|
1543
|
+
"background-neutrals-controls-disabled"?: any;
|
|
1544
|
+
"background-neutrals-disabled"?: any;
|
|
1545
|
+
"background-neutrals-hover"?: any;
|
|
1546
|
+
"background-neutrals-inactive"?: any;
|
|
1547
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1548
|
+
"background-neutrals-inverted"?: any;
|
|
1549
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
1550
|
+
"background-neutrals-page"?: any;
|
|
1551
|
+
"background-neutrals-page-subtle"?: any;
|
|
1552
|
+
"background-neutrals-scrolls"?: any;
|
|
1553
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
1554
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
1555
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
1556
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
1557
|
+
"background-neutrals-subtle"?: any;
|
|
1558
|
+
"background-neutrals-subtle-active"?: any;
|
|
1559
|
+
"background-neutrals-subtle-hover"?: any;
|
|
1560
|
+
"background-primary-prominent"?: any;
|
|
1561
|
+
"background-primary-prominent-active"?: any;
|
|
1562
|
+
"background-primary-prominent-expanded"?: any;
|
|
1563
|
+
"background-primary-prominent-hover"?: any;
|
|
1564
|
+
"background-primary-prominent-pressed"?: any;
|
|
1565
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
1566
|
+
"background-primary-prominent-selected"?: any;
|
|
1567
|
+
"background-primary-subtle"?: any;
|
|
1568
|
+
"background-primary-subtle-active"?: any;
|
|
1569
|
+
"background-primary-subtle-expanded"?: any;
|
|
1570
|
+
"background-primary-subtle-hover"?: any;
|
|
1571
|
+
"background-primary-subtle-pressed"?: any;
|
|
1572
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
1573
|
+
"background-primary-subtle-selected"?: any;
|
|
1574
|
+
"background-success"?: any;
|
|
1575
|
+
"background-warning-prominent"?: any;
|
|
1576
|
+
"background-warning-subtle"?: any;
|
|
1577
|
+
"border-danger"?: any;
|
|
1578
|
+
"border-danger-active"?: any;
|
|
1579
|
+
"border-danger-hover"?: any;
|
|
1580
|
+
"border-focus-inner"?: any;
|
|
1581
|
+
"border-focus-middle"?: any;
|
|
1582
|
+
"border-focus-outer"?: any;
|
|
1583
|
+
"border-neutrals"?: any;
|
|
1584
|
+
"border-neutrals-active"?: any;
|
|
1585
|
+
"border-neutrals-controls"?: any;
|
|
1586
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1587
|
+
"border-neutrals-disabled"?: any;
|
|
1588
|
+
"border-neutrals-hover"?: any;
|
|
1589
|
+
"border-neutrals-inverted"?: any;
|
|
1590
|
+
"border-neutrals-subtle"?: any;
|
|
1591
|
+
"border-neutrals-text"?: any;
|
|
1592
|
+
"border-neutrals-text-active"?: any;
|
|
1593
|
+
"border-neutrals-text-hover"?: any;
|
|
1594
|
+
"border-neutrals-text-subtle"?: any;
|
|
1595
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
1596
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1597
|
+
"border-neutrals-transparent"?: any;
|
|
1598
|
+
"border-primary"?: any;
|
|
1599
|
+
"border-primary-active"?: any;
|
|
1600
|
+
"border-primary-hover"?: any;
|
|
1601
|
+
"border-primary-inverted"?: any;
|
|
1602
|
+
"border-success"?: any;
|
|
1603
|
+
"border-warning"?: any;
|
|
1604
|
+
"icon-danger"?: any;
|
|
1605
|
+
"icon-danger-active"?: any;
|
|
1606
|
+
"icon-danger-hover"?: any;
|
|
1607
|
+
"icon-danger-inverted"?: any;
|
|
1608
|
+
"icon-neutrals"?: any;
|
|
1609
|
+
"icon-neutrals-disabled"?: any;
|
|
1610
|
+
"icon-neutrals-inactive"?: any;
|
|
1611
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1612
|
+
"icon-neutrals-inverted"?: any;
|
|
1613
|
+
"icon-neutrals-search"?: any;
|
|
1614
|
+
"icon-neutrals-subtle"?: any;
|
|
1615
|
+
"icon-neutrals-text"?: any;
|
|
1616
|
+
"icon-primary"?: any;
|
|
1617
|
+
"icon-primary-active"?: any;
|
|
1618
|
+
"icon-primary-hover"?: any;
|
|
1619
|
+
"icon-primary-inverted"?: any;
|
|
1620
|
+
"icon-primary-selected"?: any;
|
|
1621
|
+
"icon-success"?: any;
|
|
1622
|
+
"icon-success-inverted"?: any;
|
|
1623
|
+
"icon-warning"?: any;
|
|
1624
|
+
"icon-warning-prominent"?: any;
|
|
1625
|
+
"text-danger"?: any;
|
|
1626
|
+
"text-danger-active"?: any;
|
|
1627
|
+
"text-danger-hover"?: any;
|
|
1628
|
+
"text-danger-inverted"?: any;
|
|
1629
|
+
"text-neutrals"?: any;
|
|
1630
|
+
"text-neutrals-active"?: any;
|
|
1631
|
+
"text-neutrals-disabled"?: any;
|
|
1632
|
+
"text-neutrals-hover"?: any;
|
|
1633
|
+
"text-neutrals-inverted"?: any;
|
|
1634
|
+
"text-neutrals-placeholder"?: any;
|
|
1635
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1636
|
+
"text-neutrals-subtle"?: any;
|
|
1637
|
+
"text-neutrals-subtle-active"?: any;
|
|
1638
|
+
"text-neutrals-subtle-hover"?: any;
|
|
1639
|
+
"text-primary"?: any;
|
|
1640
|
+
"text-primary-active"?: any;
|
|
1641
|
+
"text-primary-hover"?: any;
|
|
1642
|
+
"text-primary-inverted"?: any;
|
|
1643
|
+
"text-primary-inverted-subtle"?: any;
|
|
1644
|
+
"text-primary-selected"?: any;
|
|
1645
|
+
"text-success"?: any;
|
|
1646
|
+
"text-warning"?: any;
|
|
1647
|
+
};
|
|
1648
|
+
'font-sizes': {
|
|
1649
|
+
readonly 150: "0.75rem";
|
|
1650
|
+
readonly 175: "0.875rem";
|
|
1651
|
+
readonly 200: "1rem";
|
|
1652
|
+
readonly 225: "1.125rem";
|
|
1653
|
+
readonly 250: "1.25rem";
|
|
1654
|
+
readonly 300: "1.5rem";
|
|
1655
|
+
readonly 400: "2rem";
|
|
1656
|
+
readonly 500: "2.5rem";
|
|
1657
|
+
readonly 600: "3rem";
|
|
1658
|
+
readonly 800: "4rem";
|
|
1659
|
+
readonly 900: "4.5rem";
|
|
1660
|
+
};
|
|
1661
|
+
fonts: {
|
|
1662
|
+
readonly heading: "Roobert, sans-serif";
|
|
1663
|
+
readonly body: "Open Sans, sans-serif";
|
|
1664
|
+
};
|
|
1665
|
+
radii: {
|
|
1666
|
+
readonly none: 0;
|
|
1667
|
+
readonly half: "999em";
|
|
1668
|
+
readonly 25: "2px";
|
|
1669
|
+
readonly 50: "4px";
|
|
1670
|
+
readonly 75: "6px";
|
|
1671
|
+
readonly 100: "8px";
|
|
1672
|
+
readonly 200: "16px";
|
|
1673
|
+
};
|
|
1674
|
+
shadows: {
|
|
1675
|
+
readonly 50: "0 4px 16px #05003812";
|
|
1676
|
+
readonly 100: "0 8px 32px #05003808";
|
|
1677
|
+
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
1678
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
1679
|
+
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
1680
|
+
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
1681
|
+
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
1682
|
+
};
|
|
1683
|
+
sizes: {
|
|
1684
|
+
readonly number: string;
|
|
1685
|
+
readonly 'icon-200': "16px";
|
|
1686
|
+
readonly 'icon-300': "24px";
|
|
1687
|
+
readonly 'icon-400': "32px";
|
|
1688
|
+
};
|
|
1689
|
+
space: {
|
|
1690
|
+
readonly 0: 0;
|
|
1691
|
+
readonly 50: "4px";
|
|
1692
|
+
readonly 100: "8px";
|
|
1693
|
+
readonly 150: "12px";
|
|
1694
|
+
readonly 200: "16px";
|
|
1695
|
+
readonly 300: "24px";
|
|
1696
|
+
readonly 400: "32px";
|
|
1697
|
+
readonly 500: "40px";
|
|
1698
|
+
readonly 600: "48px";
|
|
1699
|
+
readonly 700: "56px";
|
|
1700
|
+
readonly 800: "64px";
|
|
1701
|
+
readonly 1200: "96px";
|
|
1702
|
+
readonly 1600: "128px";
|
|
1703
|
+
};
|
|
1704
|
+
'space-gap': {
|
|
1705
|
+
readonly 0: any;
|
|
1706
|
+
readonly 50: any;
|
|
1707
|
+
readonly 100: any;
|
|
1708
|
+
readonly 200: any;
|
|
1709
|
+
readonly 300: any;
|
|
1710
|
+
};
|
|
1711
|
+
'space-inset': {
|
|
1712
|
+
readonly 0: any;
|
|
1713
|
+
readonly 50: any;
|
|
1714
|
+
readonly 100: any;
|
|
1715
|
+
readonly 150: any;
|
|
1716
|
+
readonly 200: any;
|
|
1717
|
+
readonly 300: any;
|
|
1718
|
+
readonly 400: any;
|
|
1719
|
+
readonly 500: any;
|
|
1720
|
+
readonly 600: any;
|
|
1721
|
+
readonly 800: any;
|
|
1722
|
+
readonly 1200: any;
|
|
1723
|
+
readonly 1600: any;
|
|
1724
|
+
};
|
|
1725
|
+
'space-offset': {
|
|
1726
|
+
readonly 0: any;
|
|
1727
|
+
readonly 50: any;
|
|
1728
|
+
readonly 100: any;
|
|
1729
|
+
readonly 150: any;
|
|
1730
|
+
readonly 200: any;
|
|
1731
|
+
readonly 300: any;
|
|
1732
|
+
readonly 400: any;
|
|
1733
|
+
readonly 600: any;
|
|
1734
|
+
readonly 800: any;
|
|
1735
|
+
readonly 1200: any;
|
|
1736
|
+
readonly 1600: any;
|
|
1737
|
+
readonly 'stacking-0': any;
|
|
1738
|
+
readonly 'stacking-100': any;
|
|
1739
|
+
readonly 'stacking-200': any;
|
|
1740
|
+
readonly 'stacking-300': any;
|
|
1741
|
+
readonly 'stacking-400': any;
|
|
1742
|
+
readonly 'stacking-500': any;
|
|
1743
|
+
readonly 'stacking-800': any;
|
|
1744
|
+
};
|
|
1745
|
+
'stroke-width': {
|
|
1746
|
+
readonly thin: "1.5px";
|
|
1747
|
+
readonly normal: "2px";
|
|
1748
|
+
readonly bold: "4px";
|
|
1749
|
+
};
|
|
1750
|
+
'z-indices': {
|
|
1751
|
+
readonly dropdownMenu: 100;
|
|
1752
|
+
readonly select: 200;
|
|
1753
|
+
readonly popover: 300;
|
|
1754
|
+
readonly tooltip: 400;
|
|
1755
|
+
};
|
|
1756
|
+
}, {
|
|
1757
|
+
readonly background: "colors";
|
|
1758
|
+
readonly backgroundColor: "colors";
|
|
1759
|
+
readonly backgroundImage: "colors";
|
|
1760
|
+
readonly blockSize: "sizes";
|
|
1761
|
+
readonly border: "colors";
|
|
1762
|
+
readonly borderBlock: "colors";
|
|
1763
|
+
readonly borderBlockEnd: "colors";
|
|
1764
|
+
readonly borderBlockStart: "colors";
|
|
1765
|
+
readonly borderBottom: "colors";
|
|
1766
|
+
readonly borderBottomColor: "colors";
|
|
1767
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1768
|
+
readonly borderBottomRightRadius: "radii";
|
|
1769
|
+
readonly borderBottomStyle: "border-styles";
|
|
1770
|
+
readonly borderBottomWidth: "border-widths";
|
|
1771
|
+
readonly borderColor: "colors";
|
|
1772
|
+
readonly borderImage: "colors";
|
|
1773
|
+
readonly borderInline: "colors";
|
|
1774
|
+
readonly borderInlineEnd: "colors";
|
|
1775
|
+
readonly borderInlineStart: "colors";
|
|
1776
|
+
readonly borderLeft: "colors";
|
|
1777
|
+
readonly borderLeftColor: "colors";
|
|
1778
|
+
readonly borderLeftStyle: "border-styles";
|
|
1779
|
+
readonly borderLeftWidth: "border-widths";
|
|
1780
|
+
readonly borderRadius: "radii";
|
|
1781
|
+
readonly borderRight: "colors";
|
|
1782
|
+
readonly borderRightColor: "colors";
|
|
1783
|
+
readonly borderRightStyle: "border-styles";
|
|
1784
|
+
readonly borderRightWidth: "border-widths";
|
|
1785
|
+
readonly borderStyle: "border-styles";
|
|
1786
|
+
readonly borderTop: "colors";
|
|
1787
|
+
readonly borderTopColor: "colors";
|
|
1788
|
+
readonly borderTopLeftRadius: "radii";
|
|
1789
|
+
readonly borderTopRightRadius: "radii";
|
|
1790
|
+
readonly borderTopStyle: "border-styles";
|
|
1791
|
+
readonly borderTopWidth: "border-widths";
|
|
1792
|
+
readonly borderWidth: "border-widths";
|
|
1793
|
+
readonly bottom: "space";
|
|
1794
|
+
readonly boxShadow: "shadows";
|
|
1795
|
+
readonly caretColor: "colors";
|
|
1796
|
+
readonly color: "colors";
|
|
1797
|
+
readonly columnGap: "space-gap";
|
|
1798
|
+
readonly columnRuleColor: "colors";
|
|
1799
|
+
readonly fill: "colors";
|
|
1800
|
+
readonly flexBasis: "sizes";
|
|
1801
|
+
readonly fontFamily: "fonts";
|
|
1802
|
+
readonly fontSize: "font-sizes";
|
|
1803
|
+
readonly fontWeight: "font-weights";
|
|
1804
|
+
readonly gap: "space-gap";
|
|
1805
|
+
readonly gridColumnGap: "space-gap";
|
|
1806
|
+
readonly gridGap: "space-gap";
|
|
1807
|
+
readonly gridRowGap: "space-gap";
|
|
1808
|
+
readonly gridTemplateColumns: "sizes";
|
|
1809
|
+
readonly gridTemplateRows: "sizes";
|
|
1810
|
+
readonly height: "sizes";
|
|
1811
|
+
readonly inlineSize: "sizes";
|
|
1812
|
+
readonly inset: "space-inset";
|
|
1813
|
+
readonly insetBlock: "space-inset";
|
|
1814
|
+
readonly insetBlockEnd: "space-inset";
|
|
1815
|
+
readonly insetBlockStart: "space-inset";
|
|
1816
|
+
readonly insetInline: "space-inset";
|
|
1817
|
+
readonly insetInlineEnd: "space-inset";
|
|
1818
|
+
readonly insetInlineStart: "space-inset";
|
|
1819
|
+
readonly left: "space";
|
|
1820
|
+
readonly letterSpacing: "letter-spacings";
|
|
1821
|
+
readonly lineHeight: "line-heights";
|
|
1822
|
+
readonly margin: "space-offset";
|
|
1823
|
+
readonly marginBlock: "space-offset";
|
|
1824
|
+
readonly marginBlockEnd: "space-offset";
|
|
1825
|
+
readonly marginBlockStart: "space-offset";
|
|
1826
|
+
readonly marginBottom: "space-offset";
|
|
1827
|
+
readonly marginInline: "space-offset";
|
|
1828
|
+
readonly marginInlineEnd: "space-offset";
|
|
1829
|
+
readonly marginInlineStart: "space-offset";
|
|
1830
|
+
readonly marginLeft: "space-offset";
|
|
1831
|
+
readonly marginRight: "space-offset";
|
|
1832
|
+
readonly marginTop: "space-offset";
|
|
1833
|
+
readonly maxBlockSize: "sizes";
|
|
1834
|
+
readonly maxHeight: "sizes";
|
|
1835
|
+
readonly maxInlineSize: "sizes";
|
|
1836
|
+
readonly maxWidth: "sizes";
|
|
1837
|
+
readonly minBlockSize: "sizes";
|
|
1838
|
+
readonly minHeight: "sizes";
|
|
1839
|
+
readonly minInlineSize: "sizes";
|
|
1840
|
+
readonly minWidth: "sizes";
|
|
1841
|
+
readonly outline: "colors";
|
|
1842
|
+
readonly outlineColor: "colors";
|
|
1843
|
+
readonly padding: "space-inset";
|
|
1844
|
+
readonly paddingBlock: "space-inset";
|
|
1845
|
+
readonly paddingBlockEnd: "space-inset";
|
|
1846
|
+
readonly paddingBlockStart: "space-inset";
|
|
1847
|
+
readonly paddingBottom: "space-inset";
|
|
1848
|
+
readonly paddingInline: "space-inset";
|
|
1849
|
+
readonly paddingInlineEnd: "space-inset";
|
|
1850
|
+
readonly paddingInlineStart: "space-inset";
|
|
1851
|
+
readonly paddingLeft: "space-inset";
|
|
1852
|
+
readonly paddingRight: "space-inset";
|
|
1853
|
+
readonly paddingTop: "space-inset";
|
|
1854
|
+
readonly right: "space";
|
|
1855
|
+
readonly rowGap: "space-gap";
|
|
1856
|
+
readonly scrollMargin: "space-offset";
|
|
1857
|
+
readonly scrollMarginBlock: "space-offset";
|
|
1858
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
1859
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
1860
|
+
readonly scrollMarginBottom: "space-offset";
|
|
1861
|
+
readonly scrollMarginInline: "space-offset";
|
|
1862
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
1863
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
1864
|
+
readonly scrollMarginLeft: "space-offset";
|
|
1865
|
+
readonly scrollMarginRight: "space-offset";
|
|
1866
|
+
readonly scrollMarginTop: "space-offset";
|
|
1867
|
+
readonly scrollPadding: "space-inset";
|
|
1868
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
1869
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1870
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
1871
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
1872
|
+
readonly scrollPaddingInline: "space-inset";
|
|
1873
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1874
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
1875
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1876
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1877
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1878
|
+
readonly stroke: "colors";
|
|
1879
|
+
readonly strokeWidth: "stroke-width";
|
|
1880
|
+
readonly textDecorationColor: "colors";
|
|
1881
|
+
readonly textShadow: "shadows";
|
|
1882
|
+
readonly top: "space";
|
|
1883
|
+
readonly transition: "transitions";
|
|
1884
|
+
readonly width: "sizes";
|
|
1885
|
+
readonly zIndex: "z-indices";
|
|
1886
|
+
}, {
|
|
1887
|
+
paddingX: (value: {
|
|
1888
|
+
readonly [$$PropertyValue]: "padding";
|
|
1889
|
+
}) => {
|
|
1890
|
+
paddingLeft: {
|
|
1891
|
+
readonly [$$PropertyValue]: "padding";
|
|
1764
1892
|
};
|
|
1765
|
-
|
|
1766
|
-
readonly
|
|
1767
|
-
readonly select: 200;
|
|
1768
|
-
readonly popover: 300;
|
|
1769
|
-
readonly tooltip: 400;
|
|
1893
|
+
paddingRight: {
|
|
1894
|
+
readonly [$$PropertyValue]: "padding";
|
|
1770
1895
|
};
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
readonly
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
readonly border: "colors";
|
|
1777
|
-
readonly borderBlock: "colors";
|
|
1778
|
-
readonly borderBlockEnd: "colors";
|
|
1779
|
-
readonly borderBlockStart: "colors";
|
|
1780
|
-
readonly borderBottom: "colors";
|
|
1781
|
-
readonly borderBottomColor: "colors";
|
|
1782
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1783
|
-
readonly borderBottomRightRadius: "radii";
|
|
1784
|
-
readonly borderBottomStyle: "border-styles";
|
|
1785
|
-
readonly borderBottomWidth: "border-widths";
|
|
1786
|
-
readonly borderColor: "colors";
|
|
1787
|
-
readonly borderImage: "colors";
|
|
1788
|
-
readonly borderInline: "colors";
|
|
1789
|
-
readonly borderInlineEnd: "colors";
|
|
1790
|
-
readonly borderInlineStart: "colors";
|
|
1791
|
-
readonly borderLeft: "colors";
|
|
1792
|
-
readonly borderLeftColor: "colors";
|
|
1793
|
-
readonly borderLeftStyle: "border-styles";
|
|
1794
|
-
readonly borderLeftWidth: "border-widths";
|
|
1795
|
-
readonly borderRadius: "radii";
|
|
1796
|
-
readonly borderRight: "colors";
|
|
1797
|
-
readonly borderRightColor: "colors";
|
|
1798
|
-
readonly borderRightStyle: "border-styles";
|
|
1799
|
-
readonly borderRightWidth: "border-widths";
|
|
1800
|
-
readonly borderStyle: "border-styles";
|
|
1801
|
-
readonly borderTop: "colors";
|
|
1802
|
-
readonly borderTopColor: "colors";
|
|
1803
|
-
readonly borderTopLeftRadius: "radii";
|
|
1804
|
-
readonly borderTopRightRadius: "radii";
|
|
1805
|
-
readonly borderTopStyle: "border-styles";
|
|
1806
|
-
readonly borderTopWidth: "border-widths";
|
|
1807
|
-
readonly borderWidth: "border-widths";
|
|
1808
|
-
readonly bottom: "space";
|
|
1809
|
-
readonly boxShadow: "shadows";
|
|
1810
|
-
readonly caretColor: "colors";
|
|
1811
|
-
readonly color: "colors";
|
|
1812
|
-
readonly columnGap: "space-gap";
|
|
1813
|
-
readonly columnRuleColor: "colors";
|
|
1814
|
-
readonly fill: "colors";
|
|
1815
|
-
readonly flexBasis: "sizes";
|
|
1816
|
-
readonly fontFamily: "fonts";
|
|
1817
|
-
readonly fontSize: "font-sizes";
|
|
1818
|
-
readonly fontWeight: "font-weights";
|
|
1819
|
-
readonly gap: "space-gap";
|
|
1820
|
-
readonly gridColumnGap: "space-gap";
|
|
1821
|
-
readonly gridGap: "space-gap";
|
|
1822
|
-
readonly gridRowGap: "space-gap";
|
|
1823
|
-
readonly gridTemplateColumns: "sizes";
|
|
1824
|
-
readonly gridTemplateRows: "sizes";
|
|
1825
|
-
readonly height: "sizes";
|
|
1826
|
-
readonly inlineSize: "sizes";
|
|
1827
|
-
readonly inset: "space-inset";
|
|
1828
|
-
readonly insetBlock: "space-inset";
|
|
1829
|
-
readonly insetBlockEnd: "space-inset";
|
|
1830
|
-
readonly insetBlockStart: "space-inset";
|
|
1831
|
-
readonly insetInline: "space-inset";
|
|
1832
|
-
readonly insetInlineEnd: "space-inset";
|
|
1833
|
-
readonly insetInlineStart: "space-inset";
|
|
1834
|
-
readonly left: "space";
|
|
1835
|
-
readonly letterSpacing: "letter-spacings";
|
|
1836
|
-
readonly lineHeight: "line-heights";
|
|
1837
|
-
readonly margin: "space-offset";
|
|
1838
|
-
readonly marginBlock: "space-offset";
|
|
1839
|
-
readonly marginBlockEnd: "space-offset";
|
|
1840
|
-
readonly marginBlockStart: "space-offset";
|
|
1841
|
-
readonly marginBottom: "space-offset";
|
|
1842
|
-
readonly marginInline: "space-offset";
|
|
1843
|
-
readonly marginInlineEnd: "space-offset";
|
|
1844
|
-
readonly marginInlineStart: "space-offset";
|
|
1845
|
-
readonly marginLeft: "space-offset";
|
|
1846
|
-
readonly marginRight: "space-offset";
|
|
1847
|
-
readonly marginTop: "space-offset";
|
|
1848
|
-
readonly maxBlockSize: "sizes";
|
|
1849
|
-
readonly maxHeight: "sizes";
|
|
1850
|
-
readonly maxInlineSize: "sizes";
|
|
1851
|
-
readonly maxWidth: "sizes";
|
|
1852
|
-
readonly minBlockSize: "sizes";
|
|
1853
|
-
readonly minHeight: "sizes";
|
|
1854
|
-
readonly minInlineSize: "sizes";
|
|
1855
|
-
readonly minWidth: "sizes";
|
|
1856
|
-
readonly outline: "colors";
|
|
1857
|
-
readonly outlineColor: "colors";
|
|
1858
|
-
readonly padding: "space-inset";
|
|
1859
|
-
readonly paddingBlock: "space-inset";
|
|
1860
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1861
|
-
readonly paddingBlockStart: "space-inset";
|
|
1862
|
-
readonly paddingBottom: "space-inset";
|
|
1863
|
-
readonly paddingInline: "space-inset";
|
|
1864
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1865
|
-
readonly paddingInlineStart: "space-inset";
|
|
1866
|
-
readonly paddingLeft: "space-inset";
|
|
1867
|
-
readonly paddingRight: "space-inset";
|
|
1868
|
-
readonly paddingTop: "space-inset";
|
|
1869
|
-
readonly right: "space";
|
|
1870
|
-
readonly rowGap: "space-gap";
|
|
1871
|
-
readonly scrollMargin: "space-offset";
|
|
1872
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1873
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1874
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1875
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1876
|
-
readonly scrollMarginInline: "space-offset";
|
|
1877
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1878
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1879
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1880
|
-
readonly scrollMarginRight: "space-offset";
|
|
1881
|
-
readonly scrollMarginTop: "space-offset";
|
|
1882
|
-
readonly scrollPadding: "space-inset";
|
|
1883
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1884
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1885
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1886
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1887
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1888
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1889
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1890
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1891
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1892
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1893
|
-
readonly stroke: "colors";
|
|
1894
|
-
readonly strokeWidth: "stroke-width";
|
|
1895
|
-
readonly textDecorationColor: "colors";
|
|
1896
|
-
readonly textShadow: "shadows";
|
|
1897
|
-
readonly top: "space";
|
|
1898
|
-
readonly transition: "transitions";
|
|
1899
|
-
readonly width: "sizes";
|
|
1900
|
-
readonly zIndex: "z-indices";
|
|
1901
|
-
}, {
|
|
1902
|
-
paddingX: (value: {
|
|
1896
|
+
};
|
|
1897
|
+
paddingY: (value: {
|
|
1898
|
+
readonly [$$PropertyValue]: "padding";
|
|
1899
|
+
}) => {
|
|
1900
|
+
paddingTop: {
|
|
1903
1901
|
readonly [$$PropertyValue]: "padding";
|
|
1904
|
-
}) => {
|
|
1905
|
-
paddingLeft: {
|
|
1906
|
-
readonly [$$PropertyValue]: "padding";
|
|
1907
|
-
};
|
|
1908
|
-
paddingRight: {
|
|
1909
|
-
readonly [$$PropertyValue]: "padding";
|
|
1910
|
-
};
|
|
1911
1902
|
};
|
|
1912
|
-
|
|
1903
|
+
paddingBottom: {
|
|
1913
1904
|
readonly [$$PropertyValue]: "padding";
|
|
1914
|
-
}) => {
|
|
1915
|
-
paddingTop: {
|
|
1916
|
-
readonly [$$PropertyValue]: "padding";
|
|
1917
|
-
};
|
|
1918
|
-
paddingBottom: {
|
|
1919
|
-
readonly [$$PropertyValue]: "padding";
|
|
1920
|
-
};
|
|
1921
1905
|
};
|
|
1922
|
-
|
|
1906
|
+
};
|
|
1907
|
+
marginX: (value: {
|
|
1908
|
+
readonly [$$PropertyValue]: "margin";
|
|
1909
|
+
}) => {
|
|
1910
|
+
marginLeft: {
|
|
1923
1911
|
readonly [$$PropertyValue]: "margin";
|
|
1924
|
-
}) => {
|
|
1925
|
-
marginLeft: {
|
|
1926
|
-
readonly [$$PropertyValue]: "margin";
|
|
1927
|
-
};
|
|
1928
|
-
marginRight: {
|
|
1929
|
-
readonly [$$PropertyValue]: "margin";
|
|
1930
|
-
};
|
|
1931
1912
|
};
|
|
1932
|
-
|
|
1913
|
+
marginRight: {
|
|
1933
1914
|
readonly [$$PropertyValue]: "margin";
|
|
1934
|
-
}) => {
|
|
1935
|
-
marginTop: {
|
|
1936
|
-
readonly [$$PropertyValue]: "margin";
|
|
1937
|
-
};
|
|
1938
|
-
marginBottom: {
|
|
1939
|
-
readonly [$$PropertyValue]: "margin";
|
|
1940
|
-
};
|
|
1941
1915
|
};
|
|
1942
|
-
|
|
1916
|
+
};
|
|
1917
|
+
marginY: (value: {
|
|
1918
|
+
readonly [$$PropertyValue]: "margin";
|
|
1919
|
+
}) => {
|
|
1920
|
+
marginTop: {
|
|
1921
|
+
readonly [$$PropertyValue]: "margin";
|
|
1922
|
+
};
|
|
1923
|
+
marginBottom: {
|
|
1924
|
+
readonly [$$PropertyValue]: "margin";
|
|
1925
|
+
};
|
|
1926
|
+
};
|
|
1927
|
+
square: (value: {
|
|
1928
|
+
readonly [$$PropertyValue]: "width";
|
|
1929
|
+
}) => {
|
|
1930
|
+
width: {
|
|
1931
|
+
readonly [$$PropertyValue]: "width";
|
|
1932
|
+
};
|
|
1933
|
+
height: {
|
|
1943
1934
|
readonly [$$PropertyValue]: "width";
|
|
1944
|
-
}) => {
|
|
1945
|
-
width: {
|
|
1946
|
-
readonly [$$PropertyValue]: "width";
|
|
1947
|
-
};
|
|
1948
|
-
height: {
|
|
1949
|
-
readonly [$$PropertyValue]: "width";
|
|
1950
|
-
};
|
|
1951
1935
|
};
|
|
1952
|
-
}
|
|
1953
|
-
}> & {
|
|
1954
|
-
children?: react.ReactNode;
|
|
1955
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
1936
|
+
};
|
|
1937
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
1956
1938
|
|
|
1957
1939
|
declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
|
|
1958
1940
|
interface LinkProps extends ItemPropsWithAnchor {
|