@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
@@ -1,4 +1,9 @@
1
1
  import { Badge, badgeVariants } from "./badge";
2
+ import {
3
+ Banner,
4
+ BannerAction,
5
+ bannerVariants
6
+ } from "./banner";
2
7
  import { Breadcrumb } from "./breadcrumb";
3
8
  import { Button, buttonVariants } from "./button";
4
9
  import {
@@ -56,12 +61,37 @@ import {
56
61
  DropdownMenuTrigger
57
62
  } from "./dropdown-menu";
58
63
  import { Input } from "./input";
64
+ import { Kbd, kbdVariants } from "./kbd";
59
65
  import { Checkbox } from "./checkbox";
60
66
  import { FileUpload } from "./file-upload";
61
67
  import { Label } from "./label";
68
+ import {
69
+ NewsletterSignup,
70
+ newsletterSignupReducer
71
+ } from "./newsletter-signup";
62
72
  import { NumberInput } from "./number-input";
63
73
  import { PasswordInput } from "./password-input";
64
74
  import { Switch } from "./switch";
75
+ import {
76
+ Form,
77
+ FormControl,
78
+ FormDescription,
79
+ FormField,
80
+ FormItem,
81
+ FormLabel,
82
+ FormMessage,
83
+ useFormField
84
+ } from "./form";
85
+ import {
86
+ MultiSelect
87
+ } from "./multi-select";
88
+ import { TagsInput } from "./tags-input";
89
+ import {
90
+ SegmentedControl,
91
+ SegmentedControlItem,
92
+ segmentedControlItemVariants,
93
+ segmentedControlVariants
94
+ } from "./segmented-control";
65
95
  import {
66
96
  toast,
67
97
  Toast,
@@ -71,6 +101,18 @@ import {
71
101
  Toaster,
72
102
  ToastTitle
73
103
  } from "./toast";
104
+ import {
105
+ AIArtifact,
106
+ AIArtifactContent,
107
+ AIArtifactCopyButton,
108
+ AIArtifactDownloadButton,
109
+ AIArtifactEditButton,
110
+ AIArtifactFullscreenButton,
111
+ AIArtifactToolbar,
112
+ AIArtifactVersion,
113
+ AIArtifactVersions,
114
+ useAIArtifact
115
+ } from "./ai-artifact";
74
116
  import { AIChatInput } from "./ai-chat-input";
75
117
  import {
76
118
  AIMessageBubble
@@ -84,6 +126,17 @@ import {
84
126
  import {
85
127
  AIToolCallDisplay
86
128
  } from "./ai-tool-call-display";
129
+ import {
130
+ AISidebar,
131
+ AISidebarClose,
132
+ AISidebarContent,
133
+ AISidebarFooter,
134
+ AISidebarHeader,
135
+ AISidebarProvider,
136
+ AISidebarTitle,
137
+ AISidebarTrigger,
138
+ useAISidebar
139
+ } from "./ai-sidebar";
87
140
  import { Textarea } from "./textarea";
88
141
  import {
89
142
  Select,
@@ -101,6 +154,9 @@ import { RadioGroup, RadioGroupItem } from "./radio-group";
101
154
  import { Slider } from "./slider";
102
155
  import { Toggle, toggleVariants } from "./toggle";
103
156
  import { ToggleGroup, ToggleGroupItem } from "./toggle-group";
157
+ import {
158
+ TreeView
159
+ } from "./tree-view";
104
160
  import {
105
161
  InputOTP,
106
162
  InputOTPGroup,
@@ -143,6 +199,10 @@ import {
143
199
  DrawerTitle,
144
200
  DrawerTrigger
145
201
  } from "./drawer";
202
+ import {
203
+ DocumentSiblingNav,
204
+ documentSiblingNavVariants
205
+ } from "./document-sibling-nav";
146
206
  import {
147
207
  AlertDialog,
148
208
  AlertDialogAction,
@@ -156,7 +216,13 @@ import {
156
216
  AlertDialogTitle,
157
217
  AlertDialogTrigger
158
218
  } from "./alert-dialog";
219
+ import {
220
+ HistoricTimeline
221
+ } from "./historic-timeline";
159
222
  import { HoverCard, HoverCardContent, HoverCardTrigger } from "./hover-card";
223
+ import {
224
+ HistoricalFigureCard
225
+ } from "./historical-figure-card";
160
226
  import {
161
227
  ContextMenu,
162
228
  ContextMenuCheckboxItem,
@@ -224,6 +290,22 @@ import {
224
290
  TableHeader,
225
291
  TableRow
226
292
  } from "./table";
293
+ import {
294
+ AutoReload
295
+ } from "./auto-reload";
296
+ import {
297
+ Timeline,
298
+ TimelineItem,
299
+ timelineVariants,
300
+ useTimelineOrientation
301
+ } from "./timeline";
302
+ import {
303
+ formatTransactionAmount,
304
+ formatTransactionDate,
305
+ TransactionList,
306
+ TransactionListPinned,
307
+ TransactionListSubscriptionRow
308
+ } from "./transaction-list";
227
309
  import { Avatar, AvatarFallback, AvatarImage } from "./avatar";
228
310
  import {
229
311
  AvatarGroup,
@@ -233,6 +315,15 @@ import {
233
315
  import { Skeleton } from "./skeleton";
234
316
  import { Separator } from "./separator";
235
317
  import { Alert, AlertDescription, AlertTitle, alertVariants } from "./alert";
318
+ import {
319
+ AgentActivity,
320
+ AgentStep,
321
+ AgentStepDetail,
322
+ AgentStepDuration,
323
+ AgentStepProgress,
324
+ AgentStepTitle,
325
+ useAgentStepStatus
326
+ } from "./agent-activity";
236
327
  import { StatCard, statCardVariants } from "./stat-card";
237
328
  import {
238
329
  dotVariants,
@@ -263,8 +354,35 @@ import {
263
354
  ActivityHeatmap
264
355
  } from "./activity-heatmap";
265
356
  import { Calendar } from "./calendar";
357
+ import {
358
+ ChoroplethLegend,
359
+ ChoroplethMap,
360
+ ChoroplethTooltip
361
+ } from "./choropleth-map";
362
+ import {
363
+ ChronoEvent,
364
+ ChronologicalTimeline
365
+ } from "./chronological-timeline";
266
366
  import { CountdownTimer } from "./countdown-timer";
367
+ import {
368
+ Map2D,
369
+ MapControls,
370
+ MapLayer,
371
+ MapMarker,
372
+ MapMarkerIcon,
373
+ MapPopup,
374
+ MapZoomIn,
375
+ MapZoomOut
376
+ } from "./map-2d";
267
377
  import { Marquee } from "./marquee";
378
+ import {
379
+ MapTimeline,
380
+ MapTimelineControls,
381
+ MapTimelineEvent,
382
+ MapTimelineLayer,
383
+ MapTimelinePlayButton,
384
+ MapTimelineSlider
385
+ } from "./map-timeline";
268
386
  import { NumberTicker } from "./number-ticker";
269
387
  import {
270
388
  Spinner,
@@ -274,20 +392,69 @@ import {
274
392
  WorldClockBar
275
393
  } from "./world-clock-bar";
276
394
  import { CodeBlock } from "./code-block";
395
+ import {
396
+ CopyButton,
397
+ useCopyToClipboard
398
+ } from "./copy-button";
277
399
  import { MDXContent } from "./mdx-content";
400
+ import {
401
+ CanvasShell
402
+ } from "./canvas-shell";
403
+ import {
404
+ CanvasView
405
+ } from "./canvas-view";
406
+ import { BottomBar } from "./bottom-bar";
407
+ import {
408
+ ChatDockSection
409
+ } from "./chat-dock-section";
410
+ import {
411
+ Globe3D,
412
+ GlobeArc,
413
+ GlobeMarker
414
+ } from "./globe-3d";
415
+ import { GlassPanel } from "./glass-panel";
416
+ import {
417
+ GeographyQuizMap,
418
+ GeographyQuizMapPrompt,
419
+ GeographyQuizMapResults,
420
+ GeographyQuizMapScore
421
+ } from "./geography-quiz-map";
422
+ import {
423
+ InfinitePlane
424
+ } from "./infinite-plane";
425
+ import { LeftRail } from "./left-rail";
426
+ import {
427
+ MiniMapPanel
428
+ } from "./mini-map-panel";
429
+ import {
430
+ OverviewBoard,
431
+ OverviewCard
432
+ } from "./overview-board";
278
433
  import {
279
434
  NavbarSaas,
280
435
  useMobile
281
436
  } from "./navbar-saas";
437
+ import { RightDock } from "./right-dock";
282
438
  import { Sidebar } from "./sidebar";
283
439
  import { SidebarProvider, useSidebar } from "./sidebar-provider";
284
440
  import { TableOfContents } from "./table-of-contents";
441
+ import { TopBar } from "./top-bar";
442
+ import {
443
+ ViewportBookmarks
444
+ } from "./viewport-bookmarks";
445
+ import {
446
+ WorldBreadcrumbs
447
+ } from "./world-breadcrumbs";
448
+ import { ZoomHUD } from "./zoom-hud";
285
449
  import {
286
450
  ActivityLog
287
451
  } from "./activity-log";
288
452
  import { BlogCard, ContentCard } from "./blog-card";
289
453
  import { CategoryFilter } from "./category-filter";
290
454
  import { Pagination } from "./pagination";
455
+ import {
456
+ ParallelTimeline
457
+ } from "./parallel-timeline";
291
458
  import { SearchBar } from "./search-bar";
292
459
  import {
293
460
  ScopeSelector
@@ -315,15 +482,29 @@ import {
315
482
  OrderBook
316
483
  } from "./order-book";
317
484
  import { ProfileSection } from "./profile-section";
485
+ import {
486
+ PromptTemplates
487
+ } from "./prompt-templates";
318
488
  import {
319
489
  PlanBadge
320
490
  } from "./plan-badge";
491
+ import {
492
+ PricingPlan,
493
+ PricingTable
494
+ } from "./pricing-table";
321
495
  import {
322
496
  RoleBadge
323
497
  } from "./role-badge";
498
+ import {
499
+ RouteMap
500
+ } from "./route-map";
324
501
  import {
325
502
  SparklineGrid
326
503
  } from "./sparkline-grid";
504
+ import {
505
+ StoryMap,
506
+ StoryMapChapter
507
+ } from "./story-map";
327
508
  import {
328
509
  SubscriptionCard
329
510
  } from "./subscription-card";
@@ -341,6 +522,12 @@ import { LiveFeed } from "./live-feed";
341
522
  import {
342
523
  MetricGauge
343
524
  } from "./metric-gauge";
525
+ import {
526
+ ModelComparison,
527
+ ModelComparisonColumn,
528
+ ModelComparisonMeta,
529
+ ModelComparisonVote
530
+ } from "./model-comparison";
344
531
  import {
345
532
  SeverityBadge,
346
533
  severityBadgeVariants
@@ -364,6 +551,10 @@ import {
364
551
  import {
365
552
  Checklist
366
553
  } from "./checklist";
554
+ import {
555
+ CivilizationCard,
556
+ CivilizationComparison
557
+ } from "./civilization-card";
367
558
  import {
368
559
  CodePlayground,
369
560
  FileTree
@@ -372,6 +563,18 @@ import {
372
563
  BeforeAfter,
373
564
  Comparison
374
565
  } from "./comparison";
566
+ import {
567
+ EmptyState,
568
+ emptyStateVariants
569
+ } from "./empty-state";
570
+ import {
571
+ EraColumn,
572
+ EraComparison,
573
+ EraDomain,
574
+ EraFigure,
575
+ EraHighlight,
576
+ useEraColumnColor
577
+ } from "./era-comparison";
375
578
  import { Exercise } from "./exercise";
376
579
  import { FAQ, FAQItem } from "./faq";
377
580
  import { Flashcard } from "./flashcard";
@@ -384,7 +587,38 @@ import {
384
587
  Prerequisites,
385
588
  Summary
386
589
  } from "./learning-objectives";
590
+ import {
591
+ Curriculum,
592
+ CurriculumLesson,
593
+ CurriculumModule
594
+ } from "./curriculum";
595
+ import {
596
+ PrimarySourceAnnotation,
597
+ PrimarySourceAnnotations,
598
+ PrimarySourceContext,
599
+ PrimarySourceMetadata,
600
+ PrimarySourceQuestions,
601
+ PrimarySourceRotate,
602
+ PrimarySourceToolbar,
603
+ PrimarySourceTranscription,
604
+ PrimarySourceViewer,
605
+ PrimarySourceZoomIn,
606
+ PrimarySourceZoomOut
607
+ } from "./primary-source-viewer";
387
608
  import { ProgressBar } from "./progress-bar";
609
+ import {
610
+ ProgressCard
611
+ } from "./progress-card";
612
+ import {
613
+ ProgressTracker,
614
+ ProgressTrackerBadge,
615
+ ProgressTrackerModule,
616
+ ProgressTrackerModules,
617
+ ProgressTrackerOverview,
618
+ ProgressTrackerStat,
619
+ ProgressTrackerStats,
620
+ useProgressTrackerContext
621
+ } from "./progress-tracker";
388
622
  import {
389
623
  CommonMistake,
390
624
  ProTip
@@ -436,9 +670,21 @@ import {
436
670
  import {
437
671
  FloatingActionButton
438
672
  } from "./floating-action-button";
673
+ import {
674
+ FloatingToolbar
675
+ } from "./floating-toolbar";
676
+ import {
677
+ SelectionHalo
678
+ } from "./selection-halo";
679
+ import {
680
+ SnapGuides
681
+ } from "./snap-guides";
439
682
  import {
440
683
  KeyboardShortcutsHelp
441
684
  } from "./keyboard-shortcuts-help";
685
+ import {
686
+ KnowledgeCheck
687
+ } from "./knowledge-check";
442
688
  import {
443
689
  Slideshow
444
690
  } from "./slideshow";
@@ -456,9 +702,21 @@ import {
456
702
  import {
457
703
  HorizontalScrollRow
458
704
  } from "./horizontal-scroll-row";
705
+ import {
706
+ FollowMode
707
+ } from "./follow-mode";
708
+ import {
709
+ HandoffBeacon
710
+ } from "./handoff-beacon";
711
+ import {
712
+ HeatMapOverlay
713
+ } from "./heat-map-overlay";
459
714
  import {
460
715
  ViewSwitcher
461
716
  } from "./view-switcher";
717
+ import {
718
+ WorkspaceSwitcher
719
+ } from "./workspace-switcher";
462
720
  import {
463
721
  FlowControls,
464
722
  FlowDiagram,
@@ -466,15 +724,138 @@ import {
466
724
  FlowFullscreen,
467
725
  useFlowDiagram
468
726
  } from "./flow-diagram";
727
+ import {
728
+ GanttChart
729
+ } from "./gantt-chart";
730
+ import {
731
+ AlertPulse
732
+ } from "./alert-pulse";
733
+ import { AnchorPort } from "./anchor-port";
734
+ import {
735
+ BottomActivityStrip
736
+ } from "./bottom-activity-strip";
737
+ import {
738
+ CommentPin
739
+ } from "./comment-pin";
740
+ import {
741
+ ConnectorEdge
742
+ } from "./connector-edge";
743
+ import {
744
+ ContextLens
745
+ } from "./context-lens";
746
+ import { EdgeLabel } from "./edge-label";
747
+ import { GroupHull } from "./group-hull";
748
+ import {
749
+ HeatOverlay
750
+ } from "./heat-overlay";
751
+ import {
752
+ JarvisDock
753
+ } from "./jarvis-dock";
754
+ import {
755
+ LiveCursor
756
+ } from "./live-cursor";
757
+ import {
758
+ MetricCluster
759
+ } from "./metric-cluster";
760
+ import {
761
+ MultiSelectLasso
762
+ } from "./multi-select-lasso";
763
+ import {
764
+ ObjectCard
765
+ } from "./object-card";
766
+ import { ObjectHandle } from "./object-handle";
767
+ import {
768
+ ObjectInspector
769
+ } from "./object-inspector";
770
+ import {
771
+ PlaybackGhost
772
+ } from "./playback-ghost";
773
+ import {
774
+ PolicyDeliveryPanel
775
+ } from "./policy-delivery-panel";
776
+ import {
777
+ PresenceStack
778
+ } from "./presence-stack";
779
+ import {
780
+ PresenceSyncIndicator
781
+ } from "./presence-sync-indicator";
782
+ import {
783
+ PropertySection
784
+ } from "./property-section";
785
+ import {
786
+ RelationshipInspector
787
+ } from "./relationship-inspector";
788
+ import {
789
+ RoutingAssignmentPanel
790
+ } from "./routing-assignment-panel";
791
+ import {
792
+ RunTimeline
793
+ } from "./run-timeline";
794
+ import {
795
+ RuntimeOverviewPanel
796
+ } from "./runtime-overview-panel";
797
+ import {
798
+ SelectionPresence
799
+ } from "./selection-presence";
800
+ import {
801
+ StateBadgeOverlay
802
+ } from "./state-badge-overlay";
803
+ import {
804
+ StickyMetric
805
+ } from "./sticky-metric";
806
+ import {
807
+ ThreadBubble
808
+ } from "./thread-bubble";
809
+ import {
810
+ ThresholdRing
811
+ } from "./threshold-ring";
812
+ import {
813
+ TimelineScrubber
814
+ } from "./timeline-scrubber";
815
+ import {
816
+ ConversationEmpty,
817
+ ConversationHeader,
818
+ ConversationLoading,
819
+ ConversationMessages,
820
+ ConversationScrollButton,
821
+ ConversationSuggestions,
822
+ ConversationThread,
823
+ ConversationTitle
824
+ } from "./conversation-thread";
469
825
  import { InlineInput } from "./inline-input";
826
+ import {
827
+ InteractiveTimeline,
828
+ InteractiveTimelineFilter,
829
+ InteractiveTimelineToday,
830
+ InteractiveTimelineToolbar,
831
+ InteractiveTimelineZoomIn,
832
+ InteractiveTimelineZoomOut
833
+ } from "./interactive-timeline";
470
834
  import {
471
835
  ModelSelector
472
836
  } from "./model-selector";
473
837
  import { SidebarToggle } from "./sidebar-toggle";
474
838
  import { ThinkingBlock } from "./thinking-block";
475
839
  export {
840
+ AIArtifact,
841
+ AIArtifactContent,
842
+ AIArtifactCopyButton,
843
+ AIArtifactDownloadButton,
844
+ AIArtifactEditButton,
845
+ AIArtifactFullscreenButton,
846
+ AIArtifactToolbar,
847
+ AIArtifactVersion,
848
+ AIArtifactVersions,
476
849
  AIChatInput,
477
850
  AIMessageBubble,
851
+ AISidebar,
852
+ AISidebarClose,
853
+ AISidebarContent,
854
+ AISidebarFooter,
855
+ AISidebarHeader,
856
+ AISidebarProvider,
857
+ AISidebarTitle,
858
+ AISidebarTrigger,
478
859
  AISourceCitation,
479
860
  AIStreamingText,
480
861
  AIToolCallDisplay,
@@ -484,6 +865,12 @@ export {
484
865
  AccordionTrigger,
485
866
  ActivityHeatmap,
486
867
  ActivityLog,
868
+ AgentActivity,
869
+ AgentStep,
870
+ AgentStepDetail,
871
+ AgentStepDuration,
872
+ AgentStepProgress,
873
+ AgentStepTitle,
487
874
  Alert,
488
875
  AlertDescription,
489
876
  AlertDialog,
@@ -497,25 +884,34 @@ export {
497
884
  AlertDialogPortal,
498
885
  AlertDialogTitle,
499
886
  AlertDialogTrigger,
887
+ AlertPulse,
500
888
  AlertTitle,
889
+ AnchorPort,
501
890
  AnimatedText,
502
891
  Annotation,
503
892
  AreaChart,
504
893
  AspectRatio,
894
+ AutoReload,
505
895
  Avatar,
506
896
  AvatarFallback,
507
897
  AvatarGroup,
508
898
  AvatarImage,
509
899
  Badge,
900
+ Banner,
901
+ BannerAction,
510
902
  BarChart,
511
903
  BeforeAfter,
512
904
  BlogCard,
513
905
  BorderBeam,
906
+ BottomActivityStrip,
907
+ BottomBar,
514
908
  Breadcrumb,
515
909
  Button,
516
910
  Calendar,
517
911
  Callout,
518
912
  CandlestickChart,
913
+ CanvasShell,
914
+ CanvasView,
519
915
  Card,
520
916
  CardContent,
521
917
  CardDescription,
@@ -528,8 +924,16 @@ export {
528
924
  CarouselNext,
529
925
  CarouselPrevious,
530
926
  CategoryFilter,
927
+ ChatDockSection,
531
928
  Checkbox,
532
929
  Checklist,
930
+ ChoroplethLegend,
931
+ ChoroplethMap,
932
+ ChoroplethTooltip,
933
+ ChronoEvent,
934
+ ChronologicalTimeline,
935
+ CivilizationCard,
936
+ CivilizationComparison,
533
937
  CodeBlock,
534
938
  CodePlayground,
535
939
  Collapsible,
@@ -545,11 +949,14 @@ export {
545
949
  CommandList,
546
950
  CommandSeparator,
547
951
  CommandShortcut,
952
+ CommentPin,
548
953
  CommonMistake,
549
954
  Comparison,
550
955
  CompletionDialog,
956
+ ConnectorEdge,
551
957
  ContentCard,
552
958
  ContentIntro,
959
+ ContextLens,
553
960
  ContextMenu,
554
961
  ContextMenuCheckboxItem,
555
962
  ContextMenuContent,
@@ -565,9 +972,21 @@ export {
565
972
  ContextMenuSubContent,
566
973
  ContextMenuSubTrigger,
567
974
  ContextMenuTrigger,
975
+ ConversationEmpty,
976
+ ConversationHeader,
977
+ ConversationLoading,
978
+ ConversationMessages,
979
+ ConversationScrollButton,
980
+ ConversationSuggestions,
981
+ ConversationThread,
982
+ ConversationTitle,
568
983
  CookieConsent,
984
+ CopyButton,
569
985
  CountdownTimer,
570
986
  CreditBadge,
987
+ Curriculum,
988
+ CurriculumLesson,
989
+ CurriculumModule,
571
990
  DataList,
572
991
  DataListItem,
573
992
  DataListLabel,
@@ -584,6 +1003,7 @@ export {
584
1003
  DialogPortal,
585
1004
  DialogTitle,
586
1005
  DialogTrigger,
1006
+ DocumentSiblingNav,
587
1007
  Drawer,
588
1008
  DrawerClose,
589
1009
  DrawerContent,
@@ -609,6 +1029,13 @@ export {
609
1029
  DropdownMenuSubContent,
610
1030
  DropdownMenuSubTrigger,
611
1031
  DropdownMenuTrigger,
1032
+ EdgeLabel,
1033
+ EmptyState,
1034
+ EraColumn,
1035
+ EraComparison,
1036
+ EraDomain,
1037
+ EraFigure,
1038
+ EraHighlight,
612
1039
  Exercise,
613
1040
  FAQ,
614
1041
  FAQItem,
@@ -617,30 +1044,80 @@ export {
617
1044
  FilterBar,
618
1045
  Flashcard,
619
1046
  FloatingActionButton,
1047
+ FloatingToolbar,
620
1048
  FlowControls,
621
1049
  FlowDiagram,
622
1050
  FlowErrorBoundary,
623
1051
  FlowFullscreen,
1052
+ FollowMode,
1053
+ Form,
1054
+ FormControl,
1055
+ FormDescription,
1056
+ FormField,
1057
+ FormItem,
1058
+ FormLabel,
1059
+ FormMessage,
1060
+ GanttChart,
1061
+ GeographyQuizMap,
1062
+ GeographyQuizMapPrompt,
1063
+ GeographyQuizMapResults,
1064
+ GeographyQuizMapScore,
1065
+ GlassPanel,
1066
+ Globe3D,
1067
+ GlobeArc,
1068
+ GlobeMarker,
624
1069
  Glossary,
1070
+ GroupHull,
1071
+ HandoffBeacon,
1072
+ HeatMapOverlay,
1073
+ HeatOverlay,
625
1074
  Highlight,
1075
+ HistoricTimeline,
1076
+ HistoricalFigureCard,
626
1077
  HorizontalScrollRow,
627
1078
  HoverCard,
628
1079
  HoverCardContent,
629
1080
  HoverCardTrigger,
1081
+ InfinitePlane,
630
1082
  InlineInput,
631
1083
  Input,
632
1084
  InputOTP,
633
1085
  InputOTPGroup,
634
1086
  InputOTPSeparator,
635
1087
  InputOTPSlot,
1088
+ InteractiveTimeline,
1089
+ InteractiveTimelineFilter,
1090
+ InteractiveTimelineToday,
1091
+ InteractiveTimelineToolbar,
1092
+ InteractiveTimelineZoomIn,
1093
+ InteractiveTimelineZoomOut,
1094
+ JarvisDock,
1095
+ Kbd,
636
1096
  KeyConcept,
637
1097
  KeyboardShortcutsHelp,
1098
+ KnowledgeCheck,
638
1099
  Label,
639
1100
  LangProvider,
640
1101
  LearningObjectives,
1102
+ LeftRail,
641
1103
  LineChart,
1104
+ LiveCursor,
642
1105
  LiveFeed,
643
1106
  MDXContent,
1107
+ Map2D,
1108
+ MapControls,
1109
+ MapLayer,
1110
+ MapMarker,
1111
+ MapMarkerIcon,
1112
+ MapPopup,
1113
+ MapTimeline,
1114
+ MapTimelineControls,
1115
+ MapTimelineEvent,
1116
+ MapTimelineLayer,
1117
+ MapTimelinePlayButton,
1118
+ MapTimelineSlider,
1119
+ MapZoomIn,
1120
+ MapZoomOut,
644
1121
  MarketTreemap,
645
1122
  Marquee,
646
1123
  Menubar,
@@ -659,8 +1136,16 @@ export {
659
1136
  MenubarSubContent,
660
1137
  MenubarSubTrigger,
661
1138
  MenubarTrigger,
1139
+ MetricCluster,
662
1140
  MetricGauge,
1141
+ MiniMapPanel,
1142
+ ModelComparison,
1143
+ ModelComparisonColumn,
1144
+ ModelComparisonMeta,
1145
+ ModelComparisonVote,
663
1146
  ModelSelector,
1147
+ MultiSelect,
1148
+ MultiSelectLasso,
664
1149
  NavbarSaas,
665
1150
  NavigationMenu,
666
1151
  NavigationMenuContent,
@@ -670,33 +1155,75 @@ export {
670
1155
  NavigationMenuList,
671
1156
  NavigationMenuTrigger,
672
1157
  NavigationMenuViewport,
1158
+ NewsletterSignup,
673
1159
  NumberInput,
674
1160
  NumberTicker,
1161
+ ObjectCard,
1162
+ ObjectHandle,
1163
+ ObjectInspector,
675
1164
  OrderBook,
1165
+ OverviewBoard,
1166
+ OverviewCard,
676
1167
  Pagination,
1168
+ ParallelTimeline,
677
1169
  PasswordInput,
678
1170
  PlanBadge,
1171
+ PlaybackGhost,
1172
+ PolicyDeliveryPanel,
679
1173
  Popover,
680
1174
  PopoverAnchor,
681
1175
  PopoverContent,
682
1176
  PopoverTrigger,
683
1177
  Prerequisites,
1178
+ PresenceStack,
1179
+ PresenceSyncIndicator,
1180
+ PricingPlan,
1181
+ PricingTable,
1182
+ PrimarySourceAnnotation,
1183
+ PrimarySourceAnnotations,
1184
+ PrimarySourceContext,
1185
+ PrimarySourceMetadata,
1186
+ PrimarySourceQuestions,
1187
+ PrimarySourceRotate,
1188
+ PrimarySourceToolbar,
1189
+ PrimarySourceTranscription,
1190
+ PrimarySourceViewer,
1191
+ PrimarySourceZoomIn,
1192
+ PrimarySourceZoomOut,
684
1193
  ProTip,
685
1194
  ProfileSection,
686
1195
  ProgressBar,
1196
+ ProgressCard,
1197
+ ProgressTracker,
1198
+ ProgressTrackerBadge,
1199
+ ProgressTrackerModule,
1200
+ ProgressTrackerModules,
1201
+ ProgressTrackerOverview,
1202
+ ProgressTrackerStat,
1203
+ ProgressTrackerStats,
1204
+ PromptTemplates,
1205
+ PropertySection,
687
1206
  Quiz,
688
1207
  RadioGroup,
689
1208
  RadioGroupItem,
690
1209
  Rating,
1210
+ RelationshipInspector,
691
1211
  ResizableHandle,
692
1212
  ResizablePanel,
693
1213
  ResizablePanelGroup,
1214
+ RightDock,
694
1215
  RoleBadge,
1216
+ RouteMap,
1217
+ RoutingAssignmentPanel,
1218
+ RunTimeline,
1219
+ RuntimeOverviewPanel,
695
1220
  ScopeSelector,
696
1221
  ScrollArea,
697
1222
  ScrollBar,
698
1223
  SearchBar,
699
1224
  SearchDialog,
1225
+ SegmentedControl,
1226
+ SegmentedControlItem,
700
1227
  Select,
701
1228
  SelectContent,
702
1229
  SelectGroup,
@@ -707,6 +1234,8 @@ export {
707
1234
  SelectSeparator,
708
1235
  SelectTrigger,
709
1236
  SelectValue,
1237
+ SelectionHalo,
1238
+ SelectionPresence,
710
1239
  Separator,
711
1240
  SeverityBadge,
712
1241
  ShareDialog,
@@ -728,16 +1257,21 @@ export {
728
1257
  Skeleton,
729
1258
  Slider,
730
1259
  Slideshow,
1260
+ SnapGuides,
731
1261
  SocialFAB,
732
1262
  SparklineGrid,
733
1263
  Spinner,
734
1264
  StatCard,
1265
+ StateBadgeOverlay,
735
1266
  StatusBoard,
736
1267
  StatusIndicator,
737
1268
  Step,
738
1269
  StepByStep,
739
1270
  StepNavigation,
740
1271
  Stepper,
1272
+ StickyMetric,
1273
+ StoryMap,
1274
+ StoryMapChapter,
741
1275
  SubscriptionCard,
742
1276
  Summary,
743
1277
  Switch,
@@ -756,12 +1290,18 @@ export {
756
1290
  TabsContent,
757
1291
  TabsList,
758
1292
  TabsTrigger,
1293
+ TagsInput,
759
1294
  Terminal,
760
1295
  Textarea,
761
1296
  ThemeProvider,
762
1297
  ThemeToggle,
763
1298
  ThinkingBlock,
1299
+ ThreadBubble,
1300
+ ThresholdRing,
764
1301
  TickerTape,
1302
+ Timeline,
1303
+ TimelineItem,
1304
+ TimelineScrubber,
765
1305
  Toast,
766
1306
  ToastAction,
767
1307
  ToastClose,
@@ -775,7 +1315,12 @@ export {
775
1315
  TooltipContent,
776
1316
  TooltipProvider,
777
1317
  TooltipTrigger,
1318
+ TopBar,
778
1319
  Tour,
1320
+ TransactionList,
1321
+ TransactionListPinned,
1322
+ TransactionListSubscriptionRow,
1323
+ TreeView,
779
1324
  TruncatedText,
780
1325
  TutorialCard,
781
1326
  TutorialComplete,
@@ -786,27 +1331,49 @@ export {
786
1331
  UsageBreakdown,
787
1332
  VideoEmbed,
788
1333
  ViewSwitcher,
1334
+ ViewportBookmarks,
789
1335
  WalletCard,
790
1336
  Watchlist,
1337
+ WorkspaceSwitcher,
1338
+ WorldBreadcrumbs,
791
1339
  WorldClockBar,
1340
+ ZoomHUD,
792
1341
  alertVariants,
793
1342
  avatarGroupVariants,
794
1343
  avatarItemVariants,
795
1344
  badgeVariants,
1345
+ bannerVariants,
796
1346
  buttonVariants,
797
1347
  cookieConsentVariants,
798
1348
  dataListItemVariants,
799
1349
  dataListVariants,
1350
+ documentSiblingNavVariants,
800
1351
  dotVariants,
1352
+ emptyStateVariants,
1353
+ formatTransactionAmount,
1354
+ formatTransactionDate,
1355
+ kbdVariants,
801
1356
  mdxComponents,
802
1357
  navigationMenuTriggerStyle,
1358
+ newsletterSignupReducer,
1359
+ segmentedControlItemVariants,
1360
+ segmentedControlVariants,
803
1361
  severityBadgeVariants,
804
1362
  statCardVariants,
805
1363
  statusIndicatorVariants,
1364
+ timelineVariants,
806
1365
  toast,
807
1366
  toggleVariants,
1367
+ useAIArtifact,
1368
+ useAISidebar,
1369
+ useAgentStepStatus,
1370
+ useCopyToClipboard,
1371
+ useEraColumnColor,
808
1372
  useFlowDiagram,
1373
+ useFormField,
809
1374
  useMobile,
1375
+ useProgressTrackerContext,
810
1376
  useSidebar,
811
- useSocialFab
1377
+ useSocialFab,
1378
+ useTimelineOrientation
812
1379
  };