@moontra/moonui 2.4.6 → 2.4.7
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.global.js +37 -29
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/ui/tags-input.tsx +1 -1
package/package.json
CHANGED
|
@@ -74,7 +74,7 @@ const TagsInput = React.forwardRef<HTMLInputElement, TagsInputProps>(
|
|
|
74
74
|
<div className="relative">
|
|
75
75
|
<div
|
|
76
76
|
className={cn(
|
|
77
|
-
"flex min-h-[2.5rem] w-full flex-wrap gap-2 rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background",
|
|
77
|
+
"flex items-center min-h-[2.5rem] w-full flex-wrap gap-2 rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background",
|
|
78
78
|
"dark:bg-zinc-950/50 dark:border-zinc-800",
|
|
79
79
|
"focus-within:outline-none focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
|
|
80
80
|
disabled && "cursor-not-allowed opacity-50",
|