@mirohq/design-system-dropdown-menu 3.5.24 → 3.5.25-fix-dd-icon-slot.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
@@ -4,10 +4,9 @@ import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches'
4
4
  import { StrictComponentProps } from '@mirohq/design-system-stitches';
5
5
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
6
6
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
7
- import * as _stitches_react from '@stitches/react';
8
- import { CSSProperties } from '@stitches/react';
9
7
  import * as RadixDropdownMenu from '@radix-ui/react-dropdown-menu';
10
8
  import { DropdownMenuPortalProps } from '@radix-ui/react-dropdown-menu';
9
+ import { CSSProperties } from '@stitches/react';
11
10
  import { ExtractValidKeys } from '@mirohq/design-system-types';
12
11
  import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
13
12
  import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-components/primitive';
@@ -497,18 +496,8 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<_mir
497
496
  readonly [$$PropertyValue]: "width";
498
497
  };
499
498
  };
500
- _hover: (css: _stitches_react.CSS<{
501
- media: {};
502
- theme: {};
503
- themeMap: {};
504
- utils: {};
505
- }>) => {
506
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
507
- media: {};
508
- theme: {};
509
- themeMap: {};
510
- utils: {};
511
- }>;
499
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
500
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
512
501
  };
513
502
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuCheckboxItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
514
503
  declare type StyledCheckboxItemProps = StrictComponentProps<typeof StyledCheckboxItem>;
@@ -1027,18 +1016,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
1027
1016
  readonly [$$PropertyValue]: "width";
1028
1017
  };
1029
1018
  };
1030
- _hover: (css: _stitches_react.CSS<{
1031
- media: {};
1032
- theme: {};
1033
- themeMap: {};
1034
- utils: {};
1035
- }>) => {
1036
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
1037
- media: {};
1038
- theme: {};
1039
- themeMap: {};
1040
- utils: {};
1041
- }>;
1019
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
1020
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
1042
1021
  };
1043
1022
  }>>>, "containerSpacing"> & _stitches_react_types_styled_component.TransformProps<{
1044
1023
  containerSpacing?: "small" | "medium" | "large" | undefined;
@@ -1666,18 +1645,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
1666
1645
  readonly [$$PropertyValue]: "width";
1667
1646
  };
1668
1647
  };
1669
- _hover: (css: _stitches_react.CSS<{
1670
- media: {};
1671
- theme: {};
1672
- themeMap: {};
1673
- utils: {};
1674
- }>) => {
1675
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
1676
- media: {};
1677
- theme: {};
1678
- themeMap: {};
1679
- utils: {};
1680
- }>;
1648
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
1649
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
1681
1650
  };
1682
1651
  }>>>, "hasRightSlot"> & _stitches_react_types_styled_component.TransformProps<{
1683
1652
  hasRightSlot?: boolean | "true" | undefined;
@@ -2192,18 +2161,8 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<_miroh
2192
2161
  readonly [$$PropertyValue]: "width";
2193
2162
  };
2194
2163
  };
2195
- _hover: (css: _stitches_react.CSS<{
2196
- media: {};
2197
- theme: {};
2198
- themeMap: {};
2199
- utils: {};
2200
- }>) => {
2201
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
2202
- media: {};
2203
- theme: {};
2204
- themeMap: {};
2205
- utils: {};
2206
- }>;
2164
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
2165
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
2207
2166
  };
2208
2167
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuRadioGroupProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
2209
2168
  declare type StyledRadioGroupProps = StrictComponentProps<typeof StyledRadioGroup>;
@@ -2705,18 +2664,8 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
2705
2664
  readonly [$$PropertyValue]: "width";
2706
2665
  };
2707
2666
  };
2708
- _hover: (css: _stitches_react.CSS<{
2709
- media: {};
2710
- theme: {};
2711
- themeMap: {};
2712
- utils: {};
2713
- }>) => {
2714
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
2715
- media: {};
2716
- theme: {};
2717
- themeMap: {};
2718
- utils: {};
2719
- }>;
2667
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
2668
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
2720
2669
  };
2721
2670
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuRadioItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
2722
2671
  declare type StyledRadioItemProps = StrictComponentProps<typeof StyledRadioItem>;
@@ -3231,18 +3180,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
3231
3180
  readonly [$$PropertyValue]: "width";
3232
3181
  };
3233
3182
  };
3234
- _hover: (css: _stitches_react.CSS<{
3235
- media: {};
3236
- theme: {};
3237
- themeMap: {};
3238
- utils: {};
3239
- }>) => {
3240
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
3241
- media: {};
3242
- theme: {};
3243
- themeMap: {};
3244
- utils: {};
3245
- }>;
3183
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
3184
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
3246
3185
  };
