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.
- package/dist/Timeline.cjs.js +6 -1
- package/dist/Timeline.cjs.js.map +1 -1
- package/dist/Timeline.es.js +597 -129
- package/dist/Timeline.es.js.map +1 -1
- package/dist/UpdatedInteractionRecording.cjs.js +1 -1
- package/dist/UpdatedInteractionRecording.cjs.js.map +1 -1
- package/dist/UpdatedInteractionRecording.es.js +260 -258
- package/dist/UpdatedInteractionRecording.es.js.map +1 -1
- package/dist/components/UpdatedInteractionDetails.cjs.js +2 -2
- package/dist/components/UpdatedInteractionDetails.cjs.js.map +1 -1
- package/dist/components/UpdatedInteractionDetails.es.js +349 -322
- package/dist/components/UpdatedInteractionDetails.es.js.map +1 -1
- package/dist/components/media.cjs.js +1 -1
- package/dist/components/media.cjs.js.map +1 -1
- package/dist/components/media.es.js +8 -9
- package/dist/components/media.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +52 -53
- package/dist/index.es.js.map +1 -1
- package/dist/pages/interactionDetails.cjs.js +2 -2
- package/dist/pages/interactionDetails.cjs.js.map +1 -1
- package/dist/pages/interactionDetails.es.js +16 -17
- package/dist/pages/interactionDetails.es.js.map +1 -1
- package/package.json +1 -1
- package/src/components/UpdatedInteractionDetails/UpdatedInteractionDetails.jsx +35 -1
- package/src/components/UpdatedInteractionDetails/UpdatedInteractionRecording.jsx +142 -124
- package/src/components/UpdatedInteractionDetails/UpdatedInteractionSignals.jsx +14 -6
- package/dist/TranscriptCard.cjs.js +0 -7
- package/dist/TranscriptCard.cjs.js.map +0 -1
- package/dist/TranscriptCard.es.js +0 -474
- package/dist/TranscriptCard.es.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as
|
|
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 {
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
3469
|
+
Vt as ConditionCard,
|
|
3471
3470
|
Ye as EvidenceItem,
|
|
3472
|
-
|
|
3471
|
+
Yt as ExpandPatternComparison,
|
|
3473
3472
|
xt as InteractionContext,
|
|
3474
|
-
|
|
3473
|
+
Kt as InteractionDetailPanel,
|
|
3475
3474
|
vt as InteractionGuidance,
|
|
3476
3475
|
St as InteractionNBA,
|
|
3477
3476
|
kt as InteractionRecording,
|
|
3478
|
-
|
|
3477
|
+
Nt as InteractionScores,
|
|
3479
3478
|
bt as InteractionSignals,
|
|
3480
3479
|
wt as InteractionTranscript,
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
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
|