@plaidev/karte-action-sdk 1.1.130-27959237.f0d1da74 → 1.1.130-27959366.bbbc1c28

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.
@@ -5919,7 +5919,7 @@ class FormTextarea extends SvelteComponent {
5919
5919
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
5920
5920
 
5921
5921
  function add_css$8(target) {
5922
- append_styles(target, "svelte-ekeah8", ".radio-buttons.svelte-ekeah8{display:flex;justify-content:space-evenly;flex-direction:column;width:100%;height:100%}.radio-button.svelte-ekeah8{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-ekeah8{appearance:none;margin:0;width:var(--size);height:var(--size);box-sizing:border-box;border-radius:var(--size);position:relative;background-color:var(--color-inactive);cursor:pointer;flex:none}.radio-button-input.svelte-ekeah8:checked{border:solid calc(var(--size) / 3) var(--color-active);background-color:#fff;box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-ekeah8{margin-left:0.5em}");
5922
+ append_styles(target, "svelte-17es5zb", ".radio-buttons.svelte-17es5zb{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17es5zb{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17es5zb{appearance:none;margin:0;width:var(--size);height:var(--size);box-sizing:border-box;border-radius:var(--size);position:relative;background-color:var(--color-inactive);cursor:pointer;flex:none}.radio-button-input.svelte-17es5zb:checked{border:solid calc(var(--size) / 3) var(--color-active);background-color:#fff;box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17es5zb{margin-left:0.5em}");
5923
5923
  }
5924
5924
 
5925
5925
  function get_each_context$4(ctx, list, i) {
@@ -5975,14 +5975,14 @@ function create_each_block$4(ctx) {
5975
5975
  },
5976
5976
  h() {
5977
5977
  attr(input, "type", "radio");
5978
- attr(input, "class", "radio-button-input svelte-ekeah8");
5978
+ attr(input, "class", "radio-button-input svelte-17es5zb");
5979
5979
  attr(input, "style", /*_buttonStyle*/ ctx[5]);
5980
5980
  attr(input, "name", /*name*/ ctx[0]);
5981
5981
  input.value = input_value_value = /*option*/ ctx[13];
5982
5982
  input.checked = input_checked_value = /*option*/ ctx[13] === /*_value*/ ctx[3];
5983
- attr(span, "class", "radio-button-text svelte-ekeah8");
5983
+ attr(span, "class", "radio-button-text svelte-17es5zb");
5984
5984
  attr(span, "style", /*textStyle*/ ctx[2]);
5985
- attr(label, "class", "radio-button svelte-ekeah8");
5985
+ attr(label, "class", "radio-button svelte-17es5zb");
5986
5986
  },
5987
5987
  m(target, anchor) {
5988
5988
  insert_hydration(target, label, anchor);
@@ -6061,7 +6061,7 @@ function create_fragment$8(ctx) {
6061
6061
  this.h();
6062
6062
  },
6063
6063
  h() {
6064
- attr(div, "class", "radio-buttons svelte-ekeah8");
6064
+ attr(div, "class", "radio-buttons svelte-17es5zb");
6065
6065
  attr(div, "style", /*layoutStyle*/ ctx[1]);
6066
6066
  },
6067
6067
  m(target, anchor) {
@@ -6523,7 +6523,7 @@ class FormSelect extends SvelteComponent {
6523
6523
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
6524
6524
 
6525
6525
  function add_css$6(target) {
6526
- append_styles(target, "svelte-8y6qqs", ".check-boxes.svelte-8y6qqs.svelte-8y6qqs{display:flex;justify-content:space-evenly;flex-direction:column;width:100%;height:100%}.check-box.svelte-8y6qqs.svelte-8y6qqs{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-8y6qqs.svelte-8y6qqs{width:0;height:0;margin:0}.check-box-check.svelte-8y6qqs.svelte-8y6qqs{display:inline-flex;background-color:var(--color-active);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-8y6qqs.svelte-8y6qqs{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-8y6qqs.svelte-8y6qqs:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:#fff}.check-box-check.svelte-8y6qqs.svelte-8y6qqs:not(._checked){background-color:var(--color-inactive)}.check-box-check.svelte-8y6qqs:not(._checked) .check-box-icon.svelte-8y6qqs{display:none}.check-box-text.svelte-8y6qqs.svelte-8y6qqs{margin-left:0.5em}");
6526
+ append_styles(target, "svelte-y5vmhx", ".check-boxes.svelte-y5vmhx.svelte-y5vmhx{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.check-box.svelte-y5vmhx.svelte-y5vmhx{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-y5vmhx.svelte-y5vmhx{width:0;height:0;margin:0}.check-box-check.svelte-y5vmhx.svelte-y5vmhx{display:inline-flex;background-color:var(--color-active);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-y5vmhx.svelte-y5vmhx{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-y5vmhx.svelte-y5vmhx:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:#fff}.check-box-check.svelte-y5vmhx.svelte-y5vmhx:not(._checked){background-color:var(--color-inactive)}.check-box-check.svelte-y5vmhx:not(._checked) .check-box-icon.svelte-y5vmhx{display:none}.check-box-text.svelte-y5vmhx.svelte-y5vmhx{margin-left:0.5em}");
6527
6527
  }
6528
6528
 
6529
6529
  function get_each_context$2(ctx, list, i) {
@@ -6584,20 +6584,20 @@ function create_each_block$2(ctx) {
6584
6584
  this.h();
6585
6585
  },
6586
6586
  h() {
6587
- attr(input, "class", "check-box-input svelte-8y6qqs");
6587
+ attr(input, "class", "check-box-input svelte-y5vmhx");
6588
6588
  attr(input, "type", "checkbox");
6589
6589
  attr(input, "name", /*name*/ ctx[0]);
6590
6590
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[15]];
6591
- attr(span0, "class", "check-box-icon svelte-8y6qqs");
6591
+ attr(span0, "class", "check-box-icon svelte-y5vmhx");
6592
6592
 
6593
6593
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[15]]
6594
6594
  ? ' _checked'
6595
- : ''}`) + " svelte-8y6qqs"));
6595
+ : ''}`) + " svelte-y5vmhx"));
6596
6596
 
6597
6597
  attr(span1, "style", /*_buttonStyle*/ ctx[5]);
6598
- attr(span2, "class", "check-box-text svelte-8y6qqs");
6598
+ attr(span2, "class", "check-box-text svelte-y5vmhx");
6599
6599
  attr(span2, "style", /*textStyle*/ ctx[2]);
6600
- attr(label, "class", "check-box svelte-8y6qqs");
6600
+ attr(label, "class", "check-box svelte-y5vmhx");
6601
6601
  },
