@skyscanner/bpk-foundations-web 24.0.0 → 24.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 +3 -3
- package/tokens/base.common.js +2 -2
- package/tokens/base.default.scss +2 -2
- package/tokens/base.es6.d.ts +2 -2
- package/tokens/base.es6.js +2 -2
- package/tokens/base.raw.json +4 -4
- package/tokens/base.scss +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyscanner/bpk-foundations-web",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.1.0",
|
|
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.
|
|
20
|
+
"@skyscanner/bpk-foundations-common": "^24.1.0",
|
|
21
21
|
"color": "^5.0.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "a3e9cc4bfc4b21e4d2659942ec5f8a39bfdb40b4"
|
|
24
24
|
}
|
package/tokens/base.common.js
CHANGED
|
@@ -379,7 +379,7 @@ module.exports = {
|
|
|
379
379
|
lineHeightXxxl: "3rem",
|
|
380
380
|
lineHeightXl: "2rem",
|
|
381
381
|
fontSizeXl: "1.5rem",
|
|
382
|
-
fontFamilyLarken: "'Larken', 'Noto Sans Arabic', 'Noto
|
|
382
|
+
fontFamilyLarken: "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', sans-serif",
|
|
383
383
|
fontSizeXxxxxl: "4rem",
|
|
384
384
|
fontSizeXxxl: "2.5rem",
|
|
385
385
|
lineHeightSm: "1.25rem",
|
|
@@ -395,7 +395,7 @@ module.exports = {
|
|
|
395
395
|
letterSpacingHero: "-0.04em",
|
|
396
396
|
fontSizeRoot: "100%",
|
|
397
397
|
fontSize6Xl: "4.75rem",
|
|
398
|
-
fontFamilyBase: "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto
|
|
398
|
+
fontFamilyBase: "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
399
399
|
fontWeightBold: "700",
|
|
400
400
|
fontColorBase: "rgb(22, 22, 22)",
|
|
401
401
|
lineHeightBaseTight: "1.25rem",
|
package/tokens/base.default.scss
CHANGED
|
@@ -754,7 +754,7 @@ $bpk-line-height-xl: 2rem !default;
|
|
|
754
754
|
/// @group typesettings
|
|
755
755
|
$bpk-font-size-xl: 1.5rem !default;
|
|
756
756
|
/// @group typesettings
|
|
757
|
-
$bpk-font-family-larken: 'Larken', 'Noto Sans Arabic', 'Noto
|
|
757
|
+
$bpk-font-family-larken: 'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', sans-serif !default;
|
|
758
758
|
/// @group typesettings
|
|
759
759
|
$bpk-font-size-xxxxxl: 4rem !default;
|
|
760
760
|
/// @group typesettings
|
|
@@ -786,7 +786,7 @@ $bpk-font-size-root: 100% !default;
|
|
|
786
786
|
/// @group typesettings
|
|
787
787
|
$bpk-font-size-6-xl: 4.75rem !default;
|
|
788
788
|
/// @group typesettings
|
|
789
|
-
$bpk-font-family-base: 'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto
|
|
789
|
+
$bpk-font-family-base: 'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !default;
|
|
790
790
|
/// @group font-weights
|
|
791
791
|
$bpk-font-weight-bold: 700 !default;
|
|
792
792
|
/// @group text-colors
|
package/tokens/base.es6.d.ts
CHANGED
|
@@ -377,7 +377,7 @@ export declare const lineHeightXxxxxl = "4rem" as const;
|
|
|
377
377
|
export declare const lineHeightXxxl = "3rem" as const;
|
|
378
378
|
export declare const lineHeightXl = "2rem" as const;
|
|
379
379
|
export declare const fontSizeXl = "1.5rem" as const;
|
|
380
|
-
export declare const fontFamilyLarken = "'Larken', 'Noto Sans Arabic', 'Noto
|
|
380
|
+
export declare const fontFamilyLarken = "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', sans-serif" as const;
|
|
381
381
|
export declare const fontSizeXxxxxl = "4rem" as const;
|
|
382
382
|
export declare const fontSizeXxxl = "2.5rem" as const;
|
|
383
383
|
export declare const lineHeightSm = "1.25rem" as const;
|
|
@@ -393,7 +393,7 @@ export declare const letterSpacingDisplay = "-0.05em" as const;
|
|
|
393
393
|
export declare const letterSpacingHero = "-0.04em" as const;
|
|
394
394
|
export declare const fontSizeRoot = "100%" as const;
|
|
395
395
|
export declare const fontSize6Xl = "4.75rem" as const;
|
|
396
|
-
export declare const fontFamilyBase = "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto
|
|
396
|
+
export declare const fontFamilyBase = "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif" as const;
|
|
397
397
|
export declare const fontWeightBold = "700" as const;
|
|
398
398
|
export declare const fontColorBase = "rgb(22, 22, 22)" as const;
|
|
399
399
|
export declare const lineHeightBaseTight = "1.25rem" as const;
|
package/tokens/base.es6.js
CHANGED
|
@@ -377,7 +377,7 @@ export const lineHeightXxxxxl = "4rem";
|
|
|
377
377
|
export const lineHeightXxxl = "3rem";
|
|
378
378
|
export const lineHeightXl = "2rem";
|
|
379
379
|
export const fontSizeXl = "1.5rem";
|
|
380
|
-
export const fontFamilyLarken = "'Larken', 'Noto Sans Arabic', 'Noto
|
|
380
|
+
export const fontFamilyLarken = "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', sans-serif";
|
|
381
381
|
export const fontSizeXxxxxl = "4rem";
|
|
382
382
|
export const fontSizeXxxl = "2.5rem";
|
|
383
383
|
export const lineHeightSm = "1.25rem";
|
|
@@ -393,7 +393,7 @@ export const letterSpacingDisplay = "-0.05em";
|
|
|
393
393
|
export const letterSpacingHero = "-0.04em";
|
|
394
394
|
export const fontSizeRoot = "100%";
|
|
395
395
|
export const fontSize6Xl = "4.75rem";
|
|
396
|
-
export const fontFamilyBase = "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto
|
|
396
|
+
export const fontFamilyBase = "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
397
397
|
export const fontWeightBold = "700";
|
|
398
398
|
export const fontColorBase = "rgb(22, 22, 22)";
|
|
399
399
|
export const lineHeightBaseTight = "1.25rem";
|
package/tokens/base.raw.json
CHANGED
|
@@ -3126,10 +3126,10 @@
|
|
|
3126
3126
|
"name": "FONT_SIZE_XL"
|
|
3127
3127
|
},
|
|
3128
3128
|
"FONT_FAMILY_LARKEN": {
|
|
3129
|
-
"value": "'Larken', 'Noto Sans Arabic', 'Noto
|
|
3129
|
+
"value": "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', sans-serif",
|
|
3130
3130
|
"type": "font",
|
|
3131
3131
|
"category": "typesettings",
|
|
3132
|
-
"originalValue": "'Larken', 'Noto Sans Arabic', 'Noto
|
|
3132
|
+
"originalValue": "'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', sans-serif",
|
|
3133
3133
|
"name": "FONT_FAMILY_LARKEN"
|
|
3134
3134
|
},
|
|
3135
3135
|
"FONT_SIZE_XXXXXL": {
|
|
@@ -3238,10 +3238,10 @@
|
|
|
3238
3238
|
"name": "FONT_SIZE_6XL"
|
|
3239
3239
|
},
|
|
3240
3240
|
"FONT_FAMILY_BASE": {
|
|
3241
|
-
"value": "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto
|
|
3241
|
+
"value": "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
3242
3242
|
"type": "font",
|
|
3243
3243
|
"category": "typesettings",
|
|
3244
|
-
"originalValue": "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto
|
|
3244
|
+
"originalValue": "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
3245
3245
|
"name": "FONT_FAMILY_BASE"
|
|
3246
3246
|
},
|
|
3247
3247
|
"FONT_WEIGHT_BOLD": {
|
package/tokens/base.scss
CHANGED
|
@@ -754,7 +754,7 @@ $bpk-line-height-xl: 2rem;
|
|
|
754
754
|
/// @group typesettings
|
|
755
755
|
$bpk-font-size-xl: 1.5rem;
|
|
756
756
|
/// @group typesettings
|
|
757
|
-
$bpk-font-family-larken: 'Larken', 'Noto Sans Arabic', 'Noto
|
|
757
|
+
$bpk-font-family-larken: 'Larken', 'Noto Sans Arabic', 'Noto Serif Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif Thai', 'Noto Serif SC', 'Noto Serif TC', 'Noto Serif JP', 'Noto Serif KR', sans-serif;
|
|
758
758
|
/// @group typesettings
|
|
759
759
|
$bpk-font-size-xxxxxl: 4rem;
|
|
760
760
|
/// @group typesettings
|
|
@@ -786,7 +786,7 @@ $bpk-font-size-root: 100%;
|
|
|
786
786
|
/// @group typesettings
|
|
787
787
|
$bpk-font-size-6-xl: 4.75rem;
|
|
788
788
|
/// @group typesettings
|
|
789
|
-
$bpk-font-family-base: 'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto
|
|
789
|
+
$bpk-font-family-base: 'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Sans', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
|
790
790
|
/// @group font-weights
|
|
791
791
|
$bpk-font-weight-bold: 700;
|
|
792
792
|
/// @group text-colors
|