@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.
- package/CHANGELOG.md +39 -0
- package/README.md +59 -30
- package/dist/components/accordion/accordion.js +2 -2
- package/dist/components/activity-heatmap/activity-heatmap.js +18 -20
- package/dist/components/activity-log/activity-log.js +12 -11
- package/dist/components/agent-activity/agent-activity.js +317 -0
- package/dist/components/agent-activity/index.js +18 -0
- package/dist/components/ai-artifact/ai-artifact.js +439 -0
- package/dist/components/ai-artifact/index.js +24 -0
- package/dist/components/ai-chat-input/ai-chat-input.js +6 -4
- package/dist/components/ai-message-bubble/ai-message-bubble.js +3 -3
- package/dist/components/ai-sidebar/ai-sidebar.js +246 -0
- package/dist/components/ai-sidebar/index.js +22 -0
- package/dist/components/ai-source-citation/ai-source-citation.js +2 -2
- package/dist/components/ai-tool-call-display/ai-tool-call-display.js +5 -5
- package/dist/components/alert-pulse/alert-pulse.js +93 -0
- package/dist/components/alert-pulse/index.js +6 -0
- package/dist/components/anchor-port/anchor-port.js +51 -0
- package/dist/components/anchor-port/index.js +4 -0
- package/dist/components/animated-beam/animated-beam.js +158 -0
- package/dist/components/animated-beam/index.js +4 -0
- package/dist/components/animated-grid-pattern/animated-grid-pattern.js +74 -0
- package/dist/components/animated-grid-pattern/index.js +6 -0
- package/dist/components/animated-list/animated-list.js +32 -0
- package/dist/components/animated-list/index.js +4 -0
- package/dist/components/animated-tabs/animated-tabs.js +95 -0
- package/dist/components/animated-tabs/index.js +6 -0
- package/dist/components/animated-testimonials/animated-testimonials.js +91 -0
- package/dist/components/animated-testimonials/index.js +6 -0
- package/dist/components/animated-text/animated-text.js +8 -7
- package/dist/components/animated-tooltip/animated-tooltip.js +51 -0
- package/dist/components/animated-tooltip/index.js +6 -0
- package/dist/components/annotation/annotation.js +1 -1
- package/dist/components/auto-reload/auto-reload.js +401 -0
- package/dist/components/auto-reload/index.js +6 -0
- package/dist/components/avatar/avatar.js +1 -1
- package/dist/components/avatar-group/avatar-group.js +5 -5
- package/dist/components/banner/banner.js +155 -0
- package/dist/components/banner/index.js +10 -0
- package/dist/components/bento-grid/bento-grid.js +41 -0
- package/dist/components/bento-grid/index.js +8 -0
- package/dist/components/blog-card/blog-card.js +5 -3
- package/dist/components/blur-reveal/blur-reveal.js +78 -0
- package/dist/components/blur-reveal/index.js +4 -0
- package/dist/components/border-beam/border-beam.js +2 -2
- package/dist/components/bottom-activity-strip/bottom-activity-strip.js +91 -0
- package/dist/components/bottom-activity-strip/index.js +6 -0
- package/dist/components/bottom-bar/bottom-bar.js +25 -0
- package/dist/components/bottom-bar/index.js +4 -0
- package/dist/components/breadcrumb/breadcrumb.js +33 -26
- package/dist/components/button/button.js +1 -1
- package/dist/components/button-group/button-group.js +35 -0
- package/dist/components/button-group/index.js +8 -0
- package/dist/components/calendar/calendar.js +6 -6
- package/dist/components/callout/callout.js +1 -1
- package/dist/components/candlestick-chart/candlestick-chart.js +13 -12
- package/dist/components/canvas-shell/canvas-foundation-demo.js +183 -0
- package/dist/components/canvas-shell/canvas-shell-route-config.js +0 -0
- package/dist/components/canvas-shell/canvas-shell.js +264 -0
- package/dist/components/canvas-shell/index.js +4 -0
- package/dist/components/canvas-view/canvas-view.js +504 -0
- package/dist/components/canvas-view/index.js +6 -0
- package/dist/components/card-flip/card-flip.js +78 -0
- package/dist/components/card-flip/index.js +4 -0
- package/dist/components/carousel/carousel.js +18 -10
- package/dist/components/category-filter/category-filter.js +1 -1
- package/dist/components/chain-of-thought/chain-of-thought.js +77 -0
- package/dist/components/chain-of-thought/index.js +6 -0
- package/dist/components/chart/area-chart.js +1 -0
- package/dist/components/chart/line-chart.js +1 -0
- package/dist/components/chat-dock-section/chat-dock-section.js +56 -0
- package/dist/components/chat-dock-section/index.js +6 -0
- package/dist/components/checkbox/checkbox.js +2 -2
- package/dist/components/checkbox-group/checkbox-group.js +92 -0
- package/dist/components/checkbox-group/index.js +8 -0
- package/dist/components/checklist/checklist.js +45 -10
- package/dist/components/checklist/index.js +10 -2
- package/dist/components/choropleth-map/choropleth-map.js +378 -0
- package/dist/components/choropleth-map/index.js +10 -0
- package/dist/components/chronological-timeline/chronological-timeline.js +343 -0
- package/dist/components/chronological-timeline/index.js +8 -0
- package/dist/components/civilization-card/civilization-card.js +275 -0
- package/dist/components/civilization-card/index.js +8 -0
- package/dist/components/code-block/code-block.js +47 -29
- package/dist/components/code-playground/code-playground.js +20 -18
- package/dist/components/color-picker/color-picker.js +134 -0
- package/dist/components/color-picker/index.js +4 -0
- package/dist/components/combobox/combobox.js +49 -30
- package/dist/components/command/command.js +1 -1
- package/dist/components/comment-pin/comment-pin.js +104 -0
- package/dist/components/comment-pin/index.js +6 -0
- package/dist/components/comparison/comparison.js +11 -10
- package/dist/components/completion-dialog/completion-dialog.js +20 -12
- package/dist/components/connector-edge/connector-edge.js +66 -0
- package/dist/components/connector-edge/index.js +6 -0
- package/dist/components/content-intro/content-intro.js +29 -22
- package/dist/components/context-lens/context-lens.js +98 -0
- package/dist/components/context-lens/index.js +6 -0
- package/dist/components/context-menu/context-menu.js +4 -4
- package/dist/components/contribution-graph/contribution-graph.js +120 -0
- package/dist/components/contribution-graph/index.js +6 -0
- package/dist/components/conversation-thread/conversation-thread.js +348 -0
- package/dist/components/conversation-thread/index.js +20 -0
- package/dist/components/cookie-consent/cookie-consent.js +1 -1
- package/dist/components/copy-button/copy-button.js +189 -0
- package/dist/components/copy-button/index.js +8 -0
- package/dist/components/countdown-timer/countdown-timer.js +12 -35
- package/dist/components/credit-badge/credit-badge.js +1 -7
- package/dist/components/curriculum/curriculum.js +349 -0
- package/dist/components/curriculum/index.js +10 -0
- package/dist/components/cursor/cursor.js +48 -0
- package/dist/components/cursor/index.js +4 -0
- package/dist/components/data-list/data-list.js +2 -1
- package/dist/components/data-table/data-table.js +10 -9
- package/dist/components/date-field/date-field.js +37 -0
- package/dist/components/date-field/index.js +4 -0
- package/dist/components/date-picker/date-picker.js +4 -9
- package/dist/components/date-range-picker/date-range-picker.js +74 -0
- package/dist/components/date-range-picker/index.js +6 -0
- package/dist/components/dialog/dialog.js +1 -1
- package/dist/components/dock/dock.js +102 -0
- package/dist/components/dock/index.js +5 -0
- package/dist/components/document-sibling-nav/document-sibling-nav.js +111 -0
- package/dist/components/document-sibling-nav/index.js +8 -0
- package/dist/components/dot-pattern/dot-pattern.js +31 -0
- package/dist/components/dot-pattern/index.js +4 -0
- package/dist/components/dropdown-menu/dropdown-menu.js +3 -3
- package/dist/components/edge-label/edge-label.js +26 -0
- package/dist/components/edge-label/index.js +4 -0
- package/dist/components/empty-state/empty-state.js +93 -0
- package/dist/components/empty-state/index.js +8 -0
- package/dist/components/era-comparison/era-comparison.js +216 -0
- package/dist/components/era-comparison/index.js +16 -0
- package/dist/components/exercise/exercise.js +15 -7
- package/dist/components/expandable-cards/expandable-cards.js +56 -0
- package/dist/components/expandable-cards/index.js +6 -0
- package/dist/components/faq/faq.js +8 -4
- package/dist/components/field/field.js +121 -0
- package/dist/components/field/index.js +16 -0
- package/dist/components/fieldset/fieldset.js +47 -0
- package/dist/components/fieldset/index.js +10 -0
- package/dist/components/file-upload/file-upload.js +4 -9
- package/dist/components/filter-bar/filter-bar.js +9 -8
- package/dist/components/flashcard/flashcard.js +10 -4
- package/dist/components/floating-action-button/floating-action-button.js +1 -1
- package/dist/components/floating-navbar/floating-navbar.js +62 -0
- package/dist/components/floating-navbar/index.js +4 -0
- package/dist/components/floating-toolbar/floating-toolbar.js +66 -0
- package/dist/components/floating-toolbar/index.js +6 -0
- package/dist/components/flow-diagram/flow-controls.js +9 -9
- package/dist/components/flow-diagram/flow-error-boundary.js +2 -2
- package/dist/components/flow-diagram/flow-fullscreen.js +5 -15
- package/dist/components/flow-diagram/use-flow-diagram.js +7 -18
- package/dist/components/follow-mode/follow-mode.js +89 -0
- package/dist/components/follow-mode/index.js +6 -0
- package/dist/components/form/form.js +432 -0
- package/dist/components/form/index.js +20 -0
- package/dist/components/gantt-chart/gantt-chart.js +334 -0
- package/dist/components/gantt-chart/index.js +6 -0
- package/dist/components/gauge-chart/gauge-chart.js +134 -0
- package/dist/components/gauge-chart/index.js +4 -0
- package/dist/components/geography-quiz-map/geography-quiz-map.js +344 -0
- package/dist/components/geography-quiz-map/index.js +12 -0
- package/dist/components/glass-card/glass-card.js +23 -0
- package/dist/components/glass-card/index.js +4 -0
- package/dist/components/glass-panel/glass-panel.js +21 -0
- package/dist/components/glass-panel/index.js +4 -0
- package/dist/components/glass-progress/glass-progress.js +35 -0
- package/dist/components/glass-progress/index.js +4 -0
- package/dist/components/globe-3d/globe-3d.js +429 -0
- package/dist/components/globe-3d/index.js +10 -0
- package/dist/components/grid/grid.js +94 -0
- package/dist/components/grid/index.js +4 -0
- package/dist/components/group-hull/group-hull.js +29 -0
- package/dist/components/group-hull/index.js +4 -0
- package/dist/components/handoff-beacon/handoff-beacon.js +78 -0
- package/dist/components/handoff-beacon/index.js +6 -0
- package/dist/components/heat-map-overlay/heat-map-overlay.js +215 -0
- package/dist/components/heat-map-overlay/index.js +6 -0
- package/dist/components/heat-overlay/heat-overlay.js +92 -0
- package/dist/components/heat-overlay/index.js +6 -0
- package/dist/components/historic-timeline/historic-timeline.js +342 -0
- package/dist/components/historic-timeline/index.js +6 -0
- package/dist/components/historical-figure-card/historical-figure-card.js +270 -0
- package/dist/components/historical-figure-card/index.js +6 -0
- package/dist/components/horizontal-scroll-row/horizontal-scroll-row.js +6 -5
- package/dist/components/index.js +841 -1
- package/dist/components/infinite-plane/index.js +6 -0
- package/dist/components/infinite-plane/infinite-plane.js +75 -0
- package/dist/components/inline-input/inline-input.js +1 -1
- package/dist/components/input-group/index.js +14 -0
- package/dist/components/input-group/input-group.js +65 -0
- package/dist/components/input-otp/input-otp.js +1 -1
- package/dist/components/interactive-timeline/index.js +16 -0
- package/dist/components/interactive-timeline/interactive-timeline.js +724 -0
- package/dist/components/item/index.js +18 -0
- package/dist/components/item/item.js +103 -0
- package/dist/components/jarvis-dock/index.js +6 -0
- package/dist/components/jarvis-dock/jarvis-dock.js +98 -0
- package/dist/components/kbd/index.js +5 -0
- package/dist/components/kbd/kbd.js +125 -0
- package/dist/components/key-concept/key-concept.js +6 -5
- package/dist/components/keyboard-shortcuts-help/keyboard-shortcuts-help.js +11 -21
- package/dist/components/knowledge-check/index.js +6 -0
- package/dist/components/knowledge-check/knowledge-check.js +473 -0
- package/dist/components/lang-provider/lang-provider.js +3 -3
- package/dist/components/learning-objectives/learning-objectives.js +14 -13
- package/dist/components/left-rail/index.js +4 -0
- package/dist/components/left-rail/left-rail.js +25 -0
- package/dist/components/link/index.js +5 -0
- package/dist/components/link/link.js +55 -0
- package/dist/components/liquid-glass/index.js +4 -0
- package/dist/components/liquid-glass/liquid-glass.js +37 -0
- package/dist/components/list-box/index.js +8 -0
- package/dist/components/list-box/list-box.js +127 -0
- package/dist/components/live-cursor/index.js +6 -0
- package/dist/components/live-cursor/live-cursor.js +62 -0
- package/dist/components/live-feed/live-feed.js +20 -42
- package/dist/components/magnetic/index.js +4 -0
- package/dist/components/magnetic/magnetic.js +58 -0
- package/dist/components/magnetic-button/index.js +4 -0
- package/dist/components/magnetic-button/magnetic-button.js +57 -0
- package/dist/components/map-2d/index.js +20 -0
- package/dist/components/map-2d/map-2d.js +455 -0
- package/dist/components/map-timeline/index.js +16 -0
- package/dist/components/map-timeline/map-timeline.js +506 -0
- package/dist/components/market-treemap/market-treemap.js +5 -6
- package/dist/components/mdx-content/mdx-content.js +25 -11
- package/dist/components/menubar/menubar.js +4 -4
- package/dist/components/meteors/index.js +4 -0
- package/dist/components/meteors/meteors.js +59 -0
- package/dist/components/meter/index.js +5 -0
- package/dist/components/meter/meter.js +78 -0
- package/dist/components/metric-cluster/index.js +6 -0
- package/dist/components/metric-cluster/metric-cluster.js +96 -0
- package/dist/components/metric-gauge/metric-gauge.js +3 -3
- package/dist/components/mini-map-panel/index.js +6 -0
- package/dist/components/mini-map-panel/mini-map-panel.js +74 -0
- package/dist/components/model-comparison/index.js +12 -0
- package/dist/components/model-comparison/model-comparison.js +230 -0
- package/dist/components/model-selector/model-selector.js +8 -8
- package/dist/components/multi-select/index.js +6 -0
- package/dist/components/multi-select/multi-select.js +258 -0
- package/dist/components/multi-select-lasso/index.js +6 -0
- package/dist/components/multi-select-lasso/multi-select-lasso.js +76 -0
- package/dist/components/native-select/index.js +4 -0
- package/dist/components/native-select/native-select.js +25 -0
- package/dist/components/navbar-saas/navbar-saas.js +11 -10
- package/dist/components/navigation-menu/navigation-menu.js +2 -2
- package/dist/components/newsletter-signup/index.js +8 -0
- package/dist/components/newsletter-signup/newsletter-signup.js +269 -0
- package/dist/components/number-input/number-input.js +2 -2
- package/dist/components/number-ticker/number-ticker.js +11 -4
- package/dist/components/object-card/index.js +6 -0
- package/dist/components/object-card/object-card.js +126 -0
- package/dist/components/object-handle/index.js +4 -0
- package/dist/components/object-handle/object-handle.js +38 -0
- package/dist/components/object-inspector/index.js +6 -0
- package/dist/components/object-inspector/object-inspector.js +136 -0
- package/dist/components/order-book/order-book.js +2 -2
- package/dist/components/overview-board/index.js +8 -0
- package/dist/components/overview-board/overview-board.js +127 -0
- package/dist/components/panel/index.js +16 -0
- package/dist/components/panel/panel.js +81 -0
- package/dist/components/parallel-timeline/index.js +6 -0
- package/dist/components/parallel-timeline/parallel-timeline.js +251 -0
- package/dist/components/particles/index.js +4 -0
- package/dist/components/particles/particles.js +49 -0
- package/dist/components/password-input/password-input.js +1 -1
- package/dist/components/phone-input/index.js +6 -0
- package/dist/components/phone-input/phone-input.js +64 -0
- package/dist/components/pie-chart/index.js +4 -0
- package/dist/components/pie-chart/pie-chart.js +132 -0
- package/dist/components/plan-badge/plan-badge.js +1 -7
- package/dist/components/playback-ghost/index.js +6 -0
- package/dist/components/playback-ghost/playback-ghost.js +83 -0
- package/dist/components/policy-delivery-panel/index.js +6 -0
- package/dist/components/policy-delivery-panel/policy-delivery-panel.js +99 -0
- package/dist/components/presence-stack/index.js +6 -0
- package/dist/components/presence-stack/presence-stack.js +108 -0
- package/dist/components/presence-sync-indicator/index.js +6 -0
- package/dist/components/presence-sync-indicator/presence-sync-indicator.js +73 -0
- package/dist/components/pricing-table/index.js +8 -0
- package/dist/components/pricing-table/pricing-table.js +284 -0
- package/dist/components/primary-source-viewer/index.js +26 -0
- package/dist/components/primary-source-viewer/primary-source-viewer.js +439 -0
- package/dist/components/pro-tip/pro-tip.js +6 -6
- package/dist/components/profile-section/profile-section.js +3 -2
- package/dist/components/progress-card/progress-card.js +6 -5
- package/dist/components/progress-tracker/index.js +20 -0
- package/dist/components/progress-tracker/progress-tracker.js +537 -0
- package/dist/components/progressive-blur/index.js +6 -0
- package/dist/components/progressive-blur/progressive-blur.js +44 -0
- package/dist/components/prompt-input/index.js +4 -0
- package/dist/components/prompt-input/prompt-input.js +186 -0
- package/dist/components/prompt-templates/index.js +6 -0
- package/dist/components/prompt-templates/prompt-templates.js +395 -0
- package/dist/components/property-section/index.js +6 -0
- package/dist/components/property-section/property-section.js +101 -0
- package/dist/components/qr-code/index.js +4 -0
- package/dist/components/qr-code/qr-code.js +51 -0
- package/dist/components/quiz/quiz.js +7 -6
- package/dist/components/radar-chart/index.js +6 -0
- package/dist/components/radar-chart/radar-chart.js +181 -0
- package/dist/components/radio-group/radio-group.js +2 -2
- package/dist/components/range-calendar/index.js +4 -0
- package/dist/components/range-calendar/range-calendar.js +35 -0
- package/dist/components/rating/rating.js +3 -3
- package/dist/components/reasoning/index.js +4 -0
- package/dist/components/reasoning/reasoning.js +118 -0
- package/dist/components/relationship-inspector/index.js +6 -0
- package/dist/components/relationship-inspector/relationship-inspector.js +102 -0
- package/dist/components/resizable/resizable.js +1 -1
- package/dist/components/reveal-text/index.js +6 -0
- package/dist/components/reveal-text/reveal-text.js +88 -0
- package/dist/components/right-dock/index.js +4 -0
- package/dist/components/right-dock/right-dock.js +28 -0
- package/dist/components/route-map/index.js +6 -0
- package/dist/components/route-map/route-map.js +339 -0
- package/dist/components/routing-assignment-panel/index.js +6 -0
- package/dist/components/routing-assignment-panel/routing-assignment-panel.js +122 -0
- package/dist/components/run-timeline/index.js +6 -0
- package/dist/components/run-timeline/run-timeline.js +221 -0
- package/dist/components/runtime-overview-panel/index.js +6 -0
- package/dist/components/runtime-overview-panel/runtime-overview-panel.js +89 -0
- package/dist/components/sankey-chart/index.js +6 -0
- package/dist/components/sankey-chart/sankey-chart.js +257 -0
- package/dist/components/scope-selector/scope-selector.js +13 -13
- package/dist/components/scramble-text/index.js +4 -0
- package/dist/components/scramble-text/scramble-text.js +77 -0
- package/dist/components/scroll-progress/index.js +4 -0
- package/dist/components/scroll-progress/scroll-progress.js +45 -0
- package/dist/components/search-bar/search-bar.js +24 -2
- package/dist/components/search-dialog/search-dialog.js +485 -52
- package/dist/components/search-field/index.js +4 -0
- package/dist/components/search-field/search-field.js +68 -0
- package/dist/components/segmented-control/index.js +12 -0
- package/dist/components/segmented-control/segmented-control.js +61 -0
- package/dist/components/select/select.js +5 -5
- package/dist/components/selection-halo/index.js +6 -0
- package/dist/components/selection-halo/selection-halo.js +72 -0
- package/dist/components/selection-presence/index.js +6 -0
- package/dist/components/selection-presence/selection-presence.js +50 -0
- package/dist/components/severity-badge/severity-badge.js +2 -2
- package/dist/components/share-dialog/share-dialog.js +8 -10
- package/dist/components/share-section/share-section.js +2 -1
- package/dist/components/sheet/sheet.js +1 -1
- package/dist/components/shimmer-button/index.js +4 -0
- package/dist/components/shimmer-button/shimmer-button.js +36 -0
- package/dist/components/shimmer-text/index.js +4 -0
- package/dist/components/shimmer-text/shimmer-text.js +36 -0
- package/dist/components/shine-border/index.js +4 -0
- package/dist/components/shine-border/shine-border.js +34 -0
- package/dist/components/shiny-button/index.js +4 -0
- package/dist/components/shiny-button/shiny-button.js +35 -0
- package/dist/components/sidebar/sidebar.js +31 -26
- package/dist/components/sidebar-toggle/sidebar-toggle.js +5 -3
- package/dist/components/slider/slider.js +1 -1
- package/dist/components/slideshow/slideshow.js +358 -281
- package/dist/components/snap-guides/index.js +6 -0
- package/dist/components/snap-guides/snap-guides.js +45 -0
- package/dist/components/social-fab/social-fab.js +12 -11
- package/dist/components/sparkles/index.js +4 -0
- package/dist/components/sparkles/sparkles.js +47 -0
- package/dist/components/sparkline-grid/sparkline-grid.js +6 -6
- package/dist/components/spinner/spinner.js +4 -4
- package/dist/components/spinner/unicode-spinner.js +5 -2
- package/dist/components/spinning-text/index.js +4 -0
- package/dist/components/spinning-text/spinning-text.js +60 -0
- package/dist/components/spotlight-card/index.js +4 -0
- package/dist/components/spotlight-card/spotlight-card.js +48 -0
- package/dist/components/stat-card/stat-card.js +5 -5
- package/dist/components/state-badge-overlay/index.js +6 -0
- package/dist/components/state-badge-overlay/state-badge-overlay.js +90 -0
- package/dist/components/static-code/index.js +4 -0
- package/dist/components/static-code/static-code-copy.js +24 -0
- package/dist/components/static-code/static-code.js +41 -0
- package/dist/components/status-board/status-board.js +15 -8
- package/dist/components/status-indicator/status-indicator.js +3 -3
- package/dist/components/step-by-step/step-by-step.js +10 -8
- package/dist/components/step-navigation/step-navigation.js +2 -2
- package/dist/components/stepper/stepper.js +3 -3
- package/dist/components/sticky-metric/index.js +6 -0
- package/dist/components/sticky-metric/sticky-metric.js +83 -0
- package/dist/components/story-map/index.js +8 -0
- package/dist/components/story-map/story-map.js +414 -0
- package/dist/components/subscription-card/subscription-card.js +1 -1
- package/dist/components/switch/switch.js +1 -1
- package/dist/components/table-of-contents/table-of-contents.js +5 -2
- package/dist/components/table-of-contents-panel/table-of-contents-panel.js +15 -24
- package/dist/components/tabs/tabs.js +26 -8
- package/dist/components/tag-group/index.js +8 -0
- package/dist/components/tag-group/tag-group.js +124 -0
- package/dist/components/tags-input/index.js +4 -0
- package/dist/components/tags-input/tags-input.js +186 -0
- package/dist/components/terminal/terminal.js +68 -52
- package/dist/components/text-animate/index.js +6 -0
- package/dist/components/text-animate/text-animate.js +130 -0
- package/dist/components/text-field/index.js +4 -0
- package/dist/components/text-field/text-field.js +60 -0
- package/dist/components/text-reveal/index.js +4 -0
- package/dist/components/text-reveal/text-reveal.js +87 -0
- package/dist/components/text-shimmer/index.js +4 -0
- package/dist/components/text-shimmer/text-shimmer.js +29 -0
- package/dist/components/theme-preset-provider/index.js +4 -0
- package/dist/components/theme-preset-provider/theme-preset-provider.js +55 -0
- package/dist/components/theme-switcher/index.js +4 -0
- package/dist/components/theme-switcher/theme-switcher.js +43 -0
- package/dist/components/theme-toggle/theme-toggle.js +2 -2
- package/dist/components/thinking-block/thinking-block.js +3 -3
- package/dist/components/thread-bubble/index.js +6 -0
- package/dist/components/thread-bubble/thread-bubble.js +85 -0
- package/dist/components/threshold-ring/index.js +6 -0
- package/dist/components/threshold-ring/threshold-ring.js +160 -0
- package/dist/components/ticker-tape/ticker-tape.js +5 -8
- package/dist/components/tilt-card/index.js +4 -0
- package/dist/components/tilt-card/tilt-card.js +65 -0
- package/dist/components/time-field/index.js +4 -0
- package/dist/components/time-field/time-field.js +37 -0
- package/dist/components/time-picker/index.js +4 -0
- package/dist/components/time-picker/time-picker.js +114 -0
- package/dist/components/timeline/index.js +12 -0
- package/dist/components/timeline/timeline.js +239 -0
- package/dist/components/timeline-scrubber/index.js +6 -0
- package/dist/components/timeline-scrubber/timeline-scrubber.js +179 -0
- package/dist/components/tldr-section/tldr-section.js +11 -9
- package/dist/components/toolbar/index.js +8 -0
- package/dist/components/toolbar/toolbar.js +83 -0
- package/dist/components/top-bar/index.js +4 -0
- package/dist/components/top-bar/top-bar.js +31 -0
- package/dist/components/tour/tour.js +10 -4
- package/dist/components/transaction-list/index.js +14 -0
- package/dist/components/transaction-list/transaction-list.js +253 -0
- package/dist/components/tree-view/index.js +6 -0
- package/dist/components/tree-view/tree-view.js +298 -0
- package/dist/components/tutorial-card/tutorial-card.js +2 -2
- package/dist/components/tutorial-complete/tutorial-complete.js +18 -16
- package/dist/components/tutorial-filters/tutorial-filters.js +2 -2
- package/dist/components/tutorial-intro-content/tutorial-intro-content.js +5 -5
- package/dist/components/tutorial-mdx/tutorial-mdx.js +20 -20
- package/dist/components/typewriter/index.js +4 -0
- package/dist/components/typewriter/typewriter.js +66 -0
- package/dist/components/typography/index.js +26 -0
- package/dist/components/typography/typography.js +150 -0
- package/dist/components/usage-breakdown/usage-breakdown.js +12 -7
- package/dist/components/video-embed/video-embed.js +2 -2
- package/dist/components/viewport-bookmarks/index.js +6 -0
- package/dist/components/viewport-bookmarks/viewport-bookmarks.js +118 -0
- package/dist/components/wallet-card/wallet-card.js +1 -1
- package/dist/components/watchlist/watchlist.js +8 -10
- package/dist/components/workspace-switcher/index.js +6 -0
- package/dist/components/workspace-switcher/workspace-switcher.js +61 -0
- package/dist/components/world-breadcrumbs/index.js +6 -0
- package/dist/components/world-breadcrumbs/world-breadcrumbs.js +114 -0
- package/dist/components/world-clock-bar/world-clock-bar.js +33 -37
- package/dist/components/zoom-hud/index.js +4 -0
- package/dist/components/zoom-hud/zoom-hud.js +61 -0
- package/dist/index.d.ts +10150 -352
- package/dist/index.js +36 -1
- package/dist/lib/format.js +14 -0
- package/dist/lib/theme-presets.js +32 -0
- package/dist/lib/use-body-scroll-lock.js +30 -0
- package/dist/lib/use-escape-key.js +24 -0
- package/dist/lib/use-live-date.js +26 -0
- package/dist/lib/use-theme-preset.js +95 -0
- package/dist/tailwind-preset.js +19 -19
- package/package.json +17 -10
- package/styles.css +95 -38
- package/themes/default.css +39 -39
- package/themes/presets.css +547 -0
package/dist/components/index.js
CHANGED
|
@@ -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,12 +154,74 @@ 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,
|
|
107
163
|
InputOTPSeparator,
|
|
108
164
|
InputOTPSlot
|
|
109
165
|
} from "./input-otp";
|
|
166
|
+
import {
|
|
167
|
+
ButtonGroup,
|
|
168
|
+
buttonGroupVariants
|
|
169
|
+
} from "./button-group";
|
|
170
|
+
import {
|
|
171
|
+
CheckboxGroup,
|
|
172
|
+
CheckboxGroupItem
|
|
173
|
+
} from "./checkbox-group";
|
|
174
|
+
import { ColorPicker } from "./color-picker";
|
|
175
|
+
import { DateField } from "./date-field";
|
|
176
|
+
import {
|
|
177
|
+
DateRangePicker
|
|
178
|
+
} from "./date-range-picker";
|
|
179
|
+
import {
|
|
180
|
+
Field,
|
|
181
|
+
FieldControl,
|
|
182
|
+
FieldDescription,
|
|
183
|
+
FieldError,
|
|
184
|
+
FieldLabel,
|
|
185
|
+
fieldVariants
|
|
186
|
+
} from "./field";
|
|
187
|
+
import {
|
|
188
|
+
Fieldset,
|
|
189
|
+
FieldsetContent,
|
|
190
|
+
FieldsetLegend
|
|
191
|
+
} from "./fieldset";
|
|
192
|
+
import {
|
|
193
|
+
InputGroup,
|
|
194
|
+
InputGroupAddon,
|
|
195
|
+
inputGroupAddonVariants,
|
|
196
|
+
InputGroupInput,
|
|
197
|
+
inputGroupVariants
|
|
198
|
+
} from "./input-group";
|
|
199
|
+
import {
|
|
200
|
+
Item,
|
|
201
|
+
ItemActions,
|
|
202
|
+
ItemContent,
|
|
203
|
+
ItemDescription,
|
|
204
|
+
ItemMedia,
|
|
205
|
+
ItemTitle,
|
|
206
|
+
itemVariants
|
|
207
|
+
} from "./item";
|
|
208
|
+
import {
|
|
209
|
+
ListBox,
|
|
210
|
+
ListBoxItem
|
|
211
|
+
} from "./list-box";
|
|
212
|
+
import { NativeSelect } from "./native-select";
|
|
213
|
+
import {
|
|
214
|
+
PhoneInput
|
|
215
|
+
} from "./phone-input";
|
|
216
|
+
import { RangeCalendar } from "./range-calendar";
|
|
217
|
+
import { SearchField } from "./search-field";
|
|
218
|
+
import {
|
|
219
|
+
TagGroup,
|
|
220
|
+
TagGroupItem
|
|
221
|
+
} from "./tag-group";
|
|
222
|
+
import { TextField } from "./text-field";
|
|
223
|
+
import { TimeField } from "./time-field";
|
|
224
|
+
import { TimePicker } from "./time-picker";
|
|
110
225
|
import {
|
|
111
226
|
Tooltip,
|
|
112
227
|
TooltipContent,
|
|
@@ -143,6 +258,10 @@ import {
|
|
|
143
258
|
DrawerTitle,
|
|
144
259
|
DrawerTrigger
|
|
145
260
|
} from "./drawer";
|
|
261
|
+
import {
|
|
262
|
+
DocumentSiblingNav,
|
|
263
|
+
documentSiblingNavVariants
|
|
264
|
+
} from "./document-sibling-nav";
|
|
146
265
|
import {
|
|
147
266
|
AlertDialog,
|
|
148
267
|
AlertDialogAction,
|
|
@@ -156,7 +275,13 @@ import {
|
|
|
156
275
|
AlertDialogTitle,
|
|
157
276
|
AlertDialogTrigger
|
|
158
277
|
} from "./alert-dialog";
|
|
278
|
+
import {
|
|
279
|
+
HistoricTimeline
|
|
280
|
+
} from "./historic-timeline";
|
|
159
281
|
import { HoverCard, HoverCardContent, HoverCardTrigger } from "./hover-card";
|
|
282
|
+
import {
|
|
283
|
+
HistoricalFigureCard
|
|
284
|
+
} from "./historical-figure-card";
|
|
160
285
|
import {
|
|
161
286
|
ContextMenu,
|
|
162
287
|
ContextMenuCheckboxItem,
|
|
@@ -224,6 +349,22 @@ import {
|
|
|
224
349
|
TableHeader,
|
|
225
350
|
TableRow
|
|
226
351
|
} from "./table";
|
|
352
|
+
import {
|
|
353
|
+
AutoReload
|
|
354
|
+
} from "./auto-reload";
|
|
355
|
+
import {
|
|
356
|
+
Timeline,
|
|
357
|
+
TimelineItem,
|
|
358
|
+
timelineVariants,
|
|
359
|
+
useTimelineOrientation
|
|
360
|
+
} from "./timeline";
|
|
361
|
+
import {
|
|
362
|
+
formatTransactionAmount,
|
|
363
|
+
formatTransactionDate,
|
|
364
|
+
TransactionList,
|
|
365
|
+
TransactionListPinned,
|
|
366
|
+
TransactionListSubscriptionRow
|
|
367
|
+
} from "./transaction-list";
|
|
227
368
|
import { Avatar, AvatarFallback, AvatarImage } from "./avatar";
|
|
228
369
|
import {
|
|
229
370
|
AvatarGroup,
|
|
@@ -233,7 +374,17 @@ import {
|
|
|
233
374
|
import { Skeleton } from "./skeleton";
|
|
234
375
|
import { Separator } from "./separator";
|
|
235
376
|
import { Alert, AlertDescription, AlertTitle, alertVariants } from "./alert";
|
|
377
|
+
import {
|
|
378
|
+
AgentActivity,
|
|
379
|
+
AgentStep,
|
|
380
|
+
AgentStepDetail,
|
|
381
|
+
AgentStepDuration,
|
|
382
|
+
AgentStepProgress,
|
|
383
|
+
AgentStepTitle,
|
|
384
|
+
useAgentStepStatus
|
|
385
|
+
} from "./agent-activity";
|
|
236
386
|
import { StatCard, statCardVariants } from "./stat-card";
|
|
387
|
+
import { StaticCode } from "./static-code";
|
|
237
388
|
import {
|
|
238
389
|
dotVariants,
|
|
239
390
|
StatusIndicator,
|
|
@@ -263,8 +414,35 @@ import {
|
|
|
263
414
|
ActivityHeatmap
|
|
264
415
|
} from "./activity-heatmap";
|
|
265
416
|
import { Calendar } from "./calendar";
|
|
417
|
+
import {
|
|
418
|
+
ChoroplethLegend,
|
|
419
|
+
ChoroplethMap,
|
|
420
|
+
ChoroplethTooltip
|
|
421
|
+
} from "./choropleth-map";
|
|
422
|
+
import {
|
|
423
|
+
ChronoEvent,
|
|
424
|
+
ChronologicalTimeline
|
|
425
|
+
} from "./chronological-timeline";
|
|
266
426
|
import { CountdownTimer } from "./countdown-timer";
|
|
427
|
+
import {
|
|
428
|
+
Map2D,
|
|
429
|
+
MapControls,
|
|
430
|
+
MapLayer,
|
|
431
|
+
MapMarker,
|
|
432
|
+
MapMarkerIcon,
|
|
433
|
+
MapPopup,
|
|
434
|
+
MapZoomIn,
|
|
435
|
+
MapZoomOut
|
|
436
|
+
} from "./map-2d";
|
|
267
437
|
import { Marquee } from "./marquee";
|
|
438
|
+
import {
|
|
439
|
+
MapTimeline,
|
|
440
|
+
MapTimelineControls,
|
|
441
|
+
MapTimelineEvent,
|
|
442
|
+
MapTimelineLayer,
|
|
443
|
+
MapTimelinePlayButton,
|
|
444
|
+
MapTimelineSlider
|
|
445
|
+
} from "./map-timeline";
|
|
268
446
|
import { NumberTicker } from "./number-ticker";
|
|
269
447
|
import {
|
|
270
448
|
Spinner,
|
|
@@ -274,20 +452,69 @@ import {
|
|
|
274
452
|
WorldClockBar
|
|
275
453
|
} from "./world-clock-bar";
|
|
276
454
|
import { CodeBlock } from "./code-block";
|
|
455
|
+
import {
|
|
456
|
+
CopyButton,
|
|
457
|
+
useCopyToClipboard
|
|
458
|
+
} from "./copy-button";
|
|
277
459
|
import { MDXContent } from "./mdx-content";
|
|
460
|
+
import {
|
|
461
|
+
CanvasShell
|
|
462
|
+
} from "./canvas-shell";
|
|
463
|
+
import {
|
|
464
|
+
CanvasView
|
|
465
|
+
} from "./canvas-view";
|
|
466
|
+
import { BottomBar } from "./bottom-bar";
|
|
467
|
+
import {
|
|
468
|
+
ChatDockSection
|
|
469
|
+
} from "./chat-dock-section";
|
|
470
|
+
import {
|
|
471
|
+
Globe3D,
|
|
472
|
+
GlobeArc,
|
|
473
|
+
GlobeMarker
|
|
474
|
+
} from "./globe-3d";
|
|
475
|
+
import { GlassPanel } from "./glass-panel";
|
|
476
|
+
import {
|
|
477
|
+
GeographyQuizMap,
|
|
478
|
+
GeographyQuizMapPrompt,
|
|
479
|
+
GeographyQuizMapResults,
|
|
480
|
+
GeographyQuizMapScore
|
|
481
|
+
} from "./geography-quiz-map";
|
|
482
|
+
import {
|
|
483
|
+
InfinitePlane
|
|
484
|
+
} from "./infinite-plane";
|
|
485
|
+
import { LeftRail } from "./left-rail";
|
|
486
|
+
import {
|
|
487
|
+
MiniMapPanel
|
|
488
|
+
} from "./mini-map-panel";
|
|
489
|
+
import {
|
|
490
|
+
OverviewBoard,
|
|
491
|
+
OverviewCard
|
|
492
|
+
} from "./overview-board";
|
|
278
493
|
import {
|
|
279
494
|
NavbarSaas,
|
|
280
495
|
useMobile
|
|
281
496
|
} from "./navbar-saas";
|
|
497
|
+
import { RightDock } from "./right-dock";
|
|
282
498
|
import { Sidebar } from "./sidebar";
|
|
283
499
|
import { SidebarProvider, useSidebar } from "./sidebar-provider";
|
|
284
500
|
import { TableOfContents } from "./table-of-contents";
|
|
501
|
+
import { TopBar } from "./top-bar";
|
|
502
|
+
import {
|
|
503
|
+
ViewportBookmarks
|
|
504
|
+
} from "./viewport-bookmarks";
|
|
505
|
+
import {
|
|
506
|
+
WorldBreadcrumbs
|
|
507
|
+
} from "./world-breadcrumbs";
|
|
508
|
+
import { ZoomHUD } from "./zoom-hud";
|
|
285
509
|
import {
|
|
286
510
|
ActivityLog
|
|
287
511
|
} from "./activity-log";
|
|
288
512
|
import { BlogCard, ContentCard } from "./blog-card";
|
|
289
513
|
import { CategoryFilter } from "./category-filter";
|
|
290
514
|
import { Pagination } from "./pagination";
|
|
515
|
+
import {
|
|
516
|
+
ParallelTimeline
|
|
517
|
+
} from "./parallel-timeline";
|
|
291
518
|
import { SearchBar } from "./search-bar";
|
|
292
519
|
import {
|
|
293
520
|
ScopeSelector
|
|
@@ -300,7 +527,9 @@ import {
|
|
|
300
527
|
} from "./share-section";
|
|
301
528
|
import { SearchDialog } from "./search-dialog";
|
|
302
529
|
import { LangProvider } from "./lang-provider";
|
|
530
|
+
import { ThemePresetProvider } from "./theme-preset-provider";
|
|
303
531
|
import { ThemeProvider } from "./theme-provider";
|
|
532
|
+
import { ThemeSwitcher } from "./theme-switcher";
|
|
304
533
|
import { ThemeToggle } from "./theme-toggle";
|
|
305
534
|
import {
|
|
306
535
|
CandlestickChart
|
|
@@ -315,15 +544,29 @@ import {
|
|
|
315
544
|
OrderBook
|
|
316
545
|
} from "./order-book";
|
|
317
546
|
import { ProfileSection } from "./profile-section";
|
|
547
|
+
import {
|
|
548
|
+
PromptTemplates
|
|
549
|
+
} from "./prompt-templates";
|
|
318
550
|
import {
|
|
319
551
|
PlanBadge
|
|
320
552
|
} from "./plan-badge";
|
|
553
|
+
import {
|
|
554
|
+
PricingPlan,
|
|
555
|
+
PricingTable
|
|
556
|
+
} from "./pricing-table";
|
|
321
557
|
import {
|
|
322
558
|
RoleBadge
|
|
323
559
|
} from "./role-badge";
|
|
560
|
+
import {
|
|
561
|
+
RouteMap
|
|
562
|
+
} from "./route-map";
|
|
324
563
|
import {
|
|
325
564
|
SparklineGrid
|
|
326
565
|
} from "./sparkline-grid";
|
|
566
|
+
import {
|
|
567
|
+
StoryMap,
|
|
568
|
+
StoryMapChapter
|
|
569
|
+
} from "./story-map";
|
|
327
570
|
import {
|
|
328
571
|
SubscriptionCard
|
|
329
572
|
} from "./subscription-card";
|
|
@@ -337,10 +580,27 @@ import {
|
|
|
337
580
|
} from "./watchlist";
|
|
338
581
|
import { BarChart, LineChart } from "./chart";
|
|
339
582
|
import { AreaChart } from "./chart";
|
|
583
|
+
import {
|
|
584
|
+
ContributionGraph
|
|
585
|
+
} from "./contribution-graph";
|
|
586
|
+
import { GaugeChart } from "./gauge-chart";
|
|
587
|
+
import { PieChart } from "./pie-chart";
|
|
588
|
+
import {
|
|
589
|
+
RadarChart
|
|
590
|
+
} from "./radar-chart";
|
|
591
|
+
import {
|
|
592
|
+
SankeyChart
|
|
593
|
+
} from "./sankey-chart";
|
|
340
594
|
import { LiveFeed } from "./live-feed";
|
|
341
595
|
import {
|
|
342
596
|
MetricGauge
|
|
343
597
|
} from "./metric-gauge";
|
|
598
|
+
import {
|
|
599
|
+
ModelComparison,
|
|
600
|
+
ModelComparisonColumn,
|
|
601
|
+
ModelComparisonMeta,
|
|
602
|
+
ModelComparisonVote
|
|
603
|
+
} from "./model-comparison";
|
|
344
604
|
import {
|
|
345
605
|
SeverityBadge,
|
|
346
606
|
severityBadgeVariants
|
|
@@ -364,6 +624,10 @@ import {
|
|
|
364
624
|
import {
|
|
365
625
|
Checklist
|
|
366
626
|
} from "./checklist";
|
|
627
|
+
import {
|
|
628
|
+
CivilizationCard,
|
|
629
|
+
CivilizationComparison
|
|
630
|
+
} from "./civilization-card";
|
|
367
631
|
import {
|
|
368
632
|
CodePlayground,
|
|
369
633
|
FileTree
|
|
@@ -372,6 +636,18 @@ import {
|
|
|
372
636
|
BeforeAfter,
|
|
373
637
|
Comparison
|
|
374
638
|
} from "./comparison";
|
|
639
|
+
import {
|
|
640
|
+
EmptyState,
|
|
641
|
+
emptyStateVariants
|
|
642
|
+
} from "./empty-state";
|
|
643
|
+
import {
|
|
644
|
+
EraColumn,
|
|
645
|
+
EraComparison,
|
|
646
|
+
EraDomain,
|
|
647
|
+
EraFigure,
|
|
648
|
+
EraHighlight,
|
|
649
|
+
useEraColumnColor
|
|
650
|
+
} from "./era-comparison";
|
|
375
651
|
import { Exercise } from "./exercise";
|
|
376
652
|
import { FAQ, FAQItem } from "./faq";
|
|
377
653
|
import { Flashcard } from "./flashcard";
|
|
@@ -384,10 +660,38 @@ import {
|
|
|
384
660
|
Prerequisites,
|
|
385
661
|
Summary
|
|
386
662
|
} from "./learning-objectives";
|
|
663
|
+
import {
|
|
664
|
+
Curriculum,
|
|
665
|
+
CurriculumLesson,
|
|
666
|
+
CurriculumModule
|
|
667
|
+
} from "./curriculum";
|
|
668
|
+
import {
|
|
669
|
+
PrimarySourceAnnotation,
|
|
670
|
+
PrimarySourceAnnotations,
|
|
671
|
+
PrimarySourceContext,
|
|
672
|
+
PrimarySourceMetadata,
|
|
673
|
+
PrimarySourceQuestions,
|
|
674
|
+
PrimarySourceRotate,
|
|
675
|
+
PrimarySourceToolbar,
|
|
676
|
+
PrimarySourceTranscription,
|
|
677
|
+
PrimarySourceViewer,
|
|
678
|
+
PrimarySourceZoomIn,
|
|
679
|
+
PrimarySourceZoomOut
|
|
680
|
+
} from "./primary-source-viewer";
|
|
387
681
|
import { ProgressBar } from "./progress-bar";
|
|
388
682
|
import {
|
|
389
683
|
ProgressCard
|
|
390
684
|
} from "./progress-card";
|
|
685
|
+
import {
|
|
686
|
+
ProgressTracker,
|
|
687
|
+
ProgressTrackerBadge,
|
|
688
|
+
ProgressTrackerModule,
|
|
689
|
+
ProgressTrackerModules,
|
|
690
|
+
ProgressTrackerOverview,
|
|
691
|
+
ProgressTrackerStat,
|
|
692
|
+
ProgressTrackerStats,
|
|
693
|
+
useProgressTrackerContext
|
|
694
|
+
} from "./progress-tracker";
|
|
391
695
|
import {
|
|
392
696
|
CommonMistake,
|
|
393
697
|
ProTip
|
|
@@ -439,9 +743,21 @@ import {
|
|
|
439
743
|
import {
|
|
440
744
|
FloatingActionButton
|
|
441
745
|
} from "./floating-action-button";
|
|
746
|
+
import {
|
|
747
|
+
FloatingToolbar
|
|
748
|
+
} from "./floating-toolbar";
|
|
749
|
+
import {
|
|
750
|
+
SelectionHalo
|
|
751
|
+
} from "./selection-halo";
|
|
752
|
+
import {
|
|
753
|
+
SnapGuides
|
|
754
|
+
} from "./snap-guides";
|
|
442
755
|
import {
|
|
443
756
|
KeyboardShortcutsHelp
|
|
444
757
|
} from "./keyboard-shortcuts-help";
|
|
758
|
+
import {
|
|
759
|
+
KnowledgeCheck
|
|
760
|
+
} from "./knowledge-check";
|
|
445
761
|
import {
|
|
446
762
|
Slideshow
|
|
447
763
|
} from "./slideshow";
|
|
@@ -459,9 +775,21 @@ import {
|
|
|
459
775
|
import {
|
|
460
776
|
HorizontalScrollRow
|
|
461
777
|
} from "./horizontal-scroll-row";
|
|
778
|
+
import {
|
|
779
|
+
FollowMode
|
|
780
|
+
} from "./follow-mode";
|
|
781
|
+
import {
|
|
782
|
+
HandoffBeacon
|
|
783
|
+
} from "./handoff-beacon";
|
|
784
|
+
import {
|
|
785
|
+
HeatMapOverlay
|
|
786
|
+
} from "./heat-map-overlay";
|
|
462
787
|
import {
|
|
463
788
|
ViewSwitcher
|
|
464
789
|
} from "./view-switcher";
|
|
790
|
+
import {
|
|
791
|
+
WorkspaceSwitcher
|
|
792
|
+
} from "./workspace-switcher";
|
|
465
793
|
import {
|
|
466
794
|
FlowControls,
|
|
467
795
|
FlowDiagram,
|
|
@@ -469,15 +797,228 @@ import {
|
|
|
469
797
|
FlowFullscreen,
|
|
470
798
|
useFlowDiagram
|
|
471
799
|
} from "./flow-diagram";
|
|
800
|
+
import {
|
|
801
|
+
GanttChart
|
|
802
|
+
} from "./gantt-chart";
|
|
803
|
+
import {
|
|
804
|
+
AlertPulse
|
|
805
|
+
} from "./alert-pulse";
|
|
806
|
+
import { AnchorPort } from "./anchor-port";
|
|
807
|
+
import {
|
|
808
|
+
BottomActivityStrip
|
|
809
|
+
} from "./bottom-activity-strip";
|
|
810
|
+
import {
|
|
811
|
+
CommentPin
|
|
812
|
+
} from "./comment-pin";
|
|
813
|
+
import {
|
|
814
|
+
ConnectorEdge
|
|
815
|
+
} from "./connector-edge";
|
|
816
|
+
import {
|
|
817
|
+
ContextLens
|
|
818
|
+
} from "./context-lens";
|
|
819
|
+
import { EdgeLabel } from "./edge-label";
|
|
820
|
+
import { GroupHull } from "./group-hull";
|
|
821
|
+
import {
|
|
822
|
+
HeatOverlay
|
|
823
|
+
} from "./heat-overlay";
|
|
824
|
+
import {
|
|
825
|
+
JarvisDock
|
|
826
|
+
} from "./jarvis-dock";
|
|
827
|
+
import {
|
|
828
|
+
LiveCursor
|
|
829
|
+
} from "./live-cursor";
|
|
830
|
+
import {
|
|
831
|
+
MetricCluster
|
|
832
|
+
} from "./metric-cluster";
|
|
833
|
+
import {
|
|
834
|
+
MultiSelectLasso
|
|
835
|
+
} from "./multi-select-lasso";
|
|
836
|
+
import {
|
|
837
|
+
ObjectCard
|
|
838
|
+
} from "./object-card";
|
|
839
|
+
import { ObjectHandle } from "./object-handle";
|
|
840
|
+
import {
|
|
841
|
+
ObjectInspector
|
|
842
|
+
} from "./object-inspector";
|
|
843
|
+
import {
|
|
844
|
+
PlaybackGhost
|
|
845
|
+
} from "./playback-ghost";
|
|
846
|
+
import {
|
|
847
|
+
PolicyDeliveryPanel
|
|
848
|
+
} from "./policy-delivery-panel";
|
|
849
|
+
import {
|
|
850
|
+
PresenceStack
|
|
851
|
+
} from "./presence-stack";
|
|
852
|
+
import {
|
|
853
|
+
PresenceSyncIndicator
|
|
854
|
+
} from "./presence-sync-indicator";
|
|
855
|
+
import {
|
|
856
|
+
PropertySection
|
|
857
|
+
} from "./property-section";
|
|
858
|
+
import {
|
|
859
|
+
RelationshipInspector
|
|
860
|
+
} from "./relationship-inspector";
|
|
861
|
+
import {
|
|
862
|
+
RoutingAssignmentPanel
|
|
863
|
+
} from "./routing-assignment-panel";
|
|
864
|
+
import {
|
|
865
|
+
RunTimeline
|
|
866
|
+
} from "./run-timeline";
|
|
867
|
+
import {
|
|
868
|
+
RuntimeOverviewPanel
|
|
869
|
+
} from "./runtime-overview-panel";
|
|
870
|
+
import {
|
|
871
|
+
SelectionPresence
|
|
872
|
+
} from "./selection-presence";
|
|
873
|
+
import {
|
|
874
|
+
StateBadgeOverlay
|
|
875
|
+
} from "./state-badge-overlay";
|
|
876
|
+
import {
|
|
877
|
+
StickyMetric
|
|
878
|
+
} from "./sticky-metric";
|
|
879
|
+
import {
|
|
880
|
+
ThreadBubble
|
|
881
|
+
} from "./thread-bubble";
|
|
882
|
+
import {
|
|
883
|
+
ThresholdRing
|
|
884
|
+
} from "./threshold-ring";
|
|
885
|
+
import {
|
|
886
|
+
TimelineScrubber
|
|
887
|
+
} from "./timeline-scrubber";
|
|
888
|
+
import {
|
|
889
|
+
ConversationEmpty,
|
|
890
|
+
ConversationHeader,
|
|
891
|
+
ConversationLoading,
|
|
892
|
+
ConversationMessages,
|
|
893
|
+
ConversationScrollButton,
|
|
894
|
+
ConversationSuggestions,
|
|
895
|
+
ConversationThread,
|
|
896
|
+
ConversationTitle
|
|
897
|
+
} from "./conversation-thread";
|
|
472
898
|
import { InlineInput } from "./inline-input";
|
|
899
|
+
import {
|
|
900
|
+
InteractiveTimeline,
|
|
901
|
+
InteractiveTimelineFilter,
|
|
902
|
+
InteractiveTimelineToday,
|
|
903
|
+
InteractiveTimelineToolbar,
|
|
904
|
+
InteractiveTimelineZoomIn,
|
|
905
|
+
InteractiveTimelineZoomOut
|
|
906
|
+
} from "./interactive-timeline";
|
|
473
907
|
import {
|
|
474
908
|
ModelSelector
|
|
475
909
|
} from "./model-selector";
|
|
476
910
|
import { SidebarToggle } from "./sidebar-toggle";
|
|
477
911
|
import { ThinkingBlock } from "./thinking-block";
|
|
912
|
+
import { AnimatedBeam } from "./animated-beam";
|
|
913
|
+
import {
|
|
914
|
+
AnimatedGridPattern
|
|
915
|
+
} from "./animated-grid-pattern";
|
|
916
|
+
import { AnimatedList } from "./animated-list";
|
|
917
|
+
import {
|
|
918
|
+
AnimatedTabs
|
|
919
|
+
} from "./animated-tabs";
|
|
920
|
+
import {
|
|
921
|
+
AnimatedTestimonials
|
|
922
|
+
} from "./animated-testimonials";
|
|
923
|
+
import {
|
|
924
|
+
AnimatedTooltip
|
|
925
|
+
} from "./animated-tooltip";
|
|
926
|
+
import {
|
|
927
|
+
BentoCard,
|
|
928
|
+
BentoGrid
|
|
929
|
+
} from "./bento-grid";
|
|
930
|
+
import { BlurReveal } from "./blur-reveal";
|
|
931
|
+
import { CardFlip } from "./card-flip";
|
|
932
|
+
import { Cursor } from "./cursor";
|
|
933
|
+
import { Dock, DockIcon } from "./dock";
|
|
934
|
+
import { DotPattern } from "./dot-pattern";
|
|
935
|
+
import {
|
|
936
|
+
ExpandableCards
|
|
937
|
+
} from "./expandable-cards";
|
|
938
|
+
import { FloatingNavbar } from "./floating-navbar";
|
|
939
|
+
import { GlassCard } from "./glass-card";
|
|
940
|
+
import { GlassProgress } from "./glass-progress";
|
|
941
|
+
import { LiquidGlass } from "./liquid-glass";
|
|
942
|
+
import { Magnetic } from "./magnetic";
|
|
943
|
+
import { MagneticButton } from "./magnetic-button";
|
|
944
|
+
import { Meteors } from "./meteors";
|
|
945
|
+
import { Particles } from "./particles";
|
|
946
|
+
import {
|
|
947
|
+
ProgressiveBlur
|
|
948
|
+
} from "./progressive-blur";
|
|
949
|
+
import {
|
|
950
|
+
RevealText
|
|
951
|
+
} from "./reveal-text";
|
|
952
|
+
import { ScrambleText } from "./scramble-text";
|
|
953
|
+
import { ScrollProgress } from "./scroll-progress";
|
|
954
|
+
import { ShimmerButton } from "./shimmer-button";
|
|
955
|
+
import { ShimmerText } from "./shimmer-text";
|
|
956
|
+
import { ShineBorder } from "./shine-border";
|
|
957
|
+
import { ShinyButton } from "./shiny-button";
|
|
958
|
+
import { Sparkles } from "./sparkles";
|
|
959
|
+
import { SpinningText } from "./spinning-text";
|
|
960
|
+
import { SpotlightCard } from "./spotlight-card";
|
|
961
|
+
import {
|
|
962
|
+
TextAnimate
|
|
963
|
+
} from "./text-animate";
|
|
964
|
+
import { TextReveal } from "./text-reveal";
|
|
965
|
+
import { TextShimmer } from "./text-shimmer";
|
|
966
|
+
import { TiltCard } from "./tilt-card";
|
|
967
|
+
import { Typewriter } from "./typewriter";
|
|
968
|
+
import { Reasoning } from "./reasoning";
|
|
969
|
+
import {
|
|
970
|
+
ChainOfThought
|
|
971
|
+
} from "./chain-of-thought";
|
|
972
|
+
import { PromptInput } from "./prompt-input";
|
|
973
|
+
import {
|
|
974
|
+
Blockquote,
|
|
975
|
+
H1,
|
|
976
|
+
H2,
|
|
977
|
+
H3,
|
|
978
|
+
H4,
|
|
979
|
+
InlineCode,
|
|
980
|
+
Lead,
|
|
981
|
+
List,
|
|
982
|
+
Muted,
|
|
983
|
+
P,
|
|
984
|
+
typographyVariants
|
|
985
|
+
} from "./typography";
|
|
986
|
+
import { Link, linkVariants } from "./link";
|
|
987
|
+
import {
|
|
988
|
+
Toolbar,
|
|
989
|
+
ToolbarSeparator
|
|
990
|
+
} from "./toolbar";
|
|
991
|
+
import { Meter, meterFillVariants } from "./meter";
|
|
992
|
+
import { QrCode } from "./qr-code";
|
|
993
|
+
import { Grid } from "./grid";
|
|
994
|
+
import {
|
|
995
|
+
Panel,
|
|
996
|
+
PanelBody,
|
|
997
|
+
PanelDescription,
|
|
998
|
+
PanelFooter,
|
|
999
|
+
PanelHeader,
|
|
1000
|
+
PanelTitle
|
|
1001
|
+
} from "./panel";
|
|
478
1002
|
export {
|
|
1003
|
+
AIArtifact,
|
|
1004
|
+
AIArtifactContent,
|
|
1005
|
+
AIArtifactCopyButton,
|
|
1006
|
+
AIArtifactDownloadButton,
|
|
1007
|
+
AIArtifactEditButton,
|
|
1008
|
+
AIArtifactFullscreenButton,
|
|
1009
|
+
AIArtifactToolbar,
|
|
1010
|
+
AIArtifactVersion,
|
|
1011
|
+
AIArtifactVersions,
|
|
479
1012
|
AIChatInput,
|
|
480
1013
|
AIMessageBubble,
|
|
1014
|
+
AISidebar,
|
|
1015
|
+
AISidebarClose,
|
|
1016
|
+
AISidebarContent,
|
|
1017
|
+
AISidebarFooter,
|
|
1018
|
+
AISidebarHeader,
|
|
1019
|
+
AISidebarProvider,
|
|
1020
|
+
AISidebarTitle,
|
|
1021
|
+
AISidebarTrigger,
|
|
481
1022
|
AISourceCitation,
|
|
482
1023
|
AIStreamingText,
|
|
483
1024
|
AIToolCallDisplay,
|
|
@@ -487,6 +1028,12 @@ export {
|
|
|
487
1028
|
AccordionTrigger,
|
|
488
1029
|
ActivityHeatmap,
|
|
489
1030
|
ActivityLog,
|
|
1031
|
+
AgentActivity,
|
|
1032
|
+
AgentStep,
|
|
1033
|
+
AgentStepDetail,
|
|
1034
|
+
AgentStepDuration,
|
|
1035
|
+
AgentStepProgress,
|
|
1036
|
+
AgentStepTitle,
|
|
490
1037
|
Alert,
|
|
491
1038
|
AlertDescription,
|
|
492
1039
|
AlertDialog,
|
|
@@ -500,28 +1047,49 @@ export {
|
|
|
500
1047
|
AlertDialogPortal,
|
|
501
1048
|
AlertDialogTitle,
|
|
502
1049
|
AlertDialogTrigger,
|
|
1050
|
+
AlertPulse,
|
|
503
1051
|
AlertTitle,
|
|
1052
|
+
AnchorPort,
|
|
1053
|
+
AnimatedBeam,
|
|
1054
|
+
AnimatedGridPattern,
|
|
1055
|
+
AnimatedList,
|
|
1056
|
+
AnimatedTabs,
|
|
1057
|
+
AnimatedTestimonials,
|
|
504
1058
|
AnimatedText,
|
|
1059
|
+
AnimatedTooltip,
|
|
505
1060
|
Annotation,
|
|
506
1061
|
AreaChart,
|
|
507
1062
|
AspectRatio,
|
|
1063
|
+
AutoReload,
|
|
508
1064
|
Avatar,
|
|
509
1065
|
AvatarFallback,
|
|
510
1066
|
AvatarGroup,
|
|
511
1067
|
AvatarImage,
|
|
512
1068
|
Badge,
|
|
1069
|
+
Banner,
|
|
1070
|
+
BannerAction,
|
|
513
1071
|
BarChart,
|
|
514
1072
|
BeforeAfter,
|
|
1073
|
+
BentoCard,
|
|
1074
|
+
BentoGrid,
|
|
1075
|
+
Blockquote,
|
|
515
1076
|
BlogCard,
|
|
1077
|
+
BlurReveal,
|
|
516
1078
|
BorderBeam,
|
|
1079
|
+
BottomActivityStrip,
|
|
1080
|
+
BottomBar,
|
|
517
1081
|
Breadcrumb,
|
|
518
1082
|
Button,
|
|
1083
|
+
ButtonGroup,
|
|
519
1084
|
Calendar,
|
|
520
1085
|
Callout,
|
|
521
1086
|
CandlestickChart,
|
|
1087
|
+
CanvasShell,
|
|
1088
|
+
CanvasView,
|
|
522
1089
|
Card,
|
|
523
1090
|
CardContent,
|
|
524
1091
|
CardDescription,
|
|
1092
|
+
CardFlip,
|
|
525
1093
|
CardFooter,
|
|
526
1094
|
CardHeader,
|
|
527
1095
|
CardTitle,
|
|
@@ -531,13 +1099,25 @@ export {
|
|
|
531
1099
|
CarouselNext,
|
|
532
1100
|
CarouselPrevious,
|
|
533
1101
|
CategoryFilter,
|
|
1102
|
+
ChainOfThought,
|
|
1103
|
+
ChatDockSection,
|
|
534
1104
|
Checkbox,
|
|
1105
|
+
CheckboxGroup,
|
|
1106
|
+
CheckboxGroupItem,
|
|
535
1107
|
Checklist,
|
|
1108
|
+
ChoroplethLegend,
|
|
1109
|
+
ChoroplethMap,
|
|
1110
|
+
ChoroplethTooltip,
|
|
1111
|
+
ChronoEvent,
|
|
1112
|
+
ChronologicalTimeline,
|
|
1113
|
+
CivilizationCard,
|
|
1114
|
+
CivilizationComparison,
|
|
536
1115
|
CodeBlock,
|
|
537
1116
|
CodePlayground,
|
|
538
1117
|
Collapsible,
|
|
539
1118
|
CollapsibleContent,
|
|
540
1119
|
CollapsibleTrigger,
|
|
1120
|
+
ColorPicker,
|
|
541
1121
|
Combobox,
|
|
542
1122
|
Command,
|
|
543
1123
|
CommandDialog,
|
|
@@ -548,11 +1128,14 @@ export {
|
|
|
548
1128
|
CommandList,
|
|
549
1129
|
CommandSeparator,
|
|
550
1130
|
CommandShortcut,
|
|
1131
|
+
CommentPin,
|
|
551
1132
|
CommonMistake,
|
|
552
1133
|
Comparison,
|
|
553
1134
|
CompletionDialog,
|
|
1135
|
+
ConnectorEdge,
|
|
554
1136
|
ContentCard,
|
|
555
1137
|
ContentIntro,
|
|
1138
|
+
ContextLens,
|
|
556
1139
|
ContextMenu,
|
|
557
1140
|
ContextMenuCheckboxItem,
|
|
558
1141
|
ContextMenuContent,
|
|
@@ -568,15 +1151,31 @@ export {
|
|
|
568
1151
|
ContextMenuSubContent,
|
|
569
1152
|
ContextMenuSubTrigger,
|
|
570
1153
|
ContextMenuTrigger,
|
|
1154
|
+
ContributionGraph,
|
|
1155
|
+
ConversationEmpty,
|
|
1156
|
+
ConversationHeader,
|
|
1157
|
+
ConversationLoading,
|
|
1158
|
+
ConversationMessages,
|
|
1159
|
+
ConversationScrollButton,
|
|
1160
|
+
ConversationSuggestions,
|
|
1161
|
+
ConversationThread,
|
|
1162
|
+
ConversationTitle,
|
|
571
1163
|
CookieConsent,
|
|
1164
|
+
CopyButton,
|
|
572
1165
|
CountdownTimer,
|
|
573
1166
|
CreditBadge,
|
|
1167
|
+
Curriculum,
|
|
1168
|
+
CurriculumLesson,
|
|
1169
|
+
CurriculumModule,
|
|
1170
|
+
Cursor,
|
|
574
1171
|
DataList,
|
|
575
1172
|
DataListItem,
|
|
576
1173
|
DataListLabel,
|
|
577
1174
|
DataListValue,
|
|
578
1175
|
DataTable,
|
|
1176
|
+
DateField,
|
|
579
1177
|
DatePicker,
|
|
1178
|
+
DateRangePicker,
|
|
580
1179
|
Dialog,
|
|
581
1180
|
DialogClose,
|
|
582
1181
|
DialogContent,
|
|
@@ -587,6 +1186,10 @@ export {
|
|
|
587
1186
|
DialogPortal,
|
|
588
1187
|
DialogTitle,
|
|
589
1188
|
DialogTrigger,
|
|
1189
|
+
Dock,
|
|
1190
|
+
DockIcon,
|
|
1191
|
+
DocumentSiblingNav,
|
|
1192
|
+
DotPattern,
|
|
590
1193
|
Drawer,
|
|
591
1194
|
DrawerClose,
|
|
592
1195
|
DrawerContent,
|
|
@@ -612,38 +1215,131 @@ export {
|
|
|
612
1215
|
DropdownMenuSubContent,
|
|
613
1216
|
DropdownMenuSubTrigger,
|
|
614
1217
|
DropdownMenuTrigger,
|
|
1218
|
+
EdgeLabel,
|
|
1219
|
+
EmptyState,
|
|
1220
|
+
EraColumn,
|
|
1221
|
+
EraComparison,
|
|
1222
|
+
EraDomain,
|
|
1223
|
+
EraFigure,
|
|
1224
|
+
EraHighlight,
|
|
615
1225
|
Exercise,
|
|
1226
|
+
ExpandableCards,
|
|
616
1227
|
FAQ,
|
|
617
1228
|
FAQItem,
|
|
1229
|
+
Field,
|
|
1230
|
+
FieldControl,
|
|
1231
|
+
FieldDescription,
|
|
1232
|
+
FieldError,
|
|
1233
|
+
FieldLabel,
|
|
1234
|
+
Fieldset,
|
|
1235
|
+
FieldsetContent,
|
|
1236
|
+
FieldsetLegend,
|
|
618
1237
|
FileTree,
|
|
619
1238
|
FileUpload,
|
|
620
1239
|
FilterBar,
|
|
621
1240
|
Flashcard,
|
|
622
1241
|
FloatingActionButton,
|
|
1242
|
+
FloatingNavbar,
|
|
1243
|
+
FloatingToolbar,
|
|
623
1244
|
FlowControls,
|
|
624
1245
|
FlowDiagram,
|
|
625
1246
|
FlowErrorBoundary,
|
|
626
1247
|
FlowFullscreen,
|
|
1248
|
+
FollowMode,
|
|
1249
|
+
Form,
|
|
1250
|
+
FormControl,
|
|
1251
|
+
FormDescription,
|
|
1252
|
+
FormField,
|
|
1253
|
+
FormItem,
|
|
1254
|
+
FormLabel,
|
|
1255
|
+
FormMessage,
|
|
1256
|
+
GanttChart,
|
|
1257
|
+
GaugeChart,
|
|
1258
|
+
GeographyQuizMap,
|
|
1259
|
+
GeographyQuizMapPrompt,
|
|
1260
|
+
GeographyQuizMapResults,
|
|
1261
|
+
GeographyQuizMapScore,
|
|
1262
|
+
GlassCard,
|
|
1263
|
+
GlassPanel,
|
|
1264
|
+
GlassProgress,
|
|
1265
|
+
Globe3D,
|
|
1266
|
+
GlobeArc,
|
|
1267
|
+
GlobeMarker,
|
|
627
1268
|
Glossary,
|
|
1269
|
+
Grid,
|
|
1270
|
+
GroupHull,
|
|
1271
|
+
H1,
|
|
1272
|
+
H2,
|
|
1273
|
+
H3,
|
|
1274
|
+
H4,
|
|
1275
|
+
HandoffBeacon,
|
|
1276
|
+
HeatMapOverlay,
|
|
1277
|
+
HeatOverlay,
|
|
628
1278
|
Highlight,
|
|
1279
|
+
HistoricTimeline,
|
|
1280
|
+
HistoricalFigureCard,
|
|
629
1281
|
HorizontalScrollRow,
|
|
630
1282
|
HoverCard,
|
|
631
1283
|
HoverCardContent,
|
|
632
1284
|
HoverCardTrigger,
|
|
1285
|
+
InfinitePlane,
|
|
1286
|
+
InlineCode,
|
|
633
1287
|
InlineInput,
|
|
634
1288
|
Input,
|
|
1289
|
+
InputGroup,
|
|
1290
|
+
InputGroupAddon,
|
|
1291
|
+
InputGroupInput,
|
|
635
1292
|
InputOTP,
|
|
636
1293
|
InputOTPGroup,
|
|
637
1294
|
InputOTPSeparator,
|
|
638
1295
|
InputOTPSlot,
|
|
1296
|
+
InteractiveTimeline,
|
|
1297
|
+
InteractiveTimelineFilter,
|
|
1298
|
+
InteractiveTimelineToday,
|
|
1299
|
+
InteractiveTimelineToolbar,
|
|
1300
|
+
InteractiveTimelineZoomIn,
|
|
1301
|
+
InteractiveTimelineZoomOut,
|
|
1302
|
+
Item,
|
|
1303
|
+
ItemActions,
|
|
1304
|
+
ItemContent,
|
|
1305
|
+
ItemDescription,
|
|
1306
|
+
ItemMedia,
|
|
1307
|
+
ItemTitle,
|
|
1308
|
+
JarvisDock,
|
|
1309
|
+
Kbd,
|
|
639
1310
|
KeyConcept,
|
|
640
1311
|
KeyboardShortcutsHelp,
|
|
1312
|
+
KnowledgeCheck,
|
|
641
1313
|
Label,
|
|
642
1314
|
LangProvider,
|
|
1315
|
+
Lead,
|
|
643
1316
|
LearningObjectives,
|
|
1317
|
+
LeftRail,
|
|
644
1318
|
LineChart,
|
|
1319
|
+
Link,
|
|
1320
|
+
LiquidGlass,
|
|
1321
|
+
List,
|
|
1322
|
+
ListBox,
|
|
1323
|
+
ListBoxItem,
|
|
1324
|
+
LiveCursor,
|
|
645
1325
|
LiveFeed,
|
|
646
1326
|
MDXContent,
|
|
1327
|
+
Magnetic,
|
|
1328
|
+
MagneticButton,
|
|
1329
|
+
Map2D,
|
|
1330
|
+
MapControls,
|
|
1331
|
+
MapLayer,
|
|
1332
|
+
MapMarker,
|
|
1333
|
+
MapMarkerIcon,
|
|
1334
|
+
MapPopup,
|
|
1335
|
+
MapTimeline,
|
|
1336
|
+
MapTimelineControls,
|
|
1337
|
+
MapTimelineEvent,
|
|
1338
|
+
MapTimelineLayer,
|
|
1339
|
+
MapTimelinePlayButton,
|
|
1340
|
+
MapTimelineSlider,
|
|
1341
|
+
MapZoomIn,
|
|
1342
|
+
MapZoomOut,
|
|
647
1343
|
MarketTreemap,
|
|
648
1344
|
Marquee,
|
|
649
1345
|
Menubar,
|
|
@@ -662,8 +1358,20 @@ export {
|
|
|
662
1358
|
MenubarSubContent,
|
|
663
1359
|
MenubarSubTrigger,
|
|
664
1360
|
MenubarTrigger,
|
|
1361
|
+
Meteors,
|
|
1362
|
+
Meter,
|
|
1363
|
+
MetricCluster,
|
|
665
1364
|
MetricGauge,
|
|
1365
|
+
MiniMapPanel,
|
|
1366
|
+
ModelComparison,
|
|
1367
|
+
ModelComparisonColumn,
|
|
1368
|
+
ModelComparisonMeta,
|
|
1369
|
+
ModelComparisonVote,
|
|
666
1370
|
ModelSelector,
|
|
1371
|
+
MultiSelect,
|
|
1372
|
+
MultiSelectLasso,
|
|
1373
|
+
Muted,
|
|
1374
|
+
NativeSelect,
|
|
667
1375
|
NavbarSaas,
|
|
668
1376
|
NavigationMenu,
|
|
669
1377
|
NavigationMenuContent,
|
|
@@ -673,34 +1381,96 @@ export {
|
|
|
673
1381
|
NavigationMenuList,
|
|
674
1382
|
NavigationMenuTrigger,
|
|
675
1383
|
NavigationMenuViewport,
|
|
1384
|
+
NewsletterSignup,
|
|
676
1385
|
NumberInput,
|
|
677
1386
|
NumberTicker,
|
|
1387
|
+
ObjectCard,
|
|
1388
|
+
ObjectHandle,
|
|
1389
|
+
ObjectInspector,
|
|
678
1390
|
OrderBook,
|
|
1391
|
+
OverviewBoard,
|
|
1392
|
+
OverviewCard,
|
|
1393
|
+
P,
|
|
679
1394
|
Pagination,
|
|
1395
|
+
Panel,
|
|
1396
|
+
PanelBody,
|
|
1397
|
+
PanelDescription,
|
|
1398
|
+
PanelFooter,
|
|
1399
|
+
PanelHeader,
|
|
1400
|
+
PanelTitle,
|
|
1401
|
+
ParallelTimeline,
|
|
1402
|
+
Particles,
|
|
680
1403
|
PasswordInput,
|
|
1404
|
+
PhoneInput,
|
|
1405
|
+
PieChart,
|
|
681
1406
|
PlanBadge,
|
|
1407
|
+
PlaybackGhost,
|
|
1408
|
+
PolicyDeliveryPanel,
|
|
682
1409
|
Popover,
|
|
683
1410
|
PopoverAnchor,
|
|
684
1411
|
PopoverContent,
|
|
685
1412
|
PopoverTrigger,
|
|
686
1413
|
Prerequisites,
|
|
1414
|
+
PresenceStack,
|
|
1415
|
+
PresenceSyncIndicator,
|
|
1416
|
+
PricingPlan,
|
|
1417
|
+
PricingTable,
|
|
1418
|
+
PrimarySourceAnnotation,
|
|
1419
|
+
PrimarySourceAnnotations,
|
|
1420
|
+
PrimarySourceContext,
|
|
1421
|
+
PrimarySourceMetadata,
|
|
1422
|
+
PrimarySourceQuestions,
|
|
1423
|
+
PrimarySourceRotate,
|
|
1424
|
+
PrimarySourceToolbar,
|
|
1425
|
+
PrimarySourceTranscription,
|
|
1426
|
+
PrimarySourceViewer,
|
|
1427
|
+
PrimarySourceZoomIn,
|
|
1428
|
+
PrimarySourceZoomOut,
|
|
687
1429
|
ProTip,
|
|
688
1430
|
ProfileSection,
|
|
689
1431
|
ProgressBar,
|
|
690
1432
|
ProgressCard,
|
|
1433
|
+
ProgressTracker,
|
|
1434
|
+
ProgressTrackerBadge,
|
|
1435
|
+
ProgressTrackerModule,
|
|
1436
|
+
ProgressTrackerModules,
|
|
1437
|
+
ProgressTrackerOverview,
|
|
1438
|
+
ProgressTrackerStat,
|
|
1439
|
+
ProgressTrackerStats,
|
|
1440
|
+
ProgressiveBlur,
|
|
1441
|
+
PromptInput,
|
|
1442
|
+
PromptTemplates,
|
|
1443
|
+
PropertySection,
|
|
1444
|
+
QrCode,
|
|
691
1445
|
Quiz,
|
|
1446
|
+
RadarChart,
|
|
692
1447
|
RadioGroup,
|
|
693
1448
|
RadioGroupItem,
|
|
1449
|
+
RangeCalendar,
|
|
694
1450
|
Rating,
|
|
1451
|
+
Reasoning,
|
|
1452
|
+
RelationshipInspector,
|
|
695
1453
|
ResizableHandle,
|
|
696
1454
|
ResizablePanel,
|
|
697
1455
|
ResizablePanelGroup,
|
|
1456
|
+
RevealText,
|
|
1457
|
+
RightDock,
|
|
698
1458
|
RoleBadge,
|
|
1459
|
+
RouteMap,
|
|
1460
|
+
RoutingAssignmentPanel,
|
|
1461
|
+
RunTimeline,
|
|
1462
|
+
RuntimeOverviewPanel,
|
|
1463
|
+
SankeyChart,
|
|
699
1464
|
ScopeSelector,
|
|
1465
|
+
ScrambleText,
|
|
700
1466
|
ScrollArea,
|
|
701
1467
|
ScrollBar,
|
|
1468
|
+
ScrollProgress,
|
|
702
1469
|
SearchBar,
|
|
703
1470
|
SearchDialog,
|
|
1471
|
+
SearchField,
|
|
1472
|
+
SegmentedControl,
|
|
1473
|
+
SegmentedControlItem,
|
|
704
1474
|
Select,
|
|
705
1475
|
SelectContent,
|
|
706
1476
|
SelectGroup,
|
|
@@ -711,6 +1481,8 @@ export {
|
|
|
711
1481
|
SelectSeparator,
|
|
712
1482
|
SelectTrigger,
|
|
713
1483
|
SelectValue,
|
|
1484
|
+
SelectionHalo,
|
|
1485
|
+
SelectionPresence,
|
|
714
1486
|
Separator,
|
|
715
1487
|
SeverityBadge,
|
|
716
1488
|
ShareDialog,
|
|
@@ -725,6 +1497,10 @@ export {
|
|
|
725
1497
|
SheetPortal,
|
|
726
1498
|
SheetTitle,
|
|
727
1499
|
SheetTrigger,
|
|
1500
|
+
ShimmerButton,
|
|
1501
|
+
ShimmerText,
|
|
1502
|
+
ShineBorder,
|
|
1503
|
+
ShinyButton,
|
|
728
1504
|
Sidebar,
|
|
729
1505
|
SidebarProvider,
|
|
730
1506
|
SidebarToggle,
|
|
@@ -732,16 +1508,25 @@ export {
|
|
|
732
1508
|
Skeleton,
|
|
733
1509
|
Slider,
|
|
734
1510
|
Slideshow,
|
|
1511
|
+
SnapGuides,
|
|
735
1512
|
SocialFAB,
|
|
1513
|
+
Sparkles,
|
|
736
1514
|
SparklineGrid,
|
|
737
1515
|
Spinner,
|
|
1516
|
+
SpinningText,
|
|
1517
|
+
SpotlightCard,
|
|
738
1518
|
StatCard,
|
|
1519
|
+
StateBadgeOverlay,
|
|
1520
|
+
StaticCode,
|
|
739
1521
|
StatusBoard,
|
|
740
1522
|
StatusIndicator,
|
|
741
1523
|
Step,
|
|
742
1524
|
StepByStep,
|
|
743
1525
|
StepNavigation,
|
|
744
1526
|
Stepper,
|
|
1527
|
+
StickyMetric,
|
|
1528
|
+
StoryMap,
|
|
1529
|
+
StoryMapChapter,
|
|
745
1530
|
SubscriptionCard,
|
|
746
1531
|
Summary,
|
|
747
1532
|
Switch,
|
|
@@ -760,12 +1545,29 @@ export {
|
|
|
760
1545
|
TabsContent,
|
|
761
1546
|
TabsList,
|
|
762
1547
|
TabsTrigger,
|
|
1548
|
+
TagGroup,
|
|
1549
|
+
TagGroupItem,
|
|
1550
|
+
TagsInput,
|
|
763
1551
|
Terminal,
|
|
1552
|
+
TextAnimate,
|
|
1553
|
+
TextField,
|
|
1554
|
+
TextReveal,
|
|
1555
|
+
TextShimmer,
|
|
764
1556
|
Textarea,
|
|
1557
|
+
ThemePresetProvider,
|
|
765
1558
|
ThemeProvider,
|
|
1559
|
+
ThemeSwitcher,
|
|
766
1560
|
ThemeToggle,
|
|
767
1561
|
ThinkingBlock,
|
|
1562
|
+
ThreadBubble,
|
|
1563
|
+
ThresholdRing,
|
|
768
1564
|
TickerTape,
|
|
1565
|
+
TiltCard,
|
|
1566
|
+
TimeField,
|
|
1567
|
+
TimePicker,
|
|
1568
|
+
Timeline,
|
|
1569
|
+
TimelineItem,
|
|
1570
|
+
TimelineScrubber,
|
|
769
1571
|
Toast,
|
|
770
1572
|
ToastAction,
|
|
771
1573
|
ToastClose,
|
|
@@ -775,42 +1577,80 @@ export {
|
|
|
775
1577
|
Toggle,
|
|
776
1578
|
ToggleGroup,
|
|
777
1579
|
ToggleGroupItem,
|
|
1580
|
+
Toolbar,
|
|
1581
|
+
ToolbarSeparator,
|
|
778
1582
|
Tooltip,
|
|
779
1583
|
TooltipContent,
|
|
780
1584
|
TooltipProvider,
|
|
781
1585
|
TooltipTrigger,
|
|
1586
|
+
TopBar,
|
|
782
1587
|
Tour,
|
|
1588
|
+
TransactionList,
|
|
1589
|
+
TransactionListPinned,
|
|
1590
|
+
TransactionListSubscriptionRow,
|
|
1591
|
+
TreeView,
|
|
783
1592
|
TruncatedText,
|
|
784
1593
|
TutorialCard,
|
|
785
1594
|
TutorialComplete,
|
|
786
1595
|
TutorialFilters,
|
|
787
1596
|
TutorialIntroContent,
|
|
788
1597
|
TutorialMDX,
|
|
1598
|
+
Typewriter,
|
|
789
1599
|
UnicodeSpinner,
|
|
790
1600
|
UsageBreakdown,
|
|
791
1601
|
VideoEmbed,
|
|
792
1602
|
ViewSwitcher,
|
|
1603
|
+
ViewportBookmarks,
|
|
793
1604
|
WalletCard,
|
|
794
1605
|
Watchlist,
|
|
1606
|
+
WorkspaceSwitcher,
|
|
1607
|
+
WorldBreadcrumbs,
|
|
795
1608
|
WorldClockBar,
|
|
1609
|
+
ZoomHUD,
|
|
796
1610
|
alertVariants,
|
|
797
1611
|
avatarGroupVariants,
|
|
798
1612
|
avatarItemVariants,
|
|
799
1613
|
badgeVariants,
|
|
1614
|
+
bannerVariants,
|
|
1615
|
+
buttonGroupVariants,
|
|
800
1616
|
buttonVariants,
|
|
801
1617
|
cookieConsentVariants,
|
|
802
1618
|
dataListItemVariants,
|
|
803
1619
|
dataListVariants,
|
|
1620
|
+
documentSiblingNavVariants,
|
|
804
1621
|
dotVariants,
|
|
1622
|
+
emptyStateVariants,
|
|
1623
|
+
fieldVariants,
|
|
1624
|
+
formatTransactionAmount,
|
|
1625
|
+
formatTransactionDate,
|
|
1626
|
+
inputGroupAddonVariants,
|
|
1627
|
+
inputGroupVariants,
|
|
1628
|
+
itemVariants,
|
|
1629
|
+
kbdVariants,
|
|
1630
|
+
linkVariants,
|
|
805
1631
|
mdxComponents,
|
|
1632
|
+
meterFillVariants,
|
|
806
1633
|
navigationMenuTriggerStyle,
|
|
1634
|
+
newsletterSignupReducer,
|
|
1635
|
+
segmentedControlItemVariants,
|
|
1636
|
+
segmentedControlVariants,
|
|
807
1637
|
severityBadgeVariants,
|
|
808
1638
|
statCardVariants,
|
|
809
1639
|
statusIndicatorVariants,
|
|
1640
|
+
timelineVariants,
|
|
810
1641
|
toast,
|
|
811
1642
|
toggleVariants,
|
|
1643
|
+
typographyVariants,
|
|
1644
|
+
useAIArtifact,
|
|
1645
|
+
useAISidebar,
|
|
1646
|
+
useAgentStepStatus,
|
|
1647
|
+
useCopyToClipboard,
|
|
1648
|
+
useEraColumnColor,
|
|
812
1649
|
useFlowDiagram,
|
|
1650
|
+
useFormField,
|
|
813
1651
|
useMobile,
|
|
1652
|
+
useProgressTrackerContext,
|
|
814
1653
|
useSidebar,
|
|
815
|
-
useSocialFab
|
|
1654
|
+
useSocialFab,
|
|
1655
|
+
useTimelineOrientation
|
|
816
1656
|
};
|