@vllnt/ui 0.3.0-canary.f3cafe8 → 0.3.0
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 +16 -5
- package/README.md +1 -1
- package/dist/components/accordion/accordion.js +2 -8
- package/dist/components/activity-heatmap/activity-heatmap.js +22 -29
- package/dist/components/activity-log/activity-log.js +52 -53
- package/dist/components/agent-activity/agent-activity.js +139 -125
- package/dist/components/ai-artifact/ai-artifact.js +115 -76
- package/dist/components/ai-chat-input/ai-chat-input.js +59 -61
- package/dist/components/ai-message-bubble/ai-message-bubble.js +63 -65
- package/dist/components/ai-sidebar/ai-sidebar.js +77 -55
- package/dist/components/ai-source-citation/ai-source-citation.js +38 -32
- package/dist/components/ai-streaming-text/ai-streaming-text.js +33 -35
- package/dist/components/ai-tool-call-display/ai-tool-call-display.js +58 -60
- package/dist/components/alert/alert.js +20 -7
- package/dist/components/alert-dialog/alert-dialog.js +36 -13
- package/dist/components/alert-pulse/alert-pulse.js +69 -69
- package/dist/components/anchor-port/anchor-port.js +26 -28
- package/dist/components/animated-beam/animated-beam.js +157 -0
- package/dist/components/animated-beam/index.js +4 -0
- package/dist/components/animated-grid-pattern/animated-grid-pattern.js +81 -0
- package/dist/components/animated-grid-pattern/index.js +6 -0
- package/dist/components/animated-list/animated-list.js +28 -0
- package/dist/components/animated-list/index.js +4 -0
- package/dist/components/animated-tabs/animated-tabs.js +98 -0
- package/dist/components/animated-tabs/index.js +6 -0
- package/dist/components/animated-testimonials/animated-testimonials.js +97 -0
- package/dist/components/animated-testimonials/index.js +6 -0
- package/dist/components/animated-text/animated-text.js +66 -67
- package/dist/components/animated-tooltip/animated-tooltip.js +58 -0
- package/dist/components/animated-tooltip/index.js +6 -0
- package/dist/components/auto-reload/auto-reload.js +109 -105
- package/dist/components/avatar/avatar.js +18 -7
- package/dist/components/avatar-group/avatar-group.js +35 -30
- package/dist/components/banner/banner.js +80 -77
- package/dist/components/bento-grid/bento-grid.js +46 -0
- package/dist/components/bento-grid/index.js +8 -0
- package/dist/components/blur-reveal/blur-reveal.js +83 -0
- package/dist/components/blur-reveal/index.js +4 -0
- package/dist/components/border-beam/border-beam.js +43 -45
- package/dist/components/bottom-activity-strip/bottom-activity-strip.js +5 -5
- package/dist/components/bottom-bar/bottom-bar.js +22 -18
- package/dist/components/button/button.js +18 -14
- package/dist/components/button-group/button-group.js +37 -0
- package/dist/components/button-group/index.js +8 -0
- package/dist/components/candlestick-chart/candlestick-chart.js +52 -54
- package/dist/components/canvas-shell/canvas-shell.js +11 -6
- package/dist/components/canvas-view/canvas-view.js +72 -74
- package/dist/components/card/card.js +35 -12
- package/dist/components/card-flip/card-flip.js +67 -0
- package/dist/components/card-flip/index.js +4 -0
- package/dist/components/carousel/carousel.js +78 -60
- package/dist/components/chain-of-thought/chain-of-thought.js +78 -0
- package/dist/components/chain-of-thought/index.js +6 -0
- package/dist/components/chart/area-chart.js +66 -67
- package/dist/components/chart/bar-chart.js +68 -70
- package/dist/components/chart/line-chart.js +69 -70
- package/dist/components/chat-dock-section/chat-dock-section.js +43 -45
- package/dist/components/checkbox/checkbox.js +6 -3
- package/dist/components/checkbox-group/checkbox-group.js +98 -0
- package/dist/components/checkbox-group/index.js +8 -0
- package/dist/components/choropleth-map/choropleth-map.js +90 -82
- package/dist/components/chronological-timeline/chronological-timeline.js +75 -72
- package/dist/components/civilization-card/civilization-card.js +59 -56
- package/dist/components/code-block/code-block.js +14 -17
- package/dist/components/code-playground/code-playground.js +8 -9
- package/dist/components/color-picker/color-picker.js +133 -0
- package/dist/components/color-picker/index.js +4 -0
- package/dist/components/combobox/combobox.js +57 -58
- package/dist/components/command/command.js +42 -15
- package/dist/components/comment-pin/comment-pin.js +58 -60
- package/dist/components/connector-edge/connector-edge.js +59 -54
- package/dist/components/content-intro/content-intro.js +4 -1
- package/dist/components/context-lens/context-lens.js +74 -73
- package/dist/components/context-menu/context-menu.js +55 -17
- package/dist/components/contribution-graph/contribution-graph.js +118 -0
- package/dist/components/contribution-graph/index.js +6 -0
- package/dist/components/conversation-thread/conversation-thread.js +89 -65
- package/dist/components/cookie-consent/cookie-consent.js +114 -115
- package/dist/components/copy-button/copy-button.js +100 -103
- package/dist/components/countdown-timer/countdown-timer.js +47 -75
- package/dist/components/credit-badge/credit-badge.js +26 -22
- package/dist/components/curriculum/curriculum.js +2 -2
- package/dist/components/cursor/cursor.js +52 -0
- package/dist/components/cursor/index.js +4 -0
- package/dist/components/data-list/data-list.js +54 -40
- package/dist/components/date-field/date-field.js +42 -0
- package/dist/components/date-field/index.js +4 -0
- package/dist/components/date-picker/date-picker.js +49 -50
- package/dist/components/date-range-picker/date-range-picker.js +73 -0
- package/dist/components/date-range-picker/index.js +6 -0
- package/dist/components/dialog/dialog.js +25 -9
- package/dist/components/dock/dock.js +109 -0
- package/dist/components/dock/index.js +5 -0
- package/dist/components/document-sibling-nav/document-sibling-nav.js +10 -5
- package/dist/components/dot-pattern/dot-pattern.js +36 -0
- package/dist/components/dot-pattern/index.js +4 -0
- package/dist/components/drawer/drawer.js +25 -9
- package/dist/components/dropdown-menu/dropdown-menu.js +56 -17
- package/dist/components/edge-label/edge-label.js +17 -15
- package/dist/components/empty-state/empty-state.js +27 -31
- package/dist/components/era-comparison/era-comparison.js +96 -83
- package/dist/components/expandable-cards/expandable-cards.js +61 -0
- package/dist/components/expandable-cards/index.js +6 -0
- package/dist/components/field/field.js +137 -0
- package/dist/components/field/index.js +16 -0
- package/dist/components/fieldset/fieldset.js +49 -0
- package/dist/components/fieldset/index.js +10 -0
- package/dist/components/file-upload/file-upload.js +4 -3
- package/dist/components/floating-navbar/floating-navbar.js +67 -0
- package/dist/components/floating-navbar/index.js +4 -0
- package/dist/components/floating-toolbar/floating-toolbar.js +49 -51
- package/dist/components/flow-diagram/flow-fullscreen.js +3 -13
- package/dist/components/flow-diagram/use-flow-diagram.js +7 -18
- package/dist/components/follow-mode/follow-mode.js +67 -69
- package/dist/components/form/form.js +131 -112
- package/dist/components/gantt-chart/gantt-chart.js +49 -51
- package/dist/components/gauge-chart/gauge-chart.js +132 -0
- package/dist/components/gauge-chart/index.js +4 -0
- package/dist/components/geography-quiz-map/geography-quiz-map.js +88 -78
- package/dist/components/glass-card/glass-card.js +25 -0
- package/dist/components/glass-card/index.js +4 -0
- package/dist/components/glass-panel/glass-panel.js +16 -14
- package/dist/components/glass-progress/glass-progress.js +39 -0
- package/dist/components/glass-progress/index.js +4 -0
- package/dist/components/globe-3d/globe-3d.js +70 -66
- package/dist/components/grid/grid.js +100 -0
- package/dist/components/grid/index.js +4 -0
- package/dist/components/group-hull/group-hull.js +27 -22
- package/dist/components/handoff-beacon/handoff-beacon.js +55 -57
- package/dist/components/heat-map-overlay/heat-map-overlay.js +55 -55
- package/dist/components/heat-overlay/heat-overlay.js +49 -48
- package/dist/components/historic-timeline/historic-timeline.js +57 -59
- package/dist/components/historical-figure-card/historical-figure-card.js +5 -3
- package/dist/components/hover-card/hover-card.js +8 -3
- package/dist/components/index.js +271 -0
- package/dist/components/infinite-plane/infinite-plane.js +34 -36
- package/dist/components/input/input.js +19 -17
- package/dist/components/input-group/index.js +14 -0
- package/dist/components/input-group/input-group.js +73 -0
- package/dist/components/input-otp/input-otp.js +25 -8
- package/dist/components/interactive-timeline/interactive-timeline.js +38 -15
- package/dist/components/item/index.js +18 -0
- package/dist/components/item/item.js +118 -0
- package/dist/components/jarvis-dock/jarvis-dock.js +40 -42
- package/dist/components/kbd/kbd.js +31 -42
- package/dist/components/keyboard-shortcuts-help/keyboard-shortcuts-help.js +7 -18
- package/dist/components/knowledge-check/knowledge-check.js +50 -58
- package/dist/components/label/label.js +6 -3
- package/dist/components/left-rail/left-rail.js +22 -18
- package/dist/components/link/index.js +5 -0
- package/dist/components/link/link.js +53 -0
- package/dist/components/liquid-glass/index.js +4 -0
- package/dist/components/liquid-glass/liquid-glass.js +39 -0
- package/dist/components/list-box/index.js +8 -0
- package/dist/components/list-box/list-box.js +130 -0
- package/dist/components/live-cursor/live-cursor.js +49 -51
- package/dist/components/live-feed/live-feed.js +51 -76
- package/dist/components/magnetic/index.js +4 -0
- package/dist/components/magnetic/magnetic.js +63 -0
- package/dist/components/magnetic-button/index.js +4 -0
- package/dist/components/magnetic-button/magnetic-button.js +64 -0
- package/dist/components/map-2d/map-2d.js +120 -101
- package/dist/components/map-timeline/map-timeline.js +188 -170
- package/dist/components/market-treemap/market-treemap.js +10 -6
- package/dist/components/marquee/marquee.js +64 -65
- package/dist/components/mdx-content/mdx-content.js +4 -1
- package/dist/components/menubar/menubar.js +82 -35
- package/dist/components/meteors/index.js +4 -0
- package/dist/components/meteors/meteors.js +62 -0
- package/dist/components/meter/index.js +5 -0
- package/dist/components/meter/meter.js +76 -0
- package/dist/components/metric-cluster/metric-cluster.js +47 -49
- package/dist/components/metric-gauge/metric-gauge.js +42 -44
- package/dist/components/mini-map-panel/mini-map-panel.js +71 -66
- package/dist/components/model-comparison/model-comparison.js +76 -67
- package/dist/components/multi-select/multi-select.js +100 -102
- package/dist/components/multi-select-lasso/multi-select-lasso.js +5 -5
- package/dist/components/native-select/index.js +4 -0
- package/dist/components/native-select/native-select.js +28 -0
- package/dist/components/navbar-saas/navbar-saas.js +54 -46
- package/dist/components/navigation-menu/navigation-menu.js +38 -13
- package/dist/components/newsletter-signup/newsletter-signup.js +5 -3
- package/dist/components/number-input/number-input.js +4 -3
- package/dist/components/number-ticker/number-ticker.js +50 -51
- package/dist/components/object-card/object-card.js +40 -42
- package/dist/components/object-handle/object-handle.js +33 -30
- package/dist/components/object-inspector/object-inspector.js +40 -42
- package/dist/components/order-book/order-book.js +59 -54
- package/dist/components/overview-board/overview-board.js +91 -87
- package/dist/components/panel/index.js +16 -0
- package/dist/components/panel/panel.js +95 -0
- package/dist/components/parallel-timeline/parallel-timeline.js +54 -56
- package/dist/components/particles/index.js +4 -0
- package/dist/components/particles/particles.js +52 -0
- package/dist/components/password-input/password-input.js +35 -36
- package/dist/components/phone-input/index.js +6 -0
- package/dist/components/phone-input/phone-input.js +63 -0
- package/dist/components/pie-chart/index.js +4 -0
- package/dist/components/pie-chart/pie-chart.js +130 -0
- package/dist/components/plan-badge/plan-badge.js +28 -24
- package/dist/components/playback-ghost/playback-ghost.js +46 -48
- package/dist/components/policy-delivery-panel/policy-delivery-panel.js +5 -5
- package/dist/components/popover/popover.js +8 -3
- package/dist/components/presence-stack/presence-stack.js +39 -41
- package/dist/components/presence-sync-indicator/presence-sync-indicator.js +5 -5
- package/dist/components/pricing-table/pricing-table.js +71 -70
- package/dist/components/primary-source-viewer/primary-source-viewer.js +90 -41
- package/dist/components/progress-tracker/progress-tracker.js +1 -1
- package/dist/components/progressive-blur/index.js +6 -0
- package/dist/components/progressive-blur/progressive-blur.js +48 -0
- package/dist/components/prompt-input/index.js +4 -0
- package/dist/components/prompt-input/prompt-input.js +185 -0
- package/dist/components/prompt-templates/prompt-templates.js +36 -36
- package/dist/components/property-section/property-section.js +28 -30
- package/dist/components/qr-code/index.js +4 -0
- package/dist/components/qr-code/qr-code.js +49 -0
- package/dist/components/radar-chart/index.js +6 -0
- package/dist/components/radar-chart/radar-chart.js +180 -0
- package/dist/components/radio-group/radio-group.js +12 -5
- package/dist/components/range-calendar/index.js +4 -0
- package/dist/components/range-calendar/range-calendar.js +35 -0
- package/dist/components/reasoning/index.js +4 -0
- package/dist/components/reasoning/reasoning.js +124 -0
- package/dist/components/relationship-inspector/relationship-inspector.js +5 -5
- package/dist/components/reveal-text/index.js +6 -0
- package/dist/components/reveal-text/reveal-text.js +93 -0
- package/dist/components/right-dock/right-dock.js +26 -21
- package/dist/components/role-badge/role-badge.js +22 -19
- package/dist/components/route-map/route-map.js +5 -3
- package/dist/components/routing-assignment-panel/routing-assignment-panel.js +5 -5
- package/dist/components/run-timeline/run-timeline.js +57 -59
- package/dist/components/runtime-overview-panel/runtime-overview-panel.js +5 -5
- package/dist/components/sankey-chart/index.js +6 -0
- package/dist/components/sankey-chart/sankey-chart.js +255 -0
- package/dist/components/scope-selector/scope-selector.js +39 -40
- package/dist/components/scramble-text/index.js +4 -0
- package/dist/components/scramble-text/scramble-text.js +76 -0
- package/dist/components/scroll-area/scroll-area.js +14 -5
- package/dist/components/scroll-progress/index.js +4 -0
- package/dist/components/scroll-progress/scroll-progress.js +50 -0
- package/dist/components/search-bar/search-bar.js +5 -2
- package/dist/components/search-field/index.js +4 -0
- package/dist/components/search-field/search-field.js +67 -0
- package/dist/components/segmented-control/segmented-control.js +14 -5
- package/dist/components/select/select.js +46 -15
- package/dist/components/selection-halo/selection-halo.js +53 -62
- package/dist/components/selection-presence/selection-presence.js +5 -5
- package/dist/components/separator/separator.js +19 -16
- package/dist/components/share-dialog/share-dialog.js +6 -8
- package/dist/components/sheet/sheet.js +26 -9
- package/dist/components/shimmer-button/index.js +4 -0
- package/dist/components/shimmer-button/shimmer-button.js +41 -0
- package/dist/components/shimmer-text/index.js +4 -0
- package/dist/components/shimmer-text/shimmer-text.js +40 -0
- package/dist/components/shine-border/index.js +4 -0
- package/dist/components/shine-border/shine-border.js +38 -0
- package/dist/components/shiny-button/index.js +4 -0
- package/dist/components/shiny-button/shiny-button.js +39 -0
- package/dist/components/sidebar-provider/sidebar-provider.js +2 -7
- package/dist/components/slider/slider.js +6 -3
- package/dist/components/slideshow/slideshow.js +380 -302
- package/dist/components/snap-guides/snap-guides.js +35 -35
- package/dist/components/sparkles/index.js +4 -0
- package/dist/components/sparkles/sparkles.js +51 -0
- package/dist/components/sparkline-grid/sparkline-grid.js +6 -7
- package/dist/components/spinner/unicode-spinner.js +57 -56
- package/dist/components/spinning-text/index.js +4 -0
- package/dist/components/spinning-text/spinning-text.js +58 -0
- package/dist/components/spotlight-card/index.js +4 -0
- package/dist/components/spotlight-card/spotlight-card.js +53 -0
- package/dist/components/stat-card/stat-card.js +37 -39
- package/dist/components/state-badge-overlay/state-badge-overlay.js +5 -5
- package/dist/components/status-board/status-board.js +20 -22
- package/dist/components/status-indicator/status-indicator.js +38 -40
- package/dist/components/sticky-metric/sticky-metric.js +58 -60
- package/dist/components/story-map/story-map.js +66 -60
- package/dist/components/subscription-card/subscription-card.js +68 -70
- package/dist/components/switch/switch.js +6 -3
- package/dist/components/table/table.js +47 -16
- package/dist/components/table-of-contents-panel/table-of-contents-panel.js +7 -18
- package/dist/components/tabs/tabs.js +2 -2
- package/dist/components/tag-group/index.js +8 -0
- package/dist/components/tag-group/tag-group.js +127 -0
- package/dist/components/tags-input/tags-input.js +59 -60
- package/dist/components/terminal/terminal.js +7 -15
- package/dist/components/text-animate/index.js +6 -0
- package/dist/components/text-animate/text-animate.js +129 -0
- package/dist/components/text-field/index.js +4 -0
- package/dist/components/text-field/text-field.js +59 -0
- package/dist/components/text-reveal/index.js +4 -0
- package/dist/components/text-reveal/text-reveal.js +90 -0
- package/dist/components/text-shimmer/index.js +4 -0
- package/dist/components/text-shimmer/text-shimmer.js +33 -0
- package/dist/components/textarea/textarea.js +17 -16
- package/dist/components/thinking-block/thinking-block.js +1 -1
- package/dist/components/thread-bubble/thread-bubble.js +51 -53
- package/dist/components/threshold-ring/threshold-ring.js +76 -78
- package/dist/components/ticker-tape/ticker-tape.js +47 -46
- package/dist/components/tilt-card/index.js +4 -0
- package/dist/components/tilt-card/tilt-card.js +70 -0
- package/dist/components/time-field/index.js +4 -0
- package/dist/components/time-field/time-field.js +42 -0
- package/dist/components/time-picker/index.js +4 -0
- package/dist/components/time-picker/time-picker.js +113 -0
- package/dist/components/timeline/timeline.js +70 -66
- package/dist/components/timeline-scrubber/timeline-scrubber.js +5 -3
- package/dist/components/tldr-section/tldr-section.js +9 -6
- package/dist/components/toast/toast.js +32 -11
- package/dist/components/toggle/toggle.js +8 -3
- package/dist/components/toggle-group/toggle-group.js +20 -6
- package/dist/components/toolbar/index.js +8 -0
- package/dist/components/toolbar/toolbar.js +87 -0
- package/dist/components/tooltip/tooltip.js +7 -3
- package/dist/components/top-bar/top-bar.js +30 -24
- package/dist/components/transaction-list/transaction-list.js +53 -47
- package/dist/components/tree-view/tree-view.js +72 -76
- package/dist/components/typewriter/index.js +4 -0
- package/dist/components/typewriter/typewriter.js +71 -0
- package/dist/components/typography/index.js +26 -0
- package/dist/components/typography/typography.js +173 -0
- package/dist/components/usage-breakdown/usage-breakdown.js +37 -38
- package/dist/components/viewport-bookmarks/viewport-bookmarks.js +5 -5
- package/dist/components/wallet-card/wallet-card.js +56 -58
- package/dist/components/watchlist/watchlist.js +47 -52
- package/dist/components/workspace-switcher/workspace-switcher.js +58 -52
- package/dist/components/world-breadcrumbs/world-breadcrumbs.js +43 -45
- package/dist/components/world-clock-bar/world-clock-bar.js +34 -61
- package/dist/components/zoom-hud/zoom-hud.js +56 -51
- package/dist/index.d.ts +6132 -3949
- package/dist/index.js +9 -0
- package/dist/lib/format.js +14 -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/package.json +7 -5
- package/styles.css +84 -0
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
3
|
import {
|
|
4
|
-
forwardRef,
|
|
5
4
|
useCallback,
|
|
6
5
|
useState
|
|
7
6
|
} from "react";
|
|
@@ -196,7 +195,10 @@ function FigureLifeBlock({
|
|
|
196
195
|
)
|
|
197
196
|
] });
|
|
198
197
|
}
|
|
199
|
-
const HistoricalFigureCard =
|
|
198
|
+
const HistoricalFigureCard = ({
|
|
199
|
+
ref,
|
|
200
|
+
...props
|
|
201
|
+
}) => {
|
|
200
202
|
const {
|
|
201
203
|
biography,
|
|
202
204
|
birth,
|
|
@@ -263,7 +265,7 @@ const HistoricalFigureCard = forwardRef((props, ref) => {
|
|
|
263
265
|
]
|
|
264
266
|
}
|
|
265
267
|
);
|
|
266
|
-
}
|
|
268
|
+
};
|
|
267
269
|
HistoricalFigureCard.displayName = "HistoricalFigureCard";
|
|
268
270
|
export {
|
|
269
271
|
HistoricalFigureCard
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import { forwardRef } from "react";
|
|
4
3
|
import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
|
|
5
4
|
import { cn } from "../../lib/utils";
|
|
6
5
|
const HoverCard = HoverCardPrimitive.Root;
|
|
7
6
|
const HoverCardTrigger = HoverCardPrimitive.Trigger;
|
|
8
|
-
const HoverCardContent =
|
|
7
|
+
const HoverCardContent = ({
|
|
8
|
+
align = "center",
|
|
9
|
+
className,
|
|
10
|
+
ref,
|
|
11
|
+
sideOffset = 4,
|
|
12
|
+
...props
|
|
13
|
+
}) => /* @__PURE__ */ jsx(
|
|
9
14
|
HoverCardPrimitive.Content,
|
|
10
15
|
{
|
|
11
16
|
align,
|
|
@@ -17,7 +22,7 @@ const HoverCardContent = forwardRef(({ align = "center", className, sideOffset =
|
|
|
17
22
|
sideOffset,
|
|
18
23
|
...props
|
|
19
24
|
}
|
|
20
|
-
)
|
|
25
|
+
);
|
|
21
26
|
HoverCardContent.displayName = HoverCardPrimitive.Content.displayName;
|
|
22
27
|
export {
|
|
23
28
|
HoverCard,
|
package/dist/components/index.js
CHANGED
|
@@ -163,6 +163,65 @@ import {
|
|
|
163
163
|
InputOTPSeparator,
|
|
164
164
|
InputOTPSlot
|
|
165
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";
|
|
166
225
|
import {
|
|
167
226
|
Tooltip,
|
|
168
227
|
TooltipContent,
|
|
@@ -521,6 +580,17 @@ import {
|
|
|
521
580
|
} from "./watchlist";
|
|
522
581
|
import { BarChart, LineChart } from "./chart";
|
|
523
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";
|
|
524
594
|
import { LiveFeed } from "./live-feed";
|
|
525
595
|
import {
|
|
526
596
|
MetricGauge
|
|
@@ -839,6 +909,96 @@ import {
|
|
|
839
909
|
} from "./model-selector";
|
|
840
910
|
import { SidebarToggle } from "./sidebar-toggle";
|
|
841
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";
|
|
842
1002
|
export {
|
|
843
1003
|
AIArtifact,
|
|
844
1004
|
AIArtifactContent,
|
|
@@ -890,7 +1050,13 @@ export {
|
|
|
890
1050
|
AlertPulse,
|
|
891
1051
|
AlertTitle,
|
|
892
1052
|
AnchorPort,
|
|
1053
|
+
AnimatedBeam,
|
|
1054
|
+
AnimatedGridPattern,
|
|
1055
|
+
AnimatedList,
|
|
1056
|
+
AnimatedTabs,
|
|
1057
|
+
AnimatedTestimonials,
|
|
893
1058
|
AnimatedText,
|
|
1059
|
+
AnimatedTooltip,
|
|
894
1060
|
Annotation,
|
|
895
1061
|
AreaChart,
|
|
896
1062
|
AspectRatio,
|
|
@@ -904,12 +1070,17 @@ export {
|
|
|
904
1070
|
BannerAction,
|
|
905
1071
|
BarChart,
|
|
906
1072
|
BeforeAfter,
|
|
1073
|
+
BentoCard,
|
|
1074
|
+
BentoGrid,
|
|
1075
|
+
Blockquote,
|
|
907
1076
|
BlogCard,
|
|
1077
|
+
BlurReveal,
|
|
908
1078
|
BorderBeam,
|
|
909
1079
|
BottomActivityStrip,
|
|
910
1080
|
BottomBar,
|
|
911
1081
|
Breadcrumb,
|
|
912
1082
|
Button,
|
|
1083
|
+
ButtonGroup,
|
|
913
1084
|
Calendar,
|
|
914
1085
|
Callout,
|
|
915
1086
|
CandlestickChart,
|
|
@@ -918,6 +1089,7 @@ export {
|
|
|
918
1089
|
Card,
|
|
919
1090
|
CardContent,
|
|
920
1091
|
CardDescription,
|
|
1092
|
+
CardFlip,
|
|
921
1093
|
CardFooter,
|
|
922
1094
|
CardHeader,
|
|
923
1095
|
CardTitle,
|
|
@@ -927,8 +1099,11 @@ export {
|
|
|
927
1099
|
CarouselNext,
|
|
928
1100
|
CarouselPrevious,
|
|
929
1101
|
CategoryFilter,
|
|
1102
|
+
ChainOfThought,
|
|
930
1103
|
ChatDockSection,
|
|
931
1104
|
Checkbox,
|
|
1105
|
+
CheckboxGroup,
|
|
1106
|
+
CheckboxGroupItem,
|
|
932
1107
|
Checklist,
|
|
933
1108
|
ChoroplethLegend,
|
|
934
1109
|
ChoroplethMap,
|
|
@@ -942,6 +1117,7 @@ export {
|
|
|
942
1117
|
Collapsible,
|
|
943
1118
|
CollapsibleContent,
|
|
944
1119
|
CollapsibleTrigger,
|
|
1120
|
+
ColorPicker,
|
|
945
1121
|
Combobox,
|
|
946
1122
|
Command,
|
|
947
1123
|
CommandDialog,
|
|
@@ -975,6 +1151,7 @@ export {
|
|
|
975
1151
|
ContextMenuSubContent,
|
|
976
1152
|
ContextMenuSubTrigger,
|
|
977
1153
|
ContextMenuTrigger,
|
|
1154
|
+
ContributionGraph,
|
|
978
1155
|
ConversationEmpty,
|
|
979
1156
|
ConversationHeader,
|
|
980
1157
|
ConversationLoading,
|
|
@@ -990,12 +1167,15 @@ export {
|
|
|
990
1167
|
Curriculum,
|
|
991
1168
|
CurriculumLesson,
|
|
992
1169
|
CurriculumModule,
|
|
1170
|
+
Cursor,
|
|
993
1171
|
DataList,
|
|
994
1172
|
DataListItem,
|
|
995
1173
|
DataListLabel,
|
|
996
1174
|
DataListValue,
|
|
997
1175
|
DataTable,
|
|
1176
|
+
DateField,
|
|
998
1177
|
DatePicker,
|
|
1178
|
+
DateRangePicker,
|
|
999
1179
|
Dialog,
|
|
1000
1180
|
DialogClose,
|
|
1001
1181
|
DialogContent,
|
|
@@ -1006,7 +1186,10 @@ export {
|
|
|
1006
1186
|
DialogPortal,
|
|
1007
1187
|
DialogTitle,
|
|
1008
1188
|
DialogTrigger,
|
|
1189
|
+
Dock,
|
|
1190
|
+
DockIcon,
|
|
1009
1191
|
DocumentSiblingNav,
|
|
1192
|
+
DotPattern,
|
|
1010
1193
|
Drawer,
|
|
1011
1194
|
DrawerClose,
|
|
1012
1195
|
DrawerContent,
|
|
@@ -1040,13 +1223,23 @@ export {
|
|
|
1040
1223
|
EraFigure,
|
|
1041
1224
|
EraHighlight,
|
|
1042
1225
|
Exercise,
|
|
1226
|
+
ExpandableCards,
|
|
1043
1227
|
FAQ,
|
|
1044
1228
|
FAQItem,
|
|
1229
|
+
Field,
|
|
1230
|
+
FieldControl,
|
|
1231
|
+
FieldDescription,
|
|
1232
|
+
FieldError,
|
|
1233
|
+
FieldLabel,
|
|
1234
|
+
Fieldset,
|
|
1235
|
+
FieldsetContent,
|
|
1236
|
+
FieldsetLegend,
|
|
1045
1237
|
FileTree,
|
|
1046
1238
|
FileUpload,
|
|
1047
1239
|
FilterBar,
|
|
1048
1240
|
Flashcard,
|
|
1049
1241
|
FloatingActionButton,
|
|
1242
|
+
FloatingNavbar,
|
|
1050
1243
|
FloatingToolbar,
|
|
1051
1244
|
FlowControls,
|
|
1052
1245
|
FlowDiagram,
|
|
@@ -1061,16 +1254,24 @@ export {
|
|
|
1061
1254
|
FormLabel,
|
|
1062
1255
|
FormMessage,
|
|
1063
1256
|
GanttChart,
|
|
1257
|
+
GaugeChart,
|
|
1064
1258
|
GeographyQuizMap,
|
|
1065
1259
|
GeographyQuizMapPrompt,
|
|
1066
1260
|
GeographyQuizMapResults,
|
|
1067
1261
|
GeographyQuizMapScore,
|
|
1262
|
+
GlassCard,
|
|
1068
1263
|
GlassPanel,
|
|
1264
|
+
GlassProgress,
|
|
1069
1265
|
Globe3D,
|
|
1070
1266
|
GlobeArc,
|
|
1071
1267
|
GlobeMarker,
|
|
1072
1268
|
Glossary,
|
|
1269
|
+
Grid,
|
|
1073
1270
|
GroupHull,
|
|
1271
|
+
H1,
|
|
1272
|
+
H2,
|
|
1273
|
+
H3,
|
|
1274
|
+
H4,
|
|
1074
1275
|
HandoffBeacon,
|
|
1075
1276
|
HeatMapOverlay,
|
|
1076
1277
|
HeatOverlay,
|
|
@@ -1082,8 +1283,12 @@ export {
|
|
|
1082
1283
|
HoverCardContent,
|
|
1083
1284
|
HoverCardTrigger,
|
|
1084
1285
|
InfinitePlane,
|
|
1286
|
+
InlineCode,
|
|
1085
1287
|
InlineInput,
|
|
1086
1288
|
Input,
|
|
1289
|
+
InputGroup,
|
|
1290
|
+
InputGroupAddon,
|
|
1291
|
+
InputGroupInput,
|
|
1087
1292
|
InputOTP,
|
|
1088
1293
|
InputOTPGroup,
|
|
1089
1294
|
InputOTPSeparator,
|
|
@@ -1094,6 +1299,12 @@ export {
|
|
|
1094
1299
|
InteractiveTimelineToolbar,
|
|
1095
1300
|
InteractiveTimelineZoomIn,
|
|
1096
1301
|
InteractiveTimelineZoomOut,
|
|
1302
|
+
Item,
|
|
1303
|
+
ItemActions,
|
|
1304
|
+
ItemContent,
|
|
1305
|
+
ItemDescription,
|
|
1306
|
+
ItemMedia,
|
|
1307
|
+
ItemTitle,
|
|
1097
1308
|
JarvisDock,
|
|
1098
1309
|
Kbd,
|
|
1099
1310
|
KeyConcept,
|
|
@@ -1101,12 +1312,20 @@ export {
|
|
|
1101
1312
|
KnowledgeCheck,
|
|
1102
1313
|
Label,
|
|
1103
1314
|
LangProvider,
|
|
1315
|
+
Lead,
|
|
1104
1316
|
LearningObjectives,
|
|
1105
1317
|
LeftRail,
|
|
1106
1318
|
LineChart,
|
|
1319
|
+
Link,
|
|
1320
|
+
LiquidGlass,
|
|
1321
|
+
List,
|
|
1322
|
+
ListBox,
|
|
1323
|
+
ListBoxItem,
|
|
1107
1324
|
LiveCursor,
|
|
1108
1325
|
LiveFeed,
|
|
1109
1326
|
MDXContent,
|
|
1327
|
+
Magnetic,
|
|
1328
|
+
MagneticButton,
|
|
1110
1329
|
Map2D,
|
|
1111
1330
|
MapControls,
|
|
1112
1331
|
MapLayer,
|
|
@@ -1139,6 +1358,8 @@ export {
|
|
|
1139
1358
|
MenubarSubContent,
|
|
1140
1359
|
MenubarSubTrigger,
|
|
1141
1360
|
MenubarTrigger,
|
|
1361
|
+
Meteors,
|
|
1362
|
+
Meter,
|
|
1142
1363
|
MetricCluster,
|
|
1143
1364
|
MetricGauge,
|
|
1144
1365
|
MiniMapPanel,
|
|
@@ -1149,6 +1370,8 @@ export {
|
|
|
1149
1370
|
ModelSelector,
|
|
1150
1371
|
MultiSelect,
|
|
1151
1372
|
MultiSelectLasso,
|
|
1373
|
+
Muted,
|
|
1374
|
+
NativeSelect,
|
|
1152
1375
|
NavbarSaas,
|
|
1153
1376
|
NavigationMenu,
|
|
1154
1377
|
NavigationMenuContent,
|
|
@@ -1167,9 +1390,19 @@ export {
|
|
|
1167
1390
|
OrderBook,
|
|
1168
1391
|
OverviewBoard,
|
|
1169
1392
|
OverviewCard,
|
|
1393
|
+
P,
|
|
1170
1394
|
Pagination,
|
|
1395
|
+
Panel,
|
|
1396
|
+
PanelBody,
|
|
1397
|
+
PanelDescription,
|
|
1398
|
+
PanelFooter,
|
|
1399
|
+
PanelHeader,
|
|
1400
|
+
PanelTitle,
|
|
1171
1401
|
ParallelTimeline,
|
|
1402
|
+
Particles,
|
|
1172
1403
|
PasswordInput,
|
|
1404
|
+
PhoneInput,
|
|
1405
|
+
PieChart,
|
|
1173
1406
|
PlanBadge,
|
|
1174
1407
|
PlaybackGhost,
|
|
1175
1408
|
PolicyDeliveryPanel,
|
|
@@ -1204,27 +1437,38 @@ export {
|
|
|
1204
1437
|
ProgressTrackerOverview,
|
|
1205
1438
|
ProgressTrackerStat,
|
|
1206
1439
|
ProgressTrackerStats,
|
|
1440
|
+
ProgressiveBlur,
|
|
1441
|
+
PromptInput,
|
|
1207
1442
|
PromptTemplates,
|
|
1208
1443
|
PropertySection,
|
|
1444
|
+
QrCode,
|
|
1209
1445
|
Quiz,
|
|
1446
|
+
RadarChart,
|
|
1210
1447
|
RadioGroup,
|
|
1211
1448
|
RadioGroupItem,
|
|
1449
|
+
RangeCalendar,
|
|
1212
1450
|
Rating,
|
|
1451
|
+
Reasoning,
|
|
1213
1452
|
RelationshipInspector,
|
|
1214
1453
|
ResizableHandle,
|
|
1215
1454
|
ResizablePanel,
|
|
1216
1455
|
ResizablePanelGroup,
|
|
1456
|
+
RevealText,
|
|
1217
1457
|
RightDock,
|
|
1218
1458
|
RoleBadge,
|
|
1219
1459
|
RouteMap,
|
|
1220
1460
|
RoutingAssignmentPanel,
|
|
1221
1461
|
RunTimeline,
|
|
1222
1462
|
RuntimeOverviewPanel,
|
|
1463
|
+
SankeyChart,
|
|
1223
1464
|
ScopeSelector,
|
|
1465
|
+
ScrambleText,
|
|
1224
1466
|
ScrollArea,
|
|
1225
1467
|
ScrollBar,
|
|
1468
|
+
ScrollProgress,
|
|
1226
1469
|
SearchBar,
|
|
1227
1470
|
SearchDialog,
|
|
1471
|
+
SearchField,
|
|
1228
1472
|
SegmentedControl,
|
|
1229
1473
|
SegmentedControlItem,
|
|
1230
1474
|
Select,
|
|
@@ -1253,6 +1497,10 @@ export {
|
|
|
1253
1497
|
SheetPortal,
|
|
1254
1498
|
SheetTitle,
|
|
1255
1499
|
SheetTrigger,
|
|
1500
|
+
ShimmerButton,
|
|
1501
|
+
ShimmerText,
|
|
1502
|
+
ShineBorder,
|
|
1503
|
+
ShinyButton,
|
|
1256
1504
|
Sidebar,
|
|
1257
1505
|
SidebarProvider,
|
|
1258
1506
|
SidebarToggle,
|
|
@@ -1262,8 +1510,11 @@ export {
|
|
|
1262
1510
|
Slideshow,
|
|
1263
1511
|
SnapGuides,
|
|
1264
1512
|
SocialFAB,
|
|
1513
|
+
Sparkles,
|
|
1265
1514
|
SparklineGrid,
|
|
1266
1515
|
Spinner,
|
|
1516
|
+
SpinningText,
|
|
1517
|
+
SpotlightCard,
|
|
1267
1518
|
StatCard,
|
|
1268
1519
|
StateBadgeOverlay,
|
|
1269
1520
|
StaticCode,
|
|
@@ -1294,8 +1545,14 @@ export {
|
|
|
1294
1545
|
TabsContent,
|
|
1295
1546
|
TabsList,
|
|
1296
1547
|
TabsTrigger,
|
|
1548
|
+
TagGroup,
|
|
1549
|
+
TagGroupItem,
|
|
1297
1550
|
TagsInput,
|
|
1298
1551
|
Terminal,
|
|
1552
|
+
TextAnimate,
|
|
1553
|
+
TextField,
|
|
1554
|
+
TextReveal,
|
|
1555
|
+
TextShimmer,
|
|
1299
1556
|
Textarea,
|
|
1300
1557
|
ThemePresetProvider,
|
|
1301
1558
|
ThemeProvider,
|
|
@@ -1305,6 +1562,9 @@ export {
|
|
|
1305
1562
|
ThreadBubble,
|
|
1306
1563
|
ThresholdRing,
|
|
1307
1564
|
TickerTape,
|
|
1565
|
+
TiltCard,
|
|
1566
|
+
TimeField,
|
|
1567
|
+
TimePicker,
|
|
1308
1568
|
Timeline,
|
|
1309
1569
|
TimelineItem,
|
|
1310
1570
|
TimelineScrubber,
|
|
@@ -1317,6 +1577,8 @@ export {
|
|
|
1317
1577
|
Toggle,
|
|
1318
1578
|
ToggleGroup,
|
|
1319
1579
|
ToggleGroupItem,
|
|
1580
|
+
Toolbar,
|
|
1581
|
+
ToolbarSeparator,
|
|
1320
1582
|
Tooltip,
|
|
1321
1583
|
TooltipContent,
|
|
1322
1584
|
TooltipProvider,
|
|
@@ -1333,6 +1595,7 @@ export {
|
|
|
1333
1595
|
TutorialFilters,
|
|
1334
1596
|
TutorialIntroContent,
|
|
1335
1597
|
TutorialMDX,
|
|
1598
|
+
Typewriter,
|
|
1336
1599
|
UnicodeSpinner,
|
|
1337
1600
|
UsageBreakdown,
|
|
1338
1601
|
VideoEmbed,
|
|
@@ -1349,6 +1612,7 @@ export {
|
|
|
1349
1612
|
avatarItemVariants,
|
|
1350
1613
|
badgeVariants,
|
|
1351
1614
|
bannerVariants,
|
|
1615
|
+
buttonGroupVariants,
|
|
1352
1616
|
buttonVariants,
|
|
1353
1617
|
cookieConsentVariants,
|
|
1354
1618
|
dataListItemVariants,
|
|
@@ -1356,10 +1620,16 @@ export {
|
|
|
1356
1620
|
documentSiblingNavVariants,
|
|
1357
1621
|
dotVariants,
|
|
1358
1622
|
emptyStateVariants,
|
|
1623
|
+
fieldVariants,
|
|
1359
1624
|
formatTransactionAmount,
|
|
1360
1625
|
formatTransactionDate,
|
|
1626
|
+
inputGroupAddonVariants,
|
|
1627
|
+
inputGroupVariants,
|
|
1628
|
+
itemVariants,
|
|
1361
1629
|
kbdVariants,
|
|
1630
|
+
linkVariants,
|
|
1362
1631
|
mdxComponents,
|
|
1632
|
+
meterFillVariants,
|
|
1363
1633
|
navigationMenuTriggerStyle,
|
|
1364
1634
|
newsletterSignupReducer,
|
|
1365
1635
|
segmentedControlItemVariants,
|
|
@@ -1370,6 +1640,7 @@ export {
|
|
|
1370
1640
|
timelineVariants,
|
|
1371
1641
|
toast,
|
|
1372
1642
|
toggleVariants,
|
|
1643
|
+
typographyVariants,
|
|
1373
1644
|
useAIArtifact,
|
|
1374
1645
|
useAISidebar,
|
|
1375
1646
|
useAgentStepStatus,
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import {
|
|
4
|
-
forwardRef
|
|
5
|
-
} from "react";
|
|
6
3
|
import { cn } from "../../lib/utils";
|
|
7
4
|
const DEFAULT_LABELS = {
|
|
8
5
|
region: "Infinite plane"
|
|
@@ -36,39 +33,40 @@ const buildBackground = (input) => {
|
|
|
36
33
|
backgroundSize: `${size}px ${size}px`
|
|
37
34
|
};
|
|
38
35
|
};
|
|
39
|
-
const InfinitePlane =
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
);
|
|
36
|
+
const InfinitePlane = ({
|
|
37
|
+
ref,
|
|
38
|
+
...props
|
|
39
|
+
}) => {
|
|
40
|
+
const {
|
|
41
|
+
children,
|
|
42
|
+
className,
|
|
43
|
+
labels,
|
|
44
|
+
pattern = "dot",
|
|
45
|
+
spacing = 32,
|
|
46
|
+
translate = { x: 0, y: 0 },
|
|
47
|
+
zoom = 1,
|
|
48
|
+
...rest
|
|
49
|
+
} = props;
|
|
50
|
+
const resolvedLabels = { ...DEFAULT_LABELS, ...labels };
|
|
51
|
+
const background = buildBackground({ pattern, spacing, translate, zoom });
|
|
52
|
+
return /* @__PURE__ */ jsx(
|
|
53
|
+
"div",
|
|
54
|
+
{
|
|
55
|
+
"aria-label": resolvedLabels.region,
|
|
56
|
+
className: cn(
|
|
57
|
+
"relative h-full w-full overflow-hidden bg-background",
|
|
58
|
+
className
|
|
59
|
+
),
|
|
60
|
+
"data-infinite-plane": true,
|
|
61
|
+
"data-infinite-plane-pattern": pattern,
|
|
62
|
+
ref,
|
|
63
|
+
role: "region",
|
|
64
|
+
style: background,
|
|
65
|
+
...rest,
|
|
66
|
+
children
|
|
67
|
+
}
|
|
68
|
+
);
|
|
69
|
+
};
|
|
72
70
|
InfinitePlane.displayName = "InfinitePlane";
|
|
73
71
|
export {
|
|
74
72
|
InfinitePlane
|
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
2
|
import { cn } from "../../lib/utils";
|
|
4
|
-
const Input =
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
3
|
+
const Input = ({
|
|
4
|
+
className,
|
|
5
|
+
ref: reference,
|
|
6
|
+
type,
|
|
7
|
+
...props
|
|
8
|
+
}) => {
|
|
9
|
+
return /* @__PURE__ */ jsx(
|
|
10
|
+
"input",
|
|
11
|
+
{
|
|
12
|
+
className: cn(
|
|
13
|
+
"flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
|
|
14
|
+
className
|
|
15
|
+
),
|
|
16
|
+
ref: reference,
|
|
17
|
+
type,
|
|
18
|
+
...props
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
};
|
|
20
22
|
Input.displayName = "Input";
|
|
21
23
|
export {
|
|
22
24
|
Input
|