@zoompinch/elements 0.0.18 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -245,7 +245,7 @@ Use `slot="matrix"` for overlay elements that follow the canvas transform.
245
245
  </zoom-pinch>
246
246
 
247
247
  <script>
248
- const viewer = document.getElementById('zoomPinch');
248
+ const zoomPinch = document.getElementById('zoomPinch');
249
249
  const marker = document.getElementById('marker');
250
250
 
251
251
  zoomPinch.addEventListener('update', () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zoompinch/elements",
3
3
  "description": "Custom elements wrapper ZoomPinch - reactive pinch & zoom component",
4
- "version": "0.0.18",
4
+ "version": "0.0.21",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/zoompinch-elements.umd.js",
@@ -26,7 +26,7 @@
26
26
  "vite": "^6.4.1"
27
27
  },
28
28
  "dependencies": {
29
- "@zoompinch/core": "^0.0.18"
29
+ "@zoompinch/core": "^0.0.21"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"