@windrun-huaiin/third-ui 3.2.0 → 3.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/third-ui",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "description": "Third-party integrated UI components for windrun-huaiin projects",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -46,19 +46,9 @@
46
46
  "README.md",
47
47
  "LICENSE"
48
48
  ],
49
- "scripts": {
50
- "build:css": "postcss src/styles/third-ui.css -o dist/third-ui.css",
51
- "build": "tsup && pnpm build:css",
52
- "build:prod": "tsup && pnpm build:css",
53
- "dev": "tsup --watch",
54
- "clean": "rm -rf dist",
55
- "type-check": "tsc --noEmit"
56
- },
57
49
  "dependencies": {
58
50
  "@clerk/localizations": "^3.16.0",
59
51
  "@clerk/types": "^4.59.0",
60
- "@windrun-huaiin/base-ui": "workspace:*",
61
- "@windrun-huaiin/lib": "workspace:*",
62
52
  "fumadocs-core": "15.3.3",
63
53
  "fumadocs-mdx": "11.6.3",
64
54
  "fumadocs-typescript": "4.0.4",
@@ -66,7 +56,8 @@
66
56
  "mermaid": "^11.6.0",
67
57
  "react-medium-image-zoom": "^5.2.14",
68
58
  "@clerk/nextjs": "^6.19.4",
69
- "zod": "^3.22.4"
59
+ "zod": "^3.22.4",
60
+ "@windrun-huaiin/base-ui": "^3.2.4"
70
61
  },
71
62
  "peerDependencies": {
72
63
  "react": "^19.1.0",
@@ -102,5 +93,13 @@
102
93
  "license": "MIT",
103
94
  "publishConfig": {
104
95
  "access": "public"
96
+ },
97
+ "scripts": {
98
+ "build:css": "postcss src/styles/third-ui.css -o dist/third-ui.css",
99
+ "build": "tsup && pnpm build:css",
100
+ "build:prod": "tsup && pnpm build:css",
101
+ "dev": "tsup --watch",
102
+ "clean": "rm -rf dist",
103
+ "type-check": "tsc --noEmit"
105
104
  }
106
105
  }
package/src/main/cta.tsx CHANGED
@@ -18,7 +18,7 @@ export function CTA() {
18
18
  </p>
19
19
  <GradientButton
20
20
  title={t('button')}
21
- href="https://preview.reve.art/"
21
+ href={t('url')}
22
22
  align="center"
23
23
  />
24
24
  </div>