@react-md/button
Advanced tools
Comparing version 2.0.0-alpha.11 to 2.0.0-alpha.12
@@ -5,2 +5,4 @@ export { default as buttonThemeClassNames } from "./buttonThemeClassNames"; | ||
export * from "./Button"; | ||
export { default as UnstyledButton } from "./UnstyledButton"; | ||
export * from "./UnstyledButton"; | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,5 @@ "use strict"; | ||
__export(require("./Button")); | ||
var UnstyledButton_1 = require("./UnstyledButton"); | ||
exports.UnstyledButton = UnstyledButton_1.default; | ||
__export(require("./UnstyledButton")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@react-md/button", | ||
"version": "2.0.0-alpha.11", | ||
"version": "2.0.0-alpha.12", | ||
"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.", | ||
@@ -40,8 +40,8 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/elevation": "^2.0.0-alpha.11", | ||
"@react-md/icon": "^2.0.0-alpha.11", | ||
"@react-md/states": "^2.0.0-alpha.11", | ||
"@react-md/theme": "^2.0.0-alpha.11", | ||
"@react-md/typography": "^2.0.0-alpha.11", | ||
"@react-md/utils": "^2.0.0-alpha.11", | ||
"@react-md/elevation": "^2.0.0-alpha.12", | ||
"@react-md/icon": "^2.0.0-alpha.12", | ||
"@react-md/states": "^2.0.0-alpha.12", | ||
"@react-md/theme": "^2.0.0-alpha.12", | ||
"@react-md/typography": "^2.0.0-alpha.12", | ||
"@react-md/utils": "^2.0.0-alpha.12", | ||
"classnames": "^2.2.6" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "740017d534dece692a4520df98de74df4d2e55c7" | ||
"gitHead": "b31afe8dc076cf0647ac3e99dc0b61f8f4b7b0e2" | ||
} |
@@ -6,1 +6,4 @@ export { default as buttonThemeClassNames } from "./buttonThemeClassNames"; | ||
export * from "./Button"; | ||
export { default as UnstyledButton } from "./UnstyledButton"; | ||
export * from "./UnstyledButton"; |
@@ -5,1 +5,3 @@ export { default as buttonThemeClassNames } from "./buttonThemeClassNames"; | ||
export * from "./Button"; | ||
export { default as UnstyledButton } from "./UnstyledButton"; | ||
export * from "./UnstyledButton"; |
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
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
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
454755
49
1001
4
+ Added@babel/runtime@7.26.9(transitive)
+ Added@types/react@19.0.10(transitive)
- Removed@babel/runtime@7.26.7(transitive)
- Removed@types/react@19.0.8(transitive)