@bolttech/ob-atoms-button 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +2 -2
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -1077,7 +1077,7 @@ $({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign },
|
|
|
1077
1077
|
});
|
|
1078
1078
|
|
|
1079
1079
|
const _excluded = ["id", "title", "variant", "size", "disabled", "fullWidth", "onClick", "type", "iconLeft", "iconRight", "dataTestId"];
|
|
1080
|
-
var _jsxFileName = "/home/
|
|
1080
|
+
var _jsxFileName = "/home/anderson-francisco/development/bolttech-ui/libs/ob/atoms/button/src/lib/button.tsx";
|
|
1081
1081
|
const Button = /*#__PURE__*/react.forwardRef((_ref, ref) => {
|
|
1082
1082
|
let {
|
|
1083
1083
|
id,
|
|
@@ -1097,7 +1097,7 @@ const Button = /*#__PURE__*/react.forwardRef((_ref, ref) => {
|
|
|
1097
1097
|
ref: ref,
|
|
1098
1098
|
"data-testid": dataTestId,
|
|
1099
1099
|
id: id,
|
|
1100
|
-
className: `flex align-center button-container ${variant} ${size}${fullWidth ? ' full-width' : ''}`,
|
|
1100
|
+
className: `flex align-center items-center button-container ${variant} ${size}${fullWidth ? ' full-width' : ''}`,
|
|
1101
1101
|
disabled: disabled,
|
|
1102
1102
|
onClick: onClick,
|
|
1103
1103
|
type: type
|