@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
@@ -3,7 +3,7 @@
3
3
  "main": "dist/index.js",
4
4
  "module": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
- "version": "3.2.15",
6
+ "version": "3.2.16",
7
7
  "description": "BabylAI Help Center Widget for React and Next.js",
8
8
  "private": false,
9
9
  "exports": {
@@ -31,7 +31,8 @@ const AgentResponse = ({
31
31
 
32
32
  return (
33
33
  <div
34
- className={`babylai:rounded-2xl babylai:p-4 ${
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
  />