@app-studio/web 0.8.42 → 0.8.43

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/web.esm.js CHANGED
@@ -2474,8 +2474,7 @@ var ButtonView = _ref => {
2474
2474
  var buttonSizeStyles = ButtonSizes[size];
2475
2475
  var buttonVariant = ButtonVariants[variant];
2476
2476
  var scaleWidth = {
2477
- width: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width,
2478
- minWidth: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width
2477
+ width: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width
2479
2478
  };
2480
2479
  var changePadding = isIconRounded ? IconSizes$1[size] : ButtonSizes[size];
2481
2480
  var content = /*#__PURE__*/React.createElement(Horizontal, {