sceyt-chat-react-uikit 1.6.2-beta.3 → 1.6.2
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
|
@@ -21596,7 +21596,7 @@ var ChannelList = function ChannelList(_ref) {
|
|
|
21596
21596
|
handleCloseProfile: handleOpenProfile
|
|
21597
21597
|
}));
|
|
21598
21598
|
};
|
|
21599
|
-
var Container$7 = styled__default.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteralLoose(["\n position: relative;\n display: flex;\n flex-direction: column;\n width: ", ";\n min-width: ", ";\n border-right: ", ";\n background-color: ", ";\n ", ";\n"])), function (props) {
|
|
21599
|
+
var Container$7 = styled__default.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteralLoose(["\n position: relative;\n display: flex;\n flex-direction: column;\n width: ", ";\n min-width: ", ";\n border-right: ", ";\n background-color: ", ";\n height: 100%;\n ", ";\n"])), function (props) {
|
|
21600
21600
|
return props.withCustomList ? '' : '400px';
|
|
21601
21601
|
}, function (props) {
|
|
21602
21602
|
return props.withCustomList ? '' : '400px';
|
package/index.modern.js
CHANGED
|
@@ -21573,7 +21573,7 @@ var ChannelList = function ChannelList(_ref) {
|
|
|
21573
21573
|
handleCloseProfile: handleOpenProfile
|
|
21574
21574
|
}));
|
|
21575
21575
|
};
|
|
21576
|
-
var Container$7 = styled.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteralLoose(["\n position: relative;\n display: flex;\n flex-direction: column;\n width: ", ";\n min-width: ", ";\n border-right: ", ";\n background-color: ", ";\n ", ";\n"])), function (props) {
|
|
21576
|
+
var Container$7 = styled.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteralLoose(["\n position: relative;\n display: flex;\n flex-direction: column;\n width: ", ";\n min-width: ", ";\n border-right: ", ";\n background-color: ", ";\n height: 100%;\n ", ";\n"])), function (props) {
|
|
21577
21577
|
return props.withCustomList ? '' : '400px';
|
|
21578
21578
|
}, function (props) {
|
|
21579
21579
|
return props.withCustomList ? '' : '400px';
|