@skyscanner/bpk-foundations-android 4.2.0 → 4.2.1
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": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
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": "^3.1.
|
|
20
|
+
"@skyscanner/bpk-foundations-common": "^3.1.2",
|
|
21
21
|
"color": "^3.0.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "ea74e3e754d08d38a48febb4884514ad62754bbb"
|
|
24
24
|
}
|
|
@@ -2448,8 +2448,8 @@
|
|
|
2448
2448
|
"PRIVATE_CHIP_ON_DARK_ON_BACKGROUND_NIGHT": {
|
|
2449
2449
|
"type": "color",
|
|
2450
2450
|
"category": "chip-colors",
|
|
2451
|
-
"value": "#
|
|
2452
|
-
"originalValue": "#
|
|
2451
|
+
"value": "#054184ff",
|
|
2452
|
+
"originalValue": "#054184",
|
|
2453
2453
|
"name": "PRIVATE_CHIP_ON_DARK_ON_BACKGROUND_NIGHT"
|
|
2454
2454
|
},
|
|
2455
2455
|
"PRIVATE_CHIP_ON_DARK_PRESSED_BACKGROUND_DAY": {
|
|
@@ -3140,8 +3140,8 @@
|
|
|
3140
3140
|
"value": "#ffffffff",
|
|
3141
3141
|
"originalValue": "{!WHITE}",
|
|
3142
3142
|
"name": "PRIVATE_CHIP_ON_DARK_ON_BACKGROUND_COLOR",
|
|
3143
|
-
"darkValue": "#
|
|
3144
|
-
"originalDarkValue": "#
|
|
3143
|
+
"darkValue": "#054184ff",
|
|
3144
|
+
"originalDarkValue": "#054184"
|
|
3145
3145
|
},
|
|
3146
3146
|
"PRIVATE_CHIP_DEFAULT_NORMAL_BACKGROUND_COLOR": {
|
|
3147
3147
|
"type": "color",
|