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