Add expanded boolean attribute to tailwind plugin (#7152)
* Add expanded boolean attribute to tailwind plugin
After testing out the new `Disclosure` components, I see that the tailwind plugin does not support styling the `expanded` state, leaving me to style using `data-[expanded]`. This PR adds `expanded` top the list of boolean states.
* Update tests
* fix tests
* fix test
* Add selector for native variant
* lint fix