@skyscanner/bpk-foundations-android 7.5.0 → 7.6.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 +3 -3
- package/tokens/base.raw.android.json +32 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyscanner/bpk-foundations-android",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.6.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.6.0",
|
|
21
21
|
"color": "^3.0.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "827bcf9ef5d427563b46a168fdb19f3e381ec098"
|
|
24
24
|
}
|
|
@@ -2403,6 +2403,34 @@
|
|
|
2403
2403
|
"originalValue": "{!BLACK_ALPHA_70}",
|
|
2404
2404
|
"name": "SCRIM_NIGHT"
|
|
2405
2405
|
},
|
|
2406
|
+
"PRIVATE_INFO_BANNER_SUCCESS_COLOR": {
|
|
2407
|
+
"type": "color",
|
|
2408
|
+
"category": "info-banner-colors",
|
|
2409
|
+
"value": "#0c838aff",
|
|
2410
|
+
"originalValue": "{!GREEN_SPOT}",
|
|
2411
|
+
"name": "PRIVATE_INFO_BANNER_SUCCESS_COLOR"
|
|
2412
|
+
},
|
|
2413
|
+
"PRIVATE_INFO_BANNER_WARNING_COLOR": {
|
|
2414
|
+
"type": "color",
|
|
2415
|
+
"category": "info-banner-colors",
|
|
2416
|
+
"value": "#f55d42ff",
|
|
2417
|
+
"originalValue": "{!AMBER_SPOT}",
|
|
2418
|
+
"name": "PRIVATE_INFO_BANNER_WARNING_COLOR"
|
|
2419
|
+
},
|
|
2420
|
+
"PRIVATE_INFO_BANNER_ERROR_COLOR": {
|
|
2421
|
+
"type": "color",
|
|
2422
|
+
"category": "info-banner-colors",
|
|
2423
|
+
"value": "#e70866ff",
|
|
2424
|
+
"originalValue": "{!BERRY}",
|
|
2425
|
+
"name": "PRIVATE_INFO_BANNER_ERROR_COLOR"
|
|
2426
|
+
},
|
|
2427
|
+
"PRIVATE_INFO_BANNER_INFO_COLOR": {
|
|
2428
|
+
"type": "color",
|
|
2429
|
+
"category": "info-banner-colors",
|
|
2430
|
+
"value": "#c2c9cdff",
|
|
2431
|
+
"originalValue": "{!GREY_30}",
|
|
2432
|
+
"name": "PRIVATE_INFO_BANNER_INFO_COLOR"
|
|
2433
|
+
},
|
|
2406
2434
|
"MARCOMMS_BERRY": {
|
|
2407
2435
|
"type": "color",
|
|
2408
2436
|
"category": "marcomms-colors",
|
|
@@ -4309,6 +4337,10 @@
|
|
|
4309
4337
|
"BACKGROUND_TERTIARY_LIGHT_COLOR",
|
|
4310
4338
|
"BACKGROUND_SECONDARY_LIGHT_COLOR",
|
|
4311
4339
|
"SCRIM_NIGHT",
|
|
4340
|
+
"PRIVATE_INFO_BANNER_SUCCESS_COLOR",
|
|
4341
|
+
"PRIVATE_INFO_BANNER_WARNING_COLOR",
|
|
4342
|
+
"PRIVATE_INFO_BANNER_ERROR_COLOR",
|
|
4343
|
+
"PRIVATE_INFO_BANNER_INFO_COLOR",
|
|
4312
4344
|
"MARCOMMS_BERRY",
|
|
4313
4345
|
"MARCOMMS_CHARCOAL",
|
|
4314
4346
|
"MARCOMMS_ORANGE",
|