3247
3186
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
3248
3187
  declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
@@ -3736,18 +3675,8 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<_miroh
3736
3675
  readonly [$$PropertyValue]: "width";
3737
3676
  };
3738
3677
  };
3739
- _hover: (css: _stitches_react.CSS<{
3740
- media: {};
3741
- theme: {};
3742
- themeMap: {};
3743
- utils: {};
3744
- }>) => {
3745
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
3746
- media: {};
3747
- theme: {};
3748
- themeMap: {};
3749
- utils: {};
3750
- }>;
3678
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
3679
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
3751
3680
  };
3752
3681
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuCheckboxItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
3753
3682
  declare type StyledSwitchItemProps = StrictComponentProps<typeof StyledSwitchItem>;
@@ -4266,18 +4195,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
4266
4195
  readonly [$$PropertyValue]: "width";
4267
4196
  };
4268
4197
  };
4269
- _hover: (css: _stitches_react.CSS<{
4270
- media: {};
4271
- theme: {};
4272
- themeMap: {};
4273
- utils: {};
4274
- }>) => {
4275
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
4276
- media: {};
4277
- theme: {};
4278
- themeMap: {};
4279
- utils: {};
4280
- }>;
4198
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
4199
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
4281
4200
  };
4282
4201
  }>>>, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
4283
4202
  unstyled?: boolean | "true" | "false" | undefined;
@@ -4775,18 +4694,8 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<_miroh
4775
4694
  readonly [$$PropertyValue]: "width";
4776
4695
  };
4777
4696
  };
4778
- _hover: (css: _stitches_react.CSS<{
4779
- media: {};
4780
- theme: {};
4781
- themeMap: {};
4782
- utils: {};
4783
- }>) => {
4784
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
4785
- media: {};
4786
- theme: {};
4787
- themeMap: {};
4788
- utils: {};
4789
- }>;
4697
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
4698
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
4790
4699
  };
4791
4700
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuSubTriggerProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
4792
4701
  declare type StyledSubTriggerProps = StrictComponentProps<typeof StyledSubTrigger>;
@@ -5290,18 +5199,8 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<_miroh
5290
5199
  readonly [$$PropertyValue]: "width";
5291
5200
  };
5292
5201
  };
5293
- _hover: (css: _stitches_react.CSS<{
5294
- media: {};
5295
- theme: {};
5296
- themeMap: {};
5297
- utils: {};
5298
- }>) => {
5299
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
5300
- media: {};
5301
- theme: {};
5302
- themeMap: {};
5303
- utils: {};
5304
- }>;
5202
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
5203
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
5305
5204
  };
5306
5205
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuSubContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
5307
5206
  declare type StyledSubContentProps = StrictComponentProps<typeof StyledSubContent>;
@@ -5882,18 +5781,8 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<_mirohq_design_sys
5882
5781
  readonly [$$PropertyValue]: "width";
5883
5782
  };
5884
5783
  };
5885
- _hover: (css: _stitches_react.CSS<{
5886
- media: {};
5887
- theme: {};
5888
- themeMap: {};
5889
- utils: {};
5890
- }>) => {
5891
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
5892
- media: {};
5893
- theme: {};
5894
- themeMap: {};
5895
- utils: {};
5896
- }>;
5784
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
5785
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
5897
5786
  };
5898
5787
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps & react.RefAttributes<never>> & _mirohq_design_system_stitches.StitchesInternals<react.FC<RadixDropdownMenu.DropdownMenuSubProps>, {}, {}>;
5899
5788
  declare type StyledSubProps = StrictComponentProps<typeof StyledSub>;
@@ -6419,22 +6308,12 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
6419
6308
  readonly [$$PropertyValue]: "width";
6420
6309
  };
6421
6310
  };
6422
- _hover: (css: _stitches_react.CSS<{
6423
- media: {};
6424
- theme: {};
6425
- themeMap: {};
6426
- utils: {};
6427
- }>) => {
6428
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
6429
- media: {};
6430
- theme: {};
6431
- themeMap: {};
6432
- utils: {};
6433
- }>;
6311
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
6312
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
6434
6313
  };
6435
6314
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
6436
6315
 
6437
- declare const StyledIconSlot: 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<{}, {
6316
+ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
6438
6317
  'border-widths': {
6439
6318
  readonly none: 0;
6440
6319
  readonly sm: "1px";
@@ -6919,20 +6798,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
6919
6798
  readonly [$$PropertyValue]: "width";
6920
6799
  };
6921
6800
  };
