@plaidev/karte-action-sdk 1.1.258-28941378.374565d8 → 1.1.258-28955846.d6c89b57
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/dist/hydrate/index.es.js +2 -2
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -16714,7 +16714,7 @@ function get_each_context(ctx, list, i) {
|
|
16714
16714
|
return child_ctx;
|
16715
16715
|
}
|
16716
16716
|
|
16717
|
-
// (
|
16717
|
+
// (148:4) {#each indicators ?? [] as indicator, i}
|
16718
16718
|
function create_each_block(ctx) {
|
16719
16719
|
let button;
|
16720
16720
|
let i_1;
|
@@ -17111,7 +17111,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
17111
17111
|
}
|
17112
17112
|
};
|
17113
17113
|
|
17114
|
-
$$invalidate(6, style = objToStyle({ overflow: '
|
17114
|
+
$$invalidate(6, style = objToStyle({ overflow: 'hidden', width: '100%' }));
|
17115
17115
|
|
17116
17116
|
$$invalidate(4, indicatorListStyle = objToStyle({
|
17117
17117
|
display: 'flex',
|
package/dist/index.es.js
CHANGED
@@ -15469,7 +15469,7 @@ function get_each_context(ctx, list, i) {
|
|
15469
15469
|
return child_ctx;
|
15470
15470
|
}
|
15471
15471
|
|
15472
|
-
// (
|
15472
|
+
// (148:4) {#each indicators ?? [] as indicator, i}
|
15473
15473
|
function create_each_block(ctx) {
|
15474
15474
|
let button;
|
15475
15475
|
let i_1;
|
@@ -15833,7 +15833,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15833
15833
|
}
|
15834
15834
|
};
|
15835
15835
|
|
15836
|
-
$$invalidate(6, style = objToStyle({ overflow: '
|
15836
|
+
$$invalidate(6, style = objToStyle({ overflow: 'hidden', width: '100%' }));
|
15837
15837
|
|
15838
15838
|
$$invalidate(4, indicatorListStyle = objToStyle({
|
15839
15839
|
display: 'flex',
|