@mirohq/design-system-badge
Advanced tools
Comparing version 0.4.9-new-focus-keyboard.1 to 0.5.0
import * as react from 'react'; | ||
import { ComponentPropsWithRef, ReactNode, ForwardRefExoticComponent, HTMLAttributes, ElementRef } from 'react'; | ||
import react__default, { ComponentPropsWithRef, ReactNode } from 'react'; | ||
import { Numeric } from '@mirohq/design-system-types'; | ||
@@ -9,3 +9,3 @@ import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component'; | ||
declare const StyledBadge: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>>, 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">>, {}, {}>; | ||
declare type StyledBadgeProps = ComponentPropsWithRef<typeof StyledBadge>; | ||
type StyledBadgeProps = ComponentPropsWithRef<typeof StyledBadge>; | ||
@@ -42,4 +42,4 @@ interface BadgeProps extends StyledBadgeProps { | ||
} | ||
declare const Badge: ForwardRefExoticComponent<BadgeProps & HTMLAttributes<ElementRef<typeof StyledBadge>>>; | ||
declare const Badge: react__default.ForwardRefExoticComponent<Omit<BadgeProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>; | ||
export { Badge, BadgeProps }; |
{ | ||
"name": "@mirohq/design-system-badge", | ||
"version": "0.4.9-new-focus-keyboard.1", | ||
"version": "0.5.0", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "author": "Miro", | ||
"@mirohq/design-system-primitive": "^1.1.2", | ||
"@mirohq/design-system-stitches": "^2.6.31-new-focus-keyboard.1", | ||
"@mirohq/design-system-stitches": "^2.6.30", | ||
"@mirohq/design-system-types": "^0.10.0" | ||
@@ -33,0 +33,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21715
+ Added@mirohq/design-system-stitches@2.6.30(transitive)
+ Added@mirohq/design-system-themes@0.13.1(transitive)
+ Added@mirohq/design-tokens@6.5.1(transitive)
- Removed@mirohq/design-system-stitches@2.6.31-sync-design-tokens.2(transitive)
- Removed@mirohq/design-system-themes@0.14.0-sync-design-tokens.2(transitive)
- Removed@mirohq/design-tokens@6.6.0-sync-design-tokens.2(transitive)