@mirohq/design-system-dropdown-menu 3.3.0-dropdown.3 → 3.3.0-dropdown.5

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.
package/dist/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import react__default, { AnchorHTMLAttributes, DOMAttributes } from 'react';
2
+ import react__default, { AnchorHTMLAttributes, DOMAttributes, ComponentPropsWithRef } from 'react';
3
3
  import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
4
4
  import { StrictComponentProps } from '@mirohq/design-system-stitches';
5
5
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
@@ -7,6 +7,7 @@ import * as _stitches_react_types_styled_component from '@stitches/react/types/s
7
7
  import * as RadixDropdownMenu from '@radix-ui/react-dropdown-menu';
8
8
  import { DropdownMenuPortalProps } from '@radix-ui/react-dropdown-menu';
9
9
  import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
10
+ import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-components/primitive';
10
11
 
11
12
  declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuCheckboxItemProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
12
13
  css?: _stitches_react_types_css_util.CSS<{}, {
@@ -202,28 +203,28 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
202
203
  readonly 'icon-400': "32px";
203
204
  };
204
205
  space: {
205
- readonly none: 0;
206
+ readonly 0: 0;
206
207
  readonly 50: "4px";
207
208
  readonly 100: "8px";
208
209
  readonly 150: "12px";
209
210
  readonly 200: "16px";
210
211
  readonly 300: "24px";
211
212
  readonly 400: "32px";
212
- readonly 500: "64px";
213
+ readonly 500: "40px";
213
214
  readonly 600: "48px";
214
215
  readonly 800: "64px";
215
216
  readonly 1200: "96px";
216
217
  readonly 1600: "128px";
217
218
  };
218
219
  'space-gap': {
219
- readonly none: any;
220
+ readonly 0: any;
220
221
  readonly 50: any;
221
222
  readonly 100: any;
222
223
  readonly 200: any;
223
224
  readonly 300: any;
224
225
  };
225
226
  'space-inset': {
226
- readonly none: any;
227
+ readonly 0: any;
227
228
  readonly 50: any;
228
229
  readonly 100: any;
229
230
  readonly 150: any;
@@ -236,7 +237,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
236
237
  readonly 1600: any;
237
238
  };
