@react-md/typography
Advanced tools
Comparing version 2.9.1 to 3.0.0-alpha.0
@@ -6,2 +6,21 @@ # Change Log | ||
# [3.0.0-alpha.0](https://github.com/mlaursen/react-md/compare/v2.9.1...v3.0.0-alpha.0) (2021-08-11) | ||
### Bug Fixes | ||
* **sass:** use math.div instead of division since it's deprecated ([f88aca2](https://github.com/mlaursen/react-md/commit/f88aca24113ce27582d7de02b14de26f56eb6846)) | ||
### Other Internal Changes | ||
* Added additional tests to bump test coverage ([e78f668](https://github.com/mlaursen/react-md/commit/e78f668d28ad0e1ff99feb9538c6a6b9e765d72c)) | ||
* **@react-md/dev-utils:** updated variables command to work with `sass` ([d95f55a](https://github.com/mlaursen/react-md/commit/d95f55a78846726debe9f4ac4daeaefd6036c8d8)) | ||
* **@react-md/typography:** fixed invalid font-family at compile time ([3ef77a1](https://github.com/mlaursen/react-md/commit/3ef77a1c3ef4bf6549e7628622a30a09c004157a)) | ||
## [2.9.1](https://github.com/mlaursen/react-md/compare/v2.9.0...v2.9.1) (2021-07-27) | ||
@@ -8,0 +27,0 @@ |
@@ -47,9 +47,9 @@ "use strict"; | ||
"rmd-typography-google-font-weight-suffixes": { | ||
thin: '"-Thin"', | ||
light: '"-Light"', | ||
regular: '"-Regular"', | ||
medium: '"-Medium"', | ||
bold: '"-Bold"', | ||
"semi-bold": '"-SemiBold"', | ||
black: '"-Black"', | ||
thin: "-Thin", | ||
light: "-Light", | ||
regular: "-Regular", | ||
medium: "-Medium", | ||
bold: "-Bold", | ||
"semi-bold": "-SemiBold", | ||
black: "-Black", | ||
}, | ||
@@ -64,3 +64,3 @@ "rmd-typography-styles": { | ||
"font-weight": 300, | ||
"letter-spacing": "-0.01562em", | ||
"letter-spacing": "-0.015625em", | ||
"text-decoration": "inherit", | ||
@@ -76,3 +76,3 @@ "text-transform": "inherit", | ||
"font-weight": 300, | ||
"letter-spacing": "-0.00833em", | ||
"letter-spacing": "-0.0083333333em", | ||
"text-decoration": "inherit", | ||
@@ -99,3 +99,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.00735em", | ||
"letter-spacing": "0.0073529412em", | ||
"text-decoration": "inherit", | ||
@@ -133,3 +133,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.00937em", | ||
"letter-spacing": "0.009375em", | ||
"text-decoration": "inherit", | ||
@@ -145,3 +145,3 @@ "text-transform": "inherit", | ||
"font-weight": 500, | ||
"letter-spacing": "0.00714em", | ||
"letter-spacing": "0.0071428571em", | ||
"text-decoration": "inherit", | ||
@@ -157,3 +157,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.03571em", | ||
"letter-spacing": "0.0357142857em", | ||
"text-decoration": "inherit", | ||
@@ -169,3 +169,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.01786em", | ||
"letter-spacing": "0.0178571429em", | ||
"text-decoration": "inherit", | ||
@@ -181,3 +181,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.03333em", | ||
"letter-spacing": "0.0333333333em", | ||
"text-decoration": "inherit", | ||
@@ -193,3 +193,3 @@ "text-transform": "inherit", | ||
"font-weight": 500, | ||
"letter-spacing": "0.08929em", | ||
"letter-spacing": "0.0892857143em", | ||
"text-decoration": "none", | ||
@@ -205,3 +205,3 @@ "text-transform": "uppercase", | ||
"font-weight": 500, | ||
"letter-spacing": "0.16667em", | ||
"letter-spacing": "0.1666666667em", | ||
"text-decoration": "none", | ||
@@ -208,0 +208,0 @@ "text-transform": "uppercase", |
{ | ||
"name": "@react-md/typography", | ||
"version": "2.9.1", | ||
"version": "3.0.0-alpha.0", | ||
"description": "The base package for including typography for react-md.", | ||
@@ -31,4 +31,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^2.9.1", | ||
"@react-md/utils": "^2.9.1", | ||
"@react-md/theme": "^3.0.0-alpha.0", | ||
"@react-md/utils": "^3.0.0-alpha.0", | ||
"classnames": "^2.3.1" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "9a1f1f2c7bb8d7c88a200d134d123ef3f5ecf208" | ||
"gitHead": "f5d2f34a10b8066949a787387d9d0e2f19051671" | ||
} |
@@ -46,9 +46,9 @@ /* | ||
"rmd-typography-google-font-weight-suffixes": { | ||
thin: '"-Thin"', | ||
light: '"-Light"', | ||
regular: '"-Regular"', | ||
medium: '"-Medium"', | ||
bold: '"-Bold"', | ||
"semi-bold": '"-SemiBold"', | ||
black: '"-Black"', | ||
thin: "-Thin", | ||
light: "-Light", | ||
regular: "-Regular", | ||
medium: "-Medium", | ||
bold: "-Bold", | ||
"semi-bold": "-SemiBold", | ||
black: "-Black", | ||
}, | ||
@@ -63,3 +63,3 @@ "rmd-typography-styles": { | ||
"font-weight": 300, | ||
"letter-spacing": "-0.01562em", | ||
"letter-spacing": "-0.015625em", | ||
"text-decoration": "inherit", | ||
@@ -75,3 +75,3 @@ "text-transform": "inherit", | ||
"font-weight": 300, | ||
"letter-spacing": "-0.00833em", | ||
"letter-spacing": "-0.0083333333em", | ||
"text-decoration": "inherit", | ||
@@ -98,3 +98,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.00735em", | ||
"letter-spacing": "0.0073529412em", | ||
"text-decoration": "inherit", | ||
@@ -132,3 +132,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.00937em", | ||
"letter-spacing": "0.009375em", | ||
"text-decoration": "inherit", | ||
@@ -144,3 +144,3 @@ "text-transform": "inherit", | ||
"font-weight": 500, | ||
"letter-spacing": "0.00714em", | ||
"letter-spacing": "0.0071428571em", | ||
"text-decoration": "inherit", | ||
@@ -156,3 +156,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.03571em", | ||
"letter-spacing": "0.0357142857em", | ||
"text-decoration": "inherit", | ||
@@ -168,3 +168,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.01786em", | ||
"letter-spacing": "0.0178571429em", | ||
"text-decoration": "inherit", | ||
@@ -180,3 +180,3 @@ "text-transform": "inherit", | ||
"font-weight": 400, | ||
"letter-spacing": "0.03333em", | ||
"letter-spacing": "0.0333333333em", | ||
"text-decoration": "inherit", | ||
@@ -192,3 +192,3 @@ "text-transform": "inherit", | ||
"font-weight": 500, | ||
"letter-spacing": "0.08929em", | ||
"letter-spacing": "0.0892857143em", | ||
"text-decoration": "none", | ||
@@ -204,3 +204,3 @@ "text-transform": "uppercase", | ||
"font-weight": 500, | ||
"letter-spacing": "0.16667em", | ||
"letter-spacing": "0.1666666667em", | ||
"text-decoration": "none", | ||
@@ -207,0 +207,0 @@ "text-transform": "uppercase", |
Sorry, the diff of this file is not supported yet
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
174373
1
+ Added@react-md/theme@3.1.0(transitive)
+ Added@react-md/utils@3.1.0(transitive)
- Removed@react-md/theme@2.9.1(transitive)
- Removed@react-md/utils@2.9.1(transitive)