@stevendejong/storybook-stylesheet-toggle 0.0.4 → 0.0.5
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 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Storybook
|
|
1
|
+
# Storybook Stylesheet Toggle addon
|
|
2
2
|
|
|
3
|
-
The Storybook Stylesheet Toggle
|
|
3
|
+
The Storybook Stylesheet Toggle addon is a simple and convenient tool for changing stylesheets on the fly within your Storybook stories. It allows you to dynamically switch between different stylesheets using a dropdown menu accessed via a toolbar button.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stevendejong/storybook-stylesheet-toggle",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.5",
|
|
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"
|
|
7
7
|
],
|
|
@@ -108,6 +108,6 @@
|
|
|
108
108
|
"supportedFrameworks": [
|
|
109
109
|
"web-components"
|
|
110
110
|
],
|
|
111
|
-
"icon": "https://
|
|
111
|
+
"icon": "https://github.com/stevendejongnl/storybook-stylesheet-toggle/blob/main/icon.png"
|
|
112
112
|
}
|
|
113
113
|
}
|