@react-md/button
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 { ButtonHTMLAttributes, ReactNode } from "react"; | ||
import { InteractionStatesOptions } from "@react-md/states"; | ||
import { PropsWithRef } from "@react-md/utils"; | ||
import type { PropsWithRef } from "@react-md/utils"; | ||
import { ButtonThemeProps } from "./buttonThemeClassNames"; | ||
@@ -5,0 +5,0 @@ import { FABPosition, FABProps } from "./FAB"; |
{ | ||
"name": "@react-md/button", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.", | ||
@@ -33,9 +33,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/elevation": "^4.0.0", | ||
"@react-md/icon": "^4.0.0", | ||
"@react-md/states": "^4.0.0", | ||
"@react-md/theme": "^4.0.0", | ||
"@react-md/transition": "^4.0.0", | ||
"@react-md/typography": "^4.0.0", | ||
"@react-md/utils": "^4.0.0", | ||
"@react-md/elevation": "^4.0.1", | ||
"@react-md/icon": "^4.0.1", | ||
"@react-md/states": "^4.0.1", | ||
"@react-md/theme": "^4.0.1", | ||
"@react-md/transition": "^4.0.1", | ||
"@react-md/typography": "^4.0.1", | ||
"@react-md/utils": "^4.0.1", | ||
"classnames": "^2.3.1" | ||
@@ -54,3 +54,3 @@ }, | ||
}, | ||
"gitHead": "a9f2d64a777698fa65bb3196f6063cdd8321f5cb" | ||
"gitHead": "0df0f24d688ea7c867b7ef656ee9887f00215705" | ||
} |
import { ButtonHTMLAttributes, ReactNode } from "react"; | ||
import { InteractionStatesOptions } from "@react-md/states"; | ||
import { PropsWithRef } from "@react-md/utils"; | ||
import type { PropsWithRef } from "@react-md/utils"; | ||
import { ButtonThemeProps } from "./buttonThemeClassNames"; | ||
@@ -5,0 +5,0 @@ import { FABPosition, FABProps } from "./FAB"; |
Sorry, the diff of this file is not supported yet
120349
Updated@react-md/elevation@^4.0.1
Updated@react-md/icon@^4.0.1
Updated@react-md/states@^4.0.1
Updated@react-md/theme@^4.0.1
Updated@react-md/transition@^4.0.1
Updated@react-md/typography@^4.0.1
Updated@react-md/utils@^4.0.1