@mastra/playground-ui 30.0.1 → 30.0.2-alpha.1

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/dist/index.css CHANGED
@@ -177,6 +177,7 @@
177
177
  --radius-lg: 10px;
178
178
  --radius-xl: 14px;
179
179
  --radius-2xl: 1rem;
180
+ --ease-in: cubic-bezier(.4, 0, 1, 1);
180
181
  --ease-out: cubic-bezier(0, 0, .2, 1);
181
182
  --ease-in-out: cubic-bezier(.4, 0, .2, 1);
182
183
  --animate-spin: spin 1s linear infinite;
@@ -1919,6 +1920,10 @@
1919
1920
  max-width: var(--container-md);
1920
1921
  }
1921
1922
 
1923
+ .max-w-none {
1924
+ max-width: none;
1925
+ }
1926
+
1922
1927
  .max-w-screen-lg {
1923
1928
  max-width: var(--breakpoint-lg);
1924
1929
  }
@@ -2453,12 +2458,6 @@
2453
2458
  margin-block-end: calc(var(--spacing-4) * calc(1 - var(--tw-space-y-reverse)));
2454
2459
  }
2455
2460
 
2456
- :where(.space-y-6 > :not(:last-child)) {
2457
- --tw-space-y-reverse: 0;
2458
- margin-block-start: calc(var(--spacing-6) * var(--tw-space-y-reverse));
2459
- margin-block-end: calc(var(--spacing-6) * calc(1 - var(--tw-space-y-reverse)));
2460
- }
2461
-
2462
2461
  :where(.space-y-8 > :not(:last-child)) {
2463
2462
  --tw-space-y-reverse: 0;
2464
2463
  margin-block-start: calc(var(--spacing-8) * var(--tw-space-y-reverse));
@@ -2683,6 +2682,11 @@
2683
2682
  border-block-width: 1px;
2684
2683
  }
2685
2684
 
2685
+ .border-y-0 {
2686
+ border-block-style: var(--tw-border-style);
2687
+ border-block-width: 0;
2688
+ }
2689
+
2686
2690
  .border-t {
2687
2691
  border-top-style: var(--tw-border-style);
2688
2692
  border-top-width: 1px;
@@ -5649,6 +5653,10 @@
5649
5653
  --tw-exit-scale: .95;
5650
5654
  }
5651
5655
 
5656
+ .data-\[closed\]\:slide-out-to-left[data-closed] {
5657
+ --tw-exit-translate-x: -100%;
5658
+ }
5659
+
5652
5660
  .data-\[disabled\]\:pointer-events-none[data-disabled] {
5653
5661
  pointer-events: none;
5654
5662
  }
@@ -5699,6 +5707,16 @@
5699
5707
  opacity: 0;
5700
5708
  }
5701
5709
 
5710
+ .data-\[ending-style\]\:duration-150[data-ending-style] {
5711
+ --tw-duration: .15s;
5712
+ transition-duration: .15s;
5713
+ }
5714
+
5715
+ .data-\[ending-style\]\:ease-in[data-ending-style] {
5716
+ --tw-ease: var(--ease-in);
5717
+ transition-timing-function: var(--ease-in);
5718
+ }
5719
+
5702
5720
  .data-\[highlighted\]\:bg-surface4[data-highlighted] {
5703
5721
  background-color: var(--color-surface4);
5704
5722
  }
@@ -5776,6 +5794,10 @@
5776
5794
  --tw-enter-scale: .95;
5777
5795
  }
5778
5796
 
5797
+ .data-\[open\]\:slide-in-from-left[data-open] {
5798
+ --tw-enter-translate-x: -100%;
5799
+ }
5800
+
5779
5801
  .data-\[orientation\=horizontal\]\:h-1\.5[data-orientation="horizontal"] {
5780
5802
  height: var(--spacing-1_5);
5781
5803
  }
@@ -5972,58 +5994,6 @@
5972
5994
  opacity: 0;
5973
5995
  }
5974
5996
 
5975
- .data-\[state\=closed\]\:animate-out[data-state="closed"] {
5976
- 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);
5977
- }
5978
-
5979
- .data-\[state\=closed\]\:duration-150[data-state="closed"] {
5980
- --tw-duration: .15s;
5981
- transition-duration: .15s;
5982
- }
5983
-
5984
- .data-\[state\=closed\]\:duration-200[data-state="closed"] {
5985
- --tw-duration: .2s;
5986
- transition-duration: .2s;
5987
- }
5988
-
5989
- .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
5990
- --tw-exit-opacity: 0;
5991
- }
5992
-
5993
- .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
5994
- --tw-exit-translate-x: -100%;
5995
- }
5996
-
5997
- .data-\[state\=closed\]\:slide-out-to-right-1\/4[data-state="closed"] {
5998
- --tw-exit-translate-x: calc(1 / 4*100%);
5999
- }
6000
-
6001
- .data-\[state\=open\]\:animate-in[data-state="open"] {
6002
- 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);
6003
- }
6004
-
6005
- .data-\[state\=open\]\:duration-200[data-state="open"] {
6006
- --tw-duration: .2s;
6007
- transition-duration: .2s;
6008
- }
6009
-
6010
- .data-\[state\=open\]\:duration-300[data-state="open"] {
6011
- --tw-duration: .3s;
6012
- transition-duration: .3s;
6013
- }
6014
-
6015
- .data-\[state\=open\]\:fade-in-0[data-state="open"] {
6016
- --tw-enter-opacity: 0;
6017
- }
6018
-
6019
- .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
6020
- --tw-enter-translate-x: -100%;
6021
- }
6022
-
6023
- .data-\[state\=open\]\:slide-in-from-right-1\/4[data-state="open"] {
6024
- --tw-enter-translate-x: calc(1 / 4*100%);
6025
- }
6026
-
6027
5997
  .data-\[swiping\]\:select-none[data-swiping] {
6028
5998
  -webkit-user-select: none;
6029
5999
  user-select: none;
package/dist/index.es.js CHANGED
@@ -23,14 +23,13 @@ import { Collapsible as Collapsible$1 } from '@base-ui/react/collapsible';
23
23
  import { Combobox as Combobox$1 } from '@base-ui/react/combobox';
24
24
  export { Combobox as ComboboxPrimitive } from '@base-ui/react/combobox';
25
25
  import { Command as Command$1 } from 'cmdk';
26
- import { Dialog as Dialog$2 } from '@base-ui/react/dialog';
26
+ import { Dialog as Dialog$1 } from '@base-ui/react/dialog';
27
27
  import { ContextMenu as ContextMenu$1 } from '@base-ui/react/context-menu';
28
28
  import { Select as Select$1 } from '@base-ui/react/select';
29
29
  import { Tabs as Tabs$1 } from '@base-ui/react/tabs';
30
30
  import { Drawer as Drawer$1 } from '@base-ui/react/drawer';
31
31
  import { Menu } from '@base-ui/react/menu';
32
- import * as VisuallyHidden from '@radix-ui/react-visually-hidden';
33
- import { VisuallyHidden as VisuallyHidden$1 } from '@radix-ui/react-visually-hidden';
32
+ import { VisuallyHidden } from '@radix-ui/react-visually-hidden';
34
33
  import { PreviewCard } from '@base-ui/react/preview-card';
35
34
  import Markdown from 'react-markdown';
36
35
  import remarkGfm from 'remark-gfm';
@@ -43,8 +42,6 @@ import { Slider as Slider$1 } from '@base-ui/react/slider';
43
42
  import { Switch as Switch$1 } from '@base-ui/react/switch';
44
43
  import { format, isValid, formatDate, isThisYear, isToday as isToday$1, parse } from 'date-fns';
45
44
  import { DayPicker } from 'react-day-picker';
46
- import { Slot } from '@radix-ui/react-slot';
47
- import * as Dialog$1 from '@radix-ui/react-dialog';
48
45
  import { DragDropContext, Droppable, Draggable } from '@hello-pangea/dnd';
49
46
  import { MergeView } from '@codemirror/merge';
50
47
  import { format as format$1 } from 'date-fns/format';
@@ -6511,22 +6508,22 @@ function MultiCombobox({
6511
6508
  ] });
