@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.esm.js CHANGED
@@ -31098,7 +31098,8 @@ var AgentResponse = _ref => {
31098
31098
  seenMessagesRef.add(messageId);
31099
31099
  }
31100
31100
  return jsx("div", {
31101
- 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"),
31101
+ dir: "auto",
31102
+ 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"),
31102
31103
  children: jsx(Markdown, {
31103
31104
  components: {
31104
31105
  p: _ref2 => {
@@ -31107,7 +31108,6 @@ var AgentResponse = _ref => {
31107
31108
  } = _ref2,
31108
31109
  props = _objectWithoutProperties$2(_ref2, _excluded$c);
31109
31110
  return jsx("p", _objectSpread2({
31110
- dir: "auto",
31111
31111
  className: "babylai:m-0 babylai:leading-snug babylai:text-sm babylai:font-sans babylai:wrap-break-word"
31112
31112
  }, props));
31113
31113
  }