@skyscanner/bpk-foundations-common 2.2.1 → 2.3.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.
@@ -202,6 +202,21 @@
202
202
  "type": "size",
203
203
  "category": "typesettings"
204
204
  },
205
+ "TEXT_LABEL-3_FONT_SIZE": {
206
+ "value": "{!FONT_SIZE_XS}",
207
+ "type": "font-size",
208
+ "category": "font-sizes"
209
+ },
210
+ "TEXT_LABEL-3_FONT_WEIGHT": {
211
+ "value": "{!FONT_WEIGHT_BOLD}",
212
+ "type": "string",
213
+ "category": "font-weights"
214
+ },
215
+ "TEXT_LABEL-3_LINE_HEIGHT": {
216
+ "value": "{!LINE_HEIGHT_XS}",
217
+ "type": "size",
218
+ "category": "typesettings"
219
+ },
205
220
  "TEXT_LABEL-2_FONT_SIZE": {
206
221
  "value": "{!FONT_SIZE_SM}",
207
222
  "type": "font-size",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/bpk-foundations-common",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "description": "Common Backpack design tokens for colors, spacing, font, etc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -20,5 +20,5 @@
20
20
  "color": "^3.0.0"
21
21
  },
22
22
  "type": "module",
23
- "gitHead": "7314b42f84779b5fc82841473e68dc2a6e7183b9"
23
+ "gitHead": "0bba82a18a9395c0f98eaec9df15b3cadfc94c58"
24
24
  }