@plaidev/karte-action-sdk 1.1.258-28941378.374565d8 → 1.1.258-28968789.e27e27c5

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-28941378.374565d8",
3
+ "version": "1.1.258-28968789.e27e27c5",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -71,12 +71,13 @@
71
71
  "@types/serve-static": "^1.13.10",
72
72
  "brotli": "^1.3.3",
73
73
  "c8": "^7.12.0",
74
+ "csstype": "^3.1.3",
74
75
  "jsdom": "24.1.0",
75
76
  "isomorphic-fetch": "3.0.0",
76
77
  "listhen": "^0.2.13",
77
78
  "node-fetch": "2.6.7",
78
79
  "picocolors": "^1.0.0",
79
- "playwright": "1.46.0",
80
+ "playwright": "1.50.0",
80
81
  "preact": "10.5.7",
81
82
  "rimraf": "^3.0.2",
82
83
  "rollup": "^3.12.0",
@@ -90,12 +91,13 @@
90
91
  "svelte": "3.53.1",
91
92
  "svelte-check": "^2.2.7",
92
93
  "svelte-preprocess": "4.9.8",
94
+ "terser": "^5.37.0",
93
95
  "textlint": "^13.1.1",
94
96
  "textlint-plugin-tsdoc": "^0.1.0",
95
97
  "textlint-rule-preset-ja-spacing": "^2.3.0",
96
98
  "textlint-rule-preset-ja-technical-writing": "^7.0.0",
97
99
  "tslib": "^2.3.1",
98
- "tsx": "^4.19.1",
100
+ "tsx": "^4.19.2",
99
101
  "typescript": "^4.7.4",
100
102
  "vitepress": "1.0.0-alpha.30",
101
103
  "vitest": "latest",