whyuzeim 1.1.66 → 1.1.67

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.
@@ -142,7 +142,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
142
142
  className: "cui-message-text"
143
143
  }, /*#__PURE__*/React.createElement(ReactMarkdown, {
144
144
  remarkPlugins: [remarkGfm]
145
- }, msg.msg))), /*#__PURE__*/React.createElement("span", {
145
+ }, "".concat(msg.msg.replace(/^"|"$/g, '').replace(/\\n/g, '\n'))))), /*#__PURE__*/React.createElement("span", {
146
146
  className: "cui-message-base-time"
147
147
  }, formatMessageTime(msg.time)));
148
148
  };
@@ -140,7 +140,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
140
140
  className: "cui-message-text"
141
141
  }, /*#__PURE__*/React.createElement(ReactMarkdown, {
142
142
  remarkPlugins: [remarkGfm]
143
- }, msg.msg))), /*#__PURE__*/React.createElement("span", {
143
+ }, "".concat(msg.msg.replace(/^"|"$/g, '').replace(/\\n/g, '\n'))))), /*#__PURE__*/React.createElement("span", {
144
144
  className: "cui-message-base-time"
145
145
  }, formatMessageTime(msg.time)));
146
146
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",