@react-md/typography
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -6,2 +6,19 @@ # Change Log | ||
## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07) | ||
### Documentation | ||
* fix typos throughout codebase ([725d1a2](https://github.com/mlaursen/react-md/commit/725d1a252482dba56088dffa2f773b2ea13fb08a)) | ||
### Other Internal Changes | ||
* **typos:** fix additional typos throughout repo ([ef20132](https://github.com/mlaursen/react-md/commit/ef2013288ce8649b9fddba9bc23c71df72ea03a1)) | ||
## [5.1.2](https://github.com/mlaursen/react-md/compare/v5.1.1...v5.1.2) (2022-04-02) | ||
@@ -8,0 +25,0 @@ |
@@ -10,3 +10,3 @@ import type { ElementType, HTMLAttributes, ReactElement, ReactNode } from "react"; | ||
* A type describing the text container's children render function. It provides | ||
* an object containing the correct (and merged) className and exects a | ||
* an object containing the correct (and merged) className and expects a | ||
* renderable element to be returned. | ||
@@ -13,0 +13,0 @@ */ |
@@ -72,3 +72,3 @@ import type { ElementType, HTMLAttributes, ReactElement, ReactNode } from "react"; | ||
/** | ||
* An optional text color to apply. Unline normal theme colors, these will | ||
* An optional text color to apply. Unlike normal theme colors, these will | ||
* reflect the `text-secondary-on-background` and `text-hint-on-background` | ||
@@ -75,0 +75,0 @@ * instead of the primary or secondary theme colors. |
{ | ||
"name": "@react-md/typography", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "The base package for including typography for react-md.", | ||
@@ -31,4 +31,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^5.1.2", | ||
"@react-md/utils": "^5.1.2", | ||
"@react-md/theme": "^5.1.3", | ||
"@react-md/utils": "^5.1.3", | ||
"classnames": "^2.3.1" | ||
@@ -55,3 +55,3 @@ }, | ||
}, | ||
"gitHead": "ec7de5dc79a69109f96600fa368d7be67fb20296" | ||
"gitHead": "72bde657f033353fc3e56c48185defa895cfa81c" | ||
} |
@@ -10,3 +10,3 @@ import type { ElementType, HTMLAttributes, ReactElement, ReactNode } from "react"; | ||
* A type describing the text container's children render function. It provides | ||
* an object containing the correct (and merged) className and exects a | ||
* an object containing the correct (and merged) className and expects a | ||
* renderable element to be returned. | ||
@@ -13,0 +13,0 @@ */ |
@@ -72,3 +72,3 @@ import type { ElementType, HTMLAttributes, ReactElement, ReactNode } from "react"; | ||
/** | ||
* An optional text color to apply. Unline normal theme colors, these will | ||
* An optional text color to apply. Unlike normal theme colors, these will | ||
* reflect the `text-secondary-on-background` and `text-hint-on-background` | ||
@@ -75,0 +75,0 @@ * instead of the primary or secondary theme colors. |
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
197384
Updated@react-md/theme@^5.1.3
Updated@react-md/utils@^5.1.3