@mirohq/design-system-grid 2.1.29 → 2.1.31

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