@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.
@@ -2468,8 +2468,7 @@
2468
2468
  var buttonSizeStyles = ButtonSizes[size];
2469
2469
  var buttonVariant = ButtonVariants[variant];
2470
2470
  var scaleWidth = {
2471
- width: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width,
2472
- minWidth: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width
2471
+ width: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width
2473
2472
  };
2474
2473
  var changePadding = isIconRounded ? IconSizes$1[size] : ButtonSizes[size];
2475
2474
  var content = /*#__PURE__*/React__default.createElement(Horizontal, {