chordia-ui 3.3.2 → 3.3.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 +4 -0
- package/dist/SmallButton.cjs.js +1 -1
- package/dist/SmallButton.cjs.js.map +1 -1
- package/dist/SmallButton.es.js +170 -162
- package/dist/SmallButton.es.js.map +1 -1
- package/dist/components/chat.cjs.js +8 -8
- package/dist/components/chat.cjs.js.map +1 -1
- package/dist/components/chat.es.js +329 -335
- package/dist/components/chat.es.js.map +1 -1
- package/dist/components/data.cjs.js +1 -1
- package/dist/components/data.cjs.js.map +1 -1
- package/dist/components/data.es.js +83 -80
- package/dist/components/data.es.js.map +1 -1
- package/dist/components/layout.cjs.js +1 -1
- package/dist/components/layout.cjs.js.map +1 -1
- package/dist/components/layout.es.js +3 -1
- package/dist/components/layout.es.js.map +1 -1
- package/dist/index.cjs2.js +1 -1
- package/dist/index.cjs2.js.map +1 -1
- package/dist/index.es2.js +4 -4
- package/dist/index.es2.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 +117 -123
- package/dist/pages/interactionDetails.es.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chat/ChatHistoryPanel.jsx +3 -3
- package/src/components/chat/ChatInterface.jsx +14 -14
- package/src/components/common/MessageThread.jsx +19 -19
- package/src/components/data/DataTable.jsx +18 -15
- package/src/components/layout/SplitPane.jsx +2 -0
- package/src/components/login/LoginPage.jsx +5 -5
- package/src/components/primitives/SmallButton.jsx +14 -6
package/dist/index.es2.js
CHANGED
|
@@ -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:
|
|
1840
|
-
/* @__PURE__ */ p("svg", { width: "
|
|
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: () => {
|
|
@@ -1937,7 +1937,7 @@ function ra({
|
|
|
1937
1937
|
] }),
|
|
1938
1938
|
/* @__PURE__ */ p(ze, {}),
|
|
1939
1939
|
/* @__PURE__ */ p(Ee, { text: "Not received yet?", linkText: "Resend", onClick: () => r == null ? void 0 : r(be) }),
|
|
1940
|
-
/* @__PURE__ */ p(Se, { onTerms: l, onPrivacyPolicy: s, paddingTop:
|
|
1940
|
+
/* @__PURE__ */ p(Se, { onTerms: l, onPrivacyPolicy: s, paddingTop: 24 })
|
|
1941
1941
|
] })
|
|
1942
1942
|
] })
|
|
1943
1943
|
) : N === "getcode" ? (
|
|
@@ -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:
|
|
2158
|
+
/* @__PURE__ */ p(Se, { onTerms: l, onPrivacyPolicy: s, paddingTop: 22 })
|
|
2159
2159
|
] })
|
|
2160
2160
|
] })
|
|
2161
2161
|
) }) })
|