@mirohq/design-system-badge
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -14,3 +14,4 @@ 'use strict'; | ||
const StyledBadgeContainer = designSystemStitches.styled(designSystemPrimitive.Primitive.div, { | ||
position: "relative" | ||
position: "relative", | ||
display: "flex" | ||
}); | ||
@@ -17,0 +18,0 @@ const sharedStyles = { |
@@ -6,3 +6,4 @@ import React from 'react'; | ||
const StyledBadgeContainer = styled(Primitive.div, { | ||
position: "relative" | ||
position: "relative", | ||
display: "flex" | ||
}); | ||
@@ -9,0 +10,0 @@ const sharedStyles = { |
{ | ||
"name": "@mirohq/design-system-badge", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "", | ||
@@ -30,7 +30,7 @@ "author": "Miro", | ||
"@mirohq/design-system-primitive": "^1.1.0", | ||
"@mirohq/design-system-stitches": "^2.3.0", | ||
"@mirohq/design-system-types": "^0.4.1" | ||
"@mirohq/design-system-stitches": "^2.3.1", | ||
"@mirohq/design-system-types": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@mirohq/design-system-button": "^3.0.8" | ||
"@mirohq/design-system-button": "^3.1.1" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44877
698
+ Added@mirohq/design-system-types@0.5.0(transitive)
- Removed@mirohq/design-system-types@0.4.1(transitive)