UNPKG

gvf3n4ygn-test

Version:
99 lines 8.37 kB
{ "inlineColors": { "light": { "background": "white", "foreground": "cyan-950", "card": "white", "card-foreground": "cyan-950", "popover": "white", "popover-foreground": "cyan-950", "primary": "cyan-900", "primary-foreground": "cyan-50", "secondary": "cyan-100", "secondary-foreground": "cyan-900", "muted": "cyan-100", "muted-foreground": "cyan-500", "accent": "cyan-100", "accent-foreground": "cyan-900", "destructive": "red-500", "destructive-foreground": "cyan-50", "border": "cyan-200", "input": "cyan-200", "ring": "cyan-950" }, "dark": { "background": "cyan-950", "foreground": "cyan-50", "card": "cyan-950", "card-foreground": "cyan-50", "popover": "cyan-950", "popover-foreground": "cyan-50", "primary": "cyan-50", "primary-foreground": "cyan-900", "secondary": "cyan-800", "secondary-foreground": "cyan-50", "muted": "cyan-800", "muted-foreground": "cyan-400", "accent": "cyan-800", "accent-foreground": "cyan-50", "destructive": "red-900", "destructive-foreground": "cyan-50", "border": "cyan-800", "input": "cyan-800", "ring": "cyan-300" } }, "cssVars": { "light": { "background": "0 0% 100%", "foreground": "197 78.9% 14.9%", "card": "0 0% 100%", "card-foreground": "197 78.9% 14.9%", "popover": "0 0% 100%", "popover-foreground": "197 78.9% 14.9%", "primary": "196.4 63.6% 23.7%", "primary-foreground": "183.2 100% 96.3%", "secondary": "185.1 95.9% 90.4%", "secondary-foreground": "196.4 63.6% 23.7%", "muted": "185.1 95.9% 90.4%", "muted-foreground": "188.7 94.5% 42.7%", "accent": "185.1 95.9% 90.4%", "accent-foreground": "196.4 63.6% 23.7%", "destructive": "0 84.2% 60.2%", "destructive-foreground": "183.2 100% 96.3%", "border": "186.2 93.5% 81.8%", "input": "186.2 93.5% 81.8%", "ring": "197 78.9% 14.9%" }, "dark": { "background": "197 78.9% 14.9%", "foreground": "183.2 100% 96.3%", "card": "197 78.9% 14.9%", "card-foreground": "183.2 100% 96.3%", "popover": "197 78.9% 14.9%", "popover-foreground": "183.2 100% 96.3%", "primary": "183.2 100% 96.3%", "primary-foreground": "196.4 63.6% 23.7%", "secondary": "194.4 69.6% 27.1%", "secondary-foreground": "183.2 100% 96.3%", "muted": "194.4 69.6% 27.1%", "muted-foreground": "187.9 85.7% 53.3%", "accent": "194.4 69.6% 27.1%", "accent-foreground": "183.2 100% 96.3%", "destructive": "0 62.8% 30.6%", "destructive-foreground": "183.2 100% 96.3%", "border": "194.4 69.6% 27.1%", "input": "194.4 69.6% 27.1%", "ring": "187 92.4% 69%" } }, "templates": { "tailwind": { "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";", "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 197 78.9% 14.9%;\n --muted: 185.1 95.9% 90.4%;\n --muted-foreground: 188.7 94.5% 42.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 197 78.9% 14.9%;\n --card: 0 0% 100%;\n --card-foreground: 197 78.9% 14.9%;\n --border: 186.2 93.5% 81.8%;\n --input: 186.2 93.5% 81.8%;\n --primary: 196.4 63.6% 23.7%;\n --primary-foreground: 183.2 100% 96.3%;\n --secondary: 185.1 95.9% 90.4%;\n --secondary-foreground: 196.4 63.6% 23.7%;\n --accent: 185.1 95.9% 90.4%;\n --accent-foreground: 196.4 63.6% 23.7%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 197 78.9% 14.9%;\n }\n \n .dark {\n --background: 197 78.9% 14.9%;\n --foreground: 183.2 100% 96.3%;\n --muted: 194.4 69.6% 27.1%;\n --muted-foreground: 187.9 85.7% 53.3%;\n --popover: 197 78.9% 14.9%;\n --popover-foreground: 183.2 100% 96.3%;\n --card: 197 78.9% 14.9%;\n --card-foreground: 183.2 100% 96.3%;\n --border: 194.4 69.6% 27.1%;\n --input: 194.4 69.6% 27.1%;\n --primary: 183.2 100% 96.3%;\n --primary-foreground: 196.4 63.6% 23.7%;\n --secondary: 194.4 69.6% 27.1%;\n --secondary-foreground: 183.2 100% 96.3%;\n --accent: 194.4 69.6% 27.1%;\n --accent-foreground: 183.2 100% 96.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 187 92.4% 69%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}" }, "css": { "withVariables": "@layer base {\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 197 78.9% 14.9%;\n --muted: 185.1 95.9% 90.4%;\n --muted-foreground: 188.7 94.5% 42.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 197 78.9% 14.9%;\n --card: 0 0% 100%;\n --card-foreground: 197 78.9% 14.9%;\n --border: 186.2 93.5% 81.8%;\n --input: 186.2 93.5% 81.8%;\n --primary: 196.4 63.6% 23.7%;\n --primary-foreground: 183.2 100% 96.3%;\n --secondary: 185.1 95.9% 90.4%;\n --secondary-foreground: 196.4 63.6% 23.7%;\n --accent: 185.1 95.9% 90.4%;\n --accent-foreground: 196.4 63.6% 23.7%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 197 78.9% 14.9%;\n }\n \n .dark {\n --background: 197 78.9% 14.9%;\n --foreground: 183.2 100% 96.3%;\n --muted: 194.4 69.6% 27.1%;\n --muted-foreground: 187.9 85.7% 53.3%;\n --popover: 197 78.9% 14.9%;\n --popover-foreground: 183.2 100% 96.3%;\n --card: 197 78.9% 14.9%;\n --card-foreground: 183.2 100% 96.3%;\n --border: 194.4 69.6% 27.1%;\n --input: 194.4 69.6% 27.1%;\n --primary: 183.2 100% 96.3%;\n --primary-foreground: 196.4 63.6% 23.7%;\n --secondary: 194.4 69.6% 27.1%;\n --secondary-foreground: 183.2 100% 96.3%;\n --accent: 194.4 69.6% 27.1%;\n --accent-foreground: 183.2 100% 96.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 187 92.4% 69%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}" } } }