@abdellatifui/react 3.1.96 → 3.1.98
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/dist/nextgen.js.map +1 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -14736,7 +14736,7 @@ const CustomNavigateButtons = (props) => {
|
|
|
14736
14736
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "absolute bottom-10 overflow-hidden right-3 z-50 min-h-[60px] w-[25px] gap-2 bg-white border rounded-full flex flex-wrap items-center justify-center py-1", children: [
|
|
14737
14737
|
showGoNodeControlButton && /* @__PURE__ */ jsxRuntimeExports.jsx(StyledTooltip, { title: "Go to first node", children: /* @__PURE__ */ jsxRuntimeExports.jsx(MapPin, { onClick: onMapPinClick, className: "text-blue-600 hover:bg-accent rounded-full", size: 18 }) }),
|
|
14738
14738
|
customControlButtons == null ? void 0 : customControlButtons.map((button, index) => {
|
|
14739
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: button }, "custom-control-button-" +
|
|
14739
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: button }, "custom-control-button-" + index);
|
|
14740
14740
|
})
|
|
14741
14741
|
] });
|
|
14742
14742
|
};
|