@mirohq/design-system-dropdown-menu 3.5.22 → 3.5.24
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 +275 -1
- package/package.json +8 -8
package/dist/types.d.ts
CHANGED
|
@@ -4,9 +4,10 @@ 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';
|
|
7
9
|
import * as RadixDropdownMenu from '@radix-ui/react-dropdown-menu';
|
|
8
10
|
import { DropdownMenuPortalProps } from '@radix-ui/react-dropdown-menu';
|
|
9
|
-
import { CSSProperties } from '@stitches/react';
|
|
10
11
|
import { ExtractValidKeys } from '@mirohq/design-system-types';
|
|
11
12
|
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
12
13
|
import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-components/primitive';
|
|
@@ -496,6 +497,19 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
496
497
|
readonly [$$PropertyValue]: "width";
|
|
497
498
|
};
|
|
498
499
|
};
|
|
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
|
+
}>;
|
|
512
|
+
};
|
|
499
513
|
}>>>, 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>>, {}, {}>;
|
|
500
514
|
declare type StyledCheckboxItemProps = StrictComponentProps<typeof StyledCheckboxItem>;
|
|
501
515
|
|
|
@@ -1013,6 +1027,19 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
1013
1027
|
readonly [$$PropertyValue]: "width";
|
|
1014
1028
|
};
|
|
1015
1029
|
};
|
|
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
|
+
}>;
|
|
1042
|
+
};
|
|
1016
1043
|
}>>>, "containerSpacing"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1017
1044
|
containerSpacing?: "small" | "medium" | "large" | undefined;
|
|
1018
1045
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>>, {
|
|
@@ -1639,6 +1666,19 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1639
1666
|
readonly [$$PropertyValue]: "width";
|
|
1640
1667
|
};
|
|
1641
1668
|
};
|
|
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
|
+
}>;
|
|
1681
|
+
};
|
|
1642
1682
|
}>>>, "hasRightSlot"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1643
1683
|
hasRightSlot?: boolean | "true" | undefined;
|
|
1644
1684
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>>, {
|
|
@@ -2152,6 +2192,19 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2152
2192
|
readonly [$$PropertyValue]: "width";
|
|
2153
2193
|
};
|
|
2154
2194
|
};
|
|
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
|
+
}>;
|
|
2207
|
+
};
|
|
2155
2208
|
}>>>, 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>>, {}, {}>;
|
|
2156
2209
|
declare type StyledRadioGroupProps = StrictComponentProps<typeof StyledRadioGroup>;
|
|
2157
2210
|
|
|
@@ -2652,6 +2705,19 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
2652
2705
|
readonly [$$PropertyValue]: "width";
|
|
2653
2706
|
};
|
|
2654
2707
|
};
|
|
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
|
+
}>;
|
|
2720
|
+
};
|
|
2655
2721
|
}>>>, 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>>, {}, {}>;
|
|
2656
2722
|
declare type StyledRadioItemProps = StrictComponentProps<typeof StyledRadioItem>;
|
|
2657
2723
|
|
|
@@ -3165,6 +3231,19 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3165
3231
|
readonly [$$PropertyValue]: "width";
|
|
3166
3232
|
};
|
|
3167
3233
|
};
|
|
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
|
+
}>;
|
|
3246
|
+
};
|
|
3168
3247
|
}>>>, 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>>, {}, {}>;
|
|
3169
3248
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
3170
3249
|
|
|
@@ -3657,6 +3736,19 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
3657
3736
|
readonly [$$PropertyValue]: "width";
|
|
3658
3737
|
};
|
|
3659
3738
|
};
|
|
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
|
+
}>;
|
|
3751
|
+
};
|
|
3660
3752
|
}>>>, 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>>, {}, {}>;
|
|
3661
3753
|
declare type StyledSwitchItemProps = StrictComponentProps<typeof StyledSwitchItem>;
|
|
3662
3754
|
|
|
@@ -4174,6 +4266,19 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
4174
4266
|
readonly [$$PropertyValue]: "width";
|
|
4175
4267
|
};
|
|
4176
4268
|
};
|
|
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
|
+
}>;
|
|
4281
|
+
};
|
|
4177
4282
|
}>>>, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
|
|
4178
4283
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
4179
4284
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuTriggerProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
@@ -4670,6 +4775,19 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
4670
4775
|
readonly [$$PropertyValue]: "width";
|
|
4671
4776
|
};
|
|
4672
4777
|
};
|
|
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
|
+
}>;
|
|
4790
|
+
};
|
|
4673
4791
|
}>>>, 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>>, {}, {}>;
|
|
4674
4792
|
declare type StyledSubTriggerProps = StrictComponentProps<typeof StyledSubTrigger>;
|
|
4675
4793
|
|
|
@@ -5172,6 +5290,19 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
5172
5290
|
readonly [$$PropertyValue]: "width";
|
|
5173
5291
|
};
|
|
5174
5292
|
};
|
|
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
|
+
}>;
|
|
5305
|
+
};
|
|
5175
5306
|
}>>>, 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>>, {}, {}>;
|
|
5176
5307
|
declare type StyledSubContentProps = StrictComponentProps<typeof StyledSubContent>;
|
|
5177
5308
|
|
|
@@ -5751,6 +5882,19 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<_mirohq_design_sys
|
|
|
5751
5882
|
readonly [$$PropertyValue]: "width";
|
|
5752
5883
|
};
|
|
5753
5884
|
};
|
|
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
|
+
}>;
|
|
5897
|
+
};
|
|
5754
5898
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps & react.RefAttributes<never>> & _mirohq_design_system_stitches.StitchesInternals<react.FC<RadixDropdownMenu.DropdownMenuSubProps>, {}, {}>;
|
|
5755
5899
|
declare type StyledSubProps = StrictComponentProps<typeof StyledSub>;
|
|
5756
5900
|
|
|
@@ -6275,6 +6419,19 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
6275
6419
|
readonly [$$PropertyValue]: "width";
|
|
6276
6420
|
};
|
|
6277
6421
|
};
|
|
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
|
+
}>;
|
|
6434
|
+
};
|
|
6278
6435
|
}>>>, 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">>, {}, {}>;
|
|
6279
6436
|
|
|
6280
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<{}, {
|
|
@@ -6762,6 +6919,19 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
6762
6919
|
readonly [$$PropertyValue]: "width";
|
|
6763
6920
|
};
|
|
6764
6921
|
};
|
|
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
|
+
}>;
|
|
6934
|
+
};
|
|
6765
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<{}, {
|
|
6766
6936
|
'border-widths': {
|
|
6767
6937
|
readonly none: 0;
|
|
@@ -7247,6 +7417,19 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7247
7417
|
readonly [$$PropertyValue]: "width";
|
|
7248
7418
|
};
|
|
7249
7419
|
};
|
|
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
|
+
};
|
|
7250
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<{}, {
|
|
7251
7434
|
'border-widths': {
|
|
7252
7435
|
readonly none: 0;
|
|
@@ -7732,6 +7915,19 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7732
7915
|
readonly [$$PropertyValue]: "width";
|
|
7733
7916
|
};
|
|
7734
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
|
+
};
|
|
7735
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">>, {}, {}>, {}, {}>;
|
|
7736
7932
|
declare type StyledIconSlotProps = StrictComponentProps<typeof StyledIconSlot>;
|
|
7737
7933
|
|
|
@@ -8223,6 +8419,19 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
8223
8419
|
readonly [$$PropertyValue]: "width";
|
|
8224
8420
|
};
|
|
8225
8421
|
};
|
|
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
|
+
}>;
|
|
8434
|
+
};
|
|
8226
8435
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>) => JSX.Element, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
8227
8436
|
'border-widths': {
|
|
8228
8437
|
readonly none: 0;
|
|
@@ -8708,6 +8917,19 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
8708
8917
|
readonly [$$PropertyValue]: "width";
|
|
8709
8918
|
};
|
|
8710
8919
|
};
|
|
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
|
+
}>;
|
|
8932
|
+
};
|
|
8711
8933
|
}>>>, 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<{}, {
|
|
8712
8934
|
'border-widths': {
|
|
8713
8935
|
readonly none: 0;
|
|
@@ -9193,6 +9415,19 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
9193
9415
|
readonly [$$PropertyValue]: "width";
|
|
9194
9416
|
};
|
|
9195
9417
|
};
|
|
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
|
+
}>;
|
|
9430
|
+
};
|
|
9196
9431
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>) => JSX.Element, {}, {}>;
|
|
9197
9432
|
|
|
9198
9433
|
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<{}, {
|
|
@@ -9680,6 +9915,19 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9680
9915
|
readonly [$$PropertyValue]: "width";
|
|
9681
9916
|
};
|
|
9682
9917
|
};
|
|
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
|
+
}>;
|
|
9930
|
+
};
|
|
9683
9931
|
}>>>, 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<{}, {
|
|
9684
9932
|
'border-widths': {
|
|
9685
9933
|
readonly none: 0;
|
|
@@ -10165,6 +10413,19 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10165
10413
|
readonly [$$PropertyValue]: "width";
|
|
10166
10414
|
};
|
|
10167
10415
|
};
|
|
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
|
+
}>;
|
|
10428
|
+
};
|
|
10168
10429
|
}>>>, 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<{}, {
|
|
10169
10430
|
'border-widths': {
|
|
10170
10431
|
readonly none: 0;
|
|
@@ -10650,6 +10911,19 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10650
10911
|
readonly [$$PropertyValue]: "width";
|
|
10651
10912
|
};
|
|
10652
10913
|
};
|
|
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
|
+
}>;
|
|
10926
|
+
};
|
|
10653
10927
|
}>>>, 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">>, {}, {}>, {}, {}>;
|
|
10654
10928
|
declare type StyledIllustrationSlotProps = StrictComponentProps<typeof StyledIllustrationSlot>;
|
|
10655
10929
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-dropdown-menu",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.24",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
31
31
|
"@react-aria/utils": "^3.13.0",
|
|
32
|
-
"@mirohq/design-system-base-icon": "^0.1.
|
|
32
|
+
"@mirohq/design-system-base-icon": "^0.1.18",
|
|
33
|
+
"@mirohq/design-system-base-switch": "^0.1.17",
|
|
33
34
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
36
|
-
"@mirohq/design-system-stitches": "^2.4.1",
|
|
37
|
-
"@mirohq/design-system-types": "^0.6.2",
|
|
38
|
-
"@mirohq/design-system-styles": "^1.1.15",
|
|
35
|
+
"@mirohq/design-system-scroll-area": "^0.1.19",
|
|
36
|
+
"@mirohq/design-system-stitches": "^2.5.0",
|
|
39
37
|
"@mirohq/design-system-use-layout-effect": "^0.2.1",
|
|
40
|
-
"@mirohq/design-system-
|
|
38
|
+
"@mirohq/design-system-styles": "^1.1.17",
|
|
39
|
+
"@mirohq/design-system-utils": "^0.14.3",
|
|
40
|
+
"@mirohq/design-system-types": "^0.6.2"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "rollup -c ../../../rollup.config.js",
|