@skyscanner/bpk-foundations-android 5.1.4 → 6.0.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": "5.1.4",
3
+ "version": "6.0.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": "^4.1.2",
20
+ "@skyscanner/bpk-foundations-common": "^5.0.0",
21
21
  "color": "^3.0.0"
22
22
  },
23
- "gitHead": "d84cb6143c3b32b20b5ce1d6415e29ed232da657"
23
+ "gitHead": "63f2854be993fa37bf15a89c36b5814af55c58f7"
24
24
  }
@@ -21,7 +21,7 @@
21
21
  "BORDER_RADIUS_LG": {
22
22
  "value": 24
23
23
  },
24
- "BORDER_RADIUS_PILL": {
24
+ "BORDER_RADIUS_XL": {
25
25
  "value": 40
26
26
  },
27
27
  "CAROUSEL_INDICATOR_DOT_SIZE_SM": {
@@ -3053,12 +3053,12 @@
3053
3053
  "originalValue": "{!BORDER_RADIUS_LG}",
3054
3054
  "name": "BORDER_RADIUS_LG"
3055
3055
  },
3056
- "BORDER_RADIUS_PILL": {
3056
+ "BORDER_RADIUS_XL": {
3057
3057
  "type": "size",
3058
3058
  "value": "40",
3059
3059
  "category": "radii",
3060
- "originalValue": "{!BORDER_RADIUS_PILL}",
3061
- "name": "BORDER_RADIUS_PILL"
3060
+ "originalValue": "{!BORDER_RADIUS_XL}",
3061
+ "name": "BORDER_RADIUS_XL"
3062
3062
  },
3063
3063
  "BUTTON_BORDER_WIDTH": {
3064
3064
  "type": "size",
@@ -4274,7 +4274,7 @@
4274
4274
  "BORDER_RADIUS_SM",
4275
4275
  "BORDER_RADIUS_MD",
4276
4276
  "BORDER_RADIUS_LG",
4277
- "BORDER_RADIUS_PILL",
4277
+ "BORDER_RADIUS_XL",
4278
4278
  "BUTTON_BORDER_WIDTH",
4279
4279
  "BUTTON_HEIGHT",
4280
4280
  "BUTTON_PADDING_HORIZONTAL",