@mirohq/design-tokens
Advanced tools
Comparing version 6.1.0 to 6.1.1-font-roobert-pro-fallback.0
@@ -5,13 +5,2 @@ 'use strict'; | ||
const fonts$2 = { | ||
heading: "Roobert PRO", | ||
body: "Open Sans" | ||
}; | ||
const fallback = "OpenSans, Noto Sans KR, Noto Sans JP, sans-serif"; | ||
const fonts$1 = { | ||
body: fallback, | ||
heading: fallback | ||
}; | ||
const colors = { | ||
@@ -220,2 +209,8 @@ "alpha-black-100": "#1A1B1E1A", | ||
const fallback = "Noto Sans KR, Noto Sans JP, sans-serif"; | ||
const fonts = { | ||
heading: "Roobert PRO, Roobert, ".concat(fallback), | ||
body: "Open Sans, OpenSans, ".concat(fallback) | ||
}; | ||
const sizesScales = [...Array(200)].reduce( | ||
@@ -251,10 +246,2 @@ (acc, _, i) => { | ||
const fonts = Object.entries(fonts$1).reduce( | ||
(result, [token, value]) => ({ | ||
...result, | ||
[token]: "".concat(result[token], ", ").concat(value) | ||
}), | ||
fonts$2 | ||
); | ||
exports.borderWidths = borderWidths; | ||
@@ -261,0 +248,0 @@ exports.colors = colors; |
@@ -1,12 +0,1 @@ | ||
const fonts$2 = { | ||
heading: "Roobert PRO", | ||
body: "Open Sans" | ||
}; | ||
const fallback = "OpenSans, Noto Sans KR, Noto Sans JP, sans-serif"; | ||
const fonts$1 = { | ||
body: fallback, | ||
heading: fallback | ||
}; | ||
const colors = { | ||
@@ -215,2 +204,8 @@ "alpha-black-100": "#1A1B1E1A", | ||
const fallback = "Noto Sans KR, Noto Sans JP, sans-serif"; | ||
const fonts = { | ||
heading: "Roobert PRO, Roobert, ".concat(fallback), | ||
body: "Open Sans, OpenSans, ".concat(fallback) | ||
}; | ||
const sizesScales = [...Array(200)].reduce( | ||
@@ -246,11 +241,3 @@ (acc, _, i) => { | ||
const fonts = Object.entries(fonts$1).reduce( | ||
(result, [token, value]) => ({ | ||
...result, | ||
[token]: "".concat(result[token], ", ").concat(value) | ||
}), | ||
fonts$2 | ||
); | ||
export { borderWidths, colors, fontSizes, fontWeights, fonts, lineHeights, radii, sizes, space, strokeWidths, zIndices }; | ||
//# sourceMappingURL=module.js.map |
@@ -229,2 +229,8 @@ /** | ||
declare const fonts: { | ||
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif"; | ||
readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif"; | ||
}; | ||
declare type Fonts = keyof typeof fonts; | ||
declare const sizes: { | ||
@@ -253,8 +259,2 @@ readonly number: string; | ||
declare const fonts: { | ||
heading: "Roobert PRO, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif"; | ||
body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif"; | ||
}; | ||
declare type Fonts = keyof typeof fonts; | ||
export { BorderWidths, Colors, FontSizes, FontWeights, Fonts, LineHeights, Radii, Sizes, Space, StrokeWidths, ZIndices, borderWidths, colors, fontSizes, fontWeights, fonts, lineHeights, radii, sizes, space, strokeWidths, zIndices }; |
{ | ||
"name": "@mirohq/design-tokens", | ||
"version": "6.1.0", | ||
"version": "6.1.1-font-roobert-pro-fallback.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Miro", |
@@ -160,4 +160,4 @@ { | ||
"fonts": { | ||
"body": "OpenSans, Noto Sans KR, Noto Sans JP, sans-serif", | ||
"heading": "OpenSans, Noto Sans KR, Noto Sans JP, sans-serif" | ||
"body": "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif", | ||
"heading": "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif" | ||
}, | ||
@@ -164,0 +164,0 @@ "fontSize": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
65183
1535
2