@plaidev/karte-action-sdk 1.1.242-28714750.c2012c9b → 1.1.242-28715754.d90c0be3

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.
@@ -326,7 +326,7 @@ const DefaultModalPlacement = {
326
326
  top: '0px',
327
327
  bottom: '0px',
328
328
  },
329
- backgroundOverlay: false,
329
+ backgroundOverlay: true,
330
330
  backgroundClick: { operation: 'closeApp', args: ['overlay'] },
331
331
  };
332
332
  /** @internal */
package/dist/index.es.js CHANGED
@@ -335,7 +335,7 @@ const DefaultModalPlacement = {
335
335
  top: '0px',
336
336
  bottom: '0px',
337
337
  },
338
- backgroundOverlay: false,
338
+ backgroundOverlay: true,
339
339
  backgroundClick: { operation: 'closeApp', args: ['overlay'] },
340
340
  };
341
341
  /** @internal */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.242-28714750.c2012c9b",
3
+ "version": "1.1.242-28715754.d90c0be3",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",