@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.
@@ -2481,8 +2481,7 @@ var ButtonView = _ref => {
2481
2481
  var buttonSizeStyles = ButtonSizes[size];
2482
2482
  var buttonVariant = ButtonVariants[variant];
2483
2483
  var scaleWidth = {
2484
- width: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width,
2485
- minWidth: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width
2484
+ width: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width
2486
2485
  };
2487
2486
  var changePadding = isIconRounded ? IconSizes$1[size] : ButtonSizes[size];
2488
2487
  var content = /*#__PURE__*/React__default.createElement(Horizontal, {