@mirohq/design-system-dropdown-menu 3.3.0-dropdown.4 → 3.3.0-dropdown.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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';
@@ -82,7 +82,6 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
82
82
  readonly 'background-danger-prominent-active'?: any;
83
83
  readonly 'background-danger-prominent-hover'?: any;
84
84
  readonly 'background-neutrals'?: any;
85
- readonly 'background-neutrals-body'?: any;
86
85
  readonly 'background-neutrals-container'?: any;
87
86
  readonly 'background-neutrals-controls-disabled'?: any;
88
87
  readonly 'background-neutrals-disabled'?: any;
@@ -90,6 +89,8 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
90
89
  readonly 'background-neutrals-inactive-hover'?: any;
91
90
  readonly 'background-neutrals-inverted'?: any;
92
91
  readonly 'background-neutrals-inverted-subtle'?: any;
92
+ readonly 'background-neutrals-page'?: any;
93
+ readonly 'background-neutrals-page-subtle'?: any;
93
94
  readonly 'background-neutrals-scrolls'?: any;
94
95
  readonly 'background-neutrals-scrolls-hover'?: any;
95
96
  readonly 'background-neutrals-subtle'?: any;
@@ -113,12 +114,11 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
113
114
  readonly 'text-neutrals'?: any;
114
115
  readonly 'text-neutrals-disabled'?: any;
115
116
  readonly 'text-neutrals-inverted'?: any;
116
- readonly 'text-neutrals-link'?: any;
117
- readonly 'text-neutrals-link-active'?: any;
118
- readonly 'text-neutrals-link-hover'?: any;
119
117
  readonly 'text-neutrals-placeholder'?: any;
120
118
  readonly 'text-neutrals-placeholder-only'?: any;
121
119
  readonly 'text-neutrals-subtle'?: any;
120
+ readonly 'text-neutrals-subtle-active'?: any;
121
+ readonly 'text-neutrals-subtle-hover'?: any;
122
122
  readonly 'text-primary'?: any;
123
123
  readonly 'text-primary-active'?: any;
124
124
  readonly 'text-primary-hover'?: any;
@@ -138,7 +138,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
138
138
  readonly 'icon-neutrals-inverted'?: any;
139
139
  readonly 'icon-neutrals-search'?: any;
140
140
  readonly 'icon-neutrals-subtle'?: any;
141
- readonly 'icon-neutrals-with-text'?: any;
141
+ readonly 'icon-neutrals-text'?: any;
142
142
  readonly 'icon-primary'?: any;
143
143
  readonly 'icon-primary-active'?: any;
144
144
  readonly 'icon-primary-hover'?: any;
@@ -147,7 +147,10 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
147
147
  readonly 'icon-success'?: any;
148
148
  readonly 'icon-success-inverted'?: any;
149
149
  readonly 'icon-warning'?: any;
150
+ readonly 'icon-warning-prominent'?: any;
150
151
  readonly 'border-danger'?: any;
152
+ readonly 'border-danger-active'?: any;
153
+ readonly 'border-danger-hover'?: any;
151
154
  readonly 'border-focus-inner'?: any;
152
155
  readonly 'border-focus-middle'?: any;
153
156
  readonly 'border-focus-outer'?: any;
@@ -159,6 +162,9 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
159
162
  readonly 'border-neutrals-hover'?: any;
160
163
  readonly 'border-neutrals-inverted'?: any;
161
164
  readonly 'border-neutrals-subtle'?: any;
165
+ readonly 'border-neutrals-text-subtle'?: any;
166
+ readonly 'border-neutrals-text-subtle-active'?: any;
167
+ readonly 'border-neutrals-text-subtle-hover'?: any;
162
168
  readonly 'border-primary'?: any;
163
169
  readonly 'border-primary-active'?: any;
164
170
  readonly 'border-primary-hover'?: any;
@@ -203,28 +209,28 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
203
209
  readonly 'icon-400': "32px";
204
210
  };
205
211
  space: {
206
- readonly none: 0;
212
+ readonly 0: 0;
207
213
  readonly 50: "4px";
208
214
  readonly 100: "8px";
209
215
  readonly 150: "12px";
210
216
  readonly 200: "16px";
211
217
  readonly 300: "24px";
212
218
  readonly 400: "32px";
213
- readonly 500: "64px";
219
+ readonly 500: "40px";
214
220
  readonly 600: "48px";
215
221
  readonly 800: "64px";
216
222
  readonly 1200: "96px";
217
223
  readonly 1600: "128px";
218
224
  };
219
225
  'space-gap': {
220
- readonly none: any;
226
+ readonly 0: any;
221
227
  readonly 50: any;
222
228
  readonly 100: any;
223
229
  readonly 200: any;
224
230
  readonly 300: any;
225
231
  };
226
232
  'space-inset': {
227
- readonly none: any;
233
+ readonly 0: any;
228
234
  readonly 50: any;
229
235
  readonly 100: any;
230
236
  readonly 150: any;
@@ -237,7 +243,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
237
243
  readonly 1600: any;
238
244
  };
