@skyscanner/bpk-foundations-web
Advanced tools
Comparing version 17.5.1 to 17.5.2
{ | ||
"name": "@skyscanner/bpk-foundations-web", | ||
"version": "17.5.1", | ||
"version": "17.5.2", | ||
"description": "Common Backpack design tokens for colors, spacing, font, etc.", | ||
@@ -23,3 +23,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "d5b5e9a1452b1f7781f31a151375a96e6a9745fa" | ||
"gitHead": "d2db368cc3776cf6d91004fa78aa8d29fb74130c" | ||
} |
@@ -327,13 +327,9 @@ /* | ||
modalContentPadding: "1rem", | ||
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)", | ||
bannerAlertHeaderExpandableActiveBackgroundColor: "rgb(239, 241, 242)", | ||
bannerAlertPrimaryColor: "rgb(0, 98, 227)", | ||
bannerAlertSuccessColor: "rgb(12, 131, 138)", | ||
bannerAlertWarnColor: "rgb(245, 93, 66)", | ||
bannerAlertErrorColor: "rgb(231, 8, 102)", | ||
bannerAlertNeutralColor: "rgb(194, 201, 205)", | ||
bannerAlertErrorColor: "rgb(231, 8, 102)", | ||
bannerAlertHeaderExpandableActiveBackgroundColor: "rgb(239, 241, 242)", | ||
panelBorderColor: "rgb(194, 201, 205)", | ||
@@ -340,0 +336,0 @@ privateSliderSelectedDay: "rgb(21, 70, 121)", |
@@ -325,13 +325,9 @@ /* | ||
export const modalContentPadding = "1rem"; | ||
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 bannerAlertHeaderExpandableActiveBackgroundColor = "rgb(239, 241, 242)"; | ||
export const bannerAlertPrimaryColor = "rgb(0, 98, 227)"; | ||
export const bannerAlertSuccessColor = "rgb(12, 131, 138)"; | ||
export const bannerAlertWarnColor = "rgb(245, 93, 66)"; | ||
export const bannerAlertErrorColor = "rgb(231, 8, 102)"; | ||
export const bannerAlertNeutralColor = "rgb(194, 201, 205)"; | ||
export const bannerAlertErrorColor = "rgb(231, 8, 102)"; | ||
export const bannerAlertHeaderExpandableActiveBackgroundColor = "rgb(239, 241, 242)"; | ||
export const panelBorderColor = "rgb(194, 201, 205)"; | ||
@@ -673,13 +669,9 @@ export const privateSliderSelectedDay = "rgb(21, 70, 121)"; | ||
export const notifications = { | ||
bannerAlertWarnColor, | ||
privateInfoBannerWarningColor, | ||
bannerAlertHeaderExpandableHoverBackgroundColor, | ||
privateInfoBannerSuccessColor, | ||
privateInfoBannerErrorColor, | ||
privateInfoBannerInfoColor, | ||
bannerAlertHeaderExpandableActiveBackgroundColor, | ||
bannerAlertPrimaryColor, | ||
bannerAlertSuccessColor, | ||
bannerAlertWarnColor, | ||
bannerAlertErrorColor, | ||
bannerAlertNeutralColor, | ||
bannerAlertErrorColor, | ||
bannerAlertHeaderExpandableActiveBackgroundColor, | ||
}; | ||
@@ -686,0 +678,0 @@ export const panels = { |
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
210321
4276