@mastra/playground-ui 25.0.0 → 25.1.0-alpha.0
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 +53 -0
- package/dist/index.cjs.js +20 -94
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -68
- package/dist/index.es.js +22 -94
- package/dist/index.es.js.map +1 -1
- package/dist/src/ds/components/Notice/notice-root.d.ts +1 -1
- package/dist/src/ds/components/Notice/notice.stories.d.ts +2 -0
- package/dist/src/index.d.ts +0 -2
- package/package.json +13 -11
- package/dist/src/ds/components/CombinedButtons/combined-buttons.d.ts +0 -6
- package/dist/src/ds/components/CombinedButtons/combined-buttons.stories.d.ts +0 -10
- package/dist/src/ds/components/CombinedButtons/index.d.ts +0 -1
- package/dist/src/ds/components/Notification/index.d.ts +0 -1
- package/dist/src/ds/components/Notification/notification.d.ts +0 -10
- package/dist/src/ds/components/Notification/notification.stories.d.ts +0 -12
package/dist/index.css
CHANGED
|
@@ -1832,10 +1832,6 @@
|
|
|
1832
1832
|
animation: enter var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
|
|
1833
1833
|
}
|
|
1834
1834
|
|
|
1835
|
-
.animate-out {
|
|
1836
|
-
animation: exit var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
|
|
1837
|
-
}
|
|
1838
|
-
|
|
1839
1835
|
.animate-pulse {
|
|
1840
1836
|
animation: var(--animate-pulse);
|
|
1841
1837
|
}
|
|
@@ -1956,10 +1952,6 @@
|
|
|
1956
1952
|
grid-template-columns: auto 1fr;
|
|
1957
1953
|
}
|
|
1958
1954
|
|
|
1959
|
-
.grid-cols-\[auto_1fr_auto\] {
|
|
1960
|
-
grid-template-columns: auto 1fr auto;
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
1955
|
.grid-cols-\[minmax\(0\,1fr\)_auto_auto\] {
|
|
1964
1956
|
grid-template-columns: minmax(0, 1fr) auto auto;
|
|
1965
1957
|
}
|
|
@@ -2484,17 +2476,7 @@
|
|
|
2484
2476
|
}
|
|
2485
2477
|
}
|
|
2486
2478
|
|
|
2487
|
-
.border-accent2, .border-accent2\/
|
|
2488
|
-
border-color: var(--color-accent2);
|
|
2489
|
-
}
|
|
2490
|
-
|
|
2491
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2492
|
-
.border-accent2\/20 {
|
|
2493
|
-
border-color: color-mix(in oklab, var(--color-accent2) 20%, transparent);
|
|
2494
|
-
}
|
|
2495
|
-
}
|
|
2496
|
-
|
|
2497
|
-
.border-accent2\/30 {
|
|
2479
|
+
.border-accent2, .border-accent2\/30 {
|
|
2498
2480
|
border-color: var(--color-accent2);
|
|
2499
2481
|
}
|
|
2500
2482
|
|
|
@@ -3217,10 +3199,6 @@
|
|
|
3217
3199
|
padding-inline: var(--spacing-3);
|
|
3218
3200
|
}
|
|
3219
3201
|
|
|
3220
|
-
.px-3\.5 {
|
|
3221
|
-
padding-inline: var(--spacing-3_5);
|
|
3222
|
-
}
|
|
3223
|
-
|
|
3224
3202
|
.px-4 {
|
|
3225
3203
|
padding-inline: var(--spacing-4);
|
|
3226
3204
|
}
|
|
@@ -4091,11 +4069,6 @@
|
|
|
4091
4069
|
transition-duration: .2s;
|
|
4092
4070
|
}
|
|
4093
4071
|
|
|
4094
|
-
.duration-300 {
|
|
4095
|
-
--tw-duration: .3s;
|
|
4096
|
-
transition-duration: .3s;
|
|
4097
|
-
}
|
|
4098
|
-
|
|
4099
4072
|
.duration-1000, .duration-\[1s\] {
|
|
4100
4073
|
--tw-duration: 1s;
|
|
4101
4074
|
transition-duration: 1s;
|
|
@@ -4115,10 +4088,6 @@
|
|
|
4115
4088
|
--tw-enter-opacity: 0;
|
|
4116
4089
|
}
|
|
4117
4090
|
|
|
4118
|
-
.fade-out-0 {
|
|
4119
|
-
--tw-exit-opacity: 0;
|
|
4120
|
-
}
|
|
4121
|
-
|
|
4122
4091
|
.outline-none {
|
|
4123
4092
|
--tw-outline-style: none;
|
|
4124
4093
|
outline-style: none;
|
|
@@ -4141,18 +4110,10 @@
|
|
|
4141
4110
|
animation-play-state: running;
|
|
4142
4111
|
}
|
|
4143
4112
|
|
|
4144
|
-
.slide-in-from-right-2 {
|
|
4145
|
-
--tw-enter-translate-x: calc(2*var(--spacing));
|
|
4146
|
-
}
|
|
4147
|
-
|
|
4148
4113
|
.slide-in-from-top-2 {
|
|
4149
4114
|
--tw-enter-translate-y: calc(2*var(--spacing)*-1);
|
|
4150
4115
|
}
|
|
4151
4116
|
|
|
4152
|
-
.slide-out-to-right-2 {
|
|
4153
|
-
--tw-exit-translate-x: calc(2*var(--spacing));
|
|
4154
|
-
}
|
|
4155
|
-
|
|
4156
4117
|
.not-empty\:block:not(:empty) {
|
|
4157
4118
|
display: block;
|
|
4158
4119
|
}
|
|
@@ -6104,20 +6065,11 @@
|
|
|
6104
6065
|
border-radius: var(--radius-md);
|
|
6105
6066
|
}
|
|
6106
6067
|
|
|
6107
|
-
.\[\&\>button\]\:rounded-none > button {
|
|
6108
|
-
border-radius: var(--radius-none);
|
|
6109
|
-
}
|
|
6110
|
-
|
|
6111
6068
|
.\[\&\>button\]\:border > button {
|
|
6112
6069
|
border-style: var(--tw-border-style);
|
|
6113
6070
|
border-width: 1px;
|
|
6114
6071
|
}
|
|
6115
6072
|
|
|
6116
|
-
.\[\&\>button\]\:border-0 > button {
|
|
6117
|
-
border-style: var(--tw-border-style);
|
|
6118
|
-
border-width: 0;
|
|
6119
|
-
}
|
|
6120
|
-
|
|
6121
6073
|
.\[\&\>button\]\:border-border1 > button {
|
|
6122
6074
|
border-color: var(--color-border1);
|
|
6123
6075
|
}
|
|
@@ -6140,29 +6092,10 @@
|
|
|
6140
6092
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
6141
6093
|
}
|
|
6142
6094
|
|
|
6143
|
-
.\[\&\>button\:first-child\]\:rounded-l-lg > button:first-child {
|
|
6144
|
-
border-top-left-radius: var(--radius-lg);
|
|
6145
|
-
border-bottom-left-radius: var(--radius-lg);
|
|
6146
|
-
}
|
|
6147
|
-
|
|
6148
6095
|
.\[\&\>button\:hover\]\:text-neutral5 > button:hover {
|
|
6149
6096
|
color: var(--color-neutral5);
|
|
6150
6097
|
}
|
|
6151
6098
|
|
|
6152
|
-
.\[\&\>button\:last-child\]\:rounded-r-lg > button:last-child {
|
|
6153
|
-
border-top-right-radius: var(--radius-lg);
|
|
6154
|
-
border-bottom-right-radius: var(--radius-lg);
|
|
6155
|
-
}
|
|
6156
|
-
|
|
6157
|
-
.\[\&\>button\:not\(\:first-child\)\]\:border-l > button:not(:first-child) {
|
|
6158
|
-
border-left-style: var(--tw-border-style);
|
|
6159
|
-
border-left-width: 1px;
|
|
6160
|
-
}
|
|
6161
|
-
|
|
6162
|
-
.\[\&\>button\:not\(\:first-child\)\]\:border-border1 > button:not(:first-child) {
|
|
6163
|
-
border-color: var(--color-border1);
|
|
6164
|
-
}
|
|
6165
|
-
|
|
6166
6099
|
.\[\&\>div\]\:block\! > div {
|
|
6167
6100
|
display: block !important;
|
|
6168
6101
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
2
|
-
import { X, Wand2, CircleCheck, CircleX, CircleAlert, Info, CheckIcon as CheckIcon$1, CopyIcon, ShieldX, LogIn, Check, ChevronsUpDown, Search, ChevronDown, Circle, TriangleAlertIcon, SearchIcon, XIcon, TrendingUpIcon, TrendingDownIcon, EllipsisVerticalIcon, SaveIcon, Trash2Icon, ListFilterPlusIcon, ArrowLeftIcon, FilterIcon, PlusIcon, ChevronLeftIcon, ChevronRightIcon, Monitor, Sun, Moon, CalendarIcon, CircleAlertIcon, InfoIcon as InfoIcon$1, ArrowRightIcon, Type, Hash, ToggleLeft, AlignLeft, Braces, List, PanelRightIcon, KeyboardIcon,
|
|
2
|
+
import { X, Wand2, CircleCheck, CircleX, CircleAlert, Info, CheckIcon as CheckIcon$1, CopyIcon, ShieldX, LogIn, Check, ChevronsUpDown, Search, ChevronDown, Circle, TriangleAlertIcon, SearchIcon, XIcon, TrendingUpIcon, TrendingDownIcon, EllipsisVerticalIcon, SaveIcon, Trash2Icon, ListFilterPlusIcon, ArrowLeftIcon, FilterIcon, PlusIcon, ChevronLeftIcon, ChevronRightIcon, Monitor, Sun, Moon, CalendarIcon, CircleAlertIcon, InfoIcon as InfoIcon$1, ArrowRightIcon, Type, Hash, ToggleLeft, AlignLeft, Braces, List, PanelRightIcon, KeyboardIcon, AlignLeftIcon, AlignJustifyIcon, ArrowUpIcon, ArrowDownIcon, ChevronsRightIcon, ClockIcon, BanIcon, FileTextIcon, OctagonAlertIcon, LightbulbIcon, ChevronRight, Folder, File, AlertTriangle, CircleXIcon, ExpandIcon, ExternalLinkIcon, Link2Icon, Ban, ListX, ChevronsLeft, ChevronsRight, ChevronLeft, Text, TextSearch, EqualNot, Equal, Plus, Component, ArrowRight, ArrowLeft, BrainIcon, ArrowRightToLineIcon, CoinsIcon, ChevronsUpIcon, ChevronUpIcon, ChevronDownIcon, ChevronsDownIcon, ChevronsUpDownIcon, ChevronsDownUpIcon, CircleGaugeIcon, FileInputIcon, FileOutputIcon, BracesIcon, CircleSlashIcon } from 'lucide-react';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import React__default, { useState, useRef, useCallback, createContext, useContext, useSyncExternalStore, useMemo, useEffect, useLayoutEffect, forwardRef, useId, Suspense, Fragment as Fragment$1 } from 'react';
|
|
5
5
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
@@ -8659,21 +8659,6 @@ function Sections({ children, className }) {
|
|
|
8659
8659
|
return /* @__PURE__ */ jsx("div", { className: cn("grid gap-12", className), children });
|
|
8660
8660
|
}
|
|
8661
8661
|
|
|
8662
|
-
const CombinedButtons = ({ className, children }) => {
|
|
8663
|
-
return /* @__PURE__ */ jsx(
|
|
8664
|
-
"div",
|
|
8665
|
-
{
|
|
8666
|
-
className: cn(
|
|
8667
|
-
"flex items-center text-ui-sm border border-border1 rounded-lg overflow-hidden",
|
|
8668
|
-
"[&>button]:border-0 [&>button:not(:first-child)]:border-l [&>button:not(:first-child)]:border-border1",
|
|
8669
|
-
"[&>button]:rounded-none [&>button:first-child]:rounded-l-lg [&>button:last-child]:rounded-r-lg",
|
|
8670
|
-
className
|
|
8671
|
-
),
|
|
8672
|
-
children
|
|
8673
|
-
}
|
|
8674
|
-
);
|
|
8675
|
-
};
|
|
8676
|
-
|
|
8677
8662
|
function DatePicker({ className, classNames, showOutsideDays = true, ...props }) {
|
|
8678
8663
|
return /* @__PURE__ */ jsx(
|
|
8679
8664
|
DayPicker,
|
|
@@ -10113,82 +10098,6 @@ const MainSidebar = Object.assign(MainSidebarRoot, {
|
|
|
10113
10098
|
Trigger: MainSidebarTrigger
|
|
10114
10099
|
});
|
|
10115
10100
|
|
|
10116
|
-
function Notification({
|
|
10117
|
-
children,
|
|
10118
|
-
className,
|
|
10119
|
-
isVisible,
|
|
10120
|
-
autoDismiss = true,
|
|
10121
|
-
dismissTime = 5e3,
|
|
10122
|
-
dismissible = true,
|
|
10123
|
-
type = "info"
|
|
10124
|
-
}) {
|
|
10125
|
-
const [localIsVisible, setLocalIsVisible] = useState(isVisible);
|
|
10126
|
-
const [isAnimatingOut, setIsAnimatingOut] = useState(false);
|
|
10127
|
-
useEffect(() => {
|
|
10128
|
-
if (dismissible && autoDismiss && isVisible) {
|
|
10129
|
-
const timer = setTimeout(() => {
|
|
10130
|
-
handleDismiss();
|
|
10131
|
-
}, dismissTime);
|
|
10132
|
-
return () => clearTimeout(timer);
|
|
10133
|
-
}
|
|
10134
|
-
}, [autoDismiss, isVisible, dismissTime, dismissible]);
|
|
10135
|
-
useEffect(() => {
|
|
10136
|
-
if (isVisible) {
|
|
10137
|
-
setIsAnimatingOut(false);
|
|
10138
|
-
setLocalIsVisible(true);
|
|
10139
|
-
}
|
|
10140
|
-
}, [isVisible]);
|
|
10141
|
-
const handleDismiss = () => {
|
|
10142
|
-
setIsAnimatingOut(true);
|
|
10143
|
-
setTimeout(() => {
|
|
10144
|
-
setLocalIsVisible(false);
|
|
10145
|
-
setIsAnimatingOut(false);
|
|
10146
|
-
}, 200);
|
|
10147
|
-
};
|
|
10148
|
-
if (!localIsVisible) return null;
|
|
10149
|
-
const typeStyles = {
|
|
10150
|
-
info: "bg-surface4 border-border1",
|
|
10151
|
-
error: "bg-accent2Darker border-accent2/20",
|
|
10152
|
-
success: "bg-accent1Darker border-accent1/30",
|
|
10153
|
-
warning: "bg-accent6Darker border-accent6/30"
|
|
10154
|
-
};
|
|
10155
|
-
const iconStyles = {
|
|
10156
|
-
info: "text-accent5",
|
|
10157
|
-
error: "text-accent2",
|
|
10158
|
-
success: "text-accent1",
|
|
10159
|
-
warning: "text-accent6"
|
|
10160
|
-
};
|
|
10161
|
-
return /* @__PURE__ */ jsxs(
|
|
10162
|
-
"div",
|
|
10163
|
-
{
|
|
10164
|
-
className: cn(
|
|
10165
|
-
"grid grid-cols-[auto_1fr_auto] gap-3 rounded-xl border py-2.5 px-3.5 text-ui-md text-neutral4 items-start",
|
|
10166
|
-
"shadow-card",
|
|
10167
|
-
transitions.all,
|
|
10168
|
-
isAnimatingOut ? "animate-out fade-out-0 slide-out-to-right-2 duration-200" : "animate-in fade-in-0 slide-in-from-right-2 duration-300",
|
|
10169
|
-
typeStyles[type],
|
|
10170
|
-
className
|
|
10171
|
-
),
|
|
10172
|
-
children: [
|
|
10173
|
-
/* @__PURE__ */ jsx("div", { className: cn("shrink-0 mt-0.5", iconStyles[type]), children: type === "error" || type === "warning" ? /* @__PURE__ */ jsx(AlertTriangleIcon, { className: "h-4 w-4" }) : /* @__PURE__ */ jsx(InfoIcon$1, { className: "h-4 w-4" }) }),
|
|
10174
|
-
/* @__PURE__ */ jsx("div", { className: "flex gap-2 items-start min-w-0", children }),
|
|
10175
|
-
dismissible && /* @__PURE__ */ jsxs(
|
|
10176
|
-
Button,
|
|
10177
|
-
{
|
|
10178
|
-
variant: "ghost",
|
|
10179
|
-
className: cn("h-6 w-6 p-0 shrink-0", transitions.colors, "hover:bg-surface5"),
|
|
10180
|
-
onClick: handleDismiss,
|
|
10181
|
-
children: [
|
|
10182
|
-
/* @__PURE__ */ jsx(XIcon, { className: "h-4 w-4" }),
|
|
10183
|
-
/* @__PURE__ */ jsx(VisuallyHidden$1, { children: "Dismiss" })
|
|
10184
|
-
]
|
|
10185
|
-
}
|
|
10186
|
-
)
|
|
10187
|
-
]
|
|
10188
|
-
}
|
|
10189
|
-
);
|
|
10190
|
-
}
|
|
10191
|
-
|
|
10192
10101
|
function PageHeaderDescription({ children, isLoading }) {
|
|
10193
10102
|
return /* @__PURE__ */ jsx(
|
|
10194
10103
|
"p",
|
|
@@ -11450,6 +11359,25 @@ const variantConfig = {
|
|
|
11450
11359
|
};
|
|
11451
11360
|
function NoticeRoot({ variant, title, icon, action, children, className }) {
|
|
11452
11361
|
const { icon: defaultIcon, classes } = variantConfig[variant];
|
|
11362
|
+
const resolvedIcon = icon ?? defaultIcon;
|
|
11363
|
+
if (!title) {
|
|
11364
|
+
return /* @__PURE__ */ jsxs(
|
|
11365
|
+
"div",
|
|
11366
|
+
{
|
|
11367
|
+
className: cn(
|
|
11368
|
+
"relative @container flex items-start gap-2 rounded-2xl border p-3 [&>svg]:size-4",
|
|
11369
|
+
"animate-in fade-in-0 slide-in-from-top-2 duration-200",
|
|
11370
|
+
classes,
|
|
11371
|
+
className
|
|
11372
|
+
),
|
|
11373
|
+
children: [
|
|
11374
|
+
/* @__PURE__ */ jsx("span", { className: "mt-0.5 shrink-0 [&>svg]:size-4", children: resolvedIcon }),
|
|
11375
|
+
children && /* @__PURE__ */ jsx("div", { className: "flex-1 text-ui-md leading-ui-md", children }),
|
|
11376
|
+
action && /* @__PURE__ */ jsx("div", { className: "self-start ml-auto", children: action })
|
|
11377
|
+
]
|
|
11378
|
+
}
|
|
11379
|
+
);
|
|
11380
|
+
}
|
|
11453
11381
|
return /* @__PURE__ */ jsxs(
|
|
11454
11382
|
"div",
|
|
11455
11383
|
{
|
|
@@ -11461,7 +11389,7 @@ function NoticeRoot({ variant, title, icon, action, children, className }) {
|
|
|
11461
11389
|
),
|
|
11462
11390
|
children: [
|
|
11463
11391
|
/* @__PURE__ */ jsxs("div", { className: "flex h-4 items-center gap-2 [&>svg]:size-4", children: [
|
|
11464
|
-
|
|
11392
|
+
resolvedIcon,
|
|
11465
11393
|
/* @__PURE__ */ jsx("span", { className: "text-ui-sm font-medium uppercase tracking-wide leading-none", children: title })
|
|
11466
11394
|
] }),
|
|
11467
11395
|
action && /* @__PURE__ */ jsx("div", { className: "absolute right-2 top-2 hidden @md:block", children: action }),
|
|
@@ -19157,5 +19085,5 @@ function useLogsListNavigation(logs, featuredLogId, onFeaturedChange, featuredTr
|
|
|
19157
19085
|
};
|
|
19158
19086
|
}
|
|
19159
19087
|
|
|
19160
|
-
export { AddField, AgentCoinIcon, AgentIcon, AgentNetworkCoinIcon, AiIcon, AlertDialog, AmazonIcon, AnthropicChatIcon, AnthropicMessagesIcon, ApiIcon, Avatar, AzureIcon, Badge, BarListContent, BorderColors, BorderRadius, BranchIcon, BrandLoader, Breadcrumb, Button, ButtonWithTooltip, ButtonsGroup, CHART_COLORS, CONTEXT_FIELD_IDS, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Cell, CheckIcon, Checkbox, ChevronIcon, Chip, ChipsGroup, CodeDiff, CodeEditor, CohereIcon, Collapsible, CollapsibleContent, CollapsiblePanel, CollapsibleTrigger, Colors, Column, Columns,
|
|
19088
|
+
export { AddField, AgentCoinIcon, AgentIcon, AgentNetworkCoinIcon, AiIcon, AlertDialog, AmazonIcon, AnthropicChatIcon, AnthropicMessagesIcon, ApiIcon, Avatar, AzureIcon, Badge, BarListContent, BorderColors, BorderRadius, BranchIcon, BrandLoader, Breadcrumb, Button, ButtonWithTooltip, ButtonsGroup, CHART_COLORS, CONTEXT_FIELD_IDS, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Cell, CheckIcon, Checkbox, ChevronIcon, Chip, ChipsGroup, CodeDiff, CodeEditor, CohereIcon, Collapsible, CollapsibleContent, CollapsiblePanel, CollapsibleTrigger, Colors, Column, Columns, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommitIcon, ContentBlock, ContentBlocks, CopyButton, CrossIcon, Crumb, DATE_PRESETS, DEFAULT_LOGS_FILTERS_STORAGE_KEY, DEFAULT_TRACE_FILTERS_STORAGE_KEY, DashboardCard, DataCodeSection, DataDetailsPanel, DataKeysAndValues, DataList, DataListSkeleton, DataPanel, DatePicker, DateRangeSelector, DateTimeCell, DateTimePicker, DateTimePickerContent, DateTimeRangePicker, DbIcon, DebugIcon, DefaultTrigger, DeploymentIcon, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DividerIcon, DocsIcon, DropdownMenu, EXTENSION_TO_MIME, ElementSelect, EmptyState, Entity, EntityContent, EntityDescription, EntityHeader, EntityIcon, EntityList, EntityListPageLayout, EntityListSkeleton, EntityName, Entry, EntryCell, EntryList, EntryListSkeleton, EnvIcon, ErrorBoundary, ErrorState, Field, FieldBlock, FieldBlocksLayout, FieldDescription, FieldList, FieldName, FieldNullable, FieldOptional, FieldRemove, FieldType, FiltersIcon, FolderIcon, FontSizes, GithubCoinIcon, GithubIcon, Glows, GoogleIcon, GroqIcon, Header$1 as Header, HeaderAction, HeaderGroup, HeaderTitle, HomeIcon, HorizontalBars, HoverPopover, Icon, InfoIcon, Input, ItemList, ItemListSkeleton, JSONSchemaForm, JudgeIcon, Kbd, KeyValueList, KpiCardView, LOGS_DATE_FROM_PARAM, LOGS_DATE_PRESET_PARAM, LOGS_DATE_PRESET_VALUES, LOGS_DATE_TO_PARAM, LOGS_PROPERTY_FILTER_FIELD_IDS, LOGS_PROPERTY_FILTER_PARAM_BY_FIELD, LOGS_ROOT_ENTITY_TYPES, LOGS_ROOT_ENTITY_TYPE_OPTIONS, LOGS_ROOT_ENTITY_TYPE_PARAM, LOG_LEVEL_OPTIONS, LOG_LEVEL_VALUES, Label, LatencyCardView, LatencyIcon, LineHeights, ListSearch, LogDetailsView, Logo, LogoWithoutText, LogsDataList, DataListSkeleton as LogsDataListSkeleton, LogsErrorContent, LogsIcon, LogsLayout, LogsListView, LogsToolbar, MainContentContent, MainContentLayout, MainHeader, MainSidebar, MainSidebarProvider, MainSidebarTrigger, MarkdownRenderer, MastraIcon, McpCoinIcon, McpServerIcon, MemoryIcon, MetricsCard, MetricsDataTable, MetricsFlexGrid, MetricsKpiCard, MetricsLineChart, MetricsLineChartTooltip, MetricsProvider, MistralIcon, ModelUsageCostCardView, MultiColumn, MultiCombobox, NestedFields, NetlifyIcon, NoDataPageLayout, NoLogsInfo, Notice, OPERATORS, OPERATOR_LABELS, OpenAIIcon, OpenaiChatIcon, PageHeader, PageLayout, PanelSeparator, PermissionDenied, PickMultiPanel, Popover, PopoverContent, PopoverTrigger, PrevNextNav, ProcessStepList, ProcessStepListItem, ProcessStepProgressBar, ProcessorIcon, PromptIcon, PropertyFilterActions, PropertyFilterApplied, PropertyFilterCreator, ROOT_ENTITY_TYPES, ROOT_ENTITY_TYPE_OPTIONS, RadioGroup, RadioGroupItem, RepoIcon, Root$1 as Root, Row, RuleBuilder, RuleFieldSelect, RuleOperatorSelect, RuleRow, RuleValueInput, ScoresCardView, ScoresDataList, ScrollArea, ScrollBar, ScrollableContainer, SearchFieldBlock, Searchbar, SearchbarWrapper, Section, SectionRoot, Sections, Select, SelectContent, SelectDataFilter, SelectField, SelectFieldBlock, SelectGroup, SelectItem, SelectTrigger, SelectValue, SessionExpired, SettingsIcon, Shadows, SideDialog, Sizes, Skeleton, SkillIcon, SlashIcon, Slider, Spacings, SpanDataPanelView, SpanDetailsView, SpanTokenUsage, Spinner, StackedRunsBars, StatusBadge, SubSectionRoot, Switch, TRACE_DATE_FROM_PARAM, TRACE_DATE_PRESET_PARAM, TRACE_DATE_PRESET_VALUES, TRACE_DATE_TO_PARAM, TRACE_PROPERTY_FILTER_FIELD_IDS, TRACE_PROPERTY_FILTER_PARAM_BY_FIELD, TRACE_ROOT_ENTITY_TYPE_PARAM, TRACE_STATUS_OPTIONS, TRACE_STATUS_PARAM, TRACE_STATUS_VALUES, TRACE_SYNTHETIC_FILTER_FIELD_IDS, Tab, TabContent, TabList, Table, Tabs, Tbody, TextAndIcon, TextFieldBlock, Textarea, Th, Thead, ThemeProvider, ThemeToggle, ThreadDeleteButton, ThreadItem, ThreadLink, ThreadList, Threads, TimePicker, TimelineExpandCol, TimelineNameCol, TimelineStructureSign, TimelineTimingCol, TokenUsageByAgentCardView, ToolCoinIcon, ToolsIcon, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TraceDataPanelView, TraceDetailsView, TraceIcon, TraceKeysAndValues, TraceTimeline, TraceTimelineSpan, TracesDataList, TracesErrorContent, TracesLayout, TracesListView, TracesToolbar, TracesVolumeCardView, Tree, Truncate, TsIcon, Txt, TxtCell, VARIABLE_PATTERN, VariablesIcon, WorkflowCoinIcon, WorkflowIcon, XGroqIcon, applyLogsPropertyFilterTokens, applyTracePropertyFilterTokens, buildLogsListFilters, buildTraceListFilters, buttonVariants, clearSavedLogsFilters, clearSavedTraceFilters, cn, comboboxStyles, countLeafRules, createDefaultRule, createDefaultRuleGroup, createField, createLogsPropertyFilterFields, createTracePropertyFilterFields, createVariableAutocomplete, fieldsToJSONSchema, fileToBase64, flattenSchemaToVariables, focusRing, formElementFocus, formElementFocusWithin, formElementRadius, formElementSizes, formElementTransition, formatCompact, formatCost, formatHierarchicalSpans, formatJSON, generateDefaultValues, getAllSpanIds, getChildFieldOptions, getColumnTemplate, getFieldOptionAtPath, getFieldOptionsFromSchema, getFileContentType, getInputPreview, getItemListColumnTemplate, getLogsPropertyFilterTokens, getMainContentContentClassName, getPreservedLogsFilterParams, getPreservedTraceFilterParams, getShortId$1 as getShortId, getSpanDescendantIds, getSpanTypeUi, getStatusIcon, getToNextEntryFn, getToNextItemFn, getToPreviousEntryFn, getToPreviousItemFn, getTokenLimitMessage, getTracePropertyFilterTokens, groupTracesByThread, hasAnyLogsFilterParams, hasAnyTraceFilterParams, highlight, hoverEffects, inputVariants, is401UnauthorizedError, is403ForbiddenError, isNonRetryableError, isObjectEmpty, isRule, isRuleGroup, isTokenLimitExceeded, isValidJson, isValidPreset, jsonSchemaToFields, loadLogsFiltersFromStorage, loadTraceFiltersFromStorage, lodashTitleCase, neutralizeFilterTokens, neutralizeLogsFilterTokens, parseError, parseFieldPath, saveLogsFiltersToStorage, saveTraceFiltersToStorage, sharedFormElementDisabledStyle, sharedFormElementFocusStyle, sharedFormElementStyle, shouldRetryQuery, spanTypePrefixes, stringToColor, textareaVariants, toSigFigs, toast, transitions, truncateString, useAgentRunsKpiMetrics, useAutoscroll, useCodemirrorTheme$3 as useCodemirrorTheme, useCopyToClipboard, useEntityNames, useEnvironments, useInView, useJSONSchemaForm, useJSONSchemaFormField, useJSONSchemaFormNestedContext, useLatencyMetrics, useLogs, useLogsFilterPersistence, useLogsListNavigation, useLogsUrlState, useMainSidebar, useMaybeSidebar, useMetrics, useMetricsFilters, useModelCostKpiMetrics, useModelUsageCostMetrics, usePlaygroundStore, useScoresMetrics, useServiceNames, useSpanDetail, useTableKeyboardNavigation, useTags, useTheme, useTokenUsageByAgentMetrics, useTotalTokensKpiMetrics, useTraceFilterPersistence, useTraceLightSpans, useTraceListNavigation, useTraceSpanNavigation, useTraceSpans, useTraceUrlState, useTraceVolumeMetrics, useTraces, variableHighlight };
|
|
19161
19089
|
//# sourceMappingURL=index.es.js.map
|