@solostylist/ui-kit 1.0.120 → 1.0.122

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 i } from "@mui/material";
4
- import { OverlayScrollbarsComponent as d } from "overlayscrollbars-react";
5
- import '../assets/s-overlay-scrollbar.css';const p = i(d)(({ theme: r }) => ({
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.ui.pulse.radialGradient,
10
- "--os-handle-bg-hover": (r.vars || r).palette.ui.pulse.radialGradient,
11
- "--os-handle-bg-active": (r.vars || r).palette.ui.pulse.radialGradient
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
- })), n = t(
14
- ({ sx: r, children: a, className: e, ...l }, o) => /* @__PURE__ */ s.jsx(
13
+ })), v = t(
14
+ ({ sx: r, children: a, className: o, ...e }, l) => /* @__PURE__ */ s.jsx(
15
15
  p,
16
16
  {
17
- ref: o,
17
+ ref: l,
18
18
  defer: !0,
19
19
  sx: r,
20
- className: e,
20
+ className: o,
21
21
  options: { scrollbars: { autoHide: "leave", autoHideDelay: 100 } },
22
- ...l,
22
+ ...e,
23
23
  children: a
24
24
  }
25
25
  )
26
26
  );
27
- n.displayName = "SOverlayScrollbar";
27
+ v.displayName = "SOverlayScrollbar";
28
28
  export {
29
- n as default
29
+ v as default
30
30
  };
@@ -1,10 +1,10 @@
1
1
  import { j as p } from "../../jsx-runtime-OVHDjVDe.js";
2
2
  import { chipClasses as l } from "@mui/material";
3
- import { gray as a, lightGray as i, brand as t, lightBrand as n, purple as c, lightPurple as d, green as y, lightGreen as g, red as u, lightRed as b, orange as f, lightOrange as m, blue as x, lightBlue as $ } from "../theme-primitives.js";
3
+ import { gray as a, lightGray as i, brand as n, lightBrand as t, purple as c, lightPurple as d, green as y, lightGreen as g, red as u, lightRed as b, orange as f, lightOrange as m, blue as x, lightBlue as $ } from "../theme-primitives.js";
4
4
  import { C } from "../../Close-DlTC3goO.js";
5
5
  const o = (r, e, s) => ({
6
+ border: "none",
6
7
  ...r.applyStyles("light", {
7
- borderColor: e[700],
8
8
  backgroundColor: e[800],
9
9
  [`& .${l.label}`]: {
10
10
  color: e[200]
@@ -14,7 +14,6 @@ const o = (r, e, s) => ({
14
14
  }
15
15
  }),
16
16
  ...r.applyStyles("dark", {
17
- borderColor: s[700],
18
17
  backgroundColor: s[800],
19
18
  [`& .${l.label}`]: {
20
19
  color: s[200]
@@ -23,7 +22,7 @@ const o = (r, e, s) => ({
23
22
  color: s[300]
24
23
  }
25
24
  })
26
- }), h = {
25
+ }), R = {
27
26
  defaultProps: {
28
27
  size: "small",
29
28
  deleteIcon: /* @__PURE__ */ p.jsx(C, {})
@@ -49,7 +48,7 @@ const o = (r, e, s) => ({
49
48
  color: "primary"
50
49
  },
51
50
  style: {
52
- ...o(r, n, t)
51
+ ...o(r, t, n)
53
52
  }
54
53
  },
55
54
  {
@@ -104,5 +103,5 @@ const o = (r, e, s) => ({
104
103
  }
105
104
  };
106
105
  export {
107
- h as MuiChip
106
+ R as MuiChip
108
107
  };
@@ -321,7 +321,7 @@ const l = m(), e = {
321
321
  dark: o[700]
322
322
  },
323
323
  grey: a,
324
- divider: r(a[200], 0.6),
324
+ divider: r(a[200], 0.9),
325
325
  background: {
326
326
  default: a[50],
327
327
  paper: a[100]
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.120",
6
+ "version": "1.0.122",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",