sigma-ui 1.0.17 → 1.0.19
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/__generated/registry-schemes/colors/blue.json +34 -70
- package/__generated/registry-schemes/colors/frosted-glass.json +19 -55
- package/__generated/registry-schemes/colors/grayscale.json +17 -53
- package/__generated/registry-schemes/colors/green.json +34 -70
- package/__generated/registry-schemes/colors/orange.json +35 -71
- package/__generated/registry-schemes/colors/red.json +33 -69
- package/__generated/registry-schemes/colors/rose.json +33 -69
- package/__generated/registry-schemes/colors/yellow.json +34 -70
- package/dist/index.js +366 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/__generated/registry-schemes/colors/index.json +0 -739
|
@@ -1,90 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
|
|
5
|
-
"foreground": "blue-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "blue-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "blue-950",
|
|
10
|
-
"primary": "blue-900",
|
|
11
|
-
"primary-foreground": "blue-50",
|
|
12
|
-
"secondary": "blue-100",
|
|
13
|
-
"secondary-foreground": "blue-900",
|
|
14
|
-
"muted": "blue-100",
|
|
15
|
-
"muted-foreground": "blue-500",
|
|
16
|
-
"destructive": "red-500",
|
|
17
|
-
"destructive-foreground": "blue-50",
|
|
18
|
-
"border": "blue-200",
|
|
19
|
-
"input": "blue-200",
|
|
20
|
-
"ring": "blue-950"
|
|
21
|
-
},
|
|
22
|
-
"dark": {
|
|
23
|
-
"background": "blue-950",
|
|
24
|
-
"foreground": "blue-50",
|
|
25
|
-
"card": "blue-950",
|
|
26
|
-
"card-foreground": "blue-50",
|
|
27
|
-
"popover": "blue-950",
|
|
28
|
-
"popover-foreground": "blue-50",
|
|
29
|
-
"primary": "blue-50",
|
|
30
|
-
"primary-foreground": "blue-900",
|
|
31
|
-
"secondary": "blue-800",
|
|
32
|
-
"secondary-foreground": "blue-50",
|
|
33
|
-
"muted": "blue-800",
|
|
34
|
-
"muted-foreground": "blue-400",
|
|
35
|
-
"destructive": "red-900",
|
|
36
|
-
"destructive-foreground": "blue-50",
|
|
37
|
-
"border": "blue-800",
|
|
38
|
-
"input": "blue-800",
|
|
39
|
-
"ring": "blue-300"
|
|
40
|
-
}
|
|
3
|
+
"light": {},
|
|
4
|
+
"dark": {}
|
|
41
5
|
},
|
|
42
6
|
"cssVars": {
|
|
43
7
|
"light": {
|
|
44
8
|
"background": "0 0% 100%",
|
|
45
|
-
"foreground": "
|
|
46
|
-
"
|
|
47
|
-
"
|
|
9
|
+
"foreground": "222.2 84% 4.9%",
|
|
10
|
+
"muted": "210 40% 96.1%",
|
|
11
|
+
"muted-foreground": "215.4 16.3% 46.9%",
|
|
48
12
|
"popover": "0 0% 100%",
|
|
49
|
-
"popover-foreground": "
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
13
|
+
"popover-foreground": "222.2 84% 4.9%",
|
|
14
|
+
"card": "0 0% 100%",
|
|
15
|
+
"card-foreground": "222.2 84% 4.9%",
|
|
16
|
+
"border": "214.3 31.8% 91.4%",
|
|
17
|
+
"input": "0 0% 100%",
|
|
18
|
+
"primary": "221.2 83.2% 53.3%",
|
|
19
|
+
"primary-foreground": "210 40% 98%",
|
|
20
|
+
"secondary": "210 40% 96.1%",
|
|
21
|
+
"secondary-foreground": "222.2 47.4% 11.2%",
|
|
56
22
|
"destructive": "0 84.2% 60.2%",
|
|
57
|
-
"destructive-foreground": "
|
|
58
|
-
"
|
|
59
|
-
"input": "213.3 96.9% 87.3%",
|
|
60
|
-
"ring": "226.2 57% 21%"
|
|
23
|
+
"destructive-foreground": "210 40% 98%",
|
|
24
|
+
"ring": "221.2 83.2% 53.3%"
|
|
61
25
|
},
|
|
62
26
|
"dark": {
|
|
63
|
-
"background": "
|
|
64
|
-
"foreground": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"popover": "
|
|
68
|
-
"popover-foreground": "
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
27
|
+
"background": "222.2 84% 4.9%",
|
|
28
|
+
"foreground": "210 40% 98%",
|
|
29
|
+
"muted": "217.2 32.6% 17.5%",
|
|
30
|
+
"muted-foreground": "215 20.2% 65.1%",
|
|
31
|
+
"popover": "222.2 84% 4.9%",
|
|
32
|
+
"popover-foreground": "210 40% 98%",
|
|
33
|
+
"card": "222.2 84% 4.9%",
|
|
34
|
+
"card-foreground": "210 40% 98%",
|
|
35
|
+
"border": "217.2 32.6% 17.5%",
|
|
36
|
+
"input": "222.2 84% 4.9%",
|
|
37
|
+
"primary": "217.2 91.2% 59.8%",
|
|
38
|
+
"primary-foreground": "222.2 47.4% 11.2%",
|
|
39
|
+
"secondary": "217.2 32.6% 17.5%",
|
|
40
|
+
"secondary-foreground": "210 40% 98%",
|
|
75
41
|
"destructive": "0 62.8% 30.6%",
|
|
76
|
-
"destructive-foreground": "
|
|
77
|
-
"
|
|
78
|
-
"input": "225.9 70.7% 40.2%",
|
|
79
|
-
"ring": "211.7 96.4% 78.4%"
|
|
42
|
+
"destructive-foreground": "210 40% 98%",
|
|
43
|
+
"ring": "224.3 76.3% 48%"
|
|
80
44
|
}
|
|
81
45
|
},
|
|
82
46
|
"templates": {
|
|
83
47
|
"tailwind": {
|
|
84
|
-
"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 --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground:
|
|
48
|
+
"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 --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 222.2 84% 4.9%;\n --muted: 210 40% 96.1%;\n --muted-foreground: 215.4 16.3% 46.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 222.2 84% 4.9%;\n --card: 0 0% 100%;\n --card-foreground: 222.2 84% 4.9%;\n --border: 214.3 31.8% 91.4%;\n --input: 0 0% 100%;\n --primary: 221.2 83.2% 53.3%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96.1%;\n --secondary-foreground: 222.2 47.4% 11.2%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --ring: 221.2 83.2% 53.3%;\n }\n \n .dark {\n --background: 222.2 84% 4.9%;\n --foreground: 210 40% 98%;\n --muted: 217.2 32.6% 17.5%;\n --muted-foreground: 215 20.2% 65.1%;\n --popover: 222.2 84% 4.9%;\n --popover-foreground: 210 40% 98%;\n --card: 222.2 84% 4.9%;\n --card-foreground: 210 40% 98%;\n --border: 217.2 32.6% 17.5%;\n --input: 222.2 84% 4.9%;\n --primary: 217.2 91.2% 59.8%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --ring: 224.3 76.3% 48%;\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}"
|
|
85
49
|
},
|
|
86
50
|
"css": {
|
|
87
|
-
"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 --backdrop-filter-blur: 32px;\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 --background: 0 0% 100%;\n --foreground:
|
|
51
|
+
"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 --backdrop-filter-blur: 32px;\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 --background: 0 0% 100%;\n --foreground: 222.2 84% 4.9%;\n --muted: 210 40% 96.1%;\n --muted-foreground: 215.4 16.3% 46.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 222.2 84% 4.9%;\n --card: 0 0% 100%;\n --card-foreground: 222.2 84% 4.9%;\n --border: 214.3 31.8% 91.4%;\n --input: 0 0% 100%;\n --primary: 221.2 83.2% 53.3%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96.1%;\n --secondary-foreground: 222.2 47.4% 11.2%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --ring: 221.2 83.2% 53.3%;\n }\n \n .dark {\n --background: 222.2 84% 4.9%;\n --foreground: 210 40% 98%;\n --muted: 217.2 32.6% 17.5%;\n --muted-foreground: 215 20.2% 65.1%;\n --popover: 222.2 84% 4.9%;\n --popover-foreground: 210 40% 98%;\n --card: 222.2 84% 4.9%;\n --card-foreground: 210 40% 98%;\n --border: 217.2 32.6% 17.5%;\n --input: 222.2 84% 4.9%;\n --primary: 217.2 91.2% 59.8%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --ring: 224.3 76.3% 48%;\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}"
|
|
88
52
|
}
|
|
89
53
|
}
|
|
90
54
|
}
|
|
@@ -1,90 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
|
|
5
|
-
"foreground": "frosted-glass-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "frosted-glass-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "frosted-glass-950",
|
|
10
|
-
"primary": "frosted-glass-900",
|
|
11
|
-
"primary-foreground": "frosted-glass-50",
|
|
12
|
-
"secondary": "frosted-glass-100",
|
|
13
|
-
"secondary-foreground": "frosted-glass-900",
|
|
14
|
-
"muted": "frosted-glass-100",
|
|
15
|
-
"muted-foreground": "frosted-glass-500",
|
|
16
|
-
"destructive": "red-500",
|
|
17
|
-
"destructive-foreground": "frosted-glass-50",
|
|
18
|
-
"border": "frosted-glass-200",
|
|
19
|
-
"input": "frosted-glass-200",
|
|
20
|
-
"ring": "frosted-glass-950"
|
|
21
|
-
},
|
|
22
|
-
"dark": {
|
|
23
|
-
"background": "frosted-glass-950",
|
|
24
|
-
"foreground": "frosted-glass-50",
|
|
25
|
-
"card": "frosted-glass-950",
|
|
26
|
-
"card-foreground": "frosted-glass-50",
|
|
27
|
-
"popover": "frosted-glass-950",
|
|
28
|
-
"popover-foreground": "frosted-glass-50",
|
|
29
|
-
"primary": "frosted-glass-50",
|
|
30
|
-
"primary-foreground": "frosted-glass-900",
|
|
31
|
-
"secondary": "frosted-glass-800",
|
|
32
|
-
"secondary-foreground": "frosted-glass-50",
|
|
33
|
-
"muted": "frosted-glass-800",
|
|
34
|
-
"muted-foreground": "frosted-glass-400",
|
|
35
|
-
"destructive": "red-900",
|
|
36
|
-
"destructive-foreground": "frosted-glass-50",
|
|
37
|
-
"border": "frosted-glass-800",
|
|
38
|
-
"input": "frosted-glass-800",
|
|
39
|
-
"ring": "frosted-glass-300"
|
|
40
|
-
}
|
|
3
|
+
"light": {},
|
|
4
|
+
"dark": {}
|
|
41
5
|
},
|
|
42
6
|
"cssVars": {
|
|
43
7
|
"light": {
|
|
44
8
|
"background": "0 0% 100%",
|
|
45
9
|
"foreground": "224 71.4% 4.1%",
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"popover": "0 0% 100%",
|
|
10
|
+
"muted": "220 14.3% 95.9%",
|
|
11
|
+
"muted-foreground": "220 8.9% 46.1%",
|
|
12
|
+
"popover": "0 0% 100% / 10%",
|
|
49
13
|
"popover-foreground": "224 71.4% 4.1%",
|
|
14
|
+
"card": "0 0% 100% / 10%",
|
|
15
|
+
"card-foreground": "224 71.4% 4.1%",
|
|
16
|
+
"border": "220 13% 91%",
|
|
17
|
+
"input": "0 0% 100%",
|
|
50
18
|
"primary": "220.9 39.3% 11%",
|
|
51
19
|
"primary-foreground": "210 20% 98%",
|
|
52
20
|
"secondary": "220 14.3% 95.9%",
|
|
53
21
|
"secondary-foreground": "220.9 39.3% 11%",
|
|
54
|
-
"muted": "220 14.3% 95.9%",
|
|
55
|
-
"muted-foreground": "220 8.9% 46.1%",
|
|
56
22
|
"destructive": "0 84.2% 60.2%",
|
|
57
23
|
"destructive-foreground": "210 20% 98%",
|
|
58
|
-
"border": "220 13% 91%",
|
|
59
|
-
"input": "220 13% 91%",
|
|
60
24
|
"ring": "224 71.4% 4.1%"
|
|
61
25
|
},
|
|
62
26
|
"dark": {
|
|
63
27
|
"background": "224 71.4% 4.1%",
|
|
64
28
|
"foreground": "210 20% 98%",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"popover": "224 71.4% 4.1%",
|
|
29
|
+
"muted": "215 27.9% 16.9%",
|
|
30
|
+
"muted-foreground": "217.9 10.6% 64.9%",
|
|
31
|
+
"popover": "224 71.4% 4.1% / 20%",
|
|
68
32
|
"popover-foreground": "210 20% 98%",
|
|
33
|
+
"card": "215 27.9% 16.9% / 30%",
|
|
34
|
+
"card-foreground": "210 20% 98%",
|
|
35
|
+
"border": "215 27.9% 16.9%",
|
|
36
|
+
"input": "224 71.4% 4.1% / 50%",
|
|
69
37
|
"primary": "210 20% 98%",
|
|
70
38
|
"primary-foreground": "220.9 39.3% 11%",
|
|
71
|
-
"secondary": "215 27.9% 16.9%",
|
|
39
|
+
"secondary": "215 27.9% 16.9% / 50%",
|
|
72
40
|
"secondary-foreground": "210 20% 98%",
|
|
73
|
-
"muted": "215 27.9% 16.9%",
|
|
74
|
-
"muted-foreground": "217.9 10.6% 64.9%",
|
|
75
41
|
"destructive": "0 62.8% 30.6%",
|
|
76
42
|
"destructive-foreground": "210 20% 98%",
|
|
77
|
-
"border": "215 27.9% 16.9%",
|
|
78
|
-
"input": "215 27.9% 16.9%",
|
|
79
43
|
"ring": "216 12.2% 83.9%"
|
|
80
44
|
}
|
|
81
45
|
},
|
|
82
46
|
"templates": {
|
|
83
47
|
"tailwind": {
|
|
84
|
-
"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 --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 224 71.4% 4.1%;\n --muted: 220 14.3% 95.9%;\n --muted-foreground: 220 8.9% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 224 71.4% 4.1%;\n --card: 0 0% 100%;\n --card-foreground: 224 71.4% 4.1%;\n --border: 220 13% 91%;\n --input:
|
|
48
|
+
"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 --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 224 71.4% 4.1%;\n --muted: 220 14.3% 95.9%;\n --muted-foreground: 220 8.9% 46.1%;\n --popover: 0 0% 100% / 10%;\n --popover-foreground: 224 71.4% 4.1%;\n --card: 0 0% 100% / 10%;\n --card-foreground: 224 71.4% 4.1%;\n --border: 220 13% 91%;\n --input: 0 0% 100%;\n --primary: 220.9 39.3% 11%;\n --primary-foreground: 210 20% 98%;\n --secondary: 220 14.3% 95.9%;\n --secondary-foreground: 220.9 39.3% 11%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 20% 98%;\n --ring: 224 71.4% 4.1%;\n }\n \n .dark {\n --background: 224 71.4% 4.1%;\n --foreground: 210 20% 98%;\n --muted: 215 27.9% 16.9%;\n --muted-foreground: 217.9 10.6% 64.9%;\n --popover: 224 71.4% 4.1% / 20%;\n --popover-foreground: 210 20% 98%;\n --card: 215 27.9% 16.9% / 30%;\n --card-foreground: 210 20% 98%;\n --border: 215 27.9% 16.9%;\n --input: 224 71.4% 4.1% / 50%;\n --primary: 210 20% 98%;\n --primary-foreground: 220.9 39.3% 11%;\n --secondary: 215 27.9% 16.9% / 50%;\n --secondary-foreground: 210 20% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 20% 98%;\n --ring: 216 12.2% 83.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}"
|
|
85
49
|
},
|
|
86
50
|
"css": {
|
|
87
|
-
"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 --backdrop-filter-blur: 32px;\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 --background: 0 0% 100%;\n --foreground: 224 71.4% 4.1%;\n --muted: 220 14.3% 95.9%;\n --muted-foreground: 220 8.9% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 224 71.4% 4.1%;\n --card: 0 0% 100%;\n --card-foreground: 224 71.4% 4.1%;\n --border: 220 13% 91%;\n --input:
|
|
51
|
+
"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 --backdrop-filter-blur: 32px;\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 --background: 0 0% 100%;\n --foreground: 224 71.4% 4.1%;\n --muted: 220 14.3% 95.9%;\n --muted-foreground: 220 8.9% 46.1%;\n --popover: 0 0% 100% / 10%;\n --popover-foreground: 224 71.4% 4.1%;\n --card: 0 0% 100% / 10%;\n --card-foreground: 224 71.4% 4.1%;\n --border: 220 13% 91%;\n --input: 0 0% 100%;\n --primary: 220.9 39.3% 11%;\n --primary-foreground: 210 20% 98%;\n --secondary: 220 14.3% 95.9%;\n --secondary-foreground: 220.9 39.3% 11%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 20% 98%;\n --ring: 224 71.4% 4.1%;\n }\n \n .dark {\n --background: 224 71.4% 4.1%;\n --foreground: 210 20% 98%;\n --muted: 215 27.9% 16.9%;\n --muted-foreground: 217.9 10.6% 64.9%;\n --popover: 224 71.4% 4.1% / 20%;\n --popover-foreground: 210 20% 98%;\n --card: 215 27.9% 16.9% / 30%;\n --card-foreground: 210 20% 98%;\n --border: 215 27.9% 16.9%;\n --input: 224 71.4% 4.1% / 50%;\n --primary: 210 20% 98%;\n --primary-foreground: 220.9 39.3% 11%;\n --secondary: 215 27.9% 16.9% / 50%;\n --secondary-foreground: 210 20% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 20% 98%;\n --ring: 216 12.2% 83.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}"
|
|
88
52
|
}
|
|
89
53
|
}
|
|
90
54
|
}
|
|
@@ -1,90 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
|
|
5
|
-
"foreground": "grayscale-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "grayscale-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "grayscale-950",
|
|
10
|
-
"primary": "grayscale-900",
|
|
11
|
-
"primary-foreground": "grayscale-50",
|
|
12
|
-
"secondary": "grayscale-100",
|
|
13
|
-
"secondary-foreground": "grayscale-900",
|
|
14
|
-
"muted": "grayscale-100",
|
|
15
|
-
"muted-foreground": "grayscale-500",
|
|
16
|
-
"destructive": "red-500",
|
|
17
|
-
"destructive-foreground": "grayscale-50",
|
|
18
|
-
"border": "grayscale-200",
|
|
19
|
-
"input": "grayscale-200",
|
|
20
|
-
"ring": "grayscale-950"
|
|
21
|
-
},
|
|
22
|
-
"dark": {
|
|
23
|
-
"background": "grayscale-950",
|
|
24
|
-
"foreground": "grayscale-50",
|
|
25
|
-
"card": "grayscale-950",
|
|
26
|
-
"card-foreground": "grayscale-50",
|
|
27
|
-
"popover": "grayscale-950",
|
|
28
|
-
"popover-foreground": "grayscale-50",
|
|
29
|
-
"primary": "grayscale-50",
|
|
30
|
-
"primary-foreground": "grayscale-900",
|
|
31
|
-
"secondary": "grayscale-800",
|
|
32
|
-
"secondary-foreground": "grayscale-50",
|
|
33
|
-
"muted": "grayscale-800",
|
|
34
|
-
"muted-foreground": "grayscale-400",
|
|
35
|
-
"destructive": "red-900",
|
|
36
|
-
"destructive-foreground": "grayscale-50",
|
|
37
|
-
"border": "grayscale-800",
|
|
38
|
-
"input": "grayscale-800",
|
|
39
|
-
"ring": "grayscale-300"
|
|
40
|
-
}
|
|
3
|
+
"light": {},
|
|
4
|
+
"dark": {}
|
|
41
5
|
},
|
|
42
6
|
"cssVars": {
|
|
43
7
|
"light": {
|
|
44
8
|
"background": "0 0% 100%",
|
|
45
9
|
"foreground": "240 10% 3.9%",
|
|
46
|
-
"
|
|
47
|
-
"
|
|
10
|
+
"muted": "240 4.8% 95.9%",
|
|
11
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
48
12
|
"popover": "0 0% 100%",
|
|
49
13
|
"popover-foreground": "240 10% 3.9%",
|
|
14
|
+
"card": "0 0% 100%",
|
|
15
|
+
"card-foreground": "240 10% 3.9%",
|
|
16
|
+
"border": "240 5.9% 90%",
|
|
17
|
+
"input": "0 0% 100%",
|
|
50
18
|
"primary": "240 5.9% 10%",
|
|
51
19
|
"primary-foreground": "0 0% 98%",
|
|
52
20
|
"secondary": "240 4.8% 95.9%",
|
|
53
21
|
"secondary-foreground": "240 5.9% 10%",
|
|
54
|
-
"muted": "240 4.8% 95.9%",
|
|
55
|
-
"muted-foreground": "240 3.8% 46.1%",
|
|
56
22
|
"destructive": "0 84.2% 60.2%",
|
|
57
23
|
"destructive-foreground": "0 0% 98%",
|
|
58
|
-
"
|
|
59
|
-
"input": "240 5.9% 90%",
|
|
60
|
-
"ring": "240 10% 3.9%"
|
|
24
|
+
"ring": "240 5.9% 10%"
|
|
61
25
|
},
|
|
62
26
|
"dark": {
|
|
63
27
|
"background": "240 10% 3.9%",
|
|
64
28
|
"foreground": "0 0% 98%",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
29
|
+
"muted": "240 3.7% 15.9%",
|
|
30
|
+
"muted-foreground": "240 5% 64.9%",
|
|
67
31
|
"popover": "240 10% 3.9%",
|
|
68
32
|
"popover-foreground": "0 0% 98%",
|
|
33
|
+
"card": "240 10% 3.9%",
|
|
34
|
+
"card-foreground": "0 0% 98%",
|
|
35
|
+
"border": "240 3.7% 15.9%",
|
|
36
|
+
"input": "240 10% 3.9%",
|
|
69
37
|
"primary": "0 0% 98%",
|
|
70
38
|
"primary-foreground": "240 5.9% 10%",
|
|
71
39
|
"secondary": "240 3.7% 15.9%",
|
|
72
40
|
"secondary-foreground": "0 0% 98%",
|
|
73
|
-
"muted": "240 3.7% 15.9%",
|
|
74
|
-
"muted-foreground": "240 5% 64.9%",
|
|
75
41
|
"destructive": "0 62.8% 30.6%",
|
|
76
42
|
"destructive-foreground": "0 0% 98%",
|
|
77
|
-
"border": "240 3.7% 15.9%",
|
|
78
|
-
"input": "240 3.7% 15.9%",
|
|
79
43
|
"ring": "240 4.9% 83.9%"
|
|
80
44
|
}
|
|
81
45
|
},
|
|
82
46
|
"templates": {
|
|
83
47
|
"tailwind": {
|
|
84
|
-
"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 --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --border: 240 5.9% 90%;\n --input:
|
|
48
|
+
"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 --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --border: 240 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 240 5.9% 10%;\n --primary-foreground: 0 0% 98%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 240 5.9% 10%;\n }\n \n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 10% 3.9%;\n --primary: 0 0% 98%;\n --primary-foreground: 240 5.9% 10%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --ring: 240 4.9% 83.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}"
|
|
85
49
|
},
|
|
86
50
|
"css": {
|
|
87
|
-
"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 --backdrop-filter-blur: 32px;\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 --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --border: 240 5.9% 90%;\n --input:
|
|
51
|
+
"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 --backdrop-filter-blur: 32px;\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 --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --border: 240 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 240 5.9% 10%;\n --primary-foreground: 0 0% 98%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 240 5.9% 10%;\n }\n \n .dark {\n --background: 240 10% 3.9%;\n --foreground: 0 0% 98%;\n --muted: 240 3.7% 15.9%;\n --muted-foreground: 240 5% 64.9%;\n --popover: 240 10% 3.9%;\n --popover-foreground: 0 0% 98%;\n --card: 240 10% 3.9%;\n --card-foreground: 0 0% 98%;\n --border: 240 3.7% 15.9%;\n --input: 240 10% 3.9%;\n --primary: 0 0% 98%;\n --primary-foreground: 240 5.9% 10%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --ring: 240 4.9% 83.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}"
|
|
88
52
|
}
|
|
89
53
|
}
|
|
90
54
|
}
|
|
@@ -1,90 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
|
|
5
|
-
"foreground": "green-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "green-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "green-950",
|
|
10
|
-
"primary": "green-900",
|
|
11
|
-
"primary-foreground": "green-50",
|
|
12
|
-
"secondary": "green-100",
|
|
13
|
-
"secondary-foreground": "green-900",
|
|
14
|
-
"muted": "green-100",
|
|
15
|
-
"muted-foreground": "green-500",
|
|
16
|
-
"destructive": "red-500",
|
|
17
|
-
"destructive-foreground": "green-50",
|
|
18
|
-
"border": "green-200",
|
|
19
|
-
"input": "green-200",
|
|
20
|
-
"ring": "green-950"
|
|
21
|
-
},
|
|
22
|
-
"dark": {
|
|
23
|
-
"background": "green-950",
|
|
24
|
-
"foreground": "green-50",
|
|
25
|
-
"card": "green-950",
|
|
26
|
-
"card-foreground": "green-50",
|
|
27
|
-
"popover": "green-950",
|
|
28
|
-
"popover-foreground": "green-50",
|
|
29
|
-
"primary": "green-50",
|
|
30
|
-
"primary-foreground": "green-900",
|
|
31
|
-
"secondary": "green-800",
|
|
32
|
-
"secondary-foreground": "green-50",
|
|
33
|
-
"muted": "green-800",
|
|
34
|
-
"muted-foreground": "green-400",
|
|
35
|
-
"destructive": "red-900",
|
|
36
|
-
"destructive-foreground": "green-50",
|
|
37
|
-
"border": "green-800",
|
|
38
|
-
"input": "green-800",
|
|
39
|
-
"ring": "green-300"
|
|
40
|
-
}
|
|
3
|
+
"light": {},
|
|
4
|
+
"dark": {}
|
|
41
5
|
},
|
|
42
6
|
"cssVars": {
|
|
43
7
|
"light": {
|
|
44
8
|
"background": "0 0% 100%",
|
|
45
|
-
"foreground": "
|
|
46
|
-
"
|
|
47
|
-
"
|
|
9
|
+
"foreground": "240 10% 3.9%",
|
|
10
|
+
"muted": "240 4.8% 95.9%",
|
|
11
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
48
12
|
"popover": "0 0% 100%",
|
|
49
|
-
"popover-foreground": "
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
13
|
+
"popover-foreground": "240 10% 3.9%",
|
|
14
|
+
"card": "0 0% 100%",
|
|
15
|
+
"card-foreground": "240 10% 3.9%",
|
|
16
|
+
"border": "240 5.9% 90%",
|
|
17
|
+
"input": "0 0% 100%",
|
|
18
|
+
"primary": "142.1 76.2% 36.3%",
|
|
19
|
+
"primary-foreground": "355.7 100% 97.3%",
|
|
20
|
+
"secondary": "240 4.8% 95.9%",
|
|
21
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
56
22
|
"destructive": "0 84.2% 60.2%",
|
|
57
|
-
"destructive-foreground": "
|
|
58
|
-
"
|
|
59
|
-
"input": "141 78.9% 85.1%",
|
|
60
|
-
"ring": "144.9 80.4% 10%"
|
|
23
|
+
"destructive-foreground": "0 0% 98%",
|
|
24
|
+
"ring": "142.1 76.2% 36.3%"
|
|
61
25
|
},
|
|
62
26
|
"dark": {
|
|
63
|
-
"background": "
|
|
64
|
-
"foreground": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"popover": "
|
|
68
|
-
"popover-foreground": "
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
27
|
+
"background": "20 14.3% 4.1%",
|
|
28
|
+
"foreground": "0 0% 95%",
|
|
29
|
+
"muted": "0 0% 15%",
|
|
30
|
+
"muted-foreground": "240 5% 64.9%",
|
|
31
|
+
"popover": "0 0% 9%",
|
|
32
|
+
"popover-foreground": "0 0% 95%",
|
|
33
|
+
"card": "24 9.8% 10%",
|
|
34
|
+
"card-foreground": "0 0% 95%",
|
|
35
|
+
"border": "240 3.7% 15.9%",
|
|
36
|
+
"input": "20 14.3% 4.1%",
|
|
37
|
+
"primary": "142.1 70.6% 45.3%",
|
|
38
|
+
"primary-foreground": "144.9 80.4% 10%",
|
|
39
|
+
"secondary": "240 3.7% 15.9%",
|
|
40
|
+
"secondary-foreground": "0 0% 98%",
|
|
75
41
|
"destructive": "0 62.8% 30.6%",
|
|
76
|
-
"destructive-foreground": "
|
|
77
|
-
"
|
|
78
|
-
"input": "142.8 64.2% 24.1%",
|
|
79
|
-
"ring": "141.7 76.6% 73.1%"
|
|
42
|
+
"destructive-foreground": "0 85.7% 97.3%",
|
|
43
|
+
"ring": "142.4 71.8% 29.2%"
|
|
80
44
|
}
|
|
81
45
|
},
|
|
82
46
|
"templates": {
|
|
83
47
|
"tailwind": {
|
|
84
|
-
"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 --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground:
|
|
48
|
+
"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 --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --border: 240 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 142.1 76.2% 36.3%;\n --primary-foreground: 355.7 100% 97.3%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 142.1 76.2% 36.3%;\n }\n \n .dark {\n --background: 20 14.3% 4.1%;\n --foreground: 0 0% 95%;\n --muted: 0 0% 15%;\n --muted-foreground: 240 5% 64.9%;\n --popover: 0 0% 9%;\n --popover-foreground: 0 0% 95%;\n --card: 24 9.8% 10%;\n --card-foreground: 0 0% 95%;\n --border: 240 3.7% 15.9%;\n --input: 20 14.3% 4.1%;\n --primary: 142.1 70.6% 45.3%;\n --primary-foreground: 144.9 80.4% 10%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 85.7% 97.3%;\n --ring: 142.4 71.8% 29.2%;\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}"
|
|
85
49
|
},
|
|
86
50
|
"css": {
|
|
87
|
-
"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 --backdrop-filter-blur: 32px;\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 --background: 0 0% 100%;\n --foreground:
|
|
51
|
+
"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 --backdrop-filter-blur: 32px;\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 --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --border: 240 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 142.1 76.2% 36.3%;\n --primary-foreground: 355.7 100% 97.3%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 142.1 76.2% 36.3%;\n }\n \n .dark {\n --background: 20 14.3% 4.1%;\n --foreground: 0 0% 95%;\n --muted: 0 0% 15%;\n --muted-foreground: 240 5% 64.9%;\n --popover: 0 0% 9%;\n --popover-foreground: 0 0% 95%;\n --card: 24 9.8% 10%;\n --card-foreground: 0 0% 95%;\n --border: 240 3.7% 15.9%;\n --input: 20 14.3% 4.1%;\n --primary: 142.1 70.6% 45.3%;\n --primary-foreground: 144.9 80.4% 10%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 85.7% 97.3%;\n --ring: 142.4 71.8% 29.2%;\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}"
|
|
88
52
|
}
|
|
89
53
|
}
|
|
90
54
|
}
|