sigma-ui 1.0.16 → 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.
Files changed (46) hide show
  1. package/__generated/registry-schemes/colors/blue.json +34 -70
  2. package/__generated/registry-schemes/colors/frosted-glass.json +54 -0
  3. package/__generated/registry-schemes/colors/grayscale.json +54 -0
  4. package/__generated/registry-schemes/colors/green.json +34 -70
  5. package/__generated/registry-schemes/colors/orange.json +35 -71
  6. package/__generated/registry-schemes/colors/red.json +33 -69
  7. package/__generated/registry-schemes/colors/rose.json +33 -69
  8. package/__generated/registry-schemes/colors/yellow.json +34 -70
  9. package/__generated/registry-schemes/style-system/css/button.json +1 -1
  10. package/__generated/registry-schemes/style-system/css/card-lightbox.json +1 -1
  11. package/__generated/registry-schemes/style-system/css/combobox.json +2 -2
  12. package/__generated/registry-schemes/style-system/css/context-menu.json +2 -2
  13. package/__generated/registry-schemes/style-system/css/dropdown-menu.json +2 -2
  14. package/__generated/registry-schemes/style-system/css/input.json +1 -1
  15. package/__generated/registry-schemes/style-system/css/menubar.json +2 -2
  16. package/__generated/registry-schemes/style-system/css/navigation-menu.json +1 -1
  17. package/__generated/registry-schemes/style-system/css/number-field.json +1 -1
  18. package/__generated/registry-schemes/style-system/css/popover.json +1 -1
  19. package/__generated/registry-schemes/style-system/css/select.json +2 -2
  20. package/__generated/registry-schemes/style-system/css/sheet.json +1 -1
  21. package/__generated/registry-schemes/style-system/css/switch.json +1 -1
  22. package/__generated/registry-schemes/style-system/css/tabs.json +1 -1
  23. package/__generated/registry-schemes/style-system/css/tags-input.json +1 -1
  24. package/__generated/registry-schemes/style-system/css/textarea.json +1 -1
  25. package/__generated/registry-schemes/style-system/tailwind/button.json +1 -1
  26. package/__generated/registry-schemes/style-system/tailwind/card-lightbox.json +1 -1
  27. package/__generated/registry-schemes/style-system/tailwind/combobox.json +2 -2
  28. package/__generated/registry-schemes/style-system/tailwind/context-menu.json +2 -2
  29. package/__generated/registry-schemes/style-system/tailwind/dropdown-menu.json +2 -2
  30. package/__generated/registry-schemes/style-system/tailwind/input.json +1 -1
  31. package/__generated/registry-schemes/style-system/tailwind/menubar.json +2 -2
  32. package/__generated/registry-schemes/style-system/tailwind/navigation-menu.json +1 -1
  33. package/__generated/registry-schemes/style-system/tailwind/number-field.json +1 -1
  34. package/__generated/registry-schemes/style-system/tailwind/popover.json +1 -1
  35. package/__generated/registry-schemes/style-system/tailwind/select.json +2 -2
  36. package/__generated/registry-schemes/style-system/tailwind/switch.json +1 -1
  37. package/__generated/registry-schemes/style-system/tailwind/tabs.json +1 -1
  38. package/__generated/registry-schemes/style-system/tailwind/tags-input.json +1 -1
  39. package/__generated/registry-schemes/style-system/tailwind/textarea.json +1 -1
  40. package/dist/index.js +367 -12
  41. package/dist/index.js.map +1 -1
  42. package/package.json +10 -1
  43. package/__generated/registry-schemes/colors/gray.json +0 -90
  44. package/__generated/registry-schemes/colors/index.json +0 -829
  45. package/__generated/registry-schemes/colors/violet.json +0 -90
  46. package/__generated/registry-schemes/colors/zinc.json +0 -90
