@soubiran/vite 0.9.2 → 0.10.1
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/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -4,6 +4,7 @@ import { cloudflare } from "@cloudflare/vite-plugin";
|
|
|
4
4
|
import ui from "@nuxt/ui/vite";
|
|
5
5
|
import soubiranComposablesImports from "@soubiran/ui/imports";
|
|
6
6
|
import soubiranResolver from "@soubiran/ui/resolver";
|
|
7
|
+
import soubiranUi from "@soubiran/ui/ui";
|
|
7
8
|
import soubiranWrapperClasses from "@soubiran/ui/wrapper-classes";
|
|
8
9
|
import { unheadVueComposablesImports } from "@unhead/vue";
|
|
9
10
|
import vue from "@vitejs/plugin-vue";
|
|
@@ -930,7 +931,10 @@ function factory(options) {
|
|
|
930
931
|
dts: "src/app/components.d.ts",
|
|
931
932
|
resolvers: [soubiranResolver()]
|
|
932
933
|
},
|
|
933
|
-
ui: {
|
|
934
|
+
ui: {
|
|
935
|
+
...soubiranUi,
|
|
936
|
+
colors: { neutral: "neutral" }
|
|
937
|
+
}
|
|
934
938
|
})));
|
|
935
939
|
if (options.markdown !== false) plugins.push(markdown({
|
|
936
940
|
headEnabled: true,
|
|
@@ -55,7 +55,7 @@ interface Options$1 {
|
|
|
55
55
|
pageConfig?: (page: string | null, frontmatter: Record<string, any>) => StructuredDataPageConfig;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
|
-
ui
|
|
58
|
+
ui?: NuxtUIOptions;
|
|
59
59
|
ssg?: SsgOptions | false;
|
|
60
60
|
meta?: MetaOptions | false;
|
|
61
61
|
api?: ApiOptions | false;
|
package/dist/types.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as StructuredDataPageConfig, r as BreadcrumbItem, t as Options } from "./types-
|
|
1
|
+
import { n as StructuredDataPageConfig, r as BreadcrumbItem, t as Options } from "./types-lzKAK7Ef.mjs";
|
|
2
2
|
export { BreadcrumbItem, Options, StructuredDataPageConfig };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soubiran/vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.10.1",
|
|
5
5
|
"author": "Estéban Soubiran <esteban@soubiran.dev>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/Barbapapazes",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"unplugin-icons": "^23.0.1",
|
|
62
62
|
"unplugin-vue-markdown": "^30.0.0",
|
|
63
63
|
"vite": "^8.0.10",
|
|
64
|
-
"vite-ssg": "
|
|
64
|
+
"vite-ssg": "28.3.0",
|
|
65
65
|
"vue-router": "^5.0.6",
|
|
66
|
-
"@soubiran/ui": "0.
|
|
66
|
+
"@soubiran/ui": "0.10.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"tsdown": "^0.21.10"
|