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