@abdellatifui/react 3.1.25 → 3.1.26
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/nextgen.js +1 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -10708,7 +10708,7 @@ const Ty = (e) => {
|
|
|
10708
10708
|
// 🎨 Gradient: from blue → red
|
|
10709
10709
|
getColor: (y) => y.linkColor || (t == null ? void 0 : t.defaultLinkColorHex),
|
|
10710
10710
|
opacity: 1,
|
|
10711
|
-
visible: t != null && t.hideLinks ? !1 : i
|
|
10711
|
+
visible: t != null && t.hideLinks ? !1 : i ? !s : !0,
|
|
10712
10712
|
onHover: (y) => {
|
|
10713
10713
|
},
|
|
10714
10714
|
onClick: (y) => {
|