gvf3n4ygn-test
Version:
CLI for SIGMA-UI components.
99 lines • 8.44 kB
JSON
{
"inlineColors": {
"light": {
"background": "white",
"foreground": "violet-950",
"card": "white",
"card-foreground": "violet-950",
"popover": "white",
"popover-foreground": "violet-950",
"primary": "violet-900",
"primary-foreground": "violet-50",
"secondary": "violet-100",
"secondary-foreground": "violet-900",
"muted": "violet-100",
"muted-foreground": "violet-500",
"accent": "violet-100",
"accent-foreground": "violet-900",
"destructive": "red-500",
"destructive-foreground": "violet-50",
"border": "violet-200",
"input": "violet-200",
"ring": "violet-950"
},
"dark": {
"background": "violet-950",
"foreground": "violet-50",
"card": "violet-950",
"card-foreground": "violet-50",
"popover": "violet-950",
"popover-foreground": "violet-50",
"primary": "violet-50",
"primary-foreground": "violet-900",
"secondary": "violet-800",
"secondary-foreground": "violet-50",
"muted": "violet-800",
"muted-foreground": "violet-400",
"accent": "violet-800",
"accent-foreground": "violet-50",
"destructive": "red-900",
"destructive-foreground": "violet-50",
"border": "violet-800",
"input": "violet-800",
"ring": "violet-300"
}
},
"cssVars": {
"light": {
"background": "0 0% 100%",
"foreground": "261.2 72.6% 22.9%",
"card": "0 0% 100%",
"card-foreground": "261.2 72.6% 22.9%",
"popover": "0 0% 100%",
"popover-foreground": "261.2 72.6% 22.9%",
"primary": "263.5 67.4% 34.9%",
"primary-foreground": "250 100% 97.6%",
"secondary": "251.4 91.3% 95.5%",
"secondary-foreground": "263.5 67.4% 34.9%",
"muted": "251.4 91.3% 95.5%",
"muted-foreground": "258.3 89.5% 66.3%",
"accent": "251.4 91.3% 95.5%",
"accent-foreground": "263.5 67.4% 34.9%",
"destructive": "0 84.2% 60.2%",
"destructive-foreground": "250 100% 97.6%",
"border": "250.5 95.2% 91.8%",
"input": "250.5 95.2% 91.8%",
"ring": "261.2 72.6% 22.9%"
},
"dark": {
"background": "261.2 72.6% 22.9%",
"foreground": "250 100% 97.6%",
"card": "261.2 72.6% 22.9%",
"card-foreground": "250 100% 97.6%",
"popover": "261.2 72.6% 22.9%",
"popover-foreground": "250 100% 97.6%",
"primary": "250 100% 97.6%",
"primary-foreground": "263.5 67.4% 34.9%",
"secondary": "263.4 69.3% 42.2%",
"secondary-foreground": "250 100% 97.6%",
"muted": "263.4 69.3% 42.2%",
"muted-foreground": "255.1 91.7% 76.3%",
"accent": "263.4 69.3% 42.2%",
"accent-foreground": "250 100% 97.6%",
"destructive": "0 62.8% 30.6%",
"destructive-foreground": "250 100% 97.6%",
"border": "263.4 69.3% 42.2%",
"input": "263.4 69.3% 42.2%",
"ring": "252.5 94.7% 85.1%"
}
},
"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: 261.2 72.6% 22.9%;\n --muted: 251.4 91.3% 95.5%;\n --muted-foreground: 258.3 89.5% 66.3%;\n --popover: 0 0% 100%;\n --popover-foreground: 261.2 72.6% 22.9%;\n --card: 0 0% 100%;\n --card-foreground: 261.2 72.6% 22.9%;\n --border: 250.5 95.2% 91.8%;\n --input: 250.5 95.2% 91.8%;\n --primary: 263.5 67.4% 34.9%;\n --primary-foreground: 250 100% 97.6%;\n --secondary: 251.4 91.3% 95.5%;\n --secondary-foreground: 263.5 67.4% 34.9%;\n --accent: 251.4 91.3% 95.5%;\n --accent-foreground: 263.5 67.4% 34.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 250 100% 97.6%;\n --ring: 261.2 72.6% 22.9%;\n }\n \n .dark {\n --background: 261.2 72.6% 22.9%;\n --foreground: 250 100% 97.6%;\n --muted: 263.4 69.3% 42.2%;\n --muted-foreground: 255.1 91.7% 76.3%;\n --popover: 261.2 72.6% 22.9%;\n --popover-foreground: 250 100% 97.6%;\n --card: 261.2 72.6% 22.9%;\n --card-foreground: 250 100% 97.6%;\n --border: 263.4 69.3% 42.2%;\n --input: 263.4 69.3% 42.2%;\n --primary: 250 100% 97.6%;\n --primary-foreground: 263.5 67.4% 34.9%;\n --secondary: 263.4 69.3% 42.2%;\n --secondary-foreground: 250 100% 97.6%;\n --accent: 263.4 69.3% 42.2%;\n --accent-foreground: 250 100% 97.6%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 250 100% 97.6%;\n --ring: 252.5 94.7% 85.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 :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: 261.2 72.6% 22.9%;\n --muted: 251.4 91.3% 95.5%;\n --muted-foreground: 258.3 89.5% 66.3%;\n --popover: 0 0% 100%;\n --popover-foreground: 261.2 72.6% 22.9%;\n --card: 0 0% 100%;\n --card-foreground: 261.2 72.6% 22.9%;\n --border: 250.5 95.2% 91.8%;\n --input: 250.5 95.2% 91.8%;\n --primary: 263.5 67.4% 34.9%;\n --primary-foreground: 250 100% 97.6%;\n --secondary: 251.4 91.3% 95.5%;\n --secondary-foreground: 263.5 67.4% 34.9%;\n --accent: 251.4 91.3% 95.5%;\n --accent-foreground: 263.5 67.4% 34.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 250 100% 97.6%;\n --ring: 261.2 72.6% 22.9%;\n }\n \n .dark {\n --background: 261.2 72.6% 22.9%;\n --foreground: 250 100% 97.6%;\n --muted: 263.4 69.3% 42.2%;\n --muted-foreground: 255.1 91.7% 76.3%;\n --popover: 261.2 72.6% 22.9%;\n --popover-foreground: 250 100% 97.6%;\n --card: 261.2 72.6% 22.9%;\n --card-foreground: 250 100% 97.6%;\n --border: 263.4 69.3% 42.2%;\n --input: 263.4 69.3% 42.2%;\n --primary: 250 100% 97.6%;\n --primary-foreground: 263.5 67.4% 34.9%;\n --secondary: 263.4 69.3% 42.2%;\n --secondary-foreground: 250 100% 97.6%;\n --accent: 263.4 69.3% 42.2%;\n --accent-foreground: 250 100% 97.6%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 250 100% 97.6%;\n --ring: 252.5 94.7% 85.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(--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}"
}
}
}