@soybeanjs/ui 0.23.0 → 0.23.1-beta.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/ui",
3
- "version": "0.23.0",
3
+ "version": "0.23.1-beta.4",
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,13 +52,13 @@
52
52
  "fuse.js": "^7.3.0",
53
53
  "valibot": "^1.4.0",
54
54
  "zod": "^4.4.3",
55
- "@soybeanjs/headless": "^0.23.0"
55
+ "@soybeanjs/headless": "^0.23.1-beta.4"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@soybeanjs/cli": "^1.7.2",
59
59
  "@soybeanjs/eslint-config-vue": "^0.0.2",
60
60
  "@soybeanjs/unocss-preset": "^0.2.0",
61
- "@soybeanjs/unocss-shadcn": "^0.4.0",
61
+ "@soybeanjs/unocss-shadcn": "^0.5.0",
62
62
  "@types/node": "^25.9.0",
63
63
  "@unocss/cli": "^66.6.8",
64
64
  "@vitejs/plugin-vue": "^6.0.7",
@@ -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.1",
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 build",
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",
@@ -115,7 +115,7 @@
115
115
  "preview:docs": "pnpm --filter @soybeanjs/ui-docs preview",
116
116
  "publish-pkg": "pnpm publish -r --access public",
117
117
  "release": "soy release -e 'pnpm release-execute'",
118
- "release-execute": "pnpm sui skills && pnpm sui changelog && pnpm sui changelog-translate",
118
+ "release-execute": "pnpm soy changelog && pnpm sui skills && pnpm sui changelog && pnpm sui changelog-translate",
119
119
  "sui": "tsx scripts/cli.ts",
120
120
  "test": "vitest run",
121
121
  "test:coverage": "vitest run --coverage",
@@ -1 +0,0 @@
1
- const e=[`xs`,`sm`,`md`,`lg`,`xl`,`2xl`];export{e as themeSizes};