@saasmakers/ui 0.1.84 → 0.1.86
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/app/types/global.d.ts +1 -1
- package/package.json +11 -11
package/app/types/global.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ declare global {
|
|
|
110
110
|
declare module 'vue' {
|
|
111
111
|
interface GlobalDirectives {
|
|
112
112
|
vTooltip: Directive<HTMLElement, string | undefined | {
|
|
113
|
-
content
|
|
113
|
+
content?: string
|
|
114
114
|
hideOnTargetClick?: boolean
|
|
115
115
|
html?: boolean
|
|
116
116
|
trigger?: 'click' | 'focus' | 'hover' | 'manual'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saasmakers/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.86",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Reusable Nuxt UI components for SaaS Makers projects",
|
|
7
7
|
"license": "MIT",
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@capacitor/preferences": "7.0.2",
|
|
30
|
-
"@nuxt/icon": "2.1.
|
|
30
|
+
"@nuxt/icon": "2.1.1",
|
|
31
31
|
"@nuxtjs/color-mode": "3.5.2",
|
|
32
|
-
"@nuxtjs/i18n": "10.2.
|
|
32
|
+
"@nuxtjs/i18n": "10.2.1",
|
|
33
33
|
"@nuxtjs/plausible": "2.0.1",
|
|
34
|
-
"@nuxtjs/robots": "5.
|
|
35
|
-
"@nuxtjs/sitemap": "7.
|
|
34
|
+
"@nuxtjs/robots": "5.6.7",
|
|
35
|
+
"@nuxtjs/sitemap": "7.5.0",
|
|
36
36
|
"@nuxtjs/storybook": "9.0.1",
|
|
37
|
-
"@pinia/nuxt": "0.11.
|
|
38
|
-
"@unocss/nuxt": "66.5.
|
|
37
|
+
"@pinia/nuxt": "0.11.3",
|
|
38
|
+
"@unocss/nuxt": "66.5.10",
|
|
39
39
|
"@unocss/reset": "66.5.10",
|
|
40
40
|
"@vuelidate/core": "2.0.3",
|
|
41
41
|
"@vuelidate/validators": "2.0.4",
|
|
42
|
-
"@vueuse/components": "14.
|
|
42
|
+
"@vueuse/components": "14.1.0",
|
|
43
43
|
"@vueuse/core": "14.1.0",
|
|
44
|
-
"@vueuse/nuxt": "14.
|
|
44
|
+
"@vueuse/nuxt": "14.1.0",
|
|
45
45
|
"chartist": "1.5.0",
|
|
46
46
|
"floating-vue": "5.2.2",
|
|
47
47
|
"lottie-web": "5.13.0",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"numbro": "2.5.0",
|
|
50
50
|
"snarkdown": "2.0.0",
|
|
51
51
|
"storybook": "9.0.5",
|
|
52
|
-
"unocss": "66.5.
|
|
52
|
+
"unocss": "66.5.10",
|
|
53
53
|
"vue": "3.5.22",
|
|
54
54
|
"vue-router": "4.6.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"nuxt": "4.2.
|
|
57
|
+
"nuxt": "4.2.2",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
59
|
"@saasmakers/shared": "0.1.9"
|
|
60
60
|
},
|