@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.
package/dist/vuetify.cjs CHANGED
@@ -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
  */
@@ -3161,7 +3161,7 @@
3161
3161
  createCssClass(fgLines, `.${scoped}border-${key}`, [`--${parsedOptions.prefix}border-color: var(--${parsedOptions.prefix}theme-${key})`], parsedOptions.scope);
3162
3162
  }
3163
3163
  }
3164
- lines.push(...bgLines, ...fgLines);
3164
+ lines.push('@layer background {\n', ...bgLines.map(v => ` ${v}`), '}\n', '@layer foreground {\n', ...fgLines.map(v => ` ${v}`), '}\n');
3165
3165
  }
3166
3166
  return '@layer vuetify.theme {\n' + lines.map(v => ` ${v}`).join('') + '\n}';
3167
3167
  });
@@ -31399,7 +31399,7 @@
31399
31399
  };
31400
31400
  });
31401
31401
  }
31402
- const version$1 = "3.9.0-next.2025-07-12";
31402
+ const version$1 = "3.9.0-next.2025-07-25";
31403
31403
  createVuetify$1.version = version$1;
31404
31404
 
31405
31405
  // Vue's inject() can only be used in setup
@@ -31424,7 +31424,7 @@
31424
31424
  ...options
31425
31425
  });
31426
31426
  };
31427
- const version = "3.9.0-next.2025-07-12";
31427
+ const version = "3.9.0-next.2025-07-25";
31428
31428
  createVuetify.version = version;
31429
31429
 
31430
31430
  exports.blueprints = index;