@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
@@ -20,35 +20,42 @@ function Terminal({
20
20
  return /* @__PURE__ */ jsxs("div", { className: "my-6 rounded-lg border bg-zinc-950 dark:bg-zinc-900 overflow-hidden", children: [
21
21
  /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between px-4 py-2 bg-zinc-900 dark:bg-zinc-800 border-b border-zinc-800", children: [
22
22
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
23
- /* @__PURE__ */ jsx(TerminalIcon, { className: "h-4 w-4 text-zinc-400" }),
23
+ /* @__PURE__ */ jsx(TerminalIcon, { className: "size-4 text-zinc-400" }),
24
24
  /* @__PURE__ */ jsx("span", { className: "text-sm font-medium text-zinc-300", children: title })
25
25
  ] }),
26
26
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1.5", children: [
27
- /* @__PURE__ */ jsx("div", { className: "h-3 w-3 rounded-full bg-red-500" }),
28
- /* @__PURE__ */ jsx("div", { className: "h-3 w-3 rounded-full bg-yellow-500" }),
29
- /* @__PURE__ */ jsx("div", { className: "h-3 w-3 rounded-full bg-green-500" })
27
+ /* @__PURE__ */ jsx("div", { className: "size-3 rounded-full bg-red-500" }),
28
+ /* @__PURE__ */ jsx("div", { className: "size-3 rounded-full bg-yellow-500" }),
29
+ /* @__PURE__ */ jsx("div", { className: "size-3 rounded-full bg-green-500" })
30
30
  ] })
31
31
  ] }),
32
32
  /* @__PURE__ */ jsxs("div", { className: "relative", children: [
33
- /* @__PURE__ */ jsx("div", { className: "p-4 font-mono text-sm space-y-1 overflow-x-auto", children: lines.map((line, index) => /* @__PURE__ */ jsxs("div", { className: "flex items-start", children: [
34
- line.type === "command" && /* @__PURE__ */ jsxs(Fragment, { children: [
35
- /* @__PURE__ */ jsx("span", { className: "text-green-400 mr-2 select-none", children: "$" }),
36
- /* @__PURE__ */ jsx("span", { className: "text-zinc-100", children: line.content })
37
- ] }),
38
- line.type === "output" && /* @__PURE__ */ jsx("span", { className: "text-zinc-400", children: line.content }),
39
- line.type === "comment" && /* @__PURE__ */ jsxs("span", { className: "text-zinc-600 italic", children: [
40
- "# ",
41
- line.content
42
- ] })
43
- ] }, index)) }),
33
+ /* @__PURE__ */ jsx("div", { className: "p-4 font-mono text-sm space-y-1 overflow-x-auto", children: lines.map((line) => /* @__PURE__ */ jsxs(
34
+ "div",
35
+ {
36
+ className: "flex items-start",
37
+ children: [
38
+ line.type === "command" && /* @__PURE__ */ jsxs(Fragment, { children: [
39
+ /* @__PURE__ */ jsx("span", { className: "text-green-400 mr-2 select-none", children: "$" }),
40
+ /* @__PURE__ */ jsx("span", { className: "text-zinc-100", children: line.content })
41
+ ] }),
42
+ line.type === "output" && /* @__PURE__ */ jsx("span", { className: "text-zinc-400", children: line.content }),
43
+ line.type === "comment" && /* @__PURE__ */ jsxs("span", { className: "text-zinc-600 italic", children: [
44
+ "# ",
45
+ line.content
46
+ ] })
47
+ ]
48
+ },
49
+ `${line.type}-${line.content}`
50
+ )) }),
44
51
  copyable && commands.length > 0 ? /* @__PURE__ */ jsx(
45
52
  Button,
46
53
  {
47
- className: "absolute top-2 right-2 h-8 w-8 bg-zinc-800 hover:bg-zinc-700 text-zinc-300",
54
+ className: "absolute top-2 right-2 size-8 bg-zinc-800 hover:bg-zinc-700 text-zinc-300",
48
55
  onClick: handleCopy,
49
56
  size: "icon",
50
57
  variant: "ghost",
51
- children: copied ? /* @__PURE__ */ jsx(Check, { className: "h-3 w-3" }) : /* @__PURE__ */ jsx(Copy, { className: "h-3 w-3" })
58
+ children: copied ? /* @__PURE__ */ jsx(Check, { className: "size-3" }) : /* @__PURE__ */ jsx(Copy, { className: "size-3" })
52
59
  }
53
60
  ) : null
54
61
  ] })
