@plaidev/karte-action-sdk 1.1.258 → 1.1.259

Sign up to get free protection for your applications and to get access to all the features.
@@ -16714,7 +16714,7 @@ function get_each_context(ctx, list, i) {
16714
16714
  return child_ctx;
16715
16715
  }
16716
16716
 
16717
- // (151:4) {#each indicators ?? [] as indicator, i}
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: 'auto', width: '100%' }));
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
- // (151:4) {#each indicators ?? [] as indicator, i}
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: 'auto', width: '100%' }));
15836
+ $$invalidate(6, style = objToStyle({ overflow: 'hidden', width: '100%' }));
15837
15837
 
15838
15838
  $$invalidate(4, indicatorListStyle = objToStyle({
15839
15839
  display: 'flex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.258",
3
+ "version": "1.1.259",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",