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