@sendbird/ai-agent-messenger-react 1.27.0 → 1.28.0
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/cjs/VvejebHE.cjs +1 -0
- package/dist/es/{BB3d9QYh.js → BiIgmoXQ.js} +33 -21
- package/dist/index.cjs +72 -72
- package/dist/index.d.ts +52 -1
- package/dist/index.js +2704 -2666
- package/package.json +2 -2
- package/dist/cjs/D2Opuq0j.cjs +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react"),x=require("dompurify"),h=require("markdown-to-jsx"),u=require("styled-components"),n=require("../index.cjs"),p=t=>t&&t.__esModule?t:{default:t};function m(t){if(t&&t.__esModule)return t;const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,i.get?i:{enumerable:!0,get:()=>t[r]})}}return e.default=t,Object.freeze(e)}const d=m(c),f=p(x),w=p(h),y=p(u),_=(t,e,r,i)=>e.type===h.RuleType.textStrikethroughed?d.createElement("span",{key:i.key},`~~${r(e.children,i)}~~`):t(),k=({className:t,children:e,style:r,onClickImage:i,onClickLink:s})=>{const g=c.useCallback(a=>{const o=d.createElement("img",{...a,alt:a.alt||""}),l=a.src;return i&&l?d.createElement("button",{type:"button",onClick:()=>i(l),style:{border:"none",padding:0,background:"none",cursor:"pointer",display:"inline-block"}},o):o},[]);return d.createElement(M,{className:t,style:r},d.createElement(w.default,{options:{renderRule:_,overrides:{a:{component:({children:a,href:o,...l})=>d.createElement("a",{...l,href:o,target:"_blank",rel:n.ANCHOR_REL,onClick:b=>{b.preventDefault(),o&&(s==null||s({url:o}))}},a)},img:{component:g}}}},f.default.sanitize(n.escapeMarkdownSyntax(e))))},M=y.default.div`*{&:first-child{margin-top:0;}&:last-child{margin-bottom:0;}}hr{border-top:1px solid ${n.cssVars.themedColor.textDisabled};margin:21px 0;}h1{margin-top:0;margin-bottom:12.4px;padding:0;font-size:22.4px;line-height:27.6px;font-weight:700;letter-spacing:-0.6px;}h2{font-weight:600;margin:24px 0 12px;font-size:18.2px;line-height:22.3px;}& :where(h3 + *){margin-top:0;}h3,h4,h5,h6{font-weight:600;margin:16px 0 8px;font-size:15.4px;line-height:22.4px;}p{font-size:14px;line-height:20px;margin-bottom:8px;margin-top:0;&:not(:first-child){margin-top:8px;}}a{color:inherit;font-weight:700;text-decoration:underline;}code{white-space:pre-wrap;border-radius:0.25rem;font-size:0.875em;font-weight:500;padding:2.4px 4.8px;background-color:${n.cssVars.themedColor.textDisabled};}menu{list-style:none;}ul{list-style-type:disc;}ol{list-style-type:decimal;}ul,ol{padding-inline-start:16px;margin:8px 0;& > li{padding-inline-start:0;margin:8px 0;& > ul,& > ol{margin-top:8px;& > li{margin:4px 0;}}}}p + ul,p + ol{margin-top:0;}blockquote{line-height:20px;margin:0;padding:4.8px 0;margin-inline-start:8px;padding-inline-start:16px;box-sizing:border-box;position:relative;font-style:normal;font-weight:500;border-inline-start-width:4px;&::before{border-radius:100px;content:'';position:absolute;top:0;left:0;height:100%;width:4px;background-color:${n.cssVars.themedColor.textDisabled};}}input[type='checkbox']{vertical-align:middle;margin:0;}table{unicode-bidi:isolate;overflow-wrap:break-word;white-space:normal;display:block;overflow-x:scroll;max-width:100%;text-indent:0;border-collapse:separate;border-spacing:0;margin:4px 0;text-align:start;font-size:12.3px;table-layout:auto;width:100%;*,&:after,&:before{border:0 solid;box-sizing:border-box;}}th:first-child{border-start-start-radius:6px;padding-inline-start:10.5px;}th:last-child{border-inline-end-width:1px;border-start-end-radius:6px;padding-inline-end:10.5px;}th{border-inline-start-width:1px;background-color:rgba(0,0,0,0.1);border-bottom-width:1px;border-color:${n.cssVars.themedColor.textDisabled};border-top-width:1px;padding:4px 10.5px;text-align:start;}& :where(thead th:first-child){padding-inline-start:0;}& :where(thead th:last-child){padding-inline-end:0;}& :where(thead th){padding-bottom:8px;padding-inline:8px;vertical-align:bottom;}& :where(tbody tr){border-bottom-width:1px;}& :where(tbody tr:last-child){border-bottom-width:0;}td:first-child{padding-inline-start:10.5px;}td:last-child{border-inline-end-width:1px;padding-inline-end:10.5px;}& :where(tbody td:first-child,tfoot td:first-child){padding-inline-start:0;}& :where(tbody td:last-child,tfoot td:last-child){padding-inline-end:0;}td{border-inline-start-width:1px;border-bottom-width:1px;border-color:${n.cssVars.themedColor.textDisabled};padding:4px 10.5px;text-align:start;}& :where(tbody td,tfoot td){padding:8px;}& :where(tbody td){vertical-align:baseline;}tbody tr:last-child td:first-child{border-end-start-radius:6px;}tbody tr:last-child td:last-child{border-end-end-radius:6px;}img{max-width:100%;height:auto;}`;exports.MarkdownText=k;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { useCallback as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { A as
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
return
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { useCallback as x } from "react";
|
|
3
|
+
import g from "dompurify";
|
|
4
|
+
import b, { RuleType as c } from "markdown-to-jsx";
|
|
5
|
+
import m from "styled-components";
|
|
6
|
+
import { A as w, e as f, c as o } from "../index.js";
|
|
7
|
+
const u = (a, n, l, i) => n.type === c.textStrikethroughed ? /* @__PURE__ */ e.createElement("span", { key: i.key }, `~~${l(n.children, i)}~~`) : a(), C = ({ className: a, children: n, style: l, onClickImage: i, onClickLink: p }) => {
|
|
8
|
+
const s = x((r) => {
|
|
9
|
+
const t = /* @__PURE__ */ e.createElement("img", { ...r, alt: r.alt || "" }), d = r.src;
|
|
10
|
+
return i && d ? /* @__PURE__ */ e.createElement(
|
|
11
11
|
"button",
|
|
12
12
|
{
|
|
13
13
|
type: "button",
|
|
14
|
-
onClick: () =>
|
|
14
|
+
onClick: () => i(d),
|
|
15
15
|
style: {
|
|
16
16
|
border: "none",
|
|
17
17
|
padding: 0,
|
|
@@ -20,27 +20,39 @@ const w = (d, o, a, e) => o.type === g.textStrikethroughed ? /* @__PURE__ */ t.c
|
|
|
20
20
|
display: "inline-block"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
-
|
|
24
|
-
) :
|
|
23
|
+
t
|
|
24
|
+
) : t;
|
|
25
25
|
}, []);
|
|
26
|
-
return /* @__PURE__ */
|
|
27
|
-
|
|
26
|
+
return /* @__PURE__ */ e.createElement(y, { className: a, style: l }, /* @__PURE__ */ e.createElement(
|
|
27
|
+
b,
|
|
28
28
|
{
|
|
29
29
|
options: {
|
|
30
|
-
renderRule:
|
|
30
|
+
renderRule: u,
|
|
31
31
|
overrides: {
|
|
32
32
|
a: {
|
|
33
|
-
component: ({ children:
|
|
33
|
+
component: ({ children: r, href: t, ...d }) => /* @__PURE__ */ e.createElement(
|
|
34
|
+
"a",
|
|
35
|
+
{
|
|
36
|
+
...d,
|
|
37
|
+
href: t,
|
|
38
|
+
target: "_blank",
|
|
39
|
+
rel: w,
|
|
40
|
+
onClick: (h) => {
|
|
41
|
+
h.preventDefault(), t && (p == null || p({ url: t }));
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
r
|
|
45
|
+
)
|
|
34
46
|
},
|
|
35
47
|
img: {
|
|
36
|
-
component:
|
|
48
|
+
component: s
|
|
37
49
|
}
|
|
38
50
|
}
|
|
39
51
|
}
|
|
40
52
|
},
|
|
41
|
-
|
|
53
|
+
g.sanitize(f(n))
|
|
42
54
|
));
|
|
43
|
-
},
|
|
55
|
+
}, y = m.div`*{&:first-child{margin-top:0;}&:last-child{margin-bottom:0;}}hr{border-top:1px solid ${o.themedColor.textDisabled};margin:21px 0;}h1{margin-top:0;margin-bottom:12.4px;padding:0;font-size:22.4px;line-height:27.6px;font-weight:700;letter-spacing:-0.6px;}h2{font-weight:600;margin:24px 0 12px;font-size:18.2px;line-height:22.3px;}& :where(h3 + *){margin-top:0;}h3,h4,h5,h6{font-weight:600;margin:16px 0 8px;font-size:15.4px;line-height:22.4px;}p{font-size:14px;line-height:20px;margin-bottom:8px;margin-top:0;&:not(:first-child){margin-top:8px;}}a{color:inherit;font-weight:700;text-decoration:underline;}code{white-space:pre-wrap;border-radius:0.25rem;font-size:0.875em;font-weight:500;padding:2.4px 4.8px;background-color:${o.themedColor.textDisabled};}menu{list-style:none;}ul{list-style-type:disc;}ol{list-style-type:decimal;}ul,ol{padding-inline-start:16px;margin:8px 0;& > li{padding-inline-start:0;margin:8px 0;& > ul,& > ol{margin-top:8px;& > li{margin:4px 0;}}}}p + ul,p + ol{margin-top:0;}blockquote{line-height:20px;margin:0;padding:4.8px 0;margin-inline-start:8px;padding-inline-start:16px;box-sizing:border-box;position:relative;font-style:normal;font-weight:500;border-inline-start-width:4px;&::before{border-radius:100px;content:'';position:absolute;top:0;left:0;height:100%;width:4px;background-color:${o.themedColor.textDisabled};}}input[type='checkbox']{vertical-align:middle;margin:0;}table{unicode-bidi:isolate;overflow-wrap:break-word;white-space:normal;display:block;overflow-x:scroll;max-width:100%;text-indent:0;border-collapse:separate;border-spacing:0;margin:4px 0;text-align:start;font-size:12.3px;table-layout:auto;width:100%;*,&:after,&:before{border:0 solid;box-sizing:border-box;}}th:first-child{border-start-start-radius:6px;padding-inline-start:10.5px;}th:last-child{border-inline-end-width:1px;border-start-end-radius:6px;padding-inline-end:10.5px;}th{border-inline-start-width:1px;background-color:rgba(0,0,0,0.1);border-bottom-width:1px;border-color:${o.themedColor.textDisabled};border-top-width:1px;padding:4px 10.5px;text-align:start;}& :where(thead th:first-child){padding-inline-start:0;}& :where(thead th:last-child){padding-inline-end:0;}& :where(thead th){padding-bottom:8px;padding-inline:8px;vertical-align:bottom;}& :where(tbody tr){border-bottom-width:1px;}& :where(tbody tr:last-child){border-bottom-width:0;}td:first-child{padding-inline-start:10.5px;}td:last-child{border-inline-end-width:1px;padding-inline-end:10.5px;}& :where(tbody td:first-child,tfoot td:first-child){padding-inline-start:0;}& :where(tbody td:last-child,tfoot td:last-child){padding-inline-end:0;}td{border-inline-start-width:1px;border-bottom-width:1px;border-color:${o.themedColor.textDisabled};padding:4px 10.5px;text-align:start;}& :where(tbody td,tfoot td){padding:8px;}& :where(tbody td){vertical-align:baseline;}tbody tr:last-child td:first-child{border-end-start-radius:6px;}tbody tr:last-child td:last-child{border-end-end-radius:6px;}img{max-width:100%;height:auto;}`;
|
|
44
56
|
export {
|
|
45
|
-
|
|
57
|
+
C as MarkdownText
|
|
46
58
|
};
|