@fileverse-dev/ddoc 3.0.53-patch-29 → 3.0.53-patch-31

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 CHANGED
@@ -184088,8 +184088,9 @@ const Aqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
184088
184088
  className: ut(
184089
184089
  "rounded-t-[12px] color-bg-default flex flex-col w-full gap-[8px] overflow-hidden",
184090
184090
  "transition-all duration-400 ease-[cubic-bezier(0.16,1,0.3,1)]",
184091
- N ? "h-[300px] space-md shadow-[0_-12px_32px_rgba(0,0,0,0.18)]" : "h-[54px] px-[8px] py-[4px] border color-bg-secondary shadow-none"
184091
+ N ? "h-[300px] space-md shadow-[0_-12px_32px_rgba(0,0,0,0.18)]" : " px-[8px] py-[2px] border color-bg-secondary shadow-none"
184092
184092
  ),
184093
+ style: f ? { borderBottom: "none" } : void 0,
184093
184094
  children: N ? /* @__PURE__ */ F.jsxs(F.Fragment, { children: [
184094
184095
  /* @__PURE__ */ F.jsxs(
184095
184096
  "div",
@@ -184186,7 +184187,7 @@ const Aqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
184186
184187
  disabled: !D,
184187
184188
  "aria-label": "Go to previous tab",
184188
184189
  className: ut(
184189
- "h-[32px] w-[32px] flex items-center justify-center transition-opacity duration-200",
184190
+ "h-[36px] w-[36px] flex items-center justify-center transition-opacity duration-200",
184190
184191
  D ? "cursor-pointer" : "opacity-40 cursor-not-allowed"
184191
184192
  ),
184192
184193
  children: /* @__PURE__ */ F.jsx(Ue, { name: "ChevronLeft", className: "w-[20px] h-[20px]" })
@@ -184206,7 +184207,7 @@ const Aqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
184206
184207
  className: "w-[16px] h-[16px] transition-transform duration-200 group-hover:scale-105"
184207
184208
  }
184208
184209
  ),
184209
- /* @__PURE__ */ F.jsx("p", { className: "text-heading-xsm", children: ((C = e.find((S) => S.id === t)) == null ? void 0 : C.name) ?? "Tab name" })
184210
+ /* @__PURE__ */ F.jsx("p", { className: "text-heading-xsm max-w-[150px] truncate", children: ((C = e.find((S) => S.id === t)) == null ? void 0 : C.name) ?? "Tab name" })
184210
184211
  ] }),
184211
184212
  !f && /* @__PURE__ */ F.jsxs("div", { className: "h-[16px] flex items-center", children: [
184212
184213
  /* @__PURE__ */ F.jsxs("span", { className: "text-helper-text-sm color-text-secondary", children: [
@@ -184226,7 +184227,7 @@ const Aqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
184226
184227
  disabled: !w,
184227
184228
  "aria-label": "Go to next tab",
184228
184229
  className: ut(
184229
- "h-[32px] w-[32px] flex items-center justify-center transition-opacity duration-200",
184230
+ "h-[36px] w-[36px] flex items-center justify-center transition-opacity duration-200",
184230
184231
  w ? "cursor-pointer" : "opacity-40 cursor-not-allowed"
184231
184232
  ),
184232
184233
  children: /* @__PURE__ */ F.jsx(Ue, { name: "ChevronRight", className: "w-[20px] h-[20px]" })