Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quadient/design-tokens

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quadient/design-tokens - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

build/js/variablesLegacyTheme.js
/**
* Do not edit directly
* Generated on Fri, 30 Apr 2021 10:24:14 GMT
* Generated on Mon, 03 May 2021 09:44:13 GMT
*/

@@ -287,5 +287,5 @@

export const FontStrongFontFamily = "'Open Sans', sans-serif";
export const FontStrongSize = 13;
export const FontStrongSize = 14;
export const FontStrongLineHeight = "20px";
export const FontStrongWeight = 600;
export const FontStrongWeight = 400;
export const FontStrongFontStyle = "normal";

@@ -292,0 +292,0 @@ export const FontStrongLetterSpacing = 0;

@@ -283,5 +283,5 @@ {

"FontStrongFontFamily": "'Open Sans', sans-serif",
"FontStrongSize": 13,
"FontStrongSize": 14,
"FontStrongLineHeight": "20px",
"FontStrongWeight": 600,
"FontStrongWeight": 400,
"FontStrongFontStyle": "normal",

@@ -288,0 +288,0 @@ "FontStrongLetterSpacing": 0,

@@ -0,1 +1,5 @@

# 0.0.5
## Fixed
- `fontSize` and `fontWeight` values of font `strong` for legacy theme
# 0.0.4

@@ -2,0 +6,0 @@ ## Changed

{
"name": "@quadient/design-tokens",
"version": "0.0.4",
"version": "0.0.5",
"description": "Quadient design tokens generator tool. As an output, various types of formats are generated based on configuration in json input files.",

@@ -5,0 +5,0 @@ "main": "config.js",

@@ -16,4 +16,4 @@ {

"fontFamily": { "value": "'Open Sans', sans-serif" },
"size": { "value": 13, "unit": "px" },
"weight": { "value": 600 }
"size": { "value": 14, "unit": "px" },
"weight": { "value": 400 }
},

@@ -20,0 +20,0 @@ "heading": {

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