@vllnt/ui 0.2.0 → 0.2.1-canary.06f0e84

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 (202) hide show
  1. package/CHANGELOG.md +46 -1
  2. package/README.md +27 -12
  3. package/dist/components/activity-log/activity-log.js +1 -0
  4. package/dist/components/agent-activity/agent-activity.js +311 -0
  5. package/dist/components/agent-activity/index.js +18 -0
  6. package/dist/components/ai-artifact/ai-artifact.js +422 -0
  7. package/dist/components/ai-artifact/index.js +24 -0
  8. package/dist/components/ai-sidebar/ai-sidebar.js +254 -0
  9. package/dist/components/ai-sidebar/index.js +22 -0
  10. package/dist/components/alert-pulse/alert-pulse.js +93 -0
  11. package/dist/components/alert-pulse/index.js +6 -0
  12. package/dist/components/anchor-port/anchor-port.js +51 -0
  13. package/dist/components/anchor-port/index.js +4 -0
  14. package/dist/components/animated-text/animated-text.js +1 -0
  15. package/dist/components/auto-reload/auto-reload.js +367 -0
  16. package/dist/components/auto-reload/index.js +6 -0
  17. package/dist/components/banner/banner.js +155 -0
  18. package/dist/components/banner/index.js +10 -0
  19. package/dist/components/bottom-activity-strip/bottom-activity-strip.js +91 -0
  20. package/dist/components/bottom-activity-strip/index.js +6 -0
  21. package/dist/components/bottom-bar/bottom-bar.js +25 -0
  22. package/dist/components/bottom-bar/index.js +4 -0
  23. package/dist/components/canvas-shell/canvas-foundation-demo.js +183 -0
  24. package/dist/components/canvas-shell/canvas-shell-route-config.js +0 -0
  25. package/dist/components/canvas-shell/canvas-shell.js +261 -0
  26. package/dist/components/canvas-shell/index.js +4 -0
  27. package/dist/components/canvas-view/canvas-view.js +461 -0
  28. package/dist/components/canvas-view/index.js +6 -0
  29. package/dist/components/chart/area-chart.js +1 -0
  30. package/dist/components/chart/line-chart.js +1 -0
  31. package/dist/components/chat-dock-section/chat-dock-section.js +56 -0
  32. package/dist/components/chat-dock-section/index.js +6 -0
  33. package/dist/components/checklist/checklist.js +7 -0
  34. package/dist/components/checklist/index.js +3 -1
  35. package/dist/components/choropleth-map/choropleth-map.js +373 -0
  36. package/dist/components/choropleth-map/index.js +10 -0
  37. package/dist/components/chronological-timeline/chronological-timeline.js +337 -0
  38. package/dist/components/chronological-timeline/index.js +8 -0
  39. package/dist/components/civilization-card/civilization-card.js +258 -0
  40. package/dist/components/civilization-card/index.js +8 -0
  41. package/dist/components/combobox/combobox.js +44 -20
  42. package/dist/components/comment-pin/comment-pin.js +104 -0
  43. package/dist/components/comment-pin/index.js +6 -0
  44. package/dist/components/connector-edge/connector-edge.js +66 -0
  45. package/dist/components/connector-edge/index.js +6 -0
  46. package/dist/components/context-lens/context-lens.js +98 -0
  47. package/dist/components/context-lens/index.js +6 -0
  48. package/dist/components/conversation-thread/conversation-thread.js +348 -0
  49. package/dist/components/conversation-thread/index.js +20 -0
  50. package/dist/components/copy-button/copy-button.js +189 -0
  51. package/dist/components/copy-button/index.js +8 -0
  52. package/dist/components/curriculum/curriculum.js +349 -0
  53. package/dist/components/curriculum/index.js +10 -0
  54. package/dist/components/data-list/data-list.js +1 -0
  55. package/dist/components/document-sibling-nav/document-sibling-nav.js +111 -0
  56. package/dist/components/document-sibling-nav/index.js +8 -0
  57. package/dist/components/edge-label/edge-label.js +26 -0
  58. package/dist/components/edge-label/index.js +4 -0
  59. package/dist/components/empty-state/empty-state.js +93 -0
  60. package/dist/components/empty-state/index.js +8 -0
  61. package/dist/components/era-comparison/era-comparison.js +198 -0
  62. package/dist/components/era-comparison/index.js +16 -0
  63. package/dist/components/floating-toolbar/floating-toolbar.js +66 -0
  64. package/dist/components/floating-toolbar/index.js +6 -0
  65. package/dist/components/follow-mode/follow-mode.js +89 -0
  66. package/dist/components/follow-mode/index.js +6 -0
  67. package/dist/components/form/form.js +432 -0
  68. package/dist/components/form/index.js +20 -0
  69. package/dist/components/gantt-chart/gantt-chart.js +331 -0
  70. package/dist/components/gantt-chart/index.js +6 -0
  71. package/dist/components/geography-quiz-map/geography-quiz-map.js +343 -0
  72. package/dist/components/geography-quiz-map/index.js +12 -0
  73. package/dist/components/glass-panel/glass-panel.js +21 -0
  74. package/dist/components/glass-panel/index.js +4 -0
  75. package/dist/components/globe-3d/globe-3d.js +417 -0
  76. package/dist/components/globe-3d/index.js +10 -0
  77. package/dist/components/group-hull/group-hull.js +29 -0
  78. package/dist/components/group-hull/index.js +4 -0
  79. package/dist/components/handoff-beacon/handoff-beacon.js +78 -0
  80. package/dist/components/handoff-beacon/index.js +6 -0
  81. package/dist/components/heat-map-overlay/heat-map-overlay.js +215 -0
  82. package/dist/components/heat-map-overlay/index.js +6 -0
  83. package/dist/components/heat-overlay/heat-overlay.js +92 -0
  84. package/dist/components/heat-overlay/index.js +6 -0
  85. package/dist/components/historic-timeline/historic-timeline.js +342 -0
  86. package/dist/components/historic-timeline/index.js +6 -0
  87. package/dist/components/historical-figure-card/historical-figure-card.js +273 -0
  88. package/dist/components/historical-figure-card/index.js +6 -0
  89. package/dist/components/index.js +568 -1
  90. package/dist/components/infinite-plane/index.js +6 -0
  91. package/dist/components/infinite-plane/infinite-plane.js +75 -0
  92. package/dist/components/interactive-timeline/index.js +16 -0
  93. package/dist/components/interactive-timeline/interactive-timeline.js +708 -0
  94. package/dist/components/jarvis-dock/index.js +6 -0
  95. package/dist/components/jarvis-dock/jarvis-dock.js +98 -0
  96. package/dist/components/kbd/index.js +5 -0
  97. package/dist/components/kbd/kbd.js +117 -0
  98. package/dist/components/knowledge-check/index.js +6 -0
  99. package/dist/components/knowledge-check/knowledge-check.js +448 -0
  100. package/dist/components/left-rail/index.js +4 -0
  101. package/dist/components/left-rail/left-rail.js +25 -0
  102. package/dist/components/live-cursor/index.js +6 -0
  103. package/dist/components/live-cursor/live-cursor.js +62 -0
  104. package/dist/components/map-2d/index.js +20 -0
  105. package/dist/components/map-2d/map-2d.js +455 -0
  106. package/dist/components/map-timeline/index.js +16 -0
  107. package/dist/components/map-timeline/map-timeline.js +506 -0
  108. package/dist/components/metric-cluster/index.js +6 -0
  109. package/dist/components/metric-cluster/metric-cluster.js +96 -0
  110. package/dist/components/mini-map-panel/index.js +6 -0
  111. package/dist/components/mini-map-panel/mini-map-panel.js +74 -0
  112. package/dist/components/model-comparison/index.js +12 -0
  113. package/dist/components/model-comparison/model-comparison.js +211 -0
  114. package/dist/components/multi-select/index.js +6 -0
  115. package/dist/components/multi-select/multi-select.js +258 -0
  116. package/dist/components/multi-select-lasso/index.js +6 -0
  117. package/dist/components/multi-select-lasso/multi-select-lasso.js +76 -0
  118. package/dist/components/newsletter-signup/index.js +8 -0
  119. package/dist/components/newsletter-signup/newsletter-signup.js +269 -0
  120. package/dist/components/object-card/index.js +6 -0
  121. package/dist/components/object-card/object-card.js +126 -0
  122. package/dist/components/object-handle/index.js +4 -0
  123. package/dist/components/object-handle/object-handle.js +38 -0
  124. package/dist/components/object-inspector/index.js +6 -0
  125. package/dist/components/object-inspector/object-inspector.js +136 -0
  126. package/dist/components/overview-board/index.js +8 -0
  127. package/dist/components/overview-board/overview-board.js +127 -0
  128. package/dist/components/parallel-timeline/index.js +6 -0
  129. package/dist/components/parallel-timeline/parallel-timeline.js +251 -0
  130. package/dist/components/playback-ghost/index.js +6 -0
  131. package/dist/components/playback-ghost/playback-ghost.js +83 -0
  132. package/dist/components/policy-delivery-panel/index.js +6 -0
  133. package/dist/components/policy-delivery-panel/policy-delivery-panel.js +99 -0
  134. package/dist/components/presence-stack/index.js +6 -0
  135. package/dist/components/presence-stack/presence-stack.js +108 -0
  136. package/dist/components/presence-sync-indicator/index.js +6 -0
  137. package/dist/components/presence-sync-indicator/presence-sync-indicator.js +73 -0
  138. package/dist/components/pricing-table/index.js +8 -0
  139. package/dist/components/pricing-table/pricing-table.js +247 -0
  140. package/dist/components/primary-source-viewer/index.js +26 -0
  141. package/dist/components/primary-source-viewer/primary-source-viewer.js +439 -0
  142. package/dist/components/progress-tracker/index.js +20 -0
  143. package/dist/components/progress-tracker/progress-tracker.js +527 -0
  144. package/dist/components/prompt-templates/index.js +6 -0
  145. package/dist/components/prompt-templates/prompt-templates.js +403 -0
  146. package/dist/components/property-section/index.js +6 -0
  147. package/dist/components/property-section/property-section.js +101 -0
  148. package/dist/components/relationship-inspector/index.js +6 -0
  149. package/dist/components/relationship-inspector/relationship-inspector.js +102 -0
  150. package/dist/components/right-dock/index.js +4 -0
  151. package/dist/components/right-dock/right-dock.js +28 -0
  152. package/dist/components/route-map/index.js +6 -0
  153. package/dist/components/route-map/route-map.js +339 -0
  154. package/dist/components/routing-assignment-panel/index.js +6 -0
  155. package/dist/components/routing-assignment-panel/routing-assignment-panel.js +122 -0
  156. package/dist/components/run-timeline/index.js +6 -0
  157. package/dist/components/run-timeline/run-timeline.js +221 -0
  158. package/dist/components/runtime-overview-panel/index.js +6 -0
  159. package/dist/components/runtime-overview-panel/runtime-overview-panel.js +89 -0
  160. package/dist/components/segmented-control/index.js +12 -0
  161. package/dist/components/segmented-control/segmented-control.js +61 -0
  162. package/dist/components/selection-halo/index.js +6 -0
  163. package/dist/components/selection-halo/selection-halo.js +72 -0
  164. package/dist/components/selection-presence/index.js +6 -0
  165. package/dist/components/selection-presence/selection-presence.js +50 -0
  166. package/dist/components/snap-guides/index.js +6 -0
  167. package/dist/components/snap-guides/snap-guides.js +45 -0
  168. package/dist/components/spinner/unicode-spinner.js +1 -0
  169. package/dist/components/state-badge-overlay/index.js +6 -0
  170. package/dist/components/state-badge-overlay/state-badge-overlay.js +90 -0
  171. package/dist/components/sticky-metric/index.js +6 -0
  172. package/dist/components/sticky-metric/sticky-metric.js +83 -0
  173. package/dist/components/story-map/index.js +8 -0
  174. package/dist/components/story-map/story-map.js +414 -0
  175. package/dist/components/tags-input/index.js +4 -0
  176. package/dist/components/tags-input/tags-input.js +178 -0
  177. package/dist/components/thread-bubble/index.js +6 -0
  178. package/dist/components/thread-bubble/thread-bubble.js +85 -0
  179. package/dist/components/threshold-ring/index.js +6 -0
  180. package/dist/components/threshold-ring/threshold-ring.js +160 -0
  181. package/dist/components/timeline/index.js +12 -0
  182. package/dist/components/timeline/timeline.js +239 -0
  183. package/dist/components/timeline-scrubber/index.js +6 -0
  184. package/dist/components/timeline-scrubber/timeline-scrubber.js +179 -0
  185. package/dist/components/top-bar/index.js +4 -0
  186. package/dist/components/top-bar/top-bar.js +31 -0
  187. package/dist/components/transaction-list/index.js +14 -0
  188. package/dist/components/transaction-list/transaction-list.js +226 -0
  189. package/dist/components/tree-view/index.js +6 -0
  190. package/dist/components/tree-view/tree-view.js +298 -0
  191. package/dist/components/usage-breakdown/usage-breakdown.js +1 -0
  192. package/dist/components/viewport-bookmarks/index.js +6 -0
  193. package/dist/components/viewport-bookmarks/viewport-bookmarks.js +116 -0
  194. package/dist/components/workspace-switcher/index.js +6 -0
  195. package/dist/components/workspace-switcher/workspace-switcher.js +61 -0
  196. package/dist/components/world-breadcrumbs/index.js +6 -0
  197. package/dist/components/world-breadcrumbs/world-breadcrumbs.js +114 -0
  198. package/dist/components/zoom-hud/index.js +4 -0
  199. package/dist/components/zoom-hud/zoom-hud.js +61 -0
  200. package/dist/index.d.ts +7906 -225
  201. package/dist/index.js +3 -1
  202. 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
