@skyscanner/bpk-foundations-common 19.5.0 → 20.0.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.
@@ -50,7 +50,7 @@
50
50
  "BERRY": "#E70866",
51
51
  "BERRY_75": "#C80456",
52
52
  "PINK_MUTED": "#FFE9F9",
53
- "GREY_05": "#F7F9FB",
53
+ "GREY_05": "#F5F7FA",
54
54
  "GREY_10": "#EFF3F8",
55
55
  "GREY_20": "#E0E4E9",
56
56
  "GREY_30": "#C1C7CF",
@@ -133,30 +133,6 @@
133
133
  },
134
134
  "COLOR_BLACK": {
135
135
  "value": "{!BLACK}"
136
- },
137
- "COLOR_BLACK_TINT_01": {
138
- "value": "{!BLACK_TINT_01}",
139
- "deprecated": true
140
- },
141
- "COLOR_BLACK_TINT_02": {
142
- "value": "{!BLACK_TINT_02}",
143
- "deprecated": true
144
- },
145
- "COLOR_BLACK_TINT_03": {
146
- "value": "{!BLACK_TINT_03}",
147
- "deprecated": true
148
- },
149
- "COLOR_BLACK_TINT_04": {
150
- "value": "{!BLACK_TINT_04}",
151
- "deprecated": true
152
- },
153
- "COLOR_BLACK_TINT_05": {
154
- "value": "{!BLACK_TINT_05}",
155
- "deprecated": true
156
- },
157
- "COLOR_BLACK_TINT_06": {
158
- "value": "{!BLACK_TINT_06}",
159
- "deprecated": true
160
136
  }
161
137
  }
162
138
  }
@@ -28,6 +28,6 @@
28
28
  },
29
29
  "PRIVATE_CHIP_ON_DARK_ON_DISMISS_ICON_NIGHT": {
30
30
  "value": "{!WHITE_ALPHA_50}"
31
- },
31
+ }
32
32
  }
33
33
  }
@@ -16,6 +16,6 @@
16
16
  },
17
17
  "PRIVATE_NAVIGATION_TAB_OUTLINE_NIGHT": {
18
18
  "value": "{!WHITE}"
19
- },
19
+ }
20
20
  }
21
21
  }
@@ -16,6 +16,6 @@
16
16
  },
17
17
  "PRIVATE_BAR_TRACK_ON_CONTRAST_NIGHT": {
18
18
  "value": "{!NIGHT_GREY_25}"
19
- },
19
+ }
20
20
  }
21
21
  }
@@ -15,6 +15,6 @@
15
15
  },
16
16
  "PRIVATE_SKELETON_SHIMMER_CENTER_NIGHT": {
17
17
  "value": "#00000033"
18
- },
18
+ }
19
19
  }
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/bpk-foundations-common",
3
- "version": "19.5.0",
3
+ "version": "20.0.0",
4
4
  "description": "Common Backpack design tokens for colors, spacing, font, etc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -20,5 +20,5 @@
20
20
  "color": "^5.0.0"
21
21
  },
22
22
  "type": "module",
23
- "gitHead": "c8e6bfdec3c44f7ecc387aaab19d68949b6a032c"
23
+ "gitHead": "9fae1a1c49c643ac88c3d07ccd8092785b21cd73"
24
24
  }