@windrun-huaiin/base-ui 8.1.1 → 8.1.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/README.md +13 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -187,4 +187,16 @@ pnpm dev
|
|
|
187
187
|
|
|
188
188
|
# Type check
|
|
189
189
|
pnpm type-check
|
|
190
|
-
```
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## Showcase
|
|
194
|
+
|
|
195
|
+
- [Free Trivia Game](https://freetrivia.info/)
|
|
196
|
+
- [Music Poster](https://musicposter.org/en)
|
|
197
|
+
- [Image Narration](https://imagenarration.com/en)
|
|
198
|
+
- [Describe Yourself](https://describeyourself.org/en)
|
|
199
|
+
- [Newspaper Template](https://newspaper-template.org/en)
|
|
200
|
+
- [breathing exercise](https://breathingexercise.net/en)
|
|
201
|
+
- [ai directory list](https://aidirectorylist.com/en)
|
|
202
|
+
- [reve image directory](https://reveimage.directory/en)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windrun-huaiin/base-ui",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"description": "Base UI components for windrun-huaiin projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@radix-ui/react-slot": "^1.2.2",
|
|
42
42
|
"class-variance-authority": "^0.7.1",
|
|
43
43
|
"lucide-react": "^0.525.0",
|
|
44
|
-
"@windrun-huaiin/lib": "^7.1.
|
|
44
|
+
"@windrun-huaiin/lib": "^7.1.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"clsx": "^2.0.0",
|