@mirohq/design-system-icon-button 1.2.7 → 1.2.9

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 +425 -417
  2. package/package.json +7 -7
package/dist/types.d.ts CHANGED
@@ -12,434 +12,442 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
12
12
  }, "size" | "variant"> & _stitches_react_types_styled_component.TransformProps<{
13
13
  variant?: "outline" | "solid-prominent" | "solid-subtle" | "ghost" | undefined;
14
14
  size?: "medium" | "large" | "x-large" | undefined;
15
- }, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Pick<_mirohq_design_system_base_button.BaseButtonProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
16
- 'border-widths': {
17
- readonly none: 0;
18
- readonly sm: "1px";
19
- readonly md: "2px";
20
- readonly lg: "4px";
21
- };
22
- colors: {
23
- readonly 'blue-100': any;
24
- readonly 'blue-200': any;
25
- readonly 'blue-300': any;
26
- readonly 'blue-400': any;
27
- readonly 'blue-500': any;
28
- readonly 'blue-600': any;
29
- readonly 'blue-700': any;
30
- readonly 'blue-800': any;
31
- readonly 'blue-900': any;
32
- readonly 'blue-1000': any;
33
- readonly 'gray-100': any;
34
- readonly 'gray-200': any;
35
- readonly 'gray-300': any;
36
- readonly 'gray-400': any;
37
- readonly 'gray-500': any;
38
- readonly 'gray-600': any;
39
- readonly 'gray-700': any;
40
- readonly 'gray-800': any;
41
- readonly 'gray-900': any;
42
- readonly 'indigo-100': any;
43
- readonly 'indigo-200': any;
44
- readonly 'indigo-300': any;
45
- readonly 'indigo-400': any;
46
- readonly 'indigo-500': any;
47
- readonly 'indigo-600': any;
48
- readonly 'indigo-700': any;
49
- readonly 'indigo-800': any;
50
- readonly 'indigo-900': any;
51
- readonly 'red-100': any;
52
- readonly 'red-200': any;
53
- readonly 'red-300': any;
54
- readonly 'red-400': any;
55
- readonly 'red-500': any;
56
- readonly 'red-600': any;
57
- readonly 'red-700': any;
58
- readonly 'red-800': any;
59
- readonly 'red-900': any;
60
- readonly 'yellow-100': any;
61
- readonly 'yellow-200': any;
62
- readonly 'yellow-300': any;
63
- readonly 'yellow-400': any;
64
- readonly 'yellow-500': any;
65
- readonly 'yellow-600': any;
66
- readonly 'yellow-700': any;
67
- readonly 'yellow-800': any;
68
- readonly 'yellow-900': any;
69
- readonly 'green-100': any;
70
- readonly 'green-200': any;
71
- readonly 'green-300': any;
72
- readonly 'green-400': any;
73
- readonly 'green-500': any;
74
- readonly 'green-600': any;
75
- readonly 'green-700': any;
76
- readonly 'green-800': any;
77
- readonly 'green-900': any;
78
- readonly black: any;
79
- readonly white: any;
80
- readonly transparent: any;
81
- readonly 'background-neutrals'?: any;
82
- readonly 'background-neutrals-body'?: any;
83
- readonly 'background-neutrals-container'?: any;
84
- readonly 'background-neutrals-inverted'?: any;
85
- readonly 'background-neutrals-inverted-subtle'?: any;
86
- readonly 'background-neutrals-subtle'?: any;
87
- readonly 'background-neutrals-subtle-hover'?: any;
88
- readonly 'background-neutrals-subtle-active'?: any;
89
- readonly 'background-neutrals-disabled'?: any;
90
- readonly 'background-neutrals-controls-disabled'?: any;
91
- readonly 'background-neutrals-scrolls'?: any;
92
- readonly 'background-neutrals-inactive'?: any;
93
- readonly 'background-neutrals-inactive-hover'?: any;
94
- readonly 'background-primary-prominent'?: any;
95
- readonly 'background-primary-prominent-hover'?: any;
96
- readonly 'background-primary-prominent-active'?: any;
97
- readonly 'background-primary-prominent-selected'?: any;
98
- readonly 'background-primary-subtle'?: any;
99
- readonly 'background-primary-subtle-hover'?: any;
100
- readonly 'background-primary-subtle-active'?: any;
101
- readonly 'background-primary-subtle-selected'?: any;
102
- readonly 'background-danger-prominent'?: any;
103
- readonly 'background-danger-prominent-hover'?: any;
104
- readonly 'background-danger-prominent-active'?: any;
105
- readonly 'background-danger'?: any;
106
- readonly 'background-danger-hover'?: any;
107
- readonly 'background-success'?: any;
108
- readonly 'background-warning-subtle'?: any;
109
- readonly 'background-warning-prominent'?: any;
110
- readonly 'text-neutrals-inverted'?: any;
111
- readonly 'text-neutrals'?: any;
112
- readonly 'text-neutrals-subtle'?: any;
113
- readonly 'text-neutrals-placeholder-only'?: any;
114
- readonly 'text-neutrals-placeholder'?: any;
115
- readonly 'text-neutrals-disabled'?: any;
116
- readonly 'text-primary-inverted'?: any;
117
- readonly 'text-primary'?: any;
118
- readonly 'text-primary-hover'?: any;
119
- readonly 'text-primary-active'?: any;
120
- readonly 'text-primary-selected'?: any;
121
- readonly 'text-primary-inverted-subtle'?: any;
122
- readonly 'text-danger-inverted'?: any;
123
- readonly 'text-danger'?: any;
124
- readonly 'text-danger-hover'?: any;
125
- readonly 'text-danger-active'?: any;
126
- readonly 'text-success'?: any;
127
- readonly 'text-warning'?: any;
128
- readonly 'icon-neutrals-inverted'?: any;
129
- readonly 'icon-neutrals'?: any;
130
- readonly 'icon-neutrals-with-text'?: any;
131
- readonly 'icon-neutrals-subtle'?: any;
132
- readonly 'icon-neutrals-disabled'?: any;
133
- readonly 'icon-neutrals-search'?: any;
134
- readonly 'icon-neutrals-inactive'?: any;
135
- readonly 'icon-neutrals-inactive-hover'?: any;
136
- readonly 'icon-primary-inverted'?: any;
137
- readonly 'icon-primary'?: any;
138
- readonly 'icon-primary-hover'?: any;
139
- readonly 'icon-primary-active'?: any;
140
- readonly 'icon-primary-selected'?: any;
141
- readonly 'icon-danger-inverted'?: any;
142
- readonly 'icon-danger'?: any;
143
- readonly 'icon-danger-hover'?: any;
144
- readonly 'icon-danger-active'?: any;
145
- readonly 'icon-success-inverted'?: any;
146
- readonly 'icon-success'?: any;
147
- readonly 'icon-warning'?: any;
148
- readonly 'border-focus-outer'?: any;
149
- readonly 'border-focus-middle'?: any;
150
- readonly 'border-focus-inner'?: any;
151
- readonly 'border-neutrals'?: any;
152
- readonly 'border-neutrals-hover'?: any;
153
- readonly 'border-neutrals-active'?: any;
154
- readonly 'border-neutrals-disabled'?: any;
155
- readonly 'border-neutrals-controls'?: any;
156
- readonly 'border-neutrals-controls-disabled'?: any;
157
- readonly 'border-neutrals-subtle'?: any;
158
- readonly 'border-neutrals-inverted'?: any;
159
- readonly 'border-primary'?: any;
160
- readonly 'border-primary-hover'?: any;
161
- readonly 'border-primary-active'?: any;
162
- readonly 'border-primary-inverted'?: any;
163
- readonly 'border-danger'?: any;
164
- readonly 'border-success'?: any;
165
- readonly 'border-warning'?: any;
166
- };
167
- 'font-sizes': {
168
- readonly 150: "0.75rem";
169
- readonly 175: "0.875rem";
170
- readonly 200: "1rem";
171
- readonly 225: "1.125rem";
172
- readonly 250: "1.25rem";
173
- readonly 300: "1.5rem";
174
- readonly 400: "2rem";
175
- readonly 500: "2.5rem";
176
- readonly 600: "3rem";
177
- readonly 800: "4rem";
178
- readonly 900: "4.5rem";
179
- };
180
- radii: {
181
- readonly none: 0;
182
- readonly half: "999em";
183
- readonly 25: "2px";
184
- readonly 50: "4px";
185
- readonly 75: "6px";
186
- readonly 100: "8px";
187
- readonly 200: "16px";
188
- };
189
- shadows: {
190
- readonly 50: "0 4px 16px #05003812";
191
- readonly 100: "0 8px 32px #05003808";
192
- 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";
193
- 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";
194
- 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";
195
- 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";
196
- };
197
- sizes: {
198
- readonly number: string;
199
- readonly 'icon-200': "16px";
200
- readonly 'icon-300': "24px";
201
- readonly 'icon-400': "32px";
202
- };
203
- space: {
204
- readonly none: 0;
205
- readonly 50: "4px";
206
- readonly 100: "8px";
207
- readonly 150: "12px";
208
- readonly 200: "16px";
209
- readonly 300: "24px";
210
- readonly 400: "32px";
211
- readonly 500: "64px";
212
- readonly 600: "48px";
213
- readonly 800: "64px";
214
- readonly 1200: "96px";
215
- readonly 1600: "128px";
216
- };
217
- 'space-gap': {
218
- readonly none: any;
219
- readonly 50: any;
220
- readonly 100: any;
221
- readonly 200: any;
222
- readonly 300: any;
223
- };
224
- 'space-inset': {
225
- readonly none: any;
226
- readonly 50: any;
227
- readonly 100: any;
228
- readonly 150: any;
229
- readonly 200: any;
230
- readonly 300: any;
231
- readonly 400: any;
232
- readonly 600: any;
233
- readonly 800: any;
234
- readonly 1200: any;
235
- readonly 1600: any;
236
- };
237
- 'space-offset': {
238
- readonly none: any;
239
- readonly 50: any;
240
- readonly 100: any;
241
- readonly 150: any;
242
- readonly 200: any;
243
- readonly 300: any;
244
- readonly 400: any;
245
- readonly 600: any;
246
- readonly 800: any;
247
- readonly 1200: any;
248
- readonly 1600: any;
249
- readonly 'stacking-none': any;
250
- readonly 'stacking-100': any;
251
- readonly 'stacking-200': any;
252
- readonly 'stacking-300': any;
253
- readonly 'stacking-400': any;
254
- readonly 'stacking-500': any;
255
- readonly 'stacking-800': any;
256
- };
257
- 'z-indices': {
258
- readonly dropdownMenu: 100;
259
- readonly popover: 200;
260
- readonly tooltip: 300;
261
- };
262
- }, {
263
- readonly background: "colors";
264
- readonly backgroundColor: "colors";
265
- readonly backgroundImage: "colors";
266
- readonly blockSize: "sizes";
267
- readonly border: "colors";
268
- readonly borderBlock: "colors";
269
- readonly borderBlockEnd: "colors";
270
- readonly borderBlockStart: "colors";
271
- readonly borderBottom: "colors";
272
- readonly borderBottomColor: "colors";
273
- readonly borderBottomLeftRadius: "radii";
274
- readonly borderBottomRightRadius: "radii";
275
- readonly borderBottomStyle: "border-styles";
276
- readonly borderBottomWidth: "border-widths";
277
- readonly borderColor: "colors";
278
- readonly borderImage: "colors";
279
- readonly borderInline: "colors";
280
- readonly borderInlineEnd: "colors";
281
- readonly borderInlineStart: "colors";
282
- readonly borderLeft: "colors";
283
- readonly borderLeftColor: "colors";
284
- readonly borderLeftStyle: "border-styles";
285
- readonly borderLeftWidth: "border-widths";
286
- readonly borderRadius: "radii";
287
- readonly borderRight: "colors";
288
- readonly borderRightColor: "colors";
289
- readonly borderRightStyle: "border-styles";
290
- readonly borderRightWidth: "border-widths";
291
- readonly borderStyle: "border-styles";
292
- readonly borderTop: "colors";
293
- readonly borderTopColor: "colors";
294
- readonly borderTopLeftRadius: "radii";
295
- readonly borderTopRightRadius: "radii";
296
- readonly borderTopStyle: "border-styles";
297
- readonly borderTopWidth: "border-widths";
298
- readonly borderWidth: "border-widths";
299
- readonly bottom: "space";
300
- readonly boxShadow: "shadows";
301
- readonly caretColor: "colors";
302
- readonly color: "colors";
303
- readonly columnGap: "space-gap";
304
- readonly columnRuleColor: "colors";
305
- readonly fill: "colors";
306
- readonly flexBasis: "sizes";
307
- readonly fontFamily: "fonts";
308
- readonly fontSize: "font-sizes";
309
- readonly fontWeight: "font-weights";
310
- readonly gap: "space-gap";
311
- readonly gridColumnGap: "space-gap";
312
- readonly gridGap: "space-gap";
313
- readonly gridRowGap: "space-gap";
314
- readonly gridTemplateColumns: "sizes";
315
- readonly gridTemplateRows: "sizes";
316
- readonly height: "sizes";
317
- readonly inlineSize: "sizes";
318
- readonly inset: "space-inset";
319
- readonly insetBlock: "space-inset";
320
- readonly insetBlockEnd: "space-inset";
321
- readonly insetBlockStart: "space-inset";
322
- readonly insetInline: "space-inset";
323
- readonly insetInlineEnd: "space-inset";
324
- readonly insetInlineStart: "space-inset";
325
- readonly left: "space";
326
- readonly letterSpacing: "letter-spacings";
327
- readonly lineHeight: "line-heights";
328
- readonly margin: "space-offset";
329
- readonly marginBlock: "space-offset";
330
- readonly marginBlockEnd: "space-offset";
331
- readonly marginBlockStart: "space-offset";
332
- readonly marginBottom: "space-offset";
333
- readonly marginInline: "space-offset";
334
- readonly marginInlineEnd: "space-offset";
335
- readonly marginInlineStart: "space-offset";
336
- readonly marginLeft: "space-offset";
337
- readonly marginRight: "space-offset";
338
- readonly marginTop: "space-offset";
339
- readonly maxBlockSize: "sizes";
340
- readonly maxHeight: "sizes";
341
- readonly maxInlineSize: "sizes";
342
- readonly maxWidth: "sizes";
343
- readonly minBlockSize: "sizes";
344
- readonly minHeight: "sizes";
345
- readonly minInlineSize: "sizes";
346
- readonly minWidth: "sizes";
347
- readonly outline: "colors";
348
- readonly outlineColor: "colors";
349
- readonly padding: "space-inset";
350
- readonly paddingBlock: "space-inset";
351
- readonly paddingBlockEnd: "space-inset";
352
- readonly paddingBlockStart: "space-inset";
353
- readonly paddingBottom: "space-inset";
354
- readonly paddingInline: "space-inset";
355
- readonly paddingInlineEnd: "space-inset";
356
- readonly paddingInlineStart: "space-inset";
357
- readonly paddingLeft: "space-inset";
358
- readonly paddingRight: "space-inset";
359
- readonly paddingTop: "space-inset";
360
- readonly right: "space";
361
- readonly rowGap: "space-gap";
362
- readonly scrollMargin: "space-offset";
363
- readonly scrollMarginBlock: "space-offset";
364
- readonly scrollMarginBlockEnd: "space-offset";
365
- readonly scrollMarginBlockStart: "space-offset";
366
- readonly scrollMarginBottom: "space-offset";
367
- readonly scrollMarginInline: "space-offset";
368
- readonly scrollMarginInlineEnd: "space-offset";
369
- readonly scrollMarginInlineStart: "space-offset";
370
- readonly scrollMarginLeft: "space-offset";
371
- readonly scrollMarginRight: "space-offset";
372
- readonly scrollMarginTop: "space-offset";
373
- readonly scrollPadding: "space-inset";
374
- readonly scrollPaddingBlock: "space-inset";
375
- readonly scrollPaddingBlockEnd: "space-inset";
376
- readonly scrollPaddingBlockStart: "space-inset";
377
- readonly scrollPaddingBottom: "space-inset";
378
- readonly scrollPaddingInline: "space-inset";
379
- readonly scrollPaddingInlineEnd: "space-inset";
380
- readonly scrollPaddingInlineStart: "space-inset";
381
- readonly scrollPaddingLeft: "space-inset";
382
- readonly scrollPaddingRight: "space-inset";
383
- readonly scrollPaddingTop: "space-inset";
384
- readonly stroke: "colors";
385
- readonly textDecorationColor: "colors";
386
- readonly textShadow: "shadows";
387
- readonly top: "space";
388
- readonly transition: "transitions";
389
- readonly width: "sizes";
390
- readonly zIndex: "z-indices";
391
- }, {
392
- paddingX: (value: {
393
- readonly [$$PropertyValue]: "padding";
394
- }) => {
395
- paddingLeft: {
396
- readonly [$$PropertyValue]: "padding";
15
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<_mirohq_design_system_base_button.BaseButtonProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
16
+ css?: _stitches_react_types_css_util.CSS<{}, {
17
+ 'border-widths': {
18
+ readonly none: 0;
19
+ readonly sm: "1px";
20
+ readonly md: "2px";
21
+ readonly lg: "4px";
397
22
  };
398
- paddingRight: {
399
- readonly [$$PropertyValue]: "padding";
23
+ colors: {
24
+ readonly 'blue-100': any;
25
+ readonly 'blue-200': any;
26
+ readonly 'blue-300': any;
27
+ readonly 'blue-400': any;
28
+ readonly 'blue-500': any;
29
+ readonly 'blue-600': any;
30
+ readonly 'blue-700': any;
31
+ readonly 'blue-800': any;
32
+ readonly 'blue-900': any;
33
+ readonly 'blue-1000': any;
34
+ readonly 'gray-100': any;
35
+ readonly 'gray-200': any;
36
+ readonly 'gray-300': any;
37
+ readonly 'gray-400': any;
38
+ readonly 'gray-500': any;
39
+ readonly 'gray-600': any;
40
+ readonly 'gray-700': any;
41
+ readonly 'gray-800': any;
42
+ readonly 'gray-900': any;
43
+ readonly 'indigo-100': any;
44
+ readonly 'indigo-200': any;
45
+ readonly 'indigo-300': any;
46
+ readonly 'indigo-400': any;
47
+ readonly 'indigo-500': any;
48
+ readonly 'indigo-600': any;
49
+ readonly 'indigo-700': any;
50
+ readonly 'indigo-800': any;
51
+ readonly 'indigo-900': any;
52
+ readonly 'red-100': any;
53
+ readonly 'red-200': any;
54
+ readonly 'red-300': any;
55
+ readonly 'red-400': any;
56
+ readonly 'red-500': any;
57
+ readonly 'red-600': any;
58
+ readonly 'red-700': any;
59
+ readonly 'red-800': any;
60
+ readonly 'red-900': any;
61
+ readonly 'yellow-100': any;
62
+ readonly 'yellow-200': any;
63
+ readonly 'yellow-300': any;
64
+ readonly 'yellow-400': any;
65
+ readonly 'yellow-500': any;
66
+ readonly 'yellow-600': any;
67
+ readonly 'yellow-700': any;
68
+ readonly 'yellow-800': any;
69
+ readonly 'yellow-900': any;
70
+ readonly 'green-100': any;
71
+ readonly 'green-200': any;
72
+ readonly 'green-300': any;
73
+ readonly 'green-400': any;
74
+ readonly 'green-500': any;
75
+ readonly 'green-600': any;
76
+ readonly 'green-700': any;
77
+ readonly 'green-800': any;
78
+ readonly 'green-900': any;
79
+ readonly black: any;
80
+ readonly white: any;
81
+ readonly transparent: any;
82
+ readonly 'background-danger'?: any;
83
+ readonly 'background-danger-hover'?: any;
84
+ readonly 'background-danger-prominent'?: any;
85
+ readonly 'background-danger-prominent-active'?: any;
86
+ readonly 'background-danger-prominent-hover'?: any;
87
+ readonly 'background-neutrals'?: any;
88
+ readonly 'background-neutrals-body'?: any;
89
+ readonly 'background-neutrals-container'?: any;
90
+ readonly 'background-neutrals-controls-disabled'?: any;
91
+ readonly 'background-neutrals-disabled'?: any;
92
+ readonly 'background-neutrals-inactive'?: any;
93
+ readonly 'background-neutrals-inactive-hover'?: any;
94
+ readonly 'background-neutrals-inverted'?: any;
95
+ readonly 'background-neutrals-inverted-subtle'?: any;
96
+ readonly 'background-neutrals-scrolls'?: any;
97
+ readonly 'background-neutrals-scrolls-hover'?: any;
98
+ readonly 'background-neutrals-subtle'?: any;
99
+ readonly 'background-neutrals-subtle-active'?: any;
100
+ readonly 'background-neutrals-subtle-hover'?: any;
101
+ readonly 'background-primary-prominent'?: any;
102
+ readonly 'background-primary-prominent-active'?: any;
103
+ readonly 'background-primary-prominent-hover'?: any;
104
+ readonly 'background-primary-prominent-selected'?: any;
105
+ readonly 'background-primary-subtle'?: any;
106
+ readonly 'background-primary-subtle-active'?: any;
107
+ readonly 'background-primary-subtle-hover'?: any;
108
+ readonly 'background-primary-subtle-selected'?: any;
109
+ readonly 'background-success'?: any;
110
+ readonly 'background-warning-prominent'?: any;
111
+ readonly 'background-warning-subtle'?: any;
112
+ readonly 'text-danger'?: any;
113
+ readonly 'text-danger-active'?: any;
114
+ readonly 'text-danger-hover'?: any;
115
+ readonly 'text-danger-inverted'?: any;
116
+ readonly 'text-neutrals'?: any;
117
+ readonly 'text-neutrals-disabled'?: any;
118
+ readonly 'text-neutrals-inverted'?: any;
119
+ readonly 'text-neutrals-link'?: any;
120
+ readonly 'text-neutrals-link-active'?: any;
121
+ readonly 'text-neutrals-link-hover'?: any;
122
+ readonly 'text-neutrals-placeholder'?: any;
123
+ readonly 'text-neutrals-placeholder-only'?: any;
124
+ readonly 'text-neutrals-subtle'?: any;
125
+ readonly 'text-primary'?: any;
126
+ readonly 'text-primary-active'?: any;
127
+ readonly 'text-primary-hover'?: any;
128
+ readonly 'text-primary-inverted'?: any;
129
+ readonly 'text-primary-inverted-subtle'?: any;
130
+ readonly 'text-primary-selected'?: any;
131
+ readonly 'text-success'?: any;
132
+ readonly 'text-warning'?: any;
133
+ readonly 'icon-danger'?: any;
134
+ readonly 'icon-danger-active'?: any;
135
+ readonly 'icon-danger-hover'?: any;
136
+ readonly 'icon-danger-inverted'?: any;
137
+ readonly 'icon-neutrals'?: any;
138
+ readonly 'icon-neutrals-disabled'?: any;
139
+ readonly 'icon-neutrals-inactive'?: any;
140
+ readonly 'icon-neutrals-inactive-hover'?: any;
141
+ readonly 'icon-neutrals-inverted'?: any;
142
+ readonly 'icon-neutrals-search'?: any;
143
+ readonly 'icon-neutrals-subtle'?: any;
144
+ readonly 'icon-neutrals-with-text'?: any;
145
+ readonly 'icon-primary'?: any;
146
+ readonly 'icon-primary-active'?: any;
147
+ readonly 'icon-primary-hover'?: any;
148
+ readonly 'icon-primary-inverted'?: any;
149
+ readonly 'icon-primary-selected'?: any;
150
+ readonly 'icon-success'?: any;
151
+ readonly 'icon-success-inverted'?: any;
152
+ readonly 'icon-warning'?: any;
153
+ readonly 'border-danger'?: any;
154
+ readonly 'border-focus-inner'?: any;
155
+ readonly 'border-focus-middle'?: any;
156
+ readonly 'border-focus-outer'?: any;
157
+ readonly 'border-neutrals'?: any;
158
+ readonly 'border-neutrals-active'?: any;
159
+ readonly 'border-neutrals-controls'?: any;
160
+ readonly 'border-neutrals-controls-disabled'?: any;
161
+ readonly 'border-neutrals-disabled'?: any;
162
+ readonly 'border-neutrals-hover'?: any;
163
+ readonly 'border-neutrals-inverted'?: any;
164
+ readonly 'border-neutrals-subtle'?: any;
165
+ readonly 'border-primary'?: any;
166
+ readonly 'border-primary-active'?: any;
167
+ readonly 'border-primary-hover'?: any;
168
+ readonly 'border-primary-inverted'?: any;
169
+ readonly 'border-success'?: any;
170
+ readonly 'border-warning'?: any;
400
171
  };
401
- };
402
- paddingY: (value: {
403
- readonly [$$PropertyValue]: "padding";
404
- }) => {
405
- paddingTop: {
406
- 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";
407
184
  };
408
- paddingBottom: {
409
- 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";
410
193
  };
411
- };
412
- marginX: (value: {
413
- readonly [$$PropertyValue]: "margin";
414
- }) => {
415
- marginLeft: {
416
- 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";
417
201
  };
418
- marginRight: {
419
- readonly [$$PropertyValue]: "margin";
202
+ sizes: {
203
+ readonly number: string;
204
+ readonly 'icon-200': "16px";
205
+ readonly 'icon-300': "24px";
206
+ readonly 'icon-400': "32px";
420
207
  };
421
- };
422
- marginY: (value: {
423
- readonly [$$PropertyValue]: "margin";
424
- }) => {
425
- marginTop: {
426
- 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;
427
241
  };
428
- 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: {
429
418
  readonly [$$PropertyValue]: "margin";
419
+ }) => {
420
+ marginLeft: {
421
+ readonly [$$PropertyValue]: "margin";
422
+ };
423
+ marginRight: {
424
+ readonly [$$PropertyValue]: "margin";
425
+ };
430
426
  };
431
- };
432
- square: (value: {
433
- readonly [$$PropertyValue]: "width";
434
- }) => {
435
- width: {
436
- 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
+ };
437
436
  };
438
- height: {
437
+ square: (value: {
439
438
  readonly [$$PropertyValue]: "width";
439
+ }) => {
440
+ width: {
441
+ readonly [$$PropertyValue]: "width";
442
+ };
443
+ height: {
444
+ readonly [$$PropertyValue]: "width";
445
+ };
440
446
  };
441
- };
442
- }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "size" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange" | "variant"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<_mirohq_design_system_base_button.BaseButtonProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, {
447
+ }> | undefined;
448
+ }> & {
449
+ children?: react.ReactNode;
450
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "size" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange" | "variant"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<_mirohq_design_system_base_button.BaseButtonProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, {
443
451
  variant?: "outline" | "solid-prominent" | "solid-subtle" | "ghost" | undefined;
444
452
  size?: "medium" | "large" | "x-large" | undefined;
445
453
  }, {}>;
@@ -486,6 +494,6 @@ interface IconButtonProps extends StyledIconButtonProps {
486
494
  */
487
495
  badgeContent?: string;
488
496
  }
489
- declare const IconButton: react__default.ForwardRefExoticComponent<Pick<IconButtonProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "label" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "size" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange" | "variant" | "showBadge" | "badgeContent" | "tooltipDelayDuration" | "tooltipSkipDelayDuration" | "tooltipAlign" | "tooltipSide"> & react__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
497
+ declare const IconButton: react__default.ForwardRefExoticComponent<Pick<IconButtonProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "label" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "size" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange" | "variant" | "showBadge" | "badgeContent" | "tooltipDelayDuration" | "tooltipSkipDelayDuration" | "tooltipAlign" | "tooltipSide"> & react__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
490
498
 
491
499
  export { IconButton, IconButtonProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icon-button",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,14 +26,14 @@
26
26
  "react": "^16.14 || ^17 || ^18"
27
27
  },
28
28
  "dependencies": {
29
- "@mirohq/design-system-badge": "^0.3.5",
30
- "@mirohq/design-system-stitches": "^2.2.3",
31
- "@mirohq/design-system-base-button": "^0.4.4",
32
- "@mirohq/design-system-tooltip": "^3.2.6"
29
+ "@mirohq/design-system-tooltip": "^3.2.8",
30
+ "@mirohq/design-system-stitches": "^2.2.5",
31
+ "@mirohq/design-system-badge": "^0.3.7",
32
+ "@mirohq/design-system-base-button": "^0.4.6"
33
33
  },
34
34
  "devDependencies": {
35
- "@mirohq/design-system-flex": "^2.1.7",
36
- "@mirohq/design-system-icons": "^0.12.4"
35
+ "@mirohq/design-system-flex": "^2.1.9",
36
+ "@mirohq/design-system-icons": "^0.15.1"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",