@fileverse-dev/ddoc 3.0.30 → 3.0.31
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-Bv75mfCH.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;
|
|
@@ -93963,7 +93963,7 @@ async function SF(e, t) {
|
|
|
93963
93963
|
});
|
|
93964
93964
|
return te === "0x" ? { data: void 0 } : { data: te };
|
|
93965
93965
|
} catch (O) {
|
|
93966
|
-
const B = IKt(O), { offchainLookup: U, offchainLookupSignature: $ } = await import("./ccip-
|
|
93966
|
+
const B = IKt(O), { offchainLookup: U, offchainLookupSignature: $ } = await import("./ccip-DSaSjaSp.mjs");
|
|
93967
93967
|
if (e.ccipRead !== !1 && (B == null ? void 0 : B.slice(0, 10)) === $ && x)
|
|
93968
93968
|
return { data: await U(e, { data: B, to: x }) };
|
|
93969
93969
|
throw I && (B == null ? void 0 : B.slice(0, 10)) === "0x101bb98d" ? new pZt({ factory: f }) : Sge(O, {
|
|
@@ -116242,7 +116242,7 @@ const Uun = (e, t) => az(e) ? new zun(t) : new Pun(t, {
|
|
|
116242
116242
|
/* @__PURE__ */ E.jsx(
|
|
116243
116243
|
"span",
|
|
116244
116244
|
{
|
|
116245
|
-
className: "text-body-sm line-clamp-1",
|
|
116245
|
+
className: "text-body-sm line-clamp-1 break-all",
|
|
116246
116246
|
style: {
|
|
116247
116247
|
fontFamily: Y == null ? void 0 : Y.value
|
|
116248
116248
|
},
|
|
@@ -116285,10 +116285,15 @@ const Uun = (e, t) => az(e) ? new zun(t) : new Pun(t, {
|
|
|
116285
116285
|
anchorTrigger: /* @__PURE__ */ E.jsxs(
|
|
116286
116286
|
"button",
|
|
116287
116287
|
{
|
|
116288
|
-
className: "bg-transparent hover:!color-bg-default-hover rounded gap-2 p-2 flex items-center justify-
|
|
116288
|
+
className: "bg-transparent hover:!color-bg-default-hover rounded gap-2 p-2 flex items-center justify-between w-[108px]",
|
|
116289
116289
|
onClick: () => y(lt.HEADING),
|
|
116290
116290
|
children: [
|
|
116291
|
-
/* @__PURE__ */ E.
|
|
116291
|
+
/* @__PURE__ */ E.jsxs("span", { className: "text-body-sm line-clamp-1", children: [
|
|
116292
|
+
(e == null ? void 0 : e.isActive("heading", { level: 1 })) && "Heading 1",
|
|
116293
|
+
(e == null ? void 0 : e.isActive("heading", { level: 2 })) && "Heading 2",
|
|
116294
|
+
(e == null ? void 0 : e.isActive("heading", { level: 3 })) && "Heading 3",
|
|
116295
|
+
!(e != null && e.isActive("heading")) && "Text"
|
|
116296
|
+
] }),
|
|
116292
116297
|
/* @__PURE__ */ E.jsx(qe, { name: "ChevronDown", size: "sm" })
|
|
116293
116298
|
]
|
|
116294
116299
|
}
|
package/dist/index.es.js
CHANGED