sigma-ui 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/__generated/registry-schemes/colors/blue.json +0 -1
- package/__generated/registry-schemes/colors/gray.json +0 -1
- package/__generated/registry-schemes/colors/green.json +0 -1
- package/__generated/registry-schemes/colors/index.json +0 -1170
- package/__generated/registry-schemes/colors/orange.json +0 -1
- package/__generated/registry-schemes/colors/red.json +0 -1
- package/__generated/registry-schemes/colors/rose.json +0 -1
- package/__generated/registry-schemes/colors/violet.json +0 -1
- package/__generated/registry-schemes/colors/yellow.json +0 -1
- package/__generated/registry-schemes/colors/zinc.json +0 -1
- package/dist/index.js +88 -197
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/__generated/registry-schemes/colors/amber.json +0 -99
- package/__generated/registry-schemes/colors/cyan.json +0 -99
- package/__generated/registry-schemes/colors/emerald.json +0 -99
- package/__generated/registry-schemes/colors/fuchsia.json +0 -99
- package/__generated/registry-schemes/colors/indigo.json +0 -99
- package/__generated/registry-schemes/colors/lime.json +0 -99
- package/__generated/registry-schemes/colors/neutral.json +0 -99
- package/__generated/registry-schemes/colors/pink.json +0 -99
- package/__generated/registry-schemes/colors/purple.json +0 -99
- package/__generated/registry-schemes/colors/sky.json +0 -99
- package/__generated/registry-schemes/colors/slate.json +0 -99
- package/__generated/registry-schemes/colors/stone.json +0 -99
- package/__generated/registry-schemes/colors/teal.json +0 -99
package/package.json
CHANGED
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
"background": "white",
|
|
5
|
-
"foreground": "amber-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "amber-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "amber-950",
|
|
10
|
-
"primary": "amber-900",
|
|
11
|
-
"primary-foreground": "amber-50",
|
|
12
|
-
"secondary": "amber-100",
|
|
13
|
-
"secondary-foreground": "amber-900",
|
|
14
|
-
"muted": "amber-100",
|
|
15
|
-
"muted-foreground": "amber-500",
|
|
16
|
-
"accent": "amber-100",
|
|
17
|
-
"accent-foreground": "amber-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "amber-50",
|
|
20
|
-
"border": "amber-200",
|
|
21
|
-
"input": "amber-200",
|
|
22
|
-
"ring": "amber-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "amber-950",
|
|
26
|
-
"foreground": "amber-50",
|
|
27
|
-
"card": "amber-950",
|
|
28
|
-
"card-foreground": "amber-50",
|
|
29
|
-
"popover": "amber-950",
|
|
30
|
-
"popover-foreground": "amber-50",
|
|
31
|
-
"primary": "amber-50",
|
|
32
|
-
"primary-foreground": "amber-900",
|
|
33
|
-
"secondary": "amber-800",
|
|
34
|
-
"secondary-foreground": "amber-50",
|
|
35
|
-
"muted": "amber-800",
|
|
36
|
-
"muted-foreground": "amber-400",
|
|
37
|
-
"accent": "amber-800",
|
|
38
|
-
"accent-foreground": "amber-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "amber-50",
|
|
41
|
-
"border": "amber-800",
|
|
42
|
-
"input": "amber-800",
|
|
43
|
-
"ring": "amber-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "20.9 91.7% 14.1%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "20.9 91.7% 14.1%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "20.9 91.7% 14.1%",
|
|
54
|
-
"primary": "21.7 77.8% 26.5%",
|
|
55
|
-
"primary-foreground": "48 100% 96.1%",
|
|
56
|
-
"secondary": "48 96.5% 88.8%",
|
|
57
|
-
"secondary-foreground": "21.7 77.8% 26.5%",
|
|
58
|
-
"muted": "48 96.5% 88.8%",
|
|
59
|
-
"muted-foreground": "37.7 92.1% 50.2%",
|
|
60
|
-
"accent": "48 96.5% 88.8%",
|
|
61
|
-
"accent-foreground": "21.7 77.8% 26.5%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "48 100% 96.1%",
|
|
64
|
-
"border": "48 96.6% 76.7%",
|
|
65
|
-
"input": "48 96.6% 76.7%",
|
|
66
|
-
"ring": "20.9 91.7% 14.1%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "20.9 91.7% 14.1%",
|
|
70
|
-
"foreground": "48 100% 96.1%",
|
|
71
|
-
"card": "20.9 91.7% 14.1%",
|
|
72
|
-
"card-foreground": "48 100% 96.1%",
|
|
73
|
-
"popover": "20.9 91.7% 14.1%",
|
|
74
|
-
"popover-foreground": "48 100% 96.1%",
|
|
75
|
-
"primary": "48 100% 96.1%",
|
|
76
|
-
"primary-foreground": "21.7 77.8% 26.5%",
|
|
77
|
-
"secondary": "22.7 82.5% 31.4%",
|
|
78
|
-
"secondary-foreground": "48 100% 96.1%",
|
|
79
|
-
"muted": "22.7 82.5% 31.4%",
|
|
80
|
-
"muted-foreground": "43.3 96.4% 56.3%",
|
|
81
|
-
"accent": "22.7 82.5% 31.4%",
|
|
82
|
-
"accent-foreground": "48 100% 96.1%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "48 100% 96.1%",
|
|
85
|
-
"border": "22.7 82.5% 31.4%",
|
|
86
|
-
"input": "22.7 82.5% 31.4%",
|
|
87
|
-
"ring": "45.9 96.7% 64.5%"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"templates": {
|
|
91
|
-
"tailwind": {
|
|
92
|
-
"withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
|
|
93
|
-
"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}"
|
|
94
|
-
},
|
|
95
|
-
"css": {
|
|
96
|
-
"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}"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
"background": "white",
|
|
5
|
-
"foreground": "cyan-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "cyan-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "cyan-950",
|
|
10
|
-
"primary": "cyan-900",
|
|
11
|
-
"primary-foreground": "cyan-50",
|
|
12
|
-
"secondary": "cyan-100",
|
|
13
|
-
"secondary-foreground": "cyan-900",
|
|
14
|
-
"muted": "cyan-100",
|
|
15
|
-
"muted-foreground": "cyan-500",
|
|
16
|
-
"accent": "cyan-100",
|
|
17
|
-
"accent-foreground": "cyan-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "cyan-50",
|
|
20
|
-
"border": "cyan-200",
|
|
21
|
-
"input": "cyan-200",
|
|
22
|
-
"ring": "cyan-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "cyan-950",
|
|
26
|
-
"foreground": "cyan-50",
|
|
27
|
-
"card": "cyan-950",
|
|
28
|
-
"card-foreground": "cyan-50",
|
|
29
|
-
"popover": "cyan-950",
|
|
30
|
-
"popover-foreground": "cyan-50",
|
|
31
|
-
"primary": "cyan-50",
|
|
32
|
-
"primary-foreground": "cyan-900",
|
|
33
|
-
"secondary": "cyan-800",
|
|
34
|
-
"secondary-foreground": "cyan-50",
|
|
35
|
-
"muted": "cyan-800",
|
|
36
|
-
"muted-foreground": "cyan-400",
|
|
37
|
-
"accent": "cyan-800",
|
|
38
|
-
"accent-foreground": "cyan-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "cyan-50",
|
|
41
|
-
"border": "cyan-800",
|
|
42
|
-
"input": "cyan-800",
|
|
43
|
-
"ring": "cyan-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "197 78.9% 14.9%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "197 78.9% 14.9%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "197 78.9% 14.9%",
|
|
54
|
-
"primary": "196.4 63.6% 23.7%",
|
|
55
|
-
"primary-foreground": "183.2 100% 96.3%",
|
|
56
|
-
"secondary": "185.1 95.9% 90.4%",
|
|
57
|
-
"secondary-foreground": "196.4 63.6% 23.7%",
|
|
58
|
-
"muted": "185.1 95.9% 90.4%",
|
|
59
|
-
"muted-foreground": "188.7 94.5% 42.7%",
|
|
60
|
-
"accent": "185.1 95.9% 90.4%",
|
|
61
|
-
"accent-foreground": "196.4 63.6% 23.7%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "183.2 100% 96.3%",
|
|
64
|
-
"border": "186.2 93.5% 81.8%",
|
|
65
|
-
"input": "186.2 93.5% 81.8%",
|
|
66
|
-
"ring": "197 78.9% 14.9%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "197 78.9% 14.9%",
|
|
70
|
-
"foreground": "183.2 100% 96.3%",
|
|
71
|
-
"card": "197 78.9% 14.9%",
|
|
72
|
-
"card-foreground": "183.2 100% 96.3%",
|
|
73
|
-
"popover": "197 78.9% 14.9%",
|
|
74
|
-
"popover-foreground": "183.2 100% 96.3%",
|
|
75
|
-
"primary": "183.2 100% 96.3%",
|
|
76
|
-
"primary-foreground": "196.4 63.6% 23.7%",
|
|
77
|
-
"secondary": "194.4 69.6% 27.1%",
|
|
78
|
-
"secondary-foreground": "183.2 100% 96.3%",
|
|
79
|
-
"muted": "194.4 69.6% 27.1%",
|
|
80
|
-
"muted-foreground": "187.9 85.7% 53.3%",
|
|
81
|
-
"accent": "194.4 69.6% 27.1%",
|
|
82
|
-
"accent-foreground": "183.2 100% 96.3%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "183.2 100% 96.3%",
|
|
85
|
-
"border": "194.4 69.6% 27.1%",
|
|
86
|
-
"input": "194.4 69.6% 27.1%",
|
|
87
|
-
"ring": "187 92.4% 69%"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"templates": {
|
|
91
|
-
"tailwind": {
|
|
92
|
-
"withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
|
|
93
|
-
"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: 197 78.9% 14.9%;\n --muted: 185.1 95.9% 90.4%;\n --muted-foreground: 188.7 94.5% 42.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 197 78.9% 14.9%;\n --card: 0 0% 100%;\n --card-foreground: 197 78.9% 14.9%;\n --border: 186.2 93.5% 81.8%;\n --input: 186.2 93.5% 81.8%;\n --primary: 196.4 63.6% 23.7%;\n --primary-foreground: 183.2 100% 96.3%;\n --secondary: 185.1 95.9% 90.4%;\n --secondary-foreground: 196.4 63.6% 23.7%;\n --accent: 185.1 95.9% 90.4%;\n --accent-foreground: 196.4 63.6% 23.7%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 197 78.9% 14.9%;\n }\n \n .dark {\n --background: 197 78.9% 14.9%;\n --foreground: 183.2 100% 96.3%;\n --muted: 194.4 69.6% 27.1%;\n --muted-foreground: 187.9 85.7% 53.3%;\n --popover: 197 78.9% 14.9%;\n --popover-foreground: 183.2 100% 96.3%;\n --card: 197 78.9% 14.9%;\n --card-foreground: 183.2 100% 96.3%;\n --border: 194.4 69.6% 27.1%;\n --input: 194.4 69.6% 27.1%;\n --primary: 183.2 100% 96.3%;\n --primary-foreground: 196.4 63.6% 23.7%;\n --secondary: 194.4 69.6% 27.1%;\n --secondary-foreground: 183.2 100% 96.3%;\n --accent: 194.4 69.6% 27.1%;\n --accent-foreground: 183.2 100% 96.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 187 92.4% 69%;\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}"
|
|
94
|
-
},
|
|
95
|
-
"css": {
|
|
96
|
-
"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: 197 78.9% 14.9%;\n --muted: 185.1 95.9% 90.4%;\n --muted-foreground: 188.7 94.5% 42.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 197 78.9% 14.9%;\n --card: 0 0% 100%;\n --card-foreground: 197 78.9% 14.9%;\n --border: 186.2 93.5% 81.8%;\n --input: 186.2 93.5% 81.8%;\n --primary: 196.4 63.6% 23.7%;\n --primary-foreground: 183.2 100% 96.3%;\n --secondary: 185.1 95.9% 90.4%;\n --secondary-foreground: 196.4 63.6% 23.7%;\n --accent: 185.1 95.9% 90.4%;\n --accent-foreground: 196.4 63.6% 23.7%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 197 78.9% 14.9%;\n }\n \n .dark {\n --background: 197 78.9% 14.9%;\n --foreground: 183.2 100% 96.3%;\n --muted: 194.4 69.6% 27.1%;\n --muted-foreground: 187.9 85.7% 53.3%;\n --popover: 197 78.9% 14.9%;\n --popover-foreground: 183.2 100% 96.3%;\n --card: 197 78.9% 14.9%;\n --card-foreground: 183.2 100% 96.3%;\n --border: 194.4 69.6% 27.1%;\n --input: 194.4 69.6% 27.1%;\n --primary: 183.2 100% 96.3%;\n --primary-foreground: 196.4 63.6% 23.7%;\n --secondary: 194.4 69.6% 27.1%;\n --secondary-foreground: 183.2 100% 96.3%;\n --accent: 194.4 69.6% 27.1%;\n --accent-foreground: 183.2 100% 96.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 187 92.4% 69%;\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}"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
"background": "white",
|
|
5
|
-
"foreground": "emerald-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "emerald-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "emerald-950",
|
|
10
|
-
"primary": "emerald-900",
|
|
11
|
-
"primary-foreground": "emerald-50",
|
|
12
|
-
"secondary": "emerald-100",
|
|
13
|
-
"secondary-foreground": "emerald-900",
|
|
14
|
-
"muted": "emerald-100",
|
|
15
|
-
"muted-foreground": "emerald-500",
|
|
16
|
-
"accent": "emerald-100",
|
|
17
|
-
"accent-foreground": "emerald-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "emerald-50",
|
|
20
|
-
"border": "emerald-200",
|
|
21
|
-
"input": "emerald-200",
|
|
22
|
-
"ring": "emerald-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "emerald-950",
|
|
26
|
-
"foreground": "emerald-50",
|
|
27
|
-
"card": "emerald-950",
|
|
28
|
-
"card-foreground": "emerald-50",
|
|
29
|
-
"popover": "emerald-950",
|
|
30
|
-
"popover-foreground": "emerald-50",
|
|
31
|
-
"primary": "emerald-50",
|
|
32
|
-
"primary-foreground": "emerald-900",
|
|
33
|
-
"secondary": "emerald-800",
|
|
34
|
-
"secondary-foreground": "emerald-50",
|
|
35
|
-
"muted": "emerald-800",
|
|
36
|
-
"muted-foreground": "emerald-400",
|
|
37
|
-
"accent": "emerald-800",
|
|
38
|
-
"accent-foreground": "emerald-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "emerald-50",
|
|
41
|
-
"border": "emerald-800",
|
|
42
|
-
"input": "emerald-800",
|
|
43
|
-
"ring": "emerald-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "165.7 91.3% 9%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "165.7 91.3% 9%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "165.7 91.3% 9%",
|
|
54
|
-
"primary": "164.2 85.7% 16.5%",
|
|
55
|
-
"primary-foreground": "151.8 81% 95.9%",
|
|
56
|
-
"secondary": "149.3 80.4% 90%",
|
|
57
|
-
"secondary-foreground": "164.2 85.7% 16.5%",
|
|
58
|
-
"muted": "149.3 80.4% 90%",
|
|
59
|
-
"muted-foreground": "160.1 84.1% 39.4%",
|
|
60
|
-
"accent": "149.3 80.4% 90%",
|
|
61
|
-
"accent-foreground": "164.2 85.7% 16.5%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "151.8 81% 95.9%",
|
|
64
|
-
"border": "152.4 76% 80.4%",
|
|
65
|
-
"input": "152.4 76% 80.4%",
|
|
66
|
-
"ring": "165.7 91.3% 9%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "165.7 91.3% 9%",
|
|
70
|
-
"foreground": "151.8 81% 95.9%",
|
|
71
|
-
"card": "165.7 91.3% 9%",
|
|
72
|
-
"card-foreground": "151.8 81% 95.9%",
|
|
73
|
-
"popover": "165.7 91.3% 9%",
|
|
74
|
-
"popover-foreground": "151.8 81% 95.9%",
|
|
75
|
-
"primary": "151.8 81% 95.9%",
|
|
76
|
-
"primary-foreground": "164.2 85.7% 16.5%",
|
|
77
|
-
"secondary": "163.1 88.1% 19.8%",
|
|
78
|
-
"secondary-foreground": "151.8 81% 95.9%",
|
|
79
|
-
"muted": "163.1 88.1% 19.8%",
|
|
80
|
-
"muted-foreground": "158.1 64.4% 51.6%",
|
|
81
|
-
"accent": "163.1 88.1% 19.8%",
|
|
82
|
-
"accent-foreground": "151.8 81% 95.9%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "151.8 81% 95.9%",
|
|
85
|
-
"border": "163.1 88.1% 19.8%",
|
|
86
|
-
"input": "163.1 88.1% 19.8%",
|
|
87
|
-
"ring": "156.2 71.6% 66.9%"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"templates": {
|
|
91
|
-
"tailwind": {
|
|
92
|
-
"withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
|
|
93
|
-
"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: 165.7 91.3% 9%;\n --muted: 149.3 80.4% 90%;\n --muted-foreground: 160.1 84.1% 39.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 165.7 91.3% 9%;\n --card: 0 0% 100%;\n --card-foreground: 165.7 91.3% 9%;\n --border: 152.4 76% 80.4%;\n --input: 152.4 76% 80.4%;\n --primary: 164.2 85.7% 16.5%;\n --primary-foreground: 151.8 81% 95.9%;\n --secondary: 149.3 80.4% 90%;\n --secondary-foreground: 164.2 85.7% 16.5%;\n --accent: 149.3 80.4% 90%;\n --accent-foreground: 164.2 85.7% 16.5%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 151.8 81% 95.9%;\n --ring: 165.7 91.3% 9%;\n }\n \n .dark {\n --background: 165.7 91.3% 9%;\n --foreground: 151.8 81% 95.9%;\n --muted: 163.1 88.1% 19.8%;\n --muted-foreground: 158.1 64.4% 51.6%;\n --popover: 165.7 91.3% 9%;\n --popover-foreground: 151.8 81% 95.9%;\n --card: 165.7 91.3% 9%;\n --card-foreground: 151.8 81% 95.9%;\n --border: 163.1 88.1% 19.8%;\n --input: 163.1 88.1% 19.8%;\n --primary: 151.8 81% 95.9%;\n --primary-foreground: 164.2 85.7% 16.5%;\n --secondary: 163.1 88.1% 19.8%;\n --secondary-foreground: 151.8 81% 95.9%;\n --accent: 163.1 88.1% 19.8%;\n --accent-foreground: 151.8 81% 95.9%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 151.8 81% 95.9%;\n --ring: 156.2 71.6% 66.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}"
|
|
94
|
-
},
|
|
95
|
-
"css": {
|
|
96
|
-
"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: 165.7 91.3% 9%;\n --muted: 149.3 80.4% 90%;\n --muted-foreground: 160.1 84.1% 39.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 165.7 91.3% 9%;\n --card: 0 0% 100%;\n --card-foreground: 165.7 91.3% 9%;\n --border: 152.4 76% 80.4%;\n --input: 152.4 76% 80.4%;\n --primary: 164.2 85.7% 16.5%;\n --primary-foreground: 151.8 81% 95.9%;\n --secondary: 149.3 80.4% 90%;\n --secondary-foreground: 164.2 85.7% 16.5%;\n --accent: 149.3 80.4% 90%;\n --accent-foreground: 164.2 85.7% 16.5%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 151.8 81% 95.9%;\n --ring: 165.7 91.3% 9%;\n }\n \n .dark {\n --background: 165.7 91.3% 9%;\n --foreground: 151.8 81% 95.9%;\n --muted: 163.1 88.1% 19.8%;\n --muted-foreground: 158.1 64.4% 51.6%;\n --popover: 165.7 91.3% 9%;\n --popover-foreground: 151.8 81% 95.9%;\n --card: 165.7 91.3% 9%;\n --card-foreground: 151.8 81% 95.9%;\n --border: 163.1 88.1% 19.8%;\n --input: 163.1 88.1% 19.8%;\n --primary: 151.8 81% 95.9%;\n --primary-foreground: 164.2 85.7% 16.5%;\n --secondary: 163.1 88.1% 19.8%;\n --secondary-foreground: 151.8 81% 95.9%;\n --accent: 163.1 88.1% 19.8%;\n --accent-foreground: 151.8 81% 95.9%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 151.8 81% 95.9%;\n --ring: 156.2 71.6% 66.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}"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
"background": "white",
|
|
5
|
-
"foreground": "fuchsia-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "fuchsia-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "fuchsia-950",
|
|
10
|
-
"primary": "fuchsia-900",
|
|
11
|
-
"primary-foreground": "fuchsia-50",
|
|
12
|
-
"secondary": "fuchsia-100",
|
|
13
|
-
"secondary-foreground": "fuchsia-900",
|
|
14
|
-
"muted": "fuchsia-100",
|
|
15
|
-
"muted-foreground": "fuchsia-500",
|
|
16
|
-
"accent": "fuchsia-100",
|
|
17
|
-
"accent-foreground": "fuchsia-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "fuchsia-50",
|
|
20
|
-
"border": "fuchsia-200",
|
|
21
|
-
"input": "fuchsia-200",
|
|
22
|
-
"ring": "fuchsia-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "fuchsia-950",
|
|
26
|
-
"foreground": "fuchsia-50",
|
|
27
|
-
"card": "fuchsia-950",
|
|
28
|
-
"card-foreground": "fuchsia-50",
|
|
29
|
-
"popover": "fuchsia-950",
|
|
30
|
-
"popover-foreground": "fuchsia-50",
|
|
31
|
-
"primary": "fuchsia-50",
|
|
32
|
-
"primary-foreground": "fuchsia-900",
|
|
33
|
-
"secondary": "fuchsia-800",
|
|
34
|
-
"secondary-foreground": "fuchsia-50",
|
|
35
|
-
"muted": "fuchsia-800",
|
|
36
|
-
"muted-foreground": "fuchsia-400",
|
|
37
|
-
"accent": "fuchsia-800",
|
|
38
|
-
"accent-foreground": "fuchsia-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "fuchsia-50",
|
|
41
|
-
"border": "fuchsia-800",
|
|
42
|
-
"input": "fuchsia-800",
|
|
43
|
-
"ring": "fuchsia-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "296.8 90.2% 16.1%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "296.8 90.2% 16.1%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "296.8 90.2% 16.1%",
|
|
54
|
-
"primary": "296.7 63.6% 28%",
|
|
55
|
-
"primary-foreground": "289.1 100% 97.8%",
|
|
56
|
-
"secondary": "287 100% 95.5%",
|
|
57
|
-
"secondary-foreground": "296.7 63.6% 28%",
|
|
58
|
-
"muted": "287 100% 95.5%",
|
|
59
|
-
"muted-foreground": "292.2 84.1% 60.6%",
|
|
60
|
-
"accent": "287 100% 95.5%",
|
|
61
|
-
"accent-foreground": "296.7 63.6% 28%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "289.1 100% 97.8%",
|
|
64
|
-
"border": "288.3 95.8% 90.6%",
|
|
65
|
-
"input": "288.3 95.8% 90.6%",
|
|
66
|
-
"ring": "296.8 90.2% 16.1%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "296.8 90.2% 16.1%",
|
|
70
|
-
"foreground": "289.1 100% 97.8%",
|
|
71
|
-
"card": "296.8 90.2% 16.1%",
|
|
72
|
-
"card-foreground": "289.1 100% 97.8%",
|
|
73
|
-
"popover": "296.8 90.2% 16.1%",
|
|
74
|
-
"popover-foreground": "289.1 100% 97.8%",
|
|
75
|
-
"primary": "289.1 100% 97.8%",
|
|
76
|
-
"primary-foreground": "296.7 63.6% 28%",
|
|
77
|
-
"secondary": "295.4 70.2% 32.9%",
|
|
78
|
-
"secondary-foreground": "289.1 100% 97.8%",
|
|
79
|
-
"muted": "295.4 70.2% 32.9%",
|
|
80
|
-
"muted-foreground": "292 91.4% 72.5%",
|
|
81
|
-
"accent": "295.4 70.2% 32.9%",
|
|
82
|
-
"accent-foreground": "289.1 100% 97.8%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "289.1 100% 97.8%",
|
|
85
|
-
"border": "295.4 70.2% 32.9%",
|
|
86
|
-
"input": "295.4 70.2% 32.9%",
|
|
87
|
-
"ring": "291.1 93.1% 82.9%"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"templates": {
|
|
91
|
-
"tailwind": {
|
|
92
|
-
"withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
|
|
93
|
-
"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: 296.8 90.2% 16.1%;\n --muted: 287 100% 95.5%;\n --muted-foreground: 292.2 84.1% 60.6%;\n --popover: 0 0% 100%;\n --popover-foreground: 296.8 90.2% 16.1%;\n --card: 0 0% 100%;\n --card-foreground: 296.8 90.2% 16.1%;\n --border: 288.3 95.8% 90.6%;\n --input: 288.3 95.8% 90.6%;\n --primary: 296.7 63.6% 28%;\n --primary-foreground: 289.1 100% 97.8%;\n --secondary: 287 100% 95.5%;\n --secondary-foreground: 296.7 63.6% 28%;\n --accent: 287 100% 95.5%;\n --accent-foreground: 296.7 63.6% 28%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 289.1 100% 97.8%;\n --ring: 296.8 90.2% 16.1%;\n }\n \n .dark {\n --background: 296.8 90.2% 16.1%;\n --foreground: 289.1 100% 97.8%;\n --muted: 295.4 70.2% 32.9%;\n --muted-foreground: 292 91.4% 72.5%;\n --popover: 296.8 90.2% 16.1%;\n --popover-foreground: 289.1 100% 97.8%;\n --card: 296.8 90.2% 16.1%;\n --card-foreground: 289.1 100% 97.8%;\n --border: 295.4 70.2% 32.9%;\n --input: 295.4 70.2% 32.9%;\n --primary: 289.1 100% 97.8%;\n --primary-foreground: 296.7 63.6% 28%;\n --secondary: 295.4 70.2% 32.9%;\n --secondary-foreground: 289.1 100% 97.8%;\n --accent: 295.4 70.2% 32.9%;\n --accent-foreground: 289.1 100% 97.8%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 289.1 100% 97.8%;\n --ring: 291.1 93.1% 82.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}"
|
|
94
|
-
},
|
|
95
|
-
"css": {
|
|
96
|
-
"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: 296.8 90.2% 16.1%;\n --muted: 287 100% 95.5%;\n --muted-foreground: 292.2 84.1% 60.6%;\n --popover: 0 0% 100%;\n --popover-foreground: 296.8 90.2% 16.1%;\n --card: 0 0% 100%;\n --card-foreground: 296.8 90.2% 16.1%;\n --border: 288.3 95.8% 90.6%;\n --input: 288.3 95.8% 90.6%;\n --primary: 296.7 63.6% 28%;\n --primary-foreground: 289.1 100% 97.8%;\n --secondary: 287 100% 95.5%;\n --secondary-foreground: 296.7 63.6% 28%;\n --accent: 287 100% 95.5%;\n --accent-foreground: 296.7 63.6% 28%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 289.1 100% 97.8%;\n --ring: 296.8 90.2% 16.1%;\n }\n \n .dark {\n --background: 296.8 90.2% 16.1%;\n --foreground: 289.1 100% 97.8%;\n --muted: 295.4 70.2% 32.9%;\n --muted-foreground: 292 91.4% 72.5%;\n --popover: 296.8 90.2% 16.1%;\n --popover-foreground: 289.1 100% 97.8%;\n --card: 296.8 90.2% 16.1%;\n --card-foreground: 289.1 100% 97.8%;\n --border: 295.4 70.2% 32.9%;\n --input: 295.4 70.2% 32.9%;\n --primary: 289.1 100% 97.8%;\n --primary-foreground: 296.7 63.6% 28%;\n --secondary: 295.4 70.2% 32.9%;\n --secondary-foreground: 289.1 100% 97.8%;\n --accent: 295.4 70.2% 32.9%;\n --accent-foreground: 289.1 100% 97.8%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 289.1 100% 97.8%;\n --ring: 291.1 93.1% 82.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}"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
"background": "white",
|
|
5
|
-
"foreground": "indigo-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "indigo-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "indigo-950",
|
|
10
|
-
"primary": "indigo-900",
|
|
11
|
-
"primary-foreground": "indigo-50",
|
|
12
|
-
"secondary": "indigo-100",
|
|
13
|
-
"secondary-foreground": "indigo-900",
|
|
14
|
-
"muted": "indigo-100",
|
|
15
|
-
"muted-foreground": "indigo-500",
|
|
16
|
-
"accent": "indigo-100",
|
|
17
|
-
"accent-foreground": "indigo-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "indigo-50",
|
|
20
|
-
"border": "indigo-200",
|
|
21
|
-
"input": "indigo-200",
|
|
22
|
-
"ring": "indigo-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "indigo-950",
|
|
26
|
-
"foreground": "indigo-50",
|
|
27
|
-
"card": "indigo-950",
|
|
28
|
-
"card-foreground": "indigo-50",
|
|
29
|
-
"popover": "indigo-950",
|
|
30
|
-
"popover-foreground": "indigo-50",
|
|
31
|
-
"primary": "indigo-50",
|
|
32
|
-
"primary-foreground": "indigo-900",
|
|
33
|
-
"secondary": "indigo-800",
|
|
34
|
-
"secondary-foreground": "indigo-50",
|
|
35
|
-
"muted": "indigo-800",
|
|
36
|
-
"muted-foreground": "indigo-400",
|
|
37
|
-
"accent": "indigo-800",
|
|
38
|
-
"accent-foreground": "indigo-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "indigo-50",
|
|
41
|
-
"border": "indigo-800",
|
|
42
|
-
"input": "indigo-800",
|
|
43
|
-
"ring": "indigo-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "243.8 47.1% 20%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "243.8 47.1% 20%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "243.8 47.1% 20%",
|
|
54
|
-
"primary": "242.2 47.4% 34.3%",
|
|
55
|
-
"primary-foreground": "225.9 100% 96.7%",
|
|
56
|
-
"secondary": "226.5 100% 93.9%",
|
|
57
|
-
"secondary-foreground": "242.2 47.4% 34.3%",
|
|
58
|
-
"muted": "226.5 100% 93.9%",
|
|
59
|
-
"muted-foreground": "238.7 83.5% 66.7%",
|
|
60
|
-
"accent": "226.5 100% 93.9%",
|
|
61
|
-
"accent-foreground": "242.2 47.4% 34.3%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "225.9 100% 96.7%",
|
|
64
|
-
"border": "228 96.5% 88.8%",
|
|
65
|
-
"input": "228 96.5% 88.8%",
|
|
66
|
-
"ring": "243.8 47.1% 20%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "243.8 47.1% 20%",
|
|
70
|
-
"foreground": "225.9 100% 96.7%",
|
|
71
|
-
"card": "243.8 47.1% 20%",
|
|
72
|
-
"card-foreground": "225.9 100% 96.7%",
|
|
73
|
-
"popover": "243.8 47.1% 20%",
|
|
74
|
-
"popover-foreground": "225.9 100% 96.7%",
|
|
75
|
-
"primary": "225.9 100% 96.7%",
|
|
76
|
-
"primary-foreground": "242.2 47.4% 34.3%",
|
|
77
|
-
"secondary": "243.7 54.5% 41.4%",
|
|
78
|
-
"secondary-foreground": "225.9 100% 96.7%",
|
|
79
|
-
"muted": "243.7 54.5% 41.4%",
|
|
80
|
-
"muted-foreground": "234.5 89.5% 73.9%",
|
|
81
|
-
"accent": "243.7 54.5% 41.4%",
|
|
82
|
-
"accent-foreground": "225.9 100% 96.7%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "225.9 100% 96.7%",
|
|
85
|
-
"border": "243.7 54.5% 41.4%",
|
|
86
|
-
"input": "243.7 54.5% 41.4%",
|
|
87
|
-
"ring": "229.7 93.5% 81.8%"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"templates": {
|
|
91
|
-
"tailwind": {
|
|
92
|
-
"withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
|
|
93
|
-
"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}"
|
|
94
|
-
},
|
|
95
|
-
"css": {
|
|
96
|
-
"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}"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|