@plaidev/karte-action-sdk 1.0.33 → 1.0.34

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -302,7 +302,7 @@ const DefaultModalPlacement = {
302
302
  top: '0px',
303
303
  bottom: '0px',
304
304
  },
305
- backgroundOverlay: true,
305
+ backgroundOverlay: false,
306
306
  };
307
307
  const LengthUnits = ['px', 'em', 'rem', 'vw', 'fr', '%'];
308
308
  const Justifies = ['flex-start', 'center', 'flex-end'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",