@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/dist/index.js
CHANGED
|
@@ -31118,7 +31118,8 @@ var AgentResponse = _ref => {
|
|
|
31118
31118
|
seenMessagesRef.add(messageId);
|
|
31119
31119
|
}
|
|
31120
31120
|
return jsxRuntime.jsx("div", {
|
|
31121
|
-
|
|
31121
|
+
dir: "auto",
|
|
31122
|
+
className: "babylai:rounded-2xl babylai:p-4 ".concat(senderType === 1 ? "babylai:bg-primary-500 babylai:text-black-white-50 babylai:max-w-[220px]" : "babylai:bg-card"),
|
|
31122
31123
|
children: jsxRuntime.jsx(Markdown, {
|
|
31123
31124
|
components: {
|
|
31124
31125
|
p: _ref2 => {
|
|
@@ -31127,7 +31128,6 @@ var AgentResponse = _ref => {
|
|
|
31127
31128
|
} = _ref2,
|
|
31128
31129
|
props = _objectWithoutProperties$2(_ref2, _excluded$c);
|
|
31129
31130
|
return jsxRuntime.jsx("p", _objectSpread2({
|
|
31130
|
-
dir: "auto",
|
|
31131
31131
|
className: "babylai:m-0 babylai:leading-snug babylai:text-sm babylai:font-sans babylai:wrap-break-word"
|
|
31132
31132
|
}, props));
|
|
31133
31133
|
}
|