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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
package/src/site/site.js CHANGED
@@ -270,9 +270,9 @@ const SitePage = ({ children, init }) => {
270
270
 
271
271
  useEffect(() => {
272
272
  if (page !== renderedPage) {
273
- setTransitionClass(`page-out-${context.direction}`)
273
+ setTransitionClass(`page-out`)
274
274
  setTimeout(() => {
275
- setTransitionClass(`page-in-${context.direction}`)
275
+ setTransitionClass(`page-in`)
276
276
  setRenderedPage(page)
277
277
  setTimeout(() => {
278
278
  setTransitionClass('')