@mirohq/design-system-select 0.3.20 → 0.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +27 -3426
- package/package.json +9 -9
package/dist/types.d.ts
CHANGED
|
@@ -2,1490 +2,35 @@ import * as react from 'react';
|
|
|
2
2
|
import react__default, { ComponentPropsWithRef, ReactNode } from 'react';
|
|
3
3
|
import * as _radix_ui_react_select from '@radix-ui/react-select';
|
|
4
4
|
import { SelectPortalProps, Value as Value$1, SelectProps as SelectProps$2, Portal } from '@radix-ui/react-select';
|
|
5
|
+
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
6
|
+
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
5
7
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
6
8
|
import { StrictComponentProps } from '@mirohq/design-system-stitches';
|
|
7
|
-
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
8
|
-
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
9
|
-
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
10
9
|
import { HoverEvents } from '@react-types/shared';
|
|
11
10
|
import { CSSProperties } from '@stitches/react';
|
|
12
11
|
import { FormElementProps } from '@mirohq/design-system-base-form';
|
|
13
12
|
|
|
14
|
-
declare const StyledSelectContent: react.ForwardRefExoticComponent<Omit<Omit<
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
colors: {
|
|
22
|
-
readonly black: any;
|
|
23
|
-
readonly 'blue-50': any;
|
|
24
|
-
readonly 'blue-100': any;
|
|
25
|
-
readonly 'blue-150': any;
|
|
26
|
-
readonly 'blue-200': any;
|
|
27
|
-
readonly 'blue-250': any;
|
|
28
|
-
readonly 'blue-300': any;
|
|
29
|
-
readonly 'blue-350': any;
|
|
30
|
-
readonly 'blue-400': any;
|
|
31
|
-
readonly 'blue-450': any;
|
|
32
|
-
readonly 'blue-500': any;
|
|
33
|
-
readonly 'blue-550': any;
|
|
34
|
-
readonly 'blue-600': any;
|
|
35
|
-
readonly 'blue-650': any;
|
|
36
|
-
readonly 'blue-700': any;
|
|
37
|
-
readonly 'blue-750': any;
|
|
38
|
-
readonly 'blue-800': any;
|
|
39
|
-
readonly 'blue-850': any;
|
|
40
|
-
readonly 'blue-900': any;
|
|
41
|
-
readonly 'blue-950': any;
|
|
42
|
-
readonly 'gray-50': any;
|
|
43
|
-
readonly 'gray-100': any;
|
|
44
|
-
readonly 'gray-150': any;
|
|
45
|
-
readonly 'gray-200': any;
|
|
46
|
-
readonly 'gray-250': any;
|
|
47
|
-
readonly 'gray-300': any;
|
|
48
|
-
readonly 'gray-350': any;
|
|
49
|
-
readonly 'gray-400': any;
|
|
50
|
-
readonly 'gray-450': any;
|
|
51
|
-
readonly 'gray-500': any;
|
|
52
|
-
readonly 'gray-550': any;
|
|
53
|
-
readonly 'gray-600': any;
|
|
54
|
-
readonly 'gray-650': any;
|
|
55
|
-
readonly 'gray-700': any;
|
|
56
|
-
readonly 'gray-750': any;
|
|
57
|
-
readonly 'gray-800': any;
|
|
58
|
-
readonly 'gray-850': any;
|
|
59
|
-
readonly 'gray-900': any;
|
|
60
|
-
readonly 'gray-950': any;
|
|
61
|
-
readonly 'green-50': any;
|
|
62
|
-
readonly 'green-100': any;
|
|
63
|
-
readonly 'green-150': any;
|
|
64
|
-
readonly 'green-200': any;
|
|
65
|
-
readonly 'green-250': any;
|
|
66
|
-
readonly 'green-300': any;
|
|
67
|
-
readonly 'green-350': any;
|
|
68
|
-
readonly 'green-400': any;
|
|
69
|
-
readonly 'green-450': any;
|
|
70
|
-
readonly 'green-500': any;
|
|
71
|
-
readonly 'green-550': any;
|
|
72
|
-
readonly 'green-600': any;
|
|
73
|
-
readonly 'green-650': any;
|
|
74
|
-
readonly 'green-700': any;
|
|
75
|
-
readonly 'green-750': any;
|
|
76
|
-
readonly 'green-800': any;
|
|
77
|
-
readonly 'green-850': any;
|
|
78
|
-
readonly 'green-900': any;
|
|
79
|
-
readonly 'green-950': any;
|
|
80
|
-
readonly 'red-50': any;
|
|
81
|
-
readonly 'red-100': any;
|
|
82
|
-
readonly 'red-150': any;
|
|
83
|
-
readonly 'red-200': any;
|
|
84
|
-
readonly 'red-250': any;
|
|
85
|
-
readonly 'red-300': any;
|
|
86
|
-
readonly 'red-350': any;
|
|
87
|
-
readonly 'red-400': any;
|
|
88
|
-
readonly 'red-450': any;
|
|
89
|
-
readonly 'red-500': any;
|
|
90
|
-
readonly 'red-550': any;
|
|
91
|
-
readonly 'red-600': any;
|
|
92
|
-
readonly 'red-650': any;
|
|
93
|
-
readonly 'red-700': any;
|
|
94
|
-
readonly 'red-750': any;
|
|
95
|
-
readonly 'red-800': any;
|
|
96
|
-
readonly 'red-850': any;
|
|
97
|
-
readonly 'red-900': any;
|
|
98
|
-
readonly 'red-950': any;
|
|
99
|
-
readonly transparent: any;
|
|
100
|
-
readonly white: any;
|
|
101
|
-
readonly 'yellow-50': any;
|
|
102
|
-
readonly 'yellow-100': any;
|
|
103
|
-
readonly 'yellow-150': any;
|
|
104
|
-
readonly 'yellow-200': any;
|
|
105
|
-
readonly 'yellow-250': any;
|
|
106
|
-
readonly 'yellow-300': any;
|
|
107
|
-
readonly 'yellow-350': any;
|
|
108
|
-
readonly 'yellow-400': any;
|
|
109
|
-
readonly 'yellow-450': any;
|
|
110
|
-
readonly 'yellow-500': any;
|
|
111
|
-
readonly 'yellow-550': any;
|
|
112
|
-
readonly 'yellow-600': any;
|
|
113
|
-
readonly 'yellow-650': any;
|
|
114
|
-
readonly 'yellow-700': any;
|
|
115
|
-
readonly 'yellow-750': any;
|
|
116
|
-
readonly 'yellow-800': any;
|
|
117
|
-
readonly 'yellow-850': any;
|
|
118
|
-
readonly 'yellow-900': any;
|
|
119
|
-
readonly 'yellow-950': any;
|
|
120
|
-
"background-alpha-active"?: any;
|
|
121
|
-
"background-alpha-hover"?: any;
|
|
122
|
-
"background-danger-prominent"?: any;
|
|
123
|
-
"background-danger-prominent-active"?: any;
|
|
124
|
-
"background-danger-prominent-hover"?: any;
|
|
125
|
-
"background-danger-subtle"?: any;
|
|
126
|
-
"background-danger-subtle-active"?: any;
|
|
127
|
-
"background-danger-subtle-hover"?: any;
|
|
128
|
-
"background-neutrals"?: any;
|
|
129
|
-
"background-neutrals-active"?: any;
|
|
130
|
-
"background-neutrals-container"?: any;
|
|
131
|
-
"background-neutrals-controls-disabled"?: any;
|
|
132
|
-
"background-neutrals-disabled"?: any;
|
|
133
|
-
"background-neutrals-hover"?: any;
|
|
134
|
-
"background-neutrals-inactive"?: any;
|
|
135
|
-
"background-neutrals-inactive-hover"?: any;
|
|
136
|
-
"background-neutrals-inverted"?: any;
|
|
137
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
138
|
-
"background-neutrals-page"?: any;
|
|
139
|
-
"background-neutrals-page-subtle"?: any;
|
|
140
|
-
"background-neutrals-scrollbar"?: any;
|
|
141
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
142
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
143
|
-
"background-neutrals-subtle"?: any;
|
|
144
|
-
"background-neutrals-subtle-active"?: any;
|
|
145
|
-
"background-neutrals-subtle-hover"?: any;
|
|
146
|
-
"background-primary-prominent"?: any;
|
|
147
|
-
"background-primary-prominent-active"?: any;
|
|
148
|
-
"background-primary-prominent-hover"?: any;
|
|
149
|
-
"background-primary-prominent-selected"?: any;
|
|
150
|
-
"background-primary-subtle"?: any;
|
|
151
|
-
"background-primary-subtle-active"?: any;
|
|
152
|
-
"background-primary-subtle-hover"?: any;
|
|
153
|
-
"background-primary-subtle-selected"?: any;
|
|
154
|
-
"background-success"?: any;
|
|
155
|
-
"background-success-prominent"?: any;
|
|
156
|
-
"background-success-prominent-active"?: any;
|
|
157
|
-
"background-success-prominent-hover"?: any;
|
|
158
|
-
"background-warning-prominent"?: any;
|
|
159
|
-
"background-warning-subtle"?: any;
|
|
160
|
-
"border-danger"?: any;
|
|
161
|
-
"border-danger-active"?: any;
|
|
162
|
-
"border-danger-hover"?: any;
|
|
163
|
-
"border-focus-error-inner"?: any;
|
|
164
|
-
"border-focus-error-middle"?: any;
|
|
165
|
-
"border-focus-error-outer"?: any;
|
|
166
|
-
"border-focus-inner"?: any;
|
|
167
|
-
"border-focus-middle"?: any;
|
|
168
|
-
"border-focus-outer"?: any;
|
|
169
|
-
"border-focus-success-inner"?: any;
|
|
170
|
-
"border-focus-success-middle"?: any;
|
|
171
|
-
"border-focus-success-outer"?: any;
|
|
172
|
-
"border-neutrals"?: any;
|
|
173
|
-
"border-neutrals-active"?: any;
|
|
174
|
-
"border-neutrals-controls"?: any;
|
|
175
|
-
"border-neutrals-controls-disabled"?: any;
|
|
176
|
-
"border-neutrals-disabled"?: any;
|
|
177
|
-
"border-neutrals-hover"?: any;
|
|
178
|
-
"border-neutrals-inverted"?: any;
|
|
179
|
-
"border-neutrals-subtle"?: any;
|
|
180
|
-
"border-neutrals-text"?: any;
|
|
181
|
-
"border-neutrals-text-active"?: any;
|
|
182
|
-
"border-neutrals-text-hover"?: any;
|
|
183
|
-
"border-neutrals-text-subtle"?: any;
|
|
184
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
185
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
186
|
-
"border-neutrals-transparent"?: any;
|
|
187
|
-
"border-primary"?: any;
|
|
188
|
-
"border-primary-active"?: any;
|
|
189
|
-
"border-primary-hover"?: any;
|
|
190
|
-
"border-primary-inverted"?: any;
|
|
191
|
-
"border-success"?: any;
|
|
192
|
-
"border-success-active"?: any;
|
|
193
|
-
"border-success-hover"?: any;
|
|
194
|
-
"border-warning"?: any;
|
|
195
|
-
"icon-danger"?: any;
|
|
196
|
-
"icon-danger-active"?: any;
|
|
197
|
-
"icon-danger-hover"?: any;
|
|
198
|
-
"icon-danger-inverted"?: any;
|
|
199
|
-
"icon-neutrals"?: any;
|
|
200
|
-
"icon-neutrals-disabled"?: any;
|
|
201
|
-
"icon-neutrals-inactive"?: any;
|
|
202
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
203
|
-
"icon-neutrals-inverted"?: any;
|
|
204
|
-
"icon-neutrals-search"?: any;
|
|
205
|
-
"icon-neutrals-subtle"?: any;
|
|
206
|
-
"icon-neutrals-text"?: any;
|
|
207
|
-
"icon-primary"?: any;
|
|
208
|
-
"icon-primary-active"?: any;
|
|
209
|
-
"icon-primary-hover"?: any;
|
|
210
|
-
"icon-primary-inverted"?: any;
|
|
211
|
-
"icon-primary-selected"?: any;
|
|
212
|
-
"icon-success"?: any;
|
|
213
|
-
"icon-success-active"?: any;
|
|
214
|
-
"icon-success-hover"?: any;
|
|
215
|
-
"icon-success-inverted"?: any;
|
|
216
|
-
"icon-warning"?: any;
|
|
217
|
-
"icon-warning-prominent"?: any;
|
|
218
|
-
"icon-warning-subtle"?: any;
|
|
219
|
-
"text-danger"?: any;
|
|
220
|
-
"text-danger-active"?: any;
|
|
221
|
-
"text-danger-hover"?: any;
|
|
222
|
-
"text-danger-inverted"?: any;
|
|
223
|
-
"text-neutrals"?: any;
|
|
224
|
-
"text-neutrals-active"?: any;
|
|
225
|
-
"text-neutrals-disabled"?: any;
|
|
226
|
-
"text-neutrals-hover"?: any;
|
|
227
|
-
"text-neutrals-inverted"?: any;
|
|
228
|
-
"text-neutrals-placeholder"?: any;
|
|
229
|
-
"text-neutrals-placeholder-only"?: any;
|
|
230
|
-
"text-neutrals-subtle"?: any;
|
|
231
|
-
"text-neutrals-subtle-active"?: any;
|
|
232
|
-
"text-neutrals-subtle-hover"?: any;
|
|
233
|
-
"text-primary"?: any;
|
|
234
|
-
"text-primary-active"?: any;
|
|
235
|
-
"text-primary-hover"?: any;
|
|
236
|
-
"text-primary-inverted"?: any;
|
|
237
|
-
"text-primary-inverted-subtle"?: any;
|
|
238
|
-
"text-primary-selected"?: any;
|
|
239
|
-
"text-success"?: any;
|
|
240
|
-
"text-success-active"?: any;
|
|
241
|
-
"text-success-hover"?: any;
|
|
242
|
-
"text-success-inverted"?: any;
|
|
243
|
-
"text-warning"?: any;
|
|
244
|
-
"text-warning-subtle"?: any;
|
|
245
|
-
};
|
|
246
|
-
'font-sizes': {
|
|
247
|
-
readonly 125: "0.625rem";
|
|
248
|
-
readonly 150: "0.75rem";
|
|
249
|
-
readonly 175: "0.875rem";
|
|
250
|
-
readonly 200: "1rem";
|
|
251
|
-
readonly 225: "1.125rem";
|
|
252
|
-
readonly 250: "1.25rem";
|
|
253
|
-
readonly 300: "1.5rem";
|
|
254
|
-
readonly 400: "2rem";
|
|
255
|
-
readonly 500: "2.5rem";
|
|
256
|
-
readonly 600: "3rem";
|
|
257
|
-
readonly 800: "4rem";
|
|
258
|
-
readonly 900: "4.5rem";
|
|
259
|
-
};
|
|
260
|
-
fonts: {
|
|
261
|
-
readonly heading: "Roobert, sans-serif";
|
|
262
|
-
readonly body: "Open Sans, sans-serif";
|
|
263
|
-
};
|
|
264
|
-
radii: {
|
|
265
|
-
readonly 0: "0px";
|
|
266
|
-
readonly 25: "2px";
|
|
267
|
-
readonly 50: "4px";
|
|
268
|
-
readonly 75: "6px";
|
|
269
|
-
readonly 100: "8px";
|
|
270
|
-
readonly 200: "16px";
|
|
271
|
-
readonly round: "999px";
|
|
272
|
-
};
|
|
273
|
-
shadows: {
|
|
274
|
-
100: any;
|
|
275
|
-
50: any;
|
|
276
|
-
"focus-small": any;
|
|
277
|
-
"focus-small-outline": any;
|
|
278
|
-
"focus-large": any;
|
|
279
|
-
"focus-controls": any;
|
|
280
|
-
"focus-small-error": any;
|
|
281
|
-
"focus-controls-error": any;
|
|
282
|
-
"focus-controls-success": any;
|
|
283
|
-
};
|
|
284
|
-
sizes: {
|
|
285
|
-
readonly number: string;
|
|
286
|
-
readonly 'icon-200': "16px";
|
|
287
|
-
readonly 'icon-300': "24px";
|
|
288
|
-
readonly 'icon-400': "32px";
|
|
289
|
-
};
|
|
290
|
-
space: {
|
|
291
|
-
readonly 0: "0px";
|
|
292
|
-
readonly 25: "2px";
|
|
293
|
-
readonly 50: "4px";
|
|
294
|
-
readonly 100: "8px";
|
|
295
|
-
readonly 150: "12px";
|
|
296
|
-
readonly 200: "16px";
|
|
297
|
-
readonly 300: "24px";
|
|
298
|
-
readonly 400: "32px";
|
|
299
|
-
readonly 500: "40px";
|
|
300
|
-
readonly 600: "48px";
|
|
301
|
-
readonly 700: "56px";
|
|
302
|
-
readonly 800: "64px";
|
|
303
|
-
readonly 1200: "96px";
|
|
304
|
-
readonly 1600: "128px";
|
|
305
|
-
};
|
|
306
|
-
'stroke-width': {
|
|
307
|
-
readonly thin: "1.5px";
|
|
308
|
-
readonly normal: "2px";
|
|
309
|
-
readonly bold: "4px";
|
|
310
|
-
};
|
|
311
|
-
'z-indices': {
|
|
312
|
-
readonly dropdownMenu: 100;
|
|
313
|
-
readonly select: 200;
|
|
314
|
-
readonly popover: 300;
|
|
315
|
-
readonly tooltip: 400;
|
|
316
|
-
};
|
|
317
|
-
}, {
|
|
318
|
-
readonly background: "colors";
|
|
319
|
-
readonly backgroundColor: "colors";
|
|
320
|
-
readonly backgroundImage: "colors";
|
|
321
|
-
readonly blockSize: "sizes";
|
|
322
|
-
readonly border: "colors";
|
|
323
|
-
readonly borderBlock: "colors";
|
|
324
|
-
readonly borderBlockEnd: "colors";
|
|
325
|
-
readonly borderBlockStart: "colors";
|
|
326
|
-
readonly borderBottom: "colors";
|
|
327
|
-
readonly borderBottomColor: "colors";
|
|
328
|
-
readonly borderBottomLeftRadius: "radii";
|
|
329
|
-
readonly borderBottomRightRadius: "radii";
|
|
330
|
-
readonly borderBottomStyle: "border-styles";
|
|
331
|
-
readonly borderBottomWidth: "border-widths";
|
|
332
|
-
readonly borderColor: "colors";
|
|
333
|
-
readonly borderImage: "colors";
|
|
334
|
-
readonly borderInline: "colors";
|
|
335
|
-
readonly borderInlineEnd: "colors";
|
|
336
|
-
readonly borderInlineStart: "colors";
|
|
337
|
-
readonly borderLeft: "colors";
|
|
338
|
-
readonly borderLeftColor: "colors";
|
|
339
|
-
readonly borderLeftStyle: "border-styles";
|
|
340
|
-
readonly borderLeftWidth: "border-widths";
|
|
341
|
-
readonly borderRadius: "radii";
|
|
342
|
-
readonly borderRight: "colors";
|
|
343
|
-
readonly borderRightColor: "colors";
|
|
344
|
-
readonly borderRightStyle: "border-styles";
|
|
345
|
-
readonly borderRightWidth: "border-widths";
|
|
346
|
-
readonly borderSpacing: "space";
|
|
347
|
-
readonly borderStyle: "border-styles";
|
|
348
|
-
readonly borderTop: "colors";
|
|
349
|
-
readonly borderTopColor: "colors";
|
|
350
|
-
readonly borderTopLeftRadius: "radii";
|
|
351
|
-
readonly borderTopRightRadius: "radii";
|
|
352
|
-
readonly borderTopStyle: "border-styles";
|
|
353
|
-
readonly borderTopWidth: "border-widths";
|
|
354
|
-
readonly borderWidth: "border-widths";
|
|
355
|
-
readonly bottom: "space";
|
|
356
|
-
readonly boxShadow: "shadows";
|
|
357
|
-
readonly caretColor: "colors";
|
|
358
|
-
readonly color: "colors";
|
|
359
|
-
readonly columnGap: "space";
|
|
360
|
-
readonly columnRuleColor: "colors";
|
|
361
|
-
readonly fill: "colors";
|
|
362
|
-
readonly flexBasis: "sizes";
|
|
363
|
-
readonly fontFamily: "fonts";
|
|
364
|
-
readonly fontSize: "font-sizes";
|
|
365
|
-
readonly fontWeight: "font-weights";
|
|
366
|
-
readonly gap: "space";
|
|
367
|
-
readonly gridColumnGap: "space";
|
|
368
|
-
readonly gridGap: "space";
|
|
369
|
-
readonly gridRowGap: "space";
|
|
370
|
-
readonly gridTemplateColumns: "sizes";
|
|
371
|
-
readonly gridTemplateRows: "sizes";
|
|
372
|
-
readonly height: "sizes";
|
|
373
|
-
readonly inlineSize: "sizes";
|
|
374
|
-
readonly inset: "space";
|
|
375
|
-
readonly insetBlock: "space";
|
|
376
|
-
readonly insetBlockEnd: "space";
|
|
377
|
-
readonly insetBlockStart: "space";
|
|
378
|
-
readonly insetInline: "space";
|
|
379
|
-
readonly insetInlineEnd: "space";
|
|
380
|
-
readonly insetInlineStart: "space";
|
|
381
|
-
readonly left: "space";
|
|
382
|
-
readonly letterSpacing: "letter-spacings";
|
|
383
|
-
readonly lineHeight: "line-heights";
|
|
384
|
-
readonly margin: "space";
|
|
385
|
-
readonly marginBlock: "space";
|
|
386
|
-
readonly marginBlockEnd: "space";
|
|
387
|
-
readonly marginBlockStart: "space";
|
|
388
|
-
readonly marginBottom: "space";
|
|
389
|
-
readonly marginInline: "space";
|
|
390
|
-
readonly marginInlineEnd: "space";
|
|
391
|
-
readonly marginInlineStart: "space";
|
|
392
|
-
readonly marginLeft: "space";
|
|
393
|
-
readonly marginRight: "space";
|
|
394
|
-
readonly marginTop: "space";
|
|
395
|
-
readonly maxBlockSize: "sizes";
|
|
396
|
-
readonly maxHeight: "sizes";
|
|
397
|
-
readonly maxInlineSize: "sizes";
|
|
398
|
-
readonly maxWidth: "sizes";
|
|
399
|
-
readonly minBlockSize: "sizes";
|
|
400
|
-
readonly minHeight: "sizes";
|
|
401
|
-
readonly minInlineSize: "sizes";
|
|
402
|
-
readonly minWidth: "sizes";
|
|
403
|
-
readonly outline: "colors";
|
|
404
|
-
readonly outlineColor: "colors";
|
|
405
|
-
readonly padding: "space";
|
|
406
|
-
readonly paddingBlock: "space";
|
|
407
|
-
readonly paddingBlockEnd: "space";
|
|
408
|
-
readonly paddingBlockStart: "space";
|
|
409
|
-
readonly paddingBottom: "space";
|
|
410
|
-
readonly paddingInline: "space";
|
|
411
|
-
readonly paddingInlineEnd: "space";
|
|
412
|
-
readonly paddingInlineStart: "space";
|
|
413
|
-
readonly paddingLeft: "space";
|
|
414
|
-
readonly paddingRight: "space";
|
|
415
|
-
readonly paddingTop: "space";
|
|
416
|
-
readonly right: "space";
|
|
417
|
-
readonly rowGap: "space";
|
|
418
|
-
readonly scrollMargin: "space";
|
|
419
|
-
readonly scrollMarginBlock: "space";
|
|
420
|
-
readonly scrollMarginBlockEnd: "space";
|
|
421
|
-
readonly scrollMarginBlockStart: "space";
|
|
422
|
-
readonly scrollMarginBottom: "space";
|
|
423
|
-
readonly scrollMarginInline: "space";
|
|
424
|
-
readonly scrollMarginInlineEnd: "space";
|
|
425
|
-
readonly scrollMarginInlineStart: "space";
|
|
426
|
-
readonly scrollMarginLeft: "space";
|
|
427
|
-
readonly scrollMarginRight: "space";
|
|
428
|
-
readonly scrollMarginTop: "space";
|
|
429
|
-
readonly scrollPadding: "space";
|
|
430
|
-
readonly scrollPaddingBlock: "space";
|
|
431
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
432
|
-
readonly scrollPaddingBlockStart: "space";
|
|
433
|
-
readonly scrollPaddingBottom: "space";
|
|
434
|
-
readonly scrollPaddingInline: "space";
|
|
435
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
436
|
-
readonly scrollPaddingInlineStart: "space";
|
|
437
|
-
readonly scrollPaddingLeft: "space";
|
|
438
|
-
readonly scrollPaddingRight: "space";
|
|
439
|
-
readonly scrollPaddingTop: "space";
|
|
440
|
-
readonly stroke: "colors";
|
|
441
|
-
readonly strokeWidth: "stroke-width";
|
|
442
|
-
readonly textDecorationColor: "colors";
|
|
443
|
-
readonly textShadow: "shadows";
|
|
444
|
-
readonly top: "space";
|
|
445
|
-
readonly transition: "transitions";
|
|
446
|
-
readonly width: "sizes";
|
|
447
|
-
readonly zIndex: "z-indices";
|
|
448
|
-
}, {
|
|
449
|
-
paddingX: (value: {
|
|
450
|
-
readonly [$$PropertyValue]: "padding";
|
|
451
|
-
}) => {
|
|
452
|
-
paddingLeft: {
|
|
453
|
-
readonly [$$PropertyValue]: "padding";
|
|
454
|
-
};
|
|
455
|
-
paddingRight: {
|
|
456
|
-
readonly [$$PropertyValue]: "padding";
|
|
457
|
-
};
|
|
458
|
-
};
|
|
459
|
-
paddingY: (value: {
|
|
460
|
-
readonly [$$PropertyValue]: "padding";
|
|
461
|
-
}) => {
|
|
462
|
-
paddingTop: {
|
|
463
|
-
readonly [$$PropertyValue]: "padding";
|
|
464
|
-
};
|
|
465
|
-
paddingBottom: {
|
|
466
|
-
readonly [$$PropertyValue]: "padding";
|
|
467
|
-
};
|
|
468
|
-
};
|
|
469
|
-
marginX: (value: {
|
|
470
|
-
readonly [$$PropertyValue]: "margin";
|
|
471
|
-
}) => {
|
|
472
|
-
marginLeft: {
|
|
473
|
-
readonly [$$PropertyValue]: "margin";
|
|
474
|
-
};
|
|
475
|
-
marginRight: {
|
|
476
|
-
readonly [$$PropertyValue]: "margin";
|
|
477
|
-
};
|
|
478
|
-
};
|
|
479
|
-
marginY: (value: {
|
|
480
|
-
readonly [$$PropertyValue]: "margin";
|
|
481
|
-
}) => {
|
|
482
|
-
marginTop: {
|
|
483
|
-
readonly [$$PropertyValue]: "margin";
|
|
484
|
-
};
|
|
485
|
-
marginBottom: {
|
|
486
|
-
readonly [$$PropertyValue]: "margin";
|
|
487
|
-
};
|
|
488
|
-
};
|
|
489
|
-
square: (value: {
|
|
490
|
-
readonly [$$PropertyValue]: "width";
|
|
491
|
-
}) => {
|
|
492
|
-
width: {
|
|
493
|
-
readonly [$$PropertyValue]: "width";
|
|
494
|
-
};
|
|
495
|
-
height: {
|
|
496
|
-
readonly [$$PropertyValue]: "width";
|
|
497
|
-
};
|
|
498
|
-
};
|
|
499
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
500
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
501
|
-
};
|
|
502
|
-
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
|
|
13
|
+
declare const StyledSelectContent: react.ForwardRefExoticComponent<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
14
|
+
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
15
|
+
} & {
|
|
16
|
+
asChild?: boolean | undefined;
|
|
17
|
+
}, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
18
|
+
children?: react.ReactNode;
|
|
19
|
+
} & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
|
|
503
20
|
declare type StyledSelectContentProps = ComponentPropsWithRef<typeof StyledSelectContent>;
|
|
504
21
|
|
|
505
|
-
declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<
|
|
506
|
-
|
|
507
|
-
|
|
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: {
|
|
947
|
-
readonly [$$PropertyValue]: "padding";
|
|
948
|
-
};
|
|
949
|
-
};
|
|
950
|
-
paddingY: (value: {
|
|
951
|
-
readonly [$$PropertyValue]: "padding";
|
|
952
|
-
}) => {
|
|
953
|
-
paddingTop: {
|
|
954
|
-
readonly [$$PropertyValue]: "padding";
|
|
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: {
|
|
974
|
-
readonly [$$PropertyValue]: "margin";
|
|
975
|
-
};
|
|
976
|
-
marginBottom: {
|
|
977
|
-
readonly [$$PropertyValue]: "margin";
|
|
978
|
-
};
|
|
979
|
-
};
|
|
980
|
-
square: (value: {
|
|
981
|
-
readonly [$$PropertyValue]: "width";
|
|
982
|
-
}) => {
|
|
983
|
-
width: {
|
|
984
|
-
readonly [$$PropertyValue]: "width";
|
|
985
|
-
};
|
|
986
|
-
height: {
|
|
987
|
-
readonly [$$PropertyValue]: "width";
|
|
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.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectGroupProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
22
|
+
declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_select.SelectGroupProps & react.RefAttributes<HTMLDivElement>, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
23
|
+
children?: react.ReactNode;
|
|
24
|
+
} & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectGroupProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
994
25
|
declare type StyledGroupProps = StrictComponentProps<typeof StyledGroup>;
|
|
995
26
|
|
|
996
27
|
interface GroupProps extends StyledGroupProps {
|
|
997
28
|
}
|
|
998
29
|
declare const Group: react__default.ForwardRefExoticComponent<Omit<GroupProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
999
30
|
|
|
1000
|
-
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
readonly sm: "1px";
|
|
1004
|
-
readonly md: "2px";
|
|
1005
|
-
readonly lg: "4px";
|
|
1006
|
-
};
|
|
1007
|
-
colors: {
|
|
1008
|
-
readonly black: any;
|
|
1009
|
-
readonly 'blue-50': any;
|
|
1010
|
-
readonly 'blue-100': any;
|
|
1011
|
-
readonly 'blue-150': any;
|
|
1012
|
-
readonly 'blue-200': any;
|
|
1013
|
-
readonly 'blue-250': any;
|
|
1014
|
-
readonly 'blue-300': any;
|
|
1015
|
-
readonly 'blue-350': any;
|
|
1016
|
-
readonly 'blue-400': any;
|
|
1017
|
-
readonly 'blue-450': any;
|
|
1018
|
-
readonly 'blue-500': any;
|
|
1019
|
-
readonly 'blue-550': any;
|
|
1020
|
-
readonly 'blue-600': any;
|
|
1021
|
-
readonly 'blue-650': any;
|
|
1022
|
-
readonly 'blue-700': any;
|
|
1023
|
-
readonly 'blue-750': any;
|
|
1024
|
-
readonly 'blue-800': any;
|
|
1025
|
-
readonly 'blue-850': any;
|
|
1026
|
-
readonly 'blue-900': any;
|
|
1027
|
-
readonly 'blue-950': any;
|
|
1028
|
-
readonly 'gray-50': any;
|
|
1029
|
-
readonly 'gray-100': any;
|
|
1030
|
-
readonly 'gray-150': any;
|
|
1031
|
-
readonly 'gray-200': any;
|
|
1032
|
-
readonly 'gray-250': any;
|
|
1033
|
-
readonly 'gray-300': any;
|
|
1034
|
-
readonly 'gray-350': any;
|
|
1035
|
-
readonly 'gray-400': any;
|
|
1036
|
-
readonly 'gray-450': any;
|
|
1037
|
-
readonly 'gray-500': any;
|
|
1038
|
-
readonly 'gray-550': any;
|
|
1039
|
-
readonly 'gray-600': any;
|
|
1040
|
-
readonly 'gray-650': any;
|
|
1041
|
-
readonly 'gray-700': any;
|
|
1042
|
-
readonly 'gray-750': any;
|
|
1043
|
-
readonly 'gray-800': any;
|
|
1044
|
-
readonly 'gray-850': any;
|
|
1045
|
-
readonly 'gray-900': any;
|
|
1046
|
-
readonly 'gray-950': any;
|
|
1047
|
-
readonly 'green-50': any;
|
|
1048
|
-
readonly 'green-100': any;
|
|
1049
|
-
readonly 'green-150': any;
|
|
1050
|
-
readonly 'green-200': any;
|
|
1051
|
-
readonly 'green-250': any;
|
|
1052
|
-
readonly 'green-300': any;
|
|
1053
|
-
readonly 'green-350': any;
|
|
1054
|
-
readonly 'green-400': any;
|
|
1055
|
-
readonly 'green-450': any;
|
|
1056
|
-
readonly 'green-500': any;
|
|
1057
|
-
readonly 'green-550': any;
|
|
1058
|
-
readonly 'green-600': any;
|
|
1059
|
-
readonly 'green-650': any;
|
|
1060
|
-
readonly 'green-700': any;
|
|
1061
|
-
readonly 'green-750': any;
|
|
1062
|
-
readonly 'green-800': any;
|
|
1063
|
-
readonly 'green-850': any;
|
|
1064
|
-
readonly 'green-900': any;
|
|
1065
|
-
readonly 'green-950': any;
|
|
1066
|
-
readonly 'red-50': any;
|
|
1067
|
-
readonly 'red-100': any;
|
|
1068
|
-
readonly 'red-150': any;
|
|
1069
|
-
readonly 'red-200': any;
|
|
1070
|
-
readonly 'red-250': any;
|
|
1071
|
-
readonly 'red-300': any;
|
|
1072
|
-
readonly 'red-350': any;
|
|
1073
|
-
readonly 'red-400': any;
|
|
1074
|
-
readonly 'red-450': any;
|
|
1075
|
-
readonly 'red-500': any;
|
|
1076
|
-
readonly 'red-550': any;
|
|
1077
|
-
readonly 'red-600': any;
|
|
1078
|
-
readonly 'red-650': any;
|
|
1079
|
-
readonly 'red-700': any;
|
|
1080
|
-
readonly 'red-750': any;
|
|
1081
|
-
readonly 'red-800': any;
|
|
1082
|
-
readonly 'red-850': any;
|
|
1083
|
-
readonly 'red-900': any;
|
|
1084
|
-
readonly 'red-950': any;
|
|
1085
|
-
readonly transparent: any;
|
|
1086
|
-
readonly white: any;
|
|
1087
|
-
readonly 'yellow-50': any;
|
|
1088
|
-
readonly 'yellow-100': any;
|
|
1089
|
-
readonly 'yellow-150': any;
|
|
1090
|
-
readonly 'yellow-200': any;
|
|
1091
|
-
readonly 'yellow-250': any;
|
|
1092
|
-
readonly 'yellow-300': any;
|
|
1093
|
-
readonly 'yellow-350': any;
|
|
1094
|
-
readonly 'yellow-400': any;
|
|
1095
|
-
readonly 'yellow-450': any;
|
|
1096
|
-
readonly 'yellow-500': any;
|
|
1097
|
-
readonly 'yellow-550': any;
|
|
1098
|
-
readonly 'yellow-600': any;
|
|
1099
|
-
readonly 'yellow-650': any;
|
|
1100
|
-
readonly 'yellow-700': any;
|
|
1101
|
-
readonly 'yellow-750': any;
|
|
1102
|
-
readonly 'yellow-800': any;
|
|
1103
|
-
readonly 'yellow-850': any;
|
|
1104
|
-
readonly 'yellow-900': any;
|
|
1105
|
-
readonly 'yellow-950': any;
|
|
1106
|
-
"background-alpha-active"?: any;
|
|
1107
|
-
"background-alpha-hover"?: any;
|
|
1108
|
-
"background-danger-prominent"?: any;
|
|
1109
|
-
"background-danger-prominent-active"?: any;
|
|
1110
|
-
"background-danger-prominent-hover"?: any;
|
|
1111
|
-
"background-danger-subtle"?: any;
|
|
1112
|
-
"background-danger-subtle-active"?: any;
|
|
1113
|
-
"background-danger-subtle-hover"?: any;
|
|
1114
|
-
"background-neutrals"?: any;
|
|
1115
|
-
"background-neutrals-active"?: any;
|
|
1116
|
-
"background-neutrals-container"?: any;
|
|
1117
|
-
"background-neutrals-controls-disabled"?: any;
|
|
1118
|
-
"background-neutrals-disabled"?: any;
|
|
1119
|
-
"background-neutrals-hover"?: any;
|
|
1120
|
-
"background-neutrals-inactive"?: any;
|
|
1121
|
-
"background-neutrals-inactive-hover"?: any;
|
|
1122
|
-
"background-neutrals-inverted"?: any;
|
|
1123
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
1124
|
-
"background-neutrals-page"?: any;
|
|
1125
|
-
"background-neutrals-page-subtle"?: any;
|
|
1126
|
-
"background-neutrals-scrollbar"?: any;
|
|
1127
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
1128
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
1129
|
-
"background-neutrals-subtle"?: any;
|
|
1130
|
-
"background-neutrals-subtle-active"?: any;
|
|
1131
|
-
"background-neutrals-subtle-hover"?: any;
|
|
1132
|
-
"background-primary-prominent"?: any;
|
|
1133
|
-
"background-primary-prominent-active"?: any;
|
|
1134
|
-
"background-primary-prominent-hover"?: any;
|
|
1135
|
-
"background-primary-prominent-selected"?: any;
|
|
1136
|
-
"background-primary-subtle"?: any;
|
|
1137
|
-
"background-primary-subtle-active"?: any;
|
|
1138
|
-
"background-primary-subtle-hover"?: any;
|
|
1139
|
-
"background-primary-subtle-selected"?: any;
|
|
1140
|
-
"background-success"?: any;
|
|
1141
|
-
"background-success-prominent"?: any;
|
|
1142
|
-
"background-success-prominent-active"?: any;
|
|
1143
|
-
"background-success-prominent-hover"?: any;
|
|
1144
|
-
"background-warning-prominent"?: any;
|
|
1145
|
-
"background-warning-subtle"?: any;
|
|
1146
|
-
"border-danger"?: any;
|
|
1147
|
-
"border-danger-active"?: any;
|
|
1148
|
-
"border-danger-hover"?: any;
|
|
1149
|
-
"border-focus-error-inner"?: any;
|
|
1150
|
-
"border-focus-error-middle"?: any;
|
|
1151
|
-
"border-focus-error-outer"?: any;
|
|
1152
|
-
"border-focus-inner"?: any;
|
|
1153
|
-
"border-focus-middle"?: any;
|
|
1154
|
-
"border-focus-outer"?: any;
|
|
1155
|
-
"border-focus-success-inner"?: any;
|
|
1156
|
-
"border-focus-success-middle"?: any;
|
|
1157
|
-
"border-focus-success-outer"?: any;
|
|
1158
|
-
"border-neutrals"?: any;
|
|
1159
|
-
"border-neutrals-active"?: any;
|
|
1160
|
-
"border-neutrals-controls"?: any;
|
|
1161
|
-
"border-neutrals-controls-disabled"?: any;
|
|
1162
|
-
"border-neutrals-disabled"?: any;
|
|
1163
|
-
"border-neutrals-hover"?: any;
|
|
1164
|
-
"border-neutrals-inverted"?: any;
|
|
1165
|
-
"border-neutrals-subtle"?: any;
|
|
1166
|
-
"border-neutrals-text"?: any;
|
|
1167
|
-
"border-neutrals-text-active"?: any;
|
|
1168
|
-
"border-neutrals-text-hover"?: any;
|
|
1169
|
-
"border-neutrals-text-subtle"?: any;
|
|
1170
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
1171
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
1172
|
-
"border-neutrals-transparent"?: any;
|
|
1173
|
-
"border-primary"?: any;
|
|
1174
|
-
"border-primary-active"?: any;
|
|
1175
|
-
"border-primary-hover"?: any;
|
|
1176
|
-
"border-primary-inverted"?: any;
|
|
1177
|
-
"border-success"?: any;
|
|
1178
|
-
"border-success-active"?: any;
|
|
1179
|
-
"border-success-hover"?: any;
|
|
1180
|
-
"border-warning"?: any;
|
|
1181
|
-
"icon-danger"?: any;
|
|
1182
|
-
"icon-danger-active"?: any;
|
|
1183
|
-
"icon-danger-hover"?: any;
|
|
1184
|
-
"icon-danger-inverted"?: any;
|
|
1185
|
-
"icon-neutrals"?: any;
|
|
1186
|
-
"icon-neutrals-disabled"?: any;
|
|
1187
|
-
"icon-neutrals-inactive"?: any;
|
|
1188
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
1189
|
-
"icon-neutrals-inverted"?: any;
|
|
1190
|
-
"icon-neutrals-search"?: any;
|
|
1191
|
-
"icon-neutrals-subtle"?: any;
|
|
1192
|
-
"icon-neutrals-text"?: any;
|
|
1193
|
-
"icon-primary"?: any;
|
|
1194
|
-
"icon-primary-active"?: any;
|
|
1195
|
-
"icon-primary-hover"?: any;
|
|
1196
|
-
"icon-primary-inverted"?: any;
|
|
1197
|
-
"icon-primary-selected"?: any;
|
|
1198
|
-
"icon-success"?: any;
|
|
1199
|
-
"icon-success-active"?: any;
|
|
1200
|
-
"icon-success-hover"?: any;
|
|
1201
|
-
"icon-success-inverted"?: any;
|
|
1202
|
-
"icon-warning"?: any;
|
|
1203
|
-
"icon-warning-prominent"?: any;
|
|
1204
|
-
"icon-warning-subtle"?: any;
|
|
1205
|
-
"text-danger"?: any;
|
|
1206
|
-
"text-danger-active"?: any;
|
|
1207
|
-
"text-danger-hover"?: any;
|
|
1208
|
-
"text-danger-inverted"?: any;
|
|
1209
|
-
"text-neutrals"?: any;
|
|
1210
|
-
"text-neutrals-active"?: any;
|
|
1211
|
-
"text-neutrals-disabled"?: any;
|
|
1212
|
-
"text-neutrals-hover"?: any;
|
|
1213
|
-
"text-neutrals-inverted"?: any;
|
|
1214
|
-
"text-neutrals-placeholder"?: any;
|
|
1215
|
-
"text-neutrals-placeholder-only"?: any;
|
|
1216
|
-
"text-neutrals-subtle"?: any;
|
|
1217
|
-
"text-neutrals-subtle-active"?: any;
|
|
1218
|
-
"text-neutrals-subtle-hover"?: any;
|
|
1219
|
-
"text-primary"?: any;
|
|
1220
|
-
"text-primary-active"?: any;
|
|
1221
|
-
"text-primary-hover"?: any;
|
|
1222
|
-
"text-primary-inverted"?: any;
|
|
1223
|
-
"text-primary-inverted-subtle"?: any;
|
|
1224
|
-
"text-primary-selected"?: any;
|
|
1225
|
-
"text-success"?: any;
|
|
1226
|
-
"text-success-active"?: any;
|
|
1227
|
-
"text-success-hover"?: any;
|
|
1228
|
-
"text-success-inverted"?: any;
|
|
1229
|
-
"text-warning"?: any;
|
|
1230
|
-
"text-warning-subtle"?: any;
|
|
1231
|
-
};
|
|
1232
|
-
'font-sizes': {
|
|
1233
|
-
readonly 125: "0.625rem";
|
|
1234
|
-
readonly 150: "0.75rem";
|
|
1235
|
-
readonly 175: "0.875rem";
|
|
1236
|
-
readonly 200: "1rem";
|
|
1237
|
-
readonly 225: "1.125rem";
|
|
1238
|
-
readonly 250: "1.25rem";
|
|
1239
|
-
readonly 300: "1.5rem";
|
|
1240
|
-
readonly 400: "2rem";
|
|
1241
|
-
readonly 500: "2.5rem";
|
|
1242
|
-
readonly 600: "3rem";
|
|
1243
|
-
readonly 800: "4rem";
|
|
1244
|
-
readonly 900: "4.5rem";
|
|
1245
|
-
};
|
|
1246
|
-
fonts: {
|
|
1247
|
-
readonly heading: "Roobert, sans-serif";
|
|
1248
|
-
readonly body: "Open Sans, sans-serif";
|
|
1249
|
-
};
|
|
1250
|
-
radii: {
|
|
1251
|
-
readonly 0: "0px";
|
|
1252
|
-
readonly 25: "2px";
|
|
1253
|
-
readonly 50: "4px";
|
|
1254
|
-
readonly 75: "6px";
|
|
1255
|
-
readonly 100: "8px";
|
|
1256
|
-
readonly 200: "16px";
|
|
1257
|
-
readonly round: "999px";
|
|
1258
|
-
};
|
|
1259
|
-
shadows: {
|
|
1260
|
-
100: any;
|
|
1261
|
-
50: any;
|
|
1262
|
-
"focus-small": any;
|
|
1263
|
-
"focus-small-outline": any;
|
|
1264
|
-
"focus-large": any;
|
|
1265
|
-
"focus-controls": any;
|
|
1266
|
-
"focus-small-error": any;
|
|
1267
|
-
"focus-controls-error": any;
|
|
1268
|
-
"focus-controls-success": any;
|
|
1269
|
-
};
|
|
1270
|
-
sizes: {
|
|
1271
|
-
readonly number: string;
|
|
1272
|
-
readonly 'icon-200': "16px";
|
|
1273
|
-
readonly 'icon-300': "24px";
|
|
1274
|
-
readonly 'icon-400': "32px";
|
|
1275
|
-
};
|
|
1276
|
-
space: {
|
|
1277
|
-
readonly 0: "0px";
|
|
1278
|
-
readonly 25: "2px";
|
|
1279
|
-
readonly 50: "4px";
|
|
1280
|
-
readonly 100: "8px";
|
|
1281
|
-
readonly 150: "12px";
|
|
1282
|
-
readonly 200: "16px";
|
|
1283
|
-
readonly 300: "24px";
|
|
1284
|
-
readonly 400: "32px";
|
|
1285
|
-
readonly 500: "40px";
|
|
1286
|
-
readonly 600: "48px";
|
|
1287
|
-
readonly 700: "56px";
|
|
1288
|
-
readonly 800: "64px";
|
|
1289
|
-
readonly 1200: "96px";
|
|
1290
|
-
readonly 1600: "128px";
|
|
1291
|
-
};
|
|
1292
|
-
'stroke-width': {
|
|
1293
|
-
readonly thin: "1.5px";
|
|
1294
|
-
readonly normal: "2px";
|
|
1295
|
-
readonly bold: "4px";
|
|
1296
|
-
};
|
|
1297
|
-
'z-indices': {
|
|
1298
|
-
readonly dropdownMenu: 100;
|
|
1299
|
-
readonly select: 200;
|
|
1300
|
-
readonly popover: 300;
|
|
1301
|
-
readonly tooltip: 400;
|
|
1302
|
-
};
|
|
1303
|
-
}, {
|
|
1304
|
-
readonly background: "colors";
|
|
1305
|
-
readonly backgroundColor: "colors";
|
|
1306
|
-
readonly backgroundImage: "colors";
|
|
1307
|
-
readonly blockSize: "sizes";
|
|
1308
|
-
readonly border: "colors";
|
|
1309
|
-
readonly borderBlock: "colors";
|
|
1310
|
-
readonly borderBlockEnd: "colors";
|
|
1311
|
-
readonly borderBlockStart: "colors";
|
|
1312
|
-
readonly borderBottom: "colors";
|
|
1313
|
-
readonly borderBottomColor: "colors";
|
|
1314
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1315
|
-
readonly borderBottomRightRadius: "radii";
|
|
1316
|
-
readonly borderBottomStyle: "border-styles";
|
|
1317
|
-
readonly borderBottomWidth: "border-widths";
|
|
1318
|
-
readonly borderColor: "colors";
|
|
1319
|
-
readonly borderImage: "colors";
|
|
1320
|
-
readonly borderInline: "colors";
|
|
1321
|
-
readonly borderInlineEnd: "colors";
|
|
1322
|
-
readonly borderInlineStart: "colors";
|
|
1323
|
-
readonly borderLeft: "colors";
|
|
1324
|
-
readonly borderLeftColor: "colors";
|
|
1325
|
-
readonly borderLeftStyle: "border-styles";
|
|
1326
|
-
readonly borderLeftWidth: "border-widths";
|
|
1327
|
-
readonly borderRadius: "radii";
|
|
1328
|
-
readonly borderRight: "colors";
|
|
1329
|
-
readonly borderRightColor: "colors";
|
|
1330
|
-
readonly borderRightStyle: "border-styles";
|
|
1331
|
-
readonly borderRightWidth: "border-widths";
|
|
1332
|
-
readonly borderSpacing: "space";
|
|
1333
|
-
readonly borderStyle: "border-styles";
|
|
1334
|
-
readonly borderTop: "colors";
|
|
1335
|
-
readonly borderTopColor: "colors";
|
|
1336
|
-
readonly borderTopLeftRadius: "radii";
|
|
1337
|
-
readonly borderTopRightRadius: "radii";
|
|
1338
|
-
readonly borderTopStyle: "border-styles";
|
|
1339
|
-
readonly borderTopWidth: "border-widths";
|
|
1340
|
-
readonly borderWidth: "border-widths";
|
|
1341
|
-
readonly bottom: "space";
|
|
1342
|
-
readonly boxShadow: "shadows";
|
|
1343
|
-
readonly caretColor: "colors";
|
|
1344
|
-
readonly color: "colors";
|
|
1345
|
-
readonly columnGap: "space";
|
|
1346
|
-
readonly columnRuleColor: "colors";
|
|
1347
|
-
readonly fill: "colors";
|
|
1348
|
-
readonly flexBasis: "sizes";
|
|
1349
|
-
readonly fontFamily: "fonts";
|
|
1350
|
-
readonly fontSize: "font-sizes";
|
|
1351
|
-
readonly fontWeight: "font-weights";
|
|
1352
|
-
readonly gap: "space";
|
|
1353
|
-
readonly gridColumnGap: "space";
|
|
1354
|
-
readonly gridGap: "space";
|
|
1355
|
-
readonly gridRowGap: "space";
|
|
1356
|
-
readonly gridTemplateColumns: "sizes";
|
|
1357
|
-
readonly gridTemplateRows: "sizes";
|
|
1358
|
-
readonly height: "sizes";
|
|
1359
|
-
readonly inlineSize: "sizes";
|
|
1360
|
-
readonly inset: "space";
|
|
1361
|
-
readonly insetBlock: "space";
|
|
1362
|
-
readonly insetBlockEnd: "space";
|
|
1363
|
-
readonly insetBlockStart: "space";
|
|
1364
|
-
readonly insetInline: "space";
|
|
1365
|
-
readonly insetInlineEnd: "space";
|
|
1366
|
-
readonly insetInlineStart: "space";
|
|
1367
|
-
readonly left: "space";
|
|
1368
|
-
readonly letterSpacing: "letter-spacings";
|
|
1369
|
-
readonly lineHeight: "line-heights";
|
|
1370
|
-
readonly margin: "space";
|
|
1371
|
-
readonly marginBlock: "space";
|
|
1372
|
-
readonly marginBlockEnd: "space";
|
|
1373
|
-
readonly marginBlockStart: "space";
|
|
1374
|
-
readonly marginBottom: "space";
|
|
1375
|
-
readonly marginInline: "space";
|
|
1376
|
-
readonly marginInlineEnd: "space";
|
|
1377
|
-
readonly marginInlineStart: "space";
|
|
1378
|
-
readonly marginLeft: "space";
|
|
1379
|
-
readonly marginRight: "space";
|
|
1380
|
-
readonly marginTop: "space";
|
|
1381
|
-
readonly maxBlockSize: "sizes";
|
|
1382
|
-
readonly maxHeight: "sizes";
|
|
1383
|
-
readonly maxInlineSize: "sizes";
|
|
1384
|
-
readonly maxWidth: "sizes";
|
|
1385
|
-
readonly minBlockSize: "sizes";
|
|
1386
|
-
readonly minHeight: "sizes";
|
|
1387
|
-
readonly minInlineSize: "sizes";
|
|
1388
|
-
readonly minWidth: "sizes";
|
|
1389
|
-
readonly outline: "colors";
|
|
1390
|
-
readonly outlineColor: "colors";
|
|
1391
|
-
readonly padding: "space";
|
|
1392
|
-
readonly paddingBlock: "space";
|
|
1393
|
-
readonly paddingBlockEnd: "space";
|
|
1394
|
-
readonly paddingBlockStart: "space";
|
|
1395
|
-
readonly paddingBottom: "space";
|
|
1396
|
-
readonly paddingInline: "space";
|
|
1397
|
-
readonly paddingInlineEnd: "space";
|
|
1398
|
-
readonly paddingInlineStart: "space";
|
|
1399
|
-
readonly paddingLeft: "space";
|
|
1400
|
-
readonly paddingRight: "space";
|
|
1401
|
-
readonly paddingTop: "space";
|
|
1402
|
-
readonly right: "space";
|
|
1403
|
-
readonly rowGap: "space";
|
|
1404
|
-
readonly scrollMargin: "space";
|
|
1405
|
-
readonly scrollMarginBlock: "space";
|
|
1406
|
-
readonly scrollMarginBlockEnd: "space";
|
|
1407
|
-
readonly scrollMarginBlockStart: "space";
|
|
1408
|
-
readonly scrollMarginBottom: "space";
|
|
1409
|
-
readonly scrollMarginInline: "space";
|
|
1410
|
-
readonly scrollMarginInlineEnd: "space";
|
|
1411
|
-
readonly scrollMarginInlineStart: "space";
|
|
1412
|
-
readonly scrollMarginLeft: "space";
|
|
1413
|
-
readonly scrollMarginRight: "space";
|
|
1414
|
-
readonly scrollMarginTop: "space";
|
|
1415
|
-
readonly scrollPadding: "space";
|
|
1416
|
-
readonly scrollPaddingBlock: "space";
|
|
1417
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
1418
|
-
readonly scrollPaddingBlockStart: "space";
|
|
1419
|
-
readonly scrollPaddingBottom: "space";
|
|
1420
|
-
readonly scrollPaddingInline: "space";
|
|
1421
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
1422
|
-
readonly scrollPaddingInlineStart: "space";
|
|
1423
|
-
readonly scrollPaddingLeft: "space";
|
|
1424
|
-
readonly scrollPaddingRight: "space";
|
|
1425
|
-
readonly scrollPaddingTop: "space";
|
|
1426
|
-
readonly stroke: "colors";
|
|
1427
|
-
readonly strokeWidth: "stroke-width";
|
|
1428
|
-
readonly textDecorationColor: "colors";
|
|
1429
|
-
readonly textShadow: "shadows";
|
|
1430
|
-
readonly top: "space";
|
|
1431
|
-
readonly transition: "transitions";
|
|
1432
|
-
readonly width: "sizes";
|
|
1433
|
-
readonly zIndex: "z-indices";
|
|
1434
|
-
}, {
|
|
1435
|
-
paddingX: (value: {
|
|
1436
|
-
readonly [$$PropertyValue]: "padding";
|
|
1437
|
-
}) => {
|
|
1438
|
-
paddingLeft: {
|
|
1439
|
-
readonly [$$PropertyValue]: "padding";
|
|
1440
|
-
};
|
|
1441
|
-
paddingRight: {
|
|
1442
|
-
readonly [$$PropertyValue]: "padding";
|
|
1443
|
-
};
|
|
1444
|
-
};
|
|
1445
|
-
paddingY: (value: {
|
|
1446
|
-
readonly [$$PropertyValue]: "padding";
|
|
1447
|
-
}) => {
|
|
1448
|
-
paddingTop: {
|
|
1449
|
-
readonly [$$PropertyValue]: "padding";
|
|
1450
|
-
};
|
|
1451
|
-
paddingBottom: {
|
|
1452
|
-
readonly [$$PropertyValue]: "padding";
|
|
1453
|
-
};
|
|
1454
|
-
};
|
|
1455
|
-
marginX: (value: {
|
|
1456
|
-
readonly [$$PropertyValue]: "margin";
|
|
1457
|
-
}) => {
|
|
1458
|
-
marginLeft: {
|
|
1459
|
-
readonly [$$PropertyValue]: "margin";
|
|
1460
|
-
};
|
|
1461
|
-
marginRight: {
|
|
1462
|
-
readonly [$$PropertyValue]: "margin";
|
|
1463
|
-
};
|
|
1464
|
-
};
|
|
1465
|
-
marginY: (value: {
|
|
1466
|
-
readonly [$$PropertyValue]: "margin";
|
|
1467
|
-
}) => {
|
|
1468
|
-
marginTop: {
|
|
1469
|
-
readonly [$$PropertyValue]: "margin";
|
|
1470
|
-
};
|
|
1471
|
-
marginBottom: {
|
|
1472
|
-
readonly [$$PropertyValue]: "margin";
|
|
1473
|
-
};
|
|
1474
|
-
};
|
|
1475
|
-
square: (value: {
|
|
1476
|
-
readonly [$$PropertyValue]: "width";
|
|
1477
|
-
}) => {
|
|
1478
|
-
width: {
|
|
1479
|
-
readonly [$$PropertyValue]: "width";
|
|
1480
|
-
};
|
|
1481
|
-
height: {
|
|
1482
|
-
readonly [$$PropertyValue]: "width";
|
|
1483
|
-
};
|
|
1484
|
-
};
|
|
1485
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1486
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1487
|
-
};
|
|
1488
|
-
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
31
|
+
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_select.SelectItemProps & react.RefAttributes<HTMLDivElement>, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
32
|
+
children?: react.ReactNode;
|
|
33
|
+
} & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1489
34
|
declare type StyledItemProps = StrictComponentProps<typeof StyledItem>;
|
|
1490
35
|
|
|
1491
36
|
interface ItemProps extends StyledItemProps {
|
|
@@ -1515,495 +60,9 @@ interface PortalProps extends SelectPortalProps {
|
|
|
1515
60
|
container?: HTMLElement | null;
|
|
1516
61
|
}
|
|
1517
62
|
|
|
1518
|
-
declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
readonly sm: "1px";
|
|
1522
|
-
readonly md: "2px";
|
|
1523
|
-
readonly lg: "4px";
|
|
1524
|
-
};
|
|
1525
|
-
colors: {
|
|
1526
|
-
readonly black: any;
|
|
1527
|
-
readonly 'blue-50': any;
|
|
1528
|
-
readonly 'blue-100': any;
|
|
1529
|
-
readonly 'blue-150': any;
|
|
1530
|
-
readonly 'blue-200': any;
|
|
1531
|
-
readonly 'blue-250': any;
|
|
1532
|
-
readonly 'blue-300': any;
|
|
1533
|
-
readonly 'blue-350': any;
|
|
1534
|
-
readonly 'blue-400': any;
|
|
1535
|
-
readonly 'blue-450': any;
|
|
1536
|
-
readonly 'blue-500': any;
|
|
1537
|
-
readonly 'blue-550': any;
|
|
1538
|
-
readonly 'blue-600': any;
|
|
1539
|
-
readonly 'blue-650': any;
|
|
1540
|
-
readonly 'blue-700': any;
|
|
1541
|
-
readonly 'blue-750': any;
|
|
1542
|
-
readonly 'blue-800': any;
|
|
1543
|
-
readonly 'blue-850': any;
|
|
1544
|
-
readonly 'blue-900': any;
|
|
1545
|
-
readonly 'blue-950': any;
|
|
1546
|
-
readonly 'gray-50': any;
|
|
1547
|
-
readonly 'gray-100': any;
|
|
1548
|
-
readonly 'gray-150': any;
|
|
1549
|
-
readonly 'gray-200': any;
|
|
1550
|
-
readonly 'gray-250': any;
|
|
1551
|
-
readonly 'gray-300': any;
|
|
1552
|
-
readonly 'gray-350': any;
|
|
1553
|
-
readonly 'gray-400': any;
|
|
1554
|
-
readonly 'gray-450': any;
|
|
1555
|
-
readonly 'gray-500': any;
|
|
1556
|
-
readonly 'gray-550': any;
|
|
1557
|
-
readonly 'gray-600': any;
|
|
1558
|
-
readonly 'gray-650': any;
|
|
1559
|
-
readonly 'gray-700': any;
|
|
1560
|
-
readonly 'gray-750': any;
|
|
1561
|
-
readonly 'gray-800': any;
|
|
1562
|
-
readonly 'gray-850': any;
|
|
1563
|
-
readonly 'gray-900': any;
|
|
1564
|
-
readonly 'gray-950': any;
|
|
1565
|
-
readonly 'green-50': any;
|
|
1566
|
-
readonly 'green-100': any;
|
|
1567
|
-
readonly 'green-150': any;
|
|
1568
|
-
readonly 'green-200': any;
|
|
1569
|
-
readonly 'green-250': any;
|
|
1570
|
-
readonly 'green-300': any;
|
|
1571
|
-
readonly 'green-350': any;
|
|
1572
|
-
readonly 'green-400': any;
|
|
1573
|
-
readonly 'green-450': any;
|
|
1574
|
-
readonly 'green-500': any;
|
|
1575
|
-
readonly 'green-550': any;
|
|
1576
|
-
readonly 'green-600': any;
|
|
1577
|
-
readonly 'green-650': any;
|
|
1578
|
-
readonly 'green-700': any;
|
|
1579
|
-
readonly 'green-750': any;
|
|
1580
|
-
readonly 'green-800': any;
|
|
1581
|
-
readonly 'green-850': any;
|
|
1582
|
-
readonly 'green-900': any;
|
|
1583
|
-
readonly 'green-950': any;
|
|
1584
|
-
readonly 'red-50': any;
|
|
1585
|
-
readonly 'red-100': any;
|
|
1586
|
-
readonly 'red-150': any;
|
|
1587
|
-
readonly 'red-200': any;
|
|
1588
|
-
readonly 'red-250': any;
|
|
1589
|
-
readonly 'red-300': any;
|
|
1590
|
-
readonly 'red-350': any;
|
|
1591
|
-
readonly 'red-400': any;
|
|
1592
|
-
readonly 'red-450': any;
|
|
1593
|
-
readonly 'red-500': any;
|
|
1594
|
-
readonly 'red-550': any;
|
|
1595
|
-
readonly 'red-600': any;
|
|
1596
|
-
readonly 'red-650': any;
|
|
1597
|
-
readonly 'red-700': any;
|
|
1598
|
-
readonly 'red-750': any;
|
|
1599
|
-
readonly 'red-800': any;
|
|
1600
|
-
readonly 'red-850': any;
|
|
1601
|
-
readonly 'red-900': any;
|
|
1602
|
-
readonly 'red-950': any;
|
|
1603
|
-
readonly transparent: any;
|
|
1604
|
-
readonly white: any;
|
|
1605
|
-
readonly 'yellow-50': any;
|
|
1606
|
-
readonly 'yellow-100': any;
|
|
1607
|
-
readonly 'yellow-150': any;
|
|
1608
|
-
readonly 'yellow-200': any;
|
|
1609
|
-
readonly 'yellow-250': any;
|
|
1610
|
-
readonly 'yellow-300': any;
|
|
1611
|
-
readonly 'yellow-350': any;
|
|
1612
|
-
readonly 'yellow-400': any;
|
|
1613
|
-
readonly 'yellow-450': any;
|
|
1614
|
-
readonly 'yellow-500': any;
|
|
1615
|
-
readonly 'yellow-550': any;
|
|
1616
|
-
readonly 'yellow-600': any;
|
|
1617
|
-
readonly 'yellow-650': any;
|
|
1618
|
-
readonly 'yellow-700': any;
|
|
1619
|
-
readonly 'yellow-750': any;
|
|
1620
|
-
readonly 'yellow-800': any;
|
|
1621
|
-
readonly 'yellow-850': any;
|
|
1622
|
-
readonly 'yellow-900': any;
|
|
1623
|
-
readonly 'yellow-950': any;
|
|
1624
|
-
"background-alpha-active"?: any;
|
|
1625
|
-
"background-alpha-hover"?: any;
|
|
1626
|
-
"background-danger-prominent"?: any;
|
|
1627
|
-
"background-danger-prominent-active"?: any;
|
|
1628
|
-
"background-danger-prominent-hover"?: any;
|
|
1629
|
-
"background-danger-subtle"?: any;
|
|
1630
|
-
"background-danger-subtle-active"?: any;
|
|
1631
|
-
"background-danger-subtle-hover"?: any;
|
|
1632
|
-
"background-neutrals"?: any;
|
|
1633
|
-
"background-neutrals-active"?: any;
|
|
1634
|
-
"background-neutrals-container"?: any;
|
|
1635
|
-
"background-neutrals-controls-disabled"?: any;
|
|
1636
|
-
"background-neutrals-disabled"?: any;
|
|
1637
|
-
"background-neutrals-hover"?: any;
|
|
1638
|
-
"background-neutrals-inactive"?: any;
|
|
1639
|
-
"background-neutrals-inactive-hover"?: any;
|
|
1640
|
-
"background-neutrals-inverted"?: any;
|
|
1641
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
1642
|
-
"background-neutrals-page"?: any;
|
|
1643
|
-
"background-neutrals-page-subtle"?: any;
|
|
1644
|
-
"background-neutrals-scrollbar"?: any;
|
|
1645
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
1646
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
1647
|
-
"background-neutrals-subtle"?: any;
|
|
1648
|
-
"background-neutrals-subtle-active"?: any;
|
|
1649
|
-
"background-neutrals-subtle-hover"?: any;
|
|
1650
|
-
"background-primary-prominent"?: any;
|
|
1651
|
-
"background-primary-prominent-active"?: any;
|
|
1652
|
-
"background-primary-prominent-hover"?: any;
|
|
1653
|
-
"background-primary-prominent-selected"?: any;
|
|
1654
|
-
"background-primary-subtle"?: any;
|
|
1655
|
-
"background-primary-subtle-active"?: any;
|
|
1656
|
-
"background-primary-subtle-hover"?: any;
|
|
1657
|
-
"background-primary-subtle-selected"?: any;
|
|
1658
|
-
"background-success"?: any;
|
|
1659
|
-
"background-success-prominent"?: any;
|
|
1660
|
-
"background-success-prominent-active"?: any;
|
|
1661
|
-
"background-success-prominent-hover"?: any;
|
|
1662
|
-
"background-warning-prominent"?: any;
|
|
1663
|
-
"background-warning-subtle"?: any;
|
|
1664
|
-
"border-danger"?: any;
|
|
1665
|
-
"border-danger-active"?: any;
|
|
1666
|
-
"border-danger-hover"?: any;
|
|
1667
|
-
"border-focus-error-inner"?: any;
|
|
1668
|
-
"border-focus-error-middle"?: any;
|
|
1669
|
-
"border-focus-error-outer"?: any;
|
|
1670
|
-
"border-focus-inner"?: any;
|
|
1671
|
-
"border-focus-middle"?: any;
|
|
1672
|
-
"border-focus-outer"?: any;
|
|
1673
|
-
"border-focus-success-inner"?: any;
|
|
1674
|
-
"border-focus-success-middle"?: any;
|
|
1675
|
-
"border-focus-success-outer"?: any;
|
|
1676
|
-
"border-neutrals"?: any;
|
|
1677
|
-
"border-neutrals-active"?: any;
|
|
1678
|
-
"border-neutrals-controls"?: any;
|
|
1679
|
-
"border-neutrals-controls-disabled"?: any;
|
|
1680
|
-
"border-neutrals-disabled"?: any;
|
|
1681
|
-
"border-neutrals-hover"?: any;
|
|
1682
|
-
"border-neutrals-inverted"?: any;
|
|
1683
|
-
"border-neutrals-subtle"?: any;
|
|
1684
|
-
"border-neutrals-text"?: any;
|
|
1685
|
-
"border-neutrals-text-active"?: any;
|
|
1686
|
-
"border-neutrals-text-hover"?: any;
|
|
1687
|
-
"border-neutrals-text-subtle"?: any;
|
|
1688
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
1689
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
1690
|
-
"border-neutrals-transparent"?: any;
|
|
1691
|
-
"border-primary"?: any;
|
|
1692
|
-
"border-primary-active"?: any;
|
|
1693
|
-
"border-primary-hover"?: any;
|
|
1694
|
-
"border-primary-inverted"?: any;
|
|
1695
|
-
"border-success"?: any;
|
|
1696
|
-
"border-success-active"?: any;
|
|
1697
|
-
"border-success-hover"?: any;
|
|
1698
|
-
"border-warning"?: any;
|
|
1699
|
-
"icon-danger"?: any;
|
|
1700
|
-
"icon-danger-active"?: any;
|
|
1701
|
-
"icon-danger-hover"?: any;
|
|
1702
|
-
"icon-danger-inverted"?: any;
|
|
1703
|
-
"icon-neutrals"?: any;
|
|
1704
|
-
"icon-neutrals-disabled"?: any;
|
|
1705
|
-
"icon-neutrals-inactive"?: any;
|
|
1706
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
1707
|
-
"icon-neutrals-inverted"?: any;
|
|
1708
|
-
"icon-neutrals-search"?: any;
|
|
1709
|
-
"icon-neutrals-subtle"?: any;
|
|
1710
|
-
"icon-neutrals-text"?: any;
|
|
1711
|
-
"icon-primary"?: any;
|
|
1712
|
-
"icon-primary-active"?: any;
|
|
1713
|
-
"icon-primary-hover"?: any;
|
|
1714
|
-
"icon-primary-inverted"?: any;
|
|
1715
|
-
"icon-primary-selected"?: any;
|
|
1716
|
-
"icon-success"?: any;
|
|
1717
|
-
"icon-success-active"?: any;
|
|
1718
|
-
"icon-success-hover"?: any;
|
|
1719
|
-
"icon-success-inverted"?: any;
|
|
1720
|
-
"icon-warning"?: any;
|
|
1721
|
-
"icon-warning-prominent"?: any;
|
|
1722
|
-
"icon-warning-subtle"?: any;
|
|
1723
|
-
"text-danger"?: any;
|
|
1724
|
-
"text-danger-active"?: any;
|
|
1725
|
-
"text-danger-hover"?: any;
|
|
1726
|
-
"text-danger-inverted"?: any;
|
|
1727
|
-
"text-neutrals"?: any;
|
|
1728
|
-
"text-neutrals-active"?: any;
|
|
1729
|
-
"text-neutrals-disabled"?: any;
|
|
1730
|
-
"text-neutrals-hover"?: any;
|
|
1731
|
-
"text-neutrals-inverted"?: any;
|
|
1732
|
-
"text-neutrals-placeholder"?: any;
|
|
1733
|
-
"text-neutrals-placeholder-only"?: any;
|
|
1734
|
-
"text-neutrals-subtle"?: any;
|
|
1735
|
-
"text-neutrals-subtle-active"?: any;
|
|
1736
|
-
"text-neutrals-subtle-hover"?: any;
|
|
1737
|
-
"text-primary"?: any;
|
|
1738
|
-
"text-primary-active"?: any;
|
|
1739
|
-
"text-primary-hover"?: any;
|
|
1740
|
-
"text-primary-inverted"?: any;
|
|
1741
|
-
"text-primary-inverted-subtle"?: any;
|
|
1742
|
-
"text-primary-selected"?: any;
|
|
1743
|
-
"text-success"?: any;
|
|
1744
|
-
"text-success-active"?: any;
|
|
1745
|
-
"text-success-hover"?: any;
|
|
1746
|
-
"text-success-inverted"?: any;
|
|
1747
|
-
"text-warning"?: any;
|
|
1748
|
-
"text-warning-subtle"?: any;
|
|
1749
|
-
};
|
|
1750
|
-
'font-sizes': {
|
|
1751
|
-
readonly 125: "0.625rem";
|
|
1752
|
-
readonly 150: "0.75rem";
|
|
1753
|
-
readonly 175: "0.875rem";
|
|
1754
|
-
readonly 200: "1rem";
|
|
1755
|
-
readonly 225: "1.125rem";
|
|
1756
|
-
readonly 250: "1.25rem";
|
|
1757
|
-
readonly 300: "1.5rem";
|
|
1758
|
-
readonly 400: "2rem";
|
|
1759
|
-
readonly 500: "2.5rem";
|
|
1760
|
-
readonly 600: "3rem";
|
|
1761
|
-
readonly 800: "4rem";
|
|
1762
|
-
readonly 900: "4.5rem";
|
|
1763
|
-
};
|
|
1764
|
-
fonts: {
|
|
1765
|
-
readonly heading: "Roobert, sans-serif";
|
|
1766
|
-
readonly body: "Open Sans, sans-serif";
|
|
1767
|
-
};
|
|
1768
|
-
radii: {
|
|
1769
|
-
readonly 0: "0px";
|
|
1770
|
-
readonly 25: "2px";
|
|
1771
|
-
readonly 50: "4px";
|
|
1772
|
-
readonly 75: "6px";
|
|
1773
|
-
readonly 100: "8px";
|
|
1774
|
-
readonly 200: "16px";
|
|
1775
|
-
readonly round: "999px";
|
|
1776
|
-
};
|
|
1777
|
-
shadows: {
|
|
1778
|
-
100: any;
|
|
1779
|
-
50: any;
|
|
1780
|
-
"focus-small": any;
|
|
1781
|
-
"focus-small-outline": any;
|
|
1782
|
-
"focus-large": any;
|
|
1783
|
-
"focus-controls": any;
|
|
1784
|
-
"focus-small-error": any;
|
|
1785
|
-
"focus-controls-error": any;
|
|
1786
|
-
"focus-controls-success": any;
|
|
1787
|
-
};
|
|
1788
|
-
sizes: {
|
|
1789
|
-
readonly number: string;
|
|
1790
|
-
readonly 'icon-200': "16px";
|
|
1791
|
-
readonly 'icon-300': "24px";
|
|
1792
|
-
readonly 'icon-400': "32px";
|
|
1793
|
-
};
|
|
1794
|
-
space: {
|
|
1795
|
-
readonly 0: "0px";
|
|
1796
|
-
readonly 25: "2px";
|
|
1797
|
-
readonly 50: "4px";
|
|
1798
|
-
readonly 100: "8px";
|
|
1799
|
-
readonly 150: "12px";
|
|
1800
|
-
readonly 200: "16px";
|
|
1801
|
-
readonly 300: "24px";
|
|
1802
|
-
readonly 400: "32px";
|
|
1803
|
-
readonly 500: "40px";
|
|
1804
|
-
readonly 600: "48px";
|
|
1805
|
-
readonly 700: "56px";
|
|
1806
|
-
readonly 800: "64px";
|
|
1807
|
-
readonly 1200: "96px";
|
|
1808
|
-
readonly 1600: "128px";
|
|
1809
|
-
};
|
|
1810
|
-
'stroke-width': {
|
|
1811
|
-
readonly thin: "1.5px";
|
|
1812
|
-
readonly normal: "2px";
|
|
1813
|
-
readonly bold: "4px";
|
|
1814
|
-
};
|
|
1815
|
-
'z-indices': {
|
|
1816
|
-
readonly dropdownMenu: 100;
|
|
1817
|
-
readonly select: 200;
|
|
1818
|
-
readonly popover: 300;
|
|
1819
|
-
readonly tooltip: 400;
|
|
1820
|
-
};
|
|
1821
|
-
}, {
|
|
1822
|
-
readonly background: "colors";
|
|
1823
|
-
readonly backgroundColor: "colors";
|
|
1824
|
-
readonly backgroundImage: "colors";
|
|
1825
|
-
readonly blockSize: "sizes";
|
|
1826
|
-
readonly border: "colors";
|
|
1827
|
-
readonly borderBlock: "colors";
|
|
1828
|
-
readonly borderBlockEnd: "colors";
|
|
1829
|
-
readonly borderBlockStart: "colors";
|
|
1830
|
-
readonly borderBottom: "colors";
|
|
1831
|
-
readonly borderBottomColor: "colors";
|
|
1832
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1833
|
-
readonly borderBottomRightRadius: "radii";
|
|
1834
|
-
readonly borderBottomStyle: "border-styles";
|
|
1835
|
-
readonly borderBottomWidth: "border-widths";
|
|
1836
|
-
readonly borderColor: "colors";
|
|
1837
|
-
readonly borderImage: "colors";
|
|
1838
|
-
readonly borderInline: "colors";
|
|
1839
|
-
readonly borderInlineEnd: "colors";
|
|
1840
|
-
readonly borderInlineStart: "colors";
|
|
1841
|
-
readonly borderLeft: "colors";
|
|
1842
|
-
readonly borderLeftColor: "colors";
|
|
1843
|
-
readonly borderLeftStyle: "border-styles";
|
|
1844
|
-
readonly borderLeftWidth: "border-widths";
|
|
1845
|
-
readonly borderRadius: "radii";
|
|
1846
|
-
readonly borderRight: "colors";
|
|
1847
|
-
readonly borderRightColor: "colors";
|
|
1848
|
-
readonly borderRightStyle: "border-styles";
|
|
1849
|
-
readonly borderRightWidth: "border-widths";
|
|
1850
|
-
readonly borderSpacing: "space";
|
|
1851
|
-
readonly borderStyle: "border-styles";
|
|
1852
|
-
readonly borderTop: "colors";
|
|
1853
|
-
readonly borderTopColor: "colors";
|
|
1854
|
-
readonly borderTopLeftRadius: "radii";
|
|
1855
|
-
readonly borderTopRightRadius: "radii";
|
|
1856
|
-
readonly borderTopStyle: "border-styles";
|
|
1857
|
-
readonly borderTopWidth: "border-widths";
|
|
1858
|
-
readonly borderWidth: "border-widths";
|
|
1859
|
-
readonly bottom: "space";
|
|
1860
|
-
readonly boxShadow: "shadows";
|
|
1861
|
-
readonly caretColor: "colors";
|
|
1862
|
-
readonly color: "colors";
|
|
1863
|
-
readonly columnGap: "space";
|
|
1864
|
-
readonly columnRuleColor: "colors";
|
|
1865
|
-
readonly fill: "colors";
|
|
1866
|
-
readonly flexBasis: "sizes";
|
|
1867
|
-
readonly fontFamily: "fonts";
|
|
1868
|
-
readonly fontSize: "font-sizes";
|
|
1869
|
-
readonly fontWeight: "font-weights";
|
|
1870
|
-
readonly gap: "space";
|
|
1871
|
-
readonly gridColumnGap: "space";
|
|
1872
|
-
readonly gridGap: "space";
|
|
1873
|
-
readonly gridRowGap: "space";
|
|
1874
|
-
readonly gridTemplateColumns: "sizes";
|
|
1875
|
-
readonly gridTemplateRows: "sizes";
|
|
1876
|
-
readonly height: "sizes";
|
|
1877
|
-
readonly inlineSize: "sizes";
|
|
1878
|
-
readonly inset: "space";
|
|
1879
|
-
readonly insetBlock: "space";
|
|
1880
|
-
readonly insetBlockEnd: "space";
|
|
1881
|
-
readonly insetBlockStart: "space";
|
|
1882
|
-
readonly insetInline: "space";
|
|
1883
|
-
readonly insetInlineEnd: "space";
|
|
1884
|
-
readonly insetInlineStart: "space";
|
|
1885
|
-
readonly left: "space";
|
|
1886
|
-
readonly letterSpacing: "letter-spacings";
|
|
1887
|
-
readonly lineHeight: "line-heights";
|
|
1888
|
-
readonly margin: "space";
|
|
1889
|
-
readonly marginBlock: "space";
|
|
1890
|
-
readonly marginBlockEnd: "space";
|
|
1891
|
-
readonly marginBlockStart: "space";
|
|
1892
|
-
readonly marginBottom: "space";
|
|
1893
|
-
readonly marginInline: "space";
|
|
1894
|
-
readonly marginInlineEnd: "space";
|
|
1895
|
-
readonly marginInlineStart: "space";
|
|
1896
|
-
readonly marginLeft: "space";
|
|
1897
|
-
readonly marginRight: "space";
|
|
1898
|
-
readonly marginTop: "space";
|
|
1899
|
-
readonly maxBlockSize: "sizes";
|
|
1900
|
-
readonly maxHeight: "sizes";
|
|
1901
|
-
readonly maxInlineSize: "sizes";
|
|
1902
|
-
readonly maxWidth: "sizes";
|
|
1903
|
-
readonly minBlockSize: "sizes";
|
|
1904
|
-
readonly minHeight: "sizes";
|
|
1905
|
-
readonly minInlineSize: "sizes";
|
|
1906
|
-
readonly minWidth: "sizes";
|
|
1907
|
-
readonly outline: "colors";
|
|
1908
|
-
readonly outlineColor: "colors";
|
|
1909
|
-
readonly padding: "space";
|
|
1910
|
-
readonly paddingBlock: "space";
|
|
1911
|
-
readonly paddingBlockEnd: "space";
|
|
1912
|
-
readonly paddingBlockStart: "space";
|
|
1913
|
-
readonly paddingBottom: "space";
|
|
1914
|
-
readonly paddingInline: "space";
|
|
1915
|
-
readonly paddingInlineEnd: "space";
|
|
1916
|
-
readonly paddingInlineStart: "space";
|
|
1917
|
-
readonly paddingLeft: "space";
|
|
1918
|
-
readonly paddingRight: "space";
|
|
1919
|
-
readonly paddingTop: "space";
|
|
1920
|
-
readonly right: "space";
|
|
1921
|
-
readonly rowGap: "space";
|
|
1922
|
-
readonly scrollMargin: "space";
|
|
1923
|
-
readonly scrollMarginBlock: "space";
|
|
1924
|
-
readonly scrollMarginBlockEnd: "space";
|
|
1925
|
-
readonly scrollMarginBlockStart: "space";
|
|
1926
|
-
readonly scrollMarginBottom: "space";
|
|
1927
|
-
readonly scrollMarginInline: "space";
|
|
1928
|
-
readonly scrollMarginInlineEnd: "space";
|
|
1929
|
-
readonly scrollMarginInlineStart: "space";
|
|
1930
|
-
readonly scrollMarginLeft: "space";
|
|
1931
|
-
readonly scrollMarginRight: "space";
|
|
1932
|
-
readonly scrollMarginTop: "space";
|
|
1933
|
-
readonly scrollPadding: "space";
|
|
1934
|
-
readonly scrollPaddingBlock: "space";
|
|
1935
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
1936
|
-
readonly scrollPaddingBlockStart: "space";
|
|
1937
|
-
readonly scrollPaddingBottom: "space";
|
|
1938
|
-
readonly scrollPaddingInline: "space";
|
|
1939
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
1940
|
-
readonly scrollPaddingInlineStart: "space";
|
|
1941
|
-
readonly scrollPaddingLeft: "space";
|
|
1942
|
-
readonly scrollPaddingRight: "space";
|
|
1943
|
-
readonly scrollPaddingTop: "space";
|
|
1944
|
-
readonly stroke: "colors";
|
|
1945
|
-
readonly strokeWidth: "stroke-width";
|
|
1946
|
-
readonly textDecorationColor: "colors";
|
|
1947
|
-
readonly textShadow: "shadows";
|
|
1948
|
-
readonly top: "space";
|
|
1949
|
-
readonly transition: "transitions";
|
|
1950
|
-
readonly width: "sizes";
|
|
1951
|
-
readonly zIndex: "z-indices";
|
|
1952
|
-
}, {
|
|
1953
|
-
paddingX: (value: {
|
|
1954
|
-
readonly [$$PropertyValue]: "padding";
|
|
1955
|
-
}) => {
|
|
1956
|
-
paddingLeft: {
|
|
1957
|
-
readonly [$$PropertyValue]: "padding";
|
|
1958
|
-
};
|
|
1959
|
-
paddingRight: {
|
|
1960
|
-
readonly [$$PropertyValue]: "padding";
|
|
1961
|
-
};
|
|
1962
|
-
};
|
|
1963
|
-
paddingY: (value: {
|
|
1964
|
-
readonly [$$PropertyValue]: "padding";
|
|
1965
|
-
}) => {
|
|
1966
|
-
paddingTop: {
|
|
1967
|
-
readonly [$$PropertyValue]: "padding";
|
|
1968
|
-
};
|
|
1969
|
-
paddingBottom: {
|
|
1970
|
-
readonly [$$PropertyValue]: "padding";
|
|
1971
|
-
};
|
|
1972
|
-
};
|
|
1973
|
-
marginX: (value: {
|
|
1974
|
-
readonly [$$PropertyValue]: "margin";
|
|
1975
|
-
}) => {
|
|
1976
|
-
marginLeft: {
|
|
1977
|
-
readonly [$$PropertyValue]: "margin";
|
|
1978
|
-
};
|
|
1979
|
-
marginRight: {
|
|
1980
|
-
readonly [$$PropertyValue]: "margin";
|
|
1981
|
-
};
|
|
1982
|
-
};
|
|
1983
|
-
marginY: (value: {
|
|
1984
|
-
readonly [$$PropertyValue]: "margin";
|
|
1985
|
-
}) => {
|
|
1986
|
-
marginTop: {
|
|
1987
|
-
readonly [$$PropertyValue]: "margin";
|
|
1988
|
-
};
|
|
1989
|
-
marginBottom: {
|
|
1990
|
-
readonly [$$PropertyValue]: "margin";
|
|
1991
|
-
};
|
|
1992
|
-
};
|
|
1993
|
-
square: (value: {
|
|
1994
|
-
readonly [$$PropertyValue]: "width";
|
|
1995
|
-
}) => {
|
|
1996
|
-
width: {
|
|
1997
|
-
readonly [$$PropertyValue]: "width";
|
|
1998
|
-
};
|
|
1999
|
-
height: {
|
|
2000
|
-
readonly [$$PropertyValue]: "width";
|
|
2001
|
-
};
|
|
2002
|
-
};
|
|
2003
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2004
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2005
|
-
};
|
|
2006
|
-
}>>>, "size"> & _stitches_react_types_styled_component.TransformProps<{
|
|
63
|
+
declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_select.SelectTriggerProps & react.RefAttributes<HTMLButtonElement>, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
64
|
+
children?: react.ReactNode;
|
|
65
|
+
} & _stitches_react_types_styled_component.TransformProps<{
|
|
2007
66
|
size?: "large" | "x-large" | undefined;
|
|
2008
67
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectTriggerProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
2009
68
|
size?: "large" | "x-large" | undefined;
|
|
@@ -2037,495 +96,9 @@ interface ValueProps extends StyledValueProps {
|
|
|
2037
96
|
}
|
|
2038
97
|
declare const Value: react__default.ForwardRefExoticComponent<Omit<ValueProps, "ref"> & react__default.RefAttributes<HTMLSpanElement>>;
|
|
2039
98
|
|
|
2040
|
-
declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
readonly sm: "1px";
|
|
2044
|
-
readonly md: "2px";
|
|
2045
|
-
readonly lg: "4px";
|
|
2046
|
-
};
|
|
2047
|
-
colors: {
|
|
2048
|
-
readonly black: any;
|
|
2049
|
-
readonly 'blue-50': any;
|
|
2050
|
-
readonly 'blue-100': any;
|
|
2051
|
-
readonly 'blue-150': any;
|
|
2052
|
-
readonly 'blue-200': any;
|
|
2053
|
-
readonly 'blue-250': any;
|
|
2054
|
-
readonly 'blue-300': any;
|
|
2055
|
-
readonly 'blue-350': any;
|
|
2056
|
-
readonly 'blue-400': any;
|
|
2057
|
-
readonly 'blue-450': any;
|
|
2058
|
-
readonly 'blue-500': any;
|
|
2059
|
-
readonly 'blue-550': any;
|
|
2060
|
-
readonly 'blue-600': any;
|
|
2061
|
-
readonly 'blue-650': any;
|
|
2062
|
-
readonly 'blue-700': any;
|
|
2063
|
-
readonly 'blue-750': any;
|
|
2064
|
-
readonly 'blue-800': any;
|
|
2065
|
-
readonly 'blue-850': any;
|
|
2066
|
-
readonly 'blue-900': any;
|
|
2067
|
-
readonly 'blue-950': any;
|
|
2068
|
-
readonly 'gray-50': any;
|
|
2069
|
-
readonly 'gray-100': any;
|
|
2070
|
-
readonly 'gray-150': any;
|
|
2071
|
-
readonly 'gray-200': any;
|
|
2072
|
-
readonly 'gray-250': any;
|
|
2073
|
-
readonly 'gray-300': any;
|
|
2074
|
-
readonly 'gray-350': any;
|
|
2075
|
-
readonly 'gray-400': any;
|
|
2076
|
-
readonly 'gray-450': any;
|
|
2077
|
-
readonly 'gray-500': any;
|
|
2078
|
-
readonly 'gray-550': any;
|
|
2079
|
-
readonly 'gray-600': any;
|
|
2080
|
-
readonly 'gray-650': any;
|
|
2081
|
-
readonly 'gray-700': any;
|
|
2082
|
-
readonly 'gray-750': any;
|
|
2083
|
-
readonly 'gray-800': any;
|
|
2084
|
-
readonly 'gray-850': any;
|
|
2085
|
-
readonly 'gray-900': any;
|
|
2086
|
-
readonly 'gray-950': any;
|
|
2087
|
-
readonly 'green-50': any;
|
|
2088
|
-
readonly 'green-100': any;
|
|
2089
|
-
readonly 'green-150': any;
|
|
2090
|
-
readonly 'green-200': any;
|
|
2091
|
-
readonly 'green-250': any;
|
|
2092
|
-
readonly 'green-300': any;
|
|
2093
|
-
readonly 'green-350': any;
|
|
2094
|
-
readonly 'green-400': any;
|
|
2095
|
-
readonly 'green-450': any;
|
|
2096
|
-
readonly 'green-500': any;
|
|
2097
|
-
readonly 'green-550': any;
|
|
2098
|
-
readonly 'green-600': any;
|
|
2099
|
-
readonly 'green-650': any;
|
|
2100
|
-
readonly 'green-700': any;
|
|
2101
|
-
readonly 'green-750': any;
|
|
2102
|
-
readonly 'green-800': any;
|
|
2103
|
-
readonly 'green-850': any;
|
|
2104
|
-
readonly 'green-900': any;
|
|
2105
|
-
readonly 'green-950': any;
|
|
2106
|
-
readonly 'red-50': any;
|
|
2107
|
-
readonly 'red-100': any;
|
|
2108
|
-
readonly 'red-150': any;
|
|
2109
|
-
readonly 'red-200': any;
|
|
2110
|
-
readonly 'red-250': any;
|
|
2111
|
-
readonly 'red-300': any;
|
|
2112
|
-
readonly 'red-350': any;
|
|
2113
|
-
readonly 'red-400': any;
|
|
2114
|
-
readonly 'red-450': any;
|
|
2115
|
-
readonly 'red-500': any;
|
|
2116
|
-
readonly 'red-550': any;
|
|
2117
|
-
readonly 'red-600': any;
|
|
2118
|
-
readonly 'red-650': any;
|
|
2119
|
-
readonly 'red-700': any;
|
|
2120
|
-
readonly 'red-750': any;
|
|
2121
|
-
readonly 'red-800': any;
|
|
2122
|
-
readonly 'red-850': any;
|
|
2123
|
-
readonly 'red-900': any;
|
|
2124
|
-
readonly 'red-950': any;
|
|
2125
|
-
readonly transparent: any;
|
|
2126
|
-
readonly white: any;
|
|
2127
|
-
readonly 'yellow-50': any;
|
|
2128
|
-
readonly 'yellow-100': any;
|
|
2129
|
-
readonly 'yellow-150': any;
|
|
2130
|
-
readonly 'yellow-200': any;
|
|
2131
|
-
readonly 'yellow-250': any;
|
|
2132
|
-
readonly 'yellow-300': any;
|
|
2133
|
-
readonly 'yellow-350': any;
|
|
2134
|
-
readonly 'yellow-400': any;
|
|
2135
|
-
readonly 'yellow-450': any;
|
|
2136
|
-
readonly 'yellow-500': any;
|
|
2137
|
-
readonly 'yellow-550': any;
|
|
2138
|
-
readonly 'yellow-600': any;
|
|
2139
|
-
readonly 'yellow-650': any;
|
|
2140
|
-
readonly 'yellow-700': any;
|
|
2141
|
-
readonly 'yellow-750': any;
|
|
2142
|
-
readonly 'yellow-800': any;
|
|
2143
|
-
readonly 'yellow-850': any;
|
|
2144
|
-
readonly 'yellow-900': any;
|
|
2145
|
-
readonly 'yellow-950': any;
|
|
2146
|
-
"background-alpha-active"?: any;
|
|
2147
|
-
"background-alpha-hover"?: any;
|
|
2148
|
-
"background-danger-prominent"?: any;
|
|
2149
|
-
"background-danger-prominent-active"?: any;
|
|
2150
|
-
"background-danger-prominent-hover"?: any;
|
|
2151
|
-
"background-danger-subtle"?: any;
|
|
2152
|
-
"background-danger-subtle-active"?: any;
|
|
2153
|
-
"background-danger-subtle-hover"?: any;
|
|
2154
|
-
"background-neutrals"?: any;
|
|
2155
|
-
"background-neutrals-active"?: any;
|
|
2156
|
-
"background-neutrals-container"?: any;
|
|
2157
|
-
"background-neutrals-controls-disabled"?: any;
|
|
2158
|
-
"background-neutrals-disabled"?: any;
|
|
2159
|
-
"background-neutrals-hover"?: any;
|
|
2160
|
-
"background-neutrals-inactive"?: any;
|
|
2161
|
-
"background-neutrals-inactive-hover"?: any;
|
|
2162
|
-
"background-neutrals-inverted"?: any;
|
|
2163
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
2164
|
-
"background-neutrals-page"?: any;
|
|
2165
|
-
"background-neutrals-page-subtle"?: any;
|
|
2166
|
-
"background-neutrals-scrollbar"?: any;
|
|
2167
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
2168
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
2169
|
-
"background-neutrals-subtle"?: any;
|
|
2170
|
-
"background-neutrals-subtle-active"?: any;
|
|
2171
|
-
"background-neutrals-subtle-hover"?: any;
|
|
2172
|
-
"background-primary-prominent"?: any;
|
|
2173
|
-
"background-primary-prominent-active"?: any;
|
|
2174
|
-
"background-primary-prominent-hover"?: any;
|
|
2175
|
-
"background-primary-prominent-selected"?: any;
|
|
2176
|
-
"background-primary-subtle"?: any;
|
|
2177
|
-
"background-primary-subtle-active"?: any;
|
|
2178
|
-
"background-primary-subtle-hover"?: any;
|
|
2179
|
-
"background-primary-subtle-selected"?: any;
|
|
2180
|
-
"background-success"?: any;
|
|
2181
|
-
"background-success-prominent"?: any;
|
|
2182
|
-
"background-success-prominent-active"?: any;
|
|
2183
|
-
"background-success-prominent-hover"?: any;
|
|
2184
|
-
"background-warning-prominent"?: any;
|
|
2185
|
-
"background-warning-subtle"?: any;
|
|
2186
|
-
"border-danger"?: any;
|
|
2187
|
-
"border-danger-active"?: any;
|
|
2188
|
-
"border-danger-hover"?: any;
|
|
2189
|
-
"border-focus-error-inner"?: any;
|
|
2190
|
-
"border-focus-error-middle"?: any;
|
|
2191
|
-
"border-focus-error-outer"?: any;
|
|
2192
|
-
"border-focus-inner"?: any;
|
|
2193
|
-
"border-focus-middle"?: any;
|
|
2194
|
-
"border-focus-outer"?: any;
|
|
2195
|
-
"border-focus-success-inner"?: any;
|
|
2196
|
-
"border-focus-success-middle"?: any;
|
|
2197
|
-
"border-focus-success-outer"?: any;
|
|
2198
|
-
"border-neutrals"?: any;
|
|
2199
|
-
"border-neutrals-active"?: any;
|
|
2200
|
-
"border-neutrals-controls"?: any;
|
|
2201
|
-
"border-neutrals-controls-disabled"?: any;
|
|
2202
|
-
"border-neutrals-disabled"?: any;
|
|
2203
|
-
"border-neutrals-hover"?: any;
|
|
2204
|
-
"border-neutrals-inverted"?: any;
|
|
2205
|
-
"border-neutrals-subtle"?: any;
|
|
2206
|
-
"border-neutrals-text"?: any;
|
|
2207
|
-
"border-neutrals-text-active"?: any;
|
|
2208
|
-
"border-neutrals-text-hover"?: any;
|
|
2209
|
-
"border-neutrals-text-subtle"?: any;
|
|
2210
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
2211
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
2212
|
-
"border-neutrals-transparent"?: any;
|
|
2213
|
-
"border-primary"?: any;
|
|
2214
|
-
"border-primary-active"?: any;
|
|
2215
|
-
"border-primary-hover"?: any;
|
|
2216
|
-
"border-primary-inverted"?: any;
|
|
2217
|
-
"border-success"?: any;
|
|
2218
|
-
"border-success-active"?: any;
|
|
2219
|
-
"border-success-hover"?: any;
|
|
2220
|
-
"border-warning"?: any;
|
|
2221
|
-
"icon-danger"?: any;
|
|
2222
|
-
"icon-danger-active"?: any;
|
|
2223
|
-
"icon-danger-hover"?: any;
|
|
2224
|
-
"icon-danger-inverted"?: any;
|
|
2225
|
-
"icon-neutrals"?: any;
|
|
2226
|
-
"icon-neutrals-disabled"?: any;
|
|
2227
|
-
"icon-neutrals-inactive"?: any;
|
|
2228
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
2229
|
-
"icon-neutrals-inverted"?: any;
|
|
2230
|
-
"icon-neutrals-search"?: any;
|
|
2231
|
-
"icon-neutrals-subtle"?: any;
|
|
2232
|
-
"icon-neutrals-text"?: any;
|
|
2233
|
-
"icon-primary"?: any;
|
|
2234
|
-
"icon-primary-active"?: any;
|
|
2235
|
-
"icon-primary-hover"?: any;
|
|
2236
|
-
"icon-primary-inverted"?: any;
|
|
2237
|
-
"icon-primary-selected"?: any;
|
|
2238
|
-
"icon-success"?: any;
|
|
2239
|
-
"icon-success-active"?: any;
|
|
2240
|
-
"icon-success-hover"?: any;
|
|
2241
|
-
"icon-success-inverted"?: any;
|
|
2242
|
-
"icon-warning"?: any;
|
|
2243
|
-
"icon-warning-prominent"?: any;
|
|
2244
|
-
"icon-warning-subtle"?: any;
|
|
2245
|
-
"text-danger"?: any;
|
|
2246
|
-
"text-danger-active"?: any;
|
|
2247
|
-
"text-danger-hover"?: any;
|
|
2248
|
-
"text-danger-inverted"?: any;
|
|
2249
|
-
"text-neutrals"?: any;
|
|
2250
|
-
"text-neutrals-active"?: any;
|
|
2251
|
-
"text-neutrals-disabled"?: any;
|
|
2252
|
-
"text-neutrals-hover"?: any;
|
|
2253
|
-
"text-neutrals-inverted"?: any;
|
|
2254
|
-
"text-neutrals-placeholder"?: any;
|
|
2255
|
-
"text-neutrals-placeholder-only"?: any;
|
|
2256
|
-
"text-neutrals-subtle"?: any;
|
|
2257
|
-
"text-neutrals-subtle-active"?: any;
|
|
2258
|
-
"text-neutrals-subtle-hover"?: any;
|
|
2259
|
-
"text-primary"?: any;
|
|
2260
|
-
"text-primary-active"?: any;
|
|
2261
|
-
"text-primary-hover"?: any;
|
|
2262
|
-
"text-primary-inverted"?: any;
|
|
2263
|
-
"text-primary-inverted-subtle"?: any;
|
|
2264
|
-
"text-primary-selected"?: any;
|
|
2265
|
-
"text-success"?: any;
|
|
2266
|
-
"text-success-active"?: any;
|
|
2267
|
-
"text-success-hover"?: any;
|
|
2268
|
-
"text-success-inverted"?: any;
|
|
2269
|
-
"text-warning"?: any;
|
|
2270
|
-
"text-warning-subtle"?: any;
|
|
2271
|
-
};
|
|
2272
|
-
'font-sizes': {
|
|
2273
|
-
readonly 125: "0.625rem";
|
|
2274
|
-
readonly 150: "0.75rem";
|
|
2275
|
-
readonly 175: "0.875rem";
|
|
2276
|
-
readonly 200: "1rem";
|
|
2277
|
-
readonly 225: "1.125rem";
|
|
2278
|
-
readonly 250: "1.25rem";
|
|
2279
|
-
readonly 300: "1.5rem";
|
|
2280
|
-
readonly 400: "2rem";
|
|
2281
|
-
readonly 500: "2.5rem";
|
|
2282
|
-
readonly 600: "3rem";
|
|
2283
|
-
readonly 800: "4rem";
|
|
2284
|
-
readonly 900: "4.5rem";
|
|
2285
|
-
};
|
|
2286
|
-
fonts: {
|
|
2287
|
-
readonly heading: "Roobert, sans-serif";
|
|
2288
|
-
readonly body: "Open Sans, sans-serif";
|
|
2289
|
-
};
|
|
2290
|
-
radii: {
|
|
2291
|
-
readonly 0: "0px";
|
|
2292
|
-
readonly 25: "2px";
|
|
2293
|
-
readonly 50: "4px";
|
|
2294
|
-
readonly 75: "6px";
|
|
2295
|
-
readonly 100: "8px";
|
|
2296
|
-
readonly 200: "16px";
|
|
2297
|
-
readonly round: "999px";
|
|
2298
|
-
};
|
|
2299
|
-
shadows: {
|
|
2300
|
-
100: any;
|
|
2301
|
-
50: any;
|
|
2302
|
-
"focus-small": any;
|
|
2303
|
-
"focus-small-outline": any;
|
|
2304
|
-
"focus-large": any;
|
|
2305
|
-
"focus-controls": any;
|
|
2306
|
-
"focus-small-error": any;
|
|
2307
|
-
"focus-controls-error": any;
|
|
2308
|
-
"focus-controls-success": any;
|
|
2309
|
-
};
|
|
2310
|
-
sizes: {
|
|
2311
|
-
readonly number: string;
|
|
2312
|
-
readonly 'icon-200': "16px";
|
|
2313
|
-
readonly 'icon-300': "24px";
|
|
2314
|
-
readonly 'icon-400': "32px";
|
|
2315
|
-
};
|
|
2316
|
-
space: {
|
|
2317
|
-
readonly 0: "0px";
|
|
2318
|
-
readonly 25: "2px";
|
|
2319
|
-
readonly 50: "4px";
|
|
2320
|
-
readonly 100: "8px";
|
|
2321
|
-
readonly 150: "12px";
|
|
2322
|
-
readonly 200: "16px";
|
|
2323
|
-
readonly 300: "24px";
|
|
2324
|
-
readonly 400: "32px";
|
|
2325
|
-
readonly 500: "40px";
|
|
2326
|
-
readonly 600: "48px";
|
|
2327
|
-
readonly 700: "56px";
|
|
2328
|
-
readonly 800: "64px";
|
|
2329
|
-
readonly 1200: "96px";
|
|
2330
|
-
readonly 1600: "128px";
|
|
2331
|
-
};
|
|
2332
|
-
'stroke-width': {
|
|
2333
|
-
readonly thin: "1.5px";
|
|
2334
|
-
readonly normal: "2px";
|
|
2335
|
-
readonly bold: "4px";
|
|
2336
|
-
};
|
|
2337
|
-
'z-indices': {
|
|
2338
|
-
readonly dropdownMenu: 100;
|
|
2339
|
-
readonly select: 200;
|
|
2340
|
-
readonly popover: 300;
|
|
2341
|
-
readonly tooltip: 400;
|
|
2342
|
-
};
|
|
2343
|
-
}, {
|
|
2344
|
-
readonly background: "colors";
|
|
2345
|
-
readonly backgroundColor: "colors";
|
|
2346
|
-
readonly backgroundImage: "colors";
|
|
2347
|
-
readonly blockSize: "sizes";
|
|
2348
|
-
readonly border: "colors";
|
|
2349
|
-
readonly borderBlock: "colors";
|
|
2350
|
-
readonly borderBlockEnd: "colors";
|
|
2351
|
-
readonly borderBlockStart: "colors";
|
|
2352
|
-
readonly borderBottom: "colors";
|
|
2353
|
-
readonly borderBottomColor: "colors";
|
|
2354
|
-
readonly borderBottomLeftRadius: "radii";
|
|
2355
|
-
readonly borderBottomRightRadius: "radii";
|
|
2356
|
-
readonly borderBottomStyle: "border-styles";
|
|
2357
|
-
readonly borderBottomWidth: "border-widths";
|
|
2358
|
-
readonly borderColor: "colors";
|
|
2359
|
-
readonly borderImage: "colors";
|
|
2360
|
-
readonly borderInline: "colors";
|
|
2361
|
-
readonly borderInlineEnd: "colors";
|
|
2362
|
-
readonly borderInlineStart: "colors";
|
|
2363
|
-
readonly borderLeft: "colors";
|
|
2364
|
-
readonly borderLeftColor: "colors";
|
|
2365
|
-
readonly borderLeftStyle: "border-styles";
|
|
2366
|
-
readonly borderLeftWidth: "border-widths";
|
|
2367
|
-
readonly borderRadius: "radii";
|
|
2368
|
-
readonly borderRight: "colors";
|
|
2369
|
-
readonly borderRightColor: "colors";
|
|
2370
|
-
readonly borderRightStyle: "border-styles";
|
|
2371
|
-
readonly borderRightWidth: "border-widths";
|
|
2372
|
-
readonly borderSpacing: "space";
|
|
2373
|
-
readonly borderStyle: "border-styles";
|
|
2374
|
-
readonly borderTop: "colors";
|
|
2375
|
-
readonly borderTopColor: "colors";
|
|
2376
|
-
readonly borderTopLeftRadius: "radii";
|
|
2377
|
-
readonly borderTopRightRadius: "radii";
|
|
2378
|
-
readonly borderTopStyle: "border-styles";
|
|
2379
|
-
readonly borderTopWidth: "border-widths";
|
|
2380
|
-
readonly borderWidth: "border-widths";
|
|
2381
|
-
readonly bottom: "space";
|
|
2382
|
-
readonly boxShadow: "shadows";
|
|
2383
|
-
readonly caretColor: "colors";
|
|
2384
|
-
readonly color: "colors";
|
|
2385
|
-
readonly columnGap: "space";
|
|
2386
|
-
readonly columnRuleColor: "colors";
|
|
2387
|
-
readonly fill: "colors";
|
|
2388
|
-
readonly flexBasis: "sizes";
|
|
2389
|
-
readonly fontFamily: "fonts";
|
|
2390
|
-
readonly fontSize: "font-sizes";
|
|
2391
|
-
readonly fontWeight: "font-weights";
|
|
2392
|
-
readonly gap: "space";
|
|
2393
|
-
readonly gridColumnGap: "space";
|
|
2394
|
-
readonly gridGap: "space";
|
|
2395
|
-
readonly gridRowGap: "space";
|
|
2396
|
-
readonly gridTemplateColumns: "sizes";
|
|
2397
|
-
readonly gridTemplateRows: "sizes";
|
|
2398
|
-
readonly height: "sizes";
|
|
2399
|
-
readonly inlineSize: "sizes";
|
|
2400
|
-
readonly inset: "space";
|
|
2401
|
-
readonly insetBlock: "space";
|
|
2402
|
-
readonly insetBlockEnd: "space";
|
|
2403
|
-
readonly insetBlockStart: "space";
|
|
2404
|
-
readonly insetInline: "space";
|
|
2405
|
-
readonly insetInlineEnd: "space";
|
|
2406
|
-
readonly insetInlineStart: "space";
|
|
2407
|
-
readonly left: "space";
|
|
2408
|
-
readonly letterSpacing: "letter-spacings";
|
|
2409
|
-
readonly lineHeight: "line-heights";
|
|
2410
|
-
readonly margin: "space";
|
|
2411
|
-
readonly marginBlock: "space";
|
|
2412
|
-
readonly marginBlockEnd: "space";
|
|
2413
|
-
readonly marginBlockStart: "space";
|
|
2414
|
-
readonly marginBottom: "space";
|
|
2415
|
-
readonly marginInline: "space";
|
|
2416
|
-
readonly marginInlineEnd: "space";
|
|
2417
|
-
readonly marginInlineStart: "space";
|
|
2418
|
-
readonly marginLeft: "space";
|
|
2419
|
-
readonly marginRight: "space";
|
|
2420
|
-
readonly marginTop: "space";
|
|
2421
|
-
readonly maxBlockSize: "sizes";
|
|
2422
|
-
readonly maxHeight: "sizes";
|
|
2423
|
-
readonly maxInlineSize: "sizes";
|
|
2424
|
-
readonly maxWidth: "sizes";
|
|
2425
|
-
readonly minBlockSize: "sizes";
|
|
2426
|
-
readonly minHeight: "sizes";
|
|
2427
|
-
readonly minInlineSize: "sizes";
|
|
2428
|
-
readonly minWidth: "sizes";
|
|
2429
|
-
readonly outline: "colors";
|
|
2430
|
-
readonly outlineColor: "colors";
|
|
2431
|
-
readonly padding: "space";
|
|
2432
|
-
readonly paddingBlock: "space";
|
|
2433
|
-
readonly paddingBlockEnd: "space";
|
|
2434
|
-
readonly paddingBlockStart: "space";
|
|
2435
|
-
readonly paddingBottom: "space";
|
|
2436
|
-
readonly paddingInline: "space";
|
|
2437
|
-
readonly paddingInlineEnd: "space";
|
|
2438
|
-
readonly paddingInlineStart: "space";
|
|
2439
|
-
readonly paddingLeft: "space";
|
|
2440
|
-
readonly paddingRight: "space";
|
|
2441
|
-
readonly paddingTop: "space";
|
|
2442
|
-
readonly right: "space";
|
|
2443
|
-
readonly rowGap: "space";
|
|
2444
|
-
readonly scrollMargin: "space";
|
|
2445
|
-
readonly scrollMarginBlock: "space";
|
|
2446
|
-
readonly scrollMarginBlockEnd: "space";
|
|
2447
|
-
readonly scrollMarginBlockStart: "space";
|
|
2448
|
-
readonly scrollMarginBottom: "space";
|
|
2449
|
-
readonly scrollMarginInline: "space";
|
|
2450
|
-
readonly scrollMarginInlineEnd: "space";
|
|
2451
|
-
readonly scrollMarginInlineStart: "space";
|
|
2452
|
-
readonly scrollMarginLeft: "space";
|
|
2453
|
-
readonly scrollMarginRight: "space";
|
|
2454
|
-
readonly scrollMarginTop: "space";
|
|
2455
|
-
readonly scrollPadding: "space";
|
|
2456
|
-
readonly scrollPaddingBlock: "space";
|
|
2457
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
2458
|
-
readonly scrollPaddingBlockStart: "space";
|
|
2459
|
-
readonly scrollPaddingBottom: "space";
|
|
2460
|
-
readonly scrollPaddingInline: "space";
|
|
2461
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
2462
|
-
readonly scrollPaddingInlineStart: "space";
|
|
2463
|
-
readonly scrollPaddingLeft: "space";
|
|
2464
|
-
readonly scrollPaddingRight: "space";
|
|
2465
|
-
readonly scrollPaddingTop: "space";
|
|
2466
|
-
readonly stroke: "colors";
|
|
2467
|
-
readonly strokeWidth: "stroke-width";
|
|
2468
|
-
readonly textDecorationColor: "colors";
|
|
2469
|
-
readonly textShadow: "shadows";
|
|
2470
|
-
readonly top: "space";
|
|
2471
|
-
readonly transition: "transitions";
|
|
2472
|
-
readonly width: "sizes";
|
|
2473
|
-
readonly zIndex: "z-indices";
|
|
2474
|
-
}, {
|
|
2475
|
-
paddingX: (value: {
|
|
2476
|
-
readonly [$$PropertyValue]: "padding";
|
|
2477
|
-
}) => {
|
|
2478
|
-
paddingLeft: {
|
|
2479
|
-
readonly [$$PropertyValue]: "padding";
|
|
2480
|
-
};
|
|
2481
|
-
paddingRight: {
|
|
2482
|
-
readonly [$$PropertyValue]: "padding";
|
|
2483
|
-
};
|
|
2484
|
-
};
|
|
2485
|
-
paddingY: (value: {
|
|
2486
|
-
readonly [$$PropertyValue]: "padding";
|
|
2487
|
-
}) => {
|
|
2488
|
-
paddingTop: {
|
|
2489
|
-
readonly [$$PropertyValue]: "padding";
|
|
2490
|
-
};
|
|
2491
|
-
paddingBottom: {
|
|
2492
|
-
readonly [$$PropertyValue]: "padding";
|
|
2493
|
-
};
|
|
2494
|
-
};
|
|
2495
|
-
marginX: (value: {
|
|
2496
|
-
readonly [$$PropertyValue]: "margin";
|
|
2497
|
-
}) => {
|
|
2498
|
-
marginLeft: {
|
|
2499
|
-
readonly [$$PropertyValue]: "margin";
|
|
2500
|
-
};
|
|
2501
|
-
marginRight: {
|
|
2502
|
-
readonly [$$PropertyValue]: "margin";
|
|
2503
|
-
};
|
|
2504
|
-
};
|
|
2505
|
-
marginY: (value: {
|
|
2506
|
-
readonly [$$PropertyValue]: "margin";
|
|
2507
|
-
}) => {
|
|
2508
|
-
marginTop: {
|
|
2509
|
-
readonly [$$PropertyValue]: "margin";
|
|
2510
|
-
};
|
|
2511
|
-
marginBottom: {
|
|
2512
|
-
readonly [$$PropertyValue]: "margin";
|
|
2513
|
-
};
|
|
2514
|
-
};
|
|
2515
|
-
square: (value: {
|
|
2516
|
-
readonly [$$PropertyValue]: "width";
|
|
2517
|
-
}) => {
|
|
2518
|
-
width: {
|
|
2519
|
-
readonly [$$PropertyValue]: "width";
|
|
2520
|
-
};
|
|
2521
|
-
height: {
|
|
2522
|
-
readonly [$$PropertyValue]: "width";
|
|
2523
|
-
};
|
|
2524
|
-
};
|
|
2525
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2526
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2527
|
-
};
|
|
2528
|
-
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
99
|
+
declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_select.SelectContentProps & react.RefAttributes<HTMLDivElement>, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
100
|
+
children?: react.ReactNode;
|
|
101
|
+
} & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
2529
102
|
declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
|
|
2530
103
|
|
|
2531
104
|
declare type PointerDownOutsideEvent = CustomEvent<{
|
|
@@ -2660,990 +233,18 @@ interface ContentProps extends StyledContentProps {
|
|
|
2660
233
|
}
|
|
2661
234
|
declare const Content: react__default.ForwardRefExoticComponent<Omit<ContentProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
2662
235
|
|
|
2663
|
-
declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
readonly sm: "1px";
|
|
2667
|
-
readonly md: "2px";
|
|
2668
|
-
readonly lg: "4px";
|
|
2669
|
-
};
|
|
2670
|
-
colors: {
|
|
2671
|
-
readonly black: any;
|
|
2672
|
-
readonly 'blue-50': any;
|
|
2673
|
-
readonly 'blue-100': any;
|
|
2674
|
-
readonly 'blue-150': any;
|
|
2675
|
-
readonly 'blue-200': any;
|
|
2676
|
-
readonly 'blue-250': any;
|
|
2677
|
-
readonly 'blue-300': any;
|
|
2678
|
-
readonly 'blue-350': any;
|
|
2679
|
-
readonly 'blue-400': any;
|
|
2680
|
-
readonly 'blue-450': any;
|
|
2681
|
-
readonly 'blue-500': any;
|
|
2682
|
-
readonly 'blue-550': any;
|
|
2683
|
-
readonly 'blue-600': any;
|
|
2684
|
-
readonly 'blue-650': any;
|
|
2685
|
-
readonly 'blue-700': any;
|
|
2686
|
-
readonly 'blue-750': any;
|
|
2687
|
-
readonly 'blue-800': any;
|
|
2688
|
-
readonly 'blue-850': any;
|
|
2689
|
-
readonly 'blue-900': any;
|
|
2690
|
-
readonly 'blue-950': any;
|
|
2691
|
-
readonly 'gray-50': any;
|
|
2692
|
-
readonly 'gray-100': any;
|
|
2693
|
-
readonly 'gray-150': any;
|
|
2694
|
-
readonly 'gray-200': any;
|
|
2695
|
-
readonly 'gray-250': any;
|
|
2696
|
-
readonly 'gray-300': any;
|
|
2697
|
-
readonly 'gray-350': any;
|
|
2698
|
-
readonly 'gray-400': any;
|
|
2699
|
-
readonly 'gray-450': any;
|
|
2700
|
-
readonly 'gray-500': any;
|
|
2701
|
-
readonly 'gray-550': any;
|
|
2702
|
-
readonly 'gray-600': any;
|
|
2703
|
-
readonly 'gray-650': any;
|
|
2704
|
-
readonly 'gray-700': any;
|
|
2705
|
-
readonly 'gray-750': any;
|
|
2706
|
-
readonly 'gray-800': any;
|
|
2707
|
-
readonly 'gray-850': any;
|
|
2708
|
-
readonly 'gray-900': any;
|
|
2709
|
-
readonly 'gray-950': any;
|
|
2710
|
-
readonly 'green-50': any;
|
|
2711
|
-
readonly 'green-100': any;
|
|
2712
|
-
readonly 'green-150': any;
|
|
2713
|
-
readonly 'green-200': any;
|
|
2714
|
-
readonly 'green-250': any;
|
|
2715
|
-
readonly 'green-300': any;
|
|
2716
|
-
readonly 'green-350': any;
|
|
2717
|
-
readonly 'green-400': any;
|
|
2718
|
-
readonly 'green-450': any;
|
|
2719
|
-
readonly 'green-500': any;
|
|
2720
|
-
readonly 'green-550': any;
|
|
2721
|
-
readonly 'green-600': any;
|
|
2722
|
-
readonly 'green-650': any;
|
|
2723
|
-
readonly 'green-700': any;
|
|
2724
|
-
readonly 'green-750': any;
|
|
2725
|
-
readonly 'green-800': any;
|
|
2726
|
-
readonly 'green-850': any;
|
|
2727
|
-
readonly 'green-900': any;
|
|
2728
|
-
readonly 'green-950': any;
|
|
2729
|
-
readonly 'red-50': any;
|
|
2730
|
-
readonly 'red-100': any;
|
|
2731
|
-
readonly 'red-150': any;
|
|
2732
|
-
readonly 'red-200': any;
|
|
2733
|
-
readonly 'red-250': any;
|
|
2734
|
-
readonly 'red-300': any;
|
|
2735
|
-
readonly 'red-350': any;
|
|
2736
|
-
readonly 'red-400': any;
|
|
2737
|
-
readonly 'red-450': any;
|
|
2738
|
-
readonly 'red-500': any;
|
|
2739
|
-
readonly 'red-550': any;
|
|
2740
|
-
readonly 'red-600': any;
|
|
2741
|
-
readonly 'red-650': any;
|
|
2742
|
-
readonly 'red-700': any;
|
|
2743
|
-
readonly 'red-750': any;
|
|
2744
|
-
readonly 'red-800': any;
|
|
2745
|
-
readonly 'red-850': any;
|
|
2746
|
-
readonly 'red-900': any;
|
|
2747
|
-
readonly 'red-950': any;
|
|
2748
|
-
readonly transparent: any;
|
|
2749
|
-
readonly white: any;
|
|
2750
|
-
readonly 'yellow-50': any;
|
|
2751
|
-
readonly 'yellow-100': any;
|
|
2752
|
-
readonly 'yellow-150': any;
|
|
2753
|
-
readonly 'yellow-200': any;
|
|
2754
|
-
readonly 'yellow-250': any;
|
|
2755
|
-
readonly 'yellow-300': any;
|
|
2756
|
-
readonly 'yellow-350': any;
|
|
2757
|
-
readonly 'yellow-400': any;
|
|
2758
|
-
readonly 'yellow-450': any;
|
|
2759
|
-
readonly 'yellow-500': any;
|
|
2760
|
-
readonly 'yellow-550': any;
|
|
2761
|
-
readonly 'yellow-600': any;
|
|
2762
|
-
readonly 'yellow-650': any;
|
|
2763
|
-
readonly 'yellow-700': any;
|
|
2764
|
-
readonly 'yellow-750': any;
|
|
2765
|
-
readonly 'yellow-800': any;
|
|
2766
|
-
readonly 'yellow-850': any;
|
|
2767
|
-
readonly 'yellow-900': any;
|
|
2768
|
-
readonly 'yellow-950': any;
|
|
2769
|
-
"background-alpha-active"?: any;
|
|
2770
|
-
"background-alpha-hover"?: any;
|
|
2771
|
-
"background-danger-prominent"?: any;
|
|
2772
|
-
"background-danger-prominent-active"?: any;
|
|
2773
|
-
"background-danger-prominent-hover"?: any;
|
|
2774
|
-
"background-danger-subtle"?: any;
|
|
2775
|
-
"background-danger-subtle-active"?: any;
|
|
2776
|
-
"background-danger-subtle-hover"?: any;
|
|
2777
|
-
"background-neutrals"?: any;
|
|
2778
|
-
"background-neutrals-active"?: any;
|
|
2779
|
-
"background-neutrals-container"?: any;
|
|
2780
|
-
"background-neutrals-controls-disabled"?: any;
|
|
2781
|
-
"background-neutrals-disabled"?: any;
|
|
2782
|
-
"background-neutrals-hover"?: any;
|
|
2783
|
-
"background-neutrals-inactive"?: any;
|
|
2784
|
-
"background-neutrals-inactive-hover"?: any;
|
|
2785
|
-
"background-neutrals-inverted"?: any;
|
|
2786
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
2787
|
-
"background-neutrals-page"?: any;
|
|
2788
|
-
"background-neutrals-page-subtle"?: any;
|
|
2789
|
-
"background-neutrals-scrollbar"?: any;
|
|
2790
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
2791
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
2792
|
-
"background-neutrals-subtle"?: any;
|
|
2793
|
-
"background-neutrals-subtle-active"?: any;
|
|
2794
|
-
"background-neutrals-subtle-hover"?: any;
|
|
2795
|
-
"background-primary-prominent"?: any;
|
|
2796
|
-
"background-primary-prominent-active"?: any;
|
|
2797
|
-
"background-primary-prominent-hover"?: any;
|
|
2798
|
-
"background-primary-prominent-selected"?: any;
|
|
2799
|
-
"background-primary-subtle"?: any;
|
|
2800
|
-
"background-primary-subtle-active"?: any;
|
|
2801
|
-
"background-primary-subtle-hover"?: any;
|
|
2802
|
-
"background-primary-subtle-selected"?: any;
|
|
2803
|
-
"background-success"?: any;
|
|
2804
|
-
"background-success-prominent"?: any;
|
|
2805
|
-
"background-success-prominent-active"?: any;
|
|
2806
|
-
"background-success-prominent-hover"?: any;
|
|
2807
|
-
"background-warning-prominent"?: any;
|
|
2808
|
-
"background-warning-subtle"?: any;
|
|
2809
|
-
"border-danger"?: any;
|
|
2810
|
-
"border-danger-active"?: any;
|
|
2811
|
-
"border-danger-hover"?: any;
|
|
2812
|
-
"border-focus-error-inner"?: any;
|
|
2813
|
-
"border-focus-error-middle"?: any;
|
|
2814
|
-
"border-focus-error-outer"?: any;
|
|
2815
|
-
"border-focus-inner"?: any;
|
|
2816
|
-
"border-focus-middle"?: any;
|
|
2817
|
-
"border-focus-outer"?: any;
|
|
2818
|
-
"border-focus-success-inner"?: any;
|
|
2819
|
-
"border-focus-success-middle"?: any;
|
|
2820
|
-
"border-focus-success-outer"?: any;
|
|
2821
|
-
"border-neutrals"?: any;
|
|
2822
|
-
"border-neutrals-active"?: any;
|
|
2823
|
-
"border-neutrals-controls"?: any;
|
|
2824
|
-
"border-neutrals-controls-disabled"?: any;
|
|
2825
|
-
"border-neutrals-disabled"?: any;
|
|
2826
|
-
"border-neutrals-hover"?: any;
|
|
2827
|
-
"border-neutrals-inverted"?: any;
|
|
2828
|
-
"border-neutrals-subtle"?: any;
|
|
2829
|
-
"border-neutrals-text"?: any;
|
|
2830
|
-
"border-neutrals-text-active"?: any;
|
|
2831
|
-
"border-neutrals-text-hover"?: any;
|
|
2832
|
-
"border-neutrals-text-subtle"?: any;
|
|
2833
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
2834
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
2835
|
-
"border-neutrals-transparent"?: any;
|
|
2836
|
-
"border-primary"?: any;
|
|
2837
|
-
"border-primary-active"?: any;
|
|
2838
|
-
"border-primary-hover"?: any;
|
|
2839
|
-
"border-primary-inverted"?: any;
|
|
2840
|
-
"border-success"?: any;
|
|
2841
|
-
"border-success-active"?: any;
|
|
2842
|
-
"border-success-hover"?: any;
|
|
2843
|
-
"border-warning"?: any;
|
|
2844
|
-
"icon-danger"?: any;
|
|
2845
|
-
"icon-danger-active"?: any;
|
|
2846
|
-
"icon-danger-hover"?: any;
|
|
2847
|
-
"icon-danger-inverted"?: any;
|
|
2848
|
-
"icon-neutrals"?: any;
|
|
2849
|
-
"icon-neutrals-disabled"?: any;
|
|
2850
|
-
"icon-neutrals-inactive"?: any;
|
|
2851
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
2852
|
-
"icon-neutrals-inverted"?: any;
|
|
2853
|
-
"icon-neutrals-search"?: any;
|
|
2854
|
-
"icon-neutrals-subtle"?: any;
|
|
2855
|
-
"icon-neutrals-text"?: any;
|
|
2856
|
-
"icon-primary"?: any;
|
|
2857
|
-
"icon-primary-active"?: any;
|
|
2858
|
-
"icon-primary-hover"?: any;
|
|
2859
|
-
"icon-primary-inverted"?: any;
|
|
2860
|
-
"icon-primary-selected"?: any;
|
|
2861
|
-
"icon-success"?: any;
|
|
2862
|
-
"icon-success-active"?: any;
|
|
2863
|
-
"icon-success-hover"?: any;
|
|
2864
|
-
"icon-success-inverted"?: any;
|
|
2865
|
-
"icon-warning"?: any;
|
|
2866
|
-
"icon-warning-prominent"?: any;
|
|
2867
|
-
"icon-warning-subtle"?: any;
|
|
2868
|
-
"text-danger"?: any;
|
|
2869
|
-
"text-danger-active"?: any;
|
|
2870
|
-
"text-danger-hover"?: any;
|
|
2871
|
-
"text-danger-inverted"?: any;
|
|
2872
|
-
"text-neutrals"?: any;
|
|
2873
|
-
"text-neutrals-active"?: any;
|
|
2874
|
-
"text-neutrals-disabled"?: any;
|
|
2875
|
-
"text-neutrals-hover"?: any;
|
|
2876
|
-
"text-neutrals-inverted"?: any;
|
|
2877
|
-
"text-neutrals-placeholder"?: any;
|
|
2878
|
-
"text-neutrals-placeholder-only"?: any;
|
|
2879
|
-
"text-neutrals-subtle"?: any;
|
|
2880
|
-
"text-neutrals-subtle-active"?: any;
|
|
2881
|
-
"text-neutrals-subtle-hover"?: any;
|
|
2882
|
-
"text-primary"?: any;
|
|
2883
|
-
"text-primary-active"?: any;
|
|
2884
|
-
"text-primary-hover"?: any;
|
|
2885
|
-
"text-primary-inverted"?: any;
|
|
2886
|
-
"text-primary-inverted-subtle"?: any;
|
|
2887
|
-
"text-primary-selected"?: any;
|
|
2888
|
-
"text-success"?: any;
|
|
2889
|
-
"text-success-active"?: any;
|
|
2890
|
-
"text-success-hover"?: any;
|
|
2891
|
-
"text-success-inverted"?: any;
|
|
2892
|
-
"text-warning"?: any;
|
|
2893
|
-
"text-warning-subtle"?: any;
|
|
2894
|
-
};
|
|
2895
|
-
'font-sizes': {
|
|
2896
|
-
readonly 125: "0.625rem";
|
|
2897
|
-
readonly 150: "0.75rem";
|
|
2898
|
-
readonly 175: "0.875rem";
|
|
2899
|
-
readonly 200: "1rem";
|
|
2900
|
-
readonly 225: "1.125rem";
|
|
2901
|
-
readonly 250: "1.25rem";
|
|
2902
|
-
readonly 300: "1.5rem";
|
|
2903
|
-
readonly 400: "2rem";
|
|
2904
|
-
readonly 500: "2.5rem";
|
|
2905
|
-
readonly 600: "3rem";
|
|
2906
|
-
readonly 800: "4rem";
|
|
2907
|
-
readonly 900: "4.5rem";
|
|
2908
|
-
};
|
|
2909
|
-
fonts: {
|
|
2910
|
-
readonly heading: "Roobert, sans-serif";
|
|
2911
|
-
readonly body: "Open Sans, sans-serif";
|
|
2912
|
-
};
|
|
2913
|
-
radii: {
|
|
2914
|
-
readonly 0: "0px";
|
|
2915
|
-
readonly 25: "2px";
|
|
2916
|
-
readonly 50: "4px";
|
|
2917
|
-
readonly 75: "6px";
|
|
2918
|
-
readonly 100: "8px";
|
|
2919
|
-
readonly 200: "16px";
|
|
2920
|
-
readonly round: "999px";
|
|
2921
|
-
};
|
|
2922
|
-
shadows: {
|
|
2923
|
-
100: any;
|
|
2924
|
-
50: any;
|
|
2925
|
-
"focus-small": any;
|
|
2926
|
-
"focus-small-outline": any;
|
|
2927
|
-
"focus-large": any;
|
|
2928
|
-
"focus-controls": any;
|
|
2929
|
-
"focus-small-error": any;
|
|
2930
|
-
"focus-controls-error": any;
|
|
2931
|
-
"focus-controls-success": any;
|
|
2932
|
-
};
|
|
2933
|
-
sizes: {
|
|
2934
|
-
readonly number: string;
|
|
2935
|
-
readonly 'icon-200': "16px";
|
|
2936
|
-
readonly 'icon-300': "24px";
|
|
2937
|
-
readonly 'icon-400': "32px";
|
|
2938
|
-
};
|
|
2939
|
-
space: {
|
|
2940
|
-
readonly 0: "0px";
|
|
2941
|
-
readonly 25: "2px";
|
|
2942
|
-
readonly 50: "4px";
|
|
2943
|
-
readonly 100: "8px";
|
|
2944
|
-
readonly 150: "12px";
|
|
2945
|
-
readonly 200: "16px";
|
|
2946
|
-
readonly 300: "24px";
|
|
2947
|
-
readonly 400: "32px";
|
|
2948
|
-
readonly 500: "40px";
|
|
2949
|
-
readonly 600: "48px";
|
|
2950
|
-
readonly 700: "56px";
|
|
2951
|
-
readonly 800: "64px";
|
|
2952
|
-
readonly 1200: "96px";
|
|
2953
|
-
readonly 1600: "128px";
|
|
2954
|
-
};
|
|
2955
|
-
'stroke-width': {
|
|
2956
|
-
readonly thin: "1.5px";
|
|
2957
|
-
readonly normal: "2px";
|
|
2958
|
-
readonly bold: "4px";
|
|
2959
|
-
};
|
|
2960
|
-
'z-indices': {
|
|
2961
|
-
readonly dropdownMenu: 100;
|
|
2962
|
-
readonly select: 200;
|
|
2963
|
-
readonly popover: 300;
|
|
2964
|
-
readonly tooltip: 400;
|
|
2965
|
-
};
|
|
2966
|
-
}, {
|
|
2967
|
-
readonly background: "colors";
|
|
2968
|
-
readonly backgroundColor: "colors";
|
|
2969
|
-
readonly backgroundImage: "colors";
|
|
2970
|
-
readonly blockSize: "sizes";
|
|
2971
|
-
readonly border: "colors";
|
|
2972
|
-
readonly borderBlock: "colors";
|
|
2973
|
-
readonly borderBlockEnd: "colors";
|
|
2974
|
-
readonly borderBlockStart: "colors";
|
|
2975
|
-
readonly borderBottom: "colors";
|
|
2976
|
-
readonly borderBottomColor: "colors";
|
|
2977
|
-
readonly borderBottomLeftRadius: "radii";
|
|
2978
|
-
readonly borderBottomRightRadius: "radii";
|
|
2979
|
-
readonly borderBottomStyle: "border-styles";
|
|
2980
|
-
readonly borderBottomWidth: "border-widths";
|
|
2981
|
-
readonly borderColor: "colors";
|
|
2982
|
-
readonly borderImage: "colors";
|
|
2983
|
-
readonly borderInline: "colors";
|
|
2984
|
-
readonly borderInlineEnd: "colors";
|
|
2985
|
-
readonly borderInlineStart: "colors";
|
|
2986
|
-
readonly borderLeft: "colors";
|
|
2987
|
-
readonly borderLeftColor: "colors";
|
|
2988
|
-
readonly borderLeftStyle: "border-styles";
|
|
2989
|
-
readonly borderLeftWidth: "border-widths";
|
|
2990
|
-
readonly borderRadius: "radii";
|
|
2991
|
-
readonly borderRight: "colors";
|
|
2992
|
-
readonly borderRightColor: "colors";
|
|
2993
|
-
readonly borderRightStyle: "border-styles";
|
|
2994
|
-
readonly borderRightWidth: "border-widths";
|
|
2995
|
-
readonly borderSpacing: "space";
|
|
2996
|
-
readonly borderStyle: "border-styles";
|
|
2997
|
-
readonly borderTop: "colors";
|
|
2998
|
-
readonly borderTopColor: "colors";
|
|
2999
|
-
readonly borderTopLeftRadius: "radii";
|
|
3000
|
-
readonly borderTopRightRadius: "radii";
|
|
3001
|
-
readonly borderTopStyle: "border-styles";
|
|
3002
|
-
readonly borderTopWidth: "border-widths";
|
|
3003
|
-
readonly borderWidth: "border-widths";
|
|
3004
|
-
readonly bottom: "space";
|
|
3005
|
-
readonly boxShadow: "shadows";
|
|
3006
|
-
readonly caretColor: "colors";
|
|
3007
|
-
readonly color: "colors";
|
|
3008
|
-
readonly columnGap: "space";
|
|
3009
|
-
readonly columnRuleColor: "colors";
|
|
3010
|
-
readonly fill: "colors";
|
|
3011
|
-
readonly flexBasis: "sizes";
|
|
3012
|
-
readonly fontFamily: "fonts";
|
|
3013
|
-
readonly fontSize: "font-sizes";
|
|
3014
|
-
readonly fontWeight: "font-weights";
|
|
3015
|
-
readonly gap: "space";
|
|
3016
|
-
readonly gridColumnGap: "space";
|
|
3017
|
-
readonly gridGap: "space";
|
|
3018
|
-
readonly gridRowGap: "space";
|
|
3019
|
-
readonly gridTemplateColumns: "sizes";
|
|
3020
|
-
readonly gridTemplateRows: "sizes";
|
|
3021
|
-
readonly height: "sizes";
|
|
3022
|
-
readonly inlineSize: "sizes";
|
|
3023
|
-
readonly inset: "space";
|
|
3024
|
-
readonly insetBlock: "space";
|
|
3025
|
-
readonly insetBlockEnd: "space";
|
|
3026
|
-
readonly insetBlockStart: "space";
|
|
3027
|
-
readonly insetInline: "space";
|
|
3028
|
-
readonly insetInlineEnd: "space";
|
|
3029
|
-
readonly insetInlineStart: "space";
|
|
3030
|
-
readonly left: "space";
|
|
3031
|
-
readonly letterSpacing: "letter-spacings";
|
|
3032
|
-
readonly lineHeight: "line-heights";
|
|
3033
|
-
readonly margin: "space";
|
|
3034
|
-
readonly marginBlock: "space";
|
|
3035
|
-
readonly marginBlockEnd: "space";
|
|
3036
|
-
readonly marginBlockStart: "space";
|
|
3037
|
-
readonly marginBottom: "space";
|
|
3038
|
-
readonly marginInline: "space";
|
|
3039
|
-
readonly marginInlineEnd: "space";
|
|
3040
|
-
readonly marginInlineStart: "space";
|
|
3041
|
-
readonly marginLeft: "space";
|
|
3042
|
-
readonly marginRight: "space";
|
|
3043
|
-
readonly marginTop: "space";
|
|
3044
|
-
readonly maxBlockSize: "sizes";
|
|
3045
|
-
readonly maxHeight: "sizes";
|
|
3046
|
-
readonly maxInlineSize: "sizes";
|
|
3047
|
-
readonly maxWidth: "sizes";
|
|
3048
|
-
readonly minBlockSize: "sizes";
|
|
3049
|
-
readonly minHeight: "sizes";
|
|
3050
|
-
readonly minInlineSize: "sizes";
|
|
3051
|
-
readonly minWidth: "sizes";
|
|
3052
|
-
readonly outline: "colors";
|
|
3053
|
-
readonly outlineColor: "colors";
|
|
3054
|
-
readonly padding: "space";
|
|
3055
|
-
readonly paddingBlock: "space";
|
|
3056
|
-
readonly paddingBlockEnd: "space";
|
|
3057
|
-
readonly paddingBlockStart: "space";
|
|
3058
|
-
readonly paddingBottom: "space";
|
|
3059
|
-
readonly paddingInline: "space";
|
|
3060
|
-
readonly paddingInlineEnd: "space";
|
|
3061
|
-
readonly paddingInlineStart: "space";
|
|
3062
|
-
readonly paddingLeft: "space";
|
|
3063
|
-
readonly paddingRight: "space";
|
|
3064
|
-
readonly paddingTop: "space";
|
|
3065
|
-
readonly right: "space";
|
|
3066
|
-
readonly rowGap: "space";
|
|
3067
|
-
readonly scrollMargin: "space";
|
|
3068
|
-
readonly scrollMarginBlock: "space";
|
|
3069
|
-
readonly scrollMarginBlockEnd: "space";
|
|
3070
|
-
readonly scrollMarginBlockStart: "space";
|
|
3071
|
-
readonly scrollMarginBottom: "space";
|
|
3072
|
-
readonly scrollMarginInline: "space";
|
|
3073
|
-
readonly scrollMarginInlineEnd: "space";
|
|
3074
|
-
readonly scrollMarginInlineStart: "space";
|
|
3075
|
-
readonly scrollMarginLeft: "space";
|
|
3076
|
-
readonly scrollMarginRight: "space";
|
|
3077
|
-
readonly scrollMarginTop: "space";
|
|
3078
|
-
readonly scrollPadding: "space";
|
|
3079
|
-
readonly scrollPaddingBlock: "space";
|
|
3080
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
3081
|
-
readonly scrollPaddingBlockStart: "space";
|
|
3082
|
-
readonly scrollPaddingBottom: "space";
|
|
3083
|
-
readonly scrollPaddingInline: "space";
|
|
3084
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
3085
|
-
readonly scrollPaddingInlineStart: "space";
|
|
3086
|
-
readonly scrollPaddingLeft: "space";
|
|
3087
|
-
readonly scrollPaddingRight: "space";
|
|
3088
|
-
readonly scrollPaddingTop: "space";
|
|
3089
|
-
readonly stroke: "colors";
|
|
3090
|
-
readonly strokeWidth: "stroke-width";
|
|
3091
|
-
readonly textDecorationColor: "colors";
|
|
3092
|
-
readonly textShadow: "shadows";
|
|
3093
|
-
readonly top: "space";
|
|
3094
|
-
readonly transition: "transitions";
|
|
3095
|
-
readonly width: "sizes";
|
|
3096
|
-
readonly zIndex: "z-indices";
|
|
3097
|
-
}, {
|
|
3098
|
-
paddingX: (value: {
|
|
3099
|
-
readonly [$$PropertyValue]: "padding";
|
|
3100
|
-
}) => {
|
|
3101
|
-
paddingLeft: {
|
|
3102
|
-
readonly [$$PropertyValue]: "padding";
|
|
3103
|
-
};
|
|
3104
|
-
paddingRight: {
|
|
3105
|
-
readonly [$$PropertyValue]: "padding";
|
|
3106
|
-
};
|
|
3107
|
-
};
|
|
3108
|
-
paddingY: (value: {
|
|
3109
|
-
readonly [$$PropertyValue]: "padding";
|
|
3110
|
-
}) => {
|
|
3111
|
-
paddingTop: {
|
|
3112
|
-
readonly [$$PropertyValue]: "padding";
|
|
3113
|
-
};
|
|
3114
|
-
paddingBottom: {
|
|
3115
|
-
readonly [$$PropertyValue]: "padding";
|
|
3116
|
-
};
|
|
3117
|
-
};
|
|
3118
|
-
marginX: (value: {
|
|
3119
|
-
readonly [$$PropertyValue]: "margin";
|
|
3120
|
-
}) => {
|
|
3121
|
-
marginLeft: {
|
|
3122
|
-
readonly [$$PropertyValue]: "margin";
|
|
3123
|
-
};
|
|
3124
|
-
marginRight: {
|
|
3125
|
-
readonly [$$PropertyValue]: "margin";
|
|
3126
|
-
};
|
|
3127
|
-
};
|
|
3128
|
-
marginY: (value: {
|
|
3129
|
-
readonly [$$PropertyValue]: "margin";
|
|
3130
|
-
}) => {
|
|
3131
|
-
marginTop: {
|
|
3132
|
-
readonly [$$PropertyValue]: "margin";
|
|
3133
|
-
};
|
|
3134
|
-
marginBottom: {
|
|
3135
|
-
readonly [$$PropertyValue]: "margin";
|
|
3136
|
-
};
|
|
3137
|
-
};
|
|
3138
|
-
square: (value: {
|
|
3139
|
-
readonly [$$PropertyValue]: "width";
|
|
3140
|
-
}) => {
|
|
3141
|
-
width: {
|
|
3142
|
-
readonly [$$PropertyValue]: "width";
|
|
3143
|
-
};
|
|
3144
|
-
height: {
|
|
3145
|
-
readonly [$$PropertyValue]: "width";
|
|
3146
|
-
};
|
|
3147
|
-
};
|
|
3148
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3149
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3150
|
-
};
|
|
3151
|
-
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectLabelProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
236
|
+
declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_select.SelectLabelProps & react.RefAttributes<HTMLDivElement>, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
237
|
+
children?: react.ReactNode;
|
|
238
|
+
} & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectLabelProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
3152
239
|
declare type StyledLabelProps = StrictComponentProps<typeof StyledLabel>;
|
|
3153
240
|
|
|
3154
241
|
interface LabelProps extends StyledLabelProps {
|
|
3155
242
|
}
|
|
3156
243
|
declare const Label: react__default.ForwardRefExoticComponent<Omit<LabelProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
3157
244
|
|
|
3158
|
-
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
readonly sm: "1px";
|
|
3162
|
-
readonly md: "2px";
|
|
3163
|
-
readonly lg: "4px";
|
|
3164
|
-
};
|
|
3165
|
-
colors: {
|
|
3166
|
-
readonly black: any;
|
|
3167
|
-
readonly 'blue-50': any;
|
|
3168
|
-
readonly 'blue-100': any;
|
|
3169
|
-
readonly 'blue-150': any;
|
|
3170
|
-
readonly 'blue-200': any;
|
|
3171
|
-
readonly 'blue-250': any;
|
|
3172
|
-
readonly 'blue-300': any;
|
|
3173
|
-
readonly 'blue-350': any;
|
|
3174
|
-
readonly 'blue-400': any;
|
|
3175
|
-
readonly 'blue-450': any;
|
|
3176
|
-
readonly 'blue-500': any;
|
|
3177
|
-
readonly 'blue-550': any;
|
|
3178
|
-
readonly 'blue-600': any;
|
|
3179
|
-
readonly 'blue-650': any;
|
|
3180
|
-
readonly 'blue-700': any;
|
|
3181
|
-
readonly 'blue-750': any;
|
|
3182
|
-
readonly 'blue-800': any;
|
|
3183
|
-
readonly 'blue-850': any;
|
|
3184
|
-
readonly 'blue-900': any;
|
|
3185
|
-
readonly 'blue-950': any;
|
|
3186
|
-
readonly 'gray-50': any;
|
|
3187
|
-
readonly 'gray-100': any;
|
|
3188
|
-
readonly 'gray-150': any;
|
|
3189
|
-
readonly 'gray-200': any;
|
|
3190
|
-
readonly 'gray-250': any;
|
|
3191
|
-
readonly 'gray-300': any;
|
|
3192
|
-
readonly 'gray-350': any;
|
|
3193
|
-
readonly 'gray-400': any;
|
|
3194
|
-
readonly 'gray-450': any;
|
|
3195
|
-
readonly 'gray-500': any;
|
|
3196
|
-
readonly 'gray-550': any;
|
|
3197
|
-
readonly 'gray-600': any;
|
|
3198
|
-
readonly 'gray-650': any;
|
|
3199
|
-
readonly 'gray-700': any;
|
|
3200
|
-
readonly 'gray-750': any;
|
|
3201
|
-
readonly 'gray-800': any;
|
|
3202
|
-
readonly 'gray-850': any;
|
|
3203
|
-
readonly 'gray-900': any;
|
|
3204
|
-
readonly 'gray-950': any;
|
|
3205
|
-
readonly 'green-50': any;
|
|
3206
|
-
readonly 'green-100': any;
|
|
3207
|
-
readonly 'green-150': any;
|
|
3208
|
-
readonly 'green-200': any;
|
|
3209
|
-
readonly 'green-250': any;
|
|
3210
|
-
readonly 'green-300': any;
|
|
3211
|
-
readonly 'green-350': any;
|
|
3212
|
-
readonly 'green-400': any;
|
|
3213
|
-
readonly 'green-450': any;
|
|
3214
|
-
readonly 'green-500': any;
|
|
3215
|
-
readonly 'green-550': any;
|
|
3216
|
-
readonly 'green-600': any;
|
|
3217
|
-
readonly 'green-650': any;
|
|
3218
|
-
readonly 'green-700': any;
|
|
3219
|
-
readonly 'green-750': any;
|
|
3220
|
-
readonly 'green-800': any;
|
|
3221
|
-
readonly 'green-850': any;
|
|
3222
|
-
readonly 'green-900': any;
|
|
3223
|
-
readonly 'green-950': any;
|
|
3224
|
-
readonly 'red-50': any;
|
|
3225
|
-
readonly 'red-100': any;
|
|
3226
|
-
readonly 'red-150': any;
|
|
3227
|
-
readonly 'red-200': any;
|
|
3228
|
-
readonly 'red-250': any;
|
|
3229
|
-
readonly 'red-300': any;
|
|
3230
|
-
readonly 'red-350': any;
|
|
3231
|
-
readonly 'red-400': any;
|
|
3232
|
-
readonly 'red-450': any;
|
|
3233
|
-
readonly 'red-500': any;
|
|
3234
|
-
readonly 'red-550': any;
|
|
3235
|
-
readonly 'red-600': any;
|
|
3236
|
-
readonly 'red-650': any;
|
|
3237
|
-
readonly 'red-700': any;
|
|
3238
|
-
readonly 'red-750': any;
|
|
3239
|
-
readonly 'red-800': any;
|
|
3240
|
-
readonly 'red-850': any;
|
|
3241
|
-
readonly 'red-900': any;
|
|
3242
|
-
readonly 'red-950': any;
|
|
3243
|
-
readonly transparent: any;
|
|
3244
|
-
readonly white: any;
|
|
3245
|
-
readonly 'yellow-50': any;
|
|
3246
|
-
readonly 'yellow-100': any;
|
|
3247
|
-
readonly 'yellow-150': any;
|
|
3248
|
-
readonly 'yellow-200': any;
|
|
3249
|
-
readonly 'yellow-250': any;
|
|
3250
|
-
readonly 'yellow-300': any;
|
|
3251
|
-
readonly 'yellow-350': any;
|
|
3252
|
-
readonly 'yellow-400': any;
|
|
3253
|
-
readonly 'yellow-450': any;
|
|
3254
|
-
readonly 'yellow-500': any;
|
|
3255
|
-
readonly 'yellow-550': any;
|
|
3256
|
-
readonly 'yellow-600': any;
|
|
3257
|
-
readonly 'yellow-650': any;
|
|
3258
|
-
readonly 'yellow-700': any;
|
|
3259
|
-
readonly 'yellow-750': any;
|
|
3260
|
-
readonly 'yellow-800': any;
|
|
3261
|
-
readonly 'yellow-850': any;
|
|
3262
|
-
readonly 'yellow-900': any;
|
|
3263
|
-
readonly 'yellow-950': any;
|
|
3264
|
-
"background-alpha-active"?: any;
|
|
3265
|
-
"background-alpha-hover"?: any;
|
|
3266
|
-
"background-danger-prominent"?: any;
|
|
3267
|
-
"background-danger-prominent-active"?: any;
|
|
3268
|
-
"background-danger-prominent-hover"?: any;
|
|
3269
|
-
"background-danger-subtle"?: any;
|
|
3270
|
-
"background-danger-subtle-active"?: any;
|
|
3271
|
-
"background-danger-subtle-hover"?: any;
|
|
3272
|
-
"background-neutrals"?: any;
|
|
3273
|
-
"background-neutrals-active"?: any;
|
|
3274
|
-
"background-neutrals-container"?: any;
|
|
3275
|
-
"background-neutrals-controls-disabled"?: any;
|
|
3276
|
-
"background-neutrals-disabled"?: any;
|
|
3277
|
-
"background-neutrals-hover"?: any;
|
|
3278
|
-
"background-neutrals-inactive"?: any;
|
|
3279
|
-
"background-neutrals-inactive-hover"?: any;
|
|
3280
|
-
"background-neutrals-inverted"?: any;
|
|
3281
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
3282
|
-
"background-neutrals-page"?: any;
|
|
3283
|
-
"background-neutrals-page-subtle"?: any;
|
|
3284
|
-
"background-neutrals-scrollbar"?: any;
|
|
3285
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
3286
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
3287
|
-
"background-neutrals-subtle"?: any;
|
|
3288
|
-
"background-neutrals-subtle-active"?: any;
|
|
3289
|
-
"background-neutrals-subtle-hover"?: any;
|
|
3290
|
-
"background-primary-prominent"?: any;
|
|
3291
|
-
"background-primary-prominent-active"?: any;
|
|
3292
|
-
"background-primary-prominent-hover"?: any;
|
|
3293
|
-
"background-primary-prominent-selected"?: any;
|
|
3294
|
-
"background-primary-subtle"?: any;
|
|
3295
|
-
"background-primary-subtle-active"?: any;
|
|
3296
|
-
"background-primary-subtle-hover"?: any;
|
|
3297
|
-
"background-primary-subtle-selected"?: any;
|
|
3298
|
-
"background-success"?: any;
|
|
3299
|
-
"background-success-prominent"?: any;
|
|
3300
|
-
"background-success-prominent-active"?: any;
|
|
3301
|
-
"background-success-prominent-hover"?: any;
|
|
3302
|
-
"background-warning-prominent"?: any;
|
|
3303
|
-
"background-warning-subtle"?: any;
|
|
3304
|
-
"border-danger"?: any;
|
|
3305
|
-
"border-danger-active"?: any;
|
|
3306
|
-
"border-danger-hover"?: any;
|
|
3307
|
-
"border-focus-error-inner"?: any;
|
|
3308
|
-
"border-focus-error-middle"?: any;
|
|
3309
|
-
"border-focus-error-outer"?: any;
|
|
3310
|
-
"border-focus-inner"?: any;
|
|
3311
|
-
"border-focus-middle"?: any;
|
|
3312
|
-
"border-focus-outer"?: any;
|
|
3313
|
-
"border-focus-success-inner"?: any;
|
|
3314
|
-
"border-focus-success-middle"?: any;
|
|
3315
|
-
"border-focus-success-outer"?: any;
|
|
3316
|
-
"border-neutrals"?: any;
|
|
3317
|
-
"border-neutrals-active"?: any;
|
|
3318
|
-
"border-neutrals-controls"?: any;
|
|
3319
|
-
"border-neutrals-controls-disabled"?: any;
|
|
3320
|
-
"border-neutrals-disabled"?: any;
|
|
3321
|
-
"border-neutrals-hover"?: any;
|
|
3322
|
-
"border-neutrals-inverted"?: any;
|
|
3323
|
-
"border-neutrals-subtle"?: any;
|
|
3324
|
-
"border-neutrals-text"?: any;
|
|
3325
|
-
"border-neutrals-text-active"?: any;
|
|
3326
|
-
"border-neutrals-text-hover"?: any;
|
|
3327
|
-
"border-neutrals-text-subtle"?: any;
|
|
3328
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
3329
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
3330
|
-
"border-neutrals-transparent"?: any;
|
|
3331
|
-
"border-primary"?: any;
|
|
3332
|
-
"border-primary-active"?: any;
|
|
3333
|
-
"border-primary-hover"?: any;
|
|
3334
|
-
"border-primary-inverted"?: any;
|
|
3335
|
-
"border-success"?: any;
|
|
3336
|
-
"border-success-active"?: any;
|
|
3337
|
-
"border-success-hover"?: any;
|
|
3338
|
-
"border-warning"?: any;
|
|
3339
|
-
"icon-danger"?: any;
|
|
3340
|
-
"icon-danger-active"?: any;
|
|
3341
|
-
"icon-danger-hover"?: any;
|
|
3342
|
-
"icon-danger-inverted"?: any;
|
|
3343
|
-
"icon-neutrals"?: any;
|
|
3344
|
-
"icon-neutrals-disabled"?: any;
|
|
3345
|
-
"icon-neutrals-inactive"?: any;
|
|
3346
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
3347
|
-
"icon-neutrals-inverted"?: any;
|
|
3348
|
-
"icon-neutrals-search"?: any;
|
|
3349
|
-
"icon-neutrals-subtle"?: any;
|
|
3350
|
-
"icon-neutrals-text"?: any;
|
|
3351
|
-
"icon-primary"?: any;
|
|
3352
|
-
"icon-primary-active"?: any;
|
|
3353
|
-
"icon-primary-hover"?: any;
|
|
3354
|
-
"icon-primary-inverted"?: any;
|
|
3355
|
-
"icon-primary-selected"?: any;
|
|
3356
|
-
"icon-success"?: any;
|
|
3357
|
-
"icon-success-active"?: any;
|
|
3358
|
-
"icon-success-hover"?: any;
|
|
3359
|
-
"icon-success-inverted"?: any;
|
|
3360
|
-
"icon-warning"?: any;
|
|
3361
|
-
"icon-warning-prominent"?: any;
|
|
3362
|
-
"icon-warning-subtle"?: any;
|
|
3363
|
-
"text-danger"?: any;
|
|
3364
|
-
"text-danger-active"?: any;
|
|
3365
|
-
"text-danger-hover"?: any;
|
|
3366
|
-
"text-danger-inverted"?: any;
|
|
3367
|
-
"text-neutrals"?: any;
|
|
3368
|
-
"text-neutrals-active"?: any;
|
|
3369
|
-
"text-neutrals-disabled"?: any;
|
|
3370
|
-
"text-neutrals-hover"?: any;
|
|
3371
|
-
"text-neutrals-inverted"?: any;
|
|
3372
|
-
"text-neutrals-placeholder"?: any;
|
|
3373
|
-
"text-neutrals-placeholder-only"?: any;
|
|
3374
|
-
"text-neutrals-subtle"?: any;
|
|
3375
|
-
"text-neutrals-subtle-active"?: any;
|
|
3376
|
-
"text-neutrals-subtle-hover"?: any;
|
|
3377
|
-
"text-primary"?: any;
|
|
3378
|
-
"text-primary-active"?: any;
|
|
3379
|
-
"text-primary-hover"?: any;
|
|
3380
|
-
"text-primary-inverted"?: any;
|
|
3381
|
-
"text-primary-inverted-subtle"?: any;
|
|
3382
|
-
"text-primary-selected"?: any;
|
|
3383
|
-
"text-success"?: any;
|
|
3384
|
-
"text-success-active"?: any;
|
|
3385
|
-
"text-success-hover"?: any;
|
|
3386
|
-
"text-success-inverted"?: any;
|
|
3387
|
-
"text-warning"?: any;
|
|
3388
|
-
"text-warning-subtle"?: any;
|
|
3389
|
-
};
|
|
3390
|
-
'font-sizes': {
|
|
3391
|
-
readonly 125: "0.625rem";
|
|
3392
|
-
readonly 150: "0.75rem";
|
|
3393
|
-
readonly 175: "0.875rem";
|
|
3394
|
-
readonly 200: "1rem";
|
|
3395
|
-
readonly 225: "1.125rem";
|
|
3396
|
-
readonly 250: "1.25rem";
|
|
3397
|
-
readonly 300: "1.5rem";
|
|
3398
|
-
readonly 400: "2rem";
|
|
3399
|
-
readonly 500: "2.5rem";
|
|
3400
|
-
readonly 600: "3rem";
|
|
3401
|
-
readonly 800: "4rem";
|
|
3402
|
-
readonly 900: "4.5rem";
|
|
3403
|
-
};
|
|
3404
|
-
fonts: {
|
|
3405
|
-
readonly heading: "Roobert, sans-serif";
|
|
3406
|
-
readonly body: "Open Sans, sans-serif";
|
|
3407
|
-
};
|
|
3408
|
-
radii: {
|
|
3409
|
-
readonly 0: "0px";
|
|
3410
|
-
readonly 25: "2px";
|
|
3411
|
-
readonly 50: "4px";
|
|
3412
|
-
readonly 75: "6px";
|
|
3413
|
-
readonly 100: "8px";
|
|
3414
|
-
readonly 200: "16px";
|
|
3415
|
-
readonly round: "999px";
|
|
3416
|
-
};
|
|
3417
|
-
shadows: {
|
|
3418
|
-
100: any;
|
|
3419
|
-
50: any;
|
|
3420
|
-
"focus-small": any;
|
|
3421
|
-
"focus-small-outline": any;
|
|
3422
|
-
"focus-large": any;
|
|
3423
|
-
"focus-controls": any;
|
|
3424
|
-
"focus-small-error": any;
|
|
3425
|
-
"focus-controls-error": any;
|
|
3426
|
-
"focus-controls-success": any;
|
|
3427
|
-
};
|
|
3428
|
-
sizes: {
|
|
3429
|
-
readonly number: string;
|
|
3430
|
-
readonly 'icon-200': "16px";
|
|
3431
|
-
readonly 'icon-300': "24px";
|
|
3432
|
-
readonly 'icon-400': "32px";
|
|
3433
|
-
};
|
|
3434
|
-
space: {
|
|
3435
|
-
readonly 0: "0px";
|
|
3436
|
-
readonly 25: "2px";
|
|
3437
|
-
readonly 50: "4px";
|
|
3438
|
-
readonly 100: "8px";
|
|
3439
|
-
readonly 150: "12px";
|
|
3440
|
-
readonly 200: "16px";
|
|
3441
|
-
readonly 300: "24px";
|
|
3442
|
-
readonly 400: "32px";
|
|
3443
|
-
readonly 500: "40px";
|
|
3444
|
-
readonly 600: "48px";
|
|
3445
|
-
readonly 700: "56px";
|
|
3446
|
-
readonly 800: "64px";
|
|
3447
|
-
readonly 1200: "96px";
|
|
3448
|
-
readonly 1600: "128px";
|
|
3449
|
-
};
|
|
3450
|
-
'stroke-width': {
|
|
3451
|
-
readonly thin: "1.5px";
|
|
3452
|
-
readonly normal: "2px";
|
|
3453
|
-
readonly bold: "4px";
|
|
3454
|
-
};
|
|
3455
|
-
'z-indices': {
|
|
3456
|
-
readonly dropdownMenu: 100;
|
|
3457
|
-
readonly select: 200;
|
|
3458
|
-
readonly popover: 300;
|
|
3459
|
-
readonly tooltip: 400;
|
|
3460
|
-
};
|
|
3461
|
-
}, {
|
|
3462
|
-
readonly background: "colors";
|
|
3463
|
-
readonly backgroundColor: "colors";
|
|
3464
|
-
readonly backgroundImage: "colors";
|
|
3465
|
-
readonly blockSize: "sizes";
|
|
3466
|
-
readonly border: "colors";
|
|
3467
|
-
readonly borderBlock: "colors";
|
|
3468
|
-
readonly borderBlockEnd: "colors";
|
|
3469
|
-
readonly borderBlockStart: "colors";
|
|
3470
|
-
readonly borderBottom: "colors";
|
|
3471
|
-
readonly borderBottomColor: "colors";
|
|
3472
|
-
readonly borderBottomLeftRadius: "radii";
|
|
3473
|
-
readonly borderBottomRightRadius: "radii";
|
|
3474
|
-
readonly borderBottomStyle: "border-styles";
|
|
3475
|
-
readonly borderBottomWidth: "border-widths";
|
|
3476
|
-
readonly borderColor: "colors";
|
|
3477
|
-
readonly borderImage: "colors";
|
|
3478
|
-
readonly borderInline: "colors";
|
|
3479
|
-
readonly borderInlineEnd: "colors";
|
|
3480
|
-
readonly borderInlineStart: "colors";
|
|
3481
|
-
readonly borderLeft: "colors";
|
|
3482
|
-
readonly borderLeftColor: "colors";
|
|
3483
|
-
readonly borderLeftStyle: "border-styles";
|
|
3484
|
-
readonly borderLeftWidth: "border-widths";
|
|
3485
|
-
readonly borderRadius: "radii";
|
|
3486
|
-
readonly borderRight: "colors";
|
|
3487
|
-
readonly borderRightColor: "colors";
|
|
3488
|
-
readonly borderRightStyle: "border-styles";
|
|
3489
|
-
readonly borderRightWidth: "border-widths";
|
|
3490
|
-
readonly borderSpacing: "space";
|
|
3491
|
-
readonly borderStyle: "border-styles";
|
|
3492
|
-
readonly borderTop: "colors";
|
|
3493
|
-
readonly borderTopColor: "colors";
|
|
3494
|
-
readonly borderTopLeftRadius: "radii";
|
|
3495
|
-
readonly borderTopRightRadius: "radii";
|
|
3496
|
-
readonly borderTopStyle: "border-styles";
|
|
3497
|
-
readonly borderTopWidth: "border-widths";
|
|
3498
|
-
readonly borderWidth: "border-widths";
|
|
3499
|
-
readonly bottom: "space";
|
|
3500
|
-
readonly boxShadow: "shadows";
|
|
3501
|
-
readonly caretColor: "colors";
|
|
3502
|
-
readonly color: "colors";
|
|
3503
|
-
readonly columnGap: "space";
|
|
3504
|
-
readonly columnRuleColor: "colors";
|
|
3505
|
-
readonly fill: "colors";
|
|
3506
|
-
readonly flexBasis: "sizes";
|
|
3507
|
-
readonly fontFamily: "fonts";
|
|
3508
|
-
readonly fontSize: "font-sizes";
|
|
3509
|
-
readonly fontWeight: "font-weights";
|
|
3510
|
-
readonly gap: "space";
|
|
3511
|
-
readonly gridColumnGap: "space";
|
|
3512
|
-
readonly gridGap: "space";
|
|
3513
|
-
readonly gridRowGap: "space";
|
|
3514
|
-
readonly gridTemplateColumns: "sizes";
|
|
3515
|
-
readonly gridTemplateRows: "sizes";
|
|
3516
|
-
readonly height: "sizes";
|
|
3517
|
-
readonly inlineSize: "sizes";
|
|
3518
|
-
readonly inset: "space";
|
|
3519
|
-
readonly insetBlock: "space";
|
|
3520
|
-
readonly insetBlockEnd: "space";
|
|
3521
|
-
readonly insetBlockStart: "space";
|
|
3522
|
-
readonly insetInline: "space";
|
|
3523
|
-
readonly insetInlineEnd: "space";
|
|
3524
|
-
readonly insetInlineStart: "space";
|
|
3525
|
-
readonly left: "space";
|
|
3526
|
-
readonly letterSpacing: "letter-spacings";
|
|
3527
|
-
readonly lineHeight: "line-heights";
|
|
3528
|
-
readonly margin: "space";
|
|
3529
|
-
readonly marginBlock: "space";
|
|
3530
|
-
readonly marginBlockEnd: "space";
|
|
3531
|
-
readonly marginBlockStart: "space";
|
|
3532
|
-
readonly marginBottom: "space";
|
|
3533
|
-
readonly marginInline: "space";
|
|
3534
|
-
readonly marginInlineEnd: "space";
|
|
3535
|
-
readonly marginInlineStart: "space";
|
|
3536
|
-
readonly marginLeft: "space";
|
|
3537
|
-
readonly marginRight: "space";
|
|
3538
|
-
readonly marginTop: "space";
|
|
3539
|
-
readonly maxBlockSize: "sizes";
|
|
3540
|
-
readonly maxHeight: "sizes";
|
|
3541
|
-
readonly maxInlineSize: "sizes";
|
|
3542
|
-
readonly maxWidth: "sizes";
|
|
3543
|
-
readonly minBlockSize: "sizes";
|
|
3544
|
-
readonly minHeight: "sizes";
|
|
3545
|
-
readonly minInlineSize: "sizes";
|
|
3546
|
-
readonly minWidth: "sizes";
|
|
3547
|
-
readonly outline: "colors";
|
|
3548
|
-
readonly outlineColor: "colors";
|
|
3549
|
-
readonly padding: "space";
|
|
3550
|
-
readonly paddingBlock: "space";
|
|
3551
|
-
readonly paddingBlockEnd: "space";
|
|
3552
|
-
readonly paddingBlockStart: "space";
|
|
3553
|
-
readonly paddingBottom: "space";
|
|
3554
|
-
readonly paddingInline: "space";
|
|
3555
|
-
readonly paddingInlineEnd: "space";
|
|
3556
|
-
readonly paddingInlineStart: "space";
|
|
3557
|
-
readonly paddingLeft: "space";
|
|
3558
|
-
readonly paddingRight: "space";
|
|
3559
|
-
readonly paddingTop: "space";
|
|
3560
|
-
readonly right: "space";
|
|
3561
|
-
readonly rowGap: "space";
|
|
3562
|
-
readonly scrollMargin: "space";
|
|
3563
|
-
readonly scrollMarginBlock: "space";
|
|
3564
|
-
readonly scrollMarginBlockEnd: "space";
|
|
3565
|
-
readonly scrollMarginBlockStart: "space";
|
|
3566
|
-
readonly scrollMarginBottom: "space";
|
|
3567
|
-
readonly scrollMarginInline: "space";
|
|
3568
|
-
readonly scrollMarginInlineEnd: "space";
|
|
3569
|
-
readonly scrollMarginInlineStart: "space";
|
|
3570
|
-
readonly scrollMarginLeft: "space";
|
|
3571
|
-
readonly scrollMarginRight: "space";
|
|
3572
|
-
readonly scrollMarginTop: "space";
|
|
3573
|
-
readonly scrollPadding: "space";
|
|
3574
|
-
readonly scrollPaddingBlock: "space";
|
|
3575
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
3576
|
-
readonly scrollPaddingBlockStart: "space";
|
|
3577
|
-
readonly scrollPaddingBottom: "space";
|
|
3578
|
-
readonly scrollPaddingInline: "space";
|
|
3579
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
3580
|
-
readonly scrollPaddingInlineStart: "space";
|
|
3581
|
-
readonly scrollPaddingLeft: "space";
|
|
3582
|
-
readonly scrollPaddingRight: "space";
|
|
3583
|
-
readonly scrollPaddingTop: "space";
|
|
3584
|
-
readonly stroke: "colors";
|
|
3585
|
-
readonly strokeWidth: "stroke-width";
|
|
3586
|
-
readonly textDecorationColor: "colors";
|
|
3587
|
-
readonly textShadow: "shadows";
|
|
3588
|
-
readonly top: "space";
|
|
3589
|
-
readonly transition: "transitions";
|
|
3590
|
-
readonly width: "sizes";
|
|
3591
|
-
readonly zIndex: "z-indices";
|
|
3592
|
-
}, {
|
|
3593
|
-
paddingX: (value: {
|
|
3594
|
-
readonly [$$PropertyValue]: "padding";
|
|
3595
|
-
}) => {
|
|
3596
|
-
paddingLeft: {
|
|
3597
|
-
readonly [$$PropertyValue]: "padding";
|
|
3598
|
-
};
|
|
3599
|
-
paddingRight: {
|
|
3600
|
-
readonly [$$PropertyValue]: "padding";
|
|
3601
|
-
};
|
|
3602
|
-
};
|
|
3603
|
-
paddingY: (value: {
|
|
3604
|
-
readonly [$$PropertyValue]: "padding";
|
|
3605
|
-
}) => {
|
|
3606
|
-
paddingTop: {
|
|
3607
|
-
readonly [$$PropertyValue]: "padding";
|
|
3608
|
-
};
|
|
3609
|
-
paddingBottom: {
|
|
3610
|
-
readonly [$$PropertyValue]: "padding";
|
|
3611
|
-
};
|
|
3612
|
-
};
|
|
3613
|
-
marginX: (value: {
|
|
3614
|
-
readonly [$$PropertyValue]: "margin";
|
|
3615
|
-
}) => {
|
|
3616
|
-
marginLeft: {
|
|
3617
|
-
readonly [$$PropertyValue]: "margin";
|
|
3618
|
-
};
|
|
3619
|
-
marginRight: {
|
|
3620
|
-
readonly [$$PropertyValue]: "margin";
|
|
3621
|
-
};
|
|
3622
|
-
};
|
|
3623
|
-
marginY: (value: {
|
|
3624
|
-
readonly [$$PropertyValue]: "margin";
|
|
3625
|
-
}) => {
|
|
3626
|
-
marginTop: {
|
|
3627
|
-
readonly [$$PropertyValue]: "margin";
|
|
3628
|
-
};
|
|
3629
|
-
marginBottom: {
|
|
3630
|
-
readonly [$$PropertyValue]: "margin";
|
|
3631
|
-
};
|
|
3632
|
-
};
|
|
3633
|
-
square: (value: {
|
|
3634
|
-
readonly [$$PropertyValue]: "width";
|
|
3635
|
-
}) => {
|
|
3636
|
-
width: {
|
|
3637
|
-
readonly [$$PropertyValue]: "width";
|
|
3638
|
-
};
|
|
3639
|
-
height: {
|
|
3640
|
-
readonly [$$PropertyValue]: "width";
|
|
3641
|
-
};
|
|
3642
|
-
};
|
|
3643
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3644
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3645
|
-
};
|
|
3646
|
-
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
245
|
+
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_select.SelectSeparatorProps & react.RefAttributes<HTMLDivElement>, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
246
|
+
children?: react.ReactNode;
|
|
247
|
+
} & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
3647
248
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
3648
249
|
|
|
3649
250
|
interface SeparatorProps extends StyledSeparatorProps {
|