@memberstack/dom 1.9.34 → 1.9.36
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/lib/index.js +940 -216
- package/lib/index.mjs +940 -216
- package/lib/methods/dom/main-dom.js +935 -210
- package/lib/methods/dom/main-dom.mjs +935 -210
- package/lib/methods/dom/methods.js +941 -215
- package/lib/methods/dom/methods.mjs +941 -215
- package/lib/methods/index.js +940 -216
- package/lib/methods/index.mjs +940 -216
- package/package.json +2 -2
|
@@ -917,7 +917,7 @@ var get_default_slot_context = (ctx) => ({ matches: (
|
|
|
917
917
|
/*matches*/
|
|
918
918
|
ctx[0]
|
|
919
919
|
) });
|
|
920
|
-
function create_fragment$
|
|
920
|
+
function create_fragment$1l(ctx) {
|
|
921
921
|
let current;
|
|
922
922
|
const default_slot_template = (
|
|
923
923
|
/*#slots*/
|
|
@@ -982,7 +982,7 @@ function create_fragment$1i(ctx) {
|
|
|
982
982
|
}
|
|
983
983
|
};
|
|
984
984
|
}
|
|
985
|
-
function instance$
|
|
985
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
986
986
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
987
987
|
let { query } = $$props;
|
|
988
988
|
let mql;
|
|
@@ -1028,10 +1028,10 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
|
1028
1028
|
var MediaQuery = class extends SvelteComponent {
|
|
1029
1029
|
constructor(options) {
|
|
1030
1030
|
super();
|
|
1031
|
-
init(this, options, instance$
|
|
1031
|
+
init(this, options, instance$I, create_fragment$1l, safe_not_equal, { query: 1 });
|
|
1032
1032
|
}
|
|
1033
1033
|
};
|
|
1034
|
-
function create_fragment$
|
|
1034
|
+
function create_fragment$1k(ctx) {
|
|
1035
1035
|
let svg;
|
|
1036
1036
|
let path;
|
|
1037
1037
|
let animateTransform;
|
|
@@ -1075,10 +1075,10 @@ function create_fragment$1h(ctx) {
|
|
|
1075
1075
|
var LoadingIcon = class extends SvelteComponent {
|
|
1076
1076
|
constructor(options) {
|
|
1077
1077
|
super();
|
|
1078
|
-
init(this, options, null, create_fragment$
|
|
1078
|
+
init(this, options, null, create_fragment$1k, safe_not_equal, {});
|
|
1079
1079
|
}
|
|
1080
1080
|
};
|
|
1081
|
-
function create_fragment$
|
|
1081
|
+
function create_fragment$1j(ctx) {
|
|
1082
1082
|
let div;
|
|
1083
1083
|
let loadingicon;
|
|
1084
1084
|
let current;
|
|
@@ -1115,10 +1115,10 @@ function create_fragment$1g(ctx) {
|
|
|
1115
1115
|
var Loader = class extends SvelteComponent {
|
|
1116
1116
|
constructor(options) {
|
|
1117
1117
|
super();
|
|
1118
|
-
init(this, options, null, create_fragment$
|
|
1118
|
+
init(this, options, null, create_fragment$1j, safe_not_equal, {});
|
|
1119
1119
|
}
|
|
1120
1120
|
};
|
|
1121
|
-
function create_fragment$
|
|
1121
|
+
function create_fragment$1i(ctx) {
|
|
1122
1122
|
let svg;
|
|
1123
1123
|
let path;
|
|
1124
1124
|
return {
|
|
@@ -1149,10 +1149,10 @@ function create_fragment$1f(ctx) {
|
|
|
1149
1149
|
var CloseIcon = class extends SvelteComponent {
|
|
1150
1150
|
constructor(options) {
|
|
1151
1151
|
super();
|
|
1152
|
-
init(this, options, null, create_fragment$
|
|
1152
|
+
init(this, options, null, create_fragment$1i, safe_not_equal, {});
|
|
1153
1153
|
}
|
|
1154
1154
|
};
|
|
1155
|
-
function create_fragment$
|
|
1155
|
+
function create_fragment$1h(ctx) {
|
|
1156
1156
|
let div;
|
|
1157
1157
|
let button;
|
|
1158
1158
|
let closeicon;
|
|
@@ -1205,7 +1205,7 @@ function create_fragment$1e(ctx) {
|
|
|
1205
1205
|
}
|
|
1206
1206
|
};
|
|
1207
1207
|
}
|
|
1208
|
-
function instance$
|
|
1208
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
1209
1209
|
let { closeModal } = $$props;
|
|
1210
1210
|
$$self.$$set = ($$props2) => {
|
|
1211
1211
|
if ("closeModal" in $$props2)
|
|
@@ -1216,10 +1216,10 @@ function instance$G($$self, $$props, $$invalidate) {
|
|
|
1216
1216
|
var CloseButton = class extends SvelteComponent {
|
|
1217
1217
|
constructor(options) {
|
|
1218
1218
|
super();
|
|
1219
|
-
init(this, options, instance$
|
|
1219
|
+
init(this, options, instance$H, create_fragment$1h, safe_not_equal, { closeModal: 0 });
|
|
1220
1220
|
}
|
|
1221
1221
|
};
|
|
1222
|
-
function create_fragment$
|
|
1222
|
+
function create_fragment$1g(ctx) {
|
|
1223
1223
|
let svg;
|
|
1224
1224
|
let path0;
|
|
1225
1225
|
let path1;
|
|
@@ -1272,7 +1272,7 @@ function create_fragment$1d(ctx) {
|
|
|
1272
1272
|
var MemberstackIcon = class extends SvelteComponent {
|
|
1273
1273
|
constructor(options) {
|
|
1274
1274
|
super();
|
|
1275
|
-
init(this, options, null, create_fragment$
|
|
1275
|
+
init(this, options, null, create_fragment$1g, safe_not_equal, {});
|
|
1276
1276
|
}
|
|
1277
1277
|
};
|
|
1278
1278
|
function create_else_block$h(ctx) {
|
|
@@ -1303,7 +1303,7 @@ function create_else_block$h(ctx) {
|
|
|
1303
1303
|
}
|
|
1304
1304
|
};
|
|
1305
1305
|
}
|
|
1306
|
-
function create_if_block$
|
|
1306
|
+
function create_if_block$z(ctx) {
|
|
1307
1307
|
let img;
|
|
1308
1308
|
let img_src_value;
|
|
1309
1309
|
let img_alt_value;
|
|
@@ -1340,12 +1340,12 @@ function create_if_block$y(ctx) {
|
|
|
1340
1340
|
}
|
|
1341
1341
|
};
|
|
1342
1342
|
}
|
|
1343
|
-
function create_fragment$
|
|
1343
|
+
function create_fragment$1f(ctx) {
|
|
1344
1344
|
let figure;
|
|
1345
1345
|
let current_block_type_index;
|
|
1346
1346
|
let if_block;
|
|
1347
1347
|
let current;
|
|
1348
|
-
const if_block_creators = [create_if_block$
|
|
1348
|
+
const if_block_creators = [create_if_block$z, create_else_block$h];
|
|
1349
1349
|
const if_blocks = [];
|
|
1350
1350
|
function select_block_type(ctx2, dirty) {
|
|
1351
1351
|
if (
|
|
@@ -1407,7 +1407,7 @@ function create_fragment$1c(ctx) {
|
|
|
1407
1407
|
}
|
|
1408
1408
|
};
|
|
1409
1409
|
}
|
|
1410
|
-
function instance$
|
|
1410
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
1411
1411
|
let app = {};
|
|
1412
1412
|
AppStore.subscribe((data) => {
|
|
1413
1413
|
$$invalidate(0, app = data);
|
|
@@ -1417,7 +1417,7 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
|
1417
1417
|
var FigureElement = class extends SvelteComponent {
|
|
1418
1418
|
constructor(options) {
|
|
1419
1419
|
super();
|
|
1420
|
-
init(this, options, instance$
|
|
1420
|
+
init(this, options, instance$G, create_fragment$1f, safe_not_equal, {});
|
|
1421
1421
|
}
|
|
1422
1422
|
};
|
|
1423
1423
|
function create_else_block$g(ctx) {
|
|
@@ -1472,7 +1472,7 @@ function create_else_block$g(ctx) {
|
|
|
1472
1472
|
}
|
|
1473
1473
|
};
|
|
1474
1474
|
}
|
|
1475
|
-
function create_if_block$
|
|
1475
|
+
function create_if_block$y(ctx) {
|
|
1476
1476
|
let button;
|
|
1477
1477
|
let t;
|
|
1478
1478
|
return {
|
|
@@ -1521,12 +1521,12 @@ function create_if_block$x(ctx) {
|
|
|
1521
1521
|
}
|
|
1522
1522
|
};
|
|
1523
1523
|
}
|
|
1524
|
-
function create_fragment$
|
|
1524
|
+
function create_fragment$1e(ctx) {
|
|
1525
1525
|
let div;
|
|
1526
1526
|
let current_block_type_index;
|
|
1527
1527
|
let if_block;
|
|
1528
1528
|
let current;
|
|
1529
|
-
const if_block_creators = [create_if_block$
|
|
1529
|
+
const if_block_creators = [create_if_block$y, create_else_block$g];
|
|
1530
1530
|
const if_blocks = [];
|
|
1531
1531
|
function select_block_type(ctx2, dirty) {
|
|
1532
1532
|
if (!/*isLoading*/
|
|
@@ -1585,7 +1585,7 @@ function create_fragment$1b(ctx) {
|
|
|
1585
1585
|
}
|
|
1586
1586
|
};
|
|
1587
1587
|
}
|
|
1588
|
-
function instance$
|
|
1588
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
1589
1589
|
let $app;
|
|
1590
1590
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(3, $app = $$value));
|
|
1591
1591
|
let { buttonText = "Submit" } = $$props;
|
|
@@ -1605,10 +1605,10 @@ function instance$E($$self, $$props, $$invalidate) {
|
|
|
1605
1605
|
var SubmitButton = class extends SvelteComponent {
|
|
1606
1606
|
constructor(options) {
|
|
1607
1607
|
super();
|
|
1608
|
-
init(this, options, instance$
|
|
1608
|
+
init(this, options, instance$F, create_fragment$1e, safe_not_equal, { buttonText: 0, isLoading: 1 });
|
|
1609
1609
|
}
|
|
1610
1610
|
};
|
|
1611
|
-
function create_fragment$
|
|
1611
|
+
function create_fragment$1d(ctx) {
|
|
1612
1612
|
let svg;
|
|
1613
1613
|
let path;
|
|
1614
1614
|
return {
|
|
@@ -1637,10 +1637,10 @@ function create_fragment$1a(ctx) {
|
|
|
1637
1637
|
var ErrorIcon = class extends SvelteComponent {
|
|
1638
1638
|
constructor(options) {
|
|
1639
1639
|
super();
|
|
1640
|
-
init(this, options, null, create_fragment$
|
|
1640
|
+
init(this, options, null, create_fragment$1d, safe_not_equal, {});
|
|
1641
1641
|
}
|
|
1642
1642
|
};
|
|
1643
|
-
function create_if_block$
|
|
1643
|
+
function create_if_block$x(ctx) {
|
|
1644
1644
|
let div;
|
|
1645
1645
|
let erroricon;
|
|
1646
1646
|
let t0;
|
|
@@ -1683,7 +1683,7 @@ function create_if_block$w(ctx) {
|
|
|
1683
1683
|
}
|
|
1684
1684
|
};
|
|
1685
1685
|
}
|
|
1686
|
-
function create_fragment$
|
|
1686
|
+
function create_fragment$1c(ctx) {
|
|
1687
1687
|
let div;
|
|
1688
1688
|
let label;
|
|
1689
1689
|
let t0;
|
|
@@ -1695,7 +1695,7 @@ function create_fragment$19(ctx) {
|
|
|
1695
1695
|
let dispose;
|
|
1696
1696
|
let if_block = (
|
|
1697
1697
|
/*inputError*/
|
|
1698
|
-
ctx[2] && create_if_block$
|
|
1698
|
+
ctx[2] && create_if_block$x(ctx)
|
|
1699
1699
|
);
|
|
1700
1700
|
return {
|
|
1701
1701
|
c() {
|
|
@@ -1790,7 +1790,7 @@ function create_fragment$19(ctx) {
|
|
|
1790
1790
|
transition_in(if_block, 1);
|
|
1791
1791
|
}
|
|
1792
1792
|
} else {
|
|
1793
|
-
if_block = create_if_block$
|
|
1793
|
+
if_block = create_if_block$x(ctx2);
|
|
1794
1794
|
if_block.c();
|
|
1795
1795
|
transition_in(if_block, 1);
|
|
1796
1796
|
if_block.m(div, null);
|
|
@@ -1823,7 +1823,7 @@ function create_fragment$19(ctx) {
|
|
|
1823
1823
|
}
|
|
1824
1824
|
};
|
|
1825
1825
|
}
|
|
1826
|
-
function instance$
|
|
1826
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
1827
1827
|
let $textStore;
|
|
1828
1828
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
1829
1829
|
let { emailInputValid = false } = $$props;
|
|
@@ -1872,14 +1872,14 @@ function instance$D($$self, $$props, $$invalidate) {
|
|
|
1872
1872
|
var EmailInput = class extends SvelteComponent {
|
|
1873
1873
|
constructor(options) {
|
|
1874
1874
|
super();
|
|
1875
|
-
init(this, options, instance$
|
|
1875
|
+
init(this, options, instance$E, create_fragment$1c, safe_not_equal, {
|
|
1876
1876
|
emailInputValid: 7,
|
|
1877
1877
|
emailValue: 0,
|
|
1878
1878
|
placeholder: 1
|
|
1879
1879
|
});
|
|
1880
1880
|
}
|
|
1881
1881
|
};
|
|
1882
|
-
function create_fragment$
|
|
1882
|
+
function create_fragment$1b(ctx) {
|
|
1883
1883
|
let svg;
|
|
1884
1884
|
let path;
|
|
1885
1885
|
return {
|
|
@@ -1909,10 +1909,10 @@ function create_fragment$18(ctx) {
|
|
|
1909
1909
|
var EyeIcon = class extends SvelteComponent {
|
|
1910
1910
|
constructor(options) {
|
|
1911
1911
|
super();
|
|
1912
|
-
init(this, options, null, create_fragment$
|
|
1912
|
+
init(this, options, null, create_fragment$1b, safe_not_equal, {});
|
|
1913
1913
|
}
|
|
1914
1914
|
};
|
|
1915
|
-
function create_fragment$
|
|
1915
|
+
function create_fragment$1a(ctx) {
|
|
1916
1916
|
let svg;
|
|
1917
1917
|
let path;
|
|
1918
1918
|
return {
|
|
@@ -1942,7 +1942,7 @@ function create_fragment$17(ctx) {
|
|
|
1942
1942
|
var EyeSlashIcon = class extends SvelteComponent {
|
|
1943
1943
|
constructor(options) {
|
|
1944
1944
|
super();
|
|
1945
|
-
init(this, options, null, create_fragment$
|
|
1945
|
+
init(this, options, null, create_fragment$1a, safe_not_equal, {});
|
|
1946
1946
|
}
|
|
1947
1947
|
};
|
|
1948
1948
|
function create_if_block_2$i(ctx) {
|
|
@@ -2038,7 +2038,7 @@ function create_if_block_1$o(ctx) {
|
|
|
2038
2038
|
}
|
|
2039
2039
|
};
|
|
2040
2040
|
}
|
|
2041
|
-
function create_if_block$
|
|
2041
|
+
function create_if_block$w(ctx) {
|
|
2042
2042
|
let div;
|
|
2043
2043
|
let erroricon;
|
|
2044
2044
|
let t0;
|
|
@@ -2081,7 +2081,7 @@ function create_if_block$v(ctx) {
|
|
|
2081
2081
|
}
|
|
2082
2082
|
};
|
|
2083
2083
|
}
|
|
2084
|
-
function create_fragment$
|
|
2084
|
+
function create_fragment$19(ctx) {
|
|
2085
2085
|
let div3;
|
|
2086
2086
|
let div0;
|
|
2087
2087
|
let label;
|
|
@@ -2115,7 +2115,7 @@ function create_fragment$16(ctx) {
|
|
|
2115
2115
|
if_block1 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
|
2116
2116
|
let if_block2 = (
|
|
2117
2117
|
/*inputError*/
|
|
2118
|
-
ctx[6] && create_if_block$
|
|
2118
|
+
ctx[6] && create_if_block$w(ctx)
|
|
2119
2119
|
);
|
|
2120
2120
|
return {
|
|
2121
2121
|
c() {
|
|
@@ -2276,7 +2276,7 @@ function create_fragment$16(ctx) {
|
|
|
2276
2276
|
transition_in(if_block2, 1);
|
|
2277
2277
|
}
|
|
2278
2278
|
} else {
|
|
2279
|
-
if_block2 = create_if_block$
|
|
2279
|
+
if_block2 = create_if_block$w(ctx2);
|
|
2280
2280
|
if_block2.c();
|
|
2281
2281
|
transition_in(if_block2, 1);
|
|
2282
2282
|
if_block2.m(div3, null);
|
|
@@ -2314,7 +2314,7 @@ function create_fragment$16(ctx) {
|
|
|
2314
2314
|
}
|
|
2315
2315
|
};
|
|
2316
2316
|
}
|
|
2317
|
-
function instance$
|
|
2317
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
2318
2318
|
let type;
|
|
2319
2319
|
let $textStore;
|
|
2320
2320
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(15, $textStore = $$value));
|
|
@@ -2388,7 +2388,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
|
2388
2388
|
var PasswordInput = class extends SvelteComponent {
|
|
2389
2389
|
constructor(options) {
|
|
2390
2390
|
super();
|
|
2391
|
-
init(this, options, instance$
|
|
2391
|
+
init(this, options, instance$D, create_fragment$19, safe_not_equal, {
|
|
2392
2392
|
showForgotPasswordLabel: 2,
|
|
2393
2393
|
passwordInputValid: 13,
|
|
2394
2394
|
passwordLabel: 3,
|
|
@@ -2398,7 +2398,7 @@ var PasswordInput = class extends SvelteComponent {
|
|
|
2398
2398
|
});
|
|
2399
2399
|
}
|
|
2400
2400
|
};
|
|
2401
|
-
function create_fragment$
|
|
2401
|
+
function create_fragment$18(ctx) {
|
|
2402
2402
|
let svg;
|
|
2403
2403
|
let path;
|
|
2404
2404
|
return {
|
|
@@ -2428,10 +2428,10 @@ function create_fragment$15(ctx) {
|
|
|
2428
2428
|
var SecuredIcon = class extends SvelteComponent {
|
|
2429
2429
|
constructor(options) {
|
|
2430
2430
|
super();
|
|
2431
|
-
init(this, options, null, create_fragment$
|
|
2431
|
+
init(this, options, null, create_fragment$18, safe_not_equal, {});
|
|
2432
2432
|
}
|
|
2433
2433
|
};
|
|
2434
|
-
function create_if_block$
|
|
2434
|
+
function create_if_block$v(ctx) {
|
|
2435
2435
|
let div;
|
|
2436
2436
|
let a;
|
|
2437
2437
|
let securedicon;
|
|
@@ -2472,11 +2472,11 @@ function create_if_block$u(ctx) {
|
|
|
2472
2472
|
}
|
|
2473
2473
|
};
|
|
2474
2474
|
}
|
|
2475
|
-
function create_fragment$
|
|
2475
|
+
function create_fragment$17(ctx) {
|
|
2476
2476
|
let if_block_anchor;
|
|
2477
2477
|
let current;
|
|
2478
2478
|
let if_block = !/*$app*/
|
|
2479
|
-
ctx[0].isPaid && create_if_block$
|
|
2479
|
+
ctx[0].isPaid && create_if_block$v();
|
|
2480
2480
|
return {
|
|
2481
2481
|
c() {
|
|
2482
2482
|
if (if_block)
|
|
@@ -2498,7 +2498,7 @@ function create_fragment$14(ctx) {
|
|
|
2498
2498
|
transition_in(if_block, 1);
|
|
2499
2499
|
}
|
|
2500
2500
|
} else {
|
|
2501
|
-
if_block = create_if_block$
|
|
2501
|
+
if_block = create_if_block$v();
|
|
2502
2502
|
if_block.c();
|
|
2503
2503
|
transition_in(if_block, 1);
|
|
2504
2504
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -2529,7 +2529,7 @@ function create_fragment$14(ctx) {
|
|
|
2529
2529
|
}
|
|
2530
2530
|
};
|
|
2531
2531
|
}
|
|
2532
|
-
function instance$
|
|
2532
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
2533
2533
|
let $app;
|
|
2534
2534
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(0, $app = $$value));
|
|
2535
2535
|
return [$app];
|
|
@@ -2537,10 +2537,10 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
|
2537
2537
|
var ModalFooter = class extends SvelteComponent {
|
|
2538
2538
|
constructor(options) {
|
|
2539
2539
|
super();
|
|
2540
|
-
init(this, options, instance$
|
|
2540
|
+
init(this, options, instance$C, create_fragment$17, safe_not_equal, {});
|
|
2541
2541
|
}
|
|
2542
2542
|
};
|
|
2543
|
-
function create_fragment$
|
|
2543
|
+
function create_fragment$16(ctx) {
|
|
2544
2544
|
let svg;
|
|
2545
2545
|
let path;
|
|
2546
2546
|
return {
|
|
@@ -2569,7 +2569,7 @@ function create_fragment$13(ctx) {
|
|
|
2569
2569
|
var EmailIcon = class extends SvelteComponent {
|
|
2570
2570
|
constructor(options) {
|
|
2571
2571
|
super();
|
|
2572
|
-
init(this, options, null, create_fragment$
|
|
2572
|
+
init(this, options, null, create_fragment$16, safe_not_equal, {});
|
|
2573
2573
|
}
|
|
2574
2574
|
};
|
|
2575
2575
|
var PasswordlessStore = writable({
|
|
@@ -2881,7 +2881,7 @@ function create_if_block_3$9(ctx) {
|
|
|
2881
2881
|
}
|
|
2882
2882
|
};
|
|
2883
2883
|
}
|
|
2884
|
-
function create_if_block$
|
|
2884
|
+
function create_if_block$u(ctx) {
|
|
2885
2885
|
let div4;
|
|
2886
2886
|
let div3;
|
|
2887
2887
|
let div0;
|
|
@@ -3265,7 +3265,7 @@ function create_each_block$c(ctx) {
|
|
|
3265
3265
|
}
|
|
3266
3266
|
};
|
|
3267
3267
|
}
|
|
3268
|
-
function create_fragment$
|
|
3268
|
+
function create_fragment$15(ctx) {
|
|
3269
3269
|
let div1;
|
|
3270
3270
|
let t0;
|
|
3271
3271
|
let div0;
|
|
@@ -3337,7 +3337,7 @@ function create_fragment$12(ctx) {
|
|
|
3337
3337
|
let if_block3 = (
|
|
3338
3338
|
/*$app*/
|
|
3339
3339
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
3340
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
3340
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$u(ctx)
|
|
3341
3341
|
);
|
|
3342
3342
|
modalfooter = new ModalFooter({});
|
|
3343
3343
|
return {
|
|
@@ -3479,7 +3479,7 @@ function create_fragment$12(ctx) {
|
|
|
3479
3479
|
transition_in(if_block3, 1);
|
|
3480
3480
|
}
|
|
3481
3481
|
} else {
|
|
3482
|
-
if_block3 = create_if_block$
|
|
3482
|
+
if_block3 = create_if_block$u(ctx2);
|
|
3483
3483
|
if_block3.c();
|
|
3484
3484
|
transition_in(if_block3, 1);
|
|
3485
3485
|
if_block3.m(div0, null);
|
|
@@ -3531,7 +3531,7 @@ function create_fragment$12(ctx) {
|
|
|
3531
3531
|
}
|
|
3532
3532
|
};
|
|
3533
3533
|
}
|
|
3534
|
-
function instance$
|
|
3534
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
3535
3535
|
let $PasswordlessStore;
|
|
3536
3536
|
let $app;
|
|
3537
3537
|
let $textStore;
|
|
@@ -3657,7 +3657,7 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
|
3657
3657
|
var LoginModal = class extends SvelteComponent {
|
|
3658
3658
|
constructor(options) {
|
|
3659
3659
|
super();
|
|
3660
|
-
init(this, options, instance$
|
|
3660
|
+
init(this, options, instance$B, create_fragment$15, safe_not_equal, {
|
|
3661
3661
|
closeModal: 1,
|
|
3662
3662
|
display: 0,
|
|
3663
3663
|
onSuccessLogin: 12,
|
|
@@ -3665,7 +3665,7 @@ var LoginModal = class extends SvelteComponent {
|
|
|
3665
3665
|
});
|
|
3666
3666
|
}
|
|
3667
3667
|
};
|
|
3668
|
-
function add_css$
|
|
3668
|
+
function add_css$k(target) {
|
|
3669
3669
|
append_styles(target, "svelte-1w8lbd8", ".rey-was-here.svelte-1w8lbd8{display:none !important}");
|
|
3670
3670
|
}
|
|
3671
3671
|
function get_each_context$b(ctx, list, i) {
|
|
@@ -3968,7 +3968,7 @@ function create_if_block_3$8(ctx) {
|
|
|
3968
3968
|
}
|
|
3969
3969
|
};
|
|
3970
3970
|
}
|
|
3971
|
-
function create_if_block$
|
|
3971
|
+
function create_if_block$t(ctx) {
|
|
3972
3972
|
let div4;
|
|
3973
3973
|
let div3;
|
|
3974
3974
|
let t3;
|
|
@@ -4328,7 +4328,7 @@ function create_each_block$b(ctx) {
|
|
|
4328
4328
|
}
|
|
4329
4329
|
};
|
|
4330
4330
|
}
|
|
4331
|
-
function create_fragment$
|
|
4331
|
+
function create_fragment$14(ctx) {
|
|
4332
4332
|
let div4;
|
|
4333
4333
|
let t0;
|
|
4334
4334
|
let div3;
|
|
@@ -4401,7 +4401,7 @@ function create_fragment$11(ctx) {
|
|
|
4401
4401
|
let if_block3 = (
|
|
4402
4402
|
/*$app*/
|
|
4403
4403
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
4404
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
4404
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$t(ctx)
|
|
4405
4405
|
);
|
|
4406
4406
|
modalfooter = new ModalFooter({});
|
|
4407
4407
|
return {
|
|
@@ -4614,7 +4614,7 @@ function create_fragment$11(ctx) {
|
|
|
4614
4614
|
transition_in(if_block3, 1);
|
|
4615
4615
|
}
|
|
4616
4616
|
} else {
|
|
4617
|
-
if_block3 = create_if_block$
|
|
4617
|
+
if_block3 = create_if_block$t(ctx2);
|
|
4618
4618
|
if_block3.c();
|
|
4619
4619
|
transition_in(if_block3, 1);
|
|
4620
4620
|
if_block3.m(div3, null);
|
|
@@ -4675,7 +4675,7 @@ function executeCaptcha() {
|
|
|
4675
4675
|
return response;
|
|
4676
4676
|
});
|
|
4677
4677
|
}
|
|
4678
|
-
function instance$
|
|
4678
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
4679
4679
|
var _a;
|
|
4680
4680
|
let $PasswordlessStore;
|
|
4681
4681
|
let $app;
|
|
@@ -4848,8 +4848,8 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4848
4848
|
init(
|
|
4849
4849
|
this,
|
|
4850
4850
|
options,
|
|
4851
|
-
instance$
|
|
4852
|
-
create_fragment$
|
|
4851
|
+
instance$A,
|
|
4852
|
+
create_fragment$14,
|
|
4853
4853
|
safe_not_equal,
|
|
4854
4854
|
{
|
|
4855
4855
|
closeModal: 1,
|
|
@@ -4857,11 +4857,11 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4857
4857
|
onSuccessSignup: 11,
|
|
4858
4858
|
params: 2
|
|
4859
4859
|
},
|
|
4860
|
-
add_css$
|
|
4860
|
+
add_css$k
|
|
4861
4861
|
);
|
|
4862
4862
|
}
|
|
4863
4863
|
};
|
|
4864
|
-
function create_fragment$
|
|
4864
|
+
function create_fragment$13(ctx) {
|
|
4865
4865
|
let svg;
|
|
4866
4866
|
let path;
|
|
4867
4867
|
return {
|
|
@@ -4890,10 +4890,10 @@ function create_fragment$10(ctx) {
|
|
|
4890
4890
|
var BackIcon = class extends SvelteComponent {
|
|
4891
4891
|
constructor(options) {
|
|
4892
4892
|
super();
|
|
4893
|
-
init(this, options, null, create_fragment$
|
|
4893
|
+
init(this, options, null, create_fragment$13, safe_not_equal, {});
|
|
4894
4894
|
}
|
|
4895
4895
|
};
|
|
4896
|
-
function create_fragment
|
|
4896
|
+
function create_fragment$12(ctx) {
|
|
4897
4897
|
let div4;
|
|
4898
4898
|
let div0;
|
|
4899
4899
|
let button;
|
|
@@ -5088,7 +5088,7 @@ function create_fragment$$(ctx) {
|
|
|
5088
5088
|
}
|
|
5089
5089
|
};
|
|
5090
5090
|
}
|
|
5091
|
-
function instance$
|
|
5091
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
5092
5092
|
let $textStore;
|
|
5093
5093
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
5094
5094
|
let text2 = $textStore.text;
|
|
@@ -5141,10 +5141,10 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
|
5141
5141
|
var PassResetModal = class extends SvelteComponent {
|
|
5142
5142
|
constructor(options) {
|
|
5143
5143
|
super();
|
|
5144
|
-
init(this, options, instance$
|
|
5144
|
+
init(this, options, instance$z, create_fragment$12, safe_not_equal, { closeModal: 5, display: 0 });
|
|
5145
5145
|
}
|
|
5146
5146
|
};
|
|
5147
|
-
function create_if_block$
|
|
5147
|
+
function create_if_block$s(ctx) {
|
|
5148
5148
|
let div;
|
|
5149
5149
|
let erroricon;
|
|
5150
5150
|
let t;
|
|
@@ -5180,7 +5180,7 @@ function create_if_block$r(ctx) {
|
|
|
5180
5180
|
}
|
|
5181
5181
|
};
|
|
5182
5182
|
}
|
|
5183
|
-
function create_fragment$
|
|
5183
|
+
function create_fragment$11(ctx) {
|
|
5184
5184
|
let div3;
|
|
5185
5185
|
let div0;
|
|
5186
5186
|
let button;
|
|
@@ -5218,7 +5218,7 @@ function create_fragment$_(ctx) {
|
|
|
5218
5218
|
});
|
|
5219
5219
|
figureelement = new FigureElement({});
|
|
5220
5220
|
let if_block = !/*tokenInputValid*/
|
|
5221
|
-
ctx[3] && create_if_block$
|
|
5221
|
+
ctx[3] && create_if_block$s();
|
|
5222
5222
|
function passwordinput_passwordInputValid_binding(value) {
|
|
5223
5223
|
ctx[9](value);
|
|
5224
5224
|
}
|
|
@@ -5366,7 +5366,7 @@ function create_fragment$_(ctx) {
|
|
|
5366
5366
|
transition_in(if_block, 1);
|
|
5367
5367
|
}
|
|
5368
5368
|
} else {
|
|
5369
|
-
if_block = create_if_block$
|
|
5369
|
+
if_block = create_if_block$s();
|
|
5370
5370
|
if_block.c();
|
|
5371
5371
|
transition_in(if_block, 1);
|
|
5372
5372
|
if_block.m(div1, null);
|
|
@@ -5432,7 +5432,7 @@ function create_fragment$_(ctx) {
|
|
|
5432
5432
|
}
|
|
5433
5433
|
};
|
|
5434
5434
|
}
|
|
5435
|
-
function instance$
|
|
5435
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
5436
5436
|
let $textStore;
|
|
5437
5437
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(10, $textStore = $$value));
|
|
5438
5438
|
let text2 = $textStore.text;
|
|
@@ -5529,14 +5529,14 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
|
5529
5529
|
var PassTokenModal = class extends SvelteComponent {
|
|
5530
5530
|
constructor(options) {
|
|
5531
5531
|
super();
|
|
5532
|
-
init(this, options, instance$
|
|
5532
|
+
init(this, options, instance$y, create_fragment$11, safe_not_equal, {
|
|
5533
5533
|
closeModal: 1,
|
|
5534
5534
|
display: 0,
|
|
5535
5535
|
onSuccessPasswordReset: 7
|
|
5536
5536
|
});
|
|
5537
5537
|
}
|
|
5538
5538
|
};
|
|
5539
|
-
function create_fragment$
|
|
5539
|
+
function create_fragment$10(ctx) {
|
|
5540
5540
|
let div2;
|
|
5541
5541
|
let div0;
|
|
5542
5542
|
let t0;
|
|
@@ -5632,7 +5632,7 @@ function create_fragment$Z(ctx) {
|
|
|
5632
5632
|
}
|
|
5633
5633
|
};
|
|
5634
5634
|
}
|
|
5635
|
-
function instance$
|
|
5635
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
5636
5636
|
let { closeModal } = $$props;
|
|
5637
5637
|
$$self.$$set = ($$props2) => {
|
|
5638
5638
|
if ("closeModal" in $$props2)
|
|
@@ -5643,7 +5643,7 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
|
5643
5643
|
var PassSuccessModal = class extends SvelteComponent {
|
|
5644
5644
|
constructor(options) {
|
|
5645
5645
|
super();
|
|
5646
|
-
init(this, options, instance$
|
|
5646
|
+
init(this, options, instance$x, create_fragment$10, safe_not_equal, { closeModal: 0 });
|
|
5647
5647
|
}
|
|
5648
5648
|
};
|
|
5649
5649
|
function create_else_block_1$5(ctx) {
|
|
@@ -5776,7 +5776,7 @@ function create_if_block_1$l(ctx) {
|
|
|
5776
5776
|
}
|
|
5777
5777
|
};
|
|
5778
5778
|
}
|
|
5779
|
-
function create_if_block$
|
|
5779
|
+
function create_if_block$r(ctx) {
|
|
5780
5780
|
let div;
|
|
5781
5781
|
let erroricon;
|
|
5782
5782
|
let t;
|
|
@@ -5812,7 +5812,7 @@ function create_if_block$q(ctx) {
|
|
|
5812
5812
|
}
|
|
5813
5813
|
};
|
|
5814
5814
|
}
|
|
5815
|
-
function create_fragment
|
|
5815
|
+
function create_fragment$$(ctx) {
|
|
5816
5816
|
let div3;
|
|
5817
5817
|
let div0;
|
|
5818
5818
|
let current_block_type_index;
|
|
@@ -5869,7 +5869,7 @@ function create_fragment$Y(ctx) {
|
|
|
5869
5869
|
let current_block_type = select_block_type_1(ctx);
|
|
5870
5870
|
let if_block1 = current_block_type(ctx);
|
|
5871
5871
|
let if_block2 = !/*tokenInputValid*/
|
|
5872
|
-
ctx[3] && create_if_block$
|
|
5872
|
+
ctx[3] && create_if_block$r();
|
|
5873
5873
|
submitbutton = new SubmitButton({
|
|
5874
5874
|
props: {
|
|
5875
5875
|
buttonText: (
|
|
@@ -6015,7 +6015,7 @@ function create_fragment$Y(ctx) {
|
|
|
6015
6015
|
transition_in(if_block2, 1);
|
|
6016
6016
|
}
|
|
6017
6017
|
} else {
|
|
6018
|
-
if_block2 = create_if_block$
|
|
6018
|
+
if_block2 = create_if_block$r();
|
|
6019
6019
|
if_block2.c();
|
|
6020
6020
|
transition_in(if_block2, 1);
|
|
6021
6021
|
if_block2.m(div1, null);
|
|
@@ -6070,7 +6070,7 @@ function create_fragment$Y(ctx) {
|
|
|
6070
6070
|
}
|
|
6071
6071
|
};
|
|
6072
6072
|
}
|
|
6073
|
-
function instance$
|
|
6073
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
6074
6074
|
let $PasswordlessStore;
|
|
6075
6075
|
let $textStore;
|
|
6076
6076
|
component_subscribe($$self, PasswordlessStore, ($$value) => $$invalidate(4, $PasswordlessStore = $$value));
|
|
@@ -6190,7 +6190,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
|
6190
6190
|
var PasswordlessTokenModal = class extends SvelteComponent {
|
|
6191
6191
|
constructor(options) {
|
|
6192
6192
|
super();
|
|
6193
|
-
init(this, options, instance$
|
|
6193
|
+
init(this, options, instance$w, create_fragment$$, safe_not_equal, {
|
|
6194
6194
|
closeModal: 1,
|
|
6195
6195
|
display: 0,
|
|
6196
6196
|
onSuccessPasswordlessToken: 7,
|
|
@@ -6198,7 +6198,7 @@ var PasswordlessTokenModal = class extends SvelteComponent {
|
|
|
6198
6198
|
});
|
|
6199
6199
|
}
|
|
6200
6200
|
};
|
|
6201
|
-
function create_fragment$
|
|
6201
|
+
function create_fragment$_(ctx) {
|
|
6202
6202
|
let svg;
|
|
6203
6203
|
let path;
|
|
6204
6204
|
return {
|
|
@@ -6227,10 +6227,10 @@ function create_fragment$X(ctx) {
|
|
|
6227
6227
|
var ProfileIcon = class extends SvelteComponent {
|
|
6228
6228
|
constructor(options) {
|
|
6229
6229
|
super();
|
|
6230
|
-
init(this, options, null, create_fragment$
|
|
6230
|
+
init(this, options, null, create_fragment$_, safe_not_equal, {});
|
|
6231
6231
|
}
|
|
6232
6232
|
};
|
|
6233
|
-
function create_fragment$
|
|
6233
|
+
function create_fragment$Z(ctx) {
|
|
6234
6234
|
let svg;
|
|
6235
6235
|
let path;
|
|
6236
6236
|
return {
|
|
@@ -6259,10 +6259,10 @@ function create_fragment$W(ctx) {
|
|
|
6259
6259
|
var SecurityIcon = class extends SvelteComponent {
|
|
6260
6260
|
constructor(options) {
|
|
6261
6261
|
super();
|
|
6262
|
-
init(this, options, null, create_fragment$
|
|
6262
|
+
init(this, options, null, create_fragment$Z, safe_not_equal, {});
|
|
6263
6263
|
}
|
|
6264
6264
|
};
|
|
6265
|
-
function create_fragment$
|
|
6265
|
+
function create_fragment$Y(ctx) {
|
|
6266
6266
|
let svg;
|
|
6267
6267
|
let path;
|
|
6268
6268
|
return {
|
|
@@ -6291,10 +6291,10 @@ function create_fragment$V(ctx) {
|
|
|
6291
6291
|
var LinkOutIcon = class extends SvelteComponent {
|
|
6292
6292
|
constructor(options) {
|
|
6293
6293
|
super();
|
|
6294
|
-
init(this, options, null, create_fragment$
|
|
6294
|
+
init(this, options, null, create_fragment$Y, safe_not_equal, {});
|
|
6295
6295
|
}
|
|
6296
6296
|
};
|
|
6297
|
-
function create_fragment$
|
|
6297
|
+
function create_fragment$X(ctx) {
|
|
6298
6298
|
let svg;
|
|
6299
6299
|
let path;
|
|
6300
6300
|
return {
|
|
@@ -6325,10 +6325,10 @@ function create_fragment$U(ctx) {
|
|
|
6325
6325
|
var LogoutIcon = class extends SvelteComponent {
|
|
6326
6326
|
constructor(options) {
|
|
6327
6327
|
super();
|
|
6328
|
-
init(this, options, null, create_fragment$
|
|
6328
|
+
init(this, options, null, create_fragment$X, safe_not_equal, {});
|
|
6329
6329
|
}
|
|
6330
6330
|
};
|
|
6331
|
-
function create_fragment$
|
|
6331
|
+
function create_fragment$W(ctx) {
|
|
6332
6332
|
let svg;
|
|
6333
6333
|
let path;
|
|
6334
6334
|
return {
|
|
@@ -6357,7 +6357,7 @@ function create_fragment$T(ctx) {
|
|
|
6357
6357
|
var PlansIcon = class extends SvelteComponent {
|
|
6358
6358
|
constructor(options) {
|
|
6359
6359
|
super();
|
|
6360
|
-
init(this, options, null, create_fragment$
|
|
6360
|
+
init(this, options, null, create_fragment$W, safe_not_equal, {});
|
|
6361
6361
|
}
|
|
6362
6362
|
};
|
|
6363
6363
|
function create_if_block_1$k(ctx) {
|
|
@@ -6427,7 +6427,7 @@ function create_if_block_1$k(ctx) {
|
|
|
6427
6427
|
}
|
|
6428
6428
|
};
|
|
6429
6429
|
}
|
|
6430
|
-
function create_if_block$
|
|
6430
|
+
function create_if_block$q(ctx) {
|
|
6431
6431
|
let button;
|
|
6432
6432
|
let plansicon;
|
|
6433
6433
|
let t;
|
|
@@ -6494,7 +6494,7 @@ function create_if_block$p(ctx) {
|
|
|
6494
6494
|
}
|
|
6495
6495
|
};
|
|
6496
6496
|
}
|
|
6497
|
-
function create_fragment$
|
|
6497
|
+
function create_fragment$V(ctx) {
|
|
6498
6498
|
let t0;
|
|
6499
6499
|
let button0;
|
|
6500
6500
|
let securityicon;
|
|
@@ -6514,7 +6514,7 @@ function create_fragment$S(ctx) {
|
|
|
6514
6514
|
let if_block0 = !/*hideProfileSection*/
|
|
6515
6515
|
ctx[1] && create_if_block_1$k(ctx);
|
|
6516
6516
|
securityicon = new SecurityIcon({});
|
|
6517
|
-
let if_block1 = show_if && create_if_block$
|
|
6517
|
+
let if_block1 = show_if && create_if_block$q(ctx);
|
|
6518
6518
|
logouticon = new LogoutIcon({});
|
|
6519
6519
|
return {
|
|
6520
6520
|
c() {
|
|
@@ -6649,7 +6649,7 @@ function create_fragment$S(ctx) {
|
|
|
6649
6649
|
}
|
|
6650
6650
|
};
|
|
6651
6651
|
}
|
|
6652
|
-
function instance$
|
|
6652
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
6653
6653
|
let { member } = $$props;
|
|
6654
6654
|
let { onSuccessLogout } = $$props;
|
|
6655
6655
|
let { displayProfile } = $$props;
|
|
@@ -6713,7 +6713,7 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
|
6713
6713
|
var ProfileModalNav = class extends SvelteComponent {
|
|
6714
6714
|
constructor(options) {
|
|
6715
6715
|
super();
|
|
6716
|
-
init(this, options, instance$
|
|
6716
|
+
init(this, options, instance$v, create_fragment$V, safe_not_equal, {
|
|
6717
6717
|
member: 4,
|
|
6718
6718
|
onSuccessLogout: 5,
|
|
6719
6719
|
displayProfile: 0,
|
|
@@ -6722,7 +6722,7 @@ var ProfileModalNav = class extends SvelteComponent {
|
|
|
6722
6722
|
});
|
|
6723
6723
|
}
|
|
6724
6724
|
};
|
|
6725
|
-
function create_fragment$
|
|
6725
|
+
function create_fragment$U(ctx) {
|
|
6726
6726
|
let svg;
|
|
6727
6727
|
let path;
|
|
6728
6728
|
return {
|
|
@@ -6753,10 +6753,10 @@ function create_fragment$R(ctx) {
|
|
|
6753
6753
|
var ProfileDefaultImage = class extends SvelteComponent {
|
|
6754
6754
|
constructor(options) {
|
|
6755
6755
|
super();
|
|
6756
|
-
init(this, options, null, create_fragment$
|
|
6756
|
+
init(this, options, null, create_fragment$U, safe_not_equal, {});
|
|
6757
6757
|
}
|
|
6758
6758
|
};
|
|
6759
|
-
function create_fragment$
|
|
6759
|
+
function create_fragment$T(ctx) {
|
|
6760
6760
|
let svg;
|
|
6761
6761
|
let g;
|
|
6762
6762
|
let path0;
|
|
@@ -6801,7 +6801,7 @@ function create_fragment$Q(ctx) {
|
|
|
6801
6801
|
var UploadIcon = class extends SvelteComponent {
|
|
6802
6802
|
constructor(options) {
|
|
6803
6803
|
super();
|
|
6804
|
-
init(this, options, null, create_fragment$
|
|
6804
|
+
init(this, options, null, create_fragment$T, safe_not_equal, {});
|
|
6805
6805
|
}
|
|
6806
6806
|
};
|
|
6807
6807
|
function get_each_context$a(ctx, list, i) {
|
|
@@ -6898,7 +6898,7 @@ function create_if_block_1$j(ctx) {
|
|
|
6898
6898
|
}
|
|
6899
6899
|
};
|
|
6900
6900
|
}
|
|
6901
|
-
function create_if_block$
|
|
6901
|
+
function create_if_block$p(ctx) {
|
|
6902
6902
|
let div1;
|
|
6903
6903
|
let div0;
|
|
6904
6904
|
let label;
|
|
@@ -7027,7 +7027,7 @@ function create_each_block$a(ctx) {
|
|
|
7027
7027
|
let if_block_anchor;
|
|
7028
7028
|
let if_block = (
|
|
7029
7029
|
/*customField*/
|
|
7030
|
-
ctx[10].hidden !== true && create_if_block$
|
|
7030
|
+
ctx[10].hidden !== true && create_if_block$p(ctx)
|
|
7031
7031
|
);
|
|
7032
7032
|
return {
|
|
7033
7033
|
c() {
|
|
@@ -7048,7 +7048,7 @@ function create_each_block$a(ctx) {
|
|
|
7048
7048
|
if (if_block) {
|
|
7049
7049
|
if_block.p(ctx2, dirty);
|
|
7050
7050
|
} else {
|
|
7051
|
-
if_block = create_if_block$
|
|
7051
|
+
if_block = create_if_block$p(ctx2);
|
|
7052
7052
|
if_block.c();
|
|
7053
7053
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
7054
7054
|
}
|
|
@@ -7065,7 +7065,7 @@ function create_each_block$a(ctx) {
|
|
|
7065
7065
|
}
|
|
7066
7066
|
};
|
|
7067
7067
|
}
|
|
7068
|
-
function create_fragment$
|
|
7068
|
+
function create_fragment$S(ctx) {
|
|
7069
7069
|
let div1;
|
|
7070
7070
|
let h2;
|
|
7071
7071
|
let t1;
|
|
@@ -7283,7 +7283,7 @@ function create_fragment$P(ctx) {
|
|
|
7283
7283
|
}
|
|
7284
7284
|
};
|
|
7285
7285
|
}
|
|
7286
|
-
function instance$
|
|
7286
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
7287
7287
|
let { customFields } = $$props;
|
|
7288
7288
|
let { member } = $$props;
|
|
7289
7289
|
let { profileLoader } = $$props;
|
|
@@ -7386,14 +7386,14 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
|
7386
7386
|
var ProfileInfoContent = class extends SvelteComponent {
|
|
7387
7387
|
constructor(options) {
|
|
7388
7388
|
super();
|
|
7389
|
-
init(this, options, instance$
|
|
7389
|
+
init(this, options, instance$u, create_fragment$S, safe_not_equal, {
|
|
7390
7390
|
customFields: 1,
|
|
7391
7391
|
member: 0,
|
|
7392
7392
|
profileLoader: 5
|
|
7393
7393
|
});
|
|
7394
7394
|
}
|
|
7395
7395
|
};
|
|
7396
|
-
function create_fragment$
|
|
7396
|
+
function create_fragment$R(ctx) {
|
|
7397
7397
|
let svg;
|
|
7398
7398
|
let path;
|
|
7399
7399
|
return {
|
|
@@ -7422,7 +7422,7 @@ function create_fragment$O(ctx) {
|
|
|
7422
7422
|
var PasswordLockIcon = class extends SvelteComponent {
|
|
7423
7423
|
constructor(options) {
|
|
7424
7424
|
super();
|
|
7425
|
-
init(this, options, null, create_fragment$
|
|
7425
|
+
init(this, options, null, create_fragment$R, safe_not_equal, {});
|
|
7426
7426
|
}
|
|
7427
7427
|
};
|
|
7428
7428
|
function get_each_context$9(ctx, list, i) {
|
|
@@ -7460,7 +7460,7 @@ function create_if_block_2$d(ctx) {
|
|
|
7460
7460
|
}
|
|
7461
7461
|
};
|
|
7462
7462
|
}
|
|
7463
|
-
function create_if_block$
|
|
7463
|
+
function create_if_block$o(ctx) {
|
|
7464
7464
|
let p;
|
|
7465
7465
|
let t1;
|
|
7466
7466
|
let div;
|
|
@@ -7739,7 +7739,7 @@ function create_each_block$9(key_1, ctx) {
|
|
|
7739
7739
|
}
|
|
7740
7740
|
};
|
|
7741
7741
|
}
|
|
7742
|
-
function create_fragment$
|
|
7742
|
+
function create_fragment$Q(ctx) {
|
|
7743
7743
|
let div1;
|
|
7744
7744
|
let h2;
|
|
7745
7745
|
let t1;
|
|
@@ -7799,7 +7799,7 @@ function create_fragment$N(ctx) {
|
|
|
7799
7799
|
let if_block0 = current_block_type(ctx);
|
|
7800
7800
|
let if_block1 = (
|
|
7801
7801
|
/*$app*/
|
|
7802
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
7802
|
+
ctx[4].authProviders.length > 0 && create_if_block$o(ctx)
|
|
7803
7803
|
);
|
|
7804
7804
|
return {
|
|
7805
7805
|
c() {
|
|
@@ -7925,7 +7925,7 @@ function create_fragment$N(ctx) {
|
|
|
7925
7925
|
if (if_block1) {
|
|
7926
7926
|
if_block1.p(ctx2, dirty);
|
|
7927
7927
|
} else {
|
|
7928
|
-
if_block1 = create_if_block$
|
|
7928
|
+
if_block1 = create_if_block$o(ctx2);
|
|
7929
7929
|
if_block1.c();
|
|
7930
7930
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
|
7931
7931
|
}
|
|
@@ -7971,7 +7971,7 @@ function create_fragment$N(ctx) {
|
|
|
7971
7971
|
}
|
|
7972
7972
|
};
|
|
7973
7973
|
}
|
|
7974
|
-
function instance$
|
|
7974
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
7975
7975
|
let $app;
|
|
7976
7976
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
7977
7977
|
let { displayProfile } = $$props;
|
|
@@ -8080,7 +8080,7 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
|
8080
8080
|
var SecurityInfoContent = class extends SvelteComponent {
|
|
8081
8081
|
constructor(options) {
|
|
8082
8082
|
super();
|
|
8083
|
-
init(this, options, instance$
|
|
8083
|
+
init(this, options, instance$t, create_fragment$Q, safe_not_equal, {
|
|
8084
8084
|
displayProfile: 0,
|
|
8085
8085
|
member: 1,
|
|
8086
8086
|
emailValue: 2,
|
|
@@ -8118,7 +8118,7 @@ function create_if_block_1$h(ctx) {
|
|
|
8118
8118
|
}
|
|
8119
8119
|
};
|
|
8120
8120
|
}
|
|
8121
|
-
function create_if_block$
|
|
8121
|
+
function create_if_block$n(ctx) {
|
|
8122
8122
|
let passwordinput;
|
|
8123
8123
|
let updating_passwordValue;
|
|
8124
8124
|
let updating_passwordInputValid;
|
|
@@ -8191,7 +8191,7 @@ function create_if_block$m(ctx) {
|
|
|
8191
8191
|
}
|
|
8192
8192
|
};
|
|
8193
8193
|
}
|
|
8194
|
-
function create_fragment$
|
|
8194
|
+
function create_fragment$P(ctx) {
|
|
8195
8195
|
let div3;
|
|
8196
8196
|
let div1;
|
|
8197
8197
|
let div0;
|
|
@@ -8228,7 +8228,7 @@ function create_fragment$M(ctx) {
|
|
|
8228
8228
|
let if_block0 = current_block_type(ctx);
|
|
8229
8229
|
let if_block1 = (
|
|
8230
8230
|
/*member*/
|
|
8231
|
-
ctx[1].auth.hasPassword && create_if_block$
|
|
8231
|
+
ctx[1].auth.hasPassword && create_if_block$n(ctx)
|
|
8232
8232
|
);
|
|
8233
8233
|
function passwordinput0_passwordValue_binding(value) {
|
|
8234
8234
|
ctx[13](value);
|
|
@@ -8394,7 +8394,7 @@ function create_fragment$M(ctx) {
|
|
|
8394
8394
|
transition_in(if_block1, 1);
|
|
8395
8395
|
}
|
|
8396
8396
|
} else {
|
|
8397
|
-
if_block1 = create_if_block$
|
|
8397
|
+
if_block1 = create_if_block$n(ctx2);
|
|
8398
8398
|
if_block1.c();
|
|
8399
8399
|
transition_in(if_block1, 1);
|
|
8400
8400
|
if_block1.m(form, t4);
|
|
@@ -8473,7 +8473,7 @@ function create_fragment$M(ctx) {
|
|
|
8473
8473
|
}
|
|
8474
8474
|
};
|
|
8475
8475
|
}
|
|
8476
|
-
function instance$
|
|
8476
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
8477
8477
|
let { displayProfile } = $$props;
|
|
8478
8478
|
let { profileLoader } = $$props;
|
|
8479
8479
|
let { member } = $$props;
|
|
@@ -8570,7 +8570,7 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
|
8570
8570
|
var PasswordInfoContent = class extends SvelteComponent {
|
|
8571
8571
|
constructor(options) {
|
|
8572
8572
|
super();
|
|
8573
|
-
init(this, options, instance$
|
|
8573
|
+
init(this, options, instance$s, create_fragment$P, safe_not_equal, {
|
|
8574
8574
|
displayProfile: 0,
|
|
8575
8575
|
profileLoader: 9,
|
|
8576
8576
|
member: 1
|
|
@@ -8610,7 +8610,7 @@ function slide(node, { delay = 0, duration = 400, easing = cubicOut, axis = "y"
|
|
|
8610
8610
|
css: (t) => `overflow: hidden;opacity: ${Math.min(t * 20, 1) * opacity};${primary_property}: ${t * primary_property_value}px;padding-${secondary_properties[0]}: ${t * padding_start_value}px;padding-${secondary_properties[1]}: ${t * padding_end_value}px;margin-${secondary_properties[0]}: ${t * margin_start_value}px;margin-${secondary_properties[1]}: ${t * margin_end_value}px;border-${secondary_properties[0]}-width: ${t * border_width_start_value}px;border-${secondary_properties[1]}-width: ${t * border_width_end_value}px;`
|
|
8611
8611
|
};
|
|
8612
8612
|
}
|
|
8613
|
-
function create_fragment$
|
|
8613
|
+
function create_fragment$O(ctx) {
|
|
8614
8614
|
let div;
|
|
8615
8615
|
let loadingicon;
|
|
8616
8616
|
let div_transition;
|
|
@@ -8660,10 +8660,10 @@ function create_fragment$L(ctx) {
|
|
|
8660
8660
|
var ProfileLoader = class extends SvelteComponent {
|
|
8661
8661
|
constructor(options) {
|
|
8662
8662
|
super();
|
|
8663
|
-
init(this, options, null, create_fragment$
|
|
8663
|
+
init(this, options, null, create_fragment$O, safe_not_equal, {});
|
|
8664
8664
|
}
|
|
8665
8665
|
};
|
|
8666
|
-
function create_fragment$
|
|
8666
|
+
function create_fragment$N(ctx) {
|
|
8667
8667
|
let button;
|
|
8668
8668
|
let switch_instance0;
|
|
8669
8669
|
let t0;
|
|
@@ -8829,7 +8829,7 @@ function create_fragment$K(ctx) {
|
|
|
8829
8829
|
}
|
|
8830
8830
|
};
|
|
8831
8831
|
}
|
|
8832
|
-
function instance$
|
|
8832
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
8833
8833
|
const omit_props_names = ["buttonText", "buttonRightIcon", "buttonLeftIcon", "onClick"];
|
|
8834
8834
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
8835
8835
|
let $app;
|
|
@@ -8860,7 +8860,7 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
|
8860
8860
|
var RegularButton = class extends SvelteComponent {
|
|
8861
8861
|
constructor(options) {
|
|
8862
8862
|
super();
|
|
8863
|
-
init(this, options, instance$
|
|
8863
|
+
init(this, options, instance$r, create_fragment$N, safe_not_equal, {
|
|
8864
8864
|
buttonText: 0,
|
|
8865
8865
|
buttonRightIcon: 1,
|
|
8866
8866
|
buttonLeftIcon: 2,
|
|
@@ -8868,7 +8868,7 @@ var RegularButton = class extends SvelteComponent {
|
|
|
8868
8868
|
});
|
|
8869
8869
|
}
|
|
8870
8870
|
};
|
|
8871
|
-
function create_fragment$
|
|
8871
|
+
function create_fragment$M(ctx) {
|
|
8872
8872
|
let button;
|
|
8873
8873
|
let t;
|
|
8874
8874
|
let button_class_value;
|
|
@@ -8938,7 +8938,7 @@ function create_fragment$J(ctx) {
|
|
|
8938
8938
|
}
|
|
8939
8939
|
};
|
|
8940
8940
|
}
|
|
8941
|
-
function instance$
|
|
8941
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
8942
8942
|
const omit_props_names = ["buttonText", "onClick"];
|
|
8943
8943
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
8944
8944
|
let $app;
|
|
@@ -8963,7 +8963,7 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
|
8963
8963
|
var TextButton = class extends SvelteComponent {
|
|
8964
8964
|
constructor(options) {
|
|
8965
8965
|
super();
|
|
8966
|
-
init(this, options, instance$
|
|
8966
|
+
init(this, options, instance$q, create_fragment$M, safe_not_equal, { buttonText: 0, onClick: 1 });
|
|
8967
8967
|
}
|
|
8968
8968
|
};
|
|
8969
8969
|
function get_each_context$8(ctx, list, i) {
|
|
@@ -9190,7 +9190,7 @@ function create_each_block$8(ctx) {
|
|
|
9190
9190
|
}
|
|
9191
9191
|
};
|
|
9192
9192
|
}
|
|
9193
|
-
function create_if_block$
|
|
9193
|
+
function create_if_block$m(ctx) {
|
|
9194
9194
|
let div;
|
|
9195
9195
|
return {
|
|
9196
9196
|
c() {
|
|
@@ -9206,7 +9206,7 @@ function create_if_block$l(ctx) {
|
|
|
9206
9206
|
}
|
|
9207
9207
|
};
|
|
9208
9208
|
}
|
|
9209
|
-
function create_fragment$
|
|
9209
|
+
function create_fragment$L(ctx) {
|
|
9210
9210
|
let div;
|
|
9211
9211
|
let t1;
|
|
9212
9212
|
let t2;
|
|
@@ -9223,7 +9223,7 @@ function create_fragment$I(ctx) {
|
|
|
9223
9223
|
);
|
|
9224
9224
|
let if_block2 = !/*member*/
|
|
9225
9225
|
ctx[0].stripeCustomerId && /*freePlanConnections*/
|
|
9226
|
-
ctx[1].length === 0 && create_if_block$
|
|
9226
|
+
ctx[1].length === 0 && create_if_block$m();
|
|
9227
9227
|
return {
|
|
9228
9228
|
c() {
|
|
9229
9229
|
div = element("div");
|
|
@@ -9307,7 +9307,7 @@ function create_fragment$I(ctx) {
|
|
|
9307
9307
|
if (if_block2)
|
|
9308
9308
|
;
|
|
9309
9309
|
else {
|
|
9310
|
-
if_block2 = create_if_block$
|
|
9310
|
+
if_block2 = create_if_block$m();
|
|
9311
9311
|
if_block2.c();
|
|
9312
9312
|
if_block2.m(if_block2_anchor.parentNode, if_block2_anchor);
|
|
9313
9313
|
}
|
|
@@ -9348,7 +9348,7 @@ function create_fragment$I(ctx) {
|
|
|
9348
9348
|
}
|
|
9349
9349
|
};
|
|
9350
9350
|
}
|
|
9351
|
-
function instance$
|
|
9351
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
9352
9352
|
let freePlanConnections;
|
|
9353
9353
|
let $app;
|
|
9354
9354
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(2, $app = $$value));
|
|
@@ -9402,7 +9402,7 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
|
9402
9402
|
var PlansInfoContent = class extends SvelteComponent {
|
|
9403
9403
|
constructor(options) {
|
|
9404
9404
|
super();
|
|
9405
|
-
init(this, options, instance$
|
|
9405
|
+
init(this, options, instance$p, create_fragment$L, safe_not_equal, { profileLoader: 5, member: 0 });
|
|
9406
9406
|
}
|
|
9407
9407
|
};
|
|
9408
9408
|
function create_if_block_4$5(ctx) {
|
|
@@ -9680,7 +9680,7 @@ function create_if_block_1$f(ctx) {
|
|
|
9680
9680
|
}
|
|
9681
9681
|
};
|
|
9682
9682
|
}
|
|
9683
|
-
function create_if_block$
|
|
9683
|
+
function create_if_block$l(ctx) {
|
|
9684
9684
|
let profileinfocontent;
|
|
9685
9685
|
let updating_member;
|
|
9686
9686
|
let updating_profileLoader;
|
|
@@ -9759,7 +9759,7 @@ function create_if_block$k(ctx) {
|
|
|
9759
9759
|
}
|
|
9760
9760
|
};
|
|
9761
9761
|
}
|
|
9762
|
-
function create_fragment$
|
|
9762
|
+
function create_fragment$K(ctx) {
|
|
9763
9763
|
let div5;
|
|
9764
9764
|
let div1;
|
|
9765
9765
|
let div0;
|
|
@@ -9836,7 +9836,7 @@ function create_fragment$H(ctx) {
|
|
|
9836
9836
|
/*profileLoader*/
|
|
9837
9837
|
ctx[4] && create_if_block_4$5()
|
|
9838
9838
|
);
|
|
9839
|
-
const if_block_creators = [create_if_block$
|
|
9839
|
+
const if_block_creators = [create_if_block$l, create_if_block_1$f, create_if_block_2$b, create_if_block_3$7];
|
|
9840
9840
|
const if_blocks = [];
|
|
9841
9841
|
function select_block_type(ctx2, dirty) {
|
|
9842
9842
|
if (
|
|
@@ -10038,7 +10038,7 @@ function create_fragment$H(ctx) {
|
|
|
10038
10038
|
};
|
|
10039
10039
|
}
|
|
10040
10040
|
var hideProfileSection = false;
|
|
10041
|
-
function instance$
|
|
10041
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
10042
10042
|
let $app;
|
|
10043
10043
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(5, $app = $$value));
|
|
10044
10044
|
let { onSuccessLogout } = $$props;
|
|
@@ -10133,7 +10133,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
|
10133
10133
|
var ProfileModal = class extends SvelteComponent {
|
|
10134
10134
|
constructor(options) {
|
|
10135
10135
|
super();
|
|
10136
|
-
init(this, options, instance$
|
|
10136
|
+
init(this, options, instance$o, create_fragment$K, safe_not_equal, {
|
|
10137
10137
|
onSuccessLogout: 2,
|
|
10138
10138
|
closeModal: 3,
|
|
10139
10139
|
displayProfile: 0,
|
|
@@ -10141,7 +10141,7 @@ var ProfileModal = class extends SvelteComponent {
|
|
|
10141
10141
|
});
|
|
10142
10142
|
}
|
|
10143
10143
|
};
|
|
10144
|
-
function create_fragment$
|
|
10144
|
+
function create_fragment$J(ctx) {
|
|
10145
10145
|
let svg;
|
|
10146
10146
|
let path;
|
|
10147
10147
|
return {
|
|
@@ -10171,7 +10171,7 @@ function create_fragment$G(ctx) {
|
|
|
10171
10171
|
var ForwardIcon = class extends SvelteComponent {
|
|
10172
10172
|
constructor(options) {
|
|
10173
10173
|
super();
|
|
10174
|
-
init(this, options, null, create_fragment$
|
|
10174
|
+
init(this, options, null, create_fragment$J, safe_not_equal, {});
|
|
10175
10175
|
}
|
|
10176
10176
|
};
|
|
10177
10177
|
function create_if_block_1$e(ctx) {
|
|
@@ -10253,7 +10253,7 @@ function create_if_block_1$e(ctx) {
|
|
|
10253
10253
|
}
|
|
10254
10254
|
};
|
|
10255
10255
|
}
|
|
10256
|
-
function create_if_block$
|
|
10256
|
+
function create_if_block$k(ctx) {
|
|
10257
10257
|
let button;
|
|
10258
10258
|
let div;
|
|
10259
10259
|
let linkouticon;
|
|
@@ -10316,7 +10316,7 @@ function create_if_block$j(ctx) {
|
|
|
10316
10316
|
}
|
|
10317
10317
|
};
|
|
10318
10318
|
}
|
|
10319
|
-
function create_fragment$
|
|
10319
|
+
function create_fragment$I(ctx) {
|
|
10320
10320
|
let div2;
|
|
10321
10321
|
let t0;
|
|
10322
10322
|
let button0;
|
|
@@ -10342,7 +10342,7 @@ function create_fragment$F(ctx) {
|
|
|
10342
10342
|
forwardicon0 = new ForwardIcon({});
|
|
10343
10343
|
let if_block1 = (
|
|
10344
10344
|
/*member*/
|
|
10345
|
-
ctx[1].stripeCustomerId && create_if_block$
|
|
10345
|
+
ctx[1].stripeCustomerId && create_if_block$k(ctx)
|
|
10346
10346
|
);
|
|
10347
10347
|
logouticon = new LogoutIcon({});
|
|
10348
10348
|
forwardicon1 = new ForwardIcon({});
|
|
@@ -10462,7 +10462,7 @@ function create_fragment$F(ctx) {
|
|
|
10462
10462
|
transition_in(if_block1, 1);
|
|
10463
10463
|
}
|
|
10464
10464
|
} else {
|
|
10465
|
-
if_block1 = create_if_block$
|
|
10465
|
+
if_block1 = create_if_block$k(ctx2);
|
|
10466
10466
|
if_block1.c();
|
|
10467
10467
|
transition_in(if_block1, 1);
|
|
10468
10468
|
if_block1.m(div2, t4);
|
|
@@ -10511,7 +10511,7 @@ function create_fragment$F(ctx) {
|
|
|
10511
10511
|
}
|
|
10512
10512
|
};
|
|
10513
10513
|
}
|
|
10514
|
-
function instance$
|
|
10514
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
10515
10515
|
let { member } = $$props;
|
|
10516
10516
|
let { onSuccessLogout } = $$props;
|
|
10517
10517
|
let { displayProfile } = $$props;
|
|
@@ -10576,7 +10576,7 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
|
10576
10576
|
var MobileProfileModalNav = class extends SvelteComponent {
|
|
10577
10577
|
constructor(options) {
|
|
10578
10578
|
super();
|
|
10579
|
-
init(this, options, instance$
|
|
10579
|
+
init(this, options, instance$n, create_fragment$I, safe_not_equal, {
|
|
10580
10580
|
member: 1,
|
|
10581
10581
|
onSuccessLogout: 6,
|
|
10582
10582
|
displayProfile: 0,
|
|
@@ -10592,7 +10592,7 @@ function get_each_context$7(ctx, list, i) {
|
|
|
10592
10592
|
child_ctx[7] = i;
|
|
10593
10593
|
return child_ctx;
|
|
10594
10594
|
}
|
|
10595
|
-
function create_if_block$
|
|
10595
|
+
function create_if_block$j(ctx) {
|
|
10596
10596
|
let div1;
|
|
10597
10597
|
let div0;
|
|
10598
10598
|
let label;
|
|
@@ -10707,7 +10707,7 @@ function create_each_block$7(ctx) {
|
|
|
10707
10707
|
let if_block_anchor;
|
|
10708
10708
|
let if_block = (
|
|
10709
10709
|
/*customField*/
|
|
10710
|
-
ctx[5].hidden !== true && create_if_block$
|
|
10710
|
+
ctx[5].hidden !== true && create_if_block$j(ctx)
|
|
10711
10711
|
);
|
|
10712
10712
|
return {
|
|
10713
10713
|
c() {
|
|
@@ -10728,7 +10728,7 @@ function create_each_block$7(ctx) {
|
|
|
10728
10728
|
if (if_block) {
|
|
10729
10729
|
if_block.p(ctx2, dirty);
|
|
10730
10730
|
} else {
|
|
10731
|
-
if_block = create_if_block$
|
|
10731
|
+
if_block = create_if_block$j(ctx2);
|
|
10732
10732
|
if_block.c();
|
|
10733
10733
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
10734
10734
|
}
|
|
@@ -10745,7 +10745,7 @@ function create_each_block$7(ctx) {
|
|
|
10745
10745
|
}
|
|
10746
10746
|
};
|
|
10747
10747
|
}
|
|
10748
|
-
function create_fragment$
|
|
10748
|
+
function create_fragment$H(ctx) {
|
|
10749
10749
|
let form;
|
|
10750
10750
|
let t0;
|
|
10751
10751
|
let div;
|
|
@@ -10840,7 +10840,7 @@ function create_fragment$E(ctx) {
|
|
|
10840
10840
|
}
|
|
10841
10841
|
};
|
|
10842
10842
|
}
|
|
10843
|
-
function instance$
|
|
10843
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
10844
10844
|
let { customFields } = $$props;
|
|
10845
10845
|
let { member } = $$props;
|
|
10846
10846
|
let { profileLoader } = $$props;
|
|
@@ -10868,7 +10868,7 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
|
10868
10868
|
var MobileProfileInfoContent = class extends SvelteComponent {
|
|
10869
10869
|
constructor(options) {
|
|
10870
10870
|
super();
|
|
10871
|
-
init(this, options, instance$
|
|
10871
|
+
init(this, options, instance$m, create_fragment$H, safe_not_equal, {
|
|
10872
10872
|
customFields: 1,
|
|
10873
10873
|
member: 0,
|
|
10874
10874
|
profileLoader: 3
|
|
@@ -10910,7 +10910,7 @@ function create_if_block_2$a(ctx) {
|
|
|
10910
10910
|
}
|
|
10911
10911
|
};
|
|
10912
10912
|
}
|
|
10913
|
-
function create_if_block$
|
|
10913
|
+
function create_if_block$i(ctx) {
|
|
10914
10914
|
let p;
|
|
10915
10915
|
let t1;
|
|
10916
10916
|
let div;
|
|
@@ -11189,7 +11189,7 @@ function create_each_block$6(key_1, ctx) {
|
|
|
11189
11189
|
}
|
|
11190
11190
|
};
|
|
11191
11191
|
}
|
|
11192
|
-
function create_fragment$
|
|
11192
|
+
function create_fragment$G(ctx) {
|
|
11193
11193
|
let form;
|
|
11194
11194
|
let emailinput;
|
|
11195
11195
|
let updating_emailInputValid;
|
|
@@ -11245,7 +11245,7 @@ function create_fragment$D(ctx) {
|
|
|
11245
11245
|
let if_block0 = current_block_type(ctx);
|
|
11246
11246
|
let if_block1 = (
|
|
11247
11247
|
/*$app*/
|
|
11248
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
11248
|
+
ctx[4].authProviders.length > 0 && create_if_block$i(ctx)
|
|
11249
11249
|
);
|
|
11250
11250
|
return {
|
|
11251
11251
|
c() {
|
|
@@ -11354,7 +11354,7 @@ function create_fragment$D(ctx) {
|
|
|
11354
11354
|
if (if_block1) {
|
|
11355
11355
|
if_block1.p(ctx2, dirty);
|
|
11356
11356
|
} else {
|
|
11357
|
-
if_block1 = create_if_block$
|
|
11357
|
+
if_block1 = create_if_block$i(ctx2);
|
|
11358
11358
|
if_block1.c();
|
|
11359
11359
|
if_block1.m(t5.parentNode, t5);
|
|
11360
11360
|
}
|
|
@@ -11403,7 +11403,7 @@ function create_fragment$D(ctx) {
|
|
|
11403
11403
|
}
|
|
11404
11404
|
};
|
|
11405
11405
|
}
|
|
11406
|
-
function instance$
|
|
11406
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
11407
11407
|
let $app;
|
|
11408
11408
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
11409
11409
|
let { displayProfile } = $$props;
|
|
@@ -11512,7 +11512,7 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
|
11512
11512
|
var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
11513
11513
|
constructor(options) {
|
|
11514
11514
|
super();
|
|
11515
|
-
init(this, options, instance$
|
|
11515
|
+
init(this, options, instance$l, create_fragment$G, safe_not_equal, {
|
|
11516
11516
|
displayProfile: 0,
|
|
11517
11517
|
member: 1,
|
|
11518
11518
|
emailValue: 2,
|
|
@@ -11520,7 +11520,7 @@ var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
|
11520
11520
|
});
|
|
11521
11521
|
}
|
|
11522
11522
|
};
|
|
11523
|
-
function create_if_block$
|
|
11523
|
+
function create_if_block$h(ctx) {
|
|
11524
11524
|
let passwordinput;
|
|
11525
11525
|
let updating_passwordValue;
|
|
11526
11526
|
let updating_passwordInputValid;
|
|
@@ -11593,7 +11593,7 @@ function create_if_block$g(ctx) {
|
|
|
11593
11593
|
}
|
|
11594
11594
|
};
|
|
11595
11595
|
}
|
|
11596
|
-
function create_fragment$
|
|
11596
|
+
function create_fragment$F(ctx) {
|
|
11597
11597
|
let form;
|
|
11598
11598
|
let t0;
|
|
11599
11599
|
let passwordinput0;
|
|
@@ -11613,7 +11613,7 @@ function create_fragment$C(ctx) {
|
|
|
11613
11613
|
let dispose;
|
|
11614
11614
|
let if_block = (
|
|
11615
11615
|
/*member*/
|
|
11616
|
-
ctx[0].auth.hasPassword && create_if_block$
|
|
11616
|
+
ctx[0].auth.hasPassword && create_if_block$h(ctx)
|
|
11617
11617
|
);
|
|
11618
11618
|
function passwordinput0_passwordValue_binding(value) {
|
|
11619
11619
|
ctx[11](value);
|
|
@@ -11735,7 +11735,7 @@ function create_fragment$C(ctx) {
|
|
|
11735
11735
|
transition_in(if_block, 1);
|
|
11736
11736
|
}
|
|
11737
11737
|
} else {
|
|
11738
|
-
if_block = create_if_block$
|
|
11738
|
+
if_block = create_if_block$h(ctx2);
|
|
11739
11739
|
if_block.c();
|
|
11740
11740
|
transition_in(if_block, 1);
|
|
11741
11741
|
if_block.m(form, t0);
|
|
@@ -11818,7 +11818,7 @@ function create_fragment$C(ctx) {
|
|
|
11818
11818
|
}
|
|
11819
11819
|
};
|
|
11820
11820
|
}
|
|
11821
|
-
function instance$
|
|
11821
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
11822
11822
|
let { profileLoader } = $$props;
|
|
11823
11823
|
let { member } = $$props;
|
|
11824
11824
|
let currentPasswordValue = "";
|
|
@@ -11909,7 +11909,7 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
|
11909
11909
|
var MobilePasswordInfoContent = class extends SvelteComponent {
|
|
11910
11910
|
constructor(options) {
|
|
11911
11911
|
super();
|
|
11912
|
-
init(this, options, instance$
|
|
11912
|
+
init(this, options, instance$k, create_fragment$F, safe_not_equal, { profileLoader: 8, member: 0 });
|
|
11913
11913
|
}
|
|
11914
11914
|
};
|
|
11915
11915
|
function create_if_block_6$3(ctx) {
|
|
@@ -12310,7 +12310,7 @@ function create_if_block_1$c(ctx) {
|
|
|
12310
12310
|
}
|
|
12311
12311
|
};
|
|
12312
12312
|
}
|
|
12313
|
-
function create_if_block$
|
|
12313
|
+
function create_if_block$g(ctx) {
|
|
12314
12314
|
let mobileprofilemodalnav;
|
|
12315
12315
|
let updating_member;
|
|
12316
12316
|
let updating_displayProfile;
|
|
@@ -12416,7 +12416,7 @@ function create_if_block$f(ctx) {
|
|
|
12416
12416
|
}
|
|
12417
12417
|
};
|
|
12418
12418
|
}
|
|
12419
|
-
function create_fragment$
|
|
12419
|
+
function create_fragment$E(ctx) {
|
|
12420
12420
|
let div5;
|
|
12421
12421
|
let div2;
|
|
12422
12422
|
let t0;
|
|
@@ -12467,7 +12467,7 @@ function create_fragment$B(ctx) {
|
|
|
12467
12467
|
/*profileLoader*/
|
|
12468
12468
|
ctx[6] && create_if_block_4$4()
|
|
12469
12469
|
);
|
|
12470
|
-
const if_block_creators_1 = [create_if_block$
|
|
12470
|
+
const if_block_creators_1 = [create_if_block$g, create_if_block_1$c, create_if_block_2$9, create_if_block_3$6];
|
|
12471
12471
|
const if_blocks_1 = [];
|
|
12472
12472
|
function select_block_type_1(ctx2, dirty) {
|
|
12473
12473
|
if (
|
|
@@ -12707,7 +12707,7 @@ function create_fragment$B(ctx) {
|
|
|
12707
12707
|
}
|
|
12708
12708
|
};
|
|
12709
12709
|
}
|
|
12710
|
-
function instance$
|
|
12710
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
12711
12711
|
let $app;
|
|
12712
12712
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(7, $app = $$value));
|
|
12713
12713
|
let { onSuccessLogout } = $$props;
|
|
@@ -12822,7 +12822,7 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
12822
12822
|
var MobileProfileModal = class extends SvelteComponent {
|
|
12823
12823
|
constructor(options) {
|
|
12824
12824
|
super();
|
|
12825
|
-
init(this, options, instance$
|
|
12825
|
+
init(this, options, instance$j, create_fragment$E, safe_not_equal, {
|
|
12826
12826
|
onSuccessLogout: 3,
|
|
12827
12827
|
closeModal: 4,
|
|
12828
12828
|
displayProfile: 0,
|
|
@@ -12831,29 +12831,654 @@ var MobileProfileModal = class extends SvelteComponent {
|
|
|
12831
12831
|
});
|
|
12832
12832
|
}
|
|
12833
12833
|
};
|
|
12834
|
-
|
|
12835
|
-
|
|
12836
|
-
|
|
12837
|
-
|
|
12838
|
-
|
|
12839
|
-
|
|
12834
|
+
function add_css$j(target) {
|
|
12835
|
+
append_styles(target, "svelte-c6ihgv", "svg.svelte-c6ihgv{fill:currentColor}");
|
|
12836
|
+
}
|
|
12837
|
+
function create_fragment$D(ctx) {
|
|
12838
|
+
let svg;
|
|
12839
|
+
let path;
|
|
12840
|
+
return {
|
|
12841
|
+
c() {
|
|
12842
|
+
svg = svg_element("svg");
|
|
12843
|
+
path = svg_element("path");
|
|
12844
|
+
attr(path, "d", "M226.783-133.782q-38.363 0-65.682-27.319-27.319-27.319-27.319-65.682v-506.434q0-38.363 27.319-65.682 27.319-27.319 65.682-27.319h151.521q10.391-32.696 37.688-53.261 27.296-20.566 64.008-20.566 34.326 0 62.283 20.566 27.957 20.565 38.913 53.261h152.021q38.363 0 65.682 27.319 27.319 27.319 27.319 65.682v506.434q0 38.363-27.319 65.682-27.319 27.319-65.682 27.319H226.783Zm0-93.001h506.434v-506.434h-63.043v75.043q0 18.887-13.807 32.694-13.807 13.807-32.694 13.807H336.327q-18.887 0-32.694-13.807-13.807-13.807-13.807-32.694v-75.043h-63.043v506.434Zm253.006-518.913q13.711 0 23.711-9.789 10-9.79 10-23.5 0-13.711-9.789-23.711-9.79-10-23.5-10-13.711 0-23.711 9.79-10 9.789-10 23.5 0 13.71 9.789 23.71 9.79 10 23.5 10Z");
|
|
12845
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12846
|
+
attr(svg, "height", "20");
|
|
12847
|
+
attr(svg, "viewBox", "0 -960 960 960");
|
|
12848
|
+
attr(svg, "width", "20");
|
|
12849
|
+
attr(svg, "class", "svelte-c6ihgv");
|
|
12850
|
+
},
|
|
12851
|
+
m(target, anchor) {
|
|
12852
|
+
insert(target, svg, anchor);
|
|
12853
|
+
append(svg, path);
|
|
12854
|
+
},
|
|
12855
|
+
p: noop,
|
|
12856
|
+
i: noop,
|
|
12857
|
+
o: noop,
|
|
12858
|
+
d(detaching) {
|
|
12859
|
+
if (detaching)
|
|
12860
|
+
detach(svg);
|
|
12861
|
+
}
|
|
12862
|
+
};
|
|
12863
|
+
}
|
|
12864
|
+
var CopyIcon$1 = class extends SvelteComponent {
|
|
12865
|
+
constructor(options) {
|
|
12866
|
+
super();
|
|
12867
|
+
init(this, options, null, create_fragment$D, safe_not_equal, {}, add_css$j);
|
|
12840
12868
|
}
|
|
12841
|
-
}
|
|
12842
|
-
|
|
12843
|
-
|
|
12844
|
-
|
|
12845
|
-
|
|
12846
|
-
|
|
12847
|
-
|
|
12848
|
-
|
|
12849
|
-
|
|
12850
|
-
|
|
12869
|
+
};
|
|
12870
|
+
function add_css$i(target) {
|
|
12871
|
+
append_styles(target, "svelte-50knw2", "svg.svelte-50knw2{fill:currentColor;width:9px;height:auto}");
|
|
12872
|
+
}
|
|
12873
|
+
function create_fragment$C(ctx) {
|
|
12874
|
+
let svg;
|
|
12875
|
+
let path;
|
|
12876
|
+
return {
|
|
12877
|
+
c() {
|
|
12878
|
+
svg = svg_element("svg");
|
|
12879
|
+
path = svg_element("path");
|
|
12880
|
+
attr(path, "fill", "currentColor");
|
|
12881
|
+
attr(path, "d", "M459-381 314-526q-3-3-4.5-6.5T308-540q0-8 5.5-14t14.5-6h304q9 0 14.5 6t5.5 14q0 2-6 14L501-381q-5 5-10 7t-11 2q-6 0-11-2t-10-7Z");
|
|
12882
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12883
|
+
attr(svg, "viewBox", "308 -560 344 188");
|
|
12884
|
+
attr(svg, "class", "svelte-50knw2");
|
|
12885
|
+
},
|
|
12886
|
+
m(target, anchor) {
|
|
12887
|
+
insert(target, svg, anchor);
|
|
12888
|
+
append(svg, path);
|
|
12889
|
+
},
|
|
12890
|
+
p: noop,
|
|
12891
|
+
i: noop,
|
|
12892
|
+
o: noop,
|
|
12893
|
+
d(detaching) {
|
|
12894
|
+
if (detaching)
|
|
12895
|
+
detach(svg);
|
|
12896
|
+
}
|
|
12897
|
+
};
|
|
12898
|
+
}
|
|
12899
|
+
var ArrowIcon$1 = class extends SvelteComponent {
|
|
12900
|
+
constructor(options) {
|
|
12901
|
+
super();
|
|
12902
|
+
init(this, options, null, create_fragment$C, safe_not_equal, {}, add_css$i);
|
|
12903
|
+
}
|
|
12904
|
+
};
|
|
12905
|
+
function add_css$h(target) {
|
|
12906
|
+
append_styles(target, "svelte-w4kmg0", "#TestCardModal .copied{background-color:#3eb862 !important;color:#fff !important}#TestCardModal .copied svg{opacity:1 !important}#TestCardModal.svelte-w4kmg0 .ms-modal__title.svelte-w4kmg0{text-align:left;margin-bottom:5px;font-size:20px;line-height:24px}#TestCardModal.svelte-w4kmg0 .ms-video.svelte-w4kmg0{width:100%;margin-top:20px;margin-bottom:20px;border-radius:10px;overflow:hidden}#TestCardModal.svelte-w4kmg0 p.svelte-w4kmg0{color:#443;font-size:11px;line-height:16.5px;margin-bottom:10px}#TestCardModal.svelte-w4kmg0 p.no-margin.svelte-w4kmg0{margin:0}#TestCardModal.svelte-w4kmg0 p a.svelte-w4kmg0{color:#443;font-weight:bold;text-decoration:underline}#TestCardModal.svelte-w4kmg0 .ms-split-button.svelte-w4kmg0{display:flex;position:relative;margin-bottom:10px;width:100%;color:#292929;font-size:13px;line-height:1}#TestCardModal.svelte-w4kmg0 .ms-split-button__main.svelte-w4kmg0{background-color:#f5f5f5;border:0.5px solid #dddfee;border-radius:6px 0 0 6px;padding:10px 15px;width:100%;display:flex;text-overflow:ellipsis;gap:6px;align-items:center;transition:background-color 0.2s}#TestCardModal.svelte-w4kmg0 .ms-split-button__main span.svelte-w4kmg0{font-weight:bold}#TestCardModal.svelte-w4kmg0 .ms-split-button__main.svelte-w4kmg0:hover{background:#dddfee}#TestCardModal.svelte-w4kmg0 .ms-split-button__secondary.svelte-w4kmg0{background-color:#f5f5f5;border:0.5px solid #dddfee;border-radius:0 6px 6px 0;padding:10px 15px;display:flex;align-items:center;justify-content:center;transition:background-color 0.2s}#TestCardModal.svelte-w4kmg0 .ms-split-button__secondary.svelte-w4kmg0:hover{background:#dddfee}#TestCardModal.svelte-w4kmg0 .ms-split-button__secondary.active.svelte-w4kmg0{background:#dddfee}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown.svelte-w4kmg0{background-color:#f5f5f5;border:0.5px solid #dddfee;border-radius:6px;color:#443;display:none;font-size:12px;line-height:1;position:absolute;right:0;top:100%;z-index:2147483649 !important;width:auto}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown.show.svelte-w4kmg0{display:block}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown section.svelte-w4kmg0{display:flex;flex-direction:column}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown-title.svelte-w4kmg0{background-color:#f5f5f5;color:#000;font-size:11px;font-weight:bold;line-height:1;padding:10px;border-bottom:0.5px solid #dddfee;text-align:right}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown button.svelte-w4kmg0{background-color:#fff;color:#443;font-size:11px;line-height:1;padding:10px;width:100%;text-align:right;transition:background-color 0.2s;display:flex;justify-content:space-between;align-items:center}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown button .ms-split-button__copy-icon.svelte-w4kmg0{position:relative;width:20px;height:5px;display:flex;justify-content:center;align-items:center}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown button.svelte-w4kmg0:hover{background-color:#dddfee}\n #TestCardModal\n .ms-split-button__dropdown\n button\n .ms-split-button__copy-icon\n svg\n {position:absolute}\n #TestCardModal\n .ms-split-button__dropdown\n button:hover\n .ms-split-button__copy-icon\n svg\n {opacity:1}\n #TestCardModal\n .ms-split-button__dropdown\n button\n .ms-split-button__copy-icon\n svg\n {opacity:0}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown button span.svelte-w4kmg0{font-weight:bold}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown-footer.svelte-w4kmg0{background-color:#f5f5f5;color:#000;font-size:11px;line-height:1;font-weight:bold;padding:10px;text-align:center}#TestCardModal.svelte-w4kmg0 .ms-split-button__dropdown-footer a.svelte-w4kmg0{color:#2962ff;text-decoration:none}#TestCardModal.svelte-w4kmg0 .ms-submit-button.svelte-w4kmg0{background-color:#434de7;border-radius:6px;color:#fff;font-size:14px;font-weight:bold;line-height:1;padding:16px;width:100%}");
|
|
12907
|
+
}
|
|
12908
|
+
function create_if_block$f(ctx) {
|
|
12909
|
+
let closebutton;
|
|
12910
|
+
let current;
|
|
12911
|
+
closebutton = new CloseButton({
|
|
12912
|
+
props: { closeModal: (
|
|
12913
|
+
/*closeModal*/
|
|
12914
|
+
ctx[0]
|
|
12915
|
+
) }
|
|
12916
|
+
});
|
|
12917
|
+
return {
|
|
12918
|
+
c() {
|
|
12919
|
+
create_component(closebutton.$$.fragment);
|
|
12920
|
+
},
|
|
12921
|
+
m(target, anchor) {
|
|
12922
|
+
mount_component(closebutton, target, anchor);
|
|
12923
|
+
current = true;
|
|
12924
|
+
},
|
|
12925
|
+
p(ctx2, dirty) {
|
|
12926
|
+
const closebutton_changes = {};
|
|
12927
|
+
if (dirty & /*closeModal*/
|
|
12928
|
+
1)
|
|
12929
|
+
closebutton_changes.closeModal = /*closeModal*/
|
|
12930
|
+
ctx2[0];
|
|
12931
|
+
closebutton.$set(closebutton_changes);
|
|
12932
|
+
},
|
|
12933
|
+
i(local) {
|
|
12934
|
+
if (current)
|
|
12935
|
+
return;
|
|
12936
|
+
transition_in(closebutton.$$.fragment, local);
|
|
12937
|
+
current = true;
|
|
12938
|
+
},
|
|
12939
|
+
o(local) {
|
|
12940
|
+
transition_out(closebutton.$$.fragment, local);
|
|
12941
|
+
current = false;
|
|
12942
|
+
},
|
|
12943
|
+
d(detaching) {
|
|
12944
|
+
destroy_component(closebutton, detaching);
|
|
12945
|
+
}
|
|
12946
|
+
};
|
|
12947
|
+
}
|
|
12948
|
+
function create_fragment$B(ctx) {
|
|
12949
|
+
let div5;
|
|
12950
|
+
let t0;
|
|
12951
|
+
let div4;
|
|
12952
|
+
let h2;
|
|
12953
|
+
let t2;
|
|
12954
|
+
let p0;
|
|
12955
|
+
let t4;
|
|
12956
|
+
let video;
|
|
12957
|
+
let source0;
|
|
12958
|
+
let source0_src_value;
|
|
12959
|
+
let source1;
|
|
12960
|
+
let source1_src_value;
|
|
12961
|
+
let t5;
|
|
12962
|
+
let div3;
|
|
12963
|
+
let button0;
|
|
12964
|
+
let copyicon0;
|
|
12965
|
+
let t6;
|
|
12966
|
+
let t7;
|
|
12967
|
+
let span0;
|
|
12968
|
+
let t9;
|
|
12969
|
+
let button1;
|
|
12970
|
+
let arrowicon;
|
|
12971
|
+
let t10;
|
|
12972
|
+
let nav;
|
|
12973
|
+
let section0;
|
|
12974
|
+
let div0;
|
|
12975
|
+
let t12;
|
|
12976
|
+
let button2;
|
|
12977
|
+
let span1;
|
|
12978
|
+
let copyicon1;
|
|
12979
|
+
let span2;
|
|
12980
|
+
let t15;
|
|
12981
|
+
let button3;
|
|
12982
|
+
let span3;
|
|
12983
|
+
let copyicon2;
|
|
12984
|
+
let span4;
|
|
12985
|
+
let t18;
|
|
12986
|
+
let button4;
|
|
12987
|
+
let span5;
|
|
12988
|
+
let copyicon3;
|
|
12989
|
+
let span6;
|
|
12990
|
+
let t21;
|
|
12991
|
+
let section1;
|
|
12992
|
+
let div1;
|
|
12993
|
+
let t23;
|
|
12994
|
+
let button5;
|
|
12995
|
+
let span7;
|
|
12996
|
+
let copyicon4;
|
|
12997
|
+
let span8;
|
|
12998
|
+
let t26;
|
|
12999
|
+
let button6;
|
|
13000
|
+
let span9;
|
|
13001
|
+
let copyicon5;
|
|
13002
|
+
let span10;
|
|
13003
|
+
let t29;
|
|
13004
|
+
let div2;
|
|
13005
|
+
let t33;
|
|
13006
|
+
let p1;
|
|
13007
|
+
let t35;
|
|
13008
|
+
let button7;
|
|
13009
|
+
let current;
|
|
13010
|
+
let mounted;
|
|
13011
|
+
let dispose;
|
|
13012
|
+
let if_block = (!/*params*/
|
|
13013
|
+
ctx[2] || !/*params*/
|
|
13014
|
+
ctx[2].hideCloseButton) && create_if_block$f(ctx);
|
|
13015
|
+
copyicon0 = new CopyIcon$1({});
|
|
13016
|
+
arrowicon = new ArrowIcon$1({});
|
|
13017
|
+
copyicon1 = new CopyIcon$1({});
|
|
13018
|
+
copyicon2 = new CopyIcon$1({});
|
|
13019
|
+
copyicon3 = new CopyIcon$1({});
|
|
13020
|
+
copyicon4 = new CopyIcon$1({});
|
|
13021
|
+
copyicon5 = new CopyIcon$1({});
|
|
13022
|
+
return {
|
|
13023
|
+
c() {
|
|
13024
|
+
div5 = element("div");
|
|
13025
|
+
if (if_block)
|
|
13026
|
+
if_block.c();
|
|
13027
|
+
t0 = space();
|
|
13028
|
+
div4 = element("div");
|
|
13029
|
+
h2 = element("h2");
|
|
13030
|
+
h2.textContent = "Copy Stripe Test Card";
|
|
13031
|
+
t2 = space();
|
|
13032
|
+
p0 = element("p");
|
|
13033
|
+
p0.textContent = "Test mode only. Live members will never see this modal.";
|
|
13034
|
+
t4 = space();
|
|
13035
|
+
video = element("video");
|
|
13036
|
+
source0 = element("source");
|
|
13037
|
+
source1 = element("source");
|
|
13038
|
+
t5 = space();
|
|
13039
|
+
div3 = element("div");
|
|
13040
|
+
button0 = element("button");
|
|
13041
|
+
create_component(copyicon0.$$.fragment);
|
|
13042
|
+
t6 = space();
|
|
13043
|
+
t7 = text(
|
|
13044
|
+
/*buttonText*/
|
|
13045
|
+
ctx[3]
|
|
13046
|
+
);
|
|
13047
|
+
span0 = element("span");
|
|
13048
|
+
span0.textContent = "...4242";
|
|
13049
|
+
t9 = space();
|
|
13050
|
+
button1 = element("button");
|
|
13051
|
+
create_component(arrowicon.$$.fragment);
|
|
13052
|
+
t10 = space();
|
|
13053
|
+
nav = element("nav");
|
|
13054
|
+
section0 = element("section");
|
|
13055
|
+
div0 = element("div");
|
|
13056
|
+
div0.textContent = "Test Successful Payments";
|
|
13057
|
+
t12 = space();
|
|
13058
|
+
button2 = element("button");
|
|
13059
|
+
span1 = element("span");
|
|
13060
|
+
create_component(copyicon1.$$.fragment);
|
|
13061
|
+
span2 = element("span");
|
|
13062
|
+
span2.innerHTML = `Visa Debit <b>...5556</b>`;
|
|
13063
|
+
t15 = space();
|
|
13064
|
+
button3 = element("button");
|
|
13065
|
+
span3 = element("span");
|
|
13066
|
+
create_component(copyicon2.$$.fragment);
|
|
13067
|
+
span4 = element("span");
|
|
13068
|
+
span4.innerHTML = `Mastercard <b>...4444</b>`;
|
|
13069
|
+
t18 = space();
|
|
13070
|
+
button4 = element("button");
|
|
13071
|
+
span5 = element("span");
|
|
13072
|
+
create_component(copyicon3.$$.fragment);
|
|
13073
|
+
span6 = element("span");
|
|
13074
|
+
span6.innerHTML = `American Express <b>...10005</b>`;
|
|
13075
|
+
t21 = space();
|
|
13076
|
+
section1 = element("section");
|
|
13077
|
+
div1 = element("div");
|
|
13078
|
+
div1.textContent = "Test Declined Payments";
|
|
13079
|
+
t23 = space();
|
|
13080
|
+
button5 = element("button");
|
|
13081
|
+
span7 = element("span");
|
|
13082
|
+
create_component(copyicon4.$$.fragment);
|
|
13083
|
+
span8 = element("span");
|
|
13084
|
+
span8.innerHTML = `Generic decline <b>...0002</b>`;
|
|
13085
|
+
t26 = space();
|
|
13086
|
+
button6 = element("button");
|
|
13087
|
+
span9 = element("span");
|
|
13088
|
+
create_component(copyicon5.$$.fragment);
|
|
13089
|
+
span10 = element("span");
|
|
13090
|
+
span10.innerHTML = `Insufficient funds <b>...9995</b>`;
|
|
13091
|
+
t29 = space();
|
|
13092
|
+
div2 = element("div");
|
|
13093
|
+
div2.innerHTML = `Complete list of <a href="https://stripe.com/docs/testing" target="_blank" class="svelte-w4kmg0">alternative test cards</a>.`;
|
|
13094
|
+
t33 = space();
|
|
13095
|
+
p1 = element("p");
|
|
13096
|
+
p1.textContent = "Paste the card number on the next screen, with any CVC,\n expiration date, and ZIP code.";
|
|
13097
|
+
t35 = space();
|
|
13098
|
+
button7 = element("button");
|
|
13099
|
+
button7.textContent = "Continue to Test Checkout";
|
|
13100
|
+
attr(h2, "class", "ms-modal__title svelte-w4kmg0");
|
|
13101
|
+
attr(h2, "data-copy-btn", "");
|
|
13102
|
+
attr(p0, "class", "no-margin svelte-w4kmg0");
|
|
13103
|
+
if (!src_url_equal(source0.src, source0_src_value = videoMP4Path))
|
|
13104
|
+
attr(source0, "src", source0_src_value);
|
|
13105
|
+
attr(source0, "type", "video/mp4");
|
|
13106
|
+
if (!src_url_equal(source1.src, source1_src_value = videoWebMPath))
|
|
13107
|
+
attr(source1, "src", source1_src_value);
|
|
13108
|
+
attr(source1, "type", "video/webm");
|
|
13109
|
+
video.autoplay = true;
|
|
13110
|
+
video.loop = true;
|
|
13111
|
+
video.muted = true;
|
|
13112
|
+
video.playsInline = true;
|
|
13113
|
+
attr(video, "class", "ms-video svelte-w4kmg0");
|
|
13114
|
+
attr(video, "poster", videoImagePath);
|
|
13115
|
+
attr(span0, "class", "svelte-w4kmg0");
|
|
13116
|
+
attr(button0, "class", "ms-split-button__main svelte-w4kmg0");
|
|
13117
|
+
attr(button1, "class", "ms-split-button__secondary svelte-w4kmg0");
|
|
13118
|
+
toggle_class(
|
|
13119
|
+
button1,
|
|
13120
|
+
"active",
|
|
13121
|
+
/*showDropdown*/
|
|
13122
|
+
ctx[4]
|
|
13123
|
+
);
|
|
13124
|
+
attr(div0, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13125
|
+
attr(span1, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13126
|
+
attr(span2, "class", "svelte-w4kmg0");
|
|
13127
|
+
attr(button2, "class", "svelte-w4kmg0");
|
|
13128
|
+
attr(span3, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13129
|
+
attr(span4, "class", "svelte-w4kmg0");
|
|
13130
|
+
attr(button3, "class", "svelte-w4kmg0");
|
|
13131
|
+
attr(span5, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13132
|
+
attr(span6, "class", "svelte-w4kmg0");
|
|
13133
|
+
attr(button4, "class", "svelte-w4kmg0");
|
|
13134
|
+
attr(section0, "class", "svelte-w4kmg0");
|
|
13135
|
+
attr(div1, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13136
|
+
attr(span7, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13137
|
+
attr(span8, "class", "svelte-w4kmg0");
|
|
13138
|
+
attr(button5, "class", "svelte-w4kmg0");
|
|
13139
|
+
attr(span9, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13140
|
+
attr(span10, "class", "svelte-w4kmg0");
|
|
13141
|
+
attr(button6, "class", "svelte-w4kmg0");
|
|
13142
|
+
attr(section1, "class", "svelte-w4kmg0");
|
|
13143
|
+
attr(div2, "class", "ms-split-button__dropdown-footer svelte-w4kmg0");
|
|
13144
|
+
attr(nav, "class", "ms-split-button__dropdown svelte-w4kmg0");
|
|
13145
|
+
toggle_class(
|
|
13146
|
+
nav,
|
|
13147
|
+
"show",
|
|
13148
|
+
/*showDropdown*/
|
|
13149
|
+
ctx[4]
|
|
13150
|
+
);
|
|
13151
|
+
attr(div3, "class", "ms-split-button svelte-w4kmg0");
|
|
13152
|
+
attr(p1, "class", "svelte-w4kmg0");
|
|
13153
|
+
attr(button7, "class", "ms-submit-button svelte-w4kmg0");
|
|
13154
|
+
attr(div4, "class", "ms-modal__content");
|
|
13155
|
+
attr(div5, "class", "ms-modal svelte-w4kmg0");
|
|
13156
|
+
attr(div5, "id", "TestCardModal");
|
|
13157
|
+
},
|
|
13158
|
+
m(target, anchor) {
|
|
13159
|
+
insert(target, div5, anchor);
|
|
13160
|
+
if (if_block)
|
|
13161
|
+
if_block.m(div5, null);
|
|
13162
|
+
append(div5, t0);
|
|
13163
|
+
append(div5, div4);
|
|
13164
|
+
append(div4, h2);
|
|
13165
|
+
append(div4, t2);
|
|
13166
|
+
append(div4, p0);
|
|
13167
|
+
append(div4, t4);
|
|
13168
|
+
append(div4, video);
|
|
13169
|
+
append(video, source0);
|
|
13170
|
+
append(video, source1);
|
|
13171
|
+
append(div4, t5);
|
|
13172
|
+
append(div4, div3);
|
|
13173
|
+
append(div3, button0);
|
|
13174
|
+
mount_component(copyicon0, button0, null);
|
|
13175
|
+
append(button0, t6);
|
|
13176
|
+
append(button0, t7);
|
|
13177
|
+
append(button0, span0);
|
|
13178
|
+
append(div3, t9);
|
|
13179
|
+
append(div3, button1);
|
|
13180
|
+
mount_component(arrowicon, button1, null);
|
|
13181
|
+
append(div3, t10);
|
|
13182
|
+
append(div3, nav);
|
|
13183
|
+
append(nav, section0);
|
|
13184
|
+
append(section0, div0);
|
|
13185
|
+
append(section0, t12);
|
|
13186
|
+
append(section0, button2);
|
|
13187
|
+
append(button2, span1);
|
|
13188
|
+
mount_component(copyicon1, span1, null);
|
|
13189
|
+
append(button2, span2);
|
|
13190
|
+
append(section0, t15);
|
|
13191
|
+
append(section0, button3);
|
|
13192
|
+
append(button3, span3);
|
|
13193
|
+
mount_component(copyicon2, span3, null);
|
|
13194
|
+
append(button3, span4);
|
|
13195
|
+
append(section0, t18);
|
|
13196
|
+
append(section0, button4);
|
|
13197
|
+
append(button4, span5);
|
|
13198
|
+
mount_component(copyicon3, span5, null);
|
|
13199
|
+
append(button4, span6);
|
|
13200
|
+
append(nav, t21);
|
|
13201
|
+
append(nav, section1);
|
|
13202
|
+
append(section1, div1);
|
|
13203
|
+
append(section1, t23);
|
|
13204
|
+
append(section1, button5);
|
|
13205
|
+
append(button5, span7);
|
|
13206
|
+
mount_component(copyicon4, span7, null);
|
|
13207
|
+
append(button5, span8);
|
|
13208
|
+
append(section1, t26);
|
|
13209
|
+
append(section1, button6);
|
|
13210
|
+
append(button6, span9);
|
|
13211
|
+
mount_component(copyicon5, span9, null);
|
|
13212
|
+
append(button6, span10);
|
|
13213
|
+
append(nav, t29);
|
|
13214
|
+
append(nav, div2);
|
|
13215
|
+
append(div4, t33);
|
|
13216
|
+
append(div4, p1);
|
|
13217
|
+
append(div4, t35);
|
|
13218
|
+
append(div4, button7);
|
|
13219
|
+
current = true;
|
|
13220
|
+
if (!mounted) {
|
|
13221
|
+
dispose = [
|
|
13222
|
+
listen(
|
|
13223
|
+
button0,
|
|
13224
|
+
"click",
|
|
13225
|
+
/*click_handler*/
|
|
13226
|
+
ctx[7]
|
|
13227
|
+
),
|
|
13228
|
+
listen(
|
|
13229
|
+
button1,
|
|
13230
|
+
"click",
|
|
13231
|
+
/*click_handler_1*/
|
|
13232
|
+
ctx[8]
|
|
13233
|
+
),
|
|
13234
|
+
listen(
|
|
13235
|
+
button2,
|
|
13236
|
+
"click",
|
|
13237
|
+
/*click_handler_2*/
|
|
13238
|
+
ctx[9]
|
|
13239
|
+
),
|
|
13240
|
+
listen(
|
|
13241
|
+
button3,
|
|
13242
|
+
"click",
|
|
13243
|
+
/*click_handler_3*/
|
|
13244
|
+
ctx[10]
|
|
13245
|
+
),
|
|
13246
|
+
listen(
|
|
13247
|
+
button4,
|
|
13248
|
+
"click",
|
|
13249
|
+
/*click_handler_4*/
|
|
13250
|
+
ctx[11]
|
|
13251
|
+
),
|
|
13252
|
+
listen(
|
|
13253
|
+
button5,
|
|
13254
|
+
"click",
|
|
13255
|
+
/*click_handler_5*/
|
|
13256
|
+
ctx[12]
|
|
13257
|
+
),
|
|
13258
|
+
listen(
|
|
13259
|
+
button6,
|
|
13260
|
+
"click",
|
|
13261
|
+
/*click_handler_6*/
|
|
13262
|
+
ctx[13]
|
|
13263
|
+
),
|
|
13264
|
+
listen(
|
|
13265
|
+
button7,
|
|
13266
|
+
"click",
|
|
13267
|
+
/*click_handler_7*/
|
|
13268
|
+
ctx[14]
|
|
13269
|
+
)
|
|
13270
|
+
];
|
|
13271
|
+
mounted = true;
|
|
13272
|
+
}
|
|
13273
|
+
},
|
|
13274
|
+
p(ctx2, [dirty]) {
|
|
13275
|
+
if (!/*params*/
|
|
13276
|
+
ctx2[2] || !/*params*/
|
|
13277
|
+
ctx2[2].hideCloseButton) {
|
|
13278
|
+
if (if_block) {
|
|
13279
|
+
if_block.p(ctx2, dirty);
|
|
13280
|
+
if (dirty & /*params*/
|
|
13281
|
+
4) {
|
|
13282
|
+
transition_in(if_block, 1);
|
|
13283
|
+
}
|
|
13284
|
+
} else {
|
|
13285
|
+
if_block = create_if_block$f(ctx2);
|
|
13286
|
+
if_block.c();
|
|
13287
|
+
transition_in(if_block, 1);
|
|
13288
|
+
if_block.m(div5, t0);
|
|
13289
|
+
}
|
|
13290
|
+
} else if (if_block) {
|
|
13291
|
+
group_outros();
|
|
13292
|
+
transition_out(if_block, 1, 1, () => {
|
|
13293
|
+
if_block = null;
|
|
13294
|
+
});
|
|
13295
|
+
check_outros();
|
|
13296
|
+
}
|
|
13297
|
+
if (!current || dirty & /*buttonText*/
|
|
13298
|
+
8)
|
|
13299
|
+
set_data(
|
|
13300
|
+
t7,
|
|
13301
|
+
/*buttonText*/
|
|
13302
|
+
ctx2[3]
|
|
13303
|
+
);
|
|
13304
|
+
if (!current || dirty & /*showDropdown*/
|
|
13305
|
+
16) {
|
|
13306
|
+
toggle_class(
|
|
13307
|
+
button1,
|
|
13308
|
+
"active",
|
|
13309
|
+
/*showDropdown*/
|
|
13310
|
+
ctx2[4]
|
|
13311
|
+
);
|
|
13312
|
+
}
|
|
13313
|
+
if (!current || dirty & /*showDropdown*/
|
|
13314
|
+
16) {
|
|
13315
|
+
toggle_class(
|
|
13316
|
+
nav,
|
|
13317
|
+
"show",
|
|
13318
|
+
/*showDropdown*/
|
|
13319
|
+
ctx2[4]
|
|
13320
|
+
);
|
|
13321
|
+
}
|
|
13322
|
+
},
|
|
13323
|
+
i(local) {
|
|
13324
|
+
if (current)
|
|
13325
|
+
return;
|
|
13326
|
+
transition_in(if_block);
|
|
13327
|
+
transition_in(copyicon0.$$.fragment, local);
|
|
13328
|
+
transition_in(arrowicon.$$.fragment, local);
|
|
13329
|
+
transition_in(copyicon1.$$.fragment, local);
|
|
13330
|
+
transition_in(copyicon2.$$.fragment, local);
|
|
13331
|
+
transition_in(copyicon3.$$.fragment, local);
|
|
13332
|
+
transition_in(copyicon4.$$.fragment, local);
|
|
13333
|
+
transition_in(copyicon5.$$.fragment, local);
|
|
13334
|
+
current = true;
|
|
13335
|
+
},
|
|
13336
|
+
o(local) {
|
|
13337
|
+
transition_out(if_block);
|
|
13338
|
+
transition_out(copyicon0.$$.fragment, local);
|
|
13339
|
+
transition_out(arrowicon.$$.fragment, local);
|
|
13340
|
+
transition_out(copyicon1.$$.fragment, local);
|
|
13341
|
+
transition_out(copyicon2.$$.fragment, local);
|
|
13342
|
+
transition_out(copyicon3.$$.fragment, local);
|
|
13343
|
+
transition_out(copyicon4.$$.fragment, local);
|
|
13344
|
+
transition_out(copyicon5.$$.fragment, local);
|
|
13345
|
+
current = false;
|
|
13346
|
+
},
|
|
13347
|
+
d(detaching) {
|
|
13348
|
+
if (detaching)
|
|
13349
|
+
detach(div5);
|
|
13350
|
+
if (if_block)
|
|
13351
|
+
if_block.d();
|
|
13352
|
+
destroy_component(copyicon0);
|
|
13353
|
+
destroy_component(arrowicon);
|
|
13354
|
+
destroy_component(copyicon1);
|
|
13355
|
+
destroy_component(copyicon2);
|
|
13356
|
+
destroy_component(copyicon3);
|
|
13357
|
+
destroy_component(copyicon4);
|
|
13358
|
+
destroy_component(copyicon5);
|
|
13359
|
+
mounted = false;
|
|
13360
|
+
run_all(dispose);
|
|
13361
|
+
}
|
|
13362
|
+
};
|
|
13363
|
+
}
|
|
13364
|
+
var videoImagePath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-poster-00001.jpg";
|
|
13365
|
+
var videoMP4Path = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.mp4";
|
|
13366
|
+
var videoWebMPath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.webm";
|
|
13367
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
13368
|
+
let { closeModal } = $$props;
|
|
13369
|
+
let { display } = $$props;
|
|
13370
|
+
let { onSuccessSubmit } = $$props;
|
|
13371
|
+
let { params } = $$props;
|
|
13372
|
+
let buttonText = "Copy Stripe Test Card";
|
|
13373
|
+
let showDropdown = false;
|
|
13374
|
+
function copyToClipboard(event, copyText, changeText) {
|
|
13375
|
+
navigator.clipboard.writeText(copyText);
|
|
13376
|
+
const button = event.currentTarget;
|
|
13377
|
+
if (changeText)
|
|
13378
|
+
$$invalidate(3, buttonText = "Copied Stripe Test Card");
|
|
13379
|
+
button.classList.add("copied");
|
|
13380
|
+
setTimeout(
|
|
13381
|
+
() => {
|
|
13382
|
+
button.classList.remove("copied");
|
|
13383
|
+
$$invalidate(3, buttonText = "Copy Stripe Test Card");
|
|
13384
|
+
$$invalidate(4, showDropdown = false);
|
|
13385
|
+
},
|
|
13386
|
+
1e3
|
|
13387
|
+
);
|
|
13388
|
+
}
|
|
13389
|
+
const click_handler = (event) => copyToClipboard(event, "4242 4242 4242 4242", true);
|
|
13390
|
+
const click_handler_1 = () => $$invalidate(4, showDropdown = !showDropdown);
|
|
13391
|
+
const click_handler_2 = (event) => copyToClipboard(event, "4000 0566 5566 5556");
|
|
13392
|
+
const click_handler_3 = (event) => copyToClipboard(event, "5555 5555 5555 4444");
|
|
13393
|
+
const click_handler_4 = (event) => copyToClipboard(event, "3782 822463 10005");
|
|
13394
|
+
const click_handler_5 = (event) => copyToClipboard(event, "4000 0000 0000 0002");
|
|
13395
|
+
const click_handler_6 = (event) => copyToClipboard(event, "4000 0000 0000 9995");
|
|
13396
|
+
const click_handler_7 = () => {
|
|
13397
|
+
onSuccessSubmit();
|
|
13398
|
+
};
|
|
13399
|
+
$$self.$$set = ($$props2) => {
|
|
13400
|
+
if ("closeModal" in $$props2)
|
|
13401
|
+
$$invalidate(0, closeModal = $$props2.closeModal);
|
|
13402
|
+
if ("display" in $$props2)
|
|
13403
|
+
$$invalidate(6, display = $$props2.display);
|
|
13404
|
+
if ("onSuccessSubmit" in $$props2)
|
|
13405
|
+
$$invalidate(1, onSuccessSubmit = $$props2.onSuccessSubmit);
|
|
13406
|
+
if ("params" in $$props2)
|
|
13407
|
+
$$invalidate(2, params = $$props2.params);
|
|
13408
|
+
};
|
|
13409
|
+
return [
|
|
13410
|
+
closeModal,
|
|
13411
|
+
onSuccessSubmit,
|
|
13412
|
+
params,
|
|
13413
|
+
buttonText,
|
|
13414
|
+
showDropdown,
|
|
13415
|
+
copyToClipboard,
|
|
13416
|
+
display,
|
|
13417
|
+
click_handler,
|
|
13418
|
+
click_handler_1,
|
|
13419
|
+
click_handler_2,
|
|
13420
|
+
click_handler_3,
|
|
13421
|
+
click_handler_4,
|
|
13422
|
+
click_handler_5,
|
|
13423
|
+
click_handler_6,
|
|
13424
|
+
click_handler_7
|
|
13425
|
+
];
|
|
13426
|
+
}
|
|
13427
|
+
var TestCardModal = class extends SvelteComponent {
|
|
13428
|
+
constructor(options) {
|
|
13429
|
+
super();
|
|
13430
|
+
init(
|
|
13431
|
+
this,
|
|
13432
|
+
options,
|
|
13433
|
+
instance$i,
|
|
13434
|
+
create_fragment$B,
|
|
13435
|
+
safe_not_equal,
|
|
13436
|
+
{
|
|
13437
|
+
closeModal: 0,
|
|
13438
|
+
display: 6,
|
|
13439
|
+
onSuccessSubmit: 1,
|
|
13440
|
+
params: 2
|
|
13441
|
+
},
|
|
13442
|
+
add_css$h
|
|
13443
|
+
);
|
|
13444
|
+
}
|
|
13445
|
+
};
|
|
13446
|
+
function isLocalStorageAvailable() {
|
|
13447
|
+
try {
|
|
13448
|
+
localStorage.setItem("test", "test");
|
|
13449
|
+
localStorage.removeItem("test");
|
|
13450
|
+
return true;
|
|
13451
|
+
} catch (e) {
|
|
13452
|
+
return false;
|
|
13453
|
+
}
|
|
13454
|
+
}
|
|
13455
|
+
var localStorageAvailable = isLocalStorageAvailable();
|
|
13456
|
+
console.log("localStorageAvailable", localStorageAvailable);
|
|
13457
|
+
AppStore.subscribe((data) => {
|
|
13458
|
+
if (!data.initialValue) {
|
|
13459
|
+
InspectorStore.update((store) => {
|
|
13460
|
+
store.appData = data;
|
|
13461
|
+
return store;
|
|
13462
|
+
});
|
|
13463
|
+
}
|
|
13464
|
+
});
|
|
13465
|
+
var InspectorStore = writable({
|
|
13466
|
+
showSidebar: false,
|
|
13467
|
+
showSide: "right",
|
|
13468
|
+
// "left" or "right
|
|
13469
|
+
showTab: "inspector",
|
|
13470
|
+
// inspector, member, app
|
|
13471
|
+
xRayMode: true,
|
|
13472
|
+
//localStorage.getItem("MSXRayMode") ? JSON.parse(localStorage.getItem("MSXRayMode")) : true,
|
|
13473
|
+
xRayErrorElements: [],
|
|
13474
|
+
xRayWarningElements: [],
|
|
12851
13475
|
cartData: [],
|
|
12852
13476
|
// data from the session storage
|
|
12853
13477
|
inspectorData: [],
|
|
12854
13478
|
// id's of items that have been found on the page
|
|
12855
13479
|
// member data from the memberstack local storage _ms-mem
|
|
12856
|
-
memberData:
|
|
13480
|
+
memberData: {},
|
|
13481
|
+
// localStorage.getItem("_ms-mem") ? JSON.parse(localStorage.getItem("_ms-mem")) : {},
|
|
12857
13482
|
appData: {}
|
|
12858
13483
|
// data from the app store
|
|
12859
13484
|
});
|
|
@@ -12890,7 +13515,6 @@ var SetShowTab = (tab) => {
|
|
|
12890
13515
|
var ToggleXRayMode = () => {
|
|
12891
13516
|
InspectorStore.update((store) => {
|
|
12892
13517
|
store.xRayMode = !store.xRayMode;
|
|
12893
|
-
localStorage.setItem("MSXRayMode", store.xRayMode);
|
|
12894
13518
|
return store;
|
|
12895
13519
|
});
|
|
12896
13520
|
};
|
|
@@ -12908,15 +13532,17 @@ var AddXRayWarningElement = (data) => {
|
|
|
12908
13532
|
};
|
|
12909
13533
|
function UpdateMemberData() {
|
|
12910
13534
|
InspectorStore.update((store) => {
|
|
12911
|
-
store.memberData =
|
|
13535
|
+
store.memberData = {};
|
|
12912
13536
|
return store;
|
|
12913
13537
|
});
|
|
12914
13538
|
}
|
|
12915
|
-
window
|
|
12916
|
-
|
|
12917
|
-
|
|
12918
|
-
|
|
12919
|
-
}
|
|
13539
|
+
if (typeof window !== "undefined") {
|
|
13540
|
+
window.addEventListener("storage", function(event) {
|
|
13541
|
+
if (event.key === "_ms-mem") {
|
|
13542
|
+
UpdateMemberData();
|
|
13543
|
+
}
|
|
13544
|
+
});
|
|
13545
|
+
}
|
|
12920
13546
|
var inspectorItems = [
|
|
12921
13547
|
{
|
|
12922
13548
|
"id": "ready-for-checkout",
|
|
@@ -23213,9 +23839,9 @@ var TestMode = class extends SvelteComponent {
|
|
|
23213
23839
|
}
|
|
23214
23840
|
};
|
|
23215
23841
|
function add_css(target) {
|
|
23216
|
-
append_styles(target, "svelte-14ywjv0", '@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");.svelte-14ywjv0{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#msOverlay.svelte-14ywjv0{position:fixed;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.5);z-index:99999;overflow:scroll;font-family:"Plus Jakarta Sans", sans-serif;padding:5vh 5vw}.--hide{display:none}.--flex-h-center{display:flex;align-items:center}.ms__loader{position:relative;z-index:10000000}#msLoader path{fill:#007ace}.ms__profile__loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgb(255 255 255 / 75%)}.ms-modal{box-sizing:border-box;margin:auto;min-width:0;position:relative;outline:none;background:white;border-radius:16px;box-shadow:2px 2px 12px rgb(0 0 0 / 10%);width:360px;color:rgb(10, 10, 10)}.ms-modal--profile{width:700px}.ms-modal__close{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;right:16px;z-index:10;line-height:0}.ms-modal__close button{appearance:none;padding:0;outline:none;width:12px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}.ms-modal__close button:hover{color:#0a0a0a}.ms-modal__back{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;left:16px;z-index:10;line-height:0}.ms-modal__back button{appearance:none;padding:0;outline:none;width:12px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}\n .ms-modal__back button:hover,\n .ms-modal__profile-back button:hover\n {color:#0a0a0a}.ms-modal__back svg{height:12px}.ms-modal__profile-back button{appearance:none;padding:5px;margin-right:6px;outline:none;width:25px;height:25px;border:0;background:transparent;cursor:pointer;color:#5c5c5c;display:flex;align-items:stretch;justify-content:center}.ms-modal__profile-back--mobile{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;left:16px;z-index:10;line-height:0}.ms-modal__profile-back--mobile button{appearance:none;padding:0;outline:none;height:11px;width:7px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}.ms-modal__profile-back--mobile button:hover{color:#0a0a0a}.ms-modal__header{display:flex;align-items:center;padding:12px}.ms-modal__header--mobile{display:flex;padding:42px 42px 16px 42px;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}.ms-modal__header--center{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}.ms-modal__content{padding:28px 28px 20px;width:100%;box-sizing:border-box;margin:0 auto}.ms-modal__content--profile{padding:0;display:flex;flex-wrap:wrap;align-content:stretch;align-items:stretch;border-top:1px solid #dddddd}.ms-modal__content-left{display:flex;flex-direction:column;align-items:flex-start;padding:20px;border-right:1px solid #dddddd;min-width:160px}.ms-modal__content-right{padding:20px;flex-grow:1;height:55vh;min-height:300px;overflow-y:auto;position:relative;transition:height 0.3s ease-in-out}.ms-modal__content-right h3{margin-top:40px !important;margin-bottom:10px !important;font-size:18px !important;line-height:1em !important;font-weight:700 !important}.ms-modal__content--mobile{padding:12px;flex-grow:1;height:42vh;min-height:300px;overflow-y:auto;position:relative;transition:height 0.3s ease-in-out}.ms-modal__mobile-profile-nav{display:flex;flex-direction:column;align-content:center;align-items:stretch;flex-wrap:nowrap}.ms-modal__mobile-profile-nav button{display:flex;flex-direction:row;align-content:center;align-items:center;flex-wrap:nowrap;justify-content:space-between;padding:12px;width:100%;margin-bottom:10px}.ms-modal__figure{margin:8px auto;display:flex;position:relative;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;flex-shrink:0;line-height:1}.ms-modal__figure--profile{width:24px;height:24px;padding:0px;margin:0px 8px 0px 0px}.ms-modal__figure--mobile{margin:0px 0px 8px 0px}.ms-modal__figure img, .ms-modal__figure svg{width:auto;height:100%;max-height:42px;text-align:center;object-fit:cover;color:transparent}.ms-modal__title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ms-modal__title{margin-bottom:36px;margin-top:0;text-align:center;font-size:24px;line-height:32px;font-weight:700}.ms-modal__title--profile{margin-bottom:0px}.ms-modal__title-group{display:flex;align-items:center}.ms-modal__title--sub-text{margin-bottom:8px}.ms-modal__text{font-weight:500;font-size:16px;line-height:28px;text-align:center;margin:0 0 20px 0}.ms-modal__regular-button{color:#fff;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer;display:flex;align-items:center}.ms-modal__regular-button svg{height:16px;margin-left:6px}.ms-modal__regular-button--left-icon svg{margin-right:6px;margin-left:0px}.ms-modal__regular-button--right-icon svg{margin-left:6px;margin-right:0px}.ms-modal__regular-button--margin-right{margin-right:12px}.ms-modal__text-button{color:#fff;background-color:transparent;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer;display:flex;align-items:center}.ms-modal__card{box-shadow:0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,\n 0px 2px 2px rgba(0, 0, 0, 0.04);padding:12px;display:flex;flex-direction:row;margin-bottom:12px;border:1px solid rgb(221, 221, 221);border-radius:10px;box-sizing:border-box;width:100%;cursor:default;background:rgb(255, 255, 255);align-items:center;justify-content:space-between}.ms-form{width:100% !important;min-width:0 !important;padding:0 !important;display:block !important}.ms-form__group{margin-bottom:20px}.ms-form__flex{display:flex;justify-content:space-between;align-content:center}.ms-form__flex--centered{justify-content:center}.ms-form__label{margin-bottom:4px;margin-top:0px;font-size:14px;line-height:24px;font-weight:700;text-align:left}.ms-form__fieldset{display:flex;justify-content:space-between;padding:0;border:none}.ms-form__input{box-sizing:border-box;margin:0px;border:1px solid rgb(201, 201, 201);border-radius:6px;font-size:16px;font-weight:400;padding:15px;width:100%}.ms-form__password-container{display:flex;justify-content:space-between;align-content:center;box-sizing:border-box;margin:0px;border:1px solid rgb(201, 201, 201);border-radius:6px;width:100%}.ms-form__password-container:focus-within{border:1px solid rgb(0, 68, 252);outline:rgb(0, 68, 252) solid 1px}.ms-form__password-container:focus-within input{outline:none;border-color:rgb(201, 201, 201);box-shadow:none}.ms-form__input--password{border:none}.ms-form__input--token{font-weight:500;font-size:24.19px;line-height:32px;text-align:center;color:#000000;padding:9px;max-width:42px}.ms-form__show-toggle{cursor:pointer;background:transparent;border-radius:0px 6px 6px 0px;padding:0px 8px;display:flex;align-items:center}.ms-form__eye{display:block;width:22px}.ms-form__eye-slash{display:block;width:22px}.ms-form__error{font-weight:500;font-size:12px;line-height:16px;color:#e40023;margin-top:4px;display:flex;align-items:baseline}.ms-form__error svg{width:10px;height:10px;margin-right:5px}.ms-form__label--right a{color:rgb(10, 10, 10) !important;text-decoration:none;font-weight:400}.ms-form__button{border-radius:6px;font-weight:700;font-size:16px;padding-left:22px;padding-right:22px;height:52px;border:none;display:block;width:100%;background-color:rgb(41, 98, 255);color:#fff;transition:background-color 0.5s ease;cursor:pointer}.ms-form__button:hover{background-color:#0745ff}.ms-form__button:disabled{background-color:#96c0fe;color:#fff;pointer-events:none;display:flex;justify-content:center;align-items:center}.ms-form__button--text{background-color:transparent;padding:0px;height:auto;margin-bottom:0px;margin-top:0px;font-size:14px;line-height:28px;font-weight:500;color:#0a0a0a;opacity:0.8}.ms-form__button--text:hover{background-color:transparent}.ms-form__button--top-spacing{margin-top:10px}#msFormLoader path{fill:#fff}a.ms-form__link, div.ms-form__link{margin-top:8px;font-weight:500;font-size:14px;line-height:24px;color:rgb(10, 10, 10) !important;text-decoration:none;opacity:0.8;cursor:pointer}.ms-modal__cancel-button{background:#f6f6f6;color:#828282;padding:8px;margin-right:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer}.ms-modal__save-button{background:#2962ff;color:#fff;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer}.ms-modal__save-button:disabled{background:#80a1fc;color:#fff;cursor:default;opacity:0.4}.ms-modal__save-button--large{padding:12px;font-weight:700;font-size:14px;line-height:16px;width:100%}.ms-modal__outline-button{display:block !important;background:#fff;color:#0a0a0a;font-weight:700;font-size:14px;line-height:16px;padding:8px;margin-right:8px;border-radius:4px;border:1px solid #dddddd;cursor:pointer}.ms-modal__outline-button svg{display:inline !important;height:15px;margin-right:6px}.ms-modal__outline-button--mobile{width:100%}.ms-modal__button-label{margin-bottom:4px;margin-top:0px;font-size:14px;line-height:28px;font-weight:500}.ms-modal__profile-option{cursor:pointer;margin-bottom:20px;font-weight:500;font-size:16px;line-height:28px;background:transparent;border:none;padding:0px}.ms-modal__profile-option svg{display:inline !important;height:14px;margin-right:8px}.ms-modal__profile-option:hover{color:#2962ff}.ms-modal__profile-option--active{color:#2962ff}.ms-modal__profile-image-container{display:flex;justify-content:flex-start;width:100%;margin-bottom:21px;align-items:center;flex-direction:row;gap:12px}.ms-modal__profile-image{width:42px;height:42px;border-radius:50%;object-fit:cover;overflow:hidden;background:#ddd;border:1px solid #c9c9c9;display:flex;justify-content:center;align-items:center}.ms-modal__profile-image img{width:100%;height:100%;object-fit:cover}.ms-modal__social-button{display:flex;align-items:center;justify-content:center;width:100%;height:52px;border-radius:6px;font-weight:700;font-size:16px;line-height:28px;color:#0a0a0a;background:none;border:1px solid #c9c9c9;cursor:pointer;margin-bottom:8px}\n .ms-modal__social-button img,\n .ms-modal__social-button svg\n {height:16px;margin-right:8px}.ms-modal__social-button[disabled]{background:#f6f6f6}.ms-modal__social-divider{display:flex;align-items:center;margin:20px 0px}.ms-modal__divider-line{text-align:center;background:#dddddd;height:1px;width:100%}.ms-modal__divider-text{padding:0px 4px}.ms-modal__footer{text-align:center;width:100%;box-sizing:border-box;margin:0;min-width:0;background:#f6f6f6;padding-top:10px;padding-bottom:10px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top:1px solid;border-top-color:#dddddd;font-size:12px;line-height:16px;font-weight:500}.ms-modal__footer a{color:rgb(10, 10, 10);text-decoration:none;display:flex;justify-content:center;align-items:center}.ms-modal__footer svg{height:12px;width:12px;margin-right:5.5px}');
|
|
23842
|
+
append_styles(target, "svelte-1blpd87", '@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");.svelte-1blpd87{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#msOverlay.svelte-1blpd87{position:fixed;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.5);z-index:99999;overflow-y:auto;overflow-x:hidden;font-family:"Plus Jakarta Sans", sans-serif;padding:5vh 5vw}.--hide{display:none}.--flex-h-center{display:flex;align-items:center}.ms__loader{position:relative;z-index:10000000}#msLoader path{fill:#007ace}.ms__profile__loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgb(255 255 255 / 75%)}.ms-modal{box-sizing:border-box;margin:auto;min-width:0;position:relative;outline:none;background:white;border-radius:16px;box-shadow:2px 2px 12px rgb(0 0 0 / 10%);width:360px;color:rgb(10, 10, 10)}.ms-modal--profile{width:700px}.ms-modal__close{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:6px;right:6px;z-index:10;line-height:0}.ms-modal__close button{appearance:none;padding:0;outline:none;width:42px;padding:15px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}.ms-modal__close button:hover{color:#0a0a0a}.ms-modal__back{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;left:16px;z-index:10;line-height:0}.ms-modal__back button{appearance:none;padding:0;outline:none;width:12px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}\n .ms-modal__back button:hover,\n .ms-modal__profile-back button:hover\n {color:#0a0a0a}.ms-modal__back svg{height:12px}.ms-modal__profile-back button{appearance:none;padding:5px;margin-right:6px;outline:none;width:25px;height:25px;border:0;background:transparent;cursor:pointer;color:#5c5c5c;display:flex;align-items:stretch;justify-content:center}.ms-modal__profile-back--mobile{box-sizing:border-box;margin:0;min-width:0;position:absolute;top:16px;left:16px;z-index:10;line-height:0}.ms-modal__profile-back--mobile button{appearance:none;padding:0;outline:none;height:11px;width:7px;border:0;background:transparent;cursor:pointer;color:#5c5c5c}.ms-modal__profile-back--mobile button:hover{color:#0a0a0a}.ms-modal__header{display:flex;align-items:center;padding:12px}.ms-modal__header--mobile{display:flex;padding:42px 42px 16px 42px;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}.ms-modal__header--center{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center}.ms-modal__content{padding:28px 28px 20px;width:100%;box-sizing:border-box;margin:0 auto}.ms-modal__content--profile{padding:0;display:flex;flex-wrap:wrap;align-content:stretch;align-items:stretch;border-top:1px solid #dddddd}.ms-modal__content-left{display:flex;flex-direction:column;align-items:flex-start;padding:20px;border-right:1px solid #dddddd;min-width:160px}.ms-modal__content-right{padding:20px;flex-grow:1;height:55vh;min-height:300px;overflow-y:auto;position:relative;transition:height 0.3s ease-in-out}.ms-modal__content-right h3{margin-top:40px !important;margin-bottom:10px !important;font-size:18px !important;line-height:1em !important;font-weight:700 !important}.ms-modal__content--mobile{padding:12px;flex-grow:1;height:42vh;min-height:300px;overflow-y:auto;position:relative;transition:height 0.3s ease-in-out}.ms-modal__mobile-profile-nav{display:flex;flex-direction:column;align-content:center;align-items:stretch;flex-wrap:nowrap}.ms-modal__mobile-profile-nav button{display:flex;flex-direction:row;align-content:center;align-items:center;flex-wrap:nowrap;justify-content:space-between;padding:12px;width:100%;margin-bottom:10px}.ms-modal__figure{margin:8px auto;display:flex;position:relative;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;flex-shrink:0;line-height:1}.ms-modal__figure--profile{width:24px;height:24px;padding:0px;margin:0px 8px 0px 0px}.ms-modal__figure--mobile{margin:0px 0px 8px 0px}.ms-modal__figure img, .ms-modal__figure svg{width:auto;height:100%;max-height:42px;text-align:center;object-fit:cover;color:transparent}.ms-modal__title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ms-modal__title{margin-bottom:36px;margin-top:0;text-align:center;font-size:24px;line-height:32px;font-weight:700}.ms-modal__title--profile{margin-bottom:0px}.ms-modal__title-group{display:flex;align-items:center}.ms-modal__title--sub-text{margin-bottom:8px}.ms-modal__text{font-weight:500;font-size:16px;line-height:28px;text-align:center;margin:0 0 20px 0}.ms-modal__regular-button{color:#fff;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer;display:flex;align-items:center}.ms-modal__regular-button svg{height:16px;margin-left:6px}.ms-modal__regular-button--left-icon svg{margin-right:6px;margin-left:0px}.ms-modal__regular-button--right-icon svg{margin-left:6px;margin-right:0px}.ms-modal__regular-button--margin-right{margin-right:12px}.ms-modal__text-button{color:#fff;background-color:transparent;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer;display:flex;align-items:center}.ms-modal__card{box-shadow:0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,\n 0px 2px 2px rgba(0, 0, 0, 0.04);padding:12px;display:flex;flex-direction:row;margin-bottom:12px;border:1px solid rgb(221, 221, 221);border-radius:10px;box-sizing:border-box;width:100%;cursor:default;background:rgb(255, 255, 255);align-items:center;justify-content:space-between}.ms-form{width:100% !important;min-width:0 !important;padding:0 !important;display:block !important}.ms-form__group{margin-bottom:20px}.ms-form__flex{display:flex;justify-content:space-between;align-content:center}.ms-form__flex--centered{justify-content:center}.ms-form__label{margin-bottom:4px;margin-top:0px;font-size:14px;line-height:24px;font-weight:700;text-align:left}.ms-form__fieldset{display:flex;justify-content:space-between;padding:0;border:none}.ms-form__input{box-sizing:border-box;margin:0px;border:1px solid rgb(201, 201, 201);border-radius:6px;font-size:16px;font-weight:400;padding:15px;width:100%}.ms-form__password-container{display:flex;justify-content:space-between;align-content:center;box-sizing:border-box;margin:0px;border:1px solid rgb(201, 201, 201);border-radius:6px;width:100%}.ms-form__password-container:focus-within{border:1px solid rgb(0, 68, 252);outline:rgb(0, 68, 252) solid 1px}.ms-form__password-container:focus-within input{outline:none;border-color:rgb(201, 201, 201);box-shadow:none}.ms-form__input--password{border:none}.ms-form__input--token{font-weight:500;font-size:24.19px;line-height:32px;text-align:center;color:#000000;padding:9px;max-width:42px}.ms-form__show-toggle{cursor:pointer;background:transparent;border-radius:0px 6px 6px 0px;padding:0px 8px;display:flex;align-items:center}.ms-form__eye{display:block;width:22px}.ms-form__eye-slash{display:block;width:22px}.ms-form__error{font-weight:500;font-size:12px;line-height:16px;color:#e40023;margin-top:4px;display:flex;align-items:baseline}.ms-form__error svg{width:10px;height:10px;margin-right:5px}.ms-form__label--right a{color:rgb(10, 10, 10) !important;text-decoration:none;font-weight:400}.ms-form__button{border-radius:6px;font-weight:700;font-size:16px;padding-left:22px;padding-right:22px;height:52px;border:none;display:block;width:100%;background-color:rgb(41, 98, 255);color:#fff;transition:background-color 0.5s ease;cursor:pointer}.ms-form__button:hover{background-color:#0745ff}.ms-form__button:disabled{background-color:#96c0fe;color:#fff;pointer-events:none;display:flex;justify-content:center;align-items:center}.ms-form__button--text{background-color:transparent;padding:0px;height:auto;margin-bottom:0px;margin-top:0px;font-size:14px;line-height:28px;font-weight:500;color:#0a0a0a;opacity:0.8}.ms-form__button--text:hover{background-color:transparent}.ms-form__button--top-spacing{margin-top:10px}#msFormLoader path{fill:#fff}a.ms-form__link, div.ms-form__link{margin-top:8px;font-weight:500;font-size:14px;line-height:24px;color:rgb(10, 10, 10);text-decoration:none;opacity:0.8;cursor:pointer}.ms-modal__cancel-button{background:#f6f6f6;color:#828282;padding:8px;margin-right:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer}.ms-modal__save-button{background:#2962ff;color:#fff;padding:8px;border-radius:4px;border:none;font-weight:700;font-size:14px;line-height:16px;cursor:pointer}.ms-modal__save-button:disabled{background:#80a1fc;color:#fff;cursor:default;opacity:0.4}.ms-modal__save-button--large{padding:12px;font-weight:700;font-size:14px;line-height:16px;width:100%}.ms-modal__outline-button{display:block !important;background:#fff;color:#0a0a0a;font-weight:700;font-size:14px;line-height:16px;padding:8px;margin-right:8px;border-radius:4px;border:1px solid #dddddd;cursor:pointer}.ms-modal__outline-button svg{display:inline !important;height:15px;margin-right:6px}.ms-modal__outline-button--mobile{width:100%}.ms-modal__button-label{margin-bottom:4px;margin-top:0px;font-size:14px;line-height:28px;font-weight:500}.ms-modal__profile-option{cursor:pointer;margin-bottom:20px;font-weight:500;font-size:16px;line-height:28px;background:transparent;border:none;padding:0px}.ms-modal__profile-option svg{display:inline !important;height:14px;margin-right:8px}.ms-modal__profile-option:hover{color:#2962ff}.ms-modal__profile-option--active{color:#2962ff}.ms-modal__profile-image-container{display:flex;justify-content:flex-start;width:100%;margin-bottom:21px;align-items:center;flex-direction:row;gap:12px}.ms-modal__profile-image{width:42px;height:42px;border-radius:50%;object-fit:cover;overflow:hidden;background:#ddd;border:1px solid #c9c9c9;display:flex;justify-content:center;align-items:center}.ms-modal__profile-image img{width:100%;height:100%;object-fit:cover}.ms-modal__social-button{display:flex;align-items:center;justify-content:center;width:100%;height:52px;border-radius:6px;font-weight:700;font-size:16px;line-height:28px;color:#0a0a0a;background:none;border:1px solid #c9c9c9;cursor:pointer;margin-bottom:8px}\n .ms-modal__social-button img,\n .ms-modal__social-button svg\n {height:16px;margin-right:8px;width:auto}.ms-modal__social-button[disabled]{background:#f6f6f6}.ms-modal__social-divider{display:flex;align-items:center;margin:20px 0px}.ms-modal__divider-line{text-align:center;background:#dddddd;height:1px;width:100%}.ms-modal__divider-text{padding:0px 4px}.ms-modal__footer{text-align:center;width:100%;box-sizing:border-box;margin:0;min-width:0;background:#f6f6f6;padding-top:10px;padding-bottom:10px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-top:1px solid;border-top-color:#dddddd;font-size:12px;line-height:16px;font-weight:500}.ms-modal__footer a{color:rgb(10, 10, 10);text-decoration:none;display:flex;justify-content:center;align-items:center}.ms-modal__footer svg{height:12px;width:12px;margin-right:5.5px}');
|
|
23217
23843
|
}
|
|
23218
|
-
function
|
|
23844
|
+
function create_if_block_11(ctx) {
|
|
23219
23845
|
let testmode;
|
|
23220
23846
|
let current;
|
|
23221
23847
|
testmode = new TestMode({});
|
|
@@ -23258,7 +23884,8 @@ function create_if_block(ctx) {
|
|
|
23258
23884
|
create_if_block_5,
|
|
23259
23885
|
create_if_block_6,
|
|
23260
23886
|
create_if_block_7,
|
|
23261
|
-
create_if_block_8
|
|
23887
|
+
create_if_block_8,
|
|
23888
|
+
create_if_block_10
|
|
23262
23889
|
];
|
|
23263
23890
|
const if_blocks = [];
|
|
23264
23891
|
function select_block_type_1(ctx2, dirty) {
|
|
@@ -23302,6 +23929,11 @@ function create_if_block(ctx) {
|
|
|
23302
23929
|
ctx2[0] === "profile"
|
|
23303
23930
|
)
|
|
23304
23931
|
return 7;
|
|
23932
|
+
if (
|
|
23933
|
+
/*display*/
|
|
23934
|
+
ctx2[0] === "test_card"
|
|
23935
|
+
)
|
|
23936
|
+
return 8;
|
|
23305
23937
|
return -1;
|
|
23306
23938
|
}
|
|
23307
23939
|
if (~(current_block_type_index = select_block_type_1(ctx))) {
|
|
@@ -23313,7 +23945,7 @@ function create_if_block(ctx) {
|
|
|
23313
23945
|
if (if_block)
|
|
23314
23946
|
if_block.c();
|
|
23315
23947
|
attr(main, "id", "msOverlay");
|
|
23316
|
-
attr(main, "class", "svelte-
|
|
23948
|
+
attr(main, "class", "svelte-1blpd87");
|
|
23317
23949
|
},
|
|
23318
23950
|
m(target, anchor) {
|
|
23319
23951
|
insert(target, main, anchor);
|
|
@@ -23382,6 +24014,89 @@ function create_if_block(ctx) {
|
|
|
23382
24014
|
}
|
|
23383
24015
|
};
|
|
23384
24016
|
}
|
|
24017
|
+
function create_if_block_10(ctx) {
|
|
24018
|
+
let testcardmodal;
|
|
24019
|
+
let updating_display;
|
|
24020
|
+
let updating_params;
|
|
24021
|
+
let current;
|
|
24022
|
+
function testcardmodal_display_binding(value) {
|
|
24023
|
+
ctx[20](value);
|
|
24024
|
+
}
|
|
24025
|
+
function testcardmodal_params_binding(value) {
|
|
24026
|
+
ctx[21](value);
|
|
24027
|
+
}
|
|
24028
|
+
let testcardmodal_props = {
|
|
24029
|
+
closeModal: (
|
|
24030
|
+
/*closeModal*/
|
|
24031
|
+
ctx[5]
|
|
24032
|
+
),
|
|
24033
|
+
onSuccessSubmit: (
|
|
24034
|
+
/*onSuccess*/
|
|
24035
|
+
ctx[2]
|
|
24036
|
+
)
|
|
24037
|
+
};
|
|
24038
|
+
if (
|
|
24039
|
+
/*display*/
|
|
24040
|
+
ctx[0] !== void 0
|
|
24041
|
+
) {
|
|
24042
|
+
testcardmodal_props.display = /*display*/
|
|
24043
|
+
ctx[0];
|
|
24044
|
+
}
|
|
24045
|
+
if (
|
|
24046
|
+
/*params*/
|
|
24047
|
+
ctx[1] !== void 0
|
|
24048
|
+
) {
|
|
24049
|
+
testcardmodal_props.params = /*params*/
|
|
24050
|
+
ctx[1];
|
|
24051
|
+
}
|
|
24052
|
+
testcardmodal = new TestCardModal({ props: testcardmodal_props });
|
|
24053
|
+
binding_callbacks.push(() => bind(testcardmodal, "display", testcardmodal_display_binding));
|
|
24054
|
+
binding_callbacks.push(() => bind(testcardmodal, "params", testcardmodal_params_binding));
|
|
24055
|
+
return {
|
|
24056
|
+
c() {
|
|
24057
|
+
create_component(testcardmodal.$$.fragment);
|
|
24058
|
+
},
|
|
24059
|
+
m(target, anchor) {
|
|
24060
|
+
mount_component(testcardmodal, target, anchor);
|
|
24061
|
+
current = true;
|
|
24062
|
+
},
|
|
24063
|
+
p(ctx2, dirty) {
|
|
24064
|
+
const testcardmodal_changes = {};
|
|
24065
|
+
if (dirty & /*onSuccess*/
|
|
24066
|
+
4)
|
|
24067
|
+
testcardmodal_changes.onSuccessSubmit = /*onSuccess*/
|
|
24068
|
+
ctx2[2];
|
|
24069
|
+
if (!updating_display && dirty & /*display*/
|
|
24070
|
+
1) {
|
|
24071
|
+
updating_display = true;
|
|
24072
|
+
testcardmodal_changes.display = /*display*/
|
|
24073
|
+
ctx2[0];
|
|
24074
|
+
add_flush_callback(() => updating_display = false);
|
|
24075
|
+
}
|
|
24076
|
+
if (!updating_params && dirty & /*params*/
|
|
24077
|
+
2) {
|
|
24078
|
+
updating_params = true;
|
|
24079
|
+
testcardmodal_changes.params = /*params*/
|
|
24080
|
+
ctx2[1];
|
|
24081
|
+
add_flush_callback(() => updating_params = false);
|
|
24082
|
+
}
|
|
24083
|
+
testcardmodal.$set(testcardmodal_changes);
|
|
24084
|
+
},
|
|
24085
|
+
i(local) {
|
|
24086
|
+
if (current)
|
|
24087
|
+
return;
|
|
24088
|
+
transition_in(testcardmodal.$$.fragment, local);
|
|
24089
|
+
current = true;
|
|
24090
|
+
},
|
|
24091
|
+
o(local) {
|
|
24092
|
+
transition_out(testcardmodal.$$.fragment, local);
|
|
24093
|
+
current = false;
|
|
24094
|
+
},
|
|
24095
|
+
d(detaching) {
|
|
24096
|
+
destroy_component(testcardmodal, detaching);
|
|
24097
|
+
}
|
|
24098
|
+
};
|
|
24099
|
+
}
|
|
23385
24100
|
function create_if_block_8(ctx) {
|
|
23386
24101
|
let mediaquery;
|
|
23387
24102
|
let current;
|
|
@@ -23391,8 +24106,8 @@ function create_if_block_8(ctx) {
|
|
|
23391
24106
|
$$slots: {
|
|
23392
24107
|
default: [
|
|
23393
24108
|
create_default_slot,
|
|
23394
|
-
({ matches }) => ({
|
|
23395
|
-
({ matches }) => matches ?
|
|
24109
|
+
({ matches }) => ({ 26: matches }),
|
|
24110
|
+
({ matches }) => matches ? 67108864 : 0
|
|
23396
24111
|
]
|
|
23397
24112
|
},
|
|
23398
24113
|
$$scope: { ctx }
|
|
@@ -23409,7 +24124,7 @@ function create_if_block_8(ctx) {
|
|
|
23409
24124
|
p(ctx2, dirty) {
|
|
23410
24125
|
const mediaquery_changes = {};
|
|
23411
24126
|
if (dirty & /*$$scope, onSuccess, member, display, matches*/
|
|
23412
|
-
|
|
24127
|
+
201326605) {
|
|
23413
24128
|
mediaquery_changes.$$scope = { dirty, ctx: ctx2 };
|
|
23414
24129
|
}
|
|
23415
24130
|
mediaquery.$set(mediaquery_changes);
|
|
@@ -24032,7 +24747,7 @@ function create_default_slot(ctx) {
|
|
|
24032
24747
|
function select_block_type_2(ctx2, dirty) {
|
|
24033
24748
|
if (
|
|
24034
24749
|
/*matches*/
|
|
24035
|
-
ctx2[
|
|
24750
|
+
ctx2[26]
|
|
24036
24751
|
)
|
|
24037
24752
|
return 0;
|
|
24038
24753
|
return 1;
|
|
@@ -24093,7 +24808,7 @@ function create_fragment(ctx) {
|
|
|
24093
24808
|
let if_block;
|
|
24094
24809
|
let if_block_anchor;
|
|
24095
24810
|
let current;
|
|
24096
|
-
const if_block_creators = [create_if_block,
|
|
24811
|
+
const if_block_creators = [create_if_block, create_if_block_11];
|
|
24097
24812
|
const if_blocks = [];
|
|
24098
24813
|
function select_block_type(ctx2, dirty) {
|
|
24099
24814
|
if (
|
|
@@ -24273,6 +24988,14 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24273
24988
|
display = value;
|
|
24274
24989
|
$$invalidate(0, display);
|
|
24275
24990
|
}
|
|
24991
|
+
function testcardmodal_display_binding(value) {
|
|
24992
|
+
display = value;
|
|
24993
|
+
$$invalidate(0, display);
|
|
24994
|
+
}
|
|
24995
|
+
function testcardmodal_params_binding(value) {
|
|
24996
|
+
params = value;
|
|
24997
|
+
$$invalidate(1, params);
|
|
24998
|
+
}
|
|
24276
24999
|
$$self.$$set = ($$props2) => {
|
|
24277
25000
|
if ("display" in $$props2)
|
|
24278
25001
|
$$invalidate(0, display = $$props2.display);
|
|
@@ -24307,7 +25030,9 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24307
25030
|
passwordlesstokenmodal_display_binding,
|
|
24308
25031
|
passwordlesstokenmodal_params_binding,
|
|
24309
25032
|
mobileprofilemodal_display_binding,
|
|
24310
|
-
profilemodal_display_binding
|
|
25033
|
+
profilemodal_display_binding,
|
|
25034
|
+
testcardmodal_display_binding,
|
|
25035
|
+
testcardmodal_params_binding
|
|
24311
25036
|
];
|
|
24312
25037
|
}
|
|
24313
25038
|
var Main = class extends SvelteComponent {
|