@movable/ui 3.7.0 → 3.7.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 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -22801,7 +22801,10 @@ var Vn = {
|
|
|
22801
22801
|
return null;
|
|
22802
22802
|
}, fE = DS(tE, oE, op)(pE), Ga = dE(fE);
|
|
22803
22803
|
Ga.renderStatic = Ga.rewind;
|
|
22804
|
-
const _O = ({ title: e, addTitleSuffix: t = !0, description: n, children: o }) =>
|
|
22804
|
+
const _O = ({ title: e, addTitleSuffix: t = !0, description: n, children: o }) => {
|
|
22805
|
+
const i = e + (t ? " | Movable Ink" : "");
|
|
22806
|
+
return p.jsxs(p.Fragment, { children: [p.jsxs(Ga, { children: [!!e && p.jsx("title", { children: i }), !!n && p.jsx("meta", { name: "description", content: n })] }), o] });
|
|
22807
|
+
}, BO = ({ skeletonRows: e, skeletonColumns: t }) => p.jsx(p.Fragment, { children: Array.from({ length: e }).map((n, o) => p.jsx(Ze, { container: !0, spacing: 2, sx: { mb: 2 }, children: Array.from({ length: t }).map((i, a) => p.jsxs(Ze, { size: "grow", children: [p.jsx(Qr, { variant: "text", width: 100, height: 20 }), p.jsx(Qr, { variant: "rectangular", height: 40, sx: { borderRadius: 1 }, "data-test": "loading-skeleton" })] }, a)) }, o)) });
|
|
22805
22808
|
function DO() {
|
|
22806
22809
|
const [e, t] = mt(null);
|
|
22807
22810
|
return [e, async (o) => {
|