@tangle-network/agent-app 0.45.41 → 0.45.43

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.
Files changed (47) hide show
  1. package/dist/{DesignCanvas-EODMDQMT.js → DesignCanvas-P2ZVK6FM.js} +2 -2
  2. package/dist/{DesignCanvasEditor-DRRZ6ZD3.js → DesignCanvasEditor-DGNCA54P.js} +3 -3
  3. package/dist/{InvitationsPanel-BATXZHY4.js → InvitationsPanel-F56UOQXA.js} +2 -2
  4. package/dist/{TimelineEditor-IIBVCAZV.js → TimelineEditor-OTNPJ3SN.js} +2 -2
  5. package/dist/{agent-session-controls-BGNNTeJ5.d.ts → agent-session-controls-BMgWtock.d.ts} +5 -7
  6. package/dist/assistant/index.d.ts +1 -1
  7. package/dist/assistant/index.js +8 -8
  8. package/dist/assistant/index.js.map +1 -1
  9. package/dist/chat-react/index.d.ts +1 -1
  10. package/dist/chat-react/index.js +1 -1
  11. package/dist/{chunk-5MZXWPFN.js → chunk-54FYYXAX.js} +2 -2
  12. package/dist/chunk-54FYYXAX.js.map +1 -0
  13. package/dist/{chunk-5N434BGF.js → chunk-65OZT566.js} +4 -4
  14. package/dist/chunk-65OZT566.js.map +1 -0
  15. package/dist/{chunk-UXRJAUJL.js → chunk-B62EZF52.js} +3 -3
  16. package/dist/{chunk-7MV23XBW.js → chunk-IUSO2XRE.js} +2 -2
  17. package/dist/{chunk-7MV23XBW.js.map → chunk-IUSO2XRE.js.map} +1 -1
  18. package/dist/{chunk-MJOZ7K5U.js → chunk-M5JHGU2X.js} +13 -12
  19. package/dist/chunk-M5JHGU2X.js.map +1 -0
  20. package/dist/{chunk-7O4FZAFP.js → chunk-PE67O2LH.js} +13 -13
  21. package/dist/{chunk-7O4FZAFP.js.map → chunk-PE67O2LH.js.map} +1 -1
  22. package/dist/{chunk-556RB3XI.js → chunk-TL37E5YY.js} +3 -3
  23. package/dist/chunk-TL37E5YY.js.map +1 -0
  24. package/dist/{chunk-35SI5SUX.js → chunk-UTN647ES.js} +37 -37
  25. package/dist/chunk-UTN647ES.js.map +1 -0
  26. package/dist/design-canvas-react/index.js +4 -4
  27. package/dist/design-canvas-react/index.js.map +1 -1
  28. package/dist/design-canvas-react/lazy.js +1 -1
  29. package/dist/sequences-react/index.js +2 -2
  30. package/dist/studio-react/index.js +11 -11
  31. package/dist/studio-react/index.js.map +1 -1
  32. package/dist/teams-react/index.js +1 -1
  33. package/dist/teams-react/lazy.js +1 -1
  34. package/dist/web-react/index.d.ts +1 -1
  35. package/dist/web-react/index.js +3 -3
  36. package/dist/work-product-react/index.js +1 -1
  37. package/package.json +1 -1
  38. package/dist/chunk-35SI5SUX.js.map +0 -1
  39. package/dist/chunk-556RB3XI.js.map +0 -1
  40. package/dist/chunk-5MZXWPFN.js.map +0 -1
  41. package/dist/chunk-5N434BGF.js.map +0 -1
  42. package/dist/chunk-MJOZ7K5U.js.map +0 -1
  43. /package/dist/{DesignCanvas-EODMDQMT.js.map → DesignCanvas-P2ZVK6FM.js.map} +0 -0
  44. /package/dist/{DesignCanvasEditor-DRRZ6ZD3.js.map → DesignCanvasEditor-DGNCA54P.js.map} +0 -0
  45. /package/dist/{InvitationsPanel-BATXZHY4.js.map → InvitationsPanel-F56UOQXA.js.map} +0 -0
  46. /package/dist/{TimelineEditor-IIBVCAZV.js.map → TimelineEditor-OTNPJ3SN.js.map} +0 -0
  47. /package/dist/{chunk-UXRJAUJL.js.map → chunk-B62EZF52.js.map} +0 -0
