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