@alaskaairux/orion-design-tokens
Advanced tools
Comparing version 2.7.1 to 2.7.2
# Semantic Release Automated Changelog | ||
## [2.7.2](https://github.com/AlaskaAirlines/OrionDesignTokens/compare/v2.7.1...v2.7.2) (2019-09-21) | ||
### Bug Fixes | ||
* add classic values for button ([30957f5](https://github.com/AlaskaAirlines/OrionDesignTokens/commit/30957f5)) | ||
## [2.7.1](https://github.com/AlaskaAirlines/OrionDesignTokens/compare/v2.7.0...v2.7.1) (2019-09-12) | ||
@@ -4,0 +11,0 @@ |
@@ -41,2 +41,6 @@ { | ||
}, | ||
"ctaGreenHover": { | ||
"value": "3b6d09", | ||
"comment": "{color.classic.comment}" | ||
}, | ||
"generalAlert": { | ||
@@ -43,0 +47,0 @@ "value": "d47f2f", |
@@ -31,2 +31,6 @@ { | ||
"comment": "style guide value 56px" | ||
}, | ||
"classic": { | ||
"value": 0.875, | ||
"comment": "classic style value 12px" | ||
} | ||
@@ -33,0 +37,0 @@ } |
/** | ||
* Do not edit directly | ||
* Generated on Thu, 12 Sep 2019 19:15:58 GMT | ||
* Generated on Sat, 21 Sep 2019 00:43:02 GMT | ||
*/ | ||
@@ -733,2 +733,21 @@ | ||
}, | ||
"ctaGreenHover": { | ||
"value": "#3b6d09", | ||
"comment": "deprecated classic color", | ||
"original": { | ||
"value": "3b6d09", | ||
"comment": "{color.classic.comment}" | ||
}, | ||
"name": "ColorClassicCtaGreenHover", | ||
"attributes": { | ||
"category": "color", | ||
"type": "classic", | ||
"item": "ctaGreenHover" | ||
}, | ||
"path": [ | ||
"color", | ||
"classic", | ||
"ctaGreenHover" | ||
] | ||
}, | ||
"generalAlert": { | ||
@@ -735,0 +754,0 @@ "value": "#d47f2f", |
/** | ||
* Do not edit directly | ||
* Generated on Thu, 12 Sep 2019 19:15:58 GMT | ||
* Generated on Sat, 21 Sep 2019 00:43:02 GMT | ||
*/ | ||
@@ -58,2 +58,3 @@ | ||
export const ColorClassicCtaGreen = "#48850b"; // deprecated classic color | ||
export const ColorClassicCtaGreenHover = "#3b6d09"; // deprecated classic color | ||
export const ColorClassicGeneralAlert = "#d47f2f"; // deprecated classic color | ||
@@ -136,2 +137,3 @@ export const ColorClassicWarningAlert = "#cb391f"; // deprecated classic color | ||
export const SizeScaleMax = "3.5rem"; // style guide value 56px | ||
export const SizeScaleClassic = "0.875rem"; // classic style value 12px | ||
export const SizeWidthMax = "82.5rem"; | ||
@@ -138,0 +140,0 @@ export const BorderWidthThin = "1px"; |
{ | ||
"name": "@alaskaairux/orion-design-tokens", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"description": "Alaska Air Orion Design System token repository", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/AlaskaAirlines/OrionDesignTokens", |
Sorry, the diff of this file is not supported yet
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
122512
2345