@elia-ori/editor 0.1.5 → 0.1.6
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.cjs
CHANGED
|
@@ -4366,7 +4366,7 @@ var DropdownMenuItem = React3.forwardRef(({ className, ...props }, ref) => /* @_
|
|
|
4366
4366
|
ref,
|
|
4367
4367
|
className: cn(
|
|
4368
4368
|
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors",
|
|
4369
|
-
"focus:bg-[var(--accent)] focus:text-[var(--accent-foreground)]",
|
|
4369
|
+
"hover:bg-[var(--accent)] hover:text-[var(--accent-foreground)] focus:bg-[var(--accent)] focus:text-[var(--accent-foreground)]",
|
|
4370
4370
|
"data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
4371
4371
|
className
|
|
4372
4372
|
),
|