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
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
"background": "white",
|
|
5
|
-
"foreground": "lime-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "lime-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "lime-950",
|
|
10
|
-
"primary": "lime-900",
|
|
11
|
-
"primary-foreground": "lime-50",
|
|
12
|
-
"secondary": "lime-100",
|
|
13
|
-
"secondary-foreground": "lime-900",
|
|
14
|
-
"muted": "lime-100",
|
|
15
|
-
"muted-foreground": "lime-500",
|
|
16
|
-
"accent": "lime-100",
|
|
17
|
-
"accent-foreground": "lime-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "lime-50",
|
|
20
|
-
"border": "lime-200",
|
|
21
|
-
"input": "lime-200",
|
|
22
|
-
"ring": "lime-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "lime-950",
|
|
26
|
-
"foreground": "lime-50",
|
|
27
|
-
"card": "lime-950",
|
|
28
|
-
"card-foreground": "lime-50",
|
|
29
|
-
"popover": "lime-950",
|
|
30
|
-
"popover-foreground": "lime-50",
|
|
31
|
-
"primary": "lime-50",
|
|
32
|
-
"primary-foreground": "lime-900",
|
|
33
|
-
"secondary": "lime-800",
|
|
34
|
-
"secondary-foreground": "lime-50",
|
|
35
|
-
"muted": "lime-800",
|
|
36
|
-
"muted-foreground": "lime-400",
|
|
37
|
-
"accent": "lime-800",
|
|
38
|
-
"accent-foreground": "lime-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "lime-50",
|
|
41
|
-
"border": "lime-800",
|
|
42
|
-
"input": "lime-800",
|
|
43
|
-
"ring": "lime-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "89.3 80.4% 10%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "89.3 80.4% 10%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "89.3 80.4% 10%",
|
|
54
|
-
"primary": "87.6 61.2% 20.2%",
|
|
55
|
-
"primary-foreground": "78.3 92% 95.1%",
|
|
56
|
-
"secondary": "79.6 89.1% 89.2%",
|
|
57
|
-
"secondary-foreground": "87.6 61.2% 20.2%",
|
|
58
|
-
"muted": "79.6 89.1% 89.2%",
|
|
59
|
-
"muted-foreground": "83.7 80.5% 44.3%",
|
|
60
|
-
"accent": "79.6 89.1% 89.2%",
|
|
61
|
-
"accent-foreground": "87.6 61.2% 20.2%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "78.3 92% 95.1%",
|
|
64
|
-
"border": "80.9 88.5% 79.6%",
|
|
65
|
-
"input": "80.9 88.5% 79.6%",
|
|
66
|
-
"ring": "89.3 80.4% 10%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "89.3 80.4% 10%",
|
|
70
|
-
"foreground": "78.3 92% 95.1%",
|
|
71
|
-
"card": "89.3 80.4% 10%",
|
|
72
|
-
"card-foreground": "78.3 92% 95.1%",
|
|
73
|
-
"popover": "89.3 80.4% 10%",
|
|
74
|
-
"popover-foreground": "78.3 92% 95.1%",
|
|
75
|
-
"primary": "78.3 92% 95.1%",
|
|
76
|
-
"primary-foreground": "87.6 61.2% 20.2%",
|
|
77
|
-
"secondary": "86.3 69% 22.7%",
|
|
78
|
-
"secondary-foreground": "78.3 92% 95.1%",
|
|
79
|
-
"muted": "86.3 69% 22.7%",
|
|
80
|
-
"muted-foreground": "82.7 78% 55.5%",
|
|
81
|
-
"accent": "86.3 69% 22.7%",
|
|
82
|
-
"accent-foreground": "78.3 92% 95.1%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "78.3 92% 95.1%",
|
|
85
|
-
"border": "86.3 69% 22.7%",
|
|
86
|
-
"input": "86.3 69% 22.7%",
|
|
87
|
-
"ring": "82 84.5% 67.1%"
|
|
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: 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}"
|
|
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: 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}"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
"background": "white",
|
|
5
|
-
"foreground": "neutral-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "neutral-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "neutral-950",
|
|
10
|
-
"primary": "neutral-900",
|
|
11
|
-
"primary-foreground": "neutral-50",
|
|
12
|
-
"secondary": "neutral-100",
|
|
13
|
-
"secondary-foreground": "neutral-900",
|
|
14
|
-
"muted": "neutral-100",
|
|
15
|
-
"muted-foreground": "neutral-500",
|
|
16
|
-
"accent": "neutral-100",
|
|
17
|
-
"accent-foreground": "neutral-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "neutral-50",
|
|
20
|
-
"border": "neutral-200",
|
|
21
|
-
"input": "neutral-200",
|
|
22
|
-
"ring": "neutral-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "neutral-950",
|
|
26
|
-
"foreground": "neutral-50",
|
|
27
|
-
"card": "neutral-950",
|
|
28
|
-
"card-foreground": "neutral-50",
|
|
29
|
-
"popover": "neutral-950",
|
|
30
|
-
"popover-foreground": "neutral-50",
|
|
31
|
-
"primary": "neutral-50",
|
|
32
|
-
"primary-foreground": "neutral-900",
|
|
33
|
-
"secondary": "neutral-800",
|
|
34
|
-
"secondary-foreground": "neutral-50",
|
|
35
|
-
"muted": "neutral-800",
|
|
36
|
-
"muted-foreground": "neutral-400",
|
|
37
|
-
"accent": "neutral-800",
|
|
38
|
-
"accent-foreground": "neutral-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "neutral-50",
|
|
41
|
-
"border": "neutral-800",
|
|
42
|
-
"input": "neutral-800",
|
|
43
|
-
"ring": "neutral-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "0 0% 3.9%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "0 0% 3.9%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "0 0% 3.9%",
|
|
54
|
-
"primary": "0 0% 9%",
|
|
55
|
-
"primary-foreground": "0 0% 98%",
|
|
56
|
-
"secondary": "0 0% 96.1%",
|
|
57
|
-
"secondary-foreground": "0 0% 9%",
|
|
58
|
-
"muted": "0 0% 96.1%",
|
|
59
|
-
"muted-foreground": "0 0% 45.1%",
|
|
60
|
-
"accent": "0 0% 96.1%",
|
|
61
|
-
"accent-foreground": "0 0% 9%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "0 0% 98%",
|
|
64
|
-
"border": "0 0% 89.8%",
|
|
65
|
-
"input": "0 0% 89.8%",
|
|
66
|
-
"ring": "0 0% 3.9%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "0 0% 3.9%",
|
|
70
|
-
"foreground": "0 0% 98%",
|
|
71
|
-
"card": "0 0% 3.9%",
|
|
72
|
-
"card-foreground": "0 0% 98%",
|
|
73
|
-
"popover": "0 0% 3.9%",
|
|
74
|
-
"popover-foreground": "0 0% 98%",
|
|
75
|
-
"primary": "0 0% 98%",
|
|
76
|
-
"primary-foreground": "0 0% 9%",
|
|
77
|
-
"secondary": "0 0% 14.9%",
|
|
78
|
-
"secondary-foreground": "0 0% 98%",
|
|
79
|
-
"muted": "0 0% 14.9%",
|
|
80
|
-
"muted-foreground": "0 0% 63.9%",
|
|
81
|
-
"accent": "0 0% 14.9%",
|
|
82
|
-
"accent-foreground": "0 0% 98%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "0 0% 98%",
|
|
85
|
-
"border": "0 0% 14.9%",
|
|
86
|
-
"input": "0 0% 14.9%",
|
|
87
|
-
"ring": "0 0% 83.1%"
|
|
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: 0 0% 3.9%;\n --muted: 0 0% 96.1%;\n --muted-foreground: 0 0% 45.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 0 0% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 0 0% 3.9%;\n --border: 0 0% 89.8%;\n --input: 0 0% 89.8%;\n --primary: 0 0% 9%;\n --primary-foreground: 0 0% 98%;\n --secondary: 0 0% 96.1%;\n --secondary-foreground: 0 0% 9%;\n --accent: 0 0% 96.1%;\n --accent-foreground: 0 0% 9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 0 0% 3.9%;\n }\n \n .dark {\n --background: 0 0% 3.9%;\n --foreground: 0 0% 98%;\n --muted: 0 0% 14.9%;\n --muted-foreground: 0 0% 63.9%;\n --popover: 0 0% 3.9%;\n --popover-foreground: 0 0% 98%;\n --card: 0 0% 3.9%;\n --card-foreground: 0 0% 98%;\n --border: 0 0% 14.9%;\n --input: 0 0% 14.9%;\n --primary: 0 0% 98%;\n --primary-foreground: 0 0% 9%;\n --secondary: 0 0% 14.9%;\n --secondary-foreground: 0 0% 98%;\n --accent: 0 0% 14.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --ring: 0 0% 83.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}"
|
|
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: 0 0% 3.9%;\n --muted: 0 0% 96.1%;\n --muted-foreground: 0 0% 45.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 0 0% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 0 0% 3.9%;\n --border: 0 0% 89.8%;\n --input: 0 0% 89.8%;\n --primary: 0 0% 9%;\n --primary-foreground: 0 0% 98%;\n --secondary: 0 0% 96.1%;\n --secondary-foreground: 0 0% 9%;\n --accent: 0 0% 96.1%;\n --accent-foreground: 0 0% 9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 0 0% 3.9%;\n }\n \n .dark {\n --background: 0 0% 3.9%;\n --foreground: 0 0% 98%;\n --muted: 0 0% 14.9%;\n --muted-foreground: 0 0% 63.9%;\n --popover: 0 0% 3.9%;\n --popover-foreground: 0 0% 98%;\n --card: 0 0% 3.9%;\n --card-foreground: 0 0% 98%;\n --border: 0 0% 14.9%;\n --input: 0 0% 14.9%;\n --primary: 0 0% 98%;\n --primary-foreground: 0 0% 9%;\n --secondary: 0 0% 14.9%;\n --secondary-foreground: 0 0% 98%;\n --accent: 0 0% 14.9%;\n --accent-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --ring: 0 0% 83.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}"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
"background": "white",
|
|
5
|
-
"foreground": "pink-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "pink-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "pink-950",
|
|
10
|
-
"primary": "pink-900",
|
|
11
|
-
"primary-foreground": "pink-50",
|
|
12
|
-
"secondary": "pink-100",
|
|
13
|
-
"secondary-foreground": "pink-900",
|
|
14
|
-
"muted": "pink-100",
|
|
15
|
-
"muted-foreground": "pink-500",
|
|
16
|
-
"accent": "pink-100",
|
|
17
|
-
"accent-foreground": "pink-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "pink-50",
|
|
20
|
-
"border": "pink-200",
|
|
21
|
-
"input": "pink-200",
|
|
22
|
-
"ring": "pink-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "pink-950",
|
|
26
|
-
"foreground": "pink-50",
|
|
27
|
-
"card": "pink-950",
|
|
28
|
-
"card-foreground": "pink-50",
|
|
29
|
-
"popover": "pink-950",
|
|
30
|
-
"popover-foreground": "pink-50",
|
|
31
|
-
"primary": "pink-50",
|
|
32
|
-
"primary-foreground": "pink-900",
|
|
33
|
-
"secondary": "pink-800",
|
|
34
|
-
"secondary-foreground": "pink-50",
|
|
35
|
-
"muted": "pink-800",
|
|
36
|
-
"muted-foreground": "pink-400",
|
|
37
|
-
"accent": "pink-800",
|
|
38
|
-
"accent-foreground": "pink-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "pink-50",
|
|
41
|
-
"border": "pink-800",
|
|
42
|
-
"input": "pink-800",
|
|
43
|
-
"ring": "pink-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "336.2 83.9% 17.1%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "336.2 83.9% 17.1%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "336.2 83.9% 17.1%",
|
|
54
|
-
"primary": "335.9 69% 30.4%",
|
|
55
|
-
"primary-foreground": "327.3 73.3% 97.1%",
|
|
56
|
-
"secondary": "325.7 77.8% 94.7%",
|
|
57
|
-
"secondary-foreground": "335.9 69% 30.4%",
|
|
58
|
-
"muted": "325.7 77.8% 94.7%",
|
|
59
|
-
"muted-foreground": "330.4 81.2% 60.4%",
|
|
60
|
-
"accent": "325.7 77.8% 94.7%",
|
|
61
|
-
"accent-foreground": "335.9 69% 30.4%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "327.3 73.3% 97.1%",
|
|
64
|
-
"border": "325.9 84.6% 89.8%",
|
|
65
|
-
"input": "325.9 84.6% 89.8%",
|
|
66
|
-
"ring": "336.2 83.9% 17.1%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "336.2 83.9% 17.1%",
|
|
70
|
-
"foreground": "327.3 73.3% 97.1%",
|
|
71
|
-
"card": "336.2 83.9% 17.1%",
|
|
72
|
-
"card-foreground": "327.3 73.3% 97.1%",
|
|
73
|
-
"popover": "336.2 83.9% 17.1%",
|
|
74
|
-
"popover-foreground": "327.3 73.3% 97.1%",
|
|
75
|
-
"primary": "327.3 73.3% 97.1%",
|
|
76
|
-
"primary-foreground": "335.9 69% 30.4%",
|
|
77
|
-
"secondary": "335.8 74.4% 35.3%",
|
|
78
|
-
"secondary-foreground": "327.3 73.3% 97.1%",
|
|
79
|
-
"muted": "335.8 74.4% 35.3%",
|
|
80
|
-
"muted-foreground": "328.6 85.5% 70.2%",
|
|
81
|
-
"accent": "335.8 74.4% 35.3%",
|
|
82
|
-
"accent-foreground": "327.3 73.3% 97.1%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "327.3 73.3% 97.1%",
|
|
85
|
-
"border": "335.8 74.4% 35.3%",
|
|
86
|
-
"input": "335.8 74.4% 35.3%",
|
|
87
|
-
"ring": "327.4 87.1% 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: 336.2 83.9% 17.1%;\n --muted: 325.7 77.8% 94.7%;\n --muted-foreground: 330.4 81.2% 60.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 336.2 83.9% 17.1%;\n --card: 0 0% 100%;\n --card-foreground: 336.2 83.9% 17.1%;\n --border: 325.9 84.6% 89.8%;\n --input: 325.9 84.6% 89.8%;\n --primary: 335.9 69% 30.4%;\n --primary-foreground: 327.3 73.3% 97.1%;\n --secondary: 325.7 77.8% 94.7%;\n --secondary-foreground: 335.9 69% 30.4%;\n --accent: 325.7 77.8% 94.7%;\n --accent-foreground: 335.9 69% 30.4%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 327.3 73.3% 97.1%;\n --ring: 336.2 83.9% 17.1%;\n }\n \n .dark {\n --background: 336.2 83.9% 17.1%;\n --foreground: 327.3 73.3% 97.1%;\n --muted: 335.8 74.4% 35.3%;\n --muted-foreground: 328.6 85.5% 70.2%;\n --popover: 336.2 83.9% 17.1%;\n --popover-foreground: 327.3 73.3% 97.1%;\n --card: 336.2 83.9% 17.1%;\n --card-foreground: 327.3 73.3% 97.1%;\n --border: 335.8 74.4% 35.3%;\n --input: 335.8 74.4% 35.3%;\n --primary: 327.3 73.3% 97.1%;\n --primary-foreground: 335.9 69% 30.4%;\n --secondary: 335.8 74.4% 35.3%;\n --secondary-foreground: 327.3 73.3% 97.1%;\n --accent: 335.8 74.4% 35.3%;\n --accent-foreground: 327.3 73.3% 97.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 327.3 73.3% 97.1%;\n --ring: 327.4 87.1% 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: 336.2 83.9% 17.1%;\n --muted: 325.7 77.8% 94.7%;\n --muted-foreground: 330.4 81.2% 60.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 336.2 83.9% 17.1%;\n --card: 0 0% 100%;\n --card-foreground: 336.2 83.9% 17.1%;\n --border: 325.9 84.6% 89.8%;\n --input: 325.9 84.6% 89.8%;\n --primary: 335.9 69% 30.4%;\n --primary-foreground: 327.3 73.3% 97.1%;\n --secondary: 325.7 77.8% 94.7%;\n --secondary-foreground: 335.9 69% 30.4%;\n --accent: 325.7 77.8% 94.7%;\n --accent-foreground: 335.9 69% 30.4%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 327.3 73.3% 97.1%;\n --ring: 336.2 83.9% 17.1%;\n }\n \n .dark {\n --background: 336.2 83.9% 17.1%;\n --foreground: 327.3 73.3% 97.1%;\n --muted: 335.8 74.4% 35.3%;\n --muted-foreground: 328.6 85.5% 70.2%;\n --popover: 336.2 83.9% 17.1%;\n --popover-foreground: 327.3 73.3% 97.1%;\n --card: 336.2 83.9% 17.1%;\n --card-foreground: 327.3 73.3% 97.1%;\n --border: 335.8 74.4% 35.3%;\n --input: 335.8 74.4% 35.3%;\n --primary: 327.3 73.3% 97.1%;\n --primary-foreground: 335.9 69% 30.4%;\n --secondary: 335.8 74.4% 35.3%;\n --secondary-foreground: 327.3 73.3% 97.1%;\n --accent: 335.8 74.4% 35.3%;\n --accent-foreground: 327.3 73.3% 97.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 327.3 73.3% 97.1%;\n --ring: 327.4 87.1% 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
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
"background": "white",
|
|
5
|
-
"foreground": "purple-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "purple-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "purple-950",
|
|
10
|
-
"primary": "purple-900",
|
|
11
|
-
"primary-foreground": "purple-50",
|
|
12
|
-
"secondary": "purple-100",
|
|
13
|
-
"secondary-foreground": "purple-900",
|
|
14
|
-
"muted": "purple-100",
|
|
15
|
-
"muted-foreground": "purple-500",
|
|
16
|
-
"accent": "purple-100",
|
|
17
|
-
"accent-foreground": "purple-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "purple-50",
|
|
20
|
-
"border": "purple-200",
|
|
21
|
-
"input": "purple-200",
|
|
22
|
-
"ring": "purple-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "purple-950",
|
|
26
|
-
"foreground": "purple-50",
|
|
27
|
-
"card": "purple-950",
|
|
28
|
-
"card-foreground": "purple-50",
|
|
29
|
-
"popover": "purple-950",
|
|
30
|
-
"popover-foreground": "purple-50",
|
|
31
|
-
"primary": "purple-50",
|
|
32
|
-
"primary-foreground": "purple-900",
|
|
33
|
-
"secondary": "purple-800",
|
|
34
|
-
"secondary-foreground": "purple-50",
|
|
35
|
-
"muted": "purple-800",
|
|
36
|
-
"muted-foreground": "purple-400",
|
|
37
|
-
"accent": "purple-800",
|
|
38
|
-
"accent-foreground": "purple-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "purple-50",
|
|
41
|
-
"border": "purple-800",
|
|
42
|
-
"input": "purple-800",
|
|
43
|
-
"ring": "purple-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "273.5 86.9% 21%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "273.5 86.9% 21%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "273.5 86.9% 21%",
|
|
54
|
-
"primary": "273.6 65.6% 32%",
|
|
55
|
-
"primary-foreground": "270 100% 98%",
|
|
56
|
-
"secondary": "268.7 100% 95.5%",
|
|
57
|
-
"secondary-foreground": "273.6 65.6% 32%",
|
|
58
|
-
"muted": "268.7 100% 95.5%",
|
|
59
|
-
"muted-foreground": "270.7 91% 65.1%",
|
|
60
|
-
"accent": "268.7 100% 95.5%",
|
|
61
|
-
"accent-foreground": "273.6 65.6% 32%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "270 100% 98%",
|
|
64
|
-
"border": "268.6 100% 91.8%",
|
|
65
|
-
"input": "268.6 100% 91.8%",
|
|
66
|
-
"ring": "273.5 86.9% 21%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "273.5 86.9% 21%",
|
|
70
|
-
"foreground": "270 100% 98%",
|
|
71
|
-
"card": "273.5 86.9% 21%",
|
|
72
|
-
"card-foreground": "270 100% 98%",
|
|
73
|
-
"popover": "273.5 86.9% 21%",
|
|
74
|
-
"popover-foreground": "270 100% 98%",
|
|
75
|
-
"primary": "270 100% 98%",
|
|
76
|
-
"primary-foreground": "273.6 65.6% 32%",
|
|
77
|
-
"secondary": "272.9 67.2% 39.4%",
|
|
78
|
-
"secondary-foreground": "270 100% 98%",
|
|
79
|
-
"muted": "272.9 67.2% 39.4%",
|
|
80
|
-
"muted-foreground": "270 95.2% 75.3%",
|
|
81
|
-
"accent": "272.9 67.2% 39.4%",
|
|
82
|
-
"accent-foreground": "270 100% 98%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "270 100% 98%",
|
|
85
|
-
"border": "272.9 67.2% 39.4%",
|
|
86
|
-
"input": "272.9 67.2% 39.4%",
|
|
87
|
-
"ring": "269.2 97.4% 85.1%"
|
|
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: 273.5 86.9% 21%;\n --muted: 268.7 100% 95.5%;\n --muted-foreground: 270.7 91% 65.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 273.5 86.9% 21%;\n --card: 0 0% 100%;\n --card-foreground: 273.5 86.9% 21%;\n --border: 268.6 100% 91.8%;\n --input: 268.6 100% 91.8%;\n --primary: 273.6 65.6% 32%;\n --primary-foreground: 270 100% 98%;\n --secondary: 268.7 100% 95.5%;\n --secondary-foreground: 273.6 65.6% 32%;\n --accent: 268.7 100% 95.5%;\n --accent-foreground: 273.6 65.6% 32%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 270 100% 98%;\n --ring: 273.5 86.9% 21%;\n }\n \n .dark {\n --background: 273.5 86.9% 21%;\n --foreground: 270 100% 98%;\n --muted: 272.9 67.2% 39.4%;\n --muted-foreground: 270 95.2% 75.3%;\n --popover: 273.5 86.9% 21%;\n --popover-foreground: 270 100% 98%;\n --card: 273.5 86.9% 21%;\n --card-foreground: 270 100% 98%;\n --border: 272.9 67.2% 39.4%;\n --input: 272.9 67.2% 39.4%;\n --primary: 270 100% 98%;\n --primary-foreground: 273.6 65.6% 32%;\n --secondary: 272.9 67.2% 39.4%;\n --secondary-foreground: 270 100% 98%;\n --accent: 272.9 67.2% 39.4%;\n --accent-foreground: 270 100% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 270 100% 98%;\n --ring: 269.2 97.4% 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}"
|
|
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: 273.5 86.9% 21%;\n --muted: 268.7 100% 95.5%;\n --muted-foreground: 270.7 91% 65.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 273.5 86.9% 21%;\n --card: 0 0% 100%;\n --card-foreground: 273.5 86.9% 21%;\n --border: 268.6 100% 91.8%;\n --input: 268.6 100% 91.8%;\n --primary: 273.6 65.6% 32%;\n --primary-foreground: 270 100% 98%;\n --secondary: 268.7 100% 95.5%;\n --secondary-foreground: 273.6 65.6% 32%;\n --accent: 268.7 100% 95.5%;\n --accent-foreground: 273.6 65.6% 32%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 270 100% 98%;\n --ring: 273.5 86.9% 21%;\n }\n \n .dark {\n --background: 273.5 86.9% 21%;\n --foreground: 270 100% 98%;\n --muted: 272.9 67.2% 39.4%;\n --muted-foreground: 270 95.2% 75.3%;\n --popover: 273.5 86.9% 21%;\n --popover-foreground: 270 100% 98%;\n --card: 273.5 86.9% 21%;\n --card-foreground: 270 100% 98%;\n --border: 272.9 67.2% 39.4%;\n --input: 272.9 67.2% 39.4%;\n --primary: 270 100% 98%;\n --primary-foreground: 273.6 65.6% 32%;\n --secondary: 272.9 67.2% 39.4%;\n --secondary-foreground: 270 100% 98%;\n --accent: 272.9 67.2% 39.4%;\n --accent-foreground: 270 100% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 270 100% 98%;\n --ring: 269.2 97.4% 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(--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": "sky-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "sky-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "sky-950",
|
|
10
|
-
"primary": "sky-900",
|
|
11
|
-
"primary-foreground": "sky-50",
|
|
12
|
-
"secondary": "sky-100",
|
|
13
|
-
"secondary-foreground": "sky-900",
|
|
14
|
-
"muted": "sky-100",
|
|
15
|
-
"muted-foreground": "sky-500",
|
|
16
|
-
"accent": "sky-100",
|
|
17
|
-
"accent-foreground": "sky-900",
|
|
18
|
-
"destructive": "red-500",
|
|
19
|
-
"destructive-foreground": "sky-50",
|
|
20
|
-
"border": "sky-200",
|
|
21
|
-
"input": "sky-200",
|
|
22
|
-
"ring": "sky-950"
|
|
23
|
-
},
|
|
24
|
-
"dark": {
|
|
25
|
-
"background": "sky-950",
|
|
26
|
-
"foreground": "sky-50",
|
|
27
|
-
"card": "sky-950",
|
|
28
|
-
"card-foreground": "sky-50",
|
|
29
|
-
"popover": "sky-950",
|
|
30
|
-
"popover-foreground": "sky-50",
|
|
31
|
-
"primary": "sky-50",
|
|
32
|
-
"primary-foreground": "sky-900",
|
|
33
|
-
"secondary": "sky-800",
|
|
34
|
-
"secondary-foreground": "sky-50",
|
|
35
|
-
"muted": "sky-800",
|
|
36
|
-
"muted-foreground": "sky-400",
|
|
37
|
-
"accent": "sky-800",
|
|
38
|
-
"accent-foreground": "sky-50",
|
|
39
|
-
"destructive": "red-900",
|
|
40
|
-
"destructive-foreground": "sky-50",
|
|
41
|
-
"border": "sky-800",
|
|
42
|
-
"input": "sky-800",
|
|
43
|
-
"ring": "sky-300"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"cssVars": {
|
|
47
|
-
"light": {
|
|
48
|
-
"background": "0 0% 100%",
|
|
49
|
-
"foreground": "204 80.2% 15.9%",
|
|
50
|
-
"card": "0 0% 100%",
|
|
51
|
-
"card-foreground": "204 80.2% 15.9%",
|
|
52
|
-
"popover": "0 0% 100%",
|
|
53
|
-
"popover-foreground": "204 80.2% 15.9%",
|
|
54
|
-
"primary": "202 80.3% 23.9%",
|
|
55
|
-
"primary-foreground": "204 100% 97.1%",
|
|
56
|
-
"secondary": "204 93.8% 93.7%",
|
|
57
|
-
"secondary-foreground": "202 80.3% 23.9%",
|
|
58
|
-
"muted": "204 93.8% 93.7%",
|
|
59
|
-
"muted-foreground": "198.6 88.7% 48.4%",
|
|
60
|
-
"accent": "204 93.8% 93.7%",
|
|
61
|
-
"accent-foreground": "202 80.3% 23.9%",
|
|
62
|
-
"destructive": "0 84.2% 60.2%",
|
|
63
|
-
"destructive-foreground": "204 100% 97.1%",
|
|
64
|
-
"border": "200.6 94.4% 86.1%",
|
|
65
|
-
"input": "200.6 94.4% 86.1%",
|
|
66
|
-
"ring": "204 80.2% 15.9%"
|
|
67
|
-
},
|
|
68
|
-
"dark": {
|
|
69
|
-
"background": "204 80.2% 15.9%",
|
|
70
|
-
"foreground": "204 100% 97.1%",
|
|
71
|
-
"card": "204 80.2% 15.9%",
|
|
72
|
-
"card-foreground": "204 100% 97.1%",
|
|
73
|
-
"popover": "204 80.2% 15.9%",
|
|
74
|
-
"popover-foreground": "204 100% 97.1%",
|
|
75
|
-
"primary": "204 100% 97.1%",
|
|
76
|
-
"primary-foreground": "202 80.3% 23.9%",
|
|
77
|
-
"secondary": "201 90% 27.5%",
|
|
78
|
-
"secondary-foreground": "204 100% 97.1%",
|
|
79
|
-
"muted": "201 90% 27.5%",
|
|
80
|
-
"muted-foreground": "198.4 93.2% 59.6%",
|
|
81
|
-
"accent": "201 90% 27.5%",
|
|
82
|
-
"accent-foreground": "204 100% 97.1%",
|
|
83
|
-
"destructive": "0 62.8% 30.6%",
|
|
84
|
-
"destructive-foreground": "204 100% 97.1%",
|
|
85
|
-
"border": "201 90% 27.5%",
|
|
86
|
-
"input": "201 90% 27.5%",
|
|
87
|
-
"ring": "199.4 95.5% 73.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: 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}"
|
|
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: 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}"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|