@@ -79,35 +86,42 @@ function SimpleTerminal({
79
86
  return /* @__PURE__ */ jsxs("div", { className: "my-6 rounded-lg border bg-zinc-950 dark:bg-zinc-900 overflow-hidden", children: [
80
87
  /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between px-4 py-2 bg-zinc-900 dark:bg-zinc-800 border-b border-zinc-800", children: [
81
88
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
82
- /* @__PURE__ */ jsx(TerminalIcon, { className: "h-4 w-4 text-zinc-400" }),
89
+ /* @__PURE__ */ jsx(TerminalIcon, { className: "size-4 text-zinc-400" }),
83
90
  /* @__PURE__ */ jsx("span", { className: "text-sm font-medium text-zinc-300", children: title })
84
91
  ] }),
85
92
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1.5", children: [
86
- /* @__PURE__ */ jsx("div", { className: "h-3 w-3 rounded-full bg-red-500" }),
87
- /* @__PURE__ */ jsx("div", { className: "h-3 w-3 rounded-full bg-yellow-500" }),
88
- /* @__PURE__ */ jsx("div", { className: "h-3 w-3 rounded-full bg-green-500" })
93
+ /* @__PURE__ */ jsx("div", { className: "size-3 rounded-full bg-red-500" }),
94
+ /* @__PURE__ */ jsx("div", { className: "size-3 rounded-full bg-yellow-500" }),
95
+ /* @__PURE__ */ jsx("div", { className: "size-3 rounded-full bg-green-500" })
89
96
  ] })
90
97
  ] }),
91
98
  /* @__PURE__ */ jsxs("div", { className: "relative", children: [
92
- /* @__PURE__ */ jsx("div", { className: "p-4 font-mono text-sm space-y-1 overflow-x-auto", children: lines.map((line, index) => /* @__PURE__ */ jsxs("div", { className: "flex items-start", children: [
93
- line.type === "command" && /* @__PURE__ */ jsxs(Fragment, { children: [
94
- /* @__PURE__ */ jsx("span", { className: "text-green-400 mr-2 select-none", children: "$" }),
95
- /* @__PURE__ */ jsx("span", { className: "text-zinc-100", children: line.content })
96
- ] }),
97
- line.type === "output" && /* @__PURE__ */ jsx("span", { className: "text-zinc-400", children: line.content }),
98
- line.type === "comment" && /* @__PURE__ */ jsxs("span", { className: "text-zinc-600 italic", children: [
99
- "# ",
100
- line.content
101
- ] })
102
- ] }, index)) }),
99
+ /* @__PURE__ */ jsx("div", { className: "p-4 font-mono text-sm space-y-1 overflow-x-auto", children: lines.map((line) => /* @__PURE__ */ jsxs(
100
+ "div",
101
+ {
102
+ className: "flex items-start",
103
+ children: [
104
+ line.type === "command" && /* @__PURE__ */ jsxs(Fragment, { children: [
105
+ /* @__PURE__ */ jsx("span", { className: "text-green-400 mr-2 select-none", children: "$" }),
106
+ /* @__PURE__ */ jsx("span", { className: "text-zinc-100", children: line.content })
107
+ ] }),
108
+ line.type === "output" && /* @__PURE__ */ jsx("span", { className: "text-zinc-400", children: line.content }),
109
+ line.type === "comment" && /* @__PURE__ */ jsxs("span", { className: "text-zinc-600 italic", children: [
110
+ "# ",
111
+ line.content
112
+ ] })
113
+ ]
114
+ },
115
+ `${line.type}-${line.content}`
116
+ )) }),
103
117
  commands.length > 0 && /* @__PURE__ */ jsx(
104
118
  Button,
105
119
  {
106
- className: "absolute top-2 right-2 h-8 w-8 bg-zinc-800 hover:bg-zinc-700 text-zinc-300",
120
+ className: "absolute top-2 right-2 size-8 bg-zinc-800 hover:bg-zinc-700 text-zinc-300",
107
121
  onClick: handleCopy,
108
122
  size: "icon",
109
123
  variant: "ghost",
110
- children: copied ? /* @__PURE__ */ jsx(Check, { className: "h-3 w-3" }) : /* @__PURE__ */ jsx(Copy, { className: "h-3 w-3" })
124
+ children: copied ? /* @__PURE__ */ jsx(Check, { className: "size-3" }) : /* @__PURE__ */ jsx(Copy, { className: "size-3" })
111
125
  }
112
126
  )
113
127
  ] })