6922
- _hover: (css: _stitches_react.CSS<{
6923
- media: {};
6924
- theme: {};
6925
- themeMap: {};
6926
- utils: {};
6927
- }>) => {
6928
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
6929
- media: {};
6930
- theme: {};
6931
- themeMap: {};
6932
- utils: {};
6933
- }>;
6801
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
6802
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
6934
6803
  };
6935
- }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
6804
+ }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react__default.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
6936
6805
  'border-widths': {
6937
6806
  readonly none: 0;
6938
6807
  readonly sm: "1px";
@@ -7417,522 +7286,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
7417
7286
  readonly [$$PropertyValue]: "width";
7418
7287
  };
7419
7288
  };
7420
- _hover: (css: _stitches_react.CSS<{
7421
- media: {};
7422
- theme: {};
7423
- themeMap: {};
7424
- utils: {};
7425
- }>) => {
7426
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
7427
- media: {};
7428
- theme: {};
7429
- themeMap: {};
7430
- utils: {};
7431
- }>;
7432
- };
7433
- }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<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<{}, {
7434
- 'border-widths': {
7435
- readonly none: 0;
7436
- readonly sm: "1px";
7437
- readonly md: "2px";
7438
- readonly lg: "4px";
7439
- };
7440
- colors: {
7441
- readonly black: any;
7442
- readonly 'blue-100': any;
7443
- readonly 'blue-200': any;
7444
- readonly 'blue-300': any;
7445
- readonly 'blue-400': any;
7446
- readonly 'blue-500': any;
7447
- readonly 'blue-600': any;
7448
- readonly 'blue-700': any;
7449
- readonly 'blue-800': any;
7450
- readonly 'blue-900': any;
7451
- readonly 'blue-1000': any;
7452
- readonly 'gray-100': any;
7453
- readonly 'gray-200': any;
7454
- readonly 'gray-300': any;
7455
- readonly 'gray-400': any;
7456
- readonly 'gray-500': any;
7457
- readonly 'gray-600': any;
7458
- readonly 'gray-700': any;
7459
- readonly 'gray-800': any;
7460
- readonly 'gray-900': any;
7461
- readonly 'green-100': any;
7462
- readonly 'green-200': any;
7463
- readonly 'green-300': any;
7464
- readonly 'green-400': any;
7465
- readonly 'green-500': any;
7466
- readonly 'green-600': any;
7467
- readonly 'green-700': any;
7468
- readonly 'green-800': any;
7469
- readonly 'green-900': any;
7470
- readonly 'indigo-100': any;
7471
- readonly 'indigo-200': any;
7472
- readonly 'indigo-300': any;
7473
- readonly 'indigo-400': any;
7474
- readonly 'indigo-500': any;
7475
- readonly 'indigo-600': any;
7476
- readonly 'indigo-700': any;
7477
- readonly 'indigo-800': any;
7478
- readonly 'indigo-900': any;
7479
- readonly 'red-100': any;
7480
- readonly 'red-200': any;
7481
- readonly 'red-300': any;
7482
- readonly 'red-400': any;
7483
- readonly 'red-500': any;
7484
- readonly 'red-600': any;
7485
- readonly 'red-700': any;
7486
- readonly 'red-800': any;
7487
- readonly 'red-900': any;
7488
- readonly transparent: any;
7489
- readonly white: any;
7490
- readonly 'yellow-100': any;
7491
- readonly 'yellow-200': any;
7492
- readonly 'yellow-300': any;
7493
- readonly 'yellow-400': any;
7494
- readonly 'yellow-500': any;
7495
- readonly 'yellow-600': any;
7496
- readonly 'yellow-700': any;
7497
- readonly 'yellow-800': any;
7498
- readonly 'yellow-900': any;
7499
- "background-alpha-active"?: any;
7500
- "background-alpha-hover"?: any;
7501
- "background-danger-prominent"?: any;
7502
- "background-danger-prominent-active"?: any;
7503
- "background-danger-prominent-hover"?: any;
7504
- "background-danger-subtle"?: any;
7505
- "background-danger-subtle-active"?: any;
7506
- "background-danger-subtle-hover"?: any;
7507
- "background-neutrals"?: any;
7508
- "background-neutrals-active"?: any;
7509
- "background-neutrals-container"?: any;
7510
- "background-neutrals-controls-disabled"?: any;
7511
- "background-neutrals-disabled"?: any;
7512
- "background-neutrals-hover"?: any;
7513
- "background-neutrals-inactive"?: any;
7514
- "background-neutrals-inactive-hover"?: any;
7515
- "background-neutrals-inverted"?: any;
7516
- "background-neutrals-inverted-subtle"?: any;
7517
- "background-neutrals-page"?: any;
7518
- "background-neutrals-page-subtle"?: any;
7519
- "background-neutrals-scrolls"?: any;
7520
- "background-neutrals-scrolls-expanded"?: any;
7521
- "background-neutrals-scrolls-hover"?: any;
7522
- "background-neutrals-scrolls-pressed"?: any;
7523
- "background-neutrals-scrolls-pressed-hover"?: any;
7524
- "background-neutrals-subtle"?: any;
7525
- "background-neutrals-subtle-active"?: any;
7526
- "background-neutrals-subtle-hover"?: any;
7527
- "background-primary-prominent"?: any;
7528
- "background-primary-prominent-active"?: any;
7529
- "background-primary-prominent-expanded"?: any;
7530
- "background-primary-prominent-hover"?: any;
7531
- "background-primary-prominent-pressed"?: any;
7532
- "background-primary-prominent-pressed-hover"?: any;
7533
- "background-primary-prominent-selected"?: any;
7534
- "background-primary-subtle"?: any;
7535
- "background-primary-subtle-active"?: any;
7536
- "background-primary-subtle-expanded"?: any;
7537
- "background-primary-subtle-hover"?: any;
7538
- "background-primary-subtle-pressed"?: any;
7539
- "background-primary-subtle-pressed-hover"?: any;
7540
- "background-primary-subtle-selected"?: any;
7541
- "background-success"?: any;
7542
- "background-success-prominent"?: any;
7543
- "background-success-prominent-active"?: any;
7544
- "background-success-prominent-hover"?: any;
7545
- "background-warning-prominent"?: any;
7546
- "background-warning-subtle"?: any;
7547
- "border-danger"?: any;
7548
- "border-danger-active"?: any;
7549
- "border-danger-hover"?: any;
7550
- "border-focus-inner"?: any;
7551
- "border-focus-middle"?: any;
7552
- "border-focus-outer"?: any;
7553
- "border-neutrals"?: any;
7554
- "border-neutrals-active"?: any;
7555
- "border-neutrals-controls"?: any;
7556
- "border-neutrals-controls-disabled"?: any;
7557
- "border-neutrals-disabled"?: any;
7558
- "border-neutrals-hover"?: any;
7559
- "border-neutrals-inverted"?: any;
7560
- "border-neutrals-subtle"?: any;
7561
- "border-neutrals-text"?: any;
7562
- "border-neutrals-text-active"?: any;
7563
- "border-neutrals-text-hover"?: any;
7564
- "border-neutrals-text-subtle"?: any;
7565
- "border-neutrals-text-subtle-active"?: any;
7566
- "border-neutrals-text-subtle-hover"?: any;
7567
- "border-neutrals-transparent"?: any;
7568
- "border-primary"?: any;
7569
- "border-primary-active"?: any;
7570
- "border-primary-hover"?: any;
7571
- "border-primary-inverted"?: any;
7572
- "border-success"?: any;
7573
- "border-success-active"?: any;
7574
- "border-success-hover"?: any;
7575
- "border-warning"?: any;
7576
- "icon-danger"?: any;
7577
- "icon-danger-active"?: any;
7578
- "icon-danger-hover"?: any;
7579
- "icon-danger-inverted"?: any;
7580
- "icon-neutrals"?: any;
7581
- "icon-neutrals-disabled"?: any;
7582
- "icon-neutrals-inactive"?: any;
7583
- "icon-neutrals-inactive-hover"?: any;
7584
- "icon-neutrals-inverted"?: any;
7585
- "icon-neutrals-search"?: any;
7586
- "icon-neutrals-subtle"?: any;
7587
- "icon-neutrals-text"?: any;
7588
- "icon-primary"?: any;
7589
- "icon-primary-active"?: any;
7590
- "icon-primary-hover"?: any;
7591
- "icon-primary-inverted"?: any;
7592
- "icon-primary-selected"?: any;
7593
- "icon-success"?: any;
7594
- "icon-success-active"?: any;
7595
- "icon-success-hover"?: any;
7596
- "icon-success-inverted"?: any;
7597
- "icon-warning"?: any;
7598
- "icon-warning-prominent"?: any;
7599
- "icon-warning-subtle"?: any;
7600
- "text-danger"?: any;
7601
- "text-danger-active"?: any;
7602
- "text-danger-hover"?: any;
7603
- "text-danger-inverted"?: any;
7604
- "text-neutrals"?: any;
7605
- "text-neutrals-active"?: any;
7606
- "text-neutrals-disabled"?: any;
7607
- "text-neutrals-hover"?: any;
7608
- "text-neutrals-inverted"?: any;
7609
- "text-neutrals-placeholder"?: any;
7610
- "text-neutrals-placeholder-only"?: any;
7611
- "text-neutrals-subtle"?: any;
7612
- "text-neutrals-subtle-active"?: any;
7613
- "text-neutrals-subtle-hover"?: any;
7614
- "text-primary"?: any;
7615
- "text-primary-active"?: any;
7616
- "text-primary-hover"?: any;
7617
- "text-primary-inverted"?: any;
7618
- "text-primary-inverted-subtle"?: any;
7619
- "text-primary-selected"?: any;
7620
- "text-success"?: any;
7621
- "text-success-active"?: any;
7622
- "text-success-hover"?: any;
7623
- "text-success-inverted"?: any;
7624
- "text-warning"?: any;
7625
- "text-warning-subtle"?: any;
7626
- };
7627
- 'font-sizes': {
7628
- readonly 150: "0.75rem";
7629
- readonly 175: "0.875rem";
7630
- readonly 200: "1rem";
7631
- readonly 225: "1.125rem";
7632
- readonly 250: "1.25rem";
7633
- readonly 300: "1.5rem";
7634
- readonly 400: "2rem";
7635
- readonly 500: "2.5rem";
7636
- readonly 600: "3rem";
7637
- readonly 800: "4rem";
7638
- readonly 900: "4.5rem";
7289
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
7290
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
7639
7291
  };
7640
- fonts: {
7641
- readonly heading: "Roobert, sans-serif";
7642
- readonly body: "Open Sans, sans-serif";
7643
- };
7644
- radii: {
7645
- readonly none: 0;
7646
- readonly half: "999em";
7647
- readonly 25: "2px";
7648
- readonly 50: "4px";
7649
- readonly 75: "6px";
7650
- readonly 100: "8px";
7651
- readonly 200: "16px";
7652
- };
7653
- shadows: {
7654
- 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";
7655
- 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";
7656
- 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";
7657
- 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";
7658
- 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";
7659
- 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";
7660
- };
7661
- sizes: {
7662
- readonly number: string;
7663
- readonly 'icon-200': "16px";
7664
- readonly 'icon-300': "24px";
7665
- readonly 'icon-400': "32px";
7666
- };
7667
- space: {
7668
- readonly 0: "0px";
7669
- readonly 25: "2px";
7670
- readonly 50: "4px";
7671
- readonly 100: "8px";
7672
- readonly 150: "12px";
7673
- readonly 200: "16px";
7674
- readonly 300: "24px";
7675
- readonly 400: "32px";
7676
- readonly 500: "40px";
7677
- readonly 600: "48px";
7678
- readonly 700: "56px";
7679
- readonly 800: "64px";
7680
- readonly 1200: "96px";
7681
- readonly 1600: "128px";
7682
- };
7683
- 'space-gap': {
7684
- readonly 0: any;
7685
- readonly 50: any;
7686
- readonly 100: any;
7687
- readonly 200: any;
7688
- readonly 300: any;
7689
- };
7690
- 'space-inset': {
7691
- readonly 0: any;
7692
- readonly 50: any;
7693
- readonly 100: any;
7694
- readonly 150: any;
7695
- readonly 200: any;
7696
- readonly 300: any;
7697
- readonly 400: any;
7698
- readonly 500: any;
7699
- readonly 600: any;
7700
- readonly 700: any;
7701
- readonly 800: any;
7702
- readonly 1200: any;
7703
- readonly 1600: any;
7704
- };
7705
- 'space-offset': {
7706
- readonly 0: any;
7707
- readonly 50: any;
7708
- readonly 100: any;
7709
- readonly 150: any;
7710
- readonly 200: any;
7711
- readonly 300: any;
7712
- readonly 400: any;
7713
- readonly 600: any;
7714
- readonly 800: any;
7715
- readonly 1200: any;
7716
- readonly 1600: any;
7717
- readonly 'stacking-0': any;
7718
- readonly 'stacking-100': any;
7719
- readonly 'stacking-200': any;
7720
- readonly 'stacking-300': any;
7721
- readonly 'stacking-400': any;
7722
- readonly 'stacking-500': any;
7723
- readonly 'stacking-800': any;
7724
- };
7725
- 'stroke-width': {
7726
- readonly thin: "1.5px";
7727
- readonly normal: "2px";
7728
- readonly bold: "4px";
7729
- };
7730
- 'z-indices': {
7731
- readonly dropdownMenu: 100;
7732
- readonly select: 200;
7733
- readonly popover: 300;
7734
- readonly tooltip: 400;
7735
- };
7736
- }, {
7737
- readonly background: "colors";
7738
- readonly backgroundColor: "colors";
7739
- readonly backgroundImage: "colors";
7740
- readonly blockSize: "sizes";
7741
- readonly border: "colors";
7742
- readonly borderBlock: "colors";
7743
- readonly borderBlockEnd: "colors";
7744
- readonly borderBlockStart: "colors";
7745
- readonly borderBottom: "colors";
7746
- readonly borderBottomColor: "colors";
7747
- readonly borderBottomLeftRadius: "radii";
7748
- readonly borderBottomRightRadius: "radii";
7749
- readonly borderBottomStyle: "border-styles";
7750
- readonly borderBottomWidth: "border-widths";
7751
- readonly borderColor: "colors";
7752
- readonly borderImage: "colors";
7753
- readonly borderInline: "colors";
7754
- readonly borderInlineEnd: "colors";
7755
- readonly borderInlineStart: "colors";
7756
- readonly borderLeft: "colors";
7757
- readonly borderLeftColor: "colors";
7758
- readonly borderLeftStyle: "border-styles";
7759
- readonly borderLeftWidth: "border-widths";
7760
- readonly borderRadius: "radii";
7761
- readonly borderRight: "colors";
7762
- readonly borderRightColor: "colors";
7763
- readonly borderRightStyle: "border-styles";
7764
- readonly borderRightWidth: "border-widths";
7765
- readonly borderSpacing: "space-offset";
7766
- readonly borderStyle: "border-styles";
7767
- readonly borderTop: "colors";
7768
- readonly borderTopColor: "colors";
7769
- readonly borderTopLeftRadius: "radii";
7770
- readonly borderTopRightRadius: "radii";
7771
- readonly borderTopStyle: "border-styles";
7772
- readonly borderTopWidth: "border-widths";
7773
- readonly borderWidth: "border-widths";
7774
- readonly bottom: "space";
7775
- readonly boxShadow: "shadows";
7776
- readonly caretColor: "colors";
7777
- readonly color: "colors";
7778
- readonly columnGap: "space-gap";
7779
- readonly columnRuleColor: "colors";
7780
- readonly fill: "colors";
7781
- readonly flexBasis: "sizes";
7782
- readonly fontFamily: "fonts";
7783
- readonly fontSize: "font-sizes";
7784
- readonly fontWeight: "font-weights";
7785
- readonly gap: "space-gap";
7786
- readonly gridColumnGap: "space-gap";
7787
- readonly gridGap: "space-gap";
7788
- readonly gridRowGap: "space-gap";
7789
- readonly gridTemplateColumns: "sizes";
7790
- readonly gridTemplateRows: "sizes";
7791
- readonly height: "sizes";
7792
- readonly inlineSize: "sizes";
7793
- readonly inset: "space-inset";
7794
- readonly insetBlock: "space-inset";
7795
- readonly insetBlockEnd: "space-inset";
7796
- readonly insetBlockStart: "space-inset";
7797
- readonly insetInline: "space-inset";
7798
- readonly insetInlineEnd: "space-inset";
7799
- readonly insetInlineStart: "space-inset";
7800
- readonly left: "space";
7801
- readonly letterSpacing: "letter-spacings";
7802
- readonly lineHeight: "line-heights";
7803
- readonly margin: "space-offset";
7804
- readonly marginBlock: "space-offset";
7805
- readonly marginBlockEnd: "space-offset";
7806
- readonly marginBlockStart: "space-offset";
7807
- readonly marginBottom: "space-offset";
7808
- readonly marginInline: "space-offset";
7809
- readonly marginInlineEnd: "space-offset";
7810
- readonly marginInlineStart: "space-offset";
7811
- readonly marginLeft: "space-offset";
7812
- readonly marginRight: "space-offset";
7813
- readonly marginTop: "space-offset";
7814
- readonly maxBlockSize: "sizes";
7815
- readonly maxHeight: "sizes";
7816
- readonly maxInlineSize: "sizes";
7817
- readonly maxWidth: "sizes";
7818
- readonly minBlockSize: "sizes";
7819
- readonly minHeight: "sizes";
7820
- readonly minInlineSize: "sizes";
7821
- readonly minWidth: "sizes";
7822
- readonly outline: "colors";
7823
- readonly outlineColor: "colors";
7824
- readonly padding: "space-inset";
7825
- readonly paddingBlock: "space-inset";
7826
- readonly paddingBlockEnd: "space-inset";
7827
- readonly paddingBlockStart: "space-inset";
7828
- readonly paddingBottom: "space-inset";
7829
- readonly paddingInline: "space-inset";
7830
- readonly paddingInlineEnd: "space-inset";
7831
- readonly paddingInlineStart: "space-inset";
7832
- readonly paddingLeft: "space-inset";
7833
- readonly paddingRight: "space-inset";
7834
- readonly paddingTop: "space-inset";
7835
- readonly right: "space";
7836
- readonly rowGap: "space-gap";
7837
- readonly scrollMargin: "space-offset";
7838
- readonly scrollMarginBlock: "space-offset";
7839
- readonly scrollMarginBlockEnd: "space-offset";
7840
- readonly scrollMarginBlockStart: "space-offset";
7841
- readonly scrollMarginBottom: "space-offset";
7842
- readonly scrollMarginInline: "space-offset";
7843
- readonly scrollMarginInlineEnd: "space-offset";
7844
- readonly scrollMarginInlineStart: "space-offset";
7845
- readonly scrollMarginLeft: "space-offset";
7846
- readonly scrollMarginRight: "space-offset";
7847
- readonly scrollMarginTop: "space-offset";
7848
- readonly scrollPadding: "space-inset";
7849
- readonly scrollPaddingBlock: "space-inset";
7850
- readonly scrollPaddingBlockEnd: "space-inset";
7851
- readonly scrollPaddingBlockStart: "space-inset";
7852
- readonly scrollPaddingBottom: "space-inset";
7853
- readonly scrollPaddingInline: "space-inset";
7854
- readonly scrollPaddingInlineEnd: "space-inset";
7855
- readonly scrollPaddingInlineStart: "space-inset";
7856
- readonly scrollPaddingLeft: "space-inset";
7857
- readonly scrollPaddingRight: "space-inset";
7858
- readonly scrollPaddingTop: "space-inset";
7859
- readonly stroke: "colors";
7860
- readonly strokeWidth: "stroke-width";
7861
- readonly textDecorationColor: "colors";
7862
- readonly textShadow: "shadows";
7863
- readonly top: "space";
7864
- readonly transition: "transitions";
7865
- readonly width: "sizes";
7866
- readonly zIndex: "z-indices";
7867
- }, {
7868
- paddingX: (value: {
7869
- readonly [$$PropertyValue]: "padding";
7870
- }) => {
7871
- paddingLeft: {
7872
- readonly [$$PropertyValue]: "padding";
7873
- };
7874
- paddingRight: {
7875
- readonly [$$PropertyValue]: "padding";
7876
- };
7877
- };
7878
- paddingY: (value: {
7879
- readonly [$$PropertyValue]: "padding";
7880
- }) => {
7881
- paddingTop: {
7882
- readonly [$$PropertyValue]: "padding";
7883
- };
7884
- paddingBottom: {
7885
- readonly [$$PropertyValue]: "padding";
7886
- };
7887
- };
7888
- marginX: (value: {
7889
- readonly [$$PropertyValue]: "margin";
7890
- }) => {
7891
- marginLeft: {
7892
- readonly [$$PropertyValue]: "margin";
7893
- };
7894
- marginRight: {
7895
- readonly [$$PropertyValue]: "margin";
7896
- };
7897
- };
7898
- marginY: (value: {
7899
- readonly [$$PropertyValue]: "margin";
7900
- }) => {
7901
- marginTop: {
7902
- readonly [$$PropertyValue]: "margin";
7903
- };
7904
- marginBottom: {
7905
- readonly [$$PropertyValue]: "margin";
7906
- };
7907
- };
7908
- square: (value: {
7909
- readonly [$$PropertyValue]: "width";
7910
- }) => {
7911
- width: {
7912
- readonly [$$PropertyValue]: "width";
7913
- };
7914
- height: {
7915
- readonly [$$PropertyValue]: "width";
7916
- };
7917
- };
7918
- _hover: (css: _stitches_react.CSS<{
7919
- media: {};
7920
- theme: {};
7921
- themeMap: {};
7922
- utils: {};
7923
- }>) => {
7924
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
7925
- media: {};
7926
- theme: {};
7927
- themeMap: {};
7928
- utils: {};
7929
- }>;
7930
- };
7931
- }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
7932
- declare type StyledIconSlotProps = StrictComponentProps<typeof StyledIconSlot>;
7933
-
7934
- declare type IconSlotProps = Omit<StyledIconSlotProps, 'custom'>;
7935
- declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<IconSlotProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
7292
+ }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
7936
7293
 
