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": "purple-950",
6
+ "card": "white",
7
+ "card-foreground": "purple-950",
8
+ "popover": "white",
9
+ "popover-foreground": "purple-950",
10
+ "primary": "purple-900",
11
+ "primary-foreground": "purple-50",
12
+ "secondary": "purple-100",
13
+ "secondary-foreground": "purple-900",
14
+ "muted": "purple-100",
15
+ "muted-foreground": "purple-500",
16
+ "accent": "purple-100",
17
+ "accent-foreground": "purple-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "purple-50",
20
+ "border": "purple-200",
21
+ "input": "purple-200",
22
+ "ring": "purple-950"
23
+ },
24
+ "dark": {
25
+ "background": "purple-950",
26
+ "foreground": "purple-50",
27
+ "card": "purple-950",
28
+ "card-foreground": "purple-50",
29
+ "popover": "purple-950",
30
+ "popover-foreground": "purple-50",
31
+ "primary": "purple-50",
32
+ "primary-foreground": "purple-900",
33
+ "secondary": "purple-800",
34
+ "secondary-foreground": "purple-50",
35
+ "muted": "purple-800",
36
+ "muted-foreground": "purple-400",
37
+ "accent": "purple-800",
38
+ "accent-foreground": "purple-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "purple-50",
41
+ "border": "purple-800",
42
+ "input": "purple-800",
43
+ "ring": "purple-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "273.5 86.9% 21%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "273.5 86.9% 21%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "273.5 86.9% 21%",
54
+ "primary": "273.6 65.6% 32%",
55
+ "primary-foreground": "270 100% 98%",
56
+ "secondary": "268.7 100% 95.5%",
57
+ "secondary-foreground": "273.6 65.6% 32%",
58
+ "muted": "268.7 100% 95.5%",
59
+ "muted-foreground": "270.7 91% 65.1%",
60
+ "accent": "268.7 100% 95.5%",
61
+ "accent-foreground": "273.6 65.6% 32%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "270 100% 98%",
64
+ "border": "268.6 100% 91.8%",
65
+ "input": "268.6 100% 91.8%",
66
+ "ring": "273.5 86.9% 21%"
67
+ },
68
+ "dark": {
69
+ "background": "273.5 86.9% 21%",
70
+ "foreground": "270 100% 98%",
71
+ "card": "273.5 86.9% 21%",
72
+ "card-foreground": "270 100% 98%",
73
+ "popover": "273.5 86.9% 21%",
74
+ "popover-foreground": "270 100% 98%",
75
+ "primary": "270 100% 98%",
76
+ "primary-foreground": "273.6 65.6% 32%",
77
+ "secondary": "272.9 67.2% 39.4%",
78
+ "secondary-foreground": "270 100% 98%",
79
+ "muted": "272.9 67.2% 39.4%",
80
+ "muted-foreground": "270 95.2% 75.3%",
81
+ "accent": "272.9 67.2% 39.4%",
82
+ "accent-foreground": "270 100% 98%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "270 100% 98%",
85
+ "border": "272.9 67.2% 39.4%",
86
+ "input": "272.9 67.2% 39.4%",
87
+ "ring": "269.2 97.4% 85.1%"
88
+ }
89
+ },
90
+ "templates": {
91
+ "tailwind": {
92
+ "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
93
+ "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 273.5 86.9% 21%;\n --muted: 268.7 100% 95.5%;\n --muted-foreground: 270.7 91% 65.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 273.5 86.9% 21%;\n --card: 0 0% 100%;\n --card-foreground: 273.5 86.9% 21%;\n --border: 268.6 100% 91.8%;\n --input: 268.6 100% 91.8%;\n --primary: 273.6 65.6% 32%;\n --primary-foreground: 270 100% 98%;\n --secondary: 268.7 100% 95.5%;\n --secondary-foreground: 273.6 65.6% 32%;\n --accent: 268.7 100% 95.5%;\n --accent-foreground: 273.6 65.6% 32%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 270 100% 98%;\n --ring: 273.5 86.9% 21%;\n }\n \n .dark {\n --background: 273.5 86.9% 21%;\n --foreground: 270 100% 98%;\n --muted: 272.9 67.2% 39.4%;\n --muted-foreground: 270 95.2% 75.3%;\n --popover: 273.5 86.9% 21%;\n --popover-foreground: 270 100% 98%;\n --card: 273.5 86.9% 21%;\n --card-foreground: 270 100% 98%;\n --border: 272.9 67.2% 39.4%;\n --input: 272.9 67.2% 39.4%;\n --primary: 270 100% 98%;\n --primary-foreground: 273.6 65.6% 32%;\n --secondary: 272.9 67.2% 39.4%;\n --secondary-foreground: 270 100% 98%;\n --accent: 272.9 67.2% 39.4%;\n --accent-foreground: 270 100% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 270 100% 98%;\n --ring: 269.2 97.4% 85.1%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
94
+ },
95
+ "css": {
96
+ "withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 273.5 86.9% 21%;\n --muted: 268.7 100% 95.5%;\n --muted-foreground: 270.7 91% 65.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 273.5 86.9% 21%;\n --card: 0 0% 100%;\n --card-foreground: 273.5 86.9% 21%;\n --border: 268.6 100% 91.8%;\n --input: 268.6 100% 91.8%;\n --primary: 273.6 65.6% 32%;\n --primary-foreground: 270 100% 98%;\n --secondary: 268.7 100% 95.5%;\n --secondary-foreground: 273.6 65.6% 32%;\n --accent: 268.7 100% 95.5%;\n --accent-foreground: 273.6 65.6% 32%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 270 100% 98%;\n --ring: 273.5 86.9% 21%;\n }\n \n .dark {\n --background: 273.5 86.9% 21%;\n --foreground: 270 100% 98%;\n --muted: 272.9 67.2% 39.4%;\n --muted-foreground: 270 95.2% 75.3%;\n --popover: 273.5 86.9% 21%;\n --popover-foreground: 270 100% 98%;\n --card: 273.5 86.9% 21%;\n --card-foreground: 270 100% 98%;\n --border: 272.9 67.2% 39.4%;\n --input: 272.9 67.2% 39.4%;\n --primary: 270 100% 98%;\n --primary-foreground: 273.6 65.6% 32%;\n --secondary: 272.9 67.2% 39.4%;\n --secondary-foreground: 270 100% 98%;\n --accent: 272.9 67.2% 39.4%;\n --accent-foreground: 270 100% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 270 100% 98%;\n --ring: 269.2 97.4% 85.1%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "red-950",
6
+ "card": "white",
7
+ "card-foreground": "red-950",
8
+ "popover": "white",
9
+ "popover-foreground": "red-950",
10
+ "primary": "red-900",
11
+ "primary-foreground": "red-50",
12
+ "secondary": "red-100",
13
+ "secondary-foreground": "red-900",
14
+ "muted": "red-100",
15
+ "muted-foreground": "red-500",
16
+ "accent": "red-100",
17
+ "accent-foreground": "red-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "red-50",
20
+ "border": "red-200",
21
+ "input": "red-200",
22
+ "ring": "red-950"
23
+ },
24
+ "dark": {
25
+ "background": "red-950",
26
+ "foreground": "red-50",
27
+ "card": "red-950",
28
+ "card-foreground": "red-50",
29
+ "popover": "red-950",
30
+ "popover-foreground": "red-50",
31
+ "primary": "red-50",
32
+ "primary-foreground": "red-900",
33
+ "secondary": "red-800",
34
+ "secondary-foreground": "red-50",
35
+ "muted": "red-800",
36
+ "muted-foreground": "red-400",
37
+ "accent": "red-800",
38
+ "accent-foreground": "red-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "red-50",
41
+ "border": "red-800",
42
+ "input": "red-800",
43
+ "ring": "red-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "0 74.7% 15.5%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "0 74.7% 15.5%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "0 74.7% 15.5%",
54
+ "primary": "0 62.8% 30.6%",
55
+ "primary-foreground": "0 85.7% 97.3%",
56
+ "secondary": "0 93.3% 94.1%",
57
+ "secondary-foreground": "0 62.8% 30.6%",
58
+ "muted": "0 93.3% 94.1%",
59
+ "muted-foreground": "0 84.2% 60.2%",
60
+ "accent": "0 93.3% 94.1%",
61
+ "accent-foreground": "0 62.8% 30.6%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "0 85.7% 97.3%",
64
+ "border": "0 96.3% 89.4%",
65
+ "input": "0 96.3% 89.4%",
66
+ "ring": "0 74.7% 15.5%"
67
+ },
68
+ "dark": {
69
+ "background": "0 74.7% 15.5%",
70
+ "foreground": "0 85.7% 97.3%",
71
+ "card": "0 74.7% 15.5%",
72
+ "card-foreground": "0 85.7% 97.3%",
73
+ "popover": "0 74.7% 15.5%",
74
+ "popover-foreground": "0 85.7% 97.3%",
75
+ "primary": "0 85.7% 97.3%",
76
+ "primary-foreground": "0 62.8% 30.6%",
77
+ "secondary": "0 70% 35.3%",
78
+ "secondary-foreground": "0 85.7% 97.3%",
79
+ "muted": "0 70% 35.3%",
80
+ "muted-foreground": "0 90.6% 70.8%",
81
+ "accent": "0 70% 35.3%",
82
+ "accent-foreground": "0 85.7% 97.3%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "0 85.7% 97.3%",
85
+ "border": "0 70% 35.3%",
86
+ "input": "0 70% 35.3%",
87
+ "ring": "0 93.5% 81.8%"
88
+ }
89
+ },
90
+ "templates": {
91
+ "tailwind": {
92
+ "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
93
+ "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 0 74.7% 15.5%;\n --muted: 0 93.3% 94.1%;\n --muted-foreground: 0 84.2% 60.2%;\n --popover: 0 0% 100%;\n --popover-foreground: 0 74.7% 15.5%;\n --card: 0 0% 100%;\n --card-foreground: 0 74.7% 15.5%;\n --border: 0 96.3% 89.4%;\n --input: 0 96.3% 89.4%;\n --primary: 0 62.8% 30.6%;\n --primary-foreground: 0 85.7% 97.3%;\n --secondary: 0 93.3% 94.1%;\n --secondary-foreground: 0 62.8% 30.6%;\n --accent: 0 93.3% 94.1%;\n --accent-foreground: 0 62.8% 30.6%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 85.7% 97.3%;\n --ring: 0 74.7% 15.5%;\n }\n \n .dark {\n --background: 0 74.7% 15.5%;\n --foreground: 0 85.7% 97.3%;\n --muted: 0 70% 35.3%;\n --muted-foreground: 0 90.6% 70.8%;\n --popover: 0 74.7% 15.5%;\n --popover-foreground: 0 85.7% 97.3%;\n --card: 0 74.7% 15.5%;\n --card-foreground: 0 85.7% 97.3%;\n --border: 0 70% 35.3%;\n --input: 0 70% 35.3%;\n --primary: 0 85.7% 97.3%;\n --primary-foreground: 0 62.8% 30.6%;\n --secondary: 0 70% 35.3%;\n --secondary-foreground: 0 85.7% 97.3%;\n --accent: 0 70% 35.3%;\n --accent-foreground: 0 85.7% 97.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 85.7% 97.3%;\n --ring: 0 93.5% 81.8%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
94
+ },
95
+ "css": {
96
+ "withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 0 74.7% 15.5%;\n --muted: 0 93.3% 94.1%;\n --muted-foreground: 0 84.2% 60.2%;\n --popover: 0 0% 100%;\n --popover-foreground: 0 74.7% 15.5%;\n --card: 0 0% 100%;\n --card-foreground: 0 74.7% 15.5%;\n --border: 0 96.3% 89.4%;\n --input: 0 96.3% 89.4%;\n --primary: 0 62.8% 30.6%;\n --primary-foreground: 0 85.7% 97.3%;\n --secondary: 0 93.3% 94.1%;\n --secondary-foreground: 0 62.8% 30.6%;\n --accent: 0 93.3% 94.1%;\n --accent-foreground: 0 62.8% 30.6%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 85.7% 97.3%;\n --ring: 0 74.7% 15.5%;\n }\n \n .dark {\n --background: 0 74.7% 15.5%;\n --foreground: 0 85.7% 97.3%;\n --muted: 0 70% 35.3%;\n --muted-foreground: 0 90.6% 70.8%;\n --popover: 0 74.7% 15.5%;\n --popover-foreground: 0 85.7% 97.3%;\n --card: 0 74.7% 15.5%;\n --card-foreground: 0 85.7% 97.3%;\n --border: 0 70% 35.3%;\n --input: 0 70% 35.3%;\n --primary: 0 85.7% 97.3%;\n --primary-foreground: 0 62.8% 30.6%;\n --secondary: 0 70% 35.3%;\n --secondary-foreground: 0 85.7% 97.3%;\n --accent: 0 70% 35.3%;\n --accent-foreground: 0 85.7% 97.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 85.7% 97.3%;\n --ring: 0 93.5% 81.8%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "rose-950",
6
+ "card": "white",
7
+ "card-foreground": "rose-950",
8
+ "popover": "white",
9
+ "popover-foreground": "rose-950",
10
+ "primary": "rose-900",
11
+ "primary-foreground": "rose-50",
12
+ "secondary": "rose-100",
13
+ "secondary-foreground": "rose-900",
14
+ "muted": "rose-100",
15
+ "muted-foreground": "rose-500",
16
+ "accent": "rose-100",
17
+ "accent-foreground": "rose-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "rose-50",
20
+ "border": "rose-200",
21
+ "input": "rose-200",
22
+ "ring": "rose-950"
23
+ },
24
+ "dark": {
25
+ "background": "rose-950",
26
+ "foreground": "rose-50",
27
+ "card": "rose-950",
28
+ "card-foreground": "rose-50",
29
+ "popover": "rose-950",
30
+ "popover-foreground": "rose-50",
31
+ "primary": "rose-50",
32
+ "primary-foreground": "rose-900",
33
+ "secondary": "rose-800",
34
+ "secondary-foreground": "rose-50",
35
+ "muted": "rose-800",
36
+ "muted-foreground": "rose-400",
37
+ "accent": "rose-800",
38
+ "accent-foreground": "rose-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "rose-50",
41
+ "border": "rose-800",
42
+ "input": "rose-800",
43
+ "ring": "rose-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "343.1 87.7% 15.9%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "343.1 87.7% 15.9%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "343.1 87.7% 15.9%",
54
+ "primary": "341.5 75.5% 30.4%",
55
+ "primary-foreground": "355.7 100% 97.3%",
56
+ "secondary": "355.6 100% 94.7%",
57
+ "secondary-foreground": "341.5 75.5% 30.4%",
58
+ "muted": "355.6 100% 94.7%",
59
+ "muted-foreground": "349.7 89.2% 60.2%",
60
+ "accent": "355.6 100% 94.7%",
61
+ "accent-foreground": "341.5 75.5% 30.4%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "355.7 100% 97.3%",
64
+ "border": "352.7 96.1% 90%",
65
+ "input": "352.7 96.1% 90%",
66
+ "ring": "343.1 87.7% 15.9%"
67
+ },
68
+ "dark": {
69
+ "background": "343.1 87.7% 15.9%",
70
+ "foreground": "355.7 100% 97.3%",
71
+ "card": "343.1 87.7% 15.9%",
72
+ "card-foreground": "355.7 100% 97.3%",
73
+ "popover": "343.1 87.7% 15.9%",
74
+ "popover-foreground": "355.7 100% 97.3%",
75
+ "primary": "355.7 100% 97.3%",
76
+ "primary-foreground": "341.5 75.5% 30.4%",
77
+ "secondary": "343.4 79.7% 34.7%",
78
+ "secondary-foreground": "355.7 100% 97.3%",
79
+ "muted": "343.4 79.7% 34.7%",
80
+ "muted-foreground": "351.3 94.5% 71.4%",
81
+ "accent": "343.4 79.7% 34.7%",
82
+ "accent-foreground": "355.7 100% 97.3%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "355.7 100% 97.3%",
85
+ "border": "343.4 79.7% 34.7%",
86
+ "input": "343.4 79.7% 34.7%",
87
+ "ring": "352.6 95.7% 81.8%"
88
+ }
89
+ },
90
+ "templates": {
91
+ "tailwind": {
92
+ "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
93
+ "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 343.1 87.7% 15.9%;\n --muted: 355.6 100% 94.7%;\n --muted-foreground: 349.7 89.2% 60.2%;\n --popover: 0 0% 100%;\n --popover-foreground: 343.1 87.7% 15.9%;\n --card: 0 0% 100%;\n --card-foreground: 343.1 87.7% 15.9%;\n --border: 352.7 96.1% 90%;\n --input: 352.7 96.1% 90%;\n --primary: 341.5 75.5% 30.4%;\n --primary-foreground: 355.7 100% 97.3%;\n --secondary: 355.6 100% 94.7%;\n --secondary-foreground: 341.5 75.5% 30.4%;\n --accent: 355.6 100% 94.7%;\n --accent-foreground: 341.5 75.5% 30.4%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 355.7 100% 97.3%;\n --ring: 343.1 87.7% 15.9%;\n }\n \n .dark {\n --background: 343.1 87.7% 15.9%;\n --foreground: 355.7 100% 97.3%;\n --muted: 343.4 79.7% 34.7%;\n --muted-foreground: 351.3 94.5% 71.4%;\n --popover: 343.1 87.7% 15.9%;\n --popover-foreground: 355.7 100% 97.3%;\n --card: 343.1 87.7% 15.9%;\n --card-foreground: 355.7 100% 97.3%;\n --border: 343.4 79.7% 34.7%;\n --input: 343.4 79.7% 34.7%;\n --primary: 355.7 100% 97.3%;\n --primary-foreground: 341.5 75.5% 30.4%;\n --secondary: 343.4 79.7% 34.7%;\n --secondary-foreground: 355.7 100% 97.3%;\n --accent: 343.4 79.7% 34.7%;\n --accent-foreground: 355.7 100% 97.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 355.7 100% 97.3%;\n --ring: 352.6 95.7% 81.8%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
94
+ },
95
+ "css": {
96
+ "withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 343.1 87.7% 15.9%;\n --muted: 355.6 100% 94.7%;\n --muted-foreground: 349.7 89.2% 60.2%;\n --popover: 0 0% 100%;\n --popover-foreground: 343.1 87.7% 15.9%;\n --card: 0 0% 100%;\n --card-foreground: 343.1 87.7% 15.9%;\n --border: 352.7 96.1% 90%;\n --input: 352.7 96.1% 90%;\n --primary: 341.5 75.5% 30.4%;\n --primary-foreground: 355.7 100% 97.3%;\n --secondary: 355.6 100% 94.7%;\n --secondary-foreground: 341.5 75.5% 30.4%;\n --accent: 355.6 100% 94.7%;\n --accent-foreground: 341.5 75.5% 30.4%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 355.7 100% 97.3%;\n --ring: 343.1 87.7% 15.9%;\n }\n \n .dark {\n --background: 343.1 87.7% 15.9%;\n --foreground: 355.7 100% 97.3%;\n --muted: 343.4 79.7% 34.7%;\n --muted-foreground: 351.3 94.5% 71.4%;\n --popover: 343.1 87.7% 15.9%;\n --popover-foreground: 355.7 100% 97.3%;\n --card: 343.1 87.7% 15.9%;\n --card-foreground: 355.7 100% 97.3%;\n --border: 343.4 79.7% 34.7%;\n --input: 343.4 79.7% 34.7%;\n --primary: 355.7 100% 97.3%;\n --primary-foreground: 341.5 75.5% 30.4%;\n --secondary: 343.4 79.7% 34.7%;\n --secondary-foreground: 355.7 100% 97.3%;\n --accent: 343.4 79.7% 34.7%;\n --accent-foreground: 355.7 100% 97.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 355.7 100% 97.3%;\n --ring: 352.6 95.7% 81.8%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "sky-950",
6
+ "card": "white",
7
+ "card-foreground": "sky-950",
8
+ "popover": "white",
9
+ "popover-foreground": "sky-950",
10
+ "primary": "sky-900",
11
+ "primary-foreground": "sky-50",
12
+ "secondary": "sky-100",
13
+ "secondary-foreground": "sky-900",
14
+ "muted": "sky-100",
15
+ "muted-foreground": "sky-500",
16
+ "accent": "sky-100",
17
+ "accent-foreground": "sky-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "sky-50",
20
+ "border": "sky-200",
21
+ "input": "sky-200",
22
+ "ring": "sky-950"
23
+ },
24
+ "dark": {
25
+ "background": "sky-950",
26
+ "foreground": "sky-50",
27
+ "card": "sky-950",
28
+ "card-foreground": "sky-50",
29
+ "popover": "sky-950",
30
+ "popover-foreground": "sky-50",
31
+ "primary": "sky-50",
32
+ "primary-foreground": "sky-900",
33
+ "secondary": "sky-800",
34
+ "secondary-foreground": "sky-50",
35
+ "muted": "sky-800",
36
+ "muted-foreground": "sky-400",
37
+ "accent": "sky-800",
38
+ "accent-foreground": "sky-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "sky-50",
41
+ "border": "sky-800",
42
+ "input": "sky-800",
43
+ "ring": "sky-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "204 80.2% 15.9%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "204 80.2% 15.9%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "204 80.2% 15.9%",
54
+ "primary": "202 80.3% 23.9%",
55
+ "primary-foreground": "204 100% 97.1%",
56
+ "secondary": "204 93.8% 93.7%",
57
+ "secondary-foreground": "202 80.3% 23.9%",
58
+ "muted": "204 93.8% 93.7%",
59
+ "muted-foreground": "198.6 88.7% 48.4%",
60
+ "accent": "204 93.8% 93.7%",
61
+ "accent-foreground": "202 80.3% 23.9%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "204 100% 97.1%",
64
+ "border": "200.6 94.4% 86.1%",
65
+ "input": "200.6 94.4% 86.1%",
66
+ "ring": "204 80.2% 15.9%"
67
+ },
68
+ "dark": {
69
+ "background": "204 80.2% 15.9%",
70
+ "foreground": "204 100% 97.1%",
71
+ "card": "204 80.2% 15.9%",
72
+ "card-foreground": "204 100% 97.1%",
73
+ "popover": "204 80.2% 15.9%",
74
+ "popover-foreground": "204 100% 97.1%",
75
+ "primary": "204 100% 97.1%",
76
+ "primary-foreground": "202 80.3% 23.9%",
77
+ "secondary": "201 90% 27.5%",
78
+ "secondary-foreground": "204 100% 97.1%",
79
+ "muted": "201 90% 27.5%",
80
+ "muted-foreground": "198.4 93.2% 59.6%",
81
+ "accent": "201 90% 27.5%",
82
+ "accent-foreground": "204 100% 97.1%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "204 100% 97.1%",
85
+ "border": "201 90% 27.5%",
86
+ "input": "201 90% 27.5%",
87
+ "ring": "199.4 95.5% 73.9%"
88
+ }
89
+ },
90
+ "templates": {
91
+ "tailwind": {
92
+ "withoutVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";",
93
+ "withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n }\n \n :root {\n --background: 0 0% 100%;\n --foreground: 204 80.2% 15.9%;\n --muted: 204 93.8% 93.7%;\n --muted-foreground: 198.6 88.7% 48.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 204 80.2% 15.9%;\n --card: 0 0% 100%;\n --card-foreground: 204 80.2% 15.9%;\n --border: 200.6 94.4% 86.1%;\n --input: 200.6 94.4% 86.1%;\n --primary: 202 80.3% 23.9%;\n --primary-foreground: 204 100% 97.1%;\n --secondary: 204 93.8% 93.7%;\n --secondary-foreground: 202 80.3% 23.9%;\n --accent: 204 93.8% 93.7%;\n --accent-foreground: 202 80.3% 23.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 204 100% 97.1%;\n --ring: 204 80.2% 15.9%;\n }\n \n .dark {\n --background: 204 80.2% 15.9%;\n --foreground: 204 100% 97.1%;\n --muted: 201 90% 27.5%;\n --muted-foreground: 198.4 93.2% 59.6%;\n --popover: 204 80.2% 15.9%;\n --popover-foreground: 204 100% 97.1%;\n --card: 204 80.2% 15.9%;\n --card-foreground: 204 100% 97.1%;\n --border: 201 90% 27.5%;\n --input: 201 90% 27.5%;\n --primary: 204 100% 97.1%;\n --primary-foreground: 202 80.3% 23.9%;\n --secondary: 201 90% 27.5%;\n --secondary-foreground: 204 100% 97.1%;\n --accent: 201 90% 27.5%;\n --accent-foreground: 204 100% 97.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 204 100% 97.1%;\n --ring: 199.4 95.5% 73.9%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
94
+ },
95
+ "css": {
96
+ "withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n }\n\n :root {\n --background: 0 0% 100%;\n --foreground: 204 80.2% 15.9%;\n --muted: 204 93.8% 93.7%;\n --muted-foreground: 198.6 88.7% 48.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 204 80.2% 15.9%;\n --card: 0 0% 100%;\n --card-foreground: 204 80.2% 15.9%;\n --border: 200.6 94.4% 86.1%;\n --input: 200.6 94.4% 86.1%;\n --primary: 202 80.3% 23.9%;\n --primary-foreground: 204 100% 97.1%;\n --secondary: 204 93.8% 93.7%;\n --secondary-foreground: 202 80.3% 23.9%;\n --accent: 204 93.8% 93.7%;\n --accent-foreground: 202 80.3% 23.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 204 100% 97.1%;\n --ring: 204 80.2% 15.9%;\n }\n \n .dark {\n --background: 204 80.2% 15.9%;\n --foreground: 204 100% 97.1%;\n --muted: 201 90% 27.5%;\n --muted-foreground: 198.4 93.2% 59.6%;\n --popover: 204 80.2% 15.9%;\n --popover-foreground: 204 100% 97.1%;\n --card: 204 80.2% 15.9%;\n --card-foreground: 204 100% 97.1%;\n --border: 201 90% 27.5%;\n --input: 201 90% 27.5%;\n --primary: 204 100% 97.1%;\n --primary-foreground: 202 80.3% 23.9%;\n --secondary: 201 90% 27.5%;\n --secondary-foreground: 204 100% 97.1%;\n --accent: 201 90% 27.5%;\n --accent-foreground: 204 100% 97.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 204 100% 97.1%;\n --ring: 199.4 95.5% 73.9%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "slate-950",
6
+ "card": "white",
7
+ "card-foreground": "slate-950",
8
+ "popover": "white",
9
+ "popover-foreground": "slate-950",
10
+ "primary": "slate-900",
11
+ "primary-foreground": "slate-50",
12
+ "secondary": "slate-100",
13
+ "secondary-foreground": "slate-900",
14
+ "muted": "slate-100",
15
+ "muted-foreground": "slate-500",
16
+ "accent": "slate-100",
17
+ "accent-foreground": "slate-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "slate-50",
20
+ "border": "slate-200",
21
+ "input": "slate-200",
22
+ "ring": "slate-950"
23
+ },
24
+ "dark": {
25
+ "background": "slate-950",
26
+ "foreground": "slate-50",
27
+ "card": "slate-950",
28
+ "card-foreground": "slate-50",
29
+ "popover": "slate-950",
30
+ "popover-foreground": "slate-50",
31
+ "primary": "slate-50",
32
+ "primary-foreground": "slate-900",
33
+ "secondary": "slate-800",
34
+ "secondary-foreground": "slate-50",
35
+ "muted": "slate-800",
36
+ "muted-foreground": "slate-400",
37
+ "accent": "slate-800",
38
+ "accent-foreground": "slate-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "slate-50",
41
+ "border": "slate-800",
42
+ "input": "slate-800",
43
+ "ring": "slate-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "222.2 84% 4.9%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "222.2 84% 4.9%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "222.2 84% 4.9%",
54
+ "primary": "222.2 47.4% 11.2%",
55
+ "primary-foreground": "210 40% 98%",
56
+ "secondary": "210 40% 96.1%",
57
+ "secondary-foreground": "222.2 47.4% 11.2%",
58
+ "muted": "210 40% 96.1%",
59
+ "muted-foreground": "215.4 16.3% 46.9%",
60
+ "accent": "210 40% 96.1%",
61
+ "accent-foreground": "222.2 47.4% 11.2%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "210 40% 98%",
64
+ "border": "214.3 31.8% 91.4%",
65
+ "input": "214.3 31.8% 91.4%",
66
+ "ring": "222.2 84% 4.9%"
67
+ },
68
+ "dark": {
69
+ "background": "222.2 84% 4.9%",
70
+ "foreground": "210 40% 98%",
71
+ "card": "222.2 84% 4.9%",
72
+ "card-foreground": "210 40% 98%",
73
+ "popover": "222.2 84% 4.9%",
74
+ "popover-foreground": "210 40% 98%",
75
+ "primary": "210 40% 98%",
76
+ "primary-foreground": "222.2 47.4% 11.2%",
77
+ "secondary": "217.2 32.6% 17.5%",
78
+ "secondary-foreground": "210 40% 98%",
79
+ "muted": "217.2 32.6% 17.5%",
80
+ "muted-foreground": "215 20.2% 65.1%",
81
+ "accent": "217.2 32.6% 17.5%",
82
+ "accent-foreground": "210 40% 98%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "210 40% 98%",
85
+ "border": "217.2 32.6% 17.5%",
86
+ "input": "217.2 32.6% 17.5%",
87
+ "ring": "212.7 26.8% 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: 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: 214.3 31.8% 91.4%;\n --primary: 222.2 47.4% 11.2%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96.1%;\n --secondary-foreground: 222.2 47.4% 11.2%;\n --accent: 210 40% 96.1%;\n --accent-foreground: 222.2 47.4% 11.2%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --ring: 222.2 84% 4.9%;\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: 217.2 32.6% 17.5%;\n --primary: 210 40% 98%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --accent: 217.2 32.6% 17.5%;\n --accent-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --ring: 212.7 26.8% 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: 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: 214.3 31.8% 91.4%;\n --primary: 222.2 47.4% 11.2%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96.1%;\n --secondary-foreground: 222.2 47.4% 11.2%;\n --accent: 210 40% 96.1%;\n --accent-foreground: 222.2 47.4% 11.2%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --ring: 222.2 84% 4.9%;\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: 217.2 32.6% 17.5%;\n --primary: 210 40% 98%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --accent: 217.2 32.6% 17.5%;\n --accent-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --ring: 212.7 26.8% 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
+ }