@better-s3/ui 3.2.1 → 3.1044.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @better-s3/ui
2
2
 
3
- Styled React components for better-s3 flows. The package ships Mira-flavored, shadcn-style components for upload, multi-upload, download, and delete.
3
+ Pre-built shadcn/ui components for better-s3 upload, multi-upload, download, and delete.
4
4
 
5
- Use it when you want production-ready UI fast. Keep the package if you want speed, restyle it with your own shadcn theme tokens, or build fully custom components with [`@better-s3/react`](../better-s3-react) when you want full source ownership.
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
- > These components are designed around the [shadcn](https://ui.shadcn.com) styling model. Your app should already expose shadcn-style CSS variables such as `--background`, `--foreground`, `--primary`, `--border`, and friends.
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.2.1",
3
+ "version": "3.1044.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.2.1"
39
+ "@better-s3/react": "3.1044.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@base-ui/react": ">=1.0.0",
@@ -53,7 +53,7 @@
53
53
  "class-variance-authority": "^0.7.1",
54
54
  "clsx": "^2.1.1",
55
55
  "lucide-react": "^1.14.0",
56
- "react": "^19.2.5",
56
+ "react": "^19.2.6",
57
57
  "sonner": "^2.0.7",
58
58
  "tailwind-merge": "^3.5.0",
59
59
  "tsc-alias": "^1.8.17",