@guardian/interactive-component-library 0.7.9 → 0.7.10

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.
@@ -234,7 +234,7 @@ class Map {
234
234
  if (event.type === "wheel" && !event[this._zoomBypassKey]) {
235
235
  return filterEvent(true);
236
236
  }
237
- if ("targetTouches" in event && this.collaborativeGesturesEnabled) {
237
+ if ("targetTouches" in event && this.collaborativeGesturesEnabled()) {
238
238
  if (event.targetTouches.length < 2) {
239
239
  return false;
240
240
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@guardian/interactive-component-library",
3
3
  "private": false,
4
- "version": "0.7.9",
4
+ "version": "0.7.10",
5
5
  "packageManager": "pnpm@8.4.0",
6
6
  "repository": {
7
7
  "type": "git",