Socket
Socket
Sign inDemoInstall

@skyscanner/bpk-foundations-web

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyscanner/bpk-foundations-web - npm Package Compare versions

Comparing version 8.2.0 to 8.2.1

6

package.json
{
"name": "@skyscanner/bpk-foundations-web",
"version": "8.2.0",
"version": "8.2.1",
"description": "Common Backpack design tokens for colors, spacing, font, etc.",

@@ -20,6 +20,6 @@ "license": "Apache-2.0",

"dependencies": {
"@skyscanner/bpk-foundations-common": "^2.5.0",
"@skyscanner/bpk-foundations-common": "^2.5.1",
"color": "^3.0.0"
},
"gitHead": "d03c0ab60d643956ad6e9b0c20c4c8135a25c49d"
"gitHead": "6e81f66d8dec3df04abea2ad3bfcd951ae53276b"
}

@@ -271,2 +271,3 @@ /*

colorBlackAlpha20: "rgb(178, 178, 191)",
colorBlackAlpha70: "rgb(2, 18, 44)",
colorBlackTint01: "rgb(29, 27, 32)",

@@ -319,3 +320,2 @@ colorBlackTint02: "rgb(44, 44, 46)",

colorSagano: "rgb(208, 238, 236)",
colorScrim: "rgb(2, 18, 44)",
colorSkyBlue: "rgb(7, 112, 227)",

@@ -322,0 +322,0 @@ colorSkyBlueShade01: "rgb(8, 78, 178)",

@@ -269,2 +269,3 @@ /*

export const colorBlackAlpha20 = "rgb(178, 178, 191)";
export const colorBlackAlpha70 = "rgb(2, 18, 44)";
export const colorBlackTint01 = "rgb(29, 27, 32)";

@@ -317,3 +318,2 @@ export const colorBlackTint02 = "rgb(44, 44, 46)";

export const colorSagano = "rgb(208, 238, 236)";
export const colorScrim = "rgb(2, 18, 44)";
export const colorSkyBlue = "rgb(7, 112, 227)";

@@ -850,2 +850,3 @@ export const colorSkyBlueShade01 = "rgb(8, 78, 178)";

colorBlackAlpha20,
colorBlackAlpha70,
colorBlackTint01,

@@ -898,3 +899,2 @@ colorBlackTint02,

colorSagano,
colorScrim,
colorSkyBlue,

@@ -901,0 +901,0 @@ colorSkyBlueShade01,

@@ -67,2 +67,3 @@ /*

colorBlackAlpha20: "rgb(178, 178, 191)",
colorBlackAlpha70: "rgb(2, 18, 44)",
colorBlackTint01: "rgb(29, 27, 32)",

@@ -115,3 +116,2 @@ colorBlackTint02: "rgb(44, 44, 46)",

colorSagano: "rgb(208, 238, 236)",
colorScrim: "rgb(2, 18, 44)",
colorSkyBlue: "rgb(7, 112, 227)",

@@ -118,0 +118,0 @@ colorSkyBlueShade01: "rgb(8, 78, 178)",

@@ -65,2 +65,3 @@ /*

export const colorBlackAlpha20 = "rgb(178, 178, 191)";
export const colorBlackAlpha70 = "rgb(2, 18, 44)";
export const colorBlackTint01 = "rgb(29, 27, 32)";

@@ -113,3 +114,2 @@ export const colorBlackTint02 = "rgb(44, 44, 46)";

export const colorSagano = "rgb(208, 238, 236)";
export const colorScrim = "rgb(2, 18, 44)";
export const colorSkyBlue = "rgb(7, 112, 227)";

@@ -239,2 +239,3 @@ export const colorSkyBlueShade01 = "rgb(8, 78, 178)";

colorBlackAlpha20,
colorBlackAlpha70,
colorBlackTint01,

@@ -287,3 +288,2 @@ colorBlackTint02,

colorSagano,
colorScrim,
colorSkyBlue,

@@ -290,0 +290,0 @@ colorSkyBlueShade01,

@@ -51,5 +51,2 @@ {

},
"SCRIM": {
"value": "02122c"
},
"BLUE_MUTED": {

@@ -190,2 +187,5 @@ "value": "#D9F8FF"

},
"BLACK_ALPHA_70": {
"value": "#02122c"
},
"SKY_BLUE_SHADE_02": {

@@ -645,9 +645,2 @@ "value": "#042759"

},
"COLOR_SCRIM": {
"type": "color",
"category": "colors",
"value": "rgb(2, 18, 44)",
"originalValue": "{!SCRIM}",
"name": "COLOR_SCRIM"
},
"COLOR_BLACK_TINT_02": {

@@ -821,2 +814,9 @@ "type": "color",

},
"COLOR_BLACK_ALPHA_70": {
"type": "color",
"category": "colors",
"value": "rgb(2, 18, 44)",
"originalValue": "{!BLACK_ALPHA_70}",
"name": "COLOR_BLACK_ALPHA_70"
},
"COLOR_PURPLE": {

@@ -1367,3 +1367,3 @@ "type": "color",

"value": "rgb(2, 18, 44)",
"originalValue": "{!SCRIM}",
"originalValue": "{!BLACK_ALPHA_70}",
"name": "SCRIM_DAY"

@@ -1543,3 +1543,3 @@ },

"value": "rgb(2, 18, 44)",
"originalValue": "{!SCRIM}",
"originalValue": "{!BLACK_ALPHA_70}",
"name": "SCRIM_NIGHT"

@@ -1546,0 +1546,0 @@ },

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc