@react-md/typography
Advanced tools
Comparing version 2.8.2 to 2.8.3
@@ -6,2 +6,15 @@ # Change Log | ||
## [2.8.3](https://github.com/mlaursen/react-md/compare/v2.8.2...v2.8.3) (2021-05-18) | ||
### Documentation | ||
* **@react-md/typography:** Added examples for overriding typography styles ([57033bd](https://github.com/mlaursen/react-md/commit/57033bd9e9837a0985c35c66fdbb1f08d74f7c85)), closes [#1147](https://github.com/mlaursen/react-md/issues/1147) | ||
* **react-md.dev:** updated tsdoc to work with `typedoc` ([cf54c35](https://github.com/mlaursen/react-md/commit/cf54c359268332245d1dad8a8d91e0476cd8cb33)) | ||
## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23) | ||
@@ -8,0 +21,0 @@ |
@@ -0,1 +1,4 @@ | ||
/** | ||
* @module @react-md/typography | ||
*/ | ||
export * from "./Text"; | ||
@@ -2,0 +5,0 @@ export * from "./TextContainer"; |
@@ -0,3 +1,6 @@ | ||
/** | ||
* @module @react-md/typography | ||
*/ | ||
export * from "./Text"; | ||
export * from "./TextContainer"; | ||
export * from "./SrOnly"; |
@@ -13,2 +13,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module @react-md/typography | ||
*/ | ||
__exportStar(require("./Text"), exports); | ||
@@ -15,0 +18,0 @@ __exportStar(require("./TextContainer"), exports); |
{ | ||
"name": "@react-md/typography", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "The base package for including typography for react-md.", | ||
@@ -38,4 +38,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^2.8.2", | ||
"@react-md/utils": "^2.8.2", | ||
"@react-md/theme": "^2.8.3", | ||
"@react-md/utils": "^2.8.3", | ||
"classnames": "^2.3.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "c69105066207d23a3323299638ceeecd4bc1162e" | ||
"gitHead": "c02bfcf9eca5196f9b9c415bdf6d81cabd08a980" | ||
} |
@@ -13,2 +13,6 @@ # @react-md/typography | ||
If you'd like to change the typography values, check out the | ||
[SassDoc page](https://react-md.dev/packages/typography/sassdoc) on the | ||
documentation site. | ||
## Installation | ||
@@ -15,0 +19,0 @@ |
@@ -0,3 +1,6 @@ | ||
/** | ||
* @module @react-md/typography | ||
*/ | ||
export * from "./Text"; | ||
export * from "./TextContainer"; | ||
export * from "./SrOnly"; |
@@ -0,3 +1,6 @@ | ||
/** | ||
* @module @react-md/typography | ||
*/ | ||
export * from "./Text"; | ||
export * from "./TextContainer"; | ||
export * from "./SrOnly"; |
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
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
215194
2315
62
Updated@react-md/theme@^2.8.3
Updated@react-md/utils@^2.8.3