@mirohq/design-system-scroll-area 0.1.19 → 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 +10 -61
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ 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
7
|
import * as _radix_ui_react_scroll_area from '@radix-ui/react-scroll-area';
|
|
9
8
|
|
|
10
9
|
declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_scroll_area.ScrollAreaViewportProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
@@ -492,18 +491,8 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
492
491
|
readonly [$$PropertyValue]: "width";
|
|
493
492
|
};
|
|
494
493
|
};
|
|
495
|
-
_hover: (css:
|
|
496
|
-
|
|
497
|
-
theme: {};
|
|
498
|
-
themeMap: {};
|
|
499
|
-
utils: {};
|
|
500
|
-
}>) => {
|
|
501
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
502
|
-
media: {};
|
|
503
|
-
theme: {};
|
|
504
|
-
themeMap: {};
|
|
505
|
-
utils: {};
|
|
506
|
-
}>;
|
|
494
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
495
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
507
496
|
};
|
|
508
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>>, {}, {}>;
|
|
509
498
|
declare type StyledViewportProps = StrictComponentProps<typeof StyledViewport>;
|
|
@@ -997,18 +986,8 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
997
986
|
readonly [$$PropertyValue]: "width";
|
|
998
987
|
};
|
|
999
988
|
};
|
|
1000
|
-
_hover: (css:
|
|
1001
|
-
|
|
1002
|
-
theme: {};
|
|
1003
|
-
themeMap: {};
|
|
1004
|
-
utils: {};
|
|
1005
|
-
}>) => {
|
|
1006
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1007
|
-
media: {};
|
|
1008
|
-
theme: {};
|
|
1009
|
-
themeMap: {};
|
|
1010
|
-
utils: {};
|
|
1011
|
-
}>;
|
|
989
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
990
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1012
991
|
};
|
|
1013
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>>, {}, {}>;
|
|
1014
993
|
declare type StyledScrollbarProps = StrictComponentProps<typeof StyledScrollbar>;
|
|
@@ -1511,18 +1490,8 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1511
1490
|
readonly [$$PropertyValue]: "width";
|
|
1512
1491
|
};
|
|
1513
1492
|
};
|
|
1514
|
-
_hover: (css:
|
|
1515
|
-
|
|
1516
|
-
theme: {};
|
|
1517
|
-
themeMap: {};
|
|
1518
|
-
utils: {};
|
|
1519
|
-
}>) => {
|
|
1520
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1521
|
-
media: {};
|
|
1522
|
-
theme: {};
|
|
1523
|
-
themeMap: {};
|
|
1524
|
-
utils: {};
|
|
1525
|
-
}>;
|
|
1493
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1494
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1526
1495
|
};
|
|
1527
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>>, {}, {}>;
|
|
1528
1497
|
declare type StyledThumbProps = StrictComponentProps<typeof StyledThumb>;
|
|
@@ -2021,18 +1990,8 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<_
|
|
|
2021
1990
|
readonly [$$PropertyValue]: "width";
|
|
2022
1991
|
};
|
|
2023
1992
|
};
|
|
2024
|
-
_hover: (css:
|
|
2025
|
-
|
|
2026
|
-
theme: {};
|
|
2027
|
-
themeMap: {};
|
|
2028
|
-
utils: {};
|
|
2029
|
-
}>) => {
|
|
2030
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
2031
|
-
media: {};
|
|
2032
|
-
theme: {};
|
|
2033
|
-
themeMap: {};
|
|
2034
|
-
utils: {};
|
|
2035
|
-
}>;
|
|
1993
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1994
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2036
1995
|
};
|
|
2037
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>>, {}, {}>;
|
|
2038
1997
|
declare type StyledCornerProps = StrictComponentProps<typeof StyledCorner>;
|
|
@@ -2525,18 +2484,8 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2525
2484
|
readonly [$$PropertyValue]: "width";
|
|
2526
2485
|
};
|
|
2527
2486
|
};
|
|
2528
|
-
_hover: (css:
|
|
2529
|
-
|
|
2530
|
-
theme: {};
|
|
2531
|
-
themeMap: {};
|
|
2532
|
-
utils: {};
|
|
2533
|
-
}>) => {
|
|
2534
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
2535
|
-
media: {};
|
|
2536
|
-
theme: {};
|
|
2537
|
-
themeMap: {};
|
|
2538
|
-
utils: {};
|
|
2539
|
-
}>;
|
|
2487
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2488
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2540
2489
|
};
|
|
2541
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>>, {}, {}>;
|
|
2542
2491
|
declare type StyledScrollAreaProps = StrictComponentProps<typeof StyledScrollArea>;
|
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.5.0"
|
|
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",
|