sceyt-chat-react-uikit 1.6.6-beta.6 → 1.6.6-beta.7

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/index.js CHANGED
@@ -19528,7 +19528,7 @@ var LastMessageAuthor = styled__default.div(_templateObject9$1 || (_templateObje
19528
19528
  }, function (_ref2) {
19529
19529
  var typing = _ref2.typing,
19530
19530
  recording = _ref2.recording;
19531
- return (typing || recording) && "\n font-weight: 400;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n max-width: calc(100% - " + (typing ? 62 : 76) + ")px;\n ";
19531
+ return (typing || recording) && "\n font-weight: 400;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n max-width: calc(100% - " + (typing ? 62 : 76) + "px);\n ";
19532
19532
  });
19533
19533
  var Points = styled__default.span(_templateObject0$1 || (_templateObject0$1 = _taggedTemplateLiteralLoose(["\n margin-right: 4px;\n color: ", ";\n"])), function (props) {
19534
19534
  return props.color;
package/index.modern.js CHANGED
@@ -19505,7 +19505,7 @@ var LastMessageAuthor = styled.div(_templateObject9$1 || (_templateObject9$1 = _
19505
19505
  }, function (_ref2) {
19506
19506
  var typing = _ref2.typing,
19507
19507
  recording = _ref2.recording;
19508
- return (typing || recording) && "\n font-weight: 400;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n max-width: calc(100% - " + (typing ? 62 : 76) + ")px;\n ";
19508
+ return (typing || recording) && "\n font-weight: 400;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n max-width: calc(100% - " + (typing ? 62 : 76) + "px);\n ";
19509
19509
  });
19510
19510
  var Points = styled.span(_templateObject0$1 || (_templateObject0$1 = _taggedTemplateLiteralLoose(["\n margin-right: 4px;\n color: ", ";\n"])), function (props) {
19511
19511
  return props.color;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sceyt-chat-react-uikit",
3
- "version": "1.6.6-beta.6",
3
+ "version": "1.6.6-beta.7",
4
4
  "description": "Interactive React UI Components for Sceyt Chat.",
5
5
  "author": "Sceyt",
6
6
  "license": "MIT",