@soubiran/ui 0.6.4 → 0.7.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.
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
|
-
import UButton from '@nuxt/ui/components/Button.vue'
|
|
3
|
-
import UCard from '@nuxt/ui/components/Card.vue'
|
|
4
|
-
import UFormField from '@nuxt/ui/components/FormField.vue'
|
|
5
|
-
import UIcon from '@nuxt/ui/components/Icon.vue'
|
|
6
|
-
import UTextarea from '@nuxt/ui/components/Textarea.vue'
|
|
7
|
-
import UTooltip from '@nuxt/ui/components/Tooltip.vue'
|
|
8
2
|
import { useMutation } from '@pinia/colada'
|
|
9
3
|
import { motion } from 'motion-v'
|
|
10
4
|
import { ofetch } from 'ofetch'
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import type { FunctionalComponent, SVGAttributes } from 'vue'
|
|
3
|
-
import UButton from '@nuxt/ui/components/Button.vue'
|
|
4
|
-
import USeparator from '@nuxt/ui/components/Separator.vue'
|
|
5
|
-
import UTooltip from '@nuxt/ui/components/Tooltip.vue'
|
|
6
3
|
import { tv } from 'tailwind-variants'
|
|
7
4
|
import { computed } from 'vue'
|
|
8
5
|
import discord from '~icons/simple-icons/discord'
|
|
@@ -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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soubiran/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.7.0",
|
|
5
5
|
"author": "Estéban Soubiran <esteban@soubiran.dev>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/Barbapapazes",
|
|
@@ -49,35 +49,35 @@
|
|
|
49
49
|
"umami.d.ts"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@nuxt/ui": "4.
|
|
53
|
-
"@pinia/colada": "^1.
|
|
54
|
-
"@vue/compiler-sfc": "^3.5.
|
|
55
|
-
"@vueuse/core": "^14.
|
|
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.
|
|
57
|
+
"motion-v": "^2.2.1",
|
|
58
58
|
"ofetch": "^1.5.1",
|
|
59
|
-
"partysocket": "^1.1.
|
|
59
|
+
"partysocket": "^1.1.18",
|
|
60
60
|
"pinia": "^3.0.4",
|
|
61
|
-
"reka-ui": "^2.9.
|
|
61
|
+
"reka-ui": "^2.9.6",
|
|
62
62
|
"tailwind-variants": "^3.2.2",
|
|
63
|
-
"unplugin-vue-components": "^
|
|
64
|
-
"vite": "^8.0.
|
|
65
|
-
"vue": "^3.5.
|
|
66
|
-
"vue-router": "^
|
|
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.
|
|
71
|
-
"@tsdown/css": "^0.21.
|
|
72
|
-
"@types/node": "^24.12.
|
|
73
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
74
|
-
"@vue/language-core": "^3.2.
|
|
75
|
-
"@vue/tsconfig": "^0.9.
|
|
76
|
-
"tsdown": "^0.21.
|
|
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.
|
|
80
|
-
"vue-tsc": "^3.2.
|
|
79
|
+
"unplugin-vue": "^7.2.0",
|
|
80
|
+
"vue-tsc": "^3.2.7"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|
|
83
83
|
"dev": "vite dev",
|