@plaidev/karte-action-sdk 1.1.162-28019953.a861abc8 → 1.1.164-28021932.e96b0084
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 +3 -3
- package/dist/index.es.js +3 -3
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -5346,7 +5346,7 @@ function create_fragment$j(ctx) {
|
|
5346
5346
|
function instance$j($$self, $$props, $$invalidate) {
|
5347
5347
|
let $system;
|
5348
5348
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
5349
|
-
let { videoId = "
|
5349
|
+
let { videoId = "wt0OjOeX-JA" } = $$props;
|
5350
5350
|
let { sendEvent = true } = $$props;
|
5351
5351
|
let { autoplay = false } = $$props;
|
5352
5352
|
let { loop = false } = $$props;
|
@@ -8933,7 +8933,7 @@ class IconElement extends SvelteComponent {
|
|
8933
8933
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
8934
8934
|
|
8935
8935
|
function add_css$5(target) {
|
8936
|
-
append_styles(target, "svelte-
|
8936
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
8937
8937
|
}
|
8938
8938
|
|
8939
8939
|
function create_fragment$6(ctx) {
|
@@ -8969,7 +8969,7 @@ function create_fragment$6(ctx) {
|
|
8969
8969
|
this.h();
|
8970
8970
|
},
|
8971
8971
|
h() {
|
8972
|
-
attr(div, "class", "codeElement svelte-
|
8972
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
8973
8973
|
attr(div, "style", /*style*/ ctx[3]);
|
8974
8974
|
},
|
8975
8975
|
m(target, anchor) {
|
package/dist/index.es.js
CHANGED
@@ -5133,7 +5133,7 @@ function create_fragment$j(ctx) {
|
|
5133
5133
|
function instance$j($$self, $$props, $$invalidate) {
|
5134
5134
|
let $system;
|
5135
5135
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
5136
|
-
let { videoId = "
|
5136
|
+
let { videoId = "wt0OjOeX-JA" } = $$props;
|
5137
5137
|
let { sendEvent = true } = $$props;
|
5138
5138
|
let { autoplay = false } = $$props;
|
5139
5139
|
let { loop = false } = $$props;
|
@@ -8389,7 +8389,7 @@ class IconElement extends SvelteComponent {
|
|
8389
8389
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
8390
8390
|
|
8391
8391
|
function add_css$5(target) {
|
8392
|
-
append_styles(target, "svelte-
|
8392
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
8393
8393
|
}
|
8394
8394
|
|
8395
8395
|
function create_fragment$6(ctx) {
|
@@ -8415,7 +8415,7 @@ function create_fragment$6(ctx) {
|
|
8415
8415
|
c() {
|
8416
8416
|
div = element("div");
|
8417
8417
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
8418
|
-
attr(div, "class", "codeElement svelte-
|
8418
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
8419
8419
|
attr(div, "style", /*style*/ ctx[3]);
|
8420
8420
|
},
|
8421
8421
|
m(target, anchor) {
|