@max-ts/components 1.1.5 → 1.1.7

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.
Files changed (2) hide show
  1. package/lib/index.mjs +3 -4
  2. package/package.json +1 -1
package/lib/index.mjs CHANGED
@@ -3745,7 +3745,6 @@ const Ad = ({
3745
3745
  );
3746
3746
  }, Hd = "dashboard::collapsedIn", Yd = m("div")`
3747
3747
  width: 100%;
3748
- max-width: 1200px;
3749
3748
  height: 100%;
3750
3749
  margin: auto;
3751
3750
  display: grid;
@@ -9581,7 +9580,7 @@ const Uo = ({
9581
9580
  }, bv = m("div")`
9582
9581
  display: grid;
9583
9582
  grid-template-columns: 1fr auto;
9584
- grid-template-rows: repeat(3, auto);
9583
+ grid-template-rows: auto 1fr auto;
9585
9584
  border: 1px solid ${({ theme: e }) => e.palette.grey[200]};
9586
9585
  border-radius: ${({ theme: e }) => e.shape.large};
9587
9586
  background-color: ${({ theme: e }) => e.palette.background.paper};
@@ -10134,8 +10133,8 @@ const Ub = (e) => /* @__PURE__ */ l.jsx(gl, { ...e }), xv = m(Wr)`
10134
10133
  background-color: unset;
10135
10134
  }
10136
10135
  svg {
10137
- width: 20px;
10138
- height: 20px;
10136
+ max-width: 24px;
10137
+ max-height: 24px;
10139
10138
  }
10140
10139
  `, Hv = m(he)`
10141
10140
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@max-ts/components",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "browser": "./src/index.ts",
5
5
  "main": "./lib/index.mjs",
6
6
  "module": "./lib/index.mjs",