nuxt-glorious 1.2.2-6 → 1.2.2-7

Sign up to get free protection for your applications and to get access to all the features.
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.2.2-6"
4
+ "version": "1.2.2-7"
5
5
  }
@@ -61,6 +61,6 @@
61
61
  transform: translateY(0);
62
62
  }
63
63
  100% {
64
- transform: unset;
64
+ transform: translateY(1);
65
65
  }
66
66
  }
@@ -183,7 +183,7 @@ watch(
183
183
  transform: translateY(0);
184
184
  }
185
185
  100% {
186
- transform: unset;
186
+ transform: translateY(1);
187
187
  }
188
188
  }
189
189
  </style>
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.2-6",
2
+ "version": "1.2.2-7",
3
3
  "name": "nuxt-glorious",
4
4
  "description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
5
5
  "repository": "sajadhzj/nuxt-glorious",