@soybeanjs/ui 0.23.1-beta.1 → 0.23.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/config-provider/config-provider.vue.d.ts +1 -1
- package/dist/components/config-provider/index.d.ts +1 -1
- package/dist/components/config-provider/types.d.ts +3 -3
- package/dist/components/progress/index.d.ts +1 -8
- package/dist/components/splitter/splitter-panel.vue.d.ts +2 -2
- package/dist/index.d.ts +8 -8
- package/dist/styles/pagination.d.ts +1 -1
- package/dist/styles/table.d.ts +1 -1
- package/dist/styles/tabs.d.ts +1 -1
- package/dist/styles.css +1 -1715
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/ui",
|
|
3
|
-
"version": "0.23.1
|
|
3
|
+
"version": "0.23.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": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"fuse.js": "^7.3.0",
|
|
53
53
|
"valibot": "^1.4.0",
|
|
54
54
|
"zod": "^4.4.3",
|
|
55
|
-
"@soybeanjs/headless": "^0.23.1
|
|
55
|
+
"@soybeanjs/headless": "^0.23.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@soybeanjs/cli": "^1.7.2",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"oxlint": "^1.65.0",
|
|
75
75
|
"simple-git-hooks": "^2.13.1",
|
|
76
76
|
"tsdown": "0.22.0",
|
|
77
|
-
"tsx": "^4.22.
|
|
77
|
+
"tsx": "^4.22.2",
|
|
78
78
|
"typedoc": "^0.28.19",
|
|
79
79
|
"typescript": "^6.0.3",
|
|
80
80
|
"unocss": "^66.6.8",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
},
|
|
101
101
|
"scripts": {
|
|
102
102
|
"build": "pnpm build:headless && pnpm build:ui && pnpm build:css && pnpm sui skills",
|
|
103
|
-
"build:css": "unocss 'src/styles/**/*.ts' -o dist/styles.css --
|
|
103
|
+
"build:css": "unocss 'src/styles/**/*.ts' -o dist/styles.css --minify",
|
|
104
104
|
"build:docs": "pnpm --filter @soybeanjs/ui-docs build",
|
|
105
105
|
"build:headless": "pnpm --filter @soybeanjs/headless build",
|
|
106
106
|
"build:play": "vite build",
|