@vllnt/ui 0.2.1 → 0.3.0-canary.f3cafe8

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 +39 -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 +12 -11
  6. package/dist/components/agent-activity/agent-activity.js +317 -0
  7. package/dist/components/agent-activity/index.js +18 -0
  8. package/dist/components/ai-artifact/ai-artifact.js +439 -0
  9. package/dist/components/ai-artifact/index.js +24 -0
  10. package/dist/components/ai-chat-input/ai-chat-input.js +6 -4
  11. package/dist/components/ai-message-bubble/ai-message-bubble.js +3 -3
  12. package/dist/components/ai-sidebar/ai-sidebar.js +255 -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 +401 -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 +5 -3
  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 +13 -12
  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 +504 -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 +378 -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 +275 -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 +49 -30
  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 +10 -9
  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 +10 -9
  85. package/dist/components/date-picker/date-picker.js +4 -9
  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 +216 -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 +10 -4
  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 +344 -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 +724 -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 +125 -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 +473 -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 +18 -16
  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 +3 -3
  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 +230 -0
  168. package/dist/components/model-selector/model-selector.js +8 -8
  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 +11 -10
  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 +284 -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 +6 -5
  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 +395 -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 +13 -13
  230. package/dist/components/search-bar/search-bar.js +24 -2
  231. package/dist/components/search-dialog/search-dialog.js +485 -52
  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 +4 -3
  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 +24 -0
  258. package/dist/components/static-code/static-code.js +41 -0
  259. package/dist/components/status-board/status-board.js +15 -8
  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 +10 -4
  295. package/dist/components/transaction-list/index.js +14 -0
  296. package/dist/components/transaction-list/transaction-list.js +253 -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 +2 -2
  300. package/dist/components/tutorial-complete/tutorial-complete.js +18 -16
  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 +20 -20
  304. package/dist/components/usage-breakdown/usage-breakdown.js +12 -7
  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 +8108 -231
  318. package/dist/index.js +27 -1
  319. package/dist/lib/theme-presets.js +32 -0
  320. package/dist/lib/use-theme-preset.js +95 -0
  321. package/dist/tailwind-preset.js +19 -19
  322. package/package.json +15 -10
  323. package/styles.css +38 -38
  324. package/themes/default.css +39 -39
  325. package/themes/presets.css +547 -0
