@underverse-ui/underverse 2.0.9 → 2.0.10

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 257,
6
6
  "exports": [
package/dist/index.cjs CHANGED
@@ -14613,10 +14613,10 @@ var Combobox = ({
14613
14613
  className: cn(
14614
14614
  "group flex w-full items-center justify-between transition-all duration-200",
14615
14615
  formControlFixedClass,
14616
- formControlOutlineClass,
14617
14616
  radiusClass,
14618
14617
  sizeStyles8[size],
14619
14618
  variantStyles6[variant],
14619
+ formControlOutlineClass,
14620
14620
  "disabled:cursor-not-allowed disabled:opacity-50",
14621
14621
  open && "border-ring",
14622
14622
  !!effectiveError && "border-destructive",