chromaui / storybook-addon-pseudo-states

CSS pseudo-classes for Storybook
MIT License
90 stars 28 forks source link

Fix CJS entrypoint for manager code, and drop some unused things #126

Closed ghengeveld closed 2 months ago

ghengeveld commented 2 months ago

The addon was broken because package.json is pointing to ./dist/manager.js for the manager require entrypoint, but this file did not exist. I've updated the TSUP config to generate this file. I've dropped the files at the root because nothing is actually using these.

Update: Turns out those files are needed in some cases, so that part is reverted in v4.0.2.

github-actions[bot] commented 2 months ago

:rocket: PR was released in v4.0.1 :rocket:

ghengeveld commented 2 months ago

Fixed in v4.0.2.