@@ -0,0 +1,506 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import {
4
+ createContext,
5
+ forwardRef,
6
+ useCallback,
7
+ useContext,
8
+ useEffect,
9
+ useId,
10
+ useMemo,
11
+ useRef,
12
+ useState
13
+ } from "react";
14
+ import { cn } from "../../lib/utils";
15
+ const VIEWBOX_WIDTH = 1e3;
16
+ const VIEWBOX_HEIGHT = 500;
17
+ const PALETTE = {
18
+ amber: {
19
+ dot: "fill-amber-500",
20
+ fill: "rgba(245, 158, 11, 0.25)",
21
+ stroke: "#b45309"
22
+ },
23
+ blue: {
24
+ dot: "fill-blue-500",
25
+ fill: "rgba(59, 130, 246, 0.25)",
26
+ stroke: "#1d4ed8"
27
+ },
28
+ emerald: {
29
+ dot: "fill-emerald-500",
30
+ fill: "rgba(16, 185, 129, 0.25)",
31
+ stroke: "#047857"
32
+ },
33
+ purple: {
34
+ dot: "fill-purple-500",
35
+ fill: "rgba(168, 85, 247, 0.25)",
36
+ stroke: "#7c3aed"
37
+ },
38
+ red: {
39
+ dot: "fill-red-500",
40
+ fill: "rgba(239, 68, 68, 0.25)",
41
+ stroke: "#b91c1c"
42
+ },
43
+ rose: {
44
+ dot: "fill-rose-500",
45
+ fill: "rgba(244, 63, 94, 0.25)",
46
+ stroke: "#be123c"
47
+ }
48
+ };
49
+ const DEFAULT_LABELS = {
50
+ pause: "Pause",
51
+ play: "Play",
52
+ region: "Map timeline",
53
+ slider: "Year"
54
+ };
55
+ const TimelineContext = createContext(null);
56
+ function useTimelineContext() {
57
+ const ctx = useContext(TimelineContext);
58
+ if (!ctx) {
59
+ throw new Error("MapTimeline subcomponent used outside its root.");
60
+ }
61
+ return ctx;
62
+ }
63
+ function clamp(value, min, max) {
64
+ return Math.min(Math.max(value, min), max);
65
+ }
66
+ function projectEquirectangular(position) {
67
+ const [lng, lat] = position;
68
+ return {
69
+ x: (lng + 180) / 360 * VIEWBOX_WIDTH,
70
+ y: (90 - lat) / 180 * VIEWBOX_HEIGHT
71
+ };
72
+ }
73
+ function formatYear(year) {
74
+ if (year < 0) return `${Math.abs(year).toString()} BCE`;
75
+ return `${year.toString()} CE`;
76
+ }
77
+ function ringToPath(ring) {
78
+ return ring.map((position, index) => {
79
+ const projected = projectEquirectangular(position);
80
+ return `${index === 0 ? "M" : "L"}${projected.x.toString()},${projected.y.toString()}`;
81
+ }).join(" ");
82
+ }
83
+ function geometryRings(geometry) {
84
+ if (geometry.type === "polygon") return [geometry.polygon];
85
+ return geometry.polygons;
86
+ }
87
+ function ringCentroid(ring) {
88
+ if (ring.length === 0) return { x: 0, y: 0 };
89
+ const total = ring.reduce(
90
+ (accumulator, position) => {
91
+ const projected = projectEquirectangular(position);
92
+ return { x: accumulator.x + projected.x, y: accumulator.y + projected.y };
93
+ },
94
+ { x: 0, y: 0 }
95
+ );
96
+ return { x: total.x / ring.length, y: total.y / ring.length };
97
+ }
98
+ const MapTimelineLayer = forwardRef(
99
+ (props, ref) => {
100
+ const {
101
+ color = "blue",
102
+ endYear,
103
+ geometry,
104
+ id,
105
+ label,
106
+ startYear,
107
+ ...rest
108
+ } = props;
109
+ const { year } = useTimelineContext();
110
+ if (year < startYear || year > endYear) return null;
111
+ const palette = PALETTE[color];
112
+ const rings = geometryRings(geometry);
113
+ const centroid = rings[0] ? ringCentroid(rings[0]) : { x: 0, y: 0 };
114
+ return /* @__PURE__ */ jsxs("g", { "data-layer-id": id, "data-state": "visible", ref, ...rest, children: [
115
+ rings.map((ring, index) => /* @__PURE__ */ jsx(
116
+ "path",
117
+ {
118
+ d: `${ringToPath(ring)} Z`,
119
+ fill: palette.fill,
120
+ stroke: palette.stroke,
121
+ strokeWidth: 1.5
122
+ },
123
+ `${id ?? "layer"}-ring-${index.toString()}`
124
+ )),
125
+ label ? /* @__PURE__ */ jsx(
126
+ "text",
127
+ {
128
+ className: "select-none fill-foreground text-[11px] font-semibold",
129
+ dominantBaseline: "middle",
130
+ textAnchor: "middle",
131
+ x: centroid.x,
132
+ y: centroid.y,
133
+ children: label
134
+ }
135
+ ) : null
136
+ ] });
137
+ }
138
+ );
139
+ MapTimelineLayer.displayName = "MapTimelineLayer";
140
+ const MapTimelineEvent = forwardRef(
141
+ (props, ref) => {
142
+ const {
143
+ color = "red",
144
+ description,
145
+ id,
146
+ position,
147
+ title,
148
+ toleranceYears = 0,
149
+ year: eventYear,
150
+ ...rest
151
+ } = props;
152
+ const { year } = useTimelineContext();
153
+ const visible = Math.abs(year - eventYear) <= toleranceYears;
154
+ if (!visible) return null;
155
+ const palette = PALETTE[color];
156
+ const projected = projectEquirectangular(position);
157
+ return /* @__PURE__ */ jsxs(
158
+ "g",
159
+ {
160
+ "data-event-id": id,
161
+ "data-event-year": eventYear,
162
+ ref,
163
+ transform: `translate(${projected.x.toString()}, ${projected.y.toString()})`,
164
+ ...rest,
165
+ children: [
166
+ /* @__PURE__ */ jsx(
167
+ "circle",
168
+ {
169
+ className: cn("stroke-background", palette.dot),
170
+ r: "6",
171
+ strokeWidth: "2",
172
+ children: title ? /* @__PURE__ */ jsx("title", { children: title }) : null
173
+ }
174
+ ),
175
+ title ? /* @__PURE__ */ jsx(
176
+ "text",
177
+ {
178
+ className: "select-none fill-foreground text-[10px] font-semibold",
179
+ dominantBaseline: "middle",
180
+ textAnchor: "middle",
181
+ y: "-12",
182
+ children: title
183
+ }
184
+ ) : null,
185
+ description ? /* @__PURE__ */ jsx(
186
+ "text",
187
+ {
188
+ className: "select-none fill-muted-foreground text-[9px]",
189
+ dominantBaseline: "middle",
190
+ textAnchor: "middle",
191
+ y: "20",
192
+ children: description
193
+ }
194
+ ) : null
195
+ ]
196
+ }
197
+ );
198
+ }
199
+ );
200
+ MapTimelineEvent.displayName = "MapTimelineEvent";
201
+ const MapTimelineControls = forwardRef(({ children, className, ...rest }, ref) => /* @__PURE__ */ jsx(
202
+ "div",
203
+ {
204
+ className: cn(
205
+ "flex items-center gap-3 border-t border-border bg-muted/40 px-4 py-2",
206
+ className
207
+ ),
208
+ ref,
209
+ ...rest,
210
+ children
211
+ }
212
+ ));
213
+ MapTimelineControls.displayName = "MapTimelineControls";
214
+ const MapTimelineSlider = forwardRef(({ className, ...rest }, ref) => {
215
+ const { endYear, labels, setYear, startYear, year } = useTimelineContext();
216
+ const sliderId = useId();
217
+ const handleYearChange = (event) => {
218
+ setYear(Number.parseInt(event.target.value, 10));
219
+ };
220
+ return /* @__PURE__ */ jsxs("div", { className: "flex flex-1 items-center gap-2 text-xs font-medium text-muted-foreground", children: [
221
+ /* @__PURE__ */ jsx("span", { "aria-hidden": "true", children: formatYear(startYear) }),
222
+ /* @__PURE__ */ jsx(
223
+ "input",
224
+ {
225
+ "aria-label": labels.slider,
226
+ "aria-valuemax": endYear,
227
+ "aria-valuemin": startYear,
228
+ "aria-valuenow": year,
229
+ className: cn("flex-1 accent-primary", className),
230
+ id: sliderId,
231
+ max: endYear,
232
+ min: startYear,
233
+ onChange: handleYearChange,
234
+ ref,
235
+ type: "range",
236
+ value: year,
237
+ ...rest
238
+ }
239
+ ),
240
+ /* @__PURE__ */ jsx("span", { "aria-hidden": "true", children: formatYear(endYear) }),
241
+ /* @__PURE__ */ jsx(
242
+ "span",
243
+ {
244
+ className: "ml-2 inline-flex min-w-20 justify-center rounded-md border border-border bg-background px-2 py-0.5 text-foreground",
245
+ "data-current-year": year,
246
+ children: formatYear(year)
247
+ }
248
+ )
249
+ ] });
250
+ });
251
+ MapTimelineSlider.displayName = "MapTimelineSlider";
252
+ const MapTimelinePlayButton = forwardRef(({ className, ...rest }, ref) => {
253
+ const { isPlaying, labels, setIsPlaying } = useTimelineContext();
254
+ const handleTogglePlayback = () => {
255
+ setIsPlaying(!isPlaying);
256
+ };
257
+ return /* @__PURE__ */ jsx(
258
+ "button",
259
+ {
260
+ "aria-label": isPlaying ? labels.pause : labels.play,
261
+ "aria-pressed": isPlaying,
262
+ className: cn(
263
+ "inline-flex h-8 items-center rounded-md border border-border bg-background px-3 text-xs font-medium hover:bg-accent focus:outline-none focus-visible:ring-2 focus-visible:ring-ring",
264
+ className
265
+ ),
266
+ "data-playing": isPlaying ? "true" : void 0,
267
+ onClick: handleTogglePlayback,
268
+ ref,
269
+ type: "button",
270
+ ...rest,
271
+ children: /* @__PURE__ */ jsx("span", { "aria-hidden": "true", children: isPlaying ? "\u275A\u275A" : "\u25B6" })
272
+ }
273
+ );
274
+ });
275
+ MapTimelinePlayButton.displayName = "MapTimelinePlayButton";
276
+ function useTimelineCtx(arguments_) {
277
+ const {
278
+ endYear,
279
+ isPlaying,
280
+ labels,
281
+ setIsPlaying,
282
+ setYear,
283
+ speed,
284
+ startYear,
285
+ year
286
+ } = arguments_;
287
+ return useMemo(
288
+ () => ({
289
+ endYear,
290
+ isPlaying,
291
+ labels,
292
+ setIsPlaying,
293
+ setYear,
294
+ speed,
295
+ startYear,
296
+ year
297
+ }),
298
+ [endYear, isPlaying, labels, setIsPlaying, setYear, speed, startYear, year]
299
+ );
300
+ }
301
+ function useTimelineState(arguments_) {
302
+ const { endYear, initialYear, onYearChange, startYear } = arguments_;
303
+ const [year, setYear] = useState(
304
+ () => clamp(initialYear ?? startYear, startYear, endYear)
305
+ );
306
+ const [isPlaying, setIsPlaying] = useState(false);
307
+ const updateYear = useCallback(
308
+ (next) => {
309
+ const clamped = clamp(next, startYear, endYear);
310
+ setYear((current) => {
311
+ if (clamped >= endYear) setIsPlaying(false);
312
+ if (current === clamped) return current;
313
+ onYearChange?.(clamped);
314
+ return clamped;
315
+ });
316
+ },
317
+ [endYear, onYearChange, startYear]
318
+ );
319
+ return { isPlaying, setIsPlaying, setYear: updateYear, year };
320
+ }
321
+ function usePlayback(arguments_) {
322
+ const { endYear, isPlaying, setIsPlaying, setYear, speed, year } = arguments_;
323
+ const yearRef = useRef(year);
324
+ useEffect(() => {
325
+ yearRef.current = year;
326
+ }, [year]);
327
+ useEffect(() => {
328
+ if (!isPlaying) return;
329
+ if (typeof window === "undefined") return;
330
+ let frame = 0;
331
+ let last = null;
332
+ const step = (timestamp) => {
333
+ if (last !== null) {
334
+ const delta = (timestamp - last) / 1e3;
335
+ const next = yearRef.current + delta * speed;
336
+ if (next >= endYear) {
337
+ setYear(endYear);
338
+ setIsPlaying(false);
339
+ return;
340
+ }
341
+ setYear(next);
342
+ }
343
+ last = timestamp;
344
+ frame = window.requestAnimationFrame(step);
345
+ };
346
+ frame = window.requestAnimationFrame(step);
347
+ return () => {
348
+ window.cancelAnimationFrame(frame);
349
+ };
350
+ }, [endYear, isPlaying, setIsPlaying, setYear, speed]);
351
+ }
352
+ function Stage({ backdrop, backdropAlt, children }) {
353
+ return /* @__PURE__ */ jsxs(
354
+ "svg",
355
+ {
356
+ "aria-hidden": "true",
357
+ className: "block h-full w-full",
358
+ preserveAspectRatio: "xMidYMid meet",
359
+ viewBox: `0 0 ${VIEWBOX_WIDTH.toString()} ${VIEWBOX_HEIGHT.toString()}`,
360
+ children: [
361
+ /* @__PURE__ */ jsx(
362
+ "rect",
363
+ {
364
+ className: "fill-muted",
365
+ height: VIEWBOX_HEIGHT,
366
+ width: VIEWBOX_WIDTH,
367
+ x: "0",
368
+ y: "0"
369
+ }
370
+ ),
371
+ backdrop ? /* @__PURE__ */ jsx(
372
+ "image",
373
+ {
374
+ "aria-label": backdropAlt,
375
+ height: VIEWBOX_HEIGHT,
376
+ href: backdrop,
377
+ preserveAspectRatio: "xMidYMid slice",
378
+ width: VIEWBOX_WIDTH,
379
+ x: "0",
380
+ y: "0"
381
+ }
382
+ ) : null,
383
+ children
384
+ ]
385
+ }
386
+ );
387
+ }
388
+ function bucketChildren(children) {
389
+ const list = Array.isArray(children) ? children : [children];
390
+ return list.reduce(
391
+ (accumulator, child) => {
392
+ const name = displayName(child);
393
+ if (name === MapTimelineControls.displayName)
394
+ accumulator.footer.push(child);
395
+ else accumulator.stage.push(child);
396
+ return accumulator;
397
+ },
398
+ { footer: [], stage: [] }
399
+ );
400
+ }
401
+ function displayName(child) {
402
+ if (typeof child !== "object" || child === null) return void 0;
403
+ if (!("type" in child)) return void 0;
404
+ const type = child.type;
405
+ if (typeof type !== "object" && typeof type !== "function") return void 0;
406
+ const name = type.displayName;
407
+ return typeof name === "string" ? name : void 0;
408
+ }
409
+ const Shell = forwardRef(function Shell2(props, ref) {
410
+ const { backdrop, backdropAlt, buckets, className, region, titleId, year } = props;
411
+ return /* @__PURE__ */ jsxs(
412
+ "section",
413
+ {
414
+ "aria-labelledby": titleId,
415
+ className: cn(
416
+ "flex w-full flex-col overflow-hidden rounded-2xl border bg-background text-foreground",
417
+ className
418
+ ),
419
+ ref,
420
+ children: [
421
+ /* @__PURE__ */ jsx("span", { className: "sr-only", id: titleId, children: region }),
422
+ /* @__PURE__ */ jsx(
423
+ "div",
424
+ {
425
+ className: "relative aspect-[2/1] w-full overflow-hidden",
426
+ "data-current-year": year,
427
+ children: /* @__PURE__ */ jsx(Stage, { backdrop, backdropAlt, children: buckets.stage })
428
+ }
429
+ ),
430
+ buckets.footer
431
+ ]
432
+ }
433
+ );
434
+ });
435
+ const MapTimeline = forwardRef(
436
+ (props, ref) => {
437
+ const {
438
+ backdrop,
439
+ backdropAlt,
440
+ children,
441
+ className,
442
+ endYear,
443
+ initialYear,
444
+ labels,
445
+ onYearChange,
446
+ speed = 25,
447
+ startYear,
448
+ ...rest
449
+ } = props;
450
+ const titleId = useId();
451
+ const resolvedLabels = useMemo(
452
+ () => ({ ...DEFAULT_LABELS, ...labels }),
453
+ [labels]
454
+ );
455
+ const { isPlaying, setIsPlaying, setYear, year } = useTimelineState({
456
+ endYear,
457
+ initialYear,
458
+ onYearChange,
459
+ speed,
460
+ startYear
461
+ });
462
+ usePlayback({
463
+ endYear,
464
+ isPlaying,
465
+ setIsPlaying,
466
+ setYear,
467
+ speed,
468
+ startYear,
469
+ year
470
+ });
471
+ const ctx = useTimelineCtx({
472
+ endYear,
473
+ isPlaying,
474
+ labels: resolvedLabels,
475
+ setIsPlaying,
476
+ setYear,
477
+ speed,
478
+ startYear,
479
+ year
480
+ });
481
+ const buckets = bucketChildren(children);
482
+ return /* @__PURE__ */ jsx(TimelineContext.Provider, { value: ctx, children: /* @__PURE__ */ jsx(
483
+ Shell,
484
+ {
485
+ backdrop,
486
+ backdropAlt,
487
+ buckets,
488
+ className,
489
+ ref,
490
+ region: resolvedLabels.region,
491
+ titleId,
492
+ year,
493
+ ...rest
494
+ }
495
+ ) });
496
+ }
497
+ );
498
+ MapTimeline.displayName = "MapTimeline";
499
+ export {
500
+ MapTimeline,
501
+ MapTimelineControls,
502
+ MapTimelineEvent,
503
+ MapTimelineLayer,
504
+ MapTimelinePlayButton,
505
+ MapTimelineSlider
506
+ };
@@ -48,7 +48,7 @@ function MarketTreemapTile({
48
48
  tone.trendClassName
49
49
  ),
50
50
  children: [
51
- /* @__PURE__ */ jsx(TrendIcon, { className: "h-4 w-4" }),
51
+ /* @__PURE__ */ jsx(TrendIcon, { className: "size-4" }),
52
52
  item.change > 0 ? "+" : "",
53
53
  item.change.toFixed(2),
54
54
  "%"
@@ -67,7 +67,7 @@ function MarketTreemapTile({
67
67
  }
68
68
  );
69
69
  }
70
- const MarketTreemap = React.forwardRef(({ className, items, ...props }, reference) => {
70
+ const MarketTreemap = React.forwardRef(({ as: Heading = "h2", className, items, ...props }, reference) => {
71
71
  if (items.length === 0) {
72
72
  return null;
73
73
  }
@@ -85,7 +85,7 @@ const MarketTreemap = React.forwardRef(({ className, items, ...props }, referenc
85
85
  /* @__PURE__ */ jsxs("div", { className: "mb-4 flex flex-wrap items-center justify-between gap-3", children: [
86
86
  /* @__PURE__ */ jsxs("div", { children: [
87
87
  /* @__PURE__ */ jsx("p", { className: "text-xs font-medium uppercase tracking-[0.28em] text-muted-foreground", children: "Sector heatmap" }),
88
- /* @__PURE__ */ jsx("h2", { className: "text-lg font-semibold text-foreground", children: "Market treemap" })
88
+ /* @__PURE__ */ jsx(Heading, { className: "text-lg font-semibold text-foreground", children: "Market treemap" })
89
89
  ] }),
90
90
  /* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground", children: "Tile size maps market cap proxy; color reflects session change." })
91
91
  ] }),
@@ -2,7 +2,9 @@ import { jsx } from "react/jsx-runtime";
2
2
  import { evaluate } from "@mdx-js/mdx";
3
3
  import * as runtime from "react/jsx-runtime";
4
4
  import ReactMarkdown from "react-markdown";
5
+ import remarkGfm from "remark-gfm";
5
6
  import { CodeBlock } from "../code-block/code-block";
7
+ import { StaticCode } from "../static-code/static-code";
6
8
  const MDXComponents = {
7
9
  a: ({ children, href, ...props }) => /* @__PURE__ */ jsx(
8
10
  "a",
@@ -16,7 +18,7 @@ const MDXComponents = {
16
18
  blockquote: ({ children, ...props }) => /* @__PURE__ */ jsx(
17
19
  "blockquote",
18
20
  {
19
- className: "border-l-4 border-primary pl-4 italic text-muted-foreground my-6 py-2 text-sm",
21
+ className: "border-l border-primary pl-4 italic text-muted-foreground my-6 py-2 text-sm",
20
22
  ...props,
21
23
  children
22
24
  }
@@ -25,7 +27,7 @@ const MDXComponents = {
25
27
  if (typeof className === "string" && className.startsWith("language-")) {
26
28
  const language = className.replace(/^language-/, "");
27
29
  const text = typeof children === "string" ? children.replace(/\n$/, "") : String(children ?? "");
28
- return /* @__PURE__ */ jsx(CodeBlock, { language, children: text });
30
+ return /* @__PURE__ */ jsx(StaticCode, { code: text, language });
29
31
  }
30
32
  return /* @__PURE__ */ jsx(
31
33
  "code",
@@ -37,9 +39,9 @@ const MDXComponents = {
37
39
  );
38
40
  },
39
41
  em: ({ children, ...props }) => /* @__PURE__ */ jsx("em", { className: "italic", ...props, children }),
40
- h1: ({ children, ...props }) => /* @__PURE__ */ jsx("h1", { className: "text-2xl font-bold mt-8 mb-4", ...props, children }),
41
- h2: ({ children, ...props }) => /* @__PURE__ */ jsx("h2", { className: "text-xl font-bold mt-6 mb-3", ...props, children }),
42
- h3: ({ children, ...props }) => /* @__PURE__ */ jsx("h3", { className: "text-lg font-bold mt-4 mb-2", ...props, children }),
42
+ h1: ({ children, ...props }) => /* @__PURE__ */ jsx("h1", { className: "text-2xl font-semibold mt-8 mb-4", ...props, children }),
43
+ h2: ({ children, ...props }) => /* @__PURE__ */ jsx("h2", { className: "text-xl font-semibold mt-6 mb-3", ...props, children }),
44
+ h3: ({ children, ...props }) => /* @__PURE__ */ jsx("h3", { className: "text-lg font-semibold mt-4 mb-2", ...props, children }),
43
45
  hr: ({ ...props }) => /* @__PURE__ */ jsx("hr", { className: "my-8 border-border", ...props }),
44
46
  li: ({ children, ...props }) => /* @__PURE__ */ jsx(
45
47
  "li",
@@ -89,14 +91,15 @@ const proseClasses = [
89
91
  "prose-strong:font-semibold prose-em:italic",
90
92
  "prose-a:text-primary prose-a:underline prose-a:underline-offset-4 hover:prose-a:text-primary/80",
91
93
  "prose-code:bg-muted prose-code:px-1 prose-code:py-0.5 prose-code:rounded prose-code:text-sm prose-code:font-mono",
92
- "prose-pre:my-6 prose-pre:overflow-x-auto prose-pre:rounded-lg prose-pre:border prose-pre:bg-black prose-pre:py-4 prose-pre:font-mono prose-pre:text-sm prose-pre:text-white prose-pre:shadow-lg dark:prose-pre:bg-zinc-900",
93
- "prose-blockquote:border-l-4 prose-blockquote:border-primary prose-blockquote:pl-4 prose-blockquote:italic prose-blockquote:text-muted-foreground prose-blockquote:my-6 prose-blockquote:py-2",
94
+ "prose-pre:my-6 prose-pre:overflow-x-auto prose-pre:rounded-lg prose-pre:border prose-pre:bg-zinc-950 prose-pre:py-4 prose-pre:font-mono prose-pre:text-sm prose-pre:text-white prose-pre:shadow-lg dark:prose-pre:bg-zinc-900",
95
+ "prose-blockquote:border-l prose-blockquote:border-primary prose-blockquote:pl-4 prose-blockquote:italic prose-blockquote:text-muted-foreground prose-blockquote:my-6 prose-blockquote:py-2",
94
96
  "prose-hr:my-8 prose-hr:border-border",
95
97
  "prose-table:w-full prose-table:border-collapse prose-table:border prose-table:border-border",
96
98
  "prose-th:border prose-th:border-border prose-th:bg-muted prose-th:p-2 prose-th:text-left prose-th:font-medium",
97
99
  "prose-td:border prose-td:border-border prose-td:p-2",
98
100
  "prose-img:rounded-lg prose-img:border prose-img:border-border prose-img:shadow-lg"
99
101
  ].join(" ");
102
+ const markdownPlugins = [remarkGfm];
100
103
  function removeImportStatements(content, componentNames) {
101
104
  let processed = content.replaceAll(/^import\s+.*CodeBlock.*from.*$/gm, "");
102
105
  componentNames.forEach((name) => {
@@ -114,8 +117,9 @@ function buildCustomComponents(injectedComponents) {
114
117
  ...injectedComponents
115
118
  };
116
119
  }
120
+ const EMPTY_MDX_COMPONENTS = {};
117
121
  async function MDXContent({
118
- components = {},
122
+ components = EMPTY_MDX_COMPONENTS,
119
123
  content,
120
124
  enableMDX = true
121
125
  }) {
@@ -142,9 +146,16 @@ async function MDXContent({
142
146
  if (Component) {
143
147
  return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(Component, { components: allComponents }) });
144
148
  }
145
- return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(ReactMarkdown, { components: allComponents, children: content }) });
149
+ return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(
150
+ ReactMarkdown,
151
+ {
152
+ components: allComponents,
153
+ remarkPlugins: markdownPlugins,
154
+ children: content
155
+ }
156
+ ) });
146
157
  }
147
- return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(ReactMarkdown, { components: allComponents, children: content }) });
158
+ return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(ReactMarkdown, { components: allComponents, remarkPlugins: markdownPlugins, children: content }) });
148
159
  }
149
160
  export {
150
161
  MDXContent
@@ -45,7 +45,7 @@ const MenubarSubTrigger = forwardRef(({ children, className, inset, ...props },
45
45
  ...props,
46
46
  children: [
47
47
  children,
48
- /* @__PURE__ */ jsx(ChevronRight, { className: "ml-auto h-4 w-4" })
48
+ /* @__PURE__ */ jsx(ChevronRight, { className: "ml-auto size-4" })
49
49
  ]
50
50
  }
51
51
  ));
@@ -103,7 +103,7 @@ const MenubarCheckboxItem = forwardRef(({ checked, children, className, ...props
103
103
  ref,
104
104
  ...props,
105
105
  children: [
106
- /* @__PURE__ */ jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ jsx(MenubarPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx(Check, { className: "h-4 w-4" }) }) }),
106
+ /* @__PURE__ */ jsx("span", { className: "absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx(MenubarPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx(Check, { className: "size-4" }) }) }),
107
107
  children
108
108
  ]
109
109
  }
@@ -119,7 +119,7 @@ const MenubarRadioItem = forwardRef(({ children, className, ...props }, ref) =>
119
119
  ref,
120
120
  ...props,
121
121
  children: [
122
- /* @__PURE__ */ jsx("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ jsx(MenubarPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx(Circle, { className: "h-2 w-2 fill-current" }) }) }),
122
+ /* @__PURE__ */ jsx("span", { className: "absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx(MenubarPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx(Circle, { className: "size-2 fill-current" }) }) }),
123
123
  children
124
124
  ]
125
125
  }
@@ -141,7 +141,7 @@ MenubarLabel.displayName = MenubarPrimitive.Label.displayName;
141
141
  const MenubarSeparator = forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
142
142
  MenubarPrimitive.Separator,
143
143
  {
144
- className: cn("-mx-1 my-1 h-px bg-muted", className),
144
+ className: cn("-m-1 h-px bg-muted", className),
145
145
  ref,
146
146
  ...props
147
147
  }
@@ -0,0 +1,6 @@
1
+ import {
2
+ MetricCluster
3
+ } from "./metric-cluster";
4
+ export {
5
+ MetricCluster
6
+ };