239
245
  'space-offset': {
240
- readonly none: any;
246
+ readonly 0: any;
241
247
  readonly 50: any;
242
248
  readonly 100: any;
243
249
  readonly 150: any;
@@ -248,7 +254,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
248
254
  readonly 800: any;
249
255
  readonly 1200: any;
250
256
  readonly 1600: any;
251
- readonly 'stacking-none': any;
257
+ readonly 'stacking-0': any;
252
258
  readonly 'stacking-100': any;
253
259
  readonly 'stacking-200': any;
254
260
  readonly 'stacking-300': any;
@@ -478,7 +484,11 @@ interface CheckboxItemProps extends Omit<StyledCheckboxItemProps, 'onChange'> {
478
484
  }
479
485
  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>>;
480
486
 
481
- 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<{}, {}> & {
487
+ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
488
+ containerSpacing?: "small" | "medium" | "large" | undefined;
489
+ }, "containerSpacing"> & _stitches_react_types_styled_component.TransformProps<{
490
+ containerSpacing?: "small" | "medium" | "large" | undefined;
491
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
482
492
  css?: _stitches_react_types_css_util.CSS<{}, {
483
493
  'border-widths': {
484
494
  readonly none: 0;
@@ -551,7 +561,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
551
561
  readonly 'background-danger-prominent-active'?: any;
552
562
  readonly 'background-danger-prominent-hover'?: any;
553
563
  readonly 'background-neutrals'?: any;
554
- readonly 'background-neutrals-body'?: any;
555
564
  readonly 'background-neutrals-container'?: any;
556
565
  readonly 'background-neutrals-controls-disabled'?: any;
557
566
  readonly 'background-neutrals-disabled'?: any;
@@ -559,6 +568,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
559
568
  readonly 'background-neutrals-inactive-hover'?: any;
560
569
  readonly 'background-neutrals-inverted'?: any;
561
570
  readonly 'background-neutrals-inverted-subtle'?: any;
571
+ readonly 'background-neutrals-page'?: any;
572
+ readonly 'background-neutrals-page-subtle'?: any;
562
573
  readonly 'background-neutrals-scrolls'?: any;
563
574
  readonly 'background-neutrals-scrolls-hover'?: any;
564
575
  readonly 'background-neutrals-subtle'?: any;
@@ -582,12 +593,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
582
593
  readonly 'text-neutrals'?: any;
583
594
  readonly 'text-neutrals-disabled'?: any;
584
595
  readonly 'text-neutrals-inverted'?: any;
585
- readonly 'text-neutrals-link'?: any;
586
- readonly 'text-neutrals-link-active'?: any;
587
- readonly 'text-neutrals-link-hover'?: any;
588
596
  readonly 'text-neutrals-placeholder'?: any;
589
597
  readonly 'text-neutrals-placeholder-only'?: any;
590
598
  readonly 'text-neutrals-subtle'?: any;
599
+ readonly 'text-neutrals-subtle-active'?: any;
600
+ readonly 'text-neutrals-subtle-hover'?: any;
591
601
  readonly 'text-primary'?: any;
592
602
  readonly 'text-primary-active'?: any;
593
603
  readonly 'text-primary-hover'?: any;
@@ -607,7 +617,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
607
617
  readonly 'icon-neutrals-inverted'?: any;
608
618
  readonly 'icon-neutrals-search'?: any;
609
619
  readonly 'icon-neutrals-subtle'?: any;
610
- readonly 'icon-neutrals-with-text'?: any;
620
+ readonly 'icon-neutrals-text'?: any;
611
621
  readonly 'icon-primary'?: any;
612
622
  readonly 'icon-primary-active'?: any;
613
623
  readonly 'icon-primary-hover'?: any;
@@ -616,7 +626,10 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
616
626
  readonly 'icon-success'?: any;
617
627
  readonly 'icon-success-inverted'?: any;
618
628
  readonly 'icon-warning'?: any;
629
+ readonly 'icon-warning-prominent'?: any;
619
630
  readonly 'border-danger'?: any;
631
+ readonly 'border-danger-active'?: any;
632
+ readonly 'border-danger-hover'?: any;
620
633
  readonly 'border-focus-inner'?: any;
621
634
  readonly 'border-focus-middle'?: any;
622
635
  readonly 'border-focus-outer'?: any;
@@ -628,6 +641,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
628
641
  readonly 'border-neutrals-hover'?: any;
629
642
  readonly 'border-neutrals-inverted'?: any;
630
643
  readonly 'border-neutrals-subtle'?: any;
644
+ readonly 'border-neutrals-text-subtle'?: any;
645
+ readonly 'border-neutrals-text-subtle-active'?: any;
646
+ readonly 'border-neutrals-text-subtle-hover'?: any;
631
647
  readonly 'border-primary'?: any;
632
648
  readonly 'border-primary-active'?: any;
633
649
  readonly 'border-primary-hover'?: any;
@@ -672,28 +688,28 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
672
688
  readonly 'icon-400': "32px";
673
689
  };
674
690
  space: {
675
- readonly none: 0;
691
+ readonly 0: 0;
676
692
  readonly 50: "4px";
677
693
  readonly 100: "8px";
678
694
  readonly 150: "12px";
679
695
  readonly 200: "16px";
680
696
  readonly 300: "24px";
681
697
  readonly 400: "32px";
682
- readonly 500: "64px";
698
+ readonly 500: "40px";
683
699
  readonly 600: "48px";
684
700
  readonly 800: "64px";
685
701
  readonly 1200: "96px";
686
702
  readonly 1600: "128px";
687
703
  };
688
704
  'space-gap': {
689
- readonly none: any;
705
+ readonly 0: any;
690
706
  readonly 50: any;
691
707
  readonly 100: any;
692
708
  readonly 200: any;
693
709
  readonly 300: any;
694
710
  };
695
711
  'space-inset': {
696
- readonly none: any;
712
+ readonly 0: any;
697
713
  readonly 50: any;
698
714
  readonly 100: any;
699
715
  readonly 150: any;
@@ -706,7 +722,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
706
722
  readonly 1600: any;
707
723
  };
708
724
  'space-offset': {
709
- readonly none: any;
725
+ readonly 0: any;
710
726
  readonly 50: any;
711
727
  readonly 100: any;
712
728
  readonly 150: any;
@@ -717,7 +733,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
717
733
  readonly 800: any;
718
734
  readonly 1200: any;
719
735
  readonly 1600: any;
720
- readonly 'stacking-none': any;
736
+ readonly 'stacking-0': any;
721
737
  readonly 'stacking-100': any;
722
738
  readonly 'stacking-200': any;
723
739
  readonly 'stacking-300': any;
@@ -919,7 +935,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
919
935
  }> | undefined;
920
936
  }> & {
921
937
  children?: react.ReactNode;
922
- } & _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>>, {}, {}>;
938
+ } & _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>>, {
939
+ containerSpacing?: "small" | "medium" | "large" | undefined;
940
+ }, {}>;
923
941
  declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
924
942
 
925
943
  declare type PointerDownOutsideEvent = CustomEvent<{
@@ -1030,10 +1048,18 @@ interface ContentProps extends StyledContentProps {
1030
1048
  * Whether to hide the content when the trigger becomes fully occluded.
1031
1049
  */
1032
1050
  hideWhenDetached?: boolean;
1051
+ /**
1052
+ * The spacing around container
1053
+ */
1054
+ containerSpacing?: StyledContentProps['containerSpacing'];
1033
1055
  }
1034
- 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>>;
1056
+ 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>>;
1035
1057
 
1036
- 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<{}, {}> & {
1058
+ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
1059
+ hasRightSlot?: boolean | "true" | undefined;
1060
+ }, "hasRightSlot"> & _stitches_react_types_styled_component.TransformProps<{
1061
+ hasRightSlot?: boolean | "true" | undefined;
1062
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1037
1063
  css?: _stitches_react_types_css_util.CSS<{}, {
1038
1064
  'border-widths': {
1039
1065
  readonly none: 0;
@@ -1106,7 +1132,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1106
1132
  readonly 'background-danger-prominent-active'?: any;
1107
1133
  readonly 'background-danger-prominent-hover'?: any;
1108
1134
  readonly 'background-neutrals'?: any;
1109
- readonly 'background-neutrals-body'?: any;
1110
1135
  readonly 'background-neutrals-container'?: any;
1111
1136
  readonly 'background-neutrals-controls-disabled'?: any;
1112
1137
  readonly 'background-neutrals-disabled'?: any;
@@ -1114,6 +1139,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1114
1139
  readonly 'background-neutrals-inactive-hover'?: any;
1115
1140
  readonly 'background-neutrals-inverted'?: any;
1116
1141
  readonly 'background-neutrals-inverted-subtle'?: any;
1142
+ readonly 'background-neutrals-page'?: any;
1143
+ readonly 'background-neutrals-page-subtle'?: any;
1117
1144
  readonly 'background-neutrals-scrolls'?: any;
1118
1145
  readonly 'background-neutrals-scrolls-hover'?: any;
1119
1146
  readonly 'background-neutrals-subtle'?: any;
@@ -1137,12 +1164,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1137
1164
  readonly 'text-neutrals'?: any;
1138
1165
  readonly 'text-neutrals-disabled'?: any;
1139
1166
  readonly 'text-neutrals-inverted'?: any;
1140
- readonly 'text-neutrals-link'?: any;
1141
- readonly 'text-neutrals-link-active'?: any;
1142
- readonly 'text-neutrals-link-hover'?: any;
1143
1167
  readonly 'text-neutrals-placeholder'?: any;
1144
1168
  readonly 'text-neutrals-placeholder-only'?: any;
1145
1169
  readonly 'text-neutrals-subtle'?: any;
1170
+ readonly 'text-neutrals-subtle-active'?: any;
1171
+ readonly 'text-neutrals-subtle-hover'?: any;
1146
1172
  readonly 'text-primary'?: any;
1147
1173
  readonly 'text-primary-active'?: any;
1148
1174
  readonly 'text-primary-hover'?: any;
@@ -1162,7 +1188,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1162
1188
  readonly 'icon-neutrals-inverted'?: any;
1163
1189
  readonly 'icon-neutrals-search'?: any;
1164
1190
  readonly 'icon-neutrals-subtle'?: any;
1165
- readonly 'icon-neutrals-with-text'?: any;
1191
+ readonly 'icon-neutrals-text'?: any;
1166
1192
  readonly 'icon-primary'?: any;
1167
1193
  readonly 'icon-primary-active'?: any;
1168
1194
  readonly 'icon-primary-hover'?: any;
@@ -1171,7 +1197,10 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1171
1197
  readonly 'icon-success'?: any;
1172
1198
  readonly 'icon-success-inverted'?: any;
1173
1199
  readonly 'icon-warning'?: any;
1200
+ readonly 'icon-warning-prominent'?: any;
1174
1201
  readonly 'border-danger'?: any;
1202
+ readonly 'border-danger-active'?: any;
1203
+ readonly 'border-danger-hover'?: any;
1175
1204
  readonly 'border-focus-inner'?: any;
1176
1205
  readonly 'border-focus-middle'?: any;
1177
1206
  readonly 'border-focus-outer'?: any;
@@ -1183,6 +1212,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1183
1212
  readonly 'border-neutrals-hover'?: any;
1184
1213
  readonly 'border-neutrals-inverted'?: any;
1185
1214
  readonly 'border-neutrals-subtle'?: any;
1215
+ readonly 'border-neutrals-text-subtle'?: any;
1216
+ readonly 'border-neutrals-text-subtle-active'?: any;
1217
+ readonly 'border-neutrals-text-subtle-hover'?: any;
1186
1218
  readonly 'border-primary'?: any;
1187
1219
  readonly 'border-primary-active'?: any;
1188
1220
  readonly 'border-primary-hover'?: any;
@@ -1227,28 +1259,28 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1227
1259
  readonly 'icon-400': "32px";
1228
1260
  };
1229
1261
  space: {
1230
- readonly none: 0;
1262
+ readonly 0: 0;
1231
1263
  readonly 50: "4px";
1232
1264
  readonly 100: "8px";
1233
1265
  readonly 150: "12px";
1234
1266
  readonly 200: "16px";
1235
1267
  readonly 300: "24px";
1236
1268
  readonly 400: "32px";
1237
- readonly 500: "64px";
1269
+ readonly 500: "40px";
1238
1270
  readonly 600: "48px";
1239
1271
  readonly 800: "64px";
1240
1272
  readonly 1200: "96px";
1241
1273
  readonly 1600: "128px";
1242
1274
  };
1243
1275
  'space-gap': {
1244
- readonly none: any;
1276
+ readonly 0: any;
1245
1277
  readonly 50: any;
1246
1278
  readonly 100: any;
1247
1279
  readonly 200: any;
1248
1280
  readonly 300: any;
1249
1281
  };
1250
1282
  'space-inset': {
1251
- readonly none: any;
1283
+ readonly 0: any;
1252
1284
  readonly 50: any;
1253
1285
  readonly 100: any;
1254
1286
  readonly 150: any;
@@ -1261,7 +1293,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1261
1293
  readonly 1600: any;
1262
1294
  };
1263
1295
  'space-offset': {
1264
- readonly none: any;
1296
+ readonly 0: any;
1265
1297
  readonly 50: any;
1266
1298
  readonly 100: any;
1267
1299
  readonly 150: any;
@@ -1272,7 +1304,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1272
1304
  readonly 800: any;
1273
1305
  readonly 1200: any;
1274
1306
  readonly 1600: any;
1275
- readonly 'stacking-none': any;
1307
+ readonly 'stacking-0': any;
1276
1308
  readonly 'stacking-100': any;
1277
1309
  readonly 'stacking-200': any;
1278
1310
  readonly 'stacking-300': any;
@@ -1474,7 +1506,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1474
1506
  }> | undefined;
1475
1507
  }> & {
1476
1508
  children?: react.ReactNode;
1477
- } & _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>>, {}, {}>;
1509
+ } & _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>>, {
1510
+ hasRightSlot?: boolean | "true" | undefined;
1511
+ }, {}>;
1478
1512
  declare type StyledItemProps = StrictComponentProps<typeof StyledItem>;
1479
1513
 
1480
1514
  interface ItemProps extends StyledItemProps {
@@ -1491,12 +1525,12 @@ interface ItemProps extends StyledItemProps {
1491
1525
  */
1492
1526
  textValue?: string;
1493
1527
  }
1494
- 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>>;
1528
+ 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>>;
1495
1529
 
1496
1530
  declare type ItemPropsWithAnchor = ItemProps & AnchorHTMLAttributes<typeof Item>;
1497
1531
  interface LinkItemProps extends ItemPropsWithAnchor {
1498
1532
  }
1499
- 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>>;
1533
+ 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>>;
1500
1534
 
1501
1535
  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<{}, {}> & {
1502
1536
  css?: _stitches_react_types_css_util.CSS<{}, {
@@ -1571,7 +1605,6 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1571
1605
  readonly 'background-danger-prominent-active'?: any;
1572
1606
  readonly 'background-danger-prominent-hover'?: any;
1573
1607
  readonly 'background-neutrals'?: any;
1574
- readonly 'background-neutrals-body'?: any;
1575
1608
  readonly 'background-neutrals-container'?: any;
1576
1609
  readonly 'background-neutrals-controls-disabled'?: any;
1577
1610
  readonly 'background-neutrals-disabled'?: any;
@@ -1579,6 +1612,8 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1579
1612
  readonly 'background-neutrals-inactive-hover'?: any;
1580
1613
  readonly 'background-neutrals-inverted'?: any;
1581
1614
  readonly 'background-neutrals-inverted-subtle'?: any;
1615
+ readonly 'background-neutrals-page'?: any;
1616
+ readonly 'background-neutrals-page-subtle'?: any;
1582
1617
  readonly 'background-neutrals-scrolls'?: any;
1583
1618
  readonly 'background-neutrals-scrolls-hover'?: any;
1584
1619
  readonly 'background-neutrals-subtle'?: any;
@@ -1602,12 +1637,11 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1602
1637
  readonly 'text-neutrals'?: any;
1603
1638
  readonly 'text-neutrals-disabled'?: any;
1604
1639
  readonly 'text-neutrals-inverted'?: any;
1605
- readonly 'text-neutrals-link'?: any;
1606
- readonly 'text-neutrals-link-active'?: any;
1607
- readonly 'text-neutrals-link-hover'?: any;
1608
1640
  readonly 'text-neutrals-placeholder'?: any;
1609
1641
  readonly 'text-neutrals-placeholder-only'?: any;
1610
1642
  readonly 'text-neutrals-subtle'?: any;
1643
+ readonly 'text-neutrals-subtle-active'?: any;
1644
+ readonly 'text-neutrals-subtle-hover'?: any;
1611
1645
  readonly 'text-primary'?: any;
1612
1646
  readonly 'text-primary-active'?: any;
1613
1647
  readonly 'text-primary-hover'?: any;
@@ -1627,7 +1661,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1627
1661
  readonly 'icon-neutrals-inverted'?: any;
1628
1662
  readonly 'icon-neutrals-search'?: any;
1629
1663
  readonly 'icon-neutrals-subtle'?: any;
1630
- readonly 'icon-neutrals-with-text'?: any;
1664
+ readonly 'icon-neutrals-text'?: any;
1631
1665
  readonly 'icon-primary'?: any;
1632
1666
  readonly 'icon-primary-active'?: any;
1633
1667
  readonly 'icon-primary-hover'?: any;
@@ -1636,7 +1670,10 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1636
1670
  readonly 'icon-success'?: any;
1637
1671
  readonly 'icon-success-inverted'?: any;
1638
1672
  readonly 'icon-warning'?: any;
1673
+ readonly 'icon-warning-prominent'?: any;
1639
1674
  readonly 'border-danger'?: any;
1675
+ readonly 'border-danger-active'?: any;
1676
+ readonly 'border-danger-hover'?: any;
1640
1677
  readonly 'border-focus-inner'?: any;
1641
1678
  readonly 'border-focus-middle'?: any;
1642
1679
  readonly 'border-focus-outer'?: any;
@@ -1648,6 +1685,9 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1648
1685
  readonly 'border-neutrals-hover'?: any;
1649
1686
  readonly 'border-neutrals-inverted'?: any;
1650
1687
  readonly 'border-neutrals-subtle'?: any;
1688
+ readonly 'border-neutrals-text-subtle'?: any;
1689
+ readonly 'border-neutrals-text-subtle-active'?: any;
1690
+ readonly 'border-neutrals-text-subtle-hover'?: any;
1651
1691
  readonly 'border-primary'?: any;
1652
1692
  readonly 'border-primary-active'?: any;
1653
1693
  readonly 'border-primary-hover'?: any;
@@ -1692,28 +1732,28 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1692
1732
  readonly 'icon-400': "32px";
1693
1733
  };
1694
1734
  space: {
1695
- readonly none: 0;
1735
+ readonly 0: 0;
1696
1736
  readonly 50: "4px";
1697
1737
  readonly 100: "8px";
1698
1738
  readonly 150: "12px";
1699
1739
  readonly 200: "16px";
1700
1740
  readonly 300: "24px";
1701
1741
  readonly 400: "32px";
1702
- readonly 500: "64px";
1742
+ readonly 500: "40px";
1703
1743
  readonly 600: "48px";
1704
1744
  readonly 800: "64px";
1705
1745
  readonly 1200: "96px";
1706
1746
  readonly 1600: "128px";
1707
1747
  };
1708
1748
  'space-gap': {
1709
- readonly none: any;
1749
+ readonly 0: any;
1710
1750
  readonly 50: any;
1711
1751
  readonly 100: any;
1712
1752
  readonly 200: any;
1713
1753
  readonly 300: any;
1714
1754
  };
1715
1755
  'space-inset': {
1716
- readonly none: any;
1756
+ readonly 0: any;
1717
1757
  readonly 50: any;
1718
1758
  readonly 100: any;
1719
1759
  readonly 150: any;
@@ -1726,7 +1766,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1726
1766
  readonly 1600: any;
1727
1767
  };
1728
1768
  'space-offset': {
1729
- readonly none: any;
1769
+ readonly 0: any;
1730
1770
  readonly 50: any;
1731
1771
  readonly 100: any;
1732
1772
  readonly 150: any;
@@ -1737,7 +1777,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1737
1777
  readonly 800: any;
1738
1778
  readonly 1200: any;
1739
1779
  readonly 1600: any;
1740
- readonly 'stacking-none': any;
1780
+ readonly 'stacking-0': any;
1741
1781
  readonly 'stacking-100': any;
1742
1782
  readonly 'stacking-200': any;
1743
1783
  readonly 'stacking-300': any;
@@ -2027,7 +2067,6 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2027
2067
  readonly 'background-danger-prominent-active'?: any;
2028
2068
  readonly 'background-danger-prominent-hover'?: any;
2029
2069
  readonly 'background-neutrals'?: any;
2030
- readonly 'background-neutrals-body'?: any;
2031
2070
  readonly 'background-neutrals-container'?: any;
2032
2071
  readonly 'background-neutrals-controls-disabled'?: any;
2033
2072
  readonly 'background-neutrals-disabled'?: any;
@@ -2035,6 +2074,8 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2035
2074
  readonly 'background-neutrals-inactive-hover'?: any;
2036
2075
  readonly 'background-neutrals-inverted'?: any;
2037
2076
  readonly 'background-neutrals-inverted-subtle'?: any;
2077
+ readonly 'background-neutrals-page'?: any;
2078
+ readonly 'background-neutrals-page-subtle'?: any;
2038
2079
  readonly 'background-neutrals-scrolls'?: any;
2039
2080
  readonly 'background-neutrals-scrolls-hover'?: any;
2040
2081
  readonly 'background-neutrals-subtle'?: any;
@@ -2058,12 +2099,11 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2058
2099
  readonly 'text-neutrals'?: any;
2059
2100
  readonly 'text-neutrals-disabled'?: any;
2060
2101
  readonly 'text-neutrals-inverted'?: any;
2061
- readonly 'text-neutrals-link'?: any;
2062
- readonly 'text-neutrals-link-active'?: any;
2063
- readonly 'text-neutrals-link-hover'?: any;
2064
2102
  readonly 'text-neutrals-placeholder'?: any;
2065
2103
  readonly 'text-neutrals-placeholder-only'?: any;
2066
2104
  readonly 'text-neutrals-subtle'?: any;
2105
+ readonly 'text-neutrals-subtle-active'?: any;
2106
+ readonly 'text-neutrals-subtle-hover'?: any;
2067
2107
  readonly 'text-primary'?: any;
2068
2108
  readonly 'text-primary-active'?: any;
2069
2109
  readonly 'text-primary-hover'?: any;
@@ -2083,7 +2123,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2083
2123
  readonly 'icon-neutrals-inverted'?: any;
2084
2124
  readonly 'icon-neutrals-search'?: any;
2085
2125
  readonly 'icon-neutrals-subtle'?: any;
2086
- readonly 'icon-neutrals-with-text'?: any;
2126
+ readonly 'icon-neutrals-text'?: any;
2087
2127
  readonly 'icon-primary'?: any;
2088
2128
  readonly 'icon-primary-active'?: any;
2089
2129
  readonly 'icon-primary-hover'?: any;
@@ -2092,7 +2132,10 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2092
2132
  readonly 'icon-success'?: any;
2093
2133
  readonly 'icon-success-inverted'?: any;
2094
2134
  readonly 'icon-warning'?: any;
2135
+ readonly 'icon-warning-prominent'?: any;
2095
2136
  readonly 'border-danger'?: any;
2137
+ readonly 'border-danger-active'?: any;
2138
+ readonly 'border-danger-hover'?: any;
2096
2139
  readonly 'border-focus-inner'?: any;
2097
2140
  readonly 'border-focus-middle'?: any;
2098
2141
  readonly 'border-focus-outer'?: any;
@@ -2104,6 +2147,9 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2104
2147
  readonly 'border-neutrals-hover'?: any;
2105
2148
  readonly 'border-neutrals-inverted'?: any;
2106
2149
  readonly 'border-neutrals-subtle'?: any;
2150
+ readonly 'border-neutrals-text-subtle'?: any;
2151
+ readonly 'border-neutrals-text-subtle-active'?: any;
2152
+ readonly 'border-neutrals-text-subtle-hover'?: any;
2107
2153
  readonly 'border-primary'?: any;
2108
2154
  readonly 'border-primary-active'?: any;
2109
2155
  readonly 'border-primary-hover'?: any;
@@ -2148,28 +2194,28 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2148
2194
  readonly 'icon-400': "32px";
2149
2195
  };
2150
2196
  space: {
2151
- readonly none: 0;
2197
+ readonly 0: 0;
2152
2198
  readonly 50: "4px";
2153
2199
  readonly 100: "8px";
2154
2200
  readonly 150: "12px";
2155
2201
  readonly 200: "16px";
2156
2202
  readonly 300: "24px";
2157
2203
  readonly 400: "32px";
2158
- readonly 500: "64px";
2204
+ readonly 500: "40px";
2159
2205
  readonly 600: "48px";
2160
2206
  readonly 800: "64px";
2161
2207
  readonly 1200: "96px";
2162
2208
  readonly 1600: "128px";
2163
2209
  };
2164
2210
  'space-gap': {
2165
- readonly none: any;
2211
+ readonly 0: any;
2166
2212
  readonly 50: any;
2167
2213
  readonly 100: any;
2168
2214
  readonly 200: any;
2169
2215
  readonly 300: any;
2170
2216
  };
2171
2217
  'space-inset': {
2172
- readonly none: any;
2218
+ readonly 0: any;
2173
2219
  readonly 50: any;
2174
2220
  readonly 100: any;
2175
2221
  readonly 150: any;
@@ -2182,7 +2228,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2182
2228
  readonly 1600: any;
2183
2229
  };
2184
2230
  'space-offset': {
2185
- readonly none: any;
2231
+ readonly 0: any;
2186
2232
  readonly 50: any;
2187
2233
  readonly 100: any;
2188
2234
  readonly 150: any;
@@ -2193,7 +2239,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2193
2239
  readonly 800: any;
2194
2240
  readonly 1200: any;
2195
2241
  readonly 1600: any;
2196
- readonly 'stacking-none': any;
2242
+ readonly 'stacking-0': any;
2197
2243
  readonly 'stacking-100': any;
2198
2244
  readonly 'stacking-200': any;
2199
2245
  readonly 'stacking-300': any;
@@ -2492,7 +2538,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2492
2538
  readonly 'background-danger-prominent-active'?: any;
2493
2539
  readonly 'background-danger-prominent-hover'?: any;
2494
2540
  readonly 'background-neutrals'?: any;
2495
- readonly 'background-neutrals-body'?: any;
2496
2541
  readonly 'background-neutrals-container'?: any;
2497
2542
  readonly 'background-neutrals-controls-disabled'?: any;
2498
2543
  readonly 'background-neutrals-disabled'?: any;
@@ -2500,6 +2545,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2500
2545
  readonly 'background-neutrals-inactive-hover'?: any;
2501
2546
  readonly 'background-neutrals-inverted'?: any;
2502
2547
  readonly 'background-neutrals-inverted-subtle'?: any;
2548
+ readonly 'background-neutrals-page'?: any;
2549
+ readonly 'background-neutrals-page-subtle'?: any;
2503
2550
  readonly 'background-neutrals-scrolls'?: any;
2504
2551
  readonly 'background-neutrals-scrolls-hover'?: any;
2505
2552
  readonly 'background-neutrals-subtle'?: any;
@@ -2523,12 +2570,11 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2523
2570
  readonly 'text-neutrals'?: any;
2524
2571
  readonly 'text-neutrals-disabled'?: any;
2525
2572
  readonly 'text-neutrals-inverted'?: any;
2526
- readonly 'text-neutrals-link'?: any;
2527
- readonly 'text-neutrals-link-active'?: any;
2528
- readonly 'text-neutrals-link-hover'?: any;
2529
2573
  readonly 'text-neutrals-placeholder'?: any;
2530
2574
  readonly 'text-neutrals-placeholder-only'?: any;
2531
2575
  readonly 'text-neutrals-subtle'?: any;
2576
+ readonly 'text-neutrals-subtle-active'?: any;
2577
+ readonly 'text-neutrals-subtle-hover'?: any;
2532
2578
  readonly 'text-primary'?: any;
2533
2579
  readonly 'text-primary-active'?: any;
2534
2580
  readonly 'text-primary-hover'?: any;
@@ -2548,7 +2594,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2548
2594
  readonly 'icon-neutrals-inverted'?: any;
2549
2595
  readonly 'icon-neutrals-search'?: any;
2550
2596
  readonly 'icon-neutrals-subtle'?: any;
2551
- readonly 'icon-neutrals-with-text'?: any;
2597
+ readonly 'icon-neutrals-text'?: any;
2552
2598
  readonly 'icon-primary'?: any;
2553
2599
  readonly 'icon-primary-active'?: any;
2554
2600
  readonly 'icon-primary-hover'?: any;
@@ -2557,7 +2603,10 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2557
2603
  readonly 'icon-success'?: any;
2558
2604
  readonly 'icon-success-inverted'?: any;
2559
2605
  readonly 'icon-warning'?: any;
2606
+ readonly 'icon-warning-prominent'?: any;
2560
2607
  readonly 'border-danger'?: any;
2608
+ readonly 'border-danger-active'?: any;
2609
+ readonly 'border-danger-hover'?: any;
2561
2610
  readonly 'border-focus-inner'?: any;
2562
2611
  readonly 'border-focus-middle'?: any;
2563
2612
  readonly 'border-focus-outer'?: any;
@@ -2569,6 +2618,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2569
2618
  readonly 'border-neutrals-hover'?: any;
2570
2619
  readonly 'border-neutrals-inverted'?: any;
2571
2620
  readonly 'border-neutrals-subtle'?: any;
2621
+ readonly 'border-neutrals-text-subtle'?: any;
2622
+ readonly 'border-neutrals-text-subtle-active'?: any;
2623
+ readonly 'border-neutrals-text-subtle-hover'?: any;
2572
2624
  readonly 'border-primary'?: any;
2573
2625
  readonly 'border-primary-active'?: any;
2574
2626
  readonly 'border-primary-hover'?: any;
@@ -2613,28 +2665,28 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2613
2665
  readonly 'icon-400': "32px";
2614
2666
  };
2615
2667
  space: {
2616
- readonly none: 0;
2668
+ readonly 0: 0;
2617
2669
  readonly 50: "4px";
2618
2670
  readonly 100: "8px";
2619
2671
  readonly 150: "12px";
2620
2672
  readonly 200: "16px";
2621
2673
  readonly 300: "24px";
2622
2674
  readonly 400: "32px";
2623
- readonly 500: "64px";
2675
+ readonly 500: "40px";
2624
2676
  readonly 600: "48px";
2625
2677
  readonly 800: "64px";
2626
2678
  readonly 1200: "96px";
2627
2679
  readonly 1600: "128px";
2628
2680
  };
2629
2681
  'space-gap': {
2630
- readonly none: any;
2682
+ readonly 0: any;
2631
2683
  readonly 50: any;
2632
2684
  readonly 100: any;
2633
2685
  readonly 200: any;
2634
2686
  readonly 300: any;
2635
2687
  };
2636
2688
  'space-inset': {
2637
- readonly none: any;
2689
+ readonly 0: any;
2638
2690
  readonly 50: any;
2639
2691
  readonly 100: any;
2640
2692
  readonly 150: any;
@@ -2647,7 +2699,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2647
2699
  readonly 1600: any;
2648
2700
  };
2649
2701
  'space-offset': {
2650
- readonly none: any;
2702
+ readonly 0: any;
2651
2703
  readonly 50: any;
2652
2704
  readonly 100: any;
2653
2705
  readonly 150: any;
@@ -2658,7 +2710,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2658
2710
  readonly 800: any;
2659
2711
  readonly 1200: any;
2660
2712
  readonly 1600: any;
2661
- readonly 'stacking-none': any;
2713
+ readonly 'stacking-0': any;
2662
2714
  readonly 'stacking-100': any;
2663
2715
  readonly 'stacking-200': any;
2664
2716
  readonly 'stacking-300': any;
@@ -2940,7 +2992,6 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
2940
2992
  readonly 'background-danger-prominent-active'?: any;
2941
2993
  readonly 'background-danger-prominent-hover'?: any;
2942
2994
  readonly 'background-neutrals'?: any;
2943
- readonly 'background-neutrals-body'?: any;
2944
2995
  readonly 'background-neutrals-container'?: any;
2945
2996
  readonly 'background-neutrals-controls-disabled'?: any;
2946
2997
  readonly 'background-neutrals-disabled'?: any;
@@ -2948,6 +2999,8 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
2948
2999
  readonly 'background-neutrals-inactive-hover'?: any;
2949
3000
  readonly 'background-neutrals-inverted'?: any;
2950
3001
  readonly 'background-neutrals-inverted-subtle'?: any;
3002
+ readonly 'background-neutrals-page'?: any;
3003
+ readonly 'background-neutrals-page-subtle'?: any;
2951
3004
  readonly 'background-neutrals-scrolls'?: any;
2952
3005
  readonly 'background-neutrals-scrolls-hover'?: any;
2953
3006
  readonly 'background-neutrals-subtle'?: any;
@@ -2971,12 +3024,11 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
2971
3024
  readonly 'text-neutrals'?: any;
2972
3025
  readonly 'text-neutrals-disabled'?: any;
2973
3026
  readonly 'text-neutrals-inverted'?: any;
2974
- readonly 'text-neutrals-link'?: any;
2975
- readonly 'text-neutrals-link-active'?: any;
2976
- readonly 'text-neutrals-link-hover'?: any;
2977
3027
  readonly 'text-neutrals-placeholder'?: any;
2978
3028
  readonly 'text-neutrals-placeholder-only'?: any;
2979
3029
  readonly 'text-neutrals-subtle'?: any;
3030
+ readonly 'text-neutrals-subtle-active'?: any;
3031
+ readonly 'text-neutrals-subtle-hover'?: any;
2980
3032
  readonly 'text-primary'?: any;
2981
3033
  readonly 'text-primary-active'?: any;
2982
3034
  readonly 'text-primary-hover'?: any;
@@ -2996,7 +3048,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
2996
3048
  readonly 'icon-neutrals-inverted'?: any;
2997
3049
  readonly 'icon-neutrals-search'?: any;
2998
3050
  readonly 'icon-neutrals-subtle'?: any;
2999
- readonly 'icon-neutrals-with-text'?: any;
3051
+ readonly 'icon-neutrals-text'?: any;
3000
3052
  readonly 'icon-primary'?: any;
3001
3053
  readonly 'icon-primary-active'?: any;
3002
3054
  readonly 'icon-primary-hover'?: any;
@@ -3005,7 +3057,10 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3005
3057
  readonly 'icon-success'?: any;
3006
3058
  readonly 'icon-success-inverted'?: any;
3007
3059
  readonly 'icon-warning'?: any;
3060
+ readonly 'icon-warning-prominent'?: any;
3008
3061
  readonly 'border-danger'?: any;
3062
+ readonly 'border-danger-active'?: any;
3063
+ readonly 'border-danger-hover'?: any;
3009
3064
  readonly 'border-focus-inner'?: any;
3010
3065
  readonly 'border-focus-middle'?: any;
3011
3066
  readonly 'border-focus-outer'?: any;
@@ -3017,6 +3072,9 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3017
3072
  readonly 'border-neutrals-hover'?: any;
3018
3073
  readonly 'border-neutrals-inverted'?: any;
3019
3074
  readonly 'border-neutrals-subtle'?: any;
3075
+ readonly 'border-neutrals-text-subtle'?: any;
3076
+ readonly 'border-neutrals-text-subtle-active'?: any;
3077
+ readonly 'border-neutrals-text-subtle-hover'?: any;
3020
3078
  readonly 'border-primary'?: any;
3021
3079
  readonly 'border-primary-active'?: any;
3022
3080
  readonly 'border-primary-hover'?: any;
@@ -3061,28 +3119,28 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3061
3119
  readonly 'icon-400': "32px";
3062
3120
  };
3063
3121
  space: {
3064
- readonly none: 0;
3122
+ readonly 0: 0;
3065
3123
  readonly 50: "4px";
3066
3124
  readonly 100: "8px";
3067
3125
  readonly 150: "12px";
3068
3126
  readonly 200: "16px";
3069
3127
  readonly 300: "24px";
3070
3128
  readonly 400: "32px";
3071
- readonly 500: "64px";
3129
+ readonly 500: "40px";
3072
3130
  readonly 600: "48px";
3073
3131
  readonly 800: "64px";
3074
3132
  readonly 1200: "96px";
3075
3133
  readonly 1600: "128px";
3076
3134
  };
3077
3135
  'space-gap': {
3078
- readonly none: any;
3136
+ readonly 0: any;
3079
3137
  readonly 50: any;
3080
3138
  readonly 100: any;
3081
3139
  readonly 200: any;
3082
3140
  readonly 300: any;
3083
3141
  };
3084
3142
  'space-inset': {
3085
- readonly none: any;
3143
+ readonly 0: any;
3086
3144
  readonly 50: any;
3087
3145
  readonly 100: any;
3088
3146
  readonly 150: any;
@@ -3095,7 +3153,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3095
3153
  readonly 1600: any;
3096
3154
  };
3097
3155
  'space-offset': {
3098
- readonly none: any;
3156
+ readonly 0: any;
3099
3157
  readonly 50: any;
3100
3158
  readonly 100: any;
3101
3159
  readonly 150: any;
@@ -3106,7 +3164,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3106
3164
  readonly 800: any;
3107
3165
  readonly 1200: any;
3108
3166
  readonly 1600: any;
3109
- readonly 'stacking-none': any;
3167
+ readonly 'stacking-0': any;
3110
3168
  readonly 'stacking-100': any;
3111
3169
  readonly 'stacking-200': any;
3112
3170
  readonly 'stacking-300': any;
@@ -3413,7 +3471,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3413
3471
  readonly 'background-danger-prominent-active'?: any;
3414
3472
  readonly 'background-danger-prominent-hover'?: any;
3415
3473
  readonly 'background-neutrals'?: any;
3416
- readonly 'background-neutrals-body'?: any;
3417
3474
  readonly 'background-neutrals-container'?: any;
3418
3475
  readonly 'background-neutrals-controls-disabled'?: any;
3419
3476
  readonly 'background-neutrals-disabled'?: any;
@@ -3421,6 +3478,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3421
3478
  readonly 'background-neutrals-inactive-hover'?: any;
3422
3479
  readonly 'background-neutrals-inverted'?: any;
3423
3480
  readonly 'background-neutrals-inverted-subtle'?: any;
3481
+ readonly 'background-neutrals-page'?: any;
3482
+ readonly 'background-neutrals-page-subtle'?: any;
3424
3483
  readonly 'background-neutrals-scrolls'?: any;
3425
3484
  readonly 'background-neutrals-scrolls-hover'?: any;
3426
3485
  readonly 'background-neutrals-subtle'?: any;
@@ -3444,12 +3503,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3444
3503
  readonly 'text-neutrals'?: any;
3445
3504
  readonly 'text-neutrals-disabled'?: any;
3446
3505
  readonly 'text-neutrals-inverted'?: any;
3447
- readonly 'text-neutrals-link'?: any;
3448
- readonly 'text-neutrals-link-active'?: any;
3449
- readonly 'text-neutrals-link-hover'?: any;
3450
3506
  readonly 'text-neutrals-placeholder'?: any;
3451
3507
  readonly 'text-neutrals-placeholder-only'?: any;
3452
3508
  readonly 'text-neutrals-subtle'?: any;
3509
+ readonly 'text-neutrals-subtle-active'?: any;
3510
+ readonly 'text-neutrals-subtle-hover'?: any;
3453
3511
  readonly 'text-primary'?: any;
3454
3512
  readonly 'text-primary-active'?: any;
3455
3513
  readonly 'text-primary-hover'?: any;
@@ -3469,7 +3527,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3469
3527
  readonly 'icon-neutrals-inverted'?: any;
3470
3528
  readonly 'icon-neutrals-search'?: any;
3471
3529
  readonly 'icon-neutrals-subtle'?: any;
3472
- readonly 'icon-neutrals-with-text'?: any;
3530
+ readonly 'icon-neutrals-text'?: any;
3473
3531
  readonly 'icon-primary'?: any;
3474
3532
  readonly 'icon-primary-active'?: any;
3475
3533
  readonly 'icon-primary-hover'?: any;
@@ -3478,7 +3536,10 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3478
3536
  readonly 'icon-success'?: any;
3479
3537
  readonly 'icon-success-inverted'?: any;
3480
3538
  readonly 'icon-warning'?: any;
3539
+ readonly 'icon-warning-prominent'?: any;
3481
3540
  readonly 'border-danger'?: any;
3541
+ readonly 'border-danger-active'?: any;
3542
+ readonly 'border-danger-hover'?: any;
3482
3543
  readonly 'border-focus-inner'?: any;
3483
3544
  readonly 'border-focus-middle'?: any;
3484
3545
  readonly 'border-focus-outer'?: any;
@@ -3490,6 +3551,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3490
3551
  readonly 'border-neutrals-hover'?: any;
3491
3552
  readonly 'border-neutrals-inverted'?: any;
3492
3553
  readonly 'border-neutrals-subtle'?: any;
3554
+ readonly 'border-neutrals-text-subtle'?: any;
3555
+ readonly 'border-neutrals-text-subtle-active'?: any;
3556
+ readonly 'border-neutrals-text-subtle-hover'?: any;
3493
3557
  readonly 'border-primary'?: any;
3494
3558
  readonly 'border-primary-active'?: any;
3495
3559
  readonly 'border-primary-hover'?: any;
@@ -3534,28 +3598,28 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3534
3598
  readonly 'icon-400': "32px";
3535
3599
  };
3536
3600
  space: {
3537
- readonly none: 0;
3601
+ readonly 0: 0;
3538
3602
  readonly 50: "4px";
3539
3603
  readonly 100: "8px";
3540
3604
  readonly 150: "12px";
3541
3605
  readonly 200: "16px";
3542
3606
  readonly 300: "24px";
3543
3607
  readonly 400: "32px";
3544
- readonly 500: "64px";
3608
+ readonly 500: "40px";
3545
3609
  readonly 600: "48px";
3546
3610
  readonly 800: "64px";
3547
3611
  readonly 1200: "96px";
3548
3612
  readonly 1600: "128px";
3549
3613
  };
3550
3614
  'space-gap': {
3551
- readonly none: any;
3615
+ readonly 0: any;
3552
3616
  readonly 50: any;
3553
3617
  readonly 100: any;
3554
3618
  readonly 200: any;
3555
3619
  readonly 300: any;
3556
3620
  };
3557
3621
  'space-inset': {
3558
- readonly none: any;
3622
+ readonly 0: any;
3559
3623
  readonly 50: any;
3560
3624
  readonly 100: any;
3561
3625
  readonly 150: any;
@@ -3568,7 +3632,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3568
3632
  readonly 1600: any;
3569
3633
  };
3570
3634
  'space-offset': {
3571
- readonly none: any;
3635
+ readonly 0: any;
3572
3636
  readonly 50: any;
3573
3637
  readonly 100: any;
3574
3638
  readonly 150: any;
@@ -3579,7 +3643,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3579
3643
  readonly 800: any;
3580
3644
  readonly 1200: any;
3581
3645
  readonly 1600: any;
3582
- readonly 'stacking-none': any;
3646
+ readonly 'stacking-0': any;
3583
3647
  readonly 'stacking-100': any;
3584
3648
  readonly 'stacking-200': any;
3585
3649
  readonly 'stacking-300': any;
@@ -3867,7 +3931,6 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3867
3931
  readonly 'background-danger-prominent-active'?: any;
3868
3932
  readonly 'background-danger-prominent-hover'?: any;
3869
3933
  readonly 'background-neutrals'?: any;
3870
- readonly 'background-neutrals-body'?: any;
3871
3934
  readonly 'background-neutrals-container'?: any;
3872
3935
  readonly 'background-neutrals-controls-disabled'?: any;
3873
3936
  readonly 'background-neutrals-disabled'?: any;
@@ -3875,6 +3938,8 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3875
3938
  readonly 'background-neutrals-inactive-hover'?: any;
3876
3939
  readonly 'background-neutrals-inverted'?: any;
3877
3940
  readonly 'background-neutrals-inverted-subtle'?: any;
3941
+ readonly 'background-neutrals-page'?: any;
3942
+ readonly 'background-neutrals-page-subtle'?: any;
3878
3943
  readonly 'background-neutrals-scrolls'?: any;
3879
3944
  readonly 'background-neutrals-scrolls-hover'?: any;
3880
3945
  readonly 'background-neutrals-subtle'?: any;
@@ -3898,12 +3963,11 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3898
3963
  readonly 'text-neutrals'?: any;
3899
3964
  readonly 'text-neutrals-disabled'?: any;
3900
3965
  readonly 'text-neutrals-inverted'?: any;
3901
- readonly 'text-neutrals-link'?: any;
3902
- readonly 'text-neutrals-link-active'?: any;
3903
- readonly 'text-neutrals-link-hover'?: any;
3904
3966
  readonly 'text-neutrals-placeholder'?: any;
3905
3967
  readonly 'text-neutrals-placeholder-only'?: any;
3906
3968
  readonly 'text-neutrals-subtle'?: any;
3969
+ readonly 'text-neutrals-subtle-active'?: any;
3970
+ readonly 'text-neutrals-subtle-hover'?: any;
3907
3971
  readonly 'text-primary'?: any;
3908
3972
  readonly 'text-primary-active'?: any;
3909
3973
  readonly 'text-primary-hover'?: any;
@@ -3923,7 +3987,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3923
3987
  readonly 'icon-neutrals-inverted'?: any;
3924
3988
  readonly 'icon-neutrals-search'?: any;
3925
3989
  readonly 'icon-neutrals-subtle'?: any;
3926
- readonly 'icon-neutrals-with-text'?: any;
3990
+ readonly 'icon-neutrals-text'?: any;
3927
3991
  readonly 'icon-primary'?: any;
3928
3992
  readonly 'icon-primary-active'?: any;
3929
3993
  readonly 'icon-primary-hover'?: any;
@@ -3932,7 +3996,10 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3932
3996
  readonly 'icon-success'?: any;
3933
3997
  readonly 'icon-success-inverted'?: any;
3934
3998
  readonly 'icon-warning'?: any;
3999
+ readonly 'icon-warning-prominent'?: any;
3935
4000
  readonly 'border-danger'?: any;
4001
+ readonly 'border-danger-active'?: any;
4002
+ readonly 'border-danger-hover'?: any;
3936
4003
  readonly 'border-focus-inner'?: any;
3937
4004
  readonly 'border-focus-middle'?: any;
3938
4005
  readonly 'border-focus-outer'?: any;
@@ -3944,6 +4011,9 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3944
4011
  readonly 'border-neutrals-hover'?: any;
3945
4012
  readonly 'border-neutrals-inverted'?: any;
3946
4013
  readonly 'border-neutrals-subtle'?: any;
4014
+ readonly 'border-neutrals-text-subtle'?: any;
4015
+ readonly 'border-neutrals-text-subtle-active'?: any;
4016
+ readonly 'border-neutrals-text-subtle-hover'?: any;
3947
4017
  readonly 'border-primary'?: any;
3948
4018
  readonly 'border-primary-active'?: any;
3949
4019
  readonly 'border-primary-hover'?: any;
@@ -3988,28 +4058,28 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3988
4058
  readonly 'icon-400': "32px";
3989
4059
  };
3990
4060
  space: {
3991
- readonly none: 0;
4061
+ readonly 0: 0;
3992
4062
  readonly 50: "4px";
3993
4063
  readonly 100: "8px";
3994
4064
  readonly 150: "12px";
3995
4065
  readonly 200: "16px";
3996
4066
  readonly 300: "24px";
3997
4067
  readonly 400: "32px";
3998
- readonly 500: "64px";
4068
+ readonly 500: "40px";
3999
4069
  readonly 600: "48px";
4000
4070
  readonly 800: "64px";
4001
4071
  readonly 1200: "96px";
4002
4072
  readonly 1600: "128px";
4003
4073
  };
4004
4074
  'space-gap': {
4005
- readonly none: any;
4075
+ readonly 0: any;
4006
4076
  readonly 50: any;
4007
4077
  readonly 100: any;
4008
4078
  readonly 200: any;
4009
4079
  readonly 300: any;
4010
4080
  };
4011
4081
  'space-inset': {
4012
- readonly none: any;
4082
+ readonly 0: any;
4013
4083
  readonly 50: any;
4014
4084
  readonly 100: any;
4015
4085
  readonly 150: any;
@@ -4022,7 +4092,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4022
4092
  readonly 1600: any;
4023
4093
  };
4024
4094
  'space-offset': {
4025
- readonly none: any;
4095
+ readonly 0: any;
4026
4096
  readonly 50: any;
4027
4097
  readonly 100: any;
4028
4098
  readonly 150: any;
@@ -4033,7 +4103,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4033
4103
  readonly 800: any;
4034
4104
  readonly 1200: any;
4035
4105
  readonly 1600: any;
4036
- readonly 'stacking-none': any;
4106
+ readonly 'stacking-0': any;
4037
4107
  readonly 'stacking-100': any;
4038
4108
  readonly 'stacking-200': any;
4039
4109
  readonly 'stacking-300': any;
@@ -4325,7 +4395,6 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4325
4395
  readonly 'background-danger-prominent-active'?: any;
4326
4396
  readonly 'background-danger-prominent-hover'?: any;
4327
4397
  readonly 'background-neutrals'?: any;
4328
- readonly 'background-neutrals-body'?: any;
4329
4398
  readonly 'background-neutrals-container'?: any;
4330
4399
  readonly 'background-neutrals-controls-disabled'?: any;
4331
4400
  readonly 'background-neutrals-disabled'?: any;
@@ -4333,6 +4402,8 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4333
4402
  readonly 'background-neutrals-inactive-hover'?: any;
4334
4403
  readonly 'background-neutrals-inverted'?: any;
4335
4404
  readonly 'background-neutrals-inverted-subtle'?: any;
4405
+ readonly 'background-neutrals-page'?: any;
4406
+ readonly 'background-neutrals-page-subtle'?: any;
4336
4407
  readonly 'background-neutrals-scrolls'?: any;
4337
4408
  readonly 'background-neutrals-scrolls-hover'?: any;
4338
4409
  readonly 'background-neutrals-subtle'?: any;
@@ -4356,12 +4427,11 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4356
4427
  readonly 'text-neutrals'?: any;
4357
4428
  readonly 'text-neutrals-disabled'?: any;
4358
4429
  readonly 'text-neutrals-inverted'?: any;
4359
- readonly 'text-neutrals-link'?: any;
4360
- readonly 'text-neutrals-link-active'?: any;
4361
- readonly 'text-neutrals-link-hover'?: any;
4362
4430
  readonly 'text-neutrals-placeholder'?: any;
4363
4431
  readonly 'text-neutrals-placeholder-only'?: any;
4364
4432
  readonly 'text-neutrals-subtle'?: any;
4433
+ readonly 'text-neutrals-subtle-active'?: any;
4434
+ readonly 'text-neutrals-subtle-hover'?: any;
4365
4435
  readonly 'text-primary'?: any;
4366
4436
  readonly 'text-primary-active'?: any;
4367
4437
  readonly 'text-primary-hover'?: any;
@@ -4381,7 +4451,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4381
4451
  readonly 'icon-neutrals-inverted'?: any;
4382
4452
  readonly 'icon-neutrals-search'?: any;
4383
4453
  readonly 'icon-neutrals-subtle'?: any;
4384
- readonly 'icon-neutrals-with-text'?: any;
4454
+ readonly 'icon-neutrals-text'?: any;
4385
4455
  readonly 'icon-primary'?: any;
4386
4456
  readonly 'icon-primary-active'?: any;
4387
4457
  readonly 'icon-primary-hover'?: any;
@@ -4390,7 +4460,10 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4390
4460
  readonly 'icon-success'?: any;
4391
4461
  readonly 'icon-success-inverted'?: any;
4392
4462
  readonly 'icon-warning'?: any;
4463
+ readonly 'icon-warning-prominent'?: any;
4393
4464
  readonly 'border-danger'?: any;
4465
+ readonly 'border-danger-active'?: any;
4466
+ readonly 'border-danger-hover'?: any;
4394
4467
  readonly 'border-focus-inner'?: any;
4395
4468
  readonly 'border-focus-middle'?: any;
4396
4469
  readonly 'border-focus-outer'?: any;
@@ -4402,6 +4475,9 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4402
4475
  readonly 'border-neutrals-hover'?: any;
4403
4476
  readonly 'border-neutrals-inverted'?: any;
4404
4477
  readonly 'border-neutrals-subtle'?: any;
4478
+ readonly 'border-neutrals-text-subtle'?: any;
4479
+ readonly 'border-neutrals-text-subtle-active'?: any;
4480
+ readonly 'border-neutrals-text-subtle-hover'?: any;
4405
4481
  readonly 'border-primary'?: any;
4406
4482
  readonly 'border-primary-active'?: any;
4407
4483
  readonly 'border-primary-hover'?: any;
@@ -4446,28 +4522,28 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4446
4522
  readonly 'icon-400': "32px";
4447
4523
  };
4448
4524
  space: {
4449
- readonly none: 0;
4525
+ readonly 0: 0;
4450
4526
  readonly 50: "4px";
4451
4527
  readonly 100: "8px";
4452
4528
  readonly 150: "12px";
4453
4529
  readonly 200: "16px";
4454
4530
  readonly 300: "24px";
4455
4531
  readonly 400: "32px";
4456
- readonly 500: "64px";
4532
+ readonly 500: "40px";
4457
4533
  readonly 600: "48px";
4458
4534
  readonly 800: "64px";
4459
4535
  readonly 1200: "96px";
4460
4536
  readonly 1600: "128px";
4461
4537
  };
4462
4538
  'space-gap': {
4463
- readonly none: any;
4539
+ readonly 0: any;
4464
4540
  readonly 50: any;
4465
4541
  readonly 100: any;
4466
4542
  readonly 200: any;
4467
4543
  readonly 300: any;
4468
4544
  };
4469
4545
  'space-inset': {
4470
- readonly none: any;
4546
+ readonly 0: any;
4471
4547
  readonly 50: any;
4472
4548
  readonly 100: any;
4473
4549
  readonly 150: any;
@@ -4480,7 +4556,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4480
4556
  readonly 1600: any;
4481
4557
  };
4482
4558
  'space-offset': {
4483
- readonly none: any;
4559
+ readonly 0: any;
4484
4560
  readonly 50: any;
4485
4561
  readonly 100: any;
4486
4562
  readonly 150: any;
@@ -4491,7 +4567,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
4491
4567
  readonly 800: any;
4492
4568
  readonly 1200: any;
4493
4569
  readonly 1600: any;
4494
- readonly 'stacking-none': any;
4570
+ readonly 'stacking-0': any;
4495
4571
  readonly 'stacking-100': any;
4496
4572
  readonly 'stacking-200': any;
4497
4573
  readonly 'stacking-300': any;
@@ -4843,7 +4919,6 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4843
4919
  readonly 'background-danger-prominent-active'?: any;
4844
4920
  readonly 'background-danger-prominent-hover'?: any;
4845
4921
  readonly 'background-neutrals'?: any;
4846
- readonly 'background-neutrals-body'?: any;
4847
4922
  readonly 'background-neutrals-container'?: any;
4848
4923
  readonly 'background-neutrals-controls-disabled'?: any;
4849
4924
  readonly 'background-neutrals-disabled'?: any;
@@ -4851,6 +4926,8 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4851
4926
  readonly 'background-neutrals-inactive-hover'?: any;
4852
4927
  readonly 'background-neutrals-inverted'?: any;
4853
4928
  readonly 'background-neutrals-inverted-subtle'?: any;
4929
+ readonly 'background-neutrals-page'?: any;
4930
+ readonly 'background-neutrals-page-subtle'?: any;
4854
4931
  readonly 'background-neutrals-scrolls'?: any;
4855
4932
  readonly 'background-neutrals-scrolls-hover'?: any;
4856
4933
  readonly 'background-neutrals-subtle'?: any;
@@ -4874,12 +4951,11 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4874
4951
  readonly 'text-neutrals'?: any;
4875
4952
  readonly 'text-neutrals-disabled'?: any;
4876
4953
  readonly 'text-neutrals-inverted'?: any;
4877
- readonly 'text-neutrals-link'?: any;
4878
- readonly 'text-neutrals-link-active'?: any;
4879
- readonly 'text-neutrals-link-hover'?: any;
4880
4954
  readonly 'text-neutrals-placeholder'?: any;
4881
4955
  readonly 'text-neutrals-placeholder-only'?: any;
4882
4956
  readonly 'text-neutrals-subtle'?: any;
4957
+ readonly 'text-neutrals-subtle-active'?: any;
4958
+ readonly 'text-neutrals-subtle-hover'?: any;
4883
4959
  readonly 'text-primary'?: any;
4884
4960
  readonly 'text-primary-active'?: any;
4885
4961
  readonly 'text-primary-hover'?: any;
@@ -4899,7 +4975,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4899
4975
  readonly 'icon-neutrals-inverted'?: any;
4900
4976
  readonly 'icon-neutrals-search'?: any;
4901
4977
  readonly 'icon-neutrals-subtle'?: any;
4902
- readonly 'icon-neutrals-with-text'?: any;
4978
+ readonly 'icon-neutrals-text'?: any;
4903
4979
  readonly 'icon-primary'?: any;
4904
4980
  readonly 'icon-primary-active'?: any;
4905
4981
  readonly 'icon-primary-hover'?: any;
@@ -4908,7 +4984,10 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4908
4984
  readonly 'icon-success'?: any;
4909
4985
  readonly 'icon-success-inverted'?: any;
4910
4986
  readonly 'icon-warning'?: any;
4987
+ readonly 'icon-warning-prominent'?: any;
4911
4988
  readonly 'border-danger'?: any;
4989
+ readonly 'border-danger-active'?: any;
4990
+ readonly 'border-danger-hover'?: any;
4912
4991
  readonly 'border-focus-inner'?: any;
4913
4992
  readonly 'border-focus-middle'?: any;
4914
4993
  readonly 'border-focus-outer'?: any;
@@ -4920,6 +4999,9 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4920
4999
  readonly 'border-neutrals-hover'?: any;
4921
5000
  readonly 'border-neutrals-inverted'?: any;
4922
5001
  readonly 'border-neutrals-subtle'?: any;
5002
+ readonly 'border-neutrals-text-subtle'?: any;
5003
+ readonly 'border-neutrals-text-subtle-active'?: any;
5004
+ readonly 'border-neutrals-text-subtle-hover'?: any;
4923
5005
  readonly 'border-primary'?: any;
4924
5006
  readonly 'border-primary-active'?: any;
4925
5007
  readonly 'border-primary-hover'?: any;
@@ -4964,28 +5046,28 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4964
5046
  readonly 'icon-400': "32px";
4965
5047
  };
4966
5048
  space: {
4967
- readonly none: 0;
5049
+ readonly 0: 0;
4968
5050
  readonly 50: "4px";
4969
5051
  readonly 100: "8px";
4970
5052
  readonly 150: "12px";
4971
5053
  readonly 200: "16px";
4972
5054
  readonly 300: "24px";
4973
5055
  readonly 400: "32px";
4974
- readonly 500: "64px";
5056
+ readonly 500: "40px";
4975
5057
  readonly 600: "48px";
4976
5058
  readonly 800: "64px";
4977
5059
  readonly 1200: "96px";
4978
5060
  readonly 1600: "128px";
4979
5061
  };
4980
5062
  'space-gap': {
4981
- readonly none: any;
5063
+ readonly 0: any;
4982
5064
  readonly 50: any;
4983
5065
  readonly 100: any;
4984
5066
  readonly 200: any;
4985
5067
  readonly 300: any;
4986
5068
  };
4987
5069
  'space-inset': {
4988
- readonly none: any;
5070
+ readonly 0: any;
4989
5071
  readonly 50: any;
4990
5072
  readonly 100: any;
4991
5073
  readonly 150: any;
@@ -4998,7 +5080,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4998
5080
  readonly 1600: any;
4999
5081
  };
5000
5082
  'space-offset': {
5001
- readonly none: any;
5083
+ readonly 0: any;
5002
5084
  readonly 50: any;
5003
5085
  readonly 100: any;
5004
5086
  readonly 150: any;
@@ -5009,7 +5091,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
5009
5091
  readonly 800: any;
5010
5092
  readonly 1200: any;
5011
5093
  readonly 1600: any;
5012
- readonly 'stacking-none': any;
5094
+ readonly 'stacking-0': any;
5013
5095
  readonly 'stacking-100': any;
5014
5096
  readonly 'stacking-200': any;
5015
5097
  readonly 'stacking-300': any;
@@ -5250,7 +5332,7 @@ interface PortalProps extends DropdownMenuPortalProps {
5250
5332
  }
5251
5333
  declare const Portal: react__default.FC<PortalProps>;
5252
5334
 
5253
- 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>> & {
5335
+ 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>> & {
5254
5336
  ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
5255
5337
  } & {
5256
5338
  asChild?: boolean | undefined;
@@ -5327,7 +5409,6 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5327
5409
  readonly 'background-danger-prominent-active'?: any;
5328
5410
  readonly 'background-danger-prominent-hover'?: any;
5329
5411
  readonly 'background-neutrals'?: any;
5330
- readonly 'background-neutrals-body'?: any;
5331
5412
  readonly 'background-neutrals-container'?: any;
5332
5413
  readonly 'background-neutrals-controls-disabled'?: any;
5333
5414
  readonly 'background-neutrals-disabled'?: any;
@@ -5335,6 +5416,8 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5335
5416
  readonly 'background-neutrals-inactive-hover'?: any;
5336
5417
  readonly 'background-neutrals-inverted'?: any;
5337
5418
  readonly 'background-neutrals-inverted-subtle'?: any;
5419
+ readonly 'background-neutrals-page'?: any;
5420
+ readonly 'background-neutrals-page-subtle'?: any;
5338
5421
  readonly 'background-neutrals-scrolls'?: any;
5339
5422
  readonly 'background-neutrals-scrolls-hover'?: any;
5340
5423
  readonly 'background-neutrals-subtle'?: any;
@@ -5358,12 +5441,11 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5358
5441
  readonly 'text-neutrals'?: any;
5359
5442
  readonly 'text-neutrals-disabled'?: any;
5360
5443
  readonly 'text-neutrals-inverted'?: any;
5361
- readonly 'text-neutrals-link'?: any;
5362
- readonly 'text-neutrals-link-active'?: any;
5363
- readonly 'text-neutrals-link-hover'?: any;
5364
5444
  readonly 'text-neutrals-placeholder'?: any;
5365
5445
  readonly 'text-neutrals-placeholder-only'?: any;
5366
5446
  readonly 'text-neutrals-subtle'?: any;
5447
+ readonly 'text-neutrals-subtle-active'?: any;
5448
+ readonly 'text-neutrals-subtle-hover'?: any;
5367
5449
  readonly 'text-primary'?: any;
5368
5450
  readonly 'text-primary-active'?: any;
5369
5451
  readonly 'text-primary-hover'?: any;
@@ -5383,7 +5465,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5383
5465
  readonly 'icon-neutrals-inverted'?: any;
5384
5466
  readonly 'icon-neutrals-search'?: any;
5385
5467
  readonly 'icon-neutrals-subtle'?: any;
5386
- readonly 'icon-neutrals-with-text'?: any;
5468
+ readonly 'icon-neutrals-text'?: any;
5387
5469
  readonly 'icon-primary'?: any;
5388
5470
  readonly 'icon-primary-active'?: any;
5389
5471
  readonly 'icon-primary-hover'?: any;
@@ -5392,7 +5474,10 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5392
5474
  readonly 'icon-success'?: any;
5393
5475
  readonly 'icon-success-inverted'?: any;
5394
5476
  readonly 'icon-warning'?: any;
5477
+ readonly 'icon-warning-prominent'?: any;
5395
5478
  readonly 'border-danger'?: any;
5479
+ readonly 'border-danger-active'?: any;
5480
+ readonly 'border-danger-hover'?: any;
5396
5481
  readonly 'border-focus-inner'?: any;
5397
5482
  readonly 'border-focus-middle'?: any;
5398
5483
  readonly 'border-focus-outer'?: any;
@@ -5404,6 +5489,9 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5404
5489
  readonly 'border-neutrals-hover'?: any;
5405
5490
  readonly 'border-neutrals-inverted'?: any;
5406
5491
  readonly 'border-neutrals-subtle'?: any;
5492
+ readonly 'border-neutrals-text-subtle'?: any;
5493
+ readonly 'border-neutrals-text-subtle-active'?: any;
5494
+ readonly 'border-neutrals-text-subtle-hover'?: any;
5407
5495
  readonly 'border-primary'?: any;
5408
5496
  readonly 'border-primary-active'?: any;
5409
5497
  readonly 'border-primary-hover'?: any;
@@ -5448,28 +5536,28 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5448
5536
  readonly 'icon-400': "32px";
5449
5537
  };
5450
5538
  space: {
5451
- readonly none: 0;
5539
+ readonly 0: 0;
5452
5540
  readonly 50: "4px";
5453
5541
  readonly 100: "8px";
5454
5542
  readonly 150: "12px";
5455
5543
  readonly 200: "16px";
5456
5544
  readonly 300: "24px";
5457
5545
  readonly 400: "32px";
5458
- readonly 500: "64px";
5546
+ readonly 500: "40px";
5459
5547
  readonly 600: "48px";
5460
5548
  readonly 800: "64px";
5461
5549
  readonly 1200: "96px";
5462
5550
  readonly 1600: "128px";
5463
5551
  };
5464
5552
  'space-gap': {
5465
- readonly none: any;
5553
+ readonly 0: any;
5466
5554
  readonly 50: any;
5467
5555
  readonly 100: any;
5468
5556
  readonly 200: any;
5469
5557
  readonly 300: any;
5470
5558
  };
5471
5559
  'space-inset': {
5472
- readonly none: any;
5560
+ readonly 0: any;
5473
5561
  readonly 50: any;
5474
5562
  readonly 100: any;
5475
5563
  readonly 150: any;
@@ -5482,7 +5570,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5482
5570
  readonly 1600: any;
5483
5571
  };
5484
5572
  'space-offset': {
5485
- readonly none: any;
5573
+ readonly 0: any;
5486
5574
  readonly 50: any;
5487
5575
  readonly 100: any;
5488
5576
  readonly 150: any;
@@ -5493,7 +5581,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5493
5581
  readonly 800: any;
5494
5582
  readonly 1200: any;
5495
5583
  readonly 1600: any;
5496
- readonly 'stacking-none': any;
5584
+ readonly 'stacking-0': any;
5497
5585
  readonly 'stacking-100': any;
5498
5586
  readonly 'stacking-200': any;
5499
5587
  readonly 'stacking-300': any;
@@ -5695,448 +5783,13 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
5695
5783
  }> | undefined;
5696
5784
  }> & {
5697
5785
  children?: react.ReactNode;
5698
- } & _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<{}, {}> & {
5699
- css?: _stitches_react_types_css_util.CSS<{}, {
5700
- 'border-widths': {
5701
- readonly none: 0;
5702
- readonly sm: "1px";
5703
- readonly md: "2px";
5704
- readonly lg: "4px";
5705
- };
5706
- colors: {
5707
- readonly 'blue-100': any;
5708
- readonly 'blue-200': any;
5709
- readonly 'blue-300': any;
5710
- readonly 'blue-400': any;
5711
- readonly 'blue-500': any;
5712
- readonly 'blue-600': any;
5713
- readonly 'blue-700': any;
5714
- readonly 'blue-800': any;
5715
- readonly 'blue-900': any;
5716
- readonly 'blue-1000': any;
5717
- readonly 'gray-100': any;
5718
- readonly 'gray-200': any;
5719
- readonly 'gray-300': any;
5720
- readonly 'gray-400': any;
5721
- readonly 'gray-500': any;
5722
- readonly 'gray-600': any;
5723
- readonly 'gray-700': any;
5724
- readonly 'gray-800': any;
5725
- readonly 'gray-900': any;
5726
- readonly 'indigo-100': any;
5727
- readonly 'indigo-200': any;
5728
- readonly 'indigo-300': any;
5729
- readonly 'indigo-400': any;
5730
- readonly 'indigo-500': any;
5731
- readonly 'indigo-600': any;
5732
- readonly 'indigo-700': any;
5733
- readonly 'indigo-800': any;
5734
- readonly 'indigo-900': any;
5735
- readonly 'red-100': any;
5736
- readonly 'red-200': any;
5737
- readonly 'red-300': any;
5738
- readonly 'red-400': any;
5739
- readonly 'red-500': any;
5740
- readonly 'red-600': any;
5741
- readonly 'red-700': any;
5742
- readonly 'red-800': any;
5743
- readonly 'red-900': any;
5744
- readonly 'yellow-100': any;
5745
- readonly 'yellow-200': any;
5746
- readonly 'yellow-300': any;
5747
- readonly 'yellow-400': any;
5748
- readonly 'yellow-500': any;
5749
- readonly 'yellow-600': any;
5750
- readonly 'yellow-700': any;
5751
- readonly 'yellow-800': any;
5752
- readonly 'yellow-900': any;
5753
- readonly 'green-100': any;
5754
- readonly 'green-200': any;
5755
- readonly 'green-300': any;
5756
- readonly 'green-400': any;
5757
- readonly 'green-500': any;
5758
- readonly 'green-600': any;
5759
- readonly 'green-700': any;
5760
- readonly 'green-800': any;
5761
- readonly 'green-900': any;
5762
- readonly black: any;
5763
- readonly white: any;
5764
- readonly transparent: any;
5765
- readonly 'background-danger'?: any;
5766
- readonly 'background-danger-hover'?: any;
5767
- readonly 'background-danger-prominent'?: any;
5768
- readonly 'background-danger-prominent-active'?: any;
5769
- readonly 'background-danger-prominent-hover'?: any;
5770
- readonly 'background-neutrals'?: any;
5771
- readonly 'background-neutrals-body'?: any;
5772
- readonly 'background-neutrals-container'?: any;
5773
- readonly 'background-neutrals-controls-disabled'?: any;
5774
- readonly 'background-neutrals-disabled'?: any;
5775
- readonly 'background-neutrals-inactive'?: any;
5776
- readonly 'background-neutrals-inactive-hover'?: any;
5777
- readonly 'background-neutrals-inverted'?: any;
5778
- readonly 'background-neutrals-inverted-subtle'?: any;
5779
- readonly 'background-neutrals-scrolls'?: any;
5780
- readonly 'background-neutrals-scrolls-hover'?: any;
5781
- readonly 'background-neutrals-subtle'?: any;
5782
- readonly 'background-neutrals-subtle-active'?: any;
5783
- readonly 'background-neutrals-subtle-hover'?: any;
5784
- readonly 'background-primary-prominent'?: any;
5785
- readonly 'background-primary-prominent-active'?: any;
5786
- readonly 'background-primary-prominent-hover'?: any;
5787
- readonly 'background-primary-prominent-selected'?: any;
5788
- readonly 'background-primary-subtle'?: any;
5789
- readonly 'background-primary-subtle-active'?: any;
5790
- readonly 'background-primary-subtle-hover'?: any;
5791
- readonly 'background-primary-subtle-selected'?: any;
5792
- readonly 'background-success'?: any;
5793
- readonly 'background-warning-prominent'?: any;
5794
- readonly 'background-warning-subtle'?: any;
5795
- readonly 'text-danger'?: any;
5796
- readonly 'text-danger-active'?: any;
5797
- readonly 'text-danger-hover'?: any;
5798
- readonly 'text-danger-inverted'?: any;
5799
- readonly 'text-neutrals'?: any;
5800
- readonly 'text-neutrals-disabled'?: any;
5801
- readonly 'text-neutrals-inverted'?: any;
5802
- readonly 'text-neutrals-link'?: any;
5803
- readonly 'text-neutrals-link-active'?: any;
5804
- readonly 'text-neutrals-link-hover'?: any;
5805
- readonly 'text-neutrals-placeholder'?: any;
5806
- readonly 'text-neutrals-placeholder-only'?: any;
5807
- readonly 'text-neutrals-subtle'?: any;
5808
- readonly 'text-primary'?: any;
5809
- readonly 'text-primary-active'?: any;
5810
- readonly 'text-primary-hover'?: any;
5811
- readonly 'text-primary-inverted'?: any;
5812
- readonly 'text-primary-inverted-subtle'?: any;
5813
- readonly 'text-primary-selected'?: any;
5814
- readonly 'text-success'?: any;
5815
- readonly 'text-warning'?: any;
5816
- readonly 'icon-danger'?: any;
5817
- readonly 'icon-danger-active'?: any;
5818
- readonly 'icon-danger-hover'?: any;
5819
- readonly 'icon-danger-inverted'?: any;
5820
- readonly 'icon-neutrals'?: any;
5821
- readonly 'icon-neutrals-disabled'?: any;
5822
- readonly 'icon-neutrals-inactive'?: any;
5823
- readonly 'icon-neutrals-inactive-hover'?: any;
5824
- readonly 'icon-neutrals-inverted'?: any;
5825
- readonly 'icon-neutrals-search'?: any;
5826
- readonly 'icon-neutrals-subtle'?: any;
5827
- readonly 'icon-neutrals-with-text'?: any;
5828
- readonly 'icon-primary'?: any;
5829
- readonly 'icon-primary-active'?: any;
5830
- readonly 'icon-primary-hover'?: any;
5831
- readonly 'icon-primary-inverted'?: any;
5832
- readonly 'icon-primary-selected'?: any;
5833
- readonly 'icon-success'?: any;
5834
- readonly 'icon-success-inverted'?: any;
5835
- readonly 'icon-warning'?: any;
5836
- readonly 'border-danger'?: any;
5837
- readonly 'border-focus-inner'?: any;
5838
- readonly 'border-focus-middle'?: any;
5839
- readonly 'border-focus-outer'?: any;
5840
- readonly 'border-neutrals'?: any;
5841
- readonly 'border-neutrals-active'?: any;
5842
- readonly 'border-neutrals-controls'?: any;
5843
- readonly 'border-neutrals-controls-disabled'?: any;
5844
- readonly 'border-neutrals-disabled'?: any;
5845
- readonly 'border-neutrals-hover'?: any;
5846
- readonly 'border-neutrals-inverted'?: any;
5847
- readonly 'border-neutrals-subtle'?: any;
5848
- readonly 'border-primary'?: any;
5849
- readonly 'border-primary-active'?: any;
5850
- readonly 'border-primary-hover'?: any;
5851
- readonly 'border-primary-inverted'?: any;
5852
- readonly 'border-success'?: any;
5853
- readonly 'border-warning'?: any;
5854
- };
5855
- 'font-sizes': {
5856
- readonly 150: "0.75rem";
5857
- readonly 175: "0.875rem";
5858
- readonly 200: "1rem";
5859
- readonly 225: "1.125rem";
5860
- readonly 250: "1.25rem";
5861
- readonly 300: "1.5rem";
5862
- readonly 400: "2rem";
5863
- readonly 500: "2.5rem";
5864
- readonly 600: "3rem";
5865
- readonly 800: "4rem";
5866
- readonly 900: "4.5rem";
5867
- };
5868
- radii: {
5869
- readonly none: 0;
5870
- readonly half: "999em";
5871
- readonly 25: "2px";
5872
- readonly 50: "4px";
5873
- readonly 75: "6px";
5874
- readonly 100: "8px";
5875
- readonly 200: "16px";
5876
- };
5877
- shadows: {
5878
- readonly 50: "0 4px 16px #05003812";
5879
- readonly 100: "0 8px 32px #05003808";
5880
- 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";
5881
- 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";
5882
- 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";
5883
- 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";
5884
- };
5885
- sizes: {
5886
- readonly number: string;
5887
- readonly 'icon-200': "16px";
5888
- readonly 'icon-300': "24px";
5889
- readonly 'icon-400': "32px";
5890
- };
5891
- space: {
5892
- readonly none: 0;
5893
- readonly 50: "4px";
5894
- readonly 100: "8px";
5895
- readonly 150: "12px";
5896
- readonly 200: "16px";
5897
- readonly 300: "24px";
5898
- readonly 400: "32px";
5899
- readonly 500: "64px";
5900
- readonly 600: "48px";
5901
- readonly 800: "64px";
5902
- readonly 1200: "96px";
5903
- readonly 1600: "128px";
5904
- };
5905
- 'space-gap': {
5906
- readonly none: any;
5907
- readonly 50: any;
5908
- readonly 100: any;
5909
- readonly 200: any;
5910
- readonly 300: any;
5911
- };
5912
- 'space-inset': {
5913
- readonly none: any;
5914
- readonly 50: any;
5915
- readonly 100: any;
5916
- readonly 150: any;
5917
- readonly 200: any;
5918
- readonly 300: any;
5919
- readonly 400: any;
5920
- readonly 600: any;
5921
- readonly 800: any;
5922
- readonly 1200: any;
5923
- readonly 1600: any;
5924
- };
5925
- 'space-offset': {
5926
- readonly none: any;
5927
- readonly 50: any;
5928
- readonly 100: any;
5929
- readonly 150: any;
5930
- readonly 200: any;
5931
- readonly 300: any;
5932
- readonly 400: any;
5933
- readonly 600: any;
5934
- readonly 800: any;
5935
- readonly 1200: any;
5936
- readonly 1600: any;
5937
- readonly 'stacking-none': any;
5938
- readonly 'stacking-100': any;
5939
- readonly 'stacking-200': any;
5940
- readonly 'stacking-300': any;
5941
- readonly 'stacking-400': any;
5942
- readonly 'stacking-500': any;
5943
- readonly 'stacking-800': any;
5944
- };
5945
- 'stroke-width': {
5946
- readonly thin: "1.5px";
5947
- readonly normal: "2px";
5948
- readonly bold: "4px";
5949
- };
5950
- 'z-indices': {
5951
- readonly dropdownMenu: 100;
5952
- readonly popover: 200;
5953
- readonly tooltip: 300;
5954
- };
5955
- }, {
5956
- readonly background: "colors";
5957
- readonly backgroundColor: "colors";
5958
- readonly backgroundImage: "colors";
5959
- readonly blockSize: "sizes";
5960
- readonly border: "colors";
5961
- readonly borderBlock: "colors";
5962
- readonly borderBlockEnd: "colors";
5963
- readonly borderBlockStart: "colors";
5964
- readonly borderBottom: "colors";
5965
- readonly borderBottomColor: "colors";
5966
- readonly borderBottomLeftRadius: "radii";
5967
- readonly borderBottomRightRadius: "radii";
5968
- readonly borderBottomStyle: "border-styles";
5969
- readonly borderBottomWidth: "border-widths";
5970
- readonly borderColor: "colors";
5971
- readonly borderImage: "colors";
5972
- readonly borderInline: "colors";
5973
- readonly borderInlineEnd: "colors";
5974
- readonly borderInlineStart: "colors";
5975
- readonly borderLeft: "colors";
5976
- readonly borderLeftColor: "colors";
5977
- readonly borderLeftStyle: "border-styles";
5978
- readonly borderLeftWidth: "border-widths";
5979
- readonly borderRadius: "radii";
5980
- readonly borderRight: "colors";
5981
- readonly borderRightColor: "colors";
5982
- readonly borderRightStyle: "border-styles";
5983
- readonly borderRightWidth: "border-widths";
5984
- readonly borderStyle: "border-styles";
5985
- readonly borderTop: "colors";
5986
- readonly borderTopColor: "colors";
5987
- readonly borderTopLeftRadius: "radii";
5988
- readonly borderTopRightRadius: "radii";
5989
- readonly borderTopStyle: "border-styles";
5990
- readonly borderTopWidth: "border-widths";
5991
- readonly borderWidth: "border-widths";
5992
- readonly bottom: "space";
5993
- readonly boxShadow: "shadows";
5994
- readonly caretColor: "colors";
5995
- readonly color: "colors";
5996
- readonly columnGap: "space-gap";
5997
- readonly columnRuleColor: "colors";
5998
- readonly fill: "colors";
5999
- readonly flexBasis: "sizes";
6000
- readonly fontFamily: "fonts";
6001
- readonly fontSize: "font-sizes";
6002
- readonly fontWeight: "font-weights";
6003
- readonly gap: "space-gap";
6004
- readonly gridColumnGap: "space-gap";
6005
- readonly gridGap: "space-gap";
6006
- readonly gridRowGap: "space-gap";
6007
- readonly gridTemplateColumns: "sizes";
6008
- readonly gridTemplateRows: "sizes";
6009
- readonly height: "sizes";
6010
- readonly inlineSize: "sizes";
6011
- readonly inset: "space-inset";
6012
- readonly insetBlock: "space-inset";
6013
- readonly insetBlockEnd: "space-inset";
6014
- readonly insetBlockStart: "space-inset";
6015
- readonly insetInline: "space-inset";
6016
- readonly insetInlineEnd: "space-inset";
6017
- readonly insetInlineStart: "space-inset";
6018
- readonly left: "space";
6019
- readonly letterSpacing: "letter-spacings";
6020
- readonly lineHeight: "line-heights";
6021
- readonly margin: "space-offset";
6022
- readonly marginBlock: "space-offset";
6023
- readonly marginBlockEnd: "space-offset";
6024
- readonly marginBlockStart: "space-offset";
6025
- readonly marginBottom: "space-offset";
6026
- readonly marginInline: "space-offset";
6027
- readonly marginInlineEnd: "space-offset";
6028
- readonly marginInlineStart: "space-offset";
6029
- readonly marginLeft: "space-offset";
6030
- readonly marginRight: "space-offset";
6031
- readonly marginTop: "space-offset";
6032
- readonly maxBlockSize: "sizes";
6033
- readonly maxHeight: "sizes";
6034
- readonly maxInlineSize: "sizes";
6035
- readonly maxWidth: "sizes";
6036
- readonly minBlockSize: "sizes";
6037
- readonly minHeight: "sizes";
6038
- readonly minInlineSize: "sizes";
6039
- readonly minWidth: "sizes";
6040
- readonly outline: "colors";
6041
- readonly outlineColor: "colors";
6042
- readonly padding: "space-inset";
6043
- readonly paddingBlock: "space-inset";
6044
- readonly paddingBlockEnd: "space-inset";
6045
- readonly paddingBlockStart: "space-inset";
6046
- readonly paddingBottom: "space-inset";
6047
- readonly paddingInline: "space-inset";
6048
- readonly paddingInlineEnd: "space-inset";
6049
- readonly paddingInlineStart: "space-inset";
6050
- readonly paddingLeft: "space-inset";
6051
- readonly paddingRight: "space-inset";
6052
- readonly paddingTop: "space-inset";
6053
- readonly right: "space";
6054
- readonly rowGap: "space-gap";
6055
- readonly scrollMargin: "space-offset";
6056
- readonly scrollMarginBlock: "space-offset";
6057
- readonly scrollMarginBlockEnd: "space-offset";
6058
- readonly scrollMarginBlockStart: "space-offset";
6059
- readonly scrollMarginBottom: "space-offset";
6060
- readonly scrollMarginInline: "space-offset";
6061
- readonly scrollMarginInlineEnd: "space-offset";
6062
- readonly scrollMarginInlineStart: "space-offset";
6063
- readonly scrollMarginLeft: "space-offset";
6064
- readonly scrollMarginRight: "space-offset";
6065
- readonly scrollMarginTop: "space-offset";
6066
- readonly scrollPadding: "space-inset";
6067
- readonly scrollPaddingBlock: "space-inset";
6068
- readonly scrollPaddingBlockEnd: "space-inset";
6069
- readonly scrollPaddingBlockStart: "space-inset";
6070
- readonly scrollPaddingBottom: "space-inset";
6071
- readonly scrollPaddingInline: "space-inset";
6072
- readonly scrollPaddingInlineEnd: "space-inset";
6073
- readonly scrollPaddingInlineStart: "space-inset";
6074
- readonly scrollPaddingLeft: "space-inset";
6075
- readonly scrollPaddingRight: "space-inset";
6076
- readonly scrollPaddingTop: "space-inset";
6077
- readonly stroke: "colors";
6078
- readonly strokeWidth: "stroke-width";
6079
- readonly textDecorationColor: "colors";
6080
- readonly textShadow: "shadows";
6081
- readonly top: "space";
6082
- readonly transition: "transitions";
6083
- readonly width: "sizes";
6084
- readonly zIndex: "z-indices";
6085
- }, {
6086
- paddingX: (value: {
6087
- readonly [$$PropertyValue]: "padding";
6088
- }) => {
6089
- paddingLeft: {
6090
- readonly [$$PropertyValue]: "padding";
6091
- };
6092
- paddingRight: {
6093
- readonly [$$PropertyValue]: "padding";
6094
- };
6095
- };
6096
- paddingY: (value: {
6097
- readonly [$$PropertyValue]: "padding";
6098
- }) => {
6099
- paddingTop: {
6100
- readonly [$$PropertyValue]: "padding";
6101
- };
6102
- paddingBottom: {
6103
- readonly [$$PropertyValue]: "padding";
6104
- };
6105
- };
6106
- marginX: (value: {
6107
- readonly [$$PropertyValue]: "margin";
6108
- }) => {
6109
- marginLeft: {
6110
- readonly [$$PropertyValue]: "margin";
6111
- };
6112
- marginRight: {
6113
- readonly [$$PropertyValue]: "margin";
6114
- };
6115
- };
6116
- marginY: (value: {
6117
- readonly [$$PropertyValue]: "margin";
6118
- }) => {
6119
- marginTop: {
6120
- readonly [$$PropertyValue]: "margin";
6121
- };
6122
- marginBottom: {
6123
- readonly [$$PropertyValue]: "margin";
6124
- };
6125
- };
6126
- square: (value: {
6127
- readonly [$$PropertyValue]: "width";
6128
- }) => {
6129
- width: {
6130
- readonly [$$PropertyValue]: "width";
6131
- };
6132
- height: {
6133
- readonly [$$PropertyValue]: "width";
6134
- };
6135
- };
6136
- }> | undefined;
6137
- }> & {
6138
- children?: react.ReactNode;
6139
- } & _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>> & {
5786
+ } & _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">>, {}, {}>;
5787
+
5788
+ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
5789
+ customIcon?: boolean | "true" | undefined;
5790
+ }, "customIcon"> & _stitches_react_types_styled_component.TransformProps<{
5791
+ customIcon?: boolean | "true" | undefined;
5792
+ }, {}> & _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>> & {
6140
5793
  ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
6141
5794
  } & {
6142
5795
  asChild?: boolean | undefined;
@@ -6213,7 +5866,6 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6213
5866
  readonly 'background-danger-prominent-active'?: any;
6214
5867
  readonly 'background-danger-prominent-hover'?: any;
6215
5868
  readonly 'background-neutrals'?: any;
6216
- readonly 'background-neutrals-body'?: any;
6217
5869
  readonly 'background-neutrals-container'?: any;
6218
5870
  readonly 'background-neutrals-controls-disabled'?: any;
6219
5871
  readonly 'background-neutrals-disabled'?: any;
@@ -6221,6 +5873,8 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6221
5873
  readonly 'background-neutrals-inactive-hover'?: any;
6222
5874
  readonly 'background-neutrals-inverted'?: any;
6223
5875
  readonly 'background-neutrals-inverted-subtle'?: any;
5876
+ readonly 'background-neutrals-page'?: any;
5877
+ readonly 'background-neutrals-page-subtle'?: any;
6224
5878
  readonly 'background-neutrals-scrolls'?: any;
6225
5879
  readonly 'background-neutrals-scrolls-hover'?: any;
6226
5880
  readonly 'background-neutrals-subtle'?: any;
@@ -6244,12 +5898,11 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6244
5898
  readonly 'text-neutrals'?: any;
6245
5899
  readonly 'text-neutrals-disabled'?: any;
6246
5900
  readonly 'text-neutrals-inverted'?: any;
6247
- readonly 'text-neutrals-link'?: any;
6248
- readonly 'text-neutrals-link-active'?: any;
6249
- readonly 'text-neutrals-link-hover'?: any;
6250
5901
  readonly 'text-neutrals-placeholder'?: any;
6251
5902
  readonly 'text-neutrals-placeholder-only'?: any;
6252
5903
  readonly 'text-neutrals-subtle'?: any;
5904
+ readonly 'text-neutrals-subtle-active'?: any;
5905
+ readonly 'text-neutrals-subtle-hover'?: any;
6253
5906
  readonly 'text-primary'?: any;
6254
5907
  readonly 'text-primary-active'?: any;
6255
5908
  readonly 'text-primary-hover'?: any;
@@ -6269,7 +5922,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6269
5922
  readonly 'icon-neutrals-inverted'?: any;
6270
5923
  readonly 'icon-neutrals-search'?: any;
6271
5924
  readonly 'icon-neutrals-subtle'?: any;
6272
- readonly 'icon-neutrals-with-text'?: any;
5925
+ readonly 'icon-neutrals-text'?: any;
6273
5926
  readonly 'icon-primary'?: any;
6274
5927
  readonly 'icon-primary-active'?: any;
6275
5928
  readonly 'icon-primary-hover'?: any;
@@ -6278,7 +5931,10 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6278
5931
  readonly 'icon-success'?: any;
6279
5932
  readonly 'icon-success-inverted'?: any;
6280
5933
  readonly 'icon-warning'?: any;
5934
+ readonly 'icon-warning-prominent'?: any;
6281
5935
  readonly 'border-danger'?: any;
5936
+ readonly 'border-danger-active'?: any;
5937
+ readonly 'border-danger-hover'?: any;
6282
5938
  readonly 'border-focus-inner'?: any;
6283
5939
  readonly 'border-focus-middle'?: any;
6284
5940
  readonly 'border-focus-outer'?: any;
@@ -6290,6 +5946,9 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6290
5946
  readonly 'border-neutrals-hover'?: any;
6291
5947
  readonly 'border-neutrals-inverted'?: any;
6292
5948
  readonly 'border-neutrals-subtle'?: any;
5949
+ readonly 'border-neutrals-text-subtle'?: any;
5950
+ readonly 'border-neutrals-text-subtle-active'?: any;
5951
+ readonly 'border-neutrals-text-subtle-hover'?: any;
6293
5952
  readonly 'border-primary'?: any;
6294
5953
  readonly 'border-primary-active'?: any;
6295
5954
  readonly 'border-primary-hover'?: any;
@@ -6334,28 +5993,28 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6334
5993
  readonly 'icon-400': "32px";
6335
5994
  };
6336
5995
  space: {
6337
- readonly none: 0;
5996
+ readonly 0: 0;
6338
5997
  readonly 50: "4px";
6339
5998
  readonly 100: "8px";
6340
5999
  readonly 150: "12px";
6341
6000
  readonly 200: "16px";
6342
6001
  readonly 300: "24px";
6343
6002
  readonly 400: "32px";
6344
- readonly 500: "64px";
6003
+ readonly 500: "40px";
6345
6004
  readonly 600: "48px";
6346
6005
  readonly 800: "64px";
6347
6006
  readonly 1200: "96px";
6348
6007
  readonly 1600: "128px";
6349
6008
  };
6350
6009
  'space-gap': {
6351
- readonly none: any;
6010
+ readonly 0: any;
6352
6011
  readonly 50: any;
6353
6012
  readonly 100: any;
6354
6013
  readonly 200: any;
6355
6014
  readonly 300: any;
6356
6015
  };
6357
6016
  'space-inset': {
6358
- readonly none: any;
6017
+ readonly 0: any;
6359
6018
  readonly 50: any;
6360
6019
  readonly 100: any;
6361
6020
  readonly 150: any;
@@ -6368,7 +6027,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6368
6027
  readonly 1600: any;
6369
6028
  };
6370
6029
  'space-offset': {
6371
- readonly none: any;
6030
+ readonly 0: any;
6372
6031
  readonly 50: any;
6373
6032
  readonly 100: any;
6374
6033
  readonly 150: any;
@@ -6379,7 +6038,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6379
6038
  readonly 800: any;
6380
6039
  readonly 1200: any;
6381
6040
  readonly 1600: any;
6382
- readonly 'stacking-none': any;
6041
+ readonly 'stacking-0': any;
6383
6042
  readonly 'stacking-100': any;
6384
6043
  readonly 'stacking-200': any;
6385
6044
  readonly 'stacking-300': any;
@@ -6581,12 +6240,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
6581
6240
  }> | undefined;
6582
6241
  }> & {
6583
6242
  children?: react.ReactNode;
6584
- } & _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">>, {}, {}>, {}, {}>;
6585
- declare const HotkeySlot: 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>> & {
6586
- ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
6587
- } & {
6588
- asChild?: boolean | undefined;
6589
- }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
6243
+ } & _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<{}, {}> & {
6590
6244
  css?: _stitches_react_types_css_util.CSS<{}, {
6591
6245
  'border-widths': {
6592
6246
  readonly none: 0;
@@ -6659,7 +6313,6 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
6659
6313
  readonly 'background-danger-prominent-active'?: any;
6660
6314
  readonly 'background-danger-prominent-hover'?: any;
6661
6315
  readonly 'background-neutrals'?: any;
6662
- readonly 'background-neutrals-body'?: any;
6663
6316
  readonly 'background-neutrals-container'?: any;
6664
6317
  readonly 'background-neutrals-controls-disabled'?: any;
6665
6318
  readonly 'background-neutrals-disabled'?: any;
@@ -6667,6 +6320,8 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
6667
6320
  readonly 'background-neutrals-inactive-hover'?: any;
6668
6321
  readonly 'background-neutrals-inverted'?: any;
6669
6322
  readonly 'background-neutrals-inverted-subtle'?: any;
6323
+ readonly 'background-neutrals-page'?: any;
6324
+ readonly 'background-neutrals-page-subtle'?: any;
6670
6325
  readonly 'background-neutrals-scrolls'?: any;
6671
6326
  readonly 'background-neutrals-scrolls-hover'?: any;
6672
6327
  readonly 'background-neutrals-subtle'?: any;
@@ -6690,12 +6345,11 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
6690
6345
  readonly 'text-neutrals'?: any;
6691
6346
  readonly 'text-neutrals-disabled'?: any;
6692
6347
  readonly 'text-neutrals-inverted'?: any;
6693
- readonly 'text-neutrals-link'?: any;
6694
- readonly 'text-neutrals-link-active'?: any;
6695
- readonly 'text-neutrals-link-hover'?: any;
6696
6348
  readonly 'text-neutrals-placeholder'?: any;
6697
6349
  readonly 'text-neutrals-placeholder-only'?: any;
6698
6350
  readonly 'text-neutrals-subtle'?: any;
6351
+ readonly 'text-neutrals-subtle-active'?: any;
6352
+ readonly 'text-neutrals-subtle-hover'?: any;
6699
6353
  readonly 'text-primary'?: any;
6700
6354
  readonly 'text-primary-active'?: any;
6701
6355
  readonly 'text-primary-hover'?: any;
@@ -6715,7 +6369,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
6715
6369
  readonly 'icon-neutrals-inverted'?: any;
6716
6370
  readonly 'icon-neutrals-search'?: any;
6717
6371
  readonly 'icon-neutrals-subtle'?: any;
6718
- readonly 'icon-neutrals-with-text'?: any;
6372
+ readonly 'icon-neutrals-text'?: any;
6719
6373
  readonly 'icon-primary'?: any;
6720
6374
  readonly 'icon-primary-active'?: any;
6721
6375
  readonly 'icon-primary-hover'?: any;
@@ -6724,7 +6378,10 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
6724
6378
  readonly 'icon-success'?: any;
6725
6379
  readonly 'icon-success-inverted'?: any;
6726
6380
  readonly 'icon-warning'?: any;
6381
+ readonly 'icon-warning-prominent'?: any;
6727
6382
  readonly 'border-danger'?: any;
6383
+ readonly 'border-danger-active'?: any;
6384
+ readonly 'border-danger-hover'?: any;
6728
6385
  readonly 'border-focus-inner'?: any;
6729
6386
  readonly 'border-focus-middle'?: any;
6730
6387
  readonly 'border-focus-outer'?: any;
@@ -6736,6 +6393,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
6736
6393
  readonly 'border-neutrals-hover'?: any;
6737
6394
  readonly 'border-neutrals-inverted'?: any;
6738
6395
  readonly 'border-neutrals-subtle'?: any;
6396
+ readonly 'border-neutrals-text-subtle'?: any;
6397
+ readonly 'border-neutrals-text-subtle-active'?: any;
6398
+ readonly 'border-neutrals-text-subtle-hover'?: any;
6739
6399
  readonly 'border-primary'?: any;
6740
6400
  readonly 'border-primary-active'?: any;
6741
6401
  readonly 'border-primary-hover'?: any;
@@ -6780,28 +6440,28 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
6780
6440
  readonly 'icon-400': "32px";
6781
6441
  };
6782
6442
  space: {
6783
- readonly none: 0;
6443
+ readonly 0: 0;
6784
6444
  readonly 50: "4px";
6785
6445
  readonly 100: "8px";
6786
6446
  readonly 150: "12px";
6787
6447
  readonly 200: "16px";
6788
6448
  readonly 300: "24px";
6789
6449
  readonly 400: "32px";
6790
- readonly 500: "64px";
6450
+ readonly 500: "40px";
6791
6451
  readonly 600: "48px";
6792
6452
  readonly 800: "64px";
6793
6453
  readonly 1200: "96px";
6794
6454
  readonly 1600: "128px";
6795
6455
  };
6796
6456
  'space-gap': {
6797
- readonly none: any;
6457
+ readonly 0: any;
6798
6458
  readonly 50: any;
6799
6459
  readonly 100: any;
6800
6460
  readonly 200: any;
6801
6461
  readonly 300: any;
6802
6462
  };
6803
6463
  'space-inset': {
6804
- readonly none: any;
6464
+ readonly 0: any;
6805
6465
  readonly 50: any;
6806
6466
  readonly 100: any;
6807
6467
  readonly 150: any;
@@ -6814,7 +6474,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
6814
6474
  readonly 1600: any;
6815
6475
  };
6816
6476
  'space-offset': {
6817
- readonly none: any;
6477
+ readonly 0: any;
6818
6478
  readonly 50: any;
6819
6479
  readonly 100: any;
6820
6480
  readonly 150: any;
@@ -6825,7 +6485,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
6825
6485
  readonly 800: any;
6826
6486
  readonly 1200: any;
6827
6487
  readonly 1600: any;
6828
- readonly 'stacking-none': any;
6488
+ readonly 'stacking-0': any;
6829
6489
  readonly 'stacking-100': any;
6830
6490
  readonly 'stacking-200': any;
6831
6491
  readonly 'stacking-300': any;
@@ -7027,9 +6687,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
7027
6687
  }> | undefined;
7028
6688
  }> & {
7029
6689
  children?: react.ReactNode;
7030
- } & _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">>, {}, {}>;
7031
-
7032
- 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>> & {
6690
+ } & _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>> & {
7033
6691
  ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
7034
6692
  } & {
7035
6693
  asChild?: boolean | undefined;
@@ -7106,7 +6764,6 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7106
6764
  readonly 'background-danger-prominent-active'?: any;
7107
6765
  readonly 'background-danger-prominent-hover'?: any;
7108
6766
  readonly 'background-neutrals'?: any;
7109
- readonly 'background-neutrals-body'?: any;
7110
6767
  readonly 'background-neutrals-container'?: any;
7111
6768
  readonly 'background-neutrals-controls-disabled'?: any;
7112
6769
  readonly 'background-neutrals-disabled'?: any;
@@ -7114,6 +6771,8 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7114
6771
  readonly 'background-neutrals-inactive-hover'?: any;
7115
6772
  readonly 'background-neutrals-inverted'?: any;
7116
6773
  readonly 'background-neutrals-inverted-subtle'?: any;
6774
+ readonly 'background-neutrals-page'?: any;
6775
+ readonly 'background-neutrals-page-subtle'?: any;
7117
6776
  readonly 'background-neutrals-scrolls'?: any;
7118
6777
  readonly 'background-neutrals-scrolls-hover'?: any;
7119
6778
  readonly 'background-neutrals-subtle'?: any;
@@ -7137,12 +6796,11 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7137
6796
  readonly 'text-neutrals'?: any;
7138
6797
  readonly 'text-neutrals-disabled'?: any;
7139
6798
  readonly 'text-neutrals-inverted'?: any;
7140
- readonly 'text-neutrals-link'?: any;
7141
- readonly 'text-neutrals-link-active'?: any;
7142
- readonly 'text-neutrals-link-hover'?: any;
7143
6799
  readonly 'text-neutrals-placeholder'?: any;
7144
6800
  readonly 'text-neutrals-placeholder-only'?: any;
7145
6801
  readonly 'text-neutrals-subtle'?: any;
6802
+ readonly 'text-neutrals-subtle-active'?: any;
6803
+ readonly 'text-neutrals-subtle-hover'?: any;
7146
6804
  readonly 'text-primary'?: any;
7147
6805
  readonly 'text-primary-active'?: any;
7148
6806
  readonly 'text-primary-hover'?: any;
@@ -7162,7 +6820,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7162
6820
  readonly 'icon-neutrals-inverted'?: any;
7163
6821
  readonly 'icon-neutrals-search'?: any;
7164
6822
  readonly 'icon-neutrals-subtle'?: any;
7165
- readonly 'icon-neutrals-with-text'?: any;
6823
+ readonly 'icon-neutrals-text'?: any;
7166
6824
  readonly 'icon-primary'?: any;
7167
6825
  readonly 'icon-primary-active'?: any;
7168
6826
  readonly 'icon-primary-hover'?: any;
@@ -7171,7 +6829,10 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7171
6829
  readonly 'icon-success'?: any;
7172
6830
  readonly 'icon-success-inverted'?: any;
7173
6831
  readonly 'icon-warning'?: any;
6832
+ readonly 'icon-warning-prominent'?: any;
7174
6833
  readonly 'border-danger'?: any;
6834
+ readonly 'border-danger-active'?: any;
6835
+ readonly 'border-danger-hover'?: any;
7175
6836
  readonly 'border-focus-inner'?: any;
7176
6837
  readonly 'border-focus-middle'?: any;
7177
6838
  readonly 'border-focus-outer'?: any;
@@ -7183,6 +6844,9 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7183
6844
  readonly 'border-neutrals-hover'?: any;
7184
6845
  readonly 'border-neutrals-inverted'?: any;
7185
6846
  readonly 'border-neutrals-subtle'?: any;
6847
+ readonly 'border-neutrals-text-subtle'?: any;
6848
+ readonly 'border-neutrals-text-subtle-active'?: any;
6849
+ readonly 'border-neutrals-text-subtle-hover'?: any;
7186
6850
  readonly 'border-primary'?: any;
7187
6851
  readonly 'border-primary-active'?: any;
7188
6852
  readonly 'border-primary-hover'?: any;
@@ -7227,28 +6891,28 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7227
6891
  readonly 'icon-400': "32px";
7228
6892
  };
7229
6893
  space: {
7230
- readonly none: 0;
6894
+ readonly 0: 0;
7231
6895
  readonly 50: "4px";
7232
6896
  readonly 100: "8px";
7233
6897
  readonly 150: "12px";
7234
6898
  readonly 200: "16px";
7235
6899
  readonly 300: "24px";
7236
6900
  readonly 400: "32px";
7237
- readonly 500: "64px";
6901
+ readonly 500: "40px";
7238
6902
  readonly 600: "48px";
7239
6903
  readonly 800: "64px";
7240
6904
  readonly 1200: "96px";
7241
6905
  readonly 1600: "128px";
7242
6906
  };
7243
6907
  'space-gap': {
7244
- readonly none: any;
6908
+ readonly 0: any;
7245
6909
  readonly 50: any;
7246
6910
  readonly 100: any;
7247
6911
  readonly 200: any;
7248
6912
  readonly 300: any;
7249
6913
  };
7250
6914
  'space-inset': {
7251
- readonly none: any;
6915
+ readonly 0: any;
7252
6916
  readonly 50: any;
7253
6917
  readonly 100: any;
7254
6918
  readonly 150: any;
@@ -7261,7 +6925,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7261
6925
  readonly 1600: any;
7262
6926
  };
7263
6927
  'space-offset': {
7264
- readonly none: any;
6928
+ readonly 0: any;
7265
6929
  readonly 50: any;
7266
6930
  readonly 100: any;
7267
6931
  readonly 150: any;
@@ -7272,7 +6936,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7272
6936
  readonly 800: any;
7273
6937
  readonly 1200: any;
7274
6938
  readonly 1600: any;
7275
- readonly 'stacking-none': any;
6939
+ readonly 'stacking-0': any;
7276
6940
  readonly 'stacking-100': any;
7277
6941
  readonly 'stacking-200': any;
7278
6942
  readonly 'stacking-300': any;
@@ -7474,14 +7138,16 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
7474
7138
  }> | undefined;
7475
7139
  }> & {
7476
7140
  children?: react.ReactNode;
7477
- } & _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">>, {}, {}>;
7478
-
7479
- declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7480
- customIcon?: boolean | "true" | undefined;
7481
- }, "customIcon"> & _stitches_react_types_styled_component.TransformProps<{
7141
+ } & _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">>, {}, {}>, {
7482
7142
  customIcon?: boolean | "true" | undefined;
7483
- }, {}> & _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>> & {
7484
- ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
7143
+ }, {}>;
7144
+ declare type StyledIconSlotProps = StrictComponentProps<typeof StyledIconSlot>;
7145
+
7146
+ declare type IconSlotProps = Omit<StyledIconSlotProps, 'custom'>;
7147
+ 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>>;
7148
+
7149
+ declare const HotkeySlot: react__default.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__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react__default.HTMLAttributes<HTMLDivElement>> & {
7150
+ ref?: ((instance: HTMLDivElement | null) => void) | react__default.RefObject<HTMLDivElement> | null | undefined;
7485
7151
  } & {
7486
7152
  asChild?: boolean | undefined;
7487
7153
  }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
