New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mirohq/design-tokens

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-tokens - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1-font-roobert-pro-fallback.0

25

dist/main.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc