@fileverse-dev/ddoc 3.1.7-sg-1 → 3.1.8-sg-1
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/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -187503,8 +187503,8 @@ const rGe = Number.POSITIVE_INFINITY, ob = (e) => e.isVisible && e.isMeasured &&
|
|
|
187503
187503
|
ref: i,
|
|
187504
187504
|
"data-floating-comment-card": e,
|
|
187505
187505
|
className: Ve(
|
|
187506
|
-
"absolute left-0 top-0 pb-[12px] rounded-[12px] will-change-transform transition-[box-shadow,border-color] duration-150 ease-out",
|
|
187507
|
-
n ? "shadow-elevation-3 color-bg-default
|
|
187506
|
+
"absolute left-0 top-0 pb-[12px] border rounded-[12px] will-change-transform transition-[box-shadow,border-color] duration-150 ease-out",
|
|
187507
|
+
n ? "shadow-elevation-3 color-bg-default color-border-default" : "hover:color-bg-default-hover border-transparent hover:color-border-default bg-[#00000005] "
|
|
187508
187508
|
),
|
|
187509
187509
|
style: {
|
|
187510
187510
|
width: Qee,
|
|
@@ -187559,7 +187559,7 @@ const CGe = ({
|
|
|
187559
187559
|
}
|
|
187560
187560
|
),
|
|
187561
187561
|
/* @__PURE__ */ v.jsxs("span", { className: "text-body-sm-bold inline-flex items-center gap-1 whitespace-nowrap", children: [
|
|
187562
|
-
/* @__PURE__ */ v.jsx("p", { className: "truncate max-w-[
|
|
187562
|
+
/* @__PURE__ */ v.jsx("p", { className: "truncate max-w-[230px]", children: c3(l.name) }),
|
|
187563
187563
|
l.isEns && /* @__PURE__ */ v.jsx(
|
|
187564
187564
|
"img",
|
|
187565
187565
|
{
|