@mirohq/design-system-tabs 0.1.0-tabs-component.0 → 0.2.1
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/main.js +101 -44
- package/dist/main.js.map +1 -1
- package/dist/module.js +101 -43
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +3446 -900
- package/package.json +12 -11
package/dist/types.d.ts
CHANGED
|
@@ -1,937 +1,3483 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import react__default from 'react';
|
|
3
|
-
import * as
|
|
2
|
+
import react__default, { ComponentPropsWithRef } from 'react';
|
|
3
|
+
import * as RadixTabs from '@radix-ui/react-tabs';
|
|
4
4
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
5
|
-
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
5
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
6
|
+
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
7
|
+
import { HoverEvents } from '@react-types/shared';
|
|
8
|
+
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
9
|
+
import * as packages_components_internal_base_button_src_base_button from 'packages/components/internal/base-button/src/base-button';
|
|
10
|
+
import * as _mirohq_design_system_hooks_use_press from '@mirohq/design-system-hooks/use-press';
|
|
11
|
+
import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-components/primitive';
|
|
7
12
|
|
|
8
|
-
declare
|
|
13
|
+
declare const List: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<RadixTabs.TabsListProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
14
|
+
'border-widths': {
|
|
15
|
+
readonly none: 0;
|
|
16
|
+
readonly sm: "1px";
|
|
17
|
+
readonly md: "2px";
|
|
18
|
+
readonly lg: "4px";
|
|
19
|
+
};
|
|
20
|
+
colors: {
|
|
21
|
+
readonly black: any;
|
|
22
|
+
readonly 'blue-50': any;
|
|
23
|
+
readonly 'blue-100': any;
|
|
24
|
+
readonly 'blue-150': any;
|
|
25
|
+
readonly 'blue-200': any;
|
|
26
|
+
readonly 'blue-250': any;
|
|
27
|
+
readonly 'blue-300': any;
|
|
28
|
+
readonly 'blue-350': any;
|
|
29
|
+
readonly 'blue-400': any;
|
|
30
|
+
readonly 'blue-450': any;
|
|
31
|
+
readonly 'blue-500': any;
|
|
32
|
+
readonly 'blue-550': any;
|
|
33
|
+
readonly 'blue-600': any;
|
|
34
|
+
readonly 'blue-650': any;
|
|
35
|
+
readonly 'blue-700': any;
|
|
36
|
+
readonly 'blue-750': any;
|
|
37
|
+
readonly 'blue-800': any;
|
|
38
|
+
readonly 'blue-850': any;
|
|
39
|
+
readonly 'blue-900': any;
|
|
40
|
+
readonly 'blue-950': any;
|
|
41
|
+
readonly 'gray-50': any;
|
|
42
|
+
readonly 'gray-100': any;
|
|
43
|
+
readonly 'gray-150': any;
|
|
44
|
+
readonly 'gray-200': any;
|
|
45
|
+
readonly 'gray-250': any;
|
|
46
|
+
readonly 'gray-300': any;
|
|
47
|
+
readonly 'gray-350': any;
|
|
48
|
+
readonly 'gray-400': any;
|
|
49
|
+
readonly 'gray-450': any;
|
|
50
|
+
readonly 'gray-500': any;
|
|
51
|
+
readonly 'gray-550': any;
|
|
52
|
+
readonly 'gray-600': any;
|
|
53
|
+
readonly 'gray-650': any;
|
|
54
|
+
readonly 'gray-700': any;
|
|
55
|
+
readonly 'gray-750': any;
|
|
56
|
+
readonly 'gray-800': any;
|
|
57
|
+
readonly 'gray-850': any;
|
|
58
|
+
readonly 'gray-900': any;
|
|
59
|
+
readonly 'gray-950': any;
|
|
60
|
+
readonly 'green-50': any;
|
|
61
|
+
readonly 'green-100': any;
|
|
62
|
+
readonly 'green-150': any;
|
|
63
|
+
readonly 'green-200': any;
|
|
64
|
+
readonly 'green-250': any;
|
|
65
|
+
readonly 'green-300': any;
|
|
66
|
+
readonly 'green-350': any;
|
|
67
|
+
readonly 'green-400': any;
|
|
68
|
+
readonly 'green-450': any;
|
|
69
|
+
readonly 'green-500': any;
|
|
70
|
+
readonly 'green-550': any;
|
|
71
|
+
readonly 'green-600': any;
|
|
72
|
+
readonly 'green-650': any;
|
|
73
|
+
readonly 'green-700': any;
|
|
74
|
+
readonly 'green-750': any;
|
|
75
|
+
readonly 'green-800': any;
|
|
76
|
+
readonly 'green-850': any;
|
|
77
|
+
readonly 'green-900': any;
|
|
78
|
+
readonly 'green-950': any;
|
|
79
|
+
readonly 'red-50': any;
|
|
80
|
+
readonly 'red-100': any;
|
|
81
|
+
readonly 'red-150': any;
|
|
82
|
+
readonly 'red-200': any;
|
|
83
|
+
readonly 'red-250': any;
|
|
84
|
+
readonly 'red-300': any;
|
|
85
|
+
readonly 'red-350': any;
|
|
86
|
+
readonly 'red-400': any;
|
|
87
|
+
readonly 'red-450': any;
|
|
88
|
+
readonly 'red-500': any;
|
|
89
|
+
readonly 'red-550': any;
|
|
90
|
+
readonly 'red-600': any;
|
|
91
|
+
readonly 'red-650': any;
|
|
92
|
+
readonly 'red-700': any;
|
|
93
|
+
readonly 'red-750': any;
|
|
94
|
+
readonly 'red-800': any;
|
|
95
|
+
readonly 'red-850': any;
|
|
96
|
+
readonly 'red-900': any;
|
|
97
|
+
readonly 'red-950': any;
|
|
98
|
+
readonly transparent: any;
|
|
99
|
+
readonly white: any;
|
|
100
|
+
readonly 'yellow-50': any;
|
|
101
|
+
readonly 'yellow-100': any;
|
|
102
|
+
readonly 'yellow-150': any;
|
|
103
|
+
readonly 'yellow-200': any;
|
|
104
|
+
readonly 'yellow-250': any;
|
|
105
|
+
readonly 'yellow-300': any;
|
|
106
|
+
readonly 'yellow-350': any;
|
|
107
|
+
readonly 'yellow-400': any;
|
|
108
|
+
readonly 'yellow-450': any;
|
|
109
|
+
readonly 'yellow-500': any;
|
|
110
|
+
readonly 'yellow-550': any;
|
|
111
|
+
readonly 'yellow-600': any;
|
|
112
|
+
readonly 'yellow-650': any;
|
|
113
|
+
readonly 'yellow-700': any;
|
|
114
|
+
readonly 'yellow-750': any;
|
|
115
|
+
readonly 'yellow-800': any;
|
|
116
|
+
readonly 'yellow-850': any;
|
|
117
|
+
readonly 'yellow-900': any;
|
|
118
|
+
readonly 'yellow-950': any;
|
|
119
|
+
"background-alpha-active"?: any;
|
|
120
|
+
"background-alpha-hover"?: any;
|
|
121
|
+
"background-danger-prominent"?: any;
|
|
122
|
+
"background-danger-prominent-active"?: any;
|
|
123
|
+
"background-danger-prominent-hover"?: any;
|
|
124
|
+
"background-danger-subtle"?: any;
|
|
125
|
+
"background-danger-subtle-active"?: any;
|
|
126
|
+
"background-danger-subtle-hover"?: any;
|
|
127
|
+
"background-neutrals"?: any;
|
|
128
|
+
"background-neutrals-active"?: any;
|
|
129
|
+
"background-neutrals-container"?: any;
|
|
130
|
+
"background-neutrals-controls-disabled"?: any;
|
|
131
|
+
"background-neutrals-disabled"?: any;
|
|
132
|
+
"background-neutrals-hover"?: any;
|
|
133
|
+
"background-neutrals-inactive"?: any;
|
|
134
|
+
"background-neutrals-inactive-hover"?: any;
|
|
135
|
+
"background-neutrals-inverted"?: any;
|
|
136
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
137
|
+
"background-neutrals-page"?: any;
|
|
138
|
+
"background-neutrals-page-subtle"?: any;
|
|
139
|
+
"background-neutrals-scrollbar"?: any;
|
|
140
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
141
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
142
|
+
"background-neutrals-subtle"?: any;
|
|
143
|
+
"background-neutrals-subtle-active"?: any;
|
|
144
|
+
"background-neutrals-subtle-hover"?: any;
|
|
145
|
+
"background-primary-prominent"?: any;
|
|
146
|
+
"background-primary-prominent-active"?: any;
|
|
147
|
+
"background-primary-prominent-hover"?: any;
|
|
148
|
+
"background-primary-prominent-selected"?: any;
|
|
149
|
+
"background-primary-subtle"?: any;
|
|
150
|
+
"background-primary-subtle-active"?: any;
|
|
151
|
+
"background-primary-subtle-hover"?: any;
|
|
152
|
+
"background-primary-subtle-selected"?: any;
|
|
153
|
+
"background-success"?: any;
|
|
154
|
+
"background-success-prominent"?: any;
|
|
155
|
+
"background-success-prominent-active"?: any;
|
|
156
|
+
"background-success-prominent-hover"?: any;
|
|
157
|
+
"background-warning-prominent"?: any;
|
|
158
|
+
"background-warning-subtle"?: any;
|
|
159
|
+
"border-danger"?: any;
|
|
160
|
+
"border-danger-active"?: any;
|
|
161
|
+
"border-danger-hover"?: any;
|
|
162
|
+
"border-focus-error-inner"?: any;
|
|
163
|
+
"border-focus-error-middle"?: any;
|
|
164
|
+
"border-focus-error-outer"?: any;
|
|
165
|
+
"border-focus-inner"?: any;
|
|
166
|
+
"border-focus-middle"?: any;
|
|
167
|
+
"border-focus-outer"?: any;
|
|
168
|
+
"border-focus-success-inner"?: any;
|
|
169
|
+
"border-focus-success-middle"?: any;
|
|
170
|
+
"border-focus-success-outer"?: any;
|
|
171
|
+
"border-neutrals"?: any;
|
|
172
|
+
"border-neutrals-active"?: any;
|
|
173
|
+
"border-neutrals-controls"?: any;
|
|
174
|
+
"border-neutrals-controls-disabled"?: any;
|
|
175
|
+
"border-neutrals-disabled"?: any;
|
|
176
|
+
"border-neutrals-hover"?: any;
|
|
177
|
+
"border-neutrals-inverted"?: any;
|
|
178
|
+
"border-neutrals-subtle"?: any;
|
|
179
|
+
"border-neutrals-text"?: any;
|
|
180
|
+
"border-neutrals-text-active"?: any;
|
|
181
|
+
"border-neutrals-text-hover"?: any;
|
|
182
|
+
"border-neutrals-text-subtle"?: any;
|
|
183
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
184
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
185
|
+
"border-neutrals-transparent"?: any;
|
|
186
|
+
"border-primary"?: any;
|
|
187
|
+
"border-primary-active"?: any;
|
|
188
|
+
"border-primary-hover"?: any;
|
|
189
|
+
"border-primary-inverted"?: any;
|
|
190
|
+
"border-success"?: any;
|
|
191
|
+
"border-success-active"?: any;
|
|
192
|
+
"border-success-hover"?: any;
|
|
193
|
+
"border-warning"?: any;
|
|
194
|
+
"icon-danger"?: any;
|
|
195
|
+
"icon-danger-active"?: any;
|
|
196
|
+
"icon-danger-hover"?: any;
|
|
197
|
+
"icon-danger-inverted"?: any;
|
|
198
|
+
"icon-neutrals"?: any;
|
|
199
|
+
"icon-neutrals-disabled"?: any;
|
|
200
|
+
"icon-neutrals-inactive"?: any;
|
|
201
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
202
|
+
"icon-neutrals-inverted"?: any;
|
|
203
|
+
"icon-neutrals-search"?: any;
|
|
204
|
+
"icon-neutrals-subtle"?: any;
|
|
205
|
+
"icon-neutrals-text"?: any;
|
|
206
|
+
"icon-primary"?: any;
|
|
207
|
+
"icon-primary-active"?: any;
|
|
208
|
+
"icon-primary-hover"?: any;
|
|
209
|
+
"icon-primary-inverted"?: any;
|
|
210
|
+
"icon-primary-selected"?: any;
|
|
211
|
+
"icon-success"?: any;
|
|
212
|
+
"icon-success-active"?: any;
|
|
213
|
+
"icon-success-hover"?: any;
|
|
214
|
+
"icon-success-inverted"?: any;
|
|
215
|
+
"icon-warning"?: any;
|
|
216
|
+
"icon-warning-prominent"?: any;
|
|
217
|
+
"icon-warning-subtle"?: any;
|
|
218
|
+
"text-danger"?: any;
|
|
219
|
+
"text-danger-active"?: any;
|
|
220
|
+
"text-danger-hover"?: any;
|
|
221
|
+
"text-danger-inverted"?: any;
|
|
222
|
+
"text-neutrals"?: any;
|
|
223
|
+
"text-neutrals-active"?: any;
|
|
224
|
+
"text-neutrals-disabled"?: any;
|
|
225
|
+
"text-neutrals-hover"?: any;
|
|
226
|
+
"text-neutrals-inverted"?: any;
|
|
227
|
+
"text-neutrals-placeholder"?: any;
|
|
228
|
+
"text-neutrals-placeholder-only"?: any;
|
|
229
|
+
"text-neutrals-subtle"?: any;
|
|
230
|
+
"text-neutrals-subtle-active"?: any;
|
|
231
|
+
"text-neutrals-subtle-hover"?: any;
|
|
232
|
+
"text-primary"?: any;
|
|
233
|
+
"text-primary-active"?: any;
|
|
234
|
+
"text-primary-hover"?: any;
|
|
235
|
+
"text-primary-inverted"?: any;
|
|
236
|
+
"text-primary-inverted-subtle"?: any;
|
|
237
|
+
"text-primary-selected"?: any;
|
|
238
|
+
"text-success"?: any;
|
|
239
|
+
"text-success-active"?: any;
|
|
240
|
+
"text-success-hover"?: any;
|
|
241
|
+
"text-success-inverted"?: any;
|
|
242
|
+
"text-warning"?: any;
|
|
243
|
+
"text-warning-subtle"?: any;
|
|
244
|
+
};
|
|
245
|
+
'font-sizes': {
|
|
246
|
+
readonly 125: "0.625rem";
|
|
247
|
+
readonly 150: "0.75rem";
|
|
248
|
+
readonly 175: "0.875rem";
|
|
249
|
+
readonly 200: "1rem";
|
|
250
|
+
readonly 225: "1.125rem";
|
|
251
|
+
readonly 250: "1.25rem";
|
|
252
|
+
readonly 300: "1.5rem";
|
|
253
|
+
readonly 400: "2rem";
|
|
254
|
+
readonly 500: "2.5rem";
|
|
255
|
+
readonly 600: "3rem";
|
|
256
|
+
readonly 800: "4rem";
|
|
257
|
+
readonly 900: "4.5rem";
|
|
258
|
+
};
|
|
259
|
+
fonts: {
|
|
260
|
+
readonly heading: "Roobert, sans-serif";
|
|
261
|
+
readonly body: "Open Sans, sans-serif";
|
|
262
|
+
};
|
|
263
|
+
radii: {
|
|
264
|
+
readonly 0: "0px";
|
|
265
|
+
readonly 25: "2px";
|
|
266
|
+
readonly 50: "4px";
|
|
267
|
+
readonly 75: "6px";
|
|
268
|
+
readonly 100: "8px";
|
|
269
|
+
readonly 200: "16px";
|
|
270
|
+
readonly round: "999px";
|
|
271
|
+
};
|
|
272
|
+
shadows: {
|
|
273
|
+
100: any;
|
|
274
|
+
50: any;
|
|
275
|
+
"focus-small": any;
|
|
276
|
+
"focus-small-outline": any;
|
|
277
|
+
"focus-large": any;
|
|
278
|
+
"focus-controls": any;
|
|
279
|
+
"focus-small-error": any;
|
|
280
|
+
"focus-controls-error": any;
|
|
281
|
+
"focus-controls-success": any;
|
|
282
|
+
};
|
|
283
|
+
sizes: {
|
|
284
|
+
readonly number: string;
|
|
285
|
+
readonly 'icon-200': "16px";
|
|
286
|
+
readonly 'icon-300': "24px";
|
|
287
|
+
readonly 'icon-400': "32px";
|
|
288
|
+
};
|
|
289
|
+
space: {
|
|
290
|
+
readonly 0: "0px";
|
|
291
|
+
readonly 25: "2px";
|
|
292
|
+
readonly 50: "4px";
|
|
293
|
+
readonly 100: "8px";
|
|
294
|
+
readonly 150: "12px";
|
|
295
|
+
readonly 200: "16px";
|
|
296
|
+
readonly 300: "24px";
|
|
297
|
+
readonly 400: "32px";
|
|
298
|
+
readonly 500: "40px";
|
|
299
|
+
readonly 600: "48px";
|
|
300
|
+
readonly 700: "56px";
|
|
301
|
+
readonly 800: "64px";
|
|
302
|
+
readonly 1200: "96px";
|
|
303
|
+
readonly 1600: "128px";
|
|
304
|
+
};
|
|
305
|
+
'stroke-width': {
|
|
306
|
+
readonly thin: "1.5px";
|
|
307
|
+
readonly normal: "2px";
|
|
308
|
+
readonly bold: "4px";
|
|
309
|
+
};
|
|
310
|
+
'z-indices': {
|
|
311
|
+
readonly dropdownMenu: 100;
|
|
312
|
+
readonly select: 200;
|
|
313
|
+
readonly popover: 300;
|
|
314
|
+
readonly tooltip: 400;
|
|
315
|
+
};
|
|
316
|
+
}, {
|
|
317
|
+
readonly background: "colors";
|
|
318
|
+
readonly backgroundColor: "colors";
|
|
319
|
+
readonly backgroundImage: "colors";
|
|
320
|
+
readonly blockSize: "sizes";
|
|
321
|
+
readonly border: "colors";
|
|
322
|
+
readonly borderBlock: "colors";
|
|
323
|
+
readonly borderBlockEnd: "colors";
|
|
324
|
+
readonly borderBlockStart: "colors";
|
|
325
|
+
readonly borderBottom: "colors";
|
|
326
|
+
readonly borderBottomColor: "colors";
|
|
327
|
+
readonly borderBottomLeftRadius: "radii";
|
|
328
|
+
readonly borderBottomRightRadius: "radii";
|
|
329
|
+
readonly borderBottomStyle: "border-styles";
|
|
330
|
+
readonly borderBottomWidth: "border-widths";
|
|
331
|
+
readonly borderColor: "colors";
|
|
332
|
+
readonly borderImage: "colors";
|
|
333
|
+
readonly borderInline: "colors";
|
|
334
|
+
readonly borderInlineEnd: "colors";
|
|
335
|
+
readonly borderInlineStart: "colors";
|
|
336
|
+
readonly borderLeft: "colors";
|
|
337
|
+
readonly borderLeftColor: "colors";
|
|
338
|
+
readonly borderLeftStyle: "border-styles";
|
|
339
|
+
readonly borderLeftWidth: "border-widths";
|
|
340
|
+
readonly borderRadius: "radii";
|
|
341
|
+
readonly borderRight: "colors";
|
|
342
|
+
readonly borderRightColor: "colors";
|
|
343
|
+
readonly borderRightStyle: "border-styles";
|
|
344
|
+
readonly borderRightWidth: "border-widths";
|
|
345
|
+
readonly borderSpacing: "space";
|
|
346
|
+
readonly borderStyle: "border-styles";
|
|
347
|
+
readonly borderTop: "colors";
|
|
348
|
+
readonly borderTopColor: "colors";
|
|
349
|
+
readonly borderTopLeftRadius: "radii";
|
|
350
|
+
readonly borderTopRightRadius: "radii";
|
|
351
|
+
readonly borderTopStyle: "border-styles";
|
|
352
|
+
readonly borderTopWidth: "border-widths";
|
|
353
|
+
readonly borderWidth: "border-widths";
|
|
354
|
+
readonly bottom: "space";
|
|
355
|
+
readonly boxShadow: "shadows";
|
|
356
|
+
readonly caretColor: "colors";
|
|
357
|
+
readonly color: "colors";
|
|
358
|
+
readonly columnGap: "space";
|
|
359
|
+
readonly columnRuleColor: "colors";
|
|
360
|
+
readonly fill: "colors";
|
|
361
|
+
readonly flexBasis: "sizes";
|
|
362
|
+
readonly fontFamily: "fonts";
|
|
363
|
+
readonly fontSize: "font-sizes";
|
|
364
|
+
readonly fontWeight: "font-weights";
|
|
365
|
+
readonly gap: "space";
|
|
366
|
+
readonly gridColumnGap: "space";
|
|
367
|
+
readonly gridGap: "space";
|
|
368
|
+
readonly gridRowGap: "space";
|
|
369
|
+
readonly gridTemplateColumns: "sizes";
|
|
370
|
+
readonly gridTemplateRows: "sizes";
|
|
371
|
+
readonly height: "sizes";
|
|
372
|
+
readonly inlineSize: "sizes";
|
|
373
|
+
readonly inset: "space";
|
|
374
|
+
readonly insetBlock: "space";
|
|
375
|
+
readonly insetBlockEnd: "space";
|
|
376
|
+
readonly insetBlockStart: "space";
|
|
377
|
+
readonly insetInline: "space";
|
|
378
|
+
readonly insetInlineEnd: "space";
|
|
379
|
+
readonly insetInlineStart: "space";
|
|
380
|
+
readonly left: "space";
|
|
381
|
+
readonly letterSpacing: "letter-spacings";
|
|
382
|
+
readonly lineHeight: "line-heights";
|
|
383
|
+
readonly margin: "space";
|
|
384
|
+
readonly marginBlock: "space";
|
|
385
|
+
readonly marginBlockEnd: "space";
|
|
386
|
+
readonly marginBlockStart: "space";
|
|
387
|
+
readonly marginBottom: "space";
|
|
388
|
+
readonly marginInline: "space";
|
|
389
|
+
readonly marginInlineEnd: "space";
|
|
390
|
+
readonly marginInlineStart: "space";
|
|
391
|
+
readonly marginLeft: "space";
|
|
392
|
+
readonly marginRight: "space";
|
|
393
|
+
readonly marginTop: "space";
|
|
394
|
+
readonly maxBlockSize: "sizes";
|
|
395
|
+
readonly maxHeight: "sizes";
|
|
396
|
+
readonly maxInlineSize: "sizes";
|
|
397
|
+
readonly maxWidth: "sizes";
|
|
398
|
+
readonly minBlockSize: "sizes";
|
|
399
|
+
readonly minHeight: "sizes";
|
|
400
|
+
readonly minInlineSize: "sizes";
|
|
401
|
+
readonly minWidth: "sizes";
|
|
402
|
+
readonly outline: "colors";
|
|
403
|
+
readonly outlineColor: "colors";
|
|
404
|
+
readonly padding: "space";
|
|
405
|
+
readonly paddingBlock: "space";
|
|
406
|
+
readonly paddingBlockEnd: "space";
|
|
407
|
+
readonly paddingBlockStart: "space";
|
|
408
|
+
readonly paddingBottom: "space";
|
|
409
|
+
readonly paddingInline: "space";
|
|
410
|
+
readonly paddingInlineEnd: "space";
|
|
411
|
+
readonly paddingInlineStart: "space";
|
|
412
|
+
readonly paddingLeft: "space";
|
|
413
|
+
readonly paddingRight: "space";
|
|
414
|
+
readonly paddingTop: "space";
|
|
415
|
+
readonly right: "space";
|
|
416
|
+
readonly rowGap: "space";
|
|
417
|
+
readonly scrollMargin: "space";
|
|
418
|
+
readonly scrollMarginBlock: "space";
|
|
419
|
+
readonly scrollMarginBlockEnd: "space";
|
|
420
|
+
readonly scrollMarginBlockStart: "space";
|
|
421
|
+
readonly scrollMarginBottom: "space";
|
|
422
|
+
readonly scrollMarginInline: "space";
|
|
423
|
+
readonly scrollMarginInlineEnd: "space";
|
|
424
|
+
readonly scrollMarginInlineStart: "space";
|
|
425
|
+
readonly scrollMarginLeft: "space";
|
|
426
|
+
readonly scrollMarginRight: "space";
|
|
427
|
+
readonly scrollMarginTop: "space";
|
|
428
|
+
readonly scrollPadding: "space";
|
|
429
|
+
readonly scrollPaddingBlock: "space";
|
|
430
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
431
|
+
readonly scrollPaddingBlockStart: "space";
|
|
432
|
+
readonly scrollPaddingBottom: "space";
|
|
433
|
+
readonly scrollPaddingInline: "space";
|
|
434
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
435
|
+
readonly scrollPaddingInlineStart: "space";
|
|
436
|
+
readonly scrollPaddingLeft: "space";
|
|
437
|
+
readonly scrollPaddingRight: "space";
|
|
438
|
+
readonly scrollPaddingTop: "space";
|
|
439
|
+
readonly stroke: "colors";
|
|
440
|
+
readonly strokeWidth: "stroke-width";
|
|
441
|
+
readonly textDecorationColor: "colors";
|
|
442
|
+
readonly textShadow: "shadows";
|
|
443
|
+
readonly top: "space";
|
|
444
|
+
readonly transition: "transitions";
|
|
445
|
+
readonly width: "sizes";
|
|
446
|
+
readonly zIndex: "z-indices";
|
|
447
|
+
}, {
|
|
448
|
+
paddingX: (value: {
|
|
449
|
+
readonly [$$PropertyValue]: "padding";
|
|
450
|
+
}) => {
|
|
451
|
+
paddingLeft: {
|
|
452
|
+
readonly [$$PropertyValue]: "padding";
|
|
453
|
+
};
|
|
454
|
+
paddingRight: {
|
|
455
|
+
readonly [$$PropertyValue]: "padding";
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
paddingY: (value: {
|
|
459
|
+
readonly [$$PropertyValue]: "padding";
|
|
460
|
+
}) => {
|
|
461
|
+
paddingTop: {
|
|
462
|
+
readonly [$$PropertyValue]: "padding";
|
|
463
|
+
};
|
|
464
|
+
paddingBottom: {
|
|
465
|
+
readonly [$$PropertyValue]: "padding";
|
|
466
|
+
};
|
|
467
|
+
};
|
|
468
|
+
marginX: (value: {
|
|
469
|
+
readonly [$$PropertyValue]: "margin";
|
|
470
|
+
}) => {
|
|
471
|
+
marginLeft: {
|
|
472
|
+
readonly [$$PropertyValue]: "margin";
|
|
473
|
+
};
|
|
474
|
+
marginRight: {
|
|
475
|
+
readonly [$$PropertyValue]: "margin";
|
|
476
|
+
};
|
|
477
|
+
};
|
|
478
|
+
marginY: (value: {
|
|
479
|
+
readonly [$$PropertyValue]: "margin";
|
|
480
|
+
}) => {
|
|
481
|
+
marginTop: {
|
|
482
|
+
readonly [$$PropertyValue]: "margin";
|
|
483
|
+
};
|
|
484
|
+
marginBottom: {
|
|
485
|
+
readonly [$$PropertyValue]: "margin";
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
square: (value: {
|
|
489
|
+
readonly [$$PropertyValue]: "width";
|
|
490
|
+
}) => {
|
|
491
|
+
width: {
|
|
492
|
+
readonly [$$PropertyValue]: "width";
|
|
493
|
+
};
|
|
494
|
+
height: {
|
|
495
|
+
readonly [$$PropertyValue]: "width";
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
499
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
500
|
+
};
|
|
501
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixTabs.TabsListProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
9
502
|
|
|
10
|
-
|
|
11
|
-
declare namespace types {
|
|
12
|
-
export {
|
|
13
|
-
types_TabsOrientation as TabsOrientation,
|
|
14
|
-
};
|
|
15
|
-
}
|
|
503
|
+
declare const Trigger: react__default.FC<RadixTabs.TabsTriggerProps & HoverEvents>;
|
|
16
504
|
|
|
17
|
-
declare const
|
|
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
|
-
readonly
|
|
289
|
-
readonly
|
|
290
|
-
readonly
|
|
291
|
-
readonly
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
readonly
|
|
295
|
-
readonly
|
|
296
|
-
readonly
|
|
297
|
-
readonly
|
|
298
|
-
readonly
|
|
299
|
-
readonly
|
|
300
|
-
readonly
|
|
301
|
-
readonly
|
|
302
|
-
readonly
|
|
303
|
-
readonly
|
|
304
|
-
readonly
|
|
305
|
-
readonly
|
|
306
|
-
readonly
|
|
307
|
-
readonly
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
readonly
|
|
311
|
-
readonly
|
|
312
|
-
readonly
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
readonly
|
|
316
|
-
readonly
|
|
317
|
-
readonly
|
|
318
|
-
readonly
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
505
|
+
declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
506
|
+
'border-widths': {
|
|
507
|
+
readonly none: 0;
|
|
508
|
+
readonly sm: "1px";
|
|
509
|
+
readonly md: "2px";
|
|
510
|
+
readonly lg: "4px";
|
|
511
|
+
};
|
|
512
|
+
colors: {
|
|
513
|
+
readonly black: any;
|
|
514
|
+
readonly 'blue-50': any;
|
|
515
|
+
readonly 'blue-100': any;
|
|
516
|
+
readonly 'blue-150': any;
|
|
517
|
+
readonly 'blue-200': any;
|
|
518
|
+
readonly 'blue-250': any;
|
|
519
|
+
readonly 'blue-300': any;
|
|
520
|
+
readonly 'blue-350': any;
|
|
521
|
+
readonly 'blue-400': any;
|
|
522
|
+
readonly 'blue-450': any;
|
|
523
|
+
readonly 'blue-500': any;
|
|
524
|
+
readonly 'blue-550': any;
|
|
525
|
+
readonly 'blue-600': any;
|
|
526
|
+
readonly 'blue-650': any;
|
|
527
|
+
readonly 'blue-700': any;
|
|
528
|
+
readonly 'blue-750': any;
|
|
529
|
+
readonly 'blue-800': any;
|
|
530
|
+
readonly 'blue-850': any;
|
|
531
|
+
readonly 'blue-900': any;
|
|
532
|
+
readonly 'blue-950': any;
|
|
533
|
+
readonly 'gray-50': any;
|
|
534
|
+
readonly 'gray-100': any;
|
|
535
|
+
readonly 'gray-150': any;
|
|
536
|
+
readonly 'gray-200': any;
|
|
537
|
+
readonly 'gray-250': any;
|
|
538
|
+
readonly 'gray-300': any;
|
|
539
|
+
readonly 'gray-350': any;
|
|
540
|
+
readonly 'gray-400': any;
|
|
541
|
+
readonly 'gray-450': any;
|
|
542
|
+
readonly 'gray-500': any;
|
|
543
|
+
readonly 'gray-550': any;
|
|
544
|
+
readonly 'gray-600': any;
|
|
545
|
+
readonly 'gray-650': any;
|
|
546
|
+
readonly 'gray-700': any;
|
|
547
|
+
readonly 'gray-750': any;
|
|
548
|
+
readonly 'gray-800': any;
|
|
549
|
+
readonly 'gray-850': any;
|
|
550
|
+
readonly 'gray-900': any;
|
|
551
|
+
readonly 'gray-950': any;
|
|
552
|
+
readonly 'green-50': any;
|
|
553
|
+
readonly 'green-100': any;
|
|
554
|
+
readonly 'green-150': any;
|
|
555
|
+
readonly 'green-200': any;
|
|
556
|
+
readonly 'green-250': any;
|
|
557
|
+
readonly 'green-300': any;
|
|
558
|
+
readonly 'green-350': any;
|
|
559
|
+
readonly 'green-400': any;
|
|
560
|
+
readonly 'green-450': any;
|
|
561
|
+
readonly 'green-500': any;
|
|
562
|
+
readonly 'green-550': any;
|
|
563
|
+
readonly 'green-600': any;
|
|
564
|
+
readonly 'green-650': any;
|
|
565
|
+
readonly 'green-700': any;
|
|
566
|
+
readonly 'green-750': any;
|
|
567
|
+
readonly 'green-800': any;
|
|
568
|
+
readonly 'green-850': any;
|
|
569
|
+
readonly 'green-900': any;
|
|
570
|
+
readonly 'green-950': any;
|
|
571
|
+
readonly 'red-50': any;
|
|
572
|
+
readonly 'red-100': any;
|
|
573
|
+
readonly 'red-150': any;
|
|
574
|
+
readonly 'red-200': any;
|
|
575
|
+
readonly 'red-250': any;
|
|
576
|
+
readonly 'red-300': any;
|
|
577
|
+
readonly 'red-350': any;
|
|
578
|
+
readonly 'red-400': any;
|
|
579
|
+
readonly 'red-450': any;
|
|
580
|
+
readonly 'red-500': any;
|
|
581
|
+
readonly 'red-550': any;
|
|
582
|
+
readonly 'red-600': any;
|
|
583
|
+
readonly 'red-650': any;
|
|
584
|
+
readonly 'red-700': any;
|
|
585
|
+
readonly 'red-750': any;
|
|
586
|
+
readonly 'red-800': any;
|
|
587
|
+
readonly 'red-850': any;
|
|
588
|
+
readonly 'red-900': any;
|
|
589
|
+
readonly 'red-950': any;
|
|
590
|
+
readonly transparent: any;
|
|
591
|
+
readonly white: any;
|
|
592
|
+
readonly 'yellow-50': any;
|
|
593
|
+
readonly 'yellow-100': any;
|
|
594
|
+
readonly 'yellow-150': any;
|
|
595
|
+
readonly 'yellow-200': any;
|
|
596
|
+
readonly 'yellow-250': any;
|
|
597
|
+
readonly 'yellow-300': any;
|
|
598
|
+
readonly 'yellow-350': any;
|
|
599
|
+
readonly 'yellow-400': any;
|
|
600
|
+
readonly 'yellow-450': any;
|
|
601
|
+
readonly 'yellow-500': any;
|
|
602
|
+
readonly 'yellow-550': any;
|
|
603
|
+
readonly 'yellow-600': any;
|
|
604
|
+
readonly 'yellow-650': any;
|
|
605
|
+
readonly 'yellow-700': any;
|
|
606
|
+
readonly 'yellow-750': any;
|
|
607
|
+
readonly 'yellow-800': any;
|
|
608
|
+
readonly 'yellow-850': any;
|
|
609
|
+
readonly 'yellow-900': any;
|
|
610
|
+
readonly 'yellow-950': any;
|
|
611
|
+
"background-alpha-active"?: any;
|
|
612
|
+
"background-alpha-hover"?: any;
|
|
613
|
+
"background-danger-prominent"?: any;
|
|
614
|
+
"background-danger-prominent-active"?: any;
|
|
615
|
+
"background-danger-prominent-hover"?: any;
|
|
616
|
+
"background-danger-subtle"?: any;
|
|
617
|
+
"background-danger-subtle-active"?: any;
|
|
618
|
+
"background-danger-subtle-hover"?: any;
|
|
619
|
+
"background-neutrals"?: any;
|
|
620
|
+
"background-neutrals-active"?: any;
|
|
621
|
+
"background-neutrals-container"?: any;
|
|
622
|
+
"background-neutrals-controls-disabled"?: any;
|
|
623
|
+
"background-neutrals-disabled"?: any;
|
|
624
|
+
"background-neutrals-hover"?: any;
|
|
625
|
+
"background-neutrals-inactive"?: any;
|
|
626
|
+
"background-neutrals-inactive-hover"?: any;
|
|
627
|
+
"background-neutrals-inverted"?: any;
|
|
628
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
629
|
+
"background-neutrals-page"?: any;
|
|
630
|
+
"background-neutrals-page-subtle"?: any;
|
|
631
|
+
"background-neutrals-scrollbar"?: any;
|
|
632
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
633
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
634
|
+
"background-neutrals-subtle"?: any;
|
|
635
|
+
"background-neutrals-subtle-active"?: any;
|
|
636
|
+
"background-neutrals-subtle-hover"?: any;
|
|
637
|
+
"background-primary-prominent"?: any;
|
|
638
|
+
"background-primary-prominent-active"?: any;
|
|
639
|
+
"background-primary-prominent-hover"?: any;
|
|
640
|
+
"background-primary-prominent-selected"?: any;
|
|
641
|
+
"background-primary-subtle"?: any;
|
|
642
|
+
"background-primary-subtle-active"?: any;
|
|
643
|
+
"background-primary-subtle-hover"?: any;
|
|
644
|
+
"background-primary-subtle-selected"?: any;
|
|
645
|
+
"background-success"?: any;
|
|
646
|
+
"background-success-prominent"?: any;
|
|
647
|
+
"background-success-prominent-active"?: any;
|
|
648
|
+
"background-success-prominent-hover"?: any;
|
|
649
|
+
"background-warning-prominent"?: any;
|
|
650
|
+
"background-warning-subtle"?: any;
|
|
651
|
+
"border-danger"?: any;
|
|
652
|
+
"border-danger-active"?: any;
|
|
653
|
+
"border-danger-hover"?: any;
|
|
654
|
+
"border-focus-error-inner"?: any;
|
|
655
|
+
"border-focus-error-middle"?: any;
|
|
656
|
+
"border-focus-error-outer"?: any;
|
|
657
|
+
"border-focus-inner"?: any;
|
|
658
|
+
"border-focus-middle"?: any;
|
|
659
|
+
"border-focus-outer"?: any;
|
|
660
|
+
"border-focus-success-inner"?: any;
|
|
661
|
+
"border-focus-success-middle"?: any;
|
|
662
|
+
"border-focus-success-outer"?: any;
|
|
663
|
+
"border-neutrals"?: any;
|
|
664
|
+
"border-neutrals-active"?: any;
|
|
665
|
+
"border-neutrals-controls"?: any;
|
|
666
|
+
"border-neutrals-controls-disabled"?: any;
|
|
667
|
+
"border-neutrals-disabled"?: any;
|
|
668
|
+
"border-neutrals-hover"?: any;
|
|
669
|
+
"border-neutrals-inverted"?: any;
|
|
670
|
+
"border-neutrals-subtle"?: any;
|
|
671
|
+
"border-neutrals-text"?: any;
|
|
672
|
+
"border-neutrals-text-active"?: any;
|
|
673
|
+
"border-neutrals-text-hover"?: any;
|
|
674
|
+
"border-neutrals-text-subtle"?: any;
|
|
675
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
676
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
677
|
+
"border-neutrals-transparent"?: any;
|
|
678
|
+
"border-primary"?: any;
|
|
679
|
+
"border-primary-active"?: any;
|
|
680
|
+
"border-primary-hover"?: any;
|
|
681
|
+
"border-primary-inverted"?: any;
|
|
682
|
+
"border-success"?: any;
|
|
683
|
+
"border-success-active"?: any;
|
|
684
|
+
"border-success-hover"?: any;
|
|
685
|
+
"border-warning"?: any;
|
|
686
|
+
"icon-danger"?: any;
|
|
687
|
+
"icon-danger-active"?: any;
|
|
688
|
+
"icon-danger-hover"?: any;
|
|
689
|
+
"icon-danger-inverted"?: any;
|
|
690
|
+
"icon-neutrals"?: any;
|
|
691
|
+
"icon-neutrals-disabled"?: any;
|
|
692
|
+
"icon-neutrals-inactive"?: any;
|
|
693
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
694
|
+
"icon-neutrals-inverted"?: any;
|
|
695
|
+
"icon-neutrals-search"?: any;
|
|
696
|
+
"icon-neutrals-subtle"?: any;
|
|
697
|
+
"icon-neutrals-text"?: any;
|
|
698
|
+
"icon-primary"?: any;
|
|
699
|
+
"icon-primary-active"?: any;
|
|
700
|
+
"icon-primary-hover"?: any;
|
|
701
|
+
"icon-primary-inverted"?: any;
|
|
702
|
+
"icon-primary-selected"?: any;
|
|
703
|
+
"icon-success"?: any;
|
|
704
|
+
"icon-success-active"?: any;
|
|
705
|
+
"icon-success-hover"?: any;
|
|
706
|
+
"icon-success-inverted"?: any;
|
|
707
|
+
"icon-warning"?: any;
|
|
708
|
+
"icon-warning-prominent"?: any;
|
|
709
|
+
"icon-warning-subtle"?: any;
|
|
710
|
+
"text-danger"?: any;
|
|
711
|
+
"text-danger-active"?: any;
|
|
712
|
+
"text-danger-hover"?: any;
|
|
713
|
+
"text-danger-inverted"?: any;
|
|
714
|
+
"text-neutrals"?: any;
|
|
715
|
+
"text-neutrals-active"?: any;
|
|
716
|
+
"text-neutrals-disabled"?: any;
|
|
717
|
+
"text-neutrals-hover"?: any;
|
|
718
|
+
"text-neutrals-inverted"?: any;
|
|
719
|
+
"text-neutrals-placeholder"?: any;
|
|
720
|
+
"text-neutrals-placeholder-only"?: any;
|
|
721
|
+
"text-neutrals-subtle"?: any;
|
|
722
|
+
"text-neutrals-subtle-active"?: any;
|
|
723
|
+
"text-neutrals-subtle-hover"?: any;
|
|
724
|
+
"text-primary"?: any;
|
|
725
|
+
"text-primary-active"?: any;
|
|
726
|
+
"text-primary-hover"?: any;
|
|
727
|
+
"text-primary-inverted"?: any;
|
|
728
|
+
"text-primary-inverted-subtle"?: any;
|
|
729
|
+
"text-primary-selected"?: any;
|
|
730
|
+
"text-success"?: any;
|
|
731
|
+
"text-success-active"?: any;
|
|
732
|
+
"text-success-hover"?: any;
|
|
733
|
+
"text-success-inverted"?: any;
|
|
734
|
+
"text-warning"?: any;
|
|
735
|
+
"text-warning-subtle"?: any;
|
|
736
|
+
};
|
|
737
|
+
'font-sizes': {
|
|
738
|
+
readonly 125: "0.625rem";
|
|
739
|
+
readonly 150: "0.75rem";
|
|
740
|
+
readonly 175: "0.875rem";
|
|
741
|
+
readonly 200: "1rem";
|
|
742
|
+
readonly 225: "1.125rem";
|
|
743
|
+
readonly 250: "1.25rem";
|
|
744
|
+
readonly 300: "1.5rem";
|
|
745
|
+
readonly 400: "2rem";
|
|
746
|
+
readonly 500: "2.5rem";
|
|
747
|
+
readonly 600: "3rem";
|
|
748
|
+
readonly 800: "4rem";
|
|
749
|
+
readonly 900: "4.5rem";
|
|
750
|
+
};
|
|
751
|
+
fonts: {
|
|
752
|
+
readonly heading: "Roobert, sans-serif";
|
|
753
|
+
readonly body: "Open Sans, sans-serif";
|
|
754
|
+
};
|
|
755
|
+
radii: {
|
|
756
|
+
readonly 0: "0px";
|
|
757
|
+
readonly 25: "2px";
|
|
758
|
+
readonly 50: "4px";
|
|
759
|
+
readonly 75: "6px";
|
|
760
|
+
readonly 100: "8px";
|
|
761
|
+
readonly 200: "16px";
|
|
762
|
+
readonly round: "999px";
|
|
763
|
+
};
|
|
764
|
+
shadows: {
|
|
765
|
+
100: any;
|
|
766
|
+
50: any;
|
|
767
|
+
"focus-small": any;
|
|
768
|
+
"focus-small-outline": any;
|
|
769
|
+
"focus-large": any;
|
|
770
|
+
"focus-controls": any;
|
|
771
|
+
"focus-small-error": any;
|
|
772
|
+
"focus-controls-error": any;
|
|
773
|
+
"focus-controls-success": any;
|
|
774
|
+
};
|
|
775
|
+
sizes: {
|
|
776
|
+
readonly number: string;
|
|
777
|
+
readonly 'icon-200': "16px";
|
|
778
|
+
readonly 'icon-300': "24px";
|
|
779
|
+
readonly 'icon-400': "32px";
|
|
780
|
+
};
|
|
781
|
+
space: {
|
|
782
|
+
readonly 0: "0px";
|
|
783
|
+
readonly 25: "2px";
|
|
784
|
+
readonly 50: "4px";
|
|
785
|
+
readonly 100: "8px";
|
|
786
|
+
readonly 150: "12px";
|
|
787
|
+
readonly 200: "16px";
|
|
788
|
+
readonly 300: "24px";
|
|
789
|
+
readonly 400: "32px";
|
|
790
|
+
readonly 500: "40px";
|
|
791
|
+
readonly 600: "48px";
|
|
792
|
+
readonly 700: "56px";
|
|
793
|
+
readonly 800: "64px";
|
|
794
|
+
readonly 1200: "96px";
|
|
795
|
+
readonly 1600: "128px";
|
|
796
|
+
};
|
|
797
|
+
'stroke-width': {
|
|
798
|
+
readonly thin: "1.5px";
|
|
799
|
+
readonly normal: "2px";
|
|
800
|
+
readonly bold: "4px";
|
|
801
|
+
};
|
|
802
|
+
'z-indices': {
|
|
803
|
+
readonly dropdownMenu: 100;
|
|
804
|
+
readonly select: 200;
|
|
805
|
+
readonly popover: 300;
|
|
806
|
+
readonly tooltip: 400;
|
|
807
|
+
};
|
|
808
|
+
}, {
|
|
809
|
+
readonly background: "colors";
|
|
810
|
+
readonly backgroundColor: "colors";
|
|
811
|
+
readonly backgroundImage: "colors";
|
|
812
|
+
readonly blockSize: "sizes";
|
|
813
|
+
readonly border: "colors";
|
|
814
|
+
readonly borderBlock: "colors";
|
|
815
|
+
readonly borderBlockEnd: "colors";
|
|
816
|
+
readonly borderBlockStart: "colors";
|
|
817
|
+
readonly borderBottom: "colors";
|
|
818
|
+
readonly borderBottomColor: "colors";
|
|
819
|
+
readonly borderBottomLeftRadius: "radii";
|
|
820
|
+
readonly borderBottomRightRadius: "radii";
|
|
821
|
+
readonly borderBottomStyle: "border-styles";
|
|
822
|
+
readonly borderBottomWidth: "border-widths";
|
|
823
|
+
readonly borderColor: "colors";
|
|
824
|
+
readonly borderImage: "colors";
|
|
825
|
+
readonly borderInline: "colors";
|
|
826
|
+
readonly borderInlineEnd: "colors";
|
|
827
|
+
readonly borderInlineStart: "colors";
|
|
828
|
+
readonly borderLeft: "colors";
|
|
829
|
+
readonly borderLeftColor: "colors";
|
|
830
|
+
readonly borderLeftStyle: "border-styles";
|
|
831
|
+
readonly borderLeftWidth: "border-widths";
|
|
832
|
+
readonly borderRadius: "radii";
|
|
833
|
+
readonly borderRight: "colors";
|
|
834
|
+
readonly borderRightColor: "colors";
|
|
835
|
+
readonly borderRightStyle: "border-styles";
|
|
836
|
+
readonly borderRightWidth: "border-widths";
|
|
837
|
+
readonly borderSpacing: "space";
|
|
838
|
+
readonly borderStyle: "border-styles";
|
|
839
|
+
readonly borderTop: "colors";
|
|
840
|
+
readonly borderTopColor: "colors";
|
|
841
|
+
readonly borderTopLeftRadius: "radii";
|
|
842
|
+
readonly borderTopRightRadius: "radii";
|
|
843
|
+
readonly borderTopStyle: "border-styles";
|
|
844
|
+
readonly borderTopWidth: "border-widths";
|
|
845
|
+
readonly borderWidth: "border-widths";
|
|
846
|
+
readonly bottom: "space";
|
|
847
|
+
readonly boxShadow: "shadows";
|
|
848
|
+
readonly caretColor: "colors";
|
|
849
|
+
readonly color: "colors";
|
|
850
|
+
readonly columnGap: "space";
|
|
851
|
+
readonly columnRuleColor: "colors";
|
|
852
|
+
readonly fill: "colors";
|
|
853
|
+
readonly flexBasis: "sizes";
|
|
854
|
+
readonly fontFamily: "fonts";
|
|
855
|
+
readonly fontSize: "font-sizes";
|
|
856
|
+
readonly fontWeight: "font-weights";
|
|
857
|
+
readonly gap: "space";
|
|
858
|
+
readonly gridColumnGap: "space";
|
|
859
|
+
readonly gridGap: "space";
|
|
860
|
+
readonly gridRowGap: "space";
|
|
861
|
+
readonly gridTemplateColumns: "sizes";
|
|
862
|
+
readonly gridTemplateRows: "sizes";
|
|
863
|
+
readonly height: "sizes";
|
|
864
|
+
readonly inlineSize: "sizes";
|
|
865
|
+
readonly inset: "space";
|
|
866
|
+
readonly insetBlock: "space";
|
|
867
|
+
readonly insetBlockEnd: "space";
|
|
868
|
+
readonly insetBlockStart: "space";
|
|
869
|
+
readonly insetInline: "space";
|
|
870
|
+
readonly insetInlineEnd: "space";
|
|
871
|
+
readonly insetInlineStart: "space";
|
|
872
|
+
readonly left: "space";
|
|
873
|
+
readonly letterSpacing: "letter-spacings";
|
|
874
|
+
readonly lineHeight: "line-heights";
|
|
875
|
+
readonly margin: "space";
|
|
876
|
+
readonly marginBlock: "space";
|
|
877
|
+
readonly marginBlockEnd: "space";
|
|
878
|
+
readonly marginBlockStart: "space";
|
|
879
|
+
readonly marginBottom: "space";
|
|
880
|
+
readonly marginInline: "space";
|
|
881
|
+
readonly marginInlineEnd: "space";
|
|
882
|
+
readonly marginInlineStart: "space";
|
|
883
|
+
readonly marginLeft: "space";
|
|
884
|
+
readonly marginRight: "space";
|
|
885
|
+
readonly marginTop: "space";
|
|
886
|
+
readonly maxBlockSize: "sizes";
|
|
887
|
+
readonly maxHeight: "sizes";
|
|
888
|
+
readonly maxInlineSize: "sizes";
|
|
889
|
+
readonly maxWidth: "sizes";
|
|
890
|
+
readonly minBlockSize: "sizes";
|
|
891
|
+
readonly minHeight: "sizes";
|
|
892
|
+
readonly minInlineSize: "sizes";
|
|
893
|
+
readonly minWidth: "sizes";
|
|
894
|
+
readonly outline: "colors";
|
|
895
|
+
readonly outlineColor: "colors";
|
|
896
|
+
readonly padding: "space";
|
|
897
|
+
readonly paddingBlock: "space";
|
|
898
|
+
readonly paddingBlockEnd: "space";
|
|
899
|
+
readonly paddingBlockStart: "space";
|
|
900
|
+
readonly paddingBottom: "space";
|
|
901
|
+
readonly paddingInline: "space";
|
|
902
|
+
readonly paddingInlineEnd: "space";
|
|
903
|
+
readonly paddingInlineStart: "space";
|
|
904
|
+
readonly paddingLeft: "space";
|
|
905
|
+
readonly paddingRight: "space";
|
|
906
|
+
readonly paddingTop: "space";
|
|
907
|
+
readonly right: "space";
|
|
908
|
+
readonly rowGap: "space";
|
|
909
|
+
readonly scrollMargin: "space";
|
|
910
|
+
readonly scrollMarginBlock: "space";
|
|
911
|
+
readonly scrollMarginBlockEnd: "space";
|
|
912
|
+
readonly scrollMarginBlockStart: "space";
|
|
913
|
+
readonly scrollMarginBottom: "space";
|
|
914
|
+
readonly scrollMarginInline: "space";
|
|
915
|
+
readonly scrollMarginInlineEnd: "space";
|
|
916
|
+
readonly scrollMarginInlineStart: "space";
|
|
917
|
+
readonly scrollMarginLeft: "space";
|
|
918
|
+
readonly scrollMarginRight: "space";
|
|
919
|
+
readonly scrollMarginTop: "space";
|
|
920
|
+
readonly scrollPadding: "space";
|
|
921
|
+
readonly scrollPaddingBlock: "space";
|
|
922
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
923
|
+
readonly scrollPaddingBlockStart: "space";
|
|
924
|
+
readonly scrollPaddingBottom: "space";
|
|
925
|
+
readonly scrollPaddingInline: "space";
|
|
926
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
927
|
+
readonly scrollPaddingInlineStart: "space";
|
|
928
|
+
readonly scrollPaddingLeft: "space";
|
|
929
|
+
readonly scrollPaddingRight: "space";
|
|
930
|
+
readonly scrollPaddingTop: "space";
|
|
931
|
+
readonly stroke: "colors";
|
|
932
|
+
readonly strokeWidth: "stroke-width";
|
|
933
|
+
readonly textDecorationColor: "colors";
|
|
934
|
+
readonly textShadow: "shadows";
|
|
935
|
+
readonly top: "space";
|
|
936
|
+
readonly transition: "transitions";
|
|
937
|
+
readonly width: "sizes";
|
|
938
|
+
readonly zIndex: "z-indices";
|
|
939
|
+
}, {
|
|
940
|
+
paddingX: (value: {
|
|
941
|
+
readonly [$$PropertyValue]: "padding";
|
|
942
|
+
}) => {
|
|
943
|
+
paddingLeft: {
|
|
944
|
+
readonly [$$PropertyValue]: "padding";
|
|
945
|
+
};
|
|
946
|
+
paddingRight: {
|
|
406
947
|
readonly [$$PropertyValue]: "padding";
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
};
|
|
414
|
-
};
|
|
415
|
-
paddingY: (value: {
|
|
948
|
+
};
|
|
949
|
+
};
|
|
950
|
+
paddingY: (value: {
|
|
951
|
+
readonly [$$PropertyValue]: "padding";
|
|
952
|
+
}) => {
|
|
953
|
+
paddingTop: {
|
|
416
954
|
readonly [$$PropertyValue]: "padding";
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
955
|
+
};
|
|
956
|
+
paddingBottom: {
|
|
957
|
+
readonly [$$PropertyValue]: "padding";
|
|
958
|
+
};
|
|
959
|
+
};
|
|
960
|
+
marginX: (value: {
|
|
961
|
+
readonly [$$PropertyValue]: "margin";
|
|
962
|
+
}) => {
|
|
963
|
+
marginLeft: {
|
|
964
|
+
readonly [$$PropertyValue]: "margin";
|
|
965
|
+
};
|
|
966
|
+
marginRight: {
|
|
967
|
+
readonly [$$PropertyValue]: "margin";
|
|
968
|
+
};
|
|
969
|
+
};
|
|
970
|
+
marginY: (value: {
|
|
971
|
+
readonly [$$PropertyValue]: "margin";
|
|
972
|
+
}) => {
|
|
973
|
+
marginTop: {
|
|
426
974
|
readonly [$$PropertyValue]: "margin";
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
readonly [$$PropertyValue]: "margin";
|
|
430
|
-
};
|
|
431
|
-
marginRight: {
|
|
432
|
-
readonly [$$PropertyValue]: "margin";
|
|
433
|
-
};
|
|
434
|
-
};
|
|
435
|
-
marginY: (value: {
|
|
975
|
+
};
|
|
976
|
+
marginBottom: {
|
|
436
977
|
readonly [$$PropertyValue]: "margin";
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
};
|
|
445
|
-
|
|
978
|
+
};
|
|
979
|
+
};
|
|
980
|
+
square: (value: {
|
|
981
|
+
readonly [$$PropertyValue]: "width";
|
|
982
|
+
}) => {
|
|
983
|
+
width: {
|
|
984
|
+
readonly [$$PropertyValue]: "width";
|
|
985
|
+
};
|
|
986
|
+
height: {
|
|
446
987
|
readonly [$$PropertyValue]: "width";
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
988
|
+
};
|
|
989
|
+
};
|
|
990
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
991
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
992
|
+
};
|
|
993
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react__default.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
|
|
994
|
+
declare type StyledIconSlotProps = react__default.ComponentPropsWithRef<typeof StyledIconSlot>;
|
|
995
|
+
interface IconSlotProps extends StyledIconSlotProps {
|
|
996
|
+
/**
|
|
997
|
+
* The icon.
|
|
998
|
+
*/
|
|
999
|
+
children: react__default.ReactNode;
|
|
1000
|
+
}
|
|
1001
|
+
declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<IconSlotProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
459
1002
|
|
|
460
|
-
declare const
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
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
|
-
readonly
|
|
732
|
-
readonly
|
|
733
|
-
readonly
|
|
734
|
-
readonly
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
readonly
|
|
738
|
-
readonly
|
|
739
|
-
readonly
|
|
740
|
-
readonly
|
|
741
|
-
readonly
|
|
742
|
-
readonly
|
|
743
|
-
readonly
|
|
744
|
-
readonly
|
|
745
|
-
readonly
|
|
746
|
-
readonly
|
|
747
|
-
readonly
|
|
748
|
-
readonly
|
|
749
|
-
readonly
|
|
750
|
-
readonly
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
readonly
|
|
754
|
-
readonly
|
|
755
|
-
readonly
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
readonly
|
|
759
|
-
readonly
|
|
760
|
-
readonly
|
|
761
|
-
readonly
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
1003
|
+
declare const TriggerStyled: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<(Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"button">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
1004
|
+
'border-widths': {
|
|
1005
|
+
readonly none: 0;
|
|
1006
|
+
readonly sm: "1px";
|
|
1007
|
+
readonly md: "2px";
|
|
1008
|
+
readonly lg: "4px";
|
|
1009
|
+
};
|
|
1010
|
+
colors: {
|
|
1011
|
+
readonly black: any;
|
|
1012
|
+
readonly 'blue-50': any;
|
|
1013
|
+
readonly 'blue-100': any;
|
|
1014
|
+
readonly 'blue-150': any;
|
|
1015
|
+
readonly 'blue-200': any;
|
|
1016
|
+
readonly 'blue-250': any;
|
|
1017
|
+
readonly 'blue-300': any;
|
|
1018
|
+
readonly 'blue-350': any;
|
|
1019
|
+
readonly 'blue-400': any;
|
|
1020
|
+
readonly 'blue-450': any;
|
|
1021
|
+
readonly 'blue-500': any;
|
|
1022
|
+
readonly 'blue-550': any;
|
|
1023
|
+
readonly 'blue-600': any;
|
|
1024
|
+
readonly 'blue-650': any;
|
|
1025
|
+
readonly 'blue-700': any;
|
|
1026
|
+
readonly 'blue-750': any;
|
|
1027
|
+
readonly 'blue-800': any;
|
|
1028
|
+
readonly 'blue-850': any;
|
|
1029
|
+
readonly 'blue-900': any;
|
|
1030
|
+
readonly 'blue-950': any;
|
|
1031
|
+
readonly 'gray-50': any;
|
|
1032
|
+
readonly 'gray-100': any;
|
|
1033
|
+
readonly 'gray-150': any;
|
|
1034
|
+
readonly 'gray-200': any;
|
|
1035
|
+
readonly 'gray-250': any;
|
|
1036
|
+
readonly 'gray-300': any;
|
|
1037
|
+
readonly 'gray-350': any;
|
|
1038
|
+
readonly 'gray-400': any;
|
|
1039
|
+
readonly 'gray-450': any;
|
|
1040
|
+
readonly 'gray-500': any;
|
|
1041
|
+
readonly 'gray-550': any;
|
|
1042
|
+
readonly 'gray-600': any;
|
|
1043
|
+
readonly 'gray-650': any;
|
|
1044
|
+
readonly 'gray-700': any;
|
|
1045
|
+
readonly 'gray-750': any;
|
|
1046
|
+
readonly 'gray-800': any;
|
|
1047
|
+
readonly 'gray-850': any;
|
|
1048
|
+
readonly 'gray-900': any;
|
|
1049
|
+
readonly 'gray-950': any;
|
|
1050
|
+
readonly 'green-50': any;
|
|
1051
|
+
readonly 'green-100': any;
|
|
1052
|
+
readonly 'green-150': any;
|
|
1053
|
+
readonly 'green-200': any;
|
|
1054
|
+
readonly 'green-250': any;
|
|
1055
|
+
readonly 'green-300': any;
|
|
1056
|
+
readonly 'green-350': any;
|
|
1057
|
+
readonly 'green-400': any;
|
|
1058
|
+
readonly 'green-450': any;
|
|
1059
|
+
readonly 'green-500': any;
|
|
1060
|
+
readonly 'green-550': any;
|
|
1061
|
+
readonly 'green-600': any;
|
|
1062
|
+
readonly 'green-650': any;
|
|
1063
|
+
readonly 'green-700': any;
|
|
1064
|
+
readonly 'green-750': any;
|
|
1065
|
+
readonly 'green-800': any;
|
|
1066
|
+
readonly 'green-850': any;
|
|
1067
|
+
readonly 'green-900': any;
|
|
1068
|
+
readonly 'green-950': any;
|
|
1069
|
+
readonly 'red-50': any;
|
|
1070
|
+
readonly 'red-100': any;
|
|
1071
|
+
readonly 'red-150': any;
|
|
1072
|
+
readonly 'red-200': any;
|
|
1073
|
+
readonly 'red-250': any;
|
|
1074
|
+
readonly 'red-300': any;
|
|
1075
|
+
readonly 'red-350': any;
|
|
1076
|
+
readonly 'red-400': any;
|
|
1077
|
+
readonly 'red-450': any;
|
|
1078
|
+
readonly 'red-500': any;
|
|
1079
|
+
readonly 'red-550': any;
|
|
1080
|
+
readonly 'red-600': any;
|
|
1081
|
+
readonly 'red-650': any;
|
|
1082
|
+
readonly 'red-700': any;
|
|
1083
|
+
readonly 'red-750': any;
|
|
1084
|
+
readonly 'red-800': any;
|
|
1085
|
+
readonly 'red-850': any;
|
|
1086
|
+
readonly 'red-900': any;
|
|
1087
|
+
readonly 'red-950': any;
|
|
1088
|
+
readonly transparent: any;
|
|
1089
|
+
readonly white: any;
|
|
1090
|
+
readonly 'yellow-50': any;
|
|
1091
|
+
readonly 'yellow-100': any;
|
|
1092
|
+
readonly 'yellow-150': any;
|
|
1093
|
+
readonly 'yellow-200': any;
|
|
1094
|
+
readonly 'yellow-250': any;
|
|
1095
|
+
readonly 'yellow-300': any;
|
|
1096
|
+
readonly 'yellow-350': any;
|
|
1097
|
+
readonly 'yellow-400': any;
|
|
1098
|
+
readonly 'yellow-450': any;
|
|
1099
|
+
readonly 'yellow-500': any;
|
|
1100
|
+
readonly 'yellow-550': any;
|
|
1101
|
+
readonly 'yellow-600': any;
|
|
1102
|
+
readonly 'yellow-650': any;
|
|
1103
|
+
readonly 'yellow-700': any;
|
|
1104
|
+
readonly 'yellow-750': any;
|
|
1105
|
+
readonly 'yellow-800': any;
|
|
1106
|
+
readonly 'yellow-850': any;
|
|
1107
|
+
readonly 'yellow-900': any;
|
|
1108
|
+
readonly 'yellow-950': any;
|
|
1109
|
+
"background-alpha-active"?: any;
|
|
1110
|
+
"background-alpha-hover"?: any;
|
|
1111
|
+
"background-danger-prominent"?: any;
|
|
1112
|
+
"background-danger-prominent-active"?: any;
|
|
1113
|
+
"background-danger-prominent-hover"?: any;
|
|
1114
|
+
"background-danger-subtle"?: any;
|
|
1115
|
+
"background-danger-subtle-active"?: any;
|
|
1116
|
+
"background-danger-subtle-hover"?: any;
|
|
1117
|
+
"background-neutrals"?: any;
|
|
1118
|
+
"background-neutrals-active"?: any;
|
|
1119
|
+
"background-neutrals-container"?: any;
|
|
1120
|
+
"background-neutrals-controls-disabled"?: any;
|
|
1121
|
+
"background-neutrals-disabled"?: any;
|
|
1122
|
+
"background-neutrals-hover"?: any;
|
|
1123
|
+
"background-neutrals-inactive"?: any;
|
|
1124
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1125
|
+
"background-neutrals-inverted"?: any;
|
|
1126
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
1127
|
+
"background-neutrals-page"?: any;
|
|
1128
|
+
"background-neutrals-page-subtle"?: any;
|
|
1129
|
+
"background-neutrals-scrollbar"?: any;
|
|
1130
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
1131
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
1132
|
+
"background-neutrals-subtle"?: any;
|
|
1133
|
+
"background-neutrals-subtle-active"?: any;
|
|
1134
|
+
"background-neutrals-subtle-hover"?: any;
|
|
1135
|
+
"background-primary-prominent"?: any;
|
|
1136
|
+
"background-primary-prominent-active"?: any;
|
|
1137
|
+
"background-primary-prominent-hover"?: any;
|
|
1138
|
+
"background-primary-prominent-selected"?: any;
|
|
1139
|
+
"background-primary-subtle"?: any;
|
|
1140
|
+
"background-primary-subtle-active"?: any;
|
|
1141
|
+
"background-primary-subtle-hover"?: any;
|
|
1142
|
+
"background-primary-subtle-selected"?: any;
|
|
1143
|
+
"background-success"?: any;
|
|
1144
|
+
"background-success-prominent"?: any;
|
|
1145
|
+
"background-success-prominent-active"?: any;
|
|
1146
|
+
"background-success-prominent-hover"?: any;
|
|
1147
|
+
"background-warning-prominent"?: any;
|
|
1148
|
+
"background-warning-subtle"?: any;
|
|
1149
|
+
"border-danger"?: any;
|
|
1150
|
+
"border-danger-active"?: any;
|
|
1151
|
+
"border-danger-hover"?: any;
|
|
1152
|
+
"border-focus-error-inner"?: any;
|
|
1153
|
+
"border-focus-error-middle"?: any;
|
|
1154
|
+
"border-focus-error-outer"?: any;
|
|
1155
|
+
"border-focus-inner"?: any;
|
|
1156
|
+
"border-focus-middle"?: any;
|
|
1157
|
+
"border-focus-outer"?: any;
|
|
1158
|
+
"border-focus-success-inner"?: any;
|
|
1159
|
+
"border-focus-success-middle"?: any;
|
|
1160
|
+
"border-focus-success-outer"?: any;
|
|
1161
|
+
"border-neutrals"?: any;
|
|
1162
|
+
"border-neutrals-active"?: any;
|
|
1163
|
+
"border-neutrals-controls"?: any;
|
|
1164
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1165
|
+
"border-neutrals-disabled"?: any;
|
|
1166
|
+
"border-neutrals-hover"?: any;
|
|
1167
|
+
"border-neutrals-inverted"?: any;
|
|
1168
|
+
"border-neutrals-subtle"?: any;
|
|
1169
|
+
"border-neutrals-text"?: any;
|
|
1170
|
+
"border-neutrals-text-active"?: any;
|
|
1171
|
+
"border-neutrals-text-hover"?: any;
|
|
1172
|
+
"border-neutrals-text-subtle"?: any;
|
|
1173
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
1174
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1175
|
+
"border-neutrals-transparent"?: any;
|
|
1176
|
+
"border-primary"?: any;
|
|
1177
|
+
"border-primary-active"?: any;
|
|
1178
|
+
"border-primary-hover"?: any;
|
|
1179
|
+
"border-primary-inverted"?: any;
|
|
1180
|
+
"border-success"?: any;
|
|
1181
|
+
"border-success-active"?: any;
|
|
1182
|
+
"border-success-hover"?: any;
|
|
1183
|
+
"border-warning"?: any;
|
|
1184
|
+
"icon-danger"?: any;
|
|
1185
|
+
"icon-danger-active"?: any;
|
|
1186
|
+
"icon-danger-hover"?: any;
|
|
1187
|
+
"icon-danger-inverted"?: any;
|
|
1188
|
+
"icon-neutrals"?: any;
|
|
1189
|
+
"icon-neutrals-disabled"?: any;
|
|
1190
|
+
"icon-neutrals-inactive"?: any;
|
|
1191
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1192
|
+
"icon-neutrals-inverted"?: any;
|
|
1193
|
+
"icon-neutrals-search"?: any;
|
|
1194
|
+
"icon-neutrals-subtle"?: any;
|
|
1195
|
+
"icon-neutrals-text"?: any;
|
|
1196
|
+
"icon-primary"?: any;
|
|
1197
|
+
"icon-primary-active"?: any;
|
|
1198
|
+
"icon-primary-hover"?: any;
|
|
1199
|
+
"icon-primary-inverted"?: any;
|
|
1200
|
+
"icon-primary-selected"?: any;
|
|
1201
|
+
"icon-success"?: any;
|
|
1202
|
+
"icon-success-active"?: any;
|
|
1203
|
+
"icon-success-hover"?: any;
|
|
1204
|
+
"icon-success-inverted"?: any;
|
|
1205
|
+
"icon-warning"?: any;
|
|
1206
|
+
"icon-warning-prominent"?: any;
|
|
1207
|
+
"icon-warning-subtle"?: any;
|
|
1208
|
+
"text-danger"?: any;
|
|
1209
|
+
"text-danger-active"?: any;
|
|
1210
|
+
"text-danger-hover"?: any;
|
|
1211
|
+
"text-danger-inverted"?: any;
|
|
1212
|
+
"text-neutrals"?: any;
|
|
1213
|
+
"text-neutrals-active"?: any;
|
|
1214
|
+
"text-neutrals-disabled"?: any;
|
|
1215
|
+
"text-neutrals-hover"?: any;
|
|
1216
|
+
"text-neutrals-inverted"?: any;
|
|
1217
|
+
"text-neutrals-placeholder"?: any;
|
|
1218
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1219
|
+
"text-neutrals-subtle"?: any;
|
|
1220
|
+
"text-neutrals-subtle-active"?: any;
|
|
1221
|
+
"text-neutrals-subtle-hover"?: any;
|
|
1222
|
+
"text-primary"?: any;
|
|
1223
|
+
"text-primary-active"?: any;
|
|
1224
|
+
"text-primary-hover"?: any;
|
|
1225
|
+
"text-primary-inverted"?: any;
|
|
1226
|
+
"text-primary-inverted-subtle"?: any;
|
|
1227
|
+
"text-primary-selected"?: any;
|
|
1228
|
+
"text-success"?: any;
|
|
1229
|
+
"text-success-active"?: any;
|
|
1230
|
+
"text-success-hover"?: any;
|
|
1231
|
+
"text-success-inverted"?: any;
|
|
1232
|
+
"text-warning"?: any;
|
|
1233
|
+
"text-warning-subtle"?: any;
|
|
1234
|
+
};
|
|
1235
|
+
'font-sizes': {
|
|
1236
|
+
readonly 125: "0.625rem";
|
|
1237
|
+
readonly 150: "0.75rem";
|
|
1238
|
+
readonly 175: "0.875rem";
|
|
1239
|
+
readonly 200: "1rem";
|
|
1240
|
+
readonly 225: "1.125rem";
|
|
1241
|
+
readonly 250: "1.25rem";
|
|
1242
|
+
readonly 300: "1.5rem";
|
|
1243
|
+
readonly 400: "2rem";
|
|
1244
|
+
readonly 500: "2.5rem";
|
|
1245
|
+
readonly 600: "3rem";
|
|
1246
|
+
readonly 800: "4rem";
|
|
1247
|
+
readonly 900: "4.5rem";
|
|
1248
|
+
};
|
|
1249
|
+
fonts: {
|
|
1250
|
+
readonly heading: "Roobert, sans-serif";
|
|
1251
|
+
readonly body: "Open Sans, sans-serif";
|
|
1252
|
+
};
|
|
1253
|
+
radii: {
|
|
1254
|
+
readonly 0: "0px";
|
|
1255
|
+
readonly 25: "2px";
|
|
1256
|
+
readonly 50: "4px";
|
|
1257
|
+
readonly 75: "6px";
|
|
1258
|
+
readonly 100: "8px";
|
|
1259
|
+
readonly 200: "16px";
|
|
1260
|
+
readonly round: "999px";
|
|
1261
|
+
};
|
|
1262
|
+
shadows: {
|
|
1263
|
+
100: any;
|
|
1264
|
+
50: any;
|
|
1265
|
+
"focus-small": any;
|
|
1266
|
+
"focus-small-outline": any;
|
|
1267
|
+
"focus-large": any;
|
|
1268
|
+
"focus-controls": any;
|
|
1269
|
+
"focus-small-error": any;
|
|
1270
|
+
"focus-controls-error": any;
|
|
1271
|
+
"focus-controls-success": any;
|
|
1272
|
+
};
|
|
1273
|
+
sizes: {
|
|
1274
|
+
readonly number: string;
|
|
1275
|
+
readonly 'icon-200': "16px";
|
|
1276
|
+
readonly 'icon-300': "24px";
|
|
1277
|
+
readonly 'icon-400': "32px";
|
|
1278
|
+
};
|
|
1279
|
+
space: {
|
|
1280
|
+
readonly 0: "0px";
|
|
1281
|
+
readonly 25: "2px";
|
|
1282
|
+
readonly 50: "4px";
|
|
1283
|
+
readonly 100: "8px";
|
|
1284
|
+
readonly 150: "12px";
|
|
1285
|
+
readonly 200: "16px";
|
|
1286
|
+
readonly 300: "24px";
|
|
1287
|
+
readonly 400: "32px";
|
|
1288
|
+
readonly 500: "40px";
|
|
1289
|
+
readonly 600: "48px";
|
|
1290
|
+
readonly 700: "56px";
|
|
1291
|
+
readonly 800: "64px";
|
|
1292
|
+
readonly 1200: "96px";
|
|
1293
|
+
readonly 1600: "128px";
|
|
1294
|
+
};
|
|
1295
|
+
'stroke-width': {
|
|
1296
|
+
readonly thin: "1.5px";
|
|
1297
|
+
readonly normal: "2px";
|
|
1298
|
+
readonly bold: "4px";
|
|
1299
|
+
};
|
|
1300
|
+
'z-indices': {
|
|
1301
|
+
readonly dropdownMenu: 100;
|
|
1302
|
+
readonly select: 200;
|
|
1303
|
+
readonly popover: 300;
|
|
1304
|
+
readonly tooltip: 400;
|
|
1305
|
+
};
|
|
1306
|
+
}, {
|
|
1307
|
+
readonly background: "colors";
|
|
1308
|
+
readonly backgroundColor: "colors";
|
|
1309
|
+
readonly backgroundImage: "colors";
|
|
1310
|
+
readonly blockSize: "sizes";
|
|
1311
|
+
readonly border: "colors";
|
|
1312
|
+
readonly borderBlock: "colors";
|
|
1313
|
+
readonly borderBlockEnd: "colors";
|
|
1314
|
+
readonly borderBlockStart: "colors";
|
|
1315
|
+
readonly borderBottom: "colors";
|
|
1316
|
+
readonly borderBottomColor: "colors";
|
|
1317
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1318
|
+
readonly borderBottomRightRadius: "radii";
|
|
1319
|
+
readonly borderBottomStyle: "border-styles";
|
|
1320
|
+
readonly borderBottomWidth: "border-widths";
|
|
1321
|
+
readonly borderColor: "colors";
|
|
1322
|
+
readonly borderImage: "colors";
|
|
1323
|
+
readonly borderInline: "colors";
|
|
1324
|
+
readonly borderInlineEnd: "colors";
|
|
1325
|
+
readonly borderInlineStart: "colors";
|
|
1326
|
+
readonly borderLeft: "colors";
|
|
1327
|
+
readonly borderLeftColor: "colors";
|
|
1328
|
+
readonly borderLeftStyle: "border-styles";
|
|
1329
|
+
readonly borderLeftWidth: "border-widths";
|
|
1330
|
+
readonly borderRadius: "radii";
|
|
1331
|
+
readonly borderRight: "colors";
|
|
1332
|
+
readonly borderRightColor: "colors";
|
|
1333
|
+
readonly borderRightStyle: "border-styles";
|
|
1334
|
+
readonly borderRightWidth: "border-widths";
|
|
1335
|
+
readonly borderSpacing: "space";
|
|
1336
|
+
readonly borderStyle: "border-styles";
|
|
1337
|
+
readonly borderTop: "colors";
|
|
1338
|
+
readonly borderTopColor: "colors";
|
|
1339
|
+
readonly borderTopLeftRadius: "radii";
|
|
1340
|
+
readonly borderTopRightRadius: "radii";
|
|
1341
|
+
readonly borderTopStyle: "border-styles";
|
|
1342
|
+
readonly borderTopWidth: "border-widths";
|
|
1343
|
+
readonly borderWidth: "border-widths";
|
|
1344
|
+
readonly bottom: "space";
|
|
1345
|
+
readonly boxShadow: "shadows";
|
|
1346
|
+
readonly caretColor: "colors";
|
|
1347
|
+
readonly color: "colors";
|
|
1348
|
+
readonly columnGap: "space";
|
|
1349
|
+
readonly columnRuleColor: "colors";
|
|
1350
|
+
readonly fill: "colors";
|
|
1351
|
+
readonly flexBasis: "sizes";
|
|
1352
|
+
readonly fontFamily: "fonts";
|
|
1353
|
+
readonly fontSize: "font-sizes";
|
|
1354
|
+
readonly fontWeight: "font-weights";
|
|
1355
|
+
readonly gap: "space";
|
|
1356
|
+
readonly gridColumnGap: "space";
|
|
1357
|
+
readonly gridGap: "space";
|
|
1358
|
+
readonly gridRowGap: "space";
|
|
1359
|
+
readonly gridTemplateColumns: "sizes";
|
|
1360
|
+
readonly gridTemplateRows: "sizes";
|
|
1361
|
+
readonly height: "sizes";
|
|
1362
|
+
readonly inlineSize: "sizes";
|
|
1363
|
+
readonly inset: "space";
|
|
1364
|
+
readonly insetBlock: "space";
|
|
1365
|
+
readonly insetBlockEnd: "space";
|
|
1366
|
+
readonly insetBlockStart: "space";
|
|
1367
|
+
readonly insetInline: "space";
|
|
1368
|
+
readonly insetInlineEnd: "space";
|
|
1369
|
+
readonly insetInlineStart: "space";
|
|
1370
|
+
readonly left: "space";
|
|
1371
|
+
readonly letterSpacing: "letter-spacings";
|
|
1372
|
+
readonly lineHeight: "line-heights";
|
|
1373
|
+
readonly margin: "space";
|
|
1374
|
+
readonly marginBlock: "space";
|
|
1375
|
+
readonly marginBlockEnd: "space";
|
|
1376
|
+
readonly marginBlockStart: "space";
|
|
1377
|
+
readonly marginBottom: "space";
|
|
1378
|
+
readonly marginInline: "space";
|
|
1379
|
+
readonly marginInlineEnd: "space";
|
|
1380
|
+
readonly marginInlineStart: "space";
|
|
1381
|
+
readonly marginLeft: "space";
|
|
1382
|
+
readonly marginRight: "space";
|
|
1383
|
+
readonly marginTop: "space";
|
|
1384
|
+
readonly maxBlockSize: "sizes";
|
|
1385
|
+
readonly maxHeight: "sizes";
|
|
1386
|
+
readonly maxInlineSize: "sizes";
|
|
1387
|
+
readonly maxWidth: "sizes";
|
|
1388
|
+
readonly minBlockSize: "sizes";
|
|
1389
|
+
readonly minHeight: "sizes";
|
|
1390
|
+
readonly minInlineSize: "sizes";
|
|
1391
|
+
readonly minWidth: "sizes";
|
|
1392
|
+
readonly outline: "colors";
|
|
1393
|
+
readonly outlineColor: "colors";
|
|
1394
|
+
readonly padding: "space";
|
|
1395
|
+
readonly paddingBlock: "space";
|
|
1396
|
+
readonly paddingBlockEnd: "space";
|
|
1397
|
+
readonly paddingBlockStart: "space";
|
|
1398
|
+
readonly paddingBottom: "space";
|
|
1399
|
+
readonly paddingInline: "space";
|
|
1400
|
+
readonly paddingInlineEnd: "space";
|
|
1401
|
+
readonly paddingInlineStart: "space";
|
|
1402
|
+
readonly paddingLeft: "space";
|
|
1403
|
+
readonly paddingRight: "space";
|
|
1404
|
+
readonly paddingTop: "space";
|
|
1405
|
+
readonly right: "space";
|
|
1406
|
+
readonly rowGap: "space";
|
|
1407
|
+
readonly scrollMargin: "space";
|
|
1408
|
+
readonly scrollMarginBlock: "space";
|
|
1409
|
+
readonly scrollMarginBlockEnd: "space";
|
|
1410
|
+
readonly scrollMarginBlockStart: "space";
|
|
1411
|
+
readonly scrollMarginBottom: "space";
|
|
1412
|
+
readonly scrollMarginInline: "space";
|
|
1413
|
+
readonly scrollMarginInlineEnd: "space";
|
|
1414
|
+
readonly scrollMarginInlineStart: "space";
|
|
1415
|
+
readonly scrollMarginLeft: "space";
|
|
1416
|
+
readonly scrollMarginRight: "space";
|
|
1417
|
+
readonly scrollMarginTop: "space";
|
|
1418
|
+
readonly scrollPadding: "space";
|
|
1419
|
+
readonly scrollPaddingBlock: "space";
|
|
1420
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
1421
|
+
readonly scrollPaddingBlockStart: "space";
|
|
1422
|
+
readonly scrollPaddingBottom: "space";
|
|
1423
|
+
readonly scrollPaddingInline: "space";
|
|
1424
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
1425
|
+
readonly scrollPaddingInlineStart: "space";
|
|
1426
|
+
readonly scrollPaddingLeft: "space";
|
|
1427
|
+
readonly scrollPaddingRight: "space";
|
|
1428
|
+
readonly scrollPaddingTop: "space";
|
|
1429
|
+
readonly stroke: "colors";
|
|
1430
|
+
readonly strokeWidth: "stroke-width";
|
|
1431
|
+
readonly textDecorationColor: "colors";
|
|
1432
|
+
readonly textShadow: "shadows";
|
|
1433
|
+
readonly top: "space";
|
|
1434
|
+
readonly transition: "transitions";
|
|
1435
|
+
readonly width: "sizes";
|
|
1436
|
+
readonly zIndex: "z-indices";
|
|
1437
|
+
}, {
|
|
1438
|
+
paddingX: (value: {
|
|
1439
|
+
readonly [$$PropertyValue]: "padding";
|
|
1440
|
+
}) => {
|
|
1441
|
+
paddingLeft: {
|
|
1442
|
+
readonly [$$PropertyValue]: "padding";
|
|
1443
|
+
};
|
|
1444
|
+
paddingRight: {
|
|
1445
|
+
readonly [$$PropertyValue]: "padding";
|
|
1446
|
+
};
|
|
1447
|
+
};
|
|
1448
|
+
paddingY: (value: {
|
|
1449
|
+
readonly [$$PropertyValue]: "padding";
|
|
1450
|
+
}) => {
|
|
1451
|
+
paddingTop: {
|
|
1452
|
+
readonly [$$PropertyValue]: "padding";
|
|
1453
|
+
};
|
|
1454
|
+
paddingBottom: {
|
|
1455
|
+
readonly [$$PropertyValue]: "padding";
|
|
1456
|
+
};
|
|
1457
|
+
};
|
|
1458
|
+
marginX: (value: {
|
|
1459
|
+
readonly [$$PropertyValue]: "margin";
|
|
1460
|
+
}) => {
|
|
1461
|
+
marginLeft: {
|
|
1462
|
+
readonly [$$PropertyValue]: "margin";
|
|
1463
|
+
};
|
|
1464
|
+
marginRight: {
|
|
1465
|
+
readonly [$$PropertyValue]: "margin";
|
|
1466
|
+
};
|
|
1467
|
+
};
|
|
1468
|
+
marginY: (value: {
|
|
1469
|
+
readonly [$$PropertyValue]: "margin";
|
|
1470
|
+
}) => {
|
|
1471
|
+
marginTop: {
|
|
1472
|
+
readonly [$$PropertyValue]: "margin";
|
|
1473
|
+
};
|
|
1474
|
+
marginBottom: {
|
|
1475
|
+
readonly [$$PropertyValue]: "margin";
|
|
1476
|
+
};
|
|
1477
|
+
};
|
|
1478
|
+
square: (value: {
|
|
1479
|
+
readonly [$$PropertyValue]: "width";
|
|
1480
|
+
}) => {
|
|
1481
|
+
width: {
|
|
1482
|
+
readonly [$$PropertyValue]: "width";
|
|
1483
|
+
};
|
|
1484
|
+
height: {
|
|
1485
|
+
readonly [$$PropertyValue]: "width";
|
|
1486
|
+
};
|
|
1487
|
+
};
|
|
1488
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1489
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1490
|
+
};
|
|
1491
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "ref"> | Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"button">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
1492
|
+
'border-widths': {
|
|
1493
|
+
readonly none: 0;
|
|
1494
|
+
readonly sm: "1px";
|
|
1495
|
+
readonly md: "2px";
|
|
1496
|
+
readonly lg: "4px";
|
|
1497
|
+
};
|
|
1498
|
+
colors: {
|
|
1499
|
+
readonly black: any;
|
|
1500
|
+
readonly 'blue-50': any;
|
|
1501
|
+
readonly 'blue-100': any;
|
|
1502
|
+
readonly 'blue-150': any;
|
|
1503
|
+
readonly 'blue-200': any;
|
|
1504
|
+
readonly 'blue-250': any;
|
|
1505
|
+
readonly 'blue-300': any;
|
|
1506
|
+
readonly 'blue-350': any;
|
|
1507
|
+
readonly 'blue-400': any;
|
|
1508
|
+
readonly 'blue-450': any;
|
|
1509
|
+
readonly 'blue-500': any;
|
|
1510
|
+
readonly 'blue-550': any;
|
|
1511
|
+
readonly 'blue-600': any;
|
|
1512
|
+
readonly 'blue-650': any;
|
|
1513
|
+
readonly 'blue-700': any;
|
|
1514
|
+
readonly 'blue-750': any;
|
|
1515
|
+
readonly 'blue-800': any;
|
|
1516
|
+
readonly 'blue-850': any;
|
|
1517
|
+
readonly 'blue-900': any;
|
|
1518
|
+
readonly 'blue-950': any;
|
|
1519
|
+
readonly 'gray-50': any;
|
|
1520
|
+
readonly 'gray-100': any;
|
|
1521
|
+
readonly 'gray-150': any;
|
|
1522
|
+
readonly 'gray-200': any;
|
|
1523
|
+
readonly 'gray-250': any;
|
|
1524
|
+
readonly 'gray-300': any;
|
|
1525
|
+
readonly 'gray-350': any;
|
|
1526
|
+
readonly 'gray-400': any;
|
|
1527
|
+
readonly 'gray-450': any;
|
|
1528
|
+
readonly 'gray-500': any;
|
|
1529
|
+
readonly 'gray-550': any;
|
|
1530
|
+
readonly 'gray-600': any;
|
|
1531
|
+
readonly 'gray-650': any;
|
|
1532
|
+
readonly 'gray-700': any;
|
|
1533
|
+
readonly 'gray-750': any;
|
|
1534
|
+
readonly 'gray-800': any;
|
|
1535
|
+
readonly 'gray-850': any;
|
|
1536
|
+
readonly 'gray-900': any;
|
|
1537
|
+
readonly 'gray-950': any;
|
|
1538
|
+
readonly 'green-50': any;
|
|
1539
|
+
readonly 'green-100': any;
|
|
1540
|
+
readonly 'green-150': any;
|
|
1541
|
+
readonly 'green-200': any;
|
|
1542
|
+
readonly 'green-250': any;
|
|
1543
|
+
readonly 'green-300': any;
|
|
1544
|
+
readonly 'green-350': any;
|
|
1545
|
+
readonly 'green-400': any;
|
|
1546
|
+
readonly 'green-450': any;
|
|
1547
|
+
readonly 'green-500': any;
|
|
1548
|
+
readonly 'green-550': any;
|
|
1549
|
+
readonly 'green-600': any;
|
|
1550
|
+
readonly 'green-650': any;
|
|
1551
|
+
readonly 'green-700': any;
|
|
1552
|
+
readonly 'green-750': any;
|
|
1553
|
+
readonly 'green-800': any;
|
|
1554
|
+
readonly 'green-850': any;
|
|
1555
|
+
readonly 'green-900': any;
|
|
1556
|
+
readonly 'green-950': any;
|
|
1557
|
+
readonly 'red-50': any;
|
|
1558
|
+
readonly 'red-100': any;
|
|
1559
|
+
readonly 'red-150': any;
|
|
1560
|
+
readonly 'red-200': any;
|
|
1561
|
+
readonly 'red-250': any;
|
|
1562
|
+
readonly 'red-300': any;
|
|
1563
|
+
readonly 'red-350': any;
|
|
1564
|
+
readonly 'red-400': any;
|
|
1565
|
+
readonly 'red-450': any;
|
|
1566
|
+
readonly 'red-500': any;
|
|
1567
|
+
readonly 'red-550': any;
|
|
1568
|
+
readonly 'red-600': any;
|
|
1569
|
+
readonly 'red-650': any;
|
|
1570
|
+
readonly 'red-700': any;
|
|
1571
|
+
readonly 'red-750': any;
|
|
1572
|
+
readonly 'red-800': any;
|
|
1573
|
+
readonly 'red-850': any;
|
|
1574
|
+
readonly 'red-900': any;
|
|
1575
|
+
readonly 'red-950': any;
|
|
1576
|
+
readonly transparent: any;
|
|
1577
|
+
readonly white: any;
|
|
1578
|
+
readonly 'yellow-50': any;
|
|
1579
|
+
readonly 'yellow-100': any;
|
|
1580
|
+
readonly 'yellow-150': any;
|
|
1581
|
+
readonly 'yellow-200': any;
|
|
1582
|
+
readonly 'yellow-250': any;
|
|
1583
|
+
readonly 'yellow-300': any;
|
|
1584
|
+
readonly 'yellow-350': any;
|
|
1585
|
+
readonly 'yellow-400': any;
|
|
1586
|
+
readonly 'yellow-450': any;
|
|
1587
|
+
readonly 'yellow-500': any;
|
|
1588
|
+
readonly 'yellow-550': any;
|
|
1589
|
+
readonly 'yellow-600': any;
|
|
1590
|
+
readonly 'yellow-650': any;
|
|
1591
|
+
readonly 'yellow-700': any;
|
|
1592
|
+
readonly 'yellow-750': any;
|
|
1593
|
+
readonly 'yellow-800': any;
|
|
1594
|
+
readonly 'yellow-850': any;
|
|
1595
|
+
readonly 'yellow-900': any;
|
|
1596
|
+
readonly 'yellow-950': any;
|
|
1597
|
+
"background-alpha-active"?: any;
|
|
1598
|
+
"background-alpha-hover"?: any;
|
|
1599
|
+
"background-danger-prominent"?: any;
|
|
1600
|
+
"background-danger-prominent-active"?: any;
|
|
1601
|
+
"background-danger-prominent-hover"?: any;
|
|
1602
|
+
"background-danger-subtle"?: any;
|
|
1603
|
+
"background-danger-subtle-active"?: any;
|
|
1604
|
+
"background-danger-subtle-hover"?: any;
|
|
1605
|
+
"background-neutrals"?: any;
|
|
1606
|
+
"background-neutrals-active"?: any;
|
|
1607
|
+
"background-neutrals-container"?: any;
|
|
1608
|
+
"background-neutrals-controls-disabled"?: any;
|
|
1609
|
+
"background-neutrals-disabled"?: any;
|
|
1610
|
+
"background-neutrals-hover"?: any;
|
|
1611
|
+
"background-neutrals-inactive"?: any;
|
|
1612
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1613
|
+
"background-neutrals-inverted"?: any;
|
|
1614
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
1615
|
+
"background-neutrals-page"?: any;
|
|
1616
|
+
"background-neutrals-page-subtle"?: any;
|
|
1617
|
+
"background-neutrals-scrollbar"?: any;
|
|
1618
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
1619
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
1620
|
+
"background-neutrals-subtle"?: any;
|
|
1621
|
+
"background-neutrals-subtle-active"?: any;
|
|
1622
|
+
"background-neutrals-subtle-hover"?: any;
|
|
1623
|
+
"background-primary-prominent"?: any;
|
|
1624
|
+
"background-primary-prominent-active"?: any;
|
|
1625
|
+
"background-primary-prominent-hover"?: any;
|
|
1626
|
+
"background-primary-prominent-selected"?: any;
|
|
1627
|
+
"background-primary-subtle"?: any;
|
|
1628
|
+
"background-primary-subtle-active"?: any;
|
|
1629
|
+
"background-primary-subtle-hover"?: any;
|
|
1630
|
+
"background-primary-subtle-selected"?: any;
|
|
1631
|
+
"background-success"?: any;
|
|
1632
|
+
"background-success-prominent"?: any;
|
|
1633
|
+
"background-success-prominent-active"?: any;
|
|
1634
|
+
"background-success-prominent-hover"?: any;
|
|
1635
|
+
"background-warning-prominent"?: any;
|
|
1636
|
+
"background-warning-subtle"?: any;
|
|
1637
|
+
"border-danger"?: any;
|
|
1638
|
+
"border-danger-active"?: any;
|
|
1639
|
+
"border-danger-hover"?: any;
|
|
1640
|
+
"border-focus-error-inner"?: any;
|
|
1641
|
+
"border-focus-error-middle"?: any;
|
|
1642
|
+
"border-focus-error-outer"?: any;
|
|
1643
|
+
"border-focus-inner"?: any;
|
|
1644
|
+
"border-focus-middle"?: any;
|
|
1645
|
+
"border-focus-outer"?: any;
|
|
1646
|
+
"border-focus-success-inner"?: any;
|
|
1647
|
+
"border-focus-success-middle"?: any;
|
|
1648
|
+
"border-focus-success-outer"?: any;
|
|
1649
|
+
"border-neutrals"?: any;
|
|
1650
|
+
"border-neutrals-active"?: any;
|
|
1651
|
+
"border-neutrals-controls"?: any;
|
|
1652
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1653
|
+
"border-neutrals-disabled"?: any;
|
|
1654
|
+
"border-neutrals-hover"?: any;
|
|
1655
|
+
"border-neutrals-inverted"?: any;
|
|
1656
|
+
"border-neutrals-subtle"?: any;
|
|
1657
|
+
"border-neutrals-text"?: any;
|
|
1658
|
+
"border-neutrals-text-active"?: any;
|
|
1659
|
+
"border-neutrals-text-hover"?: any;
|
|
1660
|
+
"border-neutrals-text-subtle"?: any;
|
|
1661
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
1662
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1663
|
+
"border-neutrals-transparent"?: any;
|
|
1664
|
+
"border-primary"?: any;
|
|
1665
|
+
"border-primary-active"?: any;
|
|
1666
|
+
"border-primary-hover"?: any;
|
|
1667
|
+
"border-primary-inverted"?: any;
|
|
1668
|
+
"border-success"?: any;
|
|
1669
|
+
"border-success-active"?: any;
|
|
1670
|
+
"border-success-hover"?: any;
|
|
1671
|
+
"border-warning"?: any;
|
|
1672
|
+
"icon-danger"?: any;
|
|
1673
|
+
"icon-danger-active"?: any;
|
|
1674
|
+
"icon-danger-hover"?: any;
|
|
1675
|
+
"icon-danger-inverted"?: any;
|
|
1676
|
+
"icon-neutrals"?: any;
|
|
1677
|
+
"icon-neutrals-disabled"?: any;
|
|
1678
|
+
"icon-neutrals-inactive"?: any;
|
|
1679
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1680
|
+
"icon-neutrals-inverted"?: any;
|
|
1681
|
+
"icon-neutrals-search"?: any;
|
|
1682
|
+
"icon-neutrals-subtle"?: any;
|
|
1683
|
+
"icon-neutrals-text"?: any;
|
|
1684
|
+
"icon-primary"?: any;
|
|
1685
|
+
"icon-primary-active"?: any;
|
|
1686
|
+
"icon-primary-hover"?: any;
|
|
1687
|
+
"icon-primary-inverted"?: any;
|
|
1688
|
+
"icon-primary-selected"?: any;
|
|
1689
|
+
"icon-success"?: any;
|
|
1690
|
+
"icon-success-active"?: any;
|
|
1691
|
+
"icon-success-hover"?: any;
|
|
1692
|
+
"icon-success-inverted"?: any;
|
|
1693
|
+
"icon-warning"?: any;
|
|
1694
|
+
"icon-warning-prominent"?: any;
|
|
1695
|
+
"icon-warning-subtle"?: any;
|
|
1696
|
+
"text-danger"?: any;
|
|
1697
|
+
"text-danger-active"?: any;
|
|
1698
|
+
"text-danger-hover"?: any;
|
|
1699
|
+
"text-danger-inverted"?: any;
|
|
1700
|
+
"text-neutrals"?: any;
|
|
1701
|
+
"text-neutrals-active"?: any;
|
|
1702
|
+
"text-neutrals-disabled"?: any;
|
|
1703
|
+
"text-neutrals-hover"?: any;
|
|
1704
|
+
"text-neutrals-inverted"?: any;
|
|
1705
|
+
"text-neutrals-placeholder"?: any;
|
|
1706
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1707
|
+
"text-neutrals-subtle"?: any;
|
|
1708
|
+
"text-neutrals-subtle-active"?: any;
|
|
1709
|
+
"text-neutrals-subtle-hover"?: any;
|
|
1710
|
+
"text-primary"?: any;
|
|
1711
|
+
"text-primary-active"?: any;
|
|
1712
|
+
"text-primary-hover"?: any;
|
|
1713
|
+
"text-primary-inverted"?: any;
|
|
1714
|
+
"text-primary-inverted-subtle"?: any;
|
|
1715
|
+
"text-primary-selected"?: any;
|
|
1716
|
+
"text-success"?: any;
|
|
1717
|
+
"text-success-active"?: any;
|
|
1718
|
+
"text-success-hover"?: any;
|
|
1719
|
+
"text-success-inverted"?: any;
|
|
1720
|
+
"text-warning"?: any;
|
|
1721
|
+
"text-warning-subtle"?: any;
|
|
1722
|
+
};
|
|
1723
|
+
'font-sizes': {
|
|
1724
|
+
readonly 125: "0.625rem";
|
|
1725
|
+
readonly 150: "0.75rem";
|
|
1726
|
+
readonly 175: "0.875rem";
|
|
1727
|
+
readonly 200: "1rem";
|
|
1728
|
+
readonly 225: "1.125rem";
|
|
1729
|
+
readonly 250: "1.25rem";
|
|
1730
|
+
readonly 300: "1.5rem";
|
|
1731
|
+
readonly 400: "2rem";
|
|
1732
|
+
readonly 500: "2.5rem";
|
|
1733
|
+
readonly 600: "3rem";
|
|
1734
|
+
readonly 800: "4rem";
|
|
1735
|
+
readonly 900: "4.5rem";
|
|
1736
|
+
};
|
|
1737
|
+
fonts: {
|
|
1738
|
+
readonly heading: "Roobert, sans-serif";
|
|
1739
|
+
readonly body: "Open Sans, sans-serif";
|
|
1740
|
+
};
|
|
1741
|
+
radii: {
|
|
1742
|
+
readonly 0: "0px";
|
|
1743
|
+
readonly 25: "2px";
|
|
1744
|
+
readonly 50: "4px";
|
|
1745
|
+
readonly 75: "6px";
|
|
1746
|
+
readonly 100: "8px";
|
|
1747
|
+
readonly 200: "16px";
|
|
1748
|
+
readonly round: "999px";
|
|
1749
|
+
};
|
|
1750
|
+
shadows: {
|
|
1751
|
+
100: any;
|
|
1752
|
+
50: any;
|
|
1753
|
+
"focus-small": any;
|
|
1754
|
+
"focus-small-outline": any;
|
|
1755
|
+
"focus-large": any;
|
|
1756
|
+
"focus-controls": any;
|
|
1757
|
+
"focus-small-error": any;
|
|
1758
|
+
"focus-controls-error": any;
|
|
1759
|
+
"focus-controls-success": any;
|
|
1760
|
+
};
|
|
1761
|
+
sizes: {
|
|
1762
|
+
readonly number: string;
|
|
1763
|
+
readonly 'icon-200': "16px";
|
|
1764
|
+
readonly 'icon-300': "24px";
|
|
1765
|
+
readonly 'icon-400': "32px";
|
|
1766
|
+
};
|
|
1767
|
+
space: {
|
|
1768
|
+
readonly 0: "0px";
|
|
1769
|
+
readonly 25: "2px";
|
|
1770
|
+
readonly 50: "4px";
|
|
1771
|
+
readonly 100: "8px";
|
|
1772
|
+
readonly 150: "12px";
|
|
1773
|
+
readonly 200: "16px";
|
|
1774
|
+
readonly 300: "24px";
|
|
1775
|
+
readonly 400: "32px";
|
|
1776
|
+
readonly 500: "40px";
|
|
1777
|
+
readonly 600: "48px";
|
|
1778
|
+
readonly 700: "56px";
|
|
1779
|
+
readonly 800: "64px";
|
|
1780
|
+
readonly 1200: "96px";
|
|
1781
|
+
readonly 1600: "128px";
|
|
1782
|
+
};
|
|
1783
|
+
'stroke-width': {
|
|
1784
|
+
readonly thin: "1.5px";
|
|
1785
|
+
readonly normal: "2px";
|
|
1786
|
+
readonly bold: "4px";
|
|
1787
|
+
};
|
|
1788
|
+
'z-indices': {
|
|
1789
|
+
readonly dropdownMenu: 100;
|
|
1790
|
+
readonly select: 200;
|
|
1791
|
+
readonly popover: 300;
|
|
1792
|
+
readonly tooltip: 400;
|
|
1793
|
+
};
|
|
1794
|
+
}, {
|
|
1795
|
+
readonly background: "colors";
|
|
1796
|
+
readonly backgroundColor: "colors";
|
|
1797
|
+
readonly backgroundImage: "colors";
|
|
1798
|
+
readonly blockSize: "sizes";
|
|
1799
|
+
readonly border: "colors";
|
|
1800
|
+
readonly borderBlock: "colors";
|
|
1801
|
+
readonly borderBlockEnd: "colors";
|
|
1802
|
+
readonly borderBlockStart: "colors";
|
|
1803
|
+
readonly borderBottom: "colors";
|
|
1804
|
+
readonly borderBottomColor: "colors";
|
|
1805
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1806
|
+
readonly borderBottomRightRadius: "radii";
|
|
1807
|
+
readonly borderBottomStyle: "border-styles";
|
|
1808
|
+
readonly borderBottomWidth: "border-widths";
|
|
1809
|
+
readonly borderColor: "colors";
|
|
1810
|
+
readonly borderImage: "colors";
|
|
1811
|
+
readonly borderInline: "colors";
|
|
1812
|
+
readonly borderInlineEnd: "colors";
|
|
1813
|
+
readonly borderInlineStart: "colors";
|
|
1814
|
+
readonly borderLeft: "colors";
|
|
1815
|
+
readonly borderLeftColor: "colors";
|
|
1816
|
+
readonly borderLeftStyle: "border-styles";
|
|
1817
|
+
readonly borderLeftWidth: "border-widths";
|
|
1818
|
+
readonly borderRadius: "radii";
|
|
1819
|
+
readonly borderRight: "colors";
|
|
1820
|
+
readonly borderRightColor: "colors";
|
|
1821
|
+
readonly borderRightStyle: "border-styles";
|
|
1822
|
+
readonly borderRightWidth: "border-widths";
|
|
1823
|
+
readonly borderSpacing: "space";
|
|
1824
|
+
readonly borderStyle: "border-styles";
|
|
1825
|
+
readonly borderTop: "colors";
|
|
1826
|
+
readonly borderTopColor: "colors";
|
|
1827
|
+
readonly borderTopLeftRadius: "radii";
|
|
1828
|
+
readonly borderTopRightRadius: "radii";
|
|
1829
|
+
readonly borderTopStyle: "border-styles";
|
|
1830
|
+
readonly borderTopWidth: "border-widths";
|
|
1831
|
+
readonly borderWidth: "border-widths";
|
|
1832
|
+
readonly bottom: "space";
|
|
1833
|
+
readonly boxShadow: "shadows";
|
|
1834
|
+
readonly caretColor: "colors";
|
|
1835
|
+
readonly color: "colors";
|
|
1836
|
+
readonly columnGap: "space";
|
|
1837
|
+
readonly columnRuleColor: "colors";
|
|
1838
|
+
readonly fill: "colors";
|
|
1839
|
+
readonly flexBasis: "sizes";
|
|
1840
|
+
readonly fontFamily: "fonts";
|
|
1841
|
+
readonly fontSize: "font-sizes";
|
|
1842
|
+
readonly fontWeight: "font-weights";
|
|
1843
|
+
readonly gap: "space";
|
|
1844
|
+
readonly gridColumnGap: "space";
|
|
1845
|
+
readonly gridGap: "space";
|
|
1846
|
+
readonly gridRowGap: "space";
|
|
1847
|
+
readonly gridTemplateColumns: "sizes";
|
|
1848
|
+
readonly gridTemplateRows: "sizes";
|
|
1849
|
+
readonly height: "sizes";
|
|
1850
|
+
readonly inlineSize: "sizes";
|
|
1851
|
+
readonly inset: "space";
|
|
1852
|
+
readonly insetBlock: "space";
|
|
1853
|
+
readonly insetBlockEnd: "space";
|
|
1854
|
+
readonly insetBlockStart: "space";
|
|
1855
|
+
readonly insetInline: "space";
|
|
1856
|
+
readonly insetInlineEnd: "space";
|
|
1857
|
+
readonly insetInlineStart: "space";
|
|
1858
|
+
readonly left: "space";
|
|
1859
|
+
readonly letterSpacing: "letter-spacings";
|
|
1860
|
+
readonly lineHeight: "line-heights";
|
|
1861
|
+
readonly margin: "space";
|
|
1862
|
+
readonly marginBlock: "space";
|
|
1863
|
+
readonly marginBlockEnd: "space";
|
|
1864
|
+
readonly marginBlockStart: "space";
|
|
1865
|
+
readonly marginBottom: "space";
|
|
1866
|
+
readonly marginInline: "space";
|
|
1867
|
+
readonly marginInlineEnd: "space";
|
|
1868
|
+
readonly marginInlineStart: "space";
|
|
1869
|
+
readonly marginLeft: "space";
|
|
1870
|
+
readonly marginRight: "space";
|
|
1871
|
+
readonly marginTop: "space";
|
|
1872
|
+
readonly maxBlockSize: "sizes";
|
|
1873
|
+
readonly maxHeight: "sizes";
|
|
1874
|
+
readonly maxInlineSize: "sizes";
|
|
1875
|
+
readonly maxWidth: "sizes";
|
|
1876
|
+
readonly minBlockSize: "sizes";
|
|
1877
|
+
readonly minHeight: "sizes";
|
|
1878
|
+
readonly minInlineSize: "sizes";
|
|
1879
|
+
readonly minWidth: "sizes";
|
|
1880
|
+
readonly outline: "colors";
|
|
1881
|
+
readonly outlineColor: "colors";
|
|
1882
|
+
readonly padding: "space";
|
|
1883
|
+
readonly paddingBlock: "space";
|
|
1884
|
+
readonly paddingBlockEnd: "space";
|
|
1885
|
+
readonly paddingBlockStart: "space";
|
|
1886
|
+
readonly paddingBottom: "space";
|
|
1887
|
+
readonly paddingInline: "space";
|
|
1888
|
+
readonly paddingInlineEnd: "space";
|
|
1889
|
+
readonly paddingInlineStart: "space";
|
|
1890
|
+
readonly paddingLeft: "space";
|
|
1891
|
+
readonly paddingRight: "space";
|
|
1892
|
+
readonly paddingTop: "space";
|
|
1893
|
+
readonly right: "space";
|
|
1894
|
+
readonly rowGap: "space";
|
|
1895
|
+
readonly scrollMargin: "space";
|
|
1896
|
+
readonly scrollMarginBlock: "space";
|
|
1897
|
+
readonly scrollMarginBlockEnd: "space";
|
|
1898
|
+
readonly scrollMarginBlockStart: "space";
|
|
1899
|
+
readonly scrollMarginBottom: "space";
|
|
1900
|
+
readonly scrollMarginInline: "space";
|
|
1901
|
+
readonly scrollMarginInlineEnd: "space";
|
|
1902
|
+
readonly scrollMarginInlineStart: "space";
|
|
1903
|
+
readonly scrollMarginLeft: "space";
|
|
1904
|
+
readonly scrollMarginRight: "space";
|
|
1905
|
+
readonly scrollMarginTop: "space";
|
|
1906
|
+
readonly scrollPadding: "space";
|
|
1907
|
+
readonly scrollPaddingBlock: "space";
|
|
1908
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
1909
|
+
readonly scrollPaddingBlockStart: "space";
|
|
1910
|
+
readonly scrollPaddingBottom: "space";
|
|
1911
|
+
readonly scrollPaddingInline: "space";
|
|
1912
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
1913
|
+
readonly scrollPaddingInlineStart: "space";
|
|
1914
|
+
readonly scrollPaddingLeft: "space";
|
|
1915
|
+
readonly scrollPaddingRight: "space";
|
|
1916
|
+
readonly scrollPaddingTop: "space";
|
|
1917
|
+
readonly stroke: "colors";
|
|
1918
|
+
readonly strokeWidth: "stroke-width";
|
|
1919
|
+
readonly textDecorationColor: "colors";
|
|
1920
|
+
readonly textShadow: "shadows";
|
|
1921
|
+
readonly top: "space";
|
|
1922
|
+
readonly transition: "transitions";
|
|
1923
|
+
readonly width: "sizes";
|
|
1924
|
+
readonly zIndex: "z-indices";
|
|
1925
|
+
}, {
|
|
1926
|
+
paddingX: (value: {
|
|
1927
|
+
readonly [$$PropertyValue]: "padding";
|
|
1928
|
+
}) => {
|
|
1929
|
+
paddingLeft: {
|
|
1930
|
+
readonly [$$PropertyValue]: "padding";
|
|
1931
|
+
};
|
|
1932
|
+
paddingRight: {
|
|
1933
|
+
readonly [$$PropertyValue]: "padding";
|
|
1934
|
+
};
|
|
1935
|
+
};
|
|
1936
|
+
paddingY: (value: {
|
|
1937
|
+
readonly [$$PropertyValue]: "padding";
|
|
1938
|
+
}) => {
|
|
1939
|
+
paddingTop: {
|
|
1940
|
+
readonly [$$PropertyValue]: "padding";
|
|
1941
|
+
};
|
|
1942
|
+
paddingBottom: {
|
|
1943
|
+
readonly [$$PropertyValue]: "padding";
|
|
1944
|
+
};
|
|
1945
|
+
};
|
|
1946
|
+
marginX: (value: {
|
|
1947
|
+
readonly [$$PropertyValue]: "margin";
|
|
1948
|
+
}) => {
|
|
1949
|
+
marginLeft: {
|
|
1950
|
+
readonly [$$PropertyValue]: "margin";
|
|
1951
|
+
};
|
|
1952
|
+
marginRight: {
|
|
1953
|
+
readonly [$$PropertyValue]: "margin";
|
|
1954
|
+
};
|
|
1955
|
+
};
|
|
1956
|
+
marginY: (value: {
|
|
1957
|
+
readonly [$$PropertyValue]: "margin";
|
|
1958
|
+
}) => {
|
|
1959
|
+
marginTop: {
|
|
1960
|
+
readonly [$$PropertyValue]: "margin";
|
|
1961
|
+
};
|
|
1962
|
+
marginBottom: {
|
|
1963
|
+
readonly [$$PropertyValue]: "margin";
|
|
1964
|
+
};
|
|
1965
|
+
};
|
|
1966
|
+
square: (value: {
|
|
1967
|
+
readonly [$$PropertyValue]: "width";
|
|
1968
|
+
}) => {
|
|
1969
|
+
width: {
|
|
1970
|
+
readonly [$$PropertyValue]: "width";
|
|
1971
|
+
};
|
|
1972
|
+
height: {
|
|
1973
|
+
readonly [$$PropertyValue]: "width";
|
|
1974
|
+
};
|
|
1975
|
+
};
|
|
1976
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1977
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1978
|
+
};
|
|
1979
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react.AnchorHTMLAttributes<"a"> & {
|
|
1980
|
+
href: string;
|
|
1981
|
+
}, "ref">) & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
1982
|
+
'border-widths': {
|
|
1983
|
+
readonly none: 0;
|
|
1984
|
+
readonly sm: "1px";
|
|
1985
|
+
readonly md: "2px";
|
|
1986
|
+
readonly lg: "4px";
|
|
1987
|
+
};
|
|
1988
|
+
colors: {
|
|
1989
|
+
readonly black: any;
|
|
1990
|
+
readonly 'blue-50': any;
|
|
1991
|
+
readonly 'blue-100': any;
|
|
1992
|
+
readonly 'blue-150': any;
|
|
1993
|
+
readonly 'blue-200': any;
|
|
1994
|
+
readonly 'blue-250': any;
|
|
1995
|
+
readonly 'blue-300': any;
|
|
1996
|
+
readonly 'blue-350': any;
|
|
1997
|
+
readonly 'blue-400': any;
|
|
1998
|
+
readonly 'blue-450': any;
|
|
1999
|
+
readonly 'blue-500': any;
|
|
2000
|
+
readonly 'blue-550': any;
|
|
2001
|
+
readonly 'blue-600': any;
|
|
2002
|
+
readonly 'blue-650': any;
|
|
2003
|
+
readonly 'blue-700': any;
|
|
2004
|
+
readonly 'blue-750': any;
|
|
2005
|
+
readonly 'blue-800': any;
|
|
2006
|
+
readonly 'blue-850': any;
|
|
2007
|
+
readonly 'blue-900': any;
|
|
2008
|
+
readonly 'blue-950': any;
|
|
2009
|
+
readonly 'gray-50': any;
|
|
2010
|
+
readonly 'gray-100': any;
|
|
2011
|
+
readonly 'gray-150': any;
|
|
2012
|
+
readonly 'gray-200': any;
|
|
2013
|
+
readonly 'gray-250': any;
|
|
2014
|
+
readonly 'gray-300': any;
|
|
2015
|
+
readonly 'gray-350': any;
|
|
2016
|
+
readonly 'gray-400': any;
|
|
2017
|
+
readonly 'gray-450': any;
|
|
2018
|
+
readonly 'gray-500': any;
|
|
2019
|
+
readonly 'gray-550': any;
|
|
2020
|
+
readonly 'gray-600': any;
|
|
2021
|
+
readonly 'gray-650': any;
|
|
2022
|
+
readonly 'gray-700': any;
|
|
2023
|
+
readonly 'gray-750': any;
|
|
2024
|
+
readonly 'gray-800': any;
|
|
2025
|
+
readonly 'gray-850': any;
|
|
2026
|
+
readonly 'gray-900': any;
|
|
2027
|
+
readonly 'gray-950': any;
|
|
2028
|
+
readonly 'green-50': any;
|
|
2029
|
+
readonly 'green-100': any;
|
|
2030
|
+
readonly 'green-150': any;
|
|
2031
|
+
readonly 'green-200': any;
|
|
2032
|
+
readonly 'green-250': any;
|
|
2033
|
+
readonly 'green-300': any;
|
|
2034
|
+
readonly 'green-350': any;
|
|
2035
|
+
readonly 'green-400': any;
|
|
2036
|
+
readonly 'green-450': any;
|
|
2037
|
+
readonly 'green-500': any;
|
|
2038
|
+
readonly 'green-550': any;
|
|
2039
|
+
readonly 'green-600': any;
|
|
2040
|
+
readonly 'green-650': any;
|
|
2041
|
+
readonly 'green-700': any;
|
|
2042
|
+
readonly 'green-750': any;
|
|
2043
|
+
readonly 'green-800': any;
|
|
2044
|
+
readonly 'green-850': any;
|
|
2045
|
+
readonly 'green-900': any;
|
|
2046
|
+
readonly 'green-950': any;
|
|
2047
|
+
readonly 'red-50': any;
|
|
2048
|
+
readonly 'red-100': any;
|
|
2049
|
+
readonly 'red-150': any;
|
|
2050
|
+
readonly 'red-200': any;
|
|
2051
|
+
readonly 'red-250': any;
|
|
2052
|
+
readonly 'red-300': any;
|
|
2053
|
+
readonly 'red-350': any;
|
|
2054
|
+
readonly 'red-400': any;
|
|
2055
|
+
readonly 'red-450': any;
|
|
2056
|
+
readonly 'red-500': any;
|
|
2057
|
+
readonly 'red-550': any;
|
|
2058
|
+
readonly 'red-600': any;
|
|
2059
|
+
readonly 'red-650': any;
|
|
2060
|
+
readonly 'red-700': any;
|
|
2061
|
+
readonly 'red-750': any;
|
|
2062
|
+
readonly 'red-800': any;
|
|
2063
|
+
readonly 'red-850': any;
|
|
2064
|
+
readonly 'red-900': any;
|
|
2065
|
+
readonly 'red-950': any;
|
|
2066
|
+
readonly transparent: any;
|
|
2067
|
+
readonly white: any;
|
|
2068
|
+
readonly 'yellow-50': any;
|
|
2069
|
+
readonly 'yellow-100': any;
|
|
2070
|
+
readonly 'yellow-150': any;
|
|
2071
|
+
readonly 'yellow-200': any;
|
|
2072
|
+
readonly 'yellow-250': any;
|
|
2073
|
+
readonly 'yellow-300': any;
|
|
2074
|
+
readonly 'yellow-350': any;
|
|
2075
|
+
readonly 'yellow-400': any;
|
|
2076
|
+
readonly 'yellow-450': any;
|
|
2077
|
+
readonly 'yellow-500': any;
|
|
2078
|
+
readonly 'yellow-550': any;
|
|
2079
|
+
readonly 'yellow-600': any;
|
|
2080
|
+
readonly 'yellow-650': any;
|
|
2081
|
+
readonly 'yellow-700': any;
|
|
2082
|
+
readonly 'yellow-750': any;
|
|
2083
|
+
readonly 'yellow-800': any;
|
|
2084
|
+
readonly 'yellow-850': any;
|
|
2085
|
+
readonly 'yellow-900': any;
|
|
2086
|
+
readonly 'yellow-950': any;
|
|
2087
|
+
"background-alpha-active"?: any;
|
|
2088
|
+
"background-alpha-hover"?: any;
|
|
2089
|
+
"background-danger-prominent"?: any;
|
|
2090
|
+
"background-danger-prominent-active"?: any;
|
|
2091
|
+
"background-danger-prominent-hover"?: any;
|
|
2092
|
+
"background-danger-subtle"?: any;
|
|
2093
|
+
"background-danger-subtle-active"?: any;
|
|
2094
|
+
"background-danger-subtle-hover"?: any;
|
|
2095
|
+
"background-neutrals"?: any;
|
|
2096
|
+
"background-neutrals-active"?: any;
|
|
2097
|
+
"background-neutrals-container"?: any;
|
|
2098
|
+
"background-neutrals-controls-disabled"?: any;
|
|
2099
|
+
"background-neutrals-disabled"?: any;
|
|
2100
|
+
"background-neutrals-hover"?: any;
|
|
2101
|
+
"background-neutrals-inactive"?: any;
|
|
2102
|
+
"background-neutrals-inactive-hover"?: any;
|
|
2103
|
+
"background-neutrals-inverted"?: any;
|
|
2104
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
2105
|
+
"background-neutrals-page"?: any;
|
|
2106
|
+
"background-neutrals-page-subtle"?: any;
|
|
2107
|
+
"background-neutrals-scrollbar"?: any;
|
|
2108
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
2109
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
2110
|
+
"background-neutrals-subtle"?: any;
|
|
2111
|
+
"background-neutrals-subtle-active"?: any;
|
|
2112
|
+
"background-neutrals-subtle-hover"?: any;
|
|
2113
|
+
"background-primary-prominent"?: any;
|
|
2114
|
+
"background-primary-prominent-active"?: any;
|
|
2115
|
+
"background-primary-prominent-hover"?: any;
|
|
2116
|
+
"background-primary-prominent-selected"?: any;
|
|
2117
|
+
"background-primary-subtle"?: any;
|
|
2118
|
+
"background-primary-subtle-active"?: any;
|
|
2119
|
+
"background-primary-subtle-hover"?: any;
|
|
2120
|
+
"background-primary-subtle-selected"?: any;
|
|
2121
|
+
"background-success"?: any;
|
|
2122
|
+
"background-success-prominent"?: any;
|
|
2123
|
+
"background-success-prominent-active"?: any;
|
|
2124
|
+
"background-success-prominent-hover"?: any;
|
|
2125
|
+
"background-warning-prominent"?: any;
|
|
2126
|
+
"background-warning-subtle"?: any;
|
|
2127
|
+
"border-danger"?: any;
|
|
2128
|
+
"border-danger-active"?: any;
|
|
2129
|
+
"border-danger-hover"?: any;
|
|
2130
|
+
"border-focus-error-inner"?: any;
|
|
2131
|
+
"border-focus-error-middle"?: any;
|
|
2132
|
+
"border-focus-error-outer"?: any;
|
|
2133
|
+
"border-focus-inner"?: any;
|
|
2134
|
+
"border-focus-middle"?: any;
|
|
2135
|
+
"border-focus-outer"?: any;
|
|
2136
|
+
"border-focus-success-inner"?: any;
|
|
2137
|
+
"border-focus-success-middle"?: any;
|
|
2138
|
+
"border-focus-success-outer"?: any;
|
|
2139
|
+
"border-neutrals"?: any;
|
|
2140
|
+
"border-neutrals-active"?: any;
|
|
2141
|
+
"border-neutrals-controls"?: any;
|
|
2142
|
+
"border-neutrals-controls-disabled"?: any;
|
|
2143
|
+
"border-neutrals-disabled"?: any;
|
|
2144
|
+
"border-neutrals-hover"?: any;
|
|
2145
|
+
"border-neutrals-inverted"?: any;
|
|
2146
|
+
"border-neutrals-subtle"?: any;
|
|
2147
|
+
"border-neutrals-text"?: any;
|
|
2148
|
+
"border-neutrals-text-active"?: any;
|
|
2149
|
+
"border-neutrals-text-hover"?: any;
|
|
2150
|
+
"border-neutrals-text-subtle"?: any;
|
|
2151
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
2152
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
2153
|
+
"border-neutrals-transparent"?: any;
|
|
2154
|
+
"border-primary"?: any;
|
|
2155
|
+
"border-primary-active"?: any;
|
|
2156
|
+
"border-primary-hover"?: any;
|
|
2157
|
+
"border-primary-inverted"?: any;
|
|
2158
|
+
"border-success"?: any;
|
|
2159
|
+
"border-success-active"?: any;
|
|
2160
|
+
"border-success-hover"?: any;
|
|
2161
|
+
"border-warning"?: any;
|
|
2162
|
+
"icon-danger"?: any;
|
|
2163
|
+
"icon-danger-active"?: any;
|
|
2164
|
+
"icon-danger-hover"?: any;
|
|
2165
|
+
"icon-danger-inverted"?: any;
|
|
2166
|
+
"icon-neutrals"?: any;
|
|
2167
|
+
"icon-neutrals-disabled"?: any;
|
|
2168
|
+
"icon-neutrals-inactive"?: any;
|
|
2169
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
2170
|
+
"icon-neutrals-inverted"?: any;
|
|
2171
|
+
"icon-neutrals-search"?: any;
|
|
2172
|
+
"icon-neutrals-subtle"?: any;
|
|
2173
|
+
"icon-neutrals-text"?: any;
|
|
2174
|
+
"icon-primary"?: any;
|
|
2175
|
+
"icon-primary-active"?: any;
|
|
2176
|
+
"icon-primary-hover"?: any;
|
|
2177
|
+
"icon-primary-inverted"?: any;
|
|
2178
|
+
"icon-primary-selected"?: any;
|
|
2179
|
+
"icon-success"?: any;
|
|
2180
|
+
"icon-success-active"?: any;
|
|
2181
|
+
"icon-success-hover"?: any;
|
|
2182
|
+
"icon-success-inverted"?: any;
|
|
2183
|
+
"icon-warning"?: any;
|
|
2184
|
+
"icon-warning-prominent"?: any;
|
|
2185
|
+
"icon-warning-subtle"?: any;
|
|
2186
|
+
"text-danger"?: any;
|
|
2187
|
+
"text-danger-active"?: any;
|
|
2188
|
+
"text-danger-hover"?: any;
|
|
2189
|
+
"text-danger-inverted"?: any;
|
|
2190
|
+
"text-neutrals"?: any;
|
|
2191
|
+
"text-neutrals-active"?: any;
|
|
2192
|
+
"text-neutrals-disabled"?: any;
|
|
2193
|
+
"text-neutrals-hover"?: any;
|
|
2194
|
+
"text-neutrals-inverted"?: any;
|
|
2195
|
+
"text-neutrals-placeholder"?: any;
|
|
2196
|
+
"text-neutrals-placeholder-only"?: any;
|
|
2197
|
+
"text-neutrals-subtle"?: any;
|
|
2198
|
+
"text-neutrals-subtle-active"?: any;
|
|
2199
|
+
"text-neutrals-subtle-hover"?: any;
|
|
2200
|
+
"text-primary"?: any;
|
|
2201
|
+
"text-primary-active"?: any;
|
|
2202
|
+
"text-primary-hover"?: any;
|
|
2203
|
+
"text-primary-inverted"?: any;
|
|
2204
|
+
"text-primary-inverted-subtle"?: any;
|
|
2205
|
+
"text-primary-selected"?: any;
|
|
2206
|
+
"text-success"?: any;
|
|
2207
|
+
"text-success-active"?: any;
|
|
2208
|
+
"text-success-hover"?: any;
|
|
2209
|
+
"text-success-inverted"?: any;
|
|
2210
|
+
"text-warning"?: any;
|
|
2211
|
+
"text-warning-subtle"?: any;
|
|
2212
|
+
};
|
|
2213
|
+
'font-sizes': {
|
|
2214
|
+
readonly 125: "0.625rem";
|
|
2215
|
+
readonly 150: "0.75rem";
|
|
2216
|
+
readonly 175: "0.875rem";
|
|
2217
|
+
readonly 200: "1rem";
|
|
2218
|
+
readonly 225: "1.125rem";
|
|
2219
|
+
readonly 250: "1.25rem";
|
|
2220
|
+
readonly 300: "1.5rem";
|
|
2221
|
+
readonly 400: "2rem";
|
|
2222
|
+
readonly 500: "2.5rem";
|
|
2223
|
+
readonly 600: "3rem";
|
|
2224
|
+
readonly 800: "4rem";
|
|
2225
|
+
readonly 900: "4.5rem";
|
|
2226
|
+
};
|
|
2227
|
+
fonts: {
|
|
2228
|
+
readonly heading: "Roobert, sans-serif";
|
|
2229
|
+
readonly body: "Open Sans, sans-serif";
|
|
2230
|
+
};
|
|
2231
|
+
radii: {
|
|
2232
|
+
readonly 0: "0px";
|
|
2233
|
+
readonly 25: "2px";
|
|
2234
|
+
readonly 50: "4px";
|
|
2235
|
+
readonly 75: "6px";
|
|
2236
|
+
readonly 100: "8px";
|
|
2237
|
+
readonly 200: "16px";
|
|
2238
|
+
readonly round: "999px";
|
|
2239
|
+
};
|
|
2240
|
+
shadows: {
|
|
2241
|
+
100: any;
|
|
2242
|
+
50: any;
|
|
2243
|
+
"focus-small": any;
|
|
2244
|
+
"focus-small-outline": any;
|
|
2245
|
+
"focus-large": any;
|
|
2246
|
+
"focus-controls": any;
|
|
2247
|
+
"focus-small-error": any;
|
|
2248
|
+
"focus-controls-error": any;
|
|
2249
|
+
"focus-controls-success": any;
|
|
2250
|
+
};
|
|
2251
|
+
sizes: {
|
|
2252
|
+
readonly number: string;
|
|
2253
|
+
readonly 'icon-200': "16px";
|
|
2254
|
+
readonly 'icon-300': "24px";
|
|
2255
|
+
readonly 'icon-400': "32px";
|
|
2256
|
+
};
|
|
2257
|
+
space: {
|
|
2258
|
+
readonly 0: "0px";
|
|
2259
|
+
readonly 25: "2px";
|
|
2260
|
+
readonly 50: "4px";
|
|
2261
|
+
readonly 100: "8px";
|
|
2262
|
+
readonly 150: "12px";
|
|
2263
|
+
readonly 200: "16px";
|
|
2264
|
+
readonly 300: "24px";
|
|
2265
|
+
readonly 400: "32px";
|
|
2266
|
+
readonly 500: "40px";
|
|
2267
|
+
readonly 600: "48px";
|
|
2268
|
+
readonly 700: "56px";
|
|
2269
|
+
readonly 800: "64px";
|
|
2270
|
+
readonly 1200: "96px";
|
|
2271
|
+
readonly 1600: "128px";
|
|
2272
|
+
};
|
|
2273
|
+
'stroke-width': {
|
|
2274
|
+
readonly thin: "1.5px";
|
|
2275
|
+
readonly normal: "2px";
|
|
2276
|
+
readonly bold: "4px";
|
|
2277
|
+
};
|
|
2278
|
+
'z-indices': {
|
|
2279
|
+
readonly dropdownMenu: 100;
|
|
2280
|
+
readonly select: 200;
|
|
2281
|
+
readonly popover: 300;
|
|
2282
|
+
readonly tooltip: 400;
|
|
2283
|
+
};
|
|
2284
|
+
}, {
|
|
2285
|
+
readonly background: "colors";
|
|
2286
|
+
readonly backgroundColor: "colors";
|
|
2287
|
+
readonly backgroundImage: "colors";
|
|
2288
|
+
readonly blockSize: "sizes";
|
|
2289
|
+
readonly border: "colors";
|
|
2290
|
+
readonly borderBlock: "colors";
|
|
2291
|
+
readonly borderBlockEnd: "colors";
|
|
2292
|
+
readonly borderBlockStart: "colors";
|
|
2293
|
+
readonly borderBottom: "colors";
|
|
2294
|
+
readonly borderBottomColor: "colors";
|
|
2295
|
+
readonly borderBottomLeftRadius: "radii";
|
|
2296
|
+
readonly borderBottomRightRadius: "radii";
|
|
2297
|
+
readonly borderBottomStyle: "border-styles";
|
|
2298
|
+
readonly borderBottomWidth: "border-widths";
|
|
2299
|
+
readonly borderColor: "colors";
|
|
2300
|
+
readonly borderImage: "colors";
|
|
2301
|
+
readonly borderInline: "colors";
|
|
2302
|
+
readonly borderInlineEnd: "colors";
|
|
2303
|
+
readonly borderInlineStart: "colors";
|
|
2304
|
+
readonly borderLeft: "colors";
|
|
2305
|
+
readonly borderLeftColor: "colors";
|
|
2306
|
+
readonly borderLeftStyle: "border-styles";
|
|
2307
|
+
readonly borderLeftWidth: "border-widths";
|
|
2308
|
+
readonly borderRadius: "radii";
|
|
2309
|
+
readonly borderRight: "colors";
|
|
2310
|
+
readonly borderRightColor: "colors";
|
|
2311
|
+
readonly borderRightStyle: "border-styles";
|
|
2312
|
+
readonly borderRightWidth: "border-widths";
|
|
2313
|
+
readonly borderSpacing: "space";
|
|
2314
|
+
readonly borderStyle: "border-styles";
|
|
2315
|
+
readonly borderTop: "colors";
|
|
2316
|
+
readonly borderTopColor: "colors";
|
|
2317
|
+
readonly borderTopLeftRadius: "radii";
|
|
2318
|
+
readonly borderTopRightRadius: "radii";
|
|
2319
|
+
readonly borderTopStyle: "border-styles";
|
|
2320
|
+
readonly borderTopWidth: "border-widths";
|
|
2321
|
+
readonly borderWidth: "border-widths";
|
|
2322
|
+
readonly bottom: "space";
|
|
2323
|
+
readonly boxShadow: "shadows";
|
|
2324
|
+
readonly caretColor: "colors";
|
|
2325
|
+
readonly color: "colors";
|
|
2326
|
+
readonly columnGap: "space";
|
|
2327
|
+
readonly columnRuleColor: "colors";
|
|
2328
|
+
readonly fill: "colors";
|
|
2329
|
+
readonly flexBasis: "sizes";
|
|
2330
|
+
readonly fontFamily: "fonts";
|
|
2331
|
+
readonly fontSize: "font-sizes";
|
|
2332
|
+
readonly fontWeight: "font-weights";
|
|
2333
|
+
readonly gap: "space";
|
|
2334
|
+
readonly gridColumnGap: "space";
|
|
2335
|
+
readonly gridGap: "space";
|
|
2336
|
+
readonly gridRowGap: "space";
|
|
2337
|
+
readonly gridTemplateColumns: "sizes";
|
|
2338
|
+
readonly gridTemplateRows: "sizes";
|
|
2339
|
+
readonly height: "sizes";
|
|
2340
|
+
readonly inlineSize: "sizes";
|
|
2341
|
+
readonly inset: "space";
|
|
2342
|
+
readonly insetBlock: "space";
|
|
2343
|
+
readonly insetBlockEnd: "space";
|
|
2344
|
+
readonly insetBlockStart: "space";
|
|
2345
|
+
readonly insetInline: "space";
|
|
2346
|
+
readonly insetInlineEnd: "space";
|
|
2347
|
+
readonly insetInlineStart: "space";
|
|
2348
|
+
readonly left: "space";
|
|
2349
|
+
readonly letterSpacing: "letter-spacings";
|
|
2350
|
+
readonly lineHeight: "line-heights";
|
|
2351
|
+
readonly margin: "space";
|
|
2352
|
+
readonly marginBlock: "space";
|
|
2353
|
+
readonly marginBlockEnd: "space";
|
|
2354
|
+
readonly marginBlockStart: "space";
|
|
2355
|
+
readonly marginBottom: "space";
|
|
2356
|
+
readonly marginInline: "space";
|
|
2357
|
+
readonly marginInlineEnd: "space";
|
|
2358
|
+
readonly marginInlineStart: "space";
|
|
2359
|
+
readonly marginLeft: "space";
|
|
2360
|
+
readonly marginRight: "space";
|
|
2361
|
+
readonly marginTop: "space";
|
|
2362
|
+
readonly maxBlockSize: "sizes";
|
|
2363
|
+
readonly maxHeight: "sizes";
|
|
2364
|
+
readonly maxInlineSize: "sizes";
|
|
2365
|
+
readonly maxWidth: "sizes";
|
|
2366
|
+
readonly minBlockSize: "sizes";
|
|
2367
|
+
readonly minHeight: "sizes";
|
|
2368
|
+
readonly minInlineSize: "sizes";
|
|
2369
|
+
readonly minWidth: "sizes";
|
|
2370
|
+
readonly outline: "colors";
|
|
2371
|
+
readonly outlineColor: "colors";
|
|
2372
|
+
readonly padding: "space";
|
|
2373
|
+
readonly paddingBlock: "space";
|
|
2374
|
+
readonly paddingBlockEnd: "space";
|
|
2375
|
+
readonly paddingBlockStart: "space";
|
|
2376
|
+
readonly paddingBottom: "space";
|
|
2377
|
+
readonly paddingInline: "space";
|
|
2378
|
+
readonly paddingInlineEnd: "space";
|
|
2379
|
+
readonly paddingInlineStart: "space";
|
|
2380
|
+
readonly paddingLeft: "space";
|
|
2381
|
+
readonly paddingRight: "space";
|
|
2382
|
+
readonly paddingTop: "space";
|
|
2383
|
+
readonly right: "space";
|
|
2384
|
+
readonly rowGap: "space";
|
|
2385
|
+
readonly scrollMargin: "space";
|
|
2386
|
+
readonly scrollMarginBlock: "space";
|
|
2387
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2388
|
+
readonly scrollMarginBlockStart: "space";
|
|
2389
|
+
readonly scrollMarginBottom: "space";
|
|
2390
|
+
readonly scrollMarginInline: "space";
|
|
2391
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2392
|
+
readonly scrollMarginInlineStart: "space";
|
|
2393
|
+
readonly scrollMarginLeft: "space";
|
|
2394
|
+
readonly scrollMarginRight: "space";
|
|
2395
|
+
readonly scrollMarginTop: "space";
|
|
2396
|
+
readonly scrollPadding: "space";
|
|
2397
|
+
readonly scrollPaddingBlock: "space";
|
|
2398
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2399
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2400
|
+
readonly scrollPaddingBottom: "space";
|
|
2401
|
+
readonly scrollPaddingInline: "space";
|
|
2402
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2403
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2404
|
+
readonly scrollPaddingLeft: "space";
|
|
2405
|
+
readonly scrollPaddingRight: "space";
|
|
2406
|
+
readonly scrollPaddingTop: "space";
|
|
2407
|
+
readonly stroke: "colors";
|
|
2408
|
+
readonly strokeWidth: "stroke-width";
|
|
2409
|
+
readonly textDecorationColor: "colors";
|
|
2410
|
+
readonly textShadow: "shadows";
|
|
2411
|
+
readonly top: "space";
|
|
2412
|
+
readonly transition: "transitions";
|
|
2413
|
+
readonly width: "sizes";
|
|
2414
|
+
readonly zIndex: "z-indices";
|
|
2415
|
+
}, {
|
|
2416
|
+
paddingX: (value: {
|
|
2417
|
+
readonly [$$PropertyValue]: "padding";
|
|
2418
|
+
}) => {
|
|
2419
|
+
paddingLeft: {
|
|
2420
|
+
readonly [$$PropertyValue]: "padding";
|
|
2421
|
+
};
|
|
2422
|
+
paddingRight: {
|
|
2423
|
+
readonly [$$PropertyValue]: "padding";
|
|
2424
|
+
};
|
|
2425
|
+
};
|
|
2426
|
+
paddingY: (value: {
|
|
2427
|
+
readonly [$$PropertyValue]: "padding";
|
|
2428
|
+
}) => {
|
|
2429
|
+
paddingTop: {
|
|
2430
|
+
readonly [$$PropertyValue]: "padding";
|
|
2431
|
+
};
|
|
2432
|
+
paddingBottom: {
|
|
2433
|
+
readonly [$$PropertyValue]: "padding";
|
|
2434
|
+
};
|
|
2435
|
+
};
|
|
2436
|
+
marginX: (value: {
|
|
2437
|
+
readonly [$$PropertyValue]: "margin";
|
|
2438
|
+
}) => {
|
|
2439
|
+
marginLeft: {
|
|
2440
|
+
readonly [$$PropertyValue]: "margin";
|
|
2441
|
+
};
|
|
2442
|
+
marginRight: {
|
|
2443
|
+
readonly [$$PropertyValue]: "margin";
|
|
2444
|
+
};
|
|
2445
|
+
};
|
|
2446
|
+
marginY: (value: {
|
|
2447
|
+
readonly [$$PropertyValue]: "margin";
|
|
2448
|
+
}) => {
|
|
2449
|
+
marginTop: {
|
|
2450
|
+
readonly [$$PropertyValue]: "margin";
|
|
2451
|
+
};
|
|
2452
|
+
marginBottom: {
|
|
2453
|
+
readonly [$$PropertyValue]: "margin";
|
|
2454
|
+
};
|
|
2455
|
+
};
|
|
2456
|
+
square: (value: {
|
|
2457
|
+
readonly [$$PropertyValue]: "width";
|
|
2458
|
+
}) => {
|
|
2459
|
+
width: {
|
|
2460
|
+
readonly [$$PropertyValue]: "width";
|
|
2461
|
+
};
|
|
2462
|
+
height: {
|
|
2463
|
+
readonly [$$PropertyValue]: "width";
|
|
2464
|
+
};
|
|
2465
|
+
};
|
|
2466
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2467
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2468
|
+
};
|
|
2469
|
+
}>>>, "size"> & _stitches_react_types_styled_component.TransformProps<{
|
|
2470
|
+
size?: "medium" | "large" | "x-large" | undefined;
|
|
2471
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<(Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"button">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
2472
|
+
'border-widths': {
|
|
2473
|
+
readonly none: 0;
|
|
2474
|
+
readonly sm: "1px";
|
|
2475
|
+
readonly md: "2px";
|
|
2476
|
+
readonly lg: "4px";
|
|
2477
|
+
};
|
|
2478
|
+
colors: {
|
|
2479
|
+
readonly black: any;
|
|
2480
|
+
readonly 'blue-50': any;
|
|
2481
|
+
readonly 'blue-100': any;
|
|
2482
|
+
readonly 'blue-150': any;
|
|
2483
|
+
readonly 'blue-200': any;
|
|
2484
|
+
readonly 'blue-250': any;
|
|
2485
|
+
readonly 'blue-300': any;
|
|
2486
|
+
readonly 'blue-350': any;
|
|
2487
|
+
readonly 'blue-400': any;
|
|
2488
|
+
readonly 'blue-450': any;
|
|
2489
|
+
readonly 'blue-500': any;
|
|
2490
|
+
readonly 'blue-550': any;
|
|
2491
|
+
readonly 'blue-600': any;
|
|
2492
|
+
readonly 'blue-650': any;
|
|
2493
|
+
readonly 'blue-700': any;
|
|
2494
|
+
readonly 'blue-750': any;
|
|
2495
|
+
readonly 'blue-800': any;
|
|
2496
|
+
readonly 'blue-850': any;
|
|
2497
|
+
readonly 'blue-900': any;
|
|
2498
|
+
readonly 'blue-950': any;
|
|
2499
|
+
readonly 'gray-50': any;
|
|
2500
|
+
readonly 'gray-100': any;
|
|
2501
|
+
readonly 'gray-150': any;
|
|
2502
|
+
readonly 'gray-200': any;
|
|
2503
|
+
readonly 'gray-250': any;
|
|
2504
|
+
readonly 'gray-300': any;
|
|
2505
|
+
readonly 'gray-350': any;
|
|
2506
|
+
readonly 'gray-400': any;
|
|
2507
|
+
readonly 'gray-450': any;
|
|
2508
|
+
readonly 'gray-500': any;
|
|
2509
|
+
readonly 'gray-550': any;
|
|
2510
|
+
readonly 'gray-600': any;
|
|
2511
|
+
readonly 'gray-650': any;
|
|
2512
|
+
readonly 'gray-700': any;
|
|
2513
|
+
readonly 'gray-750': any;
|
|
2514
|
+
readonly 'gray-800': any;
|
|
2515
|
+
readonly 'gray-850': any;
|
|
2516
|
+
readonly 'gray-900': any;
|
|
2517
|
+
readonly 'gray-950': any;
|
|
2518
|
+
readonly 'green-50': any;
|
|
2519
|
+
readonly 'green-100': any;
|
|
2520
|
+
readonly 'green-150': any;
|
|
2521
|
+
readonly 'green-200': any;
|
|
2522
|
+
readonly 'green-250': any;
|
|
2523
|
+
readonly 'green-300': any;
|
|
2524
|
+
readonly 'green-350': any;
|
|
2525
|
+
readonly 'green-400': any;
|
|
2526
|
+
readonly 'green-450': any;
|
|
2527
|
+
readonly 'green-500': any;
|
|
2528
|
+
readonly 'green-550': any;
|
|
2529
|
+
readonly 'green-600': any;
|
|
2530
|
+
readonly 'green-650': any;
|
|
2531
|
+
readonly 'green-700': any;
|
|
2532
|
+
readonly 'green-750': any;
|
|
2533
|
+
readonly 'green-800': any;
|
|
2534
|
+
readonly 'green-850': any;
|
|
2535
|
+
readonly 'green-900': any;
|
|
2536
|
+
readonly 'green-950': any;
|
|
2537
|
+
readonly 'red-50': any;
|
|
2538
|
+
readonly 'red-100': any;
|
|
2539
|
+
readonly 'red-150': any;
|
|
2540
|
+
readonly 'red-200': any;
|
|
2541
|
+
readonly 'red-250': any;
|
|
2542
|
+
readonly 'red-300': any;
|
|
2543
|
+
readonly 'red-350': any;
|
|
2544
|
+
readonly 'red-400': any;
|
|
2545
|
+
readonly 'red-450': any;
|
|
2546
|
+
readonly 'red-500': any;
|
|
2547
|
+
readonly 'red-550': any;
|
|
2548
|
+
readonly 'red-600': any;
|
|
2549
|
+
readonly 'red-650': any;
|
|
2550
|
+
readonly 'red-700': any;
|
|
2551
|
+
readonly 'red-750': any;
|
|
2552
|
+
readonly 'red-800': any;
|
|
2553
|
+
readonly 'red-850': any;
|
|
2554
|
+
readonly 'red-900': any;
|
|
2555
|
+
readonly 'red-950': any;
|
|
2556
|
+
readonly transparent: any;
|
|
2557
|
+
readonly white: any;
|
|
2558
|
+
readonly 'yellow-50': any;
|
|
2559
|
+
readonly 'yellow-100': any;
|
|
2560
|
+
readonly 'yellow-150': any;
|
|
2561
|
+
readonly 'yellow-200': any;
|
|
2562
|
+
readonly 'yellow-250': any;
|
|
2563
|
+
readonly 'yellow-300': any;
|
|
2564
|
+
readonly 'yellow-350': any;
|
|
2565
|
+
readonly 'yellow-400': any;
|
|
2566
|
+
readonly 'yellow-450': any;
|
|
2567
|
+
readonly 'yellow-500': any;
|
|
2568
|
+
readonly 'yellow-550': any;
|
|
2569
|
+
readonly 'yellow-600': any;
|
|
2570
|
+
readonly 'yellow-650': any;
|
|
2571
|
+
readonly 'yellow-700': any;
|
|
2572
|
+
readonly 'yellow-750': any;
|
|
2573
|
+
readonly 'yellow-800': any;
|
|
2574
|
+
readonly 'yellow-850': any;
|
|
2575
|
+
readonly 'yellow-900': any;
|
|
2576
|
+
readonly 'yellow-950': any;
|
|
2577
|
+
"background-alpha-active"?: any;
|
|
2578
|
+
"background-alpha-hover"?: any;
|
|
2579
|
+
"background-danger-prominent"?: any;
|
|
2580
|
+
"background-danger-prominent-active"?: any;
|
|
2581
|
+
"background-danger-prominent-hover"?: any;
|
|
2582
|
+
"background-danger-subtle"?: any;
|
|
2583
|
+
"background-danger-subtle-active"?: any;
|
|
2584
|
+
"background-danger-subtle-hover"?: any;
|
|
2585
|
+
"background-neutrals"?: any;
|
|
2586
|
+
"background-neutrals-active"?: any;
|
|
2587
|
+
"background-neutrals-container"?: any;
|
|
2588
|
+
"background-neutrals-controls-disabled"?: any;
|
|
2589
|
+
"background-neutrals-disabled"?: any;
|
|
2590
|
+
"background-neutrals-hover"?: any;
|
|
2591
|
+
"background-neutrals-inactive"?: any;
|
|
2592
|
+
"background-neutrals-inactive-hover"?: any;
|
|
2593
|
+
"background-neutrals-inverted"?: any;
|
|
2594
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
2595
|
+
"background-neutrals-page"?: any;
|
|
2596
|
+
"background-neutrals-page-subtle"?: any;
|
|
2597
|
+
"background-neutrals-scrollbar"?: any;
|
|
2598
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
2599
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
2600
|
+
"background-neutrals-subtle"?: any;
|
|
2601
|
+
"background-neutrals-subtle-active"?: any;
|
|
2602
|
+
"background-neutrals-subtle-hover"?: any;
|
|
2603
|
+
"background-primary-prominent"?: any;
|
|
2604
|
+
"background-primary-prominent-active"?: any;
|
|
2605
|
+
"background-primary-prominent-hover"?: any;
|
|
2606
|
+
"background-primary-prominent-selected"?: any;
|
|
2607
|
+
"background-primary-subtle"?: any;
|
|
2608
|
+
"background-primary-subtle-active"?: any;
|
|
2609
|
+
"background-primary-subtle-hover"?: any;
|
|
2610
|
+
"background-primary-subtle-selected"?: any;
|
|
2611
|
+
"background-success"?: any;
|
|
2612
|
+
"background-success-prominent"?: any;
|
|
2613
|
+
"background-success-prominent-active"?: any;
|
|
2614
|
+
"background-success-prominent-hover"?: any;
|
|
2615
|
+
"background-warning-prominent"?: any;
|
|
2616
|
+
"background-warning-subtle"?: any;
|
|
2617
|
+
"border-danger"?: any;
|
|
2618
|
+
"border-danger-active"?: any;
|
|
2619
|
+
"border-danger-hover"?: any;
|
|
2620
|
+
"border-focus-error-inner"?: any;
|
|
2621
|
+
"border-focus-error-middle"?: any;
|
|
2622
|
+
"border-focus-error-outer"?: any;
|
|
2623
|
+
"border-focus-inner"?: any;
|
|
2624
|
+
"border-focus-middle"?: any;
|
|
2625
|
+
"border-focus-outer"?: any;
|
|
2626
|
+
"border-focus-success-inner"?: any;
|
|
2627
|
+
"border-focus-success-middle"?: any;
|
|
2628
|
+
"border-focus-success-outer"?: any;
|
|
2629
|
+
"border-neutrals"?: any;
|
|
2630
|
+
"border-neutrals-active"?: any;
|
|
2631
|
+
"border-neutrals-controls"?: any;
|
|
2632
|
+
"border-neutrals-controls-disabled"?: any;
|
|
2633
|
+
"border-neutrals-disabled"?: any;
|
|
2634
|
+
"border-neutrals-hover"?: any;
|
|
2635
|
+
"border-neutrals-inverted"?: any;
|
|
2636
|
+
"border-neutrals-subtle"?: any;
|
|
2637
|
+
"border-neutrals-text"?: any;
|
|
2638
|
+
"border-neutrals-text-active"?: any;
|
|
2639
|
+
"border-neutrals-text-hover"?: any;
|
|
2640
|
+
"border-neutrals-text-subtle"?: any;
|
|
2641
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
2642
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
2643
|
+
"border-neutrals-transparent"?: any;
|
|
2644
|
+
"border-primary"?: any;
|
|
2645
|
+
"border-primary-active"?: any;
|
|
2646
|
+
"border-primary-hover"?: any;
|
|
2647
|
+
"border-primary-inverted"?: any;
|
|
2648
|
+
"border-success"?: any;
|
|
2649
|
+
"border-success-active"?: any;
|
|
2650
|
+
"border-success-hover"?: any;
|
|
2651
|
+
"border-warning"?: any;
|
|
2652
|
+
"icon-danger"?: any;
|
|
2653
|
+
"icon-danger-active"?: any;
|
|
2654
|
+
"icon-danger-hover"?: any;
|
|
2655
|
+
"icon-danger-inverted"?: any;
|
|
2656
|
+
"icon-neutrals"?: any;
|
|
2657
|
+
"icon-neutrals-disabled"?: any;
|
|
2658
|
+
"icon-neutrals-inactive"?: any;
|
|
2659
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
2660
|
+
"icon-neutrals-inverted"?: any;
|
|
2661
|
+
"icon-neutrals-search"?: any;
|
|
2662
|
+
"icon-neutrals-subtle"?: any;
|
|
2663
|
+
"icon-neutrals-text"?: any;
|
|
2664
|
+
"icon-primary"?: any;
|
|
2665
|
+
"icon-primary-active"?: any;
|
|
2666
|
+
"icon-primary-hover"?: any;
|
|
2667
|
+
"icon-primary-inverted"?: any;
|
|
2668
|
+
"icon-primary-selected"?: any;
|
|
2669
|
+
"icon-success"?: any;
|
|
2670
|
+
"icon-success-active"?: any;
|
|
2671
|
+
"icon-success-hover"?: any;
|
|
2672
|
+
"icon-success-inverted"?: any;
|
|
2673
|
+
"icon-warning"?: any;
|
|
2674
|
+
"icon-warning-prominent"?: any;
|
|
2675
|
+
"icon-warning-subtle"?: any;
|
|
2676
|
+
"text-danger"?: any;
|
|
2677
|
+
"text-danger-active"?: any;
|
|
2678
|
+
"text-danger-hover"?: any;
|
|
2679
|
+
"text-danger-inverted"?: any;
|
|
2680
|
+
"text-neutrals"?: any;
|
|
2681
|
+
"text-neutrals-active"?: any;
|
|
2682
|
+
"text-neutrals-disabled"?: any;
|
|
2683
|
+
"text-neutrals-hover"?: any;
|
|
2684
|
+
"text-neutrals-inverted"?: any;
|
|
2685
|
+
"text-neutrals-placeholder"?: any;
|
|
2686
|
+
"text-neutrals-placeholder-only"?: any;
|
|
2687
|
+
"text-neutrals-subtle"?: any;
|
|
2688
|
+
"text-neutrals-subtle-active"?: any;
|
|
2689
|
+
"text-neutrals-subtle-hover"?: any;
|
|
2690
|
+
"text-primary"?: any;
|
|
2691
|
+
"text-primary-active"?: any;
|
|
2692
|
+
"text-primary-hover"?: any;
|
|
2693
|
+
"text-primary-inverted"?: any;
|
|
2694
|
+
"text-primary-inverted-subtle"?: any;
|
|
2695
|
+
"text-primary-selected"?: any;
|
|
2696
|
+
"text-success"?: any;
|
|
2697
|
+
"text-success-active"?: any;
|
|
2698
|
+
"text-success-hover"?: any;
|
|
2699
|
+
"text-success-inverted"?: any;
|
|
2700
|
+
"text-warning"?: any;
|
|
2701
|
+
"text-warning-subtle"?: any;
|
|
2702
|
+
};
|
|
2703
|
+
'font-sizes': {
|
|
2704
|
+
readonly 125: "0.625rem";
|
|
2705
|
+
readonly 150: "0.75rem";
|
|
2706
|
+
readonly 175: "0.875rem";
|
|
2707
|
+
readonly 200: "1rem";
|
|
2708
|
+
readonly 225: "1.125rem";
|
|
2709
|
+
readonly 250: "1.25rem";
|
|
2710
|
+
readonly 300: "1.5rem";
|
|
2711
|
+
readonly 400: "2rem";
|
|
2712
|
+
readonly 500: "2.5rem";
|
|
2713
|
+
readonly 600: "3rem";
|
|
2714
|
+
readonly 800: "4rem";
|
|
2715
|
+
readonly 900: "4.5rem";
|
|
2716
|
+
};
|
|
2717
|
+
fonts: {
|
|
2718
|
+
readonly heading: "Roobert, sans-serif";
|
|
2719
|
+
readonly body: "Open Sans, sans-serif";
|
|
2720
|
+
};
|
|
2721
|
+
radii: {
|
|
2722
|
+
readonly 0: "0px";
|
|
2723
|
+
readonly 25: "2px";
|
|
2724
|
+
readonly 50: "4px";
|
|
2725
|
+
readonly 75: "6px";
|
|
2726
|
+
readonly 100: "8px";
|
|
2727
|
+
readonly 200: "16px";
|
|
2728
|
+
readonly round: "999px";
|
|
2729
|
+
};
|
|
2730
|
+
shadows: {
|
|
2731
|
+
100: any;
|
|
2732
|
+
50: any;
|
|
2733
|
+
"focus-small": any;
|
|
2734
|
+
"focus-small-outline": any;
|
|
2735
|
+
"focus-large": any;
|
|
2736
|
+
"focus-controls": any;
|
|
2737
|
+
"focus-small-error": any;
|
|
2738
|
+
"focus-controls-error": any;
|
|
2739
|
+
"focus-controls-success": any;
|
|
2740
|
+
};
|
|
2741
|
+
sizes: {
|
|
2742
|
+
readonly number: string;
|
|
2743
|
+
readonly 'icon-200': "16px";
|
|
2744
|
+
readonly 'icon-300': "24px";
|
|
2745
|
+
readonly 'icon-400': "32px";
|
|
2746
|
+
};
|
|
2747
|
+
space: {
|
|
2748
|
+
readonly 0: "0px";
|
|
2749
|
+
readonly 25: "2px";
|
|
2750
|
+
readonly 50: "4px";
|
|
2751
|
+
readonly 100: "8px";
|
|
2752
|
+
readonly 150: "12px";
|
|
2753
|
+
readonly 200: "16px";
|
|
2754
|
+
readonly 300: "24px";
|
|
2755
|
+
readonly 400: "32px";
|
|
2756
|
+
readonly 500: "40px";
|
|
2757
|
+
readonly 600: "48px";
|
|
2758
|
+
readonly 700: "56px";
|
|
2759
|
+
readonly 800: "64px";
|
|
2760
|
+
readonly 1200: "96px";
|
|
2761
|
+
readonly 1600: "128px";
|
|
2762
|
+
};
|
|
2763
|
+
'stroke-width': {
|
|
2764
|
+
readonly thin: "1.5px";
|
|
2765
|
+
readonly normal: "2px";
|
|
2766
|
+
readonly bold: "4px";
|
|
2767
|
+
};
|
|
2768
|
+
'z-indices': {
|
|
2769
|
+
readonly dropdownMenu: 100;
|
|
2770
|
+
readonly select: 200;
|
|
2771
|
+
readonly popover: 300;
|
|
2772
|
+
readonly tooltip: 400;
|
|
2773
|
+
};
|
|
2774
|
+
}, {
|
|
2775
|
+
readonly background: "colors";
|
|
2776
|
+
readonly backgroundColor: "colors";
|
|
2777
|
+
readonly backgroundImage: "colors";
|
|
2778
|
+
readonly blockSize: "sizes";
|
|
2779
|
+
readonly border: "colors";
|
|
2780
|
+
readonly borderBlock: "colors";
|
|
2781
|
+
readonly borderBlockEnd: "colors";
|
|
2782
|
+
readonly borderBlockStart: "colors";
|
|
2783
|
+
readonly borderBottom: "colors";
|
|
2784
|
+
readonly borderBottomColor: "colors";
|
|
2785
|
+
readonly borderBottomLeftRadius: "radii";
|
|
2786
|
+
readonly borderBottomRightRadius: "radii";
|
|
2787
|
+
readonly borderBottomStyle: "border-styles";
|
|
2788
|
+
readonly borderBottomWidth: "border-widths";
|
|
2789
|
+
readonly borderColor: "colors";
|
|
2790
|
+
readonly borderImage: "colors";
|
|
2791
|
+
readonly borderInline: "colors";
|
|
2792
|
+
readonly borderInlineEnd: "colors";
|
|
2793
|
+
readonly borderInlineStart: "colors";
|
|
2794
|
+
readonly borderLeft: "colors";
|
|
2795
|
+
readonly borderLeftColor: "colors";
|
|
2796
|
+
readonly borderLeftStyle: "border-styles";
|
|
2797
|
+
readonly borderLeftWidth: "border-widths";
|
|
2798
|
+
readonly borderRadius: "radii";
|
|
2799
|
+
readonly borderRight: "colors";
|
|
2800
|
+
readonly borderRightColor: "colors";
|
|
2801
|
+
readonly borderRightStyle: "border-styles";
|
|
2802
|
+
readonly borderRightWidth: "border-widths";
|
|
2803
|
+
readonly borderSpacing: "space";
|
|
2804
|
+
readonly borderStyle: "border-styles";
|
|
2805
|
+
readonly borderTop: "colors";
|
|
2806
|
+
readonly borderTopColor: "colors";
|
|
2807
|
+
readonly borderTopLeftRadius: "radii";
|
|
2808
|
+
readonly borderTopRightRadius: "radii";
|
|
2809
|
+
readonly borderTopStyle: "border-styles";
|
|
2810
|
+
readonly borderTopWidth: "border-widths";
|
|
2811
|
+
readonly borderWidth: "border-widths";
|
|
2812
|
+
readonly bottom: "space";
|
|
2813
|
+
readonly boxShadow: "shadows";
|
|
2814
|
+
readonly caretColor: "colors";
|
|
2815
|
+
readonly color: "colors";
|
|
2816
|
+
readonly columnGap: "space";
|
|
2817
|
+
readonly columnRuleColor: "colors";
|
|
2818
|
+
readonly fill: "colors";
|
|
2819
|
+
readonly flexBasis: "sizes";
|
|
2820
|
+
readonly fontFamily: "fonts";
|
|
2821
|
+
readonly fontSize: "font-sizes";
|
|
2822
|
+
readonly fontWeight: "font-weights";
|
|
2823
|
+
readonly gap: "space";
|
|
2824
|
+
readonly gridColumnGap: "space";
|
|
2825
|
+
readonly gridGap: "space";
|
|
2826
|
+
readonly gridRowGap: "space";
|
|
2827
|
+
readonly gridTemplateColumns: "sizes";
|
|
2828
|
+
readonly gridTemplateRows: "sizes";
|
|
2829
|
+
readonly height: "sizes";
|
|
2830
|
+
readonly inlineSize: "sizes";
|
|
2831
|
+
readonly inset: "space";
|
|
2832
|
+
readonly insetBlock: "space";
|
|
2833
|
+
readonly insetBlockEnd: "space";
|
|
2834
|
+
readonly insetBlockStart: "space";
|
|
2835
|
+
readonly insetInline: "space";
|
|
2836
|
+
readonly insetInlineEnd: "space";
|
|
2837
|
+
readonly insetInlineStart: "space";
|
|
2838
|
+
readonly left: "space";
|
|
2839
|
+
readonly letterSpacing: "letter-spacings";
|
|
2840
|
+
readonly lineHeight: "line-heights";
|
|
2841
|
+
readonly margin: "space";
|
|
2842
|
+
readonly marginBlock: "space";
|
|
2843
|
+
readonly marginBlockEnd: "space";
|
|
2844
|
+
readonly marginBlockStart: "space";
|
|
2845
|
+
readonly marginBottom: "space";
|
|
2846
|
+
readonly marginInline: "space";
|
|
2847
|
+
readonly marginInlineEnd: "space";
|
|
2848
|
+
readonly marginInlineStart: "space";
|
|
2849
|
+
readonly marginLeft: "space";
|
|
2850
|
+
readonly marginRight: "space";
|
|
2851
|
+
readonly marginTop: "space";
|
|
2852
|
+
readonly maxBlockSize: "sizes";
|
|
2853
|
+
readonly maxHeight: "sizes";
|
|
2854
|
+
readonly maxInlineSize: "sizes";
|
|
2855
|
+
readonly maxWidth: "sizes";
|
|
2856
|
+
readonly minBlockSize: "sizes";
|
|
2857
|
+
readonly minHeight: "sizes";
|
|
2858
|
+
readonly minInlineSize: "sizes";
|
|
2859
|
+
readonly minWidth: "sizes";
|
|
2860
|
+
readonly outline: "colors";
|
|
2861
|
+
readonly outlineColor: "colors";
|
|
2862
|
+
readonly padding: "space";
|
|
2863
|
+
readonly paddingBlock: "space";
|
|
2864
|
+
readonly paddingBlockEnd: "space";
|
|
2865
|
+
readonly paddingBlockStart: "space";
|
|
2866
|
+
readonly paddingBottom: "space";
|
|
2867
|
+
readonly paddingInline: "space";
|
|
2868
|
+
readonly paddingInlineEnd: "space";
|
|
2869
|
+
readonly paddingInlineStart: "space";
|
|
2870
|
+
readonly paddingLeft: "space";
|
|
2871
|
+
readonly paddingRight: "space";
|
|
2872
|
+
readonly paddingTop: "space";
|
|
2873
|
+
readonly right: "space";
|
|
2874
|
+
readonly rowGap: "space";
|
|
2875
|
+
readonly scrollMargin: "space";
|
|
2876
|
+
readonly scrollMarginBlock: "space";
|
|
2877
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2878
|
+
readonly scrollMarginBlockStart: "space";
|
|
2879
|
+
readonly scrollMarginBottom: "space";
|
|
2880
|
+
readonly scrollMarginInline: "space";
|
|
2881
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2882
|
+
readonly scrollMarginInlineStart: "space";
|
|
2883
|
+
readonly scrollMarginLeft: "space";
|
|
2884
|
+
readonly scrollMarginRight: "space";
|
|
2885
|
+
readonly scrollMarginTop: "space";
|
|
2886
|
+
readonly scrollPadding: "space";
|
|
2887
|
+
readonly scrollPaddingBlock: "space";
|
|
2888
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2889
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2890
|
+
readonly scrollPaddingBottom: "space";
|
|
2891
|
+
readonly scrollPaddingInline: "space";
|
|
2892
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2893
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2894
|
+
readonly scrollPaddingLeft: "space";
|
|
2895
|
+
readonly scrollPaddingRight: "space";
|
|
2896
|
+
readonly scrollPaddingTop: "space";
|
|
2897
|
+
readonly stroke: "colors";
|
|
2898
|
+
readonly strokeWidth: "stroke-width";
|
|
2899
|
+
readonly textDecorationColor: "colors";
|
|
2900
|
+
readonly textShadow: "shadows";
|
|
2901
|
+
readonly top: "space";
|
|
2902
|
+
readonly transition: "transitions";
|
|
2903
|
+
readonly width: "sizes";
|
|
2904
|
+
readonly zIndex: "z-indices";
|
|
2905
|
+
}, {
|
|
2906
|
+
paddingX: (value: {
|
|
2907
|
+
readonly [$$PropertyValue]: "padding";
|
|
2908
|
+
}) => {
|
|
2909
|
+
paddingLeft: {
|
|
2910
|
+
readonly [$$PropertyValue]: "padding";
|
|
2911
|
+
};
|
|
2912
|
+
paddingRight: {
|
|
2913
|
+
readonly [$$PropertyValue]: "padding";
|
|
2914
|
+
};
|
|
2915
|
+
};
|
|
2916
|
+
paddingY: (value: {
|
|
2917
|
+
readonly [$$PropertyValue]: "padding";
|
|
2918
|
+
}) => {
|
|
2919
|
+
paddingTop: {
|
|
2920
|
+
readonly [$$PropertyValue]: "padding";
|
|
2921
|
+
};
|
|
2922
|
+
paddingBottom: {
|
|
2923
|
+
readonly [$$PropertyValue]: "padding";
|
|
2924
|
+
};
|
|
2925
|
+
};
|
|
2926
|
+
marginX: (value: {
|
|
2927
|
+
readonly [$$PropertyValue]: "margin";
|
|
2928
|
+
}) => {
|
|
2929
|
+
marginLeft: {
|
|
2930
|
+
readonly [$$PropertyValue]: "margin";
|
|
2931
|
+
};
|
|
2932
|
+
marginRight: {
|
|
2933
|
+
readonly [$$PropertyValue]: "margin";
|
|
2934
|
+
};
|
|
2935
|
+
};
|
|
2936
|
+
marginY: (value: {
|
|
2937
|
+
readonly [$$PropertyValue]: "margin";
|
|
2938
|
+
}) => {
|
|
2939
|
+
marginTop: {
|
|
2940
|
+
readonly [$$PropertyValue]: "margin";
|
|
2941
|
+
};
|
|
2942
|
+
marginBottom: {
|
|
2943
|
+
readonly [$$PropertyValue]: "margin";
|
|
2944
|
+
};
|
|
2945
|
+
};
|
|
2946
|
+
square: (value: {
|
|
2947
|
+
readonly [$$PropertyValue]: "width";
|
|
2948
|
+
}) => {
|
|
2949
|
+
width: {
|
|
2950
|
+
readonly [$$PropertyValue]: "width";
|
|
2951
|
+
};
|
|
2952
|
+
height: {
|
|
2953
|
+
readonly [$$PropertyValue]: "width";
|
|
2954
|
+
};
|
|
2955
|
+
};
|
|
2956
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2957
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2958
|
+
};
|
|
2959
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "ref"> | Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"button">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
2960
|
+
'border-widths': {
|
|
2961
|
+
readonly none: 0;
|
|
2962
|
+
readonly sm: "1px";
|
|
2963
|
+
readonly md: "2px";
|
|
2964
|
+
readonly lg: "4px";
|
|
2965
|
+
};
|
|
2966
|
+
colors: {
|
|
2967
|
+
readonly black: any;
|
|
2968
|
+
readonly 'blue-50': any;
|
|
2969
|
+
readonly 'blue-100': any;
|
|
2970
|
+
readonly 'blue-150': any;
|
|
2971
|
+
readonly 'blue-200': any;
|
|
2972
|
+
readonly 'blue-250': any;
|
|
2973
|
+
readonly 'blue-300': any;
|
|
2974
|
+
readonly 'blue-350': any;
|
|
2975
|
+
readonly 'blue-400': any;
|
|
2976
|
+
readonly 'blue-450': any;
|
|
2977
|
+
readonly 'blue-500': any;
|
|
2978
|
+
readonly 'blue-550': any;
|
|
2979
|
+
readonly 'blue-600': any;
|
|
2980
|
+
readonly 'blue-650': any;
|
|
2981
|
+
readonly 'blue-700': any;
|
|
2982
|
+
readonly 'blue-750': any;
|
|
2983
|
+
readonly 'blue-800': any;
|
|
2984
|
+
readonly 'blue-850': any;
|
|
2985
|
+
readonly 'blue-900': any;
|
|
2986
|
+
readonly 'blue-950': any;
|
|
2987
|
+
readonly 'gray-50': any;
|
|
2988
|
+
readonly 'gray-100': any;
|
|
2989
|
+
readonly 'gray-150': any;
|
|
2990
|
+
readonly 'gray-200': any;
|
|
2991
|
+
readonly 'gray-250': any;
|
|
2992
|
+
readonly 'gray-300': any;
|
|
2993
|
+
readonly 'gray-350': any;
|
|
2994
|
+
readonly 'gray-400': any;
|
|
2995
|
+
readonly 'gray-450': any;
|
|
2996
|
+
readonly 'gray-500': any;
|
|
2997
|
+
readonly 'gray-550': any;
|
|
2998
|
+
readonly 'gray-600': any;
|
|
2999
|
+
readonly 'gray-650': any;
|
|
3000
|
+
readonly 'gray-700': any;
|
|
3001
|
+
readonly 'gray-750': any;
|
|
3002
|
+
readonly 'gray-800': any;
|
|
3003
|
+
readonly 'gray-850': any;
|
|
3004
|
+
readonly 'gray-900': any;
|
|
3005
|
+
readonly 'gray-950': any;
|
|
3006
|
+
readonly 'green-50': any;
|
|
3007
|
+
readonly 'green-100': any;
|
|
3008
|
+
readonly 'green-150': any;
|
|
3009
|
+
readonly 'green-200': any;
|
|
3010
|
+
readonly 'green-250': any;
|
|
3011
|
+
readonly 'green-300': any;
|
|
3012
|
+
readonly 'green-350': any;
|
|
3013
|
+
readonly 'green-400': any;
|
|
3014
|
+
readonly 'green-450': any;
|
|
3015
|
+
readonly 'green-500': any;
|
|
3016
|
+
readonly 'green-550': any;
|
|
3017
|
+
readonly 'green-600': any;
|
|
3018
|
+
readonly 'green-650': any;
|
|
3019
|
+
readonly 'green-700': any;
|
|
3020
|
+
readonly 'green-750': any;
|
|
3021
|
+
readonly 'green-800': any;
|
|
3022
|
+
readonly 'green-850': any;
|
|
3023
|
+
readonly 'green-900': any;
|
|
3024
|
+
readonly 'green-950': any;
|
|
3025
|
+
readonly 'red-50': any;
|
|
3026
|
+
readonly 'red-100': any;
|
|
3027
|
+
readonly 'red-150': any;
|
|
3028
|
+
readonly 'red-200': any;
|
|
3029
|
+
readonly 'red-250': any;
|
|
3030
|
+
readonly 'red-300': any;
|
|
3031
|
+
readonly 'red-350': any;
|
|
3032
|
+
readonly 'red-400': any;
|
|
3033
|
+
readonly 'red-450': any;
|
|
3034
|
+
readonly 'red-500': any;
|
|
3035
|
+
readonly 'red-550': any;
|
|
3036
|
+
readonly 'red-600': any;
|
|
3037
|
+
readonly 'red-650': any;
|
|
3038
|
+
readonly 'red-700': any;
|
|
3039
|
+
readonly 'red-750': any;
|
|
3040
|
+
readonly 'red-800': any;
|
|
3041
|
+
readonly 'red-850': any;
|
|
3042
|
+
readonly 'red-900': any;
|
|
3043
|
+
readonly 'red-950': any;
|
|
3044
|
+
readonly transparent: any;
|
|
3045
|
+
readonly white: any;
|
|
3046
|
+
readonly 'yellow-50': any;
|
|
3047
|
+
readonly 'yellow-100': any;
|
|
3048
|
+
readonly 'yellow-150': any;
|
|
3049
|
+
readonly 'yellow-200': any;
|
|
3050
|
+
readonly 'yellow-250': any;
|
|
3051
|
+
readonly 'yellow-300': any;
|
|
3052
|
+
readonly 'yellow-350': any;
|
|
3053
|
+
readonly 'yellow-400': any;
|
|
3054
|
+
readonly 'yellow-450': any;
|
|
3055
|
+
readonly 'yellow-500': any;
|
|
3056
|
+
readonly 'yellow-550': any;
|
|
3057
|
+
readonly 'yellow-600': any;
|
|
3058
|
+
readonly 'yellow-650': any;
|
|
3059
|
+
readonly 'yellow-700': any;
|
|
3060
|
+
readonly 'yellow-750': any;
|
|
3061
|
+
readonly 'yellow-800': any;
|
|
3062
|
+
readonly 'yellow-850': any;
|
|
3063
|
+
readonly 'yellow-900': any;
|
|
3064
|
+
readonly 'yellow-950': any;
|
|
3065
|
+
"background-alpha-active"?: any;
|
|
3066
|
+
"background-alpha-hover"?: any;
|
|
3067
|
+
"background-danger-prominent"?: any;
|
|
3068
|
+
"background-danger-prominent-active"?: any;
|
|
3069
|
+
"background-danger-prominent-hover"?: any;
|
|
3070
|
+
"background-danger-subtle"?: any;
|
|
3071
|
+
"background-danger-subtle-active"?: any;
|
|
3072
|
+
"background-danger-subtle-hover"?: any;
|
|
3073
|
+
"background-neutrals"?: any;
|
|
3074
|
+
"background-neutrals-active"?: any;
|
|
3075
|
+
"background-neutrals-container"?: any;
|
|
3076
|
+
"background-neutrals-controls-disabled"?: any;
|
|
3077
|
+
"background-neutrals-disabled"?: any;
|
|
3078
|
+
"background-neutrals-hover"?: any;
|
|
3079
|
+
"background-neutrals-inactive"?: any;
|
|
3080
|
+
"background-neutrals-inactive-hover"?: any;
|
|
3081
|
+
"background-neutrals-inverted"?: any;
|
|
3082
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
3083
|
+
"background-neutrals-page"?: any;
|
|
3084
|
+
"background-neutrals-page-subtle"?: any;
|
|
3085
|
+
"background-neutrals-scrollbar"?: any;
|
|
3086
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
3087
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
3088
|
+
"background-neutrals-subtle"?: any;
|
|
3089
|
+
"background-neutrals-subtle-active"?: any;
|
|
3090
|
+
"background-neutrals-subtle-hover"?: any;
|
|
3091
|
+
"background-primary-prominent"?: any;
|
|
3092
|
+
"background-primary-prominent-active"?: any;
|
|
3093
|
+
"background-primary-prominent-hover"?: any;
|
|
3094
|
+
"background-primary-prominent-selected"?: any;
|
|
3095
|
+
"background-primary-subtle"?: any;
|
|
3096
|
+
"background-primary-subtle-active"?: any;
|
|
3097
|
+
"background-primary-subtle-hover"?: any;
|
|
3098
|
+
"background-primary-subtle-selected"?: any;
|
|
3099
|
+
"background-success"?: any;
|
|
3100
|
+
"background-success-prominent"?: any;
|
|
3101
|
+
"background-success-prominent-active"?: any;
|
|
3102
|
+
"background-success-prominent-hover"?: any;
|
|
3103
|
+
"background-warning-prominent"?: any;
|
|
3104
|
+
"background-warning-subtle"?: any;
|
|
3105
|
+
"border-danger"?: any;
|
|
3106
|
+
"border-danger-active"?: any;
|
|
3107
|
+
"border-danger-hover"?: any;
|
|
3108
|
+
"border-focus-error-inner"?: any;
|
|
3109
|
+
"border-focus-error-middle"?: any;
|
|
3110
|
+
"border-focus-error-outer"?: any;
|
|
3111
|
+
"border-focus-inner"?: any;
|
|
3112
|
+
"border-focus-middle"?: any;
|
|
3113
|
+
"border-focus-outer"?: any;
|
|
3114
|
+
"border-focus-success-inner"?: any;
|
|
3115
|
+
"border-focus-success-middle"?: any;
|
|
3116
|
+
"border-focus-success-outer"?: any;
|
|
3117
|
+
"border-neutrals"?: any;
|
|
3118
|
+
"border-neutrals-active"?: any;
|
|
3119
|
+
"border-neutrals-controls"?: any;
|
|
3120
|
+
"border-neutrals-controls-disabled"?: any;
|
|
3121
|
+
"border-neutrals-disabled"?: any;
|
|
3122
|
+
"border-neutrals-hover"?: any;
|
|
3123
|
+
"border-neutrals-inverted"?: any;
|
|
3124
|
+
"border-neutrals-subtle"?: any;
|
|
3125
|
+
"border-neutrals-text"?: any;
|
|
3126
|
+
"border-neutrals-text-active"?: any;
|
|
3127
|
+
"border-neutrals-text-hover"?: any;
|
|
3128
|
+
"border-neutrals-text-subtle"?: any;
|
|
3129
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
3130
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
3131
|
+
"border-neutrals-transparent"?: any;
|
|
3132
|
+
"border-primary"?: any;
|
|
3133
|
+
"border-primary-active"?: any;
|
|
3134
|
+
"border-primary-hover"?: any;
|
|
3135
|
+
"border-primary-inverted"?: any;
|
|
3136
|
+
"border-success"?: any;
|
|
3137
|
+
"border-success-active"?: any;
|
|
3138
|
+
"border-success-hover"?: any;
|
|
3139
|
+
"border-warning"?: any;
|
|
3140
|
+
"icon-danger"?: any;
|
|
3141
|
+
"icon-danger-active"?: any;
|
|
3142
|
+
"icon-danger-hover"?: any;
|
|
3143
|
+
"icon-danger-inverted"?: any;
|
|
3144
|
+
"icon-neutrals"?: any;
|
|
3145
|
+
"icon-neutrals-disabled"?: any;
|
|
3146
|
+
"icon-neutrals-inactive"?: any;
|
|
3147
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
3148
|
+
"icon-neutrals-inverted"?: any;
|
|
3149
|
+
"icon-neutrals-search"?: any;
|
|
3150
|
+
"icon-neutrals-subtle"?: any;
|
|
3151
|
+
"icon-neutrals-text"?: any;
|
|
3152
|
+
"icon-primary"?: any;
|
|
3153
|
+
"icon-primary-active"?: any;
|
|
3154
|
+
"icon-primary-hover"?: any;
|
|
3155
|
+
"icon-primary-inverted"?: any;
|
|
3156
|
+
"icon-primary-selected"?: any;
|
|
3157
|
+
"icon-success"?: any;
|
|
3158
|
+
"icon-success-active"?: any;
|
|
3159
|
+
"icon-success-hover"?: any;
|
|
3160
|
+
"icon-success-inverted"?: any;
|
|
3161
|
+
"icon-warning"?: any;
|
|
3162
|
+
"icon-warning-prominent"?: any;
|
|
3163
|
+
"icon-warning-subtle"?: any;
|
|
3164
|
+
"text-danger"?: any;
|
|
3165
|
+
"text-danger-active"?: any;
|
|
3166
|
+
"text-danger-hover"?: any;
|
|
3167
|
+
"text-danger-inverted"?: any;
|
|
3168
|
+
"text-neutrals"?: any;
|
|
3169
|
+
"text-neutrals-active"?: any;
|
|
3170
|
+
"text-neutrals-disabled"?: any;
|
|
3171
|
+
"text-neutrals-hover"?: any;
|
|
3172
|
+
"text-neutrals-inverted"?: any;
|
|
3173
|
+
"text-neutrals-placeholder"?: any;
|
|
3174
|
+
"text-neutrals-placeholder-only"?: any;
|
|
3175
|
+
"text-neutrals-subtle"?: any;
|
|
3176
|
+
"text-neutrals-subtle-active"?: any;
|
|
3177
|
+
"text-neutrals-subtle-hover"?: any;
|
|
3178
|
+
"text-primary"?: any;
|
|
3179
|
+
"text-primary-active"?: any;
|
|
3180
|
+
"text-primary-hover"?: any;
|
|
3181
|
+
"text-primary-inverted"?: any;
|
|
3182
|
+
"text-primary-inverted-subtle"?: any;
|
|
3183
|
+
"text-primary-selected"?: any;
|
|
3184
|
+
"text-success"?: any;
|
|
3185
|
+
"text-success-active"?: any;
|
|
3186
|
+
"text-success-hover"?: any;
|
|
3187
|
+
"text-success-inverted"?: any;
|
|
3188
|
+
"text-warning"?: any;
|
|
3189
|
+
"text-warning-subtle"?: any;
|
|
3190
|
+
};
|
|
3191
|
+
'font-sizes': {
|
|
3192
|
+
readonly 125: "0.625rem";
|
|
3193
|
+
readonly 150: "0.75rem";
|
|
3194
|
+
readonly 175: "0.875rem";
|
|
3195
|
+
readonly 200: "1rem";
|
|
3196
|
+
readonly 225: "1.125rem";
|
|
3197
|
+
readonly 250: "1.25rem";
|
|
3198
|
+
readonly 300: "1.5rem";
|
|
3199
|
+
readonly 400: "2rem";
|
|
3200
|
+
readonly 500: "2.5rem";
|
|
3201
|
+
readonly 600: "3rem";
|
|
3202
|
+
readonly 800: "4rem";
|
|
3203
|
+
readonly 900: "4.5rem";
|
|
3204
|
+
};
|
|
3205
|
+
fonts: {
|
|
3206
|
+
readonly heading: "Roobert, sans-serif";
|
|
3207
|
+
readonly body: "Open Sans, sans-serif";
|
|
3208
|
+
};
|
|
3209
|
+
radii: {
|
|
3210
|
+
readonly 0: "0px";
|
|
3211
|
+
readonly 25: "2px";
|
|
3212
|
+
readonly 50: "4px";
|
|
3213
|
+
readonly 75: "6px";
|
|
3214
|
+
readonly 100: "8px";
|
|
3215
|
+
readonly 200: "16px";
|
|
3216
|
+
readonly round: "999px";
|
|
3217
|
+
};
|
|
3218
|
+
shadows: {
|
|
3219
|
+
100: any;
|
|
3220
|
+
50: any;
|
|
3221
|
+
"focus-small": any;
|
|
3222
|
+
"focus-small-outline": any;
|
|
3223
|
+
"focus-large": any;
|
|
3224
|
+
"focus-controls": any;
|
|
3225
|
+
"focus-small-error": any;
|
|
3226
|
+
"focus-controls-error": any;
|
|
3227
|
+
"focus-controls-success": any;
|
|
3228
|
+
};
|
|
3229
|
+
sizes: {
|
|
3230
|
+
readonly number: string;
|
|
3231
|
+
readonly 'icon-200': "16px";
|
|
3232
|
+
readonly 'icon-300': "24px";
|
|
3233
|
+
readonly 'icon-400': "32px";
|
|
3234
|
+
};
|
|
3235
|
+
space: {
|
|
3236
|
+
readonly 0: "0px";
|
|
3237
|
+
readonly 25: "2px";
|
|
3238
|
+
readonly 50: "4px";
|
|
3239
|
+
readonly 100: "8px";
|
|
3240
|
+
readonly 150: "12px";
|
|
3241
|
+
readonly 200: "16px";
|
|
3242
|
+
readonly 300: "24px";
|
|
3243
|
+
readonly 400: "32px";
|
|
3244
|
+
readonly 500: "40px";
|
|
3245
|
+
readonly 600: "48px";
|
|
3246
|
+
readonly 700: "56px";
|
|
3247
|
+
readonly 800: "64px";
|
|
3248
|
+
readonly 1200: "96px";
|
|
3249
|
+
readonly 1600: "128px";
|
|
3250
|
+
};
|
|
3251
|
+
'stroke-width': {
|
|
3252
|
+
readonly thin: "1.5px";
|
|
3253
|
+
readonly normal: "2px";
|
|
3254
|
+
readonly bold: "4px";
|
|
3255
|
+
};
|
|
3256
|
+
'z-indices': {
|
|
3257
|
+
readonly dropdownMenu: 100;
|
|
3258
|
+
readonly select: 200;
|
|
3259
|
+
readonly popover: 300;
|
|
3260
|
+
readonly tooltip: 400;
|
|
3261
|
+
};
|
|
3262
|
+
}, {
|
|
3263
|
+
readonly background: "colors";
|
|
3264
|
+
readonly backgroundColor: "colors";
|
|
3265
|
+
readonly backgroundImage: "colors";
|
|
3266
|
+
readonly blockSize: "sizes";
|
|
3267
|
+
readonly border: "colors";
|
|
3268
|
+
readonly borderBlock: "colors";
|
|
3269
|
+
readonly borderBlockEnd: "colors";
|
|
3270
|
+
readonly borderBlockStart: "colors";
|
|
3271
|
+
readonly borderBottom: "colors";
|
|
3272
|
+
readonly borderBottomColor: "colors";
|
|
3273
|
+
readonly borderBottomLeftRadius: "radii";
|
|
3274
|
+
readonly borderBottomRightRadius: "radii";
|
|
3275
|
+
readonly borderBottomStyle: "border-styles";
|
|
3276
|
+
readonly borderBottomWidth: "border-widths";
|
|
3277
|
+
readonly borderColor: "colors";
|
|
3278
|
+
readonly borderImage: "colors";
|
|
3279
|
+
readonly borderInline: "colors";
|
|
3280
|
+
readonly borderInlineEnd: "colors";
|
|
3281
|
+
readonly borderInlineStart: "colors";
|
|
3282
|
+
readonly borderLeft: "colors";
|
|
3283
|
+
readonly borderLeftColor: "colors";
|
|
3284
|
+
readonly borderLeftStyle: "border-styles";
|
|
3285
|
+
readonly borderLeftWidth: "border-widths";
|
|
3286
|
+
readonly borderRadius: "radii";
|
|
3287
|
+
readonly borderRight: "colors";
|
|
3288
|
+
readonly borderRightColor: "colors";
|
|
3289
|
+
readonly borderRightStyle: "border-styles";
|
|
3290
|
+
readonly borderRightWidth: "border-widths";
|
|
3291
|
+
readonly borderSpacing: "space";
|
|
3292
|
+
readonly borderStyle: "border-styles";
|
|
3293
|
+
readonly borderTop: "colors";
|
|
3294
|
+
readonly borderTopColor: "colors";
|
|
3295
|
+
readonly borderTopLeftRadius: "radii";
|
|
3296
|
+
readonly borderTopRightRadius: "radii";
|
|
3297
|
+
readonly borderTopStyle: "border-styles";
|
|
3298
|
+
readonly borderTopWidth: "border-widths";
|
|
3299
|
+
readonly borderWidth: "border-widths";
|
|
3300
|
+
readonly bottom: "space";
|
|
3301
|
+
readonly boxShadow: "shadows";
|
|
3302
|
+
readonly caretColor: "colors";
|
|
3303
|
+
readonly color: "colors";
|
|
3304
|
+
readonly columnGap: "space";
|
|
3305
|
+
readonly columnRuleColor: "colors";
|
|
3306
|
+
readonly fill: "colors";
|
|
3307
|
+
readonly flexBasis: "sizes";
|
|
3308
|
+
readonly fontFamily: "fonts";
|
|
3309
|
+
readonly fontSize: "font-sizes";
|
|
3310
|
+
readonly fontWeight: "font-weights";
|
|
3311
|
+
readonly gap: "space";
|
|
3312
|
+
readonly gridColumnGap: "space";
|
|
3313
|
+
readonly gridGap: "space";
|
|
3314
|
+
readonly gridRowGap: "space";
|
|
3315
|
+
readonly gridTemplateColumns: "sizes";
|
|
3316
|
+
readonly gridTemplateRows: "sizes";
|
|
3317
|
+
readonly height: "sizes";
|
|
3318
|
+
readonly inlineSize: "sizes";
|
|
3319
|
+
readonly inset: "space";
|
|
3320
|
+
readonly insetBlock: "space";
|
|
3321
|
+
readonly insetBlockEnd: "space";
|
|
3322
|
+
readonly insetBlockStart: "space";
|
|
3323
|
+
readonly insetInline: "space";
|
|
3324
|
+
readonly insetInlineEnd: "space";
|
|
3325
|
+
readonly insetInlineStart: "space";
|
|
3326
|
+
readonly left: "space";
|
|
3327
|
+
readonly letterSpacing: "letter-spacings";
|
|
3328
|
+
readonly lineHeight: "line-heights";
|
|
3329
|
+
readonly margin: "space";
|
|
3330
|
+
readonly marginBlock: "space";
|
|
3331
|
+
readonly marginBlockEnd: "space";
|
|
3332
|
+
readonly marginBlockStart: "space";
|
|
3333
|
+
readonly marginBottom: "space";
|
|
3334
|
+
readonly marginInline: "space";
|
|
3335
|
+
readonly marginInlineEnd: "space";
|
|
3336
|
+
readonly marginInlineStart: "space";
|
|
3337
|
+
readonly marginLeft: "space";
|
|
3338
|
+
readonly marginRight: "space";
|
|
3339
|
+
readonly marginTop: "space";
|
|
3340
|
+
readonly maxBlockSize: "sizes";
|
|
3341
|
+
readonly maxHeight: "sizes";
|
|
3342
|
+
readonly maxInlineSize: "sizes";
|
|
3343
|
+
readonly maxWidth: "sizes";
|
|
3344
|
+
readonly minBlockSize: "sizes";
|
|
3345
|
+
readonly minHeight: "sizes";
|
|
3346
|
+
readonly minInlineSize: "sizes";
|
|
3347
|
+
readonly minWidth: "sizes";
|
|
3348
|
+
readonly outline: "colors";
|
|
3349
|
+
readonly outlineColor: "colors";
|
|
3350
|
+
readonly padding: "space";
|
|
3351
|
+
readonly paddingBlock: "space";
|
|
3352
|
+
readonly paddingBlockEnd: "space";
|
|
3353
|
+
readonly paddingBlockStart: "space";
|
|
3354
|
+
readonly paddingBottom: "space";
|
|
3355
|
+
readonly paddingInline: "space";
|
|
3356
|
+
readonly paddingInlineEnd: "space";
|
|
3357
|
+
readonly paddingInlineStart: "space";
|
|
3358
|
+
readonly paddingLeft: "space";
|
|
3359
|
+
readonly paddingRight: "space";
|
|
3360
|
+
readonly paddingTop: "space";
|
|
3361
|
+
readonly right: "space";
|
|
3362
|
+
readonly rowGap: "space";
|
|
3363
|
+
readonly scrollMargin: "space";
|
|
3364
|
+
readonly scrollMarginBlock: "space";
|
|
3365
|
+
readonly scrollMarginBlockEnd: "space";
|
|
3366
|
+
readonly scrollMarginBlockStart: "space";
|
|
3367
|
+
readonly scrollMarginBottom: "space";
|
|
3368
|
+
readonly scrollMarginInline: "space";
|
|
3369
|
+
readonly scrollMarginInlineEnd: "space";
|
|
3370
|
+
readonly scrollMarginInlineStart: "space";
|
|
3371
|
+
readonly scrollMarginLeft: "space";
|
|
3372
|
+
readonly scrollMarginRight: "space";
|
|
3373
|
+
readonly scrollMarginTop: "space";
|
|
3374
|
+
readonly scrollPadding: "space";
|
|
3375
|
+
readonly scrollPaddingBlock: "space";
|
|
3376
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
3377
|
+
readonly scrollPaddingBlockStart: "space";
|
|
3378
|
+
readonly scrollPaddingBottom: "space";
|
|
3379
|
+
readonly scrollPaddingInline: "space";
|
|
3380
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
3381
|
+
readonly scrollPaddingInlineStart: "space";
|
|
3382
|
+
readonly scrollPaddingLeft: "space";
|
|
3383
|
+
readonly scrollPaddingRight: "space";
|
|
3384
|
+
readonly scrollPaddingTop: "space";
|
|
3385
|
+
readonly stroke: "colors";
|
|
3386
|
+
readonly strokeWidth: "stroke-width";
|
|
3387
|
+
readonly textDecorationColor: "colors";
|
|
3388
|
+
readonly textShadow: "shadows";
|
|
3389
|
+
readonly top: "space";
|
|
3390
|
+
readonly transition: "transitions";
|
|
3391
|
+
readonly width: "sizes";
|
|
3392
|
+
readonly zIndex: "z-indices";
|
|
3393
|
+
}, {
|
|
3394
|
+
paddingX: (value: {
|
|
3395
|
+
readonly [$$PropertyValue]: "padding";
|
|
3396
|
+
}) => {
|
|
3397
|
+
paddingLeft: {
|
|
853
3398
|
readonly [$$PropertyValue]: "padding";
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
3399
|
+
};
|
|
3400
|
+
paddingRight: {
|
|
3401
|
+
readonly [$$PropertyValue]: "padding";
|
|
3402
|
+
};
|
|
3403
|
+
};
|
|
3404
|
+
paddingY: (value: {
|
|
3405
|
+
readonly [$$PropertyValue]: "padding";
|
|
3406
|
+
}) => {
|
|
3407
|
+
paddingTop: {
|
|
863
3408
|
readonly [$$PropertyValue]: "padding";
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
3409
|
+
};
|
|
3410
|
+
paddingBottom: {
|
|
3411
|
+
readonly [$$PropertyValue]: "padding";
|
|
3412
|
+
};
|
|
3413
|
+
};
|
|
3414
|
+
marginX: (value: {
|
|
3415
|
+
readonly [$$PropertyValue]: "margin";
|
|
3416
|
+
}) => {
|
|
3417
|
+
marginLeft: {
|
|
873
3418
|
readonly [$$PropertyValue]: "margin";
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
readonly [$$PropertyValue]: "margin";
|
|
877
|
-
};
|
|
878
|
-
marginRight: {
|
|
879
|
-
readonly [$$PropertyValue]: "margin";
|
|
880
|
-
};
|
|
881
|
-
};
|
|
882
|
-
marginY: (value: {
|
|
3419
|
+
};
|
|
3420
|
+
marginRight: {
|
|
883
3421
|
readonly [$$PropertyValue]: "margin";
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
};
|
|
892
|
-
|
|
3422
|
+
};
|
|
3423
|
+
};
|
|
3424
|
+
marginY: (value: {
|
|
3425
|
+
readonly [$$PropertyValue]: "margin";
|
|
3426
|
+
}) => {
|
|
3427
|
+
marginTop: {
|
|
3428
|
+
readonly [$$PropertyValue]: "margin";
|
|
3429
|
+
};
|
|
3430
|
+
marginBottom: {
|
|
3431
|
+
readonly [$$PropertyValue]: "margin";
|
|
3432
|
+
};
|
|
3433
|
+
};
|
|
3434
|
+
square: (value: {
|
|
3435
|
+
readonly [$$PropertyValue]: "width";
|
|
3436
|
+
}) => {
|
|
3437
|
+
width: {
|
|
3438
|
+
readonly [$$PropertyValue]: "width";
|
|
3439
|
+
};
|
|
3440
|
+
height: {
|
|
893
3441
|
readonly [$$PropertyValue]: "width";
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
}> & {
|
|
904
|
-
children?: react.ReactNode;
|
|
905
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "size" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Tabs$1.TabsTriggerProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
906
|
-
size?: "small" | "normal" | undefined;
|
|
3442
|
+
};
|
|
3443
|
+
};
|
|
3444
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3445
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3446
|
+
};
|
|
3447
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react.AnchorHTMLAttributes<"a"> & {
|
|
3448
|
+
href: string;
|
|
3449
|
+
}, "ref">) & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, {
|
|
3450
|
+
size?: "medium" | "large" | "x-large" | undefined;
|
|
907
3451
|
}, {}>;
|
|
3452
|
+
declare type StyledTriggerProps = ComponentPropsWithRef<typeof TriggerStyled>;
|
|
908
3453
|
|
|
909
|
-
interface TabsProps extends Omit<
|
|
3454
|
+
interface TabsProps extends Omit<RadixTabs.TabsProps, 'onValueChange' | 'onChange'> {
|
|
910
3455
|
/**
|
|
911
|
-
* The value of the tab that should be active when initially rendered.
|
|
912
|
-
* state of the tabs.
|
|
3456
|
+
* The value of the tab that should be active when initially rendered.
|
|
3457
|
+
* Use when you do not need to control the state of the tabs.
|
|
913
3458
|
*/
|
|
914
3459
|
defaultValue?: string;
|
|
915
3460
|
/**
|
|
916
|
-
* The controlled value of the tab to activate.
|
|
3461
|
+
* The controlled value of the tab to activate.
|
|
3462
|
+
* Should be used in conjunction with onChange.
|
|
917
3463
|
*/
|
|
918
3464
|
value?: string;
|
|
919
3465
|
/**
|
|
920
3466
|
* Event handler called when the value changes.
|
|
921
|
-
* @param
|
|
3467
|
+
* @param id the value associated with the newly selected tab.
|
|
922
3468
|
*/
|
|
923
|
-
onChange?: (
|
|
3469
|
+
onChange?: (id: string) => void;
|
|
924
3470
|
/**
|
|
925
|
-
* The
|
|
926
|
-
* (horizontal) or on the left side, next to the content (vertical).
|
|
3471
|
+
* The tabs size.
|
|
927
3472
|
*/
|
|
928
|
-
|
|
3473
|
+
size?: StyledTriggerProps['size'];
|
|
929
3474
|
}
|
|
930
3475
|
declare const Tabs: react__default.ForwardRefExoticComponent<TabsProps> & Partials;
|
|
931
3476
|
interface Partials {
|
|
932
3477
|
List: typeof List;
|
|
933
3478
|
Trigger: typeof Trigger;
|
|
934
|
-
Content: typeof
|
|
3479
|
+
Content: typeof RadixTabs.Content;
|
|
3480
|
+
IconSlot: typeof IconSlot;
|
|
935
3481
|
}
|
|
936
3482
|
|
|
937
|
-
export { Tabs, TabsProps
|
|
3483
|
+
export { Tabs, TabsProps };
|