@skyscanner/bpk-foundations-web
Advanced tools
Comparing version 17.5.0 to 17.5.1
{ | ||
"name": "@skyscanner/bpk-foundations-web", | ||
"version": "17.5.0", | ||
"version": "17.5.1", | ||
"description": "Common Backpack design tokens for colors, spacing, font, etc.", | ||
@@ -20,6 +20,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@skyscanner/bpk-foundations-common": "^6.6.0", | ||
"@skyscanner/bpk-foundations-common": "^6.6.1", | ||
"color": "^3.0.0" | ||
}, | ||
"gitHead": "827bcf9ef5d427563b46a168fdb19f3e381ec098" | ||
"gitHead": "d5b5e9a1452b1f7781f31a151375a96e6a9745fa" | ||
} |
@@ -149,6 +149,14 @@ /* | ||
scrimNight: "rgba(0, 0, 0, 0.7)", | ||
privateInfoBannerSuccessColor: "rgb(12, 131, 138)", | ||
privateInfoBannerWarningColor: "rgb(245, 93, 66)", | ||
privateInfoBannerErrorColor: "rgb(231, 8, 102)", | ||
privateInfoBannerInfoColor: "rgb(194, 201, 205)", | ||
privateInfoBannerDefaultDay: "rgb(239, 241, 242)", | ||
privateInfoBannerOnContrastDay: "rgb(239, 241, 242)", | ||
privateInfoBannerSuccessDay: "rgb(12, 131, 138)", | ||
privateInfoBannerErrorNight: "rgb(255, 100, 156)", | ||
privateInfoBannerInfoNight: "rgb(189, 196, 203)", | ||
privateInfoBannerErrorDay: "rgb(231, 8, 102)", | ||
privateInfoBannerInfoDay: "rgb(84, 88, 96)", | ||
privateInfoBannerWarningNight: "rgb(254, 235, 135)", | ||
privateInfoBannerWarningDay: "rgb(245, 93, 66)", | ||
privateInfoBannerDefaultNight: "rgb(19, 29, 43)", | ||
privateInfoBannerOnContrastNight: "rgb(19, 29, 43)", | ||
privateInfoBannerSuccessNight: "rgb(98, 241, 198)", | ||
marcommsBerry: "rgb(231, 8, 102)", | ||
@@ -321,3 +329,7 @@ marcommsCharcoal: "rgb(22, 22, 22)", | ||
bannerAlertWarnColor: "rgb(245, 93, 66)", | ||
privateInfoBannerWarningColor: "rgb(245, 93, 66)", | ||
bannerAlertHeaderExpandableHoverBackgroundColor: "rgb(239, 241, 242)", | ||
privateInfoBannerSuccessColor: "rgb(12, 131, 138)", | ||
privateInfoBannerErrorColor: "rgb(231, 8, 102)", | ||
privateInfoBannerInfoColor: "rgb(194, 201, 205)", | ||
bannerAlertPrimaryColor: "rgb(0, 98, 227)", | ||
@@ -324,0 +336,0 @@ bannerAlertSuccessColor: "rgb(12, 131, 138)", |
@@ -147,6 +147,14 @@ /* | ||
export const scrimNight = "rgba(0, 0, 0, 0.7)"; | ||
export const privateInfoBannerSuccessColor = "rgb(12, 131, 138)"; | ||
export const privateInfoBannerWarningColor = "rgb(245, 93, 66)"; | ||
export const privateInfoBannerErrorColor = "rgb(231, 8, 102)"; | ||
export const privateInfoBannerInfoColor = "rgb(194, 201, 205)"; | ||
export const privateInfoBannerDefaultDay = "rgb(239, 241, 242)"; | ||
export const privateInfoBannerOnContrastDay = "rgb(239, 241, 242)"; | ||
export const privateInfoBannerSuccessDay = "rgb(12, 131, 138)"; | ||
export const privateInfoBannerErrorNight = "rgb(255, 100, 156)"; | ||
export const privateInfoBannerInfoNight = "rgb(189, 196, 203)"; | ||
export const privateInfoBannerErrorDay = "rgb(231, 8, 102)"; | ||
export const privateInfoBannerInfoDay = "rgb(84, 88, 96)"; | ||
export const privateInfoBannerWarningNight = "rgb(254, 235, 135)"; | ||
export const privateInfoBannerWarningDay = "rgb(245, 93, 66)"; | ||
export const privateInfoBannerDefaultNight = "rgb(19, 29, 43)"; | ||
export const privateInfoBannerOnContrastNight = "rgb(19, 29, 43)"; | ||
export const privateInfoBannerSuccessNight = "rgb(98, 241, 198)"; | ||
export const marcommsBerry = "rgb(231, 8, 102)"; | ||
@@ -319,3 +327,7 @@ export const marcommsCharcoal = "rgb(22, 22, 22)"; | ||
export const bannerAlertWarnColor = "rgb(245, 93, 66)"; | ||
export const privateInfoBannerWarningColor = "rgb(245, 93, 66)"; | ||
export const bannerAlertHeaderExpandableHoverBackgroundColor = "rgb(239, 241, 242)"; | ||
export const privateInfoBannerSuccessColor = "rgb(12, 131, 138)"; | ||
export const privateInfoBannerErrorColor = "rgb(231, 8, 102)"; | ||
export const privateInfoBannerInfoColor = "rgb(194, 201, 205)"; | ||
export const bannerAlertPrimaryColor = "rgb(0, 98, 227)"; | ||
@@ -600,6 +612,14 @@ export const bannerAlertSuccessColor = "rgb(12, 131, 138)"; | ||
export const infoBannerColors = { | ||
privateInfoBannerSuccessColor, | ||
privateInfoBannerWarningColor, | ||
privateInfoBannerErrorColor, | ||
privateInfoBannerInfoColor, | ||
privateInfoBannerDefaultDay, | ||
privateInfoBannerOnContrastDay, | ||
privateInfoBannerSuccessDay, | ||
privateInfoBannerErrorNight, | ||
privateInfoBannerInfoNight, | ||
privateInfoBannerErrorDay, | ||
privateInfoBannerInfoDay, | ||
privateInfoBannerWarningNight, | ||
privateInfoBannerWarningDay, | ||
privateInfoBannerDefaultNight, | ||
privateInfoBannerOnContrastNight, | ||
privateInfoBannerSuccessNight, | ||
}; | ||
@@ -656,3 +676,7 @@ export const letterSpacings = { | ||
bannerAlertWarnColor, | ||
privateInfoBannerWarningColor, | ||
bannerAlertHeaderExpandableHoverBackgroundColor, | ||
privateInfoBannerSuccessColor, | ||
privateInfoBannerErrorColor, | ||
privateInfoBannerInfoColor, | ||
bannerAlertPrimaryColor, | ||
@@ -659,0 +683,0 @@ bannerAlertSuccessColor, |
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
212521
4316