@fileverse-dev/ddoc 3.0.87 → 3.0.88
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 +2 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -184392,7 +184392,8 @@ const WHe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184392
184392
|
"z-[45] hidden mobile:flex items-center justify-center w-full h-[52px] fixed left-0 color-bg-default border-b color-border-default transition-all duration-300 top-[3.5rem]",
|
|
184393
184393
|
{
|
|
184394
184394
|
"translate-y-0 opacity-100": !Ue && A,
|
|
184395
|
-
"translate-y-[-108%] opacity-
|
|
184395
|
+
"translate-y-[-108%] opacity-100": !Ue && !A,
|
|
184396
|
+
"translate-y-[-108%] opacity-0 pointer-events-none": Ue
|
|
184396
184397
|
}
|
|
184397
184398
|
),
|
|
184398
184399
|
children: /* @__PURE__ */ F.jsx("div", { className: "justify-center items-center grow relative color-text-default", children: /* @__PURE__ */ F.jsx(
|