@vllnt/ui 0.2.1 → 0.3.0-canary.00b20d6

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 (470) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/README.md +59 -30
  3. package/dist/components/accordion/accordion.js +2 -2
  4. package/dist/components/activity-heatmap/activity-heatmap.js +18 -20
  5. package/dist/components/activity-log/activity-log.js +12 -11
  6. package/dist/components/agent-activity/agent-activity.js +317 -0
  7. package/dist/components/agent-activity/index.js +18 -0
  8. package/dist/components/ai-artifact/ai-artifact.js +439 -0
  9. package/dist/components/ai-artifact/index.js +24 -0
  10. package/dist/components/ai-chat-input/ai-chat-input.js +6 -4
  11. package/dist/components/ai-message-bubble/ai-message-bubble.js +3 -3
  12. package/dist/components/ai-sidebar/ai-sidebar.js +246 -0
  13. package/dist/components/ai-sidebar/index.js +22 -0
  14. package/dist/components/ai-source-citation/ai-source-citation.js +2 -2
  15. package/dist/components/ai-tool-call-display/ai-tool-call-display.js +5 -5
  16. package/dist/components/alert-pulse/alert-pulse.js +93 -0
  17. package/dist/components/alert-pulse/index.js +6 -0
  18. package/dist/components/anchor-port/anchor-port.js +51 -0
  19. package/dist/components/anchor-port/index.js +4 -0
  20. package/dist/components/animated-beam/animated-beam.js +158 -0
  21. package/dist/components/animated-beam/index.js +4 -0
  22. package/dist/components/animated-grid-pattern/animated-grid-pattern.js +74 -0
  23. package/dist/components/animated-grid-pattern/index.js +6 -0
  24. package/dist/components/animated-list/animated-list.js +32 -0
  25. package/dist/components/animated-list/index.js +4 -0
  26. package/dist/components/animated-tabs/animated-tabs.js +95 -0
  27. package/dist/components/animated-tabs/index.js +6 -0
  28. package/dist/components/animated-testimonials/animated-testimonials.js +91 -0
  29. package/dist/components/animated-testimonials/index.js +6 -0
  30. package/dist/components/animated-text/animated-text.js +8 -7
  31. package/dist/components/animated-tooltip/animated-tooltip.js +51 -0
  32. package/dist/components/animated-tooltip/index.js +6 -0
  33. package/dist/components/annotation/annotation.js +1 -1
  34. package/dist/components/auto-reload/auto-reload.js +401 -0
  35. package/dist/components/auto-reload/index.js +6 -0
  36. package/dist/components/avatar/avatar.js +1 -1
  37. package/dist/components/avatar-group/avatar-group.js +5 -5
  38. package/dist/components/banner/banner.js +155 -0
  39. package/dist/components/banner/index.js +10 -0
  40. package/dist/components/bento-grid/bento-grid.js +41 -0
  41. package/dist/components/bento-grid/index.js +8 -0
  42. package/dist/components/blog-card/blog-card.js +5 -3
  43. package/dist/components/blur-reveal/blur-reveal.js +78 -0
  44. package/dist/components/blur-reveal/index.js +4 -0
  45. package/dist/components/border-beam/border-beam.js +2 -2
  46. package/dist/components/bottom-activity-strip/bottom-activity-strip.js +91 -0
  47. package/dist/components/bottom-activity-strip/index.js +6 -0
  48. package/dist/components/bottom-bar/bottom-bar.js +25 -0
  49. package/dist/components/bottom-bar/index.js +4 -0
  50. package/dist/components/breadcrumb/breadcrumb.js +33 -26
  51. package/dist/components/button/button.js +1 -1
  52. package/dist/components/button-group/button-group.js +35 -0
  53. package/dist/components/button-group/index.js +8 -0
  54. package/dist/components/calendar/calendar.js +6 -6
  55. package/dist/components/callout/callout.js +1 -1
  56. package/dist/components/candlestick-chart/candlestick-chart.js +13 -12
  57. package/dist/components/canvas-shell/canvas-foundation-demo.js +183 -0
  58. package/dist/components/canvas-shell/canvas-shell-route-config.js +0 -0
  59. package/dist/components/canvas-shell/canvas-shell.js +264 -0
  60. package/dist/components/canvas-shell/index.js +4 -0
  61. package/dist/components/canvas-view/canvas-view.js +504 -0
  62. package/dist/components/canvas-view/index.js +6 -0
  63. package/dist/components/card-flip/card-flip.js +78 -0
  64. package/dist/components/card-flip/index.js +4 -0
  65. package/dist/components/carousel/carousel.js +18 -10
  66. package/dist/components/category-filter/category-filter.js +1 -1
  67. package/dist/components/chain-of-thought/chain-of-thought.js +77 -0
  68. package/dist/components/chain-of-thought/index.js +6 -0
  69. package/dist/components/chart/area-chart.js +1 -0
  70. package/dist/components/chart/line-chart.js +1 -0
  71. package/dist/components/chat-dock-section/chat-dock-section.js +56 -0
  72. package/dist/components/chat-dock-section/index.js +6 -0
  73. package/dist/components/checkbox/checkbox.js +2 -2
  74. package/dist/components/checkbox-group/checkbox-group.js +92 -0
  75. package/dist/components/checkbox-group/index.js +8 -0
  76. package/dist/components/checklist/checklist.js +45 -10
  77. package/dist/components/checklist/index.js +10 -2
  78. package/dist/components/choropleth-map/choropleth-map.js +378 -0
  79. package/dist/components/choropleth-map/index.js +10 -0
  80. package/dist/components/chronological-timeline/chronological-timeline.js +343 -0
  81. package/dist/components/chronological-timeline/index.js +8 -0
  82. package/dist/components/civilization-card/civilization-card.js +275 -0
  83. package/dist/components/civilization-card/index.js +8 -0
  84. package/dist/components/code-block/code-block.js +47 -29
  85. package/dist/components/code-playground/code-playground.js +20 -18
  86. package/dist/components/color-picker/color-picker.js +134 -0
  87. package/dist/components/color-picker/index.js +4 -0
  88. package/dist/components/combobox/combobox.js +49 -30
  89. package/dist/components/command/command.js +1 -1
  90. package/dist/components/comment-pin/comment-pin.js +104 -0
  91. package/dist/components/comment-pin/index.js +6 -0
  92. package/dist/components/comparison/comparison.js +11 -10
  93. package/dist/components/completion-dialog/completion-dialog.js +20 -12
  94. package/dist/components/connector-edge/connector-edge.js +66 -0
  95. package/dist/components/connector-edge/index.js +6 -0
  96. package/dist/components/content-intro/content-intro.js +29 -22
  97. package/dist/components/context-lens/context-lens.js +98 -0
  98. package/dist/components/context-lens/index.js +6 -0
  99. package/dist/components/context-menu/context-menu.js +4 -4
  100. package/dist/components/contribution-graph/contribution-graph.js +120 -0
  101. package/dist/components/contribution-graph/index.js +6 -0
  102. package/dist/components/conversation-thread/conversation-thread.js +348 -0
  103. package/dist/components/conversation-thread/index.js +20 -0
  104. package/dist/components/cookie-consent/cookie-consent.js +1 -1
  105. package/dist/components/copy-button/copy-button.js +189 -0
  106. package/dist/components/copy-button/index.js +8 -0
  107. package/dist/components/countdown-timer/countdown-timer.js +12 -35
  108. package/dist/components/credit-badge/credit-badge.js +1 -7
  109. package/dist/components/curriculum/curriculum.js +349 -0
  110. package/dist/components/curriculum/index.js +10 -0
  111. package/dist/components/cursor/cursor.js +48 -0
  112. package/dist/components/cursor/index.js +4 -0
  113. package/dist/components/data-list/data-list.js +2 -1
  114. package/dist/components/data-table/data-table.js +10 -9
  115. package/dist/components/date-field/date-field.js +37 -0
  116. package/dist/components/date-field/index.js +4 -0
  117. package/dist/components/date-picker/date-picker.js +4 -9
  118. package/dist/components/date-range-picker/date-range-picker.js +74 -0
  119. package/dist/components/date-range-picker/index.js +6 -0
  120. package/dist/components/dialog/dialog.js +1 -1
  121. package/dist/components/dock/dock.js +102 -0
  122. package/dist/components/dock/index.js +5 -0
  123. package/dist/components/document-sibling-nav/document-sibling-nav.js +111 -0
  124. package/dist/components/document-sibling-nav/index.js +8 -0
  125. package/dist/components/dot-pattern/dot-pattern.js +31 -0
  126. package/dist/components/dot-pattern/index.js +4 -0
  127. package/dist/components/dropdown-menu/dropdown-menu.js +3 -3
  128. package/dist/components/edge-label/edge-label.js +26 -0
  129. package/dist/components/edge-label/index.js +4 -0
  130. package/dist/components/empty-state/empty-state.js +93 -0
  131. package/dist/components/empty-state/index.js +8 -0
  132. package/dist/components/era-comparison/era-comparison.js +216 -0
  133. package/dist/components/era-comparison/index.js +16 -0
  134. package/dist/components/exercise/exercise.js +15 -7
  135. package/dist/components/expandable-cards/expandable-cards.js +56 -0
  136. package/dist/components/expandable-cards/index.js +6 -0
  137. package/dist/components/faq/faq.js +8 -4
  138. package/dist/components/field/field.js +121 -0
  139. package/dist/components/field/index.js +16 -0
  140. package/dist/components/fieldset/fieldset.js +47 -0
  141. package/dist/components/fieldset/index.js +10 -0
  142. package/dist/components/file-upload/file-upload.js +4 -9
  143. package/dist/components/filter-bar/filter-bar.js +9 -8
  144. package/dist/components/flashcard/flashcard.js +10 -4
  145. package/dist/components/floating-action-button/floating-action-button.js +1 -1
  146. package/dist/components/floating-navbar/floating-navbar.js +62 -0
  147. package/dist/components/floating-navbar/index.js +4 -0
  148. package/dist/components/floating-toolbar/floating-toolbar.js +66 -0
  149. package/dist/components/floating-toolbar/index.js +6 -0
  150. package/dist/components/flow-diagram/flow-controls.js +9 -9
  151. package/dist/components/flow-diagram/flow-error-boundary.js +2 -2
  152. package/dist/components/flow-diagram/flow-fullscreen.js +5 -15
  153. package/dist/components/flow-diagram/use-flow-diagram.js +7 -18
  154. package/dist/components/follow-mode/follow-mode.js +89 -0
  155. package/dist/components/follow-mode/index.js +6 -0
  156. package/dist/components/form/form.js +432 -0
  157. package/dist/components/form/index.js +20 -0
  158. package/dist/components/gantt-chart/gantt-chart.js +334 -0
  159. package/dist/components/gantt-chart/index.js +6 -0
  160. package/dist/components/gauge-chart/gauge-chart.js +134 -0
  161. package/dist/components/gauge-chart/index.js +4 -0
  162. package/dist/components/geography-quiz-map/geography-quiz-map.js +344 -0
  163. package/dist/components/geography-quiz-map/index.js +12 -0
  164. package/dist/components/glass-card/glass-card.js +23 -0
  165. package/dist/components/glass-card/index.js +4 -0
  166. package/dist/components/glass-panel/glass-panel.js +21 -0
  167. package/dist/components/glass-panel/index.js +4 -0
  168. package/dist/components/glass-progress/glass-progress.js +35 -0
  169. package/dist/components/glass-progress/index.js +4 -0
  170. package/dist/components/globe-3d/globe-3d.js +429 -0
  171. package/dist/components/globe-3d/index.js +10 -0
  172. package/dist/components/grid/grid.js +94 -0
  173. package/dist/components/grid/index.js +4 -0
  174. package/dist/components/group-hull/group-hull.js +29 -0
  175. package/dist/components/group-hull/index.js +4 -0
  176. package/dist/components/handoff-beacon/handoff-beacon.js +78 -0
  177. package/dist/components/handoff-beacon/index.js +6 -0
  178. package/dist/components/heat-map-overlay/heat-map-overlay.js +215 -0
  179. package/dist/components/heat-map-overlay/index.js +6 -0
  180. package/dist/components/heat-overlay/heat-overlay.js +92 -0
  181. package/dist/components/heat-overlay/index.js +6 -0
  182. package/dist/components/historic-timeline/historic-timeline.js +342 -0
  183. package/dist/components/historic-timeline/index.js +6 -0
  184. package/dist/components/historical-figure-card/historical-figure-card.js +270 -0
  185. package/dist/components/historical-figure-card/index.js +6 -0
  186. package/dist/components/horizontal-scroll-row/horizontal-scroll-row.js +6 -5
  187. package/dist/components/index.js +841 -1
  188. package/dist/components/infinite-plane/index.js +6 -0
  189. package/dist/components/infinite-plane/infinite-plane.js +75 -0
  190. package/dist/components/inline-input/inline-input.js +1 -1
  191. package/dist/components/input-group/index.js +14 -0
  192. package/dist/components/input-group/input-group.js +65 -0
  193. package/dist/components/input-otp/input-otp.js +1 -1
  194. package/dist/components/interactive-timeline/index.js +16 -0
  195. package/dist/components/interactive-timeline/interactive-timeline.js +724 -0
  196. package/dist/components/item/index.js +18 -0
  197. package/dist/components/item/item.js +103 -0
  198. package/dist/components/jarvis-dock/index.js +6 -0
  199. package/dist/components/jarvis-dock/jarvis-dock.js +98 -0
  200. package/dist/components/kbd/index.js +5 -0
  201. package/dist/components/kbd/kbd.js +125 -0
  202. package/dist/components/key-concept/key-concept.js +6 -5
  203. package/dist/components/keyboard-shortcuts-help/keyboard-shortcuts-help.js +11 -21
  204. package/dist/components/knowledge-check/index.js +6 -0
  205. package/dist/components/knowledge-check/knowledge-check.js +473 -0
  206. package/dist/components/lang-provider/lang-provider.js +3 -3
  207. package/dist/components/learning-objectives/learning-objectives.js +14 -13
  208. package/dist/components/left-rail/index.js +4 -0
  209. package/dist/components/left-rail/left-rail.js +25 -0
  210. package/dist/components/link/index.js +5 -0
  211. package/dist/components/link/link.js +55 -0
  212. package/dist/components/liquid-glass/index.js +4 -0
  213. package/dist/components/liquid-glass/liquid-glass.js +37 -0
  214. package/dist/components/list-box/index.js +8 -0
  215. package/dist/components/list-box/list-box.js +127 -0
  216. package/dist/components/live-cursor/index.js +6 -0
  217. package/dist/components/live-cursor/live-cursor.js +62 -0
  218. package/dist/components/live-feed/live-feed.js +20 -42
  219. package/dist/components/magnetic/index.js +4 -0
  220. package/dist/components/magnetic/magnetic.js +58 -0
  221. package/dist/components/magnetic-button/index.js +4 -0
  222. package/dist/components/magnetic-button/magnetic-button.js +57 -0
  223. package/dist/components/map-2d/index.js +20 -0
  224. package/dist/components/map-2d/map-2d.js +455 -0
  225. package/dist/components/map-timeline/index.js +16 -0
  226. package/dist/components/map-timeline/map-timeline.js +506 -0
  227. package/dist/components/market-treemap/market-treemap.js +5 -6
  228. package/dist/components/mdx-content/mdx-content.js +25 -11
  229. package/dist/components/menubar/menubar.js +4 -4
  230. package/dist/components/meteors/index.js +4 -0
  231. package/dist/components/meteors/meteors.js +59 -0
  232. package/dist/components/meter/index.js +5 -0
  233. package/dist/components/meter/meter.js +78 -0
  234. package/dist/components/metric-cluster/index.js +6 -0
  235. package/dist/components/metric-cluster/metric-cluster.js +96 -0
  236. package/dist/components/metric-gauge/metric-gauge.js +3 -3
  237. package/dist/components/mini-map-panel/index.js +6 -0
  238. package/dist/components/mini-map-panel/mini-map-panel.js +74 -0
  239. package/dist/components/model-comparison/index.js +12 -0
  240. package/dist/components/model-comparison/model-comparison.js +230 -0
  241. package/dist/components/model-selector/model-selector.js +8 -8
  242. package/dist/components/multi-select/index.js +6 -0
  243. package/dist/components/multi-select/multi-select.js +258 -0
  244. package/dist/components/multi-select-lasso/index.js +6 -0
  245. package/dist/components/multi-select-lasso/multi-select-lasso.js +76 -0
  246. package/dist/components/native-select/index.js +4 -0
  247. package/dist/components/native-select/native-select.js +25 -0
  248. package/dist/components/navbar-saas/navbar-saas.js +11 -10
  249. package/dist/components/navigation-menu/navigation-menu.js +2 -2
  250. package/dist/components/newsletter-signup/index.js +8 -0
  251. package/dist/components/newsletter-signup/newsletter-signup.js +269 -0
  252. package/dist/components/number-input/number-input.js +2 -2
  253. package/dist/components/number-ticker/number-ticker.js +11 -4
  254. package/dist/components/object-card/index.js +6 -0
  255. package/dist/components/object-card/object-card.js +126 -0
  256. package/dist/components/object-handle/index.js +4 -0
  257. package/dist/components/object-handle/object-handle.js +38 -0
  258. package/dist/components/object-inspector/index.js +6 -0
  259. package/dist/components/object-inspector/object-inspector.js +136 -0
  260. package/dist/components/order-book/order-book.js +2 -2
  261. package/dist/components/overview-board/index.js +8 -0
  262. package/dist/components/overview-board/overview-board.js +127 -0
  263. package/dist/components/panel/index.js +16 -0
  264. package/dist/components/panel/panel.js +81 -0
  265. package/dist/components/parallel-timeline/index.js +6 -0
  266. package/dist/components/parallel-timeline/parallel-timeline.js +251 -0
  267. package/dist/components/particles/index.js +4 -0
  268. package/dist/components/particles/particles.js +49 -0
  269. package/dist/components/password-input/password-input.js +1 -1
  270. package/dist/components/phone-input/index.js +6 -0
  271. package/dist/components/phone-input/phone-input.js +64 -0
  272. package/dist/components/pie-chart/index.js +4 -0
  273. package/dist/components/pie-chart/pie-chart.js +132 -0
  274. package/dist/components/plan-badge/plan-badge.js +1 -7
  275. package/dist/components/playback-ghost/index.js +6 -0
  276. package/dist/components/playback-ghost/playback-ghost.js +83 -0
  277. package/dist/components/policy-delivery-panel/index.js +6 -0
  278. package/dist/components/policy-delivery-panel/policy-delivery-panel.js +99 -0
  279. package/dist/components/presence-stack/index.js +6 -0
  280. package/dist/components/presence-stack/presence-stack.js +108 -0
  281. package/dist/components/presence-sync-indicator/index.js +6 -0
  282. package/dist/components/presence-sync-indicator/presence-sync-indicator.js +73 -0
  283. package/dist/components/pricing-table/index.js +8 -0
  284. package/dist/components/pricing-table/pricing-table.js +284 -0
  285. package/dist/components/primary-source-viewer/index.js +26 -0
  286. package/dist/components/primary-source-viewer/primary-source-viewer.js +439 -0
  287. package/dist/components/pro-tip/pro-tip.js +6 -6
  288. package/dist/components/profile-section/profile-section.js +3 -2
  289. package/dist/components/progress-card/progress-card.js +6 -5
  290. package/dist/components/progress-tracker/index.js +20 -0
  291. package/dist/components/progress-tracker/progress-tracker.js +537 -0
  292. package/dist/components/progressive-blur/index.js +6 -0
  293. package/dist/components/progressive-blur/progressive-blur.js +44 -0
  294. package/dist/components/prompt-input/index.js +4 -0
  295. package/dist/components/prompt-input/prompt-input.js +186 -0
  296. package/dist/components/prompt-templates/index.js +6 -0
  297. package/dist/components/prompt-templates/prompt-templates.js +395 -0
  298. package/dist/components/property-section/index.js +6 -0
  299. package/dist/components/property-section/property-section.js +101 -0
  300. package/dist/components/qr-code/index.js +4 -0
  301. package/dist/components/qr-code/qr-code.js +51 -0
  302. package/dist/components/quiz/quiz.js +7 -6
  303. package/dist/components/radar-chart/index.js +6 -0
  304. package/dist/components/radar-chart/radar-chart.js +181 -0
  305. package/dist/components/radio-group/radio-group.js +2 -2
  306. package/dist/components/range-calendar/index.js +4 -0
  307. package/dist/components/range-calendar/range-calendar.js +35 -0
  308. package/dist/components/rating/rating.js +3 -3
  309. package/dist/components/reasoning/index.js +4 -0
  310. package/dist/components/reasoning/reasoning.js +118 -0
  311. package/dist/components/relationship-inspector/index.js +6 -0
  312. package/dist/components/relationship-inspector/relationship-inspector.js +102 -0
  313. package/dist/components/resizable/resizable.js +1 -1
  314. package/dist/components/reveal-text/index.js +6 -0
  315. package/dist/components/reveal-text/reveal-text.js +88 -0
  316. package/dist/components/right-dock/index.js +4 -0
  317. package/dist/components/right-dock/right-dock.js +28 -0
  318. package/dist/components/route-map/index.js +6 -0
  319. package/dist/components/route-map/route-map.js +339 -0
  320. package/dist/components/routing-assignment-panel/index.js +6 -0
  321. package/dist/components/routing-assignment-panel/routing-assignment-panel.js +122 -0
  322. package/dist/components/run-timeline/index.js +6 -0
  323. package/dist/components/run-timeline/run-timeline.js +221 -0
  324. package/dist/components/runtime-overview-panel/index.js +6 -0
  325. package/dist/components/runtime-overview-panel/runtime-overview-panel.js +89 -0
  326. package/dist/components/sankey-chart/index.js +6 -0
  327. package/dist/components/sankey-chart/sankey-chart.js +257 -0
  328. package/dist/components/scope-selector/scope-selector.js +13 -13
  329. package/dist/components/scramble-text/index.js +4 -0
  330. package/dist/components/scramble-text/scramble-text.js +77 -0
  331. package/dist/components/scroll-progress/index.js +4 -0
  332. package/dist/components/scroll-progress/scroll-progress.js +45 -0
  333. package/dist/components/search-bar/search-bar.js +24 -2
  334. package/dist/components/search-dialog/search-dialog.js +485 -52
  335. package/dist/components/search-field/index.js +4 -0
  336. package/dist/components/search-field/search-field.js +68 -0
  337. package/dist/components/segmented-control/index.js +12 -0
  338. package/dist/components/segmented-control/segmented-control.js +61 -0
  339. package/dist/components/select/select.js +5 -5
  340. package/dist/components/selection-halo/index.js +6 -0
  341. package/dist/components/selection-halo/selection-halo.js +72 -0
  342. package/dist/components/selection-presence/index.js +6 -0
  343. package/dist/components/selection-presence/selection-presence.js +50 -0
  344. package/dist/components/severity-badge/severity-badge.js +2 -2
  345. package/dist/components/share-dialog/share-dialog.js +8 -10
  346. package/dist/components/share-section/share-section.js +2 -1
  347. package/dist/components/sheet/sheet.js +1 -1
  348. package/dist/components/shimmer-button/index.js +4 -0
  349. package/dist/components/shimmer-button/shimmer-button.js +36 -0
  350. package/dist/components/shimmer-text/index.js +4 -0
  351. package/dist/components/shimmer-text/shimmer-text.js +36 -0
  352. package/dist/components/shine-border/index.js +4 -0
  353. package/dist/components/shine-border/shine-border.js +34 -0
  354. package/dist/components/shiny-button/index.js +4 -0
  355. package/dist/components/shiny-button/shiny-button.js +35 -0
  356. package/dist/components/sidebar/sidebar.js +31 -26
  357. package/dist/components/sidebar-toggle/sidebar-toggle.js +5 -3
  358. package/dist/components/slider/slider.js +1 -1
  359. package/dist/components/slideshow/slideshow.js +358 -281
  360. package/dist/components/snap-guides/index.js +6 -0
  361. package/dist/components/snap-guides/snap-guides.js +45 -0
  362. package/dist/components/social-fab/social-fab.js +12 -11
  363. package/dist/components/sparkles/index.js +4 -0
  364. package/dist/components/sparkles/sparkles.js +47 -0
  365. package/dist/components/sparkline-grid/sparkline-grid.js +6 -6
  366. package/dist/components/spinner/spinner.js +4 -4
  367. package/dist/components/spinner/unicode-spinner.js +5 -2
  368. package/dist/components/spinning-text/index.js +4 -0
  369. package/dist/components/spinning-text/spinning-text.js +60 -0
  370. package/dist/components/spotlight-card/index.js +4 -0
  371. package/dist/components/spotlight-card/spotlight-card.js +48 -0
  372. package/dist/components/stat-card/stat-card.js +5 -5
  373. package/dist/components/state-badge-overlay/index.js +6 -0
  374. package/dist/components/state-badge-overlay/state-badge-overlay.js +90 -0
  375. package/dist/components/static-code/index.js +4 -0
  376. package/dist/components/static-code/static-code-copy.js +24 -0
  377. package/dist/components/static-code/static-code.js +41 -0
  378. package/dist/components/status-board/status-board.js +15 -8
  379. package/dist/components/status-indicator/status-indicator.js +3 -3
  380. package/dist/components/step-by-step/step-by-step.js +10 -8
  381. package/dist/components/step-navigation/step-navigation.js +2 -2
  382. package/dist/components/stepper/stepper.js +3 -3
  383. package/dist/components/sticky-metric/index.js +6 -0
  384. package/dist/components/sticky-metric/sticky-metric.js +83 -0
  385. package/dist/components/story-map/index.js +8 -0
  386. package/dist/components/story-map/story-map.js +414 -0
  387. package/dist/components/subscription-card/subscription-card.js +1 -1
  388. package/dist/components/switch/switch.js +1 -1
  389. package/dist/components/table-of-contents/table-of-contents.js +5 -2
  390. package/dist/components/table-of-contents-panel/table-of-contents-panel.js +15 -24
  391. package/dist/components/tabs/tabs.js +26 -8
  392. package/dist/components/tag-group/index.js +8 -0
  393. package/dist/components/tag-group/tag-group.js +124 -0
  394. package/dist/components/tags-input/index.js +4 -0
  395. package/dist/components/tags-input/tags-input.js +186 -0
  396. package/dist/components/terminal/terminal.js +68 -52
  397. package/dist/components/text-animate/index.js +6 -0
  398. package/dist/components/text-animate/text-animate.js +130 -0
  399. package/dist/components/text-field/index.js +4 -0
  400. package/dist/components/text-field/text-field.js +60 -0
  401. package/dist/components/text-reveal/index.js +4 -0
  402. package/dist/components/text-reveal/text-reveal.js +87 -0
  403. package/dist/components/text-shimmer/index.js +4 -0
  404. package/dist/components/text-shimmer/text-shimmer.js +29 -0
  405. package/dist/components/theme-preset-provider/index.js +4 -0
  406. package/dist/components/theme-preset-provider/theme-preset-provider.js +55 -0
  407. package/dist/components/theme-switcher/index.js +4 -0
  408. package/dist/components/theme-switcher/theme-switcher.js +43 -0
  409. package/dist/components/theme-toggle/theme-toggle.js +2 -2
  410. package/dist/components/thinking-block/thinking-block.js +3 -3
  411. package/dist/components/thread-bubble/index.js +6 -0
  412. package/dist/components/thread-bubble/thread-bubble.js +85 -0
  413. package/dist/components/threshold-ring/index.js +6 -0
  414. package/dist/components/threshold-ring/threshold-ring.js +160 -0
  415. package/dist/components/ticker-tape/ticker-tape.js +5 -8
  416. package/dist/components/tilt-card/index.js +4 -0
  417. package/dist/components/tilt-card/tilt-card.js +65 -0
  418. package/dist/components/time-field/index.js +4 -0
  419. package/dist/components/time-field/time-field.js +37 -0
  420. package/dist/components/time-picker/index.js +4 -0
  421. package/dist/components/time-picker/time-picker.js +114 -0
  422. package/dist/components/timeline/index.js +12 -0
  423. package/dist/components/timeline/timeline.js +239 -0
  424. package/dist/components/timeline-scrubber/index.js +6 -0
  425. package/dist/components/timeline-scrubber/timeline-scrubber.js +179 -0
  426. package/dist/components/tldr-section/tldr-section.js +11 -9
  427. package/dist/components/toolbar/index.js +8 -0
  428. package/dist/components/toolbar/toolbar.js +83 -0
  429. package/dist/components/top-bar/index.js +4 -0
  430. package/dist/components/top-bar/top-bar.js +31 -0
  431. package/dist/components/tour/tour.js +10 -4
  432. package/dist/components/transaction-list/index.js +14 -0
  433. package/dist/components/transaction-list/transaction-list.js +253 -0
  434. package/dist/components/tree-view/index.js +6 -0
  435. package/dist/components/tree-view/tree-view.js +298 -0
  436. package/dist/components/tutorial-card/tutorial-card.js +2 -2
  437. package/dist/components/tutorial-complete/tutorial-complete.js +18 -16
  438. package/dist/components/tutorial-filters/tutorial-filters.js +2 -2
  439. package/dist/components/tutorial-intro-content/tutorial-intro-content.js +5 -5
  440. package/dist/components/tutorial-mdx/tutorial-mdx.js +20 -20
  441. package/dist/components/typewriter/index.js +4 -0
  442. package/dist/components/typewriter/typewriter.js +66 -0
  443. package/dist/components/typography/index.js +26 -0
  444. package/dist/components/typography/typography.js +150 -0
  445. package/dist/components/usage-breakdown/usage-breakdown.js +12 -7
  446. package/dist/components/video-embed/video-embed.js +2 -2
  447. package/dist/components/viewport-bookmarks/index.js +6 -0
  448. package/dist/components/viewport-bookmarks/viewport-bookmarks.js +118 -0
  449. package/dist/components/wallet-card/wallet-card.js +1 -1
  450. package/dist/components/watchlist/watchlist.js +8 -10
  451. package/dist/components/workspace-switcher/index.js +6 -0
  452. package/dist/components/workspace-switcher/workspace-switcher.js +61 -0
  453. package/dist/components/world-breadcrumbs/index.js +6 -0
  454. package/dist/components/world-breadcrumbs/world-breadcrumbs.js +114 -0
  455. package/dist/components/world-clock-bar/world-clock-bar.js +33 -37
  456. package/dist/components/zoom-hud/index.js +4 -0
  457. package/dist/components/zoom-hud/zoom-hud.js +61 -0
  458. package/dist/index.d.ts +10150 -352
  459. package/dist/index.js +36 -1
  460. package/dist/lib/format.js +14 -0
  461. package/dist/lib/theme-presets.js +32 -0
  462. package/dist/lib/use-body-scroll-lock.js +30 -0
  463. package/dist/lib/use-escape-key.js +24 -0
  464. package/dist/lib/use-live-date.js +26 -0
  465. package/dist/lib/use-theme-preset.js +95 -0
  466. package/dist/tailwind-preset.js +19 -19
  467. package/package.json +17 -10
  468. package/styles.css +95 -38
  469. package/themes/default.css +39 -39
  470. package/themes/presets.css +547 -0
