@vllnt/ui 0.2.0 → 0.2.1-canary.0aaaad2

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 (296) hide show
  1. package/CHANGELOG.md +46 -1
  2. package/README.md +27 -12
  3. package/dist/components/accordion/accordion.js +2 -2
  4. package/dist/components/activity-heatmap/activity-heatmap.js +15 -13
  5. package/dist/components/activity-log/activity-log.js +6 -5
  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 +2 -2
  11. package/dist/components/ai-message-bubble/ai-message-bubble.js +1 -1
  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 +4 -4
  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 +2 -4
  21. package/dist/components/auto-reload/auto-reload.js +377 -0
  22. package/dist/components/auto-reload/index.js +6 -0
  23. package/dist/components/avatar/avatar.js +1 -1
  24. package/dist/components/avatar-group/avatar-group.js +4 -4
  25. package/dist/components/banner/banner.js +155 -0
  26. package/dist/components/banner/index.js +10 -0
  27. package/dist/components/bottom-activity-strip/bottom-activity-strip.js +91 -0
  28. package/dist/components/bottom-activity-strip/index.js +6 -0
  29. package/dist/components/bottom-bar/bottom-bar.js +25 -0
  30. package/dist/components/bottom-bar/index.js +4 -0
  31. package/dist/components/breadcrumb/breadcrumb.js +33 -26
  32. package/dist/components/button/button.js +1 -1
  33. package/dist/components/calendar/calendar.js +6 -6
  34. package/dist/components/callout/callout.js +1 -1
  35. package/dist/components/candlestick-chart/candlestick-chart.js +1 -1
  36. package/dist/components/canvas-shell/canvas-foundation-demo.js +183 -0
  37. package/dist/components/canvas-shell/canvas-shell-route-config.js +0 -0
  38. package/dist/components/canvas-shell/canvas-shell.js +261 -0
  39. package/dist/components/canvas-shell/index.js +4 -0
  40. package/dist/components/canvas-view/canvas-view.js +461 -0
  41. package/dist/components/canvas-view/index.js +6 -0
  42. package/dist/components/carousel/carousel.js +4 -4
  43. package/dist/components/chart/area-chart.js +1 -0
  44. package/dist/components/chart/line-chart.js +1 -0
  45. package/dist/components/chat-dock-section/chat-dock-section.js +56 -0
  46. package/dist/components/chat-dock-section/index.js +6 -0
  47. package/dist/components/checkbox/checkbox.js +2 -2
  48. package/dist/components/checklist/checklist.js +10 -3
  49. package/dist/components/checklist/index.js +3 -1
  50. package/dist/components/choropleth-map/choropleth-map.js +373 -0
  51. package/dist/components/choropleth-map/index.js +10 -0
  52. package/dist/components/chronological-timeline/chronological-timeline.js +338 -0
  53. package/dist/components/chronological-timeline/index.js +8 -0
  54. package/dist/components/civilization-card/civilization-card.js +258 -0
  55. package/dist/components/civilization-card/index.js +8 -0
  56. package/dist/components/code-block/code-block.js +2 -2
  57. package/dist/components/code-playground/code-playground.js +8 -7
  58. package/dist/components/combobox/combobox.js +46 -22
  59. package/dist/components/command/command.js +1 -1
  60. package/dist/components/comment-pin/comment-pin.js +104 -0
  61. package/dist/components/comment-pin/index.js +6 -0
  62. package/dist/components/comparison/comparison.js +9 -9
  63. package/dist/components/completion-dialog/completion-dialog.js +1 -1
  64. package/dist/components/connector-edge/connector-edge.js +66 -0
  65. package/dist/components/connector-edge/index.js +6 -0
  66. package/dist/components/content-intro/content-intro.js +7 -6
  67. package/dist/components/context-lens/context-lens.js +98 -0
  68. package/dist/components/context-lens/index.js +6 -0
  69. package/dist/components/context-menu/context-menu.js +4 -4
  70. package/dist/components/conversation-thread/conversation-thread.js +348 -0
  71. package/dist/components/conversation-thread/index.js +20 -0
  72. package/dist/components/cookie-consent/cookie-consent.js +1 -1
  73. package/dist/components/copy-button/copy-button.js +189 -0
  74. package/dist/components/copy-button/index.js +8 -0
  75. package/dist/components/countdown-timer/countdown-timer.js +8 -7
  76. package/dist/components/credit-badge/credit-badge.js +1 -7
  77. package/dist/components/curriculum/curriculum.js +349 -0
  78. package/dist/components/curriculum/index.js +10 -0
  79. package/dist/components/data-list/data-list.js +2 -1
  80. package/dist/components/data-table/data-table.js +5 -4
  81. package/dist/components/date-picker/date-picker.js +1 -1
  82. package/dist/components/dialog/dialog.js +1 -1
  83. package/dist/components/document-sibling-nav/document-sibling-nav.js +111 -0
  84. package/dist/components/document-sibling-nav/index.js +8 -0
  85. package/dist/components/dropdown-menu/dropdown-menu.js +3 -3
  86. package/dist/components/edge-label/edge-label.js +26 -0
  87. package/dist/components/edge-label/index.js +4 -0
  88. package/dist/components/empty-state/empty-state.js +93 -0
  89. package/dist/components/empty-state/index.js +8 -0
  90. package/dist/components/era-comparison/era-comparison.js +198 -0
  91. package/dist/components/era-comparison/index.js +16 -0
  92. package/dist/components/exercise/exercise.js +4 -4
  93. package/dist/components/faq/faq.js +2 -2
  94. package/dist/components/file-upload/file-upload.js +3 -3
  95. package/dist/components/filter-bar/filter-bar.js +2 -1
  96. package/dist/components/flashcard/flashcard.js +1 -1
  97. package/dist/components/floating-action-button/floating-action-button.js +1 -1
  98. package/dist/components/floating-toolbar/floating-toolbar.js +66 -0
  99. package/dist/components/floating-toolbar/index.js +6 -0
  100. package/dist/components/flow-diagram/flow-controls.js +9 -9
  101. package/dist/components/flow-diagram/flow-error-boundary.js +2 -2
  102. package/dist/components/flow-diagram/flow-fullscreen.js +2 -2
  103. package/dist/components/follow-mode/follow-mode.js +89 -0
  104. package/dist/components/follow-mode/index.js +6 -0
  105. package/dist/components/form/form.js +432 -0
  106. package/dist/components/form/index.js +20 -0
  107. package/dist/components/gantt-chart/gantt-chart.js +333 -0
  108. package/dist/components/gantt-chart/index.js +6 -0
  109. package/dist/components/geography-quiz-map/geography-quiz-map.js +343 -0
  110. package/dist/components/geography-quiz-map/index.js +12 -0
  111. package/dist/components/glass-panel/glass-panel.js +21 -0
  112. package/dist/components/glass-panel/index.js +4 -0
  113. package/dist/components/globe-3d/globe-3d.js +417 -0
  114. package/dist/components/globe-3d/index.js +10 -0
  115. package/dist/components/group-hull/group-hull.js +29 -0
  116. package/dist/components/group-hull/index.js +4 -0
  117. package/dist/components/handoff-beacon/handoff-beacon.js +78 -0
  118. package/dist/components/handoff-beacon/index.js +6 -0
  119. package/dist/components/heat-map-overlay/heat-map-overlay.js +215 -0
  120. package/dist/components/heat-map-overlay/index.js +6 -0
  121. package/dist/components/heat-overlay/heat-overlay.js +92 -0
  122. package/dist/components/heat-overlay/index.js +6 -0
  123. package/dist/components/historic-timeline/historic-timeline.js +342 -0
  124. package/dist/components/historic-timeline/index.js +6 -0
  125. package/dist/components/historical-figure-card/historical-figure-card.js +270 -0
  126. package/dist/components/historical-figure-card/index.js +6 -0
  127. package/dist/components/horizontal-scroll-row/horizontal-scroll-row.js +4 -4
  128. package/dist/components/index.js +568 -1
  129. package/dist/components/infinite-plane/index.js +6 -0
  130. package/dist/components/infinite-plane/infinite-plane.js +75 -0
  131. package/dist/components/input-otp/input-otp.js +1 -1
  132. package/dist/components/interactive-timeline/index.js +16 -0
  133. package/dist/components/interactive-timeline/interactive-timeline.js +708 -0
  134. package/dist/components/jarvis-dock/index.js +6 -0
  135. package/dist/components/jarvis-dock/jarvis-dock.js +98 -0
  136. package/dist/components/kbd/index.js +5 -0
  137. package/dist/components/kbd/kbd.js +117 -0
  138. package/dist/components/key-concept/key-concept.js +4 -4
  139. package/dist/components/keyboard-shortcuts-help/keyboard-shortcuts-help.js +2 -2
  140. package/dist/components/knowledge-check/index.js +6 -0
  141. package/dist/components/knowledge-check/knowledge-check.js +448 -0
  142. package/dist/components/learning-objectives/learning-objectives.js +12 -12
  143. package/dist/components/left-rail/index.js +4 -0
  144. package/dist/components/left-rail/left-rail.js +25 -0
  145. package/dist/components/live-cursor/index.js +6 -0
  146. package/dist/components/live-cursor/live-cursor.js +62 -0
  147. package/dist/components/live-feed/live-feed.js +15 -13
  148. package/dist/components/map-2d/index.js +20 -0
  149. package/dist/components/map-2d/map-2d.js +455 -0
  150. package/dist/components/map-timeline/index.js +16 -0
  151. package/dist/components/map-timeline/map-timeline.js +506 -0
  152. package/dist/components/market-treemap/market-treemap.js +1 -1
  153. package/dist/components/mdx-content/mdx-content.js +2 -1
  154. package/dist/components/menubar/menubar.js +4 -4
  155. package/dist/components/metric-cluster/index.js +6 -0
  156. package/dist/components/metric-cluster/metric-cluster.js +96 -0
  157. package/dist/components/metric-gauge/metric-gauge.js +1 -1
  158. package/dist/components/mini-map-panel/index.js +6 -0
  159. package/dist/components/mini-map-panel/mini-map-panel.js +74 -0
  160. package/dist/components/model-comparison/index.js +12 -0
  161. package/dist/components/model-comparison/model-comparison.js +211 -0
  162. package/dist/components/model-selector/model-selector.js +2 -2
  163. package/dist/components/multi-select/index.js +6 -0
  164. package/dist/components/multi-select/multi-select.js +258 -0
  165. package/dist/components/multi-select-lasso/index.js +6 -0
  166. package/dist/components/multi-select-lasso/multi-select-lasso.js +76 -0
  167. package/dist/components/navbar-saas/navbar-saas.js +3 -2
  168. package/dist/components/navigation-menu/navigation-menu.js +2 -2
  169. package/dist/components/newsletter-signup/index.js +8 -0
  170. package/dist/components/newsletter-signup/newsletter-signup.js +269 -0
  171. package/dist/components/number-input/number-input.js +1 -1
  172. package/dist/components/number-ticker/number-ticker.js +11 -4
  173. package/dist/components/object-card/index.js +6 -0
  174. package/dist/components/object-card/object-card.js +126 -0
  175. package/dist/components/object-handle/index.js +4 -0
  176. package/dist/components/object-handle/object-handle.js +38 -0
  177. package/dist/components/object-inspector/index.js +6 -0
  178. package/dist/components/object-inspector/object-inspector.js +136 -0
  179. package/dist/components/overview-board/index.js +8 -0
  180. package/dist/components/overview-board/overview-board.js +127 -0
  181. package/dist/components/parallel-timeline/index.js +6 -0
  182. package/dist/components/parallel-timeline/parallel-timeline.js +251 -0
  183. package/dist/components/password-input/password-input.js +1 -1
  184. package/dist/components/plan-badge/plan-badge.js +1 -7
  185. package/dist/components/playback-ghost/index.js +6 -0
  186. package/dist/components/playback-ghost/playback-ghost.js +83 -0
  187. package/dist/components/policy-delivery-panel/index.js +6 -0
  188. package/dist/components/policy-delivery-panel/policy-delivery-panel.js +99 -0
  189. package/dist/components/presence-stack/index.js +6 -0
  190. package/dist/components/presence-stack/presence-stack.js +108 -0
  191. package/dist/components/presence-sync-indicator/index.js +6 -0
  192. package/dist/components/presence-sync-indicator/presence-sync-indicator.js +73 -0
  193. package/dist/components/pricing-table/index.js +8 -0
  194. package/dist/components/pricing-table/pricing-table.js +247 -0
  195. package/dist/components/primary-source-viewer/index.js +26 -0
  196. package/dist/components/primary-source-viewer/primary-source-viewer.js +439 -0
  197. package/dist/components/pro-tip/pro-tip.js +6 -6
  198. package/dist/components/profile-section/profile-section.js +1 -1
  199. package/dist/components/progress-card/progress-card.js +4 -3
  200. package/dist/components/progress-tracker/index.js +20 -0
  201. package/dist/components/progress-tracker/progress-tracker.js +529 -0
  202. package/dist/components/prompt-templates/index.js +6 -0
  203. package/dist/components/prompt-templates/prompt-templates.js +403 -0
  204. package/dist/components/property-section/index.js +6 -0
  205. package/dist/components/property-section/property-section.js +101 -0
  206. package/dist/components/quiz/quiz.js +5 -5
  207. package/dist/components/radio-group/radio-group.js +2 -2
  208. package/dist/components/rating/rating.js +3 -3
  209. package/dist/components/relationship-inspector/index.js +6 -0
  210. package/dist/components/relationship-inspector/relationship-inspector.js +102 -0
  211. package/dist/components/resizable/resizable.js +1 -1
  212. package/dist/components/right-dock/index.js +4 -0
  213. package/dist/components/right-dock/right-dock.js +28 -0
  214. package/dist/components/route-map/index.js +6 -0
  215. package/dist/components/route-map/route-map.js +339 -0
  216. package/dist/components/routing-assignment-panel/index.js +6 -0
  217. package/dist/components/routing-assignment-panel/routing-assignment-panel.js +122 -0
  218. package/dist/components/run-timeline/index.js +6 -0
  219. package/dist/components/run-timeline/run-timeline.js +221 -0
  220. package/dist/components/runtime-overview-panel/index.js +6 -0
  221. package/dist/components/runtime-overview-panel/runtime-overview-panel.js +89 -0
  222. package/dist/components/scope-selector/scope-selector.js +7 -7
  223. package/dist/components/search-bar/search-bar.js +24 -2
  224. package/dist/components/search-dialog/search-dialog.js +1 -1
  225. package/dist/components/segmented-control/index.js +12 -0
  226. package/dist/components/segmented-control/segmented-control.js +61 -0
  227. package/dist/components/select/select.js +5 -5
  228. package/dist/components/selection-halo/index.js +6 -0
  229. package/dist/components/selection-halo/selection-halo.js +72 -0
  230. package/dist/components/selection-presence/index.js +6 -0
  231. package/dist/components/selection-presence/selection-presence.js +50 -0
  232. package/dist/components/severity-badge/severity-badge.js +2 -2
  233. package/dist/components/sheet/sheet.js +1 -1
  234. package/dist/components/sidebar/sidebar.js +1 -1
  235. package/dist/components/sidebar-toggle/sidebar-toggle.js +2 -2
  236. package/dist/components/slider/slider.js +1 -1
  237. package/dist/components/slideshow/slideshow.js +12 -11
  238. package/dist/components/snap-guides/index.js +6 -0
  239. package/dist/components/snap-guides/snap-guides.js +45 -0
  240. package/dist/components/social-fab/social-fab.js +2 -1
  241. package/dist/components/sparkline-grid/sparkline-grid.js +1 -1
  242. package/dist/components/spinner/spinner.js +3 -3
  243. package/dist/components/spinner/unicode-spinner.js +1 -0
  244. package/dist/components/stat-card/stat-card.js +3 -3
  245. package/dist/components/state-badge-overlay/index.js +6 -0
  246. package/dist/components/state-badge-overlay/state-badge-overlay.js +90 -0
  247. package/dist/components/status-board/status-board.js +1 -1
  248. package/dist/components/status-indicator/status-indicator.js +3 -3
  249. package/dist/components/step-by-step/step-by-step.js +8 -7
  250. package/dist/components/step-navigation/step-navigation.js +2 -2
  251. package/dist/components/stepper/stepper.js +3 -3
  252. package/dist/components/sticky-metric/index.js +6 -0
  253. package/dist/components/sticky-metric/sticky-metric.js +83 -0
  254. package/dist/components/story-map/index.js +8 -0
  255. package/dist/components/story-map/story-map.js +414 -0
  256. package/dist/components/subscription-card/subscription-card.js +1 -1
  257. package/dist/components/switch/switch.js +1 -1
  258. package/dist/components/table-of-contents-panel/table-of-contents-panel.js +5 -5
  259. package/dist/components/tags-input/index.js +4 -0
  260. package/dist/components/tags-input/tags-input.js +178 -0
  261. package/dist/components/terminal/terminal.js +48 -34
  262. package/dist/components/thinking-block/thinking-block.js +1 -1
  263. package/dist/components/thread-bubble/index.js +6 -0
  264. package/dist/components/thread-bubble/thread-bubble.js +85 -0
  265. package/dist/components/threshold-ring/index.js +6 -0
  266. package/dist/components/threshold-ring/threshold-ring.js +160 -0
  267. package/dist/components/ticker-tape/ticker-tape.js +3 -3
  268. package/dist/components/timeline/index.js +12 -0
  269. package/dist/components/timeline/timeline.js +239 -0
  270. package/dist/components/timeline-scrubber/index.js +6 -0
  271. package/dist/components/timeline-scrubber/timeline-scrubber.js +179 -0
  272. package/dist/components/tldr-section/tldr-section.js +2 -2
  273. package/dist/components/top-bar/index.js +4 -0
  274. package/dist/components/top-bar/top-bar.js +31 -0
  275. package/dist/components/tour/tour.js +1 -1
  276. package/dist/components/transaction-list/index.js +14 -0
  277. package/dist/components/transaction-list/transaction-list.js +247 -0
  278. package/dist/components/tree-view/index.js +6 -0
  279. package/dist/components/tree-view/tree-view.js +298 -0
  280. package/dist/components/tutorial-complete/tutorial-complete.js +8 -8
  281. package/dist/components/usage-breakdown/usage-breakdown.js +10 -5
  282. package/dist/components/video-embed/video-embed.js +2 -2
  283. package/dist/components/viewport-bookmarks/index.js +6 -0
  284. package/dist/components/viewport-bookmarks/viewport-bookmarks.js +116 -0
  285. package/dist/components/wallet-card/wallet-card.js +1 -1
  286. package/dist/components/watchlist/watchlist.js +5 -5
  287. package/dist/components/workspace-switcher/index.js +6 -0
  288. package/dist/components/workspace-switcher/workspace-switcher.js +61 -0
  289. package/dist/components/world-breadcrumbs/index.js +6 -0
  290. package/dist/components/world-breadcrumbs/world-breadcrumbs.js +114 -0
  291. package/dist/components/world-clock-bar/world-clock-bar.js +32 -12
  292. package/dist/components/zoom-hud/index.js +4 -0
  293. package/dist/components/zoom-hud/zoom-hud.js +61 -0
  294. package/dist/index.d.ts +7907 -226
  295. package/dist/index.js +3 -1
  296. package/package.json +9 -5
