@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,160 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import {
|
|
4
|
+
forwardRef
|
|
5
|
+
} from "react";
|
|
6
|
+
import { cn } from "../../lib/utils";
|
|
7
|
+
const TONE_STROKE = {
|
|
8
|
+
danger: "stroke-red-500",
|
|
9
|
+
neutral: "stroke-foreground",
|
|
10
|
+
success: "stroke-emerald-500",
|
|
11
|
+
warn: "stroke-amber-500"
|
|
12
|
+
};
|
|
13
|
+
const DEFAULT_LABELS = {
|
|
14
|
+
region: "Threshold ring"
|
|
15
|
+
};
|
|
16
|
+
const clamp = (v, min, max) => {
|
|
17
|
+
if (v < min) {
|
|
18
|
+
return min;
|
|
19
|
+
}
|
|
20
|
+
if (v > max) {
|
|
21
|
+
return max;
|
|
22
|
+
}
|
|
23
|
+
return v;
|
|
24
|
+
};
|
|
25
|
+
const polar = (input) => {
|
|
26
|
+
const rad = (input.angle - 90) * (Math.PI / 180);
|
|
27
|
+
return {
|
|
28
|
+
x: input.cx + input.r * Math.cos(rad),
|
|
29
|
+
y: input.cy + input.r * Math.sin(rad)
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
const computeGeometry = (input) => {
|
|
33
|
+
const safeMax = input.max <= 0 ? 1 : input.max;
|
|
34
|
+
const ratio = clamp(input.value / safeMax, 0, 1);
|
|
35
|
+
const cx = input.size / 2;
|
|
36
|
+
const cy = input.size / 2;
|
|
37
|
+
const r = (input.size - input.stroke) / 2;
|
|
38
|
+
const circumference = 2 * Math.PI * r;
|
|
39
|
+
const tickAngle = input.threshold === void 0 ? null : clamp(input.threshold / safeMax, 0, 1) * 360;
|
|
40
|
+
return {
|
|
41
|
+
circumference,
|
|
42
|
+
cx,
|
|
43
|
+
cy,
|
|
44
|
+
r,
|
|
45
|
+
ratio,
|
|
46
|
+
size: input.size,
|
|
47
|
+
stroke: input.stroke,
|
|
48
|
+
tickAngle
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
const Tick = (props) => {
|
|
52
|
+
const { geom } = props;
|
|
53
|
+
if (geom.tickAngle === null) {
|
|
54
|
+
return null;
|
|
55
|
+
}
|
|
56
|
+
const inner = polar({
|
|
57
|
+
angle: geom.tickAngle,
|
|
58
|
+
cx: geom.cx,
|
|
59
|
+
cy: geom.cy,
|
|
60
|
+
r: geom.r - geom.stroke / 2
|
|
61
|
+
});
|
|
62
|
+
const outer = polar({
|
|
63
|
+
angle: geom.tickAngle,
|
|
64
|
+
cx: geom.cx,
|
|
65
|
+
cy: geom.cy,
|
|
66
|
+
r: geom.r + geom.stroke / 2
|
|
67
|
+
});
|
|
68
|
+
return /* @__PURE__ */ jsx(
|
|
69
|
+
"line",
|
|
70
|
+
{
|
|
71
|
+
className: "stroke-foreground/80",
|
|
72
|
+
"data-threshold-ring-tick": true,
|
|
73
|
+
strokeLinecap: "round",
|
|
74
|
+
strokeWidth: 2,
|
|
75
|
+
x1: inner.x,
|
|
76
|
+
x2: outer.x,
|
|
77
|
+
y1: inner.y,
|
|
78
|
+
y2: outer.y
|
|
79
|
+
}
|
|
80
|
+
);
|
|
81
|
+
};
|
|
82
|
+
const ThresholdRing = forwardRef(
|
|
83
|
+
(props, ref) => {
|
|
84
|
+
const {
|
|
85
|
+
centerLabel,
|
|
86
|
+
className,
|
|
87
|
+
labels,
|
|
88
|
+
max = 1,
|
|
89
|
+
size = 64,
|
|
90
|
+
stroke = 6,
|
|
91
|
+
threshold,
|
|
92
|
+
tone = "neutral",
|
|
93
|
+
value,
|
|
94
|
+
...rest
|
|
95
|
+
} = props;
|
|
96
|
+
const resolvedLabels = { ...DEFAULT_LABELS, ...labels };
|
|
97
|
+
const geom = computeGeometry({ max, size, stroke, threshold, value });
|
|
98
|
+
const dash = `${geom.ratio * geom.circumference} ${geom.circumference}`;
|
|
99
|
+
return /* @__PURE__ */ jsxs(
|
|
100
|
+
"svg",
|
|
101
|
+
{
|
|
102
|
+
"aria-label": resolvedLabels.region,
|
|
103
|
+
className: cn("inline-block", className),
|
|
104
|
+
"data-threshold-ring": true,
|
|
105
|
+
"data-threshold-tone": tone,
|
|
106
|
+
height: geom.size,
|
|
107
|
+
ref,
|
|
108
|
+
role: "img",
|
|
109
|
+
viewBox: `0 0 ${geom.size} ${geom.size}`,
|
|
110
|
+
width: geom.size,
|
|
111
|
+
...rest,
|
|
112
|
+
children: [
|
|
113
|
+
/* @__PURE__ */ jsx(
|
|
114
|
+
"circle",
|
|
115
|
+
{
|
|
116
|
+
className: "stroke-muted",
|
|
117
|
+
cx: geom.cx,
|
|
118
|
+
cy: geom.cy,
|
|
119
|
+
fill: "none",
|
|
120
|
+
r: geom.r,
|
|
121
|
+
strokeWidth: geom.stroke
|
|
122
|
+
}
|
|
123
|
+
),
|
|
124
|
+
/* @__PURE__ */ jsx(
|
|
125
|
+
"circle",
|
|
126
|
+
{
|
|
127
|
+
className: cn("transition-all duration-300", TONE_STROKE[tone]),
|
|
128
|
+
cx: geom.cx,
|
|
129
|
+
cy: geom.cy,
|
|
130
|
+
"data-threshold-ring-arc": true,
|
|
131
|
+
fill: "none",
|
|
132
|
+
r: geom.r,
|
|
133
|
+
strokeDasharray: dash,
|
|
134
|
+
strokeLinecap: "round",
|
|
135
|
+
strokeWidth: geom.stroke,
|
|
136
|
+
transform: `rotate(-90 ${geom.cx} ${geom.cy})`
|
|
137
|
+
}
|
|
138
|
+
),
|
|
139
|
+
/* @__PURE__ */ jsx(Tick, { geom }),
|
|
140
|
+
centerLabel ? /* @__PURE__ */ jsx(
|
|
141
|
+
"text",
|
|
142
|
+
{
|
|
143
|
+
className: "fill-foreground text-[10px] font-semibold",
|
|
144
|
+
"data-threshold-ring-label": true,
|
|
145
|
+
dominantBaseline: "central",
|
|
146
|
+
textAnchor: "middle",
|
|
147
|
+
x: geom.cx,
|
|
148
|
+
y: geom.cy,
|
|
149
|
+
children: centerLabel
|
|
150
|
+
}
|
|
151
|
+
) : null
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
);
|
|
155
|
+
}
|
|
156
|
+
);
|
|
157
|
+
ThresholdRing.displayName = "ThresholdRing";
|
|
158
|
+
export {
|
|
159
|
+
ThresholdRing
|
|
160
|
+
};
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import {
|
|
4
|
+
createContext,
|
|
5
|
+
forwardRef,
|
|
6
|
+
useContext,
|
|
7
|
+
useMemo
|
|
8
|
+
} from "react";
|
|
9
|
+
import { cva } from "class-variance-authority";
|
|
10
|
+
import { cn } from "../../lib/utils";
|
|
11
|
+
const STATUS_CLASSES = {
|
|
12
|
+
active: {
|
|
13
|
+
connector: "border-solid border-primary",
|
|
14
|
+
markerBorder: "border-primary",
|
|
15
|
+
markerFill: "bg-background ring-2 ring-primary"
|
|
16
|
+
},
|
|
17
|
+
completed: {
|
|
18
|
+
connector: "border-solid border-primary",
|
|
19
|
+
markerBorder: "border-primary",
|
|
20
|
+
markerFill: "bg-primary"
|
|
21
|
+
},
|
|
22
|
+
upcoming: {
|
|
23
|
+
connector: "border-dashed border-muted-foreground/40",
|
|
24
|
+
markerBorder: "border-muted-foreground/40",
|
|
25
|
+
markerFill: "bg-background"
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
const COLOR_OVERRIDES = {
|
|
29
|
+
amber: {
|
|
30
|
+
border: "border-amber-500",
|
|
31
|
+
fill: "bg-amber-500"
|
|
32
|
+
},
|
|
33
|
+
blue: {
|
|
34
|
+
border: "border-blue-500",
|
|
35
|
+
fill: "bg-blue-500"
|
|
36
|
+
},
|
|
37
|
+
emerald: {
|
|
38
|
+
border: "border-emerald-500",
|
|
39
|
+
fill: "bg-emerald-500"
|
|
40
|
+
},
|
|
41
|
+
neutral: {
|
|
42
|
+
border: "border-muted-foreground",
|
|
43
|
+
fill: "bg-muted-foreground"
|
|
44
|
+
},
|
|
45
|
+
purple: {
|
|
46
|
+
border: "border-purple-500",
|
|
47
|
+
fill: "bg-purple-500"
|
|
48
|
+
},
|
|
49
|
+
red: {
|
|
50
|
+
border: "border-red-500",
|
|
51
|
+
fill: "bg-red-500"
|
|
52
|
+
},
|
|
53
|
+
rose: {
|
|
54
|
+
border: "border-rose-500",
|
|
55
|
+
fill: "bg-rose-500"
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
const TimelineContext = createContext({
|
|
59
|
+
orientation: "vertical"
|
|
60
|
+
});
|
|
61
|
+
function useTimelineOrientation() {
|
|
62
|
+
return useContext(TimelineContext).orientation;
|
|
63
|
+
}
|
|
64
|
+
const timelineVariants = cva("flex", {
|
|
65
|
+
defaultVariants: {
|
|
66
|
+
orientation: "vertical"
|
|
67
|
+
},
|
|
68
|
+
variants: {
|
|
69
|
+
orientation: {
|
|
70
|
+
horizontal: "flex-row gap-0 overflow-x-auto",
|
|
71
|
+
vertical: "flex-col gap-0"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
});
|
|
75
|
+
const Timeline = forwardRef(
|
|
76
|
+
({ children, className, orientation, ...rest }, ref) => {
|
|
77
|
+
const resolvedOrientation = orientation ?? "vertical";
|
|
78
|
+
const contextValue = useMemo(
|
|
79
|
+
() => ({ orientation: resolvedOrientation }),
|
|
80
|
+
[resolvedOrientation]
|
|
81
|
+
);
|
|
82
|
+
return /* @__PURE__ */ jsx(TimelineContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsx(
|
|
83
|
+
"ol",
|
|
84
|
+
{
|
|
85
|
+
className: cn(timelineVariants({ orientation }), className),
|
|
86
|
+
"data-orientation": resolvedOrientation,
|
|
87
|
+
ref,
|
|
88
|
+
...rest,
|
|
89
|
+
children
|
|
90
|
+
}
|
|
91
|
+
) });
|
|
92
|
+
}
|
|
93
|
+
);
|
|
94
|
+
Timeline.displayName = "Timeline";
|
|
95
|
+
function Marker({ color, icon, status }) {
|
|
96
|
+
const palette = STATUS_CLASSES[status];
|
|
97
|
+
const override = color ? COLOR_OVERRIDES[color] : void 0;
|
|
98
|
+
const borderClass = override?.border ?? palette.markerBorder;
|
|
99
|
+
const fillClass = override?.fill ?? palette.markerFill;
|
|
100
|
+
return /* @__PURE__ */ jsx(
|
|
101
|
+
"span",
|
|
102
|
+
{
|
|
103
|
+
"aria-hidden": "true",
|
|
104
|
+
className: cn(
|
|
105
|
+
"relative z-10 flex h-6 w-6 shrink-0 items-center justify-center rounded-full border-2 bg-background text-[10px]",
|
|
106
|
+
borderClass
|
|
107
|
+
),
|
|
108
|
+
children: icon ? /* @__PURE__ */ jsx(
|
|
109
|
+
"span",
|
|
110
|
+
{
|
|
111
|
+
className: cn(
|
|
112
|
+
"flex h-full w-full items-center justify-center text-foreground [&>svg]:h-3 [&>svg]:w-3",
|
|
113
|
+
status === "completed" ? "text-primary-foreground" : ""
|
|
114
|
+
),
|
|
115
|
+
children: icon
|
|
116
|
+
}
|
|
117
|
+
) : /* @__PURE__ */ jsx(
|
|
118
|
+
"span",
|
|
119
|
+
{
|
|
120
|
+
className: cn(
|
|
121
|
+
"h-2.5 w-2.5 rounded-full",
|
|
122
|
+
override ? fillClass : palette.markerFill
|
|
123
|
+
)
|
|
124
|
+
}
|
|
125
|
+
)
|
|
126
|
+
}
|
|
127
|
+
);
|
|
128
|
+
}
|
|
129
|
+
function Connector({ orientation, status }) {
|
|
130
|
+
const palette = STATUS_CLASSES[status];
|
|
131
|
+
if (orientation === "horizontal") {
|
|
132
|
+
return /* @__PURE__ */ jsx(
|
|
133
|
+
"span",
|
|
134
|
+
{
|
|
135
|
+
"aria-hidden": "true",
|
|
136
|
+
className: cn(
|
|
137
|
+
"absolute top-3 h-0 w-full border-t-2",
|
|
138
|
+
palette.connector
|
|
139
|
+
),
|
|
140
|
+
style: { left: "calc(50% + 0.75rem)" }
|
|
141
|
+
}
|
|
142
|
+
);
|
|
143
|
+
}
|
|
144
|
+
return /* @__PURE__ */ jsx(
|
|
145
|
+
"span",
|
|
146
|
+
{
|
|
147
|
+
"aria-hidden": "true",
|
|
148
|
+
className: cn(
|
|
149
|
+
"absolute left-3 top-6 h-full w-0 -translate-x-1/2 border-l-2",
|
|
150
|
+
palette.connector
|
|
151
|
+
)
|
|
152
|
+
}
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
function ItemBody({
|
|
156
|
+
children,
|
|
157
|
+
date,
|
|
158
|
+
description,
|
|
159
|
+
orientation,
|
|
160
|
+
title
|
|
161
|
+
}) {
|
|
162
|
+
return /* @__PURE__ */ jsxs(
|
|
163
|
+
"div",
|
|
164
|
+
{
|
|
165
|
+
className: cn(
|
|
166
|
+
"flex min-w-0 flex-col gap-0.5",
|
|
167
|
+
orientation === "horizontal" ? "items-center text-center" : ""
|
|
168
|
+
),
|
|
169
|
+
children: [
|
|
170
|
+
/* @__PURE__ */ jsxs(
|
|
171
|
+
"div",
|
|
172
|
+
{
|
|
173
|
+
className: cn(
|
|
174
|
+
"flex flex-wrap items-baseline gap-x-2 gap-y-0.5",
|
|
175
|
+
orientation === "horizontal" ? "justify-center" : ""
|
|
176
|
+
),
|
|
177
|
+
children: [
|
|
178
|
+
/* @__PURE__ */ jsx("p", { className: "text-sm font-semibold tracking-tight text-foreground", children: title }),
|
|
179
|
+
date ? /* @__PURE__ */ jsx("span", { className: "font-mono text-xs text-muted-foreground", children: date }) : null
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
),
|
|
183
|
+
description ? /* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground", children: description }) : null,
|
|
184
|
+
children ? /* @__PURE__ */ jsx("div", { className: "mt-1 text-sm text-foreground", children }) : null
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
);
|
|
188
|
+
}
|
|
189
|
+
const TimelineItem = forwardRef(
|
|
190
|
+
(props, ref) => {
|
|
191
|
+
const {
|
|
192
|
+
children,
|
|
193
|
+
className,
|
|
194
|
+
color,
|
|
195
|
+
date,
|
|
196
|
+
description,
|
|
197
|
+
icon,
|
|
198
|
+
isLast = false,
|
|
199
|
+
status = "upcoming",
|
|
200
|
+
title,
|
|
201
|
+
...rest
|
|
202
|
+
} = props;
|
|
203
|
+
const orientation = useTimelineOrientation();
|
|
204
|
+
return /* @__PURE__ */ jsxs(
|
|
205
|
+
"li",
|
|
206
|
+
{
|
|
207
|
+
className: cn(
|
|
208
|
+
"relative",
|
|
209
|
+
orientation === "horizontal" ? "flex flex-1 flex-col items-center gap-2 px-3 pt-1" : "flex items-start gap-3 pb-6 last:pb-0",
|
|
210
|
+
className
|
|
211
|
+
),
|
|
212
|
+
"data-status": status,
|
|
213
|
+
ref,
|
|
214
|
+
...rest,
|
|
215
|
+
children: [
|
|
216
|
+
isLast ? null : /* @__PURE__ */ jsx(Connector, { orientation, status }),
|
|
217
|
+
/* @__PURE__ */ jsx(Marker, { color, icon, status }),
|
|
218
|
+
/* @__PURE__ */ jsx(
|
|
219
|
+
ItemBody,
|
|
220
|
+
{
|
|
221
|
+
date,
|
|
222
|
+
description,
|
|
223
|
+
orientation,
|
|
224
|
+
title,
|
|
225
|
+
children
|
|
226
|
+
}
|
|
227
|
+
)
|
|
228
|
+
]
|
|
229
|
+
}
|
|
230
|
+
);
|
|
231
|
+
}
|
|
232
|
+
);
|
|
233
|
+
TimelineItem.displayName = "TimelineItem";
|
|
234
|
+
export {
|
|
235
|
+
Timeline,
|
|
236
|
+
TimelineItem,
|
|
237
|
+
timelineVariants,
|
|
238
|
+
useTimelineOrientation
|
|
239
|
+
};
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import {
|
|
4
|
+
forwardRef,
|
|
5
|
+
useId
|
|
6
|
+
} from "react";
|
|
7
|
+
import { cn } from "../../lib/utils";
|
|
8
|
+
const TONE_FILL = {
|
|
9
|
+
danger: "bg-red-500",
|
|
10
|
+
neutral: "bg-foreground",
|
|
11
|
+
primary: "bg-blue-500",
|
|
12
|
+
success: "bg-emerald-500",
|
|
13
|
+
warn: "bg-amber-500"
|
|
14
|
+
};
|
|
15
|
+
const DEFAULT_LABELS = {
|
|
16
|
+
region: "Timeline scrubber"
|
|
17
|
+
};
|
|
18
|
+
const clamp = (v, min, max) => {
|
|
19
|
+
if (v < min) {
|
|
20
|
+
return min;
|
|
21
|
+
}
|
|
22
|
+
if (v > max) {
|
|
23
|
+
return max;
|
|
24
|
+
}
|
|
25
|
+
return v;
|
|
26
|
+
};
|
|
27
|
+
const Labels = (props) => {
|
|
28
|
+
const fmt = props.formatValue;
|
|
29
|
+
return /* @__PURE__ */ jsxs("div", { className: "flex items-baseline justify-between gap-2", children: [
|
|
30
|
+
/* @__PURE__ */ jsx("span", { "data-timeline-scrubber-start": true, children: fmt ? fmt(props.start) : props.start }),
|
|
31
|
+
/* @__PURE__ */ jsx(
|
|
32
|
+
"span",
|
|
33
|
+
{
|
|
34
|
+
className: "font-semibold text-foreground",
|
|
35
|
+
"data-timeline-scrubber-cursor": true,
|
|
36
|
+
children: fmt ? fmt(props.clamped) : props.clamped
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ jsx("span", { "data-timeline-scrubber-end": true, children: fmt ? fmt(props.end) : props.end })
|
|
40
|
+
] });
|
|
41
|
+
};
|
|
42
|
+
const Track = (props) => /* @__PURE__ */ jsxs("div", { className: "relative h-6", children: [
|
|
43
|
+
/* @__PURE__ */ jsx(
|
|
44
|
+
"span",
|
|
45
|
+
{
|
|
46
|
+
"aria-hidden": "true",
|
|
47
|
+
className: "absolute left-0 right-0 top-1/2 h-1 -translate-y-1/2 rounded-full bg-muted"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ jsx(
|
|
51
|
+
"span",
|
|
52
|
+
{
|
|
53
|
+
"aria-hidden": "true",
|
|
54
|
+
className: cn(
|
|
55
|
+
"absolute left-0 top-1/2 h-1 -translate-y-1/2 rounded-full",
|
|
56
|
+
TONE_FILL[props.tone]
|
|
57
|
+
),
|
|
58
|
+
"data-timeline-scrubber-fill": true,
|
|
59
|
+
style: { width: `${props.ratio * 100}%` }
|
|
60
|
+
}
|
|
61
|
+
),
|
|
62
|
+
props.ticks?.map((tick) => /* @__PURE__ */ jsx(
|
|
63
|
+
TickMark,
|
|
64
|
+
{
|
|
65
|
+
scrubberId: props.scrubberId,
|
|
66
|
+
span: props.span,
|
|
67
|
+
start: props.start,
|
|
68
|
+
tick
|
|
69
|
+
},
|
|
70
|
+
tick.id
|
|
71
|
+
)),
|
|
72
|
+
/* @__PURE__ */ jsx(
|
|
73
|
+
"input",
|
|
74
|
+
{
|
|
75
|
+
"aria-label": props.ariaLabel,
|
|
76
|
+
className: "absolute inset-0 h-full w-full cursor-pointer appearance-none bg-transparent focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
77
|
+
"data-timeline-scrubber-input": true,
|
|
78
|
+
id: props.inputId,
|
|
79
|
+
max: props.max,
|
|
80
|
+
min: props.min,
|
|
81
|
+
onChange: props.onChange,
|
|
82
|
+
step: props.step,
|
|
83
|
+
type: "range",
|
|
84
|
+
value: props.value
|
|
85
|
+
}
|
|
86
|
+
)
|
|
87
|
+
] });
|
|
88
|
+
const TickMark = (props) => {
|
|
89
|
+
const { scrubberId, span, start, tick } = props;
|
|
90
|
+
const ratio = clamp((tick.value - start) / span, 0, 1);
|
|
91
|
+
const tone = tick.tone ?? "neutral";
|
|
92
|
+
return /* @__PURE__ */ jsx(
|
|
93
|
+
"span",
|
|
94
|
+
{
|
|
95
|
+
"aria-hidden": "true",
|
|
96
|
+
className: cn(
|
|
97
|
+
"absolute top-1/2 h-2.5 w-px -translate-y-1/2 rounded-full",
|
|
98
|
+
TONE_FILL[tone]
|
|
99
|
+
),
|
|
100
|
+
"data-scrubber-tick": tick.id,
|
|
101
|
+
"data-scrubber-tick-of": scrubberId,
|
|
102
|
+
"data-scrubber-tick-tone": tone,
|
|
103
|
+
style: { left: `${ratio * 100}%` },
|
|
104
|
+
title: typeof tick.label === "string" ? tick.label : void 0
|
|
105
|
+
}
|
|
106
|
+
);
|
|
107
|
+
};
|
|
108
|
+
const TimelineScrubber = forwardRef((props, ref) => {
|
|
109
|
+
const {
|
|
110
|
+
className,
|
|
111
|
+
end,
|
|
112
|
+
formatValue,
|
|
113
|
+
labels,
|
|
114
|
+
onValueChange,
|
|
115
|
+
start,
|
|
116
|
+
step = 1,
|
|
117
|
+
ticks,
|
|
118
|
+
tone = "primary",
|
|
119
|
+
value,
|
|
120
|
+
...rest
|
|
121
|
+
} = props;
|
|
122
|
+
const resolvedLabels = { ...DEFAULT_LABELS, ...labels };
|
|
123
|
+
const inputId = useId();
|
|
124
|
+
const safeEnd = end <= start ? start + 1 : end;
|
|
125
|
+
const span = safeEnd - start;
|
|
126
|
+
const clamped = clamp(value, start, safeEnd);
|
|
127
|
+
const ratio = clamp((clamped - start) / span, 0, 1);
|
|
128
|
+
const handleChange = (event) => {
|
|
129
|
+
onValueChange(clamp(Number(event.target.value), start, safeEnd));
|
|
130
|
+
};
|
|
131
|
+
return /* @__PURE__ */ jsxs(
|
|
132
|
+
"div",
|
|
133
|
+
{
|
|
134
|
+
"aria-label": resolvedLabels.region,
|
|
135
|
+
className: cn(
|
|
136
|
+
"flex w-full flex-col gap-1 text-[11px] text-muted-foreground",
|
|
137
|
+
className
|
|
138
|
+
),
|
|
139
|
+
"data-timeline-scrubber": true,
|
|
140
|
+
"data-timeline-tone": tone,
|
|
141
|
+
ref,
|
|
142
|
+
role: "group",
|
|
143
|
+
...rest,
|
|
144
|
+
children: [
|
|
145
|
+
/* @__PURE__ */ jsx(
|
|
146
|
+
Labels,
|
|
147
|
+
{
|
|
148
|
+
clamped,
|
|
149
|
+
end: safeEnd,
|
|
150
|
+
formatValue,
|
|
151
|
+
start
|
|
152
|
+
}
|
|
153
|
+
),
|
|
154
|
+
/* @__PURE__ */ jsx(
|
|
155
|
+
Track,
|
|
156
|
+
{
|
|
157
|
+
ariaLabel: resolvedLabels.region,
|
|
158
|
+
inputId,
|
|
159
|
+
max: safeEnd,
|
|
160
|
+
min: start,
|
|
161
|
+
onChange: handleChange,
|
|
162
|
+
ratio,
|
|
163
|
+
scrubberId: inputId,
|
|
164
|
+
span,
|
|
165
|
+
start,
|
|
166
|
+
step,
|
|
167
|
+
ticks,
|
|
168
|
+
tone,
|
|
169
|
+
value: clamped
|
|
170
|
+
}
|
|
171
|
+
)
|
|
172
|
+
]
|
|
173
|
+
}
|
|
174
|
+
);
|
|
175
|
+
});
|
|
176
|
+
TimelineScrubber.displayName = "TimelineScrubber";
|
|
177
|
+
export {
|
|
178
|
+
TimelineScrubber
|
|
179
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { cn } from "../../lib/utils";
|
|
4
|
+
const TopBar = forwardRef(
|
|
5
|
+
({ children, className, leading, subtitle, title, trailing, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
6
|
+
"header",
|
|
7
|
+
{
|
|
8
|
+
className: cn(
|
|
9
|
+
"flex min-h-14 items-center justify-between gap-3 border-b border-border bg-background px-4 font-mono",
|
|
10
|
+
className
|
|
11
|
+
),
|
|
12
|
+
ref,
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsxs("div", { className: "flex min-w-0 flex-1 items-center gap-3", children: [
|
|
16
|
+
leading ? /* @__PURE__ */ jsx("div", { className: "flex shrink-0 items-center gap-2", children: leading }) : null,
|
|
17
|
+
title || subtitle ? /* @__PURE__ */ jsxs("div", { className: "min-w-0", children: [
|
|
18
|
+
title ? /* @__PURE__ */ jsx("div", { className: "truncate text-sm font-medium uppercase tracking-[0.18em] text-foreground", children: title }) : null,
|
|
19
|
+
subtitle ? /* @__PURE__ */ jsx("div", { className: "truncate text-[11px] uppercase tracking-[0.18em] text-muted-foreground", children: subtitle }) : null
|
|
20
|
+
] }) : null
|
|
21
|
+
] }),
|
|
22
|
+
children ? /* @__PURE__ */ jsx("div", { className: "flex flex-1 items-center justify-center", children }) : null,
|
|
23
|
+
/* @__PURE__ */ jsx("div", { className: "flex min-w-0 flex-1 items-center justify-end gap-2", children: trailing })
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
);
|
|
28
|
+
TopBar.displayName = "TopBar";
|
|
29
|
+
export {
|
|
30
|
+
TopBar
|
|
31
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
formatTransactionAmount,
|
|
3
|
+
formatTransactionDate,
|
|
4
|
+
TransactionList,
|
|
5
|
+
TransactionListPinned,
|
|
6
|
+
TransactionListSubscriptionRow
|
|
7
|
+
} from "./transaction-list";
|
|
8
|
+
export {
|
|
9
|
+
TransactionList,
|
|
10
|
+
TransactionListPinned,
|
|
11
|
+
TransactionListSubscriptionRow,
|
|
12
|
+
formatTransactionAmount,
|
|
13
|
+
formatTransactionDate
|
|
14
|
+
};
|