react-form-steps 1.0.3 → 1.0.5

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 +2 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  A premium, production-ready multi-step form manager for **React** & **React Native**. Built on top of `react-hook-form` and `zod`, it handles complex data flows, file persistence, draft recovery, and smooth animations — all with zero configuration.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/react-form-steps.svg)](https://www.npmjs.com/package/react-form-steps)
6
- [![license](https://img.shields.io/npm/l/react-form-steps.svg)](https://github.com/Coderkube-App/react-multistep-form/blob/main/LICENSE)
6
+ [![license](https://img.shields.io/npm/l/react-form-steps.svg)](https://github.com/Coderkube-App/react-form-steps/blob/main/LICENSE)
7
7
 
8
8
  ---
9
9
 
@@ -12,11 +12,7 @@ A premium, production-ready multi-step form manager for **React** & **React Nati
12
12
  `react-form-steps` ships with a powerful interactive CLI that generates complete multi-step wizard forms in seconds. No boilerplate — just answer a few questions and start building.
13
13
 
14
14
  <p align="center">
15
- <a href="https://github.com/user-attachments/assets/c555b874-a716-47b7-9474-c24daa24f09f">
16
- <img src="https://unpkg.com/react-form-steps/assets/cli_screenshot.png" alt="Watch react-form-steps CLI Demo Video" width="800" style="border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15);" />
17
- </a>
18
- <br />
19
- <sub>🎬 <b>Click the terminal preview above to watch the interactive CLI setup demo!</b></sub>
15
+ <img src="https://github.com/user-attachments/assets/2080ff63-f4ee-4b0e-b5ff-d484dc739bcb" alt="react-form-steps CLI Demo" width="800" style="border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15);" />
20
16
  </p>
21
17
 
22
18
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-form-steps",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A production-ready multi-step form manager for React with persistence and edit mode support.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -48,12 +48,12 @@
48
48
  "license": "MIT",
49
49
  "repository": {
50
50
  "type": "git",
51
- "url": "git+https://github.com/Coderkube-App/react-multistep-form.git"
51
+ "url": "git+https://github.com/Coderkube-App/react-form-steps.git"
52
52
  },
53
53
  "bugs": {
54
- "url": "https://github.com/Coderkube-App/react-multistep-form/issues"
54
+ "url": "https://github.com/Coderkube-App/react-form-steps/issues"
55
55
  },
56
- "homepage": "https://github.com/Coderkube-App/react-multistep-form#readme",
56
+ "homepage": "https://github.com/Coderkube-App/react-form-steps#readme",
57
57
  "dependencies": {
58
58
  "lodash.debounce": "^4.0.8",
59
59
  "lucide-react": "^0.363.0"