@unpunnyfuns/swatchbook-integrations 0.62.1 → 0.62.3

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,6 +19,7 @@ npm install -D tailwindcss @tailwindcss/vite
19
19
  ## Usage
20
20
 
21
21
  ```ts title=".storybook/main.ts"
22
+ import { defineMain } from '@storybook/react-vite/node';
22
23
  import tailwindIntegration from '@unpunnyfuns/swatchbook-integrations/tailwind';
23
24
  import cssInJsIntegration from '@unpunnyfuns/swatchbook-integrations/css-in-js';
24
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unpunnyfuns/swatchbook-integrations",
3
- "version": "0.62.1",
3
+ "version": "0.62.3",
4
4
  "description": "Display-side integrations for the swatchbook Storybook addon. Each subpath (./tailwind, …) exports a factory that plugs into the addon's options as a SwatchbookIntegration.",
5
5
  "license": "MIT",
6
6
  "author": "unpunnyfuns <unpunnyfuns@gmail.com>",
@@ -44,7 +44,7 @@
44
44
  "access": "public"
45
45
  },
46
46
  "dependencies": {
47
- "@unpunnyfuns/swatchbook-core": "0.62.1"
47
+ "@unpunnyfuns/swatchbook-core": "0.62.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^25.6.0",