@@ -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: typeof title === "string" ? 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 handleChange = (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: handleChange,
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 handleClick = () => {
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: handleClick,
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
  "%"
@@ -114,8 +114,9 @@ function buildCustomComponents(injectedComponents) {
114
114
  ...injectedComponents
115
115
  };
116
116
  }
117
+ const EMPTY_MDX_COMPONENTS = {};
117
118
  async function MDXContent({
118
- components = {},
119
+ components = EMPTY_MDX_COMPONENTS,
119
120
  content,
120
121
  enableMDX = true
121
122
  }) {
@@ -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
+ };
@@ -0,0 +1,96 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import {
4
+ forwardRef
5
+ } from "react";
6
+ import { cn } from "../../lib/utils";
7
+ const TONE_DOT = {
8
+ danger: "bg-red-500",
9
+ neutral: "bg-muted-foreground",
10
+ success: "bg-emerald-500",
11
+ warn: "bg-amber-500"
12
+ };
13
+ const ANCHOR_TRANSFORM = {
14
+ "bottom-left": "translate(-100%, 100%)",
15
+ "bottom-right": "translate(0%, 100%)",
16
+ "top-left": "translate(-100%, -100%)",
17
+ "top-right": "translate(0%, -100%)"
18
+ };
19
+ const DEFAULT_LABELS = {
20
+ region: "Metric cluster"
21
+ };
22
+ const Row = (props) => {
23
+ const { entry } = props;
24
+ const tone = entry.tone ?? "neutral";
25
+ return /* @__PURE__ */ jsxs(
26
+ "li",
27
+ {
28
+ className: "flex items-center justify-between gap-2 text-[11px]",
29
+ "data-metric-cluster-row": entry.id,
30
+ "data-metric-cluster-tone": tone,
31
+ children: [
32
+ /* @__PURE__ */ jsxs("span", { className: "flex items-center gap-1.5 text-muted-foreground", children: [
33
+ /* @__PURE__ */ jsx(
34
+ "span",
35
+ {
36
+ "aria-hidden": "true",
37
+ className: cn("size-1.5 rounded-full", TONE_DOT[tone])
38
+ }
39
+ ),
40
+ entry.label
41
+ ] }),
42
+ /* @__PURE__ */ jsx("span", { className: "font-semibold text-foreground", children: entry.value })
43
+ ]
44
+ }
45
+ );
46
+ };
47
+ const MetricCluster = forwardRef(
48
+ (props, ref) => {
49
+ const {
50
+ anchor = "top-right",
51
+ className,
52
+ labels,
53
+ metrics,
54
+ title,
55
+ x,
56
+ y,
57
+ ...rest
58
+ } = props;
59
+ const resolvedLabels = { ...DEFAULT_LABELS, ...labels };
60
+ return /* @__PURE__ */ jsxs(
61
+ "div",
62
+ {
63
+ "aria-label": resolvedLabels.region,
64
+ className: cn(
65
+ "pointer-events-none absolute z-20 flex flex-col gap-1 rounded-md border border-border bg-background/90 p-2 shadow-sm backdrop-blur",
66
+ className
67
+ ),
68
+ "data-metric-cluster": true,
69
+ "data-metric-cluster-anchor": anchor,
70
+ ref,
71
+ role: "status",
72
+ style: {
73
+ left: x,
74
+ top: y,
75
+ transform: ANCHOR_TRANSFORM[anchor]
76
+ },
77
+ ...rest,
78
+ children: [
79
+ title ? /* @__PURE__ */ jsx(
80
+ "header",
81
+ {
82
+ className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground",
83
+ "data-metric-cluster-title": true,
84
+ children: title
85
+ }
86
+ ) : null,
87
+ /* @__PURE__ */ jsx("ul", { className: "space-y-0.5", children: metrics.map((entry) => /* @__PURE__ */ jsx(Row, { entry }, entry.id)) })
88
+ ]
89
+ }
90
+ );
91
+ }
92
+ );
93
+ MetricCluster.displayName = "MetricCluster";
94
+ export {
95
+ MetricCluster
96
+ };
@@ -148,7 +148,7 @@ function GaugeLegend({ thresholds }) {
148
148
  {
149
149
  "aria-hidden": "true",
150
150
  className: cn(
151
- "h-2 w-2 rounded-full bg-current",
151
+ "size-2 rounded-full bg-current",
152
152
  threshold.colorClassName
153
153
  )
154
154
  }
@@ -0,0 +1,6 @@
1
+ import {
2
+ MiniMapPanel
3
+ } from "./mini-map-panel";
4
+ export {
5
+ MiniMapPanel
6
+ };