@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/dist/index.mjs
CHANGED
|
@@ -12308,7 +12308,7 @@ var TagsInput = t.forwardRef(
|
|
|
12308
12308
|
"div",
|
|
12309
12309
|
{
|
|
12310
12310
|
className: cn(
|
|
12311
|
-
"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",
|
|
12311
|
+
"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",
|
|
12312
12312
|
"dark:bg-zinc-950/50 dark:border-zinc-800",
|
|
12313
12313
|
"focus-within:outline-none focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
|
|
12314
12314
|
disabled && "cursor-not-allowed opacity-50",
|