mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 17:35:05 +10:00
fix: replace tailwind class typos
This commit is contained in:
@@ -122,7 +122,7 @@ export const FolderDeleteDialog = ({ folder, isOpen, onOpenChange }: FolderDelet
|
|||||||
<FormLabel>
|
<FormLabel>
|
||||||
<Trans>
|
<Trans>
|
||||||
Confirm by typing:{' '}
|
Confirm by typing:{' '}
|
||||||
<span className="font-semibold font-sm text-destructive">{deleteMessage}</span>
|
<span className="font-semibold text-destructive text-sm">{deleteMessage}</span>
|
||||||
</Trans>
|
</Trans>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
|
|||||||
@@ -336,7 +336,7 @@ const BillingPlanForm = ({ value, onChange, plans, canCreateFreeOrganisation }:
|
|||||||
>
|
>
|
||||||
<div className="w-full text-left">
|
<div className="w-full text-left">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<p className="text-medium">
|
<p className="font-medium">
|
||||||
<Trans context="Plan price">Free</Trans>
|
<Trans context="Plan price">Free</Trans>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ export const OrganisationEmailDomainDeleteDialog = ({
|
|||||||
<FormLabel>
|
<FormLabel>
|
||||||
<Trans>
|
<Trans>
|
||||||
Confirm by typing{' '}
|
Confirm by typing{' '}
|
||||||
<span className="font-semibold font-sm text-destructive">{deleteMessage}</span>
|
<span className="font-semibold text-destructive text-sm">{deleteMessage}</span>
|
||||||
</Trans>
|
</Trans>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
|
|||||||
@@ -370,7 +370,7 @@ export const OrganisationMemberInviteDialog = ({ trigger, ...props }: Organisati
|
|||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className={cn(
|
className={cn(
|
||||||
'justify-left inline-flex h-10 w-10 items-center text-slate-500 hover:opacity-80 disabled:cursor-not-allowed disabled:opacity-50',
|
'inline-flex h-10 w-10 items-center justify-start text-slate-500 hover:opacity-80 disabled:cursor-not-allowed disabled:opacity-50',
|
||||||
index === 0 ? 'mt-8' : 'mt-0',
|
index === 0 ? 'mt-8' : 'mt-0',
|
||||||
)}
|
)}
|
||||||
disabled={organisationMemberInvites.length === 1}
|
disabled={organisationMemberInvites.length === 1}
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ export default function TokenDeleteDialog({ token, onDelete, children }: TokenDe
|
|||||||
<FormLabel>
|
<FormLabel>
|
||||||
<Trans>
|
<Trans>
|
||||||
Confirm by typing:{' '}
|
Confirm by typing:{' '}
|
||||||
<span className="font-semibold font-sm text-destructive">{deleteMessage}</span>
|
<span className="font-semibold text-destructive text-sm">{deleteMessage}</span>
|
||||||
</Trans>
|
</Trans>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
|
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ export const WebhookDeleteDialog = ({ webhook, children }: WebhookDeleteDialogPr
|
|||||||
<FormLabel>
|
<FormLabel>
|
||||||
<Trans>
|
<Trans>
|
||||||
Confirm by typing:{' '}
|
Confirm by typing:{' '}
|
||||||
<span className="font-semibold font-sm text-destructive">{deleteMessage}</span>
|
<span className="font-semibold text-destructive text-sm">{deleteMessage}</span>
|
||||||
</Trans>
|
</Trans>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
|
|||||||
@@ -503,7 +503,7 @@ export const ConfigureFieldsView = ({
|
|||||||
{selectedField && (
|
{selectedField && (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
'pointer-events-none fixed z-50 flex cursor-pointer flex-col items-center justify-center bg-white text-muted-foreground transition duration-200 [container-type:size] dark:text-muted-background',
|
'pointer-events-none fixed z-50 flex cursor-pointer flex-col items-center justify-center bg-white text-muted-foreground transition duration-200 [container-type:size] dark:text-muted',
|
||||||
selectedRecipientStyles.base,
|
selectedRecipientStyles.base,
|
||||||
{
|
{
|
||||||
'-rotate-6 scale-90 opacity-50 dark:bg-black/20': !isFieldWithinBounds,
|
'-rotate-6 scale-90 opacity-50 dark:bg-black/20': !isFieldWithinBounds,
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ export const AdminLicenseCard = ({ licenseData }: AdminLicenseCardProps) => {
|
|||||||
<KeyRoundIcon className="h-4 w-4 text-muted-foreground" />
|
<KeyRoundIcon className="h-4 w-4 text-muted-foreground" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 className="mb-2 flex items-end font-medium text-primary-forground text-sm leading-tight">
|
<h3 className="mb-2 flex items-end font-medium text-foreground text-sm leading-tight">
|
||||||
<Trans>Documenso License</Trans>
|
<Trans>Documenso License</Trans>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -270,7 +270,7 @@ export const EnvelopeEditorFieldDragDrop = ({
|
|||||||
{selectedField && (
|
{selectedField && (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
'pointer-events-none fixed z-50 flex cursor-pointer flex-col items-center justify-center rounded-[2px] bg-white font-noto text-muted-foreground ring-2 transition duration-200 [container-type:size] dark:text-muted-background',
|
'pointer-events-none fixed z-50 flex cursor-pointer flex-col items-center justify-center rounded-[2px] bg-white font-noto text-muted-foreground ring-2 transition duration-200 [container-type:size] dark:text-muted',
|
||||||
selectedRecipientStyles.base,
|
selectedRecipientStyles.base,
|
||||||
selectedField === FieldType.SIGNATURE && 'font-signature',
|
selectedField === FieldType.SIGNATURE && 'font-signature',
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ export const EnvelopeDropZoneWrapper = ({ children, type, className }: EnvelopeD
|
|||||||
{type === EnvelopeType.DOCUMENT ? <Trans>Upload Document</Trans> : <Trans>Upload Template</Trans>}
|
{type === EnvelopeType.DOCUMENT ? <Trans>Upload Document</Trans> : <Trans>Upload Template</Trans>}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p className="mt-4 text-md text-muted-foreground">
|
<p className="mt-4 text-base text-muted-foreground">
|
||||||
<Trans>Drag and drop your document here</Trans>
|
<Trans>Drag and drop your document here</Trans>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export default function WaitingForTurnToSignPage({ loaderData }: Route.Component
|
|||||||
<RecipientBranding branding={branding} cspNonce={cspNonce} />
|
<RecipientBranding branding={branding} cspNonce={cspNonce} />
|
||||||
<div className="relative flex flex-col items-center justify-center px-4 py-12 sm:px-6 lg:px-8">
|
<div className="relative flex flex-col items-center justify-center px-4 py-12 sm:px-6 lg:px-8">
|
||||||
<div className="w-full max-w-md text-center">
|
<div className="w-full max-w-md text-center">
|
||||||
<h2 className="font-bold text-3xl tracking-tigh">
|
<h2 className="font-bold text-3xl tracking-tight">
|
||||||
<Trans>Waiting for Your Turn</Trans>
|
<Trans>Waiting for Your Turn</Trans>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ export const TemplateDocumentInvite = ({
|
|||||||
|
|
||||||
<Section className="mt-8 mb-6 text-center">
|
<Section className="mt-8 mb-6 text-center">
|
||||||
<Button
|
<Button
|
||||||
className="inline-flex items-center justify-center rounded-lg bg-primary px-6 py-3 text-center font-medium text-primary-foreground text-sbase no-underline"
|
className="inline-flex items-center justify-center rounded-lg bg-primary px-6 py-3 text-center font-medium text-base text-primary-foreground no-underline"
|
||||||
href={signDocumentLink}
|
href={signDocumentLink}
|
||||||
>
|
>
|
||||||
{match(role)
|
{match(role)
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ const CommandInput = React.forwardRef<
|
|||||||
<CommandPrimitive.Input
|
<CommandPrimitive.Input
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn(
|
className={cn(
|
||||||
'flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-foreground-muted disabled:cursor-not-allowed disabled:opacity-50',
|
'flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50',
|
||||||
className,
|
className,
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
@@ -577,7 +577,7 @@ export const AddFieldsFormPartial = ({
|
|||||||
{selectedField && (
|
{selectedField && (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
'pointer-events-none fixed z-50 flex cursor-pointer flex-col items-center justify-center rounded-[2px] bg-white text-muted-foreground ring-2 transition duration-200 [container-type:size] dark:text-muted-background',
|
'pointer-events-none fixed z-50 flex cursor-pointer flex-col items-center justify-center rounded-[2px] bg-white text-muted-foreground ring-2 transition duration-200 [container-type:size] dark:text-muted',
|
||||||
selectedSignerStyles?.base,
|
selectedSignerStyles?.base,
|
||||||
{
|
{
|
||||||
'-rotate-6 scale-90 opacity-50 dark:bg-black/20': !isFieldWithinBounds,
|
'-rotate-6 scale-90 opacity-50 dark:bg-black/20': !isFieldWithinBounds,
|
||||||
|
|||||||
+1
-1
@@ -89,7 +89,7 @@ export const DropdownFieldAdvancedSettings = ({
|
|||||||
}, [fieldState.defaultValue]);
|
}, [fieldState.defaultValue]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-4 text-dark">
|
<div className="flex flex-col gap-4">
|
||||||
<div>
|
<div>
|
||||||
<Label>
|
<Label>
|
||||||
<Trans>Select default option</Trans>
|
<Trans>Select default option</Trans>
|
||||||
|
|||||||
@@ -520,7 +520,7 @@ export const AddTemplateFieldsFormPartial = ({
|
|||||||
{selectedField && (
|
{selectedField && (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
'pointer-events-none fixed z-50 flex cursor-pointer flex-col items-center justify-center rounded-[2px] bg-white text-muted-foreground ring-2 transition duration-200 [container-type:size] dark:text-muted-background',
|
'pointer-events-none fixed z-50 flex cursor-pointer flex-col items-center justify-center rounded-[2px] bg-white text-muted-foreground ring-2 transition duration-200 [container-type:size] dark:text-muted',
|
||||||
selectedSignerStyles?.base,
|
selectedSignerStyles?.base,
|
||||||
{
|
{
|
||||||
'-rotate-6 scale-90 opacity-50 dark:bg-black/20': !isFieldWithinBounds,
|
'-rotate-6 scale-90 opacity-50 dark:bg-black/20': !isFieldWithinBounds,
|
||||||
@@ -603,9 +603,7 @@ export const AddTemplateFieldsFormPartial = ({
|
|||||||
<span className="flex-1 truncate text-left">{selectedSigner?.name}</span>
|
<span className="flex-1 truncate text-left">{selectedSigner?.name}</span>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{!selectedSigner?.email && (
|
{!selectedSigner?.email && <span className="flex-1 truncate text-left">No recipient selected</span>}
|
||||||
<span className="gradie flex-1 truncate text-left">No recipient selected</span>
|
|
||||||
)}
|
|
||||||
|
|
||||||
<ChevronsUpDown className="ml-2 h-4 w-4" />
|
<ChevronsUpDown className="ml-2 h-4 w-4" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user