@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.js CHANGED
@@ -12340,7 +12340,7 @@ var TagsInput = t__namespace.forwardRef(
12340
12340
  "div",
12341
12341
  {
12342
12342
  className: cn(
12343
- "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",
12343
+ "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",
12344
12344
  "dark:bg-zinc-950/50 dark:border-zinc-800",
12345
12345
  "focus-within:outline-none focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
12346
12346
  disabled && "cursor-not-allowed opacity-50",