@fileverse-dev/ddoc 2.1.0-patch-1 → 2.1.0-patch-2
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/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -146794,7 +146794,7 @@ const twt = (t) => {
|
|
146794
146794
|
{
|
146795
146795
|
id: "Navbar",
|
146796
146796
|
className: _t(
|
146797
|
-
"h-14 bg-[#ffffff] py-2 px-4 flex gap-[40px] items-center justify-between w-screen fixed left-0 top-0 border-b color-border-default z-
|
146797
|
+
"h-14 bg-[#ffffff] py-2 px-4 flex gap-[40px] items-center justify-between w-screen fixed left-0 top-0 border-b color-border-default z-50 transition-transform duration-300",
|
146798
146798
|
{
|
146799
146799
|
"translate-y-0": U,
|
146800
146800
|
"translate-y-[-100%]": !U || _
|