@app-studio/web 0.8.83 → 0.8.84

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.
@@ -3986,7 +3986,7 @@ var ButtonView = _ref => {
3986
3986
  // Apply hover and active styles
3987
3987
  _hover: _hover,
3988
3988
  _active: _active
3989
- }), to ? (/*#__PURE__*/React__default.createElement(Link, Object.assign({
3989
+ }, props, views == null ? void 0 : views.container), to ? (/*#__PURE__*/React__default.createElement(Link, Object.assign({
3990
3990
  to: to,
3991
3991
  isExternal: isExternal,
3992
3992
  // Link styles should inherit from the button's calculated styles or be defined here