@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.
- package/lib/index.mjs +3 -3
- 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:
|
|
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:
|
|
10137
|
-
max-height:
|
|
10136
|
+
max-width: 24px;
|
|
10137
|
+
max-height: 24px;
|
|
10138
10138
|
}
|
|
10139
10139
|
`, Hv = m(he)`
|
|
10140
10140
|
overflow: hidden;
|