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

@sproutsocial/seeds-typography

Package Overview
Dependencies
Maintainers
44
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sproutsocial/seeds-typography - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

CHANGELOG.md

@@ -10,2 +10,3 @@ # Change Log

🚨 **Breaking Changes:**
- The deprecated `regular` font weight token has been removed. Please use `normal` as an equivalent.
- SCSS: `$Typography-weight--extra` is now `$Typography-weight--extra-bold`

@@ -12,0 +13,0 @@

15

config.json

@@ -10,3 +10,4 @@ {

"destination": "seeds-typography.scss",
"format": "template/typography-scss"
"format": "template/typography-scss",
"options": { "showFileHeader": false }
}]

@@ -20,3 +21,4 @@ },

"destination": "seeds-typography.css",
"format": "template/typography-css"
"format": "template/typography-css",
"options": { "showFileHeader": false }
}]

@@ -31,3 +33,4 @@ },

"destination": "seeds-typography.js",
"format": "template/js-exports-typography"
"format": "template/js-exports-typography",
"options": { "showFileHeader": false }
}

@@ -43,3 +46,4 @@ ]

"destination": "seeds-typography-unitless.js",
"format": "template/js-exports-typography-unitless"
"format": "template/js-exports-typography-unitless",
"options": { "showFileHeader": false }
}

@@ -54,3 +58,4 @@ ]

"destination": "tokens.json",
"format": "template/typography-json"
"format": "template/typography-json",
"options": { "showFileHeader": false }
}

@@ -57,0 +62,0 @@ ]

{
"name": "@sproutsocial/seeds-typography",
"version": "2.0.0",
"version": "2.0.1",
"description": "Seeds Typography Tokens",

@@ -15,4 +15,5 @@ "main": "dist/seeds-typography.js",

"devDependencies": {
"@sproutsocial/seeds-utils": "^1.0.0"
}
"@sproutsocial/seeds-utils": "^1.1.0"
},
"gitHead": "10a73c208d1b134ae66cbc86d0f8d223e064f8b6"
}
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