storybook-addon-pseudo-states
storybook-addon-pseudo-states copied to clipboard
CSS pseudo-classes for Storybook
Pseudo classes seem to take some time to be removed from the DOM. I'm running into an issue where switching a story within the same component causes pseudo states from...
This plugin provides a dropdown in the main toolbar that can be used to toggle various configured pseudo states on a component. As of Storybook 8, this dropdown no longer...
Hello, I've tried my chance at adding support for media queries. In our project we're disabling hover states when the pointer does not support hover. So basically this code: ```...
Unfortunately the `:focus` option doesn't work for our library because our focus states are only triggered when we have a data attribute enabled on our parent container. I was hoping...
The latest version of this package seems to have dropped support for Storybook v6. To avoid confusion, a line of text could be added to the readme, recommending users to...
Hello there, I'm using the add-on to test pseudo states on `Chromatic` and it work like a charm. However i've noticed an issue with a compoment based on `Ant Design`....
Reporting issue again to plugin https://github.com/storybookjs/storybook/issues/24283
I have run into this issue when adding this plugin for storybook. ``` DOMException: Failed to execute 'insertRule' on 'CSSStyleSheet': Failed to parse the rule '.btn-primary:hover:not(:active):not(:disabled):not(.disabled), .pseudo-hover.pseudo-active .btn-primary:not():not(:disabled):not(.disabled) { background-color:...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.78.0. Release notes Sourced from webpack's releases. v5.78.0 Features Implement amdContainer support for AMD libraries (Fixes #16561) by @long76 in webpack/webpack#16562 Bugfixes [CSS] - Nested...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...