@movable/ui 2.7.1 → 2.8.1
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 +4 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -5532,7 +5532,7 @@ function vs({ value: e, label: t, size: r = "small", ariaLabel: n, ...o }) {
|
|
|
5532
5532
|
}
|
|
5533
5533
|
}, children: t || e });
|
|
5534
5534
|
}
|
|
5535
|
-
function Pb({ id: e, toggleButtons: t, ariaLabel: r, value: n = "", size: o = "small", single: a = !1, enforceValueSet: s = !1, sx: c, onChange: l, ...u }) {
|
|
5535
|
+
function Pb({ id: e, toggleButtons: t, ariaLabel: r, value: n = "", size: o = "x-small", single: a = !1, enforceValueSet: s = !1, sx: c, onChange: l, ...u }) {
|
|
5536
5536
|
const d = t.find((p) => p.value === n) ?? t[0], f = (p, h) => {
|
|
5537
5537
|
s && !h || !l || l(p, h);
|
|
5538
5538
|
};
|
|
@@ -5618,7 +5618,7 @@ function ys({ value: e, size: t = "small", ariaLabel: r, icon: n, ...o }) {
|
|
|
5618
5618
|
}
|
|
5619
5619
|
}, children: n });
|
|
5620
5620
|
}
|
|
5621
|
-
function Mb({ id: e, toggleButtons: t, ariaLabel: r, size: n = "small", single: o = !1, value: a = "", enforceValueSet: s = !1, onChange: c, sx: l, ...u }) {
|
|
5621
|
+
function Mb({ id: e, toggleButtons: t, ariaLabel: r, size: n = "x-small", single: o = !1, value: a = "", enforceValueSet: s = !1, onChange: c, sx: l, ...u }) {
|
|
5622
5622
|
const d = (p, h) => {
|
|
5623
5623
|
s && !h || !c || c(p, h);
|
|
5624
5624
|
}, f = t.find((p) => p.value === a) ?? t[0];
|
|
@@ -12388,7 +12388,7 @@ function Db({ Header: e, children: t, ...r }) {
|
|
|
12388
12388
|
justifyContent: "center",
|
|
12389
12389
|
alignContent: "flex-start",
|
|
12390
12390
|
alignItems: "center",
|
|
12391
|
-
|
|
12391
|
+
py: 8,
|
|
12392
12392
|
backgroundColor: S.neutral50,
|
|
12393
12393
|
minHeight: "100vh",
|
|
12394
12394
|
overflow: "auto",
|
|
@@ -12410,7 +12410,7 @@ function Bb({ Header: e, children: t, sx: r, ...n }) {
|
|
|
12410
12410
|
justifyContent: "center",
|
|
12411
12411
|
alignContent: "flex-start",
|
|
12412
12412
|
alignItems: "center",
|
|
12413
|
-
|
|
12413
|
+
py: 8,
|
|
12414
12414
|
backgroundColor: S.neutral50,
|
|
12415
12415
|
minHeight: "100vh",
|
|
12416
12416
|
overflow: "auto",
|