@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.
package/dist/web.esm.js CHANGED
@@ -1520,7 +1520,7 @@ var ButtonView = function ButtonView(_ref) {
1520
1520
  }, hovering && !props.isDisabled ? {
1521
1521
  transition: 'transform 0.3s ease',
1522
1522
  transform: 'translateY(-5px)'
1523
- } : {}, defaultNativeProps, buttonSizeStyles, buttonVariant, scaleWidth, changePadding, shadow, props), variant === 'link' && externalHref ? React.createElement(Link, {
1523
+ } : {}, 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.createElement(Link, {
1524
1524
  href: externalHref,
1525
1525
  textDecorationColor: colorScheme,
1526
1526
  colorScheme: colorScheme,