바코드 업데이트 및 AI LLm 적용용

This commit is contained in:
2026-03-05 19:08:08 +09:00
parent 5f3b144b12
commit bfd97c9717
62 changed files with 9570 additions and 55 deletions

View File

@@ -12,6 +12,8 @@ const badgeVariants = cva(
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",
outline: "text-foreground",
success: "border-transparent bg-green-500 text-white hover:bg-green-600",
warning: "border-transparent bg-yellow-500 text-white hover:bg-yellow-600",
},
},
defaultVariants: {