6602
6602
  m(target, anchor) {
6603
6603
  insert_hydration(target, label, anchor);
@@ -6628,7 +6628,7 @@ function create_each_block$2(ctx) {
6628
6628
 
6629
6629
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[15]]
6630
6630
  ? ' _checked'
6631
- : ''}`) + " svelte-8y6qqs"))) {
6631
+ : ''}`) + " svelte-y5vmhx"))) {
6632
6632
  attr(span1, "class", span1_class_value);
6633
6633
  }
6634
6634
 
@@ -6681,7 +6681,7 @@ function create_fragment$6(ctx) {
6681
6681
  this.h();
6682
6682
  },
6683
6683
  h() {
6684
- attr(div, "class", "check-boxes svelte-8y6qqs");
6684
+ attr(div, "class", "check-boxes svelte-y5vmhx");
6685
6685
  attr(div, "style", /*layoutStyle*/ ctx[1]);
6686
6686
  },
6687
6687
  m(target, anchor) {
@@ -6836,7 +6836,7 @@ class FormCheckBoxes extends SvelteComponent {
6836
6836
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
6837
6837
 
6838
6838
  function add_css$5(target) {
6839
- append_styles(target, "svelte-11mvrhg", ".rating-buttons.svelte-11mvrhg{display:flex;justify-content:space-around;align-items:center;width:100%;height:100%}.rating-button.svelte-11mvrhg{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s}");
6839
+ append_styles(target, "svelte-176k37j", ".rating-buttons.svelte-176k37j{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-176k37j{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s}");
6840
6840
  }
6841
6841
 
6842
6842
  function get_each_context$1(ctx, list, i) {
@@ -6871,7 +6871,7 @@ function create_each_block$1(ctx) {
6871
6871
  this.h();
6872
6872
  },
6873
6873
  h() {
6874
- attr(div, "class", "rating-button svelte-11mvrhg");
6874
+ attr(div, "class", "rating-button svelte-176k37j");
6875
6875
  attr(div, "style", div_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[11] === /*_value*/ ctx[1]));
6876
6876
  },
6877
6877
  m(target, anchor) {
@@ -6934,7 +6934,7 @@ function create_fragment$5(ctx) {
6934
6934
  this.h();
6935
6935
  },
6936
6936
  h() {
6937
- attr(div, "class", "rating-buttons svelte-11mvrhg");
6937
+ attr(div, "class", "rating-buttons svelte-176k37j");
6938
6938
  },
6939
6939
  m(target, anchor) {
6940
6940
  insert_hydration(target, div, anchor);
package/dist/index.es.js CHANGED
@@ -5703,7 +5703,7 @@ class FormTextarea extends SvelteComponent {
5703
5703
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
5704
5704
 
5705
5705
  function add_css$8(target) {
5706
- append_styles(target, "svelte-ekeah8", ".radio-buttons.svelte-ekeah8{display:flex;justify-content:space-evenly;flex-direction:column;width:100%;height:100%}.radio-button.svelte-ekeah8{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-ekeah8{appearance:none;margin:0;width:var(--size);height:var(--size);box-sizing:border-box;border-radius:var(--size);position:relative;background-color:var(--color-inactive);cursor:pointer;flex:none}.radio-button-input.svelte-ekeah8:checked{border:solid calc(var(--size) / 3) var(--color-active);background-color:#fff;box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-ekeah8{margin-left:0.5em}");
5706
+ append_styles(target, "svelte-17es5zb", ".radio-buttons.svelte-17es5zb{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17es5zb{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17es5zb{appearance:none;margin:0;width:var(--size);height:var(--size);box-sizing:border-box;border-radius:var(--size);position:relative;background-color:var(--color-inactive);cursor:pointer;flex:none}.radio-button-input.svelte-17es5zb:checked{border:solid calc(var(--size) / 3) var(--color-active);background-color:#fff;box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17es5zb{margin-left:0.5em}");
5707
5707
  }
5708
5708
 
5709
5709
  function get_each_context$4(ctx, list, i) {
@@ -5736,14 +5736,14 @@ function create_each_block$4(ctx) {
5736
5736
  t1 = text(t1_value);
5737
5737
  t2 = space();
5738
5738
  attr(input, "type", "radio");
5739
- attr(input, "class", "radio-button-input svelte-ekeah8");
5739
+ attr(input, "class", "radio-button-input svelte-17es5zb");
5740
5740
  attr(input, "style", /*_buttonStyle*/ ctx[5]);
5741
5741
  attr(input, "name", /*name*/ ctx[0]);
5742
5742
  input.value = input_value_value = /*option*/ ctx[13];
5743
5743
  input.checked = input_checked_value = /*option*/ ctx[13] === /*_value*/ ctx[3];
5744
- attr(span, "class", "radio-button-text svelte-ekeah8");
5744
+ attr(span, "class", "radio-button-text svelte-17es5zb");
5745
5745
  attr(span, "style", /*textStyle*/ ctx[2]);
5746
- attr(label, "class", "radio-button svelte-ekeah8");
5746
+ attr(label, "class", "radio-button svelte-17es5zb");
5747
5747
  },
5748
5748
  m(target, anchor) {
5749
5749
  insert(target, label, anchor);
@@ -5808,7 +5808,7 @@ function create_fragment$8(ctx) {
5808
5808
  each_blocks[i].c();
5809
5809
  }
5810
5810
 
5811
- attr(div, "class", "radio-buttons svelte-ekeah8");
5811
+ attr(div, "class", "radio-buttons svelte-17es5zb");
5812
5812
  attr(div, "style", /*layoutStyle*/ ctx[1]);
5813
5813
  },
5814
5814
  m(target, anchor) {
@@ -6233,7 +6233,7 @@ class FormSelect extends SvelteComponent {
6233
6233
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
6234
6234
 
6235
6235
  function add_css$6(target) {
6236
- append_styles(target, "svelte-8y6qqs", ".check-boxes.svelte-8y6qqs.svelte-8y6qqs{display:flex;justify-content:space-evenly;flex-direction:column;width:100%;height:100%}.check-box.svelte-8y6qqs.svelte-8y6qqs{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-8y6qqs.svelte-8y6qqs{width:0;height:0;margin:0}.check-box-check.svelte-8y6qqs.svelte-8y6qqs{display:inline-flex;background-color:var(--color-active);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-8y6qqs.svelte-8y6qqs{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-8y6qqs.svelte-8y6qqs:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:#fff}.check-box-check.svelte-8y6qqs.svelte-8y6qqs:not(._checked){background-color:var(--color-inactive)}.check-box-check.svelte-8y6qqs:not(._checked) .check-box-icon.svelte-8y6qqs{display:none}.check-box-text.svelte-8y6qqs.svelte-8y6qqs{margin-left:0.5em}");
6236
+ append_styles(target, "svelte-y5vmhx", ".check-boxes.svelte-y5vmhx.svelte-y5vmhx{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.check-box.svelte-y5vmhx.svelte-y5vmhx{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-y5vmhx.svelte-y5vmhx{width:0;height:0;margin:0}.check-box-check.svelte-y5vmhx.svelte-y5vmhx{display:inline-flex;background-color:var(--color-active);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-y5vmhx.svelte-y5vmhx{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-y5vmhx.svelte-y5vmhx:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:#fff}.check-box-check.svelte-y5vmhx.svelte-y5vmhx:not(._checked){background-color:var(--color-inactive)}.check-box-check.svelte-y5vmhx:not(._checked) .check-box-icon.svelte-y5vmhx{display:none}.check-box-text.svelte-y5vmhx.svelte-y5vmhx{margin-left:0.5em}");
6237
6237
  }
6238
6238
 
6239
6239
  function get_each_context$2(ctx, list, i) {
@@ -6271,20 +6271,20 @@ function create_each_block$2(ctx) {
6271
6271
  span2 = element("span");
6272
6272
  t2 = text(t2_value);
6273
6273
  t3 = space();
6274
- attr(input, "class", "check-box-input svelte-8y6qqs");
6274
+ attr(input, "class", "check-box-input svelte-y5vmhx");
6275
6275
  attr(input, "type", "checkbox");
6276
6276
  attr(input, "name", /*name*/ ctx[0]);
6277
6277
  input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[15]];
6278
- attr(span0, "class", "check-box-icon svelte-8y6qqs");
6278
+ attr(span0, "class", "check-box-icon svelte-y5vmhx");
6279
6279
 
6280
6280
  attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[15]]
6281
6281
  ? ' _checked'
6282
- : ''}`) + " svelte-8y6qqs"));
6282
+ : ''}`) + " svelte-y5vmhx"));
6283
6283
 
6284
6284
  attr(span1, "style", /*_buttonStyle*/ ctx[5]);
6285
- attr(span2, "class", "check-box-text svelte-8y6qqs");
6285
+ attr(span2, "class", "check-box-text svelte-y5vmhx");
6286
6286
  attr(span2, "style", /*textStyle*/ ctx[2]);
6287
- attr(label, "class", "check-box svelte-8y6qqs");
6287
+ attr(label, "class", "check-box svelte-y5vmhx");
6288
6288
  },
6289
6289
  m(target, anchor) {
6290
6290
  insert(target, label, anchor);
@@ -6315,7 +6315,7 @@ function create_each_block$2(ctx) {
6315
6315
 
6316
6316
  if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[15]]
6317
6317
  ? ' _checked'
6318
- : ''}`) + " svelte-8y6qqs"))) {
6318
+ : ''}`) + " svelte-y5vmhx"))) {
6319
6319
  attr(span1, "class", span1_class_value);
6320
6320
  }
