@fileverse-dev/ddoc 2.3.3 → 2.3.4-patch-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.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { B as p, g as m, s as w, d as k, i as b, l as L, a as O, c as E, b as x, e as R, H as y, f as M } from "./index-
|
1
|
+
import { B as p, g as m, s as w, d as k, i as b, l as L, a as O, c as E, b as x, e as R, H as y, f as M } from "./index-DOaVVkwq.mjs";
|
2
2
|
class S extends p {
|
3
3
|
constructor({ callbackSelector: r, cause: a, data: n, extraData: i, sender: f, urls: t }) {
|
4
4
|
var o;
|
@@ -89854,7 +89854,7 @@ async function a5(e, t) {
|
|
89854
89854
|
});
|
89855
89855
|
return Q === "0x" ? { data: void 0 } : { data: Q };
|
89856
89856
|
} catch (G) {
|
89857
|
-
const z = Skt(G), { offchainLookup: O, offchainLookupSignature: H } = await import("./ccip-
|
89857
|
+
const z = Skt(G), { offchainLookup: O, offchainLookupSignature: H } = await import("./ccip-CSibHemY.mjs");
|
89858
89858
|
if (e.ccipRead !== !1 && (z == null ? void 0 : z.slice(0, 10)) === H && x)
|
89859
89859
|
return { data: await O(e, { data: z, to: x }) };
|
89860
89860
|
throw D && (z == null ? void 0 : z.slice(0, 10)) === "0x101bb98d" ? new O7t({ factory: u }) : kQ(G, {
|
@@ -101597,6 +101597,13 @@ const rw = [
|
|
101597
101597
|
e.chain().focus().setFontFamily("Impact, Charcoal, sans-serif").run();
|
101598
101598
|
}
|
101599
101599
|
},
|
101600
|
+
{
|
101601
|
+
title: "Inclusive Sans",
|
101602
|
+
value: "Inclusive Sans, sans-serif",
|
101603
|
+
command: (e) => {
|
101604
|
+
e.chain().focus().setFontFamily("Inclusive Sans, sans-serif").run();
|
101605
|
+
}
|
101606
|
+
},
|
101600
101607
|
{
|
101601
101608
|
title: "Inter",
|
101602
101609
|
value: "Inter, sans-serif",
|
@@ -101632,6 +101639,13 @@ const rw = [
|
|
101632
101639
|
e.chain().focus().setFontFamily("monospace").run();
|
101633
101640
|
}
|
101634
101641
|
},
|
101642
|
+
{
|
101643
|
+
title: "Oswald",
|
101644
|
+
value: "Oswald, sans-serif",
|
101645
|
+
command: (e) => {
|
101646
|
+
e.chain().focus().setFontFamily("Oswald, sans-serif").run();
|
101647
|
+
}
|
101648
|
+
},
|
101635
101649
|
{
|
101636
101650
|
title: "Palatino",
|
101637
101651
|
value: "Palatino Linotype, Book Antiqua, Palatino, serif",
|
@@ -101646,6 +101660,20 @@ const rw = [
|
|
101646
101660
|
e.chain().focus().setFontFamily("Playfair Display, serif").run();
|
101647
101661
|
}
|
101648
101662
|
},
|
101663
|
+
{
|
101664
|
+
title: "Poppins",
|
101665
|
+
value: "Poppins, sans-serif",
|
101666
|
+
command: (e) => {
|
101667
|
+
e.chain().focus().setFontFamily("Poppins, sans-serif").run();
|
101668
|
+
}
|
101669
|
+
},
|
101670
|
+
{
|
101671
|
+
title: "PT Sans Narrow",
|
101672
|
+
value: "PT Sans Narrow, sans-serif",
|
101673
|
+
command: (e) => {
|
101674
|
+
e.chain().focus().setFontFamily("PT Sans Narrow, sans-serif").run();
|
101675
|
+
}
|
101676
|
+
},
|
101649
101677
|
{
|
101650
101678
|
title: "REM",
|
101651
101679
|
value: "REM, sans-serif",
|
@@ -227836,8 +227864,9 @@ const Etn = ({
|
|
227836
227864
|
"aiAutocomplete",
|
227837
227865
|
...cee
|
227838
227866
|
].includes(Z.name)
|
227839
|
-
)
|
227840
|
-
|
227867
|
+
),
|
227868
|
+
editable: !s
|
227869
|
+
}), [s]), G = Ve(async () => {
|
227841
227870
|
if (!e) return;
|
227842
227871
|
if (!s && e.view.dom.querySelector(".is-editor-empty")) {
|
227843
227872
|
t(), o == null || o("Cannot enter presentation mode with empty content");
|
package/dist/index.es.js
CHANGED