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.
Files changed (39) hide show
  1. package/README.md +61 -0
  2. package/dist/IntegrationCard.cjs.js +2 -0
  3. package/dist/IntegrationCard.cjs.js.map +1 -0
  4. package/dist/IntegrationCard.es.js +217 -0
  5. package/dist/IntegrationCard.es.js.map +1 -0
  6. package/dist/UploadInteraction.cjs.js +2 -0
  7. package/dist/UploadInteraction.cjs.js.map +1 -0
  8. package/dist/UploadInteraction.es.js +379 -0
  9. package/dist/UploadInteraction.es.js.map +1 -0
  10. package/dist/components/layout.cjs.js +2 -2
  11. package/dist/components/layout.cjs.js.map +1 -1
  12. package/dist/components/layout.es.js +202 -411
  13. package/dist/components/layout.es.js.map +1 -1
  14. package/dist/components/onboarding.cjs.js +2 -0
  15. package/dist/components/onboarding.cjs.js.map +1 -0
  16. package/dist/components/onboarding.es.js +712 -0
  17. package/dist/components/onboarding.es.js.map +1 -0
  18. package/dist/index.cjs.js +1 -1
  19. package/dist/index.cjs2.js +2 -2
  20. package/dist/index.cjs2.js.map +1 -1
  21. package/dist/index.es.js +49 -41
  22. package/dist/index.es.js.map +1 -1
  23. package/dist/index.es2.js +869 -811
  24. package/dist/index.es2.js.map +1 -1
  25. package/dist/pages/interactionDetails.cjs.js +1 -1
  26. package/dist/pages/interactionDetails.cjs.js.map +1 -1
  27. package/dist/pages/interactionDetails.es.js +16 -15
  28. package/dist/pages/interactionDetails.es.js.map +1 -1
  29. package/dist/style.css +1 -1
  30. package/package.json +5 -1
  31. package/src/components/index.js +3 -0
  32. package/src/components/login/LoginPage.jsx +107 -5
  33. package/src/components/onboarding/AddTeammates.jsx +278 -0
  34. package/src/components/onboarding/ConnectData.jsx +89 -0
  35. package/src/components/onboarding/GettingStarted.jsx +524 -0
  36. package/src/components/onboarding/UploadEvaluate.jsx +255 -0
  37. package/src/components/onboarding/UploadInteraction.jsx +186 -0
  38. package/src/components/onboarding/index.js +5 -0
  39. package/src/tokens/colors.css +13 -0
@@ -1,4 +1,4 @@
1
- import { C as Kt, M as Yt, O as Gt, b as qt, c as Vt, S as Jt, a as Qt, d as Zt } from "../SummarySection.es.js";
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 Mt({ scores: n }) {
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 $t(n) {
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 Ot({ pattern: n }) {
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
- Kt as ConditionCard,
3472
+ Yt as ConditionCard,
3472
3473
  Ye as EvidenceItem,
3473
- Ot as ExpandPatternComparison,
3474
+ jt as ExpandPatternComparison,
3474
3475
  xt as InteractionContext,
3475
- $t as InteractionDetailPanel,
3476
+ Ot as InteractionDetailPanel,
3476
3477
  vt as InteractionGuidance,
3477
3478
  St as InteractionNBA,
3478
3479
  kt as InteractionRecording,
3479
- Mt as InteractionScores,
3480
+ $t as InteractionScores,
3480
3481
  bt as InteractionSignals,
3481
3482
  wt as InteractionTranscript,
3482
- Yt as ModelScoreCard,
3483
- Gt as ObservationCard,
3484
- qt as ScoreDriverCard,
3485
- Vt as ScoreDriverCardVariant,
3486
- Jt as SignalCard,
3487
- Qt as SmallObservationCard,
3488
- Zt as SummarySection
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