@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.
package/dist/web.esm.js CHANGED
@@ -3979,7 +3979,7 @@ var ButtonView = _ref => {
3979
3979
  // Apply hover and active styles
3980
3980
  _hover: _hover,
3981
3981
  _active: _active
3982
- }), to ? (/*#__PURE__*/React.createElement(Link, Object.assign({
3982
+ }, props, views == null ? void 0 : views.container), to ? (/*#__PURE__*/React.createElement(Link, Object.assign({
3983
3983
  to: to,
3984
3984
  isExternal: isExternal,
3985
3985
  // Link styles should inherit from the button's calculated styles or be defined here