6512
6509
  }
6513
6510
 
6514
- const Dialog = Dialog$2.Root;
6511
+ const Dialog = Dialog$1.Root;
6515
6512
  const DialogTrigger = React.forwardRef(
6516
6513
  ({ asChild, children, ...props }, ref) => {
6517
6514
  const renderProps = asChild && React.isValidElement(children) ? { render: children } : {};
6518
- return /* @__PURE__ */ jsx(Dialog$2.Trigger, { ref, ...renderProps, ...props, children: asChild ? void 0 : children });
6515
+ return /* @__PURE__ */ jsx(Dialog$1.Trigger, { ref, ...renderProps, ...props, children: asChild ? void 0 : children });
6519
6516
  }
6520
6517
  );
6521
6518
  DialogTrigger.displayName = "DialogTrigger";
6522
- const DialogPortal = Dialog$2.Portal;
6519
+ const DialogPortal = Dialog$1.Portal;
6523
6520
  const DialogClose = React.forwardRef(({ asChild, children, ...props }, ref) => {
6524
6521
  const renderProps = asChild && React.isValidElement(children) ? { render: children } : {};
6525
- return /* @__PURE__ */ jsx(Dialog$2.Close, { ref, ...renderProps, ...props, children: asChild ? void 0 : children });
6522
+ return /* @__PURE__ */ jsx(Dialog$1.Close, { ref, ...renderProps, ...props, children: asChild ? void 0 : children });
6526
6523
  });
6527
6524
  DialogClose.displayName = "DialogClose";
6528
6525
  const DialogOverlay = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
