@fileverse-dev/ddoc 3.0.53-patch-24 → 3.0.53-patch-25
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 +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -184075,7 +184075,7 @@ const Aqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184075
184075
|
}
|
|
184076
184076
|
]
|
|
184077
184077
|
], _ = f || p;
|
|
184078
|
-
return /* @__PURE__ */ F.jsx(
|
|
184078
|
+
return console.log({ isVersionHistoryMode: f, isPreviewMode: p }), /* @__PURE__ */ F.jsx(
|
|
184079
184079
|
"div",
|
|
184080
184080
|
{
|
|
184081
184081
|
className: "fixed z-[999] w-full flex flex-col transition-[bottom] duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]",
|