6321
6321
 
@@ -6354,7 +6354,7 @@ function create_fragment$6(ctx) {
6354
6354
  each_blocks[i].c();
6355
6355
  }
6356
6356
 
6357
- attr(div, "class", "check-boxes svelte-8y6qqs");
6357
+ attr(div, "class", "check-boxes svelte-y5vmhx");
6358
6358
  attr(div, "style", /*layoutStyle*/ ctx[1]);
6359
6359
  },
6360
6360
  m(target, anchor) {
@@ -6509,7 +6509,7 @@ class FormCheckBoxes extends SvelteComponent {
6509
6509
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
6510
6510
 
6511
6511
  function add_css$5(target) {
6512
- append_styles(target, "svelte-11mvrhg", ".rating-buttons.svelte-11mvrhg{display:flex;justify-content:space-around;align-items:center;width:100%;height:100%}.rating-button.svelte-11mvrhg{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s}");
6512
+ append_styles(target, "svelte-176k37j", ".rating-buttons.svelte-176k37j{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-176k37j{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s}");
6513
6513
  }
6514
6514
 
6515
6515
  function get_each_context$1(ctx, list, i) {
@@ -6533,7 +6533,7 @@ function create_each_block$1(ctx) {
6533
6533
  div = element("div");
6534
6534
  t0 = text(t0_value);
6535
6535
  t1 = space();
6536
- attr(div, "class", "rating-button svelte-11mvrhg");
6536
+ attr(div, "class", "rating-button svelte-176k37j");
6537
6537
  attr(div, "style", div_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[11] === /*_value*/ ctx[1]));
6538
6538
  },
6539
6539
  m(target, anchor) {
@@ -6582,7 +6582,7 @@ function create_fragment$5(ctx) {
6582
6582
  each_blocks[i].c();
6583
6583
  }
6584
6584
 
6585
- attr(div, "class", "rating-buttons svelte-11mvrhg");
6585
+ attr(div, "class", "rating-buttons svelte-176k37j");
6586
6586
  },
6587
6587
  m(target, anchor) {
6588
6588
  insert(target, div, anchor);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.130-27959237.f0d1da74",
3
+ "version": "1.1.130-27959366.bbbc1c28",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",