@@ -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
+ };
@@ -1,8 +1,9 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import { ArrowDownRight, ArrowUpRight, Dot } from "lucide-react";
4
+ import { formatChange } from "../../lib/format";
4
5
  import { cn } from "../../lib/utils";
5
- import { Badge } from "../badge";
6
+ import { Badge } from "../badge/badge";
6
7
  const tickerTapeKeyframes = `
7
8
  @keyframes ticker-tape-scroll {
8
9
  from {
@@ -17,12 +18,8 @@ const tickerTapeKeyframes = `
17
18
  function formatPrice(price) {
18
19
  return typeof price === "number" ? price.toLocaleString() : price;
19
20
  }
20
- function formatChange(change) {
21
- const sign = change > 0 ? "+" : "";
22
- return `${sign}${change.toFixed(2)}%`;
23
- }
24
21
  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) => {
22
+ return /* @__PURE__ */ jsx("div", { className: "flex min-w-max items-center gap-3 p-3", children: items.map((item) => {
26
23
  const isPositive = item.change >= 0;
27
24
  const TrendIcon = isPositive ? ArrowUpRight : ArrowDownRight;
28
25
  return /* @__PURE__ */ jsxs(
@@ -43,13 +40,13 @@ function TickerTapeRow({ items }) {
43
40
  ),
44
41
  variant: "outline",
45
42
  children: [
46
- /* @__PURE__ */ jsx(TrendIcon, { className: "h-3 w-3" }),
43
+ /* @__PURE__ */ jsx(TrendIcon, { className: "size-3" }),
47
44
  formatChange(item.change)
48
45
  ]
49
46
  }
50
47
  ),
51
48
  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" }),
49
+ /* @__PURE__ */ jsx(Dot, { className: "size-3.5" }),
53
50
  item.volume
54
51
  ] }) : null
55
52
  ]
