@octostar/map-component 0.1.20 → 0.1.21

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.mjs CHANGED
@@ -9897,7 +9897,7 @@ const MapEditorCanvas = forwardRef(function MapEditorCanvas2({
9897
9897
  filterSvgPoints && /* @__PURE__ */ jsx(
9898
9898
  "svg",
9899
9899
  {
9900
- className: "absolute inset-0 w-full h-full pointer-events-none z-[99]",
9900
+ className: "absolute inset-0 w-full h-full pointer-events-none z-[10]",
9901
9901
  "data-testid": "filter-overlay",
9902
9902
  children: /* @__PURE__ */ jsx(
9903
9903
  "polygon",