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.1 to 3.0.0-beta.0

LICENSE

19

CHANGELOG.md

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

# [3.0.0-beta.0](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-typography@2.0.0...@sproutsocial/seeds-typography@3.0.0-beta.0) (2019-05-17)
### Features
* **seeds-typography:** update styles for Nectar ([01db55a](https://github.com/sproutsocial/seeds/commit/01db55a))
### BREAKING CHANGES
* **seeds-typography:** the font stack has been changed to system fonts
## 2.0.1 (2018-11-19)
Remove metadata comment from output files.
## 2.0.0 (2018-11-13)

@@ -8,0 +27,0 @@ Refactored build system to use [Style Dictionary](https://amzn.github.io/style-dictionary).

3

dist/seeds-typography-unitless.js
'use strict';
module.exports = {
TYPOGRAPHY_FAMILY: '"Proxima Nova", proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
TYPOGRAPHY_FAMILY_SYSTEM: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
TYPOGRAPHY_FAMILY: 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
TYPOGRAPHY_SIZE_100: {

@@ -7,0 +6,0 @@ fontSize: 11,

'use strict';
module.exports = {
TYPOGRAPHY_FAMILY: '"Proxima Nova", proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
TYPOGRAPHY_FAMILY_SYSTEM: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
TYPOGRAPHY_FAMILY: 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
TYPOGRAPHY_SIZE_100: {

@@ -7,0 +6,0 @@ fontSize: '11px',

@@ -8,13 +8,5 @@ [

"app": "Family family",
"value": "\"Proxima Nova\", proxima-nova, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Helvetica, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\""
"value": "system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif"
},
{
"category": "family",
"sass": "$Typography-family--system",
"css": "--typography-family--system",
"javascript": "TYPOGRAPHY_FAMILY_SYSTEM",
"app": "Family system",
"value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Helvetica, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\""
},
{
"category": "size",

@@ -21,0 +13,0 @@ "sass": "@include Typography-size--100;",

{
"name": "@sproutsocial/seeds-typography",
"version": "2.0.1",
"version": "3.0.0-beta.0",
"description": "Seeds Typography Tokens",

@@ -10,3 +10,4 @@ "main": "dist/seeds-typography.js",

},
"author": "Sprout Social",
"author": "Sprout Social, Inc.",
"license": "MIT",
"scripts": {

@@ -18,3 +19,3 @@ "build": "node build.js"

},
"gitHead": "10a73c208d1b134ae66cbc86d0f8d223e064f8b6"
"gitHead": "bcf26f1ccd44691cbe5cc1eeb5f24d8407f12a32"
}
{
"typography": {
"family": {
"family": { "value": "\"Proxima Nova\", proxima-nova, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Helvetica, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"" },
"system": { "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Helvetica, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"" }
"family": { "value": "system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif"}
},

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

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