@mirohq/design-system-dropdown-menu 3.2.12 → 3.2.14

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
@@ -81,7 +81,6 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
81
81
  readonly 'background-danger-prominent-active'?: any;
82
82
  readonly 'background-danger-prominent-hover'?: any;
83
83
  readonly 'background-neutrals'?: any;
84
- readonly 'background-neutrals-body'?: any;
85
84
  readonly 'background-neutrals-container'?: any;
86
85
  readonly 'background-neutrals-controls-disabled'?: any;
87
86
  readonly 'background-neutrals-disabled'?: any;
@@ -89,6 +88,8 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
89
88
  readonly 'background-neutrals-inactive-hover'?: any;
90
89
  readonly 'background-neutrals-inverted'?: any;
91
90
  readonly 'background-neutrals-inverted-subtle'?: any;
91
+ readonly 'background-neutrals-page'?: any;
92
+ readonly 'background-neutrals-page-subtle'?: any;
92
93
  readonly 'background-neutrals-scrolls'?: any;
93
94
  readonly 'background-neutrals-scrolls-hover'?: any;
94
95
  readonly 'background-neutrals-subtle'?: any;
@@ -112,12 +113,11 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
112
113
  readonly 'text-neutrals'?: any;
113
114
  readonly 'text-neutrals-disabled'?: any;
114
115
  readonly 'text-neutrals-inverted'?: any;
115
- readonly 'text-neutrals-link'?: any;
116
- readonly 'text-neutrals-link-active'?: any;
117
- readonly 'text-neutrals-link-hover'?: any;
118
116
  readonly 'text-neutrals-placeholder'?: any;
119
117
  readonly 'text-neutrals-placeholder-only'?: any;
120
118
  readonly 'text-neutrals-subtle'?: any;
119
+ readonly 'text-neutrals-subtle-active'?: any;
120
+ readonly 'text-neutrals-subtle-hover'?: any;
121
121
  readonly 'text-primary'?: any;
122
122
  readonly 'text-primary-active'?: any;
123
123
  readonly 'text-primary-hover'?: any;
@@ -137,7 +137,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
137
137
  readonly 'icon-neutrals-inverted'?: any;
138
138
  readonly 'icon-neutrals-search'?: any;
139
139
  readonly 'icon-neutrals-subtle'?: any;
140
- readonly 'icon-neutrals-with-text'?: any;
140
+ readonly 'icon-neutrals-text'?: any;
141
141
  readonly 'icon-primary'?: any;
142
142
  readonly 'icon-primary-active'?: any;
143
143
  readonly 'icon-primary-hover'?: any;
@@ -146,7 +146,10 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
146
146
  readonly 'icon-success'?: any;
147
147
  readonly 'icon-success-inverted'?: any;
148
148
  readonly 'icon-warning'?: any;
149
+ readonly 'icon-warning-prominent'?: any;
149
150
  readonly 'border-danger'?: any;
151
+ readonly 'border-danger-active'?: any;
152
+ readonly 'border-danger-hover'?: any;
150
153
  readonly 'border-focus-inner'?: any;
151
154
  readonly 'border-focus-middle'?: any;
152
155
  readonly 'border-focus-outer'?: any;
@@ -158,6 +161,9 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
158
161
  readonly 'border-neutrals-hover'?: any;
159
162
  readonly 'border-neutrals-inverted'?: any;
160
163
  readonly 'border-neutrals-subtle'?: any;
164
+ readonly 'border-neutrals-text-subtle'?: any;
165
+ readonly 'border-neutrals-text-subtle-active'?: any;
166
+ readonly 'border-neutrals-text-subtle-hover'?: any;
161
167
  readonly 'border-primary'?: any;
162
168
  readonly 'border-primary-active'?: any;
163
169
  readonly 'border-primary-hover'?: any;
@@ -549,7 +555,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
549
555
  readonly 'background-danger-prominent-active'?: any;
550
556
  readonly 'background-danger-prominent-hover'?: any;
551
557
  readonly 'background-neutrals'?: any;
552
- readonly 'background-neutrals-body'?: any;
553
558
  readonly 'background-neutrals-container'?: any;
554
559
  readonly 'background-neutrals-controls-disabled'?: any;
555
560
  readonly 'background-neutrals-disabled'?: any;
@@ -557,6 +562,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
557
562
  readonly 'background-neutrals-inactive-hover'?: any;
558
563
  readonly 'background-neutrals-inverted'?: any;
559
564
  readonly 'background-neutrals-inverted-subtle'?: any;
565
+ readonly 'background-neutrals-page'?: any;
566
+ readonly 'background-neutrals-page-subtle'?: any;
560
567
  readonly 'background-neutrals-scrolls'?: any;
561
568
  readonly 'background-neutrals-scrolls-hover'?: any;
562
569
  readonly 'background-neutrals-subtle'?: any;
@@ -580,12 +587,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
580
587
  readonly 'text-neutrals'?: any;
581
588
  readonly 'text-neutrals-disabled'?: any;
582
589
  readonly 'text-neutrals-inverted'?: any;
583
- readonly 'text-neutrals-link'?: any;
584
- readonly 'text-neutrals-link-active'?: any;
585
- readonly 'text-neutrals-link-hover'?: any;
586
590
  readonly 'text-neutrals-placeholder'?: any;
587
591
  readonly 'text-neutrals-placeholder-only'?: any;
588
592
  readonly 'text-neutrals-subtle'?: any;
593
+ readonly 'text-neutrals-subtle-active'?: any;
594
+ readonly 'text-neutrals-subtle-hover'?: any;
589
595
  readonly 'text-primary'?: any;
590
596
  readonly 'text-primary-active'?: any;
591
597
  readonly 'text-primary-hover'?: any;
@@ -605,7 +611,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
605
611
  readonly 'icon-neutrals-inverted'?: any;
