@mirohq/design-system-tooltip 3.2.5 → 3.2.7

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