@fastkit/vui 1.4.2 → 1.5.0

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.
@@ -0,0 +1,18 @@
1
+ /* stylelint-disable */
2
+ /*
3
+ * Aggregated builtin styles for VUI.
4
+ *
5
+ * VUI owns the CSS of the `@fastkit/vue-*` packages it depends on and re-exports
6
+ * them here as a single entry. Consumers (e.g. `@fastkit/vite-plugin-vui`) import
7
+ * only `@fastkit/vui/builtins.css` instead of reaching around VUI into its own
8
+ * dependencies — keeping the dependency ownership where it belongs.
9
+ *
10
+ * Cascade-layer ordering is established by the importer (see the `@layer`
11
+ * declaration emitted by `@fastkit/vite-plugin-vui`).
12
+ */
13
+ @import '@fastkit/vue-disabled-reason/vue-disabled-reason.css';
14
+ @import '@fastkit/vue-stack/vue-stack.css';
15
+ @import '@fastkit/vue-app-layout/vue-app-layout.css';
16
+ @import '@fastkit/vue-loading/vue-loading.css';
17
+ @import '@fastkit/vue-scroller/vue-scroller.css';
18
+ @import './vui.css';