@mxtommy/kip 3.0.0-alpha.31 → 3.0.0-alpha.32

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.31",
3
+ "version": "3.0.0-alpha.32",
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
@@ -125261,7 +125261,7 @@ var WidgetFreeboardskComponent = class _WidgetFreeboardskComponent extends BaseW
125261
125261
  const eventTarget = document;
125262
125262
  const swipeEvent = new CustomEvent("swipe", {
125263
125263
  detail: {
125264
- type: "swipe",
125264
+ type: "swipeup",
125265
125265
  deltaX: direction === "left" ? -100 : direction === "right" ? 100 : 0,
125266
125266
  deltaY: direction === "up" ? -100 : direction === "down" ? 100 : 0,
125267
125267
  velocityX: direction === "left" ? -1 : direction === "right" ? 1 : 0,