@fileverse-dev/ddoc 3.0.70 → 3.0.71
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 +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -183473,7 +183473,7 @@ const yQ = Oh(
|
|
|
183473
183473
|
},
|
|
183474
183474
|
[o, f, n]
|
|
183475
183475
|
);
|
|
183476
|
-
return e.length === 0 ? /* @__PURE__ */ F.jsx(bQ, {}) : /* @__PURE__ */ F.jsx("div", { className: "flex flex-col max-[1280px]:gap-2 gap-4 overflow-auto pl-[
|
|
183476
|
+
return e.length === 0 ? /* @__PURE__ */ F.jsx(bQ, {}) : /* @__PURE__ */ F.jsx("div", { className: "flex flex-col max-[1280px]:gap-2 gap-4 overflow-auto pl-[35px] no-scrollbar max-[1280px]:max-h-[168px] max-h-[calc(80vh-40px)] mb-3", children: c.map((m, b) => /* @__PURE__ */ F.jsx(
|
|
183477
183477
|
mQ,
|
|
183478
183478
|
{
|
|
183479
183479
|
onItemClick: f,
|
|
@@ -184057,7 +184057,7 @@ const qqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184057
184057
|
onClick: s,
|
|
184058
184058
|
...u,
|
|
184059
184059
|
className: ot(
|
|
184060
|
-
"flex items-center active:cursor-grabbing relative justify-between h-[40px] px-[12px] py-[8px] rounded-
|
|
184060
|
+
"flex items-center active:cursor-grabbing relative justify-between h-[40px] px-[12px] py-[8px] rounded-[4px]",
|
|
184061
184061
|
a && "color-bg-default-hover"
|
|
184062
184062
|
),
|
|
184063
184063
|
children: [
|
|
@@ -184125,7 +184125,7 @@ const qqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184125
184125
|
{
|
|
184126
184126
|
"data-testid": "tab-drag-preview",
|
|
184127
184127
|
className: `
|
|
184128
|
-
flex items-center gap-[8px] px-[12px] py-[8px] w-[231px] h-[40px] rounded-
|
|
184128
|
+
flex items-center gap-[8px] px-[12px] py-[8px] w-[231px] h-[40px] rounded-[4px] color-bg-secondary shadow-elevation-3`,
|
|
184129
184129
|
children: [
|
|
184130
184130
|
t ? /* @__PURE__ */ F.jsx("span", { className: " text-[16px] leading-[16px] w-[16px] flex items-center justify-center", children: t }) : /* @__PURE__ */ F.jsx(Ue, { name: "FileText", className: "w-[16px]" }),
|
|
184131
184131
|
/* @__PURE__ */ F.jsx("span", { className: "text-heading-xsm color-text-default truncate", children: e })
|
|
@@ -184390,9 +184390,9 @@ const qqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184390
184390
|
onMouseLeave: () => E(!1),
|
|
184391
184391
|
onClick: () => o == null ? void 0 : o((U) => !U),
|
|
184392
184392
|
className: ot(
|
|
184393
|
-
"group flex items-center h-[30px] !min-w-[30px] min-h-[30px] p-[8px] rounded-
|
|
184393
|
+
"group flex items-center h-[30px] !min-w-[30px] min-h-[30px] p-[8px] rounded-[4px] hover:color-bg-secondary-hover transition-[width,background-color] duration-200 ease-out overflow-hidden",
|
|
184394
184394
|
!r && "hover:min-w-[156px] gap-[8px]",
|
|
184395
|
-
e.length > 0 && !r && "color-bg-
|
|
184395
|
+
e.length > 0 && !r && "color-bg-default-hover"
|
|
184396
184396
|
),
|
|
184397
184397
|
children: [
|
|
184398
184398
|
/* @__PURE__ */ F.jsx(
|