@mirohq/design-system-base-button
Advanced tools
Comparing version 0.4.30 to 0.4.31
@@ -8,3 +8,2 @@ import * as react from 'react'; | ||
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util'; | ||
import * as _stitches_react from '@stitches/react'; | ||
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive'; | ||
@@ -502,14 +501,4 @@ | ||
}; | ||
_hover: (css: _stitches_react.CSS<{ | ||
media: {}; | ||
theme: {}; | ||
themeMap: {}; | ||
utils: {}; | ||
}>) => { | ||
'&:hover, &[data-hovered]': _stitches_react.CSS<{ | ||
media: {}; | ||
theme: {}; | ||
themeMap: {}; | ||
utils: {}; | ||
}>; | ||
_hover: (css: _stitches_react_types_css_util.CSSProperties) => { | ||
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties; | ||
}; | ||
@@ -516,0 +505,0 @@ }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"button">>, {}, {}>; |
{ | ||
"name": "@mirohq/design-system-base-button", | ||
"version": "0.4.30", | ||
"version": "0.4.31", | ||
"description": "", | ||
@@ -33,3 +33,3 @@ "author": "Miro", | ||
"@mirohq/design-system-primitive": "^1.1.1", | ||
"@mirohq/design-system-stitches": "^2.5.0", | ||
"@mirohq/design-system-stitches": "^2.5.1", | ||
"@mirohq/design-system-types": "^0.6.2" | ||
@@ -36,0 +36,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45533
795