@underverse-ui/underverse 0.2.46 → 0.2.47
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4579,7 +4579,7 @@ var DropdownMenu = ({
|
|
|
4579
4579
|
// keep original classes on trigger
|
|
4580
4580
|
trigger.props?.className,
|
|
4581
4581
|
// ensure focus-visible ring for trigger too
|
|
4582
|
-
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background
|
|
4582
|
+
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background"
|
|
4583
4583
|
)
|
|
4584
4584
|
}),
|
|
4585
4585
|
dropdownContent && typeof window !== "undefined" && createPortal5(dropdownContent, document.body)
|