@vllnt/ui 0.2.0 → 0.2.1-canary.06f0e84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +46 -1
- package/README.md +27 -12
- package/dist/components/activity-log/activity-log.js +1 -0
- 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-sidebar/ai-sidebar.js +254 -0
- package/dist/components/ai-sidebar/index.js +22 -0
- 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 +1 -0
- package/dist/components/auto-reload/auto-reload.js +367 -0
- package/dist/components/auto-reload/index.js +6 -0
- 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/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/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/checklist/checklist.js +7 -0
- 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 +337 -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/combobox/combobox.js +44 -20
- package/dist/components/comment-pin/comment-pin.js +104 -0
- package/dist/components/comment-pin/index.js +6 -0
- package/dist/components/connector-edge/connector-edge.js +66 -0
- package/dist/components/connector-edge/index.js +6 -0
- package/dist/components/context-lens/context-lens.js +98 -0
- package/dist/components/context-lens/index.js +6 -0
- package/dist/components/conversation-thread/conversation-thread.js +348 -0
- package/dist/components/conversation-thread/index.js +20 -0
- package/dist/components/copy-button/copy-button.js +189 -0
- package/dist/components/copy-button/index.js +8 -0
- package/dist/components/curriculum/curriculum.js +349 -0
- package/dist/components/curriculum/index.js +10 -0
- package/dist/components/data-list/data-list.js +1 -0
- package/dist/components/document-sibling-nav/document-sibling-nav.js +111 -0
- package/dist/components/document-sibling-nav/index.js +8 -0
- package/dist/components/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/floating-toolbar/floating-toolbar.js +66 -0
- package/dist/components/floating-toolbar/index.js +6 -0
- 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 +331 -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 +273 -0
- package/dist/components/historical-figure-card/index.js +6 -0
- 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/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/knowledge-check/index.js +6 -0
- package/dist/components/knowledge-check/knowledge-check.js +448 -0
- 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/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/metric-cluster/index.js +6 -0
- package/dist/components/metric-cluster/metric-cluster.js +96 -0
- 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/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/newsletter-signup/index.js +8 -0
- package/dist/components/newsletter-signup/newsletter-signup.js +269 -0
- 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/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/progress-tracker/index.js +20 -0
- package/dist/components/progress-tracker/progress-tracker.js +527 -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/relationship-inspector/index.js +6 -0
- package/dist/components/relationship-inspector/relationship-inspector.js +102 -0
- package/dist/components/right-dock/index.js +4 -0
- package/dist/components/right-dock/right-dock.js +28 -0
- package/dist/components/route-map/index.js +6 -0
- package/dist/components/route-map/route-map.js +339 -0
- package/dist/components/routing-assignment-panel/index.js +6 -0
- package/dist/components/routing-assignment-panel/routing-assignment-panel.js +122 -0
- package/dist/components/run-timeline/index.js +6 -0
- package/dist/components/run-timeline/run-timeline.js +221 -0
- package/dist/components/runtime-overview-panel/index.js +6 -0
- package/dist/components/runtime-overview-panel/runtime-overview-panel.js +89 -0
- package/dist/components/segmented-control/index.js +12 -0
- package/dist/components/segmented-control/segmented-control.js +61 -0
- 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/snap-guides/index.js +6 -0
- package/dist/components/snap-guides/snap-guides.js +45 -0
- package/dist/components/spinner/unicode-spinner.js +1 -0
- 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/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/tags-input/index.js +4 -0
- package/dist/components/tags-input/tags-input.js +178 -0
- 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/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/top-bar/index.js +4 -0
- package/dist/components/top-bar/top-bar.js +31 -0
- package/dist/components/transaction-list/index.js +14 -0
- package/dist/components/transaction-list/transaction-list.js +226 -0
- package/dist/components/tree-view/index.js +6 -0
- package/dist/components/tree-view/tree-view.js +298 -0
- package/dist/components/usage-breakdown/usage-breakdown.js +1 -0
- package/dist/components/viewport-bookmarks/index.js +6 -0
- package/dist/components/viewport-bookmarks/viewport-bookmarks.js +116 -0
- 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/zoom-hud/index.js +4 -0
- package/dist/components/zoom-hud/zoom-hud.js +61 -0
- package/dist/index.d.ts +7906 -225
- package/dist/index.js +3 -1
- package/package.json +9 -5
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import {
|
|
3
|
+
forwardRef
|
|
4
|
+
} from "react";
|
|
5
|
+
import { cn } from "../../lib/utils";
|
|
6
|
+
import { Badge } from "../badge/badge";
|
|
7
|
+
const CENTS_PER_UNIT = 100;
|
|
8
|
+
const DEFAULT_LOCALE = "en-US";
|
|
9
|
+
const DEFAULT_CURRENCY = "USD";
|
|
10
|
+
const DEFAULT_LABELS = {
|
|
11
|
+
active: "Active",
|
|
12
|
+
canceled: "Canceled",
|
|
13
|
+
pastDue: "Past due",
|
|
14
|
+
renews: "Renews",
|
|
15
|
+
trialing: "Trial"
|
|
16
|
+
};
|
|
17
|
+
const SIGN_BY_TYPE = {
|
|
18
|
+
credit: "positive",
|
|
19
|
+
debit: "negative",
|
|
20
|
+
initial: "positive",
|
|
21
|
+
refund: "positive"
|
|
22
|
+
};
|
|
23
|
+
const AMOUNT_CLASS = {
|
|
24
|
+
negative: "text-destructive",
|
|
25
|
+
positive: "text-emerald-600 dark:text-emerald-400"
|
|
26
|
+
};
|
|
27
|
+
const STATUS_VARIANT = {
|
|
28
|
+
active: "default",
|
|
29
|
+
canceled: "secondary",
|
|
30
|
+
past_due: "destructive",
|
|
31
|
+
trialing: "outline"
|
|
32
|
+
};
|
|
33
|
+
const STATUS_LABEL_KEY = {
|
|
34
|
+
active: "active",
|
|
35
|
+
canceled: "canceled",
|
|
36
|
+
past_due: "pastDue",
|
|
37
|
+
trialing: "trialing"
|
|
38
|
+
};
|
|
39
|
+
const INTERVAL_LABEL = {
|
|
40
|
+
day: "day",
|
|
41
|
+
month: "mo",
|
|
42
|
+
week: "wk",
|
|
43
|
+
year: "yr"
|
|
44
|
+
};
|
|
45
|
+
function formatTransactionAmount(amountCents, options = {}) {
|
|
46
|
+
const { currency = DEFAULT_CURRENCY, locale = DEFAULT_LOCALE } = options;
|
|
47
|
+
return new Intl.NumberFormat(locale, {
|
|
48
|
+
currency,
|
|
49
|
+
style: "currency"
|
|
50
|
+
}).format(amountCents / CENTS_PER_UNIT);
|
|
51
|
+
}
|
|
52
|
+
function formatTransactionDate(timestamp, locale = DEFAULT_LOCALE) {
|
|
53
|
+
return new Intl.DateTimeFormat(locale, {
|
|
54
|
+
day: "numeric",
|
|
55
|
+
month: "short",
|
|
56
|
+
year: "numeric"
|
|
57
|
+
}).format(new Date(timestamp));
|
|
58
|
+
}
|
|
59
|
+
const TransactionListBase = forwardRef(
|
|
60
|
+
(props, ref) => {
|
|
61
|
+
const {
|
|
62
|
+
children,
|
|
63
|
+
className,
|
|
64
|
+
currency,
|
|
65
|
+
emptyMessage,
|
|
66
|
+
labels,
|
|
67
|
+
locale,
|
|
68
|
+
transactions,
|
|
69
|
+
...rest
|
|
70
|
+
} = props;
|
|
71
|
+
const isEmpty = transactions.length === 0;
|
|
72
|
+
const hasPinned = Boolean(children);
|
|
73
|
+
return /* @__PURE__ */ jsxs(
|
|
74
|
+
"div",
|
|
75
|
+
{
|
|
76
|
+
className: cn(
|
|
77
|
+
"flex w-full flex-col gap-2 rounded-2xl border bg-background p-3",
|
|
78
|
+
className
|
|
79
|
+
),
|
|
80
|
+
ref,
|
|
81
|
+
...rest,
|
|
82
|
+
children: [
|
|
83
|
+
children,
|
|
84
|
+
isEmpty && !hasPinned && emptyMessage ? /* @__PURE__ */ jsx("p", { className: "py-6 text-center text-sm text-muted-foreground", children: emptyMessage }) : null,
|
|
85
|
+
isEmpty ? null : /* @__PURE__ */ jsx("ul", { className: "flex flex-col gap-1.5", children: transactions.map((transaction) => /* @__PURE__ */ jsx(
|
|
86
|
+
TransactionListItem,
|
|
87
|
+
{
|
|
88
|
+
currency,
|
|
89
|
+
labels,
|
|
90
|
+
locale,
|
|
91
|
+
transaction
|
|
92
|
+
},
|
|
93
|
+
transaction.id
|
|
94
|
+
)) })
|
|
95
|
+
]
|
|
96
|
+
}
|
|
97
|
+
);
|
|
98
|
+
}
|
|
99
|
+
);
|
|
100
|
+
TransactionListBase.displayName = "TransactionList";
|
|
101
|
+
const TransactionListPinned = forwardRef(({ children, className, ...rest }, ref) => /* @__PURE__ */ jsx("div", { className: cn("flex flex-col gap-1.5", className), ref, ...rest, children }));
|
|
102
|
+
TransactionListPinned.displayName = "TransactionList.Pinned";
|
|
103
|
+
function TransactionListItem({
|
|
104
|
+
currency,
|
|
105
|
+
locale,
|
|
106
|
+
transaction
|
|
107
|
+
}) {
|
|
108
|
+
const sign = SIGN_BY_TYPE[transaction.type];
|
|
109
|
+
const formatted = formatTransactionAmount(transaction.amountCents, {
|
|
110
|
+
currency,
|
|
111
|
+
locale
|
|
112
|
+
});
|
|
113
|
+
const display = sign === "negative" ? `-${formatted}` : `+${formatted}`;
|
|
114
|
+
const ariaLabel = typeof transaction.description === "string" ? `${sign === "negative" ? "Debit" : "Credit"} ${display} for ${transaction.description}` : void 0;
|
|
115
|
+
return /* @__PURE__ */ jsxs(
|
|
116
|
+
"li",
|
|
117
|
+
{
|
|
118
|
+
className: "flex items-start justify-between gap-3 rounded-lg border border-border bg-muted/20 px-3 py-2",
|
|
119
|
+
"data-transaction-type": transaction.type,
|
|
120
|
+
children: [
|
|
121
|
+
/* @__PURE__ */ jsxs("div", { className: "flex min-w-0 flex-col gap-0.5", children: [
|
|
122
|
+
/* @__PURE__ */ jsx("p", { className: "truncate text-sm font-medium text-foreground", children: transaction.description }),
|
|
123
|
+
/* @__PURE__ */ jsxs("p", { className: "text-xs text-muted-foreground", children: [
|
|
124
|
+
formatTransactionDate(transaction.createdAt, locale),
|
|
125
|
+
transaction.meta ? /* @__PURE__ */ jsxs("span", { children: [
|
|
126
|
+
" \xB7 ",
|
|
127
|
+
transaction.meta
|
|
128
|
+
] }) : null
|
|
129
|
+
] })
|
|
130
|
+
] }),
|
|
131
|
+
/* @__PURE__ */ jsx(
|
|
132
|
+
"span",
|
|
133
|
+
{
|
|
134
|
+
"aria-label": ariaLabel,
|
|
135
|
+
className: cn(
|
|
136
|
+
"shrink-0 font-mono text-sm font-semibold",
|
|
137
|
+
AMOUNT_CLASS[sign]
|
|
138
|
+
),
|
|
139
|
+
children: display
|
|
140
|
+
}
|
|
141
|
+
)
|
|
142
|
+
]
|
|
143
|
+
}
|
|
144
|
+
);
|
|
145
|
+
}
|
|
146
|
+
function SubscriptionMeta({
|
|
147
|
+
locale,
|
|
148
|
+
meta,
|
|
149
|
+
renewsAt,
|
|
150
|
+
renewsLabel
|
|
151
|
+
}) {
|
|
152
|
+
if (renewsAt === void 0 && !meta) return null;
|
|
153
|
+
return /* @__PURE__ */ jsxs("p", { className: "text-xs text-muted-foreground", children: [
|
|
154
|
+
renewsAt === void 0 ? null : `${renewsLabel} ${formatTransactionDate(renewsAt, locale)}`,
|
|
155
|
+
renewsAt !== void 0 && meta ? /* @__PURE__ */ jsxs("span", { children: [
|
|
156
|
+
" \xB7 ",
|
|
157
|
+
meta
|
|
158
|
+
] }) : null,
|
|
159
|
+
renewsAt === void 0 && meta ? meta : null
|
|
160
|
+
] });
|
|
161
|
+
}
|
|
162
|
+
const TransactionListSubscriptionRow = forwardRef((props, ref) => {
|
|
163
|
+
const {
|
|
164
|
+
amountCents,
|
|
165
|
+
className,
|
|
166
|
+
currency,
|
|
167
|
+
interval,
|
|
168
|
+
labels,
|
|
169
|
+
locale,
|
|
170
|
+
meta,
|
|
171
|
+
plan,
|
|
172
|
+
renewsAt,
|
|
173
|
+
status,
|
|
174
|
+
...rest
|
|
175
|
+
} = props;
|
|
176
|
+
const resolvedLabels = { ...DEFAULT_LABELS, ...labels };
|
|
177
|
+
const formatted = formatTransactionAmount(amountCents, { currency, locale });
|
|
178
|
+
const intervalSuffix = INTERVAL_LABEL[interval];
|
|
179
|
+
const isActive = status === "active";
|
|
180
|
+
return /* @__PURE__ */ jsxs(
|
|
181
|
+
"div",
|
|
182
|
+
{
|
|
183
|
+
className: cn(
|
|
184
|
+
"flex items-start justify-between gap-3 rounded-lg border px-3 py-2",
|
|
185
|
+
isActive ? "border-emerald-500/40 bg-emerald-500/5" : "border-border bg-muted/20",
|
|
186
|
+
className
|
|
187
|
+
),
|
|
188
|
+
"data-status": status,
|
|
189
|
+
ref,
|
|
190
|
+
...rest,
|
|
191
|
+
children: [
|
|
192
|
+
/* @__PURE__ */ jsxs("div", { className: "flex min-w-0 flex-col gap-1", children: [
|
|
193
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-center gap-2", children: [
|
|
194
|
+
/* @__PURE__ */ jsx("p", { className: "text-sm font-semibold text-foreground", children: plan }),
|
|
195
|
+
/* @__PURE__ */ jsx(Badge, { variant: STATUS_VARIANT[status], children: resolvedLabels[STATUS_LABEL_KEY[status]] })
|
|
196
|
+
] }),
|
|
197
|
+
/* @__PURE__ */ jsx(
|
|
198
|
+
SubscriptionMeta,
|
|
199
|
+
{
|
|
200
|
+
locale,
|
|
201
|
+
meta,
|
|
202
|
+
renewsAt,
|
|
203
|
+
renewsLabel: resolvedLabels.renews
|
|
204
|
+
}
|
|
205
|
+
)
|
|
206
|
+
] }),
|
|
207
|
+
/* @__PURE__ */ jsxs("span", { className: "shrink-0 font-mono text-sm font-semibold text-foreground", children: [
|
|
208
|
+
formatted,
|
|
209
|
+
"/",
|
|
210
|
+
intervalSuffix
|
|
211
|
+
] })
|
|
212
|
+
]
|
|
213
|
+
}
|
|
214
|
+
);
|
|
215
|
+
});
|
|
216
|
+
TransactionListSubscriptionRow.displayName = "TransactionList.SubscriptionRow";
|
|
217
|
+
const TransactionList = TransactionListBase;
|
|
218
|
+
TransactionList.Pinned = TransactionListPinned;
|
|
219
|
+
TransactionList.SubscriptionRow = TransactionListSubscriptionRow;
|
|
220
|
+
export {
|
|
221
|
+
TransactionList,
|
|
222
|
+
TransactionListPinned,
|
|
223
|
+
TransactionListSubscriptionRow,
|
|
224
|
+
formatTransactionAmount,
|
|
225
|
+
formatTransactionDate
|
|
226
|
+
};
|
|
@@ -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 h-4 w-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 h-4 w-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
|
+
};
|
|
@@ -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: "h-1.5 w-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
|
+
};
|