@surrealdb/ui 1.0.8 → 1.0.10
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 +8 -4
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -15446,6 +15446,7 @@ const Ia = Bt.define(AQ).parser, Oh = Bt.define(DQ).parser, eh = /* @__PURE__ */
|
|
|
15446
15446
|
ff: "monospace",
|
|
15447
15447
|
bg: "unset",
|
|
15448
15448
|
my: 0,
|
|
15449
|
+
style: { overflowX: "auto" },
|
|
15449
15450
|
...r,
|
|
15450
15451
|
children: a
|
|
15451
15452
|
}
|
|
@@ -16726,24 +16727,27 @@ function pu({
|
|
|
16726
16727
|
}), [O, e]), r = du(i, {
|
|
16727
16728
|
allowDangerousHtml: !1
|
|
16728
16729
|
});
|
|
16729
|
-
|
|
16730
|
+
if (!r)
|
|
16731
|
+
return null;
|
|
16732
|
+
const n = il(r, {
|
|
16730
16733
|
Fragment: ss,
|
|
16731
16734
|
jsx: Y,
|
|
16732
16735
|
jsxs: gt,
|
|
16733
16736
|
components: t,
|
|
16734
16737
|
elementAttributeNameCase: "react",
|
|
16735
16738
|
stylePropertyNameCase: "dom"
|
|
16736
|
-
})
|
|
16739
|
+
});
|
|
16740
|
+
return /* @__PURE__ */ Y(b2, { gap: "sm", children: n });
|
|
16737
16741
|
}
|
|
16738
16742
|
function xp({ content: i, components: O }) {
|
|
16739
16743
|
const e = g1(() => Zh(i), [i]);
|
|
16740
|
-
return /* @__PURE__ */ Y(
|
|
16744
|
+
return /* @__PURE__ */ Y(
|
|
16741
16745
|
pu,
|
|
16742
16746
|
{
|
|
16743
16747
|
ast: e,
|
|
16744
16748
|
components: O
|
|
16745
16749
|
}
|
|
16746
|
-
)
|
|
16750
|
+
);
|
|
16747
16751
|
}
|
|
16748
16752
|
const wp = (i) => /* @__PURE__ */ Y(
|
|
16749
16753
|
X1,
|