@@ -7557,7 +7223,6 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7557
7223
  readonly 'background-danger-prominent-active'?: any;
7558
7224
  readonly 'background-danger-prominent-hover'?: any;
7559
7225
  readonly 'background-neutrals'?: any;
7560
- readonly 'background-neutrals-body'?: any;
7561
7226
  readonly 'background-neutrals-container'?: any;
7562
7227
  readonly 'background-neutrals-controls-disabled'?: any;
7563
7228
  readonly 'background-neutrals-disabled'?: any;
@@ -7565,6 +7230,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7565
7230
  readonly 'background-neutrals-inactive-hover'?: any;
7566
7231
  readonly 'background-neutrals-inverted'?: any;
7567
7232
  readonly 'background-neutrals-inverted-subtle'?: any;
7233
+ readonly 'background-neutrals-page'?: any;
7234
+ readonly 'background-neutrals-page-subtle'?: any;
7568
7235
  readonly 'background-neutrals-scrolls'?: any;
7569
7236
  readonly 'background-neutrals-scrolls-hover'?: any;
7570
7237
  readonly 'background-neutrals-subtle'?: any;
@@ -7588,12 +7255,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7588
7255
  readonly 'text-neutrals'?: any;
7589
7256
  readonly 'text-neutrals-disabled'?: any;