+ };
@@ -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("h-1.5 w-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
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ MiniMapPanel
3
+ } from "./mini-map-panel";
4
+ export {
5
+ MiniMapPanel
6
+ };
@@ -0,0 +1,74 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ import { cn } from "../../lib/utils";
4
+ const MiniMapPanel = forwardRef(
5
+ ({ className, markers = [], title = "Overview", viewport, world, ...props }, ref) => {
6
+ const viewportWidth = Math.max(
7
+ viewport.width / viewport.zoom / world.width * 100,
8
+ 8
9
+ );
10
+ const viewportHeight = Math.max(
11
+ viewport.height / viewport.zoom / world.height * 100,
12
+ 8
13
+ );
14
+ const viewportLeft = Math.min(
15
+ Math.max(viewport.x / world.width * 100, 0),
16
+ 100 - viewportWidth
17
+ );
18
+ const viewportTop = Math.min(
19
+ Math.max(viewport.y / world.height * 100, 0),
20
+ 100 - viewportHeight
21
+ );
22
+ return /* @__PURE__ */ jsxs(
23
+ "div",
24
+ {
25
+ className: cn(
26
+ "w-52 rounded-sm border border-border bg-background p-3 font-mono",
27
+ className
28
+ ),
29
+ ref,
30
+ ...props,
31
+ children: [
32
+ /* @__PURE__ */ jsx("div", { className: "mb-3 flex items-center justify-between", children: /* @__PURE__ */ jsxs("div", { children: [
33
+ /* @__PURE__ */ jsx("div", { className: "text-xs font-medium uppercase tracking-[0.24em] text-muted-foreground", children: title }),
34
+ /* @__PURE__ */ jsxs("div", { className: "mt-1 text-xs text-muted-foreground", children: [
35
+ "Zoom ",
36
+ Math.round(viewport.zoom * 100),
37
+ "%"
38
+ ] })
39
+ ] }) }),
40
+ /* @__PURE__ */ jsxs("div", { className: "relative aspect-[4/3] overflow-hidden rounded-sm border border-border bg-background", children: [
41
+ markers.map((marker) => /* @__PURE__ */ jsx(
42
+ "div",
43
+ {
44
+ className: "absolute size-1.5 -translate-x-1/2 -translate-y-1/2 bg-foreground",
45
+ style: {
46
+ left: `${marker.x / world.width * 100}%`,
47
+ top: `${marker.y / world.height * 100}%`
48
+ },
49
+ title: marker.label
50
+ },
51
+ marker.id
52
+ )),
53
+ /* @__PURE__ */ jsx(
54
+ "div",
55
+ {
56
+ className: "absolute border border-foreground/80 bg-transparent",
57
+ style: {
58
+ height: `${viewportHeight}%`,
59
+ left: `${viewportLeft}%`,
60
+ top: `${viewportTop}%`,
61
+ width: `${viewportWidth}%`
62
+ }
63
+ }
64
+ )
65
+ ] })
66
+ ]
67
+ }
68
+ );
69
+ }
70
+ );
71
+ MiniMapPanel.displayName = "MiniMapPanel";
72
+ export {
73
+ MiniMapPanel
74
+ };
@@ -0,0 +1,12 @@
1
+ import {
2
+ ModelComparison,
3
+ ModelComparisonColumn,
4
+ ModelComparisonMeta,
5
+ ModelComparisonVote
6
+ } from "./model-comparison";
7
+ export {
8
+ ModelComparison,
9
+ ModelComparisonColumn,
10
+ ModelComparisonMeta,
11
+ ModelComparisonVote
12
+ };