diff --git a/apps/admin.saladeaula.digital/app/components/workspace-switcher.tsx b/apps/admin.saladeaula.digital/app/components/workspace-switcher.tsx index 162636d..6dd52db 100644 --- a/apps/admin.saladeaula.digital/app/components/workspace-switcher.tsx +++ b/apps/admin.saladeaula.digital/app/components/workspace-switcher.tsx @@ -2,12 +2,12 @@ import { formatCNPJ } from '@brazilian-utils/brazilian-utils' import { - BadgeCheckIcon, - BadgeIcon, CheckIcon, + BadgeCheckIcon, ChevronsUpDownIcon, PlusIcon } from 'lucide-react' +import { IconRosetteDiscountCheckFilled } from '@tabler/icons-react' import { createContext, use } from 'react' import { useLocation } from 'react-router' @@ -76,7 +76,7 @@ export function WorkspaceSwitcher() { aria-expanded={state === 'expanded'} > {subscription && ( - + )} {initials(activeWorkspace.name)} diff --git a/apps/admin.saladeaula.digital/app/routes/_.$orgid/route.tsx b/apps/admin.saladeaula.digital/app/routes/_.$orgid/route.tsx index d117fbe..ac9aad4 100644 --- a/apps/admin.saladeaula.digital/app/routes/_.$orgid/route.tsx +++ b/apps/admin.saladeaula.digital/app/routes/_.$orgid/route.tsx @@ -10,7 +10,6 @@ import { SidebarTrigger } from '@repo/ui/components/ui/sidebar' import { userContext } from '@repo/auth/context' -import { request as req } from '@repo/util/request' import { authMiddleware } from '@repo/auth/middleware/auth' import { Toaster } from '@repo/ui/components/ui/sonner' import { ModeToggle, ThemedImage } from '@repo/ui/components/dark-mode' diff --git a/package-lock.json b/package-lock.json index f3277d3..6b20574 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4166,6 +4166,32 @@ "integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==", "license": "MIT" }, + "node_modules/@tabler/icons": { + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.36.1.tgz", + "integrity": "sha512-f4Jg3Fof/Vru5ioix/UO4GX+sdDsF9wQo47FbtvG+utIYYVQ/QVAC0QYgcBbAjQGfbdOh2CCf0BgiFOF9Ixtjw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + } + }, + "node_modules/@tabler/icons-react": { + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.36.1.tgz", + "integrity": "sha512-/8nOXeNeMoze9xY/QyEKG65wuvRhkT3q9aytaur6Gj8bYU2A98YVJyLc9MRmc5nVvpy+bRlrrwK/Ykr8WGyUWg==", + "license": "MIT", + "dependencies": { + "@tabler/icons": "" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + }, + "peerDependencies": { + "react": ">= 16" + } + }, "node_modules/@tailwindcss/node": { "version": "4.1.17", "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz", @@ -7559,6 +7585,7 @@ "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-toggle-group": "^1.1.11", "@radix-ui/react-tooltip": "^1.2.8", + "@tabler/icons-react": "^3.36.1", "@tailwindcss/postcss": "^4.1.17", "@tailwindcss/vite": "^4.1.17", "ahooks": "^3.9.6", diff --git a/packages/ui/package.json b/packages/ui/package.json index 978c9b0..e621919 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -37,6 +37,7 @@ "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-toggle-group": "^1.1.11", "@radix-ui/react-tooltip": "^1.2.8", + "@tabler/icons-react": "^3.36.1", "@tailwindcss/postcss": "^4.1.17", "@tailwindcss/vite": "^4.1.17", "ahooks": "^3.9.6",