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