@fileverse-dev/ddoc 3.0.55-patch-6 → 3.0.55-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 +4 -11
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -184415,9 +184415,7 @@ const Mqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184415
184415
|
"div",
|
|
184416
184416
|
{
|
|
184417
184417
|
"data-testid": "mobile-tab-panel",
|
|
184418
|
-
className: st(
|
|
184419
|
-
"fixed w-full flex flex-col transition-[bottom] z-[9] duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"
|
|
184420
|
-
),
|
|
184418
|
+
className: st("fixed w-full flex flex-col z-[9]"),
|
|
184421
184419
|
style: {
|
|
184422
184420
|
bottom: oe || p && !f ? "0px" : f ? "var(--version-sheet-bottom, 24px)" : "24px"
|
|
184423
184421
|
},
|
|
@@ -184427,7 +184425,6 @@ const Mqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184427
184425
|
{
|
|
184428
184426
|
className: st(
|
|
184429
184427
|
"rounded-t-[12px] color-bg-default flex flex-col w-full gap-[8px] overflow-hidden",
|
|
184430
|
-
"transition-all duration-400 ease-[cubic-bezier(0.16,1,0.3,1)]",
|
|
184431
184428
|
oe ? "h-[300px] space-md shadow-[0_-12px_32px_rgba(0,0,0,0.18)]" : " px-[8px] py-[2px] border color-bg-secondary shadow-none"
|
|
184432
184429
|
),
|
|
184433
184430
|
style: f ? { borderBottom: "none" } : void 0,
|
|
@@ -184435,11 +184432,7 @@ const Mqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184435
184432
|
/* @__PURE__ */ F.jsxs(
|
|
184436
184433
|
"div",
|
|
184437
184434
|
{
|
|
184438
|
-
className: st(
|
|
184439
|
-
"gap-xsm flex items-center justify-between w-full",
|
|
184440
|
-
"transition-all duration-300",
|
|
184441
|
-
"animate-in fade-in slide-in-from-bottom-2"
|
|
184442
|
-
),
|
|
184435
|
+
className: st("gap-xsm flex items-center justify-between w-full"),
|
|
184443
184436
|
children: [
|
|
184444
184437
|
/* @__PURE__ */ F.jsx("h2", { className: "text-heading-xsm color-text-default", children: "Document tabs" }),
|
|
184445
184438
|
/* @__PURE__ */ F.jsx(
|
|
@@ -184458,8 +184451,8 @@ const Mqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184458
184451
|
"div",
|
|
184459
184452
|
{
|
|
184460
184453
|
className: st(
|
|
184461
|
-
"w-full no-scrollbar overflow-y-auto",
|
|
184462
|
-
"h-
|
|
184454
|
+
"w-full no-scrollbar overflow-y-auto flex-1",
|
|
184455
|
+
"min-h-0",
|
|
184463
184456
|
"transition-opacity duration-300"
|
|
184464
184457
|
),
|
|
184465
184458
|
children: e.map((ne) => /* @__PURE__ */ F.jsxs(
|