@stevendejong/storybook-stylesheet-toggle 0.0.6 → 0.0.7
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/package.json +11 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stevendejong/storybook-stylesheet-toggle",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "The Storybook Stylesheet Toggle addon is a simple and convenient tool for changing stylesheets on the fly.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons"
|
|
@@ -105,8 +105,16 @@
|
|
|
105
105
|
"storybook": {
|
|
106
106
|
"displayName": "Stylesheet Toggle",
|
|
107
107
|
"supportedFrameworks": [
|
|
108
|
-
"
|
|
108
|
+
"react",
|
|
109
|
+
"vue",
|
|
110
|
+
"angular",
|
|
111
|
+
"web-components",
|
|
112
|
+
"ember",
|
|
113
|
+
"html",
|
|
114
|
+
"svelte",
|
|
115
|
+
"preact",
|
|
116
|
+
"react-native"
|
|
109
117
|
],
|
|
110
|
-
"icon": "https://github.com/stevendejongnl/storybook-stylesheet-toggle/blob/main/icon.png"
|
|
118
|
+
"icon": "https://github.com/stevendejongnl/storybook-stylesheet-toggle/blob/main/icon.png?raw=true"
|
|
111
119
|
}
|
|
112
120
|
}
|