@plaidev/karte-action-sdk 1.0.40 → 1.0.41

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -873,7 +873,7 @@ function add_css$6(target) {
873
873
  append_styles(target, "svelte-1bxl6mz", ".modal.svelte-1bxl6mz{position:fixed;box-sizing:border-box;z-index:2147483647}.close.svelte-1bxl6mz{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1bxl6mz:hover{transform:rotate(90deg)}");
874
874
  }
875
875
 
876
- // (119:4) {#if closable}
876
+ // (130:4) {#if closable}
877
877
  function create_if_block(ctx) {
878
878
  let button;
879
879
  let svg;
@@ -925,7 +925,7 @@ function create_if_block(ctx) {
925
925
  };
926
926
  }
927
927
 
928
- // (106:0) <Animation {animation}>
928
+ // (117:0) <Animation {animation}>
929
929
  function create_default_slot$1(ctx) {
930
930
  let div;
931
931
  let t;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",