@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
  */
@@ -5352,11 +5352,13 @@
5352
5352
  animation.classList.add('v-ripple__animation--visible');
5353
5353
  transform(animation, `translate(${x}, ${y}) scale3d(${scale},${scale},${scale})`);
5354
5354
  animation.dataset.activated = String(performance.now());
5355
- setTimeout(() => {
5356
- animation.classList.remove('v-ripple__animation--enter');
5357
- animation.classList.add('v-ripple__animation--in');
5358
- transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
5359
- }, 0);
5355
+ requestAnimationFrame(() => {
5356
+ requestAnimationFrame(() => {
5357
+ animation.classList.remove('v-ripple__animation--enter');
5358
+ animation.classList.add('v-ripple__animation--in');
5359
+ transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
5360
+ });
5361
+ });
5360
5362
  },
5361
5363
  hide(el) {
5362
5364
  if (!el?._ripple?.enabled) return;
@@ -30882,7 +30884,7 @@
30882
30884
  goTo
30883
30885
  };
30884
30886
  }
30885
- const version$1 = "3.7.11-master.2025-02-05";
30887
+ const version$1 = "3.7.11-master.2025-02-08";
30886
30888
  createVuetify$1.version = version$1;
30887
30889
 
30888
30890
  // Vue's inject() can only be used in setup
@@ -31135,7 +31137,7 @@
31135
31137
 
31136
31138
  /* eslint-disable local-rules/sort-imports */
31137
31139
 
31138
- const version = "3.7.11-master.2025-02-05";
31140
+ const version = "3.7.11-master.2025-02-08";
31139
31141
 
31140
31142
  /* eslint-disable local-rules/sort-imports */
31141
31143