{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "pocket-network-ui", "homepage": "https://pocket.network", "items": [ { "name": "theme", "type": "registry:theme", "cssVars": { "theme": { "font": "var(--font-rubik)" }, "light": { "primary": "oklch(0.45 0.25 250)", "secondary": "oklch(0.85 0.15 80)", "tertiary": "oklch(0.15 0 0)", "secondary-foreground": "oklch(0.45 0.25 250)", "border": "oklch(0.85 0.15 80)" }, "dark": { "primary": "oklch(0.45 0.25 250)", "secondary": "oklch(0.85 0.15 80)", "tertiary": "oklch(0.15 0 0)", "secondary-foreground": "oklch(0.45 0.25 250)", "border": "oklch(0.85 0.15 80)" } }, "css": { "@layer base": { "body": { "font-family": "var(--font-rubik)" } } } }, { "name": "button", "type": "registry:component", "path": "src/components/ui/button.tsx", "dependencies": ["@radix-ui/react-slot"], "files": [ { "path": "src/components/ui/button.tsx", "type": "registry:component" } ] }, { "name": "card", "type": "registry:component", "path": "src/components/ui/card.tsx", "files": [ { "path": "src/components/ui/card.tsx", "type": "registry:component" } ] }, { "name": "code", "type": "registry:component", "path": "src/components/ui/code.tsx", "files": [ { "path": "src/components/ui/code.tsx", "type": "registry:component" } ] }, { "name": "tabs", "type": "registry:component", "path": "src/components/ui/tabs.tsx", "files": [ { "path": "src/components/ui/tabs.tsx", "type": "registry:component" } ] }, { "name": "logo", "type": "registry:component", "path": "src/components/ui/logo.tsx", "files": [ { "path": "src/components/ui/icons/pokt-icon.tsx", "type": "registry:component" }, { "path": "src/components/ui/logo.tsx", "type": "registry:component" } ] }, { "name": "pokt-icon", "type": "registry:component", "path": "src/components/ui/icons/pokt-icon.tsx", "files": [ { "path": "src/components/ui/icons/pokt-icon.tsx", "type": "registry:component" } ] } ] }