@vllnt/ui 0.2.1 → 0.3.0-canary.a42d8f4

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 (325) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/README.md +59 -30
  3. package/dist/components/accordion/accordion.js +2 -2
  4. package/dist/components/activity-heatmap/activity-heatmap.js +17 -14
  5. package/dist/components/activity-log/activity-log.js +7 -6
  6. package/dist/components/agent-activity/agent-activity.js +311 -0
  7. package/dist/components/agent-activity/index.js +18 -0
  8. package/dist/components/ai-artifact/ai-artifact.js +422 -0
  9. package/dist/components/ai-artifact/index.js +24 -0
  10. package/dist/components/ai-chat-input/ai-chat-input.js +3 -3
  11. package/dist/components/ai-message-bubble/ai-message-bubble.js +2 -2
  12. package/dist/components/ai-sidebar/ai-sidebar.js +254 -0
  13. package/dist/components/ai-sidebar/index.js +22 -0
  14. package/dist/components/ai-source-citation/ai-source-citation.js +2 -2
  15. package/dist/components/ai-tool-call-display/ai-tool-call-display.js +5 -5
  16. package/dist/components/alert-pulse/alert-pulse.js +93 -0
  17. package/dist/components/alert-pulse/index.js +6 -0
  18. package/dist/components/anchor-port/anchor-port.js +51 -0
  19. package/dist/components/anchor-port/index.js +4 -0
  20. package/dist/components/animated-text/animated-text.js +8 -7
  21. package/dist/components/annotation/annotation.js +1 -1
  22. package/dist/components/auto-reload/auto-reload.js +377 -0
  23. package/dist/components/auto-reload/index.js +6 -0
  24. package/dist/components/avatar/avatar.js +1 -1
  25. package/dist/components/avatar-group/avatar-group.js +5 -5
  26. package/dist/components/banner/banner.js +155 -0
  27. package/dist/components/banner/index.js +10 -0
  28. package/dist/components/blog-card/blog-card.js +4 -2
  29. package/dist/components/border-beam/border-beam.js +2 -2
  30. package/dist/components/bottom-activity-strip/bottom-activity-strip.js +91 -0
  31. package/dist/components/bottom-activity-strip/index.js +6 -0
  32. package/dist/components/bottom-bar/bottom-bar.js +25 -0
  33. package/dist/components/bottom-bar/index.js +4 -0
  34. package/dist/components/breadcrumb/breadcrumb.js +33 -26
  35. package/dist/components/button/button.js +1 -1
  36. package/dist/components/calendar/calendar.js +6 -6
  37. package/dist/components/callout/callout.js +1 -1
  38. package/dist/components/candlestick-chart/candlestick-chart.js +6 -5
  39. package/dist/components/canvas-shell/canvas-foundation-demo.js +183 -0
  40. package/dist/components/canvas-shell/canvas-shell-route-config.js +0 -0
  41. package/dist/components/canvas-shell/canvas-shell.js +261 -0
  42. package/dist/components/canvas-shell/index.js +4 -0
  43. package/dist/components/canvas-view/canvas-view.js +461 -0
  44. package/dist/components/canvas-view/index.js +6 -0
  45. package/dist/components/carousel/carousel.js +18 -10
  46. package/dist/components/category-filter/category-filter.js +1 -1
  47. package/dist/components/chart/area-chart.js +1 -0
  48. package/dist/components/chart/line-chart.js +1 -0
  49. package/dist/components/chat-dock-section/chat-dock-section.js +56 -0
  50. package/dist/components/chat-dock-section/index.js +6 -0
  51. package/dist/components/checkbox/checkbox.js +2 -2
  52. package/dist/components/checklist/checklist.js +45 -10
  53. package/dist/components/checklist/index.js +10 -2
  54. package/dist/components/choropleth-map/choropleth-map.js +373 -0
  55. package/dist/components/choropleth-map/index.js +10 -0
  56. package/dist/components/chronological-timeline/chronological-timeline.js +343 -0
  57. package/dist/components/chronological-timeline/index.js +8 -0
  58. package/dist/components/civilization-card/civilization-card.js +258 -0
  59. package/dist/components/civilization-card/index.js +8 -0
  60. package/dist/components/code-block/code-block.js +33 -12
  61. package/dist/components/code-playground/code-playground.js +12 -9
  62. package/dist/components/combobox/combobox.js +47 -28
  63. package/dist/components/command/command.js +1 -1
  64. package/dist/components/comment-pin/comment-pin.js +104 -0
  65. package/dist/components/comment-pin/index.js +6 -0
  66. package/dist/components/comparison/comparison.js +11 -10
  67. package/dist/components/completion-dialog/completion-dialog.js +20 -12
  68. package/dist/components/connector-edge/connector-edge.js +66 -0
  69. package/dist/components/connector-edge/index.js +6 -0
  70. package/dist/components/content-intro/content-intro.js +25 -21
  71. package/dist/components/context-lens/context-lens.js +98 -0
  72. package/dist/components/context-lens/index.js +6 -0
  73. package/dist/components/context-menu/context-menu.js +4 -4
  74. package/dist/components/conversation-thread/conversation-thread.js +348 -0
  75. package/dist/components/conversation-thread/index.js +20 -0
  76. package/dist/components/cookie-consent/cookie-consent.js +1 -1
  77. package/dist/components/copy-button/copy-button.js +189 -0
  78. package/dist/components/copy-button/index.js +8 -0
  79. package/dist/components/countdown-timer/countdown-timer.js +9 -8
  80. package/dist/components/credit-badge/credit-badge.js +1 -7
  81. package/dist/components/curriculum/curriculum.js +349 -0
  82. package/dist/components/curriculum/index.js +10 -0
  83. package/dist/components/data-list/data-list.js +2 -1
  84. package/dist/components/data-table/data-table.js +6 -5
  85. package/dist/components/date-picker/date-picker.js +2 -7
  86. package/dist/components/dialog/dialog.js +1 -1
  87. package/dist/components/document-sibling-nav/document-sibling-nav.js +111 -0
  88. package/dist/components/document-sibling-nav/index.js +8 -0
  89. package/dist/components/dropdown-menu/dropdown-menu.js +3 -3
  90. package/dist/components/edge-label/edge-label.js +26 -0
  91. package/dist/components/edge-label/index.js +4 -0
  92. package/dist/components/empty-state/empty-state.js +93 -0
  93. package/dist/components/empty-state/index.js +8 -0
  94. package/dist/components/era-comparison/era-comparison.js +198 -0
  95. package/dist/components/era-comparison/index.js +16 -0
  96. package/dist/components/exercise/exercise.js +15 -7
  97. package/dist/components/faq/faq.js +8 -4
  98. package/dist/components/file-upload/file-upload.js +4 -9
  99. package/dist/components/filter-bar/filter-bar.js +9 -8
  100. package/dist/components/flashcard/flashcard.js +2 -2
  101. package/dist/components/floating-action-button/floating-action-button.js +1 -1
  102. package/dist/components/floating-toolbar/floating-toolbar.js +66 -0
  103. package/dist/components/floating-toolbar/index.js +6 -0
  104. package/dist/components/flow-diagram/flow-controls.js +9 -9
  105. package/dist/components/flow-diagram/flow-error-boundary.js +2 -2
  106. package/dist/components/flow-diagram/flow-fullscreen.js +2 -2
  107. package/dist/components/follow-mode/follow-mode.js +89 -0
  108. package/dist/components/follow-mode/index.js +6 -0
  109. package/dist/components/form/form.js +432 -0
  110. package/dist/components/form/index.js +20 -0
  111. package/dist/components/gantt-chart/gantt-chart.js +334 -0
  112. package/dist/components/gantt-chart/index.js +6 -0
  113. package/dist/components/geography-quiz-map/geography-quiz-map.js +343 -0
  114. package/dist/components/geography-quiz-map/index.js +12 -0
  115. package/dist/components/glass-panel/glass-panel.js +21 -0
  116. package/dist/components/glass-panel/index.js +4 -0
  117. package/dist/components/globe-3d/globe-3d.js +429 -0
  118. package/dist/components/globe-3d/index.js +10 -0
  119. package/dist/components/group-hull/group-hull.js +29 -0
  120. package/dist/components/group-hull/index.js +4 -0
  121. package/dist/components/handoff-beacon/handoff-beacon.js +78 -0
  122. package/dist/components/handoff-beacon/index.js +6 -0
  123. package/dist/components/heat-map-overlay/heat-map-overlay.js +215 -0
  124. package/dist/components/heat-map-overlay/index.js +6 -0
  125. package/dist/components/heat-overlay/heat-overlay.js +92 -0
  126. package/dist/components/heat-overlay/index.js +6 -0
  127. package/dist/components/historic-timeline/historic-timeline.js +342 -0
  128. package/dist/components/historic-timeline/index.js +6 -0
  129. package/dist/components/historical-figure-card/historical-figure-card.js +270 -0
  130. package/dist/components/historical-figure-card/index.js +6 -0
  131. package/dist/components/horizontal-scroll-row/horizontal-scroll-row.js +6 -5
  132. package/dist/components/index.js +570 -1
  133. package/dist/components/infinite-plane/index.js +6 -0
  134. package/dist/components/infinite-plane/infinite-plane.js +75 -0
  135. package/dist/components/inline-input/inline-input.js +1 -1
  136. package/dist/components/input-otp/input-otp.js +1 -1
  137. package/dist/components/interactive-timeline/index.js +16 -0
  138. package/dist/components/interactive-timeline/interactive-timeline.js +711 -0
  139. package/dist/components/jarvis-dock/index.js +6 -0
  140. package/dist/components/jarvis-dock/jarvis-dock.js +98 -0
  141. package/dist/components/kbd/index.js +5 -0
  142. package/dist/components/kbd/kbd.js +117 -0
  143. package/dist/components/key-concept/key-concept.js +6 -5
  144. package/dist/components/keyboard-shortcuts-help/keyboard-shortcuts-help.js +4 -3
  145. package/dist/components/knowledge-check/index.js +6 -0
  146. package/dist/components/knowledge-check/knowledge-check.js +448 -0
  147. package/dist/components/lang-provider/lang-provider.js +3 -3
  148. package/dist/components/learning-objectives/learning-objectives.js +14 -13
  149. package/dist/components/left-rail/index.js +4 -0
  150. package/dist/components/left-rail/left-rail.js +25 -0
  151. package/dist/components/live-cursor/index.js +6 -0
  152. package/dist/components/live-cursor/live-cursor.js +62 -0
  153. package/dist/components/live-feed/live-feed.js +17 -15
  154. package/dist/components/map-2d/index.js +20 -0
  155. package/dist/components/map-2d/map-2d.js +455 -0
  156. package/dist/components/map-timeline/index.js +16 -0
  157. package/dist/components/map-timeline/map-timeline.js +506 -0
  158. package/dist/components/market-treemap/market-treemap.js +3 -3
  159. package/dist/components/mdx-content/mdx-content.js +21 -10
  160. package/dist/components/menubar/menubar.js +4 -4
  161. package/dist/components/metric-cluster/index.js +6 -0
  162. package/dist/components/metric-cluster/metric-cluster.js +96 -0
  163. package/dist/components/metric-gauge/metric-gauge.js +2 -2
  164. package/dist/components/mini-map-panel/index.js +6 -0
  165. package/dist/components/mini-map-panel/mini-map-panel.js +74 -0
  166. package/dist/components/model-comparison/index.js +12 -0
  167. package/dist/components/model-comparison/model-comparison.js +211 -0
  168. package/dist/components/model-selector/model-selector.js +3 -3
  169. package/dist/components/multi-select/index.js +6 -0
  170. package/dist/components/multi-select/multi-select.js +258 -0
  171. package/dist/components/multi-select-lasso/index.js +6 -0
  172. package/dist/components/multi-select-lasso/multi-select-lasso.js +76 -0
  173. package/dist/components/navbar-saas/navbar-saas.js +9 -8
  174. package/dist/components/navigation-menu/navigation-menu.js +2 -2
  175. package/dist/components/newsletter-signup/index.js +8 -0
  176. package/dist/components/newsletter-signup/newsletter-signup.js +269 -0
  177. package/dist/components/number-input/number-input.js +2 -2
  178. package/dist/components/number-ticker/number-ticker.js +11 -4
  179. package/dist/components/object-card/index.js +6 -0
  180. package/dist/components/object-card/object-card.js +126 -0
  181. package/dist/components/object-handle/index.js +4 -0
  182. package/dist/components/object-handle/object-handle.js +38 -0
  183. package/dist/components/object-inspector/index.js +6 -0
  184. package/dist/components/object-inspector/object-inspector.js +136 -0
  185. package/dist/components/order-book/order-book.js +2 -2
  186. package/dist/components/overview-board/index.js +8 -0
  187. package/dist/components/overview-board/overview-board.js +127 -0
  188. package/dist/components/parallel-timeline/index.js +6 -0
  189. package/dist/components/parallel-timeline/parallel-timeline.js +251 -0
  190. package/dist/components/password-input/password-input.js +1 -1
  191. package/dist/components/plan-badge/plan-badge.js +1 -7
  192. package/dist/components/playback-ghost/index.js +6 -0
  193. package/dist/components/playback-ghost/playback-ghost.js +83 -0
  194. package/dist/components/policy-delivery-panel/index.js +6 -0
  195. package/dist/components/policy-delivery-panel/policy-delivery-panel.js +99 -0
  196. package/dist/components/presence-stack/index.js +6 -0
  197. package/dist/components/presence-stack/presence-stack.js +108 -0
  198. package/dist/components/presence-sync-indicator/index.js +6 -0
  199. package/dist/components/presence-sync-indicator/presence-sync-indicator.js +73 -0
  200. package/dist/components/pricing-table/index.js +8 -0
  201. package/dist/components/pricing-table/pricing-table.js +247 -0
  202. package/dist/components/primary-source-viewer/index.js +26 -0
  203. package/dist/components/primary-source-viewer/primary-source-viewer.js +439 -0
  204. package/dist/components/pro-tip/pro-tip.js +6 -6
  205. package/dist/components/profile-section/profile-section.js +3 -2
  206. package/dist/components/progress-card/progress-card.js +5 -4
  207. package/dist/components/progress-tracker/index.js +20 -0
  208. package/dist/components/progress-tracker/progress-tracker.js +537 -0
  209. package/dist/components/prompt-templates/index.js +6 -0
  210. package/dist/components/prompt-templates/prompt-templates.js +403 -0
  211. package/dist/components/property-section/index.js +6 -0
  212. package/dist/components/property-section/property-section.js +101 -0
  213. package/dist/components/quiz/quiz.js +7 -6
  214. package/dist/components/radio-group/radio-group.js +2 -2
  215. package/dist/components/rating/rating.js +3 -3
  216. package/dist/components/relationship-inspector/index.js +6 -0
  217. package/dist/components/relationship-inspector/relationship-inspector.js +102 -0
  218. package/dist/components/resizable/resizable.js +1 -1
  219. package/dist/components/right-dock/index.js +4 -0
  220. package/dist/components/right-dock/right-dock.js +28 -0
  221. package/dist/components/route-map/index.js +6 -0
  222. package/dist/components/route-map/route-map.js +339 -0
  223. package/dist/components/routing-assignment-panel/index.js +6 -0
  224. package/dist/components/routing-assignment-panel/routing-assignment-panel.js +122 -0
  225. package/dist/components/run-timeline/index.js +6 -0
  226. package/dist/components/run-timeline/run-timeline.js +221 -0
  227. package/dist/components/runtime-overview-panel/index.js +6 -0
  228. package/dist/components/runtime-overview-panel/runtime-overview-panel.js +89 -0
  229. package/dist/components/scope-selector/scope-selector.js +8 -8
  230. package/dist/components/search-bar/search-bar.js +24 -2
  231. package/dist/components/search-dialog/search-dialog.js +484 -51
  232. package/dist/components/segmented-control/index.js +12 -0
  233. package/dist/components/segmented-control/segmented-control.js +61 -0
  234. package/dist/components/select/select.js +5 -5
  235. package/dist/components/selection-halo/index.js +6 -0
  236. package/dist/components/selection-halo/selection-halo.js +72 -0
  237. package/dist/components/selection-presence/index.js +6 -0
  238. package/dist/components/selection-presence/selection-presence.js +50 -0
  239. package/dist/components/severity-badge/severity-badge.js +2 -2
  240. package/dist/components/share-dialog/share-dialog.js +2 -2
  241. package/dist/components/share-section/share-section.js +2 -1
  242. package/dist/components/sheet/sheet.js +1 -1
  243. package/dist/components/sidebar/sidebar.js +31 -26
  244. package/dist/components/sidebar-toggle/sidebar-toggle.js +5 -3
  245. package/dist/components/slider/slider.js +1 -1
  246. package/dist/components/slideshow/slideshow.js +15 -13
  247. package/dist/components/snap-guides/index.js +6 -0
  248. package/dist/components/snap-guides/snap-guides.js +45 -0
  249. package/dist/components/social-fab/social-fab.js +12 -11
  250. package/dist/components/sparkline-grid/sparkline-grid.js +1 -1
  251. package/dist/components/spinner/spinner.js +4 -4
  252. package/dist/components/spinner/unicode-spinner.js +5 -2
  253. package/dist/components/stat-card/stat-card.js +5 -5
  254. package/dist/components/state-badge-overlay/index.js +6 -0
  255. package/dist/components/state-badge-overlay/state-badge-overlay.js +90 -0
  256. package/dist/components/static-code/index.js +4 -0
  257. package/dist/components/static-code/static-code-copy.js +29 -0
  258. package/dist/components/static-code/static-code.js +41 -0
  259. package/dist/components/status-board/status-board.js +14 -7
  260. package/dist/components/status-indicator/status-indicator.js +3 -3
  261. package/dist/components/step-by-step/step-by-step.js +10 -8
  262. package/dist/components/step-navigation/step-navigation.js +2 -2
  263. package/dist/components/stepper/stepper.js +3 -3
  264. package/dist/components/sticky-metric/index.js +6 -0
  265. package/dist/components/sticky-metric/sticky-metric.js +83 -0
  266. package/dist/components/story-map/index.js +8 -0
  267. package/dist/components/story-map/story-map.js +414 -0
  268. package/dist/components/subscription-card/subscription-card.js +1 -1
  269. package/dist/components/switch/switch.js +1 -1
  270. package/dist/components/table-of-contents/table-of-contents.js +5 -2
  271. package/dist/components/table-of-contents-panel/table-of-contents-panel.js +8 -6
  272. package/dist/components/tabs/tabs.js +26 -8
  273. package/dist/components/tags-input/index.js +4 -0
  274. package/dist/components/tags-input/tags-input.js +186 -0
  275. package/dist/components/terminal/terminal.js +61 -37
  276. package/dist/components/theme-preset-provider/index.js +4 -0
  277. package/dist/components/theme-preset-provider/theme-preset-provider.js +55 -0
  278. package/dist/components/theme-switcher/index.js +4 -0
  279. package/dist/components/theme-switcher/theme-switcher.js +43 -0
  280. package/dist/components/theme-toggle/theme-toggle.js +2 -2
  281. package/dist/components/thinking-block/thinking-block.js +3 -3
  282. package/dist/components/thread-bubble/index.js +6 -0
  283. package/dist/components/thread-bubble/thread-bubble.js +85 -0
  284. package/dist/components/threshold-ring/index.js +6 -0
  285. package/dist/components/threshold-ring/threshold-ring.js +160 -0
  286. package/dist/components/ticker-tape/ticker-tape.js +4 -4
  287. package/dist/components/timeline/index.js +12 -0
  288. package/dist/components/timeline/timeline.js +239 -0
  289. package/dist/components/timeline-scrubber/index.js +6 -0
  290. package/dist/components/timeline-scrubber/timeline-scrubber.js +179 -0
  291. package/dist/components/tldr-section/tldr-section.js +11 -9
  292. package/dist/components/top-bar/index.js +4 -0
  293. package/dist/components/top-bar/top-bar.js +31 -0
  294. package/dist/components/tour/tour.js +2 -2
  295. package/dist/components/transaction-list/index.js +14 -0
  296. package/dist/components/transaction-list/transaction-list.js +247 -0
  297. package/dist/components/tree-view/index.js +6 -0
  298. package/dist/components/tree-view/tree-view.js +298 -0
  299. package/dist/components/tutorial-card/tutorial-card.js +1 -1
  300. package/dist/components/tutorial-complete/tutorial-complete.js +16 -14
  301. package/dist/components/tutorial-filters/tutorial-filters.js +2 -2
  302. package/dist/components/tutorial-intro-content/tutorial-intro-content.js +5 -5
  303. package/dist/components/tutorial-mdx/tutorial-mdx.js +6 -6
  304. package/dist/components/usage-breakdown/usage-breakdown.js +11 -6
  305. package/dist/components/video-embed/video-embed.js +2 -2
  306. package/dist/components/viewport-bookmarks/index.js +6 -0
  307. package/dist/components/viewport-bookmarks/viewport-bookmarks.js +118 -0
  308. package/dist/components/wallet-card/wallet-card.js +1 -1
  309. package/dist/components/watchlist/watchlist.js +7 -6
  310. package/dist/components/workspace-switcher/index.js +6 -0
  311. package/dist/components/workspace-switcher/workspace-switcher.js +61 -0
  312. package/dist/components/world-breadcrumbs/index.js +6 -0
  313. package/dist/components/world-breadcrumbs/world-breadcrumbs.js +114 -0
  314. package/dist/components/world-clock-bar/world-clock-bar.js +35 -14
  315. package/dist/components/zoom-hud/index.js +4 -0
  316. package/dist/components/zoom-hud/zoom-hud.js +61 -0
  317. package/dist/index.d.ts +8066 -246
  318. package/dist/index.js +21 -1
  319. package/dist/lib/theme-presets.js +32 -0
  320. package/dist/lib/use-theme-preset.js +94 -0
  321. package/dist/tailwind-preset.js +19 -19
  322. package/package.json +13 -8
  323. package/styles.css +38 -38
  324. package/themes/default.css +39 -39
  325. package/themes/presets.css +547 -0
