ywana-core8 0.1.60 → 0.1.61
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/site/site.js +2 -2
package/dist/index.modern.js
CHANGED
@@ -3729,9 +3729,9 @@ var SitePage = function SitePage(_ref8) {
|
|
3729
3729
|
}, []);
|
3730
3730
|
useEffect(function () {
|
3731
3731
|
if (page !== renderedPage) {
|
3732
|
-
setTransitionClass("page-out
|
3732
|
+
setTransitionClass("page-out");
|
3733
3733
|
setTimeout(function () {
|
3734
|
-
setTransitionClass("page-in
|
3734
|
+
setTransitionClass("page-in");
|
3735
3735
|
setRenderedPage(page);
|
3736
3736
|
setTimeout(function () {
|
3737
3737
|
setTransitionClass('');
|