@mirohq/design-system-toolbar 2.4.10 → 2.4.11-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 +8 -49
- package/package.json +3 -3
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_toolbar from '@radix-ui/react-toolbar';
|
|
9
8
|
import { HoverEvents } from '@react-types/shared';
|
|
10
9
|
|
|
@@ -493,18 +492,8 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
493
492
|
readonly [$$PropertyValue]: "width";
|
|
494
493
|
};
|
|
495
494
|
};
|
|
496
|
-
_hover: (css:
|
|
497
|
-
|
|
498
|
-
theme: {};
|
|
499
|
-
themeMap: {};
|
|
500
|
-
utils: {};
|
|
501
|
-
}>) => {
|
|
502
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
503
|
-
media: {};
|
|
504
|
-
theme: {};
|
|
505
|
-
themeMap: {};
|
|
506
|
-
utils: {};
|
|
507
|
-
}>;
|
|
495
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
496
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
508
497
|
};
|
|
509
498
|
}>>>, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
|
|
510
499
|
unstyled?: boolean | "false" | undefined;
|
|
@@ -998,18 +987,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
998
987
|
readonly [$$PropertyValue]: "width";
|
|
999
988
|
};
|
|
1000
989
|
};
|
|
1001
|
-
_hover: (css:
|
|
1002
|
-
|
|
1003
|
-
theme: {};
|
|
1004
|
-
themeMap: {};
|
|
1005
|
-
utils: {};
|
|
1006
|
-
}>) => {
|
|
1007
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1008
|
-
media: {};
|
|
1009
|
-
theme: {};
|
|
1010
|
-
themeMap: {};
|
|
1011
|
-
utils: {};
|
|
1012
|
-
}>;
|
|
990
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
991
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1013
992
|
};
|
|
1014
993
|
}>>>, "unstyled" | "wrapper" | "active"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1015
994
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
@@ -1526,18 +1505,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
1526
1505
|
readonly [$$PropertyValue]: "width";
|
|
1527
1506
|
};
|
|
1528
1507
|
};
|
|
1529
|
-
_hover: (css:
|
|
1530
|
-
|
|
1531
|
-
theme: {};
|
|
1532
|
-
themeMap: {};
|
|
1533
|
-
utils: {};
|
|
1534
|
-
}>) => {
|
|
1535
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
1536
|
-
media: {};
|
|
1537
|
-
theme: {};
|
|
1538
|
-
themeMap: {};
|
|
1539
|
-
utils: {};
|
|
1540
|
-
}>;
|
|
1508
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1509
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1541
1510
|
};
|
|
1542
1511
|
}>>>, 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_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1543
1512
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
@@ -2031,18 +2000,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
2031
2000
|
readonly [$$PropertyValue]: "width";
|
|
2032
2001
|
};
|
|
2033
2002
|
};
|
|
2034
|
-
_hover: (css:
|
|
2035
|
-
|
|
2036
|
-
theme: {};
|
|
2037
|
-
themeMap: {};
|
|
2038
|
-
utils: {};
|
|
2039
|
-
}>) => {
|
|
2040
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
2041
|
-
media: {};
|
|
2042
|
-
theme: {};
|
|
2043
|
-
themeMap: {};
|
|
2044
|
-
utils: {};
|
|
2045
|
-
}>;
|
|
2003
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2004
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2046
2005
|
};
|
|
2047
2006
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
2048
2007
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-toolbar",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.11-fix-dd-icon-slot.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@react-aria/interactions": "^3.13.0",
|
|
32
32
|
"@react-aria/utils": "^3.13.0",
|
|
33
33
|
"@react-types/shared": "^3.16.0",
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.1.18-fix-dd-icon-slot.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rollup -c ../../../rollup.config.js",
|