@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 +1 -1
- package/public/main.js +1 -1
- package/public/main.js.map +1 -1
package/package.json
CHANGED
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: "
|
|
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,
|