@skyux/theme
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -0,1 +1,5 @@ | ||
# 4.2.0 (2020-06-03) | ||
- Added modern theme styles for buttons. [#140](https://github.com/blackbaud/skyux-theme/pull/140) | ||
# 4.1.0 (2020-05-28) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@skyux/theme", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "SKY UX Theme", | ||
@@ -9,9 +9,9 @@ "keywords": [], | ||
"peerDependencies": { | ||
"@angular/core": "^9.1.5", | ||
"tslib": "^1.10.0" | ||
"@angular/core": "^9.1.5" | ||
}, | ||
"dependencies": { | ||
"@blackbaud/skyux-design-tokens": "0.0.19", | ||
"@blackbaud/skyux-design-tokens": "0.0.20", | ||
"@types/fontfaceobserver": "0.0.6", | ||
"fontfaceobserver": "2.1.0" | ||
"fontfaceobserver": "2.1.0", | ||
"tslib": "^1.10.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "repository": { |
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
538479
3762
+ Addedtslib@^1.10.0
+ Added@blackbaud/skyux-design-tokens@0.0.20(transitive)
- Removed@blackbaud/skyux-design-tokens@0.0.19(transitive)