@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/CHANGELOG.md +5 -4
- package/dist/json/attributes.json +2240 -2240
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +4090 -4090
- package/dist/vuetify-labs.cjs +4 -4
- package/dist/vuetify-labs.css +5502 -5500
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.cjs +4 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3662 -3660
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/theme.js +1 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/lib/styles/generic/_colors.scss +3 -1
- package/lib/styles/generic/_layers.scss +1 -1
- package/lib/styles/main.css +4 -2
- package/package.json +1 -1
package/dist/vuetify-labs.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-next.2025-07-
|
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-
|
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-
|
34002
|
+
const version = "3.9.0-next.2025-07-25";
|
34003
34003
|
|
34004
34004
|
/* eslint-disable local-rules/sort-imports */
|
34005
34005
|
|