@skyscanner/bpk-foundations-web 19.4.1 → 19.4.2

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-web",
3
- "version": "19.4.1",
3
+ "version": "19.4.2",
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": "^19.4.1",
20
+ "@skyscanner/bpk-foundations-common": "^19.4.2",
21
21
  "color": "^5.0.0"
22
22
  },
23
- "gitHead": "fce6283d9a98b0480a45aaab5480729bb66fbc15"
23
+ "gitHead": "0b10e16b271a30747b4aba3be58433f8716abd34"
24
24
  }
@@ -344,7 +344,7 @@ module.exports = {
344
344
  horizontalNavBarSelectedColor: "rgb(0, 98, 227)",
345
345
  iconSizeSm: "1rem",
346
346
  iconSizeLg: "1.5rem",
347
- iconSizeXl: "2rem",
347
+ iconSizeXl: "3rem",
348
348
  modalBackgroundColor: "rgb(255, 255, 255)",
349
349
  modalInitialOpacity: "0",
350
350
  modalOpacity: "1",
@@ -668,7 +668,7 @@ $bpk-icon-size-sm: 1rem !default;
668
668
  /// @group icons
669
669
  $bpk-icon-size-lg: 1.5rem !default;
670
670
  /// @group icons
671
- $bpk-icon-size-xl: 2rem !default;
671
+ $bpk-icon-size-xl: 3rem !default;
672
672
  /// @group modals
673
673
  $bpk-modal-background-color: rgb(255, 255, 255) !default;
674
674
  /// @group modals
@@ -342,7 +342,7 @@ export declare const inputDisabledBorderColor = "rgb(239, 243, 248)" as const;
342
342
  export declare const horizontalNavBarSelectedColor = "rgb(0, 98, 227)" as const;
343
343
  export declare const iconSizeSm = "1rem" as const;
344
344
  export declare const iconSizeLg = "1.5rem" as const;
345
- export declare const iconSizeXl = "2rem" as const;
345
+ export declare const iconSizeXl = "3rem" as const;
346
346
  export declare const modalBackgroundColor = "rgb(255, 255, 255)" as const;
347
347
  export declare const modalInitialOpacity = "0" as const;
348
348
  export declare const modalOpacity = "1" as const;
@@ -342,7 +342,7 @@ export const inputDisabledBorderColor = "rgb(239, 243, 248)";
342
342
  export const horizontalNavBarSelectedColor = "rgb(0, 98, 227)";
343
343
  export const iconSizeSm = "1rem";
344
344
  export const iconSizeLg = "1.5rem";
345
- export const iconSizeXl = "2rem";
345
+ export const iconSizeXl = "3rem";
346
346
  export const modalBackgroundColor = "rgb(255, 255, 255)";
347
347
  export const modalInitialOpacity = "0";
348
348
  export const modalOpacity = "1";
@@ -2811,8 +2811,8 @@
2811
2811
  "ICON_SIZE_XL": {
2812
2812
  "type": "size",
2813
2813
  "category": "icons",
2814
- "value": "2rem",
2815
- "originalValue": "2rem",
2814
+ "value": "3rem",
2815
+ "originalValue": "3rem",
2816
2816
  "name": "ICON_SIZE_XL"
2817
2817
  },
2818
2818
  "MODAL_BACKGROUND_COLOR": {
package/tokens/base.scss CHANGED
@@ -668,7 +668,7 @@ $bpk-icon-size-sm: 1rem;
668
668
  /// @group icons
669
669
  $bpk-icon-size-lg: 1.5rem;
670
670
  /// @group icons
671
- $bpk-icon-size-xl: 2rem;
671
+ $bpk-icon-size-xl: 3rem;
672
672
  /// @group modals
673
673
  $bpk-modal-background-color: rgb(255, 255, 255);
674
674
  /// @group modals