@skyscanner/bpk-foundations-android 3.5.0 → 3.5.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": "3.5.
|
|
3
|
+
"version": "3.5.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": "^2.4.
|
|
20
|
+
"@skyscanner/bpk-foundations-common": "^2.4.1",
|
|
21
21
|
"color": "^3.0.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "1cbebbbd25cbe52f8516c8e0fe7cf5be8ab80780"
|
|
24
24
|
}
|
|
@@ -936,6 +936,13 @@
|
|
|
936
936
|
"originalValue": "{!NIGHT_GREY_20}",
|
|
937
937
|
"name": "COLOR_NIGHT_GREY_20"
|
|
938
938
|
},
|
|
939
|
+
"COLOR_NIGHT_GREY_25": {
|
|
940
|
+
"type": "color",
|
|
941
|
+
"category": "colors",
|
|
942
|
+
"value": "#1b2839ff",
|
|
943
|
+
"originalValue": "{!NIGHT_GREY_25}",
|
|
944
|
+
"name": "COLOR_NIGHT_GREY_25"
|
|
945
|
+
},
|
|
939
946
|
"COLOR_NIGHT_GREY_30": {
|
|
940
947
|
"type": "color",
|
|
941
948
|
"category": "colors",
|
|
@@ -3064,6 +3071,7 @@
|
|
|
3064
3071
|
"COLOR_NIGHT_GREEN_SPOT",
|
|
3065
3072
|
"COLOR_NIGHT_GREY_10",
|
|
3066
3073
|
"COLOR_NIGHT_GREY_20",
|
|
3074
|
+
"COLOR_NIGHT_GREY_25",
|
|
3067
3075
|
"COLOR_NIGHT_GREY_30",
|
|
3068
3076
|
"COLOR_NIGHT_GREY_40",
|
|
3069
3077
|
"COLOR_NIGHT_PINK",
|