@@ -1,90 +1,54 @@
1
1
  {
2
2
  "inlineColors": {
3
- "light": {
4
- "background": "white",
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": "226.2 57% 21%",
46
- "card": "0 0% 100%",
47
- "card-foreground": "226.2 57% 21%",
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": "226.2 57% 21%",
50
- "primary": "224.4 64.3% 32.9%",
51
- "primary-foreground": "213.8 100% 96.9%",
52
- "secondary": "214.3 94.6% 92.7%",
53
- "secondary-foreground": "224.4 64.3% 32.9%",
54
- "muted": "214.3 94.6% 92.7%",
55
- "muted-foreground": "217.2 91.2% 59.8%",
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": "213.8 100% 96.9%",
58
- "border": "213.3 96.9% 87.3%",
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": "226.2 57% 21%",
64
- "foreground": "213.8 100% 96.9%",
65
- "card": "226.2 57% 21%",
66
- "card-foreground": "213.8 100% 96.9%",
67
- "popover": "226.2 57% 21%",
68
- "popover-foreground": "213.8 100% 96.9%",
69
- "primary": "213.8 100% 96.9%",
70
- "primary-foreground": "224.4 64.3% 32.9%",
71
- "secondary": "225.9 70.7% 40.2%",
72
- "secondary-foreground": "213.8 100% 96.9%",
73
- "muted": "225.9 70.7% 40.2%",
74
- "muted-foreground": "213.1 93.9% 67.8%",
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": "213.8 100% 96.9%",
77
- "border": "225.9 70.7% 40.2%",
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 --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 226.2 57% 21%;\n --muted: 214.3 94.6% 92.7%;\n --muted-foreground: 217.2 91.2% 59.8%;\n --popover: 0 0% 100%;\n --popover-foreground: 226.2 57% 21%;\n --card: 0 0% 100%;\n --card-foreground: 226.2 57% 21%;\n --border: 213.3 96.9% 87.3%;\n --input: 213.3 96.9% 87.3%;\n --primary: 224.4 64.3% 32.9%;\n --primary-foreground: 213.8 100% 96.9%;\n --secondary: 214.3 94.6% 92.7%;\n --secondary-foreground: 224.4 64.3% 32.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 213.8 100% 96.9%;\n --ring: 226.2 57% 21%;\n }\n \n .dark {\n --background: 226.2 57% 21%;\n --foreground: 213.8 100% 96.9%;\n --muted: 225.9 70.7% 40.2%;\n --muted-foreground: 213.1 93.9% 67.8%;\n --popover: 226.2 57% 21%;\n --popover-foreground: 213.8 100% 96.9%;\n --card: 226.2 57% 21%;\n --card-foreground: 213.8 100% 96.9%;\n --border: 225.9 70.7% 40.2%;\n --input: 225.9 70.7% 40.2%;\n --primary: 213.8 100% 96.9%;\n --primary-foreground: 224.4 64.3% 32.9%;\n --secondary: 225.9 70.7% 40.2%;\n --secondary-foreground: 213.8 100% 96.9%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 213.8 100% 96.9%;\n --ring: 211.7 96.4% 78.4%;\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}"
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 --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: 226.2 57% 21%;\n --muted: 214.3 94.6% 92.7%;\n --muted-foreground: 217.2 91.2% 59.8%;\n --popover: 0 0% 100%;\n --popover-foreground: 226.2 57% 21%;\n --card: 0 0% 100%;\n --card-foreground: 226.2 57% 21%;\n --border: 213.3 96.9% 87.3%;\n --input: 213.3 96.9% 87.3%;\n --primary: 224.4 64.3% 32.9%;\n --primary-foreground: 213.8 100% 96.9%;\n --secondary: 214.3 94.6% 92.7%;\n --secondary-foreground: 224.4 64.3% 32.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 213.8 100% 96.9%;\n --ring: 226.2 57% 21%;\n }\n \n .dark {\n --background: 226.2 57% 21%;\n --foreground: 213.8 100% 96.9%;\n --muted: 225.9 70.7% 40.2%;\n --muted-foreground: 213.1 93.9% 67.8%;\n --popover: 226.2 57% 21%;\n --popover-foreground: 213.8 100% 96.9%;\n --card: 226.2 57% 21%;\n --card-foreground: 213.8 100% 96.9%;\n --border: 225.9 70.7% 40.2%;\n --input: 225.9 70.7% 40.2%;\n --primary: 213.8 100% 96.9%;\n --primary-foreground: 224.4 64.3% 32.9%;\n --secondary: 225.9 70.7% 40.2%;\n --secondary-foreground: 213.8 100% 96.9%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 213.8 100% 96.9%;\n --ring: 211.7 96.4% 78.4%;\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}"
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
  }
