@mirohq/design-system-badge
Advanced tools
Comparing version 0.3.26 to 0.3.27
@@ -7,2 +7,3 @@ 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'; | ||
@@ -495,2 +496,15 @@ | ||
}; | ||
_hover: (css: _stitches_react.CSS<{ | ||
media: {}; | ||
theme: {}; | ||
themeMap: {}; | ||
utils: {}; | ||
}>) => { | ||
'&:hover, &[data-hovered]': _stitches_react.CSS<{ | ||
media: {}; | ||
theme: {}; | ||
themeMap: {}; | ||
utils: {}; | ||
}>; | ||
}; | ||
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>; | ||
@@ -497,0 +511,0 @@ declare type StyledBadgeProps = ComponentPropsWithRef<typeof StyledBadge>; |
{ | ||
"name": "@mirohq/design-system-badge", | ||
"version": "0.3.26", | ||
"version": "0.3.27", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "author": "Miro", | ||
"@mirohq/design-system-primitive": "^1.1.1", | ||
"@mirohq/design-system-stitches": "^2.4.1", | ||
"@mirohq/design-system-stitches": "^2.5.0", | ||
"@mirohq/design-system-types": "^0.6.2" | ||
@@ -33,0 +33,0 @@ }, |
40107
740