@mirohq/design-system-scroll-area 0.1.13 → 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 -2311
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -2,964 +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
|
-
|
|
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";
|
|
291
448
|
};
|
|
292
|
-
|
|
293
|
-
readonly
|
|
294
|
-
readonly select: 200;
|
|
295
|
-
readonly popover: 300;
|
|
296
|
-
readonly tooltip: 400;
|
|
449
|
+
paddingRight: {
|
|
450
|
+
readonly [$$PropertyValue]: "padding";
|
|
297
451
|
};
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
readonly
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
readonly border: "colors";
|
|
304
|
-
readonly borderBlock: "colors";
|
|
305
|
-
readonly borderBlockEnd: "colors";
|
|
306
|
-
readonly borderBlockStart: "colors";
|
|
307
|
-
readonly borderBottom: "colors";
|
|
308
|
-
readonly borderBottomColor: "colors";
|
|
309
|
-
readonly borderBottomLeftRadius: "radii";
|
|
310
|
-
readonly borderBottomRightRadius: "radii";
|
|
311
|
-
readonly borderBottomStyle: "border-styles";
|
|
312
|
-
readonly borderBottomWidth: "border-widths";
|
|
313
|
-
readonly borderColor: "colors";
|
|
314
|
-
readonly borderImage: "colors";
|
|
315
|
-
readonly borderInline: "colors";
|
|
316
|
-
readonly borderInlineEnd: "colors";
|
|
317
|
-
readonly borderInlineStart: "colors";
|
|
318
|
-
readonly borderLeft: "colors";
|
|
319
|
-
readonly borderLeftColor: "colors";
|
|
320
|
-
readonly borderLeftStyle: "border-styles";
|
|
321
|
-
readonly borderLeftWidth: "border-widths";
|
|
322
|
-
readonly borderRadius: "radii";
|
|
323
|
-
readonly borderRight: "colors";
|
|
324
|
-
readonly borderRightColor: "colors";
|
|
325
|
-
readonly borderRightStyle: "border-styles";
|
|
326
|
-
readonly borderRightWidth: "border-widths";
|
|
327
|
-
readonly borderStyle: "border-styles";
|
|
328
|
-
readonly borderTop: "colors";
|
|
329
|
-
readonly borderTopColor: "colors";
|
|
330
|
-
readonly borderTopLeftRadius: "radii";
|
|
331
|
-
readonly borderTopRightRadius: "radii";
|
|
332
|
-
readonly borderTopStyle: "border-styles";
|
|
333
|
-
readonly borderTopWidth: "border-widths";
|
|
334
|
-
readonly borderWidth: "border-widths";
|
|
335
|
-
readonly bottom: "space";
|
|
336
|
-
readonly boxShadow: "shadows";
|
|
337
|
-
readonly caretColor: "colors";
|
|
338
|
-
readonly color: "colors";
|
|
339
|
-
readonly columnGap: "space-gap";
|
|
340
|
-
readonly columnRuleColor: "colors";
|
|
341
|
-
readonly fill: "colors";
|
|
342
|
-
readonly flexBasis: "sizes";
|
|
343
|
-
readonly fontFamily: "fonts";
|
|
344
|
-
readonly fontSize: "font-sizes";
|
|
345
|
-
readonly fontWeight: "font-weights";
|
|
346
|
-
readonly gap: "space-gap";
|
|
347
|
-
readonly gridColumnGap: "space-gap";
|
|
348
|
-
readonly gridGap: "space-gap";
|
|
349
|
-
readonly gridRowGap: "space-gap";
|
|
350
|
-
readonly gridTemplateColumns: "sizes";
|
|
351
|
-
readonly gridTemplateRows: "sizes";
|
|
352
|
-
readonly height: "sizes";
|
|
353
|
-
readonly inlineSize: "sizes";
|
|
354
|
-
readonly inset: "space-inset";
|
|
355
|
-
readonly insetBlock: "space-inset";
|
|
356
|
-
readonly insetBlockEnd: "space-inset";
|
|
357
|
-
readonly insetBlockStart: "space-inset";
|
|
358
|
-
readonly insetInline: "space-inset";
|
|
359
|
-
readonly insetInlineEnd: "space-inset";
|
|
360
|
-
readonly insetInlineStart: "space-inset";
|
|
361
|
-
readonly left: "space";
|
|
362
|
-
readonly letterSpacing: "letter-spacings";
|
|
363
|
-
readonly lineHeight: "line-heights";
|
|
364
|
-
readonly margin: "space-offset";
|
|
365
|
-
readonly marginBlock: "space-offset";
|
|
366
|
-
readonly marginBlockEnd: "space-offset";
|
|
367
|
-
readonly marginBlockStart: "space-offset";
|
|
368
|
-
readonly marginBottom: "space-offset";
|
|
369
|
-
readonly marginInline: "space-offset";
|
|
370
|
-
readonly marginInlineEnd: "space-offset";
|
|
371
|
-
readonly marginInlineStart: "space-offset";
|
|
372
|
-
readonly marginLeft: "space-offset";
|
|
373
|
-
readonly marginRight: "space-offset";
|
|
374
|
-
readonly marginTop: "space-offset";
|
|
375
|
-
readonly maxBlockSize: "sizes";
|
|
376
|
-
readonly maxHeight: "sizes";
|
|
377
|
-
readonly maxInlineSize: "sizes";
|
|
378
|
-
readonly maxWidth: "sizes";
|
|
379
|
-
readonly minBlockSize: "sizes";
|
|
380
|
-
readonly minHeight: "sizes";
|
|
381
|
-
readonly minInlineSize: "sizes";
|
|
382
|
-
readonly minWidth: "sizes";
|
|
383
|
-
readonly outline: "colors";
|
|
384
|
-
readonly outlineColor: "colors";
|
|
385
|
-
readonly padding: "space-inset";
|
|
386
|
-
readonly paddingBlock: "space-inset";
|
|
387
|
-
readonly paddingBlockEnd: "space-inset";
|
|
388
|
-
readonly paddingBlockStart: "space-inset";
|
|
389
|
-
readonly paddingBottom: "space-inset";
|
|
390
|
-
readonly paddingInline: "space-inset";
|
|
391
|
-
readonly paddingInlineEnd: "space-inset";
|
|
392
|
-
readonly paddingInlineStart: "space-inset";
|
|
393
|
-
readonly paddingLeft: "space-inset";
|
|
394
|
-
readonly paddingRight: "space-inset";
|
|
395
|
-
readonly paddingTop: "space-inset";
|
|
396
|
-
readonly right: "space";
|
|
397
|
-
readonly rowGap: "space-gap";
|
|
398
|
-
readonly scrollMargin: "space-offset";
|
|
399
|
-
readonly scrollMarginBlock: "space-offset";
|
|
400
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
401
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
402
|
-
readonly scrollMarginBottom: "space-offset";
|
|
403
|
-
readonly scrollMarginInline: "space-offset";
|
|
404
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
405
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
406
|
-
readonly scrollMarginLeft: "space-offset";
|
|
407
|
-
readonly scrollMarginRight: "space-offset";
|
|
408
|
-
readonly scrollMarginTop: "space-offset";
|
|
409
|
-
readonly scrollPadding: "space-inset";
|
|
410
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
411
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
412
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
413
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
414
|
-
readonly scrollPaddingInline: "space-inset";
|
|
415
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
416
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
417
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
418
|
-
readonly scrollPaddingRight: "space-inset";
|
|
419
|
-
readonly scrollPaddingTop: "space-inset";
|
|
420
|
-
readonly stroke: "colors";
|
|
421
|
-
readonly strokeWidth: "stroke-width";
|
|
422
|
-
readonly textDecorationColor: "colors";
|
|
423
|
-
readonly textShadow: "shadows";
|
|
424
|
-
readonly top: "space";
|
|
425
|
-
readonly transition: "transitions";
|
|
426
|
-
readonly width: "sizes";
|
|
427
|
-
readonly zIndex: "z-indices";
|
|
428
|
-
}, {
|
|
429
|
-
paddingX: (value: {
|
|
452
|
+
};
|
|
453
|
+
paddingY: (value: {
|
|
454
|
+
readonly [$$PropertyValue]: "padding";
|
|
455
|
+
}) => {
|
|
456
|
+
paddingTop: {
|
|
430
457
|
readonly [$$PropertyValue]: "padding";
|
|
431
|
-
}) => {
|
|
432
|
-
paddingLeft: {
|
|
433
|
-
readonly [$$PropertyValue]: "padding";
|
|
434
|
-
};
|
|
435
|
-
paddingRight: {
|
|
436
|
-
readonly [$$PropertyValue]: "padding";
|
|
437
|
-
};
|
|
438
458
|
};
|
|
439
|
-
|
|
459
|
+
paddingBottom: {
|
|
440
460
|
readonly [$$PropertyValue]: "padding";
|
|
441
|
-
}) => {
|
|
442
|
-
paddingTop: {
|
|
443
|
-
readonly [$$PropertyValue]: "padding";
|
|
444
|
-
};
|
|
445
|
-
paddingBottom: {
|
|
446
|
-
readonly [$$PropertyValue]: "padding";
|
|
447
|
-
};
|
|
448
461
|
};
|
|
449
|
-
|
|
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: {
|
|
450
477
|
readonly [$$PropertyValue]: "margin";
|
|
451
|
-
}) => {
|
|
452
|
-
marginLeft: {
|
|
453
|
-
readonly [$$PropertyValue]: "margin";
|
|
454
|
-
};
|
|
455
|
-
marginRight: {
|
|
456
|
-
readonly [$$PropertyValue]: "margin";
|
|
457
|
-
};
|
|
458
478
|
};
|
|
459
|
-
|
|
479
|
+
marginBottom: {
|
|
460
480
|
readonly [$$PropertyValue]: "margin";
|
|
461
|
-
}) => {
|
|
462
|
-
marginTop: {
|
|
463
|
-
readonly [$$PropertyValue]: "margin";
|
|
464
|
-
};
|
|
465
|
-
marginBottom: {
|
|
466
|
-
readonly [$$PropertyValue]: "margin";
|
|
467
|
-
};
|
|
468
481
|
};
|
|
469
|
-
|
|
482
|
+
};
|
|
483
|
+
square: (value: {
|
|
484
|
+
readonly [$$PropertyValue]: "width";
|
|
485
|
+
}) => {
|
|
486
|
+
width: {
|
|
470
487
|
readonly [$$PropertyValue]: "width";
|
|
471
|
-
}) => {
|
|
472
|
-
width: {
|
|
473
|
-
readonly [$$PropertyValue]: "width";
|
|
474
|
-
};
|
|
475
|
-
height: {
|
|
476
|
-
readonly [$$PropertyValue]: "width";
|
|
477
|
-
};
|
|
478
488
|
};
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
}
|
|
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>>, {}, {}>;
|
|
483
494
|
declare type StyledViewportProps = StrictComponentProps<typeof StyledViewport>;
|
|
484
495
|
|
|
485
496
|
interface ViewportProps extends StyledViewportProps {
|
|
486
497
|
}
|
|
487
498
|
declare const Viewport: react__default.ForwardRefExoticComponent<Omit<ViewportProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
488
499
|
|
|
489
|
-
declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
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
|
-
|
|
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";
|
|
771
939
|
};
|
|
772
|
-
|
|
773
|
-
readonly
|
|
774
|
-
readonly select: 200;
|
|
775
|
-
readonly popover: 300;
|
|
776
|
-
readonly tooltip: 400;
|
|
940
|
+
paddingRight: {
|
|
941
|
+
readonly [$$PropertyValue]: "padding";
|
|
777
942
|
};
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
readonly
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
readonly border: "colors";
|
|
784
|
-
readonly borderBlock: "colors";
|
|
785
|
-
readonly borderBlockEnd: "colors";
|
|
786
|
-
readonly borderBlockStart: "colors";
|
|
787
|
-
readonly borderBottom: "colors";
|
|
788
|
-
readonly borderBottomColor: "colors";
|
|
789
|
-
readonly borderBottomLeftRadius: "radii";
|
|
790
|
-
readonly borderBottomRightRadius: "radii";
|
|
791
|
-
readonly borderBottomStyle: "border-styles";
|
|
792
|
-
readonly borderBottomWidth: "border-widths";
|
|
793
|
-
readonly borderColor: "colors";
|
|
794
|
-
readonly borderImage: "colors";
|
|
795
|
-
readonly borderInline: "colors";
|
|
796
|
-
readonly borderInlineEnd: "colors";
|
|
797
|
-
readonly borderInlineStart: "colors";
|
|
798
|
-
readonly borderLeft: "colors";
|
|
799
|
-
readonly borderLeftColor: "colors";
|
|
800
|
-
readonly borderLeftStyle: "border-styles";
|
|
801
|
-
readonly borderLeftWidth: "border-widths";
|
|
802
|
-
readonly borderRadius: "radii";
|
|
803
|
-
readonly borderRight: "colors";
|
|
804
|
-
readonly borderRightColor: "colors";
|
|
805
|
-
readonly borderRightStyle: "border-styles";
|
|
806
|
-
readonly borderRightWidth: "border-widths";
|
|
807
|
-
readonly borderStyle: "border-styles";
|
|
808
|
-
readonly borderTop: "colors";
|
|
809
|
-
readonly borderTopColor: "colors";
|
|
810
|
-
readonly borderTopLeftRadius: "radii";
|
|
811
|
-
readonly borderTopRightRadius: "radii";
|
|
812
|
-
readonly borderTopStyle: "border-styles";
|
|
813
|
-
readonly borderTopWidth: "border-widths";
|
|
814
|
-
readonly borderWidth: "border-widths";
|
|
815
|
-
readonly bottom: "space";
|
|
816
|
-
readonly boxShadow: "shadows";
|
|
817
|
-
readonly caretColor: "colors";
|
|
818
|
-
readonly color: "colors";
|
|
819
|
-
readonly columnGap: "space-gap";
|
|
820
|
-
readonly columnRuleColor: "colors";
|
|
821
|
-
readonly fill: "colors";
|
|
822
|
-
readonly flexBasis: "sizes";
|
|
823
|
-
readonly fontFamily: "fonts";
|
|
824
|
-
readonly fontSize: "font-sizes";
|
|
825
|
-
readonly fontWeight: "font-weights";
|
|
826
|
-
readonly gap: "space-gap";
|
|
827
|
-
readonly gridColumnGap: "space-gap";
|
|
828
|
-
readonly gridGap: "space-gap";
|
|
829
|
-
readonly gridRowGap: "space-gap";
|
|
830
|
-
readonly gridTemplateColumns: "sizes";
|
|
831
|
-
readonly gridTemplateRows: "sizes";
|
|
832
|
-
readonly height: "sizes";
|
|
833
|
-
readonly inlineSize: "sizes";
|
|
834
|
-
readonly inset: "space-inset";
|
|
835
|
-
readonly insetBlock: "space-inset";
|
|
836
|
-
readonly insetBlockEnd: "space-inset";
|
|
837
|
-
readonly insetBlockStart: "space-inset";
|
|
838
|
-
readonly insetInline: "space-inset";
|
|
839
|
-
readonly insetInlineEnd: "space-inset";
|
|
840
|
-
readonly insetInlineStart: "space-inset";
|
|
841
|
-
readonly left: "space";
|
|
842
|
-
readonly letterSpacing: "letter-spacings";
|
|
843
|
-
readonly lineHeight: "line-heights";
|
|
844
|
-
readonly margin: "space-offset";
|
|
845
|
-
readonly marginBlock: "space-offset";
|
|
846
|
-
readonly marginBlockEnd: "space-offset";
|
|
847
|
-
readonly marginBlockStart: "space-offset";
|
|
848
|
-
readonly marginBottom: "space-offset";
|
|
849
|
-
readonly marginInline: "space-offset";
|
|
850
|
-
readonly marginInlineEnd: "space-offset";
|
|
851
|
-
readonly marginInlineStart: "space-offset";
|
|
852
|
-
readonly marginLeft: "space-offset";
|
|
853
|
-
readonly marginRight: "space-offset";
|
|
854
|
-
readonly marginTop: "space-offset";
|
|
855
|
-
readonly maxBlockSize: "sizes";
|
|
856
|
-
readonly maxHeight: "sizes";
|
|
857
|
-
readonly maxInlineSize: "sizes";
|
|
858
|
-
readonly maxWidth: "sizes";
|
|
859
|
-
readonly minBlockSize: "sizes";
|
|
860
|
-
readonly minHeight: "sizes";
|
|
861
|
-
readonly minInlineSize: "sizes";
|
|
862
|
-
readonly minWidth: "sizes";
|
|
863
|
-
readonly outline: "colors";
|
|
864
|
-
readonly outlineColor: "colors";
|
|
865
|
-
readonly padding: "space-inset";
|
|
866
|
-
readonly paddingBlock: "space-inset";
|
|
867
|
-
readonly paddingBlockEnd: "space-inset";
|
|
868
|
-
readonly paddingBlockStart: "space-inset";
|
|
869
|
-
readonly paddingBottom: "space-inset";
|
|
870
|
-
readonly paddingInline: "space-inset";
|
|
871
|
-
readonly paddingInlineEnd: "space-inset";
|
|
872
|
-
readonly paddingInlineStart: "space-inset";
|
|
873
|
-
readonly paddingLeft: "space-inset";
|
|
874
|
-
readonly paddingRight: "space-inset";
|
|
875
|
-
readonly paddingTop: "space-inset";
|
|
876
|
-
readonly right: "space";
|
|
877
|
-
readonly rowGap: "space-gap";
|
|
878
|
-
readonly scrollMargin: "space-offset";
|
|
879
|
-
readonly scrollMarginBlock: "space-offset";
|
|
880
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
881
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
882
|
-
readonly scrollMarginBottom: "space-offset";
|
|
883
|
-
readonly scrollMarginInline: "space-offset";
|
|
884
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
885
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
886
|
-
readonly scrollMarginLeft: "space-offset";
|
|
887
|
-
readonly scrollMarginRight: "space-offset";
|
|
888
|
-
readonly scrollMarginTop: "space-offset";
|
|
889
|
-
readonly scrollPadding: "space-inset";
|
|
890
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
891
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
892
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
893
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
894
|
-
readonly scrollPaddingInline: "space-inset";
|
|
895
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
896
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
897
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
898
|
-
readonly scrollPaddingRight: "space-inset";
|
|
899
|
-
readonly scrollPaddingTop: "space-inset";
|
|
900
|
-
readonly stroke: "colors";
|
|
901
|
-
readonly strokeWidth: "stroke-width";
|
|
902
|
-
readonly textDecorationColor: "colors";
|
|
903
|
-
readonly textShadow: "shadows";
|
|
904
|
-
readonly top: "space";
|
|
905
|
-
readonly transition: "transitions";
|
|
906
|
-
readonly width: "sizes";
|
|
907
|
-
readonly zIndex: "z-indices";
|
|
908
|
-
}, {
|
|
909
|
-
paddingX: (value: {
|
|
943
|
+
};
|
|
944
|
+
paddingY: (value: {
|
|
945
|
+
readonly [$$PropertyValue]: "padding";
|
|
946
|
+
}) => {
|
|
947
|
+
paddingTop: {
|
|
910
948
|
readonly [$$PropertyValue]: "padding";
|
|
911
|
-
}) => {
|
|
912
|
-
paddingLeft: {
|
|
913
|
-
readonly [$$PropertyValue]: "padding";
|
|
914
|
-
};
|
|
915
|
-
paddingRight: {
|
|
916
|
-
readonly [$$PropertyValue]: "padding";
|
|
917
|
-
};
|
|
918
949
|
};
|
|
919
|
-
|
|
950
|
+
paddingBottom: {
|
|
920
951
|
readonly [$$PropertyValue]: "padding";
|
|
921
|
-
}) => {
|
|
922
|
-
paddingTop: {
|
|
923
|
-
readonly [$$PropertyValue]: "padding";
|
|
924
|
-
};
|
|
925
|
-
paddingBottom: {
|
|
926
|
-
readonly [$$PropertyValue]: "padding";
|
|
927
|
-
};
|
|
928
952
|
};
|
|
929
|
-
|
|
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: {
|
|
930
968
|
readonly [$$PropertyValue]: "margin";
|
|
931
|
-
}) => {
|
|
932
|
-
marginLeft: {
|
|
933
|
-
readonly [$$PropertyValue]: "margin";
|
|
934
|
-
};
|
|
935
|
-
marginRight: {
|
|
936
|
-
readonly [$$PropertyValue]: "margin";
|
|
937
|
-
};
|
|
938
969
|
};
|
|
939
|
-
|
|
970
|
+
marginBottom: {
|
|
940
971
|
readonly [$$PropertyValue]: "margin";
|
|
941
|
-
}) => {
|
|
942
|
-
marginTop: {
|
|
943
|
-
readonly [$$PropertyValue]: "margin";
|
|
944
|
-
};
|
|
945
|
-
marginBottom: {
|
|
946
|
-
readonly [$$PropertyValue]: "margin";
|
|
947
|
-
};
|
|
948
972
|
};
|
|
949
|
-
|
|
973
|
+
};
|
|
974
|
+
square: (value: {
|
|
975
|
+
readonly [$$PropertyValue]: "width";
|
|
976
|
+
}) => {
|
|
977
|
+
width: {
|
|
978
|
+
readonly [$$PropertyValue]: "width";
|
|
979
|
+
};
|
|
980
|
+
height: {
|
|
950
981
|
readonly [$$PropertyValue]: "width";
|
|
951
|
-
}) => {
|
|
952
|
-
width: {
|
|
953
|
-
readonly [$$PropertyValue]: "width";
|
|
954
|
-
};
|
|
955
|
-
height: {
|
|
956
|
-
readonly [$$PropertyValue]: "width";
|
|
957
|
-
};
|
|
958
982
|
};
|
|
959
|
-
}
|
|
960
|
-
}> & {
|
|
961
|
-
children?: react.ReactNode;
|
|
962
|
-
} & _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>>, {}, {}>;
|
|
963
985
|
declare type StyledScrollbarProps = StrictComponentProps<typeof StyledScrollbar>;
|
|
964
986
|
|
|
965
987
|
interface ScrollbarProps extends StyledScrollbarProps {
|
|
@@ -975,480 +997,491 @@ interface ScrollbarProps extends StyledScrollbarProps {
|
|
|
975
997
|
}
|
|
976
998
|
declare const Scrollbar: react__default.ForwardRefExoticComponent<Omit<ScrollbarProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
977
999
|
|
|
978
|
-
declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
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
|
-
|
|
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";
|
|
1260
1439
|
};
|
|
1261
|
-
|
|
1262
|
-
readonly
|
|
1263
|
-
readonly select: 200;
|
|
1264
|
-
readonly popover: 300;
|
|
1265
|
-
readonly tooltip: 400;
|
|
1440
|
+
paddingRight: {
|
|
1441
|
+
readonly [$$PropertyValue]: "padding";
|
|
1266
1442
|
};
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
readonly
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
readonly border: "colors";
|
|
1273
|
-
readonly borderBlock: "colors";
|
|
1274
|
-
readonly borderBlockEnd: "colors";
|
|
1275
|
-
readonly borderBlockStart: "colors";
|
|
1276
|
-
readonly borderBottom: "colors";
|
|
1277
|
-
readonly borderBottomColor: "colors";
|
|
1278
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1279
|
-
readonly borderBottomRightRadius: "radii";
|
|
1280
|
-
readonly borderBottomStyle: "border-styles";
|
|
1281
|
-
readonly borderBottomWidth: "border-widths";
|
|
1282
|
-
readonly borderColor: "colors";
|
|
1283
|
-
readonly borderImage: "colors";
|
|
1284
|
-
readonly borderInline: "colors";
|
|
1285
|
-
readonly borderInlineEnd: "colors";
|
|
1286
|
-
readonly borderInlineStart: "colors";
|
|
1287
|
-
readonly borderLeft: "colors";
|
|
1288
|
-
readonly borderLeftColor: "colors";
|
|
1289
|
-
readonly borderLeftStyle: "border-styles";
|
|
1290
|
-
readonly borderLeftWidth: "border-widths";
|
|
1291
|
-
readonly borderRadius: "radii";
|
|
1292
|
-
readonly borderRight: "colors";
|
|
1293
|
-
readonly borderRightColor: "colors";
|
|
1294
|
-
readonly borderRightStyle: "border-styles";
|
|
1295
|
-
readonly borderRightWidth: "border-widths";
|
|
1296
|
-
readonly borderStyle: "border-styles";
|
|
1297
|
-
readonly borderTop: "colors";
|
|
1298
|
-
readonly borderTopColor: "colors";
|
|
1299
|
-
readonly borderTopLeftRadius: "radii";
|
|
1300
|
-
readonly borderTopRightRadius: "radii";
|
|
1301
|
-
readonly borderTopStyle: "border-styles";
|
|
1302
|
-
readonly borderTopWidth: "border-widths";
|
|
1303
|
-
readonly borderWidth: "border-widths";
|
|
1304
|
-
readonly bottom: "space";
|
|
1305
|
-
readonly boxShadow: "shadows";
|
|
1306
|
-
readonly caretColor: "colors";
|
|
1307
|
-
readonly color: "colors";
|
|
1308
|
-
readonly columnGap: "space-gap";
|
|
1309
|
-
readonly columnRuleColor: "colors";
|
|
1310
|
-
readonly fill: "colors";
|
|
1311
|
-
readonly flexBasis: "sizes";
|
|
1312
|
-
readonly fontFamily: "fonts";
|
|
1313
|
-
readonly fontSize: "font-sizes";
|
|
1314
|
-
readonly fontWeight: "font-weights";
|
|
1315
|
-
readonly gap: "space-gap";
|
|
1316
|
-
readonly gridColumnGap: "space-gap";
|
|
1317
|
-
readonly gridGap: "space-gap";
|
|
1318
|
-
readonly gridRowGap: "space-gap";
|
|
1319
|
-
readonly gridTemplateColumns: "sizes";
|
|
1320
|
-
readonly gridTemplateRows: "sizes";
|
|
1321
|
-
readonly height: "sizes";
|
|
1322
|
-
readonly inlineSize: "sizes";
|
|
1323
|
-
readonly inset: "space-inset";
|
|
1324
|
-
readonly insetBlock: "space-inset";
|
|
1325
|
-
readonly insetBlockEnd: "space-inset";
|
|
1326
|
-
readonly insetBlockStart: "space-inset";
|
|
1327
|
-
readonly insetInline: "space-inset";
|
|
1328
|
-
readonly insetInlineEnd: "space-inset";
|
|
1329
|
-
readonly insetInlineStart: "space-inset";
|
|
1330
|
-
readonly left: "space";
|
|
1331
|
-
readonly letterSpacing: "letter-spacings";
|
|
1332
|
-
readonly lineHeight: "line-heights";
|
|
1333
|
-
readonly margin: "space-offset";
|
|
1334
|
-
readonly marginBlock: "space-offset";
|
|
1335
|
-
readonly marginBlockEnd: "space-offset";
|
|
1336
|
-
readonly marginBlockStart: "space-offset";
|
|
1337
|
-
readonly marginBottom: "space-offset";
|
|
1338
|
-
readonly marginInline: "space-offset";
|
|
1339
|
-
readonly marginInlineEnd: "space-offset";
|
|
1340
|
-
readonly marginInlineStart: "space-offset";
|
|
1341
|
-
readonly marginLeft: "space-offset";
|
|
1342
|
-
readonly marginRight: "space-offset";
|
|
1343
|
-
readonly marginTop: "space-offset";
|
|
1344
|
-
readonly maxBlockSize: "sizes";
|
|
1345
|
-
readonly maxHeight: "sizes";
|
|
1346
|
-
readonly maxInlineSize: "sizes";
|
|
1347
|
-
readonly maxWidth: "sizes";
|
|
1348
|
-
readonly minBlockSize: "sizes";
|
|
1349
|
-
readonly minHeight: "sizes";
|
|
1350
|
-
readonly minInlineSize: "sizes";
|
|
1351
|
-
readonly minWidth: "sizes";
|
|
1352
|
-
readonly outline: "colors";
|
|
1353
|
-
readonly outlineColor: "colors";
|
|
1354
|
-
readonly padding: "space-inset";
|
|
1355
|
-
readonly paddingBlock: "space-inset";
|
|
1356
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1357
|
-
readonly paddingBlockStart: "space-inset";
|
|
1358
|
-
readonly paddingBottom: "space-inset";
|
|
1359
|
-
readonly paddingInline: "space-inset";
|
|
1360
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1361
|
-
readonly paddingInlineStart: "space-inset";
|
|
1362
|
-
readonly paddingLeft: "space-inset";
|
|
1363
|
-
readonly paddingRight: "space-inset";
|
|
1364
|
-
readonly paddingTop: "space-inset";
|
|
1365
|
-
readonly right: "space";
|
|
1366
|
-
readonly rowGap: "space-gap";
|
|
1367
|
-
readonly scrollMargin: "space-offset";
|
|
1368
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1369
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1370
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1371
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1372
|
-
readonly scrollMarginInline: "space-offset";
|
|
1373
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1374
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1375
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1376
|
-
readonly scrollMarginRight: "space-offset";
|
|
1377
|
-
readonly scrollMarginTop: "space-offset";
|
|
1378
|
-
readonly scrollPadding: "space-inset";
|
|
1379
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1380
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1381
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1382
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1383
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1384
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1385
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1386
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1387
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1388
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1389
|
-
readonly stroke: "colors";
|
|
1390
|
-
readonly strokeWidth: "stroke-width";
|
|
1391
|
-
readonly textDecorationColor: "colors";
|
|
1392
|
-
readonly textShadow: "shadows";
|
|
1393
|
-
readonly top: "space";
|
|
1394
|
-
readonly transition: "transitions";
|
|
1395
|
-
readonly width: "sizes";
|
|
1396
|
-
readonly zIndex: "z-indices";
|
|
1397
|
-
}, {
|
|
1398
|
-
paddingX: (value: {
|
|
1443
|
+
};
|
|
1444
|
+
paddingY: (value: {
|
|
1445
|
+
readonly [$$PropertyValue]: "padding";
|
|
1446
|
+
}) => {
|
|
1447
|
+
paddingTop: {
|
|
1399
1448
|
readonly [$$PropertyValue]: "padding";
|
|
1400
|
-
}) => {
|
|
1401
|
-
paddingLeft: {
|
|
1402
|
-
readonly [$$PropertyValue]: "padding";
|
|
1403
|
-
};
|
|
1404
|
-
paddingRight: {
|
|
1405
|
-
readonly [$$PropertyValue]: "padding";
|
|
1406
|
-
};
|
|
1407
1449
|
};
|
|
1408
|
-
|
|
1450
|
+
paddingBottom: {
|
|
1409
1451
|
readonly [$$PropertyValue]: "padding";
|
|
1410
|
-
}) => {
|
|
1411
|
-
paddingTop: {
|
|
1412
|
-
readonly [$$PropertyValue]: "padding";
|
|
1413
|
-
};
|
|
1414
|
-
paddingBottom: {
|
|
1415
|
-
readonly [$$PropertyValue]: "padding";
|
|
1416
|
-
};
|
|
1417
1452
|
};
|
|
1418
|
-
|
|
1453
|
+
};
|
|
1454
|
+
marginX: (value: {
|
|
1455
|
+
readonly [$$PropertyValue]: "margin";
|
|
1456
|
+
}) => {
|
|
1457
|
+
marginLeft: {
|
|
1458
|
+
readonly [$$PropertyValue]: "margin";
|
|
1459
|
+
};
|
|
1460
|
+
marginRight: {
|
|
1419
1461
|
readonly [$$PropertyValue]: "margin";
|
|
1420
|
-
}) => {
|
|
1421
|
-
marginLeft: {
|
|
1422
|
-
readonly [$$PropertyValue]: "margin";
|
|
1423
|
-
};
|
|
1424
|
-
marginRight: {
|
|
1425
|
-
readonly [$$PropertyValue]: "margin";
|
|
1426
|
-
};
|
|
1427
1462
|
};
|
|
1428
|
-
|
|
1463
|
+
};
|
|
1464
|
+
marginY: (value: {
|
|
1465
|
+
readonly [$$PropertyValue]: "margin";
|
|
1466
|
+
}) => {
|
|
1467
|
+
marginTop: {
|
|
1429
1468
|
readonly [$$PropertyValue]: "margin";
|
|
1430
|
-
}) => {
|
|
1431
|
-
marginTop: {
|
|
1432
|
-
readonly [$$PropertyValue]: "margin";
|
|
1433
|
-
};
|
|
1434
|
-
marginBottom: {
|
|
1435
|
-
readonly [$$PropertyValue]: "margin";
|
|
1436
|
-
};
|
|
1437
1469
|
};
|
|
1438
|
-
|
|
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: {
|
|
1439
1481
|
readonly [$$PropertyValue]: "width";
|
|
1440
|
-
}) => {
|
|
1441
|
-
width: {
|
|
1442
|
-
readonly [$$PropertyValue]: "width";
|
|
1443
|
-
};
|
|
1444
|
-
height: {
|
|
1445
|
-
readonly [$$PropertyValue]: "width";
|
|
1446
|
-
};
|
|
1447
1482
|
};
|
|
1448
|
-
}
|
|
1449
|
-
}> & {
|
|
1450
|
-
children?: react.ReactNode;
|
|
1451
|
-
} & _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>>, {}, {}>;
|
|
1452
1485
|
declare type StyledThumbProps = StrictComponentProps<typeof StyledThumb>;
|
|
1453
1486
|
|
|
1454
1487
|
interface ThumbProps extends StyledThumbProps {
|
|
@@ -1460,959 +1493,981 @@ interface ThumbProps extends StyledThumbProps {
|
|
|
1460
1493
|
}
|
|
1461
1494
|
declare const Thumb: react__default.ForwardRefExoticComponent<Omit<ThumbProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1462
1495
|
|
|
1463
|
-
declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
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
|
-
|
|
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";
|
|
1745
1935
|
};
|
|
1746
|
-
|
|
1747
|
-
readonly
|
|
1748
|
-
readonly select: 200;
|
|
1749
|
-
readonly popover: 300;
|
|
1750
|
-
readonly tooltip: 400;
|
|
1936
|
+
paddingRight: {
|
|
1937
|
+
readonly [$$PropertyValue]: "padding";
|
|
1751
1938
|
};
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
readonly
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
readonly border: "colors";
|
|
1758
|
-
readonly borderBlock: "colors";
|
|
1759
|
-
readonly borderBlockEnd: "colors";
|
|
1760
|
-
readonly borderBlockStart: "colors";
|
|
1761
|
-
readonly borderBottom: "colors";
|
|
1762
|
-
readonly borderBottomColor: "colors";
|
|
1763
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1764
|
-
readonly borderBottomRightRadius: "radii";
|
|
1765
|
-
readonly borderBottomStyle: "border-styles";
|
|
1766
|
-
readonly borderBottomWidth: "border-widths";
|
|
1767
|
-
readonly borderColor: "colors";
|
|
1768
|
-
readonly borderImage: "colors";
|
|
1769
|
-
readonly borderInline: "colors";
|
|
1770
|
-
readonly borderInlineEnd: "colors";
|
|
1771
|
-
readonly borderInlineStart: "colors";
|
|
1772
|
-
readonly borderLeft: "colors";
|
|
1773
|
-
readonly borderLeftColor: "colors";
|
|
1774
|
-
readonly borderLeftStyle: "border-styles";
|
|
1775
|
-
readonly borderLeftWidth: "border-widths";
|
|
1776
|
-
readonly borderRadius: "radii";
|
|
1777
|
-
readonly borderRight: "colors";
|
|
1778
|
-
readonly borderRightColor: "colors";
|
|
1779
|
-
readonly borderRightStyle: "border-styles";
|
|
1780
|
-
readonly borderRightWidth: "border-widths";
|
|
1781
|
-
readonly borderStyle: "border-styles";
|
|
1782
|
-
readonly borderTop: "colors";
|
|
1783
|
-
readonly borderTopColor: "colors";
|
|
1784
|
-
readonly borderTopLeftRadius: "radii";
|
|
1785
|
-
readonly borderTopRightRadius: "radii";
|
|
1786
|
-
readonly borderTopStyle: "border-styles";
|
|
1787
|
-
readonly borderTopWidth: "border-widths";
|
|
1788
|
-
readonly borderWidth: "border-widths";
|
|
1789
|
-
readonly bottom: "space";
|
|
1790
|
-
readonly boxShadow: "shadows";
|
|
1791
|
-
readonly caretColor: "colors";
|
|
1792
|
-
readonly color: "colors";
|
|
1793
|
-
readonly columnGap: "space-gap";
|
|
1794
|
-
readonly columnRuleColor: "colors";
|
|
1795
|
-
readonly fill: "colors";
|
|
1796
|
-
readonly flexBasis: "sizes";
|
|
1797
|
-
readonly fontFamily: "fonts";
|
|
1798
|
-
readonly fontSize: "font-sizes";
|
|
1799
|
-
readonly fontWeight: "font-weights";
|
|
1800
|
-
readonly gap: "space-gap";
|
|
1801
|
-
readonly gridColumnGap: "space-gap";
|
|
1802
|
-
readonly gridGap: "space-gap";
|
|
1803
|
-
readonly gridRowGap: "space-gap";
|
|
1804
|
-
readonly gridTemplateColumns: "sizes";
|
|
1805
|
-
readonly gridTemplateRows: "sizes";
|
|
1806
|
-
readonly height: "sizes";
|
|
1807
|
-
readonly inlineSize: "sizes";
|
|
1808
|
-
readonly inset: "space-inset";
|
|
1809
|
-
readonly insetBlock: "space-inset";
|
|
1810
|
-
readonly insetBlockEnd: "space-inset";
|
|
1811
|
-
readonly insetBlockStart: "space-inset";
|
|
1812
|
-
readonly insetInline: "space-inset";
|
|
1813
|
-
readonly insetInlineEnd: "space-inset";
|
|
1814
|
-
readonly insetInlineStart: "space-inset";
|
|
1815
|
-
readonly left: "space";
|
|
1816
|
-
readonly letterSpacing: "letter-spacings";
|
|
1817
|
-
readonly lineHeight: "line-heights";
|
|
1818
|
-
readonly margin: "space-offset";
|
|
1819
|
-
readonly marginBlock: "space-offset";
|
|
1820
|
-
readonly marginBlockEnd: "space-offset";
|
|
1821
|
-
readonly marginBlockStart: "space-offset";
|
|
1822
|
-
readonly marginBottom: "space-offset";
|
|
1823
|
-
readonly marginInline: "space-offset";
|
|
1824
|
-
readonly marginInlineEnd: "space-offset";
|
|
1825
|
-
readonly marginInlineStart: "space-offset";
|
|
1826
|
-
readonly marginLeft: "space-offset";
|
|
1827
|
-
readonly marginRight: "space-offset";
|
|
1828
|
-
readonly marginTop: "space-offset";
|
|
1829
|
-
readonly maxBlockSize: "sizes";
|
|
1830
|
-
readonly maxHeight: "sizes";
|
|
1831
|
-
readonly maxInlineSize: "sizes";
|
|
1832
|
-
readonly maxWidth: "sizes";
|
|
1833
|
-
readonly minBlockSize: "sizes";
|
|
1834
|
-
readonly minHeight: "sizes";
|
|
1835
|
-
readonly minInlineSize: "sizes";
|
|
1836
|
-
readonly minWidth: "sizes";
|
|
1837
|
-
readonly outline: "colors";
|
|
1838
|
-
readonly outlineColor: "colors";
|
|
1839
|
-
readonly padding: "space-inset";
|
|
1840
|
-
readonly paddingBlock: "space-inset";
|
|
1841
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1842
|
-
readonly paddingBlockStart: "space-inset";
|
|
1843
|
-
readonly paddingBottom: "space-inset";
|
|
1844
|
-
readonly paddingInline: "space-inset";
|
|
1845
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1846
|
-
readonly paddingInlineStart: "space-inset";
|
|
1847
|
-
readonly paddingLeft: "space-inset";
|
|
1848
|
-
readonly paddingRight: "space-inset";
|
|
1849
|
-
readonly paddingTop: "space-inset";
|
|
1850
|
-
readonly right: "space";
|
|
1851
|
-
readonly rowGap: "space-gap";
|
|
1852
|
-
readonly scrollMargin: "space-offset";
|
|
1853
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1854
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1855
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1856
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1857
|
-
readonly scrollMarginInline: "space-offset";
|
|
1858
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1859
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1860
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1861
|
-
readonly scrollMarginRight: "space-offset";
|
|
1862
|
-
readonly scrollMarginTop: "space-offset";
|
|
1863
|
-
readonly scrollPadding: "space-inset";
|
|
1864
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1865
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1866
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1867
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1868
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1869
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1870
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1871
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1872
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1873
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1874
|
-
readonly stroke: "colors";
|
|
1875
|
-
readonly strokeWidth: "stroke-width";
|
|
1876
|
-
readonly textDecorationColor: "colors";
|
|
1877
|
-
readonly textShadow: "shadows";
|
|
1878
|
-
readonly top: "space";
|
|
1879
|
-
readonly transition: "transitions";
|
|
1880
|
-
readonly width: "sizes";
|
|
1881
|
-
readonly zIndex: "z-indices";
|
|
1882
|
-
}, {
|
|
1883
|
-
paddingX: (value: {
|
|
1939
|
+
};
|
|
1940
|
+
paddingY: (value: {
|
|
1941
|
+
readonly [$$PropertyValue]: "padding";
|
|
1942
|
+
}) => {
|
|
1943
|
+
paddingTop: {
|
|
1884
1944
|
readonly [$$PropertyValue]: "padding";
|
|
1885
|
-
}) => {
|
|
1886
|
-
paddingLeft: {
|
|
1887
|
-
readonly [$$PropertyValue]: "padding";
|
|
1888
|
-
};
|
|
1889
|
-
paddingRight: {
|
|
1890
|
-
readonly [$$PropertyValue]: "padding";
|
|
1891
|
-
};
|
|
1892
1945
|
};
|
|
1893
|
-
|
|
1946
|
+
paddingBottom: {
|
|
1894
1947
|
readonly [$$PropertyValue]: "padding";
|
|
1895
|
-
}) => {
|
|
1896
|
-
paddingTop: {
|
|
1897
|
-
readonly [$$PropertyValue]: "padding";
|
|
1898
|
-
};
|
|
1899
|
-
paddingBottom: {
|
|
1900
|
-
readonly [$$PropertyValue]: "padding";
|
|
1901
|
-
};
|
|
1902
1948
|
};
|
|
1903
|
-
|
|
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: {
|
|
1904
1964
|
readonly [$$PropertyValue]: "margin";
|
|
1905
|
-
}) => {
|
|
1906
|
-
marginLeft: {
|
|
1907
|
-
readonly [$$PropertyValue]: "margin";
|
|
1908
|
-
};
|
|
1909
|
-
marginRight: {
|
|
1910
|
-
readonly [$$PropertyValue]: "margin";
|
|
1911
|
-
};
|
|
1912
1965
|
};
|
|
1913
|
-
|
|
1966
|
+
marginBottom: {
|
|
1914
1967
|
readonly [$$PropertyValue]: "margin";
|
|
1915
|
-
}) => {
|
|
1916
|
-
marginTop: {
|
|
1917
|
-
readonly [$$PropertyValue]: "margin";
|
|
1918
|
-
};
|
|
1919
|
-
marginBottom: {
|
|
1920
|
-
readonly [$$PropertyValue]: "margin";
|
|
1921
|
-
};
|
|
1922
1968
|
};
|
|
1923
|
-
|
|
1969
|
+
};
|
|
1970
|
+
square: (value: {
|
|
1971
|
+
readonly [$$PropertyValue]: "width";
|
|
1972
|
+
}) => {
|
|
1973
|
+
width: {
|
|
1924
1974
|
readonly [$$PropertyValue]: "width";
|
|
1925
|
-
}) => {
|
|
1926
|
-
width: {
|
|
1927
|
-
readonly [$$PropertyValue]: "width";
|
|
1928
|
-
};
|
|
1929
|
-
height: {
|
|
1930
|
-
readonly [$$PropertyValue]: "width";
|
|
1931
|
-
};
|
|
1932
1975
|
};
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
}
|
|
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>>, {}, {}>;
|
|
1937
1981
|
declare type StyledCornerProps = StrictComponentProps<typeof StyledCorner>;
|
|
1938
1982
|
interface CornerProps extends StyledCornerProps {
|
|
1939
1983
|
}
|
|
1940
1984
|
declare const Corner: react__default.ForwardRefExoticComponent<Omit<CornerProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1941
1985
|
|
|
1942
|
-
declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
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
|
-
|
|
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";
|
|
2224
2425
|
};
|
|
2225
|
-
|
|
2226
|
-
readonly
|
|
2227
|
-
readonly select: 200;
|
|
2228
|
-
readonly popover: 300;
|
|
2229
|
-
readonly tooltip: 400;
|
|
2426
|
+
paddingRight: {
|
|
2427
|
+
readonly [$$PropertyValue]: "padding";
|
|
2230
2428
|
};
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
readonly
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
readonly border: "colors";
|
|
2237
|
-
readonly borderBlock: "colors";
|
|
2238
|
-
readonly borderBlockEnd: "colors";
|
|
2239
|
-
readonly borderBlockStart: "colors";
|
|
2240
|
-
readonly borderBottom: "colors";
|
|
2241
|
-
readonly borderBottomColor: "colors";
|
|
2242
|
-
readonly borderBottomLeftRadius: "radii";
|
|
2243
|
-
readonly borderBottomRightRadius: "radii";
|
|
2244
|
-
readonly borderBottomStyle: "border-styles";
|
|
2245
|
-
readonly borderBottomWidth: "border-widths";
|
|
2246
|
-
readonly borderColor: "colors";
|
|
2247
|
-
readonly borderImage: "colors";
|
|
2248
|
-
readonly borderInline: "colors";
|
|
2249
|
-
readonly borderInlineEnd: "colors";
|
|
2250
|
-
readonly borderInlineStart: "colors";
|
|
2251
|
-
readonly borderLeft: "colors";
|
|
2252
|
-
readonly borderLeftColor: "colors";
|
|
2253
|
-
readonly borderLeftStyle: "border-styles";
|
|
2254
|
-
readonly borderLeftWidth: "border-widths";
|
|
2255
|
-
readonly borderRadius: "radii";
|
|
2256
|
-
readonly borderRight: "colors";
|
|
2257
|
-
readonly borderRightColor: "colors";
|
|
2258
|
-
readonly borderRightStyle: "border-styles";
|
|
2259
|
-
readonly borderRightWidth: "border-widths";
|
|
2260
|
-
readonly borderStyle: "border-styles";
|
|
2261
|
-
readonly borderTop: "colors";
|
|
2262
|
-
readonly borderTopColor: "colors";
|
|
2263
|
-
readonly borderTopLeftRadius: "radii";
|
|
2264
|
-
readonly borderTopRightRadius: "radii";
|
|
2265
|
-
readonly borderTopStyle: "border-styles";
|
|
2266
|
-
readonly borderTopWidth: "border-widths";
|
|
2267
|
-
readonly borderWidth: "border-widths";
|
|
2268
|
-
readonly bottom: "space";
|
|
2269
|
-
readonly boxShadow: "shadows";
|
|
2270
|
-
readonly caretColor: "colors";
|
|
2271
|
-
readonly color: "colors";
|
|
2272
|
-
readonly columnGap: "space-gap";
|
|
2273
|
-
readonly columnRuleColor: "colors";
|
|
2274
|
-
readonly fill: "colors";
|
|
2275
|
-
readonly flexBasis: "sizes";
|
|
2276
|
-
readonly fontFamily: "fonts";
|
|
2277
|
-
readonly fontSize: "font-sizes";
|
|
2278
|
-
readonly fontWeight: "font-weights";
|
|
2279
|
-
readonly gap: "space-gap";
|
|
2280
|
-
readonly gridColumnGap: "space-gap";
|
|
2281
|
-
readonly gridGap: "space-gap";
|
|
2282
|
-
readonly gridRowGap: "space-gap";
|
|
2283
|
-
readonly gridTemplateColumns: "sizes";
|
|
2284
|
-
readonly gridTemplateRows: "sizes";
|
|
2285
|
-
readonly height: "sizes";
|
|
2286
|
-
readonly inlineSize: "sizes";
|
|
2287
|
-
readonly inset: "space-inset";
|
|
2288
|
-
readonly insetBlock: "space-inset";
|
|
2289
|
-
readonly insetBlockEnd: "space-inset";
|
|
2290
|
-
readonly insetBlockStart: "space-inset";
|
|
2291
|
-
readonly insetInline: "space-inset";
|
|
2292
|
-
readonly insetInlineEnd: "space-inset";
|
|
2293
|
-
readonly insetInlineStart: "space-inset";
|
|
2294
|
-
readonly left: "space";
|
|
2295
|
-
readonly letterSpacing: "letter-spacings";
|
|
2296
|
-
readonly lineHeight: "line-heights";
|
|
2297
|
-
readonly margin: "space-offset";
|
|
2298
|
-
readonly marginBlock: "space-offset";
|
|
2299
|
-
readonly marginBlockEnd: "space-offset";
|
|
2300
|
-
readonly marginBlockStart: "space-offset";
|
|
2301
|
-
readonly marginBottom: "space-offset";
|
|
2302
|
-
readonly marginInline: "space-offset";
|
|
2303
|
-
readonly marginInlineEnd: "space-offset";
|
|
2304
|
-
readonly marginInlineStart: "space-offset";
|
|
2305
|
-
readonly marginLeft: "space-offset";
|
|
2306
|
-
readonly marginRight: "space-offset";
|
|
2307
|
-
readonly marginTop: "space-offset";
|
|
2308
|
-
readonly maxBlockSize: "sizes";
|
|
2309
|
-
readonly maxHeight: "sizes";
|
|
2310
|
-
readonly maxInlineSize: "sizes";
|
|
2311
|
-
readonly maxWidth: "sizes";
|
|
2312
|
-
readonly minBlockSize: "sizes";
|
|
2313
|
-
readonly minHeight: "sizes";
|
|
2314
|
-
readonly minInlineSize: "sizes";
|
|
2315
|
-
readonly minWidth: "sizes";
|
|
2316
|
-
readonly outline: "colors";
|
|
2317
|
-
readonly outlineColor: "colors";
|
|
2318
|
-
readonly padding: "space-inset";
|
|
2319
|
-
readonly paddingBlock: "space-inset";
|
|
2320
|
-
readonly paddingBlockEnd: "space-inset";
|
|
2321
|
-
readonly paddingBlockStart: "space-inset";
|
|
2322
|
-
readonly paddingBottom: "space-inset";
|
|
2323
|
-
readonly paddingInline: "space-inset";
|
|
2324
|
-
readonly paddingInlineEnd: "space-inset";
|
|
2325
|
-
readonly paddingInlineStart: "space-inset";
|
|
2326
|
-
readonly paddingLeft: "space-inset";
|
|
2327
|
-
readonly paddingRight: "space-inset";
|
|
2328
|
-
readonly paddingTop: "space-inset";
|
|
2329
|
-
readonly right: "space";
|
|
2330
|
-
readonly rowGap: "space-gap";
|
|
2331
|
-
readonly scrollMargin: "space-offset";
|
|
2332
|
-
readonly scrollMarginBlock: "space-offset";
|
|
2333
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
2334
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
2335
|
-
readonly scrollMarginBottom: "space-offset";
|
|
2336
|
-
readonly scrollMarginInline: "space-offset";
|
|
2337
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
2338
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
2339
|
-
readonly scrollMarginLeft: "space-offset";
|
|
2340
|
-
readonly scrollMarginRight: "space-offset";
|
|
2341
|
-
readonly scrollMarginTop: "space-offset";
|
|
2342
|
-
readonly scrollPadding: "space-inset";
|
|
2343
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
2344
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
2345
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
2346
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
2347
|
-
readonly scrollPaddingInline: "space-inset";
|
|
2348
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
2349
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
2350
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
2351
|
-
readonly scrollPaddingRight: "space-inset";
|
|
2352
|
-
readonly scrollPaddingTop: "space-inset";
|
|
2353
|
-
readonly stroke: "colors";
|
|
2354
|
-
readonly strokeWidth: "stroke-width";
|
|
2355
|
-
readonly textDecorationColor: "colors";
|
|
2356
|
-
readonly textShadow: "shadows";
|
|
2357
|
-
readonly top: "space";
|
|
2358
|
-
readonly transition: "transitions";
|
|
2359
|
-
readonly width: "sizes";
|
|
2360
|
-
readonly zIndex: "z-indices";
|
|
2361
|
-
}, {
|
|
2362
|
-
paddingX: (value: {
|
|
2429
|
+
};
|
|
2430
|
+
paddingY: (value: {
|
|
2431
|
+
readonly [$$PropertyValue]: "padding";
|
|
2432
|
+
}) => {
|
|
2433
|
+
paddingTop: {
|
|
2363
2434
|
readonly [$$PropertyValue]: "padding";
|
|
2364
|
-
}) => {
|
|
2365
|
-
paddingLeft: {
|
|
2366
|
-
readonly [$$PropertyValue]: "padding";
|
|
2367
|
-
};
|
|
2368
|
-
paddingRight: {
|
|
2369
|
-
readonly [$$PropertyValue]: "padding";
|
|
2370
|
-
};
|
|
2371
2435
|
};
|
|
2372
|
-
|
|
2436
|
+
paddingBottom: {
|
|
2373
2437
|
readonly [$$PropertyValue]: "padding";
|
|
2374
|
-
}) => {
|
|
2375
|
-
paddingTop: {
|
|
2376
|
-
readonly [$$PropertyValue]: "padding";
|
|
2377
|
-
};
|
|
2378
|
-
paddingBottom: {
|
|
2379
|
-
readonly [$$PropertyValue]: "padding";
|
|
2380
|
-
};
|
|
2381
2438
|
};
|
|
2382
|
-
|
|
2439
|
+
};
|
|
2440
|
+
marginX: (value: {
|
|
2441
|
+
readonly [$$PropertyValue]: "margin";
|
|
2442
|
+
}) => {
|
|
2443
|
+
marginLeft: {
|
|
2383
2444
|
readonly [$$PropertyValue]: "margin";
|
|
2384
|
-
}) => {
|
|
2385
|
-
marginLeft: {
|
|
2386
|
-
readonly [$$PropertyValue]: "margin";
|
|
2387
|
-
};
|
|
2388
|
-
marginRight: {
|
|
2389
|
-
readonly [$$PropertyValue]: "margin";
|
|
2390
|
-
};
|
|
2391
2445
|
};
|
|
2392
|
-
|
|
2446
|
+
marginRight: {
|
|
2393
2447
|
readonly [$$PropertyValue]: "margin";
|
|
2394
|
-
}) => {
|
|
2395
|
-
marginTop: {
|
|
2396
|
-
readonly [$$PropertyValue]: "margin";
|
|
2397
|
-
};
|
|
2398
|
-
marginBottom: {
|
|
2399
|
-
readonly [$$PropertyValue]: "margin";
|
|
2400
|
-
};
|
|
2401
2448
|
};
|
|
2402
|
-
|
|
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: {
|
|
2403
2467
|
readonly [$$PropertyValue]: "width";
|
|
2404
|
-
}) => {
|
|
2405
|
-
width: {
|
|
2406
|
-
readonly [$$PropertyValue]: "width";
|
|
2407
|
-
};
|
|
2408
|
-
height: {
|
|
2409
|
-
readonly [$$PropertyValue]: "width";
|
|
2410
|
-
};
|
|
2411
2468
|
};
|
|
2412
|
-
}
|
|
2413
|
-
}> & {
|
|
2414
|
-
children?: react.ReactNode;
|
|
2415
|
-
} & _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>>, {}, {}>;
|
|
2416
2471
|
declare type StyledScrollAreaProps = StrictComponentProps<typeof StyledScrollArea>;
|
|
2417
2472
|
|
|
2418
2473
|
interface ScrollAreaProps extends StyledScrollAreaProps {
|