@@ -0,0 +1,54 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {},
4
+ "dark": {}
5
+ },
6
+ "cssVars": {
7
+ "light": {
8
+ "background": "0 0% 100%",
9
+ "foreground": "224 71.4% 4.1%",
10
+ "muted": "220 14.3% 95.9%",
11
+ "muted-foreground": "220 8.9% 46.1%",
12
+ "popover": "0 0% 100% / 10%",
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%",
18
+ "primary": "220.9 39.3% 11%",
19
+ "primary-foreground": "210 20% 98%",
20
+ "secondary": "220 14.3% 95.9%",
21
+ "secondary-foreground": "220.9 39.3% 11%",
22
+ "destructive": "0 84.2% 60.2%",
23
+ "destructive-foreground": "210 20% 98%",
24
+ "ring": "224 71.4% 4.1%"
25
+ },
26
+ "dark": {
27
+ "background": "224 71.4% 4.1%",
28
+ "foreground": "210 20% 98%",
29
+ "muted": "215 27.9% 16.9%",
30
+ "muted-foreground": "217.9 10.6% 64.9%",
31
+ "popover": "224 71.4% 4.1% / 20%",
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%",
37
+ "primary": "210 20% 98%",
38
+ "primary-foreground": "220.9 39.3% 11%",
39
+ "secondary": "215 27.9% 16.9% / 50%",
40
+ "secondary-foreground": "210 20% 98%",
41
+ "destructive": "0 62.8% 30.6%",
42
+ "destructive-foreground": "210 20% 98%",
43
+ "ring": "216 12.2% 83.9%"
44
+ }
45
+ },
46
+ "templates": {
47
+ "tailwind": {
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}"
49
+ },
50
+ "css": {
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}"
52
+ }
53
+ }
54
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {},
4
+ "dark": {}
5
+ },
6
+ "cssVars": {
7
+ "light": {
8
+ "background": "0 0% 100%",
9
+ "foreground": "240 10% 3.9%",
10
+ "muted": "240 4.8% 95.9%",
11
+ "muted-foreground": "240 3.8% 46.1%",
12
+ "popover": "0 0% 100%",
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": "240 5.9% 10%",
19
+ "primary-foreground": "0 0% 98%",
20
+ "secondary": "240 4.8% 95.9%",
21
+ "secondary-foreground": "240 5.9% 10%",
22
+ "destructive": "0 84.2% 60.2%",
23
+ "destructive-foreground": "0 0% 98%",
24
+ "ring": "240 5.9% 10%"
25
+ },
26
+ "dark": {
27
+ "background": "240 10% 3.9%",
28
+ "foreground": "0 0% 98%",
29
+ "muted": "240 3.7% 15.9%",
30
+ "muted-foreground": "240 5% 64.9%",
31
+ "popover": "240 10% 3.9%",
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%",
37
+ "primary": "0 0% 98%",
38
+ "primary-foreground": "240 5.9% 10%",
39
+ "secondary": "240 3.7% 15.9%",
40
+ "secondary-foreground": "0 0% 98%",
41
+ "destructive": "0 62.8% 30.6%",
42
+ "destructive-foreground": "0 0% 98%",
43
+ "ring": "240 4.9% 83.9%"
44
+ }
45
+ },
46
+ "templates": {
47
+ "tailwind": {
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}"
49
+ },
50
+ "css": {
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}"
52
+ }
53
+ }
54
+ }
@@ -1,90 +1,54 @@
1
1
  {
2
2
  "inlineColors": {
3
- "light": {
4
- "background": "white",
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": "144.9 80.4% 10%",
46
- "card": "0 0% 100%",
47
- "card-foreground": "144.9 80.4% 10%",
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": "144.9 80.4% 10%",
50
- "primary": "143.8 61.2% 20.2%",
51
- "primary-foreground": "138.5 76.5% 96.7%",
52
- "secondary": "140.6 84.2% 92.5%",
53
- "secondary-foreground": "143.8 61.2% 20.2%",
54
- "muted": "140.6 84.2% 92.5%",
55
- "muted-foreground": "142.1 70.6% 45.3%",
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": "138.5 76.5% 96.7%",
58
- "border": "141 78.9% 85.1%",
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": "144.9 80.4% 10%",
64
- "foreground": "138.5 76.5% 96.7%",
65
- "card": "144.9 80.4% 10%",
66
- "card-foreground": "138.5 76.5% 96.7%",
67
- "popover": "144.9 80.4% 10%",
68
- "popover-foreground": "138.5 76.5% 96.7%",
69
- "primary": "138.5 76.5% 96.7%",
70
- "primary-foreground": "143.8 61.2% 20.2%",
71
- "secondary": "142.8 64.2% 24.1%",
72
- "secondary-foreground": "138.5 76.5% 96.7%",
73
- "muted": "142.8 64.2% 24.1%",
74
- "muted-foreground": "141.9 69.2% 58%",
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": "138.5 76.5% 96.7%",
77
- "border": "142.8 64.2% 24.1%",
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 --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 144.9 80.4% 10%;\n --muted: 140.6 84.2% 92.5%;\n --muted-foreground: 142.1 70.6% 45.3%;\n --popover: 0 0% 100%;\n --popover-foreground: 144.9 80.4% 10%;\n --card: 0 0% 100%;\n --card-foreground: 144.9 80.4% 10%;\n --border: 141 78.9% 85.1%;\n --input: 141 78.9% 85.1%;\n --primary: 143.8 61.2% 20.2%;\n --primary-foreground: 138.5 76.5% 96.7%;\n --secondary: 140.6 84.2% 92.5%;\n --secondary-foreground: 143.8 61.2% 20.2%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 138.5 76.5% 96.7%;\n --ring: 144.9 80.4% 10%;\n }\n \n .dark {\n --background: 144.9 80.4% 10%;\n --foreground: 138.5 76.5% 96.7%;\n --muted: 142.8 64.2% 24.1%;\n --muted-foreground: 141.9 69.2% 58%;\n --popover: 144.9 80.4% 10%;\n --popover-foreground: 138.5 76.5% 96.7%;\n --card: 144.9 80.4% 10%;\n --card-foreground: 138.5 76.5% 96.7%;\n --border: 142.8 64.2% 24.1%;\n --input: 142.8 64.2% 24.1%;\n --primary: 138.5 76.5% 96.7%;\n --primary-foreground: 143.8 61.2% 20.2%;\n --secondary: 142.8 64.2% 24.1%;\n --secondary-foreground: 138.5 76.5% 96.7%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 138.5 76.5% 96.7%;\n --ring: 141.7 76.6% 73.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}"
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 --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: 144.9 80.4% 10%;\n --muted: 140.6 84.2% 92.5%;\n --muted-foreground: 142.1 70.6% 45.3%;\n --popover: 0 0% 100%;\n --popover-foreground: 144.9 80.4% 10%;\n --card: 0 0% 100%;\n --card-foreground: 144.9 80.4% 10%;\n --border: 141 78.9% 85.1%;\n --input: 141 78.9% 85.1%;\n --primary: 143.8 61.2% 20.2%;\n --primary-foreground: 138.5 76.5% 96.7%;\n --secondary: 140.6 84.2% 92.5%;\n --secondary-foreground: 143.8 61.2% 20.2%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 138.5 76.5% 96.7%;\n --ring: 144.9 80.4% 10%;\n }\n \n .dark {\n --background: 144.9 80.4% 10%;\n --foreground: 138.5 76.5% 96.7%;\n --muted: 142.8 64.2% 24.1%;\n --muted-foreground: 141.9 69.2% 58%;\n --popover: 144.9 80.4% 10%;\n --popover-foreground: 138.5 76.5% 96.7%;\n --card: 144.9 80.4% 10%;\n --card-foreground: 138.5 76.5% 96.7%;\n --border: 142.8 64.2% 24.1%;\n --input: 142.8 64.2% 24.1%;\n --primary: 138.5 76.5% 96.7%;\n --primary-foreground: 143.8 61.2% 20.2%;\n --secondary: 142.8 64.2% 24.1%;\n --secondary-foreground: 138.5 76.5% 96.7%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 138.5 76.5% 96.7%;\n --ring: 141.7 76.6% 73.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}"
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
  }
