@volverjs/ui-vue 0.0.9-beta.18 → 0.0.9-beta.19
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/VvInputText/VvInputText.es.js +8 -0
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/index.es.js +8 -0
- 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 +37 -37
- 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/VvInputText/VvInputText.vue +14 -0
package/package.json
CHANGED
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/volverjs/ui-vue/issues"
|
|
21
21
|
},
|
|
22
|
-
"version": "0.0.9-beta.
|
|
22
|
+
"version": "0.0.9-beta.19",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
26
|
-
"packageManager": "pnpm@8.
|
|
26
|
+
"packageManager": "pnpm@8.7.0",
|
|
27
27
|
"type": "module",
|
|
28
28
|
"main": "./dist/Volver.umd.js",
|
|
29
29
|
"module": "./dist/Volver.es.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@floating-ui/vue": "^1.0.2",
|
|
42
|
-
"@iconify/tools": "^3.0.
|
|
42
|
+
"@iconify/tools": "^3.0.5",
|
|
43
43
|
"@iconify/vue": "^4.1.1",
|
|
44
|
-
"@vueuse/core": "^10.
|
|
44
|
+
"@vueuse/core": "^10.4.1",
|
|
45
45
|
"jsdom": "^22.1.0",
|
|
46
46
|
"mitt": "^3.0.1",
|
|
47
47
|
"nanoid": "^4.0.2",
|
|
@@ -53,39 +53,39 @@
|
|
|
53
53
|
"@volverjs/style": "0.*"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@babel/core": "^7.22.
|
|
56
|
+
"@babel/core": "^7.22.11",
|
|
57
57
|
"@babel/preset-env": "^7.22.10",
|
|
58
|
-
"@babel/preset-typescript": "^7.22.
|
|
58
|
+
"@babel/preset-typescript": "^7.22.11",
|
|
59
59
|
"@iconify/types": "^2.0.0",
|
|
60
|
-
"@iconify/utils": "^2.1.
|
|
60
|
+
"@iconify/utils": "^2.1.9",
|
|
61
61
|
"@mdx-js/react": "^2.3.0",
|
|
62
62
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
63
|
-
"@storybook/addon-a11y": "^7.2
|
|
64
|
-
"@storybook/addon-actions": "^7.2
|
|
65
|
-
"@storybook/addon-docs": "^7.2
|
|
66
|
-
"@storybook/addon-essentials": "^7.2
|
|
67
|
-
"@storybook/addon-interactions": "^7.2
|
|
68
|
-
"@storybook/addon-links": "^7.2
|
|
69
|
-
"@storybook/channel-postmessage": "^7.2
|
|
70
|
-
"@storybook/channel-websocket": "^7.2
|
|
71
|
-
"@storybook/cli": "^7.2
|
|
72
|
-
"@storybook/client-api": "^7.2
|
|
73
|
-
"@storybook/client-logger": "^7.2
|
|
74
|
-
"@storybook/core-common": "^7.2
|
|
75
|
-
"@storybook/jest": "^0.1
|
|
76
|
-
"@storybook/preview-api": "^7.2
|
|
77
|
-
"@storybook/preview-web": "^7.2
|
|
63
|
+
"@storybook/addon-a11y": "^7.3.2",
|
|
64
|
+
"@storybook/addon-actions": "^7.3.2",
|
|
65
|
+
"@storybook/addon-docs": "^7.3.2",
|
|
66
|
+
"@storybook/addon-essentials": "^7.3.2",
|
|
67
|
+
"@storybook/addon-interactions": "^7.3.2",
|
|
68
|
+
"@storybook/addon-links": "^7.3.2",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.3.2",
|
|
70
|
+
"@storybook/channel-websocket": "^7.3.2",
|
|
71
|
+
"@storybook/cli": "^7.3.2",
|
|
72
|
+
"@storybook/client-api": "^7.3.2",
|
|
73
|
+
"@storybook/client-logger": "^7.3.2",
|
|
74
|
+
"@storybook/core-common": "^7.3.2",
|
|
75
|
+
"@storybook/jest": "^0.2.1",
|
|
76
|
+
"@storybook/preview-api": "^7.3.2",
|
|
77
|
+
"@storybook/preview-web": "^7.3.2",
|
|
78
78
|
"@storybook/test-runner": "^0.13.0",
|
|
79
79
|
"@storybook/testing-library": "^0.2.0",
|
|
80
|
-
"@storybook/vue3": "^7.2
|
|
81
|
-
"@storybook/vue3-vite": "^7.2
|
|
82
|
-
"@tsconfig/node18": "^18.2.
|
|
80
|
+
"@storybook/vue3": "^7.3.2",
|
|
81
|
+
"@storybook/vue3-vite": "^7.3.2",
|
|
82
|
+
"@tsconfig/node18": "^18.2.1",
|
|
83
83
|
"@types/jest-axe": "^3.5.5",
|
|
84
|
-
"@types/jsdom": "^21.1.
|
|
85
|
-
"@types/node": "^20.
|
|
86
|
-
"@types/react": "^18.2.
|
|
84
|
+
"@types/jsdom": "^21.1.2",
|
|
85
|
+
"@types/node": "^20.5.7",
|
|
86
|
+
"@types/react": "^18.2.21",
|
|
87
87
|
"@types/yargs": "^17.0.24",
|
|
88
|
-
"@vitejs/plugin-vue": "^4.
|
|
88
|
+
"@vitejs/plugin-vue": "^4.3.3",
|
|
89
89
|
"@volverjs/style": "0.1.12-beta.4",
|
|
90
90
|
"@vue/compiler-sfc": "^3.3.4",
|
|
91
91
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@vue/test-utils": "^2.4.1",
|
|
94
94
|
"@vue/tsconfig": "^0.4.0",
|
|
95
95
|
"change-case": "^4.1.2",
|
|
96
|
-
"eslint": "^8.
|
|
96
|
+
"eslint": "^8.48.0",
|
|
97
97
|
"eslint-config-prettier": "^9.0.0",
|
|
98
98
|
"eslint-mdx": "^2.2.0",
|
|
99
99
|
"eslint-plugin-mdx": "^2.2.0",
|
|
@@ -102,23 +102,23 @@
|
|
|
102
102
|
"eslint-plugin-vue": "^9.17.0",
|
|
103
103
|
"glob": "7.2.3",
|
|
104
104
|
"jest-axe": "^8.0.0",
|
|
105
|
-
"jest-diff": "^29.6.
|
|
106
|
-
"jest-get-type": "^29.
|
|
105
|
+
"jest-diff": "^29.6.4",
|
|
106
|
+
"jest-get-type": "^29.6.3",
|
|
107
107
|
"jsdom": "^22.1.0",
|
|
108
108
|
"npm-run-all": "^4.1.5",
|
|
109
|
-
"prettier": "^3.0.
|
|
110
|
-
"pretty-format": "^29.6.
|
|
109
|
+
"prettier": "^3.0.2",
|
|
110
|
+
"pretty-format": "^29.6.3",
|
|
111
111
|
"react": "^18.2.0",
|
|
112
112
|
"react-dom": "^18.2.0",
|
|
113
113
|
"remark": "^14.0.3",
|
|
114
|
-
"sass": "^1.
|
|
115
|
-
"storybook": "^7.2
|
|
114
|
+
"sass": "^1.66.1",
|
|
115
|
+
"storybook": "^7.3.2",
|
|
116
116
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
117
117
|
"storybook-dark-mode": "^3.0.1",
|
|
118
118
|
"storybook-version": "^0.1.1",
|
|
119
119
|
"terser": "^5.19.2",
|
|
120
120
|
"ts-node": "^10.9.1",
|
|
121
|
-
"typescript": "~5.
|
|
121
|
+
"typescript": "~5.2.2",
|
|
122
122
|
"unplugin-auto-import": "^0.16.6",
|
|
123
123
|
"unplugin-vue-components": "^0.25.1",
|
|
124
124
|
"vite": "^4.4.9",
|