sceyt-chat-react-uikit 1.7.4-beta.3 → 1.7.4-beta.4
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 +1 -1
- package/index.modern.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -43154,7 +43154,7 @@ var ChannelDetailsContainer = function ChannelDetailsContainer(_ref) {
|
|
|
43154
43154
|
QRCodeIcon: QRCodeIcon
|
|
43155
43155
|
})));
|
|
43156
43156
|
};
|
|
43157
|
-
var DetailsWrapper = styled__default.div(_templateObject$_ || (_templateObject$_ = _taggedTemplateLiteralLoose([""])));
|
|
43157
|
+
var DetailsWrapper = styled__default.div(_templateObject$_ || (_templateObject$_ = _taggedTemplateLiteralLoose(["\n user-select: text;\n"])));
|
|
43158
43158
|
|
|
43159
43159
|
var _path$1t;
|
|
43160
43160
|
function _extends$1x() {
|
package/index.modern.js
CHANGED
|
@@ -43152,7 +43152,7 @@ var ChannelDetailsContainer = function ChannelDetailsContainer(_ref) {
|
|
|
43152
43152
|
QRCodeIcon: QRCodeIcon
|
|
43153
43153
|
})));
|
|
43154
43154
|
};
|
|
43155
|
-
var DetailsWrapper = styled.div(_templateObject$_ || (_templateObject$_ = _taggedTemplateLiteralLoose([""])));
|
|
43155
|
+
var DetailsWrapper = styled.div(_templateObject$_ || (_templateObject$_ = _taggedTemplateLiteralLoose(["\n user-select: text;\n"])));
|
|
43156
43156
|
|
|
43157
43157
|
var _path$1t;
|
|
43158
43158
|
function _extends$1x() {
|