7590
7257
  readonly 'text-neutrals-inverted'?: any;
7591
- readonly 'text-neutrals-link'?: any;
7592
- readonly 'text-neutrals-link-active'?: any;
7593
- readonly 'text-neutrals-link-hover'?: any;
7594
7258
  readonly 'text-neutrals-placeholder'?: any;
7595
7259
  readonly 'text-neutrals-placeholder-only'?: any;
7596
7260
  readonly 'text-neutrals-subtle'?: any;
7261
+ readonly 'text-neutrals-subtle-active'?: any;
7262
+ readonly 'text-neutrals-subtle-hover'?: any;
7597
7263
  readonly 'text-primary'?: any;
7598
7264
  readonly 'text-primary-active'?: any;
7599
7265
  readonly 'text-primary-hover'?: any;
@@ -7613,7 +7279,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7613
7279
  readonly 'icon-neutrals-inverted'?: any;
7614
7280
  readonly 'icon-neutrals-search'?: any;
7615
7281
  readonly 'icon-neutrals-subtle'?: any;
7616
- readonly 'icon-neutrals-with-text'?: any;
7282
+ readonly 'icon-neutrals-text'?: any;
7617
7283
  readonly 'icon-primary'?: any;
7618
7284
  readonly 'icon-primary-active'?: any;
