@aslaluroba/help-center-react 3.2.15 → 3.2.16
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/package.json
CHANGED
|
@@ -31,7 +31,8 @@ const AgentResponse = ({
|
|
|
31
31
|
|
|
32
32
|
return (
|
|
33
33
|
<div
|
|
34
|
-
|
|
34
|
+
dir="auto"
|
|
35
|
+
className={`babylai:rounded-2xl babylai:p-4 ${
|
|
35
36
|
senderType === 1
|
|
36
37
|
? "babylai:bg-primary-500 babylai:text-black-white-50 babylai:max-w-[220px]"
|
|
37
38
|
: "babylai:bg-card"
|
|
@@ -41,7 +42,6 @@ const AgentResponse = ({
|
|
|
41
42
|
components={{
|
|
42
43
|
p: ({ node, ...props }: { node?: Element; [key: string]: any }) => (
|
|
43
44
|
<p
|
|
44
|
-
dir="auto"
|
|
45
45
|
className="babylai:m-0 babylai:leading-snug babylai:text-sm babylai:font-sans babylai:wrap-break-word"
|
|
46
46
|
{...props}
|
|
47
47
|
/>
|