@mirohq/design-system-icon-button 1.2.13-use-press.1 → 1.2.14-calendar-component.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -1,12 +1,10 @@
1
- import * as packages_components_internal_base_button_src_base_button from 'packages/components/internal/base-button/src/base-button';
2
- import * as _mirohq_design_system_hooks_use_press from '@mirohq/design-system-hooks/use-press';
3
- import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
4
- import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
5
- import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
6
1
  import * as react from 'react';
7
2
  import react__default, { ComponentPropsWithRef } from 'react';
8
3
  import { TooltipContentProps } from '@mirohq/design-system-tooltip';
9
- import { BaseButtonProps } from '@mirohq/design-system-base-button';
4
+ import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
5
+ import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
6
+ import * as _mirohq_design_system_base_button from '@mirohq/design-system-base-button';
7
+ import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
10
8
 
11
9
  declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
12
10
  variant?: "outline" | "solid-prominent" | "solid-subtle" | "ghost" | undefined;
@@ -14,11 +12,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
14
12
  }, "size" | "variant"> & _stitches_react_types_styled_component.TransformProps<{
15
13
  variant?: "outline" | "solid-prominent" | "solid-subtle" | "ghost" | undefined;
16
14
  size?: "medium" | "large" | "x-large" | undefined;
17
- }, {}> & _mirohq_design_system_stitches.SafeProps<(Omit<Pick<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof react.ButtonHTMLAttributes<HTMLButtonElement>> & {
18
- ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
19
- } & {
20
- asChild?: boolean | undefined;
21
- }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
15
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<_mirohq_design_system_base_button.BaseButtonProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
22
16
  css?: _stitches_react_types_css_util.CSS<{}, {
23
17
  'border-widths': {
24
18
  readonly none: 0;
@@ -91,7 +85,6 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
91
85
  readonly 'background-danger-prominent-active'?: any;
92
86
  readonly 'background-danger-prominent-hover'?: any;
93
87
  readonly 'background-neutrals'?: any;
94
- readonly 'background-neutrals-body'?: any;
95
88
  readonly 'background-neutrals-container'?: any;
96
89
  readonly 'background-neutrals-controls-disabled'?: any;
97
90
  readonly 'background-neutrals-disabled'?: any;
@@ -99,6 +92,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
99
92
  readonly 'background-neutrals-inactive-hover'?: any;
100
93
  readonly 'background-neutrals-inverted'?: any;
101
94
  readonly 'background-neutrals-inverted-subtle'?: any;
95
+ readonly 'background-neutrals-page'?: any;
96
+ readonly 'background-neutrals-page-subtle'?: any;
102
97
  readonly 'background-neutrals-scrolls'?: any;
103
98
  readonly 'background-neutrals-scrolls-hover'?: any;
104
99
  readonly 'background-neutrals-subtle'?: any;
@@ -122,12 +117,11 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
122
117
  readonly 'text-neutrals'?: any;
123
118
  readonly 'text-neutrals-disabled'?: any;
124
119
  readonly 'text-neutrals-inverted'?: any;
125
- readonly 'text-neutrals-link'?: any;
126
- readonly 'text-neutrals-link-active'?: any;
127
- readonly 'text-neutrals-link-hover'?: any;
128
120
  readonly 'text-neutrals-placeholder'?: any;
129
121
  readonly 'text-neutrals-placeholder-only'?: any;
130
122
  readonly 'text-neutrals-subtle'?: any;
123
+ readonly 'text-neutrals-subtle-active'?: any;
124
+ readonly 'text-neutrals-subtle-hover'?: any;
131
125
  readonly 'text-primary'?: any;
132
126
  readonly 'text-primary-active'?: any;
133
127
  readonly 'text-primary-hover'?: any;
@@ -147,7 +141,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
147
141
  readonly 'icon-neutrals-inverted'?: any;
148
142
  readonly 'icon-neutrals-search'?: any;
149
143
  readonly 'icon-neutrals-subtle'?: any;
150
- readonly 'icon-neutrals-with-text'?: any;
144
+ readonly 'icon-neutrals-text'?: any;
151
145
  readonly 'icon-primary'?: any;
152
146
  readonly 'icon-primary-active'?: any;
153
147
  readonly 'icon-primary-hover'?: any;
@@ -156,7 +150,10 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
156
150
  readonly 'icon-success'?: any;
157
151
  readonly 'icon-success-inverted'?: any;
158
152
  readonly 'icon-warning'?: any;
153
+ readonly 'icon-warning-prominent'?: any;
159
154
  readonly 'border-danger'?: any;
155
+ readonly 'border-danger-active'?: any;
156
+ readonly 'border-danger-hover'?: any;
160
157
  readonly 'border-focus-inner'?: any;
161
158
  readonly 'border-focus-middle'?: any;
162
159
  readonly 'border-focus-outer'?: any;
@@ -168,6 +165,9 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
168
165
  readonly 'border-neutrals-hover'?: any;
169
166
  readonly 'border-neutrals-inverted'?: any;
170
167
  readonly 'border-neutrals-subtle'?: any;
168
+ readonly 'border-neutrals-text-subtle'?: any;
169
+ readonly 'border-neutrals-text-subtle-active'?: any;
170
+ readonly 'border-neutrals-text-subtle-hover'?: any;
171
171
  readonly 'border-primary'?: any;
172
172
  readonly 'border-primary-active'?: any;
173
173
  readonly 'border-primary-hover'?: any;
@@ -459,3244 +459,53 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
459
459
  }> | undefined;
460
460
  }> & {
461
461
  children?: react.ReactNode;
462
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | keyof _mirohq_design_system_hooks_use_press.PressProps | keyof packages_components_internal_base_button_src_base_button.HoverEvents> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
463
- css?: _stitches_react_types_css_util.CSS<{}, {
464
- 'border-widths': {
465
- readonly none: 0;
466
- readonly sm: "1px";
467
- readonly md: "2px";
468
- readonly lg: "4px";
469
- };
470
- colors: {
471
- readonly 'blue-100': any;
472
- readonly 'blue-200': any;
473
- readonly 'blue-300': any;
474
- readonly 'blue-400': any;
475
- readonly 'blue-500': any;
476
- readonly 'blue-600': any;
477
- readonly 'blue-700': any;
478
- readonly 'blue-800': any;
479
- readonly 'blue-900': any;
480
- readonly 'blue-1000': any;
481
- readonly 'gray-100': any;
482
- readonly 'gray-200': any;
483
- readonly 'gray-300': any;
484
- readonly 'gray-400': any;
485
- readonly 'gray-500': any;
486
- readonly 'gray-600': any;
487
- readonly 'gray-700': any;
488
- readonly 'gray-800': any;
489
- readonly 'gray-900': any;
490
- readonly 'indigo-100': any;
491
- readonly 'indigo-200': any;
492
- readonly 'indigo-300': any;
493
- readonly 'indigo-400': any;
494
- readonly 'indigo-500': any;
495
- readonly 'indigo-600': any;
496
- readonly 'indigo-700': any;
497
- readonly 'indigo-800': any;
498
- readonly 'indigo-900': any;
499
- readonly 'red-100': any;
500
- readonly 'red-200': any;
501
- readonly 'red-300': any;
502
- readonly 'red-400': any;
503
- readonly 'red-500': any;
504
- readonly 'red-600': any;
505
- readonly 'red-700': any;
506
- readonly 'red-800': any;
507
- readonly 'red-900': any;
508
- readonly 'yellow-100': any;
509
- readonly 'yellow-200': any;
510
- readonly 'yellow-300': any;
511
- readonly 'yellow-400': any;
512
- readonly 'yellow-500': any;
513
- readonly 'yellow-600': any;
514
- readonly 'yellow-700': any;
515
- readonly 'yellow-800': any;
516
- readonly 'yellow-900': any;
517
- readonly 'green-100': any;
518
- readonly 'green-200': any;
519
- readonly 'green-300': any;
520
- readonly 'green-400': any;
521
- readonly 'green-500': any;
522
- readonly 'green-600': any;
523
- readonly 'green-700': any;
524
- readonly 'green-800': any;
525
- readonly 'green-900': any;
526
- readonly black: any;
527
- readonly white: any;
528
- readonly transparent: any;
529
- readonly 'background-danger'?: any;
530
- readonly 'background-danger-hover'?: any;
531
- readonly 'background-danger-prominent'?: any;
532
- readonly 'background-danger-prominent-active'?: any;
533
- readonly 'background-danger-prominent-hover'?: any;
534
- readonly 'background-neutrals'?: any;
535
- readonly 'background-neutrals-body'?: any;
536
- readonly 'background-neutrals-container'?: any;
537
- readonly 'background-neutrals-controls-disabled'?: any;
538
- readonly 'background-neutrals-disabled'?: any;
539
- readonly 'background-neutrals-inactive'?: any;
540
- readonly 'background-neutrals-inactive-hover'?: any;
541
- readonly 'background-neutrals-inverted'?: any;
542
- readonly 'background-neutrals-inverted-subtle'?: any;
543
- readonly 'background-neutrals-scrolls'?: any;
544
- readonly 'background-neutrals-scrolls-hover'?: any;
545
- readonly 'background-neutrals-subtle'?: any;
546
- readonly 'background-neutrals-subtle-active'?: any;
547
- readonly 'background-neutrals-subtle-hover'?: any;
548
- readonly 'background-primary-prominent'?: any;
549
- readonly 'background-primary-prominent-active'?: any;
550
- readonly 'background-primary-prominent-hover'?: any;
551
- readonly 'background-primary-prominent-selected'?: any;
552
- readonly 'background-primary-subtle'?: any;
553
- readonly 'background-primary-subtle-active'?: any;
554
- readonly 'background-primary-subtle-hover'?: any;
555
- readonly 'background-primary-subtle-selected'?: any;
556
- readonly 'background-success'?: any;
557
- readonly 'background-warning-prominent'?: any;
558
- readonly 'background-warning-subtle'?: any;
559
- readonly 'text-danger'?: any;
560
- readonly 'text-danger-active'?: any;
561
- readonly 'text-danger-hover'?: any;
562
- readonly 'text-danger-inverted'?: any;
563
- readonly 'text-neutrals'?: any;
564
- readonly 'text-neutrals-disabled'?: any;
565
- readonly 'text-neutrals-inverted'?: any;
566
- readonly 'text-neutrals-link'?: any;
567
- readonly 'text-neutrals-link-active'?: any;
568
- readonly 'text-neutrals-link-hover'?: any;
569
- readonly 'text-neutrals-placeholder'?: any;
570
- readonly 'text-neutrals-placeholder-only'?: any;
571
- readonly 'text-neutrals-subtle'?: any;
572
- readonly 'text-primary'?: any;
573
- readonly 'text-primary-active'?: any;
574
- readonly 'text-primary-hover'?: any;
575
- readonly 'text-primary-inverted'?: any;
576
- readonly 'text-primary-inverted-subtle'?: any;
577
- readonly 'text-primary-selected'?: any;
578
- readonly 'text-success'?: any;
579
- readonly 'text-warning'?: any;
580
- readonly 'icon-danger'?: any;
581
- readonly 'icon-danger-active'?: any;
582
- readonly 'icon-danger-hover'?: any;
583
- readonly 'icon-danger-inverted'?: any;
584
- readonly 'icon-neutrals'?: any;
585
- readonly 'icon-neutrals-disabled'?: any;
586
- readonly 'icon-neutrals-inactive'?: any;
587
- readonly 'icon-neutrals-inactive-hover'?: any;
588
- readonly 'icon-neutrals-inverted'?: any;
589
- readonly 'icon-neutrals-search'?: any;
590
- readonly 'icon-neutrals-subtle'?: any;
591
- readonly 'icon-neutrals-with-text'?: any;
592
- readonly 'icon-primary'?: any;
593
- readonly 'icon-primary-active'?: any;
594
- readonly 'icon-primary-hover'?: any;
595
- readonly 'icon-primary-inverted'?: any;
596
- readonly 'icon-primary-selected'?: any;
597
- readonly 'icon-success'?: any;
598
- readonly 'icon-success-inverted'?: any;
599
- readonly 'icon-warning'?: any;
600
- readonly 'border-danger'?: any;
601
- readonly 'border-focus-inner'?: any;
602
- readonly 'border-focus-middle'?: any;
603
- readonly 'border-focus-outer'?: any;
604
- readonly 'border-neutrals'?: any;
605
- readonly 'border-neutrals-active'?: any;
606
- readonly 'border-neutrals-controls'?: any;
607
- readonly 'border-neutrals-controls-disabled'?: any;
608
- readonly 'border-neutrals-disabled'?: any;
609
- readonly 'border-neutrals-hover'?: any;
610
- readonly 'border-neutrals-inverted'?: any;
611
- readonly 'border-neutrals-subtle'?: any;
612
- readonly 'border-primary'?: any;
613
- readonly 'border-primary-active'?: any;
614
- readonly 'border-primary-hover'?: any;
615
- readonly 'border-primary-inverted'?: any;
616
- readonly 'border-success'?: any;
617
- readonly 'border-warning'?: any;
618
- };
619
- 'font-sizes': {
620
- readonly 150: "0.75rem";
621
- readonly 175: "0.875rem";
622
- readonly 200: "1rem";
623
- readonly 225: "1.125rem";
624
- readonly 250: "1.25rem";
625
- readonly 300: "1.5rem";
626
- readonly 400: "2rem";
627
- readonly 500: "2.5rem";
628
- readonly 600: "3rem";
629
- readonly 800: "4rem";
630
- readonly 900: "4.5rem";
631
- };
632
- radii: {
633
- readonly none: 0;
634
- readonly half: "999em";
635
- readonly 25: "2px";
636
- readonly 50: "4px";
637
- readonly 75: "6px";
638
- readonly 100: "8px";
639
- readonly 200: "16px";
640
- };
641
- shadows: {
642
- readonly 50: "0 4px 16px #05003812";
643
- readonly 100: "0 8px 32px #05003808";
644
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
645
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
646
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
647
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
648
- };
649
- sizes: {
650
- readonly number: string;
651
- readonly 'icon-200': "16px";
652
- readonly 'icon-300': "24px";
653
- readonly 'icon-400': "32px";
654
- };
655
- space: {
656
- readonly none: 0;
657
- readonly 50: "4px";
658
- readonly 100: "8px";
659
- readonly 150: "12px";
660
- readonly 200: "16px";
661
- readonly 300: "24px";
662
- readonly 400: "32px";
663
- readonly 500: "64px";
664
- readonly 600: "48px";
665
- readonly 800: "64px";
666
- readonly 1200: "96px";
667
- readonly 1600: "128px";
668
- };
669
- 'space-gap': {
670
- readonly none: any;
671
- readonly 50: any;
672
- readonly 100: any;
673
- readonly 200: any;
674
- readonly 300: any;
675
- };
676
- 'space-inset': {
677
- readonly none: any;
678
- readonly 50: any;
679
- readonly 100: any;
680
- readonly 150: any;
681
- readonly 200: any;
682
- readonly 300: any;
683
- readonly 400: any;
684
- readonly 600: any;
685
- readonly 800: any;
686
- readonly 1200: any;
687
- readonly 1600: any;
688
- };
689
- 'space-offset': {
690
- readonly none: any;
691
- readonly 50: any;
692
- readonly 100: any;
693
- readonly 150: any;
694
- readonly 200: any;
695
- readonly 300: any;
696
- readonly 400: any;
697
- readonly 600: any;
698
- readonly 800: any;
699
- readonly 1200: any;
700
- readonly 1600: any;
701
- readonly 'stacking-none': any;
702
- readonly 'stacking-100': any;
703
- readonly 'stacking-200': any;
704
- readonly 'stacking-300': any;
705
- readonly 'stacking-400': any;
706
- readonly 'stacking-500': any;
707
- readonly 'stacking-800': any;
708
- };
709
- 'stroke-width': {
710
- readonly thin: "1.5px";
711
- readonly normal: "2px";
712
- readonly bold: "4px";
713
- };
714
- 'z-indices': {
715
- readonly dropdownMenu: 100;
716
- readonly popover: 200;
717
- readonly tooltip: 300;
718
- };
719
- }, {
720
- readonly background: "colors";
721
- readonly backgroundColor: "colors";
722
- readonly backgroundImage: "colors";
723
- readonly blockSize: "sizes";
724
- readonly border: "colors";
725
- readonly borderBlock: "colors";
726
- readonly borderBlockEnd: "colors";
727
- readonly borderBlockStart: "colors";
728
- readonly borderBottom: "colors";
729
- readonly borderBottomColor: "colors";
730
- readonly borderBottomLeftRadius: "radii";
731
- readonly borderBottomRightRadius: "radii";
732
- readonly borderBottomStyle: "border-styles";
733
- readonly borderBottomWidth: "border-widths";
734
- readonly borderColor: "colors";
735
- readonly borderImage: "colors";
736
- readonly borderInline: "colors";
737
- readonly borderInlineEnd: "colors";
738
- readonly borderInlineStart: "colors";
739
- readonly borderLeft: "colors";
740
- readonly borderLeftColor: "colors";
741
- readonly borderLeftStyle: "border-styles";
742
- readonly borderLeftWidth: "border-widths";
743
- readonly borderRadius: "radii";
744
- readonly borderRight: "colors";
745
- readonly borderRightColor: "colors";
746
- readonly borderRightStyle: "border-styles";
747
- readonly borderRightWidth: "border-widths";
748
- readonly borderStyle: "border-styles";
749
- readonly borderTop: "colors";
750
- readonly borderTopColor: "colors";
751
- readonly borderTopLeftRadius: "radii";
752
- readonly borderTopRightRadius: "radii";
753
- readonly borderTopStyle: "border-styles";
754
- readonly borderTopWidth: "border-widths";
755
- readonly borderWidth: "border-widths";
756
- readonly bottom: "space";
757
- readonly boxShadow: "shadows";
758
- readonly caretColor: "colors";
759
- readonly color: "colors";
760
- readonly columnGap: "space-gap";
761
- readonly columnRuleColor: "colors";
762
- readonly fill: "colors";
763
- readonly flexBasis: "sizes";
764
- readonly fontFamily: "fonts";
765
- readonly fontSize: "font-sizes";
766
- readonly fontWeight: "font-weights";
767
- readonly gap: "space-gap";
768
- readonly gridColumnGap: "space-gap";
769
- readonly gridGap: "space-gap";
770
- readonly gridRowGap: "space-gap";
771
- readonly gridTemplateColumns: "sizes";
772
- readonly gridTemplateRows: "sizes";
773
- readonly height: "sizes";
774
- readonly inlineSize: "sizes";
775
- readonly inset: "space-inset";
776
- readonly insetBlock: "space-inset";
777
- readonly insetBlockEnd: "space-inset";
778
- readonly insetBlockStart: "space-inset";
779
- readonly insetInline: "space-inset";
780
- readonly insetInlineEnd: "space-inset";
781
- readonly insetInlineStart: "space-inset";
782
- readonly left: "space";
783
- readonly letterSpacing: "letter-spacings";
784
- readonly lineHeight: "line-heights";
785
- readonly margin: "space-offset";
786
- readonly marginBlock: "space-offset";
787
- readonly marginBlockEnd: "space-offset";
788
- readonly marginBlockStart: "space-offset";
789
- readonly marginBottom: "space-offset";
790
- readonly marginInline: "space-offset";
791
- readonly marginInlineEnd: "space-offset";
792
- readonly marginInlineStart: "space-offset";
793
- readonly marginLeft: "space-offset";
794
- readonly marginRight: "space-offset";
795
- readonly marginTop: "space-offset";
796
- readonly maxBlockSize: "sizes";
797
- readonly maxHeight: "sizes";
798
- readonly maxInlineSize: "sizes";
799
- readonly maxWidth: "sizes";
800
- readonly minBlockSize: "sizes";
801
- readonly minHeight: "sizes";
802
- readonly minInlineSize: "sizes";
803
- readonly minWidth: "sizes";
804
- readonly outline: "colors";
805
- readonly outlineColor: "colors";
806
- readonly padding: "space-inset";
807
- readonly paddingBlock: "space-inset";
808
- readonly paddingBlockEnd: "space-inset";
809
- readonly paddingBlockStart: "space-inset";
810
- readonly paddingBottom: "space-inset";
811
- readonly paddingInline: "space-inset";
812
- readonly paddingInlineEnd: "space-inset";
813
- readonly paddingInlineStart: "space-inset";
814
- readonly paddingLeft: "space-inset";
815
- readonly paddingRight: "space-inset";
816
- readonly paddingTop: "space-inset";
817
- readonly right: "space";
818
- readonly rowGap: "space-gap";
819
- readonly scrollMargin: "space-offset";
820
- readonly scrollMarginBlock: "space-offset";
821
- readonly scrollMarginBlockEnd: "space-offset";
822
- readonly scrollMarginBlockStart: "space-offset";
823
- readonly scrollMarginBottom: "space-offset";
824
- readonly scrollMarginInline: "space-offset";
825
- readonly scrollMarginInlineEnd: "space-offset";
826
- readonly scrollMarginInlineStart: "space-offset";
827
- readonly scrollMarginLeft: "space-offset";
828
- readonly scrollMarginRight: "space-offset";
829
- readonly scrollMarginTop: "space-offset";
830
- readonly scrollPadding: "space-inset";
831
- readonly scrollPaddingBlock: "space-inset";
832
- readonly scrollPaddingBlockEnd: "space-inset";
833
- readonly scrollPaddingBlockStart: "space-inset";
834
- readonly scrollPaddingBottom: "space-inset";
835
- readonly scrollPaddingInline: "space-inset";
836
- readonly scrollPaddingInlineEnd: "space-inset";
837
- readonly scrollPaddingInlineStart: "space-inset";
838
- readonly scrollPaddingLeft: "space-inset";
839
- readonly scrollPaddingRight: "space-inset";
840
- readonly scrollPaddingTop: "space-inset";
841
- readonly stroke: "colors";
842
- readonly strokeWidth: "stroke-width";
843
- readonly textDecorationColor: "colors";
844
- readonly textShadow: "shadows";
845
- readonly top: "space";
846
- readonly transition: "transitions";
847
- readonly width: "sizes";
848
- readonly zIndex: "z-indices";
849
- }, {
850
- paddingX: (value: {
851
- readonly [$$PropertyValue]: "padding";
852
- }) => {
853
- paddingLeft: {
854
- readonly [$$PropertyValue]: "padding";
855
- };
856
- paddingRight: {
857
- readonly [$$PropertyValue]: "padding";
858
- };
859
- };
860
- paddingY: (value: {
861
- readonly [$$PropertyValue]: "padding";
862
- }) => {
863
- paddingTop: {
864
- readonly [$$PropertyValue]: "padding";
865
- };
866
- paddingBottom: {
867
- readonly [$$PropertyValue]: "padding";
868
- };
869
- };
870
- marginX: (value: {
871
- readonly [$$PropertyValue]: "margin";
872
- }) => {
873
- marginLeft: {
874
- readonly [$$PropertyValue]: "margin";
875
- };
876
- marginRight: {
877
- readonly [$$PropertyValue]: "margin";
878
- };
879
- };
880
- marginY: (value: {
881
- readonly [$$PropertyValue]: "margin";
882
- }) => {
883
- marginTop: {
884
- readonly [$$PropertyValue]: "margin";
885
- };
886
- marginBottom: {
887
- readonly [$$PropertyValue]: "margin";
888
- };
889
- };
890
- square: (value: {
891
- readonly [$$PropertyValue]: "width";
892
- }) => {
893
- width: {
894
- readonly [$$PropertyValue]: "width";
895
- };
896
- height: {
897
- readonly [$$PropertyValue]: "width";
898
- };
899
- };
900
- }> | undefined;
901
- }) | (Omit<Pick<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof react.ButtonHTMLAttributes<HTMLButtonElement>> & {
902
- ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
903
- } & {
904
- asChild?: boolean | undefined;
905
- }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
906
- css?: _stitches_react_types_css_util.CSS<{}, {
907
- 'border-widths': {
908
- readonly none: 0;
909
- readonly sm: "1px";
910
- readonly md: "2px";
911
- readonly lg: "4px";
912
- };
913
- colors: {
914
- readonly 'blue-100': any;
915
- readonly 'blue-200': any;
916
- readonly 'blue-300': any;
917
- readonly 'blue-400': any;
918
- readonly 'blue-500': any;
919
- readonly 'blue-600': any;
920
- readonly 'blue-700': any;
921
- readonly 'blue-800': any;
922
- readonly 'blue-900': any;
923
- readonly 'blue-1000': any;
924
- readonly 'gray-100': any;
925
- readonly 'gray-200': any;
926
- readonly 'gray-300': any;
927
- readonly 'gray-400': any;
928
- readonly 'gray-500': any;
929
- readonly 'gray-600': any;
930
- readonly 'gray-700': any;
931
- readonly 'gray-800': any;
932
- readonly 'gray-900': any;
933
- readonly 'indigo-100': any;
934
- readonly 'indigo-200': any;
935
- readonly 'indigo-300': any;
936
- readonly 'indigo-400': any;
937
- readonly 'indigo-500': any;
938
- readonly 'indigo-600': any;
939
- readonly 'indigo-700': any;
940
- readonly 'indigo-800': any;
941
- readonly 'indigo-900': any;
942
- readonly 'red-100': any;
943
- readonly 'red-200': any;
944
- readonly 'red-300': any;
945
- readonly 'red-400': any;
946
- readonly 'red-500': any;
947
- readonly 'red-600': any;
948
- readonly 'red-700': any;
949
- readonly 'red-800': any;
950
- readonly 'red-900': any;
951
- readonly 'yellow-100': any;
952
- readonly 'yellow-200': any;
953
- readonly 'yellow-300': any;
954
- readonly 'yellow-400': any;
955
- readonly 'yellow-500': any;
956
- readonly 'yellow-600': any;
957
- readonly 'yellow-700': any;
958
- readonly 'yellow-800': any;
959
- readonly 'yellow-900': any;
960
- readonly 'green-100': any;
961
- readonly 'green-200': any;
962
- readonly 'green-300': any;
963
- readonly 'green-400': any;
964
- readonly 'green-500': any;
965
- readonly 'green-600': any;
966
- readonly 'green-700': any;
967
- readonly 'green-800': any;
968
- readonly 'green-900': any;
969
- readonly black: any;
970
- readonly white: any;
971
- readonly transparent: any;
972
- readonly 'background-danger'?: any;
973
- readonly 'background-danger-hover'?: any;
974
- readonly 'background-danger-prominent'?: any;
975
- readonly 'background-danger-prominent-active'?: any;
976
- readonly 'background-danger-prominent-hover'?: any;
977
- readonly 'background-neutrals'?: any;
978
- readonly 'background-neutrals-body'?: any;
979
- readonly 'background-neutrals-container'?: any;
980
- readonly 'background-neutrals-controls-disabled'?: any;
981
- readonly 'background-neutrals-disabled'?: any;
982
- readonly 'background-neutrals-inactive'?: any;
983
- readonly 'background-neutrals-inactive-hover'?: any;
984
- readonly 'background-neutrals-inverted'?: any;
985
- readonly 'background-neutrals-inverted-subtle'?: any;
986
- readonly 'background-neutrals-scrolls'?: any;
987
- readonly 'background-neutrals-scrolls-hover'?: any;
988
- readonly 'background-neutrals-subtle'?: any;
989
- readonly 'background-neutrals-subtle-active'?: any;
990
- readonly 'background-neutrals-subtle-hover'?: any;
991
- readonly 'background-primary-prominent'?: any;
992
- readonly 'background-primary-prominent-active'?: any;
993
- readonly 'background-primary-prominent-hover'?: any;
994
- readonly 'background-primary-prominent-selected'?: any;
995
- readonly 'background-primary-subtle'?: any;
996
- readonly 'background-primary-subtle-active'?: any;
997
- readonly 'background-primary-subtle-hover'?: any;
998
- readonly 'background-primary-subtle-selected'?: any;
999
- readonly 'background-success'?: any;
1000
- readonly 'background-warning-prominent'?: any;
1001
- readonly 'background-warning-subtle'?: any;
1002
- readonly 'text-danger'?: any;
1003
- readonly 'text-danger-active'?: any;
1004
- readonly 'text-danger-hover'?: any;
1005
- readonly 'text-danger-inverted'?: any;
1006
- readonly 'text-neutrals'?: any;
1007
- readonly 'text-neutrals-disabled'?: any;
1008
- readonly 'text-neutrals-inverted'?: any;
1009
- readonly 'text-neutrals-link'?: any;
1010
- readonly 'text-neutrals-link-active'?: any;
1011
- readonly 'text-neutrals-link-hover'?: any;
1012
- readonly 'text-neutrals-placeholder'?: any;
1013
- readonly 'text-neutrals-placeholder-only'?: any;
1014
- readonly 'text-neutrals-subtle'?: any;
1015
- readonly 'text-primary'?: any;
1016
- readonly 'text-primary-active'?: any;
1017
- readonly 'text-primary-hover'?: any;
1018
- readonly 'text-primary-inverted'?: any;
1019
- readonly 'text-primary-inverted-subtle'?: any;
1020
- readonly 'text-primary-selected'?: any;
1021
- readonly 'text-success'?: any;
1022
- readonly 'text-warning'?: any;
1023
- readonly 'icon-danger'?: any;
1024
- readonly 'icon-danger-active'?: any;
1025
- readonly 'icon-danger-hover'?: any;
1026
- readonly 'icon-danger-inverted'?: any;
1027
- readonly 'icon-neutrals'?: any;
1028
- readonly 'icon-neutrals-disabled'?: any;
1029
- readonly 'icon-neutrals-inactive'?: any;
1030
- readonly 'icon-neutrals-inactive-hover'?: any;
1031
- readonly 'icon-neutrals-inverted'?: any;
1032
- readonly 'icon-neutrals-search'?: any;
1033
- readonly 'icon-neutrals-subtle'?: any;
1034
- readonly 'icon-neutrals-with-text'?: any;
1035
- readonly 'icon-primary'?: any;
1036
- readonly 'icon-primary-active'?: any;
1037
- readonly 'icon-primary-hover'?: any;
1038
- readonly 'icon-primary-inverted'?: any;
1039
- readonly 'icon-primary-selected'?: any;
1040
- readonly 'icon-success'?: any;
1041
- readonly 'icon-success-inverted'?: any;
1042
- readonly 'icon-warning'?: any;
1043
- readonly 'border-danger'?: any;
1044
- readonly 'border-focus-inner'?: any;
1045
- readonly 'border-focus-middle'?: any;
1046
- readonly 'border-focus-outer'?: any;
1047
- readonly 'border-neutrals'?: any;
1048
- readonly 'border-neutrals-active'?: any;
1049
- readonly 'border-neutrals-controls'?: any;
1050
- readonly 'border-neutrals-controls-disabled'?: any;
1051
- readonly 'border-neutrals-disabled'?: any;
1052
- readonly 'border-neutrals-hover'?: any;
1053
- readonly 'border-neutrals-inverted'?: any;
1054
- readonly 'border-neutrals-subtle'?: any;
1055
- readonly 'border-primary'?: any;
1056
- readonly 'border-primary-active'?: any;
1057
- readonly 'border-primary-hover'?: any;
1058
- readonly 'border-primary-inverted'?: any;
1059
- readonly 'border-success'?: any;
1060
- readonly 'border-warning'?: any;
1061
- };
1062
- 'font-sizes': {
1063
- readonly 150: "0.75rem";
1064
- readonly 175: "0.875rem";
1065
- readonly 200: "1rem";
1066
- readonly 225: "1.125rem";
1067
- readonly 250: "1.25rem";
1068
- readonly 300: "1.5rem";
1069
- readonly 400: "2rem";
1070
- readonly 500: "2.5rem";
1071
- readonly 600: "3rem";
1072
- readonly 800: "4rem";
1073
- readonly 900: "4.5rem";
1074
- };
1075
- radii: {
1076
- readonly none: 0;
1077
- readonly half: "999em";
1078
- readonly 25: "2px";
1079
- readonly 50: "4px";
1080
- readonly 75: "6px";
1081
- readonly 100: "8px";
1082
- readonly 200: "16px";
1083
- };
1084
- shadows: {
1085
- readonly 50: "0 4px 16px #05003812";
1086
- readonly 100: "0 8px 32px #05003808";
1087
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
1088
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
1089
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
1090
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
1091
- };
1092
- sizes: {
1093
- readonly number: string;
1094
- readonly 'icon-200': "16px";
1095
- readonly 'icon-300': "24px";
1096
- readonly 'icon-400': "32px";
1097
- };
1098
- space: {
1099
- readonly none: 0;
1100
- readonly 50: "4px";
1101
- readonly 100: "8px";
1102
- readonly 150: "12px";
1103
- readonly 200: "16px";
1104
- readonly 300: "24px";
1105
- readonly 400: "32px";
1106
- readonly 500: "64px";
1107
- readonly 600: "48px";
1108
- readonly 800: "64px";
1109
- readonly 1200: "96px";
1110
- readonly 1600: "128px";
1111
- };
1112
- 'space-gap': {
1113
- readonly none: any;
1114
- readonly 50: any;
1115
- readonly 100: any;
1116
- readonly 200: any;
1117
- readonly 300: any;
1118
- };
1119
- 'space-inset': {
1120
- readonly none: any;
1121
- readonly 50: any;
1122
- readonly 100: any;
1123
- readonly 150: any;
1124
- readonly 200: any;
1125
- readonly 300: any;
1126
- readonly 400: any;
1127
- readonly 600: any;
1128
- readonly 800: any;
1129
- readonly 1200: any;
1130
- readonly 1600: any;
1131
- };
1132
- 'space-offset': {
1133
- readonly none: any;
1134
- readonly 50: any;
1135
- readonly 100: any;
1136
- readonly 150: any;
1137
- readonly 200: any;
1138
- readonly 300: any;
1139
- readonly 400: any;
1140
- readonly 600: any;
1141
- readonly 800: any;
1142
- readonly 1200: any;
1143
- readonly 1600: any;
1144
- readonly 'stacking-none': any;
1145
- readonly 'stacking-100': any;
1146
- readonly 'stacking-200': any;
1147
- readonly 'stacking-300': any;
1148
- readonly 'stacking-400': any;
1149
- readonly 'stacking-500': any;
1150
- readonly 'stacking-800': any;
1151
- };
1152
- 'stroke-width': {
1153
- readonly thin: "1.5px";
1154
- readonly normal: "2px";
1155
- readonly bold: "4px";
1156
- };
1157
- 'z-indices': {
1158
- readonly dropdownMenu: 100;
1159
- readonly popover: 200;
1160
- readonly tooltip: 300;
1161
- };
1162
- }, {
1163
- readonly background: "colors";
1164
- readonly backgroundColor: "colors";
1165
- readonly backgroundImage: "colors";
1166
- readonly blockSize: "sizes";
1167
- readonly border: "colors";
1168
- readonly borderBlock: "colors";
1169
- readonly borderBlockEnd: "colors";
1170
- readonly borderBlockStart: "colors";
1171
- readonly borderBottom: "colors";
1172
- readonly borderBottomColor: "colors";
1173
- readonly borderBottomLeftRadius: "radii";
1174
- readonly borderBottomRightRadius: "radii";
1175
- readonly borderBottomStyle: "border-styles";
1176
- readonly borderBottomWidth: "border-widths";
1177
- readonly borderColor: "colors";
1178
- readonly borderImage: "colors";
1179
- readonly borderInline: "colors";
1180
- readonly borderInlineEnd: "colors";
1181
- readonly borderInlineStart: "colors";
1182
- readonly borderLeft: "colors";
1183
- readonly borderLeftColor: "colors";
1184
- readonly borderLeftStyle: "border-styles";
1185
- readonly borderLeftWidth: "border-widths";
1186
- readonly borderRadius: "radii";
1187
- readonly borderRight: "colors";
1188
- readonly borderRightColor: "colors";
1189
- readonly borderRightStyle: "border-styles";
1190
- readonly borderRightWidth: "border-widths";
1191
- readonly borderStyle: "border-styles";
1192
- readonly borderTop: "colors";
1193
- readonly borderTopColor: "colors";
1194
- readonly borderTopLeftRadius: "radii";
1195
- readonly borderTopRightRadius: "radii";
1196
- readonly borderTopStyle: "border-styles";
1197
- readonly borderTopWidth: "border-widths";
1198
- readonly borderWidth: "border-widths";
1199
- readonly bottom: "space";
1200
- readonly boxShadow: "shadows";
1201
- readonly caretColor: "colors";
1202
- readonly color: "colors";
1203
- readonly columnGap: "space-gap";
1204
- readonly columnRuleColor: "colors";
1205
- readonly fill: "colors";
1206
- readonly flexBasis: "sizes";
1207
- readonly fontFamily: "fonts";
1208
- readonly fontSize: "font-sizes";
1209
- readonly fontWeight: "font-weights";
1210
- readonly gap: "space-gap";
1211
- readonly gridColumnGap: "space-gap";
1212
- readonly gridGap: "space-gap";
1213
- readonly gridRowGap: "space-gap";
1214
- readonly gridTemplateColumns: "sizes";
1215
- readonly gridTemplateRows: "sizes";
1216
- readonly height: "sizes";
1217
- readonly inlineSize: "sizes";
1218
- readonly inset: "space-inset";
1219
- readonly insetBlock: "space-inset";
1220
- readonly insetBlockEnd: "space-inset";
1221
- readonly insetBlockStart: "space-inset";
1222
- readonly insetInline: "space-inset";
1223
- readonly insetInlineEnd: "space-inset";
1224
- readonly insetInlineStart: "space-inset";
1225
- readonly left: "space";
1226
- readonly letterSpacing: "letter-spacings";
1227
- readonly lineHeight: "line-heights";
1228
- readonly margin: "space-offset";
1229
- readonly marginBlock: "space-offset";
1230
- readonly marginBlockEnd: "space-offset";
1231
- readonly marginBlockStart: "space-offset";
1232
- readonly marginBottom: "space-offset";
1233
- readonly marginInline: "space-offset";
1234
- readonly marginInlineEnd: "space-offset";
1235
- readonly marginInlineStart: "space-offset";
1236
- readonly marginLeft: "space-offset";
1237
- readonly marginRight: "space-offset";
1238
- readonly marginTop: "space-offset";
1239
- readonly maxBlockSize: "sizes";
1240
- readonly maxHeight: "sizes";
1241
- readonly maxInlineSize: "sizes";
1242
- readonly maxWidth: "sizes";
1243
- readonly minBlockSize: "sizes";
1244
- readonly minHeight: "sizes";
1245
- readonly minInlineSize: "sizes";
1246
- readonly minWidth: "sizes";
1247
- readonly outline: "colors";
1248
- readonly outlineColor: "colors";
1249
- readonly padding: "space-inset";
1250
- readonly paddingBlock: "space-inset";
1251
- readonly paddingBlockEnd: "space-inset";
1252
- readonly paddingBlockStart: "space-inset";
1253
- readonly paddingBottom: "space-inset";
1254
- readonly paddingInline: "space-inset";
1255
- readonly paddingInlineEnd: "space-inset";
1256
- readonly paddingInlineStart: "space-inset";
1257
- readonly paddingLeft: "space-inset";
1258
- readonly paddingRight: "space-inset";
1259
- readonly paddingTop: "space-inset";
1260
- readonly right: "space";
1261
- readonly rowGap: "space-gap";
1262
- readonly scrollMargin: "space-offset";
1263
- readonly scrollMarginBlock: "space-offset";
1264
- readonly scrollMarginBlockEnd: "space-offset";
1265
- readonly scrollMarginBlockStart: "space-offset";
1266
- readonly scrollMarginBottom: "space-offset";
1267
- readonly scrollMarginInline: "space-offset";
1268
- readonly scrollMarginInlineEnd: "space-offset";
1269
- readonly scrollMarginInlineStart: "space-offset";
1270
- readonly scrollMarginLeft: "space-offset";
1271
- readonly scrollMarginRight: "space-offset";
1272
- readonly scrollMarginTop: "space-offset";
1273
- readonly scrollPadding: "space-inset";
1274
- readonly scrollPaddingBlock: "space-inset";
1275
- readonly scrollPaddingBlockEnd: "space-inset";
1276
- readonly scrollPaddingBlockStart: "space-inset";
1277
- readonly scrollPaddingBottom: "space-inset";
1278
- readonly scrollPaddingInline: "space-inset";
1279
- readonly scrollPaddingInlineEnd: "space-inset";
1280
- readonly scrollPaddingInlineStart: "space-inset";
1281
- readonly scrollPaddingLeft: "space-inset";
1282
- readonly scrollPaddingRight: "space-inset";
1283
- readonly scrollPaddingTop: "space-inset";
1284
- readonly stroke: "colors";
1285
- readonly strokeWidth: "stroke-width";
1286
- readonly textDecorationColor: "colors";
1287
- readonly textShadow: "shadows";
1288
- readonly top: "space";
1289
- readonly transition: "transitions";
1290
- readonly width: "sizes";
1291
- readonly zIndex: "z-indices";
1292
- }, {
1293
- paddingX: (value: {
1294
- readonly [$$PropertyValue]: "padding";
1295
- }) => {
1296
- paddingLeft: {
1297
- readonly [$$PropertyValue]: "padding";
1298
- };
1299
- paddingRight: {
1300
- readonly [$$PropertyValue]: "padding";
1301
- };
1302
- };
1303
- paddingY: (value: {
1304
- readonly [$$PropertyValue]: "padding";
1305
- }) => {
1306
- paddingTop: {
1307
- readonly [$$PropertyValue]: "padding";
1308
- };
1309
- paddingBottom: {
1310
- readonly [$$PropertyValue]: "padding";
1311
- };
1312
- };
1313
- marginX: (value: {
1314
- readonly [$$PropertyValue]: "margin";
1315
- }) => {
1316
- marginLeft: {
1317
- readonly [$$PropertyValue]: "margin";
1318
- };
1319
- marginRight: {
1320
- readonly [$$PropertyValue]: "margin";
1321
- };
1322
- };
1323
- marginY: (value: {
1324
- readonly [$$PropertyValue]: "margin";
1325
- }) => {
1326
- marginTop: {
1327
- readonly [$$PropertyValue]: "margin";
1328
- };
1329
- marginBottom: {
1330
- readonly [$$PropertyValue]: "margin";
1331
- };
1332
- };
1333
- square: (value: {
1334
- readonly [$$PropertyValue]: "width";
1335
- }) => {
1336
- width: {
1337
- readonly [$$PropertyValue]: "width";
1338
- };
1339
- height: {
1340
- readonly [$$PropertyValue]: "width";
1341
- };
1342
- };
1343
- }> | undefined;
1344
- }> & {
1345
- children?: react.ReactNode;
1346
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react.AnchorHTMLAttributes<"a"> & {
1347
- href: string;
1348
- }, "asChild" | "form" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | keyof _mirohq_design_system_hooks_use_press.PressProps | keyof packages_components_internal_base_button_src_base_button.HoverEvents | keyof react.AnchorHTMLAttributes<"a">> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1349
- css?: _stitches_react_types_css_util.CSS<{}, {
1350
- 'border-widths': {
1351
- readonly none: 0;
1352
- readonly sm: "1px";
1353
- readonly md: "2px";
1354
- readonly lg: "4px";
1355
- };
1356
- colors: {
1357
- readonly 'blue-100': any;
1358
- readonly 'blue-200': any;
1359
- readonly 'blue-300': any;
1360
- readonly 'blue-400': any;
1361
- readonly 'blue-500': any;
1362
- readonly 'blue-600': any;
1363
- readonly 'blue-700': any;
1364
- readonly 'blue-800': any;
1365
- readonly 'blue-900': any;
1366
- readonly 'blue-1000': any;
1367
- readonly 'gray-100': any;
1368
- readonly 'gray-200': any;
1369
- readonly 'gray-300': any;
1370
- readonly 'gray-400': any;
1371
- readonly 'gray-500': any;
1372
- readonly 'gray-600': any;
1373
- readonly 'gray-700': any;
1374
- readonly 'gray-800': any;
1375
- readonly 'gray-900': any;
1376
- readonly 'indigo-100': any;
1377
- readonly 'indigo-200': any;
1378
- readonly 'indigo-300': any;
1379
- readonly 'indigo-400': any;
1380
- readonly 'indigo-500': any;
1381
- readonly 'indigo-600': any;
1382
- readonly 'indigo-700': any;
1383
- readonly 'indigo-800': any;
1384
- readonly 'indigo-900': any;
1385
- readonly 'red-100': any;
1386
- readonly 'red-200': any;
1387
- readonly 'red-300': any;
1388
- readonly 'red-400': any;
1389
- readonly 'red-500': any;
1390
- readonly 'red-600': any;
1391
- readonly 'red-700': any;
1392
- readonly 'red-800': any;
1393
- readonly 'red-900': any;
1394
- readonly 'yellow-100': any;
1395
- readonly 'yellow-200': any;
1396
- readonly 'yellow-300': any;
1397
- readonly 'yellow-400': any;
1398
- readonly 'yellow-500': any;
1399
- readonly 'yellow-600': any;
1400
- readonly 'yellow-700': any;
1401
- readonly 'yellow-800': any;
1402
- readonly 'yellow-900': any;
1403
- readonly 'green-100': any;
1404
- readonly 'green-200': any;
1405
- readonly 'green-300': any;
1406
- readonly 'green-400': any;
1407
- readonly 'green-500': any;
1408
- readonly 'green-600': any;
1409
- readonly 'green-700': any;
1410
- readonly 'green-800': any;
1411
- readonly 'green-900': any;
1412
- readonly black: any;
1413
- readonly white: any;
1414
- readonly transparent: any;
1415
- readonly 'background-danger'?: any;
1416
- readonly 'background-danger-hover'?: any;
1417
- readonly 'background-danger-prominent'?: any;
1418
- readonly 'background-danger-prominent-active'?: any;
1419
- readonly 'background-danger-prominent-hover'?: any;
1420
- readonly 'background-neutrals'?: any;
1421
- readonly 'background-neutrals-body'?: any;
1422
- readonly 'background-neutrals-container'?: any;
1423
- readonly 'background-neutrals-controls-disabled'?: any;
1424
- readonly 'background-neutrals-disabled'?: any;
1425
- readonly 'background-neutrals-inactive'?: any;
1426
- readonly 'background-neutrals-inactive-hover'?: any;
1427
- readonly 'background-neutrals-inverted'?: any;
1428
- readonly 'background-neutrals-inverted-subtle'?: any;
1429
- readonly 'background-neutrals-scrolls'?: any;
1430
- readonly 'background-neutrals-scrolls-hover'?: any;
1431
- readonly 'background-neutrals-subtle'?: any;
1432
- readonly 'background-neutrals-subtle-active'?: any;
1433
- readonly 'background-neutrals-subtle-hover'?: any;
1434
- readonly 'background-primary-prominent'?: any;
1435
- readonly 'background-primary-prominent-active'?: any;
1436
- readonly 'background-primary-prominent-hover'?: any;
1437
- readonly 'background-primary-prominent-selected'?: any;
1438
- readonly 'background-primary-subtle'?: any;
1439
- readonly 'background-primary-subtle-active'?: any;
1440
- readonly 'background-primary-subtle-hover'?: any;
1441
- readonly 'background-primary-subtle-selected'?: any;
1442
- readonly 'background-success'?: any;
1443
- readonly 'background-warning-prominent'?: any;
1444
- readonly 'background-warning-subtle'?: any;
1445
- readonly 'text-danger'?: any;
1446
- readonly 'text-danger-active'?: any;
1447
- readonly 'text-danger-hover'?: any;
1448
- readonly 'text-danger-inverted'?: any;
1449
- readonly 'text-neutrals'?: any;
1450
- readonly 'text-neutrals-disabled'?: any;
1451
- readonly 'text-neutrals-inverted'?: any;
1452
- readonly 'text-neutrals-link'?: any;
1453
- readonly 'text-neutrals-link-active'?: any;
1454
- readonly 'text-neutrals-link-hover'?: any;
1455
- readonly 'text-neutrals-placeholder'?: any;
1456
- readonly 'text-neutrals-placeholder-only'?: any;
1457
- readonly 'text-neutrals-subtle'?: any;
1458
- readonly 'text-primary'?: any;
1459
- readonly 'text-primary-active'?: any;
1460
- readonly 'text-primary-hover'?: any;
1461
- readonly 'text-primary-inverted'?: any;
1462
- readonly 'text-primary-inverted-subtle'?: any;
1463
- readonly 'text-primary-selected'?: any;
1464
- readonly 'text-success'?: any;
1465
- readonly 'text-warning'?: any;
1466
- readonly 'icon-danger'?: any;
1467
- readonly 'icon-danger-active'?: any;
1468
- readonly 'icon-danger-hover'?: any;
1469
- readonly 'icon-danger-inverted'?: any;
1470
- readonly 'icon-neutrals'?: any;
1471
- readonly 'icon-neutrals-disabled'?: any;
1472
- readonly 'icon-neutrals-inactive'?: any;
1473
- readonly 'icon-neutrals-inactive-hover'?: any;
1474
- readonly 'icon-neutrals-inverted'?: any;
1475
- readonly 'icon-neutrals-search'?: any;
1476
- readonly 'icon-neutrals-subtle'?: any;
1477
- readonly 'icon-neutrals-with-text'?: any;
1478
- readonly 'icon-primary'?: any;
1479
- readonly 'icon-primary-active'?: any;
1480
- readonly 'icon-primary-hover'?: any;
1481
- readonly 'icon-primary-inverted'?: any;
1482
- readonly 'icon-primary-selected'?: any;
1483
- readonly 'icon-success'?: any;
1484
- readonly 'icon-success-inverted'?: any;
1485
- readonly 'icon-warning'?: any;
1486
- readonly 'border-danger'?: any;
1487
- readonly 'border-focus-inner'?: any;
1488
- readonly 'border-focus-middle'?: any;
1489
- readonly 'border-focus-outer'?: any;
1490
- readonly 'border-neutrals'?: any;
1491
- readonly 'border-neutrals-active'?: any;
1492
- readonly 'border-neutrals-controls'?: any;
1493
- readonly 'border-neutrals-controls-disabled'?: any;
1494
- readonly 'border-neutrals-disabled'?: any;
1495
- readonly 'border-neutrals-hover'?: any;
1496
- readonly 'border-neutrals-inverted'?: any;
1497
- readonly 'border-neutrals-subtle'?: any;
1498
- readonly 'border-primary'?: any;
1499
- readonly 'border-primary-active'?: any;
1500
- readonly 'border-primary-hover'?: any;
1501
- readonly 'border-primary-inverted'?: any;
1502
- readonly 'border-success'?: any;
1503
- readonly 'border-warning'?: any;
1504
- };
1505
- 'font-sizes': {
1506
- readonly 150: "0.75rem";
1507
- readonly 175: "0.875rem";
1508
- readonly 200: "1rem";
1509
- readonly 225: "1.125rem";
1510
- readonly 250: "1.25rem";
1511
- readonly 300: "1.5rem";
1512
- readonly 400: "2rem";
1513
- readonly 500: "2.5rem";
1514
- readonly 600: "3rem";
1515
- readonly 800: "4rem";
1516
- readonly 900: "4.5rem";
1517
- };
1518
- radii: {
1519
- readonly none: 0;
1520
- readonly half: "999em";
1521
- readonly 25: "2px";
1522
- readonly 50: "4px";
1523
- readonly 75: "6px";
1524
- readonly 100: "8px";
1525
- readonly 200: "16px";
1526
- };
1527
- shadows: {
1528
- readonly 50: "0 4px 16px #05003812";
1529
- readonly 100: "0 8px 32px #05003808";
1530
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
1531
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
1532
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
1533
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
1534
- };
1535
- sizes: {
1536
- readonly number: string;
1537
- readonly 'icon-200': "16px";
1538
- readonly 'icon-300': "24px";
1539
- readonly 'icon-400': "32px";
1540
- };
1541
- space: {
1542
- readonly none: 0;
1543
- readonly 50: "4px";
1544
- readonly 100: "8px";
1545
- readonly 150: "12px";
1546
- readonly 200: "16px";
1547
- readonly 300: "24px";
1548
- readonly 400: "32px";
1549
- readonly 500: "64px";
1550
- readonly 600: "48px";
1551
- readonly 800: "64px";
1552
- readonly 1200: "96px";
1553
- readonly 1600: "128px";
1554
- };
1555
- 'space-gap': {
1556
- readonly none: any;
1557
- readonly 50: any;
1558
- readonly 100: any;
1559
- readonly 200: any;
1560
- readonly 300: any;
1561
- };
1562
- 'space-inset': {
1563
- readonly none: any;
1564
- readonly 50: any;
1565
- readonly 100: any;
1566
- readonly 150: any;
1567
- readonly 200: any;
1568
- readonly 300: any;
1569
- readonly 400: any;
1570
- readonly 600: any;
1571
- readonly 800: any;
1572
- readonly 1200: any;
1573
- readonly 1600: any;
1574
- };
1575
- 'space-offset': {
1576
- readonly none: any;
1577
- readonly 50: any;
1578
- readonly 100: any;
1579
- readonly 150: any;
1580
- readonly 200: any;
1581
- readonly 300: any;
1582
- readonly 400: any;
1583
- readonly 600: any;
1584
- readonly 800: any;
1585
- readonly 1200: any;
1586
- readonly 1600: any;
1587
- readonly 'stacking-none': any;
1588
- readonly 'stacking-100': any;
1589
- readonly 'stacking-200': any;
1590
- readonly 'stacking-300': any;
1591
- readonly 'stacking-400': any;
1592
- readonly 'stacking-500': any;
1593
- readonly 'stacking-800': any;
1594
- };
1595
- 'stroke-width': {
1596
- readonly thin: "1.5px";
1597
- readonly normal: "2px";
1598
- readonly bold: "4px";
1599
- };
1600
- 'z-indices': {
1601
- readonly dropdownMenu: 100;
1602
- readonly popover: 200;
1603
- readonly tooltip: 300;
1604
- };
1605
- }, {
1606
- readonly background: "colors";
1607
- readonly backgroundColor: "colors";
1608
- readonly backgroundImage: "colors";
1609
- readonly blockSize: "sizes";
1610
- readonly border: "colors";
1611
- readonly borderBlock: "colors";
1612
- readonly borderBlockEnd: "colors";
1613
- readonly borderBlockStart: "colors";
1614
- readonly borderBottom: "colors";
1615
- readonly borderBottomColor: "colors";
1616
- readonly borderBottomLeftRadius: "radii";
1617
- readonly borderBottomRightRadius: "radii";
1618
- readonly borderBottomStyle: "border-styles";
1619
- readonly borderBottomWidth: "border-widths";
1620
- readonly borderColor: "colors";
1621
- readonly borderImage: "colors";
1622
- readonly borderInline: "colors";
1623
- readonly borderInlineEnd: "colors";
1624
- readonly borderInlineStart: "colors";
1625
- readonly borderLeft: "colors";
1626
- readonly borderLeftColor: "colors";
1627
- readonly borderLeftStyle: "border-styles";
1628
- readonly borderLeftWidth: "border-widths";
1629
- readonly borderRadius: "radii";
1630
- readonly borderRight: "colors";
1631
- readonly borderRightColor: "colors";
1632
- readonly borderRightStyle: "border-styles";
1633
- readonly borderRightWidth: "border-widths";
1634
- readonly borderStyle: "border-styles";
1635
- readonly borderTop: "colors";
1636
- readonly borderTopColor: "colors";
1637
- readonly borderTopLeftRadius: "radii";
1638
- readonly borderTopRightRadius: "radii";
1639
- readonly borderTopStyle: "border-styles";
1640
- readonly borderTopWidth: "border-widths";
1641
- readonly borderWidth: "border-widths";
1642
- readonly bottom: "space";
1643
- readonly boxShadow: "shadows";
1644
- readonly caretColor: "colors";
1645
- readonly color: "colors";
1646
- readonly columnGap: "space-gap";
1647
- readonly columnRuleColor: "colors";
1648
- readonly fill: "colors";
1649
- readonly flexBasis: "sizes";
1650
- readonly fontFamily: "fonts";
1651
- readonly fontSize: "font-sizes";
1652
- readonly fontWeight: "font-weights";
1653
- readonly gap: "space-gap";
1654
- readonly gridColumnGap: "space-gap";
1655
- readonly gridGap: "space-gap";
1656
- readonly gridRowGap: "space-gap";
1657
- readonly gridTemplateColumns: "sizes";
1658
- readonly gridTemplateRows: "sizes";
1659
- readonly height: "sizes";
1660
- readonly inlineSize: "sizes";
1661
- readonly inset: "space-inset";
1662
- readonly insetBlock: "space-inset";
1663
- readonly insetBlockEnd: "space-inset";
1664
- readonly insetBlockStart: "space-inset";
1665
- readonly insetInline: "space-inset";
1666
- readonly insetInlineEnd: "space-inset";
1667
- readonly insetInlineStart: "space-inset";
1668
- readonly left: "space";
1669
- readonly letterSpacing: "letter-spacings";
1670
- readonly lineHeight: "line-heights";
1671
- readonly margin: "space-offset";
1672
- readonly marginBlock: "space-offset";
1673
- readonly marginBlockEnd: "space-offset";
1674
- readonly marginBlockStart: "space-offset";
1675
- readonly marginBottom: "space-offset";
1676
- readonly marginInline: "space-offset";
1677
- readonly marginInlineEnd: "space-offset";
1678
- readonly marginInlineStart: "space-offset";
1679
- readonly marginLeft: "space-offset";
1680
- readonly marginRight: "space-offset";
1681
- readonly marginTop: "space-offset";
1682
- readonly maxBlockSize: "sizes";
1683
- readonly maxHeight: "sizes";
1684
- readonly maxInlineSize: "sizes";
1685
- readonly maxWidth: "sizes";
1686
- readonly minBlockSize: "sizes";
1687
- readonly minHeight: "sizes";
1688
- readonly minInlineSize: "sizes";
1689
- readonly minWidth: "sizes";
1690
- readonly outline: "colors";
1691
- readonly outlineColor: "colors";
1692
- readonly padding: "space-inset";
1693
- readonly paddingBlock: "space-inset";
1694
- readonly paddingBlockEnd: "space-inset";
1695
- readonly paddingBlockStart: "space-inset";
1696
- readonly paddingBottom: "space-inset";
1697
- readonly paddingInline: "space-inset";
1698
- readonly paddingInlineEnd: "space-inset";
1699
- readonly paddingInlineStart: "space-inset";
1700
- readonly paddingLeft: "space-inset";
1701
- readonly paddingRight: "space-inset";
1702
- readonly paddingTop: "space-inset";
1703
- readonly right: "space";
1704
- readonly rowGap: "space-gap";
1705
- readonly scrollMargin: "space-offset";
1706
- readonly scrollMarginBlock: "space-offset";
1707
- readonly scrollMarginBlockEnd: "space-offset";
1708
- readonly scrollMarginBlockStart: "space-offset";
1709
- readonly scrollMarginBottom: "space-offset";
1710
- readonly scrollMarginInline: "space-offset";
1711
- readonly scrollMarginInlineEnd: "space-offset";
1712
- readonly scrollMarginInlineStart: "space-offset";
1713
- readonly scrollMarginLeft: "space-offset";
1714
- readonly scrollMarginRight: "space-offset";
1715
- readonly scrollMarginTop: "space-offset";
1716
- readonly scrollPadding: "space-inset";
1717
- readonly scrollPaddingBlock: "space-inset";
1718
- readonly scrollPaddingBlockEnd: "space-inset";
1719
- readonly scrollPaddingBlockStart: "space-inset";
1720
- readonly scrollPaddingBottom: "space-inset";
1721
- readonly scrollPaddingInline: "space-inset";
1722
- readonly scrollPaddingInlineEnd: "space-inset";
1723
- readonly scrollPaddingInlineStart: "space-inset";
1724
- readonly scrollPaddingLeft: "space-inset";
1725
- readonly scrollPaddingRight: "space-inset";
1726
- readonly scrollPaddingTop: "space-inset";
1727
- readonly stroke: "colors";
1728
- readonly strokeWidth: "stroke-width";
1729
- readonly textDecorationColor: "colors";
1730
- readonly textShadow: "shadows";
1731
- readonly top: "space";
1732
- readonly transition: "transitions";
1733
- readonly width: "sizes";
1734
- readonly zIndex: "z-indices";
1735
- }, {
1736
- paddingX: (value: {
1737
- readonly [$$PropertyValue]: "padding";
1738
- }) => {
1739
- paddingLeft: {
1740
- readonly [$$PropertyValue]: "padding";
1741
- };
1742
- paddingRight: {
1743
- readonly [$$PropertyValue]: "padding";
1744
- };
1745
- };
1746
- paddingY: (value: {
1747
- readonly [$$PropertyValue]: "padding";
1748
- }) => {
1749
- paddingTop: {
1750
- readonly [$$PropertyValue]: "padding";
1751
- };
1752
- paddingBottom: {
1753
- readonly [$$PropertyValue]: "padding";
1754
- };
1755
- };
1756
- marginX: (value: {
1757
- readonly [$$PropertyValue]: "margin";
1758
- }) => {
1759
- marginLeft: {
1760
- readonly [$$PropertyValue]: "margin";
1761
- };
1762
- marginRight: {
1763
- readonly [$$PropertyValue]: "margin";
1764
- };
1765
- };
1766
- marginY: (value: {
1767
- readonly [$$PropertyValue]: "margin";
1768
- }) => {
1769
- marginTop: {
1770
- readonly [$$PropertyValue]: "margin";
1771
- };
1772
- marginBottom: {
1773
- readonly [$$PropertyValue]: "margin";
1774
- };
1775
- };
1776
- square: (value: {
1777
- readonly [$$PropertyValue]: "width";
1778
- }) => {
1779
- width: {
1780
- readonly [$$PropertyValue]: "width";
1781
- };
1782
- height: {
1783
- readonly [$$PropertyValue]: "width";
1784
- };
1785
- };
1786
- }> | undefined;
1787
- })> & {
1788
- children?: react.ReactNode;
1789
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "size" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "onPress" | "pressed" | "preventFocusOnPress" | "allowTextSelectionOnPress" | "shouldCancelOnPointerExit" | "onPressStart" | "onPressEnd" | "onPressChange" | "onPressUp" | "onHoverStart" | "onHoverEnd" | "onHoverChange" | "variant"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<(Pick<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof react.ButtonHTMLAttributes<HTMLButtonElement>> & {
1790
- ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
1791
- } & {
1792
- asChild?: boolean | undefined;
1793
- }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1794
- css?: _stitches_react_types_css_util.CSS<{}, {
1795
- 'border-widths': {
1796
- readonly none: 0;
1797
- readonly sm: "1px";
1798
- readonly md: "2px";
1799
- readonly lg: "4px";
1800
- };
1801
- colors: {
1802
- readonly 'blue-100': any;
1803
- readonly 'blue-200': any;
1804
- readonly 'blue-300': any;
1805
- readonly 'blue-400': any;
1806
- readonly 'blue-500': any;
1807
- readonly 'blue-600': any;
1808
- readonly 'blue-700': any;
1809
- readonly 'blue-800': any;
1810
- readonly 'blue-900': any;
1811
- readonly 'blue-1000': any;
1812
- readonly 'gray-100': any;
1813
- readonly 'gray-200': any;
1814
- readonly 'gray-300': any;
1815
- readonly 'gray-400': any;
1816
- readonly 'gray-500': any;
1817
- readonly 'gray-600': any;
1818
- readonly 'gray-700': any;
1819
- readonly 'gray-800': any;
1820
- readonly 'gray-900': any;
1821
- readonly 'indigo-100': any;
1822
- readonly 'indigo-200': any;
1823
- readonly 'indigo-300': any;
1824
- readonly 'indigo-400': any;
1825
- readonly 'indigo-500': any;
1826
- readonly 'indigo-600': any;
1827
- readonly 'indigo-700': any;
1828
- readonly 'indigo-800': any;
1829
- readonly 'indigo-900': any;
1830
- readonly 'red-100': any;
1831
- readonly 'red-200': any;
1832
- readonly 'red-300': any;
1833
- readonly 'red-400': any;
1834
- readonly 'red-500': any;
1835
- readonly 'red-600': any;
1836
- readonly 'red-700': any;
1837
- readonly 'red-800': any;
1838
- readonly 'red-900': any;
1839
- readonly 'yellow-100': any;
1840
- readonly 'yellow-200': any;
1841
- readonly 'yellow-300': any;
1842
- readonly 'yellow-400': any;
1843
- readonly 'yellow-500': any;
1844
- readonly 'yellow-600': any;
1845
- readonly 'yellow-700': any;
1846
- readonly 'yellow-800': any;
1847
- readonly 'yellow-900': any;
1848
- readonly 'green-100': any;
1849
- readonly 'green-200': any;
1850
- readonly 'green-300': any;
1851
- readonly 'green-400': any;
1852
- readonly 'green-500': any;
1853
- readonly 'green-600': any;
1854
- readonly 'green-700': any;
1855
- readonly 'green-800': any;
1856
- readonly 'green-900': any;
1857
- readonly black: any;
1858
- readonly white: any;
1859
- readonly transparent: any;
1860
- readonly 'background-danger'?: any;
1861
- readonly 'background-danger-hover'?: any;
1862
- readonly 'background-danger-prominent'?: any;
1863
- readonly 'background-danger-prominent-active'?: any;
1864
- readonly 'background-danger-prominent-hover'?: any;
1865
- readonly 'background-neutrals'?: any;
1866
- readonly 'background-neutrals-body'?: any;
1867
- readonly 'background-neutrals-container'?: any;
1868
- readonly 'background-neutrals-controls-disabled'?: any;
1869
- readonly 'background-neutrals-disabled'?: any;
1870
- readonly 'background-neutrals-inactive'?: any;
1871
- readonly 'background-neutrals-inactive-hover'?: any;
1872
- readonly 'background-neutrals-inverted'?: any;
1873
- readonly 'background-neutrals-inverted-subtle'?: any;
1874
- readonly 'background-neutrals-scrolls'?: any;
1875
- readonly 'background-neutrals-scrolls-hover'?: any;
1876
- readonly 'background-neutrals-subtle'?: any;
1877
- readonly 'background-neutrals-subtle-active'?: any;
1878
- readonly 'background-neutrals-subtle-hover'?: any;
1879
- readonly 'background-primary-prominent'?: any;
1880
- readonly 'background-primary-prominent-active'?: any;
1881
- readonly 'background-primary-prominent-hover'?: any;
1882
- readonly 'background-primary-prominent-selected'?: any;
1883
- readonly 'background-primary-subtle'?: any;
1884
- readonly 'background-primary-subtle-active'?: any;
1885
- readonly 'background-primary-subtle-hover'?: any;
1886
- readonly 'background-primary-subtle-selected'?: any;
1887
- readonly 'background-success'?: any;
1888
- readonly 'background-warning-prominent'?: any;
1889
- readonly 'background-warning-subtle'?: any;
1890
- readonly 'text-danger'?: any;
1891
- readonly 'text-danger-active'?: any;
1892
- readonly 'text-danger-hover'?: any;
1893
- readonly 'text-danger-inverted'?: any;
1894
- readonly 'text-neutrals'?: any;
1895
- readonly 'text-neutrals-disabled'?: any;
1896
- readonly 'text-neutrals-inverted'?: any;
1897
- readonly 'text-neutrals-link'?: any;
1898
- readonly 'text-neutrals-link-active'?: any;
1899
- readonly 'text-neutrals-link-hover'?: any;
1900
- readonly 'text-neutrals-placeholder'?: any;
1901
- readonly 'text-neutrals-placeholder-only'?: any;
1902
- readonly 'text-neutrals-subtle'?: any;
1903
- readonly 'text-primary'?: any;
1904
- readonly 'text-primary-active'?: any;
1905
- readonly 'text-primary-hover'?: any;
1906
- readonly 'text-primary-inverted'?: any;
1907
- readonly 'text-primary-inverted-subtle'?: any;
1908
- readonly 'text-primary-selected'?: any;
1909
- readonly 'text-success'?: any;
1910
- readonly 'text-warning'?: any;
1911
- readonly 'icon-danger'?: any;
1912
- readonly 'icon-danger-active'?: any;
1913
- readonly 'icon-danger-hover'?: any;
1914
- readonly 'icon-danger-inverted'?: any;
1915
- readonly 'icon-neutrals'?: any;
1916
- readonly 'icon-neutrals-disabled'?: any;
1917
- readonly 'icon-neutrals-inactive'?: any;
1918
- readonly 'icon-neutrals-inactive-hover'?: any;
1919
- readonly 'icon-neutrals-inverted'?: any;
1920
- readonly 'icon-neutrals-search'?: any;
1921
- readonly 'icon-neutrals-subtle'?: any;
1922
- readonly 'icon-neutrals-with-text'?: any;
1923
- readonly 'icon-primary'?: any;
1924
- readonly 'icon-primary-active'?: any;
1925
- readonly 'icon-primary-hover'?: any;
1926
- readonly 'icon-primary-inverted'?: any;
1927
- readonly 'icon-primary-selected'?: any;
1928
- readonly 'icon-success'?: any;
1929
- readonly 'icon-success-inverted'?: any;
1930
- readonly 'icon-warning'?: any;
1931
- readonly 'border-danger'?: any;
1932
- readonly 'border-focus-inner'?: any;
1933
- readonly 'border-focus-middle'?: any;
1934
- readonly 'border-focus-outer'?: any;
1935
- readonly 'border-neutrals'?: any;
1936
- readonly 'border-neutrals-active'?: any;
1937
- readonly 'border-neutrals-controls'?: any;
1938
- readonly 'border-neutrals-controls-disabled'?: any;
1939
- readonly 'border-neutrals-disabled'?: any;
1940
- readonly 'border-neutrals-hover'?: any;
1941
- readonly 'border-neutrals-inverted'?: any;
1942
- readonly 'border-neutrals-subtle'?: any;
1943
- readonly 'border-primary'?: any;
1944
- readonly 'border-primary-active'?: any;
1945
- readonly 'border-primary-hover'?: any;
1946
- readonly 'border-primary-inverted'?: any;
1947
- readonly 'border-success'?: any;
1948
- readonly 'border-warning'?: any;
1949
- };
1950
- 'font-sizes': {
1951
- readonly 150: "0.75rem";
1952
- readonly 175: "0.875rem";
1953
- readonly 200: "1rem";
1954
- readonly 225: "1.125rem";
1955
- readonly 250: "1.25rem";
1956
- readonly 300: "1.5rem";
1957
- readonly 400: "2rem";
1958
- readonly 500: "2.5rem";
1959
- readonly 600: "3rem";
1960
- readonly 800: "4rem";
1961
- readonly 900: "4.5rem";
1962
- };
1963
- radii: {
1964
- readonly none: 0;
1965
- readonly half: "999em";
1966
- readonly 25: "2px";
1967
- readonly 50: "4px";
1968
- readonly 75: "6px";
1969
- readonly 100: "8px";
1970
- readonly 200: "16px";
1971
- };
1972
- shadows: {
1973
- readonly 50: "0 4px 16px #05003812";
1974
- readonly 100: "0 8px 32px #05003808";
1975
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
1976
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
1977
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
1978
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
1979
- };
1980
- sizes: {
1981
- readonly number: string;
1982
- readonly 'icon-200': "16px";
1983
- readonly 'icon-300': "24px";
1984
- readonly 'icon-400': "32px";
1985
- };
1986
- space: {
1987
- readonly none: 0;
1988
- readonly 50: "4px";
1989
- readonly 100: "8px";
1990
- readonly 150: "12px";
1991
- readonly 200: "16px";
1992
- readonly 300: "24px";
1993
- readonly 400: "32px";
1994
- readonly 500: "64px";
1995
- readonly 600: "48px";
1996
- readonly 800: "64px";
1997
- readonly 1200: "96px";
1998
- readonly 1600: "128px";
1999
- };
2000
- 'space-gap': {
2001
- readonly none: any;
2002
- readonly 50: any;
2003
- readonly 100: any;
2004
- readonly 200: any;
2005
- readonly 300: any;
2006
- };
2007
- 'space-inset': {
2008
- readonly none: any;
2009
- readonly 50: any;
2010
- readonly 100: any;
2011
- readonly 150: any;
2012
- readonly 200: any;
2013
- readonly 300: any;
2014
- readonly 400: any;
2015
- readonly 600: any;
2016
- readonly 800: any;
2017
- readonly 1200: any;
2018
- readonly 1600: any;
2019
- };
2020
- 'space-offset': {
2021
- readonly none: any;
2022
- readonly 50: any;
2023
- readonly 100: any;
2024
- readonly 150: any;
2025
- readonly 200: any;
2026
- readonly 300: any;
2027
- readonly 400: any;
2028
- readonly 600: any;
2029
- readonly 800: any;
2030
- readonly 1200: any;
2031
- readonly 1600: any;
2032
- readonly 'stacking-none': any;
2033
- readonly 'stacking-100': any;
2034
- readonly 'stacking-200': any;
2035
- readonly 'stacking-300': any;
2036
- readonly 'stacking-400': any;
2037
- readonly 'stacking-500': any;
2038
- readonly 'stacking-800': any;
2039
- };
2040
- 'stroke-width': {
2041
- readonly thin: "1.5px";
2042
- readonly normal: "2px";
2043
- readonly bold: "4px";
2044
- };
2045
- 'z-indices': {
2046
- readonly dropdownMenu: 100;
2047
- readonly popover: 200;
2048
- readonly tooltip: 300;
2049
- };
2050
- }, {
2051
- readonly background: "colors";
2052
- readonly backgroundColor: "colors";
2053
- readonly backgroundImage: "colors";
2054
- readonly blockSize: "sizes";
2055
- readonly border: "colors";
2056
- readonly borderBlock: "colors";
2057
- readonly borderBlockEnd: "colors";
2058
- readonly borderBlockStart: "colors";
2059
- readonly borderBottom: "colors";
2060
- readonly borderBottomColor: "colors";
2061
- readonly borderBottomLeftRadius: "radii";
2062
- readonly borderBottomRightRadius: "radii";
2063
- readonly borderBottomStyle: "border-styles";
2064
- readonly borderBottomWidth: "border-widths";
2065
- readonly borderColor: "colors";
2066
- readonly borderImage: "colors";
2067
- readonly borderInline: "colors";
2068
- readonly borderInlineEnd: "colors";
2069
- readonly borderInlineStart: "colors";
2070
- readonly borderLeft: "colors";
2071
- readonly borderLeftColor: "colors";
2072
- readonly borderLeftStyle: "border-styles";
2073
- readonly borderLeftWidth: "border-widths";
2074
- readonly borderRadius: "radii";
2075
- readonly borderRight: "colors";
2076
- readonly borderRightColor: "colors";
2077
- readonly borderRightStyle: "border-styles";
2078
- readonly borderRightWidth: "border-widths";
2079
- readonly borderStyle: "border-styles";
2080
- readonly borderTop: "colors";
2081
- readonly borderTopColor: "colors";
2082
- readonly borderTopLeftRadius: "radii";
2083
- readonly borderTopRightRadius: "radii";
2084
- readonly borderTopStyle: "border-styles";
2085
- readonly borderTopWidth: "border-widths";
2086
- readonly borderWidth: "border-widths";
2087
- readonly bottom: "space";
2088
- readonly boxShadow: "shadows";
2089
- readonly caretColor: "colors";
2090
- readonly color: "colors";
2091
- readonly columnGap: "space-gap";
2092
- readonly columnRuleColor: "colors";
2093
- readonly fill: "colors";
2094
- readonly flexBasis: "sizes";
2095
- readonly fontFamily: "fonts";
2096
- readonly fontSize: "font-sizes";
2097
- readonly fontWeight: "font-weights";
2098
- readonly gap: "space-gap";
2099
- readonly gridColumnGap: "space-gap";
2100
- readonly gridGap: "space-gap";
2101
- readonly gridRowGap: "space-gap";
2102
- readonly gridTemplateColumns: "sizes";
2103
- readonly gridTemplateRows: "sizes";
2104
- readonly height: "sizes";
2105
- readonly inlineSize: "sizes";
2106
- readonly inset: "space-inset";
2107
- readonly insetBlock: "space-inset";
2108
- readonly insetBlockEnd: "space-inset";
2109
- readonly insetBlockStart: "space-inset";
2110
- readonly insetInline: "space-inset";
2111
- readonly insetInlineEnd: "space-inset";
2112
- readonly insetInlineStart: "space-inset";
2113
- readonly left: "space";
2114
- readonly letterSpacing: "letter-spacings";
2115
- readonly lineHeight: "line-heights";
2116
- readonly margin: "space-offset";
2117
- readonly marginBlock: "space-offset";
2118
- readonly marginBlockEnd: "space-offset";
2119
- readonly marginBlockStart: "space-offset";
2120
- readonly marginBottom: "space-offset";
2121
- readonly marginInline: "space-offset";
2122
- readonly marginInlineEnd: "space-offset";
2123
- readonly marginInlineStart: "space-offset";
2124
- readonly marginLeft: "space-offset";
2125
- readonly marginRight: "space-offset";
2126
- readonly marginTop: "space-offset";
2127
- readonly maxBlockSize: "sizes";
2128
- readonly maxHeight: "sizes";
2129
- readonly maxInlineSize: "sizes";
2130
- readonly maxWidth: "sizes";
2131
- readonly minBlockSize: "sizes";
2132
- readonly minHeight: "sizes";
2133
- readonly minInlineSize: "sizes";
2134
- readonly minWidth: "sizes";
2135
- readonly outline: "colors";
2136
- readonly outlineColor: "colors";
2137
- readonly padding: "space-inset";
2138
- readonly paddingBlock: "space-inset";
2139
- readonly paddingBlockEnd: "space-inset";
2140
- readonly paddingBlockStart: "space-inset";
2141
- readonly paddingBottom: "space-inset";
2142
- readonly paddingInline: "space-inset";
2143
- readonly paddingInlineEnd: "space-inset";
2144
- readonly paddingInlineStart: "space-inset";
2145
- readonly paddingLeft: "space-inset";
2146
- readonly paddingRight: "space-inset";
2147
- readonly paddingTop: "space-inset";
2148
- readonly right: "space";
2149
- readonly rowGap: "space-gap";
2150
- readonly scrollMargin: "space-offset";
2151
- readonly scrollMarginBlock: "space-offset";
2152
- readonly scrollMarginBlockEnd: "space-offset";
2153
- readonly scrollMarginBlockStart: "space-offset";
2154
- readonly scrollMarginBottom: "space-offset";
2155
- readonly scrollMarginInline: "space-offset";
2156
- readonly scrollMarginInlineEnd: "space-offset";
2157
- readonly scrollMarginInlineStart: "space-offset";
2158
- readonly scrollMarginLeft: "space-offset";
2159
- readonly scrollMarginRight: "space-offset";
2160
- readonly scrollMarginTop: "space-offset";
2161
- readonly scrollPadding: "space-inset";
2162
- readonly scrollPaddingBlock: "space-inset";
2163
- readonly scrollPaddingBlockEnd: "space-inset";
2164
- readonly scrollPaddingBlockStart: "space-inset";
2165
- readonly scrollPaddingBottom: "space-inset";
2166
- readonly scrollPaddingInline: "space-inset";
2167
- readonly scrollPaddingInlineEnd: "space-inset";
2168
- readonly scrollPaddingInlineStart: "space-inset";
2169
- readonly scrollPaddingLeft: "space-inset";
2170
- readonly scrollPaddingRight: "space-inset";
2171
- readonly scrollPaddingTop: "space-inset";
2172
- readonly stroke: "colors";
2173
- readonly strokeWidth: "stroke-width";
2174
- readonly textDecorationColor: "colors";
2175
- readonly textShadow: "shadows";
2176
- readonly top: "space";
2177
- readonly transition: "transitions";
2178
- readonly width: "sizes";
2179
- readonly zIndex: "z-indices";
2180
- }, {
2181
- paddingX: (value: {
2182
- readonly [$$PropertyValue]: "padding";
2183
- }) => {
2184
- paddingLeft: {
2185
- readonly [$$PropertyValue]: "padding";
2186
- };
2187
- paddingRight: {
2188
- readonly [$$PropertyValue]: "padding";
2189
- };
2190
- };
2191
- paddingY: (value: {
2192
- readonly [$$PropertyValue]: "padding";
2193
- }) => {
2194
- paddingTop: {
2195
- readonly [$$PropertyValue]: "padding";
2196
- };
2197
- paddingBottom: {
2198
- readonly [$$PropertyValue]: "padding";
2199
- };
2200
- };
2201
- marginX: (value: {
2202
- readonly [$$PropertyValue]: "margin";
2203
- }) => {
2204
- marginLeft: {
2205
- readonly [$$PropertyValue]: "margin";
2206
- };
2207
- marginRight: {
2208
- readonly [$$PropertyValue]: "margin";
2209
- };
2210
- };
2211
- marginY: (value: {
2212
- readonly [$$PropertyValue]: "margin";
2213
- }) => {
2214
- marginTop: {
2215
- readonly [$$PropertyValue]: "margin";
2216
- };
2217
- marginBottom: {
2218
- readonly [$$PropertyValue]: "margin";
2219
- };
2220
- };
2221
- square: (value: {
2222
- readonly [$$PropertyValue]: "width";
2223
- }) => {
2224
- width: {
2225
- readonly [$$PropertyValue]: "width";
2226
- };
2227
- height: {
2228
- readonly [$$PropertyValue]: "width";
2229
- };
2230
- };
2231
- }> | undefined;
2232
- }> & {
2233
- children?: react.ReactNode;
2234
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | keyof _mirohq_design_system_hooks_use_press.PressProps | keyof packages_components_internal_base_button_src_base_button.HoverEvents> | Pick<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof react.ButtonHTMLAttributes<HTMLButtonElement>> & {
2235
- ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
2236
- } & {
2237
- asChild?: boolean | undefined;
2238
- }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
2239
- css?: _stitches_react_types_css_util.CSS<{}, {
2240
- 'border-widths': {
2241
- readonly none: 0;
2242
- readonly sm: "1px";
2243
- readonly md: "2px";
2244
- readonly lg: "4px";
2245
- };
2246
- colors: {
2247
- readonly 'blue-100': any;
2248
- readonly 'blue-200': any;
2249
- readonly 'blue-300': any;
2250
- readonly 'blue-400': any;
2251
- readonly 'blue-500': any;
2252
- readonly 'blue-600': any;
2253
- readonly 'blue-700': any;
2254
- readonly 'blue-800': any;
2255
- readonly 'blue-900': any;
2256
- readonly 'blue-1000': any;
2257
- readonly 'gray-100': any;
2258
- readonly 'gray-200': any;
2259
- readonly 'gray-300': any;
2260
- readonly 'gray-400': any;
2261
- readonly 'gray-500': any;
2262
- readonly 'gray-600': any;
2263
- readonly 'gray-700': any;
2264
- readonly 'gray-800': any;
2265
- readonly 'gray-900': any;
2266
- readonly 'indigo-100': any;
2267
- readonly 'indigo-200': any;
2268
- readonly 'indigo-300': any;
2269
- readonly 'indigo-400': any;
2270
- readonly 'indigo-500': any;
2271
- readonly 'indigo-600': any;
2272
- readonly 'indigo-700': any;
2273
- readonly 'indigo-800': any;
2274
- readonly 'indigo-900': any;
2275
- readonly 'red-100': any;
2276
- readonly 'red-200': any;
2277
- readonly 'red-300': any;
2278
- readonly 'red-400': any;
2279
- readonly 'red-500': any;
2280
- readonly 'red-600': any;
2281
- readonly 'red-700': any;
2282
- readonly 'red-800': any;
2283
- readonly 'red-900': any;
2284
- readonly 'yellow-100': any;
2285
- readonly 'yellow-200': any;
2286
- readonly 'yellow-300': any;
2287
- readonly 'yellow-400': any;
2288
- readonly 'yellow-500': any;
2289
- readonly 'yellow-600': any;
2290
- readonly 'yellow-700': any;
2291
- readonly 'yellow-800': any;
2292
- readonly 'yellow-900': any;
2293
- readonly 'green-100': any;
2294
- readonly 'green-200': any;
2295
- readonly 'green-300': any;
2296
- readonly 'green-400': any;
2297
- readonly 'green-500': any;
2298
- readonly 'green-600': any;
2299
- readonly 'green-700': any;
2300
- readonly 'green-800': any;
2301
- readonly 'green-900': any;
2302
- readonly black: any;
2303
- readonly white: any;
2304
- readonly transparent: any;
2305
- readonly 'background-danger'?: any;
2306
- readonly 'background-danger-hover'?: any;
2307
- readonly 'background-danger-prominent'?: any;
2308
- readonly 'background-danger-prominent-active'?: any;
2309
- readonly 'background-danger-prominent-hover'?: any;
2310
- readonly 'background-neutrals'?: any;
2311
- readonly 'background-neutrals-body'?: any;
2312
- readonly 'background-neutrals-container'?: any;
2313
- readonly 'background-neutrals-controls-disabled'?: any;
2314
- readonly 'background-neutrals-disabled'?: any;
2315
- readonly 'background-neutrals-inactive'?: any;
2316
- readonly 'background-neutrals-inactive-hover'?: any;
2317
- readonly 'background-neutrals-inverted'?: any;
2318
- readonly 'background-neutrals-inverted-subtle'?: any;
2319
- readonly 'background-neutrals-scrolls'?: any;
2320
- readonly 'background-neutrals-scrolls-hover'?: any;
2321
- readonly 'background-neutrals-subtle'?: any;
2322
- readonly 'background-neutrals-subtle-active'?: any;
2323
- readonly 'background-neutrals-subtle-hover'?: any;
2324
- readonly 'background-primary-prominent'?: any;
2325
- readonly 'background-primary-prominent-active'?: any;
2326
- readonly 'background-primary-prominent-hover'?: any;
2327
- readonly 'background-primary-prominent-selected'?: any;
2328
- readonly 'background-primary-subtle'?: any;
2329
- readonly 'background-primary-subtle-active'?: any;
2330
- readonly 'background-primary-subtle-hover'?: any;
2331
- readonly 'background-primary-subtle-selected'?: any;
2332
- readonly 'background-success'?: any;
2333
- readonly 'background-warning-prominent'?: any;
2334
- readonly 'background-warning-subtle'?: any;
2335
- readonly 'text-danger'?: any;
2336
- readonly 'text-danger-active'?: any;
2337
- readonly 'text-danger-hover'?: any;
2338
- readonly 'text-danger-inverted'?: any;
2339
- readonly 'text-neutrals'?: any;
2340
- readonly 'text-neutrals-disabled'?: any;
2341
- readonly 'text-neutrals-inverted'?: any;
2342
- readonly 'text-neutrals-link'?: any;
2343
- readonly 'text-neutrals-link-active'?: any;
2344
- readonly 'text-neutrals-link-hover'?: any;
2345
- readonly 'text-neutrals-placeholder'?: any;
2346
- readonly 'text-neutrals-placeholder-only'?: any;
2347
- readonly 'text-neutrals-subtle'?: any;
2348
- readonly 'text-primary'?: any;
2349
- readonly 'text-primary-active'?: any;
2350
- readonly 'text-primary-hover'?: any;
2351
- readonly 'text-primary-inverted'?: any;
2352
- readonly 'text-primary-inverted-subtle'?: any;
2353
- readonly 'text-primary-selected'?: any;
2354
- readonly 'text-success'?: any;
2355
- readonly 'text-warning'?: any;
2356
- readonly 'icon-danger'?: any;
2357
- readonly 'icon-danger-active'?: any;
2358
- readonly 'icon-danger-hover'?: any;
2359
- readonly 'icon-danger-inverted'?: any;
2360
- readonly 'icon-neutrals'?: any;
2361
- readonly 'icon-neutrals-disabled'?: any;
2362
- readonly 'icon-neutrals-inactive'?: any;
2363
- readonly 'icon-neutrals-inactive-hover'?: any;
2364
- readonly 'icon-neutrals-inverted'?: any;
2365
- readonly 'icon-neutrals-search'?: any;
2366
- readonly 'icon-neutrals-subtle'?: any;
2367
- readonly 'icon-neutrals-with-text'?: any;
2368
- readonly 'icon-primary'?: any;
2369
- readonly 'icon-primary-active'?: any;
2370
- readonly 'icon-primary-hover'?: any;
2371
- readonly 'icon-primary-inverted'?: any;
2372
- readonly 'icon-primary-selected'?: any;
2373
- readonly 'icon-success'?: any;
2374
- readonly 'icon-success-inverted'?: any;
2375
- readonly 'icon-warning'?: any;
2376
- readonly 'border-danger'?: any;
2377
- readonly 'border-focus-inner'?: any;
2378
- readonly 'border-focus-middle'?: any;
2379
- readonly 'border-focus-outer'?: any;
2380
- readonly 'border-neutrals'?: any;
2381
- readonly 'border-neutrals-active'?: any;
2382
- readonly 'border-neutrals-controls'?: any;
2383
- readonly 'border-neutrals-controls-disabled'?: any;
2384
- readonly 'border-neutrals-disabled'?: any;
2385
- readonly 'border-neutrals-hover'?: any;
2386
- readonly 'border-neutrals-inverted'?: any;
2387
- readonly 'border-neutrals-subtle'?: any;
2388
- readonly 'border-primary'?: any;
2389
- readonly 'border-primary-active'?: any;
2390
- readonly 'border-primary-hover'?: any;
2391
- readonly 'border-primary-inverted'?: any;
2392
- readonly 'border-success'?: any;
2393
- readonly 'border-warning'?: any;
2394
- };
2395
- 'font-sizes': {
2396
- readonly 150: "0.75rem";
2397
- readonly 175: "0.875rem";
2398
- readonly 200: "1rem";
2399
- readonly 225: "1.125rem";
2400
- readonly 250: "1.25rem";
2401
- readonly 300: "1.5rem";
2402
- readonly 400: "2rem";
2403
- readonly 500: "2.5rem";
2404
- readonly 600: "3rem";
2405
- readonly 800: "4rem";
2406
- readonly 900: "4.5rem";
2407
- };
2408
- radii: {
2409
- readonly none: 0;
2410
- readonly half: "999em";
2411
- readonly 25: "2px";
2412
- readonly 50: "4px";
2413
- readonly 75: "6px";
2414
- readonly 100: "8px";
2415
- readonly 200: "16px";
2416
- };
2417
- shadows: {
2418
- readonly 50: "0 4px 16px #05003812";
2419
- readonly 100: "0 8px 32px #05003808";
2420
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
2421
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
2422
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
2423
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
2424
- };
2425
- sizes: {
2426
- readonly number: string;
2427
- readonly 'icon-200': "16px";
2428
- readonly 'icon-300': "24px";
2429
- readonly 'icon-400': "32px";
2430
- };
2431
- space: {
2432
- readonly none: 0;
2433
- readonly 50: "4px";
2434
- readonly 100: "8px";
2435
- readonly 150: "12px";
2436
- readonly 200: "16px";
2437
- readonly 300: "24px";
2438
- readonly 400: "32px";
2439
- readonly 500: "64px";
2440
- readonly 600: "48px";
2441
- readonly 800: "64px";
2442
- readonly 1200: "96px";
2443
- readonly 1600: "128px";
2444
- };
2445
- 'space-gap': {
2446
- readonly none: any;
2447
- readonly 50: any;
2448
- readonly 100: any;
2449
- readonly 200: any;
2450
- readonly 300: any;
2451
- };
2452
- 'space-inset': {
2453
- readonly none: any;
2454
- readonly 50: any;
2455
- readonly 100: any;
2456
- readonly 150: any;
2457
- readonly 200: any;
2458
- readonly 300: any;
2459
- readonly 400: any;
2460
- readonly 600: any;
2461
- readonly 800: any;
2462
- readonly 1200: any;
2463
- readonly 1600: any;
2464
- };
2465
- 'space-offset': {
2466
- readonly none: any;
2467
- readonly 50: any;
2468
- readonly 100: any;
2469
- readonly 150: any;
2470
- readonly 200: any;
2471
- readonly 300: any;
2472
- readonly 400: any;
2473
- readonly 600: any;
2474
- readonly 800: any;
2475
- readonly 1200: any;
2476
- readonly 1600: any;
2477
- readonly 'stacking-none': any;
2478
- readonly 'stacking-100': any;
2479
- readonly 'stacking-200': any;
2480
- readonly 'stacking-300': any;
2481
- readonly 'stacking-400': any;
2482
- readonly 'stacking-500': any;
2483
- readonly 'stacking-800': any;
2484
- };
2485
- 'stroke-width': {
2486
- readonly thin: "1.5px";
2487
- readonly normal: "2px";
2488
- readonly bold: "4px";
2489
- };
2490
- 'z-indices': {
2491
- readonly dropdownMenu: 100;
2492
- readonly popover: 200;
2493
- readonly tooltip: 300;
2494
- };
2495
- }, {
2496
- readonly background: "colors";
2497
- readonly backgroundColor: "colors";
2498
- readonly backgroundImage: "colors";
2499
- readonly blockSize: "sizes";
2500
- readonly border: "colors";
2501
- readonly borderBlock: "colors";
2502
- readonly borderBlockEnd: "colors";
2503
- readonly borderBlockStart: "colors";
2504
- readonly borderBottom: "colors";
2505
- readonly borderBottomColor: "colors";
2506
- readonly borderBottomLeftRadius: "radii";
2507
- readonly borderBottomRightRadius: "radii";
2508
- readonly borderBottomStyle: "border-styles";
2509
- readonly borderBottomWidth: "border-widths";
2510
- readonly borderColor: "colors";
2511
- readonly borderImage: "colors";
2512
- readonly borderInline: "colors";
2513
- readonly borderInlineEnd: "colors";
2514
- readonly borderInlineStart: "colors";
2515
- readonly borderLeft: "colors";
2516
- readonly borderLeftColor: "colors";
2517
- readonly borderLeftStyle: "border-styles";
2518
- readonly borderLeftWidth: "border-widths";
2519
- readonly borderRadius: "radii";
2520
- readonly borderRight: "colors";
2521
- readonly borderRightColor: "colors";
2522
- readonly borderRightStyle: "border-styles";
2523
- readonly borderRightWidth: "border-widths";
2524
- readonly borderStyle: "border-styles";
2525
- readonly borderTop: "colors";
2526
- readonly borderTopColor: "colors";
2527
- readonly borderTopLeftRadius: "radii";
2528
- readonly borderTopRightRadius: "radii";
2529
- readonly borderTopStyle: "border-styles";
2530
- readonly borderTopWidth: "border-widths";
2531
- readonly borderWidth: "border-widths";
2532
- readonly bottom: "space";
2533
- readonly boxShadow: "shadows";
2534
- readonly caretColor: "colors";
2535
- readonly color: "colors";
2536
- readonly columnGap: "space-gap";
2537
- readonly columnRuleColor: "colors";
2538
- readonly fill: "colors";
2539
- readonly flexBasis: "sizes";
2540
- readonly fontFamily: "fonts";
2541
- readonly fontSize: "font-sizes";
2542
- readonly fontWeight: "font-weights";
2543
- readonly gap: "space-gap";
2544
- readonly gridColumnGap: "space-gap";
2545
- readonly gridGap: "space-gap";
2546
- readonly gridRowGap: "space-gap";
2547
- readonly gridTemplateColumns: "sizes";
2548
- readonly gridTemplateRows: "sizes";
2549
- readonly height: "sizes";
2550
- readonly inlineSize: "sizes";
2551
- readonly inset: "space-inset";
2552
- readonly insetBlock: "space-inset";
2553
- readonly insetBlockEnd: "space-inset";
2554
- readonly insetBlockStart: "space-inset";
2555
- readonly insetInline: "space-inset";
2556
- readonly insetInlineEnd: "space-inset";
2557
- readonly insetInlineStart: "space-inset";
2558
- readonly left: "space";
2559
- readonly letterSpacing: "letter-spacings";
2560
- readonly lineHeight: "line-heights";
2561
- readonly margin: "space-offset";
2562
- readonly marginBlock: "space-offset";
2563
- readonly marginBlockEnd: "space-offset";
2564
- readonly marginBlockStart: "space-offset";
2565
- readonly marginBottom: "space-offset";
2566
- readonly marginInline: "space-offset";
2567
- readonly marginInlineEnd: "space-offset";
2568
- readonly marginInlineStart: "space-offset";
2569
- readonly marginLeft: "space-offset";
2570
- readonly marginRight: "space-offset";
2571
- readonly marginTop: "space-offset";
2572
- readonly maxBlockSize: "sizes";
2573
- readonly maxHeight: "sizes";
2574
- readonly maxInlineSize: "sizes";
2575
- readonly maxWidth: "sizes";
2576
- readonly minBlockSize: "sizes";
2577
- readonly minHeight: "sizes";
2578
- readonly minInlineSize: "sizes";
2579
- readonly minWidth: "sizes";
2580
- readonly outline: "colors";
2581
- readonly outlineColor: "colors";
2582
- readonly padding: "space-inset";
2583
- readonly paddingBlock: "space-inset";
2584
- readonly paddingBlockEnd: "space-inset";
2585
- readonly paddingBlockStart: "space-inset";
2586
- readonly paddingBottom: "space-inset";
2587
- readonly paddingInline: "space-inset";
2588
- readonly paddingInlineEnd: "space-inset";
2589
- readonly paddingInlineStart: "space-inset";
2590
- readonly paddingLeft: "space-inset";
2591
- readonly paddingRight: "space-inset";
2592
- readonly paddingTop: "space-inset";
2593
- readonly right: "space";
2594
- readonly rowGap: "space-gap";
2595
- readonly scrollMargin: "space-offset";
2596
- readonly scrollMarginBlock: "space-offset";
2597
- readonly scrollMarginBlockEnd: "space-offset";
2598
- readonly scrollMarginBlockStart: "space-offset";
2599
- readonly scrollMarginBottom: "space-offset";
2600
- readonly scrollMarginInline: "space-offset";
2601
- readonly scrollMarginInlineEnd: "space-offset";
2602
- readonly scrollMarginInlineStart: "space-offset";
2603
- readonly scrollMarginLeft: "space-offset";
2604
- readonly scrollMarginRight: "space-offset";
2605
- readonly scrollMarginTop: "space-offset";
2606
- readonly scrollPadding: "space-inset";
2607
- readonly scrollPaddingBlock: "space-inset";
2608
- readonly scrollPaddingBlockEnd: "space-inset";
2609
- readonly scrollPaddingBlockStart: "space-inset";
2610
- readonly scrollPaddingBottom: "space-inset";
2611
- readonly scrollPaddingInline: "space-inset";
2612
- readonly scrollPaddingInlineEnd: "space-inset";
2613
- readonly scrollPaddingInlineStart: "space-inset";
2614
- readonly scrollPaddingLeft: "space-inset";
2615
- readonly scrollPaddingRight: "space-inset";
2616
- readonly scrollPaddingTop: "space-inset";
2617
- readonly stroke: "colors";
2618
- readonly strokeWidth: "stroke-width";
2619
- readonly textDecorationColor: "colors";
2620
- readonly textShadow: "shadows";
2621
- readonly top: "space";
2622
- readonly transition: "transitions";
2623
- readonly width: "sizes";
2624
- readonly zIndex: "z-indices";
2625
- }, {
2626
- paddingX: (value: {
2627
- readonly [$$PropertyValue]: "padding";
2628
- }) => {
2629
- paddingLeft: {
2630
- readonly [$$PropertyValue]: "padding";
2631
- };
2632
- paddingRight: {
2633
- readonly [$$PropertyValue]: "padding";
2634
- };
2635
- };
2636
- paddingY: (value: {
2637
- readonly [$$PropertyValue]: "padding";
2638
- }) => {
2639
- paddingTop: {
2640
- readonly [$$PropertyValue]: "padding";
2641
- };
2642
- paddingBottom: {
2643
- readonly [$$PropertyValue]: "padding";
2644
- };
2645
- };
2646
- marginX: (value: {
2647
- readonly [$$PropertyValue]: "margin";
2648
- }) => {
2649
- marginLeft: {
2650
- readonly [$$PropertyValue]: "margin";
2651
- };
2652
- marginRight: {
2653
- readonly [$$PropertyValue]: "margin";
2654
- };
2655
- };
2656
- marginY: (value: {
2657
- readonly [$$PropertyValue]: "margin";
2658
- }) => {
2659
- marginTop: {
2660
- readonly [$$PropertyValue]: "margin";
2661
- };
2662
- marginBottom: {
2663
- readonly [$$PropertyValue]: "margin";
2664
- };
2665
- };
2666
- square: (value: {
2667
- readonly [$$PropertyValue]: "width";
2668
- }) => {
2669
- width: {
2670
- readonly [$$PropertyValue]: "width";
2671
- };
2672
- height: {
2673
- readonly [$$PropertyValue]: "width";
2674
- };
2675
- };
2676
- }> | undefined;
2677
- }> & {
2678
- children?: react.ReactNode;
2679
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react.AnchorHTMLAttributes<"a"> & {
2680
- href: string;
2681
- }, "asChild" | "form" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | keyof _mirohq_design_system_hooks_use_press.PressProps | keyof packages_components_internal_base_button_src_base_button.HoverEvents | keyof react.AnchorHTMLAttributes<"a">>) & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, {
2682
- variant?: "outline" | "solid-prominent" | "solid-subtle" | "ghost" | undefined;
2683
- size?: "medium" | "large" | "x-large" | undefined;
2684
- }, {}>;
2685
- declare type StyledIconButtonProps = ComponentPropsWithRef<typeof StyledIconButton>;
2686
-
2687
- declare type IconButtonProps = {
2688
- /**
2689
- * Change the Icon button style
2690
- */
2691
- variant?: StyledIconButtonProps['variant'];
2692
- /**
2693
- * Change the Icon button size
2694
- */
2695
- size?: StyledIconButtonProps['size'];
2696
- /**
2697
- * Icon button label used to provide a description.
2698
- */
2699
- label: string;
2700
- /**
2701
- * The duration of a the delay before a tooltip is shown.
2702
- */
2703
- tooltipDelayDuration?: number;
2704
- /**
2705
- * How much time a user has to enter another trigger without incurring a
2706
- * delay again.
2707
- */
2708
- tooltipSkipDelayDuration?: number;
2709
- /**
2710
- * The preferred side of the trigger to render against when open. Will be
2711
- * reversed when collisions occur and avoidCollisions is enabled.
2712
- */
2713
- tooltipSide?: TooltipContentProps['side'];
2714
- /**
2715
- * The preferred alignment against the trigger. May change when collisions
2716
- * occur.
2717
- */
2718
- tooltipAlign?: TooltipContentProps['align'];
2719
- /**
2720
- * Wraps the Icon button with a badge.
2721
- */
2722
- showBadge?: boolean;
2723
- /**
2724
- * The content to be displayed inside of the badge.
2725
- */
2726
- badgeContent?: string;
2727
- } & BaseButtonProps;
2728
- declare const IconButton: react__default.ForwardRefExoticComponent<(Pick<{
2729
- /**
2730
- * Change the Icon button style
2731
- */
2732
- variant?: StyledIconButtonProps['variant'];
2733
- /**
2734
- * Change the Icon button size
2735
- */
2736
- size?: StyledIconButtonProps['size'];
2737
- /**
2738
- * Icon button label used to provide a description.
2739
- */
2740
- label: string;
2741
- /**
2742
- * The duration of a the delay before a tooltip is shown.
2743
- */
2744
- tooltipDelayDuration?: number | undefined;
2745
- /**
2746
- * How much time a user has to enter another trigger without incurring a
2747
- * delay again.
2748
- */
2749
- tooltipSkipDelayDuration?: number | undefined;
2750
- /**
2751
- * The preferred side of the trigger to render against when open. Will be
2752
- * reversed when collisions occur and avoidCollisions is enabled.
2753
- */
2754
- tooltipSide?: TooltipContentProps['side'];
2755
- /**
2756
- * The preferred alignment against the trigger. May change when collisions
2757
- * occur.
2758
- */
2759
- tooltipAlign?: TooltipContentProps['align'];
2760
- /**
2761
- * Wraps the Icon button with a badge.
2762
- */
2763
- showBadge?: boolean | undefined;
2764
- /**
2765
- * The content to be displayed inside of the badge.
2766
- */
2767
- badgeContent?: string | undefined;
2768
- } & Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react__default.DetailedHTMLProps<react__default.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof react__default.ButtonHTMLAttributes<HTMLButtonElement>> & {
2769
- ref?: ((instance: HTMLButtonElement | null) => void) | react__default.RefObject<HTMLButtonElement> | null | undefined;
2770
- } & {
2771
- asChild?: boolean | undefined;
2772
- }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
2773
- css?: _stitches_react_types_css_util.CSS<{}, {
2774
- 'border-widths': {
2775
- readonly none: 0;
2776
- readonly sm: "1px";
2777
- readonly md: "2px";
2778
- readonly lg: "4px";
2779
- };
2780
- colors: {
2781
- readonly 'blue-100': any;
2782
- readonly 'blue-200': any;
2783
- readonly 'blue-300': any;
2784
- readonly 'blue-400': any;
2785
- readonly 'blue-500': any;
2786
- readonly 'blue-600': any;
2787
- readonly 'blue-700': any;
2788
- readonly 'blue-800': any;
2789
- readonly 'blue-900': any;
2790
- readonly 'blue-1000': any;
2791
- readonly 'gray-100': any;
2792
- readonly 'gray-200': any;
2793
- readonly 'gray-300': any;
2794
- readonly 'gray-400': any;
2795
- readonly 'gray-500': any;
2796
- readonly 'gray-600': any;
2797
- readonly 'gray-700': any;
2798
- readonly 'gray-800': any;
2799
- readonly 'gray-900': any;
2800
- readonly 'indigo-100': any;
2801
- readonly 'indigo-200': any;
2802
- readonly 'indigo-300': any;
2803
- readonly 'indigo-400': any;
2804
- readonly 'indigo-500': any;
2805
- readonly 'indigo-600': any;
2806
- readonly 'indigo-700': any;
2807
- readonly 'indigo-800': any;
2808
- readonly 'indigo-900': any;
2809
- readonly 'red-100': any;
2810
- readonly 'red-200': any;
2811
- readonly 'red-300': any;
2812
- readonly 'red-400': any;
2813
- readonly 'red-500': any;
2814
- readonly 'red-600': any;
2815
- readonly 'red-700': any;
2816
- readonly 'red-800': any;
2817
- readonly 'red-900': any;
2818
- readonly 'yellow-100': any;
2819
- readonly 'yellow-200': any;
2820
- readonly 'yellow-300': any;
2821
- readonly 'yellow-400': any;
2822
- readonly 'yellow-500': any;
2823
- readonly 'yellow-600': any;
2824
- readonly 'yellow-700': any;
2825
- readonly 'yellow-800': any;
2826
- readonly 'yellow-900': any;
2827
- readonly 'green-100': any;
2828
- readonly 'green-200': any;
2829
- readonly 'green-300': any;
2830
- readonly 'green-400': any;
2831
- readonly 'green-500': any;
2832
- readonly 'green-600': any;
2833
- readonly 'green-700': any;
2834
- readonly 'green-800': any;
2835
- readonly 'green-900': any;
2836
- readonly black: any;
2837
- readonly white: any;
2838
- readonly transparent: any;
2839
- readonly 'background-danger'?: any;
2840
- readonly 'background-danger-hover'?: any;
2841
- readonly 'background-danger-prominent'?: any;
2842
- readonly 'background-danger-prominent-active'?: any;
2843
- readonly 'background-danger-prominent-hover'?: any;
2844
- readonly 'background-neutrals'?: any;
2845
- readonly 'background-neutrals-body'?: any;
2846
- readonly 'background-neutrals-container'?: any;
2847
- readonly 'background-neutrals-controls-disabled'?: any;
2848
- readonly 'background-neutrals-disabled'?: any;
2849
- readonly 'background-neutrals-inactive'?: any;
2850
- readonly 'background-neutrals-inactive-hover'?: any;
2851
- readonly 'background-neutrals-inverted'?: any;
2852
- readonly 'background-neutrals-inverted-subtle'?: any;
2853
- readonly 'background-neutrals-scrolls'?: any;
2854
- readonly 'background-neutrals-scrolls-hover'?: any;
2855
- readonly 'background-neutrals-subtle'?: any;
2856
- readonly 'background-neutrals-subtle-active'?: any;
2857
- readonly 'background-neutrals-subtle-hover'?: any;
2858
- readonly 'background-primary-prominent'?: any;
2859
- readonly 'background-primary-prominent-active'?: any;
2860
- readonly 'background-primary-prominent-hover'?: any;
2861
- readonly 'background-primary-prominent-selected'?: any;
2862
- readonly 'background-primary-subtle'?: any;
2863
- readonly 'background-primary-subtle-active'?: any;
2864
- readonly 'background-primary-subtle-hover'?: any;
2865
- readonly 'background-primary-subtle-selected'?: any;
2866
- readonly 'background-success'?: any;
2867
- readonly 'background-warning-prominent'?: any;
2868
- readonly 'background-warning-subtle'?: any;
2869
- readonly 'text-danger'?: any;
2870
- readonly 'text-danger-active'?: any;
2871
- readonly 'text-danger-hover'?: any;
2872
- readonly 'text-danger-inverted'?: any;
2873
- readonly 'text-neutrals'?: any;
2874
- readonly 'text-neutrals-disabled'?: any;
2875
- readonly 'text-neutrals-inverted'?: any;
2876
- readonly 'text-neutrals-link'?: any;
2877
- readonly 'text-neutrals-link-active'?: any;
2878
- readonly 'text-neutrals-link-hover'?: any;
2879
- readonly 'text-neutrals-placeholder'?: any;
2880
- readonly 'text-neutrals-placeholder-only'?: any;
2881
- readonly 'text-neutrals-subtle'?: any;
2882
- readonly 'text-primary'?: any;
2883
- readonly 'text-primary-active'?: any;
2884
- readonly 'text-primary-hover'?: any;
2885
- readonly 'text-primary-inverted'?: any;
2886
- readonly 'text-primary-inverted-subtle'?: any;
2887
- readonly 'text-primary-selected'?: any;
2888
- readonly 'text-success'?: any;
2889
- readonly 'text-warning'?: any;
2890
- readonly 'icon-danger'?: any;
2891
- readonly 'icon-danger-active'?: any;
2892
- readonly 'icon-danger-hover'?: any;
2893
- readonly 'icon-danger-inverted'?: any;
2894
- readonly 'icon-neutrals'?: any;
2895
- readonly 'icon-neutrals-disabled'?: any;
2896
- readonly 'icon-neutrals-inactive'?: any;
2897
- readonly 'icon-neutrals-inactive-hover'?: any;
2898
- readonly 'icon-neutrals-inverted'?: any;
2899
- readonly 'icon-neutrals-search'?: any;
2900
- readonly 'icon-neutrals-subtle'?: any;
2901
- readonly 'icon-neutrals-with-text'?: any;
2902
- readonly 'icon-primary'?: any;
2903
- readonly 'icon-primary-active'?: any;
2904
- readonly 'icon-primary-hover'?: any;
2905
- readonly 'icon-primary-inverted'?: any;
2906
- readonly 'icon-primary-selected'?: any;
2907
- readonly 'icon-success'?: any;
2908
- readonly 'icon-success-inverted'?: any;
2909
- readonly 'icon-warning'?: any;
2910
- readonly 'border-danger'?: any;
2911
- readonly 'border-focus-inner'?: any;
2912
- readonly 'border-focus-middle'?: any;
2913
- readonly 'border-focus-outer'?: any;
2914
- readonly 'border-neutrals'?: any;
2915
- readonly 'border-neutrals-active'?: any;
2916
- readonly 'border-neutrals-controls'?: any;
2917
- readonly 'border-neutrals-controls-disabled'?: any;
2918
- readonly 'border-neutrals-disabled'?: any;
2919
- readonly 'border-neutrals-hover'?: any;
2920
- readonly 'border-neutrals-inverted'?: any;
2921
- readonly 'border-neutrals-subtle'?: any;
2922
- readonly 'border-primary'?: any;
2923
- readonly 'border-primary-active'?: any;
2924
- readonly 'border-primary-hover'?: any;
2925
- readonly 'border-primary-inverted'?: any;
2926
- readonly 'border-success'?: any;
2927
- readonly 'border-warning'?: any;
2928
- };
2929
- 'font-sizes': {
2930
- readonly 150: "0.75rem";
2931
- readonly 175: "0.875rem";
2932
- readonly 200: "1rem";
2933
- readonly 225: "1.125rem";
2934
- readonly 250: "1.25rem";
2935
- readonly 300: "1.5rem";
2936
- readonly 400: "2rem";
2937
- readonly 500: "2.5rem";
2938
- readonly 600: "3rem";
2939
- readonly 800: "4rem";
2940
- readonly 900: "4.5rem";
2941
- };
2942
- radii: {
2943
- readonly none: 0;
2944
- readonly half: "999em";
2945
- readonly 25: "2px";
2946
- readonly 50: "4px";
2947
- readonly 75: "6px";
2948
- readonly 100: "8px";
2949
- readonly 200: "16px";
2950
- };
2951
- shadows: {
2952
- readonly 50: "0 4px 16px #05003812";
2953
- readonly 100: "0 8px 32px #05003808";
2954
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
2955
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
2956
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
2957
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
2958
- };
2959
- sizes: {
2960
- readonly number: string;
2961
- readonly 'icon-200': "16px";
2962
- readonly 'icon-300': "24px";
2963
- readonly 'icon-400': "32px";
2964
- };
2965
- space: {
2966
- readonly none: 0;
2967
- readonly 50: "4px";
2968
- readonly 100: "8px";
2969
- readonly 150: "12px";
2970
- readonly 200: "16px";
2971
- readonly 300: "24px";
2972
- readonly 400: "32px";
2973
- readonly 500: "64px";
2974
- readonly 600: "48px";
2975
- readonly 800: "64px";
2976
- readonly 1200: "96px";
2977
- readonly 1600: "128px";
2978
- };
2979
- 'space-gap': {
2980
- readonly none: any;
2981
- readonly 50: any;
2982
- readonly 100: any;
2983
- readonly 200: any;
2984
- readonly 300: any;
2985
- };
2986
- 'space-inset': {
2987
- readonly none: any;
2988
- readonly 50: any;
2989
- readonly 100: any;
2990
- readonly 150: any;
2991
- readonly 200: any;
2992
- readonly 300: any;
2993
- readonly 400: any;
2994
- readonly 600: any;
2995
- readonly 800: any;
2996
- readonly 1200: any;
2997
- readonly 1600: any;
2998
- };
2999
- 'space-offset': {
3000
- readonly none: any;
3001
- readonly 50: any;
3002
- readonly 100: any;
3003
- readonly 150: any;
3004
- readonly 200: any;
3005
- readonly 300: any;
3006
- readonly 400: any;
3007
- readonly 600: any;
3008
- readonly 800: any;
3009
- readonly 1200: any;
3010
- readonly 1600: any;
3011
- readonly 'stacking-none': any;
3012
- readonly 'stacking-100': any;
3013
- readonly 'stacking-200': any;
3014
- readonly 'stacking-300': any;
3015
- readonly 'stacking-400': any;
3016
- readonly 'stacking-500': any;
3017
- readonly 'stacking-800': any;
3018
- };
3019
- 'stroke-width': {
3020
- readonly thin: "1.5px";
3021
- readonly normal: "2px";
3022
- readonly bold: "4px";
3023
- };
3024
- 'z-indices': {
3025
- readonly dropdownMenu: 100;
3026
- readonly popover: 200;
3027
- readonly tooltip: 300;
3028
- };
3029
- }, {
3030
- readonly background: "colors";
3031
- readonly backgroundColor: "colors";
3032
- readonly backgroundImage: "colors";
3033
- readonly blockSize: "sizes";
3034
- readonly border: "colors";
3035
- readonly borderBlock: "colors";
3036
- readonly borderBlockEnd: "colors";
3037
- readonly borderBlockStart: "colors";
3038
- readonly borderBottom: "colors";
3039
- readonly borderBottomColor: "colors";
3040
- readonly borderBottomLeftRadius: "radii";
3041
- readonly borderBottomRightRadius: "radii";
3042
- readonly borderBottomStyle: "border-styles";
3043
- readonly borderBottomWidth: "border-widths";
3044
- readonly borderColor: "colors";
3045
- readonly borderImage: "colors";
3046
- readonly borderInline: "colors";
3047
- readonly borderInlineEnd: "colors";
3048
- readonly borderInlineStart: "colors";
3049
- readonly borderLeft: "colors";
3050
- readonly borderLeftColor: "colors";
3051
- readonly borderLeftStyle: "border-styles";
3052
- readonly borderLeftWidth: "border-widths";
3053
- readonly borderRadius: "radii";
3054
- readonly borderRight: "colors";
3055
- readonly borderRightColor: "colors";
3056
- readonly borderRightStyle: "border-styles";
3057
- readonly borderRightWidth: "border-widths";
3058
- readonly borderStyle: "border-styles";
3059
- readonly borderTop: "colors";
3060
- readonly borderTopColor: "colors";
3061
- readonly borderTopLeftRadius: "radii";
3062
- readonly borderTopRightRadius: "radii";
3063
- readonly borderTopStyle: "border-styles";
3064
- readonly borderTopWidth: "border-widths";
3065
- readonly borderWidth: "border-widths";
3066
- readonly bottom: "space";
3067
- readonly boxShadow: "shadows";
3068
- readonly caretColor: "colors";
3069
- readonly color: "colors";
3070
- readonly columnGap: "space-gap";
3071
- readonly columnRuleColor: "colors";
3072
- readonly fill: "colors";
3073
- readonly flexBasis: "sizes";
3074
- readonly fontFamily: "fonts";
3075
- readonly fontSize: "font-sizes";
3076
- readonly fontWeight: "font-weights";
3077
- readonly gap: "space-gap";
3078
- readonly gridColumnGap: "space-gap";
3079
- readonly gridGap: "space-gap";
3080
- readonly gridRowGap: "space-gap";
3081
- readonly gridTemplateColumns: "sizes";
3082
- readonly gridTemplateRows: "sizes";
3083
- readonly height: "sizes";
3084
- readonly inlineSize: "sizes";
3085
- readonly inset: "space-inset";
3086
- readonly insetBlock: "space-inset";
3087
- readonly insetBlockEnd: "space-inset";
3088
- readonly insetBlockStart: "space-inset";
3089
- readonly insetInline: "space-inset";
3090
- readonly insetInlineEnd: "space-inset";
3091
- readonly insetInlineStart: "space-inset";
3092
- readonly left: "space";
3093
- readonly letterSpacing: "letter-spacings";
3094
- readonly lineHeight: "line-heights";
3095
- readonly margin: "space-offset";
3096
- readonly marginBlock: "space-offset";
3097
- readonly marginBlockEnd: "space-offset";
3098
- readonly marginBlockStart: "space-offset";
3099
- readonly marginBottom: "space-offset";
3100
- readonly marginInline: "space-offset";
3101
- readonly marginInlineEnd: "space-offset";
3102
- readonly marginInlineStart: "space-offset";
3103
- readonly marginLeft: "space-offset";
3104
- readonly marginRight: "space-offset";
3105
- readonly marginTop: "space-offset";
3106
- readonly maxBlockSize: "sizes";
3107
- readonly maxHeight: "sizes";
3108
- readonly maxInlineSize: "sizes";
3109
- readonly maxWidth: "sizes";
3110
- readonly minBlockSize: "sizes";
3111
- readonly minHeight: "sizes";
3112
- readonly minInlineSize: "sizes";
3113
- readonly minWidth: "sizes";
3114
- readonly outline: "colors";
3115
- readonly outlineColor: "colors";
3116
- readonly padding: "space-inset";
3117
- readonly paddingBlock: "space-inset";
3118
- readonly paddingBlockEnd: "space-inset";
3119
- readonly paddingBlockStart: "space-inset";
3120
- readonly paddingBottom: "space-inset";
3121
- readonly paddingInline: "space-inset";
3122
- readonly paddingInlineEnd: "space-inset";
3123
- readonly paddingInlineStart: "space-inset";
3124
- readonly paddingLeft: "space-inset";
3125
- readonly paddingRight: "space-inset";
3126
- readonly paddingTop: "space-inset";
3127
- readonly right: "space";
3128
- readonly rowGap: "space-gap";
3129
- readonly scrollMargin: "space-offset";
3130
- readonly scrollMarginBlock: "space-offset";
3131
- readonly scrollMarginBlockEnd: "space-offset";
3132
- readonly scrollMarginBlockStart: "space-offset";
3133
- readonly scrollMarginBottom: "space-offset";
3134
- readonly scrollMarginInline: "space-offset";
3135
- readonly scrollMarginInlineEnd: "space-offset";
3136
- readonly scrollMarginInlineStart: "space-offset";
3137
- readonly scrollMarginLeft: "space-offset";
3138
- readonly scrollMarginRight: "space-offset";
3139
- readonly scrollMarginTop: "space-offset";
3140
- readonly scrollPadding: "space-inset";
3141
- readonly scrollPaddingBlock: "space-inset";
3142
- readonly scrollPaddingBlockEnd: "space-inset";
3143
- readonly scrollPaddingBlockStart: "space-inset";
3144
- readonly scrollPaddingBottom: "space-inset";
3145
- readonly scrollPaddingInline: "space-inset";
3146
- readonly scrollPaddingInlineEnd: "space-inset";
3147
- readonly scrollPaddingInlineStart: "space-inset";
3148
- readonly scrollPaddingLeft: "space-inset";
3149
- readonly scrollPaddingRight: "space-inset";
3150
- readonly scrollPaddingTop: "space-inset";
3151
- readonly stroke: "colors";
3152
- readonly strokeWidth: "stroke-width";
3153
- readonly textDecorationColor: "colors";
3154
- readonly textShadow: "shadows";
3155
- readonly top: "space";
3156
- readonly transition: "transitions";
3157
- readonly width: "sizes";
3158
- readonly zIndex: "z-indices";
3159
- }, {
3160
- paddingX: (value: {
3161
- readonly [$$PropertyValue]: "padding";
3162
- }) => {
3163
- paddingLeft: {
3164
- readonly [$$PropertyValue]: "padding";
3165
- };
3166
- paddingRight: {
3167
- readonly [$$PropertyValue]: "padding";
3168
- };
3169
- };
3170
- paddingY: (value: {
3171
- readonly [$$PropertyValue]: "padding";
3172
- }) => {
3173
- paddingTop: {
3174
- readonly [$$PropertyValue]: "padding";
3175
- };
3176
- paddingBottom: {
3177
- readonly [$$PropertyValue]: "padding";
3178
- };
3179
- };
3180
- marginX: (value: {
3181
- readonly [$$PropertyValue]: "margin";
3182
- }) => {
3183
- marginLeft: {
3184
- readonly [$$PropertyValue]: "margin";
3185
- };
3186
- marginRight: {
3187
- readonly [$$PropertyValue]: "margin";
3188
- };
3189
- };
3190
- marginY: (value: {
3191
- readonly [$$PropertyValue]: "margin";
3192
- }) => {
3193
- marginTop: {
3194
- readonly [$$PropertyValue]: "margin";
3195
- };
3196
- marginBottom: {
3197
- readonly [$$PropertyValue]: "margin";
3198
- };
3199
- };
3200
- square: (value: {
3201
- readonly [$$PropertyValue]: "width";
3202
- }) => {
3203
- width: {
3204
- readonly [$$PropertyValue]: "width";
3205
- };
3206
- height: {
3207
- readonly [$$PropertyValue]: "width";
3208
- };
3209
- };
3210
- }> | undefined;
3211
- }> & {
3212
- children?: react__default.ReactNode;
3213
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react__default.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "label" | "slot" | "title" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "size" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | keyof _mirohq_design_system_hooks_use_press.PressProps | keyof packages_components_internal_base_button_src_base_button.HoverEvents | "variant" | "showBadge" | "badgeContent" | "tooltipDelayDuration" | "tooltipSkipDelayDuration" | "tooltipAlign" | "tooltipSide"> | Pick<{
3214
- /**
3215
- * Change the Icon button style
3216
- */
3217
- variant?: StyledIconButtonProps['variant'];
3218
- /**
3219
- * Change the Icon button size
3220
- */
3221
- size?: StyledIconButtonProps['size'];
3222
- /**
3223
- * Icon button label used to provide a description.
3224
- */
3225
- label: string;
3226
- /**
3227
- * The duration of a the delay before a tooltip is shown.
3228
- */
3229
- tooltipDelayDuration?: number | undefined;
3230
- /**
3231
- * How much time a user has to enter another trigger without incurring a
3232
- * delay again.
3233
- */
3234
- tooltipSkipDelayDuration?: number | undefined;
3235
- /**
3236
- * The preferred side of the trigger to render against when open. Will be
3237
- * reversed when collisions occur and avoidCollisions is enabled.
3238
- */
3239
- tooltipSide?: TooltipContentProps['side'];
3240
- /**
3241
- * The preferred alignment against the trigger. May change when collisions
3242
- * occur.
3243
- */
3244
- tooltipAlign?: TooltipContentProps['align'];
3245
- /**
3246
- * Wraps the Icon button with a badge.
3247
- */
3248
- showBadge?: boolean | undefined;
3249
- /**
3250
- * The content to be displayed inside of the badge.
3251
- */
3252
- badgeContent?: string | undefined;
3253
- } & Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react__default.DetailedHTMLProps<react__default.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof react__default.ButtonHTMLAttributes<HTMLButtonElement>> & {
3254
- ref?: ((instance: HTMLButtonElement | null) => void) | react__default.RefObject<HTMLButtonElement> | null | undefined;
3255
- } & {
3256
- asChild?: boolean | undefined;
3257
- }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
3258
- css?: _stitches_react_types_css_util.CSS<{}, {
3259
- 'border-widths': {
3260
- readonly none: 0;
3261
- readonly sm: "1px";
3262
- readonly md: "2px";
3263
- readonly lg: "4px";
3264
- };
3265
- colors: {
3266
- readonly 'blue-100': any;
3267
- readonly 'blue-200': any;
3268
- readonly 'blue-300': any;
3269
- readonly 'blue-400': any;
3270
- readonly 'blue-500': any;
3271
- readonly 'blue-600': any;
3272
- readonly 'blue-700': any;
3273
- readonly 'blue-800': any;
3274
- readonly 'blue-900': any;
3275
- readonly 'blue-1000': any;
3276
- readonly 'gray-100': any;
3277
- readonly 'gray-200': any;
3278
- readonly 'gray-300': any;
3279
- readonly 'gray-400': any;
3280
- readonly 'gray-500': any;
3281
- readonly 'gray-600': any;
3282
- readonly 'gray-700': any;
3283
- readonly 'gray-800': any;
3284
- readonly 'gray-900': any;
3285
- readonly 'indigo-100': any;
3286
- readonly 'indigo-200': any;
3287
- readonly 'indigo-300': any;
3288
- readonly 'indigo-400': any;
3289
- readonly 'indigo-500': any;
3290
- readonly 'indigo-600': any;
3291
- readonly 'indigo-700': any;
3292
- readonly 'indigo-800': any;
3293
- readonly 'indigo-900': any;
3294
- readonly 'red-100': any;
3295
- readonly 'red-200': any;
3296
- readonly 'red-300': any;
3297
- readonly 'red-400': any;
3298
- readonly 'red-500': any;
3299
- readonly 'red-600': any;
3300
- readonly 'red-700': any;
3301
- readonly 'red-800': any;
3302
- readonly 'red-900': any;
3303
- readonly 'yellow-100': any;
3304
- readonly 'yellow-200': any;
3305
- readonly 'yellow-300': any;
3306
- readonly 'yellow-400': any;
3307
- readonly 'yellow-500': any;
3308
- readonly 'yellow-600': any;
3309
- readonly 'yellow-700': any;
3310
- readonly 'yellow-800': any;
3311
- readonly 'yellow-900': any;
3312
- readonly 'green-100': any;
3313
- readonly 'green-200': any;
3314
- readonly 'green-300': any;
3315
- readonly 'green-400': any;
3316
- readonly 'green-500': any;
3317
- readonly 'green-600': any;
3318
- readonly 'green-700': any;
3319
- readonly 'green-800': any;
3320
- readonly 'green-900': any;
3321
- readonly black: any;
3322
- readonly white: any;
3323
- readonly transparent: any;
3324
- readonly 'background-danger'?: any;
3325
- readonly 'background-danger-hover'?: any;
3326
- readonly 'background-danger-prominent'?: any;
3327
- readonly 'background-danger-prominent-active'?: any;
3328
- readonly 'background-danger-prominent-hover'?: any;
3329
- readonly 'background-neutrals'?: any;
3330
- readonly 'background-neutrals-body'?: any;
3331
- readonly 'background-neutrals-container'?: any;
3332
- readonly 'background-neutrals-controls-disabled'?: any;
3333
- readonly 'background-neutrals-disabled'?: any;
3334
- readonly 'background-neutrals-inactive'?: any;
3335
- readonly 'background-neutrals-inactive-hover'?: any;
3336
- readonly 'background-neutrals-inverted'?: any;
3337
- readonly 'background-neutrals-inverted-subtle'?: any;
3338
- readonly 'background-neutrals-scrolls'?: any;
3339
- readonly 'background-neutrals-scrolls-hover'?: any;
3340
- readonly 'background-neutrals-subtle'?: any;
3341
- readonly 'background-neutrals-subtle-active'?: any;
3342
- readonly 'background-neutrals-subtle-hover'?: any;
3343
- readonly 'background-primary-prominent'?: any;
3344
- readonly 'background-primary-prominent-active'?: any;
3345
- readonly 'background-primary-prominent-hover'?: any;
3346
- readonly 'background-primary-prominent-selected'?: any;
3347
- readonly 'background-primary-subtle'?: any;
3348
- readonly 'background-primary-subtle-active'?: any;
3349
- readonly 'background-primary-subtle-hover'?: any;
3350
- readonly 'background-primary-subtle-selected'?: any;
3351
- readonly 'background-success'?: any;
3352
- readonly 'background-warning-prominent'?: any;
3353
- readonly 'background-warning-subtle'?: any;
3354
- readonly 'text-danger'?: any;
3355
- readonly 'text-danger-active'?: any;
3356
- readonly 'text-danger-hover'?: any;
3357
- readonly 'text-danger-inverted'?: any;
3358
- readonly 'text-neutrals'?: any;
3359
- readonly 'text-neutrals-disabled'?: any;
3360
- readonly 'text-neutrals-inverted'?: any;
3361
- readonly 'text-neutrals-link'?: any;
3362
- readonly 'text-neutrals-link-active'?: any;
3363
- readonly 'text-neutrals-link-hover'?: any;
3364
- readonly 'text-neutrals-placeholder'?: any;
3365
- readonly 'text-neutrals-placeholder-only'?: any;
3366
- readonly 'text-neutrals-subtle'?: any;
3367
- readonly 'text-primary'?: any;
3368
- readonly 'text-primary-active'?: any;
3369
- readonly 'text-primary-hover'?: any;
3370
- readonly 'text-primary-inverted'?: any;
3371
- readonly 'text-primary-inverted-subtle'?: any;
3372
- readonly 'text-primary-selected'?: any;
3373
- readonly 'text-success'?: any;
3374
- readonly 'text-warning'?: any;
3375
- readonly 'icon-danger'?: any;
3376
- readonly 'icon-danger-active'?: any;
3377
- readonly 'icon-danger-hover'?: any;
3378
- readonly 'icon-danger-inverted'?: any;
3379
- readonly 'icon-neutrals'?: any;
3380
- readonly 'icon-neutrals-disabled'?: any;
3381
- readonly 'icon-neutrals-inactive'?: any;
3382
- readonly 'icon-neutrals-inactive-hover'?: any;
3383
- readonly 'icon-neutrals-inverted'?: any;
3384
- readonly 'icon-neutrals-search'?: any;
3385
- readonly 'icon-neutrals-subtle'?: any;
3386
- readonly 'icon-neutrals-with-text'?: any;
3387
- readonly 'icon-primary'?: any;
3388
- readonly 'icon-primary-active'?: any;
3389
- readonly 'icon-primary-hover'?: any;
3390
- readonly 'icon-primary-inverted'?: any;
3391
- readonly 'icon-primary-selected'?: any;
3392
- readonly 'icon-success'?: any;
3393
- readonly 'icon-success-inverted'?: any;
3394
- readonly 'icon-warning'?: any;
3395
- readonly 'border-danger'?: any;
3396
- readonly 'border-focus-inner'?: any;
3397
- readonly 'border-focus-middle'?: any;
3398
- readonly 'border-focus-outer'?: any;
3399
- readonly 'border-neutrals'?: any;
3400
- readonly 'border-neutrals-active'?: any;
3401
- readonly 'border-neutrals-controls'?: any;
3402
- readonly 'border-neutrals-controls-disabled'?: any;
3403
- readonly 'border-neutrals-disabled'?: any;
3404
- readonly 'border-neutrals-hover'?: any;
3405
- readonly 'border-neutrals-inverted'?: any;
3406
- readonly 'border-neutrals-subtle'?: any;
3407
- readonly 'border-primary'?: any;
3408
- readonly 'border-primary-active'?: any;
3409
- readonly 'border-primary-hover'?: any;
3410
- readonly 'border-primary-inverted'?: any;
3411
- readonly 'border-success'?: any;
3412
- readonly 'border-warning'?: any;
3413
- };
3414
- 'font-sizes': {
3415
- readonly 150: "0.75rem";
3416
- readonly 175: "0.875rem";
3417
- readonly 200: "1rem";
3418
- readonly 225: "1.125rem";
3419
- readonly 250: "1.25rem";
3420
- readonly 300: "1.5rem";
3421
- readonly 400: "2rem";
3422
- readonly 500: "2.5rem";
3423
- readonly 600: "3rem";
3424
- readonly 800: "4rem";
3425
- readonly 900: "4.5rem";
3426
- };
3427
- radii: {
3428
- readonly none: 0;
3429
- readonly half: "999em";
3430
- readonly 25: "2px";
3431
- readonly 50: "4px";
3432
- readonly 75: "6px";
3433
- readonly 100: "8px";
3434
- readonly 200: "16px";
3435
- };
3436
- shadows: {
3437
- readonly 50: "0 4px 16px #05003812";
3438
- readonly 100: "0 8px 32px #05003808";
3439
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
3440
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
3441
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
3442
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
3443
- };
3444
- sizes: {
3445
- readonly number: string;
3446
- readonly 'icon-200': "16px";
3447
- readonly 'icon-300': "24px";
3448
- readonly 'icon-400': "32px";
3449
- };
3450
- space: {
3451
- readonly none: 0;
3452
- readonly 50: "4px";
3453
- readonly 100: "8px";
3454
- readonly 150: "12px";
3455
- readonly 200: "16px";
3456
- readonly 300: "24px";
3457
- readonly 400: "32px";
3458
- readonly 500: "64px";
3459
- readonly 600: "48px";
3460
- readonly 800: "64px";
3461
- readonly 1200: "96px";
3462
- readonly 1600: "128px";
3463
- };
3464
- 'space-gap': {
3465
- readonly none: any;
3466
- readonly 50: any;
3467
- readonly 100: any;
3468
- readonly 200: any;
3469
- readonly 300: any;
3470
- };
3471
- 'space-inset': {
3472
- readonly none: any;
3473
- readonly 50: any;
3474
- readonly 100: any;
3475
- readonly 150: any;
3476
- readonly 200: any;
3477
- readonly 300: any;
3478
- readonly 400: any;
3479
- readonly 600: any;
3480
- readonly 800: any;
3481
- readonly 1200: any;
3482
- readonly 1600: any;
3483
- };
3484
- 'space-offset': {
3485
- readonly none: any;
3486
- readonly 50: any;
3487
- readonly 100: any;
3488
- readonly 150: any;
3489
- readonly 200: any;
3490
- readonly 300: any;
3491
- readonly 400: any;
3492
- readonly 600: any;
3493
- readonly 800: any;
3494
- readonly 1200: any;
3495
- readonly 1600: any;
3496
- readonly 'stacking-none': any;
3497
- readonly 'stacking-100': any;
3498
- readonly 'stacking-200': any;
3499
- readonly 'stacking-300': any;
3500
- readonly 'stacking-400': any;
3501
- readonly 'stacking-500': any;
3502
- readonly 'stacking-800': any;
3503
- };
3504
- 'stroke-width': {
3505
- readonly thin: "1.5px";
3506
- readonly normal: "2px";
3507
- readonly bold: "4px";
3508
- };
3509
- 'z-indices': {
3510
- readonly dropdownMenu: 100;
3511
- readonly popover: 200;
3512
- readonly tooltip: 300;
3513
- };
3514
- }, {
3515
- readonly background: "colors";
3516
- readonly backgroundColor: "colors";
3517
- readonly backgroundImage: "colors";
3518
- readonly blockSize: "sizes";
3519
- readonly border: "colors";
3520
- readonly borderBlock: "colors";
3521
- readonly borderBlockEnd: "colors";
3522
- readonly borderBlockStart: "colors";
3523
- readonly borderBottom: "colors";
3524
- readonly borderBottomColor: "colors";
3525
- readonly borderBottomLeftRadius: "radii";
3526
- readonly borderBottomRightRadius: "radii";
3527
- readonly borderBottomStyle: "border-styles";
3528
- readonly borderBottomWidth: "border-widths";
3529
- readonly borderColor: "colors";
3530
- readonly borderImage: "colors";
3531
- readonly borderInline: "colors";
3532
- readonly borderInlineEnd: "colors";
3533
- readonly borderInlineStart: "colors";
3534
- readonly borderLeft: "colors";
3535
- readonly borderLeftColor: "colors";
3536
- readonly borderLeftStyle: "border-styles";
3537
- readonly borderLeftWidth: "border-widths";
3538
- readonly borderRadius: "radii";
3539
- readonly borderRight: "colors";
3540
- readonly borderRightColor: "colors";
3541
- readonly borderRightStyle: "border-styles";
3542
- readonly borderRightWidth: "border-widths";
3543
- readonly borderStyle: "border-styles";
3544
- readonly borderTop: "colors";
3545
- readonly borderTopColor: "colors";
3546
- readonly borderTopLeftRadius: "radii";
3547
- readonly borderTopRightRadius: "radii";
3548
- readonly borderTopStyle: "border-styles";
3549
- readonly borderTopWidth: "border-widths";
3550
- readonly borderWidth: "border-widths";
3551
- readonly bottom: "space";
3552
- readonly boxShadow: "shadows";
3553
- readonly caretColor: "colors";
3554
- readonly color: "colors";
3555
- readonly columnGap: "space-gap";
3556
- readonly columnRuleColor: "colors";
3557
- readonly fill: "colors";
3558
- readonly flexBasis: "sizes";
3559
- readonly fontFamily: "fonts";
3560
- readonly fontSize: "font-sizes";
3561
- readonly fontWeight: "font-weights";
3562
- readonly gap: "space-gap";
3563
- readonly gridColumnGap: "space-gap";
3564
- readonly gridGap: "space-gap";
3565
- readonly gridRowGap: "space-gap";
3566
- readonly gridTemplateColumns: "sizes";
3567
- readonly gridTemplateRows: "sizes";
3568
- readonly height: "sizes";
3569
- readonly inlineSize: "sizes";
3570
- readonly inset: "space-inset";
3571
- readonly insetBlock: "space-inset";
3572
- readonly insetBlockEnd: "space-inset";
3573
- readonly insetBlockStart: "space-inset";
3574
- readonly insetInline: "space-inset";
3575
- readonly insetInlineEnd: "space-inset";
3576
- readonly insetInlineStart: "space-inset";
3577
- readonly left: "space";
3578
- readonly letterSpacing: "letter-spacings";
3579
- readonly lineHeight: "line-heights";
3580
- readonly margin: "space-offset";
3581
- readonly marginBlock: "space-offset";
3582
- readonly marginBlockEnd: "space-offset";
3583
- readonly marginBlockStart: "space-offset";
3584
- readonly marginBottom: "space-offset";
3585
- readonly marginInline: "space-offset";
3586
- readonly marginInlineEnd: "space-offset";
3587
- readonly marginInlineStart: "space-offset";
3588
- readonly marginLeft: "space-offset";
3589
- readonly marginRight: "space-offset";
3590
- readonly marginTop: "space-offset";
3591
- readonly maxBlockSize: "sizes";
3592
- readonly maxHeight: "sizes";
3593
- readonly maxInlineSize: "sizes";
3594
- readonly maxWidth: "sizes";
3595
- readonly minBlockSize: "sizes";
3596
- readonly minHeight: "sizes";
3597
- readonly minInlineSize: "sizes";
3598
- readonly minWidth: "sizes";
3599
- readonly outline: "colors";
3600
- readonly outlineColor: "colors";
3601
- readonly padding: "space-inset";
3602
- readonly paddingBlock: "space-inset";
3603
- readonly paddingBlockEnd: "space-inset";
3604
- readonly paddingBlockStart: "space-inset";
3605
- readonly paddingBottom: "space-inset";
3606
- readonly paddingInline: "space-inset";
3607
- readonly paddingInlineEnd: "space-inset";
3608
- readonly paddingInlineStart: "space-inset";
3609
- readonly paddingLeft: "space-inset";
3610
- readonly paddingRight: "space-inset";
3611
- readonly paddingTop: "space-inset";
3612
- readonly right: "space";
3613
- readonly rowGap: "space-gap";
3614
- readonly scrollMargin: "space-offset";
3615
- readonly scrollMarginBlock: "space-offset";
3616
- readonly scrollMarginBlockEnd: "space-offset";
3617
- readonly scrollMarginBlockStart: "space-offset";
3618
- readonly scrollMarginBottom: "space-offset";
3619
- readonly scrollMarginInline: "space-offset";
3620
- readonly scrollMarginInlineEnd: "space-offset";
3621
- readonly scrollMarginInlineStart: "space-offset";
3622
- readonly scrollMarginLeft: "space-offset";
3623
- readonly scrollMarginRight: "space-offset";
3624
- readonly scrollMarginTop: "space-offset";
3625
- readonly scrollPadding: "space-inset";
3626
- readonly scrollPaddingBlock: "space-inset";
3627
- readonly scrollPaddingBlockEnd: "space-inset";
3628
- readonly scrollPaddingBlockStart: "space-inset";
3629
- readonly scrollPaddingBottom: "space-inset";
3630
- readonly scrollPaddingInline: "space-inset";
3631
- readonly scrollPaddingInlineEnd: "space-inset";
3632
- readonly scrollPaddingInlineStart: "space-inset";
3633
- readonly scrollPaddingLeft: "space-inset";
3634
- readonly scrollPaddingRight: "space-inset";
3635
- readonly scrollPaddingTop: "space-inset";
3636
- readonly stroke: "colors";
3637
- readonly strokeWidth: "stroke-width";
3638
- readonly textDecorationColor: "colors";
3639
- readonly textShadow: "shadows";
3640
- readonly top: "space";
3641
- readonly transition: "transitions";
3642
- readonly width: "sizes";
3643
- readonly zIndex: "z-indices";
3644
- }, {
3645
- paddingX: (value: {
3646
- readonly [$$PropertyValue]: "padding";
3647
- }) => {
3648
- paddingLeft: {
3649
- readonly [$$PropertyValue]: "padding";
3650
- };
3651
- paddingRight: {
3652
- readonly [$$PropertyValue]: "padding";
3653
- };
3654
- };
3655
- paddingY: (value: {
3656
- readonly [$$PropertyValue]: "padding";
3657
- }) => {
3658
- paddingTop: {
3659
- readonly [$$PropertyValue]: "padding";
3660
- };
3661
- paddingBottom: {
3662
- readonly [$$PropertyValue]: "padding";
3663
- };
3664
- };
3665
- marginX: (value: {
3666
- readonly [$$PropertyValue]: "margin";
3667
- }) => {
3668
- marginLeft: {
3669
- readonly [$$PropertyValue]: "margin";
3670
- };
3671
- marginRight: {
3672
- readonly [$$PropertyValue]: "margin";
3673
- };
3674
- };
3675
- marginY: (value: {
3676
- readonly [$$PropertyValue]: "margin";
3677
- }) => {
3678
- marginTop: {
3679
- readonly [$$PropertyValue]: "margin";
3680
- };
3681
- marginBottom: {
3682
- readonly [$$PropertyValue]: "margin";
3683
- };
3684
- };
3685
- square: (value: {
3686
- readonly [$$PropertyValue]: "width";
3687
- }) => {
3688
- width: {
3689
- readonly [$$PropertyValue]: "width";
3690
- };
3691
- height: {
3692
- readonly [$$PropertyValue]: "width";
3693
- };
3694
- };
3695
- }> | undefined;
3696
- }> & {
3697
- children?: react__default.ReactNode;
3698
- } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react__default.RefAttributes<HTMLButtonElement> & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents & react__default.AnchorHTMLAttributes<"a"> & {
3699
- href: string;
3700
- }, "asChild" | "form" | "label" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "size" | "value" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | keyof _mirohq_design_system_hooks_use_press.PressProps | keyof packages_components_internal_base_button_src_base_button.HoverEvents | keyof react__default.AnchorHTMLAttributes<"a"> | "variant" | "showBadge" | "badgeContent" | "tooltipDelayDuration" | "tooltipSkipDelayDuration" | "tooltipAlign" | "tooltipSide">) & react__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
462
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "size" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange" | "variant"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<_mirohq_design_system_base_button.BaseButtonProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>, {
463
+ variant?: "outline" | "solid-prominent" | "solid-subtle" | "ghost" | undefined;
464
+ size?: "medium" | "large" | "x-large" | undefined;
465
+ }, {}>;
466
+ declare type StyledIconButtonProps = ComponentPropsWithRef<typeof StyledIconButton>;
467
+
468
+ interface IconButtonProps extends StyledIconButtonProps {
469
+ /**
470
+ * Change the Icon button style
471
+ */
472
+ variant?: StyledIconButtonProps['variant'];
473
+ /**
474
+ * Change the Icon button size
475
+ */
476
+ size?: StyledIconButtonProps['size'];
477
+ /**
478
+ * Icon button label used to provide a description.
479
+ */
480
+ label: string;
481
+ /**
482
+ * The duration of a the delay before a tooltip is shown.
483
+ */
484
+ tooltipDelayDuration?: number;
485
+ /**
486
+ * How much time a user has to enter another trigger without incurring a
487
+ * delay again.
488
+ */
489
+ tooltipSkipDelayDuration?: number;
490
+ /**
491
+ * The preferred side of the trigger to render against when open. Will be
492
+ * reversed when collisions occur and avoidCollisions is enabled.
493
+ */
494
+ tooltipSide?: TooltipContentProps['side'];
495
+ /**
496
+ * The preferred alignment against the trigger. May change when collisions
497
+ * occur.
498
+ */
499
+ tooltipAlign?: TooltipContentProps['align'];
500
+ /**
501
+ * Wraps the Icon button with a badge.
502
+ */
503
+ showBadge?: boolean;
504
+ /**
505
+ * The content to be displayed inside of the badge.
506
+ */
507
+ badgeContent?: string;
508
+ }
509
+ declare const IconButton: react__default.ForwardRefExoticComponent<Pick<IconButtonProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "label" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "name" | "placeholder" | "rel" | "size" | "target" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress" | "onPressStart" | "onPressEnd" | "onPressChange" | "onFocusChange" | "excludeFromTabOrder" | "onHoverStart" | "onHoverEnd" | "onHoverChange" | "variant" | "showBadge" | "badgeContent" | "tooltipDelayDuration" | "tooltipSkipDelayDuration" | "tooltipAlign" | "tooltipSide"> & react__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
3701
510
 
3702
511
  export { IconButton, IconButtonProps };