react-form-steps 1.0.4 → 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.
package/README.md CHANGED
@@ -12,7 +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
- <img src="assets/cli_demo.gif" alt="react-form-steps CLI Demo" width="800" style="border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15);" />
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);" />
16
16
  </p>
17
17
 
18
18
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-form-steps",
3
- "version": "1.0.4",
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",
Binary file