@plaidev/karte-action-sdk 1.1.172-28031252.106eae6b → 1.1.172-28031578.d24b20c2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3160,7 +3160,7 @@ class Button extends SvelteComponent {
3160
3160
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
3161
3161
 
3162
3162
  function add_css$q(target) {
3163
- append_styles(target, "svelte-67dbus", ".modal.svelte-67dbus{position:fixed;box-sizing:border-box;z-index:2147483647}.close.svelte-67dbus{position:absolute;top:0;right:0}.close.svelte-67dbus > .button{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-67dbus > .button:hover{transform:rotate(90deg)}.modal-content.svelte-67dbus{display:flex;justify-content:center;align-items:center}");
3163
+ append_styles(target, "svelte-yyiwdt", ".modal.svelte-yyiwdt{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-yyiwdt > .button{flex:auto;display:flex}.close.svelte-yyiwdt{position:absolute;top:0;right:0}.close.svelte-yyiwdt > .button{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-yyiwdt > .button:hover{transform:rotate(90deg)}.modal-content.svelte-yyiwdt{flex:auto;display:flex;justify-content:center;align-items:center}");
3164
3164
  }
3165
3165
 
3166
3166
  // (144:0) {#if visible}
@@ -3201,7 +3201,7 @@ function create_if_block$5(ctx) {
3201
3201
  this.h();
3202
3202
  },
3203
3203
  h() {
3204
- attr(div, "class", "modal svelte-67dbus");
3204
+ attr(div, "class", "modal svelte-yyiwdt");
3205
3205
  attr(div, "role", "dialog");
3206
3206
  attr(div, "aria-modal", "true");
3207
3207
  attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
@@ -3289,7 +3289,7 @@ function create_if_block_1$1(ctx) {
3289
3289
  this.h();
3290
3290
  },
3291
3291
  h() {
3292
- attr(div, "class", "close svelte-67dbus");
3292
+ attr(div, "class", "close svelte-yyiwdt");
3293
3293
  set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
3294
3294
  },
3295
3295
  m(target, anchor) {
@@ -3414,7 +3414,7 @@ function create_default_slot$6(ctx) {
3414
3414
  this.h();
3415
3415
  },
3416
3416
  h() {
3417
- attr(div, "class", "modal-content svelte-67dbus");
3417
+ attr(div, "class", "modal-content svelte-yyiwdt");
3418
3418
  attr(div, "style", /*_style*/ ctx[4]);
3419
3419
  },
3420
3420
  m(target, anchor) {
package/dist/index.es.js CHANGED
@@ -3186,7 +3186,7 @@ class Button extends SvelteComponent {
3186
3186
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
3187
3187
 
3188
3188
  function add_css$q(target) {
3189
- append_styles(target, "svelte-67dbus", ".modal.svelte-67dbus{position:fixed;box-sizing:border-box;z-index:2147483647}.close.svelte-67dbus{position:absolute;top:0;right:0}.close.svelte-67dbus > .button{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-67dbus > .button:hover{transform:rotate(90deg)}.modal-content.svelte-67dbus{display:flex;justify-content:center;align-items:center}");
3189
+ append_styles(target, "svelte-yyiwdt", ".modal.svelte-yyiwdt{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-yyiwdt > .button{flex:auto;display:flex}.close.svelte-yyiwdt{position:absolute;top:0;right:0}.close.svelte-yyiwdt > .button{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-yyiwdt > .button:hover{transform:rotate(90deg)}.modal-content.svelte-yyiwdt{flex:auto;display:flex;justify-content:center;align-items:center}");
3190
3190
  }
3191
3191
 
3192
3192
  // (144:0) {#if visible}
@@ -3211,7 +3211,7 @@ function create_if_block$5(ctx) {
3211
3211
  c() {
3212
3212
  div = element("div");
3213
3213
  create_component(button.$$.fragment);
3214
- attr(div, "class", "modal svelte-67dbus");
3214
+ attr(div, "class", "modal svelte-yyiwdt");
3215
3215
  attr(div, "role", "dialog");
3216
3216
  attr(div, "aria-modal", "true");
3217
3217
  attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
@@ -3289,7 +3289,7 @@ function create_if_block_1$1(ctx) {
3289
3289
  c() {
3290
3290
  div = element("div");
3291
3291
  create_component(button.$$.fragment);
3292
- attr(div, "class", "close svelte-67dbus");
3292
+ attr(div, "class", "close svelte-yyiwdt");
3293
3293
  set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
3294
3294
  },
3295
3295
  m(target, anchor) {
@@ -3378,7 +3378,7 @@ function create_default_slot$6(ctx) {
3378
3378
  t = space();
3379
3379
  div = element("div");
3380
3380
  if (default_slot) default_slot.c();
3381
- attr(div, "class", "modal-content svelte-67dbus");
3381
+ attr(div, "class", "modal-content svelte-yyiwdt");
3382
3382
  attr(div, "style", /*_style*/ ctx[4]);
3383
3383
  },
3384
3384
  m(target, anchor) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.172-28031252.106eae6b",
3
+ "version": "1.1.172-28031578.d24b20c2",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",