@skyscanner/bpk-foundations-ios 2.5.0 → 2.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 +3 -3
- package/tokens/base.ios.json +7 -0
- package/tokens/base.raw.ios.json +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyscanner/bpk-foundations-ios",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Common Backpack 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
|
}
|
package/tokens/base.ios.json
CHANGED
|
@@ -553,6 +553,13 @@
|
|
|
553
553
|
"originalValue": "{!NIGHT_GREY_20}",
|
|
554
554
|
"name": "colorNightGrey20"
|
|
555
555
|
},
|
|
556
|
+
{
|
|
557
|
+
"type": "color",
|
|
558
|
+
"category": "colors",
|
|
559
|
+
"value": "#1b2839ff",
|
|
560
|
+
"originalValue": "{!NIGHT_GREY_25}",
|
|
561
|
+
"name": "colorNightGrey25"
|
|
562
|
+
},
|
|
556
563
|
{
|
|
557
564
|
"type": "color",
|
|
558
565
|
"category": "colors",
|
package/tokens/base.raw.ios.json
CHANGED
|
@@ -957,6 +957,13 @@
|
|
|
957
957
|
"originalValue": "{!NIGHT_GREY_20}",
|
|
958
958
|
"name": "COLOR_NIGHT_GREY_20"
|
|
959
959
|
},
|
|
960
|
+
"COLOR_NIGHT_GREY_25": {
|
|
961
|
+
"type": "color",
|
|
962
|
+
"category": "colors",
|
|
963
|
+
"value": "#1b2839ff",
|
|
964
|
+
"originalValue": "{!NIGHT_GREY_25}",
|
|
965
|
+
"name": "COLOR_NIGHT_GREY_25"
|
|
966
|
+
},
|
|
960
967
|
"COLOR_NIGHT_GREY_30": {
|
|
961
968
|
"type": "color",
|
|
962
969
|
"category": "colors",
|
|
@@ -3271,6 +3278,7 @@
|
|
|
3271
3278
|
"COLOR_NIGHT_GREEN_SPOT",
|
|
3272
3279
|
"COLOR_NIGHT_GREY_10",
|
|
3273
3280
|
"COLOR_NIGHT_GREY_20",
|
|
3281
|
+
"COLOR_NIGHT_GREY_25",
|
|
3274
3282
|
"COLOR_NIGHT_GREY_30",
|
|
3275
3283
|
"COLOR_NIGHT_GREY_40",
|
|
3276
3284
|
"COLOR_NIGHT_PINK",
|