@skyscanner/bpk-foundations-android 7.13.0 → 7.14.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-android",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.14.0",
|
|
4
4
|
"description": "Android 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.
|
|
20
|
+
"@skyscanner/bpk-foundations-common": "^6.14.0",
|
|
21
21
|
"color": "^4.2.3"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "9011e9118cf4b4c6818da02419aeab18de4d6384"
|
|
24
24
|
}
|
|
@@ -201,6 +201,9 @@
|
|
|
201
201
|
"ERFOUD": {
|
|
202
202
|
"value": "#FEEB87"
|
|
203
203
|
},
|
|
204
|
+
"GREY_05": {
|
|
205
|
+
"value": "#F7F9FB"
|
|
206
|
+
},
|
|
204
207
|
"NIGHT_GREEN_SPOT": {
|
|
205
208
|
"value": "#62F1C6"
|
|
206
209
|
},
|
|
@@ -2011,8 +2014,8 @@
|
|
|
2011
2014
|
"SURFACE_LOW_CONTRAST_DAY": {
|
|
2012
2015
|
"type": "color",
|
|
2013
2016
|
"category": "surface-colors",
|
|
2014
|
-
"value": "#
|
|
2015
|
-
"originalValue": "{!
|
|
2017
|
+
"value": "#f7f9fbff",
|
|
2018
|
+
"originalValue": "{!GREY_05}",
|
|
2016
2019
|
"name": "SURFACE_LOW_CONTRAST_DAY"
|
|
2017
2020
|
},
|
|
2018
2021
|
"SURFACE_SUBTLE_DAY": {
|
|
@@ -3725,8 +3728,8 @@
|
|
|
3725
3728
|
"SURFACE_LOW_CONTRAST_COLOR": {
|
|
3726
3729
|
"type": "color",
|
|
3727
3730
|
"category": "surface-colors",
|
|
3728
|
-
"value": "#
|
|
3729
|
-
"originalValue": "{!
|
|
3731
|
+
"value": "#f7f9fbff",
|
|
3732
|
+
"originalValue": "{!GREY_05}",
|
|
3730
3733
|
"name": "SURFACE_LOW_CONTRAST_COLOR",
|
|
3731
3734
|
"darkValue": "#243346ff",
|
|
3732
3735
|
"originalDarkValue": "{!NIGHT_GREY_25}"
|