@solostylist/ui-kit 1.0.119 → 1.0.121
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,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
|
|
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
|
-
}),
|
|
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,
|
|
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
|
-
|
|
106
|
+
R as MuiChip
|
|
108
107
|
};
|