@vueless/storybook-dark-mode 10.0.4-beta.0 → 10.0.4-beta.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@ A Storybook v9 and v10 optimized addon that enables users to toggle between dark
4
4
 
5
5
  The project is supported and maintained by the [Vueless UI](https://github.com/vuelessjs/vueless) core team. | [See the demo](https://ui.vueless.com) 🌗
6
6
 
7
- ![Example](./example.gif)
7
+ ![Example](https://raw.githubusercontent.com/vuelessjs/storybook-dark-mode/refs/heads/main/public/example.gif)
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/storybook-dark-mode",
3
- "version": "10.0.4-beta.0",
3
+ "version": "10.0.4-beta.1",
4
4
  "description": "Toggle between light and dark mode in Storybook",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "repository": {
@@ -108,6 +108,6 @@
108
108
  ],
109
109
  "storybook": {
110
110
  "displayName": "Dark Mode",
111
- "icon": ""
111
+ "icon": "https://raw.githubusercontent.com/vuelessjs/storybook-dark-mode/refs/heads/main/public/logo.png"
112
112
  }
113
113
  }