@plaidev/karte-action-sdk 1.1.156-28003933.dfbabd41 → 1.1.156-28004317.e22f6b82

Sign up to get free protection for your applications and to get access to all the features.
@@ -4225,7 +4225,7 @@ function add_css$n(target) {
4225
4225
  append_styles(target, "svelte-13cs3g2", ".text-element-wrapper.svelte-13cs3g2.svelte-13cs3g2{position:relative;height:100%}.text-element.svelte-13cs3g2.svelte-13cs3g2{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto}.text-element-inner.svelte-13cs3g2.svelte-13cs3g2{width:100%;height:auto}.text-direction-vertical.svelte-13cs3g2.svelte-13cs3g2{writing-mode:vertical-rl}.text-direction-vertical.svelte-13cs3g2 .text-element-inner.svelte-13cs3g2{width:auto;height:100%}.tooltip.svelte-13cs3g2.svelte-13cs3g2{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-13cs3g2.svelte-13cs3g2:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-13cs3g2.svelte-13cs3g2{display:block}.tooltip-error.svelte-13cs3g2.svelte-13cs3g2{background-color:#c00}.tooltip-error.svelte-13cs3g2.svelte-13cs3g2:before{border-bottom:7px solid #c00}");
4226
4226
  }
4227
4227
 
