@mirohq/design-system-grid 2.1.29 → 2.1.30
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 +965 -994
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,523 +1,506 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import react__default, { ComponentPropsWithRef } from 'react';
|
|
3
|
-
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
4
3
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
5
|
-
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
4
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
5
|
+
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
|
+
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
7
7
|
|
|
8
|
-
declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
'
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
8
|
+
declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
9
|
+
'border-widths': {
|
|
10
|
+
readonly none: 0;
|
|
11
|
+
readonly sm: "1px";
|
|
12
|
+
readonly md: "2px";
|
|
13
|
+
readonly lg: "4px";
|
|
14
|
+
};
|
|
15
|
+
colors: {
|
|
16
|
+
readonly black: any;
|
|
17
|
+
readonly 'blue-100': any;
|
|
18
|
+
readonly 'blue-200': any;
|
|
19
|
+
readonly 'blue-300': any;
|
|
20
|
+
readonly 'blue-400': any;
|
|
21
|
+
readonly 'blue-500': any;
|
|
22
|
+
readonly 'blue-600': any;
|
|
23
|
+
readonly 'blue-700': any;
|
|
24
|
+
readonly 'blue-800': any;
|
|
25
|
+
readonly 'blue-900': any;
|
|
26
|
+
readonly 'blue-1000': any;
|
|
27
|
+
readonly 'gray-100': any;
|
|
28
|
+
readonly 'gray-200': any;
|
|
29
|
+
readonly 'gray-300': any;
|
|
30
|
+
readonly 'gray-400': any;
|
|
31
|
+
readonly 'gray-500': any;
|
|
32
|
+
readonly 'gray-600': any;
|
|
33
|
+
readonly 'gray-700': any;
|
|
34
|
+
readonly 'gray-800': any;
|
|
35
|
+
readonly 'gray-900': any;
|
|
36
|
+
readonly 'green-100': any;
|
|
37
|
+
readonly 'green-200': any;
|
|
38
|
+
readonly 'green-300': any;
|
|
39
|
+
readonly 'green-400': any;
|
|
40
|
+
readonly 'green-500': any;
|
|
41
|
+
readonly 'green-600': any;
|
|
42
|
+
readonly 'green-700': any;
|
|
43
|
+
readonly 'green-800': any;
|
|
44
|
+
readonly 'green-900': any;
|
|
45
|
+
readonly 'indigo-100': any;
|
|
46
|
+
readonly 'indigo-200': any;
|
|
47
|
+
readonly 'indigo-300': any;
|
|
48
|
+
readonly 'indigo-400': any;
|
|
49
|
+
readonly 'indigo-500': any;
|
|
50
|
+
readonly 'indigo-600': any;
|
|
51
|
+
readonly 'indigo-700': any;
|
|
52
|
+
readonly 'indigo-800': any;
|
|
53
|
+
readonly 'indigo-900': any;
|
|
54
|
+
readonly 'red-100': any;
|
|
55
|
+
readonly 'red-200': any;
|
|
56
|
+
readonly 'red-300': any;
|
|
57
|
+
readonly 'red-400': any;
|
|
58
|
+
readonly 'red-500': any;
|
|
59
|
+
readonly 'red-600': any;
|
|
60
|
+
readonly 'red-700': any;
|
|
61
|
+
readonly 'red-800': any;
|
|
62
|
+
readonly 'red-900': any;
|
|
63
|
+
readonly transparent: any;
|
|
64
|
+
readonly white: any;
|
|
65
|
+
readonly 'yellow-100': any;
|
|
66
|
+
readonly 'yellow-200': any;
|
|
67
|
+
readonly 'yellow-300': any;
|
|
68
|
+
readonly 'yellow-400': any;
|
|
69
|
+
readonly 'yellow-500': any;
|
|
70
|
+
readonly 'yellow-600': any;
|
|
71
|
+
readonly 'yellow-700': any;
|
|
72
|
+
readonly 'yellow-800': any;
|
|
73
|
+
readonly 'yellow-900': any;
|
|
74
|
+
"background-alpha-active"?: any;
|
|
75
|
+
"background-alpha-hover"?: any;
|
|
76
|
+
"background-danger-prominent"?: any;
|
|
77
|
+
"background-danger-prominent-active"?: any;
|
|
78
|
+
"background-danger-prominent-hover"?: any;
|
|
79
|
+
"background-danger-subtle"?: any;
|
|
80
|
+
"background-danger-subtle-active"?: any;
|
|
81
|
+
"background-danger-subtle-hover"?: any;
|
|
82
|
+
"background-neutrals"?: any;
|
|
83
|
+
"background-neutrals-active"?: any;
|
|
84
|
+
"background-neutrals-container"?: any;
|
|
85
|
+
"background-neutrals-controls-disabled"?: any;
|
|
86
|
+
"background-neutrals-disabled"?: any;
|
|
87
|
+
"background-neutrals-hover"?: any;
|
|
88
|
+
"background-neutrals-inactive"?: any;
|
|
89
|
+
"background-neutrals-inactive-hover"?: any;
|
|
90
|
+
"background-neutrals-inverted"?: any;
|
|
91
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
92
|
+
"background-neutrals-page"?: any;
|
|
93
|
+
"background-neutrals-page-subtle"?: any;
|
|
94
|
+
"background-neutrals-scrolls"?: any;
|
|
95
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
96
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
97
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
98
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
99
|
+
"background-neutrals-subtle"?: any;
|
|
100
|
+
"background-neutrals-subtle-active"?: any;
|
|
101
|
+
"background-neutrals-subtle-hover"?: any;
|
|
102
|
+
"background-primary-prominent"?: any;
|
|
103
|
+
"background-primary-prominent-active"?: any;
|
|
104
|
+
"background-primary-prominent-expanded"?: any;
|
|
105
|
+
"background-primary-prominent-hover"?: any;
|
|
106
|
+
"background-primary-prominent-pressed"?: any;
|
|
107
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
108
|
+
"background-primary-prominent-selected"?: any;
|
|
109
|
+
"background-primary-subtle"?: any;
|
|
110
|
+
"background-primary-subtle-active"?: any;
|
|
111
|
+
"background-primary-subtle-expanded"?: any;
|
|
112
|
+
"background-primary-subtle-hover"?: any;
|
|
113
|
+
"background-primary-subtle-pressed"?: any;
|
|
114
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
115
|
+
"background-primary-subtle-selected"?: any;
|
|
116
|
+
"background-success"?: any;
|
|
117
|
+
"background-success-prominent"?: any;
|
|
118
|
+
"background-success-prominent-active"?: any;
|
|
119
|
+
"background-success-prominent-hover"?: any;
|
|
120
|
+
"background-warning-prominent"?: any;
|
|
121
|
+
"background-warning-subtle"?: any;
|
|
122
|
+
"border-danger"?: any;
|
|
123
|
+
"border-danger-active"?: any;
|
|
124
|
+
"border-danger-hover"?: any;
|
|
125
|
+
"border-focus-inner"?: any;
|
|
126
|
+
"border-focus-middle"?: any;
|
|
127
|
+
"border-focus-outer"?: any;
|
|
128
|
+
"border-neutrals"?: any;
|
|
129
|
+
"border-neutrals-active"?: any;
|
|
130
|
+
"border-neutrals-controls"?: any;
|
|
131
|
+
"border-neutrals-controls-disabled"?: any;
|
|
132
|
+
"border-neutrals-disabled"?: any;
|
|
133
|
+
"border-neutrals-hover"?: any;
|
|
134
|
+
"border-neutrals-inverted"?: any;
|
|
135
|
+
"border-neutrals-subtle"?: any;
|
|
136
|
+
"border-neutrals-text"?: any;
|
|
137
|
+
"border-neutrals-text-active"?: any;
|
|
138
|
+
"border-neutrals-text-hover"?: any;
|
|
139
|
+
"border-neutrals-text-subtle"?: any;
|
|
140
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
141
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
142
|
+
"border-neutrals-transparent"?: any;
|
|
143
|
+
"border-primary"?: any;
|
|
144
|
+
"border-primary-active"?: any;
|
|
145
|
+
"border-primary-hover"?: any;
|
|
146
|
+
"border-primary-inverted"?: any;
|
|
147
|
+
"border-success"?: any;
|
|
148
|
+
"border-success-active"?: any;
|
|
149
|
+
"border-success-hover"?: any;
|
|
150
|
+
"border-warning"?: any;
|
|
151
|
+
"icon-danger"?: any;
|
|
152
|
+
"icon-danger-active"?: any;
|
|
153
|
+
"icon-danger-hover"?: any;
|
|
154
|
+
"icon-danger-inverted"?: any;
|
|
155
|
+
"icon-neutrals"?: any;
|
|
156
|
+
"icon-neutrals-disabled"?: any;
|
|
157
|
+
"icon-neutrals-inactive"?: any;
|
|
158
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
159
|
+
"icon-neutrals-inverted"?: any;
|
|
160
|
+
"icon-neutrals-search"?: any;
|
|
161
|
+
"icon-neutrals-subtle"?: any;
|
|
162
|
+
"icon-neutrals-text"?: any;
|
|
163
|
+
"icon-primary"?: any;
|
|
164
|
+
"icon-primary-active"?: any;
|
|
165
|
+
"icon-primary-hover"?: any;
|
|
166
|
+
"icon-primary-inverted"?: any;
|
|
167
|
+
"icon-primary-selected"?: any;
|
|
168
|
+
"icon-success"?: any;
|
|
169
|
+
"icon-success-active"?: any;
|
|
170
|
+
"icon-success-hover"?: any;
|
|
171
|
+
"icon-success-inverted"?: any;
|
|
172
|
+
"icon-warning"?: any;
|
|
173
|
+
"icon-warning-prominent"?: any;
|
|
174
|
+
"icon-warning-subtle"?: any;
|
|
175
|
+
"text-danger"?: any;
|
|
176
|
+
"text-danger-active"?: any;
|
|
177
|
+
"text-danger-hover"?: any;
|
|
178
|
+
"text-danger-inverted"?: any;
|
|
179
|
+
"text-neutrals"?: any;
|
|
180
|
+
"text-neutrals-active"?: any;
|
|
181
|
+
"text-neutrals-disabled"?: any;
|
|
182
|
+
"text-neutrals-hover"?: any;
|
|
183
|
+
"text-neutrals-inverted"?: any;
|
|
184
|
+
"text-neutrals-placeholder"?: any;
|
|
185
|
+
"text-neutrals-placeholder-only"?: any;
|
|
186
|
+
"text-neutrals-subtle"?: any;
|
|
187
|
+
"text-neutrals-subtle-active"?: any;
|
|
188
|
+
"text-neutrals-subtle-hover"?: any;
|
|
189
|
+
"text-primary"?: any;
|
|
190
|
+
"text-primary-active"?: any;
|
|
191
|
+
"text-primary-hover"?: any;
|
|
192
|
+
"text-primary-inverted"?: any;
|
|
193
|
+
"text-primary-inverted-subtle"?: any;
|
|
194
|
+
"text-primary-selected"?: any;
|
|
195
|
+
"text-success"?: any;
|
|
196
|
+
"text-success-active"?: any;
|
|
197
|
+
"text-success-hover"?: any;
|
|
198
|
+
"text-success-inverted"?: any;
|
|
199
|
+
"text-warning"?: any;
|
|
200
|
+
"text-warning-subtle"?: any;
|
|
201
|
+
};
|
|
202
|
+
'font-sizes': {
|
|
203
|
+
readonly 150: "0.75rem";
|
|
204
|
+
readonly 175: "0.875rem";
|
|
205
|
+
readonly 200: "1rem";
|
|
206
|
+
readonly 225: "1.125rem";
|
|
207
|
+
readonly 250: "1.25rem";
|
|
208
|
+
readonly 300: "1.5rem";
|
|
209
|
+
readonly 400: "2rem";
|
|
210
|
+
readonly 500: "2.5rem";
|
|
211
|
+
readonly 600: "3rem";
|
|
212
|
+
readonly 800: "4rem";
|
|
213
|
+
readonly 900: "4.5rem";
|
|
214
|
+
};
|
|
215
|
+
fonts: {
|
|
216
|
+
readonly heading: "Roobert, sans-serif";
|
|
217
|
+
readonly body: "Open Sans, sans-serif";
|
|
218
|
+
};
|
|
219
|
+
radii: {
|
|
220
|
+
readonly none: 0;
|
|
221
|
+
readonly half: "999em";
|
|
222
|
+
readonly 25: "2px";
|
|
223
|
+
readonly 50: "4px";
|
|
224
|
+
readonly 75: "6px";
|
|
225
|
+
readonly 100: "8px";
|
|
226
|
+
readonly 200: "16px";
|
|
227
|
+
};
|
|
228
|
+
shadows: {
|
|
229
|
+
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";
|
|
230
|
+
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";
|
|
231
|
+
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";
|
|
232
|
+
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";
|
|
233
|
+
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";
|
|
234
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
235
|
+
};
|
|
236
|
+
sizes: {
|
|
237
|
+
readonly number: string;
|
|
238
|
+
readonly 'icon-200': "16px";
|
|
239
|
+
readonly 'icon-300': "24px";
|
|
240
|
+
readonly 'icon-400': "32px";
|
|
241
|
+
};
|
|
242
|
+
space: {
|
|
243
|
+
readonly 0: "0px";
|
|
244
|
+
readonly 25: "2px";
|
|
245
|
+
readonly 50: "4px";
|
|
246
|
+
readonly 100: "8px";
|
|
247
|
+
readonly 150: "12px";
|
|
248
|
+
readonly 200: "16px";
|
|
249
|
+
readonly 300: "24px";
|
|
250
|
+
readonly 400: "32px";
|
|
251
|
+
readonly 500: "40px";
|
|
252
|
+
readonly 600: "48px";
|
|
253
|
+
readonly 700: "56px";
|
|
254
|
+
readonly 800: "64px";
|
|
255
|
+
readonly 1200: "96px";
|
|
256
|
+
readonly 1600: "128px";
|
|
257
|
+
};
|
|
258
|
+
'space-gap': {
|
|
259
|
+
readonly 0: any;
|
|
260
|
+
readonly 50: any;
|
|
261
|
+
readonly 100: any;
|
|
262
|
+
readonly 200: any;
|
|
263
|
+
readonly 300: any;
|
|
264
|
+
};
|
|
265
|
+
'space-inset': {
|
|
266
|
+
readonly 0: any;
|
|
267
|
+
readonly 50: any;
|
|
268
|
+
readonly 100: any;
|
|
269
|
+
readonly 150: any;
|
|
270
|
+
readonly 200: any;
|
|
271
|
+
readonly 300: any;
|
|
272
|
+
readonly 400: any;
|
|
273
|
+
readonly 500: any;
|
|
274
|
+
readonly 600: any;
|
|
275
|
+
readonly 700: any;
|
|
276
|
+
readonly 800: any;
|
|
277
|
+
readonly 1200: any;
|
|
278
|
+
readonly 1600: any;
|
|
279
|
+
};
|
|
280
|
+
'space-offset': {
|
|
281
|
+
readonly 0: any;
|
|
282
|
+
readonly 50: any;
|
|
283
|
+
readonly 100: any;
|
|
284
|
+
readonly 150: any;
|
|
285
|
+
readonly 200: any;
|
|
286
|
+
readonly 300: any;
|
|
287
|
+
readonly 400: any;
|
|
288
|
+
readonly 600: any;
|
|
289
|
+
readonly 800: any;
|
|
290
|
+
readonly 1200: any;
|
|
291
|
+
readonly 1600: any;
|
|
292
|
+
readonly 'stacking-0': any;
|
|
293
|
+
readonly 'stacking-100': any;
|
|
294
|
+
readonly 'stacking-200': any;
|
|
295
|
+
readonly 'stacking-300': any;
|
|
296
|
+
readonly 'stacking-400': any;
|
|
297
|
+
readonly 'stacking-500': any;
|
|
298
|
+
readonly 'stacking-800': any;
|
|
299
|
+
};
|
|
300
|
+
'stroke-width': {
|
|
301
|
+
readonly thin: "1.5px";
|
|
302
|
+
readonly normal: "2px";
|
|
303
|
+
readonly bold: "4px";
|
|
304
|
+
};
|
|
305
|
+
'z-indices': {
|
|
306
|
+
readonly dropdownMenu: 100;
|
|
307
|
+
readonly select: 200;
|
|
308
|
+
readonly popover: 300;
|
|
309
|
+
readonly tooltip: 400;
|
|
310
|
+
};
|
|
311
|
+
}, {
|
|
312
|
+
readonly background: "colors";
|
|
313
|
+
readonly backgroundColor: "colors";
|
|
314
|
+
readonly backgroundImage: "colors";
|
|
315
|
+
readonly blockSize: "sizes";
|
|
316
|
+
readonly border: "colors";
|
|
317
|
+
readonly borderBlock: "colors";
|
|
318
|
+
readonly borderBlockEnd: "colors";
|
|
319
|
+
readonly borderBlockStart: "colors";
|
|
320
|
+
readonly borderBottom: "colors";
|
|
321
|
+
readonly borderBottomColor: "colors";
|
|
322
|
+
readonly borderBottomLeftRadius: "radii";
|
|
323
|
+
readonly borderBottomRightRadius: "radii";
|
|
324
|
+
readonly borderBottomStyle: "border-styles";
|
|
325
|
+
readonly borderBottomWidth: "border-widths";
|
|
326
|
+
readonly borderColor: "colors";
|
|
327
|
+
readonly borderImage: "colors";
|
|
328
|
+
readonly borderInline: "colors";
|
|
329
|
+
readonly borderInlineEnd: "colors";
|
|
330
|
+
readonly borderInlineStart: "colors";
|
|
331
|
+
readonly borderLeft: "colors";
|
|
332
|
+
readonly borderLeftColor: "colors";
|
|
333
|
+
readonly borderLeftStyle: "border-styles";
|
|
334
|
+
readonly borderLeftWidth: "border-widths";
|
|
335
|
+
readonly borderRadius: "radii";
|
|
336
|
+
readonly borderRight: "colors";
|
|
337
|
+
readonly borderRightColor: "colors";
|
|
338
|
+
readonly borderRightStyle: "border-styles";
|
|
339
|
+
readonly borderRightWidth: "border-widths";
|
|
340
|
+
readonly borderSpacing: "space-offset";
|
|
341
|
+
readonly borderStyle: "border-styles";
|
|
342
|
+
readonly borderTop: "colors";
|
|
343
|
+
readonly borderTopColor: "colors";
|
|
344
|
+
readonly borderTopLeftRadius: "radii";
|
|
345
|
+
readonly borderTopRightRadius: "radii";
|
|
346
|
+
readonly borderTopStyle: "border-styles";
|
|
347
|
+
readonly borderTopWidth: "border-widths";
|
|
348
|
+
readonly borderWidth: "border-widths";
|
|
349
|
+
readonly bottom: "space";
|
|
350
|
+
readonly boxShadow: "shadows";
|
|
351
|
+
readonly caretColor: "colors";
|
|
352
|
+
readonly color: "colors";
|
|
353
|
+
readonly columnGap: "space-gap";
|
|
354
|
+
readonly columnRuleColor: "colors";
|
|
355
|
+
readonly fill: "colors";
|
|
356
|
+
readonly flexBasis: "sizes";
|
|
357
|
+
readonly fontFamily: "fonts";
|
|
358
|
+
readonly fontSize: "font-sizes";
|
|
359
|
+
readonly fontWeight: "font-weights";
|
|
360
|
+
readonly gap: "space-gap";
|
|
361
|
+
readonly gridColumnGap: "space-gap";
|
|
362
|
+
readonly gridGap: "space-gap";
|
|
363
|
+
readonly gridRowGap: "space-gap";
|
|
364
|
+
readonly gridTemplateColumns: "sizes";
|
|
365
|
+
readonly gridTemplateRows: "sizes";
|
|
366
|
+
readonly height: "sizes";
|
|
367
|
+
readonly inlineSize: "sizes";
|
|
368
|
+
readonly inset: "space-inset";
|
|
369
|
+
readonly insetBlock: "space-inset";
|
|
370
|
+
readonly insetBlockEnd: "space-inset";
|
|
371
|
+
readonly insetBlockStart: "space-inset";
|
|
372
|
+
readonly insetInline: "space-inset";
|
|
373
|
+
readonly insetInlineEnd: "space-inset";
|
|
374
|
+
readonly insetInlineStart: "space-inset";
|
|
375
|
+
readonly left: "space";
|
|
376
|
+
readonly letterSpacing: "letter-spacings";
|
|
377
|
+
readonly lineHeight: "line-heights";
|
|
378
|
+
readonly margin: "space-offset";
|
|
379
|
+
readonly marginBlock: "space-offset";
|
|
380
|
+
readonly marginBlockEnd: "space-offset";
|
|
381
|
+
readonly marginBlockStart: "space-offset";
|
|
382
|
+
readonly marginBottom: "space-offset";
|
|
383
|
+
readonly marginInline: "space-offset";
|
|
384
|
+
readonly marginInlineEnd: "space-offset";
|
|
385
|
+
readonly marginInlineStart: "space-offset";
|
|
386
|
+
readonly marginLeft: "space-offset";
|
|
387
|
+
readonly marginRight: "space-offset";
|
|
388
|
+
readonly marginTop: "space-offset";
|
|
389
|
+
readonly maxBlockSize: "sizes";
|
|
390
|
+
readonly maxHeight: "sizes";
|
|
391
|
+
readonly maxInlineSize: "sizes";
|
|
392
|
+
readonly maxWidth: "sizes";
|
|
393
|
+
readonly minBlockSize: "sizes";
|
|
394
|
+
readonly minHeight: "sizes";
|
|
395
|
+
readonly minInlineSize: "sizes";
|
|
396
|
+
readonly minWidth: "sizes";
|
|
397
|
+
readonly outline: "colors";
|
|
398
|
+
readonly outlineColor: "colors";
|
|
399
|
+
readonly padding: "space-inset";
|
|
400
|
+
readonly paddingBlock: "space-inset";
|
|
401
|
+
readonly paddingBlockEnd: "space-inset";
|
|
402
|
+
readonly paddingBlockStart: "space-inset";
|
|
403
|
+
readonly paddingBottom: "space-inset";
|
|
404
|
+
readonly paddingInline: "space-inset";
|
|
405
|
+
readonly paddingInlineEnd: "space-inset";
|
|
406
|
+
readonly paddingInlineStart: "space-inset";
|
|
407
|
+
readonly paddingLeft: "space-inset";
|
|
408
|
+
readonly paddingRight: "space-inset";
|
|
409
|
+
readonly paddingTop: "space-inset";
|
|
410
|
+
readonly right: "space";
|
|
411
|
+
readonly rowGap: "space-gap";
|
|
412
|
+
readonly scrollMargin: "space-offset";
|
|
413
|
+
readonly scrollMarginBlock: "space-offset";
|
|
414
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
415
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
416
|
+
readonly scrollMarginBottom: "space-offset";
|
|
417
|
+
readonly scrollMarginInline: "space-offset";
|
|
418
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
419
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
420
|
+
readonly scrollMarginLeft: "space-offset";
|
|
421
|
+
readonly scrollMarginRight: "space-offset";
|
|
422
|
+
readonly scrollMarginTop: "space-offset";
|
|
423
|
+
readonly scrollPadding: "space-inset";
|
|
424
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
425
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
426
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
427
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
428
|
+
readonly scrollPaddingInline: "space-inset";
|
|
429
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
430
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
431
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
432
|
+
readonly scrollPaddingRight: "space-inset";
|
|
433
|
+
readonly scrollPaddingTop: "space-inset";
|
|
434
|
+
readonly stroke: "colors";
|
|
435
|
+
readonly strokeWidth: "stroke-width";
|
|
436
|
+
readonly textDecorationColor: "colors";
|
|
437
|
+
readonly textShadow: "shadows";
|
|
438
|
+
readonly top: "space";
|
|
439
|
+
readonly transition: "transitions";
|
|
440
|
+
readonly width: "sizes";
|
|
441
|
+
readonly zIndex: "z-indices";
|
|
442
|
+
}, {
|
|
443
|
+
paddingX: (value: {
|
|
444
|
+
readonly [$$PropertyValue]: "padding";
|
|
445
|
+
}) => {
|
|
446
|
+
paddingLeft: {
|
|
447
|
+
readonly [$$PropertyValue]: "padding";
|
|
328
448
|
};
|
|
329
|
-
|
|
330
|
-
readonly
|
|
331
|
-
readonly select: 200;
|
|
332
|
-
readonly popover: 300;
|
|
333
|
-
readonly tooltip: 400;
|
|
449
|
+
paddingRight: {
|
|
450
|
+
readonly [$$PropertyValue]: "padding";
|
|
334
451
|
};
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
readonly
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
readonly border: "colors";
|
|
341
|
-
readonly borderBlock: "colors";
|
|
342
|
-
readonly borderBlockEnd: "colors";
|
|
343
|
-
readonly borderBlockStart: "colors";
|
|
344
|
-
readonly borderBottom: "colors";
|
|
345
|
-
readonly borderBottomColor: "colors";
|
|
346
|
-
readonly borderBottomLeftRadius: "radii";
|
|
347
|
-
readonly borderBottomRightRadius: "radii";
|
|
348
|
-
readonly borderBottomStyle: "border-styles";
|
|
349
|
-
readonly borderBottomWidth: "border-widths";
|
|
350
|
-
readonly borderColor: "colors";
|
|
351
|
-
readonly borderImage: "colors";
|
|
352
|
-
readonly borderInline: "colors";
|
|
353
|
-
readonly borderInlineEnd: "colors";
|
|
354
|
-
readonly borderInlineStart: "colors";
|
|
355
|
-
readonly borderLeft: "colors";
|
|
356
|
-
readonly borderLeftColor: "colors";
|
|
357
|
-
readonly borderLeftStyle: "border-styles";
|
|
358
|
-
readonly borderLeftWidth: "border-widths";
|
|
359
|
-
readonly borderRadius: "radii";
|
|
360
|
-
readonly borderRight: "colors";
|
|
361
|
-
readonly borderRightColor: "colors";
|
|
362
|
-
readonly borderRightStyle: "border-styles";
|
|
363
|
-
readonly borderRightWidth: "border-widths";
|
|
364
|
-
readonly borderSpacing: "space-offset";
|
|
365
|
-
readonly borderStyle: "border-styles";
|
|
366
|
-
readonly borderTop: "colors";
|
|
367
|
-
readonly borderTopColor: "colors";
|
|
368
|
-
readonly borderTopLeftRadius: "radii";
|
|
369
|
-
readonly borderTopRightRadius: "radii";
|
|
370
|
-
readonly borderTopStyle: "border-styles";
|
|
371
|
-
readonly borderTopWidth: "border-widths";
|
|
372
|
-
readonly borderWidth: "border-widths";
|
|
373
|
-
readonly bottom: "space";
|
|
374
|
-
readonly boxShadow: "shadows";
|
|
375
|
-
readonly caretColor: "colors";
|
|
376
|
-
readonly color: "colors";
|
|
377
|
-
readonly columnGap: "space-gap";
|
|
378
|
-
readonly columnRuleColor: "colors";
|
|
379
|
-
readonly fill: "colors";
|
|
380
|
-
readonly flexBasis: "sizes";
|
|
381
|
-
readonly fontFamily: "fonts";
|
|
382
|
-
readonly fontSize: "font-sizes";
|
|
383
|
-
readonly fontWeight: "font-weights";
|
|
384
|
-
readonly gap: "space-gap";
|
|
385
|
-
readonly gridColumnGap: "space-gap";
|
|
386
|
-
readonly gridGap: "space-gap";
|
|
387
|
-
readonly gridRowGap: "space-gap";
|
|
388
|
-
readonly gridTemplateColumns: "sizes";
|
|
389
|
-
readonly gridTemplateRows: "sizes";
|
|
390
|
-
readonly height: "sizes";
|
|
391
|
-
readonly inlineSize: "sizes";
|
|
392
|
-
readonly inset: "space-inset";
|
|
393
|
-
readonly insetBlock: "space-inset";
|
|
394
|
-
readonly insetBlockEnd: "space-inset";
|
|
395
|
-
readonly insetBlockStart: "space-inset";
|
|
396
|
-
readonly insetInline: "space-inset";
|
|
397
|
-
readonly insetInlineEnd: "space-inset";
|
|
398
|
-
readonly insetInlineStart: "space-inset";
|
|
399
|
-
readonly left: "space";
|
|
400
|
-
readonly letterSpacing: "letter-spacings";
|
|
401
|
-
readonly lineHeight: "line-heights";
|
|
402
|
-
readonly margin: "space-offset";
|
|
403
|
-
readonly marginBlock: "space-offset";
|
|
404
|
-
readonly marginBlockEnd: "space-offset";
|
|
405
|
-
readonly marginBlockStart: "space-offset";
|
|
406
|
-
readonly marginBottom: "space-offset";
|
|
407
|
-
readonly marginInline: "space-offset";
|
|
408
|
-
readonly marginInlineEnd: "space-offset";
|
|
409
|
-
readonly marginInlineStart: "space-offset";
|
|
410
|
-
readonly marginLeft: "space-offset";
|
|
411
|
-
readonly marginRight: "space-offset";
|
|
412
|
-
readonly marginTop: "space-offset";
|
|
413
|
-
readonly maxBlockSize: "sizes";
|
|
414
|
-
readonly maxHeight: "sizes";
|
|
415
|
-
readonly maxInlineSize: "sizes";
|
|
416
|
-
readonly maxWidth: "sizes";
|
|
417
|
-
readonly minBlockSize: "sizes";
|
|
418
|
-
readonly minHeight: "sizes";
|
|
419
|
-
readonly minInlineSize: "sizes";
|
|
420
|
-
readonly minWidth: "sizes";
|
|
421
|
-
readonly outline: "colors";
|
|
422
|
-
readonly outlineColor: "colors";
|
|
423
|
-
readonly padding: "space-inset";
|
|
424
|
-
readonly paddingBlock: "space-inset";
|
|
425
|
-
readonly paddingBlockEnd: "space-inset";
|
|
426
|
-
readonly paddingBlockStart: "space-inset";
|
|
427
|
-
readonly paddingBottom: "space-inset";
|
|
428
|
-
readonly paddingInline: "space-inset";
|
|
429
|
-
readonly paddingInlineEnd: "space-inset";
|
|
430
|
-
readonly paddingInlineStart: "space-inset";
|
|
431
|
-
readonly paddingLeft: "space-inset";
|
|
432
|
-
readonly paddingRight: "space-inset";
|
|
433
|
-
readonly paddingTop: "space-inset";
|
|
434
|
-
readonly right: "space";
|
|
435
|
-
readonly rowGap: "space-gap";
|
|
436
|
-
readonly scrollMargin: "space-offset";
|
|
437
|
-
readonly scrollMarginBlock: "space-offset";
|
|
438
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
439
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
440
|
-
readonly scrollMarginBottom: "space-offset";
|
|
441
|
-
readonly scrollMarginInline: "space-offset";
|
|
442
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
443
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
444
|
-
readonly scrollMarginLeft: "space-offset";
|
|
445
|
-
readonly scrollMarginRight: "space-offset";
|
|
446
|
-
readonly scrollMarginTop: "space-offset";
|
|
447
|
-
readonly scrollPadding: "space-inset";
|
|
448
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
449
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
450
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
451
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
452
|
-
readonly scrollPaddingInline: "space-inset";
|
|
453
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
454
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
455
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
456
|
-
readonly scrollPaddingRight: "space-inset";
|
|
457
|
-
readonly scrollPaddingTop: "space-inset";
|
|
458
|
-
readonly stroke: "colors";
|
|
459
|
-
readonly strokeWidth: "stroke-width";
|
|
460
|
-
readonly textDecorationColor: "colors";
|
|
461
|
-
readonly textShadow: "shadows";
|
|
462
|
-
readonly top: "space";
|
|
463
|
-
readonly transition: "transitions";
|
|
464
|
-
readonly width: "sizes";
|
|
465
|
-
readonly zIndex: "z-indices";
|
|
466
|
-
}, {
|
|
467
|
-
paddingX: (value: {
|
|
452
|
+
};
|
|
453
|
+
paddingY: (value: {
|
|
454
|
+
readonly [$$PropertyValue]: "padding";
|
|
455
|
+
}) => {
|
|
456
|
+
paddingTop: {
|
|
468
457
|
readonly [$$PropertyValue]: "padding";
|
|
469
|
-
}) => {
|
|
470
|
-
paddingLeft: {
|
|
471
|
-
readonly [$$PropertyValue]: "padding";
|
|
472
|
-
};
|
|
473
|
-
paddingRight: {
|
|
474
|
-
readonly [$$PropertyValue]: "padding";
|
|
475
|
-
};
|
|
476
458
|
};
|
|
477
|
-
|
|
459
|
+
paddingBottom: {
|
|
478
460
|
readonly [$$PropertyValue]: "padding";
|
|
479
|
-
}) => {
|
|
480
|
-
paddingTop: {
|
|
481
|
-
readonly [$$PropertyValue]: "padding";
|
|
482
|
-
};
|
|
483
|
-
paddingBottom: {
|
|
484
|
-
readonly [$$PropertyValue]: "padding";
|
|
485
|
-
};
|
|
486
461
|
};
|
|
487
|
-
|
|
462
|
+
};
|
|
463
|
+
marginX: (value: {
|
|
464
|
+
readonly [$$PropertyValue]: "margin";
|
|
465
|
+
}) => {
|
|
466
|
+
marginLeft: {
|
|
467
|
+
readonly [$$PropertyValue]: "margin";
|
|
468
|
+
};
|
|
469
|
+
marginRight: {
|
|
470
|
+
readonly [$$PropertyValue]: "margin";
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
marginY: (value: {
|
|
474
|
+
readonly [$$PropertyValue]: "margin";
|
|
475
|
+
}) => {
|
|
476
|
+
marginTop: {
|
|
488
477
|
readonly [$$PropertyValue]: "margin";
|
|
489
|
-
}) => {
|
|
490
|
-
marginLeft: {
|
|
491
|
-
readonly [$$PropertyValue]: "margin";
|
|
492
|
-
};
|
|
493
|
-
marginRight: {
|
|
494
|
-
readonly [$$PropertyValue]: "margin";
|
|
495
|
-
};
|
|
496
478
|
};
|
|
497
|
-
|
|
479
|
+
marginBottom: {
|
|
498
480
|
readonly [$$PropertyValue]: "margin";
|
|
499
|
-
}) => {
|
|
500
|
-
marginTop: {
|
|
501
|
-
readonly [$$PropertyValue]: "margin";
|
|
502
|
-
};
|
|
503
|
-
marginBottom: {
|
|
504
|
-
readonly [$$PropertyValue]: "margin";
|
|
505
|
-
};
|
|
506
481
|
};
|
|
507
|
-
|
|
482
|
+
};
|
|
483
|
+
square: (value: {
|
|
484
|
+
readonly [$$PropertyValue]: "width";
|
|
485
|
+
}) => {
|
|
486
|
+
width: {
|
|
487
|
+
readonly [$$PropertyValue]: "width";
|
|
488
|
+
};
|
|
489
|
+
height: {
|
|
508
490
|
readonly [$$PropertyValue]: "width";
|
|
509
|
-
}) => {
|
|
510
|
-
width: {
|
|
511
|
-
readonly [$$PropertyValue]: "width";
|
|
512
|
-
};
|
|
513
|
-
height: {
|
|
514
|
-
readonly [$$PropertyValue]: "width";
|
|
515
|
-
};
|
|
516
491
|
};
|
|
517
|
-
}
|
|
518
|
-
}> & {
|
|
519
|
-
|
|
520
|
-
|
|
492
|
+
};
|
|
493
|
+
}>>>, "rows" | "align" | "columns" | "justify" | "justifyItems" | "gap" | "flow" | "gapX" | "gapY"> & _stitches_react_types_styled_component.TransformProps<{
|
|
494
|
+
align?: "center" | "end" | "baseline" | "start" | "stretch" | undefined;
|
|
495
|
+
flow?: "row" | "column" | "dense" | "rowDense" | "columnDense" | undefined;
|
|
496
|
+
gap?: 0 | 200 | 50 | 100 | 300 | "0" | "100" | "200" | "300" | "50" | undefined;
|
|
497
|
+
gapX?: 0 | 200 | 50 | 100 | 300 | "0" | "100" | "200" | "300" | "50" | undefined;
|
|
498
|
+
gapY?: 0 | 200 | 50 | 100 | 300 | "0" | "100" | "200" | "300" | "50" | undefined;
|
|
499
|
+
columns?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | undefined;
|
|
500
|
+
rows?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | undefined;
|
|
501
|
+
justify?: "center" | "end" | "start" | "stretch" | "between" | "around" | "evenly" | undefined;
|
|
502
|
+
justifyItems?: "center" | "end" | "start" | "stretch" | undefined;
|
|
503
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {
|
|
521
504
|
align?: "center" | "end" | "baseline" | "start" | "stretch" | undefined;
|
|
522
505
|
flow?: "row" | "column" | "dense" | "rowDense" | "columnDense" | undefined;
|
|
523
506
|
gap?: 0 | 200 | 50 | 100 | 300 | "0" | "100" | "200" | "300" | "50" | undefined;
|
|
@@ -530,509 +513,497 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
530
513
|
}, {}>;
|
|
531
514
|
declare type StyledGridProps = ComponentPropsWithRef<typeof StyledGrid>;
|
|
532
515
|
|
|
533
|
-
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
'
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
'
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
516
|
+
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
517
|
+
'border-widths': {
|
|
518
|
+
readonly none: 0;
|
|
519
|
+
readonly sm: "1px";
|
|
520
|
+
readonly md: "2px";
|
|
521
|
+
readonly lg: "4px";
|
|
522
|
+
};
|
|
523
|
+
colors: {
|
|
524
|
+
readonly black: any;
|
|
525
|
+
readonly 'blue-100': any;
|
|
526
|
+
readonly 'blue-200': any;
|
|
527
|
+
readonly 'blue-300': any;
|
|
528
|
+
readonly 'blue-400': any;
|
|
529
|
+
readonly 'blue-500': any;
|
|
530
|
+
readonly 'blue-600': any;
|
|
531
|
+
readonly 'blue-700': any;
|
|
532
|
+
readonly 'blue-800': any;
|
|
533
|
+
readonly 'blue-900': any;
|
|
534
|
+
readonly 'blue-1000': any;
|
|
535
|
+
readonly 'gray-100': any;
|
|
536
|
+
readonly 'gray-200': any;
|
|
537
|
+
readonly 'gray-300': any;
|
|
538
|
+
readonly 'gray-400': any;
|
|
539
|
+
readonly 'gray-500': any;
|
|
540
|
+
readonly 'gray-600': any;
|
|
541
|
+
readonly 'gray-700': any;
|
|
542
|
+
readonly 'gray-800': any;
|
|
543
|
+
readonly 'gray-900': any;
|
|
544
|
+
readonly 'green-100': any;
|
|
545
|
+
readonly 'green-200': any;
|
|
546
|
+
readonly 'green-300': any;
|
|
547
|
+
readonly 'green-400': any;
|
|
548
|
+
readonly 'green-500': any;
|
|
549
|
+
readonly 'green-600': any;
|
|
550
|
+
readonly 'green-700': any;
|
|
551
|
+
readonly 'green-800': any;
|
|
552
|
+
readonly 'green-900': any;
|
|
553
|
+
readonly 'indigo-100': any;
|
|
554
|
+
readonly 'indigo-200': any;
|
|
555
|
+
readonly 'indigo-300': any;
|
|
556
|
+
readonly 'indigo-400': any;
|
|
557
|
+
readonly 'indigo-500': any;
|
|
558
|
+
readonly 'indigo-600': any;
|
|
559
|
+
readonly 'indigo-700': any;
|
|
560
|
+
readonly 'indigo-800': any;
|
|
561
|
+
readonly 'indigo-900': any;
|
|
562
|
+
readonly 'red-100': any;
|
|
563
|
+
readonly 'red-200': any;
|
|
564
|
+
readonly 'red-300': any;
|
|
565
|
+
readonly 'red-400': any;
|
|
566
|
+
readonly 'red-500': any;
|
|
567
|
+
readonly 'red-600': any;
|
|
568
|
+
readonly 'red-700': any;
|
|
569
|
+
readonly 'red-800': any;
|
|
570
|
+
readonly 'red-900': any;
|
|
571
|
+
readonly transparent: any;
|
|
572
|
+
readonly white: any;
|
|
573
|
+
readonly 'yellow-100': any;
|
|
574
|
+
readonly 'yellow-200': any;
|
|
575
|
+
readonly 'yellow-300': any;
|
|
576
|
+
readonly 'yellow-400': any;
|
|
577
|
+
readonly 'yellow-500': any;
|
|
578
|
+
readonly 'yellow-600': any;
|
|
579
|
+
readonly 'yellow-700': any;
|
|
580
|
+
readonly 'yellow-800': any;
|
|
581
|
+
readonly 'yellow-900': any;
|
|
582
|
+
"background-alpha-active"?: any;
|
|
583
|
+
"background-alpha-hover"?: any;
|
|
584
|
+
"background-danger-prominent"?: any;
|
|
585
|
+
"background-danger-prominent-active"?: any;
|
|
586
|
+
"background-danger-prominent-hover"?: any;
|
|
587
|
+
"background-danger-subtle"?: any;
|
|
588
|
+
"background-danger-subtle-active"?: any;
|
|
589
|
+
"background-danger-subtle-hover"?: any;
|
|
590
|
+
"background-neutrals"?: any;
|
|
591
|
+
"background-neutrals-active"?: any;
|
|
592
|
+
"background-neutrals-container"?: any;
|
|
593
|
+
"background-neutrals-controls-disabled"?: any;
|
|
594
|
+
"background-neutrals-disabled"?: any;
|
|
595
|
+
"background-neutrals-hover"?: any;
|
|
596
|
+
"background-neutrals-inactive"?: any;
|
|
597
|
+
"background-neutrals-inactive-hover"?: any;
|
|
598
|
+
"background-neutrals-inverted"?: any;
|
|
599
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
600
|
+
"background-neutrals-page"?: any;
|
|
601
|
+
"background-neutrals-page-subtle"?: any;
|
|
602
|
+
"background-neutrals-scrolls"?: any;
|
|
603
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
604
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
605
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
606
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
607
|
+
"background-neutrals-subtle"?: any;
|
|
608
|
+
"background-neutrals-subtle-active"?: any;
|
|
609
|
+
"background-neutrals-subtle-hover"?: any;
|
|
610
|
+
"background-primary-prominent"?: any;
|
|
611
|
+
"background-primary-prominent-active"?: any;
|
|
612
|
+
"background-primary-prominent-expanded"?: any;
|
|
613
|
+
"background-primary-prominent-hover"?: any;
|
|
614
|
+
"background-primary-prominent-pressed"?: any;
|
|
615
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
616
|
+
"background-primary-prominent-selected"?: any;
|
|
617
|
+
"background-primary-subtle"?: any;
|
|
618
|
+
"background-primary-subtle-active"?: any;
|
|
619
|
+
"background-primary-subtle-expanded"?: any;
|
|
620
|
+
"background-primary-subtle-hover"?: any;
|
|
621
|
+
"background-primary-subtle-pressed"?: any;
|
|
622
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
623
|
+
"background-primary-subtle-selected"?: any;
|
|
624
|
+
"background-success"?: any;
|
|
625
|
+
"background-success-prominent"?: any;
|
|
626
|
+
"background-success-prominent-active"?: any;
|
|
627
|
+
"background-success-prominent-hover"?: any;
|
|
628
|
+
"background-warning-prominent"?: any;
|
|
629
|
+
"background-warning-subtle"?: any;
|
|
630
|
+
"border-danger"?: any;
|
|
631
|
+
"border-danger-active"?: any;
|
|
632
|
+
"border-danger-hover"?: any;
|
|
633
|
+
"border-focus-inner"?: any;
|
|
634
|
+
"border-focus-middle"?: any;
|
|
635
|
+
"border-focus-outer"?: any;
|
|
636
|
+
"border-neutrals"?: any;
|
|
637
|
+
"border-neutrals-active"?: any;
|
|
638
|
+
"border-neutrals-controls"?: any;
|
|
639
|
+
"border-neutrals-controls-disabled"?: any;
|
|
640
|
+
"border-neutrals-disabled"?: any;
|
|
641
|
+
"border-neutrals-hover"?: any;
|
|
642
|
+
"border-neutrals-inverted"?: any;
|
|
643
|
+
"border-neutrals-subtle"?: any;
|
|
644
|
+
"border-neutrals-text"?: any;
|
|
645
|
+
"border-neutrals-text-active"?: any;
|
|
646
|
+
"border-neutrals-text-hover"?: any;
|
|
647
|
+
"border-neutrals-text-subtle"?: any;
|
|
648
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
649
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
650
|
+
"border-neutrals-transparent"?: any;
|
|
651
|
+
"border-primary"?: any;
|
|
652
|
+
"border-primary-active"?: any;
|
|
653
|
+
"border-primary-hover"?: any;
|
|
654
|
+
"border-primary-inverted"?: any;
|
|
655
|
+
"border-success"?: any;
|
|
656
|
+
"border-success-active"?: any;
|
|
657
|
+
"border-success-hover"?: any;
|
|
658
|
+
"border-warning"?: any;
|
|
659
|
+
"icon-danger"?: any;
|
|
660
|
+
"icon-danger-active"?: any;
|
|
661
|
+
"icon-danger-hover"?: any;
|
|
662
|
+
"icon-danger-inverted"?: any;
|
|
663
|
+
"icon-neutrals"?: any;
|
|
664
|
+
"icon-neutrals-disabled"?: any;
|
|
665
|
+
"icon-neutrals-inactive"?: any;
|
|
666
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
667
|
+
"icon-neutrals-inverted"?: any;
|
|
668
|
+
"icon-neutrals-search"?: any;
|
|
669
|
+
"icon-neutrals-subtle"?: any;
|
|
670
|
+
"icon-neutrals-text"?: any;
|
|
671
|
+
"icon-primary"?: any;
|
|
672
|
+
"icon-primary-active"?: any;
|
|
673
|
+
"icon-primary-hover"?: any;
|
|
674
|
+
"icon-primary-inverted"?: any;
|
|
675
|
+
"icon-primary-selected"?: any;
|
|
676
|
+
"icon-success"?: any;
|
|
677
|
+
"icon-success-active"?: any;
|
|
678
|
+
"icon-success-hover"?: any;
|
|
679
|
+
"icon-success-inverted"?: any;
|
|
680
|
+
"icon-warning"?: any;
|
|
681
|
+
"icon-warning-prominent"?: any;
|
|
682
|
+
"icon-warning-subtle"?: any;
|
|
683
|
+
"text-danger"?: any;
|
|
684
|
+
"text-danger-active"?: any;
|
|
685
|
+
"text-danger-hover"?: any;
|
|
686
|
+
"text-danger-inverted"?: any;
|
|
687
|
+
"text-neutrals"?: any;
|
|
688
|
+
"text-neutrals-active"?: any;
|
|
689
|
+
"text-neutrals-disabled"?: any;
|
|
690
|
+
"text-neutrals-hover"?: any;
|
|
691
|
+
"text-neutrals-inverted"?: any;
|
|
692
|
+
"text-neutrals-placeholder"?: any;
|
|
693
|
+
"text-neutrals-placeholder-only"?: any;
|
|
694
|
+
"text-neutrals-subtle"?: any;
|
|
695
|
+
"text-neutrals-subtle-active"?: any;
|
|
696
|
+
"text-neutrals-subtle-hover"?: any;
|
|
697
|
+
"text-primary"?: any;
|
|
698
|
+
"text-primary-active"?: any;
|
|
699
|
+
"text-primary-hover"?: any;
|
|
700
|
+
"text-primary-inverted"?: any;
|
|
701
|
+
"text-primary-inverted-subtle"?: any;
|
|
702
|
+
"text-primary-selected"?: any;
|
|
703
|
+
"text-success"?: any;
|
|
704
|
+
"text-success-active"?: any;
|
|
705
|
+
"text-success-hover"?: any;
|
|
706
|
+
"text-success-inverted"?: any;
|
|
707
|
+
"text-warning"?: any;
|
|
708
|
+
"text-warning-subtle"?: any;
|
|
709
|
+
};
|
|
710
|
+
'font-sizes': {
|
|
711
|
+
readonly 150: "0.75rem";
|
|
712
|
+
readonly 175: "0.875rem";
|
|
713
|
+
readonly 200: "1rem";
|
|
714
|
+
readonly 225: "1.125rem";
|
|
715
|
+
readonly 250: "1.25rem";
|
|
716
|
+
readonly 300: "1.5rem";
|
|
717
|
+
readonly 400: "2rem";
|
|
718
|
+
readonly 500: "2.5rem";
|
|
719
|
+
readonly 600: "3rem";
|
|
720
|
+
readonly 800: "4rem";
|
|
721
|
+
readonly 900: "4.5rem";
|
|
722
|
+
};
|
|
723
|
+
fonts: {
|
|
724
|
+
readonly heading: "Roobert, sans-serif";
|
|
725
|
+
readonly body: "Open Sans, sans-serif";
|
|
726
|
+
};
|
|
727
|
+
radii: {
|
|
728
|
+
readonly none: 0;
|
|
729
|
+
readonly half: "999em";
|
|
730
|
+
readonly 25: "2px";
|
|
731
|
+
readonly 50: "4px";
|
|
732
|
+
readonly 75: "6px";
|
|
733
|
+
readonly 100: "8px";
|
|
734
|
+
readonly 200: "16px";
|
|
735
|
+
};
|
|
736
|
+
shadows: {
|
|
737
|
+
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";
|
|
738
|
+
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";
|
|
739
|
+
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";
|
|
740
|
+
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";
|
|
741
|
+
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";
|
|
742
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
743
|
+
};
|
|
744
|
+
sizes: {
|
|
745
|
+
readonly number: string;
|
|
746
|
+
readonly 'icon-200': "16px";
|
|
747
|
+
readonly 'icon-300': "24px";
|
|
748
|
+
readonly 'icon-400': "32px";
|
|
749
|
+
};
|
|
750
|
+
space: {
|
|
751
|
+
readonly 0: "0px";
|
|
752
|
+
readonly 25: "2px";
|
|
753
|
+
readonly 50: "4px";
|
|
754
|
+
readonly 100: "8px";
|
|
755
|
+
readonly 150: "12px";
|
|
756
|
+
readonly 200: "16px";
|
|
757
|
+
readonly 300: "24px";
|
|
758
|
+
readonly 400: "32px";
|
|
759
|
+
readonly 500: "40px";
|
|
760
|
+
readonly 600: "48px";
|
|
761
|
+
readonly 700: "56px";
|
|
762
|
+
readonly 800: "64px";
|
|
763
|
+
readonly 1200: "96px";
|
|
764
|
+
readonly 1600: "128px";
|
|
765
|
+
};
|
|
766
|
+
'space-gap': {
|
|
767
|
+
readonly 0: any;
|
|
768
|
+
readonly 50: any;
|
|
769
|
+
readonly 100: any;
|
|
770
|
+
readonly 200: any;
|
|
771
|
+
readonly 300: any;
|
|
772
|
+
};
|
|
773
|
+
'space-inset': {
|
|
774
|
+
readonly 0: any;
|
|
775
|
+
readonly 50: any;
|
|
776
|
+
readonly 100: any;
|
|
777
|
+
readonly 150: any;
|
|
778
|
+
readonly 200: any;
|
|
779
|
+
readonly 300: any;
|
|
780
|
+
readonly 400: any;
|
|
781
|
+
readonly 500: any;
|
|
782
|
+
readonly 600: any;
|
|
783
|
+
readonly 700: any;
|
|
784
|
+
readonly 800: any;
|
|
785
|
+
readonly 1200: any;
|
|
786
|
+
readonly 1600: any;
|
|
787
|
+
};
|
|
788
|
+
'space-offset': {
|
|
789
|
+
readonly 0: any;
|
|
790
|
+
readonly 50: any;
|
|
791
|
+
readonly 100: any;
|
|
792
|
+
readonly 150: any;
|
|
793
|
+
readonly 200: any;
|
|
794
|
+
readonly 300: any;
|
|
795
|
+
readonly 400: any;
|
|
796
|
+
readonly 600: any;
|
|
797
|
+
readonly 800: any;
|
|
798
|
+
readonly 1200: any;
|
|
799
|
+
readonly 1600: any;
|
|
800
|
+
readonly 'stacking-0': any;
|
|
801
|
+
readonly 'stacking-100': any;
|
|
802
|
+
readonly 'stacking-200': any;
|
|
803
|
+
readonly 'stacking-300': any;
|
|
804
|
+
readonly 'stacking-400': any;
|
|
805
|
+
readonly 'stacking-500': any;
|
|
806
|
+
readonly 'stacking-800': any;
|
|
807
|
+
};
|
|
808
|
+
'stroke-width': {
|
|
809
|
+
readonly thin: "1.5px";
|
|
810
|
+
readonly normal: "2px";
|
|
811
|
+
readonly bold: "4px";
|
|
812
|
+
};
|
|
813
|
+
'z-indices': {
|
|
814
|
+
readonly dropdownMenu: 100;
|
|
815
|
+
readonly select: 200;
|
|
816
|
+
readonly popover: 300;
|
|
817
|
+
readonly tooltip: 400;
|
|
818
|
+
};
|
|
819
|
+
}, {
|
|
820
|
+
readonly background: "colors";
|
|
821
|
+
readonly backgroundColor: "colors";
|
|
822
|
+
readonly backgroundImage: "colors";
|
|
823
|
+
readonly blockSize: "sizes";
|
|
824
|
+
readonly border: "colors";
|
|
825
|
+
readonly borderBlock: "colors";
|
|
826
|
+
readonly borderBlockEnd: "colors";
|
|
827
|
+
readonly borderBlockStart: "colors";
|
|
828
|
+
readonly borderBottom: "colors";
|
|
829
|
+
readonly borderBottomColor: "colors";
|
|
830
|
+
readonly borderBottomLeftRadius: "radii";
|
|
831
|
+
readonly borderBottomRightRadius: "radii";
|
|
832
|
+
readonly borderBottomStyle: "border-styles";
|
|
833
|
+
readonly borderBottomWidth: "border-widths";
|
|
834
|
+
readonly borderColor: "colors";
|
|
835
|
+
readonly borderImage: "colors";
|
|
836
|
+
readonly borderInline: "colors";
|
|
837
|
+
readonly borderInlineEnd: "colors";
|
|
838
|
+
readonly borderInlineStart: "colors";
|
|
839
|
+
readonly borderLeft: "colors";
|
|
840
|
+
readonly borderLeftColor: "colors";
|
|
841
|
+
readonly borderLeftStyle: "border-styles";
|
|
842
|
+
readonly borderLeftWidth: "border-widths";
|
|
843
|
+
readonly borderRadius: "radii";
|
|
844
|
+
readonly borderRight: "colors";
|
|
845
|
+
readonly borderRightColor: "colors";
|
|
846
|
+
readonly borderRightStyle: "border-styles";
|
|
847
|
+
readonly borderRightWidth: "border-widths";
|
|
848
|
+
readonly borderSpacing: "space-offset";
|
|
849
|
+
readonly borderStyle: "border-styles";
|
|
850
|
+
readonly borderTop: "colors";
|
|
851
|
+
readonly borderTopColor: "colors";
|
|
852
|
+
readonly borderTopLeftRadius: "radii";
|
|
853
|
+
readonly borderTopRightRadius: "radii";
|
|
854
|
+
readonly borderTopStyle: "border-styles";
|
|
855
|
+
readonly borderTopWidth: "border-widths";
|
|
856
|
+
readonly borderWidth: "border-widths";
|
|
857
|
+
readonly bottom: "space";
|
|
858
|
+
readonly boxShadow: "shadows";
|
|
859
|
+
readonly caretColor: "colors";
|
|
860
|
+
readonly color: "colors";
|
|
861
|
+
readonly columnGap: "space-gap";
|
|
862
|
+
readonly columnRuleColor: "colors";
|
|
863
|
+
readonly fill: "colors";
|
|
864
|
+
readonly flexBasis: "sizes";
|
|
865
|
+
readonly fontFamily: "fonts";
|
|
866
|
+
readonly fontSize: "font-sizes";
|
|
867
|
+
readonly fontWeight: "font-weights";
|
|
868
|
+
readonly gap: "space-gap";
|
|
869
|
+
readonly gridColumnGap: "space-gap";
|
|
870
|
+
readonly gridGap: "space-gap";
|
|
871
|
+
readonly gridRowGap: "space-gap";
|
|
872
|
+
readonly gridTemplateColumns: "sizes";
|
|
873
|
+
readonly gridTemplateRows: "sizes";
|
|
874
|
+
readonly height: "sizes";
|
|
875
|
+
readonly inlineSize: "sizes";
|
|
876
|
+
readonly inset: "space-inset";
|
|
877
|
+
readonly insetBlock: "space-inset";
|
|
878
|
+
readonly insetBlockEnd: "space-inset";
|
|
879
|
+
readonly insetBlockStart: "space-inset";
|
|
880
|
+
readonly insetInline: "space-inset";
|
|
881
|
+
readonly insetInlineEnd: "space-inset";
|
|
882
|
+
readonly insetInlineStart: "space-inset";
|
|
883
|
+
readonly left: "space";
|
|
884
|
+
readonly letterSpacing: "letter-spacings";
|
|
885
|
+
readonly lineHeight: "line-heights";
|
|
886
|
+
readonly margin: "space-offset";
|
|
887
|
+
readonly marginBlock: "space-offset";
|
|
888
|
+
readonly marginBlockEnd: "space-offset";
|
|
889
|
+
readonly marginBlockStart: "space-offset";
|
|
890
|
+
readonly marginBottom: "space-offset";
|
|
891
|
+
readonly marginInline: "space-offset";
|
|
892
|
+
readonly marginInlineEnd: "space-offset";
|
|
893
|
+
readonly marginInlineStart: "space-offset";
|
|
894
|
+
readonly marginLeft: "space-offset";
|
|
895
|
+
readonly marginRight: "space-offset";
|
|
896
|
+
readonly marginTop: "space-offset";
|
|
897
|
+
readonly maxBlockSize: "sizes";
|
|
898
|
+
readonly maxHeight: "sizes";
|
|
899
|
+
readonly maxInlineSize: "sizes";
|
|
900
|
+
readonly maxWidth: "sizes";
|
|
901
|
+
readonly minBlockSize: "sizes";
|
|
902
|
+
readonly minHeight: "sizes";
|
|
903
|
+
readonly minInlineSize: "sizes";
|
|
904
|
+
readonly minWidth: "sizes";
|
|
905
|
+
readonly outline: "colors";
|
|
906
|
+
readonly outlineColor: "colors";
|
|
907
|
+
readonly padding: "space-inset";
|
|
908
|
+
readonly paddingBlock: "space-inset";
|
|
909
|
+
readonly paddingBlockEnd: "space-inset";
|
|
910
|
+
readonly paddingBlockStart: "space-inset";
|
|
911
|
+
readonly paddingBottom: "space-inset";
|
|
912
|
+
readonly paddingInline: "space-inset";
|
|
913
|
+
readonly paddingInlineEnd: "space-inset";
|
|
914
|
+
readonly paddingInlineStart: "space-inset";
|
|
915
|
+
readonly paddingLeft: "space-inset";
|
|
916
|
+
readonly paddingRight: "space-inset";
|
|
917
|
+
readonly paddingTop: "space-inset";
|
|
918
|
+
readonly right: "space";
|
|
919
|
+
readonly rowGap: "space-gap";
|
|
920
|
+
readonly scrollMargin: "space-offset";
|
|
921
|
+
readonly scrollMarginBlock: "space-offset";
|
|
922
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
923
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
924
|
+
readonly scrollMarginBottom: "space-offset";
|
|
925
|
+
readonly scrollMarginInline: "space-offset";
|
|
926
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
927
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
928
|
+
readonly scrollMarginLeft: "space-offset";
|
|
929
|
+
readonly scrollMarginRight: "space-offset";
|
|
930
|
+
readonly scrollMarginTop: "space-offset";
|
|
931
|
+
readonly scrollPadding: "space-inset";
|
|
932
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
933
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
934
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
935
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
936
|
+
readonly scrollPaddingInline: "space-inset";
|
|
937
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
938
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
939
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
940
|
+
readonly scrollPaddingRight: "space-inset";
|
|
941
|
+
readonly scrollPaddingTop: "space-inset";
|
|
942
|
+
readonly stroke: "colors";
|
|
943
|
+
readonly strokeWidth: "stroke-width";
|
|
944
|
+
readonly textDecorationColor: "colors";
|
|
945
|
+
readonly textShadow: "shadows";
|
|
946
|
+
readonly top: "space";
|
|
947
|
+
readonly transition: "transitions";
|
|
948
|
+
readonly width: "sizes";
|
|
949
|
+
readonly zIndex: "z-indices";
|
|
950
|
+
}, {
|
|
951
|
+
paddingX: (value: {
|
|
952
|
+
readonly [$$PropertyValue]: "padding";
|
|
953
|
+
}) => {
|
|
954
|
+
paddingLeft: {
|
|
955
|
+
readonly [$$PropertyValue]: "padding";
|
|
843
956
|
};
|
|
844
|
-
|
|
845
|
-
readonly
|
|
846
|
-
readonly select: 200;
|
|
847
|
-
readonly popover: 300;
|
|
848
|
-
readonly tooltip: 400;
|
|
957
|
+
paddingRight: {
|
|
958
|
+
readonly [$$PropertyValue]: "padding";
|
|
849
959
|
};
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
readonly
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
readonly border: "colors";
|
|
856
|
-
readonly borderBlock: "colors";
|
|
857
|
-
readonly borderBlockEnd: "colors";
|
|
858
|
-
readonly borderBlockStart: "colors";
|
|
859
|
-
readonly borderBottom: "colors";
|
|
860
|
-
readonly borderBottomColor: "colors";
|
|
861
|
-
readonly borderBottomLeftRadius: "radii";
|
|
862
|
-
readonly borderBottomRightRadius: "radii";
|
|
863
|
-
readonly borderBottomStyle: "border-styles";
|
|
864
|
-
readonly borderBottomWidth: "border-widths";
|
|
865
|
-
readonly borderColor: "colors";
|
|
866
|
-
readonly borderImage: "colors";
|
|
867
|
-
readonly borderInline: "colors";
|
|
868
|
-
readonly borderInlineEnd: "colors";
|
|
869
|
-
readonly borderInlineStart: "colors";
|
|
870
|
-
readonly borderLeft: "colors";
|
|
871
|
-
readonly borderLeftColor: "colors";
|
|
872
|
-
readonly borderLeftStyle: "border-styles";
|
|
873
|
-
readonly borderLeftWidth: "border-widths";
|
|
874
|
-
readonly borderRadius: "radii";
|
|
875
|
-
readonly borderRight: "colors";
|
|
876
|
-
readonly borderRightColor: "colors";
|
|
877
|
-
readonly borderRightStyle: "border-styles";
|
|
878
|
-
readonly borderRightWidth: "border-widths";
|
|
879
|
-
readonly borderSpacing: "space-offset";
|
|
880
|
-
readonly borderStyle: "border-styles";
|
|
881
|
-
readonly borderTop: "colors";
|
|
882
|
-
readonly borderTopColor: "colors";
|
|
883
|
-
readonly borderTopLeftRadius: "radii";
|
|
884
|
-
readonly borderTopRightRadius: "radii";
|
|
885
|
-
readonly borderTopStyle: "border-styles";
|
|
886
|
-
readonly borderTopWidth: "border-widths";
|
|
887
|
-
readonly borderWidth: "border-widths";
|
|
888
|
-
readonly bottom: "space";
|
|
889
|
-
readonly boxShadow: "shadows";
|
|
890
|
-
readonly caretColor: "colors";
|
|
891
|
-
readonly color: "colors";
|
|
892
|
-
readonly columnGap: "space-gap";
|
|
893
|
-
readonly columnRuleColor: "colors";
|
|
894
|
-
readonly fill: "colors";
|
|
895
|
-
readonly flexBasis: "sizes";
|
|
896
|
-
readonly fontFamily: "fonts";
|
|
897
|
-
readonly fontSize: "font-sizes";
|
|
898
|
-
readonly fontWeight: "font-weights";
|
|
899
|
-
readonly gap: "space-gap";
|
|
900
|
-
readonly gridColumnGap: "space-gap";
|
|
901
|
-
readonly gridGap: "space-gap";
|
|
902
|
-
readonly gridRowGap: "space-gap";
|
|
903
|
-
readonly gridTemplateColumns: "sizes";
|
|
904
|
-
readonly gridTemplateRows: "sizes";
|
|
905
|
-
readonly height: "sizes";
|
|
906
|
-
readonly inlineSize: "sizes";
|
|
907
|
-
readonly inset: "space-inset";
|
|
908
|
-
readonly insetBlock: "space-inset";
|
|
909
|
-
readonly insetBlockEnd: "space-inset";
|
|
910
|
-
readonly insetBlockStart: "space-inset";
|
|
911
|
-
readonly insetInline: "space-inset";
|
|
912
|
-
readonly insetInlineEnd: "space-inset";
|
|
913
|
-
readonly insetInlineStart: "space-inset";
|
|
914
|
-
readonly left: "space";
|
|
915
|
-
readonly letterSpacing: "letter-spacings";
|
|
916
|
-
readonly lineHeight: "line-heights";
|
|
917
|
-
readonly margin: "space-offset";
|
|
918
|
-
readonly marginBlock: "space-offset";
|
|
919
|
-
readonly marginBlockEnd: "space-offset";
|
|
920
|
-
readonly marginBlockStart: "space-offset";
|
|
921
|
-
readonly marginBottom: "space-offset";
|
|
922
|
-
readonly marginInline: "space-offset";
|
|
923
|
-
readonly marginInlineEnd: "space-offset";
|
|
924
|
-
readonly marginInlineStart: "space-offset";
|
|
925
|
-
readonly marginLeft: "space-offset";
|
|
926
|
-
readonly marginRight: "space-offset";
|
|
927
|
-
readonly marginTop: "space-offset";
|
|
928
|
-
readonly maxBlockSize: "sizes";
|
|
929
|
-
readonly maxHeight: "sizes";
|
|
930
|
-
readonly maxInlineSize: "sizes";
|
|
931
|
-
readonly maxWidth: "sizes";
|
|
932
|
-
readonly minBlockSize: "sizes";
|
|
933
|
-
readonly minHeight: "sizes";
|
|
934
|
-
readonly minInlineSize: "sizes";
|
|
935
|
-
readonly minWidth: "sizes";
|
|
936
|
-
readonly outline: "colors";
|
|
937
|
-
readonly outlineColor: "colors";
|
|
938
|
-
readonly padding: "space-inset";
|
|
939
|
-
readonly paddingBlock: "space-inset";
|
|
940
|
-
readonly paddingBlockEnd: "space-inset";
|
|
941
|
-
readonly paddingBlockStart: "space-inset";
|
|
942
|
-
readonly paddingBottom: "space-inset";
|
|
943
|
-
readonly paddingInline: "space-inset";
|
|
944
|
-
readonly paddingInlineEnd: "space-inset";
|
|
945
|
-
readonly paddingInlineStart: "space-inset";
|
|
946
|
-
readonly paddingLeft: "space-inset";
|
|
947
|
-
readonly paddingRight: "space-inset";
|
|
948
|
-
readonly paddingTop: "space-inset";
|
|
949
|
-
readonly right: "space";
|
|
950
|
-
readonly rowGap: "space-gap";
|
|
951
|
-
readonly scrollMargin: "space-offset";
|
|
952
|
-
readonly scrollMarginBlock: "space-offset";
|
|
953
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
954
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
955
|
-
readonly scrollMarginBottom: "space-offset";
|
|
956
|
-
readonly scrollMarginInline: "space-offset";
|
|
957
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
958
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
959
|
-
readonly scrollMarginLeft: "space-offset";
|
|
960
|
-
readonly scrollMarginRight: "space-offset";
|
|
961
|
-
readonly scrollMarginTop: "space-offset";
|
|
962
|
-
readonly scrollPadding: "space-inset";
|
|
963
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
964
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
965
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
966
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
967
|
-
readonly scrollPaddingInline: "space-inset";
|
|
968
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
969
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
970
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
971
|
-
readonly scrollPaddingRight: "space-inset";
|
|
972
|
-
readonly scrollPaddingTop: "space-inset";
|
|
973
|
-
readonly stroke: "colors";
|
|
974
|
-
readonly strokeWidth: "stroke-width";
|
|
975
|
-
readonly textDecorationColor: "colors";
|
|
976
|
-
readonly textShadow: "shadows";
|
|
977
|
-
readonly top: "space";
|
|
978
|
-
readonly transition: "transitions";
|
|
979
|
-
readonly width: "sizes";
|
|
980
|
-
readonly zIndex: "z-indices";
|
|
981
|
-
}, {
|
|
982
|
-
paddingX: (value: {
|
|
960
|
+
};
|
|
961
|
+
paddingY: (value: {
|
|
962
|
+
readonly [$$PropertyValue]: "padding";
|
|
963
|
+
}) => {
|
|
964
|
+
paddingTop: {
|
|
983
965
|
readonly [$$PropertyValue]: "padding";
|
|
984
|
-
}) => {
|
|
985
|
-
paddingLeft: {
|
|
986
|
-
readonly [$$PropertyValue]: "padding";
|
|
987
|
-
};
|
|
988
|
-
paddingRight: {
|
|
989
|
-
readonly [$$PropertyValue]: "padding";
|
|
990
|
-
};
|
|
991
966
|
};
|
|
992
|
-
|
|
967
|
+
paddingBottom: {
|
|
993
968
|
readonly [$$PropertyValue]: "padding";
|
|
994
|
-
}) => {
|
|
995
|
-
paddingTop: {
|
|
996
|
-
readonly [$$PropertyValue]: "padding";
|
|
997
|
-
};
|
|
998
|
-
paddingBottom: {
|
|
999
|
-
readonly [$$PropertyValue]: "padding";
|
|
1000
|
-
};
|
|
1001
969
|
};
|
|
1002
|
-
|
|
970
|
+
};
|
|
971
|
+
marginX: (value: {
|
|
972
|
+
readonly [$$PropertyValue]: "margin";
|
|
973
|
+
}) => {
|
|
974
|
+
marginLeft: {
|
|
1003
975
|
readonly [$$PropertyValue]: "margin";
|
|
1004
|
-
}) => {
|
|
1005
|
-
marginLeft: {
|
|
1006
|
-
readonly [$$PropertyValue]: "margin";
|
|
1007
|
-
};
|
|
1008
|
-
marginRight: {
|
|
1009
|
-
readonly [$$PropertyValue]: "margin";
|
|
1010
|
-
};
|
|
1011
976
|
};
|
|
1012
|
-
|
|
977
|
+
marginRight: {
|
|
1013
978
|
readonly [$$PropertyValue]: "margin";
|
|
1014
|
-
}) => {
|
|
1015
|
-
marginTop: {
|
|
1016
|
-
readonly [$$PropertyValue]: "margin";
|
|
1017
|
-
};
|
|
1018
|
-
marginBottom: {
|
|
1019
|
-
readonly [$$PropertyValue]: "margin";
|
|
1020
|
-
};
|
|
1021
979
|
};
|
|
1022
|
-
|
|
980
|
+
};
|
|
981
|
+
marginY: (value: {
|
|
982
|
+
readonly [$$PropertyValue]: "margin";
|
|
983
|
+
}) => {
|
|
984
|
+
marginTop: {
|
|
985
|
+
readonly [$$PropertyValue]: "margin";
|
|
986
|
+
};
|
|
987
|
+
marginBottom: {
|
|
988
|
+
readonly [$$PropertyValue]: "margin";
|
|
989
|
+
};
|
|
990
|
+
};
|
|
991
|
+
square: (value: {
|
|
992
|
+
readonly [$$PropertyValue]: "width";
|
|
993
|
+
}) => {
|
|
994
|
+
width: {
|
|
995
|
+
readonly [$$PropertyValue]: "width";
|
|
996
|
+
};
|
|
997
|
+
height: {
|
|
1023
998
|
readonly [$$PropertyValue]: "width";
|
|
1024
|
-
}) => {
|
|
1025
|
-
width: {
|
|
1026
|
-
readonly [$$PropertyValue]: "width";
|
|
1027
|
-
};
|
|
1028
|
-
height: {
|
|
1029
|
-
readonly [$$PropertyValue]: "width";
|
|
1030
|
-
};
|
|
1031
999
|
};
|
|
1032
|
-
}
|
|
1033
|
-
}> & {
|
|
1034
|
-
|
|
1035
|
-
|
|
1000
|
+
};
|
|
1001
|
+
}>>>, "columnStart" | "rowStart" | "columnEnd" | "rowEnd"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1002
|
+
columnStart?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -1 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "-1" | undefined;
|
|
1003
|
+
rowStart?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -1 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "-1" | undefined;
|
|
1004
|
+
columnEnd?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -1 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "-1" | undefined;
|
|
1005
|
+
rowEnd?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -1 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "-1" | undefined;
|
|
1006
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {
|
|
1036
1007
|
columnStart?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -1 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "-1" | undefined;
|
|
1037
1008
|
rowStart?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -1 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "-1" | undefined;
|
|
1038
1009
|
columnEnd?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -1 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "-1" | undefined;
|