rc-lib-ui 1.1.24 → 1.1.25
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/dist/socket.js +3 -2
- package/package.json +1 -1
package/dist/socket.js
CHANGED
|
@@ -670,7 +670,8 @@ const rt = (o) => {
|
|
|
670
670
|
shouldForwardProp: (o) => ![""].includes(o)
|
|
671
671
|
})(({ theme: o }) => ({
|
|
672
672
|
bottom: "100%",
|
|
673
|
-
|
|
673
|
+
backgroundColor: "danger.main",
|
|
674
|
+
backgroundImage: "linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0))",
|
|
674
675
|
"& .MuiCollapse-wrapper": {},
|
|
675
676
|
"& span": {
|
|
676
677
|
padding: "1px 10px"
|
|
@@ -681,7 +682,7 @@ const rt = (o) => {
|
|
|
681
682
|
at,
|
|
682
683
|
{
|
|
683
684
|
in: l,
|
|
684
|
-
className: T("socket-offline
|
|
685
|
+
className: T("socket-offline", t),
|
|
685
686
|
...n,
|
|
686
687
|
children: typeof o == "function" ? o({ isDisableConnectSocket: c }) : c ? `Режим ${a}` : a
|
|
687
688
|
}
|