7619
7285
  readonly 'icon-primary-hover'?: any;
@@ -7622,7 +7288,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7622
7288
  readonly 'icon-success'?: any;
7623
7289
  readonly 'icon-success-inverted'?: any;
7624
7290
  readonly 'icon-warning'?: any;
7291
+ readonly 'icon-warning-prominent'?: any;
7625
7292
  readonly 'border-danger'?: any;
7293
+ readonly 'border-danger-active'?: any;
7294
+ readonly 'border-danger-hover'?: any;
7626
7295
  readonly 'border-focus-inner'?: any;
7627
7296
  readonly 'border-focus-middle'?: any;
7628
7297
  readonly 'border-focus-outer'?: any;
@@ -7634,6 +7303,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7634
7303
  readonly 'border-neutrals-hover'?: any;
7635
7304
  readonly 'border-neutrals-inverted'?: any;
7636
7305
  readonly 'border-neutrals-subtle'?: any;
7306
+ readonly 'border-neutrals-text-subtle'?: any;
7307
+ readonly 'border-neutrals-text-subtle-active'?: any;
7308
+ readonly 'border-neutrals-text-subtle-hover'?: any;
7637
7309
  readonly 'border-primary'?: any;
7638
7310
  readonly 'border-primary-active'?: any;
7639
7311
  readonly 'border-primary-hover'?: any;
