@soybeanjs/ui 0.24.2 → 0.25.1
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/alert/alert.vue.d.ts +2 -2
- package/dist/components/backtop/backtop.vue.d.ts +1 -1
- package/dist/components/button/button-group.js +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/config-provider/config-provider.js +1 -1
- package/dist/components/config-provider/config-provider.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/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 +1 -1
- package/dist/styles/table.d.ts +1 -1
- package/dist/styles/tabs.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.css +242 -1
- package/package.json +5 -7
- package/dist/components/config-provider/global.js +0 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.1",
|
|
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": {
|
|
@@ -47,19 +47,19 @@
|
|
|
47
47
|
"@iconify/vue": "^5.0.1",
|
|
48
48
|
"@soybeanjs/cva": "^0.0.9",
|
|
49
49
|
"@soybeanjs/hooks": "^0.3.0",
|
|
50
|
-
"@soybeanjs/shadcn-theme": "^0.3.
|
|
50
|
+
"@soybeanjs/shadcn-theme": "^0.3.3",
|
|
51
51
|
"@soybeanjs/utils": "^0.1.1",
|
|
52
52
|
"fuse.js": "^7.3.0",
|
|
53
53
|
"valibot": "^1.4.0",
|
|
54
54
|
"zod": "^4.4.3",
|
|
55
|
-
"@soybeanjs/headless": "^0.
|
|
55
|
+
"@soybeanjs/headless": "^0.25.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@soybeanjs/cli": "^1.7.2",
|
|
59
59
|
"@soybeanjs/eslint-config-vue": "^0.1.0",
|
|
60
|
-
"@soybeanjs/oxc-config": "^0.1.
|
|
60
|
+
"@soybeanjs/oxc-config": "^0.1.4",
|
|
61
61
|
"@soybeanjs/unocss-preset": "^0.2.0",
|
|
62
|
-
"@soybeanjs/unocss-shadcn": "^0.
|
|
62
|
+
"@soybeanjs/unocss-shadcn": "^0.6.1",
|
|
63
63
|
"@types/node": "^25.9.1",
|
|
64
64
|
"@unocss/cli": "^66.7.0",
|
|
65
65
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
@@ -83,9 +83,7 @@
|
|
|
83
83
|
"unplugin-auto-import": "^21.0.0",
|
|
84
84
|
"unplugin-vue": "7.2.0",
|
|
85
85
|
"unplugin-vue-components": "^32.1.0",
|
|
86
|
-
"unplugin-vue-jsx": "0.9.0",
|
|
87
86
|
"vite": "^8.0.14",
|
|
88
|
-
"vite-plugin-vue-devtools": "^8.1.2",
|
|
89
87
|
"vite-plugin-vue-meta-layouts": "^0.6.1",
|
|
90
88
|
"vitest": "^4.1.7",
|
|
91
89
|
"vue": "^3.5.34",
|