@skyscanner/bpk-foundations-android 21.0.0 → 21.1.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/bpk-foundations-android",
3
- "version": "21.0.0",
3
+ "version": "21.1.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": "^21.0.0",
20
+ "@skyscanner/bpk-foundations-common": "^21.1.0",
21
21
  "color": "^5.0.0"
22
22
  },
23
- "gitHead": "ba1f9465b2fc40c98cb42965ac3eadf534f8a116"
23
+ "gitHead": "7aa9bed74509741e4013c50d88658c2d7785514d"
24
24
  }
@@ -75,6 +75,9 @@
75
75
  "LINE_HEIGHT_LG": {
76
76
  "value": 28
77
77
  },
78
+ "FONT_WEIGHT_BLACK": {
79
+ "value": "900"
80
+ },
78
81
  "LINE_HEIGHT_XS": {
79
82
  "value": 16
80
83
  },
@@ -147,9 +150,6 @@
147
150
  "FONT_SIZE_CAPS": {
148
151
  "value": 10
149
152
  },
150
- "FONT_WEIGHT_BLACK": {
151
- "value": "900"
152
- },
153
153
  "ANIMATION_DURATION_XS": {
154
154
  "value": "50ms"
155
155
  },
@@ -850,10 +850,10 @@
850
850
  "name": "TEXT_SUBHEADING_FONT_WEIGHT"
851
851
  },
852
852
  "TEXT_HERO-5_FONT_WEIGHT": {
853
- "value": "700",
853
+ "value": "900",
854
854
  "type": "string",
855
855
  "category": "font-weights",
856
- "originalValue": "{!FONT_WEIGHT_BOLD}",
856
+ "originalValue": "{!FONT_WEIGHT_BLACK}",
857
857
  "name": "TEXT_HERO-5_FONT_WEIGHT"
858
858
  },
859
859
  "TEXT_HEADING-1_FONT_WEIGHT": {