4228
- // (59:2) {#if enableCopy}
4228
+ // (58:2) {#if enableCopy}
4229
4229
  function create_if_block$3(ctx) {
4230
4230
  let div0;
4231
4231
  let t0;
@@ -5856,7 +5856,7 @@ function get_each_context$5(ctx, list, i) {
5856
5856
  return child_ctx;
5857
5857
  }
5858
5858
 
5859
- // (88:2) {#each _options as option, i}
5859
+ // (89:2) {#each _options as option, i}
5860
5860
  function create_each_block$5(ctx) {
5861
5861
  let label;
5862
5862
  let input;
@@ -5959,6 +5959,9 @@ function create_each_block$5(ctx) {
5959
5959
 
5960
5960
  function create_fragment$f(ctx) {
5961
5961
  let div;
5962
+ let link;
5963
+ let link_href_value;
5964
+ let t;
5962
5965
  let each_value = /*_options*/ ctx[4];
5963
5966
  let each_blocks = [];
5964
5967
 
@@ -5969,6 +5972,8 @@ function create_fragment$f(ctx) {
5969
5972
  return {
5970
5973
  c() {
5971
5974
  div = element("div");
5975
+ link = element("link");
5976
+ t = space();
5972
5977
 
5973
5978
  for (let i = 0; i < each_blocks.length; i += 1) {
5974
5979
  each_blocks[i].c();
@@ -5979,6 +5984,8 @@ function create_fragment$f(ctx) {
5979
5984
  l(nodes) {
5980
5985
  div = claim_element(nodes, "DIV", { class: true, style: true });
5981
5986
  var div_nodes = children(div);
5987
+ link = claim_element(div_nodes, "LINK", { href: true, rel: true });
5988
+ t = claim_space(div_nodes);
5982
5989
 
5983
5990
  for (let i = 0; i < each_blocks.length; i += 1) {
5984
5991
  each_blocks[i].l(div_nodes);
@@ -5988,17 +5995,25 @@ function create_fragment$f(ctx) {
5988
5995
  this.h();
5989
5996
  },
5990
5997
  h() {
5998
+ attr(link, "href", link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${/*_options*/ ctx[4].join('')}`);
5999
+ attr(link, "rel", "stylesheet");
5991
6000
  attr(div, "class", "radio-buttons svelte-17s08g");
5992
6001
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
5993
6002
  },
5994
6003
  m(target, anchor) {
5995
6004
  insert_hydration(target, div, anchor);
6005
+ append_hydration(div, link);
6006
+ append_hydration(div, t);
5996
6007
 
5997
6008
  for (let i = 0; i < each_blocks.length; i += 1) {
5998
6009
  each_blocks[i].m(div, null);
5999
6010
  }
6000
6011
  },
6001
6012
  p(ctx, [dirty]) {
6013
+ if (dirty & /*_options*/ 16 && link_href_value !== (link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${/*_options*/ ctx[4].join('')}`)) {
6014
+ attr(link, "href", link_href_value);
6015
+ }
6016
+
6002
6017
  if (dirty & /*_textStyle, _options, buttonStyle, name, _value, handleChange*/ 189) {
6003
6018
  each_value = /*_options*/ ctx[4];
6004
6019
  let i;
@@ -6157,7 +6172,7 @@ function get_each_context$4(ctx, list, i) {
6157
6172
  return child_ctx;
6158
6173
  }
6159
6174
 
6160
- // (98:10) {:else}
6175
+ // (99:10) {:else}
6161
6176
  function create_else_block(ctx) {
6162
6177
  let t;
6163
6178
 
@@ -6180,7 +6195,7 @@ function create_else_block(ctx) {
6180
6195
  };
6181
6196
  }
6182
6197
 
6183
- // (96:10) {#if option}
6198
+ // (97:10) {#if option}
6184
6199
  function create_if_block$2(ctx) {
6185
6200
  let t_value = /*option*/ ctx[18] + "";
6186
6201
  let t;
@@ -6204,7 +6219,7 @@ function create_if_block$2(ctx) {
6204
6219
  };
6205
6220
  }
6206
6221
 
6207
- // (94:6) {#each _options as option, i}
6222
+ // (95:6) {#each _options as option, i}
6208
6223
  function create_each_block$4(ctx) {
6209
6224
  let option;
6210
6225
  let t;
@@ -6275,8 +6290,11 @@ function create_each_block$4(ctx) {
6275
6290
 
6276
6291
  function create_fragment$e(ctx) {
6277
6292
  let div1;
6293
+ let link;
6294
+ let link_href_value;
6295
+ let t0;
6278
6296
  let select;
6279
- let t;
6297
+ let t1;
6280
6298
  let div0;
6281
6299
  let mounted;
6282
6300
  let dispose;
@@ -6290,19 +6308,23 @@ function create_fragment$e(ctx) {
6290
6308
  return {
6291
6309
  c() {
6292
6310
  div1 = element("div");
6311
+ link = element("link");
6312
+ t0 = space();
6293
6313
  select = element("select");
6294
6314
 
6295
6315
  for (let i = 0; i < each_blocks.length; i += 1) {
6296
6316
  each_blocks[i].c();
6297
6317
  }
6298
6318
 
6299
- t = space();
6319
+ t1 = space();
6300
6320
  div0 = element("div");
6301
6321
  this.h();
6302
6322
  },
6303
6323
  l(nodes) {
6304
6324
  div1 = claim_element(nodes, "DIV", { class: true, style: true });
6305
6325
  var div1_nodes = children(div1);
6326
+ link = claim_element(div1_nodes, "LINK", { href: true, rel: true });
6327
+ t0 = claim_space(div1_nodes);
6306
6328
  select = claim_element(div1_nodes, "SELECT", { class: true, style: true });
6307
6329
  var select_nodes = children(select);
6308
6330
 
@@ -6311,13 +6333,15 @@ function create_fragment$e(ctx) {
6311
6333
  }
6312
6334
 
6313
6335
  select_nodes.forEach(detach);
6314
- t = claim_space(div1_nodes);
6336
+ t1 = claim_space(div1_nodes);
6315
6337
  div0 = claim_element(div1_nodes, "DIV", { class: true });
6316
6338
  children(div0).forEach(detach);
6317
6339
  div1_nodes.forEach(detach);
6318
6340
  this.h();
6319
6341
  },
6320
6342
  h() {
6343
+ attr(link, "href", link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${[/*placeholder*/ ctx[0], .../*_options*/ ctx[4]].join('')}`);
6344
+ attr(link, "rel", "stylesheet");
6321
6345
  attr(select, "class", "select-select svelte-1n4ag74");
6322
6346
  attr(select, "style", /*style*/ ctx[3]);
6323
6347
  attr(div0, "class", "select-icon svelte-1n4ag74");
@@ -6326,13 +6350,15 @@ function create_fragment$e(ctx) {
6326
6350
  },
6327
6351
  m(target, anchor) {
6328
6352
  insert_hydration(target, div1, anchor);
6353
+ append_hydration(div1, link);
6354
+ append_hydration(div1, t0);
6329
6355
  append_hydration(div1, select);
6330
6356
 
6331
6357
  for (let i = 0; i < each_blocks.length; i += 1) {
6332
6358
  each_blocks[i].m(select, null);
6333
6359
  }
6334
6360
 
6335
- append_hydration(div1, t);
6361
+ append_hydration(div1, t1);
6336
6362
  append_hydration(div1, div0);
6337
6363
 
6338
6364
  if (!mounted) {
@@ -6341,6 +6367,10 @@ function create_fragment$e(ctx) {
6341
6367
  }
6342
6368
  },
6343
6369
  p(ctx, [dirty]) {
6370
+ if (dirty & /*placeholder, _options*/ 17 && link_href_value !== (link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${[/*placeholder*/ ctx[0], .../*_options*/ ctx[4]].join('')}`)) {
6371
+ attr(link, "href", link_href_value);
6372
+ }
6373
+
6344
6374
  if (dirty & /*_options, _value, placeholder*/ 19) {
6345
6375
  each_value = /*_options*/ ctx[4];
6346
6376
  let i;
@@ -6525,7 +6555,7 @@ function get_each_context$3(ctx, list, i) {
6525
6555
  return child_ctx;
6526
6556
  }
6527
6557
 
6528
- // (94:2) {#each _options as option, i}
6558
+ // (95:2) {#each _options as option, i}
6529
6559
  function create_each_block$3(ctx) {
6530
6560
  let label;
6531
6561
  let input;
@@ -6644,6 +6674,9 @@ function create_each_block$3(ctx) {
6644
6674
 
6645
6675
  function create_fragment$d(ctx) {
6646
6676
  let div;
6677
+ let link;
6678
+ let link_href_value;
6679
+ let t;
6647
6680
  let each_value = /*_options*/ ctx[3];
6648
6681
  let each_blocks = [];
6649
6682
 
@@ -6654,6 +6687,8 @@ function create_fragment$d(ctx) {
6654
6687
  return {
6655
6688
  c() {
6656
6689
  div = element("div");
6690
+ link = element("link");
6691
+ t = space();
6657
6692
 
6658
6693
  for (let i = 0; i < each_blocks.length; i += 1) {
6659
6694
  each_blocks[i].c();
@@ -6664,6 +6699,8 @@ function create_fragment$d(ctx) {
6664
6699
  l(nodes) {
6665
6700
  div = claim_element(nodes, "DIV", { class: true, style: true });
6666
6701
  var div_nodes = children(div);
6702
+ link = claim_element(div_nodes, "LINK", { href: true, rel: true });
6703
+ t = claim_space(div_nodes);
6667
6704
 
6668
6705
  for (let i = 0; i < each_blocks.length; i += 1) {
6669
6706
  each_blocks[i].l(div_nodes);
@@ -6673,17 +6710,25 @@ function create_fragment$d(ctx) {
6673
6710
  this.h();
6674
6711
  },
6675
6712
  h() {
6713
+ attr(link, "href", link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${/*_options*/ ctx[3].join('')}`);
6714
+ attr(link, "rel", "stylesheet");
6676
6715
  attr(div, "class", "check-boxes svelte-o1ztcf");
6677
6716
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
6678
6717
  },
6679
6718
  m(target, anchor) {
6680
6719
  insert_hydration(target, div, anchor);
6720
+ append_hydration(div, link);
6721
+ append_hydration(div, t);
6681
6722
 
6682
6723
  for (let i = 0; i < each_blocks.length; i += 1) {
6683
6724
  each_blocks[i].m(div, null);
6684
6725
  }
6685
6726
  },
6686
6727
  p(ctx, [dirty]) {
6728
+ if (dirty & /*_options*/ 8 && link_href_value !== (link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${/*_options*/ ctx[3].join('')}`)) {
6729
+ attr(link, "href", link_href_value);
6730
+ }
6731
+
6687
6732
  if (dirty & /*_textStyle, _options, isCheckedArray, styleVariables, name, handleChange*/ 189) {
6688
6733
  each_value = /*_options*/ ctx[3];
6689
6734
  let i;
@@ -6847,7 +6892,7 @@ function get_each_context$2(ctx, list, i) {
6847
6892
  return child_ctx;
6848
6893
  }
6849
6894
 
6850
- // (50:2) {#each [...Array(count).keys()].map(i => i + 1) as i}
6895
+ // (52:2) {#each [...Array(count).keys()].map(i => i + 1) as i}
6851
6896
  function create_each_block$2(ctx) {
6852
6897
  let div;
6853
6898
  let t0_value = /*i*/ ctx[11] + "";
@@ -6907,6 +6952,8 @@ function create_each_block$2(ctx) {
6907
6952
 
6908
6953
  function create_fragment$c(ctx) {
6909
6954
  let div;
6955
+ let link;
6956
+ let t;
6910
6957
  let each_value = [...Array(/*count*/ ctx[0]).keys()].map(func$1);
6911
6958
  let each_blocks = [];
6912
6959
 
@@ -6917,6 +6964,8 @@ function create_fragment$c(ctx) {
6917
6964
  return {
6918
6965
  c() {
6919
6966
  div = element("div");
6967
+ link = element("link");
6968
+ t = space();
6920
6969
 
6921
6970
  for (let i = 0; i < each_blocks.length; i += 1) {
6922
6971
  each_blocks[i].c();
@@ -6927,6 +6976,8 @@ function create_fragment$c(ctx) {
6927
6976
  l(nodes) {
6928
6977
  div = claim_element(nodes, "DIV", { class: true });
6929
6978
  var div_nodes = children(div);
6979
+ link = claim_element(div_nodes, "LINK", { href: true, rel: true });
6980
+ t = claim_space(div_nodes);
6930
6981
 
6931
6982
  for (let i = 0; i < each_blocks.length; i += 1) {
6932
6983
  each_blocks[i].l(div_nodes);
@@ -6936,10 +6987,14 @@ function create_fragment$c(ctx) {
6936
6987
  this.h();
6937
6988
  },
6938
6989
  h() {
6990
+ attr(link, "href", `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=0123456789`);
6991
+ attr(link, "rel", "stylesheet");
6939
6992
  attr(div, "class", "rating-buttons svelte-176k37j");
6940
6993
  },
6941
6994
  m(target, anchor) {
6942
6995
  insert_hydration(target, div, anchor);
6996
+ append_hydration(div, link);
6997
+ append_hydration(div, t);
6943
6998
 
6944
6999
  for (let i = 0; i < each_blocks.length; i += 1) {
6945
7000
  each_blocks[i].m(div, null);
@@ -6986,8 +7041,8 @@ function instance$c($$self, $$props, $$invalidate) {
6986
7041
  let { name = '' } = $$props;
6987
7042
  let { required = false } = $$props;
6988
7043
  let { count = 5 } = $$props;
6989
- let { buttonStyle = 'width: 32px; height: 32px; font-size: 12px; font-weight: bold; border-radius: 17px; color: #333; background-color: rgba(0, 16, 14, 0.06); box-shadow: none;' } = $$props;
6990
- let { buttonActiveStyle = 'color: #333; background-color: #2aab9f; box-shadow: 0px 0px 0px rgba(0, 16, 14, 0.03), 0px 8px 16px rgba(0, 16, 14, 0.3);' } = $$props;
7044
+ let { buttonStyle = 'width: 32px; height: 32px; font-size: 12px; font-weight: bold; border-radius: 17px; color: #333; background-color: rgba(0, 16, 14, 0.06); box-shadow: 0px 0px 16px 0px rgba(0, 16, 14, 0);' } = $$props;
7045
+ let { buttonActiveStyle = 'color: #333; background-color: #2aab9f; box-shadow: 0px 8px 16px 0px rgba(0, 16, 14, 0.3);' } = $$props;
6991
7046
  const { path: statePath } = getStateItemContext();
6992
7047
 
6993
7048
  const value = registerInput({
package/dist/index.es.js CHANGED
@@ -4135,7 +4135,7 @@ function add_css$n(target) {
4135
4135
  append_styles(target, "svelte-13cs3g2", ".text-element-wrapper.svelte-13cs3g2.svelte-13cs3g2{position:relative;height:100%}.text-element.svelte-13cs3g2.svelte-13cs3g2{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto}.text-element-inner.svelte-13cs3g2.svelte-13cs3g2{width:100%;height:auto}.text-direction-vertical.svelte-13cs3g2.svelte-13cs3g2{writing-mode:vertical-rl}.text-direction-vertical.svelte-13cs3g2 .text-element-inner.svelte-13cs3g2{width:auto;height:100%}.tooltip.svelte-13cs3g2.svelte-13cs3g2{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-13cs3g2.svelte-13cs3g2:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-13cs3g2.svelte-13cs3g2{display:block}.tooltip-error.svelte-13cs3g2.svelte-13cs3g2{background-color:#c00}.tooltip-error.svelte-13cs3g2.svelte-13cs3g2:before{border-bottom:7px solid #c00}");
4136
4136
  }
4137
4137
 
4138
- // (59:2) {#if enableCopy}
4138
+ // (58:2) {#if enableCopy}
4139
4139
  function create_if_block$3(ctx) {
4140
4140
  let div0;
4141
4141
  let t1;
@@ -5615,7 +5615,7 @@ function get_each_context$5(ctx, list, i) {
5615
5615
  return child_ctx;
5616
5616
  }
5617
5617
 
5618
- // (88:2) {#each _options as option, i}
5618
+ // (89:2) {#each _options as option, i}
5619
5619
  function create_each_block$5(ctx) {
5620
5620
  let label;
5621
5621
  let input;
@@ -5695,6 +5695,9 @@ function create_each_block$5(ctx) {
5695
5695
 
5696
5696
  function create_fragment$f(ctx) {
5697
5697
  let div;
5698
+ let link;
5699
+ let link_href_value;
5700
+ let t;
5698
5701
  let each_value = /*_options*/ ctx[4];
5699
5702
  let each_blocks = [];
5700
5703
 
@@ -5705,22 +5708,32 @@ function create_fragment$f(ctx) {
5705
5708
  return {
5706
5709
  c() {
5707
5710
  div = element("div");
5711
+ link = element("link");
5712
+ t = space();
5708
5713
 
5709
5714
  for (let i = 0; i < each_blocks.length; i += 1) {
5710
5715
  each_blocks[i].c();
5711
5716
  }
5712
5717
 
5718
+ attr(link, "href", link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${/*_options*/ ctx[4].join('')}`);
5719
+ attr(link, "rel", "stylesheet");
5713
5720
  attr(div, "class", "radio-buttons svelte-17s08g");
5714
5721
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
5715
5722
  },
5716
5723
  m(target, anchor) {
5717
5724
  insert(target, div, anchor);
5725
+ append(div, link);
5726
+ append(div, t);
5718
5727
 
5719
5728
  for (let i = 0; i < each_blocks.length; i += 1) {
5720
5729
  each_blocks[i].m(div, null);
5721
5730
  }
5722
5731
  },
5723
5732
  p(ctx, [dirty]) {
5733
+ if (dirty & /*_options*/ 16 && link_href_value !== (link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${/*_options*/ ctx[4].join('')}`)) {
5734
+ attr(link, "href", link_href_value);
5735
+ }
5736
+
5724
5737
  if (dirty & /*_textStyle, _options, buttonStyle, name, _value, handleChange*/ 189) {
5725
5738
  each_value = /*_options*/ ctx[4];
5726
5739
  let i;
@@ -5879,7 +5892,7 @@ function get_each_context$4(ctx, list, i) {
5879
5892
  return child_ctx;
5880
5893
  }
5881
5894
 
5882
- // (98:10) {:else}
5895
+ // (99:10) {:else}
5883
5896
  function create_else_block(ctx) {
5884
5897
  let t;
5885
5898
 
@@ -5899,7 +5912,7 @@ function create_else_block(ctx) {
5899
5912
  };
5900
5913
  }
5901
5914
 
5902
- // (96:10) {#if option}
5915
+ // (97:10) {#if option}
5903
5916
  function create_if_block$2(ctx) {
5904
5917
  let t_value = /*option*/ ctx[18] + "";
5905
5918
  let t;
@@ -5920,7 +5933,7 @@ function create_if_block$2(ctx) {
5920
5933
  };
5921
5934
  }
5922
5935
 
5923
- // (94:6) {#each _options as option, i}
5936
+ // (95:6) {#each _options as option, i}
5924
5937
  function create_each_block$4(ctx) {
5925
5938
  let option;
5926
5939
  let t;
@@ -5980,8 +5993,11 @@ function create_each_block$4(ctx) {
5980
5993
 
5981
5994
  function create_fragment$e(ctx) {
5982
5995
  let div1;
5996
+ let link;
5997
+ let link_href_value;
5998
+ let t0;
5983
5999
  let select;
5984
- let t;
6000
+ let t1;
5985
6001
  let div0;
5986
6002
  let mounted;
5987
6003
  let dispose;
@@ -5995,14 +6011,18 @@ function create_fragment$e(ctx) {
5995
6011
  return {
5996
6012
  c() {
5997
6013
  div1 = element("div");
6014
+ link = element("link");
6015
+ t0 = space();
5998
6016
  select = element("select");
5999
6017
 
6000
6018
  for (let i = 0; i < each_blocks.length; i += 1) {
6001
6019
  each_blocks[i].c();
6002
6020
  }
6003
6021
 
6004
- t = space();
6022
+ t1 = space();
6005
6023
  div0 = element("div");
6024
+ attr(link, "href", link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${[/*placeholder*/ ctx[0], .../*_options*/ ctx[4]].join('')}`);
6025
+ attr(link, "rel", "stylesheet");
6006
6026
  attr(select, "class", "select-select svelte-1n4ag74");
6007
6027
  attr(select, "style", /*style*/ ctx[3]);
6008
6028
  attr(div0, "class", "select-icon svelte-1n4ag74");
@@ -6011,13 +6031,15 @@ function create_fragment$e(ctx) {
6011
6031
  },
6012
6032
  m(target, anchor) {
6013
6033
  insert(target, div1, anchor);
6034
+ append(div1, link);
6035
+ append(div1, t0);
6014
6036
  append(div1, select);
6015
6037
 
6016
6038
  for (let i = 0; i < each_blocks.length; i += 1) {
6017
6039
  each_blocks[i].m(select, null);
6018
6040
  }
6019
6041
 
6020
- append(div1, t);
6042
+ append(div1, t1);
6021
6043
  append(div1, div0);
6022
6044
 
6023
6045
  if (!mounted) {
@@ -6026,6 +6048,10 @@ function create_fragment$e(ctx) {
6026
6048
  }
6027
6049
  },
6028
6050
  p(ctx, [dirty]) {
6051
+ if (dirty & /*placeholder, _options*/ 17 && link_href_value !== (link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${[/*placeholder*/ ctx[0], .../*_options*/ ctx[4]].join('')}`)) {
6052
+ attr(link, "href", link_href_value);
6053
+ }
6054
+
6029
6055
  if (dirty & /*_options, _value, placeholder*/ 19) {
6030
6056
  each_value = /*_options*/ ctx[4];
6031
6057
  let i;
@@ -6210,7 +6236,7 @@ function get_each_context$3(ctx, list, i) {
6210
6236
  return child_ctx;
6211
6237
  }
6212
6238
 
6213
- // (94:2) {#each _options as option, i}
6239
+ // (95:2) {#each _options as option, i}
6214
6240
  function create_each_block$3(ctx) {
6215
6241
  let label;
6216
6242
  let input;
@@ -6306,6 +6332,9 @@ function create_each_block$3(ctx) {
6306
6332
 
6307
6333
  function create_fragment$d(ctx) {
6308
6334
  let div;
6335
+ let link;
6336
+ let link_href_value;
6337
+ let t;
6309
6338
  let each_value = /*_options*/ ctx[3];
6310
6339
  let each_blocks = [];
6311
6340
 
@@ -6316,22 +6345,32 @@ function create_fragment$d(ctx) {
6316
6345
  return {
6317
6346
  c() {
6318
6347
  div = element("div");
6348
+ link = element("link");
6349
+ t = space();
6319
6350
 
6320
6351
  for (let i = 0; i < each_blocks.length; i += 1) {
6321
6352
  each_blocks[i].c();
6322
6353
  }
6323
6354
 
6355
+ attr(link, "href", link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${/*_options*/ ctx[3].join('')}`);
6356
+ attr(link, "rel", "stylesheet");
6324
6357
  attr(div, "class", "check-boxes svelte-o1ztcf");
6325
6358
  attr(div, "style", /*_layoutStyle*/ ctx[1]);
6326
6359
  },
6327
6360
  m(target, anchor) {
6328
6361
  insert(target, div, anchor);
6362
+ append(div, link);
6363
+ append(div, t);
6329
6364
 
6330
6365
  for (let i = 0; i < each_blocks.length; i += 1) {
6331
6366
  each_blocks[i].m(div, null);
6332
6367
  }
6333
6368
  },
6334
6369
  p(ctx, [dirty]) {
6370
+ if (dirty & /*_options*/ 8 && link_href_value !== (link_href_value = `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=${/*_options*/ ctx[3].join('')}`)) {
6371
+ attr(link, "href", link_href_value);
6372
+ }
6373
+
6335
6374
  if (dirty & /*_textStyle, _options, isCheckedArray, styleVariables, name, handleChange*/ 189) {
6336
6375
  each_value = /*_options*/ ctx[3];
6337
6376
  let i;
@@ -6495,7 +6534,7 @@ function get_each_context$2(ctx, list, i) {
6495
6534
  return child_ctx;
6496
6535
  }
6497
6536
 
6498
- // (50:2) {#each [...Array(count).keys()].map(i => i + 1) as i}
6537
+ // (52:2) {#each [...Array(count).keys()].map(i => i + 1) as i}
6499
6538
  function create_each_block$2(ctx) {
6500
6539
  let div;
6501
6540
  let t0_value = /*i*/ ctx[11] + "";
@@ -6544,6 +6583,8 @@ function create_each_block$2(ctx) {
6544
6583
 
6545
6584
  function create_fragment$c(ctx) {
6546
6585
  let div;
6586
+ let link;
6587
+ let t;
6547
6588
  let each_value = [...Array(/*count*/ ctx[0]).keys()].map(func$1);
6548
6589
  let each_blocks = [];
6549
6590
 
@@ -6554,15 +6595,21 @@ function create_fragment$c(ctx) {
6554
6595
  return {
6555
6596
  c() {
6556
6597
  div = element("div");
6598
+ link = element("link");
6599
+ t = space();
6557
6600
 
6558
6601
  for (let i = 0; i < each_blocks.length; i += 1) {
6559
6602
  each_blocks[i].c();
6560
6603
  }
6561
6604
 
6605
+ attr(link, "href", `https://fonts.googleapis.com/css2?${getGoogleFontsParam()}&display=swap&text=0123456789`);
6606
+ attr(link, "rel", "stylesheet");
6562
6607
  attr(div, "class", "rating-buttons svelte-176k37j");
6563
6608
  },
6564
6609
  m(target, anchor) {
6565
6610
  insert(target, div, anchor);
6611
+ append(div, link);
6612
+ append(div, t);
6566
6613
 
6567
6614
  for (let i = 0; i < each_blocks.length; i += 1) {
6568
6615
  each_blocks[i].m(div, null);
@@ -6609,8 +6656,8 @@ function instance$c($$self, $$props, $$invalidate) {
6609
6656
  let { name = '' } = $$props;
6610
6657
  let { required = false } = $$props;
6611
6658
  let { count = 5 } = $$props;
6612
- let { buttonStyle = 'width: 32px; height: 32px; font-size: 12px; font-weight: bold; border-radius: 17px; color: #333; background-color: rgba(0, 16, 14, 0.06); box-shadow: none;' } = $$props;
6613
- let { buttonActiveStyle = 'color: #333; background-color: #2aab9f; box-shadow: 0px 0px 0px rgba(0, 16, 14, 0.03), 0px 8px 16px rgba(0, 16, 14, 0.3);' } = $$props;
6659
+ let { buttonStyle = 'width: 32px; height: 32px; font-size: 12px; font-weight: bold; border-radius: 17px; color: #333; background-color: rgba(0, 16, 14, 0.06); box-shadow: 0px 0px 16px 0px rgba(0, 16, 14, 0);' } = $$props;
6660
+ let { buttonActiveStyle = 'color: #333; background-color: #2aab9f; box-shadow: 0px 8px 16px 0px rgba(0, 16, 14, 0.3);' } = $$props;
6614
6661
  const { path: statePath } = getStateItemContext();
6615
6662
 
6616
6663
  const value = registerInput({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.156-28003933.dfbabd41",
3
+ "version": "1.1.156-28004317.e22f6b82",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",