{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "utils", "title": "Utils", "description": "cn() class-name helper shared by all polaris-shadcn components.", "dependencies": [ "clsx", "tailwind-merge" ], "files": [ { "path": "registry/templates/lib/utils.ts", "content": "import { clsx, type ClassValue } from \"clsx\";\nimport { twMerge } from \"tailwind-merge\";\n\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(inputs));\n}\n", "type": "registry:lib" } ], "type": "registry:lib" }