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

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.11-master.2025-02-05
2
+ * Vuetify v3.7.11-master.2025-02-08
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -5348,11 +5348,13 @@ const ripples = {
5348
5348
  animation.classList.add('v-ripple__animation--visible');
5349
5349
  transform(animation, `translate(${x}, ${y}) scale3d(${scale},${scale},${scale})`);
5350
5350
  animation.dataset.activated = String(performance.now());
5351
- setTimeout(() => {
5352
- animation.classList.remove('v-ripple__animation--enter');
5353
- animation.classList.add('v-ripple__animation--in');
5354
- transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
5355
- }, 0);
5351
+ requestAnimationFrame(() => {
5352
+ requestAnimationFrame(() => {
5353
+ animation.classList.remove('v-ripple__animation--enter');
5354
+ animation.classList.add('v-ripple__animation--in');
5355
+ transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
5356
+ });
5357
+ });
5356
5358
  },
5357
5359
  hide(el) {
5358
5360
  if (!el?._ripple?.enabled) return;
@@ -30878,7 +30880,7 @@ function createVuetify$1() {
30878
30880
  goTo
30879
30881
  };
30880
30882
  }
30881
- const version$1 = "3.7.11-master.2025-02-05";
30883
+ const version$1 = "3.7.11-master.2025-02-08";
30882
30884
  createVuetify$1.version = version$1;
30883
30885
 
30884
30886
  // Vue's inject() can only be used in setup
@@ -31131,7 +31133,7 @@ var index = /*#__PURE__*/Object.freeze({
31131
31133
 
31132
31134
  /* eslint-disable local-rules/sort-imports */
31133
31135
 
31134
- const version = "3.7.11-master.2025-02-05";
31136
+ const version = "3.7.11-master.2025-02-08";
31135
31137
 
31136
31138
  /* eslint-disable local-rules/sort-imports */
31137
31139