@plaidev/karte-action-sdk 1.1.232-28686916.d479e0f0 → 1.1.232-28688140.9024b817

Sign up to get free protection for your applications and to get access to all the features.
@@ -14491,7 +14491,7 @@ class CloseButton extends SvelteComponent {
14491
14491
  /* src/components-v2/image/Image.svelte generated by Svelte v3.53.1 */
14492
14492
 
14493
14493
  function add_css$4(target) {
14494
- append_styles(target, "svelte-vojroc", ".image.svelte-vojroc{display:flex;max-width:100%;align-items:center;justify-content:center;overflow:hidden}.image-object.svelte-vojroc{width:100%;overflow:hidden}.image-img.svelte-vojroc{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
14494
+ append_styles(target, "svelte-52a988", ".image.svelte-52a988{max-width:100%;overflow:hidden;flex-shrink:0}.image-object.svelte-52a988{width:100%;overflow:hidden}.image-img.svelte-52a988{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
14495
14495
  }
14496
14496
 
14497
14497
  function create_fragment$4(ctx) {
@@ -14526,11 +14526,11 @@ function create_fragment$4(ctx) {
14526
14526
  h() {
14527
14527
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
14528
14528
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
14529
- attr(img, "class", "image-img svelte-vojroc");
14529
+ attr(img, "class", "image-img svelte-52a988");
14530
14530
  attr(object, "style", /*objectStyle*/ ctx[2]);
14531
- attr(object, "class", "image-object svelte-vojroc");
14531
+ attr(object, "class", "image-object svelte-52a988");
14532
14532
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14533
- attr(div, "class", "image svelte-vojroc");
14533
+ attr(div, "class", "image svelte-52a988");
14534
14534
  attr(div, "style", /*style*/ ctx[3]);
14535
14535
  },
14536
14536
  m(target, anchor) {
package/dist/index.es.js CHANGED
@@ -13443,7 +13443,7 @@ class CloseButton extends SvelteComponent {
13443
13443
  /* src/components-v2/image/Image.svelte generated by Svelte v3.53.1 */
13444
13444
 
13445
13445
  function add_css$4(target) {
13446
- append_styles(target, "svelte-vojroc", ".image.svelte-vojroc{display:flex;max-width:100%;align-items:center;justify-content:center;overflow:hidden}.image-object.svelte-vojroc{width:100%;overflow:hidden}.image-img.svelte-vojroc{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
13446
+ append_styles(target, "svelte-52a988", ".image.svelte-52a988{max-width:100%;overflow:hidden;flex-shrink:0}.image-object.svelte-52a988{width:100%;overflow:hidden}.image-img.svelte-52a988{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
13447
13447
  }
13448
13448
 
13449
13449
  function create_fragment$4(ctx) {
@@ -13460,11 +13460,11 @@ function create_fragment$4(ctx) {
13460
13460
  img = element("img");
13461
13461
  if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
13462
13462
  attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
13463
- attr(img, "class", "image-img svelte-vojroc");
13463
+ attr(img, "class", "image-img svelte-52a988");
13464
13464
  attr(object, "style", /*objectStyle*/ ctx[2]);
13465
- attr(object, "class", "image-object svelte-vojroc");
13465
+ attr(object, "class", "image-object svelte-52a988");
13466
13466
  attr(div, "data-layer-id", /*layerId*/ ctx[1]);
13467
- attr(div, "class", "image svelte-vojroc");
13467
+ attr(div, "class", "image svelte-52a988");
13468
13468
  attr(div, "style", /*style*/ ctx[3]);
13469
13469
  },
13470
13470
  m(target, anchor) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.232-28686916.d479e0f0",
3
+ "version": "1.1.232-28688140.9024b817",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",