6529
- Dialog$2.Backdrop,
6526
+ Dialog$1.Backdrop,
6530
6527
  {
6531
6528
  ref,
6532
6529
  className: cn("dialog-overlay-anim fixed inset-0 z-50 bg-overlay backdrop-blur-xs", className),
@@ -6537,7 +6534,7 @@ DialogOverlay.displayName = "DialogOverlay";
6537
6534
  const DialogContent = React.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ jsxs(DialogPortal, { children: [
6538
6535
  /* @__PURE__ */ jsx(DialogOverlay, {}),
6539
6536
  /* @__PURE__ */ jsxs(
6540
- Dialog$2.Popup,
6537
+ Dialog$1.Popup,
6541
6538
  {
6542
6539
  ref,
6543
6540
  "data-slot": "dialog-content",
@@ -6553,7 +6550,7 @@ const DialogContent = React.forwardRef(({ className, children, ...props }, ref)
6553
6550
  children: [
6554
6551
  children,
6555
6552
  /* @__PURE__ */ jsx(
6556
- Dialog$2.Close,
6553
+ Dialog$1.Close,
6557
6554
  {
6558
6555
  render: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", className: "absolute top-3 right-3", "aria-label": "Close", children: /* @__PURE__ */ jsx(X, {}) })
6559
6556
  }
@@ -6569,10 +6566,10 @@ const DialogFooter = ({ className, ...props }) => /* @__PURE__ */ jsx("div", { c
6569
6566
  DialogFooter.displayName = "DialogFooter";
6570
6567
  const DialogBody = ({ className, ...props }) => /* @__PURE__ */ jsx("div", { className: cn("overflow-y-auto px-4 py-3.5 max-h-[50vh]", className), ...props });
6571
6568
  DialogBody.displayName = "DialogBody";
6572
- const DialogTitle = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(Dialog$2.Title, { ref, className: cn("text-ui-md font-medium", className), ...props }));
6569
+ const DialogTitle = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(Dialog$1.Title, { ref, className: cn("text-ui-md font-medium", className), ...props }));
6573
6570
  DialogTitle.displayName = "DialogTitle";
6574
6571
  const DialogDescription = React.forwardRef(
6575
- ({ className, ...props }, ref) => /* @__PURE__ */ jsx(Dialog$2.Description, { ref, className: cn("sr-only", className), ...props })
6572
+ ({ className, ...props }, ref) => /* @__PURE__ */ jsx(Dialog$1.Description, { ref, className: cn("sr-only", className), ...props })
6576
6573
  );
6577
6574
  DialogDescription.displayName = "DialogDescription";
6578
6575
 
@@ -7226,6 +7223,7 @@ const DrawerIndent = Drawer$1.Indent;
7226
7223
  const DrawerIndentBackground = Drawer$1.IndentBackground;
7227
7224
  const DrawerSwipeArea = Drawer$1.SwipeArea;
7228
7225
  const createDrawerHandle = Drawer$1.createHandle;
7226
+ const DrawerInteractive = Drawer$1.Content;
7229
7227
  const DrawerBackdrop = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
7230
7228
  Drawer$1.Backdrop,
7231
7229
  {
@@ -7259,7 +7257,6 @@ const drawerPopupBaseClass = cn(
7259
7257
  "drawer-popup group/popup relative z-50 box-border flex flex-col overflow-y-auto overscroll-contain outline-none [touch-action:auto] will-change-transform",
7260
7258
  "border-border1 bg-surface3 text-neutral5 shadow-dialog",
7261
7259
  "data-[swiping]:select-none",
7262
- // Dim layer drawn over a parent drawer while a nested drawer covers it.
7263
7260
  "after:pointer-events-none after:absolute after:inset-0 after:bg-transparent after:transition-[background-color] after:duration-[450ms] after:content-['']",
7264
7261
  "data-[nested-drawer-open]:after:bg-black/25"
7265
7262
  );
@@ -7286,29 +7283,27 @@ const nestedFadeClass = cn(
7286
7283
  "transition-opacity duration-300 ease-[cubic-bezier(0.32,0.72,0,1)] motion-reduce:duration-0",
7287
7284
  "group-data-[nested-drawer-open]/popup:opacity-0"
7288
7285
  );
7289
- const HandleBar = () => /* @__PURE__ */ jsx("div", { className: cn("mx-auto my-2 h-1 w-12 shrink-0 rounded-full bg-surface5", nestedFadeClass) });
7290
- const DrawerContent = React.forwardRef(
7291
- ({ className, children, container, hideBackdrop, hideCloseButton, hideHandle, ...props }, ref) => {
7292
- const side = useDrawerSide();
7293
- const showHandle = !hideHandle && (side === "top" || side === "bottom");
7294
- return /* @__PURE__ */ jsxs(DrawerPortal, { container: container ?? void 0, children: [
7295
- !hideBackdrop && /* @__PURE__ */ jsx(DrawerBackdrop, {}),
7296
- /* @__PURE__ */ jsx(DrawerViewport, { className: hideBackdrop ? "pointer-events-none" : void 0, children: /* @__PURE__ */ jsxs(DrawerPopup, { ref, className: cn(hideBackdrop && "pointer-events-auto", className), ...props, children: [
7297
- showHandle && side === "bottom" && /* @__PURE__ */ jsx(HandleBar, {}),
7298
- /* @__PURE__ */ jsxs("div", { "data-slot": "drawer-content", className: cn("relative flex min-h-0 flex-1 flex-col", nestedFadeClass), children: [
7299
- children,
7300
- !hideCloseButton && /* @__PURE__ */ jsx(
7301
- Drawer$1.Close,
7302
- {
7303
- render: /* @__PURE__ */ jsx(Button, { variant: "ghost", size: "sm", className: "absolute top-3 right-3", "aria-label": "Close", children: /* @__PURE__ */ jsx(X, {}) })
7304
- }
7305
- )
7306
- ] }),
7307
- showHandle && side === "top" && /* @__PURE__ */ jsx(HandleBar, {})
7308
- ] }) })
7309
- ] });
7286
+ const DrawerHandleBar = () => /* @__PURE__ */ jsx(
7287
+ "div",
7288
+ {
7289
+ "aria-hidden": true,
7290
+ "data-slot": "drawer-handle",
7291
+ className: cn("mx-auto my-2 h-1 w-12 shrink-0 rounded-full bg-surface5", nestedFadeClass)
7310
7292
  }
7311
7293
  );
7294
+ DrawerHandleBar.displayName = "DrawerHandleBar";
7295
+ const DrawerContent = React.forwardRef(({ className, children, ...props }, ref) => {
7296
+ const side = useDrawerSide();
7297
+ const showHandle = side === "top" || side === "bottom";
7298
+ return /* @__PURE__ */ jsxs(DrawerPortal, { children: [
7299
+ /* @__PURE__ */ jsx(DrawerBackdrop, {}),
7300
+ /* @__PURE__ */ jsx(DrawerViewport, { children: /* @__PURE__ */ jsxs(DrawerPopup, { ref, className, ...props, children: [
7301
+ showHandle && side === "bottom" && /* @__PURE__ */ jsx(DrawerHandleBar, {}),
7302
+ /* @__PURE__ */ jsx("div", { "data-slot": "drawer-content", className: cn("relative flex min-h-0 flex-1 flex-col", nestedFadeClass), children }),
7303
+ showHandle && side === "top" && /* @__PURE__ */ jsx(DrawerHandleBar, {})
7304
+ ] }) })
7305
+ ] });
7306
+ });
7312
7307
  DrawerContent.displayName = "DrawerContent";
7313
7308
  const DrawerHeader = ({ className, ...props }) => /* @__PURE__ */ jsx("div", { "data-slot": "drawer-header", className: cn("flex flex-col gap-0.5 px-4 py-3 text-left", className), ...props });
7314
7309
  DrawerHeader.displayName = "DrawerHeader";
@@ -7725,7 +7720,7 @@ function TextFieldBlock({
7725
7720
  ...props
7726
7721
  }) {
7727
7722
  return /* @__PURE__ */ jsxs(FieldBlock.Layout, { layout, labelColumnWidth, className, children: [
7728
- layout === "horizontal" ? /* @__PURE__ */ jsx(FieldBlock.Column, { children: /* @__PURE__ */ jsx(FieldBlock.Label, { name, required, size: labelSize || "bigger", children: labelIsHidden ? /* @__PURE__ */ jsx(VisuallyHidden$1, { children: label }) : label }) }) : null,
7723
+ layout === "horizontal" ? /* @__PURE__ */ jsx(FieldBlock.Column, { children: /* @__PURE__ */ jsx(FieldBlock.Label, { name, required, size: labelSize || "bigger", children: labelIsHidden ? /* @__PURE__ */ jsx(VisuallyHidden, { children: label }) : label }) }) : null,
7729
7724
  /* @__PURE__ */ jsxs(FieldBlock.Column, { children: [
7730
7725
  !labelIsHidden && layout === "vertical" ? /* @__PURE__ */ jsx(FieldBlock.Label, { name, required, size: labelSize || "default", children: label }) : null,
7731
7726
  /* @__PURE__ */ jsx(
@@ -7787,7 +7782,7 @@ function SearchFieldBlock({
7787
7782
  ] });
7788
7783
  }
7789
7784
  return /* @__PURE__ */ jsxs(FieldBlock.Layout, { layout, className, children: [
7790
- layout === "horizontal" ? /* @__PURE__ */ jsx(FieldBlock.Column, { children: /* @__PURE__ */ jsx(FieldBlock.Label, { name, required, children: labelIsHidden ? /* @__PURE__ */ jsx(VisuallyHidden$1, { children: label }) : label }) }) : null,
7785
+ layout === "horizontal" ? /* @__PURE__ */ jsx(FieldBlock.Column, { children: /* @__PURE__ */ jsx(FieldBlock.Label, { name, required, children: labelIsHidden ? /* @__PURE__ */ jsx(VisuallyHidden, { children: label }) : label }) }) : null,
7791
7786
  /* @__PURE__ */ jsxs(FieldBlock.Column, { children: [
7792
7787
  layout === "vertical" && label && !labelIsHidden ? /* @__PURE__ */ jsx(FieldBlock.Label, { name, required, children: label }) : null,
7793
7788
  /* @__PURE__ */ jsxs("div", { className: "relative group", children: [
@@ -7865,7 +7860,7 @@ function SelectFieldBlock({
7865
7860
  className
7866
7861
  }) {
7867
7862
  return /* @__PURE__ */ jsxs(FieldBlock.Layout, { layout, labelColumnWidth, className, children: [
7868
- layout === "horizontal" ? /* @__PURE__ */ jsx(FieldBlock.Column, { children: /* @__PURE__ */ jsx(FieldBlock.Label, { name, required, children: labelIsHidden ? /* @__PURE__ */ jsx(VisuallyHidden$1, { children: label }) : label }) }) : null,
7863
+ layout === "horizontal" ? /* @__PURE__ */ jsx(FieldBlock.Column, { children: /* @__PURE__ */ jsx(FieldBlock.Label, { name, required, children: labelIsHidden ? /* @__PURE__ */ jsx(VisuallyHidden, { children: label }) : label }) }) : null,
7869
7864
  /* @__PURE__ */ jsxs(FieldBlock.Column, { children: [
7870
7865
  layout === "vertical" && label && !labelIsHidden ? /* @__PURE__ */ jsx(FieldBlock.Label, { name, required, children: label }) : null,
7871
7866
  /* @__PURE__ */ jsxs(
@@ -10803,7 +10798,7 @@ const JSONSchemaForm = {
10803
10798
 
10804
10799
  function KeyValueList({ data, className, labelsAreHidden, isLoading, LinkComponent: Link }) {
10805
10800
  const LabelWrapper = ({ children }) => {
10806
- return labelsAreHidden ? /* @__PURE__ */ jsx(VisuallyHidden$1, { children }) : children;
10801
+ return labelsAreHidden ? /* @__PURE__ */ jsx(VisuallyHidden, { children }) : children;
10807
10802
  };
10808
10803
  if (!data || data.length === 0) {
10809
10804
  return null;
@@ -11173,7 +11168,7 @@ function MainSidebarNavHeader({
11173
11168
  ) : children
11174
11169
  }
11175
11170
  ) : /* @__PURE__ */ jsxs(Fragment, { children: [
11176
- /* @__PURE__ */ jsx(VisuallyHidden$1, { asChild: true, children: /* @__PURE__ */ jsx("header", { ...props, children }) }),
11171
+ /* @__PURE__ */ jsx(VisuallyHidden, { asChild: true, children: /* @__PURE__ */ jsx("header", { ...props, children }) }),
11177
11172
  /* @__PURE__ */ jsx("div", { "aria-hidden": "true", className: "mx-3 h-px flex-1 bg-border1" })
11178
11173
  ] }) });
11179
11174
  }
@@ -11182,7 +11177,7 @@ function MainSidebarNavLabel({ children, className, state: stateProp, ...rest })
11182
11177
  const ctx = useMaybeSidebar();
11183
11178
  const state = stateProp ?? ctx?.state ?? "default";
11184
11179
  if (state === "collapsed") {
11185
- return /* @__PURE__ */ jsx(VisuallyHidden$1, { children });
11180
+ return /* @__PURE__ */ jsx(VisuallyHidden, { children });
11186
11181
  }
11187
11182
  return /* @__PURE__ */ jsx("span", { ...rest, className: cn("min-w-0 flex-1 truncate text-left", className), children });
11188
11183
  }
@@ -11226,7 +11221,14 @@ function MainSidebarNavLink({
11226
11221
  });
11227
11222
  let interactiveEl = null;
11228
11223
  if (asChild) {
11229
- interactiveEl = /* @__PURE__ */ jsx(Slot, { className: itemClassName, children });
11224
+ if (!React__default.isValidElement(children)) {
11225
+ throw new Error(
11226
+ "MainSidebarNavLink requires a valid React element child when `asChild` is true so it can apply `SlottedNavChildProps` and merge `itemClassName`."
11227
+ );
11228
+ }
11229
+ interactiveEl = React__default.cloneElement(children, {
11230
+ className: cn(itemClassName, children.props.className)
11231
+ });
11230
11232
  } else if (link) {
11231
11233
  interactiveEl = /* @__PURE__ */ jsxs(Link, { href: link.url, ...linkParams, className: itemClassName, children: [
11232
11234
  link.icon,
@@ -11407,30 +11409,30 @@ function MainSidebarRoot({ children, className }) {
11407
11409
  if (isMobile) {
11408
11410
  return /* @__PURE__ */ jsx(Dialog$1.Root, { open: openMobile, onOpenChange: setOpenMobile, children: /* @__PURE__ */ jsxs(Dialog$1.Portal, { children: [
11409
11411
  /* @__PURE__ */ jsx(
11410
- Dialog$1.Overlay,
11412
+ Dialog$1.Backdrop,
11411
11413
  {
11412
11414
  className: cn(
11413
11415
  "fixed inset-0 z-40 bg-overlay backdrop-blur-sm",
11414
- "data-[state=open]:animate-in data-[state=closed]:animate-out",
11415
- "data-[state=open]:fade-in-0 data-[state=closed]:fade-out-0"
11416
+ "opacity-100 transition-opacity duration-200 ease-out motion-reduce:transition-none",
11417
+ "data-[starting-style]:opacity-0 data-[ending-style]:opacity-0 data-[ending-style]:duration-150 data-[ending-style]:ease-in"
11416
11418
  )
11417
11419
  }
11418
11420
  ),
11419
11421
  /* @__PURE__ */ jsxs(
11420
- Dialog$1.Content,
11422
+ Dialog$1.Popup,
11421
11423
  {
11422
11424
  className: cn(
11423
11425
  "fixed inset-y-0 left-0 z-50 flex h-full flex-col",
11424
11426
  "w-3/4 max-w-(--sidebar-width-mobile)",
11425
11427
  "bg-surface2 shadow-xl",
11426
- "data-[state=open]:animate-in data-[state=closed]:animate-out",
11427
- "data-[state=open]:slide-in-from-left data-[state=closed]:slide-out-to-left",
11428
+ "data-[open]:animate-in data-[closed]:animate-out",
11429
+ "data-[open]:slide-in-from-left data-[closed]:slide-out-to-left",
11428
11430
  "duration-200",
11429
11431
  className
11430
11432
  ),
11431
11433
  children: [
11432
- /* @__PURE__ */ jsx(VisuallyHidden$1, { asChild: true, children: /* @__PURE__ */ jsx(Dialog$1.Title, { children: "Navigation" }) }),
11433
- /* @__PURE__ */ jsx(VisuallyHidden$1, { asChild: true, children: /* @__PURE__ */ jsx(Dialog$1.Description, { children: "Primary site navigation drawer" }) }),
11434
+ /* @__PURE__ */ jsx(VisuallyHidden, { asChild: true, children: /* @__PURE__ */ jsx(Dialog$1.Title, { children: "Navigation" }) }),
11435
+ /* @__PURE__ */ jsx(VisuallyHidden, { asChild: true, children: /* @__PURE__ */ jsx(Dialog$1.Description, { children: "Primary site navigation drawer" }) }),
11434
11436
  /* @__PURE__ */ jsx("div", { onClick: closeOnAnchor, className: "flex flex-col h-full min-h-0 px-4 py-2 overflow-hidden", children })
11435
11437
  ]
11436
11438
  }
@@ -11890,7 +11892,12 @@ function containsInnerNewline$2(obj) {
11890
11892
  }
11891
11893
 
11892
11894
  function SideDialogContent({ children, className }) {
11893
- return /* @__PURE__ */ jsx("div", { className: cn("p-6 pl-9 overflow-y-scroll grid gap-6 content-start pb-8", className), children });
11895
+ return /* @__PURE__ */ jsx(
11896
+ DrawerInteractive,
11897
+ {
11898
+ render: /* @__PURE__ */ jsx("div", { className: cn("p-6 pl-9 overflow-y-scroll grid gap-6 content-start pb-8", className), children })
11899
+ }
11900
+ );
11894
11901
  }
11895
11902
 
11896
11903
  function SideDialogHeader({ children, className }) {
@@ -11952,62 +11959,65 @@ function SideDialogRoot({
11952
11959
  className
11953
11960
  }) {
11954
11961
  const isConfirmation = variant === "confirmation";
11955
- return /* @__PURE__ */ jsx(Dialog$1.Root, { open: isOpen, onOpenChange: onClose, children: /* @__PURE__ */ jsxs(Dialog$1.Portal, { children: [
11956
- !isConfirmation && /* @__PURE__ */ jsx(
11957
- Dialog$1.Overlay,
11958
- {
11959
- className: cn(
11960
- "bg-overlay backdrop-blur-sm top-0 bottom-0 right-0 left-0 fixed z-50",
11961
- "data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:duration-200",
11962
- "data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:duration-150"
11963
- )
11964
- }
11965
- ),
11966
- /* @__PURE__ */ jsxs(
11967
- Dialog$1.Content,
11968
- {
11969
- className: cn(
11970
- "fixed top-0 bottom-0 right-0 border-l border-border2 z-50 bg-surface2",
11971
- "data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:slide-out-to-right-1/4 data-[state=closed]:duration-200",
11962
+ return /* @__PURE__ */ jsx(
11963
+ Drawer,
11964
+ {
11965
+ side: "right",
11966
+ open: isOpen,
11967
+ onOpenChange: (open) => {
11968
+ if (!open) onClose?.();
11969
+ },
11970
+ children: /* @__PURE__ */ jsxs(DrawerPortal, { children: [
11971
+ !isConfirmation && /* @__PURE__ */ jsx(DrawerBackdrop, { className: "backdrop-blur-sm" }),
11972
+ /* @__PURE__ */ jsx(DrawerViewport, { className: isConfirmation ? "pointer-events-none" : void 0, children: /* @__PURE__ */ jsxs(
11973
+ DrawerPopup,
11972
11974
  {
11973
- "w-[75vw] 2xl:w-[65vw] 4xl:w-[55vw]": level === 1,
11974
- "w-[70vw] 2xl:w-[59vw] 4xl:w-[48vw]": level === 2,
11975
- "w-[65vw] 2xl:w-[53vw] 4xl:w-[41vw]": level === 3,
11976
- "data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:slide-in-from-right-1/4 data-[state=open]:duration-300 shadow-dialog": !isConfirmation,
11977
- "bg-surface2/70 backdrop-blur-sm": isConfirmation
11978
- },
11979
- className
11980
- ),
11981
- children: [
11982
- /* @__PURE__ */ jsxs(VisuallyHidden.Root, { children: [
11983
- /* @__PURE__ */ jsx(Dialog$1.Title, { children: dialogTitle }),
11984
- /* @__PURE__ */ jsx(Dialog$1.Description, { children: dialogDescription })
11985
- ] }),
11986
- !isConfirmation && /* @__PURE__ */ jsx(Dialog$1.Close, { asChild: true, children: /* @__PURE__ */ jsx(
11987
- "button",
11988
- {
11989
- className: cn(
11990
- "flex appearance-none items-center justify-center rounded-bl-lg h-14 w-14 absolute top-0 -left-14 bg-surface2 text-neutral3 border-l border-b border-border2",
11991
- transitions.all,
11992
- "hover:bg-surface4 hover:text-neutral5"
11975
+ className: cn(
11976
+ "max-w-none rounded-none border-y-0 border-r-0 border-l border-border2 bg-surface2 overflow-visible",
11977
+ {
11978
+ "w-[75vw] 2xl:w-[65vw] 4xl:w-[55vw]": level === 1,
11979
+ "w-[70vw] 2xl:w-[59vw] 4xl:w-[48vw]": level === 2,
11980
+ "w-[65vw] 2xl:w-[53vw] 4xl:w-[41vw]": level === 3,
11981
+ "pointer-events-auto bg-surface2/70 backdrop-blur-sm shadow-none": isConfirmation
11982
+ },
11983
+ className
11984
+ ),
11985
+ children: [
11986
+ /* @__PURE__ */ jsx(DrawerTitle, { className: "sr-only", children: dialogTitle }),
11987
+ /* @__PURE__ */ jsx(DrawerDescription, { className: "sr-only", children: dialogDescription }),
11988
+ !isConfirmation && /* @__PURE__ */ jsx(
11989
+ DrawerClose,
11990
+ {
11991
+ render: /* @__PURE__ */ jsx(
11992
+ "button",
11993
+ {
11994
+ type: "button",
11995
+ className: cn(
11996
+ "flex appearance-none items-center justify-center rounded-bl-lg h-14 w-14 absolute top-0 -left-14 bg-surface2 text-neutral3 border-l border-b border-border2",
11997
+ transitions.all,
11998
+ "hover:bg-surface4 hover:text-neutral5"
11999
+ ),
12000
+ "aria-label": "Close",
12001
+ children: /* @__PURE__ */ jsx(ChevronsRightIcon, {})
12002
+ }
12003
+ )
12004
+ }
11993
12005
  ),
11994
- "aria-label": "Close",
11995
- children: /* @__PURE__ */ jsx(ChevronsRightIcon, {})
11996
- }
11997
- ) }),
11998
- /* @__PURE__ */ jsx(
11999
- "div",
12000
- {
12001
- className: cn("grid h-full", {
12002
- "grid-rows-[auto_1fr]": !isConfirmation
12003
- }),
12004
- children
12005
- }
12006
- )
12007
- ]
12008
- }
12009
- )
12010
- ] }) });
12006
+ /* @__PURE__ */ jsx(
12007
+ "div",
12008
+ {
12009
+ className: cn("grid h-full", {
12010
+ "grid-rows-[auto_1fr]": !isConfirmation
12011
+ }),
12012
+ children
12013
+ }
12014
+ )
12015
+ ]
12016
+ }
12017
+ ) })
12018
+ ] })
12019
+ }
12020
+ );
12011
12021
  }
12012
12022
 
12013
12023
  function SideDialogTop({ children, className }) {
@@ -22085,5 +22095,5 @@ function useLogsListNavigation(logs, featuredLogId, onFeaturedChange, featuredTr
22085
22095
  };
22086
22096
  }
22087
22097
 
22088
- export { AddField, AgentCoinIcon, AgentIcon, AgentNetworkCoinIcon, AiIcon, AlertDialog, AmazonIcon, AnthropicChatIcon, AnthropicMessagesIcon, ApiIcon, Avatar, AzureIcon, Badge, BarListContent, BorderColors, BorderRadius, BranchIcon, BrandLoader, Breadcrumb, Button, ButtonsGroup, ButtonsGroupSeparator, ButtonsGroupText, CHART_COLORS, CONTEXT_FIELD_IDS, Card, CardContent, CardDescription, CardFooter, CardHeader, CardHeading, CardTitle, Cell, CheckIcon, Checkbox, ChevronIcon, Chip, ChipsGroup, CodeBlock$1 as CodeBlock, CodeDiff, CodeEditor, CohereIcon, Collapsible, CollapsibleContent, CollapsiblePanel, CollapsibleTrigger, Colors, Column, Columns, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommitIcon, ContentBlock, ContentBlocks, ContextMenu, CopyButton, CrossIcon, Crumb, DATE_PRESETS, DEFAULT_LOGS_FILTERS_STORAGE_KEY, DEFAULT_TRACE_FILTERS_STORAGE_KEY, DashboardCard, DataCodeSection, DataDetailsPanel, DataKeysAndValues, DataList, DataListSkeleton, DataPanel, DatasetsIcon, DatePicker, DateRangeSelector, DateTimeCell, DateTimePicker, DateTimePickerContent, DateTimeRangePicker, DbIcon, DebugIcon, DefaultTrigger, DeploymentIcon, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DividerIcon, DocsIcon, Drawer, DrawerBackdrop, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerIndent, DrawerIndentBackground, DrawerPopup, DrawerPortal, DrawerProvider, DrawerSwipeArea, DrawerTitle, DrawerTrigger, DrawerViewport, DropdownMenu, EXTENSION_TO_MIME, ElementSelect, EmptyState, Entity, EntityContent, EntityDescription, EntityHeader, EntityIcon, EntityName, Entry, EntryCell, EnvIcon, ErrorBoundary, ErrorState, ExperimentsIcon, 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, HoverCard, HoverCardContent, HoverCardTrigger, HoverPopover, Icon, InfoIcon, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, 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, MainSidebarMobileTrigger, MainSidebarProvider, MainSidebarTrigger, MarkdownRenderer, MastraIcon, McpCoinIcon, McpServerIcon, MemoryCardView, MemoryIcon, MetricsCard, MetricsDataTable, MetricsFlexGrid, MetricsIcon, MetricsKpiCard, MetricsLineChart, MetricsLineChartTooltip, MetricsProvider, MistralIcon, ModelUsageCostCardView, MultiColumn, MultiCombobox, NestedFields, NetlifyIcon, NoDataPageLayout, NoLogsInfo, NoTracesInfo, Notice, OPERATORS, OPERATOR_LABELS, OpenAIIcon, OpenErrorsInLogsButton, OpenInTracesButton, OpenaiChatIcon, PageHeader, PageHeadingContext, 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, RequestContextIcon, Root$1 as Root, Row, RuleBuilder, RuleFieldSelect, RuleOperatorSelect, RuleRow, RuleValueInput, ScorersIcon, ScoresCardView, ScoresDataList, ScrollArea, ScrollBar, ScrollableContainer, SearchFieldBlock, Searchbar, SearchbarWrapper, Section, SectionCard, SectionRoot, Sections, Select, SelectContent, SelectDataFilter, SelectFieldBlock, SelectGroup, SelectItem, SelectTrigger, SelectValue, SessionExpired, SettingsIcon, SettingsRow, Shadows, SideDialog, Sizes, Skeleton, SkillIcon, SlashIcon, Slider, Spacings, SpanDataPanelView, SpanDetailsView, SpanTokenUsage, Spinner, StackedRunsBars, StatusBadge, SubSectionRoot, Switch, TRACE_ANCHOR_SPAN_ID_PARAM, TRACE_DATE_FROM_PARAM, TRACE_DATE_PRESET_PARAM, TRACE_DATE_PRESET_VALUES, TRACE_DATE_TO_PARAM, TRACE_LIST_MODE_OPTIONS, TRACE_LIST_MODE_PARAM, TRACE_LIST_MODE_VALUES, 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, TimePicker, TimelineExpandCol, TimelineNameCol, TimelineStructureSign, TimelineTimingCol, Toaster, TokenUsageByAgentCardView, ToolCoinIcon, ToolsIcon, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TraceDataPanelView, TraceDetailsView, TraceIcon, TraceKeysAndValues, TraceTimeline, TraceTimelineSpan, TracesDataList, TracesErrorContent, TracesLayout, TracesListModeToggle, TracesListView, TracesToolbar, TracesVolumeCardView, Tree, Truncate, TsIcon, Txt, TxtCell, VARIABLE_PATTERN, VariablesIcon, WorkflowCoinIcon, WorkflowIcon, WorkspacesIcon, XGroqIcon, applyLogsPropertyFilterTokens, applyMetricsPropertyFilterTokens, applyTracePropertyFilterTokens, buildLogsDrilldownUrl, buildLogsListFilters, buildMetricsDimensionalFilter, buildTraceListFilters, buildTracesDrilldownUrl, buttonVariants, buttonsGroupVariants, clearSavedLogsFilters, clearSavedMetricsFilters, clearSavedTraceFilters, cn, comboboxStyles, countLeafRules, createDefaultRule, createDefaultRuleGroup, createDrawerHandle, createField, createLogsPropertyFilterFields, createMetricsPropertyFilterFields, createTracePropertyFilterFields, createVariableAutocomplete, fieldsToJSONSchema, fileToBase64, flattenSchemaToVariables, focusRing, formElementFocus, formElementFocusWithin, formElementRadius, formElementSizes, formElementTransition, formatCompact, formatCost, formatHierarchicalSpans, formatJSON, generateDefaultValues, getAllSpanIds, getChildFieldOptions, getFieldOptionAtPath, getFieldOptionsFromSchema, getFileContentType, getInputPreview, getIsLinkActive, getItemListColumnTemplate, getLogsPropertyFilterTokens, getMainContentContentClassName, getMetricsPropertyFilterTokens, getPreservedLogsFilterParams, getPreservedTraceFilterParams, getShortId$1 as getShortId, getSpanDescendantIds, getSpanTypeUi, getStatusIcon, getToNextItemFn, getToPreviousItemFn, getTokenLimitMessage, getTracePropertyFilterTokens, hasAnyLogsFilterParams, hasAnyMetricsFilterParams, hasAnyTraceFilterParams, highlight, hoverEffects, inputVariants, is401UnauthorizedError, is403ForbiddenError, isBranchesNotSupportedError, isNonRetryableError, isObjectEmpty, isRule, isRuleGroup, isTokenLimitExceeded, isValidJson, isValidPreset, jsonSchemaToFields, loadLogsFiltersFromStorage, loadMetricsFiltersFromStorage, loadTraceFiltersFromStorage, lodashTitleCase, narrowWindowToBucket, navItemClasses, neutralizeFilterTokens, neutralizeLogsFilterTokens, parseError, parseFieldPath, saveLogsFiltersToStorage, saveMetricsFiltersToStorage, saveTraceFiltersToStorage, sharedFormElementDisabledStyle, sharedFormElementFocusStyle, sharedFormElementStyle, shouldRetryQuery, spanTypePrefixes, stringToColor, textareaVariants, toSigFigs, toast, transitions, truncateString, useActiveResourcesKpiMetrics, useActiveThreadsKpiMetrics, useAgentRunsKpiMetrics, useAutoscroll, useBranch, useCodemirrorTheme$3 as useCodemirrorTheme, useCopyToClipboard, useDrilldown, useEntityNames, useEnvironments, useInView, useJSONSchemaForm, useJSONSchemaFormField, useJSONSchemaFormNestedContext, useLatencyMetrics, useLogs, useLogsFilterPersistence, useLogsListNavigation, useLogsUrlState, useMainSidebar, useMaybeSidebar, useMetrics, useMetricsFilters, useModelCostKpiMetrics, useModelUsageCostMetrics, usePageHeading, usePlaygroundStore, useScoresMetrics, useServiceNames, useSpanDetail, useTableKeyboardNavigation, useTags, useTheme, useTokenUsageByAgentMetrics, useTopActiveThreadsMetrics, useTopResourcesByThreadsMetrics, useTotalTokensKpiMetrics, useTraceFilterPersistence, useTraceLightSpans, useTraceListNavigation, useTraceOrBranchSpans, useTraceSpanNavigation, useTraceSpans, useTraceUrlState, useTraceVolumeMetrics, useTraces, variableHighlight };
22098
+ export { AddField, AgentCoinIcon, AgentIcon, AgentNetworkCoinIcon, AiIcon, AlertDialog, AmazonIcon, AnthropicChatIcon, AnthropicMessagesIcon, ApiIcon, Avatar, AzureIcon, Badge, BarListContent, BorderColors, BorderRadius, BranchIcon, BrandLoader, Breadcrumb, Button, ButtonsGroup, ButtonsGroupSeparator, ButtonsGroupText, CHART_COLORS, CONTEXT_FIELD_IDS, Card, CardContent, CardDescription, CardFooter, CardHeader, CardHeading, CardTitle, Cell, CheckIcon, Checkbox, ChevronIcon, Chip, ChipsGroup, CodeBlock$1 as CodeBlock, CodeDiff, CodeEditor, CohereIcon, Collapsible, CollapsibleContent, CollapsiblePanel, CollapsibleTrigger, Colors, Column, Columns, Combobox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommitIcon, ContentBlock, ContentBlocks, ContextMenu, CopyButton, CrossIcon, Crumb, DATE_PRESETS, DEFAULT_LOGS_FILTERS_STORAGE_KEY, DEFAULT_TRACE_FILTERS_STORAGE_KEY, DashboardCard, DataCodeSection, DataDetailsPanel, DataKeysAndValues, DataList, DataListSkeleton, DataPanel, DatasetsIcon, DatePicker, DateRangeSelector, DateTimeCell, DateTimePicker, DateTimePickerContent, DateTimeRangePicker, DbIcon, DebugIcon, DefaultTrigger, DeploymentIcon, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DividerIcon, DocsIcon, Drawer, DrawerBackdrop, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerIndent, DrawerIndentBackground, DrawerInteractive, DrawerPopup, DrawerPortal, DrawerProvider, DrawerSwipeArea, DrawerTitle, DrawerTrigger, DrawerViewport, DropdownMenu, EXTENSION_TO_MIME, ElementSelect, EmptyState, Entity, EntityContent, EntityDescription, EntityHeader, EntityIcon, EntityName, Entry, EntryCell, EnvIcon, ErrorBoundary, ErrorState, ExperimentsIcon, 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, HoverCard, HoverCardContent, HoverCardTrigger, HoverPopover, Icon, InfoIcon, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, 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, MainSidebarMobileTrigger, MainSidebarProvider, MainSidebarTrigger, MarkdownRenderer, MastraIcon, McpCoinIcon, McpServerIcon, MemoryCardView, MemoryIcon, MetricsCard, MetricsDataTable, MetricsFlexGrid, MetricsIcon, MetricsKpiCard, MetricsLineChart, MetricsLineChartTooltip, MetricsProvider, MistralIcon, ModelUsageCostCardView, MultiColumn, MultiCombobox, NestedFields, NetlifyIcon, NoDataPageLayout, NoLogsInfo, NoTracesInfo, Notice, OPERATORS, OPERATOR_LABELS, OpenAIIcon, OpenErrorsInLogsButton, OpenInTracesButton, OpenaiChatIcon, PageHeader, PageHeadingContext, 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, RequestContextIcon, Root$1 as Root, Row, RuleBuilder, RuleFieldSelect, RuleOperatorSelect, RuleRow, RuleValueInput, ScorersIcon, ScoresCardView, ScoresDataList, ScrollArea, ScrollBar, ScrollableContainer, SearchFieldBlock, Searchbar, SearchbarWrapper, Section, SectionCard, SectionRoot, Sections, Select, SelectContent, SelectDataFilter, SelectFieldBlock, SelectGroup, SelectItem, SelectTrigger, SelectValue, SessionExpired, SettingsIcon, SettingsRow, Shadows, SideDialog, Sizes, Skeleton, SkillIcon, SlashIcon, Slider, Spacings, SpanDataPanelView, SpanDetailsView, SpanTokenUsage, Spinner, StackedRunsBars, StatusBadge, SubSectionRoot, Switch, TRACE_ANCHOR_SPAN_ID_PARAM, TRACE_DATE_FROM_PARAM, TRACE_DATE_PRESET_PARAM, TRACE_DATE_PRESET_VALUES, TRACE_DATE_TO_PARAM, TRACE_LIST_MODE_OPTIONS, TRACE_LIST_MODE_PARAM, TRACE_LIST_MODE_VALUES, 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, TimePicker, TimelineExpandCol, TimelineNameCol, TimelineStructureSign, TimelineTimingCol, Toaster, TokenUsageByAgentCardView, ToolCoinIcon, ToolsIcon, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TraceDataPanelView, TraceDetailsView, TraceIcon, TraceKeysAndValues, TraceTimeline, TraceTimelineSpan, TracesDataList, TracesErrorContent, TracesLayout, TracesListModeToggle, TracesListView, TracesToolbar, TracesVolumeCardView, Tree, Truncate, TsIcon, Txt, TxtCell, VARIABLE_PATTERN, VariablesIcon, WorkflowCoinIcon, WorkflowIcon, WorkspacesIcon, XGroqIcon, applyLogsPropertyFilterTokens, applyMetricsPropertyFilterTokens, applyTracePropertyFilterTokens, buildLogsDrilldownUrl, buildLogsListFilters, buildMetricsDimensionalFilter, buildTraceListFilters, buildTracesDrilldownUrl, buttonVariants, buttonsGroupVariants, clearSavedLogsFilters, clearSavedMetricsFilters, clearSavedTraceFilters, cn, comboboxStyles, countLeafRules, createDefaultRule, createDefaultRuleGroup, createDrawerHandle, createField, createLogsPropertyFilterFields, createMetricsPropertyFilterFields, createTracePropertyFilterFields, createVariableAutocomplete, fieldsToJSONSchema, fileToBase64, flattenSchemaToVariables, focusRing, formElementFocus, formElementFocusWithin, formElementRadius, formElementSizes, formElementTransition, formatCompact, formatCost, formatHierarchicalSpans, formatJSON, generateDefaultValues, getAllSpanIds, getChildFieldOptions, getFieldOptionAtPath, getFieldOptionsFromSchema, getFileContentType, getInputPreview, getIsLinkActive, getItemListColumnTemplate, getLogsPropertyFilterTokens, getMainContentContentClassName, getMetricsPropertyFilterTokens, getPreservedLogsFilterParams, getPreservedTraceFilterParams, getShortId$1 as getShortId, getSpanDescendantIds, getSpanTypeUi, getStatusIcon, getToNextItemFn, getToPreviousItemFn, getTokenLimitMessage, getTracePropertyFilterTokens, hasAnyLogsFilterParams, hasAnyMetricsFilterParams, hasAnyTraceFilterParams, highlight, hoverEffects, inputVariants, is401UnauthorizedError, is403ForbiddenError, isBranchesNotSupportedError, isNonRetryableError, isObjectEmpty, isRule, isRuleGroup, isTokenLimitExceeded, isValidJson, isValidPreset, jsonSchemaToFields, loadLogsFiltersFromStorage, loadMetricsFiltersFromStorage, loadTraceFiltersFromStorage, lodashTitleCase, narrowWindowToBucket, navItemClasses, neutralizeFilterTokens, neutralizeLogsFilterTokens, parseError, parseFieldPath, saveLogsFiltersToStorage, saveMetricsFiltersToStorage, saveTraceFiltersToStorage, sharedFormElementDisabledStyle, sharedFormElementFocusStyle, sharedFormElementStyle, shouldRetryQuery, spanTypePrefixes, stringToColor, textareaVariants, toSigFigs, toast, transitions, truncateString, useActiveResourcesKpiMetrics, useActiveThreadsKpiMetrics, useAgentRunsKpiMetrics, useAutoscroll, useBranch, useCodemirrorTheme$3 as useCodemirrorTheme, useCopyToClipboard, useDrawerSide, useDrilldown, useEntityNames, useEnvironments, useInView, useJSONSchemaForm, useJSONSchemaFormField, useJSONSchemaFormNestedContext, useLatencyMetrics, useLogs, useLogsFilterPersistence, useLogsListNavigation, useLogsUrlState, useMainSidebar, useMaybeSidebar, useMetrics, useMetricsFilters, useModelCostKpiMetrics, useModelUsageCostMetrics, usePageHeading, usePlaygroundStore, useScoresMetrics, useServiceNames, useSpanDetail, useTableKeyboardNavigation, useTags, useTheme, useTokenUsageByAgentMetrics, useTopActiveThreadsMetrics, useTopResourcesByThreadsMetrics, useTotalTokensKpiMetrics, useTraceFilterPersistence, useTraceLightSpans, useTraceListNavigation, useTraceOrBranchSpans, useTraceSpanNavigation, useTraceSpans, useTraceUrlState, useTraceVolumeMetrics, useTraces, variableHighlight };
22089
22099
  //# sourceMappingURL=index.es.js.map