- {images.length > 0 && (
-
- {images.map((f, i) => (
-
-
)
-
-
- ))}
-
- )}
- {(imageError || imageConversionError) && (
-
- {imageError || imageConversionError}
-
- )}
- {isUploadingDocument && !uploadedDocument && (
-
-
-
- Processing document securely... This may take a minute.
-
-
- )}
- {uploadedDocument && (
-
-
-
- {uploadedDocument.parsed.document.filename}
-
-
-
+ className={cn(
+ "flex w-full ring-offset-background bg-background/0",
+ "placeholder:text-muted-foreground focus-visible:outline-none",
+ "disabled:cursor-not-allowed disabled:opacity-50",
+ "!border-0 shadow-none !border-none focus-visible:ring-0 !ring-0",
+ billingStatus === null && "animate-pulse"
)}
- {documentError && (
-
- {documentError}
-
- )}
-
- )}
-