@vllnt/ui 0.2.0 → 0.2.1-canary.0aaaad2
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 +46 -1
- package/README.md +27 -12
- package/dist/components/accordion/accordion.js +2 -2
- package/dist/components/activity-heatmap/activity-heatmap.js +15 -13
- package/dist/components/activity-log/activity-log.js +6 -5
- package/dist/components/agent-activity/agent-activity.js +311 -0
- package/dist/components/agent-activity/index.js +18 -0
- package/dist/components/ai-artifact/ai-artifact.js +422 -0
- package/dist/components/ai-artifact/index.js +24 -0
- package/dist/components/ai-chat-input/ai-chat-input.js +2 -2
- package/dist/components/ai-message-bubble/ai-message-bubble.js +1 -1
- package/dist/components/ai-sidebar/ai-sidebar.js +254 -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 +4 -4
- 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 +2 -4
- package/dist/components/auto-reload/auto-reload.js +377 -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 +4 -4
- package/dist/components/banner/banner.js +155 -0
- package/dist/components/banner/index.js +10 -0
- 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 +1 -1
- 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 +461 -0
- package/dist/components/canvas-view/index.js +6 -0
- package/dist/components/carousel/carousel.js +4 -4
- 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 +10 -3
- package/dist/components/checklist/index.js +3 -1
- package/dist/components/choropleth-map/choropleth-map.js +373 -0
- package/dist/components/choropleth-map/index.js +10 -0
- package/dist/components/chronological-timeline/chronological-timeline.js +338 -0
- package/dist/components/chronological-timeline/index.js +8 -0
- package/dist/components/civilization-card/civilization-card.js +258 -0
- package/dist/components/civilization-card/index.js +8 -0
- package/dist/components/code-block/code-block.js +2 -2
- package/dist/components/code-playground/code-playground.js +8 -7
- package/dist/components/combobox/combobox.js +46 -22
- 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 +9 -9
- package/dist/components/completion-dialog/completion-dialog.js +1 -1
- 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 +7 -6
- 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 +8 -7
- 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 +5 -4
- package/dist/components/date-picker/date-picker.js +1 -1
- 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 +198 -0
- package/dist/components/era-comparison/index.js +16 -0
- package/dist/components/exercise/exercise.js +4 -4
- package/dist/components/faq/faq.js +2 -2
- package/dist/components/file-upload/file-upload.js +3 -3
- package/dist/components/filter-bar/filter-bar.js +2 -1
- package/dist/components/flashcard/flashcard.js +1 -1
- 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 +333 -0
- package/dist/components/gantt-chart/index.js +6 -0
- package/dist/components/geography-quiz-map/geography-quiz-map.js +343 -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 +417 -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 +4 -4
- package/dist/components/index.js +568 -1
- package/dist/components/infinite-plane/index.js +6 -0
- package/dist/components/infinite-plane/infinite-plane.js +75 -0
- package/dist/components/input-otp/input-otp.js +1 -1
- package/dist/components/interactive-timeline/index.js +16 -0
- package/dist/components/interactive-timeline/interactive-timeline.js +708 -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 +117 -0
- package/dist/components/key-concept/key-concept.js +4 -4
- package/dist/components/keyboard-shortcuts-help/keyboard-shortcuts-help.js +2 -2
- package/dist/components/knowledge-check/index.js +6 -0
- package/dist/components/knowledge-check/knowledge-check.js +448 -0
- package/dist/components/learning-objectives/learning-objectives.js +12 -12
- 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 +15 -13
- 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 +1 -1
- package/dist/components/mdx-content/mdx-content.js +2 -1
- 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 +1 -1
- 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 +211 -0
- package/dist/components/model-selector/model-selector.js +2 -2
- 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 +3 -2
- 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 +1 -1
- 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/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 +247 -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 +1 -1
- package/dist/components/progress-card/progress-card.js +4 -3
- package/dist/components/progress-tracker/index.js +20 -0
- package/dist/components/progress-tracker/progress-tracker.js +529 -0
- package/dist/components/prompt-templates/index.js +6 -0
- package/dist/components/prompt-templates/prompt-templates.js +403 -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 +5 -5
- 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 +7 -7
- package/dist/components/search-bar/search-bar.js +24 -2
- package/dist/components/search-dialog/search-dialog.js +1 -1
- 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/sheet/sheet.js +1 -1
- package/dist/components/sidebar/sidebar.js +1 -1
- package/dist/components/sidebar-toggle/sidebar-toggle.js +2 -2
- package/dist/components/slider/slider.js +1 -1
- package/dist/components/slideshow/slideshow.js +12 -11
- 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 +2 -1
- package/dist/components/sparkline-grid/sparkline-grid.js +1 -1
- package/dist/components/spinner/spinner.js +3 -3
- package/dist/components/spinner/unicode-spinner.js +1 -0
- package/dist/components/stat-card/stat-card.js +3 -3
- 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/status-board/status-board.js +1 -1
- package/dist/components/status-indicator/status-indicator.js +3 -3
- package/dist/components/step-by-step/step-by-step.js +8 -7
- 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-panel/table-of-contents-panel.js +5 -5
- package/dist/components/tags-input/index.js +4 -0
- package/dist/components/tags-input/tags-input.js +178 -0
- package/dist/components/terminal/terminal.js +48 -34
- package/dist/components/thinking-block/thinking-block.js +1 -1
- 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 +3 -3
- 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 +2 -2
- 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 +1 -1
- package/dist/components/transaction-list/index.js +14 -0
- package/dist/components/transaction-list/transaction-list.js +247 -0
- package/dist/components/tree-view/index.js +6 -0
- package/dist/components/tree-view/tree-view.js +298 -0
- package/dist/components/tutorial-complete/tutorial-complete.js +8 -8
- package/dist/components/usage-breakdown/usage-breakdown.js +10 -5
- 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 +116 -0
- package/dist/components/wallet-card/wallet-card.js +1 -1
- package/dist/components/watchlist/watchlist.js +5 -5
- 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 +32 -12
- package/dist/components/zoom-hud/index.js +4 -0
- package/dist/components/zoom-hud/zoom-hud.js +61 -0
- package/dist/index.d.ts +7907 -226
- package/dist/index.js +3 -1
- package/package.json +9 -5
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import {
|
|
4
|
+
forwardRef,
|
|
5
|
+
useCallback,
|
|
6
|
+
useMemo,
|
|
7
|
+
useState
|
|
8
|
+
} from "react";
|
|
9
|
+
import { cn } from "../../lib/utils";
|
|
10
|
+
const DEFAULT_LABELS = {
|
|
11
|
+
region: "Tree"
|
|
12
|
+
};
|
|
13
|
+
function flattenVisible(arguments_) {
|
|
14
|
+
const { depth = 0, expanded, nodes, parentId } = arguments_;
|
|
15
|
+
return nodes.flatMap((node) => {
|
|
16
|
+
const hasChildren = (node.nodes?.length ?? 0) > 0;
|
|
17
|
+
const head = { depth, hasChildren, node, parentId };
|
|
18
|
+
if (!hasChildren || !expanded.has(node.id)) return [head];
|
|
19
|
+
return [
|
|
20
|
+
head,
|
|
21
|
+
...flattenVisible({
|
|
22
|
+
depth: depth + 1,
|
|
23
|
+
expanded,
|
|
24
|
+
nodes: node.nodes ?? [],
|
|
25
|
+
parentId: node.id
|
|
26
|
+
})
|
|
27
|
+
];
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
function useControlled(controlled, defaultValue) {
|
|
31
|
+
const [internal, setInternal] = useState(defaultValue);
|
|
32
|
+
const isControlled = controlled !== void 0;
|
|
33
|
+
const value = isControlled ? controlled : internal;
|
|
34
|
+
const setValue = useCallback(
|
|
35
|
+
(next) => {
|
|
36
|
+
if (!isControlled) setInternal(next);
|
|
37
|
+
},
|
|
38
|
+
[isControlled]
|
|
39
|
+
);
|
|
40
|
+
return [value, setValue, isControlled];
|
|
41
|
+
}
|
|
42
|
+
function toggleSet(set, id) {
|
|
43
|
+
const next = new Set(set);
|
|
44
|
+
if (next.has(id)) next.delete(id);
|
|
45
|
+
else next.add(id);
|
|
46
|
+
return [...next];
|
|
47
|
+
}
|
|
48
|
+
function TreeRow({
|
|
49
|
+
active,
|
|
50
|
+
expanded,
|
|
51
|
+
flat,
|
|
52
|
+
onActivate,
|
|
53
|
+
onExpand,
|
|
54
|
+
onSelect,
|
|
55
|
+
selected
|
|
56
|
+
}) {
|
|
57
|
+
const { depth, hasChildren, node } = flat;
|
|
58
|
+
const activate = () => {
|
|
59
|
+
if (node.disabled) return;
|
|
60
|
+
onActivate(node.id);
|
|
61
|
+
if (hasChildren) onExpand(node.id);
|
|
62
|
+
else onSelect(node.id);
|
|
63
|
+
};
|
|
64
|
+
const handleKeyDown = (event) => {
|
|
65
|
+
if (event.key !== "Enter" && event.key !== " ") return;
|
|
66
|
+
event.preventDefault();
|
|
67
|
+
activate();
|
|
68
|
+
};
|
|
69
|
+
return /* @__PURE__ */ jsxs(
|
|
70
|
+
"li",
|
|
71
|
+
{
|
|
72
|
+
"aria-disabled": node.disabled || void 0,
|
|
73
|
+
"aria-expanded": hasChildren ? expanded : void 0,
|
|
74
|
+
"aria-selected": selected || void 0,
|
|
75
|
+
className: cn(
|
|
76
|
+
"flex cursor-pointer items-center gap-1.5 rounded-md px-2 py-1 text-sm focus:outline-none",
|
|
77
|
+
active ? "bg-accent text-accent-foreground" : "hover:bg-accent/60",
|
|
78
|
+
selected ? "ring-1 ring-primary" : "",
|
|
79
|
+
node.disabled ? "cursor-not-allowed opacity-50" : ""
|
|
80
|
+
),
|
|
81
|
+
"data-active": active ? "true" : void 0,
|
|
82
|
+
"data-depth": depth,
|
|
83
|
+
"data-node-id": node.id,
|
|
84
|
+
"data-selected": selected ? "true" : void 0,
|
|
85
|
+
onClick: activate,
|
|
86
|
+
onKeyDown: handleKeyDown,
|
|
87
|
+
role: "treeitem",
|
|
88
|
+
style: { paddingLeft: `${(depth * 16 + 8).toString()}px` },
|
|
89
|
+
children: [
|
|
90
|
+
/* @__PURE__ */ jsx(
|
|
91
|
+
"span",
|
|
92
|
+
{
|
|
93
|
+
"aria-hidden": "true",
|
|
94
|
+
className: cn(
|
|
95
|
+
"inline-flex size-4 shrink-0 items-center justify-center text-xs text-muted-foreground transition-transform",
|
|
96
|
+
hasChildren ? "" : "opacity-0",
|
|
97
|
+
expanded ? "rotate-90" : ""
|
|
98
|
+
),
|
|
99
|
+
children: "\u25B8"
|
|
100
|
+
}
|
|
101
|
+
),
|
|
102
|
+
node.icon ? /* @__PURE__ */ jsx("span", { "aria-hidden": "true", className: "inline-flex size-4 shrink-0", children: node.icon }) : null,
|
|
103
|
+
/* @__PURE__ */ jsx("span", { className: "truncate", children: node.label })
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
);
|
|
107
|
+
}
|
|
108
|
+
function nextActiveId(flat, delta, current) {
|
|
109
|
+
if (flat.length === 0) return void 0;
|
|
110
|
+
if (!current) return flat[0]?.node.id;
|
|
111
|
+
const index = flat.findIndex((entry) => entry.node.id === current);
|
|
112
|
+
if (index < 0) return flat[0]?.node.id;
|
|
113
|
+
const nextIndex = Math.min(Math.max(index + delta, 0), flat.length - 1);
|
|
114
|
+
return flat[nextIndex]?.node.id;
|
|
115
|
+
}
|
|
116
|
+
function findFlat(flat, id) {
|
|
117
|
+
if (!id) return void 0;
|
|
118
|
+
return flat.find((entry) => entry.node.id === id);
|
|
119
|
+
}
|
|
120
|
+
function useTreeState(arguments_) {
|
|
121
|
+
const {
|
|
122
|
+
defaultExpanded = [],
|
|
123
|
+
defaultSelected = [],
|
|
124
|
+
expanded,
|
|
125
|
+
onExpandedChange,
|
|
126
|
+
onSelect,
|
|
127
|
+
selected,
|
|
128
|
+
selectionMode
|
|
129
|
+
} = arguments_;
|
|
130
|
+
const [expandedState, setExpandedState] = useControlled(
|
|
131
|
+
expanded,
|
|
132
|
+
defaultExpanded
|
|
133
|
+
);
|
|
134
|
+
const [selectedState, setSelectedState] = useControlled(
|
|
135
|
+
selected,
|
|
136
|
+
defaultSelected
|
|
137
|
+
);
|
|
138
|
+
const expandedSet = useMemo(() => new Set(expandedState), [expandedState]);
|
|
139
|
+
const selectedSet = useMemo(() => new Set(selectedState), [selectedState]);
|
|
140
|
+
const applyExpand = useCallback(
|
|
141
|
+
(id) => {
|
|
142
|
+
const next = toggleSet(expandedSet, id);
|
|
143
|
+
setExpandedState(next);
|
|
144
|
+
onExpandedChange?.(next);
|
|
145
|
+
},
|
|
146
|
+
[expandedSet, onExpandedChange, setExpandedState]
|
|
147
|
+
);
|
|
148
|
+
const applySelect = useCallback(
|
|
149
|
+
(id) => {
|
|
150
|
+
const next = selectionMode === "single" ? [id] : toggleSet(selectedSet, id);
|
|
151
|
+
setSelectedState(next);
|
|
152
|
+
onSelect?.(next);
|
|
153
|
+
},
|
|
154
|
+
[onSelect, selectedSet, selectionMode, setSelectedState]
|
|
155
|
+
);
|
|
156
|
+
return { applyExpand, applySelect, expandedSet, selectedSet };
|
|
157
|
+
}
|
|
158
|
+
function useKeyboardHandler(arguments_) {
|
|
159
|
+
const { activeId, applyExpand, applySelect, expandedSet, flat, setActiveId } = arguments_;
|
|
160
|
+
return useCallback(
|
|
161
|
+
(event) => {
|
|
162
|
+
const current = findFlat(flat, activeId);
|
|
163
|
+
if (event.key === "ArrowDown") {
|
|
164
|
+
event.preventDefault();
|
|
165
|
+
setActiveId(nextActiveId(flat, 1, activeId));
|
|
166
|
+
return;
|
|
167
|
+
}
|
|
168
|
+
if (event.key === "ArrowUp") {
|
|
169
|
+
event.preventDefault();
|
|
170
|
+
setActiveId(nextActiveId(flat, -1, activeId));
|
|
171
|
+
return;
|
|
172
|
+
}
|
|
173
|
+
if (event.key === "ArrowRight" && current?.hasChildren) {
|
|
174
|
+
event.preventDefault();
|
|
175
|
+
if (!expandedSet.has(current.node.id)) applyExpand(current.node.id);
|
|
176
|
+
return;
|
|
177
|
+
}
|
|
178
|
+
if (event.key === "ArrowLeft" && current) {
|
|
179
|
+
event.preventDefault();
|
|
180
|
+
if (current.hasChildren && expandedSet.has(current.node.id)) {
|
|
181
|
+
applyExpand(current.node.id);
|
|
182
|
+
} else if (current.parentId) {
|
|
183
|
+
setActiveId(current.parentId);
|
|
184
|
+
}
|
|
185
|
+
return;
|
|
186
|
+
}
|
|
187
|
+
if (event.key === "Enter" || event.key === " ") {
|
|
188
|
+
if (!current || current.node.disabled) return;
|
|
189
|
+
event.preventDefault();
|
|
190
|
+
if (current.hasChildren) applyExpand(current.node.id);
|
|
191
|
+
else applySelect(current.node.id);
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
[activeId, applyExpand, applySelect, expandedSet, flat, setActiveId]
|
|
195
|
+
);
|
|
196
|
+
}
|
|
197
|
+
function TreeRows({
|
|
198
|
+
activeId,
|
|
199
|
+
applyExpand,
|
|
200
|
+
applySelect,
|
|
201
|
+
expandedSet,
|
|
202
|
+
flat,
|
|
203
|
+
selectedSet,
|
|
204
|
+
setActiveId
|
|
205
|
+
}) {
|
|
206
|
+
return /* @__PURE__ */ jsx(Fragment, { children: flat.map((entry) => /* @__PURE__ */ jsx(
|
|
207
|
+
TreeRow,
|
|
208
|
+
{
|
|
209
|
+
active: entry.node.id === activeId,
|
|
210
|
+
expanded: expandedSet.has(entry.node.id),
|
|
211
|
+
flat: entry,
|
|
212
|
+
onActivate: setActiveId,
|
|
213
|
+
onExpand: applyExpand,
|
|
214
|
+
onSelect: applySelect,
|
|
215
|
+
selected: selectedSet.has(entry.node.id)
|
|
216
|
+
},
|
|
217
|
+
entry.node.id
|
|
218
|
+
)) });
|
|
219
|
+
}
|
|
220
|
+
const TreeView = forwardRef(
|
|
221
|
+
(props, ref) => {
|
|
222
|
+
const {
|
|
223
|
+
className,
|
|
224
|
+
defaultExpanded,
|
|
225
|
+
defaultSelected,
|
|
226
|
+
expanded,
|
|
227
|
+
labels,
|
|
228
|
+
nodes,
|
|
229
|
+
onExpandedChange,
|
|
230
|
+
onSelect,
|
|
231
|
+
selected,
|
|
232
|
+
selectionMode = "single",
|
|
233
|
+
...rest
|
|
234
|
+
} = props;
|
|
235
|
+
const resolvedLabels = useMemo(
|
|
236
|
+
() => ({ ...DEFAULT_LABELS, ...labels }),
|
|
237
|
+
[labels]
|
|
238
|
+
);
|
|
239
|
+
const { applyExpand, applySelect, expandedSet, selectedSet } = useTreeState(
|
|
240
|
+
{
|
|
241
|
+
defaultExpanded,
|
|
242
|
+
defaultSelected,
|
|
243
|
+
expanded,
|
|
244
|
+
onExpandedChange,
|
|
245
|
+
onSelect,
|
|
246
|
+
selected,
|
|
247
|
+
selectionMode
|
|
248
|
+
}
|
|
249
|
+
);
|
|
250
|
+
const flat = useMemo(
|
|
251
|
+
() => flattenVisible({ expanded: expandedSet, nodes }),
|
|
252
|
+
[expandedSet, nodes]
|
|
253
|
+
);
|
|
254
|
+
const [activeId, setActiveId] = useState(
|
|
255
|
+
() => flat[0]?.node.id
|
|
256
|
+
);
|
|
257
|
+
const handleKeyDown = useKeyboardHandler({
|
|
258
|
+
activeId,
|
|
259
|
+
applyExpand,
|
|
260
|
+
applySelect,
|
|
261
|
+
expandedSet,
|
|
262
|
+
flat,
|
|
263
|
+
setActiveId
|
|
264
|
+
});
|
|
265
|
+
return /* @__PURE__ */ jsx(
|
|
266
|
+
"ul",
|
|
267
|
+
{
|
|
268
|
+
"aria-label": resolvedLabels.region,
|
|
269
|
+
"aria-multiselectable": selectionMode === "multiple" || void 0,
|
|
270
|
+
className: cn(
|
|
271
|
+
"flex flex-col gap-0.5 rounded-2xl border bg-background p-2 text-foreground focus:outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
272
|
+
className
|
|
273
|
+
),
|
|
274
|
+
onKeyDown: handleKeyDown,
|
|
275
|
+
ref,
|
|
276
|
+
role: "tree",
|
|
277
|
+
tabIndex: 0,
|
|
278
|
+
...rest,
|
|
279
|
+
children: /* @__PURE__ */ jsx(
|
|
280
|
+
TreeRows,
|
|
281
|
+
{
|
|
282
|
+
activeId,
|
|
283
|
+
applyExpand,
|
|
284
|
+
applySelect,
|
|
285
|
+
expandedSet,
|
|
286
|
+
flat,
|
|
287
|
+
selectedSet,
|
|
288
|
+
setActiveId
|
|
289
|
+
}
|
|
290
|
+
)
|
|
291
|
+
}
|
|
292
|
+
);
|
|
293
|
+
}
|
|
294
|
+
);
|
|
295
|
+
TreeView.displayName = "TreeView";
|
|
296
|
+
export {
|
|
297
|
+
TreeView
|
|
298
|
+
};
|
|
@@ -32,11 +32,11 @@ function TutorialCompleteImpl({
|
|
|
32
32
|
/* @__PURE__ */ jsx(
|
|
33
33
|
"div",
|
|
34
34
|
{
|
|
35
|
-
className: `inline-flex items-center justify-center
|
|
35
|
+
className: `inline-flex items-center justify-center size-20 rounded-full mb-6 ${isFullyComplete ? "bg-green-100 dark:bg-green-900/30" : "bg-muted"}`,
|
|
36
36
|
children: /* @__PURE__ */ jsx(
|
|
37
37
|
Check,
|
|
38
38
|
{
|
|
39
|
-
className: `
|
|
39
|
+
className: `size-10 ${isFullyComplete ? "text-green-600 dark:text-green-400" : "text-muted-foreground"}`
|
|
40
40
|
}
|
|
41
41
|
)
|
|
42
42
|
}
|
|
@@ -44,7 +44,7 @@ function TutorialCompleteImpl({
|
|
|
44
44
|
/* @__PURE__ */ jsx("h2", { className: "text-3xl font-bold mb-2", children: isFullyComplete ? labels.tutorialComplete : labels.tutorialFinished }),
|
|
45
45
|
/* @__PURE__ */ jsx("p", { className: "text-muted-foreground mb-6", children: isFullyComplete ? `${labels.youveCompletedAll} "${title}"` : `${labels.youveFinishedWith} "${title}" (${completionPercent}%)` }),
|
|
46
46
|
/* @__PURE__ */ jsxs(Button, { className: "gap-2", onClick: onRestart, variant: "outline", children: [
|
|
47
|
-
/* @__PURE__ */ jsx(RotateCcw, { className: "
|
|
47
|
+
/* @__PURE__ */ jsx(RotateCcw, { className: "size-4" }),
|
|
48
48
|
labels.startOver
|
|
49
49
|
] })
|
|
50
50
|
] }),
|
|
@@ -64,15 +64,15 @@ function TutorialCompleteImpl({
|
|
|
64
64
|
/* @__PURE__ */ jsx(
|
|
65
65
|
"div",
|
|
66
66
|
{
|
|
67
|
-
className: `flex-shrink-0
|
|
68
|
-
children: isCompleted ? /* @__PURE__ */ jsx(Check, { className: "
|
|
67
|
+
className: `flex-shrink-0 size-5 rounded-full border-2 flex items-center justify-center ${isCompleted ? "bg-foreground border-foreground" : "border-muted-foreground"}`,
|
|
68
|
+
children: isCompleted ? /* @__PURE__ */ jsx(Check, { className: "size-3 text-background" }) : null
|
|
69
69
|
}
|
|
70
70
|
),
|
|
71
71
|
/* @__PURE__ */ jsx("span", { className: "flex-1 truncate", children: section.title }),
|
|
72
|
-
/* @__PURE__ */ jsx(ChevronRight, { className: "
|
|
72
|
+
/* @__PURE__ */ jsx(ChevronRight, { className: "size-4 text-muted-foreground" })
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
|
-
|
|
75
|
+
section.id
|
|
76
76
|
);
|
|
77
77
|
}) })
|
|
78
78
|
] }),
|
|
@@ -86,7 +86,7 @@ function TutorialCompleteImpl({
|
|
|
86
86
|
children: [
|
|
87
87
|
/* @__PURE__ */ jsx("span", { className: "text-xs uppercase text-muted-foreground font-medium", children: item.type }),
|
|
88
88
|
/* @__PURE__ */ jsx("span", { className: "flex-1 truncate", children: item.title }),
|
|
89
|
-
/* @__PURE__ */ jsx(ChevronRight, { className: "
|
|
89
|
+
/* @__PURE__ */ jsx(ChevronRight, { className: "size-4 text-muted-foreground" })
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
92
|
item.href
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
3
|
import { forwardRef, useMemo } from "react";
|
|
3
4
|
import { ArrowDownRight, ArrowUpRight } from "lucide-react";
|
|
@@ -20,10 +21,14 @@ function formatPercent(value) {
|
|
|
20
21
|
if (!Number.isFinite(value)) return "0%";
|
|
21
22
|
return `${Math.round(value)}%`;
|
|
22
23
|
}
|
|
24
|
+
const LARGE_VALUE_FORMATTER = new Intl.NumberFormat("en-US", {
|
|
25
|
+
maximumFractionDigits: 0
|
|
26
|
+
});
|
|
27
|
+
const SMALL_VALUE_FORMATTER = new Intl.NumberFormat("en-US", {
|
|
28
|
+
maximumFractionDigits: 1
|
|
29
|
+
});
|
|
23
30
|
function formatValue(value) {
|
|
24
|
-
return
|
|
25
|
-
maximumFractionDigits: value >= 100 ? 0 : 1
|
|
26
|
-
}).format(value);
|
|
31
|
+
return value >= 100 ? LARGE_VALUE_FORMATTER.format(value) : SMALL_VALUE_FORMATTER.format(value);
|
|
27
32
|
}
|
|
28
33
|
function getRelativeWidth(value, maxValue) {
|
|
29
34
|
if (maxValue <= 0) return 0;
|
|
@@ -38,7 +43,7 @@ function UsageBreakdownTrend({ item }) {
|
|
|
38
43
|
const trendTone = item.tone ?? "default";
|
|
39
44
|
const TrendIcon = item.trend.direction === "down" ? ArrowDownRight : ArrowUpRight;
|
|
40
45
|
return /* @__PURE__ */ jsxs(Badge, { className: cn("gap-1 border", toneClasses[trendTone]), children: [
|
|
41
|
-
/* @__PURE__ */ jsx(TrendIcon, { className: "
|
|
46
|
+
/* @__PURE__ */ jsx(TrendIcon, { className: "size-3.5" }),
|
|
42
47
|
item.trend.label
|
|
43
48
|
] });
|
|
44
49
|
}
|
|
@@ -68,7 +73,7 @@ function UsageBreakdownRow({
|
|
|
68
73
|
totalValue
|
|
69
74
|
}) {
|
|
70
75
|
return /* @__PURE__ */ jsx("li", { className: "rounded-lg border bg-background/70 p-4", children: /* @__PURE__ */ jsxs("div", { className: "flex items-start gap-3", children: [
|
|
71
|
-
/* @__PURE__ */ jsx("div", { className: "flex
|
|
76
|
+
/* @__PURE__ */ jsx("div", { className: "flex size-10 shrink-0 items-center justify-center rounded-md border bg-muted text-sm font-semibold text-muted-foreground", children: item.icon ?? rank }),
|
|
72
77
|
/* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1 space-y-3", children: [
|
|
73
78
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-2 sm:flex-row sm:items-start sm:justify-between", children: [
|
|
74
79
|
/* @__PURE__ */ jsxs("div", { className: "min-w-0 space-y-1", children: [
|
|
@@ -60,14 +60,14 @@ function VideoEmbed({
|
|
|
60
60
|
src: thumbnail
|
|
61
61
|
}
|
|
62
62
|
) : /* @__PURE__ */ jsx("div", { className: "absolute inset-0 bg-gradient-to-br from-muted to-muted-foreground/20" }),
|
|
63
|
-
/* @__PURE__ */ jsx("div", { className: "relative z-10 flex
|
|
63
|
+
/* @__PURE__ */ jsx("div", { className: "relative z-10 flex size-16 items-center justify-center rounded-full bg-primary text-primary-foreground shadow-lg transition-transform group-hover:scale-110", children: /* @__PURE__ */ jsx(Play, { className: "size-6 ml-1" }) })
|
|
64
64
|
]
|
|
65
65
|
}
|
|
66
66
|
)
|
|
67
67
|
}
|
|
68
68
|
),
|
|
69
69
|
/* @__PURE__ */ jsxs("p", { className: "mt-2 text-sm text-center text-muted-foreground flex items-center justify-center gap-1", children: [
|
|
70
|
-
/* @__PURE__ */ jsx(Video, { className: "
|
|
70
|
+
/* @__PURE__ */ jsx(Video, { className: "size-4" }),
|
|
71
71
|
title
|
|
72
72
|
] })
|
|
73
73
|
] });
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import {
|
|
4
|
+
forwardRef
|
|
5
|
+
} from "react";
|
|
6
|
+
import { cn } from "../../lib/utils";
|
|
7
|
+
const DEFAULT_LABELS = {
|
|
8
|
+
empty: "No saved views",
|
|
9
|
+
region: "Viewport bookmarks"
|
|
10
|
+
};
|
|
11
|
+
const Row = (props) => {
|
|
12
|
+
const { active, bookmark, onSelect } = props;
|
|
13
|
+
const handleClick = () => {
|
|
14
|
+
onSelect?.(bookmark.id);
|
|
15
|
+
};
|
|
16
|
+
const rowClass = "flex w-full items-center gap-2 rounded-md px-2 py-1.5 text-left text-xs transition-colors";
|
|
17
|
+
const activeClass = active ? "bg-muted/60 text-foreground" : "text-muted-foreground hover:bg-muted/30 hover:text-foreground";
|
|
18
|
+
if (onSelect) {
|
|
19
|
+
return /* @__PURE__ */ jsx(
|
|
20
|
+
"button",
|
|
21
|
+
{
|
|
22
|
+
"aria-pressed": active,
|
|
23
|
+
className: cn(
|
|
24
|
+
rowClass,
|
|
25
|
+
activeClass,
|
|
26
|
+
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
27
|
+
),
|
|
28
|
+
"data-viewport-bookmark": bookmark.id,
|
|
29
|
+
"data-viewport-bookmark-active": active,
|
|
30
|
+
onClick: handleClick,
|
|
31
|
+
type: "button",
|
|
32
|
+
children: /* @__PURE__ */ jsx(RowBody, { bookmark })
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
return /* @__PURE__ */ jsx(
|
|
37
|
+
"span",
|
|
38
|
+
{
|
|
39
|
+
className: cn(rowClass, activeClass),
|
|
40
|
+
"data-viewport-bookmark": bookmark.id,
|
|
41
|
+
"data-viewport-bookmark-active": active,
|
|
42
|
+
children: /* @__PURE__ */ jsx(RowBody, { bookmark })
|
|
43
|
+
}
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
const RowBody = (props) => {
|
|
47
|
+
const { bookmark } = props;
|
|
48
|
+
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
49
|
+
/* @__PURE__ */ jsx(
|
|
50
|
+
"span",
|
|
51
|
+
{
|
|
52
|
+
"aria-hidden": "true",
|
|
53
|
+
className: "size-1.5 rounded-full",
|
|
54
|
+
style: { backgroundColor: bookmark.color ?? "hsl(var(--foreground))" }
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ jsxs("span", { className: "flex flex-1 flex-col text-left", children: [
|
|
58
|
+
/* @__PURE__ */ jsx("span", { className: "truncate font-medium", children: bookmark.label }),
|
|
59
|
+
bookmark.detail ? /* @__PURE__ */ jsx(
|
|
60
|
+
"span",
|
|
61
|
+
{
|
|
62
|
+
className: "truncate text-[10px] text-muted-foreground",
|
|
63
|
+
"data-viewport-bookmark-detail": true,
|
|
64
|
+
children: bookmark.detail
|
|
65
|
+
}
|
|
66
|
+
) : null
|
|
67
|
+
] })
|
|
68
|
+
] });
|
|
69
|
+
};
|
|
70
|
+
const ViewportBookmarks = forwardRef((props, ref) => {
|
|
71
|
+
const {
|
|
72
|
+
activeId,
|
|
73
|
+
bookmarks,
|
|
74
|
+
className,
|
|
75
|
+
labels,
|
|
76
|
+
onSelect,
|
|
77
|
+
title = "Saved views",
|
|
78
|
+
...rest
|
|
79
|
+
} = props;
|
|
80
|
+
const resolvedLabels = { ...DEFAULT_LABELS, ...labels };
|
|
81
|
+
return /* @__PURE__ */ jsxs(
|
|
82
|
+
"section",
|
|
83
|
+
{
|
|
84
|
+
"aria-label": resolvedLabels.region,
|
|
85
|
+
className: cn(
|
|
86
|
+
"flex w-full flex-col gap-1 rounded-lg border border-border bg-background p-2 text-foreground",
|
|
87
|
+
className
|
|
88
|
+
),
|
|
89
|
+
"data-viewport-bookmarks": true,
|
|
90
|
+
ref,
|
|
91
|
+
...rest,
|
|
92
|
+
children: [
|
|
93
|
+
/* @__PURE__ */ jsx("header", { className: "px-2 text-[10px] font-semibold uppercase tracking-wide text-muted-foreground", children: title }),
|
|
94
|
+
bookmarks.length === 0 ? /* @__PURE__ */ jsx(
|
|
95
|
+
"p",
|
|
96
|
+
{
|
|
97
|
+
className: "px-2 py-3 text-center text-[11px] text-muted-foreground",
|
|
98
|
+
"data-viewport-bookmarks-state": "empty",
|
|
99
|
+
children: resolvedLabels.empty
|
|
100
|
+
}
|
|
101
|
+
) : /* @__PURE__ */ jsx("ul", { className: "space-y-0.5", children: bookmarks.map((bookmark) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
102
|
+
Row,
|
|
103
|
+
{
|
|
104
|
+
active: activeId === bookmark.id,
|
|
105
|
+
bookmark,
|
|
106
|
+
onSelect
|
|
107
|
+
}
|
|
108
|
+
) }, bookmark.id)) })
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
);
|
|
112
|
+
});
|
|
113
|
+
ViewportBookmarks.displayName = "ViewportBookmarks";
|
|
114
|
+
export {
|
|
115
|
+
ViewportBookmarks
|
|
116
|
+
};
|
|
@@ -31,7 +31,7 @@ function WalletDetails({
|
|
|
31
31
|
/* @__PURE__ */ jsx("p", { className: "text-xs uppercase tracking-[0.18em] text-muted-foreground", children: "Current balance" }),
|
|
32
32
|
/* @__PURE__ */ jsx("p", { className: "mt-2 text-3xl font-semibold tracking-tight", children: balanceLabel })
|
|
33
33
|
] }),
|
|
34
|
-
/* @__PURE__ */ jsxs("div", { className: "space-y-3 rounded-lg border border-border/70 bg-muted/20
|
|
34
|
+
/* @__PURE__ */ jsxs("div", { className: "space-y-3 rounded-lg border border-border/70 bg-muted/20 p-4", children: [
|
|
35
35
|
availableLabel ? /* @__PURE__ */ jsx(DetailRow, { label: "Available now", value: availableLabel }) : null,
|
|
36
36
|
pendingLabel ? /* @__PURE__ */ jsx(DetailRow, { label: "Pending", value: pendingLabel }) : null,
|
|
37
37
|
renewsLabel ? /* @__PURE__ */ jsx(DetailRow, { label: "Refresh", value: renewsLabel }) : null
|
|
@@ -21,13 +21,13 @@ function WatchlistRow({ item }) {
|
|
|
21
21
|
{
|
|
22
22
|
"aria-hidden": "true",
|
|
23
23
|
className: cn(
|
|
24
|
-
"flex
|
|
24
|
+
"flex size-7 items-center justify-center rounded-full border",
|
|
25
25
|
item.starred ? "border-amber-400/40 bg-amber-400/10 text-amber-500" : "border-border bg-background text-muted-foreground"
|
|
26
26
|
),
|
|
27
27
|
children: /* @__PURE__ */ jsx(
|
|
28
28
|
Star,
|
|
29
29
|
{
|
|
30
|
-
className: cn("
|
|
30
|
+
className: cn("size-3.5", item.starred && "fill-current"),
|
|
31
31
|
strokeWidth: 1.75
|
|
32
32
|
}
|
|
33
33
|
)
|
|
@@ -49,7 +49,7 @@ function WatchlistRow({ item }) {
|
|
|
49
49
|
isPositive ? "border-emerald-500/30 bg-emerald-500/10 text-emerald-600 dark:text-emerald-400" : "border-rose-500/30 bg-rose-500/10 text-rose-600 dark:text-rose-400"
|
|
50
50
|
),
|
|
51
51
|
children: [
|
|
52
|
-
/* @__PURE__ */ jsx(TrendIcon, { className: "
|
|
52
|
+
/* @__PURE__ */ jsx(TrendIcon, { className: "size-3" }),
|
|
53
53
|
formatChange(item.change)
|
|
54
54
|
]
|
|
55
55
|
}
|
|
@@ -87,12 +87,12 @@ const Watchlist = React.forwardRef(
|
|
|
87
87
|
] }),
|
|
88
88
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 text-xs text-muted-foreground", children: [
|
|
89
89
|
/* @__PURE__ */ jsxs("span", { className: "inline-flex items-center gap-1 rounded-full border border-emerald-500/30 bg-emerald-500/10 px-2 py-1 text-emerald-600 dark:text-emerald-400", children: [
|
|
90
|
-
/* @__PURE__ */ jsx(ArrowUpRight, { className: "
|
|
90
|
+
/* @__PURE__ */ jsx(ArrowUpRight, { className: "size-3" }),
|
|
91
91
|
advancing,
|
|
92
92
|
" up"
|
|
93
93
|
] }),
|
|
94
94
|
/* @__PURE__ */ jsxs("span", { className: "inline-flex items-center gap-1 rounded-full border border-rose-500/30 bg-rose-500/10 px-2 py-1 text-rose-600 dark:text-rose-400", children: [
|
|
95
|
-
/* @__PURE__ */ jsx(ArrowDownRight, { className: "
|
|
95
|
+
/* @__PURE__ */ jsx(ArrowDownRight, { className: "size-3" }),
|
|
96
96
|
declining,
|
|
97
97
|
" down"
|
|
98
98
|
] })
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef, useMemo, useState } from "react";
|
|
4
|
+
import { cn } from "../../lib/utils";
|
|
5
|
+
const WorkspaceSwitcher = forwardRef(
|
|
6
|
+
({ className, defaultValue, onValueChange, value, workspaces, ...props }, ref) => {
|
|
7
|
+
const fallbackValue = defaultValue ?? workspaces[0]?.id ?? "";
|
|
8
|
+
const [internalValue, setInternalValue] = useState(fallbackValue);
|
|
9
|
+
const currentValue = value ?? internalValue;
|
|
10
|
+
const currentWorkspace = useMemo(
|
|
11
|
+
() => workspaces.find((workspace) => workspace.id === currentValue),
|
|
12
|
+
[currentValue, workspaces]
|
|
13
|
+
);
|
|
14
|
+
function handleSelect(nextValue) {
|
|
15
|
+
if (value === void 0) {
|
|
16
|
+
setInternalValue(nextValue);
|
|
17
|
+
}
|
|
18
|
+
onValueChange?.(nextValue);
|
|
19
|
+
}
|
|
20
|
+
return /* @__PURE__ */ jsxs(
|
|
21
|
+
"div",
|
|
22
|
+
{
|
|
23
|
+
className: cn(
|
|
24
|
+
"inline-flex min-w-0 items-center gap-1 rounded-full border border-border/70 bg-muted/50 p-1",
|
|
25
|
+
className
|
|
26
|
+
),
|
|
27
|
+
ref,
|
|
28
|
+
role: "radiogroup",
|
|
29
|
+
...props,
|
|
30
|
+
children: [
|
|
31
|
+
workspaces.map((workspace) => {
|
|
32
|
+
const isActive = workspace.id === currentValue;
|
|
33
|
+
return /* @__PURE__ */ jsx(
|
|
34
|
+
"button",
|
|
35
|
+
{
|
|
36
|
+
"aria-checked": isActive,
|
|
37
|
+
className: cn(
|
|
38
|
+
"rounded-full px-3 py-1.5 text-sm font-medium transition-colors",
|
|
39
|
+
isActive ? "bg-background text-foreground shadow-sm" : "text-muted-foreground hover:text-foreground"
|
|
40
|
+
),
|
|
41
|
+
onClick: () => {
|
|
42
|
+
handleSelect(workspace.id);
|
|
43
|
+
},
|
|
44
|
+
role: "radio",
|
|
45
|
+
title: workspace.description,
|
|
46
|
+
type: "button",
|
|
47
|
+
children: workspace.label
|
|
48
|
+
},
|
|
49
|
+
workspace.id
|
|
50
|
+
);
|
|
51
|
+
}),
|
|
52
|
+
currentWorkspace?.description ? /* @__PURE__ */ jsx("span", { className: "hidden pl-2 pr-1 text-xs text-muted-foreground md:inline", children: currentWorkspace.description }) : null
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
WorkspaceSwitcher.displayName = "WorkspaceSwitcher";
|
|
59
|
+
export {
|
|
60
|
+
WorkspaceSwitcher
|
|
61
|
+
};
|