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.
Files changed (2) hide show
  1. package/dist/socket.js +3 -2
  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
- bgcolor: "danger.main",
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 bg-gradient bg-danger", t),
685
+ className: T("socket-offline", t),
685
686
  ...n,
686
687
  children: typeof o == "function" ? o({ isDisableConnectSocket: c }) : c ? `Режим ${a}` : a
687
688
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rc-lib-ui",
3
3
  "private": false,
4
- "version": "1.1.24",
4
+ "version": "1.1.25",
5
5
  "author": "SinGlEBW",
6
6
  "license": "MIT",
7
7
  "type": "module",