@soybeanjs/ui 0.24.1 → 0.24.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/LICENSE +21 -0
- package/README.md +2 -0
- package/README.zh-CN.md +2 -0
- package/dist/components/alert/alert.vue.d.ts +2 -2
- package/dist/components/backtop/backtop.vue.d.ts +1 -1
- package/dist/components/color-picker/color-picker.vue.d.ts +2 -2
- package/dist/components/color-slider/color-slider.vue.d.ts +1 -1
- package/dist/components/combobox/combobox.vue.d.ts +2 -2
- package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +2 -2
- package/dist/components/context-menu/context-menu-radio.vue.d.ts +2 -2
- package/dist/components/date-picker/date-picker.js +1 -1
- package/dist/components/date-picker/date-picker.vue.d.ts +2 -2
- package/dist/components/date-range-picker/date-range-picker.vue.d.ts +2 -2
- package/dist/components/dialog/dialog.vue.d.ts +3 -3
- package/dist/components/drawer/drawer.vue.d.ts +3 -3
- package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +2 -2
- package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +2 -2
- package/dist/components/menubar/menubar.vue.d.ts +2 -2
- package/dist/components/navigation-menu/navigation-menu.vue.d.ts +2 -2
- package/dist/components/page-tabs/page-tabs.vue.d.ts +1 -1
- package/dist/components/popconfirm/popconfirm.vue.d.ts +3 -3
- package/dist/components/select/select.vue.d.ts +2 -2
- package/dist/components/splitter/splitter-resize-handle.vue.d.ts +3 -3
- package/dist/components/watermark/index.d.ts +1 -2
- package/dist/components/watermark/watermark.js +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/styles/alert.d.ts +3 -3
- package/dist/styles/badge.d.ts +1 -1
- package/dist/styles/button.d.ts +2 -2
- package/dist/styles/checkbox.d.ts +1 -1
- package/dist/styles/pagination.d.ts +1 -1
- package/dist/styles/radio-group.d.ts +1 -1
- package/dist/styles/switch.d.ts +2 -2
- package/dist/styles/table.d.ts +1 -1
- package/dist/styles/tag.d.ts +2 -2
- package/dist/styles/toggle-group.d.ts +1 -1
- package/dist/styles/toggle.d.ts +1 -1
- package/dist/styles/watermark.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/ui",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.2",
|
|
4
4
|
"description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
|
|
5
5
|
"homepage": "https://github.com/soybeanjs/soybean-ui",
|
|
6
6
|
"bugs": {
|
|
@@ -52,19 +52,19 @@
|
|
|
52
52
|
"fuse.js": "^7.3.0",
|
|
53
53
|
"valibot": "^1.4.0",
|
|
54
54
|
"zod": "^4.4.3",
|
|
55
|
-
"@soybeanjs/headless": "^0.24.
|
|
55
|
+
"@soybeanjs/headless": "^0.24.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@soybeanjs/cli": "^1.7.2",
|
|
59
|
-
"@soybeanjs/eslint-config-vue": "^0.0
|
|
60
|
-
"@soybeanjs/oxc-config": "^0.1.
|
|
59
|
+
"@soybeanjs/eslint-config-vue": "^0.1.0",
|
|
60
|
+
"@soybeanjs/oxc-config": "^0.1.3",
|
|
61
61
|
"@soybeanjs/unocss-preset": "^0.2.0",
|
|
62
62
|
"@soybeanjs/unocss-shadcn": "^0.5.0",
|
|
63
63
|
"@types/node": "^25.9.1",
|
|
64
|
-
"@unocss/cli": "^66.
|
|
64
|
+
"@unocss/cli": "^66.7.0",
|
|
65
65
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
66
66
|
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
67
|
-
"@vitest/coverage-v8": "^4.1.
|
|
67
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
68
68
|
"@vue/test-utils": "^2.4.10",
|
|
69
69
|
"axe-core": "^4.11.4",
|
|
70
70
|
"cac": "^7.0.0",
|
|
@@ -78,16 +78,16 @@
|
|
|
78
78
|
"tsx": "^4.22.3",
|
|
79
79
|
"typedoc": "^0.28.19",
|
|
80
80
|
"typescript": "^6.0.3",
|
|
81
|
-
"unocss": "^66.
|
|
81
|
+
"unocss": "^66.7.0",
|
|
82
82
|
"unocss-preset-animations": "^1.3.0",
|
|
83
83
|
"unplugin-auto-import": "^21.0.0",
|
|
84
84
|
"unplugin-vue": "7.2.0",
|
|
85
85
|
"unplugin-vue-components": "^32.1.0",
|
|
86
86
|
"unplugin-vue-jsx": "0.9.0",
|
|
87
|
-
"vite": "^8.0.
|
|
87
|
+
"vite": "^8.0.14",
|
|
88
88
|
"vite-plugin-vue-devtools": "^8.1.2",
|
|
89
89
|
"vite-plugin-vue-meta-layouts": "^0.6.1",
|
|
90
|
-
"vitest": "^4.1.
|
|
90
|
+
"vitest": "^4.1.7",
|
|
91
91
|
"vue": "^3.5.34",
|
|
92
92
|
"vue-router": "^5.0.7",
|
|
93
93
|
"vue-tsc": "^3.3.1"
|