react-form-steps 1.0.1 → 1.0.3

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -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="https://raw.githubusercontent.com/Coderkube-App/react-multistep-form/main/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.1",
3
+ "version": "1.0.3",
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",
@@ -83,4 +83,4 @@
83
83
  "overrides": {
84
84
  "@types/react": "^18.2.66"
85
85
  }
86
- }
86
+ }