@solostylist/ui-kit 1.0.52 → 1.0.54

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.
@@ -11,7 +11,7 @@ const r = c("MuiChip", ["root", "sizeSmall", "sizeMedium", "colorDefault", "colo
11
11
  MuiList: {
12
12
  styleOverrides: {
13
13
  root: {
14
- padding: "8px",
14
+ paddingY: 1,
15
15
  display: "flex",
16
16
  flexDirection: "column",
17
17
  gap: 0
@@ -65,7 +65,7 @@ const p = i(/* @__PURE__ */ a.jsx("path", {
65
65
  style: {
66
66
  ...o.applyStyles("dark", {
67
67
  color: "white",
68
- backgroundImage: "linear-gradient(to right, #000428 0%, #004e92 51%, #000428 100%)",
68
+ backgroundImage: "linear-gradient(to right, #2b5876 0%, #004e92 51%, #2b5876 100%)",
69
69
  boxShadow: "0px 0px 0px 1px #004e92",
70
70
  transition: "0.5s",
71
71
  backgroundSize: "200% auto",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.52",
6
+ "version": "1.0.54",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",