reend-components 1.2.1 → 1.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/README.md +2 -2
- package/dist/bin/cli.cjs +1 -1
- package/dist/lib/index.cjs +2 -2
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.mjs +40 -32
- package/dist/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ import { Button } from "reend-components";
|
|
|
105
105
|
Copy-paste components directly into your project (shadcn-style):
|
|
106
106
|
|
|
107
107
|
```bash
|
|
108
|
-
npx reend-ui init # set up config
|
|
108
|
+
npx reend-ui init # set up config, cn helper (lib/utils.ts), CSS variables
|
|
109
109
|
npx reend-ui add button # copy button.tsx into your project
|
|
110
110
|
npx reend-ui list # list all available components
|
|
111
111
|
npx reend-ui update button # update a component to latest
|
|
@@ -326,7 +326,7 @@ npm run dev # docs dev server at :8080
|
|
|
326
326
|
npm run build # build docs SPA
|
|
327
327
|
npm run build:lib # build library → dist/lib/
|
|
328
328
|
npm run build:cli # build CLI → dist/bin/cli.cjs
|
|
329
|
-
npm run test # run
|
|
329
|
+
npm run test # run 1242 tests across 27 files
|
|
330
330
|
npm run lint # ESLint
|
|
331
331
|
```
|
|
332
332
|
|
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.2";
|
|
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 = {
|