7937
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<{}, {
7938
7295
  'border-widths': {
@@ -8419,18 +7776,8 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
8419
7776
  readonly [$$PropertyValue]: "width";
8420
7777
  };
8421
7778
  };
8422
- _hover: (css: _stitches_react.CSS<{
8423
- media: {};
8424
- theme: {};
8425
- themeMap: {};
8426
- utils: {};
8427
- }>) => {
8428
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
8429
- media: {};
8430
- theme: {};
8431
- themeMap: {};
8432
- utils: {};
8433
- }>;
7779
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
7780
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
8434
7781
  };
8435
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<{}, {
8436
7783
  'border-widths': {
@@ -8917,18 +8264,8 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
8917
8264
  readonly [$$PropertyValue]: "width";
8918
8265
  };
8919
8266
  };
8920
- _hover: (css: _stitches_react.CSS<{
8921
- media: {};
8922
- theme: {};
8923
- themeMap: {};
8924
- utils: {};
8925
- }>) => {
8926
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
8927
- media: {};
8928
- theme: {};
8929
- themeMap: {};
8930
- utils: {};
8931
- }>;
8267
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
8268
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
8932
8269
  };
8933
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<{}, {
8934
8271
  'border-widths': {
@@ -9415,18 +8752,8 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
9415
8752
  readonly [$$PropertyValue]: "width";
9416
8753
  };
9417
8754
  };
