@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,73 @@
|
|
|
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 STATE_LABEL = {
|
|
8
|
+
error: "Sync error",
|
|
9
|
+
live: "Live",
|
|
10
|
+
offline: "Offline",
|
|
11
|
+
reconnecting: "Reconnecting",
|
|
12
|
+
syncing: "Syncing"
|
|
13
|
+
};
|
|
14
|
+
const STATE_DOT = {
|
|
15
|
+
error: "bg-red-500",
|
|
16
|
+
live: "bg-emerald-500",
|
|
17
|
+
offline: "bg-muted-foreground",
|
|
18
|
+
reconnecting: "bg-amber-500 animate-pulse",
|
|
19
|
+
syncing: "bg-blue-500 animate-pulse"
|
|
20
|
+
};
|
|
21
|
+
const STATE_TEXT = {
|
|
22
|
+
error: "text-red-700 dark:text-red-300",
|
|
23
|
+
live: "text-emerald-700 dark:text-emerald-300",
|
|
24
|
+
offline: "text-muted-foreground",
|
|
25
|
+
reconnecting: "text-amber-700 dark:text-amber-300",
|
|
26
|
+
syncing: "text-blue-700 dark:text-blue-300"
|
|
27
|
+
};
|
|
28
|
+
const DEFAULT_LABELS = {
|
|
29
|
+
region: "Presence sync"
|
|
30
|
+
};
|
|
31
|
+
const PresenceSyncIndicator = forwardRef((props, ref) => {
|
|
32
|
+
const { className, label, labels, state, status, ...rest } = props;
|
|
33
|
+
const resolvedLabels = { ...DEFAULT_LABELS, ...labels };
|
|
34
|
+
const text = label ?? STATE_LABEL[state];
|
|
35
|
+
return /* @__PURE__ */ jsxs(
|
|
36
|
+
"div",
|
|
37
|
+
{
|
|
38
|
+
"aria-label": `${resolvedLabels.region}: ${STATE_LABEL[state]}`,
|
|
39
|
+
className: cn(
|
|
40
|
+
"inline-flex items-center gap-1.5 rounded-full border border-border bg-background px-2 py-1 text-[11px] shadow-sm",
|
|
41
|
+
className
|
|
42
|
+
),
|
|
43
|
+
"data-presence-state": state,
|
|
44
|
+
"data-presence-sync": true,
|
|
45
|
+
ref,
|
|
46
|
+
role: "status",
|
|
47
|
+
...rest,
|
|
48
|
+
children: [
|
|
49
|
+
/* @__PURE__ */ jsx(
|
|
50
|
+
"span",
|
|
51
|
+
{
|
|
52
|
+
"aria-hidden": "true",
|
|
53
|
+
className: cn("h-1.5 w-1.5 rounded-full", STATE_DOT[state]),
|
|
54
|
+
"data-presence-sync-dot": true
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ jsx("span", { className: cn("font-medium", STATE_TEXT[state]), children: text }),
|
|
58
|
+
status ? /* @__PURE__ */ jsx(
|
|
59
|
+
"span",
|
|
60
|
+
{
|
|
61
|
+
className: "text-[10px] text-muted-foreground",
|
|
62
|
+
"data-presence-sync-status": true,
|
|
63
|
+
children: status
|
|
64
|
+
}
|
|
65
|
+
) : null
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
);
|
|
69
|
+
});
|
|
70
|
+
PresenceSyncIndicator.displayName = "PresenceSyncIndicator";
|
|
71
|
+
export {
|
|
72
|
+
PresenceSyncIndicator
|
|
73
|
+
};
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import {
|
|
4
|
+
forwardRef,
|
|
5
|
+
useCallback,
|
|
6
|
+
useState
|
|
7
|
+
} from "react";
|
|
8
|
+
import { Check, X } from "lucide-react";
|
|
9
|
+
import { cn } from "../../lib/utils";
|
|
10
|
+
import { Button } from "../button/button";
|
|
11
|
+
function FeatureIndicator({
|
|
12
|
+
included
|
|
13
|
+
}) {
|
|
14
|
+
if (typeof included === "string") {
|
|
15
|
+
return /* @__PURE__ */ jsx(
|
|
16
|
+
"span",
|
|
17
|
+
{
|
|
18
|
+
"aria-hidden": "true",
|
|
19
|
+
className: "mt-0.5 inline-flex h-4 w-4 shrink-0 items-center justify-center rounded-full bg-primary/15 text-[10px] font-semibold text-primary",
|
|
20
|
+
children: "\u2713"
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
if (included) {
|
|
25
|
+
return /* @__PURE__ */ jsx(
|
|
26
|
+
Check,
|
|
27
|
+
{
|
|
28
|
+
"aria-hidden": "true",
|
|
29
|
+
className: "mt-0.5 h-4 w-4 shrink-0 text-primary"
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
return /* @__PURE__ */ jsx(
|
|
34
|
+
X,
|
|
35
|
+
{
|
|
36
|
+
"aria-hidden": "true",
|
|
37
|
+
className: "mt-0.5 h-4 w-4 shrink-0 text-muted-foreground/60"
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
function FeatureRow({ feature }) {
|
|
42
|
+
const { included, label } = feature;
|
|
43
|
+
const isLimit = typeof included === "string";
|
|
44
|
+
return /* @__PURE__ */ jsxs("li", { className: "flex items-start gap-2 text-sm", children: [
|
|
45
|
+
/* @__PURE__ */ jsx(FeatureIndicator, { included }),
|
|
46
|
+
/* @__PURE__ */ jsxs(
|
|
47
|
+
"span",
|
|
48
|
+
{
|
|
49
|
+
className: cn(
|
|
50
|
+
"flex-1",
|
|
51
|
+
included === false && "text-muted-foreground line-through"
|
|
52
|
+
),
|
|
53
|
+
children: [
|
|
54
|
+
label,
|
|
55
|
+
isLimit ? /* @__PURE__ */ jsxs("span", { className: "ml-1 text-muted-foreground", children: [
|
|
56
|
+
"(",
|
|
57
|
+
included,
|
|
58
|
+
")"
|
|
59
|
+
] }) : null
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
)
|
|
63
|
+
] });
|
|
64
|
+
}
|
|
65
|
+
function PlanBadgePill({
|
|
66
|
+
badge,
|
|
67
|
+
highlighted
|
|
68
|
+
}) {
|
|
69
|
+
return /* @__PURE__ */ jsx(
|
|
70
|
+
"span",
|
|
71
|
+
{
|
|
72
|
+
className: cn(
|
|
73
|
+
"absolute -top-3 left-1/2 -translate-x-1/2 rounded-full px-3 py-1 text-xs font-semibold uppercase tracking-wide",
|
|
74
|
+
highlighted ? "bg-primary text-primary-foreground" : "bg-muted text-muted-foreground"
|
|
75
|
+
),
|
|
76
|
+
children: badge
|
|
77
|
+
}
|
|
78
|
+
);
|
|
79
|
+
}
|
|
80
|
+
function PlanHeader({
|
|
81
|
+
description,
|
|
82
|
+
name
|
|
83
|
+
}) {
|
|
84
|
+
return /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-2", children: [
|
|
85
|
+
/* @__PURE__ */ jsx("h3", { className: "text-lg font-semibold tracking-tight text-foreground", children: name }),
|
|
86
|
+
description ? /* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground", children: description }) : null
|
|
87
|
+
] });
|
|
88
|
+
}
|
|
89
|
+
function PlanPrice({
|
|
90
|
+
period,
|
|
91
|
+
price
|
|
92
|
+
}) {
|
|
93
|
+
return /* @__PURE__ */ jsxs("div", { className: "flex items-baseline gap-1", children: [
|
|
94
|
+
/* @__PURE__ */ jsx("span", { className: "text-3xl font-bold tracking-tight text-foreground", children: price }),
|
|
95
|
+
period ? /* @__PURE__ */ jsx("span", { className: "text-sm text-muted-foreground", children: period }) : null
|
|
96
|
+
] });
|
|
97
|
+
}
|
|
98
|
+
function PlanFeatures({ features }) {
|
|
99
|
+
return /* @__PURE__ */ jsx("ul", { className: "flex flex-col gap-2", children: features.map((feature, index) => /* @__PURE__ */ jsx(
|
|
100
|
+
FeatureRow,
|
|
101
|
+
{
|
|
102
|
+
feature
|
|
103
|
+
},
|
|
104
|
+
`${typeof feature.label === "string" ? feature.label : index.toString()}-${index.toString()}`
|
|
105
|
+
)) });
|
|
106
|
+
}
|
|
107
|
+
function PlanCta({ cta, highlighted }) {
|
|
108
|
+
const { label, onClick: handleCtaClick, variant } = cta;
|
|
109
|
+
return /* @__PURE__ */ jsx(
|
|
110
|
+
Button,
|
|
111
|
+
{
|
|
112
|
+
className: "mt-auto w-full",
|
|
113
|
+
onClick: handleCtaClick,
|
|
114
|
+
type: "button",
|
|
115
|
+
variant: variant ?? (highlighted ? "default" : "outline"),
|
|
116
|
+
children: label
|
|
117
|
+
}
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
const PricingPlan = forwardRef(
|
|
121
|
+
(props, ref) => {
|
|
122
|
+
const {
|
|
123
|
+
badge,
|
|
124
|
+
className,
|
|
125
|
+
cta,
|
|
126
|
+
description,
|
|
127
|
+
features,
|
|
128
|
+
highlighted = false,
|
|
129
|
+
name,
|
|
130
|
+
period,
|
|
131
|
+
price,
|
|
132
|
+
...rest
|
|
133
|
+
} = props;
|
|
134
|
+
return /* @__PURE__ */ jsxs(
|
|
135
|
+
"div",
|
|
136
|
+
{
|
|
137
|
+
className: cn(
|
|
138
|
+
"relative flex flex-col gap-6 rounded-2xl border bg-background p-6 shadow-sm transition-colors",
|
|
139
|
+
highlighted ? "border-primary shadow-md ring-1 ring-primary/20" : "border-border",
|
|
140
|
+
className
|
|
141
|
+
),
|
|
142
|
+
ref,
|
|
143
|
+
...rest,
|
|
144
|
+
children: [
|
|
145
|
+
badge ? /* @__PURE__ */ jsx(PlanBadgePill, { badge, highlighted }) : null,
|
|
146
|
+
/* @__PURE__ */ jsx(PlanHeader, { description, name }),
|
|
147
|
+
/* @__PURE__ */ jsx(PlanPrice, { period, price }),
|
|
148
|
+
features && features.length > 0 ? /* @__PURE__ */ jsx(PlanFeatures, { features }) : null,
|
|
149
|
+
cta ? /* @__PURE__ */ jsx(PlanCta, { cta, highlighted }) : null
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
);
|
|
153
|
+
}
|
|
154
|
+
);
|
|
155
|
+
PricingPlan.displayName = "PricingPlan";
|
|
156
|
+
function PeriodToggle({
|
|
157
|
+
labels,
|
|
158
|
+
onChange,
|
|
159
|
+
period
|
|
160
|
+
}) {
|
|
161
|
+
const handleSelectMonthly = useCallback(() => {
|
|
162
|
+
onChange("monthly");
|
|
163
|
+
}, [onChange]);
|
|
164
|
+
const handleSelectAnnual = useCallback(() => {
|
|
165
|
+
onChange("annual");
|
|
166
|
+
}, [onChange]);
|
|
167
|
+
return /* @__PURE__ */ jsxs(
|
|
168
|
+
"div",
|
|
169
|
+
{
|
|
170
|
+
"aria-label": "Billing period",
|
|
171
|
+
className: "mx-auto inline-flex items-center gap-2 rounded-full border bg-muted/40 p-1 text-sm",
|
|
172
|
+
role: "radiogroup",
|
|
173
|
+
children: [
|
|
174
|
+
/* @__PURE__ */ jsx(
|
|
175
|
+
"button",
|
|
176
|
+
{
|
|
177
|
+
"aria-checked": period === "monthly",
|
|
178
|
+
className: cn(
|
|
179
|
+
"rounded-full px-3 py-1 transition-colors",
|
|
180
|
+
period === "monthly" ? "bg-background text-foreground shadow-sm" : "text-muted-foreground hover:text-foreground"
|
|
181
|
+
),
|
|
182
|
+
onClick: handleSelectMonthly,
|
|
183
|
+
role: "radio",
|
|
184
|
+
type: "button",
|
|
185
|
+
children: labels.monthly ?? "Monthly"
|
|
186
|
+
}
|
|
187
|
+
),
|
|
188
|
+
/* @__PURE__ */ jsxs(
|
|
189
|
+
"button",
|
|
190
|
+
{
|
|
191
|
+
"aria-checked": period === "annual",
|
|
192
|
+
className: cn(
|
|
193
|
+
"inline-flex items-center gap-2 rounded-full px-3 py-1 transition-colors",
|
|
194
|
+
period === "annual" ? "bg-background text-foreground shadow-sm" : "text-muted-foreground hover:text-foreground"
|
|
195
|
+
),
|
|
196
|
+
onClick: handleSelectAnnual,
|
|
197
|
+
role: "radio",
|
|
198
|
+
type: "button",
|
|
199
|
+
children: [
|
|
200
|
+
labels.annual ?? "Annual",
|
|
201
|
+
labels.savings ? /* @__PURE__ */ jsx("span", { className: "rounded-full bg-primary/15 px-2 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-primary", children: labels.savings }) : null
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
)
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
);
|
|
208
|
+
}
|
|
209
|
+
const PricingTable = forwardRef(
|
|
210
|
+
(props, ref) => {
|
|
211
|
+
const {
|
|
212
|
+
children,
|
|
213
|
+
className,
|
|
214
|
+
defaultPeriod = "monthly",
|
|
215
|
+
onPeriodChange,
|
|
216
|
+
period: controlledPeriod,
|
|
217
|
+
periodLabels,
|
|
218
|
+
showPeriodToggle = false,
|
|
219
|
+
...rest
|
|
220
|
+
} = props;
|
|
221
|
+
const [uncontrolledPeriod, setUncontrolledPeriod] = useState(defaultPeriod);
|
|
222
|
+
const period = controlledPeriod ?? uncontrolledPeriod;
|
|
223
|
+
const handlePeriodChange = useCallback(
|
|
224
|
+
(next) => {
|
|
225
|
+
if (controlledPeriod === void 0) setUncontrolledPeriod(next);
|
|
226
|
+
onPeriodChange?.(next);
|
|
227
|
+
},
|
|
228
|
+
[controlledPeriod, onPeriodChange]
|
|
229
|
+
);
|
|
230
|
+
return /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-6", className), ref, ...rest, children: [
|
|
231
|
+
showPeriodToggle ? /* @__PURE__ */ jsx(
|
|
232
|
+
PeriodToggle,
|
|
233
|
+
{
|
|
234
|
+
labels: periodLabels ?? {},
|
|
235
|
+
onChange: handlePeriodChange,
|
|
236
|
+
period
|
|
237
|
+
}
|
|
238
|
+
) : null,
|
|
239
|
+
/* @__PURE__ */ jsx("div", { className: "grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3", children })
|
|
240
|
+
] });
|
|
241
|
+
}
|
|
242
|
+
);
|
|
243
|
+
PricingTable.displayName = "PricingTable";
|
|
244
|
+
export {
|
|
245
|
+
PricingPlan,
|
|
246
|
+
PricingTable
|
|
247
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
PrimarySourceAnnotation,
|
|
3
|
+
PrimarySourceAnnotations,
|
|
4
|
+
PrimarySourceContext,
|
|
5
|
+
PrimarySourceMetadata,
|
|
6
|
+
PrimarySourceQuestions,
|
|
7
|
+
PrimarySourceRotate,
|
|
8
|
+
PrimarySourceToolbar,
|
|
9
|
+
PrimarySourceTranscription,
|
|
10
|
+
PrimarySourceViewer,
|
|
11
|
+
PrimarySourceZoomIn,
|
|
12
|
+
PrimarySourceZoomOut
|
|
13
|
+
} from "./primary-source-viewer";
|
|
14
|
+
export {
|
|
15
|
+
PrimarySourceAnnotation,
|
|
16
|
+
PrimarySourceAnnotations,
|
|
17
|
+
PrimarySourceContext,
|
|
18
|
+
PrimarySourceMetadata,
|
|
19
|
+
PrimarySourceQuestions,
|
|
20
|
+
PrimarySourceRotate,
|
|
21
|
+
PrimarySourceToolbar,
|
|
22
|
+
PrimarySourceTranscription,
|
|
23
|
+
PrimarySourceViewer,
|
|
24
|
+
PrimarySourceZoomIn,
|
|
25
|
+
PrimarySourceZoomOut
|
|
26
|
+
};
|