@maltjoy/core-vue 3.19.6 → 3.19.8
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 +1 -0
- package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +2 -2
- package/dist/components/JoyIndicators/VJoyIndicators.vue.d.ts +4 -4
- package/dist/components/JoyInput/VJoyInput.vue.d.ts +4 -1
- package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +6 -6
- package/dist/components/JoyTab/TabButton.vue.d.ts +9 -0
- package/dist/components/JoyTab/VJoyTab.vue.d.ts +13 -3
- package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +20 -6
- package/dist/components/JoyTag/VJoyTag.vue.d.ts +14 -9
- package/dist/joy-vue.js +1445 -1420
- package/dist/joy-vue.umd.cjs +4 -4
- package/dist/style.css +1 -1
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maltjoy/core-vue",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@floating-ui/dom": "1.5.3",
|
|
22
22
|
"@floating-ui/vue": "^1.0.2",
|
|
23
|
-
"@maltjoy/icons": "3.19.
|
|
24
|
-
"@maltjoy/themes": "3.19.
|
|
23
|
+
"@maltjoy/icons": "3.19.8",
|
|
24
|
+
"@maltjoy/themes": "3.19.8",
|
|
25
25
|
"@vueuse/components": "^9.13.0",
|
|
26
26
|
"@vueuse/core": "^9.13.0",
|
|
27
27
|
"@vueuse/integrations": "10.5.0",
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/core": "7.20.12",
|
|
35
35
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
36
|
-
"@storybook/addon-a11y": "7.
|
|
37
|
-
"@storybook/addon-docs": "7.
|
|
38
|
-
"@storybook/addon-essentials": "7.
|
|
39
|
-
"@storybook/addon-interactions": "7.
|
|
40
|
-
"@storybook/addon-links": "7.
|
|
41
|
-
"@storybook/addon-viewport": "7.
|
|
42
|
-
"@storybook/addons": "7.
|
|
43
|
-
"@storybook/blocks": "7.
|
|
44
|
-
"@storybook/channel-postmessage": "7.
|
|
45
|
-
"@storybook/channel-websocket": "7.
|
|
46
|
-
"@storybook/client-api": "7.
|
|
36
|
+
"@storybook/addon-a11y": "7.6.8",
|
|
37
|
+
"@storybook/addon-docs": "7.6.8",
|
|
38
|
+
"@storybook/addon-essentials": "7.6.8",
|
|
39
|
+
"@storybook/addon-interactions": "7.6.8",
|
|
40
|
+
"@storybook/addon-links": "7.6.8",
|
|
41
|
+
"@storybook/addon-viewport": "7.6.8",
|
|
42
|
+
"@storybook/addons": "7.6.8",
|
|
43
|
+
"@storybook/blocks": "7.6.8",
|
|
44
|
+
"@storybook/channel-postmessage": "7.6.8",
|
|
45
|
+
"@storybook/channel-websocket": "7.6.8",
|
|
46
|
+
"@storybook/client-api": "7.6.8",
|
|
47
47
|
"@storybook/jest": "^0.2.1",
|
|
48
|
-
"@storybook/preview-web": "7.
|
|
48
|
+
"@storybook/preview-web": "7.6.8",
|
|
49
49
|
"@storybook/testing-library": "0.2.0",
|
|
50
|
-
"@storybook/vue3": "7.
|
|
51
|
-
"@storybook/vue3-vite": "7.
|
|
50
|
+
"@storybook/vue3": "7.6.8",
|
|
51
|
+
"@storybook/vue3-vite": "7.6.8",
|
|
52
52
|
"@typescript-eslint/parser": "5.59.11",
|
|
53
53
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
54
54
|
"@vitest/coverage-istanbul": "^0.28.4",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"react": "17.0.2",
|
|
66
66
|
"react-dom": "17.0.2",
|
|
67
67
|
"sass": "^1.60.0",
|
|
68
|
-
"storybook": "7.
|
|
68
|
+
"storybook": "7.6.8",
|
|
69
69
|
"typescript": "^4.9.3",
|
|
70
70
|
"vite": "^4.0.0",
|
|
71
71
|
"vitest": "^0.28.4",
|