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