srcdev-nuxt-components 6.1.37 → 6.1.38

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.
@@ -294,13 +294,13 @@ watch(
294
294
  }
295
295
 
296
296
  &.show {
297
- /* animation: show v-bind(revealDurationMs) var(--spring-easing) forwards; */
298
- animation: show v-bind(revealDurationMs) linear forwards;
297
+ animation: show v-bind(revealDurationMs) var(--spring-easing) forwards;
298
+ /* animation: show v-bind(revealDurationMs) linear forwards; */
299
299
  }
300
300
 
301
301
  &.hide {
302
- /* animation: hide v-bind(revealDurationMs) var(--spring-easing) forwards; */
303
- animation: hide v-bind(revealDurationMs) linear forwards;
302
+ animation: hide v-bind(revealDurationMs) var(--spring-easing) forwards;
303
+ /* animation: hide v-bind(revealDurationMs) linear forwards; */
304
304
  }
305
305
 
306
306
  &.full-width {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-components",
3
3
  "type": "module",
4
- "version": "6.1.37",
4
+ "version": "6.1.38",
5
5
  "main": "nuxt.config.ts",
6
6
  "scripts": {
7
7
  "clean": "rm -rf .nuxt && rm -rf .output && rm -rf .playground/.nuxt && rm -rf .playground/.output",