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 CHANGED
@@ -3738,9 +3738,9 @@ var SitePage = function SitePage(_ref8) {
3738
3738
  }, []);
3739
3739
  React.useEffect(function () {
3740
3740
  if (page !== renderedPage) {
3741
- setTransitionClass("page-out-" + context.direction);
3741
+ setTransitionClass("page-out");
3742
3742
  setTimeout(function () {
3743
- setTransitionClass("page-in-" + context.direction);
3743
+ setTransitionClass("page-in");
3744
3744
  setRenderedPage(page);
3745
3745
  setTimeout(function () {
3746
3746
  setTransitionClass('');