Socket
Socket
Sign inDemoInstall

@skyscanner/bpk-foundations-web

Package Overview
Dependencies
Maintainers
6
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 13.1.1 to 13.2.0

4

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

@@ -23,3 +23,3 @@ "license": "Apache-2.0",

},
"gitHead": "11039eacbceb82c1abb5764c76d4a752c5bf23ba"
"gitHead": "48b09324126ce1dcbff0ad3f9d040bba4ecdc7ee"
}

@@ -22,5 +22,2 @@ /*

module.exports = {
durationXs: "50ms",
durationSm: "200ms",
durationBase: "400ms",
colorSkyBlueShade03: "rgb(2, 18, 44)",

@@ -238,2 +235,5 @@ colorPrimaryGradientLight: "rgb(0, 98, 227)",

privateSkeletonShimmerCenterNight: "rgba(0, 0, 0, 0.2)",
durationXs: "50ms",
durationSm: "200ms",
durationBase: "400ms",
autosuggestListBackgroundColor: "rgb(255, 255, 255)",

@@ -428,3 +428,3 @@ autosuggestListItemActiveBackgroundColor: "rgb(239, 241, 242)",

calendarDayOutsideColor: "rgba(0, 0, 0, 0.2)",
calendarDaySize: "2.250rem",
calendarDaySize: "2rem + .25rem",
calendarDayActiveBackgroundColor: "rgb(239, 241, 242)",

@@ -431,0 +431,0 @@ calendarNavIconFill: "rgb(22, 22, 22)",

@@ -20,5 +20,2 @@ /*

*/
export const durationXs = "50ms";
export const durationSm = "200ms";
export const durationBase = "400ms";
export const colorSkyBlueShade03 = "rgb(2, 18, 44)";

@@ -236,2 +233,5 @@ export const colorPrimaryGradientLight = "rgb(0, 98, 227)";

export const privateSkeletonShimmerCenterNight = "rgba(0, 0, 0, 0.2)";
export const durationXs = "50ms";
export const durationSm = "200ms";
export const durationBase = "400ms";
export const autosuggestListBackgroundColor = "rgb(255, 255, 255)";

@@ -426,3 +426,3 @@ export const autosuggestListItemActiveBackgroundColor = "rgb(239, 241, 242)";

export const calendarDayOutsideColor = "rgba(0, 0, 0, 0.2)";
export const calendarDaySize = "2.250rem";
export const calendarDaySize = "2rem + .25rem";
export const calendarDayActiveBackgroundColor = "rgb(239, 241, 242)";

@@ -429,0 +429,0 @@ export const calendarNavIconFill = "rgb(22, 22, 22)";

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

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