@app-studio/web 0.8.5 → 0.8.6

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.
@@ -1527,7 +1527,7 @@ var ButtonView = function ButtonView(_ref) {
1527
1527
  }, hovering && !props.isDisabled ? {
1528
1528
  transition: 'transform 0.3s ease',
1529
1529
  transform: 'translateY(-5px)'
1530
- } : {}, defaultNativeProps, buttonSizeStyles, buttonVariant, scaleWidth, changePadding, shadow, props), variant === 'link' && externalHref ? React__default.createElement(Link, {
1530
+ } : {}, defaultNativeProps, buttonSizeStyles, buttonVariant, scaleWidth, props.padding || props.paddingHorizontal || props.paddingVertical || props.paddingLeft || props.paddingRight || props.paddingTop || props.paddingBottom ? {} : changePadding, shadow, props), variant === 'link' && externalHref ? React__default.createElement(Link, {
1531
1531
  href: externalHref,
1532
1532
  textDecorationColor: colorScheme,
1533
1533
  colorScheme: colorScheme,