@fleet-frontend/mower-maps 0.2.6-beta.10 → 0.2.6-beta.11

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.esm.js CHANGED
@@ -27986,7 +27986,7 @@ const PathElement = forwardRef(({ mapConfig, pathData, mowPartitionData }, ref)
27986
27986
  return (jsxs("g", { id: "path", children: [jsx("defs", { children: Object.values(clipPathData).map((item) => {
27987
27987
  return (jsx("clipPath", { id: item.id, clipRule: "evenodd", children: jsx("path", { d: item.path }) }, item.id));
27988
27988
  }) }), Object.values(pathDataObj).map((item) => {
27989
- return (jsx("g", { "clip-path": `url(#${item.clipPathId})`, opacity: "0.5", children: jsx("path", { className: "vector-path", d: item.path, fill: "none", "mix-blend-mode": "normal", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: item.style.lineWidth, stroke: item.style.lineColor }) }));
27989
+ return (jsx("g", { clipPath: `url(#${item.clipPathId})`, opacity: "0.5", children: jsx("path", { className: "vector-path", d: item.path, fill: "none", "mix-blend-mode": "normal", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: item.style.lineWidth, stroke: item.style.lineColor }) }));
27990
27990
  })] }));
27991
27991
  });
27992
27992
 
package/dist/index.js CHANGED
@@ -28006,7 +28006,7 @@ const PathElement = React.forwardRef(({ mapConfig, pathData, mowPartitionData },
28006
28006
  return (jsxRuntime.jsxs("g", { id: "path", children: [jsxRuntime.jsx("defs", { children: Object.values(clipPathData).map((item) => {
28007
28007
  return (jsxRuntime.jsx("clipPath", { id: item.id, clipRule: "evenodd", children: jsxRuntime.jsx("path", { d: item.path }) }, item.id));
28008
28008
  }) }), Object.values(pathDataObj).map((item) => {
28009
- return (jsxRuntime.jsx("g", { "clip-path": `url(#${item.clipPathId})`, opacity: "0.5", children: jsxRuntime.jsx("path", { className: "vector-path", d: item.path, fill: "none", "mix-blend-mode": "normal", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: item.style.lineWidth, stroke: item.style.lineColor }) }));
28009
+ return (jsxRuntime.jsx("g", { clipPath: `url(#${item.clipPathId})`, opacity: "0.5", children: jsxRuntime.jsx("path", { className: "vector-path", d: item.path, fill: "none", "mix-blend-mode": "normal", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: item.style.lineWidth, stroke: item.style.lineColor }) }));
28010
28010
  })] }));
28011
28011
  });
28012
28012
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fleet-frontend/mower-maps",
3
- "version": "0.2.6-beta.10",
3
+ "version": "0.2.6-beta.11",
4
4
  "type": "module",
5
5
  "description": "a mower maps in google maps",
6
6
  "main": "dist/index.js",