@skyscanner/bpk-foundations-web 22.1.0 → 22.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.
- package/package.json +3 -3
- package/tokens/base.common.js +1 -1
- package/tokens/base.default.scss +1 -1
- package/tokens/base.es6.d.ts +1 -1
- package/tokens/base.es6.js +1 -1
- package/tokens/base.raw.json +2 -2
- package/tokens/base.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyscanner/bpk-foundations-web",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.3.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": "^22.
|
|
20
|
+
"@skyscanner/bpk-foundations-common": "^22.3.0",
|
|
21
21
|
"color": "^5.0.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "6f10cf1491d08105ec07ba206e0136c27188268e"
|
|
24
24
|
}
|
package/tokens/base.common.js
CHANGED
|
@@ -391,7 +391,7 @@ module.exports = {
|
|
|
391
391
|
letterSpacingHero: "-0.04em",
|
|
392
392
|
fontSizeRoot: "100%",
|
|
393
393
|
fontSize6Xl: "4.75rem",
|
|
394
|
-
fontFamilyBase: "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
394
|
+
fontFamilyBase: "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif 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",
|
|
395
395
|
fontWeightBold: "700",
|
|
396
396
|
fontColorBase: "rgb(22, 22, 22)",
|
|
397
397
|
lineHeightBaseTight: "1.25rem",
|
package/tokens/base.default.scss
CHANGED
|
@@ -778,7 +778,7 @@ $bpk-font-size-root: 100% !default;
|
|
|
778
778
|
/// @group typesettings
|
|
779
779
|
$bpk-font-size-6-xl: 4.75rem !default;
|
|
780
780
|
/// @group typesettings
|
|
781
|
-
$bpk-font-family-base: 'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !default;
|
|
781
|
+
$bpk-font-family-base: 'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif 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;
|
|
782
782
|
/// @group font-weights
|
|
783
783
|
$bpk-font-weight-bold: 700 !default;
|
|
784
784
|
/// @group text-colors
|
package/tokens/base.es6.d.ts
CHANGED
|
@@ -389,7 +389,7 @@ export declare const letterSpacingDisplay = "-0.05em" as const;
|
|
|
389
389
|
export declare const letterSpacingHero = "-0.04em" as const;
|
|
390
390
|
export declare const fontSizeRoot = "100%" as const;
|
|
391
391
|
export declare const fontSize6Xl = "4.75rem" as const;
|
|
392
|
-
export declare const fontFamilyBase = "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif" as const;
|
|
392
|
+
export declare const fontFamilyBase = "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif 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;
|
|
393
393
|
export declare const fontWeightBold = "700" as const;
|
|
394
394
|
export declare const fontColorBase = "rgb(22, 22, 22)" as const;
|
|
395
395
|
export declare const lineHeightBaseTight = "1.25rem" as const;
|
package/tokens/base.es6.js
CHANGED
|
@@ -389,7 +389,7 @@ export const letterSpacingDisplay = "-0.05em";
|
|
|
389
389
|
export const letterSpacingHero = "-0.04em";
|
|
390
390
|
export const fontSizeRoot = "100%";
|
|
391
391
|
export const fontSize6Xl = "4.75rem";
|
|
392
|
-
export const fontFamilyBase = "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
392
|
+
export const fontFamilyBase = "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif 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";
|
|
393
393
|
export const fontWeightBold = "700";
|
|
394
394
|
export const fontColorBase = "rgb(22, 22, 22)";
|
|
395
395
|
export const lineHeightBaseTight = "1.25rem";
|
package/tokens/base.raw.json
CHANGED
|
@@ -3200,10 +3200,10 @@
|
|
|
3200
3200
|
"name": "FONT_SIZE_6XL"
|
|
3201
3201
|
},
|
|
3202
3202
|
"FONT_FAMILY_BASE": {
|
|
3203
|
-
"value": "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
3203
|
+
"value": "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif 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",
|
|
3204
3204
|
"type": "font",
|
|
3205
3205
|
"category": "typesettings",
|
|
3206
|
-
"originalValue": "'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
|
|
3206
|
+
"originalValue": "'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif 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",
|
|
3207
3207
|
"name": "FONT_FAMILY_BASE"
|
|
3208
3208
|
},
|
|
3209
3209
|
"FONT_WEIGHT_BOLD": {
|
package/tokens/base.scss
CHANGED
|
@@ -778,7 +778,7 @@ $bpk-font-size-root: 100%;
|
|
|
778
778
|
/// @group typesettings
|
|
779
779
|
$bpk-font-size-6-xl: 4.75rem;
|
|
780
780
|
/// @group typesettings
|
|
781
|
-
$bpk-font-family-base: 'Skyscanner Relative', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
|
781
|
+
$bpk-font-family-base: 'Skyscanner Relative', 'Noto Sans Arabic', 'Noto Sans Hebrew', 'Noto Serif', 'Noto Serif Devanagari', 'Noto Serif 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;
|
|
782
782
|
/// @group font-weights
|
|
783
783
|
$bpk-font-weight-bold: 700;
|
|
784
784
|
/// @group text-colors
|