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

@zendeskgarden/css-variables

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/css-variables - npm Package Compare versions

Comparing version 5.0.4 to 5.1.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

<a name="5.1.0"></a>
# [5.1.0](https://github.com/zendeskgarden/css-components/compare/@zendeskgarden/css-variables@5.0.4...@zendeskgarden/css-variables@5.1.0) (2018-09-07)
### Features
* **variables|utilities:** add support for updated typography ([#109](https://github.com/zendeskgarden/css-components/issues/109)) ([248b14a](https://github.com/zendeskgarden/css-components/commit/248b14a))
<a name="5.0.4"></a>

@@ -8,0 +20,0 @@ ## [5.0.4](https://github.com/zendeskgarden/css-components/compare/@zendeskgarden/css-variables@5.0.3...@zendeskgarden/css-variables@5.0.4) (2018-08-13)

@@ -157,2 +157,8 @@ /**

zdFontFamilySystem: 'system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif',
zdFontSizeSm: '12px',
zdFontSizeMd: '14px',
zdFontSizeLg: '18px',
zdFontSizeXl: '22px',
zdFontSizeXxl: '26px',
zdFontSizeXxxl: '36px',
zdFontSizeGiga: '36px',

@@ -182,2 +188,8 @@ zdFontSizeMega: '28px',

zdFontWeightHeavy: '900',
zdLineHeightSm: '16px',
zdLineHeightMd: '20px',
zdLineHeightLg: '24px',
zdLineHeightXl: '28px',
zdLineHeightXxl: '32px',
zdLineHeightXxxl: '44px',
zdSpacingXxs: '4px',

@@ -184,0 +196,0 @@ zdSpacingXs: '8px',

@@ -150,2 +150,8 @@ {

"zd-font-family-system": "system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',Arial,sans-serif",
"zd-font-size-sm": "12px",
"zd-font-size-md": "14px",
"zd-font-size-lg": "18px",
"zd-font-size-xl": "22px",
"zd-font-size-xxl": "26px",
"zd-font-size-xxxl": "36px",
"zd-font-size-giga": "36px",

@@ -175,2 +181,8 @@ "zd-font-size-mega": "28px",

"zd-font-weight-heavy": "900",
"zd-line-height-sm": "16px",
"zd-line-height-md": "20px",
"zd-line-height-lg": "24px",
"zd-line-height-xl": "28px",
"zd-line-height-xxl": "32px",
"zd-line-height-xxxl": "44px",
"zd-spacing-xxs": "4px",

@@ -177,0 +189,0 @@ "zd-spacing-xs": "8px",

@@ -157,2 +157,8 @@ /**

zdFontFamilySystem: 'system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif',
zdFontSizeSm: '12px',
zdFontSizeMd: '14px',
zdFontSizeLg: '18px',
zdFontSizeXl: '22px',
zdFontSizeXxl: '26px',
zdFontSizeXxxl: '36px',
zdFontSizeGiga: '36px',

@@ -182,2 +188,8 @@ zdFontSizeMega: '28px',

zdFontWeightHeavy: '900',
zdLineHeightSm: '16px',
zdLineHeightMd: '20px',
zdLineHeightLg: '24px',
zdLineHeightXl: '28px',
zdLineHeightXxl: '32px',
zdLineHeightXxxl: '44px',
zdSpacingXxs: '4px',

@@ -184,0 +196,0 @@ zdSpacingXs: '8px',

5

package.json

@@ -11,3 +11,3 @@ {

},
"version": "5.0.4",
"version": "5.1.0",
"main": "dist/index.js",

@@ -44,3 +44,4 @@ "files": [

},
"style": "dist/index.css"
"style": "dist/index.css",
"gitHead": "541f1c4b3be8f57a794f987363eebcb11decd244"
}
dist/index.css

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