PartnerIcon.tsx170 lines · main
| 1 | import { cn, Tooltip, TooltipContent, TooltipTrigger } from 'ui' |
| 2 | |
| 3 | import { PARTNER_TO_NAME } from './PartnerManagedResource' |
| 4 | import { MANAGED_BY } from '@/lib/constants/infrastructure' |
| 5 | import type { Organization } from '@/types' |
| 6 | |
| 7 | interface PartnerIconProps { |
| 8 | organization: Pick<Organization, 'managed_by'> |
| 9 | showTooltip?: boolean |
| 10 | tooltipText?: string |
| 11 | size?: 'small' | 'medium' | 'large' |
| 12 | } |
| 13 | |
| 14 | export function getDefaultPartnerTooltipText( |
| 15 | managedBy: Pick<Organization, 'managed_by'>['managed_by'] |
| 16 | ) { |
| 17 | switch (managedBy) { |
| 18 | case MANAGED_BY.VERCEL_MARKETPLACE: |
| 19 | return 'Managed via Vercel Marketplace' |
| 20 | case MANAGED_BY.AWS_MARKETPLACE: |
| 21 | return 'Billed via AWS Marketplace' |
| 22 | case MANAGED_BY.STRIPE_PROJECTS: |
| 23 | return 'Connected to Stripe' |
| 24 | default: |
| 25 | return `Managed by ${PARTNER_TO_NAME[managedBy]}` |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | export function getPartnerTooltipText({ |
| 30 | managedBy, |
| 31 | tooltipText, |
| 32 | }: { |
| 33 | managedBy: Pick<Organization, 'managed_by'>['managed_by'] |
| 34 | tooltipText?: string |
| 35 | }) { |
| 36 | return tooltipText ?? getDefaultPartnerTooltipText(managedBy) |
| 37 | } |
| 38 | |
| 39 | function getPartnerIcon( |
| 40 | organization: Pick<Organization, 'managed_by'>, |
| 41 | size: 'small' | 'medium' | 'large' |
| 42 | ) { |
| 43 | switch (organization.managed_by) { |
| 44 | case MANAGED_BY.VERCEL_MARKETPLACE: |
| 45 | return ( |
| 46 | <svg |
| 47 | className={cn( |
| 48 | size === 'small' && 'w-2.5 h-2.5', |
| 49 | size === 'medium' && 'w-3.5 h-3.5', |
| 50 | size === 'large' && 'w-5 h-5' |
| 51 | )} |
| 52 | viewBox="0 0 76 65" |
| 53 | fill="none" |
| 54 | xmlns="http://www.w3.org/2000/svg" |
| 55 | > |
| 56 | <path d="M37.5274 0L75.0548 65H0L37.5274 0Z" fill="hsl(var(--foreground-default) / 1)" /> |
| 57 | </svg> |
| 58 | ) |
| 59 | case MANAGED_BY.AWS_MARKETPLACE: |
| 60 | return ( |
| 61 | <svg |
| 62 | className={cn( |
| 63 | size === 'small' && 'w-3.5 h-3.5', |
| 64 | size === 'medium' && 'w-5 h-5', |
| 65 | size === 'large' && 'w-6 h-6' |
| 66 | )} |
| 67 | viewBox="0 0 20 20" |
| 68 | fill="none" |
| 69 | xmlns="http://www.w3.org/2000/svg" |
| 70 | > |
| 71 | <g fill="hsl(var(--foreground-default) / 1)" transform="scale(1.25)"> |
| 72 | <path d="M4.51 7.687c0 .197.02.357.058.475.042.117.096.245.17.384a.233.233 0 01.037.123c0 .053-.032.107-.1.16l-.336.224a.255.255 0 01-.138.048c-.054 0-.107-.026-.16-.074a1.652 1.652 0 01-.192-.251 4.137 4.137 0 01-.164-.315c-.416.491-.937.737-1.565.737-.447 0-.804-.129-1.064-.385-.261-.256-.394-.598-.394-1.025 0-.454.16-.822.484-1.1.325-.278.756-.416 1.304-.416.18 0 .367.016.564.042.197.027.4.07.612.118v-.39c0-.406-.085-.689-.25-.854-.17-.166-.458-.246-.868-.246-.186 0-.377.022-.574.07a4.23 4.23 0 00-.575.181 1.525 1.525 0 01-.186.07.326.326 0 01-.085.016c-.075 0-.112-.054-.112-.166v-.262c0-.085.01-.15.037-.186a.399.399 0 01.15-.113c.185-.096.409-.176.67-.24.26-.07.537-.101.83-.101.633 0 1.096.144 1.394.432.293.288.442.726.442 1.314v1.73h.01zm-2.161.811c.175 0 .356-.032.548-.096.192-.064.362-.182.505-.342a.848.848 0 00.181-.341c.032-.129.054-.283.054-.465V7.03a4.43 4.43 0 00-.49-.09 3.996 3.996 0 00-.5-.033c-.357 0-.617.07-.793.214-.176.144-.26.347-.26.614 0 .25.063.437.196.566.128.133.314.197.559.197zm4.273.577c-.096 0-.16-.016-.202-.054-.043-.032-.08-.106-.112-.208l-1.25-4.127a.938.938 0 01-.048-.214c0-.085.042-.133.127-.133h.522c.1 0 .17.016.207.053.043.032.075.107.107.208l.894 3.535.83-3.535c.026-.106.058-.176.101-.208a.365.365 0 01.213-.053h.426c.1 0 .17.016.212.053.043.032.08.107.102.208l.84 3.578.92-3.578a.459.459 0 01.107-.208.347.347 0 01.208-.053h.495c.085 0 .133.043.133.133 0 .027-.006.054-.01.086a.768.768 0 01-.038.133l-1.283 4.127c-.031.107-.069.177-.111.209a.34.34 0 01-.203.053h-.457c-.101 0-.17-.016-.213-.053-.043-.038-.08-.107-.101-.214L8.213 5.37l-.82 3.439c-.026.107-.058.176-.1.213-.043.038-.118.054-.213.054h-.458zm6.838.144a3.51 3.51 0 01-.82-.096c-.266-.064-.473-.134-.612-.214-.085-.048-.143-.101-.165-.15a.38.38 0 01-.031-.149v-.272c0-.112.042-.166.122-.166a.3.3 0 01.096.016c.032.011.08.032.133.054.18.08.378.144.585.187.213.042.42.064.633.064.336 0 .596-.059.777-.176a.575.575 0 00.277-.508.52.52 0 00-.144-.373c-.095-.102-.276-.193-.537-.278l-.772-.24c-.388-.123-.676-.305-.851-.545a1.275 1.275 0 01-.266-.774c0-.224.048-.422.143-.593.096-.17.224-.32.384-.438.16-.122.34-.213.553-.277.213-.064.436-.091.67-.091.118 0 .24.005.357.021.122.016.234.038.346.06.106.026.208.052.303.085.096.032.17.064.224.096a.461.461 0 01.16.133.289.289 0 01.047.176v.251c0 .112-.042.171-.122.171a.552.552 0 01-.202-.064 2.428 2.428 0 00-1.022-.208c-.303 0-.543.048-.708.15-.165.1-.25.256-.25.475 0 .149.053.277.16.379.106.101.303.202.585.293l.756.24c.383.123.66.294.825.513.165.219.244.47.244.748 0 .23-.047.437-.138.619a1.435 1.435 0 01-.388.47c-.165.133-.362.23-.591.299-.24.075-.49.112-.761.112z" /> |
| 73 | |
| 74 | <path |
| 75 | fillRule="evenodd" |
| 76 | d="M14.465 11.813c-1.75 1.297-4.294 1.986-6.481 1.986-3.065 0-5.827-1.137-7.913-3.027-.165-.15-.016-.353.18-.235 2.257 1.313 5.04 2.109 7.92 2.109 1.941 0 4.075-.406 6.039-1.239.293-.133.543.192.255.406z" |
| 77 | clipRule="evenodd" |
| 78 | /> |
| 79 | |
| 80 | <path |
| 81 | fillRule="evenodd" |
| 82 | d="M15.194 10.98c-.223-.287-1.479-.138-2.048-.069-.17.022-.197-.128-.043-.24 1-.705 2.645-.502 2.836-.267.192.24-.053 1.89-.99 2.68-.143.123-.281.06-.217-.1.212-.53.686-1.72.462-2.003z" |
| 83 | clipRule="evenodd" |
| 84 | /> |
| 85 | </g> |
| 86 | </svg> |
| 87 | ) |
| 88 | case MANAGED_BY.STRIPE_PROJECTS: |
| 89 | return ( |
| 90 | <svg |
| 91 | className={cn( |
| 92 | size === 'small' && 'h-5 w-5', |
| 93 | size === 'medium' && 'w-7 h-7', |
| 94 | size === 'large' && 'w-10 h-10' |
| 95 | )} |
| 96 | viewBox="0 0 24 24" |
| 97 | fill="none" |
| 98 | xmlns="http://www.w3.org/2000/svg" |
| 99 | > |
| 100 | <rect width="24" height="24" fill="#533AFD" /> |
| 101 | <path |
| 102 | fillRule="evenodd" |
| 103 | clipRule="evenodd" |
| 104 | d="M5.625 18.375L18.375 15.6711V5.625L5.625 8.36048V18.375Z" |
| 105 | fill="white" |
| 106 | transform="translate(12 12) scale(0.82) translate(-12 -12)" |
| 107 | /> |
| 108 | </svg> |
| 109 | ) |
| 110 | default: |
| 111 | return null |
| 112 | } |
| 113 | } |
| 114 | |
| 115 | function PartnerIcon({ |
| 116 | organization, |
| 117 | showTooltip = true, |
| 118 | tooltipText, |
| 119 | size = 'small', |
| 120 | }: PartnerIconProps) { |
| 121 | if ( |
| 122 | organization.managed_by === MANAGED_BY.VERCEL_MARKETPLACE || |
| 123 | organization.managed_by === MANAGED_BY.AWS_MARKETPLACE || |
| 124 | organization.managed_by === MANAGED_BY.STRIPE_PROJECTS |
| 125 | ) { |
| 126 | const icon = getPartnerIcon(organization, size) |
| 127 | |
| 128 | if (!showTooltip) { |
| 129 | return ( |
| 130 | <div |
| 131 | className={cn( |
| 132 | 'bg-surface-100 dark:bg-surface-200 border rounded-md overflow-hidden flex items-center justify-center shrink-0', |
| 133 | size === 'small' && 'h-5 w-5', |
| 134 | size === 'medium' && 'w-7 h-7', |
| 135 | size === 'large' && 'w-10 h-10' |
| 136 | )} |
| 137 | > |
| 138 | {icon} |
| 139 | </div> |
| 140 | ) |
| 141 | } |
| 142 | |
| 143 | const defaultTooltipText = getPartnerTooltipText({ |
| 144 | managedBy: organization.managed_by, |
| 145 | tooltipText, |
| 146 | }) |
| 147 | |
| 148 | return ( |
| 149 | <Tooltip> |
| 150 | <TooltipTrigger asChild> |
| 151 | <div |
| 152 | className={cn( |
| 153 | 'bg-surface-100 dark:bg-surface-200 border rounded-md overflow-hidden flex items-center justify-center hover:bg-surface-400 dark:hover:bg-surface-400 hover:border-stronger shrink-0', |
| 154 | size === 'small' && 'h-5 w-5', |
| 155 | size === 'medium' && 'w-7 h-7', |
| 156 | size === 'large' && 'w-10 h-10' |
| 157 | )} |
| 158 | > |
| 159 | {icon} |
| 160 | </div> |
| 161 | </TooltipTrigger> |
| 162 | <TooltipContent>{defaultTooltipText}</TooltipContent> |
| 163 | </Tooltip> |
| 164 | ) |
| 165 | } |
| 166 | |
| 167 | return null |
| 168 | } |
| 169 | |
| 170 | export default PartnerIcon |