@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.cjs.development.js +1 -1
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +1 -1
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +1 -1
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -3957,7 +3957,7 @@
|
|
|
3957
3957
|
// Apply hover and active styles
|
|
3958
3958
|
_hover: _hover,
|
|
3959
3959
|
_active: _active
|
|
3960
|
-
}), to ? (/*#__PURE__*/React__default.createElement(Link, Object.assign({
|
|
3960
|
+
}, props, views == null ? void 0 : views.container), to ? (/*#__PURE__*/React__default.createElement(Link, Object.assign({
|
|
3961
3961
|
to: to,
|
|
3962
3962
|
isExternal: isExternal,
|
|
3963
3963
|
// Link styles should inherit from the button's calculated styles or be defined here
|