@soubiran/ui 0.9.2 → 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/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # `@soubiran/ui`
2
+
3
+ Personal Vue components for my sites, including `Page`, `Header`, `Comments`, `Feedback`, `TableOfContents`, and `ViewersCounter`.
4
+
5
+ ## Host requirements
6
+
7
+ Applications must provide compatible versions of Vue, Nuxt UI, Pinia, and Pinia Colada, and register their plugins before rendering the shared components.
8
+
9
+ The comments and authentication components use `VITE_API_URL` as the `api.soubiran.dev` origin. `ViewersCounter` uses `VITE_PARTYKIT_URL` as its PartyKit host. Both variables must be exposed by the host application.
package/dist/imports.mjs CHANGED
@@ -1,4 +1,8 @@
1
1
  //#region src/imports.ts
2
- var imports_default = { "@soubiran/ui": ["useUmami", "useTableOfContents"] };
2
+ var imports_default = { "@soubiran/ui": [
3
+ "useLogin",
4
+ "useUmami",
5
+ "useTableOfContents"
6
+ ] };
3
7
  //#endregion
4
8
  export { imports_default as default };