@stevendejong/storybook-stylesheet-toggle 0.0.4--canary.3.72cc709.0 → 0.0.5--canary.4.7fe10e1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Storybook Addon Stylesheet Toggle
1
+ # Storybook Stylesheet Toggle addon
2
2
 
3
- The Storybook Stylesheet Toggle Plugin 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.
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
  ![](preview.gif)
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stevendejong/storybook-stylesheet-toggle",
3
- "version": "0.0.4--canary.3.72cc709.0",
4
- "description": "Simple toggle to load stylesheets",
3
+ "version": "0.0.5--canary.4.7fe10e1.0",
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://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
111
+ "icon": "https://github.com/stevendejongnl/storybook-stylesheet-toggle/blob/main/icon.png"
112
112
  }
113
113
  }