@max-ts/components 1.1.6 → 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 -3
  2. package/package.json +1 -1
package/lib/index.mjs CHANGED
@@ -9580,7 +9580,7 @@ const Uo = ({
9580
9580
  }, bv = m("div")`
9581
9581
  display: grid;
9582
9582
  grid-template-columns: 1fr auto;
9583
- grid-template-rows: repeat(3, auto);
9583
+ grid-template-rows: auto 1fr auto;
9584
9584
  border: 1px solid ${({ theme: e }) => e.palette.grey[200]};
9585
9585
  border-radius: ${({ theme: e }) => e.shape.large};
9586
9586
  background-color: ${({ theme: e }) => e.palette.background.paper};
@@ -10133,8 +10133,8 @@ const Ub = (e) => /* @__PURE__ */ l.jsx(gl, { ...e }), xv = m(Wr)`
10133
10133
  background-color: unset;
10134
10134
  }
10135
10135
  svg {
10136
- max-width: 30px;
10137
- max-height: 30px;
10136
+ max-width: 24px;
10137
+ max-height: 24px;
10138
10138
  }
10139
10139
  `, Hv = m(he)`
10140
10140
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@max-ts/components",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "browser": "./src/index.ts",
5
5
  "main": "./lib/index.mjs",
6
6
  "module": "./lib/index.mjs",