@mirohq/design-system-button 3.0.4 → 3.0.6

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