606
612
  readonly 'icon-neutrals-search'?: any;
607
613
  readonly 'icon-neutrals-subtle'?: any;
608
- readonly 'icon-neutrals-with-text'?: any;
614
+ readonly 'icon-neutrals-text'?: any;
609
615
  readonly 'icon-primary'?: any;
610
616
  readonly 'icon-primary-active'?: any;
611
617
  readonly 'icon-primary-hover'?: any;
@@ -614,7 +620,10 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
614
620
  readonly 'icon-success'?: any;
615
621
  readonly 'icon-success-inverted'?: any;
616
622
  readonly 'icon-warning'?: any;
623
+ readonly 'icon-warning-prominent'?: any;
617
624
  readonly 'border-danger'?: any;
625
+ readonly 'border-danger-active'?: any;
626
+ readonly 'border-danger-hover'?: any;
618
627
  readonly 'border-focus-inner'?: any;
619
628
  readonly 'border-focus-middle'?: any;
620
629
  readonly 'border-focus-outer'?: any;
@@ -626,6 +635,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
626
635
  readonly 'border-neutrals-hover'?: any;
627
636
  readonly 'border-neutrals-inverted'?: any;
628
637
  readonly 'border-neutrals-subtle'?: any;
638
+ readonly 'border-neutrals-text-subtle'?: any;
639
+ readonly 'border-neutrals-text-subtle-active'?: any;
640
+ readonly 'border-neutrals-text-subtle-hover'?: any;
629
641
  readonly 'border-primary'?: any;
630
642
  readonly 'border-primary-active'?: any;
631
643
  readonly 'border-primary-hover'?: any;
@@ -1031,7 +1043,11 @@ interface ContentProps extends StyledContentProps {
1031
1043
  }
1032
1044
  declare const Content: react__default.ForwardRefExoticComponent<Pick<ContentProps, "slot" | "title" | "key" | "loop" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "asChild" | "css" | "UNSAFE_style" | "sticky" | "side" | "sideOffset" | "alignOffset" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onCloseAutoFocus" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceMount"> & react__default.RefAttributes<HTMLDivElement>>;
1033
1045
 
1034
- declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1046
+ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
1047
+ hasRightSlot?: boolean | "true" | undefined;
1048
+ }, "hasRightSlot"> & _stitches_react_types_styled_component.TransformProps<{
1049
+ hasRightSlot?: boolean | "true" | undefined;
1050
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1035
1051
  css?: _stitches_react_types_css_util.CSS<{}, {
1036
1052
  'border-widths': {
1037
1053
  readonly none: 0;
@@ -1104,7 +1120,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1104
1120
  readonly 'background-danger-prominent-active'?: any;
1105
1121
  readonly 'background-danger-prominent-hover'?: any;
1106
1122
  readonly 'background-neutrals'?: any;
1107
- readonly 'background-neutrals-body'?: any;
1108
1123
  readonly 'background-neutrals-container'?: any;
1109
1124
  readonly 'background-neutrals-controls-disabled'?: any;
1110
1125
  readonly 'background-neutrals-disabled'?: any;
@@ -1112,6 +1127,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1112
1127
  readonly 'background-neutrals-inactive-hover'?: any;
1113
1128
  readonly 'background-neutrals-inverted'?: any;
1114
1129
  readonly 'background-neutrals-inverted-subtle'?: any;
1130
+ readonly 'background-neutrals-page'?: any;
1131
+ readonly 'background-neutrals-page-subtle'?: any;
1115
1132
  readonly 'background-neutrals-scrolls'?: any;
1116
1133
  readonly 'background-neutrals-scrolls-hover'?: any;
1117
1134
  readonly 'background-neutrals-subtle'?: any;
@@ -1135,12 +1152,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1135
1152
  readonly 'text-neutrals'?: any;
1136
1153
  readonly 'text-neutrals-disabled'?: any;
1137
1154
  readonly 'text-neutrals-inverted'?: any;
1138
- readonly 'text-neutrals-link'?: any;
1139
- readonly 'text-neutrals-link-active'?: any;
1140
- readonly 'text-neutrals-link-hover'?: any;
1141
1155
  readonly 'text-neutrals-placeholder'?: any;
1142
1156
  readonly 'text-neutrals-placeholder-only'?: any;
1143
1157
  readonly 'text-neutrals-subtle'?: any;
1158
+ readonly 'text-neutrals-subtle-active'?: any;
1159
+ readonly 'text-neutrals-subtle-hover'?: any;
1144
1160
  readonly 'text-primary'?: any;
1145
1161
  readonly 'text-primary-active'?: any;
1146
1162
  readonly 'text-primary-hover'?: any;
@@ -1160,7 +1176,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1160
1176
  readonly 'icon-neutrals-inverted'?: any;
1161
1177
  readonly 'icon-neutrals-search'?: any;
1162
1178
  readonly 'icon-neutrals-subtle'?: any;
1163
- readonly 'icon-neutrals-with-text'?: any;
1179
+ readonly 'icon-neutrals-text'?: any;
1164
1180
  readonly 'icon-primary'?: any;
1165
1181
  readonly 'icon-primary-active'?: any;
1166
1182
  readonly 'icon-primary-hover'?: any;
@@ -1169,7 +1185,10 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1169
1185
  readonly 'icon-success'?: any;
1170
1186
  readonly 'icon-success-inverted'?: any;
1171
1187
  readonly 'icon-warning'?: any;
1188
+ readonly 'icon-warning-prominent'?: any;
1172
1189
  readonly 'border-danger'?: any;
1190
+ readonly 'border-danger-active'?: any;
1191
+ readonly 'border-danger-hover'?: any;
1173
1192
  readonly 'border-focus-inner'?: any;
1174
1193
  readonly 'border-focus-middle'?: any;
1175
1194
  readonly 'border-focus-outer'?: any;
@@ -1181,6 +1200,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1181
1200
  readonly 'border-neutrals-hover'?: any;
1182
1201
  readonly 'border-neutrals-inverted'?: any;
1183
1202
  readonly 'border-neutrals-subtle'?: any;
1203
+ readonly 'border-neutrals-text-subtle'?: any;
1204
+ readonly 'border-neutrals-text-subtle-active'?: any;
1205
+ readonly 'border-neutrals-text-subtle-hover'?: any;
1184
1206
  readonly 'border-primary'?: any;
1185
1207
  readonly 'border-primary-active'?: any;
1186
1208
  readonly 'border-primary-hover'?: any;
@@ -1472,7 +1494,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
1472
1494
  }> | undefined;
1473
1495
  }> & {
1474
1496
  children?: react.ReactNode;
1475
- } & _mirohq_design_system_stitches.CustomStylesProps, "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "asChild" | keyof _mirohq_design_system_stitches.CustomStylesProps | "textValue"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
1497
+ } & _mirohq_design_system_stitches.CustomStylesProps, "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "asChild" | keyof _mirohq_design_system_stitches.CustomStylesProps | "textValue" | "hasRightSlot"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>>, {
1498
+ hasRightSlot?: boolean | "true" | undefined;
1499
+ }, {}>;
1476
1500
  declare type StyledItemProps = StrictComponentProps<typeof StyledItem>;
