@edgepdf/viewer-react 0.0.6 → 0.0.8

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/index.js CHANGED
@@ -23538,6 +23538,9 @@ var MarkerManager = class {
23538
23538
  const newIcon = this.createCustomIcon(updates.iconType);
23539
23539
  leafletMarker.setIcon(newIcon);
23540
23540
  }
23541
+ if (updates.referenceId !== void 0) {
23542
+ marker.referenceId = updates.referenceId;
23543
+ }
23541
23544
  this.updateLeafletMarkerDisplay(leafletMarker, marker);
23542
23545
  return true;
23543
23546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgepdf/viewer-react",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "EdgePDF Viewer - React components for viewing PDF documents with interactive markers and zoom controls",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",