chordia-ui 3.2.2 → 3.2.4
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/README.md +61 -0
- package/dist/IntegrationCard.cjs.js +2 -0
- package/dist/IntegrationCard.cjs.js.map +1 -0
- package/dist/IntegrationCard.es.js +217 -0
- package/dist/IntegrationCard.es.js.map +1 -0
- package/dist/UploadInteraction.cjs.js +2 -0
- package/dist/UploadInteraction.cjs.js.map +1 -0
- package/dist/UploadInteraction.es.js +379 -0
- package/dist/UploadInteraction.es.js.map +1 -0
- package/dist/components/layout.cjs.js +2 -2
- package/dist/components/layout.cjs.js.map +1 -1
- package/dist/components/layout.es.js +202 -411
- package/dist/components/layout.es.js.map +1 -1
- package/dist/components/onboarding.cjs.js +2 -0
- package/dist/components/onboarding.cjs.js.map +1 -0
- package/dist/components/onboarding.es.js +712 -0
- package/dist/components/onboarding.es.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs2.js +2 -2
- package/dist/index.cjs2.js.map +1 -1
- package/dist/index.es.js +49 -41
- package/dist/index.es.js.map +1 -1
- package/dist/index.es2.js +869 -811
- package/dist/index.es2.js.map +1 -1
- package/dist/pages/interactionDetails.cjs.js +1 -1
- package/dist/pages/interactionDetails.cjs.js.map +1 -1
- package/dist/pages/interactionDetails.es.js +16 -15
- package/dist/pages/interactionDetails.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -1
- package/src/components/index.js +3 -0
- package/src/components/login/LoginPage.jsx +107 -5
- package/src/components/onboarding/AddTeammates.jsx +278 -0
- package/src/components/onboarding/ConnectData.jsx +89 -0
- package/src/components/onboarding/GettingStarted.jsx +524 -0
- package/src/components/onboarding/UploadEvaluate.jsx +255 -0
- package/src/components/onboarding/UploadInteraction.jsx +186 -0
- package/src/components/onboarding/index.js +5 -0
- package/src/tokens/colors.css +13 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as
|
|
1
|
+
import { C as Yt, M as Gt, O as qt, b as Vt, c as Jt, S as Qt, a as Zt, d as Xt } 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";
|
|
@@ -8,6 +8,7 @@ import { S as dt, T as pt } from "../SectionLabel.es.js";
|
|
|
8
8
|
import "../sortable.esm.es.js";
|
|
9
9
|
import "react-dom";
|
|
10
10
|
import "recharts";
|
|
11
|
+
import "../UploadInteraction.es.js";
|
|
11
12
|
import "../colors.es.js";
|
|
12
13
|
import { a as ut, T as gt } from "../Timeline.es.js";
|
|
13
14
|
const Oe = "coaching-synthesis-keyframes";
|
|
@@ -242,7 +243,7 @@ function xt({ title: n, meta: a, callPurpose: l, classification: s, dimensions:
|
|
|
242
243
|
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 })
|
|
243
244
|
] });
|
|
244
245
|
}
|
|
245
|
-
function
|
|
246
|
+
function $t({ scores: n }) {
|
|
246
247
|
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) => {
|
|
247
248
|
const s = a.value != null ? Math.round(a.value) : null;
|
|
248
249
|
return /* @__PURE__ */ o("div", { style: { textAlign: "center", minWidth: 48 }, children: [
|
|
@@ -2964,10 +2965,10 @@ class It extends Ge.Component {
|
|
|
2964
2965
|
return this.state.hasError ? this.props.fallback : this.props.children;
|
|
2965
2966
|
}
|
|
2966
2967
|
}
|
|
2967
|
-
function
|
|
2968
|
+
function Ot(n) {
|
|
2968
2969
|
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 }) });
|
|
2969
2970
|
}
|
|
2970
|
-
function
|
|
2971
|
+
function jt({ pattern: n }) {
|
|
2971
2972
|
const [a, l] = T(!1), s = {
|
|
2972
2973
|
name: "Customer Escalation Likelihood",
|
|
2973
2974
|
description: "Based on observed patterns, this session shows indicators consistent with potential escalation.",
|
|
@@ -3468,23 +3469,23 @@ function Ot({ pattern: n }) {
|
|
|
3468
3469
|
export {
|
|
3469
3470
|
Xe as AgentLiftCard,
|
|
3470
3471
|
ht as CoachingSynthesisCard,
|
|
3471
|
-
|
|
3472
|
+
Yt as ConditionCard,
|
|
3472
3473
|
Ye as EvidenceItem,
|
|
3473
|
-
|
|
3474
|
+
jt as ExpandPatternComparison,
|
|
3474
3475
|
xt as InteractionContext,
|
|
3475
|
-
|
|
3476
|
+
Ot as InteractionDetailPanel,
|
|
3476
3477
|
vt as InteractionGuidance,
|
|
3477
3478
|
St as InteractionNBA,
|
|
3478
3479
|
kt as InteractionRecording,
|
|
3479
|
-
|
|
3480
|
+
$t as InteractionScores,
|
|
3480
3481
|
bt as InteractionSignals,
|
|
3481
3482
|
wt as InteractionTranscript,
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3483
|
+
Gt as ModelScoreCard,
|
|
3484
|
+
qt as ObservationCard,
|
|
3485
|
+
Vt as ScoreDriverCard,
|
|
3486
|
+
Jt as ScoreDriverCardVariant,
|
|
3487
|
+
Qt as SignalCard,
|
|
3488
|
+
Zt as SmallObservationCard,
|
|
3489
|
+
Xt as SummarySection
|
|
3489
3490
|
};
|
|
3490
3491
|
//# sourceMappingURL=interactionDetails.es.js.map
|