@auth0/cosmos-tokens
Advanced tools
Comparing version 0.14.1 to 0.15.0
{ | ||
"name": "@auth0/cosmos-tokens", | ||
"description": "Tokens for Auth0 Design System", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"repository": "auth0/cosmos", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -9,11 +9,11 @@ 'use strict'; | ||
var spacing = { | ||
xxsmall: unit + 'px', | ||
xsmall: unit * 2 + 'px', | ||
small: unit * 4 + 'px', | ||
medium: unit * 6 + 'px', | ||
large: unit * 8 + 'px', | ||
xlarge: unit * 10 + 'px', | ||
xxlarge: unit * 14 + 'px' | ||
xxsmall: unit + 'px', // 4 | ||
xsmall: unit * 2 + 'px', // 8 | ||
small: unit * 4 + 'px', // 16 | ||
medium: unit * 6 + 'px', // 24 | ||
large: unit * 8 + 'px', // 32 | ||
xlarge: unit * 10 + 'px', // 40 | ||
xxlarge: unit * 14 + 'px' // 56 not used | ||
}; | ||
exports.default = spacing; |
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
8727
13
329