finezza-ui-component 1.8.6 → 1.8.7
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29684,7 +29684,7 @@ function CustomButton(_ref) {
|
|
|
29684
29684
|
};
|
|
29685
29685
|
|
|
29686
29686
|
return [buttonType !== 'icon' ? /*#__PURE__*/React$2__default.createElement(core.Button, {
|
|
29687
|
-
variant: variant ? variant : '
|
|
29687
|
+
variant: variant ? variant : 'contained',
|
|
29688
29688
|
color: color,
|
|
29689
29689
|
onClick: function onClick(e) {
|
|
29690
29690
|
if (!disabled) {
|
|
@@ -29702,6 +29702,7 @@ function CustomButton(_ref) {
|
|
|
29702
29702
|
e.stopPropagation();
|
|
29703
29703
|
handleClickOpen();
|
|
29704
29704
|
},
|
|
29705
|
+
disabled: disabled,
|
|
29705
29706
|
style: {
|
|
29706
29707
|
padding: 0
|
|
29707
29708
|
},
|