@mirohq/design-system-badge
Advanced tools
Comparing version 0.3.10 to 0.3.11
@@ -213,3 +213,3 @@ import * as react from 'react'; | ||
space: { | ||
readonly none: 0; | ||
readonly 0: 0; | ||
readonly 50: "4px"; | ||
@@ -221,3 +221,3 @@ readonly 100: "8px"; | ||
readonly 400: "32px"; | ||
readonly 500: "64px"; | ||
readonly 500: "40px"; | ||
readonly 600: "48px"; | ||
@@ -229,3 +229,3 @@ readonly 800: "64px"; | ||
'space-gap': { | ||
readonly none: any; | ||
readonly 0: any; | ||
readonly 50: any; | ||
@@ -237,3 +237,3 @@ readonly 100: any; | ||
'space-inset': { | ||
readonly none: any; | ||
readonly 0: any; | ||
readonly 50: any; | ||
@@ -251,3 +251,3 @@ readonly 100: any; | ||
'space-offset': { | ||
readonly none: any; | ||
readonly 0: any; | ||
readonly 50: any; | ||
@@ -263,3 +263,3 @@ readonly 100: any; | ||
readonly 1600: any; | ||
readonly 'stacking-none': any; | ||
readonly 'stacking-0': any; | ||
readonly 'stacking-100': any; | ||
@@ -266,0 +266,0 @@ readonly 'stacking-200': any; |
{ | ||
"name": "@mirohq/design-system-badge", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"description": "", | ||
@@ -30,4 +30,4 @@ "author": "Miro", | ||
"@mirohq/design-system-primitive": "^1.1.0", | ||
"@mirohq/design-system-stitches": "^2.3.2", | ||
"@mirohq/design-system-types": "^0.5.0" | ||
"@mirohq/design-system-types": "^0.5.0", | ||
"@mirohq/design-system-stitches": "^2.3.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "scripts": { |
45143