srcdev-nuxt-forms 6.1.21 → 6.1.22

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.
@@ -351,7 +351,7 @@ onMounted(() => {
351
351
  /* transition: left var(--update); */
352
352
  }
353
353
 
354
- :root {
354
+ :where(html) {
355
355
  --speed: 0.65s;
356
356
  --update: 0s;
357
357
  --timing: linear(
@@ -377,7 +377,7 @@ onMounted(() => {
377
377
  }
378
378
 
379
379
  @supports (animation-timeline: scroll()) {
380
- :root {
380
+ :where(html) {
381
381
  --speed: 0.65s;
382
382
  --update: 0.1s;
383
383
  --timing: linear(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-forms",
3
3
  "type": "module",
4
- "version": "6.1.21",
4
+ "version": "6.1.22",
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",