9418
- _hover: (css: _stitches_react.CSS<{
9419
- media: {};
9420
- theme: {};
9421
- themeMap: {};
9422
- utils: {};
9423
- }>) => {
9424
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
9425
- media: {};
9426
- theme: {};
9427
- themeMap: {};
9428
- utils: {};
9429
- }>;
8755
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
8756
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
9430
8757
  };
9431
8758
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>) => JSX.Element, {}, {}>;
9432
8759
 
@@ -9915,18 +9242,8 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9915
9242
  readonly [$$PropertyValue]: "width";
9916
9243
  };
9917
9244
  };
9918
- _hover: (css: _stitches_react.CSS<{
9919
- media: {};
9920
- theme: {};
9921
- themeMap: {};
9922
- utils: {};
9923
- }>) => {
9924
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
9925
- media: {};
9926
- theme: {};
9927
- themeMap: {};
9928
- utils: {};
9929
- }>;
9245
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
9246
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
9930
9247
  };
9931
9248
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
9932
9249
  'border-widths': {
@@ -10413,18 +9730,8 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
10413
9730
  readonly [$$PropertyValue]: "width";
10414
9731
  };
10415
9732
  };
10416
- _hover: (css: _stitches_react.CSS<{
10417
- media: {};
10418
- theme: {};
10419
- themeMap: {};
10420
- utils: {};
10421
- }>) => {
10422
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
10423
- media: {};
10424
- theme: {};
10425
- themeMap: {};
10426
- utils: {};
10427
- }>;
9733
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
9734
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
10428
9735
  };
