@movable/ui 2.7.1 → 2.8.0
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 +2 -2
- 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];
|