@@ -7678,28 +7350,28 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7678
7350
  readonly 'icon-400': "32px";
7679
7351
  };
7680
7352
  space: {
7681
- readonly none: 0;
7353
+ readonly 0: 0;
7682
7354
  readonly 50: "4px";
7683
7355
  readonly 100: "8px";
7684
7356
  readonly 150: "12px";
7685
7357
  readonly 200: "16px";
7686
7358
  readonly 300: "24px";
7687
7359
  readonly 400: "32px";
7688
- readonly 500: "64px";
7360
+ readonly 500: "40px";
7689
7361
  readonly 600: "48px";
7690
7362
  readonly 800: "64px";
7691
7363
  readonly 1200: "96px";
7692
7364
  readonly 1600: "128px";
7693
7365
  };
7694
7366
  'space-gap': {
7695
- readonly none: any;
7367
+ readonly 0: any;
7696
7368
  readonly 50: any;
7697
7369
  readonly 100: any;
7698
7370
  readonly 200: any;
7699
7371
  readonly 300: any;
7700
7372
  };
7701
7373
  'space-inset': {
7702
- readonly none: any;
7374
+ readonly 0: any;
7703
7375
  readonly 50: any;
7704
7376
  readonly 100: any;
7705
7377
  readonly 150: any;
@@ -7712,7 +7384,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7712
7384
  readonly 1600: any;
7713
7385
  };
