@fileverse-dev/ddoc 2.1.1-v2-patch-12 → 2.1.1-v2-patch-13
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 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -96808,7 +96808,7 @@ const jee = (t) => {
|
|
96808
96808
|
icon: "MessageSquarePlus",
|
96809
96809
|
size: "sm",
|
96810
96810
|
disabled: d,
|
96811
|
-
className: "
|
96811
|
+
className: "opacity-0 group-hover:opacity-100 transition-opacity duration-300 disabled:bg-transparent",
|
96812
96812
|
onClick: () => v(f)
|
96813
96813
|
}
|
96814
96814
|
)
|
@@ -96827,7 +96827,7 @@ const jee = (t) => {
|
|
96827
96827
|
icon: "Smile",
|
96828
96828
|
disabled: !0,
|
96829
96829
|
size: "sm",
|
96830
|
-
className: "
|
96830
|
+
className: "opacity-0 group-hover:opacity-100 transition-opacity duration-300 disabled:bg-transparent"
|
96831
96831
|
}
|
96832
96832
|
)
|
96833
96833
|
}
|
@@ -96845,7 +96845,7 @@ const jee = (t) => {
|
|
96845
96845
|
disabled: d,
|
96846
96846
|
size: "sm",
|
96847
96847
|
className: Se(
|
96848
|
-
"
|
96848
|
+
"opacity-0 group-hover:opacity-100 transition-opacity duration-300 disabled:bg-transparent"
|
96849
96849
|
)
|
96850
96850
|
}
|
96851
96851
|
),
|
@@ -97103,7 +97103,8 @@ const jee = (t) => {
|
|
97103
97103
|
createdAt: w == null ? void 0 : w.createdAt,
|
97104
97104
|
replies: w == null ? void 0 : w.replies,
|
97105
97105
|
isResolved: w == null ? void 0 : w.resolved,
|
97106
|
-
isDropdown: !0
|
97106
|
+
isDropdown: !0,
|
97107
|
+
isDisabled: s && !Object.hasOwn(s, "commentIndex")
|
97107
97108
|
}
|
97108
97109
|
)
|
97109
97110
|
}
|