@skyscanner/bpk-foundations-web
Advanced tools
Comparing version 6.1.1 to 6.2.0
{ | ||
"name": "@skyscanner/bpk-foundations-web", | ||
"version": "6.1.1", | ||
"version": "6.2.0", | ||
"description": "Common Backpack design tokens for colors, spacing, font, etc.", | ||
@@ -23,3 +23,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "0bba82a18a9395c0f98eaec9df15b3cadfc94c58" | ||
"gitHead": "13dca97472c584ae2dbb4ff5b33a5da2d9f7c5de" | ||
} |
@@ -129,2 +129,6 @@ /* | ||
buttonLineHeight: "1.5rem", | ||
buttonLinkOnDarkActiveColor: "rgba(255, 255, 255, 0.6)", | ||
buttonLinkOnDarkColor: "rgb(255, 255, 255)", | ||
buttonLinkOnDarkDisabledColor: "rgba(255, 255, 255, 0.2)", | ||
buttonLinkOnDarkHoverColor: "rgba(255, 255, 255, 0.8)", | ||
buttonOutlineActiveBackgroundColor: "rgba(0, 0, 0, 0)", | ||
@@ -189,2 +193,14 @@ buttonOutlineActiveBorderColor: "rgb(255, 255, 255)", | ||
buttonSecondaryHoverColor: "rgb(8, 78, 178)", | ||
buttonSecondaryOnDarkActiveBackgroundColor: "rgba(255, 255, 255, 0.2)", | ||
buttonSecondaryOnDarkActiveBackgroundImage: "none", | ||
buttonSecondaryOnDarkActiveColor: "rgb(255, 255, 255)", | ||
buttonSecondaryOnDarkBackgroundColor: "rgba(255, 255, 255, 0.1)", | ||
buttonSecondaryOnDarkBackgroundImage: "none", | ||
buttonSecondaryOnDarkColor: "rgb(255, 255, 255)", | ||
buttonSecondaryOnDarkDisabledBackgroundColor: "rgb(221, 221, 229)", | ||
buttonSecondaryOnDarkDisabledBackgroundImage: "none", | ||
buttonSecondaryOnDarkDisabledColor: "rgb(178, 178, 191)", | ||
buttonSecondaryOnDarkHoverBackgroundColor: "rgba(255, 255, 255, 0.15)", | ||
buttonSecondaryOnDarkHoverBackgroundImage: "none", | ||
buttonSecondaryOnDarkHoverColor: "rgb(255, 255, 255)", | ||
buttonSelectedActiveBackgroundColor: "rgb(4, 39, 89)", | ||
@@ -191,0 +207,0 @@ buttonSelectedActiveBackgroundImage: "none", |
@@ -127,2 +127,6 @@ /* | ||
export const buttonLineHeight = "1.5rem"; | ||
export const buttonLinkOnDarkActiveColor = "rgba(255, 255, 255, 0.6)"; | ||
export const buttonLinkOnDarkColor = "rgb(255, 255, 255)"; | ||
export const buttonLinkOnDarkDisabledColor = "rgba(255, 255, 255, 0.2)"; | ||
export const buttonLinkOnDarkHoverColor = "rgba(255, 255, 255, 0.8)"; | ||
export const buttonOutlineActiveBackgroundColor = "rgba(0, 0, 0, 0)"; | ||
@@ -187,2 +191,14 @@ export const buttonOutlineActiveBorderColor = "rgb(255, 255, 255)"; | ||
export const buttonSecondaryHoverColor = "rgb(8, 78, 178)"; | ||
export const buttonSecondaryOnDarkActiveBackgroundColor = "rgba(255, 255, 255, 0.2)"; | ||
export const buttonSecondaryOnDarkActiveBackgroundImage = "none"; | ||
export const buttonSecondaryOnDarkActiveColor = "rgb(255, 255, 255)"; | ||
export const buttonSecondaryOnDarkBackgroundColor = "rgba(255, 255, 255, 0.1)"; | ||
export const buttonSecondaryOnDarkBackgroundImage = "none"; | ||
export const buttonSecondaryOnDarkColor = "rgb(255, 255, 255)"; | ||
export const buttonSecondaryOnDarkDisabledBackgroundColor = "rgb(221, 221, 229)"; | ||
export const buttonSecondaryOnDarkDisabledBackgroundImage = "none"; | ||
export const buttonSecondaryOnDarkDisabledColor = "rgb(178, 178, 191)"; | ||
export const buttonSecondaryOnDarkHoverBackgroundColor = "rgba(255, 255, 255, 0.15)"; | ||
export const buttonSecondaryOnDarkHoverBackgroundImage = "none"; | ||
export const buttonSecondaryOnDarkHoverColor = "rgb(255, 255, 255)"; | ||
export const buttonSelectedActiveBackgroundColor = "rgb(4, 39, 89)"; | ||
@@ -567,2 +583,6 @@ export const buttonSelectedActiveBackgroundImage = "none"; | ||
buttonLineHeight, | ||
buttonLinkOnDarkActiveColor, | ||
buttonLinkOnDarkColor, | ||
buttonLinkOnDarkDisabledColor, | ||
buttonLinkOnDarkHoverColor, | ||
buttonOutlineActiveBackgroundColor, | ||
@@ -627,2 +647,14 @@ buttonOutlineActiveBorderColor, | ||
buttonSecondaryHoverColor, | ||
buttonSecondaryOnDarkActiveBackgroundColor, | ||
buttonSecondaryOnDarkActiveBackgroundImage, | ||
buttonSecondaryOnDarkActiveColor, | ||
buttonSecondaryOnDarkBackgroundColor, | ||
buttonSecondaryOnDarkBackgroundImage, | ||
buttonSecondaryOnDarkColor, | ||
buttonSecondaryOnDarkDisabledBackgroundColor, | ||
buttonSecondaryOnDarkDisabledBackgroundImage, | ||
buttonSecondaryOnDarkDisabledColor, | ||
buttonSecondaryOnDarkHoverBackgroundColor, | ||
buttonSecondaryOnDarkHoverBackgroundImage, | ||
buttonSecondaryOnDarkHoverColor, | ||
buttonSelectedActiveBackgroundColor, | ||
@@ -629,0 +661,0 @@ buttonSelectedActiveBackgroundImage, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
261615
5755