@@ -30,7 +30,7 @@ function ThinkingBlock({
30
30
  onClick: toggleExpanded,
31
31
  type: "button",
32
32
  children: [
33
- isExpanded ? /* @__PURE__ */ jsx(ChevronDown, { className: "h-3 w-3" }) : /* @__PURE__ */ jsx(ChevronRight, { className: "h-3 w-3" }),
33
+ isExpanded ? /* @__PURE__ */ jsx(ChevronDown, { className: "size-3" }) : /* @__PURE__ */ jsx(ChevronRight, { className: "size-3" }),
34
34
  /* @__PURE__ */ jsxs("span", { children: [
35
35
  "Thinking",
36
36
  isStreaming ? /* @__PURE__ */ jsx("span", { className: "ml-1 animate-pulse", children: "..." }) : null
@@ -0,0 +1,6 @@
1
+ import {
2
+ ThreadBubble
3
+ } from "./thread-bubble";
4
+ export {
5
+ ThreadBubble
6
+ };
@@ -0,0 +1,85 @@
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 DEFAULT_LABELS = {
8
+ empty: "No replies yet",
9
+ region: "Comment thread"
10
+ };
11
+ const Message = (props) => {
12
+ const { message } = props;
13
+ return /* @__PURE__ */ jsxs("li", { className: "space-y-0.5", "data-thread-bubble-message": message.id, children: [
14
+ /* @__PURE__ */ jsxs("header", { className: "flex items-baseline justify-between gap-2 text-[10px]", children: [
15
+ /* @__PURE__ */ jsx(
16
+ "span",
17
+ {
18
+ className: "font-semibold",
19
+ "data-thread-bubble-author": true,
20
+ style: message.authorColor ? { color: message.authorColor } : void 0,
21
+ children: message.author
22
+ }
23
+ ),
24
+ message.ts ? /* @__PURE__ */ jsx("span", { className: "text-muted-foreground", "data-thread-bubble-ts": true, children: message.ts }) : null
25
+ ] }),
26
+ /* @__PURE__ */ jsx("p", { className: "text-xs text-foreground", "data-thread-bubble-body": true, children: message.body })
27
+ ] });
28
+ };
29
+ const ThreadBubble = forwardRef(
30
+ (props, ref) => {
31
+ const { className, footer, labels, messages, onResolve, title, ...rest } = props;
32
+ const resolvedLabels = { ...DEFAULT_LABELS, ...labels };
33
+ const handleResolve = () => {
34
+ onResolve?.();
35
+ };
36
+ return /* @__PURE__ */ jsxs(
37
+ "section",
38
+ {
39
+ "aria-label": resolvedLabels.region,
40
+ className: cn(
41
+ "flex w-72 flex-col gap-2 rounded-lg border border-border bg-background p-3 text-foreground shadow-md",
42
+ className
43
+ ),
44
+ "data-thread-bubble": true,
45
+ ref,
46
+ ...rest,
47
+ children: [
48
+ title || onResolve ? /* @__PURE__ */ jsxs("header", { className: "flex items-center justify-between gap-2 text-[11px] uppercase tracking-wide text-muted-foreground", children: [
49
+ title ? /* @__PURE__ */ jsx("span", { className: "truncate font-semibold", "data-thread-bubble-title": true, children: title }) : /* @__PURE__ */ jsx("span", { "aria-hidden": "true" }),
50
+ onResolve ? /* @__PURE__ */ jsx(
51
+ "button",
52
+ {
53
+ className: "rounded-full border border-border px-2 py-0.5 text-[10px] font-medium text-muted-foreground transition-colors hover:bg-muted/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
54
+ "data-thread-bubble-resolve": true,
55
+ onClick: handleResolve,
56
+ type: "button",
57
+ children: "Resolve"
58
+ }
59
+ ) : null
60
+ ] }) : null,
61
+ messages.length === 0 ? /* @__PURE__ */ jsx(
62
+ "p",
63
+ {
64
+ className: "px-1 py-2 text-center text-[11px] text-muted-foreground",
65
+ "data-thread-bubble-state": "empty",
66
+ children: resolvedLabels.empty
67
+ }
68
+ ) : /* @__PURE__ */ jsx("ul", { className: "space-y-2 overflow-y-auto", "data-thread-bubble-list": true, children: messages.map((message) => /* @__PURE__ */ jsx(Message, { message }, message.id)) }),
69
+ footer ? /* @__PURE__ */ jsx(
70
+ "footer",
71
+ {
72
+ className: "border-t border-border pt-2",
73
+ "data-thread-bubble-footer": true,
74
+ children: footer
75
+ }
76
+ ) : null
77
+ ]
78
+ }
79
+ );
80
+ }
81
+ );
82
+ ThreadBubble.displayName = "ThreadBubble";
83
+ export {
84
+ ThreadBubble
85
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ ThresholdRing
3
+ } from "./threshold-ring";
4
+ export {
5
+ ThresholdRing
6
+ };
@@ -0,0 +1,160 @@
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_STROKE = {
8
+ danger: "stroke-red-500",
9
+ neutral: "stroke-foreground",
10
+ success: "stroke-emerald-500",
11
+ warn: "stroke-amber-500"
12
+ };
13
+ const DEFAULT_LABELS = {
14
+ region: "Threshold ring"
15
+ };
16
+ const clamp = (v, min, max) => {
17
+ if (v < min) {
18
+ return min;
19
+ }
20
+ if (v > max) {
21
+ return max;
22
+ }
23
+ return v;
24
+ };
25
+ const polar = (input) => {
26
+ const rad = (input.angle - 90) * (Math.PI / 180);
27
+ return {
28
+ x: input.cx + input.r * Math.cos(rad),
29
+ y: input.cy + input.r * Math.sin(rad)
30
+ };
31
+ };
32
+ const computeGeometry = (input) => {
33
+ const safeMax = input.max <= 0 ? 1 : input.max;
34
+ const ratio = clamp(input.value / safeMax, 0, 1);
35
+ const cx = input.size / 2;
36
+ const cy = input.size / 2;
37
+ const r = (input.size - input.stroke) / 2;
38
+ const circumference = 2 * Math.PI * r;
39
+ const tickAngle = input.threshold === void 0 ? null : clamp(input.threshold / safeMax, 0, 1) * 360;
40
+ return {
41
+ circumference,
42
+ cx,
43
+ cy,
44
+ r,
45
+ ratio,
46
+ size: input.size,
47
+ stroke: input.stroke,
48
+ tickAngle
49
+ };
50
+ };
51
+ const Tick = (props) => {
52
+ const { geom } = props;
53
+ if (geom.tickAngle === null) {
54
+ return null;
55
+ }
56
+ const inner = polar({
57
+ angle: geom.tickAngle,
58
+ cx: geom.cx,
59
+ cy: geom.cy,
60
+ r: geom.r - geom.stroke / 2
61
+ });
62
+ const outer = polar({
63
+ angle: geom.tickAngle,
64
+ cx: geom.cx,
65
+ cy: geom.cy,
66
+ r: geom.r + geom.stroke / 2
67
+ });
68
+ return /* @__PURE__ */ jsx(
69
+ "line",
70
+ {
71
+ className: "stroke-foreground/80",
72
+ "data-threshold-ring-tick": true,
73
+ strokeLinecap: "round",
74
+ strokeWidth: 2,
75
+ x1: inner.x,
76
+ x2: outer.x,
77
+ y1: inner.y,
78
+ y2: outer.y
79
+ }
80
+ );
81
+ };
82
+ const ThresholdRing = forwardRef(
83
+ (props, ref) => {
84
+ const {
85
+ centerLabel,
86
+ className,
87
+ labels,
88
+ max = 1,
89
+ size = 64,
90
+ stroke = 6,
91
+ threshold,
92
+ tone = "neutral",
93
+ value,
94
+ ...rest
95
+ } = props;
96
+ const resolvedLabels = { ...DEFAULT_LABELS, ...labels };
97
+ const geom = computeGeometry({ max, size, stroke, threshold, value });
98
+ const dash = `${geom.ratio * geom.circumference} ${geom.circumference}`;
99
+ return /* @__PURE__ */ jsxs(
100
+ "svg",
101
+ {
102
+ "aria-label": resolvedLabels.region,
103
+ className: cn("inline-block", className),
104
+ "data-threshold-ring": true,
105
+ "data-threshold-tone": tone,
106
+ height: geom.size,
107
+ ref,
108
+ role: "img",
109
+ viewBox: `0 0 ${geom.size} ${geom.size}`,
110
+ width: geom.size,
111
+ ...rest,
112
+ children: [
113
+ /* @__PURE__ */ jsx(
114
+ "circle",
115
+ {
116
+ className: "stroke-muted",
117
+ cx: geom.cx,
118
+ cy: geom.cy,
119
+ fill: "none",
120
+ r: geom.r,
121
+ strokeWidth: geom.stroke
122
+ }
123
+ ),
124
+ /* @__PURE__ */ jsx(
125
+ "circle",
126
+ {
127
+ className: cn("transition-all duration-300", TONE_STROKE[tone]),
128
+ cx: geom.cx,
129
+ cy: geom.cy,
130
+ "data-threshold-ring-arc": true,
131
+ fill: "none",
132
+ r: geom.r,
133
+ strokeDasharray: dash,
134
+ strokeLinecap: "round",
135
+ strokeWidth: geom.stroke,
136
+ transform: `rotate(-90 ${geom.cx} ${geom.cy})`
137
+ }
138
+ ),
139
+ /* @__PURE__ */ jsx(Tick, { geom }),
140
+ centerLabel ? /* @__PURE__ */ jsx(
141
+ "text",
142
+ {
143
+ className: "fill-foreground text-[10px] font-semibold",
144
+ "data-threshold-ring-label": true,
145
+ dominantBaseline: "central",
146
+ textAnchor: "middle",
147
+ x: geom.cx,
148
+ y: geom.cy,
149
+ children: centerLabel
150
+ }
151
+ ) : null
152
+ ]
153
+ }
154
+ );
155
+ }
156
+ );
157
+ ThresholdRing.displayName = "ThresholdRing";
158
+ export {
159
+ ThresholdRing
160
+ };
@@ -22,7 +22,7 @@ function formatChange(change) {
22
22
  return `${sign}${change.toFixed(2)}%`;
23
23
  }
24
24
  function TickerTapeRow({ items }) {
25
- return /* @__PURE__ */ jsx("div", { className: "flex min-w-max items-center gap-3 px-3 py-3", children: items.map((item) => {
25
+ return /* @__PURE__ */ jsx("div", { className: "flex min-w-max items-center gap-3 p-3", children: items.map((item) => {
26
26
  const isPositive = item.change >= 0;
27
27
  const TrendIcon = isPositive ? ArrowUpRight : ArrowDownRight;
28
28
  return /* @__PURE__ */ jsxs(
@@ -43,13 +43,13 @@ function TickerTapeRow({ items }) {
43
43
  ),
44
44
  variant: "outline",
45
45
  children: [
46
- /* @__PURE__ */ jsx(TrendIcon, { className: "h-3 w-3" }),
46
+ /* @__PURE__ */ jsx(TrendIcon, { className: "size-3" }),
47
47
  formatChange(item.change)
48
48
  ]
49
49
  }
50
50
  ),
51
51
  item.volume ? /* @__PURE__ */ jsxs("span", { className: "hidden items-center text-xs text-muted-foreground sm:inline-flex", children: [
52
- /* @__PURE__ */ jsx(Dot, { className: "h-3.5 w-3.5" }),
52
+ /* @__PURE__ */ jsx(Dot, { className: "size-3.5" }),
53
53
  item.volume
54
54
  ] }) : null
55
55
  ]
@@ -0,0 +1,12 @@
1
+ import {
2
+ Timeline,
3
+ TimelineItem,
4
+ timelineVariants,
5
+ useTimelineOrientation
6
+ } from "./timeline";
7
+ export {
8
+ Timeline,
9
+ TimelineItem,
10
+ timelineVariants,
11
+ useTimelineOrientation
12
+ };
@@ -0,0 +1,239 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import {
4
+ createContext,
5
+ forwardRef,
6
+ useContext,
7
+ useMemo
8
+ } from "react";
9
+ import { cva } from "class-variance-authority";
10
+ import { cn } from "../../lib/utils";
11
+ const STATUS_CLASSES = {
12
+ active: {
13
+ connector: "border-solid border-primary",
14
+ markerBorder: "border-primary",
15
+ markerFill: "bg-background ring-2 ring-primary"
16
+ },
17
+ completed: {
18
+ connector: "border-solid border-primary",
19
+ markerBorder: "border-primary",
20
+ markerFill: "bg-primary"
21
+ },
22
+ upcoming: {
23
+ connector: "border-dashed border-muted-foreground/40",
24
+ markerBorder: "border-muted-foreground/40",
25
+ markerFill: "bg-background"
26
+ }
27
+ };
28
+ const COLOR_OVERRIDES = {
29
+ amber: {
30
+ border: "border-amber-500",
31
+ fill: "bg-amber-500"
32
+ },
33
+ blue: {
34
+ border: "border-blue-500",
35
+ fill: "bg-blue-500"
36
+ },
37
+ emerald: {
38
+ border: "border-emerald-500",
39
+ fill: "bg-emerald-500"
40
+ },
41
+ neutral: {
42
+ border: "border-muted-foreground",
43
+ fill: "bg-muted-foreground"
44
+ },
45
+ purple: {
46
+ border: "border-purple-500",
47
+ fill: "bg-purple-500"
48
+ },
49
+ red: {
50
+ border: "border-red-500",
51
+ fill: "bg-red-500"
52
+ },
53
+ rose: {
54
+ border: "border-rose-500",
55
+ fill: "bg-rose-500"
56
+ }
57
+ };
58
+ const TimelineContext = createContext({
59
+ orientation: "vertical"
60
+ });
61
+ function useTimelineOrientation() {
62
+ return useContext(TimelineContext).orientation;
63
+ }
64
+ const timelineVariants = cva("flex", {
65
+ defaultVariants: {
66
+ orientation: "vertical"
67
+ },
68
+ variants: {
69
+ orientation: {
70
+ horizontal: "flex-row gap-0 overflow-x-auto",
71
+ vertical: "flex-col gap-0"
72
+ }
73
+ }
74
+ });
75
+ const Timeline = forwardRef(
76
+ ({ children, className, orientation, ...rest }, ref) => {
77
+ const resolvedOrientation = orientation ?? "vertical";
78
+ const contextValue = useMemo(
79
+ () => ({ orientation: resolvedOrientation }),
80
+ [resolvedOrientation]
81
+ );
82
+ return /* @__PURE__ */ jsx(TimelineContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsx(
83
+ "ol",
84
+ {
85
+ className: cn(timelineVariants({ orientation }), className),
86
+ "data-orientation": resolvedOrientation,
87
+ ref,
88
+ ...rest,
89
+ children
90
+ }
91
+ ) });
92
+ }
93
+ );
94
+ Timeline.displayName = "Timeline";
95
+ function Marker({ color, icon, status }) {
96
+ const palette = STATUS_CLASSES[status];
97
+ const override = color ? COLOR_OVERRIDES[color] : void 0;
98
+ const borderClass = override?.border ?? palette.markerBorder;
99
+ const fillClass = override?.fill ?? palette.markerFill;
100
+ return /* @__PURE__ */ jsx(
101
+ "span",
102
+ {
103
+ "aria-hidden": "true",
104
+ className: cn(
105
+ "relative z-10 flex size-6 shrink-0 items-center justify-center rounded-full border-2 bg-background text-[10px]",
106
+ borderClass
107
+ ),
108
+ children: icon ? /* @__PURE__ */ jsx(
109
+ "span",
110
+ {
111
+ className: cn(
112
+ "flex h-full w-full items-center justify-center text-foreground [&>svg]:h-3 [&>svg]:w-3",
113
+ status === "completed" ? "text-primary-foreground" : ""
114
+ ),
115
+ children: icon
116
+ }
117
+ ) : /* @__PURE__ */ jsx(
118
+ "span",
119
+ {
120
+ className: cn(
121
+ "size-2.5 rounded-full",
122
+ override ? fillClass : palette.markerFill
123
+ )
124
+ }
125
+ )
126
+ }
127
+ );
128
+ }
129
+ function Connector({ orientation, status }) {
130
+ const palette = STATUS_CLASSES[status];
131
+ if (orientation === "horizontal") {
132
+ return /* @__PURE__ */ jsx(
133
+ "span",
134
+ {
135
+ "aria-hidden": "true",
136
+ className: cn(
137
+ "absolute top-3 h-0 w-full border-t-2",
138
+ palette.connector
139
+ ),
140
+ style: { left: "calc(50% + 0.75rem)" }
141
+ }
142
+ );
143
+ }
144
+ return /* @__PURE__ */ jsx(
145
+ "span",
146
+ {
147
+ "aria-hidden": "true",
148
+ className: cn(
149
+ "absolute left-3 top-6 h-full w-0 -translate-x-1/2 border-l-2",
150
+ palette.connector
151
+ )
152
+ }
153
+ );
154
+ }
155
+ function ItemBody({
156
+ children,
157
+ date,
158
+ description,
159
+ orientation,
160
+ title
161
+ }) {
162
+ return /* @__PURE__ */ jsxs(
163
+ "div",
164
+ {
165
+ className: cn(
166
+ "flex min-w-0 flex-col gap-0.5",
167
+ orientation === "horizontal" ? "items-center text-center" : ""
168
+ ),
169
+ children: [
170
+ /* @__PURE__ */ jsxs(
171
+ "div",
172
+ {
173
+ className: cn(
174
+ "flex flex-wrap items-baseline gap-x-2 gap-y-0.5",
175
+ orientation === "horizontal" ? "justify-center" : ""
176
+ ),
177
+ children: [
178
+ /* @__PURE__ */ jsx("p", { className: "text-sm font-semibold tracking-tight text-foreground", children: title }),
179
+ date ? /* @__PURE__ */ jsx("span", { className: "font-mono text-xs text-muted-foreground", children: date }) : null
180
+ ]
181
+ }
182
+ ),
183
+ description ? /* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground", children: description }) : null,
184
+ children ? /* @__PURE__ */ jsx("div", { className: "mt-1 text-sm text-foreground", children }) : null
185
+ ]
186
+ }
187
+ );
188
+ }
189
+ const TimelineItem = forwardRef(
190
+ (props, ref) => {
191
+ const {
192
+ children,
193
+ className,
194
+ color,
195
+ date,
196
+ description,
197
+ icon,
198
+ isLast = false,
199
+ status = "upcoming",
200
+ title,
201
+ ...rest
202
+ } = props;
203
+ const orientation = useTimelineOrientation();
204
+ return /* @__PURE__ */ jsxs(
205
+ "li",
206
+ {
207
+ className: cn(
208
+ "relative",
209
+ orientation === "horizontal" ? "flex flex-1 flex-col items-center gap-2 px-3 pt-1" : "flex items-start gap-3 pb-6 last:pb-0",
210
+ className
211
+ ),
212
+ "data-status": status,
213
+ ref,
214
+ ...rest,
215
+ children: [
216
+ isLast ? null : /* @__PURE__ */ jsx(Connector, { orientation, status }),
217
+ /* @__PURE__ */ jsx(Marker, { color, icon, status }),
218
+ /* @__PURE__ */ jsx(
219
+ ItemBody,
220
+ {
221
+ date,
222
+ description,
223
+ orientation,
224
+ title,
225
+ children
226
+ }
227
+ )
228
+ ]
229
+ }
230
+ );
231
+ }
232
+ );
233
+ TimelineItem.displayName = "TimelineItem";
234
+ export {
235
+ Timeline,
236
+ TimelineItem,
237
+ timelineVariants,
238
+ useTimelineOrientation
239
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ TimelineScrubber
3
+ } from "./timeline-scrubber";
4
+ export {
5
+ TimelineScrubber
6
+ };