UNPKG

gvf3n4ygn-test

Version:
99 lines 8.63 kB
{ "inlineColors": { "light": { "background": "white", "foreground": "amber-950", "card": "white", "card-foreground": "amber-950", "popover": "white", "popover-foreground": "amber-950", "primary": "amber-900", "primary-foreground": "amber-50", "secondary": "amber-100", "secondary-foreground": "amber-900", "muted": "amber-100", "muted-foreground": "amber-500", "accent": "amber-100", "accent-foreground": "amber-900", "destructive": "red-500", "destructive-foreground": "amber-50", "border": "amber-200", "input": "amber-200", "ring": "amber-950" }, "dark": { "background": "amber-950", "foreground": "amber-50", "card": "amber-950", "card-foreground": "amber-50", "popover": "amber-950", "popover-foreground": "amber-50", "primary": "amber-50", "primary-foreground": "amber-900", "secondary": "amber-800", "secondary-foreground": "amber-50", "muted": "amber-800", "muted-foreground": "amber-400", "accent": "amber-800", "accent-foreground": "amber-50", "destructive": "red-900", "destructive-foreground": "amber-50", "border": "amber-800", "input": "amber-800", "ring": "amber-300" } }, "cssVars": { "light": { "background": "0 0% 100%", "foreground": "20.9 91.7% 14.1%", "card": "0 0% 100%", "card-foreground": "20.9 91.7% 14.1%", "popover": "0 0% 100%", "popover-foreground": "20.9 91.7% 14.1%", "primary": "21.7 77.8% 26.5%", "primary-foreground": "48 100% 96.1%", "secondary": "48 96.5% 88.8%", "secondary-foreground": "21.7 77.8% 26.5%", "muted": "48 96.5% 88.8%", "muted-foreground": "37.7 92.1% 50.2%", "accent": "48 96.5% 88.8%", "accent-foreground": "21.7 77.8% 26.5%", "destructive": "0 84.2% 60.2%", "destructive-foreground": "48 100% 96.1%", "border": "48 96.6% 76.7%", "input": "48 96.6% 76.7%", "ring": "20.9 91.7% 14.1%" }, "dark": { "background": "20.9 91.7% 14.1%", "foreground": "48 100% 96.1%", "card": "20.9 91.7% 14.1%", "card-foreground": "48 100% 96.1%", "popover": "20.9 91.7% 14.1%", "popover-foreground": "48 100% 96.1%", "primary": "48 100% 96.1%", "primary-foreground": "21.7 77.8% 26.5%", "secondary": "22.7 82.5% 31.4%", "secondary-foreground": "48 100% 96.1%", "muted": "22.7 82.5% 31.4%", "muted-foreground": "43.3 96.4% 56.3%", "accent": "22.7 82.5% 31.4%", "accent-foreground": "48 100% 96.1%", "destructive": "0 62.8% 30.6%", "destructive-foreground": "48 100% 96.1%", "border": "22.7 82.5% 31.4%", "input": "22.7 82.5% 31.4%", "ring": "45.9 96.7% 64.5%" } }, "templates": { "tailwind": { "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";", "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 20.9 91.7% 14.1%;\n --muted: 48 96.5% 88.8%;\n --muted-foreground: 37.7 92.1% 50.2%;\n --popover: 0 0% 100%;\n --popover-foreground: 20.9 91.7% 14.1%;\n --card: 0 0% 100%;\n --card-foreground: 20.9 91.7% 14.1%;\n --border: 48 96.6% 76.7%;\n --input: 48 96.6% 76.7%;\n --primary: 21.7 77.8% 26.5%;\n --primary-foreground: 48 100% 96.1%;\n --secondary: 48 96.5% 88.8%;\n --secondary-foreground: 21.7 77.8% 26.5%;\n --accent: 48 96.5% 88.8%;\n --accent-foreground: 21.7 77.8% 26.5%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 48 100% 96.1%;\n --ring: 20.9 91.7% 14.1%;\n }\n \n .dark {\n --background: 20.9 91.7% 14.1%;\n --foreground: 48 100% 96.1%;\n --muted: 22.7 82.5% 31.4%;\n --muted-foreground: 43.3 96.4% 56.3%;\n --popover: 20.9 91.7% 14.1%;\n --popover-foreground: 48 100% 96.1%;\n --card: 20.9 91.7% 14.1%;\n --card-foreground: 48 100% 96.1%;\n --border: 22.7 82.5% 31.4%;\n --input: 22.7 82.5% 31.4%;\n --primary: 48 100% 96.1%;\n --primary-foreground: 21.7 77.8% 26.5%;\n --secondary: 22.7 82.5% 31.4%;\n --secondary-foreground: 48 100% 96.1%;\n --accent: 22.7 82.5% 31.4%;\n --accent-foreground: 48 100% 96.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 48 100% 96.1%;\n --ring: 45.9 96.7% 64.5%;\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 /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\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: 20.9 91.7% 14.1%;\n --muted: 48 96.5% 88.8%;\n --muted-foreground: 37.7 92.1% 50.2%;\n --popover: 0 0% 100%;\n --popover-foreground: 20.9 91.7% 14.1%;\n --card: 0 0% 100%;\n --card-foreground: 20.9 91.7% 14.1%;\n --border: 48 96.6% 76.7%;\n --input: 48 96.6% 76.7%;\n --primary: 21.7 77.8% 26.5%;\n --primary-foreground: 48 100% 96.1%;\n --secondary: 48 96.5% 88.8%;\n --secondary-foreground: 21.7 77.8% 26.5%;\n --accent: 48 96.5% 88.8%;\n --accent-foreground: 21.7 77.8% 26.5%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 48 100% 96.1%;\n --ring: 20.9 91.7% 14.1%;\n }\n \n .dark {\n --background: 20.9 91.7% 14.1%;\n --foreground: 48 100% 96.1%;\n --muted: 22.7 82.5% 31.4%;\n --muted-foreground: 43.3 96.4% 56.3%;\n --popover: 20.9 91.7% 14.1%;\n --popover-foreground: 48 100% 96.1%;\n --card: 20.9 91.7% 14.1%;\n --card-foreground: 48 100% 96.1%;\n --border: 22.7 82.5% 31.4%;\n --input: 22.7 82.5% 31.4%;\n --primary: 48 100% 96.1%;\n --primary-foreground: 21.7 77.8% 26.5%;\n --secondary: 22.7 82.5% 31.4%;\n --secondary-foreground: 48 100% 96.1%;\n --accent: 22.7 82.5% 31.4%;\n --accent-foreground: 48 100% 96.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 48 100% 96.1%;\n --ring: 45.9 96.7% 64.5%;\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(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-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}" } } }