@mirohq/design-system-toolbar 2.1.6 → 2.1.8

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 +1700 -1668
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -10,434 +10,442 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Pick<Omit<{
10
10
  unstyled?: boolean | "false" | undefined;
11
11
  }, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
12
12
  unstyled?: boolean | "false" | undefined;
13
- }, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
14
- 'border-widths': {
15
- readonly none: 0;
16
- readonly sm: "1px";
17
- readonly md: "2px";
18
- readonly lg: "4px";
19
- };
20
- colors: {
21
- readonly 'blue-100': any;
22
- readonly 'blue-200': any;
23
- readonly 'blue-300': any;
24
- readonly 'blue-400': any;
25
- readonly 'blue-500': any;
26
- readonly 'blue-600': any;
27
- readonly 'blue-700': any;
28
- readonly 'blue-800': any;
29
- readonly 'blue-900': any;
30
- readonly 'blue-1000': any;
31
- readonly 'gray-100': any;
32
- readonly 'gray-200': any;
33
- readonly 'gray-300': any;
34
- readonly 'gray-400': any;
35
- readonly 'gray-500': any;
36
- readonly 'gray-600': any;
37
- readonly 'gray-700': any;
38
- readonly 'gray-800': any;
39
- readonly 'gray-900': any;
40
- readonly 'indigo-100': any;
41
- readonly 'indigo-200': any;
42
- readonly 'indigo-300': any;
43
- readonly 'indigo-400': any;
44
- readonly 'indigo-500': any;
45
- readonly 'indigo-600': any;
46
- readonly 'indigo-700': any;
47
- readonly 'indigo-800': any;
48
- readonly 'indigo-900': any;
49
- readonly 'red-100': any;
50
- readonly 'red-200': any;
51
- readonly 'red-300': any;
52
- readonly 'red-400': any;
53
- readonly 'red-500': any;
54
- readonly 'red-600': any;
55
- readonly 'red-700': any;
56
- readonly 'red-800': any;
57
- readonly 'red-900': any;
58
- readonly 'yellow-100': any;
59
- readonly 'yellow-200': any;
60
- readonly 'yellow-300': any;
61
- readonly 'yellow-400': any;
62
- readonly 'yellow-500': any;
63
- readonly 'yellow-600': any;
64
- readonly 'yellow-700': any;
65
- readonly 'yellow-800': any;
66
- readonly 'yellow-900': any;
67
- readonly 'green-100': any;
68
- readonly 'green-200': any;
69
- readonly 'green-300': any;
70
- readonly 'green-400': any;
71
- readonly 'green-500': any;
72
- readonly 'green-600': any;
73
- readonly 'green-700': any;
74
- readonly 'green-800': any;
75
- readonly 'green-900': any;
76
- readonly black: any;
77
- readonly white: any;
78
- readonly transparent: any;
79
- readonly 'background-neutrals'?: any;
80
- readonly 'background-neutrals-body'?: any;
81
- readonly 'background-neutrals-container'?: any;
82
- readonly 'background-neutrals-inverted'?: any;
83
- readonly 'background-neutrals-inverted-subtle'?: any;
84
- readonly 'background-neutrals-subtle'?: any;
85
- readonly 'background-neutrals-subtle-hover'?: any;
86
- readonly 'background-neutrals-subtle-active'?: any;
87
- readonly 'background-neutrals-disabled'?: any;
88
- readonly 'background-neutrals-controls-disabled'?: any;
89
- readonly 'background-neutrals-scrolls'?: any;
90
- readonly 'background-neutrals-inactive'?: any;
91
- readonly 'background-neutrals-inactive-hover'?: any;
92
- readonly 'background-primary-prominent'?: any;
93
- readonly 'background-primary-prominent-hover'?: any;
94
- readonly 'background-primary-prominent-active'?: any;
95
- readonly 'background-primary-prominent-selected'?: any;
96
- readonly 'background-primary-subtle'?: any;
97
- readonly 'background-primary-subtle-hover'?: any;
98
- readonly 'background-primary-subtle-active'?: any;
99
- readonly 'background-primary-subtle-selected'?: any;
100
- readonly 'background-danger-prominent'?: any;
101
- readonly 'background-danger-prominent-hover'?: any;
102
- readonly 'background-danger-prominent-active'?: any;
103
- readonly 'background-danger'?: any;
104
- readonly 'background-danger-hover'?: any;
105
- readonly 'background-success'?: any;
106
- readonly 'background-warning-subtle'?: any;
107
- readonly 'background-warning-prominent'?: any;
108
- readonly 'text-neutrals-inverted'?: any;
109
- readonly 'text-neutrals'?: any;
110
- readonly 'text-neutrals-subtle'?: any;
111
- readonly 'text-neutrals-placeholder-only'?: any;
112
- readonly 'text-neutrals-placeholder'?: any;
113
- readonly 'text-neutrals-disabled'?: any;
114
- readonly 'text-primary-inverted'?: any;
115
- readonly 'text-primary'?: any;
116
- readonly 'text-primary-hover'?: any;
117
- readonly 'text-primary-active'?: any;
118
- readonly 'text-primary-selected'?: any;
119
- readonly 'text-primary-inverted-subtle'?: any;
120
- readonly 'text-danger-inverted'?: any;
121
- readonly 'text-danger'?: any;
122
- readonly 'text-danger-hover'?: any;
123
- readonly 'text-danger-active'?: any;
124
- readonly 'text-success'?: any;
125
- readonly 'text-warning'?: any;
126
- readonly 'icon-neutrals-inverted'?: any;
127
- readonly 'icon-neutrals'?: any;
128
- readonly 'icon-neutrals-with-text'?: any;
129
- readonly 'icon-neutrals-subtle'?: any;
130
- readonly 'icon-neutrals-disabled'?: any;
131
- readonly 'icon-neutrals-search'?: any;
132
- readonly 'icon-neutrals-inactive'?: any;
133
- readonly 'icon-neutrals-inactive-hover'?: any;
134
- readonly 'icon-primary-inverted'?: any;
135
- readonly 'icon-primary'?: any;
136
- readonly 'icon-primary-hover'?: any;
137
- readonly 'icon-primary-active'?: any;
138
- readonly 'icon-primary-selected'?: any;
139
- readonly 'icon-danger-inverted'?: any;
140
- readonly 'icon-danger'?: any;
141
- readonly 'icon-danger-hover'?: any;
142
- readonly 'icon-danger-active'?: any;
143
- readonly 'icon-success-inverted'?: any;
144
- readonly 'icon-success'?: any;
145
- readonly 'icon-warning'?: any;
146
- readonly 'border-focus-outer'?: any;
147
- readonly 'border-focus-middle'?: any;
148
- readonly 'border-focus-inner'?: any;
149
- readonly 'border-neutrals'?: any;
150
- readonly 'border-neutrals-hover'?: any;
151
- readonly 'border-neutrals-active'?: any;
152
- readonly 'border-neutrals-disabled'?: any;
153
- readonly 'border-neutrals-controls'?: any;
154
- readonly 'border-neutrals-controls-disabled'?: any;
155
- readonly 'border-neutrals-subtle'?: any;
156
- readonly 'border-neutrals-inverted'?: any;
157
- readonly 'border-primary'?: any;
158
- readonly 'border-primary-hover'?: any;
159
- readonly 'border-primary-active'?: any;
160
- readonly 'border-primary-inverted'?: any;
161
- readonly 'border-danger'?: any;
162
- readonly 'border-success'?: any;
163
- readonly 'border-warning'?: any;
164
- };
165
- 'font-sizes': {
166
- readonly 150: "0.75rem";
167
- readonly 175: "0.875rem";
168
- readonly 200: "1rem";
169
- readonly 225: "1.125rem";
170
- readonly 250: "1.25rem";
171
- readonly 300: "1.5rem";
172
- readonly 400: "2rem";
173
- readonly 500: "2.5rem";
174
- readonly 600: "3rem";
175
- readonly 800: "4rem";
176
- readonly 900: "4.5rem";
177
- };
178
- radii: {
179
- readonly none: 0;
180
- readonly half: "999em";
181
- readonly 25: "2px";
182
- readonly 50: "4px";
183
- readonly 75: "6px";
184
- readonly 100: "8px";
185
- readonly 200: "16px";
186
- };
187
- shadows: {
188
- readonly 50: "0 4px 16px #05003812";
189
- readonly 100: "0 8px 32px #05003808";
190
- 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";
191
- 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";
192
- 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";
193
- 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";
194
- };
195
- sizes: {
196
- readonly number: string;
197
- readonly 'icon-200': "16px";
198
- readonly 'icon-300': "24px";
199
- readonly 'icon-400': "32px";
200
- };
201
- space: {
202
- readonly none: 0;
203
- readonly 50: "4px";
204
- readonly 100: "8px";
205
- readonly 150: "12px";
206
- readonly 200: "16px";
207
- readonly 300: "24px";
208
- readonly 400: "32px";
209
- readonly 500: "64px";
210
- readonly 600: "48px";
211
- readonly 800: "64px";
212
- readonly 1200: "96px";
213
- readonly 1600: "128px";
214
- };
215
- 'space-gap': {
216
- readonly none: any;
217
- readonly 50: any;
218
- readonly 100: any;
219
- readonly 200: any;
220
- readonly 300: any;
221
- };
222
- 'space-inset': {
223
- readonly none: any;
224
- readonly 50: any;
225
- readonly 100: any;
226
- readonly 150: any;
227
- readonly 200: any;
228
- readonly 300: any;
229
- readonly 400: any;
230
- readonly 600: any;
231
- readonly 800: any;
232
- readonly 1200: any;
233
- readonly 1600: any;
234
- };
235
- 'space-offset': {
236
- readonly none: any;
237
- readonly 50: any;
238
- readonly 100: any;
239
- readonly 150: any;
240
- readonly 200: any;
241
- readonly 300: any;
242
- readonly 400: any;
243
- readonly 600: any;
244
- readonly 800: any;
245
- readonly 1200: any;
246
- readonly 1600: any;
247
- readonly 'stacking-none': any;
248
- readonly 'stacking-100': any;
249
- readonly 'stacking-200': any;
250
- readonly 'stacking-300': any;
251
- readonly 'stacking-400': any;
252
- readonly 'stacking-500': any;
253
- readonly 'stacking-800': any;
254
- };
255
- 'z-indices': {
256
- readonly dropdownMenu: 100;
257
- readonly popover: 200;
258
- readonly tooltip: 300;
259
- };
260
- }, {
261
- readonly background: "colors";
262
- readonly backgroundColor: "colors";
263
- readonly backgroundImage: "colors";
264
- readonly blockSize: "sizes";
265
- readonly border: "colors";
266
- readonly borderBlock: "colors";
267
- readonly borderBlockEnd: "colors";
268
- readonly borderBlockStart: "colors";
269
- readonly borderBottom: "colors";
270
- readonly borderBottomColor: "colors";
271
- readonly borderBottomLeftRadius: "radii";
272
- readonly borderBottomRightRadius: "radii";
273
- readonly borderBottomStyle: "border-styles";
274
- readonly borderBottomWidth: "border-widths";
275
- readonly borderColor: "colors";
276
- readonly borderImage: "colors";
277
- readonly borderInline: "colors";
278
- readonly borderInlineEnd: "colors";
279
- readonly borderInlineStart: "colors";
280
- readonly borderLeft: "colors";
281
- readonly borderLeftColor: "colors";
282
- readonly borderLeftStyle: "border-styles";
283
- readonly borderLeftWidth: "border-widths";
284
- readonly borderRadius: "radii";
285
- readonly borderRight: "colors";
286
- readonly borderRightColor: "colors";
287
- readonly borderRightStyle: "border-styles";
288
- readonly borderRightWidth: "border-widths";
289
- readonly borderStyle: "border-styles";
290
- readonly borderTop: "colors";
291
- readonly borderTopColor: "colors";
292
- readonly borderTopLeftRadius: "radii";
293
- readonly borderTopRightRadius: "radii";
294
- readonly borderTopStyle: "border-styles";
295
- readonly borderTopWidth: "border-widths";
296
- readonly borderWidth: "border-widths";
297
- readonly bottom: "space";
298
- readonly boxShadow: "shadows";
299
- readonly caretColor: "colors";
300
- readonly color: "colors";
301
- readonly columnGap: "space-gap";
302
- readonly columnRuleColor: "colors";
303
- readonly fill: "colors";
304
- readonly flexBasis: "sizes";
305
- readonly fontFamily: "fonts";
306
- readonly fontSize: "font-sizes";
307
- readonly fontWeight: "font-weights";
308
- readonly gap: "space-gap";
309
- readonly gridColumnGap: "space-gap";
310
- readonly gridGap: "space-gap";
311
- readonly gridRowGap: "space-gap";
312
- readonly gridTemplateColumns: "sizes";
313
- readonly gridTemplateRows: "sizes";
314
- readonly height: "sizes";
315
- readonly inlineSize: "sizes";
316
- readonly inset: "space-inset";
317
- readonly insetBlock: "space-inset";
318
- readonly insetBlockEnd: "space-inset";
319
- readonly insetBlockStart: "space-inset";
320
- readonly insetInline: "space-inset";
321
- readonly insetInlineEnd: "space-inset";
322
- readonly insetInlineStart: "space-inset";
323
- readonly left: "space";
324
- readonly letterSpacing: "letter-spacings";
325
- readonly lineHeight: "line-heights";
326
- readonly margin: "space-offset";
327
- readonly marginBlock: "space-offset";
328
- readonly marginBlockEnd: "space-offset";
329
- readonly marginBlockStart: "space-offset";
330
- readonly marginBottom: "space-offset";
331
- readonly marginInline: "space-offset";
332
- readonly marginInlineEnd: "space-offset";
333
- readonly marginInlineStart: "space-offset";
334
- readonly marginLeft: "space-offset";
335
- readonly marginRight: "space-offset";
336
- readonly marginTop: "space-offset";
337
- readonly maxBlockSize: "sizes";
338
- readonly maxHeight: "sizes";
339
- readonly maxInlineSize: "sizes";
340
- readonly maxWidth: "sizes";
341
- readonly minBlockSize: "sizes";
342
- readonly minHeight: "sizes";
343
- readonly minInlineSize: "sizes";
344
- readonly minWidth: "sizes";
345
- readonly outline: "colors";
346
- readonly outlineColor: "colors";
347
- readonly padding: "space-inset";
348
- readonly paddingBlock: "space-inset";
349
- readonly paddingBlockEnd: "space-inset";
350
- readonly paddingBlockStart: "space-inset";
351
- readonly paddingBottom: "space-inset";
352
- readonly paddingInline: "space-inset";
353
- readonly paddingInlineEnd: "space-inset";
354
- readonly paddingInlineStart: "space-inset";
355
- readonly paddingLeft: "space-inset";
356
- readonly paddingRight: "space-inset";
357
- readonly paddingTop: "space-inset";
358
- readonly right: "space";
359
- readonly rowGap: "space-gap";
360
- readonly scrollMargin: "space-offset";
361
- readonly scrollMarginBlock: "space-offset";
362
- readonly scrollMarginBlockEnd: "space-offset";
363
- readonly scrollMarginBlockStart: "space-offset";
364
- readonly scrollMarginBottom: "space-offset";
365
- readonly scrollMarginInline: "space-offset";
366
- readonly scrollMarginInlineEnd: "space-offset";
367
- readonly scrollMarginInlineStart: "space-offset";
368
- readonly scrollMarginLeft: "space-offset";
369
- readonly scrollMarginRight: "space-offset";
370
- readonly scrollMarginTop: "space-offset";
371
- readonly scrollPadding: "space-inset";
372
- readonly scrollPaddingBlock: "space-inset";
373
- readonly scrollPaddingBlockEnd: "space-inset";
374
- readonly scrollPaddingBlockStart: "space-inset";
375
- readonly scrollPaddingBottom: "space-inset";
376
- readonly scrollPaddingInline: "space-inset";
377
- readonly scrollPaddingInlineEnd: "space-inset";
378
- readonly scrollPaddingInlineStart: "space-inset";
379
- readonly scrollPaddingLeft: "space-inset";
380
- readonly scrollPaddingRight: "space-inset";
381
- readonly scrollPaddingTop: "space-inset";
382
- readonly stroke: "colors";
383
- readonly textDecorationColor: "colors";
384
- readonly textShadow: "shadows";
385
- readonly top: "space";
386
- readonly transition: "transitions";
387
- readonly width: "sizes";
388
- readonly zIndex: "z-indices";
389
- }, {
390
- paddingX: (value: {
391
- readonly [$$PropertyValue]: "padding";
392
- }) => {
393
- paddingLeft: {
394
- readonly [$$PropertyValue]: "padding";
13
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
14
+ css?: _stitches_react_types_css_util.CSS<{}, {
15
+ 'border-widths': {
16
+ readonly none: 0;
17
+ readonly sm: "1px";
18
+ readonly md: "2px";
19
+ readonly lg: "4px";
395
20
  };
396
- paddingRight: {
397
- readonly [$$PropertyValue]: "padding";
21
+ colors: {
22
+ readonly 'blue-100': any;
23
+ readonly 'blue-200': any;
24
+ readonly 'blue-300': any;
25
+ readonly 'blue-400': any;
26
+ readonly 'blue-500': any;
27
+ readonly 'blue-600': any;
28
+ readonly 'blue-700': any;
29
+ readonly 'blue-800': any;
30
+ readonly 'blue-900': any;
31
+ readonly 'blue-1000': any;
32
+ readonly 'gray-100': any;
33
+ readonly 'gray-200': any;
34
+ readonly 'gray-300': any;
35
+ readonly 'gray-400': any;
36
+ readonly 'gray-500': any;
37
+ readonly 'gray-600': any;
38
+ readonly 'gray-700': any;
39
+ readonly 'gray-800': any;
40
+ readonly 'gray-900': any;
41
+ readonly 'indigo-100': any;
42
+ readonly 'indigo-200': any;
43
+ readonly 'indigo-300': any;
44
+ readonly 'indigo-400': any;
45
+ readonly 'indigo-500': any;
46
+ readonly 'indigo-600': any;
47
+ readonly 'indigo-700': any;
48
+ readonly 'indigo-800': any;
49
+ readonly 'indigo-900': any;
50
+ readonly 'red-100': any;
51
+ readonly 'red-200': any;
52
+ readonly 'red-300': any;
53
+ readonly 'red-400': any;
54
+ readonly 'red-500': any;
55
+ readonly 'red-600': any;
56
+ readonly 'red-700': any;
57
+ readonly 'red-800': any;
58
+ readonly 'red-900': any;
59
+ readonly 'yellow-100': any;
60
+ readonly 'yellow-200': any;
61
+ readonly 'yellow-300': any;
62
+ readonly 'yellow-400': any;
63
+ readonly 'yellow-500': any;
64
+ readonly 'yellow-600': any;
65
+ readonly 'yellow-700': any;
66
+ readonly 'yellow-800': any;
67
+ readonly 'yellow-900': any;
68
+ readonly 'green-100': any;
69
+ readonly 'green-200': any;
70
+ readonly 'green-300': any;
71
+ readonly 'green-400': any;
72
+ readonly 'green-500': any;
73
+ readonly 'green-600': any;
74
+ readonly 'green-700': any;
75
+ readonly 'green-800': any;
76
+ readonly 'green-900': any;
77
+ readonly black: any;
78
+ readonly white: any;
79
+ readonly transparent: any;
80
+ readonly 'background-danger'?: any;
81
+ readonly 'background-danger-hover'?: any;
82
+ readonly 'background-danger-prominent'?: any;
83
+ readonly 'background-danger-prominent-active'?: any;
84
+ readonly 'background-danger-prominent-hover'?: any;
85
+ readonly 'background-neutrals'?: any;
86
+ readonly 'background-neutrals-body'?: any;
87
+ readonly 'background-neutrals-container'?: any;
88
+ readonly 'background-neutrals-controls-disabled'?: any;
89
+ readonly 'background-neutrals-disabled'?: any;
90
+ readonly 'background-neutrals-inactive'?: any;
91
+ readonly 'background-neutrals-inactive-hover'?: any;
92
+ readonly 'background-neutrals-inverted'?: any;
93
+ readonly 'background-neutrals-inverted-subtle'?: any;
94
+ readonly 'background-neutrals-scrolls'?: any;
95
+ readonly 'background-neutrals-scrolls-hover'?: any;
96
+ readonly 'background-neutrals-subtle'?: any;
97
+ readonly 'background-neutrals-subtle-active'?: any;
98
+ readonly 'background-neutrals-subtle-hover'?: any;
99
+ readonly 'background-primary-prominent'?: any;
100
+ readonly 'background-primary-prominent-active'?: any;
101
+ readonly 'background-primary-prominent-hover'?: any;
102
+ readonly 'background-primary-prominent-selected'?: any;
103
+ readonly 'background-primary-subtle'?: any;
104
+ readonly 'background-primary-subtle-active'?: any;
105
+ readonly 'background-primary-subtle-hover'?: any;
106
+ readonly 'background-primary-subtle-selected'?: any;
107
+ readonly 'background-success'?: any;
108
+ readonly 'background-warning-prominent'?: any;
109
+ readonly 'background-warning-subtle'?: any;
110
+ readonly 'text-danger'?: any;
111
+ readonly 'text-danger-active'?: any;
112
+ readonly 'text-danger-hover'?: any;
113
+ readonly 'text-danger-inverted'?: any;
114
+ readonly 'text-neutrals'?: any;
115
+ readonly 'text-neutrals-disabled'?: any;
116
+ readonly 'text-neutrals-inverted'?: any;
117
+ readonly 'text-neutrals-link'?: any;
118
+ readonly 'text-neutrals-link-active'?: any;
119
+ readonly 'text-neutrals-link-hover'?: any;
120
+ readonly 'text-neutrals-placeholder'?: any;
121
+ readonly 'text-neutrals-placeholder-only'?: any;
122
+ readonly 'text-neutrals-subtle'?: any;
123
+ readonly 'text-primary'?: any;
124
+ readonly 'text-primary-active'?: any;
125
+ readonly 'text-primary-hover'?: any;
126
+ readonly 'text-primary-inverted'?: any;
127
+ readonly 'text-primary-inverted-subtle'?: any;
128
+ readonly 'text-primary-selected'?: any;
129
+ readonly 'text-success'?: any;
130
+ readonly 'text-warning'?: any;
131
+ readonly 'icon-danger'?: any;
132
+ readonly 'icon-danger-active'?: any;
133
+ readonly 'icon-danger-hover'?: any;
134
+ readonly 'icon-danger-inverted'?: any;
135
+ readonly 'icon-neutrals'?: any;
136
+ readonly 'icon-neutrals-disabled'?: any;
137
+ readonly 'icon-neutrals-inactive'?: any;
138
+ readonly 'icon-neutrals-inactive-hover'?: any;
139
+ readonly 'icon-neutrals-inverted'?: any;
140
+ readonly 'icon-neutrals-search'?: any;
141
+ readonly 'icon-neutrals-subtle'?: any;
142
+ readonly 'icon-neutrals-with-text'?: any;
143
+ readonly 'icon-primary'?: any;
144
+ readonly 'icon-primary-active'?: any;
145
+ readonly 'icon-primary-hover'?: any;
146
+ readonly 'icon-primary-inverted'?: any;
147
+ readonly 'icon-primary-selected'?: any;
148
+ readonly 'icon-success'?: any;
149
+ readonly 'icon-success-inverted'?: any;
150
+ readonly 'icon-warning'?: any;
151
+ readonly 'border-danger'?: any;
152
+ readonly 'border-focus-inner'?: any;
153
+ readonly 'border-focus-middle'?: any;
154
+ readonly 'border-focus-outer'?: any;
155
+ readonly 'border-neutrals'?: any;
156
+ readonly 'border-neutrals-active'?: any;
157
+ readonly 'border-neutrals-controls'?: any;
158
+ readonly 'border-neutrals-controls-disabled'?: any;
159
+ readonly 'border-neutrals-disabled'?: any;
160
+ readonly 'border-neutrals-hover'?: any;
161
+ readonly 'border-neutrals-inverted'?: any;
162
+ readonly 'border-neutrals-subtle'?: any;
163
+ readonly 'border-primary'?: any;
164
+ readonly 'border-primary-active'?: any;
165
+ readonly 'border-primary-hover'?: any;
166
+ readonly 'border-primary-inverted'?: any;
167
+ readonly 'border-success'?: any;
168
+ readonly 'border-warning'?: any;
398
169
  };
399
- };
400
- paddingY: (value: {
401
- readonly [$$PropertyValue]: "padding";
402
- }) => {
403
- paddingTop: {
404
- readonly [$$PropertyValue]: "padding";
170
+ 'font-sizes': {
171
+ readonly 150: "0.75rem";
172
+ readonly 175: "0.875rem";
173
+ readonly 200: "1rem";
174
+ readonly 225: "1.125rem";
175
+ readonly 250: "1.25rem";
176
+ readonly 300: "1.5rem";
177
+ readonly 400: "2rem";
178
+ readonly 500: "2.5rem";
179
+ readonly 600: "3rem";
180
+ readonly 800: "4rem";
181
+ readonly 900: "4.5rem";
405
182
  };
406
- paddingBottom: {
407
- readonly [$$PropertyValue]: "padding";
183
+ radii: {
184
+ readonly none: 0;
185
+ readonly half: "999em";
186
+ readonly 25: "2px";
187
+ readonly 50: "4px";
188
+ readonly 75: "6px";
189
+ readonly 100: "8px";
190
+ readonly 200: "16px";
408
191
  };
409
- };
410
- marginX: (value: {
411
- readonly [$$PropertyValue]: "margin";
412
- }) => {
413
- marginLeft: {
414
- readonly [$$PropertyValue]: "margin";
192
+ shadows: {
193
+ readonly 50: "0 4px 16px #05003812";
194
+ readonly 100: "0 8px 32px #05003808";
195
+ 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";
196
+ 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";
197
+ 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";
198
+ 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";
415
199
  };
416
- marginRight: {
417
- readonly [$$PropertyValue]: "margin";
200
+ sizes: {
201
+ readonly number: string;
202
+ readonly 'icon-200': "16px";
203
+ readonly 'icon-300': "24px";
204
+ readonly 'icon-400': "32px";
418
205
  };
419
- };
420
- marginY: (value: {
421
- readonly [$$PropertyValue]: "margin";
422
- }) => {
423
- marginTop: {
424
- readonly [$$PropertyValue]: "margin";
206
+ space: {
207
+ readonly none: 0;
208
+ readonly 50: "4px";
209
+ readonly 100: "8px";
210
+ readonly 150: "12px";
211
+ readonly 200: "16px";
212
+ readonly 300: "24px";
213
+ readonly 400: "32px";
214
+ readonly 500: "64px";
215
+ readonly 600: "48px";
216
+ readonly 800: "64px";
217
+ readonly 1200: "96px";
218
+ readonly 1600: "128px";
219
+ };
220
+ 'space-gap': {
221
+ readonly none: any;
222
+ readonly 50: any;
223
+ readonly 100: any;
224
+ readonly 200: any;
225
+ readonly 300: any;
226
+ };
227
+ 'space-inset': {
228
+ readonly none: any;
229
+ readonly 50: any;
230
+ readonly 100: any;
231
+ readonly 150: any;
232
+ readonly 200: any;
233
+ readonly 300: any;
234
+ readonly 400: any;
235
+ readonly 600: any;
236
+ readonly 800: any;
237
+ readonly 1200: any;
238
+ readonly 1600: any;
425
239
  };
426
- marginBottom: {
240
+ 'space-offset': {
241
+ readonly none: any;
242
+ readonly 50: any;
243
+ readonly 100: any;
244
+ readonly 150: any;
245
+ readonly 200: any;
246
+ readonly 300: any;
247
+ readonly 400: any;
248
+ readonly 600: any;
249
+ readonly 800: any;
250
+ readonly 1200: any;
251
+ readonly 1600: any;
252
+ readonly 'stacking-none': any;
253
+ readonly 'stacking-100': any;
254
+ readonly 'stacking-200': any;
255
+ readonly 'stacking-300': any;
256
+ readonly 'stacking-400': any;
257
+ readonly 'stacking-500': any;
258
+ readonly 'stacking-800': any;
259
+ };
260
+ 'z-indices': {
261
+ readonly dropdownMenu: 100;
262
+ readonly popover: 200;
263
+ readonly tooltip: 300;
264
+ };
265
+ }, {
266
+ readonly background: "colors";
267
+ readonly backgroundColor: "colors";
268
+ readonly backgroundImage: "colors";
269
+ readonly blockSize: "sizes";
270
+ readonly border: "colors";
271
+ readonly borderBlock: "colors";
272
+ readonly borderBlockEnd: "colors";
273
+ readonly borderBlockStart: "colors";
274
+ readonly borderBottom: "colors";
275
+ readonly borderBottomColor: "colors";
276
+ readonly borderBottomLeftRadius: "radii";
277
+ readonly borderBottomRightRadius: "radii";
278
+ readonly borderBottomStyle: "border-styles";
279
+ readonly borderBottomWidth: "border-widths";
280
+ readonly borderColor: "colors";
281
+ readonly borderImage: "colors";
282
+ readonly borderInline: "colors";
283
+ readonly borderInlineEnd: "colors";
284
+ readonly borderInlineStart: "colors";
285
+ readonly borderLeft: "colors";
286
+ readonly borderLeftColor: "colors";
287
+ readonly borderLeftStyle: "border-styles";
288
+ readonly borderLeftWidth: "border-widths";
289
+ readonly borderRadius: "radii";
290
+ readonly borderRight: "colors";
291
+ readonly borderRightColor: "colors";
292
+ readonly borderRightStyle: "border-styles";
293
+ readonly borderRightWidth: "border-widths";
294
+ readonly borderStyle: "border-styles";
295
+ readonly borderTop: "colors";
296
+ readonly borderTopColor: "colors";
297
+ readonly borderTopLeftRadius: "radii";
298
+ readonly borderTopRightRadius: "radii";
299
+ readonly borderTopStyle: "border-styles";
300
+ readonly borderTopWidth: "border-widths";
301
+ readonly borderWidth: "border-widths";
302
+ readonly bottom: "space";
303
+ readonly boxShadow: "shadows";
304
+ readonly caretColor: "colors";
305
+ readonly color: "colors";
306
+ readonly columnGap: "space-gap";
307
+ readonly columnRuleColor: "colors";
308
+ readonly fill: "colors";
309
+ readonly flexBasis: "sizes";
310
+ readonly fontFamily: "fonts";
311
+ readonly fontSize: "font-sizes";
312
+ readonly fontWeight: "font-weights";
313
+ readonly gap: "space-gap";
314
+ readonly gridColumnGap: "space-gap";
315
+ readonly gridGap: "space-gap";
316
+ readonly gridRowGap: "space-gap";
317
+ readonly gridTemplateColumns: "sizes";
318
+ readonly gridTemplateRows: "sizes";
319
+ readonly height: "sizes";
320
+ readonly inlineSize: "sizes";
321
+ readonly inset: "space-inset";
322
+ readonly insetBlock: "space-inset";
323
+ readonly insetBlockEnd: "space-inset";
324
+ readonly insetBlockStart: "space-inset";
325
+ readonly insetInline: "space-inset";
326
+ readonly insetInlineEnd: "space-inset";
327
+ readonly insetInlineStart: "space-inset";
328
+ readonly left: "space";
329
+ readonly letterSpacing: "letter-spacings";
330
+ readonly lineHeight: "line-heights";
331
+ readonly margin: "space-offset";
332
+ readonly marginBlock: "space-offset";
333
+ readonly marginBlockEnd: "space-offset";
334
+ readonly marginBlockStart: "space-offset";
335
+ readonly marginBottom: "space-offset";
336
+ readonly marginInline: "space-offset";
337
+ readonly marginInlineEnd: "space-offset";
338
+ readonly marginInlineStart: "space-offset";
339
+ readonly marginLeft: "space-offset";
340
+ readonly marginRight: "space-offset";
341
+ readonly marginTop: "space-offset";
342
+ readonly maxBlockSize: "sizes";
343
+ readonly maxHeight: "sizes";
344
+ readonly maxInlineSize: "sizes";
345
+ readonly maxWidth: "sizes";
346
+ readonly minBlockSize: "sizes";
347
+ readonly minHeight: "sizes";
348
+ readonly minInlineSize: "sizes";
349
+ readonly minWidth: "sizes";
350
+ readonly outline: "colors";
351
+ readonly outlineColor: "colors";
352
+ readonly padding: "space-inset";
353
+ readonly paddingBlock: "space-inset";
354
+ readonly paddingBlockEnd: "space-inset";
355
+ readonly paddingBlockStart: "space-inset";
356
+ readonly paddingBottom: "space-inset";
357
+ readonly paddingInline: "space-inset";
358
+ readonly paddingInlineEnd: "space-inset";
359
+ readonly paddingInlineStart: "space-inset";
360
+ readonly paddingLeft: "space-inset";
361
+ readonly paddingRight: "space-inset";
362
+ readonly paddingTop: "space-inset";
363
+ readonly right: "space";
364
+ readonly rowGap: "space-gap";
365
+ readonly scrollMargin: "space-offset";
366
+ readonly scrollMarginBlock: "space-offset";
367
+ readonly scrollMarginBlockEnd: "space-offset";
368
+ readonly scrollMarginBlockStart: "space-offset";
369
+ readonly scrollMarginBottom: "space-offset";
370
+ readonly scrollMarginInline: "space-offset";
371
+ readonly scrollMarginInlineEnd: "space-offset";
372
+ readonly scrollMarginInlineStart: "space-offset";
373
+ readonly scrollMarginLeft: "space-offset";
374
+ readonly scrollMarginRight: "space-offset";
375
+ readonly scrollMarginTop: "space-offset";
376
+ readonly scrollPadding: "space-inset";
377
+ readonly scrollPaddingBlock: "space-inset";
378
+ readonly scrollPaddingBlockEnd: "space-inset";
379
+ readonly scrollPaddingBlockStart: "space-inset";
380
+ readonly scrollPaddingBottom: "space-inset";
381
+ readonly scrollPaddingInline: "space-inset";
382
+ readonly scrollPaddingInlineEnd: "space-inset";
383
+ readonly scrollPaddingInlineStart: "space-inset";
384
+ readonly scrollPaddingLeft: "space-inset";
385
+ readonly scrollPaddingRight: "space-inset";
386
+ readonly scrollPaddingTop: "space-inset";
387
+ readonly stroke: "colors";
388
+ readonly textDecorationColor: "colors";
389
+ readonly textShadow: "shadows";
390
+ readonly top: "space";
391
+ readonly transition: "transitions";
392
+ readonly width: "sizes";
393
+ readonly zIndex: "z-indices";
394
+ }, {
395
+ paddingX: (value: {
396
+ readonly [$$PropertyValue]: "padding";
397
+ }) => {
398
+ paddingLeft: {
399
+ readonly [$$PropertyValue]: "padding";
400
+ };
401
+ paddingRight: {
402
+ readonly [$$PropertyValue]: "padding";
403
+ };
404
+ };
405
+ paddingY: (value: {
406
+ readonly [$$PropertyValue]: "padding";
407
+ }) => {
408
+ paddingTop: {
409
+ readonly [$$PropertyValue]: "padding";
410
+ };
411
+ paddingBottom: {
412
+ readonly [$$PropertyValue]: "padding";
413
+ };
414
+ };
415
+ marginX: (value: {
427
416
  readonly [$$PropertyValue]: "margin";
417
+ }) => {
418
+ marginLeft: {
419
+ readonly [$$PropertyValue]: "margin";
420
+ };
421
+ marginRight: {
422
+ readonly [$$PropertyValue]: "margin";
423
+ };
428
424
  };
429
- };
430
- square: (value: {
431
- readonly [$$PropertyValue]: "width";
432
- }) => {
433
- width: {
434
- readonly [$$PropertyValue]: "width";
425
+ marginY: (value: {
426
+ readonly [$$PropertyValue]: "margin";
427
+ }) => {
428
+ marginTop: {
429
+ readonly [$$PropertyValue]: "margin";
430
+ };
431
+ marginBottom: {
432
+ readonly [$$PropertyValue]: "margin";
433
+ };
435
434
  };
436
- height: {
435
+ square: (value: {
437
436
  readonly [$$PropertyValue]: "width";
437
+ }) => {
438
+ width: {
439
+ readonly [$$PropertyValue]: "width";
440
+ };
441
+ height: {
442
+ readonly [$$PropertyValue]: "width";
443
+ };
438
444
  };
439
- };
440
- }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "slot" | "title" | "loop" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "orientation" | keyof _mirohq_design_system_stitches.CustomStylesProps | "unstyled"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
445
+ }> | undefined;
446
+ }> & {
447
+ children?: react.ReactNode;
448
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "loop" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "orientation" | keyof _mirohq_design_system_stitches.CustomStylesProps | "unstyled"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
441
449
  unstyled?: boolean | "false" | undefined;
442
450
  }, {}>;
443
451
  declare type StyledToolbarProps = StrictComponentProps<typeof StyledToolbar>;
@@ -450,434 +458,442 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
450
458
  unstyled?: boolean | "true" | "false" | undefined;
451
459
  wrapper?: boolean | "true" | undefined;
452
460
  active?: boolean | "true" | "false" | undefined;
453
- }, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
454
- 'border-widths': {
455
- readonly none: 0;
456
- readonly sm: "1px";
457
- readonly md: "2px";
458
- readonly lg: "4px";
459
- };
460
- colors: {
461
- readonly 'blue-100': any;
462
- readonly 'blue-200': any;
463
- readonly 'blue-300': any;
464
- readonly 'blue-400': any;
465
- readonly 'blue-500': any;
466
- readonly 'blue-600': any;
467
- readonly 'blue-700': any;
468
- readonly 'blue-800': any;
469
- readonly 'blue-900': any;
470
- readonly 'blue-1000': any;
471
- readonly 'gray-100': any;
472
- readonly 'gray-200': any;
473
- readonly 'gray-300': any;
474
- readonly 'gray-400': any;
475
- readonly 'gray-500': any;
476
- readonly 'gray-600': any;
477
- readonly 'gray-700': any;
478
- readonly 'gray-800': any;
479
- readonly 'gray-900': any;
480
- readonly 'indigo-100': any;
481
- readonly 'indigo-200': any;
482
- readonly 'indigo-300': any;
483
- readonly 'indigo-400': any;
484
- readonly 'indigo-500': any;
485
- readonly 'indigo-600': any;
486
- readonly 'indigo-700': any;
487
- readonly 'indigo-800': any;
488
- readonly 'indigo-900': any;
489
- readonly 'red-100': any;
490
- readonly 'red-200': any;
491
- readonly 'red-300': any;
492
- readonly 'red-400': any;
493
- readonly 'red-500': any;
494
- readonly 'red-600': any;
495
- readonly 'red-700': any;
496
- readonly 'red-800': any;
497
- readonly 'red-900': any;
498
- readonly 'yellow-100': any;
499
- readonly 'yellow-200': any;
500
- readonly 'yellow-300': any;
501
- readonly 'yellow-400': any;
502
- readonly 'yellow-500': any;
503
- readonly 'yellow-600': any;
504
- readonly 'yellow-700': any;
505
- readonly 'yellow-800': any;
506
- readonly 'yellow-900': any;
507
- readonly 'green-100': any;
508
- readonly 'green-200': any;
509
- readonly 'green-300': any;
510
- readonly 'green-400': any;
511
- readonly 'green-500': any;
512
- readonly 'green-600': any;
513
- readonly 'green-700': any;
514
- readonly 'green-800': any;
515
- readonly 'green-900': any;
516
- readonly black: any;
517
- readonly white: any;
518
- readonly transparent: any;
519
- readonly 'background-neutrals'?: any;
520
- readonly 'background-neutrals-body'?: any;
521
- readonly 'background-neutrals-container'?: any;
522
- readonly 'background-neutrals-inverted'?: any;
523
- readonly 'background-neutrals-inverted-subtle'?: any;
524
- readonly 'background-neutrals-subtle'?: any;
525
- readonly 'background-neutrals-subtle-hover'?: any;
526
- readonly 'background-neutrals-subtle-active'?: any;
527
- readonly 'background-neutrals-disabled'?: any;
528
- readonly 'background-neutrals-controls-disabled'?: any;
529
- readonly 'background-neutrals-scrolls'?: any;
530
- readonly 'background-neutrals-inactive'?: any;
531
- readonly 'background-neutrals-inactive-hover'?: any;
532
- readonly 'background-primary-prominent'?: any;
533
- readonly 'background-primary-prominent-hover'?: any;
534
- readonly 'background-primary-prominent-active'?: any;
535
- readonly 'background-primary-prominent-selected'?: any;
536
- readonly 'background-primary-subtle'?: any;
537
- readonly 'background-primary-subtle-hover'?: any;
538
- readonly 'background-primary-subtle-active'?: any;
539
- readonly 'background-primary-subtle-selected'?: any;
540
- readonly 'background-danger-prominent'?: any;
541
- readonly 'background-danger-prominent-hover'?: any;
542
- readonly 'background-danger-prominent-active'?: any;
543
- readonly 'background-danger'?: any;
544
- readonly 'background-danger-hover'?: any;
545
- readonly 'background-success'?: any;
546
- readonly 'background-warning-subtle'?: any;
547
- readonly 'background-warning-prominent'?: any;
548
- readonly 'text-neutrals-inverted'?: any;
549
- readonly 'text-neutrals'?: any;
550
- readonly 'text-neutrals-subtle'?: any;
551
- readonly 'text-neutrals-placeholder-only'?: any;
552
- readonly 'text-neutrals-placeholder'?: any;
553
- readonly 'text-neutrals-disabled'?: any;
554
- readonly 'text-primary-inverted'?: any;
555
- readonly 'text-primary'?: any;
556
- readonly 'text-primary-hover'?: any;
557
- readonly 'text-primary-active'?: any;
558
- readonly 'text-primary-selected'?: any;
559
- readonly 'text-primary-inverted-subtle'?: any;
560
- readonly 'text-danger-inverted'?: any;
561
- readonly 'text-danger'?: any;
562
- readonly 'text-danger-hover'?: any;
563
- readonly 'text-danger-active'?: any;
564
- readonly 'text-success'?: any;
565
- readonly 'text-warning'?: any;
566
- readonly 'icon-neutrals-inverted'?: any;
567
- readonly 'icon-neutrals'?: any;
568
- readonly 'icon-neutrals-with-text'?: any;
569
- readonly 'icon-neutrals-subtle'?: any;
570
- readonly 'icon-neutrals-disabled'?: any;
571
- readonly 'icon-neutrals-search'?: any;
572
- readonly 'icon-neutrals-inactive'?: any;
573
- readonly 'icon-neutrals-inactive-hover'?: any;
574
- readonly 'icon-primary-inverted'?: any;
575
- readonly 'icon-primary'?: any;
576
- readonly 'icon-primary-hover'?: any;
577
- readonly 'icon-primary-active'?: any;
578
- readonly 'icon-primary-selected'?: any;
579
- readonly 'icon-danger-inverted'?: any;
580
- readonly 'icon-danger'?: any;
581
- readonly 'icon-danger-hover'?: any;
582
- readonly 'icon-danger-active'?: any;
583
- readonly 'icon-success-inverted'?: any;
584
- readonly 'icon-success'?: any;
585
- readonly 'icon-warning'?: any;
586
- readonly 'border-focus-outer'?: any;
587
- readonly 'border-focus-middle'?: any;
588
- readonly 'border-focus-inner'?: any;
589
- readonly 'border-neutrals'?: any;
590
- readonly 'border-neutrals-hover'?: any;
591
- readonly 'border-neutrals-active'?: any;
592
- readonly 'border-neutrals-disabled'?: any;
593
- readonly 'border-neutrals-controls'?: any;
594
- readonly 'border-neutrals-controls-disabled'?: any;
595
- readonly 'border-neutrals-subtle'?: any;
596
- readonly 'border-neutrals-inverted'?: any;
597
- readonly 'border-primary'?: any;
598
- readonly 'border-primary-hover'?: any;
599
- readonly 'border-primary-active'?: any;
600
- readonly 'border-primary-inverted'?: any;
601
- readonly 'border-danger'?: any;
602
- readonly 'border-success'?: any;
603
- readonly 'border-warning'?: any;
604
- };
605
- 'font-sizes': {
606
- readonly 150: "0.75rem";
607
- readonly 175: "0.875rem";
608
- readonly 200: "1rem";
609
- readonly 225: "1.125rem";
610
- readonly 250: "1.25rem";
611
- readonly 300: "1.5rem";
612
- readonly 400: "2rem";
613
- readonly 500: "2.5rem";
614
- readonly 600: "3rem";
615
- readonly 800: "4rem";
616
- readonly 900: "4.5rem";
617
- };
618
- radii: {
619
- readonly none: 0;
620
- readonly half: "999em";
621
- readonly 25: "2px";
622
- readonly 50: "4px";
623
- readonly 75: "6px";
624
- readonly 100: "8px";
625
- readonly 200: "16px";
626
- };
627
- shadows: {
628
- readonly 50: "0 4px 16px #05003812";
629
- readonly 100: "0 8px 32px #05003808";
630
- 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";
631
- 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";
632
- 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";
633
- 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";
634
- };
635
- sizes: {
636
- readonly number: string;
637
- readonly 'icon-200': "16px";
638
- readonly 'icon-300': "24px";
639
- readonly 'icon-400': "32px";
640
- };
641
- space: {
642
- readonly none: 0;
643
- readonly 50: "4px";
644
- readonly 100: "8px";
645
- readonly 150: "12px";
646
- readonly 200: "16px";
647
- readonly 300: "24px";
648
- readonly 400: "32px";
649
- readonly 500: "64px";
650
- readonly 600: "48px";
651
- readonly 800: "64px";
652
- readonly 1200: "96px";
653
- readonly 1600: "128px";
654
- };
655
- 'space-gap': {
656
- readonly none: any;
657
- readonly 50: any;
658
- readonly 100: any;
659
- readonly 200: any;
660
- readonly 300: any;
661
- };
662
- 'space-inset': {
663
- readonly none: any;
664
- readonly 50: any;
665
- readonly 100: any;
666
- readonly 150: any;
667
- readonly 200: any;
668
- readonly 300: any;
669
- readonly 400: any;
670
- readonly 600: any;
671
- readonly 800: any;
672
- readonly 1200: any;
673
- readonly 1600: any;
674
- };
675
- 'space-offset': {
676
- readonly none: any;
677
- readonly 50: any;
678
- readonly 100: any;
679
- readonly 150: any;
680
- readonly 200: any;
681
- readonly 300: any;
682
- readonly 400: any;
683
- readonly 600: any;
684
- readonly 800: any;
685
- readonly 1200: any;
686
- readonly 1600: any;
687
- readonly 'stacking-none': any;
688
- readonly 'stacking-100': any;
689
- readonly 'stacking-200': any;
690
- readonly 'stacking-300': any;
691
- readonly 'stacking-400': any;
692
- readonly 'stacking-500': any;
693
- readonly 'stacking-800': any;
694
- };
695
- 'z-indices': {
696
- readonly dropdownMenu: 100;
697
- readonly popover: 200;
698
- readonly tooltip: 300;
699
- };
700
- }, {
701
- readonly background: "colors";
702
- readonly backgroundColor: "colors";
703
- readonly backgroundImage: "colors";
704
- readonly blockSize: "sizes";
705
- readonly border: "colors";
706
- readonly borderBlock: "colors";
707
- readonly borderBlockEnd: "colors";
708
- readonly borderBlockStart: "colors";
709
- readonly borderBottom: "colors";
710
- readonly borderBottomColor: "colors";
711
- readonly borderBottomLeftRadius: "radii";
712
- readonly borderBottomRightRadius: "radii";
713
- readonly borderBottomStyle: "border-styles";
714
- readonly borderBottomWidth: "border-widths";
715
- readonly borderColor: "colors";
716
- readonly borderImage: "colors";
717
- readonly borderInline: "colors";
718
- readonly borderInlineEnd: "colors";
719
- readonly borderInlineStart: "colors";
720
- readonly borderLeft: "colors";
721
- readonly borderLeftColor: "colors";
722
- readonly borderLeftStyle: "border-styles";
723
- readonly borderLeftWidth: "border-widths";
724
- readonly borderRadius: "radii";
725
- readonly borderRight: "colors";
726
- readonly borderRightColor: "colors";
727
- readonly borderRightStyle: "border-styles";
728
- readonly borderRightWidth: "border-widths";
729
- readonly borderStyle: "border-styles";
730
- readonly borderTop: "colors";
731
- readonly borderTopColor: "colors";
732
- readonly borderTopLeftRadius: "radii";
733
- readonly borderTopRightRadius: "radii";
734
- readonly borderTopStyle: "border-styles";
735
- readonly borderTopWidth: "border-widths";
736
- readonly borderWidth: "border-widths";
737
- readonly bottom: "space";
738
- readonly boxShadow: "shadows";
739
- readonly caretColor: "colors";
740
- readonly color: "colors";
741
- readonly columnGap: "space-gap";
742
- readonly columnRuleColor: "colors";
743
- readonly fill: "colors";
744
- readonly flexBasis: "sizes";
745
- readonly fontFamily: "fonts";
746
- readonly fontSize: "font-sizes";
747
- readonly fontWeight: "font-weights";
748
- readonly gap: "space-gap";
749
- readonly gridColumnGap: "space-gap";
750
- readonly gridGap: "space-gap";
751
- readonly gridRowGap: "space-gap";
752
- readonly gridTemplateColumns: "sizes";
753
- readonly gridTemplateRows: "sizes";
754
- readonly height: "sizes";
755
- readonly inlineSize: "sizes";
756
- readonly inset: "space-inset";
757
- readonly insetBlock: "space-inset";
758
- readonly insetBlockEnd: "space-inset";
759
- readonly insetBlockStart: "space-inset";
760
- readonly insetInline: "space-inset";
761
- readonly insetInlineEnd: "space-inset";
762
- readonly insetInlineStart: "space-inset";
763
- readonly left: "space";
764
- readonly letterSpacing: "letter-spacings";
765
- readonly lineHeight: "line-heights";
766
- readonly margin: "space-offset";
767
- readonly marginBlock: "space-offset";
768
- readonly marginBlockEnd: "space-offset";
769
- readonly marginBlockStart: "space-offset";
770
- readonly marginBottom: "space-offset";
771
- readonly marginInline: "space-offset";
772
- readonly marginInlineEnd: "space-offset";
773
- readonly marginInlineStart: "space-offset";
774
- readonly marginLeft: "space-offset";
775
- readonly marginRight: "space-offset";
776
- readonly marginTop: "space-offset";
777
- readonly maxBlockSize: "sizes";
778
- readonly maxHeight: "sizes";
779
- readonly maxInlineSize: "sizes";
780
- readonly maxWidth: "sizes";
781
- readonly minBlockSize: "sizes";
782
- readonly minHeight: "sizes";
783
- readonly minInlineSize: "sizes";
784
- readonly minWidth: "sizes";
785
- readonly outline: "colors";
786
- readonly outlineColor: "colors";
787
- readonly padding: "space-inset";
788
- readonly paddingBlock: "space-inset";
789
- readonly paddingBlockEnd: "space-inset";
790
- readonly paddingBlockStart: "space-inset";
791
- readonly paddingBottom: "space-inset";
792
- readonly paddingInline: "space-inset";
793
- readonly paddingInlineEnd: "space-inset";
794
- readonly paddingInlineStart: "space-inset";
795
- readonly paddingLeft: "space-inset";
796
- readonly paddingRight: "space-inset";
797
- readonly paddingTop: "space-inset";
798
- readonly right: "space";
799
- readonly rowGap: "space-gap";
800
- readonly scrollMargin: "space-offset";
801
- readonly scrollMarginBlock: "space-offset";
802
- readonly scrollMarginBlockEnd: "space-offset";
803
- readonly scrollMarginBlockStart: "space-offset";
804
- readonly scrollMarginBottom: "space-offset";
805
- readonly scrollMarginInline: "space-offset";
806
- readonly scrollMarginInlineEnd: "space-offset";
807
- readonly scrollMarginInlineStart: "space-offset";
808
- readonly scrollMarginLeft: "space-offset";
809
- readonly scrollMarginRight: "space-offset";
810
- readonly scrollMarginTop: "space-offset";
811
- readonly scrollPadding: "space-inset";
812
- readonly scrollPaddingBlock: "space-inset";
813
- readonly scrollPaddingBlockEnd: "space-inset";
814
- readonly scrollPaddingBlockStart: "space-inset";
815
- readonly scrollPaddingBottom: "space-inset";
816
- readonly scrollPaddingInline: "space-inset";
817
- readonly scrollPaddingInlineEnd: "space-inset";
818
- readonly scrollPaddingInlineStart: "space-inset";
819
- readonly scrollPaddingLeft: "space-inset";
820
- readonly scrollPaddingRight: "space-inset";
821
- readonly scrollPaddingTop: "space-inset";
822
- readonly stroke: "colors";
823
- readonly textDecorationColor: "colors";
824
- readonly textShadow: "shadows";
825
- readonly top: "space";
826
- readonly transition: "transitions";
827
- readonly width: "sizes";
828
- readonly zIndex: "z-indices";
829
- }, {
830
- paddingX: (value: {
831
- readonly [$$PropertyValue]: "padding";
832
- }) => {
833
- paddingLeft: {
834
- readonly [$$PropertyValue]: "padding";
461
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
462
+ css?: _stitches_react_types_css_util.CSS<{}, {
463
+ 'border-widths': {
464
+ readonly none: 0;
465
+ readonly sm: "1px";
466
+ readonly md: "2px";
467
+ readonly lg: "4px";
835
468
  };
836
- paddingRight: {
837
- readonly [$$PropertyValue]: "padding";
469
+ colors: {
470
+ readonly 'blue-100': any;
471
+ readonly 'blue-200': any;
472
+ readonly 'blue-300': any;
473
+ readonly 'blue-400': any;
474
+ readonly 'blue-500': any;
475
+ readonly 'blue-600': any;
476
+ readonly 'blue-700': any;
477
+ readonly 'blue-800': any;
478
+ readonly 'blue-900': any;
479
+ readonly 'blue-1000': any;
480
+ readonly 'gray-100': any;
481
+ readonly 'gray-200': any;
482
+ readonly 'gray-300': any;
483
+ readonly 'gray-400': any;
484
+ readonly 'gray-500': any;
485
+ readonly 'gray-600': any;
486
+ readonly 'gray-700': any;
487
+ readonly 'gray-800': any;
488
+ readonly 'gray-900': any;
489
+ readonly 'indigo-100': any;
490
+ readonly 'indigo-200': any;
491
+ readonly 'indigo-300': any;
492
+ readonly 'indigo-400': any;
493
+ readonly 'indigo-500': any;
494
+ readonly 'indigo-600': any;
495
+ readonly 'indigo-700': any;
496
+ readonly 'indigo-800': any;
497
+ readonly 'indigo-900': any;
498
+ readonly 'red-100': any;
499
+ readonly 'red-200': any;
500
+ readonly 'red-300': any;
501
+ readonly 'red-400': any;
502
+ readonly 'red-500': any;
503
+ readonly 'red-600': any;
504
+ readonly 'red-700': any;
505
+ readonly 'red-800': any;
506
+ readonly 'red-900': any;
507
+ readonly 'yellow-100': any;
508
+ readonly 'yellow-200': any;
509
+ readonly 'yellow-300': any;
510
+ readonly 'yellow-400': any;
511
+ readonly 'yellow-500': any;
512
+ readonly 'yellow-600': any;
513
+ readonly 'yellow-700': any;
514
+ readonly 'yellow-800': any;
515
+ readonly 'yellow-900': any;
516
+ readonly 'green-100': any;
517
+ readonly 'green-200': any;
518
+ readonly 'green-300': any;
519
+ readonly 'green-400': any;
520
+ readonly 'green-500': any;
521
+ readonly 'green-600': any;
522
+ readonly 'green-700': any;
523
+ readonly 'green-800': any;
524
+ readonly 'green-900': any;
525
+ readonly black: any;
526
+ readonly white: any;
527
+ readonly transparent: any;
528
+ readonly 'background-danger'?: any;
529
+ readonly 'background-danger-hover'?: any;
530
+ readonly 'background-danger-prominent'?: any;
531
+ readonly 'background-danger-prominent-active'?: any;
532
+ readonly 'background-danger-prominent-hover'?: any;
533
+ readonly 'background-neutrals'?: any;
534
+ readonly 'background-neutrals-body'?: any;
535
+ readonly 'background-neutrals-container'?: any;
536
+ readonly 'background-neutrals-controls-disabled'?: any;
537
+ readonly 'background-neutrals-disabled'?: any;
538
+ readonly 'background-neutrals-inactive'?: any;
539
+ readonly 'background-neutrals-inactive-hover'?: any;
540
+ readonly 'background-neutrals-inverted'?: any;
541
+ readonly 'background-neutrals-inverted-subtle'?: any;
542
+ readonly 'background-neutrals-scrolls'?: any;
543
+ readonly 'background-neutrals-scrolls-hover'?: any;
544
+ readonly 'background-neutrals-subtle'?: any;
545
+ readonly 'background-neutrals-subtle-active'?: any;
546
+ readonly 'background-neutrals-subtle-hover'?: any;
547
+ readonly 'background-primary-prominent'?: any;
548
+ readonly 'background-primary-prominent-active'?: any;
549
+ readonly 'background-primary-prominent-hover'?: any;
550
+ readonly 'background-primary-prominent-selected'?: any;
551
+ readonly 'background-primary-subtle'?: any;
552
+ readonly 'background-primary-subtle-active'?: any;
553
+ readonly 'background-primary-subtle-hover'?: any;
554
+ readonly 'background-primary-subtle-selected'?: any;
555
+ readonly 'background-success'?: any;
556
+ readonly 'background-warning-prominent'?: any;
557
+ readonly 'background-warning-subtle'?: any;
558
+ readonly 'text-danger'?: any;
559
+ readonly 'text-danger-active'?: any;
560
+ readonly 'text-danger-hover'?: any;
561
+ readonly 'text-danger-inverted'?: any;
562
+ readonly 'text-neutrals'?: any;
563
+ readonly 'text-neutrals-disabled'?: any;
564
+ readonly 'text-neutrals-inverted'?: any;
565
+ readonly 'text-neutrals-link'?: any;
566
+ readonly 'text-neutrals-link-active'?: any;
567
+ readonly 'text-neutrals-link-hover'?: any;
568
+ readonly 'text-neutrals-placeholder'?: any;
569
+ readonly 'text-neutrals-placeholder-only'?: any;
570
+ readonly 'text-neutrals-subtle'?: any;
571
+ readonly 'text-primary'?: any;
572
+ readonly 'text-primary-active'?: any;
573
+ readonly 'text-primary-hover'?: any;
574
+ readonly 'text-primary-inverted'?: any;
575
+ readonly 'text-primary-inverted-subtle'?: any;
576
+ readonly 'text-primary-selected'?: any;
577
+ readonly 'text-success'?: any;
578
+ readonly 'text-warning'?: any;
579
+ readonly 'icon-danger'?: any;
580
+ readonly 'icon-danger-active'?: any;
581
+ readonly 'icon-danger-hover'?: any;
582
+ readonly 'icon-danger-inverted'?: any;
583
+ readonly 'icon-neutrals'?: any;
584
+ readonly 'icon-neutrals-disabled'?: any;
585
+ readonly 'icon-neutrals-inactive'?: any;
586
+ readonly 'icon-neutrals-inactive-hover'?: any;
587
+ readonly 'icon-neutrals-inverted'?: any;
588
+ readonly 'icon-neutrals-search'?: any;
589
+ readonly 'icon-neutrals-subtle'?: any;
590
+ readonly 'icon-neutrals-with-text'?: any;
591
+ readonly 'icon-primary'?: any;
592
+ readonly 'icon-primary-active'?: any;
593
+ readonly 'icon-primary-hover'?: any;
594
+ readonly 'icon-primary-inverted'?: any;
595
+ readonly 'icon-primary-selected'?: any;
596
+ readonly 'icon-success'?: any;
597
+ readonly 'icon-success-inverted'?: any;
598
+ readonly 'icon-warning'?: any;
599
+ readonly 'border-danger'?: any;
600
+ readonly 'border-focus-inner'?: any;
601
+ readonly 'border-focus-middle'?: any;
602
+ readonly 'border-focus-outer'?: any;
603
+ readonly 'border-neutrals'?: any;
604
+ readonly 'border-neutrals-active'?: any;
605
+ readonly 'border-neutrals-controls'?: any;
606
+ readonly 'border-neutrals-controls-disabled'?: any;
607
+ readonly 'border-neutrals-disabled'?: any;
608
+ readonly 'border-neutrals-hover'?: any;
609
+ readonly 'border-neutrals-inverted'?: any;
610
+ readonly 'border-neutrals-subtle'?: any;
611
+ readonly 'border-primary'?: any;
612
+ readonly 'border-primary-active'?: any;
613
+ readonly 'border-primary-hover'?: any;
614
+ readonly 'border-primary-inverted'?: any;
615
+ readonly 'border-success'?: any;
616
+ readonly 'border-warning'?: any;
838
617
  };
839
- };
840
- paddingY: (value: {
841
- readonly [$$PropertyValue]: "padding";
842
- }) => {
843
- paddingTop: {
844
- readonly [$$PropertyValue]: "padding";
618
+ 'font-sizes': {
619
+ readonly 150: "0.75rem";
620
+ readonly 175: "0.875rem";
621
+ readonly 200: "1rem";
622
+ readonly 225: "1.125rem";
623
+ readonly 250: "1.25rem";
624
+ readonly 300: "1.5rem";
625
+ readonly 400: "2rem";
626
+ readonly 500: "2.5rem";
627
+ readonly 600: "3rem";
628
+ readonly 800: "4rem";
629
+ readonly 900: "4.5rem";
845
630
  };
846
- paddingBottom: {
847
- readonly [$$PropertyValue]: "padding";
631
+ radii: {
632
+ readonly none: 0;
633
+ readonly half: "999em";
634
+ readonly 25: "2px";
635
+ readonly 50: "4px";
636
+ readonly 75: "6px";
637
+ readonly 100: "8px";
638
+ readonly 200: "16px";
848
639
  };
849
- };
850
- marginX: (value: {
851
- readonly [$$PropertyValue]: "margin";
852
- }) => {
853
- marginLeft: {
854
- readonly [$$PropertyValue]: "margin";
640
+ shadows: {
641
+ readonly 50: "0 4px 16px #05003812";
642
+ readonly 100: "0 8px 32px #05003808";
643
+ 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";
644
+ 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";
645
+ 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";
646
+ 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";
855
647
  };
856
- marginRight: {
857
- readonly [$$PropertyValue]: "margin";
648
+ sizes: {
649
+ readonly number: string;
650
+ readonly 'icon-200': "16px";
651
+ readonly 'icon-300': "24px";
652
+ readonly 'icon-400': "32px";
858
653
  };
859
- };
860
- marginY: (value: {
861
- readonly [$$PropertyValue]: "margin";
862
- }) => {
863
- marginTop: {
864
- readonly [$$PropertyValue]: "margin";
654
+ space: {
655
+ readonly none: 0;
656
+ readonly 50: "4px";
657
+ readonly 100: "8px";
658
+ readonly 150: "12px";
659
+ readonly 200: "16px";
660
+ readonly 300: "24px";
661
+ readonly 400: "32px";
662
+ readonly 500: "64px";
663
+ readonly 600: "48px";
664
+ readonly 800: "64px";
665
+ readonly 1200: "96px";
666
+ readonly 1600: "128px";
667
+ };
668
+ 'space-gap': {
669
+ readonly none: any;
670
+ readonly 50: any;
671
+ readonly 100: any;
672
+ readonly 200: any;
673
+ readonly 300: any;
674
+ };
675
+ 'space-inset': {
676
+ readonly none: any;
677
+ readonly 50: any;
678
+ readonly 100: any;
679
+ readonly 150: any;
680
+ readonly 200: any;
681
+ readonly 300: any;
682
+ readonly 400: any;
683
+ readonly 600: any;
684
+ readonly 800: any;
685
+ readonly 1200: any;
686
+ readonly 1600: any;
865
687
  };
866
- marginBottom: {
688
+ 'space-offset': {
689
+ readonly none: any;
690
+ readonly 50: any;
691
+ readonly 100: any;
692
+ readonly 150: any;
693
+ readonly 200: any;
694
+ readonly 300: any;
695
+ readonly 400: any;
696
+ readonly 600: any;
697
+ readonly 800: any;
698
+ readonly 1200: any;
699
+ readonly 1600: any;
700
+ readonly 'stacking-none': any;
701
+ readonly 'stacking-100': any;
702
+ readonly 'stacking-200': any;
703
+ readonly 'stacking-300': any;
704
+ readonly 'stacking-400': any;
705
+ readonly 'stacking-500': any;
706
+ readonly 'stacking-800': any;
707
+ };
708
+ 'z-indices': {
709
+ readonly dropdownMenu: 100;
710
+ readonly popover: 200;
711
+ readonly tooltip: 300;
712
+ };
713
+ }, {
714
+ readonly background: "colors";
715
+ readonly backgroundColor: "colors";
716
+ readonly backgroundImage: "colors";
717
+ readonly blockSize: "sizes";
718
+ readonly border: "colors";
719
+ readonly borderBlock: "colors";
720
+ readonly borderBlockEnd: "colors";
721
+ readonly borderBlockStart: "colors";
722
+ readonly borderBottom: "colors";
723
+ readonly borderBottomColor: "colors";
724
+ readonly borderBottomLeftRadius: "radii";
725
+ readonly borderBottomRightRadius: "radii";
726
+ readonly borderBottomStyle: "border-styles";
727
+ readonly borderBottomWidth: "border-widths";
728
+ readonly borderColor: "colors";
729
+ readonly borderImage: "colors";
730
+ readonly borderInline: "colors";
731
+ readonly borderInlineEnd: "colors";
732
+ readonly borderInlineStart: "colors";
733
+ readonly borderLeft: "colors";
734
+ readonly borderLeftColor: "colors";
735
+ readonly borderLeftStyle: "border-styles";
736
+ readonly borderLeftWidth: "border-widths";
737
+ readonly borderRadius: "radii";
738
+ readonly borderRight: "colors";
739
+ readonly borderRightColor: "colors";
740
+ readonly borderRightStyle: "border-styles";
741
+ readonly borderRightWidth: "border-widths";
742
+ readonly borderStyle: "border-styles";
743
+ readonly borderTop: "colors";
744
+ readonly borderTopColor: "colors";
745
+ readonly borderTopLeftRadius: "radii";
746
+ readonly borderTopRightRadius: "radii";
747
+ readonly borderTopStyle: "border-styles";
748
+ readonly borderTopWidth: "border-widths";
749
+ readonly borderWidth: "border-widths";
750
+ readonly bottom: "space";
751
+ readonly boxShadow: "shadows";
752
+ readonly caretColor: "colors";
753
+ readonly color: "colors";
754
+ readonly columnGap: "space-gap";
755
+ readonly columnRuleColor: "colors";
756
+ readonly fill: "colors";
757
+ readonly flexBasis: "sizes";
758
+ readonly fontFamily: "fonts";
759
+ readonly fontSize: "font-sizes";
760
+ readonly fontWeight: "font-weights";
761
+ readonly gap: "space-gap";
762
+ readonly gridColumnGap: "space-gap";
763
+ readonly gridGap: "space-gap";
764
+ readonly gridRowGap: "space-gap";
765
+ readonly gridTemplateColumns: "sizes";
766
+ readonly gridTemplateRows: "sizes";
767
+ readonly height: "sizes";
768
+ readonly inlineSize: "sizes";
769
+ readonly inset: "space-inset";
770
+ readonly insetBlock: "space-inset";
771
+ readonly insetBlockEnd: "space-inset";
772
+ readonly insetBlockStart: "space-inset";
773
+ readonly insetInline: "space-inset";
774
+ readonly insetInlineEnd: "space-inset";
775
+ readonly insetInlineStart: "space-inset";
776
+ readonly left: "space";
777
+ readonly letterSpacing: "letter-spacings";
778
+ readonly lineHeight: "line-heights";
779
+ readonly margin: "space-offset";
780
+ readonly marginBlock: "space-offset";
781
+ readonly marginBlockEnd: "space-offset";
782
+ readonly marginBlockStart: "space-offset";
783
+ readonly marginBottom: "space-offset";
784
+ readonly marginInline: "space-offset";
785
+ readonly marginInlineEnd: "space-offset";
786
+ readonly marginInlineStart: "space-offset";
787
+ readonly marginLeft: "space-offset";
788
+ readonly marginRight: "space-offset";
789
+ readonly marginTop: "space-offset";
790
+ readonly maxBlockSize: "sizes";
791
+ readonly maxHeight: "sizes";
792
+ readonly maxInlineSize: "sizes";
793
+ readonly maxWidth: "sizes";
794
+ readonly minBlockSize: "sizes";
795
+ readonly minHeight: "sizes";
796
+ readonly minInlineSize: "sizes";
797
+ readonly minWidth: "sizes";
798
+ readonly outline: "colors";
799
+ readonly outlineColor: "colors";
800
+ readonly padding: "space-inset";
801
+ readonly paddingBlock: "space-inset";
802
+ readonly paddingBlockEnd: "space-inset";
803
+ readonly paddingBlockStart: "space-inset";
804
+ readonly paddingBottom: "space-inset";
805
+ readonly paddingInline: "space-inset";
806
+ readonly paddingInlineEnd: "space-inset";
807
+ readonly paddingInlineStart: "space-inset";
808
+ readonly paddingLeft: "space-inset";
809
+ readonly paddingRight: "space-inset";
810
+ readonly paddingTop: "space-inset";
811
+ readonly right: "space";
812
+ readonly rowGap: "space-gap";
813
+ readonly scrollMargin: "space-offset";
814
+ readonly scrollMarginBlock: "space-offset";
815
+ readonly scrollMarginBlockEnd: "space-offset";
816
+ readonly scrollMarginBlockStart: "space-offset";
817
+ readonly scrollMarginBottom: "space-offset";
818
+ readonly scrollMarginInline: "space-offset";
819
+ readonly scrollMarginInlineEnd: "space-offset";
820
+ readonly scrollMarginInlineStart: "space-offset";
821
+ readonly scrollMarginLeft: "space-offset";
822
+ readonly scrollMarginRight: "space-offset";
823
+ readonly scrollMarginTop: "space-offset";
824
+ readonly scrollPadding: "space-inset";
825
+ readonly scrollPaddingBlock: "space-inset";
826
+ readonly scrollPaddingBlockEnd: "space-inset";
827
+ readonly scrollPaddingBlockStart: "space-inset";
828
+ readonly scrollPaddingBottom: "space-inset";
829
+ readonly scrollPaddingInline: "space-inset";
830
+ readonly scrollPaddingInlineEnd: "space-inset";
831
+ readonly scrollPaddingInlineStart: "space-inset";
832
+ readonly scrollPaddingLeft: "space-inset";
833
+ readonly scrollPaddingRight: "space-inset";
834
+ readonly scrollPaddingTop: "space-inset";
835
+ readonly stroke: "colors";
836
+ readonly textDecorationColor: "colors";
837
+ readonly textShadow: "shadows";
838
+ readonly top: "space";
839
+ readonly transition: "transitions";
840
+ readonly width: "sizes";
841
+ readonly zIndex: "z-indices";
842
+ }, {
843
+ paddingX: (value: {
844
+ readonly [$$PropertyValue]: "padding";
845
+ }) => {
846
+ paddingLeft: {
847
+ readonly [$$PropertyValue]: "padding";
848
+ };
849
+ paddingRight: {
850
+ readonly [$$PropertyValue]: "padding";
851
+ };
852
+ };
853
+ paddingY: (value: {
854
+ readonly [$$PropertyValue]: "padding";
855
+ }) => {
856
+ paddingTop: {
857
+ readonly [$$PropertyValue]: "padding";
858
+ };
859
+ paddingBottom: {
860
+ readonly [$$PropertyValue]: "padding";
861
+ };
862
+ };
863
+ marginX: (value: {
867
864
  readonly [$$PropertyValue]: "margin";
865
+ }) => {
866
+ marginLeft: {
867
+ readonly [$$PropertyValue]: "margin";
868
+ };
869
+ marginRight: {
870
+ readonly [$$PropertyValue]: "margin";
871
+ };
868
872
  };
869
- };
870
- square: (value: {
871
- readonly [$$PropertyValue]: "width";
872
- }) => {
873
- width: {
874
- readonly [$$PropertyValue]: "width";
873
+ marginY: (value: {
874
+ readonly [$$PropertyValue]: "margin";
875
+ }) => {
876
+ marginTop: {
877
+ readonly [$$PropertyValue]: "margin";
878
+ };
879
+ marginBottom: {
880
+ readonly [$$PropertyValue]: "margin";
881
+ };
875
882
  };
876
- height: {
883
+ square: (value: {
877
884
  readonly [$$PropertyValue]: "width";
885
+ }) => {
886
+ width: {
887
+ readonly [$$PropertyValue]: "width";
888
+ };
889
+ height: {
890
+ readonly [$$PropertyValue]: "width";
891
+ };
878
892
  };
879
- };
880
- }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "unstyled" | "wrapper" | "active"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>, {
893
+ }> | undefined;
894
+ }> & {
895
+ children?: react.ReactNode;
896
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "unstyled" | "wrapper" | "active"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>, {
881
897
  unstyled?: boolean | "true" | "false" | undefined;
882
898
  wrapper?: boolean | "true" | undefined;
883
899
  active?: boolean | "true" | "false" | undefined;
@@ -902,878 +918,894 @@ interface ItemProps extends StyledItemProps {
902
918
  unstyled?: boolean;
903
919
  disabled?: boolean;
904
920
  }
905
- declare const Item: react__default.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "unstyled" | "wrapper" | "active" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
921
+ declare const Item: react__default.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "unstyled" | "wrapper" | "active" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
906
922
 
907
923
  declare type IconProps = Omit<ItemProps, 'unstyled'>;
908
- declare const Icon: react__default.ForwardRefExoticComponent<Pick<IconProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "wrapper" | "active" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
924
+ declare const Icon: react__default.ForwardRefExoticComponent<Pick<IconProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "wrapper" | "active" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
909
925
 
910
- declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
911
- 'border-widths': {
912
- readonly none: 0;
913
- readonly sm: "1px";
914
- readonly md: "2px";
915
- readonly lg: "4px";
916
- };
917
- colors: {
918
- readonly 'blue-100': any;
919
- readonly 'blue-200': any;
920
- readonly 'blue-300': any;
921
- readonly 'blue-400': any;
922
- readonly 'blue-500': any;
923
- readonly 'blue-600': any;
924
- readonly 'blue-700': any;
925
- readonly 'blue-800': any;
926
- readonly 'blue-900': any;
927
- readonly 'blue-1000': any;
928
- readonly 'gray-100': any;
929
- readonly 'gray-200': any;
930
- readonly 'gray-300': any;
931
- readonly 'gray-400': any;
932
- readonly 'gray-500': any;
933
- readonly 'gray-600': any;
934
- readonly 'gray-700': any;
935
- readonly 'gray-800': any;
936
- readonly 'gray-900': any;
937
- readonly 'indigo-100': any;
938
- readonly 'indigo-200': any;
939
- readonly 'indigo-300': any;
940
- readonly 'indigo-400': any;
941
- readonly 'indigo-500': any;
942
- readonly 'indigo-600': any;
943
- readonly 'indigo-700': any;
944
- readonly 'indigo-800': any;
945
- readonly 'indigo-900': any;
946
- readonly 'red-100': any;
947
- readonly 'red-200': any;
948
- readonly 'red-300': any;
949
- readonly 'red-400': any;
950
- readonly 'red-500': any;
951
- readonly 'red-600': any;
952
- readonly 'red-700': any;
953
- readonly 'red-800': any;
954
- readonly 'red-900': any;
955
- readonly 'yellow-100': any;
956
- readonly 'yellow-200': any;
957
- readonly 'yellow-300': any;
958
- readonly 'yellow-400': any;
959
- readonly 'yellow-500': any;
960
- readonly 'yellow-600': any;
961
- readonly 'yellow-700': any;
962
- readonly 'yellow-800': any;
963
- readonly 'yellow-900': any;
964
- readonly 'green-100': any;
965
- readonly 'green-200': any;
966
- readonly 'green-300': any;
967
- readonly 'green-400': any;
968
- readonly 'green-500': any;
969
- readonly 'green-600': any;
970
- readonly 'green-700': any;
971
- readonly 'green-800': any;
972
- readonly 'green-900': any;
973
- readonly black: any;
974
- readonly white: any;
975
- readonly transparent: any;
976
- readonly 'background-neutrals'?: any;
977
- readonly 'background-neutrals-body'?: any;
978
- readonly 'background-neutrals-container'?: any;
979
- readonly 'background-neutrals-inverted'?: any;
980
- readonly 'background-neutrals-inverted-subtle'?: any;
981
- readonly 'background-neutrals-subtle'?: any;
982
- readonly 'background-neutrals-subtle-hover'?: any;
983
- readonly 'background-neutrals-subtle-active'?: any;
984
- readonly 'background-neutrals-disabled'?: any;
985
- readonly 'background-neutrals-controls-disabled'?: any;
986
- readonly 'background-neutrals-scrolls'?: any;
987
- readonly 'background-neutrals-inactive'?: any;
988
- readonly 'background-neutrals-inactive-hover'?: any;
989
- readonly 'background-primary-prominent'?: any;
990
- readonly 'background-primary-prominent-hover'?: any;
991
- readonly 'background-primary-prominent-active'?: any;
992
- readonly 'background-primary-prominent-selected'?: any;
993
- readonly 'background-primary-subtle'?: any;
994
- readonly 'background-primary-subtle-hover'?: any;
995
- readonly 'background-primary-subtle-active'?: any;
996
- readonly 'background-primary-subtle-selected'?: any;
997
- readonly 'background-danger-prominent'?: any;
998
- readonly 'background-danger-prominent-hover'?: any;
999
- readonly 'background-danger-prominent-active'?: any;
1000
- readonly 'background-danger'?: any;
1001
- readonly 'background-danger-hover'?: any;
1002
- readonly 'background-success'?: any;
1003
- readonly 'background-warning-subtle'?: any;
1004
- readonly 'background-warning-prominent'?: any;
1005
- readonly 'text-neutrals-inverted'?: any;
1006
- readonly 'text-neutrals'?: any;
1007
- readonly 'text-neutrals-subtle'?: any;
1008
- readonly 'text-neutrals-placeholder-only'?: any;
1009
- readonly 'text-neutrals-placeholder'?: any;
1010
- readonly 'text-neutrals-disabled'?: any;
1011
- readonly 'text-primary-inverted'?: any;
1012
- readonly 'text-primary'?: any;
1013
- readonly 'text-primary-hover'?: any;
1014
- readonly 'text-primary-active'?: any;
1015
- readonly 'text-primary-selected'?: any;
1016
- readonly 'text-primary-inverted-subtle'?: any;
1017
- readonly 'text-danger-inverted'?: any;
1018
- readonly 'text-danger'?: any;
1019
- readonly 'text-danger-hover'?: any;
1020
- readonly 'text-danger-active'?: any;
1021
- readonly 'text-success'?: any;
1022
- readonly 'text-warning'?: any;
1023
- readonly 'icon-neutrals-inverted'?: any;
1024
- readonly 'icon-neutrals'?: any;
1025
- readonly 'icon-neutrals-with-text'?: any;
1026
- readonly 'icon-neutrals-subtle'?: any;
1027
- readonly 'icon-neutrals-disabled'?: any;
1028
- readonly 'icon-neutrals-search'?: any;
1029
- readonly 'icon-neutrals-inactive'?: any;
1030
- readonly 'icon-neutrals-inactive-hover'?: any;
1031
- readonly 'icon-primary-inverted'?: any;
1032
- readonly 'icon-primary'?: any;
1033
- readonly 'icon-primary-hover'?: any;
1034
- readonly 'icon-primary-active'?: any;
1035
- readonly 'icon-primary-selected'?: any;
1036
- readonly 'icon-danger-inverted'?: any;
1037
- readonly 'icon-danger'?: any;
1038
- readonly 'icon-danger-hover'?: any;
1039
- readonly 'icon-danger-active'?: any;
1040
- readonly 'icon-success-inverted'?: any;
1041
- readonly 'icon-success'?: any;
1042
- readonly 'icon-warning'?: any;
1043
- readonly 'border-focus-outer'?: any;
1044
- readonly 'border-focus-middle'?: any;
1045
- readonly 'border-focus-inner'?: any;
1046
- readonly 'border-neutrals'?: any;
1047
- readonly 'border-neutrals-hover'?: any;
1048
- readonly 'border-neutrals-active'?: any;
1049
- readonly 'border-neutrals-disabled'?: any;
1050
- readonly 'border-neutrals-controls'?: any;
1051
- readonly 'border-neutrals-controls-disabled'?: any;
1052
- readonly 'border-neutrals-subtle'?: any;
1053
- readonly 'border-neutrals-inverted'?: any;
1054
- readonly 'border-primary'?: any;
1055
- readonly 'border-primary-hover'?: any;
1056
- readonly 'border-primary-active'?: any;
1057
- readonly 'border-primary-inverted'?: any;
1058
- readonly 'border-danger'?: any;
1059
- readonly 'border-success'?: any;
1060
- readonly 'border-warning'?: any;
1061
- };
1062
- 'font-sizes': {
1063
- readonly 150: "0.75rem";
1064
- readonly 175: "0.875rem";
1065
- readonly 200: "1rem";
1066
- readonly 225: "1.125rem";
1067
- readonly 250: "1.25rem";
1068
- readonly 300: "1.5rem";
1069
- readonly 400: "2rem";
1070
- readonly 500: "2.5rem";
1071
- readonly 600: "3rem";
1072
- readonly 800: "4rem";
1073
- readonly 900: "4.5rem";
1074
- };
1075
- radii: {
1076
- readonly none: 0;
1077
- readonly half: "999em";
1078
- readonly 25: "2px";
1079
- readonly 50: "4px";
1080
- readonly 75: "6px";
1081
- readonly 100: "8px";
1082
- readonly 200: "16px";
1083
- };
1084
- shadows: {
1085
- readonly 50: "0 4px 16px #05003812";
1086
- readonly 100: "0 8px 32px #05003808";
1087
- 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";
1088
- 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";
1089
- 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";
1090
- 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";
1091
- };
1092
- sizes: {
1093
- readonly number: string;
1094
- readonly 'icon-200': "16px";
1095
- readonly 'icon-300': "24px";
1096
- readonly 'icon-400': "32px";
1097
- };
1098
- space: {
1099
- readonly none: 0;
1100
- readonly 50: "4px";
1101
- readonly 100: "8px";
1102
- readonly 150: "12px";
1103
- readonly 200: "16px";
1104
- readonly 300: "24px";
1105
- readonly 400: "32px";
1106
- readonly 500: "64px";
1107
- readonly 600: "48px";
1108
- readonly 800: "64px";
1109
- readonly 1200: "96px";
1110
- readonly 1600: "128px";
1111
- };
1112
- 'space-gap': {
1113
- readonly none: any;
1114
- readonly 50: any;
1115
- readonly 100: any;
1116
- readonly 200: any;
1117
- readonly 300: any;
1118
- };
1119
- 'space-inset': {
1120
- readonly none: any;
1121
- readonly 50: any;
1122
- readonly 100: any;
1123
- readonly 150: any;
1124
- readonly 200: any;
1125
- readonly 300: any;
1126
- readonly 400: any;
1127
- readonly 600: any;
1128
- readonly 800: any;
1129
- readonly 1200: any;
1130
- readonly 1600: any;
1131
- };
1132
- 'space-offset': {
1133
- readonly none: any;
1134
- readonly 50: any;
1135
- readonly 100: any;
1136
- readonly 150: any;
1137
- readonly 200: any;
1138
- readonly 300: any;
1139
- readonly 400: any;
1140
- readonly 600: any;
1141
- readonly 800: any;
1142
- readonly 1200: any;
1143
- readonly 1600: any;
1144
- readonly 'stacking-none': any;
1145
- readonly 'stacking-100': any;
1146
- readonly 'stacking-200': any;
1147
- readonly 'stacking-300': any;
1148
- readonly 'stacking-400': any;
1149
- readonly 'stacking-500': any;
1150
- readonly 'stacking-800': any;
1151
- };
1152
- 'z-indices': {
1153
- readonly dropdownMenu: 100;
1154
- readonly popover: 200;
1155
- readonly tooltip: 300;
1156
- };
1157
- }, {
1158
- readonly background: "colors";
1159
- readonly backgroundColor: "colors";
1160
- readonly backgroundImage: "colors";
1161
- readonly blockSize: "sizes";
1162
- readonly border: "colors";
1163
- readonly borderBlock: "colors";
1164
- readonly borderBlockEnd: "colors";
1165
- readonly borderBlockStart: "colors";
1166
- readonly borderBottom: "colors";
1167
- readonly borderBottomColor: "colors";
1168
- readonly borderBottomLeftRadius: "radii";
1169
- readonly borderBottomRightRadius: "radii";
1170
- readonly borderBottomStyle: "border-styles";
1171
- readonly borderBottomWidth: "border-widths";
1172
- readonly borderColor: "colors";
1173
- readonly borderImage: "colors";
1174
- readonly borderInline: "colors";
1175
- readonly borderInlineEnd: "colors";
1176
- readonly borderInlineStart: "colors";
1177
- readonly borderLeft: "colors";
1178
- readonly borderLeftColor: "colors";
1179
- readonly borderLeftStyle: "border-styles";
1180
- readonly borderLeftWidth: "border-widths";
1181
- readonly borderRadius: "radii";
1182
- readonly borderRight: "colors";
1183
- readonly borderRightColor: "colors";
1184
- readonly borderRightStyle: "border-styles";
1185
- readonly borderRightWidth: "border-widths";
1186
- readonly borderStyle: "border-styles";
1187
- readonly borderTop: "colors";
1188
- readonly borderTopColor: "colors";
1189
- readonly borderTopLeftRadius: "radii";
1190
- readonly borderTopRightRadius: "radii";
1191
- readonly borderTopStyle: "border-styles";
1192
- readonly borderTopWidth: "border-widths";
1193
- readonly borderWidth: "border-widths";
1194
- readonly bottom: "space";
1195
- readonly boxShadow: "shadows";
1196
- readonly caretColor: "colors";
1197
- readonly color: "colors";
1198
- readonly columnGap: "space-gap";
1199
- readonly columnRuleColor: "colors";
1200
- readonly fill: "colors";
1201
- readonly flexBasis: "sizes";
1202
- readonly fontFamily: "fonts";
1203
- readonly fontSize: "font-sizes";
1204
- readonly fontWeight: "font-weights";
1205
- readonly gap: "space-gap";
1206
- readonly gridColumnGap: "space-gap";
1207
- readonly gridGap: "space-gap";
1208
- readonly gridRowGap: "space-gap";
1209
- readonly gridTemplateColumns: "sizes";
1210
- readonly gridTemplateRows: "sizes";
1211
- readonly height: "sizes";
1212
- readonly inlineSize: "sizes";
1213
- readonly inset: "space-inset";
1214
- readonly insetBlock: "space-inset";
1215
- readonly insetBlockEnd: "space-inset";
1216
- readonly insetBlockStart: "space-inset";
1217
- readonly insetInline: "space-inset";
1218
- readonly insetInlineEnd: "space-inset";
1219
- readonly insetInlineStart: "space-inset";
1220
- readonly left: "space";
1221
- readonly letterSpacing: "letter-spacings";
1222
- readonly lineHeight: "line-heights";
1223
- readonly margin: "space-offset";
1224
- readonly marginBlock: "space-offset";
1225
- readonly marginBlockEnd: "space-offset";
1226
- readonly marginBlockStart: "space-offset";
1227
- readonly marginBottom: "space-offset";
1228
- readonly marginInline: "space-offset";
1229
- readonly marginInlineEnd: "space-offset";
1230
- readonly marginInlineStart: "space-offset";
1231
- readonly marginLeft: "space-offset";
1232
- readonly marginRight: "space-offset";
1233
- readonly marginTop: "space-offset";
1234
- readonly maxBlockSize: "sizes";
1235
- readonly maxHeight: "sizes";
1236
- readonly maxInlineSize: "sizes";
1237
- readonly maxWidth: "sizes";
1238
- readonly minBlockSize: "sizes";
1239
- readonly minHeight: "sizes";
1240
- readonly minInlineSize: "sizes";
1241
- readonly minWidth: "sizes";
1242
- readonly outline: "colors";
1243
- readonly outlineColor: "colors";
1244
- readonly padding: "space-inset";
1245
- readonly paddingBlock: "space-inset";
1246
- readonly paddingBlockEnd: "space-inset";
1247
- readonly paddingBlockStart: "space-inset";
1248
- readonly paddingBottom: "space-inset";
1249
- readonly paddingInline: "space-inset";
1250
- readonly paddingInlineEnd: "space-inset";
1251
- readonly paddingInlineStart: "space-inset";
1252
- readonly paddingLeft: "space-inset";
1253
- readonly paddingRight: "space-inset";
1254
- readonly paddingTop: "space-inset";
1255
- readonly right: "space";
1256
- readonly rowGap: "space-gap";
1257
- readonly scrollMargin: "space-offset";
1258
- readonly scrollMarginBlock: "space-offset";
1259
- readonly scrollMarginBlockEnd: "space-offset";
1260
- readonly scrollMarginBlockStart: "space-offset";
1261
- readonly scrollMarginBottom: "space-offset";
1262
- readonly scrollMarginInline: "space-offset";
1263
- readonly scrollMarginInlineEnd: "space-offset";
1264
- readonly scrollMarginInlineStart: "space-offset";
1265
- readonly scrollMarginLeft: "space-offset";
1266
- readonly scrollMarginRight: "space-offset";
1267
- readonly scrollMarginTop: "space-offset";
1268
- readonly scrollPadding: "space-inset";
1269
- readonly scrollPaddingBlock: "space-inset";
1270
- readonly scrollPaddingBlockEnd: "space-inset";
1271
- readonly scrollPaddingBlockStart: "space-inset";
1272
- readonly scrollPaddingBottom: "space-inset";
1273
- readonly scrollPaddingInline: "space-inset";
1274
- readonly scrollPaddingInlineEnd: "space-inset";
1275
- readonly scrollPaddingInlineStart: "space-inset";
1276
- readonly scrollPaddingLeft: "space-inset";
1277
- readonly scrollPaddingRight: "space-inset";
1278
- readonly scrollPaddingTop: "space-inset";
1279
- readonly stroke: "colors";
1280
- readonly textDecorationColor: "colors";
1281
- readonly textShadow: "shadows";
1282
- readonly top: "space";
1283
- readonly transition: "transitions";
1284
- readonly width: "sizes";
1285
- readonly zIndex: "z-indices";
1286
- }, {
1287
- paddingX: (value: {
1288
- readonly [$$PropertyValue]: "padding";
1289
- }) => {
1290
- paddingLeft: {
1291
- readonly [$$PropertyValue]: "padding";
926
+ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
927
+ css?: _stitches_react_types_css_util.CSS<{}, {
928
+ 'border-widths': {
929
+ readonly none: 0;
930
+ readonly sm: "1px";
931
+ readonly md: "2px";
932
+ readonly lg: "4px";
1292
933
  };
1293
- paddingRight: {
1294
- readonly [$$PropertyValue]: "padding";
934
+ colors: {
935
+ readonly 'blue-100': any;
936
+ readonly 'blue-200': any;
937
+ readonly 'blue-300': any;
938
+ readonly 'blue-400': any;
939
+ readonly 'blue-500': any;
940
+ readonly 'blue-600': any;
941
+ readonly 'blue-700': any;
942
+ readonly 'blue-800': any;
943
+ readonly 'blue-900': any;
944
+ readonly 'blue-1000': any;
945
+ readonly 'gray-100': any;
946
+ readonly 'gray-200': any;
947
+ readonly 'gray-300': any;
948
+ readonly 'gray-400': any;
949
+ readonly 'gray-500': any;
950
+ readonly 'gray-600': any;
951
+ readonly 'gray-700': any;
952
+ readonly 'gray-800': any;
953
+ readonly 'gray-900': any;
954
+ readonly 'indigo-100': any;
955
+ readonly 'indigo-200': any;
956
+ readonly 'indigo-300': any;
957
+ readonly 'indigo-400': any;
958
+ readonly 'indigo-500': any;
959
+ readonly 'indigo-600': any;
960
+ readonly 'indigo-700': any;
961
+ readonly 'indigo-800': any;
962
+ readonly 'indigo-900': any;
963
+ readonly 'red-100': any;
964
+ readonly 'red-200': any;
965
+ readonly 'red-300': any;
966
+ readonly 'red-400': any;
967
+ readonly 'red-500': any;
968
+ readonly 'red-600': any;
969
+ readonly 'red-700': any;
970
+ readonly 'red-800': any;
971
+ readonly 'red-900': any;
972
+ readonly 'yellow-100': any;
973
+ readonly 'yellow-200': any;
974
+ readonly 'yellow-300': any;
975
+ readonly 'yellow-400': any;
976
+ readonly 'yellow-500': any;
977
+ readonly 'yellow-600': any;
978
+ readonly 'yellow-700': any;
979
+ readonly 'yellow-800': any;
980
+ readonly 'yellow-900': any;
981
+ readonly 'green-100': any;
982
+ readonly 'green-200': any;
983
+ readonly 'green-300': any;
984
+ readonly 'green-400': any;
985
+ readonly 'green-500': any;
986
+ readonly 'green-600': any;
987
+ readonly 'green-700': any;
988
+ readonly 'green-800': any;
989
+ readonly 'green-900': any;
990
+ readonly black: any;
991
+ readonly white: any;
992
+ readonly transparent: any;
993
+ readonly 'background-danger'?: any;
994
+ readonly 'background-danger-hover'?: any;
995
+ readonly 'background-danger-prominent'?: any;
996
+ readonly 'background-danger-prominent-active'?: any;
997
+ readonly 'background-danger-prominent-hover'?: any;
998
+ readonly 'background-neutrals'?: any;
999
+ readonly 'background-neutrals-body'?: any;
1000
+ readonly 'background-neutrals-container'?: any;
1001
+ readonly 'background-neutrals-controls-disabled'?: any;
1002
+ readonly 'background-neutrals-disabled'?: any;
1003
+ readonly 'background-neutrals-inactive'?: any;
1004
+ readonly 'background-neutrals-inactive-hover'?: any;
1005
+ readonly 'background-neutrals-inverted'?: any;
1006
+ readonly 'background-neutrals-inverted-subtle'?: any;
1007
+ readonly 'background-neutrals-scrolls'?: any;
1008
+ readonly 'background-neutrals-scrolls-hover'?: any;
1009
+ readonly 'background-neutrals-subtle'?: any;
1010
+ readonly 'background-neutrals-subtle-active'?: any;
1011
+ readonly 'background-neutrals-subtle-hover'?: any;
1012
+ readonly 'background-primary-prominent'?: any;
1013
+ readonly 'background-primary-prominent-active'?: any;
1014
+ readonly 'background-primary-prominent-hover'?: any;
1015
+ readonly 'background-primary-prominent-selected'?: any;
1016
+ readonly 'background-primary-subtle'?: any;
1017
+ readonly 'background-primary-subtle-active'?: any;
1018
+ readonly 'background-primary-subtle-hover'?: any;
1019
+ readonly 'background-primary-subtle-selected'?: any;
1020
+ readonly 'background-success'?: any;
1021
+ readonly 'background-warning-prominent'?: any;
1022
+ readonly 'background-warning-subtle'?: any;
1023
+ readonly 'text-danger'?: any;
1024
+ readonly 'text-danger-active'?: any;
1025
+ readonly 'text-danger-hover'?: any;
1026
+ readonly 'text-danger-inverted'?: any;
1027
+ readonly 'text-neutrals'?: any;
1028
+ readonly 'text-neutrals-disabled'?: any;
1029
+ readonly 'text-neutrals-inverted'?: any;
1030
+ readonly 'text-neutrals-link'?: any;
1031
+ readonly 'text-neutrals-link-active'?: any;
1032
+ readonly 'text-neutrals-link-hover'?: any;
1033
+ readonly 'text-neutrals-placeholder'?: any;
1034
+ readonly 'text-neutrals-placeholder-only'?: any;
1035
+ readonly 'text-neutrals-subtle'?: any;
1036
+ readonly 'text-primary'?: any;
1037
+ readonly 'text-primary-active'?: any;
1038
+ readonly 'text-primary-hover'?: any;
1039
+ readonly 'text-primary-inverted'?: any;
1040
+ readonly 'text-primary-inverted-subtle'?: any;
1041
+ readonly 'text-primary-selected'?: any;
1042
+ readonly 'text-success'?: any;
1043
+ readonly 'text-warning'?: any;
1044
+ readonly 'icon-danger'?: any;
1045
+ readonly 'icon-danger-active'?: any;
1046
+ readonly 'icon-danger-hover'?: any;
1047
+ readonly 'icon-danger-inverted'?: any;
1048
+ readonly 'icon-neutrals'?: any;
1049
+ readonly 'icon-neutrals-disabled'?: any;
1050
+ readonly 'icon-neutrals-inactive'?: any;
1051
+ readonly 'icon-neutrals-inactive-hover'?: any;
1052
+ readonly 'icon-neutrals-inverted'?: any;
1053
+ readonly 'icon-neutrals-search'?: any;
1054
+ readonly 'icon-neutrals-subtle'?: any;
1055
+ readonly 'icon-neutrals-with-text'?: any;
1056
+ readonly 'icon-primary'?: any;
1057
+ readonly 'icon-primary-active'?: any;
1058
+ readonly 'icon-primary-hover'?: any;
1059
+ readonly 'icon-primary-inverted'?: any;
1060
+ readonly 'icon-primary-selected'?: any;
1061
+ readonly 'icon-success'?: any;
1062
+ readonly 'icon-success-inverted'?: any;
1063
+ readonly 'icon-warning'?: any;
1064
+ readonly 'border-danger'?: any;
1065
+ readonly 'border-focus-inner'?: any;
1066
+ readonly 'border-focus-middle'?: any;
1067
+ readonly 'border-focus-outer'?: any;
1068
+ readonly 'border-neutrals'?: any;
1069
+ readonly 'border-neutrals-active'?: any;
1070
+ readonly 'border-neutrals-controls'?: any;
1071
+ readonly 'border-neutrals-controls-disabled'?: any;
1072
+ readonly 'border-neutrals-disabled'?: any;
1073
+ readonly 'border-neutrals-hover'?: any;
1074
+ readonly 'border-neutrals-inverted'?: any;
1075
+ readonly 'border-neutrals-subtle'?: any;
1076
+ readonly 'border-primary'?: any;
1077
+ readonly 'border-primary-active'?: any;
1078
+ readonly 'border-primary-hover'?: any;
1079
+ readonly 'border-primary-inverted'?: any;
1080
+ readonly 'border-success'?: any;
1081
+ readonly 'border-warning'?: any;
1295
1082
  };
1296
- };
1297
- paddingY: (value: {
1298
- readonly [$$PropertyValue]: "padding";
1299
- }) => {
1300
- paddingTop: {
1301
- readonly [$$PropertyValue]: "padding";
1083
+ 'font-sizes': {
1084
+ readonly 150: "0.75rem";
1085
+ readonly 175: "0.875rem";
1086
+ readonly 200: "1rem";
1087
+ readonly 225: "1.125rem";
1088
+ readonly 250: "1.25rem";
1089
+ readonly 300: "1.5rem";
1090
+ readonly 400: "2rem";
1091
+ readonly 500: "2.5rem";
1092
+ readonly 600: "3rem";
1093
+ readonly 800: "4rem";
1094
+ readonly 900: "4.5rem";
1302
1095
  };
1303
- paddingBottom: {
1304
- readonly [$$PropertyValue]: "padding";
1096
+ radii: {
1097
+ readonly none: 0;
1098
+ readonly half: "999em";
1099
+ readonly 25: "2px";
1100
+ readonly 50: "4px";
1101
+ readonly 75: "6px";
1102
+ readonly 100: "8px";
1103
+ readonly 200: "16px";
1305
1104
  };
1306
- };
1307
- marginX: (value: {
1308
- readonly [$$PropertyValue]: "margin";
1309
- }) => {
1310
- marginLeft: {
1311
- readonly [$$PropertyValue]: "margin";
1105
+ shadows: {
1106
+ readonly 50: "0 4px 16px #05003812";
1107
+ readonly 100: "0 8px 32px #05003808";
1108
+ 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";
1109
+ 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";
1110
+ 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";
1111
+ 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";
1312
1112
  };
1313
- marginRight: {
1314
- readonly [$$PropertyValue]: "margin";
1113
+ sizes: {
1114
+ readonly number: string;
1115
+ readonly 'icon-200': "16px";
1116
+ readonly 'icon-300': "24px";
1117
+ readonly 'icon-400': "32px";
1315
1118
  };
1316
- };
1317
- marginY: (value: {
1318
- readonly [$$PropertyValue]: "margin";
1319
- }) => {
1320
- marginTop: {
1321
- readonly [$$PropertyValue]: "margin";
1119
+ space: {
1120
+ readonly none: 0;
1121
+ readonly 50: "4px";
1122
+ readonly 100: "8px";
1123
+ readonly 150: "12px";
1124
+ readonly 200: "16px";
1125
+ readonly 300: "24px";
1126
+ readonly 400: "32px";
1127
+ readonly 500: "64px";
1128
+ readonly 600: "48px";
1129
+ readonly 800: "64px";
1130
+ readonly 1200: "96px";
1131
+ readonly 1600: "128px";
1132
+ };
1133
+ 'space-gap': {
1134
+ readonly none: any;
1135
+ readonly 50: any;
1136
+ readonly 100: any;
1137
+ readonly 200: any;
1138
+ readonly 300: any;
1139
+ };
1140
+ 'space-inset': {
1141
+ readonly none: any;
1142
+ readonly 50: any;
1143
+ readonly 100: any;
1144
+ readonly 150: any;
1145
+ readonly 200: any;
1146
+ readonly 300: any;
1147
+ readonly 400: any;
1148
+ readonly 600: any;
1149
+ readonly 800: any;
1150
+ readonly 1200: any;
1151
+ readonly 1600: any;
1322
1152
  };
1323
- marginBottom: {
1153
+ 'space-offset': {
1154
+ readonly none: any;
1155
+ readonly 50: any;
1156
+ readonly 100: any;
1157
+ readonly 150: any;
1158
+ readonly 200: any;
1159
+ readonly 300: any;
1160
+ readonly 400: any;
1161
+ readonly 600: any;
1162
+ readonly 800: any;
1163
+ readonly 1200: any;
1164
+ readonly 1600: any;
1165
+ readonly 'stacking-none': any;
1166
+ readonly 'stacking-100': any;
1167
+ readonly 'stacking-200': any;
1168
+ readonly 'stacking-300': any;
1169
+ readonly 'stacking-400': any;
1170
+ readonly 'stacking-500': any;
1171
+ readonly 'stacking-800': any;
1172
+ };
1173
+ 'z-indices': {
1174
+ readonly dropdownMenu: 100;
1175
+ readonly popover: 200;
1176
+ readonly tooltip: 300;
1177
+ };
1178
+ }, {
1179
+ readonly background: "colors";
1180
+ readonly backgroundColor: "colors";
1181
+ readonly backgroundImage: "colors";
1182
+ readonly blockSize: "sizes";
1183
+ readonly border: "colors";
1184
+ readonly borderBlock: "colors";
1185
+ readonly borderBlockEnd: "colors";
1186
+ readonly borderBlockStart: "colors";
1187
+ readonly borderBottom: "colors";
1188
+ readonly borderBottomColor: "colors";
1189
+ readonly borderBottomLeftRadius: "radii";
1190
+ readonly borderBottomRightRadius: "radii";
1191
+ readonly borderBottomStyle: "border-styles";
1192
+ readonly borderBottomWidth: "border-widths";
1193
+ readonly borderColor: "colors";
1194
+ readonly borderImage: "colors";
1195
+ readonly borderInline: "colors";
1196
+ readonly borderInlineEnd: "colors";
1197
+ readonly borderInlineStart: "colors";
1198
+ readonly borderLeft: "colors";
1199
+ readonly borderLeftColor: "colors";
1200
+ readonly borderLeftStyle: "border-styles";
1201
+ readonly borderLeftWidth: "border-widths";
1202
+ readonly borderRadius: "radii";
1203
+ readonly borderRight: "colors";
1204
+ readonly borderRightColor: "colors";
1205
+ readonly borderRightStyle: "border-styles";
1206
+ readonly borderRightWidth: "border-widths";
1207
+ readonly borderStyle: "border-styles";
1208
+ readonly borderTop: "colors";
1209
+ readonly borderTopColor: "colors";
1210
+ readonly borderTopLeftRadius: "radii";
1211
+ readonly borderTopRightRadius: "radii";
1212
+ readonly borderTopStyle: "border-styles";
1213
+ readonly borderTopWidth: "border-widths";
1214
+ readonly borderWidth: "border-widths";
1215
+ readonly bottom: "space";
1216
+ readonly boxShadow: "shadows";
1217
+ readonly caretColor: "colors";
1218
+ readonly color: "colors";
1219
+ readonly columnGap: "space-gap";
1220
+ readonly columnRuleColor: "colors";
1221
+ readonly fill: "colors";
1222
+ readonly flexBasis: "sizes";
1223
+ readonly fontFamily: "fonts";
1224
+ readonly fontSize: "font-sizes";
1225
+ readonly fontWeight: "font-weights";
1226
+ readonly gap: "space-gap";
1227
+ readonly gridColumnGap: "space-gap";
1228
+ readonly gridGap: "space-gap";
1229
+ readonly gridRowGap: "space-gap";
1230
+ readonly gridTemplateColumns: "sizes";
1231
+ readonly gridTemplateRows: "sizes";
1232
+ readonly height: "sizes";
1233
+ readonly inlineSize: "sizes";
1234
+ readonly inset: "space-inset";
1235
+ readonly insetBlock: "space-inset";
1236
+ readonly insetBlockEnd: "space-inset";
1237
+ readonly insetBlockStart: "space-inset";
1238
+ readonly insetInline: "space-inset";
1239
+ readonly insetInlineEnd: "space-inset";
1240
+ readonly insetInlineStart: "space-inset";
1241
+ readonly left: "space";
1242
+ readonly letterSpacing: "letter-spacings";
1243
+ readonly lineHeight: "line-heights";
1244
+ readonly margin: "space-offset";
1245
+ readonly marginBlock: "space-offset";
1246
+ readonly marginBlockEnd: "space-offset";
1247
+ readonly marginBlockStart: "space-offset";
1248
+ readonly marginBottom: "space-offset";
1249
+ readonly marginInline: "space-offset";
1250
+ readonly marginInlineEnd: "space-offset";
1251
+ readonly marginInlineStart: "space-offset";
1252
+ readonly marginLeft: "space-offset";
1253
+ readonly marginRight: "space-offset";
1254
+ readonly marginTop: "space-offset";
1255
+ readonly maxBlockSize: "sizes";
1256
+ readonly maxHeight: "sizes";
1257
+ readonly maxInlineSize: "sizes";
1258
+ readonly maxWidth: "sizes";
1259
+ readonly minBlockSize: "sizes";
1260
+ readonly minHeight: "sizes";
1261
+ readonly minInlineSize: "sizes";
1262
+ readonly minWidth: "sizes";
1263
+ readonly outline: "colors";
1264
+ readonly outlineColor: "colors";
1265
+ readonly padding: "space-inset";
1266
+ readonly paddingBlock: "space-inset";
1267
+ readonly paddingBlockEnd: "space-inset";
1268
+ readonly paddingBlockStart: "space-inset";
1269
+ readonly paddingBottom: "space-inset";
1270
+ readonly paddingInline: "space-inset";
1271
+ readonly paddingInlineEnd: "space-inset";
1272
+ readonly paddingInlineStart: "space-inset";
1273
+ readonly paddingLeft: "space-inset";
1274
+ readonly paddingRight: "space-inset";
1275
+ readonly paddingTop: "space-inset";
1276
+ readonly right: "space";
1277
+ readonly rowGap: "space-gap";
1278
+ readonly scrollMargin: "space-offset";
1279
+ readonly scrollMarginBlock: "space-offset";
1280
+ readonly scrollMarginBlockEnd: "space-offset";
1281
+ readonly scrollMarginBlockStart: "space-offset";
1282
+ readonly scrollMarginBottom: "space-offset";
1283
+ readonly scrollMarginInline: "space-offset";
1284
+ readonly scrollMarginInlineEnd: "space-offset";
1285
+ readonly scrollMarginInlineStart: "space-offset";
1286
+ readonly scrollMarginLeft: "space-offset";
1287
+ readonly scrollMarginRight: "space-offset";
1288
+ readonly scrollMarginTop: "space-offset";
1289
+ readonly scrollPadding: "space-inset";
1290
+ readonly scrollPaddingBlock: "space-inset";
1291
+ readonly scrollPaddingBlockEnd: "space-inset";
1292
+ readonly scrollPaddingBlockStart: "space-inset";
1293
+ readonly scrollPaddingBottom: "space-inset";
1294
+ readonly scrollPaddingInline: "space-inset";
1295
+ readonly scrollPaddingInlineEnd: "space-inset";
1296
+ readonly scrollPaddingInlineStart: "space-inset";
1297
+ readonly scrollPaddingLeft: "space-inset";
1298
+ readonly scrollPaddingRight: "space-inset";
1299
+ readonly scrollPaddingTop: "space-inset";
1300
+ readonly stroke: "colors";
1301
+ readonly textDecorationColor: "colors";
1302
+ readonly textShadow: "shadows";
1303
+ readonly top: "space";
1304
+ readonly transition: "transitions";
1305
+ readonly width: "sizes";
1306
+ readonly zIndex: "z-indices";
1307
+ }, {
1308
+ paddingX: (value: {
1309
+ readonly [$$PropertyValue]: "padding";
1310
+ }) => {
1311
+ paddingLeft: {
1312
+ readonly [$$PropertyValue]: "padding";
1313
+ };
1314
+ paddingRight: {
1315
+ readonly [$$PropertyValue]: "padding";
1316
+ };
1317
+ };
1318
+ paddingY: (value: {
1319
+ readonly [$$PropertyValue]: "padding";
1320
+ }) => {
1321
+ paddingTop: {
1322
+ readonly [$$PropertyValue]: "padding";
1323
+ };
1324
+ paddingBottom: {
1325
+ readonly [$$PropertyValue]: "padding";
1326
+ };
1327
+ };
1328
+ marginX: (value: {
1324
1329
  readonly [$$PropertyValue]: "margin";
1330
+ }) => {
1331
+ marginLeft: {
1332
+ readonly [$$PropertyValue]: "margin";
1333
+ };
1334
+ marginRight: {
1335
+ readonly [$$PropertyValue]: "margin";
1336
+ };
1325
1337
  };
1326
- };
1327
- square: (value: {
1328
- readonly [$$PropertyValue]: "width";
1329
- }) => {
1330
- width: {
1331
- readonly [$$PropertyValue]: "width";
1338
+ marginY: (value: {
1339
+ readonly [$$PropertyValue]: "margin";
1340
+ }) => {
1341
+ marginTop: {
1342
+ readonly [$$PropertyValue]: "margin";
1343
+ };
1344
+ marginBottom: {
1345
+ readonly [$$PropertyValue]: "margin";
1346
+ };
1332
1347
  };
1333
- height: {
1348
+ square: (value: {
1334
1349
  readonly [$$PropertyValue]: "width";
1350
+ }) => {
1351
+ width: {
1352
+ readonly [$$PropertyValue]: "width";
1353
+ };
1354
+ height: {
1355
+ readonly [$$PropertyValue]: "width";
1356
+ };
1335
1357
  };
1336
- };
1337
- }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "orientation" | keyof _mirohq_design_system_stitches.CustomStylesProps | "decorative"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
1358
+ }> | undefined;
1359
+ }> & {
1360
+ children?: react.ReactNode;
1361
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "orientation" | keyof _mirohq_design_system_stitches.CustomStylesProps | "decorative"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
1338
1362
  declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
1339
1363
 
1340
1364
  interface SeparatorProps extends StyledSeparatorProps {
1341
1365
  }
1342
- declare const Separator: react__default.ForwardRefExoticComponent<Pick<SeparatorProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & react__default.RefAttributes<HTMLDivElement>>;
1366
+ declare const Separator: react__default.ForwardRefExoticComponent<Pick<SeparatorProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & react__default.RefAttributes<HTMLDivElement>>;
1343
1367
 
1344
- declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "unstyled" | "wrapper" | "active" | "onPress"> & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
1345
- 'border-widths': {
1346
- readonly none: 0;
1347
- readonly sm: "1px";
1348
- readonly md: "2px";
1349
- readonly lg: "4px";
1350
- };
1351
- colors: {
1352
- readonly 'blue-100': any;
1353
- readonly 'blue-200': any;
1354
- readonly 'blue-300': any;
1355
- readonly 'blue-400': any;
1356
- readonly 'blue-500': any;
1357
- readonly 'blue-600': any;
1358
- readonly 'blue-700': any;
1359
- readonly 'blue-800': any;
1360
- readonly 'blue-900': any;
1361
- readonly 'blue-1000': any;
1362
- readonly 'gray-100': any;
1363
- readonly 'gray-200': any;
1364
- readonly 'gray-300': any;
1365
- readonly 'gray-400': any;
1366
- readonly 'gray-500': any;
1367
- readonly 'gray-600': any;
1368
- readonly 'gray-700': any;
1369
- readonly 'gray-800': any;
1370
- readonly 'gray-900': any;
1371
- readonly 'indigo-100': any;
1372
- readonly 'indigo-200': any;
1373
- readonly 'indigo-300': any;
1374
- readonly 'indigo-400': any;
1375
- readonly 'indigo-500': any;
1376
- readonly 'indigo-600': any;
1377
- readonly 'indigo-700': any;
1378
- readonly 'indigo-800': any;
1379
- readonly 'indigo-900': any;
1380
- readonly 'red-100': any;
1381
- readonly 'red-200': any;
1382
- readonly 'red-300': any;
1383
- readonly 'red-400': any;
1384
- readonly 'red-500': any;
1385
- readonly 'red-600': any;
1386
- readonly 'red-700': any;
1387
- readonly 'red-800': any;
1388
- readonly 'red-900': any;
1389
- readonly 'yellow-100': any;
1390
- readonly 'yellow-200': any;
1391
- readonly 'yellow-300': any;
1392
- readonly 'yellow-400': any;
1393
- readonly 'yellow-500': any;
1394
- readonly 'yellow-600': any;
1395
- readonly 'yellow-700': any;
1396
- readonly 'yellow-800': any;
1397
- readonly 'yellow-900': any;
1398
- readonly 'green-100': any;
1399
- readonly 'green-200': any;
1400
- readonly 'green-300': any;
1401
- readonly 'green-400': any;
1402
- readonly 'green-500': any;
1403
- readonly 'green-600': any;
1404
- readonly 'green-700': any;
1405
- readonly 'green-800': any;
1406
- readonly 'green-900': any;
1407
- readonly black: any;
1408
- readonly white: any;
1409
- readonly transparent: any;
1410
- readonly 'background-neutrals'?: any;
1411
- readonly 'background-neutrals-body'?: any;
1412
- readonly 'background-neutrals-container'?: any;
1413
- readonly 'background-neutrals-inverted'?: any;
1414
- readonly 'background-neutrals-inverted-subtle'?: any;
1415
- readonly 'background-neutrals-subtle'?: any;
1416
- readonly 'background-neutrals-subtle-hover'?: any;
1417
- readonly 'background-neutrals-subtle-active'?: any;
1418
- readonly 'background-neutrals-disabled'?: any;
1419
- readonly 'background-neutrals-controls-disabled'?: any;
1420
- readonly 'background-neutrals-scrolls'?: any;
1421
- readonly 'background-neutrals-inactive'?: any;
1422
- readonly 'background-neutrals-inactive-hover'?: any;
1423
- readonly 'background-primary-prominent'?: any;
1424
- readonly 'background-primary-prominent-hover'?: any;
1425
- readonly 'background-primary-prominent-active'?: any;
1426
- readonly 'background-primary-prominent-selected'?: any;
1427
- readonly 'background-primary-subtle'?: any;
1428
- readonly 'background-primary-subtle-hover'?: any;
1429
- readonly 'background-primary-subtle-active'?: any;
1430
- readonly 'background-primary-subtle-selected'?: any;
1431
- readonly 'background-danger-prominent'?: any;
1432
- readonly 'background-danger-prominent-hover'?: any;
1433
- readonly 'background-danger-prominent-active'?: any;
1434
- readonly 'background-danger'?: any;
1435
- readonly 'background-danger-hover'?: any;
1436
- readonly 'background-success'?: any;
1437
- readonly 'background-warning-subtle'?: any;
1438
- readonly 'background-warning-prominent'?: any;
1439
- readonly 'text-neutrals-inverted'?: any;
1440
- readonly 'text-neutrals'?: any;
1441
- readonly 'text-neutrals-subtle'?: any;
1442
- readonly 'text-neutrals-placeholder-only'?: any;
1443
- readonly 'text-neutrals-placeholder'?: any;
1444
- readonly 'text-neutrals-disabled'?: any;
1445
- readonly 'text-primary-inverted'?: any;
1446
- readonly 'text-primary'?: any;
1447
- readonly 'text-primary-hover'?: any;
1448
- readonly 'text-primary-active'?: any;
1449
- readonly 'text-primary-selected'?: any;
1450
- readonly 'text-primary-inverted-subtle'?: any;
1451
- readonly 'text-danger-inverted'?: any;
1452
- readonly 'text-danger'?: any;
1453
- readonly 'text-danger-hover'?: any;
1454
- readonly 'text-danger-active'?: any;
1455
- readonly 'text-success'?: any;
1456
- readonly 'text-warning'?: any;
1457
- readonly 'icon-neutrals-inverted'?: any;
1458
- readonly 'icon-neutrals'?: any;
1459
- readonly 'icon-neutrals-with-text'?: any;
1460
- readonly 'icon-neutrals-subtle'?: any;
1461
- readonly 'icon-neutrals-disabled'?: any;
1462
- readonly 'icon-neutrals-search'?: any;
1463
- readonly 'icon-neutrals-inactive'?: any;
1464
- readonly 'icon-neutrals-inactive-hover'?: any;
1465
- readonly 'icon-primary-inverted'?: any;
1466
- readonly 'icon-primary'?: any;
1467
- readonly 'icon-primary-hover'?: any;
1468
- readonly 'icon-primary-active'?: any;
1469
- readonly 'icon-primary-selected'?: any;
1470
- readonly 'icon-danger-inverted'?: any;
1471
- readonly 'icon-danger'?: any;
1472
- readonly 'icon-danger-hover'?: any;
1473
- readonly 'icon-danger-active'?: any;
1474
- readonly 'icon-success-inverted'?: any;
1475
- readonly 'icon-success'?: any;
1476
- readonly 'icon-warning'?: any;
1477
- readonly 'border-focus-outer'?: any;
1478
- readonly 'border-focus-middle'?: any;
1479
- readonly 'border-focus-inner'?: any;
1480
- readonly 'border-neutrals'?: any;
1481
- readonly 'border-neutrals-hover'?: any;
1482
- readonly 'border-neutrals-active'?: any;
1483
- readonly 'border-neutrals-disabled'?: any;
1484
- readonly 'border-neutrals-controls'?: any;
1485
- readonly 'border-neutrals-controls-disabled'?: any;
1486
- readonly 'border-neutrals-subtle'?: any;
1487
- readonly 'border-neutrals-inverted'?: any;
1488
- readonly 'border-primary'?: any;
1489
- readonly 'border-primary-hover'?: any;
1490
- readonly 'border-primary-active'?: any;
1491
- readonly 'border-primary-inverted'?: any;
1492
- readonly 'border-danger'?: any;
1493
- readonly 'border-success'?: any;
1494
- readonly 'border-warning'?: any;
1495
- };
1496
- 'font-sizes': {
1497
- readonly 150: "0.75rem";
1498
- readonly 175: "0.875rem";
1499
- readonly 200: "1rem";
1500
- readonly 225: "1.125rem";
1501
- readonly 250: "1.25rem";
1502
- readonly 300: "1.5rem";
1503
- readonly 400: "2rem";
1504
- readonly 500: "2.5rem";
1505
- readonly 600: "3rem";
1506
- readonly 800: "4rem";
1507
- readonly 900: "4.5rem";
1508
- };
1509
- radii: {
1510
- readonly none: 0;
1511
- readonly half: "999em";
1512
- readonly 25: "2px";
1513
- readonly 50: "4px";
1514
- readonly 75: "6px";
1515
- readonly 100: "8px";
1516
- readonly 200: "16px";
1517
- };
1518
- shadows: {
1519
- readonly 50: "0 4px 16px #05003812";
1520
- readonly 100: "0 8px 32px #05003808";
1521
- 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";
1522
- 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";
1523
- 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";
1524
- 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";
1525
- };
1526
- sizes: {
1527
- readonly number: string;
1528
- readonly 'icon-200': "16px";
1529
- readonly 'icon-300': "24px";
1530
- readonly 'icon-400': "32px";
1531
- };
1532
- space: {
1533
- readonly none: 0;
1534
- readonly 50: "4px";
1535
- readonly 100: "8px";
1536
- readonly 150: "12px";
1537
- readonly 200: "16px";
1538
- readonly 300: "24px";
1539
- readonly 400: "32px";
1540
- readonly 500: "64px";
1541
- readonly 600: "48px";
1542
- readonly 800: "64px";
1543
- readonly 1200: "96px";
1544
- readonly 1600: "128px";
1545
- };
1546
- 'space-gap': {
1547
- readonly none: any;
1548
- readonly 50: any;
1549
- readonly 100: any;
1550
- readonly 200: any;
1551
- readonly 300: any;
1552
- };
1553
- 'space-inset': {
1554
- readonly none: any;
1555
- readonly 50: any;
1556
- readonly 100: any;
1557
- readonly 150: any;
1558
- readonly 200: any;
1559
- readonly 300: any;
1560
- readonly 400: any;
1561
- readonly 600: any;
1562
- readonly 800: any;
1563
- readonly 1200: any;
1564
- readonly 1600: any;
1565
- };
1566
- 'space-offset': {
1567
- readonly none: any;
1568
- readonly 50: any;
1569
- readonly 100: any;
1570
- readonly 150: any;
1571
- readonly 200: any;
1572
- readonly 300: any;
1573
- readonly 400: any;
1574
- readonly 600: any;
1575
- readonly 800: any;
1576
- readonly 1200: any;
1577
- readonly 1600: any;
1578
- readonly 'stacking-none': any;
1579
- readonly 'stacking-100': any;
1580
- readonly 'stacking-200': any;
1581
- readonly 'stacking-300': any;
1582
- readonly 'stacking-400': any;
1583
- readonly 'stacking-500': any;
1584
- readonly 'stacking-800': any;
1585
- };
1586
- 'z-indices': {
1587
- readonly dropdownMenu: 100;
1588
- readonly popover: 200;
1589
- readonly tooltip: 300;
1590
- };
1591
- }, {
1592
- readonly background: "colors";
1593
- readonly backgroundColor: "colors";
1594
- readonly backgroundImage: "colors";
1595
- readonly blockSize: "sizes";
1596
- readonly border: "colors";
1597
- readonly borderBlock: "colors";
1598
- readonly borderBlockEnd: "colors";
1599
- readonly borderBlockStart: "colors";
1600
- readonly borderBottom: "colors";
1601
- readonly borderBottomColor: "colors";
1602
- readonly borderBottomLeftRadius: "radii";
1603
- readonly borderBottomRightRadius: "radii";
1604
- readonly borderBottomStyle: "border-styles";
1605
- readonly borderBottomWidth: "border-widths";
1606
- readonly borderColor: "colors";
1607
- readonly borderImage: "colors";
1608
- readonly borderInline: "colors";
1609
- readonly borderInlineEnd: "colors";
1610
- readonly borderInlineStart: "colors";
1611
- readonly borderLeft: "colors";
1612
- readonly borderLeftColor: "colors";
1613
- readonly borderLeftStyle: "border-styles";
1614
- readonly borderLeftWidth: "border-widths";
1615
- readonly borderRadius: "radii";
1616
- readonly borderRight: "colors";
1617
- readonly borderRightColor: "colors";
1618
- readonly borderRightStyle: "border-styles";
1619
- readonly borderRightWidth: "border-widths";
1620
- readonly borderStyle: "border-styles";
1621
- readonly borderTop: "colors";
1622
- readonly borderTopColor: "colors";
1623
- readonly borderTopLeftRadius: "radii";
1624
- readonly borderTopRightRadius: "radii";
1625
- readonly borderTopStyle: "border-styles";
1626
- readonly borderTopWidth: "border-widths";
1627
- readonly borderWidth: "border-widths";
1628
- readonly bottom: "space";
1629
- readonly boxShadow: "shadows";
1630
- readonly caretColor: "colors";
1631
- readonly color: "colors";
1632
- readonly columnGap: "space-gap";
1633
- readonly columnRuleColor: "colors";
1634
- readonly fill: "colors";
1635
- readonly flexBasis: "sizes";
1636
- readonly fontFamily: "fonts";
1637
- readonly fontSize: "font-sizes";
1638
- readonly fontWeight: "font-weights";
1639
- readonly gap: "space-gap";
1640
- readonly gridColumnGap: "space-gap";
1641
- readonly gridGap: "space-gap";
1642
- readonly gridRowGap: "space-gap";
1643
- readonly gridTemplateColumns: "sizes";
1644
- readonly gridTemplateRows: "sizes";
1645
- readonly height: "sizes";
1646
- readonly inlineSize: "sizes";
1647
- readonly inset: "space-inset";
1648
- readonly insetBlock: "space-inset";
1649
- readonly insetBlockEnd: "space-inset";
1650
- readonly insetBlockStart: "space-inset";
1651
- readonly insetInline: "space-inset";
1652
- readonly insetInlineEnd: "space-inset";
1653
- readonly insetInlineStart: "space-inset";
1654
- readonly left: "space";
1655
- readonly letterSpacing: "letter-spacings";
1656
- readonly lineHeight: "line-heights";
1657
- readonly margin: "space-offset";
1658
- readonly marginBlock: "space-offset";
1659
- readonly marginBlockEnd: "space-offset";
1660
- readonly marginBlockStart: "space-offset";
1661
- readonly marginBottom: "space-offset";
1662
- readonly marginInline: "space-offset";
1663
- readonly marginInlineEnd: "space-offset";
1664
- readonly marginInlineStart: "space-offset";
1665
- readonly marginLeft: "space-offset";
1666
- readonly marginRight: "space-offset";
1667
- readonly marginTop: "space-offset";
1668
- readonly maxBlockSize: "sizes";
1669
- readonly maxHeight: "sizes";
1670
- readonly maxInlineSize: "sizes";
1671
- readonly maxWidth: "sizes";
1672
- readonly minBlockSize: "sizes";
1673
- readonly minHeight: "sizes";
1674
- readonly minInlineSize: "sizes";
1675
- readonly minWidth: "sizes";
1676
- readonly outline: "colors";
1677
- readonly outlineColor: "colors";
1678
- readonly padding: "space-inset";
1679
- readonly paddingBlock: "space-inset";
1680
- readonly paddingBlockEnd: "space-inset";
1681
- readonly paddingBlockStart: "space-inset";
1682
- readonly paddingBottom: "space-inset";
1683
- readonly paddingInline: "space-inset";
1684
- readonly paddingInlineEnd: "space-inset";
1685
- readonly paddingInlineStart: "space-inset";
1686
- readonly paddingLeft: "space-inset";
1687
- readonly paddingRight: "space-inset";
1688
- readonly paddingTop: "space-inset";
1689
- readonly right: "space";
1690
- readonly rowGap: "space-gap";
1691
- readonly scrollMargin: "space-offset";
1692
- readonly scrollMarginBlock: "space-offset";
1693
- readonly scrollMarginBlockEnd: "space-offset";
1694
- readonly scrollMarginBlockStart: "space-offset";
1695
- readonly scrollMarginBottom: "space-offset";
1696
- readonly scrollMarginInline: "space-offset";
1697
- readonly scrollMarginInlineEnd: "space-offset";
1698
- readonly scrollMarginInlineStart: "space-offset";
1699
- readonly scrollMarginLeft: "space-offset";
1700
- readonly scrollMarginRight: "space-offset";
1701
- readonly scrollMarginTop: "space-offset";
1702
- readonly scrollPadding: "space-inset";
1703
- readonly scrollPaddingBlock: "space-inset";
1704
- readonly scrollPaddingBlockEnd: "space-inset";
1705
- readonly scrollPaddingBlockStart: "space-inset";
1706
- readonly scrollPaddingBottom: "space-inset";
1707
- readonly scrollPaddingInline: "space-inset";
1708
- readonly scrollPaddingInlineEnd: "space-inset";
1709
- readonly scrollPaddingInlineStart: "space-inset";
1710
- readonly scrollPaddingLeft: "space-inset";
1711
- readonly scrollPaddingRight: "space-inset";
1712
- readonly scrollPaddingTop: "space-inset";
1713
- readonly stroke: "colors";
1714
- readonly textDecorationColor: "colors";
1715
- readonly textShadow: "shadows";
1716
- readonly top: "space";
1717
- readonly transition: "transitions";
1718
- readonly width: "sizes";
1719
- readonly zIndex: "z-indices";
1720
- }, {
1721
- paddingX: (value: {
1722
- readonly [$$PropertyValue]: "padding";
1723
- }) => {
1724
- paddingLeft: {
1725
- readonly [$$PropertyValue]: "padding";
1368
+ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "unstyled" | "wrapper" | "active" | "onPress"> & react.RefAttributes<HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1369
+ css?: _stitches_react_types_css_util.CSS<{}, {
1370
+ 'border-widths': {
1371
+ readonly none: 0;
1372
+ readonly sm: "1px";
1373
+ readonly md: "2px";
1374
+ readonly lg: "4px";
1726
1375
  };
1727
- paddingRight: {
1728
- readonly [$$PropertyValue]: "padding";
1376
+ colors: {
1377
+ readonly 'blue-100': any;
1378
+ readonly 'blue-200': any;
1379
+ readonly 'blue-300': any;
1380
+ readonly 'blue-400': any;
1381
+ readonly 'blue-500': any;
1382
+ readonly 'blue-600': any;
1383
+ readonly 'blue-700': any;
1384
+ readonly 'blue-800': any;
1385
+ readonly 'blue-900': any;
1386
+ readonly 'blue-1000': any;
1387
+ readonly 'gray-100': any;
1388
+ readonly 'gray-200': any;
1389
+ readonly 'gray-300': any;
1390
+ readonly 'gray-400': any;
1391
+ readonly 'gray-500': any;
1392
+ readonly 'gray-600': any;
1393
+ readonly 'gray-700': any;
1394
+ readonly 'gray-800': any;
1395
+ readonly 'gray-900': any;
1396
+ readonly 'indigo-100': any;
1397
+ readonly 'indigo-200': any;
1398
+ readonly 'indigo-300': any;
1399
+ readonly 'indigo-400': any;
1400
+ readonly 'indigo-500': any;
1401
+ readonly 'indigo-600': any;
1402
+ readonly 'indigo-700': any;
1403
+ readonly 'indigo-800': any;
1404
+ readonly 'indigo-900': any;
1405
+ readonly 'red-100': any;
1406
+ readonly 'red-200': any;
1407
+ readonly 'red-300': any;
1408
+ readonly 'red-400': any;
1409
+ readonly 'red-500': any;
1410
+ readonly 'red-600': any;
1411
+ readonly 'red-700': any;
1412
+ readonly 'red-800': any;
1413
+ readonly 'red-900': any;
1414
+ readonly 'yellow-100': any;
1415
+ readonly 'yellow-200': any;
1416
+ readonly 'yellow-300': any;
1417
+ readonly 'yellow-400': any;
1418
+ readonly 'yellow-500': any;
1419
+ readonly 'yellow-600': any;
1420
+ readonly 'yellow-700': any;
1421
+ readonly 'yellow-800': any;
1422
+ readonly 'yellow-900': any;
1423
+ readonly 'green-100': any;
1424
+ readonly 'green-200': any;
1425
+ readonly 'green-300': any;
1426
+ readonly 'green-400': any;
1427
+ readonly 'green-500': any;
1428
+ readonly 'green-600': any;
1429
+ readonly 'green-700': any;
1430
+ readonly 'green-800': any;
1431
+ readonly 'green-900': any;
1432
+ readonly black: any;
1433
+ readonly white: any;
1434
+ readonly transparent: any;
1435
+ readonly 'background-danger'?: any;
1436
+ readonly 'background-danger-hover'?: any;
1437
+ readonly 'background-danger-prominent'?: any;
1438
+ readonly 'background-danger-prominent-active'?: any;
1439
+ readonly 'background-danger-prominent-hover'?: any;
1440
+ readonly 'background-neutrals'?: any;
1441
+ readonly 'background-neutrals-body'?: any;
1442
+ readonly 'background-neutrals-container'?: any;
1443
+ readonly 'background-neutrals-controls-disabled'?: any;
1444
+ readonly 'background-neutrals-disabled'?: any;
1445
+ readonly 'background-neutrals-inactive'?: any;
1446
+ readonly 'background-neutrals-inactive-hover'?: any;
1447
+ readonly 'background-neutrals-inverted'?: any;
1448
+ readonly 'background-neutrals-inverted-subtle'?: any;
1449
+ readonly 'background-neutrals-scrolls'?: any;
1450
+ readonly 'background-neutrals-scrolls-hover'?: any;
1451
+ readonly 'background-neutrals-subtle'?: any;
1452
+ readonly 'background-neutrals-subtle-active'?: any;
1453
+ readonly 'background-neutrals-subtle-hover'?: any;
1454
+ readonly 'background-primary-prominent'?: any;
1455
+ readonly 'background-primary-prominent-active'?: any;
1456
+ readonly 'background-primary-prominent-hover'?: any;
1457
+ readonly 'background-primary-prominent-selected'?: any;
1458
+ readonly 'background-primary-subtle'?: any;
1459
+ readonly 'background-primary-subtle-active'?: any;
1460
+ readonly 'background-primary-subtle-hover'?: any;
1461
+ readonly 'background-primary-subtle-selected'?: any;
1462
+ readonly 'background-success'?: any;
1463
+ readonly 'background-warning-prominent'?: any;
1464
+ readonly 'background-warning-subtle'?: any;
1465
+ readonly 'text-danger'?: any;
1466
+ readonly 'text-danger-active'?: any;
1467
+ readonly 'text-danger-hover'?: any;
1468
+ readonly 'text-danger-inverted'?: any;
1469
+ readonly 'text-neutrals'?: any;
1470
+ readonly 'text-neutrals-disabled'?: any;
1471
+ readonly 'text-neutrals-inverted'?: any;
1472
+ readonly 'text-neutrals-link'?: any;
1473
+ readonly 'text-neutrals-link-active'?: any;
1474
+ readonly 'text-neutrals-link-hover'?: any;
1475
+ readonly 'text-neutrals-placeholder'?: any;
1476
+ readonly 'text-neutrals-placeholder-only'?: any;
1477
+ readonly 'text-neutrals-subtle'?: any;
1478
+ readonly 'text-primary'?: any;
1479
+ readonly 'text-primary-active'?: any;
1480
+ readonly 'text-primary-hover'?: any;
1481
+ readonly 'text-primary-inverted'?: any;
1482
+ readonly 'text-primary-inverted-subtle'?: any;
1483
+ readonly 'text-primary-selected'?: any;
1484
+ readonly 'text-success'?: any;
1485
+ readonly 'text-warning'?: any;
1486
+ readonly 'icon-danger'?: any;
1487
+ readonly 'icon-danger-active'?: any;
1488
+ readonly 'icon-danger-hover'?: any;
1489
+ readonly 'icon-danger-inverted'?: any;
1490
+ readonly 'icon-neutrals'?: any;
1491
+ readonly 'icon-neutrals-disabled'?: any;
1492
+ readonly 'icon-neutrals-inactive'?: any;
1493
+ readonly 'icon-neutrals-inactive-hover'?: any;
1494
+ readonly 'icon-neutrals-inverted'?: any;
1495
+ readonly 'icon-neutrals-search'?: any;
1496
+ readonly 'icon-neutrals-subtle'?: any;
1497
+ readonly 'icon-neutrals-with-text'?: any;
1498
+ readonly 'icon-primary'?: any;
1499
+ readonly 'icon-primary-active'?: any;
1500
+ readonly 'icon-primary-hover'?: any;
1501
+ readonly 'icon-primary-inverted'?: any;
1502
+ readonly 'icon-primary-selected'?: any;
1503
+ readonly 'icon-success'?: any;
1504
+ readonly 'icon-success-inverted'?: any;
1505
+ readonly 'icon-warning'?: any;
1506
+ readonly 'border-danger'?: any;
1507
+ readonly 'border-focus-inner'?: any;
1508
+ readonly 'border-focus-middle'?: any;
1509
+ readonly 'border-focus-outer'?: any;
1510
+ readonly 'border-neutrals'?: any;
1511
+ readonly 'border-neutrals-active'?: any;
1512
+ readonly 'border-neutrals-controls'?: any;
1513
+ readonly 'border-neutrals-controls-disabled'?: any;
1514
+ readonly 'border-neutrals-disabled'?: any;
1515
+ readonly 'border-neutrals-hover'?: any;
1516
+ readonly 'border-neutrals-inverted'?: any;
1517
+ readonly 'border-neutrals-subtle'?: any;
1518
+ readonly 'border-primary'?: any;
1519
+ readonly 'border-primary-active'?: any;
1520
+ readonly 'border-primary-hover'?: any;
1521
+ readonly 'border-primary-inverted'?: any;
1522
+ readonly 'border-success'?: any;
1523
+ readonly 'border-warning'?: any;
1729
1524
  };
1730
- };
1731
- paddingY: (value: {
1732
- readonly [$$PropertyValue]: "padding";
1733
- }) => {
1734
- paddingTop: {
1735
- readonly [$$PropertyValue]: "padding";
1525
+ 'font-sizes': {
1526
+ readonly 150: "0.75rem";
1527
+ readonly 175: "0.875rem";
1528
+ readonly 200: "1rem";
1529
+ readonly 225: "1.125rem";
1530
+ readonly 250: "1.25rem";
1531
+ readonly 300: "1.5rem";
1532
+ readonly 400: "2rem";
1533
+ readonly 500: "2.5rem";
1534
+ readonly 600: "3rem";
1535
+ readonly 800: "4rem";
1536
+ readonly 900: "4.5rem";
1736
1537
  };
1737
- paddingBottom: {
1738
- readonly [$$PropertyValue]: "padding";
1538
+ radii: {
1539
+ readonly none: 0;
1540
+ readonly half: "999em";
1541
+ readonly 25: "2px";
1542
+ readonly 50: "4px";
1543
+ readonly 75: "6px";
1544
+ readonly 100: "8px";
1545
+ readonly 200: "16px";
1739
1546
  };
1740
- };
1741
- marginX: (value: {
1742
- readonly [$$PropertyValue]: "margin";
1743
- }) => {
1744
- marginLeft: {
1745
- readonly [$$PropertyValue]: "margin";
1547
+ shadows: {
1548
+ readonly 50: "0 4px 16px #05003812";
1549
+ readonly 100: "0 8px 32px #05003808";
1550
+ 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";
1551
+ 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";
1552
+ 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";
1553
+ 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";
1746
1554
  };
1747
- marginRight: {
1748
- readonly [$$PropertyValue]: "margin";
1555
+ sizes: {
1556
+ readonly number: string;
1557
+ readonly 'icon-200': "16px";
1558
+ readonly 'icon-300': "24px";
1559
+ readonly 'icon-400': "32px";
1749
1560
  };
1750
- };
1751
- marginY: (value: {
1752
- readonly [$$PropertyValue]: "margin";
1753
- }) => {
1754
- marginTop: {
1755
- readonly [$$PropertyValue]: "margin";
1561
+ space: {
1562
+ readonly none: 0;
1563
+ readonly 50: "4px";
1564
+ readonly 100: "8px";
1565
+ readonly 150: "12px";
1566
+ readonly 200: "16px";
1567
+ readonly 300: "24px";
1568
+ readonly 400: "32px";
1569
+ readonly 500: "64px";
1570
+ readonly 600: "48px";
1571
+ readonly 800: "64px";
1572
+ readonly 1200: "96px";
1573
+ readonly 1600: "128px";
1574
+ };
1575
+ 'space-gap': {
1576
+ readonly none: any;
1577
+ readonly 50: any;
1578
+ readonly 100: any;
1579
+ readonly 200: any;
1580
+ readonly 300: any;
1581
+ };
1582
+ 'space-inset': {
1583
+ readonly none: any;
1584
+ readonly 50: any;
1585
+ readonly 100: any;
1586
+ readonly 150: any;
1587
+ readonly 200: any;
1588
+ readonly 300: any;
1589
+ readonly 400: any;
1590
+ readonly 600: any;
1591
+ readonly 800: any;
1592
+ readonly 1200: any;
1593
+ readonly 1600: any;
1756
1594
  };
1757
- marginBottom: {
1595
+ 'space-offset': {
1596
+ readonly none: any;
1597
+ readonly 50: any;
1598
+ readonly 100: any;
1599
+ readonly 150: any;
1600
+ readonly 200: any;
1601
+ readonly 300: any;
1602
+ readonly 400: any;
1603
+ readonly 600: any;
1604
+ readonly 800: any;
1605
+ readonly 1200: any;
1606
+ readonly 1600: any;
1607
+ readonly 'stacking-none': any;
1608
+ readonly 'stacking-100': any;
1609
+ readonly 'stacking-200': any;
1610
+ readonly 'stacking-300': any;
1611
+ readonly 'stacking-400': any;
1612
+ readonly 'stacking-500': any;
1613
+ readonly 'stacking-800': any;
1614
+ };
1615
+ 'z-indices': {
1616
+ readonly dropdownMenu: 100;
1617
+ readonly popover: 200;
1618
+ readonly tooltip: 300;
1619
+ };
1620
+ }, {
1621
+ readonly background: "colors";
1622
+ readonly backgroundColor: "colors";
1623
+ readonly backgroundImage: "colors";
1624
+ readonly blockSize: "sizes";
1625
+ readonly border: "colors";
1626
+ readonly borderBlock: "colors";
1627
+ readonly borderBlockEnd: "colors";
1628
+ readonly borderBlockStart: "colors";
1629
+ readonly borderBottom: "colors";
1630
+ readonly borderBottomColor: "colors";
1631
+ readonly borderBottomLeftRadius: "radii";
1632
+ readonly borderBottomRightRadius: "radii";
1633
+ readonly borderBottomStyle: "border-styles";
1634
+ readonly borderBottomWidth: "border-widths";
1635
+ readonly borderColor: "colors";
1636
+ readonly borderImage: "colors";
1637
+ readonly borderInline: "colors";
1638
+ readonly borderInlineEnd: "colors";
1639
+ readonly borderInlineStart: "colors";
1640
+ readonly borderLeft: "colors";
1641
+ readonly borderLeftColor: "colors";
1642
+ readonly borderLeftStyle: "border-styles";
1643
+ readonly borderLeftWidth: "border-widths";
1644
+ readonly borderRadius: "radii";
1645
+ readonly borderRight: "colors";
1646
+ readonly borderRightColor: "colors";
1647
+ readonly borderRightStyle: "border-styles";
1648
+ readonly borderRightWidth: "border-widths";
1649
+ readonly borderStyle: "border-styles";
1650
+ readonly borderTop: "colors";
1651
+ readonly borderTopColor: "colors";
1652
+ readonly borderTopLeftRadius: "radii";
1653
+ readonly borderTopRightRadius: "radii";
1654
+ readonly borderTopStyle: "border-styles";
1655
+ readonly borderTopWidth: "border-widths";
1656
+ readonly borderWidth: "border-widths";
1657
+ readonly bottom: "space";
1658
+ readonly boxShadow: "shadows";
1659
+ readonly caretColor: "colors";
1660
+ readonly color: "colors";
1661
+ readonly columnGap: "space-gap";
1662
+ readonly columnRuleColor: "colors";
1663
+ readonly fill: "colors";
1664
+ readonly flexBasis: "sizes";
1665
+ readonly fontFamily: "fonts";
1666
+ readonly fontSize: "font-sizes";
1667
+ readonly fontWeight: "font-weights";
1668
+ readonly gap: "space-gap";
1669
+ readonly gridColumnGap: "space-gap";
1670
+ readonly gridGap: "space-gap";
1671
+ readonly gridRowGap: "space-gap";
1672
+ readonly gridTemplateColumns: "sizes";
1673
+ readonly gridTemplateRows: "sizes";
1674
+ readonly height: "sizes";
1675
+ readonly inlineSize: "sizes";
1676
+ readonly inset: "space-inset";
1677
+ readonly insetBlock: "space-inset";
1678
+ readonly insetBlockEnd: "space-inset";
1679
+ readonly insetBlockStart: "space-inset";
1680
+ readonly insetInline: "space-inset";
1681
+ readonly insetInlineEnd: "space-inset";
1682
+ readonly insetInlineStart: "space-inset";
1683
+ readonly left: "space";
1684
+ readonly letterSpacing: "letter-spacings";
1685
+ readonly lineHeight: "line-heights";
1686
+ readonly margin: "space-offset";
1687
+ readonly marginBlock: "space-offset";
1688
+ readonly marginBlockEnd: "space-offset";
1689
+ readonly marginBlockStart: "space-offset";
1690
+ readonly marginBottom: "space-offset";
1691
+ readonly marginInline: "space-offset";
1692
+ readonly marginInlineEnd: "space-offset";
1693
+ readonly marginInlineStart: "space-offset";
1694
+ readonly marginLeft: "space-offset";
1695
+ readonly marginRight: "space-offset";
1696
+ readonly marginTop: "space-offset";
1697
+ readonly maxBlockSize: "sizes";
1698
+ readonly maxHeight: "sizes";
1699
+ readonly maxInlineSize: "sizes";
1700
+ readonly maxWidth: "sizes";
1701
+ readonly minBlockSize: "sizes";
1702
+ readonly minHeight: "sizes";
1703
+ readonly minInlineSize: "sizes";
1704
+ readonly minWidth: "sizes";
1705
+ readonly outline: "colors";
1706
+ readonly outlineColor: "colors";
1707
+ readonly padding: "space-inset";
1708
+ readonly paddingBlock: "space-inset";
1709
+ readonly paddingBlockEnd: "space-inset";
1710
+ readonly paddingBlockStart: "space-inset";
1711
+ readonly paddingBottom: "space-inset";
1712
+ readonly paddingInline: "space-inset";
1713
+ readonly paddingInlineEnd: "space-inset";
1714
+ readonly paddingInlineStart: "space-inset";
1715
+ readonly paddingLeft: "space-inset";
1716
+ readonly paddingRight: "space-inset";
1717
+ readonly paddingTop: "space-inset";
1718
+ readonly right: "space";
1719
+ readonly rowGap: "space-gap";
1720
+ readonly scrollMargin: "space-offset";
1721
+ readonly scrollMarginBlock: "space-offset";
1722
+ readonly scrollMarginBlockEnd: "space-offset";
1723
+ readonly scrollMarginBlockStart: "space-offset";
1724
+ readonly scrollMarginBottom: "space-offset";
1725
+ readonly scrollMarginInline: "space-offset";
1726
+ readonly scrollMarginInlineEnd: "space-offset";
1727
+ readonly scrollMarginInlineStart: "space-offset";
1728
+ readonly scrollMarginLeft: "space-offset";
1729
+ readonly scrollMarginRight: "space-offset";
1730
+ readonly scrollMarginTop: "space-offset";
1731
+ readonly scrollPadding: "space-inset";
1732
+ readonly scrollPaddingBlock: "space-inset";
1733
+ readonly scrollPaddingBlockEnd: "space-inset";
1734
+ readonly scrollPaddingBlockStart: "space-inset";
1735
+ readonly scrollPaddingBottom: "space-inset";
1736
+ readonly scrollPaddingInline: "space-inset";
1737
+ readonly scrollPaddingInlineEnd: "space-inset";
1738
+ readonly scrollPaddingInlineStart: "space-inset";
1739
+ readonly scrollPaddingLeft: "space-inset";
1740
+ readonly scrollPaddingRight: "space-inset";
1741
+ readonly scrollPaddingTop: "space-inset";
1742
+ readonly stroke: "colors";
1743
+ readonly textDecorationColor: "colors";
1744
+ readonly textShadow: "shadows";
1745
+ readonly top: "space";
1746
+ readonly transition: "transitions";
1747
+ readonly width: "sizes";
1748
+ readonly zIndex: "z-indices";
1749
+ }, {
1750
+ paddingX: (value: {
1751
+ readonly [$$PropertyValue]: "padding";
1752
+ }) => {
1753
+ paddingLeft: {
1754
+ readonly [$$PropertyValue]: "padding";
1755
+ };
1756
+ paddingRight: {
1757
+ readonly [$$PropertyValue]: "padding";
1758
+ };
1759
+ };
1760
+ paddingY: (value: {
1761
+ readonly [$$PropertyValue]: "padding";
1762
+ }) => {
1763
+ paddingTop: {
1764
+ readonly [$$PropertyValue]: "padding";
1765
+ };
1766
+ paddingBottom: {
1767
+ readonly [$$PropertyValue]: "padding";
1768
+ };
1769
+ };
1770
+ marginX: (value: {
1758
1771
  readonly [$$PropertyValue]: "margin";
1772
+ }) => {
1773
+ marginLeft: {
1774
+ readonly [$$PropertyValue]: "margin";
1775
+ };
1776
+ marginRight: {
1777
+ readonly [$$PropertyValue]: "margin";
1778
+ };
1759
1779
  };
1760
- };
1761
- square: (value: {
1762
- readonly [$$PropertyValue]: "width";
1763
- }) => {
1764
- width: {
1765
- readonly [$$PropertyValue]: "width";
1780
+ marginY: (value: {
1781
+ readonly [$$PropertyValue]: "margin";
1782
+ }) => {
1783
+ marginTop: {
1784
+ readonly [$$PropertyValue]: "margin";
1785
+ };
1786
+ marginBottom: {
1787
+ readonly [$$PropertyValue]: "margin";
1788
+ };
1766
1789
  };
1767
- height: {
1790
+ square: (value: {
1768
1791
  readonly [$$PropertyValue]: "width";
1792
+ }) => {
1793
+ width: {
1794
+ readonly [$$PropertyValue]: "width";
1795
+ };
1796
+ height: {
1797
+ readonly [$$PropertyValue]: "width";
1798
+ };
1769
1799
  };
1770
- };
1771
- }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "unstyled" | "wrapper" | "active" | "onPress"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "unstyled" | "wrapper" | "active" | "onPress"> & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
1800
+ }> | undefined;
1801
+ }> & {
1802
+ children?: react.ReactNode;
1803
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "unstyled" | "wrapper" | "active" | "onPress"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "unstyled" | "wrapper" | "active" | "onPress"> & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
1772
1804
 
1773
1805
  declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
1774
1806
  interface LinkProps extends ItemPropsWithAnchor {
1775
1807
  }
1776
- declare const Link: react__default.ForwardRefExoticComponent<Pick<LinkProps, "color" | "translate" | "css" | "prefix" | "className" | "style" | "asChild" | "UNSAFE_style" | "media" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "download" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "hrefLang" | "name" | "placeholder" | "rel" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "referrerPolicy" | "ping" | "wrapper" | "active" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
1808
+ declare const Link: react__default.ForwardRefExoticComponent<Pick<LinkProps, "color" | "translate" | "css" | "prefix" | "className" | "style" | "asChild" | "UNSAFE_style" | "children" | "media" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "download" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "hrefLang" | "name" | "placeholder" | "rel" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "referrerPolicy" | "ping" | "wrapper" | "active" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
1777
1809
 
1778
1810
  interface ToolbarProps extends StyledToolbarProps {
1779
1811
  /**