@walkeros/storybook-addon 0.2.1 → 0.3.0
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 +11 -0
- package/package.json +4 -7
package/README.md
CHANGED
|
@@ -17,6 +17,17 @@ stories.
|
|
|
17
17
|
- ⚙️ **Custom Prefix Support**: Configure custom data attribute prefixes
|
|
18
18
|
- 🚀 **Zero Configuration**: Works out of the box with walkerOS data attributes
|
|
19
19
|
|
|
20
|
+
## Compatibility
|
|
21
|
+
|
|
22
|
+
| Addon Version | Storybook Version | Status |
|
|
23
|
+
| ------------- | ----------------- | --------------------------- |
|
|
24
|
+
| ^0.2.x | ^9.0.0 | ✅ Current (Active Support) |
|
|
25
|
+
| ^1.0.0 | ^10.0.0 | 📋 Planned |
|
|
26
|
+
|
|
27
|
+
> **Note:** Storybook 10 support is planned for v1.0.0. See
|
|
28
|
+
> [STORYBOOK_10_MIGRATION.md](./STORYBOOK_10_MIGRATION.md) for migration
|
|
29
|
+
> details.
|
|
30
|
+
|
|
20
31
|
## Installation
|
|
21
32
|
|
|
22
33
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/storybook-addon",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Visualize, debug, and validate walkerOS event tracking in your Storybook stories. Real-time event capture with visual DOM highlighting for data-attribute based tagging.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons",
|
|
@@ -66,16 +66,13 @@
|
|
|
66
66
|
"@storybook/icons": "^1.4.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@walkeros/
|
|
70
|
-
"@walkeros/jest": "*",
|
|
71
|
-
"@walkeros/tsconfig": "*",
|
|
72
|
-
"@walkeros/tsup": "*",
|
|
69
|
+
"@walkeros/config": "*",
|
|
73
70
|
"@storybook/addon-docs": "^9.1.2",
|
|
74
71
|
"@storybook/react-vite": "^9.1.2",
|
|
75
72
|
"@types/node": "^22",
|
|
76
73
|
"@types/react": "^18.2.65",
|
|
77
74
|
"@types/react-dom": "^18.2.21",
|
|
78
|
-
"@vitejs/plugin-react": "^
|
|
75
|
+
"@vitejs/plugin-react": "^5.1.0",
|
|
79
76
|
"auto": "^11.1.1",
|
|
80
77
|
"boxen": "^7.1.1",
|
|
81
78
|
"npm-run-all2": "^6.2.3",
|
|
@@ -87,7 +84,7 @@
|
|
|
87
84
|
"ts-dedent": "^2.2.0",
|
|
88
85
|
"tsup": "^8.2.4",
|
|
89
86
|
"typescript": "^5.8.2",
|
|
90
|
-
"vite": "^
|
|
87
|
+
"vite": "^7.1.12",
|
|
91
88
|
"zx": "^8.4.1"
|
|
92
89
|
},
|
|
93
90
|
"peerDependencies": {
|