react-form-steps 1.0.0 → 1.0.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 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/yourusername/react-form-steps/blob/main/LICENSE)
6
+ [![license](https://img.shields.io/npm/l/react-form-steps.svg)](https://github.com/Coderkube-App/react-multistep-form/blob/main/LICENSE)
7
7
 
8
8
  ---
9
9
 
@@ -13,7 +13,7 @@ A premium, production-ready multi-step form manager for **React** & **React Nati
13
13
 
14
14
  <p align="center">
15
15
  <a href="https://github.com/user-attachments/assets/c555b874-a716-47b7-9474-c24daa24f09f">
16
- <img src="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);" />
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
17
  </a>
18
18
  <br />
19
19
  <sub>🎬 <b>Click the terminal preview above to watch the interactive CLI setup demo!</b></sub>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-form-steps",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
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",
@@ -44,8 +44,16 @@
44
44
  "persistence",
45
45
  "draft"
46
46
  ],
47
- "author": "Antigravity",
47
+ "author": "CoderKube Technologies",
48
48
  "license": "MIT",
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "git+https://github.com/Coderkube-App/react-multistep-form.git"
52
+ },
53
+ "bugs": {
54
+ "url": "https://github.com/Coderkube-App/react-multistep-form/issues"
55
+ },
56
+ "homepage": "https://github.com/Coderkube-App/react-multistep-form#readme",
49
57
  "dependencies": {
50
58
  "lodash.debounce": "^4.0.8",
51
59
  "lucide-react": "^0.363.0"
Binary file