react-wizard-engine 0.1.1 → 0.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # react-wizard-engine
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Use an absolute GitHub URL for the examples link in the README so it resolves on npmjs.com.
8
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -47,6 +47,8 @@ export function SignupWizard() {
47
47
  }
48
48
  ```
49
49
 
50
+ > Runnable Vite example: [`examples/basic/`](https://github.com/knazark/react-wizard-engine/tree/main/examples/basic) — 5 routes (`setup`, `setup-full`, `setup-initializer`, `linear`, `diamond`). `pnpm install && pnpm dev`.
51
+
50
52
  ## Styled adapter
51
53
 
52
54
  The `/shadcn` subpath ships an opinionated styled `WizardTopBar` and `WizardLayout` built on Radix + Tailwind utility classes that match shadcn defaults.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-wizard-engine",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "description": "Multi-step flow engine for React: steps, categories, branches, pluggable strategies, async navigation with cancellation.",
6
6
  "keywords": [