@soubiran/vite 0.9.1 → 0.10.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.
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./types-DRZjV2DX.mjs";
1
+ import { t as Options } from "./types-lzKAK7Ef.mjs";
2
2
  import { PluginOption } from "vite";
3
3
 
4
4
  //#region src/index.d.ts
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: { colors: { neutral: "neutral" } }
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: NuxtUIOptions;
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-DRZjV2DX.mjs";
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.9.1",
4
+ "version": "0.10.0",
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": "^28.3.0",
64
+ "vite-ssg": "28.3.0",
65
65
  "vue-router": "^5.0.6",
66
- "@soubiran/ui": "0.9.1"
66
+ "@soubiran/ui": "0.10.0"
67
67
  },
68
68
  "devDependencies": {
69
69
  "tsdown": "^0.21.10"