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