@maltjoy/core-vue 5.22.0 → 5.22.2
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/components/JoyInput/JoyInput.types.d.ts +4 -1
- package/dist/core-vue.js +235 -239
- package/dist/core-vue.umd.cjs +1 -1
- package/dist/joy-core-vue-manifest.json +3 -3
- package/dist/style.css +1 -1
- package/package.json +9 -6
- package/dist/components/JoyAvailability/VJoyAvailability.figma.d.ts +0 -1
- package/dist/components/JoyBadge/VJoyBadge.figma.d.ts +0 -1
- package/dist/components/JoyButton/JoyButton.wip.figma.d.ts +0 -1
- package/dist/components/JoyFormError/JoyFormError.wip.figma.d.ts +0 -1
- package/dist/components/JoyHighlight/JoyHighlight.wip.figma.d.ts +0 -1
- package/dist/components/JoyIcon/JoyIcon.wip.figma.d.ts +0 -1
- package/dist/components/JoyIconButton/JoyIconButton.wip.figma.d.ts +0 -1
- package/dist/components/JoyInput/JoyInput.wip.figma.d.ts +0 -1
- package/dist/components/JoyLabel/JoyLabel.wip.figma.d.ts +0 -1
- package/dist/components/JoyPanel/JoyPanel.wip.figma.d.ts +0 -1
- package/dist/components/JoySnackbar/JoySnackbar.wip.figma.d.ts +0 -1
- package/dist/components/JoyTitleBrand/VJoyTitleBrand.wip.figma.d.ts +0 -1
- package/dist/components/JoyUserCard/JoyUserCard.wip.figma.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maltjoy/core-vue",
|
|
3
|
-
"version": "5.22.
|
|
3
|
+
"version": "5.22.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
"./dist/style.css": "./dist/style.css",
|
|
25
25
|
"./dist/joy-core-vue-manifest.json": "./dist/joy-core-vue-manifest.json"
|
|
26
26
|
},
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"vue": ">= 3.5.25"
|
|
29
|
+
},
|
|
27
30
|
"dependencies": {
|
|
28
31
|
"@floating-ui/dom": "1.5.3",
|
|
29
32
|
"@floating-ui/vue": "1.0.2",
|
|
30
|
-
"@maltjoy/icons": "5.22.
|
|
31
|
-
"@maltjoy/themes": "5.22.
|
|
32
|
-
"@vue/runtime-core": "3.5.13",
|
|
33
|
-
"@vue/runtime-dom": "3.5.13",
|
|
33
|
+
"@maltjoy/icons": "5.22.2",
|
|
34
|
+
"@maltjoy/themes": "5.22.2",
|
|
34
35
|
"@vue/shared": "3.5.13",
|
|
35
36
|
"@vueuse/components": "10.8.0",
|
|
36
37
|
"@vueuse/core": "10.8.0",
|
|
37
38
|
"mitt": "3.0.1",
|
|
38
|
-
"vue": "3.5.25",
|
|
39
39
|
"vue-bind-once": "0.2.1",
|
|
40
40
|
"vue-router": "4.4.0"
|
|
41
41
|
},
|
|
@@ -61,6 +61,8 @@
|
|
|
61
61
|
"@vitejs/plugin-vue": "4.0.0",
|
|
62
62
|
"@vitest/coverage-istanbul": "4.0.3",
|
|
63
63
|
"@vue/test-utils": "2.4.6",
|
|
64
|
+
"@vue/runtime-core": "3.5.25",
|
|
65
|
+
"@vue/runtime-dom": "3.5.25",
|
|
64
66
|
"chromatic": "13.3.2",
|
|
65
67
|
"eslint": "9.39.4",
|
|
66
68
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -75,6 +77,7 @@
|
|
|
75
77
|
"vite": "5.4.11",
|
|
76
78
|
"vite-bundle-analyzer": "1.3.7",
|
|
77
79
|
"vitest": "4.0.3",
|
|
80
|
+
"vue": "3.5.25",
|
|
78
81
|
"vue-component-meta": "2.1.6",
|
|
79
82
|
"vue-component-type-helpers": "2.2.0",
|
|
80
83
|
"vue-eslint-parser": "^10.4.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|