reend-components 1.2.0 → 1.2.1
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 +11 -16
- package/dist/bin/cli.cjs +2 -2
- package/dist/lib/index.cjs +2 -2
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.mjs +32 -34
- package/dist/lib/index.mjs.map +1 -1
- package/dist/tailwind/index.cjs +2 -0
- package/package.json +4 -16
package/README.md
CHANGED
|
@@ -34,18 +34,16 @@ bun add reend-components
|
|
|
34
34
|
|
|
35
35
|
### Peer Dependencies
|
|
36
36
|
|
|
37
|
-
| Package
|
|
38
|
-
|
|
|
39
|
-
| `react`
|
|
40
|
-
| `react-dom`
|
|
41
|
-
| `tailwindcss`
|
|
42
|
-
| `
|
|
43
|
-
| `lucide-react` | ≥0.400.0 *(optional)* | Signature components |
|
|
37
|
+
| Package | Version | Required for |
|
|
38
|
+
| ------------- | --------------------- | -------------------------------- |
|
|
39
|
+
| `react` | ^18.0.0 \|\| ^19.0.0 | All components |
|
|
40
|
+
| `react-dom` | ^18.0.0 \|\| ^19.0.0 | All components |
|
|
41
|
+
| `tailwindcss` | ≥3.4.0 *(optional)* | Tailwind preset |
|
|
42
|
+
| `recharts` | ≥3.0.0 *(optional)* | Chart primitives (`LineChart` …) |
|
|
44
43
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
npm install
|
|
48
|
-
```
|
|
44
|
+
Everything else (`framer-motion`, `lucide-react`, `react-resizable-panels`,
|
|
45
|
+
Radix UI primitives) is installed automatically as a regular dependency —
|
|
46
|
+
`npm install reend-components` is all you need.
|
|
49
47
|
|
|
50
48
|
---
|
|
51
49
|
|
|
@@ -228,13 +226,10 @@ const containerRef = useFocusTrap<HTMLDivElement>(isOpen);
|
|
|
228
226
|
|
|
229
227
|
## Signature Components
|
|
230
228
|
|
|
231
|
-
> Endfield-exclusive HUD components.
|
|
229
|
+
> Endfield-exclusive HUD components. `framer-motion` and `lucide-react` ship with
|
|
230
|
+
> the package — no extra install needed.
|
|
232
231
|
> Add `./node_modules/reend-components/dist/**/*.{js,mjs}` to your Tailwind `content` array.
|
|
233
232
|
|
|
234
|
-
```bash
|
|
235
|
-
npm install framer-motion lucide-react
|
|
236
|
-
```
|
|
237
|
-
|
|
238
233
|
| Component | Description |
|
|
239
234
|
| ---------------- | ------------------------------------------------------------ |
|
|
240
235
|
| `GlitchText` | Animated glitch effect text |
|
package/dist/bin/cli.cjs
CHANGED
|
@@ -8814,7 +8814,7 @@ var chalkStderr = createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
|
8814
8814
|
var source_default = chalk;
|
|
8815
8815
|
|
|
8816
8816
|
// src/cli/registry.ts
|
|
8817
|
-
var CLI_VERSION = "1.2.
|
|
8817
|
+
var CLI_VERSION = "1.2.1";
|
|
8818
8818
|
var GITHUB_RAW_ROOT = "https://raw.githubusercontent.com/VBeatDead/ReEnd-Components";
|
|
8819
8819
|
var BASE_DEPS = ["clsx", "tailwind-merge", "class-variance-authority"];
|
|
8820
8820
|
var REGISTRY = {
|
|
@@ -9125,7 +9125,7 @@ var REGISTRY = {
|
|
|
9125
9125
|
type: "core",
|
|
9126
9126
|
files: ["chart.tsx"],
|
|
9127
9127
|
deps: ["recharts"],
|
|
9128
|
-
description: "
|
|
9128
|
+
description: "Endfield chart palette + theme tokens (--chart-1 to --chart-8) for recharts primitives"
|
|
9129
9129
|
},
|
|
9130
9130
|
footer: {
|
|
9131
9131
|
name: "footer",
|