storybook-addon-pseudo-states 9.1.2 → 9.1.4
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 +2 -0
- package/package.json +13 -4
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybook-addon-pseudo-states",
|
|
3
|
-
"version": "9.1.
|
|
4
|
-
"description": "CSS pseudo states
|
|
3
|
+
"version": "9.1.4",
|
|
4
|
+
"description": "Storybook Pseudo-states addon: Manipulate CSS pseudo states",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
7
|
+
"storybook-addon",
|
|
8
|
+
"css",
|
|
7
9
|
"pseudo states",
|
|
8
10
|
"style",
|
|
9
|
-
"test"
|
|
11
|
+
"test",
|
|
12
|
+
"component",
|
|
13
|
+
"components",
|
|
14
|
+
"react",
|
|
15
|
+
"vue",
|
|
16
|
+
"angular",
|
|
17
|
+
"svelte",
|
|
18
|
+
"web-components"
|
|
10
19
|
],
|
|
11
20
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/pseudo-states",
|
|
12
21
|
"bugs": {
|
|
@@ -57,7 +66,7 @@
|
|
|
57
66
|
"typescript": "^5.8.3"
|
|
58
67
|
},
|
|
59
68
|
"peerDependencies": {
|
|
60
|
-
"storybook": "^9.1.
|
|
69
|
+
"storybook": "^9.1.4"
|
|
61
70
|
},
|
|
62
71
|
"publishConfig": {
|
|
63
72
|
"access": "public"
|