@fileverse-dev/ddoc 3.0.53-patch-29 → 3.0.53-patch-30
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 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -184088,7 +184088,7 @@ 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)]" : "
|
|
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
184093
|
children: N ? /* @__PURE__ */ F.jsxs(F.Fragment, { children: [
|
|
184094
184094
|
/* @__PURE__ */ F.jsxs(
|
|
@@ -184186,7 +184186,7 @@ const Aqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184186
184186
|
disabled: !D,
|
|
184187
184187
|
"aria-label": "Go to previous tab",
|
|
184188
184188
|
className: ut(
|
|
184189
|
-
"h-[
|
|
184189
|
+
"h-[36px] w-[36px] flex items-center justify-center transition-opacity duration-200",
|
|
184190
184190
|
D ? "cursor-pointer" : "opacity-40 cursor-not-allowed"
|
|
184191
184191
|
),
|
|
184192
184192
|
children: /* @__PURE__ */ F.jsx(Ue, { name: "ChevronLeft", className: "w-[20px] h-[20px]" })
|
|
@@ -184206,7 +184206,7 @@ const Aqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184206
184206
|
className: "w-[16px] h-[16px] transition-transform duration-200 group-hover:scale-105"
|
|
184207
184207
|
}
|
|
184208
184208
|
),
|
|
184209
|
-
/* @__PURE__ */ F.jsx("p", { className: "text-heading-xsm", children: ((C = e.find((S) => S.id === t)) == null ? void 0 : C.name) ?? "Tab name" })
|
|
184209
|
+
/* @__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
184210
|
] }),
|
|
184211
184211
|
!f && /* @__PURE__ */ F.jsxs("div", { className: "h-[16px] flex items-center", children: [
|
|
184212
184212
|
/* @__PURE__ */ F.jsxs("span", { className: "text-helper-text-sm color-text-secondary", children: [
|
|
@@ -184226,7 +184226,7 @@ const Aqe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
184226
184226
|
disabled: !w,
|
|
184227
184227
|
"aria-label": "Go to next tab",
|
|
184228
184228
|
className: ut(
|
|
184229
|
-
"h-[
|
|
184229
|
+
"h-[36px] w-[36px] flex items-center justify-center transition-opacity duration-200",
|
|
184230
184230
|
w ? "cursor-pointer" : "opacity-40 cursor-not-allowed"
|
|
184231
184231
|
),
|
|
184232
184232
|
children: /* @__PURE__ */ F.jsx(Ue, { name: "ChevronRight", className: "w-[20px] h-[20px]" })
|