@@ -1323,11 +1323,11 @@ function drawWaveform(ctx, data, rect, color) {
1323
1323
  // src/sequences-react/components/TimelineClipChip.tsx
1324
1324
  import { Fragment, jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
1325
1325
  var KIND_TONES = {
1326
- video: "border-sky-400/40 bg-sky-500/15",
1327
- audio: "border-emerald-400/40 bg-emerald-500/15",
1328
- caption: "border-amber-400/40 bg-amber-500/15",
1329
- reference: "border-zinc-400/40 bg-zinc-500/15",
1330
- agent: "border-violet-400/40 bg-violet-500/15"
1326
+ video: "border-sky-400/40 bg-[color-mix(in_srgb,#0ea5e9_15%,var(--bg-input))]",
1327
+ audio: "border-emerald-400/40 bg-[color-mix(in_srgb,#10b981_15%,var(--bg-input))]",
1328
+ caption: "border-amber-400/40 bg-[color-mix(in_srgb,#f59e0b_15%,var(--bg-input))]",
1329
+ reference: "border-zinc-400/40 bg-[color-mix(in_srgb,#71717a_15%,var(--bg-input))]",
1330
+ agent: "border-violet-400/40 bg-[color-mix(in_srgb,#8b5cf6_15%,var(--bg-input))]"
1331
1331
  };
1332
1332
  var waveformCache = /* @__PURE__ */ new Map();
1333
1333
  var WAVEFORM_BUCKETS = 256;
@@ -1638,10 +1638,10 @@ function TimelineClipChip(props) {
1638
1638
  children: [
1639
1639
  isAudioMedia ? /* @__PURE__ */ jsx5("canvas", { ref: waveformRef, className: "absolute inset-0 h-full w-full" }) : null,
1640
1640
  /* @__PURE__ */ jsxs3("div", { className: "relative flex h-full min-w-0 items-stretch gap-1.5 px-1.5 py-1", children: [
1641
- isVisualMedia ? /* @__PURE__ */ jsx5("canvas", { ref: posterRef, className: "h-full w-10 shrink-0 rounded-sm bg-black/40 object-cover" }) : null,
1641
+ isVisualMedia ? /* @__PURE__ */ jsx5("canvas", { ref: posterRef, className: "h-full w-10 shrink-0 rounded-sm bg-black object-cover" }) : null,
1642
1642
  /* @__PURE__ */ jsxs3("div", { className: "min-w-0 flex-1", children: [
1643
1643
  /* @__PURE__ */ jsx5("div", { className: "truncate text-[11px] font-medium leading-4 text-[var(--text-primary)]", children: isCaption && typeof clip.text === "string" ? clip.text : clip.label }),
1644
- /* @__PURE__ */ jsx5("span", { className: "mt-0.5 inline-block rounded bg-black/30 px-1 font-mono text-[9px] leading-3 text-[var(--text-secondary)]", children: formatTimecode(shown.durationFrames, fps) })
1644
+ /* @__PURE__ */ jsx5("span", { className: "mt-0.5 inline-block rounded bg-[hsl(var(--background))] px-1 font-mono text-[9px] leading-3 text-[var(--text-secondary)]", children: formatTimecode(shown.durationFrames, fps) })
1645
1645
  ] })
1646
1646
  ] }),
1647
1647
  editingText !== null ? /* @__PURE__ */ jsx5(
@@ -1657,7 +1657,7 @@ function TimelineClipChip(props) {
1657
1657
  event.stopPropagation();
1658
1658
  },
1659
1659
  onBlur: commitText,
1660
- className: "agent-app-edit-selection absolute inset-0 z-10 w-full bg-black/80 px-1.5 text-[11px] text-[var(--text-primary)] ring-1 ring-[var(--brand-primary)]",
1660
+ className: "agent-app-edit-selection absolute inset-0 z-10 w-full bg-[hsl(var(--popover))] px-1.5 text-[11px] text-[var(--text-primary)] ring-1 ring-[var(--brand-primary)]",
1661
1661
  "aria-label": "Caption text"
1662
1662
  }
1663
1663
  ) : null,
@@ -1666,7 +1666,7 @@ function TimelineClipChip(props) {
1666
1666
  "span",
1667
1667
  {
1668
1668
  "data-trim-handle": "start",
1669
- className: "absolute bottom-0 left-0 top-0 z-10 w-1.5 cursor-ew-resize bg-transparent opacity-0 transition group-hover:opacity-100 group-hover:bg-[var(--brand-primary)]/60",
1669
+ className: "absolute bottom-0 left-0 top-0 z-10 w-1.5 cursor-ew-resize bg-transparent opacity-0 transition group-hover:opacity-100 group-hover:bg-[var(--brand-primary)]",
1670
1670
  onPointerDown: (event) => beginGesture(event, "trim-start"),
1671
1671
  onPointerMove: updateGesture,
1672
1672
  onPointerUp: finishGesture,
@@ -1678,7 +1678,7 @@ function TimelineClipChip(props) {
1678
1678
  "span",
1679
1679
  {
1680
1680
  "data-trim-handle": "end",
1681
- className: "absolute bottom-0 right-0 top-0 z-10 w-1.5 cursor-ew-resize bg-transparent opacity-0 transition group-hover:opacity-100 group-hover:bg-[var(--brand-primary)]/60",
1681
+ className: "absolute bottom-0 right-0 top-0 z-10 w-1.5 cursor-ew-resize bg-transparent opacity-0 transition group-hover:opacity-100 group-hover:bg-[var(--brand-primary)]",
1682
1682
  onPointerDown: (event) => beginGesture(event, "trim-end"),
1683
1683
  onPointerMove: updateGesture,
1684
1684
  onPointerUp: finishGesture,
@@ -1919,11 +1919,11 @@ function GhostLane({
1919
1919
  height,
1920
1920
  laneWidth
1921
1921
  }) {
1922
- return /* @__PURE__ */ jsxs7("div", { className: "flex border-b border-[var(--border-default)] last:border-b-0 opacity-60", children: [
1922
+ return /* @__PURE__ */ jsxs7("div", { className: "flex border-b border-[var(--border-soft)] last:border-b-0", children: [
1923
1923
  /* @__PURE__ */ jsxs7(
1924
1924
  "div",
1925
1925
  {
1926
- className: `sticky left-0 z-10 flex w-36 shrink-0 items-center gap-2 border-r border-[var(--border-default)] bg-[var(--bg-input)] px-2.5 ${height}`,
1926
+ className: `sticky left-0 z-10 flex w-36 shrink-0 items-center gap-2 border-r border-[var(--border-soft)] bg-[var(--bg-input)] px-2.5 ${height}`,
1927
1927
  children: [
1928
1928
  /* @__PURE__ */ jsx10(Icon, { className: "h-3.5 w-3.5 shrink-0 text-[var(--text-muted)]" }),
1929
1929
  /* @__PURE__ */ jsx10("span", { className: "min-w-0 flex-1 truncate text-xs font-medium text-[var(--text-muted)]", children: label })
@@ -2700,4 +2700,4 @@ export {
2700
2700
  TimelineEditor,
2701
2701
  TimelineEditor_default
2702
2702
  };
2703
- //# sourceMappingURL=chunk-7O4FZAFP.js.map
2703
+ //# sourceMappingURL=chunk-PE67O2LH.js.map