sigma-ui 0.1.0 → 1.0.11

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 (169) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +45 -0
  3. package/__generated/registry-schemes/colors/amber.json +99 -0
  4. package/__generated/registry-schemes/colors/blue.json +99 -0
  5. package/__generated/registry-schemes/colors/cyan.json +99 -0
  6. package/__generated/registry-schemes/colors/emerald.json +99 -0
  7. package/__generated/registry-schemes/colors/fuchsia.json +99 -0
  8. package/__generated/registry-schemes/colors/gray.json +99 -0
  9. package/__generated/registry-schemes/colors/green.json +99 -0
  10. package/__generated/registry-schemes/colors/index.json +1999 -0
  11. package/__generated/registry-schemes/colors/indigo.json +99 -0
  12. package/__generated/registry-schemes/colors/lime.json +99 -0
  13. package/__generated/registry-schemes/colors/neutral.json +99 -0
  14. package/__generated/registry-schemes/colors/orange.json +99 -0
  15. package/__generated/registry-schemes/colors/pink.json +99 -0
  16. package/__generated/registry-schemes/colors/purple.json +99 -0
  17. package/__generated/registry-schemes/colors/red.json +99 -0
  18. package/__generated/registry-schemes/colors/rose.json +99 -0
  19. package/__generated/registry-schemes/colors/sky.json +99 -0
  20. package/__generated/registry-schemes/colors/slate.json +99 -0
  21. package/__generated/registry-schemes/colors/stone.json +99 -0
  22. package/__generated/registry-schemes/colors/teal.json +99 -0
  23. package/__generated/registry-schemes/colors/violet.json +99 -0
  24. package/__generated/registry-schemes/colors/yellow.json +99 -0
  25. package/__generated/registry-schemes/colors/zinc.json +99 -0
  26. package/__generated/registry-schemes/index.json +787 -0
  27. package/__generated/registry-schemes/style-system/css/accordion.json +28 -0
  28. package/__generated/registry-schemes/style-system/css/alert-dialog.json +48 -0
  29. package/__generated/registry-schemes/style-system/css/alert.json +24 -0
  30. package/__generated/registry-schemes/style-system/css/avatar.json +16 -0
  31. package/__generated/registry-schemes/style-system/css/badge.json +16 -0
  32. package/__generated/registry-schemes/style-system/css/breadcrumb.json +44 -0
  33. package/__generated/registry-schemes/style-system/css/button.json +16 -0
  34. package/__generated/registry-schemes/style-system/css/calendar.json +60 -0
  35. package/__generated/registry-schemes/style-system/css/card-lightbox.json +22 -0
  36. package/__generated/registry-schemes/style-system/css/card.json +36 -0
  37. package/__generated/registry-schemes/style-system/css/carousel.json +43 -0
  38. package/__generated/registry-schemes/style-system/css/chart-area.json +20 -0
  39. package/__generated/registry-schemes/style-system/css/chart-bar.json +20 -0
  40. package/__generated/registry-schemes/style-system/css/chart-donut.json +20 -0
  41. package/__generated/registry-schemes/style-system/css/chart-line.json +20 -0
  42. package/__generated/registry-schemes/style-system/css/chart.json +35 -0
  43. package/__generated/registry-schemes/style-system/css/checkbox.json +16 -0
  44. package/__generated/registry-schemes/style-system/css/collapsible.json +24 -0
  45. package/__generated/registry-schemes/style-system/css/combobox.json +50 -0
  46. package/__generated/registry-schemes/style-system/css/command.json +48 -0
  47. package/__generated/registry-schemes/style-system/css/context-menu.json +72 -0
  48. package/__generated/registry-schemes/style-system/css/dialog.json +48 -0
  49. package/__generated/registry-schemes/style-system/css/drawer.json +42 -0
  50. package/__generated/registry-schemes/style-system/css/dropdown-menu.json +68 -0
  51. package/__generated/registry-schemes/style-system/css/form.json +44 -0
  52. package/__generated/registry-schemes/style-system/css/hover-card.json +24 -0
  53. package/__generated/registry-schemes/style-system/css/image.json +16 -0
  54. package/__generated/registry-schemes/style-system/css/infusion.json +12 -0
  55. package/__generated/registry-schemes/style-system/css/input.json +16 -0
  56. package/__generated/registry-schemes/style-system/css/label.json +16 -0
  57. package/__generated/registry-schemes/style-system/css/menubar.json +72 -0
  58. package/__generated/registry-schemes/style-system/css/navigation-menu.json +44 -0
  59. package/__generated/registry-schemes/style-system/css/number-field.json +32 -0
  60. package/__generated/registry-schemes/style-system/css/pagination.json +32 -0
  61. package/__generated/registry-schemes/style-system/css/pin-input.json +28 -0
  62. package/__generated/registry-schemes/style-system/css/popover.json +24 -0
  63. package/__generated/registry-schemes/style-system/css/progress.json +16 -0
  64. package/__generated/registry-schemes/style-system/css/radio-group.json +20 -0
  65. package/__generated/registry-schemes/style-system/css/range-calendar.json +60 -0
  66. package/__generated/registry-schemes/style-system/css/resizable.json +20 -0
  67. package/__generated/registry-schemes/style-system/css/scroll-area.json +20 -0
  68. package/__generated/registry-schemes/style-system/css/select.json +56 -0
  69. package/__generated/registry-schemes/style-system/css/separator.json +16 -0
  70. package/__generated/registry-schemes/style-system/css/sheet.json +44 -0
  71. package/__generated/registry-schemes/style-system/css/skeleton.json +16 -0
  72. package/__generated/registry-schemes/style-system/css/slider.json +16 -0
  73. package/__generated/registry-schemes/style-system/css/switch.json +16 -0
  74. package/__generated/registry-schemes/style-system/css/table.json +48 -0
  75. package/__generated/registry-schemes/style-system/css/tabs.json +28 -0
  76. package/__generated/registry-schemes/style-system/css/tags-input.json +34 -0
  77. package/__generated/registry-schemes/style-system/css/textarea.json +16 -0
  78. package/__generated/registry-schemes/style-system/css/toaster.json +26 -0
  79. package/__generated/registry-schemes/style-system/css/toggle-group.json +20 -0
  80. package/__generated/registry-schemes/style-system/css/toggle.json +16 -0
  81. package/__generated/registry-schemes/style-system/css/tooltip.json +28 -0
  82. package/__generated/registry-schemes/style-system/index.json +10 -0
  83. package/__generated/registry-schemes/style-system/tailwind/accordion.json +28 -0
  84. package/__generated/registry-schemes/style-system/tailwind/alert-dialog.json +48 -0
  85. package/__generated/registry-schemes/style-system/tailwind/alert.json +24 -0
  86. package/__generated/registry-schemes/style-system/tailwind/avatar.json +16 -0
  87. package/__generated/registry-schemes/style-system/tailwind/badge.json +16 -0
  88. package/__generated/registry-schemes/style-system/tailwind/breadcrumb.json +44 -0
  89. package/__generated/registry-schemes/style-system/tailwind/button.json +16 -0
  90. package/__generated/registry-schemes/style-system/tailwind/calendar.json +60 -0
  91. package/__generated/registry-schemes/style-system/tailwind/card-lightbox.json +22 -0
  92. package/__generated/registry-schemes/style-system/tailwind/card.json +36 -0
  93. package/__generated/registry-schemes/style-system/tailwind/carousel.json +43 -0
  94. package/__generated/registry-schemes/style-system/tailwind/chart-area.json +20 -0
  95. package/__generated/registry-schemes/style-system/tailwind/chart-bar.json +20 -0
  96. package/__generated/registry-schemes/style-system/tailwind/chart-donut.json +20 -0
  97. package/__generated/registry-schemes/style-system/tailwind/chart-line.json +20 -0
  98. package/__generated/registry-schemes/style-system/tailwind/chart.json +35 -0
  99. package/__generated/registry-schemes/style-system/tailwind/checkbox.json +16 -0
  100. package/__generated/registry-schemes/style-system/tailwind/collapsible.json +24 -0
  101. package/__generated/registry-schemes/style-system/tailwind/combobox.json +50 -0
  102. package/__generated/registry-schemes/style-system/tailwind/command.json +48 -0
  103. package/__generated/registry-schemes/style-system/tailwind/context-menu.json +72 -0
  104. package/__generated/registry-schemes/style-system/tailwind/dialog.json +48 -0
  105. package/__generated/registry-schemes/style-system/tailwind/drawer.json +42 -0
  106. package/__generated/registry-schemes/style-system/tailwind/dropdown-menu.json +68 -0
  107. package/__generated/registry-schemes/style-system/tailwind/form.json +44 -0
  108. package/__generated/registry-schemes/style-system/tailwind/hover-card.json +24 -0
  109. package/__generated/registry-schemes/style-system/tailwind/image.json +16 -0
  110. package/__generated/registry-schemes/style-system/tailwind/infusion.json +12 -0
  111. package/__generated/registry-schemes/style-system/tailwind/input.json +16 -0
  112. package/__generated/registry-schemes/style-system/tailwind/label.json +16 -0
  113. package/__generated/registry-schemes/style-system/tailwind/menubar.json +72 -0
  114. package/__generated/registry-schemes/style-system/tailwind/navigation-menu.json +44 -0
  115. package/__generated/registry-schemes/style-system/tailwind/number-field.json +32 -0
  116. package/__generated/registry-schemes/style-system/tailwind/pagination.json +32 -0
  117. package/__generated/registry-schemes/style-system/tailwind/pin-input.json +28 -0
  118. package/__generated/registry-schemes/style-system/tailwind/popover.json +24 -0
  119. package/__generated/registry-schemes/style-system/tailwind/progress.json +16 -0
  120. package/__generated/registry-schemes/style-system/tailwind/radio-group.json +20 -0
  121. package/__generated/registry-schemes/style-system/tailwind/range-calendar.json +60 -0
  122. package/__generated/registry-schemes/style-system/tailwind/resizable.json +20 -0
  123. package/__generated/registry-schemes/style-system/tailwind/scroll-area.json +20 -0
  124. package/__generated/registry-schemes/style-system/tailwind/select.json +56 -0
  125. package/__generated/registry-schemes/style-system/tailwind/separator.json +16 -0
  126. package/__generated/registry-schemes/style-system/tailwind/sheet.json +44 -0
  127. package/__generated/registry-schemes/style-system/tailwind/skeleton.json +16 -0
  128. package/__generated/registry-schemes/style-system/tailwind/slider.json +16 -0
  129. package/__generated/registry-schemes/style-system/tailwind/switch.json +16 -0
  130. package/__generated/registry-schemes/style-system/tailwind/table.json +48 -0
  131. package/__generated/registry-schemes/style-system/tailwind/tabs.json +28 -0
  132. package/__generated/registry-schemes/style-system/tailwind/tags-input.json +34 -0
  133. package/__generated/registry-schemes/style-system/tailwind/textarea.json +16 -0
  134. package/__generated/registry-schemes/style-system/tailwind/toaster.json +26 -0
  135. package/__generated/registry-schemes/style-system/tailwind/toggle-group.json +20 -0
  136. package/__generated/registry-schemes/style-system/tailwind/toggle.json +16 -0
  137. package/__generated/registry-schemes/style-system/tailwind/tooltip.json +28 -0
  138. package/dist/acorn-M5N7XWA6.js +3048 -0
  139. package/dist/acorn-M5N7XWA6.js.map +1 -0
  140. package/dist/angular-O7UVYQUZ.js +2796 -0
  141. package/dist/angular-O7UVYQUZ.js.map +1 -0
  142. package/dist/babel-J6LTJDOS.js +6998 -0
  143. package/dist/babel-J6LTJDOS.js.map +1 -0
  144. package/dist/chunk-PZ5AY32C.js +10 -0
  145. package/dist/chunk-PZ5AY32C.js.map +1 -0
  146. package/dist/estree-H4XUELNR.js +4407 -0
  147. package/dist/estree-H4XUELNR.js.map +1 -0
  148. package/dist/flow-AOY6BQUA.js +26937 -0
  149. package/dist/flow-AOY6BQUA.js.map +1 -0
  150. package/dist/glimmer-KKY2I6O7.js +2857 -0
  151. package/dist/glimmer-KKY2I6O7.js.map +1 -0
  152. package/dist/graphql-YOTP2JVS.js +1252 -0
  153. package/dist/graphql-YOTP2JVS.js.map +1 -0
  154. package/dist/html-X25PN5V5.js +2745 -0
  155. package/dist/html-X25PN5V5.js.map +1 -0
  156. package/dist/index.d.ts +1 -0
  157. package/dist/index.js +24930 -0
  158. package/dist/index.js.map +1 -0
  159. package/dist/markdown-MYCFYALD.js +3486 -0
  160. package/dist/markdown-MYCFYALD.js.map +1 -0
  161. package/dist/meriyah-OURTSR6I.js +2478 -0
  162. package/dist/meriyah-OURTSR6I.js.map +1 -0
  163. package/dist/postcss-2MY3W5DN.js +5062 -0
  164. package/dist/postcss-2MY3W5DN.js.map +1 -0
  165. package/dist/typescript-QJCPE2ES.js +13105 -0
  166. package/dist/typescript-QJCPE2ES.js.map +1 -0
  167. package/dist/yaml-XG5IIC33.js +4225 -0
  168. package/dist/yaml-XG5IIC33.js.map +1 -0
  169. package/package.json +87 -9
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "stone-950",
6
+ "card": "white",
7
+ "card-foreground": "stone-950",
8
+ "popover": "white",
9
+ "popover-foreground": "stone-950",
10
+ "primary": "stone-900",
11
+ "primary-foreground": "stone-50",
12
+ "secondary": "stone-100",
13
+ "secondary-foreground": "stone-900",
14
+ "muted": "stone-100",
15
+ "muted-foreground": "stone-500",
16
+ "accent": "stone-100",
17
+ "accent-foreground": "stone-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "stone-50",
20
+ "border": "stone-200",
21
+ "input": "stone-200",
22
+ "ring": "stone-950"
23
+ },
24
+ "dark": {
25
+ "background": "stone-950",
26
+ "foreground": "stone-50",
27
+ "card": "stone-950",
28
+ "card-foreground": "stone-50",
29
+ "popover": "stone-950",
30
+ "popover-foreground": "stone-50",
31
+ "primary": "stone-50",
32
+ "primary-foreground": "stone-900",
33
+ "secondary": "stone-800",
34
+ "secondary-foreground": "stone-50",
35
+ "muted": "stone-800",
36
+ "muted-foreground": "stone-400",
37
+ "accent": "stone-800",
38
+ "accent-foreground": "stone-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "stone-50",
41
+ "border": "stone-800",
42
+ "input": "stone-800",
43
+ "ring": "stone-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "20 14.3% 4.1%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "20 14.3% 4.1%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "20 14.3% 4.1%",
54
+ "primary": "24 9.8% 10%",
55
+ "primary-foreground": "60 9.1% 97.8%",
56
+ "secondary": "60 4.8% 95.9%",
57
+ "secondary-foreground": "24 9.8% 10%",
58
+ "muted": "60 4.8% 95.9%",
59
+ "muted-foreground": "25 5.3% 44.7%",
60
+ "accent": "60 4.8% 95.9%",
61
+ "accent-foreground": "24 9.8% 10%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "60 9.1% 97.8%",
64
+ "border": "20 5.9% 90%",
65
+ "input": "20 5.9% 90%",
66
+ "ring": "20 14.3% 4.1%"
67
+ },
68
+ "dark": {
69
+ "background": "20 14.3% 4.1%",
70
+ "foreground": "60 9.1% 97.8%",
71
+ "card": "20 14.3% 4.1%",
72
+ "card-foreground": "60 9.1% 97.8%",
73
+ "popover": "20 14.3% 4.1%",
74
+ "popover-foreground": "60 9.1% 97.8%",
75
+ "primary": "60 9.1% 97.8%",
76
+ "primary-foreground": "24 9.8% 10%",
77
+ "secondary": "12 6.5% 15.1%",
78
+ "secondary-foreground": "60 9.1% 97.8%",
79
+ "muted": "12 6.5% 15.1%",
80
+ "muted-foreground": "24 5.4% 63.9%",
81
+ "accent": "12 6.5% 15.1%",
82
+ "accent-foreground": "60 9.1% 97.8%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "60 9.1% 97.8%",
85
+ "border": "12 6.5% 15.1%",
86
+ "input": "12 6.5% 15.1%",
87
+ "ring": "24 5.7% 82.9%"
88
+ }
89
+ },
90
+ "templates": {
91
+ "tailwind": {
92
+ "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
93
+ "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 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: 20 5.9% 90%;\n --primary: 24 9.8% 10%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 60 4.8% 95.9%;\n --secondary-foreground: 24 9.8% 10%;\n --accent: 60 4.8% 95.9%;\n --accent-foreground: 24 9.8% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 20 14.3% 4.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: 12 6.5% 15.1%;\n --primary: 60 9.1% 97.8%;\n --primary-foreground: 24 9.8% 10%;\n --secondary: 12 6.5% 15.1%;\n --secondary-foreground: 60 9.1% 97.8%;\n --accent: 12 6.5% 15.1%;\n --accent-foreground: 60 9.1% 97.8%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 24 5.7% 82.9%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
94
+ },
95
+ "css": {
96
+ "withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 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: 20 5.9% 90%;\n --primary: 24 9.8% 10%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 60 4.8% 95.9%;\n --secondary-foreground: 24 9.8% 10%;\n --accent: 60 4.8% 95.9%;\n --accent-foreground: 24 9.8% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 20 14.3% 4.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: 12 6.5% 15.1%;\n --primary: 60 9.1% 97.8%;\n --primary-foreground: 24 9.8% 10%;\n --secondary: 12 6.5% 15.1%;\n --secondary-foreground: 60 9.1% 97.8%;\n --accent: 12 6.5% 15.1%;\n --accent-foreground: 60 9.1% 97.8%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 24 5.7% 82.9%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "teal-950",
6
+ "card": "white",
7
+ "card-foreground": "teal-950",
8
+ "popover": "white",
9
+ "popover-foreground": "teal-950",
10
+ "primary": "teal-900",
11
+ "primary-foreground": "teal-50",
12
+ "secondary": "teal-100",
13
+ "secondary-foreground": "teal-900",
14
+ "muted": "teal-100",
15
+ "muted-foreground": "teal-500",
16
+ "accent": "teal-100",
17
+ "accent-foreground": "teal-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "teal-50",
20
+ "border": "teal-200",
21
+ "input": "teal-200",
22
+ "ring": "teal-950"
23
+ },
24
+ "dark": {
25
+ "background": "teal-950",
26
+ "foreground": "teal-50",
27
+ "card": "teal-950",
28
+ "card-foreground": "teal-50",
29
+ "popover": "teal-950",
30
+ "popover-foreground": "teal-50",
31
+ "primary": "teal-50",
32
+ "primary-foreground": "teal-900",
33
+ "secondary": "teal-800",
34
+ "secondary-foreground": "teal-50",
35
+ "muted": "teal-800",
36
+ "muted-foreground": "teal-400",
37
+ "accent": "teal-800",
38
+ "accent-foreground": "teal-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "teal-50",
41
+ "border": "teal-800",
42
+ "input": "teal-800",
43
+ "ring": "teal-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "178.6 84.3% 10%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "178.6 84.3% 10%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "178.6 84.3% 10%",
54
+ "primary": "175.9 60.8% 19%",
55
+ "primary-foreground": "166.2 76.5% 96.7%",
56
+ "secondary": "167.2 85.5% 89.2%",
57
+ "secondary-foreground": "175.9 60.8% 19%",
58
+ "muted": "167.2 85.5% 89.2%",
59
+ "muted-foreground": "173.4 80.4% 40%",
60
+ "accent": "167.2 85.5% 89.2%",
61
+ "accent-foreground": "175.9 60.8% 19%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "166.2 76.5% 96.7%",
64
+ "border": "168.4 83.8% 78.2%",
65
+ "input": "168.4 83.8% 78.2%",
66
+ "ring": "178.6 84.3% 10%"
67
+ },
68
+ "dark": {
69
+ "background": "178.6 84.3% 10%",
70
+ "foreground": "166.2 76.5% 96.7%",
71
+ "card": "178.6 84.3% 10%",
72
+ "card-foreground": "166.2 76.5% 96.7%",
73
+ "popover": "178.6 84.3% 10%",
74
+ "popover-foreground": "166.2 76.5% 96.7%",
75
+ "primary": "166.2 76.5% 96.7%",
76
+ "primary-foreground": "175.9 60.8% 19%",
77
+ "secondary": "176.1 69.4% 21.8%",
78
+ "secondary-foreground": "166.2 76.5% 96.7%",
79
+ "muted": "176.1 69.4% 21.8%",
80
+ "muted-foreground": "172.5 66% 50.4%",
81
+ "accent": "176.1 69.4% 21.8%",
82
+ "accent-foreground": "166.2 76.5% 96.7%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "166.2 76.5% 96.7%",
85
+ "border": "176.1 69.4% 21.8%",
86
+ "input": "176.1 69.4% 21.8%",
87
+ "ring": "170.6 76.9% 64.3%"
88
+ }
89
+ },
90
+ "templates": {
91
+ "tailwind": {
92
+ "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
93
+ "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 178.6 84.3% 10%;\n --muted: 167.2 85.5% 89.2%;\n --muted-foreground: 173.4 80.4% 40%;\n --popover: 0 0% 100%;\n --popover-foreground: 178.6 84.3% 10%;\n --card: 0 0% 100%;\n --card-foreground: 178.6 84.3% 10%;\n --border: 168.4 83.8% 78.2%;\n --input: 168.4 83.8% 78.2%;\n --primary: 175.9 60.8% 19%;\n --primary-foreground: 166.2 76.5% 96.7%;\n --secondary: 167.2 85.5% 89.2%;\n --secondary-foreground: 175.9 60.8% 19%;\n --accent: 167.2 85.5% 89.2%;\n --accent-foreground: 175.9 60.8% 19%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 166.2 76.5% 96.7%;\n --ring: 178.6 84.3% 10%;\n }\n \n .dark {\n --background: 178.6 84.3% 10%;\n --foreground: 166.2 76.5% 96.7%;\n --muted: 176.1 69.4% 21.8%;\n --muted-foreground: 172.5 66% 50.4%;\n --popover: 178.6 84.3% 10%;\n --popover-foreground: 166.2 76.5% 96.7%;\n --card: 178.6 84.3% 10%;\n --card-foreground: 166.2 76.5% 96.7%;\n --border: 176.1 69.4% 21.8%;\n --input: 176.1 69.4% 21.8%;\n --primary: 166.2 76.5% 96.7%;\n --primary-foreground: 175.9 60.8% 19%;\n --secondary: 176.1 69.4% 21.8%;\n --secondary-foreground: 166.2 76.5% 96.7%;\n --accent: 176.1 69.4% 21.8%;\n --accent-foreground: 166.2 76.5% 96.7%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 166.2 76.5% 96.7%;\n --ring: 170.6 76.9% 64.3%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
94
+ },
95
+ "css": {
96
+ "withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 178.6 84.3% 10%;\n --muted: 167.2 85.5% 89.2%;\n --muted-foreground: 173.4 80.4% 40%;\n --popover: 0 0% 100%;\n --popover-foreground: 178.6 84.3% 10%;\n --card: 0 0% 100%;\n --card-foreground: 178.6 84.3% 10%;\n --border: 168.4 83.8% 78.2%;\n --input: 168.4 83.8% 78.2%;\n --primary: 175.9 60.8% 19%;\n --primary-foreground: 166.2 76.5% 96.7%;\n --secondary: 167.2 85.5% 89.2%;\n --secondary-foreground: 175.9 60.8% 19%;\n --accent: 167.2 85.5% 89.2%;\n --accent-foreground: 175.9 60.8% 19%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 166.2 76.5% 96.7%;\n --ring: 178.6 84.3% 10%;\n }\n \n .dark {\n --background: 178.6 84.3% 10%;\n --foreground: 166.2 76.5% 96.7%;\n --muted: 176.1 69.4% 21.8%;\n --muted-foreground: 172.5 66% 50.4%;\n --popover: 178.6 84.3% 10%;\n --popover-foreground: 166.2 76.5% 96.7%;\n --card: 178.6 84.3% 10%;\n --card-foreground: 166.2 76.5% 96.7%;\n --border: 176.1 69.4% 21.8%;\n --input: 176.1 69.4% 21.8%;\n --primary: 166.2 76.5% 96.7%;\n --primary-foreground: 175.9 60.8% 19%;\n --secondary: 176.1 69.4% 21.8%;\n --secondary-foreground: 166.2 76.5% 96.7%;\n --accent: 176.1 69.4% 21.8%;\n --accent-foreground: 166.2 76.5% 96.7%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 166.2 76.5% 96.7%;\n --ring: 170.6 76.9% 64.3%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "violet-950",
6
+ "card": "white",
7
+ "card-foreground": "violet-950",
8
+ "popover": "white",
9
+ "popover-foreground": "violet-950",
10
+ "primary": "violet-900",
11
+ "primary-foreground": "violet-50",
12
+ "secondary": "violet-100",
13
+ "secondary-foreground": "violet-900",
14
+ "muted": "violet-100",
15
+ "muted-foreground": "violet-500",
16
+ "accent": "violet-100",
17
+ "accent-foreground": "violet-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "violet-50",
20
+ "border": "violet-200",
21
+ "input": "violet-200",
22
+ "ring": "violet-950"
23
+ },
24
+ "dark": {
25
+ "background": "violet-950",
26
+ "foreground": "violet-50",
27
+ "card": "violet-950",
28
+ "card-foreground": "violet-50",
29
+ "popover": "violet-950",
30
+ "popover-foreground": "violet-50",
31
+ "primary": "violet-50",
32
+ "primary-foreground": "violet-900",
33
+ "secondary": "violet-800",
34
+ "secondary-foreground": "violet-50",
35
+ "muted": "violet-800",
36
+ "muted-foreground": "violet-400",
37
+ "accent": "violet-800",
38
+ "accent-foreground": "violet-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "violet-50",
41
+ "border": "violet-800",
42
+ "input": "violet-800",
43
+ "ring": "violet-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "261.2 72.6% 22.9%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "261.2 72.6% 22.9%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "261.2 72.6% 22.9%",
54
+ "primary": "263.5 67.4% 34.9%",
55
+ "primary-foreground": "250 100% 97.6%",
56
+ "secondary": "251.4 91.3% 95.5%",
57
+ "secondary-foreground": "263.5 67.4% 34.9%",
58
+ "muted": "251.4 91.3% 95.5%",
59
+ "muted-foreground": "258.3 89.5% 66.3%",
60
+ "accent": "251.4 91.3% 95.5%",
61
+ "accent-foreground": "263.5 67.4% 34.9%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "250 100% 97.6%",
64
+ "border": "250.5 95.2% 91.8%",
65
+ "input": "250.5 95.2% 91.8%",
66
+ "ring": "261.2 72.6% 22.9%"
67
+ },
68
+ "dark": {
69
+ "background": "261.2 72.6% 22.9%",
70
+ "foreground": "250 100% 97.6%",
71
+ "card": "261.2 72.6% 22.9%",
72
+ "card-foreground": "250 100% 97.6%",
73
+ "popover": "261.2 72.6% 22.9%",
74
+ "popover-foreground": "250 100% 97.6%",
75
+ "primary": "250 100% 97.6%",
76
+ "primary-foreground": "263.5 67.4% 34.9%",
77
+ "secondary": "263.4 69.3% 42.2%",
78
+ "secondary-foreground": "250 100% 97.6%",
79
+ "muted": "263.4 69.3% 42.2%",
80
+ "muted-foreground": "255.1 91.7% 76.3%",
81
+ "accent": "263.4 69.3% 42.2%",
82
+ "accent-foreground": "250 100% 97.6%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "250 100% 97.6%",
85
+ "border": "263.4 69.3% 42.2%",
86
+ "input": "263.4 69.3% 42.2%",
87
+ "ring": "252.5 94.7% 85.1%"
88
+ }
89
+ },
90
+ "templates": {
91
+ "tailwind": {
92
+ "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
93
+ "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 261.2 72.6% 22.9%;\n --muted: 251.4 91.3% 95.5%;\n --muted-foreground: 258.3 89.5% 66.3%;\n --popover: 0 0% 100%;\n --popover-foreground: 261.2 72.6% 22.9%;\n --card: 0 0% 100%;\n --card-foreground: 261.2 72.6% 22.9%;\n --border: 250.5 95.2% 91.8%;\n --input: 250.5 95.2% 91.8%;\n --primary: 263.5 67.4% 34.9%;\n --primary-foreground: 250 100% 97.6%;\n --secondary: 251.4 91.3% 95.5%;\n --secondary-foreground: 263.5 67.4% 34.9%;\n --accent: 251.4 91.3% 95.5%;\n --accent-foreground: 263.5 67.4% 34.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 250 100% 97.6%;\n --ring: 261.2 72.6% 22.9%;\n }\n \n .dark {\n --background: 261.2 72.6% 22.9%;\n --foreground: 250 100% 97.6%;\n --muted: 263.4 69.3% 42.2%;\n --muted-foreground: 255.1 91.7% 76.3%;\n --popover: 261.2 72.6% 22.9%;\n --popover-foreground: 250 100% 97.6%;\n --card: 261.2 72.6% 22.9%;\n --card-foreground: 250 100% 97.6%;\n --border: 263.4 69.3% 42.2%;\n --input: 263.4 69.3% 42.2%;\n --primary: 250 100% 97.6%;\n --primary-foreground: 263.5 67.4% 34.9%;\n --secondary: 263.4 69.3% 42.2%;\n --secondary-foreground: 250 100% 97.6%;\n --accent: 263.4 69.3% 42.2%;\n --accent-foreground: 250 100% 97.6%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 250 100% 97.6%;\n --ring: 252.5 94.7% 85.1%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
94
+ },
95
+ "css": {
96
+ "withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 261.2 72.6% 22.9%;\n --muted: 251.4 91.3% 95.5%;\n --muted-foreground: 258.3 89.5% 66.3%;\n --popover: 0 0% 100%;\n --popover-foreground: 261.2 72.6% 22.9%;\n --card: 0 0% 100%;\n --card-foreground: 261.2 72.6% 22.9%;\n --border: 250.5 95.2% 91.8%;\n --input: 250.5 95.2% 91.8%;\n --primary: 263.5 67.4% 34.9%;\n --primary-foreground: 250 100% 97.6%;\n --secondary: 251.4 91.3% 95.5%;\n --secondary-foreground: 263.5 67.4% 34.9%;\n --accent: 251.4 91.3% 95.5%;\n --accent-foreground: 263.5 67.4% 34.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 250 100% 97.6%;\n --ring: 261.2 72.6% 22.9%;\n }\n \n .dark {\n --background: 261.2 72.6% 22.9%;\n --foreground: 250 100% 97.6%;\n --muted: 263.4 69.3% 42.2%;\n --muted-foreground: 255.1 91.7% 76.3%;\n --popover: 261.2 72.6% 22.9%;\n --popover-foreground: 250 100% 97.6%;\n --card: 261.2 72.6% 22.9%;\n --card-foreground: 250 100% 97.6%;\n --border: 263.4 69.3% 42.2%;\n --input: 263.4 69.3% 42.2%;\n --primary: 250 100% 97.6%;\n --primary-foreground: 263.5 67.4% 34.9%;\n --secondary: 263.4 69.3% 42.2%;\n --secondary-foreground: 250 100% 97.6%;\n --accent: 263.4 69.3% 42.2%;\n --accent-foreground: 250 100% 97.6%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 250 100% 97.6%;\n --ring: 252.5 94.7% 85.1%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "yellow-950",
6
+ "card": "white",
7
+ "card-foreground": "yellow-950",
8
+ "popover": "white",
9
+ "popover-foreground": "yellow-950",
10
+ "primary": "yellow-900",
11
+ "primary-foreground": "yellow-50",
12
+ "secondary": "yellow-100",
13
+ "secondary-foreground": "yellow-900",
14
+ "muted": "yellow-100",
15
+ "muted-foreground": "yellow-500",
16
+ "accent": "yellow-100",
17
+ "accent-foreground": "yellow-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "yellow-50",
20
+ "border": "yellow-200",
21
+ "input": "yellow-200",
22
+ "ring": "yellow-950"
23
+ },
24
+ "dark": {
25
+ "background": "yellow-950",
26
+ "foreground": "yellow-50",
27
+ "card": "yellow-950",
28
+ "card-foreground": "yellow-50",
29
+ "popover": "yellow-950",
30
+ "popover-foreground": "yellow-50",
31
+ "primary": "yellow-50",
32
+ "primary-foreground": "yellow-900",
33
+ "secondary": "yellow-800",
34
+ "secondary-foreground": "yellow-50",
35
+ "muted": "yellow-800",
36
+ "muted-foreground": "yellow-400",
37
+ "accent": "yellow-800",
38
+ "accent-foreground": "yellow-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "yellow-50",
41
+ "border": "yellow-800",
42
+ "input": "yellow-800",
43
+ "ring": "yellow-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "26 83.3% 14.1%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "26 83.3% 14.1%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "26 83.3% 14.1%",
54
+ "primary": "28.4 72.5% 25.7%",
55
+ "primary-foreground": "54.5 91.7% 95.3%",
56
+ "secondary": "54.9 96.7% 88%",
57
+ "secondary-foreground": "28.4 72.5% 25.7%",
58
+ "muted": "54.9 96.7% 88%",
59
+ "muted-foreground": "45.4 93.4% 47.5%",
60
+ "accent": "54.9 96.7% 88%",
61
+ "accent-foreground": "28.4 72.5% 25.7%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "54.5 91.7% 95.3%",
64
+ "border": "52.8 98.3% 76.9%",
65
+ "input": "52.8 98.3% 76.9%",
66
+ "ring": "26 83.3% 14.1%"
67
+ },
68
+ "dark": {
69
+ "background": "26 83.3% 14.1%",
70
+ "foreground": "54.5 91.7% 95.3%",
71
+ "card": "26 83.3% 14.1%",
72
+ "card-foreground": "54.5 91.7% 95.3%",
73
+ "popover": "26 83.3% 14.1%",
74
+ "popover-foreground": "54.5 91.7% 95.3%",
75
+ "primary": "54.5 91.7% 95.3%",
76
+ "primary-foreground": "28.4 72.5% 25.7%",
77
+ "secondary": "31.8 81% 28.8%",
78
+ "secondary-foreground": "54.5 91.7% 95.3%",
79
+ "muted": "31.8 81% 28.8%",
80
+ "muted-foreground": "47.9 95.8% 53.1%",
81
+ "accent": "31.8 81% 28.8%",
82
+ "accent-foreground": "54.5 91.7% 95.3%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "54.5 91.7% 95.3%",
85
+ "border": "31.8 81% 28.8%",
86
+ "input": "31.8 81% 28.8%",
87
+ "ring": "50.4 97.8% 63.5%"
88
+ }
89
+ },
90
+ "templates": {
91
+ "tailwind": {
92
+ "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
93
+ "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 26 83.3% 14.1%;\n --muted: 54.9 96.7% 88%;\n --muted-foreground: 45.4 93.4% 47.5%;\n --popover: 0 0% 100%;\n --popover-foreground: 26 83.3% 14.1%;\n --card: 0 0% 100%;\n --card-foreground: 26 83.3% 14.1%;\n --border: 52.8 98.3% 76.9%;\n --input: 52.8 98.3% 76.9%;\n --primary: 28.4 72.5% 25.7%;\n --primary-foreground: 54.5 91.7% 95.3%;\n --secondary: 54.9 96.7% 88%;\n --secondary-foreground: 28.4 72.5% 25.7%;\n --accent: 54.9 96.7% 88%;\n --accent-foreground: 28.4 72.5% 25.7%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 54.5 91.7% 95.3%;\n --ring: 26 83.3% 14.1%;\n }\n \n .dark {\n --background: 26 83.3% 14.1%;\n --foreground: 54.5 91.7% 95.3%;\n --muted: 31.8 81% 28.8%;\n --muted-foreground: 47.9 95.8% 53.1%;\n --popover: 26 83.3% 14.1%;\n --popover-foreground: 54.5 91.7% 95.3%;\n --card: 26 83.3% 14.1%;\n --card-foreground: 54.5 91.7% 95.3%;\n --border: 31.8 81% 28.8%;\n --input: 31.8 81% 28.8%;\n --primary: 54.5 91.7% 95.3%;\n --primary-foreground: 28.4 72.5% 25.7%;\n --secondary: 31.8 81% 28.8%;\n --secondary-foreground: 54.5 91.7% 95.3%;\n --accent: 31.8 81% 28.8%;\n --accent-foreground: 54.5 91.7% 95.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 54.5 91.7% 95.3%;\n --ring: 50.4 97.8% 63.5%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
94
+ },
95
+ "css": {
96
+ "withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 26 83.3% 14.1%;\n --muted: 54.9 96.7% 88%;\n --muted-foreground: 45.4 93.4% 47.5%;\n --popover: 0 0% 100%;\n --popover-foreground: 26 83.3% 14.1%;\n --card: 0 0% 100%;\n --card-foreground: 26 83.3% 14.1%;\n --border: 52.8 98.3% 76.9%;\n --input: 52.8 98.3% 76.9%;\n --primary: 28.4 72.5% 25.7%;\n --primary-foreground: 54.5 91.7% 95.3%;\n --secondary: 54.9 96.7% 88%;\n --secondary-foreground: 28.4 72.5% 25.7%;\n --accent: 54.9 96.7% 88%;\n --accent-foreground: 28.4 72.5% 25.7%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 54.5 91.7% 95.3%;\n --ring: 26 83.3% 14.1%;\n }\n \n .dark {\n --background: 26 83.3% 14.1%;\n --foreground: 54.5 91.7% 95.3%;\n --muted: 31.8 81% 28.8%;\n --muted-foreground: 47.9 95.8% 53.1%;\n --popover: 26 83.3% 14.1%;\n --popover-foreground: 54.5 91.7% 95.3%;\n --card: 26 83.3% 14.1%;\n --card-foreground: 54.5 91.7% 95.3%;\n --border: 31.8 81% 28.8%;\n --input: 31.8 81% 28.8%;\n --primary: 54.5 91.7% 95.3%;\n --primary-foreground: 28.4 72.5% 25.7%;\n --secondary: 31.8 81% 28.8%;\n --secondary-foreground: 54.5 91.7% 95.3%;\n --accent: 31.8 81% 28.8%;\n --accent-foreground: 54.5 91.7% 95.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 54.5 91.7% 95.3%;\n --ring: 50.4 97.8% 63.5%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "zinc-950",
6
+ "card": "white",
7
+ "card-foreground": "zinc-950",
8
+ "popover": "white",
9
+ "popover-foreground": "zinc-950",
10
+ "primary": "zinc-900",
11
+ "primary-foreground": "zinc-50",
12
+ "secondary": "zinc-100",
13
+ "secondary-foreground": "zinc-900",
14
+ "muted": "zinc-100",
15
+ "muted-foreground": "zinc-500",
16
+ "accent": "zinc-100",
17
+ "accent-foreground": "zinc-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "zinc-50",
20
+ "border": "zinc-200",
21
+ "input": "zinc-200",
22
+ "ring": "zinc-950"
23
+ },
24
+ "dark": {
25
+ "background": "zinc-950",
26
+ "foreground": "zinc-50",
27
+ "card": "zinc-950",
28
+ "card-foreground": "zinc-50",
29
+ "popover": "zinc-950",
30
+ "popover-foreground": "zinc-50",
31
+ "primary": "zinc-50",
32
+ "primary-foreground": "zinc-900",
33
+ "secondary": "zinc-800",
34
+ "secondary-foreground": "zinc-50",
35
+ "muted": "zinc-800",
36
+ "muted-foreground": "zinc-400",
37
+ "accent": "zinc-800",
38
+ "accent-foreground": "zinc-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "zinc-50",
41
+ "border": "zinc-800",
42
+ "input": "zinc-800",
43
+ "ring": "zinc-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "240 10% 3.9%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "240 10% 3.9%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "240 10% 3.9%",
54
+ "primary": "240 5.9% 10%",
55
+ "primary-foreground": "0 0% 98%",
56
+ "secondary": "240 4.8% 95.9%",
57
+ "secondary-foreground": "240 5.9% 10%",
58
+ "muted": "240 4.8% 95.9%",
59
+ "muted-foreground": "240 3.8% 46.1%",
60
+ "accent": "240 4.8% 95.9%",
61
+ "accent-foreground": "240 5.9% 10%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "0 0% 98%",
64
+ "border": "240 5.9% 90%",
65
+ "input": "240 5.9% 90%",
66
+ "ring": "240 10% 3.9%"
67
+ },
68
+ "dark": {
69
+ "background": "240 10% 3.9%",
70
+ "foreground": "0 0% 98%",
71
+ "card": "240 10% 3.9%",
72
+ "card-foreground": "0 0% 98%",
73
+ "popover": "240 10% 3.9%",
74
+ "popover-foreground": "0 0% 98%",
75
+ "primary": "0 0% 98%",
76
+ "primary-foreground": "240 5.9% 10%",
77
+ "secondary": "240 3.7% 15.9%",
78
+ "secondary-foreground": "0 0% 98%",
79
+ "muted": "240 3.7% 15.9%",
80
+ "muted-foreground": "240 5% 64.9%",
81
+ "accent": "240 3.7% 15.9%",
82
+ "accent-foreground": "0 0% 98%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "0 0% 98%",
85
+ "border": "240 3.7% 15.9%",
86
+ "input": "240 3.7% 15.9%",
87
+ "ring": "240 4.9% 83.9%"
88
+ }
89
+ },
90
+ "templates": {
91
+ "tailwind": {
92
+ "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
93
+ "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 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: 240 5.9% 90%;\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 --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 240 10% 3.9%;\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 3.7% 15.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 --accent: 240 3.7% 15.9%;\n --accent-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}"
94
+ },
95
+ "css": {
96
+ "withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 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: 240 5.9% 90%;\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 --accent: 240 4.8% 95.9%;\n --accent-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 240 10% 3.9%;\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 3.7% 15.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 --accent: 240 3.7% 15.9%;\n --accent-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}"
97
+ }
98
+ }
99
+ }