@volverjs/ui-vue 0.0.8-beta.8 → 0.0.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 +2 -0
- package/dist/components/VvCombobox/VvCombobox.es.js +40 -37
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +35 -32
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +1 -1
- package/dist/components/index.es.js +40 -37
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- 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/VvCombobox/VvCombobox.vue +2 -2
- package/src/components/VvDropdown/VvDropdown.vue +47 -37
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.8
|
|
22
|
+
"version": "0.0.8",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@floating-ui/vue": "^1.0.0",
|
|
42
|
-
"@iconify/tools": "^
|
|
42
|
+
"@iconify/tools": "^3.0.1",
|
|
43
43
|
"@iconify/vue": "4.1.1",
|
|
44
44
|
"@vueuse/core": "^10.1.2",
|
|
45
45
|
"jsdom": "^22.0.0",
|
|
@@ -59,46 +59,46 @@
|
|
|
59
59
|
"@iconify/types": "^2.0.0",
|
|
60
60
|
"@iconify/utils": "^2.1.5",
|
|
61
61
|
"@mdx-js/react": "^2.3.0",
|
|
62
|
-
"@rushstack/eslint-patch": "^1.
|
|
63
|
-
"@storybook/addon-a11y": "^7.0.
|
|
64
|
-
"@storybook/addon-actions": "^7.0.
|
|
65
|
-
"@storybook/addon-docs": "^7.0.
|
|
66
|
-
"@storybook/addon-essentials": "^7.0.
|
|
67
|
-
"@storybook/addon-interactions": "^7.0.
|
|
68
|
-
"@storybook/addon-links": "^7.0.
|
|
69
|
-
"@storybook/channel-postmessage": "^7.0.
|
|
70
|
-
"@storybook/channel-websocket": "^7.0.
|
|
71
|
-
"@storybook/cli": "^7.0.
|
|
72
|
-
"@storybook/client-api": "^7.0.
|
|
73
|
-
"@storybook/client-logger": "^7.0.
|
|
74
|
-
"@storybook/core-common": "^7.0.
|
|
62
|
+
"@rushstack/eslint-patch": "^1.3.0",
|
|
63
|
+
"@storybook/addon-a11y": "^7.0.17",
|
|
64
|
+
"@storybook/addon-actions": "^7.0.17",
|
|
65
|
+
"@storybook/addon-docs": "^7.0.17",
|
|
66
|
+
"@storybook/addon-essentials": "^7.0.17",
|
|
67
|
+
"@storybook/addon-interactions": "^7.0.17",
|
|
68
|
+
"@storybook/addon-links": "^7.0.17",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.0.17",
|
|
70
|
+
"@storybook/channel-websocket": "^7.0.17",
|
|
71
|
+
"@storybook/cli": "^7.0.17",
|
|
72
|
+
"@storybook/client-api": "^7.0.17",
|
|
73
|
+
"@storybook/client-logger": "^7.0.17",
|
|
74
|
+
"@storybook/core-common": "^7.0.17",
|
|
75
75
|
"@storybook/jest": "^0.1.0",
|
|
76
|
-
"@storybook/preview-api": "^7.0.
|
|
77
|
-
"@storybook/preview-web": "^7.0.
|
|
76
|
+
"@storybook/preview-api": "^7.0.17",
|
|
77
|
+
"@storybook/preview-web": "^7.0.17",
|
|
78
78
|
"@storybook/test-runner": "^0.10.0",
|
|
79
79
|
"@storybook/testing-library": "^0.1.0",
|
|
80
|
-
"@storybook/vue3": "^7.0.
|
|
81
|
-
"@storybook/vue3-vite": "^7.0.
|
|
80
|
+
"@storybook/vue3": "^7.0.17",
|
|
81
|
+
"@storybook/vue3-vite": "^7.0.17",
|
|
82
82
|
"@tsconfig/node18": "^2.0.1",
|
|
83
83
|
"@types/jest-axe": "^3.5.5",
|
|
84
84
|
"@types/jsdom": "^21.1.1",
|
|
85
|
-
"@types/node": "^20.2.
|
|
86
|
-
"@types/react": "^18.2.
|
|
85
|
+
"@types/node": "^20.2.4",
|
|
86
|
+
"@types/react": "^18.2.7",
|
|
87
87
|
"@types/yargs": "^17.0.24",
|
|
88
88
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
89
|
-
"@volverjs/style": "^0.1.11
|
|
89
|
+
"@volverjs/style": "^0.1.11",
|
|
90
90
|
"@vue/compiler-sfc": "^3.3.4",
|
|
91
91
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
92
92
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
93
93
|
"@vue/test-utils": "^2.3.2",
|
|
94
94
|
"@vue/tsconfig": "^0.4.0",
|
|
95
95
|
"change-case": "^4.1.2",
|
|
96
|
-
"eslint": "^8.
|
|
96
|
+
"eslint": "^8.41.0",
|
|
97
97
|
"eslint-config-prettier": "^8.8.0",
|
|
98
98
|
"eslint-mdx": "^2.1.0",
|
|
99
99
|
"eslint-plugin-mdx": "^2.1.0",
|
|
100
100
|
"eslint-plugin-storybook": "^0.6.12",
|
|
101
|
-
"eslint-plugin-vue": "^9.
|
|
101
|
+
"eslint-plugin-vue": "^9.14.1",
|
|
102
102
|
"glob": "7.2.3",
|
|
103
103
|
"jest-axe": "^7.0.1",
|
|
104
104
|
"jest-diff": "^29.5.0",
|
|
@@ -111,16 +111,16 @@
|
|
|
111
111
|
"react-dom": "^18.2.0",
|
|
112
112
|
"remark": "^14.0.3",
|
|
113
113
|
"sass": "^1.62.1",
|
|
114
|
-
"storybook": "7.0.
|
|
114
|
+
"storybook": "7.0.17",
|
|
115
115
|
"storybook-addon-markdown-docs": "^1.0.5",
|
|
116
116
|
"storybook-dark-mode": "^3.0.0",
|
|
117
117
|
"storybook-version": "^0.1.1",
|
|
118
|
-
"terser": "^5.17.
|
|
118
|
+
"terser": "^5.17.6",
|
|
119
119
|
"ts-node": "^10.9.1",
|
|
120
120
|
"typescript": "~5.0.4",
|
|
121
|
-
"unplugin-auto-import": "^0.16.
|
|
121
|
+
"unplugin-auto-import": "^0.16.2",
|
|
122
122
|
"unplugin-vue-components": "^0.24.1",
|
|
123
|
-
"vite": "^4.3.
|
|
123
|
+
"vite": "^4.3.9",
|
|
124
124
|
"vite-plugin-eslint": "^1.8.1",
|
|
125
125
|
"vite-plugin-externalize-deps": "^0.6.0",
|
|
126
126
|
"vue-tsc": "^1.6.5",
|