@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
package/lib/index.mjs
CHANGED
|
@@ -1006,7 +1006,7 @@ var get_default_slot_context = (ctx) => ({ matches: (
|
|
|
1006
1006
|
/*matches*/
|
|
1007
1007
|
ctx[0]
|
|
1008
1008
|
) });
|
|
1009
|
-
function create_fragment$
|
|
1009
|
+
function create_fragment$1l(ctx) {
|
|
1010
1010
|
let current;
|
|
1011
1011
|
const default_slot_template = (
|
|
1012
1012
|
/*#slots*/
|
|
@@ -1071,7 +1071,7 @@ function create_fragment$1i(ctx) {
|
|
|
1071
1071
|
}
|
|
1072
1072
|
};
|
|
1073
1073
|
}
|
|
1074
|
-
function instance$
|
|
1074
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
1075
1075
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
1076
1076
|
let { query } = $$props;
|
|
1077
1077
|
let mql;
|
|
@@ -1117,10 +1117,10 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
|
1117
1117
|
var MediaQuery = class extends SvelteComponent {
|
|
1118
1118
|
constructor(options) {
|
|
1119
1119
|
super();
|
|
1120
|
-
init(this, options, instance$
|
|
1120
|
+
init(this, options, instance$I, create_fragment$1l, safe_not_equal, { query: 1 });
|
|
1121
1121
|
}
|
|
1122
1122
|
};
|
|
1123
|
-
function create_fragment$
|
|
1123
|
+
function create_fragment$1k(ctx) {
|
|
1124
1124
|
let svg;
|
|
1125
1125
|
let path;
|
|
1126
1126
|
let animateTransform;
|
|
@@ -1164,10 +1164,10 @@ function create_fragment$1h(ctx) {
|
|
|
1164
1164
|
var LoadingIcon = class extends SvelteComponent {
|
|
1165
1165
|
constructor(options) {
|
|
1166
1166
|
super();
|
|
1167
|
-
init(this, options, null, create_fragment$
|
|
1167
|
+
init(this, options, null, create_fragment$1k, safe_not_equal, {});
|
|
1168
1168
|
}
|
|
1169
1169
|
};
|
|
1170
|
-
function create_fragment$
|
|
1170
|
+
function create_fragment$1j(ctx) {
|
|
1171
1171
|
let div;
|
|
1172
1172
|
let loadingicon;
|
|
1173
1173
|
let current;
|
|
@@ -1204,10 +1204,10 @@ function create_fragment$1g(ctx) {
|
|
|
1204
1204
|
var Loader = class extends SvelteComponent {
|
|
1205
1205
|
constructor(options) {
|
|
1206
1206
|
super();
|
|
1207
|
-
init(this, options, null, create_fragment$
|
|
1207
|
+
init(this, options, null, create_fragment$1j, safe_not_equal, {});
|
|
1208
1208
|
}
|
|
1209
1209
|
};
|
|
1210
|
-
function create_fragment$
|
|
1210
|
+
function create_fragment$1i(ctx) {
|
|
1211
1211
|
let svg;
|
|
1212
1212
|
let path;
|
|
1213
1213
|
return {
|
|
@@ -1238,10 +1238,10 @@ function create_fragment$1f(ctx) {
|
|
|
1238
1238
|
var CloseIcon = class extends SvelteComponent {
|
|
1239
1239
|
constructor(options) {
|
|
1240
1240
|
super();
|
|
1241
|
-
init(this, options, null, create_fragment$
|
|
1241
|
+
init(this, options, null, create_fragment$1i, safe_not_equal, {});
|
|
1242
1242
|
}
|
|
1243
1243
|
};
|
|
1244
|
-
function create_fragment$
|
|
1244
|
+
function create_fragment$1h(ctx) {
|
|
1245
1245
|
let div;
|
|
1246
1246
|
let button;
|
|
1247
1247
|
let closeicon;
|
|
@@ -1294,7 +1294,7 @@ function create_fragment$1e(ctx) {
|
|
|
1294
1294
|
}
|
|
1295
1295
|
};
|
|
1296
1296
|
}
|
|
1297
|
-
function instance$
|
|
1297
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
1298
1298
|
let { closeModal } = $$props;
|
|
1299
1299
|
$$self.$$set = ($$props2) => {
|
|
1300
1300
|
if ("closeModal" in $$props2)
|
|
@@ -1305,10 +1305,10 @@ function instance$G($$self, $$props, $$invalidate) {
|
|
|
1305
1305
|
var CloseButton = class extends SvelteComponent {
|
|
1306
1306
|
constructor(options) {
|
|
1307
1307
|
super();
|
|
1308
|
-
init(this, options, instance$
|
|
1308
|
+
init(this, options, instance$H, create_fragment$1h, safe_not_equal, { closeModal: 0 });
|
|
1309
1309
|
}
|
|
1310
1310
|
};
|
|
1311
|
-
function create_fragment$
|
|
1311
|
+
function create_fragment$1g(ctx) {
|
|
1312
1312
|
let svg;
|
|
1313
1313
|
let path0;
|
|
1314
1314
|
let path1;
|
|
@@ -1361,7 +1361,7 @@ function create_fragment$1d(ctx) {
|
|
|
1361
1361
|
var MemberstackIcon = class extends SvelteComponent {
|
|
1362
1362
|
constructor(options) {
|
|
1363
1363
|
super();
|
|
1364
|
-
init(this, options, null, create_fragment$
|
|
1364
|
+
init(this, options, null, create_fragment$1g, safe_not_equal, {});
|
|
1365
1365
|
}
|
|
1366
1366
|
};
|
|
1367
1367
|
function create_else_block$h(ctx) {
|
|
@@ -1392,7 +1392,7 @@ function create_else_block$h(ctx) {
|
|
|
1392
1392
|
}
|
|
1393
1393
|
};
|
|
1394
1394
|
}
|
|
1395
|
-
function create_if_block$
|
|
1395
|
+
function create_if_block$z(ctx) {
|
|
1396
1396
|
let img;
|
|
1397
1397
|
let img_src_value;
|
|
1398
1398
|
let img_alt_value;
|
|
@@ -1429,12 +1429,12 @@ function create_if_block$y(ctx) {
|
|
|
1429
1429
|
}
|
|
1430
1430
|
};
|
|
1431
1431
|
}
|
|
1432
|
-
function create_fragment$
|
|
1432
|
+
function create_fragment$1f(ctx) {
|
|
1433
1433
|
let figure;
|
|
1434
1434
|
let current_block_type_index;
|
|
1435
1435
|
let if_block;
|
|
1436
1436
|
let current;
|
|
1437
|
-
const if_block_creators = [create_if_block$
|
|
1437
|
+
const if_block_creators = [create_if_block$z, create_else_block$h];
|
|
1438
1438
|
const if_blocks = [];
|
|
1439
1439
|
function select_block_type(ctx2, dirty) {
|
|
1440
1440
|
if (
|
|
@@ -1496,7 +1496,7 @@ function create_fragment$1c(ctx) {
|
|
|
1496
1496
|
}
|
|
1497
1497
|
};
|
|
1498
1498
|
}
|
|
1499
|
-
function instance$
|
|
1499
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
1500
1500
|
let app = {};
|
|
1501
1501
|
AppStore.subscribe((data) => {
|
|
1502
1502
|
$$invalidate(0, app = data);
|
|
@@ -1506,7 +1506,7 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
|
1506
1506
|
var FigureElement = class extends SvelteComponent {
|
|
1507
1507
|
constructor(options) {
|
|
1508
1508
|
super();
|
|
1509
|
-
init(this, options, instance$
|
|
1509
|
+
init(this, options, instance$G, create_fragment$1f, safe_not_equal, {});
|
|
1510
1510
|
}
|
|
1511
1511
|
};
|
|
1512
1512
|
function create_else_block$g(ctx) {
|
|
@@ -1561,7 +1561,7 @@ function create_else_block$g(ctx) {
|
|
|
1561
1561
|
}
|
|
1562
1562
|
};
|
|
1563
1563
|
}
|
|
1564
|
-
function create_if_block$
|
|
1564
|
+
function create_if_block$y(ctx) {
|
|
1565
1565
|
let button;
|
|
1566
1566
|
let t;
|
|
1567
1567
|
return {
|
|
@@ -1610,12 +1610,12 @@ function create_if_block$x(ctx) {
|
|
|
1610
1610
|
}
|
|
1611
1611
|
};
|
|
1612
1612
|
}
|
|
1613
|
-
function create_fragment$
|
|
1613
|
+
function create_fragment$1e(ctx) {
|
|
1614
1614
|
let div;
|
|
1615
1615
|
let current_block_type_index;
|
|
1616
1616
|
let if_block;
|
|
1617
1617
|
let current;
|
|
1618
|
-
const if_block_creators = [create_if_block$
|
|
1618
|
+
const if_block_creators = [create_if_block$y, create_else_block$g];
|
|
1619
1619
|
const if_blocks = [];
|
|
1620
1620
|
function select_block_type(ctx2, dirty) {
|
|
1621
1621
|
if (!/*isLoading*/
|
|
@@ -1674,7 +1674,7 @@ function create_fragment$1b(ctx) {
|
|
|
1674
1674
|
}
|
|
1675
1675
|
};
|
|
1676
1676
|
}
|
|
1677
|
-
function instance$
|
|
1677
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
1678
1678
|
let $app;
|
|
1679
1679
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(3, $app = $$value));
|
|
1680
1680
|
let { buttonText = "Submit" } = $$props;
|
|
@@ -1694,10 +1694,10 @@ function instance$E($$self, $$props, $$invalidate) {
|
|
|
1694
1694
|
var SubmitButton = class extends SvelteComponent {
|
|
1695
1695
|
constructor(options) {
|
|
1696
1696
|
super();
|
|
1697
|
-
init(this, options, instance$
|
|
1697
|
+
init(this, options, instance$F, create_fragment$1e, safe_not_equal, { buttonText: 0, isLoading: 1 });
|
|
1698
1698
|
}
|
|
1699
1699
|
};
|
|
1700
|
-
function create_fragment$
|
|
1700
|
+
function create_fragment$1d(ctx) {
|
|
1701
1701
|
let svg;
|
|
1702
1702
|
let path;
|
|
1703
1703
|
return {
|
|
@@ -1726,10 +1726,10 @@ function create_fragment$1a(ctx) {
|
|
|
1726
1726
|
var ErrorIcon = class extends SvelteComponent {
|
|
1727
1727
|
constructor(options) {
|
|
1728
1728
|
super();
|
|
1729
|
-
init(this, options, null, create_fragment$
|
|
1729
|
+
init(this, options, null, create_fragment$1d, safe_not_equal, {});
|
|
1730
1730
|
}
|
|
1731
1731
|
};
|
|
1732
|
-
function create_if_block$
|
|
1732
|
+
function create_if_block$x(ctx) {
|
|
1733
1733
|
let div;
|
|
1734
1734
|
let erroricon;
|
|
1735
1735
|
let t0;
|
|
@@ -1772,7 +1772,7 @@ function create_if_block$w(ctx) {
|
|
|
1772
1772
|
}
|
|
1773
1773
|
};
|
|
1774
1774
|
}
|
|
1775
|
-
function create_fragment$
|
|
1775
|
+
function create_fragment$1c(ctx) {
|
|
1776
1776
|
let div;
|
|
1777
1777
|
let label;
|
|
1778
1778
|
let t0;
|
|
@@ -1784,7 +1784,7 @@ function create_fragment$19(ctx) {
|
|
|
1784
1784
|
let dispose;
|
|
1785
1785
|
let if_block = (
|
|
1786
1786
|
/*inputError*/
|
|
1787
|
-
ctx[2] && create_if_block$
|
|
1787
|
+
ctx[2] && create_if_block$x(ctx)
|
|
1788
1788
|
);
|
|
1789
1789
|
return {
|
|
1790
1790
|
c() {
|
|
@@ -1879,7 +1879,7 @@ function create_fragment$19(ctx) {
|
|
|
1879
1879
|
transition_in(if_block, 1);
|
|
1880
1880
|
}
|
|
1881
1881
|
} else {
|
|
1882
|
-
if_block = create_if_block$
|
|
1882
|
+
if_block = create_if_block$x(ctx2);
|
|
1883
1883
|
if_block.c();
|
|
1884
1884
|
transition_in(if_block, 1);
|
|
1885
1885
|
if_block.m(div, null);
|
|
@@ -1912,7 +1912,7 @@ function create_fragment$19(ctx) {
|
|
|
1912
1912
|
}
|
|
1913
1913
|
};
|
|
1914
1914
|
}
|
|
1915
|
-
function instance$
|
|
1915
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
1916
1916
|
let $textStore;
|
|
1917
1917
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
1918
1918
|
let { emailInputValid = false } = $$props;
|
|
@@ -1961,14 +1961,14 @@ function instance$D($$self, $$props, $$invalidate) {
|
|
|
1961
1961
|
var EmailInput = class extends SvelteComponent {
|
|
1962
1962
|
constructor(options) {
|
|
1963
1963
|
super();
|
|
1964
|
-
init(this, options, instance$
|
|
1964
|
+
init(this, options, instance$E, create_fragment$1c, safe_not_equal, {
|
|
1965
1965
|
emailInputValid: 7,
|
|
1966
1966
|
emailValue: 0,
|
|
1967
1967
|
placeholder: 1
|
|
1968
1968
|
});
|
|
1969
1969
|
}
|
|
1970
1970
|
};
|
|
1971
|
-
function create_fragment$
|
|
1971
|
+
function create_fragment$1b(ctx) {
|
|
1972
1972
|
let svg;
|
|
1973
1973
|
let path;
|
|
1974
1974
|
return {
|
|
@@ -1998,10 +1998,10 @@ function create_fragment$18(ctx) {
|
|
|
1998
1998
|
var EyeIcon = class extends SvelteComponent {
|
|
1999
1999
|
constructor(options) {
|
|
2000
2000
|
super();
|
|
2001
|
-
init(this, options, null, create_fragment$
|
|
2001
|
+
init(this, options, null, create_fragment$1b, safe_not_equal, {});
|
|
2002
2002
|
}
|
|
2003
2003
|
};
|
|
2004
|
-
function create_fragment$
|
|
2004
|
+
function create_fragment$1a(ctx) {
|
|
2005
2005
|
let svg;
|
|
2006
2006
|
let path;
|
|
2007
2007
|
return {
|
|
@@ -2031,7 +2031,7 @@ function create_fragment$17(ctx) {
|
|
|
2031
2031
|
var EyeSlashIcon = class extends SvelteComponent {
|
|
2032
2032
|
constructor(options) {
|
|
2033
2033
|
super();
|
|
2034
|
-
init(this, options, null, create_fragment$
|
|
2034
|
+
init(this, options, null, create_fragment$1a, safe_not_equal, {});
|
|
2035
2035
|
}
|
|
2036
2036
|
};
|
|
2037
2037
|
function create_if_block_2$i(ctx) {
|
|
@@ -2127,7 +2127,7 @@ function create_if_block_1$o(ctx) {
|
|
|
2127
2127
|
}
|
|
2128
2128
|
};
|
|
2129
2129
|
}
|
|
2130
|
-
function create_if_block$
|
|
2130
|
+
function create_if_block$w(ctx) {
|
|
2131
2131
|
let div;
|
|
2132
2132
|
let erroricon;
|
|
2133
2133
|
let t0;
|
|
@@ -2170,7 +2170,7 @@ function create_if_block$v(ctx) {
|
|
|
2170
2170
|
}
|
|
2171
2171
|
};
|
|
2172
2172
|
}
|
|
2173
|
-
function create_fragment$
|
|
2173
|
+
function create_fragment$19(ctx) {
|
|
2174
2174
|
let div3;
|
|
2175
2175
|
let div0;
|
|
2176
2176
|
let label;
|
|
@@ -2204,7 +2204,7 @@ function create_fragment$16(ctx) {
|
|
|
2204
2204
|
if_block1 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
|
2205
2205
|
let if_block2 = (
|
|
2206
2206
|
/*inputError*/
|
|
2207
|
-
ctx[6] && create_if_block$
|
|
2207
|
+
ctx[6] && create_if_block$w(ctx)
|
|
2208
2208
|
);
|
|
2209
2209
|
return {
|
|
2210
2210
|
c() {
|
|
@@ -2365,7 +2365,7 @@ function create_fragment$16(ctx) {
|
|
|
2365
2365
|
transition_in(if_block2, 1);
|
|
2366
2366
|
}
|
|
2367
2367
|
} else {
|
|
2368
|
-
if_block2 = create_if_block$
|
|
2368
|
+
if_block2 = create_if_block$w(ctx2);
|
|
2369
2369
|
if_block2.c();
|
|
2370
2370
|
transition_in(if_block2, 1);
|
|
2371
2371
|
if_block2.m(div3, null);
|
|
@@ -2403,7 +2403,7 @@ function create_fragment$16(ctx) {
|
|
|
2403
2403
|
}
|
|
2404
2404
|
};
|
|
2405
2405
|
}
|
|
2406
|
-
function instance$
|
|
2406
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
2407
2407
|
let type;
|
|
2408
2408
|
let $textStore;
|
|
2409
2409
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(15, $textStore = $$value));
|
|
@@ -2477,7 +2477,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
|
2477
2477
|
var PasswordInput = class extends SvelteComponent {
|
|
2478
2478
|
constructor(options) {
|
|
2479
2479
|
super();
|
|
2480
|
-
init(this, options, instance$
|
|
2480
|
+
init(this, options, instance$D, create_fragment$19, safe_not_equal, {
|
|
2481
2481
|
showForgotPasswordLabel: 2,
|
|
2482
2482
|
passwordInputValid: 13,
|
|
2483
2483
|
passwordLabel: 3,
|
|
@@ -2487,7 +2487,7 @@ var PasswordInput = class extends SvelteComponent {
|
|
|
2487
2487
|
});
|
|
2488
2488
|
}
|
|
2489
2489
|
};
|
|
2490
|
-
function create_fragment$
|
|
2490
|
+
function create_fragment$18(ctx) {
|
|
2491
2491
|
let svg;
|
|
2492
2492
|
let path;
|
|
2493
2493
|
return {
|
|
@@ -2517,10 +2517,10 @@ function create_fragment$15(ctx) {
|
|
|
2517
2517
|
var SecuredIcon = class extends SvelteComponent {
|
|
2518
2518
|
constructor(options) {
|
|
2519
2519
|
super();
|
|
2520
|
-
init(this, options, null, create_fragment$
|
|
2520
|
+
init(this, options, null, create_fragment$18, safe_not_equal, {});
|
|
2521
2521
|
}
|
|
2522
2522
|
};
|
|
2523
|
-
function create_if_block$
|
|
2523
|
+
function create_if_block$v(ctx) {
|
|
2524
2524
|
let div;
|
|
2525
2525
|
let a;
|
|
2526
2526
|
let securedicon;
|
|
@@ -2561,11 +2561,11 @@ function create_if_block$u(ctx) {
|
|
|
2561
2561
|
}
|
|
2562
2562
|
};
|
|
2563
2563
|
}
|
|
2564
|
-
function create_fragment$
|
|
2564
|
+
function create_fragment$17(ctx) {
|
|
2565
2565
|
let if_block_anchor;
|
|
2566
2566
|
let current;
|
|
2567
2567
|
let if_block = !/*$app*/
|
|
2568
|
-
ctx[0].isPaid && create_if_block$
|
|
2568
|
+
ctx[0].isPaid && create_if_block$v();
|
|
2569
2569
|
return {
|
|
2570
2570
|
c() {
|
|
2571
2571
|
if (if_block)
|
|
@@ -2587,7 +2587,7 @@ function create_fragment$14(ctx) {
|
|
|
2587
2587
|
transition_in(if_block, 1);
|
|
2588
2588
|
}
|
|
2589
2589
|
} else {
|
|
2590
|
-
if_block = create_if_block$
|
|
2590
|
+
if_block = create_if_block$v();
|
|
2591
2591
|
if_block.c();
|
|
2592
2592
|
transition_in(if_block, 1);
|
|
2593
2593
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
@@ -2618,7 +2618,7 @@ function create_fragment$14(ctx) {
|
|
|
2618
2618
|
}
|
|
2619
2619
|
};
|
|
2620
2620
|
}
|
|
2621
|
-
function instance$
|
|
2621
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
2622
2622
|
let $app;
|
|
2623
2623
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(0, $app = $$value));
|
|
2624
2624
|
return [$app];
|
|
@@ -2626,10 +2626,10 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
|
2626
2626
|
var ModalFooter = class extends SvelteComponent {
|
|
2627
2627
|
constructor(options) {
|
|
2628
2628
|
super();
|
|
2629
|
-
init(this, options, instance$
|
|
2629
|
+
init(this, options, instance$C, create_fragment$17, safe_not_equal, {});
|
|
2630
2630
|
}
|
|
2631
2631
|
};
|
|
2632
|
-
function create_fragment$
|
|
2632
|
+
function create_fragment$16(ctx) {
|
|
2633
2633
|
let svg;
|
|
2634
2634
|
let path;
|
|
2635
2635
|
return {
|
|
@@ -2658,7 +2658,7 @@ function create_fragment$13(ctx) {
|
|
|
2658
2658
|
var EmailIcon = class extends SvelteComponent {
|
|
2659
2659
|
constructor(options) {
|
|
2660
2660
|
super();
|
|
2661
|
-
init(this, options, null, create_fragment$
|
|
2661
|
+
init(this, options, null, create_fragment$16, safe_not_equal, {});
|
|
2662
2662
|
}
|
|
2663
2663
|
};
|
|
2664
2664
|
var PasswordlessStore = writable({
|
|
@@ -2970,7 +2970,7 @@ function create_if_block_3$9(ctx) {
|
|
|
2970
2970
|
}
|
|
2971
2971
|
};
|
|
2972
2972
|
}
|
|
2973
|
-
function create_if_block$
|
|
2973
|
+
function create_if_block$u(ctx) {
|
|
2974
2974
|
let div4;
|
|
2975
2975
|
let div3;
|
|
2976
2976
|
let div0;
|
|
@@ -3354,7 +3354,7 @@ function create_each_block$c(ctx) {
|
|
|
3354
3354
|
}
|
|
3355
3355
|
};
|
|
3356
3356
|
}
|
|
3357
|
-
function create_fragment$
|
|
3357
|
+
function create_fragment$15(ctx) {
|
|
3358
3358
|
let div1;
|
|
3359
3359
|
let t0;
|
|
3360
3360
|
let div0;
|
|
@@ -3426,7 +3426,7 @@ function create_fragment$12(ctx) {
|
|
|
3426
3426
|
let if_block3 = (
|
|
3427
3427
|
/*$app*/
|
|
3428
3428
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
3429
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
3429
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$u(ctx)
|
|
3430
3430
|
);
|
|
3431
3431
|
modalfooter = new ModalFooter({});
|
|
3432
3432
|
return {
|
|
@@ -3568,7 +3568,7 @@ function create_fragment$12(ctx) {
|
|
|
3568
3568
|
transition_in(if_block3, 1);
|
|
3569
3569
|
}
|
|
3570
3570
|
} else {
|
|
3571
|
-
if_block3 = create_if_block$
|
|
3571
|
+
if_block3 = create_if_block$u(ctx2);
|
|
3572
3572
|
if_block3.c();
|
|
3573
3573
|
transition_in(if_block3, 1);
|
|
3574
3574
|
if_block3.m(div0, null);
|
|
@@ -3620,7 +3620,7 @@ function create_fragment$12(ctx) {
|
|
|
3620
3620
|
}
|
|
3621
3621
|
};
|
|
3622
3622
|
}
|
|
3623
|
-
function instance$
|
|
3623
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
3624
3624
|
let $PasswordlessStore;
|
|
3625
3625
|
let $app;
|
|
3626
3626
|
let $textStore;
|
|
@@ -3746,7 +3746,7 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
|
3746
3746
|
var LoginModal = class extends SvelteComponent {
|
|
3747
3747
|
constructor(options) {
|
|
3748
3748
|
super();
|
|
3749
|
-
init(this, options, instance$
|
|
3749
|
+
init(this, options, instance$B, create_fragment$15, safe_not_equal, {
|
|
3750
3750
|
closeModal: 1,
|
|
3751
3751
|
display: 0,
|
|
3752
3752
|
onSuccessLogin: 12,
|
|
@@ -3754,7 +3754,7 @@ var LoginModal = class extends SvelteComponent {
|
|
|
3754
3754
|
});
|
|
3755
3755
|
}
|
|
3756
3756
|
};
|
|
3757
|
-
function add_css$
|
|
3757
|
+
function add_css$k(target) {
|
|
3758
3758
|
append_styles(target, "svelte-1w8lbd8", ".rey-was-here.svelte-1w8lbd8{display:none !important}");
|
|
3759
3759
|
}
|
|
3760
3760
|
function get_each_context$b(ctx, list, i) {
|
|
@@ -4057,7 +4057,7 @@ function create_if_block_3$8(ctx) {
|
|
|
4057
4057
|
}
|
|
4058
4058
|
};
|
|
4059
4059
|
}
|
|
4060
|
-
function create_if_block$
|
|
4060
|
+
function create_if_block$t(ctx) {
|
|
4061
4061
|
let div4;
|
|
4062
4062
|
let div3;
|
|
4063
4063
|
let t3;
|
|
@@ -4417,7 +4417,7 @@ function create_each_block$b(ctx) {
|
|
|
4417
4417
|
}
|
|
4418
4418
|
};
|
|
4419
4419
|
}
|
|
4420
|
-
function create_fragment$
|
|
4420
|
+
function create_fragment$14(ctx) {
|
|
4421
4421
|
let div4;
|
|
4422
4422
|
let t0;
|
|
4423
4423
|
let div3;
|
|
@@ -4490,7 +4490,7 @@ function create_fragment$11(ctx) {
|
|
|
4490
4490
|
let if_block3 = (
|
|
4491
4491
|
/*$app*/
|
|
4492
4492
|
(ctx[7].authProviders.length > 0 || /*$app*/
|
|
4493
|
-
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$
|
|
4493
|
+
ctx[7].additionalAuthMethods.passwordless.enabled === true) && create_if_block$t(ctx)
|
|
4494
4494
|
);
|
|
4495
4495
|
modalfooter = new ModalFooter({});
|
|
4496
4496
|
return {
|
|
@@ -4703,7 +4703,7 @@ function create_fragment$11(ctx) {
|
|
|
4703
4703
|
transition_in(if_block3, 1);
|
|
4704
4704
|
}
|
|
4705
4705
|
} else {
|
|
4706
|
-
if_block3 = create_if_block$
|
|
4706
|
+
if_block3 = create_if_block$t(ctx2);
|
|
4707
4707
|
if_block3.c();
|
|
4708
4708
|
transition_in(if_block3, 1);
|
|
4709
4709
|
if_block3.m(div3, null);
|
|
@@ -4764,7 +4764,7 @@ function executeCaptcha() {
|
|
|
4764
4764
|
return response;
|
|
4765
4765
|
});
|
|
4766
4766
|
}
|
|
4767
|
-
function instance$
|
|
4767
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
4768
4768
|
var _a;
|
|
4769
4769
|
let $PasswordlessStore;
|
|
4770
4770
|
let $app;
|
|
@@ -4937,8 +4937,8 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4937
4937
|
init(
|
|
4938
4938
|
this,
|
|
4939
4939
|
options,
|
|
4940
|
-
instance$
|
|
4941
|
-
create_fragment$
|
|
4940
|
+
instance$A,
|
|
4941
|
+
create_fragment$14,
|
|
4942
4942
|
safe_not_equal,
|
|
4943
4943
|
{
|
|
4944
4944
|
closeModal: 1,
|
|
@@ -4946,11 +4946,11 @@ var SignupModal = class extends SvelteComponent {
|
|
|
4946
4946
|
onSuccessSignup: 11,
|
|
4947
4947
|
params: 2
|
|
4948
4948
|
},
|
|
4949
|
-
add_css$
|
|
4949
|
+
add_css$k
|
|
4950
4950
|
);
|
|
4951
4951
|
}
|
|
4952
4952
|
};
|
|
4953
|
-
function create_fragment$
|
|
4953
|
+
function create_fragment$13(ctx) {
|
|
4954
4954
|
let svg;
|
|
4955
4955
|
let path;
|
|
4956
4956
|
return {
|
|
@@ -4979,10 +4979,10 @@ function create_fragment$10(ctx) {
|
|
|
4979
4979
|
var BackIcon = class extends SvelteComponent {
|
|
4980
4980
|
constructor(options) {
|
|
4981
4981
|
super();
|
|
4982
|
-
init(this, options, null, create_fragment$
|
|
4982
|
+
init(this, options, null, create_fragment$13, safe_not_equal, {});
|
|
4983
4983
|
}
|
|
4984
4984
|
};
|
|
4985
|
-
function create_fragment
|
|
4985
|
+
function create_fragment$12(ctx) {
|
|
4986
4986
|
let div4;
|
|
4987
4987
|
let div0;
|
|
4988
4988
|
let button;
|
|
@@ -5177,7 +5177,7 @@ function create_fragment$$(ctx) {
|
|
|
5177
5177
|
}
|
|
5178
5178
|
};
|
|
5179
5179
|
}
|
|
5180
|
-
function instance$
|
|
5180
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
5181
5181
|
let $textStore;
|
|
5182
5182
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(9, $textStore = $$value));
|
|
5183
5183
|
let text2 = $textStore.text;
|
|
@@ -5230,10 +5230,10 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
|
5230
5230
|
var PassResetModal = class extends SvelteComponent {
|
|
5231
5231
|
constructor(options) {
|
|
5232
5232
|
super();
|
|
5233
|
-
init(this, options, instance$
|
|
5233
|
+
init(this, options, instance$z, create_fragment$12, safe_not_equal, { closeModal: 5, display: 0 });
|
|
5234
5234
|
}
|
|
5235
5235
|
};
|
|
5236
|
-
function create_if_block$
|
|
5236
|
+
function create_if_block$s(ctx) {
|
|
5237
5237
|
let div;
|
|
5238
5238
|
let erroricon;
|
|
5239
5239
|
let t;
|
|
@@ -5269,7 +5269,7 @@ function create_if_block$r(ctx) {
|
|
|
5269
5269
|
}
|
|
5270
5270
|
};
|
|
5271
5271
|
}
|
|
5272
|
-
function create_fragment$
|
|
5272
|
+
function create_fragment$11(ctx) {
|
|
5273
5273
|
let div3;
|
|
5274
5274
|
let div0;
|
|
5275
5275
|
let button;
|
|
@@ -5307,7 +5307,7 @@ function create_fragment$_(ctx) {
|
|
|
5307
5307
|
});
|
|
5308
5308
|
figureelement = new FigureElement({});
|
|
5309
5309
|
let if_block = !/*tokenInputValid*/
|
|
5310
|
-
ctx[3] && create_if_block$
|
|
5310
|
+
ctx[3] && create_if_block$s();
|
|
5311
5311
|
function passwordinput_passwordInputValid_binding(value) {
|
|
5312
5312
|
ctx[9](value);
|
|
5313
5313
|
}
|
|
@@ -5455,7 +5455,7 @@ function create_fragment$_(ctx) {
|
|
|
5455
5455
|
transition_in(if_block, 1);
|
|
5456
5456
|
}
|
|
5457
5457
|
} else {
|
|
5458
|
-
if_block = create_if_block$
|
|
5458
|
+
if_block = create_if_block$s();
|
|
5459
5459
|
if_block.c();
|
|
5460
5460
|
transition_in(if_block, 1);
|
|
5461
5461
|
if_block.m(div1, null);
|
|
@@ -5521,7 +5521,7 @@ function create_fragment$_(ctx) {
|
|
|
5521
5521
|
}
|
|
5522
5522
|
};
|
|
5523
5523
|
}
|
|
5524
|
-
function instance$
|
|
5524
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
5525
5525
|
let $textStore;
|
|
5526
5526
|
component_subscribe($$self, TextStore, ($$value) => $$invalidate(10, $textStore = $$value));
|
|
5527
5527
|
let text2 = $textStore.text;
|
|
@@ -5618,14 +5618,14 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
|
5618
5618
|
var PassTokenModal = class extends SvelteComponent {
|
|
5619
5619
|
constructor(options) {
|
|
5620
5620
|
super();
|
|
5621
|
-
init(this, options, instance$
|
|
5621
|
+
init(this, options, instance$y, create_fragment$11, safe_not_equal, {
|
|
5622
5622
|
closeModal: 1,
|
|
5623
5623
|
display: 0,
|
|
5624
5624
|
onSuccessPasswordReset: 7
|
|
5625
5625
|
});
|
|
5626
5626
|
}
|
|
5627
5627
|
};
|
|
5628
|
-
function create_fragment$
|
|
5628
|
+
function create_fragment$10(ctx) {
|
|
5629
5629
|
let div2;
|
|
5630
5630
|
let div0;
|
|
5631
5631
|
let t0;
|
|
@@ -5721,7 +5721,7 @@ function create_fragment$Z(ctx) {
|
|
|
5721
5721
|
}
|
|
5722
5722
|
};
|
|
5723
5723
|
}
|
|
5724
|
-
function instance$
|
|
5724
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
5725
5725
|
let { closeModal } = $$props;
|
|
5726
5726
|
$$self.$$set = ($$props2) => {
|
|
5727
5727
|
if ("closeModal" in $$props2)
|
|
@@ -5732,7 +5732,7 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
|
5732
5732
|
var PassSuccessModal = class extends SvelteComponent {
|
|
5733
5733
|
constructor(options) {
|
|
5734
5734
|
super();
|
|
5735
|
-
init(this, options, instance$
|
|
5735
|
+
init(this, options, instance$x, create_fragment$10, safe_not_equal, { closeModal: 0 });
|
|
5736
5736
|
}
|
|
5737
5737
|
};
|
|
5738
5738
|
function create_else_block_1$5(ctx) {
|
|
@@ -5865,7 +5865,7 @@ function create_if_block_1$l(ctx) {
|
|
|
5865
5865
|
}
|
|
5866
5866
|
};
|
|
5867
5867
|
}
|
|
5868
|
-
function create_if_block$
|
|
5868
|
+
function create_if_block$r(ctx) {
|
|
5869
5869
|
let div;
|
|
5870
5870
|
let erroricon;
|
|
5871
5871
|
let t;
|
|
@@ -5901,7 +5901,7 @@ function create_if_block$q(ctx) {
|
|
|
5901
5901
|
}
|
|
5902
5902
|
};
|
|
5903
5903
|
}
|
|
5904
|
-
function create_fragment
|
|
5904
|
+
function create_fragment$$(ctx) {
|
|
5905
5905
|
let div3;
|
|
5906
5906
|
let div0;
|
|
5907
5907
|
let current_block_type_index;
|
|
@@ -5958,7 +5958,7 @@ function create_fragment$Y(ctx) {
|
|
|
5958
5958
|
let current_block_type = select_block_type_1(ctx);
|
|
5959
5959
|
let if_block1 = current_block_type(ctx);
|
|
5960
5960
|
let if_block2 = !/*tokenInputValid*/
|
|
5961
|
-
ctx[3] && create_if_block$
|
|
5961
|
+
ctx[3] && create_if_block$r();
|
|
5962
5962
|
submitbutton = new SubmitButton({
|
|
5963
5963
|
props: {
|
|
5964
5964
|
buttonText: (
|
|
@@ -6104,7 +6104,7 @@ function create_fragment$Y(ctx) {
|
|
|
6104
6104
|
transition_in(if_block2, 1);
|
|
6105
6105
|
}
|
|
6106
6106
|
} else {
|
|
6107
|
-
if_block2 = create_if_block$
|
|
6107
|
+
if_block2 = create_if_block$r();
|
|
6108
6108
|
if_block2.c();
|
|
6109
6109
|
transition_in(if_block2, 1);
|
|
6110
6110
|
if_block2.m(div1, null);
|
|
@@ -6159,7 +6159,7 @@ function create_fragment$Y(ctx) {
|
|
|
6159
6159
|
}
|
|
6160
6160
|
};
|
|
6161
6161
|
}
|
|
6162
|
-
function instance$
|
|
6162
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
6163
6163
|
let $PasswordlessStore;
|
|
6164
6164
|
let $textStore;
|
|
6165
6165
|
component_subscribe($$self, PasswordlessStore, ($$value) => $$invalidate(4, $PasswordlessStore = $$value));
|
|
@@ -6279,7 +6279,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
|
6279
6279
|
var PasswordlessTokenModal = class extends SvelteComponent {
|
|
6280
6280
|
constructor(options) {
|
|
6281
6281
|
super();
|
|
6282
|
-
init(this, options, instance$
|
|
6282
|
+
init(this, options, instance$w, create_fragment$$, safe_not_equal, {
|
|
6283
6283
|
closeModal: 1,
|
|
6284
6284
|
display: 0,
|
|
6285
6285
|
onSuccessPasswordlessToken: 7,
|
|
@@ -6287,7 +6287,7 @@ var PasswordlessTokenModal = class extends SvelteComponent {
|
|
|
6287
6287
|
});
|
|
6288
6288
|
}
|
|
6289
6289
|
};
|
|
6290
|
-
function create_fragment$
|
|
6290
|
+
function create_fragment$_(ctx) {
|
|
6291
6291
|
let svg;
|
|
6292
6292
|
let path;
|
|
6293
6293
|
return {
|
|
@@ -6316,10 +6316,10 @@ function create_fragment$X(ctx) {
|
|
|
6316
6316
|
var ProfileIcon = class extends SvelteComponent {
|
|
6317
6317
|
constructor(options) {
|
|
6318
6318
|
super();
|
|
6319
|
-
init(this, options, null, create_fragment$
|
|
6319
|
+
init(this, options, null, create_fragment$_, safe_not_equal, {});
|
|
6320
6320
|
}
|
|
6321
6321
|
};
|
|
6322
|
-
function create_fragment$
|
|
6322
|
+
function create_fragment$Z(ctx) {
|
|
6323
6323
|
let svg;
|
|
6324
6324
|
let path;
|
|
6325
6325
|
return {
|
|
@@ -6348,10 +6348,10 @@ function create_fragment$W(ctx) {
|
|
|
6348
6348
|
var SecurityIcon = class extends SvelteComponent {
|
|
6349
6349
|
constructor(options) {
|
|
6350
6350
|
super();
|
|
6351
|
-
init(this, options, null, create_fragment$
|
|
6351
|
+
init(this, options, null, create_fragment$Z, safe_not_equal, {});
|
|
6352
6352
|
}
|
|
6353
6353
|
};
|
|
6354
|
-
function create_fragment$
|
|
6354
|
+
function create_fragment$Y(ctx) {
|
|
6355
6355
|
let svg;
|
|
6356
6356
|
let path;
|
|
6357
6357
|
return {
|
|
@@ -6380,10 +6380,10 @@ function create_fragment$V(ctx) {
|
|
|
6380
6380
|
var LinkOutIcon = class extends SvelteComponent {
|
|
6381
6381
|
constructor(options) {
|
|
6382
6382
|
super();
|
|
6383
|
-
init(this, options, null, create_fragment$
|
|
6383
|
+
init(this, options, null, create_fragment$Y, safe_not_equal, {});
|
|
6384
6384
|
}
|
|
6385
6385
|
};
|
|
6386
|
-
function create_fragment$
|
|
6386
|
+
function create_fragment$X(ctx) {
|
|
6387
6387
|
let svg;
|
|
6388
6388
|
let path;
|
|
6389
6389
|
return {
|
|
@@ -6414,10 +6414,10 @@ function create_fragment$U(ctx) {
|
|
|
6414
6414
|
var LogoutIcon = class extends SvelteComponent {
|
|
6415
6415
|
constructor(options) {
|
|
6416
6416
|
super();
|
|
6417
|
-
init(this, options, null, create_fragment$
|
|
6417
|
+
init(this, options, null, create_fragment$X, safe_not_equal, {});
|
|
6418
6418
|
}
|
|
6419
6419
|
};
|
|
6420
|
-
function create_fragment$
|
|
6420
|
+
function create_fragment$W(ctx) {
|
|
6421
6421
|
let svg;
|
|
6422
6422
|
let path;
|
|
6423
6423
|
return {
|
|
@@ -6446,7 +6446,7 @@ function create_fragment$T(ctx) {
|
|
|
6446
6446
|
var PlansIcon = class extends SvelteComponent {
|
|
6447
6447
|
constructor(options) {
|
|
6448
6448
|
super();
|
|
6449
|
-
init(this, options, null, create_fragment$
|
|
6449
|
+
init(this, options, null, create_fragment$W, safe_not_equal, {});
|
|
6450
6450
|
}
|
|
6451
6451
|
};
|
|
6452
6452
|
function create_if_block_1$k(ctx) {
|
|
@@ -6516,7 +6516,7 @@ function create_if_block_1$k(ctx) {
|
|
|
6516
6516
|
}
|
|
6517
6517
|
};
|
|
6518
6518
|
}
|
|
6519
|
-
function create_if_block$
|
|
6519
|
+
function create_if_block$q(ctx) {
|
|
6520
6520
|
let button;
|
|
6521
6521
|
let plansicon;
|
|
6522
6522
|
let t;
|
|
@@ -6583,7 +6583,7 @@ function create_if_block$p(ctx) {
|
|
|
6583
6583
|
}
|
|
6584
6584
|
};
|
|
6585
6585
|
}
|
|
6586
|
-
function create_fragment$
|
|
6586
|
+
function create_fragment$V(ctx) {
|
|
6587
6587
|
let t0;
|
|
6588
6588
|
let button0;
|
|
6589
6589
|
let securityicon;
|
|
@@ -6603,7 +6603,7 @@ function create_fragment$S(ctx) {
|
|
|
6603
6603
|
let if_block0 = !/*hideProfileSection*/
|
|
6604
6604
|
ctx[1] && create_if_block_1$k(ctx);
|
|
6605
6605
|
securityicon = new SecurityIcon({});
|
|
6606
|
-
let if_block1 = show_if && create_if_block$
|
|
6606
|
+
let if_block1 = show_if && create_if_block$q(ctx);
|
|
6607
6607
|
logouticon = new LogoutIcon({});
|
|
6608
6608
|
return {
|
|
6609
6609
|
c() {
|
|
@@ -6738,7 +6738,7 @@ function create_fragment$S(ctx) {
|
|
|
6738
6738
|
}
|
|
6739
6739
|
};
|
|
6740
6740
|
}
|
|
6741
|
-
function instance$
|
|
6741
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
6742
6742
|
let { member } = $$props;
|
|
6743
6743
|
let { onSuccessLogout } = $$props;
|
|
6744
6744
|
let { displayProfile } = $$props;
|
|
@@ -6802,7 +6802,7 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
|
6802
6802
|
var ProfileModalNav = class extends SvelteComponent {
|
|
6803
6803
|
constructor(options) {
|
|
6804
6804
|
super();
|
|
6805
|
-
init(this, options, instance$
|
|
6805
|
+
init(this, options, instance$v, create_fragment$V, safe_not_equal, {
|
|
6806
6806
|
member: 4,
|
|
6807
6807
|
onSuccessLogout: 5,
|
|
6808
6808
|
displayProfile: 0,
|
|
@@ -6811,7 +6811,7 @@ var ProfileModalNav = class extends SvelteComponent {
|
|
|
6811
6811
|
});
|
|
6812
6812
|
}
|
|
6813
6813
|
};
|
|
6814
|
-
function create_fragment$
|
|
6814
|
+
function create_fragment$U(ctx) {
|
|
6815
6815
|
let svg;
|
|
6816
6816
|
let path;
|
|
6817
6817
|
return {
|
|
@@ -6842,10 +6842,10 @@ function create_fragment$R(ctx) {
|
|
|
6842
6842
|
var ProfileDefaultImage = class extends SvelteComponent {
|
|
6843
6843
|
constructor(options) {
|
|
6844
6844
|
super();
|
|
6845
|
-
init(this, options, null, create_fragment$
|
|
6845
|
+
init(this, options, null, create_fragment$U, safe_not_equal, {});
|
|
6846
6846
|
}
|
|
6847
6847
|
};
|
|
6848
|
-
function create_fragment$
|
|
6848
|
+
function create_fragment$T(ctx) {
|
|
6849
6849
|
let svg;
|
|
6850
6850
|
let g;
|
|
6851
6851
|
let path0;
|
|
@@ -6890,7 +6890,7 @@ function create_fragment$Q(ctx) {
|
|
|
6890
6890
|
var UploadIcon = class extends SvelteComponent {
|
|
6891
6891
|
constructor(options) {
|
|
6892
6892
|
super();
|
|
6893
|
-
init(this, options, null, create_fragment$
|
|
6893
|
+
init(this, options, null, create_fragment$T, safe_not_equal, {});
|
|
6894
6894
|
}
|
|
6895
6895
|
};
|
|
6896
6896
|
function get_each_context$a(ctx, list, i) {
|
|
@@ -6987,7 +6987,7 @@ function create_if_block_1$j(ctx) {
|
|
|
6987
6987
|
}
|
|
6988
6988
|
};
|
|
6989
6989
|
}
|
|
6990
|
-
function create_if_block$
|
|
6990
|
+
function create_if_block$p(ctx) {
|
|
6991
6991
|
let div1;
|
|
6992
6992
|
let div0;
|
|
6993
6993
|
let label;
|
|
@@ -7116,7 +7116,7 @@ function create_each_block$a(ctx) {
|
|
|
7116
7116
|
let if_block_anchor;
|
|
7117
7117
|
let if_block = (
|
|
7118
7118
|
/*customField*/
|
|
7119
|
-
ctx[10].hidden !== true && create_if_block$
|
|
7119
|
+
ctx[10].hidden !== true && create_if_block$p(ctx)
|
|
7120
7120
|
);
|
|
7121
7121
|
return {
|
|
7122
7122
|
c() {
|
|
@@ -7137,7 +7137,7 @@ function create_each_block$a(ctx) {
|
|
|
7137
7137
|
if (if_block) {
|
|
7138
7138
|
if_block.p(ctx2, dirty);
|
|
7139
7139
|
} else {
|
|
7140
|
-
if_block = create_if_block$
|
|
7140
|
+
if_block = create_if_block$p(ctx2);
|
|
7141
7141
|
if_block.c();
|
|
7142
7142
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
7143
7143
|
}
|
|
@@ -7154,7 +7154,7 @@ function create_each_block$a(ctx) {
|
|
|
7154
7154
|
}
|
|
7155
7155
|
};
|
|
7156
7156
|
}
|
|
7157
|
-
function create_fragment$
|
|
7157
|
+
function create_fragment$S(ctx) {
|
|
7158
7158
|
let div1;
|
|
7159
7159
|
let h2;
|
|
7160
7160
|
let t1;
|
|
@@ -7372,7 +7372,7 @@ function create_fragment$P(ctx) {
|
|
|
7372
7372
|
}
|
|
7373
7373
|
};
|
|
7374
7374
|
}
|
|
7375
|
-
function instance$
|
|
7375
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
7376
7376
|
let { customFields } = $$props;
|
|
7377
7377
|
let { member } = $$props;
|
|
7378
7378
|
let { profileLoader } = $$props;
|
|
@@ -7475,14 +7475,14 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
|
7475
7475
|
var ProfileInfoContent = class extends SvelteComponent {
|
|
7476
7476
|
constructor(options) {
|
|
7477
7477
|
super();
|
|
7478
|
-
init(this, options, instance$
|
|
7478
|
+
init(this, options, instance$u, create_fragment$S, safe_not_equal, {
|
|
7479
7479
|
customFields: 1,
|
|
7480
7480
|
member: 0,
|
|
7481
7481
|
profileLoader: 5
|
|
7482
7482
|
});
|
|
7483
7483
|
}
|
|
7484
7484
|
};
|
|
7485
|
-
function create_fragment$
|
|
7485
|
+
function create_fragment$R(ctx) {
|
|
7486
7486
|
let svg;
|
|
7487
7487
|
let path;
|
|
7488
7488
|
return {
|
|
@@ -7511,7 +7511,7 @@ function create_fragment$O(ctx) {
|
|
|
7511
7511
|
var PasswordLockIcon = class extends SvelteComponent {
|
|
7512
7512
|
constructor(options) {
|
|
7513
7513
|
super();
|
|
7514
|
-
init(this, options, null, create_fragment$
|
|
7514
|
+
init(this, options, null, create_fragment$R, safe_not_equal, {});
|
|
7515
7515
|
}
|
|
7516
7516
|
};
|
|
7517
7517
|
function get_each_context$9(ctx, list, i) {
|
|
@@ -7549,7 +7549,7 @@ function create_if_block_2$d(ctx) {
|
|
|
7549
7549
|
}
|
|
7550
7550
|
};
|
|
7551
7551
|
}
|
|
7552
|
-
function create_if_block$
|
|
7552
|
+
function create_if_block$o(ctx) {
|
|
7553
7553
|
let p;
|
|
7554
7554
|
let t1;
|
|
7555
7555
|
let div;
|
|
@@ -7828,7 +7828,7 @@ function create_each_block$9(key_1, ctx) {
|
|
|
7828
7828
|
}
|
|
7829
7829
|
};
|
|
7830
7830
|
}
|
|
7831
|
-
function create_fragment$
|
|
7831
|
+
function create_fragment$Q(ctx) {
|
|
7832
7832
|
let div1;
|
|
7833
7833
|
let h2;
|
|
7834
7834
|
let t1;
|
|
@@ -7888,7 +7888,7 @@ function create_fragment$N(ctx) {
|
|
|
7888
7888
|
let if_block0 = current_block_type(ctx);
|
|
7889
7889
|
let if_block1 = (
|
|
7890
7890
|
/*$app*/
|
|
7891
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
7891
|
+
ctx[4].authProviders.length > 0 && create_if_block$o(ctx)
|
|
7892
7892
|
);
|
|
7893
7893
|
return {
|
|
7894
7894
|
c() {
|
|
@@ -8014,7 +8014,7 @@ function create_fragment$N(ctx) {
|
|
|
8014
8014
|
if (if_block1) {
|
|
8015
8015
|
if_block1.p(ctx2, dirty);
|
|
8016
8016
|
} else {
|
|
8017
|
-
if_block1 = create_if_block$
|
|
8017
|
+
if_block1 = create_if_block$o(ctx2);
|
|
8018
8018
|
if_block1.c();
|
|
8019
8019
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
|
8020
8020
|
}
|
|
@@ -8060,7 +8060,7 @@ function create_fragment$N(ctx) {
|
|
|
8060
8060
|
}
|
|
8061
8061
|
};
|
|
8062
8062
|
}
|
|
8063
|
-
function instance$
|
|
8063
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
8064
8064
|
let $app;
|
|
8065
8065
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
8066
8066
|
let { displayProfile } = $$props;
|
|
@@ -8169,7 +8169,7 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
|
8169
8169
|
var SecurityInfoContent = class extends SvelteComponent {
|
|
8170
8170
|
constructor(options) {
|
|
8171
8171
|
super();
|
|
8172
|
-
init(this, options, instance$
|
|
8172
|
+
init(this, options, instance$t, create_fragment$Q, safe_not_equal, {
|
|
8173
8173
|
displayProfile: 0,
|
|
8174
8174
|
member: 1,
|
|
8175
8175
|
emailValue: 2,
|
|
@@ -8207,7 +8207,7 @@ function create_if_block_1$h(ctx) {
|
|
|
8207
8207
|
}
|
|
8208
8208
|
};
|
|
8209
8209
|
}
|
|
8210
|
-
function create_if_block$
|
|
8210
|
+
function create_if_block$n(ctx) {
|
|
8211
8211
|
let passwordinput;
|
|
8212
8212
|
let updating_passwordValue;
|
|
8213
8213
|
let updating_passwordInputValid;
|
|
@@ -8280,7 +8280,7 @@ function create_if_block$m(ctx) {
|
|
|
8280
8280
|
}
|
|
8281
8281
|
};
|
|
8282
8282
|
}
|
|
8283
|
-
function create_fragment$
|
|
8283
|
+
function create_fragment$P(ctx) {
|
|
8284
8284
|
let div3;
|
|
8285
8285
|
let div1;
|
|
8286
8286
|
let div0;
|
|
@@ -8317,7 +8317,7 @@ function create_fragment$M(ctx) {
|
|
|
8317
8317
|
let if_block0 = current_block_type(ctx);
|
|
8318
8318
|
let if_block1 = (
|
|
8319
8319
|
/*member*/
|
|
8320
|
-
ctx[1].auth.hasPassword && create_if_block$
|
|
8320
|
+
ctx[1].auth.hasPassword && create_if_block$n(ctx)
|
|
8321
8321
|
);
|
|
8322
8322
|
function passwordinput0_passwordValue_binding(value) {
|
|
8323
8323
|
ctx[13](value);
|
|
@@ -8483,7 +8483,7 @@ function create_fragment$M(ctx) {
|
|
|
8483
8483
|
transition_in(if_block1, 1);
|
|
8484
8484
|
}
|
|
8485
8485
|
} else {
|
|
8486
|
-
if_block1 = create_if_block$
|
|
8486
|
+
if_block1 = create_if_block$n(ctx2);
|
|
8487
8487
|
if_block1.c();
|
|
8488
8488
|
transition_in(if_block1, 1);
|
|
8489
8489
|
if_block1.m(form, t4);
|
|
@@ -8562,7 +8562,7 @@ function create_fragment$M(ctx) {
|
|
|
8562
8562
|
}
|
|
8563
8563
|
};
|
|
8564
8564
|
}
|
|
8565
|
-
function instance$
|
|
8565
|
+
function instance$s($$self, $$props, $$invalidate) {
|
|
8566
8566
|
let { displayProfile } = $$props;
|
|
8567
8567
|
let { profileLoader } = $$props;
|
|
8568
8568
|
let { member } = $$props;
|
|
@@ -8659,7 +8659,7 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
|
8659
8659
|
var PasswordInfoContent = class extends SvelteComponent {
|
|
8660
8660
|
constructor(options) {
|
|
8661
8661
|
super();
|
|
8662
|
-
init(this, options, instance$
|
|
8662
|
+
init(this, options, instance$s, create_fragment$P, safe_not_equal, {
|
|
8663
8663
|
displayProfile: 0,
|
|
8664
8664
|
profileLoader: 9,
|
|
8665
8665
|
member: 1
|
|
@@ -8699,7 +8699,7 @@ function slide(node, { delay = 0, duration = 400, easing = cubicOut, axis = "y"
|
|
|
8699
8699
|
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;`
|
|
8700
8700
|
};
|
|
8701
8701
|
}
|
|
8702
|
-
function create_fragment$
|
|
8702
|
+
function create_fragment$O(ctx) {
|
|
8703
8703
|
let div;
|
|
8704
8704
|
let loadingicon;
|
|
8705
8705
|
let div_transition;
|
|
@@ -8749,10 +8749,10 @@ function create_fragment$L(ctx) {
|
|
|
8749
8749
|
var ProfileLoader = class extends SvelteComponent {
|
|
8750
8750
|
constructor(options) {
|
|
8751
8751
|
super();
|
|
8752
|
-
init(this, options, null, create_fragment$
|
|
8752
|
+
init(this, options, null, create_fragment$O, safe_not_equal, {});
|
|
8753
8753
|
}
|
|
8754
8754
|
};
|
|
8755
|
-
function create_fragment$
|
|
8755
|
+
function create_fragment$N(ctx) {
|
|
8756
8756
|
let button;
|
|
8757
8757
|
let switch_instance0;
|
|
8758
8758
|
let t0;
|
|
@@ -8918,7 +8918,7 @@ function create_fragment$K(ctx) {
|
|
|
8918
8918
|
}
|
|
8919
8919
|
};
|
|
8920
8920
|
}
|
|
8921
|
-
function instance$
|
|
8921
|
+
function instance$r($$self, $$props, $$invalidate) {
|
|
8922
8922
|
const omit_props_names = ["buttonText", "buttonRightIcon", "buttonLeftIcon", "onClick"];
|
|
8923
8923
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
8924
8924
|
let $app;
|
|
@@ -8949,7 +8949,7 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
|
8949
8949
|
var RegularButton = class extends SvelteComponent {
|
|
8950
8950
|
constructor(options) {
|
|
8951
8951
|
super();
|
|
8952
|
-
init(this, options, instance$
|
|
8952
|
+
init(this, options, instance$r, create_fragment$N, safe_not_equal, {
|
|
8953
8953
|
buttonText: 0,
|
|
8954
8954
|
buttonRightIcon: 1,
|
|
8955
8955
|
buttonLeftIcon: 2,
|
|
@@ -8957,7 +8957,7 @@ var RegularButton = class extends SvelteComponent {
|
|
|
8957
8957
|
});
|
|
8958
8958
|
}
|
|
8959
8959
|
};
|
|
8960
|
-
function create_fragment$
|
|
8960
|
+
function create_fragment$M(ctx) {
|
|
8961
8961
|
let button;
|
|
8962
8962
|
let t;
|
|
8963
8963
|
let button_class_value;
|
|
@@ -9027,7 +9027,7 @@ function create_fragment$J(ctx) {
|
|
|
9027
9027
|
}
|
|
9028
9028
|
};
|
|
9029
9029
|
}
|
|
9030
|
-
function instance$
|
|
9030
|
+
function instance$q($$self, $$props, $$invalidate) {
|
|
9031
9031
|
const omit_props_names = ["buttonText", "onClick"];
|
|
9032
9032
|
let $$restProps = compute_rest_props($$props, omit_props_names);
|
|
9033
9033
|
let $app;
|
|
@@ -9052,7 +9052,7 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
|
9052
9052
|
var TextButton = class extends SvelteComponent {
|
|
9053
9053
|
constructor(options) {
|
|
9054
9054
|
super();
|
|
9055
|
-
init(this, options, instance$
|
|
9055
|
+
init(this, options, instance$q, create_fragment$M, safe_not_equal, { buttonText: 0, onClick: 1 });
|
|
9056
9056
|
}
|
|
9057
9057
|
};
|
|
9058
9058
|
function get_each_context$8(ctx, list, i) {
|
|
@@ -9279,7 +9279,7 @@ function create_each_block$8(ctx) {
|
|
|
9279
9279
|
}
|
|
9280
9280
|
};
|
|
9281
9281
|
}
|
|
9282
|
-
function create_if_block$
|
|
9282
|
+
function create_if_block$m(ctx) {
|
|
9283
9283
|
let div;
|
|
9284
9284
|
return {
|
|
9285
9285
|
c() {
|
|
@@ -9295,7 +9295,7 @@ function create_if_block$l(ctx) {
|
|
|
9295
9295
|
}
|
|
9296
9296
|
};
|
|
9297
9297
|
}
|
|
9298
|
-
function create_fragment$
|
|
9298
|
+
function create_fragment$L(ctx) {
|
|
9299
9299
|
let div;
|
|
9300
9300
|
let t1;
|
|
9301
9301
|
let t2;
|
|
@@ -9312,7 +9312,7 @@ function create_fragment$I(ctx) {
|
|
|
9312
9312
|
);
|
|
9313
9313
|
let if_block2 = !/*member*/
|
|
9314
9314
|
ctx[0].stripeCustomerId && /*freePlanConnections*/
|
|
9315
|
-
ctx[1].length === 0 && create_if_block$
|
|
9315
|
+
ctx[1].length === 0 && create_if_block$m();
|
|
9316
9316
|
return {
|
|
9317
9317
|
c() {
|
|
9318
9318
|
div = element("div");
|
|
@@ -9396,7 +9396,7 @@ function create_fragment$I(ctx) {
|
|
|
9396
9396
|
if (if_block2)
|
|
9397
9397
|
;
|
|
9398
9398
|
else {
|
|
9399
|
-
if_block2 = create_if_block$
|
|
9399
|
+
if_block2 = create_if_block$m();
|
|
9400
9400
|
if_block2.c();
|
|
9401
9401
|
if_block2.m(if_block2_anchor.parentNode, if_block2_anchor);
|
|
9402
9402
|
}
|
|
@@ -9437,7 +9437,7 @@ function create_fragment$I(ctx) {
|
|
|
9437
9437
|
}
|
|
9438
9438
|
};
|
|
9439
9439
|
}
|
|
9440
|
-
function instance$
|
|
9440
|
+
function instance$p($$self, $$props, $$invalidate) {
|
|
9441
9441
|
let freePlanConnections;
|
|
9442
9442
|
let $app;
|
|
9443
9443
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(2, $app = $$value));
|
|
@@ -9491,7 +9491,7 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
|
9491
9491
|
var PlansInfoContent = class extends SvelteComponent {
|
|
9492
9492
|
constructor(options) {
|
|
9493
9493
|
super();
|
|
9494
|
-
init(this, options, instance$
|
|
9494
|
+
init(this, options, instance$p, create_fragment$L, safe_not_equal, { profileLoader: 5, member: 0 });
|
|
9495
9495
|
}
|
|
9496
9496
|
};
|
|
9497
9497
|
function create_if_block_4$5(ctx) {
|
|
@@ -9769,7 +9769,7 @@ function create_if_block_1$f(ctx) {
|
|
|
9769
9769
|
}
|
|
9770
9770
|
};
|
|
9771
9771
|
}
|
|
9772
|
-
function create_if_block$
|
|
9772
|
+
function create_if_block$l(ctx) {
|
|
9773
9773
|
let profileinfocontent;
|
|
9774
9774
|
let updating_member;
|
|
9775
9775
|
let updating_profileLoader;
|
|
@@ -9848,7 +9848,7 @@ function create_if_block$k(ctx) {
|
|
|
9848
9848
|
}
|
|
9849
9849
|
};
|
|
9850
9850
|
}
|
|
9851
|
-
function create_fragment$
|
|
9851
|
+
function create_fragment$K(ctx) {
|
|
9852
9852
|
let div5;
|
|
9853
9853
|
let div1;
|
|
9854
9854
|
let div0;
|
|
@@ -9925,7 +9925,7 @@ function create_fragment$H(ctx) {
|
|
|
9925
9925
|
/*profileLoader*/
|
|
9926
9926
|
ctx[4] && create_if_block_4$5()
|
|
9927
9927
|
);
|
|
9928
|
-
const if_block_creators = [create_if_block$
|
|
9928
|
+
const if_block_creators = [create_if_block$l, create_if_block_1$f, create_if_block_2$b, create_if_block_3$7];
|
|
9929
9929
|
const if_blocks = [];
|
|
9930
9930
|
function select_block_type(ctx2, dirty) {
|
|
9931
9931
|
if (
|
|
@@ -10127,7 +10127,7 @@ function create_fragment$H(ctx) {
|
|
|
10127
10127
|
};
|
|
10128
10128
|
}
|
|
10129
10129
|
var hideProfileSection = false;
|
|
10130
|
-
function instance$
|
|
10130
|
+
function instance$o($$self, $$props, $$invalidate) {
|
|
10131
10131
|
let $app;
|
|
10132
10132
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(5, $app = $$value));
|
|
10133
10133
|
let { onSuccessLogout } = $$props;
|
|
@@ -10222,7 +10222,7 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
|
10222
10222
|
var ProfileModal = class extends SvelteComponent {
|
|
10223
10223
|
constructor(options) {
|
|
10224
10224
|
super();
|
|
10225
|
-
init(this, options, instance$
|
|
10225
|
+
init(this, options, instance$o, create_fragment$K, safe_not_equal, {
|
|
10226
10226
|
onSuccessLogout: 2,
|
|
10227
10227
|
closeModal: 3,
|
|
10228
10228
|
displayProfile: 0,
|
|
@@ -10230,7 +10230,7 @@ var ProfileModal = class extends SvelteComponent {
|
|
|
10230
10230
|
});
|
|
10231
10231
|
}
|
|
10232
10232
|
};
|
|
10233
|
-
function create_fragment$
|
|
10233
|
+
function create_fragment$J(ctx) {
|
|
10234
10234
|
let svg;
|
|
10235
10235
|
let path;
|
|
10236
10236
|
return {
|
|
@@ -10260,7 +10260,7 @@ function create_fragment$G(ctx) {
|
|
|
10260
10260
|
var ForwardIcon = class extends SvelteComponent {
|
|
10261
10261
|
constructor(options) {
|
|
10262
10262
|
super();
|
|
10263
|
-
init(this, options, null, create_fragment$
|
|
10263
|
+
init(this, options, null, create_fragment$J, safe_not_equal, {});
|
|
10264
10264
|
}
|
|
10265
10265
|
};
|
|
10266
10266
|
function create_if_block_1$e(ctx) {
|
|
@@ -10342,7 +10342,7 @@ function create_if_block_1$e(ctx) {
|
|
|
10342
10342
|
}
|
|
10343
10343
|
};
|
|
10344
10344
|
}
|
|
10345
|
-
function create_if_block$
|
|
10345
|
+
function create_if_block$k(ctx) {
|
|
10346
10346
|
let button;
|
|
10347
10347
|
let div;
|
|
10348
10348
|
let linkouticon;
|
|
@@ -10405,7 +10405,7 @@ function create_if_block$j(ctx) {
|
|
|
10405
10405
|
}
|
|
10406
10406
|
};
|
|
10407
10407
|
}
|
|
10408
|
-
function create_fragment$
|
|
10408
|
+
function create_fragment$I(ctx) {
|
|
10409
10409
|
let div2;
|
|
10410
10410
|
let t0;
|
|
10411
10411
|
let button0;
|
|
@@ -10431,7 +10431,7 @@ function create_fragment$F(ctx) {
|
|
|
10431
10431
|
forwardicon0 = new ForwardIcon({});
|
|
10432
10432
|
let if_block1 = (
|
|
10433
10433
|
/*member*/
|
|
10434
|
-
ctx[1].stripeCustomerId && create_if_block$
|
|
10434
|
+
ctx[1].stripeCustomerId && create_if_block$k(ctx)
|
|
10435
10435
|
);
|
|
10436
10436
|
logouticon = new LogoutIcon({});
|
|
10437
10437
|
forwardicon1 = new ForwardIcon({});
|
|
@@ -10551,7 +10551,7 @@ function create_fragment$F(ctx) {
|
|
|
10551
10551
|
transition_in(if_block1, 1);
|
|
10552
10552
|
}
|
|
10553
10553
|
} else {
|
|
10554
|
-
if_block1 = create_if_block$
|
|
10554
|
+
if_block1 = create_if_block$k(ctx2);
|
|
10555
10555
|
if_block1.c();
|
|
10556
10556
|
transition_in(if_block1, 1);
|
|
10557
10557
|
if_block1.m(div2, t4);
|
|
@@ -10600,7 +10600,7 @@ function create_fragment$F(ctx) {
|
|
|
10600
10600
|
}
|
|
10601
10601
|
};
|
|
10602
10602
|
}
|
|
10603
|
-
function instance$
|
|
10603
|
+
function instance$n($$self, $$props, $$invalidate) {
|
|
10604
10604
|
let { member } = $$props;
|
|
10605
10605
|
let { onSuccessLogout } = $$props;
|
|
10606
10606
|
let { displayProfile } = $$props;
|
|
@@ -10665,7 +10665,7 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
|
10665
10665
|
var MobileProfileModalNav = class extends SvelteComponent {
|
|
10666
10666
|
constructor(options) {
|
|
10667
10667
|
super();
|
|
10668
|
-
init(this, options, instance$
|
|
10668
|
+
init(this, options, instance$n, create_fragment$I, safe_not_equal, {
|
|
10669
10669
|
member: 1,
|
|
10670
10670
|
onSuccessLogout: 6,
|
|
10671
10671
|
displayProfile: 0,
|
|
@@ -10681,7 +10681,7 @@ function get_each_context$7(ctx, list, i) {
|
|
|
10681
10681
|
child_ctx[7] = i;
|
|
10682
10682
|
return child_ctx;
|
|
10683
10683
|
}
|
|
10684
|
-
function create_if_block$
|
|
10684
|
+
function create_if_block$j(ctx) {
|
|
10685
10685
|
let div1;
|
|
10686
10686
|
let div0;
|
|
10687
10687
|
let label;
|
|
@@ -10796,7 +10796,7 @@ function create_each_block$7(ctx) {
|
|
|
10796
10796
|
let if_block_anchor;
|
|
10797
10797
|
let if_block = (
|
|
10798
10798
|
/*customField*/
|
|
10799
|
-
ctx[5].hidden !== true && create_if_block$
|
|
10799
|
+
ctx[5].hidden !== true && create_if_block$j(ctx)
|
|
10800
10800
|
);
|
|
10801
10801
|
return {
|
|
10802
10802
|
c() {
|
|
@@ -10817,7 +10817,7 @@ function create_each_block$7(ctx) {
|
|
|
10817
10817
|
if (if_block) {
|
|
10818
10818
|
if_block.p(ctx2, dirty);
|
|
10819
10819
|
} else {
|
|
10820
|
-
if_block = create_if_block$
|
|
10820
|
+
if_block = create_if_block$j(ctx2);
|
|
10821
10821
|
if_block.c();
|
|
10822
10822
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
10823
10823
|
}
|
|
@@ -10834,7 +10834,7 @@ function create_each_block$7(ctx) {
|
|
|
10834
10834
|
}
|
|
10835
10835
|
};
|
|
10836
10836
|
}
|
|
10837
|
-
function create_fragment$
|
|
10837
|
+
function create_fragment$H(ctx) {
|
|
10838
10838
|
let form;
|
|
10839
10839
|
let t0;
|
|
10840
10840
|
let div;
|
|
@@ -10929,7 +10929,7 @@ function create_fragment$E(ctx) {
|
|
|
10929
10929
|
}
|
|
10930
10930
|
};
|
|
10931
10931
|
}
|
|
10932
|
-
function instance$
|
|
10932
|
+
function instance$m($$self, $$props, $$invalidate) {
|
|
10933
10933
|
let { customFields } = $$props;
|
|
10934
10934
|
let { member } = $$props;
|
|
10935
10935
|
let { profileLoader } = $$props;
|
|
@@ -10957,7 +10957,7 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
|
10957
10957
|
var MobileProfileInfoContent = class extends SvelteComponent {
|
|
10958
10958
|
constructor(options) {
|
|
10959
10959
|
super();
|
|
10960
|
-
init(this, options, instance$
|
|
10960
|
+
init(this, options, instance$m, create_fragment$H, safe_not_equal, {
|
|
10961
10961
|
customFields: 1,
|
|
10962
10962
|
member: 0,
|
|
10963
10963
|
profileLoader: 3
|
|
@@ -10999,7 +10999,7 @@ function create_if_block_2$a(ctx) {
|
|
|
10999
10999
|
}
|
|
11000
11000
|
};
|
|
11001
11001
|
}
|
|
11002
|
-
function create_if_block$
|
|
11002
|
+
function create_if_block$i(ctx) {
|
|
11003
11003
|
let p;
|
|
11004
11004
|
let t1;
|
|
11005
11005
|
let div;
|
|
@@ -11278,7 +11278,7 @@ function create_each_block$6(key_1, ctx) {
|
|
|
11278
11278
|
}
|
|
11279
11279
|
};
|
|
11280
11280
|
}
|
|
11281
|
-
function create_fragment$
|
|
11281
|
+
function create_fragment$G(ctx) {
|
|
11282
11282
|
let form;
|
|
11283
11283
|
let emailinput;
|
|
11284
11284
|
let updating_emailInputValid;
|
|
@@ -11334,7 +11334,7 @@ function create_fragment$D(ctx) {
|
|
|
11334
11334
|
let if_block0 = current_block_type(ctx);
|
|
11335
11335
|
let if_block1 = (
|
|
11336
11336
|
/*$app*/
|
|
11337
|
-
ctx[4].authProviders.length > 0 && create_if_block$
|
|
11337
|
+
ctx[4].authProviders.length > 0 && create_if_block$i(ctx)
|
|
11338
11338
|
);
|
|
11339
11339
|
return {
|
|
11340
11340
|
c() {
|
|
@@ -11443,7 +11443,7 @@ function create_fragment$D(ctx) {
|
|
|
11443
11443
|
if (if_block1) {
|
|
11444
11444
|
if_block1.p(ctx2, dirty);
|
|
11445
11445
|
} else {
|
|
11446
|
-
if_block1 = create_if_block$
|
|
11446
|
+
if_block1 = create_if_block$i(ctx2);
|
|
11447
11447
|
if_block1.c();
|
|
11448
11448
|
if_block1.m(t5.parentNode, t5);
|
|
11449
11449
|
}
|
|
@@ -11492,7 +11492,7 @@ function create_fragment$D(ctx) {
|
|
|
11492
11492
|
}
|
|
11493
11493
|
};
|
|
11494
11494
|
}
|
|
11495
|
-
function instance$
|
|
11495
|
+
function instance$l($$self, $$props, $$invalidate) {
|
|
11496
11496
|
let $app;
|
|
11497
11497
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(4, $app = $$value));
|
|
11498
11498
|
let { displayProfile } = $$props;
|
|
@@ -11601,7 +11601,7 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
|
11601
11601
|
var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
11602
11602
|
constructor(options) {
|
|
11603
11603
|
super();
|
|
11604
|
-
init(this, options, instance$
|
|
11604
|
+
init(this, options, instance$l, create_fragment$G, safe_not_equal, {
|
|
11605
11605
|
displayProfile: 0,
|
|
11606
11606
|
member: 1,
|
|
11607
11607
|
emailValue: 2,
|
|
@@ -11609,7 +11609,7 @@ var MobileSecurityInfoContent = class extends SvelteComponent {
|
|
|
11609
11609
|
});
|
|
11610
11610
|
}
|
|
11611
11611
|
};
|
|
11612
|
-
function create_if_block$
|
|
11612
|
+
function create_if_block$h(ctx) {
|
|
11613
11613
|
let passwordinput;
|
|
11614
11614
|
let updating_passwordValue;
|
|
11615
11615
|
let updating_passwordInputValid;
|
|
@@ -11682,7 +11682,7 @@ function create_if_block$g(ctx) {
|
|
|
11682
11682
|
}
|
|
11683
11683
|
};
|
|
11684
11684
|
}
|
|
11685
|
-
function create_fragment$
|
|
11685
|
+
function create_fragment$F(ctx) {
|
|
11686
11686
|
let form;
|
|
11687
11687
|
let t0;
|
|
11688
11688
|
let passwordinput0;
|
|
@@ -11702,7 +11702,7 @@ function create_fragment$C(ctx) {
|
|
|
11702
11702
|
let dispose;
|
|
11703
11703
|
let if_block = (
|
|
11704
11704
|
/*member*/
|
|
11705
|
-
ctx[0].auth.hasPassword && create_if_block$
|
|
11705
|
+
ctx[0].auth.hasPassword && create_if_block$h(ctx)
|
|
11706
11706
|
);
|
|
11707
11707
|
function passwordinput0_passwordValue_binding(value) {
|
|
11708
11708
|
ctx[11](value);
|
|
@@ -11824,7 +11824,7 @@ function create_fragment$C(ctx) {
|
|
|
11824
11824
|
transition_in(if_block, 1);
|
|
11825
11825
|
}
|
|
11826
11826
|
} else {
|
|
11827
|
-
if_block = create_if_block$
|
|
11827
|
+
if_block = create_if_block$h(ctx2);
|
|
11828
11828
|
if_block.c();
|
|
11829
11829
|
transition_in(if_block, 1);
|
|
11830
11830
|
if_block.m(form, t0);
|
|
@@ -11907,7 +11907,7 @@ function create_fragment$C(ctx) {
|
|
|
11907
11907
|
}
|
|
11908
11908
|
};
|
|
11909
11909
|
}
|
|
11910
|
-
function instance$
|
|
11910
|
+
function instance$k($$self, $$props, $$invalidate) {
|
|
11911
11911
|
let { profileLoader } = $$props;
|
|
11912
11912
|
let { member } = $$props;
|
|
11913
11913
|
let currentPasswordValue = "";
|
|
@@ -11998,7 +11998,7 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
|
11998
11998
|
var MobilePasswordInfoContent = class extends SvelteComponent {
|
|
11999
11999
|
constructor(options) {
|
|
12000
12000
|
super();
|
|
12001
|
-
init(this, options, instance$
|
|
12001
|
+
init(this, options, instance$k, create_fragment$F, safe_not_equal, { profileLoader: 8, member: 0 });
|
|
12002
12002
|
}
|
|
12003
12003
|
};
|
|
12004
12004
|
function create_if_block_6$3(ctx) {
|
|
@@ -12399,7 +12399,7 @@ function create_if_block_1$c(ctx) {
|
|
|
12399
12399
|
}
|
|
12400
12400
|
};
|
|
12401
12401
|
}
|
|
12402
|
-
function create_if_block$
|
|
12402
|
+
function create_if_block$g(ctx) {
|
|
12403
12403
|
let mobileprofilemodalnav;
|
|
12404
12404
|
let updating_member;
|
|
12405
12405
|
let updating_displayProfile;
|
|
@@ -12505,7 +12505,7 @@ function create_if_block$f(ctx) {
|
|
|
12505
12505
|
}
|
|
12506
12506
|
};
|
|
12507
12507
|
}
|
|
12508
|
-
function create_fragment$
|
|
12508
|
+
function create_fragment$E(ctx) {
|
|
12509
12509
|
let div5;
|
|
12510
12510
|
let div2;
|
|
12511
12511
|
let t0;
|
|
@@ -12556,7 +12556,7 @@ function create_fragment$B(ctx) {
|
|
|
12556
12556
|
/*profileLoader*/
|
|
12557
12557
|
ctx[6] && create_if_block_4$4()
|
|
12558
12558
|
);
|
|
12559
|
-
const if_block_creators_1 = [create_if_block$
|
|
12559
|
+
const if_block_creators_1 = [create_if_block$g, create_if_block_1$c, create_if_block_2$9, create_if_block_3$6];
|
|
12560
12560
|
const if_blocks_1 = [];
|
|
12561
12561
|
function select_block_type_1(ctx2, dirty) {
|
|
12562
12562
|
if (
|
|
@@ -12796,7 +12796,7 @@ function create_fragment$B(ctx) {
|
|
|
12796
12796
|
}
|
|
12797
12797
|
};
|
|
12798
12798
|
}
|
|
12799
|
-
function instance$
|
|
12799
|
+
function instance$j($$self, $$props, $$invalidate) {
|
|
12800
12800
|
let $app;
|
|
12801
12801
|
component_subscribe($$self, AppStore, ($$value) => $$invalidate(7, $app = $$value));
|
|
12802
12802
|
let { onSuccessLogout } = $$props;
|
|
@@ -12911,7 +12911,7 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
|
12911
12911
|
var MobileProfileModal = class extends SvelteComponent {
|
|
12912
12912
|
constructor(options) {
|
|
12913
12913
|
super();
|
|
12914
|
-
init(this, options, instance$
|
|
12914
|
+
init(this, options, instance$j, create_fragment$E, safe_not_equal, {
|
|
12915
12915
|
onSuccessLogout: 3,
|
|
12916
12916
|
closeModal: 4,
|
|
12917
12917
|
displayProfile: 0,
|
|
@@ -12920,29 +12920,654 @@ var MobileProfileModal = class extends SvelteComponent {
|
|
|
12920
12920
|
});
|
|
12921
12921
|
}
|
|
12922
12922
|
};
|
|
12923
|
-
|
|
12924
|
-
|
|
12925
|
-
|
|
12926
|
-
|
|
12927
|
-
|
|
12928
|
-
|
|
12923
|
+
function add_css$j(target) {
|
|
12924
|
+
append_styles(target, "svelte-c6ihgv", "svg.svelte-c6ihgv{fill:currentColor}");
|
|
12925
|
+
}
|
|
12926
|
+
function create_fragment$D(ctx) {
|
|
12927
|
+
let svg;
|
|
12928
|
+
let path;
|
|
12929
|
+
return {
|
|
12930
|
+
c() {
|
|
12931
|
+
svg = svg_element("svg");
|
|
12932
|
+
path = svg_element("path");
|
|
12933
|
+
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");
|
|
12934
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12935
|
+
attr(svg, "height", "20");
|
|
12936
|
+
attr(svg, "viewBox", "0 -960 960 960");
|
|
12937
|
+
attr(svg, "width", "20");
|
|
12938
|
+
attr(svg, "class", "svelte-c6ihgv");
|
|
12939
|
+
},
|
|
12940
|
+
m(target, anchor) {
|
|
12941
|
+
insert(target, svg, anchor);
|
|
12942
|
+
append(svg, path);
|
|
12943
|
+
},
|
|
12944
|
+
p: noop,
|
|
12945
|
+
i: noop,
|
|
12946
|
+
o: noop,
|
|
12947
|
+
d(detaching) {
|
|
12948
|
+
if (detaching)
|
|
12949
|
+
detach(svg);
|
|
12950
|
+
}
|
|
12951
|
+
};
|
|
12952
|
+
}
|
|
12953
|
+
var CopyIcon$1 = class extends SvelteComponent {
|
|
12954
|
+
constructor(options) {
|
|
12955
|
+
super();
|
|
12956
|
+
init(this, options, null, create_fragment$D, safe_not_equal, {}, add_css$j);
|
|
12929
12957
|
}
|
|
12930
|
-
}
|
|
12931
|
-
|
|
12932
|
-
|
|
12933
|
-
|
|
12934
|
-
|
|
12935
|
-
|
|
12936
|
-
|
|
12937
|
-
|
|
12938
|
-
|
|
12939
|
-
|
|
12958
|
+
};
|
|
12959
|
+
function add_css$i(target) {
|
|
12960
|
+
append_styles(target, "svelte-50knw2", "svg.svelte-50knw2{fill:currentColor;width:9px;height:auto}");
|
|
12961
|
+
}
|
|
12962
|
+
function create_fragment$C(ctx) {
|
|
12963
|
+
let svg;
|
|
12964
|
+
let path;
|
|
12965
|
+
return {
|
|
12966
|
+
c() {
|
|
12967
|
+
svg = svg_element("svg");
|
|
12968
|
+
path = svg_element("path");
|
|
12969
|
+
attr(path, "fill", "currentColor");
|
|
12970
|
+
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");
|
|
12971
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12972
|
+
attr(svg, "viewBox", "308 -560 344 188");
|
|
12973
|
+
attr(svg, "class", "svelte-50knw2");
|
|
12974
|
+
},
|
|
12975
|
+
m(target, anchor) {
|
|
12976
|
+
insert(target, svg, anchor);
|
|
12977
|
+
append(svg, path);
|
|
12978
|
+
},
|
|
12979
|
+
p: noop,
|
|
12980
|
+
i: noop,
|
|
12981
|
+
o: noop,
|
|
12982
|
+
d(detaching) {
|
|
12983
|
+
if (detaching)
|
|
12984
|
+
detach(svg);
|
|
12985
|
+
}
|
|
12986
|
+
};
|
|
12987
|
+
}
|
|
12988
|
+
var ArrowIcon$1 = class extends SvelteComponent {
|
|
12989
|
+
constructor(options) {
|
|
12990
|
+
super();
|
|
12991
|
+
init(this, options, null, create_fragment$C, safe_not_equal, {}, add_css$i);
|
|
12992
|
+
}
|
|
12993
|
+
};
|
|
12994
|
+
function add_css$h(target) {
|
|
12995
|
+
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%}");
|
|
12996
|
+
}
|
|
12997
|
+
function create_if_block$f(ctx) {
|
|
12998
|
+
let closebutton;
|
|
12999
|
+
let current;
|
|
13000
|
+
closebutton = new CloseButton({
|
|
13001
|
+
props: { closeModal: (
|
|
13002
|
+
/*closeModal*/
|
|
13003
|
+
ctx[0]
|
|
13004
|
+
) }
|
|
13005
|
+
});
|
|
13006
|
+
return {
|
|
13007
|
+
c() {
|
|
13008
|
+
create_component(closebutton.$$.fragment);
|
|
13009
|
+
},
|
|
13010
|
+
m(target, anchor) {
|
|
13011
|
+
mount_component(closebutton, target, anchor);
|
|
13012
|
+
current = true;
|
|
13013
|
+
},
|
|
13014
|
+
p(ctx2, dirty) {
|
|
13015
|
+
const closebutton_changes = {};
|
|
13016
|
+
if (dirty & /*closeModal*/
|
|
13017
|
+
1)
|
|
13018
|
+
closebutton_changes.closeModal = /*closeModal*/
|
|
13019
|
+
ctx2[0];
|
|
13020
|
+
closebutton.$set(closebutton_changes);
|
|
13021
|
+
},
|
|
13022
|
+
i(local) {
|
|
13023
|
+
if (current)
|
|
13024
|
+
return;
|
|
13025
|
+
transition_in(closebutton.$$.fragment, local);
|
|
13026
|
+
current = true;
|
|
13027
|
+
},
|
|
13028
|
+
o(local) {
|
|
13029
|
+
transition_out(closebutton.$$.fragment, local);
|
|
13030
|
+
current = false;
|
|
13031
|
+
},
|
|
13032
|
+
d(detaching) {
|
|
13033
|
+
destroy_component(closebutton, detaching);
|
|
13034
|
+
}
|
|
13035
|
+
};
|
|
13036
|
+
}
|
|
13037
|
+
function create_fragment$B(ctx) {
|
|
13038
|
+
let div5;
|
|
13039
|
+
let t0;
|
|
13040
|
+
let div4;
|
|
13041
|
+
let h2;
|
|
13042
|
+
let t2;
|
|
13043
|
+
let p0;
|
|
13044
|
+
let t4;
|
|
13045
|
+
let video;
|
|
13046
|
+
let source0;
|
|
13047
|
+
let source0_src_value;
|
|
13048
|
+
let source1;
|
|
13049
|
+
let source1_src_value;
|
|
13050
|
+
let t5;
|
|
13051
|
+
let div3;
|
|
13052
|
+
let button0;
|
|
13053
|
+
let copyicon0;
|
|
13054
|
+
let t6;
|
|
13055
|
+
let t7;
|
|
13056
|
+
let span0;
|
|
13057
|
+
let t9;
|
|
13058
|
+
let button1;
|
|
13059
|
+
let arrowicon;
|
|
13060
|
+
let t10;
|
|
13061
|
+
let nav;
|
|
13062
|
+
let section0;
|
|
13063
|
+
let div0;
|
|
13064
|
+
let t12;
|
|
13065
|
+
let button2;
|
|
13066
|
+
let span1;
|
|
13067
|
+
let copyicon1;
|
|
13068
|
+
let span2;
|
|
13069
|
+
let t15;
|
|
13070
|
+
let button3;
|
|
13071
|
+
let span3;
|
|
13072
|
+
let copyicon2;
|
|
13073
|
+
let span4;
|
|
13074
|
+
let t18;
|
|
13075
|
+
let button4;
|
|
13076
|
+
let span5;
|
|
13077
|
+
let copyicon3;
|
|
13078
|
+
let span6;
|
|
13079
|
+
let t21;
|
|
13080
|
+
let section1;
|
|
13081
|
+
let div1;
|
|
13082
|
+
let t23;
|
|
13083
|
+
let button5;
|
|
13084
|
+
let span7;
|
|
13085
|
+
let copyicon4;
|
|
13086
|
+
let span8;
|
|
13087
|
+
let t26;
|
|
13088
|
+
let button6;
|
|
13089
|
+
let span9;
|
|
13090
|
+
let copyicon5;
|
|
13091
|
+
let span10;
|
|
13092
|
+
let t29;
|
|
13093
|
+
let div2;
|
|
13094
|
+
let t33;
|
|
13095
|
+
let p1;
|
|
13096
|
+
let t35;
|
|
13097
|
+
let button7;
|
|
13098
|
+
let current;
|
|
13099
|
+
let mounted;
|
|
13100
|
+
let dispose;
|
|
13101
|
+
let if_block = (!/*params*/
|
|
13102
|
+
ctx[2] || !/*params*/
|
|
13103
|
+
ctx[2].hideCloseButton) && create_if_block$f(ctx);
|
|
13104
|
+
copyicon0 = new CopyIcon$1({});
|
|
13105
|
+
arrowicon = new ArrowIcon$1({});
|
|
13106
|
+
copyicon1 = new CopyIcon$1({});
|
|
13107
|
+
copyicon2 = new CopyIcon$1({});
|
|
13108
|
+
copyicon3 = new CopyIcon$1({});
|
|
13109
|
+
copyicon4 = new CopyIcon$1({});
|
|
13110
|
+
copyicon5 = new CopyIcon$1({});
|
|
13111
|
+
return {
|
|
13112
|
+
c() {
|
|
13113
|
+
div5 = element("div");
|
|
13114
|
+
if (if_block)
|
|
13115
|
+
if_block.c();
|
|
13116
|
+
t0 = space();
|
|
13117
|
+
div4 = element("div");
|
|
13118
|
+
h2 = element("h2");
|
|
13119
|
+
h2.textContent = "Copy Stripe Test Card";
|
|
13120
|
+
t2 = space();
|
|
13121
|
+
p0 = element("p");
|
|
13122
|
+
p0.textContent = "Test mode only. Live members will never see this modal.";
|
|
13123
|
+
t4 = space();
|
|
13124
|
+
video = element("video");
|
|
13125
|
+
source0 = element("source");
|
|
13126
|
+
source1 = element("source");
|
|
13127
|
+
t5 = space();
|
|
13128
|
+
div3 = element("div");
|
|
13129
|
+
button0 = element("button");
|
|
13130
|
+
create_component(copyicon0.$$.fragment);
|
|
13131
|
+
t6 = space();
|
|
13132
|
+
t7 = text(
|
|
13133
|
+
/*buttonText*/
|
|
13134
|
+
ctx[3]
|
|
13135
|
+
);
|
|
13136
|
+
span0 = element("span");
|
|
13137
|
+
span0.textContent = "...4242";
|
|
13138
|
+
t9 = space();
|
|
13139
|
+
button1 = element("button");
|
|
13140
|
+
create_component(arrowicon.$$.fragment);
|
|
13141
|
+
t10 = space();
|
|
13142
|
+
nav = element("nav");
|
|
13143
|
+
section0 = element("section");
|
|
13144
|
+
div0 = element("div");
|
|
13145
|
+
div0.textContent = "Test Successful Payments";
|
|
13146
|
+
t12 = space();
|
|
13147
|
+
button2 = element("button");
|
|
13148
|
+
span1 = element("span");
|
|
13149
|
+
create_component(copyicon1.$$.fragment);
|
|
13150
|
+
span2 = element("span");
|
|
13151
|
+
span2.innerHTML = `Visa Debit <b>...5556</b>`;
|
|
13152
|
+
t15 = space();
|
|
13153
|
+
button3 = element("button");
|
|
13154
|
+
span3 = element("span");
|
|
13155
|
+
create_component(copyicon2.$$.fragment);
|
|
13156
|
+
span4 = element("span");
|
|
13157
|
+
span4.innerHTML = `Mastercard <b>...4444</b>`;
|
|
13158
|
+
t18 = space();
|
|
13159
|
+
button4 = element("button");
|
|
13160
|
+
span5 = element("span");
|
|
13161
|
+
create_component(copyicon3.$$.fragment);
|
|
13162
|
+
span6 = element("span");
|
|
13163
|
+
span6.innerHTML = `American Express <b>...10005</b>`;
|
|
13164
|
+
t21 = space();
|
|
13165
|
+
section1 = element("section");
|
|
13166
|
+
div1 = element("div");
|
|
13167
|
+
div1.textContent = "Test Declined Payments";
|
|
13168
|
+
t23 = space();
|
|
13169
|
+
button5 = element("button");
|
|
13170
|
+
span7 = element("span");
|
|
13171
|
+
create_component(copyicon4.$$.fragment);
|
|
13172
|
+
span8 = element("span");
|
|
13173
|
+
span8.innerHTML = `Generic decline <b>...0002</b>`;
|
|
13174
|
+
t26 = space();
|
|
13175
|
+
button6 = element("button");
|
|
13176
|
+
span9 = element("span");
|
|
13177
|
+
create_component(copyicon5.$$.fragment);
|
|
13178
|
+
span10 = element("span");
|
|
13179
|
+
span10.innerHTML = `Insufficient funds <b>...9995</b>`;
|
|
13180
|
+
t29 = space();
|
|
13181
|
+
div2 = element("div");
|
|
13182
|
+
div2.innerHTML = `Complete list of <a href="https://stripe.com/docs/testing" target="_blank" class="svelte-w4kmg0">alternative test cards</a>.`;
|
|
13183
|
+
t33 = space();
|
|
13184
|
+
p1 = element("p");
|
|
13185
|
+
p1.textContent = "Paste the card number on the next screen, with any CVC,\n expiration date, and ZIP code.";
|
|
13186
|
+
t35 = space();
|
|
13187
|
+
button7 = element("button");
|
|
13188
|
+
button7.textContent = "Continue to Test Checkout";
|
|
13189
|
+
attr(h2, "class", "ms-modal__title svelte-w4kmg0");
|
|
13190
|
+
attr(h2, "data-copy-btn", "");
|
|
13191
|
+
attr(p0, "class", "no-margin svelte-w4kmg0");
|
|
13192
|
+
if (!src_url_equal(source0.src, source0_src_value = videoMP4Path))
|
|
13193
|
+
attr(source0, "src", source0_src_value);
|
|
13194
|
+
attr(source0, "type", "video/mp4");
|
|
13195
|
+
if (!src_url_equal(source1.src, source1_src_value = videoWebMPath))
|
|
13196
|
+
attr(source1, "src", source1_src_value);
|
|
13197
|
+
attr(source1, "type", "video/webm");
|
|
13198
|
+
video.autoplay = true;
|
|
13199
|
+
video.loop = true;
|
|
13200
|
+
video.muted = true;
|
|
13201
|
+
video.playsInline = true;
|
|
13202
|
+
attr(video, "class", "ms-video svelte-w4kmg0");
|
|
13203
|
+
attr(video, "poster", videoImagePath);
|
|
13204
|
+
attr(span0, "class", "svelte-w4kmg0");
|
|
13205
|
+
attr(button0, "class", "ms-split-button__main svelte-w4kmg0");
|
|
13206
|
+
attr(button1, "class", "ms-split-button__secondary svelte-w4kmg0");
|
|
13207
|
+
toggle_class(
|
|
13208
|
+
button1,
|
|
13209
|
+
"active",
|
|
13210
|
+
/*showDropdown*/
|
|
13211
|
+
ctx[4]
|
|
13212
|
+
);
|
|
13213
|
+
attr(div0, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13214
|
+
attr(span1, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13215
|
+
attr(span2, "class", "svelte-w4kmg0");
|
|
13216
|
+
attr(button2, "class", "svelte-w4kmg0");
|
|
13217
|
+
attr(span3, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13218
|
+
attr(span4, "class", "svelte-w4kmg0");
|
|
13219
|
+
attr(button3, "class", "svelte-w4kmg0");
|
|
13220
|
+
attr(span5, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13221
|
+
attr(span6, "class", "svelte-w4kmg0");
|
|
13222
|
+
attr(button4, "class", "svelte-w4kmg0");
|
|
13223
|
+
attr(section0, "class", "svelte-w4kmg0");
|
|
13224
|
+
attr(div1, "class", "ms-split-button__dropdown-title svelte-w4kmg0");
|
|
13225
|
+
attr(span7, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13226
|
+
attr(span8, "class", "svelte-w4kmg0");
|
|
13227
|
+
attr(button5, "class", "svelte-w4kmg0");
|
|
13228
|
+
attr(span9, "class", "ms-split-button__copy-icon svelte-w4kmg0");
|
|
13229
|
+
attr(span10, "class", "svelte-w4kmg0");
|
|
13230
|
+
attr(button6, "class", "svelte-w4kmg0");
|
|
13231
|
+
attr(section1, "class", "svelte-w4kmg0");
|
|
13232
|
+
attr(div2, "class", "ms-split-button__dropdown-footer svelte-w4kmg0");
|
|
13233
|
+
attr(nav, "class", "ms-split-button__dropdown svelte-w4kmg0");
|
|
13234
|
+
toggle_class(
|
|
13235
|
+
nav,
|
|
13236
|
+
"show",
|
|
13237
|
+
/*showDropdown*/
|
|
13238
|
+
ctx[4]
|
|
13239
|
+
);
|
|
13240
|
+
attr(div3, "class", "ms-split-button svelte-w4kmg0");
|
|
13241
|
+
attr(p1, "class", "svelte-w4kmg0");
|
|
13242
|
+
attr(button7, "class", "ms-submit-button svelte-w4kmg0");
|
|
13243
|
+
attr(div4, "class", "ms-modal__content");
|
|
13244
|
+
attr(div5, "class", "ms-modal svelte-w4kmg0");
|
|
13245
|
+
attr(div5, "id", "TestCardModal");
|
|
13246
|
+
},
|
|
13247
|
+
m(target, anchor) {
|
|
13248
|
+
insert(target, div5, anchor);
|
|
13249
|
+
if (if_block)
|
|
13250
|
+
if_block.m(div5, null);
|
|
13251
|
+
append(div5, t0);
|
|
13252
|
+
append(div5, div4);
|
|
13253
|
+
append(div4, h2);
|
|
13254
|
+
append(div4, t2);
|
|
13255
|
+
append(div4, p0);
|
|
13256
|
+
append(div4, t4);
|
|
13257
|
+
append(div4, video);
|
|
13258
|
+
append(video, source0);
|
|
13259
|
+
append(video, source1);
|
|
13260
|
+
append(div4, t5);
|
|
13261
|
+
append(div4, div3);
|
|
13262
|
+
append(div3, button0);
|
|
13263
|
+
mount_component(copyicon0, button0, null);
|
|
13264
|
+
append(button0, t6);
|
|
13265
|
+
append(button0, t7);
|
|
13266
|
+
append(button0, span0);
|
|
13267
|
+
append(div3, t9);
|
|
13268
|
+
append(div3, button1);
|
|
13269
|
+
mount_component(arrowicon, button1, null);
|
|
13270
|
+
append(div3, t10);
|
|
13271
|
+
append(div3, nav);
|
|
13272
|
+
append(nav, section0);
|
|
13273
|
+
append(section0, div0);
|
|
13274
|
+
append(section0, t12);
|
|
13275
|
+
append(section0, button2);
|
|
13276
|
+
append(button2, span1);
|
|
13277
|
+
mount_component(copyicon1, span1, null);
|
|
13278
|
+
append(button2, span2);
|
|
13279
|
+
append(section0, t15);
|
|
13280
|
+
append(section0, button3);
|
|
13281
|
+
append(button3, span3);
|
|
13282
|
+
mount_component(copyicon2, span3, null);
|
|
13283
|
+
append(button3, span4);
|
|
13284
|
+
append(section0, t18);
|
|
13285
|
+
append(section0, button4);
|
|
13286
|
+
append(button4, span5);
|
|
13287
|
+
mount_component(copyicon3, span5, null);
|
|
13288
|
+
append(button4, span6);
|
|
13289
|
+
append(nav, t21);
|
|
13290
|
+
append(nav, section1);
|
|
13291
|
+
append(section1, div1);
|
|
13292
|
+
append(section1, t23);
|
|
13293
|
+
append(section1, button5);
|
|
13294
|
+
append(button5, span7);
|
|
13295
|
+
mount_component(copyicon4, span7, null);
|
|
13296
|
+
append(button5, span8);
|
|
13297
|
+
append(section1, t26);
|
|
13298
|
+
append(section1, button6);
|
|
13299
|
+
append(button6, span9);
|
|
13300
|
+
mount_component(copyicon5, span9, null);
|
|
13301
|
+
append(button6, span10);
|
|
13302
|
+
append(nav, t29);
|
|
13303
|
+
append(nav, div2);
|
|
13304
|
+
append(div4, t33);
|
|
13305
|
+
append(div4, p1);
|
|
13306
|
+
append(div4, t35);
|
|
13307
|
+
append(div4, button7);
|
|
13308
|
+
current = true;
|
|
13309
|
+
if (!mounted) {
|
|
13310
|
+
dispose = [
|
|
13311
|
+
listen(
|
|
13312
|
+
button0,
|
|
13313
|
+
"click",
|
|
13314
|
+
/*click_handler*/
|
|
13315
|
+
ctx[7]
|
|
13316
|
+
),
|
|
13317
|
+
listen(
|
|
13318
|
+
button1,
|
|
13319
|
+
"click",
|
|
13320
|
+
/*click_handler_1*/
|
|
13321
|
+
ctx[8]
|
|
13322
|
+
),
|
|
13323
|
+
listen(
|
|
13324
|
+
button2,
|
|
13325
|
+
"click",
|
|
13326
|
+
/*click_handler_2*/
|
|
13327
|
+
ctx[9]
|
|
13328
|
+
),
|
|
13329
|
+
listen(
|
|
13330
|
+
button3,
|
|
13331
|
+
"click",
|
|
13332
|
+
/*click_handler_3*/
|
|
13333
|
+
ctx[10]
|
|
13334
|
+
),
|
|
13335
|
+
listen(
|
|
13336
|
+
button4,
|
|
13337
|
+
"click",
|
|
13338
|
+
/*click_handler_4*/
|
|
13339
|
+
ctx[11]
|
|
13340
|
+
),
|
|
13341
|
+
listen(
|
|
13342
|
+
button5,
|
|
13343
|
+
"click",
|
|
13344
|
+
/*click_handler_5*/
|
|
13345
|
+
ctx[12]
|
|
13346
|
+
),
|
|
13347
|
+
listen(
|
|
13348
|
+
button6,
|
|
13349
|
+
"click",
|
|
13350
|
+
/*click_handler_6*/
|
|
13351
|
+
ctx[13]
|
|
13352
|
+
),
|
|
13353
|
+
listen(
|
|
13354
|
+
button7,
|
|
13355
|
+
"click",
|
|
13356
|
+
/*click_handler_7*/
|
|
13357
|
+
ctx[14]
|
|
13358
|
+
)
|
|
13359
|
+
];
|
|
13360
|
+
mounted = true;
|
|
13361
|
+
}
|
|
13362
|
+
},
|
|
13363
|
+
p(ctx2, [dirty]) {
|
|
13364
|
+
if (!/*params*/
|
|
13365
|
+
ctx2[2] || !/*params*/
|
|
13366
|
+
ctx2[2].hideCloseButton) {
|
|
13367
|
+
if (if_block) {
|
|
13368
|
+
if_block.p(ctx2, dirty);
|
|
13369
|
+
if (dirty & /*params*/
|
|
13370
|
+
4) {
|
|
13371
|
+
transition_in(if_block, 1);
|
|
13372
|
+
}
|
|
13373
|
+
} else {
|
|
13374
|
+
if_block = create_if_block$f(ctx2);
|
|
13375
|
+
if_block.c();
|
|
13376
|
+
transition_in(if_block, 1);
|
|
13377
|
+
if_block.m(div5, t0);
|
|
13378
|
+
}
|
|
13379
|
+
} else if (if_block) {
|
|
13380
|
+
group_outros();
|
|
13381
|
+
transition_out(if_block, 1, 1, () => {
|
|
13382
|
+
if_block = null;
|
|
13383
|
+
});
|
|
13384
|
+
check_outros();
|
|
13385
|
+
}
|
|
13386
|
+
if (!current || dirty & /*buttonText*/
|
|
13387
|
+
8)
|
|
13388
|
+
set_data(
|
|
13389
|
+
t7,
|
|
13390
|
+
/*buttonText*/
|
|
13391
|
+
ctx2[3]
|
|
13392
|
+
);
|
|
13393
|
+
if (!current || dirty & /*showDropdown*/
|
|
13394
|
+
16) {
|
|
13395
|
+
toggle_class(
|
|
13396
|
+
button1,
|
|
13397
|
+
"active",
|
|
13398
|
+
/*showDropdown*/
|
|
13399
|
+
ctx2[4]
|
|
13400
|
+
);
|
|
13401
|
+
}
|
|
13402
|
+
if (!current || dirty & /*showDropdown*/
|
|
13403
|
+
16) {
|
|
13404
|
+
toggle_class(
|
|
13405
|
+
nav,
|
|
13406
|
+
"show",
|
|
13407
|
+
/*showDropdown*/
|
|
13408
|
+
ctx2[4]
|
|
13409
|
+
);
|
|
13410
|
+
}
|
|
13411
|
+
},
|
|
13412
|
+
i(local) {
|
|
13413
|
+
if (current)
|
|
13414
|
+
return;
|
|
13415
|
+
transition_in(if_block);
|
|
13416
|
+
transition_in(copyicon0.$$.fragment, local);
|
|
13417
|
+
transition_in(arrowicon.$$.fragment, local);
|
|
13418
|
+
transition_in(copyicon1.$$.fragment, local);
|
|
13419
|
+
transition_in(copyicon2.$$.fragment, local);
|
|
13420
|
+
transition_in(copyicon3.$$.fragment, local);
|
|
13421
|
+
transition_in(copyicon4.$$.fragment, local);
|
|
13422
|
+
transition_in(copyicon5.$$.fragment, local);
|
|
13423
|
+
current = true;
|
|
13424
|
+
},
|
|
13425
|
+
o(local) {
|
|
13426
|
+
transition_out(if_block);
|
|
13427
|
+
transition_out(copyicon0.$$.fragment, local);
|
|
13428
|
+
transition_out(arrowicon.$$.fragment, local);
|
|
13429
|
+
transition_out(copyicon1.$$.fragment, local);
|
|
13430
|
+
transition_out(copyicon2.$$.fragment, local);
|
|
13431
|
+
transition_out(copyicon3.$$.fragment, local);
|
|
13432
|
+
transition_out(copyicon4.$$.fragment, local);
|
|
13433
|
+
transition_out(copyicon5.$$.fragment, local);
|
|
13434
|
+
current = false;
|
|
13435
|
+
},
|
|
13436
|
+
d(detaching) {
|
|
13437
|
+
if (detaching)
|
|
13438
|
+
detach(div5);
|
|
13439
|
+
if (if_block)
|
|
13440
|
+
if_block.d();
|
|
13441
|
+
destroy_component(copyicon0);
|
|
13442
|
+
destroy_component(arrowicon);
|
|
13443
|
+
destroy_component(copyicon1);
|
|
13444
|
+
destroy_component(copyicon2);
|
|
13445
|
+
destroy_component(copyicon3);
|
|
13446
|
+
destroy_component(copyicon4);
|
|
13447
|
+
destroy_component(copyicon5);
|
|
13448
|
+
mounted = false;
|
|
13449
|
+
run_all(dispose);
|
|
13450
|
+
}
|
|
13451
|
+
};
|
|
13452
|
+
}
|
|
13453
|
+
var videoImagePath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-poster-00001.jpg";
|
|
13454
|
+
var videoMP4Path = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.mp4";
|
|
13455
|
+
var videoWebMPath = "https://assets-global.website-files.com/65a6d87f7ae30844cde0911b/65efa0d9dc3019b69fe6a9cb_4242%20full-transcode.webm";
|
|
13456
|
+
function instance$i($$self, $$props, $$invalidate) {
|
|
13457
|
+
let { closeModal } = $$props;
|
|
13458
|
+
let { display } = $$props;
|
|
13459
|
+
let { onSuccessSubmit } = $$props;
|
|
13460
|
+
let { params } = $$props;
|
|
13461
|
+
let buttonText = "Copy Stripe Test Card";
|
|
13462
|
+
let showDropdown = false;
|
|
13463
|
+
function copyToClipboard(event, copyText, changeText) {
|
|
13464
|
+
navigator.clipboard.writeText(copyText);
|
|
13465
|
+
const button = event.currentTarget;
|
|
13466
|
+
if (changeText)
|
|
13467
|
+
$$invalidate(3, buttonText = "Copied Stripe Test Card");
|
|
13468
|
+
button.classList.add("copied");
|
|
13469
|
+
setTimeout(
|
|
13470
|
+
() => {
|
|
13471
|
+
button.classList.remove("copied");
|
|
13472
|
+
$$invalidate(3, buttonText = "Copy Stripe Test Card");
|
|
13473
|
+
$$invalidate(4, showDropdown = false);
|
|
13474
|
+
},
|
|
13475
|
+
1e3
|
|
13476
|
+
);
|
|
13477
|
+
}
|
|
13478
|
+
const click_handler = (event) => copyToClipboard(event, "4242 4242 4242 4242", true);
|
|
13479
|
+
const click_handler_1 = () => $$invalidate(4, showDropdown = !showDropdown);
|
|
13480
|
+
const click_handler_2 = (event) => copyToClipboard(event, "4000 0566 5566 5556");
|
|
13481
|
+
const click_handler_3 = (event) => copyToClipboard(event, "5555 5555 5555 4444");
|
|
13482
|
+
const click_handler_4 = (event) => copyToClipboard(event, "3782 822463 10005");
|
|
13483
|
+
const click_handler_5 = (event) => copyToClipboard(event, "4000 0000 0000 0002");
|
|
13484
|
+
const click_handler_6 = (event) => copyToClipboard(event, "4000 0000 0000 9995");
|
|
13485
|
+
const click_handler_7 = () => {
|
|
13486
|
+
onSuccessSubmit();
|
|
13487
|
+
};
|
|
13488
|
+
$$self.$$set = ($$props2) => {
|
|
13489
|
+
if ("closeModal" in $$props2)
|
|
13490
|
+
$$invalidate(0, closeModal = $$props2.closeModal);
|
|
13491
|
+
if ("display" in $$props2)
|
|
13492
|
+
$$invalidate(6, display = $$props2.display);
|
|
13493
|
+
if ("onSuccessSubmit" in $$props2)
|
|
13494
|
+
$$invalidate(1, onSuccessSubmit = $$props2.onSuccessSubmit);
|
|
13495
|
+
if ("params" in $$props2)
|
|
13496
|
+
$$invalidate(2, params = $$props2.params);
|
|
13497
|
+
};
|
|
13498
|
+
return [
|
|
13499
|
+
closeModal,
|
|
13500
|
+
onSuccessSubmit,
|
|
13501
|
+
params,
|
|
13502
|
+
buttonText,
|
|
13503
|
+
showDropdown,
|
|
13504
|
+
copyToClipboard,
|
|
13505
|
+
display,
|
|
13506
|
+
click_handler,
|
|
13507
|
+
click_handler_1,
|
|
13508
|
+
click_handler_2,
|
|
13509
|
+
click_handler_3,
|
|
13510
|
+
click_handler_4,
|
|
13511
|
+
click_handler_5,
|
|
13512
|
+
click_handler_6,
|
|
13513
|
+
click_handler_7
|
|
13514
|
+
];
|
|
13515
|
+
}
|
|
13516
|
+
var TestCardModal = class extends SvelteComponent {
|
|
13517
|
+
constructor(options) {
|
|
13518
|
+
super();
|
|
13519
|
+
init(
|
|
13520
|
+
this,
|
|
13521
|
+
options,
|
|
13522
|
+
instance$i,
|
|
13523
|
+
create_fragment$B,
|
|
13524
|
+
safe_not_equal,
|
|
13525
|
+
{
|
|
13526
|
+
closeModal: 0,
|
|
13527
|
+
display: 6,
|
|
13528
|
+
onSuccessSubmit: 1,
|
|
13529
|
+
params: 2
|
|
13530
|
+
},
|
|
13531
|
+
add_css$h
|
|
13532
|
+
);
|
|
13533
|
+
}
|
|
13534
|
+
};
|
|
13535
|
+
function isLocalStorageAvailable() {
|
|
13536
|
+
try {
|
|
13537
|
+
localStorage.setItem("test", "test");
|
|
13538
|
+
localStorage.removeItem("test");
|
|
13539
|
+
return true;
|
|
13540
|
+
} catch (e) {
|
|
13541
|
+
return false;
|
|
13542
|
+
}
|
|
13543
|
+
}
|
|
13544
|
+
var localStorageAvailable = isLocalStorageAvailable();
|
|
13545
|
+
console.log("localStorageAvailable", localStorageAvailable);
|
|
13546
|
+
AppStore.subscribe((data) => {
|
|
13547
|
+
if (!data.initialValue) {
|
|
13548
|
+
InspectorStore.update((store) => {
|
|
13549
|
+
store.appData = data;
|
|
13550
|
+
return store;
|
|
13551
|
+
});
|
|
13552
|
+
}
|
|
13553
|
+
});
|
|
13554
|
+
var InspectorStore = writable({
|
|
13555
|
+
showSidebar: false,
|
|
13556
|
+
showSide: "right",
|
|
13557
|
+
// "left" or "right
|
|
13558
|
+
showTab: "inspector",
|
|
13559
|
+
// inspector, member, app
|
|
13560
|
+
xRayMode: true,
|
|
13561
|
+
//localStorage.getItem("MSXRayMode") ? JSON.parse(localStorage.getItem("MSXRayMode")) : true,
|
|
13562
|
+
xRayErrorElements: [],
|
|
13563
|
+
xRayWarningElements: [],
|
|
12940
13564
|
cartData: [],
|
|
12941
13565
|
// data from the session storage
|
|
12942
13566
|
inspectorData: [],
|
|
12943
13567
|
// id's of items that have been found on the page
|
|
12944
13568
|
// member data from the memberstack local storage _ms-mem
|
|
12945
|
-
memberData:
|
|
13569
|
+
memberData: {},
|
|
13570
|
+
// localStorage.getItem("_ms-mem") ? JSON.parse(localStorage.getItem("_ms-mem")) : {},
|
|
12946
13571
|
appData: {}
|
|
12947
13572
|
// data from the app store
|
|
12948
13573
|
});
|
|
@@ -12979,7 +13604,6 @@ var SetShowTab = (tab) => {
|
|
|
12979
13604
|
var ToggleXRayMode = () => {
|
|
12980
13605
|
InspectorStore.update((store) => {
|
|
12981
13606
|
store.xRayMode = !store.xRayMode;
|
|
12982
|
-
localStorage.setItem("MSXRayMode", store.xRayMode);
|
|
12983
13607
|
return store;
|
|
12984
13608
|
});
|
|
12985
13609
|
};
|
|
@@ -12997,15 +13621,17 @@ var AddXRayWarningElement = (data) => {
|
|
|
12997
13621
|
};
|
|
12998
13622
|
function UpdateMemberData() {
|
|
12999
13623
|
InspectorStore.update((store) => {
|
|
13000
|
-
store.memberData =
|
|
13624
|
+
store.memberData = {};
|
|
13001
13625
|
return store;
|
|
13002
13626
|
});
|
|
13003
13627
|
}
|
|
13004
|
-
window
|
|
13005
|
-
|
|
13006
|
-
|
|
13007
|
-
|
|
13008
|
-
}
|
|
13628
|
+
if (typeof window !== "undefined") {
|
|
13629
|
+
window.addEventListener("storage", function(event) {
|
|
13630
|
+
if (event.key === "_ms-mem") {
|
|
13631
|
+
UpdateMemberData();
|
|
13632
|
+
}
|
|
13633
|
+
});
|
|
13634
|
+
}
|
|
13009
13635
|
var inspectorItems = [
|
|
13010
13636
|
{
|
|
13011
13637
|
"id": "ready-for-checkout",
|
|
@@ -23302,9 +23928,9 @@ var TestMode = class extends SvelteComponent {
|
|
|
23302
23928
|
}
|
|
23303
23929
|
};
|
|
23304
23930
|
function add_css(target) {
|
|
23305
|
-
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}');
|
|
23931
|
+
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}');
|
|
23306
23932
|
}
|
|
23307
|
-
function
|
|
23933
|
+
function create_if_block_11(ctx) {
|
|
23308
23934
|
let testmode;
|
|
23309
23935
|
let current;
|
|
23310
23936
|
testmode = new TestMode({});
|
|
@@ -23347,7 +23973,8 @@ function create_if_block(ctx) {
|
|
|
23347
23973
|
create_if_block_5,
|
|
23348
23974
|
create_if_block_6,
|
|
23349
23975
|
create_if_block_7,
|
|
23350
|
-
create_if_block_8
|
|
23976
|
+
create_if_block_8,
|
|
23977
|
+
create_if_block_10
|
|
23351
23978
|
];
|
|
23352
23979
|
const if_blocks = [];
|
|
23353
23980
|
function select_block_type_1(ctx2, dirty) {
|
|
@@ -23391,6 +24018,11 @@ function create_if_block(ctx) {
|
|
|
23391
24018
|
ctx2[0] === "profile"
|
|
23392
24019
|
)
|
|
23393
24020
|
return 7;
|
|
24021
|
+
if (
|
|
24022
|
+
/*display*/
|
|
24023
|
+
ctx2[0] === "test_card"
|
|
24024
|
+
)
|
|
24025
|
+
return 8;
|
|
23394
24026
|
return -1;
|
|
23395
24027
|
}
|
|
23396
24028
|
if (~(current_block_type_index = select_block_type_1(ctx))) {
|
|
@@ -23402,7 +24034,7 @@ function create_if_block(ctx) {
|
|
|
23402
24034
|
if (if_block)
|
|
23403
24035
|
if_block.c();
|
|
23404
24036
|
attr(main, "id", "msOverlay");
|
|
23405
|
-
attr(main, "class", "svelte-
|
|
24037
|
+
attr(main, "class", "svelte-1blpd87");
|
|
23406
24038
|
},
|
|
23407
24039
|
m(target, anchor) {
|
|
23408
24040
|
insert(target, main, anchor);
|
|
@@ -23471,6 +24103,89 @@ function create_if_block(ctx) {
|
|
|
23471
24103
|
}
|
|
23472
24104
|
};
|
|
23473
24105
|
}
|
|
24106
|
+
function create_if_block_10(ctx) {
|
|
24107
|
+
let testcardmodal;
|
|
24108
|
+
let updating_display;
|
|
24109
|
+
let updating_params;
|
|
24110
|
+
let current;
|
|
24111
|
+
function testcardmodal_display_binding(value) {
|
|
24112
|
+
ctx[20](value);
|
|
24113
|
+
}
|
|
24114
|
+
function testcardmodal_params_binding(value) {
|
|
24115
|
+
ctx[21](value);
|
|
24116
|
+
}
|
|
24117
|
+
let testcardmodal_props = {
|
|
24118
|
+
closeModal: (
|
|
24119
|
+
/*closeModal*/
|
|
24120
|
+
ctx[5]
|
|
24121
|
+
),
|
|
24122
|
+
onSuccessSubmit: (
|
|
24123
|
+
/*onSuccess*/
|
|
24124
|
+
ctx[2]
|
|
24125
|
+
)
|
|
24126
|
+
};
|
|
24127
|
+
if (
|
|
24128
|
+
/*display*/
|
|
24129
|
+
ctx[0] !== void 0
|
|
24130
|
+
) {
|
|
24131
|
+
testcardmodal_props.display = /*display*/
|
|
24132
|
+
ctx[0];
|
|
24133
|
+
}
|
|
24134
|
+
if (
|
|
24135
|
+
/*params*/
|
|
24136
|
+
ctx[1] !== void 0
|
|
24137
|
+
) {
|
|
24138
|
+
testcardmodal_props.params = /*params*/
|
|
24139
|
+
ctx[1];
|
|
24140
|
+
}
|
|
24141
|
+
testcardmodal = new TestCardModal({ props: testcardmodal_props });
|
|
24142
|
+
binding_callbacks.push(() => bind(testcardmodal, "display", testcardmodal_display_binding));
|
|
24143
|
+
binding_callbacks.push(() => bind(testcardmodal, "params", testcardmodal_params_binding));
|
|
24144
|
+
return {
|
|
24145
|
+
c() {
|
|
24146
|
+
create_component(testcardmodal.$$.fragment);
|
|
24147
|
+
},
|
|
24148
|
+
m(target, anchor) {
|
|
24149
|
+
mount_component(testcardmodal, target, anchor);
|
|
24150
|
+
current = true;
|
|
24151
|
+
},
|
|
24152
|
+
p(ctx2, dirty) {
|
|
24153
|
+
const testcardmodal_changes = {};
|
|
24154
|
+
if (dirty & /*onSuccess*/
|
|
24155
|
+
4)
|
|
24156
|
+
testcardmodal_changes.onSuccessSubmit = /*onSuccess*/
|
|
24157
|
+
ctx2[2];
|
|
24158
|
+
if (!updating_display && dirty & /*display*/
|
|
24159
|
+
1) {
|
|
24160
|
+
updating_display = true;
|
|
24161
|
+
testcardmodal_changes.display = /*display*/
|
|
24162
|
+
ctx2[0];
|
|
24163
|
+
add_flush_callback(() => updating_display = false);
|
|
24164
|
+
}
|
|
24165
|
+
if (!updating_params && dirty & /*params*/
|
|
24166
|
+
2) {
|
|
24167
|
+
updating_params = true;
|
|
24168
|
+
testcardmodal_changes.params = /*params*/
|
|
24169
|
+
ctx2[1];
|
|
24170
|
+
add_flush_callback(() => updating_params = false);
|
|
24171
|
+
}
|
|
24172
|
+
testcardmodal.$set(testcardmodal_changes);
|
|
24173
|
+
},
|
|
24174
|
+
i(local) {
|
|
24175
|
+
if (current)
|
|
24176
|
+
return;
|
|
24177
|
+
transition_in(testcardmodal.$$.fragment, local);
|
|
24178
|
+
current = true;
|
|
24179
|
+
},
|
|
24180
|
+
o(local) {
|
|
24181
|
+
transition_out(testcardmodal.$$.fragment, local);
|
|
24182
|
+
current = false;
|
|
24183
|
+
},
|
|
24184
|
+
d(detaching) {
|
|
24185
|
+
destroy_component(testcardmodal, detaching);
|
|
24186
|
+
}
|
|
24187
|
+
};
|
|
24188
|
+
}
|
|
23474
24189
|
function create_if_block_8(ctx) {
|
|
23475
24190
|
let mediaquery;
|
|
23476
24191
|
let current;
|
|
@@ -23480,8 +24195,8 @@ function create_if_block_8(ctx) {
|
|
|
23480
24195
|
$$slots: {
|
|
23481
24196
|
default: [
|
|
23482
24197
|
create_default_slot,
|
|
23483
|
-
({ matches }) => ({
|
|
23484
|
-
({ matches }) => matches ?
|
|
24198
|
+
({ matches }) => ({ 26: matches }),
|
|
24199
|
+
({ matches }) => matches ? 67108864 : 0
|
|
23485
24200
|
]
|
|
23486
24201
|
},
|
|
23487
24202
|
$$scope: { ctx }
|
|
@@ -23498,7 +24213,7 @@ function create_if_block_8(ctx) {
|
|
|
23498
24213
|
p(ctx2, dirty) {
|
|
23499
24214
|
const mediaquery_changes = {};
|
|
23500
24215
|
if (dirty & /*$$scope, onSuccess, member, display, matches*/
|
|
23501
|
-
|
|
24216
|
+
201326605) {
|
|
23502
24217
|
mediaquery_changes.$$scope = { dirty, ctx: ctx2 };
|
|
23503
24218
|
}
|
|
23504
24219
|
mediaquery.$set(mediaquery_changes);
|
|
@@ -24121,7 +24836,7 @@ function create_default_slot(ctx) {
|
|
|
24121
24836
|
function select_block_type_2(ctx2, dirty) {
|
|
24122
24837
|
if (
|
|
24123
24838
|
/*matches*/
|
|
24124
|
-
ctx2[
|
|
24839
|
+
ctx2[26]
|
|
24125
24840
|
)
|
|
24126
24841
|
return 0;
|
|
24127
24842
|
return 1;
|
|
@@ -24182,7 +24897,7 @@ function create_fragment(ctx) {
|
|
|
24182
24897
|
let if_block;
|
|
24183
24898
|
let if_block_anchor;
|
|
24184
24899
|
let current;
|
|
24185
|
-
const if_block_creators = [create_if_block,
|
|
24900
|
+
const if_block_creators = [create_if_block, create_if_block_11];
|
|
24186
24901
|
const if_blocks = [];
|
|
24187
24902
|
function select_block_type(ctx2, dirty) {
|
|
24188
24903
|
if (
|
|
@@ -24362,6 +25077,14 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24362
25077
|
display = value;
|
|
24363
25078
|
$$invalidate(0, display);
|
|
24364
25079
|
}
|
|
25080
|
+
function testcardmodal_display_binding(value) {
|
|
25081
|
+
display = value;
|
|
25082
|
+
$$invalidate(0, display);
|
|
25083
|
+
}
|
|
25084
|
+
function testcardmodal_params_binding(value) {
|
|
25085
|
+
params = value;
|
|
25086
|
+
$$invalidate(1, params);
|
|
25087
|
+
}
|
|
24365
25088
|
$$self.$$set = ($$props2) => {
|
|
24366
25089
|
if ("display" in $$props2)
|
|
24367
25090
|
$$invalidate(0, display = $$props2.display);
|
|
@@ -24396,7 +25119,9 @@ function instance($$self, $$props, $$invalidate) {
|
|
|
24396
25119
|
passwordlesstokenmodal_display_binding,
|
|
24397
25120
|
passwordlesstokenmodal_params_binding,
|
|
24398
25121
|
mobileprofilemodal_display_binding,
|
|
24399
|
-
profilemodal_display_binding
|
|
25122
|
+
profilemodal_display_binding,
|
|
25123
|
+
testcardmodal_display_binding,
|
|
25124
|
+
testcardmodal_params_binding
|
|
24400
25125
|
];
|
|
24401
25126
|
}
|
|
24402
25127
|
var Main = class extends SvelteComponent {
|
|
@@ -24496,13 +25221,12 @@ var hideModal = () => {
|
|
|
24496
25221
|
modal == null ? void 0 : modal.$destroy();
|
|
24497
25222
|
} catch (e) {
|
|
24498
25223
|
}
|
|
24499
|
-
hideLoader();
|
|
24500
25224
|
};
|
|
24501
25225
|
|
|
24502
25226
|
// src/utils/cookies.ts
|
|
24503
25227
|
import Cookie from "js-cookie";
|
|
24504
25228
|
var memberAuthTokenName = "_ms-mid";
|
|
24505
|
-
function
|
|
25229
|
+
function isLocalStorageAvailable2() {
|
|
24506
25230
|
try {
|
|
24507
25231
|
localStorage.setItem("test", "test");
|
|
24508
25232
|
localStorage.removeItem("test");
|
|
@@ -24511,7 +25235,7 @@ function isLocalStorageAvailable() {
|
|
|
24511
25235
|
return false;
|
|
24512
25236
|
}
|
|
24513
25237
|
}
|
|
24514
|
-
var
|
|
25238
|
+
var localStorageAvailable2 = isLocalStorageAvailable2();
|
|
24515
25239
|
var useCookies = false;
|
|
24516
25240
|
var setCookieOnRootDomain = false;
|
|
24517
25241
|
var setUseCookies = (setCookieOnRoot) => {
|
|
@@ -24529,7 +25253,7 @@ var extractDomainFromHostname = (hostname) => {
|
|
|
24529
25253
|
}
|
|
24530
25254
|
};
|
|
24531
25255
|
var setMemberToken = (token, expires) => {
|
|
24532
|
-
if (
|
|
25256
|
+
if (localStorageAvailable2 && !useCookies) {
|
|
24533
25257
|
localStorage.setItem(memberAuthTokenName, token);
|
|
24534
25258
|
} else {
|
|
24535
25259
|
const domain = extractDomainFromHostname(window.location.hostname);
|
|
@@ -24540,7 +25264,7 @@ var setMemberToken = (token, expires) => {
|
|
|
24540
25264
|
}
|
|
24541
25265
|
};
|
|
24542
25266
|
var removeMemberToken = () => {
|
|
24543
|
-
if (
|
|
25267
|
+
if (localStorageAvailable2) {
|
|
24544
25268
|
localStorage.removeItem(memberAuthTokenName);
|
|
24545
25269
|
}
|
|
24546
25270
|
const domain = extractDomainFromHostname(window.location.hostname);
|
|
@@ -24554,7 +25278,7 @@ var removeMemberToken = () => {
|
|
|
24554
25278
|
});
|
|
24555
25279
|
};
|
|
24556
25280
|
var getMemberToken = () => {
|
|
24557
|
-
if (
|
|
25281
|
+
if (localStorageAvailable2 && !useCookies) {
|
|
24558
25282
|
const memAuthToken = localStorage.getItem(memberAuthTokenName);
|
|
24559
25283
|
if (memAuthToken)
|
|
24560
25284
|
return memAuthToken;
|