@vllnt/ui 0.2.1-canary.0aaaad2 → 0.2.1-canary.26ff803
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 +3 -0
- package/dist/components/activity-heatmap/activity-heatmap.js +2 -1
- package/dist/components/ai-artifact/ai-artifact.js +8 -8
- package/dist/components/ai-sidebar/ai-sidebar.js +4 -4
- package/dist/components/animated-text/animated-text.js +6 -3
- package/dist/components/auto-reload/auto-reload.js +1 -1
- package/dist/components/blog-card/blog-card.js +3 -1
- package/dist/components/bottom-activity-strip/bottom-activity-strip.js +2 -2
- package/dist/components/candlestick-chart/candlestick-chart.js +2 -1
- package/dist/components/carousel/carousel.js +14 -6
- package/dist/components/checklist/checklist.js +35 -7
- package/dist/components/checklist/index.js +8 -2
- package/dist/components/chronological-timeline/chronological-timeline.js +2 -2
- package/dist/components/code-playground/code-playground.js +2 -1
- package/dist/components/combobox/combobox.js +0 -5
- package/dist/components/comment-pin/comment-pin.js +2 -2
- package/dist/components/comparison/comparison.js +2 -1
- package/dist/components/completion-dialog/completion-dialog.js +18 -10
- package/dist/components/content-intro/content-intro.js +17 -14
- package/dist/components/conversation-thread/conversation-thread.js +3 -3
- package/dist/components/date-picker/date-picker.js +0 -5
- package/dist/components/exercise/exercise.js +10 -2
- package/dist/components/faq/faq.js +6 -2
- package/dist/components/file-upload/file-upload.js +0 -5
- package/dist/components/filter-bar/filter-bar.js +6 -6
- package/dist/components/floating-toolbar/floating-toolbar.js +2 -2
- package/dist/components/gantt-chart/gantt-chart.js +8 -7
- package/dist/components/globe-3d/globe-3d.js +16 -4
- package/dist/components/horizontal-scroll-row/horizontal-scroll-row.js +2 -1
- package/dist/components/interactive-timeline/interactive-timeline.js +8 -5
- package/dist/components/jarvis-dock/jarvis-dock.js +2 -2
- package/dist/components/key-concept/key-concept.js +2 -1
- package/dist/components/keyboard-shortcuts-help/keyboard-shortcuts-help.js +2 -1
- package/dist/components/knowledge-check/knowledge-check.js +2 -2
- package/dist/components/lang-provider/lang-provider.js +3 -3
- package/dist/components/learning-objectives/learning-objectives.js +2 -1
- package/dist/components/live-feed/live-feed.js +1 -1
- package/dist/components/map-2d/map-2d.js +1 -1
- package/dist/components/map-timeline/map-timeline.js +5 -5
- package/dist/components/market-treemap/market-treemap.js +2 -2
- package/dist/components/mdx-content/mdx-content.js +17 -8
- package/dist/components/navbar-saas/navbar-saas.js +4 -4
- package/dist/components/number-ticker/number-ticker.js +1 -1
- package/dist/components/order-book/order-book.js +2 -2
- package/dist/components/policy-delivery-panel/policy-delivery-panel.js +2 -2
- package/dist/components/profile-section/profile-section.js +2 -1
- package/dist/components/progress-tracker/progress-tracker.js +16 -8
- package/dist/components/prompt-templates/prompt-templates.js +2 -2
- package/dist/components/quiz/quiz.js +3 -2
- package/dist/components/relationship-inspector/relationship-inspector.js +2 -2
- package/dist/components/routing-assignment-panel/routing-assignment-panel.js +2 -2
- package/dist/components/run-timeline/run-timeline.js +2 -2
- package/dist/components/search-dialog/search-dialog.js +483 -50
- package/dist/components/share-dialog/share-dialog.js +2 -2
- package/dist/components/share-section/share-section.js +2 -1
- package/dist/components/sidebar/sidebar.js +29 -24
- package/dist/components/slideshow/slideshow.js +2 -1
- package/dist/components/social-fab/social-fab.js +10 -10
- package/dist/components/spinner/spinner.js +1 -1
- package/dist/components/spinner/unicode-spinner.js +4 -2
- package/dist/components/stat-card/stat-card.js +1 -1
- package/dist/components/status-board/status-board.js +12 -5
- package/dist/components/step-by-step/step-by-step.js +2 -1
- package/dist/components/table-of-contents/table-of-contents.js +5 -2
- package/dist/components/table-of-contents-panel/table-of-contents-panel.js +3 -1
- package/dist/components/tabs/tabs.js +26 -8
- package/dist/components/tags-input/tags-input.js +11 -3
- package/dist/components/terminal/terminal.js +10 -2
- package/dist/components/theme-toggle/theme-toggle.js +2 -2
- package/dist/components/thinking-block/thinking-block.js +2 -2
- package/dist/components/timeline-scrubber/timeline-scrubber.js +2 -2
- package/dist/components/tldr-section/tldr-section.js +9 -7
- package/dist/components/transaction-list/transaction-list.js +2 -2
- package/dist/components/tutorial-complete/tutorial-complete.js +7 -5
- package/dist/components/tutorial-filters/tutorial-filters.js +1 -1
- package/dist/components/tutorial-intro-content/tutorial-intro-content.js +5 -5
- package/dist/components/tutorial-mdx/tutorial-mdx.js +5 -5
- package/dist/components/viewport-bookmarks/viewport-bookmarks.js +2 -2
- package/dist/components/watchlist/watchlist.js +2 -1
- package/dist/components/world-breadcrumbs/world-breadcrumbs.js +2 -2
- package/dist/components/world-clock-bar/world-clock-bar.js +4 -3
- package/dist/index.d.ts +113 -29
- package/package.json +3 -3
|
@@ -9,12 +9,18 @@ const difficultyConfig = {
|
|
|
9
9
|
hard: { className: "text-red-600 dark:text-red-400", label: "Hard" },
|
|
10
10
|
medium: { className: "text-amber-600 dark:text-amber-400", label: "Medium" }
|
|
11
11
|
};
|
|
12
|
-
function ExerciseHeader({
|
|
12
|
+
function ExerciseHeader({
|
|
13
|
+
completed,
|
|
14
|
+
config,
|
|
15
|
+
Heading,
|
|
16
|
+
onToggle,
|
|
17
|
+
title
|
|
18
|
+
}) {
|
|
13
19
|
return /* @__PURE__ */ jsxs("div", { className: "flex items-start justify-between gap-4 mb-4", children: [
|
|
14
20
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3", children: [
|
|
15
21
|
/* @__PURE__ */ jsx("div", { className: "flex size-10 items-center justify-center rounded-full bg-primary/10", children: /* @__PURE__ */ jsx(Dumbbell, { className: "size-5 text-primary" }) }),
|
|
16
22
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
17
|
-
/* @__PURE__ */ jsx(
|
|
23
|
+
/* @__PURE__ */ jsx(Heading, { className: "font-semibold text-foreground", children: title }),
|
|
18
24
|
/* @__PURE__ */ jsx("span", { className: cn("text-xs font-medium", config.className), children: config.label })
|
|
19
25
|
] })
|
|
20
26
|
] }),
|
|
@@ -63,6 +69,7 @@ function ExerciseSolution({ onToggle, showSolution, solution }) {
|
|
|
63
69
|
] });
|
|
64
70
|
}
|
|
65
71
|
function Exercise({
|
|
72
|
+
as: Heading = "h4",
|
|
66
73
|
children,
|
|
67
74
|
difficulty = "medium",
|
|
68
75
|
hint,
|
|
@@ -78,6 +85,7 @@ function Exercise({
|
|
|
78
85
|
{
|
|
79
86
|
completed,
|
|
80
87
|
config: difficultyConfig[difficulty],
|
|
88
|
+
Heading,
|
|
81
89
|
onToggle: () => {
|
|
82
90
|
setCompleted(!completed);
|
|
83
91
|
},
|
|
@@ -40,11 +40,15 @@ function FAQItem({ children, defaultOpen = false, question }) {
|
|
|
40
40
|
)
|
|
41
41
|
] });
|
|
42
42
|
}
|
|
43
|
-
function FAQ({
|
|
43
|
+
function FAQ({
|
|
44
|
+
as: Heading = "h4",
|
|
45
|
+
children,
|
|
46
|
+
title = "Frequently Asked Questions"
|
|
47
|
+
}) {
|
|
44
48
|
return /* @__PURE__ */ jsxs("div", { className: "my-6 rounded-lg border bg-card", children: [
|
|
45
49
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 p-4 border-b border-border", children: [
|
|
46
50
|
/* @__PURE__ */ jsx(HelpCircle, { className: "size-5 text-primary" }),
|
|
47
|
-
/* @__PURE__ */ jsx(
|
|
51
|
+
/* @__PURE__ */ jsx(Heading, { className: "font-semibold", children: title })
|
|
48
52
|
] }),
|
|
49
53
|
/* @__PURE__ */ jsx("div", { className: "px-4", children })
|
|
50
54
|
] });
|
|
@@ -8,11 +8,6 @@ function useFileUploadState(controlledFiles, multiple, onFilesChange) {
|
|
|
8
8
|
const [internalFiles, setInternalFiles] = React.useState(
|
|
9
9
|
controlledFiles ?? []
|
|
10
10
|
);
|
|
11
|
-
React.useEffect(() => {
|
|
12
|
-
if (controlledFiles !== void 0) {
|
|
13
|
-
setInternalFiles(controlledFiles);
|
|
14
|
-
}
|
|
15
|
-
}, [controlledFiles]);
|
|
16
11
|
const resolvedFiles = controlledFiles ?? internalFiles;
|
|
17
12
|
const updateFiles = React.useCallback(
|
|
18
13
|
(nextFiles) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
import { memo, useCallback,
|
|
3
|
+
import { memo, useCallback, useTransition } from "react";
|
|
4
4
|
import { cn } from "../../lib/utils";
|
|
5
5
|
import { Badge } from "../badge";
|
|
6
6
|
function SearchInput({
|
|
@@ -160,15 +160,15 @@ function FilterBarImpl({
|
|
|
160
160
|
searchQuery,
|
|
161
161
|
tags
|
|
162
162
|
}) {
|
|
163
|
-
const [isPending,
|
|
163
|
+
const [isPending, startTransition] = useTransition();
|
|
164
164
|
const mergedLabels = { ...DEFAULT_LABELS, ...labels };
|
|
165
165
|
const handleDifficultyChange = useCallback(
|
|
166
166
|
(difficulty) => {
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
167
|
+
startTransition(() => {
|
|
168
|
+
onFiltersChange({ difficulty });
|
|
169
|
+
});
|
|
170
170
|
},
|
|
171
|
-
[onFiltersChange]
|
|
171
|
+
[onFiltersChange, startTransition]
|
|
172
172
|
);
|
|
173
173
|
const handleSearchChange = useCallback(
|
|
174
174
|
(search) => {
|
|
@@ -31,7 +31,7 @@ const FloatingToolbar = forwardRef(
|
|
|
31
31
|
...rest,
|
|
32
32
|
children: actions.map((action) => {
|
|
33
33
|
const variant = action.variant ?? "ghost";
|
|
34
|
-
const
|
|
34
|
+
const handleActivateToolbarAction = () => {
|
|
35
35
|
action.onActivate();
|
|
36
36
|
};
|
|
37
37
|
return /* @__PURE__ */ jsxs(
|
|
@@ -46,7 +46,7 @@ const FloatingToolbar = forwardRef(
|
|
|
46
46
|
"data-action-id": action.id,
|
|
47
47
|
"data-variant": variant,
|
|
48
48
|
disabled: action.disabled,
|
|
49
|
-
onClick:
|
|
49
|
+
onClick: handleActivateToolbarAction,
|
|
50
50
|
type: "button",
|
|
51
51
|
children: [
|
|
52
52
|
action.glyph ? /* @__PURE__ */ jsx("span", { "aria-hidden": "true", className: "inline-flex size-3", children: action.glyph }) : null,
|
|
@@ -56,7 +56,7 @@ function getTickDateTimeFormatter(locale, scale) {
|
|
|
56
56
|
let formatter = TICK_FORMATTER_CACHE.get(key);
|
|
57
57
|
if (!formatter) {
|
|
58
58
|
const options = scale === "month" ? { month: "short", year: "numeric" } : { day: "2-digit", month: "short" };
|
|
59
|
-
formatter =
|
|
59
|
+
formatter = Intl.DateTimeFormat(locale, options);
|
|
60
60
|
TICK_FORMATTER_CACHE.set(key, formatter);
|
|
61
61
|
}
|
|
62
62
|
return formatter;
|
|
@@ -93,13 +93,14 @@ function buildTicks(input) {
|
|
|
93
93
|
const formatter = buildTickFormatter(scale, locale);
|
|
94
94
|
const stepDays = getTickStep(scale);
|
|
95
95
|
const tickCount = Math.floor(totalDays / stepDays);
|
|
96
|
-
return Array.from({ length: tickCount + 1 }).
|
|
96
|
+
return Array.from({ length: tickCount + 1 }).reduce((ticks, _, index) => {
|
|
97
97
|
const day = index * stepDays;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
offset: day
|
|
101
|
-
}
|
|
102
|
-
|
|
98
|
+
const date = new Date(start.getTime() + day * MS_PER_DAY);
|
|
99
|
+
if (date.getTime() <= end.getTime()) {
|
|
100
|
+
ticks.push({ label: formatter(date), offset: day });
|
|
101
|
+
}
|
|
102
|
+
return ticks;
|
|
103
|
+
}, []);
|
|
103
104
|
}
|
|
104
105
|
function useChartGeometry(options) {
|
|
105
106
|
const { endDate, locale, scale, startDate } = options;
|
|
@@ -161,9 +161,12 @@ const GlobeArc = forwardRef(
|
|
|
161
161
|
GlobeArc.displayName = "GlobeArc";
|
|
162
162
|
function buildLine(arguments_) {
|
|
163
163
|
const { points, rotationLat, rotationLng } = arguments_;
|
|
164
|
-
return points.
|
|
165
|
-
(state,
|
|
166
|
-
|
|
164
|
+
return points.reduce(
|
|
165
|
+
(state, coord) => {
|
|
166
|
+
const projected = project(coord, rotationLng, rotationLat);
|
|
167
|
+
if (!projected.visible) {
|
|
168
|
+
return { path: state.path, pen: "up" };
|
|
169
|
+
}
|
|
167
170
|
const head = state.pen === "up" ? "M" : "L";
|
|
168
171
|
const separator = state.path.length > 0 ? " " : "";
|
|
169
172
|
return {
|
|
@@ -185,7 +188,16 @@ function Graticule({ rotationLat, rotationLng }) {
|
|
|
185
188
|
const meridians = range(-150, 180, 30).map(
|
|
186
189
|
(lng) => range(-85, 85, 5).map((lat) => ({ lat, lng }))
|
|
187
190
|
);
|
|
188
|
-
const lines = [...parallels, ...meridians].
|
|
191
|
+
const lines = [...parallels, ...meridians].reduce(
|
|
192
|
+
(paths, points) => {
|
|
193
|
+
const path = buildLine({ points, rotationLat, rotationLng });
|
|
194
|
+
if (path.length > 0) {
|
|
195
|
+
paths.push(path);
|
|
196
|
+
}
|
|
197
|
+
return paths;
|
|
198
|
+
},
|
|
199
|
+
[]
|
|
200
|
+
);
|
|
189
201
|
return /* @__PURE__ */ jsx(
|
|
190
202
|
"g",
|
|
191
203
|
{
|
|
@@ -6,6 +6,7 @@ import { useHorizontalScroll } from "../../lib/use-horizontal-scroll";
|
|
|
6
6
|
import { cn } from "../../lib/utils";
|
|
7
7
|
import { Button } from "../button/button";
|
|
8
8
|
const HorizontalScrollRow = memo(function HorizontalScrollRow2({
|
|
9
|
+
as: Heading = "h3",
|
|
9
10
|
children,
|
|
10
11
|
className,
|
|
11
12
|
description,
|
|
@@ -16,7 +17,7 @@ const HorizontalScrollRow = memo(function HorizontalScrollRow2({
|
|
|
16
17
|
return /* @__PURE__ */ jsxs("section", { className: cn("space-y-4", className), children: [
|
|
17
18
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
|
|
18
19
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
19
|
-
/* @__PURE__ */ jsx(
|
|
20
|
+
/* @__PURE__ */ jsx(Heading, { className: "text-lg font-semibold", children: title }),
|
|
20
21
|
description ? /* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground", children: description }) : null
|
|
21
22
|
] }),
|
|
22
23
|
showControls ? /* @__PURE__ */ jsxs("div", { className: "flex gap-1", children: [
|
|
@@ -219,7 +219,7 @@ function EventNode({
|
|
|
219
219
|
if (!visible) return null;
|
|
220
220
|
const titleText = typeof event.title === "string" ? event.title : "Event";
|
|
221
221
|
const tooltipId = `${event.id}-tooltip`;
|
|
222
|
-
const
|
|
222
|
+
const handleSelectTimelineEvent = (mouseEvent) => {
|
|
223
223
|
mouseEvent.stopPropagation();
|
|
224
224
|
onSelect(event);
|
|
225
225
|
};
|
|
@@ -236,7 +236,7 @@ function EventNode({
|
|
|
236
236
|
"data-event-id": event.id,
|
|
237
237
|
"data-event-track": event.track ?? "",
|
|
238
238
|
"data-selected": active ? "true" : void 0,
|
|
239
|
-
onClick:
|
|
239
|
+
onClick: handleSelectTimelineEvent,
|
|
240
240
|
style: {
|
|
241
241
|
left: `${(left * 100).toString()}%`,
|
|
242
242
|
width: isDuration ? `${(width * 100).toString()}%` : void 0
|
|
@@ -607,9 +607,12 @@ function useTimelineContextValue(arguments_) {
|
|
|
607
607
|
function useTimelineFilter(categories, events) {
|
|
608
608
|
const [hidden, setHidden] = useState(() => /* @__PURE__ */ new Set());
|
|
609
609
|
const visibleCategories = useMemo(
|
|
610
|
-
() =>
|
|
611
|
-
|
|
612
|
-
|
|
610
|
+
() => categories.reduce((visible, category) => {
|
|
611
|
+
if (!hidden.has(category.id)) {
|
|
612
|
+
visible.add(category.id);
|
|
613
|
+
}
|
|
614
|
+
return visible;
|
|
615
|
+
}, /* @__PURE__ */ new Set()),
|
|
613
616
|
[categories, hidden]
|
|
614
617
|
);
|
|
615
618
|
const toggleCategory = useCallback((id) => {
|
|
@@ -17,7 +17,7 @@ const DEFAULT_LABELS = {
|
|
|
17
17
|
const ActionButton = (props) => {
|
|
18
18
|
const { action } = props;
|
|
19
19
|
const tone = action.tone ?? "neutral";
|
|
20
|
-
const
|
|
20
|
+
const handleActivateAction = () => {
|
|
21
21
|
action.onActivate();
|
|
22
22
|
};
|
|
23
23
|
return /* @__PURE__ */ jsxs(
|
|
@@ -26,7 +26,7 @@ const ActionButton = (props) => {
|
|
|
26
26
|
className: "group relative flex size-12 flex-col items-center justify-center gap-0.5 rounded-md border border-transparent text-[10px] uppercase tracking-wide text-muted-foreground transition-colors hover:border-border hover:bg-muted/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
27
27
|
"data-jarvis-action": action.id,
|
|
28
28
|
"data-jarvis-tone": tone,
|
|
29
|
-
onClick:
|
|
29
|
+
onClick: handleActivateAction,
|
|
30
30
|
type: "button",
|
|
31
31
|
children: [
|
|
32
32
|
/* @__PURE__ */ jsx(
|
|
@@ -43,13 +43,14 @@ function KeyConcept({
|
|
|
43
43
|
);
|
|
44
44
|
}
|
|
45
45
|
function Glossary({
|
|
46
|
+
as: Heading = "h4",
|
|
46
47
|
children,
|
|
47
48
|
className,
|
|
48
49
|
icon,
|
|
49
50
|
title = "Key Terms"
|
|
50
51
|
}) {
|
|
51
52
|
return /* @__PURE__ */ jsxs("div", { className: cn("my-6", className), children: [
|
|
52
|
-
/* @__PURE__ */ jsxs(
|
|
53
|
+
/* @__PURE__ */ jsxs(Heading, { className: "font-semibold mb-3 flex items-center gap-2", children: [
|
|
53
54
|
icon ? /* @__PURE__ */ jsx("span", { className: "size-4", children: icon }) : /* @__PURE__ */ jsx(
|
|
54
55
|
"svg",
|
|
55
56
|
{
|
|
@@ -3,6 +3,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import { memo, useEffect, useRef } from "react";
|
|
4
4
|
import { cn } from "../../lib/utils";
|
|
5
5
|
function KeyboardShortcutsHelpImpl({
|
|
6
|
+
as: Heading = "h2",
|
|
6
7
|
className,
|
|
7
8
|
closeIcon,
|
|
8
9
|
footer,
|
|
@@ -58,7 +59,7 @@ function KeyboardShortcutsHelpImpl({
|
|
|
58
59
|
),
|
|
59
60
|
children: [
|
|
60
61
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between mb-4", children: [
|
|
61
|
-
/* @__PURE__ */ jsx(
|
|
62
|
+
/* @__PURE__ */ jsx(Heading, { className: "text-lg font-semibold", id: "shortcuts-title", children: title }),
|
|
62
63
|
/* @__PURE__ */ jsx(
|
|
63
64
|
"button",
|
|
64
65
|
{
|
|
@@ -238,13 +238,13 @@ function FillBlankField({
|
|
|
238
238
|
onChange,
|
|
239
239
|
value
|
|
240
240
|
}) {
|
|
241
|
-
const
|
|
241
|
+
const handleBlankValueChange = useCallback(
|
|
242
242
|
(event) => {
|
|
243
243
|
onChange(event.target.value);
|
|
244
244
|
},
|
|
245
245
|
[onChange]
|
|
246
246
|
);
|
|
247
|
-
return /* @__PURE__ */ jsx(Input, { id: inputId, onChange:
|
|
247
|
+
return /* @__PURE__ */ jsx(Input, { id: inputId, onChange: handleBlankValueChange, value });
|
|
248
248
|
}
|
|
249
249
|
function QuestionField({
|
|
250
250
|
groupName,
|
|
@@ -6,11 +6,11 @@ function LangProvider({
|
|
|
6
6
|
supportedLanguages = ["en", "fr"]
|
|
7
7
|
}) {
|
|
8
8
|
const pathname = usePathname();
|
|
9
|
+
const langMatch = /^\/([a-z]{2})(?:\/|$)/.exec(pathname);
|
|
10
|
+
const lang = langMatch && supportedLanguages.includes(langMatch[1]) ? langMatch[1] : defaultLanguage;
|
|
9
11
|
useEffect(() => {
|
|
10
|
-
const langMatch = /^\/([a-z]{2})(?:\/|$)/.exec(pathname);
|
|
11
|
-
const lang = langMatch && supportedLanguages.includes(langMatch[1]) ? langMatch[1] : defaultLanguage;
|
|
12
12
|
document.documentElement.setAttribute("lang", lang);
|
|
13
|
-
}, [
|
|
13
|
+
}, [lang]);
|
|
14
14
|
return null;
|
|
15
15
|
}
|
|
16
16
|
export {
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
3
|
import { CheckCircle2, Clock, GraduationCap, Target } from "lucide-react";
|
|
4
4
|
function LearningObjectives({
|
|
5
|
+
as: Heading = "h4",
|
|
5
6
|
estimatedTime,
|
|
6
7
|
objectives,
|
|
7
8
|
title = "What you'll learn"
|
|
@@ -10,7 +11,7 @@ function LearningObjectives({
|
|
|
10
11
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between mb-4", children: [
|
|
11
12
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
|
|
12
13
|
/* @__PURE__ */ jsx(Target, { className: "size-5 text-primary" }),
|
|
13
|
-
/* @__PURE__ */ jsx(
|
|
14
|
+
/* @__PURE__ */ jsx(Heading, { className: "font-semibold text-foreground", children: title })
|
|
14
15
|
] }),
|
|
15
16
|
estimatedTime ? /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1 text-sm text-muted-foreground", children: [
|
|
16
17
|
/* @__PURE__ */ jsx(Clock, { className: "size-4" }),
|
|
@@ -131,7 +131,7 @@ const LiveFeed = React.forwardRef(
|
|
|
131
131
|
[events, maxItems]
|
|
132
132
|
);
|
|
133
133
|
return /* @__PURE__ */ jsxs(Card, { className: cn("shadow-sm", className), ref, ...props, children: [
|
|
134
|
-
/* @__PURE__ */ jsxs(CardHeader, { className: "flex flex-row items-start justify-between gap-3
|
|
134
|
+
/* @__PURE__ */ jsxs(CardHeader, { className: "flex flex-row items-start justify-between gap-3 gap-y-0 pb-3", children: [
|
|
135
135
|
/* @__PURE__ */ jsxs("div", { className: "space-y-1", children: [
|
|
136
136
|
/* @__PURE__ */ jsx(CardTitle, { className: "text-base", children: title }),
|
|
137
137
|
description ? /* @__PURE__ */ jsx(CardDescription, { children: description }) : null
|
|
@@ -53,7 +53,7 @@ function useMapState(arguments_) {
|
|
|
53
53
|
}, [center]);
|
|
54
54
|
const [pan, setPan] = useState(initialPan);
|
|
55
55
|
const [zoom, setZoom] = useState(
|
|
56
|
-
clamp(initialZoom, MIN_ZOOM, MAX_ZOOM)
|
|
56
|
+
() => clamp(initialZoom, MIN_ZOOM, MAX_ZOOM)
|
|
57
57
|
);
|
|
58
58
|
const zoomIn = useCallback(() => {
|
|
59
59
|
setZoom((current) => clamp(current * ZOOM_STEP, MIN_ZOOM, MAX_ZOOM));
|
|
@@ -214,7 +214,7 @@ MapTimelineControls.displayName = "MapTimelineControls";
|
|
|
214
214
|
const MapTimelineSlider = forwardRef(({ className, ...rest }, ref) => {
|
|
215
215
|
const { endYear, labels, setYear, startYear, year } = useTimelineContext();
|
|
216
216
|
const sliderId = useId();
|
|
217
|
-
const
|
|
217
|
+
const handleYearChange = (event) => {
|
|
218
218
|
setYear(Number.parseInt(event.target.value, 10));
|
|
219
219
|
};
|
|
220
220
|
return /* @__PURE__ */ jsxs("div", { className: "flex flex-1 items-center gap-2 text-xs font-medium text-muted-foreground", children: [
|
|
@@ -230,7 +230,7 @@ const MapTimelineSlider = forwardRef(({ className, ...rest }, ref) => {
|
|
|
230
230
|
id: sliderId,
|
|
231
231
|
max: endYear,
|
|
232
232
|
min: startYear,
|
|
233
|
-
onChange:
|
|
233
|
+
onChange: handleYearChange,
|
|
234
234
|
ref,
|
|
235
235
|
type: "range",
|
|
236
236
|
value: year,
|
|
@@ -251,7 +251,7 @@ const MapTimelineSlider = forwardRef(({ className, ...rest }, ref) => {
|
|
|
251
251
|
MapTimelineSlider.displayName = "MapTimelineSlider";
|
|
252
252
|
const MapTimelinePlayButton = forwardRef(({ className, ...rest }, ref) => {
|
|
253
253
|
const { isPlaying, labels, setIsPlaying } = useTimelineContext();
|
|
254
|
-
const
|
|
254
|
+
const handleTogglePlayback = () => {
|
|
255
255
|
setIsPlaying(!isPlaying);
|
|
256
256
|
};
|
|
257
257
|
return /* @__PURE__ */ jsx(
|
|
@@ -264,7 +264,7 @@ const MapTimelinePlayButton = forwardRef(({ className, ...rest }, ref) => {
|
|
|
264
264
|
className
|
|
265
265
|
),
|
|
266
266
|
"data-playing": isPlaying ? "true" : void 0,
|
|
267
|
-
onClick:
|
|
267
|
+
onClick: handleTogglePlayback,
|
|
268
268
|
ref,
|
|
269
269
|
type: "button",
|
|
270
270
|
...rest,
|
|
@@ -301,7 +301,7 @@ function useTimelineCtx(arguments_) {
|
|
|
301
301
|
function useTimelineState(arguments_) {
|
|
302
302
|
const { endYear, initialYear, onYearChange, startYear } = arguments_;
|
|
303
303
|
const [year, setYear] = useState(
|
|
304
|
-
clamp(initialYear ?? startYear, startYear, endYear)
|
|
304
|
+
() => clamp(initialYear ?? startYear, startYear, endYear)
|
|
305
305
|
);
|
|
306
306
|
const [isPlaying, setIsPlaying] = useState(false);
|
|
307
307
|
const updateYear = useCallback(
|
|
@@ -67,7 +67,7 @@ function MarketTreemapTile({
|
|
|
67
67
|
}
|
|
68
68
|
);
|
|
69
69
|
}
|
|
70
|
-
const MarketTreemap = React.forwardRef(({ className, items, ...props }, reference) => {
|
|
70
|
+
const MarketTreemap = React.forwardRef(({ as: Heading = "h2", className, items, ...props }, reference) => {
|
|
71
71
|
if (items.length === 0) {
|
|
72
72
|
return null;
|
|
73
73
|
}
|
|
@@ -85,7 +85,7 @@ const MarketTreemap = React.forwardRef(({ className, items, ...props }, referenc
|
|
|
85
85
|
/* @__PURE__ */ jsxs("div", { className: "mb-4 flex flex-wrap items-center justify-between gap-3", children: [
|
|
86
86
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
87
87
|
/* @__PURE__ */ jsx("p", { className: "text-xs font-medium uppercase tracking-[0.28em] text-muted-foreground", children: "Sector heatmap" }),
|
|
88
|
-
/* @__PURE__ */ jsx(
|
|
88
|
+
/* @__PURE__ */ jsx(Heading, { className: "text-lg font-semibold text-foreground", children: "Market treemap" })
|
|
89
89
|
] }),
|
|
90
90
|
/* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground", children: "Tile size maps market cap proxy; color reflects session change." })
|
|
91
91
|
] }),
|
|
@@ -2,6 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { evaluate } from "@mdx-js/mdx";
|
|
3
3
|
import * as runtime from "react/jsx-runtime";
|
|
4
4
|
import ReactMarkdown from "react-markdown";
|
|
5
|
+
import remarkGfm from "remark-gfm";
|
|
5
6
|
import { CodeBlock } from "../code-block/code-block";
|
|
6
7
|
const MDXComponents = {
|
|
7
8
|
a: ({ children, href, ...props }) => /* @__PURE__ */ jsx(
|
|
@@ -16,7 +17,7 @@ const MDXComponents = {
|
|
|
16
17
|
blockquote: ({ children, ...props }) => /* @__PURE__ */ jsx(
|
|
17
18
|
"blockquote",
|
|
18
19
|
{
|
|
19
|
-
className: "border-l
|
|
20
|
+
className: "border-l border-primary pl-4 italic text-muted-foreground my-6 py-2 text-sm",
|
|
20
21
|
...props,
|
|
21
22
|
children
|
|
22
23
|
}
|
|
@@ -37,9 +38,9 @@ const MDXComponents = {
|
|
|
37
38
|
);
|
|
38
39
|
},
|
|
39
40
|
em: ({ children, ...props }) => /* @__PURE__ */ jsx("em", { className: "italic", ...props, children }),
|
|
40
|
-
h1: ({ children, ...props }) => /* @__PURE__ */ jsx("h1", { className: "text-2xl font-
|
|
41
|
-
h2: ({ children, ...props }) => /* @__PURE__ */ jsx("h2", { className: "text-xl font-
|
|
42
|
-
h3: ({ children, ...props }) => /* @__PURE__ */ jsx("h3", { className: "text-lg font-
|
|
41
|
+
h1: ({ children, ...props }) => /* @__PURE__ */ jsx("h1", { className: "text-2xl font-semibold mt-8 mb-4", ...props, children }),
|
|
42
|
+
h2: ({ children, ...props }) => /* @__PURE__ */ jsx("h2", { className: "text-xl font-semibold mt-6 mb-3", ...props, children }),
|
|
43
|
+
h3: ({ children, ...props }) => /* @__PURE__ */ jsx("h3", { className: "text-lg font-semibold mt-4 mb-2", ...props, children }),
|
|
43
44
|
hr: ({ ...props }) => /* @__PURE__ */ jsx("hr", { className: "my-8 border-border", ...props }),
|
|
44
45
|
li: ({ children, ...props }) => /* @__PURE__ */ jsx(
|
|
45
46
|
"li",
|
|
@@ -89,14 +90,15 @@ const proseClasses = [
|
|
|
89
90
|
"prose-strong:font-semibold prose-em:italic",
|
|
90
91
|
"prose-a:text-primary prose-a:underline prose-a:underline-offset-4 hover:prose-a:text-primary/80",
|
|
91
92
|
"prose-code:bg-muted prose-code:px-1 prose-code:py-0.5 prose-code:rounded prose-code:text-sm prose-code:font-mono",
|
|
92
|
-
"prose-pre:my-6 prose-pre:overflow-x-auto prose-pre:rounded-lg prose-pre:border prose-pre:bg-
|
|
93
|
-
"prose-blockquote:border-l
|
|
93
|
+
"prose-pre:my-6 prose-pre:overflow-x-auto prose-pre:rounded-lg prose-pre:border prose-pre:bg-zinc-950 prose-pre:py-4 prose-pre:font-mono prose-pre:text-sm prose-pre:text-white prose-pre:shadow-lg dark:prose-pre:bg-zinc-900",
|
|
94
|
+
"prose-blockquote:border-l prose-blockquote:border-primary prose-blockquote:pl-4 prose-blockquote:italic prose-blockquote:text-muted-foreground prose-blockquote:my-6 prose-blockquote:py-2",
|
|
94
95
|
"prose-hr:my-8 prose-hr:border-border",
|
|
95
96
|
"prose-table:w-full prose-table:border-collapse prose-table:border prose-table:border-border",
|
|
96
97
|
"prose-th:border prose-th:border-border prose-th:bg-muted prose-th:p-2 prose-th:text-left prose-th:font-medium",
|
|
97
98
|
"prose-td:border prose-td:border-border prose-td:p-2",
|
|
98
99
|
"prose-img:rounded-lg prose-img:border prose-img:border-border prose-img:shadow-lg"
|
|
99
100
|
].join(" ");
|
|
101
|
+
const markdownPlugins = [remarkGfm];
|
|
100
102
|
function removeImportStatements(content, componentNames) {
|
|
101
103
|
let processed = content.replaceAll(/^import\s+.*CodeBlock.*from.*$/gm, "");
|
|
102
104
|
componentNames.forEach((name) => {
|
|
@@ -143,9 +145,16 @@ async function MDXContent({
|
|
|
143
145
|
if (Component) {
|
|
144
146
|
return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(Component, { components: allComponents }) });
|
|
145
147
|
}
|
|
146
|
-
return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(
|
|
148
|
+
return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(
|
|
149
|
+
ReactMarkdown,
|
|
150
|
+
{
|
|
151
|
+
components: allComponents,
|
|
152
|
+
remarkPlugins: markdownPlugins,
|
|
153
|
+
children: content
|
|
154
|
+
}
|
|
155
|
+
) });
|
|
147
156
|
}
|
|
148
|
-
return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(ReactMarkdown, { components: allComponents, children: content }) });
|
|
157
|
+
return /* @__PURE__ */ jsx("div", { className: proseClasses, children: /* @__PURE__ */ jsx(ReactMarkdown, { components: allComponents, remarkPlugins: markdownPlugins, children: content }) });
|
|
149
158
|
}
|
|
150
159
|
export {
|
|
151
160
|
MDXContent
|
|
@@ -7,7 +7,6 @@ import { cn } from "../../lib/utils";
|
|
|
7
7
|
import { Button } from "../button";
|
|
8
8
|
import { useSidebar } from "../sidebar-provider";
|
|
9
9
|
import { ThemeToggle } from "../theme-toggle";
|
|
10
|
-
import { useMobile } from "./use-mobile";
|
|
11
10
|
const EMPTY_NAV_ITEMS = [];
|
|
12
11
|
function NavbarSaas({
|
|
13
12
|
brand,
|
|
@@ -17,13 +16,14 @@ function NavbarSaas({
|
|
|
17
16
|
}) {
|
|
18
17
|
const pathname = usePathname();
|
|
19
18
|
const { open, setOpen } = useSidebar();
|
|
20
|
-
const isMobile = useMobile();
|
|
21
19
|
return /* @__PURE__ */ jsx("header", { className: "sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 shrink-0", children: /* @__PURE__ */ jsx("div", { className: "w-full", children: /* @__PURE__ */ jsxs("div", { className: "mx-auto flex h-16 items-center justify-between px-4", children: [
|
|
22
20
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-4", children: [
|
|
23
|
-
showMobileMenu
|
|
21
|
+
showMobileMenu ? /* @__PURE__ */ jsx(
|
|
24
22
|
Button,
|
|
25
23
|
{
|
|
26
|
-
|
|
24
|
+
"aria-expanded": open,
|
|
25
|
+
"aria-label": "Toggle sidebar",
|
|
26
|
+
"data-testid": "navbar-saas-mobile-trigger",
|
|
27
27
|
onClick: () => {
|
|
28
28
|
setOpen(!open);
|
|
29
29
|
},
|
|
@@ -7,7 +7,7 @@ function getNumberTickerFormatter(locale, formatOptions) {
|
|
|
7
7
|
const key = `${locale ?? ""}|${formatOptions ? JSON.stringify(formatOptions) : ""}`;
|
|
8
8
|
let formatter = NUMBER_FORMATTER_CACHE.get(key);
|
|
9
9
|
if (!formatter) {
|
|
10
|
-
formatter =
|
|
10
|
+
formatter = Intl.NumberFormat(locale, formatOptions);
|
|
11
11
|
NUMBER_FORMATTER_CACHE.set(key, formatter);
|
|
12
12
|
}
|
|
13
13
|
return formatter;
|
|
@@ -68,7 +68,7 @@ function BookSide({
|
|
|
68
68
|
] });
|
|
69
69
|
}
|
|
70
70
|
const OrderBook = React.forwardRef(
|
|
71
|
-
({ asks, bids, className, precision = 2, ...props }, reference) => {
|
|
71
|
+
({ as: Heading = "h2", asks, bids, className, precision = 2, ...props }, reference) => {
|
|
72
72
|
if (asks.length === 0 && bids.length === 0) {
|
|
73
73
|
return null;
|
|
74
74
|
}
|
|
@@ -90,7 +90,7 @@ const OrderBook = React.forwardRef(
|
|
|
90
90
|
/* @__PURE__ */ jsxs("div", { className: "mb-4 flex flex-wrap items-start justify-between gap-3", children: [
|
|
91
91
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
92
92
|
/* @__PURE__ */ jsx("p", { className: "text-xs font-medium uppercase tracking-[0.28em] text-muted-foreground", children: "Level II" }),
|
|
93
|
-
/* @__PURE__ */ jsx(
|
|
93
|
+
/* @__PURE__ */ jsx(Heading, { className: "text-lg font-semibold text-foreground", children: "Order book" })
|
|
94
94
|
] }),
|
|
95
95
|
/* @__PURE__ */ jsxs("div", { className: "rounded-full border border-border bg-background/70 px-3 py-1 text-sm text-muted-foreground tabular-nums", children: [
|
|
96
96
|
"Spread ",
|
|
@@ -40,7 +40,7 @@ const RowBody = (props) => {
|
|
|
40
40
|
const Row = (props) => {
|
|
41
41
|
const { policy } = props;
|
|
42
42
|
if (policy.onToggle) {
|
|
43
|
-
const
|
|
43
|
+
const handleTogglePolicy = () => {
|
|
44
44
|
policy.onToggle?.();
|
|
45
45
|
};
|
|
46
46
|
return /* @__PURE__ */ jsx(
|
|
@@ -49,7 +49,7 @@ const Row = (props) => {
|
|
|
49
49
|
className: "flex w-full items-center gap-2 rounded-md border border-transparent px-2 py-1.5 text-left transition-colors hover:border-border hover:bg-muted/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
50
50
|
"data-policy-row": policy.id,
|
|
51
51
|
"data-policy-status": policy.status,
|
|
52
|
-
onClick:
|
|
52
|
+
onClick: handleTogglePolicy,
|
|
53
53
|
type: "button",
|
|
54
54
|
children: /* @__PURE__ */ jsx(RowBody, { policy })
|
|
55
55
|
}
|
|
@@ -3,6 +3,7 @@ import Image from "next/image";
|
|
|
3
3
|
import Link from "next/link";
|
|
4
4
|
import { Button } from "../button/button";
|
|
5
5
|
function ProfileSection({
|
|
6
|
+
as: Heading = "h3",
|
|
6
7
|
compact = false,
|
|
7
8
|
dict,
|
|
8
9
|
imageAlt,
|
|
@@ -25,7 +26,7 @@ function ProfileSection({
|
|
|
25
26
|
}
|
|
26
27
|
) }) : null,
|
|
27
28
|
/* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
|
|
28
|
-
/* @__PURE__ */ jsx(
|
|
29
|
+
/* @__PURE__ */ jsx(Heading, { className: `font-semibold ${compact ? "text-lg" : "text-xl"}`, children: dict.profile.name }),
|
|
29
30
|
/* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground", children: compact ? dict.profile.tagline : `> ${dict.profile.tagline}` })
|
|
30
31
|
] }),
|
|
31
32
|
showSocialLinks ? /* @__PURE__ */ jsx("div", { className: "flex flex-wrap justify-center items-center gap-2", children: socialLinks?.map((link) => /* @__PURE__ */ jsx(
|