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