@solostylist/ui-kit 1.0.121 → 1.0.123
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.
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { j as s } from "../jsx-runtime-OVHDjVDe.js";
|
|
2
2
|
import { forwardRef as t } from "react";
|
|
3
|
-
import { styled as
|
|
4
|
-
import { OverlayScrollbarsComponent as
|
|
5
|
-
import '../assets/s-overlay-scrollbar.css';const p = i
|
|
3
|
+
import { styled as d } from "@mui/material";
|
|
4
|
+
import { OverlayScrollbarsComponent as i } from "overlayscrollbars-react";
|
|
5
|
+
import '../assets/s-overlay-scrollbar.css';const p = d(i)(({ theme: r }) => ({
|
|
6
6
|
maxHeight: "100%",
|
|
7
7
|
".os-theme-dark": {
|
|
8
8
|
"--os-size": "10px",
|
|
9
|
-
"--os-handle-bg": (r.vars || r).palette.
|
|
10
|
-
"--os-handle-bg-hover": (r.vars || r).palette.
|
|
11
|
-
"--os-handle-bg-active": (r.vars || r).palette.
|
|
9
|
+
"--os-handle-bg": (r.vars || r).palette.divider,
|
|
10
|
+
"--os-handle-bg-hover": (r.vars || r).palette.divider,
|
|
11
|
+
"--os-handle-bg-active": (r.vars || r).palette.divider
|
|
12
12
|
}
|
|
13
|
-
})),
|
|
14
|
-
({ sx: r, children: a, className:
|
|
13
|
+
})), v = t(
|
|
14
|
+
({ sx: r, children: a, className: o, ...e }, l) => /* @__PURE__ */ s.jsx(
|
|
15
15
|
p,
|
|
16
16
|
{
|
|
17
|
-
ref:
|
|
17
|
+
ref: l,
|
|
18
18
|
defer: !0,
|
|
19
19
|
sx: r,
|
|
20
|
-
className:
|
|
20
|
+
className: o,
|
|
21
21
|
options: { scrollbars: { autoHide: "leave", autoHideDelay: 100 } },
|
|
22
|
-
...
|
|
22
|
+
...e,
|
|
23
23
|
children: a
|
|
24
24
|
}
|
|
25
25
|
)
|
|
26
26
|
);
|
|
27
|
-
|
|
27
|
+
v.displayName = "SOverlayScrollbar";
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
v as default
|
|
30
30
|
};
|
|
@@ -321,14 +321,14 @@ const l = m(), e = {
|
|
|
321
321
|
dark: o[700]
|
|
322
322
|
},
|
|
323
323
|
grey: a,
|
|
324
|
-
divider: r(a[200], 0.
|
|
324
|
+
divider: r(a[200], 0.9),
|
|
325
325
|
background: {
|
|
326
326
|
default: a[50],
|
|
327
327
|
paper: a[100]
|
|
328
328
|
},
|
|
329
329
|
text: {
|
|
330
330
|
primary: "rgb(0, 0, 0)",
|
|
331
|
-
secondary: a[
|
|
331
|
+
secondary: a[700]
|
|
332
332
|
},
|
|
333
333
|
action: {
|
|
334
334
|
hover: r(a[300], 0.2),
|