sceyt-chat-react-uikit 1.7.7-beta.17 → 1.7.7-beta.18
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
|
@@ -33103,7 +33103,7 @@ var AudioVisualizationPlaceholder = styled__default.div(_templateObject4$i || (_
|
|
|
33103
33103
|
}, function (props) {
|
|
33104
33104
|
return props.hidden ? 'none' : 'auto';
|
|
33105
33105
|
});
|
|
33106
|
-
var AudioRate = styled__default.div(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose(["\n
|
|
33106
|
+
var AudioRate = styled__default.div(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n width: 30px;\n min-width: 30px;\n border-radius: 12px;\n font-weight: 600;\n font-size: 12px;\n line-height: 14px;\n color: ", ";\n height: 18px;\n box-sizing: border-box;\n margin-left: auto;\n cursor: pointer;\n\n & > span {\n margin-top: auto;\n line-height: 16px;\n font-size: 9px;\n }\n"])), function (props) {
|
|
33107
33107
|
return props.backgroundColor;
|
|
33108
33108
|
}, function (props) {
|
|
33109
33109
|
return props.color;
|
package/index.modern.js
CHANGED
|
@@ -33102,7 +33102,7 @@ var AudioVisualizationPlaceholder = styled.div(_templateObject4$i || (_templateO
|
|
|
33102
33102
|
}, function (props) {
|
|
33103
33103
|
return props.hidden ? 'none' : 'auto';
|
|
33104
33104
|
});
|
|
33105
|
-
var AudioRate = styled.div(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose(["\n
|
|
33105
|
+
var AudioRate = styled.div(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n width: 30px;\n min-width: 30px;\n border-radius: 12px;\n font-weight: 600;\n font-size: 12px;\n line-height: 14px;\n color: ", ";\n height: 18px;\n box-sizing: border-box;\n margin-left: auto;\n cursor: pointer;\n\n & > span {\n margin-top: auto;\n line-height: 16px;\n font-size: 9px;\n }\n"])), function (props) {
|
|
33106
33106
|
return props.backgroundColor;
|
|
33107
33107
|
}, function (props) {
|
|
33108
33108
|
return props.color;
|