@@ -0,0 +1,4 @@
1
+ import { TiltCard } from "./tilt-card";
2
+ export {
3
+ TiltCard
4
+ };
@@ -0,0 +1,65 @@
1
+ "use client";
2
+ import { jsx } from "react/jsx-runtime";
3
+ import * as React from "react";
4
+ import { cn } from "../../lib/utils";
5
+ function usePrefersReducedMotion() {
6
+ const [reduced, setReduced] = React.useState(false);
7
+ React.useEffect(() => {
8
+ if (typeof window === "undefined" || typeof window.matchMedia !== "function") {
9
+ return;
10
+ }
11
+ const query = window.matchMedia("(prefers-reduced-motion: reduce)");
12
+ const onChange = () => {
13
+ setReduced(query.matches);
14
+ };
15
+ onChange();
16
+ query.addEventListener("change", onChange);
17
+ return () => {
18
+ query.removeEventListener("change", onChange);
19
+ };
20
+ }, []);
21
+ return reduced;
22
+ }
23
+ function clamp(value, max) {
24
+ return Math.min(Math.max(value, -max), max);
25
+ }
26
+ const TiltCard = React.forwardRef(
27
+ ({ children, className, maxTilt = 12, style, ...props }, ref) => {
28
+ const reduced = usePrefersReducedMotion();
29
+ const [transform, setTransform] = React.useState();
30
+ const handlePointerMove = (event) => {
31
+ if (reduced) {
32
+ return;
33
+ }
34
+ const bounds = event.currentTarget.getBoundingClientRect();
35
+ const offsetX = (event.clientX - bounds.left) / bounds.width - 0.5;
36
+ const offsetY = (event.clientY - bounds.top) / bounds.height - 0.5;
37
+ const rotateY = clamp(offsetX * maxTilt * 2, maxTilt);
38
+ const rotateX = clamp(-offsetY * maxTilt * 2, maxTilt);
39
+ setTransform(
40
+ `perspective(800px) rotateX(${rotateX}deg) rotateY(${rotateY}deg)`
41
+ );
42
+ };
43
+ return /* @__PURE__ */ jsx(
44
+ "div",
45
+ {
46
+ className: cn(
47
+ "transition-transform duration-200 ease-out will-change-transform",
48
+ className
49
+ ),
50
+ onPointerLeave: () => {
51
+ setTransform(void 0);
52
+ },
53
+ onPointerMove: handlePointerMove,
54
+ ref,
55
+ style: { transform, ...style },
56
+ ...props,
57
+ children
58
+ }
59
+ );
60
+ }
61
+ );
62
+ TiltCard.displayName = "TiltCard";
63
+ export {
64
+ TiltCard
65
+ };
@@ -0,0 +1,4 @@
1
+ import { TimeField } from "./time-field";
2
+ export {
3
+ TimeField
4
+ };
@@ -0,0 +1,37 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import * as React from "react";
4
+ import { Clock } from "lucide-react";
5
+ import { cn } from "../../lib/utils";
6
+ const TimeField = React.forwardRef(
7
+ ({ className, defaultValue = "", onValueChange, value, ...props }, ref) => {
8
+ const [internalValue, setInternalValue] = React.useState(defaultValue);
9
+ const currentValue = value ?? internalValue;
10
+ return /* @__PURE__ */ jsxs("div", { className: "relative w-full", children: [
11
+ /* @__PURE__ */ jsx(Clock, { className: "pointer-events-none absolute left-3 top-1/2 size-4 -translate-y-1/2 text-muted-foreground" }),
12
+ /* @__PURE__ */ jsx(
13
+ "input",
14
+ {
15
+ ...props,
16
+ className: cn(
17
+ "flex h-10 w-full rounded-md border border-input bg-background py-2 pl-9 pr-3 text-base ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm [&::-webkit-calendar-picker-indicator]:opacity-60",
18
+ className
19
+ ),
20
+ onChange: (event) => {
21
+ if (value === void 0) {
22
+ setInternalValue(event.target.value);
23
+ }
24
+ onValueChange?.(event.target.value);
25
+ },
26
+ ref,
27
+ type: "time",
28
+ value: currentValue
29
+ }
30
+ )
31
+ ] });
32
+ }
33
+ );
34
+ TimeField.displayName = "TimeField";
35
+ export {
36
+ TimeField
37
+ };
@@ -0,0 +1,4 @@
1
+ import { TimePicker } from "./time-picker";
2
+ export {
3
+ TimePicker
4
+ };
@@ -0,0 +1,114 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import * as React from "react";
4
+ import { Clock } from "lucide-react";
5
+ import { cn } from "../../lib/utils";
6
+ import { Button } from "../button/button";
7
+ import { Popover, PopoverContent, PopoverTrigger } from "../popover";
8
+ function pad(value) {
9
+ return value.toString().padStart(2, "0");
10
+ }
11
+ function buildOptions(count, step) {
12
+ return Array.from(
13
+ { length: Math.ceil(count / step) },
14
+ (_unused, index) => pad(index * step)
15
+ );
16
+ }
17
+ function splitTime(value) {
18
+ const [hour = "", minute = ""] = value.split(":");
19
+ return { hour, minute };
20
+ }
21
+ function TimeColumn({ label, onSelect, options, selected }) {
22
+ return /* @__PURE__ */ jsx(
23
+ "div",
24
+ {
25
+ "aria-label": label,
26
+ className: "flex max-h-56 flex-col gap-1 overflow-y-auto px-1",
27
+ role: "listbox",
28
+ children: options.map((option) => /* @__PURE__ */ jsx(
29
+ "button",
30
+ {
31
+ "aria-selected": option === selected,
32
+ className: cn(
33
+ "rounded-sm px-3 py-1.5 text-sm tabular-nums outline-none transition-colors hover:bg-accent focus-visible:bg-accent",
34
+ option === selected && "bg-primary text-primary-foreground hover:bg-primary"
35
+ ),
36
+ onClick: () => {
37
+ onSelect(option);
38
+ },
39
+ role: "option",
40
+ type: "button",
41
+ children: option
42
+ },
43
+ option
44
+ ))
45
+ }
46
+ );
47
+ }
48
+ const TimePicker = React.forwardRef(
49
+ ({
50
+ className,
51
+ defaultValue = "",
52
+ minuteStep = 5,
53
+ onValueChange,
54
+ placeholder = "Select time",
55
+ value
56
+ }, ref) => {
57
+ const [internalValue, setInternalValue] = React.useState(defaultValue);
58
+ const currentValue = value ?? internalValue;
59
+ const { hour, minute } = splitTime(currentValue);
60
+ const commit = (nextHour, nextMinute) => {
61
+ const next = `${nextHour || "00"}:${nextMinute || "00"}`;
62
+ if (value === void 0) {
63
+ setInternalValue(next);
64
+ }
65
+ onValueChange?.(next);
66
+ };
67
+ return /* @__PURE__ */ jsxs(Popover, { children: [
68
+ /* @__PURE__ */ jsx(PopoverTrigger, { asChild: true, children: /* @__PURE__ */ jsxs(
69
+ Button,
70
+ {
71
+ className: cn(
72
+ "w-full justify-start text-left font-normal",
73
+ !currentValue && "text-muted-foreground",
74
+ className
75
+ ),
76
+ ref,
77
+ variant: "outline",
78
+ children: [
79
+ /* @__PURE__ */ jsx(Clock, { className: "mr-2 size-4" }),
80
+ currentValue || placeholder
81
+ ]
82
+ }
83
+ ) }),
84
+ /* @__PURE__ */ jsx(PopoverContent, { align: "start", className: "w-auto p-2", children: /* @__PURE__ */ jsxs("div", { className: "flex gap-2", children: [
85
+ /* @__PURE__ */ jsx(
86
+ TimeColumn,
87
+ {
88
+ label: "Hour",
89
+ onSelect: (nextHour) => {
90
+ commit(nextHour, minute);
91
+ },
92
+ options: buildOptions(24, 1),
93
+ selected: hour
94
+ }
95
+ ),
96
+ /* @__PURE__ */ jsx(
97
+ TimeColumn,
98
+ {
99
+ label: "Minute",
100
+ onSelect: (nextMinute) => {
101
+ commit(hour, nextMinute);
102
+ },
103
+ options: buildOptions(60, minuteStep),
104
+ selected: minute
105
+ }
106
+ )
107
+ ] }) })
108
+ ] });
109
+ }
110
+ );
111
+ TimePicker.displayName = "TimePicker";
112
+ export {
113
+ TimePicker
114
+ };
@@ -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
+ };