@plaidev/karte-action-sdk 1.1.169-28029923.96828a50 → 1.1.169-28029944.966f8917

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  import 'svelte/easing';
2
2
  import { writable, get } from 'svelte/store';
3
3
  import { onMount as onMount$1, onDestroy as onDestroy$1, beforeUpdate as beforeUpdate$1, afterUpdate as afterUpdate$1, tick as tick$1, setContext, getContext, createEventDispatcher } from 'svelte';
4
- import { SvelteComponent, init, safe_not_equal, append_styles, create_slot, create_component, space, claim_component, claim_space, mount_component, insert_hydration, update_slot_base, get_all_dirty_from_scope, get_slot_changes, transition_in, transition_out, destroy_component, detach, empty, group_outros, check_outros, component_subscribe, element, claim_element, children, attr, noop, listen, null_to_empty, is_function, add_render_callback, create_in_transition, binding_callbacks, set_style, svg_element, claim_svg_element, append_hydration, destroy_each, text, claim_text, set_data, src_url_equal, HtmlTagHydration, claim_html_tag, construct_svelte_component } from 'svelte/internal';
4
+ import { SvelteComponent, init, safe_not_equal, append_styles, create_slot, create_component, space, claim_component, claim_space, mount_component, insert_hydration, update_slot_base, get_all_dirty_from_scope, get_slot_changes, transition_in, transition_out, destroy_component, detach, empty, group_outros, check_outros, component_subscribe, element, claim_element, children, attr, noop, listen, null_to_empty, is_function, add_render_callback, create_in_transition, binding_callbacks, set_style, svg_element, claim_svg_element, append_hydration, destroy_each, text, claim_text, set_data, src_url_equal, HtmlTagHydration, claim_html_tag, construct_svelte_component, subscribe } from 'svelte/internal';
5
5
 
6
6
  /** @internal */
