@soybeanjs/ui 0.28.1 → 0.29.0-beta.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/README.md +143 -177
- package/README.zh-CN.md +144 -178
- package/dist/components/affix/affix.js +1 -1
- package/dist/components/color-picker/color-picker.vue.d.ts +1 -1
- package/dist/components/config-provider/config-provider.js +1 -1
- package/dist/components/date-picker/date-picker.js +1 -1
- package/dist/components/icon/icon.js +1 -1
- package/dist/styles/alert.d.ts +1 -1
- package/dist/styles/button.d.ts +1 -1
- package/dist/styles/dialog.js +1 -1
- package/dist/styles/drawer.js +1 -1
- package/dist/styles/kbd.d.ts +1 -1
- package/dist/styles/pagination.d.ts +1 -1
- package/dist/styles/popconfirm.js +1 -1
- package/dist/styles/tag.d.ts +1 -1
- package/dist/styles.css +1 -1
- package/package.json +17 -62
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0-beta.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": {
|
|
@@ -49,47 +49,26 @@
|
|
|
49
49
|
"@soybeanjs/hooks": "^0.3.0",
|
|
50
50
|
"@soybeanjs/shadcn-theme": "^0.3.4",
|
|
51
51
|
"@soybeanjs/utils": "^0.1.1",
|
|
52
|
-
"
|
|
53
|
-
"zod": "^4.4.3",
|
|
54
|
-
"@soybeanjs/headless": "^0.28.1"
|
|
52
|
+
"@soybeanjs/headless": "^0.29.0-beta.1"
|
|
55
53
|
},
|
|
56
54
|
"devDependencies": {
|
|
57
|
-
"@nuxt/kit": "^4.4.
|
|
58
|
-
"@soybeanjs/cli": "^1.7.2",
|
|
59
|
-
"@soybeanjs/eslint-config-vue": "^0.1.0",
|
|
60
|
-
"@soybeanjs/oxc-config": "^0.2.0",
|
|
61
|
-
"@soybeanjs/unocss-preset": "^0.2.0",
|
|
55
|
+
"@nuxt/kit": "^4.4.8",
|
|
62
56
|
"@soybeanjs/unocss-shadcn": "^0.7.0",
|
|
63
|
-
"@types/node": "^25.9.
|
|
57
|
+
"@types/node": "^25.9.2",
|
|
64
58
|
"@unocss/cli": "^66.7.0",
|
|
65
|
-
"@
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"axe-core": "^4.11.4",
|
|
70
|
-
"cac": "^7.0.0",
|
|
71
|
-
"eslint": "^10.4.0",
|
|
72
|
-
"happy-dom": "^20.9.0",
|
|
73
|
-
"lint-staged": "^17.0.5",
|
|
74
|
-
"nuxt": ">=4.4.6",
|
|
75
|
-
"oxfmt": "^0.52.0",
|
|
76
|
-
"oxlint": "^1.67.0",
|
|
77
|
-
"simple-git-hooks": "^2.13.1",
|
|
78
|
-
"tsdown": "0.22.1",
|
|
79
|
-
"tsx": "^4.22.3",
|
|
80
|
-
"typedoc": "^0.28.19",
|
|
59
|
+
"@vue/test-utils": "^2.4.11",
|
|
60
|
+
"axe-core": "^4.12.0",
|
|
61
|
+
"happy-dom": "^20.10.2",
|
|
62
|
+
"nuxt": "^4.4.8",
|
|
81
63
|
"typescript": "^6.0.3",
|
|
82
64
|
"unocss": "^66.7.0",
|
|
83
65
|
"unocss-preset-animations": "^1.3.0",
|
|
84
|
-
"unplugin-
|
|
85
|
-
"unplugin-vue": "7.2.0",
|
|
66
|
+
"unplugin-vue": "^7.2.0",
|
|
86
67
|
"unplugin-vue-components": "^32.1.0",
|
|
87
|
-
"
|
|
88
|
-
"vite-plugin-vue-meta-layouts": "^0.6.1",
|
|
89
|
-
"vitest": "^4.1.7",
|
|
68
|
+
"vitest": "npm:@voidzero-dev/vite-plus-test@latest",
|
|
90
69
|
"vue": "^3.5.35",
|
|
91
70
|
"vue-router": "^5.1.0",
|
|
92
|
-
"vue-tsc": "^3.3.
|
|
71
|
+
"vue-tsc": "^3.3.4"
|
|
93
72
|
},
|
|
94
73
|
"peerDependencies": {
|
|
95
74
|
"@nuxt/kit": "^4.3.0",
|
|
@@ -116,37 +95,13 @@
|
|
|
116
95
|
"optional": true
|
|
117
96
|
}
|
|
118
97
|
},
|
|
119
|
-
"simple-git-hooks": {
|
|
120
|
-
"commit-msg": "pnpm soy git-commit-verify",
|
|
121
|
-
"pre-commit": "pnpm typecheck && pnpm lint-staged"
|
|
122
|
-
},
|
|
123
|
-
"lint-staged": {
|
|
124
|
-
"*": "oxlint . --fix && oxfmt"
|
|
125
|
-
},
|
|
126
98
|
"scripts": {
|
|
127
|
-
"build": "
|
|
99
|
+
"build": "vp pack && pnpm build:css",
|
|
128
100
|
"build:css": "unocss 'src/styles/**/*.ts' -o dist/styles.css --minify",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"dev": "vite",
|
|
135
|
-
"dev:docs": "pnpm --filter @soybeanjs/ui-docs dev",
|
|
136
|
-
"fmt": "oxfmt",
|
|
137
|
-
"lint": "oxlint --fix && eslint --fix headless/ src/",
|
|
138
|
-
"preview": "vite preview",
|
|
139
|
-
"preview:docs": "pnpm --filter @soybeanjs/ui-docs preview",
|
|
140
|
-
"publish-pkg": "pnpm publish -r --access public",
|
|
141
|
-
"release": "soy release -e 'pnpm release-execute'",
|
|
142
|
-
"release-execute": "pnpm soy changelog && pnpm sui skills && pnpm sui changelog && pnpm sui changelog-translate",
|
|
143
|
-
"stub": "tsx scripts/stub.ts",
|
|
144
|
-
"sui": "tsx scripts/cli.ts",
|
|
145
|
-
"test": "vitest run",
|
|
146
|
-
"test:coverage": "vitest run --coverage",
|
|
147
|
-
"test:ui": "vitest --ui",
|
|
148
|
-
"test:watch": "vitest watch",
|
|
149
|
-
"typecheck": "vue-tsc --noEmit --skipLibCheck",
|
|
150
|
-
"upkg": "soy ncu"
|
|
101
|
+
"test": "vp test run",
|
|
102
|
+
"test:coverage": "vp test run --coverage",
|
|
103
|
+
"test:ui": "vp test --ui",
|
|
104
|
+
"test:watch": "vp test watch",
|
|
105
|
+
"typecheck": "vue-tsc --noEmit --skipLibCheck"
|
|
151
106
|
}
|
|
152
107
|
}
|