UNPKG

gvf3n4ygn-test

Version:
99 lines 8.57 kB
{ "inlineColors": { "light": { "background": "white", "foreground": "lime-950", "card": "white", "card-foreground": "lime-950", "popover": "white", "popover-foreground": "lime-950", "primary": "lime-900", "primary-foreground": "lime-50", "secondary": "lime-100", "secondary-foreground": "lime-900", "muted": "lime-100", "muted-foreground": "lime-500", "accent": "lime-100", "accent-foreground": "lime-900", "destructive": "red-500", "destructive-foreground": "lime-50", "border": "lime-200", "input": "lime-200", "ring": "lime-950" }, "dark": { "background": "lime-950", "foreground": "lime-50", "card": "lime-950", "card-foreground": "lime-50", "popover": "lime-950", "popover-foreground": "lime-50", "primary": "lime-50", "primary-foreground": "lime-900", "secondary": "lime-800", "secondary-foreground": "lime-50", "muted": "lime-800", "muted-foreground": "lime-400", "accent": "lime-800", "accent-foreground": "lime-50", "destructive": "red-900", "destructive-foreground": "lime-50", "border": "lime-800", "input": "lime-800", "ring": "lime-300" } }, "cssVars": { "light": { "background": "0 0% 100%", "foreground": "89.3 80.4% 10%", "card": "0 0% 100%", "card-foreground": "89.3 80.4% 10%", "popover": "0 0% 100%", "popover-foreground": "89.3 80.4% 10%", "primary": "87.6 61.2% 20.2%", "primary-foreground": "78.3 92% 95.1%", "secondary": "79.6 89.1% 89.2%", "secondary-foreground": "87.6 61.2% 20.2%", "muted": "79.6 89.1% 89.2%", "muted-foreground": "83.7 80.5% 44.3%", "accent": "79.6 89.1% 89.2%", "accent-foreground": "87.6 61.2% 20.2%", "destructive": "0 84.2% 60.2%", "destructive-foreground": "78.3 92% 95.1%", "border": "80.9 88.5% 79.6%", "input": "80.9 88.5% 79.6%", "ring": "89.3 80.4% 10%" }, "dark": { "background": "89.3 80.4% 10%", "foreground": "78.3 92% 95.1%", "card": "89.3 80.4% 10%", "card-foreground": "78.3 92% 95.1%", "popover": "89.3 80.4% 10%", "popover-foreground": "78.3 92% 95.1%", "primary": "78.3 92% 95.1%", "primary-foreground": "87.6 61.2% 20.2%", "secondary": "86.3 69% 22.7%", "secondary-foreground": "78.3 92% 95.1%", "muted": "86.3 69% 22.7%", "muted-foreground": "82.7 78% 55.5%", "accent": "86.3 69% 22.7%", "accent-foreground": "78.3 92% 95.1%", "destructive": "0 62.8% 30.6%", "destructive-foreground": "78.3 92% 95.1%", "border": "86.3 69% 22.7%", "input": "86.3 69% 22.7%", "ring": "82 84.5% 67.1%" } }, "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: 89.3 80.4% 10%;\n --muted: 79.6 89.1% 89.2%;\n --muted-foreground: 83.7 80.5% 44.3%;\n --popover: 0 0% 100%;\n --popover-foreground: 89.3 80.4% 10%;\n --card: 0 0% 100%;\n --card-foreground: 89.3 80.4% 10%;\n --border: 80.9 88.5% 79.6%;\n --input: 80.9 88.5% 79.6%;\n --primary: 87.6 61.2% 20.2%;\n --primary-foreground: 78.3 92% 95.1%;\n --secondary: 79.6 89.1% 89.2%;\n --secondary-foreground: 87.6 61.2% 20.2%;\n --accent: 79.6 89.1% 89.2%;\n --accent-foreground: 87.6 61.2% 20.2%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 78.3 92% 95.1%;\n --ring: 89.3 80.4% 10%;\n }\n \n .dark {\n --background: 89.3 80.4% 10%;\n --foreground: 78.3 92% 95.1%;\n --muted: 86.3 69% 22.7%;\n --muted-foreground: 82.7 78% 55.5%;\n --popover: 89.3 80.4% 10%;\n --popover-foreground: 78.3 92% 95.1%;\n --card: 89.3 80.4% 10%;\n --card-foreground: 78.3 92% 95.1%;\n --border: 86.3 69% 22.7%;\n --input: 86.3 69% 22.7%;\n --primary: 78.3 92% 95.1%;\n --primary-foreground: 87.6 61.2% 20.2%;\n --secondary: 86.3 69% 22.7%;\n --secondary-foreground: 78.3 92% 95.1%;\n --accent: 86.3 69% 22.7%;\n --accent-foreground: 78.3 92% 95.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 78.3 92% 95.1%;\n --ring: 82 84.5% 67.1%;\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: 89.3 80.4% 10%;\n --muted: 79.6 89.1% 89.2%;\n --muted-foreground: 83.7 80.5% 44.3%;\n --popover: 0 0% 100%;\n --popover-foreground: 89.3 80.4% 10%;\n --card: 0 0% 100%;\n --card-foreground: 89.3 80.4% 10%;\n --border: 80.9 88.5% 79.6%;\n --input: 80.9 88.5% 79.6%;\n --primary: 87.6 61.2% 20.2%;\n --primary-foreground: 78.3 92% 95.1%;\n --secondary: 79.6 89.1% 89.2%;\n --secondary-foreground: 87.6 61.2% 20.2%;\n --accent: 79.6 89.1% 89.2%;\n --accent-foreground: 87.6 61.2% 20.2%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 78.3 92% 95.1%;\n --ring: 89.3 80.4% 10%;\n }\n \n .dark {\n --background: 89.3 80.4% 10%;\n --foreground: 78.3 92% 95.1%;\n --muted: 86.3 69% 22.7%;\n --muted-foreground: 82.7 78% 55.5%;\n --popover: 89.3 80.4% 10%;\n --popover-foreground: 78.3 92% 95.1%;\n --card: 89.3 80.4% 10%;\n --card-foreground: 78.3 92% 95.1%;\n --border: 86.3 69% 22.7%;\n --input: 86.3 69% 22.7%;\n --primary: 78.3 92% 95.1%;\n --primary-foreground: 87.6 61.2% 20.2%;\n --secondary: 86.3 69% 22.7%;\n --secondary-foreground: 78.3 92% 95.1%;\n --accent: 86.3 69% 22.7%;\n --accent-foreground: 78.3 92% 95.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 78.3 92% 95.1%;\n --ring: 82 84.5% 67.1%;\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}" } } }