7
7
  const PropTypes = [
@@ -8946,7 +8946,7 @@ function create_fragment$6(ctx) {
8946
8946
  return {
8947
8947
  props: {
8948
8948
  name: /*name*/ ctx[0],
8949
- data: /*data*/ ctx[2]
8949
+ data: /*$data*/ ctx[4]
8950
8950
  }
8951
8951
  };
8952
8952
  }
@@ -8980,7 +8980,7 @@ function create_fragment$6(ctx) {
8980
8980
  p(ctx, [dirty]) {
8981
8981
  const switch_instance_changes = {};
8982
8982
  if (dirty & /*name*/ 1) switch_instance_changes.name = /*name*/ ctx[0];
8983
- if (dirty & /*data*/ 4) switch_instance_changes.data = /*data*/ ctx[2];
8983
+ if (dirty & /*$data*/ 16) switch_instance_changes.data = /*$data*/ ctx[4];
8984
8984
 
8985
8985
  if (switch_value !== (switch_value = /*component*/ ctx[1])) {
8986
8986
  if (switch_instance) {
@@ -9027,19 +9027,25 @@ function create_fragment$6(ctx) {
9027
9027
  }
9028
9028
 
9029
9029
  function instance$6($$self, $$props, $$invalidate) {
9030
+ let $data,
9031
+ $$unsubscribe_data = noop,
9032
+ $$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
9033
+
9034
+ $$self.$$.on_destroy.push(() => $$unsubscribe_data());
9030
9035
  let { name } = $$props;
9031
9036
  let { component } = $$props;
9032
9037
  let { data } = $$props;
9038
+ $$subscribe_data();
9033
9039
  let { style } = $$props;
9034
9040
 
9035
9041
  $$self.$$set = $$props => {
9036
9042
  if ('name' in $$props) $$invalidate(0, name = $$props.name);
9037
9043
  if ('component' in $$props) $$invalidate(1, component = $$props.component);
9038
- if ('data' in $$props) $$invalidate(2, data = $$props.data);
9044
+ if ('data' in $$props) $$subscribe_data($$invalidate(2, data = $$props.data));
9039
9045
  if ('style' in $$props) $$invalidate(3, style = $$props.style);
9040
9046
  };
9041
9047
 
9042
- return [name, component, data, style];
9048
+ return [name, component, data, style, $data];
9043
9049
  }
9044
9050
 
9045
9051
  class CodeElement extends SvelteComponent {
package/dist/index.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { linear, elasticOut, cubicOut } from 'svelte/easing';
2
2
  import { writable, get } from 'svelte/store';
3
3
  import { onMount as onMount$1, onDestroy as onDestroy$1, beforeUpdate as beforeUpdate$1, afterUpdate as afterUpdate$1, tick as tick$1, setContext, getContext, createEventDispatcher } from 'svelte';
4
- import { SvelteComponent, init, safe_not_equal, append_styles, create_slot, create_component, space, mount_component, insert, update_slot_base, get_all_dirty_from_scope, get_slot_changes, transition_in, transition_out, destroy_component, detach, empty, group_outros, check_outros, component_subscribe, element, attr, noop, listen, null_to_empty, is_function, add_render_callback, create_in_transition, binding_callbacks, set_style, svg_element, append, destroy_each, text, set_data, src_url_equal, HtmlTag, construct_svelte_component } from 'svelte/internal';
4
+ import { SvelteComponent, init, safe_not_equal, append_styles, create_slot, create_component, space, mount_component, insert, update_slot_base, get_all_dirty_from_scope, get_slot_changes, transition_in, transition_out, destroy_component, detach, empty, group_outros, check_outros, component_subscribe, element, attr, noop, listen, null_to_empty, is_function, add_render_callback, create_in_transition, binding_callbacks, set_style, svg_element, append, destroy_each, text, set_data, src_url_equal, HtmlTag, construct_svelte_component, subscribe } from 'svelte/internal';
5
5
 
6
6
  /** @internal */
7
7
  const PropTypes = [
@@ -8402,7 +8402,7 @@ function create_fragment$6(ctx) {
8402
8402
  return {
8403
8403
  props: {
8404
8404
  name: /*name*/ ctx[0],
8405
- data: /*data*/ ctx[2]
8405
+ data: /*$data*/ ctx[4]
8406
8406
  }
8407
8407
  };
8408
8408
  }
@@ -8426,7 +8426,7 @@ function create_fragment$6(ctx) {
8426
8426
  p(ctx, [dirty]) {
8427
8427
  const switch_instance_changes = {};
8428
8428
  if (dirty & /*name*/ 1) switch_instance_changes.name = /*name*/ ctx[0];
8429
- if (dirty & /*data*/ 4) switch_instance_changes.data = /*data*/ ctx[2];
8429
+ if (dirty & /*$data*/ 16) switch_instance_changes.data = /*$data*/ ctx[4];
8430
8430
 
8431
8431
  if (switch_value !== (switch_value = /*component*/ ctx[1])) {
8432
8432
  if (switch_instance) {
@@ -8473,19 +8473,25 @@ function create_fragment$6(ctx) {
8473
8473
  }
8474
8474
 
8475
8475
  function instance$6($$self, $$props, $$invalidate) {
8476
+ let $data,
8477
+ $$unsubscribe_data = noop,
8478
+ $$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
8479
+
8480
+ $$self.$$.on_destroy.push(() => $$unsubscribe_data());
8476
8481
  let { name } = $$props;
8477
8482
  let { component } = $$props;
8478
8483
  let { data } = $$props;
8484
+ $$subscribe_data();
8479
8485
  let { style } = $$props;
8480
8486
 
8481
8487
  $$self.$$set = $$props => {
8482
8488
  if ('name' in $$props) $$invalidate(0, name = $$props.name);
8483
8489
  if ('component' in $$props) $$invalidate(1, component = $$props.component);
8484
- if ('data' in $$props) $$invalidate(2, data = $$props.data);
8490
+ if ('data' in $$props) $$subscribe_data($$invalidate(2, data = $$props.data));
8485
8491
  if ('style' in $$props) $$invalidate(3, style = $$props.style);
8486
8492
  };
8487
8493
 
8488
- return [name, component, data, style];
8494
+ return [name, component, data, style, $data];
8489
8495
  }
8490
8496
 
8491
8497
  class CodeElement extends SvelteComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.169-28029923.96828a50",
3
+ "version": "1.1.169-28029944.966f8917",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",