reactjs-multi-stepper 1.3.2 → 1.3.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ It allows you to create step-based workflows such as onboarding, multi-step form
|
|
|
15
15
|
- 🎨 Fully customizable step styles (active, completed)
|
|
16
16
|
- ⚡ Built with **TypeScript** for type safety
|
|
17
17
|
- 🧩 Context-based state management with hooks
|
|
18
|
-
- 🧪 Tested with **Vitest** + **React Testing Library**
|
|
18
|
+
- 🧪 Tested with **Vitest** + **React Testing Library** (83% coverage)
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"main": "./dist/multi-stepper.umd.js",
|
|
4
4
|
"module": "./dist/multi-stepper.es.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
|
-
"version": "1.3.
|
|
6
|
+
"version": "1.3.3",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"repository": {
|
|
9
9
|
"url": "https://github.com/UppiliSrinivas/react-stepper/tree/multi-stepper"
|