chordia-ui 3.4.2 → 3.4.3

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 (31) hide show
  1. package/dist/Timeline.cjs.js +6 -1
  2. package/dist/Timeline.cjs.js.map +1 -1
  3. package/dist/Timeline.es.js +597 -129
  4. package/dist/Timeline.es.js.map +1 -1
  5. package/dist/UpdatedInteractionRecording.cjs.js +1 -1
  6. package/dist/UpdatedInteractionRecording.cjs.js.map +1 -1
  7. package/dist/UpdatedInteractionRecording.es.js +260 -258
  8. package/dist/UpdatedInteractionRecording.es.js.map +1 -1
  9. package/dist/components/UpdatedInteractionDetails.cjs.js +2 -2
  10. package/dist/components/UpdatedInteractionDetails.cjs.js.map +1 -1
  11. package/dist/components/UpdatedInteractionDetails.es.js +349 -322
  12. package/dist/components/UpdatedInteractionDetails.es.js.map +1 -1
  13. package/dist/components/media.cjs.js +1 -1
  14. package/dist/components/media.cjs.js.map +1 -1
  15. package/dist/components/media.es.js +8 -9
  16. package/dist/components/media.es.js.map +1 -1
  17. package/dist/index.cjs.js +1 -1
  18. package/dist/index.es.js +52 -53
  19. package/dist/index.es.js.map +1 -1
  20. package/dist/pages/interactionDetails.cjs.js +2 -2
  21. package/dist/pages/interactionDetails.cjs.js.map +1 -1
  22. package/dist/pages/interactionDetails.es.js +16 -17
  23. package/dist/pages/interactionDetails.es.js.map +1 -1
  24. package/package.json +1 -1
  25. package/src/components/UpdatedInteractionDetails/UpdatedInteractionDetails.jsx +35 -1
  26. package/src/components/UpdatedInteractionDetails/UpdatedInteractionRecording.jsx +142 -124
  27. package/src/components/UpdatedInteractionDetails/UpdatedInteractionSignals.jsx +14 -6
  28. package/dist/TranscriptCard.cjs.js +0 -7
  29. package/dist/TranscriptCard.cjs.js.map +0 -1
  30. package/dist/TranscriptCard.es.js +0 -474
  31. package/dist/TranscriptCard.es.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { C as Jt, M as Qt, O as Zt, b as Xt, c as Ut, S as en, a as tn, d as nn } from "../SummarySection.es.js";
1
+ import { C as Vt, M as Jt, O as Qt, b as Zt, c as Xt, S as Ut, a as en, d as tn } from "../SummarySection.es.js";
2
2
  import { E as Ye, A as Xe } from "../AgentLiftCard.es.js";
3
3
  import { jsxs as o, jsx as e, Fragment as $e } from "react/jsx-runtime";
4
4
  import Ge, { useMemo as oe, useState as T, useRef as fe, useEffect as ge, useLayoutEffect as Ue } from "react";
@@ -12,8 +12,7 @@ import "recharts";
12
12
  import "../UploadInteraction.es.js";
13
13
  import "../colors.es.js";
14
14
  import "../UpdatedInteractionRecording.es.js";
15
- import { T as ut } from "../Timeline.es.js";
16
- import { T as gt } from "../TranscriptCard.es.js";
15
+ import { a as ut, T as gt } from "../Timeline.es.js";
17
16
  import "../Tooltip.es.js";
18
17
  const Oe = "coaching-synthesis-keyframes";
19
18
  function ft() {
@@ -247,7 +246,7 @@ function xt({ title: n, meta: a, callPurpose: l, classification: s, dimensions:
247
246
  a.session_id && /* @__PURE__ */ e("div", { style: { fontSize: 10, color: "var(--text-faint)", fontFamily: "var(--font-mono)", marginTop: 4, userSelect: "all" }, children: a.session_id })
248
247
  ] });
249
248
  }
250
- function Kt({ scores: n }) {
249
+ function Nt({ scores: n }) {
251
250
  return n != null && n.length ? /* @__PURE__ */ e(ae, { title: "Scores", children: /* @__PURE__ */ e("div", { style: { display: "flex", gap: 24, flexWrap: "wrap" }, children: n.map((a, l) => {
252
251
  const s = a.value != null ? Math.round(a.value) : null;
253
252
  return /* @__PURE__ */ o("div", { style: { textAlign: "center", minWidth: 48 }, children: [
@@ -2963,10 +2962,10 @@ class It extends Ge.Component {
2963
2962
  return this.state.hasError ? this.props.fallback : this.props.children;
2964
2963
  }
2965
2964
  }
2966
- function Yt(n) {
2965
+ function Kt(n) {
2967
2966
  return /* @__PURE__ */ e(It, { fallback: /* @__PURE__ */ e("div", { style: { padding: 16, color: "var(--state-unknown)", fontSize: 12 }, children: "Error rendering detail." }), children: /* @__PURE__ */ e(Tt, { ...n }) });
2968
2967
  }
2969
- function Gt({ pattern: n }) {
2968
+ function Yt({ pattern: n }) {
2970
2969
  const [a, l] = T(!1), s = {
2971
2970
  name: "Customer Escalation Likelihood",
2972
2971
  description: "Based on observed patterns, this session shows indicators consistent with potential escalation.",
@@ -3467,23 +3466,23 @@ function Gt({ pattern: n }) {
3467
3466
  export {
3468
3467
  Xe as AgentLiftCard,
3469
3468
  ht as CoachingSynthesisCard,
3470
- Jt as ConditionCard,
3469
+ Vt as ConditionCard,
3471
3470
  Ye as EvidenceItem,
3472
- Gt as ExpandPatternComparison,
3471
+ Yt as ExpandPatternComparison,
3473
3472
  xt as InteractionContext,
3474
- Yt as InteractionDetailPanel,
3473
+ Kt as InteractionDetailPanel,
3475
3474
  vt as InteractionGuidance,
3476
3475
  St as InteractionNBA,
3477
3476
  kt as InteractionRecording,
3478
- Kt as InteractionScores,
3477
+ Nt as InteractionScores,
3479
3478
  bt as InteractionSignals,
3480
3479
  wt as InteractionTranscript,
3481
- Qt as ModelScoreCard,
3482
- Zt as ObservationCard,
3483
- Xt as ScoreDriverCard,
3484
- Ut as ScoreDriverCardVariant,
3485
- en as SignalCard,
3486
- tn as SmallObservationCard,
3487
- nn as SummarySection
3480
+ Jt as ModelScoreCard,
3481
+ Qt as ObservationCard,
3482
+ Zt as ScoreDriverCard,
3483
+ Xt as ScoreDriverCardVariant,
3484
+ Ut as SignalCard,
3485
+ en as SmallObservationCard,
3486
+ tn as SummarySection
3488
3487
  };
3489
3488
  //# sourceMappingURL=interactionDetails.es.js.map