@fileverse-dev/ddoc 2.1.4-patch-6 → 2.1.4-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 +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -148716,7 +148716,7 @@ const A_ = ({
|
|
148716
148716
|
"div",
|
148717
148717
|
{
|
148718
148718
|
className: Bt(
|
148719
|
-
"color-bg-default w-full mx-auto rounded
|
148719
|
+
"color-bg-default w-full mx-auto rounded",
|
148720
148720
|
{ "mt-4 md:!mt-16 !py-20": t && !Xe },
|
148721
148721
|
{ "md:!mt-16": !t },
|
148722
148722
|
{ "pt-20 md:!mt-[7.5rem]": J && !t },
|
@@ -148729,8 +148729,8 @@ const A_ = ({
|
|
148729
148729
|
"!mx-auto": !S || _ === "0.5" || _ === "0.75" || _ === "1.4" || _ === "1.5"
|
148730
148730
|
},
|
148731
148731
|
{ "!ml-0": _ === "2" && Ae && !Ue },
|
148732
|
-
{
|
148733
|
-
{
|
148732
|
+
// { 'min-h-[83vh]': isNavbarVisible },
|
148733
|
+
// { 'min-h-[90vh]': !isNavbarVisible },
|
148734
148734
|
{
|
148735
148735
|
"w-[700px] md:max-w-[700px] min-h-[150%]": _ === "0.5"
|
148736
148736
|
},
|