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