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.umd.js
CHANGED
@@ -3731,9 +3731,9 @@
|
|
3731
3731
|
}, []);
|
3732
3732
|
React.useEffect(function () {
|
3733
3733
|
if (page !== renderedPage) {
|
3734
|
-
setTransitionClass("page-out
|
3734
|
+
setTransitionClass("page-out");
|
3735
3735
|
setTimeout(function () {
|
3736
|
-
setTransitionClass("page-in
|
3736
|
+
setTransitionClass("page-in");
|
3737
3737
|
setRenderedPage(page);
|
3738
3738
|
setTimeout(function () {
|
3739
3739
|
setTransitionClass('');
|