@skyscanner/bpk-foundations-web 24.4.0 → 24.4.1

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": "24.4.0",
3
+ "version": "24.4.1",
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": "^24.4.0",
20
+ "@skyscanner/bpk-foundations-common": "^24.4.1",
21
21
  "color": "^5.0.0"
22
22
  },
23
- "gitHead": "a84a5de1eda86825879abd7f7ff7fc43eefe599d"
23
+ "gitHead": "2513fb75fd7df794b9b7acab4cf4c2654da0b802"
24
24
  }
@@ -383,7 +383,7 @@ module.exports = {
383
383
  lineHeightXxxl: "3rem",
384
384
  lineHeightXl: "2rem",
385
385
  fontSizeXl: "1.5rem",
386
- fontFamilyLarken: "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', 'Noto Serif SC', sans-serif",
386
+ fontFamilyLarken: "'Larken', sans-serif",
387
387
  fontSizeXxxxxl: "4rem",
388
388
  fontSizeXxxl: "2.5rem",
389
389
  lineHeightSm: "1.25rem",
@@ -399,7 +399,7 @@ module.exports = {
399
399
  letterSpacingHero: "-0.04em",
400
400
  fontSizeRoot: "100%",
401
401
  fontSize6Xl: "4.75rem",
402
- fontFamilyBase: "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
402
+ fontFamilyBase: "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
403
403
  fontWeightBold: "700",
404
404
  fontColorBase: "rgb(22, 22, 22)",
405
405
  lineHeightBaseTight: "1.25rem",
@@ -766,7 +766,7 @@ $bpk-line-height-xl: 2rem !default;
766
766
  /// @group typesettings
767
767
  $bpk-font-size-xl: 1.5rem !default;
768
768
  /// @group typesettings
769
- $bpk-font-family-larken: 'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', 'Noto Serif SC', sans-serif !default;
769
+ $bpk-font-family-larken: 'Larken', sans-serif !default;
770
770
  /// @group typesettings
771
771
  $bpk-font-size-xxxxxl: 4rem !default;
772
772
  /// @group typesettings
@@ -798,7 +798,7 @@ $bpk-font-size-root: 100% !default;
798
798
  /// @group typesettings
799
799
  $bpk-font-size-6-xl: 4.75rem !default;
800
800
  /// @group typesettings
801
- $bpk-font-family-base: 'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !default;
801
+ $bpk-font-family-base: 'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !default;
802
802
  /// @group font-weights
803
803
  $bpk-font-weight-bold: 700 !default;
804
804
  /// @group text-colors
@@ -381,7 +381,7 @@ export declare const lineHeightXxxxxl = "4rem" as const;
381
381
  export declare const lineHeightXxxl = "3rem" as const;
382
382
  export declare const lineHeightXl = "2rem" as const;
383
383
  export declare const fontSizeXl = "1.5rem" as const;
384
- export declare const fontFamilyLarken = "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', 'Noto Serif SC', sans-serif" as const;
384
+ export declare const fontFamilyLarken = "'Larken', sans-serif" as const;
385
385
  export declare const fontSizeXxxxxl = "4rem" as const;
386
386
  export declare const fontSizeXxxl = "2.5rem" as const;
387
387
  export declare const lineHeightSm = "1.25rem" as const;
@@ -397,7 +397,7 @@ export declare const letterSpacingDisplay = "-0.05em" as const;
397
397
  export declare const letterSpacingHero = "-0.04em" as const;
398
398
  export declare const fontSizeRoot = "100%" as const;
399
399
  export declare const fontSize6Xl = "4.75rem" as const;
400
- export declare const fontFamilyBase = "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif" as const;
400
+ export declare const fontFamilyBase = "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif" as const;
401
401
  export declare const fontWeightBold = "700" as const;
402
402
  export declare const fontColorBase = "rgb(22, 22, 22)" as const;
403
403
  export declare const lineHeightBaseTight = "1.25rem" as const;
@@ -381,7 +381,7 @@ export const lineHeightXxxxxl = "4rem";
381
381
  export const lineHeightXxxl = "3rem";
382
382
  export const lineHeightXl = "2rem";
383
383
  export const fontSizeXl = "1.5rem";
384
- export const fontFamilyLarken = "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', 'Noto Serif SC', sans-serif";
384
+ export const fontFamilyLarken = "'Larken', sans-serif";
385
385
  export const fontSizeXxxxxl = "4rem";
386
386
  export const fontSizeXxxl = "2.5rem";
387
387
  export const lineHeightSm = "1.25rem";
@@ -397,7 +397,7 @@ export const letterSpacingDisplay = "-0.05em";
397
397
  export const letterSpacingHero = "-0.04em";
398
398
  export const fontSizeRoot = "100%";
399
399
  export const fontSize6Xl = "4.75rem";
400
- export const fontFamilyBase = "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
400
+ export const fontFamilyBase = "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
401
401
  export const fontWeightBold = "700";
402
402
  export const fontColorBase = "rgb(22, 22, 22)";
403
403
  export const lineHeightBaseTight = "1.25rem";
@@ -3174,10 +3174,10 @@
3174
3174
  "name": "FONT_SIZE_XL"
3175
3175
  },
3176
3176
  "FONT_FAMILY_LARKEN": {
3177
- "value": "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', 'Noto Serif SC', sans-serif",
3177
+ "value": "'Larken', sans-serif",
3178
3178
  "type": "font",
3179
3179
  "category": "typesettings",
3180
- "originalValue": "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', 'Noto Serif SC', sans-serif",
3180
+ "originalValue": "'Larken', sans-serif",
3181
3181
  "name": "FONT_FAMILY_LARKEN"
3182
3182
  },
3183
3183
  "FONT_SIZE_XXXXXL": {
@@ -3286,10 +3286,10 @@
3286
3286
  "name": "FONT_SIZE_6XL"
3287
3287
  },
3288
3288
  "FONT_FAMILY_BASE": {
3289
- "value": "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
3289
+ "value": "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
3290
3290
  "type": "font",
3291
3291
  "category": "typesettings",
3292
- "originalValue": "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
3292
+ "originalValue": "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
3293
3293
  "name": "FONT_FAMILY_BASE"
3294
3294
  },
3295
3295
  "FONT_WEIGHT_BOLD": {
package/tokens/base.scss CHANGED
@@ -766,7 +766,7 @@ $bpk-line-height-xl: 2rem;
766
766
  /// @group typesettings
767
767
  $bpk-font-size-xl: 1.5rem;
768
768
  /// @group typesettings
769
- $bpk-font-family-larken: 'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', 'Noto Serif SC', sans-serif;
769
+ $bpk-font-family-larken: 'Larken', sans-serif;
770
770
  /// @group typesettings
771
771
  $bpk-font-size-xxxxxl: 4rem;
772
772
  /// @group typesettings
@@ -798,7 +798,7 @@ $bpk-font-size-root: 100%;
798
798
  /// @group typesettings
799
799
  $bpk-font-size-6-xl: 4.75rem;
800
800
  /// @group typesettings
801
- $bpk-font-family-base: 'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
801
+ $bpk-font-family-base: 'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
802
802
  /// @group font-weights
803
803
  $bpk-font-weight-bold: 700;
804
804
  /// @group text-colors