gvf3n4ygn-test
Version:
CLI for SIGMA-UI components.
99 lines • 8.55 kB
JSON
{
"inlineColors": {
"light": {
"background": "white",
"foreground": "sky-950",
"card": "white",
"card-foreground": "sky-950",
"popover": "white",
"popover-foreground": "sky-950",
"primary": "sky-900",
"primary-foreground": "sky-50",
"secondary": "sky-100",
"secondary-foreground": "sky-900",
"muted": "sky-100",
"muted-foreground": "sky-500",
"accent": "sky-100",
"accent-foreground": "sky-900",
"destructive": "red-500",
"destructive-foreground": "sky-50",
"border": "sky-200",
"input": "sky-200",
"ring": "sky-950"
},
"dark": {
"background": "sky-950",
"foreground": "sky-50",
"card": "sky-950",
"card-foreground": "sky-50",
"popover": "sky-950",
"popover-foreground": "sky-50",
"primary": "sky-50",
"primary-foreground": "sky-900",
"secondary": "sky-800",
"secondary-foreground": "sky-50",
"muted": "sky-800",
"muted-foreground": "sky-400",
"accent": "sky-800",
"accent-foreground": "sky-50",
"destructive": "red-900",
"destructive-foreground": "sky-50",
"border": "sky-800",
"input": "sky-800",
"ring": "sky-300"
}
},
"cssVars": {
"light": {
"background": "0 0% 100%",
"foreground": "204 80.2% 15.9%",
"card": "0 0% 100%",
"card-foreground": "204 80.2% 15.9%",
"popover": "0 0% 100%",
"popover-foreground": "204 80.2% 15.9%",
"primary": "202 80.3% 23.9%",
"primary-foreground": "204 100% 97.1%",
"secondary": "204 93.8% 93.7%",
"secondary-foreground": "202 80.3% 23.9%",
"muted": "204 93.8% 93.7%",
"muted-foreground": "198.6 88.7% 48.4%",
"accent": "204 93.8% 93.7%",
"accent-foreground": "202 80.3% 23.9%",
"destructive": "0 84.2% 60.2%",
"destructive-foreground": "204 100% 97.1%",
"border": "200.6 94.4% 86.1%",
"input": "200.6 94.4% 86.1%",
"ring": "204 80.2% 15.9%"
},
"dark": {
"background": "204 80.2% 15.9%",
"foreground": "204 100% 97.1%",
"card": "204 80.2% 15.9%",
"card-foreground": "204 100% 97.1%",
"popover": "204 80.2% 15.9%",
"popover-foreground": "204 100% 97.1%",
"primary": "204 100% 97.1%",
"primary-foreground": "202 80.3% 23.9%",
"secondary": "201 90% 27.5%",
"secondary-foreground": "204 100% 97.1%",
"muted": "201 90% 27.5%",
"muted-foreground": "198.4 93.2% 59.6%",
"accent": "201 90% 27.5%",
"accent-foreground": "204 100% 97.1%",
"destructive": "0 62.8% 30.6%",
"destructive-foreground": "204 100% 97.1%",
"border": "201 90% 27.5%",
"input": "201 90% 27.5%",
"ring": "199.4 95.5% 73.9%"
}
},
"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: 204 80.2% 15.9%;\n --muted: 204 93.8% 93.7%;\n --muted-foreground: 198.6 88.7% 48.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 204 80.2% 15.9%;\n --card: 0 0% 100%;\n --card-foreground: 204 80.2% 15.9%;\n --border: 200.6 94.4% 86.1%;\n --input: 200.6 94.4% 86.1%;\n --primary: 202 80.3% 23.9%;\n --primary-foreground: 204 100% 97.1%;\n --secondary: 204 93.8% 93.7%;\n --secondary-foreground: 202 80.3% 23.9%;\n --accent: 204 93.8% 93.7%;\n --accent-foreground: 202 80.3% 23.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 204 100% 97.1%;\n --ring: 204 80.2% 15.9%;\n }\n \n .dark {\n --background: 204 80.2% 15.9%;\n --foreground: 204 100% 97.1%;\n --muted: 201 90% 27.5%;\n --muted-foreground: 198.4 93.2% 59.6%;\n --popover: 204 80.2% 15.9%;\n --popover-foreground: 204 100% 97.1%;\n --card: 204 80.2% 15.9%;\n --card-foreground: 204 100% 97.1%;\n --border: 201 90% 27.5%;\n --input: 201 90% 27.5%;\n --primary: 204 100% 97.1%;\n --primary-foreground: 202 80.3% 23.9%;\n --secondary: 201 90% 27.5%;\n --secondary-foreground: 204 100% 97.1%;\n --accent: 201 90% 27.5%;\n --accent-foreground: 204 100% 97.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 204 100% 97.1%;\n --ring: 199.4 95.5% 73.9%;\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: 204 80.2% 15.9%;\n --muted: 204 93.8% 93.7%;\n --muted-foreground: 198.6 88.7% 48.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 204 80.2% 15.9%;\n --card: 0 0% 100%;\n --card-foreground: 204 80.2% 15.9%;\n --border: 200.6 94.4% 86.1%;\n --input: 200.6 94.4% 86.1%;\n --primary: 202 80.3% 23.9%;\n --primary-foreground: 204 100% 97.1%;\n --secondary: 204 93.8% 93.7%;\n --secondary-foreground: 202 80.3% 23.9%;\n --accent: 204 93.8% 93.7%;\n --accent-foreground: 202 80.3% 23.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 204 100% 97.1%;\n --ring: 204 80.2% 15.9%;\n }\n \n .dark {\n --background: 204 80.2% 15.9%;\n --foreground: 204 100% 97.1%;\n --muted: 201 90% 27.5%;\n --muted-foreground: 198.4 93.2% 59.6%;\n --popover: 204 80.2% 15.9%;\n --popover-foreground: 204 100% 97.1%;\n --card: 204 80.2% 15.9%;\n --card-foreground: 204 100% 97.1%;\n --border: 201 90% 27.5%;\n --input: 201 90% 27.5%;\n --primary: 204 100% 97.1%;\n --primary-foreground: 202 80.3% 23.9%;\n --secondary: 201 90% 27.5%;\n --secondary-foreground: 204 100% 97.1%;\n --accent: 201 90% 27.5%;\n --accent-foreground: 204 100% 97.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 204 100% 97.1%;\n --ring: 199.4 95.5% 73.9%;\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}"
}
}
}