Next.js integration for Hover. Injects the floating chat widget into your Next dev site and starts the local agent-driving service. Works under Turbopack (Next 16+ default) and webpack. No-op outside `next dev`.
View docs [here](https://radix-ui.com/primitives/docs/components/hover-card).
PostCSS plugin that extracts and wraps rules containing `:hover` pseudo-classes in `@media (hover: hover) {}` media queries
A pseudo-class for matching elements in a selector list
Bringing Classes to Inline Styles
Core logic for the hover-card widget implemented as a state machine
Check if hover is available on the current device
Allow parsing of async generator functions
Low-level helper that builds the Hover floating-chat widget's inline-script bundle. Used by Hover's bundler plugins (vite-plugin-hover, future webpack/Next/Astro plugins). End users probably want one of those plugins instead.
Allow parsing of optional properties
Allow parsing of import.meta
Nest rules inside each other in CSS
Next generation testing framework powered by Vite
Allow parsing of BigInt literals
Allow parsing of object rest/spread
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Allow parsing of optional catch bindings
Allow parsing of the nullish-coalescing operator
Allow parsing of the logical assignment operators
Allow parsing of import()
CLI for Hover. Detects your bundler, installs the right Hover integration package, and wires it into your config — one command.
A polyfill for the Resize Observer API
Allow parsing of export namespace from