import { BadgeCheck } from 'lucide-react' import Image from 'next/image' import Link from 'next/link' import { Badge, Card, CardContent, cn } from 'ui' import { ShimmeringLoader } from 'ui-patterns/ShimmeringLoader' import { IntegrationDefinition } from './Integrations.constants' import { useSelectedProjectQuery } from '@/hooks/misc/useSelectedProject' type IntegrationCardProps = IntegrationDefinition & { isInstalled?: boolean featured?: boolean image?: string } const INTEGRATION_CARD_STYLE = cn( 'w-full h-full bg-surface-100 hover:bg-surface-200 hover:border-strong', 'border border-border rounded-md ease-out duration-200 transition-all' ) export const IntegrationLoadingCard = () => { return (
{description}
{description}