@sproutsocial/seeds-typography
Advanced tools
Comparing version 2.0.1 to 3.0.0-beta.0
@@ -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). |
'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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
0
18306
430
2