gvf3n4ygn-test
Version:
CLI for SIGMA-UI components.
99 lines • 8.79 kB
JSON
{
"inlineColors": {
"light": {
"background": "white",
"foreground": "indigo-950",
"card": "white",
"card-foreground": "indigo-950",
"popover": "white",
"popover-foreground": "indigo-950",
"primary": "indigo-900",
"primary-foreground": "indigo-50",
"secondary": "indigo-100",
"secondary-foreground": "indigo-900",
"muted": "indigo-100",
"muted-foreground": "indigo-500",
"accent": "indigo-100",
"accent-foreground": "indigo-900",
"destructive": "red-500",
"destructive-foreground": "indigo-50",
"border": "indigo-200",
"input": "indigo-200",
"ring": "indigo-950"
},
"dark": {
"background": "indigo-950",
"foreground": "indigo-50",
"card": "indigo-950",
"card-foreground": "indigo-50",
"popover": "indigo-950",
"popover-foreground": "indigo-50",
"primary": "indigo-50",
"primary-foreground": "indigo-900",
"secondary": "indigo-800",
"secondary-foreground": "indigo-50",
"muted": "indigo-800",
"muted-foreground": "indigo-400",
"accent": "indigo-800",
"accent-foreground": "indigo-50",
"destructive": "red-900",
"destructive-foreground": "indigo-50",
"border": "indigo-800",
"input": "indigo-800",
"ring": "indigo-300"
}
},
"cssVars": {
"light": {
"background": "0 0% 100%",
"foreground": "243.8 47.1% 20%",
"card": "0 0% 100%",
"card-foreground": "243.8 47.1% 20%",
"popover": "0 0% 100%",
"popover-foreground": "243.8 47.1% 20%",
"primary": "242.2 47.4% 34.3%",
"primary-foreground": "225.9 100% 96.7%",
"secondary": "226.5 100% 93.9%",
"secondary-foreground": "242.2 47.4% 34.3%",
"muted": "226.5 100% 93.9%",
"muted-foreground": "238.7 83.5% 66.7%",
"accent": "226.5 100% 93.9%",
"accent-foreground": "242.2 47.4% 34.3%",
"destructive": "0 84.2% 60.2%",
"destructive-foreground": "225.9 100% 96.7%",
"border": "228 96.5% 88.8%",
"input": "228 96.5% 88.8%",
"ring": "243.8 47.1% 20%"
},
"dark": {
"background": "243.8 47.1% 20%",
"foreground": "225.9 100% 96.7%",
"card": "243.8 47.1% 20%",
"card-foreground": "225.9 100% 96.7%",
"popover": "243.8 47.1% 20%",
"popover-foreground": "225.9 100% 96.7%",
"primary": "225.9 100% 96.7%",
"primary-foreground": "242.2 47.4% 34.3%",
"secondary": "243.7 54.5% 41.4%",
"secondary-foreground": "225.9 100% 96.7%",
"muted": "243.7 54.5% 41.4%",
"muted-foreground": "234.5 89.5% 73.9%",
"accent": "243.7 54.5% 41.4%",
"accent-foreground": "225.9 100% 96.7%",
"destructive": "0 62.8% 30.6%",
"destructive-foreground": "225.9 100% 96.7%",
"border": "243.7 54.5% 41.4%",
"input": "243.7 54.5% 41.4%",
"ring": "229.7 93.5% 81.8%"
}
},
"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: 243.8 47.1% 20%;\n --muted: 226.5 100% 93.9%;\n --muted-foreground: 238.7 83.5% 66.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 243.8 47.1% 20%;\n --card: 0 0% 100%;\n --card-foreground: 243.8 47.1% 20%;\n --border: 228 96.5% 88.8%;\n --input: 228 96.5% 88.8%;\n --primary: 242.2 47.4% 34.3%;\n --primary-foreground: 225.9 100% 96.7%;\n --secondary: 226.5 100% 93.9%;\n --secondary-foreground: 242.2 47.4% 34.3%;\n --accent: 226.5 100% 93.9%;\n --accent-foreground: 242.2 47.4% 34.3%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 225.9 100% 96.7%;\n --ring: 243.8 47.1% 20%;\n }\n \n .dark {\n --background: 243.8 47.1% 20%;\n --foreground: 225.9 100% 96.7%;\n --muted: 243.7 54.5% 41.4%;\n --muted-foreground: 234.5 89.5% 73.9%;\n --popover: 243.8 47.1% 20%;\n --popover-foreground: 225.9 100% 96.7%;\n --card: 243.8 47.1% 20%;\n --card-foreground: 225.9 100% 96.7%;\n --border: 243.7 54.5% 41.4%;\n --input: 243.7 54.5% 41.4%;\n --primary: 225.9 100% 96.7%;\n --primary-foreground: 242.2 47.4% 34.3%;\n --secondary: 243.7 54.5% 41.4%;\n --secondary-foreground: 225.9 100% 96.7%;\n --accent: 243.7 54.5% 41.4%;\n --accent-foreground: 225.9 100% 96.7%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 225.9 100% 96.7%;\n --ring: 229.7 93.5% 81.8%;\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: 243.8 47.1% 20%;\n --muted: 226.5 100% 93.9%;\n --muted-foreground: 238.7 83.5% 66.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 243.8 47.1% 20%;\n --card: 0 0% 100%;\n --card-foreground: 243.8 47.1% 20%;\n --border: 228 96.5% 88.8%;\n --input: 228 96.5% 88.8%;\n --primary: 242.2 47.4% 34.3%;\n --primary-foreground: 225.9 100% 96.7%;\n --secondary: 226.5 100% 93.9%;\n --secondary-foreground: 242.2 47.4% 34.3%;\n --accent: 226.5 100% 93.9%;\n --accent-foreground: 242.2 47.4% 34.3%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 225.9 100% 96.7%;\n --ring: 243.8 47.1% 20%;\n }\n \n .dark {\n --background: 243.8 47.1% 20%;\n --foreground: 225.9 100% 96.7%;\n --muted: 243.7 54.5% 41.4%;\n --muted-foreground: 234.5 89.5% 73.9%;\n --popover: 243.8 47.1% 20%;\n --popover-foreground: 225.9 100% 96.7%;\n --card: 243.8 47.1% 20%;\n --card-foreground: 225.9 100% 96.7%;\n --border: 243.7 54.5% 41.4%;\n --input: 243.7 54.5% 41.4%;\n --primary: 225.9 100% 96.7%;\n --primary-foreground: 242.2 47.4% 34.3%;\n --secondary: 243.7 54.5% 41.4%;\n --secondary-foreground: 225.9 100% 96.7%;\n --accent: 243.7 54.5% 41.4%;\n --accent-foreground: 225.9 100% 96.7%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 225.9 100% 96.7%;\n --ring: 229.7 93.5% 81.8%;\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}"
}
}
}