@react-md/typography
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,14 @@ # Change Log | ||
## [4.0.1](https://github.com/mlaursen/react-md/compare/v4.0.0...v4.0.1) (2021-11-27) | ||
### Other Internal Changes | ||
* Updated imports to use `import type` when possible ([ba96bb6](https://github.com/mlaursen/react-md/commit/ba96bb62eeddcc0879f6d584aa670850203561e6)) | ||
# [4.0.0](https://github.com/mlaursen/react-md/compare/v3.1.1...v4.0.0) (2021-11-24) | ||
@@ -8,0 +20,0 @@ |
import { ElementType, HTMLAttributes, ReactElement, ReactNode } from "react"; | ||
import { ClassNameCloneableChild } from "@react-md/utils"; | ||
import type { ClassNameCloneableChild } from "@react-md/utils"; | ||
/** | ||
@@ -4,0 +4,0 @@ * A union of the available text container sizes. One of these values must be |
{ | ||
"name": "@react-md/typography", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "The base package for including typography for react-md.", | ||
@@ -31,4 +31,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/theme": "^4.0.0", | ||
"@react-md/utils": "^4.0.0", | ||
"@react-md/theme": "^4.0.1", | ||
"@react-md/utils": "^4.0.1", | ||
"classnames": "^2.3.1" | ||
@@ -46,3 +46,3 @@ }, | ||
}, | ||
"gitHead": "a9f2d64a777698fa65bb3196f6063cdd8321f5cb" | ||
"gitHead": "0df0f24d688ea7c867b7ef656ee9887f00215705" | ||
} |
import { ElementType, HTMLAttributes, ReactElement, ReactNode } from "react"; | ||
import { ClassNameCloneableChild } from "@react-md/utils"; | ||
import type { ClassNameCloneableChild } from "@react-md/utils"; | ||
/** | ||
@@ -4,0 +4,0 @@ * A union of the available text container sizes. One of these values must be |
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
195523
Updated@react-md/theme@^4.0.1
Updated@react-md/utils@^4.0.1