UNPKG

@docyrus/cli

Version:

DocyUI unified CLI tool for all frameworks

6 lines (5 loc) 67.9 kB
import ae from"fs-extra";import Te from"path";var Ee="docyui.json";async function O(e=process.cwd()){try{let r=Te.resolve(e,Ee);return await ae.pathExists(r)?await ae.readJson(r):null}catch{return null}}async function M(e,r=process.cwd()){let o=Te.resolve(r,Ee);await ae.writeJson(o,e,{spaces:2})}import se from"fs-extra";import Oe from"path";async function ie(e=process.cwd()){try{let r=Oe.resolve(e,"package.json");return await se.pathExists(r)?await se.readJson(r):null}catch{return null}}async function ir(e,r=process.cwd()){let o=Oe.resolve(r,"package.json"),n=await ie(r)||{},a={...n,...e,dependencies:{...n.dependencies,...e.dependencies},devDependencies:{...n.devDependencies,...e.devDependencies}};await se.writeJson(o,a,{spaces:2})}async function _r(e,r=!1,o=process.cwd()){let n={};r?n.devDependencies=e:n.dependencies=e,await ir(n,o)}import re from"fs-extra";import _e from"path";import Re from"prompts";var je={react:{name:"React",packageName:process.env.DOCYUI_REACT_PACKAGE,cliName:process.env.DOCYUI_CLI,dependencies:["react","react-dom"],configFiles:["package.json"],detectFiles:["package.json"],cssFile:"src/index.css"},vue:{name:"Vue.js",packageName:process.env.DOCYUI_VUE_PACKAGE,cliName:process.env.DOCYUI_CLI,dependencies:["vue"],configFiles:["package.json","vite.config.js","vite.config.ts"],detectFiles:["package.json"],cssFile:"src/style.css"},svelte:{name:"Svelte",packageName:process.env.DOCYUI_SVELTE_PACKAGE,cliName:process.env.DOCYUI_CLI,dependencies:["svelte"],configFiles:["package.json","svelte.config.js"],detectFiles:["package.json","svelte.config.js"],cssFile:"src/app.css"},"react-native":{name:"React Native",packageName:process.env.DOCYUI_NATIVE_PACKAGE,cliName:process.env.DOCYUI_CLI,dependencies:["react-native"],configFiles:["package.json","metro.config.js"],detectFiles:["package.json","metro.config.js"],cssFile:null}};async function Ne(e=process.cwd()){try{let r=_e.resolve(e,"package.json");if(!await re.pathExists(r))return null;let o=await re.readJson(r),n={...o.dependencies,...o.devDependencies};return n["react-native"]?"react-native":n.svelte?"svelte":n.vue?"vue":n.react?"react":null}catch{return null}}async function Fe(e){if(e&&(await Re({type:"confirm",name:"useDetected",message:`Detected ${je[e].name} project. Use this framework?`,initial:!0})).useDetected)return e;let r=await Re({type:"select",name:"framework",message:"Which framework are you using?",choices:[{title:"React",value:"react",description:"React with TypeScript support"},{title:"Vue.js",value:"vue",description:"Vue 3 with Composition API"},{title:"Svelte",value:"svelte",description:"Svelte with TypeScript"},{title:"React Native",value:"react-native",description:"React Native for mobile development"}],initial:0});return r.framework||process.exit(1),r.framework}function K(e){return je[e]}async function Le(e,r=process.cwd()){let o=K(e);try{let n=_e.resolve(r,"package.json");if(!await re.pathExists(n))return!1;let a=await re.readJson(n),s={...a.dependencies,...a.devDependencies};return o.dependencies.some(t=>s[t])}catch{return!1}}import g from"chalk";import vr from"ora";import z from"prompts";import er from"path";import X from"fs-extra";var ce={id:"blue",name:"Blue",description:"A cool blue theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"222.2 84% 4.9%","--card":"0 0% 100%","--card-foreground":"222.2 84% 4.9%","--popover":"0 0% 100%","--popover-foreground":"222.2 84% 4.9%","--primary":"221.2 83.2% 53.3%","--primary-foreground":"210 40% 98%","--secondary":"210 40% 96%","--secondary-foreground":"222.2 47.4% 11.2%","--muted":"210 40% 96%","--muted-foreground":"215.4 16.3% 46.9%","--accent":"210 40% 96%","--accent-foreground":"222.2 47.4% 11.2%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"210 40% 98%","--border":"214.3 31.8% 91.4%","--input":"214.3 31.8% 91.4%","--ring":"221.2 83.2% 53.3%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"222.2 84% 4.9%","--foreground":"210 40% 98%","--card":"222.2 84% 4.9%","--card-foreground":"210 40% 98%","--popover":"222.2 84% 4.9%","--popover-foreground":"210 40% 98%","--primary":"217.2 91.2% 59.8%","--primary-foreground":"222.2 47.4% 11.2%","--secondary":"217.2 32.6% 17.5%","--secondary-foreground":"210 40% 98%","--muted":"217.2 32.6% 17.5%","--muted-foreground":"215 20.2% 65.1%","--accent":"217.2 32.6% 17.5%","--accent-foreground":"210 40% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"210 40% 98%","--border":"217.2 32.6% 17.5%","--input":"217.2 32.6% 17.5%","--ring":"224.3 76.3% 94.1%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var de={id:"cyan",name:"Cyan",description:"A vibrant cyan theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"185 2% 3.5%","--card":"0 0% 100%","--card-foreground":"185 2% 3.5%","--popover":"0 0% 100%","--popover-foreground":"185 2% 3.5%","--primary":"188.7 94.5% 42.7%","--primary-foreground":"185 10% 13%","--secondary":"185 6% 95.3%","--secondary-foreground":"185 5.5% 10.9%","--muted":"185 6% 95.3%","--muted-foreground":"185 5% 44.9%","--accent":"185 6% 95.3%","--accent-foreground":"185 5.5% 10.9%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"185 6% 99%","--border":"185 6% 89.8%","--input":"185 6% 89.8%","--ring":"188.7 94.5% 42.7%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"185 2% 3.5%","--foreground":"185 6% 99%","--card":"185 2% 3.5%","--card-foreground":"185 6% 99%","--popover":"185 2% 3.5%","--popover-foreground":"185 6% 99%","--primary":"188.7 94.5% 42.7%","--primary-foreground":"185 10% 13%","--secondary":"185 7% 14.9%","--secondary-foreground":"185 6% 99%","--muted":"185 7% 14.9%","--muted-foreground":"185 5% 64.9%","--accent":"185 7% 14.9%","--accent-foreground":"185 6% 99%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"185 6% 99%","--border":"185 7% 14.9%","--input":"185 7% 14.9%","--ring":"188.7 94.5% 42.7%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var ue={id:"emerald",name:"Emerald",description:"A luxurious emerald theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"240 10% 3.9%","--card":"0 0% 100%","--card-foreground":"240 10% 3.9%","--popover":"0 0% 100%","--popover-foreground":"240 10% 3.9%","--primary":"160.1 84.1% 39.4%","--primary-foreground":"355.7 100% 97.3%","--secondary":"240 4.8% 95.9%","--secondary-foreground":"240 5.9% 10%","--muted":"240 4.8% 95.9%","--muted-foreground":"240 3.8% 46.1%","--accent":"240 4.8% 95.9%","--accent-foreground":"240 5.9% 10%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"0 0% 98%","--border":"240 5.9% 90%","--input":"240 5.9% 90%","--ring":"160.1 84.1% 39.4%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"20 14.3% 4.1%","--foreground":"0 0% 95%","--card":"24 9.8% 10%","--card-foreground":"0 0% 95%","--popover":"0 0% 9%","--popover-foreground":"0 0% 95%","--primary":"160.1 84.1% 39.4%","--primary-foreground":"355.7 100% 97.3%","--secondary":"240 3.7% 15.9%","--secondary-foreground":"0 0% 98%","--muted":"0 0% 15%","--muted-foreground":"240 5% 64.9%","--accent":"12 6.5% 15.1%","--accent-foreground":"0 0% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"0 85.7% 97.3%","--border":"240 3.7% 15.9%","--input":"240 3.7% 15.9%","--ring":"160.1 84.1% 39.4%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var ge={id:"gray",name:"Gray",description:"A classic gray theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"0 0% 3.9%","--card":"0 0% 100%","--card-foreground":"0 0% 3.9%","--popover":"0 0% 100%","--popover-foreground":"0 0% 3.9%","--primary":"0 0% 9%","--primary-foreground":"0 0% 98%","--secondary":"0 0% 96.1%","--secondary-foreground":"0 0% 9%","--muted":"0 0% 96.1%","--muted-foreground":"0 0% 45.1%","--accent":"0 0% 96.1%","--accent-foreground":"0 0% 9%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"0 0% 98%","--border":"0 0% 89.8%","--input":"0 0% 89.8%","--ring":"0 0% 3.9%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"0 0% 3.9%","--foreground":"0 0% 98%","--card":"0 0% 3.9%","--card-foreground":"0 0% 98%","--popover":"0 0% 3.9%","--popover-foreground":"0 0% 98%","--primary":"0 0% 98%","--primary-foreground":"0 0% 9%","--secondary":"0 0% 14.9%","--secondary-foreground":"0 0% 98%","--muted":"0 0% 14.9%","--muted-foreground":"0 0% 63.9%","--accent":"0 0% 14.9%","--accent-foreground":"0 0% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"0 0% 98%","--border":"0 0% 14.9%","--input":"0 0% 14.9%","--ring":"0 0% 83.1%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var pe={id:"green",name:"Green",description:"A fresh green theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"240 10% 3.9%","--card":"0 0% 100%","--card-foreground":"240 10% 3.9%","--popover":"0 0% 100%","--popover-foreground":"240 10% 3.9%","--primary":"142.1 76.2% 36.3%","--primary-foreground":"355.7 100% 97.3%","--secondary":"240 4.8% 95.9%","--secondary-foreground":"240 5.9% 10%","--muted":"240 4.8% 95.9%","--muted-foreground":"240 3.8% 46.1%","--accent":"240 4.8% 95.9%","--accent-foreground":"240 5.9% 10%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"0 0% 98%","--border":"240 5.9% 90%","--input":"240 5.9% 90%","--ring":"142.1 76.2% 36.3%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"20 14.3% 4.1%","--foreground":"0 0% 95%","--card":"24 9.8% 10%","--card-foreground":"0 0% 95%","--popover":"0 0% 9%","--popover-foreground":"0 0% 95%","--primary":"142.1 70.6% 45.3%","--primary-foreground":"355.7 100% 97.3%","--secondary":"240 3.7% 15.9%","--secondary-foreground":"0 0% 98%","--muted":"0 0% 15%","--muted-foreground":"240 5% 64.9%","--accent":"12 6.5% 15.1%","--accent-foreground":"0 0% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"0 85.7% 97.3%","--border":"240 3.7% 15.9%","--input":"240 3.7% 15.9%","--ring":"142.1 70.6% 45.3%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var le={id:"indigo",name:"Indigo",description:"A deep indigo theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"224 71.4% 4.1%","--card":"0 0% 100%","--card-foreground":"224 71.4% 4.1%","--popover":"0 0% 100%","--popover-foreground":"224 71.4% 4.1%","--primary":"239.2 84.2% 67.1%","--primary-foreground":"210 20% 98%","--secondary":"220 14.3% 95.9%","--secondary-foreground":"220.9 39.3% 11%","--muted":"220 14.3% 95.9%","--muted-foreground":"220 8.9% 46.1%","--accent":"220 14.3% 95.9%","--accent-foreground":"220.9 39.3% 11%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"210 20% 98%","--border":"220 13% 91%","--input":"220 13% 91%","--ring":"239.2 84.2% 67.1%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"224 71.4% 4.1%","--foreground":"210 20% 98%","--card":"224 71.4% 4.1%","--card-foreground":"210 20% 98%","--popover":"224 71.4% 4.1%","--popover-foreground":"210 20% 98%","--primary":"239.2 84.2% 67.1%","--primary-foreground":"224 71.4% 4.1%","--secondary":"215 27.9% 16.9%","--secondary-foreground":"210 20% 98%","--muted":"215 27.9% 16.9%","--muted-foreground":"217.9 10.6% 64.9%","--accent":"215 27.9% 16.9%","--accent-foreground":"210 20% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"210 20% 98%","--border":"215 27.9% 16.9%","--input":"215 27.9% 16.9%","--ring":"239.2 84.2% 67.1%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var me={id:"neutral",name:"Neutral",description:"A balanced neutral theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"0 0% 3.9%","--card":"0 0% 100%","--card-foreground":"0 0% 3.9%","--popover":"0 0% 100%","--popover-foreground":"0 0% 3.9%","--primary":"0 0% 9%","--primary-foreground":"0 0% 98%","--secondary":"0 0% 96.1%","--secondary-foreground":"0 0% 9%","--muted":"0 0% 96.1%","--muted-foreground":"0 0% 45.1%","--accent":"0 0% 96.1%","--accent-foreground":"0 0% 9%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"0 0% 98%","--border":"0 0% 89.8%","--input":"0 0% 89.8%","--ring":"0 0% 3.9%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"0 0% 3.9%","--foreground":"0 0% 98%","--card":"0 0% 3.9%","--card-foreground":"0 0% 98%","--popover":"0 0% 3.9%","--popover-foreground":"0 0% 98%","--primary":"0 0% 98%","--primary-foreground":"0 0% 9%","--secondary":"0 0% 14.9%","--secondary-foreground":"0 0% 98%","--muted":"0 0% 14.9%","--muted-foreground":"0 0% 63.9%","--accent":"0 0% 14.9%","--accent-foreground":"0 0% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"0 0% 98%","--border":"0 0% 14.9%","--input":"0 0% 14.9%","--ring":"0 0% 83.1%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var fe={id:"orange",name:"Orange",description:"A warm orange theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"20 14.3% 4.1%","--card":"0 0% 100%","--card-foreground":"20 14.3% 4.1%","--popover":"0 0% 100%","--popover-foreground":"20 14.3% 4.1%","--primary":"24.6 95% 53.1%","--primary-foreground":"60 9.1% 97.8%","--secondary":"60 4.8% 95.9%","--secondary-foreground":"24 9.8% 10%","--muted":"60 4.8% 95.9%","--muted-foreground":"25 5.3% 44.7%","--accent":"60 4.8% 95.9%","--accent-foreground":"24 9.8% 10%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"60 9.1% 97.8%","--border":"20 5.9% 90%","--input":"20 5.9% 90%","--ring":"24.6 95% 53.1%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"20 14.3% 4.1%","--foreground":"60 9.1% 97.8%","--card":"20 14.3% 4.1%","--card-foreground":"60 9.1% 97.8%","--popover":"20 14.3% 4.1%","--popover-foreground":"60 9.1% 97.8%","--primary":"20.5 90.2% 48.2%","--primary-foreground":"60 9.1% 97.8%","--secondary":"12 6.5% 15.1%","--secondary-foreground":"60 9.1% 97.8%","--muted":"12 6.5% 15.1%","--muted-foreground":"24 5.4% 63.9%","--accent":"12 6.5% 15.1%","--accent-foreground":"60 9.1% 97.8%","--destructive":"0 72.2% 50.6%","--destructive-foreground":"60 9.1% 97.8%","--border":"12 6.5% 15.1%","--input":"12 6.5% 15.1%","--ring":"20.5 90.2% 48.2%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var ye={id:"pink",name:"Pink",description:"A vibrant pink theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"240 10% 3.9%","--card":"0 0% 100%","--card-foreground":"240 10% 3.9%","--popover":"0 0% 100%","--popover-foreground":"240 10% 3.9%","--primary":"322.2 78.1% 58.6%","--primary-foreground":"355.7 100% 97.3%","--secondary":"240 4.8% 95.9%","--secondary-foreground":"240 5.9% 10%","--muted":"240 4.8% 95.9%","--muted-foreground":"240 3.8% 46.1%","--accent":"240 4.8% 95.9%","--accent-foreground":"240 5.9% 10%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"0 0% 98%","--border":"240 5.9% 90%","--input":"240 5.9% 90%","--ring":"322.2 78.1% 58.6%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"20 14.3% 4.1%","--foreground":"0 0% 95%","--card":"24 9.8% 10%","--card-foreground":"0 0% 95%","--popover":"0 0% 9%","--popover-foreground":"0 0% 95%","--primary":"322.2 78.1% 58.6%","--primary-foreground":"355.7 100% 97.3%","--secondary":"240 3.7% 15.9%","--secondary-foreground":"0 0% 98%","--muted":"0 0% 15%","--muted-foreground":"240 5% 64.9%","--accent":"12 6.5% 15.1%","--accent-foreground":"0 0% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"0 85.7% 97.3%","--border":"240 3.7% 15.9%","--input":"240 3.7% 15.9%","--ring":"322.2 78.1% 58.6%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var he={id:"purple",name:"Purple",description:"A royal purple theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"224 71.4% 4.1%","--card":"0 0% 100%","--card-foreground":"224 71.4% 4.1%","--popover":"0 0% 100%","--popover-foreground":"224 71.4% 4.1%","--primary":"270.7 91% 65.1%","--primary-foreground":"210 20% 98%","--secondary":"220 14.3% 95.9%","--secondary-foreground":"220.9 39.3% 11%","--muted":"220 14.3% 95.9%","--muted-foreground":"220 8.9% 46.1%","--accent":"220 14.3% 95.9%","--accent-foreground":"220.9 39.3% 11%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"210 20% 98%","--border":"220 13% 91%","--input":"220 13% 91%","--ring":"270.7 91% 65.1%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"224 71.4% 4.1%","--foreground":"210 20% 98%","--card":"224 71.4% 4.1%","--card-foreground":"210 20% 98%","--popover":"224 71.4% 4.1%","--popover-foreground":"210 20% 98%","--primary":"270.7 91% 65.1%","--primary-foreground":"224 71.4% 4.1%","--secondary":"215 27.9% 16.9%","--secondary-foreground":"210 20% 98%","--muted":"215 27.9% 16.9%","--muted-foreground":"217.9 10.6% 64.9%","--accent":"215 27.9% 16.9%","--accent-foreground":"210 20% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"210 20% 98%","--border":"215 27.9% 16.9%","--input":"215 27.9% 16.9%","--ring":"270.7 91% 65.1%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var be={id:"rose",name:"Rose",description:"A soft rose theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"240 10% 3.9%","--card":"0 0% 100%","--card-foreground":"240 10% 3.9%","--popover":"0 0% 100%","--popover-foreground":"240 10% 3.9%","--primary":"346.8 77.2% 49.8%","--primary-foreground":"355.7 100% 97.3%","--secondary":"240 4.8% 95.9%","--secondary-foreground":"240 5.9% 10%","--muted":"240 4.8% 95.9%","--muted-foreground":"240 3.8% 46.1%","--accent":"240 4.8% 95.9%","--accent-foreground":"240 5.9% 10%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"0 0% 98%","--border":"240 5.9% 90%","--input":"240 5.9% 90%","--ring":"346.8 77.2% 49.8%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"20 14.3% 4.1%","--foreground":"0 0% 95%","--card":"24 9.8% 10%","--card-foreground":"0 0% 95%","--popover":"0 0% 9%","--popover-foreground":"0 0% 95%","--primary":"346.8 77.2% 49.8%","--primary-foreground":"355.7 100% 97.3%","--secondary":"240 3.7% 15.9%","--secondary-foreground":"0 0% 98%","--muted":"0 0% 15%","--muted-foreground":"240 5% 64.9%","--accent":"12 6.5% 15.1%","--accent-foreground":"0 0% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"0 85.7% 97.3%","--border":"240 3.7% 15.9%","--input":"240 3.7% 15.9%","--ring":"346.8 77.2% 49.8%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var ke={id:"sky",name:"Sky",description:"A bright sky theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"222.2 84% 4.9%","--card":"0 0% 100%","--card-foreground":"222.2 84% 4.9%","--popover":"0 0% 100%","--popover-foreground":"222.2 84% 4.9%","--primary":"198.6 88.7% 48.4%","--primary-foreground":"210 40% 98%","--secondary":"210 40% 96%","--secondary-foreground":"222.2 47.4% 11.2%","--muted":"210 40% 96%","--muted-foreground":"215.4 16.3% 46.9%","--accent":"210 40% 96%","--accent-foreground":"222.2 47.4% 11.2%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"210 40% 98%","--border":"214.3 31.8% 91.4%","--input":"214.3 31.8% 91.4%","--ring":"198.6 88.7% 48.4%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"222.2 84% 4.9%","--foreground":"210 40% 98%","--card":"222.2 84% 4.9%","--card-foreground":"210 40% 98%","--popover":"222.2 84% 4.9%","--popover-foreground":"210 40% 98%","--primary":"198.6 88.7% 48.4%","--primary-foreground":"222.2 47.4% 11.2%","--secondary":"217.2 32.6% 17.5%","--secondary-foreground":"210 40% 98%","--muted":"217.2 32.6% 17.5%","--muted-foreground":"215 20.2% 65.1%","--accent":"217.2 32.6% 17.5%","--accent-foreground":"210 40% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"210 40% 98%","--border":"217.2 32.6% 17.5%","--input":"217.2 32.6% 17.5%","--ring":"198.6 88.7% 48.4%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var ve={id:"slate",name:"Slate",description:"A cool slate theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"222.2 84% 4.9%","--card":"0 0% 100%","--card-foreground":"222.2 84% 4.9%","--popover":"0 0% 100%","--popover-foreground":"222.2 84% 4.9%","--primary":"222.2 47.4% 11.2%","--primary-foreground":"210 40% 98%","--secondary":"210 40% 96%","--secondary-foreground":"222.2 47.4% 11.2%","--muted":"210 40% 96%","--muted-foreground":"215.4 16.3% 46.9%","--accent":"210 40% 96%","--accent-foreground":"222.2 47.4% 11.2%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"210 40% 98%","--border":"214.3 31.8% 91.4%","--input":"214.3 31.8% 91.4%","--ring":"222.2 47.4% 11.2%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"222.2 84% 4.9%","--foreground":"210 40% 98%","--card":"222.2 84% 4.9%","--card-foreground":"210 40% 98%","--popover":"222.2 84% 4.9%","--popover-foreground":"210 40% 98%","--primary":"210 40% 98%","--primary-foreground":"222.2 47.4% 11.2%","--secondary":"217.2 32.6% 17.5%","--secondary-foreground":"210 40% 98%","--muted":"217.2 32.6% 17.5%","--muted-foreground":"215 20.2% 65.1%","--accent":"217.2 32.6% 17.5%","--accent-foreground":"210 40% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"210 40% 98%","--border":"217.2 32.6% 17.5%","--input":"217.2 32.6% 17.5%","--ring":"224.3 76.3% 94.1%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var Ce={id:"stone",name:"Stone",description:"A warm stone theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"20 14.3% 4.1%","--card":"0 0% 100%","--card-foreground":"20 14.3% 4.1%","--popover":"0 0% 100%","--popover-foreground":"20 14.3% 4.1%","--primary":"24 9.8% 10%","--primary-foreground":"60 9.1% 97.8%","--secondary":"60 4.8% 95.9%","--secondary-foreground":"24 9.8% 10%","--muted":"60 4.8% 95.9%","--muted-foreground":"25 5.3% 44.7%","--accent":"60 4.8% 95.9%","--accent-foreground":"24 9.8% 10%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"60 9.1% 97.8%","--border":"20 5.9% 90%","--input":"20 5.9% 90%","--ring":"24 9.8% 10%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"20 14.3% 4.1%","--foreground":"60 9.1% 97.8%","--card":"20 14.3% 4.1%","--card-foreground":"60 9.1% 97.8%","--popover":"20 14.3% 4.1%","--popover-foreground":"60 9.1% 97.8%","--primary":"60 9.1% 97.8%","--primary-foreground":"24 9.8% 10%","--secondary":"12 6.5% 15.1%","--secondary-foreground":"60 9.1% 97.8%","--muted":"12 6.5% 15.1%","--muted-foreground":"24 5.4% 63.9%","--accent":"12 6.5% 15.1%","--accent-foreground":"60 9.1% 97.8%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"60 9.1% 97.8%","--border":"12 6.5% 15.1%","--input":"12 6.5% 15.1%","--ring":"24 5.7% 82.9%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var we={id:"teal",name:"Teal",description:"A refreshing teal theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"180 1.9% 4.9%","--card":"0 0% 100%","--card-foreground":"180 1.9% 4.9%","--popover":"0 0% 100%","--popover-foreground":"180 1.9% 4.9%","--primary":"173.4 80.4% 40%","--primary-foreground":"180 14.3% 97.1%","--secondary":"180 4.8% 95.9%","--secondary-foreground":"180 5.9% 10%","--muted":"180 4.8% 95.9%","--muted-foreground":"180 3.8% 46.1%","--accent":"180 4.8% 95.9%","--accent-foreground":"180 5.9% 10%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"180 14.3% 97.1%","--border":"180 5.9% 90%","--input":"180 5.9% 90%","--ring":"173.4 80.4% 40%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"180 1.9% 4.9%","--foreground":"180 14.3% 97.1%","--card":"180 1.9% 4.9%","--card-foreground":"180 14.3% 97.1%","--popover":"180 1.9% 4.9%","--popover-foreground":"180 14.3% 97.1%","--primary":"173.4 80.4% 40%","--primary-foreground":"180 14.3% 97.1%","--secondary":"180 3.7% 15.9%","--secondary-foreground":"180 14.3% 97.1%","--muted":"180 3.7% 15.9%","--muted-foreground":"180 5% 64.9%","--accent":"180 3.7% 15.9%","--accent-foreground":"180 14.3% 97.1%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"180 14.3% 97.1%","--border":"180 3.7% 15.9%","--input":"180 3.7% 15.9%","--ring":"173.4 80.4% 40%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var Ie={id:"violet",name:"Violet",description:"A rich violet theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"224 71.4% 4.1%","--card":"0 0% 100%","--card-foreground":"224 71.4% 4.1%","--popover":"0 0% 100%","--popover-foreground":"224 71.4% 4.1%","--primary":"262.1 83.3% 57.8%","--primary-foreground":"210 20% 98%","--secondary":"220 14.3% 95.9%","--secondary-foreground":"220.9 39.3% 11%","--muted":"220 14.3% 95.9%","--muted-foreground":"220 8.9% 46.1%","--accent":"220 14.3% 95.9%","--accent-foreground":"220.9 39.3% 11%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"210 20% 98%","--border":"220 13% 91%","--input":"220 13% 91%","--ring":"262.1 83.3% 57.8%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"224 71.4% 4.1%","--foreground":"210 20% 98%","--card":"224 71.4% 4.1%","--card-foreground":"210 20% 98%","--popover":"224 71.4% 4.1%","--popover-foreground":"210 20% 98%","--primary":"263.4 70% 50.4%","--primary-foreground":"210 20% 98%","--secondary":"215 27.9% 16.9%","--secondary-foreground":"210 20% 98%","--muted":"215 27.9% 16.9%","--muted-foreground":"217.9 10.6% 64.9%","--accent":"215 27.9% 16.9%","--accent-foreground":"210 20% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"210 20% 98%","--border":"215 27.9% 16.9%","--input":"215 27.9% 16.9%","--ring":"263.4 70% 50.4%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var xe={id:"yellow",name:"Yellow",description:"A bright yellow theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"20 14.3% 4.1%","--card":"0 0% 100%","--card-foreground":"20 14.3% 4.1%","--popover":"0 0% 100%","--popover-foreground":"20 14.3% 4.1%","--primary":"47.9 95.8% 53.1%","--primary-foreground":"26 83.3% 14.1%","--secondary":"60 4.8% 95.9%","--secondary-foreground":"24 9.8% 10%","--muted":"60 4.8% 95.9%","--muted-foreground":"25 5.3% 44.7%","--accent":"60 4.8% 95.9%","--accent-foreground":"24 9.8% 10%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"60 9.1% 97.8%","--border":"20 5.9% 90%","--input":"20 5.9% 90%","--ring":"47.9 95.8% 53.1%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"20 14.3% 4.1%","--foreground":"60 9.1% 97.8%","--card":"20 14.3% 4.1%","--card-foreground":"60 9.1% 97.8%","--popover":"20 14.3% 4.1%","--popover-foreground":"60 9.1% 97.8%","--primary":"47.9 95.8% 53.1%","--primary-foreground":"26 83.3% 14.1%","--secondary":"12 6.5% 15.1%","--secondary-foreground":"60 9.1% 97.8%","--muted":"12 6.5% 15.1%","--muted-foreground":"24 5.4% 63.9%","--accent":"12 6.5% 15.1%","--accent-foreground":"60 9.1% 97.8%","--destructive":"0 72.2% 50.6%","--destructive-foreground":"60 9.1% 97.8%","--border":"12 6.5% 15.1%","--input":"12 6.5% 15.1%","--ring":"35.5 91.7% 32.9%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};var Se={id:"zinc",name:"Zinc",description:"A neutral zinc theme",author:"DocyUI",cssVariables:{light:{"--background":"0 0% 100%","--foreground":"240 10% 3.9%","--card":"0 0% 100%","--card-foreground":"240 10% 3.9%","--popover":"0 0% 100%","--popover-foreground":"240 10% 3.9%","--primary":"240 5.9% 10%","--primary-foreground":"0 0% 98%","--secondary":"240 4.8% 95.9%","--secondary-foreground":"240 5.9% 10%","--muted":"240 4.8% 95.9%","--muted-foreground":"240 3.8% 46.1%","--accent":"240 4.8% 95.9%","--accent-foreground":"240 5.9% 10%","--destructive":"0 84.2% 60.2%","--destructive-foreground":"0 0% 98%","--border":"240 5.9% 90%","--input":"240 5.9% 90%","--ring":"240 5.9% 10%","--radius":"0.5rem","--chart-1":"12 76% 61%","--chart-2":"173 58% 39%","--chart-3":"197 37% 24%","--chart-4":"43 74% 66%","--chart-5":"27 87% 67%","--sidebar-background":"0 0% 98%","--sidebar-foreground":"240 5.3% 26.1%","--sidebar-primary":"240 5.9% 10%","--sidebar-primary-foreground":"0 0% 98%","--sidebar-accent":"240 4.8% 95.9%","--sidebar-accent-foreground":"240 5.9% 10%","--sidebar-border":"220 13% 91%","--sidebar-ring":"217.2 10.6% 64.9%"},dark:{"--background":"240 10% 3.9%","--foreground":"0 0% 98%","--card":"240 10% 3.9%","--card-foreground":"0 0% 98%","--popover":"240 10% 3.9%","--popover-foreground":"0 0% 98%","--primary":"0 0% 98%","--primary-foreground":"240 5.9% 10%","--secondary":"240 3.7% 15.9%","--secondary-foreground":"0 0% 98%","--muted":"240 3.7% 15.9%","--muted-foreground":"240 5% 64.9%","--accent":"240 3.7% 15.9%","--accent-foreground":"0 0% 98%","--destructive":"0 62.8% 30.6%","--destructive-foreground":"0 0% 98%","--border":"240 3.7% 15.9%","--input":"240 3.7% 15.9%","--ring":"240 4.9% 83.9%","--radius":"0.5rem","--chart-1":"220 70% 50%","--chart-2":"160 60% 45%","--chart-3":"30 80% 55%","--chart-4":"280 65% 60%","--chart-5":"340 75% 55%","--sidebar-background":"240 5.9% 10%","--sidebar-foreground":"240 4.8% 95.9%","--sidebar-primary":"0 0% 98%","--sidebar-primary-foreground":"240 5.9% 10%","--sidebar-accent":"240 3.7% 15.9%","--sidebar-accent-foreground":"0 0% 98%","--sidebar-border":"240 3.7% 15.9%","--sidebar-ring":"240 4.9% 83.9%"}},isCustom:!1,createdAt:new Date().toISOString()};function cr(e){let r=e.match(/([\d\.]+)\s+([\d\.]+)%\s+([\d\.]+)%/);if(!r)return{r:107,g:114,b:128};let o=parseFloat(r[1])/360,n=parseFloat(r[2])/100,a=parseFloat(r[3])/100,s=(i,p,c)=>(c<0&&(c+=1),c>1&&(c-=1),c<1/6?i+(p-i)*6*c:c<1/2?p:c<2/3?i+(p-i)*(2/3-c)*6:i),t,u,k;if(n===0)t=u=k=a;else{let i=a<.5?a*(1+n):a+n-a*n,p=2*a-i;t=s(p,i,o+1/3),u=s(p,i,o),k=s(p,i,o-1/3)}return{r:Math.round(t*255),g:Math.round(u*255),b:Math.round(k*255)}}function x(e){let{r,g:o,b:n}=cr(e),a=s=>{let t=s.toString(16);return t.length===1?"0"+t:t};return`#${a(r)}${a(o)}${a(n)}`}function dr(e){let r=e.cssVariables.light;return{id:e.id,name:e.name,description:e.description,primary:x(r["--primary"]||"221.2 83.2% 53.3%"),secondary:x(r["--secondary"]||"210 40% 96%"),accent:x(r["--accent"]||"210 40% 96%"),muted:x(r["--muted"]||"210 40% 96%"),destructive:x(r["--destructive"]||"0 84.2% 60.2%"),warning:x("47.9 95.8% 53.1%"),success:x("142.1 76.2% 36.3%"),info:x(r["--primary"]||"221.2 83.2% 53.3%"),background:x(r["--background"]||"0 0% 100%"),foreground:x(r["--foreground"]||"222.2 84% 4.9%"),border:x(r["--border"]||"214.3 31.8% 91.4%"),input:x(r["--input"]||"214.3 31.8% 91.4%"),ring:x(r["--ring"]||"221.2 83.2% 53.3%")}}function Me(e){let r={};return Object.entries(e).forEach(([o,n])=>{r[o]=dr(n)}),r}function m(e){let r=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);if(!r)return"0 0 0";let o=parseInt(r[1],16),n=parseInt(r[2],16),a=parseInt(r[3],16);return`${o} ${n} ${a}`}function Ve(e){return{"--primary":m(e.primary),"--primary-foreground":"255 255 255","--secondary":m(e.secondary),"--secondary-foreground":"15 23 42","--accent":m(e.accent),"--accent-foreground":"15 23 42","--muted":m(e.muted),"--muted-foreground":"100 116 139","--destructive":m(e.destructive),"--destructive-foreground":"255 255 255","--warning":m(e.warning||"#eab308"),"--warning-foreground":"15 23 42","--success":m(e.success||"#16a34a"),"--success-foreground":"255 255 255","--info":m(e.info||e.primary),"--info-foreground":"255 255 255","--background":m(e.background||"#ffffff"),"--foreground":m(e.foreground||"#0f172a"),"--border":m(e.border||"#e2e8f0"),"--input":m(e.input||"#e2e8f0"),"--ring":m(e.ring||e.primary),"--card":m(e.background||"#ffffff"),"--card-foreground":m(e.foreground||"#0f172a"),"--popover":m(e.background||"#ffffff"),"--popover-foreground":m(e.foreground||"#0f172a"),"--chart-1":"220 38 127","--chart-2":"16 185 129","--chart-3":"101 163 13","--chart-4":"249 115 22","--chart-5":"236 72 153","--sidebar":m(e.background||"#ffffff"),"--sidebar-foreground":m(e.foreground||"#0f172a"),"--sidebar-primary":m(e.primary),"--sidebar-primary-foreground":"255 255 255","--sidebar-accent":m(e.accent),"--sidebar-accent-foreground":"15 23 42","--sidebar-border":m(e.border||"#e2e8f0"),"--sidebar-ring":m(e.ring||e.primary)}}var $={blue:ce,cyan:de,emerald:ue,gray:ge,green:pe,indigo:le,neutral:me,orange:fe,pink:ye,purple:he,rose:be,sky:ke,slate:ve,stone:Ce,teal:we,violet:Ie,yellow:xe,zinc:Se},Do=Me($);function R(e,r={}){if("primary"in e)return Ve(e);let o=e,{selector:n=":root",mode:a="both"}=r,s="";if((a==="light"||a==="both")&&(s+=Ye(o.cssVariables.light,n)),a==="dark"||a==="both"){let t=a==="both"?`.dark ${n}`:n;s+=Ye(o.cssVariables.dark,t)}return s}function Ye(e,r){let o=Object.entries(e).map(([n,a])=>` ${n}: ${a};`).join(` `);return`${r} { ${o} } `}import ne from"os";import ze from"crypto";import{promises as oe}from"fs";import te from"path";var De="https://ui.docy.app/registry",Ae="https://docyui.dev/schema.json";var Je="@docyrus";var W="@docyrus/cli";var j=(e,r="react")=>`${Je}/${r}-${e.replace("docy-","")}`,Z=e=>e?`npx ${W} --framework ${e} init`:`npx ${W} init`,V=(e,r)=>{let o=e?` ${e}`:"";return r?`npx ${W} --framework ${r} add${o}`:`npx ${W} add${o}`};var ur="https://ui.docy.app/api/analytics",Be="1.0.0";async function q(e,r){try{if(!!0||process.env.CI||process.env.NODE_ENV==="test"||await lr())return;let o={event:e,timestamp:new Date().toISOString(),sessionId:await pr(),userId:await gr(),version:Be,framework:"react",os:`${ne.platform()} ${ne.arch()}`,nodeVersion:process.version,data:r};mr(o).catch(()=>{})}catch{}}async function Ke(e,r,o,n){await q("cli_add",{components:e,componentCount:e.length,success:r,method:o,duration:n})}async function We(e,r,o,n){await q("cli_init",{success:e,color:r,projectType:o,duration:n})}async function Y(e,r,o){await q("cli_error",{command:e,error:r.slice(0,500),...o})}async function gr(){let e=te.join(ne.homedir(),".docyui"),r=te.join(e,"user-id");try{return(await oe.readFile(r,"utf-8")).trim()}catch{let o=ze.randomUUID();try{await oe.mkdir(e,{recursive:!0}),await oe.writeFile(r,o)}catch{}return o}}var Pe=null;async function pr(){return Pe||(Pe=ze.randomUUID()),Pe}async function lr(){let e=te.join(ne.homedir(),".docyui"),r=te.join(e,"opt-out");try{return await oe.access(r),!0}catch{return!1}}async function mr(e){try{let r=await fetch(ur,{method:"POST",headers:{"Content-Type":"application/json","User-Agent":`@docyrus/react@${Be}`},body:JSON.stringify(e),signal:AbortSignal.timeout(5e3)});r.ok||console.debug(`Analytics request failed: ${r.status}`)}catch(r){console.debug("Analytics failed:",r)}}import*as J from"fs";import*as Ze from"path";var qe=De;async function fr(e){try{let r=await fetch(`${qe}/${e}/index.json`);if(!r.ok)throw new Error(`Failed to fetch components: ${r.status}`);let o=await r.json();return Object.keys(o)||[]}catch(r){throw new Error(`Failed to fetch components: ${r}`)}}async function N(e="react"){try{return await fr(e)}catch(r){return console.warn("Failed to fetch remote components, using fallback list",r),["docy-button","docy-input","docy-card"]}}async function H(e,r){let o=await fetch(`${qe}/${r}/${e}.json`);if(!o.ok)throw new Error(`Component "${e}" not found in registry`);return await o.json()}async function F(e,r,o=new Set){if(o.has(e))return[];o.add(e);try{let n=await H(e,r),a=n.requiredComponents||n.internalDependencies||[],s=[...a];for(let t of a){let u=await F(t,r,o);s.push(...u)}return[...new Set(s)]}catch(n){return console.warn(`Failed to resolve dependencies for ${e}:`,n),[]}}function He(e,r){return e.filter(o=>!r.includes(o))}function Qe(e){try{return J.existsSync(e)?J.readdirSync(e).filter(r=>{let o=Ze.join(e,r);return J.statSync(o).isDirectory()&&r.st