10429
9736
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<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<{}, {
10430
9737
  'border-widths': {
@@ -10911,18 +10218,8 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
10911
10218
  readonly [$$PropertyValue]: "width";
10912
10219
  };
10913
10220
  };
10914
- _hover: (css: _stitches_react.CSS<{
10915
- media: {};
10916
- theme: {};
10917
- themeMap: {};
10918
- utils: {};
10919
- }>) => {
10920
- '&:hover, &[data-hovered]': _stitches_react.CSS<{
10921
- media: {};
10922
- theme: {};
10923
- themeMap: {};
10924
- utils: {};
10925
- }>;
10221
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
10222
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
10926
10223
  };
10927
10224
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
10928
10225
  declare type StyledIllustrationSlotProps = StrictComponentProps<typeof StyledIllustrationSlot>;
@@ -10984,4 +10281,4 @@ interface Partials {
10984
10281
  Trigger: typeof Trigger;
10985
10282
  }
10986
10283
 
10987
- export { DropdownMenu, CheckboxItemProps as DropdownMenuCheckboxItemProps, ContentProps as DropdownMenuContentProps, ItemProps as DropdownMenuItemProps, LinkItemProps as DropdownMenuLinkItemProps, PortalProps as DropdownMenuPortalProps, DropdownMenuProps, SubContentProps as DropdownMenuSubContentProps, SubProps as DropdownMenuSubProps, SubTriggerProps as DropdownMenuSubTriggerProps, SwitchItemProps as DropdownMenuSwitchItemProps, TriggerProps as DropdownMenuTriggerProps, types as DropdownMenuTypes };
10284
+ export { DropdownMenu, CheckboxItemProps as DropdownMenuCheckboxItemProps, ContentProps as DropdownMenuContentProps, ItemProps as DropdownMenuItemProps, LinkItemProps as DropdownMenuLinkItemProps, PortalProps as DropdownMenuPortalProps, DropdownMenuProps, RadioGroupProps as DropdownMenuRadioGroupProps, RadioItemProps as DropdownMenuRadioItemProps, SeparatorProps as DropdownMenuSeparatorProps, SubContentProps as DropdownMenuSubContentProps, SubProps as DropdownMenuSubProps, SubTriggerProps as DropdownMenuSubTriggerProps, SwitchItemProps as DropdownMenuSwitchItemProps, TriggerProps as DropdownMenuTriggerProps, types as DropdownMenuTypes };