@mirohq/design-system-toolbar 2.4.9 → 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 +12 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -492,6 +492,9 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
492
492
|
readonly [$$PropertyValue]: "width";
|
|
493
493
|
};
|
|
494
494
|
};
|
|
495
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
496
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
497
|
+
};
|
|
495
498
|
}>>>, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
|
|
496
499
|
unstyled?: boolean | "false" | undefined;
|
|
497
500
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
|
|
@@ -984,6 +987,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
984
987
|
readonly [$$PropertyValue]: "width";
|
|
985
988
|
};
|
|
986
989
|
};
|
|
990
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
991
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
992
|
+
};
|
|
987
993
|
}>>>, "unstyled" | "wrapper" | "active"> & _stitches_react_types_styled_component.TransformProps<{
|
|
988
994
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
989
995
|
wrapper?: boolean | "true" | undefined;
|
|
@@ -1499,6 +1505,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
1499
1505
|
readonly [$$PropertyValue]: "width";
|
|
1500
1506
|
};
|
|
1501
1507
|
};
|
|
1508
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1509
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1510
|
+
};
|
|
1502
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>>, {}, {}>;
|
|
1503
1512
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
1504
1513
|
|
|
@@ -1991,6 +2000,9 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1991
2000
|
readonly [$$PropertyValue]: "width";
|
|
1992
2001
|
};
|
|
1993
2002
|
};
|
|
2003
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2004
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2005
|
+
};
|
|
1994
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>>, {}, {}>;
|
|
1995
2007
|
|
|
1996
2008
|
declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
|
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-stitches": "^2.
|
|
35
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
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",
|