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

@@ -11,8 +11,8 @@ import {
import { NavLink, useParams } from 'react-router'
import { toast } from 'sonner'
import { Abbr } from '@/components/abbr'
import { useDataTable } from '@/components/data-table/data-table'
import { Abbr } from '@repo/ui/components/abbr'
import { useDataTable } from '@repo/ui/components/data-table'
import {
AlertDialog,
AlertDialogAction,
@@ -183,8 +183,11 @@ function UnlinkItem({ id }: { id: string }) {
<AlertDialogHeader>
<AlertDialogTitle>Tem certeza absoluta?</AlertDialogTitle>
<AlertDialogDescription>
Esta ação não pode ser desfeita. Isso removerá permanentemente o
vínculo deste colaborador.
Esta ação não pode ser desfeita. Isso{' '}
<span className="font-bold">
removerá permanentemente o vínculo
</span>{' '}
deste colaborador.
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter className="*:cursor-pointer">