{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "elchika-ui", "homepage": "https://github.com/elchika-inc/ui", "items": [ { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "accordion", "type": "registry:ui", "title": "Accordion", "description": "accordion component.", "files": [ { "path": "src/components/ui/accordion.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert", "type": "registry:ui", "title": "Alert", "description": "alert component.", "files": [ { "path": "src/components/ui/alert.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["class-variance-authority", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-dialog", "type": "registry:ui", "title": "Alert Dialog", "description": "alert-dialog component.", "files": [ { "path": "src/components/ui/alert-dialog.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "aspect-ratio", "type": "registry:ui", "title": "Aspect Ratio", "description": "aspect-ratio component.", "files": [ { "path": "src/components/ui/aspect-ratio.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } }, "dependencies": ["shadcn", "tw-animate-css"] }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "attachment", "type": "registry:ui", "title": "Attachment", "description": "attachment component.", "files": [ { "path": "src/components/ui/attachment.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "avatar", "type": "registry:ui", "title": "Avatar", "description": "avatar component.", "files": [ { "path": "src/components/ui/avatar.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "badge", "type": "registry:ui", "title": "Badge", "description": "Badge component.", "files": [ { "path": "src/components/ui/badge.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "breadcrumb", "type": "registry:ui", "title": "Breadcrumb", "description": "breadcrumb component.", "files": [ { "path": "src/components/ui/breadcrumb.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "bubble", "type": "registry:ui", "title": "Bubble", "description": "bubble component.", "files": [ { "path": "src/components/ui/bubble.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button", "type": "registry:ui", "title": "Button", "description": "Button component.", "files": [ { "path": "src/components/ui/button.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button-group", "type": "registry:ui", "title": "Button Group", "description": "button-group component.", "files": [ { "path": "src/components/ui/button-group.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/separator"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "calendar", "type": "registry:ui", "title": "Calendar", "description": "calendar component.", "files": [ { "path": "src/components/ui/calendar.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": [ "date-fns", "lucide-react", "react-day-picker@latest", "shadcn", "tw-animate-css" ], "registryDependencies": ["@elchika/button"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "card", "type": "registry:ui", "title": "Card", "description": "card component.", "files": [ { "path": "src/components/ui/card.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } }, "dependencies": ["shadcn", "tw-animate-css"] }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "carousel", "type": "registry:ui", "title": "Carousel", "description": "carousel component.", "files": [ { "path": "src/components/ui/carousel.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["embla-carousel-react", "lucide-react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "chart", "type": "registry:ui", "title": "Chart", "description": "chart component.", "files": [ { "path": "src/components/ui/chart.tsx", "type": "registry:ui" }, { "path": "src/components/ui/chart-style.ts", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["recharts@3.8.0", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/card"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "checkbox", "type": "registry:ui", "title": "Checkbox", "description": "checkbox component.", "files": [ { "path": "src/components/ui/checkbox.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "collapsible", "type": "registry:ui", "title": "Collapsible", "description": "collapsible component.", "files": [ { "path": "src/components/ui/collapsible.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "combobox", "type": "registry:ui", "title": "Combobox", "description": "combobox component.", "files": [ { "path": "src/components/ui/combobox.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button", "@elchika/input-group"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "command", "type": "registry:ui", "title": "Command", "description": "command component.", "files": [ { "path": "src/components/ui/command.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["cmdk", "lucide-react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/dialog", "@elchika/input-group"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "context-menu", "type": "registry:ui", "title": "Context Menu", "description": "context-menu component.", "files": [ { "path": "src/components/ui/context-menu.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "dialog", "type": "registry:ui", "title": "Dialog", "description": "Dialog component.", "files": [ { "path": "src/components/ui/dialog.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "direction", "type": "registry:ui", "title": "Direction", "description": "direction component.", "files": [ { "path": "src/components/ui/direction.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "drawer", "type": "registry:ui", "title": "Drawer", "description": "drawer component.", "files": [ { "path": "src/components/ui/drawer.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "dropdown-menu", "type": "registry:ui", "title": "Dropdown Menu", "description": "dropdown-menu component.", "files": [ { "path": "src/components/ui/dropdown-menu.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "empty", "type": "registry:ui", "title": "Empty", "description": "empty component.", "files": [ { "path": "src/components/ui/empty.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["class-variance-authority", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "field", "type": "registry:ui", "title": "Field", "description": "field component.", "files": [ { "path": "src/components/ui/field.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["class-variance-authority", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/label", "@elchika/separator"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hover-card", "type": "registry:ui", "title": "Hover Card", "description": "hover-card component.", "files": [ { "path": "src/components/ui/hover-card.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input", "type": "registry:ui", "title": "Input", "description": "Input component.", "files": [ { "path": "src/components/ui/input.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input-group", "type": "registry:ui", "title": "Input Group", "description": "input-group component.", "files": [ { "path": "src/components/ui/input-group.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["class-variance-authority", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button", "@elchika/input", "@elchika/textarea"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input-otp", "type": "registry:ui", "title": "Input Otp", "description": "input-otp component.", "files": [ { "path": "src/components/ui/input-otp.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["input-otp", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "item", "type": "registry:ui", "title": "Item", "description": "item component.", "files": [ { "path": "src/components/ui/item.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/separator"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "kbd", "type": "registry:ui", "title": "Kbd", "description": "kbd component.", "files": [ { "path": "src/components/ui/kbd.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } }, "dependencies": ["shadcn", "tw-animate-css"] }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "type": "registry:ui", "title": "Label", "description": "label component.", "files": [ { "path": "src/components/ui/label.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } }, "dependencies": ["shadcn", "tw-animate-css"] }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "marker", "type": "registry:ui", "title": "Marker", "description": "marker component.", "files": [ { "path": "src/components/ui/marker.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "menubar", "type": "registry:ui", "title": "Menubar", "description": "menubar component.", "files": [ { "path": "src/components/ui/menubar.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/dropdown-menu"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "message", "type": "registry:ui", "title": "Message", "description": "message component.", "files": [ { "path": "src/components/ui/message.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } }, "dependencies": ["shadcn", "tw-animate-css"] }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "message-scroller", "type": "registry:ui", "title": "Message Scroller", "description": "message-scroller component.", "files": [ { "path": "src/components/ui/message-scroller.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@shadcn/react", "lucide-react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "native-select", "type": "registry:ui", "title": "Native Select", "description": "native-select component.", "files": [ { "path": "src/components/ui/native-select.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["lucide-react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "navigation-menu", "type": "registry:ui", "title": "Navigation Menu", "description": "navigation-menu component.", "files": [ { "path": "src/components/ui/navigation-menu.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": [ "@base-ui/react", "class-variance-authority", "lucide-react", "shadcn", "tw-animate-css" ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "pagination", "type": "registry:ui", "title": "Pagination", "description": "pagination component.", "files": [ { "path": "src/components/ui/pagination.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["lucide-react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "popover", "type": "registry:ui", "title": "Popover", "description": "popover component.", "files": [ { "path": "src/components/ui/popover.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "progress", "type": "registry:ui", "title": "Progress", "description": "progress component.", "files": [ { "path": "src/components/ui/progress.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "radio-group", "type": "registry:ui", "title": "Radio Group", "description": "radio-group component.", "files": [ { "path": "src/components/ui/radio-group.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "resizable", "type": "registry:ui", "title": "Resizable", "description": "resizable component.", "files": [ { "path": "src/components/ui/resizable.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["react-resizable-panels", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "scroll-area", "type": "registry:ui", "title": "Scroll Area", "description": "scroll-area component.", "files": [ { "path": "src/components/ui/scroll-area.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "select", "type": "registry:ui", "title": "Select", "description": "select component.", "files": [ { "path": "src/components/ui/select.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "separator", "type": "registry:ui", "title": "Separator", "description": "separator component.", "files": [ { "path": "src/components/ui/separator.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "sheet", "type": "registry:ui", "title": "Sheet", "description": "sheet component.", "files": [ { "path": "src/components/ui/sheet.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "sidebar", "type": "registry:ui", "title": "Sidebar", "description": "sidebar component.", "files": [ { "path": "src/components/ui/sidebar.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": [ "@base-ui/react", "class-variance-authority", "lucide-react", "shadcn", "tw-animate-css" ], "registryDependencies": [ "@elchika/button", "@elchika/input", "@elchika/separator", "@elchika/sheet", "@elchika/skeleton", "@elchika/tooltip", "@elchika/use-mobile" ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "skeleton", "type": "registry:ui", "title": "Skeleton", "description": "skeleton component.", "files": [ { "path": "src/components/ui/skeleton.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } }, "dependencies": ["shadcn", "tw-animate-css"] }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "slider", "type": "registry:ui", "title": "Slider", "description": "slider component.", "files": [ { "path": "src/components/ui/slider.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "sonner", "type": "registry:ui", "title": "Sonner", "description": "Sonner component.", "files": [ { "path": "src/components/ui/sonner.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["lucide-react", "next-themes", "shadcn", "sonner", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "spinner", "type": "registry:ui", "title": "Spinner", "description": "spinner component.", "files": [ { "path": "src/components/ui/spinner.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["lucide-react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "switch", "type": "registry:ui", "title": "Switch", "description": "switch component.", "files": [ { "path": "src/components/ui/switch.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "table", "type": "registry:ui", "title": "Table", "description": "table component.", "files": [ { "path": "src/components/ui/table.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } }, "dependencies": ["shadcn", "tw-animate-css"] }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "tabs", "type": "registry:ui", "title": "Tabs", "description": "Tabs component.", "files": [ { "path": "src/components/ui/tabs.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "textarea", "type": "registry:ui", "title": "Textarea", "description": "textarea component.", "files": [ { "path": "src/components/ui/textarea.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } }, "dependencies": ["shadcn", "tw-animate-css"] }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "toast", "type": "registry:ui", "title": "Toast", "description": "toast component.", "files": [ { "path": "src/components/ui/toast.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "lucide-react", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/button"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "toggle", "type": "registry:ui", "title": "Toggle", "description": "toggle component.", "files": [ { "path": "src/components/ui/toggle.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "toggle-group", "type": "registry:ui", "title": "Toggle Group", "description": "toggle-group component.", "files": [ { "path": "src/components/ui/toggle-group.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "class-variance-authority", "shadcn", "tw-animate-css"], "registryDependencies": ["@elchika/toggle"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "tooltip", "type": "registry:ui", "title": "Tooltip", "description": "tooltip component.", "files": [ { "path": "src/components/ui/tooltip.tsx", "type": "registry:ui" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "dependencies": ["@base-ui/react", "shadcn", "tw-animate-css"], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } } }, { "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "use-mobile", "type": "registry:hook", "title": "Use Mobile", "description": "use-mobile hook.", "files": [ { "path": "src/hooks/use-mobile.ts", "type": "registry:hook" }, { "path": "src/styles/global.css", "type": "registry:file", "target": "~/elchika-ui/tokens.css" }, { "path": "src/styles/design-system/tokens.css", "type": "registry:file", "target": "~/elchika-ui/design-system/tokens.css" }, { "path": "src/styles/design-system/brands.css", "type": "registry:file", "target": "~/elchika-ui/design-system/brands.css" }, { "path": "LICENSE", "type": "registry:file", "target": "~/elchika-ui/LICENSE" }, { "path": "THIRD_PARTY_LICENSES", "type": "registry:file", "target": "~/elchika-ui/THIRD_PARTY_LICENSES" } ], "cssVars": { "light": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" }, "dark": { "background": "rgb(var(--color-bg-canvas))", "foreground": "rgb(var(--color-text-primary))", "overlay": "oklch(0 0 0 / 10%)", "card": "rgb(var(--color-bg-surface))", "card-foreground": "rgb(var(--color-text-primary))", "popover": "rgb(var(--color-bg-surface))", "popover-foreground": "rgb(var(--color-text-primary))", "primary": "rgb(var(--color-brand-primary))", "primary-hover": "rgb(var(--color-brand-primary-hover))", "primary-foreground": "rgb(var(--color-bg-surface))", "secondary": "rgb(var(--color-bg-surface-raised))", "secondary-foreground": "rgb(var(--color-text-primary))", "muted": "rgb(var(--color-bg-surface-raised))", "muted-foreground": "rgb(var(--color-text-muted))", "accent": "rgb(var(--color-brand-subtle))", "accent-foreground": "rgb(var(--color-brand-primary-hover))", "destructive": "rgb(var(--color-status-danger-text))", "destructive-foreground": "rgb(var(--color-bg-surface))", "destructive-subtle": "rgb(var(--color-status-danger-bg))", "destructive-subtle-foreground": "rgb(var(--color-status-danger-text))", "success": "rgb(var(--color-status-success-bg))", "success-foreground": "rgb(var(--color-status-success-text))", "warning": "rgb(var(--color-status-warning-bg))", "warning-foreground": "rgb(var(--color-status-warning-text))", "border": "rgb(var(--color-border-default))", "input": "rgb(var(--color-border-control))", "ring": "rgb(var(--color-brand-primary))", "chart-1": "rgb(var(--chart-series-1))", "chart-2": "rgb(var(--chart-series-2))", "chart-3": "rgb(var(--chart-series-3))", "chart-4": "rgb(var(--chart-series-4))", "chart-5": "rgb(var(--chart-series-5))", "radius": "0.625rem", "sidebar": "var(--card)", "sidebar-foreground": "var(--card-foreground)", "sidebar-primary": "var(--primary)", "sidebar-primary-foreground": "var(--primary-foreground)", "sidebar-accent": "var(--muted)", "sidebar-accent-foreground": "var(--secondary-foreground)", "sidebar-border": "var(--border)", "sidebar-ring": "var(--ring)" } }, "dependencies": ["shadcn", "tw-animate-css"] } ] }