@mirohq/design-system-select 0.2.4 → 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 +17 -98
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -5,11 +5,10 @@ import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches'
|
|
|
5
5
|
import { StrictComponentProps } from '@mirohq/design-system-stitches';
|
|
6
6
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
7
7
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
8
|
-
import * as _stitches_react from '@stitches/react';
|
|
9
|
-
import { CSSProperties } from '@stitches/react';
|
|
10
8
|
import * as _radix_ui_react_select from '@radix-ui/react-select';
|
|
11
9
|
import { Value as Value$1 } from '@radix-ui/react-select';
|
|
12
10
|
import { HoverEvents } from '@react-types/shared';
|
|
11
|
+
import { CSSProperties } from '@stitches/react';
|
|
13
12
|
|
|
14
13
|
declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_select.SelectGroupProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
15
14
|
'border-widths': {
|
|
@@ -496,18 +495,8 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
496
495
|
readonly [$$PropertyValue]: "width";
|
|
497
496
|
};
|
|
498
497
|
};
|
|
499
|
-
_hover: (css:
|
|
500
|
-
|
|
501
|
-
theme: {};
|
|
502
|
-
themeMap: {};
|
|
503
|
-
utils: {};
|
|
504
|
-
}>) => {
|
|
505
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
506
|
-
media: {};
|
|
507
|
-
theme: {};
|
|
508
|
-
themeMap: {};
|
|
509
|
-
utils: {};
|
|
510
|
-
}>;
|
|
498
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
499
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
511
500
|
};
|
|
512
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>>, {}, {}>;
|
|
513
502
|
declare type StyledGroupProps = StrictComponentProps<typeof StyledGroup>;
|
|
@@ -1001,18 +990,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1001
990
|
readonly [$$PropertyValue]: "width";
|
|
1002
991
|
};
|
|
1003
992
|
};
|
|
1004
|
-
_hover: (css:
|
|
1005
|
-
|
|
1006
|
-
theme: {};
|
|
1007
|
-
themeMap: {};
|
|
1008
|
-
utils: {};
|
|
1009
|
-
}>) => {
|
|
1010
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1011
|
-
media: {};
|
|
1012
|
-
theme: {};
|
|
1013
|
-
themeMap: {};
|
|
1014
|
-
utils: {};
|
|
1015
|
-
}>;
|
|
993
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
994
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1016
995
|
};
|
|
1017
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>>, {}, {}>;
|
|
1018
997
|
declare type StyledItemProps = StrictComponentProps<typeof StyledItem>;
|
|
@@ -1520,18 +1499,8 @@ declare const StyledPortal: react.ForwardRefExoticComponent<Omit<_mirohq_design_
|
|
|
1520
1499
|
readonly [$$PropertyValue]: "width";
|
|
1521
1500
|
};
|
|
1522
1501
|
};
|
|
1523
|
-
_hover: (css:
|
|
1524
|
-
|
|
1525
|
-
theme: {};
|
|
1526
|
-
themeMap: {};
|
|
1527
|
-
utils: {};
|
|
1528
|
-
}>) => {
|
|
1529
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1530
|
-
media: {};
|
|
1531
|
-
theme: {};
|
|
1532
|
-
themeMap: {};
|
|
1533
|
-
utils: {};
|
|
1534
|
-
}>;
|
|
1502
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1503
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1535
1504
|
};
|
|
1536
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>, {}, {}>;
|
|
1537
1506
|
declare type StyledPortalProps = StrictComponentProps<typeof StyledPortal>;
|
|
@@ -2029,18 +1998,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
2029
1998
|
readonly [$$PropertyValue]: "width";
|
|
2030
1999
|
};
|
|
2031
2000
|
};
|
|
2032
|
-
_hover: (css:
|
|
2033
|
-
|
|
2034
|
-
theme: {};
|
|
2035
|
-
themeMap: {};
|
|
2036
|
-
utils: {};
|
|
2037
|
-
}>) => {
|
|
2038
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
2039
|
-
media: {};
|
|
2040
|
-
theme: {};
|
|
2041
|
-
themeMap: {};
|
|
2042
|
-
utils: {};
|
|
2043
|
-
}>;
|
|
2001
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2002
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2044
2003
|
};
|
|
2045
2004
|
}>>>, "size"> & _stitches_react_types_styled_component.TransformProps<{
|
|
2046
2005
|
size?: "large" | "x-large" | undefined;
|
|
@@ -2556,18 +2515,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
2556
2515
|
readonly [$$PropertyValue]: "width";
|
|
2557
2516
|
};
|
|
2558
2517
|
};
|
|
2559
|
-
_hover: (css:
|
|
2560
|
-
|
|
2561
|
-
theme: {};
|
|
2562
|
-
themeMap: {};
|
|
2563
|
-
utils: {};
|
|
2564
|
-
}>) => {
|
|
2565
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
2566
|
-
media: {};
|
|
2567
|
-
theme: {};
|
|
2568
|
-
themeMap: {};
|
|
2569
|
-
utils: {};
|
|
2570
|
-
}>;
|
|
2518
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2519
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2571
2520
|
};
|
|
2572
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>>, {}, {}>;
|
|
2573
2522
|
declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
|
|
@@ -3179,18 +3128,8 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
3179
3128
|
readonly [$$PropertyValue]: "width";
|
|
3180
3129
|
};
|
|
3181
3130
|
};
|
|
3182
|
-
_hover: (css:
|
|
3183
|
-
|
|
3184
|
-
theme: {};
|
|
3185
|
-
themeMap: {};
|
|
3186
|
-
utils: {};
|
|
3187
|
-
}>) => {
|
|
3188
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
3189
|
-
media: {};
|
|
3190
|
-
theme: {};
|
|
3191
|
-
themeMap: {};
|
|
3192
|
-
utils: {};
|
|
3193
|
-
}>;
|
|
3131
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3132
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3194
3133
|
};
|
|
3195
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>>, {}, {}>;
|
|
3196
3135
|
declare type StyledLabelProps = StrictComponentProps<typeof StyledLabel>;
|
|
@@ -3684,18 +3623,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3684
3623
|
readonly [$$PropertyValue]: "width";
|
|
3685
3624
|
};
|
|
3686
3625
|
};
|
|
3687
|
-
_hover: (css:
|
|
3688
|
-
|
|
3689
|
-
theme: {};
|
|
3690
|
-
themeMap: {};
|
|
3691
|
-
utils: {};
|
|
3692
|
-
}>) => {
|
|
3693
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
3694
|
-
media: {};
|
|
3695
|
-
theme: {};
|
|
3696
|
-
themeMap: {};
|
|
3697
|
-
utils: {};
|
|
3698
|
-
}>;
|
|
3626
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3627
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3699
3628
|
};
|
|
3700
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>>, {}, {}>;
|
|
3701
3630
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
@@ -4189,18 +4118,8 @@ declare const StyledSelect: react.ForwardRefExoticComponent<Omit<_mirohq_design_
|
|
|
4189
4118
|
readonly [$$PropertyValue]: "width";
|
|
4190
4119
|
};
|
|
4191
4120
|
};
|
|
4192
|
-
_hover: (css:
|
|
4193
|
-
|
|
4194
|
-
theme: {};
|
|
4195
|
-
themeMap: {};
|
|
4196
|
-
utils: {};
|
|
4197
|
-
}>) => {
|
|
4198
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
4199
|
-
media: {};
|
|
4200
|
-
theme: {};
|
|
4201
|
-
themeMap: {};
|
|
4202
|
-
utils: {};
|
|
4203
|
-
}>;
|
|
4121
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
4122
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
4204
4123
|
};
|
|
4205
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>, {}, {}>;
|
|
4206
4125
|
declare type StyledSelectProps = ComponentPropsWithRef<typeof StyledSelect>;
|
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.
|
|
33
|
-
"@mirohq/design-system-stitches": "^2.5.0",
|
|
32
|
+
"@mirohq/design-system-icons": "^0.32.6-fix-dd-icon-slot.0",
|
|
34
33
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
35
|
-
"@mirohq/design-system-
|
|
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
|
},
|