@bdt-component-library/button
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -113,3 +113,3 @@ import React__default, { createElement } from 'react'; | ||
const classNames = require("classNames"); | ||
const classNames = require("classnames"); | ||
const Button = props => { | ||
@@ -116,0 +116,0 @@ const { ariaLabel, id, children, className, compact = false, disabled, loading = false, inlineIcon = false, iconPosition, onClick, onBlur, inputRef, type = "button", variant = "solid", fullWidth = false } = props; |
@@ -120,3 +120,3 @@ 'use strict'; | ||
const classNames = require("classNames"); | ||
const classNames = require("classnames"); | ||
const Button = props => { | ||
@@ -123,0 +123,0 @@ const { ariaLabel, id, children, className, compact = false, disabled, loading = false, inlineIcon = false, iconPosition, onClick, onBlur, inputRef, type = "button", variant = "solid", fullWidth = false } = props; |
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.1.2", | ||
"tag": "@bdt-component-library/button_v0.1.2", | ||
"date": "Tue, 09 Feb 2021 20:24:47 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Fix casing issue for classnames import" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.1.1", | ||
@@ -7,0 +19,0 @@ "tag": "@bdt-component-library/button_v0.1.1", |
# Change Log - @bdt-component-library/button | ||
This log was last generated on Tue, 26 Jan 2021 22:19:35 GMT and should not be manually modified. | ||
This log was last generated on Tue, 09 Feb 2021 20:24:47 GMT and should not be manually modified. | ||
## 0.1.2 | ||
Tue, 09 Feb 2021 20:24:47 GMT | ||
### Patches | ||
- Fix casing issue for classnames import | ||
## 0.1.1 | ||
@@ -6,0 +13,0 @@ Tue, 26 Jan 2021 22:19:35 GMT |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Button component", | ||
@@ -9,0 +9,0 @@ "author": "BDT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47550
420