@vuetify/nightly 3.8.1-dev.2025-04-07 → 3.8.1-master.2025-04-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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.1-dev.2025-04-07
2
+ * Vuetify v3.8.1-master.2025-04-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -12307,12 +12307,7 @@
12307
12307
  }
12308
12308
  function calculateOffset(index) {
12309
12309
  index = clamp(index, 0, items.value.length - 1);
12310
- const whole = Math.floor(index);
12311
- const fraction = index % 1;
12312
- const next = whole + 1;
12313
- const wholeOffset = offsets[whole] || 0;
12314
- const nextOffset = offsets[next] || wholeOffset;
12315
- return wholeOffset + (nextOffset - wholeOffset) * fraction;
12310
+ return offsets[index] || 0;
12316
12311
  }
12317
12312
  function calculateIndex(scrollTop) {
12318
12313
  return binaryClosest(offsets, scrollTop);
@@ -31569,7 +31564,7 @@
31569
31564
  };
31570
31565
  });
31571
31566
  }
31572
- const version$1 = "3.8.1-dev.2025-04-07";
31567
+ const version$1 = "3.8.1-master.2025-04-07";
31573
31568
  createVuetify$1.version = version$1;
31574
31569
 
31575
31570
  // Vue's inject() can only be used in setup
@@ -31854,7 +31849,7 @@
31854
31849
 
31855
31850
  /* eslint-disable local-rules/sort-imports */
31856
31851
 
31857
- const version = "3.8.1-dev.2025-04-07";
31852
+ const version = "3.8.1-master.2025-04-07";
31858
31853
 
31859
31854
  /* eslint-disable local-rules/sort-imports */
31860
31855