{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "pan-input", "type": "registry:component", "registryDependencies": [ "input", "http://localhost:3000/r/regex-input.json" ], "files": [ { "path": "components/domain-ui/india/pan-input.tsx", "content": "\"use client\";\n\nimport {\n RegexInput,\n type RegexInputProps,\n} from \"@/components/domain-ui/regex-input\";\n\nconst PAN_REGEX = /^[A-Z]{3}[PCFTABGHLJE]{1}[A-Z]{1}[0-9]{4}[A-Z]{1}$/;\n\nexport function PanInput(props: Omit) {\n return ;\n}\n", "type": "registry:component" } ], "meta": { "tags": [ "input", "pan", "india", "validation", "identity", "kyc", "form" ] } }