@project44-manifest/design-tokens
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
export declare const radiusFull = "50%"; | ||
export declare const radiusFull = "999em"; | ||
export declare const radiusSmall = "0.125rem"; | ||
@@ -3,0 +3,0 @@ export declare const borderWidthLarge = "0.1875rem"; |
// Bundled with Packemon: https://packemon.dev | ||
// Platform: browser, Support: stable, Format: esm | ||
const radiusFull = '50%'; | ||
const radiusFull = '999em'; | ||
const radiusSmall = '0.125rem'; | ||
@@ -5,0 +5,0 @@ const borderWidthLarge = '0.1875rem'; |
@@ -8,3 +8,3 @@ // Bundled with Packemon: https://packemon.dev | ||
}); | ||
const radiusFull = '50%'; | ||
const radiusFull = '999em'; | ||
const radiusSmall = '0.125rem'; | ||
@@ -11,0 +11,0 @@ const borderWidthLarge = '0.1875rem'; |
{ | ||
"name": "@project44-manifest/design-tokens", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./esm/index.js", |
@@ -1,2 +0,2 @@ | ||
export const radiusFull = '50%'; | ||
export const radiusFull = '999em'; | ||
export const radiusSmall = '0.125rem'; | ||
@@ -3,0 +3,0 @@ export const borderWidthLarge = '0.1875rem'; |
{ | ||
"radius-full": "50%", | ||
"radius-full": "999em", | ||
"radius-small": "0.125rem", | ||
@@ -4,0 +4,0 @@ "border-width-large": "0.1875rem", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
89443