@solostylist/ui-kit 1.0.110 → 1.0.111

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.
@@ -907,7 +907,7 @@ const re = ({
907
907
  accordionSummaryProps: c,
908
908
  accordionDetailsProps: f,
909
909
  ...m
910
- }) => /* @__PURE__ */ i.jsxs(so, { elevation: 0, disableGutters: !0, ...m, children: [
910
+ }) => /* @__PURE__ */ i.jsxs(so, { elevation: 0, ...m, children: [
911
911
  e || r ? /* @__PURE__ */ i.jsx(ao, { expandIcon: /* @__PURE__ */ i.jsx(mo, {}), ...c, children: /* @__PURE__ */ i.jsxs(Ao, { direction: "row", spacing: 1, alignItems: "center", children: [
912
912
  r,
913
913
  /* @__PURE__ */ i.jsx(Ro, { variant: "subtitle1", fontWeight: 600, ...s, children: e })
@@ -9,10 +9,12 @@ const e = {
9
9
  backgroundColor: (r.vars || r).palette.background.default,
10
10
  border: "1px solid",
11
11
  borderColor: (r.vars || r).palette.divider,
12
+ borderRadius: (r.vars || r).shape.borderRadius,
12
13
  ":before": {
13
14
  backgroundColor: "transparent"
14
15
  },
15
16
  ...a.disableGutters ? {
17
+ borderRadius: "none",
16
18
  "&:not(:last-of-type)": {
17
19
  borderBottom: "none"
18
20
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.110",
6
+ "version": "1.0.111",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",