@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 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
  };
@@ -0,0 +1,2 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ export declare const components: Components<Theme>;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.119",
6
+ "version": "1.0.121",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",