whyuzeim 1.1.83 → 1.1.84

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,9 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
142
142
  },
143
143
  className: "inline-block"
144
144
  }, /*#__PURE__*/React.createElement("span", {
145
- className: classNames("cui-message-text1", 'prose'),
145
+ className: classNames("cui-message-text1", 'prose', {
146
+ "isMySelf": isMySelf
147
+ }),
146
148
  style: {
147
149
  color: isMySelf ? "var(--im-msg-bubble-right-font-color)" : "var(--im-msg-bubble-font-color)"
148
150
  }
@@ -13,4 +13,9 @@
13
13
  }
14
14
  .generating-loader-wrap{
15
15
  margin: 0 12px 0 8px;
16
+ }
17
+ .isMySelf{
18
+ strong{
19
+ color:var(--im-msg-bubble-left-font-color)
20
+ }
16
21
  }
@@ -140,7 +140,9 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
140
140
  },
141
141
  className: "inline-block"
142
142
  }, /*#__PURE__*/React.createElement("span", {
143
- className: classNames("cui-message-text1", 'prose'),
143
+ className: classNames("cui-message-text1", 'prose', {
144
+ "isMySelf": isMySelf
145
+ }),
144
146
  style: {
145
147
  color: isMySelf ? "var(--im-msg-bubble-right-font-color)" : "var(--im-msg-bubble-font-color)"
146
148
  }
@@ -13,4 +13,9 @@
13
13
  }
14
14
  .generating-loader-wrap{
15
15
  margin: 0 12px 0 8px;
16
+ }
17
+ .isMySelf{
18
+ strong{
19
+ color:var(--im-msg-bubble-left-font-color)
20
+ }
16
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.83",
3
+ "version": "1.1.84",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",