sigma-ui 0.1.0 → 1.0.10

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 +0 -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
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 radix-vue
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
File without changes
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "amber-950",
6
+ "card": "white",
7
+ "card-foreground": "amber-950",
8
+ "popover": "white",
9
+ "popover-foreground": "amber-950",
10
+ "primary": "amber-900",
11
+ "primary-foreground": "amber-50",
12
+ "secondary": "amber-100",
13
+ "secondary-foreground": "amber-900",
14
+ "muted": "amber-100",
15
+ "muted-foreground": "amber-500",
16
+ "accent": "amber-100",
17
+ "accent-foreground": "amber-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "amber-50",
20
+ "border": "amber-200",
21
+ "input": "amber-200",
22
+ "ring": "amber-950"
23
+ },
24
+ "dark": {
25
+ "background": "amber-950",
26
+ "foreground": "amber-50",
27
+ "card": "amber-950",
28
+ "card-foreground": "amber-50",
29
+ "popover": "amber-950",
30
+ "popover-foreground": "amber-50",
31
+ "primary": "amber-50",
32
+ "primary-foreground": "amber-900",
33
+ "secondary": "amber-800",
34
+ "secondary-foreground": "amber-50",
35
+ "muted": "amber-800",
36
+ "muted-foreground": "amber-400",
37
+ "accent": "amber-800",
38
+ "accent-foreground": "amber-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "amber-50",
41
+ "border": "amber-800",
42
+ "input": "amber-800",
43
+ "ring": "amber-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "20.9 91.7% 14.1%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "20.9 91.7% 14.1%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "20.9 91.7% 14.1%",
54
+ "primary": "21.7 77.8% 26.5%",
55
+ "primary-foreground": "48 100% 96.1%",
56
+ "secondary": "48 96.5% 88.8%",
57
+ "secondary-foreground": "21.7 77.8% 26.5%",
58
+ "muted": "48 96.5% 88.8%",
59
+ "muted-foreground": "37.7 92.1% 50.2%",
60
+ "accent": "48 96.5% 88.8%",
61
+ "accent-foreground": "21.7 77.8% 26.5%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "48 100% 96.1%",
64
+ "border": "48 96.6% 76.7%",
65
+ "input": "48 96.6% 76.7%",
66
+ "ring": "20.9 91.7% 14.1%"
67
+ },
68
+ "dark": {
69
+ "background": "20.9 91.7% 14.1%",
70
+ "foreground": "48 100% 96.1%",
71
+ "card": "20.9 91.7% 14.1%",
72
+ "card-foreground": "48 100% 96.1%",
73
+ "popover": "20.9 91.7% 14.1%",
74
+ "popover-foreground": "48 100% 96.1%",
75
+ "primary": "48 100% 96.1%",
76
+ "primary-foreground": "21.7 77.8% 26.5%",
77
+ "secondary": "22.7 82.5% 31.4%",
78
+ "secondary-foreground": "48 100% 96.1%",
79
+ "muted": "22.7 82.5% 31.4%",
80
+ "muted-foreground": "43.3 96.4% 56.3%",
81
+ "accent": "22.7 82.5% 31.4%",
82
+ "accent-foreground": "48 100% 96.1%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "48 100% 96.1%",
85
+ "border": "22.7 82.5% 31.4%",
86
+ "input": "22.7 82.5% 31.4%",
87
+ "ring": "45.9 96.7% 64.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: 20.9 91.7% 14.1%;\n --muted: 48 96.5% 88.8%;\n --muted-foreground: 37.7 92.1% 50.2%;\n --popover: 0 0% 100%;\n --popover-foreground: 20.9 91.7% 14.1%;\n --card: 0 0% 100%;\n --card-foreground: 20.9 91.7% 14.1%;\n --border: 48 96.6% 76.7%;\n --input: 48 96.6% 76.7%;\n --primary: 21.7 77.8% 26.5%;\n --primary-foreground: 48 100% 96.1%;\n --secondary: 48 96.5% 88.8%;\n --secondary-foreground: 21.7 77.8% 26.5%;\n --accent: 48 96.5% 88.8%;\n --accent-foreground: 21.7 77.8% 26.5%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 48 100% 96.1%;\n --ring: 20.9 91.7% 14.1%;\n }\n \n .dark {\n --background: 20.9 91.7% 14.1%;\n --foreground: 48 100% 96.1%;\n --muted: 22.7 82.5% 31.4%;\n --muted-foreground: 43.3 96.4% 56.3%;\n --popover: 20.9 91.7% 14.1%;\n --popover-foreground: 48 100% 96.1%;\n --card: 20.9 91.7% 14.1%;\n --card-foreground: 48 100% 96.1%;\n --border: 22.7 82.5% 31.4%;\n --input: 22.7 82.5% 31.4%;\n --primary: 48 100% 96.1%;\n --primary-foreground: 21.7 77.8% 26.5%;\n --secondary: 22.7 82.5% 31.4%;\n --secondary-foreground: 48 100% 96.1%;\n --accent: 22.7 82.5% 31.4%;\n --accent-foreground: 48 100% 96.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 48 100% 96.1%;\n --ring: 45.9 96.7% 64.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: 20.9 91.7% 14.1%;\n --muted: 48 96.5% 88.8%;\n --muted-foreground: 37.7 92.1% 50.2%;\n --popover: 0 0% 100%;\n --popover-foreground: 20.9 91.7% 14.1%;\n --card: 0 0% 100%;\n --card-foreground: 20.9 91.7% 14.1%;\n --border: 48 96.6% 76.7%;\n --input: 48 96.6% 76.7%;\n --primary: 21.7 77.8% 26.5%;\n --primary-foreground: 48 100% 96.1%;\n --secondary: 48 96.5% 88.8%;\n --secondary-foreground: 21.7 77.8% 26.5%;\n --accent: 48 96.5% 88.8%;\n --accent-foreground: 21.7 77.8% 26.5%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 48 100% 96.1%;\n --ring: 20.9 91.7% 14.1%;\n }\n \n .dark {\n --background: 20.9 91.7% 14.1%;\n --foreground: 48 100% 96.1%;\n --muted: 22.7 82.5% 31.4%;\n --muted-foreground: 43.3 96.4% 56.3%;\n --popover: 20.9 91.7% 14.1%;\n --popover-foreground: 48 100% 96.1%;\n --card: 20.9 91.7% 14.1%;\n --card-foreground: 48 100% 96.1%;\n --border: 22.7 82.5% 31.4%;\n --input: 22.7 82.5% 31.4%;\n --primary: 48 100% 96.1%;\n --primary-foreground: 21.7 77.8% 26.5%;\n --secondary: 22.7 82.5% 31.4%;\n --secondary-foreground: 48 100% 96.1%;\n --accent: 22.7 82.5% 31.4%;\n --accent-foreground: 48 100% 96.1%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 48 100% 96.1%;\n --ring: 45.9 96.7% 64.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": "blue-950",
6
+ "card": "white",
7
+ "card-foreground": "blue-950",
8
+ "popover": "white",
9
+ "popover-foreground": "blue-950",
10
+ "primary": "blue-900",
11
+ "primary-foreground": "blue-50",
12
+ "secondary": "blue-100",
13
+ "secondary-foreground": "blue-900",
14
+ "muted": "blue-100",
15
+ "muted-foreground": "blue-500",
16
+ "accent": "blue-100",
17
+ "accent-foreground": "blue-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "blue-50",
20
+ "border": "blue-200",
21
+ "input": "blue-200",
22
+ "ring": "blue-950"
23
+ },
24
+ "dark": {
25
+ "background": "blue-950",
26
+ "foreground": "blue-50",
27
+ "card": "blue-950",
28
+ "card-foreground": "blue-50",
29
+ "popover": "blue-950",
30
+ "popover-foreground": "blue-50",
31
+ "primary": "blue-50",
32
+ "primary-foreground": "blue-900",
33
+ "secondary": "blue-800",
34
+ "secondary-foreground": "blue-50",
35
+ "muted": "blue-800",
36
+ "muted-foreground": "blue-400",
37
+ "accent": "blue-800",
38
+ "accent-foreground": "blue-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "blue-50",
41
+ "border": "blue-800",
42
+ "input": "blue-800",
43
+ "ring": "blue-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "226.2 57% 21%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "226.2 57% 21%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "226.2 57% 21%",
54
+ "primary": "224.4 64.3% 32.9%",
55
+ "primary-foreground": "213.8 100% 96.9%",
56
+ "secondary": "214.3 94.6% 92.7%",
57
+ "secondary-foreground": "224.4 64.3% 32.9%",
58
+ "muted": "214.3 94.6% 92.7%",
59
+ "muted-foreground": "217.2 91.2% 59.8%",
60
+ "accent": "214.3 94.6% 92.7%",
61
+ "accent-foreground": "224.4 64.3% 32.9%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "213.8 100% 96.9%",
64
+ "border": "213.3 96.9% 87.3%",
65
+ "input": "213.3 96.9% 87.3%",
66
+ "ring": "226.2 57% 21%"
67
+ },
68
+ "dark": {
69
+ "background": "226.2 57% 21%",
70
+ "foreground": "213.8 100% 96.9%",
71
+ "card": "226.2 57% 21%",
72
+ "card-foreground": "213.8 100% 96.9%",
73
+ "popover": "226.2 57% 21%",
74
+ "popover-foreground": "213.8 100% 96.9%",
75
+ "primary": "213.8 100% 96.9%",
76
+ "primary-foreground": "224.4 64.3% 32.9%",
77
+ "secondary": "225.9 70.7% 40.2%",
78
+ "secondary-foreground": "213.8 100% 96.9%",
79
+ "muted": "225.9 70.7% 40.2%",
80
+ "muted-foreground": "213.1 93.9% 67.8%",
81
+ "accent": "225.9 70.7% 40.2%",
82
+ "accent-foreground": "213.8 100% 96.9%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "213.8 100% 96.9%",
85
+ "border": "225.9 70.7% 40.2%",
86
+ "input": "225.9 70.7% 40.2%",
87
+ "ring": "211.7 96.4% 78.4%"
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: 226.2 57% 21%;\n --muted: 214.3 94.6% 92.7%;\n --muted-foreground: 217.2 91.2% 59.8%;\n --popover: 0 0% 100%;\n --popover-foreground: 226.2 57% 21%;\n --card: 0 0% 100%;\n --card-foreground: 226.2 57% 21%;\n --border: 213.3 96.9% 87.3%;\n --input: 213.3 96.9% 87.3%;\n --primary: 224.4 64.3% 32.9%;\n --primary-foreground: 213.8 100% 96.9%;\n --secondary: 214.3 94.6% 92.7%;\n --secondary-foreground: 224.4 64.3% 32.9%;\n --accent: 214.3 94.6% 92.7%;\n --accent-foreground: 224.4 64.3% 32.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 213.8 100% 96.9%;\n --ring: 226.2 57% 21%;\n }\n \n .dark {\n --background: 226.2 57% 21%;\n --foreground: 213.8 100% 96.9%;\n --muted: 225.9 70.7% 40.2%;\n --muted-foreground: 213.1 93.9% 67.8%;\n --popover: 226.2 57% 21%;\n --popover-foreground: 213.8 100% 96.9%;\n --card: 226.2 57% 21%;\n --card-foreground: 213.8 100% 96.9%;\n --border: 225.9 70.7% 40.2%;\n --input: 225.9 70.7% 40.2%;\n --primary: 213.8 100% 96.9%;\n --primary-foreground: 224.4 64.3% 32.9%;\n --secondary: 225.9 70.7% 40.2%;\n --secondary-foreground: 213.8 100% 96.9%;\n --accent: 225.9 70.7% 40.2%;\n --accent-foreground: 213.8 100% 96.9%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 213.8 100% 96.9%;\n --ring: 211.7 96.4% 78.4%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
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: 226.2 57% 21%;\n --muted: 214.3 94.6% 92.7%;\n --muted-foreground: 217.2 91.2% 59.8%;\n --popover: 0 0% 100%;\n --popover-foreground: 226.2 57% 21%;\n --card: 0 0% 100%;\n --card-foreground: 226.2 57% 21%;\n --border: 213.3 96.9% 87.3%;\n --input: 213.3 96.9% 87.3%;\n --primary: 224.4 64.3% 32.9%;\n --primary-foreground: 213.8 100% 96.9%;\n --secondary: 214.3 94.6% 92.7%;\n --secondary-foreground: 224.4 64.3% 32.9%;\n --accent: 214.3 94.6% 92.7%;\n --accent-foreground: 224.4 64.3% 32.9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 213.8 100% 96.9%;\n --ring: 226.2 57% 21%;\n }\n \n .dark {\n --background: 226.2 57% 21%;\n --foreground: 213.8 100% 96.9%;\n --muted: 225.9 70.7% 40.2%;\n --muted-foreground: 213.1 93.9% 67.8%;\n --popover: 226.2 57% 21%;\n --popover-foreground: 213.8 100% 96.9%;\n --card: 226.2 57% 21%;\n --card-foreground: 213.8 100% 96.9%;\n --border: 225.9 70.7% 40.2%;\n --input: 225.9 70.7% 40.2%;\n --primary: 213.8 100% 96.9%;\n --primary-foreground: 224.4 64.3% 32.9%;\n --secondary: 225.9 70.7% 40.2%;\n --secondary-foreground: 213.8 100% 96.9%;\n --accent: 225.9 70.7% 40.2%;\n --accent-foreground: 213.8 100% 96.9%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 213.8 100% 96.9%;\n --ring: 211.7 96.4% 78.4%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
97
+ }
98
+ }
99
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "inlineColors": {
3
+ "light": {
4
+ "background": "white",
5
+ "foreground": "cyan-950",
6
+ "card": "white",
7
+ "card-foreground": "cyan-950",
8
+ "popover": "white",
9
+ "popover-foreground": "cyan-950",
10
+ "primary": "cyan-900",
11
+ "primary-foreground": "cyan-50",
12
+ "secondary": "cyan-100",
13
+ "secondary-foreground": "cyan-900",
14
+ "muted": "cyan-100",
15
+ "muted-foreground": "cyan-500",
16
+ "accent": "cyan-100",
17
+ "accent-foreground": "cyan-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "cyan-50",
20
+ "border": "cyan-200",
21
+ "input": "cyan-200",
22
+ "ring": "cyan-950"
23
+ },
24
+ "dark": {
25
+ "background": "cyan-950",
26
+ "foreground": "cyan-50",
27
+ "card": "cyan-950",
28
+ "card-foreground": "cyan-50",
29
+ "popover": "cyan-950",
30
+ "popover-foreground": "cyan-50",
31
+ "primary": "cyan-50",
32
+ "primary-foreground": "cyan-900",
33
+ "secondary": "cyan-800",
34
+ "secondary-foreground": "cyan-50",
35
+ "muted": "cyan-800",
36
+ "muted-foreground": "cyan-400",
37
+ "accent": "cyan-800",
38
+ "accent-foreground": "cyan-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "cyan-50",
41
+ "border": "cyan-800",
42
+ "input": "cyan-800",
43
+ "ring": "cyan-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "197 78.9% 14.9%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "197 78.9% 14.9%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "197 78.9% 14.9%",
54
+ "primary": "196.4 63.6% 23.7%",
55
+ "primary-foreground": "183.2 100% 96.3%",
56
+ "secondary": "185.1 95.9% 90.4%",
57
+ "secondary-foreground": "196.4 63.6% 23.7%",
58
+ "muted": "185.1 95.9% 90.4%",
59
+ "muted-foreground": "188.7 94.5% 42.7%",
60
+ "accent": "185.1 95.9% 90.4%",
61
+ "accent-foreground": "196.4 63.6% 23.7%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "183.2 100% 96.3%",
64
+ "border": "186.2 93.5% 81.8%",
65
+ "input": "186.2 93.5% 81.8%",
66
+ "ring": "197 78.9% 14.9%"
67
+ },
68
+ "dark": {
69
+ "background": "197 78.9% 14.9%",
70
+ "foreground": "183.2 100% 96.3%",
71
+ "card": "197 78.9% 14.9%",
72
+ "card-foreground": "183.2 100% 96.3%",
73
+ "popover": "197 78.9% 14.9%",
74
+ "popover-foreground": "183.2 100% 96.3%",
75
+ "primary": "183.2 100% 96.3%",
76
+ "primary-foreground": "196.4 63.6% 23.7%",
77
+ "secondary": "194.4 69.6% 27.1%",
78
+ "secondary-foreground": "183.2 100% 96.3%",
79
+ "muted": "194.4 69.6% 27.1%",
80
+ "muted-foreground": "187.9 85.7% 53.3%",
81
+ "accent": "194.4 69.6% 27.1%",
82
+ "accent-foreground": "183.2 100% 96.3%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "183.2 100% 96.3%",
85
+ "border": "194.4 69.6% 27.1%",
86
+ "input": "194.4 69.6% 27.1%",
87
+ "ring": "187 92.4% 69%"
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: 197 78.9% 14.9%;\n --muted: 185.1 95.9% 90.4%;\n --muted-foreground: 188.7 94.5% 42.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 197 78.9% 14.9%;\n --card: 0 0% 100%;\n --card-foreground: 197 78.9% 14.9%;\n --border: 186.2 93.5% 81.8%;\n --input: 186.2 93.5% 81.8%;\n --primary: 196.4 63.6% 23.7%;\n --primary-foreground: 183.2 100% 96.3%;\n --secondary: 185.1 95.9% 90.4%;\n --secondary-foreground: 196.4 63.6% 23.7%;\n --accent: 185.1 95.9% 90.4%;\n --accent-foreground: 196.4 63.6% 23.7%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 197 78.9% 14.9%;\n }\n \n .dark {\n --background: 197 78.9% 14.9%;\n --foreground: 183.2 100% 96.3%;\n --muted: 194.4 69.6% 27.1%;\n --muted-foreground: 187.9 85.7% 53.3%;\n --popover: 197 78.9% 14.9%;\n --popover-foreground: 183.2 100% 96.3%;\n --card: 197 78.9% 14.9%;\n --card-foreground: 183.2 100% 96.3%;\n --border: 194.4 69.6% 27.1%;\n --input: 194.4 69.6% 27.1%;\n --primary: 183.2 100% 96.3%;\n --primary-foreground: 196.4 63.6% 23.7%;\n --secondary: 194.4 69.6% 27.1%;\n --secondary-foreground: 183.2 100% 96.3%;\n --accent: 194.4 69.6% 27.1%;\n --accent-foreground: 183.2 100% 96.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 187 92.4% 69%;\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: 197 78.9% 14.9%;\n --muted: 185.1 95.9% 90.4%;\n --muted-foreground: 188.7 94.5% 42.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 197 78.9% 14.9%;\n --card: 0 0% 100%;\n --card-foreground: 197 78.9% 14.9%;\n --border: 186.2 93.5% 81.8%;\n --input: 186.2 93.5% 81.8%;\n --primary: 196.4 63.6% 23.7%;\n --primary-foreground: 183.2 100% 96.3%;\n --secondary: 185.1 95.9% 90.4%;\n --secondary-foreground: 196.4 63.6% 23.7%;\n --accent: 185.1 95.9% 90.4%;\n --accent-foreground: 196.4 63.6% 23.7%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 197 78.9% 14.9%;\n }\n \n .dark {\n --background: 197 78.9% 14.9%;\n --foreground: 183.2 100% 96.3%;\n --muted: 194.4 69.6% 27.1%;\n --muted-foreground: 187.9 85.7% 53.3%;\n --popover: 197 78.9% 14.9%;\n --popover-foreground: 183.2 100% 96.3%;\n --card: 197 78.9% 14.9%;\n --card-foreground: 183.2 100% 96.3%;\n --border: 194.4 69.6% 27.1%;\n --input: 194.4 69.6% 27.1%;\n --primary: 183.2 100% 96.3%;\n --primary-foreground: 196.4 63.6% 23.7%;\n --secondary: 194.4 69.6% 27.1%;\n --secondary-foreground: 183.2 100% 96.3%;\n --accent: 194.4 69.6% 27.1%;\n --accent-foreground: 183.2 100% 96.3%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 183.2 100% 96.3%;\n --ring: 187 92.4% 69%;\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": "emerald-950",
6
+ "card": "white",
7
+ "card-foreground": "emerald-950",
8
+ "popover": "white",
9
+ "popover-foreground": "emerald-950",
10
+ "primary": "emerald-900",
11
+ "primary-foreground": "emerald-50",
12
+ "secondary": "emerald-100",
13
+ "secondary-foreground": "emerald-900",
14
+ "muted": "emerald-100",
15
+ "muted-foreground": "emerald-500",
16
+ "accent": "emerald-100",
17
+ "accent-foreground": "emerald-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "emerald-50",
20
+ "border": "emerald-200",
21
+ "input": "emerald-200",
22
+ "ring": "emerald-950"
23
+ },
24
+ "dark": {
25
+ "background": "emerald-950",
26
+ "foreground": "emerald-50",
27
+ "card": "emerald-950",
28
+ "card-foreground": "emerald-50",
29
+ "popover": "emerald-950",
30
+ "popover-foreground": "emerald-50",
31
+ "primary": "emerald-50",
32
+ "primary-foreground": "emerald-900",
33
+ "secondary": "emerald-800",
34
+ "secondary-foreground": "emerald-50",
35
+ "muted": "emerald-800",
36
+ "muted-foreground": "emerald-400",
37
+ "accent": "emerald-800",
38
+ "accent-foreground": "emerald-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "emerald-50",
41
+ "border": "emerald-800",
42
+ "input": "emerald-800",
43
+ "ring": "emerald-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "165.7 91.3% 9%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "165.7 91.3% 9%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "165.7 91.3% 9%",
54
+ "primary": "164.2 85.7% 16.5%",
55
+ "primary-foreground": "151.8 81% 95.9%",
56
+ "secondary": "149.3 80.4% 90%",
57
+ "secondary-foreground": "164.2 85.7% 16.5%",
58
+ "muted": "149.3 80.4% 90%",
59
+ "muted-foreground": "160.1 84.1% 39.4%",
60
+ "accent": "149.3 80.4% 90%",
61
+ "accent-foreground": "164.2 85.7% 16.5%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "151.8 81% 95.9%",
64
+ "border": "152.4 76% 80.4%",
65
+ "input": "152.4 76% 80.4%",
66
+ "ring": "165.7 91.3% 9%"
67
+ },
68
+ "dark": {
69
+ "background": "165.7 91.3% 9%",
70
+ "foreground": "151.8 81% 95.9%",
71
+ "card": "165.7 91.3% 9%",
72
+ "card-foreground": "151.8 81% 95.9%",
73
+ "popover": "165.7 91.3% 9%",
74
+ "popover-foreground": "151.8 81% 95.9%",
75
+ "primary": "151.8 81% 95.9%",
76
+ "primary-foreground": "164.2 85.7% 16.5%",
77
+ "secondary": "163.1 88.1% 19.8%",
78
+ "secondary-foreground": "151.8 81% 95.9%",
79
+ "muted": "163.1 88.1% 19.8%",
80
+ "muted-foreground": "158.1 64.4% 51.6%",
81
+ "accent": "163.1 88.1% 19.8%",
82
+ "accent-foreground": "151.8 81% 95.9%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "151.8 81% 95.9%",
85
+ "border": "163.1 88.1% 19.8%",
86
+ "input": "163.1 88.1% 19.8%",
87
+ "ring": "156.2 71.6% 66.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: 165.7 91.3% 9%;\n --muted: 149.3 80.4% 90%;\n --muted-foreground: 160.1 84.1% 39.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 165.7 91.3% 9%;\n --card: 0 0% 100%;\n --card-foreground: 165.7 91.3% 9%;\n --border: 152.4 76% 80.4%;\n --input: 152.4 76% 80.4%;\n --primary: 164.2 85.7% 16.5%;\n --primary-foreground: 151.8 81% 95.9%;\n --secondary: 149.3 80.4% 90%;\n --secondary-foreground: 164.2 85.7% 16.5%;\n --accent: 149.3 80.4% 90%;\n --accent-foreground: 164.2 85.7% 16.5%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 151.8 81% 95.9%;\n --ring: 165.7 91.3% 9%;\n }\n \n .dark {\n --background: 165.7 91.3% 9%;\n --foreground: 151.8 81% 95.9%;\n --muted: 163.1 88.1% 19.8%;\n --muted-foreground: 158.1 64.4% 51.6%;\n --popover: 165.7 91.3% 9%;\n --popover-foreground: 151.8 81% 95.9%;\n --card: 165.7 91.3% 9%;\n --card-foreground: 151.8 81% 95.9%;\n --border: 163.1 88.1% 19.8%;\n --input: 163.1 88.1% 19.8%;\n --primary: 151.8 81% 95.9%;\n --primary-foreground: 164.2 85.7% 16.5%;\n --secondary: 163.1 88.1% 19.8%;\n --secondary-foreground: 151.8 81% 95.9%;\n --accent: 163.1 88.1% 19.8%;\n --accent-foreground: 151.8 81% 95.9%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 151.8 81% 95.9%;\n --ring: 156.2 71.6% 66.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: 165.7 91.3% 9%;\n --muted: 149.3 80.4% 90%;\n --muted-foreground: 160.1 84.1% 39.4%;\n --popover: 0 0% 100%;\n --popover-foreground: 165.7 91.3% 9%;\n --card: 0 0% 100%;\n --card-foreground: 165.7 91.3% 9%;\n --border: 152.4 76% 80.4%;\n --input: 152.4 76% 80.4%;\n --primary: 164.2 85.7% 16.5%;\n --primary-foreground: 151.8 81% 95.9%;\n --secondary: 149.3 80.4% 90%;\n --secondary-foreground: 164.2 85.7% 16.5%;\n --accent: 149.3 80.4% 90%;\n --accent-foreground: 164.2 85.7% 16.5%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 151.8 81% 95.9%;\n --ring: 165.7 91.3% 9%;\n }\n \n .dark {\n --background: 165.7 91.3% 9%;\n --foreground: 151.8 81% 95.9%;\n --muted: 163.1 88.1% 19.8%;\n --muted-foreground: 158.1 64.4% 51.6%;\n --popover: 165.7 91.3% 9%;\n --popover-foreground: 151.8 81% 95.9%;\n --card: 165.7 91.3% 9%;\n --card-foreground: 151.8 81% 95.9%;\n --border: 163.1 88.1% 19.8%;\n --input: 163.1 88.1% 19.8%;\n --primary: 151.8 81% 95.9%;\n --primary-foreground: 164.2 85.7% 16.5%;\n --secondary: 163.1 88.1% 19.8%;\n --secondary-foreground: 151.8 81% 95.9%;\n --accent: 163.1 88.1% 19.8%;\n --accent-foreground: 151.8 81% 95.9%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 151.8 81% 95.9%;\n --ring: 156.2 71.6% 66.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": "fuchsia-950",
6
+ "card": "white",
7
+ "card-foreground": "fuchsia-950",
8
+ "popover": "white",
9
+ "popover-foreground": "fuchsia-950",
10
+ "primary": "fuchsia-900",
11
+ "primary-foreground": "fuchsia-50",
12
+ "secondary": "fuchsia-100",
13
+ "secondary-foreground": "fuchsia-900",
14
+ "muted": "fuchsia-100",
15
+ "muted-foreground": "fuchsia-500",
16
+ "accent": "fuchsia-100",
17
+ "accent-foreground": "fuchsia-900",
18
+ "destructive": "red-500",
19
+ "destructive-foreground": "fuchsia-50",
20
+ "border": "fuchsia-200",
21
+ "input": "fuchsia-200",
22
+ "ring": "fuchsia-950"
23
+ },
24
+ "dark": {
25
+ "background": "fuchsia-950",
26
+ "foreground": "fuchsia-50",
27
+ "card": "fuchsia-950",
28
+ "card-foreground": "fuchsia-50",
29
+ "popover": "fuchsia-950",
30
+ "popover-foreground": "fuchsia-50",
31
+ "primary": "fuchsia-50",
32
+ "primary-foreground": "fuchsia-900",
33
+ "secondary": "fuchsia-800",
34
+ "secondary-foreground": "fuchsia-50",
35
+ "muted": "fuchsia-800",
36
+ "muted-foreground": "fuchsia-400",
37
+ "accent": "fuchsia-800",
38
+ "accent-foreground": "fuchsia-50",
39
+ "destructive": "red-900",
40
+ "destructive-foreground": "fuchsia-50",
41
+ "border": "fuchsia-800",
42
+ "input": "fuchsia-800",
43
+ "ring": "fuchsia-300"
44
+ }
45
+ },
46
+ "cssVars": {
47
+ "light": {
48
+ "background": "0 0% 100%",
49
+ "foreground": "296.8 90.2% 16.1%",
50
+ "card": "0 0% 100%",
51
+ "card-foreground": "296.8 90.2% 16.1%",
52
+ "popover": "0 0% 100%",
53
+ "popover-foreground": "296.8 90.2% 16.1%",
54
+ "primary": "296.7 63.6% 28%",
55
+ "primary-foreground": "289.1 100% 97.8%",
56
+ "secondary": "287 100% 95.5%",
57
+ "secondary-foreground": "296.7 63.6% 28%",
58
+ "muted": "287 100% 95.5%",
59
+ "muted-foreground": "292.2 84.1% 60.6%",
60
+ "accent": "287 100% 95.5%",
61
+ "accent-foreground": "296.7 63.6% 28%",
62
+ "destructive": "0 84.2% 60.2%",
63
+ "destructive-foreground": "289.1 100% 97.8%",
64
+ "border": "288.3 95.8% 90.6%",
65
+ "input": "288.3 95.8% 90.6%",
66
+ "ring": "296.8 90.2% 16.1%"
67
+ },
68
+ "dark": {
69
+ "background": "296.8 90.2% 16.1%",
70
+ "foreground": "289.1 100% 97.8%",
71
+ "card": "296.8 90.2% 16.1%",
72
+ "card-foreground": "289.1 100% 97.8%",
73
+ "popover": "296.8 90.2% 16.1%",
74
+ "popover-foreground": "289.1 100% 97.8%",
75
+ "primary": "289.1 100% 97.8%",
76
+ "primary-foreground": "296.7 63.6% 28%",
77
+ "secondary": "295.4 70.2% 32.9%",
78
+ "secondary-foreground": "289.1 100% 97.8%",
79
+ "muted": "295.4 70.2% 32.9%",
80
+ "muted-foreground": "292 91.4% 72.5%",
81
+ "accent": "295.4 70.2% 32.9%",
82
+ "accent-foreground": "289.1 100% 97.8%",
83
+ "destructive": "0 62.8% 30.6%",
84
+ "destructive-foreground": "289.1 100% 97.8%",
85
+ "border": "295.4 70.2% 32.9%",
86
+ "input": "295.4 70.2% 32.9%",
87
+ "ring": "291.1 93.1% 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: 296.8 90.2% 16.1%;\n --muted: 287 100% 95.5%;\n --muted-foreground: 292.2 84.1% 60.6%;\n --popover: 0 0% 100%;\n --popover-foreground: 296.8 90.2% 16.1%;\n --card: 0 0% 100%;\n --card-foreground: 296.8 90.2% 16.1%;\n --border: 288.3 95.8% 90.6%;\n --input: 288.3 95.8% 90.6%;\n --primary: 296.7 63.6% 28%;\n --primary-foreground: 289.1 100% 97.8%;\n --secondary: 287 100% 95.5%;\n --secondary-foreground: 296.7 63.6% 28%;\n --accent: 287 100% 95.5%;\n --accent-foreground: 296.7 63.6% 28%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 289.1 100% 97.8%;\n --ring: 296.8 90.2% 16.1%;\n }\n \n .dark {\n --background: 296.8 90.2% 16.1%;\n --foreground: 289.1 100% 97.8%;\n --muted: 295.4 70.2% 32.9%;\n --muted-foreground: 292 91.4% 72.5%;\n --popover: 296.8 90.2% 16.1%;\n --popover-foreground: 289.1 100% 97.8%;\n --card: 296.8 90.2% 16.1%;\n --card-foreground: 289.1 100% 97.8%;\n --border: 295.4 70.2% 32.9%;\n --input: 295.4 70.2% 32.9%;\n --primary: 289.1 100% 97.8%;\n --primary-foreground: 296.7 63.6% 28%;\n --secondary: 295.4 70.2% 32.9%;\n --secondary-foreground: 289.1 100% 97.8%;\n --accent: 295.4 70.2% 32.9%;\n --accent-foreground: 289.1 100% 97.8%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 289.1 100% 97.8%;\n --ring: 291.1 93.1% 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: 296.8 90.2% 16.1%;\n --muted: 287 100% 95.5%;\n --muted-foreground: 292.2 84.1% 60.6%;\n --popover: 0 0% 100%;\n --popover-foreground: 296.8 90.2% 16.1%;\n --card: 0 0% 100%;\n --card-foreground: 296.8 90.2% 16.1%;\n --border: 288.3 95.8% 90.6%;\n --input: 288.3 95.8% 90.6%;\n --primary: 296.7 63.6% 28%;\n --primary-foreground: 289.1 100% 97.8%;\n --secondary: 287 100% 95.5%;\n --secondary-foreground: 296.7 63.6% 28%;\n --accent: 287 100% 95.5%;\n --accent-foreground: 296.7 63.6% 28%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 289.1 100% 97.8%;\n --ring: 296.8 90.2% 16.1%;\n }\n \n .dark {\n --background: 296.8 90.2% 16.1%;\n --foreground: 289.1 100% 97.8%;\n --muted: 295.4 70.2% 32.9%;\n --muted-foreground: 292 91.4% 72.5%;\n --popover: 296.8 90.2% 16.1%;\n --popover-foreground: 289.1 100% 97.8%;\n --card: 296.8 90.2% 16.1%;\n --card-foreground: 289.1 100% 97.8%;\n --border: 295.4 70.2% 32.9%;\n --input: 295.4 70.2% 32.9%;\n --primary: 289.1 100% 97.8%;\n --primary-foreground: 296.7 63.6% 28%;\n --secondary: 295.4 70.2% 32.9%;\n --secondary-foreground: 289.1 100% 97.8%;\n --accent: 295.4 70.2% 32.9%;\n --accent-foreground: 289.1 100% 97.8%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 289.1 100% 97.8%;\n --ring: 291.1 93.1% 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
+ }