@sproutsocial/seeds-typography
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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 @@ |
@@ -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" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18440
442
0