@vuetify/nightly 3.9.0-next.2025-07-12 → 3.9.0-next.2025-07-25

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.9.0-next.2025-07-12
2
+ * Vuetify v3.9.0-next.2025-07-25
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2663,7 +2663,7 @@
2663
2663
  createCssClass(fgLines, `.${scoped}border-${key}`, [`--${parsedOptions.prefix}border-color: var(--${parsedOptions.prefix}theme-${key})`], parsedOptions.scope);
2664
2664
  }
2665
2665
  }
2666
- lines.push(...bgLines, ...fgLines);
2666
+ lines.push('@layer background {\n', ...bgLines.map(v => ` ${v}`), '}\n', '@layer foreground {\n', ...fgLines.map(v => ` ${v}`), '}\n');
2667
2667
  }
2668
2668
  return '@layer vuetify.theme {\n' + lines.map(v => ` ${v}`).join('') + '\n}';
2669
2669
  });
@@ -33701,7 +33701,7 @@
33701
33701
  };
33702
33702
  });
33703
33703
  }
33704
- const version$1 = "3.9.0-next.2025-07-12";
33704
+ const version$1 = "3.9.0-next.2025-07-25";
33705
33705
  createVuetify$1.version = version$1;
33706
33706
 
33707
33707
  // Vue's inject() can only be used in setup
@@ -33999,7 +33999,7 @@
33999
33999
 
34000
34000
  /* eslint-disable local-rules/sort-imports */
34001
34001
 
34002
- const version = "3.9.0-next.2025-07-12";
34002
+ const version = "3.9.0-next.2025-07-25";
34003
34003
 
34004
34004
  /* eslint-disable local-rules/sort-imports */
34005
34005