@@ -1,90 +1,54 @@
1
1
  {
2
2
  "inlineColors": {
3
- "light": {
4
- "background": "white",
5
- "foreground": "orange-950",
6
- "card": "white",
7
- "card-foreground": "orange-950",
8
- "popover": "white",
9
- "popover-foreground": "orange-950",
10
- "primary": "orange-900",
11
- "primary-foreground": "orange-50",
12
- "secondary": "orange-100",
13
- "secondary-foreground": "orange-900",
14
- "muted": "orange-100",
15
- "muted-foreground": "orange-500",
16
- "destructive": "red-500",
17
- "destructive-foreground": "orange-50",
18
- "border": "orange-200",
19
- "input": "orange-200",
20
- "ring": "orange-950"
21
- },
22
- "dark": {
23
- "background": "orange-950",
24
- "foreground": "orange-50",
25
- "card": "orange-950",
26
- "card-foreground": "orange-50",
27
- "popover": "orange-950",
28
- "popover-foreground": "orange-50",
29
- "primary": "orange-50",
30
- "primary-foreground": "orange-900",
31
- "secondary": "orange-800",
32
- "secondary-foreground": "orange-50",
33
- "muted": "orange-800",
34
- "muted-foreground": "orange-400",
35
- "destructive": "red-900",
36
- "destructive-foreground": "orange-50",
37
- "border": "orange-800",
38
- "input": "orange-800",
39
- "ring": "orange-300"
40
- }
3
+ "light": {},
4
+ "dark": {}
41
5
  },
42
6
  "cssVars": {
43
7
  "light": {
44
8
  "background": "0 0% 100%",
45
- "foreground": "13 81.1% 14.5%",
46
- "card": "0 0% 100%",
47
- "card-foreground": "13 81.1% 14.5%",
9
+ "foreground": "20 14.3% 4.1%",
10
+ "muted": "60 4.8% 95.9%",
11
+ "muted-foreground": "25 5.3% 44.7%",
48
12
  "popover": "0 0% 100%",
49
- "popover-foreground": "13 81.1% 14.5%",
50
- "primary": "15.3 74.6% 27.8%",
51
- "primary-foreground": "33.3 100% 96.5%",
52
- "secondary": "34.3 100% 91.8%",
53
- "secondary-foreground": "15.3 74.6% 27.8%",
54
- "muted": "34.3 100% 91.8%",
55
- "muted-foreground": "24.6 95% 53.1%",
13
+ "popover-foreground": "20 14.3% 4.1%",
14
+ "card": "0 0% 100%",
15
+ "card-foreground": "20 14.3% 4.1%",
16
+ "border": "20 5.9% 90%",
17
+ "input": "0 0% 100%",
18
+ "primary": "24.6 95% 53.1%",
19
+ "primary-foreground": "60 9.1% 97.8%",
20
+ "secondary": "60 4.8% 95.9%",
21
+ "secondary-foreground": "24 9.8% 10%",
56
22
  "destructive": "0 84.2% 60.2%",
57
- "destructive-foreground": "33.3 100% 96.5%",
58
- "border": "32.1 97.7% 83.1%",
59
- "input": "32.1 97.7% 83.1%",
60
- "ring": "13 81.1% 14.5%"
23
+ "destructive-foreground": "60 9.1% 97.8%",
24
+ "ring": "24.6 95% 53.1%"
61
25
  },
62
26
  "dark": {
63
- "background": "13 81.1% 14.5%",
64
- "foreground": "33.3 100% 96.5%",
65
- "card": "13 81.1% 14.5%",
66
- "card-foreground": "33.3 100% 96.5%",
67
- "popover": "13 81.1% 14.5%",
68
- "popover-foreground": "33.3 100% 96.5%",
69
- "primary": "33.3 100% 96.5%",
70
- "primary-foreground": "15.3 74.6% 27.8%",
71
- "secondary": "15 79.1% 33.7%",
72
- "secondary-foreground": "33.3 100% 96.5%",
73
- "muted": "15 79.1% 33.7%",
74
- "muted-foreground": "27 96% 61%",
75
- "destructive": "0 62.8% 30.6%",
76
- "destructive-foreground": "33.3 100% 96.5%",
77
- "border": "15 79.1% 33.7%",
78
- "input": "15 79.1% 33.7%",
79
- "ring": "30.7 97.2% 72.4%"
27
+ "background": "20 14.3% 4.1%",
28
+ "foreground": "60 9.1% 97.8%",
29
+ "muted": "12 6.5% 15.1%",
30
+ "muted-foreground": "24 5.4% 63.9%",
31
+ "popover": "20 14.3% 4.1%",
32
+ "popover-foreground": "60 9.1% 97.8%",
33
+ "card": "20 14.3% 4.1%",
34
+ "card-foreground": "60 9.1% 97.8%",
35
+ "border": "12 6.5% 15.1%",
36
+ "input": "20 14.3% 4.1%",
37
+ "primary": "20.5 90.2% 48.2%",
38
+ "primary-foreground": "60 9.1% 97.8%",
39
+ "secondary": "12 6.5% 15.1%",
40
+ "secondary-foreground": "60 9.1% 97.8%",
41
+ "destructive": "0 72.2% 50.6%",
42
+ "destructive-foreground": "60 9.1% 97.8%",
43
+ "ring": "20.5 90.2% 48.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 --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 13 81.1% 14.5%;\n --muted: 34.3 100% 91.8%;\n --muted-foreground: 24.6 95% 53.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 13 81.1% 14.5%;\n --card: 0 0% 100%;\n --card-foreground: 13 81.1% 14.5%;\n --border: 32.1 97.7% 83.1%;\n --input: 32.1 97.7% 83.1%;\n --primary: 15.3 74.6% 27.8%;\n --primary-foreground: 33.3 100% 96.5%;\n --secondary: 34.3 100% 91.8%;\n --secondary-foreground: 15.3 74.6% 27.8%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 33.3 100% 96.5%;\n --ring: 13 81.1% 14.5%;\n }\n \n .dark {\n --background: 13 81.1% 14.5%;\n --foreground: 33.3 100% 96.5%;\n --muted: 15 79.1% 33.7%;\n --muted-foreground: 27 96% 61%;\n --popover: 13 81.1% 14.5%;\n --popover-foreground: 33.3 100% 96.5%;\n --card: 13 81.1% 14.5%;\n --card-foreground: 33.3 100% 96.5%;\n --border: 15 79.1% 33.7%;\n --input: 15 79.1% 33.7%;\n --primary: 33.3 100% 96.5%;\n --primary-foreground: 15.3 74.6% 27.8%;\n --secondary: 15 79.1% 33.7%;\n --secondary-foreground: 33.3 100% 96.5%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 33.3 100% 96.5%;\n --ring: 30.7 97.2% 72.4%;\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}"
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: 20 14.3% 4.1%;\n --muted: 60 4.8% 95.9%;\n --muted-foreground: 25 5.3% 44.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 20 14.3% 4.1%;\n --card: 0 0% 100%;\n --card-foreground: 20 14.3% 4.1%;\n --border: 20 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 24.6 95% 53.1%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 60 4.8% 95.9%;\n --secondary-foreground: 24 9.8% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 24.6 95% 53.1%;\n }\n \n .dark {\n --background: 20 14.3% 4.1%;\n --foreground: 60 9.1% 97.8%;\n --muted: 12 6.5% 15.1%;\n --muted-foreground: 24 5.4% 63.9%;\n --popover: 20 14.3% 4.1%;\n --popover-foreground: 60 9.1% 97.8%;\n --card: 20 14.3% 4.1%;\n --card-foreground: 60 9.1% 97.8%;\n --border: 12 6.5% 15.1%;\n --input: 20 14.3% 4.1%;\n --primary: 20.5 90.2% 48.2%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 12 6.5% 15.1%;\n --secondary-foreground: 60 9.1% 97.8%;\n --destructive: 0 72.2% 50.6%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 20.5 90.2% 48.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 --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: 13 81.1% 14.5%;\n --muted: 34.3 100% 91.8%;\n --muted-foreground: 24.6 95% 53.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 13 81.1% 14.5%;\n --card: 0 0% 100%;\n --card-foreground: 13 81.1% 14.5%;\n --border: 32.1 97.7% 83.1%;\n --input: 32.1 97.7% 83.1%;\n --primary: 15.3 74.6% 27.8%;\n --primary-foreground: 33.3 100% 96.5%;\n --secondary: 34.3 100% 91.8%;\n --secondary-foreground: 15.3 74.6% 27.8%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 33.3 100% 96.5%;\n --ring: 13 81.1% 14.5%;\n }\n \n .dark {\n --background: 13 81.1% 14.5%;\n --foreground: 33.3 100% 96.5%;\n --muted: 15 79.1% 33.7%;\n --muted-foreground: 27 96% 61%;\n --popover: 13 81.1% 14.5%;\n --popover-foreground: 33.3 100% 96.5%;\n --card: 13 81.1% 14.5%;\n --card-foreground: 33.3 100% 96.5%;\n --border: 15 79.1% 33.7%;\n --input: 15 79.1% 33.7%;\n --primary: 33.3 100% 96.5%;\n --primary-foreground: 15.3 74.6% 27.8%;\n --secondary: 15 79.1% 33.7%;\n --secondary-foreground: 33.3 100% 96.5%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 33.3 100% 96.5%;\n --ring: 30.7 97.2% 72.4%;\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}"
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: 20 14.3% 4.1%;\n --muted: 60 4.8% 95.9%;\n --muted-foreground: 25 5.3% 44.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 20 14.3% 4.1%;\n --card: 0 0% 100%;\n --card-foreground: 20 14.3% 4.1%;\n --border: 20 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 24.6 95% 53.1%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 60 4.8% 95.9%;\n --secondary-foreground: 24 9.8% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 24.6 95% 53.1%;\n }\n \n .dark {\n --background: 20 14.3% 4.1%;\n --foreground: 60 9.1% 97.8%;\n --muted: 12 6.5% 15.1%;\n --muted-foreground: 24 5.4% 63.9%;\n --popover: 20 14.3% 4.1%;\n --popover-foreground: 60 9.1% 97.8%;\n --card: 20 14.3% 4.1%;\n --card-foreground: 60 9.1% 97.8%;\n --border: 12 6.5% 15.1%;\n --input: 20 14.3% 4.1%;\n --primary: 20.5 90.2% 48.2%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 12 6.5% 15.1%;\n --secondary-foreground: 60 9.1% 97.8%;\n --destructive: 0 72.2% 50.6%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 20.5 90.2% 48.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
  }