@surrealdb/ui 1.0.8 → 1.0.9
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/dist/ui.js +7 -4
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -16726,24 +16726,27 @@ function pu({
|
|
|
16726
16726
|
}), [O, e]), r = du(i, {
|
|
16727
16727
|
allowDangerousHtml: !1
|
|
16728
16728
|
});
|
|
16729
|
-
|
|
16729
|
+
if (!r)
|
|
16730
|
+
return null;
|
|
16731
|
+
const n = il(r, {
|
|
16730
16732
|
Fragment: ss,
|
|
16731
16733
|
jsx: Y,
|
|
16732
16734
|
jsxs: gt,
|
|
16733
16735
|
components: t,
|
|
16734
16736
|
elementAttributeNameCase: "react",
|
|
16735
16737
|
stylePropertyNameCase: "dom"
|
|
16736
|
-
})
|
|
16738
|
+
});
|
|
16739
|
+
return /* @__PURE__ */ Y(b2, { gap: "sm", children: n });
|
|
16737
16740
|
}
|
|
16738
16741
|
function xp({ content: i, components: O }) {
|
|
16739
16742
|
const e = g1(() => Zh(i), [i]);
|
|
16740
|
-
return /* @__PURE__ */ Y(
|
|
16743
|
+
return /* @__PURE__ */ Y(
|
|
16741
16744
|
pu,
|
|
16742
16745
|
{
|
|
16743
16746
|
ast: e,
|
|
16744
16747
|
components: O
|
|
16745
16748
|
}
|
|
16746
|
-
)
|
|
16749
|
+
);
|
|
16747
16750
|
}
|
|
16748
16751
|
const wp = (i) => /* @__PURE__ */ Y(
|
|
16749
16752
|
X1,
|