chordia-ui 3.3.2 → 3.3.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 (33) hide show
  1. package/README.md +4 -0
  2. package/dist/SmallButton.cjs.js +1 -1
  3. package/dist/SmallButton.cjs.js.map +1 -1
  4. package/dist/SmallButton.es.js +170 -162
  5. package/dist/SmallButton.es.js.map +1 -1
  6. package/dist/components/chat.cjs.js +8 -8
  7. package/dist/components/chat.cjs.js.map +1 -1
  8. package/dist/components/chat.es.js +329 -335
  9. package/dist/components/chat.es.js.map +1 -1
  10. package/dist/components/data.cjs.js +1 -1
  11. package/dist/components/data.cjs.js.map +1 -1
  12. package/dist/components/data.es.js +83 -80
  13. package/dist/components/data.es.js.map +1 -1
  14. package/dist/components/layout.cjs.js +1 -1
  15. package/dist/components/layout.cjs.js.map +1 -1
  16. package/dist/components/layout.es.js +3 -1
  17. package/dist/components/layout.es.js.map +1 -1
  18. package/dist/index.cjs2.js +1 -1
  19. package/dist/index.cjs2.js.map +1 -1
  20. package/dist/index.es2.js +4 -4
  21. package/dist/index.es2.js.map +1 -1
  22. package/dist/pages/interactionDetails.cjs.js +2 -2
  23. package/dist/pages/interactionDetails.cjs.js.map +1 -1
  24. package/dist/pages/interactionDetails.es.js +117 -123
  25. package/dist/pages/interactionDetails.es.js.map +1 -1
  26. package/package.json +1 -1
  27. package/src/components/chat/ChatHistoryPanel.jsx +3 -3
  28. package/src/components/chat/ChatInterface.jsx +14 -14
  29. package/src/components/common/MessageThread.jsx +19 -19
  30. package/src/components/data/DataTable.jsx +18 -15
  31. package/src/components/layout/SplitPane.jsx +2 -0
  32. package/src/components/login/LoginPage.jsx +4 -4
  33. package/src/components/primitives/SmallButton.jsx +14 -6
package/dist/index.es2.js CHANGED
@@ -1753,7 +1753,7 @@ function ra({
1753
1753
  background: "white",
1754
1754
  overflowY: "auto",
1755
1755
  minHeight: 0
1756
- }, children: /* @__PURE__ */ p("div", { style: { display: "flex", flexDirection: "column", alignItems: "flex-start", width: "100%", maxWidth: 360, gap: 28 }, children: N === "signup" ? (
1756
+ }, children: /* @__PURE__ */ p("div", { style: { display: "flex", flexDirection: "column", alignItems: "flex-start", width: "100%", maxWidth: 360, gap: 28, flex: 1 }, children: N === "signup" ? (
1757
1757
  /* ── Sign Up ── */
1758
1758
  /* @__PURE__ */ x(Te, { children: [
1759
1759
  /* @__PURE__ */ p(qe, { title: "Sign Up", subtitle: "Please enter your basic details to continue" }),
@@ -1836,8 +1836,8 @@ function ra({
1836
1836
  ),
1837
1837
  /* @__PURE__ */ p(At, { show: vt, onToggle: () => yo(!vt) })
1838
1838
  ] }) }),
1839
- Zt && /* @__PURE__ */ x("div", { style: { display: "flex", flexDirection: "row", alignItems: "center", padding: 8, gap: 6, width: "100%", boxSizing: "border-box", background: "var(--color-error-bg)", borderRadius: 5, fontSize: 15, fontWeight: 400, lineHeight: "22px", color: "var(--color-text)", fontFamily: D }, children: [
1840
- /* @__PURE__ */ p("svg", { width: "17", height: "17", viewBox: "0 0 24 24", fill: "var(--color-text)", style: { flexShrink: 0 }, children: /* @__PURE__ */ p("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" }) }),
1839
+ Zt && /* @__PURE__ */ x("div", { style: { display: "flex", flexDirection: "row", alignItems: "center", padding: 8, gap: 6, width: "100%", boxSizing: "border-box", background: "var(--color-error-bg)", borderRadius: 5, fontSize: 14, fontWeight: 400, lineHeight: "22px", color: "var(--color-text)", fontFamily: D }, children: [
1840
+ /* @__PURE__ */ p("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "var(--color-text)", style: { flexShrink: 0 }, children: /* @__PURE__ */ p("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" }) }),
1841
1841
  Zt
1842
1842
  ] }),
1843
1843
  (() => /* @__PURE__ */ p(xe, { onClick: () => {
@@ -2155,7 +2155,7 @@ function ra({
2155
2155
  /* @__PURE__ */ p(Ee, { text: "Not a member yet?", linkText: "Sign Up", onClick: () => {
2156
2156
  z("signup"), i == null || i();
2157
2157
  } }),
2158
- /* @__PURE__ */ p(Se, { onTerms: l, onPrivacyPolicy: s, paddingTop: 16 })
2158
+ /* @__PURE__ */ p(Se, { onTerms: l, onPrivacyPolicy: s, paddingTop: 0 })
2159
2159
  ] })
2160
2160
  ] })
2161
2161
  ) }) })