@solostylist/ui-kit 1.0.105 → 1.0.106

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,6 +1,6 @@
1
1
  import { gray as o } from "../theme-primitives.js";
2
2
  import { a } from "../../colorManipulator-ep5lERxB.js";
3
- const e = {
3
+ const i = {
4
4
  MuiAccordion: {
5
5
  defaultProps: {
6
6
  elevation: 0,
@@ -8,25 +8,25 @@ const e = {
8
8
  },
9
9
  styleOverrides: {
10
10
  root: ({ theme: r }) => ({
11
- padding: 4,
11
+ padding: 2,
12
12
  overflow: "clip",
13
13
  backgroundColor: (r.vars || r).palette.background.default,
14
14
  border: "1px solid",
15
15
  borderColor: (r.vars || r).palette.divider,
16
16
  ":before": {
17
17
  backgroundColor: "transparent"
18
- },
19
- "&:not(:last-of-type)": {
20
- borderBottom: "none"
21
- },
22
- "&:first-of-type": {
23
- borderTopLeftRadius: (r.vars || r).shape.borderRadius,
24
- borderTopRightRadius: (r.vars || r).shape.borderRadius
25
- },
26
- "&:last-of-type": {
27
- borderBottomLeftRadius: (r.vars || r).shape.borderRadius,
28
- borderBottomRightRadius: (r.vars || r).shape.borderRadius
29
18
  }
19
+ // '&:not(:last-of-type)': {
20
+ // borderBottom: 'none',
21
+ // },
22
+ // '&:first-of-type': {
23
+ // borderTopLeftRadius: (theme.vars || theme).shape.borderRadius,
24
+ // borderTopRightRadius: (theme.vars || theme).shape.borderRadius,
25
+ // },
26
+ // '&:last-of-type': {
27
+ // borderBottomLeftRadius: (theme.vars || theme).shape.borderRadius,
28
+ // borderBottomRightRadius: (theme.vars || theme).shape.borderRadius,
29
+ // },
30
30
  })
31
31
  }
32
32
  },
@@ -107,5 +107,5 @@ const e = {
107
107
  }
108
108
  };
109
109
  export {
110
- e as surfacesCustomizations
110
+ i as surfacesCustomizations
111
111
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.105",
6
+ "version": "1.0.106",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",