1477
1501
 
1478
1502
  interface ItemProps extends StyledItemProps {
@@ -1489,12 +1513,12 @@ interface ItemProps extends StyledItemProps {
1489
1513
  */
1490
1514
  textValue?: string;
1491
1515
  }
1492
- declare const Item: react__default.ForwardRefExoticComponent<Pick<ItemProps, "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "asChild" | "css" | "UNSAFE_style" | "textValue"> & react__default.RefAttributes<HTMLDivElement>>;
1516
+ declare const Item: react__default.ForwardRefExoticComponent<Pick<ItemProps, "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "asChild" | "css" | "UNSAFE_style" | "textValue" | "hasRightSlot"> & react__default.RefAttributes<HTMLDivElement>>;
1493
1517
 
1494
1518
  declare type ItemPropsWithAnchor = ItemProps & AnchorHTMLAttributes<typeof Item>;
1495
1519
  interface LinkItemProps extends ItemPropsWithAnchor {
1496
1520
  }
1497
- declare const LinkItem: react__default.ForwardRefExoticComponent<Pick<LinkItemProps, "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "type" | "referrerPolicy" | "media" | "target" | "href" | "download" | "hrefLang" | "ping" | "rel" | "asChild" | "css" | "UNSAFE_style" | "textValue"> & react__default.RefAttributes<HTMLDivElement>>;
1521
+ declare const LinkItem: react__default.ForwardRefExoticComponent<Pick<LinkItemProps, "slot" | "style" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "type" | "referrerPolicy" | "media" | "target" | "href" | "download" | "hrefLang" | "ping" | "rel" | "asChild" | "css" | "UNSAFE_style" | "textValue" | "hasRightSlot"> & react__default.RefAttributes<HTMLDivElement>>;
1498
1522
 
1499
1523
  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<{}, {}> & {
1500
1524
  css?: _stitches_react_types_css_util.CSS<{}, {
@@ -1569,7 +1593,6 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1569
1593
  readonly 'background-danger-prominent-active'?: any;
1570
1594
  readonly 'background-danger-prominent-hover'?: any;
1571
1595
  readonly 'background-neutrals'?: any;
1572
- readonly 'background-neutrals-body'?: any;
1573
1596
  readonly 'background-neutrals-container'?: any;
1574
1597
  readonly 'background-neutrals-controls-disabled'?: any;
1575
1598
  readonly 'background-neutrals-disabled'?: any;
@@ -1577,6 +1600,8 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1577
1600
  readonly 'background-neutrals-inactive-hover'?: any;
1578
1601
  readonly 'background-neutrals-inverted'?: any;
1579
1602
  readonly 'background-neutrals-inverted-subtle'?: any;
1603
+ readonly 'background-neutrals-page'?: any;
1604
+ readonly 'background-neutrals-page-subtle'?: any;
1580
1605
  readonly 'background-neutrals-scrolls'?: any;
1581
1606
  readonly 'background-neutrals-scrolls-hover'?: any;
1582
1607
  readonly 'background-neutrals-subtle'?: any;
@@ -1600,12 +1625,11 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1600
1625
  readonly 'text-neutrals'?: any;
1601
1626
  readonly 'text-neutrals-disabled'?: any;
1602
1627
  readonly 'text-neutrals-inverted'?: any;
1603
- readonly 'text-neutrals-link'?: any;
1604
- readonly 'text-neutrals-link-active'?: any;
1605
- readonly 'text-neutrals-link-hover'?: any;
1606
1628
  readonly 'text-neutrals-placeholder'?: any;
1607
1629
  readonly 'text-neutrals-placeholder-only'?: any;
1608
1630
  readonly 'text-neutrals-subtle'?: any;
1631
+ readonly 'text-neutrals-subtle-active'?: any;
1632
+ readonly 'text-neutrals-subtle-hover'?: any;
1609
1633
  readonly 'text-primary'?: any;
1610
1634
  readonly 'text-primary-active'?: any;
1611
1635
  readonly 'text-primary-hover'?: any;
@@ -1625,7 +1649,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1625
1649
  readonly 'icon-neutrals-inverted'?: any;
1626
1650
  readonly 'icon-neutrals-search'?: any;
1627
1651
  readonly 'icon-neutrals-subtle'?: any;
1628
- readonly 'icon-neutrals-with-text'?: any;
1652
+ readonly 'icon-neutrals-text'?: any;
1629
1653
  readonly 'icon-primary'?: any;
1630
1654
  readonly 'icon-primary-active'?: any;
1631
1655
  readonly 'icon-primary-hover'?: any;
@@ -1634,7 +1658,10 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1634
1658
  readonly 'icon-success'?: any;
1635
1659
  readonly 'icon-success-inverted'?: any;
1636
1660
  readonly 'icon-warning'?: any;
1661
+ readonly 'icon-warning-prominent'?: any;
1637
1662
  readonly 'border-danger'?: any;
1663
+ readonly 'border-danger-active'?: any;
1664
+ readonly 'border-danger-hover'?: any;
1638
1665
  readonly 'border-focus-inner'?: any;
1639
1666
  readonly 'border-focus-middle'?: any;
1640
1667
  readonly 'border-focus-outer'?: any;
@@ -1646,6 +1673,9 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
1646
1673
  readonly 'border-neutrals-hover'?: any;
1647
1674
  readonly 'border-neutrals-inverted'?: any;
1648
1675
  readonly 'border-neutrals-subtle'?: any;
1676
+ readonly 'border-neutrals-text-subtle'?: any;
1677
+ readonly 'border-neutrals-text-subtle-active'?: any;
1678
+ readonly 'border-neutrals-text-subtle-hover'?: any;
1649
1679
  readonly 'border-primary'?: any;
1650
1680
  readonly 'border-primary-active'?: any;
1651
1681
  readonly 'border-primary-hover'?: any;
@@ -2025,7 +2055,6 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2025
2055
  readonly 'background-danger-prominent-active'?: any;
2026
2056
  readonly 'background-danger-prominent-hover'?: any;
2027
2057
  readonly 'background-neutrals'?: any;
2028
- readonly 'background-neutrals-body'?: any;
2029
2058
  readonly 'background-neutrals-container'?: any;
2030
2059
  readonly 'background-neutrals-controls-disabled'?: any;
2031
2060
  readonly 'background-neutrals-disabled'?: any;
@@ -2033,6 +2062,8 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2033
2062
  readonly 'background-neutrals-inactive-hover'?: any;
2034
2063
  readonly 'background-neutrals-inverted'?: any;
2035
2064
  readonly 'background-neutrals-inverted-subtle'?: any;
2065
+ readonly 'background-neutrals-page'?: any;
2066
+ readonly 'background-neutrals-page-subtle'?: any;
2036
2067
  readonly 'background-neutrals-scrolls'?: any;
2037
2068
  readonly 'background-neutrals-scrolls-hover'?: any;
2038
2069
  readonly 'background-neutrals-subtle'?: any;
@@ -2056,12 +2087,11 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2056
2087
  readonly 'text-neutrals'?: any;
2057
2088
  readonly 'text-neutrals-disabled'?: any;
2058
2089
  readonly 'text-neutrals-inverted'?: any;
2059
- readonly 'text-neutrals-link'?: any;
2060
- readonly 'text-neutrals-link-active'?: any;
2061
- readonly 'text-neutrals-link-hover'?: any;
2062
2090
  readonly 'text-neutrals-placeholder'?: any;
2063
2091
  readonly 'text-neutrals-placeholder-only'?: any;
2064
2092
  readonly 'text-neutrals-subtle'?: any;
2093
+ readonly 'text-neutrals-subtle-active'?: any;
2094
+ readonly 'text-neutrals-subtle-hover'?: any;
2065
2095
  readonly 'text-primary'?: any;
2066
2096
  readonly 'text-primary-active'?: any;
2067
2097
  readonly 'text-primary-hover'?: any;
@@ -2081,7 +2111,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2081
2111
  readonly 'icon-neutrals-inverted'?: any;
2082
2112
  readonly 'icon-neutrals-search'?: any;
2083
2113
  readonly 'icon-neutrals-subtle'?: any;
2084
- readonly 'icon-neutrals-with-text'?: any;
2114
+ readonly 'icon-neutrals-text'?: any;
2085
2115
  readonly 'icon-primary'?: any;
2086
2116
  readonly 'icon-primary-active'?: any;
2087
2117
  readonly 'icon-primary-hover'?: any;
@@ -2090,7 +2120,10 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2090
2120
  readonly 'icon-success'?: any;
2091
2121
  readonly 'icon-success-inverted'?: any;
2092
2122
  readonly 'icon-warning'?: any;
2123
+ readonly 'icon-warning-prominent'?: any;
2093
2124
  readonly 'border-danger'?: any;
2125
+ readonly 'border-danger-active'?: any;
2126
+ readonly 'border-danger-hover'?: any;
2094
2127
  readonly 'border-focus-inner'?: any;
2095
2128
  readonly 'border-focus-middle'?: any;
2096
2129
  readonly 'border-focus-outer'?: any;
@@ -2102,6 +2135,9 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2102
2135
  readonly 'border-neutrals-hover'?: any;
2103
2136
  readonly 'border-neutrals-inverted'?: any;
2104
2137
  readonly 'border-neutrals-subtle'?: any;
2138
+ readonly 'border-neutrals-text-subtle'?: any;
2139
+ readonly 'border-neutrals-text-subtle-active'?: any;
2140
+ readonly 'border-neutrals-text-subtle-hover'?: any;
2105
2141
  readonly 'border-primary'?: any;
2106
2142
  readonly 'border-primary-active'?: any;
2107
2143
  readonly 'border-primary-hover'?: any;
@@ -2489,7 +2525,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2489
2525
  readonly 'background-danger-prominent-active'?: any;
2490
2526
  readonly 'background-danger-prominent-hover'?: any;
2491
2527
  readonly 'background-neutrals'?: any;
2492
- readonly 'background-neutrals-body'?: any;
2493
2528
  readonly 'background-neutrals-container'?: any;
2494
2529
  readonly 'background-neutrals-controls-disabled'?: any;
2495
2530
  readonly 'background-neutrals-disabled'?: any;
@@ -2497,6 +2532,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2497
2532
  readonly 'background-neutrals-inactive-hover'?: any;
2498
2533
  readonly 'background-neutrals-inverted'?: any;
2499
2534
  readonly 'background-neutrals-inverted-subtle'?: any;
2535
+ readonly 'background-neutrals-page'?: any;
2536
+ readonly 'background-neutrals-page-subtle'?: any;
2500
2537
  readonly 'background-neutrals-scrolls'?: any;
2501
2538
  readonly 'background-neutrals-scrolls-hover'?: any;
2502
2539
  readonly 'background-neutrals-subtle'?: any;
@@ -2520,12 +2557,11 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2520
2557
  readonly 'text-neutrals'?: any;
2521
2558
  readonly 'text-neutrals-disabled'?: any;
2522
2559
  readonly 'text-neutrals-inverted'?: any;
2523
- readonly 'text-neutrals-link'?: any;
2524
- readonly 'text-neutrals-link-active'?: any;
2525
- readonly 'text-neutrals-link-hover'?: any;
2526
2560
  readonly 'text-neutrals-placeholder'?: any;
2527
2561
  readonly 'text-neutrals-placeholder-only'?: any;
2528
2562
  readonly 'text-neutrals-subtle'?: any;
2563
+ readonly 'text-neutrals-subtle-active'?: any;
2564
+ readonly 'text-neutrals-subtle-hover'?: any;
2529
2565
  readonly 'text-primary'?: any;
2530
2566
  readonly 'text-primary-active'?: any;
2531
2567
  readonly 'text-primary-hover'?: any;
@@ -2545,7 +2581,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2545
2581
  readonly 'icon-neutrals-inverted'?: any;
2546
2582
  readonly 'icon-neutrals-search'?: any;
2547
2583
  readonly 'icon-neutrals-subtle'?: any;
2548
- readonly 'icon-neutrals-with-text'?: any;
2584
+ readonly 'icon-neutrals-text'?: any;
2549
2585
  readonly 'icon-primary'?: any;
2550
2586
  readonly 'icon-primary-active'?: any;
2551
2587
  readonly 'icon-primary-hover'?: any;
@@ -2554,7 +2590,10 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2554
2590
  readonly 'icon-success'?: any;
2555
2591
  readonly 'icon-success-inverted'?: any;
2556
2592
  readonly 'icon-warning'?: any;
2593
+ readonly 'icon-warning-prominent'?: any;
2557
2594
  readonly 'border-danger'?: any;
2595
+ readonly 'border-danger-active'?: any;
2596
+ readonly 'border-danger-hover'?: any;
2558
2597
  readonly 'border-focus-inner'?: any;
2559
2598
  readonly 'border-focus-middle'?: any;
2560
2599
  readonly 'border-focus-outer'?: any;
@@ -2566,6 +2605,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
2566
2605
  readonly 'border-neutrals-hover'?: any;
2567
2606
  readonly 'border-neutrals-inverted'?: any;
2568
2607
  readonly 'border-neutrals-subtle'?: any;
2608
+ readonly 'border-neutrals-text-subtle'?: any;
2609
+ readonly 'border-neutrals-text-subtle-active'?: any;
2610
+ readonly 'border-neutrals-text-subtle-hover'?: any;
2569
2611
  readonly 'border-primary'?: any;
2570
2612
  readonly 'border-primary-active'?: any;
2571
2613
  readonly 'border-primary-hover'?: any;
@@ -2945,7 +2987,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
2945
2987
  readonly 'background-danger-prominent-active'?: any;
2946
2988
  readonly 'background-danger-prominent-hover'?: any;
2947
2989
  readonly 'background-neutrals'?: any;
2948
- readonly 'background-neutrals-body'?: any;
2949
2990
  readonly 'background-neutrals-container'?: any;
2950
2991
  readonly 'background-neutrals-controls-disabled'?: any;
2951
2992
  readonly 'background-neutrals-disabled'?: any;
@@ -2953,6 +2994,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
2953
2994
  readonly 'background-neutrals-inactive-hover'?: any;
2954
2995
  readonly 'background-neutrals-inverted'?: any;
2955
2996
  readonly 'background-neutrals-inverted-subtle'?: any;
2997
+ readonly 'background-neutrals-page'?: any;
2998
+ readonly 'background-neutrals-page-subtle'?: any;
2956
2999
  readonly 'background-neutrals-scrolls'?: any;
2957
3000
  readonly 'background-neutrals-scrolls-hover'?: any;
2958
3001
  readonly 'background-neutrals-subtle'?: any;
@@ -2976,12 +3019,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
2976
3019
  readonly 'text-neutrals'?: any;
2977
3020
  readonly 'text-neutrals-disabled'?: any;
2978
3021
  readonly 'text-neutrals-inverted'?: any;
2979
- readonly 'text-neutrals-link'?: any;
2980
- readonly 'text-neutrals-link-active'?: any;
2981
- readonly 'text-neutrals-link-hover'?: any;
2982
3022
  readonly 'text-neutrals-placeholder'?: any;
2983
3023
  readonly 'text-neutrals-placeholder-only'?: any;
2984
3024
  readonly 'text-neutrals-subtle'?: any;
3025
+ readonly 'text-neutrals-subtle-active'?: any;
3026
+ readonly 'text-neutrals-subtle-hover'?: any;
2985
3027
  readonly 'text-primary'?: any;
2986
3028
  readonly 'text-primary-active'?: any;
2987
3029
  readonly 'text-primary-hover'?: any;
@@ -3001,7 +3043,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3001
3043
  readonly 'icon-neutrals-inverted'?: any;
3002
3044
  readonly 'icon-neutrals-search'?: any;
3003
3045
  readonly 'icon-neutrals-subtle'?: any;
3004
- readonly 'icon-neutrals-with-text'?: any;
3046
+ readonly 'icon-neutrals-text'?: any;
3005
3047
  readonly 'icon-primary'?: any;
3006
3048
  readonly 'icon-primary-active'?: any;
3007
3049
  readonly 'icon-primary-hover'?: any;
@@ -3010,7 +3052,10 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3010
3052
  readonly 'icon-success'?: any;
3011
3053
  readonly 'icon-success-inverted'?: any;
3012
3054
  readonly 'icon-warning'?: any;
3055
+ readonly 'icon-warning-prominent'?: any;
3013
3056
  readonly 'border-danger'?: any;
3057
+ readonly 'border-danger-active'?: any;
3058
+ readonly 'border-danger-hover'?: any;
3014
3059
  readonly 'border-focus-inner'?: any;
3015
3060
  readonly 'border-focus-middle'?: any;
3016
3061
  readonly 'border-focus-outer'?: any;
@@ -3022,6 +3067,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
3022
3067
  readonly 'border-neutrals-hover'?: any;
3023
3068
  readonly 'border-neutrals-inverted'?: any;
3024
3069
  readonly 'border-neutrals-subtle'?: any;
3070
+ readonly 'border-neutrals-text-subtle'?: any;
3071
+ readonly 'border-neutrals-text-subtle-active'?: any;
3072
+ readonly 'border-neutrals-text-subtle-hover'?: any;
3025
3073
  readonly 'border-primary'?: any;
3026
3074
  readonly 'border-primary-active'?: any;
3027
3075
  readonly 'border-primary-hover'?: any;
@@ -3399,7 +3447,6 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3399
3447
  readonly 'background-danger-prominent-active'?: any;
3400
3448
  readonly 'background-danger-prominent-hover'?: any;
3401
3449
  readonly 'background-neutrals'?: any;
3402
- readonly 'background-neutrals-body'?: any;
3403
3450
  readonly 'background-neutrals-container'?: any;
3404
3451
  readonly 'background-neutrals-controls-disabled'?: any;
3405
3452
  readonly 'background-neutrals-disabled'?: any;
@@ -3407,6 +3454,8 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3407
3454
  readonly 'background-neutrals-inactive-hover'?: any;
3408
3455
  readonly 'background-neutrals-inverted'?: any;
3409
3456
  readonly 'background-neutrals-inverted-subtle'?: any;
3457
+ readonly 'background-neutrals-page'?: any;
3458
+ readonly 'background-neutrals-page-subtle'?: any;
3410
3459
  readonly 'background-neutrals-scrolls'?: any;
3411
3460
  readonly 'background-neutrals-scrolls-hover'?: any;
3412
3461
  readonly 'background-neutrals-subtle'?: any;
@@ -3430,12 +3479,11 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3430
3479
  readonly 'text-neutrals'?: any;
3431
3480
  readonly 'text-neutrals-disabled'?: any;
3432
3481
  readonly 'text-neutrals-inverted'?: any;
3433
- readonly 'text-neutrals-link'?: any;
3434
- readonly 'text-neutrals-link-active'?: any;
3435
- readonly 'text-neutrals-link-hover'?: any;
3436
3482
  readonly 'text-neutrals-placeholder'?: any;
3437
3483
  readonly 'text-neutrals-placeholder-only'?: any;
3438
3484
  readonly 'text-neutrals-subtle'?: any;
3485
+ readonly 'text-neutrals-subtle-active'?: any;
3486
+ readonly 'text-neutrals-subtle-hover'?: any;
3439
3487
  readonly 'text-primary'?: any;
3440
3488
  readonly 'text-primary-active'?: any;
3441
3489
  readonly 'text-primary-hover'?: any;
@@ -3455,7 +3503,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3455
3503
  readonly 'icon-neutrals-inverted'?: any;
3456
3504
  readonly 'icon-neutrals-search'?: any;
3457
3505
  readonly 'icon-neutrals-subtle'?: any;
3458
- readonly 'icon-neutrals-with-text'?: any;
3506
+ readonly 'icon-neutrals-text'?: any;
3459
3507
  readonly 'icon-primary'?: any;
3460
3508
  readonly 'icon-primary-active'?: any;
3461
3509
  readonly 'icon-primary-hover'?: any;
@@ -3464,7 +3512,10 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3464
3512
  readonly 'icon-success'?: any;
3465
3513
  readonly 'icon-success-inverted'?: any;
3466
3514
  readonly 'icon-warning'?: any;
3515
+ readonly 'icon-warning-prominent'?: any;
3467
3516
  readonly 'border-danger'?: any;
3517
+ readonly 'border-danger-active'?: any;
3518
+ readonly 'border-danger-hover'?: any;
3468
3519
  readonly 'border-focus-inner'?: any;
3469
3520
  readonly 'border-focus-middle'?: any;
3470
3521
  readonly 'border-focus-outer'?: any;
@@ -3476,6 +3527,9 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3476
3527
  readonly 'border-neutrals-hover'?: any;
3477
3528
  readonly 'border-neutrals-inverted'?: any;
3478
3529
  readonly 'border-neutrals-subtle'?: any;
3530
+ readonly 'border-neutrals-text-subtle'?: any;
3531
+ readonly 'border-neutrals-text-subtle-active'?: any;
3532
+ readonly 'border-neutrals-text-subtle-hover'?: any;
3479
3533
  readonly 'border-primary'?: any;
3480
3534
  readonly 'border-primary-active'?: any;
3481
3535
  readonly 'border-primary-hover'?: any;
@@ -3857,7 +3911,6 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3857
3911
  readonly 'background-danger-prominent-active'?: any;
3858
3912
  readonly 'background-danger-prominent-hover'?: any;
3859
3913
  readonly 'background-neutrals'?: any;
3860
- readonly 'background-neutrals-body'?: any;
3861
3914
  readonly 'background-neutrals-container'?: any;
3862
3915
  readonly 'background-neutrals-controls-disabled'?: any;
3863
3916
  readonly 'background-neutrals-disabled'?: any;
@@ -3865,6 +3918,8 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3865
3918
  readonly 'background-neutrals-inactive-hover'?: any;
3866
3919
  readonly 'background-neutrals-inverted'?: any;
3867
3920
  readonly 'background-neutrals-inverted-subtle'?: any;
3921
+ readonly 'background-neutrals-page'?: any;
3922
+ readonly 'background-neutrals-page-subtle'?: any;
3868
3923
  readonly 'background-neutrals-scrolls'?: any;
3869
3924
  readonly 'background-neutrals-scrolls-hover'?: any;
3870
3925
  readonly 'background-neutrals-subtle'?: any;
@@ -3888,12 +3943,11 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3888
3943
  readonly 'text-neutrals'?: any;
3889
3944
  readonly 'text-neutrals-disabled'?: any;
3890
3945
  readonly 'text-neutrals-inverted'?: any;
3891
- readonly 'text-neutrals-link'?: any;
3892
- readonly 'text-neutrals-link-active'?: any;
3893
- readonly 'text-neutrals-link-hover'?: any;
3894
3946
  readonly 'text-neutrals-placeholder'?: any;
3895
3947
  readonly 'text-neutrals-placeholder-only'?: any;
3896
3948
  readonly 'text-neutrals-subtle'?: any;
3949
+ readonly 'text-neutrals-subtle-active'?: any;
3950
+ readonly 'text-neutrals-subtle-hover'?: any;
3897
3951
  readonly 'text-primary'?: any;
3898
3952
  readonly 'text-primary-active'?: any;
3899
3953
  readonly 'text-primary-hover'?: any;
@@ -3913,7 +3967,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3913
3967
  readonly 'icon-neutrals-inverted'?: any;
3914
3968
  readonly 'icon-neutrals-search'?: any;
3915
3969
  readonly 'icon-neutrals-subtle'?: any;
3916
- readonly 'icon-neutrals-with-text'?: any;
3970
+ readonly 'icon-neutrals-text'?: any;
3917
3971
  readonly 'icon-primary'?: any;
3918
3972
  readonly 'icon-primary-active'?: any;
3919
3973
  readonly 'icon-primary-hover'?: any;
@@ -3922,7 +3976,10 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3922
3976
  readonly 'icon-success'?: any;
3923
3977
  readonly 'icon-success-inverted'?: any;
3924
3978
  readonly 'icon-warning'?: any;
3979
+ readonly 'icon-warning-prominent'?: any;
3925
3980
  readonly 'border-danger'?: any;
3981
+ readonly 'border-danger-active'?: any;
3982
+ readonly 'border-danger-hover'?: any;
3926
3983
  readonly 'border-focus-inner'?: any;
3927
3984
  readonly 'border-focus-middle'?: any;
3928
3985
  readonly 'border-focus-outer'?: any;
@@ -3934,6 +3991,9 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
3934
3991
  readonly 'border-neutrals-hover'?: any;
3935
3992
  readonly 'border-neutrals-inverted'?: any;
3936
3993
  readonly 'border-neutrals-subtle'?: any;
3994
+ readonly 'border-neutrals-text-subtle'?: any;
3995
+ readonly 'border-neutrals-text-subtle-active'?: any;
3996
+ readonly 'border-neutrals-text-subtle-hover'?: any;
3937
3997
  readonly 'border-primary'?: any;
3938
3998
  readonly 'border-primary-active'?: any;
3939
3999
  readonly 'border-primary-hover'?: any;
@@ -4375,7 +4435,6 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4375
4435
  readonly 'background-danger-prominent-active'?: any;
4376
4436
  readonly 'background-danger-prominent-hover'?: any;
4377
4437
  readonly 'background-neutrals'?: any;
4378
- readonly 'background-neutrals-body'?: any;
4379
4438
  readonly 'background-neutrals-container'?: any;
4380
4439
  readonly 'background-neutrals-controls-disabled'?: any;
4381
4440
  readonly 'background-neutrals-disabled'?: any;
@@ -4383,6 +4442,8 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4383
4442
  readonly 'background-neutrals-inactive-hover'?: any;
4384
4443
  readonly 'background-neutrals-inverted'?: any;
4385
4444
  readonly 'background-neutrals-inverted-subtle'?: any;
4445
+ readonly 'background-neutrals-page'?: any;
4446
+ readonly 'background-neutrals-page-subtle'?: any;
4386
4447
  readonly 'background-neutrals-scrolls'?: any;
4387
4448
  readonly 'background-neutrals-scrolls-hover'?: any;
4388
4449
  readonly 'background-neutrals-subtle'?: any;
@@ -4406,12 +4467,11 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4406
4467
  readonly 'text-neutrals'?: any;
4407
4468
  readonly 'text-neutrals-disabled'?: any;
4408
4469
  readonly 'text-neutrals-inverted'?: any;
4409
- readonly 'text-neutrals-link'?: any;
4410
- readonly 'text-neutrals-link-active'?: any;
4411
- readonly 'text-neutrals-link-hover'?: any;
4412
4470
  readonly 'text-neutrals-placeholder'?: any;
4413
4471
  readonly 'text-neutrals-placeholder-only'?: any;
4414
4472
  readonly 'text-neutrals-subtle'?: any;
4473
+ readonly 'text-neutrals-subtle-active'?: any;
4474
+ readonly 'text-neutrals-subtle-hover'?: any;
4415
4475
  readonly 'text-primary'?: any;
4416
4476
  readonly 'text-primary-active'?: any;
4417
4477
  readonly 'text-primary-hover'?: any;
@@ -4431,7 +4491,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4431
4491
  readonly 'icon-neutrals-inverted'?: any;
4432
4492
  readonly 'icon-neutrals-search'?: any;
4433
4493
  readonly 'icon-neutrals-subtle'?: any;
4434
- readonly 'icon-neutrals-with-text'?: any;
4494
+ readonly 'icon-neutrals-text'?: any;
4435
4495
  readonly 'icon-primary'?: any;
4436
4496
  readonly 'icon-primary-active'?: any;
4437
4497
  readonly 'icon-primary-hover'?: any;
@@ -4440,7 +4500,10 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4440
4500
  readonly 'icon-success'?: any;
4441
4501
  readonly 'icon-success-inverted'?: any;
4442
4502
  readonly 'icon-warning'?: any;
4503
+ readonly 'icon-warning-prominent'?: any;
4443
4504
  readonly 'border-danger'?: any;
4505
+ readonly 'border-danger-active'?: any;
4506
+ readonly 'border-danger-hover'?: any;
4444
4507
  readonly 'border-focus-inner'?: any;
4445
4508
  readonly 'border-focus-middle'?: any;
4446
4509
  readonly 'border-focus-outer'?: any;
@@ -4452,6 +4515,9 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
4452
4515
  readonly 'border-neutrals-hover'?: any;
4453
4516
  readonly 'border-neutrals-inverted'?: any;
4454
4517
  readonly 'border-neutrals-subtle'?: any;
4518
+ readonly 'border-neutrals-text-subtle'?: any;
4519
+ readonly 'border-neutrals-text-subtle-active'?: any;
4520
+ readonly 'border-neutrals-text-subtle-hover'?: any;
4455
4521
  readonly 'border-primary'?: any;
4456
4522
  readonly 'border-primary-active'?: any;
4457
4523
  readonly 'border-primary-hover'?: any;
@@ -4859,7 +4925,6 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
4859
4925
  readonly 'background-danger-prominent-active'?: any;
4860
4926
  readonly 'background-danger-prominent-hover'?: any;
4861
4927
  readonly 'background-neutrals'?: any;
4862
- readonly 'background-neutrals-body'?: any;
4863
4928
  readonly 'background-neutrals-container'?: any;
4864
4929
  readonly 'background-neutrals-controls-disabled'?: any;
4865
4930
  readonly 'background-neutrals-disabled'?: any;
@@ -4867,6 +4932,8 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
4867
4932
  readonly 'background-neutrals-inactive-hover'?: any;
4868
4933
  readonly 'background-neutrals-inverted'?: any;
4869
4934
  readonly 'background-neutrals-inverted-subtle'?: any;
4935
+ readonly 'background-neutrals-page'?: any;
4936
+ readonly 'background-neutrals-page-subtle'?: any;
4870
4937
  readonly 'background-neutrals-scrolls'?: any;
4871
4938
  readonly 'background-neutrals-scrolls-hover'?: any;
4872
4939
  readonly 'background-neutrals-subtle'?: any;
@@ -4890,12 +4957,11 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
4890
4957
  readonly 'text-neutrals'?: any;
4891
4958
  readonly 'text-neutrals-disabled'?: any;
4892
4959
  readonly 'text-neutrals-inverted'?: any;
4893
- readonly 'text-neutrals-link'?: any;
4894
- readonly 'text-neutrals-link-active'?: any;
4895
- readonly 'text-neutrals-link-hover'?: any;
4896
4960
  readonly 'text-neutrals-placeholder'?: any;
4897
4961
  readonly 'text-neutrals-placeholder-only'?: any;
4898
4962
  readonly 'text-neutrals-subtle'?: any;
4963
+ readonly 'text-neutrals-subtle-active'?: any;
4964
+ readonly 'text-neutrals-subtle-hover'?: any;
4899
4965
  readonly 'text-primary'?: any;
4900
4966
  readonly 'text-primary-active'?: any;
4901
4967
  readonly 'text-primary-hover'?: any;
@@ -4915,7 +4981,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
4915
4981
  readonly 'icon-neutrals-inverted'?: any;
4916
4982
  readonly 'icon-neutrals-search'?: any;
4917
4983
  readonly 'icon-neutrals-subtle'?: any;
4918
- readonly 'icon-neutrals-with-text'?: any;
4984
+ readonly 'icon-neutrals-text'?: any;
4919
4985
  readonly 'icon-primary'?: any;
4920
4986
  readonly 'icon-primary-active'?: any;
4921
4987
  readonly 'icon-primary-hover'?: any;
@@ -4924,7 +4990,10 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
4924
4990
  readonly 'icon-success'?: any;
4925
4991
  readonly 'icon-success-inverted'?: any;
4926
4992
  readonly 'icon-warning'?: any;
4993
+ readonly 'icon-warning-prominent'?: any;
4927
4994
  readonly 'border-danger'?: any;
4995
+ readonly 'border-danger-active'?: any;
4996
+ readonly 'border-danger-hover'?: any;
4928
4997
  readonly 'border-focus-inner'?: any;
4929
4998
  readonly 'border-focus-middle'?: any;
4930
4999
  readonly 'border-focus-outer'?: any;
@@ -4936,6 +5005,9 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
4936
5005
  readonly 'border-neutrals-hover'?: any;
4937
5006
  readonly 'border-neutrals-inverted'?: any;
4938
5007
  readonly 'border-neutrals-subtle'?: any;
5008
+ readonly 'border-neutrals-text-subtle'?: any;
5009
+ readonly 'border-neutrals-text-subtle-active'?: any;
5010
+ readonly 'border-neutrals-text-subtle-hover'?: any;
4939
5011
  readonly 'border-primary'?: any;
4940
5012
  readonly 'border-primary-active'?: any;
4941
5013
  readonly 'border-primary-hover'?: any;