@mirohq/design-system-dropdown-menu 3.5.25 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -9,6 +9,7 @@ import { DropdownMenuPortalProps } from '@radix-ui/react-dropdown-menu';
9
9
  import { CSSProperties } from '@stitches/react';
10
10
  import { ExtractValidKeys } from '@mirohq/design-system-types';
11
11
  import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
12
+ import { HotkeyProps as HotkeyProps$1 } from '@mirohq/design-system-base-hotkey';
12
13
  import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-components/primitive';
13
14
 
14
15
  declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuCheckboxItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
@@ -7291,1471 +7292,13 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
7291
7292
  };
7292
7293
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
7293
7294
 
7294
- declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<(props: Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
7295
- 'border-widths': {
7296
- readonly none: 0;
7297
- readonly sm: "1px";
7298
- readonly md: "2px";
7299
- readonly lg: "4px";
7300
- };
7301
- colors: {
7302
- readonly black: any;
7303
- readonly 'blue-100': any;
7304
- readonly 'blue-200': any;
7305
- readonly 'blue-300': any;
7306
- readonly 'blue-400': any;
7307
- readonly 'blue-500': any;
7308
- readonly 'blue-600': any;
7309
- readonly 'blue-700': any;
7310
- readonly 'blue-800': any;
7311
- readonly 'blue-900': any;
7312
- readonly 'blue-1000': any;
7313
- readonly 'gray-100': any;
7314
- readonly 'gray-200': any;
7315
- readonly 'gray-300': any;
7316
- readonly 'gray-400': any;
7317
- readonly 'gray-500': any;
7318
- readonly 'gray-600': any;
7319
- readonly 'gray-700': any;
7320
- readonly 'gray-800': any;
7321
- readonly 'gray-900': any;
7322
- readonly 'green-100': any;
7323
- readonly 'green-200': any;
7324
- readonly 'green-300': any;
7325
- readonly 'green-400': any;
7326
- readonly 'green-500': any;
7327
- readonly 'green-600': any;
7328
- readonly 'green-700': any;
7329
- readonly 'green-800': any;
7330
- readonly 'green-900': any;
7331
- readonly 'indigo-100': any;
7332
- readonly 'indigo-200': any;
7333
- readonly 'indigo-300': any;
7334
- readonly 'indigo-400': any;
7335
- readonly 'indigo-500': any;
7336
- readonly 'indigo-600': any;
7337
- readonly 'indigo-700': any;
7338
- readonly 'indigo-800': any;
7339
- readonly 'indigo-900': any;
7340
- readonly 'red-100': any;
7341
- readonly 'red-200': any;
7342
- readonly 'red-300': any;
7343
- readonly 'red-400': any;
7344
- readonly 'red-500': any;
7345
- readonly 'red-600': any;
7346
- readonly 'red-700': any;
7347
- readonly 'red-800': any;
7348
- readonly 'red-900': any;
7349
- readonly transparent: any;
7350
- readonly white: any;
7351
- readonly 'yellow-100': any;
7352
- readonly 'yellow-200': any;
7353
- readonly 'yellow-300': any;
7354
- readonly 'yellow-400': any;
7355
- readonly 'yellow-500': any;
7356
- readonly 'yellow-600': any;
7357
- readonly 'yellow-700': any;
7358
- readonly 'yellow-800': any;
7359
- readonly 'yellow-900': any;
7360
- "background-alpha-active"?: any;
7361
- "background-alpha-hover"?: any;
7362
- "background-danger-prominent"?: any;
7363
- "background-danger-prominent-active"?: any;
7364
- "background-danger-prominent-hover"?: any;
7365
- "background-danger-subtle"?: any;
7366
- "background-danger-subtle-active"?: any;
7367
- "background-danger-subtle-hover"?: any;
7368
- "background-neutrals"?: any;
7369
- "background-neutrals-active"?: any;
7370
- "background-neutrals-container"?: any;
7371
- "background-neutrals-controls-disabled"?: any;
7372
- "background-neutrals-disabled"?: any;
7373
- "background-neutrals-hover"?: any;
7374
- "background-neutrals-inactive"?: any;
7375
- "background-neutrals-inactive-hover"?: any;
7376
- "background-neutrals-inverted"?: any;
7377
- "background-neutrals-inverted-subtle"?: any;
7378
- "background-neutrals-page"?: any;
7379
- "background-neutrals-page-subtle"?: any;
7380
- "background-neutrals-scrolls"?: any;
7381
- "background-neutrals-scrolls-expanded"?: any;
7382
- "background-neutrals-scrolls-hover"?: any;
7383
- "background-neutrals-scrolls-pressed"?: any;
7384
- "background-neutrals-scrolls-pressed-hover"?: any;
7385
- "background-neutrals-subtle"?: any;
7386
- "background-neutrals-subtle-active"?: any;
7387
- "background-neutrals-subtle-hover"?: any;
7388
- "background-primary-prominent"?: any;
7389
- "background-primary-prominent-active"?: any;
7390
- "background-primary-prominent-expanded"?: any;
7391
- "background-primary-prominent-hover"?: any;
7392
- "background-primary-prominent-pressed"?: any;
7393
- "background-primary-prominent-pressed-hover"?: any;
7394
- "background-primary-prominent-selected"?: any;
7395
- "background-primary-subtle"?: any;
7396
- "background-primary-subtle-active"?: any;
7397
- "background-primary-subtle-expanded"?: any;
7398
- "background-primary-subtle-hover"?: any;
7399
- "background-primary-subtle-pressed"?: any;
7400
- "background-primary-subtle-pressed-hover"?: any;
7401
- "background-primary-subtle-selected"?: any;
7402
- "background-success"?: any;
7403
- "background-success-prominent"?: any;
7404
- "background-success-prominent-active"?: any;
7405
- "background-success-prominent-hover"?: any;
7406
- "background-warning-prominent"?: any;
7407
- "background-warning-subtle"?: any;
7408
- "border-danger"?: any;
7409
- "border-danger-active"?: any;
7410
- "border-danger-hover"?: any;
7411
- "border-focus-inner"?: any;
7412
- "border-focus-middle"?: any;
7413
- "border-focus-outer"?: any;
7414
- "border-neutrals"?: any;
7415
- "border-neutrals-active"?: any;
7416
- "border-neutrals-controls"?: any;
7417
- "border-neutrals-controls-disabled"?: any;
7418
- "border-neutrals-disabled"?: any;
7419
- "border-neutrals-hover"?: any;
7420
- "border-neutrals-inverted"?: any;
7421
- "border-neutrals-subtle"?: any;
7422
- "border-neutrals-text"?: any;
7423
- "border-neutrals-text-active"?: any;
7424
- "border-neutrals-text-hover"?: any;
7425
- "border-neutrals-text-subtle"?: any;
7426
- "border-neutrals-text-subtle-active"?: any;
7427
- "border-neutrals-text-subtle-hover"?: any;
7428
- "border-neutrals-transparent"?: any;
7429
- "border-primary"?: any;
7430
- "border-primary-active"?: any;
7431
- "border-primary-hover"?: any;
7432
- "border-primary-inverted"?: any;
7433
- "border-success"?: any;
7434
- "border-success-active"?: any;
7435
- "border-success-hover"?: any;
7436
- "border-warning"?: any;
7437
- "icon-danger"?: any;
7438
- "icon-danger-active"?: any;
7439
- "icon-danger-hover"?: any;
7440
- "icon-danger-inverted"?: any;
7441
- "icon-neutrals"?: any;
7442
- "icon-neutrals-disabled"?: any;
7443
- "icon-neutrals-inactive"?: any;
7444
- "icon-neutrals-inactive-hover"?: any;
7445
- "icon-neutrals-inverted"?: any;
7446
- "icon-neutrals-search"?: any;
7447
- "icon-neutrals-subtle"?: any;
7448
- "icon-neutrals-text"?: any;
7449
- "icon-primary"?: any;
7450
- "icon-primary-active"?: any;
7451
- "icon-primary-hover"?: any;
7452
- "icon-primary-inverted"?: any;
7453
- "icon-primary-selected"?: any;
7454
- "icon-success"?: any;
7455
- "icon-success-active"?: any;
7456
- "icon-success-hover"?: any;
7457
- "icon-success-inverted"?: any;
7458
- "icon-warning"?: any;
7459
- "icon-warning-prominent"?: any;
7460
- "icon-warning-subtle"?: any;
7461
- "text-danger"?: any;
7462
- "text-danger-active"?: any;
7463
- "text-danger-hover"?: any;
7464
- "text-danger-inverted"?: any;
7465
- "text-neutrals"?: any;
7466
- "text-neutrals-active"?: any;
7467
- "text-neutrals-disabled"?: any;
7468
- "text-neutrals-hover"?: any;
7469
- "text-neutrals-inverted"?: any;
7470
- "text-neutrals-placeholder"?: any;
7471
- "text-neutrals-placeholder-only"?: any;
7472
- "text-neutrals-subtle"?: any;
7473
- "text-neutrals-subtle-active"?: any;
7474
- "text-neutrals-subtle-hover"?: any;
7475
- "text-primary"?: any;
7476
- "text-primary-active"?: any;
7477
- "text-primary-hover"?: any;
7478
- "text-primary-inverted"?: any;
7479
- "text-primary-inverted-subtle"?: any;
7480
- "text-primary-selected"?: any;
7481
- "text-success"?: any;
7482
- "text-success-active"?: any;
7483
- "text-success-hover"?: any;
7484
- "text-success-inverted"?: any;
7485
- "text-warning"?: any;
7486
- "text-warning-subtle"?: any;
7487
- };
7488
- 'font-sizes': {
7489
- readonly 150: "0.75rem";
7490
- readonly 175: "0.875rem";
7491
- readonly 200: "1rem";
7492
- readonly 225: "1.125rem";
7493
- readonly 250: "1.25rem";
7494
- readonly 300: "1.5rem";
7495
- readonly 400: "2rem";
7496
- readonly 500: "2.5rem";
7497
- readonly 600: "3rem";
7498
- readonly 800: "4rem";
7499
- readonly 900: "4.5rem";
7500
- };
7501
- fonts: {
7502
- readonly heading: "Roobert, sans-serif";
7503
- readonly body: "Open Sans, sans-serif";
7504
- };
7505
- radii: {
7506
- readonly none: 0;
7507
- readonly half: "999em";
7508
- readonly 25: "2px";
7509
- readonly 50: "4px";
7510
- readonly 75: "6px";
7511
- readonly 100: "8px";
7512
- readonly 200: "16px";
7513
- };
7514
- shadows: {
7515
- 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";
7516
- 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";
7517
- 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";
7518
- 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";
7519
- readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
7520
- readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
7521
- };
7522
- sizes: {
7523
- readonly number: string;
7524
- readonly 'icon-200': "16px";
7525
- readonly 'icon-300': "24px";
7526
- readonly 'icon-400': "32px";
7527
- };
7528
- space: {
7529
- readonly 0: "0px";
7530
- readonly 25: "2px";
7531
- readonly 50: "4px";
7532
- readonly 100: "8px";
7533
- readonly 150: "12px";
7534
- readonly 200: "16px";
7535
- readonly 300: "24px";
7536
- readonly 400: "32px";
7537
- readonly 500: "40px";
7538
- readonly 600: "48px";
7539
- readonly 700: "56px";
7540
- readonly 800: "64px";
7541
- readonly 1200: "96px";
7542
- readonly 1600: "128px";
7543
- };
7544
- 'space-gap': {
7545
- readonly 0: any;
7546
- readonly 50: any;
7547
- readonly 100: any;
7548
- readonly 200: any;
7549
- readonly 300: any;
7550
- };
7551
- 'space-inset': {
7552
- readonly 0: any;
7553
- readonly 50: any;
7554
- readonly 100: any;
7555
- readonly 150: any;
7556
- readonly 200: any;
7557
- readonly 300: any;
7558
- readonly 400: any;
7559
- readonly 500: any;
7560
- readonly 600: any;
7561
- readonly 700: any;
7562
- readonly 800: any;
7563
- readonly 1200: any;
7564
- readonly 1600: any;
7565
- };
7566
- 'space-offset': {
7567
- readonly 0: any;
7568
- readonly 50: any;
7569
- readonly 100: any;
7570
- readonly 150: any;
7571
- readonly 200: any;
7572
- readonly 300: any;
7573
- readonly 400: any;
7574
- readonly 600: any;
7575
- readonly 800: any;
7576
- readonly 1200: any;
7577
- readonly 1600: any;
7578
- readonly 'stacking-0': any;
7579
- readonly 'stacking-100': any;
7580
- readonly 'stacking-200': any;
7581
- readonly 'stacking-300': any;
7582
- readonly 'stacking-400': any;
7583
- readonly 'stacking-500': any;
7584
- readonly 'stacking-800': any;
7585
- };
7586
- 'stroke-width': {
7587
- readonly thin: "1.5px";
7588
- readonly normal: "2px";
7589
- readonly bold: "4px";
7590
- };
7591
- 'z-indices': {
7592
- readonly dropdownMenu: 100;
7593
- readonly select: 200;
7594
- readonly popover: 300;
7595
- readonly tooltip: 400;
7596
- };
7597
- }, {
7598
- readonly background: "colors";
7599
- readonly backgroundColor: "colors";
7600
- readonly backgroundImage: "colors";
7601
- readonly blockSize: "sizes";
7602
- readonly border: "colors";
7603
- readonly borderBlock: "colors";
7604
- readonly borderBlockEnd: "colors";
7605
- readonly borderBlockStart: "colors";
7606
- readonly borderBottom: "colors";
7607
- readonly borderBottomColor: "colors";
7608
- readonly borderBottomLeftRadius: "radii";
7609
- readonly borderBottomRightRadius: "radii";
7610
- readonly borderBottomStyle: "border-styles";
7611
- readonly borderBottomWidth: "border-widths";
7612
- readonly borderColor: "colors";
7613
- readonly borderImage: "colors";
7614
- readonly borderInline: "colors";
7615
- readonly borderInlineEnd: "colors";
7616
- readonly borderInlineStart: "colors";
7617
- readonly borderLeft: "colors";
7618
- readonly borderLeftColor: "colors";
7619
- readonly borderLeftStyle: "border-styles";
7620
- readonly borderLeftWidth: "border-widths";
7621
- readonly borderRadius: "radii";
7622
- readonly borderRight: "colors";
7623
- readonly borderRightColor: "colors";
7624
- readonly borderRightStyle: "border-styles";
7625
- readonly borderRightWidth: "border-widths";
7626
- readonly borderSpacing: "space-offset";
7627
- readonly borderStyle: "border-styles";
7628
- readonly borderTop: "colors";
7629
- readonly borderTopColor: "colors";
7630
- readonly borderTopLeftRadius: "radii";
7631
- readonly borderTopRightRadius: "radii";
7632
- readonly borderTopStyle: "border-styles";
7633
- readonly borderTopWidth: "border-widths";
7634
- readonly borderWidth: "border-widths";
7635
- readonly bottom: "space";
7636
- readonly boxShadow: "shadows";
7637
- readonly caretColor: "colors";
7638
- readonly color: "colors";
7639
- readonly columnGap: "space-gap";
7640
- readonly columnRuleColor: "colors";
7641
- readonly fill: "colors";
7642
- readonly flexBasis: "sizes";
7643
- readonly fontFamily: "fonts";
7644
- readonly fontSize: "font-sizes";
7645
- readonly fontWeight: "font-weights";
7646
- readonly gap: "space-gap";
7647
- readonly gridColumnGap: "space-gap";
7648
- readonly gridGap: "space-gap";
7649
- readonly gridRowGap: "space-gap";
7650
- readonly gridTemplateColumns: "sizes";
7651
- readonly gridTemplateRows: "sizes";
7652
- readonly height: "sizes";
7653
- readonly inlineSize: "sizes";
7654
- readonly inset: "space-inset";
7655
- readonly insetBlock: "space-inset";
7656
- readonly insetBlockEnd: "space-inset";
7657
- readonly insetBlockStart: "space-inset";
7658
- readonly insetInline: "space-inset";
7659
- readonly insetInlineEnd: "space-inset";
7660
- readonly insetInlineStart: "space-inset";
7661
- readonly left: "space";
7662
- readonly letterSpacing: "letter-spacings";
7663
- readonly lineHeight: "line-heights";
7664
- readonly margin: "space-offset";
7665
- readonly marginBlock: "space-offset";
7666
- readonly marginBlockEnd: "space-offset";
7667
- readonly marginBlockStart: "space-offset";
7668
- readonly marginBottom: "space-offset";
7669
- readonly marginInline: "space-offset";
7670
- readonly marginInlineEnd: "space-offset";
7671
- readonly marginInlineStart: "space-offset";
7672
- readonly marginLeft: "space-offset";
7673
- readonly marginRight: "space-offset";
7674
- readonly marginTop: "space-offset";
7675
- readonly maxBlockSize: "sizes";
7676
- readonly maxHeight: "sizes";
7677
- readonly maxInlineSize: "sizes";
7678
- readonly maxWidth: "sizes";
7679
- readonly minBlockSize: "sizes";
7680
- readonly minHeight: "sizes";
7681
- readonly minInlineSize: "sizes";
7682
- readonly minWidth: "sizes";
7683
- readonly outline: "colors";
7684
- readonly outlineColor: "colors";
7685
- readonly padding: "space-inset";
7686
- readonly paddingBlock: "space-inset";
7687
- readonly paddingBlockEnd: "space-inset";
7688
- readonly paddingBlockStart: "space-inset";
7689
- readonly paddingBottom: "space-inset";
7690
- readonly paddingInline: "space-inset";
7691
- readonly paddingInlineEnd: "space-inset";
7692
- readonly paddingInlineStart: "space-inset";
7693
- readonly paddingLeft: "space-inset";
7694
- readonly paddingRight: "space-inset";
7695
- readonly paddingTop: "space-inset";
7696
- readonly right: "space";
7697
- readonly rowGap: "space-gap";
7698
- readonly scrollMargin: "space-offset";
7699
- readonly scrollMarginBlock: "space-offset";
7700
- readonly scrollMarginBlockEnd: "space-offset";
7701
- readonly scrollMarginBlockStart: "space-offset";
7702
- readonly scrollMarginBottom: "space-offset";
7703
- readonly scrollMarginInline: "space-offset";
7704
- readonly scrollMarginInlineEnd: "space-offset";
7705
- readonly scrollMarginInlineStart: "space-offset";
7706
- readonly scrollMarginLeft: "space-offset";
7707
- readonly scrollMarginRight: "space-offset";
7708
- readonly scrollMarginTop: "space-offset";
7709
- readonly scrollPadding: "space-inset";
7710
- readonly scrollPaddingBlock: "space-inset";
7711
- readonly scrollPaddingBlockEnd: "space-inset";
7712
- readonly scrollPaddingBlockStart: "space-inset";
7713
- readonly scrollPaddingBottom: "space-inset";
7714
- readonly scrollPaddingInline: "space-inset";
7715
- readonly scrollPaddingInlineEnd: "space-inset";
7716
- readonly scrollPaddingInlineStart: "space-inset";
7717
- readonly scrollPaddingLeft: "space-inset";
7718
- readonly scrollPaddingRight: "space-inset";
7719
- readonly scrollPaddingTop: "space-inset";
7720
- readonly stroke: "colors";
7721
- readonly strokeWidth: "stroke-width";
7722
- readonly textDecorationColor: "colors";
7723
- readonly textShadow: "shadows";
7724
- readonly top: "space";
7725
- readonly transition: "transitions";
7726
- readonly width: "sizes";
7727
- readonly zIndex: "z-indices";
7728
- }, {
7729
- paddingX: (value: {
7730
- readonly [$$PropertyValue]: "padding";
7731
- }) => {
7732
- paddingLeft: {
7733
- readonly [$$PropertyValue]: "padding";
7734
- };
7735
- paddingRight: {
7736
- readonly [$$PropertyValue]: "padding";
7737
- };
7738
- };
7739
- paddingY: (value: {
7740
- readonly [$$PropertyValue]: "padding";
7741
- }) => {
7742
- paddingTop: {
7743
- readonly [$$PropertyValue]: "padding";
7744
- };
7745
- paddingBottom: {
7746
- readonly [$$PropertyValue]: "padding";
7747
- };
7748
- };
7749
- marginX: (value: {
7750
- readonly [$$PropertyValue]: "margin";
7751
- }) => {
7752
- marginLeft: {
7753
- readonly [$$PropertyValue]: "margin";
7754
- };
7755
- marginRight: {
7756
- readonly [$$PropertyValue]: "margin";
7757
- };
7758
- };
7759
- marginY: (value: {
7760
- readonly [$$PropertyValue]: "margin";
7761
- }) => {
7762
- marginTop: {
7763
- readonly [$$PropertyValue]: "margin";
7764
- };
7765
- marginBottom: {
7766
- readonly [$$PropertyValue]: "margin";
7767
- };
7768
- };
7769
- square: (value: {
7770
- readonly [$$PropertyValue]: "width";
7771
- }) => {
7772
- width: {
7773
- readonly [$$PropertyValue]: "width";
7774
- };
7775
- height: {
7776
- readonly [$$PropertyValue]: "width";
7777
- };
7778
- };
7779
- _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
7780
- '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
7781
- };
7782
- }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>) => JSX.Element, {}, {}, _stitches_react_types_css_util.CSS<{}, {
7783
- 'border-widths': {
7784
- readonly none: 0;
7785
- readonly sm: "1px";
7786
- readonly md: "2px";
7787
- readonly lg: "4px";
7788
- };
7789
- colors: {
7790
- readonly black: any;
7791
- readonly 'blue-100': any;
7792
- readonly 'blue-200': any;
7793
- readonly 'blue-300': any;
7794
- readonly 'blue-400': any;
7795
- readonly 'blue-500': any;
7796
- readonly 'blue-600': any;
7797
- readonly 'blue-700': any;
7798
- readonly 'blue-800': any;
7799
- readonly 'blue-900': any;
7800
- readonly 'blue-1000': any;
7801
- readonly 'gray-100': any;
7802
- readonly 'gray-200': any;
7803
- readonly 'gray-300': any;
7804
- readonly 'gray-400': any;
7805
- readonly 'gray-500': any;
7806
- readonly 'gray-600': any;
7807
- readonly 'gray-700': any;
7808
- readonly 'gray-800': any;
7809
- readonly 'gray-900': any;
7810
- readonly 'green-100': any;
7811
- readonly 'green-200': any;
7812
- readonly 'green-300': any;
7813
- readonly 'green-400': any;
7814
- readonly 'green-500': any;
7815
- readonly 'green-600': any;
7816
- readonly 'green-700': any;
7817
- readonly 'green-800': any;
7818
- readonly 'green-900': any;
7819
- readonly 'indigo-100': any;
7820
- readonly 'indigo-200': any;
7821
- readonly 'indigo-300': any;
7822
- readonly 'indigo-400': any;
7823
- readonly 'indigo-500': any;
7824
- readonly 'indigo-600': any;
7825
- readonly 'indigo-700': any;
7826
- readonly 'indigo-800': any;
7827
- readonly 'indigo-900': any;
7828
- readonly 'red-100': any;
7829
- readonly 'red-200': any;
7830
- readonly 'red-300': any;
7831
- readonly 'red-400': any;
7832
- readonly 'red-500': any;
7833
- readonly 'red-600': any;
7834
- readonly 'red-700': any;
7835
- readonly 'red-800': any;
7836
- readonly 'red-900': any;
7837
- readonly transparent: any;
7838
- readonly white: any;
7839
- readonly 'yellow-100': any;
7840
- readonly 'yellow-200': any;
7841
- readonly 'yellow-300': any;
7842
- readonly 'yellow-400': any;
7843
- readonly 'yellow-500': any;
7844
- readonly 'yellow-600': any;
7845
- readonly 'yellow-700': any;
7846
- readonly 'yellow-800': any;
7847
- readonly 'yellow-900': any;
7848
- "background-alpha-active"?: any;
7849
- "background-alpha-hover"?: any;
7850
- "background-danger-prominent"?: any;
7851
- "background-danger-prominent-active"?: any;
7852
- "background-danger-prominent-hover"?: any;
7853
- "background-danger-subtle"?: any;
7854
- "background-danger-subtle-active"?: any;
7855
- "background-danger-subtle-hover"?: any;
7856
- "background-neutrals"?: any;
7857
- "background-neutrals-active"?: any;
7858
- "background-neutrals-container"?: any;
7859
- "background-neutrals-controls-disabled"?: any;
7860
- "background-neutrals-disabled"?: any;
7861
- "background-neutrals-hover"?: any;
7862
- "background-neutrals-inactive"?: any;
7863
- "background-neutrals-inactive-hover"?: any;
7864
- "background-neutrals-inverted"?: any;
7865
- "background-neutrals-inverted-subtle"?: any;
7866
- "background-neutrals-page"?: any;
7867
- "background-neutrals-page-subtle"?: any;
7868
- "background-neutrals-scrolls"?: any;
7869
- "background-neutrals-scrolls-expanded"?: any;
7870
- "background-neutrals-scrolls-hover"?: any;
7871
- "background-neutrals-scrolls-pressed"?: any;
7872
- "background-neutrals-scrolls-pressed-hover"?: any;
7873
- "background-neutrals-subtle"?: any;
7874
- "background-neutrals-subtle-active"?: any;
7875
- "background-neutrals-subtle-hover"?: any;
7876
- "background-primary-prominent"?: any;
7877
- "background-primary-prominent-active"?: any;
7878
- "background-primary-prominent-expanded"?: any;
7879
- "background-primary-prominent-hover"?: any;
7880
- "background-primary-prominent-pressed"?: any;
7881
- "background-primary-prominent-pressed-hover"?: any;
7882
- "background-primary-prominent-selected"?: any;
7883
- "background-primary-subtle"?: any;
7884
- "background-primary-subtle-active"?: any;
7885
- "background-primary-subtle-expanded"?: any;
7886
- "background-primary-subtle-hover"?: any;
7887
- "background-primary-subtle-pressed"?: any;
7888
- "background-primary-subtle-pressed-hover"?: any;
7889
- "background-primary-subtle-selected"?: any;
7890
- "background-success"?: any;
7891
- "background-success-prominent"?: any;
7892
- "background-success-prominent-active"?: any;
7893
- "background-success-prominent-hover"?: any;
7894
- "background-warning-prominent"?: any;
7895
- "background-warning-subtle"?: any;
7896
- "border-danger"?: any;
7897
- "border-danger-active"?: any;
7898
- "border-danger-hover"?: any;
7899
- "border-focus-inner"?: any;
7900
- "border-focus-middle"?: any;
7901
- "border-focus-outer"?: any;
7902
- "border-neutrals"?: any;
7903
- "border-neutrals-active"?: any;
7904
- "border-neutrals-controls"?: any;
7905
- "border-neutrals-controls-disabled"?: any;
7906
- "border-neutrals-disabled"?: any;
7907
- "border-neutrals-hover"?: any;
7908
- "border-neutrals-inverted"?: any;
7909
- "border-neutrals-subtle"?: any;
7910
- "border-neutrals-text"?: any;
7911
- "border-neutrals-text-active"?: any;
7912
- "border-neutrals-text-hover"?: any;
7913
- "border-neutrals-text-subtle"?: any;
7914
- "border-neutrals-text-subtle-active"?: any;
7915
- "border-neutrals-text-subtle-hover"?: any;
7916
- "border-neutrals-transparent"?: any;
7917
- "border-primary"?: any;
7918
- "border-primary-active"?: any;
7919
- "border-primary-hover"?: any;
7920
- "border-primary-inverted"?: any;
7921
- "border-success"?: any;
7922
- "border-success-active"?: any;
7923
- "border-success-hover"?: any;
7924
- "border-warning"?: any;
7925
- "icon-danger"?: any;
7926
- "icon-danger-active"?: any;
7927
- "icon-danger-hover"?: any;
7928
- "icon-danger-inverted"?: any;
7929
- "icon-neutrals"?: any;
7930
- "icon-neutrals-disabled"?: any;
7931
- "icon-neutrals-inactive"?: any;
7932
- "icon-neutrals-inactive-hover"?: any;
7933
- "icon-neutrals-inverted"?: any;
7934
- "icon-neutrals-search"?: any;
7935
- "icon-neutrals-subtle"?: any;
7936
- "icon-neutrals-text"?: any;
7937
- "icon-primary"?: any;
7938
- "icon-primary-active"?: any;
7939
- "icon-primary-hover"?: any;
7940
- "icon-primary-inverted"?: any;
7941
- "icon-primary-selected"?: any;
7942
- "icon-success"?: any;
7943
- "icon-success-active"?: any;
7944
- "icon-success-hover"?: any;
7945
- "icon-success-inverted"?: any;
7946
- "icon-warning"?: any;
7947
- "icon-warning-prominent"?: any;
7948
- "icon-warning-subtle"?: any;
7949
- "text-danger"?: any;
7950
- "text-danger-active"?: any;
7951
- "text-danger-hover"?: any;
7952
- "text-danger-inverted"?: any;
7953
- "text-neutrals"?: any;
7954
- "text-neutrals-active"?: any;
7955
- "text-neutrals-disabled"?: any;
7956
- "text-neutrals-hover"?: any;
7957
- "text-neutrals-inverted"?: any;
7958
- "text-neutrals-placeholder"?: any;
7959
- "text-neutrals-placeholder-only"?: any;
7960
- "text-neutrals-subtle"?: any;
7961
- "text-neutrals-subtle-active"?: any;
7962
- "text-neutrals-subtle-hover"?: any;
7963
- "text-primary"?: any;
7964
- "text-primary-active"?: any;
7965
- "text-primary-hover"?: any;
7966
- "text-primary-inverted"?: any;
7967
- "text-primary-inverted-subtle"?: any;
7968
- "text-primary-selected"?: any;
7969
- "text-success"?: any;
7970
- "text-success-active"?: any;
7971
- "text-success-hover"?: any;
7972
- "text-success-inverted"?: any;
7973
- "text-warning"?: any;
7974
- "text-warning-subtle"?: any;
7975
- };
7976
- 'font-sizes': {
7977
- readonly 150: "0.75rem";
7978
- readonly 175: "0.875rem";
7979
- readonly 200: "1rem";
7980
- readonly 225: "1.125rem";
7981
- readonly 250: "1.25rem";
7982
- readonly 300: "1.5rem";
7983
- readonly 400: "2rem";
7984
- readonly 500: "2.5rem";
7985
- readonly 600: "3rem";
7986
- readonly 800: "4rem";
7987
- readonly 900: "4.5rem";
7988
- };
7989
- fonts: {
7990
- readonly heading: "Roobert, sans-serif";
7991
- readonly body: "Open Sans, sans-serif";
7992
- };
7993
- radii: {
7994
- readonly none: 0;
7995
- readonly half: "999em";
7996
- readonly 25: "2px";
7997
- readonly 50: "4px";
7998
- readonly 75: "6px";
7999
- readonly 100: "8px";
8000
- readonly 200: "16px";
8001
- };
8002
- shadows: {
8003
- 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";
8004
- 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";
8005
- 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";
8006
- 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";
8007
- readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
8008
- readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
8009
- };
8010
- sizes: {
8011
- readonly number: string;
8012
- readonly 'icon-200': "16px";
8013
- readonly 'icon-300': "24px";
8014
- readonly 'icon-400': "32px";
8015
- };
8016
- space: {
8017
- readonly 0: "0px";
8018
- readonly 25: "2px";
8019
- readonly 50: "4px";
8020
- readonly 100: "8px";
8021
- readonly 150: "12px";
8022
- readonly 200: "16px";
8023
- readonly 300: "24px";
8024
- readonly 400: "32px";
8025
- readonly 500: "40px";
8026
- readonly 600: "48px";
8027
- readonly 700: "56px";
8028
- readonly 800: "64px";
8029
- readonly 1200: "96px";
8030
- readonly 1600: "128px";
8031
- };
8032
- 'space-gap': {
8033
- readonly 0: any;
8034
- readonly 50: any;
8035
- readonly 100: any;
8036
- readonly 200: any;
8037
- readonly 300: any;
8038
- };
8039
- 'space-inset': {
8040
- readonly 0: any;
8041
- readonly 50: any;
8042
- readonly 100: any;
8043
- readonly 150: any;
8044
- readonly 200: any;
8045
- readonly 300: any;
8046
- readonly 400: any;
8047
- readonly 500: any;
8048
- readonly 600: any;
8049
- readonly 700: any;
8050
- readonly 800: any;
8051
- readonly 1200: any;
8052
- readonly 1600: any;
8053
- };
8054
- 'space-offset': {
8055
- readonly 0: any;
8056
- readonly 50: any;
8057
- readonly 100: any;
8058
- readonly 150: any;
8059
- readonly 200: any;
8060
- readonly 300: any;
8061
- readonly 400: any;
8062
- readonly 600: any;
8063
- readonly 800: any;
8064
- readonly 1200: any;
8065
- readonly 1600: any;
8066
- readonly 'stacking-0': any;
8067
- readonly 'stacking-100': any;
8068
- readonly 'stacking-200': any;
8069
- readonly 'stacking-300': any;
8070
- readonly 'stacking-400': any;
8071
- readonly 'stacking-500': any;
8072
- readonly 'stacking-800': any;
8073
- };
8074
- 'stroke-width': {
8075
- readonly thin: "1.5px";
8076
- readonly normal: "2px";
8077
- readonly bold: "4px";
8078
- };
8079
- 'z-indices': {
8080
- readonly dropdownMenu: 100;
8081
- readonly select: 200;
8082
- readonly popover: 300;
8083
- readonly tooltip: 400;
8084
- };
8085
- }, {
8086
- readonly background: "colors";
8087
- readonly backgroundColor: "colors";
8088
- readonly backgroundImage: "colors";
8089
- readonly blockSize: "sizes";
8090
- readonly border: "colors";
8091
- readonly borderBlock: "colors";
8092
- readonly borderBlockEnd: "colors";
8093
- readonly borderBlockStart: "colors";
8094
- readonly borderBottom: "colors";
8095
- readonly borderBottomColor: "colors";
8096
- readonly borderBottomLeftRadius: "radii";
8097
- readonly borderBottomRightRadius: "radii";
8098
- readonly borderBottomStyle: "border-styles";
8099
- readonly borderBottomWidth: "border-widths";
8100
- readonly borderColor: "colors";
8101
- readonly borderImage: "colors";
8102
- readonly borderInline: "colors";
8103
- readonly borderInlineEnd: "colors";
8104
- readonly borderInlineStart: "colors";
8105
- readonly borderLeft: "colors";
8106
- readonly borderLeftColor: "colors";
8107
- readonly borderLeftStyle: "border-styles";
8108
- readonly borderLeftWidth: "border-widths";
8109
- readonly borderRadius: "radii";
8110
- readonly borderRight: "colors";
8111
- readonly borderRightColor: "colors";
8112
- readonly borderRightStyle: "border-styles";
8113
- readonly borderRightWidth: "border-widths";
8114
- readonly borderSpacing: "space-offset";
8115
- readonly borderStyle: "border-styles";
8116
- readonly borderTop: "colors";
8117
- readonly borderTopColor: "colors";
8118
- readonly borderTopLeftRadius: "radii";
8119
- readonly borderTopRightRadius: "radii";
8120
- readonly borderTopStyle: "border-styles";
8121
- readonly borderTopWidth: "border-widths";
8122
- readonly borderWidth: "border-widths";
8123
- readonly bottom: "space";
8124
- readonly boxShadow: "shadows";
8125
- readonly caretColor: "colors";
8126
- readonly color: "colors";
8127
- readonly columnGap: "space-gap";
8128
- readonly columnRuleColor: "colors";
8129
- readonly fill: "colors";
8130
- readonly flexBasis: "sizes";
8131
- readonly fontFamily: "fonts";
8132
- readonly fontSize: "font-sizes";
8133
- readonly fontWeight: "font-weights";
8134
- readonly gap: "space-gap";
8135
- readonly gridColumnGap: "space-gap";
8136
- readonly gridGap: "space-gap";
8137
- readonly gridRowGap: "space-gap";
8138
- readonly gridTemplateColumns: "sizes";
8139
- readonly gridTemplateRows: "sizes";
8140
- readonly height: "sizes";
8141
- readonly inlineSize: "sizes";
8142
- readonly inset: "space-inset";
8143
- readonly insetBlock: "space-inset";
8144
- readonly insetBlockEnd: "space-inset";
8145
- readonly insetBlockStart: "space-inset";
8146
- readonly insetInline: "space-inset";
8147
- readonly insetInlineEnd: "space-inset";
8148
- readonly insetInlineStart: "space-inset";
8149
- readonly left: "space";
8150
- readonly letterSpacing: "letter-spacings";
8151
- readonly lineHeight: "line-heights";
8152
- readonly margin: "space-offset";
8153
- readonly marginBlock: "space-offset";
8154
- readonly marginBlockEnd: "space-offset";
8155
- readonly marginBlockStart: "space-offset";
8156
- readonly marginBottom: "space-offset";
8157
- readonly marginInline: "space-offset";
8158
- readonly marginInlineEnd: "space-offset";
8159
- readonly marginInlineStart: "space-offset";
8160
- readonly marginLeft: "space-offset";
8161
- readonly marginRight: "space-offset";
8162
- readonly marginTop: "space-offset";
8163
- readonly maxBlockSize: "sizes";
8164
- readonly maxHeight: "sizes";
8165
- readonly maxInlineSize: "sizes";
8166
- readonly maxWidth: "sizes";
8167
- readonly minBlockSize: "sizes";
8168
- readonly minHeight: "sizes";
8169
- readonly minInlineSize: "sizes";
8170
- readonly minWidth: "sizes";
8171
- readonly outline: "colors";
8172
- readonly outlineColor: "colors";
8173
- readonly padding: "space-inset";
8174
- readonly paddingBlock: "space-inset";
8175
- readonly paddingBlockEnd: "space-inset";
8176
- readonly paddingBlockStart: "space-inset";
8177
- readonly paddingBottom: "space-inset";
8178
- readonly paddingInline: "space-inset";
8179
- readonly paddingInlineEnd: "space-inset";
8180
- readonly paddingInlineStart: "space-inset";
8181
- readonly paddingLeft: "space-inset";
8182
- readonly paddingRight: "space-inset";
8183
- readonly paddingTop: "space-inset";
8184
- readonly right: "space";
8185
- readonly rowGap: "space-gap";
8186
- readonly scrollMargin: "space-offset";
8187
- readonly scrollMarginBlock: "space-offset";
8188
- readonly scrollMarginBlockEnd: "space-offset";
8189
- readonly scrollMarginBlockStart: "space-offset";
8190
- readonly scrollMarginBottom: "space-offset";
8191
- readonly scrollMarginInline: "space-offset";
8192
- readonly scrollMarginInlineEnd: "space-offset";
8193
- readonly scrollMarginInlineStart: "space-offset";
8194
- readonly scrollMarginLeft: "space-offset";
8195
- readonly scrollMarginRight: "space-offset";
8196
- readonly scrollMarginTop: "space-offset";
8197
- readonly scrollPadding: "space-inset";
8198
- readonly scrollPaddingBlock: "space-inset";
8199
- readonly scrollPaddingBlockEnd: "space-inset";
8200
- readonly scrollPaddingBlockStart: "space-inset";
8201
- readonly scrollPaddingBottom: "space-inset";
8202
- readonly scrollPaddingInline: "space-inset";
8203
- readonly scrollPaddingInlineEnd: "space-inset";
8204
- readonly scrollPaddingInlineStart: "space-inset";
8205
- readonly scrollPaddingLeft: "space-inset";
8206
- readonly scrollPaddingRight: "space-inset";
8207
- readonly scrollPaddingTop: "space-inset";
8208
- readonly stroke: "colors";
8209
- readonly strokeWidth: "stroke-width";
8210
- readonly textDecorationColor: "colors";
8211
- readonly textShadow: "shadows";
8212
- readonly top: "space";
8213
- readonly transition: "transitions";
8214
- readonly width: "sizes";
8215
- readonly zIndex: "z-indices";
8216
- }, {
8217
- paddingX: (value: {
8218
- readonly [$$PropertyValue]: "padding";
8219
- }) => {
8220
- paddingLeft: {
8221
- readonly [$$PropertyValue]: "padding";
8222
- };
8223
- paddingRight: {
8224
- readonly [$$PropertyValue]: "padding";
8225
- };
8226
- };
8227
- paddingY: (value: {
8228
- readonly [$$PropertyValue]: "padding";
8229
- }) => {
8230
- paddingTop: {
8231
- readonly [$$PropertyValue]: "padding";
8232
- };
8233
- paddingBottom: {
8234
- readonly [$$PropertyValue]: "padding";
8235
- };
8236
- };
8237
- marginX: (value: {
8238
- readonly [$$PropertyValue]: "margin";
8239
- }) => {
8240
- marginLeft: {
8241
- readonly [$$PropertyValue]: "margin";
8242
- };
8243
- marginRight: {
8244
- readonly [$$PropertyValue]: "margin";
8245
- };
8246
- };
8247
- marginY: (value: {
8248
- readonly [$$PropertyValue]: "margin";
8249
- }) => {
8250
- marginTop: {
8251
- readonly [$$PropertyValue]: "margin";
8252
- };
8253
- marginBottom: {
8254
- readonly [$$PropertyValue]: "margin";
8255
- };
8256
- };
8257
- square: (value: {
8258
- readonly [$$PropertyValue]: "width";
8259
- }) => {
8260
- width: {
8261
- readonly [$$PropertyValue]: "width";
8262
- };
8263
- height: {
8264
- readonly [$$PropertyValue]: "width";
8265
- };
8266
- };
8267
- _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
8268
- '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
8269
- };
8270
- }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<(props: Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
8271
- 'border-widths': {
8272
- readonly none: 0;
8273
- readonly sm: "1px";
8274
- readonly md: "2px";
8275
- readonly lg: "4px";
8276
- };
8277
- colors: {
8278
- readonly black: any;
8279
- readonly 'blue-100': any;
8280
- readonly 'blue-200': any;
8281
- readonly 'blue-300': any;
8282
- readonly 'blue-400': any;
8283
- readonly 'blue-500': any;
8284
- readonly 'blue-600': any;
8285
- readonly 'blue-700': any;
8286
- readonly 'blue-800': any;
8287
- readonly 'blue-900': any;
8288
- readonly 'blue-1000': any;
8289
- readonly 'gray-100': any;
8290
- readonly 'gray-200': any;
8291
- readonly 'gray-300': any;
8292
- readonly 'gray-400': any;
8293
- readonly 'gray-500': any;
8294
- readonly 'gray-600': any;
8295
- readonly 'gray-700': any;
8296
- readonly 'gray-800': any;
8297
- readonly 'gray-900': any;
8298
- readonly 'green-100': any;
8299
- readonly 'green-200': any;
8300
- readonly 'green-300': any;
8301
- readonly 'green-400': any;
8302
- readonly 'green-500': any;
8303
- readonly 'green-600': any;
8304
- readonly 'green-700': any;
8305
- readonly 'green-800': any;
8306
- readonly 'green-900': any;
8307
- readonly 'indigo-100': any;
8308
- readonly 'indigo-200': any;
8309
- readonly 'indigo-300': any;
8310
- readonly 'indigo-400': any;
8311
- readonly 'indigo-500': any;
8312
- readonly 'indigo-600': any;
8313
- readonly 'indigo-700': any;
8314
- readonly 'indigo-800': any;
8315
- readonly 'indigo-900': any;
8316
- readonly 'red-100': any;
8317
- readonly 'red-200': any;
8318
- readonly 'red-300': any;
8319
- readonly 'red-400': any;
8320
- readonly 'red-500': any;
8321
- readonly 'red-600': any;
8322
- readonly 'red-700': any;
8323
- readonly 'red-800': any;
8324
- readonly 'red-900': any;
8325
- readonly transparent: any;
8326
- readonly white: any;
8327
- readonly 'yellow-100': any;
8328
- readonly 'yellow-200': any;
8329
- readonly 'yellow-300': any;
8330
- readonly 'yellow-400': any;
8331
- readonly 'yellow-500': any;
8332
- readonly 'yellow-600': any;
8333
- readonly 'yellow-700': any;
8334
- readonly 'yellow-800': any;
8335
- readonly 'yellow-900': any;
8336
- "background-alpha-active"?: any;
8337
- "background-alpha-hover"?: any;
8338
- "background-danger-prominent"?: any;
8339
- "background-danger-prominent-active"?: any;
8340
- "background-danger-prominent-hover"?: any;
8341
- "background-danger-subtle"?: any;
8342
- "background-danger-subtle-active"?: any;
8343
- "background-danger-subtle-hover"?: any;
8344
- "background-neutrals"?: any;
8345
- "background-neutrals-active"?: any;
8346
- "background-neutrals-container"?: any;
8347
- "background-neutrals-controls-disabled"?: any;
8348
- "background-neutrals-disabled"?: any;
8349
- "background-neutrals-hover"?: any;
8350
- "background-neutrals-inactive"?: any;
8351
- "background-neutrals-inactive-hover"?: any;
8352
- "background-neutrals-inverted"?: any;
8353
- "background-neutrals-inverted-subtle"?: any;
8354
- "background-neutrals-page"?: any;
8355
- "background-neutrals-page-subtle"?: any;
8356
- "background-neutrals-scrolls"?: any;
8357
- "background-neutrals-scrolls-expanded"?: any;
8358
- "background-neutrals-scrolls-hover"?: any;
8359
- "background-neutrals-scrolls-pressed"?: any;
8360
- "background-neutrals-scrolls-pressed-hover"?: any;
8361
- "background-neutrals-subtle"?: any;
8362
- "background-neutrals-subtle-active"?: any;
8363
- "background-neutrals-subtle-hover"?: any;
8364
- "background-primary-prominent"?: any;
8365
- "background-primary-prominent-active"?: any;
8366
- "background-primary-prominent-expanded"?: any;
8367
- "background-primary-prominent-hover"?: any;
8368
- "background-primary-prominent-pressed"?: any;
8369
- "background-primary-prominent-pressed-hover"?: any;
8370
- "background-primary-prominent-selected"?: any;
8371
- "background-primary-subtle"?: any;
8372
- "background-primary-subtle-active"?: any;
8373
- "background-primary-subtle-expanded"?: any;
8374
- "background-primary-subtle-hover"?: any;
8375
- "background-primary-subtle-pressed"?: any;
8376
- "background-primary-subtle-pressed-hover"?: any;
8377
- "background-primary-subtle-selected"?: any;
8378
- "background-success"?: any;
8379
- "background-success-prominent"?: any;
8380
- "background-success-prominent-active"?: any;
8381
- "background-success-prominent-hover"?: any;
8382
- "background-warning-prominent"?: any;
8383
- "background-warning-subtle"?: any;
8384
- "border-danger"?: any;
8385
- "border-danger-active"?: any;
8386
- "border-danger-hover"?: any;
8387
- "border-focus-inner"?: any;
8388
- "border-focus-middle"?: any;
8389
- "border-focus-outer"?: any;
8390
- "border-neutrals"?: any;
8391
- "border-neutrals-active"?: any;
8392
- "border-neutrals-controls"?: any;
8393
- "border-neutrals-controls-disabled"?: any;
8394
- "border-neutrals-disabled"?: any;
8395
- "border-neutrals-hover"?: any;
8396
- "border-neutrals-inverted"?: any;
8397
- "border-neutrals-subtle"?: any;
8398
- "border-neutrals-text"?: any;
8399
- "border-neutrals-text-active"?: any;
8400
- "border-neutrals-text-hover"?: any;
8401
- "border-neutrals-text-subtle"?: any;
8402
- "border-neutrals-text-subtle-active"?: any;
8403
- "border-neutrals-text-subtle-hover"?: any;
8404
- "border-neutrals-transparent"?: any;
8405
- "border-primary"?: any;
8406
- "border-primary-active"?: any;
8407
- "border-primary-hover"?: any;
8408
- "border-primary-inverted"?: any;
8409
- "border-success"?: any;
8410
- "border-success-active"?: any;
8411
- "border-success-hover"?: any;
8412
- "border-warning"?: any;
8413
- "icon-danger"?: any;
8414
- "icon-danger-active"?: any;
8415
- "icon-danger-hover"?: any;
8416
- "icon-danger-inverted"?: any;
8417
- "icon-neutrals"?: any;
8418
- "icon-neutrals-disabled"?: any;
8419
- "icon-neutrals-inactive"?: any;
8420
- "icon-neutrals-inactive-hover"?: any;
8421
- "icon-neutrals-inverted"?: any;
8422
- "icon-neutrals-search"?: any;
8423
- "icon-neutrals-subtle"?: any;
8424
- "icon-neutrals-text"?: any;
8425
- "icon-primary"?: any;
8426
- "icon-primary-active"?: any;
8427
- "icon-primary-hover"?: any;
8428
- "icon-primary-inverted"?: any;
8429
- "icon-primary-selected"?: any;
8430
- "icon-success"?: any;
8431
- "icon-success-active"?: any;
8432
- "icon-success-hover"?: any;
8433
- "icon-success-inverted"?: any;
8434
- "icon-warning"?: any;
8435
- "icon-warning-prominent"?: any;
8436
- "icon-warning-subtle"?: any;
8437
- "text-danger"?: any;
8438
- "text-danger-active"?: any;
8439
- "text-danger-hover"?: any;
8440
- "text-danger-inverted"?: any;
8441
- "text-neutrals"?: any;
8442
- "text-neutrals-active"?: any;
8443
- "text-neutrals-disabled"?: any;
8444
- "text-neutrals-hover"?: any;
8445
- "text-neutrals-inverted"?: any;
8446
- "text-neutrals-placeholder"?: any;
8447
- "text-neutrals-placeholder-only"?: any;
8448
- "text-neutrals-subtle"?: any;
8449
- "text-neutrals-subtle-active"?: any;
8450
- "text-neutrals-subtle-hover"?: any;
8451
- "text-primary"?: any;
8452
- "text-primary-active"?: any;
8453
- "text-primary-hover"?: any;
8454
- "text-primary-inverted"?: any;
8455
- "text-primary-inverted-subtle"?: any;
8456
- "text-primary-selected"?: any;
8457
- "text-success"?: any;
8458
- "text-success-active"?: any;
8459
- "text-success-hover"?: any;
8460
- "text-success-inverted"?: any;
8461
- "text-warning"?: any;
8462
- "text-warning-subtle"?: any;
8463
- };
8464
- 'font-sizes': {
8465
- readonly 150: "0.75rem";
8466
- readonly 175: "0.875rem";
8467
- readonly 200: "1rem";
8468
- readonly 225: "1.125rem";
8469
- readonly 250: "1.25rem";
8470
- readonly 300: "1.5rem";
8471
- readonly 400: "2rem";
8472
- readonly 500: "2.5rem";
8473
- readonly 600: "3rem";
8474
- readonly 800: "4rem";
8475
- readonly 900: "4.5rem";
8476
- };
8477
- fonts: {
8478
- readonly heading: "Roobert, sans-serif";
8479
- readonly body: "Open Sans, sans-serif";
8480
- };
8481
- radii: {
8482
- readonly none: 0;
8483
- readonly half: "999em";
8484
- readonly 25: "2px";
8485
- readonly 50: "4px";
8486
- readonly 75: "6px";
8487
- readonly 100: "8px";
8488
- readonly 200: "16px";
8489
- };
8490
- shadows: {
8491
- 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";
8492
- 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";
8493
- 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";
8494
- 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";
8495
- readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
8496
- readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
8497
- };
8498
- sizes: {
8499
- readonly number: string;
8500
- readonly 'icon-200': "16px";
8501
- readonly 'icon-300': "24px";
8502
- readonly 'icon-400': "32px";
8503
- };
8504
- space: {
8505
- readonly 0: "0px";
8506
- readonly 25: "2px";
8507
- readonly 50: "4px";
8508
- readonly 100: "8px";
8509
- readonly 150: "12px";
8510
- readonly 200: "16px";
8511
- readonly 300: "24px";
8512
- readonly 400: "32px";
8513
- readonly 500: "40px";
8514
- readonly 600: "48px";
8515
- readonly 700: "56px";
8516
- readonly 800: "64px";
8517
- readonly 1200: "96px";
8518
- readonly 1600: "128px";
8519
- };
8520
- 'space-gap': {
8521
- readonly 0: any;
8522
- readonly 50: any;
8523
- readonly 100: any;
8524
- readonly 200: any;
8525
- readonly 300: any;
8526
- };
8527
- 'space-inset': {
8528
- readonly 0: any;
8529
- readonly 50: any;
8530
- readonly 100: any;
8531
- readonly 150: any;
8532
- readonly 200: any;
8533
- readonly 300: any;
8534
- readonly 400: any;
8535
- readonly 500: any;
8536
- readonly 600: any;
8537
- readonly 700: any;
8538
- readonly 800: any;
8539
- readonly 1200: any;
8540
- readonly 1600: any;
8541
- };
8542
- 'space-offset': {
8543
- readonly 0: any;
8544
- readonly 50: any;
8545
- readonly 100: any;
8546
- readonly 150: any;
8547
- readonly 200: any;
8548
- readonly 300: any;
8549
- readonly 400: any;
8550
- readonly 600: any;
8551
- readonly 800: any;
8552
- readonly 1200: any;
8553
- readonly 1600: any;
8554
- readonly 'stacking-0': any;
8555
- readonly 'stacking-100': any;
8556
- readonly 'stacking-200': any;
8557
- readonly 'stacking-300': any;
8558
- readonly 'stacking-400': any;
8559
- readonly 'stacking-500': any;
8560
- readonly 'stacking-800': any;
8561
- };
8562
- 'stroke-width': {
8563
- readonly thin: "1.5px";
8564
- readonly normal: "2px";
8565
- readonly bold: "4px";
8566
- };
8567
- 'z-indices': {
8568
- readonly dropdownMenu: 100;
8569
- readonly select: 200;
8570
- readonly popover: 300;
8571
- readonly tooltip: 400;
8572
- };
8573
- }, {
8574
- readonly background: "colors";
8575
- readonly backgroundColor: "colors";
8576
- readonly backgroundImage: "colors";
8577
- readonly blockSize: "sizes";
8578
- readonly border: "colors";
8579
- readonly borderBlock: "colors";
8580
- readonly borderBlockEnd: "colors";
8581
- readonly borderBlockStart: "colors";
8582
- readonly borderBottom: "colors";
8583
- readonly borderBottomColor: "colors";
8584
- readonly borderBottomLeftRadius: "radii";
8585
- readonly borderBottomRightRadius: "radii";
8586
- readonly borderBottomStyle: "border-styles";
8587
- readonly borderBottomWidth: "border-widths";
8588
- readonly borderColor: "colors";
8589
- readonly borderImage: "colors";
8590
- readonly borderInline: "colors";
8591
- readonly borderInlineEnd: "colors";
8592
- readonly borderInlineStart: "colors";
8593
- readonly borderLeft: "colors";
8594
- readonly borderLeftColor: "colors";
8595
- readonly borderLeftStyle: "border-styles";
8596
- readonly borderLeftWidth: "border-widths";
8597
- readonly borderRadius: "radii";
8598
- readonly borderRight: "colors";
8599
- readonly borderRightColor: "colors";
8600
- readonly borderRightStyle: "border-styles";
8601
- readonly borderRightWidth: "border-widths";
8602
- readonly borderSpacing: "space-offset";
8603
- readonly borderStyle: "border-styles";
8604
- readonly borderTop: "colors";
8605
- readonly borderTopColor: "colors";
8606
- readonly borderTopLeftRadius: "radii";
8607
- readonly borderTopRightRadius: "radii";
8608
- readonly borderTopStyle: "border-styles";
8609
- readonly borderTopWidth: "border-widths";
8610
- readonly borderWidth: "border-widths";
8611
- readonly bottom: "space";
8612
- readonly boxShadow: "shadows";
8613
- readonly caretColor: "colors";
8614
- readonly color: "colors";
8615
- readonly columnGap: "space-gap";
8616
- readonly columnRuleColor: "colors";
8617
- readonly fill: "colors";
8618
- readonly flexBasis: "sizes";
8619
- readonly fontFamily: "fonts";
8620
- readonly fontSize: "font-sizes";
8621
- readonly fontWeight: "font-weights";
8622
- readonly gap: "space-gap";
8623
- readonly gridColumnGap: "space-gap";
8624
- readonly gridGap: "space-gap";
8625
- readonly gridRowGap: "space-gap";
8626
- readonly gridTemplateColumns: "sizes";
8627
- readonly gridTemplateRows: "sizes";
8628
- readonly height: "sizes";
8629
- readonly inlineSize: "sizes";
8630
- readonly inset: "space-inset";
8631
- readonly insetBlock: "space-inset";
8632
- readonly insetBlockEnd: "space-inset";
8633
- readonly insetBlockStart: "space-inset";
8634
- readonly insetInline: "space-inset";
8635
- readonly insetInlineEnd: "space-inset";
8636
- readonly insetInlineStart: "space-inset";
8637
- readonly left: "space";
8638
- readonly letterSpacing: "letter-spacings";
8639
- readonly lineHeight: "line-heights";
8640
- readonly margin: "space-offset";
8641
- readonly marginBlock: "space-offset";
8642
- readonly marginBlockEnd: "space-offset";
8643
- readonly marginBlockStart: "space-offset";
8644
- readonly marginBottom: "space-offset";
8645
- readonly marginInline: "space-offset";
8646
- readonly marginInlineEnd: "space-offset";
8647
- readonly marginInlineStart: "space-offset";
8648
- readonly marginLeft: "space-offset";
8649
- readonly marginRight: "space-offset";
8650
- readonly marginTop: "space-offset";
8651
- readonly maxBlockSize: "sizes";
8652
- readonly maxHeight: "sizes";
8653
- readonly maxInlineSize: "sizes";
8654
- readonly maxWidth: "sizes";
8655
- readonly minBlockSize: "sizes";
8656
- readonly minHeight: "sizes";
8657
- readonly minInlineSize: "sizes";
8658
- readonly minWidth: "sizes";
8659
- readonly outline: "colors";
8660
- readonly outlineColor: "colors";
8661
- readonly padding: "space-inset";
8662
- readonly paddingBlock: "space-inset";
8663
- readonly paddingBlockEnd: "space-inset";
8664
- readonly paddingBlockStart: "space-inset";
8665
- readonly paddingBottom: "space-inset";
8666
- readonly paddingInline: "space-inset";
8667
- readonly paddingInlineEnd: "space-inset";
8668
- readonly paddingInlineStart: "space-inset";
8669
- readonly paddingLeft: "space-inset";
8670
- readonly paddingRight: "space-inset";
8671
- readonly paddingTop: "space-inset";
8672
- readonly right: "space";
8673
- readonly rowGap: "space-gap";
8674
- readonly scrollMargin: "space-offset";
8675
- readonly scrollMarginBlock: "space-offset";
8676
- readonly scrollMarginBlockEnd: "space-offset";
8677
- readonly scrollMarginBlockStart: "space-offset";
8678
- readonly scrollMarginBottom: "space-offset";
8679
- readonly scrollMarginInline: "space-offset";
8680
- readonly scrollMarginInlineEnd: "space-offset";
8681
- readonly scrollMarginInlineStart: "space-offset";
8682
- readonly scrollMarginLeft: "space-offset";
8683
- readonly scrollMarginRight: "space-offset";
8684
- readonly scrollMarginTop: "space-offset";
8685
- readonly scrollPadding: "space-inset";
8686
- readonly scrollPaddingBlock: "space-inset";
8687
- readonly scrollPaddingBlockEnd: "space-inset";
8688
- readonly scrollPaddingBlockStart: "space-inset";
8689
- readonly scrollPaddingBottom: "space-inset";
8690
- readonly scrollPaddingInline: "space-inset";
8691
- readonly scrollPaddingInlineEnd: "space-inset";
8692
- readonly scrollPaddingInlineStart: "space-inset";
8693
- readonly scrollPaddingLeft: "space-inset";
8694
- readonly scrollPaddingRight: "space-inset";
8695
- readonly scrollPaddingTop: "space-inset";
8696
- readonly stroke: "colors";
8697
- readonly strokeWidth: "stroke-width";
8698
- readonly textDecorationColor: "colors";
8699
- readonly textShadow: "shadows";
8700
- readonly top: "space";
8701
- readonly transition: "transitions";
8702
- readonly width: "sizes";
8703
- readonly zIndex: "z-indices";
8704
- }, {
8705
- paddingX: (value: {
8706
- readonly [$$PropertyValue]: "padding";
8707
- }) => {
8708
- paddingLeft: {
8709
- readonly [$$PropertyValue]: "padding";
8710
- };
8711
- paddingRight: {
8712
- readonly [$$PropertyValue]: "padding";
8713
- };
8714
- };
8715
- paddingY: (value: {
8716
- readonly [$$PropertyValue]: "padding";
8717
- }) => {
8718
- paddingTop: {
8719
- readonly [$$PropertyValue]: "padding";
8720
- };
8721
- paddingBottom: {
8722
- readonly [$$PropertyValue]: "padding";
8723
- };
8724
- };
8725
- marginX: (value: {
8726
- readonly [$$PropertyValue]: "margin";
8727
- }) => {
8728
- marginLeft: {
8729
- readonly [$$PropertyValue]: "margin";
8730
- };
8731
- marginRight: {
8732
- readonly [$$PropertyValue]: "margin";
8733
- };
8734
- };
8735
- marginY: (value: {
8736
- readonly [$$PropertyValue]: "margin";
8737
- }) => {
8738
- marginTop: {
8739
- readonly [$$PropertyValue]: "margin";
8740
- };
8741
- marginBottom: {
8742
- readonly [$$PropertyValue]: "margin";
8743
- };
8744
- };
8745
- square: (value: {
8746
- readonly [$$PropertyValue]: "width";
8747
- }) => {
8748
- width: {
8749
- readonly [$$PropertyValue]: "width";
8750
- };
8751
- height: {
8752
- readonly [$$PropertyValue]: "width";
8753
- };
8754
- };
8755
- _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
8756
- '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
8757
- };
8758
- }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>) => JSX.Element, {}, {}>;
7295
+ declare type HotkeyProps = Omit<HotkeyProps$1, 'variant'> & {
7296
+ /**
7297
+ * The content.
7298
+ */
7299
+ children: string;
7300
+ };
7301
+ declare const Hotkey: react__default.ForwardRefExoticComponent<Omit<HotkeyProps, "ref"> & react__default.RefAttributes<HTMLSpanElement>>;
8759
7302
 
8760
7303
  declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
8761
7304
  'border-widths': {
@@ -10264,7 +8807,7 @@ declare const DropdownMenu: react__default.FC<DropdownMenuProps> & Partials;
10264
8807
  interface Partials {
10265
8808
  CheckboxItem: typeof CheckboxItem;
10266
8809
  Content: typeof Content;
10267
- HotkeySlot: typeof HotkeySlot;
8810
+ Hotkey: typeof Hotkey;
10268
8811
  IconSlot: typeof IconSlot;
10269
8812
  IllustrationSlot: typeof IllustrationSlot;
10270
8813
  Item: typeof Item;