7714
7386
  'space-offset': {
7715
- readonly none: any;
7387
+ readonly 0: any;
7716
7388
  readonly 50: any;
7717
7389
  readonly 100: any;
7718
7390
  readonly 150: any;
@@ -7723,7 +7395,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7723
7395
  readonly 800: any;
7724
7396
  readonly 1200: any;
7725
7397
  readonly 1600: any;
7726
- readonly 'stacking-none': any;
7398
+ readonly 'stacking-0': any;
7727
7399
  readonly 'stacking-100': any;
7728
7400
  readonly 'stacking-200': any;
7729
7401
  readonly 'stacking-300': any;
@@ -7924,8 +7596,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7924
7596
  };
7925
7597
  }> | undefined;
7926
7598
  }> & {
7927
- children?: react.ReactNode;
7928
- } & _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<{}, {}> & {
7599
+ children?: react__default.ReactNode;
7600
+ } & _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__default.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
7929
7601
  css?: _stitches_react_types_css_util.CSS<{}, {
7930
7602
  'border-widths': {
7931
7603
  readonly none: 0;
@@ -7998,7 +7670,6 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
7998
7670
  readonly 'background-danger-prominent-active'?: any;
7999
7671
  readonly 'background-danger-prominent-hover'?: any;
8000
7672
  readonly 'background-neutrals'?: any;
8001
- readonly 'background-neutrals-body'?: any;
8002
7673
  readonly 'background-neutrals-container'?: any;
8003
7674
  readonly 'background-neutrals-controls-disabled'?: any;
8004
7675
  readonly 'background-neutrals-disabled'?: any;
@@ -8006,6 +7677,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8006
7677
  readonly 'background-neutrals-inactive-hover'?: any;
8007
7678
  readonly 'background-neutrals-inverted'?: any;
8008
7679
  readonly 'background-neutrals-inverted-subtle'?: any;
7680
+ readonly 'background-neutrals-page'?: any;
7681
+ readonly 'background-neutrals-page-subtle'?: any;
8009
7682
  readonly 'background-neutrals-scrolls'?: any;
8010
7683
  readonly 'background-neutrals-scrolls-hover'?: any;
8011
7684
  readonly 'background-neutrals-subtle'?: any;
@@ -8029,12 +7702,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8029
7702
  readonly 'text-neutrals'?: any;
8030
7703
  readonly 'text-neutrals-disabled'?: any;
8031
7704
  readonly 'text-neutrals-inverted'?: any;
8032
- readonly 'text-neutrals-link'?: any;
8033
- readonly 'text-neutrals-link-active'?: any;
8034
- readonly 'text-neutrals-link-hover'?: any;
8035
7705
  readonly 'text-neutrals-placeholder'?: any;
8036
7706
  readonly 'text-neutrals-placeholder-only'?: any;
8037
7707
  readonly 'text-neutrals-subtle'?: any;
7708
+ readonly 'text-neutrals-subtle-active'?: any;
7709
+ readonly 'text-neutrals-subtle-hover'?: any;
8038
7710
  readonly 'text-primary'?: any;
8039
7711
  readonly 'text-primary-active'?: any;
8040
7712
  readonly 'text-primary-hover'?: any;
@@ -8054,7 +7726,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8054
7726
  readonly 'icon-neutrals-inverted'?: any;
8055
7727
  readonly 'icon-neutrals-search'?: any;
8056
7728
  readonly 'icon-neutrals-subtle'?: any;
8057
- readonly 'icon-neutrals-with-text'?: any;
7729
+ readonly 'icon-neutrals-text'?: any;
8058
7730
  readonly 'icon-primary'?: any;
8059
7731
  readonly 'icon-primary-active'?: any;
8060
7732
  readonly 'icon-primary-hover'?: any;
@@ -8063,7 +7735,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8063
7735
  readonly 'icon-success'?: any;
8064
7736
  readonly 'icon-success-inverted'?: any;
8065
7737
  readonly 'icon-warning'?: any;
7738
+ readonly 'icon-warning-prominent'?: any;
8066
7739
  readonly 'border-danger'?: any;
7740
+ readonly 'border-danger-active'?: any;
7741
+ readonly 'border-danger-hover'?: any;
8067
7742
  readonly 'border-focus-inner'?: any;
8068
7743
  readonly 'border-focus-middle'?: any;
8069
7744
  readonly 'border-focus-outer'?: any;
@@ -8075,6 +7750,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8075
7750
  readonly 'border-neutrals-hover'?: any;
8076
7751
  readonly 'border-neutrals-inverted'?: any;
8077
7752
  readonly 'border-neutrals-subtle'?: any;
7753
+ readonly 'border-neutrals-text-subtle'?: any;
7754
+ readonly 'border-neutrals-text-subtle-active'?: any;
7755
+ readonly 'border-neutrals-text-subtle-hover'?: any;
8078
7756
  readonly 'border-primary'?: any;
8079
7757
  readonly 'border-primary-active'?: any;
8080
7758
  readonly 'border-primary-hover'?: any;
@@ -8119,28 +7797,28 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8119
7797
  readonly 'icon-400': "32px";
8120
7798
  };
8121
7799
  space: {
8122
- readonly none: 0;
7800
+ readonly 0: 0;
8123
7801
  readonly 50: "4px";
8124
7802
  readonly 100: "8px";
8125
7803
  readonly 150: "12px";
8126
7804
  readonly 200: "16px";
8127
7805
  readonly 300: "24px";
8128
7806
  readonly 400: "32px";
8129
- readonly 500: "64px";
7807
+ readonly 500: "40px";
8130
7808
  readonly 600: "48px";
8131
7809
  readonly 800: "64px";
8132
7810
  readonly 1200: "96px";
8133
7811
  readonly 1600: "128px";
8134
7812
  };
8135
7813
  'space-gap': {
8136
- readonly none: any;
7814
+ readonly 0: any;
8137
7815
  readonly 50: any;
8138
7816
  readonly 100: any;
8139
7817
  readonly 200: any;
8140
7818
  readonly 300: any;
8141
7819
  };
8142
7820
  'space-inset': {
8143
- readonly none: any;
7821
+ readonly 0: any;
8144
7822
  readonly 50: any;
8145
7823
  readonly 100: any;
8146
7824
  readonly 150: any;
@@ -8153,7 +7831,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8153
7831
  readonly 1600: any;
8154
7832
  };
8155
7833
  'space-offset': {
8156
- readonly none: any;
7834
+ readonly 0: any;
8157
7835
  readonly 50: any;
8158
7836
  readonly 100: any;
8159
7837
  readonly 150: any;
@@ -8164,7 +7842,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8164
7842
  readonly 800: any;
8165
7843
  readonly 1200: any;
8166
7844
  readonly 1600: any;
8167
- readonly 'stacking-none': any;
7845
+ readonly 'stacking-0': any;
8168
7846
  readonly 'stacking-100': any;
8169
7847
  readonly 'stacking-200': any;
8170
7848
  readonly 'stacking-300': any;
@@ -8365,8 +8043,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8365
8043
  };
8366
8044
  }> | undefined;
