@mirohq/design-system-scroll-area 0.2.7 → 0.2.9
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 +6 -2447
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,995 +1,18 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import react__default from 'react';
|
|
3
|
+
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
3
4
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
4
5
|
import { StrictComponentProps } from '@mirohq/design-system-stitches';
|
|
5
|
-
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
6
|
-
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
7
6
|
import * as _radix_ui_react_scroll_area from '@radix-ui/react-scroll-area';
|
|
8
7
|
|
|
9
|
-
declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<
|
|
10
|
-
'border-widths': {
|
|
11
|
-
readonly none: 0;
|
|
12
|
-
readonly sm: "1px";
|
|
13
|
-
readonly md: "2px";
|
|
14
|
-
readonly lg: "4px";
|
|
15
|
-
};
|
|
16
|
-
colors: {
|
|
17
|
-
readonly black: any;
|
|
18
|
-
readonly 'blue-50': any;
|
|
19
|
-
readonly 'blue-100': any;
|
|
20
|
-
readonly 'blue-150': any;
|
|
21
|
-
readonly 'blue-200': any;
|
|
22
|
-
readonly 'blue-250': any;
|
|
23
|
-
readonly 'blue-300': any;
|
|
24
|
-
readonly 'blue-350': any;
|
|
25
|
-
readonly 'blue-400': any;
|
|
26
|
-
readonly 'blue-450': any;
|
|
27
|
-
readonly 'blue-500': any;
|
|
28
|
-
readonly 'blue-550': any;
|
|
29
|
-
readonly 'blue-600': any;
|
|
30
|
-
readonly 'blue-650': any;
|
|
31
|
-
readonly 'blue-700': any;
|
|
32
|
-
readonly 'blue-750': any;
|
|
33
|
-
readonly 'blue-800': any;
|
|
34
|
-
readonly 'blue-850': any;
|
|
35
|
-
readonly 'blue-900': any;
|
|
36
|
-
readonly 'blue-950': any;
|
|
37
|
-
readonly 'gray-50': any;
|
|
38
|
-
readonly 'gray-100': any;
|
|
39
|
-
readonly 'gray-150': any;
|
|
40
|
-
readonly 'gray-200': any;
|
|
41
|
-
readonly 'gray-250': any;
|
|
42
|
-
readonly 'gray-300': any;
|
|
43
|
-
readonly 'gray-350': any;
|
|
44
|
-
readonly 'gray-400': any;
|
|
45
|
-
readonly 'gray-450': any;
|
|
46
|
-
readonly 'gray-500': any;
|
|
47
|
-
readonly 'gray-550': any;
|
|
48
|
-
readonly 'gray-600': any;
|
|
49
|
-
readonly 'gray-650': any;
|
|
50
|
-
readonly 'gray-700': any;
|
|
51
|
-
readonly 'gray-750': any;
|
|
52
|
-
readonly 'gray-800': any;
|
|
53
|
-
readonly 'gray-850': any;
|
|
54
|
-
readonly 'gray-900': any;
|
|
55
|
-
readonly 'gray-950': any;
|
|
56
|
-
readonly 'green-50': any;
|
|
57
|
-
readonly 'green-100': any;
|
|
58
|
-
readonly 'green-150': any;
|
|
59
|
-
readonly 'green-200': any;
|
|
60
|
-
readonly 'green-250': any;
|
|
61
|
-
readonly 'green-300': any;
|
|
62
|
-
readonly 'green-350': any;
|
|
63
|
-
readonly 'green-400': any;
|
|
64
|
-
readonly 'green-450': any;
|
|
65
|
-
readonly 'green-500': any;
|
|
66
|
-
readonly 'green-550': any;
|
|
67
|
-
readonly 'green-600': any;
|
|
68
|
-
readonly 'green-650': any;
|
|
69
|
-
readonly 'green-700': any;
|
|
70
|
-
readonly 'green-750': any;
|
|
71
|
-
readonly 'green-800': any;
|
|
72
|
-
readonly 'green-850': any;
|
|
73
|
-
readonly 'green-900': any;
|
|
74
|
-
readonly 'green-950': any;
|
|
75
|
-
readonly 'red-50': any;
|
|
76
|
-
readonly 'red-100': any;
|
|
77
|
-
readonly 'red-150': any;
|
|
78
|
-
readonly 'red-200': any;
|
|
79
|
-
readonly 'red-250': any;
|
|
80
|
-
readonly 'red-300': any;
|
|
81
|
-
readonly 'red-350': any;
|
|
82
|
-
readonly 'red-400': any;
|
|
83
|
-
readonly 'red-450': any;
|
|
84
|
-
readonly 'red-500': any;
|
|
85
|
-
readonly 'red-550': any;
|
|
86
|
-
readonly 'red-600': any;
|
|
87
|
-
readonly 'red-650': any;
|
|
88
|
-
readonly 'red-700': any;
|
|
89
|
-
readonly 'red-750': any;
|
|
90
|
-
readonly 'red-800': any;
|
|
91
|
-
readonly 'red-850': any;
|
|
92
|
-
readonly 'red-900': any;
|
|
93
|
-
readonly 'red-950': any;
|
|
94
|
-
readonly transparent: any;
|
|
95
|
-
readonly white: any;
|
|
96
|
-
readonly 'yellow-50': any;
|
|
97
|
-
readonly 'yellow-100': any;
|
|
98
|
-
readonly 'yellow-150': any;
|
|
99
|
-
readonly 'yellow-200': any;
|
|
100
|
-
readonly 'yellow-250': any;
|
|
101
|
-
readonly 'yellow-300': any;
|
|
102
|
-
readonly 'yellow-350': any;
|
|
103
|
-
readonly 'yellow-400': any;
|
|
104
|
-
readonly 'yellow-450': any;
|
|
105
|
-
readonly 'yellow-500': any;
|
|
106
|
-
readonly 'yellow-550': any;
|
|
107
|
-
readonly 'yellow-600': any;
|
|
108
|
-
readonly 'yellow-650': any;
|
|
109
|
-
readonly 'yellow-700': any;
|
|
110
|
-
readonly 'yellow-750': any;
|
|
111
|
-
readonly 'yellow-800': any;
|
|
112
|
-
readonly 'yellow-850': any;
|
|
113
|
-
readonly 'yellow-900': any;
|
|
114
|
-
readonly 'yellow-950': any;
|
|
115
|
-
"background-alpha-active"?: any;
|
|
116
|
-
"background-alpha-hover"?: any;
|
|
117
|
-
"background-danger-prominent"?: any;
|
|
118
|
-
"background-danger-prominent-active"?: any;
|
|
119
|
-
"background-danger-prominent-hover"?: any;
|
|
120
|
-
"background-danger-subtle"?: any;
|
|
121
|
-
"background-danger-subtle-active"?: any;
|
|
122
|
-
"background-danger-subtle-hover"?: any;
|
|
123
|
-
"background-neutrals"?: any;
|
|
124
|
-
"background-neutrals-active"?: any;
|
|
125
|
-
"background-neutrals-container"?: any;
|
|
126
|
-
"background-neutrals-controls-disabled"?: any;
|
|
127
|
-
"background-neutrals-disabled"?: any;
|
|
128
|
-
"background-neutrals-hover"?: any;
|
|
129
|
-
"background-neutrals-inactive"?: any;
|
|
130
|
-
"background-neutrals-inactive-hover"?: any;
|
|
131
|
-
"background-neutrals-inverted"?: any;
|
|
132
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
133
|
-
"background-neutrals-page"?: any;
|
|
134
|
-
"background-neutrals-page-subtle"?: any;
|
|
135
|
-
"background-neutrals-scrollbar"?: any;
|
|
136
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
137
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
138
|
-
"background-neutrals-subtle"?: any;
|
|
139
|
-
"background-neutrals-subtle-active"?: any;
|
|
140
|
-
"background-neutrals-subtle-hover"?: any;
|
|
141
|
-
"background-primary-prominent"?: any;
|
|
142
|
-
"background-primary-prominent-active"?: any;
|
|
143
|
-
"background-primary-prominent-hover"?: any;
|
|
144
|
-
"background-primary-prominent-selected"?: any;
|
|
145
|
-
"background-primary-subtle"?: any;
|
|
146
|
-
"background-primary-subtle-active"?: any;
|
|
147
|
-
"background-primary-subtle-hover"?: any;
|
|
148
|
-
"background-primary-subtle-selected"?: any;
|
|
149
|
-
"background-success"?: any;
|
|
150
|
-
"background-success-prominent"?: any;
|
|
151
|
-
"background-success-prominent-active"?: any;
|
|
152
|
-
"background-success-prominent-hover"?: any;
|
|
153
|
-
"background-warning-prominent"?: any;
|
|
154
|
-
"background-warning-subtle"?: any;
|
|
155
|
-
"border-danger"?: any;
|
|
156
|
-
"border-danger-active"?: any;
|
|
157
|
-
"border-danger-hover"?: any;
|
|
158
|
-
"border-focus-error-inner"?: any;
|
|
159
|
-
"border-focus-error-middle"?: any;
|
|
160
|
-
"border-focus-error-outer"?: any;
|
|
161
|
-
"border-focus-inner"?: any;
|
|
162
|
-
"border-focus-middle"?: any;
|
|
163
|
-
"border-focus-outer"?: any;
|
|
164
|
-
"border-focus-success-inner"?: any;
|
|
165
|
-
"border-focus-success-middle"?: any;
|
|
166
|
-
"border-focus-success-outer"?: any;
|
|
167
|
-
"border-neutrals"?: any;
|
|
168
|
-
"border-neutrals-active"?: any;
|
|
169
|
-
"border-neutrals-controls"?: any;
|
|
170
|
-
"border-neutrals-controls-disabled"?: any;
|
|
171
|
-
"border-neutrals-disabled"?: any;
|
|
172
|
-
"border-neutrals-hover"?: any;
|
|
173
|
-
"border-neutrals-inverted"?: any;
|
|
174
|
-
"border-neutrals-subtle"?: any;
|
|
175
|
-
"border-neutrals-text"?: any;
|
|
176
|
-
"border-neutrals-text-active"?: any;
|
|
177
|
-
"border-neutrals-text-hover"?: any;
|
|
178
|
-
"border-neutrals-text-subtle"?: any;
|
|
179
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
180
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
181
|
-
"border-neutrals-transparent"?: any;
|
|
182
|
-
"border-primary"?: any;
|
|
183
|
-
"border-primary-active"?: any;
|
|
184
|
-
"border-primary-hover"?: any;
|
|
185
|
-
"border-primary-inverted"?: any;
|
|
186
|
-
"border-success"?: any;
|
|
187
|
-
"border-success-active"?: any;
|
|
188
|
-
"border-success-hover"?: any;
|
|
189
|
-
"border-warning"?: any;
|
|
190
|
-
"icon-danger"?: any;
|
|
191
|
-
"icon-danger-active"?: any;
|
|
192
|
-
"icon-danger-hover"?: any;
|
|
193
|
-
"icon-danger-inverted"?: any;
|
|
194
|
-
"icon-neutrals"?: any;
|
|
195
|
-
"icon-neutrals-disabled"?: any;
|
|
196
|
-
"icon-neutrals-inactive"?: any;
|
|
197
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
198
|
-
"icon-neutrals-inverted"?: any;
|
|
199
|
-
"icon-neutrals-search"?: any;
|
|
200
|
-
"icon-neutrals-subtle"?: any;
|
|
201
|
-
"icon-neutrals-text"?: any;
|
|
202
|
-
"icon-primary"?: any;
|
|
203
|
-
"icon-primary-active"?: any;
|
|
204
|
-
"icon-primary-hover"?: any;
|
|
205
|
-
"icon-primary-inverted"?: any;
|
|
206
|
-
"icon-primary-selected"?: any;
|
|
207
|
-
"icon-success"?: any;
|
|
208
|
-
"icon-success-active"?: any;
|
|
209
|
-
"icon-success-hover"?: any;
|
|
210
|
-
"icon-success-inverted"?: any;
|
|
211
|
-
"icon-warning"?: any;
|
|
212
|
-
"icon-warning-prominent"?: any;
|
|
213
|
-
"icon-warning-subtle"?: any;
|
|
214
|
-
"text-danger"?: any;
|
|
215
|
-
"text-danger-active"?: any;
|
|
216
|
-
"text-danger-hover"?: any;
|
|
217
|
-
"text-danger-inverted"?: any;
|
|
218
|
-
"text-neutrals"?: any;
|
|
219
|
-
"text-neutrals-active"?: any;
|
|
220
|
-
"text-neutrals-disabled"?: any;
|
|
221
|
-
"text-neutrals-hover"?: any;
|
|
222
|
-
"text-neutrals-inverted"?: any;
|
|
223
|
-
"text-neutrals-placeholder"?: any;
|
|
224
|
-
"text-neutrals-placeholder-only"?: any;
|
|
225
|
-
"text-neutrals-subtle"?: any;
|
|
226
|
-
"text-neutrals-subtle-active"?: any;
|
|
227
|
-
"text-neutrals-subtle-hover"?: any;
|
|
228
|
-
"text-primary"?: any;
|
|
229
|
-
"text-primary-active"?: any;
|
|
230
|
-
"text-primary-hover"?: any;
|
|
231
|
-
"text-primary-inverted"?: any;
|
|
232
|
-
"text-primary-inverted-subtle"?: any;
|
|
233
|
-
"text-primary-selected"?: any;
|
|
234
|
-
"text-success"?: any;
|
|
235
|
-
"text-success-active"?: any;
|
|
236
|
-
"text-success-hover"?: any;
|
|
237
|
-
"text-success-inverted"?: any;
|
|
238
|
-
"text-warning"?: any;
|
|
239
|
-
"text-warning-subtle"?: any;
|
|
240
|
-
};
|
|
241
|
-
'font-sizes': {
|
|
242
|
-
readonly 125: "0.625rem";
|
|
243
|
-
readonly 150: "0.75rem";
|
|
244
|
-
readonly 175: "0.875rem";
|
|
245
|
-
readonly 200: "1rem";
|
|
246
|
-
readonly 225: "1.125rem";
|
|
247
|
-
readonly 250: "1.25rem";
|
|
248
|
-
readonly 300: "1.5rem";
|
|
249
|
-
readonly 400: "2rem";
|
|
250
|
-
readonly 500: "2.5rem";
|
|
251
|
-
readonly 600: "3rem";
|
|
252
|
-
readonly 800: "4rem";
|
|
253
|
-
readonly 900: "4.5rem";
|
|
254
|
-
};
|
|
255
|
-
fonts: {
|
|
256
|
-
readonly heading: "Roobert, sans-serif";
|
|
257
|
-
readonly body: "Open Sans, sans-serif";
|
|
258
|
-
};
|
|
259
|
-
radii: {
|
|
260
|
-
readonly 0: "0px";
|
|
261
|
-
readonly 25: "2px";
|
|
262
|
-
readonly 50: "4px";
|
|
263
|
-
readonly 75: "6px";
|
|
264
|
-
readonly 100: "8px";
|
|
265
|
-
readonly 200: "16px";
|
|
266
|
-
readonly round: "999px";
|
|
267
|
-
};
|
|
268
|
-
shadows: {
|
|
269
|
-
100: any;
|
|
270
|
-
50: any;
|
|
271
|
-
"focus-small": any;
|
|
272
|
-
"focus-small-outline": any;
|
|
273
|
-
"focus-large": any;
|
|
274
|
-
"focus-controls": any;
|
|
275
|
-
"focus-small-error": any;
|
|
276
|
-
"focus-controls-error": any;
|
|
277
|
-
"focus-controls-success": any;
|
|
278
|
-
};
|
|
279
|
-
sizes: {
|
|
280
|
-
readonly number: string;
|
|
281
|
-
readonly 'icon-200': "16px";
|
|
282
|
-
readonly 'icon-300': "24px";
|
|
283
|
-
readonly 'icon-400': "32px";
|
|
284
|
-
};
|
|
285
|
-
space: {
|
|
286
|
-
readonly 0: "0px";
|
|
287
|
-
readonly 25: "2px";
|
|
288
|
-
readonly 50: "4px";
|
|
289
|
-
readonly 100: "8px";
|
|
290
|
-
readonly 150: "12px";
|
|
291
|
-
readonly 200: "16px";
|
|
292
|
-
readonly 300: "24px";
|
|
293
|
-
readonly 400: "32px";
|
|
294
|
-
readonly 500: "40px";
|
|
295
|
-
readonly 600: "48px";
|
|
296
|
-
readonly 700: "56px";
|
|
297
|
-
readonly 800: "64px";
|
|
298
|
-
readonly 1200: "96px";
|
|
299
|
-
readonly 1600: "128px";
|
|
300
|
-
};
|
|
301
|
-
'stroke-width': {
|
|
302
|
-
readonly thin: "1.5px";
|
|
303
|
-
readonly normal: "2px";
|
|
304
|
-
readonly bold: "4px";
|
|
305
|
-
};
|
|
306
|
-
'z-indices': {
|
|
307
|
-
readonly dropdownMenu: 100;
|
|
308
|
-
readonly select: 200;
|
|
309
|
-
readonly popover: 300;
|
|
310
|
-
readonly tooltip: 400;
|
|
311
|
-
};
|
|
312
|
-
}, {
|
|
313
|
-
readonly background: "colors";
|
|
314
|
-
readonly backgroundColor: "colors";
|
|
315
|
-
readonly backgroundImage: "colors";
|
|
316
|
-
readonly blockSize: "sizes";
|
|
317
|
-
readonly border: "colors";
|
|
318
|
-
readonly borderBlock: "colors";
|
|
319
|
-
readonly borderBlockEnd: "colors";
|
|
320
|
-
readonly borderBlockStart: "colors";
|
|
321
|
-
readonly borderBottom: "colors";
|
|
322
|
-
readonly borderBottomColor: "colors";
|
|
323
|
-
readonly borderBottomLeftRadius: "radii";
|
|
324
|
-
readonly borderBottomRightRadius: "radii";
|
|
325
|
-
readonly borderBottomStyle: "border-styles";
|
|
326
|
-
readonly borderBottomWidth: "border-widths";
|
|
327
|
-
readonly borderColor: "colors";
|
|
328
|
-
readonly borderImage: "colors";
|
|
329
|
-
readonly borderInline: "colors";
|
|
330
|
-
readonly borderInlineEnd: "colors";
|
|
331
|
-
readonly borderInlineStart: "colors";
|
|
332
|
-
readonly borderLeft: "colors";
|
|
333
|
-
readonly borderLeftColor: "colors";
|
|
334
|
-
readonly borderLeftStyle: "border-styles";
|
|
335
|
-
readonly borderLeftWidth: "border-widths";
|
|
336
|
-
readonly borderRadius: "radii";
|
|
337
|
-
readonly borderRight: "colors";
|
|
338
|
-
readonly borderRightColor: "colors";
|
|
339
|
-
readonly borderRightStyle: "border-styles";
|
|
340
|
-
readonly borderRightWidth: "border-widths";
|
|
341
|
-
readonly borderSpacing: "space";
|
|
342
|
-
readonly borderStyle: "border-styles";
|
|
343
|
-
readonly borderTop: "colors";
|
|
344
|
-
readonly borderTopColor: "colors";
|
|
345
|
-
readonly borderTopLeftRadius: "radii";
|
|
346
|
-
readonly borderTopRightRadius: "radii";
|
|
347
|
-
readonly borderTopStyle: "border-styles";
|
|
348
|
-
readonly borderTopWidth: "border-widths";
|
|
349
|
-
readonly borderWidth: "border-widths";
|
|
350
|
-
readonly bottom: "space";
|
|
351
|
-
readonly boxShadow: "shadows";
|
|
352
|
-
readonly caretColor: "colors";
|
|
353
|
-
readonly color: "colors";
|
|
354
|
-
readonly columnGap: "space";
|
|
355
|
-
readonly columnRuleColor: "colors";
|
|
356
|
-
readonly fill: "colors";
|
|
357
|
-
readonly flexBasis: "sizes";
|
|
358
|
-
readonly fontFamily: "fonts";
|
|
359
|
-
readonly fontSize: "font-sizes";
|
|
360
|
-
readonly fontWeight: "font-weights";
|
|
361
|
-
readonly gap: "space";
|
|
362
|
-
readonly gridColumnGap: "space";
|
|
363
|
-
readonly gridGap: "space";
|
|
364
|
-
readonly gridRowGap: "space";
|
|
365
|
-
readonly gridTemplateColumns: "sizes";
|
|
366
|
-
readonly gridTemplateRows: "sizes";
|
|
367
|
-
readonly height: "sizes";
|
|
368
|
-
readonly inlineSize: "sizes";
|
|
369
|
-
readonly inset: "space";
|
|
370
|
-
readonly insetBlock: "space";
|
|
371
|
-
readonly insetBlockEnd: "space";
|
|
372
|
-
readonly insetBlockStart: "space";
|
|
373
|
-
readonly insetInline: "space";
|
|
374
|
-
readonly insetInlineEnd: "space";
|
|
375
|
-
readonly insetInlineStart: "space";
|
|
376
|
-
readonly left: "space";
|
|
377
|
-
readonly letterSpacing: "letter-spacings";
|
|
378
|
-
readonly lineHeight: "line-heights";
|
|
379
|
-
readonly margin: "space";
|
|
380
|
-
readonly marginBlock: "space";
|
|
381
|
-
readonly marginBlockEnd: "space";
|
|
382
|
-
readonly marginBlockStart: "space";
|
|
383
|
-
readonly marginBottom: "space";
|
|
384
|
-
readonly marginInline: "space";
|
|
385
|
-
readonly marginInlineEnd: "space";
|
|
386
|
-
readonly marginInlineStart: "space";
|
|
387
|
-
readonly marginLeft: "space";
|
|
388
|
-
readonly marginRight: "space";
|
|
389
|
-
readonly marginTop: "space";
|
|
390
|
-
readonly maxBlockSize: "sizes";
|
|
391
|
-
readonly maxHeight: "sizes";
|
|
392
|
-
readonly maxInlineSize: "sizes";
|
|
393
|
-
readonly maxWidth: "sizes";
|
|
394
|
-
readonly minBlockSize: "sizes";
|
|
395
|
-
readonly minHeight: "sizes";
|
|
396
|
-
readonly minInlineSize: "sizes";
|
|
397
|
-
readonly minWidth: "sizes";
|
|
398
|
-
readonly outline: "colors";
|
|
399
|
-
readonly outlineColor: "colors";
|
|
400
|
-
readonly padding: "space";
|
|
401
|
-
readonly paddingBlock: "space";
|
|
402
|
-
readonly paddingBlockEnd: "space";
|
|
403
|
-
readonly paddingBlockStart: "space";
|
|
404
|
-
readonly paddingBottom: "space";
|
|
405
|
-
readonly paddingInline: "space";
|
|
406
|
-
readonly paddingInlineEnd: "space";
|
|
407
|
-
readonly paddingInlineStart: "space";
|
|
408
|
-
readonly paddingLeft: "space";
|
|
409
|
-
readonly paddingRight: "space";
|
|
410
|
-
readonly paddingTop: "space";
|
|
411
|
-
readonly right: "space";
|
|
412
|
-
readonly rowGap: "space";
|
|
413
|
-
readonly scrollMargin: "space";
|
|
414
|
-
readonly scrollMarginBlock: "space";
|
|
415
|
-
readonly scrollMarginBlockEnd: "space";
|
|
416
|
-
readonly scrollMarginBlockStart: "space";
|
|
417
|
-
readonly scrollMarginBottom: "space";
|
|
418
|
-
readonly scrollMarginInline: "space";
|
|
419
|
-
readonly scrollMarginInlineEnd: "space";
|
|
420
|
-
readonly scrollMarginInlineStart: "space";
|
|
421
|
-
readonly scrollMarginLeft: "space";
|
|
422
|
-
readonly scrollMarginRight: "space";
|
|
423
|
-
readonly scrollMarginTop: "space";
|
|
424
|
-
readonly scrollPadding: "space";
|
|
425
|
-
readonly scrollPaddingBlock: "space";
|
|
426
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
427
|
-
readonly scrollPaddingBlockStart: "space";
|
|
428
|
-
readonly scrollPaddingBottom: "space";
|
|
429
|
-
readonly scrollPaddingInline: "space";
|
|
430
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
431
|
-
readonly scrollPaddingInlineStart: "space";
|
|
432
|
-
readonly scrollPaddingLeft: "space";
|
|
433
|
-
readonly scrollPaddingRight: "space";
|
|
434
|
-
readonly scrollPaddingTop: "space";
|
|
435
|
-
readonly stroke: "colors";
|
|
436
|
-
readonly strokeWidth: "stroke-width";
|
|
437
|
-
readonly textDecorationColor: "colors";
|
|
438
|
-
readonly textShadow: "shadows";
|
|
439
|
-
readonly top: "space";
|
|
440
|
-
readonly transition: "transitions";
|
|
441
|
-
readonly width: "sizes";
|
|
442
|
-
readonly zIndex: "z-indices";
|
|
443
|
-
}, {
|
|
444
|
-
paddingX: (value: {
|
|
445
|
-
readonly [$$PropertyValue]: "padding";
|
|
446
|
-
}) => {
|
|
447
|
-
paddingLeft: {
|
|
448
|
-
readonly [$$PropertyValue]: "padding";
|
|
449
|
-
};
|
|
450
|
-
paddingRight: {
|
|
451
|
-
readonly [$$PropertyValue]: "padding";
|
|
452
|
-
};
|
|
453
|
-
};
|
|
454
|
-
paddingY: (value: {
|
|
455
|
-
readonly [$$PropertyValue]: "padding";
|
|
456
|
-
}) => {
|
|
457
|
-
paddingTop: {
|
|
458
|
-
readonly [$$PropertyValue]: "padding";
|
|
459
|
-
};
|
|
460
|
-
paddingBottom: {
|
|
461
|
-
readonly [$$PropertyValue]: "padding";
|
|
462
|
-
};
|
|
463
|
-
};
|
|
464
|
-
marginX: (value: {
|
|
465
|
-
readonly [$$PropertyValue]: "margin";
|
|
466
|
-
}) => {
|
|
467
|
-
marginLeft: {
|
|
468
|
-
readonly [$$PropertyValue]: "margin";
|
|
469
|
-
};
|
|
470
|
-
marginRight: {
|
|
471
|
-
readonly [$$PropertyValue]: "margin";
|
|
472
|
-
};
|
|
473
|
-
};
|
|
474
|
-
marginY: (value: {
|
|
475
|
-
readonly [$$PropertyValue]: "margin";
|
|
476
|
-
}) => {
|
|
477
|
-
marginTop: {
|
|
478
|
-
readonly [$$PropertyValue]: "margin";
|
|
479
|
-
};
|
|
480
|
-
marginBottom: {
|
|
481
|
-
readonly [$$PropertyValue]: "margin";
|
|
482
|
-
};
|
|
483
|
-
};
|
|
484
|
-
square: (value: {
|
|
485
|
-
readonly [$$PropertyValue]: "width";
|
|
486
|
-
}) => {
|
|
487
|
-
width: {
|
|
488
|
-
readonly [$$PropertyValue]: "width";
|
|
489
|
-
};
|
|
490
|
-
height: {
|
|
491
|
-
readonly [$$PropertyValue]: "width";
|
|
492
|
-
};
|
|
493
|
-
};
|
|
494
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
495
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
496
|
-
};
|
|
497
|
-
}>>>, 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_scroll_area.ScrollAreaViewportProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
8
|
+
declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_scroll_area.ScrollAreaViewportProps & react.RefAttributes<HTMLDivElement>>>, 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_scroll_area.ScrollAreaViewportProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
498
9
|
declare type StyledViewportProps = StrictComponentProps<typeof StyledViewport>;
|
|
499
10
|
|
|
500
11
|
interface ViewportProps extends StyledViewportProps {
|
|
501
12
|
}
|
|
502
13
|
declare const Viewport: react__default.ForwardRefExoticComponent<Omit<ViewportProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
503
14
|
|
|
504
|
-
declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<
|
|
505
|
-
'border-widths': {
|
|
506
|
-
readonly none: 0;
|
|
507
|
-
readonly sm: "1px";
|
|
508
|
-
readonly md: "2px";
|
|
509
|
-
readonly lg: "4px";
|
|
510
|
-
};
|
|
511
|
-
colors: {
|
|
512
|
-
readonly black: any;
|
|
513
|
-
readonly 'blue-50': any;
|
|
514
|
-
readonly 'blue-100': any;
|
|
515
|
-
readonly 'blue-150': any;
|
|
516
|
-
readonly 'blue-200': any;
|
|
517
|
-
readonly 'blue-250': any;
|
|
518
|
-
readonly 'blue-300': any;
|
|
519
|
-
readonly 'blue-350': any;
|
|
520
|
-
readonly 'blue-400': any;
|
|
521
|
-
readonly 'blue-450': any;
|
|
522
|
-
readonly 'blue-500': any;
|
|
523
|
-
readonly 'blue-550': any;
|
|
524
|
-
readonly 'blue-600': any;
|
|
525
|
-
readonly 'blue-650': any;
|
|
526
|
-
readonly 'blue-700': any;
|
|
527
|
-
readonly 'blue-750': any;
|
|
528
|
-
readonly 'blue-800': any;
|
|
529
|
-
readonly 'blue-850': any;
|
|
530
|
-
readonly 'blue-900': any;
|
|
531
|
-
readonly 'blue-950': any;
|
|
532
|
-
readonly 'gray-50': any;
|
|
533
|
-
readonly 'gray-100': any;
|
|
534
|
-
readonly 'gray-150': any;
|
|
535
|
-
readonly 'gray-200': any;
|
|
536
|
-
readonly 'gray-250': any;
|
|
537
|
-
readonly 'gray-300': any;
|
|
538
|
-
readonly 'gray-350': any;
|
|
539
|
-
readonly 'gray-400': any;
|
|
540
|
-
readonly 'gray-450': any;
|
|
541
|
-
readonly 'gray-500': any;
|
|
542
|
-
readonly 'gray-550': any;
|
|
543
|
-
readonly 'gray-600': any;
|
|
544
|
-
readonly 'gray-650': any;
|
|
545
|
-
readonly 'gray-700': any;
|
|
546
|
-
readonly 'gray-750': any;
|
|
547
|
-
readonly 'gray-800': any;
|
|
548
|
-
readonly 'gray-850': any;
|
|
549
|
-
readonly 'gray-900': any;
|
|
550
|
-
readonly 'gray-950': any;
|
|
551
|
-
readonly 'green-50': any;
|
|
552
|
-
readonly 'green-100': any;
|
|
553
|
-
readonly 'green-150': any;
|
|
554
|
-
readonly 'green-200': any;
|
|
555
|
-
readonly 'green-250': any;
|
|
556
|
-
readonly 'green-300': any;
|
|
557
|
-
readonly 'green-350': any;
|
|
558
|
-
readonly 'green-400': any;
|
|
559
|
-
readonly 'green-450': any;
|
|
560
|
-
readonly 'green-500': any;
|
|
561
|
-
readonly 'green-550': any;
|
|
562
|
-
readonly 'green-600': any;
|
|
563
|
-
readonly 'green-650': any;
|
|
564
|
-
readonly 'green-700': any;
|
|
565
|
-
readonly 'green-750': any;
|
|
566
|
-
readonly 'green-800': any;
|
|
567
|
-
readonly 'green-850': any;
|
|
568
|
-
readonly 'green-900': any;
|
|
569
|
-
readonly 'green-950': any;
|
|
570
|
-
readonly 'red-50': any;
|
|
571
|
-
readonly 'red-100': any;
|
|
572
|
-
readonly 'red-150': any;
|
|
573
|
-
readonly 'red-200': any;
|
|
574
|
-
readonly 'red-250': any;
|
|
575
|
-
readonly 'red-300': any;
|
|
576
|
-
readonly 'red-350': any;
|
|
577
|
-
readonly 'red-400': any;
|
|
578
|
-
readonly 'red-450': any;
|
|
579
|
-
readonly 'red-500': any;
|
|
580
|
-
readonly 'red-550': any;
|
|
581
|
-
readonly 'red-600': any;
|
|
582
|
-
readonly 'red-650': any;
|
|
583
|
-
readonly 'red-700': any;
|
|
584
|
-
readonly 'red-750': any;
|
|
585
|
-
readonly 'red-800': any;
|
|
586
|
-
readonly 'red-850': any;
|
|
587
|
-
readonly 'red-900': any;
|
|
588
|
-
readonly 'red-950': any;
|
|
589
|
-
readonly transparent: any;
|
|
590
|
-
readonly white: any;
|
|
591
|
-
readonly 'yellow-50': any;
|
|
592
|
-
readonly 'yellow-100': any;
|
|
593
|
-
readonly 'yellow-150': any;
|
|
594
|
-
readonly 'yellow-200': any;
|
|
595
|
-
readonly 'yellow-250': any;
|
|
596
|
-
readonly 'yellow-300': any;
|
|
597
|
-
readonly 'yellow-350': any;
|
|
598
|
-
readonly 'yellow-400': any;
|
|
599
|
-
readonly 'yellow-450': any;
|
|
600
|
-
readonly 'yellow-500': any;
|
|
601
|
-
readonly 'yellow-550': any;
|
|
602
|
-
readonly 'yellow-600': any;
|
|
603
|
-
readonly 'yellow-650': any;
|
|
604
|
-
readonly 'yellow-700': any;
|
|
605
|
-
readonly 'yellow-750': any;
|
|
606
|
-
readonly 'yellow-800': any;
|
|
607
|
-
readonly 'yellow-850': any;
|
|
608
|
-
readonly 'yellow-900': any;
|
|
609
|
-
readonly 'yellow-950': any;
|
|
610
|
-
"background-alpha-active"?: any;
|
|
611
|
-
"background-alpha-hover"?: any;
|
|
612
|
-
"background-danger-prominent"?: any;
|
|
613
|
-
"background-danger-prominent-active"?: any;
|
|
614
|
-
"background-danger-prominent-hover"?: any;
|
|
615
|
-
"background-danger-subtle"?: any;
|
|
616
|
-
"background-danger-subtle-active"?: any;
|
|
617
|
-
"background-danger-subtle-hover"?: any;
|
|
618
|
-
"background-neutrals"?: any;
|
|
619
|
-
"background-neutrals-active"?: any;
|
|
620
|
-
"background-neutrals-container"?: any;
|
|
621
|
-
"background-neutrals-controls-disabled"?: any;
|
|
622
|
-
"background-neutrals-disabled"?: any;
|
|
623
|
-
"background-neutrals-hover"?: any;
|
|
624
|
-
"background-neutrals-inactive"?: any;
|
|
625
|
-
"background-neutrals-inactive-hover"?: any;
|
|
626
|
-
"background-neutrals-inverted"?: any;
|
|
627
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
628
|
-
"background-neutrals-page"?: any;
|
|
629
|
-
"background-neutrals-page-subtle"?: any;
|
|
630
|
-
"background-neutrals-scrollbar"?: any;
|
|
631
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
632
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
633
|
-
"background-neutrals-subtle"?: any;
|
|
634
|
-
"background-neutrals-subtle-active"?: any;
|
|
635
|
-
"background-neutrals-subtle-hover"?: any;
|
|
636
|
-
"background-primary-prominent"?: any;
|
|
637
|
-
"background-primary-prominent-active"?: any;
|
|
638
|
-
"background-primary-prominent-hover"?: any;
|
|
639
|
-
"background-primary-prominent-selected"?: any;
|
|
640
|
-
"background-primary-subtle"?: any;
|
|
641
|
-
"background-primary-subtle-active"?: any;
|
|
642
|
-
"background-primary-subtle-hover"?: any;
|
|
643
|
-
"background-primary-subtle-selected"?: any;
|
|
644
|
-
"background-success"?: any;
|
|
645
|
-
"background-success-prominent"?: any;
|
|
646
|
-
"background-success-prominent-active"?: any;
|
|
647
|
-
"background-success-prominent-hover"?: any;
|
|
648
|
-
"background-warning-prominent"?: any;
|
|
649
|
-
"background-warning-subtle"?: any;
|
|
650
|
-
"border-danger"?: any;
|
|
651
|
-
"border-danger-active"?: any;
|
|
652
|
-
"border-danger-hover"?: any;
|
|
653
|
-
"border-focus-error-inner"?: any;
|
|
654
|
-
"border-focus-error-middle"?: any;
|
|
655
|
-
"border-focus-error-outer"?: any;
|
|
656
|
-
"border-focus-inner"?: any;
|
|
657
|
-
"border-focus-middle"?: any;
|
|
658
|
-
"border-focus-outer"?: any;
|
|
659
|
-
"border-focus-success-inner"?: any;
|
|
660
|
-
"border-focus-success-middle"?: any;
|
|
661
|
-
"border-focus-success-outer"?: any;
|
|
662
|
-
"border-neutrals"?: any;
|
|
663
|
-
"border-neutrals-active"?: any;
|
|
664
|
-
"border-neutrals-controls"?: any;
|
|
665
|
-
"border-neutrals-controls-disabled"?: any;
|
|
666
|
-
"border-neutrals-disabled"?: any;
|
|
667
|
-
"border-neutrals-hover"?: any;
|
|
668
|
-
"border-neutrals-inverted"?: any;
|
|
669
|
-
"border-neutrals-subtle"?: any;
|
|
670
|
-
"border-neutrals-text"?: any;
|
|
671
|
-
"border-neutrals-text-active"?: any;
|
|
672
|
-
"border-neutrals-text-hover"?: any;
|
|
673
|
-
"border-neutrals-text-subtle"?: any;
|
|
674
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
675
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
676
|
-
"border-neutrals-transparent"?: any;
|
|
677
|
-
"border-primary"?: any;
|
|
678
|
-
"border-primary-active"?: any;
|
|
679
|
-
"border-primary-hover"?: any;
|
|
680
|
-
"border-primary-inverted"?: any;
|
|
681
|
-
"border-success"?: any;
|
|
682
|
-
"border-success-active"?: any;
|
|
683
|
-
"border-success-hover"?: any;
|
|
684
|
-
"border-warning"?: any;
|
|
685
|
-
"icon-danger"?: any;
|
|
686
|
-
"icon-danger-active"?: any;
|
|
687
|
-
"icon-danger-hover"?: any;
|
|
688
|
-
"icon-danger-inverted"?: any;
|
|
689
|
-
"icon-neutrals"?: any;
|
|
690
|
-
"icon-neutrals-disabled"?: any;
|
|
691
|
-
"icon-neutrals-inactive"?: any;
|
|
692
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
693
|
-
"icon-neutrals-inverted"?: any;
|
|
694
|
-
"icon-neutrals-search"?: any;
|
|
695
|
-
"icon-neutrals-subtle"?: any;
|
|
696
|
-
"icon-neutrals-text"?: any;
|
|
697
|
-
"icon-primary"?: any;
|
|
698
|
-
"icon-primary-active"?: any;
|
|
699
|
-
"icon-primary-hover"?: any;
|
|
700
|
-
"icon-primary-inverted"?: any;
|
|
701
|
-
"icon-primary-selected"?: any;
|
|
702
|
-
"icon-success"?: any;
|
|
703
|
-
"icon-success-active"?: any;
|
|
704
|
-
"icon-success-hover"?: any;
|
|
705
|
-
"icon-success-inverted"?: any;
|
|
706
|
-
"icon-warning"?: any;
|
|
707
|
-
"icon-warning-prominent"?: any;
|
|
708
|
-
"icon-warning-subtle"?: any;
|
|
709
|
-
"text-danger"?: any;
|
|
710
|
-
"text-danger-active"?: any;
|
|
711
|
-
"text-danger-hover"?: any;
|
|
712
|
-
"text-danger-inverted"?: any;
|
|
713
|
-
"text-neutrals"?: any;
|
|
714
|
-
"text-neutrals-active"?: any;
|
|
715
|
-
"text-neutrals-disabled"?: any;
|
|
716
|
-
"text-neutrals-hover"?: any;
|
|
717
|
-
"text-neutrals-inverted"?: any;
|
|
718
|
-
"text-neutrals-placeholder"?: any;
|
|
719
|
-
"text-neutrals-placeholder-only"?: any;
|
|
720
|
-
"text-neutrals-subtle"?: any;
|
|
721
|
-
"text-neutrals-subtle-active"?: any;
|
|
722
|
-
"text-neutrals-subtle-hover"?: any;
|
|
723
|
-
"text-primary"?: any;
|
|
724
|
-
"text-primary-active"?: any;
|
|
725
|
-
"text-primary-hover"?: any;
|
|
726
|
-
"text-primary-inverted"?: any;
|
|
727
|
-
"text-primary-inverted-subtle"?: any;
|
|
728
|
-
"text-primary-selected"?: any;
|
|
729
|
-
"text-success"?: any;
|
|
730
|
-
"text-success-active"?: any;
|
|
731
|
-
"text-success-hover"?: any;
|
|
732
|
-
"text-success-inverted"?: any;
|
|
733
|
-
"text-warning"?: any;
|
|
734
|
-
"text-warning-subtle"?: any;
|
|
735
|
-
};
|
|
736
|
-
'font-sizes': {
|
|
737
|
-
readonly 125: "0.625rem";
|
|
738
|
-
readonly 150: "0.75rem";
|
|
739
|
-
readonly 175: "0.875rem";
|
|
740
|
-
readonly 200: "1rem";
|
|
741
|
-
readonly 225: "1.125rem";
|
|
742
|
-
readonly 250: "1.25rem";
|
|
743
|
-
readonly 300: "1.5rem";
|
|
744
|
-
readonly 400: "2rem";
|
|
745
|
-
readonly 500: "2.5rem";
|
|
746
|
-
readonly 600: "3rem";
|
|
747
|
-
readonly 800: "4rem";
|
|
748
|
-
readonly 900: "4.5rem";
|
|
749
|
-
};
|
|
750
|
-
fonts: {
|
|
751
|
-
readonly heading: "Roobert, sans-serif";
|
|
752
|
-
readonly body: "Open Sans, sans-serif";
|
|
753
|
-
};
|
|
754
|
-
radii: {
|
|
755
|
-
readonly 0: "0px";
|
|
756
|
-
readonly 25: "2px";
|
|
757
|
-
readonly 50: "4px";
|
|
758
|
-
readonly 75: "6px";
|
|
759
|
-
readonly 100: "8px";
|
|
760
|
-
readonly 200: "16px";
|
|
761
|
-
readonly round: "999px";
|
|
762
|
-
};
|
|
763
|
-
shadows: {
|
|
764
|
-
100: any;
|
|
765
|
-
50: any;
|
|
766
|
-
"focus-small": any;
|
|
767
|
-
"focus-small-outline": any;
|
|
768
|
-
"focus-large": any;
|
|
769
|
-
"focus-controls": any;
|
|
770
|
-
"focus-small-error": any;
|
|
771
|
-
"focus-controls-error": any;
|
|
772
|
-
"focus-controls-success": any;
|
|
773
|
-
};
|
|
774
|
-
sizes: {
|
|
775
|
-
readonly number: string;
|
|
776
|
-
readonly 'icon-200': "16px";
|
|
777
|
-
readonly 'icon-300': "24px";
|
|
778
|
-
readonly 'icon-400': "32px";
|
|
779
|
-
};
|
|
780
|
-
space: {
|
|
781
|
-
readonly 0: "0px";
|
|
782
|
-
readonly 25: "2px";
|
|
783
|
-
readonly 50: "4px";
|
|
784
|
-
readonly 100: "8px";
|
|
785
|
-
readonly 150: "12px";
|
|
786
|
-
readonly 200: "16px";
|
|
787
|
-
readonly 300: "24px";
|
|
788
|
-
readonly 400: "32px";
|
|
789
|
-
readonly 500: "40px";
|
|
790
|
-
readonly 600: "48px";
|
|
791
|
-
readonly 700: "56px";
|
|
792
|
-
readonly 800: "64px";
|
|
793
|
-
readonly 1200: "96px";
|
|
794
|
-
readonly 1600: "128px";
|
|
795
|
-
};
|
|
796
|
-
'stroke-width': {
|
|
797
|
-
readonly thin: "1.5px";
|
|
798
|
-
readonly normal: "2px";
|
|
799
|
-
readonly bold: "4px";
|
|
800
|
-
};
|
|
801
|
-
'z-indices': {
|
|
802
|
-
readonly dropdownMenu: 100;
|
|
803
|
-
readonly select: 200;
|
|
804
|
-
readonly popover: 300;
|
|
805
|
-
readonly tooltip: 400;
|
|
806
|
-
};
|
|
807
|
-
}, {
|
|
808
|
-
readonly background: "colors";
|
|
809
|
-
readonly backgroundColor: "colors";
|
|
810
|
-
readonly backgroundImage: "colors";
|
|
811
|
-
readonly blockSize: "sizes";
|
|
812
|
-
readonly border: "colors";
|
|
813
|
-
readonly borderBlock: "colors";
|
|
814
|
-
readonly borderBlockEnd: "colors";
|
|
815
|
-
readonly borderBlockStart: "colors";
|
|
816
|
-
readonly borderBottom: "colors";
|
|
817
|
-
readonly borderBottomColor: "colors";
|
|
818
|
-
readonly borderBottomLeftRadius: "radii";
|
|
819
|
-
readonly borderBottomRightRadius: "radii";
|
|
820
|
-
readonly borderBottomStyle: "border-styles";
|
|
821
|
-
readonly borderBottomWidth: "border-widths";
|
|
822
|
-
readonly borderColor: "colors";
|
|
823
|
-
readonly borderImage: "colors";
|
|
824
|
-
readonly borderInline: "colors";
|
|
825
|
-
readonly borderInlineEnd: "colors";
|
|
826
|
-
readonly borderInlineStart: "colors";
|
|
827
|
-
readonly borderLeft: "colors";
|
|
828
|
-
readonly borderLeftColor: "colors";
|
|
829
|
-
readonly borderLeftStyle: "border-styles";
|
|
830
|
-
readonly borderLeftWidth: "border-widths";
|
|
831
|
-
readonly borderRadius: "radii";
|
|
832
|
-
readonly borderRight: "colors";
|
|
833
|
-
readonly borderRightColor: "colors";
|
|
834
|
-
readonly borderRightStyle: "border-styles";
|
|
835
|
-
readonly borderRightWidth: "border-widths";
|
|
836
|
-
readonly borderSpacing: "space";
|
|
837
|
-
readonly borderStyle: "border-styles";
|
|
838
|
-
readonly borderTop: "colors";
|
|
839
|
-
readonly borderTopColor: "colors";
|
|
840
|
-
readonly borderTopLeftRadius: "radii";
|
|
841
|
-
readonly borderTopRightRadius: "radii";
|
|
842
|
-
readonly borderTopStyle: "border-styles";
|
|
843
|
-
readonly borderTopWidth: "border-widths";
|
|
844
|
-
readonly borderWidth: "border-widths";
|
|
845
|
-
readonly bottom: "space";
|
|
846
|
-
readonly boxShadow: "shadows";
|
|
847
|
-
readonly caretColor: "colors";
|
|
848
|
-
readonly color: "colors";
|
|
849
|
-
readonly columnGap: "space";
|
|
850
|
-
readonly columnRuleColor: "colors";
|
|
851
|
-
readonly fill: "colors";
|
|
852
|
-
readonly flexBasis: "sizes";
|
|
853
|
-
readonly fontFamily: "fonts";
|
|
854
|
-
readonly fontSize: "font-sizes";
|
|
855
|
-
readonly fontWeight: "font-weights";
|
|
856
|
-
readonly gap: "space";
|
|
857
|
-
readonly gridColumnGap: "space";
|
|
858
|
-
readonly gridGap: "space";
|
|
859
|
-
readonly gridRowGap: "space";
|
|
860
|
-
readonly gridTemplateColumns: "sizes";
|
|
861
|
-
readonly gridTemplateRows: "sizes";
|
|
862
|
-
readonly height: "sizes";
|
|
863
|
-
readonly inlineSize: "sizes";
|
|
864
|
-
readonly inset: "space";
|
|
865
|
-
readonly insetBlock: "space";
|
|
866
|
-
readonly insetBlockEnd: "space";
|
|
867
|
-
readonly insetBlockStart: "space";
|
|
868
|
-
readonly insetInline: "space";
|
|
869
|
-
readonly insetInlineEnd: "space";
|
|
870
|
-
readonly insetInlineStart: "space";
|
|
871
|
-
readonly left: "space";
|
|
872
|
-
readonly letterSpacing: "letter-spacings";
|
|
873
|
-
readonly lineHeight: "line-heights";
|
|
874
|
-
readonly margin: "space";
|
|
875
|
-
readonly marginBlock: "space";
|
|
876
|
-
readonly marginBlockEnd: "space";
|
|
877
|
-
readonly marginBlockStart: "space";
|
|
878
|
-
readonly marginBottom: "space";
|
|
879
|
-
readonly marginInline: "space";
|
|
880
|
-
readonly marginInlineEnd: "space";
|
|
881
|
-
readonly marginInlineStart: "space";
|
|
882
|
-
readonly marginLeft: "space";
|
|
883
|
-
readonly marginRight: "space";
|
|
884
|
-
readonly marginTop: "space";
|
|
885
|
-
readonly maxBlockSize: "sizes";
|
|
886
|
-
readonly maxHeight: "sizes";
|
|
887
|
-
readonly maxInlineSize: "sizes";
|
|
888
|
-
readonly maxWidth: "sizes";
|
|
889
|
-
readonly minBlockSize: "sizes";
|
|
890
|
-
readonly minHeight: "sizes";
|
|
891
|
-
readonly minInlineSize: "sizes";
|
|
892
|
-
readonly minWidth: "sizes";
|
|
893
|
-
readonly outline: "colors";
|
|
894
|
-
readonly outlineColor: "colors";
|
|
895
|
-
readonly padding: "space";
|
|
896
|
-
readonly paddingBlock: "space";
|
|
897
|
-
readonly paddingBlockEnd: "space";
|
|
898
|
-
readonly paddingBlockStart: "space";
|
|
899
|
-
readonly paddingBottom: "space";
|
|
900
|
-
readonly paddingInline: "space";
|
|
901
|
-
readonly paddingInlineEnd: "space";
|
|
902
|
-
readonly paddingInlineStart: "space";
|
|
903
|
-
readonly paddingLeft: "space";
|
|
904
|
-
readonly paddingRight: "space";
|
|
905
|
-
readonly paddingTop: "space";
|
|
906
|
-
readonly right: "space";
|
|
907
|
-
readonly rowGap: "space";
|
|
908
|
-
readonly scrollMargin: "space";
|
|
909
|
-
readonly scrollMarginBlock: "space";
|
|
910
|
-
readonly scrollMarginBlockEnd: "space";
|
|
911
|
-
readonly scrollMarginBlockStart: "space";
|
|
912
|
-
readonly scrollMarginBottom: "space";
|
|
913
|
-
readonly scrollMarginInline: "space";
|
|
914
|
-
readonly scrollMarginInlineEnd: "space";
|
|
915
|
-
readonly scrollMarginInlineStart: "space";
|
|
916
|
-
readonly scrollMarginLeft: "space";
|
|
917
|
-
readonly scrollMarginRight: "space";
|
|
918
|
-
readonly scrollMarginTop: "space";
|
|
919
|
-
readonly scrollPadding: "space";
|
|
920
|
-
readonly scrollPaddingBlock: "space";
|
|
921
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
922
|
-
readonly scrollPaddingBlockStart: "space";
|
|
923
|
-
readonly scrollPaddingBottom: "space";
|
|
924
|
-
readonly scrollPaddingInline: "space";
|
|
925
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
926
|
-
readonly scrollPaddingInlineStart: "space";
|
|
927
|
-
readonly scrollPaddingLeft: "space";
|
|
928
|
-
readonly scrollPaddingRight: "space";
|
|
929
|
-
readonly scrollPaddingTop: "space";
|
|
930
|
-
readonly stroke: "colors";
|
|
931
|
-
readonly strokeWidth: "stroke-width";
|
|
932
|
-
readonly textDecorationColor: "colors";
|
|
933
|
-
readonly textShadow: "shadows";
|
|
934
|
-
readonly top: "space";
|
|
935
|
-
readonly transition: "transitions";
|
|
936
|
-
readonly width: "sizes";
|
|
937
|
-
readonly zIndex: "z-indices";
|
|
938
|
-
}, {
|
|
939
|
-
paddingX: (value: {
|
|
940
|
-
readonly [$$PropertyValue]: "padding";
|
|
941
|
-
}) => {
|
|
942
|
-
paddingLeft: {
|
|
943
|
-
readonly [$$PropertyValue]: "padding";
|
|
944
|
-
};
|
|
945
|
-
paddingRight: {
|
|
946
|
-
readonly [$$PropertyValue]: "padding";
|
|
947
|
-
};
|
|
948
|
-
};
|
|
949
|
-
paddingY: (value: {
|
|
950
|
-
readonly [$$PropertyValue]: "padding";
|
|
951
|
-
}) => {
|
|
952
|
-
paddingTop: {
|
|
953
|
-
readonly [$$PropertyValue]: "padding";
|
|
954
|
-
};
|
|
955
|
-
paddingBottom: {
|
|
956
|
-
readonly [$$PropertyValue]: "padding";
|
|
957
|
-
};
|
|
958
|
-
};
|
|
959
|
-
marginX: (value: {
|
|
960
|
-
readonly [$$PropertyValue]: "margin";
|
|
961
|
-
}) => {
|
|
962
|
-
marginLeft: {
|
|
963
|
-
readonly [$$PropertyValue]: "margin";
|
|
964
|
-
};
|
|
965
|
-
marginRight: {
|
|
966
|
-
readonly [$$PropertyValue]: "margin";
|
|
967
|
-
};
|
|
968
|
-
};
|
|
969
|
-
marginY: (value: {
|
|
970
|
-
readonly [$$PropertyValue]: "margin";
|
|
971
|
-
}) => {
|
|
972
|
-
marginTop: {
|
|
973
|
-
readonly [$$PropertyValue]: "margin";
|
|
974
|
-
};
|
|
975
|
-
marginBottom: {
|
|
976
|
-
readonly [$$PropertyValue]: "margin";
|
|
977
|
-
};
|
|
978
|
-
};
|
|
979
|
-
square: (value: {
|
|
980
|
-
readonly [$$PropertyValue]: "width";
|
|
981
|
-
}) => {
|
|
982
|
-
width: {
|
|
983
|
-
readonly [$$PropertyValue]: "width";
|
|
984
|
-
};
|
|
985
|
-
height: {
|
|
986
|
-
readonly [$$PropertyValue]: "width";
|
|
987
|
-
};
|
|
988
|
-
};
|
|
989
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
990
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
991
|
-
};
|
|
992
|
-
}>>>, 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_scroll_area.ScrollAreaScrollbarProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
15
|
+
declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_scroll_area.ScrollAreaScrollbarProps & react.RefAttributes<HTMLDivElement>>>, 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_scroll_area.ScrollAreaScrollbarProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
993
16
|
declare type StyledScrollbarProps = StrictComponentProps<typeof StyledScrollbar>;
|
|
994
17
|
|
|
995
18
|
interface ScrollbarProps extends StyledScrollbarProps {
|
|
@@ -1006,495 +29,7 @@ interface ScrollbarProps extends StyledScrollbarProps {
|
|
|
1006
29
|
}
|
|
1007
30
|
declare const Scrollbar: react__default.ForwardRefExoticComponent<Omit<ScrollbarProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1008
31
|
|
|
1009
|
-
declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<
|
|
1010
|
-
'border-widths': {
|
|
1011
|
-
readonly none: 0;
|
|
1012
|
-
readonly sm: "1px";
|
|
1013
|
-
readonly md: "2px";
|
|
1014
|
-
readonly lg: "4px";
|
|
1015
|
-
};
|
|
1016
|
-
colors: {
|
|
1017
|
-
readonly black: any;
|
|
1018
|
-
readonly 'blue-50': any;
|
|
1019
|
-
readonly 'blue-100': any;
|
|
1020
|
-
readonly 'blue-150': any;
|
|
1021
|
-
readonly 'blue-200': any;
|
|
1022
|
-
readonly 'blue-250': any;
|
|
1023
|
-
readonly 'blue-300': any;
|
|
1024
|
-
readonly 'blue-350': any;
|
|
1025
|
-
readonly 'blue-400': any;
|
|
1026
|
-
readonly 'blue-450': any;
|
|
1027
|
-
readonly 'blue-500': any;
|
|
1028
|
-
readonly 'blue-550': any;
|
|
1029
|
-
readonly 'blue-600': any;
|
|
1030
|
-
readonly 'blue-650': any;
|
|
1031
|
-
readonly 'blue-700': any;
|
|
1032
|
-
readonly 'blue-750': any;
|
|
1033
|
-
readonly 'blue-800': any;
|
|
1034
|
-
readonly 'blue-850': any;
|
|
1035
|
-
readonly 'blue-900': any;
|
|
1036
|
-
readonly 'blue-950': any;
|
|
1037
|
-
readonly 'gray-50': any;
|
|
1038
|
-
readonly 'gray-100': any;
|
|
1039
|
-
readonly 'gray-150': any;
|
|
1040
|
-
readonly 'gray-200': any;
|
|
1041
|
-
readonly 'gray-250': any;
|
|
1042
|
-
readonly 'gray-300': any;
|
|
1043
|
-
readonly 'gray-350': any;
|
|
1044
|
-
readonly 'gray-400': any;
|
|
1045
|
-
readonly 'gray-450': any;
|
|
1046
|
-
readonly 'gray-500': any;
|
|
1047
|
-
readonly 'gray-550': any;
|
|
1048
|
-
readonly 'gray-600': any;
|
|
1049
|
-
readonly 'gray-650': any;
|
|
1050
|
-
readonly 'gray-700': any;
|
|
1051
|
-
readonly 'gray-750': any;
|
|
1052
|
-
readonly 'gray-800': any;
|
|
1053
|
-
readonly 'gray-850': any;
|
|
1054
|
-
readonly 'gray-900': any;
|
|
1055
|
-
readonly 'gray-950': any;
|
|
1056
|
-
readonly 'green-50': any;
|
|
1057
|
-
readonly 'green-100': any;
|
|
1058
|
-
readonly 'green-150': any;
|
|
1059
|
-
readonly 'green-200': any;
|
|
1060
|
-
readonly 'green-250': any;
|
|
1061
|
-
readonly 'green-300': any;
|
|
1062
|
-
readonly 'green-350': any;
|
|
1063
|
-
readonly 'green-400': any;
|
|
1064
|
-
readonly 'green-450': any;
|
|
1065
|
-
readonly 'green-500': any;
|
|
1066
|
-
readonly 'green-550': any;
|
|
1067
|
-
readonly 'green-600': any;
|
|
1068
|
-
readonly 'green-650': any;
|
|
1069
|
-
readonly 'green-700': any;
|
|
1070
|
-
readonly 'green-750': any;
|
|
1071
|
-
readonly 'green-800': any;
|
|
1072
|
-
readonly 'green-850': any;
|
|
1073
|
-
readonly 'green-900': any;
|
|
1074
|
-
readonly 'green-950': any;
|
|
1075
|
-
readonly 'red-50': any;
|
|
1076
|
-
readonly 'red-100': any;
|
|
1077
|
-
readonly 'red-150': any;
|
|
1078
|
-
readonly 'red-200': any;
|
|
1079
|
-
readonly 'red-250': any;
|
|
1080
|
-
readonly 'red-300': any;
|
|
1081
|
-
readonly 'red-350': any;
|
|
1082
|
-
readonly 'red-400': any;
|
|
1083
|
-
readonly 'red-450': any;
|
|
1084
|
-
readonly 'red-500': any;
|
|
1085
|
-
readonly 'red-550': any;
|
|
1086
|
-
readonly 'red-600': any;
|
|
1087
|
-
readonly 'red-650': any;
|
|
1088
|
-
readonly 'red-700': any;
|
|
1089
|
-
readonly 'red-750': any;
|
|
1090
|
-
readonly 'red-800': any;
|
|
1091
|
-
readonly 'red-850': any;
|
|
1092
|
-
readonly 'red-900': any;
|
|
1093
|
-
readonly 'red-950': any;
|
|
1094
|
-
readonly transparent: any;
|
|
1095
|
-
readonly white: any;
|
|
1096
|
-
readonly 'yellow-50': any;
|
|
1097
|
-
readonly 'yellow-100': any;
|
|
1098
|
-
readonly 'yellow-150': any;
|
|
1099
|
-
readonly 'yellow-200': any;
|
|
1100
|
-
readonly 'yellow-250': any;
|
|
1101
|
-
readonly 'yellow-300': any;
|
|
1102
|
-
readonly 'yellow-350': any;
|
|
1103
|
-
readonly 'yellow-400': any;
|
|
1104
|
-
readonly 'yellow-450': any;
|
|
1105
|
-
readonly 'yellow-500': any;
|
|
1106
|
-
readonly 'yellow-550': any;
|
|
1107
|
-
readonly 'yellow-600': any;
|
|
1108
|
-
readonly 'yellow-650': any;
|
|
1109
|
-
readonly 'yellow-700': any;
|
|
1110
|
-
readonly 'yellow-750': any;
|
|
1111
|
-
readonly 'yellow-800': any;
|
|
1112
|
-
readonly 'yellow-850': any;
|
|
1113
|
-
readonly 'yellow-900': any;
|
|
1114
|
-
readonly 'yellow-950': any;
|
|
1115
|
-
"background-alpha-active"?: any;
|
|
1116
|
-
"background-alpha-hover"?: any;
|
|
1117
|
-
"background-danger-prominent"?: any;
|
|
1118
|
-
"background-danger-prominent-active"?: any;
|
|
1119
|
-
"background-danger-prominent-hover"?: any;
|
|
1120
|
-
"background-danger-subtle"?: any;
|
|
1121
|
-
"background-danger-subtle-active"?: any;
|
|
1122
|
-
"background-danger-subtle-hover"?: any;
|
|
1123
|
-
"background-neutrals"?: any;
|
|
1124
|
-
"background-neutrals-active"?: any;
|
|
1125
|
-
"background-neutrals-container"?: any;
|
|
1126
|
-
"background-neutrals-controls-disabled"?: any;
|
|
1127
|
-
"background-neutrals-disabled"?: any;
|
|
1128
|
-
"background-neutrals-hover"?: any;
|
|
1129
|
-
"background-neutrals-inactive"?: any;
|
|
1130
|
-
"background-neutrals-inactive-hover"?: any;
|
|
1131
|
-
"background-neutrals-inverted"?: any;
|
|
1132
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
1133
|
-
"background-neutrals-page"?: any;
|
|
1134
|
-
"background-neutrals-page-subtle"?: any;
|
|
1135
|
-
"background-neutrals-scrollbar"?: any;
|
|
1136
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
1137
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
1138
|
-
"background-neutrals-subtle"?: any;
|
|
1139
|
-
"background-neutrals-subtle-active"?: any;
|
|
1140
|
-
"background-neutrals-subtle-hover"?: any;
|
|
1141
|
-
"background-primary-prominent"?: any;
|
|
1142
|
-
"background-primary-prominent-active"?: any;
|
|
1143
|
-
"background-primary-prominent-hover"?: any;
|
|
1144
|
-
"background-primary-prominent-selected"?: any;
|
|
1145
|
-
"background-primary-subtle"?: any;
|
|
1146
|
-
"background-primary-subtle-active"?: any;
|
|
1147
|
-
"background-primary-subtle-hover"?: any;
|
|
1148
|
-
"background-primary-subtle-selected"?: any;
|
|
1149
|
-
"background-success"?: any;
|
|
1150
|
-
"background-success-prominent"?: any;
|
|
1151
|
-
"background-success-prominent-active"?: any;
|
|
1152
|
-
"background-success-prominent-hover"?: any;
|
|
1153
|
-
"background-warning-prominent"?: any;
|
|
1154
|
-
"background-warning-subtle"?: any;
|
|
1155
|
-
"border-danger"?: any;
|
|
1156
|
-
"border-danger-active"?: any;
|
|
1157
|
-
"border-danger-hover"?: any;
|
|
1158
|
-
"border-focus-error-inner"?: any;
|
|
1159
|
-
"border-focus-error-middle"?: any;
|
|
1160
|
-
"border-focus-error-outer"?: any;
|
|
1161
|
-
"border-focus-inner"?: any;
|
|
1162
|
-
"border-focus-middle"?: any;
|
|
1163
|
-
"border-focus-outer"?: any;
|
|
1164
|
-
"border-focus-success-inner"?: any;
|
|
1165
|
-
"border-focus-success-middle"?: any;
|
|
1166
|
-
"border-focus-success-outer"?: any;
|
|
1167
|
-
"border-neutrals"?: any;
|
|
1168
|
-
"border-neutrals-active"?: any;
|
|
1169
|
-
"border-neutrals-controls"?: any;
|
|
1170
|
-
"border-neutrals-controls-disabled"?: any;
|
|
1171
|
-
"border-neutrals-disabled"?: any;
|
|
1172
|
-
"border-neutrals-hover"?: any;
|
|
1173
|
-
"border-neutrals-inverted"?: any;
|
|
1174
|
-
"border-neutrals-subtle"?: any;
|
|
1175
|
-
"border-neutrals-text"?: any;
|
|
1176
|
-
"border-neutrals-text-active"?: any;
|
|
1177
|
-
"border-neutrals-text-hover"?: any;
|
|
1178
|
-
"border-neutrals-text-subtle"?: any;
|
|
1179
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
1180
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
1181
|
-
"border-neutrals-transparent"?: any;
|
|
1182
|
-
"border-primary"?: any;
|
|
1183
|
-
"border-primary-active"?: any;
|
|
1184
|
-
"border-primary-hover"?: any;
|
|
1185
|
-
"border-primary-inverted"?: any;
|
|
1186
|
-
"border-success"?: any;
|
|
1187
|
-
"border-success-active"?: any;
|
|
1188
|
-
"border-success-hover"?: any;
|
|
1189
|
-
"border-warning"?: any;
|
|
1190
|
-
"icon-danger"?: any;
|
|
1191
|
-
"icon-danger-active"?: any;
|
|
1192
|
-
"icon-danger-hover"?: any;
|
|
1193
|
-
"icon-danger-inverted"?: any;
|
|
1194
|
-
"icon-neutrals"?: any;
|
|
1195
|
-
"icon-neutrals-disabled"?: any;
|
|
1196
|
-
"icon-neutrals-inactive"?: any;
|
|
1197
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
1198
|
-
"icon-neutrals-inverted"?: any;
|
|
1199
|
-
"icon-neutrals-search"?: any;
|
|
1200
|
-
"icon-neutrals-subtle"?: any;
|
|
1201
|
-
"icon-neutrals-text"?: any;
|
|
1202
|
-
"icon-primary"?: any;
|
|
1203
|
-
"icon-primary-active"?: any;
|
|
1204
|
-
"icon-primary-hover"?: any;
|
|
1205
|
-
"icon-primary-inverted"?: any;
|
|
1206
|
-
"icon-primary-selected"?: any;
|
|
1207
|
-
"icon-success"?: any;
|
|
1208
|
-
"icon-success-active"?: any;
|
|
1209
|
-
"icon-success-hover"?: any;
|
|
1210
|
-
"icon-success-inverted"?: any;
|
|
1211
|
-
"icon-warning"?: any;
|
|
1212
|
-
"icon-warning-prominent"?: any;
|
|
1213
|
-
"icon-warning-subtle"?: any;
|
|
1214
|
-
"text-danger"?: any;
|
|
1215
|
-
"text-danger-active"?: any;
|
|
1216
|
-
"text-danger-hover"?: any;
|
|
1217
|
-
"text-danger-inverted"?: any;
|
|
1218
|
-
"text-neutrals"?: any;
|
|
1219
|
-
"text-neutrals-active"?: any;
|
|
1220
|
-
"text-neutrals-disabled"?: any;
|
|
1221
|
-
"text-neutrals-hover"?: any;
|
|
1222
|
-
"text-neutrals-inverted"?: any;
|
|
1223
|
-
"text-neutrals-placeholder"?: any;
|
|
1224
|
-
"text-neutrals-placeholder-only"?: any;
|
|
1225
|
-
"text-neutrals-subtle"?: any;
|
|
1226
|
-
"text-neutrals-subtle-active"?: any;
|
|
1227
|
-
"text-neutrals-subtle-hover"?: any;
|
|
1228
|
-
"text-primary"?: any;
|
|
1229
|
-
"text-primary-active"?: any;
|
|
1230
|
-
"text-primary-hover"?: any;
|
|
1231
|
-
"text-primary-inverted"?: any;
|
|
1232
|
-
"text-primary-inverted-subtle"?: any;
|
|
1233
|
-
"text-primary-selected"?: any;
|
|
1234
|
-
"text-success"?: any;
|
|
1235
|
-
"text-success-active"?: any;
|
|
1236
|
-
"text-success-hover"?: any;
|
|
1237
|
-
"text-success-inverted"?: any;
|
|
1238
|
-
"text-warning"?: any;
|
|
1239
|
-
"text-warning-subtle"?: any;
|
|
1240
|
-
};
|
|
1241
|
-
'font-sizes': {
|
|
1242
|
-
readonly 125: "0.625rem";
|
|
1243
|
-
readonly 150: "0.75rem";
|
|
1244
|
-
readonly 175: "0.875rem";
|
|
1245
|
-
readonly 200: "1rem";
|
|
1246
|
-
readonly 225: "1.125rem";
|
|
1247
|
-
readonly 250: "1.25rem";
|
|
1248
|
-
readonly 300: "1.5rem";
|
|
1249
|
-
readonly 400: "2rem";
|
|
1250
|
-
readonly 500: "2.5rem";
|
|
1251
|
-
readonly 600: "3rem";
|
|
1252
|
-
readonly 800: "4rem";
|
|
1253
|
-
readonly 900: "4.5rem";
|
|
1254
|
-
};
|
|
1255
|
-
fonts: {
|
|
1256
|
-
readonly heading: "Roobert, sans-serif";
|
|
1257
|
-
readonly body: "Open Sans, sans-serif";
|
|
1258
|
-
};
|
|
1259
|
-
radii: {
|
|
1260
|
-
readonly 0: "0px";
|
|
1261
|
-
readonly 25: "2px";
|
|
1262
|
-
readonly 50: "4px";
|
|
1263
|
-
readonly 75: "6px";
|
|
1264
|
-
readonly 100: "8px";
|
|
1265
|
-
readonly 200: "16px";
|
|
1266
|
-
readonly round: "999px";
|
|
1267
|
-
};
|
|
1268
|
-
shadows: {
|
|
1269
|
-
100: any;
|
|
1270
|
-
50: any;
|
|
1271
|
-
"focus-small": any;
|
|
1272
|
-
"focus-small-outline": any;
|
|
1273
|
-
"focus-large": any;
|
|
1274
|
-
"focus-controls": any;
|
|
1275
|
-
"focus-small-error": any;
|
|
1276
|
-
"focus-controls-error": any;
|
|
1277
|
-
"focus-controls-success": any;
|
|
1278
|
-
};
|
|
1279
|
-
sizes: {
|
|
1280
|
-
readonly number: string;
|
|
1281
|
-
readonly 'icon-200': "16px";
|
|
1282
|
-
readonly 'icon-300': "24px";
|
|
1283
|
-
readonly 'icon-400': "32px";
|
|
1284
|
-
};
|
|
1285
|
-
space: {
|
|
1286
|
-
readonly 0: "0px";
|
|
1287
|
-
readonly 25: "2px";
|
|
1288
|
-
readonly 50: "4px";
|
|
1289
|
-
readonly 100: "8px";
|
|
1290
|
-
readonly 150: "12px";
|
|
1291
|
-
readonly 200: "16px";
|
|
1292
|
-
readonly 300: "24px";
|
|
1293
|
-
readonly 400: "32px";
|
|
1294
|
-
readonly 500: "40px";
|
|
1295
|
-
readonly 600: "48px";
|
|
1296
|
-
readonly 700: "56px";
|
|
1297
|
-
readonly 800: "64px";
|
|
1298
|
-
readonly 1200: "96px";
|
|
1299
|
-
readonly 1600: "128px";
|
|
1300
|
-
};
|
|
1301
|
-
'stroke-width': {
|
|
1302
|
-
readonly thin: "1.5px";
|
|
1303
|
-
readonly normal: "2px";
|
|
1304
|
-
readonly bold: "4px";
|
|
1305
|
-
};
|
|
1306
|
-
'z-indices': {
|
|
1307
|
-
readonly dropdownMenu: 100;
|
|
1308
|
-
readonly select: 200;
|
|
1309
|
-
readonly popover: 300;
|
|
1310
|
-
readonly tooltip: 400;
|
|
1311
|
-
};
|
|
1312
|
-
}, {
|
|
1313
|
-
readonly background: "colors";
|
|
1314
|
-
readonly backgroundColor: "colors";
|
|
1315
|
-
readonly backgroundImage: "colors";
|
|
1316
|
-
readonly blockSize: "sizes";
|
|
1317
|
-
readonly border: "colors";
|
|
1318
|
-
readonly borderBlock: "colors";
|
|
1319
|
-
readonly borderBlockEnd: "colors";
|
|
1320
|
-
readonly borderBlockStart: "colors";
|
|
1321
|
-
readonly borderBottom: "colors";
|
|
1322
|
-
readonly borderBottomColor: "colors";
|
|
1323
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1324
|
-
readonly borderBottomRightRadius: "radii";
|
|
1325
|
-
readonly borderBottomStyle: "border-styles";
|
|
1326
|
-
readonly borderBottomWidth: "border-widths";
|
|
1327
|
-
readonly borderColor: "colors";
|
|
1328
|
-
readonly borderImage: "colors";
|
|
1329
|
-
readonly borderInline: "colors";
|
|
1330
|
-
readonly borderInlineEnd: "colors";
|
|
1331
|
-
readonly borderInlineStart: "colors";
|
|
1332
|
-
readonly borderLeft: "colors";
|
|
1333
|
-
readonly borderLeftColor: "colors";
|
|
1334
|
-
readonly borderLeftStyle: "border-styles";
|
|
1335
|
-
readonly borderLeftWidth: "border-widths";
|
|
1336
|
-
readonly borderRadius: "radii";
|
|
1337
|
-
readonly borderRight: "colors";
|
|
1338
|
-
readonly borderRightColor: "colors";
|
|
1339
|
-
readonly borderRightStyle: "border-styles";
|
|
1340
|
-
readonly borderRightWidth: "border-widths";
|
|
1341
|
-
readonly borderSpacing: "space";
|
|
1342
|
-
readonly borderStyle: "border-styles";
|
|
1343
|
-
readonly borderTop: "colors";
|
|
1344
|
-
readonly borderTopColor: "colors";
|
|
1345
|
-
readonly borderTopLeftRadius: "radii";
|
|
1346
|
-
readonly borderTopRightRadius: "radii";
|
|
1347
|
-
readonly borderTopStyle: "border-styles";
|
|
1348
|
-
readonly borderTopWidth: "border-widths";
|
|
1349
|
-
readonly borderWidth: "border-widths";
|
|
1350
|
-
readonly bottom: "space";
|
|
1351
|
-
readonly boxShadow: "shadows";
|
|
1352
|
-
readonly caretColor: "colors";
|
|
1353
|
-
readonly color: "colors";
|
|
1354
|
-
readonly columnGap: "space";
|
|
1355
|
-
readonly columnRuleColor: "colors";
|
|
1356
|
-
readonly fill: "colors";
|
|
1357
|
-
readonly flexBasis: "sizes";
|
|
1358
|
-
readonly fontFamily: "fonts";
|
|
1359
|
-
readonly fontSize: "font-sizes";
|
|
1360
|
-
readonly fontWeight: "font-weights";
|
|
1361
|
-
readonly gap: "space";
|
|
1362
|
-
readonly gridColumnGap: "space";
|
|
1363
|
-
readonly gridGap: "space";
|
|
1364
|
-
readonly gridRowGap: "space";
|
|
1365
|
-
readonly gridTemplateColumns: "sizes";
|
|
1366
|
-
readonly gridTemplateRows: "sizes";
|
|
1367
|
-
readonly height: "sizes";
|
|
1368
|
-
readonly inlineSize: "sizes";
|
|
1369
|
-
readonly inset: "space";
|
|
1370
|
-
readonly insetBlock: "space";
|
|
1371
|
-
readonly insetBlockEnd: "space";
|
|
1372
|
-
readonly insetBlockStart: "space";
|
|
1373
|
-
readonly insetInline: "space";
|
|
1374
|
-
readonly insetInlineEnd: "space";
|
|
1375
|
-
readonly insetInlineStart: "space";
|
|
1376
|
-
readonly left: "space";
|
|
1377
|
-
readonly letterSpacing: "letter-spacings";
|
|
1378
|
-
readonly lineHeight: "line-heights";
|
|
1379
|
-
readonly margin: "space";
|
|
1380
|
-
readonly marginBlock: "space";
|
|
1381
|
-
readonly marginBlockEnd: "space";
|
|
1382
|
-
readonly marginBlockStart: "space";
|
|
1383
|
-
readonly marginBottom: "space";
|
|
1384
|
-
readonly marginInline: "space";
|
|
1385
|
-
readonly marginInlineEnd: "space";
|
|
1386
|
-
readonly marginInlineStart: "space";
|
|
1387
|
-
readonly marginLeft: "space";
|
|
1388
|
-
readonly marginRight: "space";
|
|
1389
|
-
readonly marginTop: "space";
|
|
1390
|
-
readonly maxBlockSize: "sizes";
|
|
1391
|
-
readonly maxHeight: "sizes";
|
|
1392
|
-
readonly maxInlineSize: "sizes";
|
|
1393
|
-
readonly maxWidth: "sizes";
|
|
1394
|
-
readonly minBlockSize: "sizes";
|
|
1395
|
-
readonly minHeight: "sizes";
|
|
1396
|
-
readonly minInlineSize: "sizes";
|
|
1397
|
-
readonly minWidth: "sizes";
|
|
1398
|
-
readonly outline: "colors";
|
|
1399
|
-
readonly outlineColor: "colors";
|
|
1400
|
-
readonly padding: "space";
|
|
1401
|
-
readonly paddingBlock: "space";
|
|
1402
|
-
readonly paddingBlockEnd: "space";
|
|
1403
|
-
readonly paddingBlockStart: "space";
|
|
1404
|
-
readonly paddingBottom: "space";
|
|
1405
|
-
readonly paddingInline: "space";
|
|
1406
|
-
readonly paddingInlineEnd: "space";
|
|
1407
|
-
readonly paddingInlineStart: "space";
|
|
1408
|
-
readonly paddingLeft: "space";
|
|
1409
|
-
readonly paddingRight: "space";
|
|
1410
|
-
readonly paddingTop: "space";
|
|
1411
|
-
readonly right: "space";
|
|
1412
|
-
readonly rowGap: "space";
|
|
1413
|
-
readonly scrollMargin: "space";
|
|
1414
|
-
readonly scrollMarginBlock: "space";
|
|
1415
|
-
readonly scrollMarginBlockEnd: "space";
|
|
1416
|
-
readonly scrollMarginBlockStart: "space";
|
|
1417
|
-
readonly scrollMarginBottom: "space";
|
|
1418
|
-
readonly scrollMarginInline: "space";
|
|
1419
|
-
readonly scrollMarginInlineEnd: "space";
|
|
1420
|
-
readonly scrollMarginInlineStart: "space";
|
|
1421
|
-
readonly scrollMarginLeft: "space";
|
|
1422
|
-
readonly scrollMarginRight: "space";
|
|
1423
|
-
readonly scrollMarginTop: "space";
|
|
1424
|
-
readonly scrollPadding: "space";
|
|
1425
|
-
readonly scrollPaddingBlock: "space";
|
|
1426
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
1427
|
-
readonly scrollPaddingBlockStart: "space";
|
|
1428
|
-
readonly scrollPaddingBottom: "space";
|
|
1429
|
-
readonly scrollPaddingInline: "space";
|
|
1430
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
1431
|
-
readonly scrollPaddingInlineStart: "space";
|
|
1432
|
-
readonly scrollPaddingLeft: "space";
|
|
1433
|
-
readonly scrollPaddingRight: "space";
|
|
1434
|
-
readonly scrollPaddingTop: "space";
|
|
1435
|
-
readonly stroke: "colors";
|
|
1436
|
-
readonly strokeWidth: "stroke-width";
|
|
1437
|
-
readonly textDecorationColor: "colors";
|
|
1438
|
-
readonly textShadow: "shadows";
|
|
1439
|
-
readonly top: "space";
|
|
1440
|
-
readonly transition: "transitions";
|
|
1441
|
-
readonly width: "sizes";
|
|
1442
|
-
readonly zIndex: "z-indices";
|
|
1443
|
-
}, {
|
|
1444
|
-
paddingX: (value: {
|
|
1445
|
-
readonly [$$PropertyValue]: "padding";
|
|
1446
|
-
}) => {
|
|
1447
|
-
paddingLeft: {
|
|
1448
|
-
readonly [$$PropertyValue]: "padding";
|
|
1449
|
-
};
|
|
1450
|
-
paddingRight: {
|
|
1451
|
-
readonly [$$PropertyValue]: "padding";
|
|
1452
|
-
};
|
|
1453
|
-
};
|
|
1454
|
-
paddingY: (value: {
|
|
1455
|
-
readonly [$$PropertyValue]: "padding";
|
|
1456
|
-
}) => {
|
|
1457
|
-
paddingTop: {
|
|
1458
|
-
readonly [$$PropertyValue]: "padding";
|
|
1459
|
-
};
|
|
1460
|
-
paddingBottom: {
|
|
1461
|
-
readonly [$$PropertyValue]: "padding";
|
|
1462
|
-
};
|
|
1463
|
-
};
|
|
1464
|
-
marginX: (value: {
|
|
1465
|
-
readonly [$$PropertyValue]: "margin";
|
|
1466
|
-
}) => {
|
|
1467
|
-
marginLeft: {
|
|
1468
|
-
readonly [$$PropertyValue]: "margin";
|
|
1469
|
-
};
|
|
1470
|
-
marginRight: {
|
|
1471
|
-
readonly [$$PropertyValue]: "margin";
|
|
1472
|
-
};
|
|
1473
|
-
};
|
|
1474
|
-
marginY: (value: {
|
|
1475
|
-
readonly [$$PropertyValue]: "margin";
|
|
1476
|
-
}) => {
|
|
1477
|
-
marginTop: {
|
|
1478
|
-
readonly [$$PropertyValue]: "margin";
|
|
1479
|
-
};
|
|
1480
|
-
marginBottom: {
|
|
1481
|
-
readonly [$$PropertyValue]: "margin";
|
|
1482
|
-
};
|
|
1483
|
-
};
|
|
1484
|
-
square: (value: {
|
|
1485
|
-
readonly [$$PropertyValue]: "width";
|
|
1486
|
-
}) => {
|
|
1487
|
-
width: {
|
|
1488
|
-
readonly [$$PropertyValue]: "width";
|
|
1489
|
-
};
|
|
1490
|
-
height: {
|
|
1491
|
-
readonly [$$PropertyValue]: "width";
|
|
1492
|
-
};
|
|
1493
|
-
};
|
|
1494
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1495
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1496
|
-
};
|
|
1497
|
-
}>>>, 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_scroll_area.ScrollAreaThumbProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
32
|
+
declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_scroll_area.ScrollAreaThumbProps & react.RefAttributes<HTMLDivElement>>>, 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_scroll_area.ScrollAreaThumbProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1498
33
|
declare type StyledThumbProps = StrictComponentProps<typeof StyledThumb>;
|
|
1499
34
|
|
|
1500
35
|
interface ThumbProps extends StyledThumbProps {
|
|
@@ -1506,989 +41,13 @@ interface ThumbProps extends StyledThumbProps {
|
|
|
1506
41
|
}
|
|
1507
42
|
declare const Thumb: react__default.ForwardRefExoticComponent<Omit<ThumbProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1508
43
|
|
|
1509
|
-
declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<
|
|
1510
|
-
'border-widths': {
|
|
1511
|
-
readonly none: 0;
|
|
1512
|
-
readonly sm: "1px";
|
|
1513
|
-
readonly md: "2px";
|
|
1514
|
-
readonly lg: "4px";
|
|
1515
|
-
};
|
|
1516
|
-
colors: {
|
|
1517
|
-
readonly black: any;
|
|
1518
|
-
readonly 'blue-50': any;
|
|
1519
|
-
readonly 'blue-100': any;
|
|
1520
|
-
readonly 'blue-150': any;
|
|
1521
|
-
readonly 'blue-200': any;
|
|
1522
|
-
readonly 'blue-250': any;
|
|
1523
|
-
readonly 'blue-300': any;
|
|
1524
|
-
readonly 'blue-350': any;
|
|
1525
|
-
readonly 'blue-400': any;
|
|
1526
|
-
readonly 'blue-450': any;
|
|
1527
|
-
readonly 'blue-500': any;
|
|
1528
|
-
readonly 'blue-550': any;
|
|
1529
|
-
readonly 'blue-600': any;
|
|
1530
|
-
readonly 'blue-650': any;
|
|
1531
|
-
readonly 'blue-700': any;
|
|
1532
|
-
readonly 'blue-750': any;
|
|
1533
|
-
readonly 'blue-800': any;
|
|
1534
|
-
readonly 'blue-850': any;
|
|
1535
|
-
readonly 'blue-900': any;
|
|
1536
|
-
readonly 'blue-950': any;
|
|
1537
|
-
readonly 'gray-50': any;
|
|
1538
|
-
readonly 'gray-100': any;
|
|
1539
|
-
readonly 'gray-150': any;
|
|
1540
|
-
readonly 'gray-200': any;
|
|
1541
|
-
readonly 'gray-250': any;
|
|
1542
|
-
readonly 'gray-300': any;
|
|
1543
|
-
readonly 'gray-350': any;
|
|
1544
|
-
readonly 'gray-400': any;
|
|
1545
|
-
readonly 'gray-450': any;
|
|
1546
|
-
readonly 'gray-500': any;
|
|
1547
|
-
readonly 'gray-550': any;
|
|
1548
|
-
readonly 'gray-600': any;
|
|
1549
|
-
readonly 'gray-650': any;
|
|
1550
|
-
readonly 'gray-700': any;
|
|
1551
|
-
readonly 'gray-750': any;
|
|
1552
|
-
readonly 'gray-800': any;
|
|
1553
|
-
readonly 'gray-850': any;
|
|
1554
|
-
readonly 'gray-900': any;
|
|
1555
|
-
readonly 'gray-950': any;
|
|
1556
|
-
readonly 'green-50': any;
|
|
1557
|
-
readonly 'green-100': any;
|
|
1558
|
-
readonly 'green-150': any;
|
|
1559
|
-
readonly 'green-200': any;
|
|
1560
|
-
readonly 'green-250': any;
|
|
1561
|
-
readonly 'green-300': any;
|
|
1562
|
-
readonly 'green-350': any;
|
|
1563
|
-
readonly 'green-400': any;
|
|
1564
|
-
readonly 'green-450': any;
|
|
1565
|
-
readonly 'green-500': any;
|
|
1566
|
-
readonly 'green-550': any;
|
|
1567
|
-
readonly 'green-600': any;
|
|
1568
|
-
readonly 'green-650': any;
|
|
1569
|
-
readonly 'green-700': any;
|
|
1570
|
-
readonly 'green-750': any;
|
|
1571
|
-
readonly 'green-800': any;
|
|
1572
|
-
readonly 'green-850': any;
|
|
1573
|
-
readonly 'green-900': any;
|
|
1574
|
-
readonly 'green-950': any;
|
|
1575
|
-
readonly 'red-50': any;
|
|
1576
|
-
readonly 'red-100': any;
|
|
1577
|
-
readonly 'red-150': any;
|
|
1578
|
-
readonly 'red-200': any;
|
|
1579
|
-
readonly 'red-250': any;
|
|
1580
|
-
readonly 'red-300': any;
|
|
1581
|
-
readonly 'red-350': any;
|
|
1582
|
-
readonly 'red-400': any;
|
|
1583
|
-
readonly 'red-450': any;
|
|
1584
|
-
readonly 'red-500': any;
|
|
1585
|
-
readonly 'red-550': any;
|
|
1586
|
-
readonly 'red-600': any;
|
|
1587
|
-
readonly 'red-650': any;
|
|
1588
|
-
readonly 'red-700': any;
|
|
1589
|
-
readonly 'red-750': any;
|
|
1590
|
-
readonly 'red-800': any;
|
|
1591
|
-
readonly 'red-850': any;
|
|
1592
|
-
readonly 'red-900': any;
|
|
1593
|
-
readonly 'red-950': any;
|
|
1594
|
-
readonly transparent: any;
|
|
1595
|
-
readonly white: any;
|
|
1596
|
-
readonly 'yellow-50': any;
|
|
1597
|
-
readonly 'yellow-100': any;
|
|
1598
|
-
readonly 'yellow-150': any;
|
|
1599
|
-
readonly 'yellow-200': any;
|
|
1600
|
-
readonly 'yellow-250': any;
|
|
1601
|
-
readonly 'yellow-300': any;
|
|
1602
|
-
readonly 'yellow-350': any;
|
|
1603
|
-
readonly 'yellow-400': any;
|
|
1604
|
-
readonly 'yellow-450': any;
|
|
1605
|
-
readonly 'yellow-500': any;
|
|
1606
|
-
readonly 'yellow-550': any;
|
|
1607
|
-
readonly 'yellow-600': any;
|
|
1608
|
-
readonly 'yellow-650': any;
|
|
1609
|
-
readonly 'yellow-700': any;
|
|
1610
|
-
readonly 'yellow-750': any;
|
|
1611
|
-
readonly 'yellow-800': any;
|
|
1612
|
-
readonly 'yellow-850': any;
|
|
1613
|
-
readonly 'yellow-900': any;
|
|
1614
|
-
readonly 'yellow-950': any;
|
|
1615
|
-
"background-alpha-active"?: any;
|
|
1616
|
-
"background-alpha-hover"?: any;
|
|
1617
|
-
"background-danger-prominent"?: any;
|
|
1618
|
-
"background-danger-prominent-active"?: any;
|
|
1619
|
-
"background-danger-prominent-hover"?: any;
|
|
1620
|
-
"background-danger-subtle"?: any;
|
|
1621
|
-
"background-danger-subtle-active"?: any;
|
|
1622
|
-
"background-danger-subtle-hover"?: any;
|
|
1623
|
-
"background-neutrals"?: any;
|
|
1624
|
-
"background-neutrals-active"?: any;
|
|
1625
|
-
"background-neutrals-container"?: any;
|
|
1626
|
-
"background-neutrals-controls-disabled"?: any;
|
|
1627
|
-
"background-neutrals-disabled"?: any;
|
|
1628
|
-
"background-neutrals-hover"?: any;
|
|
1629
|
-
"background-neutrals-inactive"?: any;
|
|
1630
|
-
"background-neutrals-inactive-hover"?: any;
|
|
1631
|
-
"background-neutrals-inverted"?: any;
|
|
1632
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
1633
|
-
"background-neutrals-page"?: any;
|
|
1634
|
-
"background-neutrals-page-subtle"?: any;
|
|
1635
|
-
"background-neutrals-scrollbar"?: any;
|
|
1636
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
1637
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
1638
|
-
"background-neutrals-subtle"?: any;
|
|
1639
|
-
"background-neutrals-subtle-active"?: any;
|
|
1640
|
-
"background-neutrals-subtle-hover"?: any;
|
|
1641
|
-
"background-primary-prominent"?: any;
|
|
1642
|
-
"background-primary-prominent-active"?: any;
|
|
1643
|
-
"background-primary-prominent-hover"?: any;
|
|
1644
|
-
"background-primary-prominent-selected"?: any;
|
|
1645
|
-
"background-primary-subtle"?: any;
|
|
1646
|
-
"background-primary-subtle-active"?: any;
|
|
1647
|
-
"background-primary-subtle-hover"?: any;
|
|
1648
|
-
"background-primary-subtle-selected"?: any;
|
|
1649
|
-
"background-success"?: any;
|
|
1650
|
-
"background-success-prominent"?: any;
|
|
1651
|
-
"background-success-prominent-active"?: any;
|
|
1652
|
-
"background-success-prominent-hover"?: any;
|
|
1653
|
-
"background-warning-prominent"?: any;
|
|
1654
|
-
"background-warning-subtle"?: any;
|
|
1655
|
-
"border-danger"?: any;
|
|
1656
|
-
"border-danger-active"?: any;
|
|
1657
|
-
"border-danger-hover"?: any;
|
|
1658
|
-
"border-focus-error-inner"?: any;
|
|
1659
|
-
"border-focus-error-middle"?: any;
|
|
1660
|
-
"border-focus-error-outer"?: any;
|
|
1661
|
-
"border-focus-inner"?: any;
|
|
1662
|
-
"border-focus-middle"?: any;
|
|
1663
|
-
"border-focus-outer"?: any;
|
|
1664
|
-
"border-focus-success-inner"?: any;
|
|
1665
|
-
"border-focus-success-middle"?: any;
|
|
1666
|
-
"border-focus-success-outer"?: any;
|
|
1667
|
-
"border-neutrals"?: any;
|
|
1668
|
-
"border-neutrals-active"?: any;
|
|
1669
|
-
"border-neutrals-controls"?: any;
|
|
1670
|
-
"border-neutrals-controls-disabled"?: any;
|
|
1671
|
-
"border-neutrals-disabled"?: any;
|
|
1672
|
-
"border-neutrals-hover"?: any;
|
|
1673
|
-
"border-neutrals-inverted"?: any;
|
|
1674
|
-
"border-neutrals-subtle"?: any;
|
|
1675
|
-
"border-neutrals-text"?: any;
|
|
1676
|
-
"border-neutrals-text-active"?: any;
|
|
1677
|
-
"border-neutrals-text-hover"?: any;
|
|
1678
|
-
"border-neutrals-text-subtle"?: any;
|
|
1679
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
1680
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
1681
|
-
"border-neutrals-transparent"?: any;
|
|
1682
|
-
"border-primary"?: any;
|
|
1683
|
-
"border-primary-active"?: any;
|
|
1684
|
-
"border-primary-hover"?: any;
|
|
1685
|
-
"border-primary-inverted"?: any;
|
|
1686
|
-
"border-success"?: any;
|
|
1687
|
-
"border-success-active"?: any;
|
|
1688
|
-
"border-success-hover"?: any;
|
|
1689
|
-
"border-warning"?: any;
|
|
1690
|
-
"icon-danger"?: any;
|
|
1691
|
-
"icon-danger-active"?: any;
|
|
1692
|
-
"icon-danger-hover"?: any;
|
|
1693
|
-
"icon-danger-inverted"?: any;
|
|
1694
|
-
"icon-neutrals"?: any;
|
|
1695
|
-
"icon-neutrals-disabled"?: any;
|
|
1696
|
-
"icon-neutrals-inactive"?: any;
|
|
1697
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
1698
|
-
"icon-neutrals-inverted"?: any;
|
|
1699
|
-
"icon-neutrals-search"?: any;
|
|
1700
|
-
"icon-neutrals-subtle"?: any;
|
|
1701
|
-
"icon-neutrals-text"?: any;
|
|
1702
|
-
"icon-primary"?: any;
|
|
1703
|
-
"icon-primary-active"?: any;
|
|
1704
|
-
"icon-primary-hover"?: any;
|
|
1705
|
-
"icon-primary-inverted"?: any;
|
|
1706
|
-
"icon-primary-selected"?: any;
|
|
1707
|
-
"icon-success"?: any;
|
|
1708
|
-
"icon-success-active"?: any;
|
|
1709
|
-
"icon-success-hover"?: any;
|
|
1710
|
-
"icon-success-inverted"?: any;
|
|
1711
|
-
"icon-warning"?: any;
|
|
1712
|
-
"icon-warning-prominent"?: any;
|
|
1713
|
-
"icon-warning-subtle"?: any;
|
|
1714
|
-
"text-danger"?: any;
|
|
1715
|
-
"text-danger-active"?: any;
|
|
1716
|
-
"text-danger-hover"?: any;
|
|
1717
|
-
"text-danger-inverted"?: any;
|
|
1718
|
-
"text-neutrals"?: any;
|
|
1719
|
-
"text-neutrals-active"?: any;
|
|
1720
|
-
"text-neutrals-disabled"?: any;
|
|
1721
|
-
"text-neutrals-hover"?: any;
|
|
1722
|
-
"text-neutrals-inverted"?: any;
|
|
1723
|
-
"text-neutrals-placeholder"?: any;
|
|
1724
|
-
"text-neutrals-placeholder-only"?: any;
|
|
1725
|
-
"text-neutrals-subtle"?: any;
|
|
1726
|
-
"text-neutrals-subtle-active"?: any;
|
|
1727
|
-
"text-neutrals-subtle-hover"?: any;
|
|
1728
|
-
"text-primary"?: any;
|
|
1729
|
-
"text-primary-active"?: any;
|
|
1730
|
-
"text-primary-hover"?: any;
|
|
1731
|
-
"text-primary-inverted"?: any;
|
|
1732
|
-
"text-primary-inverted-subtle"?: any;
|
|
1733
|
-
"text-primary-selected"?: any;
|
|
1734
|
-
"text-success"?: any;
|
|
1735
|
-
"text-success-active"?: any;
|
|
1736
|
-
"text-success-hover"?: any;
|
|
1737
|
-
"text-success-inverted"?: any;
|
|
1738
|
-
"text-warning"?: any;
|
|
1739
|
-
"text-warning-subtle"?: any;
|
|
1740
|
-
};
|
|
1741
|
-
'font-sizes': {
|
|
1742
|
-
readonly 125: "0.625rem";
|
|
1743
|
-
readonly 150: "0.75rem";
|
|
1744
|
-
readonly 175: "0.875rem";
|
|
1745
|
-
readonly 200: "1rem";
|
|
1746
|
-
readonly 225: "1.125rem";
|
|
1747
|
-
readonly 250: "1.25rem";
|
|
1748
|
-
readonly 300: "1.5rem";
|
|
1749
|
-
readonly 400: "2rem";
|
|
1750
|
-
readonly 500: "2.5rem";
|
|
1751
|
-
readonly 600: "3rem";
|
|
1752
|
-
readonly 800: "4rem";
|
|
1753
|
-
readonly 900: "4.5rem";
|
|
1754
|
-
};
|
|
1755
|
-
fonts: {
|
|
1756
|
-
readonly heading: "Roobert, sans-serif";
|
|
1757
|
-
readonly body: "Open Sans, sans-serif";
|
|
1758
|
-
};
|
|
1759
|
-
radii: {
|
|
1760
|
-
readonly 0: "0px";
|
|
1761
|
-
readonly 25: "2px";
|
|
1762
|
-
readonly 50: "4px";
|
|
1763
|
-
readonly 75: "6px";
|
|
1764
|
-
readonly 100: "8px";
|
|
1765
|
-
readonly 200: "16px";
|
|
1766
|
-
readonly round: "999px";
|
|
1767
|
-
};
|
|
1768
|
-
shadows: {
|
|
1769
|
-
100: any;
|
|
1770
|
-
50: any;
|
|
1771
|
-
"focus-small": any;
|
|
1772
|
-
"focus-small-outline": any;
|
|
1773
|
-
"focus-large": any;
|
|
1774
|
-
"focus-controls": any;
|
|
1775
|
-
"focus-small-error": any;
|
|
1776
|
-
"focus-controls-error": any;
|
|
1777
|
-
"focus-controls-success": any;
|
|
1778
|
-
};
|
|
1779
|
-
sizes: {
|
|
1780
|
-
readonly number: string;
|
|
1781
|
-
readonly 'icon-200': "16px";
|
|
1782
|
-
readonly 'icon-300': "24px";
|
|
1783
|
-
readonly 'icon-400': "32px";
|
|
1784
|
-
};
|
|
1785
|
-
space: {
|
|
1786
|
-
readonly 0: "0px";
|
|
1787
|
-
readonly 25: "2px";
|
|
1788
|
-
readonly 50: "4px";
|
|
1789
|
-
readonly 100: "8px";
|
|
1790
|
-
readonly 150: "12px";
|
|
1791
|
-
readonly 200: "16px";
|
|
1792
|
-
readonly 300: "24px";
|
|
1793
|
-
readonly 400: "32px";
|
|
1794
|
-
readonly 500: "40px";
|
|
1795
|
-
readonly 600: "48px";
|
|
1796
|
-
readonly 700: "56px";
|
|
1797
|
-
readonly 800: "64px";
|
|
1798
|
-
readonly 1200: "96px";
|
|
1799
|
-
readonly 1600: "128px";
|
|
1800
|
-
};
|
|
1801
|
-
'stroke-width': {
|
|
1802
|
-
readonly thin: "1.5px";
|
|
1803
|
-
readonly normal: "2px";
|
|
1804
|
-
readonly bold: "4px";
|
|
1805
|
-
};
|
|
1806
|
-
'z-indices': {
|
|
1807
|
-
readonly dropdownMenu: 100;
|
|
1808
|
-
readonly select: 200;
|
|
1809
|
-
readonly popover: 300;
|
|
1810
|
-
readonly tooltip: 400;
|
|
1811
|
-
};
|
|
1812
|
-
}, {
|
|
1813
|
-
readonly background: "colors";
|
|
1814
|
-
readonly backgroundColor: "colors";
|
|
1815
|
-
readonly backgroundImage: "colors";
|
|
1816
|
-
readonly blockSize: "sizes";
|
|
1817
|
-
readonly border: "colors";
|
|
1818
|
-
readonly borderBlock: "colors";
|
|
1819
|
-
readonly borderBlockEnd: "colors";
|
|
1820
|
-
readonly borderBlockStart: "colors";
|
|
1821
|
-
readonly borderBottom: "colors";
|
|
1822
|
-
readonly borderBottomColor: "colors";
|
|
1823
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1824
|
-
readonly borderBottomRightRadius: "radii";
|
|
1825
|
-
readonly borderBottomStyle: "border-styles";
|
|
1826
|
-
readonly borderBottomWidth: "border-widths";
|
|
1827
|
-
readonly borderColor: "colors";
|
|
1828
|
-
readonly borderImage: "colors";
|
|
1829
|
-
readonly borderInline: "colors";
|
|
1830
|
-
readonly borderInlineEnd: "colors";
|
|
1831
|
-
readonly borderInlineStart: "colors";
|
|
1832
|
-
readonly borderLeft: "colors";
|
|
1833
|
-
readonly borderLeftColor: "colors";
|
|
1834
|
-
readonly borderLeftStyle: "border-styles";
|
|
1835
|
-
readonly borderLeftWidth: "border-widths";
|
|
1836
|
-
readonly borderRadius: "radii";
|
|
1837
|
-
readonly borderRight: "colors";
|
|
1838
|
-
readonly borderRightColor: "colors";
|
|
1839
|
-
readonly borderRightStyle: "border-styles";
|
|
1840
|
-
readonly borderRightWidth: "border-widths";
|
|
1841
|
-
readonly borderSpacing: "space";
|
|
1842
|
-
readonly borderStyle: "border-styles";
|
|
1843
|
-
readonly borderTop: "colors";
|
|
1844
|
-
readonly borderTopColor: "colors";
|
|
1845
|
-
readonly borderTopLeftRadius: "radii";
|
|
1846
|
-
readonly borderTopRightRadius: "radii";
|
|
1847
|
-
readonly borderTopStyle: "border-styles";
|
|
1848
|
-
readonly borderTopWidth: "border-widths";
|
|
1849
|
-
readonly borderWidth: "border-widths";
|
|
1850
|
-
readonly bottom: "space";
|
|
1851
|
-
readonly boxShadow: "shadows";
|
|
1852
|
-
readonly caretColor: "colors";
|
|
1853
|
-
readonly color: "colors";
|
|
1854
|
-
readonly columnGap: "space";
|
|
1855
|
-
readonly columnRuleColor: "colors";
|
|
1856
|
-
readonly fill: "colors";
|
|
1857
|
-
readonly flexBasis: "sizes";
|
|
1858
|
-
readonly fontFamily: "fonts";
|
|
1859
|
-
readonly fontSize: "font-sizes";
|
|
1860
|
-
readonly fontWeight: "font-weights";
|
|
1861
|
-
readonly gap: "space";
|
|
1862
|
-
readonly gridColumnGap: "space";
|
|
1863
|
-
readonly gridGap: "space";
|
|
1864
|
-
readonly gridRowGap: "space";
|
|
1865
|
-
readonly gridTemplateColumns: "sizes";
|
|
1866
|
-
readonly gridTemplateRows: "sizes";
|
|
1867
|
-
readonly height: "sizes";
|
|
1868
|
-
readonly inlineSize: "sizes";
|
|
1869
|
-
readonly inset: "space";
|
|
1870
|
-
readonly insetBlock: "space";
|
|
1871
|
-
readonly insetBlockEnd: "space";
|
|
1872
|
-
readonly insetBlockStart: "space";
|
|
1873
|
-
readonly insetInline: "space";
|
|
1874
|
-
readonly insetInlineEnd: "space";
|
|
1875
|
-
readonly insetInlineStart: "space";
|
|
1876
|
-
readonly left: "space";
|
|
1877
|
-
readonly letterSpacing: "letter-spacings";
|
|
1878
|
-
readonly lineHeight: "line-heights";
|
|
1879
|
-
readonly margin: "space";
|
|
1880
|
-
readonly marginBlock: "space";
|
|
1881
|
-
readonly marginBlockEnd: "space";
|
|
1882
|
-
readonly marginBlockStart: "space";
|
|
1883
|
-
readonly marginBottom: "space";
|
|
1884
|
-
readonly marginInline: "space";
|
|
1885
|
-
readonly marginInlineEnd: "space";
|
|
1886
|
-
readonly marginInlineStart: "space";
|
|
1887
|
-
readonly marginLeft: "space";
|
|
1888
|
-
readonly marginRight: "space";
|
|
1889
|
-
readonly marginTop: "space";
|
|
1890
|
-
readonly maxBlockSize: "sizes";
|
|
1891
|
-
readonly maxHeight: "sizes";
|
|
1892
|
-
readonly maxInlineSize: "sizes";
|
|
1893
|
-
readonly maxWidth: "sizes";
|
|
1894
|
-
readonly minBlockSize: "sizes";
|
|
1895
|
-
readonly minHeight: "sizes";
|
|
1896
|
-
readonly minInlineSize: "sizes";
|
|
1897
|
-
readonly minWidth: "sizes";
|
|
1898
|
-
readonly outline: "colors";
|
|
1899
|
-
readonly outlineColor: "colors";
|
|
1900
|
-
readonly padding: "space";
|
|
1901
|
-
readonly paddingBlock: "space";
|
|
1902
|
-
readonly paddingBlockEnd: "space";
|
|
1903
|
-
readonly paddingBlockStart: "space";
|
|
1904
|
-
readonly paddingBottom: "space";
|
|
1905
|
-
readonly paddingInline: "space";
|
|
1906
|
-
readonly paddingInlineEnd: "space";
|
|
1907
|
-
readonly paddingInlineStart: "space";
|
|
1908
|
-
readonly paddingLeft: "space";
|
|
1909
|
-
readonly paddingRight: "space";
|
|
1910
|
-
readonly paddingTop: "space";
|
|
1911
|
-
readonly right: "space";
|
|
1912
|
-
readonly rowGap: "space";
|
|
1913
|
-
readonly scrollMargin: "space";
|
|
1914
|
-
readonly scrollMarginBlock: "space";
|
|
1915
|
-
readonly scrollMarginBlockEnd: "space";
|
|
1916
|
-
readonly scrollMarginBlockStart: "space";
|
|
1917
|
-
readonly scrollMarginBottom: "space";
|
|
1918
|
-
readonly scrollMarginInline: "space";
|
|
1919
|
-
readonly scrollMarginInlineEnd: "space";
|
|
1920
|
-
readonly scrollMarginInlineStart: "space";
|
|
1921
|
-
readonly scrollMarginLeft: "space";
|
|
1922
|
-
readonly scrollMarginRight: "space";
|
|
1923
|
-
readonly scrollMarginTop: "space";
|
|
1924
|
-
readonly scrollPadding: "space";
|
|
1925
|
-
readonly scrollPaddingBlock: "space";
|
|
1926
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
1927
|
-
readonly scrollPaddingBlockStart: "space";
|
|
1928
|
-
readonly scrollPaddingBottom: "space";
|
|
1929
|
-
readonly scrollPaddingInline: "space";
|
|
1930
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
1931
|
-
readonly scrollPaddingInlineStart: "space";
|
|
1932
|
-
readonly scrollPaddingLeft: "space";
|
|
1933
|
-
readonly scrollPaddingRight: "space";
|
|
1934
|
-
readonly scrollPaddingTop: "space";
|
|
1935
|
-
readonly stroke: "colors";
|
|
1936
|
-
readonly strokeWidth: "stroke-width";
|
|
1937
|
-
readonly textDecorationColor: "colors";
|
|
1938
|
-
readonly textShadow: "shadows";
|
|
1939
|
-
readonly top: "space";
|
|
1940
|
-
readonly transition: "transitions";
|
|
1941
|
-
readonly width: "sizes";
|
|
1942
|
-
readonly zIndex: "z-indices";
|
|
1943
|
-
}, {
|
|
1944
|
-
paddingX: (value: {
|
|
1945
|
-
readonly [$$PropertyValue]: "padding";
|
|
1946
|
-
}) => {
|
|
1947
|
-
paddingLeft: {
|
|
1948
|
-
readonly [$$PropertyValue]: "padding";
|
|
1949
|
-
};
|
|
1950
|
-
paddingRight: {
|
|
1951
|
-
readonly [$$PropertyValue]: "padding";
|
|
1952
|
-
};
|
|
1953
|
-
};
|
|
1954
|
-
paddingY: (value: {
|
|
1955
|
-
readonly [$$PropertyValue]: "padding";
|
|
1956
|
-
}) => {
|
|
1957
|
-
paddingTop: {
|
|
1958
|
-
readonly [$$PropertyValue]: "padding";
|
|
1959
|
-
};
|
|
1960
|
-
paddingBottom: {
|
|
1961
|
-
readonly [$$PropertyValue]: "padding";
|
|
1962
|
-
};
|
|
1963
|
-
};
|
|
1964
|
-
marginX: (value: {
|
|
1965
|
-
readonly [$$PropertyValue]: "margin";
|
|
1966
|
-
}) => {
|
|
1967
|
-
marginLeft: {
|
|
1968
|
-
readonly [$$PropertyValue]: "margin";
|
|
1969
|
-
};
|
|
1970
|
-
marginRight: {
|
|
1971
|
-
readonly [$$PropertyValue]: "margin";
|
|
1972
|
-
};
|
|
1973
|
-
};
|
|
1974
|
-
marginY: (value: {
|
|
1975
|
-
readonly [$$PropertyValue]: "margin";
|
|
1976
|
-
}) => {
|
|
1977
|
-
marginTop: {
|
|
1978
|
-
readonly [$$PropertyValue]: "margin";
|
|
1979
|
-
};
|
|
1980
|
-
marginBottom: {
|
|
1981
|
-
readonly [$$PropertyValue]: "margin";
|
|
1982
|
-
};
|
|
1983
|
-
};
|
|
1984
|
-
square: (value: {
|
|
1985
|
-
readonly [$$PropertyValue]: "width";
|
|
1986
|
-
}) => {
|
|
1987
|
-
width: {
|
|
1988
|
-
readonly [$$PropertyValue]: "width";
|
|
1989
|
-
};
|
|
1990
|
-
height: {
|
|
1991
|
-
readonly [$$PropertyValue]: "width";
|
|
1992
|
-
};
|
|
1993
|
-
};
|
|
1994
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1995
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1996
|
-
};
|
|
1997
|
-
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react__default.ForwardRefExoticComponent<_radix_ui_react_scroll_area.ScrollAreaCornerProps & react__default.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
44
|
+
declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react__default.ForwardRefExoticComponent<_radix_ui_react_scroll_area.ScrollAreaCornerProps & react__default.RefAttributes<HTMLDivElement>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react__default.ForwardRefExoticComponent<_radix_ui_react_scroll_area.ScrollAreaCornerProps & react__default.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1998
45
|
declare type StyledCornerProps = StrictComponentProps<typeof StyledCorner>;
|
|
1999
46
|
interface CornerProps extends StyledCornerProps {
|
|
2000
47
|
}
|
|
2001
48
|
declare const Corner: react__default.ForwardRefExoticComponent<Omit<CornerProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
2002
49
|
|
|
2003
|
-
declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<
|
|
2004
|
-
'border-widths': {
|
|
2005
|
-
readonly none: 0;
|
|
2006
|
-
readonly sm: "1px";
|
|
2007
|
-
readonly md: "2px";
|
|
2008
|
-
readonly lg: "4px";
|
|
2009
|
-
};
|
|
2010
|
-
colors: {
|
|
2011
|
-
readonly black: any;
|
|
2012
|
-
readonly 'blue-50': any;
|
|
2013
|
-
readonly 'blue-100': any;
|
|
2014
|
-
readonly 'blue-150': any;
|
|
2015
|
-
readonly 'blue-200': any;
|
|
2016
|
-
readonly 'blue-250': any;
|
|
2017
|
-
readonly 'blue-300': any;
|
|
2018
|
-
readonly 'blue-350': any;
|
|
2019
|
-
readonly 'blue-400': any;
|
|
2020
|
-
readonly 'blue-450': any;
|
|
2021
|
-
readonly 'blue-500': any;
|
|
2022
|
-
readonly 'blue-550': any;
|
|
2023
|
-
readonly 'blue-600': any;
|
|
2024
|
-
readonly 'blue-650': any;
|
|
2025
|
-
readonly 'blue-700': any;
|
|
2026
|
-
readonly 'blue-750': any;
|
|
2027
|
-
readonly 'blue-800': any;
|
|
2028
|
-
readonly 'blue-850': any;
|
|
2029
|
-
readonly 'blue-900': any;
|
|
2030
|
-
readonly 'blue-950': any;
|
|
2031
|
-
readonly 'gray-50': any;
|
|
2032
|
-
readonly 'gray-100': any;
|
|
2033
|
-
readonly 'gray-150': any;
|
|
2034
|
-
readonly 'gray-200': any;
|
|
2035
|
-
readonly 'gray-250': any;
|
|
2036
|
-
readonly 'gray-300': any;
|
|
2037
|
-
readonly 'gray-350': any;
|
|
2038
|
-
readonly 'gray-400': any;
|
|
2039
|
-
readonly 'gray-450': any;
|
|
2040
|
-
readonly 'gray-500': any;
|
|
2041
|
-
readonly 'gray-550': any;
|
|
2042
|
-
readonly 'gray-600': any;
|
|
2043
|
-
readonly 'gray-650': any;
|
|
2044
|
-
readonly 'gray-700': any;
|
|
2045
|
-
readonly 'gray-750': any;
|
|
2046
|
-
readonly 'gray-800': any;
|
|
2047
|
-
readonly 'gray-850': any;
|
|
2048
|
-
readonly 'gray-900': any;
|
|
2049
|
-
readonly 'gray-950': any;
|
|
2050
|
-
readonly 'green-50': any;
|
|
2051
|
-
readonly 'green-100': any;
|
|
2052
|
-
readonly 'green-150': any;
|
|
2053
|
-
readonly 'green-200': any;
|
|
2054
|
-
readonly 'green-250': any;
|
|
2055
|
-
readonly 'green-300': any;
|
|
2056
|
-
readonly 'green-350': any;
|
|
2057
|
-
readonly 'green-400': any;
|
|
2058
|
-
readonly 'green-450': any;
|
|
2059
|
-
readonly 'green-500': any;
|
|
2060
|
-
readonly 'green-550': any;
|
|
2061
|
-
readonly 'green-600': any;
|
|
2062
|
-
readonly 'green-650': any;
|
|
2063
|
-
readonly 'green-700': any;
|
|
2064
|
-
readonly 'green-750': any;
|
|
2065
|
-
readonly 'green-800': any;
|
|
2066
|
-
readonly 'green-850': any;
|
|
2067
|
-
readonly 'green-900': any;
|
|
2068
|
-
readonly 'green-950': any;
|
|
2069
|
-
readonly 'red-50': any;
|
|
2070
|
-
readonly 'red-100': any;
|
|
2071
|
-
readonly 'red-150': any;
|
|
2072
|
-
readonly 'red-200': any;
|
|
2073
|
-
readonly 'red-250': any;
|
|
2074
|
-
readonly 'red-300': any;
|
|
2075
|
-
readonly 'red-350': any;
|
|
2076
|
-
readonly 'red-400': any;
|
|
2077
|
-
readonly 'red-450': any;
|
|
2078
|
-
readonly 'red-500': any;
|
|
2079
|
-
readonly 'red-550': any;
|
|
2080
|
-
readonly 'red-600': any;
|
|
2081
|
-
readonly 'red-650': any;
|
|
2082
|
-
readonly 'red-700': any;
|
|
2083
|
-
readonly 'red-750': any;
|
|
2084
|
-
readonly 'red-800': any;
|
|
2085
|
-
readonly 'red-850': any;
|
|
2086
|
-
readonly 'red-900': any;
|
|
2087
|
-
readonly 'red-950': any;
|
|
2088
|
-
readonly transparent: any;
|
|
2089
|
-
readonly white: any;
|
|
2090
|
-
readonly 'yellow-50': any;
|
|
2091
|
-
readonly 'yellow-100': any;
|
|
2092
|
-
readonly 'yellow-150': any;
|
|
2093
|
-
readonly 'yellow-200': any;
|
|
2094
|
-
readonly 'yellow-250': any;
|
|
2095
|
-
readonly 'yellow-300': any;
|
|
2096
|
-
readonly 'yellow-350': any;
|
|
2097
|
-
readonly 'yellow-400': any;
|
|
2098
|
-
readonly 'yellow-450': any;
|
|
2099
|
-
readonly 'yellow-500': any;
|
|
2100
|
-
readonly 'yellow-550': any;
|
|
2101
|
-
readonly 'yellow-600': any;
|
|
2102
|
-
readonly 'yellow-650': any;
|
|
2103
|
-
readonly 'yellow-700': any;
|
|
2104
|
-
readonly 'yellow-750': any;
|
|
2105
|
-
readonly 'yellow-800': any;
|
|
2106
|
-
readonly 'yellow-850': any;
|
|
2107
|
-
readonly 'yellow-900': any;
|
|
2108
|
-
readonly 'yellow-950': any;
|
|
2109
|
-
"background-alpha-active"?: any;
|
|
2110
|
-
"background-alpha-hover"?: any;
|
|
2111
|
-
"background-danger-prominent"?: any;
|
|
2112
|
-
"background-danger-prominent-active"?: any;
|
|
2113
|
-
"background-danger-prominent-hover"?: any;
|
|
2114
|
-
"background-danger-subtle"?: any;
|
|
2115
|
-
"background-danger-subtle-active"?: any;
|
|
2116
|
-
"background-danger-subtle-hover"?: any;
|
|
2117
|
-
"background-neutrals"?: any;
|
|
2118
|
-
"background-neutrals-active"?: any;
|
|
2119
|
-
"background-neutrals-container"?: any;
|
|
2120
|
-
"background-neutrals-controls-disabled"?: any;
|
|
2121
|
-
"background-neutrals-disabled"?: any;
|
|
2122
|
-
"background-neutrals-hover"?: any;
|
|
2123
|
-
"background-neutrals-inactive"?: any;
|
|
2124
|
-
"background-neutrals-inactive-hover"?: any;
|
|
2125
|
-
"background-neutrals-inverted"?: any;
|
|
2126
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
2127
|
-
"background-neutrals-page"?: any;
|
|
2128
|
-
"background-neutrals-page-subtle"?: any;
|
|
2129
|
-
"background-neutrals-scrollbar"?: any;
|
|
2130
|
-
"background-neutrals-scrollbar-active"?: any;
|
|
2131
|
-
"background-neutrals-scrollbar-hover"?: any;
|
|
2132
|
-
"background-neutrals-subtle"?: any;
|
|
2133
|
-
"background-neutrals-subtle-active"?: any;
|
|
2134
|
-
"background-neutrals-subtle-hover"?: any;
|
|
2135
|
-
"background-primary-prominent"?: any;
|
|
2136
|
-
"background-primary-prominent-active"?: any;
|
|
2137
|
-
"background-primary-prominent-hover"?: any;
|
|
2138
|
-
"background-primary-prominent-selected"?: any;
|
|
2139
|
-
"background-primary-subtle"?: any;
|
|
2140
|
-
"background-primary-subtle-active"?: any;
|
|
2141
|
-
"background-primary-subtle-hover"?: any;
|
|
2142
|
-
"background-primary-subtle-selected"?: any;
|
|
2143
|
-
"background-success"?: any;
|
|
2144
|
-
"background-success-prominent"?: any;
|
|
2145
|
-
"background-success-prominent-active"?: any;
|
|
2146
|
-
"background-success-prominent-hover"?: any;
|
|
2147
|
-
"background-warning-prominent"?: any;
|
|
2148
|
-
"background-warning-subtle"?: any;
|
|
2149
|
-
"border-danger"?: any;
|
|
2150
|
-
"border-danger-active"?: any;
|
|
2151
|
-
"border-danger-hover"?: any;
|
|
2152
|
-
"border-focus-error-inner"?: any;
|
|
2153
|
-
"border-focus-error-middle"?: any;
|
|
2154
|
-
"border-focus-error-outer"?: any;
|
|
2155
|
-
"border-focus-inner"?: any;
|
|
2156
|
-
"border-focus-middle"?: any;
|
|
2157
|
-
"border-focus-outer"?: any;
|
|
2158
|
-
"border-focus-success-inner"?: any;
|
|
2159
|
-
"border-focus-success-middle"?: any;
|
|
2160
|
-
"border-focus-success-outer"?: any;
|
|
2161
|
-
"border-neutrals"?: any;
|
|
2162
|
-
"border-neutrals-active"?: any;
|
|
2163
|
-
"border-neutrals-controls"?: any;
|
|
2164
|
-
"border-neutrals-controls-disabled"?: any;
|
|
2165
|
-
"border-neutrals-disabled"?: any;
|
|
2166
|
-
"border-neutrals-hover"?: any;
|
|
2167
|
-
"border-neutrals-inverted"?: any;
|
|
2168
|
-
"border-neutrals-subtle"?: any;
|
|
2169
|
-
"border-neutrals-text"?: any;
|
|
2170
|
-
"border-neutrals-text-active"?: any;
|
|
2171
|
-
"border-neutrals-text-hover"?: any;
|
|
2172
|
-
"border-neutrals-text-subtle"?: any;
|
|
2173
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
2174
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
2175
|
-
"border-neutrals-transparent"?: any;
|
|
2176
|
-
"border-primary"?: any;
|
|
2177
|
-
"border-primary-active"?: any;
|
|
2178
|
-
"border-primary-hover"?: any;
|
|
2179
|
-
"border-primary-inverted"?: any;
|
|
2180
|
-
"border-success"?: any;
|
|
2181
|
-
"border-success-active"?: any;
|
|
2182
|
-
"border-success-hover"?: any;
|
|
2183
|
-
"border-warning"?: any;
|
|
2184
|
-
"icon-danger"?: any;
|
|
2185
|
-
"icon-danger-active"?: any;
|
|
2186
|
-
"icon-danger-hover"?: any;
|
|
2187
|
-
"icon-danger-inverted"?: any;
|
|
2188
|
-
"icon-neutrals"?: any;
|
|
2189
|
-
"icon-neutrals-disabled"?: any;
|
|
2190
|
-
"icon-neutrals-inactive"?: any;
|
|
2191
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
2192
|
-
"icon-neutrals-inverted"?: any;
|
|
2193
|
-
"icon-neutrals-search"?: any;
|
|
2194
|
-
"icon-neutrals-subtle"?: any;
|
|
2195
|
-
"icon-neutrals-text"?: any;
|
|
2196
|
-
"icon-primary"?: any;
|
|
2197
|
-
"icon-primary-active"?: any;
|
|
2198
|
-
"icon-primary-hover"?: any;
|
|
2199
|
-
"icon-primary-inverted"?: any;
|
|
2200
|
-
"icon-primary-selected"?: any;
|
|
2201
|
-
"icon-success"?: any;
|
|
2202
|
-
"icon-success-active"?: any;
|
|
2203
|
-
"icon-success-hover"?: any;
|
|
2204
|
-
"icon-success-inverted"?: any;
|
|
2205
|
-
"icon-warning"?: any;
|
|
2206
|
-
"icon-warning-prominent"?: any;
|
|
2207
|
-
"icon-warning-subtle"?: any;
|
|
2208
|
-
"text-danger"?: any;
|
|
2209
|
-
"text-danger-active"?: any;
|
|
2210
|
-
"text-danger-hover"?: any;
|
|
2211
|
-
"text-danger-inverted"?: any;
|
|
2212
|
-
"text-neutrals"?: any;
|
|
2213
|
-
"text-neutrals-active"?: any;
|
|
2214
|
-
"text-neutrals-disabled"?: any;
|
|
2215
|
-
"text-neutrals-hover"?: any;
|
|
2216
|
-
"text-neutrals-inverted"?: any;
|
|
2217
|
-
"text-neutrals-placeholder"?: any;
|
|
2218
|
-
"text-neutrals-placeholder-only"?: any;
|
|
2219
|
-
"text-neutrals-subtle"?: any;
|
|
2220
|
-
"text-neutrals-subtle-active"?: any;
|
|
2221
|
-
"text-neutrals-subtle-hover"?: any;
|
|
2222
|
-
"text-primary"?: any;
|
|
2223
|
-
"text-primary-active"?: any;
|
|
2224
|
-
"text-primary-hover"?: any;
|
|
2225
|
-
"text-primary-inverted"?: any;
|
|
2226
|
-
"text-primary-inverted-subtle"?: any;
|
|
2227
|
-
"text-primary-selected"?: any;
|
|
2228
|
-
"text-success"?: any;
|
|
2229
|
-
"text-success-active"?: any;
|
|
2230
|
-
"text-success-hover"?: any;
|
|
2231
|
-
"text-success-inverted"?: any;
|
|
2232
|
-
"text-warning"?: any;
|
|
2233
|
-
"text-warning-subtle"?: any;
|
|
2234
|
-
};
|
|
2235
|
-
'font-sizes': {
|
|
2236
|
-
readonly 125: "0.625rem";
|
|
2237
|
-
readonly 150: "0.75rem";
|
|
2238
|
-
readonly 175: "0.875rem";
|
|
2239
|
-
readonly 200: "1rem";
|
|
2240
|
-
readonly 225: "1.125rem";
|
|
2241
|
-
readonly 250: "1.25rem";
|
|
2242
|
-
readonly 300: "1.5rem";
|
|
2243
|
-
readonly 400: "2rem";
|
|
2244
|
-
readonly 500: "2.5rem";
|
|
2245
|
-
readonly 600: "3rem";
|
|
2246
|
-
readonly 800: "4rem";
|
|
2247
|
-
readonly 900: "4.5rem";
|
|
2248
|
-
};
|
|
2249
|
-
fonts: {
|
|
2250
|
-
readonly heading: "Roobert, sans-serif";
|
|
2251
|
-
readonly body: "Open Sans, sans-serif";
|
|
2252
|
-
};
|
|
2253
|
-
radii: {
|
|
2254
|
-
readonly 0: "0px";
|
|
2255
|
-
readonly 25: "2px";
|
|
2256
|
-
readonly 50: "4px";
|
|
2257
|
-
readonly 75: "6px";
|
|
2258
|
-
readonly 100: "8px";
|
|
2259
|
-
readonly 200: "16px";
|
|
2260
|
-
readonly round: "999px";
|
|
2261
|
-
};
|
|
2262
|
-
shadows: {
|
|
2263
|
-
100: any;
|
|
2264
|
-
50: any;
|
|
2265
|
-
"focus-small": any;
|
|
2266
|
-
"focus-small-outline": any;
|
|
2267
|
-
"focus-large": any;
|
|
2268
|
-
"focus-controls": any;
|
|
2269
|
-
"focus-small-error": any;
|
|
2270
|
-
"focus-controls-error": any;
|
|
2271
|
-
"focus-controls-success": any;
|
|
2272
|
-
};
|
|
2273
|
-
sizes: {
|
|
2274
|
-
readonly number: string;
|
|
2275
|
-
readonly 'icon-200': "16px";
|
|
2276
|
-
readonly 'icon-300': "24px";
|
|
2277
|
-
readonly 'icon-400': "32px";
|
|
2278
|
-
};
|
|
2279
|
-
space: {
|
|
2280
|
-
readonly 0: "0px";
|
|
2281
|
-
readonly 25: "2px";
|
|
2282
|
-
readonly 50: "4px";
|
|
2283
|
-
readonly 100: "8px";
|
|
2284
|
-
readonly 150: "12px";
|
|
2285
|
-
readonly 200: "16px";
|
|
2286
|
-
readonly 300: "24px";
|
|
2287
|
-
readonly 400: "32px";
|
|
2288
|
-
readonly 500: "40px";
|
|
2289
|
-
readonly 600: "48px";
|
|
2290
|
-
readonly 700: "56px";
|
|
2291
|
-
readonly 800: "64px";
|
|
2292
|
-
readonly 1200: "96px";
|
|
2293
|
-
readonly 1600: "128px";
|
|
2294
|
-
};
|
|
2295
|
-
'stroke-width': {
|
|
2296
|
-
readonly thin: "1.5px";
|
|
2297
|
-
readonly normal: "2px";
|
|
2298
|
-
readonly bold: "4px";
|
|
2299
|
-
};
|
|
2300
|
-
'z-indices': {
|
|
2301
|
-
readonly dropdownMenu: 100;
|
|
2302
|
-
readonly select: 200;
|
|
2303
|
-
readonly popover: 300;
|
|
2304
|
-
readonly tooltip: 400;
|
|
2305
|
-
};
|
|
2306
|
-
}, {
|
|
2307
|
-
readonly background: "colors";
|
|
2308
|
-
readonly backgroundColor: "colors";
|
|
2309
|
-
readonly backgroundImage: "colors";
|
|
2310
|
-
readonly blockSize: "sizes";
|
|
2311
|
-
readonly border: "colors";
|
|
2312
|
-
readonly borderBlock: "colors";
|
|
2313
|
-
readonly borderBlockEnd: "colors";
|
|
2314
|
-
readonly borderBlockStart: "colors";
|
|
2315
|
-
readonly borderBottom: "colors";
|
|
2316
|
-
readonly borderBottomColor: "colors";
|
|
2317
|
-
readonly borderBottomLeftRadius: "radii";
|
|
2318
|
-
readonly borderBottomRightRadius: "radii";
|
|
2319
|
-
readonly borderBottomStyle: "border-styles";
|
|
2320
|
-
readonly borderBottomWidth: "border-widths";
|
|
2321
|
-
readonly borderColor: "colors";
|
|
2322
|
-
readonly borderImage: "colors";
|
|
2323
|
-
readonly borderInline: "colors";
|
|
2324
|
-
readonly borderInlineEnd: "colors";
|
|
2325
|
-
readonly borderInlineStart: "colors";
|
|
2326
|
-
readonly borderLeft: "colors";
|
|
2327
|
-
readonly borderLeftColor: "colors";
|
|
2328
|
-
readonly borderLeftStyle: "border-styles";
|
|
2329
|
-
readonly borderLeftWidth: "border-widths";
|
|
2330
|
-
readonly borderRadius: "radii";
|
|
2331
|
-
readonly borderRight: "colors";
|
|
2332
|
-
readonly borderRightColor: "colors";
|
|
2333
|
-
readonly borderRightStyle: "border-styles";
|
|
2334
|
-
readonly borderRightWidth: "border-widths";
|
|
2335
|
-
readonly borderSpacing: "space";
|
|
2336
|
-
readonly borderStyle: "border-styles";
|
|
2337
|
-
readonly borderTop: "colors";
|
|
2338
|
-
readonly borderTopColor: "colors";
|
|
2339
|
-
readonly borderTopLeftRadius: "radii";
|
|
2340
|
-
readonly borderTopRightRadius: "radii";
|
|
2341
|
-
readonly borderTopStyle: "border-styles";
|
|
2342
|
-
readonly borderTopWidth: "border-widths";
|
|
2343
|
-
readonly borderWidth: "border-widths";
|
|
2344
|
-
readonly bottom: "space";
|
|
2345
|
-
readonly boxShadow: "shadows";
|
|
2346
|
-
readonly caretColor: "colors";
|
|
2347
|
-
readonly color: "colors";
|
|
2348
|
-
readonly columnGap: "space";
|
|
2349
|
-
readonly columnRuleColor: "colors";
|
|
2350
|
-
readonly fill: "colors";
|
|
2351
|
-
readonly flexBasis: "sizes";
|
|
2352
|
-
readonly fontFamily: "fonts";
|
|
2353
|
-
readonly fontSize: "font-sizes";
|
|
2354
|
-
readonly fontWeight: "font-weights";
|
|
2355
|
-
readonly gap: "space";
|
|
2356
|
-
readonly gridColumnGap: "space";
|
|
2357
|
-
readonly gridGap: "space";
|
|
2358
|
-
readonly gridRowGap: "space";
|
|
2359
|
-
readonly gridTemplateColumns: "sizes";
|
|
2360
|
-
readonly gridTemplateRows: "sizes";
|
|
2361
|
-
readonly height: "sizes";
|
|
2362
|
-
readonly inlineSize: "sizes";
|
|
2363
|
-
readonly inset: "space";
|
|
2364
|
-
readonly insetBlock: "space";
|
|
2365
|
-
readonly insetBlockEnd: "space";
|
|
2366
|
-
readonly insetBlockStart: "space";
|
|
2367
|
-
readonly insetInline: "space";
|
|
2368
|
-
readonly insetInlineEnd: "space";
|
|
2369
|
-
readonly insetInlineStart: "space";
|
|
2370
|
-
readonly left: "space";
|
|
2371
|
-
readonly letterSpacing: "letter-spacings";
|
|
2372
|
-
readonly lineHeight: "line-heights";
|
|
2373
|
-
readonly margin: "space";
|
|
2374
|
-
readonly marginBlock: "space";
|
|
2375
|
-
readonly marginBlockEnd: "space";
|
|
2376
|
-
readonly marginBlockStart: "space";
|
|
2377
|
-
readonly marginBottom: "space";
|
|
2378
|
-
readonly marginInline: "space";
|
|
2379
|
-
readonly marginInlineEnd: "space";
|
|
2380
|
-
readonly marginInlineStart: "space";
|
|
2381
|
-
readonly marginLeft: "space";
|
|
2382
|
-
readonly marginRight: "space";
|
|
2383
|
-
readonly marginTop: "space";
|
|
2384
|
-
readonly maxBlockSize: "sizes";
|
|
2385
|
-
readonly maxHeight: "sizes";
|
|
2386
|
-
readonly maxInlineSize: "sizes";
|
|
2387
|
-
readonly maxWidth: "sizes";
|
|
2388
|
-
readonly minBlockSize: "sizes";
|
|
2389
|
-
readonly minHeight: "sizes";
|
|
2390
|
-
readonly minInlineSize: "sizes";
|
|
2391
|
-
readonly minWidth: "sizes";
|
|
2392
|
-
readonly outline: "colors";
|
|
2393
|
-
readonly outlineColor: "colors";
|
|
2394
|
-
readonly padding: "space";
|
|
2395
|
-
readonly paddingBlock: "space";
|
|
2396
|
-
readonly paddingBlockEnd: "space";
|
|
2397
|
-
readonly paddingBlockStart: "space";
|
|
2398
|
-
readonly paddingBottom: "space";
|
|
2399
|
-
readonly paddingInline: "space";
|
|
2400
|
-
readonly paddingInlineEnd: "space";
|
|
2401
|
-
readonly paddingInlineStart: "space";
|
|
2402
|
-
readonly paddingLeft: "space";
|
|
2403
|
-
readonly paddingRight: "space";
|
|
2404
|
-
readonly paddingTop: "space";
|
|
2405
|
-
readonly right: "space";
|
|
2406
|
-
readonly rowGap: "space";
|
|
2407
|
-
readonly scrollMargin: "space";
|
|
2408
|
-
readonly scrollMarginBlock: "space";
|
|
2409
|
-
readonly scrollMarginBlockEnd: "space";
|
|
2410
|
-
readonly scrollMarginBlockStart: "space";
|
|
2411
|
-
readonly scrollMarginBottom: "space";
|
|
2412
|
-
readonly scrollMarginInline: "space";
|
|
2413
|
-
readonly scrollMarginInlineEnd: "space";
|
|
2414
|
-
readonly scrollMarginInlineStart: "space";
|
|
2415
|
-
readonly scrollMarginLeft: "space";
|
|
2416
|
-
readonly scrollMarginRight: "space";
|
|
2417
|
-
readonly scrollMarginTop: "space";
|
|
2418
|
-
readonly scrollPadding: "space";
|
|
2419
|
-
readonly scrollPaddingBlock: "space";
|
|
2420
|
-
readonly scrollPaddingBlockEnd: "space";
|
|
2421
|
-
readonly scrollPaddingBlockStart: "space";
|
|
2422
|
-
readonly scrollPaddingBottom: "space";
|
|
2423
|
-
readonly scrollPaddingInline: "space";
|
|
2424
|
-
readonly scrollPaddingInlineEnd: "space";
|
|
2425
|
-
readonly scrollPaddingInlineStart: "space";
|
|
2426
|
-
readonly scrollPaddingLeft: "space";
|
|
2427
|
-
readonly scrollPaddingRight: "space";
|
|
2428
|
-
readonly scrollPaddingTop: "space";
|
|
2429
|
-
readonly stroke: "colors";
|
|
2430
|
-
readonly strokeWidth: "stroke-width";
|
|
2431
|
-
readonly textDecorationColor: "colors";
|
|
2432
|
-
readonly textShadow: "shadows";
|
|
2433
|
-
readonly top: "space";
|
|
2434
|
-
readonly transition: "transitions";
|
|
2435
|
-
readonly width: "sizes";
|
|
2436
|
-
readonly zIndex: "z-indices";
|
|
2437
|
-
}, {
|
|
2438
|
-
paddingX: (value: {
|
|
2439
|
-
readonly [$$PropertyValue]: "padding";
|
|
2440
|
-
}) => {
|
|
2441
|
-
paddingLeft: {
|
|
2442
|
-
readonly [$$PropertyValue]: "padding";
|
|
2443
|
-
};
|
|
2444
|
-
paddingRight: {
|
|
2445
|
-
readonly [$$PropertyValue]: "padding";
|
|
2446
|
-
};
|
|
2447
|
-
};
|
|
2448
|
-
paddingY: (value: {
|
|
2449
|
-
readonly [$$PropertyValue]: "padding";
|
|
2450
|
-
}) => {
|
|
2451
|
-
paddingTop: {
|
|
2452
|
-
readonly [$$PropertyValue]: "padding";
|
|
2453
|
-
};
|
|
2454
|
-
paddingBottom: {
|
|
2455
|
-
readonly [$$PropertyValue]: "padding";
|
|
2456
|
-
};
|
|
2457
|
-
};
|
|
2458
|
-
marginX: (value: {
|
|
2459
|
-
readonly [$$PropertyValue]: "margin";
|
|
2460
|
-
}) => {
|
|
2461
|
-
marginLeft: {
|
|
2462
|
-
readonly [$$PropertyValue]: "margin";
|
|
2463
|
-
};
|
|
2464
|
-
marginRight: {
|
|
2465
|
-
readonly [$$PropertyValue]: "margin";
|
|
2466
|
-
};
|
|
2467
|
-
};
|
|
2468
|
-
marginY: (value: {
|
|
2469
|
-
readonly [$$PropertyValue]: "margin";
|
|
2470
|
-
}) => {
|
|
2471
|
-
marginTop: {
|
|
2472
|
-
readonly [$$PropertyValue]: "margin";
|
|
2473
|
-
};
|
|
2474
|
-
marginBottom: {
|
|
2475
|
-
readonly [$$PropertyValue]: "margin";
|
|
2476
|
-
};
|
|
2477
|
-
};
|
|
2478
|
-
square: (value: {
|
|
2479
|
-
readonly [$$PropertyValue]: "width";
|
|
2480
|
-
}) => {
|
|
2481
|
-
width: {
|
|
2482
|
-
readonly [$$PropertyValue]: "width";
|
|
2483
|
-
};
|
|
2484
|
-
height: {
|
|
2485
|
-
readonly [$$PropertyValue]: "width";
|
|
2486
|
-
};
|
|
2487
|
-
};
|
|
2488
|
-
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2489
|
-
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2490
|
-
};
|
|
2491
|
-
}>>>, 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_scroll_area.ScrollAreaProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
50
|
+
declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_scroll_area.ScrollAreaProps & react.RefAttributes<HTMLDivElement>>>, 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_scroll_area.ScrollAreaProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
2492
51
|
declare type StyledScrollAreaProps = StrictComponentProps<typeof StyledScrollArea>;
|
|
2493
52
|
|
|
2494
53
|
interface ScrollAreaProps extends StyledScrollAreaProps {
|