@fileverse-dev/ddoc 2.0.6-patch-6 → 2.0.6-patch-7
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/index.es.js +32 -10
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -136090,19 +136090,41 @@ const imt = sn.create({
|
|
136090
136090
|
const n = () => {
|
136091
136091
|
t.commands.unsetPageBreak(), e();
|
136092
136092
|
};
|
136093
|
-
return /* @__PURE__ */ z.
|
136093
|
+
return /* @__PURE__ */ z.jsxs(
|
136094
136094
|
E2,
|
136095
136095
|
{
|
136096
136096
|
as: "div",
|
136097
|
-
className: _t(
|
136098
|
-
|
136099
|
-
|
136100
|
-
|
136101
|
-
|
136102
|
-
|
136103
|
-
|
136104
|
-
|
136105
|
-
|
136097
|
+
className: _t(
|
136098
|
+
"flex relative opacity-0 hover:opacity-100 transition-opacity duration-200 w-full h-full justify-center items-center"
|
136099
|
+
),
|
136100
|
+
children: [
|
136101
|
+
/* @__PURE__ */ z.jsx("div", { className: "absolute top-[-15px] left-0 right-0 h-4", children: /* @__PURE__ */ z.jsx(
|
136102
|
+
"div",
|
136103
|
+
{
|
136104
|
+
className: "absolute inset-0 border-b-1 border-transparent",
|
136105
|
+
style: {
|
136106
|
+
background: "linear-gradient(to bottom, transparent, #FFDF0A33)"
|
136107
|
+
}
|
136108
|
+
}
|
136109
|
+
) }),
|
136110
|
+
/* @__PURE__ */ z.jsx(Ld, { sideOffset: 5, position: "bottom", text: "Remove page breaker", children: /* @__PURE__ */ z.jsx(
|
136111
|
+
Ke,
|
136112
|
+
{
|
136113
|
+
name: "PageBreakRemove",
|
136114
|
+
onClick: n,
|
136115
|
+
className: "text-[#77818A] cursor-pointer"
|
136116
|
+
}
|
136117
|
+
) }),
|
136118
|
+
/* @__PURE__ */ z.jsx("div", { className: "absolute bottom-[-15px] left-0 right-0 h-4", children: /* @__PURE__ */ z.jsx(
|
136119
|
+
"div",
|
136120
|
+
{
|
136121
|
+
className: "absolute inset-0 border-b-1 border-transparent",
|
136122
|
+
style: {
|
136123
|
+
background: "linear-gradient(to bottom, #FFDF0A33, transparent)"
|
136124
|
+
}
|
136125
|
+
}
|
136126
|
+
) })
|
136127
|
+
]
|
136106
136128
|
}
|
136107
136129
|
);
|
136108
136130
|
}, dmt = zt.create({
|