@soubiran/ui 0.6.5 → 0.7.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.
@@ -1,10 +1,10 @@
1
- import * as vue from "vue";
1
+ import * as _$vue from "vue";
2
2
 
3
3
  //#region src/composables/useTableOfContents.d.ts
4
4
  declare function _useTableOfContents(): {
5
5
  setActive: (id: string) => void;
6
6
  unsetActive: (id: string) => void;
7
- activeHeadings: Readonly<vue.Ref<readonly string[], readonly string[]>>;
7
+ activeHeadings: Readonly<_$vue.Ref<readonly string[], readonly string[]>>;
8
8
  };
9
9
  declare const _default: typeof _useTableOfContents;
10
10
  //#endregion
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* empty css */
1
+ /* empty css */
2
2
  import useTableOfContents_default from "./composables/useTableOfContents.js";
3
3
  import useUmami from "./composables/useUmami.js";
4
4
  export { useTableOfContents_default as useTableOfContents, useUmami };
package/dist/ui.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ //#region src/ui.d.ts
2
+ declare const _default: any;
3
+ //#endregion
4
+ export { _default as default };
package/dist/ui.js ADDED
@@ -0,0 +1,10 @@
1
+ //#region src/ui.ts
2
+ var ui_default = {
3
+ pageHeader: { slots: {
4
+ root: "py-0 border-b-0",
5
+ title: "sm:text-xl text-xl font-bold text-highlighted"
6
+ } },
7
+ pageBody: { base: "mt-6" }
8
+ };
9
+ //#endregion
10
+ export { ui_default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soubiran/ui",
3
3
  "type": "module",
4
- "version": "0.6.5",
4
+ "version": "0.7.1",
5
5
  "author": "Estéban Soubiran <esteban@soubiran.dev>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/Barbapapazes",
@@ -30,9 +30,9 @@
30
30
  "types": "./dist/resolver.d.mts",
31
31
  "import": "./dist/resolver.mjs"
32
32
  },
33
- "./alerts": {
34
- "types": "./dist/alerts.d.ts",
35
- "import": "./dist/alerts.js"
33
+ "./ui": {
34
+ "types": "./dist/ui.d.ts",
35
+ "import": "./dist/ui.js"
36
36
  },
37
37
  "./umami": {
38
38
  "types": "./umami.d.ts"
@@ -49,35 +49,35 @@
49
49
  "umami.d.ts"
50
50
  ],
51
51
  "dependencies": {
52
- "@nuxt/ui": "4.5.0",
53
- "@pinia/colada": "^1.0.0",
54
- "@vue/compiler-sfc": "^3.5.30",
55
- "@vueuse/core": "^14.2.1",
52
+ "@nuxt/ui": "^4.7.0",
53
+ "@pinia/colada": "^1.2.1",
54
+ "@vue/compiler-sfc": "^3.5.33",
55
+ "@vueuse/core": "^14.3.0",
56
56
  "markdown-it-github-alerts": "^1.0.1",
57
- "motion-v": "^2.0.1",
57
+ "motion-v": "^2.2.1",
58
58
  "ofetch": "^1.5.1",
59
- "partysocket": "^1.1.16",
59
+ "partysocket": "^1.1.18",
60
60
  "pinia": "^3.0.4",
61
- "reka-ui": "^2.9.2",
61
+ "reka-ui": "^2.9.6",
62
62
  "tailwind-variants": "^3.2.2",
63
- "unplugin-vue-components": "^31.0.0",
64
- "vite": "^8.0.1",
65
- "vue": "^3.5.30",
66
- "vue-router": "^4.6.3"
63
+ "unplugin-vue-components": "^32.0.0",
64
+ "vite": "^8.0.10",
65
+ "vue": "^3.5.33",
66
+ "vue-router": "^5.0.6"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@iconify-json/ph": "^1.2.2",
70
- "@iconify-json/simple-icons": "^1.2.74",
71
- "@tsdown/css": "^0.21.4",
72
- "@types/node": "^24.12.0",
73
- "@vitejs/plugin-vue": "^6.0.5",
74
- "@vue/language-core": "^3.2.6",
75
- "@vue/tsconfig": "^0.9.0",
76
- "tsdown": "^0.21.4",
70
+ "@iconify-json/simple-icons": "^1.2.79",
71
+ "@tsdown/css": "^0.21.10",
72
+ "@types/node": "^24.12.2",
73
+ "@vitejs/plugin-vue": "^6.0.6",
74
+ "@vue/language-core": "^3.2.7",
75
+ "@vue/tsconfig": "^0.9.1",
76
+ "tsdown": "^0.21.10",
77
77
  "typescript": "~5.9.3",
78
78
  "unplugin-icons": "^23.0.1",
79
- "unplugin-vue": "^7.1.1",
80
- "vue-tsc": "^3.2.6"
79
+ "unplugin-vue": "^7.2.0",
80
+ "vue-tsc": "^3.2.7"
81
81
  },
82
82
  "scripts": {
83
83
  "dev": "vite dev",