@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "description": "Premium React component library with modern design and customization",
5
5
  "author": "MoonUI",
6
6
  "license": "MIT",
@@ -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",