update package

This commit is contained in:
2025-11-19 15:13:00 -03:00
parent a180e269f2
commit d37db405c8
51 changed files with 5870 additions and 2490 deletions

View File

@@ -12,6 +12,8 @@ import {
import type { ComponentProps, MouseEvent } from 'react'
import { toast } from 'sonner'
import { Abbr } from '@repo/ui/components/abbr'
import { DataTableColumnHeader } from '@repo/ui/components/data-table'
import {
AlertDialog,
AlertDialogAction,
@@ -38,8 +40,6 @@ import { Progress } from '@repo/ui/components/ui/progress'
import { Spinner } from '@repo/ui/components/ui/spinner'
import { cn, initials } from '@repo/ui/lib/utils'
import { Abbr } from '@/components/abbr'
import { DataTableColumnHeader } from '@/components/data-table/column-header'
import { labels, statuses } from './data'
// This type is used to define the shape of our data.
@@ -384,8 +384,11 @@ function RemoveDedupItem({
<AlertDialogHeader>
<AlertDialogTitle>Tem certeza absoluta?</AlertDialogTitle>
<AlertDialogDescription>
Esta ação não pode ser desfeita. Isso remove a proteção contra
duplicação permanentemente desta matrícula.
Esta ação não pode ser desfeita. Isso{' '}
<span className="font-bold">
remove a proteção contra duplicação permanentemente
</span>{' '}
desta matrícula.
</AlertDialogDescription>
{daysRemaining && (
<AlertDialogDescription>
@@ -453,8 +456,11 @@ function CancelItem({
<AlertDialogHeader>
<AlertDialogTitle>Tem certeza absoluta?</AlertDialogTitle>
<AlertDialogDescription>
Esta ação não pode ser desfeita. Isso cancelar permanentemente a
matrícula deste colaborador.
Esta ação não pode ser desfeita. Isso{' '}
<span className="font-bold">
cancelar permanentemente a matrícula
</span>{' '}
deste colaborador.
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter className="*:cursor-pointer">