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