@skyscanner/bpk-foundations-web 19.1.0 → 19.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/bpk-foundations-web",
3
- "version": "19.1.0",
3
+ "version": "19.3.0",
4
4
  "description": "Common Backpack design tokens for colors, spacing, font, etc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -17,8 +17,8 @@
17
17
  "tokens": "gulp"
18
18
  },
19
19
  "dependencies": {
20
- "@skyscanner/bpk-foundations-common": "^6.13.0",
20
+ "@skyscanner/bpk-foundations-common": "^19.3.0",
21
21
  "color": "^4.2.3"
22
22
  },
23
- "gitHead": "8bc0b50109bcdfd8455dd2032ea40b31221dcc4e"
23
+ "gitHead": "841c64a025cbaa1adf7d43fd9caacc5076ccccc0"
24
24
  }
@@ -93,7 +93,7 @@ module.exports = {
93
93
  surfaceSubtleNight: "rgb(36, 51, 70)",
94
94
  surfaceElevatedDay: "rgb(255, 255, 255)",
95
95
  surfaceHighlightNight: "rgb(36, 51, 70)",
96
- surfaceLowContrastDay: "rgb(239, 243, 248)",
96
+ surfaceLowContrastDay: "rgb(247, 249, 251)",
97
97
  surfaceSubtleDay: "rgb(227, 240, 255)",
98
98
  surfaceHighlightDay: "rgb(224, 228, 233)",
99
99
  textOnDarkDay: "rgb(255, 255, 255)",
@@ -166,7 +166,7 @@ $bpk-surface-elevated-day: rgb(255, 255, 255) !default;
166
166
  /// @group surface-colors
167
167
  $bpk-surface-highlight-night: rgb(36, 51, 70) !default;
168
168
  /// @group surface-colors
169
- $bpk-surface-low-contrast-day: rgb(239, 243, 248) !default;
169
+ $bpk-surface-low-contrast-day: rgb(247, 249, 251) !default;
170
170
  /// @group surface-colors
171
171
  $bpk-surface-subtle-day: rgb(227, 240, 255) !default;
172
172
  /// @group surface-colors
@@ -91,7 +91,7 @@ export declare const surfaceLowContrastNight = "rgb(36, 51, 70)" as const;
91
91
  export declare const surfaceSubtleNight = "rgb(36, 51, 70)" as const;
92
92
  export declare const surfaceElevatedDay = "rgb(255, 255, 255)" as const;
93
93
  export declare const surfaceHighlightNight = "rgb(36, 51, 70)" as const;
94
- export declare const surfaceLowContrastDay = "rgb(239, 243, 248)" as const;
94
+ export declare const surfaceLowContrastDay = "rgb(247, 249, 251)" as const;
95
95
  export declare const surfaceSubtleDay = "rgb(227, 240, 255)" as const;
96
96
  export declare const surfaceHighlightDay = "rgb(224, 228, 233)" as const;
97
97
  export declare const textOnDarkDay = "rgb(255, 255, 255)" as const;
@@ -91,7 +91,7 @@ export const surfaceLowContrastNight = "rgb(36, 51, 70)";
91
91
  export const surfaceSubtleNight = "rgb(36, 51, 70)";
92
92
  export const surfaceElevatedDay = "rgb(255, 255, 255)";
93
93
  export const surfaceHighlightNight = "rgb(36, 51, 70)";
94
- export const surfaceLowContrastDay = "rgb(239, 243, 248)";
94
+ export const surfaceLowContrastDay = "rgb(247, 249, 251)";
95
95
  export const surfaceSubtleDay = "rgb(227, 240, 255)";
96
96
  export const surfaceHighlightDay = "rgb(224, 228, 233)";
97
97
  export const textOnDarkDay = "rgb(255, 255, 255)";
@@ -51,6 +51,9 @@
51
51
  "ERFOUD": {
52
52
  "value": "#ffb54d"
53
53
  },
54
+ "GREY_05": {
55
+ "value": "#F7F9FB"
56
+ },
54
57
  "NIGHT_GREEN_SPOT": {
55
58
  "value": "#62F1C6"
56
59
  },
@@ -1021,8 +1024,8 @@
1021
1024
  "SURFACE_LOW_CONTRAST_DAY": {
1022
1025
  "type": "color",
1023
1026
  "category": "surface-colors",
1024
- "value": "rgb(239, 243, 248)",
1025
- "originalValue": "{!GREY_10}",
1027
+ "value": "rgb(247, 249, 251)",
1028
+ "originalValue": "{!GREY_05}",
1026
1029
  "name": "SURFACE_LOW_CONTRAST_DAY"
1027
1030
  },
1028
1031
  "SURFACE_SUBTLE_DAY": {
package/tokens/base.scss CHANGED
@@ -166,7 +166,7 @@ $bpk-surface-elevated-day: rgb(255, 255, 255);
166
166
  /// @group surface-colors
167
167
  $bpk-surface-highlight-night: rgb(36, 51, 70);
168
168
  /// @group surface-colors
169
- $bpk-surface-low-contrast-day: rgb(239, 243, 248);
169
+ $bpk-surface-low-contrast-day: rgb(247, 249, 251);
170
170
  /// @group surface-colors
171
171
  $bpk-surface-subtle-day: rgb(227, 240, 255);
172
172
  /// @group surface-colors