Socket
Socket
Sign inDemoInstall

@sendgrid/design-primitives

Package Overview
Dependencies
Maintainers
20
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/design-primitives - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

packages/design-components/components/scale.json

5

CHANGELOG.md

@@ -10,2 +10,7 @@ # Changelog

## [Released]
### [1.3.1] - 2019-05-10
#### Added
- design-component scale tokens.
- design-component scale to badge tokens.
### [1.3.0] - 2019-05-10

@@ -12,0 +17,0 @@ #### Changed

2

package.json
{
"name": "@sendgrid/design-primitives",
"version": "1.3.0",
"version": "1.3.1",
"description": "SendGrid design primitives",

@@ -5,0 +5,0 @@ "repository": "https://github.com/sendgrid/design-primitives",

{
"imports": [
"../aliases.json",
"../../utilities/colors.json"
"../../utilities/colors.json",
"./scale.json"
],

@@ -6,0 +7,0 @@ "global": {

@@ -71,2 +71,16 @@ /*

export const colorWildStrawberry = "#ff4081";
export const scaleBase = "12px";
export const scaleDown01 = "9px";
export const scaleDown02 = "6px";
export const scaleDown03 = "3px";
export const scaleUp01 = "13px";
export const scaleUp02 = "15px";
export const scaleUp03 = "18px";
export const scaleUp04 = "20px";
export const scaleUp05 = "27px";
export const scaleUp06 = "30px";
export const scaleUp07 = "40px";
export const scaleUp08 = "45px";
export const scaleUp09 = "60px";
export const scaleUp10 = "90px";
export const spacingLg = "30px";

@@ -149,2 +163,18 @@ export const spacingMd = "20px";

};
export const scale = {
scaleBase,
scaleDown01,
scaleDown02,
scaleDown03,
scaleUp01,
scaleUp02,
scaleUp03,
scaleUp04,
scaleUp05,
scaleUp06,
scaleUp07,
scaleUp08,
scaleUp09,
scaleUp10,
};
export const spacing = {

@@ -151,0 +181,0 @@ spacingLg,

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