@mirohq/design-system-base-button
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -219,3 +219,3 @@ import * as react from 'react'; | ||
space: { | ||
readonly none: 0; | ||
readonly 0: 0; | ||
readonly 50: "4px"; | ||
@@ -227,3 +227,3 @@ readonly 100: "8px"; | ||
readonly 400: "32px"; | ||
readonly 500: "64px"; | ||
readonly 500: "40px"; | ||
readonly 600: "48px"; | ||
@@ -235,3 +235,3 @@ readonly 800: "64px"; | ||
'space-gap': { | ||
readonly none: any; | ||
readonly 0: any; | ||
readonly 50: any; | ||
@@ -243,3 +243,3 @@ readonly 100: any; | ||
'space-inset': { | ||
readonly none: any; | ||
readonly 0: any; | ||
readonly 50: any; | ||
@@ -257,3 +257,3 @@ readonly 100: any; | ||
'space-offset': { | ||
readonly none: any; | ||
readonly 0: any; | ||
readonly 50: any; | ||
@@ -269,3 +269,3 @@ readonly 100: any; | ||
readonly 1600: any; | ||
readonly 'stacking-none': any; | ||
readonly 'stacking-0': any; | ||
readonly 'stacking-100': any; | ||
@@ -272,0 +272,0 @@ readonly 'stacking-200': any; |
{ | ||
"name": "@mirohq/design-system-base-button", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "", | ||
@@ -36,10 +36,10 @@ "author": "Miro", | ||
"@react-types/shared": "^3.16.0", | ||
"@mirohq/design-system-primitive": "^1.1.0", | ||
"@mirohq/design-system-stitches": "^2.3.2" | ||
"@mirohq/design-system-stitches": "^2.3.3", | ||
"@mirohq/design-system-primitive": "^1.1.0" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c ../../../../rollup.config.js", | ||
"clean": "rm -rf ../dist", | ||
"clean": "rm -rf dist", | ||
"prebuild": "pnpm clean" | ||
} | ||
} |
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
55785