238
239
  'space-offset': {
239
- readonly none: any;
240
+ readonly 0: any;
240
241
  readonly 50: any;
241
242
  readonly 100: any;
242
243
  readonly 150: any;
@@ -247,7 +248,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
247
248
  readonly 800: any;
248
249
  readonly 1200: any;
249
250
  readonly 1600: any;
250
- readonly 'stacking-none': any;
251
+ readonly 'stacking-0': any;
251
252
  readonly 'stacking-100': any;
252
253
  readonly 'stacking-200': any;
253
254
  readonly 'stacking-300': any;
@@ -477,7 +478,11 @@ interface CheckboxItemProps extends Omit<StyledCheckboxItemProps, 'onChange'> {
477
478
  }
478
479
  declare const CheckboxItem: react__default.ForwardRefExoticComponent<Pick<CheckboxItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "checked" | "disabled" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "textValue"> & react__default.RefAttributes<HTMLDivElement>>;
479
480
 
480
- declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
481
+ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
482
+ containerSpacing?: "small" | "medium" | "large" | undefined;
483
+ }, "containerSpacing"> & _stitches_react_types_styled_component.TransformProps<{
484
+ containerSpacing?: "small" | "medium" | "large" | undefined;
485
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
481
486
  css?: _stitches_react_types_css_util.CSS<{}, {
482
487
  'border-widths': {
483
488
  readonly none: 0;
@@ -671,28 +676,28 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
671
676
  readonly 'icon-400': "32px";
672
677
  };
673
678
  space: {
674
- readonly none: 0;
679
+ readonly 0: 0;
675
680
  readonly 50: "4px";
676
681
  readonly 100: "8px";
677
682
  readonly 150: "12px";
678
683
  readonly 200: "16px";
679
684
  readonly 300: "24px";
680
685
  readonly 400: "32px";
681
- readonly 500: "64px";
686
+ readonly 500: "40px";
682
687
  readonly 600: "48px";
683
688
  readonly 800: "64px";
684
689
  readonly 1200: "96px";
685
690
  readonly 1600: "128px";
686
691
  };
687
692
  'space-gap': {
688
- readonly none: any;
693
+ readonly 0: any;
689
694
  readonly 50: any;
690
695
  readonly 100: any;
691
696
  readonly 200: any;
692
697
  readonly 300: any;
693
698
  };
694
699
  'space-inset': {
695
- readonly none: any;
700
+ readonly 0: any;
696
701
  readonly 50: any;
697
702
  readonly 100: any;
698
703
  readonly 150: any;
@@ -705,7 +710,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
705
710
  readonly 1600: any;
706
711
  };
707
712
  'space-offset': {
708
- readonly none: any;
713
+ readonly 0: any;
709
714
  readonly 50: any;
710
715
  readonly 100: any;
711
716
  readonly 150: any;
@@ -716,7 +721,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
716
721
  readonly 800: any;
717
722
  readonly 1200: any;
718
723
  readonly 1600: any;
719
- readonly 'stacking-none': any;
724
+ readonly 'stacking-0': any;
720
725
  readonly 'stacking-100': any;
721
726
  readonly 'stacking-200': any;
722
727
  readonly 'stacking-300': any;
@@ -918,7 +923,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
918
923
  }> | undefined;
919
924
  }> & {
920
925
  children?: react.ReactNode;
921
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "loop" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "align" | "sticky" | keyof _mirohq_design_system_stitches.CustomStylesProps | "side" | "sideOffset" | "alignOffset" | "arrowPadding" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onCloseAutoFocus" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceMount"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
926
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "loop" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "align" | "sticky" | keyof _mirohq_design_system_stitches.CustomStylesProps | "containerSpacing" | "side" | "sideOffset" | "alignOffset" | "arrowPadding" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onCloseAutoFocus" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceMount"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>>, {
927
+ containerSpacing?: "small" | "medium" | "large" | undefined;
928
+ }, {}>;
922
929
  declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
923
930
 
924
931
  declare type PointerDownOutsideEvent = CustomEvent<{
@@ -1029,10 +1036,18 @@ interface ContentProps extends StyledContentProps {
1029
1036
  * Whether to hide the content when the trigger becomes fully occluded.
1030
1037
  */
1031
1038
  hideWhenDetached?: boolean;
1039
+ /**
1040
+ * The spacing around container
1041
+ */
1042
+ containerSpacing?: StyledContentProps['containerSpacing'];
1032
1043
  }
1033
- declare const Content: react__default.ForwardRefExoticComponent<Pick<ContentProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "loop" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "align" | "sticky" | "side" | "sideOffset" | "alignOffset" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onCloseAutoFocus" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceMount"> & react__default.RefAttributes<HTMLDivElement>>;
1044
+ declare const Content: react__default.ForwardRefExoticComponent<Pick<ContentProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "loop" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "align" | "sticky" | "containerSpacing" | "side" | "sideOffset" | "alignOffset" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onCloseAutoFocus" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceMount"> & react__default.RefAttributes<HTMLDivElement>>;
1034
1045
 
1035
- declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1046
+ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
1047
+ hasRightSlot?: boolean | "true" | undefined;
1048
+ }, "hasRightSlot"> & _stitches_react_types_styled_component.TransformProps<{
1049
+ hasRightSlot?: boolean | "true" | undefined;
1050
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1036
1051
  css?: _stitches_react_types_css_util.CSS<{}, {
1037
1052
  'border-widths': {
1038
1053
  readonly none: 0;
@@ -1226,28 +1241,28 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1226
1241
  readonly 'icon-400': "32px";
1227
1242
  };
1228
1243
  space: {
1229
- readonly none: 0;
1244
+ readonly 0: 0;
1230
1245
  readonly 50: "4px";
1231
1246
  readonly 100: "8px";
1232
1247
  readonly 150: "12px";
1233
1248
  readonly 200: "16px";
1234
1249
  readonly 300: "24px";
1235
1250
  readonly 400: "32px";
1236
- readonly 500: "64px";
1251
+ readonly 500: "40px";
1237
1252
  readonly 600: "48px";
1238
1253
  readonly 800: "64px";
1239
1254
  readonly 1200: "96px";
1240
1255
  readonly 1600: "128px";
1241
1256
  };
1242
1257
  'space-gap': {
1243
- readonly none: any;
1258
+ readonly 0: any;
1244
1259
  readonly 50: any;
1245
1260
  readonly 100: any;
1246
1261
  readonly 200: any;
1247
1262
  readonly 300: any;
1248
1263
  };
1249
1264
  'space-inset': {
1250
- readonly none: any;
1265
+ readonly 0: any;
1251
1266
  readonly 50: any;
1252
1267
  readonly 100: any;
1253
1268
  readonly 150: any;
@@ -1260,7 +1275,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1260
1275
  readonly 1600: any;
1261
1276
  };
1262
1277
  'space-offset': {
1263
- readonly none: any;
1278
+ readonly 0: any;
1264
1279
  readonly 50: any;
1265
1280
  readonly 100: any;
1266
1281
  readonly 150: any;
@@ -1271,7 +1286,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1271
1286
  readonly 800: any;
1272
1287
  readonly 1200: any;
1273
1288
  readonly 1600: any;
1274
- readonly 'stacking-none': any;
1289
+ readonly 'stacking-0': any;
1275
1290
  readonly 'stacking-100': any;
1276
1291
  readonly 'stacking-200': any;
1277
1292
  readonly 'stacking-300': any;
@@ -1473,7 +1488,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1473
1488
  }> | undefined;
1474
1489
  }> & {
1475
1490
  children?: react.ReactNode;
1476
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "disabled" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "textValue"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
1491
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "disabled" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "textValue" | "hasRightSlot"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>>, {
1492
+ hasRightSlot?: boolean | "true" | undefined;
1493
+ }, {}>;
1477
1494
  declare type StyledItemProps = StrictComponentProps<typeof StyledItem>;
1478
1495
 
1479
1496
  interface ItemProps extends StyledItemProps {
@@ -1490,12 +1507,12 @@ interface ItemProps extends StyledItemProps {
1490
1507
  */
1491
1508
  textValue?: string;
1492
1509
  }
1493
- declare const Item: react__default.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "disabled" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "textValue"> & react__default.RefAttributes<HTMLDivElement>>;
1510
+ declare const Item: react__default.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "disabled" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "textValue" | "hasRightSlot"> & react__default.RefAttributes<HTMLDivElement>>;
1494
1511
 
1495
1512
  declare type ItemPropsWithAnchor = ItemProps & AnchorHTMLAttributes<typeof Item>;
1496
1513
  interface LinkItemProps extends ItemPropsWithAnchor {
1497
1514
  }
1498
- declare const LinkItem: react__default.ForwardRefExoticComponent<Pick<LinkItemProps, "type" | "color" | "translate" | "css" | "prefix" | "className" | "style" | "asChild" | "UNSAFE_style" | "children" | "media" | "slot" | "title" | "disabled" | "download" | "href" | "hrefLang" | "placeholder" | "rel" | "target" | "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" | "referrerPolicy" | "ping" | "textValue"> & react__default.RefAttributes<HTMLDivElement>>;
1515
+ declare const LinkItem: react__default.ForwardRefExoticComponent<Pick<LinkItemProps, "type" | "color" | "translate" | "css" | "prefix" | "className" | "style" | "asChild" | "UNSAFE_style" | "children" | "media" | "slot" | "title" | "disabled" | "download" | "href" | "hrefLang" | "placeholder" | "rel" | "target" | "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" | "referrerPolicy" | "ping" | "textValue" | "hasRightSlot"> & react__default.RefAttributes<HTMLDivElement>>;
1499
1516
 
1500
1517
  declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuRadioGroupProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1501
1518
  css?: _stitches_react_types_css_util.CSS<{}, {
@@ -1691,28 +1708,28 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1691
1708
  readonly 'icon-400': "32px";
1692
1709
  };
1693
1710
  space: {
1694
- readonly none: 0;
1711
+ readonly 0: 0;
1695
1712
  readonly 50: "4px";
1696
1713
  readonly 100: "8px";
1697
1714
  readonly 150: "12px";
1698
1715
  readonly 200: "16px";
1699
1716
  readonly 300: "24px";
1700
1717
  readonly 400: "32px";
1701
- readonly 500: "64px";
1718
+ readonly 500: "40px";
1702
1719
  readonly 600: "48px";
1703
1720
  readonly 800: "64px";
1704
1721
  readonly 1200: "96px";
1705
1722
  readonly 1600: "128px";
1706
1723
  };
1707
1724
  'space-gap': {
1708
- readonly none: any;
1725
+ readonly 0: any;
1709
1726
  readonly 50: any;
1710
1727
  readonly 100: any;
1711
1728
  readonly 200: any;
1712
1729
  readonly 300: any;
1713
1730
  };
1714
1731
  'space-inset': {
1715
- readonly none: any;
1732
+ readonly 0: any;
1716
1733
  readonly 50: any;
1717
1734
  readonly 100: any;
1718
1735
  readonly 150: any;
@@ -1725,7 +1742,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1725
1742
  readonly 1600: any;
1726
1743
  };
1727
1744
  'space-offset': {
1728
- readonly none: any;
1745
+ readonly 0: any;
1729
1746
  readonly 50: any;
1730
1747
  readonly 100: any;
1731
1748
  readonly 150: any;
@@ -1736,7 +1753,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1736
1753
  readonly 800: any;
1737
1754
  readonly 1200: any;
1738
1755
  readonly 1600: any;
1739
- readonly 'stacking-none': any;
1756
+ readonly 'stacking-0': any;
1740
1757
  readonly 'stacking-100': any;
1741
1758
  readonly 'stacking-200': any;
1742
1759
  readonly 'stacking-300': any;
@@ -2147,28 +2164,28 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2147
2164
  readonly 'icon-400': "32px";
2148
2165
  };
2149
2166
  space: {
2150
- readonly none: 0;
2167
+ readonly 0: 0;
2151
2168
  readonly 50: "4px";
2152
2169
  readonly 100: "8px";
2153
2170
  readonly 150: "12px";
2154
2171
  readonly 200: "16px";
2155
2172
  readonly 300: "24px";
2156
2173
  readonly 400: "32px";
2157
- readonly 500: "64px";
2174
+ readonly 500: "40px";
2158
2175
  readonly 600: "48px";
2159
2176
  readonly 800: "64px";
2160
2177
  readonly 1200: "96px";
2161
2178
  readonly 1600: "128px";
2162
2179
  };
2163
2180
  'space-gap': {
2164
- readonly none: any;
2181
+ readonly 0: any;
2165
2182
  readonly 50: any;
2166
2183
  readonly 100: any;
2167
2184
  readonly 200: any;
2168
2185
  readonly 300: any;
2169
2186
  };
2170
2187
  'space-inset': {
2171
- readonly none: any;
2188
+ readonly 0: any;
2172
2189
  readonly 50: any;
2173
2190
  readonly 100: any;
2174
2191
  readonly 150: any;
@@ -2181,7 +2198,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2181
2198
  readonly 1600: any;
2182
2199
  };
2183
2200
  'space-offset': {
2184
- readonly none: any;
2201
+ readonly 0: any;
2185
2202
  readonly 50: any;
2186
2203
  readonly 100: any;
2187
2204
  readonly 150: any;
@@ -2192,7 +2209,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2192
2209
  readonly 800: any;
2193
2210
  readonly 1200: any;
2194
2211
  readonly 1600: any;
2195
- readonly 'stacking-none': any;
2212
+ readonly 'stacking-0': any;
2196
2213
  readonly 'stacking-100': any;
2197
2214
  readonly 'stacking-200': any;
2198
2215
  readonly 'stacking-300': any;
@@ -2612,28 +2629,28 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2612
2629
  readonly 'icon-400': "32px";
2613
2630
  };
2614
2631
  space: {
2615
- readonly none: 0;
2632
+ readonly 0: 0;
2616
2633
  readonly 50: "4px";
2617
2634
  readonly 100: "8px";
2618
2635
  readonly 150: "12px";
2619
2636
  readonly 200: "16px";
2620
2637
  readonly 300: "24px";
2621
2638
  readonly 400: "32px";
2622
- readonly 500: "64px";
2639
+ readonly 500: "40px";
2623
2640
  readonly 600: "48px";
2624
2641
  readonly 800: "64px";
2625
2642
  readonly 1200: "96px";
2626
2643
  readonly 1600: "128px";
2627
2644
  };
2628
2645
  'space-gap': {
2629
- readonly none: any;
2646
+ readonly 0: any;
2630
2647
  readonly 50: any;
2631
2648
  readonly 100: any;
2632
2649
  readonly 200: any;
2633
2650
  readonly 300: any;
2634
2651
  };
2635
2652
  'space-inset': {
2636
- readonly none: any;
2653
+ readonly 0: any;
2637
2654
  readonly 50: any;
2638
2655
  readonly 100: any;
2639
2656
  readonly 150: any;
@@ -2646,7 +2663,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2646
2663
  readonly 1600: any;
2647
2664
  };
2648
2665
  'space-offset': {
2649
- readonly none: any;
2666
+ readonly 0: any;
2650
2667
  readonly 50: any;
2651
2668
  readonly 100: any;
2652
2669
  readonly 150: any;
@@ -2657,7 +2674,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2657
2674
  readonly 800: any;
2658
2675
  readonly 1200: any;
2659
2676
  readonly 1600: any;
2660
- readonly 'stacking-none': any;
2677
+ readonly 'stacking-0': any;
2661
2678
  readonly 'stacking-100': any;
2662
2679
  readonly 'stacking-200': any;
2663
2680
  readonly 'stacking-300': any;
@@ -3060,28 +3077,28 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3060
3077
  readonly 'icon-400': "32px";
3061
3078
  };
3062
3079
  space: {
3063
- readonly none: 0;
3080
+ readonly 0: 0;
3064
3081
  readonly 50: "4px";
3065
3082
  readonly 100: "8px";
3066
3083
  readonly 150: "12px";
3067
3084
  readonly 200: "16px";
3068
3085
  readonly 300: "24px";
3069
3086
  readonly 400: "32px";
3070
- readonly 500: "64px";
3087
+ readonly 500: "40px";
3071
3088
  readonly 600: "48px";
3072
3089
  readonly 800: "64px";
3073
3090
  readonly 1200: "96px";
3074
3091
  readonly 1600: "128px";
3075
3092
  };
3076
3093
  'space-gap': {
3077
- readonly none: any;
3094
+ readonly 0: any;
3078
3095
  readonly 50: any;
3079
3096
  readonly 100: any;
3080
3097
  readonly 200: any;
3081
3098
  readonly 300: any;
3082
3099
  };
3083
3100
  'space-inset': {
3084
- readonly none: any;
3101
+ readonly 0: any;
3085
3102
  readonly 50: any;
3086
3103
  readonly 100: any;
3087
3104
  readonly 150: any;
@@ -3094,7 +3111,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3094
3111
  readonly 1600: any;
3095
3112
  };
3096
3113
  'space-offset': {
3097
- readonly none: any;
3114
+ readonly 0: any;
3098
3115
  readonly 50: any;
3099
3116
  readonly 100: any;
3100
3117
  readonly 150: any;
@@ -3105,7 +3122,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3105
3122
  readonly 800: any;
3106
3123
  readonly 1200: any;
3107
3124
  readonly 1600: any;
3108
- readonly 'stacking-none': any;
3125
+ readonly 'stacking-0': any;
3109
3126
  readonly 'stacking-100': any;
3110
3127
  readonly 'stacking-200': any;
3111
3128
  readonly 'stacking-300': any;
@@ -3533,28 +3550,28 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3533
3550
  readonly 'icon-400': "32px";
3534
3551
  };
3535
3552
  space: {
3536
- readonly none: 0;
3553
+ readonly 0: 0;
3537
3554
  readonly 50: "4px";
3538
3555
  readonly 100: "8px";
3539
3556
  readonly 150: "12px";
3540
3557
  readonly 200: "16px";
3541
3558
  readonly 300: "24px";
3542
3559
  readonly 400: "32px";
3543
- readonly 500: "64px";
3560
+ readonly 500: "40px";
3544
3561
  readonly 600: "48px";
3545
3562
  readonly 800: "64px";
3546
3563
  readonly 1200: "96px";
3547
3564
  readonly 1600: "128px";
3548
3565
  };
3549
3566
  'space-gap': {
3550
- readonly none: any;
3567
+ readonly 0: any;
3551
3568
  readonly 50: any;
3552
3569
  readonly 100: any;
3553
3570
  readonly 200: any;
3554
3571
  readonly 300: any;
3555
3572
  };
3556
3573
  'space-inset': {
3557
- readonly none: any;
3574
+ readonly 0: any;
3558
3575
  readonly 50: any;
3559
3576
  readonly 100: any;
3560
3577
  readonly 150: any;
@@ -3567,7 +3584,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3567
3584
  readonly 1600: any;
3568
3585
  };
3569
3586
  'space-offset': {
3570
- readonly none: any;
3587
+ readonly 0: any;
3571
3588
  readonly 50: any;
3572
3589
  readonly 100: any;
3573
3590
  readonly 150: any;
@@ -3578,7 +3595,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3578
3595
  readonly 800: any;
3579
3596
  readonly 1200: any;
3580
3597
  readonly 1600: any;
3581
- readonly 'stacking-none': any;
3598
+ readonly 'stacking-0': any;
3582
3599
  readonly 'stacking-100': any;
3583
3600
  readonly 'stacking-200': any;
3584
3601
  readonly 'stacking-300': any;
@@ -3987,28 +4004,28 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3987
4004
  readonly 'icon-400': "32px";
3988
4005
  };
3989
4006
  space: {
3990
- readonly none: 0;
4007
+ readonly 0: 0;
3991
4008
  readonly 50: "4px";
3992
4009
  readonly 100: "8px";
3993
4010
  readonly 150: "12px";
3994
4011
  readonly 200: "16px";
3995
4012
  readonly 300: "24px";
3996
4013
  readonly 400: "32px";
3997
- readonly 500: "64px";
4014
+ readonly 500: "40px";
3998
4015
  readonly 600: "48px";
3999
4016
  readonly 800: "64px";
4000
4017
  readonly 1200: "96px";
4001
4018
  readonly 1600: "128px";
4002
4019
  };
4003
4020
  'space-gap': {
4004
- readonly none: any;
4021
+ readonly 0: any;
4005
4022
  readonly 50: any;
4006
4023
  readonly 100: any;
4007
4024
  readonly 200: any;
4008
4025
  readonly 300: any;
4009
4026
  };
4010
4027
  'space-inset': {
4011
- readonly none: any;
4028
+ readonly 0: any;
4012
4029
  readonly 50: any;
4013
4030
  readonly 100: any;
4014
4031
  readonly 150: any;
@@ -4021,7 +4038,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4021
4038
  readonly 1600: any;
4022
4039
  };
4023
4040
  'space-offset': {
4024
- readonly none: any;
4041
+ readonly 0: any;
4025
4042
  readonly 50: any;
4026
4043
  readonly 100: any;
4027
4044
  readonly 150: any;
@@ -4032,7 +4049,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4032
4049
  readonly 800: any;
4033
4050
  readonly 1200: any;
4034
4051
  readonly 1600: any;
4035
- readonly 'stacking-none': any;
4052
+ readonly 'stacking-0': any;
4036
4053
  readonly 'stacking-100': any;
4037
4054
  readonly 'stacking-200': any;
4038
4055
  readonly 'stacking-300': any;
@@ -4445,28 +4462,28 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4445
4462
  readonly 'icon-400': "32px";
4446
4463
  };
4447
4464
  space: {
4448
- readonly none: 0;
4465
+ readonly 0: 0;
4449
4466
  readonly 50: "4px";
4450
4467
  readonly 100: "8px";
4451
4468
  readonly 150: "12px";
4452
4469
  readonly 200: "16px";
4453
4470
  readonly 300: "24px";
4454
4471
  readonly 400: "32px";
4455
- readonly 500: "64px";
4472
+ readonly 500: "40px";
4456
4473
  readonly 600: "48px";
4457
4474
  readonly 800: "64px";
4458
4475
  readonly 1200: "96px";
4459
4476
  readonly 1600: "128px";
4460
4477
  };
4461
4478
  'space-gap': {
4462
- readonly none: any;
4479
+ readonly 0: any;
4463
4480
  readonly 50: any;
4464
4481
  readonly 100: any;
4465
4482
  readonly 200: any;
4466
4483
  readonly 300: any;
4467
4484
  };
4468
4485
  'space-inset': {
4469
- readonly none: any;
4486
+ readonly 0: any;
4470
4487
  readonly 50: any;
4471
4488
  readonly 100: any;
4472
4489
  readonly 150: any;
@@ -4479,7 +4496,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4479
4496
  readonly 1600: any;
4480
4497
  };
4481
4498
  'space-offset': {
4482
- readonly none: any;
4499
+ readonly 0: any;
4483
4500
  readonly 50: any;
4484
4501
  readonly 100: any;
4485
4502
  readonly 150: any;
@@ -4490,7 +4507,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4490
4507
  readonly 800: any;
4491
4508
  readonly 1200: any;
4492
4509
  readonly 1600: any;
4493
- readonly 'stacking-none': any;
4510
+ readonly 'stacking-0': any;
4494
4511
  readonly 'stacking-100': any;
4495
4512
  readonly 'stacking-200': any;
4496
4513
  readonly 'stacking-300': any;
@@ -4963,28 +4980,28 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4963
4980
  readonly 'icon-400': "32px";
4964
4981
  };
4965
4982
  space: {
4966
- readonly none: 0;
4983
+ readonly 0: 0;
4967
4984
  readonly 50: "4px";
4968
4985
  readonly 100: "8px";
4969
4986
  readonly 150: "12px";
4970
4987
  readonly 200: "16px";
4971
4988
  readonly 300: "24px";
4972
4989
  readonly 400: "32px";
4973
- readonly 500: "64px";
4990
+ readonly 500: "40px";
4974
4991
  readonly 600: "48px";
4975
4992
  readonly 800: "64px";
4976
4993
  readonly 1200: "96px";
4977
4994
  readonly 1600: "128px";
4978
4995
  };
4979
4996
  'space-gap': {
4980
- readonly none: any;
4997
+ readonly 0: any;
4981
4998
  readonly 50: any;
4982
4999
  readonly 100: any;
4983
5000
  readonly 200: any;
4984
5001
  readonly 300: any;
4985
5002
  };
4986
5003
  'space-inset': {
4987
- readonly none: any;
5004
+ readonly 0: any;
4988
5005
  readonly 50: any;
4989
5006
  readonly 100: any;
4990
5007
  readonly 150: any;
@@ -4997,7 +5014,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4997
5014
  readonly 1600: any;
4998
5015
  };
4999
5016
  'space-offset': {
5000
- readonly none: any;
5017
+ readonly 0: any;
5001
5018
  readonly 50: any;
5002
5019
  readonly 100: any;
5003
5020
  readonly 150: any;
@@ -5008,7 +5025,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
5008
5025
  readonly 800: any;
5009
5026
  readonly 1200: any;
5010
5027
  readonly 1600: any;
5011
- readonly 'stacking-none': any;
5028
+ readonly 'stacking-0': any;
5012
5029
  readonly 'stacking-100': any;
5013
5030
  readonly 'stacking-200': any;
5014
5031
  readonly 'stacking-300': any;
@@ -5249,7 +5266,7 @@ interface PortalProps extends DropdownMenuPortalProps {
5249
5266
  }
5250
5267
  declare const Portal: react__default.FC<PortalProps>;
5251
5268
 
5252
- declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
5269
+ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
5253
5270
  ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
5254
5271
  } & {
5255
5272
  asChild?: boolean | undefined;
@@ -5447,28 +5464,28 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
5447
5464
  readonly 'icon-400': "32px";
5448
5465
  };
5449
5466
  space: {
5450
- readonly none: 0;
5467
+ readonly 0: 0;
5451
5468
  readonly 50: "4px";
5452
5469
  readonly 100: "8px";
5453
5470
  readonly 150: "12px";
5454
5471
  readonly 200: "16px";
5455
5472
  readonly 300: "24px";
5456
5473
  readonly 400: "32px";
5457
- readonly 500: "64px";
5474
+ readonly 500: "40px";
5458
5475
  readonly 600: "48px";
5459
5476
  readonly 800: "64px";
5460
5477
  readonly 1200: "96px";
5461
5478
  readonly 1600: "128px";
5462
5479
  };
5463
5480
  'space-gap': {
5464
- readonly none: any;
5481
+ readonly 0: any;
5465
5482
  readonly 50: any;
5466
5483
  readonly 100: any;
5467
5484
  readonly 200: any;
5468
5485
  readonly 300: any;
5469
5486
  };
5470
5487
  'space-inset': {
5471
- readonly none: any;
5488
+ readonly 0: any;
5472
5489
  readonly 50: any;
5473
5490
  readonly 100: any;
5474
5491
  readonly 150: any;
@@ -5481,7 +5498,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
5481
5498
  readonly 1600: any;
5482
5499
  };
5483
5500
  'space-offset': {
5484
- readonly none: any;
5501
+ readonly 0: any;
5485
5502
  readonly 50: any;
5486
5503
  readonly 100: any;
5487
5504
  readonly 150: any;
@@ -5492,7 +5509,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
5492
5509
  readonly 800: any;
5493
5510
  readonly 1200: any;
5494
5511
  readonly 1600: any;
5495
- readonly 'stacking-none': any;
5512
+ readonly 'stacking-0': any;
5496
5513
  readonly 'stacking-100': any;
5497
5514
  readonly 'stacking-200': any;
5498
5515
  readonly 'stacking-300': any;
@@ -5888,28 +5905,28 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
5888
5905
  readonly 'icon-400': "32px";
5889
5906
  };
5890
5907
  space: {
5891
- readonly none: 0;
5908
+ readonly 0: 0;
5892
5909
  readonly 50: "4px";
5893
5910
  readonly 100: "8px";
5894
5911
  readonly 150: "12px";
5895
5912
  readonly 200: "16px";
5896
5913
  readonly 300: "24px";
5897
5914
  readonly 400: "32px";
5898
- readonly 500: "64px";
5915
+ readonly 500: "40px";
5899
5916
  readonly 600: "48px";
5900
5917
  readonly 800: "64px";
5901
5918
  readonly 1200: "96px";
5902
5919
  readonly 1600: "128px";
5903
5920
  };
5904
5921
  'space-gap': {
5905
- readonly none: any;
5922
+ readonly 0: any;
5906
5923
  readonly 50: any;
5907
5924
  readonly 100: any;
5908
5925
  readonly 200: any;
5909
5926
  readonly 300: any;
5910
5927
  };
5911
5928
  'space-inset': {
5912
- readonly none: any;
5929
+ readonly 0: any;
5913
5930
  readonly 50: any;
5914
5931
  readonly 100: any;
5915
5932
  readonly 150: any;
@@ -5922,7 +5939,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
5922
5939
  readonly 1600: any;
5923
5940
  };
5924
5941
  'space-offset': {
5925
- readonly none: any;
5942
+ readonly 0: any;
5926
5943
  readonly 50: any;
5927
5944
  readonly 100: any;
5928
5945
  readonly 150: any;
@@ -5933,7 +5950,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
5933
5950
  readonly 800: any;
5934
5951
  readonly 1200: any;
5935
5952
  readonly 1600: any;
5936
- readonly 'stacking-none': any;
5953
+ readonly 'stacking-0': any;
5937
5954
  readonly 'stacking-100': any;
5938
5955
  readonly 'stacking-200': any;
5939
5956
  readonly 'stacking-300': any;
@@ -6333,28 +6350,28 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
6333
6350
  readonly 'icon-400': "32px";
6334
6351
  };
6335
6352
  space: {
6336
- readonly none: 0;
6353
+ readonly 0: 0;
6337
6354
  readonly 50: "4px";
6338
6355
  readonly 100: "8px";
6339
6356
  readonly 150: "12px";
6340
6357
  readonly 200: "16px";
6341
6358
  readonly 300: "24px";
6342
6359
  readonly 400: "32px";
6343
- readonly 500: "64px";
6360
+ readonly 500: "40px";
6344
6361
  readonly 600: "48px";
6345
6362
  readonly 800: "64px";
6346
6363
  readonly 1200: "96px";
6347
6364
  readonly 1600: "128px";
6348
6365
  };
6349
6366
  'space-gap': {
6350
- readonly none: any;
6367
+ readonly 0: any;
6351
6368
  readonly 50: any;
6352
6369
  readonly 100: any;
6353
6370
  readonly 200: any;
6354
6371
  readonly 300: any;
6355
6372
  };
6356
6373
  'space-inset': {
6357
- readonly none: any;
6374
+ readonly 0: any;
6358
6375
  readonly 50: any;
6359
6376
  readonly 100: any;
6360
6377
  readonly 150: any;
@@ -6367,7 +6384,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
6367
6384
  readonly 1600: any;
6368
6385
  };
6369
6386
  'space-offset': {
6370
- readonly none: any;
6387
+ readonly 0: any;
6371
6388
  readonly 50: any;
6372
6389
  readonly 100: any;
6373
6390
  readonly 150: any;
@@ -6378,7 +6395,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
6378
6395
  readonly 800: any;
6379
6396
  readonly 1200: any;
6380
6397
  readonly 1600: any;
6381
- readonly 'stacking-none': any;
6398
+ readonly 'stacking-0': any;
6382
6399
  readonly 'stacking-100': any;
6383
6400
  readonly 'stacking-200': any;
6384
6401
  readonly 'stacking-300': any;
@@ -6581,7 +6598,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
6581
6598
  }> & {
6582
6599
  children?: react.ReactNode;
6583
6600
  } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
6584
- declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
6601
+ declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
6585
6602
  ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
6586
6603
  } & {
6587
6604
  asChild?: boolean | undefined;
@@ -6779,28 +6796,28 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6779
6796
  readonly 'icon-400': "32px";
6780
6797
  };
6781
6798
  space: {
6782
- readonly none: 0;
6799
+ readonly 0: 0;
6783
6800
  readonly 50: "4px";
6784
6801
  readonly 100: "8px";
6785
6802
  readonly 150: "12px";
6786
6803
  readonly 200: "16px";
6787
6804
  readonly 300: "24px";
6788
6805
  readonly 400: "32px";
6789
- readonly 500: "64px";
6806
+ readonly 500: "40px";
6790
6807
  readonly 600: "48px";
6791
6808
  readonly 800: "64px";
6792
6809
  readonly 1200: "96px";
6793
6810
  readonly 1600: "128px";
6794
6811
  };
6795
6812
  'space-gap': {
6796
- readonly none: any;
6813
+ readonly 0: any;
6797
6814
  readonly 50: any;
6798
6815
  readonly 100: any;
6799
6816
  readonly 200: any;
6800
6817
  readonly 300: any;
6801
6818
  };
6802
6819
  'space-inset': {
6803
- readonly none: any;
6820
+ readonly 0: any;
6804
6821
  readonly 50: any;
6805
6822
  readonly 100: any;
6806
6823
  readonly 150: any;
@@ -6813,7 +6830,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6813
6830
  readonly 1600: any;
6814
6831
  };
6815
6832
  'space-offset': {
6816
- readonly none: any;
6833
+ readonly 0: any;
6817
6834
  readonly 50: any;
6818
6835
  readonly 100: any;
6819
6836
  readonly 150: any;
@@ -6824,7 +6841,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6824
6841
  readonly 800: any;
6825
6842
  readonly 1200: any;
6826
6843
  readonly 1600: any;
6827
- readonly 'stacking-none': any;
6844
+ readonly 'stacking-0': any;
6828
6845
  readonly 'stacking-100': any;
6829
6846
  readonly 'stacking-200': any;
6830
6847
  readonly 'stacking-300': any;
@@ -7026,7 +7043,15 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
7026
7043
  }> | undefined;
7027
7044
  }> & {
7028
7045
  children?: react.ReactNode;
7029
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
7046
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
7047
+
7048
+ declare const HotkeySlot: (props: ComponentPropsWithRef<typeof StyledRightSlot>) => JSX.Element;
7049
+
7050
+ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
7051
+ ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
7052
+ } & {
7053
+ asChild?: boolean | undefined;
7054
+ }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
7030
7055
  css?: _stitches_react_types_css_util.CSS<{}, {
7031
7056
  'border-widths': {
7032
7057
  readonly none: 0;
@@ -7220,28 +7245,28 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
7220
7245
  readonly 'icon-400': "32px";
7221
7246
  };
7222
7247
  space: {
7223
- readonly none: 0;
7248
+ readonly 0: 0;
7224
7249
  readonly 50: "4px";
7225
7250
  readonly 100: "8px";
7226
7251
  readonly 150: "12px";
7227
7252
  readonly 200: "16px";
7228
7253
  readonly 300: "24px";
7229
7254
  readonly 400: "32px";
7230
- readonly 500: "64px";
7255
+ readonly 500: "40px";
7231
7256
  readonly 600: "48px";
7232
7257
  readonly 800: "64px";
7233
7258
  readonly 1200: "96px";
7234
7259
  readonly 1600: "128px";
7235
7260
  };
7236
7261
  'space-gap': {
7237
- readonly none: any;
7262
+ readonly 0: any;
7238
7263
  readonly 50: any;
7239
7264
  readonly 100: any;
7240
7265
  readonly 200: any;
7241
7266
  readonly 300: any;
7242
7267
  };
7243
7268
  'space-inset': {
7244
- readonly none: any;
7269
+ readonly 0: any;
7245
7270
  readonly 50: any;
7246
7271
  readonly 100: any;
7247
7272
  readonly 150: any;
@@ -7254,7 +7279,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
7254
7279
  readonly 1600: any;
7255
7280
  };
7256
7281
  'space-offset': {
7257
- readonly none: any;
7282
+ readonly 0: any;
7258
7283
  readonly 50: any;
7259
7284
  readonly 100: any;
7260
7285
  readonly 150: any;
@@ -7265,7 +7290,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
7265
7290
  readonly 800: any;
7266
7291
  readonly 1200: any;
7267
7292
  readonly 1600: any;
7268
- readonly 'stacking-none': any;
7293
+ readonly 'stacking-0': any;
7269
7294
  readonly 'stacking-100': any;
7270
7295
  readonly 'stacking-200': any;
7271
7296
  readonly 'stacking-300': any;
@@ -7467,7 +7492,13 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
7467
7492
  }> | undefined;
7468
7493
  }> & {
7469
7494
  children?: react.ReactNode;
7470
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
7495
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
7496
+
7497
+ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7498
+ customIcon?: boolean | "true" | undefined;
7499
+ }, "customIcon"> & _stitches_react_types_styled_component.TransformProps<{
7500
+ customIcon?: boolean | "true" | undefined;
7501
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
7471
7502
  ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
7472
7503
  } & {
7473
7504
  asChild?: boolean | undefined;
@@ -7665,28 +7696,469 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
7665
7696
  readonly 'icon-400': "32px";
7666
7697
  };
7667
7698
  space: {
7699
+ readonly 0: 0;
7700
+ readonly 50: "4px";
7701
+ readonly 100: "8px";
7702
+ readonly 150: "12px";
7703
+ readonly 200: "16px";
7704
+ readonly 300: "24px";
7705
+ readonly 400: "32px";
7706
+ readonly 500: "40px";
7707
+ readonly 600: "48px";
7708
+ readonly 800: "64px";
7709
+ readonly 1200: "96px";
7710
+ readonly 1600: "128px";
7711
+ };
7712
+ 'space-gap': {
7713
+ readonly 0: any;
7714
+ readonly 50: any;
7715
+ readonly 100: any;
7716
+ readonly 200: any;
7717
+ readonly 300: any;
7718
+ };
7719
+ 'space-inset': {
7720
+ readonly 0: any;
7721
+ readonly 50: any;
7722
+ readonly 100: any;
7723
+ readonly 150: any;
7724
+ readonly 200: any;
7725
+ readonly 300: any;
7726
+ readonly 400: any;
7727
+ readonly 600: any;
7728
+ readonly 800: any;
7729
+ readonly 1200: any;
7730
+ readonly 1600: any;
7731
+ };
7732
+ 'space-offset': {
7733
+ readonly 0: any;
7734
+ readonly 50: any;
7735
+ readonly 100: any;
7736
+ readonly 150: any;
7737
+ readonly 200: any;
7738
+ readonly 300: any;
7739
+ readonly 400: any;
7740
+ readonly 600: any;
7741
+ readonly 800: any;
7742
+ readonly 1200: any;
7743
+ readonly 1600: any;
7744
+ readonly 'stacking-0': any;
7745
+ readonly 'stacking-100': any;
7746
+ readonly 'stacking-200': any;
7747
+ readonly 'stacking-300': any;
7748
+ readonly 'stacking-400': any;
7749
+ readonly 'stacking-500': any;
7750
+ readonly 'stacking-800': any;
7751
+ };
7752
+ 'stroke-width': {
7753
+ readonly thin: "1.5px";
7754
+ readonly normal: "2px";
7755
+ readonly bold: "4px";
7756
+ };
7757
+ 'z-indices': {
7758
+ readonly dropdownMenu: 100;
7759
+ readonly popover: 200;
7760
+ readonly tooltip: 300;
7761
+ };
7762
+ }, {
7763
+ readonly background: "colors";
7764
+ readonly backgroundColor: "colors";
7765
+ readonly backgroundImage: "colors";
7766
+ readonly blockSize: "sizes";
7767
+ readonly border: "colors";
7768
+ readonly borderBlock: "colors";
7769
+ readonly borderBlockEnd: "colors";
7770
+ readonly borderBlockStart: "colors";
7771
+ readonly borderBottom: "colors";
7772
+ readonly borderBottomColor: "colors";
7773
+ readonly borderBottomLeftRadius: "radii";
7774
+ readonly borderBottomRightRadius: "radii";
7775
+ readonly borderBottomStyle: "border-styles";
7776
+ readonly borderBottomWidth: "border-widths";
7777
+ readonly borderColor: "colors";
7778
+ readonly borderImage: "colors";
7779
+ readonly borderInline: "colors";
7780
+ readonly borderInlineEnd: "colors";
7781
+ readonly borderInlineStart: "colors";
7782
+ readonly borderLeft: "colors";
7783
+ readonly borderLeftColor: "colors";
7784
+ readonly borderLeftStyle: "border-styles";
7785
+ readonly borderLeftWidth: "border-widths";
7786
+ readonly borderRadius: "radii";
7787
+ readonly borderRight: "colors";
7788
+ readonly borderRightColor: "colors";
7789
+ readonly borderRightStyle: "border-styles";
7790
+ readonly borderRightWidth: "border-widths";
7791
+ readonly borderStyle: "border-styles";
7792
+ readonly borderTop: "colors";
7793
+ readonly borderTopColor: "colors";
7794
+ readonly borderTopLeftRadius: "radii";
7795
+ readonly borderTopRightRadius: "radii";
7796
+ readonly borderTopStyle: "border-styles";
7797
+ readonly borderTopWidth: "border-widths";
7798
+ readonly borderWidth: "border-widths";
7799
+ readonly bottom: "space";
7800
+ readonly boxShadow: "shadows";
7801
+ readonly caretColor: "colors";
7802
+ readonly color: "colors";
7803
+ readonly columnGap: "space-gap";
7804
+ readonly columnRuleColor: "colors";
7805
+ readonly fill: "colors";
7806
+ readonly flexBasis: "sizes";
7807
+ readonly fontFamily: "fonts";
7808
+ readonly fontSize: "font-sizes";
7809
+ readonly fontWeight: "font-weights";
7810
+ readonly gap: "space-gap";
7811
+ readonly gridColumnGap: "space-gap";
7812
+ readonly gridGap: "space-gap";
7813
+ readonly gridRowGap: "space-gap";
7814
+ readonly gridTemplateColumns: "sizes";
7815
+ readonly gridTemplateRows: "sizes";
7816
+ readonly height: "sizes";
7817
+ readonly inlineSize: "sizes";
7818
+ readonly inset: "space-inset";
7819
+ readonly insetBlock: "space-inset";
7820
+ readonly insetBlockEnd: "space-inset";
7821
+ readonly insetBlockStart: "space-inset";
7822
+ readonly insetInline: "space-inset";
7823
+ readonly insetInlineEnd: "space-inset";
7824
+ readonly insetInlineStart: "space-inset";
7825
+ readonly left: "space";
7826
+ readonly letterSpacing: "letter-spacings";
7827
+ readonly lineHeight: "line-heights";
7828
+ readonly margin: "space-offset";
7829
+ readonly marginBlock: "space-offset";
7830
+ readonly marginBlockEnd: "space-offset";
7831
+ readonly marginBlockStart: "space-offset";
7832
+ readonly marginBottom: "space-offset";
7833
+ readonly marginInline: "space-offset";
7834
+ readonly marginInlineEnd: "space-offset";
7835
+ readonly marginInlineStart: "space-offset";
7836
+ readonly marginLeft: "space-offset";
7837
+ readonly marginRight: "space-offset";
7838
+ readonly marginTop: "space-offset";
7839
+ readonly maxBlockSize: "sizes";
7840
+ readonly maxHeight: "sizes";
7841
+ readonly maxInlineSize: "sizes";
7842
+ readonly maxWidth: "sizes";
7843
+ readonly minBlockSize: "sizes";
7844
+ readonly minHeight: "sizes";
7845
+ readonly minInlineSize: "sizes";
7846
+ readonly minWidth: "sizes";
7847
+ readonly outline: "colors";
7848
+ readonly outlineColor: "colors";
7849
+ readonly padding: "space-inset";
7850
+ readonly paddingBlock: "space-inset";
7851
+ readonly paddingBlockEnd: "space-inset";
7852
+ readonly paddingBlockStart: "space-inset";
7853
+ readonly paddingBottom: "space-inset";
7854
+ readonly paddingInline: "space-inset";
7855
+ readonly paddingInlineEnd: "space-inset";
7856
+ readonly paddingInlineStart: "space-inset";
7857
+ readonly paddingLeft: "space-inset";
7858
+ readonly paddingRight: "space-inset";
7859
+ readonly paddingTop: "space-inset";
7860
+ readonly right: "space";
7861
+ readonly rowGap: "space-gap";
7862
+ readonly scrollMargin: "space-offset";
7863
+ readonly scrollMarginBlock: "space-offset";
7864
+ readonly scrollMarginBlockEnd: "space-offset";
7865
+ readonly scrollMarginBlockStart: "space-offset";
7866
+ readonly scrollMarginBottom: "space-offset";
7867
+ readonly scrollMarginInline: "space-offset";
7868
+ readonly scrollMarginInlineEnd: "space-offset";
7869
+ readonly scrollMarginInlineStart: "space-offset";
7870
+ readonly scrollMarginLeft: "space-offset";
7871
+ readonly scrollMarginRight: "space-offset";
7872
+ readonly scrollMarginTop: "space-offset";
7873
+ readonly scrollPadding: "space-inset";
7874
+ readonly scrollPaddingBlock: "space-inset";
7875
+ readonly scrollPaddingBlockEnd: "space-inset";
7876
+ readonly scrollPaddingBlockStart: "space-inset";
7877
+ readonly scrollPaddingBottom: "space-inset";
7878
+ readonly scrollPaddingInline: "space-inset";
7879
+ readonly scrollPaddingInlineEnd: "space-inset";
7880
+ readonly scrollPaddingInlineStart: "space-inset";
7881
+ readonly scrollPaddingLeft: "space-inset";
7882
+ readonly scrollPaddingRight: "space-inset";
7883
+ readonly scrollPaddingTop: "space-inset";
7884
+ readonly stroke: "colors";
7885
+ readonly strokeWidth: "stroke-width";
7886
+ readonly textDecorationColor: "colors";
7887
+ readonly textShadow: "shadows";
7888
+ readonly top: "space";
7889
+ readonly transition: "transitions";
7890
+ readonly width: "sizes";
7891
+ readonly zIndex: "z-indices";
7892
+ }, {
7893
+ paddingX: (value: {
7894
+ readonly [$$PropertyValue]: "padding";
7895
+ }) => {
7896
+ paddingLeft: {
7897
+ readonly [$$PropertyValue]: "padding";
7898
+ };
7899
+ paddingRight: {
7900
+ readonly [$$PropertyValue]: "padding";
7901
+ };
7902
+ };
7903
+ paddingY: (value: {
7904
+ readonly [$$PropertyValue]: "padding";
7905
+ }) => {
7906
+ paddingTop: {
7907
+ readonly [$$PropertyValue]: "padding";
7908
+ };
7909
+ paddingBottom: {
7910
+ readonly [$$PropertyValue]: "padding";
7911
+ };
7912
+ };
7913
+ marginX: (value: {
7914
+ readonly [$$PropertyValue]: "margin";
7915
+ }) => {
7916
+ marginLeft: {
7917
+ readonly [$$PropertyValue]: "margin";
7918
+ };
7919
+ marginRight: {
7920
+ readonly [$$PropertyValue]: "margin";
7921
+ };
7922
+ };
7923
+ marginY: (value: {
7924
+ readonly [$$PropertyValue]: "margin";
7925
+ }) => {
7926
+ marginTop: {
7927
+ readonly [$$PropertyValue]: "margin";
7928
+ };
7929
+ marginBottom: {
7930
+ readonly [$$PropertyValue]: "margin";
7931
+ };
7932
+ };
7933
+ square: (value: {
7934
+ readonly [$$PropertyValue]: "width";
7935
+ }) => {
7936
+ width: {
7937
+ readonly [$$PropertyValue]: "width";
7938
+ };
7939
+ height: {
7940
+ readonly [$$PropertyValue]: "width";
7941
+ };
7942
+ };
7943
+ }> | undefined;
7944
+ }> & {
7945
+ children?: react.ReactNode;
7946
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
7947
+ css?: _stitches_react_types_css_util.CSS<{}, {
7948
+ 'border-widths': {
7668
7949
  readonly none: 0;
7950
+ readonly sm: "1px";
7951
+ readonly md: "2px";
7952
+ readonly lg: "4px";
7953
+ };
7954
+ colors: {
7955
+ readonly 'blue-100': any;
7956
+ readonly 'blue-200': any;
7957
+ readonly 'blue-300': any;
7958
+ readonly 'blue-400': any;
7959
+ readonly 'blue-500': any;
7960
+ readonly 'blue-600': any;
7961
+ readonly 'blue-700': any;
7962
+ readonly 'blue-800': any;
7963
+ readonly 'blue-900': any;
7964
+ readonly 'blue-1000': any;
7965
+ readonly 'gray-100': any;
7966
+ readonly 'gray-200': any;
7967
+ readonly 'gray-300': any;
7968
+ readonly 'gray-400': any;
7969
+ readonly 'gray-500': any;
7970
+ readonly 'gray-600': any;
7971
+ readonly 'gray-700': any;
7972
+ readonly 'gray-800': any;
7973
+ readonly 'gray-900': any;
7974
+ readonly 'indigo-100': any;
7975
+ readonly 'indigo-200': any;
7976
+ readonly 'indigo-300': any;
7977
+ readonly 'indigo-400': any;
7978
+ readonly 'indigo-500': any;
7979
+ readonly 'indigo-600': any;
7980
+ readonly 'indigo-700': any;
7981
+ readonly 'indigo-800': any;
7982
+ readonly 'indigo-900': any;
7983
+ readonly 'red-100': any;
7984
+ readonly 'red-200': any;
7985
+ readonly 'red-300': any;
7986
+ readonly 'red-400': any;
7987
+ readonly 'red-500': any;
7988
+ readonly 'red-600': any;
7989
+ readonly 'red-700': any;
7990
+ readonly 'red-800': any;
7991
+ readonly 'red-900': any;
7992
+ readonly 'yellow-100': any;
7993
+ readonly 'yellow-200': any;
7994
+ readonly 'yellow-300': any;
7995
+ readonly 'yellow-400': any;
7996
+ readonly 'yellow-500': any;
7997
+ readonly 'yellow-600': any;
7998
+ readonly 'yellow-700': any;
7999
+ readonly 'yellow-800': any;
8000
+ readonly 'yellow-900': any;
8001
+ readonly 'green-100': any;
8002
+ readonly 'green-200': any;
8003
+ readonly 'green-300': any;
8004
+ readonly 'green-400': any;
8005
+ readonly 'green-500': any;
8006
+ readonly 'green-600': any;
8007
+ readonly 'green-700': any;
8008
+ readonly 'green-800': any;
8009
+ readonly 'green-900': any;
8010
+ readonly black: any;
8011
+ readonly white: any;
8012
+ readonly transparent: any;
8013
+ readonly 'background-danger'?: any;
8014
+ readonly 'background-danger-hover'?: any;
8015
+ readonly 'background-danger-prominent'?: any;
8016
+ readonly 'background-danger-prominent-active'?: any;
8017
+ readonly 'background-danger-prominent-hover'?: any;
8018
+ readonly 'background-neutrals'?: any;
8019
+ readonly 'background-neutrals-body'?: any;
8020
+ readonly 'background-neutrals-container'?: any;
8021
+ readonly 'background-neutrals-controls-disabled'?: any;
8022
+ readonly 'background-neutrals-disabled'?: any;
8023
+ readonly 'background-neutrals-inactive'?: any;
8024
+ readonly 'background-neutrals-inactive-hover'?: any;
8025
+ readonly 'background-neutrals-inverted'?: any;
8026
+ readonly 'background-neutrals-inverted-subtle'?: any;
8027
+ readonly 'background-neutrals-scrolls'?: any;
8028
+ readonly 'background-neutrals-scrolls-hover'?: any;
8029
+ readonly 'background-neutrals-subtle'?: any;
8030
+ readonly 'background-neutrals-subtle-active'?: any;
8031
+ readonly 'background-neutrals-subtle-hover'?: any;
8032
+ readonly 'background-primary-prominent'?: any;
8033
+ readonly 'background-primary-prominent-active'?: any;
8034
+ readonly 'background-primary-prominent-hover'?: any;
8035
+ readonly 'background-primary-prominent-selected'?: any;
8036
+ readonly 'background-primary-subtle'?: any;
8037
+ readonly 'background-primary-subtle-active'?: any;
8038
+ readonly 'background-primary-subtle-hover'?: any;
8039
+ readonly 'background-primary-subtle-selected'?: any;
8040
+ readonly 'background-success'?: any;
8041
+ readonly 'background-warning-prominent'?: any;
8042
+ readonly 'background-warning-subtle'?: any;
8043
+ readonly 'text-danger'?: any;
8044
+ readonly 'text-danger-active'?: any;
8045
+ readonly 'text-danger-hover'?: any;
8046
+ readonly 'text-danger-inverted'?: any;
8047
+ readonly 'text-neutrals'?: any;
8048
+ readonly 'text-neutrals-disabled'?: any;
8049
+ readonly 'text-neutrals-inverted'?: any;
8050
+ readonly 'text-neutrals-link'?: any;
8051
+ readonly 'text-neutrals-link-active'?: any;
8052
+ readonly 'text-neutrals-link-hover'?: any;
8053
+ readonly 'text-neutrals-placeholder'?: any;
8054
+ readonly 'text-neutrals-placeholder-only'?: any;
8055
+ readonly 'text-neutrals-subtle'?: any;
8056
+ readonly 'text-primary'?: any;
8057
+ readonly 'text-primary-active'?: any;
8058
+ readonly 'text-primary-hover'?: any;
8059
+ readonly 'text-primary-inverted'?: any;
8060
+ readonly 'text-primary-inverted-subtle'?: any;
8061
+ readonly 'text-primary-selected'?: any;
8062
+ readonly 'text-success'?: any;
8063
+ readonly 'text-warning'?: any;
8064
+ readonly 'icon-danger'?: any;
8065
+ readonly 'icon-danger-active'?: any;
8066
+ readonly 'icon-danger-hover'?: any;
8067
+ readonly 'icon-danger-inverted'?: any;
8068
+ readonly 'icon-neutrals'?: any;
8069
+ readonly 'icon-neutrals-disabled'?: any;
8070
+ readonly 'icon-neutrals-inactive'?: any;
8071
+ readonly 'icon-neutrals-inactive-hover'?: any;
8072
+ readonly 'icon-neutrals-inverted'?: any;
8073
+ readonly 'icon-neutrals-search'?: any;
8074
+ readonly 'icon-neutrals-subtle'?: any;
8075
+ readonly 'icon-neutrals-with-text'?: any;
8076
+ readonly 'icon-primary'?: any;
8077
+ readonly 'icon-primary-active'?: any;
8078
+ readonly 'icon-primary-hover'?: any;
8079
+ readonly 'icon-primary-inverted'?: any;
8080
+ readonly 'icon-primary-selected'?: any;
8081
+ readonly 'icon-success'?: any;
8082
+ readonly 'icon-success-inverted'?: any;
8083
+ readonly 'icon-warning'?: any;
8084
+ readonly 'border-danger'?: any;
8085
+ readonly 'border-focus-inner'?: any;
8086
+ readonly 'border-focus-middle'?: any;
8087
+ readonly 'border-focus-outer'?: any;
8088
+ readonly 'border-neutrals'?: any;
8089
+ readonly 'border-neutrals-active'?: any;
8090
+ readonly 'border-neutrals-controls'?: any;
8091
+ readonly 'border-neutrals-controls-disabled'?: any;
8092
+ readonly 'border-neutrals-disabled'?: any;
8093
+ readonly 'border-neutrals-hover'?: any;
8094
+ readonly 'border-neutrals-inverted'?: any;
8095
+ readonly 'border-neutrals-subtle'?: any;
8096
+ readonly 'border-primary'?: any;
8097
+ readonly 'border-primary-active'?: any;
8098
+ readonly 'border-primary-hover'?: any;
8099
+ readonly 'border-primary-inverted'?: any;
8100
+ readonly 'border-success'?: any;
8101
+ readonly 'border-warning'?: any;
8102
+ };
8103
+ 'font-sizes': {
8104
+ readonly 150: "0.75rem";
8105
+ readonly 175: "0.875rem";
8106
+ readonly 200: "1rem";
8107
+ readonly 225: "1.125rem";
8108
+ readonly 250: "1.25rem";
8109
+ readonly 300: "1.5rem";
8110
+ readonly 400: "2rem";
8111
+ readonly 500: "2.5rem";
8112
+ readonly 600: "3rem";
8113
+ readonly 800: "4rem";
8114
+ readonly 900: "4.5rem";
8115
+ };
8116
+ radii: {
8117
+ readonly none: 0;
8118
+ readonly half: "999em";
8119
+ readonly 25: "2px";
8120
+ readonly 50: "4px";
8121
+ readonly 75: "6px";
8122
+ readonly 100: "8px";
8123
+ readonly 200: "16px";
8124
+ };
8125
+ shadows: {
8126
+ readonly 50: "0 4px 16px #05003812";
8127
+ readonly 100: "0 8px 32px #05003808";
8128
+ 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";
8129
+ 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";
8130
+ 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";
8131
+ 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";
8132
+ };
8133
+ sizes: {
8134
+ readonly number: string;
8135
+ readonly 'icon-200': "16px";
8136
+ readonly 'icon-300': "24px";
8137
+ readonly 'icon-400': "32px";
8138
+ };
8139
+ space: {
8140
+ readonly 0: 0;
7669
8141
  readonly 50: "4px";
7670
8142
  readonly 100: "8px";
7671
8143
  readonly 150: "12px";
7672
8144
  readonly 200: "16px";
7673
8145
  readonly 300: "24px";
7674
8146
  readonly 400: "32px";
7675
- readonly 500: "64px";
8147
+ readonly 500: "40px";
7676
8148
  readonly 600: "48px";
7677
8149
  readonly 800: "64px";
7678
8150
  readonly 1200: "96px";
7679
8151
  readonly 1600: "128px";
7680
8152
  };
7681
8153
  'space-gap': {
7682
- readonly none: any;
8154
+ readonly 0: any;
7683
8155
  readonly 50: any;
7684
8156
  readonly 100: any;
7685
8157
  readonly 200: any;
7686
8158
  readonly 300: any;
7687
8159
  };
7688
8160
  'space-inset': {
7689
- readonly none: any;
8161
+ readonly 0: any;
7690
8162
  readonly 50: any;
7691
8163
  readonly 100: any;
7692
8164
  readonly 150: any;
@@ -7699,7 +8171,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
7699
8171
  readonly 1600: any;
7700
8172
  };
7701
8173
  'space-offset': {
7702
- readonly none: any;
8174
+ readonly 0: any;
7703
8175
  readonly 50: any;
7704
8176
  readonly 100: any;
7705
8177
  readonly 150: any;
@@ -7710,7 +8182,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
7710
8182
  readonly 800: any;
7711
8183
  readonly 1200: any;
7712
8184
  readonly 1600: any;
7713
- readonly 'stacking-none': any;
8185
+ readonly 'stacking-0': any;
7714
8186
  readonly 'stacking-100': any;
7715
8187
  readonly 'stacking-200': any;
7716
8188
  readonly 'stacking-300': any;
@@ -7912,9 +8384,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
7912
8384
  }> | undefined;
7913
8385
  }> & {
7914
8386
  children?: react.ReactNode;
7915
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
7916
-
7917
- declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
8387
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "customIcon"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
7918
8388
  ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
7919
8389
  } & {
7920
8390
  asChild?: boolean | undefined;
@@ -8112,28 +8582,28 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
8112
8582
  readonly 'icon-400': "32px";
8113
8583
  };
8114
8584
  space: {
8115
- readonly none: 0;
8585
+ readonly 0: 0;
8116
8586
  readonly 50: "4px";
8117
8587
  readonly 100: "8px";
8118
8588
  readonly 150: "12px";
8119
8589
  readonly 200: "16px";
8120
8590
  readonly 300: "24px";
8121
8591
  readonly 400: "32px";
8122
- readonly 500: "64px";
8592
+ readonly 500: "40px";
8123
8593
  readonly 600: "48px";
8124
8594
  readonly 800: "64px";
8125
8595
  readonly 1200: "96px";
8126
8596
  readonly 1600: "128px";
8127
8597
  };
8128
8598
  'space-gap': {
8129
- readonly none: any;
8599
+ readonly 0: any;
8130
8600
  readonly 50: any;
8131
8601
  readonly 100: any;
8132
8602
  readonly 200: any;
8133
8603
  readonly 300: any;
8134
8604
  };
8135
8605
  'space-inset': {
8136
- readonly none: any;
8606
+ readonly 0: any;
8137
8607
  readonly 50: any;
8138
8608
  readonly 100: any;
8139
8609
  readonly 150: any;
@@ -8146,7 +8616,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
8146
8616
  readonly 1600: any;
8147
8617
  };
8148
8618
  'space-offset': {
8149
- readonly none: any;
8619
+ readonly 0: any;
8150
8620
  readonly 50: any;
8151
8621
  readonly 100: any;
8152
8622
  readonly 150: any;
@@ -8157,7 +8627,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
8157
8627
  readonly 800: any;
8158
8628
  readonly 1200: any;
8159
8629
  readonly 1600: any;
8160
- readonly 'stacking-none': any;
8630
+ readonly 'stacking-0': any;
8161
8631
  readonly 'stacking-100': any;
8162
8632
  readonly 'stacking-200': any;
8163
8633
  readonly 'stacking-300': any;
@@ -8359,7 +8829,13 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
8359
8829
  }> | undefined;
8360
8830
  }> & {
8361
8831
  children?: react.ReactNode;
8362
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
8832
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {
8833
+ customIcon?: boolean | "true" | undefined;
8834
+ }, {}>;
8835
+ declare type StyledIconSlotProps = StrictComponentProps<typeof StyledIconSlot>;
8836
+
8837
+ declare type IconSlotProps = Omit<StyledIconSlotProps, 'custom'>;
8838
+ declare const IconSlot: react__default.ForwardRefExoticComponent<Pick<IconSlotProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "customIcon"> & react__default.RefAttributes<HTMLDivElement>>;
8363
8839
 
8364
8840
  interface DropdownMenuProps {
8365
8841
  /**
@@ -8399,6 +8875,7 @@ declare const DropdownMenu: react__default.FC<DropdownMenuProps> & Partials;
8399
8875
  interface Partials {
8400
8876
  CheckboxItem: typeof CheckboxItem;
8401
8877
  Content: typeof Content;
8878
+ HotkeySlot: typeof HotkeySlot;
8402
8879
  IconSlot: typeof IconSlot;
8403
8880
  IllustrationSlot: typeof IllustrationSlot;
8404
8881
  Item: typeof Item;