@plaidev/karte-action-sdk 1.1.173-28031642.527ad75c → 1.1.173-28031673.7262d61e
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.js +6 -4
- package/dist/index.es.js +6 -4
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -7387,7 +7387,7 @@ function get_each_context(ctx, list, i) {
|
|
7387
7387
|
return child_ctx;
|
7388
7388
|
}
|
7389
7389
|
|
7390
|
-
// (
|
7390
|
+
// (372:2) {#if isVisiblePrevButton}
|
7391
7391
|
function create_if_block_1(ctx) {
|
7392
7392
|
let div1;
|
7393
7393
|
let div0;
|
@@ -7455,7 +7455,7 @@ function create_if_block_1(ctx) {
|
|
7455
7455
|
};
|
7456
7456
|
}
|
7457
7457
|
|
7458
|
-
// (
|
7458
|
+
// (381:2) {#if isVisibleNextButton}
|
7459
7459
|
function create_if_block$1(ctx) {
|
7460
7460
|
let div1;
|
7461
7461
|
let div0;
|
@@ -7523,7 +7523,7 @@ function create_if_block$1(ctx) {
|
|
7523
7523
|
};
|
7524
7524
|
}
|
7525
7525
|
|
7526
|
-
// (
|
7526
|
+
// (394:4) {#each items as _, i}
|
7527
7527
|
function create_each_block(ctx) {
|
7528
7528
|
let div1;
|
7529
7529
|
let div0;
|
@@ -8021,7 +8021,9 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
8021
8021
|
}
|
8022
8022
|
|
8023
8023
|
function handleTouchMove(event) {
|
8024
|
-
event.preventDefault();
|
8024
|
+
// event.preventDefault();
|
8025
|
+
event.stopPropagation();
|
8026
|
+
|
8025
8027
|
const clientX = event.touches[0].clientX;
|
8026
8028
|
const timeStamp = event.timeStamp;
|
8027
8029
|
handleMoving(clientX, timeStamp);
|
package/dist/index.es.js
CHANGED
@@ -6975,7 +6975,7 @@ function get_each_context(ctx, list, i) {
|
|
6975
6975
|
return child_ctx;
|
6976
6976
|
}
|
6977
6977
|
|
6978
|
-
// (
|
6978
|
+
// (372:2) {#if isVisiblePrevButton}
|
6979
6979
|
function create_if_block_1(ctx) {
|
6980
6980
|
let div1;
|
6981
6981
|
let div0;
|
@@ -7026,7 +7026,7 @@ function create_if_block_1(ctx) {
|
|
7026
7026
|
};
|
7027
7027
|
}
|
7028
7028
|
|
7029
|
-
// (
|
7029
|
+
// (381:2) {#if isVisibleNextButton}
|
7030
7030
|
function create_if_block$1(ctx) {
|
7031
7031
|
let div1;
|
7032
7032
|
let div0;
|
@@ -7077,7 +7077,7 @@ function create_if_block$1(ctx) {
|
|
7077
7077
|
};
|
7078
7078
|
}
|
7079
7079
|
|
7080
|
-
// (
|
7080
|
+
// (394:4) {#each items as _, i}
|
7081
7081
|
function create_each_block(ctx) {
|
7082
7082
|
let div1;
|
7083
7083
|
let div0;
|
@@ -7534,7 +7534,9 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
7534
7534
|
}
|
7535
7535
|
|
7536
7536
|
function handleTouchMove(event) {
|
7537
|
-
event.preventDefault();
|
7537
|
+
// event.preventDefault();
|
7538
|
+
event.stopPropagation();
|
7539
|
+
|
7538
7540
|
const clientX = event.touches[0].clientX;
|
7539
7541
|
const timeStamp = event.timeStamp;
|
7540
7542
|
handleMoving(clientX, timeStamp);
|