@bolttech/atoms-button
Advanced tools
Comparing version 0.1.3 to 0.2.0
{ | ||
"name": "@bolttech/atoms-button", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"module": "./index.js", | ||
@@ -10,3 +10,3 @@ "main": "./index.js", | ||
"peerDependencies": { | ||
"@bolttech/atoms-icon": "0.1.3", | ||
"@bolttech/atoms-icon": "0.1.4", | ||
"@edirect/frontend-foundations": "0.0.26", | ||
@@ -13,0 +13,0 @@ "styled-components": "5.3.6" |
export { Button } from './lib/atoms-button'; | ||
export type { ButtonProps } from './lib/atoms-button.type'; | ||
export type { ButtonProps, ButtonVariants } from './lib/atoms-button.type'; |
43551