@mirohq/design-system-dropdown-menu 3.3.0-dropdown.4 → 3.3.0-dropdown.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +137 -45
- package/dist/main.js.map +1 -1
- package/dist/module.js +138 -46
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +141 -123
- package/package.json +8 -8
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';
|
|
@@ -203,28 +203,28 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
203
203
|
readonly 'icon-400': "32px";
|
|
204
204
|
};
|
|
205
205
|
space: {
|
|
206
|
-
readonly
|
|
206
|
+
readonly 0: 0;
|
|
207
207
|
readonly 50: "4px";
|
|
208
208
|
readonly 100: "8px";
|
|
209
209
|
readonly 150: "12px";
|
|
210
210
|
readonly 200: "16px";
|
|
211
211
|
readonly 300: "24px";
|
|
212
212
|
readonly 400: "32px";
|
|
213
|
-
readonly 500: "
|
|
213
|
+
readonly 500: "40px";
|
|
214
214
|
readonly 600: "48px";
|
|
215
215
|
readonly 800: "64px";
|
|
216
216
|
readonly 1200: "96px";
|
|
217
217
|
readonly 1600: "128px";
|
|
218
218
|
};
|
|
219
219
|
'space-gap': {
|
|
220
|
-
readonly
|
|
220
|
+
readonly 0: any;
|
|
221
221
|
readonly 50: any;
|
|
222
222
|
readonly 100: any;
|
|
223
223
|
readonly 200: any;
|
|
224
224
|
readonly 300: any;
|
|
225
225
|
};
|
|
226
226
|
'space-inset': {
|
|
227
|
-
readonly
|
|
227
|
+
readonly 0: any;
|
|
228
228
|
readonly 50: any;
|
|
229
229
|
readonly 100: any;
|
|
230
230
|
readonly 150: any;
|
|
@@ -237,7 +237,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
237
237
|
readonly 1600: any;
|
|
238
238
|
};
|
|
239
239
|
'space-offset': {
|
|
240
|
-
readonly
|
|
240
|
+
readonly 0: any;
|
|
241
241
|
readonly 50: any;
|
|
242
242
|
readonly 100: any;
|
|
243
243
|
readonly 150: any;
|
|
@@ -248,7 +248,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
248
248
|
readonly 800: any;
|
|
249
249
|
readonly 1200: any;
|
|
250
250
|
readonly 1600: any;
|
|
251
|
-
readonly 'stacking-
|
|
251
|
+
readonly 'stacking-0': any;
|
|
252
252
|
readonly 'stacking-100': any;
|
|
253
253
|
readonly 'stacking-200': any;
|
|
254
254
|
readonly 'stacking-300': any;
|
|
@@ -478,7 +478,11 @@ interface CheckboxItemProps extends Omit<StyledCheckboxItemProps, 'onChange'> {
|
|
|
478
478
|
}
|
|
479
479
|
declare const CheckboxItem: react__default.ForwardRefExoticComponent<Pick<CheckboxItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "checked" | "disabled" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "textValue"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
480
480
|
|
|
481
|
-
declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
481
|
+
declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
482
|
+
containerSpacing?: "small" | "medium" | "large" | undefined;
|
|
483
|
+
}, "containerSpacing"> & _stitches_react_types_styled_component.TransformProps<{
|
|
484
|
+
containerSpacing?: "small" | "medium" | "large" | undefined;
|
|
485
|
+
}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
482
486
|
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
483
487
|
'border-widths': {
|
|
484
488
|
readonly none: 0;
|
|
@@ -672,28 +676,28 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
672
676
|
readonly 'icon-400': "32px";
|
|
673
677
|
};
|
|
674
678
|
space: {
|
|
675
|
-
readonly
|
|
679
|
+
readonly 0: 0;
|
|
676
680
|
readonly 50: "4px";
|
|
677
681
|
readonly 100: "8px";
|
|
678
682
|
readonly 150: "12px";
|
|
679
683
|
readonly 200: "16px";
|
|
680
684
|
readonly 300: "24px";
|
|
681
685
|
readonly 400: "32px";
|
|
682
|
-
readonly 500: "
|
|
686
|
+
readonly 500: "40px";
|
|
683
687
|
readonly 600: "48px";
|
|
684
688
|
readonly 800: "64px";
|
|
685
689
|
readonly 1200: "96px";
|
|
686
690
|
readonly 1600: "128px";
|
|
687
691
|
};
|
|
688
692
|
'space-gap': {
|
|
689
|
-
readonly
|
|
693
|
+
readonly 0: any;
|
|
690
694
|
readonly 50: any;
|
|
691
695
|
readonly 100: any;
|
|
692
696
|
readonly 200: any;
|
|
693
697
|
readonly 300: any;
|
|
694
698
|
};
|
|
695
699
|
'space-inset': {
|
|
696
|
-
readonly
|
|
700
|
+
readonly 0: any;
|
|
697
701
|
readonly 50: any;
|
|
698
702
|
readonly 100: any;
|
|
699
703
|
readonly 150: any;
|
|
@@ -706,7 +710,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
706
710
|
readonly 1600: any;
|
|
707
711
|
};
|
|
708
712
|
'space-offset': {
|
|
709
|
-
readonly
|
|
713
|
+
readonly 0: any;
|
|
710
714
|
readonly 50: any;
|
|
711
715
|
readonly 100: any;
|
|
712
716
|
readonly 150: any;
|
|
@@ -717,7 +721,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
717
721
|
readonly 800: any;
|
|
718
722
|
readonly 1200: any;
|
|
719
723
|
readonly 1600: any;
|
|
720
|
-
readonly 'stacking-
|
|
724
|
+
readonly 'stacking-0': any;
|
|
721
725
|
readonly 'stacking-100': any;
|
|
722
726
|
readonly 'stacking-200': any;
|
|
723
727
|
readonly 'stacking-300': any;
|
|
@@ -919,7 +923,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
919
923
|
}> | undefined;
|
|
920
924
|
}> & {
|
|
921
925
|
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>>, {
|
|
926
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "loop" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "align" | "sticky" | keyof _mirohq_design_system_stitches.CustomStylesProps | "containerSpacing" | "side" | "sideOffset" | "alignOffset" | "arrowPadding" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onCloseAutoFocus" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceMount"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>>, {
|
|
927
|
+
containerSpacing?: "small" | "medium" | "large" | undefined;
|
|
928
|
+
}, {}>;
|
|
923
929
|
declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
|
|
924
930
|
|
|
925
931
|
declare type PointerDownOutsideEvent = CustomEvent<{
|
|
@@ -1030,10 +1036,18 @@ interface ContentProps extends StyledContentProps {
|
|
|
1030
1036
|
* Whether to hide the content when the trigger becomes fully occluded.
|
|
1031
1037
|
*/
|
|
1032
1038
|
hideWhenDetached?: boolean;
|
|
1039
|
+
/**
|
|
1040
|
+
* The spacing around container
|
|
1041
|
+
*/
|
|
1042
|
+
containerSpacing?: StyledContentProps['containerSpacing'];
|
|
1033
1043
|
}
|
|
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>>;
|
|
1044
|
+
declare const Content: react__default.ForwardRefExoticComponent<Pick<ContentProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "loop" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "align" | "sticky" | "containerSpacing" | "side" | "sideOffset" | "alignOffset" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onCloseAutoFocus" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceMount"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1035
1045
|
|
|
1036
|
-
declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
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<{}, {}> & {
|
|
1037
1051
|
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
1038
1052
|
'border-widths': {
|
|
1039
1053
|
readonly none: 0;
|
|
@@ -1227,28 +1241,28 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1227
1241
|
readonly 'icon-400': "32px";
|
|
1228
1242
|
};
|
|
1229
1243
|
space: {
|
|
1230
|
-
readonly
|
|
1244
|
+
readonly 0: 0;
|
|
1231
1245
|
readonly 50: "4px";
|
|
1232
1246
|
readonly 100: "8px";
|
|
1233
1247
|
readonly 150: "12px";
|
|
1234
1248
|
readonly 200: "16px";
|
|
1235
1249
|
readonly 300: "24px";
|
|
1236
1250
|
readonly 400: "32px";
|
|
1237
|
-
readonly 500: "
|
|
1251
|
+
readonly 500: "40px";
|
|
1238
1252
|
readonly 600: "48px";
|
|
1239
1253
|
readonly 800: "64px";
|
|
1240
1254
|
readonly 1200: "96px";
|
|
1241
1255
|
readonly 1600: "128px";
|
|
1242
1256
|
};
|
|
1243
1257
|
'space-gap': {
|
|
1244
|
-
readonly
|
|
1258
|
+
readonly 0: any;
|
|
1245
1259
|
readonly 50: any;
|
|
1246
1260
|
readonly 100: any;
|
|
1247
1261
|
readonly 200: any;
|
|
1248
1262
|
readonly 300: any;
|
|
1249
1263
|
};
|
|
1250
1264
|
'space-inset': {
|
|
1251
|
-
readonly
|
|
1265
|
+
readonly 0: any;
|
|
1252
1266
|
readonly 50: any;
|
|
1253
1267
|
readonly 100: any;
|
|
1254
1268
|
readonly 150: any;
|
|
@@ -1261,7 +1275,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1261
1275
|
readonly 1600: any;
|
|
1262
1276
|
};
|
|
1263
1277
|
'space-offset': {
|
|
1264
|
-
readonly
|
|
1278
|
+
readonly 0: any;
|
|
1265
1279
|
readonly 50: any;
|
|
1266
1280
|
readonly 100: any;
|
|
1267
1281
|
readonly 150: any;
|
|
@@ -1272,7 +1286,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1272
1286
|
readonly 800: any;
|
|
1273
1287
|
readonly 1200: any;
|
|
1274
1288
|
readonly 1600: any;
|
|
1275
|
-
readonly 'stacking-
|
|
1289
|
+
readonly 'stacking-0': any;
|
|
1276
1290
|
readonly 'stacking-100': any;
|
|
1277
1291
|
readonly 'stacking-200': any;
|
|
1278
1292
|
readonly 'stacking-300': any;
|
|
@@ -1474,7 +1488,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1474
1488
|
}> | undefined;
|
|
1475
1489
|
}> & {
|
|
1476
1490
|
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>>, {
|
|
1491
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "disabled" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "textValue" | "hasRightSlot"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>>, {
|
|
1492
|
+
hasRightSlot?: boolean | "true" | undefined;
|
|
1493
|
+
}, {}>;
|
|
1478
1494
|
declare type StyledItemProps = StrictComponentProps<typeof StyledItem>;
|
|
1479
1495
|
|
|
1480
1496
|
interface ItemProps extends StyledItemProps {
|
|
@@ -1491,12 +1507,12 @@ interface ItemProps extends StyledItemProps {
|
|
|
1491
1507
|
*/
|
|
1492
1508
|
textValue?: string;
|
|
1493
1509
|
}
|
|
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>>;
|
|
1510
|
+
declare const Item: react__default.ForwardRefExoticComponent<Pick<ItemProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "disabled" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "textValue" | "hasRightSlot"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1495
1511
|
|
|
1496
1512
|
declare type ItemPropsWithAnchor = ItemProps & AnchorHTMLAttributes<typeof Item>;
|
|
1497
1513
|
interface LinkItemProps extends ItemPropsWithAnchor {
|
|
1498
1514
|
}
|
|
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>>;
|
|
1515
|
+
declare const LinkItem: react__default.ForwardRefExoticComponent<Pick<LinkItemProps, "type" | "color" | "translate" | "css" | "prefix" | "className" | "style" | "asChild" | "UNSAFE_style" | "children" | "media" | "slot" | "title" | "disabled" | "download" | "href" | "hrefLang" | "placeholder" | "rel" | "target" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "referrerPolicy" | "ping" | "textValue" | "hasRightSlot"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1500
1516
|
|
|
1501
1517
|
declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixDropdownMenu.DropdownMenuRadioGroupProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
1502
1518
|
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
@@ -1692,28 +1708,28 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1692
1708
|
readonly 'icon-400': "32px";
|
|
1693
1709
|
};
|
|
1694
1710
|
space: {
|
|
1695
|
-
readonly
|
|
1711
|
+
readonly 0: 0;
|
|
1696
1712
|
readonly 50: "4px";
|
|
1697
1713
|
readonly 100: "8px";
|
|
1698
1714
|
readonly 150: "12px";
|
|
1699
1715
|
readonly 200: "16px";
|
|
1700
1716
|
readonly 300: "24px";
|
|
1701
1717
|
readonly 400: "32px";
|
|
1702
|
-
readonly 500: "
|
|
1718
|
+
readonly 500: "40px";
|
|
1703
1719
|
readonly 600: "48px";
|
|
1704
1720
|
readonly 800: "64px";
|
|
1705
1721
|
readonly 1200: "96px";
|
|
1706
1722
|
readonly 1600: "128px";
|
|
1707
1723
|
};
|
|
1708
1724
|
'space-gap': {
|
|
1709
|
-
readonly
|
|
1725
|
+
readonly 0: any;
|
|
1710
1726
|
readonly 50: any;
|
|
1711
1727
|
readonly 100: any;
|
|
1712
1728
|
readonly 200: any;
|
|
1713
1729
|
readonly 300: any;
|
|
1714
1730
|
};
|
|
1715
1731
|
'space-inset': {
|
|
1716
|
-
readonly
|
|
1732
|
+
readonly 0: any;
|
|
1717
1733
|
readonly 50: any;
|
|
1718
1734
|
readonly 100: any;
|
|
1719
1735
|
readonly 150: any;
|
|
@@ -1726,7 +1742,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1726
1742
|
readonly 1600: any;
|
|
1727
1743
|
};
|
|
1728
1744
|
'space-offset': {
|
|
1729
|
-
readonly
|
|
1745
|
+
readonly 0: any;
|
|
1730
1746
|
readonly 50: any;
|
|
1731
1747
|
readonly 100: any;
|
|
1732
1748
|
readonly 150: any;
|
|
@@ -1737,7 +1753,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1737
1753
|
readonly 800: any;
|
|
1738
1754
|
readonly 1200: any;
|
|
1739
1755
|
readonly 1600: any;
|
|
1740
|
-
readonly 'stacking-
|
|
1756
|
+
readonly 'stacking-0': any;
|
|
1741
1757
|
readonly 'stacking-100': any;
|
|
1742
1758
|
readonly 'stacking-200': any;
|
|
1743
1759
|
readonly 'stacking-300': any;
|
|
@@ -2148,28 +2164,28 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2148
2164
|
readonly 'icon-400': "32px";
|
|
2149
2165
|
};
|
|
2150
2166
|
space: {
|
|
2151
|
-
readonly
|
|
2167
|
+
readonly 0: 0;
|
|
2152
2168
|
readonly 50: "4px";
|
|
2153
2169
|
readonly 100: "8px";
|
|
2154
2170
|
readonly 150: "12px";
|
|
2155
2171
|
readonly 200: "16px";
|
|
2156
2172
|
readonly 300: "24px";
|
|
2157
2173
|
readonly 400: "32px";
|
|
2158
|
-
readonly 500: "
|
|
2174
|
+
readonly 500: "40px";
|
|
2159
2175
|
readonly 600: "48px";
|
|
2160
2176
|
readonly 800: "64px";
|
|
2161
2177
|
readonly 1200: "96px";
|
|
2162
2178
|
readonly 1600: "128px";
|
|
2163
2179
|
};
|
|
2164
2180
|
'space-gap': {
|
|
2165
|
-
readonly
|
|
2181
|
+
readonly 0: any;
|
|
2166
2182
|
readonly 50: any;
|
|
2167
2183
|
readonly 100: any;
|
|
2168
2184
|
readonly 200: any;
|
|
2169
2185
|
readonly 300: any;
|
|
2170
2186
|
};
|
|
2171
2187
|
'space-inset': {
|
|
2172
|
-
readonly
|
|
2188
|
+
readonly 0: any;
|
|
2173
2189
|
readonly 50: any;
|
|
2174
2190
|
readonly 100: any;
|
|
2175
2191
|
readonly 150: any;
|
|
@@ -2182,7 +2198,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2182
2198
|
readonly 1600: any;
|
|
2183
2199
|
};
|
|
2184
2200
|
'space-offset': {
|
|
2185
|
-
readonly
|
|
2201
|
+
readonly 0: any;
|
|
2186
2202
|
readonly 50: any;
|
|
2187
2203
|
readonly 100: any;
|
|
2188
2204
|
readonly 150: any;
|
|
@@ -2193,7 +2209,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2193
2209
|
readonly 800: any;
|
|
2194
2210
|
readonly 1200: any;
|
|
2195
2211
|
readonly 1600: any;
|
|
2196
|
-
readonly 'stacking-
|
|
2212
|
+
readonly 'stacking-0': any;
|
|
2197
2213
|
readonly 'stacking-100': any;
|
|
2198
2214
|
readonly 'stacking-200': any;
|
|
2199
2215
|
readonly 'stacking-300': any;
|
|
@@ -2613,28 +2629,28 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2613
2629
|
readonly 'icon-400': "32px";
|
|
2614
2630
|
};
|
|
2615
2631
|
space: {
|
|
2616
|
-
readonly
|
|
2632
|
+
readonly 0: 0;
|
|
2617
2633
|
readonly 50: "4px";
|
|
2618
2634
|
readonly 100: "8px";
|
|
2619
2635
|
readonly 150: "12px";
|
|
2620
2636
|
readonly 200: "16px";
|
|
2621
2637
|
readonly 300: "24px";
|
|
2622
2638
|
readonly 400: "32px";
|
|
2623
|
-
readonly 500: "
|
|
2639
|
+
readonly 500: "40px";
|
|
2624
2640
|
readonly 600: "48px";
|
|
2625
2641
|
readonly 800: "64px";
|
|
2626
2642
|
readonly 1200: "96px";
|
|
2627
2643
|
readonly 1600: "128px";
|
|
2628
2644
|
};
|
|
2629
2645
|
'space-gap': {
|
|
2630
|
-
readonly
|
|
2646
|
+
readonly 0: any;
|
|
2631
2647
|
readonly 50: any;
|
|
2632
2648
|
readonly 100: any;
|
|
2633
2649
|
readonly 200: any;
|
|
2634
2650
|
readonly 300: any;
|
|
2635
2651
|
};
|
|
2636
2652
|
'space-inset': {
|
|
2637
|
-
readonly
|
|
2653
|
+
readonly 0: any;
|
|
2638
2654
|
readonly 50: any;
|
|
2639
2655
|
readonly 100: any;
|
|
2640
2656
|
readonly 150: any;
|
|
@@ -2647,7 +2663,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2647
2663
|
readonly 1600: any;
|
|
2648
2664
|
};
|
|
2649
2665
|
'space-offset': {
|
|
2650
|
-
readonly
|
|
2666
|
+
readonly 0: any;
|
|
2651
2667
|
readonly 50: any;
|
|
2652
2668
|
readonly 100: any;
|
|
2653
2669
|
readonly 150: any;
|
|
@@ -2658,7 +2674,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2658
2674
|
readonly 800: any;
|
|
2659
2675
|
readonly 1200: any;
|
|
2660
2676
|
readonly 1600: any;
|
|
2661
|
-
readonly 'stacking-
|
|
2677
|
+
readonly 'stacking-0': any;
|
|
2662
2678
|
readonly 'stacking-100': any;
|
|
2663
2679
|
readonly 'stacking-200': any;
|
|
2664
2680
|
readonly 'stacking-300': any;
|
|
@@ -3061,28 +3077,28 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3061
3077
|
readonly 'icon-400': "32px";
|
|
3062
3078
|
};
|
|
3063
3079
|
space: {
|
|
3064
|
-
readonly
|
|
3080
|
+
readonly 0: 0;
|
|
3065
3081
|
readonly 50: "4px";
|
|
3066
3082
|
readonly 100: "8px";
|
|
3067
3083
|
readonly 150: "12px";
|
|
3068
3084
|
readonly 200: "16px";
|
|
3069
3085
|
readonly 300: "24px";
|
|
3070
3086
|
readonly 400: "32px";
|
|
3071
|
-
readonly 500: "
|
|
3087
|
+
readonly 500: "40px";
|
|
3072
3088
|
readonly 600: "48px";
|
|
3073
3089
|
readonly 800: "64px";
|
|
3074
3090
|
readonly 1200: "96px";
|
|
3075
3091
|
readonly 1600: "128px";
|
|
3076
3092
|
};
|
|
3077
3093
|
'space-gap': {
|
|
3078
|
-
readonly
|
|
3094
|
+
readonly 0: any;
|
|
3079
3095
|
readonly 50: any;
|
|
3080
3096
|
readonly 100: any;
|
|
3081
3097
|
readonly 200: any;
|
|
3082
3098
|
readonly 300: any;
|
|
3083
3099
|
};
|
|
3084
3100
|
'space-inset': {
|
|
3085
|
-
readonly
|
|
3101
|
+
readonly 0: any;
|
|
3086
3102
|
readonly 50: any;
|
|
3087
3103
|
readonly 100: any;
|
|
3088
3104
|
readonly 150: any;
|
|
@@ -3095,7 +3111,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3095
3111
|
readonly 1600: any;
|
|
3096
3112
|
};
|
|
3097
3113
|
'space-offset': {
|
|
3098
|
-
readonly
|
|
3114
|
+
readonly 0: any;
|
|
3099
3115
|
readonly 50: any;
|
|
3100
3116
|
readonly 100: any;
|
|
3101
3117
|
readonly 150: any;
|
|
@@ -3106,7 +3122,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3106
3122
|
readonly 800: any;
|
|
3107
3123
|
readonly 1200: any;
|
|
3108
3124
|
readonly 1600: any;
|
|
3109
|
-
readonly 'stacking-
|
|
3125
|
+
readonly 'stacking-0': any;
|
|
3110
3126
|
readonly 'stacking-100': any;
|
|
3111
3127
|
readonly 'stacking-200': any;
|
|
3112
3128
|
readonly 'stacking-300': any;
|
|
@@ -3534,28 +3550,28 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3534
3550
|
readonly 'icon-400': "32px";
|
|
3535
3551
|
};
|
|
3536
3552
|
space: {
|
|
3537
|
-
readonly
|
|
3553
|
+
readonly 0: 0;
|
|
3538
3554
|
readonly 50: "4px";
|
|
3539
3555
|
readonly 100: "8px";
|
|
3540
3556
|
readonly 150: "12px";
|
|
3541
3557
|
readonly 200: "16px";
|
|
3542
3558
|
readonly 300: "24px";
|
|
3543
3559
|
readonly 400: "32px";
|
|
3544
|
-
readonly 500: "
|
|
3560
|
+
readonly 500: "40px";
|
|
3545
3561
|
readonly 600: "48px";
|
|
3546
3562
|
readonly 800: "64px";
|
|
3547
3563
|
readonly 1200: "96px";
|
|
3548
3564
|
readonly 1600: "128px";
|
|
3549
3565
|
};
|
|
3550
3566
|
'space-gap': {
|
|
3551
|
-
readonly
|
|
3567
|
+
readonly 0: any;
|
|
3552
3568
|
readonly 50: any;
|
|
3553
3569
|
readonly 100: any;
|
|
3554
3570
|
readonly 200: any;
|
|
3555
3571
|
readonly 300: any;
|
|
3556
3572
|
};
|
|
3557
3573
|
'space-inset': {
|
|
3558
|
-
readonly
|
|
3574
|
+
readonly 0: any;
|
|
3559
3575
|
readonly 50: any;
|
|
3560
3576
|
readonly 100: any;
|
|
3561
3577
|
readonly 150: any;
|
|
@@ -3568,7 +3584,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3568
3584
|
readonly 1600: any;
|
|
3569
3585
|
};
|
|
3570
3586
|
'space-offset': {
|
|
3571
|
-
readonly
|
|
3587
|
+
readonly 0: any;
|
|
3572
3588
|
readonly 50: any;
|
|
3573
3589
|
readonly 100: any;
|
|
3574
3590
|
readonly 150: any;
|
|
@@ -3579,7 +3595,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3579
3595
|
readonly 800: any;
|
|
3580
3596
|
readonly 1200: any;
|
|
3581
3597
|
readonly 1600: any;
|
|
3582
|
-
readonly 'stacking-
|
|
3598
|
+
readonly 'stacking-0': any;
|
|
3583
3599
|
readonly 'stacking-100': any;
|
|
3584
3600
|
readonly 'stacking-200': any;
|
|
3585
3601
|
readonly 'stacking-300': any;
|
|
@@ -3988,28 +4004,28 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3988
4004
|
readonly 'icon-400': "32px";
|
|
3989
4005
|
};
|
|
3990
4006
|
space: {
|
|
3991
|
-
readonly
|
|
4007
|
+
readonly 0: 0;
|
|
3992
4008
|
readonly 50: "4px";
|
|
3993
4009
|
readonly 100: "8px";
|
|
3994
4010
|
readonly 150: "12px";
|
|
3995
4011
|
readonly 200: "16px";
|
|
3996
4012
|
readonly 300: "24px";
|
|
3997
4013
|
readonly 400: "32px";
|
|
3998
|
-
readonly 500: "
|
|
4014
|
+
readonly 500: "40px";
|
|
3999
4015
|
readonly 600: "48px";
|
|
4000
4016
|
readonly 800: "64px";
|
|
4001
4017
|
readonly 1200: "96px";
|
|
4002
4018
|
readonly 1600: "128px";
|
|
4003
4019
|
};
|
|
4004
4020
|
'space-gap': {
|
|
4005
|
-
readonly
|
|
4021
|
+
readonly 0: any;
|
|
4006
4022
|
readonly 50: any;
|
|
4007
4023
|
readonly 100: any;
|
|
4008
4024
|
readonly 200: any;
|
|
4009
4025
|
readonly 300: any;
|
|
4010
4026
|
};
|
|
4011
4027
|
'space-inset': {
|
|
4012
|
-
readonly
|
|
4028
|
+
readonly 0: any;
|
|
4013
4029
|
readonly 50: any;
|
|
4014
4030
|
readonly 100: any;
|
|
4015
4031
|
readonly 150: any;
|
|
@@ -4022,7 +4038,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4022
4038
|
readonly 1600: any;
|
|
4023
4039
|
};
|
|
4024
4040
|
'space-offset': {
|
|
4025
|
-
readonly
|
|
4041
|
+
readonly 0: any;
|
|
4026
4042
|
readonly 50: any;
|
|
4027
4043
|
readonly 100: any;
|
|
4028
4044
|
readonly 150: any;
|
|
@@ -4033,7 +4049,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4033
4049
|
readonly 800: any;
|
|
4034
4050
|
readonly 1200: any;
|
|
4035
4051
|
readonly 1600: any;
|
|
4036
|
-
readonly 'stacking-
|
|
4052
|
+
readonly 'stacking-0': any;
|
|
4037
4053
|
readonly 'stacking-100': any;
|
|
4038
4054
|
readonly 'stacking-200': any;
|
|
4039
4055
|
readonly 'stacking-300': any;
|
|
@@ -4446,28 +4462,28 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4446
4462
|
readonly 'icon-400': "32px";
|
|
4447
4463
|
};
|
|
4448
4464
|
space: {
|
|
4449
|
-
readonly
|
|
4465
|
+
readonly 0: 0;
|
|
4450
4466
|
readonly 50: "4px";
|
|
4451
4467
|
readonly 100: "8px";
|
|
4452
4468
|
readonly 150: "12px";
|
|
4453
4469
|
readonly 200: "16px";
|
|
4454
4470
|
readonly 300: "24px";
|
|
4455
4471
|
readonly 400: "32px";
|
|
4456
|
-
readonly 500: "
|
|
4472
|
+
readonly 500: "40px";
|
|
4457
4473
|
readonly 600: "48px";
|
|
4458
4474
|
readonly 800: "64px";
|
|
4459
4475
|
readonly 1200: "96px";
|
|
4460
4476
|
readonly 1600: "128px";
|
|
4461
4477
|
};
|
|
4462
4478
|
'space-gap': {
|
|
4463
|
-
readonly
|
|
4479
|
+
readonly 0: any;
|
|
4464
4480
|
readonly 50: any;
|
|
4465
4481
|
readonly 100: any;
|
|
4466
4482
|
readonly 200: any;
|
|
4467
4483
|
readonly 300: any;
|
|
4468
4484
|
};
|
|
4469
4485
|
'space-inset': {
|
|
4470
|
-
readonly
|
|
4486
|
+
readonly 0: any;
|
|
4471
4487
|
readonly 50: any;
|
|
4472
4488
|
readonly 100: any;
|
|
4473
4489
|
readonly 150: any;
|
|
@@ -4480,7 +4496,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4480
4496
|
readonly 1600: any;
|
|
4481
4497
|
};
|
|
4482
4498
|
'space-offset': {
|
|
4483
|
-
readonly
|
|
4499
|
+
readonly 0: any;
|
|
4484
4500
|
readonly 50: any;
|
|
4485
4501
|
readonly 100: any;
|
|
4486
4502
|
readonly 150: any;
|
|
@@ -4491,7 +4507,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4491
4507
|
readonly 800: any;
|
|
4492
4508
|
readonly 1200: any;
|
|
4493
4509
|
readonly 1600: any;
|
|
4494
|
-
readonly 'stacking-
|
|
4510
|
+
readonly 'stacking-0': any;
|
|
4495
4511
|
readonly 'stacking-100': any;
|
|
4496
4512
|
readonly 'stacking-200': any;
|
|
4497
4513
|
readonly 'stacking-300': any;
|
|
@@ -4964,28 +4980,28 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4964
4980
|
readonly 'icon-400': "32px";
|
|
4965
4981
|
};
|
|
4966
4982
|
space: {
|
|
4967
|
-
readonly
|
|
4983
|
+
readonly 0: 0;
|
|
4968
4984
|
readonly 50: "4px";
|
|
4969
4985
|
readonly 100: "8px";
|
|
4970
4986
|
readonly 150: "12px";
|
|
4971
4987
|
readonly 200: "16px";
|
|
4972
4988
|
readonly 300: "24px";
|
|
4973
4989
|
readonly 400: "32px";
|
|
4974
|
-
readonly 500: "
|
|
4990
|
+
readonly 500: "40px";
|
|
4975
4991
|
readonly 600: "48px";
|
|
4976
4992
|
readonly 800: "64px";
|
|
4977
4993
|
readonly 1200: "96px";
|
|
4978
4994
|
readonly 1600: "128px";
|
|
4979
4995
|
};
|
|
4980
4996
|
'space-gap': {
|
|
4981
|
-
readonly
|
|
4997
|
+
readonly 0: any;
|
|
4982
4998
|
readonly 50: any;
|
|
4983
4999
|
readonly 100: any;
|
|
4984
5000
|
readonly 200: any;
|
|
4985
5001
|
readonly 300: any;
|
|
4986
5002
|
};
|
|
4987
5003
|
'space-inset': {
|
|
4988
|
-
readonly
|
|
5004
|
+
readonly 0: any;
|
|
4989
5005
|
readonly 50: any;
|
|
4990
5006
|
readonly 100: any;
|
|
4991
5007
|
readonly 150: any;
|
|
@@ -4998,7 +5014,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4998
5014
|
readonly 1600: any;
|
|
4999
5015
|
};
|
|
5000
5016
|
'space-offset': {
|
|
5001
|
-
readonly
|
|
5017
|
+
readonly 0: any;
|
|
5002
5018
|
readonly 50: any;
|
|
5003
5019
|
readonly 100: any;
|
|
5004
5020
|
readonly 150: any;
|
|
@@ -5009,7 +5025,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
5009
5025
|
readonly 800: any;
|
|
5010
5026
|
readonly 1200: any;
|
|
5011
5027
|
readonly 1600: any;
|
|
5012
|
-
readonly 'stacking-
|
|
5028
|
+
readonly 'stacking-0': any;
|
|
5013
5029
|
readonly 'stacking-100': any;
|
|
5014
5030
|
readonly 'stacking-200': any;
|
|
5015
5031
|
readonly 'stacking-300': any;
|
|
@@ -5448,28 +5464,28 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5448
5464
|
readonly 'icon-400': "32px";
|
|
5449
5465
|
};
|
|
5450
5466
|
space: {
|
|
5451
|
-
readonly
|
|
5467
|
+
readonly 0: 0;
|
|
5452
5468
|
readonly 50: "4px";
|
|
5453
5469
|
readonly 100: "8px";
|
|
5454
5470
|
readonly 150: "12px";
|
|
5455
5471
|
readonly 200: "16px";
|
|
5456
5472
|
readonly 300: "24px";
|
|
5457
5473
|
readonly 400: "32px";
|
|
5458
|
-
readonly 500: "
|
|
5474
|
+
readonly 500: "40px";
|
|
5459
5475
|
readonly 600: "48px";
|
|
5460
5476
|
readonly 800: "64px";
|
|
5461
5477
|
readonly 1200: "96px";
|
|
5462
5478
|
readonly 1600: "128px";
|
|
5463
5479
|
};
|
|
5464
5480
|
'space-gap': {
|
|
5465
|
-
readonly
|
|
5481
|
+
readonly 0: any;
|
|
5466
5482
|
readonly 50: any;
|
|
5467
5483
|
readonly 100: any;
|
|
5468
5484
|
readonly 200: any;
|
|
5469
5485
|
readonly 300: any;
|
|
5470
5486
|
};
|
|
5471
5487
|
'space-inset': {
|
|
5472
|
-
readonly
|
|
5488
|
+
readonly 0: any;
|
|
5473
5489
|
readonly 50: any;
|
|
5474
5490
|
readonly 100: any;
|
|
5475
5491
|
readonly 150: any;
|
|
@@ -5482,7 +5498,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5482
5498
|
readonly 1600: any;
|
|
5483
5499
|
};
|
|
5484
5500
|
'space-offset': {
|
|
5485
|
-
readonly
|
|
5501
|
+
readonly 0: any;
|
|
5486
5502
|
readonly 50: any;
|
|
5487
5503
|
readonly 100: any;
|
|
5488
5504
|
readonly 150: any;
|
|
@@ -5493,7 +5509,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5493
5509
|
readonly 800: any;
|
|
5494
5510
|
readonly 1200: any;
|
|
5495
5511
|
readonly 1600: any;
|
|
5496
|
-
readonly 'stacking-
|
|
5512
|
+
readonly 'stacking-0': any;
|
|
5497
5513
|
readonly 'stacking-100': any;
|
|
5498
5514
|
readonly 'stacking-200': any;
|
|
5499
5515
|
readonly 'stacking-300': any;
|
|
@@ -5889,28 +5905,28 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5889
5905
|
readonly 'icon-400': "32px";
|
|
5890
5906
|
};
|
|
5891
5907
|
space: {
|
|
5892
|
-
readonly
|
|
5908
|
+
readonly 0: 0;
|
|
5893
5909
|
readonly 50: "4px";
|
|
5894
5910
|
readonly 100: "8px";
|
|
5895
5911
|
readonly 150: "12px";
|
|
5896
5912
|
readonly 200: "16px";
|
|
5897
5913
|
readonly 300: "24px";
|
|
5898
5914
|
readonly 400: "32px";
|
|
5899
|
-
readonly 500: "
|
|
5915
|
+
readonly 500: "40px";
|
|
5900
5916
|
readonly 600: "48px";
|
|
5901
5917
|
readonly 800: "64px";
|
|
5902
5918
|
readonly 1200: "96px";
|
|
5903
5919
|
readonly 1600: "128px";
|
|
5904
5920
|
};
|
|
5905
5921
|
'space-gap': {
|
|
5906
|
-
readonly
|
|
5922
|
+
readonly 0: any;
|
|
5907
5923
|
readonly 50: any;
|
|
5908
5924
|
readonly 100: any;
|
|
5909
5925
|
readonly 200: any;
|
|
5910
5926
|
readonly 300: any;
|
|
5911
5927
|
};
|
|
5912
5928
|
'space-inset': {
|
|
5913
|
-
readonly
|
|
5929
|
+
readonly 0: any;
|
|
5914
5930
|
readonly 50: any;
|
|
5915
5931
|
readonly 100: any;
|
|
5916
5932
|
readonly 150: any;
|
|
@@ -5923,7 +5939,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5923
5939
|
readonly 1600: any;
|
|
5924
5940
|
};
|
|
5925
5941
|
'space-offset': {
|
|
5926
|
-
readonly
|
|
5942
|
+
readonly 0: any;
|
|
5927
5943
|
readonly 50: any;
|
|
5928
5944
|
readonly 100: any;
|
|
5929
5945
|
readonly 150: any;
|
|
@@ -5934,7 +5950,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5934
5950
|
readonly 800: any;
|
|
5935
5951
|
readonly 1200: any;
|
|
5936
5952
|
readonly 1600: any;
|
|
5937
|
-
readonly 'stacking-
|
|
5953
|
+
readonly 'stacking-0': any;
|
|
5938
5954
|
readonly 'stacking-100': any;
|
|
5939
5955
|
readonly 'stacking-200': any;
|
|
5940
5956
|
readonly 'stacking-300': any;
|
|
@@ -6334,28 +6350,28 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6334
6350
|
readonly 'icon-400': "32px";
|
|
6335
6351
|
};
|
|
6336
6352
|
space: {
|
|
6337
|
-
readonly
|
|
6353
|
+
readonly 0: 0;
|
|
6338
6354
|
readonly 50: "4px";
|
|
6339
6355
|
readonly 100: "8px";
|
|
6340
6356
|
readonly 150: "12px";
|
|
6341
6357
|
readonly 200: "16px";
|
|
6342
6358
|
readonly 300: "24px";
|
|
6343
6359
|
readonly 400: "32px";
|
|
6344
|
-
readonly 500: "
|
|
6360
|
+
readonly 500: "40px";
|
|
6345
6361
|
readonly 600: "48px";
|
|
6346
6362
|
readonly 800: "64px";
|
|
6347
6363
|
readonly 1200: "96px";
|
|
6348
6364
|
readonly 1600: "128px";
|
|
6349
6365
|
};
|
|
6350
6366
|
'space-gap': {
|
|
6351
|
-
readonly
|
|
6367
|
+
readonly 0: any;
|
|
6352
6368
|
readonly 50: any;
|
|
6353
6369
|
readonly 100: any;
|
|
6354
6370
|
readonly 200: any;
|
|
6355
6371
|
readonly 300: any;
|
|
6356
6372
|
};
|
|
6357
6373
|
'space-inset': {
|
|
6358
|
-
readonly
|
|
6374
|
+
readonly 0: any;
|
|
6359
6375
|
readonly 50: any;
|
|
6360
6376
|
readonly 100: any;
|
|
6361
6377
|
readonly 150: any;
|
|
@@ -6368,7 +6384,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6368
6384
|
readonly 1600: any;
|
|
6369
6385
|
};
|
|
6370
6386
|
'space-offset': {
|
|
6371
|
-
readonly
|
|
6387
|
+
readonly 0: any;
|
|
6372
6388
|
readonly 50: any;
|
|
6373
6389
|
readonly 100: any;
|
|
6374
6390
|
readonly 150: any;
|
|
@@ -6379,7 +6395,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6379
6395
|
readonly 800: any;
|
|
6380
6396
|
readonly 1200: any;
|
|
6381
6397
|
readonly 1600: any;
|
|
6382
|
-
readonly 'stacking-
|
|
6398
|
+
readonly 'stacking-0': any;
|
|
6383
6399
|
readonly 'stacking-100': any;
|
|
6384
6400
|
readonly 'stacking-200': any;
|
|
6385
6401
|
readonly 'stacking-300': any;
|
|
@@ -6582,7 +6598,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6582
6598
|
}> & {
|
|
6583
6599
|
children?: react.ReactNode;
|
|
6584
6600
|
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
|
|
6585
|
-
declare const
|
|
6601
|
+
declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
6586
6602
|
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
6587
6603
|
} & {
|
|
6588
6604
|
asChild?: boolean | undefined;
|
|
@@ -6780,28 +6796,28 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
6780
6796
|
readonly 'icon-400': "32px";
|
|
6781
6797
|
};
|
|
6782
6798
|
space: {
|
|
6783
|
-
readonly
|
|
6799
|
+
readonly 0: 0;
|
|
6784
6800
|
readonly 50: "4px";
|
|
6785
6801
|
readonly 100: "8px";
|
|
6786
6802
|
readonly 150: "12px";
|
|
6787
6803
|
readonly 200: "16px";
|
|
6788
6804
|
readonly 300: "24px";
|
|
6789
6805
|
readonly 400: "32px";
|
|
6790
|
-
readonly 500: "
|
|
6806
|
+
readonly 500: "40px";
|
|
6791
6807
|
readonly 600: "48px";
|
|
6792
6808
|
readonly 800: "64px";
|
|
6793
6809
|
readonly 1200: "96px";
|
|
6794
6810
|
readonly 1600: "128px";
|
|
6795
6811
|
};
|
|
6796
6812
|
'space-gap': {
|
|
6797
|
-
readonly
|
|
6813
|
+
readonly 0: any;
|
|
6798
6814
|
readonly 50: any;
|
|
6799
6815
|
readonly 100: any;
|
|
6800
6816
|
readonly 200: any;
|
|
6801
6817
|
readonly 300: any;
|
|
6802
6818
|
};
|
|
6803
6819
|
'space-inset': {
|
|
6804
|
-
readonly
|
|
6820
|
+
readonly 0: any;
|
|
6805
6821
|
readonly 50: any;
|
|
6806
6822
|
readonly 100: any;
|
|
6807
6823
|
readonly 150: any;
|
|
@@ -6814,7 +6830,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
6814
6830
|
readonly 1600: any;
|
|
6815
6831
|
};
|
|
6816
6832
|
'space-offset': {
|
|
6817
|
-
readonly
|
|
6833
|
+
readonly 0: any;
|
|
6818
6834
|
readonly 50: any;
|
|
6819
6835
|
readonly 100: any;
|
|
6820
6836
|
readonly 150: any;
|
|
@@ -6825,7 +6841,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
6825
6841
|
readonly 800: any;
|
|
6826
6842
|
readonly 1200: any;
|
|
6827
6843
|
readonly 1600: any;
|
|
6828
|
-
readonly 'stacking-
|
|
6844
|
+
readonly 'stacking-0': any;
|
|
6829
6845
|
readonly 'stacking-100': any;
|
|
6830
6846
|
readonly 'stacking-200': any;
|
|
6831
6847
|
readonly 'stacking-300': any;
|
|
@@ -7029,6 +7045,8 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
7029
7045
|
children?: react.ReactNode;
|
|
7030
7046
|
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
|
|
7031
7047
|
|
|
7048
|
+
declare const HotkeySlot: (props: ComponentPropsWithRef<typeof StyledRightSlot>) => JSX.Element;
|
|
7049
|
+
|
|
7032
7050
|
declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
7033
7051
|
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
7034
7052
|
} & {
|
|
@@ -7227,28 +7245,28 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7227
7245
|
readonly 'icon-400': "32px";
|
|
7228
7246
|
};
|
|
7229
7247
|
space: {
|
|
7230
|
-
readonly
|
|
7248
|
+
readonly 0: 0;
|
|
7231
7249
|
readonly 50: "4px";
|
|
7232
7250
|
readonly 100: "8px";
|
|
7233
7251
|
readonly 150: "12px";
|
|
7234
7252
|
readonly 200: "16px";
|
|
7235
7253
|
readonly 300: "24px";
|
|
7236
7254
|
readonly 400: "32px";
|
|
7237
|
-
readonly 500: "
|
|
7255
|
+
readonly 500: "40px";
|
|
7238
7256
|
readonly 600: "48px";
|
|
7239
7257
|
readonly 800: "64px";
|
|
7240
7258
|
readonly 1200: "96px";
|
|
7241
7259
|
readonly 1600: "128px";
|
|
7242
7260
|
};
|
|
7243
7261
|
'space-gap': {
|
|
7244
|
-
readonly
|
|
7262
|
+
readonly 0: any;
|
|
7245
7263
|
readonly 50: any;
|
|
7246
7264
|
readonly 100: any;
|
|
7247
7265
|
readonly 200: any;
|
|
7248
7266
|
readonly 300: any;
|
|
7249
7267
|
};
|
|
7250
7268
|
'space-inset': {
|
|
7251
|
-
readonly
|
|
7269
|
+
readonly 0: any;
|
|
7252
7270
|
readonly 50: any;
|
|
7253
7271
|
readonly 100: any;
|
|
7254
7272
|
readonly 150: any;
|
|
@@ -7261,7 +7279,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7261
7279
|
readonly 1600: any;
|
|
7262
7280
|
};
|
|
7263
7281
|
'space-offset': {
|
|
7264
|
-
readonly
|
|
7282
|
+
readonly 0: any;
|
|
7265
7283
|
readonly 50: any;
|
|
7266
7284
|
readonly 100: any;
|
|
7267
7285
|
readonly 150: any;
|
|
@@ -7272,7 +7290,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7272
7290
|
readonly 800: any;
|
|
7273
7291
|
readonly 1200: any;
|
|
7274
7292
|
readonly 1600: any;
|
|
7275
|
-
readonly 'stacking-
|
|
7293
|
+
readonly 'stacking-0': any;
|
|
7276
7294
|
readonly 'stacking-100': any;
|
|
7277
7295
|
readonly 'stacking-200': any;
|
|
7278
7296
|
readonly 'stacking-300': any;
|
|
@@ -7678,28 +7696,28 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7678
7696
|
readonly 'icon-400': "32px";
|
|
7679
7697
|
};
|
|
7680
7698
|
space: {
|
|
7681
|
-
readonly
|
|
7699
|
+
readonly 0: 0;
|
|
7682
7700
|
readonly 50: "4px";
|
|
7683
7701
|
readonly 100: "8px";
|
|
7684
7702
|
readonly 150: "12px";
|
|
7685
7703
|
readonly 200: "16px";
|
|
7686
7704
|
readonly 300: "24px";
|
|
7687
7705
|
readonly 400: "32px";
|
|
7688
|
-
readonly 500: "
|
|
7706
|
+
readonly 500: "40px";
|
|
7689
7707
|
readonly 600: "48px";
|
|
7690
7708
|
readonly 800: "64px";
|
|
7691
7709
|
readonly 1200: "96px";
|
|
7692
7710
|
readonly 1600: "128px";
|
|
7693
7711
|
};
|
|
7694
7712
|
'space-gap': {
|
|
7695
|
-
readonly
|
|
7713
|
+
readonly 0: any;
|
|
7696
7714
|
readonly 50: any;
|
|
7697
7715
|
readonly 100: any;
|
|
7698
7716
|
readonly 200: any;
|
|
7699
7717
|
readonly 300: any;
|
|
7700
7718
|
};
|
|
7701
7719
|
'space-inset': {
|
|
7702
|
-
readonly
|
|
7720
|
+
readonly 0: any;
|
|
7703
7721
|
readonly 50: any;
|
|
7704
7722
|
readonly 100: any;
|
|
7705
7723
|
readonly 150: any;
|
|
@@ -7712,7 +7730,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7712
7730
|
readonly 1600: any;
|
|
7713
7731
|
};
|
|
7714
7732
|
'space-offset': {
|
|
7715
|
-
readonly
|
|
7733
|
+
readonly 0: any;
|
|
7716
7734
|
readonly 50: any;
|
|
7717
7735
|
readonly 100: any;
|
|
7718
7736
|
readonly 150: any;
|
|
@@ -7723,7 +7741,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7723
7741
|
readonly 800: any;
|
|
7724
7742
|
readonly 1200: any;
|
|
7725
7743
|
readonly 1600: any;
|
|
7726
|
-
readonly 'stacking-
|
|
7744
|
+
readonly 'stacking-0': any;
|
|
7727
7745
|
readonly 'stacking-100': any;
|
|
7728
7746
|
readonly 'stacking-200': any;
|
|
7729
7747
|
readonly 'stacking-300': any;
|
|
@@ -8119,28 +8137,28 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8119
8137
|
readonly 'icon-400': "32px";
|
|
8120
8138
|
};
|
|
8121
8139
|
space: {
|
|
8122
|
-
readonly
|
|
8140
|
+
readonly 0: 0;
|
|
8123
8141
|
readonly 50: "4px";
|
|
8124
8142
|
readonly 100: "8px";
|
|
8125
8143
|
readonly 150: "12px";
|
|
8126
8144
|
readonly 200: "16px";
|
|
8127
8145
|
readonly 300: "24px";
|
|
8128
8146
|
readonly 400: "32px";
|
|
8129
|
-
readonly 500: "
|
|
8147
|
+
readonly 500: "40px";
|
|
8130
8148
|
readonly 600: "48px";
|
|
8131
8149
|
readonly 800: "64px";
|
|
8132
8150
|
readonly 1200: "96px";
|
|
8133
8151
|
readonly 1600: "128px";
|
|
8134
8152
|
};
|
|
8135
8153
|
'space-gap': {
|
|
8136
|
-
readonly
|
|
8154
|
+
readonly 0: any;
|
|
8137
8155
|
readonly 50: any;
|
|
8138
8156
|
readonly 100: any;
|
|
8139
8157
|
readonly 200: any;
|
|
8140
8158
|
readonly 300: any;
|
|
8141
8159
|
};
|
|
8142
8160
|
'space-inset': {
|
|
8143
|
-
readonly
|
|
8161
|
+
readonly 0: any;
|
|
8144
8162
|
readonly 50: any;
|
|
8145
8163
|
readonly 100: any;
|
|
8146
8164
|
readonly 150: any;
|
|
@@ -8153,7 +8171,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8153
8171
|
readonly 1600: any;
|
|
8154
8172
|
};
|
|
8155
8173
|
'space-offset': {
|
|
8156
|
-
readonly
|
|
8174
|
+
readonly 0: any;
|
|
8157
8175
|
readonly 50: any;
|
|
8158
8176
|
readonly 100: any;
|
|
8159
8177
|
readonly 150: any;
|
|
@@ -8164,7 +8182,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8164
8182
|
readonly 800: any;
|
|
8165
8183
|
readonly 1200: any;
|
|
8166
8184
|
readonly 1600: any;
|
|
8167
|
-
readonly 'stacking-
|
|
8185
|
+
readonly 'stacking-0': any;
|
|
8168
8186
|
readonly 'stacking-100': any;
|
|
8169
8187
|
readonly 'stacking-200': any;
|
|
8170
8188
|
readonly 'stacking-300': any;
|
|
@@ -8564,28 +8582,28 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8564
8582
|
readonly 'icon-400': "32px";
|
|
8565
8583
|
};
|
|
8566
8584
|
space: {
|
|
8567
|
-
readonly
|
|
8585
|
+
readonly 0: 0;
|
|
8568
8586
|
readonly 50: "4px";
|
|
8569
8587
|
readonly 100: "8px";
|
|
8570
8588
|
readonly 150: "12px";
|
|
8571
8589
|
readonly 200: "16px";
|
|
8572
8590
|
readonly 300: "24px";
|
|
8573
8591
|
readonly 400: "32px";
|
|
8574
|
-
readonly 500: "
|
|
8592
|
+
readonly 500: "40px";
|
|
8575
8593
|
readonly 600: "48px";
|
|
8576
8594
|
readonly 800: "64px";
|
|
8577
8595
|
readonly 1200: "96px";
|
|
8578
8596
|
readonly 1600: "128px";
|
|
8579
8597
|
};
|
|
8580
8598
|
'space-gap': {
|
|
8581
|
-
readonly
|
|
8599
|
+
readonly 0: any;
|
|
8582
8600
|
readonly 50: any;
|
|
8583
8601
|
readonly 100: any;
|
|
8584
8602
|
readonly 200: any;
|
|
8585
8603
|
readonly 300: any;
|
|
8586
8604
|
};
|
|
8587
8605
|
'space-inset': {
|
|
8588
|
-
readonly
|
|
8606
|
+
readonly 0: any;
|
|
8589
8607
|
readonly 50: any;
|
|
8590
8608
|
readonly 100: any;
|
|
8591
8609
|
readonly 150: any;
|
|
@@ -8598,7 +8616,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8598
8616
|
readonly 1600: any;
|
|
8599
8617
|
};
|
|
8600
8618
|
'space-offset': {
|
|
8601
|
-
readonly
|
|
8619
|
+
readonly 0: any;
|
|
8602
8620
|
readonly 50: any;
|
|
8603
8621
|
readonly 100: any;
|
|
8604
8622
|
readonly 150: any;
|
|
@@ -8609,7 +8627,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8609
8627
|
readonly 800: any;
|
|
8610
8628
|
readonly 1200: any;
|
|
8611
8629
|
readonly 1600: any;
|
|
8612
|
-
readonly 'stacking-
|
|
8630
|
+
readonly 'stacking-0': any;
|
|
8613
8631
|
readonly 'stacking-100': any;
|
|
8614
8632
|
readonly 'stacking-200': any;
|
|
8615
8633
|
readonly 'stacking-300': any;
|