@react-md/typography
Advanced tools
Comparing version 2.0.0-alpha.9 to 2.0.0-alpha.10
@@ -11,2 +11,9 @@ declare const _default: { | ||
}; | ||
"rmd-typography-thin": number; | ||
"rmd-typography-light": number; | ||
"rmd-typography-regular": number; | ||
"rmd-typography-medium": number; | ||
"rmd-typography-bold": number; | ||
"rmd-typography-semi-bold": number; | ||
"rmd-typography-black": number; | ||
"rmd-typography-font-weights": { | ||
@@ -13,0 +20,0 @@ thin: number; |
@@ -14,2 +14,9 @@ "use strict"; | ||
}, | ||
"rmd-typography-thin": 100, | ||
"rmd-typography-light": 300, | ||
"rmd-typography-regular": 400, | ||
"rmd-typography-medium": 500, | ||
"rmd-typography-bold": 700, | ||
"rmd-typography-semi-bold": 800, | ||
"rmd-typography-black": 900, | ||
"rmd-typography-font-weights": { | ||
@@ -16,0 +23,0 @@ thin: 100, |
{ | ||
"name": "@react-md/typography", | ||
"version": "2.0.0-alpha.9", | ||
"version": "2.0.0-alpha.10", | ||
"description": "The base package for including typography for react-md.", | ||
@@ -38,4 +38,4 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/theme": "^2.0.0-alpha.9", | ||
"@react-md/utils": "^2.0.0-alpha.9", | ||
"@react-md/theme": "^2.0.0-alpha.10", | ||
"@react-md/utils": "^2.0.0-alpha.10", | ||
"classnames": "^2.2.6" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "5dc105d777dd95c5ab6b38509d9c002993bbf4b0" | ||
"gitHead": "d42497f9e2e5c6e7f37774e140a5bf80c644081d" | ||
} |
@@ -12,2 +12,9 @@ /** this is an auto-generated file from @react-md/dev-utils */ | ||
}, | ||
"rmd-typography-thin": 100, | ||
"rmd-typography-light": 300, | ||
"rmd-typography-regular": 400, | ||
"rmd-typography-medium": 500, | ||
"rmd-typography-bold": 700, | ||
"rmd-typography-semi-bold": 800, | ||
"rmd-typography-black": 900, | ||
"rmd-typography-font-weights": { | ||
@@ -14,0 +21,0 @@ thin: 100, |
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
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
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
185307
2080