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

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.
@@ -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, subscribe } 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 } 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[4]
8949
+ data: /*data*/ ctx[2]
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*/ 16) switch_instance_changes.data = /*$data*/ ctx[4];
8983
+ if (dirty & /*data*/ 4) switch_instance_changes.data = /*data*/ ctx[2];
8984
8984
 
8985
8985
  if (switch_value !== (switch_value = /*component*/ ctx[1])) {
8986
8986
  if (switch_instance) {
@@ -9027,25 +9027,19 @@ 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());
9035
9030
  let { name } = $$props;
9036
9031
  let { component } = $$props;
9037
9032
  let { data } = $$props;
9038
- $$subscribe_data();
9039
9033
  let { style } = $$props;
9040
9034
 
9041
9035
  $$self.$$set = $$props => {
9042
9036
  if ('name' in $$props) $$invalidate(0, name = $$props.name);
9043
9037
  if ('component' in $$props) $$invalidate(1, component = $$props.component);
9044
- if ('data' in $$props) $$subscribe_data($$invalidate(2, data = $$props.data));
9038
+ if ('data' in $$props) $$invalidate(2, data = $$props.data);
9045
9039
  if ('style' in $$props) $$invalidate(3, style = $$props.style);
9046
9040
  };
9047
9041
 
9048
- return [name, component, data, style, $data];
9042
+ return [name, component, data, style];
9049
9043
  }
9050
9044
 
9051
9045
  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, subscribe } 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 } 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[4]
8405
+ data: /*data*/ ctx[2]
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*/ 16) switch_instance_changes.data = /*$data*/ ctx[4];
8429
+ if (dirty & /*data*/ 4) switch_instance_changes.data = /*data*/ ctx[2];
8430
8430
 
8431
8431
  if (switch_value !== (switch_value = /*component*/ ctx[1])) {
8432
8432
  if (switch_instance) {
@@ -8473,25 +8473,19 @@ 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());
8481
8476
  let { name } = $$props;
8482
8477
  let { component } = $$props;
8483
8478
  let { data } = $$props;
8484
- $$subscribe_data();
8485
8479
  let { style } = $$props;
8486
8480
 
8487
8481
  $$self.$$set = $$props => {
8488
8482
  if ('name' in $$props) $$invalidate(0, name = $$props.name);
8489
8483
  if ('component' in $$props) $$invalidate(1, component = $$props.component);
8490
- if ('data' in $$props) $$subscribe_data($$invalidate(2, data = $$props.data));
8484
+ if ('data' in $$props) $$invalidate(2, data = $$props.data);
8491
8485
  if ('style' in $$props) $$invalidate(3, style = $$props.style);
8492
8486
  };
8493
8487
 
8494
- return [name, component, data, style, $data];
8488
+ return [name, component, data, style];
8495
8489
  }
8496
8490
 
8497
8491
  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-28029944.966f8917",
3
+ "version": "1.1.169",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",