@mxtommy/kip 3.0.0-alpha.57 → 3.0.0-alpha.59

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxtommy/kip",
3
- "version": "3.0.0-alpha.57",
3
+ "version": "3.0.0-alpha.59",
4
4
  "description": "An advanced and versatile marine instrumentation package to display Signal K data.",
5
5
  "license": "MIT",
6
6
  "author": {
package/public/main.js CHANGED
@@ -127281,7 +127281,7 @@ var WidgetIframeComponent = class _WidgetIframeComponent extends BaseWidgetCompo
127281
127281
  this.widgetUrl = this.widgetProperties.config.widgetUrl = config2.widgetUrl;
127282
127282
  }
127283
127283
  handleIframeGesture = (event) => {
127284
- if (!event.data || !event.data.gesture || event.data.instanceId !== this.widgetProperties.uuid)
127284
+ if (!event.data || !event.data.gesture || event.data.eventData.instanceId !== this.widgetProperties.uuid)
127285
127285
  return;
127286
127286
  switch (event.data.gesture) {
127287
127287
  case "swipeup":