@volverjs/ui-vue 0.0.7 → 0.0.8-beta.3
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/VvAlert/VvAlert.es.js +27 -18
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +4 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +27 -18
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +18 -6
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +15 -5
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/index.es.js +18 -6
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/stories/Alert/Alert.settings.d.ts +10 -0
- package/package.json +28 -28
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvAlert/VvAlert.vue +29 -11
- package/src/components/VvCombobox/VvCombobox.vue +3 -1
- package/src/components/VvDropdown/VvDropdown.vue +15 -5
- package/src/stories/Alert/Alert.settings.ts +10 -0
- package/src/stories/Alert/Alert.test.ts +8 -4
- package/src/stories/Tooltip/Tooltip.test.ts +3 -1
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/volverjs/ui-vue/issues"
|
|
21
21
|
},
|
|
22
|
-
"version": "0.0.
|
|
22
|
+
"version": "0.0.8-beta.3",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"maska": "^2.1.9",
|
|
48
48
|
"mitt": "^3.0.0",
|
|
49
49
|
"nanoid": "^4.0.2",
|
|
50
|
-
"vue": "^3.3.
|
|
50
|
+
"vue": "^3.3.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@babel/core": "^7.21.8",
|
|
@@ -57,33 +57,33 @@
|
|
|
57
57
|
"@iconify/utils": "^2.1.5",
|
|
58
58
|
"@mdx-js/react": "^2.3.0",
|
|
59
59
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
60
|
-
"@storybook/addon-a11y": "7.0.
|
|
61
|
-
"@storybook/addon-actions": "7.0.
|
|
62
|
-
"@storybook/addon-docs": "7.0.
|
|
63
|
-
"@storybook/addon-essentials": "7.0.
|
|
64
|
-
"@storybook/addon-interactions": "7.0.
|
|
65
|
-
"@storybook/addon-links": "7.0.
|
|
66
|
-
"@storybook/channel-postmessage": "7.0.
|
|
67
|
-
"@storybook/channel-websocket": "7.0.
|
|
68
|
-
"@storybook/cli": "7.0.
|
|
69
|
-
"@storybook/client-api": "7.0.
|
|
70
|
-
"@storybook/client-logger": "7.0.
|
|
71
|
-
"@storybook/core-common": "7.0.
|
|
60
|
+
"@storybook/addon-a11y": "7.0.12",
|
|
61
|
+
"@storybook/addon-actions": "7.0.12",
|
|
62
|
+
"@storybook/addon-docs": "7.0.12",
|
|
63
|
+
"@storybook/addon-essentials": "7.0.12",
|
|
64
|
+
"@storybook/addon-interactions": "7.0.12",
|
|
65
|
+
"@storybook/addon-links": "7.0.12",
|
|
66
|
+
"@storybook/channel-postmessage": "7.0.12",
|
|
67
|
+
"@storybook/channel-websocket": "7.0.12",
|
|
68
|
+
"@storybook/cli": "7.0.12",
|
|
69
|
+
"@storybook/client-api": "7.0.12",
|
|
70
|
+
"@storybook/client-logger": "7.0.12",
|
|
71
|
+
"@storybook/core-common": "7.0.12",
|
|
72
72
|
"@storybook/jest": "^0.1.0",
|
|
73
|
-
"@storybook/preview-api": "7.0.
|
|
74
|
-
"@storybook/preview-web": "7.0.
|
|
73
|
+
"@storybook/preview-api": "7.0.12",
|
|
74
|
+
"@storybook/preview-web": "7.0.12",
|
|
75
75
|
"@storybook/test-runner": "^0.10.0",
|
|
76
76
|
"@storybook/testing-library": "^0.1.0",
|
|
77
|
-
"@storybook/vue3": "7.0.
|
|
78
|
-
"@storybook/vue3-vite": "7.0.
|
|
77
|
+
"@storybook/vue3": "7.0.12",
|
|
78
|
+
"@storybook/vue3-vite": "7.0.12",
|
|
79
79
|
"@tsconfig/node18": "^2.0.1",
|
|
80
80
|
"@types/jest-axe": "^3.5.5",
|
|
81
81
|
"@types/jsdom": "^21.1.1",
|
|
82
|
-
"@types/node": "20.1
|
|
82
|
+
"@types/node": "20.2.1",
|
|
83
83
|
"@types/react": "^18.2.6",
|
|
84
84
|
"@types/yargs": "^17.0.24",
|
|
85
85
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
86
|
-
"@vue/compiler-sfc": "^3.3.
|
|
86
|
+
"@vue/compiler-sfc": "^3.3.4",
|
|
87
87
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
88
88
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
89
89
|
"@vue/test-utils": "^2.3.2",
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"eslint-mdx": "^2.1.0",
|
|
95
95
|
"eslint-plugin-mdx": "^2.1.0",
|
|
96
96
|
"eslint-plugin-storybook": "^0.6.12",
|
|
97
|
-
"eslint-plugin-vue": "^9.
|
|
98
|
-
"glob": "
|
|
97
|
+
"eslint-plugin-vue": "^9.13.0",
|
|
98
|
+
"glob": "7.2.3",
|
|
99
99
|
"jest-axe": "^7.0.1",
|
|
100
100
|
"jest-diff": "^29.5.0",
|
|
101
101
|
"jest-get-type": "^29.4.3",
|
|
@@ -105,21 +105,21 @@
|
|
|
105
105
|
"pretty-format": "^29.5.0",
|
|
106
106
|
"react": "^18.2.0",
|
|
107
107
|
"react-dom": "^18.2.0",
|
|
108
|
-
"remark": "^14.0.
|
|
108
|
+
"remark": "^14.0.3",
|
|
109
109
|
"sass": "^1.62.1",
|
|
110
|
-
"storybook": "7.0.
|
|
110
|
+
"storybook": "7.0.12",
|
|
111
111
|
"storybook-addon-markdown-docs": "^1.0.5",
|
|
112
112
|
"storybook-dark-mode": "^3.0.0",
|
|
113
113
|
"storybook-version": "^0.1.1",
|
|
114
|
-
"terser": "^5.17.
|
|
114
|
+
"terser": "^5.17.4",
|
|
115
115
|
"ts-node": "^10.9.1",
|
|
116
116
|
"typescript": "~5.0.4",
|
|
117
|
-
"unplugin-auto-import": "^0.
|
|
117
|
+
"unplugin-auto-import": "^0.16.0",
|
|
118
118
|
"unplugin-vue-components": "^0.24.1",
|
|
119
|
-
"vite": "^4.3.
|
|
119
|
+
"vite": "^4.3.8",
|
|
120
120
|
"vite-plugin-eslint": "^1.8.1",
|
|
121
121
|
"vite-plugin-externalize-deps": "^0.6.0",
|
|
122
|
-
"vue-tsc": "^1.6.
|
|
122
|
+
"vue-tsc": "^1.6.5",
|
|
123
123
|
"yargs": "^17.7.2"
|
|
124
124
|
},
|
|
125
125
|
"typesVersions": {
|