@mirohq/design-system-select 0.2.3 → 0.2.5-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 +24 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -495,6 +495,9 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
495
495
|
readonly [$$PropertyValue]: "width";
|
|
496
496
|
};
|
|
497
497
|
};
|
|
498
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
499
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
500
|
+
};
|
|
498
501
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectGroupProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
499
502
|
declare type StyledGroupProps = StrictComponentProps<typeof StyledGroup>;
|
|
500
503
|
|
|
@@ -987,6 +990,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
987
990
|
readonly [$$PropertyValue]: "width";
|
|
988
991
|
};
|
|
989
992
|
};
|
|
993
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
994
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
995
|
+
};
|
|
990
996
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
991
997
|
declare type StyledItemProps = StrictComponentProps<typeof StyledItem>;
|
|
992
998
|
|
|
@@ -1493,6 +1499,9 @@ declare const StyledPortal: react.ForwardRefExoticComponent<Omit<_mirohq_design_
|
|
|
1493
1499
|
readonly [$$PropertyValue]: "width";
|
|
1494
1500
|
};
|
|
1495
1501
|
};
|
|
1502
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1503
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1504
|
+
};
|
|
1496
1505
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps & react.RefAttributes<never>> & _mirohq_design_system_stitches.StitchesInternals<react.FC<_radix_ui_react_select.SelectPortalProps>, {}, {}>;
|
|
1497
1506
|
declare type StyledPortalProps = StrictComponentProps<typeof StyledPortal>;
|
|
1498
1507
|
|
|
@@ -1989,6 +1998,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
1989
1998
|
readonly [$$PropertyValue]: "width";
|
|
1990
1999
|
};
|
|
1991
2000
|
};
|
|
2001
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2002
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2003
|
+
};
|
|
1992
2004
|
}>>>, "size"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1993
2005
|
size?: "large" | "x-large" | undefined;
|
|
1994
2006
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectTriggerProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
@@ -2503,6 +2515,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
2503
2515
|
readonly [$$PropertyValue]: "width";
|
|
2504
2516
|
};
|
|
2505
2517
|
};
|
|
2518
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2519
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2520
|
+
};
|
|
2506
2521
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
2507
2522
|
declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
|
|
2508
2523
|
|
|
@@ -3113,6 +3128,9 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
3113
3128
|
readonly [$$PropertyValue]: "width";
|
|
3114
3129
|
};
|
|
3115
3130
|
};
|
|
3131
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3132
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3133
|
+
};
|
|
3116
3134
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectLabelProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
3117
3135
|
declare type StyledLabelProps = StrictComponentProps<typeof StyledLabel>;
|
|
3118
3136
|
|
|
@@ -3605,6 +3623,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3605
3623
|
readonly [$$PropertyValue]: "width";
|
|
3606
3624
|
};
|
|
3607
3625
|
};
|
|
3626
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3627
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3628
|
+
};
|
|
3608
3629
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
3609
3630
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
3610
3631
|
|
|
@@ -4097,6 +4118,9 @@ declare const StyledSelect: react.ForwardRefExoticComponent<Omit<_mirohq_design_
|
|
|
4097
4118
|
readonly [$$PropertyValue]: "width";
|
|
4098
4119
|
};
|
|
4099
4120
|
};
|
|
4121
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
4122
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
4123
|
+
};
|
|
4100
4124
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps & react.RefAttributes<never>> & _mirohq_design_system_stitches.StitchesInternals<react.FC<_radix_ui_react_select.SelectProps>, {}, {}>;
|
|
4101
4125
|
declare type StyledSelectProps = ComponentPropsWithRef<typeof StyledSelect>;
|
|
4102
4126
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-select",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5-fix-dd-icon-slot.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@radix-ui/react-select": "^2.0.0",
|
|
30
30
|
"@react-aria/interactions": "^3.13.0",
|
|
31
31
|
"@react-types/shared": "^3.16.0",
|
|
32
|
+
"@mirohq/design-system-icons": "^0.32.6-fix-dd-icon-slot.0",
|
|
32
33
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-scroll-area": "^0.1.
|
|
35
|
-
"@mirohq/design-system-stitches": "^2.4.1",
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0",
|
|
35
|
+
"@mirohq/design-system-scroll-area": "^0.1.20-fix-dd-icon-slot.0",
|
|
36
36
|
"@mirohq/design-system-types": "^0.6.2",
|
|
37
37
|
"@mirohq/design-system-utils": "^0.14.3"
|
|
38
38
|
},
|