@plaidev/karte-action-sdk 1.1.187-28132692.0513fdce → 1.1.188-28152496.9b97f7e1
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.
- package/dist/hydrate/index.es.js +4 -4
- package/dist/index.es.js +4 -4
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -10523,7 +10523,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
10523
10523
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
10524
10524
|
|
10525
10525
|
function add_css(target) {
|
10526
|
-
append_styles(target, "svelte-
|
10526
|
+
append_styles(target, "svelte-1um32br", ".image-block.svelte-1um32br{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.image.svelte-1um32br{width:100%;height:100%}.transport.svelte-1um32br:hover,.transport.svelte-1um32br:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
10527
10527
|
}
|
10528
10528
|
|
10529
10529
|
function create_fragment(ctx) {
|
@@ -10558,14 +10558,14 @@ function create_fragment(ctx) {
|
|
10558
10558
|
this.h();
|
10559
10559
|
},
|
10560
10560
|
h() {
|
10561
|
-
attr(img, "class", "image svelte-
|
10561
|
+
attr(img, "class", "image svelte-1um32br");
|
10562
10562
|
attr(img, "loading", "lazy");
|
10563
10563
|
attr(img, "width", "auto");
|
10564
10564
|
attr(img, "height", "auto");
|
10565
10565
|
attr(img, "style", /*_imageStyle*/ ctx[3]);
|
10566
10566
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
10567
10567
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10568
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10568
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"));
|
10569
10569
|
attr(div, "style", /*_style*/ ctx[4]);
|
10570
10570
|
},
|
10571
10571
|
m(target, anchor) {
|
@@ -10590,7 +10590,7 @@ function create_fragment(ctx) {
|
|
10590
10590
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10591
10591
|
}
|
10592
10592
|
|
10593
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10593
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"))) {
|
10594
10594
|
attr(div, "class", div_class_value);
|
10595
10595
|
}
|
10596
10596
|
|
package/dist/index.es.js
CHANGED
@@ -9905,7 +9905,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
9905
9905
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
9906
9906
|
|
9907
9907
|
function add_css(target) {
|
9908
|
-
append_styles(target, "svelte-
|
9908
|
+
append_styles(target, "svelte-1um32br", ".image-block.svelte-1um32br{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.image.svelte-1um32br{width:100%;height:100%}.transport.svelte-1um32br:hover,.transport.svelte-1um32br:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
9909
9909
|
}
|
9910
9910
|
|
9911
9911
|
function create_fragment(ctx) {
|
@@ -9920,14 +9920,14 @@ function create_fragment(ctx) {
|
|
9920
9920
|
c() {
|
9921
9921
|
div = element("div");
|
9922
9922
|
img = element("img");
|
9923
|
-
attr(img, "class", "image svelte-
|
9923
|
+
attr(img, "class", "image svelte-1um32br");
|
9924
9924
|
attr(img, "loading", "lazy");
|
9925
9925
|
attr(img, "width", "auto");
|
9926
9926
|
attr(img, "height", "auto");
|
9927
9927
|
attr(img, "style", /*_imageStyle*/ ctx[3]);
|
9928
9928
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
9929
9929
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9930
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9930
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"));
|
9931
9931
|
attr(div, "style", /*_style*/ ctx[4]);
|
9932
9932
|
},
|
9933
9933
|
m(target, anchor) {
|
@@ -9952,7 +9952,7 @@ function create_fragment(ctx) {
|
|
9952
9952
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9953
9953
|
}
|
9954
9954
|
|
9955
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9955
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"))) {
|
9956
9956
|
attr(div, "class", div_class_value);
|
9957
9957
|
}
|
9958
9958
|
|