@@ -0,0 +1,547 @@
1
+ /*
2
+ * Built-in named themes (pop-culture, AI, and 2026-trend). Applied via `data-theme="<name>"`
3
+ * on the document root. Each preset is a complete OKLCH palette (background,
4
+ * surfaces, text, and accent) for light and dark, so switching transforms the
5
+ * whole UI. Values are OKLCH channels ("L C H"), consumed as oklch(var(--x)).
6
+ * The `html[data-theme]` prefix outranks the base `.dark` class.
7
+ */
8
+
9
+ html[data-theme="matrix"] {
10
+ --background: 0.97 0.03 150;
11
+ --foreground: 0.28 0.1 150;
12
+ --card: 0.99 0.02 150;
13
+ --card-foreground: 0.28 0.1 150;
14
+ --popover: 0.99 0.02 150;
15
+ --popover-foreground: 0.28 0.1 150;
16
+ --primary: 0.55 0.19 150;
17
+ --primary-foreground: 0.98 0.03 150;
18
+ --secondary: 0.92 0.04 150;
19
+ --secondary-foreground: 0.3 0.1 150;
20
+ --muted: 0.93 0.03 150;
21
+ --muted-foreground: 0.48 0.1 150;
22
+ --accent: 0.88 0.07 150;
23
+ --accent-foreground: 0.3 0.12 150;
24
+ --destructive: 0.58 0.22 27;
25
+ --destructive-foreground: 0.98 0.02 27;
26
+ --border: 0.85 0.05 150;
27
+ --input: 0.85 0.05 150;
28
+ --ring: 0.55 0.19 150;
29
+ --radius: 0.5rem;
30
+ }
31
+
32
+ html[data-theme="matrix"].dark {
33
+ --background: 0.14 0.025 150;
34
+ --foreground: 0.88 0.21 150;
35
+ --card: 0.17 0.03 150;
36
+ --card-foreground: 0.88 0.21 150;
37
+ --popover: 0.17 0.03 150;
38
+ --popover-foreground: 0.88 0.21 150;
39
+ --primary: 0.8 0.24 150;
40
+ --primary-foreground: 0.14 0.04 150;
41
+ --secondary: 0.24 0.04 150;
42
+ --secondary-foreground: 0.88 0.21 150;
43
+ --muted: 0.22 0.035 150;
44
+ --muted-foreground: 0.62 0.13 150;
45
+ --accent: 0.3 0.07 150;
46
+ --accent-foreground: 0.9 0.2 150;
47
+ --destructive: 0.62 0.21 25;
48
+ --destructive-foreground: 0.96 0.02 25;
49
+ --border: 0.3 0.06 150;
50
+ --input: 0.3 0.06 150;
51
+ --ring: 0.8 0.24 150;
52
+ }
53
+
54
+ html[data-theme="dracula"] {
55
+ --background: 0.96 0.01 285;
56
+ --foreground: 0.3 0.03 285;
57
+ --card: 0.99 0.005 285;
58
+ --card-foreground: 0.3 0.03 285;
59
+ --popover: 0.99 0.005 285;
60
+ --popover-foreground: 0.3 0.03 285;
61
+ --primary: 0.55 0.18 300;
62
+ --primary-foreground: 0.98 0.01 300;
63
+ --secondary: 0.92 0.02 285;
64
+ --secondary-foreground: 0.32 0.03 285;
65
+ --muted: 0.93 0.015 285;
66
+ --muted-foreground: 0.5 0.05 285;
67
+ --accent: 0.88 0.06 350;
68
+ --accent-foreground: 0.32 0.06 350;
69
+ --destructive: 0.58 0.22 25;
70
+ --destructive-foreground: 0.98 0.01 25;
71
+ --border: 0.86 0.02 285;
72
+ --input: 0.86 0.02 285;
73
+ --ring: 0.55 0.18 300;
74
+ --radius: 0.5rem;
75
+ }
76
+
77
+ html[data-theme="dracula"].dark {
78
+ --background: 0.29 0.025 285;
79
+ --foreground: 0.96 0.01 110;
80
+ --card: 0.33 0.025 285;
81
+ --card-foreground: 0.96 0.01 110;
82
+ --popover: 0.33 0.025 285;
83
+ --popover-foreground: 0.96 0.01 110;
84
+ --primary: 0.72 0.16 300;
85
+ --primary-foreground: 0.2 0.03 285;
86
+ --secondary: 0.4 0.03 285;
87
+ --secondary-foreground: 0.96 0.01 110;
88
+ --muted: 0.38 0.025 285;
89
+ --muted-foreground: 0.78 0.05 285;
90
+ --accent: 0.74 0.2 350;
91
+ --accent-foreground: 0.2 0.04 350;
92
+ --destructive: 0.65 0.2 22;
93
+ --destructive-foreground: 0.98 0.01 22;
94
+ --border: 0.42 0.03 285;
95
+ --input: 0.42 0.03 285;
96
+ --ring: 0.72 0.16 300;
97
+ }
98
+
99
+ html[data-theme="synthwave"] {
100
+ --background: 0.96 0.03 320;
101
+ --foreground: 0.3 0.1 305;
102
+ --card: 0.99 0.02 320;
103
+ --card-foreground: 0.3 0.1 305;
104
+ --popover: 0.99 0.02 320;
105
+ --popover-foreground: 0.3 0.1 305;
106
+ --primary: 0.6 0.24 350;
107
+ --primary-foreground: 0.98 0.02 350;
108
+ --secondary: 0.92 0.04 320;
109
+ --secondary-foreground: 0.32 0.1 305;
110
+ --muted: 0.93 0.03 320;
111
+ --muted-foreground: 0.5 0.1 320;
112
+ --accent: 0.85 0.1 200;
113
+ --accent-foreground: 0.3 0.1 240;
114
+ --destructive: 0.58 0.22 22;
115
+ --destructive-foreground: 0.98 0.02 22;
116
+ --border: 0.86 0.06 320;
117
+ --input: 0.86 0.06 320;
118
+ --ring: 0.6 0.24 350;
119
+ --radius: 0.5rem;
120
+ }
121
+
122
+ html[data-theme="synthwave"].dark {
123
+ --background: 0.17 0.07 305;
124
+ --foreground: 0.93 0.04 320;
125
+ --card: 0.21 0.08 305;
126
+ --card-foreground: 0.93 0.04 320;
127
+ --popover: 0.21 0.08 305;
128
+ --popover-foreground: 0.93 0.04 320;
129
+ --primary: 0.68 0.26 350;
130
+ --primary-foreground: 0.16 0.05 320;
131
+ --secondary: 0.3 0.1 300;
132
+ --secondary-foreground: 0.93 0.04 320;
133
+ --muted: 0.28 0.08 305;
134
+ --muted-foreground: 0.74 0.1 320;
135
+ --accent: 0.7 0.16 200;
136
+ --accent-foreground: 0.16 0.05 240;
137
+ --destructive: 0.64 0.22 20;
138
+ --destructive-foreground: 0.97 0.02 20;
139
+ --border: 0.4 0.12 320;
140
+ --input: 0.4 0.12 320;
141
+ --ring: 0.68 0.26 350;
142
+ }
143
+
144
+ html[data-theme="tron"] {
145
+ --background: 0.97 0.015 215;
146
+ --foreground: 0.25 0.06 230;
147
+ --card: 0.99 0.01 215;
148
+ --card-foreground: 0.25 0.06 230;
149
+ --popover: 0.99 0.01 215;
150
+ --popover-foreground: 0.25 0.06 230;
151
+ --primary: 0.6 0.13 220;
152
+ --primary-foreground: 0.98 0.02 220;
153
+ --secondary: 0.92 0.03 215;
154
+ --secondary-foreground: 0.28 0.06 230;
155
+ --muted: 0.93 0.02 215;
156
+ --muted-foreground: 0.5 0.06 220;
157
+ --accent: 0.85 0.1 55;
158
+ --accent-foreground: 0.3 0.08 55;
159
+ --destructive: 0.58 0.22 25;
160
+ --destructive-foreground: 0.98 0.02 25;
161
+ --border: 0.86 0.04 215;
162
+ --input: 0.86 0.04 215;
163
+ --ring: 0.6 0.13 220;
164
+ --radius: 0.5rem;
165
+ }
166
+
167
+ html[data-theme="tron"].dark {
168
+ --background: 0.12 0.02 230;
169
+ --foreground: 0.9 0.07 215;
170
+ --card: 0.16 0.025 230;
171
+ --card-foreground: 0.9 0.07 215;
172
+ --popover: 0.16 0.025 230;
173
+ --popover-foreground: 0.9 0.07 215;
174
+ --primary: 0.78 0.15 215;
175
+ --primary-foreground: 0.12 0.03 230;
176
+ --secondary: 0.24 0.04 230;
177
+ --secondary-foreground: 0.9 0.07 215;
178
+ --muted: 0.22 0.03 230;
179
+ --muted-foreground: 0.65 0.08 215;
180
+ --accent: 0.72 0.18 55;
181
+ --accent-foreground: 0.14 0.03 55;
182
+ --destructive: 0.62 0.21 25;
183
+ --destructive-foreground: 0.97 0.02 25;
184
+ --border: 0.3 0.06 215;
185
+ --input: 0.3 0.06 215;
186
+ --ring: 0.78 0.15 215;
187
+ }
188
+
189
+ html[data-theme="cyberpunk"] {
190
+ --background: 0.97 0.02 100;
191
+ --foreground: 0.25 0.05 250;
192
+ --card: 0.99 0.01 100;
193
+ --card-foreground: 0.25 0.05 250;
194
+ --popover: 0.99 0.01 100;
195
+ --popover-foreground: 0.25 0.05 250;
196
+ --primary: 0.82 0.17 100;
197
+ --primary-foreground: 0.2 0.05 100;
198
+ --secondary: 0.93 0.03 100;
199
+ --secondary-foreground: 0.28 0.05 250;
200
+ --muted: 0.94 0.025 100;
201
+ --muted-foreground: 0.5 0.06 240;
202
+ --accent: 0.85 0.1 195;
203
+ --accent-foreground: 0.28 0.06 230;
204
+ --destructive: 0.58 0.22 18;
205
+ --destructive-foreground: 0.98 0.02 18;
206
+ --border: 0.87 0.04 100;
207
+ --input: 0.87 0.04 100;
208
+ --ring: 0.82 0.17 100;
209
+ --radius: 0.5rem;
210
+ }
211
+
212
+ html[data-theme="cyberpunk"].dark {
213
+ --background: 0.15 0.02 250;
214
+ --foreground: 0.93 0.03 100;
215
+ --card: 0.18 0.025 250;
216
+ --card-foreground: 0.93 0.03 100;
217
+ --popover: 0.18 0.025 250;
218
+ --popover-foreground: 0.93 0.03 100;
219
+ --primary: 0.86 0.19 100;
220
+ --primary-foreground: 0.15 0.04 100;
221
+ --secondary: 0.26 0.04 230;
222
+ --secondary-foreground: 0.93 0.03 100;
223
+ --muted: 0.24 0.03 240;
224
+ --muted-foreground: 0.68 0.08 100;
225
+ --accent: 0.78 0.16 195;
226
+ --accent-foreground: 0.15 0.04 230;
227
+ --destructive: 0.62 0.22 18;
228
+ --destructive-foreground: 0.97 0.02 18;
229
+ --border: 0.3 0.05 200;
230
+ --input: 0.3 0.05 200;
231
+ --ring: 0.86 0.19 100;
232
+ }
233
+
234
+ html[data-theme="nord"] {
235
+ --background: 0.96 0.005 250;
236
+ --foreground: 0.36 0.02 260;
237
+ --card: 0.99 0.003 250;
238
+ --card-foreground: 0.36 0.02 260;
239
+ --popover: 0.99 0.003 250;
240
+ --popover-foreground: 0.36 0.02 260;
241
+ --primary: 0.58 0.1 230;
242
+ --primary-foreground: 0.97 0.005 230;
243
+ --secondary: 0.92 0.008 250;
244
+ --secondary-foreground: 0.36 0.02 260;
245
+ --muted: 0.93 0.006 250;
246
+ --muted-foreground: 0.5 0.02 255;
247
+ --accent: 0.88 0.03 200;
248
+ --accent-foreground: 0.36 0.03 220;
249
+ --destructive: 0.55 0.16 25;
250
+ --destructive-foreground: 0.97 0.01 25;
251
+ --border: 0.87 0.008 250;
252
+ --input: 0.87 0.008 250;
253
+ --ring: 0.58 0.1 230;
254
+ --radius: 0.5rem;
255
+ }
256
+
257
+ html[data-theme="nord"].dark {
258
+ --background: 0.32 0.02 260;
259
+ --foreground: 0.92 0.01 250;
260
+ --card: 0.36 0.02 260;
261
+ --card-foreground: 0.92 0.01 250;
262
+ --popover: 0.36 0.02 260;
263
+ --popover-foreground: 0.92 0.01 250;
264
+ --primary: 0.72 0.08 230;
265
+ --primary-foreground: 0.32 0.02 260;
266
+ --secondary: 0.42 0.02 255;
267
+ --secondary-foreground: 0.92 0.01 250;
268
+ --muted: 0.4 0.02 258;
269
+ --muted-foreground: 0.75 0.03 250;
270
+ --accent: 0.68 0.08 200;
271
+ --accent-foreground: 0.32 0.02 260;
272
+ --destructive: 0.62 0.16 25;
273
+ --destructive-foreground: 0.96 0.01 25;
274
+ --border: 0.45 0.02 258;
275
+ --input: 0.45 0.02 258;
276
+ --ring: 0.72 0.08 230;
277
+ }
278
+
279
+ html[data-theme="claude"] {
280
+ --background: 0.96 0.012 75;
281
+ --foreground: 0.25 0.015 60;
282
+ --card: 0.99 0.006 75;
283
+ --card-foreground: 0.25 0.015 60;
284
+ --popover: 0.99 0.006 75;
285
+ --popover-foreground: 0.25 0.015 60;
286
+ --primary: 0.56 0.12 45;
287
+ --primary-foreground: 0.98 0.012 75;
288
+ --secondary: 0.92 0.014 75;
289
+ --secondary-foreground: 0.3 0.015 60;
290
+ --muted: 0.93 0.01 75;
291
+ --muted-foreground: 0.5 0.02 60;
292
+ --accent: 0.88 0.05 60;
293
+ --accent-foreground: 0.3 0.04 50;
294
+ --destructive: 0.58 0.22 25;
295
+ --destructive-foreground: 0.98 0.02 25;
296
+ --border: 0.86 0.018 75;
297
+ --input: 0.86 0.018 75;
298
+ --ring: 0.56 0.12 45;
299
+ --radius: 0.5rem;
300
+ }
301
+
302
+ html[data-theme="claude"].dark {
303
+ --background: 0.22 0.008 60;
304
+ --foreground: 0.92 0.012 70;
305
+ --card: 0.26 0.01 60;
306
+ --card-foreground: 0.92 0.012 70;
307
+ --popover: 0.26 0.01 60;
308
+ --popover-foreground: 0.92 0.012 70;
309
+ --primary: 0.66 0.11 45;
310
+ --primary-foreground: 0.18 0.02 45;
311
+ --secondary: 0.32 0.012 60;
312
+ --secondary-foreground: 0.92 0.012 70;
313
+ --muted: 0.3 0.01 60;
314
+ --muted-foreground: 0.72 0.02 65;
315
+ --accent: 0.4 0.05 50;
316
+ --accent-foreground: 0.92 0.012 70;
317
+ --destructive: 0.62 0.2 25;
318
+ --destructive-foreground: 0.96 0.02 25;
319
+ --border: 0.34 0.012 60;
320
+ --input: 0.34 0.012 60;
321
+ --ring: 0.66 0.11 45;
322
+ }
323
+
324
+ html[data-theme="chatgpt"] {
325
+ --background: 0.98 0.008 175;
326
+ --foreground: 0.24 0.025 175;
327
+ --card: 0.995 0.004 175;
328
+ --card-foreground: 0.24 0.025 175;
329
+ --popover: 0.995 0.004 175;
330
+ --popover-foreground: 0.24 0.025 175;
331
+ --primary: 0.58 0.12 168;
332
+ --primary-foreground: 0.98 0.012 175;
333
+ --secondary: 0.93 0.012 175;
334
+ --secondary-foreground: 0.3 0.025 175;
335
+ --muted: 0.94 0.008 175;
336
+ --muted-foreground: 0.48 0.03 172;
337
+ --accent: 0.9 0.04 170;
338
+ --accent-foreground: 0.3 0.05 170;
339
+ --destructive: 0.58 0.22 25;
340
+ --destructive-foreground: 0.98 0.02 25;
341
+ --border: 0.88 0.012 175;
342
+ --input: 0.88 0.012 175;
343
+ --ring: 0.58 0.12 168;
344
+ --radius: 0.5rem;
345
+ }
346
+
347
+ html[data-theme="chatgpt"].dark {
348
+ --background: 0.2 0.012 175;
349
+ --foreground: 0.93 0.01 175;
350
+ --card: 0.24 0.018 175;
351
+ --card-foreground: 0.93 0.01 175;
352
+ --popover: 0.24 0.018 175;
353
+ --popover-foreground: 0.93 0.01 175;
354
+ --primary: 0.68 0.12 168;
355
+ --primary-foreground: 0.16 0.03 168;
356
+ --secondary: 0.3 0.018 175;
357
+ --secondary-foreground: 0.93 0.01 175;
358
+ --muted: 0.28 0.014 175;
359
+ --muted-foreground: 0.7 0.025 172;
360
+ --accent: 0.36 0.04 170;
361
+ --accent-foreground: 0.93 0.01 175;
362
+ --destructive: 0.62 0.2 25;
363
+ --destructive-foreground: 0.96 0.02 25;
364
+ --border: 0.32 0.018 175;
365
+ --input: 0.32 0.018 175;
366
+ --ring: 0.68 0.12 168;
367
+ }
368
+
369
+ html[data-theme="gemini"] {
370
+ --background: 0.97 0.015 275;
371
+ --foreground: 0.26 0.04 280;
372
+ --card: 0.99 0.008 275;
373
+ --card-foreground: 0.26 0.04 280;
374
+ --popover: 0.99 0.008 275;
375
+ --popover-foreground: 0.26 0.04 280;
376
+ --primary: 0.56 0.18 275;
377
+ --primary-foreground: 0.98 0.02 275;
378
+ --secondary: 0.93 0.02 275;
379
+ --secondary-foreground: 0.3 0.04 280;
380
+ --muted: 0.94 0.015 275;
381
+ --muted-foreground: 0.5 0.06 270;
382
+ --accent: 0.88 0.06 250;
383
+ --accent-foreground: 0.3 0.08 245;
384
+ --destructive: 0.58 0.22 25;
385
+ --destructive-foreground: 0.98 0.02 25;
386
+ --border: 0.88 0.02 275;
387
+ --input: 0.88 0.02 275;
388
+ --ring: 0.56 0.18 275;
389
+ --radius: 0.5rem;
390
+ }
391
+
392
+ html[data-theme="gemini"].dark {
393
+ --background: 0.18 0.03 280;
394
+ --foreground: 0.93 0.02 275;
395
+ --card: 0.22 0.035 280;
396
+ --card-foreground: 0.93 0.02 275;
397
+ --popover: 0.22 0.035 280;
398
+ --popover-foreground: 0.93 0.02 275;
399
+ --primary: 0.62 0.17 280;
400
+ --primary-foreground: 0.12 0.04 280;
401
+ --secondary: 0.3 0.04 275;
402
+ --secondary-foreground: 0.93 0.02 275;
403
+ --muted: 0.28 0.03 278;
404
+ --muted-foreground: 0.72 0.05 270;
405
+ --accent: 0.66 0.14 245;
406
+ --accent-foreground: 0.16 0.04 245;
407
+ --destructive: 0.62 0.2 25;
408
+ --destructive-foreground: 0.96 0.02 25;
409
+ --border: 0.34 0.04 275;
410
+ --input: 0.34 0.04 275;
411
+ --ring: 0.62 0.17 280;
412
+ }
413
+
414
+ html[data-theme="dusk"] {
415
+ --background: 0.95 0.02 285;
416
+ --foreground: 0.28 0.05 285;
417
+ --card: 0.98 0.012 285;
418
+ --card-foreground: 0.28 0.05 285;
419
+ --popover: 0.98 0.012 285;
420
+ --popover-foreground: 0.28 0.05 285;
421
+ --primary: 0.5 0.13 288;
422
+ --primary-foreground: 0.98 0.02 288;
423
+ --secondary: 0.91 0.025 285;
424
+ --secondary-foreground: 0.3 0.05 285;
425
+ --muted: 0.92 0.02 285;
426
+ --muted-foreground: 0.48 0.06 285;
427
+ --accent: 0.86 0.06 255;
428
+ --accent-foreground: 0.3 0.08 255;
429
+ --destructive: 0.58 0.22 25;
430
+ --destructive-foreground: 0.98 0.02 25;
431
+ --border: 0.85 0.03 285;
432
+ --input: 0.85 0.03 285;
433
+ --ring: 0.5 0.13 288;
434
+ --radius: 0.5rem;
435
+ }
436
+
437
+ html[data-theme="dusk"].dark {
438
+ --background: 0.21 0.045 285;
439
+ --foreground: 0.9 0.03 290;
440
+ --card: 0.25 0.05 285;
441
+ --card-foreground: 0.9 0.03 290;
442
+ --popover: 0.25 0.05 285;
443
+ --popover-foreground: 0.9 0.03 290;
444
+ --primary: 0.62 0.13 290;
445
+ --primary-foreground: 0.14 0.04 290;
446
+ --secondary: 0.32 0.05 285;
447
+ --secondary-foreground: 0.9 0.03 290;
448
+ --muted: 0.3 0.045 285;
449
+ --muted-foreground: 0.72 0.05 290;
450
+ --accent: 0.55 0.1 255;
451
+ --accent-foreground: 0.92 0.03 290;
452
+ --destructive: 0.62 0.2 25;
453
+ --destructive-foreground: 0.96 0.02 25;
454
+ --border: 0.36 0.05 285;
455
+ --input: 0.36 0.05 285;
456
+ --ring: 0.62 0.13 290;
457
+ }
458
+
459
+ html[data-theme="cyberlime"] {
460
+ --background: 0.97 0.04 125;
461
+ --foreground: 0.28 0.08 135;
462
+ --card: 0.99 0.02 125;
463
+ --card-foreground: 0.28 0.08 135;
464
+ --popover: 0.99 0.02 125;
465
+ --popover-foreground: 0.28 0.08 135;
466
+ --primary: 0.82 0.2 128;
467
+ --primary-foreground: 0.22 0.08 128;
468
+ --secondary: 0.93 0.05 125;
469
+ --secondary-foreground: 0.3 0.08 135;
470
+ --muted: 0.94 0.04 125;
471
+ --muted-foreground: 0.48 0.09 130;
472
+ --accent: 0.88 0.1 128;
473
+ --accent-foreground: 0.3 0.1 130;
474
+ --destructive: 0.58 0.22 25;
475
+ --destructive-foreground: 0.98 0.02 25;
476
+ --border: 0.87 0.06 125;
477
+ --input: 0.87 0.06 125;
478
+ --ring: 0.82 0.2 128;
479
+ --radius: 0.5rem;
480
+ }
481
+
482
+ html[data-theme="cyberlime"].dark {
483
+ --background: 0.16 0.025 135;
484
+ --foreground: 0.94 0.06 125;
485
+ --card: 0.19 0.03 135;
486
+ --card-foreground: 0.94 0.06 125;
487
+ --popover: 0.19 0.03 135;
488
+ --popover-foreground: 0.94 0.06 125;
489
+ --primary: 0.88 0.22 128;
490
+ --primary-foreground: 0.16 0.06 128;
491
+ --secondary: 0.26 0.04 135;
492
+ --secondary-foreground: 0.94 0.06 125;
493
+ --muted: 0.24 0.03 135;
494
+ --muted-foreground: 0.72 0.1 128;
495
+ --accent: 0.34 0.07 130;
496
+ --accent-foreground: 0.94 0.1 125;
497
+ --destructive: 0.62 0.21 25;
498
+ --destructive-foreground: 0.96 0.02 25;
499
+ --border: 0.32 0.06 130;
500
+ --input: 0.32 0.06 130;
501
+ --ring: 0.88 0.22 128;
502
+ }
503
+
504
+ html[data-theme="aura"] {
505
+ --background: 0.97 0.025 335;
506
+ --foreground: 0.28 0.06 340;
507
+ --card: 0.99 0.012 335;
508
+ --card-foreground: 0.28 0.06 340;
509
+ --popover: 0.99 0.012 335;
510
+ --popover-foreground: 0.28 0.06 340;
511
+ --primary: 0.6 0.25 350;
512
+ --primary-foreground: 0.98 0.02 350;
513
+ --secondary: 0.93 0.03 335;
514
+ --secondary-foreground: 0.3 0.06 340;
515
+ --muted: 0.94 0.025 335;
516
+ --muted-foreground: 0.5 0.08 340;
517
+ --accent: 0.86 0.08 300;
518
+ --accent-foreground: 0.3 0.1 300;
519
+ --destructive: 0.58 0.22 25;
520
+ --destructive-foreground: 0.98 0.02 25;
521
+ --border: 0.88 0.04 335;
522
+ --input: 0.88 0.04 335;
523
+ --ring: 0.6 0.25 350;
524
+ --radius: 0.5rem;
525
+ }
526
+
527
+ html[data-theme="aura"].dark {
528
+ --background: 0.17 0.045 340;
529
+ --foreground: 0.93 0.03 335;
530
+ --card: 0.21 0.05 340;
531
+ --card-foreground: 0.93 0.03 335;
532
+ --popover: 0.21 0.05 340;
533
+ --popover-foreground: 0.93 0.03 335;
534
+ --primary: 0.66 0.26 350;
535
+ --primary-foreground: 0.16 0.05 350;
536
+ --secondary: 0.3 0.06 335;
537
+ --secondary-foreground: 0.93 0.03 335;
538
+ --muted: 0.28 0.05 338;
539
+ --muted-foreground: 0.74 0.06 340;
540
+ --accent: 0.6 0.2 300;
541
+ --accent-foreground: 0.16 0.05 300;
542
+ --destructive: 0.62 0.21 25;
543
+ --destructive-foreground: 0.96 0.02 25;
544
+ --border: 0.36 0.07 338;
545
+ --input: 0.36 0.07 338;
546
+ --ring: 0.66 0.26 350;
547
+ }