whyuzeim 1.1.72 → 1.1.74

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.
@@ -76,7 +76,7 @@ var AIReportMsg = function AIReportMsg(props) {
76
76
  onReportClick && onReportClick(msg.customExts);
77
77
  }
78
78
  }, /*#__PURE__*/React.createElement("span", {
79
- className: "text-base yuzuim-remarkdown"
79
+ className: "text-base prose"
80
80
  }, /*#__PURE__*/React.createElement(ReactMarkdown, {
81
81
  remarkPlugins: [remarkGfm]
82
82
  }, "".concat(msg.customExts.content.replace(/^"|"$/g, '').replace(/\\n/g, '\n\n')))), /*#__PURE__*/React.createElement("svg", {
@@ -140,7 +140,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
140
140
  },
141
141
  className: "inline-block"
142
142
  }, /*#__PURE__*/React.createElement("span", {
143
- className: classNames("cui-message-text1", 'yuzuim-remarkdown prose')
143
+ className: classNames("cui-message-text", 'prose')
144
144
  }, /*#__PURE__*/React.createElement(ReactMarkdown, {
145
145
  remarkPlugins: [remarkGfm]
146
146
  }, "".concat(msg.msg.replace(/^"|"$/g, '').replace(/\\n/g, '\n\n'))))), /*#__PURE__*/React.createElement("span", {
@@ -13,9 +13,4 @@
13
13
  }
14
14
  .generating-loader-wrap{
15
15
  margin: 0 12px 0 8px;
16
- }
17
- .yuzuim-remarkdown{
18
- ol > li{
19
- padding-top: 24px;
20
- }
21
16
  }
@@ -74,7 +74,7 @@ var AIReportMsg = function AIReportMsg(props) {
74
74
  onReportClick && onReportClick(msg.customExts);
75
75
  }
76
76
  }, /*#__PURE__*/React.createElement("span", {
77
- className: "text-base yuzuim-remarkdown"
77
+ className: "text-base prose"
78
78
  }, /*#__PURE__*/React.createElement(ReactMarkdown, {
79
79
  remarkPlugins: [remarkGfm]
80
80
  }, "".concat(msg.customExts.content.replace(/^"|"$/g, '').replace(/\\n/g, '\n\n')))), /*#__PURE__*/React.createElement("svg", {
@@ -138,7 +138,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
138
138
  },
139
139
  className: "inline-block"
140
140
  }, /*#__PURE__*/React.createElement("span", {
141
- className: classNames("cui-message-text1", 'yuzuim-remarkdown prose')
141
+ className: classNames("cui-message-text", 'prose')
142
142
  }, /*#__PURE__*/React.createElement(ReactMarkdown, {
143
143
  remarkPlugins: [remarkGfm]
144
144
  }, "".concat(msg.msg.replace(/^"|"$/g, '').replace(/\\n/g, '\n\n'))))), /*#__PURE__*/React.createElement("span", {
@@ -13,9 +13,4 @@
13
13
  }
14
14
  .generating-loader-wrap{
15
15
  margin: 0 12px 0 8px;
16
- }
17
- .yuzuim-remarkdown{
18
- ol > li{
19
- padding-top: 24px;
20
- }
21
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.72",
3
+ "version": "1.1.74",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",