@mirohq/design-system-scroll-area 0.1.18 → 0.1.20-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 +15 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -491,6 +491,9 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
491
491
|
readonly [$$PropertyValue]: "width";
|
|
492
492
|
};
|
|
493
493
|
};
|
|
494
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
495
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
496
|
+
};
|
|
494
497
|
}>>>, 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_scroll_area.ScrollAreaViewportProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
495
498
|
declare type StyledViewportProps = StrictComponentProps<typeof StyledViewport>;
|
|
496
499
|
|
|
@@ -983,6 +986,9 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
983
986
|
readonly [$$PropertyValue]: "width";
|
|
984
987
|
};
|
|
985
988
|
};
|
|
989
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
990
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
991
|
+
};
|
|
986
992
|
}>>>, 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_scroll_area.ScrollAreaScrollbarProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
987
993
|
declare type StyledScrollbarProps = StrictComponentProps<typeof StyledScrollbar>;
|
|
988
994
|
|
|
@@ -1484,6 +1490,9 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1484
1490
|
readonly [$$PropertyValue]: "width";
|
|
1485
1491
|
};
|
|
1486
1492
|
};
|
|
1493
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1494
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1495
|
+
};
|
|
1487
1496
|
}>>>, 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_scroll_area.ScrollAreaThumbProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1488
1497
|
declare type StyledThumbProps = StrictComponentProps<typeof StyledThumb>;
|
|
1489
1498
|
|
|
@@ -1981,6 +1990,9 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<_
|
|
|
1981
1990
|
readonly [$$PropertyValue]: "width";
|
|
1982
1991
|
};
|
|
1983
1992
|
};
|
|
1993
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1994
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1995
|
+
};
|
|
1984
1996
|
}>>>, 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<_radix_ui_react_scroll_area.ScrollAreaCornerProps & react__default.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1985
1997
|
declare type StyledCornerProps = StrictComponentProps<typeof StyledCorner>;
|
|
1986
1998
|
interface CornerProps extends StyledCornerProps {
|
|
@@ -2472,6 +2484,9 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2472
2484
|
readonly [$$PropertyValue]: "width";
|
|
2473
2485
|
};
|
|
2474
2486
|
};
|
|
2487
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2488
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2489
|
+
};
|
|
2475
2490
|
}>>>, 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_scroll_area.ScrollAreaProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
2476
2491
|
declare type StyledScrollAreaProps = StrictComponentProps<typeof StyledScrollArea>;
|
|
2477
2492
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-scroll-area",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20-fix-dd-icon-slot.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@radix-ui/react-scroll-area": "^1.0.4",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|