@mirohq/design-system-scroll-area 0.1.16 → 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 -2381
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -2,992 +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 borderStyle: "border-styles";
|
|
342
|
-
readonly borderTop: "colors";
|
|
343
|
-
readonly borderTopColor: "colors";
|
|
344
|
-
readonly borderTopLeftRadius: "radii";
|
|
345
|
-
readonly borderTopRightRadius: "radii";
|
|
346
|
-
readonly borderTopStyle: "border-styles";
|
|
347
|
-
readonly borderTopWidth: "border-widths";
|
|
348
|
-
readonly borderWidth: "border-widths";
|
|
349
|
-
readonly bottom: "space";
|
|
350
|
-
readonly boxShadow: "shadows";
|
|
351
|
-
readonly caretColor: "colors";
|
|
352
|
-
readonly color: "colors";
|
|
353
|
-
readonly columnGap: "space-gap";
|
|
354
|
-
readonly columnRuleColor: "colors";
|
|
355
|
-
readonly fill: "colors";
|
|
356
|
-
readonly flexBasis: "sizes";
|
|
357
|
-
readonly fontFamily: "fonts";
|
|
358
|
-
readonly fontSize: "font-sizes";
|
|
359
|
-
readonly fontWeight: "font-weights";
|
|
360
|
-
readonly gap: "space-gap";
|
|
361
|
-
readonly gridColumnGap: "space-gap";
|
|
362
|
-
readonly gridGap: "space-gap";
|
|
363
|
-
readonly gridRowGap: "space-gap";
|
|
364
|
-
readonly gridTemplateColumns: "sizes";
|
|
365
|
-
readonly gridTemplateRows: "sizes";
|
|
366
|
-
readonly height: "sizes";
|
|
367
|
-
readonly inlineSize: "sizes";
|
|
368
|
-
readonly inset: "space-inset";
|
|
369
|
-
readonly insetBlock: "space-inset";
|
|
370
|
-
readonly insetBlockEnd: "space-inset";
|
|
371
|
-
readonly insetBlockStart: "space-inset";
|
|
372
|
-
readonly insetInline: "space-inset";
|
|
373
|
-
readonly insetInlineEnd: "space-inset";
|
|
374
|
-
readonly insetInlineStart: "space-inset";
|
|
375
|
-
readonly left: "space";
|
|
376
|
-
readonly letterSpacing: "letter-spacings";
|
|
377
|
-
readonly lineHeight: "line-heights";
|
|
378
|
-
readonly margin: "space-offset";
|
|
379
|
-
readonly marginBlock: "space-offset";
|
|
380
|
-
readonly marginBlockEnd: "space-offset";
|
|
381
|
-
readonly marginBlockStart: "space-offset";
|
|
382
|
-
readonly marginBottom: "space-offset";
|
|
383
|
-
readonly marginInline: "space-offset";
|
|
384
|
-
readonly marginInlineEnd: "space-offset";
|
|
385
|
-
readonly marginInlineStart: "space-offset";
|
|
386
|
-
readonly marginLeft: "space-offset";
|
|
387
|
-
readonly marginRight: "space-offset";
|
|
388
|
-
readonly marginTop: "space-offset";
|
|
389
|
-
readonly maxBlockSize: "sizes";
|
|
390
|
-
readonly maxHeight: "sizes";
|
|
391
|
-
readonly maxInlineSize: "sizes";
|
|
392
|
-
readonly maxWidth: "sizes";
|
|
393
|
-
readonly minBlockSize: "sizes";
|
|
394
|
-
readonly minHeight: "sizes";
|
|
395
|
-
readonly minInlineSize: "sizes";
|
|
396
|
-
readonly minWidth: "sizes";
|
|
397
|
-
readonly outline: "colors";
|
|
398
|
-
readonly outlineColor: "colors";
|
|
399
|
-
readonly padding: "space-inset";
|
|
400
|
-
readonly paddingBlock: "space-inset";
|
|
401
|
-
readonly paddingBlockEnd: "space-inset";
|
|
402
|
-
readonly paddingBlockStart: "space-inset";
|
|
403
|
-
readonly paddingBottom: "space-inset";
|
|
404
|
-
readonly paddingInline: "space-inset";
|
|
405
|
-
readonly paddingInlineEnd: "space-inset";
|
|
406
|
-
readonly paddingInlineStart: "space-inset";
|
|
407
|
-
readonly paddingLeft: "space-inset";
|
|
408
|
-
readonly paddingRight: "space-inset";
|
|
409
|
-
readonly paddingTop: "space-inset";
|
|
410
|
-
readonly right: "space";
|
|
411
|
-
readonly rowGap: "space-gap";
|
|
412
|
-
readonly scrollMargin: "space-offset";
|
|
413
|
-
readonly scrollMarginBlock: "space-offset";
|
|
414
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
415
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
416
|
-
readonly scrollMarginBottom: "space-offset";
|
|
417
|
-
readonly scrollMarginInline: "space-offset";
|
|
418
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
419
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
420
|
-
readonly scrollMarginLeft: "space-offset";
|
|
421
|
-
readonly scrollMarginRight: "space-offset";
|
|
422
|
-
readonly scrollMarginTop: "space-offset";
|
|
423
|
-
readonly scrollPadding: "space-inset";
|
|
424
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
425
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
426
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
427
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
428
|
-
readonly scrollPaddingInline: "space-inset";
|
|
429
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
430
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
431
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
432
|
-
readonly scrollPaddingRight: "space-inset";
|
|
433
|
-
readonly scrollPaddingTop: "space-inset";
|
|
434
|
-
readonly stroke: "colors";
|
|
435
|
-
readonly strokeWidth: "stroke-width";
|
|
436
|
-
readonly textDecorationColor: "colors";
|
|
437
|
-
readonly textShadow: "shadows";
|
|
438
|
-
readonly top: "space";
|
|
439
|
-
readonly transition: "transitions";
|
|
440
|
-
readonly width: "sizes";
|
|
441
|
-
readonly zIndex: "z-indices";
|
|
442
|
-
}, {
|
|
443
|
-
paddingX: (value: {
|
|
453
|
+
};
|
|
454
|
+
paddingY: (value: {
|
|
455
|
+
readonly [$$PropertyValue]: "padding";
|
|
456
|
+
}) => {
|
|
457
|
+
paddingTop: {
|
|
444
458
|
readonly [$$PropertyValue]: "padding";
|
|
445
|
-
}) => {
|
|
446
|
-
paddingLeft: {
|
|
447
|
-
readonly [$$PropertyValue]: "padding";
|
|
448
|
-
};
|
|
449
|
-
paddingRight: {
|
|
450
|
-
readonly [$$PropertyValue]: "padding";
|
|
451
|
-
};
|
|
452
459
|
};
|
|
453
|
-
|
|
460
|
+
paddingBottom: {
|
|
454
461
|
readonly [$$PropertyValue]: "padding";
|
|
455
|
-
}) => {
|
|
456
|
-
paddingTop: {
|
|
457
|
-
readonly [$$PropertyValue]: "padding";
|
|
458
|
-
};
|
|
459
|
-
paddingBottom: {
|
|
460
|
-
readonly [$$PropertyValue]: "padding";
|
|
461
|
-
};
|
|
462
462
|
};
|
|
463
|
-
|
|
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: {
|
|
464
478
|
readonly [$$PropertyValue]: "margin";
|
|
465
|
-
}) => {
|
|
466
|
-
marginLeft: {
|
|
467
|
-
readonly [$$PropertyValue]: "margin";
|
|
468
|
-
};
|
|
469
|
-
marginRight: {
|
|
470
|
-
readonly [$$PropertyValue]: "margin";
|
|
471
|
-
};
|
|
472
479
|
};
|
|
473
|
-
|
|
480
|
+
marginBottom: {
|
|
474
481
|
readonly [$$PropertyValue]: "margin";
|
|
475
|
-
}) => {
|
|
476
|
-
marginTop: {
|
|
477
|
-
readonly [$$PropertyValue]: "margin";
|
|
478
|
-
};
|
|
479
|
-
marginBottom: {
|
|
480
|
-
readonly [$$PropertyValue]: "margin";
|
|
481
|
-
};
|
|
482
482
|
};
|
|
483
|
-
|
|
483
|
+
};
|
|
484
|
+
square: (value: {
|
|
485
|
+
readonly [$$PropertyValue]: "width";
|
|
486
|
+
}) => {
|
|
487
|
+
width: {
|
|
484
488
|
readonly [$$PropertyValue]: "width";
|
|
485
|
-
}) => {
|
|
486
|
-
width: {
|
|
487
|
-
readonly [$$PropertyValue]: "width";
|
|
488
|
-
};
|
|
489
|
-
height: {
|
|
490
|
-
readonly [$$PropertyValue]: "width";
|
|
491
|
-
};
|
|
492
489
|
};
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
}
|
|
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>>, {}, {}>;
|
|
497
495
|
declare type StyledViewportProps = StrictComponentProps<typeof StyledViewport>;
|
|
498
496
|
|
|
499
497
|
interface ViewportProps extends StyledViewportProps {
|
|
500
498
|
}
|
|
501
499
|
declare const Viewport: react__default.ForwardRefExoticComponent<Omit<ViewportProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
502
500
|
|
|
503
|
-
declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
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
|
-
|
|
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";
|
|
799
941
|
};
|
|
800
|
-
|
|
801
|
-
readonly
|
|
802
|
-
readonly select: 200;
|
|
803
|
-
readonly popover: 300;
|
|
804
|
-
readonly tooltip: 400;
|
|
942
|
+
paddingRight: {
|
|
943
|
+
readonly [$$PropertyValue]: "padding";
|
|
805
944
|
};
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
readonly
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
readonly border: "colors";
|
|
812
|
-
readonly borderBlock: "colors";
|
|
813
|
-
readonly borderBlockEnd: "colors";
|
|
814
|
-
readonly borderBlockStart: "colors";
|
|
815
|
-
readonly borderBottom: "colors";
|
|
816
|
-
readonly borderBottomColor: "colors";
|
|
817
|
-
readonly borderBottomLeftRadius: "radii";
|
|
818
|
-
readonly borderBottomRightRadius: "radii";
|
|
819
|
-
readonly borderBottomStyle: "border-styles";
|
|
820
|
-
readonly borderBottomWidth: "border-widths";
|
|
821
|
-
readonly borderColor: "colors";
|
|
822
|
-
readonly borderImage: "colors";
|
|
823
|
-
readonly borderInline: "colors";
|
|
824
|
-
readonly borderInlineEnd: "colors";
|
|
825
|
-
readonly borderInlineStart: "colors";
|
|
826
|
-
readonly borderLeft: "colors";
|
|
827
|
-
readonly borderLeftColor: "colors";
|
|
828
|
-
readonly borderLeftStyle: "border-styles";
|
|
829
|
-
readonly borderLeftWidth: "border-widths";
|
|
830
|
-
readonly borderRadius: "radii";
|
|
831
|
-
readonly borderRight: "colors";
|
|
832
|
-
readonly borderRightColor: "colors";
|
|
833
|
-
readonly borderRightStyle: "border-styles";
|
|
834
|
-
readonly borderRightWidth: "border-widths";
|
|
835
|
-
readonly borderStyle: "border-styles";
|
|
836
|
-
readonly borderTop: "colors";
|
|
837
|
-
readonly borderTopColor: "colors";
|
|
838
|
-
readonly borderTopLeftRadius: "radii";
|
|
839
|
-
readonly borderTopRightRadius: "radii";
|
|
840
|
-
readonly borderTopStyle: "border-styles";
|
|
841
|
-
readonly borderTopWidth: "border-widths";
|
|
842
|
-
readonly borderWidth: "border-widths";
|
|
843
|
-
readonly bottom: "space";
|
|
844
|
-
readonly boxShadow: "shadows";
|
|
845
|
-
readonly caretColor: "colors";
|
|
846
|
-
readonly color: "colors";
|
|
847
|
-
readonly columnGap: "space-gap";
|
|
848
|
-
readonly columnRuleColor: "colors";
|
|
849
|
-
readonly fill: "colors";
|
|
850
|
-
readonly flexBasis: "sizes";
|
|
851
|
-
readonly fontFamily: "fonts";
|
|
852
|
-
readonly fontSize: "font-sizes";
|
|
853
|
-
readonly fontWeight: "font-weights";
|
|
854
|
-
readonly gap: "space-gap";
|
|
855
|
-
readonly gridColumnGap: "space-gap";
|
|
856
|
-
readonly gridGap: "space-gap";
|
|
857
|
-
readonly gridRowGap: "space-gap";
|
|
858
|
-
readonly gridTemplateColumns: "sizes";
|
|
859
|
-
readonly gridTemplateRows: "sizes";
|
|
860
|
-
readonly height: "sizes";
|
|
861
|
-
readonly inlineSize: "sizes";
|
|
862
|
-
readonly inset: "space-inset";
|
|
863
|
-
readonly insetBlock: "space-inset";
|
|
864
|
-
readonly insetBlockEnd: "space-inset";
|
|
865
|
-
readonly insetBlockStart: "space-inset";
|
|
866
|
-
readonly insetInline: "space-inset";
|
|
867
|
-
readonly insetInlineEnd: "space-inset";
|
|
868
|
-
readonly insetInlineStart: "space-inset";
|
|
869
|
-
readonly left: "space";
|
|
870
|
-
readonly letterSpacing: "letter-spacings";
|
|
871
|
-
readonly lineHeight: "line-heights";
|
|
872
|
-
readonly margin: "space-offset";
|
|
873
|
-
readonly marginBlock: "space-offset";
|
|
874
|
-
readonly marginBlockEnd: "space-offset";
|
|
875
|
-
readonly marginBlockStart: "space-offset";
|
|
876
|
-
readonly marginBottom: "space-offset";
|
|
877
|
-
readonly marginInline: "space-offset";
|
|
878
|
-
readonly marginInlineEnd: "space-offset";
|
|
879
|
-
readonly marginInlineStart: "space-offset";
|
|
880
|
-
readonly marginLeft: "space-offset";
|
|
881
|
-
readonly marginRight: "space-offset";
|
|
882
|
-
readonly marginTop: "space-offset";
|
|
883
|
-
readonly maxBlockSize: "sizes";
|
|
884
|
-
readonly maxHeight: "sizes";
|
|
885
|
-
readonly maxInlineSize: "sizes";
|
|
886
|
-
readonly maxWidth: "sizes";
|
|
887
|
-
readonly minBlockSize: "sizes";
|
|
888
|
-
readonly minHeight: "sizes";
|
|
889
|
-
readonly minInlineSize: "sizes";
|
|
890
|
-
readonly minWidth: "sizes";
|
|
891
|
-
readonly outline: "colors";
|
|
892
|
-
readonly outlineColor: "colors";
|
|
893
|
-
readonly padding: "space-inset";
|
|
894
|
-
readonly paddingBlock: "space-inset";
|
|
895
|
-
readonly paddingBlockEnd: "space-inset";
|
|
896
|
-
readonly paddingBlockStart: "space-inset";
|
|
897
|
-
readonly paddingBottom: "space-inset";
|
|
898
|
-
readonly paddingInline: "space-inset";
|
|
899
|
-
readonly paddingInlineEnd: "space-inset";
|
|
900
|
-
readonly paddingInlineStart: "space-inset";
|
|
901
|
-
readonly paddingLeft: "space-inset";
|
|
902
|
-
readonly paddingRight: "space-inset";
|
|
903
|
-
readonly paddingTop: "space-inset";
|
|
904
|
-
readonly right: "space";
|
|
905
|
-
readonly rowGap: "space-gap";
|
|
906
|
-
readonly scrollMargin: "space-offset";
|
|
907
|
-
readonly scrollMarginBlock: "space-offset";
|
|
908
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
909
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
910
|
-
readonly scrollMarginBottom: "space-offset";
|
|
911
|
-
readonly scrollMarginInline: "space-offset";
|
|
912
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
913
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
914
|
-
readonly scrollMarginLeft: "space-offset";
|
|
915
|
-
readonly scrollMarginRight: "space-offset";
|
|
916
|
-
readonly scrollMarginTop: "space-offset";
|
|
917
|
-
readonly scrollPadding: "space-inset";
|
|
918
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
919
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
920
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
921
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
922
|
-
readonly scrollPaddingInline: "space-inset";
|
|
923
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
924
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
925
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
926
|
-
readonly scrollPaddingRight: "space-inset";
|
|
927
|
-
readonly scrollPaddingTop: "space-inset";
|
|
928
|
-
readonly stroke: "colors";
|
|
929
|
-
readonly strokeWidth: "stroke-width";
|
|
930
|
-
readonly textDecorationColor: "colors";
|
|
931
|
-
readonly textShadow: "shadows";
|
|
932
|
-
readonly top: "space";
|
|
933
|
-
readonly transition: "transitions";
|
|
934
|
-
readonly width: "sizes";
|
|
935
|
-
readonly zIndex: "z-indices";
|
|
936
|
-
}, {
|
|
937
|
-
paddingX: (value: {
|
|
945
|
+
};
|
|
946
|
+
paddingY: (value: {
|
|
947
|
+
readonly [$$PropertyValue]: "padding";
|
|
948
|
+
}) => {
|
|
949
|
+
paddingTop: {
|
|
938
950
|
readonly [$$PropertyValue]: "padding";
|
|
939
|
-
}) => {
|
|
940
|
-
paddingLeft: {
|
|
941
|
-
readonly [$$PropertyValue]: "padding";
|
|
942
|
-
};
|
|
943
|
-
paddingRight: {
|
|
944
|
-
readonly [$$PropertyValue]: "padding";
|
|
945
|
-
};
|
|
946
951
|
};
|
|
947
|
-
|
|
952
|
+
paddingBottom: {
|
|
948
953
|
readonly [$$PropertyValue]: "padding";
|
|
949
|
-
}) => {
|
|
950
|
-
paddingTop: {
|
|
951
|
-
readonly [$$PropertyValue]: "padding";
|
|
952
|
-
};
|
|
953
|
-
paddingBottom: {
|
|
954
|
-
readonly [$$PropertyValue]: "padding";
|
|
955
|
-
};
|
|
956
954
|
};
|
|
957
|
-
|
|
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: {
|
|
958
970
|
readonly [$$PropertyValue]: "margin";
|
|
959
|
-
}) => {
|
|
960
|
-
marginLeft: {
|
|
961
|
-
readonly [$$PropertyValue]: "margin";
|
|
962
|
-
};
|
|
963
|
-
marginRight: {
|
|
964
|
-
readonly [$$PropertyValue]: "margin";
|
|
965
|
-
};
|
|
966
971
|
};
|
|
967
|
-
|
|
972
|
+
marginBottom: {
|
|
968
973
|
readonly [$$PropertyValue]: "margin";
|
|
969
|
-
}) => {
|
|
970
|
-
marginTop: {
|
|
971
|
-
readonly [$$PropertyValue]: "margin";
|
|
972
|
-
};
|
|
973
|
-
marginBottom: {
|
|
974
|
-
readonly [$$PropertyValue]: "margin";
|
|
975
|
-
};
|
|
976
974
|
};
|
|
977
|
-
|
|
975
|
+
};
|
|
976
|
+
square: (value: {
|
|
977
|
+
readonly [$$PropertyValue]: "width";
|
|
978
|
+
}) => {
|
|
979
|
+
width: {
|
|
980
|
+
readonly [$$PropertyValue]: "width";
|
|
981
|
+
};
|
|
982
|
+
height: {
|
|
978
983
|
readonly [$$PropertyValue]: "width";
|
|
979
|
-
}) => {
|
|
980
|
-
width: {
|
|
981
|
-
readonly [$$PropertyValue]: "width";
|
|
982
|
-
};
|
|
983
|
-
height: {
|
|
984
|
-
readonly [$$PropertyValue]: "width";
|
|
985
|
-
};
|
|
986
984
|
};
|
|
987
|
-
}
|
|
988
|
-
}> & {
|
|
989
|
-
children?: react.ReactNode;
|
|
990
|
-
} & _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>>, {}, {}>;
|
|
991
987
|
declare type StyledScrollbarProps = StrictComponentProps<typeof StyledScrollbar>;
|
|
992
988
|
|
|
993
989
|
interface ScrollbarProps extends StyledScrollbarProps {
|
|
@@ -1003,494 +999,492 @@ interface ScrollbarProps extends StyledScrollbarProps {
|
|
|
1003
999
|
}
|
|
1004
1000
|
declare const Scrollbar: react__default.ForwardRefExoticComponent<Omit<ScrollbarProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1005
1001
|
|
|
1006
|
-
declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1007
|
-
|
|
1008
|
-
|
|
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
|
-
|
|
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";
|
|
1302
1442
|
};
|
|
1303
|
-
|
|
1304
|
-
readonly
|
|
1305
|
-
readonly select: 200;
|
|
1306
|
-
readonly popover: 300;
|
|
1307
|
-
readonly tooltip: 400;
|
|
1443
|
+
paddingRight: {
|
|
1444
|
+
readonly [$$PropertyValue]: "padding";
|
|
1308
1445
|
};
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1311
|
-
readonly
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
readonly border: "colors";
|
|
1315
|
-
readonly borderBlock: "colors";
|
|
1316
|
-
readonly borderBlockEnd: "colors";
|
|
1317
|
-
readonly borderBlockStart: "colors";
|
|
1318
|
-
readonly borderBottom: "colors";
|
|
1319
|
-
readonly borderBottomColor: "colors";
|
|
1320
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1321
|
-
readonly borderBottomRightRadius: "radii";
|
|
1322
|
-
readonly borderBottomStyle: "border-styles";
|
|
1323
|
-
readonly borderBottomWidth: "border-widths";
|
|
1324
|
-
readonly borderColor: "colors";
|
|
1325
|
-
readonly borderImage: "colors";
|
|
1326
|
-
readonly borderInline: "colors";
|
|
1327
|
-
readonly borderInlineEnd: "colors";
|
|
1328
|
-
readonly borderInlineStart: "colors";
|
|
1329
|
-
readonly borderLeft: "colors";
|
|
1330
|
-
readonly borderLeftColor: "colors";
|
|
1331
|
-
readonly borderLeftStyle: "border-styles";
|
|
1332
|
-
readonly borderLeftWidth: "border-widths";
|
|
1333
|
-
readonly borderRadius: "radii";
|
|
1334
|
-
readonly borderRight: "colors";
|
|
1335
|
-
readonly borderRightColor: "colors";
|
|
1336
|
-
readonly borderRightStyle: "border-styles";
|
|
1337
|
-
readonly borderRightWidth: "border-widths";
|
|
1338
|
-
readonly borderStyle: "border-styles";
|
|
1339
|
-
readonly borderTop: "colors";
|
|
1340
|
-
readonly borderTopColor: "colors";
|
|
1341
|
-
readonly borderTopLeftRadius: "radii";
|
|
1342
|
-
readonly borderTopRightRadius: "radii";
|
|
1343
|
-
readonly borderTopStyle: "border-styles";
|
|
1344
|
-
readonly borderTopWidth: "border-widths";
|
|
1345
|
-
readonly borderWidth: "border-widths";
|
|
1346
|
-
readonly bottom: "space";
|
|
1347
|
-
readonly boxShadow: "shadows";
|
|
1348
|
-
readonly caretColor: "colors";
|
|
1349
|
-
readonly color: "colors";
|
|
1350
|
-
readonly columnGap: "space-gap";
|
|
1351
|
-
readonly columnRuleColor: "colors";
|
|
1352
|
-
readonly fill: "colors";
|
|
1353
|
-
readonly flexBasis: "sizes";
|
|
1354
|
-
readonly fontFamily: "fonts";
|
|
1355
|
-
readonly fontSize: "font-sizes";
|
|
1356
|
-
readonly fontWeight: "font-weights";
|
|
1357
|
-
readonly gap: "space-gap";
|
|
1358
|
-
readonly gridColumnGap: "space-gap";
|
|
1359
|
-
readonly gridGap: "space-gap";
|
|
1360
|
-
readonly gridRowGap: "space-gap";
|
|
1361
|
-
readonly gridTemplateColumns: "sizes";
|
|
1362
|
-
readonly gridTemplateRows: "sizes";
|
|
1363
|
-
readonly height: "sizes";
|
|
1364
|
-
readonly inlineSize: "sizes";
|
|
1365
|
-
readonly inset: "space-inset";
|
|
1366
|
-
readonly insetBlock: "space-inset";
|
|
1367
|
-
readonly insetBlockEnd: "space-inset";
|
|
1368
|
-
readonly insetBlockStart: "space-inset";
|
|
1369
|
-
readonly insetInline: "space-inset";
|
|
1370
|
-
readonly insetInlineEnd: "space-inset";
|
|
1371
|
-
readonly insetInlineStart: "space-inset";
|
|
1372
|
-
readonly left: "space";
|
|
1373
|
-
readonly letterSpacing: "letter-spacings";
|
|
1374
|
-
readonly lineHeight: "line-heights";
|
|
1375
|
-
readonly margin: "space-offset";
|
|
1376
|
-
readonly marginBlock: "space-offset";
|
|
1377
|
-
readonly marginBlockEnd: "space-offset";
|
|
1378
|
-
readonly marginBlockStart: "space-offset";
|
|
1379
|
-
readonly marginBottom: "space-offset";
|
|
1380
|
-
readonly marginInline: "space-offset";
|
|
1381
|
-
readonly marginInlineEnd: "space-offset";
|
|
1382
|
-
readonly marginInlineStart: "space-offset";
|
|
1383
|
-
readonly marginLeft: "space-offset";
|
|
1384
|
-
readonly marginRight: "space-offset";
|
|
1385
|
-
readonly marginTop: "space-offset";
|
|
1386
|
-
readonly maxBlockSize: "sizes";
|
|
1387
|
-
readonly maxHeight: "sizes";
|
|
1388
|
-
readonly maxInlineSize: "sizes";
|
|
1389
|
-
readonly maxWidth: "sizes";
|
|
1390
|
-
readonly minBlockSize: "sizes";
|
|
1391
|
-
readonly minHeight: "sizes";
|
|
1392
|
-
readonly minInlineSize: "sizes";
|
|
1393
|
-
readonly minWidth: "sizes";
|
|
1394
|
-
readonly outline: "colors";
|
|
1395
|
-
readonly outlineColor: "colors";
|
|
1396
|
-
readonly padding: "space-inset";
|
|
1397
|
-
readonly paddingBlock: "space-inset";
|
|
1398
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1399
|
-
readonly paddingBlockStart: "space-inset";
|
|
1400
|
-
readonly paddingBottom: "space-inset";
|
|
1401
|
-
readonly paddingInline: "space-inset";
|
|
1402
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1403
|
-
readonly paddingInlineStart: "space-inset";
|
|
1404
|
-
readonly paddingLeft: "space-inset";
|
|
1405
|
-
readonly paddingRight: "space-inset";
|
|
1406
|
-
readonly paddingTop: "space-inset";
|
|
1407
|
-
readonly right: "space";
|
|
1408
|
-
readonly rowGap: "space-gap";
|
|
1409
|
-
readonly scrollMargin: "space-offset";
|
|
1410
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1411
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1412
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1413
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1414
|
-
readonly scrollMarginInline: "space-offset";
|
|
1415
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1416
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1417
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1418
|
-
readonly scrollMarginRight: "space-offset";
|
|
1419
|
-
readonly scrollMarginTop: "space-offset";
|
|
1420
|
-
readonly scrollPadding: "space-inset";
|
|
1421
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1422
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1423
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1424
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1425
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1426
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1427
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1428
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1429
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1430
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1431
|
-
readonly stroke: "colors";
|
|
1432
|
-
readonly strokeWidth: "stroke-width";
|
|
1433
|
-
readonly textDecorationColor: "colors";
|
|
1434
|
-
readonly textShadow: "shadows";
|
|
1435
|
-
readonly top: "space";
|
|
1436
|
-
readonly transition: "transitions";
|
|
1437
|
-
readonly width: "sizes";
|
|
1438
|
-
readonly zIndex: "z-indices";
|
|
1439
|
-
}, {
|
|
1440
|
-
paddingX: (value: {
|
|
1446
|
+
};
|
|
1447
|
+
paddingY: (value: {
|
|
1448
|
+
readonly [$$PropertyValue]: "padding";
|
|
1449
|
+
}) => {
|
|
1450
|
+
paddingTop: {
|
|
1441
1451
|
readonly [$$PropertyValue]: "padding";
|
|
1442
|
-
}) => {
|
|
1443
|
-
paddingLeft: {
|
|
1444
|
-
readonly [$$PropertyValue]: "padding";
|
|
1445
|
-
};
|
|
1446
|
-
paddingRight: {
|
|
1447
|
-
readonly [$$PropertyValue]: "padding";
|
|
1448
|
-
};
|
|
1449
1452
|
};
|
|
1450
|
-
|
|
1453
|
+
paddingBottom: {
|
|
1451
1454
|
readonly [$$PropertyValue]: "padding";
|
|
1452
|
-
}) => {
|
|
1453
|
-
paddingTop: {
|
|
1454
|
-
readonly [$$PropertyValue]: "padding";
|
|
1455
|
-
};
|
|
1456
|
-
paddingBottom: {
|
|
1457
|
-
readonly [$$PropertyValue]: "padding";
|
|
1458
|
-
};
|
|
1459
1455
|
};
|
|
1460
|
-
|
|
1456
|
+
};
|
|
1457
|
+
marginX: (value: {
|
|
1458
|
+
readonly [$$PropertyValue]: "margin";
|
|
1459
|
+
}) => {
|
|
1460
|
+
marginLeft: {
|
|
1461
|
+
readonly [$$PropertyValue]: "margin";
|
|
1462
|
+
};
|
|
1463
|
+
marginRight: {
|
|
1461
1464
|
readonly [$$PropertyValue]: "margin";
|
|
1462
|
-
}) => {
|
|
1463
|
-
marginLeft: {
|
|
1464
|
-
readonly [$$PropertyValue]: "margin";
|
|
1465
|
-
};
|
|
1466
|
-
marginRight: {
|
|
1467
|
-
readonly [$$PropertyValue]: "margin";
|
|
1468
|
-
};
|
|
1469
1465
|
};
|
|
1470
|
-
|
|
1466
|
+
};
|
|
1467
|
+
marginY: (value: {
|
|
1468
|
+
readonly [$$PropertyValue]: "margin";
|
|
1469
|
+
}) => {
|
|
1470
|
+
marginTop: {
|
|
1471
1471
|
readonly [$$PropertyValue]: "margin";
|
|
1472
|
-
}) => {
|
|
1473
|
-
marginTop: {
|
|
1474
|
-
readonly [$$PropertyValue]: "margin";
|
|
1475
|
-
};
|
|
1476
|
-
marginBottom: {
|
|
1477
|
-
readonly [$$PropertyValue]: "margin";
|
|
1478
|
-
};
|
|
1479
1472
|
};
|
|
1480
|
-
|
|
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: {
|
|
1481
1484
|
readonly [$$PropertyValue]: "width";
|
|
1482
|
-
}) => {
|
|
1483
|
-
width: {
|
|
1484
|
-
readonly [$$PropertyValue]: "width";
|
|
1485
|
-
};
|
|
1486
|
-
height: {
|
|
1487
|
-
readonly [$$PropertyValue]: "width";
|
|
1488
|
-
};
|
|
1489
1485
|
};
|
|
1490
|
-
}
|
|
1491
|
-
}> & {
|
|
1492
|
-
children?: react.ReactNode;
|
|
1493
|
-
} & _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>>, {}, {}>;
|
|
1494
1488
|
declare type StyledThumbProps = StrictComponentProps<typeof StyledThumb>;
|
|
1495
1489
|
|
|
1496
1490
|
interface ThumbProps extends StyledThumbProps {
|
|
@@ -1502,987 +1496,983 @@ interface ThumbProps extends StyledThumbProps {
|
|
|
1502
1496
|
}
|
|
1503
1497
|
declare const Thumb: react__default.ForwardRefExoticComponent<Omit<ThumbProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1504
1498
|
|
|
1505
|
-
declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
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
|
-
|
|
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";
|
|
1801
1939
|
};
|
|
1802
|
-
|
|
1803
|
-
readonly
|
|
1804
|
-
readonly select: 200;
|
|
1805
|
-
readonly popover: 300;
|
|
1806
|
-
readonly tooltip: 400;
|
|
1940
|
+
paddingRight: {
|
|
1941
|
+
readonly [$$PropertyValue]: "padding";
|
|
1807
1942
|
};
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
readonly
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
readonly border: "colors";
|
|
1814
|
-
readonly borderBlock: "colors";
|
|
1815
|
-
readonly borderBlockEnd: "colors";
|
|
1816
|
-
readonly borderBlockStart: "colors";
|
|
1817
|
-
readonly borderBottom: "colors";
|
|
1818
|
-
readonly borderBottomColor: "colors";
|
|
1819
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1820
|
-
readonly borderBottomRightRadius: "radii";
|
|
1821
|
-
readonly borderBottomStyle: "border-styles";
|
|
1822
|
-
readonly borderBottomWidth: "border-widths";
|
|
1823
|
-
readonly borderColor: "colors";
|
|
1824
|
-
readonly borderImage: "colors";
|
|
1825
|
-
readonly borderInline: "colors";
|
|
1826
|
-
readonly borderInlineEnd: "colors";
|
|
1827
|
-
readonly borderInlineStart: "colors";
|
|
1828
|
-
readonly borderLeft: "colors";
|
|
1829
|
-
readonly borderLeftColor: "colors";
|
|
1830
|
-
readonly borderLeftStyle: "border-styles";
|
|
1831
|
-
readonly borderLeftWidth: "border-widths";
|
|
1832
|
-
readonly borderRadius: "radii";
|
|
1833
|
-
readonly borderRight: "colors";
|
|
1834
|
-
readonly borderRightColor: "colors";
|
|
1835
|
-
readonly borderRightStyle: "border-styles";
|
|
1836
|
-
readonly borderRightWidth: "border-widths";
|
|
1837
|
-
readonly borderStyle: "border-styles";
|
|
1838
|
-
readonly borderTop: "colors";
|
|
1839
|
-
readonly borderTopColor: "colors";
|
|
1840
|
-
readonly borderTopLeftRadius: "radii";
|
|
1841
|
-
readonly borderTopRightRadius: "radii";
|
|
1842
|
-
readonly borderTopStyle: "border-styles";
|
|
1843
|
-
readonly borderTopWidth: "border-widths";
|
|
1844
|
-
readonly borderWidth: "border-widths";
|
|
1845
|
-
readonly bottom: "space";
|
|
1846
|
-
readonly boxShadow: "shadows";
|
|
1847
|
-
readonly caretColor: "colors";
|
|
1848
|
-
readonly color: "colors";
|
|
1849
|
-
readonly columnGap: "space-gap";
|
|
1850
|
-
readonly columnRuleColor: "colors";
|
|
1851
|
-
readonly fill: "colors";
|
|
1852
|
-
readonly flexBasis: "sizes";
|
|
1853
|
-
readonly fontFamily: "fonts";
|
|
1854
|
-
readonly fontSize: "font-sizes";
|
|
1855
|
-
readonly fontWeight: "font-weights";
|
|
1856
|
-
readonly gap: "space-gap";
|
|
1857
|
-
readonly gridColumnGap: "space-gap";
|
|
1858
|
-
readonly gridGap: "space-gap";
|
|
1859
|
-
readonly gridRowGap: "space-gap";
|
|
1860
|
-
readonly gridTemplateColumns: "sizes";
|
|
1861
|
-
readonly gridTemplateRows: "sizes";
|
|
1862
|
-
readonly height: "sizes";
|
|
1863
|
-
readonly inlineSize: "sizes";
|
|
1864
|
-
readonly inset: "space-inset";
|
|
1865
|
-
readonly insetBlock: "space-inset";
|
|
1866
|
-
readonly insetBlockEnd: "space-inset";
|
|
1867
|
-
readonly insetBlockStart: "space-inset";
|
|
1868
|
-
readonly insetInline: "space-inset";
|
|
1869
|
-
readonly insetInlineEnd: "space-inset";
|
|
1870
|
-
readonly insetInlineStart: "space-inset";
|
|
1871
|
-
readonly left: "space";
|
|
1872
|
-
readonly letterSpacing: "letter-spacings";
|
|
1873
|
-
readonly lineHeight: "line-heights";
|
|
1874
|
-
readonly margin: "space-offset";
|
|
1875
|
-
readonly marginBlock: "space-offset";
|
|
1876
|
-
readonly marginBlockEnd: "space-offset";
|
|
1877
|
-
readonly marginBlockStart: "space-offset";
|
|
1878
|
-
readonly marginBottom: "space-offset";
|
|
1879
|
-
readonly marginInline: "space-offset";
|
|
1880
|
-
readonly marginInlineEnd: "space-offset";
|
|
1881
|
-
readonly marginInlineStart: "space-offset";
|
|
1882
|
-
readonly marginLeft: "space-offset";
|
|
1883
|
-
readonly marginRight: "space-offset";
|
|
1884
|
-
readonly marginTop: "space-offset";
|
|
1885
|
-
readonly maxBlockSize: "sizes";
|
|
1886
|
-
readonly maxHeight: "sizes";
|
|
1887
|
-
readonly maxInlineSize: "sizes";
|
|
1888
|
-
readonly maxWidth: "sizes";
|
|
1889
|
-
readonly minBlockSize: "sizes";
|
|
1890
|
-
readonly minHeight: "sizes";
|
|
1891
|
-
readonly minInlineSize: "sizes";
|
|
1892
|
-
readonly minWidth: "sizes";
|
|
1893
|
-
readonly outline: "colors";
|
|
1894
|
-
readonly outlineColor: "colors";
|
|
1895
|
-
readonly padding: "space-inset";
|
|
1896
|
-
readonly paddingBlock: "space-inset";
|
|
1897
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1898
|
-
readonly paddingBlockStart: "space-inset";
|
|
1899
|
-
readonly paddingBottom: "space-inset";
|
|
1900
|
-
readonly paddingInline: "space-inset";
|
|
1901
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1902
|
-
readonly paddingInlineStart: "space-inset";
|
|
1903
|
-
readonly paddingLeft: "space-inset";
|
|
1904
|
-
readonly paddingRight: "space-inset";
|
|
1905
|
-
readonly paddingTop: "space-inset";
|
|
1906
|
-
readonly right: "space";
|
|
1907
|
-
readonly rowGap: "space-gap";
|
|
1908
|
-
readonly scrollMargin: "space-offset";
|
|
1909
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1910
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1911
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1912
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1913
|
-
readonly scrollMarginInline: "space-offset";
|
|
1914
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1915
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1916
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1917
|
-
readonly scrollMarginRight: "space-offset";
|
|
1918
|
-
readonly scrollMarginTop: "space-offset";
|
|
1919
|
-
readonly scrollPadding: "space-inset";
|
|
1920
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1921
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1922
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1923
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1924
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1925
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1926
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1927
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1928
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1929
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1930
|
-
readonly stroke: "colors";
|
|
1931
|
-
readonly strokeWidth: "stroke-width";
|
|
1932
|
-
readonly textDecorationColor: "colors";
|
|
1933
|
-
readonly textShadow: "shadows";
|
|
1934
|
-
readonly top: "space";
|
|
1935
|
-
readonly transition: "transitions";
|
|
1936
|
-
readonly width: "sizes";
|
|
1937
|
-
readonly zIndex: "z-indices";
|
|
1938
|
-
}, {
|
|
1939
|
-
paddingX: (value: {
|
|
1943
|
+
};
|
|
1944
|
+
paddingY: (value: {
|
|
1945
|
+
readonly [$$PropertyValue]: "padding";
|
|
1946
|
+
}) => {
|
|
1947
|
+
paddingTop: {
|
|
1940
1948
|
readonly [$$PropertyValue]: "padding";
|
|
1941
|
-
}) => {
|
|
1942
|
-
paddingLeft: {
|
|
1943
|
-
readonly [$$PropertyValue]: "padding";
|
|
1944
|
-
};
|
|
1945
|
-
paddingRight: {
|
|
1946
|
-
readonly [$$PropertyValue]: "padding";
|
|
1947
|
-
};
|
|
1948
1949
|
};
|
|
1949
|
-
|
|
1950
|
+
paddingBottom: {
|
|
1950
1951
|
readonly [$$PropertyValue]: "padding";
|
|
1951
|
-
}) => {
|
|
1952
|
-
paddingTop: {
|
|
1953
|
-
readonly [$$PropertyValue]: "padding";
|
|
1954
|
-
};
|
|
1955
|
-
paddingBottom: {
|
|
1956
|
-
readonly [$$PropertyValue]: "padding";
|
|
1957
|
-
};
|
|
1958
1952
|
};
|
|
1959
|
-
|
|
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: {
|
|
1960
1968
|
readonly [$$PropertyValue]: "margin";
|
|
1961
|
-
}) => {
|
|
1962
|
-
marginLeft: {
|
|
1963
|
-
readonly [$$PropertyValue]: "margin";
|
|
1964
|
-
};
|
|
1965
|
-
marginRight: {
|
|
1966
|
-
readonly [$$PropertyValue]: "margin";
|
|
1967
|
-
};
|
|
1968
1969
|
};
|
|
1969
|
-
|
|
1970
|
+
marginBottom: {
|
|
1970
1971
|
readonly [$$PropertyValue]: "margin";
|
|
1971
|
-
}) => {
|
|
1972
|
-
marginTop: {
|
|
1973
|
-
readonly [$$PropertyValue]: "margin";
|
|
1974
|
-
};
|
|
1975
|
-
marginBottom: {
|
|
1976
|
-
readonly [$$PropertyValue]: "margin";
|
|
1977
|
-
};
|
|
1978
1972
|
};
|
|
1979
|
-
|
|
1973
|
+
};
|
|
1974
|
+
square: (value: {
|
|
1975
|
+
readonly [$$PropertyValue]: "width";
|
|
1976
|
+
}) => {
|
|
1977
|
+
width: {
|
|
1980
1978
|
readonly [$$PropertyValue]: "width";
|
|
1981
|
-
}) => {
|
|
1982
|
-
width: {
|
|
1983
|
-
readonly [$$PropertyValue]: "width";
|
|
1984
|
-
};
|
|
1985
|
-
height: {
|
|
1986
|
-
readonly [$$PropertyValue]: "width";
|
|
1987
|
-
};
|
|
1988
1979
|
};
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
}
|
|
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>>, {}, {}>;
|
|
1993
1985
|
declare type StyledCornerProps = StrictComponentProps<typeof StyledCorner>;
|
|
1994
1986
|
interface CornerProps extends StyledCornerProps {
|
|
1995
1987
|
}
|
|
1996
1988
|
declare const Corner: react__default.ForwardRefExoticComponent<Omit<CornerProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1997
1989
|
|
|
1998
|
-
declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
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
|
-
|
|
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";
|
|
2294
2430
|
};
|
|
2295
|
-
|
|
2296
|
-
readonly
|
|
2297
|
-
readonly select: 200;
|
|
2298
|
-
readonly popover: 300;
|
|
2299
|
-
readonly tooltip: 400;
|
|
2431
|
+
paddingRight: {
|
|
2432
|
+
readonly [$$PropertyValue]: "padding";
|
|
2300
2433
|
};
|
|
2301
|
-
}
|
|
2302
|
-
|
|
2303
|
-
readonly
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
readonly border: "colors";
|
|
2307
|
-
readonly borderBlock: "colors";
|
|
2308
|
-
readonly borderBlockEnd: "colors";
|
|
2309
|
-
readonly borderBlockStart: "colors";
|
|
2310
|
-
readonly borderBottom: "colors";
|
|
2311
|
-
readonly borderBottomColor: "colors";
|
|
2312
|
-
readonly borderBottomLeftRadius: "radii";
|
|
2313
|
-
readonly borderBottomRightRadius: "radii";
|
|
2314
|
-
readonly borderBottomStyle: "border-styles";
|
|
2315
|
-
readonly borderBottomWidth: "border-widths";
|
|
2316
|
-
readonly borderColor: "colors";
|
|
2317
|
-
readonly borderImage: "colors";
|
|
2318
|
-
readonly borderInline: "colors";
|
|
2319
|
-
readonly borderInlineEnd: "colors";
|
|
2320
|
-
readonly borderInlineStart: "colors";
|
|
2321
|
-
readonly borderLeft: "colors";
|
|
2322
|
-
readonly borderLeftColor: "colors";
|
|
2323
|
-
readonly borderLeftStyle: "border-styles";
|
|
2324
|
-
readonly borderLeftWidth: "border-widths";
|
|
2325
|
-
readonly borderRadius: "radii";
|
|
2326
|
-
readonly borderRight: "colors";
|
|
2327
|
-
readonly borderRightColor: "colors";
|
|
2328
|
-
readonly borderRightStyle: "border-styles";
|
|
2329
|
-
readonly borderRightWidth: "border-widths";
|
|
2330
|
-
readonly borderStyle: "border-styles";
|
|
2331
|
-
readonly borderTop: "colors";
|
|
2332
|
-
readonly borderTopColor: "colors";
|
|
2333
|
-
readonly borderTopLeftRadius: "radii";
|
|
2334
|
-
readonly borderTopRightRadius: "radii";
|
|
2335
|
-
readonly borderTopStyle: "border-styles";
|
|
2336
|
-
readonly borderTopWidth: "border-widths";
|
|
2337
|
-
readonly borderWidth: "border-widths";
|
|
2338
|
-
readonly bottom: "space";
|
|
2339
|
-
readonly boxShadow: "shadows";
|
|
2340
|
-
readonly caretColor: "colors";
|
|
2341
|
-
readonly color: "colors";
|
|
2342
|
-
readonly columnGap: "space-gap";
|
|
2343
|
-
readonly columnRuleColor: "colors";
|
|
2344
|
-
readonly fill: "colors";
|
|
2345
|
-
readonly flexBasis: "sizes";
|
|
2346
|
-
readonly fontFamily: "fonts";
|
|
2347
|
-
readonly fontSize: "font-sizes";
|
|
2348
|
-
readonly fontWeight: "font-weights";
|
|
2349
|
-
readonly gap: "space-gap";
|
|
2350
|
-
readonly gridColumnGap: "space-gap";
|
|
2351
|
-
readonly gridGap: "space-gap";
|
|
2352
|
-
readonly gridRowGap: "space-gap";
|
|
2353
|
-
readonly gridTemplateColumns: "sizes";
|
|
2354
|
-
readonly gridTemplateRows: "sizes";
|
|
2355
|
-
readonly height: "sizes";
|
|
2356
|
-
readonly inlineSize: "sizes";
|
|
2357
|
-
readonly inset: "space-inset";
|
|
2358
|
-
readonly insetBlock: "space-inset";
|
|
2359
|
-
readonly insetBlockEnd: "space-inset";
|
|
2360
|
-
readonly insetBlockStart: "space-inset";
|
|
2361
|
-
readonly insetInline: "space-inset";
|
|
2362
|
-
readonly insetInlineEnd: "space-inset";
|
|
2363
|
-
readonly insetInlineStart: "space-inset";
|
|
2364
|
-
readonly left: "space";
|
|
2365
|
-
readonly letterSpacing: "letter-spacings";
|
|
2366
|
-
readonly lineHeight: "line-heights";
|
|
2367
|
-
readonly margin: "space-offset";
|
|
2368
|
-
readonly marginBlock: "space-offset";
|
|
2369
|
-
readonly marginBlockEnd: "space-offset";
|
|
2370
|
-
readonly marginBlockStart: "space-offset";
|
|
2371
|
-
readonly marginBottom: "space-offset";
|
|
2372
|
-
readonly marginInline: "space-offset";
|
|
2373
|
-
readonly marginInlineEnd: "space-offset";
|
|
2374
|
-
readonly marginInlineStart: "space-offset";
|
|
2375
|
-
readonly marginLeft: "space-offset";
|
|
2376
|
-
readonly marginRight: "space-offset";
|
|
2377
|
-
readonly marginTop: "space-offset";
|
|
2378
|
-
readonly maxBlockSize: "sizes";
|
|
2379
|
-
readonly maxHeight: "sizes";
|
|
2380
|
-
readonly maxInlineSize: "sizes";
|
|
2381
|
-
readonly maxWidth: "sizes";
|
|
2382
|
-
readonly minBlockSize: "sizes";
|
|
2383
|
-
readonly minHeight: "sizes";
|
|
2384
|
-
readonly minInlineSize: "sizes";
|
|
2385
|
-
readonly minWidth: "sizes";
|
|
2386
|
-
readonly outline: "colors";
|
|
2387
|
-
readonly outlineColor: "colors";
|
|
2388
|
-
readonly padding: "space-inset";
|
|
2389
|
-
readonly paddingBlock: "space-inset";
|
|
2390
|
-
readonly paddingBlockEnd: "space-inset";
|
|
2391
|
-
readonly paddingBlockStart: "space-inset";
|
|
2392
|
-
readonly paddingBottom: "space-inset";
|
|
2393
|
-
readonly paddingInline: "space-inset";
|
|
2394
|
-
readonly paddingInlineEnd: "space-inset";
|
|
2395
|
-
readonly paddingInlineStart: "space-inset";
|
|
2396
|
-
readonly paddingLeft: "space-inset";
|
|
2397
|
-
readonly paddingRight: "space-inset";
|
|
2398
|
-
readonly paddingTop: "space-inset";
|
|
2399
|
-
readonly right: "space";
|
|
2400
|
-
readonly rowGap: "space-gap";
|
|
2401
|
-
readonly scrollMargin: "space-offset";
|
|
2402
|
-
readonly scrollMarginBlock: "space-offset";
|
|
2403
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
2404
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
2405
|
-
readonly scrollMarginBottom: "space-offset";
|
|
2406
|
-
readonly scrollMarginInline: "space-offset";
|
|
2407
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
2408
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
2409
|
-
readonly scrollMarginLeft: "space-offset";
|
|
2410
|
-
readonly scrollMarginRight: "space-offset";
|
|
2411
|
-
readonly scrollMarginTop: "space-offset";
|
|
2412
|
-
readonly scrollPadding: "space-inset";
|
|
2413
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
2414
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
2415
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
2416
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
2417
|
-
readonly scrollPaddingInline: "space-inset";
|
|
2418
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
2419
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
2420
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
2421
|
-
readonly scrollPaddingRight: "space-inset";
|
|
2422
|
-
readonly scrollPaddingTop: "space-inset";
|
|
2423
|
-
readonly stroke: "colors";
|
|
2424
|
-
readonly strokeWidth: "stroke-width";
|
|
2425
|
-
readonly textDecorationColor: "colors";
|
|
2426
|
-
readonly textShadow: "shadows";
|
|
2427
|
-
readonly top: "space";
|
|
2428
|
-
readonly transition: "transitions";
|
|
2429
|
-
readonly width: "sizes";
|
|
2430
|
-
readonly zIndex: "z-indices";
|
|
2431
|
-
}, {
|
|
2432
|
-
paddingX: (value: {
|
|
2434
|
+
};
|
|
2435
|
+
paddingY: (value: {
|
|
2436
|
+
readonly [$$PropertyValue]: "padding";
|
|
2437
|
+
}) => {
|
|
2438
|
+
paddingTop: {
|
|
2433
2439
|
readonly [$$PropertyValue]: "padding";
|
|
2434
|
-
}) => {
|
|
2435
|
-
paddingLeft: {
|
|
2436
|
-
readonly [$$PropertyValue]: "padding";
|
|
2437
|
-
};
|
|
2438
|
-
paddingRight: {
|
|
2439
|
-
readonly [$$PropertyValue]: "padding";
|
|
2440
|
-
};
|
|
2441
2440
|
};
|
|
2442
|
-
|
|
2441
|
+
paddingBottom: {
|
|
2443
2442
|
readonly [$$PropertyValue]: "padding";
|
|
2444
|
-
}) => {
|
|
2445
|
-
paddingTop: {
|
|
2446
|
-
readonly [$$PropertyValue]: "padding";
|
|
2447
|
-
};
|
|
2448
|
-
paddingBottom: {
|
|
2449
|
-
readonly [$$PropertyValue]: "padding";
|
|
2450
|
-
};
|
|
2451
2443
|
};
|
|
2452
|
-
|
|
2444
|
+
};
|
|
2445
|
+
marginX: (value: {
|
|
2446
|
+
readonly [$$PropertyValue]: "margin";
|
|
2447
|
+
}) => {
|
|
2448
|
+
marginLeft: {
|
|
2453
2449
|
readonly [$$PropertyValue]: "margin";
|
|
2454
|
-
}) => {
|
|
2455
|
-
marginLeft: {
|
|
2456
|
-
readonly [$$PropertyValue]: "margin";
|
|
2457
|
-
};
|
|
2458
|
-
marginRight: {
|
|
2459
|
-
readonly [$$PropertyValue]: "margin";
|
|
2460
|
-
};
|
|
2461
2450
|
};
|
|
2462
|
-
|
|
2451
|
+
marginRight: {
|
|
2463
2452
|
readonly [$$PropertyValue]: "margin";
|
|
2464
|
-
}) => {
|
|
2465
|
-
marginTop: {
|
|
2466
|
-
readonly [$$PropertyValue]: "margin";
|
|
2467
|
-
};
|
|
2468
|
-
marginBottom: {
|
|
2469
|
-
readonly [$$PropertyValue]: "margin";
|
|
2470
|
-
};
|
|
2471
2453
|
};
|
|
2472
|
-
|
|
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: {
|
|
2473
2472
|
readonly [$$PropertyValue]: "width";
|
|
2474
|
-
}) => {
|
|
2475
|
-
width: {
|
|
2476
|
-
readonly [$$PropertyValue]: "width";
|
|
2477
|
-
};
|
|
2478
|
-
height: {
|
|
2479
|
-
readonly [$$PropertyValue]: "width";
|
|
2480
|
-
};
|
|
2481
2473
|
};
|
|
2482
|
-
}
|
|
2483
|
-
}> & {
|
|
2484
|
-
children?: react.ReactNode;
|
|
2485
|
-
} & _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>>, {}, {}>;
|
|
2486
2476
|
declare type StyledScrollAreaProps = StrictComponentProps<typeof StyledScrollArea>;
|
|
2487
2477
|
|
|
2488
2478
|
interface ScrollAreaProps extends StyledScrollAreaProps {
|