@better-s3/ui 3.2.0 → 3.3.0
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @better-s3/ui
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Pre-built shadcn/ui components for better-s3 — upload, multi-upload, download, and delete.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Components are installed into your project via the shadcn CLI, not imported from npm. After install, they live in your codebase and are fully customizable. All components are built on [`@better-s3/react`](../better-s3-react) hooks — the same hooks you can use directly to build your own UI.
|
|
6
6
|
|
|
7
|
-
>
|
|
7
|
+
> Requires your app to use shadcn/ui with CSS variables (`--background`, `--foreground`, `--primary`, `--border`, etc).
|
|
8
8
|
|
|
9
9
|
## Install
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-s3/ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Pre-built React UI components for S3 file upload, download, and delete",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"s3",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"styles.css"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@better-s3/react": "3.
|
|
39
|
+
"@better-s3/react": "3.3.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@base-ui/react": ">=1.0.0",
|