@blackbaud/skyux-design-tokens
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -0,1 +1,6 @@ | ||
# 0.0.17 (2020-04-30) | ||
- Added horizontal padding tokens and de-emphasized text weight to the modern theme. [#39](https://github.com/blackbaud/skyux-design-tokens/pull/39) | ||
- Added a border radius token for the SKY UX box element to the modern theme. [#40](https://github.com/blackbaud/skyux-design-tokens/pull/40) | ||
# 0.0.16 (2020-04-16) | ||
@@ -2,0 +7,0 @@ |
@@ -67,2 +67,7 @@ { | ||
}, | ||
"border": { | ||
"radius": { | ||
"md": "6px" | ||
} | ||
}, | ||
"text-color": { | ||
@@ -121,2 +126,16 @@ "action-primary": "#1870B8" | ||
] | ||
}, | ||
"h": { | ||
"sm": [ | ||
"0", | ||
"10px", | ||
"0", | ||
"10px" | ||
], | ||
"xl": [ | ||
"0", | ||
"30px", | ||
"0", | ||
"30px" | ||
] | ||
} | ||
@@ -203,2 +222,3 @@ }, | ||
"size": "14px", | ||
"weight": "400", | ||
"color": "#686c73", | ||
@@ -251,3 +271,8 @@ "style": "italic" | ||
} | ||
}, | ||
"box": { | ||
"border-radius": { | ||
"default": "6px" | ||
} | ||
} | ||
} |
{ | ||
"name": "@blackbaud/skyux-design-tokens", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Design tokens for SKY UX", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/blackbaud/skyux-design-tokens", |
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
36173
518