8367
8045
  }> & {
8368
- children?: react.ReactNode;
8369
- } & _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>> & {
8046
+ children?: react__default.ReactNode;
8047
+ } & _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__default.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<(props: ComponentPropsWithRef<typeof StyledRightSlot>) => JSX.Element, {}, {}>;
8048
+ declare const IllustrationSlot: 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>>;
8049
+
8050
+ 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>> & {
8370
8051
  ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
8371
8052
  } & {
8372
8053
  asChild?: boolean | undefined;
@@ -8443,7 +8124,6 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8443
8124
  readonly 'background-danger-prominent-active'?: any;
8444
8125
  readonly 'background-danger-prominent-hover'?: any;
8445
8126
  readonly 'background-neutrals'?: any;
8446
- readonly 'background-neutrals-body'?: any;
8447
8127
  readonly 'background-neutrals-container'?: any;
8448
8128
  readonly 'background-neutrals-controls-disabled'?: any;
8449
8129
  readonly 'background-neutrals-disabled'?: any;
@@ -8451,6 +8131,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8451
8131
  readonly 'background-neutrals-inactive-hover'?: any;
8452
8132
  readonly 'background-neutrals-inverted'?: any;
8453
8133
  readonly 'background-neutrals-inverted-subtle'?: any;
8134
+ readonly 'background-neutrals-page'?: any;
8135
+ readonly 'background-neutrals-page-subtle'?: any;
8454
8136
  readonly 'background-neutrals-scrolls'?: any;
8455
8137
  readonly 'background-neutrals-scrolls-hover'?: any;
8456
8138
  readonly 'background-neutrals-subtle'?: any;
@@ -8474,12 +8156,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8474
8156
  readonly 'text-neutrals'?: any;
8475
8157
  readonly 'text-neutrals-disabled'?: any;
8476
8158
  readonly 'text-neutrals-inverted'?: any;
8477
- readonly 'text-neutrals-link'?: any;
8478
- readonly 'text-neutrals-link-active'?: any;
8479
- readonly 'text-neutrals-link-hover'?: any;
8480
8159
  readonly 'text-neutrals-placeholder'?: any;
8481
8160
  readonly 'text-neutrals-placeholder-only'?: any;
8482
8161
  readonly 'text-neutrals-subtle'?: any;
8162
+ readonly 'text-neutrals-subtle-active'?: any;
8163
+ readonly 'text-neutrals-subtle-hover'?: any;
8483
8164
  readonly 'text-primary'?: any;
8484
8165
  readonly 'text-primary-active'?: any;
8485
8166
  readonly 'text-primary-hover'?: any;
@@ -8499,7 +8180,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8499
8180
  readonly 'icon-neutrals-inverted'?: any;
8500
8181
  readonly 'icon-neutrals-search'?: any;
8501
8182
  readonly 'icon-neutrals-subtle'?: any;
8502
- readonly 'icon-neutrals-with-text'?: any;
8183
+ readonly 'icon-neutrals-text'?: any;
8503
8184
  readonly 'icon-primary'?: any;
8504
8185
  readonly 'icon-primary-active'?: any;
8505
8186
  readonly 'icon-primary-hover'?: any;
@@ -8508,7 +8189,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8508
8189
  readonly 'icon-success'?: any;
8509
8190
  readonly 'icon-success-inverted'?: any;
8510
8191
  readonly 'icon-warning'?: any;
8192
+ readonly 'icon-warning-prominent'?: any;
8511
8193
  readonly 'border-danger'?: any;
8194
+ readonly 'border-danger-active'?: any;
8195
+ readonly 'border-danger-hover'?: any;
8512
8196
  readonly 'border-focus-inner'?: any;
8513
8197
  readonly 'border-focus-middle'?: any;
8514
8198
  readonly 'border-focus-outer'?: any;
@@ -8520,6 +8204,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8520
8204
  readonly 'border-neutrals-hover'?: any;
8521
8205
  readonly 'border-neutrals-inverted'?: any;
8522
8206
  readonly 'border-neutrals-subtle'?: any;
8207
+ readonly 'border-neutrals-text-subtle'?: any;
8208
+ readonly 'border-neutrals-text-subtle-active'?: any;
8209
+ readonly 'border-neutrals-text-subtle-hover'?: any;
8523
8210
  readonly 'border-primary'?: any;
8524
8211
  readonly 'border-primary-active'?: any;
8525
8212
  readonly 'border-primary-hover'?: any;
@@ -8564,28 +8251,28 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8564
8251
  readonly 'icon-400': "32px";
8565
8252
  };
8566
8253
  space: {
8567
- readonly none: 0;
8254
+ readonly 0: 0;
8568
8255
  readonly 50: "4px";
8569
8256
  readonly 100: "8px";
8570
8257
  readonly 150: "12px";
8571
8258
  readonly 200: "16px";
8572
8259
  readonly 300: "24px";
8573
8260
  readonly 400: "32px";
8574
- readonly 500: "64px";
8261
+ readonly 500: "40px";
8575
8262
  readonly 600: "48px";
8576
8263
  readonly 800: "64px";
8577
8264
  readonly 1200: "96px";
8578
8265
  readonly 1600: "128px";
8579
8266
  };
8580
8267
  'space-gap': {
8581
- readonly none: any;
8268
+ readonly 0: any;
8582
8269
  readonly 50: any;
8583
8270
  readonly 100: any;
8584
8271
  readonly 200: any;
8585
8272
  readonly 300: any;
8586
8273
  };
8587
8274
  'space-inset': {
8588
- readonly none: any;
8275
+ readonly 0: any;
8589
8276
  readonly 50: any;
8590
8277
  readonly 100: any;
8591
8278
  readonly 150: any;
@@ -8598,7 +8285,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8598
8285
  readonly 1600: any;
8599
8286
  };
8600
8287
  'space-offset': {
8601
- readonly none: any;
8288
+ readonly 0: any;
8602
8289
  readonly 50: any;
8603
8290
  readonly 100: any;
8604
8291
  readonly 150: any;
@@ -8609,7 +8296,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8609
8296
  readonly 800: any;
8610
8297
  readonly 1200: any;
8611
8298
  readonly 1600: any;
8612
- readonly 'stacking-none': any;
8299
+ readonly 'stacking-0': any;
8613
8300
  readonly 'stacking-100': any;
8614
8301
  readonly 'stacking-200': any;
8615
8302
  readonly 'stacking-300': any;
@@ -8811,13 +8498,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
8811
8498
  }> | undefined;
8812
8499
  }> & {
8813
8500
  children?: react.ReactNode;
8814
- } & _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">>, {}, {}>, {
8815
- customIcon?: boolean | "true" | undefined;
8816
- }, {}>;
8817
- declare type StyledIconSlotProps = StrictComponentProps<typeof StyledIconSlot>;
8818
-
8819
- declare type IconSlotProps = Omit<StyledIconSlotProps, 'custom'>;
8820
- 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>>;
8501
+ } & _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">>, {}, {}>;
8821
8502
 
8822
8503
  interface DropdownMenuProps {
8823
8504
  /**