@vueless/storybook-dark-mode 9.0.3 → 9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A Storybook v9-optimized addon that enables users to toggle between dark and light modes. For support with earlier Storybook versions, see the [original addon](https://github.com/hipstersmoothie/storybook-dark-mode).
4
4
 
5
- The project is supported and maintained by the [Vueless UI](https://github.com/vuelessjs/vueless) core team.
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
7
  ![Example](./example.gif)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/storybook-dark-mode",
3
- "version": "9.0.3",
3
+ "version": "9.0.5",
4
4
  "description": "Toggle between light and dark mode in Storybook",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",