@skyscanner/bpk-foundations-ios 6.6.2 → 6.7.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.ios.json +23 -0
- package/tokens/base.raw.ios.json +26 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyscanner/bpk-foundations-ios",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.7.0",
|
|
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": "^6.
|
|
20
|
+
"@skyscanner/bpk-foundations-common": "^6.7.0",
|
|
21
21
|
"color": "^3.0.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "2f804a591a4a9f183409836999aa1d086cda7741"
|
|
24
24
|
}
|
package/tokens/base.ios.json
CHANGED
|
@@ -1494,6 +1494,13 @@
|
|
|
1494
1494
|
"originalValue": "{!YELLOW_MUTED}",
|
|
1495
1495
|
"name": "statusWarningFillDay"
|
|
1496
1496
|
},
|
|
1497
|
+
{
|
|
1498
|
+
"type": "color",
|
|
1499
|
+
"category": "surface-colors",
|
|
1500
|
+
"value": "#010913ff",
|
|
1501
|
+
"originalValue": "{!NIGHT_GREY_10}",
|
|
1502
|
+
"name": "surfaceHeroNight"
|
|
1503
|
+
},
|
|
1497
1504
|
{
|
|
1498
1505
|
"type": "color",
|
|
1499
1506
|
"category": "surface-colors",
|
|
@@ -1501,6 +1508,13 @@
|
|
|
1501
1508
|
"originalValue": "{!NIGHT_GREY_20}",
|
|
1502
1509
|
"name": "surfaceDefaultNight"
|
|
1503
1510
|
},
|
|
1511
|
+
{
|
|
1512
|
+
"type": "color",
|
|
1513
|
+
"category": "surface-colors",
|
|
1514
|
+
"value": "#0062e3ff",
|
|
1515
|
+
"originalValue": "{!SKY_BLUE}",
|
|
1516
|
+
"name": "surfaceHeroDay"
|
|
1517
|
+
},
|
|
1504
1518
|
{
|
|
1505
1519
|
"type": "color",
|
|
1506
1520
|
"category": "surface-colors",
|
|
@@ -3285,6 +3299,15 @@
|
|
|
3285
3299
|
"darkValue": "#fbf1bbff",
|
|
3286
3300
|
"originalDarkValue": "{!NIGHT_YELLOW_FILL}"
|
|
3287
3301
|
},
|
|
3302
|
+
{
|
|
3303
|
+
"type": "color",
|
|
3304
|
+
"category": "surface-colors",
|
|
3305
|
+
"value": "#0062e3ff",
|
|
3306
|
+
"originalValue": "{!SKY_BLUE}",
|
|
3307
|
+
"name": "surfaceHeroColor",
|
|
3308
|
+
"darkValue": "#010913ff",
|
|
3309
|
+
"originalDarkValue": "{!NIGHT_GREY_10}"
|
|
3310
|
+
},
|
|
3288
3311
|
{
|
|
3289
3312
|
"type": "color",
|
|
3290
3313
|
"category": "surface-colors",
|
package/tokens/base.raw.ios.json
CHANGED
|
@@ -1925,6 +1925,13 @@
|
|
|
1925
1925
|
"originalValue": "{!YELLOW_MUTED}",
|
|
1926
1926
|
"name": "STATUS_WARNING_FILL_DAY"
|
|
1927
1927
|
},
|
|
1928
|
+
"SURFACE_HERO_NIGHT": {
|
|
1929
|
+
"type": "color",
|
|
1930
|
+
"category": "surface-colors",
|
|
1931
|
+
"value": "#010913ff",
|
|
1932
|
+
"originalValue": "{!NIGHT_GREY_10}",
|
|
1933
|
+
"name": "SURFACE_HERO_NIGHT"
|
|
1934
|
+
},
|
|
1928
1935
|
"SURFACE_DEFAULT_NIGHT": {
|
|
1929
1936
|
"type": "color",
|
|
1930
1937
|
"category": "surface-colors",
|
|
@@ -1932,6 +1939,13 @@
|
|
|
1932
1939
|
"originalValue": "{!NIGHT_GREY_20}",
|
|
1933
1940
|
"name": "SURFACE_DEFAULT_NIGHT"
|
|
1934
1941
|
},
|
|
1942
|
+
"SURFACE_HERO_DAY": {
|
|
1943
|
+
"type": "color",
|
|
1944
|
+
"category": "surface-colors",
|
|
1945
|
+
"value": "#0062e3ff",
|
|
1946
|
+
"originalValue": "{!SKY_BLUE}",
|
|
1947
|
+
"name": "SURFACE_HERO_DAY"
|
|
1948
|
+
},
|
|
1935
1949
|
"SURFACE_DEFAULT_DAY": {
|
|
1936
1950
|
"type": "color",
|
|
1937
1951
|
"category": "surface-colors",
|
|
@@ -3716,6 +3730,15 @@
|
|
|
3716
3730
|
"darkValue": "#fbf1bbff",
|
|
3717
3731
|
"originalDarkValue": "{!NIGHT_YELLOW_FILL}"
|
|
3718
3732
|
},
|
|
3733
|
+
"SURFACE_HERO_COLOR": {
|
|
3734
|
+
"type": "color",
|
|
3735
|
+
"category": "surface-colors",
|
|
3736
|
+
"value": "#0062e3ff",
|
|
3737
|
+
"originalValue": "{!SKY_BLUE}",
|
|
3738
|
+
"name": "SURFACE_HERO_COLOR",
|
|
3739
|
+
"darkValue": "#010913ff",
|
|
3740
|
+
"originalDarkValue": "{!NIGHT_GREY_10}"
|
|
3741
|
+
},
|
|
3719
3742
|
"SURFACE_DEFAULT_COLOR": {
|
|
3720
3743
|
"type": "color",
|
|
3721
3744
|
"category": "surface-colors",
|
|
@@ -4587,7 +4610,9 @@
|
|
|
4587
4610
|
"STATUS_WARNING_SPOT_DAY",
|
|
4588
4611
|
"STATUS_DANGER_FILL_DAY",
|
|
4589
4612
|
"STATUS_WARNING_FILL_DAY",
|
|
4613
|
+
"SURFACE_HERO_NIGHT",
|
|
4590
4614
|
"SURFACE_DEFAULT_NIGHT",
|
|
4615
|
+
"SURFACE_HERO_DAY",
|
|
4591
4616
|
"SURFACE_DEFAULT_DAY",
|
|
4592
4617
|
"SURFACE_CONTRAST_NIGHT",
|
|
4593
4618
|
"SURFACE_CONTRAST_DAY",
|
|
@@ -4835,6 +4860,7 @@
|
|
|
4835
4860
|
"STATUS_WARNING_SPOT_COLOR",
|
|
4836
4861
|
"STATUS_DANGER_FILL_COLOR",
|
|
4837
4862
|
"STATUS_WARNING_FILL_COLOR",
|
|
4863
|
+
"SURFACE_HERO_COLOR",
|
|
4838
4864
|
"SURFACE_DEFAULT_COLOR",
|
|
4839
4865
|
"SURFACE_CONTRAST_COLOR",
|
|
4840
4866
|
"SURFACE_ELEVATED_COLOR",
|