@vuetify/nightly 3.7.11-master.2025-02-05 → 3.7.11-master.2025-02-07

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/vuetify.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.11-master.2025-02-05
2
+ * Vuetify v3.7.11-master.2025-02-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -5585,11 +5585,13 @@
5585
5585
  animation.classList.add('v-ripple__animation--visible');
5586
5586
  transform(animation, `translate(${x}, ${y}) scale3d(${scale},${scale},${scale})`);
5587
5587
  animation.dataset.activated = String(performance.now());
5588
- setTimeout(() => {
5589
- animation.classList.remove('v-ripple__animation--enter');
5590
- animation.classList.add('v-ripple__animation--in');
5591
- transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
5592
- }, 0);
5588
+ requestAnimationFrame(() => {
5589
+ requestAnimationFrame(() => {
5590
+ animation.classList.remove('v-ripple__animation--enter');
5591
+ animation.classList.add('v-ripple__animation--in');
5592
+ transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
5593
+ });
5594
+ });
5593
5595
  },
5594
5596
  hide(el) {
5595
5597
  if (!el?._ripple?.enabled) return;
@@ -28385,7 +28387,7 @@
28385
28387
  goTo
28386
28388
  };
28387
28389
  }
28388
- const version$1 = "3.7.11-master.2025-02-05";
28390
+ const version$1 = "3.7.11-master.2025-02-07";
28389
28391
  createVuetify$1.version = version$1;
28390
28392
 
28391
28393
  // Vue's inject() can only be used in setup
@@ -28410,7 +28412,7 @@
28410
28412
  ...options
28411
28413
  });
28412
28414
  };
28413
- const version = "3.7.11-master.2025-02-05";
28415
+ const version = "3.7.11-master.2025-02-07";
28414
28416
  createVuetify.version = version;
28415
28417
 
28416
28418
  exports.blueprints = index;