@elmethis/react 0.17.0 → 0.18.0
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/fixtures/advanced-rag-pipeline.html +211 -0
- package/lib/index.react.cjs +16 -4
- package/lib/index.react.mjs +707 -659
- package/lib/style.css +1 -1
- package/lib-types/components/a2ui/catalog/notion-block-catalog.d.ts +18 -0
- package/lib-types/components/a2ui/catalog/notion-block-catalog.d.ts.map +1 -0
- package/lib-types/components/a2ui/elm-a2ui.d.ts +3 -3
- package/lib-types/components/a2ui/elm-a2ui.d.ts.map +1 -1
- package/lib-types/components/code/elm-html-viewer.d.ts +19 -5
- package/lib-types/components/code/elm-html-viewer.d.ts.map +1 -1
- package/lib-types/components/code/elm-html.d.ts +12 -10
- package/lib-types/components/code/elm-html.d.ts.map +1 -1
- package/lib-types/index.d.ts +1 -1
- package/lib-types/index.d.ts.map +1 -1
- package/package.json +2 -2
package/lib/index.react.mjs
CHANGED
|
@@ -344,8 +344,36 @@ var Ct = (t) => {
|
|
|
344
344
|
y
|
|
345
345
|
]
|
|
346
346
|
}), n[22] = s, n[23] = f, n[24] = p, n[25] = g, n[26] = _, n[27] = y, n[28] = b) : b = n[28], b;
|
|
347
|
-
}, wt = {
|
|
348
|
-
|
|
347
|
+
}, wt = {
|
|
348
|
+
"elm-html-viewer": "_elm-html-viewer_jde0x_1",
|
|
349
|
+
header: "_header_jde0x_15",
|
|
350
|
+
"icon-button": "_icon-button_jde0x_23",
|
|
351
|
+
divider: "_divider_jde0x_49",
|
|
352
|
+
content: "_content_jde0x_57"
|
|
353
|
+
}, Tt = { "elm-html": "_elm-html_339tp_1" };
|
|
354
|
+
//#endregion
|
|
355
|
+
//#region src/components/code/elm-html.tsx
|
|
356
|
+
function Et(e, t) {
|
|
357
|
+
return t ? !0 : (e?.split(/\s+/).filter(Boolean) ?? []).some((e) => e.toLowerCase() === "allow-scripts");
|
|
358
|
+
}
|
|
359
|
+
var Dt = "elmethis:elm-html:auto-height";
|
|
360
|
+
function Ot(e) {
|
|
361
|
+
return `${e}
|
|
362
|
+
<script>(function () {
|
|
363
|
+
var send = function () {
|
|
364
|
+
try {
|
|
365
|
+
parent.postMessage(
|
|
366
|
+
{ kind: ${JSON.stringify(Dt)}, height: document.documentElement.scrollHeight },
|
|
367
|
+
"*",
|
|
368
|
+
);
|
|
369
|
+
} catch (e) {}
|
|
370
|
+
};
|
|
371
|
+
new ResizeObserver(send).observe(document.documentElement);
|
|
372
|
+
send();
|
|
373
|
+
})();<\/script>`;
|
|
374
|
+
}
|
|
375
|
+
var kt = (t) => {
|
|
376
|
+
let n = e(60), r, i, a, o, s, l, u, d, m, g;
|
|
349
377
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], l = n[6], u = n[7], d = n[8], m = n[9], g = n[10]) : ({className: r, html: a, src: l, sandbox: s, style: u, height: i, autoHeight: d, allowScripts: m, title: g, ...o} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = l, n[7] = u, n[8] = d, n[9] = m, n[10] = g);
|
|
350
378
|
let _ = d === void 0 ? !0 : d, v = m === void 0 ? !1 : m, y = l !== void 0, b = f(null), [x, S] = p(), C;
|
|
351
379
|
n[11] !== _ || n[12] !== a || n[13] !== l ? (C = {
|
|
@@ -359,19 +387,28 @@ var Ct = (t) => {
|
|
|
359
387
|
src: l,
|
|
360
388
|
autoHeight: _
|
|
361
389
|
}), _ && S(void 0));
|
|
362
|
-
let E;
|
|
363
|
-
if (n[15] !== v || n[16] !== _ || n[17] !== s
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
n[
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
let O
|
|
371
|
-
n[
|
|
372
|
-
|
|
390
|
+
let E, D;
|
|
391
|
+
if (n[15] !== v || n[16] !== _ || n[17] !== s) {
|
|
392
|
+
D = new Set(s?.split(/\s+/).filter(Boolean) ?? []), v && D.add("allow-scripts");
|
|
393
|
+
let e;
|
|
394
|
+
if (n[20] !== v || n[21] !== s ? (e = Et(s, v), n[20] = v, n[21] = s, n[22] = e) : e = n[22], E = e, E) for (let e of D) e.toLowerCase() === "allow-same-origin" && D.delete(e);
|
|
395
|
+
else _ && D.add("allow-same-origin");
|
|
396
|
+
n[15] = v, n[16] = _, n[17] = s, n[18] = E, n[19] = D;
|
|
397
|
+
} else E = n[18], D = n[19];
|
|
398
|
+
let O;
|
|
399
|
+
n[23] === D ? O = n[24] : (O = [...D], n[23] = D, n[24] = O);
|
|
400
|
+
let k = O.join(" "), A;
|
|
401
|
+
n[25] !== v || n[26] !== _ || n[27] !== s || n[28] !== y ? (A = () => {
|
|
373
402
|
let e = b.current;
|
|
374
|
-
if (!e) return;
|
|
403
|
+
if (!e || !_ || y && Et(s, v)) return;
|
|
404
|
+
if (Et(s, v)) {
|
|
405
|
+
let t = (t) => {
|
|
406
|
+
if (t.source !== e.contentWindow) return;
|
|
407
|
+
let n = t.data;
|
|
408
|
+
!n || n.kind !== Dt || typeof n.height != "number" || S(n.height);
|
|
409
|
+
};
|
|
410
|
+
return window.addEventListener("message", t), () => window.removeEventListener("message", t);
|
|
411
|
+
}
|
|
375
412
|
let t, n = () => {
|
|
376
413
|
let t = e.contentDocument?.documentElement;
|
|
377
414
|
t && S(t.scrollHeight);
|
|
@@ -379,48 +416,133 @@ var Ct = (t) => {
|
|
|
379
416
|
let r = e.contentDocument?.documentElement;
|
|
380
417
|
r && (t?.disconnect(), t = new ResizeObserver(n), t.observe(r));
|
|
381
418
|
}, i = () => {
|
|
382
|
-
|
|
419
|
+
n(), r();
|
|
383
420
|
};
|
|
384
421
|
return e.addEventListener("load", i), () => {
|
|
385
422
|
e.removeEventListener("load", i), t?.disconnect();
|
|
386
423
|
};
|
|
387
|
-
}, n[
|
|
388
|
-
let
|
|
389
|
-
n[
|
|
424
|
+
}, n[25] = v, n[26] = _, n[27] = s, n[28] = y, n[29] = A) : A = n[29];
|
|
425
|
+
let j;
|
|
426
|
+
n[30] !== v || n[31] !== _ || n[32] !== a || n[33] !== s || n[34] !== y ? (j = [
|
|
390
427
|
a,
|
|
391
428
|
y,
|
|
392
|
-
_
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
let I;
|
|
402
|
-
n[
|
|
429
|
+
_,
|
|
430
|
+
s,
|
|
431
|
+
v
|
|
432
|
+
], n[30] = v, n[31] = _, n[32] = a, n[33] = s, n[34] = y, n[35] = j) : j = n[35], c(A, j);
|
|
433
|
+
let M = o, N;
|
|
434
|
+
if (n[36] !== M) {
|
|
435
|
+
let { srcDoc: e, srcdoc: t, referrerPolicy: r, referrerpolicy: i, ...a } = M;
|
|
436
|
+
N = a, n[36] = M, n[37] = N;
|
|
437
|
+
} else N = n[37];
|
|
438
|
+
let P = String(_), F = g ?? "Embedded HTML content", I;
|
|
439
|
+
n[38] === r ? I = n[39] : (I = h(Tt["elm-html"], r), n[38] = r, n[39] = I);
|
|
440
|
+
let L;
|
|
441
|
+
n[40] !== _ || n[41] !== x || n[42] !== u ? (L = _ ? {
|
|
403
442
|
...u,
|
|
404
443
|
height: x ?? u?.height
|
|
405
|
-
} : u, n[
|
|
406
|
-
let
|
|
407
|
-
|
|
444
|
+
} : u, n[40] = _, n[41] = x, n[42] = u, n[43] = L) : L = n[43];
|
|
445
|
+
let R = _ ? x === void 0 && u?.height === void 0 ? i : void 0 : i, z = y ? l : void 0, B;
|
|
446
|
+
n[44] !== _ || n[45] !== E || n[46] !== a || n[47] !== y ? (B = y ? void 0 : _ && E ? Ot(a ?? "") : a ?? "", n[44] = _, n[45] = E, n[46] = a, n[47] = y, n[48] = B) : B = n[48];
|
|
447
|
+
let V = y ? "no-referrer" : void 0, H;
|
|
448
|
+
return n[49] !== k || n[50] !== N || n[51] !== I || n[52] !== L || n[53] !== R || n[54] !== z || n[55] !== B || n[56] !== V || n[57] !== P || n[58] !== F ? (H = /* @__PURE__ */ J("iframe", {
|
|
408
449
|
ref: b,
|
|
409
|
-
title:
|
|
410
|
-
className:
|
|
411
|
-
style:
|
|
412
|
-
height:
|
|
413
|
-
...
|
|
414
|
-
src:
|
|
415
|
-
srcDoc:
|
|
416
|
-
sandbox:
|
|
417
|
-
referrerPolicy:
|
|
418
|
-
},
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
450
|
+
title: F,
|
|
451
|
+
className: I,
|
|
452
|
+
style: L,
|
|
453
|
+
height: R,
|
|
454
|
+
...N,
|
|
455
|
+
src: z,
|
|
456
|
+
srcDoc: B,
|
|
457
|
+
sandbox: k,
|
|
458
|
+
referrerPolicy: V
|
|
459
|
+
}, P), n[49] = k, n[50] = N, n[51] = I, n[52] = L, n[53] = R, n[54] = z, n[55] = B, n[56] = V, n[57] = P, n[58] = F, n[59] = H) : H = n[59], H;
|
|
460
|
+
}, At = ({ className: e, html: t, src: n, filename: r, sandbox: i, autoHeight: a, allowScripts: s, height: c, ...l }) => {
|
|
461
|
+
let u = n !== void 0, d = o(() => {
|
|
462
|
+
if (u) {
|
|
463
|
+
window.open(n, "_blank", "noreferrer");
|
|
464
|
+
return;
|
|
465
|
+
}
|
|
466
|
+
let e;
|
|
467
|
+
try {
|
|
468
|
+
let n = `<!doctype html>
|
|
469
|
+
<html lang="en">
|
|
470
|
+
<head>
|
|
471
|
+
<meta charset="utf-8" />
|
|
472
|
+
<title>Embedded HTML content</title>
|
|
473
|
+
<style>html,body{margin:0;height:100%;}iframe{display:block;width:100%;height:100%;border:0;}</style>
|
|
474
|
+
</head>
|
|
475
|
+
<body>
|
|
476
|
+
<iframe sandbox title="Embedded HTML content"></iframe>
|
|
477
|
+
<script>document.querySelector("iframe").srcdoc = ${JSON.stringify(t ?? "").replace(/<\//g, "<\\/")};<\/script>
|
|
478
|
+
</body>
|
|
479
|
+
</html>`;
|
|
480
|
+
e = URL.createObjectURL(new Blob([n], { type: "text/html" }));
|
|
481
|
+
let r = () => URL.revokeObjectURL(e), i = window.open(e, "_blank", "noreferrer");
|
|
482
|
+
i ? i.addEventListener("load", r, { once: !0 }) : r();
|
|
483
|
+
} catch (t) {
|
|
484
|
+
console.error("Failed to open HTML in a new tab", t), e && URL.revokeObjectURL(e);
|
|
485
|
+
}
|
|
486
|
+
}, [
|
|
487
|
+
u,
|
|
488
|
+
n,
|
|
489
|
+
t
|
|
490
|
+
]), f = o(() => {
|
|
491
|
+
let e, i;
|
|
492
|
+
try {
|
|
493
|
+
i = document.createElement("a"), u ? i.href = n : (e = URL.createObjectURL(new Blob([t ?? ""], { type: "text/html" })), i.href = e), i.download = r || "download.html", document.body.appendChild(i), i.click();
|
|
494
|
+
} catch (e) {
|
|
495
|
+
console.error("Failed to download HTML", e);
|
|
496
|
+
} finally {
|
|
497
|
+
i?.remove(), e && URL.revokeObjectURL(e);
|
|
498
|
+
}
|
|
499
|
+
}, [
|
|
500
|
+
u,
|
|
501
|
+
n,
|
|
502
|
+
t,
|
|
503
|
+
r
|
|
504
|
+
]);
|
|
505
|
+
return /* @__PURE__ */ Y("figure", {
|
|
506
|
+
className: h(wt["elm-html-viewer"], e),
|
|
507
|
+
...l,
|
|
508
|
+
children: [
|
|
509
|
+
/* @__PURE__ */ Y("div", {
|
|
510
|
+
className: wt.header,
|
|
511
|
+
children: [/* @__PURE__ */ J("button", {
|
|
512
|
+
type: "button",
|
|
513
|
+
className: wt["icon-button"],
|
|
514
|
+
onClick: f,
|
|
515
|
+
"aria-label": "Download",
|
|
516
|
+
children: /* @__PURE__ */ J(X, {
|
|
517
|
+
d: be,
|
|
518
|
+
size: "1.25rem"
|
|
519
|
+
})
|
|
520
|
+
}), /* @__PURE__ */ J("button", {
|
|
521
|
+
type: "button",
|
|
522
|
+
className: wt["icon-button"],
|
|
523
|
+
onClick: d,
|
|
524
|
+
"aria-label": "Open in new tab",
|
|
525
|
+
children: /* @__PURE__ */ J(X, {
|
|
526
|
+
d: Le,
|
|
527
|
+
size: "1.25rem"
|
|
528
|
+
})
|
|
529
|
+
})]
|
|
530
|
+
}),
|
|
531
|
+
/* @__PURE__ */ J("hr", { className: wt.divider }),
|
|
532
|
+
/* @__PURE__ */ J("div", {
|
|
533
|
+
className: wt.content,
|
|
534
|
+
children: /* @__PURE__ */ J(kt, {
|
|
535
|
+
html: t,
|
|
536
|
+
src: n,
|
|
537
|
+
sandbox: i,
|
|
538
|
+
autoHeight: a,
|
|
539
|
+
allowScripts: s,
|
|
540
|
+
height: c
|
|
541
|
+
})
|
|
542
|
+
})
|
|
543
|
+
]
|
|
544
|
+
});
|
|
545
|
+
}, Q = {
|
|
424
546
|
"elm-audio-player": "_elm-audio-player_1b0m3_1",
|
|
425
547
|
loading: "_loading_1b0m3_33",
|
|
426
548
|
header: "_header_1b0m3_39",
|
|
@@ -450,18 +572,18 @@ var Q = {
|
|
|
450
572
|
errored: "_errored_1b0m3_411",
|
|
451
573
|
"error-notice": "_error-notice_1b0m3_420",
|
|
452
574
|
"error-message": "_error-message_1b0m3_430"
|
|
453
|
-
},
|
|
575
|
+
}, jt = (e) => {
|
|
454
576
|
(!Number.isFinite(e) || e < 0) && (e = 0);
|
|
455
577
|
let t = Math.floor(e), n = Math.floor(t / 3600), r = Math.floor(t % 3600 / 60), i = t % 60, a = `${n > 0 ? String(r).padStart(2, "0") : String(r)}:${String(i).padStart(2, "0")}`;
|
|
456
578
|
return n > 0 ? `${n}:${a}` : a;
|
|
457
|
-
},
|
|
579
|
+
}, Mt = (e) => {
|
|
458
580
|
let t = e.split(/[?#]/)[0].split("/").filter(Boolean).pop() ?? e;
|
|
459
581
|
try {
|
|
460
582
|
return decodeURIComponent(t);
|
|
461
583
|
} catch {
|
|
462
584
|
return t;
|
|
463
585
|
}
|
|
464
|
-
},
|
|
586
|
+
}, Nt = (t) => {
|
|
465
587
|
let n = e(98), r, i, a, o, s, l, u, d, m, g;
|
|
466
588
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], l = n[6], u = n[7], d = n[8], m = n[9], g = n[10]) : ({className: a, style: u, src: l, title: g, artist: r, errorMessage: d, seekStep: m, loop: o, autoPlay: i, ...s} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = l, n[7] = u, n[8] = d, n[9] = m, n[10] = g);
|
|
467
589
|
let _ = d === void 0 ? "This audio couldn't be loaded." : d, v = m === void 0 ? 10 : m, y = f(null), b = f(null), x = f(null), [S, C] = p(!1), [w, T] = p(!0), [E, D] = p(!1), [O, k] = p(0), [A, j] = p(0), [M, N] = p(1), [P, F] = p(!1), [I, L] = p(null), R = O > 0 ? Math.min(1, A / O) : 0, z;
|
|
@@ -524,7 +646,7 @@ var Q = {
|
|
|
524
646
|
e.muted = t, F(t);
|
|
525
647
|
}, n[31] = pe) : pe = n[31];
|
|
526
648
|
let me = pe, he = P || M === 0 ? Ye : M < .34 ? qe : M < .67 ? Je : Ke, ge;
|
|
527
|
-
n[32] !== l || n[33] !== g ? (ge = g ??
|
|
649
|
+
n[32] !== l || n[33] !== g ? (ge = g ?? Mt(l), n[32] = l, n[33] = g, n[34] = ge) : ge = n[34];
|
|
528
650
|
let _e = ge, ve = S && Q.playing, ye = w && Q.loading, be = E && Q.errored, xe;
|
|
529
651
|
n[35] !== a || n[36] !== ve || n[37] !== ye || n[38] !== be ? (xe = h(Q["elm-audio-player"], ve, ye, be, a), n[35] = a, n[36] = ve, n[37] = ye, n[38] = be, n[39] = xe) : xe = n[39];
|
|
530
652
|
let Se = I ?? 0, we;
|
|
@@ -637,7 +759,7 @@ var Q = {
|
|
|
637
759
|
"aria-valuemin": 0,
|
|
638
760
|
"aria-valuemax": Math.round(O) || 0,
|
|
639
761
|
"aria-valuenow": Math.round(A),
|
|
640
|
-
"aria-valuetext": `${
|
|
762
|
+
"aria-valuetext": `${jt(A)} of ${jt(O)}`,
|
|
641
763
|
onPointerDown: ie,
|
|
642
764
|
onPointerMove: oe,
|
|
643
765
|
onPointerLeave: () => L(null),
|
|
@@ -662,7 +784,7 @@ var Q = {
|
|
|
662
784
|
children: [
|
|
663
785
|
/* @__PURE__ */ J("span", {
|
|
664
786
|
className: h(Q.time, Q["time-current"]),
|
|
665
|
-
children:
|
|
787
|
+
children: jt(A)
|
|
666
788
|
}),
|
|
667
789
|
/* @__PURE__ */ Y("div", {
|
|
668
790
|
className: Q.transport,
|
|
@@ -726,7 +848,7 @@ var Q = {
|
|
|
726
848
|
}),
|
|
727
849
|
/* @__PURE__ */ J("span", {
|
|
728
850
|
className: h(Q.time, Q["time-total"]),
|
|
729
|
-
children:
|
|
851
|
+
children: jt(O)
|
|
730
852
|
})
|
|
731
853
|
]
|
|
732
854
|
})] }), n[77] = A, n[78] = O, n[79] = _, n[80] = le, n[81] = ie, n[82] = oe, n[83] = E, n[84] = P, n[85] = S, n[86] = v, n[87] = q, n[88] = M, n[89] = he, n[90] = nt) : nt = n[90];
|
|
@@ -741,31 +863,31 @@ var Q = {
|
|
|
741
863
|
nt
|
|
742
864
|
]
|
|
743
865
|
}), n[91] = s, n[92] = xe, n[93] = Te, n[94] = Be, n[95] = tt, n[96] = nt, n[97] = rt) : rt = n[97], rt;
|
|
744
|
-
},
|
|
866
|
+
}, Pt = {
|
|
745
867
|
"elm-block-image": "_elm-block-image_1cmrf_1",
|
|
746
868
|
"image-container": "_image-container_1cmrf_11",
|
|
747
869
|
image: "_image_1cmrf_11",
|
|
748
870
|
fallback: "_fallback_1cmrf_35",
|
|
749
871
|
"caption-box": "_caption-box_1cmrf_45",
|
|
750
872
|
"caption-icon": "_caption-icon_1cmrf_55"
|
|
751
|
-
},
|
|
873
|
+
}, Ft = {
|
|
752
874
|
"elm-rectangle-wave": "_elm-rectangle-wave_70gad_21",
|
|
753
875
|
wave: "_wave_70gad_1"
|
|
754
|
-
},
|
|
876
|
+
}, It = (t) => {
|
|
755
877
|
let n = e(8), r, i;
|
|
756
878
|
n[0] === t ? (r = n[1], i = n[2]) : ({className: r, ...i} = t, n[0] = t, n[1] = r, n[2] = i);
|
|
757
879
|
let a;
|
|
758
|
-
n[3] === r ? a = n[4] : (a = h(
|
|
880
|
+
n[3] === r ? a = n[4] : (a = h(Ft["elm-rectangle-wave"], r), n[3] = r, n[4] = a);
|
|
759
881
|
let o;
|
|
760
882
|
return n[5] !== i || n[6] !== a ? (o = /* @__PURE__ */ J("div", {
|
|
761
883
|
"aria-hidden": "true",
|
|
762
884
|
className: a,
|
|
763
885
|
...i
|
|
764
886
|
}), n[5] = i, n[6] = a, n[7] = o) : o = n[7], o;
|
|
765
|
-
},
|
|
887
|
+
}, Lt = {
|
|
766
888
|
"elm-modal": "_elm-modal_12j1m_1",
|
|
767
889
|
shown: "_shown_12j1m_18"
|
|
768
|
-
},
|
|
890
|
+
}, Rt = ({ className: e, isOpen: t, delay: n = 200, style: r, onClose: i, children: a, ...o }) => {
|
|
769
891
|
let s = f(null), [l, u] = p(!1);
|
|
770
892
|
return c(() => {
|
|
771
893
|
let e = s.current;
|
|
@@ -782,7 +904,7 @@ var Q = {
|
|
|
782
904
|
}
|
|
783
905
|
}, [t, n]), /* @__PURE__ */ J("dialog", {
|
|
784
906
|
ref: s,
|
|
785
|
-
className: h(
|
|
907
|
+
className: h(Lt["elm-modal"], l && Lt.shown, e),
|
|
786
908
|
onClick: (e) => {
|
|
787
909
|
s.current && i?.(e.nativeEvent, s.current);
|
|
788
910
|
},
|
|
@@ -797,7 +919,7 @@ var Q = {
|
|
|
797
919
|
children: a
|
|
798
920
|
})
|
|
799
921
|
});
|
|
800
|
-
},
|
|
922
|
+
}, zt = (t) => {
|
|
801
923
|
let n = e(10), r;
|
|
802
924
|
n[0] === t ? r = n[1] : (r = t === void 0 ? {} : t, n[0] = t, n[1] = r);
|
|
803
925
|
let i = r.delay, [a, o] = p(!1), s = f(a), l;
|
|
@@ -819,7 +941,7 @@ var Q = {
|
|
|
819
941
|
let y;
|
|
820
942
|
n[7] === Symbol.for("react.memo_cache_sentinel") ? (y = function(e) {
|
|
821
943
|
let { children: t } = e;
|
|
822
|
-
return /* @__PURE__ */ J(
|
|
944
|
+
return /* @__PURE__ */ J(Rt, {
|
|
823
945
|
isOpen: s.current,
|
|
824
946
|
delay: _.current,
|
|
825
947
|
onClose: m,
|
|
@@ -834,10 +956,10 @@ var Q = {
|
|
|
834
956
|
hide: m,
|
|
835
957
|
toggle: g
|
|
836
958
|
}, n[8] = a, n[9] = x), x;
|
|
837
|
-
},
|
|
959
|
+
}, Bt = (t) => {
|
|
838
960
|
let n = e(59), r, i, a, o, s, l, u, d, m, g;
|
|
839
961
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], l = n[6], u = n[7], d = n[8], m = n[9], g = n[10]) : ({className: a, src: d, alt: r, caption: i, width: g, height: s, srcSet: m, sizes: u, enableModal: o, ...l} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = l, n[7] = u, n[8] = d, n[9] = m, n[10] = g);
|
|
840
|
-
let [_, v] = p(!0), { Modal: y, isOpen: b, show: x, hide: S } =
|
|
962
|
+
let [_, v] = p(!0), { Modal: y, isOpen: b, show: x, hide: S } = zt(), C;
|
|
841
963
|
n[11] === Symbol.for("react.memo_cache_sentinel") ? (C = () => {
|
|
842
964
|
v(!1);
|
|
843
965
|
}, n[11] = C) : C = n[11];
|
|
@@ -851,7 +973,7 @@ var Q = {
|
|
|
851
973
|
}, n[16] = S, n[17] = D);
|
|
852
974
|
let O = D, k = f(null), A;
|
|
853
975
|
n[18] === Symbol.for("react.memo_cache_sentinel") ? (A = () => {
|
|
854
|
-
k.current?.decode().then(() => v(!1),
|
|
976
|
+
k.current?.decode().then(() => v(!1), Vt);
|
|
855
977
|
}, n[18] = A) : A = n[18];
|
|
856
978
|
let j;
|
|
857
979
|
n[19] === d ? j = n[20] : (j = [d], n[19] = d, n[20] = j), c(A, j);
|
|
@@ -859,7 +981,7 @@ var Q = {
|
|
|
859
981
|
if (n[21] !== y || n[22] !== r || n[23] !== i || n[24] !== a || n[25] !== o || n[26] !== O || n[27] !== E || n[28] !== s || n[29] !== _ || n[30] !== b || n[31] !== l || n[32] !== u || n[33] !== d || n[34] !== m || n[35] !== g) {
|
|
860
982
|
let e = (e) => /* @__PURE__ */ J("img", {
|
|
861
983
|
ref: e ? void 0 : k,
|
|
862
|
-
className:
|
|
984
|
+
className: Pt.image,
|
|
863
985
|
src: d,
|
|
864
986
|
alt: r ?? i ?? "Image",
|
|
865
987
|
srcSet: e ? void 0 : m,
|
|
@@ -876,23 +998,23 @@ var Q = {
|
|
|
876
998
|
"--elmethis-scoped-aspect-ratio": g && s ? `${g} / ${s}` : "auto"
|
|
877
999
|
}
|
|
878
1000
|
});
|
|
879
|
-
n[42] === a ? F = n[43] : (F = h(
|
|
1001
|
+
n[42] === a ? F = n[43] : (F = h(Pt["elm-block-image"], a), n[42] = a, n[43] = F), I = l;
|
|
880
1002
|
let t = _ ? 1 : .01, c;
|
|
881
1003
|
n[44] === t ? c = n[45] : (c = { "--elmethis-scoped-opacity": t }, n[44] = t, n[45] = c);
|
|
882
1004
|
let f;
|
|
883
1005
|
n[46] === Symbol.for("react.memo_cache_sentinel") ? (f = /* @__PURE__ */ J("div", {
|
|
884
|
-
className:
|
|
885
|
-
children: /* @__PURE__ */ J(
|
|
1006
|
+
className: Pt.fallback,
|
|
1007
|
+
children: /* @__PURE__ */ J(It, {})
|
|
886
1008
|
}), n[46] = f) : f = n[46], L = /* @__PURE__ */ Y("div", {
|
|
887
|
-
className:
|
|
1009
|
+
className: Pt["image-container"],
|
|
888
1010
|
style: c,
|
|
889
1011
|
onClick: E,
|
|
890
1012
|
children: [e(!1), f]
|
|
891
1013
|
}), n[47] !== i || n[48] !== _ ? (N = i && /* @__PURE__ */ Y("figcaption", {
|
|
892
|
-
className:
|
|
1014
|
+
className: Pt["caption-box"],
|
|
893
1015
|
style: { "--elmethis-scoped-opacity": _ ? .01 : 1 },
|
|
894
1016
|
children: [/* @__PURE__ */ J("span", {
|
|
895
|
-
className:
|
|
1017
|
+
className: Pt["caption-icon"],
|
|
896
1018
|
children: /* @__PURE__ */ J(X, {
|
|
897
1019
|
d: Fe,
|
|
898
1020
|
size: "1.25rem"
|
|
@@ -916,28 +1038,28 @@ var Q = {
|
|
|
916
1038
|
]
|
|
917
1039
|
}), n[53] = N, n[54] = R, n[55] = F, n[56] = I, n[57] = L, n[58] = z) : z = n[58], z;
|
|
918
1040
|
};
|
|
919
|
-
function
|
|
1041
|
+
function Vt() {}
|
|
920
1042
|
//#endregion
|
|
921
1043
|
//#region src/components/media/elm-file.module.css
|
|
922
|
-
var
|
|
1044
|
+
var Ht = {
|
|
923
1045
|
"elm-file": "_elm-file_aoaqq_1",
|
|
924
1046
|
"file-size": "_file-size_aoaqq_12",
|
|
925
1047
|
"download-icon": "_download-icon_aoaqq_17"
|
|
926
1048
|
};
|
|
927
1049
|
//#endregion
|
|
928
1050
|
//#region src/components/media/elm-file.tsx
|
|
929
|
-
function
|
|
1051
|
+
function Ut(e) {
|
|
930
1052
|
let t = e.split(/[?#]/)[0].split("/").filter(Boolean);
|
|
931
1053
|
return t.length > 0 ? t[t.length - 1] : null;
|
|
932
1054
|
}
|
|
933
|
-
var
|
|
1055
|
+
var Wt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
934
1056
|
let a = async () => {
|
|
935
1057
|
let e;
|
|
936
1058
|
try {
|
|
937
1059
|
let r = await fetch(n);
|
|
938
1060
|
if (!r.ok) throw Error("Failed to download file");
|
|
939
1061
|
let i = await r.blob();
|
|
940
|
-
e = document.createElement("a"), e.href = URL.createObjectURL(i), e.download = t ??
|
|
1062
|
+
e = document.createElement("a"), e.href = URL.createObjectURL(i), e.download = t ?? Ut(n) ?? "file", e.click();
|
|
941
1063
|
} catch (e) {
|
|
942
1064
|
console.error("ERROR:", e);
|
|
943
1065
|
} finally {
|
|
@@ -945,20 +1067,20 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
945
1067
|
}
|
|
946
1068
|
};
|
|
947
1069
|
return /* @__PURE__ */ Y("div", {
|
|
948
|
-
className: h(
|
|
1070
|
+
className: h(Ht["elm-file"], e),
|
|
949
1071
|
...i,
|
|
950
1072
|
children: [
|
|
951
1073
|
/* @__PURE__ */ J("div", { children: /* @__PURE__ */ J(X, {
|
|
952
1074
|
d: we,
|
|
953
1075
|
size: "1.25rem"
|
|
954
1076
|
}) }),
|
|
955
|
-
/* @__PURE__ */ J("div", { children: /* @__PURE__ */ J(Z, { children: t ??
|
|
1077
|
+
/* @__PURE__ */ J("div", { children: /* @__PURE__ */ J(Z, { children: t ?? Ut(n) }) }),
|
|
956
1078
|
/* @__PURE__ */ J("div", {
|
|
957
|
-
className:
|
|
1079
|
+
className: Ht["file-size"],
|
|
958
1080
|
children: /* @__PURE__ */ J(Z, { children: r })
|
|
959
1081
|
}),
|
|
960
1082
|
/* @__PURE__ */ J("div", {
|
|
961
|
-
className:
|
|
1083
|
+
className: Ht["download-icon"],
|
|
962
1084
|
onClick: a,
|
|
963
1085
|
children: /* @__PURE__ */ J(X, {
|
|
964
1086
|
d: be,
|
|
@@ -967,7 +1089,7 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
967
1089
|
})
|
|
968
1090
|
]
|
|
969
1091
|
});
|
|
970
|
-
},
|
|
1092
|
+
}, Gt = {
|
|
971
1093
|
"elm-bookmark": "_elm-bookmark_cbkg4_1",
|
|
972
1094
|
container: "_container_cbkg4_23",
|
|
973
1095
|
image: "_image_cbkg4_35",
|
|
@@ -975,21 +1097,21 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
975
1097
|
title: "_title_cbkg4_71",
|
|
976
1098
|
description: "_description_cbkg4_75",
|
|
977
1099
|
link: "_link_cbkg4_80"
|
|
978
|
-
},
|
|
1100
|
+
}, Kt = {
|
|
979
1101
|
visibility: "hidden",
|
|
980
1102
|
width: "0"
|
|
981
|
-
},
|
|
1103
|
+
}, qt = (t) => {
|
|
982
1104
|
let n = e(40), r, i, a, o, s, c, l;
|
|
983
1105
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7]) : ({className: r, title: c, url: l, image: o, description: i, favicon: a, ...s} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l);
|
|
984
1106
|
let [u, d] = p(!1), f;
|
|
985
|
-
n[8] === r ? f = n[9] : (f = h(
|
|
1107
|
+
n[8] === r ? f = n[9] : (f = h(Gt["elm-bookmark"], r), n[8] = r, n[9] = f);
|
|
986
1108
|
let m;
|
|
987
1109
|
n[10] === Symbol.for("react.memo_cache_sentinel") ? (m = () => d(!0), n[10] = m) : m = n[10];
|
|
988
1110
|
let g;
|
|
989
|
-
n[11] !== o || n[12] !== u ? (g = u || o == null ?
|
|
1111
|
+
n[11] !== o || n[12] !== u ? (g = u || o == null ? Kt : {}, n[11] = o, n[12] = u, n[13] = g) : g = n[13];
|
|
990
1112
|
let _;
|
|
991
1113
|
n[14] !== o || n[15] !== g ? (_ = /* @__PURE__ */ J("img", {
|
|
992
|
-
className:
|
|
1114
|
+
className: Gt.image,
|
|
993
1115
|
src: o,
|
|
994
1116
|
alt: "OGP Image",
|
|
995
1117
|
onError: m,
|
|
@@ -997,7 +1119,7 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
997
1119
|
}), n[14] = o, n[15] = g, n[16] = _) : _ = n[16];
|
|
998
1120
|
let v;
|
|
999
1121
|
n[17] === c ? v = n[18] : (v = /* @__PURE__ */ J("div", {
|
|
1000
|
-
className:
|
|
1122
|
+
className: Gt.title,
|
|
1001
1123
|
children: /* @__PURE__ */ J(Z, {
|
|
1002
1124
|
bold: !0,
|
|
1003
1125
|
children: c
|
|
@@ -1005,7 +1127,7 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
1005
1127
|
}), n[17] = c, n[18] = v);
|
|
1006
1128
|
let y;
|
|
1007
1129
|
n[19] === i ? y = n[20] : (y = /* @__PURE__ */ J("div", {
|
|
1008
|
-
className:
|
|
1130
|
+
className: Gt.description,
|
|
1009
1131
|
children: /* @__PURE__ */ J(Z, {
|
|
1010
1132
|
size: "0.75rem",
|
|
1011
1133
|
children: i
|
|
@@ -1023,12 +1145,12 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
1023
1145
|
}), n[23] = l, n[24] = x);
|
|
1024
1146
|
let S;
|
|
1025
1147
|
n[25] !== b || n[26] !== x ? (S = /* @__PURE__ */ Y("div", {
|
|
1026
|
-
className:
|
|
1148
|
+
className: Gt.link,
|
|
1027
1149
|
children: [b, x]
|
|
1028
1150
|
}), n[25] = b, n[26] = x, n[27] = S) : S = n[27];
|
|
1029
1151
|
let C;
|
|
1030
1152
|
n[28] !== v || n[29] !== y || n[30] !== S ? (C = /* @__PURE__ */ Y("div", {
|
|
1031
|
-
className:
|
|
1153
|
+
className: Gt.content,
|
|
1032
1154
|
children: [
|
|
1033
1155
|
v,
|
|
1034
1156
|
y,
|
|
@@ -1037,7 +1159,7 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
1037
1159
|
}), n[28] = v, n[29] = y, n[30] = S, n[31] = C) : C = n[31];
|
|
1038
1160
|
let w;
|
|
1039
1161
|
n[32] !== C || n[33] !== _ || n[34] !== l ? (w = /* @__PURE__ */ Y("a", {
|
|
1040
|
-
className:
|
|
1162
|
+
className: Gt.container,
|
|
1041
1163
|
href: l,
|
|
1042
1164
|
target: "_blank",
|
|
1043
1165
|
rel: "noopener noreferrer",
|
|
@@ -1049,25 +1171,25 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
1049
1171
|
...s,
|
|
1050
1172
|
children: w
|
|
1051
1173
|
}), n[36] = s, n[37] = f, n[38] = w, n[39] = T) : T = n[39], T;
|
|
1052
|
-
},
|
|
1174
|
+
}, Jt = {
|
|
1053
1175
|
"elm-tabs": "_elm-tabs_whoym_1",
|
|
1054
1176
|
"tab-container": "_tab-container_whoym_13",
|
|
1055
1177
|
tab: "_tab_whoym_13",
|
|
1056
1178
|
active: "_active_whoym_41",
|
|
1057
1179
|
"tab-content": "_tab-content_whoym_52",
|
|
1058
1180
|
"tab-content-inner": "_tab-content-inner_whoym_57"
|
|
1059
|
-
},
|
|
1181
|
+
}, Yt = {
|
|
1060
1182
|
"elm-collapse": "_elm-collapse_12wiu_1",
|
|
1061
1183
|
row: "_row_12wiu_5",
|
|
1062
1184
|
open: "_open_12wiu_11",
|
|
1063
1185
|
column: "_column_12wiu_16",
|
|
1064
1186
|
both: "_both_12wiu_27",
|
|
1065
1187
|
inner: "_inner_12wiu_44"
|
|
1066
|
-
},
|
|
1188
|
+
}, Xt = (t) => {
|
|
1067
1189
|
let n = e(24), r, i, a, o, s, c, l;
|
|
1068
1190
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7]) : ({className: i, style: s, isOpen: a, direction: c, transitionTimingFunction: l, children: r, ...o} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l);
|
|
1069
|
-
let u = c === void 0 ? "row" : c, d = l === void 0 ? "ease-in-out" : l, f = a &&
|
|
1070
|
-
n[8] !== i || n[9] !== f || n[10] !== p || n[11] !== m || n[12] !== g ? (_ = h(
|
|
1191
|
+
let u = c === void 0 ? "row" : c, d = l === void 0 ? "ease-in-out" : l, f = a && Yt.open, p = u === "row" && Yt.row, m = u === "column" && Yt.column, g = u === "both" && Yt.both, _;
|
|
1192
|
+
n[8] !== i || n[9] !== f || n[10] !== p || n[11] !== m || n[12] !== g ? (_ = h(Yt["elm-collapse"], f, p, m, g, i), n[8] = i, n[9] = f, n[10] = p, n[11] = m, n[12] = g, n[13] = _) : _ = n[13];
|
|
1071
1193
|
let v;
|
|
1072
1194
|
n[14] !== s || n[15] !== d ? (v = {
|
|
1073
1195
|
...s,
|
|
@@ -1075,7 +1197,7 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
1075
1197
|
}, n[14] = s, n[15] = d, n[16] = v) : v = n[16];
|
|
1076
1198
|
let y = v, b;
|
|
1077
1199
|
n[17] === r ? b = n[18] : (b = /* @__PURE__ */ J("div", {
|
|
1078
|
-
className:
|
|
1200
|
+
className: Yt.inner,
|
|
1079
1201
|
children: r
|
|
1080
1202
|
}), n[17] = r, n[18] = b);
|
|
1081
1203
|
let x;
|
|
@@ -1088,7 +1210,7 @@ var Bt = ({ className: e, name: t, src: n, filesize: r, ...i }) => {
|
|
|
1088
1210
|
};
|
|
1089
1211
|
//#endregion
|
|
1090
1212
|
//#region src/hooks/use-bindable-signal.ts
|
|
1091
|
-
function
|
|
1213
|
+
function Zt(t) {
|
|
1092
1214
|
let n = e(4), { value: r, defaultValue: i, onChange: a } = t, o;
|
|
1093
1215
|
return n[0] !== i || n[1] !== a || n[2] !== r ? (o = {
|
|
1094
1216
|
prop: r,
|
|
@@ -1099,11 +1221,11 @@ function qt(t) {
|
|
|
1099
1221
|
}
|
|
1100
1222
|
//#endregion
|
|
1101
1223
|
//#region src/components/containments/elm-tabs.tsx
|
|
1102
|
-
var
|
|
1103
|
-
let e = s(
|
|
1224
|
+
var Qt = n(null), $t = () => {
|
|
1225
|
+
let e = s(Qt);
|
|
1104
1226
|
if (e == null) throw Error("ElmTabs subcomponents must be used within <ElmTabs>");
|
|
1105
1227
|
return e;
|
|
1106
|
-
},
|
|
1228
|
+
}, en = (t) => {
|
|
1107
1229
|
let n = e(25), r, i, a, o, s, c, l;
|
|
1108
1230
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7]) : ({className: i, value: l, defaultValue: a, onValueChange: o, transitionTimingFunction: c, children: r, ...s} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l);
|
|
1109
1231
|
let u = c === void 0 ? "linear" : c, d = a ?? "", f;
|
|
@@ -1112,14 +1234,14 @@ var Jt = n(null), Yt = () => {
|
|
|
1112
1234
|
defaultValue: d,
|
|
1113
1235
|
onChange: o
|
|
1114
1236
|
}, n[8] = o, n[9] = d, n[10] = l, n[11] = f) : f = n[11];
|
|
1115
|
-
let [p, m] =
|
|
1237
|
+
let [p, m] = Zt(f), g;
|
|
1116
1238
|
n[12] !== p || n[13] !== m || n[14] !== u ? (g = {
|
|
1117
1239
|
selectedValue: p,
|
|
1118
1240
|
setSelectedValue: m,
|
|
1119
1241
|
transitionTimingFunction: u
|
|
1120
1242
|
}, n[12] = p, n[13] = m, n[14] = u, n[15] = g) : g = n[15];
|
|
1121
1243
|
let _;
|
|
1122
|
-
n[16] === i ? _ = n[17] : (_ = h(
|
|
1244
|
+
n[16] === i ? _ = n[17] : (_ = h(Jt["elm-tabs"], i), n[16] = i, n[17] = _);
|
|
1123
1245
|
let v;
|
|
1124
1246
|
n[18] !== r || n[19] !== s || n[20] !== _ ? (v = /* @__PURE__ */ J("div", {
|
|
1125
1247
|
className: _,
|
|
@@ -1127,26 +1249,26 @@ var Jt = n(null), Yt = () => {
|
|
|
1127
1249
|
children: r
|
|
1128
1250
|
}), n[18] = r, n[19] = s, n[20] = _, n[21] = v) : v = n[21];
|
|
1129
1251
|
let y;
|
|
1130
|
-
return n[22] !== g || n[23] !== v ? (y = /* @__PURE__ */ J(
|
|
1252
|
+
return n[22] !== g || n[23] !== v ? (y = /* @__PURE__ */ J(Qt.Provider, {
|
|
1131
1253
|
value: g,
|
|
1132
1254
|
children: v
|
|
1133
1255
|
}), n[22] = g, n[23] = v, n[24] = y) : y = n[24], y;
|
|
1134
|
-
},
|
|
1256
|
+
}, tn = (t) => {
|
|
1135
1257
|
let n = e(10), r, i, a;
|
|
1136
1258
|
n[0] === t ? (r = n[1], i = n[2], a = n[3]) : ({className: i, children: r, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a);
|
|
1137
1259
|
let o;
|
|
1138
|
-
n[4] === i ? o = n[5] : (o = h(
|
|
1260
|
+
n[4] === i ? o = n[5] : (o = h(Jt["tab-container"], i), n[4] = i, n[5] = o);
|
|
1139
1261
|
let s;
|
|
1140
1262
|
return n[6] !== r || n[7] !== a || n[8] !== o ? (s = /* @__PURE__ */ J("div", {
|
|
1141
1263
|
className: o,
|
|
1142
1264
|
...a,
|
|
1143
1265
|
children: r
|
|
1144
1266
|
}), n[6] = r, n[7] = a, n[8] = o, n[9] = s) : s = n[9], s;
|
|
1145
|
-
},
|
|
1267
|
+
}, nn = (t) => {
|
|
1146
1268
|
let n = e(18), r, i, a, o, s;
|
|
1147
1269
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5]) : ({value: s, className: i, children: r, onClick: a, ...o} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s);
|
|
1148
|
-
let c =
|
|
1149
|
-
n[6] !== i || n[7] !== l ? (u = h(
|
|
1270
|
+
let c = $t(), l = c.selectedValue === s && Jt.active, u;
|
|
1271
|
+
n[6] !== i || n[7] !== l ? (u = h(Jt.tab, l, i), n[6] = i, n[7] = l, n[8] = u) : u = n[8];
|
|
1150
1272
|
let d;
|
|
1151
1273
|
n[9] !== c || n[10] !== a || n[11] !== s ? (d = (e) => {
|
|
1152
1274
|
c.setSelectedValue(s), a?.(e);
|
|
@@ -1158,18 +1280,18 @@ var Jt = n(null), Yt = () => {
|
|
|
1158
1280
|
...o,
|
|
1159
1281
|
children: r
|
|
1160
1282
|
}), n[13] = r, n[14] = o, n[15] = u, n[16] = d, n[17] = f) : f = n[17], f;
|
|
1161
|
-
},
|
|
1283
|
+
}, rn = (t) => {
|
|
1162
1284
|
let n = e(17), r, i, a, o;
|
|
1163
1285
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4]) : ({value: o, className: i, children: r, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o);
|
|
1164
|
-
let s =
|
|
1165
|
-
n[5] === i ? c = n[6] : (c = h(
|
|
1286
|
+
let s = $t(), c;
|
|
1287
|
+
n[5] === i ? c = n[6] : (c = h(Jt["tab-content"], i), n[5] = i, n[6] = c);
|
|
1166
1288
|
let l = s.selectedValue === o, u;
|
|
1167
1289
|
n[7] === r ? u = n[8] : (u = /* @__PURE__ */ J("div", {
|
|
1168
|
-
className:
|
|
1290
|
+
className: Jt["tab-content-inner"],
|
|
1169
1291
|
children: r
|
|
1170
1292
|
}), n[7] = r, n[8] = u);
|
|
1171
1293
|
let d;
|
|
1172
|
-
n[9] !== s.transitionTimingFunction || n[10] !== l || n[11] !== u ? (d = /* @__PURE__ */ J(
|
|
1294
|
+
n[9] !== s.transitionTimingFunction || n[10] !== l || n[11] !== u ? (d = /* @__PURE__ */ J(Xt, {
|
|
1173
1295
|
direction: "row",
|
|
1174
1296
|
isOpen: l,
|
|
1175
1297
|
transitionTimingFunction: s.transitionTimingFunction,
|
|
@@ -1181,7 +1303,7 @@ var Jt = n(null), Yt = () => {
|
|
|
1181
1303
|
...a,
|
|
1182
1304
|
children: d
|
|
1183
1305
|
}), n[13] = a, n[14] = c, n[15] = d, n[16] = f) : f = n[16], f;
|
|
1184
|
-
},
|
|
1306
|
+
}, an = {
|
|
1185
1307
|
"elm-toggle": "_elm-toggle_qfazq_1",
|
|
1186
1308
|
open: "_open_qfazq_8",
|
|
1187
1309
|
summary: "_summary_qfazq_13",
|
|
@@ -1191,7 +1313,7 @@ var Jt = n(null), Yt = () => {
|
|
|
1191
1313
|
cross: "_cross_qfazq_62",
|
|
1192
1314
|
border: "_border_qfazq_76",
|
|
1193
1315
|
content: "_content_qfazq_84"
|
|
1194
|
-
},
|
|
1316
|
+
}, on = (t) => {
|
|
1195
1317
|
let n = e(57), r, i, a, o, s, c, l, u, d;
|
|
1196
1318
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7], u = n[8], d = n[9]) : ({className: i, summary: d, style: u, monochrome: s, isOpen: o, defaultIsOpen: a, onOpenChange: c, children: r, ...l} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l, n[8] = u, n[9] = d);
|
|
1197
1319
|
let f = a ?? !1, p;
|
|
@@ -1200,14 +1322,14 @@ var Jt = n(null), Yt = () => {
|
|
|
1200
1322
|
defaultValue: f,
|
|
1201
1323
|
onChange: c
|
|
1202
1324
|
}, n[10] = o, n[11] = c, n[12] = f, n[13] = p) : p = n[13];
|
|
1203
|
-
let [m, g] =
|
|
1204
|
-
n[14] !== i || n[15] !== _ ? (v = h(
|
|
1325
|
+
let [m, g] = Zt(p), _ = m && an.open, v;
|
|
1326
|
+
n[14] !== i || n[15] !== _ ? (v = h(an["elm-toggle"], _, i), n[14] = i, n[15] = _, n[16] = v) : v = n[16];
|
|
1205
1327
|
let y = u, b;
|
|
1206
1328
|
n[17] === g ? b = n[18] : (b = (e) => {
|
|
1207
|
-
e.preventDefault(), g(
|
|
1329
|
+
e.preventDefault(), g(sn);
|
|
1208
1330
|
}, n[17] = g, n[18] = b);
|
|
1209
|
-
let x = m &&
|
|
1210
|
-
n[19] === x ? S = n[20] : (S = h(
|
|
1331
|
+
let x = m && an.open, S;
|
|
1332
|
+
n[19] === x ? S = n[20] : (S = h(an.chevron, x), n[19] = x, n[20] = S);
|
|
1211
1333
|
let C = s ? "var(--elmethis-color-neutral-weak)" : "var(--elmethis-color-primary)", w;
|
|
1212
1334
|
n[21] === C ? w = n[22] : (w = /* @__PURE__ */ J(X, {
|
|
1213
1335
|
d: ge,
|
|
@@ -1225,13 +1347,13 @@ var Jt = n(null), Yt = () => {
|
|
|
1225
1347
|
n[28] === E ? D = n[29] : (D = /* @__PURE__ */ J("div", { children: E }), n[28] = E, n[29] = D);
|
|
1226
1348
|
let O;
|
|
1227
1349
|
n[30] !== T || n[31] !== D ? (O = /* @__PURE__ */ Y("div", {
|
|
1228
|
-
className:
|
|
1350
|
+
className: an["summary-left"],
|
|
1229
1351
|
children: [T, D]
|
|
1230
1352
|
}), n[30] = T, n[31] = D, n[32] = O) : O = n[32];
|
|
1231
1353
|
let k;
|
|
1232
|
-
n[33] === Symbol.for("react.memo_cache_sentinel") ? (k = /* @__PURE__ */ J("hr", { className:
|
|
1233
|
-
let A = m &&
|
|
1234
|
-
n[34] === A ? j = n[35] : (j = h(
|
|
1354
|
+
n[33] === Symbol.for("react.memo_cache_sentinel") ? (k = /* @__PURE__ */ J("hr", { className: an.divider }), n[33] = k) : k = n[33];
|
|
1355
|
+
let A = m && an.open, j;
|
|
1356
|
+
n[34] === A ? j = n[35] : (j = h(an.cross, A), n[34] = A, n[35] = j);
|
|
1235
1357
|
let M = s ? "var(--elmethis-color-neutral-weak)" : m ? "var(--elmethis-color-accent-error)" : "var(--elmethis-color-primary)", N;
|
|
1236
1358
|
n[36] === M ? N = n[37] : (N = /* @__PURE__ */ J(X, {
|
|
1237
1359
|
d: Be,
|
|
@@ -1245,7 +1367,7 @@ var Jt = n(null), Yt = () => {
|
|
|
1245
1367
|
}), n[38] = j, n[39] = N, n[40] = P) : P = n[40];
|
|
1246
1368
|
let F;
|
|
1247
1369
|
n[41] !== O || n[42] !== P || n[43] !== b ? (F = /* @__PURE__ */ Y("div", {
|
|
1248
|
-
className:
|
|
1370
|
+
className: an.summary,
|
|
1249
1371
|
onClick: b,
|
|
1250
1372
|
children: [
|
|
1251
1373
|
O,
|
|
@@ -1254,9 +1376,9 @@ var Jt = n(null), Yt = () => {
|
|
|
1254
1376
|
]
|
|
1255
1377
|
}), n[41] = O, n[42] = P, n[43] = b, n[44] = F) : F = n[44];
|
|
1256
1378
|
let I;
|
|
1257
|
-
n[45] === Symbol.for("react.memo_cache_sentinel") ? (I = /* @__PURE__ */ J("div", { className:
|
|
1258
|
-
let L = m &&
|
|
1259
|
-
n[46] === L ? R = n[47] : (R = h(
|
|
1379
|
+
n[45] === Symbol.for("react.memo_cache_sentinel") ? (I = /* @__PURE__ */ J("div", { className: an.border }), n[45] = I) : I = n[45];
|
|
1380
|
+
let L = m && an.open, R;
|
|
1381
|
+
n[46] === L ? R = n[47] : (R = h(an.content, L), n[46] = L, n[47] = R);
|
|
1260
1382
|
let z;
|
|
1261
1383
|
n[48] !== r || n[49] !== R ? (z = /* @__PURE__ */ J("div", {
|
|
1262
1384
|
className: R,
|
|
@@ -1274,33 +1396,33 @@ var Jt = n(null), Yt = () => {
|
|
|
1274
1396
|
]
|
|
1275
1397
|
}), n[51] = l, n[52] = F, n[53] = z, n[54] = v, n[55] = y, n[56] = B) : B = n[56], B;
|
|
1276
1398
|
};
|
|
1277
|
-
function
|
|
1399
|
+
function sn(e) {
|
|
1278
1400
|
return !e;
|
|
1279
1401
|
}
|
|
1280
|
-
var
|
|
1402
|
+
var cn = {
|
|
1281
1403
|
"elm-block-quote": "_elm-block-quote_xzf6a_1",
|
|
1282
1404
|
body: "_body_xzf6a_19",
|
|
1283
1405
|
icon: "_icon_xzf6a_27",
|
|
1284
1406
|
"icon-top-left": "_icon-top-left_xzf6a_32",
|
|
1285
1407
|
"icon-bottom-right": "_icon-bottom-right_xzf6a_36"
|
|
1286
|
-
},
|
|
1408
|
+
}, ln = (t) => {
|
|
1287
1409
|
let n = e(14), r, i, a;
|
|
1288
1410
|
n[0] === t ? (r = n[1], i = n[2], a = n[3]) : ({className: i, children: r, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a);
|
|
1289
1411
|
let o;
|
|
1290
|
-
n[4] === i ? o = n[5] : (o = h(
|
|
1412
|
+
n[4] === i ? o = n[5] : (o = h(cn["elm-block-quote"], at.text, i), n[4] = i, n[5] = o);
|
|
1291
1413
|
let s;
|
|
1292
1414
|
n[6] === Symbol.for("react.memo_cache_sentinel") ? (s = /* @__PURE__ */ J("div", {
|
|
1293
|
-
className: h(
|
|
1415
|
+
className: h(cn.icon, cn["icon-top-left"]),
|
|
1294
1416
|
children: /* @__PURE__ */ J(X, { d: Oe })
|
|
1295
1417
|
}), n[6] = s) : s = n[6];
|
|
1296
1418
|
let c;
|
|
1297
1419
|
n[7] === r ? c = n[8] : (c = /* @__PURE__ */ J("div", {
|
|
1298
|
-
className:
|
|
1420
|
+
className: cn.body,
|
|
1299
1421
|
children: r
|
|
1300
1422
|
}), n[7] = r, n[8] = c);
|
|
1301
1423
|
let l;
|
|
1302
1424
|
n[9] === Symbol.for("react.memo_cache_sentinel") ? (l = /* @__PURE__ */ J("div", {
|
|
1303
|
-
className: h(
|
|
1425
|
+
className: h(cn.icon, cn["icon-bottom-right"]),
|
|
1304
1426
|
children: /* @__PURE__ */ J(X, { d: De })
|
|
1305
1427
|
}), n[9] = l) : l = n[9];
|
|
1306
1428
|
let u;
|
|
@@ -1313,7 +1435,7 @@ var rn = {
|
|
|
1313
1435
|
l
|
|
1314
1436
|
]
|
|
1315
1437
|
}), n[10] = a, n[11] = o, n[12] = c, n[13] = u) : u = n[13], u;
|
|
1316
|
-
},
|
|
1438
|
+
}, un = {
|
|
1317
1439
|
"elm-callout": "_elm-callout_1nsmp_1",
|
|
1318
1440
|
header: "_header_1nsmp_26",
|
|
1319
1441
|
content: "_content_1nsmp_35",
|
|
@@ -1323,20 +1445,20 @@ var rn = {
|
|
|
1323
1445
|
important: "_important_1nsmp_55",
|
|
1324
1446
|
warning: "_warning_1nsmp_59",
|
|
1325
1447
|
caution: "_caution_1nsmp_63"
|
|
1326
|
-
},
|
|
1448
|
+
}, dn = Object.freeze({
|
|
1327
1449
|
note: je,
|
|
1328
1450
|
tip: Me,
|
|
1329
1451
|
important: He,
|
|
1330
1452
|
warning: le,
|
|
1331
1453
|
caution: de
|
|
1332
|
-
}),
|
|
1454
|
+
}), fn = (t) => {
|
|
1333
1455
|
let n = e(24), r, i, a, o, s;
|
|
1334
1456
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5]) : ({className: i, type: s, style: o, children: r, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s);
|
|
1335
|
-
let c = s === void 0 ? "note" : s, l =
|
|
1336
|
-
n[6] !== i || n[7] !== l ? (u = h(
|
|
1337
|
-
let d =
|
|
1457
|
+
let c = s === void 0 ? "note" : s, l = un[c], u;
|
|
1458
|
+
n[6] !== i || n[7] !== l ? (u = h(un["elm-callout"], l, i), n[6] = i, n[7] = l, n[8] = u) : u = n[8];
|
|
1459
|
+
let d = dn[c], f;
|
|
1338
1460
|
n[9] === d ? f = n[10] : (f = /* @__PURE__ */ J(X, {
|
|
1339
|
-
className:
|
|
1461
|
+
className: un.icon,
|
|
1340
1462
|
d,
|
|
1341
1463
|
size: "1.25rem"
|
|
1342
1464
|
}), n[9] = d, n[10] = f);
|
|
@@ -1344,12 +1466,12 @@ var rn = {
|
|
|
1344
1466
|
n[11] === c ? p = n[12] : (p = /* @__PURE__ */ J("span", { children: c }), n[11] = c, n[12] = p);
|
|
1345
1467
|
let m;
|
|
1346
1468
|
n[13] !== f || n[14] !== p ? (m = /* @__PURE__ */ Y("div", {
|
|
1347
|
-
className:
|
|
1469
|
+
className: un.header,
|
|
1348
1470
|
children: [f, p]
|
|
1349
1471
|
}), n[13] = f, n[14] = p, n[15] = m) : m = n[15];
|
|
1350
1472
|
let g;
|
|
1351
1473
|
n[16] === r ? g = n[17] : (g = /* @__PURE__ */ J("div", {
|
|
1352
|
-
className:
|
|
1474
|
+
className: un.content,
|
|
1353
1475
|
children: r
|
|
1354
1476
|
}), n[16] = r, n[17] = g);
|
|
1355
1477
|
let _;
|
|
@@ -1359,7 +1481,7 @@ var rn = {
|
|
|
1359
1481
|
...a,
|
|
1360
1482
|
children: [m, g]
|
|
1361
1483
|
}), n[18] = a, n[19] = o, n[20] = u, n[21] = m, n[22] = g, n[23] = _) : _ = n[23], _;
|
|
1362
|
-
},
|
|
1484
|
+
}, pn = {
|
|
1363
1485
|
"elm-notion-callout": "_elm-notion-callout_15idh_1",
|
|
1364
1486
|
icon: "_icon_15idh_9",
|
|
1365
1487
|
content: "_content_15idh_15",
|
|
@@ -1375,25 +1497,25 @@ var rn = {
|
|
|
1375
1497
|
blue: "_blue_15idh_74",
|
|
1376
1498
|
purple: "_purple_15idh_79",
|
|
1377
1499
|
magenta: "_magenta_15idh_86"
|
|
1378
|
-
},
|
|
1500
|
+
}, mn = (t) => {
|
|
1379
1501
|
let n = e(22), r, i, a, o, s, c, l;
|
|
1380
1502
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7]) : ({className: i, style: s, icon: a, color: c, variant: l, children: r, ...o} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l);
|
|
1381
|
-
let u = c === void 0 ? "gray" : c, d = l === void 0 ? "filled" : l, f =
|
|
1382
|
-
n[8] !== i || n[9] !== f || n[10] !== p ? (m = h(
|
|
1503
|
+
let u = c === void 0 ? "gray" : c, d = l === void 0 ? "filled" : l, f = pn[u], p = pn[d], m;
|
|
1504
|
+
n[8] !== i || n[9] !== f || n[10] !== p ? (m = h(pn["elm-notion-callout"], f, p, i), n[8] = i, n[9] = f, n[10] = p, n[11] = m) : m = n[11];
|
|
1383
1505
|
let g;
|
|
1384
1506
|
n[12] === a ? g = n[13] : (g = a !== void 0 && (a.kind === "emoji" ? /* @__PURE__ */ J("span", {
|
|
1385
|
-
className:
|
|
1507
|
+
className: pn.icon,
|
|
1386
1508
|
role: "img",
|
|
1387
1509
|
children: a.emoji
|
|
1388
1510
|
}) : /* @__PURE__ */ J(_t, {
|
|
1389
|
-
className:
|
|
1511
|
+
className: pn.icon,
|
|
1390
1512
|
src: a.src,
|
|
1391
1513
|
alt: a.alt,
|
|
1392
1514
|
size: 20
|
|
1393
1515
|
})), n[12] = a, n[13] = g);
|
|
1394
1516
|
let _;
|
|
1395
1517
|
n[14] === r ? _ = n[15] : (_ = /* @__PURE__ */ J("div", {
|
|
1396
|
-
className:
|
|
1518
|
+
className: pn.content,
|
|
1397
1519
|
children: r
|
|
1398
1520
|
}), n[14] = r, n[15] = _);
|
|
1399
1521
|
let v;
|
|
@@ -1403,17 +1525,17 @@ var rn = {
|
|
|
1403
1525
|
...o,
|
|
1404
1526
|
children: [g, _]
|
|
1405
1527
|
}), n[16] = o, n[17] = s, n[18] = m, n[19] = g, n[20] = _, n[21] = v) : v = n[21], v;
|
|
1406
|
-
},
|
|
1528
|
+
}, hn = { "elm-divider": "_elm-divider_9m6gb_1" }, gn = (t) => {
|
|
1407
1529
|
let n = e(8), r, i;
|
|
1408
1530
|
n[0] === t ? (r = n[1], i = n[2]) : ({className: r, ...i} = t, n[0] = t, n[1] = r, n[2] = i);
|
|
1409
1531
|
let a;
|
|
1410
|
-
n[3] === r ? a = n[4] : (a = h(
|
|
1532
|
+
n[3] === r ? a = n[4] : (a = h(hn["elm-divider"], r), n[3] = r, n[4] = a);
|
|
1411
1533
|
let o;
|
|
1412
1534
|
return n[5] !== i || n[6] !== a ? (o = /* @__PURE__ */ J("hr", {
|
|
1413
1535
|
className: a,
|
|
1414
1536
|
...i
|
|
1415
1537
|
}), n[5] = i, n[6] = a, n[7] = o) : o = n[7], o;
|
|
1416
|
-
},
|
|
1538
|
+
}, _n = {
|
|
1417
1539
|
"elm-heading": "_elm-heading_1fuld_1",
|
|
1418
1540
|
h1: "_h1_1fuld_12",
|
|
1419
1541
|
h2: "_h2_1fuld_34",
|
|
@@ -1422,11 +1544,11 @@ var rn = {
|
|
|
1422
1544
|
h4: "_h4_1fuld_86",
|
|
1423
1545
|
h5: "_h5_1fuld_90",
|
|
1424
1546
|
h6: "_h6_1fuld_94"
|
|
1425
|
-
},
|
|
1547
|
+
}, vn = { "elm-fragment-identifier": "_elm-fragment-identifier_xb2v4_1" }, yn = (t) => {
|
|
1426
1548
|
let n = e(12), r, i, a;
|
|
1427
1549
|
n[0] === t ? (r = n[1], i = n[2], a = n[3]) : ({className: r, id: i, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a);
|
|
1428
|
-
let o =
|
|
1429
|
-
n[4] === r ? s = n[5] : (s = h(
|
|
1550
|
+
let o = bn, s;
|
|
1551
|
+
n[4] === r ? s = n[5] : (s = h(vn["elm-fragment-identifier"], r), n[4] = r, n[5] = s);
|
|
1430
1552
|
let c;
|
|
1431
1553
|
n[6] === i ? c = n[7] : (c = () => o(i), n[6] = i, n[7] = c);
|
|
1432
1554
|
let l;
|
|
@@ -1437,25 +1559,25 @@ var rn = {
|
|
|
1437
1559
|
children: "#"
|
|
1438
1560
|
}), n[8] = a, n[9] = s, n[10] = c, n[11] = l) : l = n[11], l;
|
|
1439
1561
|
};
|
|
1440
|
-
function
|
|
1562
|
+
function bn(e) {
|
|
1441
1563
|
let t = new URL(window.location.href);
|
|
1442
1564
|
t.hash = e, window.history.replaceState(null, "", t.toString()), document.getElementById(e)?.scrollIntoView({ behavior: "smooth" });
|
|
1443
1565
|
}
|
|
1444
1566
|
//#endregion
|
|
1445
1567
|
//#region src/components/typography/elm-heading.tsx
|
|
1446
|
-
var
|
|
1568
|
+
var xn = Object.freeze({
|
|
1447
1569
|
1: 1.5,
|
|
1448
1570
|
2: 1.4,
|
|
1449
1571
|
3: 1.3,
|
|
1450
1572
|
4: 1.2,
|
|
1451
1573
|
5: 1.15,
|
|
1452
1574
|
6: 1.1
|
|
1453
|
-
}),
|
|
1575
|
+
}), Sn = (t) => {
|
|
1454
1576
|
let n = e(30), r, i, a, o, s, c, l;
|
|
1455
1577
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7]) : ({className: i, level: o, text: l, id: a, style: c, children: r, ...s} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l);
|
|
1456
|
-
let u = `h${o}`, d =
|
|
1457
|
-
n[8] !== i || n[9] !== d ? (f = h(
|
|
1458
|
-
let p = `${
|
|
1578
|
+
let u = `h${o}`, d = _n[`h${o}`], f;
|
|
1579
|
+
n[8] !== i || n[9] !== d ? (f = h(_n["elm-heading"], at.text, d, i), n[8] = i, n[9] = d, n[10] = f) : f = n[10];
|
|
1580
|
+
let p = `${xn[o]}em`, m;
|
|
1459
1581
|
n[11] !== c || n[12] !== p ? (m = {
|
|
1460
1582
|
"--elmethis-scoped-font-size": p,
|
|
1461
1583
|
...c
|
|
@@ -1465,11 +1587,11 @@ var _n = Object.freeze({
|
|
|
1465
1587
|
let v;
|
|
1466
1588
|
n[16] === a ? v = n[17] : (v = a && /* @__PURE__ */ J("span", {
|
|
1467
1589
|
style: { padding: "0.5rem" },
|
|
1468
|
-
children: /* @__PURE__ */ J(
|
|
1590
|
+
children: /* @__PURE__ */ J(yn, { id: a })
|
|
1469
1591
|
}), n[16] = a, n[17] = v);
|
|
1470
1592
|
let y;
|
|
1471
1593
|
n[18] === o ? y = n[19] : (y = o === 2 && /* @__PURE__ */ J("span", {
|
|
1472
|
-
className:
|
|
1594
|
+
className: _n["h2-underline"],
|
|
1473
1595
|
"aria-hidden": "true"
|
|
1474
1596
|
}), n[18] = o, n[19] = y);
|
|
1475
1597
|
let b;
|
|
@@ -1485,15 +1607,15 @@ var _n = Object.freeze({
|
|
|
1485
1607
|
y
|
|
1486
1608
|
]
|
|
1487
1609
|
}), n[20] = u, n[21] = r, n[22] = a, n[23] = s, n[24] = f, n[25] = g, n[26] = _, n[27] = v, n[28] = y, n[29] = b) : b = n[29], b;
|
|
1488
|
-
},
|
|
1610
|
+
}, Cn = {
|
|
1489
1611
|
"elm-list": "_elm-list_brpi5_1",
|
|
1490
1612
|
bulleted: "_bulleted_brpi5_8",
|
|
1491
1613
|
numbered: "_numbered_brpi5_57"
|
|
1492
|
-
},
|
|
1614
|
+
}, wn = (t) => {
|
|
1493
1615
|
let n = e(17), r, i, a, o;
|
|
1494
1616
|
if (n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4]) : ({className: i, listStyle: o, children: r, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o), (o === void 0 ? "unordered" : o) === "ordered") {
|
|
1495
1617
|
let e;
|
|
1496
|
-
n[5] === i ? e = n[6] : (e = h(at.text,
|
|
1618
|
+
n[5] === i ? e = n[6] : (e = h(at.text, Cn["elm-list"], Cn.numbered, i), n[5] = i, n[6] = e);
|
|
1497
1619
|
let t;
|
|
1498
1620
|
return n[7] !== r || n[8] !== a || n[9] !== e ? (t = /* @__PURE__ */ J("ol", {
|
|
1499
1621
|
className: e,
|
|
@@ -1502,18 +1624,18 @@ var _n = Object.freeze({
|
|
|
1502
1624
|
}), n[7] = r, n[8] = a, n[9] = e, n[10] = t) : t = n[10], t;
|
|
1503
1625
|
}
|
|
1504
1626
|
let s;
|
|
1505
|
-
n[11] === i ? s = n[12] : (s = h(at.text,
|
|
1627
|
+
n[11] === i ? s = n[12] : (s = h(at.text, Cn["elm-list"], Cn.bulleted, i), n[11] = i, n[12] = s);
|
|
1506
1628
|
let c;
|
|
1507
1629
|
return n[13] !== r || n[14] !== a || n[15] !== s ? (c = /* @__PURE__ */ J("ul", {
|
|
1508
1630
|
className: s,
|
|
1509
1631
|
...a,
|
|
1510
1632
|
children: r
|
|
1511
1633
|
}), n[13] = r, n[14] = a, n[15] = s, n[16] = c) : c = n[16], c;
|
|
1512
|
-
},
|
|
1634
|
+
}, Tn = { "elm-paragraph": "_elm-paragraph_y4o6n_1" }, En = (t) => {
|
|
1513
1635
|
let n = e(18), r, i, a, o, s, c;
|
|
1514
1636
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6]) : ({className: a, style: c, color: o, backgroundColor: r, children: i, ...s} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c);
|
|
1515
1637
|
let l;
|
|
1516
|
-
n[7] === a ? l = n[8] : (l = h(
|
|
1638
|
+
n[7] === a ? l = n[8] : (l = h(Tn["elm-paragraph"], at.text, a), n[7] = a, n[8] = l);
|
|
1517
1639
|
let u;
|
|
1518
1640
|
n[9] !== r || n[10] !== o || n[11] !== c ? (u = {
|
|
1519
1641
|
...c,
|
|
@@ -1527,7 +1649,7 @@ var _n = Object.freeze({
|
|
|
1527
1649
|
...s,
|
|
1528
1650
|
children: i
|
|
1529
1651
|
}), n[13] = i, n[14] = s, n[15] = l, n[16] = d, n[17] = f) : f = n[17], f;
|
|
1530
|
-
},
|
|
1652
|
+
}, Dn = {
|
|
1531
1653
|
"elm-table-frame": "_elm-table-frame_1b7h2_3",
|
|
1532
1654
|
"elm-table-scroll": "_elm-table-scroll_1b7h2_49",
|
|
1533
1655
|
"elm-table": "_elm-table_1b7h2_3",
|
|
@@ -1535,7 +1657,7 @@ var _n = Object.freeze({
|
|
|
1535
1657
|
"caption-inner": "_caption-inner_1b7h2_77",
|
|
1536
1658
|
spacing: "_spacing_1b7h2_84",
|
|
1537
1659
|
"sticky-row-header": "_sticky-row-header_1b7h2_95"
|
|
1538
|
-
},
|
|
1660
|
+
}, On = n({ value: !1 }), kn = n("body"), An = () => {
|
|
1539
1661
|
let t = e(5), n = f(null), r;
|
|
1540
1662
|
t[0] === Symbol.for("react.memo_cache_sentinel") ? (r = {
|
|
1541
1663
|
canScroll: !1,
|
|
@@ -1565,23 +1687,23 @@ var _n = Object.freeze({
|
|
|
1565
1687
|
ref: n,
|
|
1566
1688
|
...i
|
|
1567
1689
|
}, t[3] = i, t[4] = l), l;
|
|
1568
|
-
},
|
|
1690
|
+
}, jn = (t) => {
|
|
1569
1691
|
let n = e(31), r, i, a, o, s;
|
|
1570
1692
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5]) : ({className: a, caption: r, hasRowHeader: s, children: i, ...o} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s);
|
|
1571
1693
|
let c = s === void 0 ? !1 : s, l;
|
|
1572
1694
|
n[6] === c ? l = n[7] : (l = { value: c }, n[6] = c, n[7] = l);
|
|
1573
|
-
let u = l, { ref: d, canScroll: f, atStart: p, atEnd: m } =
|
|
1574
|
-
n[8] !== a || n[9] !== x ? (S = h(
|
|
1695
|
+
let u = l, { ref: d, canScroll: f, atStart: p, atEnd: m } = An(), g = f && !p ? "" : void 0, _ = f && !m ? "" : void 0, v = f ? 0 : void 0, y = f && r != null ? "region" : void 0, b = f && r != null ? r : void 0, x = c && Dn["sticky-row-header"], S;
|
|
1696
|
+
n[8] !== a || n[9] !== x ? (S = h(Dn["elm-table"], at.text, x, a), n[8] = a, n[9] = x, n[10] = S) : S = n[10];
|
|
1575
1697
|
let C;
|
|
1576
1698
|
n[11] === r ? C = n[12] : (C = r && /* @__PURE__ */ J("caption", { children: /* @__PURE__ */ Y("span", {
|
|
1577
|
-
className:
|
|
1699
|
+
className: Dn.caption,
|
|
1578
1700
|
children: [
|
|
1579
|
-
/* @__PURE__ */ J("span", { className:
|
|
1701
|
+
/* @__PURE__ */ J("span", { className: Dn.spacing }),
|
|
1580
1702
|
/* @__PURE__ */ J("span", {
|
|
1581
|
-
className:
|
|
1703
|
+
className: Dn["caption-inner"],
|
|
1582
1704
|
children: /* @__PURE__ */ J(Z, { children: r })
|
|
1583
1705
|
}),
|
|
1584
|
-
/* @__PURE__ */ J("span", { className:
|
|
1706
|
+
/* @__PURE__ */ J("span", { className: Dn.spacing })
|
|
1585
1707
|
]
|
|
1586
1708
|
}) }), n[11] = r, n[12] = C);
|
|
1587
1709
|
let w;
|
|
@@ -1593,7 +1715,7 @@ var _n = Object.freeze({
|
|
|
1593
1715
|
let T;
|
|
1594
1716
|
n[18] !== d || n[19] !== w || n[20] !== v || n[21] !== y || n[22] !== b ? (T = /* @__PURE__ */ J("div", {
|
|
1595
1717
|
ref: d,
|
|
1596
|
-
className:
|
|
1718
|
+
className: Dn["elm-table-scroll"],
|
|
1597
1719
|
tabIndex: v,
|
|
1598
1720
|
role: y,
|
|
1599
1721
|
"aria-label": b,
|
|
@@ -1601,54 +1723,54 @@ var _n = Object.freeze({
|
|
|
1601
1723
|
}), n[18] = d, n[19] = w, n[20] = v, n[21] = y, n[22] = b, n[23] = T) : T = n[23];
|
|
1602
1724
|
let E;
|
|
1603
1725
|
n[24] !== T || n[25] !== g || n[26] !== _ ? (E = /* @__PURE__ */ J("div", {
|
|
1604
|
-
className:
|
|
1726
|
+
className: Dn["elm-table-frame"],
|
|
1605
1727
|
"data-overflow-start": g,
|
|
1606
1728
|
"data-overflow-end": _,
|
|
1607
1729
|
children: T
|
|
1608
1730
|
}), n[24] = T, n[25] = g, n[26] = _, n[27] = E) : E = n[27];
|
|
1609
1731
|
let D;
|
|
1610
|
-
return n[28] !== u || n[29] !== E ? (D = /* @__PURE__ */ J(
|
|
1732
|
+
return n[28] !== u || n[29] !== E ? (D = /* @__PURE__ */ J(On.Provider, {
|
|
1611
1733
|
value: u,
|
|
1612
1734
|
children: E
|
|
1613
1735
|
}), n[28] = u, n[29] = E, n[30] = D) : D = n[30], D;
|
|
1614
|
-
},
|
|
1736
|
+
}, Mn = (t) => {
|
|
1615
1737
|
let n = e(6), r, i;
|
|
1616
1738
|
n[0] === t ? (r = n[1], i = n[2]) : ({children: r, ...i} = t, n[0] = t, n[1] = r, n[2] = i);
|
|
1617
1739
|
let a;
|
|
1618
|
-
return n[3] !== r || n[4] !== i ? (a = /* @__PURE__ */ J(
|
|
1740
|
+
return n[3] !== r || n[4] !== i ? (a = /* @__PURE__ */ J(kn.Provider, {
|
|
1619
1741
|
value: "body",
|
|
1620
1742
|
children: /* @__PURE__ */ J("tbody", {
|
|
1621
1743
|
...i,
|
|
1622
1744
|
children: r
|
|
1623
1745
|
})
|
|
1624
1746
|
}), n[3] = r, n[4] = i, n[5] = a) : a = n[5], a;
|
|
1625
|
-
},
|
|
1747
|
+
}, Nn = {
|
|
1626
1748
|
"elm-table-cell": "_elm-table-cell_1a21f_1",
|
|
1627
1749
|
td: "_td_1a21f_20",
|
|
1628
1750
|
th: "_th_1a21f_25"
|
|
1629
|
-
},
|
|
1751
|
+
}, Pn = (t) => {
|
|
1630
1752
|
let n = e(16), r, i, a, o, c, l, u, d;
|
|
1631
1753
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], c = n[5], l = n[6], u = n[7], d = n[8]) : ({className: i, style: l, isHeader: u, columnIndex: a, text: d, scope: c, children: r, ...o} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = c, n[6] = l, n[7] = u, n[8] = d);
|
|
1632
|
-
let f = u === void 0 ? !1 : u, p = s(
|
|
1754
|
+
let f = u === void 0 ? !1 : u, p = s(kn), m = s(On), g = p === "head", _ = !g && !f && a === 0 && m.value, v = g || f || _, y = c ?? (g ? "col" : _ ? "row" : void 0), b = d ?? r, x;
|
|
1633
1755
|
return n[9] !== i || n[10] !== b || n[11] !== v || n[12] !== o || n[13] !== y || n[14] !== l ? (x = v ? /* @__PURE__ */ J("th", {
|
|
1634
|
-
className: h(
|
|
1756
|
+
className: h(Nn["elm-table-cell"], Nn.th, i),
|
|
1635
1757
|
style: l,
|
|
1636
1758
|
scope: y,
|
|
1637
1759
|
...o,
|
|
1638
1760
|
children: b
|
|
1639
1761
|
}) : /* @__PURE__ */ J("td", {
|
|
1640
|
-
className: h(
|
|
1762
|
+
className: h(Nn["elm-table-cell"], Nn.td, i),
|
|
1641
1763
|
style: l,
|
|
1642
1764
|
...o,
|
|
1643
1765
|
children: b
|
|
1644
1766
|
}), n[9] = i, n[10] = b, n[11] = v, n[12] = o, n[13] = y, n[14] = l, n[15] = x) : x = n[15], x;
|
|
1645
|
-
},
|
|
1767
|
+
}, Fn = { "elm-table-header": "_elm-table-header_jhft7_1" }, In = (t) => {
|
|
1646
1768
|
let n = e(10), r, i, a;
|
|
1647
1769
|
n[0] === t ? (r = n[1], i = n[2], a = n[3]) : ({className: i, children: r, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a);
|
|
1648
1770
|
let o;
|
|
1649
|
-
n[4] === i ? o = n[5] : (o = h(
|
|
1771
|
+
n[4] === i ? o = n[5] : (o = h(Fn["elm-table-header"], i), n[4] = i, n[5] = o);
|
|
1650
1772
|
let s;
|
|
1651
|
-
return n[6] !== r || n[7] !== a || n[8] !== o ? (s = /* @__PURE__ */ J(
|
|
1773
|
+
return n[6] !== r || n[7] !== a || n[8] !== o ? (s = /* @__PURE__ */ J(kn.Provider, {
|
|
1652
1774
|
value: "head",
|
|
1653
1775
|
children: /* @__PURE__ */ J("thead", {
|
|
1654
1776
|
className: o,
|
|
@@ -1656,41 +1778,41 @@ var _n = Object.freeze({
|
|
|
1656
1778
|
children: r
|
|
1657
1779
|
})
|
|
1658
1780
|
}), n[6] = r, n[7] = a, n[8] = o, n[9] = s) : s = n[9], s;
|
|
1659
|
-
},
|
|
1781
|
+
}, Ln = { "elm-table-row": "_elm-table-row_mkm0q_1" }, Rn = (t) => {
|
|
1660
1782
|
let n = e(10), r, i, a;
|
|
1661
1783
|
n[0] === t ? (r = n[1], i = n[2], a = n[3]) : ({className: i, children: r, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a);
|
|
1662
1784
|
let o;
|
|
1663
|
-
n[4] === i ? o = n[5] : (o = h(
|
|
1785
|
+
n[4] === i ? o = n[5] : (o = h(Ln["elm-table-row"], i), n[4] = i, n[5] = o);
|
|
1664
1786
|
let s;
|
|
1665
1787
|
return n[6] !== r || n[7] !== a || n[8] !== o ? (s = /* @__PURE__ */ J("tr", {
|
|
1666
1788
|
className: o,
|
|
1667
1789
|
...a,
|
|
1668
1790
|
children: r
|
|
1669
1791
|
}), n[6] = r, n[7] = a, n[8] = o, n[9] = s) : s = n[9], s;
|
|
1670
|
-
},
|
|
1792
|
+
}, zn = {
|
|
1671
1793
|
"elm-unsupported-block": "_elm-unsupported-block_8bkk1_1",
|
|
1672
1794
|
message: "_message_8bkk1_13",
|
|
1673
1795
|
icon: "_icon_8bkk1_20",
|
|
1674
1796
|
details: "_details_8bkk1_24"
|
|
1675
|
-
},
|
|
1797
|
+
}, Bn = (t) => {
|
|
1676
1798
|
let n = e(13), r, i, a;
|
|
1677
1799
|
n[0] === t ? (r = n[1], i = n[2], a = n[3]) : ({className: r, details: i, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a);
|
|
1678
1800
|
let o;
|
|
1679
|
-
n[4] === r ? o = n[5] : (o = h(
|
|
1801
|
+
n[4] === r ? o = n[5] : (o = h(zn["elm-unsupported-block"], r), n[4] = r, n[5] = o);
|
|
1680
1802
|
let s;
|
|
1681
1803
|
n[6] === Symbol.for("react.memo_cache_sentinel") ? (s = /* @__PURE__ */ Y("div", {
|
|
1682
|
-
className:
|
|
1804
|
+
className: zn.message,
|
|
1683
1805
|
children: [/* @__PURE__ */ J("svg", {
|
|
1684
1806
|
viewBox: "0 0 24 24",
|
|
1685
1807
|
width: "1.25rem",
|
|
1686
1808
|
height: "1.25rem",
|
|
1687
|
-
className:
|
|
1809
|
+
className: zn.icon,
|
|
1688
1810
|
children: /* @__PURE__ */ J("path", { d: "M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" })
|
|
1689
1811
|
}), /* @__PURE__ */ J(Z, { children: "UNSUPPORTED BLOCK" })]
|
|
1690
1812
|
}), n[6] = s) : s = n[6];
|
|
1691
1813
|
let c;
|
|
1692
1814
|
n[7] === i ? c = n[8] : (c = i && /* @__PURE__ */ J("div", {
|
|
1693
|
-
className:
|
|
1815
|
+
className: zn.details,
|
|
1694
1816
|
children: /* @__PURE__ */ J(Z, { children: i })
|
|
1695
1817
|
}), n[7] = i, n[8] = c);
|
|
1696
1818
|
let l;
|
|
@@ -1699,7 +1821,7 @@ var _n = Object.freeze({
|
|
|
1699
1821
|
...a,
|
|
1700
1822
|
children: [s, c]
|
|
1701
1823
|
}), n[9] = a, n[10] = o, n[11] = c, n[12] = l) : l = n[12], l;
|
|
1702
|
-
},
|
|
1824
|
+
}, Vn = {
|
|
1703
1825
|
start: "flex-start",
|
|
1704
1826
|
end: "flex-end",
|
|
1705
1827
|
center: "center",
|
|
@@ -1707,13 +1829,13 @@ var _n = Object.freeze({
|
|
|
1707
1829
|
spaceAround: "space-around",
|
|
1708
1830
|
spaceEvenly: "space-evenly",
|
|
1709
1831
|
stretch: "stretch"
|
|
1710
|
-
},
|
|
1832
|
+
}, Hn = {
|
|
1711
1833
|
start: "flex-start",
|
|
1712
1834
|
end: "flex-end",
|
|
1713
1835
|
center: "center",
|
|
1714
1836
|
stretch: "stretch"
|
|
1715
1837
|
};
|
|
1716
|
-
function
|
|
1838
|
+
function Un(e, n) {
|
|
1717
1839
|
return Array.isArray(e) ? e.map((e, r) => {
|
|
1718
1840
|
if (e && typeof e == "object" && "id" in e) {
|
|
1719
1841
|
let i = e;
|
|
@@ -1722,7 +1844,7 @@ function zn(e, n) {
|
|
|
1722
1844
|
return typeof e == "string" ? /* @__PURE__ */ J(t, { children: n(e) }, `${e}-${r}`) : null;
|
|
1723
1845
|
}) : null;
|
|
1724
1846
|
}
|
|
1725
|
-
function
|
|
1847
|
+
function Wn(e) {
|
|
1726
1848
|
return Array.isArray(e) ? e.flatMap((e) => {
|
|
1727
1849
|
if (typeof e == "string") return [{ id: e }];
|
|
1728
1850
|
if (e && typeof e == "object" && "id" in e) {
|
|
@@ -1735,12 +1857,12 @@ function Bn(e) {
|
|
|
1735
1857
|
return [];
|
|
1736
1858
|
}) : [];
|
|
1737
1859
|
}
|
|
1738
|
-
function
|
|
1860
|
+
function Gn(e) {
|
|
1739
1861
|
return Array.isArray(e) ? e.map((e) => typeof e == "string" ? e : e && typeof e == "object" && "id" in e ? e.id : null).filter((e) => typeof e == "string") : [];
|
|
1740
1862
|
}
|
|
1741
1863
|
//#endregion
|
|
1742
|
-
//#region src/components/a2ui/catalog/block-catalog.tsx
|
|
1743
|
-
var
|
|
1864
|
+
//#region src/components/a2ui/catalog/notion-block-catalog.tsx
|
|
1865
|
+
var Kn = "https://a2ui.org/specification/v0_9/basic_catalog.json", qn = {
|
|
1744
1866
|
boxSizing: "content-box",
|
|
1745
1867
|
paddingBlock: "0.25rem",
|
|
1746
1868
|
width: "100%",
|
|
@@ -1749,7 +1871,7 @@ var Hn = "https://a2ui.org/specification/v0_9/basic_catalog.json", Un = {
|
|
|
1749
1871
|
gap: "0.25rem",
|
|
1750
1872
|
justifyContent: "space-around",
|
|
1751
1873
|
overflowX: "auto"
|
|
1752
|
-
},
|
|
1874
|
+
}, Jn = [
|
|
1753
1875
|
x(ee, ({ props: e }) => {
|
|
1754
1876
|
let t = e.decoration ?? [];
|
|
1755
1877
|
return t.includes("katex") ? /* @__PURE__ */ J(st, {
|
|
@@ -1779,63 +1901,63 @@ var Hn = "https://a2ui.org/specification/v0_9/basic_catalog.json", Un = {
|
|
|
1779
1901
|
style: {
|
|
1780
1902
|
display: "flex",
|
|
1781
1903
|
flexDirection: "column",
|
|
1782
|
-
justifyContent:
|
|
1783
|
-
alignItems:
|
|
1904
|
+
justifyContent: Vn[e.justify ?? "start"],
|
|
1905
|
+
alignItems: Hn[e.align ?? "stretch"],
|
|
1784
1906
|
flex: e.widthRatio == null ? void 0 : String(e.widthRatio),
|
|
1785
1907
|
boxSizing: "border-box",
|
|
1786
1908
|
padding: "0.125rem",
|
|
1787
1909
|
gap: "var(--elmethis-stack-gap)"
|
|
1788
1910
|
},
|
|
1789
|
-
children:
|
|
1911
|
+
children: Un(e.children, t)
|
|
1790
1912
|
})),
|
|
1791
1913
|
x(j, ({ props: e, buildChild: t }) => /* @__PURE__ */ J("div", {
|
|
1792
|
-
style:
|
|
1793
|
-
children:
|
|
1914
|
+
style: qn,
|
|
1915
|
+
children: Un(e.children, t)
|
|
1794
1916
|
})),
|
|
1795
|
-
x(I, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(
|
|
1917
|
+
x(I, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(Sn, {
|
|
1796
1918
|
level: e.level,
|
|
1797
|
-
children:
|
|
1919
|
+
children: Un(e.children, t)
|
|
1798
1920
|
})),
|
|
1799
|
-
x(G, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(
|
|
1921
|
+
x(G, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(En, {
|
|
1800
1922
|
color: e.color,
|
|
1801
1923
|
backgroundColor: e.backgroundColor,
|
|
1802
|
-
children:
|
|
1924
|
+
children: Un(e.children, t)
|
|
1803
1925
|
})),
|
|
1804
|
-
x(V, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(
|
|
1926
|
+
x(V, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(wn, {
|
|
1805
1927
|
listStyle: e.style ?? "unordered",
|
|
1806
|
-
children:
|
|
1928
|
+
children: Wn(e.children).map(({ id: e, basePath: n }, r) => /* @__PURE__ */ J("li", { children: t(e, n) }, `${e}:${r}`))
|
|
1807
1929
|
})),
|
|
1808
|
-
x(H, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(ce, { children:
|
|
1809
|
-
x(E, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(
|
|
1930
|
+
x(H, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(ce, { children: Un(e.children, t) })),
|
|
1931
|
+
x(E, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(ln, {
|
|
1810
1932
|
cite: e.cite,
|
|
1811
|
-
children:
|
|
1933
|
+
children: Un(e.children, t)
|
|
1812
1934
|
})),
|
|
1813
|
-
x(O, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(
|
|
1935
|
+
x(O, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(fn, {
|
|
1814
1936
|
type: e.type,
|
|
1815
|
-
children:
|
|
1937
|
+
children: Un(e.children, t)
|
|
1816
1938
|
})),
|
|
1817
|
-
x(W, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(
|
|
1939
|
+
x(W, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(mn, {
|
|
1818
1940
|
icon: e.icon,
|
|
1819
1941
|
color: e.color,
|
|
1820
1942
|
variant: e.variant,
|
|
1821
|
-
children:
|
|
1943
|
+
children: Un(e.children, t)
|
|
1822
1944
|
})),
|
|
1823
|
-
x(P, () => /* @__PURE__ */ J(
|
|
1824
|
-
x(ne, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(
|
|
1825
|
-
summary:
|
|
1826
|
-
children:
|
|
1945
|
+
x(P, () => /* @__PURE__ */ J(gn, {})),
|
|
1946
|
+
x(ne, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(on, {
|
|
1947
|
+
summary: Un(e.summary, t),
|
|
1948
|
+
children: Un(e.children, t)
|
|
1827
1949
|
})),
|
|
1828
|
-
x(D, ({ props: e }) => /* @__PURE__ */ J(
|
|
1950
|
+
x(D, ({ props: e }) => /* @__PURE__ */ J(qt, {
|
|
1829
1951
|
url: e.url,
|
|
1830
1952
|
title: e.title,
|
|
1831
1953
|
description: e.description,
|
|
1832
1954
|
image: e.image
|
|
1833
1955
|
})),
|
|
1834
|
-
x(F, ({ props: e }) => /* @__PURE__ */ J(
|
|
1956
|
+
x(F, ({ props: e }) => /* @__PURE__ */ J(Wt, {
|
|
1835
1957
|
src: e.src,
|
|
1836
1958
|
name: e.name
|
|
1837
1959
|
})),
|
|
1838
|
-
x(w, ({ props: e }) => /* @__PURE__ */ J(
|
|
1960
|
+
x(w, ({ props: e }) => /* @__PURE__ */ J(Nt, {
|
|
1839
1961
|
src: e.src,
|
|
1840
1962
|
title: e.title,
|
|
1841
1963
|
artist: e.artist,
|
|
@@ -1861,7 +1983,7 @@ var Hn = "https://a2ui.org/specification/v0_9/basic_catalog.json", Un = {
|
|
|
1861
1983
|
}
|
|
1862
1984
|
}), e.caption ? /* @__PURE__ */ J("figcaption", { children: e.caption }) : null]
|
|
1863
1985
|
})),
|
|
1864
|
-
x(T, ({ props: e }) => /* @__PURE__ */ J(
|
|
1986
|
+
x(T, ({ props: e }) => /* @__PURE__ */ J(Bt, {
|
|
1865
1987
|
src: e.src,
|
|
1866
1988
|
alt: e.alt,
|
|
1867
1989
|
width: e.width,
|
|
@@ -1871,11 +1993,12 @@ var Hn = "https://a2ui.org/specification/v0_9/basic_catalog.json", Un = {
|
|
|
1871
1993
|
caption: e.caption,
|
|
1872
1994
|
enableModal: !0
|
|
1873
1995
|
})),
|
|
1874
|
-
x(L, ({ props: e }) => /* @__PURE__ */ J(
|
|
1996
|
+
x(L, ({ props: e }) => /* @__PURE__ */ J(At, {
|
|
1875
1997
|
html: e.html,
|
|
1876
1998
|
src: e.src,
|
|
1877
1999
|
autoHeight: e.autoHeight,
|
|
1878
|
-
allowScripts: e.allowScripts
|
|
2000
|
+
allowScripts: e.allowScripts ?? !0,
|
|
2001
|
+
height: e.height ?? 400
|
|
1879
2002
|
})),
|
|
1880
2003
|
x(k, ({ props: e }) => /* @__PURE__ */ J(Ct, {
|
|
1881
2004
|
code: e.code,
|
|
@@ -1892,40 +2015,40 @@ var Hn = "https://a2ui.org/specification/v0_9/basic_catalog.json", Un = {
|
|
|
1892
2015
|
})),
|
|
1893
2016
|
x(M, () => null),
|
|
1894
2017
|
x(N, ({ props: e, buildChild: n, context: r }) => {
|
|
1895
|
-
let i =
|
|
2018
|
+
let i = Gn(e.children).map((e) => {
|
|
1896
2019
|
let t = r.surfaceComponents.get(e);
|
|
1897
2020
|
return {
|
|
1898
2021
|
tabId: e,
|
|
1899
|
-
labelIds:
|
|
1900
|
-
contentIds:
|
|
2022
|
+
labelIds: Gn(t?.properties.label),
|
|
2023
|
+
contentIds: Gn(t?.properties.content)
|
|
1901
2024
|
};
|
|
1902
2025
|
});
|
|
1903
|
-
return /* @__PURE__ */ Y(
|
|
2026
|
+
return /* @__PURE__ */ Y(en, {
|
|
1904
2027
|
defaultValue: "0",
|
|
1905
|
-
children: [/* @__PURE__ */ J(
|
|
2028
|
+
children: [/* @__PURE__ */ J(tn, { children: i.map(({ tabId: e, labelIds: r }, i) => /* @__PURE__ */ J(nn, {
|
|
1906
2029
|
value: String(i),
|
|
1907
2030
|
children: r.map((e, r) => /* @__PURE__ */ J(t, { children: n(e, "/") }, `${e}:${r}`))
|
|
1908
|
-
}, e)) }), i.map(({ tabId: e, contentIds: r }, i) => /* @__PURE__ */ J(
|
|
2031
|
+
}, e)) }), i.map(({ tabId: e, contentIds: r }, i) => /* @__PURE__ */ J(rn, {
|
|
1909
2032
|
value: String(i),
|
|
1910
2033
|
children: r.map((e, r) => /* @__PURE__ */ J(t, { children: n(e, "/") }, `${e}:${r}`))
|
|
1911
2034
|
}, e))]
|
|
1912
2035
|
});
|
|
1913
2036
|
}),
|
|
1914
|
-
x(K, ({ props: e, buildChild: t }) => /* @__PURE__ */ Y(
|
|
2037
|
+
x(K, ({ props: e, buildChild: t }) => /* @__PURE__ */ Y(jn, {
|
|
1915
2038
|
caption: e.caption ? String(e.caption) : void 0,
|
|
1916
2039
|
hasRowHeader: e.hasRowHeader,
|
|
1917
|
-
children: [e.header && e.header.length > 0 && /* @__PURE__ */ J(
|
|
2040
|
+
children: [e.header && e.header.length > 0 && /* @__PURE__ */ J(In, { children: Un(e.header, t) }), /* @__PURE__ */ J(Mn, { children: Un(e.body, t) })]
|
|
1918
2041
|
})),
|
|
1919
|
-
x(te, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(
|
|
1920
|
-
x(q, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(
|
|
2042
|
+
x(te, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(Rn, { children: Un(e.children, t) })),
|
|
2043
|
+
x(q, ({ props: e, buildChild: t }) => /* @__PURE__ */ J(Pn, {
|
|
1921
2044
|
isHeader: e.isHeader,
|
|
1922
|
-
children:
|
|
2045
|
+
children: Un(e.children, t)
|
|
1923
2046
|
})),
|
|
1924
|
-
x(re, ({ props: e }) => /* @__PURE__ */ J(
|
|
1925
|
-
],
|
|
2047
|
+
x(re, ({ props: e }) => /* @__PURE__ */ J(Bn, { details: e.details ? `Unsupported component type: ${String(e.details)}` : "Unsupported component type" }))
|
|
2048
|
+
], Yn = [...b.components.values(), ...Jn], Xn = Array.from(b.functions.values()), Zn = new S(Kn, Yn, Xn);
|
|
1926
2049
|
//#endregion
|
|
1927
2050
|
//#region src/components/a2ui/stream-json-lines.ts
|
|
1928
|
-
async function
|
|
2051
|
+
async function Qn(e, { signal: t, onMessage: n, onError: r }) {
|
|
1929
2052
|
if (t?.aborted) return;
|
|
1930
2053
|
let i = e.getReader(), a = new TextDecoder(), o = "", s = () => {
|
|
1931
2054
|
i.cancel().catch(() => {});
|
|
@@ -1956,19 +2079,19 @@ async function Jn(e, { signal: t, onMessage: n, onError: r }) {
|
|
|
1956
2079
|
} catch {}
|
|
1957
2080
|
}
|
|
1958
2081
|
}
|
|
1959
|
-
var
|
|
1960
|
-
"elm-a2ui": "_elm-
|
|
1961
|
-
surface: "
|
|
1962
|
-
},
|
|
2082
|
+
var $n = {
|
|
2083
|
+
"elm-a2ui": "_elm-a2ui_vj36s_1",
|
|
2084
|
+
surface: "_surface_vj36s_14"
|
|
2085
|
+
}, er = "https://a2ui.org/specification/v0_9/basic_catalog.json", tr = async (e) => {
|
|
1963
2086
|
let t = g.parse(e, {
|
|
1964
2087
|
async: !1,
|
|
1965
2088
|
gfm: !0
|
|
1966
2089
|
});
|
|
1967
2090
|
return _.sanitize(t);
|
|
1968
|
-
},
|
|
2091
|
+
}, nr = (t) => {
|
|
1969
2092
|
let n = e(34), r, i, a, o, s, l, u, d;
|
|
1970
2093
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], l = n[6], u = n[7], d = n[8]) : ({className: i, style: l, url: d, headers: a, messages: o, catalogId: r, components: u, ...s} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = l, n[7] = u, n[8] = d);
|
|
1971
|
-
let h = u === void 0 ?
|
|
2094
|
+
let h = u === void 0 ? Yn : u, g;
|
|
1972
2095
|
n[9] === Symbol.for("react.memo_cache_sentinel") ? (g = [], n[9] = g) : g = n[9];
|
|
1973
2096
|
let [_, v] = p(g), b;
|
|
1974
2097
|
n[10] === Symbol.for("react.memo_cache_sentinel") ? (b = [], n[10] = b) : b = n[10];
|
|
@@ -1982,14 +2105,14 @@ var Yn = {
|
|
|
1982
2105
|
headers: a,
|
|
1983
2106
|
signal: e.signal
|
|
1984
2107
|
}).then(async (t) => {
|
|
1985
|
-
t.body && await
|
|
2108
|
+
t.body && await Qn(t.body, {
|
|
1986
2109
|
signal: e.signal,
|
|
1987
2110
|
onMessage: (e) => {
|
|
1988
2111
|
e && typeof e == "object" && v((t) => [...t, e]);
|
|
1989
2112
|
},
|
|
1990
|
-
onError:
|
|
2113
|
+
onError: rr
|
|
1991
2114
|
});
|
|
1992
|
-
}).catch(
|
|
2115
|
+
}).catch(ir), () => e.abort();
|
|
1993
2116
|
}, k = [d, a], n[12] = a, n[13] = d, n[14] = O, n[15] = k) : (O = n[14], k = n[15]), c(O, k);
|
|
1994
2117
|
let A = o || _, j, M;
|
|
1995
2118
|
n[16] !== r || n[17] !== h || n[18] !== A ? (j = () => {
|
|
@@ -2009,13 +2132,13 @@ var Yn = {
|
|
|
2009
2132
|
for (let e of t.subs) e.unsubscribe();
|
|
2010
2133
|
t.processor.model.dispose();
|
|
2011
2134
|
}
|
|
2012
|
-
let n = new Set([
|
|
2135
|
+
let n = new Set([er]);
|
|
2013
2136
|
r && n.add(r);
|
|
2014
2137
|
for (let e of A) if (e && typeof e == "object" && "createSurface" in e) {
|
|
2015
2138
|
let t = e.createSurface?.catalogId;
|
|
2016
2139
|
typeof t == "string" && n.add(t);
|
|
2017
2140
|
}
|
|
2018
|
-
let i = new C(Array.from(n).map((e) => new S(e, h,
|
|
2141
|
+
let i = new C(Array.from(n).map((e) => new S(e, h, Xn))), a = D.current;
|
|
2019
2142
|
a.clear();
|
|
2020
2143
|
let o = [];
|
|
2021
2144
|
o.push(i.model.onSurfaceCreated.subscribe((t) => {
|
|
@@ -2049,12 +2172,12 @@ var Yn = {
|
|
|
2049
2172
|
}
|
|
2050
2173
|
}, N = [], n[21] = N, n[22] = P) : (N = n[21], P = n[22]), c(P, N);
|
|
2051
2174
|
let F;
|
|
2052
|
-
n[23] === i ? F = n[24] : (F = m(
|
|
2175
|
+
n[23] === i ? F = n[24] : (F = m($n["elm-a2ui"], i), n[23] = i, n[24] = F);
|
|
2053
2176
|
let I;
|
|
2054
|
-
n[25] === x ? I = n[26] : (I = x.map(
|
|
2177
|
+
n[25] === x ? I = n[26] : (I = x.map(ar), n[25] = x, n[26] = I);
|
|
2055
2178
|
let L;
|
|
2056
2179
|
n[27] === I ? L = n[28] : (L = /* @__PURE__ */ J(y.Provider, {
|
|
2057
|
-
value:
|
|
2180
|
+
value: tr,
|
|
2058
2181
|
children: I
|
|
2059
2182
|
}), n[27] = I, n[28] = L);
|
|
2060
2183
|
let R;
|
|
@@ -2065,97 +2188,22 @@ var Yn = {
|
|
|
2065
2188
|
children: L
|
|
2066
2189
|
}), n[29] = s, n[30] = l, n[31] = F, n[32] = L, n[33] = R) : R = n[33], R;
|
|
2067
2190
|
};
|
|
2068
|
-
function
|
|
2191
|
+
function rr(e, t) {
|
|
2069
2192
|
console.warn("[ElmA2ui] skipped invalid JSON line:", t, e);
|
|
2070
2193
|
}
|
|
2071
|
-
function
|
|
2194
|
+
function ir(e) {
|
|
2072
2195
|
e instanceof Error && e.name !== "AbortError" && console.error("[ElmA2ui] stream error:", e);
|
|
2073
2196
|
}
|
|
2074
|
-
function
|
|
2197
|
+
function ar(e) {
|
|
2075
2198
|
return /* @__PURE__ */ J("div", {
|
|
2076
|
-
className:
|
|
2199
|
+
className: $n.surface,
|
|
2077
2200
|
children: /* @__PURE__ */ J(v, { surface: e })
|
|
2078
2201
|
}, e.id);
|
|
2079
2202
|
}
|
|
2080
|
-
var
|
|
2081
|
-
"elm-html-viewer": "_elm-html-viewer_jde0x_1",
|
|
2082
|
-
header: "_header_jde0x_15",
|
|
2083
|
-
"icon-button": "_icon-button_jde0x_23",
|
|
2084
|
-
divider: "_divider_jde0x_49",
|
|
2085
|
-
content: "_content_jde0x_57"
|
|
2086
|
-
}, rr = ({ className: e, html: t, filename: n, sandbox: r, autoHeight: i, ...a }) => {
|
|
2087
|
-
let s = o(() => {
|
|
2088
|
-
let e;
|
|
2089
|
-
try {
|
|
2090
|
-
let n = `<!doctype html>
|
|
2091
|
-
<html lang="en">
|
|
2092
|
-
<head>
|
|
2093
|
-
<meta charset="utf-8" />
|
|
2094
|
-
<title>Embedded HTML content</title>
|
|
2095
|
-
<style>html,body{margin:0;height:100%;}iframe{display:block;width:100%;height:100%;border:0;}</style>
|
|
2096
|
-
</head>
|
|
2097
|
-
<body>
|
|
2098
|
-
<iframe sandbox title="Embedded HTML content"></iframe>
|
|
2099
|
-
<script>document.querySelector("iframe").srcdoc = ${JSON.stringify(t).replace(/<\//g, "<\\/")};<\/script>
|
|
2100
|
-
</body>
|
|
2101
|
-
</html>`;
|
|
2102
|
-
e = URL.createObjectURL(new Blob([n], { type: "text/html" }));
|
|
2103
|
-
let r = () => URL.revokeObjectURL(e), i = window.open(e, "_blank", "noreferrer");
|
|
2104
|
-
i ? i.addEventListener("load", r, { once: !0 }) : r();
|
|
2105
|
-
} catch (t) {
|
|
2106
|
-
console.error("Failed to open HTML in a new tab", t), e && URL.revokeObjectURL(e);
|
|
2107
|
-
}
|
|
2108
|
-
}, [t]), c = o(() => {
|
|
2109
|
-
let e, r;
|
|
2110
|
-
try {
|
|
2111
|
-
e = URL.createObjectURL(new Blob([t], { type: "text/html" })), r = document.createElement("a"), r.href = e, r.download = n || "download.html", document.body.appendChild(r), r.click();
|
|
2112
|
-
} catch (e) {
|
|
2113
|
-
console.error("Failed to download HTML", e);
|
|
2114
|
-
} finally {
|
|
2115
|
-
r?.remove(), e && URL.revokeObjectURL(e);
|
|
2116
|
-
}
|
|
2117
|
-
}, [t, n]);
|
|
2118
|
-
return /* @__PURE__ */ Y("figure", {
|
|
2119
|
-
className: h(nr["elm-html-viewer"], e),
|
|
2120
|
-
...a,
|
|
2121
|
-
children: [
|
|
2122
|
-
/* @__PURE__ */ Y("div", {
|
|
2123
|
-
className: nr.header,
|
|
2124
|
-
children: [/* @__PURE__ */ J("button", {
|
|
2125
|
-
type: "button",
|
|
2126
|
-
className: nr["icon-button"],
|
|
2127
|
-
onClick: c,
|
|
2128
|
-
"aria-label": "Download",
|
|
2129
|
-
children: /* @__PURE__ */ J(X, {
|
|
2130
|
-
d: be,
|
|
2131
|
-
size: "1.25rem"
|
|
2132
|
-
})
|
|
2133
|
-
}), /* @__PURE__ */ J("button", {
|
|
2134
|
-
type: "button",
|
|
2135
|
-
className: nr["icon-button"],
|
|
2136
|
-
onClick: s,
|
|
2137
|
-
"aria-label": "Open in new tab",
|
|
2138
|
-
children: /* @__PURE__ */ J(X, {
|
|
2139
|
-
d: Le,
|
|
2140
|
-
size: "1.25rem"
|
|
2141
|
-
})
|
|
2142
|
-
})]
|
|
2143
|
-
}),
|
|
2144
|
-
/* @__PURE__ */ J("hr", { className: nr.divider }),
|
|
2145
|
-
/* @__PURE__ */ J("div", {
|
|
2146
|
-
className: nr.content,
|
|
2147
|
-
children: /* @__PURE__ */ J(Tt, {
|
|
2148
|
-
html: t,
|
|
2149
|
-
sandbox: r,
|
|
2150
|
-
autoHeight: i
|
|
2151
|
-
})
|
|
2152
|
-
})
|
|
2153
|
-
]
|
|
2154
|
-
});
|
|
2155
|
-
}, ir = {
|
|
2203
|
+
var or = {
|
|
2156
2204
|
"parallax-watcher": "_parallax-watcher_z693a_1",
|
|
2157
2205
|
parallax: "_parallax_z693a_1"
|
|
2158
|
-
},
|
|
2206
|
+
}, sr = (t) => {
|
|
2159
2207
|
let n = e(16), r, i, a;
|
|
2160
2208
|
n[0] === t ? (r = n[1], i = n[2], a = n[3]) : ({className: r, images: i, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a);
|
|
2161
2209
|
let [o, s] = p(0), l, u;
|
|
@@ -2168,12 +2216,12 @@ var nr = {
|
|
|
2168
2216
|
};
|
|
2169
2217
|
}, u = [], n[4] = l, n[5] = u) : (l = n[4], u = n[5]), c(l, u);
|
|
2170
2218
|
let d;
|
|
2171
|
-
n[6] === Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ J("div", { className:
|
|
2219
|
+
n[6] === Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ J("div", { className: or["parallax-watcher"] }), n[6] = d) : d = n[6];
|
|
2172
2220
|
let f;
|
|
2173
2221
|
if (n[7] !== i || n[8] !== o) {
|
|
2174
2222
|
let e;
|
|
2175
2223
|
n[10] === o ? e = n[11] : (e = (e, t) => /* @__PURE__ */ J("div", {
|
|
2176
|
-
className:
|
|
2224
|
+
className: or.parallax,
|
|
2177
2225
|
style: {
|
|
2178
2226
|
backgroundImage: `url(${e})`,
|
|
2179
2227
|
transform: `scale(1.2) translateY(${o / (1e3 * (t + 1))}%)`,
|
|
@@ -2187,11 +2235,11 @@ var nr = {
|
|
|
2187
2235
|
...a,
|
|
2188
2236
|
children: [d, f]
|
|
2189
2237
|
}), n[12] = r, n[13] = a, n[14] = f, n[15] = m) : m = n[15], m;
|
|
2190
|
-
},
|
|
2238
|
+
}, cr = {
|
|
2191
2239
|
"elm-tooltip": "_elm-tooltip_1b13f_1",
|
|
2192
2240
|
tooltip: "_tooltip_1b13f_5",
|
|
2193
2241
|
show: "_show_1b13f_18"
|
|
2194
|
-
},
|
|
2242
|
+
}, lr = (t) => {
|
|
2195
2243
|
let n = e(27), r, i, a, o, s, c;
|
|
2196
2244
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6]) : ({className: r, original: o, tooltip: c, onMouseOver: a, onMouseLeave: i, ...s} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c);
|
|
2197
2245
|
let l = f(null), [u, d] = p(!1), m = f(!1), g = f(void 0), _;
|
|
@@ -2217,9 +2265,9 @@ var nr = {
|
|
|
2217
2265
|
}, 250)), i?.(e);
|
|
2218
2266
|
}, n[10] = i, n[11] = S);
|
|
2219
2267
|
let C = S, w;
|
|
2220
|
-
n[12] === r ? w = n[13] : (w = h(
|
|
2221
|
-
let T = u &&
|
|
2222
|
-
n[14] === T ? E = n[15] : (E = h(
|
|
2268
|
+
n[12] === r ? w = n[13] : (w = h(cr["elm-tooltip"], r), n[12] = r, n[13] = w);
|
|
2269
|
+
let T = u && cr.show, E;
|
|
2270
|
+
n[14] === T ? E = n[15] : (E = h(cr.tooltip, T), n[14] = T, n[15] = E);
|
|
2223
2271
|
let D;
|
|
2224
2272
|
n[16] !== v || n[17] !== E || n[18] !== c ? (D = /* @__PURE__ */ J("div", {
|
|
2225
2273
|
className: E,
|
|
@@ -2235,15 +2283,15 @@ var nr = {
|
|
|
2235
2283
|
...s,
|
|
2236
2284
|
children: [o, D]
|
|
2237
2285
|
}), n[20] = C, n[21] = x, n[22] = o, n[23] = s, n[24] = w, n[25] = D, n[26] = O) : O = n[26], O;
|
|
2238
|
-
},
|
|
2286
|
+
}, ur = { "elm-block-fallback": "_elm-block-fallback_1sx02_1" }, dr = {
|
|
2239
2287
|
"elm-dot-loading-icon": "_elm-dot-loading-icon_qjgj2_15",
|
|
2240
2288
|
dot: "_dot_qjgj2_25",
|
|
2241
2289
|
bounce: "_bounce_qjgj2_1"
|
|
2242
|
-
},
|
|
2290
|
+
}, fr = (t) => {
|
|
2243
2291
|
let n = e(17), r, i, a, o;
|
|
2244
2292
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4]) : ({className: r, style: a, size: o, ...i} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o);
|
|
2245
2293
|
let s = o === void 0 ? "4em" : o, c;
|
|
2246
|
-
n[5] === r ? c = n[6] : (c = h(
|
|
2294
|
+
n[5] === r ? c = n[6] : (c = h(dr["elm-dot-loading-icon"], r), n[5] = r, n[6] = c);
|
|
2247
2295
|
let l;
|
|
2248
2296
|
n[7] !== s || n[8] !== a ? (l = {
|
|
2249
2297
|
"--elmethis-scoped-size": s,
|
|
@@ -2251,13 +2299,13 @@ var nr = {
|
|
|
2251
2299
|
}, n[7] = s, n[8] = a, n[9] = l) : l = n[9];
|
|
2252
2300
|
let u = l, d, f, p;
|
|
2253
2301
|
n[10] === Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ J("span", {
|
|
2254
|
-
className:
|
|
2302
|
+
className: dr.dot,
|
|
2255
2303
|
"aria-hidden": "true"
|
|
2256
2304
|
}), f = /* @__PURE__ */ J("span", {
|
|
2257
|
-
className:
|
|
2305
|
+
className: dr.dot,
|
|
2258
2306
|
"aria-hidden": "true"
|
|
2259
2307
|
}), p = /* @__PURE__ */ J("span", {
|
|
2260
|
-
className:
|
|
2308
|
+
className: dr.dot,
|
|
2261
2309
|
"aria-hidden": "true"
|
|
2262
2310
|
}), n[10] = d, n[11] = f, n[12] = p) : (d = n[10], f = n[11], p = n[12]);
|
|
2263
2311
|
let m;
|
|
@@ -2271,18 +2319,18 @@ var nr = {
|
|
|
2271
2319
|
p
|
|
2272
2320
|
]
|
|
2273
2321
|
}), n[13] = i, n[14] = c, n[15] = u, n[16] = m) : m = n[16], m;
|
|
2274
|
-
},
|
|
2322
|
+
}, pr = (t) => {
|
|
2275
2323
|
let n = e(16), r, i, a, o;
|
|
2276
2324
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4]) : ({className: r, style: a, height: o, ...i} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o);
|
|
2277
2325
|
let s = o === void 0 ? "16rem" : o, c;
|
|
2278
|
-
n[5] === r ? c = n[6] : (c = h(
|
|
2326
|
+
n[5] === r ? c = n[6] : (c = h(ur["elm-block-fallback"], r), n[5] = r, n[6] = c);
|
|
2279
2327
|
let l;
|
|
2280
2328
|
n[7] !== s || n[8] !== a ? (l = {
|
|
2281
2329
|
"--elmethis-scoped-height": s,
|
|
2282
2330
|
...a
|
|
2283
2331
|
}, n[7] = s, n[8] = a, n[9] = l) : l = n[9];
|
|
2284
2332
|
let u = l, d, f;
|
|
2285
|
-
n[10] === Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ J(
|
|
2333
|
+
n[10] === Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ J(fr, {}), f = /* @__PURE__ */ J(It, {}), n[10] = d, n[11] = f) : (d = n[10], f = n[11]);
|
|
2286
2334
|
let p;
|
|
2287
2335
|
return n[12] !== i || n[13] !== c || n[14] !== u ? (p = /* @__PURE__ */ Y("div", {
|
|
2288
2336
|
className: c,
|
|
@@ -2290,7 +2338,7 @@ var nr = {
|
|
|
2290
2338
|
...i,
|
|
2291
2339
|
children: [d, f]
|
|
2292
2340
|
}), n[12] = i, n[13] = c, n[14] = u, n[15] = p) : p = n[15], p;
|
|
2293
|
-
},
|
|
2341
|
+
}, mr = {
|
|
2294
2342
|
"elm-button": "_elm-button_9qh0y_1",
|
|
2295
2343
|
normal: "_normal_9qh0y_22",
|
|
2296
2344
|
primary: "_primary_9qh0y_29",
|
|
@@ -2299,7 +2347,7 @@ var nr = {
|
|
|
2299
2347
|
flex: "_flex_9qh0y_59",
|
|
2300
2348
|
ripple: "_ripple_9qh0y_83",
|
|
2301
2349
|
"button-ripple": "_button-ripple_9qh0y_1"
|
|
2302
|
-
},
|
|
2350
|
+
}, hr = (t) => {
|
|
2303
2351
|
let n = e(43), r, i, a, o, s, l, u, d, m, g;
|
|
2304
2352
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], l = n[6], u = n[7], d = n[8], m = n[9], g = n[10]) : ({className: a, style: g, onClick: u, isLoading: l, block: r, color: o, primary: d, disabled: s, children: i, ...m} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = l, n[7] = u, n[8] = d, n[9] = m, n[10] = g);
|
|
2305
2353
|
let [_, v] = p(!1), y = f(void 0), b, x;
|
|
@@ -2308,8 +2356,8 @@ var nr = {
|
|
|
2308
2356
|
n[13] !== s || n[14] !== l || n[15] !== u ? (S = (e) => {
|
|
2309
2357
|
!l && !s && u && (v(!0), clearTimeout(y.current), y.current = setTimeout(() => v(!1), 300), u(e));
|
|
2310
2358
|
}, n[13] = s, n[14] = l, n[15] = u, n[16] = S) : S = n[16];
|
|
2311
|
-
let C = S, w = !l && !s &&
|
|
2312
|
-
n[17] !== a || n[18] !== w || n[19] !== T || n[20] !== E || n[21] !== D ? (O = h(
|
|
2359
|
+
let C = S, w = !l && !s && mr.enable, T = o && mr.colored, E = !o && !d && mr.normal, D = !o && d && mr.primary, O;
|
|
2360
|
+
n[17] !== a || n[18] !== w || n[19] !== T || n[20] !== E || n[21] !== D ? (O = h(mr["elm-button"], w, T, E, D, a), n[17] = a, n[18] = w, n[19] = T, n[20] = E, n[21] = D, n[22] = O) : O = n[22];
|
|
2313
2361
|
let k = r ? "flex" : "inline-flex", A = r ? "100%" : "auto", j = s ? "not-allowed" : l ? "progress" : "pointer", M = s || l ? .6 : void 0, N;
|
|
2314
2362
|
n[23] !== o || n[24] !== g || n[25] !== A || n[26] !== j || n[27] !== M || n[28] !== k ? (N = {
|
|
2315
2363
|
display: k,
|
|
@@ -2320,10 +2368,10 @@ var nr = {
|
|
|
2320
2368
|
...g
|
|
2321
2369
|
}, n[23] = o, n[24] = g, n[25] = A, n[26] = j, n[27] = M, n[28] = k, n[29] = N) : N = n[29];
|
|
2322
2370
|
let P = N, F;
|
|
2323
|
-
n[30] === _ ? F = n[31] : (F = _ && /* @__PURE__ */ J("span", { className:
|
|
2371
|
+
n[30] === _ ? F = n[31] : (F = _ && /* @__PURE__ */ J("span", { className: mr.ripple }), n[30] = _, n[31] = F);
|
|
2324
2372
|
let I;
|
|
2325
|
-
n[32] !== i || n[33] !== l ? (I = l ? /* @__PURE__ */ J(
|
|
2326
|
-
className:
|
|
2373
|
+
n[32] !== i || n[33] !== l ? (I = l ? /* @__PURE__ */ J(fr, { size: "1.5rem" }) : /* @__PURE__ */ J("span", {
|
|
2374
|
+
className: mr.flex,
|
|
2327
2375
|
children: i
|
|
2328
2376
|
}), n[32] = i, n[33] = l, n[34] = I) : I = n[34];
|
|
2329
2377
|
let L;
|
|
@@ -2335,7 +2383,7 @@ var nr = {
|
|
|
2335
2383
|
...m,
|
|
2336
2384
|
children: [F, I]
|
|
2337
2385
|
}), n[35] = s, n[36] = C, n[37] = m, n[38] = P, n[39] = F, n[40] = I, n[41] = O, n[42] = L) : L = n[42], L;
|
|
2338
|
-
},
|
|
2386
|
+
}, gr = {
|
|
2339
2387
|
"elm-button-dropdown": "_elm-button-dropdown_hhp3p_1",
|
|
2340
2388
|
block: "_block_hhp3p_7",
|
|
2341
2389
|
main: "_main_hhp3p_11",
|
|
@@ -2345,7 +2393,7 @@ var nr = {
|
|
|
2345
2393
|
item: "_item_hhp3p_51",
|
|
2346
2394
|
selected: "_selected_hhp3p_71",
|
|
2347
2395
|
"item-disabled": "_item-disabled_hhp3p_79"
|
|
2348
|
-
},
|
|
2396
|
+
}, _r = (t) => {
|
|
2349
2397
|
let n = e(89), r, i, a, o, s, l, u, d, m, g, _, v, y, b, x, S, C, w, T, E, D;
|
|
2350
2398
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], l = n[6], u = n[7], d = n[8], m = n[9], g = n[10], _ = n[11], v = n[12], y = n[13], b = n[14], x = n[15], S = n[16], C = n[17], w = n[18], T = n[19], E = n[20], D = n[21]) : ({className: i, style: C, label: g, icon: u, items: m, selectedOptionId: S, defaultSelectedOptionId: w, onSelectedOptionIdChange: b, primary: T, color: a, block: r, disabled: l, disableMainButton: s, disableDropdown: o, isLoading: d, autoClose: E, dropdownIcon: D, onClick: _, onItemClick: v, onOpenChange: y, ...x} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = l, n[7] = u, n[8] = d, n[9] = m, n[10] = g, n[11] = _, n[12] = v, n[13] = y, n[14] = b, n[15] = x, n[16] = S, n[17] = C, n[18] = w, n[19] = T, n[20] = E, n[21] = D);
|
|
2351
2399
|
let O = w === void 0 ? null : w, k = T === void 0 ? !0 : T, A = E === void 0 ? !0 : E, j = D === void 0 ? Pe : D, [M, N] = p(!1), P = f(null), F;
|
|
@@ -2354,7 +2402,7 @@ var nr = {
|
|
|
2354
2402
|
defaultValue: O,
|
|
2355
2403
|
onChange: b
|
|
2356
2404
|
}, n[22] = O, n[23] = b, n[24] = S, n[25] = F) : F = n[25];
|
|
2357
|
-
let [I, L] =
|
|
2405
|
+
let [I, L] = Zt(F), R;
|
|
2358
2406
|
n[26] !== m || n[27] !== I ? (R = m.find((e) => e.id === I) ?? null, n[26] = m, n[27] = I, n[28] = R) : R = n[28];
|
|
2359
2407
|
let z = R, B;
|
|
2360
2408
|
n[29] === y ? B = n[30] : (B = (e) => {
|
|
@@ -2381,16 +2429,16 @@ var nr = {
|
|
|
2381
2429
|
d: j,
|
|
2382
2430
|
size: "1.25rem"
|
|
2383
2431
|
}), n[44] = j, n[45] = ne);
|
|
2384
|
-
let re = ne, ie = r &&
|
|
2385
|
-
n[46] !== i || n[47] !== ie ? (ae = h(
|
|
2432
|
+
let re = ne, ie = r && gr.block, ae;
|
|
2433
|
+
n[46] !== i || n[47] !== ie ? (ae = h(gr["elm-button-dropdown"], ie, i), n[46] = i, n[47] = ie, n[48] = ae) : ae = n[48];
|
|
2386
2434
|
let oe = C, se;
|
|
2387
|
-
n[49] === Symbol.for("react.memo_cache_sentinel") ? (se = h(
|
|
2435
|
+
n[49] === Symbol.for("react.memo_cache_sentinel") ? (se = h(gr.main, gr.segment), n[49] = se) : se = n[49];
|
|
2388
2436
|
let le;
|
|
2389
2437
|
n[50] !== _ || n[51] !== z ? (le = () => _?.(z), n[50] = _, n[51] = z, n[52] = le) : le = n[52];
|
|
2390
2438
|
let ue;
|
|
2391
2439
|
n[53] !== u || n[54] !== g || n[55] !== z ? (ue = z ? /* @__PURE__ */ Y(ce, { children: [z.icon && /* @__PURE__ */ J(_t, { src: z.icon }), z.label] }) : /* @__PURE__ */ Y(ce, { children: [u, g] }), n[53] = u, n[54] = g, n[55] = z, n[56] = ue) : ue = n[56];
|
|
2392
2440
|
let de;
|
|
2393
|
-
n[57] !== a || n[58] !== d || n[59] !== G || n[60] !== k || n[61] !== le || n[62] !== ue ? (de = /* @__PURE__ */ J(
|
|
2441
|
+
n[57] !== a || n[58] !== d || n[59] !== G || n[60] !== k || n[61] !== le || n[62] !== ue ? (de = /* @__PURE__ */ J(hr, {
|
|
2394
2442
|
className: se,
|
|
2395
2443
|
type: "button",
|
|
2396
2444
|
primary: k,
|
|
@@ -2401,9 +2449,9 @@ var nr = {
|
|
|
2401
2449
|
children: ue
|
|
2402
2450
|
}), n[57] = a, n[58] = d, n[59] = G, n[60] = k, n[61] = le, n[62] = ue, n[63] = de) : de = n[63];
|
|
2403
2451
|
let fe;
|
|
2404
|
-
n[64] === Symbol.for("react.memo_cache_sentinel") ? (fe = h(
|
|
2452
|
+
n[64] === Symbol.for("react.memo_cache_sentinel") ? (fe = h(gr.caret, gr.segment), n[64] = fe) : fe = n[64];
|
|
2405
2453
|
let pe;
|
|
2406
|
-
n[65] !== re || n[66] !== a || n[67] !== W || n[68] !== K || n[69] !== M || n[70] !== k ? (pe = /* @__PURE__ */ J(
|
|
2454
|
+
n[65] !== re || n[66] !== a || n[67] !== W || n[68] !== K || n[69] !== M || n[70] !== k ? (pe = /* @__PURE__ */ J(hr, {
|
|
2407
2455
|
className: fe,
|
|
2408
2456
|
type: "button",
|
|
2409
2457
|
primary: k,
|
|
@@ -2418,7 +2466,7 @@ var nr = {
|
|
|
2418
2466
|
if (n[72] !== te || n[73] !== m || n[74] !== I) {
|
|
2419
2467
|
let e;
|
|
2420
2468
|
n[76] !== te || n[77] !== I ? (e = (e) => /* @__PURE__ */ Y("div", {
|
|
2421
|
-
className: h(
|
|
2469
|
+
className: h(gr.item, at.text, e.id === I && gr.selected, e.disabled && gr["item-disabled"]),
|
|
2422
2470
|
"aria-selected": e.id === I,
|
|
2423
2471
|
onClick: (t) => {
|
|
2424
2472
|
t.stopPropagation(), te(e);
|
|
@@ -2435,9 +2483,9 @@ var nr = {
|
|
|
2435
2483
|
}, e.id), n[76] = te, n[77] = I, n[78] = e) : e = n[78], me = m.map(e), n[72] = te, n[73] = m, n[74] = I, n[75] = me;
|
|
2436
2484
|
} else me = n[75];
|
|
2437
2485
|
let he;
|
|
2438
|
-
n[79] !== M || n[80] !== me ? (he = /* @__PURE__ */ J(
|
|
2486
|
+
n[79] !== M || n[80] !== me ? (he = /* @__PURE__ */ J(Xt, {
|
|
2439
2487
|
isOpen: M,
|
|
2440
|
-
className:
|
|
2488
|
+
className: gr.menu,
|
|
2441
2489
|
children: me
|
|
2442
2490
|
}), n[79] = M, n[80] = me, n[81] = he) : he = n[81];
|
|
2443
2491
|
let _e;
|
|
@@ -2452,7 +2500,7 @@ var nr = {
|
|
|
2452
2500
|
he
|
|
2453
2501
|
]
|
|
2454
2502
|
}), n[82] = x, n[83] = ae, n[84] = oe, n[85] = de, n[86] = pe, n[87] = he, n[88] = _e) : _e = n[88], _e;
|
|
2455
|
-
},
|
|
2503
|
+
}, vr = {
|
|
2456
2504
|
"elm-checkbox": "_elm-checkbox_18dfs_1",
|
|
2457
2505
|
disabled: "_disabled_18dfs_12",
|
|
2458
2506
|
checkbox: "_checkbox_18dfs_22",
|
|
@@ -2462,7 +2510,7 @@ var nr = {
|
|
|
2462
2510
|
"loading-dot": "_loading-dot_18dfs_39",
|
|
2463
2511
|
"check-line": "_check-line_18dfs_54",
|
|
2464
2512
|
"elmethis-checkbox-check-line": "_elmethis-checkbox-check-line_18dfs_1"
|
|
2465
|
-
},
|
|
2513
|
+
}, yr = (t) => {
|
|
2466
2514
|
let n = e(63), r, i, a, o, s, c, l, u;
|
|
2467
2515
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7], u = n[8]) : ({className: i, label: c, isLoading: s, disabled: o, checked: r, defaultChecked: a, onCheckedChange: l, ...u} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l, n[8] = u);
|
|
2468
2516
|
let d = a ?? !1, f;
|
|
@@ -2471,8 +2519,8 @@ var nr = {
|
|
|
2471
2519
|
defaultValue: d,
|
|
2472
2520
|
onChange: l
|
|
2473
2521
|
}, n[9] = r, n[10] = l, n[11] = d, n[12] = f) : f = n[12];
|
|
2474
|
-
let [p, m] =
|
|
2475
|
-
n[13] !== i || n[14] !== g ? (_ = h(
|
|
2522
|
+
let [p, m] = Zt(f), g = o && vr.disabled, _;
|
|
2523
|
+
n[13] !== i || n[14] !== g ? (_ = h(vr["elm-checkbox"], g, i), n[13] = i, n[14] = g, n[15] = _) : _ = n[15];
|
|
2476
2524
|
let v;
|
|
2477
2525
|
n[16] !== o || n[17] !== p || n[18] !== s || n[19] !== m ? (v = () => {
|
|
2478
2526
|
!s && !o && m(!p);
|
|
@@ -2506,7 +2554,7 @@ var nr = {
|
|
|
2506
2554
|
cx: "0",
|
|
2507
2555
|
cy: "0",
|
|
2508
2556
|
r: "2",
|
|
2509
|
-
className:
|
|
2557
|
+
className: vr["loading-dot"],
|
|
2510
2558
|
style: x,
|
|
2511
2559
|
children: [C, S]
|
|
2512
2560
|
}), n[26] = x, n[27] = w);
|
|
@@ -2533,12 +2581,12 @@ var nr = {
|
|
|
2533
2581
|
cx: "20",
|
|
2534
2582
|
cy: "20",
|
|
2535
2583
|
r: "2",
|
|
2536
|
-
className:
|
|
2584
|
+
className: vr["loading-dot"],
|
|
2537
2585
|
style: E,
|
|
2538
2586
|
children: [D, O]
|
|
2539
2587
|
}), n[32] = E, n[33] = k);
|
|
2540
|
-
let A = p &&
|
|
2541
|
-
n[34] !== A || n[35] !== j ? (M = h(
|
|
2588
|
+
let A = p && vr.checked, j = s && vr.loading, M;
|
|
2589
|
+
n[34] !== A || n[35] !== j ? (M = h(vr.rect, A, j), n[34] = A, n[35] = j, n[36] = M) : M = n[36];
|
|
2542
2590
|
let N;
|
|
2543
2591
|
n[37] === M ? N = n[38] : (N = /* @__PURE__ */ J("rect", {
|
|
2544
2592
|
x: "4",
|
|
@@ -2550,7 +2598,7 @@ var nr = {
|
|
|
2550
2598
|
}), n[37] = M, n[38] = N);
|
|
2551
2599
|
let P;
|
|
2552
2600
|
n[39] === p ? P = n[40] : (P = p && /* @__PURE__ */ J("polyline", {
|
|
2553
|
-
className:
|
|
2601
|
+
className: vr["check-line"],
|
|
2554
2602
|
points: "5,12 10,17 19,8",
|
|
2555
2603
|
strokeWidth: "1.5",
|
|
2556
2604
|
fill: "transparent"
|
|
@@ -2612,7 +2660,7 @@ var nr = {
|
|
|
2612
2660
|
n[48] !== w || n[49] !== k || n[50] !== N || n[51] !== P ? (H = /* @__PURE__ */ Y("svg", {
|
|
2613
2661
|
width: "24",
|
|
2614
2662
|
height: "24",
|
|
2615
|
-
className:
|
|
2663
|
+
className: vr.checkbox,
|
|
2616
2664
|
children: [
|
|
2617
2665
|
w,
|
|
2618
2666
|
k,
|
|
@@ -2641,7 +2689,7 @@ var nr = {
|
|
|
2641
2689
|
...u,
|
|
2642
2690
|
children: W
|
|
2643
2691
|
}), n[58] = u, n[59] = W, n[60] = _, n[61] = v, n[62] = G) : G = n[62], G;
|
|
2644
|
-
},
|
|
2692
|
+
}, br = {
|
|
2645
2693
|
"elm-select": "_elm-select_akem7_1",
|
|
2646
2694
|
disabled: "_disabled_akem7_23",
|
|
2647
2695
|
active: "_active_akem7_27",
|
|
@@ -2653,7 +2701,7 @@ var nr = {
|
|
|
2653
2701
|
fallback: "_fallback_akem7_66",
|
|
2654
2702
|
pulldown: "_pulldown_akem7_74",
|
|
2655
2703
|
option: "_option_akem7_59"
|
|
2656
|
-
},
|
|
2704
|
+
}, xr = (t) => {
|
|
2657
2705
|
let n = e(61), r, i, a, o, s, l, u, d, m, g, _, v;
|
|
2658
2706
|
if (n[0] !== t) {
|
|
2659
2707
|
let { className: e, style: c, label: f, placeholder: p, disabled: h, isLoading: y, options: b, selectedOptionId: x, defaultSelectedOptionId: S, onSelectedOptionIdChange: C, icon: w, children: T, ...E } = t;
|
|
@@ -2665,7 +2713,7 @@ var nr = {
|
|
|
2665
2713
|
defaultValue: y,
|
|
2666
2714
|
onChange: l
|
|
2667
2715
|
}, n[13] = y, n[14] = l, n[15] = g, n[16] = b) : b = n[16];
|
|
2668
|
-
let [x, S] =
|
|
2716
|
+
let [x, S] = Zt(b), C;
|
|
2669
2717
|
n[17] !== u || n[18] !== x ? (C = u.find((e) => e.id === x) ?? null, n[17] = u, n[18] = x, n[19] = C) : C = n[19];
|
|
2670
2718
|
let w = C, [T, E] = p(!1), D = f(null), O, k;
|
|
2671
2719
|
n[20] === T ? (O = n[21], k = n[22]) : (O = () => {
|
|
@@ -2678,12 +2726,12 @@ var nr = {
|
|
|
2678
2726
|
}, k = [T], n[20] = T, n[21] = O, n[22] = k), c(O, k);
|
|
2679
2727
|
let A;
|
|
2680
2728
|
n[23] !== i || n[24] !== o ? (A = () => {
|
|
2681
|
-
!i && !o && E(
|
|
2729
|
+
!i && !o && E(Sr);
|
|
2682
2730
|
}, n[23] = i, n[24] = o, n[25] = A) : A = n[25];
|
|
2683
|
-
let j = A, M = T &&
|
|
2684
|
-
n[26] !== r || n[27] !== M || n[28] !== N ? (P = h(
|
|
2685
|
-
let F = _, I = T &&
|
|
2686
|
-
n[30] === I ? L = n[31] : (L = h(
|
|
2731
|
+
let j = A, M = T && br.active, N = (i || o) && br.disabled, P;
|
|
2732
|
+
n[26] !== r || n[27] !== M || n[28] !== N ? (P = h(br["elm-select"], M, N, r), n[26] = r, n[27] = M, n[28] = N, n[29] = P) : P = n[29];
|
|
2733
|
+
let F = _, I = T && br["label-active"], L;
|
|
2734
|
+
n[30] === I ? L = n[31] : (L = h(br.label, I), n[30] = I, n[31] = L);
|
|
2687
2735
|
let R;
|
|
2688
2736
|
n[32] === a ? R = n[33] : (R = a ?? /* @__PURE__ */ J(X, {
|
|
2689
2737
|
d: pe,
|
|
@@ -2695,15 +2743,15 @@ var nr = {
|
|
|
2695
2743
|
children: [R, s]
|
|
2696
2744
|
}), n[34] = s, n[35] = L, n[36] = R, n[37] = z) : z = n[37];
|
|
2697
2745
|
let B;
|
|
2698
|
-
n[38] === Symbol.for("react.memo_cache_sentinel") ? (B = h(
|
|
2746
|
+
n[38] === Symbol.for("react.memo_cache_sentinel") ? (B = h(br["selected-option"], at.text), n[38] = B) : B = n[38];
|
|
2699
2747
|
let V;
|
|
2700
2748
|
n[39] !== d || n[40] !== w ? (V = /* @__PURE__ */ J("div", {
|
|
2701
2749
|
className: B,
|
|
2702
2750
|
children: w ? /* @__PURE__ */ Y("div", {
|
|
2703
|
-
className:
|
|
2751
|
+
className: br["option-content"],
|
|
2704
2752
|
children: [w.icon && /* @__PURE__ */ J(_t, { src: w.icon }), /* @__PURE__ */ J(Z, { children: w.label })]
|
|
2705
2753
|
}, w.id) : /* @__PURE__ */ J("div", {
|
|
2706
|
-
className:
|
|
2754
|
+
className: br.fallback,
|
|
2707
2755
|
children: /* @__PURE__ */ J("span", { children: d ?? "Select an option" })
|
|
2708
2756
|
})
|
|
2709
2757
|
}), n[39] = d, n[40] = w, n[41] = V) : V = n[41];
|
|
@@ -2716,7 +2764,7 @@ var nr = {
|
|
|
2716
2764
|
if (n[43] !== u || n[44] !== S) {
|
|
2717
2765
|
let e;
|
|
2718
2766
|
n[46] === S ? e = n[47] : (e = (e) => /* @__PURE__ */ Y("div", {
|
|
2719
|
-
className: h(
|
|
2767
|
+
className: h(br.option, at.text),
|
|
2720
2768
|
onClick: (t) => {
|
|
2721
2769
|
t.stopPropagation(), S(e.id), E(!1);
|
|
2722
2770
|
},
|
|
@@ -2732,14 +2780,14 @@ var nr = {
|
|
|
2732
2780
|
}, e.id), n[46] = S, n[47] = e), U = u.map(e), n[43] = u, n[44] = S, n[45] = U;
|
|
2733
2781
|
} else U = n[45];
|
|
2734
2782
|
let W;
|
|
2735
|
-
n[48] !== T || n[49] !== U ? (W = /* @__PURE__ */ J(
|
|
2783
|
+
n[48] !== T || n[49] !== U ? (W = /* @__PURE__ */ J(Xt, {
|
|
2736
2784
|
isOpen: T,
|
|
2737
|
-
className:
|
|
2785
|
+
className: br.pulldown,
|
|
2738
2786
|
children: U
|
|
2739
2787
|
}), n[48] = T, n[49] = U, n[50] = W) : W = n[50];
|
|
2740
2788
|
let G;
|
|
2741
2789
|
n[51] !== V || n[52] !== W ? (G = /* @__PURE__ */ Y("div", {
|
|
2742
|
-
className:
|
|
2790
|
+
className: br.body,
|
|
2743
2791
|
children: [
|
|
2744
2792
|
V,
|
|
2745
2793
|
H,
|
|
@@ -2756,10 +2804,10 @@ var nr = {
|
|
|
2756
2804
|
children: [z, G]
|
|
2757
2805
|
}), n[54] = j, n[55] = m, n[56] = F, n[57] = z, n[58] = G, n[59] = P, n[60] = ee) : ee = n[60], ee;
|
|
2758
2806
|
};
|
|
2759
|
-
function
|
|
2807
|
+
function Sr(e) {
|
|
2760
2808
|
return !e;
|
|
2761
2809
|
}
|
|
2762
|
-
var
|
|
2810
|
+
var Cr = {
|
|
2763
2811
|
"elm-slider": "_elm-slider_1cmd9_1",
|
|
2764
2812
|
vertical: "_vertical_1cmd9_7",
|
|
2765
2813
|
disabled: "_disabled_1cmd9_12",
|
|
@@ -2778,18 +2826,18 @@ var xr = {
|
|
|
2778
2826
|
tick: "_tick_1cmd9_274",
|
|
2779
2827
|
"mark-restricted": "_mark-restricted_1cmd9_287",
|
|
2780
2828
|
"mark-label": "_mark-label_1cmd9_207"
|
|
2781
|
-
},
|
|
2829
|
+
}, wr = (e, t, n) => Math.min(n, Math.max(t, e)), Tr = (e) => Math.round(e * 1e9) / 1e9, Er = 500, Dr = (e) => e == null || typeof e == "boolean" ? "" : typeof e == "string" ? e : typeof e == "number" ? String(e) : Array.isArray(e) ? e.map(Dr).join("") : i(e) ? Dr(e.props.children) : "", Or = (t) => {
|
|
2782
2830
|
let n = e(144), r, i, a, o, s, c, l, u, d, p, m, g, _, v, y, b, x, S, C;
|
|
2783
2831
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7], u = n[8], d = n[9], p = n[10], m = n[11], g = n[12], _ = n[13], v = n[14], y = n[15], b = n[16], x = n[17], S = n[18], C = n[19]) : ({className: r, style: v, min: y, max: b, step: x, innerMin: c, innerMax: s, orientation: S, value: C, defaultValue: i, onValueChange: g, disabled: a, markers: u, markerLabels: l, formatMarkerLabel: o, onKeyDown: d, onPointerDown: p, onPointerMove: m, ..._} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l, n[8] = u, n[9] = d, n[10] = p, n[11] = m, n[12] = g, n[13] = _, n[14] = v, n[15] = y, n[16] = b, n[17] = x, n[18] = S, n[19] = C);
|
|
2784
2832
|
let w = y === void 0 ? 0 : y, T = b === void 0 ? 100 : b, E = x === void 0 ? 1 : x, D = S === void 0 ? "horizontal" : S, O = f(null), k = D === "vertical", A = Math.min(w, T), j = Math.max(w, T), M, N;
|
|
2785
|
-
n[20] !== s || n[21] !== c || n[22] !== j || n[23] !== A ? (M =
|
|
2833
|
+
n[20] !== s || n[21] !== c || n[22] !== j || n[23] !== A ? (M = wr(c ?? A, A, j), N = wr(s ?? j, M, j), n[20] = s, n[21] = c, n[22] = j, n[23] = A, n[24] = M, n[25] = N) : (M = n[24], N = n[25]);
|
|
2786
2834
|
let P = N, F;
|
|
2787
2835
|
n[26] !== P || n[27] !== M || n[28] !== w || n[29] !== E ? (F = (e) => {
|
|
2788
2836
|
let t = Math.abs(E);
|
|
2789
|
-
return
|
|
2837
|
+
return wr(Tr(t > 0 ? w + Math.round((e - w) / t) * t : e), M, P);
|
|
2790
2838
|
}, n[26] = P, n[27] = M, n[28] = w, n[29] = E, n[30] = F) : F = n[30];
|
|
2791
2839
|
let I = F, L;
|
|
2792
|
-
n[31] !== P || n[32] !== M ? (L = (e) =>
|
|
2840
|
+
n[31] !== P || n[32] !== M ? (L = (e) => wr(Tr(e), M, P), n[31] = P, n[32] = M, n[33] = L) : L = n[33];
|
|
2793
2841
|
let R = L, z = i ?? (M + P) / 2, B;
|
|
2794
2842
|
n[34] !== R || n[35] !== z ? (B = R(z), n[34] = R, n[35] = z, n[36] = B) : B = n[36];
|
|
2795
2843
|
let V;
|
|
@@ -2798,14 +2846,14 @@ var xr = {
|
|
|
2798
2846
|
defaultValue: B,
|
|
2799
2847
|
onChange: g
|
|
2800
2848
|
}, n[37] = g, n[38] = B, n[39] = C, n[40] = V) : V = n[40];
|
|
2801
|
-
let [H, U] =
|
|
2802
|
-
n[41] !== T || n[42] !== w ? (W = (e) => T === w ? 0 :
|
|
2849
|
+
let [H, U] = Zt(V), W;
|
|
2850
|
+
n[41] !== T || n[42] !== w ? (W = (e) => T === w ? 0 : wr((e - w) / (T - w), 0, 1), n[41] = T, n[42] = w, n[43] = W) : W = n[43];
|
|
2803
2851
|
let G = W, ee;
|
|
2804
2852
|
n[44] !== H || n[45] !== k || n[46] !== T || n[47] !== w || n[48] !== I ? (ee = (e, t) => {
|
|
2805
2853
|
let n = O.current;
|
|
2806
2854
|
if (!n) return H;
|
|
2807
2855
|
let r = n.getBoundingClientRect();
|
|
2808
|
-
return I(w + (k ? r.height === 0 ? 0 :
|
|
2856
|
+
return I(w + (k ? r.height === 0 ? 0 : wr((r.bottom - t) / r.height, 0, 1) : r.width === 0 ? 0 : wr((e - r.left) / r.width, 0, 1)) * (T - w));
|
|
2809
2857
|
}, n[44] = H, n[45] = k, n[46] = T, n[47] = w, n[48] = I, n[49] = ee) : ee = n[49];
|
|
2810
2858
|
let K = ee, q;
|
|
2811
2859
|
n[50] !== a || n[51] !== U || n[52] !== K ? (q = (e) => {
|
|
@@ -2815,7 +2863,7 @@ var xr = {
|
|
|
2815
2863
|
n[54] !== a || n[55] !== U || n[56] !== K ? (ne = (e) => {
|
|
2816
2864
|
a || e.currentTarget.hasPointerCapture(e.pointerId) && U(K(e.clientX, e.clientY));
|
|
2817
2865
|
}, n[54] = a, n[55] = U, n[56] = K, n[57] = ne) : ne = n[57];
|
|
2818
|
-
let re = ne, ie =
|
|
2866
|
+
let re = ne, ie = wr(H, M, P), ae;
|
|
2819
2867
|
n[58] !== R || n[59] !== a || n[60] !== ie || n[61] !== P || n[62] !== M || n[63] !== U || n[64] !== E ? (ae = (e) => {
|
|
2820
2868
|
if (a) return;
|
|
2821
2869
|
let t = Math.abs(E);
|
|
@@ -2854,18 +2902,18 @@ var xr = {
|
|
|
2854
2902
|
break bb0;
|
|
2855
2903
|
}
|
|
2856
2904
|
let t = T > w ? e : -e, r = Math.abs(T - w) / e, i;
|
|
2857
|
-
n[68] === r ? i = n[69] : (i =
|
|
2905
|
+
n[68] === r ? i = n[69] : (i = Tr(r), n[68] = r, n[69] = i);
|
|
2858
2906
|
let a = Math.floor(i), o;
|
|
2859
2907
|
if (n[70] !== T || n[71] !== w || n[72] !== G || n[73] !== a || n[74] !== t) {
|
|
2860
|
-
if (o = [], a <=
|
|
2908
|
+
if (o = [], a <= Er) {
|
|
2861
2909
|
for (let e = 0; e <= a; e++) {
|
|
2862
|
-
let n =
|
|
2910
|
+
let n = Tr(w + e * t);
|
|
2863
2911
|
o.push({
|
|
2864
2912
|
value: n,
|
|
2865
2913
|
ratio: G(n)
|
|
2866
2914
|
});
|
|
2867
2915
|
}
|
|
2868
|
-
if (
|
|
2916
|
+
if (Tr(w + a * t) !== Tr(T)) {
|
|
2869
2917
|
let e;
|
|
2870
2918
|
n[76] !== T || n[77] !== G ? (e = G(T), n[76] = T, n[77] = G, n[78] = e) : e = n[78];
|
|
2871
2919
|
let t;
|
|
@@ -2875,9 +2923,9 @@ var xr = {
|
|
|
2875
2923
|
}, n[79] = T, n[80] = e, n[81] = t) : t = n[81], o.push(t);
|
|
2876
2924
|
}
|
|
2877
2925
|
} else {
|
|
2878
|
-
let e = (T - w) /
|
|
2879
|
-
for (let t = 0; t <=
|
|
2880
|
-
let n = t ===
|
|
2926
|
+
let e = (T - w) / Er;
|
|
2927
|
+
for (let t = 0; t <= Er; t++) {
|
|
2928
|
+
let n = t === Er ? T : Tr(w + t * e);
|
|
2881
2929
|
o.push({
|
|
2882
2930
|
value: n,
|
|
2883
2931
|
ratio: G(n)
|
|
@@ -2897,7 +2945,7 @@ var xr = {
|
|
|
2897
2945
|
let e = 0;
|
|
2898
2946
|
if (n[82] !== o || n[83] !== ce || n[84] !== e) {
|
|
2899
2947
|
for (let t of ce) {
|
|
2900
|
-
let n =
|
|
2948
|
+
let n = Dr(o?.(t.value) ?? t.value);
|
|
2901
2949
|
n.length > e && (e = n.length);
|
|
2902
2950
|
}
|
|
2903
2951
|
n[82] = o, n[83] = ce, n[84] = e, n[85] = e;
|
|
@@ -2910,8 +2958,8 @@ var xr = {
|
|
|
2910
2958
|
n[89] !== M || n[90] !== G ? (pe = G(M), n[89] = M, n[90] = G, n[91] = pe) : pe = n[91];
|
|
2911
2959
|
let me = pe, he;
|
|
2912
2960
|
n[92] !== P || n[93] !== G ? (he = G(P), n[92] = P, n[93] = G, n[94] = he) : he = n[94];
|
|
2913
|
-
let ge = he, _e = k &&
|
|
2914
|
-
n[95] !== r || n[96] !== _e || n[97] !== ve || n[98] !== ye || n[99] !== be ? (xe = h(
|
|
2961
|
+
let ge = he, _e = k && Cr.vertical, ve = a && Cr.disabled, ye = u && Cr["has-markers"], be = l && Cr["has-marker-labels"], xe;
|
|
2962
|
+
n[95] !== r || n[96] !== _e || n[97] !== ve || n[98] !== ye || n[99] !== be ? (xe = h(Cr["elm-slider"], _e, ve, ye, be, r), n[95] = r, n[96] = _e, n[97] = ve, n[98] = ye, n[99] = be, n[100] = xe) : xe = n[100];
|
|
2915
2963
|
let Se;
|
|
2916
2964
|
n[101] !== ge || n[102] !== me || n[103] !== ue || n[104] !== v || n[105] !== fe ? (Se = {
|
|
2917
2965
|
"--elmethis-scoped-value-ratio": fe,
|
|
@@ -2934,30 +2982,30 @@ var xr = {
|
|
|
2934
2982
|
}, n[115] = a, n[116] = oe, n[117] = d, n[118] = Oe) : Oe = n[118];
|
|
2935
2983
|
let ke;
|
|
2936
2984
|
n[119] === Symbol.for("react.memo_cache_sentinel") ? (ke = /* @__PURE__ */ Y("div", {
|
|
2937
|
-
className:
|
|
2985
|
+
className: Cr.rail,
|
|
2938
2986
|
"aria-hidden": "true",
|
|
2939
2987
|
children: [
|
|
2940
|
-
/* @__PURE__ */ J("div", { className:
|
|
2941
|
-
/* @__PURE__ */ J("div", { className:
|
|
2942
|
-
/* @__PURE__ */ J("div", { className:
|
|
2988
|
+
/* @__PURE__ */ J("div", { className: Cr["restricted-start"] }),
|
|
2989
|
+
/* @__PURE__ */ J("div", { className: Cr.fill }),
|
|
2990
|
+
/* @__PURE__ */ J("div", { className: Cr["restricted-end"] })
|
|
2943
2991
|
]
|
|
2944
2992
|
}), n[119] = ke) : ke = n[119];
|
|
2945
2993
|
let Ae;
|
|
2946
2994
|
n[120] !== P || n[121] !== M || n[122] !== o || n[123] !== l || n[124] !== u || n[125] !== ce ? (Ae = ce.length > 0 && /* @__PURE__ */ J("div", {
|
|
2947
|
-
className:
|
|
2995
|
+
className: Cr.marks,
|
|
2948
2996
|
"aria-hidden": "true",
|
|
2949
2997
|
children: ce.map((e, t) => /* @__PURE__ */ Y("span", {
|
|
2950
|
-
className: h(
|
|
2998
|
+
className: h(Cr.mark, t === 0 && Cr["mark-start"], t === ce.length - 1 && Cr["mark-end"], (e.value < M || e.value > P) && Cr["mark-restricted"]),
|
|
2951
2999
|
style: { "--elmethis-scoped-marker-ratio": e.ratio },
|
|
2952
|
-
children: [u && /* @__PURE__ */ J("i", { className:
|
|
2953
|
-
className:
|
|
3000
|
+
children: [u && /* @__PURE__ */ J("i", { className: Cr.tick }), l && /* @__PURE__ */ J("span", {
|
|
3001
|
+
className: Cr["mark-label"],
|
|
2954
3002
|
children: o?.(e.value) ?? e.value
|
|
2955
3003
|
})]
|
|
2956
3004
|
}, e.value))
|
|
2957
3005
|
}), n[120] = P, n[121] = M, n[122] = o, n[123] = l, n[124] = u, n[125] = ce, n[126] = Ae) : Ae = n[126];
|
|
2958
3006
|
let je;
|
|
2959
3007
|
n[127] === Symbol.for("react.memo_cache_sentinel") ? (je = /* @__PURE__ */ J("span", {
|
|
2960
|
-
className:
|
|
3008
|
+
className: Cr.thumb,
|
|
2961
3009
|
"aria-hidden": "true"
|
|
2962
3010
|
}), n[127] = je) : je = n[127];
|
|
2963
3011
|
let Me;
|
|
@@ -2965,7 +3013,7 @@ var xr = {
|
|
|
2965
3013
|
tabIndex: we,
|
|
2966
3014
|
..._,
|
|
2967
3015
|
ref: O,
|
|
2968
|
-
className:
|
|
3016
|
+
className: Cr.track,
|
|
2969
3017
|
role: "slider",
|
|
2970
3018
|
"aria-orientation": D,
|
|
2971
3019
|
"aria-valuemin": M,
|
|
@@ -2987,13 +3035,13 @@ var xr = {
|
|
|
2987
3035
|
style: Ce,
|
|
2988
3036
|
children: Me
|
|
2989
3037
|
}), n[140] = xe, n[141] = Ce, n[142] = Me, n[143] = Ne) : Ne = n[143], Ne;
|
|
2990
|
-
},
|
|
3038
|
+
}, kr = {
|
|
2991
3039
|
switch: "_switch_9s4vz_1",
|
|
2992
3040
|
bar: "_bar_9s4vz_5",
|
|
2993
3041
|
checked: "_checked_9s4vz_21",
|
|
2994
3042
|
disabled: "_disabled_9s4vz_26",
|
|
2995
3043
|
circle: "_circle_9s4vz_31"
|
|
2996
|
-
},
|
|
3044
|
+
}, Ar = (t) => {
|
|
2997
3045
|
let n = e(38), r, i, a, o, s, c, l, u;
|
|
2998
3046
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7], u = n[8]) : ({className: i, style: u, color: a, size: l, disabled: o, checked: r, onCheckedChange: s, ...c} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l, n[8] = u);
|
|
2999
3047
|
let d = a ?? "var(--elmethis-color-primary)", f = l ?? "18px", p;
|
|
@@ -3010,16 +3058,16 @@ var xr = {
|
|
|
3010
3058
|
}, n[13] = d, n[14] = f, n[15] = u, n[16] = m) : m = n[16];
|
|
3011
3059
|
let g = m, _;
|
|
3012
3060
|
n[17] !== r || n[18] !== o ? (_ = /* @__PURE__ */ J("input", {
|
|
3013
|
-
className:
|
|
3061
|
+
className: kr.switch,
|
|
3014
3062
|
type: "checkbox",
|
|
3015
3063
|
checked: r,
|
|
3016
3064
|
disabled: o,
|
|
3017
3065
|
readOnly: !0
|
|
3018
3066
|
}), n[17] = r, n[18] = o, n[19] = _) : _ = n[19];
|
|
3019
|
-
let v = r &&
|
|
3020
|
-
n[20] !== v || n[21] !== y ? (b = h(
|
|
3021
|
-
let x = r &&
|
|
3022
|
-
n[23] !== x || n[24] !== S ? (C = h(
|
|
3067
|
+
let v = r && kr.checked, y = o && kr.disabled, b;
|
|
3068
|
+
n[20] !== v || n[21] !== y ? (b = h(kr.bar, v, y), n[20] = v, n[21] = y, n[22] = b) : b = n[22];
|
|
3069
|
+
let x = r && kr.checked, S = o && kr.disabled, C;
|
|
3070
|
+
n[23] !== x || n[24] !== S ? (C = h(kr.circle, x, S), n[23] = x, n[24] = S, n[25] = C) : C = n[25];
|
|
3023
3071
|
let w;
|
|
3024
3072
|
n[26] === C ? w = n[27] : (w = /* @__PURE__ */ J("div", { className: C }), n[26] = C, n[27] = w);
|
|
3025
3073
|
let T;
|
|
@@ -3035,7 +3083,7 @@ var xr = {
|
|
|
3035
3083
|
...c,
|
|
3036
3084
|
children: [_, T]
|
|
3037
3085
|
}), n[31] = i, n[32] = c, n[33] = p, n[34] = T, n[35] = g, n[36] = _, n[37] = E) : E = n[37], E;
|
|
3038
|
-
},
|
|
3086
|
+
}, jr = {
|
|
3039
3087
|
loading: "_loading_1elo2_23",
|
|
3040
3088
|
"elm-text-area": "_elm-text-area_1elo2_37",
|
|
3041
3089
|
disabled: "_disabled_1elo2_63",
|
|
@@ -3045,7 +3093,7 @@ var xr = {
|
|
|
3045
3093
|
requierd: "_requierd_1elo2_90",
|
|
3046
3094
|
body: "_body_1elo2_96",
|
|
3047
3095
|
textarea: "_textarea_1elo2_101"
|
|
3048
|
-
},
|
|
3096
|
+
}, Mr = (t) => {
|
|
3049
3097
|
let n = e(70), r, i, a, o, s, c, l, u, d, f, m, g, _, v, y, b;
|
|
3050
3098
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7], u = n[8], d = n[9], f = n[10], m = n[11], g = n[12], _ = n[13], v = n[14], y = n[15], b = n[16]) : ({className: r, style: v, label: c, icon: o, maxLength: l, placeholder: m, disabled: a, isLoading: s, required: g, value: b, defaultValue: i, rows: y, onInput: f, onFocus: d, onBlur: u, ..._} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l, n[8] = u, n[9] = d, n[10] = f, n[11] = m, n[12] = g, n[13] = _, n[14] = v, n[15] = y, n[16] = b);
|
|
3051
3099
|
let x = y === void 0 ? 3 : y, [S, C] = p(!1), w = b != null || i != null, T;
|
|
@@ -3062,10 +3110,10 @@ var xr = {
|
|
|
3062
3110
|
n[23] === u ? N = n[24] : (N = (e) => {
|
|
3063
3111
|
C(!1), u?.(e);
|
|
3064
3112
|
}, n[23] = u, n[24] = N);
|
|
3065
|
-
let P = N, F = S &&
|
|
3066
|
-
n[25] !== r || n[26] !== F || n[27] !== I ? (L = h(
|
|
3067
|
-
let R = S &&
|
|
3068
|
-
n[29] === R ? z = n[30] : (z = h(
|
|
3113
|
+
let P = N, F = S && jr.active, I = (a || s) && jr.disabled, L;
|
|
3114
|
+
n[25] !== r || n[26] !== F || n[27] !== I ? (L = h(jr["elm-text-area"], F, I, r), n[25] = r, n[26] = F, n[27] = I, n[28] = L) : L = n[28];
|
|
3115
|
+
let R = S && jr["label-active"], z;
|
|
3116
|
+
n[29] === R ? z = n[30] : (z = h(jr.header, R), n[29] = R, n[30] = z);
|
|
3069
3117
|
let B;
|
|
3070
3118
|
n[31] === o ? B = n[32] : (B = o ?? /* @__PURE__ */ J(X, {
|
|
3071
3119
|
d: We,
|
|
@@ -3073,7 +3121,7 @@ var xr = {
|
|
|
3073
3121
|
}), n[31] = o, n[32] = B);
|
|
3074
3122
|
let V;
|
|
3075
3123
|
n[33] === g ? V = n[34] : (V = g && /* @__PURE__ */ J("span", {
|
|
3076
|
-
className:
|
|
3124
|
+
className: jr.requierd,
|
|
3077
3125
|
children: "*"
|
|
3078
3126
|
}), n[33] = g, n[34] = V);
|
|
3079
3127
|
let H;
|
|
@@ -3097,13 +3145,13 @@ var xr = {
|
|
|
3097
3145
|
n[47] === ee ? K = n[48] : (K = { cursor: ee }, n[47] = ee, n[48] = K);
|
|
3098
3146
|
let q;
|
|
3099
3147
|
n[49] !== i || n[50] !== P || n[51] !== M || n[52] !== A || n[53] !== l || n[54] !== m || n[55] !== g || n[56] !== _ || n[57] !== x || n[58] !== G || n[59] !== K || n[60] !== b ? (q = /* @__PURE__ */ J("div", {
|
|
3100
|
-
className:
|
|
3148
|
+
className: jr.body,
|
|
3101
3149
|
children: /* @__PURE__ */ J("textarea", {
|
|
3102
3150
|
value: b,
|
|
3103
3151
|
defaultValue: i,
|
|
3104
3152
|
rows: x,
|
|
3105
3153
|
maxLength: l,
|
|
3106
|
-
className:
|
|
3154
|
+
className: jr.textarea,
|
|
3107
3155
|
placeholder: m,
|
|
3108
3156
|
onFocus: M,
|
|
3109
3157
|
onBlur: P,
|
|
@@ -3116,7 +3164,7 @@ var xr = {
|
|
|
3116
3164
|
}), n[49] = i, n[50] = P, n[51] = M, n[52] = A, n[53] = l, n[54] = m, n[55] = g, n[56] = _, n[57] = x, n[58] = G, n[59] = K, n[60] = b, n[61] = q) : q = n[61];
|
|
3117
3165
|
let te = +!!s, ne;
|
|
3118
3166
|
n[62] === te ? ne = n[63] : (ne = /* @__PURE__ */ J("div", {
|
|
3119
|
-
className:
|
|
3167
|
+
className: jr.loading,
|
|
3120
3168
|
style: { opacity: te }
|
|
3121
3169
|
}), n[62] = te, n[63] = ne);
|
|
3122
3170
|
let re;
|
|
@@ -3129,7 +3177,7 @@ var xr = {
|
|
|
3129
3177
|
ne
|
|
3130
3178
|
]
|
|
3131
3179
|
}), n[64] = v, n[65] = W, n[66] = q, n[67] = ne, n[68] = L, n[69] = re) : re = n[69], re;
|
|
3132
|
-
},
|
|
3180
|
+
}, Nr = {
|
|
3133
3181
|
loading: "_loading_11box_23",
|
|
3134
3182
|
"elm-text-field": "_elm-text-field_11box_37",
|
|
3135
3183
|
disabled: "_disabled_11box_59",
|
|
@@ -3142,7 +3190,7 @@ var xr = {
|
|
|
3142
3190
|
"right-icon-box": "_right-icon-box_11box_121",
|
|
3143
3191
|
"clickable-icon": "_clickable-icon_11box_126",
|
|
3144
3192
|
"prefix-suffix": "_prefix-suffix_11box_142"
|
|
3145
|
-
},
|
|
3193
|
+
}, Pr = (t) => {
|
|
3146
3194
|
let n = e(94), r, i, a, o, s, c, l, u, d, m, g, _, v, y, b, x;
|
|
3147
3195
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6], l = n[7], u = n[8], d = n[9], m = n[10], g = n[11], _ = n[12], v = n[13], y = n[14], b = n[15], x = n[16]) : ({className: r, style: y, label: c, maxLength: l, prefix: g, suffix: b, placeholder: m, disabled: i, isLoading: o, icon: a, value: x, isPassword: s, required: _, onFocus: d, onBlur: u, ...v} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c, n[7] = l, n[8] = u, n[9] = d, n[10] = m, n[11] = g, n[12] = _, n[13] = v, n[14] = y, n[15] = b, n[16] = x);
|
|
3148
3196
|
let S = f(null), [C, w] = p(!1), [T, E] = p(s ? "password" : "text"), D;
|
|
@@ -3150,10 +3198,10 @@ var xr = {
|
|
|
3150
3198
|
let t = S.current;
|
|
3151
3199
|
t && ((Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype, "value")?.set)?.call(t, e), t.dispatchEvent(new Event("input", { bubbles: !0 })));
|
|
3152
3200
|
}, n[17] = D) : D = n[17];
|
|
3153
|
-
let O = D, k = x == null ? 0 : String(x).length, A = C &&
|
|
3154
|
-
n[18] !== r || n[19] !== A || n[20] !== j ? (M = h(
|
|
3155
|
-
let N = C &&
|
|
3156
|
-
n[22] === N ? P = n[23] : (P = h(
|
|
3201
|
+
let O = D, k = x == null ? 0 : String(x).length, A = C && Nr.active, j = (i || o) && Nr.disabled, M;
|
|
3202
|
+
n[18] !== r || n[19] !== A || n[20] !== j ? (M = h(Nr["elm-text-field"], A, j, r), n[18] = r, n[19] = A, n[20] = j, n[21] = M) : M = n[21];
|
|
3203
|
+
let N = C && Nr["label-active"], P;
|
|
3204
|
+
n[22] === N ? P = n[23] : (P = h(Nr.header, N), n[22] = N, n[23] = P);
|
|
3157
3205
|
let F;
|
|
3158
3206
|
n[24] === a ? F = n[25] : (F = a ?? /* @__PURE__ */ J(X, {
|
|
3159
3207
|
d: Ue,
|
|
@@ -3161,7 +3209,7 @@ var xr = {
|
|
|
3161
3209
|
}), n[24] = a, n[25] = F);
|
|
3162
3210
|
let I;
|
|
3163
3211
|
n[26] === _ ? I = n[27] : (I = _ && /* @__PURE__ */ J("span", {
|
|
3164
|
-
className:
|
|
3212
|
+
className: Nr.requierd,
|
|
3165
3213
|
children: "*"
|
|
3166
3214
|
}), n[26] = _, n[27] = I);
|
|
3167
3215
|
let L;
|
|
@@ -3183,7 +3231,7 @@ var xr = {
|
|
|
3183
3231
|
}), n[35] = R, n[36] = P, n[37] = F, n[38] = L, n[39] = z) : z = n[39];
|
|
3184
3232
|
let B;
|
|
3185
3233
|
n[40] === g ? B = n[41] : (B = g && /* @__PURE__ */ J("span", {
|
|
3186
|
-
className:
|
|
3234
|
+
className: Nr["prefix-suffix"],
|
|
3187
3235
|
children: g
|
|
3188
3236
|
}), n[40] = g, n[41] = B);
|
|
3189
3237
|
let V;
|
|
@@ -3202,7 +3250,7 @@ var xr = {
|
|
|
3202
3250
|
ref: S,
|
|
3203
3251
|
value: x,
|
|
3204
3252
|
type: T,
|
|
3205
|
-
className:
|
|
3253
|
+
className: Nr.input,
|
|
3206
3254
|
placeholder: m,
|
|
3207
3255
|
onFocus: V,
|
|
3208
3256
|
onBlur: H,
|
|
@@ -3214,12 +3262,12 @@ var xr = {
|
|
|
3214
3262
|
n[58] === b ? K = n[59] : (K = b != null && /* @__PURE__ */ J(Z, { children: b }), n[58] = b, n[59] = K);
|
|
3215
3263
|
let q;
|
|
3216
3264
|
n[60] === K ? q = n[61] : (q = /* @__PURE__ */ J("span", {
|
|
3217
|
-
className:
|
|
3265
|
+
className: Nr["prefix-suffix"],
|
|
3218
3266
|
children: K
|
|
3219
3267
|
}), n[60] = K, n[61] = q);
|
|
3220
3268
|
let te;
|
|
3221
3269
|
n[62] !== i || n[63] !== o ? (te = () => {
|
|
3222
|
-
!o && !i && E(
|
|
3270
|
+
!o && !i && E(Fr);
|
|
3223
3271
|
}, n[62] = i, n[63] = o, n[64] = te) : te = n[64];
|
|
3224
3272
|
let ne = T === "text" ? Se : xe, re;
|
|
3225
3273
|
n[65] === ne ? re = n[66] : (re = /* @__PURE__ */ J(X, {
|
|
@@ -3229,7 +3277,7 @@ var xr = {
|
|
|
3229
3277
|
}), n[65] = ne, n[66] = re);
|
|
3230
3278
|
let ie;
|
|
3231
3279
|
n[67] !== te || n[68] !== re ? (ie = /* @__PURE__ */ J("div", {
|
|
3232
|
-
className:
|
|
3280
|
+
className: Nr["clickable-icon"],
|
|
3233
3281
|
onClick: te,
|
|
3234
3282
|
children: re
|
|
3235
3283
|
}), n[67] = te, n[68] = re, n[69] = ie) : ie = n[69];
|
|
@@ -3245,13 +3293,13 @@ var xr = {
|
|
|
3245
3293
|
}), n[73] = oe) : oe = n[73];
|
|
3246
3294
|
let se;
|
|
3247
3295
|
n[74] === ae ? se = n[75] : (se = /* @__PURE__ */ J("div", {
|
|
3248
|
-
className:
|
|
3296
|
+
className: Nr["clickable-icon"],
|
|
3249
3297
|
onClick: ae,
|
|
3250
3298
|
children: oe
|
|
3251
3299
|
}), n[74] = ae, n[75] = se);
|
|
3252
3300
|
let ce;
|
|
3253
3301
|
n[76] !== q || n[77] !== ie || n[78] !== se ? (ce = /* @__PURE__ */ Y("div", {
|
|
3254
|
-
className:
|
|
3302
|
+
className: Nr["right-icon-box"],
|
|
3255
3303
|
children: [
|
|
3256
3304
|
q,
|
|
3257
3305
|
ie,
|
|
@@ -3260,7 +3308,7 @@ var xr = {
|
|
|
3260
3308
|
}), n[76] = q, n[77] = ie, n[78] = se, n[79] = ce) : ce = n[79];
|
|
3261
3309
|
let le;
|
|
3262
3310
|
n[80] !== B || n[81] !== ee || n[82] !== ce ? (le = /* @__PURE__ */ Y("div", {
|
|
3263
|
-
className:
|
|
3311
|
+
className: Nr.body,
|
|
3264
3312
|
children: [
|
|
3265
3313
|
B,
|
|
3266
3314
|
ee,
|
|
@@ -3271,7 +3319,7 @@ var xr = {
|
|
|
3271
3319
|
n[84] === ue ? de = n[85] : (de = { opacity: ue }, n[84] = ue, n[85] = de);
|
|
3272
3320
|
let fe = de, pe;
|
|
3273
3321
|
n[86] === fe ? pe = n[87] : (pe = /* @__PURE__ */ J("div", {
|
|
3274
|
-
className:
|
|
3322
|
+
className: Nr.loading,
|
|
3275
3323
|
style: fe
|
|
3276
3324
|
}), n[86] = fe, n[87] = pe);
|
|
3277
3325
|
let me;
|
|
@@ -3285,16 +3333,16 @@ var xr = {
|
|
|
3285
3333
|
]
|
|
3286
3334
|
}), n[88] = y, n[89] = z, n[90] = le, n[91] = pe, n[92] = M, n[93] = me) : me = n[93], me;
|
|
3287
3335
|
};
|
|
3288
|
-
function
|
|
3336
|
+
function Fr(e) {
|
|
3289
3337
|
return e === "text" ? "password" : "text";
|
|
3290
3338
|
}
|
|
3291
3339
|
//#endregion
|
|
3292
3340
|
//#region src/components/form/elm-validation.module.css
|
|
3293
|
-
var
|
|
3341
|
+
var Ir = { "elm-validation": "_elm-validation_1cigg_1" }, Lr = (t) => {
|
|
3294
3342
|
let n = e(24), r, i, a, o, s, c;
|
|
3295
3343
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5], c = n[6]) : ({className: r, style: o, text: c, validColor: s, isValid: i, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s, n[6] = c);
|
|
3296
3344
|
let l = s === void 0 ? "var(--elmethis-color-accent-success)" : s, u;
|
|
3297
|
-
n[7] === r ? u = n[8] : (u = h(
|
|
3345
|
+
n[7] === r ? u = n[8] : (u = h(Ir["elm-validation"], r), n[7] = r, n[8] = u);
|
|
3298
3346
|
let d = i ? 1 : .5, f;
|
|
3299
3347
|
n[9] !== o || n[10] !== d ? (f = {
|
|
3300
3348
|
"--elmethis-scoped-opacity": d,
|
|
@@ -3317,7 +3365,7 @@ var Pr = { "elm-validation": "_elm-validation_1cigg_1" }, Fr = (t) => {
|
|
|
3317
3365
|
...a,
|
|
3318
3366
|
children: [_, y]
|
|
3319
3367
|
}), n[18] = a, n[19] = y, n[20] = u, n[21] = p, n[22] = _, n[23] = b) : b = n[23], b;
|
|
3320
|
-
},
|
|
3368
|
+
}, Rr = (t) => {
|
|
3321
3369
|
let n = e(6), { className: r, style: i, content: a } = t, o;
|
|
3322
3370
|
n[0] !== r || n[1] !== a || n[2] !== i ? (o = {
|
|
3323
3371
|
className: r,
|
|
@@ -3326,15 +3374,15 @@ var Pr = { "elm-validation": "_elm-validation_1cigg_1" }, Fr = (t) => {
|
|
|
3326
3374
|
}, n[0] = r, n[1] = a, n[2] = i, n[3] = o) : o = n[3];
|
|
3327
3375
|
let { CopyButton: s } = xt(o), c;
|
|
3328
3376
|
return n[4] === s ? c = n[5] : (c = /* @__PURE__ */ J(s, {}), n[4] = s, n[5] = c), c;
|
|
3329
|
-
},
|
|
3377
|
+
}, zr = {
|
|
3330
3378
|
"elm-square-loading-icon": "_elm-square-loading-icon_m72nq_19",
|
|
3331
3379
|
square: "_square_m72nq_28",
|
|
3332
3380
|
appear: "_appear_m72nq_1"
|
|
3333
|
-
},
|
|
3381
|
+
}, Br = (t) => {
|
|
3334
3382
|
let n = e(20), r, i, a, o, s;
|
|
3335
3383
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4], s = n[5]) : ({className: r, style: a, size: o, dimensions: s, ...i} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o, n[5] = s);
|
|
3336
3384
|
let c = o === void 0 ? "3rem" : o, l = s === void 0 ? 4 : s, u = 1200 / (l * 3), d;
|
|
3337
|
-
n[6] === r ? d = n[7] : (d = h(
|
|
3385
|
+
n[6] === r ? d = n[7] : (d = h(zr["elm-square-loading-icon"], r), n[6] = r, n[7] = d);
|
|
3338
3386
|
let f;
|
|
3339
3387
|
n[8] !== l || n[9] !== c || n[10] !== a ? (f = {
|
|
3340
3388
|
"--elmethis-scoped-size": c,
|
|
@@ -3344,7 +3392,7 @@ var Pr = { "elm-validation": "_elm-validation_1cigg_1" }, Fr = (t) => {
|
|
|
3344
3392
|
}, n[8] = l, n[9] = c, n[10] = a, n[11] = f) : f = n[11];
|
|
3345
3393
|
let p = f, m;
|
|
3346
3394
|
n[12] !== u || n[13] !== l ? (m = Array(l).fill(null).map((e, t) => Array(l).fill(null).map((e, n) => /* @__PURE__ */ J("span", {
|
|
3347
|
-
className:
|
|
3395
|
+
className: zr.square,
|
|
3348
3396
|
style: { "--elmethis-scoped-delay": `${u * (t + n)}ms` }
|
|
3349
3397
|
}, `${t}-${n}`))), n[12] = u, n[13] = l, n[14] = m) : m = n[14];
|
|
3350
3398
|
let g;
|
|
@@ -3354,37 +3402,37 @@ var Pr = { "elm-validation": "_elm-validation_1cigg_1" }, Fr = (t) => {
|
|
|
3354
3402
|
...i,
|
|
3355
3403
|
children: m
|
|
3356
3404
|
}), n[15] = i, n[16] = d, n[17] = p, n[18] = m, n[19] = g) : g = n[19], g;
|
|
3357
|
-
},
|
|
3405
|
+
}, Vr = "elmethis-theme", Hr = "elmethis-theme-change", Ur = (e) => e === "dark" ? "dark" : e === "light" ? "light" : null, Wr = () => typeof matchMedia < "u" && matchMedia("(prefers-color-scheme: dark)").matches, Gr = (e, t) => {
|
|
3358
3406
|
let n = document.documentElement;
|
|
3359
|
-
e == null ? (n.style.removeProperty("color-scheme"), n.removeAttribute("data-theme"), t && typeof localStorage < "u" && localStorage.removeItem(
|
|
3360
|
-
},
|
|
3407
|
+
e == null ? (n.style.removeProperty("color-scheme"), n.removeAttribute("data-theme"), t && typeof localStorage < "u" && localStorage.removeItem(Vr)) : (n.style.colorScheme = e, n.setAttribute("data-theme", e), t && typeof localStorage < "u" && localStorage.setItem(Vr, e)), window.dispatchEvent(new CustomEvent(Hr, { detail: e }));
|
|
3408
|
+
}, Kr = () => {
|
|
3361
3409
|
if (typeof window > "u") return !1;
|
|
3362
|
-
let e =
|
|
3363
|
-
return e == null ?
|
|
3410
|
+
let e = Ur(localStorage.getItem(Vr));
|
|
3411
|
+
return e == null ? Wr() : e === "dark";
|
|
3364
3412
|
};
|
|
3365
|
-
function
|
|
3366
|
-
let t = e(5), [n, r] = p(
|
|
3413
|
+
function qr() {
|
|
3414
|
+
let t = e(5), [n, r] = p(Kr), i;
|
|
3367
3415
|
t[0] === Symbol.for("react.memo_cache_sentinel") ? (i = () => {
|
|
3368
|
-
r(
|
|
3416
|
+
r(Jr);
|
|
3369
3417
|
}, t[0] = i) : i = t[0];
|
|
3370
3418
|
let a = i, o, s;
|
|
3371
3419
|
t[1] === Symbol.for("react.memo_cache_sentinel") ? (o = () => {
|
|
3372
3420
|
let e = (e) => {
|
|
3373
3421
|
let t = e.detail;
|
|
3374
|
-
r(t == null ?
|
|
3422
|
+
r(t == null ? Wr() : t === "dark");
|
|
3375
3423
|
}, t = (e) => {
|
|
3376
|
-
if (e.key !==
|
|
3377
|
-
let t =
|
|
3378
|
-
r(t == null ?
|
|
3424
|
+
if (e.key !== Vr) return;
|
|
3425
|
+
let t = Ur(e.newValue);
|
|
3426
|
+
r(t == null ? Wr() : t === "dark"), Gr(t, !1);
|
|
3379
3427
|
};
|
|
3380
|
-
window.addEventListener(
|
|
3381
|
-
let n =
|
|
3382
|
-
n != null &&
|
|
3428
|
+
window.addEventListener(Hr, e), window.addEventListener("storage", t);
|
|
3429
|
+
let n = Ur(localStorage.getItem(Vr));
|
|
3430
|
+
n != null && Gr(n, !1);
|
|
3383
3431
|
let i, a = (e) => {
|
|
3384
|
-
|
|
3432
|
+
Ur(localStorage.getItem(Vr)) ?? r(e.matches);
|
|
3385
3433
|
};
|
|
3386
3434
|
return typeof matchMedia < "u" && (i = matchMedia("(prefers-color-scheme: dark)"), i.addEventListener("change", a)), () => {
|
|
3387
|
-
window.removeEventListener(
|
|
3435
|
+
window.removeEventListener(Hr, e), window.removeEventListener("storage", t), i?.removeEventListener("change", a);
|
|
3388
3436
|
};
|
|
3389
3437
|
}, s = [], t[1] = o, t[2] = s) : (o = t[1], s = t[2]), c(o, s);
|
|
3390
3438
|
let l;
|
|
@@ -3393,22 +3441,22 @@ function Gr() {
|
|
|
3393
3441
|
toggleTheme: a
|
|
3394
3442
|
}, t[3] = n, t[4] = l), l;
|
|
3395
3443
|
}
|
|
3396
|
-
function
|
|
3444
|
+
function Jr(e) {
|
|
3397
3445
|
let t = !e;
|
|
3398
|
-
return
|
|
3446
|
+
return Gr(t ? "dark" : "light", !0), t;
|
|
3399
3447
|
}
|
|
3400
3448
|
//#endregion
|
|
3401
3449
|
//#region src/components/icon/elm-toggle-theme.module.css
|
|
3402
|
-
var
|
|
3450
|
+
var Yr = { "elm-toggle-theme": "_elm-toggle-theme_11awq_1" }, Xr = (t) => {
|
|
3403
3451
|
let n = e(12), r, i, a, o;
|
|
3404
3452
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4]) : ({className: r, style: a, size: o, ...i} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o);
|
|
3405
|
-
let s = o === void 0 ? "2rem" : o, { isDarkTheme: c, toggleTheme: l } =
|
|
3453
|
+
let s = o === void 0 ? "2rem" : o, { isDarkTheme: c, toggleTheme: l } = qr(), u;
|
|
3406
3454
|
return n[5] !== r || n[6] !== c || n[7] !== i || n[8] !== s || n[9] !== a || n[10] !== l ? (u = c ? /* @__PURE__ */ Y("svg", {
|
|
3407
3455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3408
3456
|
width: s,
|
|
3409
3457
|
height: s,
|
|
3410
3458
|
viewBox: "0 0 24 24",
|
|
3411
|
-
className: h(
|
|
3459
|
+
className: h(Yr["elm-toggle-theme"], r),
|
|
3412
3460
|
style: a,
|
|
3413
3461
|
onClick: l,
|
|
3414
3462
|
...i,
|
|
@@ -3638,7 +3686,7 @@ var qr = { "elm-toggle-theme": "_elm-toggle-theme_11awq_1" }, Jr = (t) => {
|
|
|
3638
3686
|
width: s,
|
|
3639
3687
|
height: s,
|
|
3640
3688
|
viewBox: "0 0 24 24",
|
|
3641
|
-
className: h(
|
|
3689
|
+
className: h(Yr["elm-toggle-theme"], r),
|
|
3642
3690
|
style: a,
|
|
3643
3691
|
onClick: l,
|
|
3644
3692
|
...i,
|
|
@@ -3832,35 +3880,35 @@ var qr = { "elm-toggle-theme": "_elm-toggle-theme_11awq_1" }, Jr = (t) => {
|
|
|
3832
3880
|
})
|
|
3833
3881
|
]
|
|
3834
3882
|
}), n[5] = r, n[6] = c, n[7] = i, n[8] = s, n[9] = a, n[10] = l, n[11] = u) : u = n[11], u;
|
|
3835
|
-
},
|
|
3883
|
+
}, Zr = {
|
|
3836
3884
|
"elm-breadcrumb": "_elm-breadcrumb_13oke_1",
|
|
3837
3885
|
"link-container": "_link-container_13oke_9",
|
|
3838
3886
|
icon: "_icon_13oke_23",
|
|
3839
3887
|
chunk: "_chunk_13oke_36",
|
|
3840
3888
|
chevron: "_chevron_13oke_41"
|
|
3841
|
-
},
|
|
3889
|
+
}, Qr = (t) => {
|
|
3842
3890
|
let n = e(14), r, i, a;
|
|
3843
3891
|
n[0] === t ? (r = n[1], i = n[2], a = n[3]) : ({className: r, links: i, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a);
|
|
3844
3892
|
let o;
|
|
3845
|
-
n[4] === r ? o = n[5] : (o = h(
|
|
3893
|
+
n[4] === r ? o = n[5] : (o = h(Zr["elm-breadcrumb"], r), n[4] = r, n[5] = o);
|
|
3846
3894
|
let s;
|
|
3847
3895
|
if (n[6] !== i) {
|
|
3848
3896
|
let e;
|
|
3849
3897
|
n[8] === i.length ? e = n[9] : (e = (e, t) => /* @__PURE__ */ Y("span", {
|
|
3850
3898
|
style: { display: "contents" },
|
|
3851
3899
|
children: [/* @__PURE__ */ Y("span", {
|
|
3852
|
-
className:
|
|
3900
|
+
className: Zr["link-container"],
|
|
3853
3901
|
onClick: e.onClick,
|
|
3854
3902
|
children: [/* @__PURE__ */ J(X, {
|
|
3855
|
-
className:
|
|
3903
|
+
className: Zr.icon,
|
|
3856
3904
|
d: t === 0 ? Ae : t === i.length - 1 ? fe : Te,
|
|
3857
3905
|
size: "1rem"
|
|
3858
3906
|
}), /* @__PURE__ */ J("span", {
|
|
3859
|
-
className:
|
|
3907
|
+
className: Zr.chunk,
|
|
3860
3908
|
children: e.text
|
|
3861
3909
|
})]
|
|
3862
3910
|
}), i.length !== t + 1 && /* @__PURE__ */ J(X, {
|
|
3863
|
-
className:
|
|
3911
|
+
className: Zr.chevron,
|
|
3864
3912
|
d: ge,
|
|
3865
3913
|
size: "1rem"
|
|
3866
3914
|
})]
|
|
@@ -3872,13 +3920,13 @@ var qr = { "elm-toggle-theme": "_elm-toggle-theme_11awq_1" }, Jr = (t) => {
|
|
|
3872
3920
|
...a,
|
|
3873
3921
|
children: s
|
|
3874
3922
|
}), n[10] = a, n[11] = o, n[12] = s, n[13] = c) : c = n[13], c;
|
|
3875
|
-
},
|
|
3923
|
+
}, $r = {
|
|
3876
3924
|
"elm-page-top": "_elm-page-top_18d6m_1",
|
|
3877
3925
|
move: "_move_18d6m_1",
|
|
3878
3926
|
visible: "_visible_18d6m_30",
|
|
3879
3927
|
partial: "_partial_18d6m_37",
|
|
3880
3928
|
text: "_text_18d6m_74"
|
|
3881
|
-
},
|
|
3929
|
+
}, ei = (t) => {
|
|
3882
3930
|
let n = e(22), r, i, a, o;
|
|
3883
3931
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4]) : ({className: r, style: a, position: o, ...i} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o);
|
|
3884
3932
|
let s = o === void 0 ? "right" : o, [l, u] = p(!1), d, f;
|
|
@@ -3888,8 +3936,8 @@ var qr = { "elm-toggle-theme": "_elm-toggle-theme_11awq_1" }, Jr = (t) => {
|
|
|
3888
3936
|
};
|
|
3889
3937
|
return window.addEventListener("scroll", e, { passive: !0 }), e(), () => window.removeEventListener("scroll", e);
|
|
3890
3938
|
}, f = [], n[5] = d, n[6] = f) : (d = n[5], f = n[6]), c(d, f);
|
|
3891
|
-
let m =
|
|
3892
|
-
n[7] !== r || n[8] !== g ? (_ = h(
|
|
3939
|
+
let m = ti, g = l && $r.visible, _;
|
|
3940
|
+
n[7] !== r || n[8] !== g ? (_ = h($r["elm-page-top"], g, r), n[7] = r, n[8] = g, n[9] = _) : _ = n[9];
|
|
3893
3941
|
let v = s === "left" ? "0" : "auto", y = s === "right" ? "0" : "auto", b;
|
|
3894
3942
|
n[10] !== a || n[11] !== v || n[12] !== y ? (b = {
|
|
3895
3943
|
"--elmethis-scoped-size": "64px",
|
|
@@ -3900,15 +3948,15 @@ var qr = { "elm-toggle-theme": "_elm-toggle-theme_11awq_1" }, Jr = (t) => {
|
|
|
3900
3948
|
let x = b, S, C, w, T;
|
|
3901
3949
|
n[14] === Symbol.for("react.memo_cache_sentinel") ? (S = /* @__PURE__ */ J("div", {
|
|
3902
3950
|
"aria-hidden": "true",
|
|
3903
|
-
className:
|
|
3951
|
+
className: $r.partial
|
|
3904
3952
|
}), C = /* @__PURE__ */ J("div", {
|
|
3905
3953
|
"aria-hidden": "true",
|
|
3906
|
-
className:
|
|
3954
|
+
className: $r.partial
|
|
3907
3955
|
}), w = /* @__PURE__ */ J("div", {
|
|
3908
3956
|
"aria-hidden": "true",
|
|
3909
|
-
className:
|
|
3957
|
+
className: $r.partial
|
|
3910
3958
|
}), T = /* @__PURE__ */ J("span", {
|
|
3911
|
-
className:
|
|
3959
|
+
className: $r.text,
|
|
3912
3960
|
children: "Back to Top"
|
|
3913
3961
|
}), n[14] = S, n[15] = C, n[16] = w, n[17] = T) : (S = n[14], C = n[15], w = n[16], T = n[17]);
|
|
3914
3962
|
let E;
|
|
@@ -3925,13 +3973,13 @@ var qr = { "elm-toggle-theme": "_elm-toggle-theme_11awq_1" }, Jr = (t) => {
|
|
|
3925
3973
|
]
|
|
3926
3974
|
}), n[18] = i, n[19] = _, n[20] = x, n[21] = E) : E = n[21], E;
|
|
3927
3975
|
};
|
|
3928
|
-
function
|
|
3976
|
+
function ti() {
|
|
3929
3977
|
window.scrollTo({
|
|
3930
3978
|
top: 0,
|
|
3931
3979
|
behavior: "smooth"
|
|
3932
3980
|
});
|
|
3933
3981
|
}
|
|
3934
|
-
var
|
|
3982
|
+
var ni = {
|
|
3935
3983
|
"elm-color-primitive-sample": "_elm-color-primitive-sample_vuro0_1",
|
|
3936
3984
|
toolbar: "_toolbar_vuro0_6",
|
|
3937
3985
|
"mode-toggle": "_mode-toggle_vuro0_11",
|
|
@@ -3942,16 +3990,16 @@ var ei = {
|
|
|
3942
3990
|
swatch: "_swatch_vuro0_52",
|
|
3943
3991
|
"swatch-name": "_swatch-name_vuro0_55",
|
|
3944
3992
|
"swatch-bg": "_swatch-bg_vuro0_60"
|
|
3945
|
-
},
|
|
3993
|
+
}, ri = (e) => {
|
|
3946
3994
|
let t = e.match(/\d+(\.\d+)?/g);
|
|
3947
3995
|
if (!t || t.length < 3) return null;
|
|
3948
3996
|
let n = (e) => Math.round(Number(e)).toString(16).padStart(2, "0");
|
|
3949
3997
|
return `#${n(t[0])}${n(t[1])}${n(t[2])}`;
|
|
3950
|
-
},
|
|
3998
|
+
}, ii = [
|
|
3951
3999
|
100,
|
|
3952
4000
|
500,
|
|
3953
4001
|
900
|
|
3954
|
-
],
|
|
4002
|
+
], ai = [
|
|
3955
4003
|
100,
|
|
3956
4004
|
200,
|
|
3957
4005
|
300,
|
|
@@ -3961,48 +4009,48 @@ var ei = {
|
|
|
3961
4009
|
700,
|
|
3962
4010
|
800,
|
|
3963
4011
|
900
|
|
3964
|
-
],
|
|
4012
|
+
], oi = [
|
|
3965
4013
|
{
|
|
3966
4014
|
hue: "red",
|
|
3967
|
-
steps:
|
|
4015
|
+
steps: ii
|
|
3968
4016
|
},
|
|
3969
4017
|
{
|
|
3970
4018
|
hue: "orange",
|
|
3971
|
-
steps:
|
|
4019
|
+
steps: ii
|
|
3972
4020
|
},
|
|
3973
4021
|
{
|
|
3974
4022
|
hue: "yellow",
|
|
3975
|
-
steps:
|
|
4023
|
+
steps: ii
|
|
3976
4024
|
},
|
|
3977
4025
|
{
|
|
3978
4026
|
hue: "green",
|
|
3979
|
-
steps:
|
|
4027
|
+
steps: ii
|
|
3980
4028
|
},
|
|
3981
4029
|
{
|
|
3982
4030
|
hue: "cyan",
|
|
3983
|
-
steps:
|
|
4031
|
+
steps: ii
|
|
3984
4032
|
},
|
|
3985
4033
|
{
|
|
3986
4034
|
hue: "blue",
|
|
3987
|
-
steps:
|
|
4035
|
+
steps: ii
|
|
3988
4036
|
},
|
|
3989
4037
|
{
|
|
3990
4038
|
hue: "purple",
|
|
3991
|
-
steps:
|
|
4039
|
+
steps: ii
|
|
3992
4040
|
},
|
|
3993
4041
|
{
|
|
3994
4042
|
hue: "magenta",
|
|
3995
|
-
steps:
|
|
4043
|
+
steps: ii
|
|
3996
4044
|
},
|
|
3997
4045
|
{
|
|
3998
4046
|
hue: "slate",
|
|
3999
|
-
steps:
|
|
4047
|
+
steps: ai
|
|
4000
4048
|
},
|
|
4001
4049
|
{
|
|
4002
4050
|
hue: "gold",
|
|
4003
|
-
steps:
|
|
4051
|
+
steps: ai
|
|
4004
4052
|
}
|
|
4005
|
-
],
|
|
4053
|
+
], si = (t) => {
|
|
4006
4054
|
let n = e(29), r, i, a, o;
|
|
4007
4055
|
n[0] === t ? (r = n[1], i = n[2], a = n[3], o = n[4]) : ({className: r, style: o, onClick: i, ...a} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a, n[4] = o);
|
|
4008
4056
|
let [s, l] = p(null), [u, d] = p("variable"), m = f(void 0), g, _;
|
|
@@ -4017,7 +4065,7 @@ var ei = {
|
|
|
4017
4065
|
if (u === "hex") {
|
|
4018
4066
|
let e = t.closest("[data-theme]") ?? document.documentElement, i = document.createElement("span");
|
|
4019
4067
|
i.style.color = `var(${n})`, i.style.display = "none", e.appendChild(i);
|
|
4020
|
-
let a =
|
|
4068
|
+
let a = ri(window.getComputedStyle(i).color);
|
|
4021
4069
|
i.remove(), a && (r = a);
|
|
4022
4070
|
}
|
|
4023
4071
|
await window.navigator.clipboard.writeText(r), m.current !== void 0 && clearTimeout(m.current), l(n), m.current = setTimeout(() => {
|
|
@@ -4025,27 +4073,27 @@ var ei = {
|
|
|
4025
4073
|
}, 1500);
|
|
4026
4074
|
}, n[7] = u, n[8] = v);
|
|
4027
4075
|
let y = v, b;
|
|
4028
|
-
n[9] === r ? b = n[10] : (b = h(
|
|
4076
|
+
n[9] === r ? b = n[10] : (b = h(ni["elm-color-primitive-sample"], r), n[9] = r, n[10] = b);
|
|
4029
4077
|
let x;
|
|
4030
4078
|
n[11] !== y || n[12] !== i ? (x = (e) => {
|
|
4031
4079
|
y(e), i?.(e);
|
|
4032
4080
|
}, n[11] = y, n[12] = i, n[13] = x) : x = n[13];
|
|
4033
4081
|
let S;
|
|
4034
4082
|
n[14] === Symbol.for("react.memo_cache_sentinel") ? (S = () => {
|
|
4035
|
-
d(
|
|
4083
|
+
d(ci);
|
|
4036
4084
|
}, n[14] = S) : S = n[14];
|
|
4037
4085
|
let C = u === "hex" ? ke : Ee, w;
|
|
4038
4086
|
n[15] === C ? w = n[16] : (w = /* @__PURE__ */ J(X, {
|
|
4039
|
-
className:
|
|
4087
|
+
className: ni["mode-toggle-icon"],
|
|
4040
4088
|
d: C,
|
|
4041
4089
|
size: "1.25rem"
|
|
4042
4090
|
}), n[15] = C, n[16] = w);
|
|
4043
4091
|
let T = u === "hex" ? "hex value" : "variable name", E;
|
|
4044
4092
|
n[17] !== w || n[18] !== T ? (E = /* @__PURE__ */ J("div", {
|
|
4045
|
-
className:
|
|
4093
|
+
className: ni.toolbar,
|
|
4046
4094
|
children: /* @__PURE__ */ Y("button", {
|
|
4047
4095
|
type: "button",
|
|
4048
|
-
className:
|
|
4096
|
+
className: ni["mode-toggle"],
|
|
4049
4097
|
onClick: S,
|
|
4050
4098
|
children: [
|
|
4051
4099
|
w,
|
|
@@ -4055,27 +4103,27 @@ var ei = {
|
|
|
4055
4103
|
})
|
|
4056
4104
|
}), n[17] = w, n[18] = T, n[19] = E) : E = n[19];
|
|
4057
4105
|
let D;
|
|
4058
|
-
n[20] === s ? D = n[21] : (D =
|
|
4106
|
+
n[20] === s ? D = n[21] : (D = oi.map((e) => {
|
|
4059
4107
|
let { hue: t, steps: n } = e;
|
|
4060
4108
|
return /* @__PURE__ */ Y("div", {
|
|
4061
|
-
className:
|
|
4109
|
+
className: ni.group,
|
|
4062
4110
|
children: [/* @__PURE__ */ J("span", {
|
|
4063
|
-
className:
|
|
4111
|
+
className: ni["section-title"],
|
|
4064
4112
|
children: t
|
|
4065
4113
|
}), /* @__PURE__ */ J("div", {
|
|
4066
|
-
className:
|
|
4114
|
+
className: ni.scale,
|
|
4067
4115
|
children: n.map((e) => {
|
|
4068
4116
|
let n = `--elmethis-primitive-color-${t}-${e}`;
|
|
4069
4117
|
return /* @__PURE__ */ Y("div", {
|
|
4070
|
-
className:
|
|
4118
|
+
className: ni.swatch,
|
|
4071
4119
|
style: { gridColumn: String(e / 100) },
|
|
4072
4120
|
"data-copy-token": n,
|
|
4073
4121
|
title: n,
|
|
4074
4122
|
children: [/* @__PURE__ */ J("div", {
|
|
4075
|
-
className:
|
|
4123
|
+
className: ni["swatch-bg"],
|
|
4076
4124
|
style: { backgroundColor: `var(${n})` }
|
|
4077
4125
|
}), /* @__PURE__ */ J("code", {
|
|
4078
|
-
className:
|
|
4126
|
+
className: ni["swatch-name"],
|
|
4079
4127
|
children: s === n ? "copied!" : e
|
|
4080
4128
|
})]
|
|
4081
4129
|
}, n);
|
|
@@ -4092,7 +4140,7 @@ var ei = {
|
|
|
4092
4140
|
children: [E, D]
|
|
4093
4141
|
}), n[22] = a, n[23] = o, n[24] = E, n[25] = D, n[26] = b, n[27] = x, n[28] = O) : O = n[28], O;
|
|
4094
4142
|
};
|
|
4095
|
-
function
|
|
4143
|
+
function ci(e) {
|
|
4096
4144
|
return e === "variable" ? "hex" : "variable";
|
|
4097
4145
|
}
|
|
4098
4146
|
var $ = {
|
|
@@ -4114,16 +4162,16 @@ var $ = {
|
|
|
4114
4162
|
"color-sample": "_color-sample_6i1j1_112",
|
|
4115
4163
|
"color-sample-bg": "_color-sample-bg_6i1j1_121",
|
|
4116
4164
|
"color-sample-name": "_color-sample-name_6i1j1_127"
|
|
4117
|
-
},
|
|
4165
|
+
}, li = (e) => {
|
|
4118
4166
|
let t = e.match(/\d+(\.\d+)?/g);
|
|
4119
4167
|
if (!t || t.length < 3) return null;
|
|
4120
4168
|
let n = (e) => Math.round(Number(e)).toString(16).padStart(2, "0");
|
|
4121
4169
|
return `#${n(t[0])}${n(t[1])}${n(t[2])}`;
|
|
4122
|
-
},
|
|
4170
|
+
}, ui = [
|
|
4123
4171
|
"--elmethis-color-surface-sunken",
|
|
4124
4172
|
"--elmethis-color-surface-base",
|
|
4125
4173
|
"--elmethis-color-surface-raised"
|
|
4126
|
-
],
|
|
4174
|
+
], di = [
|
|
4127
4175
|
"--elmethis-color-neutral-weak",
|
|
4128
4176
|
"--elmethis-color-neutral",
|
|
4129
4177
|
"--elmethis-color-neutral-strong",
|
|
@@ -4132,15 +4180,15 @@ var $ = {
|
|
|
4132
4180
|
"--elmethis-color-primary-strong",
|
|
4133
4181
|
"--elmethis-color-accent-link",
|
|
4134
4182
|
"--elmethis-color-accent-link-visited"
|
|
4135
|
-
],
|
|
4183
|
+
], fi = [
|
|
4136
4184
|
"--elmethis-color-neutral-weak",
|
|
4137
4185
|
"--elmethis-color-neutral",
|
|
4138
4186
|
"--elmethis-color-neutral-strong"
|
|
4139
|
-
],
|
|
4187
|
+
], pi = [
|
|
4140
4188
|
"--elmethis-color-primary-weak",
|
|
4141
4189
|
"--elmethis-color-primary",
|
|
4142
4190
|
"--elmethis-color-primary-strong"
|
|
4143
|
-
],
|
|
4191
|
+
], mi = [
|
|
4144
4192
|
{
|
|
4145
4193
|
fg: "--elmethis-color-accent-info",
|
|
4146
4194
|
surface: "--elmethis-color-accent-info-surface"
|
|
@@ -4161,7 +4209,7 @@ var $ = {
|
|
|
4161
4209
|
fg: "--elmethis-color-accent-error",
|
|
4162
4210
|
surface: "--elmethis-color-accent-error-surface"
|
|
4163
4211
|
}
|
|
4164
|
-
],
|
|
4212
|
+
], hi = [
|
|
4165
4213
|
"red",
|
|
4166
4214
|
"orange",
|
|
4167
4215
|
"yellow",
|
|
@@ -4172,7 +4220,7 @@ var $ = {
|
|
|
4172
4220
|
].map((e) => ({
|
|
4173
4221
|
fg: `--elmethis-color-display-${e}`,
|
|
4174
4222
|
surface: `--elmethis-color-display-${e}-surface`
|
|
4175
|
-
})),
|
|
4223
|
+
})), gi = (t) => {
|
|
4176
4224
|
let n = e(7), { variables: r, copiedToken: i } = t, a;
|
|
4177
4225
|
if (n[0] !== i || n[1] !== r) {
|
|
4178
4226
|
let e;
|
|
@@ -4193,7 +4241,7 @@ var $ = {
|
|
|
4193
4241
|
className: $["color-sample-container"],
|
|
4194
4242
|
children: a
|
|
4195
4243
|
}), n[5] = a, n[6] = o), o;
|
|
4196
|
-
},
|
|
4244
|
+
}, _i = (t) => {
|
|
4197
4245
|
let n = e(31), r, i, a;
|
|
4198
4246
|
n[0] === t ? (r = n[1], i = n[2], a = n[3]) : ({className: r, style: a, ...i} = t, n[0] = t, n[1] = r, n[2] = i, n[3] = a);
|
|
4199
4247
|
let [o, s] = p(null), [l, u] = p("variable"), d = f(void 0), m, g;
|
|
@@ -4208,7 +4256,7 @@ var $ = {
|
|
|
4208
4256
|
if (l === "hex") {
|
|
4209
4257
|
let e = t.closest("[data-theme]") ?? document.documentElement, i = document.createElement("span");
|
|
4210
4258
|
i.style.color = `var(${n})`, i.style.display = "none", e.appendChild(i);
|
|
4211
|
-
let a =
|
|
4259
|
+
let a = li(window.getComputedStyle(i).color);
|
|
4212
4260
|
i.remove(), a && (r = a);
|
|
4213
4261
|
}
|
|
4214
4262
|
await window.navigator.clipboard.writeText(r), d.current !== void 0 && clearTimeout(d.current), s(n), d.current = setTimeout(() => {
|
|
@@ -4240,7 +4288,7 @@ var $ = {
|
|
|
4240
4288
|
children: [/* @__PURE__ */ J("span", {
|
|
4241
4289
|
className: $["section-title"],
|
|
4242
4290
|
children: "Surface"
|
|
4243
|
-
}),
|
|
4291
|
+
}), ui.map((e) => /* @__PURE__ */ J("div", {
|
|
4244
4292
|
className: $.surface,
|
|
4245
4293
|
style: { backgroundColor: `var(${e})` },
|
|
4246
4294
|
"data-copy-token": e,
|
|
@@ -4252,7 +4300,7 @@ var $ = {
|
|
|
4252
4300
|
children: [/* @__PURE__ */ J("span", {
|
|
4253
4301
|
className: $["section-title"],
|
|
4254
4302
|
children: "Foreground"
|
|
4255
|
-
}),
|
|
4303
|
+
}), di.map((e) => /* @__PURE__ */ J("span", {
|
|
4256
4304
|
className: $.foreground,
|
|
4257
4305
|
style: { color: `var(${e})` },
|
|
4258
4306
|
"data-copy-token": e,
|
|
@@ -4264,7 +4312,7 @@ var $ = {
|
|
|
4264
4312
|
children: [/* @__PURE__ */ J("span", {
|
|
4265
4313
|
className: $["section-title"],
|
|
4266
4314
|
children: "Accent"
|
|
4267
|
-
}),
|
|
4315
|
+
}), mi.map((e) => {
|
|
4268
4316
|
let { fg: n, surface: r } = e;
|
|
4269
4317
|
return /* @__PURE__ */ Y("div", {
|
|
4270
4318
|
className: $["accent-pair"],
|
|
@@ -4287,8 +4335,8 @@ var $ = {
|
|
|
4287
4335
|
children: [/* @__PURE__ */ J("span", {
|
|
4288
4336
|
className: $["section-title"],
|
|
4289
4337
|
children: "Neutral"
|
|
4290
|
-
}), /* @__PURE__ */ J(
|
|
4291
|
-
variables:
|
|
4338
|
+
}), /* @__PURE__ */ J(gi, {
|
|
4339
|
+
variables: fi,
|
|
4292
4340
|
copiedToken: o
|
|
4293
4341
|
})]
|
|
4294
4342
|
}),
|
|
@@ -4297,8 +4345,8 @@ var $ = {
|
|
|
4297
4345
|
children: [/* @__PURE__ */ J("span", {
|
|
4298
4346
|
className: $["section-title"],
|
|
4299
4347
|
children: "Primary"
|
|
4300
|
-
}), /* @__PURE__ */ J(
|
|
4301
|
-
variables:
|
|
4348
|
+
}), /* @__PURE__ */ J(gi, {
|
|
4349
|
+
variables: pi,
|
|
4302
4350
|
copiedToken: o
|
|
4303
4351
|
})]
|
|
4304
4352
|
}),
|
|
@@ -4307,7 +4355,7 @@ var $ = {
|
|
|
4307
4355
|
children: [/* @__PURE__ */ J("span", {
|
|
4308
4356
|
className: $["section-title"],
|
|
4309
4357
|
children: "Display"
|
|
4310
|
-
}),
|
|
4358
|
+
}), hi.map((e) => {
|
|
4311
4359
|
let { fg: n, surface: r } = e;
|
|
4312
4360
|
return /* @__PURE__ */ Y("div", {
|
|
4313
4361
|
className: $["accent-pair"],
|
|
@@ -4333,7 +4381,7 @@ var $ = {
|
|
|
4333
4381
|
let b = y, x;
|
|
4334
4382
|
n[10] === r ? x = n[11] : (x = h($["elm-color-semantic-sample"], r), n[10] = r, n[11] = x);
|
|
4335
4383
|
let S = a, C;
|
|
4336
|
-
n[12] === Symbol.for("react.memo_cache_sentinel") ? (C = () => u(
|
|
4384
|
+
n[12] === Symbol.for("react.memo_cache_sentinel") ? (C = () => u(vi), n[12] = C) : C = n[12];
|
|
4337
4385
|
let w = l === "hex" ? ke : Ee, T;
|
|
4338
4386
|
n[13] === w ? T = n[14] : (T = /* @__PURE__ */ J(X, {
|
|
4339
4387
|
className: $["mode-toggle-icon"],
|
|
@@ -4370,18 +4418,18 @@ var $ = {
|
|
|
4370
4418
|
children: [D, A]
|
|
4371
4419
|
}), n[25] = i, n[26] = D, n[27] = A, n[28] = x, n[29] = S, n[30] = j) : j = n[30], j;
|
|
4372
4420
|
};
|
|
4373
|
-
function
|
|
4421
|
+
function vi(e) {
|
|
4374
4422
|
return e === "variable" ? "hex" : "variable";
|
|
4375
4423
|
}
|
|
4376
4424
|
//#endregion
|
|
4377
4425
|
//#region src/components/others/elm-markdown.module.css
|
|
4378
|
-
var
|
|
4426
|
+
var yi = { "elm-markdown": "_elm-markdown_uttgx_1" }, bi = (e) => {
|
|
4379
4427
|
let t = [];
|
|
4380
4428
|
for (let n = 0; n < e.length; n++) {
|
|
4381
4429
|
let r = e[n];
|
|
4382
4430
|
switch (r.type) {
|
|
4383
4431
|
case "blockquote":
|
|
4384
|
-
r.tokens && r.tokens.length !== 0 && t.push(/* @__PURE__ */ J(
|
|
4432
|
+
r.tokens && r.tokens.length !== 0 && t.push(/* @__PURE__ */ J(ln, { children: bi(r.tokens) }, n));
|
|
4385
4433
|
break;
|
|
4386
4434
|
case "br":
|
|
4387
4435
|
t.push(/* @__PURE__ */ J("br", {}, n));
|
|
@@ -4402,7 +4450,7 @@ var _i = { "elm-markdown": "_elm-markdown_uttgx_1" }, vi = (e) => {
|
|
|
4402
4450
|
case "del":
|
|
4403
4451
|
t.push(r.tokens && r.tokens.length !== 0 ? /* @__PURE__ */ J(Z, {
|
|
4404
4452
|
strikethrough: !0,
|
|
4405
|
-
children:
|
|
4453
|
+
children: bi(r.tokens)
|
|
4406
4454
|
}, n) : /* @__PURE__ */ J(Z, {
|
|
4407
4455
|
strikethrough: !0,
|
|
4408
4456
|
children: r.text
|
|
@@ -4411,7 +4459,7 @@ var _i = { "elm-markdown": "_elm-markdown_uttgx_1" }, vi = (e) => {
|
|
|
4411
4459
|
case "em":
|
|
4412
4460
|
t.push(r.tokens && r.tokens.length !== 0 ? /* @__PURE__ */ J(Z, {
|
|
4413
4461
|
italic: !0,
|
|
4414
|
-
children:
|
|
4462
|
+
children: bi(r.tokens)
|
|
4415
4463
|
}, n) : /* @__PURE__ */ J(Z, {
|
|
4416
4464
|
italic: !0,
|
|
4417
4465
|
children: r.text
|
|
@@ -4420,21 +4468,21 @@ var _i = { "elm-markdown": "_elm-markdown_uttgx_1" }, vi = (e) => {
|
|
|
4420
4468
|
case "escape": break;
|
|
4421
4469
|
case "heading": {
|
|
4422
4470
|
let e = r.depth;
|
|
4423
|
-
r.tokens && r.tokens.length !== 0 ? t.push(/* @__PURE__ */ J(
|
|
4471
|
+
r.tokens && r.tokens.length !== 0 ? t.push(/* @__PURE__ */ J(Sn, {
|
|
4424
4472
|
level: e,
|
|
4425
|
-
children:
|
|
4426
|
-
}, n)) : t.push(/* @__PURE__ */ J(
|
|
4473
|
+
children: bi(r.tokens)
|
|
4474
|
+
}, n)) : t.push(/* @__PURE__ */ J(Sn, {
|
|
4427
4475
|
level: e,
|
|
4428
4476
|
text: r.text
|
|
4429
4477
|
}, n));
|
|
4430
4478
|
break;
|
|
4431
4479
|
}
|
|
4432
4480
|
case "hr":
|
|
4433
|
-
t.push(/* @__PURE__ */ J(
|
|
4481
|
+
t.push(/* @__PURE__ */ J(gn, {}, n));
|
|
4434
4482
|
break;
|
|
4435
4483
|
case "html": break;
|
|
4436
4484
|
case "image":
|
|
4437
|
-
t.push(/* @__PURE__ */ J(
|
|
4485
|
+
t.push(/* @__PURE__ */ J(Bt, {
|
|
4438
4486
|
enableModal: !0,
|
|
4439
4487
|
src: r.href,
|
|
4440
4488
|
alt: r.text
|
|
@@ -4443,63 +4491,63 @@ var _i = { "elm-markdown": "_elm-markdown_uttgx_1" }, vi = (e) => {
|
|
|
4443
4491
|
case "link":
|
|
4444
4492
|
t.push(r.tokens && r.tokens.length !== 0 ? /* @__PURE__ */ J(Z, {
|
|
4445
4493
|
href: r.href,
|
|
4446
|
-
children:
|
|
4494
|
+
children: bi(r.tokens)
|
|
4447
4495
|
}, n) : /* @__PURE__ */ J(Z, {
|
|
4448
4496
|
href: r.href,
|
|
4449
4497
|
children: r.text
|
|
4450
4498
|
}, n));
|
|
4451
4499
|
break;
|
|
4452
4500
|
case "list": {
|
|
4453
|
-
let e = r.items.map((e, t) => /* @__PURE__ */ J("li", { children:
|
|
4454
|
-
t.push(/* @__PURE__ */ J(
|
|
4501
|
+
let e = r.items.map((e, t) => /* @__PURE__ */ J("li", { children: bi(e.tokens) }, t));
|
|
4502
|
+
t.push(/* @__PURE__ */ J(wn, {
|
|
4455
4503
|
listStyle: r.ordered ? "ordered" : "unordered",
|
|
4456
4504
|
children: e
|
|
4457
4505
|
}, n));
|
|
4458
4506
|
break;
|
|
4459
4507
|
}
|
|
4460
4508
|
case "list_item":
|
|
4461
|
-
t.push(/* @__PURE__ */ J("li", { children: r.tokens && r.tokens.length !== 0 ?
|
|
4509
|
+
t.push(/* @__PURE__ */ J("li", { children: r.tokens && r.tokens.length !== 0 ? bi(r.tokens) : r.text }, n));
|
|
4462
4510
|
break;
|
|
4463
4511
|
case "paragraph":
|
|
4464
|
-
t.push(/* @__PURE__ */ J(
|
|
4512
|
+
t.push(/* @__PURE__ */ J(En, { children: r.tokens && r.tokens.length !== 0 ? bi(r.tokens) : r.text }, n));
|
|
4465
4513
|
break;
|
|
4466
4514
|
case "space": break;
|
|
4467
4515
|
case "strong":
|
|
4468
4516
|
t.push(r.tokens && r.tokens.length !== 0 ? /* @__PURE__ */ J(Z, {
|
|
4469
4517
|
bold: !0,
|
|
4470
|
-
children:
|
|
4518
|
+
children: bi(r.tokens)
|
|
4471
4519
|
}, n) : /* @__PURE__ */ J(Z, {
|
|
4472
4520
|
bold: !0,
|
|
4473
4521
|
children: r.text
|
|
4474
4522
|
}, n));
|
|
4475
4523
|
break;
|
|
4476
4524
|
case "table": {
|
|
4477
|
-
let e = (e) => e.map((e, t) => /* @__PURE__ */ J(
|
|
4478
|
-
t.push(/* @__PURE__ */ Y(
|
|
4525
|
+
let e = (e) => e.map((e, t) => /* @__PURE__ */ J(Pn, { children: bi(e.tokens) }, t)), i = /* @__PURE__ */ J(Rn, { children: e(r.header) }), a = r.rows.map((t, n) => /* @__PURE__ */ J(Rn, { children: e(t) }, n));
|
|
4526
|
+
t.push(/* @__PURE__ */ Y(jn, { children: [/* @__PURE__ */ J(In, { children: i }), /* @__PURE__ */ J(Mn, { children: a })] }, n));
|
|
4479
4527
|
break;
|
|
4480
4528
|
}
|
|
4481
4529
|
case "text":
|
|
4482
|
-
r.tokens && r.tokens.length !== 0 ? t.push(...
|
|
4530
|
+
r.tokens && r.tokens.length !== 0 ? t.push(...bi(r.tokens)) : t.push(r.text);
|
|
4483
4531
|
break;
|
|
4484
4532
|
default: break;
|
|
4485
4533
|
}
|
|
4486
4534
|
}
|
|
4487
4535
|
return t;
|
|
4488
|
-
},
|
|
4536
|
+
}, xi = a((t) => {
|
|
4489
4537
|
let n = e(4), { tokens: r } = t, i;
|
|
4490
|
-
n[0] === r ? i = n[1] : (i =
|
|
4538
|
+
n[0] === r ? i = n[1] : (i = bi(r), n[0] = r, n[1] = i);
|
|
4491
4539
|
let a;
|
|
4492
4540
|
return n[2] === i ? a = n[3] : (a = /* @__PURE__ */ J(ce, { children: i }), n[2] = i, n[3] = a), a;
|
|
4493
4541
|
});
|
|
4494
|
-
|
|
4495
|
-
var
|
|
4542
|
+
xi.displayName = "ElmMarkdownStable";
|
|
4543
|
+
var Si = ({ className: e, markdown: t, isStreaming: n, ...r }) => {
|
|
4496
4544
|
let i = u(() => g.setOptions({ gfm: !0 }).lexer(t), [t]), a = !!n && i.length > 0, o = a ? i.length - 1 : i.length, s = a ? i.slice(-1) : [], c = u(() => i.slice(0, o), [a ? o : i]);
|
|
4497
4545
|
return /* @__PURE__ */ Y("div", {
|
|
4498
|
-
className: h(
|
|
4546
|
+
className: h(yi["elm-markdown"], e),
|
|
4499
4547
|
...r,
|
|
4500
|
-
children: [/* @__PURE__ */ J(
|
|
4548
|
+
children: [/* @__PURE__ */ J(xi, { tokens: c }), bi(s)]
|
|
4501
4549
|
});
|
|
4502
|
-
},
|
|
4550
|
+
}, Ci = {
|
|
4503
4551
|
"elm-wordle": "_elm-wordle_1llms_1",
|
|
4504
4552
|
"message-area": "_message-area_1llms_11",
|
|
4505
4553
|
"fade-in": "_fade-in_1llms_1",
|
|
@@ -4520,28 +4568,28 @@ var bi = ({ className: e, markdown: t, isStreaming: n, ...r }) => {
|
|
|
4520
4568
|
"reset-container": "_reset-container_1llms_156",
|
|
4521
4569
|
hidden: "_hidden_1llms_159",
|
|
4522
4570
|
"reset-button": "_reset-button_1llms_164"
|
|
4523
|
-
}, Si = /* @__PURE__ */ "which.there.their.about.would.these.other.words.could.write.first.water.after.where.right.think.three.years.place.sound.great.again.still.every.small.found.those.never.under.might.while.house.world.below.asked.going.large.until.along.shall.being.often.earth.began.since.study.night.light.above.paper.parts.young.story.point.times.heard.whole.white.given.means.music.miles.thing.today.later.using.money.lines.order.group.among.learn.known.space.table.early.trees.short.hands.state.black.shown.stood.front.voice.kinds.makes.comes.close.power.lived.vowel.taken.built.heart.ready.quite.class.bring.round.horse.shows.piece.green.stand.birds.start.river.tried.least.field.whose.girls.leave.added.color.third.hours.moved.plant.doing.names.forms.heavy.ideas.cried.check.floor.begin.woman.alone.plane.spell.watch.carry.wrote.clear.named.books.child.glass.human.takes.party.build.seems.blood.sides.seven.mouth.solve.north.value.death.maybe.happy.tells.gives.looks.shape.lives.steps.areas.sense.speak.force.ocean.speed.women.metal.south.grass.scale.cells.lower.sleep.wrong.pages.ships.needs.rocks.eight.major.level.total.ahead.reach.stars.store.sight.terms.catch.works.board.cover.songs.equal.stone.waves.guess.dance.spoke.break.cause.radio.weeks.lands.basic.liked.trade.fresh.final.fight.meant.drive.spent.local.waxes.knows.train.bread.homes.teeth.coast.thick.brown.clean.quiet.sugar.facts.steel.forth.rules.notes.units.peace.month.verbs.seeds.helps.sharp.visit.woods.chief.walls.cross.wings.grown.cases.foods.crops.fruit.stick.wants.stage.sheep.nouns.plain.drink.bones.apart.turns.moves.touch.angle.based.range.marks.tired.older.farms.spend.shoes.goods.chair.twice.cents.empty.alike.style.broke.pairs.count.enjoy.score.shore.roots.paint.heads.shook.serve.angry.crowd.wheel.quick.dress.share.alive.noise.solid.cloth.signs.hills.types.drawn.worth.truck.piano.upper.loved.usual.faces.drove.cabin.boats.towns.proud.court.model.prime.fifty.plans.yards.prove.tools.price.sheet.smell.boxes.raise.match.truth.roads.threw.enemy.lunch.chart.scene.graph.doubt.guide.winds.block.grain.smoke.mixed.games.wagon.sweet.topic.extra.plate.title.knife.fence.falls.cloud.wheat.plays.enter.broad.steam.atoms.press.lying.basis.clock.taste.grows.thank.storm.agree.brain.track.smile.funny.beach.stock.hurry.saved.sorry.giant.trail.offer.ought.rough.daily.avoid.keeps.throw.allow.cream.laugh.edges.teach.frame.bells.dream.magic.occur.ended.chord.false.skill.holes.dozen.brave.apple.climb.outer.pitch.ruler.holds.fixed.costs.calls.blank.staff.labor.eaten.youth.tones.honor.globe.gases.doors.poles.loose.apply.tears.exact.brush.chest.layer.whale.minor.faith.tests.judge.items.worry.waste.hoped.strip.begun.aside.lakes.bound.depth.candy.event.worse.aware.shell.rooms.ranch.image.snake.aloud.dried.likes.motor.pound.knees.refer.fully.chain.shirt.flour.drops.spite.orbit.banks.shoot.curve.tribe.tight.blind.slept.shade.claim.flies.theme.queen.fifth.union.hence.straw.entry.issue.birth.feels.anger.brief.rhyme.glory.guard.flows.flesh.owned.trick.yours.sizes.noted.width.burst.route.lungs.uncle.bears.royal.kings.forty.trial.cards.brass.opera.chose.owner.vapor.beats.mouse.tough.wires.meter.tower.finds.inner.stuck.arrow.poems.label.swing.solar.truly.tense.beans.split.rises.weigh.hotel.stems.pride.swung.grade.digit.badly.boots.pilot.sales.swept.lucky.prize.stove.tubes.acres.wound.steep.slide.trunk.error.porch.slave.exist.faced.mines.marry.juice.raced.waved.goose.trust.fewer.favor.mills.views.joint.eager.spots.blend.rings.adult.index.nails.horns.balls.flame.rates.drill.trace.skins.waxed.seats.stuff.ratio.minds.dirty.silly.coins.hello.trips.leads.rifle.hopes.bases.shine.bench.moral.fires.meals.shake.shops.cycle.movie.slope.canoe.teams.folks.fired.bands.thumb.shout.canal.habit.reply.ruled.fever.crust.shelf.walks.midst.crack.print.tales.coach.stiff.flood.verse.awake.rocky.march.fault.swift.faint.civil.ghost.feast.blade.limit.germs.reads.ducks.dairy.worst.gifts.lists.stops.rapid.brick.claws.beads.beast.skirt.cakes.lions.frogs.tries.nerve.grand.armed.treat.honey.moist.legal.penny.crown.shock.taxes.sixty.altar.pulls.sport.drums.talks.dying.dates.drank.blows.lever.wages.proof.drugs.tanks.sings.tails.pause.herds.arose.hated.clues.novel.shame.burnt.races.flash.weary.heels.token.coats.spare.shiny.alarm.dimes.sixth.clerk.mercy.sunny.guest.float.shone.pipes.worms.bills.sweat.suits.smart.upset.rains.sandy.rainy.parks.sadly.fancy.rider.unity.bunch.rolls.crash.craft.newly.gates.hatch.paths.funds.wider.grace.grave.tides.admit.shift.sails.pupil.tiger.angel.cruel.agent.drama.urged.patch.nests.vital.sword.blame.weeds.screw.vocal.bacon.chalk.cargo.crazy.acted.goats.arise.witch.loves.queer.dwell.backs.ropes.shots.merry.phone.cheek.peaks.ideal.beard.eagle.creek.cries.ashes.stall.yield.mayor.opens.input.fleet.tooth.cubic.wives.burns.poets.apron.spear.organ.cliff.stamp.paste.rural.baked.chase.slice.slant.knock.noisy.sorts.stays.wiped.blown.piled.clubs.cheer.widow.twist.tenth.hides.comma.sweep.spoon.stern.crept.maple.deeds.rides.muddy.crime.jelly.ridge.drift.dusty.devil.tempo.humor.sends.steal.tents.waist.roses.reign.noble.cheap.dense.linen.geese.woven.posts.hired.wrath.salad.bowed.tires.shark.belts.grasp.blast.polar.fungi.tends.pearl.loads.jokes.veins.frost.hears.loses.hosts.diver.phase.toads.alert.tasks.seams.coral.focus.naked.puppy.jumps.spoil.quart.macro.fears.flung.spark.vivid.brook.steer.spray.decay.ports.socks.urban.goals.grant.minus.films.tunes.shaft.firms.skies.bride.wreck.flock.stare.hobby.bonds.dared.faded.thief.crude.pants.flute.votes.tonal.radar.wells.skull.hairs.argue.wears.dolls.voted.caves.cared.broom.scent.panel.fairy.olive.bends.prism.lamps.cable.peach.ruins.rally.schwa.lambs.sells.cools.draft.charm.limbs.brake.gazed.cubes.delay.beams.fetch.ranks.array.harsh.camel.vines.picks.naval.purse.rigid.crawl.toast.soils.sauce.basin.ponds.twins.wrist.fluid.pools.brand.stalk.robot.reeds.hoofs.buses.sheer.grief.bloom.dwelt.melts.risen.flags.knelt.fiber.roofs.freed.armor.piles.aimed.algae.twigs.lemon.ditch.drunk.rests.chill.slain.panic.cords.tuned.crisp.ledge.dived.swamp.clung.stole.molds.yarns.liver.gauge.breed.stool.gulls.awoke.gross.diary.rails.belly.trend.flask.stake.fried.draws.actor.handy.bowls.haste.scope.deals.knots.moons.essay.thump.hangs.bliss.dealt.gains.bombs.clown.palms.cones.roast.tidal.bored.chant.acids.dough.camps.swore.lover.hooks.males.cocoa.punch.award.reins.ninth.noses.links.drain.fills.nylon.lunar.pulse.flown.elbow.fatal.sites.moths.meats.foxes.mined.attic.fiery.mount.usage.swear.snowy.rusty.scare.traps.relax.react.valid.robin.cease.gills.prior.safer.polio.loyal.swell.salty.marsh.vague.weave.mound.seals.mules.virus.scout.acute.windy.stout.folds.seize.hilly.joins.pluck.stack.lords.dunes.burro.hawks.trout.feeds.scarf.halls.coals.towel.souls.elect.buggy.pumps.loans.spins.files.oxide.pains.photo.rival.flats.syrup.rodeo.sands.moose.pints.curly.comic.cloak.onion.clams.scrap.didst.couch.codes.fails.ounce.lodge.greet.gypsy.utter.paved.zones.fours.alley.tiles.bless.crest.elder.kills.yeast.erect.bugle.medal.roles.hound.snail.alter.ankle.relay.loops.zeros.bites.modes.debts.realm.glove.rayon.swims.poked.stray.lifts.maker.lumps.graze.dread.barns.docks.masts.pours.wharf.curse.plump.robes.seeks.cedar.curls.jolly.myths.cages.gloom.locks.pedal.beets.crows.anode.slash.creep.rowed.chips.fists.wines.cares.valve.newer.motel.ivory.necks.clamp.barge.blues.alien.frown.strap.crews.shack.gonna.saves.stump.ferry.idols.cooks.juicy.glare.carts.alloy.bulbs.lawns.lasts.fuels.oddly.crane.filed.weird.shawl.slips.troop.bolts.suite.sleek.quilt.tramp.blaze.atlas.odors.scrub.crabs.probe.logic.adobe.exile.rebel.grind.sting.spine.cling.desks.grove.leaps.prose.lofty.agony.snare.tusks.bulls.moods.humid.finer.dimly.plank.china.pines.guilt.sacks.brace.quote.lathe.gaily.fonts.scalp.adopt.foggy.ferns.grams.clump.perch.tumor.teens.crank.fable.hedge.genes.sober.boast.tract.cigar.unite.owing.thigh.haiku.swish.dikes.wedge.booth.eased.frail.cough.tombs.darts.forts.choir.pouch.pinch.hairy.buyer.torch.vigor.waltz.heats.herbs.users.flint.click.madam.bleak.blunt.aided.lacks.masks.waded.risks.nurse.chaos.sewed.cured.ample.lease.steak.sinks.merit.bluff.bathe.gleam.bonus.colts.shear.gland.silky.skate.birch.anvil.sleds.groan.maids.meets.speck.hymns.hints.drown.bosom.slick.quest.coils.spied.snows.stead.snack.plows.blond.tamed.thorn.waits.glued.banjo.tease.arena.bulky.carve.stunt.warms.shady.razor.folly.leafy.notch.fools.otter.pears.flush.genus.ached.fives.flaps.spout.smote.fumes.adapt.cuffs.tasty.stoop.clips.disks.sniff.lanes.brisk.imply.demon.super.furry.raged.growl.texts.hardy.stung.typed.hates.wiser.timid.serum.beaks.rotor.casts.baths.glide.plots.trait.resin.slums.lyric.puffs.decks.brood.mourn.aloft.abuse.whirl.edged.ovary.quack.heaps.slang.await.civic.saint.bevel.sonar.aunts.packs.froze.tonic.corps.swarm.frank.repay.gaunt.wired.niece.cello.needy.chuck.stony.media.surge.hurts.repel.husky.dated.hunts.mists.exert.dries.mates.sworn.baker.spice.oasis.boils.spurs.doves.sneak.paces.colon.siege.strum.drier.cacao.humus.bales.piped.nasty.rinse.boxer.shrub.amuse.tacks.cited.slung.delta.laden.larva.rents.yells.spool.spill.crush.jewel.snaps.stain.kicks.tying.slits.rated.eerie.smash.plums.zebra.earns.bushy.scary.squad.tutor.silks.slabs.bumps.evils.fangs.snout.peril.pivot.yacht.lobby.jeans.grins.viola.liner.comet.scars.chops.raids.eater.slate.skips.soles.misty.urine.knobs.sleet.holly.pests.forks.grill.trays.pails.borne.tenor.wares.carol.woody.canon.wakes.kitty.miner.polls.shaky.nasal.scorn.chess.taxis.crate.shyly.tulip.forge.nymph.budge.lowly.abide.depot.oases.asses.sheds.fudge.pills.rivet.thine.groom.lanky.boost.broth.heave.gravy.beech.timed.quail.inert.gears.chick.hinge.trash.clash.sighs.renew.bough.dwarf.slows.quill.shave.spore.sixes.chunk.madly.paced.braid.fuzzy.motto.spies.slack.mucus.magma.awful.discs.erase.posed.asset.cider.taper.theft.churn.satin.slots.taxed.bully.sloth.shale.tread.raked.curds.manor.aisle.bulge.loins.stair.tapes.leans.bunks.squat.towed.lance.panes.sakes.heirs.caste.dummy.pores.fauna.crook.poise.epoch.risky.warns.fling.berry.grape.flank.drags.squid.pelts.icing.irony.irons.barks.whoop.choke.diets.whips.tally.dozed.twine.kites.bikes.ticks.riots.roars.vault.looms.scold.blink.dandy.pupae.sieve.spike.ducts.lends.pizza.brink.widen.plumb.pagan.feats.bison.soggy.scoop.argon.nudge.skiff.amber.sexes.rouse.salts.hitch.exalt.leash.dined.chute.snort.gusts.melon.cheat.reefs.llama.lasso.debut.quota.oaths.prone.mixes.rafts.dives.stale.inlet.flick.pinto.brows.untie.batch.greed.chore.stirs.blush.onset.barbs.volts.beige.swoop.paddy.laced.shove.jerky.poppy.leaks.fares.dodge.godly.squaw.affix.brute.nicer.undue.snarl.merge.doses.showy.daddy.roost.vases.swirl.petty.colds.curry.cobra.genie.flare.messy.cores.soaks.ripen.whine.amino.plaid.spiny.mowed.baton.peers.vowed.pious.swans.exits.afoot.plugs.idiom.chili.rites.serfs.cleft.berth.grubs.annex.dizzy.hasty.latch.wasps.mirth.baron.plead.aloof.aging.pixel.bared.mummy.hotly.auger.buddy.chaps.badge.stark.fairs.gully.mumps.emery.filly.ovens.drone.gauze.idiot.fussy.annoy.shank.gouge.bleed.elves.roped.unfit.baggy.mower.scant.grabs.fleas.lousy.album.sawed.cooky.murky.infer.burly.waged.dingy.brine.kneel.creak.vanes.smoky.spurt.combs.easel.laces.humps.rumor.aroma.horde.swiss.leapt.opium.slime.afire.pansy.mares.soaps.husks.snips.hazel.lined.cafes.naive.wraps.sized.piers.beset.agile.tongs.steed.fraud.booty.valor.downy.witty.mossy.psalm.scuba.tours.polka.milky.gaudy.shrug.tufts.wilds.laser.truss.hares.creed.lilac.siren.tarry.bribe.swine.muted.flips.cures.sinew.boxed.hoops.gasps.hoods.niche.yucca.glows.sewer.whack.fuses.gowns.droop.bucks.pangs.mails.whisk.haven.clasp.sling.stint.urges.champ.piety.chirp.pleat.posse.sunup.menus.howls.quake.knack.plaza.fiend.caked.bangs.erupt.poker.olden.cramp.voter.poses.manly.slump.fined.grips.gaped.purge.hiked.maize.fluff.strut.sloop.prowl.roach.cocks.bland.dials.plume.slaps.soups.dully.wills.foams.solos.skier.eaves.totem.fused.latex.veils.mused.mains.myrrh.racks.galls.gnats.bouts.sisal.shuts.hoses.dryly.hover.gloss.seeps.denim.putty.guppy.leaky.dusky.filth.oboes.spans.fowls.adorn.glaze.haunt.dares.obeys.bakes.abyss.smelt.gangs.aches.trawl.claps.undid.spicy.hoist.fades.vicar.acorn.pussy.gruff.musty.tarts.snuff.hunch.truce.tweed.dryer.loser.sheaf.moles.lapse.tawny.vexed.autos.wager.domes.sheen.clang.spade.sowed.broil.slyly.studs.grunt.donor.slugs.aspen.homer.croak.tithe.halts.avert.havoc.hogan.glint.ruddy.jeeps.flaky.ladle.taunt.snore.fines.props.prune.pesos.radii.pokes.tiled.daisy.heron.villa.farce.binds.cites.fixes.jerks.livid.waked.inked.booms.chews.licks.hyena.scoff.lusty.sonic.smith.usher.tucks.vigil.molts.sects.spars.dumps.scaly.wisps.sores.mince.panda.flier.axles.plied.booby.patio.rabbi.petal.polyp.tints.grate.troll.tolls.relic.phony.bleat.flaws.flake.snags.aptly.drawl.ulcer.soapy.bossy.monks.crags.caged.twang.diner.taped.cadet.grids.spawn.guile.noose.mores.girth.slimy.aides.spasm.burrs.alibi.lymph.saucy.muggy.liter.joked.goofy.exams.enact.stork.lured.toxic.omens.nears.covet.wrung.forum.venom.moody.alder.sassy.flair.guild.prays.wrens.hauls.stave.tilts.pecks.stomp.gales.tempt.capes.mesas.omits.tepee.harry.wring.evoke.limes.cluck.lunge.highs.canes.giddy.lithe.verge.khaki.queue.loath.foyer.outdo.fared.deter.crumb.astir.spire.jumpy.extol.buoys.stubs.lucid.thong.afore.whiff.maxim.hulls.clogs.slats.jiffy.arbor.cinch.igloo.goody.gazes.dowel.calms.bitch.scowl.gulps.coded.waver.mason.lobes.ebony.flail.isles.clods.dazed.adept.oozed.sedan.clays.warts.ketch.skunk.manes.adore.sneer.mango.fiord.flora.roomy.minks.thaws.watts.freer.exult.plush.paled.twain.clink.scamp.pawed.grope.bravo.gable.stink.sever.waned.rarer.regal.wards.fawns.babes.unify.amend.oaken.glade.visor.hefty.nines.throb.pecan.butts.pence.sills.jails.flyer.saber.nomad.miter.beeps.domed.gulfs.curbs.heath.moors.aorta.larks.tangy.wryly.cheep.rages.evade.lures.freak.vogue.tunic.slams.knits.dumpy.mania.spits.firth.hikes.trots.nosed.clank.dogma.bloat.balsa.graft.middy.stile.keyed.finch.sperm.chaff.wiles.amigo.copra.amiss.eying.twirl.lurch.popes.chins.smock.tines.guise.grits.junks.shoal.cache.tapir.atoll.deity.toils.spree.mocks.scans.shorn.revel.raven.hoary.reels.scuff.mimic.weedy.corny.truer.rouge.ember.floes.torso.wipes.edict.sulky.recur.groin.baste.kinks.surer.piggy.moldy.franc.liars.inept.gusty.facet.jetty.equip.leper.slink.soars.cater.dowry.sided.yearn.decoy.taboo.ovals.heals.pleas.beret.spilt.gayly.rover.endow.pygmy.carat.abbey.vents.waken.chimp.fumed.sodas.vinyl.clout.wades.mites.smirk.bores.bunny.surly.frock.foray.purer.milks.query.mired.blare.froth.gruel.navel.paler.puffy.casks.grime.derby.mamma.gavel.teddy.vomit.moans.allot.defer.wield.viper.louse.erred.hewed.abhor.wrest.waxen.adage.ardor.stabs.pored.rondo.loped.fishy.bible.hires.foals.feuds.jambs.thuds.jeers.knead.quirk.rugby.expel.greys.rigor.ester.lyres.aback.glues.lotus.lurid.rungs.hutch.thyme.valet.tommy.yokes.epics.trill.pikes.ozone.caper.chime.frees.famed.leech.smite.neigh.erode.robed.hoard.salve.conic.gawky.craze.jacks.gloat.mushy.rumps.fetus.wince.pinks.shalt.toots.glens.cooed.rusts.stews.shred.parka.chugs.winks.clots.shrew.booed.filmy.juror.dents.gummy.grays.hooky.butte.dogie.poled.reams.fifes.spank.gayer.tepid.spook.taint.flirt.rogue.spiky.opals.miser.cocky.coyly.balmy.slosh.brawl.aphid.faked.hydra.brags.chide.yanks.allay.video.altos.eases.meted.chasm.longs.excel.taffy.impel.savor.koala.quays.dawns.proxy.clove.duets.dregs.tardy.briar.grimy.ultra.meaty.halve.wails.suede.mauve.envoy.arson.coves.gooey.brews.sofas.chums.amaze.zooms.abbot.halos.scour.suing.cribs.sagas.enema.wordy.harps.coupe.molar.flops.weeps.mints.ashen.felts.askew.munch.mewed.divan.vices.jumbo.blobs.blots.spunk.acrid.topaz.cubed.clans.flees.slurs.gnaws.welds.fords.emits.agate.pumas.mends.darks.dukes.plies.canny.hoots.oozes.lamed.fouls.clefs.nicks.mated.skims.brunt.tuber.tinge.fates.ditty.thins.frets.eider.bayou.mulch.fasts.amass.damps.morns.friar.palsy.vista.croon.conch.udder.tacos.skits.mikes.quits.preen.aster.adder.elegy.pulpy.scows.baled.hovel.lavas.crave.optic.welts.busts.knave.razed.shins.totes.scoot.dears.crock.mutes.trims.skein.doted.shuns.veers.fakes.yoked.wooed.hacks.sprig.wands.lulls.seers.snobs.nooks.pined.perky.mooed.frill.dines.booze.tripe.prong.drips.odder.levee.antic.sidle.pithy.corks.yelps.joker.fleck.buffs.scram.tiers.bogey.doled.irate.vales.coped.hails.elude.bulks.aired.vying.stags.strew.cocci.pacts.scabs.silos.dusts.yodel.terse.jaded.baser.jibes.foils.sways.forgo.slays.preys.treks.quell.peeks.assay.lurks.eject.boars.trite.belch.gnash.wanes.lutes.whims.dosed.chewy.snipe.umbra.teems.dozes.kelps.upped.brawn.doped.shush.rinds.slush.moron.voile.woken.fjord.sheik.jests.kayak.slews.toted.saner.drape.patty.raves.sulfa.grist.skied.vixen.civet.vouch.tiara.homey.moped.runts.serge.kinky.rills.corns.brats.pries.amble.fries.loons.tsars.datum.musky.pigmy.gnome.ravel.ovule.icily.liken.lemur.frays.silts.sifts.plods.ramps.tress.earls.dudes.waive.karat.jolts.peons.beers.horny.pales.wreak.lairs.lynch.stank.swoon.idler.abort.blitz.ensue.atone.bingo.roves.kilts.scald.adios.cynic.dulls.memos.elfin.dales.peels.peals.bares.sinus.crone.sable.hinds.shirk.enrol.wilts.roams.duped.cysts.mitts.safes.spats.coops.filet.knell.refit.covey.punks.kilns.fitly.abate.talcs.heeds.duels.wanly.ruffs.gauss.lapel.jaunt.whelp.cleat.gauzy.dirge.edits.wormy.moats.smear.prods.bowel.frisk.vests.bayed.rasps.tames.delve.embed.befit.wafer.ceded.novas.feign.spews.larch.huffs.doles.mamas.hulks.pried.brims.irked.aspic.swipe.mealy.skimp.bluer.slake.dowdy.penis.brays.pupas.egret.flunk.phlox.gripe.peony.douse.blurs.darns.slunk.lefts.chats.inane.vials.stilt.rinks.woofs.wowed.bongs.frond.ingot.evict.singe.shyer.flied.slops.dolts.drool.dells.whelk.hippy.feted.ether.cocos.hives.jibed.mazes.trios.sirup.squab.laths.leers.pasta.rifts.lopes.alias.whirs.diced.slags.lodes.foxed.idled.prows.plait.malts.chafe.cower.toyed.chefs.keels.sties.racer.etude.sucks.sulks.micas.czars.copse.ailed.abler.rabid.golds.croup.snaky.visas.palls.mopes.boned.wispy.raved.swaps.junky.doily.pawns.tamer.poach.baits.damns.gumbo.daunt.prank.hunks.buxom.heres.honks.stows.unbar.idles.routs.sages.goads.remit.copes.deign.culls.girds.haves.lucks.stunk.dodos.shams.snubs.icons.usurp.dooms.hells.soled.comas.paves.maths.perks.limps.wombs.blurb.daubs.cokes.sours.stuns.cased.musts.coeds.cowed.aping.zoned.rummy.fetes.skulk.quaff.rajah.deans.reaps.galas.tills.roved.kudos.toned.pared.scull.vexes.punts.snoop.bails.dames.hazes.lores.marts.voids.ameba.rakes.adzes.harms.rears.satyr.swill.hexes.colic.leeks.hurls.yowls.ivies.plops.musks.papaw.jells.bused.cruet.bided.filch.zests.rooks.laxly.rends.loams.basks.sires.carps.pokey.flits.muses.bawls.shuck.viler.lisps.peeps.sorer.lolls.prude.diked.floss.flogs.scums.dopes.bogie.pinky.leafs.tubas.scads.lowed.yeses.biked.qualm.evens.caned.gawks.whits.wooly.gluts.romps.bests.dunce.crony.joist.tunas.boner.malls.parch.avers.crams.pares.dally.bigot.kales.flays.leach.gushy.pooch.huger.slyer.golfs.mires.flues.loafs.arced.acnes.neons.fiefs.dints.dazes.pouts.cored.yules.lilts.beefs.mutts.fells.cowls.spuds.lames.jawed.dupes.deads.bylaw.noons.nifty.clued.vireo.gapes.metes.cuter.maims.droll.cupid.mauls.sedge.papas.wheys.eking.loots.hilts.meows.beaus.dices.peppy.riper.fogey.gists.yogas.gilts.skews.cedes.zeals.alums.okays.elope.grump.wafts.soots.blimp.hefts.mulls.hosed.cress.doffs.ruder.pixie.waifs.ousts.pucks.biers.gulch.suets.hobos.lints.brans.teals.garbs.pewee.helms.turfs.quips.wends.banes.napes.icier.swats.bagel.hexed.ogres.goner.gilds.pyres.lards.bides.paged.talon.flout.medic.veals.putts.dirks.dotes.tippy.blurt.piths.acing.barer.whets.gaits.wools.dunks.heros.swabs.dirts.jutes.hemps.surfs.okapi.chows.shoos.dusks.parry.decal.furls.cilia.sears.novae.murks.warps.slues.lamer.saris.weans.purrs.dills.togas.newts.meany.bunts.razes.goons.wicks.ruses.vends.geode.drake.judos.lofts.pulps.lauds.mucks.vises.mocha.oiled.roman.ethyl.gotta.fugue.smack.gourd.bumpy.radix.fatty.borax.cubit.cacti.gamma.focal.avail.papal.golly.elite.versa.billy.adieu.annum.howdy.rhino.norms.bobby.axiom.setup.yolks.terns.mixer.genre.knoll.abode.junta.gorge.combo.alpha.overt.kinda.spelt.prick.nobly.ephod.audio.modal.veldt.warty.fluke.bonny.bream.rosin.bolls.doers.downs.beady.motif.humph.fella.mould.crepe.kerns.aloha.glyph.azure.riser.blest.locus.lumpy.beryl.wanna.brier.tuner.rowdy.mural.timer.canst.krill.quoth.lemme.triad.tenon.amply.deeps.padre.leant.pacer.octal.dolly.trans.sumac.foamy.lolly.giver.quipu.codex.manna.unwed.vodka.ferny.salon.duple.boron.revue.crier.alack.inter.dilly.whist.cults.spake.reset.loess.decor.mover.verve.ethic.gamut.lingo.dunno.align.sissy.incur.reedy.avant.piper.waxer.calyx.basil.coons.seine.piney.lemma.trams.winch.whirr.saith.ionic.heady.harem.tummy.sally.shied.dross.farad.saver.tilde.jingo.bower.serif.facto.belle.inset.bogus.caved.forte.sooty.bongo.toves.credo.basal.yella.aglow.glean.gusto.hymen.ethos.terra.brash.scrip.swash.aleph.tinny.itchy.wanta.trice.jowls.gongs.garde.boric.twill.sower.henry.awash.libel.spurn.sabre.rebut.penal.obese.sonny.quirt.mebbe.tacit.greek.xenon.hullo.pique.roger.negro.hadst.gecko.beget.uncut.aloes.louis.quint.clunk.raped.salvo.diode.matey.hertz.xylem.kiosk.apace.cawed.peter.wench.cohos.sorta.gamba.bytes.tango.nutty.axial.aleck.natal.clomp.gored.siree.bandy.gunny.runic.whizz.rupee.fated.wiper.bards.briny.staid.hocks.ochre.yummy.gents.soupy.roper.swath.cameo.edger.spate.gimme.ebbed.breve.theta.deems.dykes.servo.telly.tabby.tares.blocs.welch.ghoul.vitae.cumin.dinky.bronc.tabor.teeny.comer.borer.sired.privy.mammy.deary.gyros.sprit.conga.quire.thugs.furor.bloke.runes.bawdy.cadre.toxin.annul.egged.anion.nodes.picky.stein.jello.audit.echos.fagot.letup.eyrie.fount.caped.axons.amuck.banal.riled.petit.umber.miler.fibre.agave.bated.bilge.vitro.feint.pudgy.mater.manic.umped.pesky.strep.slurp.pylon.puree.caret.temps.newel.yawns.seedy.treed.coups.rangy.brads.mangy.loner.circa.tibia.afoul.mommy.titer.carne.kooky.motes.amity.suave.hippo.curvy.samba.newsy.anise.imams.tulle.aways.liven.hallo.wales.opted.canto.idyll.bodes.curio.wrack.hiker.chive.yokel.dotty.demur.cusps.specs.quads.laity.toner.decry.writs.saute.clack.aught.logos.tipsy.natty.ducal.bidet.bulgy.metre.lusts.unary.goeth.baler.sited.shies.hasps.brung.holed.swank.looky.melee.huffy.loamy.pimps.titan.binge.shunt.femur.libra.seder.honed.annas.coypu.shims.zowie.jihad.savvy.nadir.basso.monic.maned.mousy.omega.laver.prima.picas.folio.mecca.reals.troth.testy.balky.crimp.chink.abets.splat.abaci.vaunt.cutie.pasty.moray.levis.ratty.islet.joust.motet.viral.nukes.grads.comfy.voila.woozy.blued.whomp.sward.metro.skeet.chine.aerie.bowie.tubby.emirs.coati.unzip.slobs.trike.funky.ducat.dewey.skoal.wadis.oomph.taker.minim.getup.stoic.synod.runty.flyby.braze.inlay.venue.louts.peaty.orlon.humpy.radon.beaut.raspy.unfed.crick.nappy.vizor.yipes.rebus.divot.kiwis.vetch.squib.sitar.kiddo.dyers.cotta.matzo.lager.zebus.crass.dacha.kneed.dicta.fakir.knurl.runny.unpin.julep.globs.nudes.sushi.tacky.stoke.kaput.butch.hulas.croft.achoo.genii.nodal.outgo.spiel.viols.fetid.cagey.fudgy.epoxy.leggy.hanky.lapis.felon.beefy.coots.melba.caddy.segue.betel.frizz.drear.kooks.turbo.hoagy.moult.helix.zonal.arias.nosey.paean.lacey.banns.swain.fryer.retch.tenet.gigas.whiny.ogled.rumen.begot.cruse.abuts.riven.balks.sines.sigma.abase.ennui.gores.unset.augur.sated.odium.latin.dings.moire.scion.henna.kraut.dicks.lifer.prigs.bebop.gages.gazer.fanny.gibes.aural.tempi.hooch.rapes.snuck.harts.techs.emend.ninny.guava.scarp.liege.tufty.sepia.tomes.carob.emcee.prams.poser.verso.hubba.joule.baize.blips.scrim.cubby.clave.winos.rearm.liens.lumen.chump.nanny.trump.fichu.chomp.homos.purty.maser.woosh.patsy.shill.rusks.avast.swami.boded.ahhhh.lobed.natch.shish.tansy.snoot.payer.altho.sappy.laxer.hubby.aegis.riles.ditto.jazzy.dingo.quasi.septa.peaky.lorry.heerd.bitty.payee.seamy.apses.imbue.belie.chary.spoof.phyla.clime.babel.wacky.sumps.skids.khans.crypt.inure.nonce.outen.faire.hooey.anole.kazoo.calve.limbo.argot.ducky.faker.vibes.gassy.unlit.nervy.femme.biter.fiche.boors.gaffe.saxes.recap.synch.facie.dicey.ouija.hewer.legit.gurus.edify.tweak.caron.typos.rerun.polly.surds.hamza.nulls.hater.lefty.mogul.mafia.debug.pates.blabs.splay.talus.porno.moola.nixed.kilos.snide.horsy.gesso.jaggy.trove.nixes.creel.pater.iotas.cadge.skyed.hokum.furze.ankhs.curie.nutsy.hilum.remix.angst.burls.jimmy.veiny.tryst.codon.befog.gamed.flume.axman.doozy.lubes.rheas.bozos.butyl.kelly.mynah.jocks.donut.avian.wurst.chock.quash.quals.hayed.bombe.cushy.spacy.puked.leery.thews.prink.amens.tesla.intro.fiver.frump.capos.opine.coder.namer.jowly.pukes.haled.chard.duffs.bruin.reuse.whang.toons.frats.silty.telex.cutup.nisei.neato.decaf.softy.bimbo.adlib.loony.shoed.agues.peeve.noway.gamey.sarge.reran.epact.potty.coned.upend.narco.ikats.whorl.jinks.tizzy.weepy.posit.marge.vegan.clops.numbs.reeks.rubes.rower.biped.tiffs.hocus.hammy.bunco.fixit.tykes.chaws.yucky.hokey.resew.maven.adman.scuzz.slogs.souse.nacho.mimed.melds.boffo.debit.pinup.vagus.gulag.randy.bosun.educe.faxes.auras.pesto.antsy.betas.fizzy.dorky.snits.moxie.thane.mylar.nobby.gamin.gouty.esses.goyim.paned.druid.jades.rehab.gofer.tzars.octet.homed.socko.dorks.eared.anted.elide.fazes.oxbow.dowse.situs.macaw.scone.drily.hyper.salsa.mooch.gated.unjam.lipid.mitre.venal.knish.ritzy.divas.torus.mange.dimer.recut.meson.wined.fends.phage.fiats.caulk.cavil.panty.roans.bilks.hones.botch.estop.sully.sooth.gelds.ahold.raper.pager.fixer.infix.hicks.tuxes.plebe.twits.abash.twixt.wacko.primp.nabla.girts.miffs.emote.xerox.rebid.shahs.rutty.grout.grift.deify.biddy.kopek.semis.bries.acmes.piton.hussy.torts.disco.whore.boozy.gibed.vamps.amour.soppy.gonzo.durst.wader.tutus.perms.catty.glitz.brigs.nerds.barmy.gizmo.owlet.sayer.molls.shard.whops.comps.corer.colas.matte.droid.ploys.vapid.cairn.deism.mixup.yikes.prosy.raker.flubs.whish.reify.craps.shags.clone.hazed.macho.recto.refix.drams.biker.aquas.porky.doyen.exude.goofs.divvy.noels.jived.hulky.cager.harpy.oldie.vivas.admix.codas.zilch.deist.orcas.retro.pilaf.parse.rants.zingy.toddy.chiff.micro.veeps.girly.nexus.demos.bibbs.antes.lulus.gnarl.zippy.ivied.epees.wimps.tromp.grail.yoyos.poufs.hales.roust.cabal.rawer.pampa.mosey.kefir.burgs.unmet.cuspy.boobs.boons.hypes.dynes.nards.lanai.yogis.sepal.quark.toked.prate.ayins.hawed.swigs.vitas.toker.doper.bossa.linty.foist.mondo.stash.kayos.twerp.zesty.capon.wimpy.rewed.fungo.tarot.frosh.kabob.pinko.redid.mimeo.heist.tarps.lamas.sutra.dinar.whams.busty.spays.mambo.nabob.preps.odour.cabby.conks.sluff.dados.houri.swart.balms.gutsy.faxed.egads.pushy.retry.agora.drubs.daffy.chits.mufti.karma.lotto.toffs.burps.deuce.zings.kappa.clads.doggy.duper.scams.ogler.mimes.throe.zetas.waled.promo.blats.muffs.oinks.viand.coset.finks.faddy.minis.snafu.sauna.usury.muxes.craws.stats.condo.coxes.loopy.dorms.ascot.dippy.execs.dopey.envoi.umpty.gismo.fazed.strop.jives.slims.batik.pings.sonly.leggo.pekoe.prawn.luaus.campy.oodle.prexy.proms.touts.ogles.tweet.toady.naiad.hider.nuked.fatso.sluts.obits.narcs.tyros.delis.wooer.hyped.poset.byway.texas.scrod.avows.futon.torte.tuple.carom.kebab.tamps.jilts.duals.artsy.repro.modem.toped.psych.sicko.klutz.tarns.coxed.drays.cloys.anded.piker.aimer.suras.limos.flack.hapax.dutch.mucky.shire.klieg.staph.layup.tokes.axing.toper.duvet.cowry.profs.blahs.addle.sudsy.batty.coifs.suety.gabby.hafta.pitas.gouda.deice.taupe.topes.duchy.nitro.carny.limey.orals.hirer.taxer.roils.ruble.elate.dolor.wryer.snots.quais.coked.gimel.gorse.minas.goest.agape.manta.jings.iliac.admen.offen.cills.offal.lotta.bolas.thwap.alway.boggy.donna.locos.belay.gluey.bitsy.mimsy.hilar.outta.vroom.fetal.raths.renal.dyads.crocs.vires.culpa.kivas.feist.teats.thats.yawls.whens.abaca.ohhhh.aphis.fusty.eclat.perdu.mayst.exeat.molly.supra.wetly.plasm.buffa.semen.pukka.tagua.paras.stoat.secco.carte.haute.molal.shads.forma.ovoid.pions.modus.bueno.rheum.scurf.parer.ephah.doest.sprue.flams.molto.dieth.choos.miked.bronx.goopy.bally.plumy.moony.morts.yourn.bipod.spume.algal.ambit.mucho.spued.dozer.harum.groat.skint.laude.thrum.pappy.oncet.rimed.gigue.limed.plein.redly.humpf.lites.seest.grebe.absit.thanx.pshaw.yawps.plats.payed.areal.tilth.youse.gwine.thees.watsa.lento.spitz.yawed.gipsy.sprat.cornu.amahs.blowy.wahoo.lubra.mecum.whooo.coqui.sabra.edema.mrads.dicot.astro.kited.ouzel.didos.grata.bonne.axmen.klunk.summa.laves.purls.yawny.teary.masse.largo.bazar.pssst.sylph.lulab.toque.fugit.plunk.ortho.lucre.cooch.whipt.folky.tyres.wheee.corky.injun.solon.didot.kerfs.rayed.wassa.chile.begat.nippy.litre.magna.rebox.hydro.milch.brent.gyves.lazed.feued.mavis.inapt.baulk.casus.scrum.wised.fossa.dower.kyrie.bhoys.scuse.feuar.ohmic.juste.ukase.beaux.tusky.orate.musta.lardy.intra.quiff.epsom.neath.ocher.tared.homme.mezzo.corms.psoas.beaky.terry.infra.spivs.tuans.belli.bergs.anima.weirs.mahua.scops.manse.titre.curia.kebob.cycad.talky.fucks.tapis.amide.dolce.sloes.jakes.russe.blash.tutti.pruta.panga.blebs.tench.swarf.herem.missy.merse.pawky.limen.vivre.chert.unsee.tiros.brack.foots.welsh.fosse.knops.ileum.noire.firma.podgy.laird.thunk.shute.rowan.shoji.poesy.uncap.fames.glees.costa.turps.fores.solum.imago.byres.fondu.coney.polis.dictu.kraal.sherd.mumbo.wroth.chars.unbox.vacuo.slued.weest.hades.wiled.syncs.muser.excon.hoars.sibyl.passe.joeys.lotsa.lepta.shays.bocks.endue.darer.nones.ileus.plash.busby.wheal.buffo.yobbo.biles.poxes.rooty.licit.terce.bromo.hayey.dweeb.imbed.saran.bruit.punky.softs.biffs.loppy.agars.aquae.livre.biome.bunds.shews.diems.ginny.degum.polos.desex.unman.dungy.vitam.wedgy.glebe.apers.ridgy.roids.wifey.vapes.whoas.bunko.yolky.ulnas.reeky.bodge.brant.davit.deque.liker.jenny.tacts.fulls.treap.ligne.acked.refry.vower.aargh.churl.momma.gaols.whump.arras.marls.tiler.grogs.memes.midis.tided.haler.duces.twiny.poste.unrig.prise.drabs.quids.facer.spier.baric.geoid.remap.trier.gunks.steno.stoma.airer.ovate.torah.apian.smuts.pocks.yurts.exurb.defog.nuder.bosky.nimbi.mothy.joyed.labia.pards.jammy.bigly.faxer.hoppy.nurbs.cotes.dishy.vised.celeb.pismo.casas.withs.dodgy.scudi.mungs.muons.ureas.ioctl.unhip.krone.sager.verst.expat.gronk.uvula.shawm.bilgy.braes.cento.webby.lippy.gamic.lordy.mazed.tings.shoat.faery.wirer.diazo.carer.rater.greps.rente.zloty.viers.unapt.poops.fecal.kepis.taxon.eyers.wonts.spina.stoae.yenta.pooey.buret.japan.bedew.hafts.selfs.oared.herby.pryer.oakum.dinks.titty.sepoy.penes.fusee.winey.gimps.nihil.rille.giber.ousel.umiak.cuppy.hames.shits.azine.glads.tacet.bumph.coyer.honky.gamer.gooky.waspy.sedgy.bents.varia.djinn.junco.pubic.wilco.lazes.idyls.lupus.rives.snood.schmo.spazz.finis.noter.pavan.orbed.bates.pipet.baddy.goers.shako.stets.sebum.seeth.lobar.raver.ajuga.riced.velds.dribs.ville.dhows.unsew.halma.krona.limby.jiffs.treys.bauds.pffft.mimer.plebs.caner.jiber.cuppa.washy.chuff.unarm.yukky.styes.waker.flaks.maces.rimes.gimpy.guano.liras.kapok.scuds.bwana.oring.aider.prier.klugy.monte.golem.velar.firer.pieta.umbel.campo.unpeg.fovea.abeam.boson.asker.goths.vocab.vined.trows.tikis.loper.indie.boffs.spang.grapy.tater.ichor.kilty.lochs.supes.degas.flics.torsi.beths.weber.resaw.lawny.coven.mujik.relet.therm.heigh.shnor.trued.zayin.liest.barfs.bassi.qophs.roily.flabs.punny.okras.hanks.dipso.nerfs.fauns.calla.pseud.lurer.magus.obeah.atria.twink.palmy.pocky.pends.recta.plonk.slaws.keens.nicad.pones.inker.whews.groks.mosts.trews.ulnar.gyppy.cocas.expos.eruct.oiler.vacua.dreck.dater.arums.tubal.voxel.dixit.beery.assai.lades.actin.ghoti.buzzy.meads.grody.ribby.clews.creme.email.pyxie.kulak.bocci.rived.duddy.hoper.lapin.wonks.petri.phial.fugal.holon.boomy.duomo.musos.shier.hayer.porgy.hived.litho.fisty.stagy.luvya.maria.smogs.asana.yogic.slomo.fawny.amine.wefts.gonad.twirp.brava.plyer.fermi.loges.niter.revet.unate.gyved.totty.zappy.honer.giros.dicer.calks.luxes.monad.cruft.quoin.fumer.amped.shlep.vinca.yahoo.vulva.zooey.dryad.nixie.moper.iambs.lunes.nudie.limns.weals.nohow.miaow.gouts.mynas.mazer.kikes.oxeye.stoup.jujus.debar.pubes.taels.defun.rands.blear.paver.goosy.sprog.oleos.toffy.pawer.maced.crits.kluge.tubed.sahib.ganef.scats.sputa.vaned.acned.taxol.plink.oweth.tribs.resay.boule.thous.haply.glans.maxis.bezel.antis.porks.quoit.alkyd.glary.beamy.hexad.bonks.tecum.kerbs.filar.frier.redux.abuzz.fader.shoer.couth.trues.guyed.goony.booky.fuzes.hurly.genet.hodad.calix.filer.pawls.iodic.utero.henge.unsay.liers.piing.weald.sexed.folic.poxed.cunts.anile.kiths.becks.tatty.plena.rebar.abled.toyer.attar.teaks.aioli.awing.anent.feces.redip.wists.prats.mesne.muter.smurf.owest.bahts.lossy.ftped.hunky.hoers.slier.sicks.fatly.delft.hiver.himbo.pengo.busks.loxes.zonks.ilium.aport.ikons.mulct.reeve.civvy.canna.barfy.kaiak.scudo.knout.gaper.bhang.pease.uteri.lases.paten.rasae.axels.stoas.ombre.styli.gunky.hazer.kenaf.ahoys.ammos.weeny.urger.kudzu.paren.bolos.fetor.nitty.techy.lieth.somas.darky.villi.gluon.janes.cants.farts.socle.jinns.ruing.slily.ricer.hadda.wowee.rices.nerts.cauls.swive.lilty.micks.arity.pasha.finif.oinky.gutty.tetra.wises.wolds.balds.picot.whats.shiki.bungs.snarf.legos.dungs.stogy.berms.tangs.vails.roods.morel.sware.elans.latus.gules.razer.doxie.buena.overs.gutta.zincs.nates.kirks.tikes.donee.jerry.mohel.ceder.doges.unmap.folia.rawly.snark.topoi.ceils.immix.yores.diest.bubba.pomps.forky.turdy.lawzy.poohs.worts.gloms.beano.muley.barky.tunny.auric.funks.gaffs.cordy.curdy.lisle.toric.soyas.reman.mungy.carpy.apish.oaten.gappy.aurae.bract.rooky.axled.burry.sizer.proem.turfy.impro.mashy.miens.nonny.olios.grook.sates.agley.corgi.dashy.doser.dildo.apsos.xored.laker.playa.selah.malty.dulse.frigs.demit.whoso.rials.sawer.spics.bedim.snugs.fanin.azoic.icers.suers.wizen.koine.topos.shirr.rifer.feral.laded.lased.turds.swede.easts.cozen.unhit.pally.aitch.sedum.coper.ruche.geeks.swags.etext.algin.offed.ninja.holer.doter.toter.besot.dicut.macer.peens.pewit.redox.poler.yecch.fluky.doeth.twats.cruds.bebug.bider.stele.hexer.wests.gluer.pilau.abaft.whelm.lacer.inode.tabus.gator.cuing.refly.luted.cukes.bairn.bight.arses.crump.loggy.blini.spoor.toyon.harks.wazoo.fenny.naves.keyer.tufas.morph.rajas.typal.spiff.oxlip.unban.mussy.finny.rimer.login.molas.cirri.huzza.agone.unsex.unwon.peats.toile.zombi.dewed.nooky.alkyl.ixnay.dovey.holey.cuber.amyls.podia.chino.apnea.prims.lycra.johns.primo.fatwa.egger.hempy.snook.hying.fuzed.barms.crink.moots.yerba.rhumb.unarc.direr.munge.eland.nares.wrier.noddy.atilt.jukes.ender.thens.unfix.doggo.zooks.diddy.shmoo.brusk.prest.curer.pasts.kelpy.bocce.kicky.taros.lings.dicky.nerdy.abend.stela.biggy.laved.baldy.pubis.gooks.wonky.stied.hypos.assed.spumy.osier.roble.rumba.biffy.pupal".split("."), Ci = /* @__PURE__ */ "aahed.aalii.aargh.aarti.abaca.abaci.abacs.abaft.abaka.abamp.aband.abash.abask.abaya.abbas.abbed.abbes.abcee.abeam.abear.abele.abers.abets.abies.abler.ables.ablet.ablow.abmho.abohm.aboil.aboma.aboon.abord.abore.abram.abray.abrim.abrin.abris.absey.absit.abuna.abune.abuts.abuzz.abyes.abysm.acais.acari.accas.accoy.acerb.acers.aceta.achar.ached.aches.achoo.acids.acidy.acing.acini.ackee.acker.acmes.acmic.acned.acnes.acock.acold.acred.acres.acros.acted.actin.acton.acyls.adaws.adays.adbot.addax.added.adder.addio.addle.adeem.adhan.adieu.adios.adits.adman.admen.admix.adobo.adown.adoze.adrad.adred.adsum.aduki.adunc.adust.advew.adyta.adzed.adzes.aecia.aedes.aegis.aeons.aerie.aeros.aesir.afald.afara.afars.afear.aflaj.afore.afrit.afros.agama.agami.agars.agast.agave.agaze.agene.agers.agger.aggie.aggri.aggro.aggry.aghas.agila.agios.agism.agist.agita.aglee.aglet.agley.agloo.aglus.agmas.agoge.agone.agons.agood.agria.agrin.agros.agued.agues.aguna.aguti.aheap.ahent.ahigh.ahind.ahing.ahint.ahold.ahull.ahuru.aidas.aided.aides.aidoi.aidos.aiery.aigas.aight.ailed.aimed.aimer.ainee.ainga.aioli.aired.airer.airns.airth.airts.aitch.aitus.aiver.aiyee.aizle.ajies.ajiva.ajuga.ajwan.akees.akela.akene.aking.akita.akkas.alaap.alack.alamo.aland.alane.alang.alans.alant.alapa.alaps.alary.alate.alays.albas.albee.alcid.alcos.aldea.alder.aldol.aleck.alecs.alefs.aleft.aleph.alews.aleye.alfas.algal.algas.algid.algin.algor.algum.alias.alifs.aline.alist.aliya.alkie.alkos.alkyd.alkyl.allee.allel.allis.allod.allyl.almah.almas.almeh.almes.almud.almug.alods.aloed.aloes.aloha.aloin.aloos.alowe.altho.altos.alula.alums.alure.alvar.alway.amahs.amain.amate.amaut.amban.ambit.ambos.ambry.ameba.ameer.amene.amens.ament.amias.amice.amici.amide.amido.amids.amies.amiga.amigo.amine.amino.amins.amirs.amlas.amman.ammon.ammos.amnia.amnic.amnio.amoks.amole.amort.amour.amove.amowt.amped.ampul.amrit.amuck.amyls.anana.anata.ancho.ancle.ancon.andro.anear.anele.anent.angas.anglo.anigh.anile.anils.anima.animi.anion.anise.anker.ankhs.ankus.anlas.annal.annas.annat.anoas.anole.anomy.ansae.antae.antar.antas.anted.antes.antis.antra.antre.antsy.anura.anyon.apace.apage.apaid.apayd.apays.apeak.apeek.apers.apert.apery.apgar.aphis.apian.apiol.apish.apism.apode.apods.apoop.aport.appal.appay.appel.appro.appui.appuy.apres.apses.apsis.apsos.apted.apter.aquae.aquas.araba.araks.arame.arars.arbas.arced.archi.arcos.arcus.ardeb.ardri.aread.areae.areal.arear.areas.areca.aredd.arede.arefy.areic.arene.arepa.arere.arete.arets.arett.argal.argan.argil.argle.argol.argon.argot.argus.arhat.arias.ariel.ariki.arils.ariot.arish.arked.arled.arles.armed.armer.armet.armil.arnas.arnut.aroba.aroha.aroid.arpas.arpen.arrah.arras.arret.arris.arroz.arsed.arses.arsey.arsis.artal.artel.artic.artis.aruhe.arums.arval.arvee.arvos.aryls.asana.ascon.ascus.asdic.ashed.ashes.ashet.asked.asker.askoi.askos.aspen.asper.aspic.aspie.aspis.aspro.assai.assam.asses.assez.assot.aster.astir.astun.asura.asway.aswim.asyla.ataps.ataxy.atigi.atilt.atimy.atlas.atman.atmas.atmos.atocs.atoke.atoks.atoms.atomy.atony.atopy.atria.atrip.attap.attar.atuas.audad.auger.aught.aulas.aulic.auloi.aulos.aumil.aunes.aunts.aurae.aural.aurar.auras.aurei.aures.auric.auris.aurum.autos.auxin.avale.avant.avast.avels.avens.avers.avgas.avine.avion.avise.aviso.avize.avows.avyze.awarn.awato.awave.aways.awdls.aweel.aweto.awing.awmry.awned.awner.awols.awork.axels.axile.axils.axing.axite.axled.axles.axman.axmen.axoid.axone.axons.ayahs.ayaya.ayelp.aygre.ayins.ayont.ayres.ayrie.azans.azide.azido.azine.azlon.azoic.azole.azons.azote.azoth.azuki.azurn.azury.azygy.azyme.azyms.baaed.baals.babas.babel.babes.babka.baboo.babul.babus.bacca.bacco.baccy.bacha.bachs.backs.baddy.baels.baffs.baffy.bafts.baghs.bagie.bahts.bahus.bahut.bails.bairn.baisa.baith.baits.baiza.baize.bajan.bajra.bajri.bajus.baked.baken.bakes.bakra.balas.balds.baldy.baled.bales.balks.balky.balls.bally.balms.baloo.balsa.balti.balun.balus.bambi.banak.banco.bancs.banda.bandh.bands.bandy.baned.banes.bangs.bania.banks.banns.bants.bantu.banty.banya.bapus.barbe.barbs.barby.barca.barde.bardo.bards.bardy.bared.barer.bares.barfi.barfs.baric.barks.barky.barms.barmy.barns.barny.barps.barra.barre.barro.barry.barye.basan.based.basen.baser.bases.basho.basij.basks.bason.basse.bassi.basso.bassy.basta.basti.basto.basts.bated.bates.baths.batik.batta.batts.battu.bauds.bauks.baulk.baurs.bavin.bawds.bawks.bawls.bawns.bawrs.bawty.bayed.bayer.bayes.bayle.bayts.bazar.bazoo.beads.beaks.beaky.beals.beams.beamy.beano.beans.beany.beare.bears.beath.beats.beaty.beaus.beaut.beaux.bebop.becap.becke.becks.bedad.bedel.bedes.bedew.bedim.bedye.beedi.beefs.beeps.beers.beery.beets.befog.begad.begar.begem.begot.begum.beige.beigy.beins.bekah.belah.belar.belay.belee.belga.bells.belon.belts.bemad.bemas.bemix.bemud.bends.bendy.benes.benet.benga.benis.benne.benni.benny.bento.bents.benty.bepat.beray.beres.bergs.berko.berks.berme.berms.berob.beryl.besat.besaw.besee.beses.besit.besom.besot.besti.bests.betas.beted.betes.beths.betid.beton.betta.betty.bever.bevor.bevue.bevvy.bewet.bewig.bezes.bezil.bezzy.bhais.bhaji.bhang.bhats.bhels.bhoot.bhuna.bhuts.biach.biali.bialy.bibbs.bibes.biccy.bices.bided.bider.bides.bidet.bidis.bidon.bield.biers.biffo.biffs.biffy.bifid.bigae.biggs.biggy.bigha.bight.bigly.bigos.bijou.biked.biker.bikes.bikie.bilbo.bilby.biled.biles.bilgy.bilks.bills.bimah.bimas.bimbo.binal.bindi.binds.biner.bines.bings.bingy.binit.binks.bints.biogs.biont.biota.biped.bipod.birds.birks.birle.birls.biros.birrs.birse.birsy.bises.bisks.bisom.bitch.biter.bites.bitos.bitou.bitsy.bitte.bitts.bivia.bivvy.bizes.bizzo.bizzy.blabs.blads.blady.blaer.blaes.blaff.blags.blahs.blain.blams.blart.blase.blash.blate.blats.blatt.blaud.blawn.blaws.blays.blear.blebs.blech.blees.blent.blert.blest.blets.bleys.blimy.bling.blini.blins.bliny.blips.blist.blite.blits.blive.blobs.blocs.blogs.blook.bloop.blore.blots.blows.blowy.blubs.blude.bluds.bludy.blued.blues.bluet.bluey.bluid.blume.blunk.blurs.blype.boabs.boaks.boars.boart.boats.bobac.bobak.bobas.bobol.bobos.bocca.bocce.bocci.boche.bocks.boded.bodes.bodge.bodhi.bodle.boeps.boets.boeuf.boffo.boffs.bogan.bogey.boggy.bogie.bogle.bogue.bogus.bohea.bohos.boils.boing.boink.boite.boked.bokeh.bokes.bokos.bolar.bolas.bolds.boles.bolix.bolls.bolos.bolts.bolus.bomas.bombe.bombo.bombs.bonce.bonds.boned.boner.bones.bongs.bonie.bonks.bonne.bonny.bonza.bonze.booai.booay.boobs.boody.booed.boofy.boogy.boohs.books.booky.bools.booms.boomy.boong.boons.boord.boors.boose.boots.boppy.borak.boral.boras.borde.bords.bored.boree.borel.borer.bores.borgo.boric.borks.borms.borna.boron.borts.borty.bortz.bosie.bosks.bosky.boson.bosun.botas.botel.botes.bothy.botte.botts.botty.bouge.bouks.boult.bouns.bourd.bourg.bourn.bouse.bousy.bouts.bovid.bowat.bowed.bower.bowes.bowet.bowie.bowls.bowne.bowrs.bowse.boxed.boxen.boxes.boxla.boxty.boyar.boyau.boyed.boyfs.boygs.boyla.boyos.boysy.bozos.braai.brach.brack.bract.brads.braes.brags.brail.braks.braky.brame.brane.brank.brans.brant.brast.brats.brava.bravi.braws.braxy.brays.braza.braze.bream.brede.breds.breem.breer.brees.breid.breis.breme.brens.brent.brere.brers.breve.brews.breys.brier.bries.brigs.briki.briks.brill.brims.brins.brios.brise.briss.brith.brits.britt.brize.broch.brock.brods.brogh.brogs.brome.bromo.bronc.brond.brool.broos.brose.brosy.brows.brugh.bruin.bruit.brule.brume.brung.brusk.brust.bruts.buats.buaze.bubal.bubas.bubba.bubbe.bubby.bubus.buchu.bucko.bucks.bucku.budas.budis.budos.buffa.buffe.buffi.buffo.buffs.buffy.bufos.bufty.buhls.buhrs.buiks.buist.bukes.bulbs.bulgy.bulks.bulla.bulls.bulse.bumbo.bumfs.bumph.bumps.bumpy.bunas.bunce.bunco.bunde.bundh.bunds.bundt.bundu.bundy.bungs.bungy.bunia.bunje.bunjy.bunko.bunks.bunns.bunts.bunty.bunya.buoys.buppy.buran.buras.burbs.burds.buret.burfi.burgh.burgs.burin.burka.burke.burks.burls.burns.buroo.burps.burqa.burro.burrs.burry.bursa.burse.busby.buses.busks.busky.bussu.busti.busts.busty.buteo.butes.butle.butoh.butts.butty.butut.butyl.buzzy.bwana.bwazi.byded.bydes.byked.bykes.byres.byrls.byssi.bytes.byway.caaed.cabas.caber.cabob.caboc.cabre.cacas.cacks.cacky.cadee.cades.cadge.cadgy.cadie.cadis.cadre.caeca.caese.cafes.caffs.caged.cager.cages.cagot.cahow.caids.cains.caird.cajon.cajun.caked.cakes.cakey.calfs.calid.calif.calix.calks.calla.calls.calms.calmy.calos.calpa.calps.calve.calyx.caman.camas.cames.camis.camos.campi.campo.camps.campy.camus.caned.caneh.caner.canes.cangs.canid.canna.canns.canso.canst.canto.cants.canty.capas.caped.capes.capex.caphs.capiz.caple.capon.capos.capot.capri.capul.carap.carbo.carbs.carby.cardi.cards.cardy.cared.carer.cares.caret.carex.carks.carle.carls.carns.carny.carob.carom.caron.carpi.carps.carrs.carse.carta.carte.carts.carvy.casas.casco.cased.cases.casks.casky.casts.casus.cates.cauda.cauks.cauld.cauls.caums.caups.cauri.causa.cavas.caved.cavel.caver.caves.cavie.cawed.cawks.caxon.ceaze.cebid.cecal.cecum.ceded.ceder.cedes.cedis.ceiba.ceili.ceils.celeb.cella.celli.cells.celom.celts.cense.cento.cents.centu.ceorl.cepes.cerci.cered.ceres.cerge.ceria.ceric.cerne.ceroc.ceros.certs.certy.cesse.cesta.cesti.cetes.cetyl.cezve.chace.chack.chaco.chado.chads.chaft.chais.chals.chams.chana.chang.chank.chape.chaps.chapt.chara.chare.chark.charr.chars.chary.chats.chave.chavs.chawk.chaws.chaya.chays.cheep.chefs.cheka.chela.chelp.chemo.chems.chere.chert.cheth.chevy.chews.chewy.chiao.chias.chibs.chica.chich.chico.chics.chiel.chiks.chile.chimb.chimo.chimp.chine.ching.chink.chino.chins.chips.chirk.chirl.chirm.chiro.chirr.chirt.chiru.chits.chive.chivs.chivy.chizz.choco.chocs.chode.chogs.choil.choko.choky.chola.choli.cholo.chomp.chons.choof.chook.choom.choon.chops.chota.chott.chout.choux.chowk.chows.chubs.chufa.chuff.chugs.chums.churl.churr.chuse.chuts.chyle.chyme.chynd.cibol.cided.cides.ciels.ciggy.cilia.cills.cimar.cimex.cinct.cines.cinqs.cions.cippi.circs.cires.cirls.cirri.cisco.cissy.cists.cital.cited.citer.cites.cives.civet.civie.civvy.clach.clade.clads.claes.clags.clame.clams.clans.claps.clapt.claro.clart.clary.clast.clats.claut.clave.clavi.claws.clays.cleck.cleek.cleep.clefs.clegs.cleik.clems.clepe.clept.cleve.clews.clied.clies.clift.clime.cline.clint.clipe.clips.clipt.clits.cloam.clods.cloff.clogs.cloke.clomb.clomp.clonk.clons.cloop.cloot.clops.clote.clots.clour.clous.clows.cloye.cloys.cloze.clubs.clues.cluey.clunk.clype.cnida.coact.coady.coala.coals.coaly.coapt.coarb.coate.coati.coats.cobbs.cobby.cobia.coble.cobza.cocas.cocci.cocco.cocks.cocky.cocos.codas.codec.coded.coden.coder.codes.codex.codon.coeds.coffs.cogie.cogon.cogue.cohab.cohen.cohoe.cohog.cohos.coifs.coign.coils.coins.coirs.coits.coked.cokes.colas.colby.colds.coled.coles.coley.colic.colin.colls.colly.colog.colts.colza.comae.comal.comas.combe.combi.combo.combs.comby.comer.comes.comix.commo.comms.commy.compo.comps.compt.comte.comus.coned.cones.coney.confs.conga.conge.congo.conia.conin.conks.conky.conne.conns.conte.conto.conus.convo.cooch.cooed.cooee.cooer.cooey.coofs.cooks.cooky.cools.cooly.coomb.cooms.coomy.coons.coops.coopt.coost.coots.cooze.copal.copay.coped.copen.coper.copes.coppy.copra.copsy.coqui.coram.corbe.corby.cords.cored.cores.corey.corgi.coria.corks.corky.corms.corni.corno.corns.cornu.corps.corse.corso.cosec.cosed.coses.coset.cosey.cosie.costa.coste.costs.cotan.coted.cotes.coths.cotta.cotts.coude.coups.courb.courd.coure.cours.couta.couth.coved.coves.covin.cowal.cowan.cowed.cowks.cowls.cowps.cowry.coxae.coxal.coxed.coxes.coxib.coyau.coyed.coyer.coypu.cozed.cozen.cozes.cozey.cozie.craal.crabs.crags.craic.craig.crake.crame.crams.crans.crape.craps.crapy.crare.craws.crays.creds.creel.crees.crems.crena.creps.crepy.crewe.crews.crias.cribs.cries.crims.crine.crios.cripe.crips.crise.crith.crits.croci.crocs.croft.crogs.cromb.crome.cronk.crons.crool.croon.crops.crore.crost.crout.crows.croze.cruck.crudo.cruds.crudy.crues.cruet.cruft.crunk.cruor.crura.cruse.crusy.cruve.crwth.cryer.ctene.cubby.cubeb.cubed.cuber.cubes.cubit.cuddy.cuffo.cuffs.cuifs.cuing.cuish.cuits.cukes.culch.culet.culex.culls.cully.culms.culpa.culti.cults.culty.cumec.cundy.cunei.cunit.cunts.cupel.cupid.cuppa.cuppy.curat.curbs.curch.curds.curdy.cured.curer.cures.curet.curfs.curia.curie.curli.curls.curns.curny.currs.cursi.curst.cusec.cushy.cusks.cusps.cuspy.cusso.cusum.cutch.cuter.cutes.cutey.cutin.cutis.cutto.cutty.cutup.cuvee.cuzes.cwtch.cyano.cyans.cycad.cycas.cyclo.cyder.cylix.cymae.cymar.cymas.cymes.cymol.cysts.cytes.cyton.czars.daals.dabba.daces.dacha.dacks.dadah.dadas.dados.daffs.daffy.dagga.daggy.dagos.dahls.daiko.daine.daint.daker.daled.dales.dalis.dalle.dalts.daman.damar.dames.damme.damns.damps.dampy.dancy.dangs.danio.danks.danny.dants.daraf.darbs.darcy.dared.darer.dares.darga.dargs.daric.daris.darks.darky.darns.darre.darts.darzi.dashi.dashy.datal.dated.dater.dates.datos.datto.daube.daubs.dauby.dauds.dault.daurs.dauts.daven.davit.dawah.dawds.dawed.dawen.dawks.dawns.dawts.dayan.daych.daynt.dazed.dazer.dazes.deads.deair.deals.deans.deare.dearn.dears.deary.deash.deave.deaws.deawy.debag.debby.debel.debes.debts.debud.debur.debus.debye.decad.decaf.decan.decko.decks.decos.dedal.deeds.deedy.deely.deems.deens.deeps.deere.deers.deets.deeve.deevs.defat.deffo.defis.defog.degas.degum.degus.deice.deids.deify.deils.deism.deist.deked.dekes.dekko.deled.deles.delfs.delft.delis.dells.delly.delos.delph.delts.deman.demes.demic.demit.demob.demoi.demos.dempt.denar.denay.dench.denes.denet.denis.dents.deoxy.derat.deray.dered.deres.derig.derma.derms.derns.derny.deros.derro.derry.derth.dervs.desex.deshi.desis.desks.desse.devas.devel.devis.devon.devos.devot.dewan.dewar.dewax.dewed.dexes.dexie.dhaba.dhaks.dhals.dhikr.dhobi.dhole.dholl.dhols.dhoti.dhows.dhuti.diact.dials.diane.diazo.dibbs.diced.dicer.dices.dicht.dicks.dicky.dicot.dicta.dicts.dicty.diddy.didie.didos.didst.diebs.diels.diene.diets.diffs.dight.dikas.diked.diker.dikes.dikey.dildo.dilli.dills.dimbo.dimer.dimes.dimps.dinar.dined.dines.dinge.dings.dinic.dinks.dinky.dinna.dinos.dints.diols.diota.dippy.dipso.diram.direr.dirke.dirks.dirls.dirts.disas.disci.discs.dishy.disks.disme.dital.ditas.dited.dites.ditsy.ditts.ditzy.divan.divas.dived.dives.divis.divna.divos.divot.divvy.diwan.dixie.dixit.diyas.dizen.djinn.djins.doabs.doats.dobby.dobes.dobie.dobla.dobra.dobro.docht.docks.docos.docus.doddy.dodos.doeks.doers.doest.doeth.doffs.dogan.doges.dogey.doggo.doggy.dogie.dohyo.doilt.doily.doits.dojos.dolce.dolci.doled.doles.dolia.dolls.dolma.dolor.dolos.dolts.domal.domed.domes.domic.donah.donas.donee.doner.donga.dongs.donko.donna.donne.donny.donsy.doobs.dooce.doody.dooks.doole.dools.dooly.dooms.doomy.doona.doorn.doors.doozy.dopas.doped.doper.dopes.dorad.dorba.dorbs.doree.dores.doric.doris.dorks.dorky.dorms.dormy.dorps.dorrs.dorsa.dorse.dorts.dorty.dosai.dosas.dosed.doseh.doser.doses.dosha.dotal.doted.doter.dotes.dotty.douar.douce.doucs.douks.doula.douma.doums.doups.doura.douse.douts.doved.doven.dover.doves.dovie.dowar.dowds.dowed.dower.dowie.dowle.dowls.dowly.downa.downs.dowps.dowse.dowts.doxed.doxes.doxie.doyen.doyly.dozed.dozer.dozes.drabs.drack.draco.draff.drags.drail.drams.drant.draps.drats.drave.draws.drays.drear.dreck.dreed.dreer.drees.dregs.dreks.drent.drere.drest.dreys.dribs.drice.dries.drily.drips.dript.droid.droil.droke.drole.drome.drony.droob.droog.drook.drops.dropt.drouk.drows.drubs.drugs.drums.drupe.druse.drusy.druxy.dryad.dryas.dsobo.dsomo.duads.duals.duans.duars.dubbo.ducal.ducat.duces.ducks.ducky.ducts.duddy.duded.dudes.duels.duets.duett.duffs.dufus.duing.duits.dukas.duked.dukes.dukka.dulce.dules.dulia.dulls.dulse.dumas.dumbo.dumbs.dumka.dumky.dumps.dunam.dunch.dunes.dungs.dungy.dunks.dunno.dunny.dunsh.dunts.duomi.duomo.duped.duper.dupes.duple.duply.duppy.dural.duras.dured.dures.durgy.durns.duroc.duros.duroy.durra.durrs.durry.durst.durum.durzi.dusks.dusts.duxes.dwaal.dwale.dwalm.dwams.dwang.dwaum.dweeb.dwile.dwine.dyads.dyers.dyked.dykes.dykey.dykon.dynel.dynes.dzhos.eagre.ealed.eales.eaned.eards.eared.earls.earns.earnt.earst.eased.easer.eases.easle.easts.eathe.eaved.eaves.ebbed.ebbet.ebons.ebook.ecads.eched.eches.echos.ecrus.edema.edged.edger.edges.edile.edits.educe.educt.eejit.eensy.eeven.eevns.effed.egads.egers.egest.eggar.egged.egger.egmas.ehing.eider.eidos.eigne.eiked.eikon.eilds.eisel.ejido.ekkas.elain.eland.elans.elchi.eldin.elemi.elfed.eliad.elint.elmen.eloge.elogy.eloin.elops.elpee.elsin.elute.elvan.elven.elver.elves.emacs.embar.embay.embog.embow.embox.embus.emeer.emend.emerg.emery.emeus.emics.emirs.emits.emmas.emmer.emmet.emmew.emmys.emoji.emong.emote.emove.empts.emule.emure.emyde.emyds.enarm.enate.ended.ender.endew.endue.enews.enfix.eniac.enlit.enmew.ennog.enoki.enols.enorm.enows.enrol.ensew.ensky.entia.enure.enurn.envoi.enzym.eorls.eosin.epact.epees.ephah.ephas.ephod.ephor.epics.epode.epopt.epris.eques.equid.erbia.erevs.ergon.ergos.ergot.erhus.erica.erick.erics.ering.erned.ernes.erose.erred.erses.eruct.erugo.eruvs.erven.ervil.escar.escot.esile.eskar.esker.esnes.esses.estoc.estop.estro.etage.etape.etats.etens.ethal.ethne.ethyl.etics.etnas.ettin.ettle.etuis.etwee.etyma.eughs.euked.eupad.euros.eusol.evens.evert.evets.evhoe.evils.evite.evohe.ewers.ewest.ewhow.ewked.exams.exeat.execs.exeem.exeme.exfil.exies.exine.exing.exits.exode.exome.exons.expat.expos.exude.exuls.exurb.eyass.eyers.eyots.eyras.eyres.eyrie.eyrir.ezine.fabby.faced.facer.faces.facia.facta.facts.faddy.faded.fader.fades.fadge.fados.faena.faery.faffs.faffy.faggy.fagin.fagot.faiks.fails.faine.fains.fairs.faked.faker.fakes.fakey.fakie.fakir.falaj.falls.famed.fames.fanal.fands.fanes.fanga.fango.fangs.fanks.fanon.fanos.fanum.faqir.farad.farci.farcy.fards.fared.farer.fares.farle.farls.farms.faros.farro.farse.farts.fasci.fasti.fasts.fated.fates.fatly.fatso.fatwa.faugh.fauld.fauns.faurd.fauts.fauve.favas.favel.faver.faves.favus.fawns.fawny.faxed.faxes.fayed.fayer.fayne.fayre.fazed.fazes.feals.feare.fears.feart.fease.feats.feaze.feces.fecht.fecit.fecks.fedex.feebs.feeds.feels.feens.feers.feese.feeze.fehme.feint.feist.felch.felid.fells.felly.felts.felty.femal.femes.femmy.fends.fendy.fenis.fenks.fenny.fents.feods.feoff.ferer.feres.feria.ferly.fermi.ferms.ferns.ferny.fesse.festa.fests.festy.fetas.feted.fetes.fetor.fetta.fetts.fetwa.feuar.feuds.feued.feyed.feyer.feyly.fezes.fezzy.fiars.fiats.fibro.fices.fiche.fichu.ficin.ficos.fides.fidge.fidos.fiefs.fient.fiere.fiers.fiest.fifed.fifer.fifes.fifis.figgy.figos.fiked.fikes.filar.filch.filed.files.filii.filks.fille.fillo.fills.filmi.films.filos.filum.finca.finds.fined.fines.finis.finks.finny.finos.fiord.fiqhs.fique.fired.firer.fires.firie.firks.firms.firns.firry.firth.fiscs.fisks.fists.fisty.fitch.fitly.fitna.fitte.fitts.fiver.fives.fixed.fixes.fixit.fjeld.flabs.flaff.flags.flaks.flamm.flams.flamy.flane.flans.flaps.flary.flats.flava.flawn.flaws.flawy.flaxy.flays.fleam.fleas.fleek.fleer.flees.flegs.fleme.fleur.flews.flexi.flexo.fleys.flics.flied.flies.flimp.flims.flips.flirs.flisk.flite.flits.flitt.flobs.flocs.floes.flogs.flong.flops.flors.flory.flosh.flota.flote.flows.flubs.flued.flues.fluey.fluky.flump.fluor.flurr.fluty.fluyt.flyby.flype.flyte.foals.foams.foehn.fogey.fogie.fogle.fogou.fohns.foids.foils.foins.folds.foley.folia.folic.folie.folks.folky.fomes.fonda.fonds.fondu.fones.fonly.fonts.foods.foody.fools.foots.footy.foram.forbs.forby.fordo.fords.forel.fores.forex.forks.forky.forme.forms.forts.forza.forze.fossa.fosse.fouat.fouds.fouer.fouet.foule.fouls.fount.fours.fouth.fovea.fowls.fowth.foxed.foxes.foxie.foyle.foyne.frabs.frack.fract.frags.fraim.franc.frape.fraps.frass.frate.frati.frats.fraus.frays.frees.freet.freit.fremd.frena.freon.frere.frets.fribs.frier.fries.frigs.frise.frist.frith.frits.fritt.frize.frizz.froes.frogs.frons.frore.frorn.frory.frosh.frows.frowy.frugs.frump.frush.frust.fryer.fubar.fubby.fubsy.fucks.fucus.fuddy.fudgy.fuels.fuero.fuffs.fuffy.fugal.fuggy.fugie.fugio.fugle.fugly.fugus.fujis.fulls.fumed.fumer.fumes.fumet.fundi.funds.fundy.fungo.fungs.funks.fural.furan.furca.furls.furol.furrs.furth.furze.furzy.fused.fusee.fusel.fuses.fusil.fusks.fusts.fusty.futon.fuzed.fuzee.fuzes.fuzil.fyces.fyked.fykes.fyles.fyrds.fytte.gabba.gabby.gable.gaddi.gades.gadge.gadid.gadis.gadje.gadjo.gadso.gaffs.gaged.gager.gages.gaids.gains.gairs.gaita.gaits.gaitt.gajos.galah.galas.galax.galea.galed.gales.galls.gally.galop.galut.galvo.gamas.gamay.gamba.gambe.gambo.gambs.gamed.games.gamey.gamic.gamin.gamme.gammy.gamps.ganch.gandy.ganef.ganev.gangs.ganja.ganof.gants.gaols.gaped.gaper.gapes.gapos.gappy.garbe.garbo.garbs.garda.gares.garis.garms.garni.garre.garth.garum.gases.gasps.gaspy.gasts.gatch.gated.gater.gates.gaths.gator.gauch.gaucy.gauds.gauje.gault.gaums.gaumy.gaups.gaurs.gauss.gauzy.gavot.gawcy.gawds.gawks.gawps.gawsy.gayal.gazal.gazar.gazed.gazes.gazon.gazoo.geals.geans.geare.gears.geats.gebur.gecks.geeks.geeps.geest.geist.geits.gelds.gelee.gelid.gelly.gelts.gemel.gemma.gemmy.gemot.genal.genas.genes.genet.genic.genii.genip.genny.genoa.genom.genro.gents.genty.genua.genus.geode.geoid.gerah.gerbe.geres.gerle.germs.germy.gerne.gesse.gesso.geste.gests.getas.getup.geums.geyan.geyer.ghast.ghats.ghaut.ghazi.ghees.ghest.ghyll.gibed.gibel.giber.gibes.gibli.gibus.gifts.gigas.gighe.gigot.gigue.gilas.gilds.gilet.gills.gilly.gilpy.gilts.gimel.gimme.gimps.gimpy.ginch.ginge.gings.ginks.ginny.ginzo.gipon.gippo.gippy.girds.girls.girns.giron.giros.girrs.girsh.girts.gismo.gisms.gists.gitch.gites.giust.gived.gives.gizmo.glace.glads.glady.glaik.glair.glams.glans.glary.glaum.glaur.glazy.gleba.glebe.gleby.glede.gleds.gleed.gleek.glees.gleet.gleis.glens.glent.gleys.glial.glias.glibs.gliff.glift.glike.glime.glims.glisk.glits.glitz.gloam.globi.globs.globy.glode.glogg.gloms.gloop.glops.glost.glout.glows.gloze.glued.gluer.glues.gluey.glugs.glume.glums.gluon.glute.gluts.gnarl.gnarr.gnars.gnats.gnawn.gnaws.gnows.goads.goafs.goals.goary.goats.goaty.goban.gobar.gobbi.gobbo.gobby.gobis.gobos.godet.godso.goels.goers.goest.goeth.goety.gofer.goffs.gogga.gogos.goier.gojis.golds.goldy.goles.golfs.golpe.golps.gombo.gomer.gompa.gonch.gonef.gongs.gonia.gonif.gonks.gonna.gonof.gonys.gonzo.gooby.goods.goofs.googs.gooks.gooky.goold.gools.gooly.goons.goony.goops.goopy.goors.goory.goosy.gopak.gopik.goral.goras.gored.gores.goris.gorms.gormy.gorps.gorse.gorsy.gosht.gosse.gotch.goths.gothy.gotta.gouch.gouks.goura.gouts.gouty.gowan.gowds.gowfs.gowks.gowls.gowns.goxes.goyim.goyle.graal.grabs.grads.graff.graip.grama.grame.gramp.grams.grana.grans.grapy.gravs.grays.grebe.grebo.grece.greek.grees.grege.grego.grein.grens.grese.greve.grews.greys.grice.gride.grids.griff.grift.grigs.grike.grins.griot.grips.gript.gripy.grise.grist.grisy.grith.grits.grize.groat.grody.grogs.groks.groma.grone.groof.grosz.grots.grouf.grovy.grows.grrls.grrrl.grubs.grued.grues.grufe.grume.grump.grund.gryce.gryde.gryke.grype.grypt.guaco.guana.guano.guans.guars.gucks.gucky.gudes.guffs.gugas.guids.guimp.guiro.gulag.gular.gulas.gules.gulet.gulfs.gulfy.gulls.gulph.gulps.gulpy.gumma.gummi.gumps.gundy.gunge.gungy.gunks.gunky.gunny.guqin.gurdy.gurge.gurls.gurly.gurns.gurry.gursh.gurus.gushy.gusla.gusle.gusli.gussy.gusts.gutsy.gutta.gutty.guyed.guyle.guyot.guyse.gwine.gyals.gyans.gybed.gybes.gyeld.gymps.gynae.gynie.gynny.gynos.gyoza.gypos.gyppo.gyppy.gyral.gyred.gyres.gyron.gyros.gyrus.gytes.gyved.gyves.haafs.haars.hable.habus.hacek.hacks.hadal.haded.hades.hadji.hadst.haems.haets.haffs.hafiz.hafts.haggs.hahas.haick.haika.haiks.haiku.hails.haily.hains.haint.hairs.haith.hajes.hajis.hajji.hakam.hakas.hakea.hakes.hakim.hakus.halal.haled.haler.hales.halfa.halfs.halid.hallo.halls.halma.halms.halon.halos.halse.halts.halva.halwa.hamal.hamba.hamed.hames.hammy.hamza.hanap.hance.hanch.hands.hangi.hangs.hanks.hanky.hansa.hanse.hants.haole.haoma.hapax.haply.happi.hapus.haram.hards.hared.hares.harim.harks.harls.harms.harns.haros.harps.harts.hashy.hasks.hasps.hasta.hated.hates.hatha.hauds.haufs.haugh.hauld.haulm.hauls.hault.hauns.hause.haver.haves.hawed.hawks.hawms.hawse.hayed.hayer.hayey.hayle.hazan.hazed.hazer.hazes.heads.heald.heals.heame.heaps.heapy.heare.hears.heast.heats.heben.hebes.hecht.hecks.heder.hedgy.heeds.heedy.heels.heeze.hefte.hefts.heids.heigh.heils.heirs.hejab.hejra.heled.heles.helio.hells.helms.helos.helot.helps.helve.hemal.hemes.hemic.hemin.hemps.hempy.hench.hends.henge.henna.henny.henry.hents.hepar.herbs.herby.herds.heres.herls.herma.herms.herns.heros.herry.herse.hertz.herye.hesps.hests.hetes.heths.heuch.heugh.hevea.hewed.hewer.hewgh.hexad.hexed.hexer.hexes.hexyl.heyed.hiant.hicks.hided.hider.hides.hiems.highs.hight.hijab.hijra.hiked.hiker.hikes.hikoi.hilar.hilch.hillo.hills.hilts.hilum.hilus.himbo.hinau.hinds.hings.hinky.hinny.hints.hiois.hiply.hired.hiree.hirer.hires.hissy.hists.hithe.hived.hiver.hives.hizen.hoaed.hoagy.hoars.hoary.hoast.hobos.hocks.hocus.hodad.hodja.hoers.hogan.hogen.hoggs.hoghs.hohed.hoick.hoied.hoiks.hoing.hoise.hokas.hoked.hokes.hokey.hokis.hokku.hokum.holds.holed.holes.holey.holks.holla.hollo.holme.holms.holon.holos.holts.homas.homed.homes.homey.homie.homme.homos.honan.honda.honds.honed.honer.hones.hongi.hongs.honks.honky.hooch.hoods.hoody.hooey.hoofs.hooka.hooks.hooky.hooly.hoons.hoops.hoord.hoors.hoosh.hoots.hooty.hoove.hopak.hoped.hoper.hopes.hoppy.horah.horal.horas.horis.horks.horme.horns.horst.horsy.hosed.hosel.hosen.hoser.hoses.hosey.hosta.hosts.hotch.hoten.hotty.houff.houfs.hough.houri.hours.houts.hovea.hoved.hoven.hoves.howbe.howes.howff.howfs.howks.howls.howre.howso.hoxed.hoxes.hoyas.hoyed.hoyle.hubby.hucks.hudna.hudud.huers.huffs.huffy.huger.huggy.huhus.huias.hulas.hules.hulks.hulky.hullo.hulls.hully.humas.humfs.humic.humps.humpy.hunks.hunts.hurds.hurls.hurly.hurra.hurst.hurts.hushy.husks.husos.hutia.huzza.huzzy.hwyls.hydra.hyens.hygge.hying.hykes.hylas.hyleg.hyles.hylic.hymns.hynde.hyoid.hyped.hypes.hypha.hyphy.hypos.hyrax.hyson.hythe.iambi.iambs.ibrik.icers.iched.iches.ichor.icier.icker.ickle.icons.ictal.ictic.ictus.idant.ideas.idees.ident.idled.idles.idola.idols.idyls.iftar.igapo.igged.iglus.ihram.ikans.ikats.ikons.ileac.ileal.ileum.ileus.iliad.ilial.ilium.iller.illth.imago.imams.imari.imaum.imbar.imbed.imide.imido.imids.imine.imino.immew.immit.immix.imped.impis.impot.impro.imshi.imshy.inapt.inarm.inbye.incel.incle.incog.incus.incut.indew.india.indie.indol.indow.indri.indue.inerm.infix.infos.infra.ingan.ingle.inion.inked.inker.inkle.inned.innit.inorb.inrun.inset.inspo.intel.intil.intis.intra.inula.inure.inurn.inust.invar.inwit.iodic.iodid.iodin.iotas.ippon.irade.irids.iring.irked.iroko.irone.irons.isbas.ishes.isled.isles.isnae.issei.istle.items.ither.ivied.ivies.ixias.ixnay.ixora.ixtle.izard.izars.izzat.jaaps.jabot.jacal.jacks.jacky.jaded.jades.jafas.jaffa.jagas.jager.jaggs.jaggy.jagir.jagra.jails.jaker.jakes.jakey.jalap.jalop.jambe.jambo.jambs.jambu.james.jammy.jamon.janes.janns.janny.janty.japan.japed.japer.japes.jarks.jarls.jarps.jarta.jarul.jasey.jaspe.jasps.jatos.jauks.jaups.javas.javel.jawan.jawed.jaxie.jeans.jeats.jebel.jedis.jeels.jeely.jeeps.jeers.jeeze.jefes.jeffs.jehad.jehus.jelab.jello.jells.jembe.jemmy.jenny.jeons.jerid.jerks.jerry.jesse.jests.jesus.jetes.jeton.jeune.jewed.jewie.jhala.jiaos.jibba.jibbs.jibed.jiber.jibes.jiffs.jiggy.jigot.jihad.jills.jilts.jimmy.jimpy.jingo.jinks.jinne.jinni.jinns.jirds.jirga.jirre.jisms.jived.jiver.jives.jivey.jnana.jobed.jobes.jocko.jocks.jocky.jocos.jodel.joeys.johns.joins.joked.jokes.jokey.jokol.joled.joles.jolls.jolts.jolty.jomon.jomos.jones.jongs.jonty.jooks.joram.jorum.jotas.jotty.jotun.joual.jougs.jouks.joule.jours.jowar.jowed.jowls.jowly.joyed.jubas.jubes.jucos.judas.judgy.judos.jugal.jugum.jujus.juked.jukes.jukus.julep.jumar.jumby.jumps.junco.junks.junky.jupes.jupon.jural.jurat.jurel.jures.justs.jutes.jutty.juves.juvie.kaama.kabab.kabar.kabob.kacha.kacks.kadai.kades.kadis.kafir.kagos.kagus.kahal.kaiak.kaids.kaies.kaifs.kaika.kaiks.kails.kaims.kaing.kains.kakas.kakis.kalam.kales.kalif.kalis.kalpa.kamas.kames.kamik.kamis.kamme.kanae.kanas.kandy.kaneh.kanes.kanga.kangs.kanji.kants.kanzu.kaons.kapas.kaphs.kapok.kapow.kapus.kaput.karas.karat.karks.karns.karoo.karos.karri.karst.karsy.karts.karzy.kasha.kasme.katal.katas.katis.katti.kaugh.kauri.kauru.kaury.kaval.kavas.kawas.kawau.kawed.kayle.kayos.kazis.kazoo.kbars.kebar.kebob.kecks.kedge.kedgy.keech.keefs.keeks.keels.keema.keeno.keens.keeps.keets.keeve.kefir.kehua.keirs.kelep.kelim.kells.kelly.kelps.kelpy.kelts.kelty.kembo.kembs.kemps.kempt.kempy.kenaf.kench.kendo.kenos.kente.kents.kepis.kerbs.kerel.kerfs.kerky.kerma.kerne.kerns.keros.kerry.kerve.kesar.kests.ketas.ketch.ketes.ketol.kevel.kevil.kexes.keyed.keyer.khadi.khafs.khans.khaph.khats.khaya.khazi.kheda.kheth.khets.khoja.khors.khoum.khuds.kiaat.kiack.kiang.kibbe.kibbi.kibei.kibes.kibla.kicks.kicky.kiddo.kiddy.kidel.kidge.kiefs.kiers.kieve.kievs.kight.kikes.kikoi.kiley.kilim.kills.kilns.kilos.kilps.kilts.kilty.kimbo.kinas.kinda.kinds.kindy.kines.kings.kinin.kinks.kinos.kiore.kipes.kippa.kipps.kirby.kirks.kirns.kirri.kisan.kissy.kists.kited.kiter.kites.kithe.kiths.kitul.kivas.kiwis.klang.klaps.klett.klick.klieg.kliks.klong.kloof.kluge.klutz.knags.knaps.knarl.knars.knaur.knawe.knees.knell.knish.knits.knive.knobs.knops.knosp.knots.knout.knowe.knows.knubs.knurl.knurr.knurs.knuts.koans.koaps.koban.kobos.koels.koffs.kofta.kogal.kohas.kohen.kohls.koine.kojis.kokam.kokas.koker.kokra.kokum.kolas.kolos.kombu.konbu.kondo.konks.kooks.kooky.koori.kopek.kophs.kopje.koppa.korai.koras.korat.kores.korma.koros.korun.korus.koses.kotch.kotos.kotow.koura.kraal.krabs.kraft.krais.krait.krang.krans.kranz.kraut.krays.kreep.kreng.krewe.krona.krone.kroon.krubi.krunk.ksars.kubie.kudos.kudus.kudzu.kufis.kugel.kuias.kukri.kukus.kulak.kulan.kulas.kulfi.kumis.kumys.kuris.kurre.kurta.kurus.kusso.kutas.kutch.kutis.kutus.kuzus.kvass.kvell.kwela.kyack.kyaks.kyang.kyars.kyats.kybos.kydst.kyles.kylie.kylin.kylix.kyloe.kynde.kynds.kypes.kyrie.kytes.kythe.laari.labda.labia.labis.labra.laced.lacer.laces.lacet.lacey.lacks.laddy.laded.lader.lades.laers.laevo.lagan.lahal.lahar.laich.laics.laids.laigh.laika.laiks.laird.lairs.lairy.laith.laity.laked.laker.lakes.lakhs.lakin.laksa.laldy.lalls.lamas.lambs.lamby.lamed.lamer.lames.lamia.lammy.lamps.lanai.lanas.lanch.lande.lands.lanes.lanks.lants.lapin.lapis.lapje.larch.lards.lardy.laree.lares.largo.laris.larks.larky.larns.larnt.larum.lased.laser.lases.lassi.lassu.lassy.lasts.latah.lated.laten.latex.lathi.laths.lathy.latke.latus.lauan.lauch.lauds.laufs.laund.laura.laval.lavas.laved.laver.laves.lavra.lavvy.lawed.lawer.lawin.lawks.lawns.lawny.laxed.laxer.laxes.laxly.layed.layin.layup.lazar.lazed.lazes.lazos.lazzi.lazzo.leads.leady.leafs.leaks.leams.leans.leany.leaps.leare.lears.leary.leats.leavy.leaze.leben.leccy.ledes.ledgy.ledum.leear.leeks.leeps.leers.leese.leets.leeze.lefte.lefts.leger.leges.legge.leggo.legit.lehrs.lehua.leirs.leish.leman.lemed.lemel.lemes.lemma.lemme.lends.lenes.lengs.lenis.lenos.lense.lenti.lento.leone.lepid.lepra.lepta.lered.leres.lerps.lesbo.leses.lests.letch.lethe.letup.leuch.leuco.leuds.leugh.levas.levee.leves.levin.levis.lewis.lexes.lexis.lezes.lezza.lezzy.liana.liane.liang.liard.liars.liart.liber.libra.libri.lichi.licht.licit.licks.lidar.lidos.liefs.liens.liers.lieus.lieve.lifer.lifes.lifts.ligan.liger.ligge.ligne.liked.liker.likes.likin.lills.lilos.lilts.liman.limas.limax.limba.limbi.limbs.limby.limed.limen.limes.limey.limma.limns.limos.limpa.limps.linac.linch.linds.lindy.lined.lines.liney.linga.lings.lingy.linin.links.linky.linns.linny.linos.lints.linty.linum.linux.lions.lipas.lipes.lipin.lipos.lippy.liras.lirks.lirot.lisks.lisle.lisps.lists.litai.litas.lited.liter.lites.litho.liths.litre.lived.liven.lives.livor.livre.llano.loach.loads.loafs.loams.loans.loast.loave.lobar.lobed.lobes.lobos.lobus.loche.lochs.locie.locis.locks.locos.locum.loden.lodes.loess.lofts.logan.loges.loggy.logia.logie.logoi.logon.logos.lohan.loids.loins.loipe.loirs.lokes.lolls.lolly.lolog.lomas.lomed.lomes.loner.longa.longe.longs.looby.looed.looey.loofa.loofs.looie.looks.looky.looms.loons.loony.loops.loord.loots.loped.loper.lopes.loppy.loral.loran.lords.lordy.lorel.lores.loric.loris.losed.losel.losen.loses.lossy.lotah.lotas.lotes.lotic.lotos.lotsa.lotta.lotte.lotto.lotus.loued.lough.louie.louis.louma.lound.louns.loupe.loups.loure.lours.loury.louts.lovat.loved.loves.lovey.lovie.lowan.lowed.lowes.lownd.lowne.lowns.lowps.lowry.lowse.lowts.loxed.loxes.lozen.luach.luaus.lubed.lubes.lubra.luces.lucks.lucre.ludes.ludic.ludos.luffa.luffs.luged.luger.luges.lulls.lulus.lumas.lumbi.lumme.lummy.lumps.lunas.lunes.lunet.lungi.lungs.lunks.lunts.lupin.lured.lurer.lures.lurex.lurgi.lurgy.lurks.lurry.lurve.luser.lushy.lusks.lusts.lusus.lutea.luted.luter.lutes.luvvy.luxed.luxer.luxes.lweis.lyams.lyard.lyart.lyase.lycea.lycee.lycra.lymes.lynes.lyres.lysed.lyses.lysin.lysis.lysol.lyssa.lyted.lytes.lythe.lytic.lytta.maaed.maare.maars.mabes.macas.maced.macer.maces.mache.machi.machs.macks.macle.macon.madge.madid.madre.maerl.mafic.mages.maggs.magot.magus.mahoe.mahua.mahwa.maids.maiko.maiks.maile.maill.mails.maims.mains.maire.mairs.maise.maist.makar.makes.makis.makos.malam.malar.malas.malax.males.malic.malik.malis.malls.malms.malmy.malts.malty.malus.malva.malwa.mamas.mamba.mamee.mamey.mamie.manas.manat.mandi.maneb.maned.maneh.manes.manet.mangs.manis.manky.manna.manos.manse.manta.manto.manty.manul.manus.mapau.maqui.marae.marah.maras.marcs.mardy.mares.marge.margs.maria.marid.marka.marks.marle.marls.marly.marms.maron.maror.marra.marri.marse.marts.marvy.masas.mased.maser.mases.mashy.masks.massa.massy.masts.masty.masus.matai.mated.mater.mates.maths.matin.matlo.matte.matts.matza.matzo.mauby.mauds.mauls.maund.mauri.mausy.mauts.mauzy.maven.mavie.mavin.mavis.mawed.mawks.mawky.mawns.mawrs.maxed.maxes.maxis.mayan.mayas.mayed.mayos.mayst.mazed.mazer.mazes.mazey.mazut.mbira.meads.meals.meane.means.meany.meare.mease.meath.meats.mebos.mechs.mecks.medii.medle.meeds.meers.meets.meffs.meins.meint.meiny.meith.mekka.melas.melba.melds.melic.melik.mells.melts.melty.memes.memos.menad.mends.mened.menes.menge.mengs.mensa.mense.mensh.menta.mento.menus.meous.meows.merch.mercs.merde.mered.merel.merer.meres.meril.meris.merks.merle.merls.merse.mesal.mesas.mesel.meses.meshy.mesic.mesne.meson.messy.mesto.meted.metes.metho.meths.metic.metif.metis.metol.metre.meuse.meved.meves.mewed.mewls.meynt.mezes.mezze.mezzo.mhorr.miaou.miaow.miasm.miaul.micas.miche.micht.micks.micky.micos.micra.middy.midgy.midis.miens.mieve.miffs.miffy.mifty.miggs.mihas.mihis.miked.mikes.mikra.mikva.milch.milds.miler.miles.milfs.milia.milko.milks.mille.mills.milor.milos.milpa.milts.milty.miltz.mimed.mimeo.mimer.mimes.mimsy.minae.minar.minas.mincy.minds.mined.mines.minge.mings.mingy.minis.minke.minks.minny.minos.mints.mired.mires.mirex.mirid.mirin.mirks.mirky.mirly.miros.mirvs.mirza.misch.misdo.mises.misgo.misos.missa.mists.misty.mitch.miter.mites.mitis.mitre.mitts.mixed.mixen.mixer.mixes.mixte.mixup.mizen.mizzy.mneme.moans.moats.mobby.mobes.mobey.mobie.moble.mochi.mochs.mochy.mocks.moder.modes.modge.modii.modus.moers.mofos.moggy.mohel.mohos.mohrs.mohua.mohur.moile.moils.moira.moire.moits.mojos.mokes.mokis.mokos.molal.molas.molds.moled.moles.molla.molls.molly.molto.molts.molys.momes.momma.mommy.momus.monad.monal.monas.monde.mondo.moner.mongo.mongs.monic.monie.monks.monos.monte.monty.moobs.mooch.moods.mooed.mooks.moola.mooli.mools.mooly.moong.moons.moony.moops.moors.moory.moots.moove.moped.moper.mopes.mopey.moppy.mopsy.mopus.morae.moras.morat.moray.morel.mores.moria.morne.morns.morra.morro.morse.morts.mosed.moses.mosey.mosks.mosso.moste.mosts.moted.moten.motes.motet.motey.moths.mothy.motis.motte.motts.motty.motus.motza.mouch.moues.mould.mouls.moups.moust.mousy.moved.moves.mowas.mowed.mowra.moxas.moxie.moyas.moyle.moyls.mozed.mozes.mozos.mpret.mucho.mucic.mucid.mucin.mucks.mucor.mucro.mudge.mudir.mudra.muffs.mufti.mugga.muggs.muggy.muhly.muids.muils.muirs.muist.mujik.mulct.muled.mules.muley.mulga.mulie.mulla.mulls.mulse.mulsh.mumms.mumps.mumsy.mumus.munga.munge.mungo.mungs.munis.munts.muntu.muons.muras.mured.mures.murex.murid.murks.murls.murly.murra.murre.murri.murrs.murry.murti.murva.musar.musca.mused.muser.muses.muset.musha.musit.musks.musos.musse.mussy.musth.musts.mutch.muted.muter.mutes.mutha.mutis.muton.mutts.muxed.muxes.muzak.muzzy.mvule.myall.mylar.mynah.mynas.myoid.myoma.myope.myops.myopy.mysid.mythi.myths.mythy.myxos.mzees.naams.naans.nabes.nabis.nabks.nabla.nabob.nache.nacho.nacre.nadas.naeve.naevi.naffs.nagas.naggy.nagor.nahal.naiad.naifs.naiks.nails.naira.nairu.naked.naker.nakfa.nalas.naled.nalla.named.namer.names.namma.namus.nanas.nance.nancy.nandu.nanna.nanos.nanua.napas.naped.napes.napoo.nappa.nappe.nappy.naras.narco.narcs.nards.nares.naric.naris.narks.narky.narre.nashi.natch.nates.natis.natty.nauch.naunt.navar.naves.navew.navvy.nawab.nazes.nazir.nazis.nduja.neafe.neals.neaps.nears.neath.neats.nebek.nebel.necks.neddy.needs.neeld.neele.neemb.neems.neeps.neese.neeze.negro.negus.neifs.neist.neive.nelis.nelly.nemas.nemns.nempt.nenes.neons.neper.nepit.neral.nerds.nerka.nerks.nerol.nerts.nertz.nervy.nests.netes.netop.netts.netty.neuks.neume.neums.nevel.neves.nevus.newbs.newed.newel.newie.newsy.newts.nexts.nexus.ngaio.ngana.ngati.ngoma.ngwee.nicad.nicht.nicks.nicol.nidal.nided.nides.nidor.nidus.niefs.nieve.nifes.niffs.niffy.nifty.niger.nighs.nihil.nikab.nikah.nikau.nills.nimbi.nimbs.nimps.niner.nines.ninon.nipas.nippy.niqab.nirls.nirly.nisei.nisse.nisus.niter.nites.nitid.niton.nitre.nitro.nitry.nitty.nival.nixed.nixer.nixes.nixie.nizam.nkosi.noahs.nobby.nocks.nodal.noddy.nodes.nodus.noels.noggs.nohow.noils.noily.noint.noirs.noles.nolls.nolos.nomas.nomen.nomes.nomic.nomoi.nomos.nonas.nonce.nones.nonet.nongs.nonis.nonny.nonyl.noobs.nooit.nooks.nooky.noons.noops.nopal.noria.noris.norks.norma.norms.nosed.noser.noses.notal.noted.noter.notes.notum.nould.noule.nouls.nouns.nouny.noups.novae.novas.novum.noway.nowed.nowls.nowts.nowty.noxal.noxes.noyau.noyed.noyes.nubby.nubia.nucha.nuddy.nuder.nudes.nudie.nudzh.nuffs.nugae.nuked.nukes.nulla.nulls.numbs.numen.nummy.nunny.nurds.nurdy.nurls.nurrs.nutso.nutsy.nyaff.nyala.nying.nyssa.oaked.oaker.oakum.oared.oases.oasis.oasts.oaten.oater.oaths.oaves.obang.obeah.obeli.obeys.obias.obied.obiit.obits.objet.oboes.obole.oboli.obols.occam.ocher.oches.ochre.ochry.ocker.ocrea.octad.octan.octas.octyl.oculi.odahs.odals.odeon.odeum.odism.odist.odium.odors.odour.odyle.odyls.ofays.offed.offie.oflag.ofter.ogams.ogeed.ogees.oggin.ogham.ogive.ogled.ogler.ogles.ogmic.ogres.ohias.ohing.ohmic.ohone.oidia.oiled.oiler.oinks.oints.ojime.okapi.okays.okehs.okras.oktas.oldie.oleic.olein.olent.oleos.oleum.olios.ollas.ollav.oller.ollie.ology.olpae.olpes.omasa.omber.ombus.omens.omers.omits.omlah.omovs.omrah.oncer.onces.oncet.oncus.onely.oners.onery.onium.onkus.onlay.onned.ontic.oobit.oohed.oomph.oonts.ooped.oorie.ooses.ootid.oozed.oozes.opahs.opals.opens.opepe.oping.oppos.opsin.opted.opter.orach.oracy.orals.orang.orant.orate.orbed.orcas.orcin.ordos.oread.orfes.orgia.orgic.orgue.oribi.oriel.orixa.orles.orlon.orlop.ormer.ornis.orpin.orris.ortho.orval.orzos.oscar.oshac.osier.osmic.osmol.ossia.ostia.otaku.otary.ottar.ottos.oubit.oucht.ouens.ouija.oulks.oumas.oundy.oupas.ouped.ouphe.ouphs.ourie.ousel.ousts.outby.outed.outre.outro.outta.ouzel.ouzos.ovals.ovels.ovens.overs.ovist.ovoli.ovolo.ovule.owche.owies.owled.owler.owlet.owned.owres.owrie.owsen.oxbow.oxers.oxeye.oxids.oxies.oxime.oxims.oxlip.oxter.oyers.ozeki.ozzie.paals.paans.pacas.paced.pacer.paces.pacey.pacha.packs.pacos.pacta.pacts.padis.padle.padma.padre.padri.paean.paedo.paeon.paged.pager.pages.pagle.pagod.pagri.paiks.pails.pains.paire.pairs.paisa.paise.pakka.palas.palay.palea.paled.pales.palet.palis.palki.palla.palls.pally.palms.palmy.palpi.palps.palsa.pampa.panax.pance.panda.pands.pandy.paned.panes.panga.pangs.panim.panko.panne.panni.panto.pants.panty.paoli.paolo.papas.papaw.papes.pappi.pappy.parae.paras.parch.pardi.pards.pardy.pared.paren.pareo.pares.pareu.parev.parge.pargo.paris.parki.parks.parky.parle.parly.parma.parol.parps.parra.parrs.parti.parts.parve.parvo.paseo.pases.pasha.pashm.paska.paspy.passe.pasts.pated.paten.pater.pates.paths.patin.patka.patly.patte.patus.pauas.pauls.pavan.paved.paven.paver.paves.pavid.pavin.pavis.pawas.pawaw.pawed.pawer.pawks.pawky.pawls.pawns.paxes.payed.payor.paysd.peage.peags.peaks.peaky.peals.peans.peare.pears.peart.pease.peats.peaty.peavy.peaze.pebas.pechs.pecke.pecks.pecky.pedes.pedis.pedro.peece.peeks.peels.peens.peeoy.peepe.peeps.peers.peery.peeve.peggy.peghs.peins.peise.peize.pekan.pekes.pekin.pekoe.pelas.pelau.peles.pelfs.pells.pelma.pelon.pelta.pelts.pends.pendu.pened.penes.pengo.penie.penis.penks.penna.penni.pents.peons.peony.pepla.pepos.peppy.pepsi.perai.perce.percs.perdu.perdy.perea.peres.peris.perks.perms.perns.perog.perps.perry.perse.perst.perts.perve.pervo.pervs.pervy.pesos.pests.pesty.petar.peter.petit.petre.petri.petti.petto.pewee.pewit.peyse.phage.phang.phare.pharm.pheer.phene.pheon.phese.phial.phish.phizz.phlox.phoca.phono.phons.phots.phpht.phuts.phyla.phyle.piani.pians.pibal.pical.picas.piccy.picks.picot.picra.picul.piend.piers.piert.pieta.piets.piezo.pight.pigmy.piing.pikas.pikau.piked.piker.pikes.pikey.pikis.pikul.pilae.pilaf.pilao.pilar.pilau.pilaw.pilch.pilea.piled.pilei.piler.piles.pilis.pills.pilow.pilum.pilus.pimas.pimps.pinas.pined.pines.pingo.pings.pinko.pinks.pinna.pinny.pinon.pinot.pinta.pints.pinup.pions.piony.pious.pioye.pioys.pipal.pipas.piped.pipes.pipet.pipis.pipit.pippy.pipul.pirai.pirls.pirns.pirog.pisco.pises.pisky.pisos.pissy.piste.pitas.piths.piton.pitot.pitta.piums.pixes.pized.pizes.plaas.plack.plage.plans.plaps.plash.plasm.plast.plats.platt.platy.playa.plays.pleas.plebe.plebs.plena.pleon.plesh.plews.plica.plies.plims.pling.plink.ploat.plods.plong.plonk.plook.plops.plots.plotz.plouk.plows.ploye.ploys.plues.pluff.plugs.plums.plumy.pluot.pluto.plyer.poach.poaka.poake.poboy.pocks.pocky.podal.poddy.podex.podge.podgy.podia.poems.poeps.poets.pogey.pogge.pogos.pohed.poilu.poind.pokal.poked.pokes.pokey.pokie.poled.poler.poles.poley.polio.polis.polje.polks.polls.polly.polos.polts.polys.pombe.pomes.pommy.pomos.pomps.ponce.poncy.ponds.pones.poney.ponga.pongo.pongs.pongy.ponks.ponts.ponty.ponzu.poods.pooed.poofs.poofy.poohs.pooja.pooka.pooks.pools.poons.poops.poopy.poori.poort.poots.poove.poovy.popes.poppa.popsy.porae.poral.pored.porer.pores.porge.porgy.porin.porks.porky.porno.porns.porny.porta.ports.porty.posed.poses.posey.posho.posts.potae.potch.poted.potes.potin.potoo.potsy.potto.potts.potty.pouff.poufs.pouke.pouks.poule.poulp.poult.poupe.poupt.pours.pouts.powan.powin.pownd.powns.powny.powre.poxed.poxes.poynt.poyou.poyse.pozzy.praam.prads.prahu.prams.prana.prang.praos.prase.prate.prats.pratt.praty.praus.prays.predy.preed.prees.preif.prems.premy.prent.preon.preop.preps.presa.prese.prest.preve.prexy.preys.prial.pricy.prief.prier.pries.prigs.prill.prima.primi.primp.prims.primy.prink.prion.prise.priss.proas.probs.prods.proem.profs.progs.proin.proke.prole.proll.promo.proms.pronk.props.prore.proso.pross.prost.prosy.proto.proul.prows.proyn.prunt.pruta.pryer.pryse.pseud.pshaw.psion.psoae.psoai.psoas.psora.psych.psyop.pubco.pubes.pubis.pucan.pucer.puces.pucka.pucks.puddy.pudge.pudic.pudor.pudsy.pudus.puers.puffa.puffs.puggy.pugil.puhas.pujah.pujas.pukas.puked.puker.pukes.pukey.pukka.pukus.pulao.pulas.puled.puler.pules.pulik.pulis.pulka.pulks.pulli.pulls.pully.pulmo.pulps.pulus.pumas.pumie.pumps.punas.punce.punga.pungs.punji.punka.punks.punky.punny.punto.punts.punty.pupae.pupas.pupus.purda.pured.pures.purin.puris.purls.purpy.purrs.pursy.purty.puses.pusle.pussy.putid.puton.putti.putto.putts.puzel.pwned.pyats.pyets.pygal.pyins.pylon.pyned.pynes.pyoid.pyots.pyral.pyran.pyres.pyrex.pyric.pyros.pyxed.pyxes.pyxie.pyxis.pzazz.qadis.qaids.qajaq.qanat.qapik.qibla.qophs.qorma.quads.quaff.quags.quair.quais.quaky.quale.quant.quare.quass.quate.quats.quayd.quays.qubit.quean.queme.quena.quern.queyn.queys.quich.quids.quiff.quims.quina.quine.quino.quins.quint.quipo.quips.quipu.quire.quirt.quist.quits.quoad.quods.quoif.quoin.quoit.quoll.quonk.quops.qursh.quyte.rabat.rabic.rabis.raced.races.rache.racks.racon.radge.radix.radon.raffs.rafts.ragas.ragde.raged.ragee.rager.rages.ragga.raggs.raggy.ragis.ragus.rahed.rahui.raias.raids.raiks.raile.rails.raine.rains.raird.raita.raits.rajas.rajes.raked.rakee.raker.rakes.rakia.rakis.rakus.rales.ramal.ramee.ramet.ramie.ramin.ramis.rammy.ramps.ramus.ranas.rance.rands.ranee.ranga.rangi.rangs.rangy.ranid.ranis.ranke.ranks.rants.raped.raper.rapes.raphe.rappe.rared.raree.rares.rarks.rased.raser.rases.rasps.rasse.rasta.ratal.ratan.ratas.ratch.rated.ratel.rater.rates.ratha.rathe.raths.ratoo.ratos.ratus.rauns.raupo.raved.ravel.raver.raves.ravey.ravin.rawer.rawin.rawly.rawns.raxed.raxes.rayah.rayas.rayed.rayle.rayne.razed.razee.razer.razes.razoo.readd.reads.reais.reaks.realo.reals.reame.reams.reamy.reans.reaps.rears.reast.reata.reate.reave.rebbe.rebec.rebid.rebit.rebop.rebuy.recal.recce.recco.reccy.recit.recks.recon.recta.recti.recto.redan.redds.reddy.reded.redes.redia.redid.redip.redly.redon.redos.redox.redry.redub.redux.redye.reech.reede.reeds.reefs.reefy.reeks.reeky.reels.reens.reest.reeve.refed.refel.reffo.refis.refix.refly.refry.regar.reges.reggo.regie.regma.regna.regos.regur.rehem.reifs.reify.reiki.reiks.reink.reins.reird.reist.reive.rejig.rejon.reked.rekes.rekey.relet.relie.relit.rello.reman.remap.remen.remet.remex.remix.renay.rends.reney.renga.renig.renin.renne.renos.rente.rents.reoil.reorg.repeg.repin.repla.repos.repot.repps.repro.reran.rerig.resat.resaw.resay.resee.reses.resew.resid.resit.resod.resow.resto.rests.resty.resus.retag.retax.retem.retia.retie.retox.revet.revie.rewan.rewax.rewed.rewet.rewin.rewon.rewth.rexes.rezes.rheas.rheme.rheum.rhies.rhime.rhine.rhody.rhomb.rhone.rhumb.rhyne.rhyta.riads.rials.riant.riata.ribas.ribby.ribes.riced.ricer.rices.ricey.richt.ricin.ricks.rides.ridgy.ridic.riels.riems.rieve.rifer.riffs.rifte.rifts.rifty.riggs.rigol.riled.riles.riley.rille.rills.rimae.rimed.rimer.rimes.rimus.rinds.rindy.rines.rings.rinks.rioja.riots.riped.ripes.ripps.rises.rishi.risks.risps.risus.rites.ritts.ritzy.rivas.rived.rivel.riven.rives.riyal.rizas.roads.roams.roans.roars.roary.roate.robed.robes.roble.rocks.roded.rodes.roguy.rohes.roids.roils.roily.roins.roist.rojak.rojis.roked.roker.rokes.rolag.roles.rolfs.rolls.romal.roman.romeo.romps.ronde.rondo.roneo.rones.ronin.ronne.ronte.ronts.roods.roofs.roofy.rooks.rooky.rooms.roons.roops.roopy.roosa.roose.roots.rooty.roped.roper.ropes.ropey.roque.roral.rores.roric.rorid.rorie.rorts.rorty.rosed.roses.roset.roshi.rosin.rosit.rosti.rosts.rotal.rotan.rotas.rotch.roted.rotes.rotis.rotls.roton.rotos.rotte.rouen.roues.roule.rouls.roums.roups.roupy.roust.routh.routs.roved.roven.roves.rowan.rowed.rowel.rowen.rowie.rowme.rownd.rowth.rowts.royne.royst.rozet.rozit.ruana.rubai.rubby.rubel.rubes.rubin.ruble.rubli.rubus.ruche.rucks.rudas.rudds.rudes.rudie.rudis.rueda.ruers.ruffe.ruffs.rugae.rugal.ruggy.ruing.ruins.rukhs.ruled.rules.rumal.rumbo.rumen.rumes.rumly.rummy.rumpo.rumps.rumpy.runch.runds.runed.runes.rungs.runic.runny.runts.runty.rupia.rurps.rurus.rusas.ruses.rushy.rusks.rusma.russe.rusts.ruths.rutin.rutty.ryals.rybat.ryked.rykes.rymme.rynds.ryots.ryper.saags.sabal.sabed.saber.sabes.sabha.sabin.sabir.sable.sabot.sabra.sabre.sacks.sacra.saddo.sades.sadhe.sadhu.sadis.sados.sadza.safed.safes.sagas.sager.sages.saggy.sagos.sagum.saheb.sahib.saice.saick.saics.saids.saiga.sails.saims.saine.sains.sairs.saist.saith.sajou.sakai.saker.sakes.sakia.sakis.sakti.salal.salat.salep.sales.salet.salic.salix.salle.salmi.salol.salop.salpa.salps.salse.salto.salts.salue.salut.saman.samas.samba.sambo.samek.samel.samen.sames.samey.samfu.sammy.sampi.samps.sands.saned.sanes.sanga.sangh.sango.sangs.sanko.sansa.santo.sants.saola.sapan.sapid.sapor.saran.sards.sared.saree.sarge.sargo.sarin.saris.sarks.sarky.sarod.saros.sarus.saser.sasin.sasse.satai.satay.sated.satem.sates.satis.sauba.sauch.saugh.sauls.sault.saunt.saury.sauts.saved.saver.saves.savey.savin.sawah.sawed.sawer.saxes.sayed.sayer.sayid.sayne.sayon.sayst.sazes.scabs.scads.scaff.scags.scail.scala.scall.scams.scand.scans.scapa.scape.scapi.scarp.scars.scart.scath.scats.scatt.scaud.scaup.scaur.scaws.sceat.scena.scend.schav.schmo.schul.schwa.sclim.scody.scogs.scoog.scoot.scopa.scops.scots.scoug.scoup.scowp.scows.scrab.scrae.scrag.scran.scrat.scraw.scray.scrim.scrip.scrob.scrod.scrog.scrow.scudi.scudo.scuds.scuff.scuft.scugs.sculk.scull.sculp.sculs.scums.scups.scurf.scurs.scuse.scuta.scute.scuts.scuzz.scyes.sdayn.sdein.seals.seame.seams.seamy.seans.seare.sears.sease.seats.seaze.sebum.secco.sechs.sects.seder.sedes.sedge.sedgy.sedum.seeds.seeks.seeld.seels.seely.seems.seeps.seepy.seers.sefer.segar.segni.segno.segol.segos.sehri.seifs.seils.seine.seirs.seise.seism.seity.seiza.sekos.sekts.selah.seles.selfs.sella.selle.sells.selva.semee.semes.semie.semis.senas.sends.senes.sengi.senna.senor.sensa.sensi.sente.senti.sents.senvy.senza.sepad.sepal.sepic.sepoy.septa.septs.serac.serai.seral.sered.serer.seres.serfs.serge.seric.serin.serks.seron.serow.serra.serre.serrs.serry.servo.sesey.sessa.setae.setal.seton.setts.sewan.sewar.sewed.sewel.sewen.sewin.sexed.sexer.sexes.sexto.sexts.seyen.shads.shags.shahs.shako.shakt.shalm.shaly.shama.shams.shand.shans.shaps.sharn.shash.shaul.shawm.shawn.shaws.shaya.shays.shchi.sheaf.sheal.sheas.sheds.sheel.shend.shent.sheol.sherd.shere.shero.shets.sheva.shewn.shews.shiai.shiel.shier.shies.shill.shily.shims.shins.ships.shirr.shirs.shish.shiso.shist.shite.shits.shiur.shiva.shive.shivs.shlep.shlub.shmek.shmoe.shoat.shoed.shoer.shoes.shogi.shogs.shoji.shojo.shola.shool.shoon.shoos.shope.shops.shorl.shote.shots.shott.showd.shows.shoyu.shred.shris.shrow.shtik.shtum.shtup.shule.shuln.shuls.shuns.shura.shute.shuts.shwas.shyer.sials.sibbs.sibyl.sices.sicht.sicko.sicks.sicky.sidas.sided.sider.sides.sidha.sidhe.sidle.sield.siens.sient.sieth.sieur.sifts.sighs.sigil.sigla.signa.signs.sijos.sikas.siker.sikes.silds.siled.silen.siler.siles.silex.silks.sills.silos.silts.silty.silva.simar.simas.simba.simis.simps.simul.sinds.sined.sines.sings.sinhs.sinks.sinky.sinus.siped.sipes.sippy.sired.siree.sires.sirih.siris.siroc.sirra.sirup.sisal.sises.sista.sists.sitar.sited.sites.sithe.sitka.situp.situs.siver.sixer.sixes.sixmo.sixte.sizar.sized.sizel.sizer.sizes.skags.skail.skald.skank.skart.skats.skatt.skaws.skean.skear.skeds.skeed.skeef.skeen.skeer.skees.skeet.skegg.skegs.skein.skelf.skell.skelm.skelp.skene.skens.skeos.skeps.skers.skets.skews.skids.skied.skies.skiey.skimo.skims.skink.skins.skint.skios.skips.skirl.skirr.skite.skits.skive.skivy.sklim.skoal.skody.skoff.skogs.skols.skool.skort.skosh.skran.skrik.skuas.skugs.skyed.skyer.skyey.skyfs.skyre.skyrs.skyte.slabs.slade.slaes.slags.slaid.slake.slams.slane.slank.slaps.slart.slats.slaty.slaws.slays.slebs.sleds.sleer.slews.sleys.slier.slily.slims.slipe.slips.slipt.slish.slits.slive.sloan.slobs.sloes.slogs.sloid.slojd.slomo.sloom.sloot.slops.slopy.slorm.slots.slove.slows.sloyd.slubb.slubs.slued.slues.sluff.slugs.sluit.slums.slurb.slurs.sluse.sluts.slyer.slype.smaak.smaik.smalm.smalt.smarm.smaze.smeek.smees.smeik.smeke.smerk.smews.smirr.smirs.smits.smogs.smoko.smolt.smoor.smoot.smore.smorg.smout.smowt.smugs.smurs.smush.smuts.snabs.snafu.snags.snaps.snarf.snark.snars.snary.snash.snath.snaws.snead.sneap.snebs.sneck.sneds.sneed.snees.snell.snibs.snick.snies.snift.snigs.snips.snipy.snirt.snits.snobs.snods.snoek.snoep.snogs.snoke.snood.snook.snool.snoot.snots.snowk.snows.snubs.snugs.snush.snyes.soaks.soaps.soare.soars.soave.sobas.socas.soces.socko.socks.socle.sodas.soddy.sodic.sodom.sofar.sofas.softa.softs.softy.soger.sohur.soils.soily.sojas.sojus.sokah.soken.sokes.sokol.solah.solan.solas.solde.soldi.soldo.solds.soled.solei.soler.soles.solon.solos.solum.solus.soman.somas.sonce.sonde.sones.songs.sonly.sonne.sonny.sonse.sonsy.sooey.sooks.sooky.soole.sools.sooms.soops.soote.soots.sophs.sophy.sopor.soppy.sopra.soral.soras.sorbo.sorbs.sorda.sordo.sords.sored.soree.sorel.sorer.sores.sorex.sorgo.sorns.sorra.sorta.sorts.sorus.soths.sotol.souce.souct.sough.souks.souls.soums.soups.soupy.sours.souse.souts.sowar.sowce.sowed.sowff.sowfs.sowle.sowls.sowms.sownd.sowne.sowps.sowse.sowth.soyas.soyle.soyuz.sozin.spacy.spado.spaed.spaer.spaes.spags.spahi.spail.spain.spait.spake.spald.spale.spall.spalt.spams.spane.spang.spans.spard.spars.spart.spate.spats.spaul.spawl.spaws.spayd.spays.spaza.spazz.speal.spean.speat.specs.spect.speel.speer.speil.speir.speks.speld.spelk.speos.spets.speug.spews.spewy.spial.spica.spick.spics.spide.spier.spies.spiff.spifs.spiks.spile.spims.spina.spink.spins.spirt.spiry.spits.spitz.spivs.splay.splog.spode.spods.spoom.spoor.spoot.spork.sposh.spots.sprad.sprag.sprat.spred.sprew.sprit.sprod.sprog.sprue.sprug.spuds.spued.spuer.spues.spugs.spule.spume.spumy.spurs.sputa.spyal.spyre.squab.squaw.squeg.squid.squit.squiz.stabs.stade.stags.stagy.staig.stane.stang.staph.staps.starn.starr.stars.stats.staun.staws.stays.stean.stear.stedd.stede.steds.steek.steem.steen.steil.stela.stele.stell.steme.stems.stend.steno.stens.stent.steps.stept.stere.stets.stews.stewy.steys.stich.stied.sties.stilb.stile.stime.stims.stimy.stipa.stipe.stire.stirk.stirp.stirs.stive.stivy.stoae.stoai.stoas.stoat.stobs.stoep.stogy.stoit.stoln.stoma.stond.stong.stonk.stonn.stook.stoor.stope.stops.stopt.stoss.stots.stott.stoun.stoup.stour.stown.stowp.stows.strad.strae.strag.strak.strep.strew.stria.strig.strim.strop.strow.stroy.strum.stubs.stude.studs.stull.stulm.stumm.stums.stuns.stupa.stupe.sture.sturt.styed.styes.styli.stylo.styme.stymy.styre.styte.subah.subas.subby.suber.subha.succi.sucks.sucky.sucre.sudds.sudor.sudsy.suede.suent.suers.suete.suets.suety.sugan.sughs.sugos.suhur.suids.suint.suits.sujee.sukhs.sukuk.sulci.sulfa.sulfo.sulks.sulph.sulus.sumis.summa.sumos.sumph.sumps.sunis.sunks.sunna.sunns.sunup.supes.supra.surah.sural.suras.surat.surds.sured.sures.surfs.surfy.surgy.surra.sused.suses.susus.sutor.sutra.sutta.swabs.swack.swads.swage.swags.swail.swain.swale.swaly.swamy.swang.swank.swans.swaps.swapt.sward.sware.swarf.swart.swats.swayl.sways.sweal.swede.sweed.sweel.sweer.swees.sweir.swelt.swerf.sweys.swies.swigs.swile.swims.swink.swipe.swire.swiss.swith.swits.swive.swizz.swobs.swole.swoln.swops.swopt.swots.swoun.sybbe.sybil.syboe.sybow.sycee.syces.sycon.syens.syker.sykes.sylis.sylph.sylva.symar.synch.syncs.synds.syned.synes.synth.syped.sypes.syphs.syrah.syren.sysop.sythe.syver.taals.taata.taber.tabes.tabid.tabis.tabla.tabor.tabun.tabus.tacan.taces.tacet.tache.tacho.tachs.tacks.tacos.tacts.taels.tafia.taggy.tagma.tahas.tahrs.taiga.taigs.taiko.tails.tains.taira.taish.taits.tajes.takas.takes.takhi.takin.takis.takky.talak.talaq.talar.talas.talcs.talcy.talea.taler.tales.talks.talky.talls.talma.talpa.taluk.talus.tamal.tamed.tames.tamin.tamis.tammy.tamps.tanas.tanga.tangi.tangs.tanhs.tanka.tanks.tanky.tanna.tansy.tanti.tanto.tanty.tapas.taped.tapen.tapes.tapet.tapis.tappa.tapus.taras.tardo.tared.tares.targa.targe.tarns.taroc.tarok.taros.tarps.tarre.tarry.tarsi.tarts.tarty.tasar.tased.taser.tases.tasks.tassa.tasse.tasso.tatar.tater.tates.taths.tatie.tatou.tatts.tatus.taube.tauld.tauon.taupe.tauts.tavah.tavas.taver.tawai.tawas.tawed.tawer.tawie.tawse.tawts.taxed.taxer.taxes.taxis.taxol.taxon.taxor.taxus.tayra.tazza.tazze.teade.teads.teaed.teaks.teals.teams.tears.teats.teaze.techs.techy.tecta.teels.teems.teend.teene.teens.teeny.teers.teffs.teggs.tegua.tegus.tehrs.teiid.teils.teind.teins.telae.telco.teles.telex.telia.telic.tells.telly.teloi.telos.temed.temes.tempi.temps.tempt.temse.tench.tends.tendu.tenes.tenge.tenia.tenne.tenno.tenny.tenon.tents.tenty.tenue.tepal.tepas.tepoy.terai.teras.terce.terek.teres.terfe.terfs.terga.terms.terne.terns.terry.terts.tesla.testa.teste.tests.tetes.teths.tetra.tetri.teuch.teugh.tewed.tewel.tewit.texas.texes.texts.thack.thagi.thaim.thale.thali.thana.thane.thang.thans.thanx.tharm.thars.thaws.thawy.thebe.theca.theed.theek.thees.thegn.theic.thein.thelf.thema.thens.theow.therm.thesp.thete.thews.thewy.thigs.thilk.thill.thine.thins.thiol.thirl.thoft.thole.tholi.thoro.thorp.thous.thowl.thrae.thraw.thrid.thrip.throe.thuds.thugs.thuja.thunk.thurl.thuya.thymi.thymy.tians.tiars.tical.ticca.ticed.tices.tichy.ticks.ticky.tiddy.tided.tides.tiers.tiffs.tifos.tifts.tiges.tigon.tikas.tikes.tikis.tikka.tilak.tiled.tiler.tiles.tills.tilly.tilth.tilts.timbo.timed.times.timon.timps.tinas.tinct.tinds.tinea.tined.tines.tinge.tings.tinks.tinny.tints.tinty.tipis.tippy.tired.tires.tirls.tiros.tirrs.titch.titer.titis.titre.titty.titup.tiyin.tiyns.tizes.tizzy.toads.toady.toaze.tocks.tocky.tocos.todde.toeas.toffs.toffy.tofts.tofus.togae.togas.toged.toges.togue.tohos.toile.toils.toing.toise.toits.tokay.toked.toker.tokes.tokos.tolan.tolar.tolas.toled.toles.tolls.tolly.tolts.tolus.tolyl.toman.tombs.tomes.tomia.tommy.tomos.tondi.tondo.toned.toner.tones.toney.tongs.tonka.tonks.tonne.tonus.tools.tooms.toons.toots.toped.topee.topek.toper.topes.tophe.tophi.tophs.topis.topoi.topos.toppy.toque.torah.toran.toras.torcs.tores.toric.torii.toros.torot.torrs.torse.torsi.torsk.torta.torte.torts.tosas.tosed.toses.toshy.tossy.toted.toter.totes.totty.touks.touns.tours.touse.tousy.touts.touze.touzy.towed.towie.towns.towny.towse.towsy.towts.towze.towzy.toyed.toyer.toyon.toyos.tozed.tozes.tozie.trabs.trads.tragi.traik.trams.trank.tranq.trans.trant.trape.traps.trapt.trass.trats.tratt.trave.trayf.trays.treck.treed.treen.trees.trefa.treif.treks.trema.trems.tress.trest.trets.trews.treyf.treys.triac.tride.trier.tries.triff.trigo.trigs.trike.trild.trill.trims.trine.trins.triol.trior.trios.trips.tripy.trist.troad.troak.troat.trock.trode.trods.trogs.trois.troke.tromp.trona.tronc.trone.tronk.trons.trooz.troth.trots.trows.troys.trued.trues.trugo.trugs.trull.tryer.tryke.tryma.tryps.tsade.tsadi.tsars.tsked.tsuba.tsubo.tuans.tuart.tuath.tubae.tubar.tubas.tubby.tubed.tubes.tucks.tufas.tuffe.tuffs.tufts.tufty.tugra.tuile.tuina.tuism.tuktu.tules.tulpa.tulsi.tumid.tummy.tumps.tumpy.tunas.tunds.tuned.tuner.tunes.tungs.tunny.tupek.tupik.tuple.tuque.turds.turfs.turfy.turks.turme.turms.turns.turnt.turps.turrs.tushy.tusks.tusky.tutee.tutti.tutty.tutus.tuxes.tuyer.twaes.twain.twals.twank.twats.tways.tweel.tween.tweep.tweer.twerk.twerp.twier.twigs.twill.twilt.twink.twins.twiny.twire.twirp.twite.twits.twoer.twyer.tyees.tyers.tyiyn.tykes.tyler.tymps.tynde.tyned.tynes.typal.typed.types.typey.typic.typos.typps.typto.tyran.tyred.tyres.tyros.tythe.tzars.udals.udons.ugali.ugged.uhlan.uhuru.ukase.ulama.ulans.ulema.ulmin.ulnad.ulnae.ulnar.ulnas.ulpan.ulvas.ulyie.ulzie.umami.umbel.umber.umble.umbos.umbre.umiac.umiak.umiaq.ummah.ummas.ummed.umped.umphs.umpie.umpty.umrah.umras.unais.unapt.unarm.unary.unaus.unbag.unban.unbar.unbed.unbid.unbox.uncap.unces.uncia.uncos.uncoy.uncus.undam.undee.undos.undug.uneth.unfix.ungag.unget.ungod.ungot.ungum.unhat.unhip.unica.units.unjam.unked.unket.unkid.unlaw.unlay.unled.unlet.unlid.unman.unmew.unmix.unpay.unpeg.unpen.unpin.unred.unrid.unrig.unrip.unsaw.unsay.unsee.unsew.unsex.unsod.untax.untin.unwet.unwit.unwon.upbow.upbye.updos.updry.upend.upjet.uplay.upled.uplit.upped.upran.uprun.upsee.upsey.uptak.upter.uptie.uraei.urali.uraos.urare.urari.urase.urate.urbex.urbia.urdee.ureal.ureas.uredo.ureic.urena.urent.urged.urger.urges.urial.urite.urman.urnal.urned.urped.ursae.ursid.urson.urubu.urvas.users.usnea.usque.usure.usury.uteri.uveal.uveas.uvula.vacua.vaded.vades.vagal.vagus.vails.vaire.vairs.vairy.vakas.vakil.vales.valis.valse.vamps.vampy.vanda.vaned.vanes.vangs.vants.vaped.vaper.vapes.varan.varas.vardy.varec.vares.varia.varix.varna.varus.varve.vasal.vases.vasts.vasty.vatic.vatus.vauch.vaute.vauts.vawte.vaxes.veale.veals.vealy.veena.veeps.veers.veery.vegas.veges.vegie.vegos.vehme.veils.veily.veins.veiny.velar.velds.veldt.veles.vells.velum.venae.venal.vends.vendu.veney.venge.venin.vents.venus.verbs.verra.verry.verst.verts.vertu.vespa.vesta.vests.vetch.vexed.vexer.vexes.vexil.vezir.vials.viand.vibes.vibex.vibey.viced.vices.vichy.viers.views.viewy.vifda.viffs.vigas.vigia.vilde.viler.villi.vills.vimen.vinal.vinas.vinca.vined.viner.vines.vinew.vinic.vinos.vints.viold.viols.vired.vireo.vires.virga.virge.virid.virls.virtu.visas.vised.vises.visie.visne.vison.visto.vitae.vitas.vitex.vitro.vitta.vivas.vivat.vivda.viver.vives.vizir.vizor.vleis.vlies.vlogs.voars.vocab.voces.voddy.vodou.vodun.voema.vogie.voids.voile.voips.volae.volar.voled.voles.volet.volks.volta.volte.volti.volts.volva.volve.vomer.voted.votes.vouge.voulu.vowed.vower.voxel.vozhd.vraic.vrils.vroom.vrous.vrouw.vrows.vuggs.vuggy.vughs.vughy.vulgo.vulns.vulva.vutty.waacs.wacke.wacko.wacks.wadds.waddy.waded.wader.wades.wadge.wadis.wadts.waffs.wafts.waged.wages.wagga.wagyu.wahoo.waide.waifs.waift.wails.wains.wairs.waite.waits.wakas.waked.waken.waker.wakes.wakfs.waldo.walds.waled.waler.wales.walie.walis.walks.walla.walls.wally.walty.wamed.wames.wamus.wands.waned.wanes.waney.wangs.wanks.wanky.wanle.wanly.wanna.wants.wanty.wanze.waqfs.warbs.warby.wards.wared.wares.warez.warks.warms.warns.warps.warre.warst.warts.wases.washy.wasms.wasps.waspy.wasts.watap.watts.wauff.waugh.wauks.waulk.wauls.waurs.waved.waves.wavey.wawas.wawes.wawls.waxed.waxer.waxes.wayed.wazir.wazoo.weald.weals.weamb.weans.wears.webby.weber.wecht.wedel.wedgy.weeds.weeke.weeks.weels.weems.weens.weeny.weeps.weepy.weest.weete.weets.wefte.wefts.weids.weils.weirs.weise.weize.wekas.welds.welke.welks.welkt.wells.welly.welts.wembs.wends.wenge.wenny.wents.weros.wersh.wests.wetas.wetly.wexed.wexes.whamo.whams.whang.whaps.whare.whata.whats.whaup.whaur.wheal.whear.wheen.wheep.wheft.whelk.whelm.whens.whets.whews.wheys.whids.whift.whigs.whilk.whims.whins.whios.whips.whipt.whirr.whirs.whish.whiss.whist.whits.whity.whizz.whomp.whoof.whoot.whops.whore.whorl.whort.whoso.whows.whump.whups.whyda.wicca.wicks.wicky.widdy.wides.wiels.wifed.wifes.wifey.wifie.wifty.wigan.wigga.wiggy.wikis.wilco.wilds.wiled.wiles.wilga.wilis.wilja.wills.wilts.wimps.winds.wined.wines.winey.winge.wings.wingy.winks.winna.winns.winos.winze.wiped.wiper.wipes.wired.wirer.wires.wirra.wised.wises.wisha.wisht.wisps.wists.witan.wited.wites.withe.withs.withy.wived.wiver.wives.wizen.wizes.woads.woald.wocks.wodge.woful.wojus.woker.wokka.wolds.wolfs.wolly.wolve.wombs.womby.womyn.wonga.wongi.wonks.wonky.wonts.woods.wooed.woofs.woofy.woold.wools.woons.woops.woopy.woose.woosh.wootz.words.works.worms.wormy.worts.wowed.wowee.woxen.wrang.wraps.wrapt.wrast.wrate.wrawl.wrens.wrick.wried.wrier.wries.writs.wroke.wroot.wroth.wryer.wuddy.wudus.wulls.wurst.wuses.wushu.wussy.wuxia.wyled.wyles.wynds.wynns.wyted.wytes.xebec.xenia.xenic.xenon.xeric.xerox.xerus.xoana.xrays.xylan.xylem.xylic.xylol.xylyl.xysti.xysts.yaars.yabas.yabba.yabby.yacca.yacka.yacks.yaffs.yager.yages.yagis.yahoo.yaird.yakka.yakow.yales.yamen.yampy.yamun.yangs.yanks.yapok.yapon.yapps.yappy.yarak.yarco.yards.yarer.yarfa.yarks.yarns.yarrs.yarta.yarto.yates.yauds.yauld.yaups.yawed.yawey.yawls.yawns.yawny.yawps.ybore.yclad.ycled.ycond.ydrad.ydred.yeads.yeahs.yealm.yeans.yeard.years.yecch.yechs.yechy.yedes.yeeds.yeesh.yeggs.yelks.yells.yelms.yelps.yelts.yenta.yente.yerba.yerds.yerks.yeses.yesks.yests.yesty.yetis.yetts.yeuks.yeuky.yeven.yeves.yewen.yexed.yexes.yfere.yiked.yikes.yills.yince.yipes.yippy.yirds.yirks.yirrs.yirth.yites.yitie.ylems.ylike.ylkes.ymolt.ympes.yobbo.yobby.yocks.yodel.yodhs.yodle.yogas.yogee.yoghs.yogic.yogin.yogis.yoick.yojan.yoked.yokel.yoker.yokes.yokul.yolks.yolky.yomim.yomps.yonic.yonis.yonks.yoofs.yoops.yores.yorks.yorps.youks.yourn.yours.yourt.youse.yowed.yowes.yowie.yowls.yowza.yrapt.yrent.yrivd.yrneh.ysame.ytost.yuans.yucas.yucca.yucch.yucko.yucks.yucky.yufts.yugas.yuked.yukes.yukky.yukos.yulan.yules.yummo.yummy.yumps.yupon.yuppy.yurta.yurts.yuzus.zabra.zacks.zaida.zaidy.zaire.zakat.zaman.zambo.zamia.zanja.zante.zanza.zanze.zappy.zarfs.zaris.zatis.zaxes.zayin.zazen.zeals.zebec.zebub.zebus.zedas.zeins.zendo.zerda.zerks.zeros.zests.zetas.zexes.zezes.zhomo.zibet.ziffs.zigan.zilas.zilch.zilla.zills.zimbi.zimbs.zinco.zincs.zincy.zineb.zines.zings.zingy.zinke.zinky.zippo.zippy.ziram.zitis.zizel.zizit.zlote.zloty.zoaea.zobos.zobus.zocco.zoeae.zoeal.zoeas.zoism.zoist.zombi.zonae.zonda.zoned.zoner.zones.zonks.zooea.zooey.zooid.zooks.zooms.zoons.zooty.zoppa.zoppo.zoril.zoris.zorro.zouks.zowee.zowie.zulus.zupan.zupas.zuppa.zurfs.zuzim.zygal.zygon.zymes.zymic".split("."), wi = 5, Ti = 6, Ei = Object.freeze(new Set([...Ci, ...Si]));
|
|
4524
|
-
function
|
|
4525
|
-
return
|
|
4571
|
+
}, wi = /* @__PURE__ */ "which.there.their.about.would.these.other.words.could.write.first.water.after.where.right.think.three.years.place.sound.great.again.still.every.small.found.those.never.under.might.while.house.world.below.asked.going.large.until.along.shall.being.often.earth.began.since.study.night.light.above.paper.parts.young.story.point.times.heard.whole.white.given.means.music.miles.thing.today.later.using.money.lines.order.group.among.learn.known.space.table.early.trees.short.hands.state.black.shown.stood.front.voice.kinds.makes.comes.close.power.lived.vowel.taken.built.heart.ready.quite.class.bring.round.horse.shows.piece.green.stand.birds.start.river.tried.least.field.whose.girls.leave.added.color.third.hours.moved.plant.doing.names.forms.heavy.ideas.cried.check.floor.begin.woman.alone.plane.spell.watch.carry.wrote.clear.named.books.child.glass.human.takes.party.build.seems.blood.sides.seven.mouth.solve.north.value.death.maybe.happy.tells.gives.looks.shape.lives.steps.areas.sense.speak.force.ocean.speed.women.metal.south.grass.scale.cells.lower.sleep.wrong.pages.ships.needs.rocks.eight.major.level.total.ahead.reach.stars.store.sight.terms.catch.works.board.cover.songs.equal.stone.waves.guess.dance.spoke.break.cause.radio.weeks.lands.basic.liked.trade.fresh.final.fight.meant.drive.spent.local.waxes.knows.train.bread.homes.teeth.coast.thick.brown.clean.quiet.sugar.facts.steel.forth.rules.notes.units.peace.month.verbs.seeds.helps.sharp.visit.woods.chief.walls.cross.wings.grown.cases.foods.crops.fruit.stick.wants.stage.sheep.nouns.plain.drink.bones.apart.turns.moves.touch.angle.based.range.marks.tired.older.farms.spend.shoes.goods.chair.twice.cents.empty.alike.style.broke.pairs.count.enjoy.score.shore.roots.paint.heads.shook.serve.angry.crowd.wheel.quick.dress.share.alive.noise.solid.cloth.signs.hills.types.drawn.worth.truck.piano.upper.loved.usual.faces.drove.cabin.boats.towns.proud.court.model.prime.fifty.plans.yards.prove.tools.price.sheet.smell.boxes.raise.match.truth.roads.threw.enemy.lunch.chart.scene.graph.doubt.guide.winds.block.grain.smoke.mixed.games.wagon.sweet.topic.extra.plate.title.knife.fence.falls.cloud.wheat.plays.enter.broad.steam.atoms.press.lying.basis.clock.taste.grows.thank.storm.agree.brain.track.smile.funny.beach.stock.hurry.saved.sorry.giant.trail.offer.ought.rough.daily.avoid.keeps.throw.allow.cream.laugh.edges.teach.frame.bells.dream.magic.occur.ended.chord.false.skill.holes.dozen.brave.apple.climb.outer.pitch.ruler.holds.fixed.costs.calls.blank.staff.labor.eaten.youth.tones.honor.globe.gases.doors.poles.loose.apply.tears.exact.brush.chest.layer.whale.minor.faith.tests.judge.items.worry.waste.hoped.strip.begun.aside.lakes.bound.depth.candy.event.worse.aware.shell.rooms.ranch.image.snake.aloud.dried.likes.motor.pound.knees.refer.fully.chain.shirt.flour.drops.spite.orbit.banks.shoot.curve.tribe.tight.blind.slept.shade.claim.flies.theme.queen.fifth.union.hence.straw.entry.issue.birth.feels.anger.brief.rhyme.glory.guard.flows.flesh.owned.trick.yours.sizes.noted.width.burst.route.lungs.uncle.bears.royal.kings.forty.trial.cards.brass.opera.chose.owner.vapor.beats.mouse.tough.wires.meter.tower.finds.inner.stuck.arrow.poems.label.swing.solar.truly.tense.beans.split.rises.weigh.hotel.stems.pride.swung.grade.digit.badly.boots.pilot.sales.swept.lucky.prize.stove.tubes.acres.wound.steep.slide.trunk.error.porch.slave.exist.faced.mines.marry.juice.raced.waved.goose.trust.fewer.favor.mills.views.joint.eager.spots.blend.rings.adult.index.nails.horns.balls.flame.rates.drill.trace.skins.waxed.seats.stuff.ratio.minds.dirty.silly.coins.hello.trips.leads.rifle.hopes.bases.shine.bench.moral.fires.meals.shake.shops.cycle.movie.slope.canoe.teams.folks.fired.bands.thumb.shout.canal.habit.reply.ruled.fever.crust.shelf.walks.midst.crack.print.tales.coach.stiff.flood.verse.awake.rocky.march.fault.swift.faint.civil.ghost.feast.blade.limit.germs.reads.ducks.dairy.worst.gifts.lists.stops.rapid.brick.claws.beads.beast.skirt.cakes.lions.frogs.tries.nerve.grand.armed.treat.honey.moist.legal.penny.crown.shock.taxes.sixty.altar.pulls.sport.drums.talks.dying.dates.drank.blows.lever.wages.proof.drugs.tanks.sings.tails.pause.herds.arose.hated.clues.novel.shame.burnt.races.flash.weary.heels.token.coats.spare.shiny.alarm.dimes.sixth.clerk.mercy.sunny.guest.float.shone.pipes.worms.bills.sweat.suits.smart.upset.rains.sandy.rainy.parks.sadly.fancy.rider.unity.bunch.rolls.crash.craft.newly.gates.hatch.paths.funds.wider.grace.grave.tides.admit.shift.sails.pupil.tiger.angel.cruel.agent.drama.urged.patch.nests.vital.sword.blame.weeds.screw.vocal.bacon.chalk.cargo.crazy.acted.goats.arise.witch.loves.queer.dwell.backs.ropes.shots.merry.phone.cheek.peaks.ideal.beard.eagle.creek.cries.ashes.stall.yield.mayor.opens.input.fleet.tooth.cubic.wives.burns.poets.apron.spear.organ.cliff.stamp.paste.rural.baked.chase.slice.slant.knock.noisy.sorts.stays.wiped.blown.piled.clubs.cheer.widow.twist.tenth.hides.comma.sweep.spoon.stern.crept.maple.deeds.rides.muddy.crime.jelly.ridge.drift.dusty.devil.tempo.humor.sends.steal.tents.waist.roses.reign.noble.cheap.dense.linen.geese.woven.posts.hired.wrath.salad.bowed.tires.shark.belts.grasp.blast.polar.fungi.tends.pearl.loads.jokes.veins.frost.hears.loses.hosts.diver.phase.toads.alert.tasks.seams.coral.focus.naked.puppy.jumps.spoil.quart.macro.fears.flung.spark.vivid.brook.steer.spray.decay.ports.socks.urban.goals.grant.minus.films.tunes.shaft.firms.skies.bride.wreck.flock.stare.hobby.bonds.dared.faded.thief.crude.pants.flute.votes.tonal.radar.wells.skull.hairs.argue.wears.dolls.voted.caves.cared.broom.scent.panel.fairy.olive.bends.prism.lamps.cable.peach.ruins.rally.schwa.lambs.sells.cools.draft.charm.limbs.brake.gazed.cubes.delay.beams.fetch.ranks.array.harsh.camel.vines.picks.naval.purse.rigid.crawl.toast.soils.sauce.basin.ponds.twins.wrist.fluid.pools.brand.stalk.robot.reeds.hoofs.buses.sheer.grief.bloom.dwelt.melts.risen.flags.knelt.fiber.roofs.freed.armor.piles.aimed.algae.twigs.lemon.ditch.drunk.rests.chill.slain.panic.cords.tuned.crisp.ledge.dived.swamp.clung.stole.molds.yarns.liver.gauge.breed.stool.gulls.awoke.gross.diary.rails.belly.trend.flask.stake.fried.draws.actor.handy.bowls.haste.scope.deals.knots.moons.essay.thump.hangs.bliss.dealt.gains.bombs.clown.palms.cones.roast.tidal.bored.chant.acids.dough.camps.swore.lover.hooks.males.cocoa.punch.award.reins.ninth.noses.links.drain.fills.nylon.lunar.pulse.flown.elbow.fatal.sites.moths.meats.foxes.mined.attic.fiery.mount.usage.swear.snowy.rusty.scare.traps.relax.react.valid.robin.cease.gills.prior.safer.polio.loyal.swell.salty.marsh.vague.weave.mound.seals.mules.virus.scout.acute.windy.stout.folds.seize.hilly.joins.pluck.stack.lords.dunes.burro.hawks.trout.feeds.scarf.halls.coals.towel.souls.elect.buggy.pumps.loans.spins.files.oxide.pains.photo.rival.flats.syrup.rodeo.sands.moose.pints.curly.comic.cloak.onion.clams.scrap.didst.couch.codes.fails.ounce.lodge.greet.gypsy.utter.paved.zones.fours.alley.tiles.bless.crest.elder.kills.yeast.erect.bugle.medal.roles.hound.snail.alter.ankle.relay.loops.zeros.bites.modes.debts.realm.glove.rayon.swims.poked.stray.lifts.maker.lumps.graze.dread.barns.docks.masts.pours.wharf.curse.plump.robes.seeks.cedar.curls.jolly.myths.cages.gloom.locks.pedal.beets.crows.anode.slash.creep.rowed.chips.fists.wines.cares.valve.newer.motel.ivory.necks.clamp.barge.blues.alien.frown.strap.crews.shack.gonna.saves.stump.ferry.idols.cooks.juicy.glare.carts.alloy.bulbs.lawns.lasts.fuels.oddly.crane.filed.weird.shawl.slips.troop.bolts.suite.sleek.quilt.tramp.blaze.atlas.odors.scrub.crabs.probe.logic.adobe.exile.rebel.grind.sting.spine.cling.desks.grove.leaps.prose.lofty.agony.snare.tusks.bulls.moods.humid.finer.dimly.plank.china.pines.guilt.sacks.brace.quote.lathe.gaily.fonts.scalp.adopt.foggy.ferns.grams.clump.perch.tumor.teens.crank.fable.hedge.genes.sober.boast.tract.cigar.unite.owing.thigh.haiku.swish.dikes.wedge.booth.eased.frail.cough.tombs.darts.forts.choir.pouch.pinch.hairy.buyer.torch.vigor.waltz.heats.herbs.users.flint.click.madam.bleak.blunt.aided.lacks.masks.waded.risks.nurse.chaos.sewed.cured.ample.lease.steak.sinks.merit.bluff.bathe.gleam.bonus.colts.shear.gland.silky.skate.birch.anvil.sleds.groan.maids.meets.speck.hymns.hints.drown.bosom.slick.quest.coils.spied.snows.stead.snack.plows.blond.tamed.thorn.waits.glued.banjo.tease.arena.bulky.carve.stunt.warms.shady.razor.folly.leafy.notch.fools.otter.pears.flush.genus.ached.fives.flaps.spout.smote.fumes.adapt.cuffs.tasty.stoop.clips.disks.sniff.lanes.brisk.imply.demon.super.furry.raged.growl.texts.hardy.stung.typed.hates.wiser.timid.serum.beaks.rotor.casts.baths.glide.plots.trait.resin.slums.lyric.puffs.decks.brood.mourn.aloft.abuse.whirl.edged.ovary.quack.heaps.slang.await.civic.saint.bevel.sonar.aunts.packs.froze.tonic.corps.swarm.frank.repay.gaunt.wired.niece.cello.needy.chuck.stony.media.surge.hurts.repel.husky.dated.hunts.mists.exert.dries.mates.sworn.baker.spice.oasis.boils.spurs.doves.sneak.paces.colon.siege.strum.drier.cacao.humus.bales.piped.nasty.rinse.boxer.shrub.amuse.tacks.cited.slung.delta.laden.larva.rents.yells.spool.spill.crush.jewel.snaps.stain.kicks.tying.slits.rated.eerie.smash.plums.zebra.earns.bushy.scary.squad.tutor.silks.slabs.bumps.evils.fangs.snout.peril.pivot.yacht.lobby.jeans.grins.viola.liner.comet.scars.chops.raids.eater.slate.skips.soles.misty.urine.knobs.sleet.holly.pests.forks.grill.trays.pails.borne.tenor.wares.carol.woody.canon.wakes.kitty.miner.polls.shaky.nasal.scorn.chess.taxis.crate.shyly.tulip.forge.nymph.budge.lowly.abide.depot.oases.asses.sheds.fudge.pills.rivet.thine.groom.lanky.boost.broth.heave.gravy.beech.timed.quail.inert.gears.chick.hinge.trash.clash.sighs.renew.bough.dwarf.slows.quill.shave.spore.sixes.chunk.madly.paced.braid.fuzzy.motto.spies.slack.mucus.magma.awful.discs.erase.posed.asset.cider.taper.theft.churn.satin.slots.taxed.bully.sloth.shale.tread.raked.curds.manor.aisle.bulge.loins.stair.tapes.leans.bunks.squat.towed.lance.panes.sakes.heirs.caste.dummy.pores.fauna.crook.poise.epoch.risky.warns.fling.berry.grape.flank.drags.squid.pelts.icing.irony.irons.barks.whoop.choke.diets.whips.tally.dozed.twine.kites.bikes.ticks.riots.roars.vault.looms.scold.blink.dandy.pupae.sieve.spike.ducts.lends.pizza.brink.widen.plumb.pagan.feats.bison.soggy.scoop.argon.nudge.skiff.amber.sexes.rouse.salts.hitch.exalt.leash.dined.chute.snort.gusts.melon.cheat.reefs.llama.lasso.debut.quota.oaths.prone.mixes.rafts.dives.stale.inlet.flick.pinto.brows.untie.batch.greed.chore.stirs.blush.onset.barbs.volts.beige.swoop.paddy.laced.shove.jerky.poppy.leaks.fares.dodge.godly.squaw.affix.brute.nicer.undue.snarl.merge.doses.showy.daddy.roost.vases.swirl.petty.colds.curry.cobra.genie.flare.messy.cores.soaks.ripen.whine.amino.plaid.spiny.mowed.baton.peers.vowed.pious.swans.exits.afoot.plugs.idiom.chili.rites.serfs.cleft.berth.grubs.annex.dizzy.hasty.latch.wasps.mirth.baron.plead.aloof.aging.pixel.bared.mummy.hotly.auger.buddy.chaps.badge.stark.fairs.gully.mumps.emery.filly.ovens.drone.gauze.idiot.fussy.annoy.shank.gouge.bleed.elves.roped.unfit.baggy.mower.scant.grabs.fleas.lousy.album.sawed.cooky.murky.infer.burly.waged.dingy.brine.kneel.creak.vanes.smoky.spurt.combs.easel.laces.humps.rumor.aroma.horde.swiss.leapt.opium.slime.afire.pansy.mares.soaps.husks.snips.hazel.lined.cafes.naive.wraps.sized.piers.beset.agile.tongs.steed.fraud.booty.valor.downy.witty.mossy.psalm.scuba.tours.polka.milky.gaudy.shrug.tufts.wilds.laser.truss.hares.creed.lilac.siren.tarry.bribe.swine.muted.flips.cures.sinew.boxed.hoops.gasps.hoods.niche.yucca.glows.sewer.whack.fuses.gowns.droop.bucks.pangs.mails.whisk.haven.clasp.sling.stint.urges.champ.piety.chirp.pleat.posse.sunup.menus.howls.quake.knack.plaza.fiend.caked.bangs.erupt.poker.olden.cramp.voter.poses.manly.slump.fined.grips.gaped.purge.hiked.maize.fluff.strut.sloop.prowl.roach.cocks.bland.dials.plume.slaps.soups.dully.wills.foams.solos.skier.eaves.totem.fused.latex.veils.mused.mains.myrrh.racks.galls.gnats.bouts.sisal.shuts.hoses.dryly.hover.gloss.seeps.denim.putty.guppy.leaky.dusky.filth.oboes.spans.fowls.adorn.glaze.haunt.dares.obeys.bakes.abyss.smelt.gangs.aches.trawl.claps.undid.spicy.hoist.fades.vicar.acorn.pussy.gruff.musty.tarts.snuff.hunch.truce.tweed.dryer.loser.sheaf.moles.lapse.tawny.vexed.autos.wager.domes.sheen.clang.spade.sowed.broil.slyly.studs.grunt.donor.slugs.aspen.homer.croak.tithe.halts.avert.havoc.hogan.glint.ruddy.jeeps.flaky.ladle.taunt.snore.fines.props.prune.pesos.radii.pokes.tiled.daisy.heron.villa.farce.binds.cites.fixes.jerks.livid.waked.inked.booms.chews.licks.hyena.scoff.lusty.sonic.smith.usher.tucks.vigil.molts.sects.spars.dumps.scaly.wisps.sores.mince.panda.flier.axles.plied.booby.patio.rabbi.petal.polyp.tints.grate.troll.tolls.relic.phony.bleat.flaws.flake.snags.aptly.drawl.ulcer.soapy.bossy.monks.crags.caged.twang.diner.taped.cadet.grids.spawn.guile.noose.mores.girth.slimy.aides.spasm.burrs.alibi.lymph.saucy.muggy.liter.joked.goofy.exams.enact.stork.lured.toxic.omens.nears.covet.wrung.forum.venom.moody.alder.sassy.flair.guild.prays.wrens.hauls.stave.tilts.pecks.stomp.gales.tempt.capes.mesas.omits.tepee.harry.wring.evoke.limes.cluck.lunge.highs.canes.giddy.lithe.verge.khaki.queue.loath.foyer.outdo.fared.deter.crumb.astir.spire.jumpy.extol.buoys.stubs.lucid.thong.afore.whiff.maxim.hulls.clogs.slats.jiffy.arbor.cinch.igloo.goody.gazes.dowel.calms.bitch.scowl.gulps.coded.waver.mason.lobes.ebony.flail.isles.clods.dazed.adept.oozed.sedan.clays.warts.ketch.skunk.manes.adore.sneer.mango.fiord.flora.roomy.minks.thaws.watts.freer.exult.plush.paled.twain.clink.scamp.pawed.grope.bravo.gable.stink.sever.waned.rarer.regal.wards.fawns.babes.unify.amend.oaken.glade.visor.hefty.nines.throb.pecan.butts.pence.sills.jails.flyer.saber.nomad.miter.beeps.domed.gulfs.curbs.heath.moors.aorta.larks.tangy.wryly.cheep.rages.evade.lures.freak.vogue.tunic.slams.knits.dumpy.mania.spits.firth.hikes.trots.nosed.clank.dogma.bloat.balsa.graft.middy.stile.keyed.finch.sperm.chaff.wiles.amigo.copra.amiss.eying.twirl.lurch.popes.chins.smock.tines.guise.grits.junks.shoal.cache.tapir.atoll.deity.toils.spree.mocks.scans.shorn.revel.raven.hoary.reels.scuff.mimic.weedy.corny.truer.rouge.ember.floes.torso.wipes.edict.sulky.recur.groin.baste.kinks.surer.piggy.moldy.franc.liars.inept.gusty.facet.jetty.equip.leper.slink.soars.cater.dowry.sided.yearn.decoy.taboo.ovals.heals.pleas.beret.spilt.gayly.rover.endow.pygmy.carat.abbey.vents.waken.chimp.fumed.sodas.vinyl.clout.wades.mites.smirk.bores.bunny.surly.frock.foray.purer.milks.query.mired.blare.froth.gruel.navel.paler.puffy.casks.grime.derby.mamma.gavel.teddy.vomit.moans.allot.defer.wield.viper.louse.erred.hewed.abhor.wrest.waxen.adage.ardor.stabs.pored.rondo.loped.fishy.bible.hires.foals.feuds.jambs.thuds.jeers.knead.quirk.rugby.expel.greys.rigor.ester.lyres.aback.glues.lotus.lurid.rungs.hutch.thyme.valet.tommy.yokes.epics.trill.pikes.ozone.caper.chime.frees.famed.leech.smite.neigh.erode.robed.hoard.salve.conic.gawky.craze.jacks.gloat.mushy.rumps.fetus.wince.pinks.shalt.toots.glens.cooed.rusts.stews.shred.parka.chugs.winks.clots.shrew.booed.filmy.juror.dents.gummy.grays.hooky.butte.dogie.poled.reams.fifes.spank.gayer.tepid.spook.taint.flirt.rogue.spiky.opals.miser.cocky.coyly.balmy.slosh.brawl.aphid.faked.hydra.brags.chide.yanks.allay.video.altos.eases.meted.chasm.longs.excel.taffy.impel.savor.koala.quays.dawns.proxy.clove.duets.dregs.tardy.briar.grimy.ultra.meaty.halve.wails.suede.mauve.envoy.arson.coves.gooey.brews.sofas.chums.amaze.zooms.abbot.halos.scour.suing.cribs.sagas.enema.wordy.harps.coupe.molar.flops.weeps.mints.ashen.felts.askew.munch.mewed.divan.vices.jumbo.blobs.blots.spunk.acrid.topaz.cubed.clans.flees.slurs.gnaws.welds.fords.emits.agate.pumas.mends.darks.dukes.plies.canny.hoots.oozes.lamed.fouls.clefs.nicks.mated.skims.brunt.tuber.tinge.fates.ditty.thins.frets.eider.bayou.mulch.fasts.amass.damps.morns.friar.palsy.vista.croon.conch.udder.tacos.skits.mikes.quits.preen.aster.adder.elegy.pulpy.scows.baled.hovel.lavas.crave.optic.welts.busts.knave.razed.shins.totes.scoot.dears.crock.mutes.trims.skein.doted.shuns.veers.fakes.yoked.wooed.hacks.sprig.wands.lulls.seers.snobs.nooks.pined.perky.mooed.frill.dines.booze.tripe.prong.drips.odder.levee.antic.sidle.pithy.corks.yelps.joker.fleck.buffs.scram.tiers.bogey.doled.irate.vales.coped.hails.elude.bulks.aired.vying.stags.strew.cocci.pacts.scabs.silos.dusts.yodel.terse.jaded.baser.jibes.foils.sways.forgo.slays.preys.treks.quell.peeks.assay.lurks.eject.boars.trite.belch.gnash.wanes.lutes.whims.dosed.chewy.snipe.umbra.teems.dozes.kelps.upped.brawn.doped.shush.rinds.slush.moron.voile.woken.fjord.sheik.jests.kayak.slews.toted.saner.drape.patty.raves.sulfa.grist.skied.vixen.civet.vouch.tiara.homey.moped.runts.serge.kinky.rills.corns.brats.pries.amble.fries.loons.tsars.datum.musky.pigmy.gnome.ravel.ovule.icily.liken.lemur.frays.silts.sifts.plods.ramps.tress.earls.dudes.waive.karat.jolts.peons.beers.horny.pales.wreak.lairs.lynch.stank.swoon.idler.abort.blitz.ensue.atone.bingo.roves.kilts.scald.adios.cynic.dulls.memos.elfin.dales.peels.peals.bares.sinus.crone.sable.hinds.shirk.enrol.wilts.roams.duped.cysts.mitts.safes.spats.coops.filet.knell.refit.covey.punks.kilns.fitly.abate.talcs.heeds.duels.wanly.ruffs.gauss.lapel.jaunt.whelp.cleat.gauzy.dirge.edits.wormy.moats.smear.prods.bowel.frisk.vests.bayed.rasps.tames.delve.embed.befit.wafer.ceded.novas.feign.spews.larch.huffs.doles.mamas.hulks.pried.brims.irked.aspic.swipe.mealy.skimp.bluer.slake.dowdy.penis.brays.pupas.egret.flunk.phlox.gripe.peony.douse.blurs.darns.slunk.lefts.chats.inane.vials.stilt.rinks.woofs.wowed.bongs.frond.ingot.evict.singe.shyer.flied.slops.dolts.drool.dells.whelk.hippy.feted.ether.cocos.hives.jibed.mazes.trios.sirup.squab.laths.leers.pasta.rifts.lopes.alias.whirs.diced.slags.lodes.foxed.idled.prows.plait.malts.chafe.cower.toyed.chefs.keels.sties.racer.etude.sucks.sulks.micas.czars.copse.ailed.abler.rabid.golds.croup.snaky.visas.palls.mopes.boned.wispy.raved.swaps.junky.doily.pawns.tamer.poach.baits.damns.gumbo.daunt.prank.hunks.buxom.heres.honks.stows.unbar.idles.routs.sages.goads.remit.copes.deign.culls.girds.haves.lucks.stunk.dodos.shams.snubs.icons.usurp.dooms.hells.soled.comas.paves.maths.perks.limps.wombs.blurb.daubs.cokes.sours.stuns.cased.musts.coeds.cowed.aping.zoned.rummy.fetes.skulk.quaff.rajah.deans.reaps.galas.tills.roved.kudos.toned.pared.scull.vexes.punts.snoop.bails.dames.hazes.lores.marts.voids.ameba.rakes.adzes.harms.rears.satyr.swill.hexes.colic.leeks.hurls.yowls.ivies.plops.musks.papaw.jells.bused.cruet.bided.filch.zests.rooks.laxly.rends.loams.basks.sires.carps.pokey.flits.muses.bawls.shuck.viler.lisps.peeps.sorer.lolls.prude.diked.floss.flogs.scums.dopes.bogie.pinky.leafs.tubas.scads.lowed.yeses.biked.qualm.evens.caned.gawks.whits.wooly.gluts.romps.bests.dunce.crony.joist.tunas.boner.malls.parch.avers.crams.pares.dally.bigot.kales.flays.leach.gushy.pooch.huger.slyer.golfs.mires.flues.loafs.arced.acnes.neons.fiefs.dints.dazes.pouts.cored.yules.lilts.beefs.mutts.fells.cowls.spuds.lames.jawed.dupes.deads.bylaw.noons.nifty.clued.vireo.gapes.metes.cuter.maims.droll.cupid.mauls.sedge.papas.wheys.eking.loots.hilts.meows.beaus.dices.peppy.riper.fogey.gists.yogas.gilts.skews.cedes.zeals.alums.okays.elope.grump.wafts.soots.blimp.hefts.mulls.hosed.cress.doffs.ruder.pixie.waifs.ousts.pucks.biers.gulch.suets.hobos.lints.brans.teals.garbs.pewee.helms.turfs.quips.wends.banes.napes.icier.swats.bagel.hexed.ogres.goner.gilds.pyres.lards.bides.paged.talon.flout.medic.veals.putts.dirks.dotes.tippy.blurt.piths.acing.barer.whets.gaits.wools.dunks.heros.swabs.dirts.jutes.hemps.surfs.okapi.chows.shoos.dusks.parry.decal.furls.cilia.sears.novae.murks.warps.slues.lamer.saris.weans.purrs.dills.togas.newts.meany.bunts.razes.goons.wicks.ruses.vends.geode.drake.judos.lofts.pulps.lauds.mucks.vises.mocha.oiled.roman.ethyl.gotta.fugue.smack.gourd.bumpy.radix.fatty.borax.cubit.cacti.gamma.focal.avail.papal.golly.elite.versa.billy.adieu.annum.howdy.rhino.norms.bobby.axiom.setup.yolks.terns.mixer.genre.knoll.abode.junta.gorge.combo.alpha.overt.kinda.spelt.prick.nobly.ephod.audio.modal.veldt.warty.fluke.bonny.bream.rosin.bolls.doers.downs.beady.motif.humph.fella.mould.crepe.kerns.aloha.glyph.azure.riser.blest.locus.lumpy.beryl.wanna.brier.tuner.rowdy.mural.timer.canst.krill.quoth.lemme.triad.tenon.amply.deeps.padre.leant.pacer.octal.dolly.trans.sumac.foamy.lolly.giver.quipu.codex.manna.unwed.vodka.ferny.salon.duple.boron.revue.crier.alack.inter.dilly.whist.cults.spake.reset.loess.decor.mover.verve.ethic.gamut.lingo.dunno.align.sissy.incur.reedy.avant.piper.waxer.calyx.basil.coons.seine.piney.lemma.trams.winch.whirr.saith.ionic.heady.harem.tummy.sally.shied.dross.farad.saver.tilde.jingo.bower.serif.facto.belle.inset.bogus.caved.forte.sooty.bongo.toves.credo.basal.yella.aglow.glean.gusto.hymen.ethos.terra.brash.scrip.swash.aleph.tinny.itchy.wanta.trice.jowls.gongs.garde.boric.twill.sower.henry.awash.libel.spurn.sabre.rebut.penal.obese.sonny.quirt.mebbe.tacit.greek.xenon.hullo.pique.roger.negro.hadst.gecko.beget.uncut.aloes.louis.quint.clunk.raped.salvo.diode.matey.hertz.xylem.kiosk.apace.cawed.peter.wench.cohos.sorta.gamba.bytes.tango.nutty.axial.aleck.natal.clomp.gored.siree.bandy.gunny.runic.whizz.rupee.fated.wiper.bards.briny.staid.hocks.ochre.yummy.gents.soupy.roper.swath.cameo.edger.spate.gimme.ebbed.breve.theta.deems.dykes.servo.telly.tabby.tares.blocs.welch.ghoul.vitae.cumin.dinky.bronc.tabor.teeny.comer.borer.sired.privy.mammy.deary.gyros.sprit.conga.quire.thugs.furor.bloke.runes.bawdy.cadre.toxin.annul.egged.anion.nodes.picky.stein.jello.audit.echos.fagot.letup.eyrie.fount.caped.axons.amuck.banal.riled.petit.umber.miler.fibre.agave.bated.bilge.vitro.feint.pudgy.mater.manic.umped.pesky.strep.slurp.pylon.puree.caret.temps.newel.yawns.seedy.treed.coups.rangy.brads.mangy.loner.circa.tibia.afoul.mommy.titer.carne.kooky.motes.amity.suave.hippo.curvy.samba.newsy.anise.imams.tulle.aways.liven.hallo.wales.opted.canto.idyll.bodes.curio.wrack.hiker.chive.yokel.dotty.demur.cusps.specs.quads.laity.toner.decry.writs.saute.clack.aught.logos.tipsy.natty.ducal.bidet.bulgy.metre.lusts.unary.goeth.baler.sited.shies.hasps.brung.holed.swank.looky.melee.huffy.loamy.pimps.titan.binge.shunt.femur.libra.seder.honed.annas.coypu.shims.zowie.jihad.savvy.nadir.basso.monic.maned.mousy.omega.laver.prima.picas.folio.mecca.reals.troth.testy.balky.crimp.chink.abets.splat.abaci.vaunt.cutie.pasty.moray.levis.ratty.islet.joust.motet.viral.nukes.grads.comfy.voila.woozy.blued.whomp.sward.metro.skeet.chine.aerie.bowie.tubby.emirs.coati.unzip.slobs.trike.funky.ducat.dewey.skoal.wadis.oomph.taker.minim.getup.stoic.synod.runty.flyby.braze.inlay.venue.louts.peaty.orlon.humpy.radon.beaut.raspy.unfed.crick.nappy.vizor.yipes.rebus.divot.kiwis.vetch.squib.sitar.kiddo.dyers.cotta.matzo.lager.zebus.crass.dacha.kneed.dicta.fakir.knurl.runny.unpin.julep.globs.nudes.sushi.tacky.stoke.kaput.butch.hulas.croft.achoo.genii.nodal.outgo.spiel.viols.fetid.cagey.fudgy.epoxy.leggy.hanky.lapis.felon.beefy.coots.melba.caddy.segue.betel.frizz.drear.kooks.turbo.hoagy.moult.helix.zonal.arias.nosey.paean.lacey.banns.swain.fryer.retch.tenet.gigas.whiny.ogled.rumen.begot.cruse.abuts.riven.balks.sines.sigma.abase.ennui.gores.unset.augur.sated.odium.latin.dings.moire.scion.henna.kraut.dicks.lifer.prigs.bebop.gages.gazer.fanny.gibes.aural.tempi.hooch.rapes.snuck.harts.techs.emend.ninny.guava.scarp.liege.tufty.sepia.tomes.carob.emcee.prams.poser.verso.hubba.joule.baize.blips.scrim.cubby.clave.winos.rearm.liens.lumen.chump.nanny.trump.fichu.chomp.homos.purty.maser.woosh.patsy.shill.rusks.avast.swami.boded.ahhhh.lobed.natch.shish.tansy.snoot.payer.altho.sappy.laxer.hubby.aegis.riles.ditto.jazzy.dingo.quasi.septa.peaky.lorry.heerd.bitty.payee.seamy.apses.imbue.belie.chary.spoof.phyla.clime.babel.wacky.sumps.skids.khans.crypt.inure.nonce.outen.faire.hooey.anole.kazoo.calve.limbo.argot.ducky.faker.vibes.gassy.unlit.nervy.femme.biter.fiche.boors.gaffe.saxes.recap.synch.facie.dicey.ouija.hewer.legit.gurus.edify.tweak.caron.typos.rerun.polly.surds.hamza.nulls.hater.lefty.mogul.mafia.debug.pates.blabs.splay.talus.porno.moola.nixed.kilos.snide.horsy.gesso.jaggy.trove.nixes.creel.pater.iotas.cadge.skyed.hokum.furze.ankhs.curie.nutsy.hilum.remix.angst.burls.jimmy.veiny.tryst.codon.befog.gamed.flume.axman.doozy.lubes.rheas.bozos.butyl.kelly.mynah.jocks.donut.avian.wurst.chock.quash.quals.hayed.bombe.cushy.spacy.puked.leery.thews.prink.amens.tesla.intro.fiver.frump.capos.opine.coder.namer.jowly.pukes.haled.chard.duffs.bruin.reuse.whang.toons.frats.silty.telex.cutup.nisei.neato.decaf.softy.bimbo.adlib.loony.shoed.agues.peeve.noway.gamey.sarge.reran.epact.potty.coned.upend.narco.ikats.whorl.jinks.tizzy.weepy.posit.marge.vegan.clops.numbs.reeks.rubes.rower.biped.tiffs.hocus.hammy.bunco.fixit.tykes.chaws.yucky.hokey.resew.maven.adman.scuzz.slogs.souse.nacho.mimed.melds.boffo.debit.pinup.vagus.gulag.randy.bosun.educe.faxes.auras.pesto.antsy.betas.fizzy.dorky.snits.moxie.thane.mylar.nobby.gamin.gouty.esses.goyim.paned.druid.jades.rehab.gofer.tzars.octet.homed.socko.dorks.eared.anted.elide.fazes.oxbow.dowse.situs.macaw.scone.drily.hyper.salsa.mooch.gated.unjam.lipid.mitre.venal.knish.ritzy.divas.torus.mange.dimer.recut.meson.wined.fends.phage.fiats.caulk.cavil.panty.roans.bilks.hones.botch.estop.sully.sooth.gelds.ahold.raper.pager.fixer.infix.hicks.tuxes.plebe.twits.abash.twixt.wacko.primp.nabla.girts.miffs.emote.xerox.rebid.shahs.rutty.grout.grift.deify.biddy.kopek.semis.bries.acmes.piton.hussy.torts.disco.whore.boozy.gibed.vamps.amour.soppy.gonzo.durst.wader.tutus.perms.catty.glitz.brigs.nerds.barmy.gizmo.owlet.sayer.molls.shard.whops.comps.corer.colas.matte.droid.ploys.vapid.cairn.deism.mixup.yikes.prosy.raker.flubs.whish.reify.craps.shags.clone.hazed.macho.recto.refix.drams.biker.aquas.porky.doyen.exude.goofs.divvy.noels.jived.hulky.cager.harpy.oldie.vivas.admix.codas.zilch.deist.orcas.retro.pilaf.parse.rants.zingy.toddy.chiff.micro.veeps.girly.nexus.demos.bibbs.antes.lulus.gnarl.zippy.ivied.epees.wimps.tromp.grail.yoyos.poufs.hales.roust.cabal.rawer.pampa.mosey.kefir.burgs.unmet.cuspy.boobs.boons.hypes.dynes.nards.lanai.yogis.sepal.quark.toked.prate.ayins.hawed.swigs.vitas.toker.doper.bossa.linty.foist.mondo.stash.kayos.twerp.zesty.capon.wimpy.rewed.fungo.tarot.frosh.kabob.pinko.redid.mimeo.heist.tarps.lamas.sutra.dinar.whams.busty.spays.mambo.nabob.preps.odour.cabby.conks.sluff.dados.houri.swart.balms.gutsy.faxed.egads.pushy.retry.agora.drubs.daffy.chits.mufti.karma.lotto.toffs.burps.deuce.zings.kappa.clads.doggy.duper.scams.ogler.mimes.throe.zetas.waled.promo.blats.muffs.oinks.viand.coset.finks.faddy.minis.snafu.sauna.usury.muxes.craws.stats.condo.coxes.loopy.dorms.ascot.dippy.execs.dopey.envoi.umpty.gismo.fazed.strop.jives.slims.batik.pings.sonly.leggo.pekoe.prawn.luaus.campy.oodle.prexy.proms.touts.ogles.tweet.toady.naiad.hider.nuked.fatso.sluts.obits.narcs.tyros.delis.wooer.hyped.poset.byway.texas.scrod.avows.futon.torte.tuple.carom.kebab.tamps.jilts.duals.artsy.repro.modem.toped.psych.sicko.klutz.tarns.coxed.drays.cloys.anded.piker.aimer.suras.limos.flack.hapax.dutch.mucky.shire.klieg.staph.layup.tokes.axing.toper.duvet.cowry.profs.blahs.addle.sudsy.batty.coifs.suety.gabby.hafta.pitas.gouda.deice.taupe.topes.duchy.nitro.carny.limey.orals.hirer.taxer.roils.ruble.elate.dolor.wryer.snots.quais.coked.gimel.gorse.minas.goest.agape.manta.jings.iliac.admen.offen.cills.offal.lotta.bolas.thwap.alway.boggy.donna.locos.belay.gluey.bitsy.mimsy.hilar.outta.vroom.fetal.raths.renal.dyads.crocs.vires.culpa.kivas.feist.teats.thats.yawls.whens.abaca.ohhhh.aphis.fusty.eclat.perdu.mayst.exeat.molly.supra.wetly.plasm.buffa.semen.pukka.tagua.paras.stoat.secco.carte.haute.molal.shads.forma.ovoid.pions.modus.bueno.rheum.scurf.parer.ephah.doest.sprue.flams.molto.dieth.choos.miked.bronx.goopy.bally.plumy.moony.morts.yourn.bipod.spume.algal.ambit.mucho.spued.dozer.harum.groat.skint.laude.thrum.pappy.oncet.rimed.gigue.limed.plein.redly.humpf.lites.seest.grebe.absit.thanx.pshaw.yawps.plats.payed.areal.tilth.youse.gwine.thees.watsa.lento.spitz.yawed.gipsy.sprat.cornu.amahs.blowy.wahoo.lubra.mecum.whooo.coqui.sabra.edema.mrads.dicot.astro.kited.ouzel.didos.grata.bonne.axmen.klunk.summa.laves.purls.yawny.teary.masse.largo.bazar.pssst.sylph.lulab.toque.fugit.plunk.ortho.lucre.cooch.whipt.folky.tyres.wheee.corky.injun.solon.didot.kerfs.rayed.wassa.chile.begat.nippy.litre.magna.rebox.hydro.milch.brent.gyves.lazed.feued.mavis.inapt.baulk.casus.scrum.wised.fossa.dower.kyrie.bhoys.scuse.feuar.ohmic.juste.ukase.beaux.tusky.orate.musta.lardy.intra.quiff.epsom.neath.ocher.tared.homme.mezzo.corms.psoas.beaky.terry.infra.spivs.tuans.belli.bergs.anima.weirs.mahua.scops.manse.titre.curia.kebob.cycad.talky.fucks.tapis.amide.dolce.sloes.jakes.russe.blash.tutti.pruta.panga.blebs.tench.swarf.herem.missy.merse.pawky.limen.vivre.chert.unsee.tiros.brack.foots.welsh.fosse.knops.ileum.noire.firma.podgy.laird.thunk.shute.rowan.shoji.poesy.uncap.fames.glees.costa.turps.fores.solum.imago.byres.fondu.coney.polis.dictu.kraal.sherd.mumbo.wroth.chars.unbox.vacuo.slued.weest.hades.wiled.syncs.muser.excon.hoars.sibyl.passe.joeys.lotsa.lepta.shays.bocks.endue.darer.nones.ileus.plash.busby.wheal.buffo.yobbo.biles.poxes.rooty.licit.terce.bromo.hayey.dweeb.imbed.saran.bruit.punky.softs.biffs.loppy.agars.aquae.livre.biome.bunds.shews.diems.ginny.degum.polos.desex.unman.dungy.vitam.wedgy.glebe.apers.ridgy.roids.wifey.vapes.whoas.bunko.yolky.ulnas.reeky.bodge.brant.davit.deque.liker.jenny.tacts.fulls.treap.ligne.acked.refry.vower.aargh.churl.momma.gaols.whump.arras.marls.tiler.grogs.memes.midis.tided.haler.duces.twiny.poste.unrig.prise.drabs.quids.facer.spier.baric.geoid.remap.trier.gunks.steno.stoma.airer.ovate.torah.apian.smuts.pocks.yurts.exurb.defog.nuder.bosky.nimbi.mothy.joyed.labia.pards.jammy.bigly.faxer.hoppy.nurbs.cotes.dishy.vised.celeb.pismo.casas.withs.dodgy.scudi.mungs.muons.ureas.ioctl.unhip.krone.sager.verst.expat.gronk.uvula.shawm.bilgy.braes.cento.webby.lippy.gamic.lordy.mazed.tings.shoat.faery.wirer.diazo.carer.rater.greps.rente.zloty.viers.unapt.poops.fecal.kepis.taxon.eyers.wonts.spina.stoae.yenta.pooey.buret.japan.bedew.hafts.selfs.oared.herby.pryer.oakum.dinks.titty.sepoy.penes.fusee.winey.gimps.nihil.rille.giber.ousel.umiak.cuppy.hames.shits.azine.glads.tacet.bumph.coyer.honky.gamer.gooky.waspy.sedgy.bents.varia.djinn.junco.pubic.wilco.lazes.idyls.lupus.rives.snood.schmo.spazz.finis.noter.pavan.orbed.bates.pipet.baddy.goers.shako.stets.sebum.seeth.lobar.raver.ajuga.riced.velds.dribs.ville.dhows.unsew.halma.krona.limby.jiffs.treys.bauds.pffft.mimer.plebs.caner.jiber.cuppa.washy.chuff.unarm.yukky.styes.waker.flaks.maces.rimes.gimpy.guano.liras.kapok.scuds.bwana.oring.aider.prier.klugy.monte.golem.velar.firer.pieta.umbel.campo.unpeg.fovea.abeam.boson.asker.goths.vocab.vined.trows.tikis.loper.indie.boffs.spang.grapy.tater.ichor.kilty.lochs.supes.degas.flics.torsi.beths.weber.resaw.lawny.coven.mujik.relet.therm.heigh.shnor.trued.zayin.liest.barfs.bassi.qophs.roily.flabs.punny.okras.hanks.dipso.nerfs.fauns.calla.pseud.lurer.magus.obeah.atria.twink.palmy.pocky.pends.recta.plonk.slaws.keens.nicad.pones.inker.whews.groks.mosts.trews.ulnar.gyppy.cocas.expos.eruct.oiler.vacua.dreck.dater.arums.tubal.voxel.dixit.beery.assai.lades.actin.ghoti.buzzy.meads.grody.ribby.clews.creme.email.pyxie.kulak.bocci.rived.duddy.hoper.lapin.wonks.petri.phial.fugal.holon.boomy.duomo.musos.shier.hayer.porgy.hived.litho.fisty.stagy.luvya.maria.smogs.asana.yogic.slomo.fawny.amine.wefts.gonad.twirp.brava.plyer.fermi.loges.niter.revet.unate.gyved.totty.zappy.honer.giros.dicer.calks.luxes.monad.cruft.quoin.fumer.amped.shlep.vinca.yahoo.vulva.zooey.dryad.nixie.moper.iambs.lunes.nudie.limns.weals.nohow.miaow.gouts.mynas.mazer.kikes.oxeye.stoup.jujus.debar.pubes.taels.defun.rands.blear.paver.goosy.sprog.oleos.toffy.pawer.maced.crits.kluge.tubed.sahib.ganef.scats.sputa.vaned.acned.taxol.plink.oweth.tribs.resay.boule.thous.haply.glans.maxis.bezel.antis.porks.quoit.alkyd.glary.beamy.hexad.bonks.tecum.kerbs.filar.frier.redux.abuzz.fader.shoer.couth.trues.guyed.goony.booky.fuzes.hurly.genet.hodad.calix.filer.pawls.iodic.utero.henge.unsay.liers.piing.weald.sexed.folic.poxed.cunts.anile.kiths.becks.tatty.plena.rebar.abled.toyer.attar.teaks.aioli.awing.anent.feces.redip.wists.prats.mesne.muter.smurf.owest.bahts.lossy.ftped.hunky.hoers.slier.sicks.fatly.delft.hiver.himbo.pengo.busks.loxes.zonks.ilium.aport.ikons.mulct.reeve.civvy.canna.barfy.kaiak.scudo.knout.gaper.bhang.pease.uteri.lases.paten.rasae.axels.stoas.ombre.styli.gunky.hazer.kenaf.ahoys.ammos.weeny.urger.kudzu.paren.bolos.fetor.nitty.techy.lieth.somas.darky.villi.gluon.janes.cants.farts.socle.jinns.ruing.slily.ricer.hadda.wowee.rices.nerts.cauls.swive.lilty.micks.arity.pasha.finif.oinky.gutty.tetra.wises.wolds.balds.picot.whats.shiki.bungs.snarf.legos.dungs.stogy.berms.tangs.vails.roods.morel.sware.elans.latus.gules.razer.doxie.buena.overs.gutta.zincs.nates.kirks.tikes.donee.jerry.mohel.ceder.doges.unmap.folia.rawly.snark.topoi.ceils.immix.yores.diest.bubba.pomps.forky.turdy.lawzy.poohs.worts.gloms.beano.muley.barky.tunny.auric.funks.gaffs.cordy.curdy.lisle.toric.soyas.reman.mungy.carpy.apish.oaten.gappy.aurae.bract.rooky.axled.burry.sizer.proem.turfy.impro.mashy.miens.nonny.olios.grook.sates.agley.corgi.dashy.doser.dildo.apsos.xored.laker.playa.selah.malty.dulse.frigs.demit.whoso.rials.sawer.spics.bedim.snugs.fanin.azoic.icers.suers.wizen.koine.topos.shirr.rifer.feral.laded.lased.turds.swede.easts.cozen.unhit.pally.aitch.sedum.coper.ruche.geeks.swags.etext.algin.offed.ninja.holer.doter.toter.besot.dicut.macer.peens.pewit.redox.poler.yecch.fluky.doeth.twats.cruds.bebug.bider.stele.hexer.wests.gluer.pilau.abaft.whelm.lacer.inode.tabus.gator.cuing.refly.luted.cukes.bairn.bight.arses.crump.loggy.blini.spoor.toyon.harks.wazoo.fenny.naves.keyer.tufas.morph.rajas.typal.spiff.oxlip.unban.mussy.finny.rimer.login.molas.cirri.huzza.agone.unsex.unwon.peats.toile.zombi.dewed.nooky.alkyl.ixnay.dovey.holey.cuber.amyls.podia.chino.apnea.prims.lycra.johns.primo.fatwa.egger.hempy.snook.hying.fuzed.barms.crink.moots.yerba.rhumb.unarc.direr.munge.eland.nares.wrier.noddy.atilt.jukes.ender.thens.unfix.doggo.zooks.diddy.shmoo.brusk.prest.curer.pasts.kelpy.bocce.kicky.taros.lings.dicky.nerdy.abend.stela.biggy.laved.baldy.pubis.gooks.wonky.stied.hypos.assed.spumy.osier.roble.rumba.biffy.pupal".split("."), Ti = /* @__PURE__ */ "aahed.aalii.aargh.aarti.abaca.abaci.abacs.abaft.abaka.abamp.aband.abash.abask.abaya.abbas.abbed.abbes.abcee.abeam.abear.abele.abers.abets.abies.abler.ables.ablet.ablow.abmho.abohm.aboil.aboma.aboon.abord.abore.abram.abray.abrim.abrin.abris.absey.absit.abuna.abune.abuts.abuzz.abyes.abysm.acais.acari.accas.accoy.acerb.acers.aceta.achar.ached.aches.achoo.acids.acidy.acing.acini.ackee.acker.acmes.acmic.acned.acnes.acock.acold.acred.acres.acros.acted.actin.acton.acyls.adaws.adays.adbot.addax.added.adder.addio.addle.adeem.adhan.adieu.adios.adits.adman.admen.admix.adobo.adown.adoze.adrad.adred.adsum.aduki.adunc.adust.advew.adyta.adzed.adzes.aecia.aedes.aegis.aeons.aerie.aeros.aesir.afald.afara.afars.afear.aflaj.afore.afrit.afros.agama.agami.agars.agast.agave.agaze.agene.agers.agger.aggie.aggri.aggro.aggry.aghas.agila.agios.agism.agist.agita.aglee.aglet.agley.agloo.aglus.agmas.agoge.agone.agons.agood.agria.agrin.agros.agued.agues.aguna.aguti.aheap.ahent.ahigh.ahind.ahing.ahint.ahold.ahull.ahuru.aidas.aided.aides.aidoi.aidos.aiery.aigas.aight.ailed.aimed.aimer.ainee.ainga.aioli.aired.airer.airns.airth.airts.aitch.aitus.aiver.aiyee.aizle.ajies.ajiva.ajuga.ajwan.akees.akela.akene.aking.akita.akkas.alaap.alack.alamo.aland.alane.alang.alans.alant.alapa.alaps.alary.alate.alays.albas.albee.alcid.alcos.aldea.alder.aldol.aleck.alecs.alefs.aleft.aleph.alews.aleye.alfas.algal.algas.algid.algin.algor.algum.alias.alifs.aline.alist.aliya.alkie.alkos.alkyd.alkyl.allee.allel.allis.allod.allyl.almah.almas.almeh.almes.almud.almug.alods.aloed.aloes.aloha.aloin.aloos.alowe.altho.altos.alula.alums.alure.alvar.alway.amahs.amain.amate.amaut.amban.ambit.ambos.ambry.ameba.ameer.amene.amens.ament.amias.amice.amici.amide.amido.amids.amies.amiga.amigo.amine.amino.amins.amirs.amlas.amman.ammon.ammos.amnia.amnic.amnio.amoks.amole.amort.amour.amove.amowt.amped.ampul.amrit.amuck.amyls.anana.anata.ancho.ancle.ancon.andro.anear.anele.anent.angas.anglo.anigh.anile.anils.anima.animi.anion.anise.anker.ankhs.ankus.anlas.annal.annas.annat.anoas.anole.anomy.ansae.antae.antar.antas.anted.antes.antis.antra.antre.antsy.anura.anyon.apace.apage.apaid.apayd.apays.apeak.apeek.apers.apert.apery.apgar.aphis.apian.apiol.apish.apism.apode.apods.apoop.aport.appal.appay.appel.appro.appui.appuy.apres.apses.apsis.apsos.apted.apter.aquae.aquas.araba.araks.arame.arars.arbas.arced.archi.arcos.arcus.ardeb.ardri.aread.areae.areal.arear.areas.areca.aredd.arede.arefy.areic.arene.arepa.arere.arete.arets.arett.argal.argan.argil.argle.argol.argon.argot.argus.arhat.arias.ariel.ariki.arils.ariot.arish.arked.arled.arles.armed.armer.armet.armil.arnas.arnut.aroba.aroha.aroid.arpas.arpen.arrah.arras.arret.arris.arroz.arsed.arses.arsey.arsis.artal.artel.artic.artis.aruhe.arums.arval.arvee.arvos.aryls.asana.ascon.ascus.asdic.ashed.ashes.ashet.asked.asker.askoi.askos.aspen.asper.aspic.aspie.aspis.aspro.assai.assam.asses.assez.assot.aster.astir.astun.asura.asway.aswim.asyla.ataps.ataxy.atigi.atilt.atimy.atlas.atman.atmas.atmos.atocs.atoke.atoks.atoms.atomy.atony.atopy.atria.atrip.attap.attar.atuas.audad.auger.aught.aulas.aulic.auloi.aulos.aumil.aunes.aunts.aurae.aural.aurar.auras.aurei.aures.auric.auris.aurum.autos.auxin.avale.avant.avast.avels.avens.avers.avgas.avine.avion.avise.aviso.avize.avows.avyze.awarn.awato.awave.aways.awdls.aweel.aweto.awing.awmry.awned.awner.awols.awork.axels.axile.axils.axing.axite.axled.axles.axman.axmen.axoid.axone.axons.ayahs.ayaya.ayelp.aygre.ayins.ayont.ayres.ayrie.azans.azide.azido.azine.azlon.azoic.azole.azons.azote.azoth.azuki.azurn.azury.azygy.azyme.azyms.baaed.baals.babas.babel.babes.babka.baboo.babul.babus.bacca.bacco.baccy.bacha.bachs.backs.baddy.baels.baffs.baffy.bafts.baghs.bagie.bahts.bahus.bahut.bails.bairn.baisa.baith.baits.baiza.baize.bajan.bajra.bajri.bajus.baked.baken.bakes.bakra.balas.balds.baldy.baled.bales.balks.balky.balls.bally.balms.baloo.balsa.balti.balun.balus.bambi.banak.banco.bancs.banda.bandh.bands.bandy.baned.banes.bangs.bania.banks.banns.bants.bantu.banty.banya.bapus.barbe.barbs.barby.barca.barde.bardo.bards.bardy.bared.barer.bares.barfi.barfs.baric.barks.barky.barms.barmy.barns.barny.barps.barra.barre.barro.barry.barye.basan.based.basen.baser.bases.basho.basij.basks.bason.basse.bassi.basso.bassy.basta.basti.basto.basts.bated.bates.baths.batik.batta.batts.battu.bauds.bauks.baulk.baurs.bavin.bawds.bawks.bawls.bawns.bawrs.bawty.bayed.bayer.bayes.bayle.bayts.bazar.bazoo.beads.beaks.beaky.beals.beams.beamy.beano.beans.beany.beare.bears.beath.beats.beaty.beaus.beaut.beaux.bebop.becap.becke.becks.bedad.bedel.bedes.bedew.bedim.bedye.beedi.beefs.beeps.beers.beery.beets.befog.begad.begar.begem.begot.begum.beige.beigy.beins.bekah.belah.belar.belay.belee.belga.bells.belon.belts.bemad.bemas.bemix.bemud.bends.bendy.benes.benet.benga.benis.benne.benni.benny.bento.bents.benty.bepat.beray.beres.bergs.berko.berks.berme.berms.berob.beryl.besat.besaw.besee.beses.besit.besom.besot.besti.bests.betas.beted.betes.beths.betid.beton.betta.betty.bever.bevor.bevue.bevvy.bewet.bewig.bezes.bezil.bezzy.bhais.bhaji.bhang.bhats.bhels.bhoot.bhuna.bhuts.biach.biali.bialy.bibbs.bibes.biccy.bices.bided.bider.bides.bidet.bidis.bidon.bield.biers.biffo.biffs.biffy.bifid.bigae.biggs.biggy.bigha.bight.bigly.bigos.bijou.biked.biker.bikes.bikie.bilbo.bilby.biled.biles.bilgy.bilks.bills.bimah.bimas.bimbo.binal.bindi.binds.biner.bines.bings.bingy.binit.binks.bints.biogs.biont.biota.biped.bipod.birds.birks.birle.birls.biros.birrs.birse.birsy.bises.bisks.bisom.bitch.biter.bites.bitos.bitou.bitsy.bitte.bitts.bivia.bivvy.bizes.bizzo.bizzy.blabs.blads.blady.blaer.blaes.blaff.blags.blahs.blain.blams.blart.blase.blash.blate.blats.blatt.blaud.blawn.blaws.blays.blear.blebs.blech.blees.blent.blert.blest.blets.bleys.blimy.bling.blini.blins.bliny.blips.blist.blite.blits.blive.blobs.blocs.blogs.blook.bloop.blore.blots.blows.blowy.blubs.blude.bluds.bludy.blued.blues.bluet.bluey.bluid.blume.blunk.blurs.blype.boabs.boaks.boars.boart.boats.bobac.bobak.bobas.bobol.bobos.bocca.bocce.bocci.boche.bocks.boded.bodes.bodge.bodhi.bodle.boeps.boets.boeuf.boffo.boffs.bogan.bogey.boggy.bogie.bogle.bogue.bogus.bohea.bohos.boils.boing.boink.boite.boked.bokeh.bokes.bokos.bolar.bolas.bolds.boles.bolix.bolls.bolos.bolts.bolus.bomas.bombe.bombo.bombs.bonce.bonds.boned.boner.bones.bongs.bonie.bonks.bonne.bonny.bonza.bonze.booai.booay.boobs.boody.booed.boofy.boogy.boohs.books.booky.bools.booms.boomy.boong.boons.boord.boors.boose.boots.boppy.borak.boral.boras.borde.bords.bored.boree.borel.borer.bores.borgo.boric.borks.borms.borna.boron.borts.borty.bortz.bosie.bosks.bosky.boson.bosun.botas.botel.botes.bothy.botte.botts.botty.bouge.bouks.boult.bouns.bourd.bourg.bourn.bouse.bousy.bouts.bovid.bowat.bowed.bower.bowes.bowet.bowie.bowls.bowne.bowrs.bowse.boxed.boxen.boxes.boxla.boxty.boyar.boyau.boyed.boyfs.boygs.boyla.boyos.boysy.bozos.braai.brach.brack.bract.brads.braes.brags.brail.braks.braky.brame.brane.brank.brans.brant.brast.brats.brava.bravi.braws.braxy.brays.braza.braze.bream.brede.breds.breem.breer.brees.breid.breis.breme.brens.brent.brere.brers.breve.brews.breys.brier.bries.brigs.briki.briks.brill.brims.brins.brios.brise.briss.brith.brits.britt.brize.broch.brock.brods.brogh.brogs.brome.bromo.bronc.brond.brool.broos.brose.brosy.brows.brugh.bruin.bruit.brule.brume.brung.brusk.brust.bruts.buats.buaze.bubal.bubas.bubba.bubbe.bubby.bubus.buchu.bucko.bucks.bucku.budas.budis.budos.buffa.buffe.buffi.buffo.buffs.buffy.bufos.bufty.buhls.buhrs.buiks.buist.bukes.bulbs.bulgy.bulks.bulla.bulls.bulse.bumbo.bumfs.bumph.bumps.bumpy.bunas.bunce.bunco.bunde.bundh.bunds.bundt.bundu.bundy.bungs.bungy.bunia.bunje.bunjy.bunko.bunks.bunns.bunts.bunty.bunya.buoys.buppy.buran.buras.burbs.burds.buret.burfi.burgh.burgs.burin.burka.burke.burks.burls.burns.buroo.burps.burqa.burro.burrs.burry.bursa.burse.busby.buses.busks.busky.bussu.busti.busts.busty.buteo.butes.butle.butoh.butts.butty.butut.butyl.buzzy.bwana.bwazi.byded.bydes.byked.bykes.byres.byrls.byssi.bytes.byway.caaed.cabas.caber.cabob.caboc.cabre.cacas.cacks.cacky.cadee.cades.cadge.cadgy.cadie.cadis.cadre.caeca.caese.cafes.caffs.caged.cager.cages.cagot.cahow.caids.cains.caird.cajon.cajun.caked.cakes.cakey.calfs.calid.calif.calix.calks.calla.calls.calms.calmy.calos.calpa.calps.calve.calyx.caman.camas.cames.camis.camos.campi.campo.camps.campy.camus.caned.caneh.caner.canes.cangs.canid.canna.canns.canso.canst.canto.cants.canty.capas.caped.capes.capex.caphs.capiz.caple.capon.capos.capot.capri.capul.carap.carbo.carbs.carby.cardi.cards.cardy.cared.carer.cares.caret.carex.carks.carle.carls.carns.carny.carob.carom.caron.carpi.carps.carrs.carse.carta.carte.carts.carvy.casas.casco.cased.cases.casks.casky.casts.casus.cates.cauda.cauks.cauld.cauls.caums.caups.cauri.causa.cavas.caved.cavel.caver.caves.cavie.cawed.cawks.caxon.ceaze.cebid.cecal.cecum.ceded.ceder.cedes.cedis.ceiba.ceili.ceils.celeb.cella.celli.cells.celom.celts.cense.cento.cents.centu.ceorl.cepes.cerci.cered.ceres.cerge.ceria.ceric.cerne.ceroc.ceros.certs.certy.cesse.cesta.cesti.cetes.cetyl.cezve.chace.chack.chaco.chado.chads.chaft.chais.chals.chams.chana.chang.chank.chape.chaps.chapt.chara.chare.chark.charr.chars.chary.chats.chave.chavs.chawk.chaws.chaya.chays.cheep.chefs.cheka.chela.chelp.chemo.chems.chere.chert.cheth.chevy.chews.chewy.chiao.chias.chibs.chica.chich.chico.chics.chiel.chiks.chile.chimb.chimo.chimp.chine.ching.chink.chino.chins.chips.chirk.chirl.chirm.chiro.chirr.chirt.chiru.chits.chive.chivs.chivy.chizz.choco.chocs.chode.chogs.choil.choko.choky.chola.choli.cholo.chomp.chons.choof.chook.choom.choon.chops.chota.chott.chout.choux.chowk.chows.chubs.chufa.chuff.chugs.chums.churl.churr.chuse.chuts.chyle.chyme.chynd.cibol.cided.cides.ciels.ciggy.cilia.cills.cimar.cimex.cinct.cines.cinqs.cions.cippi.circs.cires.cirls.cirri.cisco.cissy.cists.cital.cited.citer.cites.cives.civet.civie.civvy.clach.clade.clads.claes.clags.clame.clams.clans.claps.clapt.claro.clart.clary.clast.clats.claut.clave.clavi.claws.clays.cleck.cleek.cleep.clefs.clegs.cleik.clems.clepe.clept.cleve.clews.clied.clies.clift.clime.cline.clint.clipe.clips.clipt.clits.cloam.clods.cloff.clogs.cloke.clomb.clomp.clonk.clons.cloop.cloot.clops.clote.clots.clour.clous.clows.cloye.cloys.cloze.clubs.clues.cluey.clunk.clype.cnida.coact.coady.coala.coals.coaly.coapt.coarb.coate.coati.coats.cobbs.cobby.cobia.coble.cobza.cocas.cocci.cocco.cocks.cocky.cocos.codas.codec.coded.coden.coder.codes.codex.codon.coeds.coffs.cogie.cogon.cogue.cohab.cohen.cohoe.cohog.cohos.coifs.coign.coils.coins.coirs.coits.coked.cokes.colas.colby.colds.coled.coles.coley.colic.colin.colls.colly.colog.colts.colza.comae.comal.comas.combe.combi.combo.combs.comby.comer.comes.comix.commo.comms.commy.compo.comps.compt.comte.comus.coned.cones.coney.confs.conga.conge.congo.conia.conin.conks.conky.conne.conns.conte.conto.conus.convo.cooch.cooed.cooee.cooer.cooey.coofs.cooks.cooky.cools.cooly.coomb.cooms.coomy.coons.coops.coopt.coost.coots.cooze.copal.copay.coped.copen.coper.copes.coppy.copra.copsy.coqui.coram.corbe.corby.cords.cored.cores.corey.corgi.coria.corks.corky.corms.corni.corno.corns.cornu.corps.corse.corso.cosec.cosed.coses.coset.cosey.cosie.costa.coste.costs.cotan.coted.cotes.coths.cotta.cotts.coude.coups.courb.courd.coure.cours.couta.couth.coved.coves.covin.cowal.cowan.cowed.cowks.cowls.cowps.cowry.coxae.coxal.coxed.coxes.coxib.coyau.coyed.coyer.coypu.cozed.cozen.cozes.cozey.cozie.craal.crabs.crags.craic.craig.crake.crame.crams.crans.crape.craps.crapy.crare.craws.crays.creds.creel.crees.crems.crena.creps.crepy.crewe.crews.crias.cribs.cries.crims.crine.crios.cripe.crips.crise.crith.crits.croci.crocs.croft.crogs.cromb.crome.cronk.crons.crool.croon.crops.crore.crost.crout.crows.croze.cruck.crudo.cruds.crudy.crues.cruet.cruft.crunk.cruor.crura.cruse.crusy.cruve.crwth.cryer.ctene.cubby.cubeb.cubed.cuber.cubes.cubit.cuddy.cuffo.cuffs.cuifs.cuing.cuish.cuits.cukes.culch.culet.culex.culls.cully.culms.culpa.culti.cults.culty.cumec.cundy.cunei.cunit.cunts.cupel.cupid.cuppa.cuppy.curat.curbs.curch.curds.curdy.cured.curer.cures.curet.curfs.curia.curie.curli.curls.curns.curny.currs.cursi.curst.cusec.cushy.cusks.cusps.cuspy.cusso.cusum.cutch.cuter.cutes.cutey.cutin.cutis.cutto.cutty.cutup.cuvee.cuzes.cwtch.cyano.cyans.cycad.cycas.cyclo.cyder.cylix.cymae.cymar.cymas.cymes.cymol.cysts.cytes.cyton.czars.daals.dabba.daces.dacha.dacks.dadah.dadas.dados.daffs.daffy.dagga.daggy.dagos.dahls.daiko.daine.daint.daker.daled.dales.dalis.dalle.dalts.daman.damar.dames.damme.damns.damps.dampy.dancy.dangs.danio.danks.danny.dants.daraf.darbs.darcy.dared.darer.dares.darga.dargs.daric.daris.darks.darky.darns.darre.darts.darzi.dashi.dashy.datal.dated.dater.dates.datos.datto.daube.daubs.dauby.dauds.dault.daurs.dauts.daven.davit.dawah.dawds.dawed.dawen.dawks.dawns.dawts.dayan.daych.daynt.dazed.dazer.dazes.deads.deair.deals.deans.deare.dearn.dears.deary.deash.deave.deaws.deawy.debag.debby.debel.debes.debts.debud.debur.debus.debye.decad.decaf.decan.decko.decks.decos.dedal.deeds.deedy.deely.deems.deens.deeps.deere.deers.deets.deeve.deevs.defat.deffo.defis.defog.degas.degum.degus.deice.deids.deify.deils.deism.deist.deked.dekes.dekko.deled.deles.delfs.delft.delis.dells.delly.delos.delph.delts.deman.demes.demic.demit.demob.demoi.demos.dempt.denar.denay.dench.denes.denet.denis.dents.deoxy.derat.deray.dered.deres.derig.derma.derms.derns.derny.deros.derro.derry.derth.dervs.desex.deshi.desis.desks.desse.devas.devel.devis.devon.devos.devot.dewan.dewar.dewax.dewed.dexes.dexie.dhaba.dhaks.dhals.dhikr.dhobi.dhole.dholl.dhols.dhoti.dhows.dhuti.diact.dials.diane.diazo.dibbs.diced.dicer.dices.dicht.dicks.dicky.dicot.dicta.dicts.dicty.diddy.didie.didos.didst.diebs.diels.diene.diets.diffs.dight.dikas.diked.diker.dikes.dikey.dildo.dilli.dills.dimbo.dimer.dimes.dimps.dinar.dined.dines.dinge.dings.dinic.dinks.dinky.dinna.dinos.dints.diols.diota.dippy.dipso.diram.direr.dirke.dirks.dirls.dirts.disas.disci.discs.dishy.disks.disme.dital.ditas.dited.dites.ditsy.ditts.ditzy.divan.divas.dived.dives.divis.divna.divos.divot.divvy.diwan.dixie.dixit.diyas.dizen.djinn.djins.doabs.doats.dobby.dobes.dobie.dobla.dobra.dobro.docht.docks.docos.docus.doddy.dodos.doeks.doers.doest.doeth.doffs.dogan.doges.dogey.doggo.doggy.dogie.dohyo.doilt.doily.doits.dojos.dolce.dolci.doled.doles.dolia.dolls.dolma.dolor.dolos.dolts.domal.domed.domes.domic.donah.donas.donee.doner.donga.dongs.donko.donna.donne.donny.donsy.doobs.dooce.doody.dooks.doole.dools.dooly.dooms.doomy.doona.doorn.doors.doozy.dopas.doped.doper.dopes.dorad.dorba.dorbs.doree.dores.doric.doris.dorks.dorky.dorms.dormy.dorps.dorrs.dorsa.dorse.dorts.dorty.dosai.dosas.dosed.doseh.doser.doses.dosha.dotal.doted.doter.dotes.dotty.douar.douce.doucs.douks.doula.douma.doums.doups.doura.douse.douts.doved.doven.dover.doves.dovie.dowar.dowds.dowed.dower.dowie.dowle.dowls.dowly.downa.downs.dowps.dowse.dowts.doxed.doxes.doxie.doyen.doyly.dozed.dozer.dozes.drabs.drack.draco.draff.drags.drail.drams.drant.draps.drats.drave.draws.drays.drear.dreck.dreed.dreer.drees.dregs.dreks.drent.drere.drest.dreys.dribs.drice.dries.drily.drips.dript.droid.droil.droke.drole.drome.drony.droob.droog.drook.drops.dropt.drouk.drows.drubs.drugs.drums.drupe.druse.drusy.druxy.dryad.dryas.dsobo.dsomo.duads.duals.duans.duars.dubbo.ducal.ducat.duces.ducks.ducky.ducts.duddy.duded.dudes.duels.duets.duett.duffs.dufus.duing.duits.dukas.duked.dukes.dukka.dulce.dules.dulia.dulls.dulse.dumas.dumbo.dumbs.dumka.dumky.dumps.dunam.dunch.dunes.dungs.dungy.dunks.dunno.dunny.dunsh.dunts.duomi.duomo.duped.duper.dupes.duple.duply.duppy.dural.duras.dured.dures.durgy.durns.duroc.duros.duroy.durra.durrs.durry.durst.durum.durzi.dusks.dusts.duxes.dwaal.dwale.dwalm.dwams.dwang.dwaum.dweeb.dwile.dwine.dyads.dyers.dyked.dykes.dykey.dykon.dynel.dynes.dzhos.eagre.ealed.eales.eaned.eards.eared.earls.earns.earnt.earst.eased.easer.eases.easle.easts.eathe.eaved.eaves.ebbed.ebbet.ebons.ebook.ecads.eched.eches.echos.ecrus.edema.edged.edger.edges.edile.edits.educe.educt.eejit.eensy.eeven.eevns.effed.egads.egers.egest.eggar.egged.egger.egmas.ehing.eider.eidos.eigne.eiked.eikon.eilds.eisel.ejido.ekkas.elain.eland.elans.elchi.eldin.elemi.elfed.eliad.elint.elmen.eloge.elogy.eloin.elops.elpee.elsin.elute.elvan.elven.elver.elves.emacs.embar.embay.embog.embow.embox.embus.emeer.emend.emerg.emery.emeus.emics.emirs.emits.emmas.emmer.emmet.emmew.emmys.emoji.emong.emote.emove.empts.emule.emure.emyde.emyds.enarm.enate.ended.ender.endew.endue.enews.enfix.eniac.enlit.enmew.ennog.enoki.enols.enorm.enows.enrol.ensew.ensky.entia.enure.enurn.envoi.enzym.eorls.eosin.epact.epees.ephah.ephas.ephod.ephor.epics.epode.epopt.epris.eques.equid.erbia.erevs.ergon.ergos.ergot.erhus.erica.erick.erics.ering.erned.ernes.erose.erred.erses.eruct.erugo.eruvs.erven.ervil.escar.escot.esile.eskar.esker.esnes.esses.estoc.estop.estro.etage.etape.etats.etens.ethal.ethne.ethyl.etics.etnas.ettin.ettle.etuis.etwee.etyma.eughs.euked.eupad.euros.eusol.evens.evert.evets.evhoe.evils.evite.evohe.ewers.ewest.ewhow.ewked.exams.exeat.execs.exeem.exeme.exfil.exies.exine.exing.exits.exode.exome.exons.expat.expos.exude.exuls.exurb.eyass.eyers.eyots.eyras.eyres.eyrie.eyrir.ezine.fabby.faced.facer.faces.facia.facta.facts.faddy.faded.fader.fades.fadge.fados.faena.faery.faffs.faffy.faggy.fagin.fagot.faiks.fails.faine.fains.fairs.faked.faker.fakes.fakey.fakie.fakir.falaj.falls.famed.fames.fanal.fands.fanes.fanga.fango.fangs.fanks.fanon.fanos.fanum.faqir.farad.farci.farcy.fards.fared.farer.fares.farle.farls.farms.faros.farro.farse.farts.fasci.fasti.fasts.fated.fates.fatly.fatso.fatwa.faugh.fauld.fauns.faurd.fauts.fauve.favas.favel.faver.faves.favus.fawns.fawny.faxed.faxes.fayed.fayer.fayne.fayre.fazed.fazes.feals.feare.fears.feart.fease.feats.feaze.feces.fecht.fecit.fecks.fedex.feebs.feeds.feels.feens.feers.feese.feeze.fehme.feint.feist.felch.felid.fells.felly.felts.felty.femal.femes.femmy.fends.fendy.fenis.fenks.fenny.fents.feods.feoff.ferer.feres.feria.ferly.fermi.ferms.ferns.ferny.fesse.festa.fests.festy.fetas.feted.fetes.fetor.fetta.fetts.fetwa.feuar.feuds.feued.feyed.feyer.feyly.fezes.fezzy.fiars.fiats.fibro.fices.fiche.fichu.ficin.ficos.fides.fidge.fidos.fiefs.fient.fiere.fiers.fiest.fifed.fifer.fifes.fifis.figgy.figos.fiked.fikes.filar.filch.filed.files.filii.filks.fille.fillo.fills.filmi.films.filos.filum.finca.finds.fined.fines.finis.finks.finny.finos.fiord.fiqhs.fique.fired.firer.fires.firie.firks.firms.firns.firry.firth.fiscs.fisks.fists.fisty.fitch.fitly.fitna.fitte.fitts.fiver.fives.fixed.fixes.fixit.fjeld.flabs.flaff.flags.flaks.flamm.flams.flamy.flane.flans.flaps.flary.flats.flava.flawn.flaws.flawy.flaxy.flays.fleam.fleas.fleek.fleer.flees.flegs.fleme.fleur.flews.flexi.flexo.fleys.flics.flied.flies.flimp.flims.flips.flirs.flisk.flite.flits.flitt.flobs.flocs.floes.flogs.flong.flops.flors.flory.flosh.flota.flote.flows.flubs.flued.flues.fluey.fluky.flump.fluor.flurr.fluty.fluyt.flyby.flype.flyte.foals.foams.foehn.fogey.fogie.fogle.fogou.fohns.foids.foils.foins.folds.foley.folia.folic.folie.folks.folky.fomes.fonda.fonds.fondu.fones.fonly.fonts.foods.foody.fools.foots.footy.foram.forbs.forby.fordo.fords.forel.fores.forex.forks.forky.forme.forms.forts.forza.forze.fossa.fosse.fouat.fouds.fouer.fouet.foule.fouls.fount.fours.fouth.fovea.fowls.fowth.foxed.foxes.foxie.foyle.foyne.frabs.frack.fract.frags.fraim.franc.frape.fraps.frass.frate.frati.frats.fraus.frays.frees.freet.freit.fremd.frena.freon.frere.frets.fribs.frier.fries.frigs.frise.frist.frith.frits.fritt.frize.frizz.froes.frogs.frons.frore.frorn.frory.frosh.frows.frowy.frugs.frump.frush.frust.fryer.fubar.fubby.fubsy.fucks.fucus.fuddy.fudgy.fuels.fuero.fuffs.fuffy.fugal.fuggy.fugie.fugio.fugle.fugly.fugus.fujis.fulls.fumed.fumer.fumes.fumet.fundi.funds.fundy.fungo.fungs.funks.fural.furan.furca.furls.furol.furrs.furth.furze.furzy.fused.fusee.fusel.fuses.fusil.fusks.fusts.fusty.futon.fuzed.fuzee.fuzes.fuzil.fyces.fyked.fykes.fyles.fyrds.fytte.gabba.gabby.gable.gaddi.gades.gadge.gadid.gadis.gadje.gadjo.gadso.gaffs.gaged.gager.gages.gaids.gains.gairs.gaita.gaits.gaitt.gajos.galah.galas.galax.galea.galed.gales.galls.gally.galop.galut.galvo.gamas.gamay.gamba.gambe.gambo.gambs.gamed.games.gamey.gamic.gamin.gamme.gammy.gamps.ganch.gandy.ganef.ganev.gangs.ganja.ganof.gants.gaols.gaped.gaper.gapes.gapos.gappy.garbe.garbo.garbs.garda.gares.garis.garms.garni.garre.garth.garum.gases.gasps.gaspy.gasts.gatch.gated.gater.gates.gaths.gator.gauch.gaucy.gauds.gauje.gault.gaums.gaumy.gaups.gaurs.gauss.gauzy.gavot.gawcy.gawds.gawks.gawps.gawsy.gayal.gazal.gazar.gazed.gazes.gazon.gazoo.geals.geans.geare.gears.geats.gebur.gecks.geeks.geeps.geest.geist.geits.gelds.gelee.gelid.gelly.gelts.gemel.gemma.gemmy.gemot.genal.genas.genes.genet.genic.genii.genip.genny.genoa.genom.genro.gents.genty.genua.genus.geode.geoid.gerah.gerbe.geres.gerle.germs.germy.gerne.gesse.gesso.geste.gests.getas.getup.geums.geyan.geyer.ghast.ghats.ghaut.ghazi.ghees.ghest.ghyll.gibed.gibel.giber.gibes.gibli.gibus.gifts.gigas.gighe.gigot.gigue.gilas.gilds.gilet.gills.gilly.gilpy.gilts.gimel.gimme.gimps.gimpy.ginch.ginge.gings.ginks.ginny.ginzo.gipon.gippo.gippy.girds.girls.girns.giron.giros.girrs.girsh.girts.gismo.gisms.gists.gitch.gites.giust.gived.gives.gizmo.glace.glads.glady.glaik.glair.glams.glans.glary.glaum.glaur.glazy.gleba.glebe.gleby.glede.gleds.gleed.gleek.glees.gleet.gleis.glens.glent.gleys.glial.glias.glibs.gliff.glift.glike.glime.glims.glisk.glits.glitz.gloam.globi.globs.globy.glode.glogg.gloms.gloop.glops.glost.glout.glows.gloze.glued.gluer.glues.gluey.glugs.glume.glums.gluon.glute.gluts.gnarl.gnarr.gnars.gnats.gnawn.gnaws.gnows.goads.goafs.goals.goary.goats.goaty.goban.gobar.gobbi.gobbo.gobby.gobis.gobos.godet.godso.goels.goers.goest.goeth.goety.gofer.goffs.gogga.gogos.goier.gojis.golds.goldy.goles.golfs.golpe.golps.gombo.gomer.gompa.gonch.gonef.gongs.gonia.gonif.gonks.gonna.gonof.gonys.gonzo.gooby.goods.goofs.googs.gooks.gooky.goold.gools.gooly.goons.goony.goops.goopy.goors.goory.goosy.gopak.gopik.goral.goras.gored.gores.goris.gorms.gormy.gorps.gorse.gorsy.gosht.gosse.gotch.goths.gothy.gotta.gouch.gouks.goura.gouts.gouty.gowan.gowds.gowfs.gowks.gowls.gowns.goxes.goyim.goyle.graal.grabs.grads.graff.graip.grama.grame.gramp.grams.grana.grans.grapy.gravs.grays.grebe.grebo.grece.greek.grees.grege.grego.grein.grens.grese.greve.grews.greys.grice.gride.grids.griff.grift.grigs.grike.grins.griot.grips.gript.gripy.grise.grist.grisy.grith.grits.grize.groat.grody.grogs.groks.groma.grone.groof.grosz.grots.grouf.grovy.grows.grrls.grrrl.grubs.grued.grues.grufe.grume.grump.grund.gryce.gryde.gryke.grype.grypt.guaco.guana.guano.guans.guars.gucks.gucky.gudes.guffs.gugas.guids.guimp.guiro.gulag.gular.gulas.gules.gulet.gulfs.gulfy.gulls.gulph.gulps.gulpy.gumma.gummi.gumps.gundy.gunge.gungy.gunks.gunky.gunny.guqin.gurdy.gurge.gurls.gurly.gurns.gurry.gursh.gurus.gushy.gusla.gusle.gusli.gussy.gusts.gutsy.gutta.gutty.guyed.guyle.guyot.guyse.gwine.gyals.gyans.gybed.gybes.gyeld.gymps.gynae.gynie.gynny.gynos.gyoza.gypos.gyppo.gyppy.gyral.gyred.gyres.gyron.gyros.gyrus.gytes.gyved.gyves.haafs.haars.hable.habus.hacek.hacks.hadal.haded.hades.hadji.hadst.haems.haets.haffs.hafiz.hafts.haggs.hahas.haick.haika.haiks.haiku.hails.haily.hains.haint.hairs.haith.hajes.hajis.hajji.hakam.hakas.hakea.hakes.hakim.hakus.halal.haled.haler.hales.halfa.halfs.halid.hallo.halls.halma.halms.halon.halos.halse.halts.halva.halwa.hamal.hamba.hamed.hames.hammy.hamza.hanap.hance.hanch.hands.hangi.hangs.hanks.hanky.hansa.hanse.hants.haole.haoma.hapax.haply.happi.hapus.haram.hards.hared.hares.harim.harks.harls.harms.harns.haros.harps.harts.hashy.hasks.hasps.hasta.hated.hates.hatha.hauds.haufs.haugh.hauld.haulm.hauls.hault.hauns.hause.haver.haves.hawed.hawks.hawms.hawse.hayed.hayer.hayey.hayle.hazan.hazed.hazer.hazes.heads.heald.heals.heame.heaps.heapy.heare.hears.heast.heats.heben.hebes.hecht.hecks.heder.hedgy.heeds.heedy.heels.heeze.hefte.hefts.heids.heigh.heils.heirs.hejab.hejra.heled.heles.helio.hells.helms.helos.helot.helps.helve.hemal.hemes.hemic.hemin.hemps.hempy.hench.hends.henge.henna.henny.henry.hents.hepar.herbs.herby.herds.heres.herls.herma.herms.herns.heros.herry.herse.hertz.herye.hesps.hests.hetes.heths.heuch.heugh.hevea.hewed.hewer.hewgh.hexad.hexed.hexer.hexes.hexyl.heyed.hiant.hicks.hided.hider.hides.hiems.highs.hight.hijab.hijra.hiked.hiker.hikes.hikoi.hilar.hilch.hillo.hills.hilts.hilum.hilus.himbo.hinau.hinds.hings.hinky.hinny.hints.hiois.hiply.hired.hiree.hirer.hires.hissy.hists.hithe.hived.hiver.hives.hizen.hoaed.hoagy.hoars.hoary.hoast.hobos.hocks.hocus.hodad.hodja.hoers.hogan.hogen.hoggs.hoghs.hohed.hoick.hoied.hoiks.hoing.hoise.hokas.hoked.hokes.hokey.hokis.hokku.hokum.holds.holed.holes.holey.holks.holla.hollo.holme.holms.holon.holos.holts.homas.homed.homes.homey.homie.homme.homos.honan.honda.honds.honed.honer.hones.hongi.hongs.honks.honky.hooch.hoods.hoody.hooey.hoofs.hooka.hooks.hooky.hooly.hoons.hoops.hoord.hoors.hoosh.hoots.hooty.hoove.hopak.hoped.hoper.hopes.hoppy.horah.horal.horas.horis.horks.horme.horns.horst.horsy.hosed.hosel.hosen.hoser.hoses.hosey.hosta.hosts.hotch.hoten.hotty.houff.houfs.hough.houri.hours.houts.hovea.hoved.hoven.hoves.howbe.howes.howff.howfs.howks.howls.howre.howso.hoxed.hoxes.hoyas.hoyed.hoyle.hubby.hucks.hudna.hudud.huers.huffs.huffy.huger.huggy.huhus.huias.hulas.hules.hulks.hulky.hullo.hulls.hully.humas.humfs.humic.humps.humpy.hunks.hunts.hurds.hurls.hurly.hurra.hurst.hurts.hushy.husks.husos.hutia.huzza.huzzy.hwyls.hydra.hyens.hygge.hying.hykes.hylas.hyleg.hyles.hylic.hymns.hynde.hyoid.hyped.hypes.hypha.hyphy.hypos.hyrax.hyson.hythe.iambi.iambs.ibrik.icers.iched.iches.ichor.icier.icker.ickle.icons.ictal.ictic.ictus.idant.ideas.idees.ident.idled.idles.idola.idols.idyls.iftar.igapo.igged.iglus.ihram.ikans.ikats.ikons.ileac.ileal.ileum.ileus.iliad.ilial.ilium.iller.illth.imago.imams.imari.imaum.imbar.imbed.imide.imido.imids.imine.imino.immew.immit.immix.imped.impis.impot.impro.imshi.imshy.inapt.inarm.inbye.incel.incle.incog.incus.incut.indew.india.indie.indol.indow.indri.indue.inerm.infix.infos.infra.ingan.ingle.inion.inked.inker.inkle.inned.innit.inorb.inrun.inset.inspo.intel.intil.intis.intra.inula.inure.inurn.inust.invar.inwit.iodic.iodid.iodin.iotas.ippon.irade.irids.iring.irked.iroko.irone.irons.isbas.ishes.isled.isles.isnae.issei.istle.items.ither.ivied.ivies.ixias.ixnay.ixora.ixtle.izard.izars.izzat.jaaps.jabot.jacal.jacks.jacky.jaded.jades.jafas.jaffa.jagas.jager.jaggs.jaggy.jagir.jagra.jails.jaker.jakes.jakey.jalap.jalop.jambe.jambo.jambs.jambu.james.jammy.jamon.janes.janns.janny.janty.japan.japed.japer.japes.jarks.jarls.jarps.jarta.jarul.jasey.jaspe.jasps.jatos.jauks.jaups.javas.javel.jawan.jawed.jaxie.jeans.jeats.jebel.jedis.jeels.jeely.jeeps.jeers.jeeze.jefes.jeffs.jehad.jehus.jelab.jello.jells.jembe.jemmy.jenny.jeons.jerid.jerks.jerry.jesse.jests.jesus.jetes.jeton.jeune.jewed.jewie.jhala.jiaos.jibba.jibbs.jibed.jiber.jibes.jiffs.jiggy.jigot.jihad.jills.jilts.jimmy.jimpy.jingo.jinks.jinne.jinni.jinns.jirds.jirga.jirre.jisms.jived.jiver.jives.jivey.jnana.jobed.jobes.jocko.jocks.jocky.jocos.jodel.joeys.johns.joins.joked.jokes.jokey.jokol.joled.joles.jolls.jolts.jolty.jomon.jomos.jones.jongs.jonty.jooks.joram.jorum.jotas.jotty.jotun.joual.jougs.jouks.joule.jours.jowar.jowed.jowls.jowly.joyed.jubas.jubes.jucos.judas.judgy.judos.jugal.jugum.jujus.juked.jukes.jukus.julep.jumar.jumby.jumps.junco.junks.junky.jupes.jupon.jural.jurat.jurel.jures.justs.jutes.jutty.juves.juvie.kaama.kabab.kabar.kabob.kacha.kacks.kadai.kades.kadis.kafir.kagos.kagus.kahal.kaiak.kaids.kaies.kaifs.kaika.kaiks.kails.kaims.kaing.kains.kakas.kakis.kalam.kales.kalif.kalis.kalpa.kamas.kames.kamik.kamis.kamme.kanae.kanas.kandy.kaneh.kanes.kanga.kangs.kanji.kants.kanzu.kaons.kapas.kaphs.kapok.kapow.kapus.kaput.karas.karat.karks.karns.karoo.karos.karri.karst.karsy.karts.karzy.kasha.kasme.katal.katas.katis.katti.kaugh.kauri.kauru.kaury.kaval.kavas.kawas.kawau.kawed.kayle.kayos.kazis.kazoo.kbars.kebar.kebob.kecks.kedge.kedgy.keech.keefs.keeks.keels.keema.keeno.keens.keeps.keets.keeve.kefir.kehua.keirs.kelep.kelim.kells.kelly.kelps.kelpy.kelts.kelty.kembo.kembs.kemps.kempt.kempy.kenaf.kench.kendo.kenos.kente.kents.kepis.kerbs.kerel.kerfs.kerky.kerma.kerne.kerns.keros.kerry.kerve.kesar.kests.ketas.ketch.ketes.ketol.kevel.kevil.kexes.keyed.keyer.khadi.khafs.khans.khaph.khats.khaya.khazi.kheda.kheth.khets.khoja.khors.khoum.khuds.kiaat.kiack.kiang.kibbe.kibbi.kibei.kibes.kibla.kicks.kicky.kiddo.kiddy.kidel.kidge.kiefs.kiers.kieve.kievs.kight.kikes.kikoi.kiley.kilim.kills.kilns.kilos.kilps.kilts.kilty.kimbo.kinas.kinda.kinds.kindy.kines.kings.kinin.kinks.kinos.kiore.kipes.kippa.kipps.kirby.kirks.kirns.kirri.kisan.kissy.kists.kited.kiter.kites.kithe.kiths.kitul.kivas.kiwis.klang.klaps.klett.klick.klieg.kliks.klong.kloof.kluge.klutz.knags.knaps.knarl.knars.knaur.knawe.knees.knell.knish.knits.knive.knobs.knops.knosp.knots.knout.knowe.knows.knubs.knurl.knurr.knurs.knuts.koans.koaps.koban.kobos.koels.koffs.kofta.kogal.kohas.kohen.kohls.koine.kojis.kokam.kokas.koker.kokra.kokum.kolas.kolos.kombu.konbu.kondo.konks.kooks.kooky.koori.kopek.kophs.kopje.koppa.korai.koras.korat.kores.korma.koros.korun.korus.koses.kotch.kotos.kotow.koura.kraal.krabs.kraft.krais.krait.krang.krans.kranz.kraut.krays.kreep.kreng.krewe.krona.krone.kroon.krubi.krunk.ksars.kubie.kudos.kudus.kudzu.kufis.kugel.kuias.kukri.kukus.kulak.kulan.kulas.kulfi.kumis.kumys.kuris.kurre.kurta.kurus.kusso.kutas.kutch.kutis.kutus.kuzus.kvass.kvell.kwela.kyack.kyaks.kyang.kyars.kyats.kybos.kydst.kyles.kylie.kylin.kylix.kyloe.kynde.kynds.kypes.kyrie.kytes.kythe.laari.labda.labia.labis.labra.laced.lacer.laces.lacet.lacey.lacks.laddy.laded.lader.lades.laers.laevo.lagan.lahal.lahar.laich.laics.laids.laigh.laika.laiks.laird.lairs.lairy.laith.laity.laked.laker.lakes.lakhs.lakin.laksa.laldy.lalls.lamas.lambs.lamby.lamed.lamer.lames.lamia.lammy.lamps.lanai.lanas.lanch.lande.lands.lanes.lanks.lants.lapin.lapis.lapje.larch.lards.lardy.laree.lares.largo.laris.larks.larky.larns.larnt.larum.lased.laser.lases.lassi.lassu.lassy.lasts.latah.lated.laten.latex.lathi.laths.lathy.latke.latus.lauan.lauch.lauds.laufs.laund.laura.laval.lavas.laved.laver.laves.lavra.lavvy.lawed.lawer.lawin.lawks.lawns.lawny.laxed.laxer.laxes.laxly.layed.layin.layup.lazar.lazed.lazes.lazos.lazzi.lazzo.leads.leady.leafs.leaks.leams.leans.leany.leaps.leare.lears.leary.leats.leavy.leaze.leben.leccy.ledes.ledgy.ledum.leear.leeks.leeps.leers.leese.leets.leeze.lefte.lefts.leger.leges.legge.leggo.legit.lehrs.lehua.leirs.leish.leman.lemed.lemel.lemes.lemma.lemme.lends.lenes.lengs.lenis.lenos.lense.lenti.lento.leone.lepid.lepra.lepta.lered.leres.lerps.lesbo.leses.lests.letch.lethe.letup.leuch.leuco.leuds.leugh.levas.levee.leves.levin.levis.lewis.lexes.lexis.lezes.lezza.lezzy.liana.liane.liang.liard.liars.liart.liber.libra.libri.lichi.licht.licit.licks.lidar.lidos.liefs.liens.liers.lieus.lieve.lifer.lifes.lifts.ligan.liger.ligge.ligne.liked.liker.likes.likin.lills.lilos.lilts.liman.limas.limax.limba.limbi.limbs.limby.limed.limen.limes.limey.limma.limns.limos.limpa.limps.linac.linch.linds.lindy.lined.lines.liney.linga.lings.lingy.linin.links.linky.linns.linny.linos.lints.linty.linum.linux.lions.lipas.lipes.lipin.lipos.lippy.liras.lirks.lirot.lisks.lisle.lisps.lists.litai.litas.lited.liter.lites.litho.liths.litre.lived.liven.lives.livor.livre.llano.loach.loads.loafs.loams.loans.loast.loave.lobar.lobed.lobes.lobos.lobus.loche.lochs.locie.locis.locks.locos.locum.loden.lodes.loess.lofts.logan.loges.loggy.logia.logie.logoi.logon.logos.lohan.loids.loins.loipe.loirs.lokes.lolls.lolly.lolog.lomas.lomed.lomes.loner.longa.longe.longs.looby.looed.looey.loofa.loofs.looie.looks.looky.looms.loons.loony.loops.loord.loots.loped.loper.lopes.loppy.loral.loran.lords.lordy.lorel.lores.loric.loris.losed.losel.losen.loses.lossy.lotah.lotas.lotes.lotic.lotos.lotsa.lotta.lotte.lotto.lotus.loued.lough.louie.louis.louma.lound.louns.loupe.loups.loure.lours.loury.louts.lovat.loved.loves.lovey.lovie.lowan.lowed.lowes.lownd.lowne.lowns.lowps.lowry.lowse.lowts.loxed.loxes.lozen.luach.luaus.lubed.lubes.lubra.luces.lucks.lucre.ludes.ludic.ludos.luffa.luffs.luged.luger.luges.lulls.lulus.lumas.lumbi.lumme.lummy.lumps.lunas.lunes.lunet.lungi.lungs.lunks.lunts.lupin.lured.lurer.lures.lurex.lurgi.lurgy.lurks.lurry.lurve.luser.lushy.lusks.lusts.lusus.lutea.luted.luter.lutes.luvvy.luxed.luxer.luxes.lweis.lyams.lyard.lyart.lyase.lycea.lycee.lycra.lymes.lynes.lyres.lysed.lyses.lysin.lysis.lysol.lyssa.lyted.lytes.lythe.lytic.lytta.maaed.maare.maars.mabes.macas.maced.macer.maces.mache.machi.machs.macks.macle.macon.madge.madid.madre.maerl.mafic.mages.maggs.magot.magus.mahoe.mahua.mahwa.maids.maiko.maiks.maile.maill.mails.maims.mains.maire.mairs.maise.maist.makar.makes.makis.makos.malam.malar.malas.malax.males.malic.malik.malis.malls.malms.malmy.malts.malty.malus.malva.malwa.mamas.mamba.mamee.mamey.mamie.manas.manat.mandi.maneb.maned.maneh.manes.manet.mangs.manis.manky.manna.manos.manse.manta.manto.manty.manul.manus.mapau.maqui.marae.marah.maras.marcs.mardy.mares.marge.margs.maria.marid.marka.marks.marle.marls.marly.marms.maron.maror.marra.marri.marse.marts.marvy.masas.mased.maser.mases.mashy.masks.massa.massy.masts.masty.masus.matai.mated.mater.mates.maths.matin.matlo.matte.matts.matza.matzo.mauby.mauds.mauls.maund.mauri.mausy.mauts.mauzy.maven.mavie.mavin.mavis.mawed.mawks.mawky.mawns.mawrs.maxed.maxes.maxis.mayan.mayas.mayed.mayos.mayst.mazed.mazer.mazes.mazey.mazut.mbira.meads.meals.meane.means.meany.meare.mease.meath.meats.mebos.mechs.mecks.medii.medle.meeds.meers.meets.meffs.meins.meint.meiny.meith.mekka.melas.melba.melds.melic.melik.mells.melts.melty.memes.memos.menad.mends.mened.menes.menge.mengs.mensa.mense.mensh.menta.mento.menus.meous.meows.merch.mercs.merde.mered.merel.merer.meres.meril.meris.merks.merle.merls.merse.mesal.mesas.mesel.meses.meshy.mesic.mesne.meson.messy.mesto.meted.metes.metho.meths.metic.metif.metis.metol.metre.meuse.meved.meves.mewed.mewls.meynt.mezes.mezze.mezzo.mhorr.miaou.miaow.miasm.miaul.micas.miche.micht.micks.micky.micos.micra.middy.midgy.midis.miens.mieve.miffs.miffy.mifty.miggs.mihas.mihis.miked.mikes.mikra.mikva.milch.milds.miler.miles.milfs.milia.milko.milks.mille.mills.milor.milos.milpa.milts.milty.miltz.mimed.mimeo.mimer.mimes.mimsy.minae.minar.minas.mincy.minds.mined.mines.minge.mings.mingy.minis.minke.minks.minny.minos.mints.mired.mires.mirex.mirid.mirin.mirks.mirky.mirly.miros.mirvs.mirza.misch.misdo.mises.misgo.misos.missa.mists.misty.mitch.miter.mites.mitis.mitre.mitts.mixed.mixen.mixer.mixes.mixte.mixup.mizen.mizzy.mneme.moans.moats.mobby.mobes.mobey.mobie.moble.mochi.mochs.mochy.mocks.moder.modes.modge.modii.modus.moers.mofos.moggy.mohel.mohos.mohrs.mohua.mohur.moile.moils.moira.moire.moits.mojos.mokes.mokis.mokos.molal.molas.molds.moled.moles.molla.molls.molly.molto.molts.molys.momes.momma.mommy.momus.monad.monal.monas.monde.mondo.moner.mongo.mongs.monic.monie.monks.monos.monte.monty.moobs.mooch.moods.mooed.mooks.moola.mooli.mools.mooly.moong.moons.moony.moops.moors.moory.moots.moove.moped.moper.mopes.mopey.moppy.mopsy.mopus.morae.moras.morat.moray.morel.mores.moria.morne.morns.morra.morro.morse.morts.mosed.moses.mosey.mosks.mosso.moste.mosts.moted.moten.motes.motet.motey.moths.mothy.motis.motte.motts.motty.motus.motza.mouch.moues.mould.mouls.moups.moust.mousy.moved.moves.mowas.mowed.mowra.moxas.moxie.moyas.moyle.moyls.mozed.mozes.mozos.mpret.mucho.mucic.mucid.mucin.mucks.mucor.mucro.mudge.mudir.mudra.muffs.mufti.mugga.muggs.muggy.muhly.muids.muils.muirs.muist.mujik.mulct.muled.mules.muley.mulga.mulie.mulla.mulls.mulse.mulsh.mumms.mumps.mumsy.mumus.munga.munge.mungo.mungs.munis.munts.muntu.muons.muras.mured.mures.murex.murid.murks.murls.murly.murra.murre.murri.murrs.murry.murti.murva.musar.musca.mused.muser.muses.muset.musha.musit.musks.musos.musse.mussy.musth.musts.mutch.muted.muter.mutes.mutha.mutis.muton.mutts.muxed.muxes.muzak.muzzy.mvule.myall.mylar.mynah.mynas.myoid.myoma.myope.myops.myopy.mysid.mythi.myths.mythy.myxos.mzees.naams.naans.nabes.nabis.nabks.nabla.nabob.nache.nacho.nacre.nadas.naeve.naevi.naffs.nagas.naggy.nagor.nahal.naiad.naifs.naiks.nails.naira.nairu.naked.naker.nakfa.nalas.naled.nalla.named.namer.names.namma.namus.nanas.nance.nancy.nandu.nanna.nanos.nanua.napas.naped.napes.napoo.nappa.nappe.nappy.naras.narco.narcs.nards.nares.naric.naris.narks.narky.narre.nashi.natch.nates.natis.natty.nauch.naunt.navar.naves.navew.navvy.nawab.nazes.nazir.nazis.nduja.neafe.neals.neaps.nears.neath.neats.nebek.nebel.necks.neddy.needs.neeld.neele.neemb.neems.neeps.neese.neeze.negro.negus.neifs.neist.neive.nelis.nelly.nemas.nemns.nempt.nenes.neons.neper.nepit.neral.nerds.nerka.nerks.nerol.nerts.nertz.nervy.nests.netes.netop.netts.netty.neuks.neume.neums.nevel.neves.nevus.newbs.newed.newel.newie.newsy.newts.nexts.nexus.ngaio.ngana.ngati.ngoma.ngwee.nicad.nicht.nicks.nicol.nidal.nided.nides.nidor.nidus.niefs.nieve.nifes.niffs.niffy.nifty.niger.nighs.nihil.nikab.nikah.nikau.nills.nimbi.nimbs.nimps.niner.nines.ninon.nipas.nippy.niqab.nirls.nirly.nisei.nisse.nisus.niter.nites.nitid.niton.nitre.nitro.nitry.nitty.nival.nixed.nixer.nixes.nixie.nizam.nkosi.noahs.nobby.nocks.nodal.noddy.nodes.nodus.noels.noggs.nohow.noils.noily.noint.noirs.noles.nolls.nolos.nomas.nomen.nomes.nomic.nomoi.nomos.nonas.nonce.nones.nonet.nongs.nonis.nonny.nonyl.noobs.nooit.nooks.nooky.noons.noops.nopal.noria.noris.norks.norma.norms.nosed.noser.noses.notal.noted.noter.notes.notum.nould.noule.nouls.nouns.nouny.noups.novae.novas.novum.noway.nowed.nowls.nowts.nowty.noxal.noxes.noyau.noyed.noyes.nubby.nubia.nucha.nuddy.nuder.nudes.nudie.nudzh.nuffs.nugae.nuked.nukes.nulla.nulls.numbs.numen.nummy.nunny.nurds.nurdy.nurls.nurrs.nutso.nutsy.nyaff.nyala.nying.nyssa.oaked.oaker.oakum.oared.oases.oasis.oasts.oaten.oater.oaths.oaves.obang.obeah.obeli.obeys.obias.obied.obiit.obits.objet.oboes.obole.oboli.obols.occam.ocher.oches.ochre.ochry.ocker.ocrea.octad.octan.octas.octyl.oculi.odahs.odals.odeon.odeum.odism.odist.odium.odors.odour.odyle.odyls.ofays.offed.offie.oflag.ofter.ogams.ogeed.ogees.oggin.ogham.ogive.ogled.ogler.ogles.ogmic.ogres.ohias.ohing.ohmic.ohone.oidia.oiled.oiler.oinks.oints.ojime.okapi.okays.okehs.okras.oktas.oldie.oleic.olein.olent.oleos.oleum.olios.ollas.ollav.oller.ollie.ology.olpae.olpes.omasa.omber.ombus.omens.omers.omits.omlah.omovs.omrah.oncer.onces.oncet.oncus.onely.oners.onery.onium.onkus.onlay.onned.ontic.oobit.oohed.oomph.oonts.ooped.oorie.ooses.ootid.oozed.oozes.opahs.opals.opens.opepe.oping.oppos.opsin.opted.opter.orach.oracy.orals.orang.orant.orate.orbed.orcas.orcin.ordos.oread.orfes.orgia.orgic.orgue.oribi.oriel.orixa.orles.orlon.orlop.ormer.ornis.orpin.orris.ortho.orval.orzos.oscar.oshac.osier.osmic.osmol.ossia.ostia.otaku.otary.ottar.ottos.oubit.oucht.ouens.ouija.oulks.oumas.oundy.oupas.ouped.ouphe.ouphs.ourie.ousel.ousts.outby.outed.outre.outro.outta.ouzel.ouzos.ovals.ovels.ovens.overs.ovist.ovoli.ovolo.ovule.owche.owies.owled.owler.owlet.owned.owres.owrie.owsen.oxbow.oxers.oxeye.oxids.oxies.oxime.oxims.oxlip.oxter.oyers.ozeki.ozzie.paals.paans.pacas.paced.pacer.paces.pacey.pacha.packs.pacos.pacta.pacts.padis.padle.padma.padre.padri.paean.paedo.paeon.paged.pager.pages.pagle.pagod.pagri.paiks.pails.pains.paire.pairs.paisa.paise.pakka.palas.palay.palea.paled.pales.palet.palis.palki.palla.palls.pally.palms.palmy.palpi.palps.palsa.pampa.panax.pance.panda.pands.pandy.paned.panes.panga.pangs.panim.panko.panne.panni.panto.pants.panty.paoli.paolo.papas.papaw.papes.pappi.pappy.parae.paras.parch.pardi.pards.pardy.pared.paren.pareo.pares.pareu.parev.parge.pargo.paris.parki.parks.parky.parle.parly.parma.parol.parps.parra.parrs.parti.parts.parve.parvo.paseo.pases.pasha.pashm.paska.paspy.passe.pasts.pated.paten.pater.pates.paths.patin.patka.patly.patte.patus.pauas.pauls.pavan.paved.paven.paver.paves.pavid.pavin.pavis.pawas.pawaw.pawed.pawer.pawks.pawky.pawls.pawns.paxes.payed.payor.paysd.peage.peags.peaks.peaky.peals.peans.peare.pears.peart.pease.peats.peaty.peavy.peaze.pebas.pechs.pecke.pecks.pecky.pedes.pedis.pedro.peece.peeks.peels.peens.peeoy.peepe.peeps.peers.peery.peeve.peggy.peghs.peins.peise.peize.pekan.pekes.pekin.pekoe.pelas.pelau.peles.pelfs.pells.pelma.pelon.pelta.pelts.pends.pendu.pened.penes.pengo.penie.penis.penks.penna.penni.pents.peons.peony.pepla.pepos.peppy.pepsi.perai.perce.percs.perdu.perdy.perea.peres.peris.perks.perms.perns.perog.perps.perry.perse.perst.perts.perve.pervo.pervs.pervy.pesos.pests.pesty.petar.peter.petit.petre.petri.petti.petto.pewee.pewit.peyse.phage.phang.phare.pharm.pheer.phene.pheon.phese.phial.phish.phizz.phlox.phoca.phono.phons.phots.phpht.phuts.phyla.phyle.piani.pians.pibal.pical.picas.piccy.picks.picot.picra.picul.piend.piers.piert.pieta.piets.piezo.pight.pigmy.piing.pikas.pikau.piked.piker.pikes.pikey.pikis.pikul.pilae.pilaf.pilao.pilar.pilau.pilaw.pilch.pilea.piled.pilei.piler.piles.pilis.pills.pilow.pilum.pilus.pimas.pimps.pinas.pined.pines.pingo.pings.pinko.pinks.pinna.pinny.pinon.pinot.pinta.pints.pinup.pions.piony.pious.pioye.pioys.pipal.pipas.piped.pipes.pipet.pipis.pipit.pippy.pipul.pirai.pirls.pirns.pirog.pisco.pises.pisky.pisos.pissy.piste.pitas.piths.piton.pitot.pitta.piums.pixes.pized.pizes.plaas.plack.plage.plans.plaps.plash.plasm.plast.plats.platt.platy.playa.plays.pleas.plebe.plebs.plena.pleon.plesh.plews.plica.plies.plims.pling.plink.ploat.plods.plong.plonk.plook.plops.plots.plotz.plouk.plows.ploye.ploys.plues.pluff.plugs.plums.plumy.pluot.pluto.plyer.poach.poaka.poake.poboy.pocks.pocky.podal.poddy.podex.podge.podgy.podia.poems.poeps.poets.pogey.pogge.pogos.pohed.poilu.poind.pokal.poked.pokes.pokey.pokie.poled.poler.poles.poley.polio.polis.polje.polks.polls.polly.polos.polts.polys.pombe.pomes.pommy.pomos.pomps.ponce.poncy.ponds.pones.poney.ponga.pongo.pongs.pongy.ponks.ponts.ponty.ponzu.poods.pooed.poofs.poofy.poohs.pooja.pooka.pooks.pools.poons.poops.poopy.poori.poort.poots.poove.poovy.popes.poppa.popsy.porae.poral.pored.porer.pores.porge.porgy.porin.porks.porky.porno.porns.porny.porta.ports.porty.posed.poses.posey.posho.posts.potae.potch.poted.potes.potin.potoo.potsy.potto.potts.potty.pouff.poufs.pouke.pouks.poule.poulp.poult.poupe.poupt.pours.pouts.powan.powin.pownd.powns.powny.powre.poxed.poxes.poynt.poyou.poyse.pozzy.praam.prads.prahu.prams.prana.prang.praos.prase.prate.prats.pratt.praty.praus.prays.predy.preed.prees.preif.prems.premy.prent.preon.preop.preps.presa.prese.prest.preve.prexy.preys.prial.pricy.prief.prier.pries.prigs.prill.prima.primi.primp.prims.primy.prink.prion.prise.priss.proas.probs.prods.proem.profs.progs.proin.proke.prole.proll.promo.proms.pronk.props.prore.proso.pross.prost.prosy.proto.proul.prows.proyn.prunt.pruta.pryer.pryse.pseud.pshaw.psion.psoae.psoai.psoas.psora.psych.psyop.pubco.pubes.pubis.pucan.pucer.puces.pucka.pucks.puddy.pudge.pudic.pudor.pudsy.pudus.puers.puffa.puffs.puggy.pugil.puhas.pujah.pujas.pukas.puked.puker.pukes.pukey.pukka.pukus.pulao.pulas.puled.puler.pules.pulik.pulis.pulka.pulks.pulli.pulls.pully.pulmo.pulps.pulus.pumas.pumie.pumps.punas.punce.punga.pungs.punji.punka.punks.punky.punny.punto.punts.punty.pupae.pupas.pupus.purda.pured.pures.purin.puris.purls.purpy.purrs.pursy.purty.puses.pusle.pussy.putid.puton.putti.putto.putts.puzel.pwned.pyats.pyets.pygal.pyins.pylon.pyned.pynes.pyoid.pyots.pyral.pyran.pyres.pyrex.pyric.pyros.pyxed.pyxes.pyxie.pyxis.pzazz.qadis.qaids.qajaq.qanat.qapik.qibla.qophs.qorma.quads.quaff.quags.quair.quais.quaky.quale.quant.quare.quass.quate.quats.quayd.quays.qubit.quean.queme.quena.quern.queyn.queys.quich.quids.quiff.quims.quina.quine.quino.quins.quint.quipo.quips.quipu.quire.quirt.quist.quits.quoad.quods.quoif.quoin.quoit.quoll.quonk.quops.qursh.quyte.rabat.rabic.rabis.raced.races.rache.racks.racon.radge.radix.radon.raffs.rafts.ragas.ragde.raged.ragee.rager.rages.ragga.raggs.raggy.ragis.ragus.rahed.rahui.raias.raids.raiks.raile.rails.raine.rains.raird.raita.raits.rajas.rajes.raked.rakee.raker.rakes.rakia.rakis.rakus.rales.ramal.ramee.ramet.ramie.ramin.ramis.rammy.ramps.ramus.ranas.rance.rands.ranee.ranga.rangi.rangs.rangy.ranid.ranis.ranke.ranks.rants.raped.raper.rapes.raphe.rappe.rared.raree.rares.rarks.rased.raser.rases.rasps.rasse.rasta.ratal.ratan.ratas.ratch.rated.ratel.rater.rates.ratha.rathe.raths.ratoo.ratos.ratus.rauns.raupo.raved.ravel.raver.raves.ravey.ravin.rawer.rawin.rawly.rawns.raxed.raxes.rayah.rayas.rayed.rayle.rayne.razed.razee.razer.razes.razoo.readd.reads.reais.reaks.realo.reals.reame.reams.reamy.reans.reaps.rears.reast.reata.reate.reave.rebbe.rebec.rebid.rebit.rebop.rebuy.recal.recce.recco.reccy.recit.recks.recon.recta.recti.recto.redan.redds.reddy.reded.redes.redia.redid.redip.redly.redon.redos.redox.redry.redub.redux.redye.reech.reede.reeds.reefs.reefy.reeks.reeky.reels.reens.reest.reeve.refed.refel.reffo.refis.refix.refly.refry.regar.reges.reggo.regie.regma.regna.regos.regur.rehem.reifs.reify.reiki.reiks.reink.reins.reird.reist.reive.rejig.rejon.reked.rekes.rekey.relet.relie.relit.rello.reman.remap.remen.remet.remex.remix.renay.rends.reney.renga.renig.renin.renne.renos.rente.rents.reoil.reorg.repeg.repin.repla.repos.repot.repps.repro.reran.rerig.resat.resaw.resay.resee.reses.resew.resid.resit.resod.resow.resto.rests.resty.resus.retag.retax.retem.retia.retie.retox.revet.revie.rewan.rewax.rewed.rewet.rewin.rewon.rewth.rexes.rezes.rheas.rheme.rheum.rhies.rhime.rhine.rhody.rhomb.rhone.rhumb.rhyne.rhyta.riads.rials.riant.riata.ribas.ribby.ribes.riced.ricer.rices.ricey.richt.ricin.ricks.rides.ridgy.ridic.riels.riems.rieve.rifer.riffs.rifte.rifts.rifty.riggs.rigol.riled.riles.riley.rille.rills.rimae.rimed.rimer.rimes.rimus.rinds.rindy.rines.rings.rinks.rioja.riots.riped.ripes.ripps.rises.rishi.risks.risps.risus.rites.ritts.ritzy.rivas.rived.rivel.riven.rives.riyal.rizas.roads.roams.roans.roars.roary.roate.robed.robes.roble.rocks.roded.rodes.roguy.rohes.roids.roils.roily.roins.roist.rojak.rojis.roked.roker.rokes.rolag.roles.rolfs.rolls.romal.roman.romeo.romps.ronde.rondo.roneo.rones.ronin.ronne.ronte.ronts.roods.roofs.roofy.rooks.rooky.rooms.roons.roops.roopy.roosa.roose.roots.rooty.roped.roper.ropes.ropey.roque.roral.rores.roric.rorid.rorie.rorts.rorty.rosed.roses.roset.roshi.rosin.rosit.rosti.rosts.rotal.rotan.rotas.rotch.roted.rotes.rotis.rotls.roton.rotos.rotte.rouen.roues.roule.rouls.roums.roups.roupy.roust.routh.routs.roved.roven.roves.rowan.rowed.rowel.rowen.rowie.rowme.rownd.rowth.rowts.royne.royst.rozet.rozit.ruana.rubai.rubby.rubel.rubes.rubin.ruble.rubli.rubus.ruche.rucks.rudas.rudds.rudes.rudie.rudis.rueda.ruers.ruffe.ruffs.rugae.rugal.ruggy.ruing.ruins.rukhs.ruled.rules.rumal.rumbo.rumen.rumes.rumly.rummy.rumpo.rumps.rumpy.runch.runds.runed.runes.rungs.runic.runny.runts.runty.rupia.rurps.rurus.rusas.ruses.rushy.rusks.rusma.russe.rusts.ruths.rutin.rutty.ryals.rybat.ryked.rykes.rymme.rynds.ryots.ryper.saags.sabal.sabed.saber.sabes.sabha.sabin.sabir.sable.sabot.sabra.sabre.sacks.sacra.saddo.sades.sadhe.sadhu.sadis.sados.sadza.safed.safes.sagas.sager.sages.saggy.sagos.sagum.saheb.sahib.saice.saick.saics.saids.saiga.sails.saims.saine.sains.sairs.saist.saith.sajou.sakai.saker.sakes.sakia.sakis.sakti.salal.salat.salep.sales.salet.salic.salix.salle.salmi.salol.salop.salpa.salps.salse.salto.salts.salue.salut.saman.samas.samba.sambo.samek.samel.samen.sames.samey.samfu.sammy.sampi.samps.sands.saned.sanes.sanga.sangh.sango.sangs.sanko.sansa.santo.sants.saola.sapan.sapid.sapor.saran.sards.sared.saree.sarge.sargo.sarin.saris.sarks.sarky.sarod.saros.sarus.saser.sasin.sasse.satai.satay.sated.satem.sates.satis.sauba.sauch.saugh.sauls.sault.saunt.saury.sauts.saved.saver.saves.savey.savin.sawah.sawed.sawer.saxes.sayed.sayer.sayid.sayne.sayon.sayst.sazes.scabs.scads.scaff.scags.scail.scala.scall.scams.scand.scans.scapa.scape.scapi.scarp.scars.scart.scath.scats.scatt.scaud.scaup.scaur.scaws.sceat.scena.scend.schav.schmo.schul.schwa.sclim.scody.scogs.scoog.scoot.scopa.scops.scots.scoug.scoup.scowp.scows.scrab.scrae.scrag.scran.scrat.scraw.scray.scrim.scrip.scrob.scrod.scrog.scrow.scudi.scudo.scuds.scuff.scuft.scugs.sculk.scull.sculp.sculs.scums.scups.scurf.scurs.scuse.scuta.scute.scuts.scuzz.scyes.sdayn.sdein.seals.seame.seams.seamy.seans.seare.sears.sease.seats.seaze.sebum.secco.sechs.sects.seder.sedes.sedge.sedgy.sedum.seeds.seeks.seeld.seels.seely.seems.seeps.seepy.seers.sefer.segar.segni.segno.segol.segos.sehri.seifs.seils.seine.seirs.seise.seism.seity.seiza.sekos.sekts.selah.seles.selfs.sella.selle.sells.selva.semee.semes.semie.semis.senas.sends.senes.sengi.senna.senor.sensa.sensi.sente.senti.sents.senvy.senza.sepad.sepal.sepic.sepoy.septa.septs.serac.serai.seral.sered.serer.seres.serfs.serge.seric.serin.serks.seron.serow.serra.serre.serrs.serry.servo.sesey.sessa.setae.setal.seton.setts.sewan.sewar.sewed.sewel.sewen.sewin.sexed.sexer.sexes.sexto.sexts.seyen.shads.shags.shahs.shako.shakt.shalm.shaly.shama.shams.shand.shans.shaps.sharn.shash.shaul.shawm.shawn.shaws.shaya.shays.shchi.sheaf.sheal.sheas.sheds.sheel.shend.shent.sheol.sherd.shere.shero.shets.sheva.shewn.shews.shiai.shiel.shier.shies.shill.shily.shims.shins.ships.shirr.shirs.shish.shiso.shist.shite.shits.shiur.shiva.shive.shivs.shlep.shlub.shmek.shmoe.shoat.shoed.shoer.shoes.shogi.shogs.shoji.shojo.shola.shool.shoon.shoos.shope.shops.shorl.shote.shots.shott.showd.shows.shoyu.shred.shris.shrow.shtik.shtum.shtup.shule.shuln.shuls.shuns.shura.shute.shuts.shwas.shyer.sials.sibbs.sibyl.sices.sicht.sicko.sicks.sicky.sidas.sided.sider.sides.sidha.sidhe.sidle.sield.siens.sient.sieth.sieur.sifts.sighs.sigil.sigla.signa.signs.sijos.sikas.siker.sikes.silds.siled.silen.siler.siles.silex.silks.sills.silos.silts.silty.silva.simar.simas.simba.simis.simps.simul.sinds.sined.sines.sings.sinhs.sinks.sinky.sinus.siped.sipes.sippy.sired.siree.sires.sirih.siris.siroc.sirra.sirup.sisal.sises.sista.sists.sitar.sited.sites.sithe.sitka.situp.situs.siver.sixer.sixes.sixmo.sixte.sizar.sized.sizel.sizer.sizes.skags.skail.skald.skank.skart.skats.skatt.skaws.skean.skear.skeds.skeed.skeef.skeen.skeer.skees.skeet.skegg.skegs.skein.skelf.skell.skelm.skelp.skene.skens.skeos.skeps.skers.skets.skews.skids.skied.skies.skiey.skimo.skims.skink.skins.skint.skios.skips.skirl.skirr.skite.skits.skive.skivy.sklim.skoal.skody.skoff.skogs.skols.skool.skort.skosh.skran.skrik.skuas.skugs.skyed.skyer.skyey.skyfs.skyre.skyrs.skyte.slabs.slade.slaes.slags.slaid.slake.slams.slane.slank.slaps.slart.slats.slaty.slaws.slays.slebs.sleds.sleer.slews.sleys.slier.slily.slims.slipe.slips.slipt.slish.slits.slive.sloan.slobs.sloes.slogs.sloid.slojd.slomo.sloom.sloot.slops.slopy.slorm.slots.slove.slows.sloyd.slubb.slubs.slued.slues.sluff.slugs.sluit.slums.slurb.slurs.sluse.sluts.slyer.slype.smaak.smaik.smalm.smalt.smarm.smaze.smeek.smees.smeik.smeke.smerk.smews.smirr.smirs.smits.smogs.smoko.smolt.smoor.smoot.smore.smorg.smout.smowt.smugs.smurs.smush.smuts.snabs.snafu.snags.snaps.snarf.snark.snars.snary.snash.snath.snaws.snead.sneap.snebs.sneck.sneds.sneed.snees.snell.snibs.snick.snies.snift.snigs.snips.snipy.snirt.snits.snobs.snods.snoek.snoep.snogs.snoke.snood.snook.snool.snoot.snots.snowk.snows.snubs.snugs.snush.snyes.soaks.soaps.soare.soars.soave.sobas.socas.soces.socko.socks.socle.sodas.soddy.sodic.sodom.sofar.sofas.softa.softs.softy.soger.sohur.soils.soily.sojas.sojus.sokah.soken.sokes.sokol.solah.solan.solas.solde.soldi.soldo.solds.soled.solei.soler.soles.solon.solos.solum.solus.soman.somas.sonce.sonde.sones.songs.sonly.sonne.sonny.sonse.sonsy.sooey.sooks.sooky.soole.sools.sooms.soops.soote.soots.sophs.sophy.sopor.soppy.sopra.soral.soras.sorbo.sorbs.sorda.sordo.sords.sored.soree.sorel.sorer.sores.sorex.sorgo.sorns.sorra.sorta.sorts.sorus.soths.sotol.souce.souct.sough.souks.souls.soums.soups.soupy.sours.souse.souts.sowar.sowce.sowed.sowff.sowfs.sowle.sowls.sowms.sownd.sowne.sowps.sowse.sowth.soyas.soyle.soyuz.sozin.spacy.spado.spaed.spaer.spaes.spags.spahi.spail.spain.spait.spake.spald.spale.spall.spalt.spams.spane.spang.spans.spard.spars.spart.spate.spats.spaul.spawl.spaws.spayd.spays.spaza.spazz.speal.spean.speat.specs.spect.speel.speer.speil.speir.speks.speld.spelk.speos.spets.speug.spews.spewy.spial.spica.spick.spics.spide.spier.spies.spiff.spifs.spiks.spile.spims.spina.spink.spins.spirt.spiry.spits.spitz.spivs.splay.splog.spode.spods.spoom.spoor.spoot.spork.sposh.spots.sprad.sprag.sprat.spred.sprew.sprit.sprod.sprog.sprue.sprug.spuds.spued.spuer.spues.spugs.spule.spume.spumy.spurs.sputa.spyal.spyre.squab.squaw.squeg.squid.squit.squiz.stabs.stade.stags.stagy.staig.stane.stang.staph.staps.starn.starr.stars.stats.staun.staws.stays.stean.stear.stedd.stede.steds.steek.steem.steen.steil.stela.stele.stell.steme.stems.stend.steno.stens.stent.steps.stept.stere.stets.stews.stewy.steys.stich.stied.sties.stilb.stile.stime.stims.stimy.stipa.stipe.stire.stirk.stirp.stirs.stive.stivy.stoae.stoai.stoas.stoat.stobs.stoep.stogy.stoit.stoln.stoma.stond.stong.stonk.stonn.stook.stoor.stope.stops.stopt.stoss.stots.stott.stoun.stoup.stour.stown.stowp.stows.strad.strae.strag.strak.strep.strew.stria.strig.strim.strop.strow.stroy.strum.stubs.stude.studs.stull.stulm.stumm.stums.stuns.stupa.stupe.sture.sturt.styed.styes.styli.stylo.styme.stymy.styre.styte.subah.subas.subby.suber.subha.succi.sucks.sucky.sucre.sudds.sudor.sudsy.suede.suent.suers.suete.suets.suety.sugan.sughs.sugos.suhur.suids.suint.suits.sujee.sukhs.sukuk.sulci.sulfa.sulfo.sulks.sulph.sulus.sumis.summa.sumos.sumph.sumps.sunis.sunks.sunna.sunns.sunup.supes.supra.surah.sural.suras.surat.surds.sured.sures.surfs.surfy.surgy.surra.sused.suses.susus.sutor.sutra.sutta.swabs.swack.swads.swage.swags.swail.swain.swale.swaly.swamy.swang.swank.swans.swaps.swapt.sward.sware.swarf.swart.swats.swayl.sways.sweal.swede.sweed.sweel.sweer.swees.sweir.swelt.swerf.sweys.swies.swigs.swile.swims.swink.swipe.swire.swiss.swith.swits.swive.swizz.swobs.swole.swoln.swops.swopt.swots.swoun.sybbe.sybil.syboe.sybow.sycee.syces.sycon.syens.syker.sykes.sylis.sylph.sylva.symar.synch.syncs.synds.syned.synes.synth.syped.sypes.syphs.syrah.syren.sysop.sythe.syver.taals.taata.taber.tabes.tabid.tabis.tabla.tabor.tabun.tabus.tacan.taces.tacet.tache.tacho.tachs.tacks.tacos.tacts.taels.tafia.taggy.tagma.tahas.tahrs.taiga.taigs.taiko.tails.tains.taira.taish.taits.tajes.takas.takes.takhi.takin.takis.takky.talak.talaq.talar.talas.talcs.talcy.talea.taler.tales.talks.talky.talls.talma.talpa.taluk.talus.tamal.tamed.tames.tamin.tamis.tammy.tamps.tanas.tanga.tangi.tangs.tanhs.tanka.tanks.tanky.tanna.tansy.tanti.tanto.tanty.tapas.taped.tapen.tapes.tapet.tapis.tappa.tapus.taras.tardo.tared.tares.targa.targe.tarns.taroc.tarok.taros.tarps.tarre.tarry.tarsi.tarts.tarty.tasar.tased.taser.tases.tasks.tassa.tasse.tasso.tatar.tater.tates.taths.tatie.tatou.tatts.tatus.taube.tauld.tauon.taupe.tauts.tavah.tavas.taver.tawai.tawas.tawed.tawer.tawie.tawse.tawts.taxed.taxer.taxes.taxis.taxol.taxon.taxor.taxus.tayra.tazza.tazze.teade.teads.teaed.teaks.teals.teams.tears.teats.teaze.techs.techy.tecta.teels.teems.teend.teene.teens.teeny.teers.teffs.teggs.tegua.tegus.tehrs.teiid.teils.teind.teins.telae.telco.teles.telex.telia.telic.tells.telly.teloi.telos.temed.temes.tempi.temps.tempt.temse.tench.tends.tendu.tenes.tenge.tenia.tenne.tenno.tenny.tenon.tents.tenty.tenue.tepal.tepas.tepoy.terai.teras.terce.terek.teres.terfe.terfs.terga.terms.terne.terns.terry.terts.tesla.testa.teste.tests.tetes.teths.tetra.tetri.teuch.teugh.tewed.tewel.tewit.texas.texes.texts.thack.thagi.thaim.thale.thali.thana.thane.thang.thans.thanx.tharm.thars.thaws.thawy.thebe.theca.theed.theek.thees.thegn.theic.thein.thelf.thema.thens.theow.therm.thesp.thete.thews.thewy.thigs.thilk.thill.thine.thins.thiol.thirl.thoft.thole.tholi.thoro.thorp.thous.thowl.thrae.thraw.thrid.thrip.throe.thuds.thugs.thuja.thunk.thurl.thuya.thymi.thymy.tians.tiars.tical.ticca.ticed.tices.tichy.ticks.ticky.tiddy.tided.tides.tiers.tiffs.tifos.tifts.tiges.tigon.tikas.tikes.tikis.tikka.tilak.tiled.tiler.tiles.tills.tilly.tilth.tilts.timbo.timed.times.timon.timps.tinas.tinct.tinds.tinea.tined.tines.tinge.tings.tinks.tinny.tints.tinty.tipis.tippy.tired.tires.tirls.tiros.tirrs.titch.titer.titis.titre.titty.titup.tiyin.tiyns.tizes.tizzy.toads.toady.toaze.tocks.tocky.tocos.todde.toeas.toffs.toffy.tofts.tofus.togae.togas.toged.toges.togue.tohos.toile.toils.toing.toise.toits.tokay.toked.toker.tokes.tokos.tolan.tolar.tolas.toled.toles.tolls.tolly.tolts.tolus.tolyl.toman.tombs.tomes.tomia.tommy.tomos.tondi.tondo.toned.toner.tones.toney.tongs.tonka.tonks.tonne.tonus.tools.tooms.toons.toots.toped.topee.topek.toper.topes.tophe.tophi.tophs.topis.topoi.topos.toppy.toque.torah.toran.toras.torcs.tores.toric.torii.toros.torot.torrs.torse.torsi.torsk.torta.torte.torts.tosas.tosed.toses.toshy.tossy.toted.toter.totes.totty.touks.touns.tours.touse.tousy.touts.touze.touzy.towed.towie.towns.towny.towse.towsy.towts.towze.towzy.toyed.toyer.toyon.toyos.tozed.tozes.tozie.trabs.trads.tragi.traik.trams.trank.tranq.trans.trant.trape.traps.trapt.trass.trats.tratt.trave.trayf.trays.treck.treed.treen.trees.trefa.treif.treks.trema.trems.tress.trest.trets.trews.treyf.treys.triac.tride.trier.tries.triff.trigo.trigs.trike.trild.trill.trims.trine.trins.triol.trior.trios.trips.tripy.trist.troad.troak.troat.trock.trode.trods.trogs.trois.troke.tromp.trona.tronc.trone.tronk.trons.trooz.troth.trots.trows.troys.trued.trues.trugo.trugs.trull.tryer.tryke.tryma.tryps.tsade.tsadi.tsars.tsked.tsuba.tsubo.tuans.tuart.tuath.tubae.tubar.tubas.tubby.tubed.tubes.tucks.tufas.tuffe.tuffs.tufts.tufty.tugra.tuile.tuina.tuism.tuktu.tules.tulpa.tulsi.tumid.tummy.tumps.tumpy.tunas.tunds.tuned.tuner.tunes.tungs.tunny.tupek.tupik.tuple.tuque.turds.turfs.turfy.turks.turme.turms.turns.turnt.turps.turrs.tushy.tusks.tusky.tutee.tutti.tutty.tutus.tuxes.tuyer.twaes.twain.twals.twank.twats.tways.tweel.tween.tweep.tweer.twerk.twerp.twier.twigs.twill.twilt.twink.twins.twiny.twire.twirp.twite.twits.twoer.twyer.tyees.tyers.tyiyn.tykes.tyler.tymps.tynde.tyned.tynes.typal.typed.types.typey.typic.typos.typps.typto.tyran.tyred.tyres.tyros.tythe.tzars.udals.udons.ugali.ugged.uhlan.uhuru.ukase.ulama.ulans.ulema.ulmin.ulnad.ulnae.ulnar.ulnas.ulpan.ulvas.ulyie.ulzie.umami.umbel.umber.umble.umbos.umbre.umiac.umiak.umiaq.ummah.ummas.ummed.umped.umphs.umpie.umpty.umrah.umras.unais.unapt.unarm.unary.unaus.unbag.unban.unbar.unbed.unbid.unbox.uncap.unces.uncia.uncos.uncoy.uncus.undam.undee.undos.undug.uneth.unfix.ungag.unget.ungod.ungot.ungum.unhat.unhip.unica.units.unjam.unked.unket.unkid.unlaw.unlay.unled.unlet.unlid.unman.unmew.unmix.unpay.unpeg.unpen.unpin.unred.unrid.unrig.unrip.unsaw.unsay.unsee.unsew.unsex.unsod.untax.untin.unwet.unwit.unwon.upbow.upbye.updos.updry.upend.upjet.uplay.upled.uplit.upped.upran.uprun.upsee.upsey.uptak.upter.uptie.uraei.urali.uraos.urare.urari.urase.urate.urbex.urbia.urdee.ureal.ureas.uredo.ureic.urena.urent.urged.urger.urges.urial.urite.urman.urnal.urned.urped.ursae.ursid.urson.urubu.urvas.users.usnea.usque.usure.usury.uteri.uveal.uveas.uvula.vacua.vaded.vades.vagal.vagus.vails.vaire.vairs.vairy.vakas.vakil.vales.valis.valse.vamps.vampy.vanda.vaned.vanes.vangs.vants.vaped.vaper.vapes.varan.varas.vardy.varec.vares.varia.varix.varna.varus.varve.vasal.vases.vasts.vasty.vatic.vatus.vauch.vaute.vauts.vawte.vaxes.veale.veals.vealy.veena.veeps.veers.veery.vegas.veges.vegie.vegos.vehme.veils.veily.veins.veiny.velar.velds.veldt.veles.vells.velum.venae.venal.vends.vendu.veney.venge.venin.vents.venus.verbs.verra.verry.verst.verts.vertu.vespa.vesta.vests.vetch.vexed.vexer.vexes.vexil.vezir.vials.viand.vibes.vibex.vibey.viced.vices.vichy.viers.views.viewy.vifda.viffs.vigas.vigia.vilde.viler.villi.vills.vimen.vinal.vinas.vinca.vined.viner.vines.vinew.vinic.vinos.vints.viold.viols.vired.vireo.vires.virga.virge.virid.virls.virtu.visas.vised.vises.visie.visne.vison.visto.vitae.vitas.vitex.vitro.vitta.vivas.vivat.vivda.viver.vives.vizir.vizor.vleis.vlies.vlogs.voars.vocab.voces.voddy.vodou.vodun.voema.vogie.voids.voile.voips.volae.volar.voled.voles.volet.volks.volta.volte.volti.volts.volva.volve.vomer.voted.votes.vouge.voulu.vowed.vower.voxel.vozhd.vraic.vrils.vroom.vrous.vrouw.vrows.vuggs.vuggy.vughs.vughy.vulgo.vulns.vulva.vutty.waacs.wacke.wacko.wacks.wadds.waddy.waded.wader.wades.wadge.wadis.wadts.waffs.wafts.waged.wages.wagga.wagyu.wahoo.waide.waifs.waift.wails.wains.wairs.waite.waits.wakas.waked.waken.waker.wakes.wakfs.waldo.walds.waled.waler.wales.walie.walis.walks.walla.walls.wally.walty.wamed.wames.wamus.wands.waned.wanes.waney.wangs.wanks.wanky.wanle.wanly.wanna.wants.wanty.wanze.waqfs.warbs.warby.wards.wared.wares.warez.warks.warms.warns.warps.warre.warst.warts.wases.washy.wasms.wasps.waspy.wasts.watap.watts.wauff.waugh.wauks.waulk.wauls.waurs.waved.waves.wavey.wawas.wawes.wawls.waxed.waxer.waxes.wayed.wazir.wazoo.weald.weals.weamb.weans.wears.webby.weber.wecht.wedel.wedgy.weeds.weeke.weeks.weels.weems.weens.weeny.weeps.weepy.weest.weete.weets.wefte.wefts.weids.weils.weirs.weise.weize.wekas.welds.welke.welks.welkt.wells.welly.welts.wembs.wends.wenge.wenny.wents.weros.wersh.wests.wetas.wetly.wexed.wexes.whamo.whams.whang.whaps.whare.whata.whats.whaup.whaur.wheal.whear.wheen.wheep.wheft.whelk.whelm.whens.whets.whews.wheys.whids.whift.whigs.whilk.whims.whins.whios.whips.whipt.whirr.whirs.whish.whiss.whist.whits.whity.whizz.whomp.whoof.whoot.whops.whore.whorl.whort.whoso.whows.whump.whups.whyda.wicca.wicks.wicky.widdy.wides.wiels.wifed.wifes.wifey.wifie.wifty.wigan.wigga.wiggy.wikis.wilco.wilds.wiled.wiles.wilga.wilis.wilja.wills.wilts.wimps.winds.wined.wines.winey.winge.wings.wingy.winks.winna.winns.winos.winze.wiped.wiper.wipes.wired.wirer.wires.wirra.wised.wises.wisha.wisht.wisps.wists.witan.wited.wites.withe.withs.withy.wived.wiver.wives.wizen.wizes.woads.woald.wocks.wodge.woful.wojus.woker.wokka.wolds.wolfs.wolly.wolve.wombs.womby.womyn.wonga.wongi.wonks.wonky.wonts.woods.wooed.woofs.woofy.woold.wools.woons.woops.woopy.woose.woosh.wootz.words.works.worms.wormy.worts.wowed.wowee.woxen.wrang.wraps.wrapt.wrast.wrate.wrawl.wrens.wrick.wried.wrier.wries.writs.wroke.wroot.wroth.wryer.wuddy.wudus.wulls.wurst.wuses.wushu.wussy.wuxia.wyled.wyles.wynds.wynns.wyted.wytes.xebec.xenia.xenic.xenon.xeric.xerox.xerus.xoana.xrays.xylan.xylem.xylic.xylol.xylyl.xysti.xysts.yaars.yabas.yabba.yabby.yacca.yacka.yacks.yaffs.yager.yages.yagis.yahoo.yaird.yakka.yakow.yales.yamen.yampy.yamun.yangs.yanks.yapok.yapon.yapps.yappy.yarak.yarco.yards.yarer.yarfa.yarks.yarns.yarrs.yarta.yarto.yates.yauds.yauld.yaups.yawed.yawey.yawls.yawns.yawny.yawps.ybore.yclad.ycled.ycond.ydrad.ydred.yeads.yeahs.yealm.yeans.yeard.years.yecch.yechs.yechy.yedes.yeeds.yeesh.yeggs.yelks.yells.yelms.yelps.yelts.yenta.yente.yerba.yerds.yerks.yeses.yesks.yests.yesty.yetis.yetts.yeuks.yeuky.yeven.yeves.yewen.yexed.yexes.yfere.yiked.yikes.yills.yince.yipes.yippy.yirds.yirks.yirrs.yirth.yites.yitie.ylems.ylike.ylkes.ymolt.ympes.yobbo.yobby.yocks.yodel.yodhs.yodle.yogas.yogee.yoghs.yogic.yogin.yogis.yoick.yojan.yoked.yokel.yoker.yokes.yokul.yolks.yolky.yomim.yomps.yonic.yonis.yonks.yoofs.yoops.yores.yorks.yorps.youks.yourn.yours.yourt.youse.yowed.yowes.yowie.yowls.yowza.yrapt.yrent.yrivd.yrneh.ysame.ytost.yuans.yucas.yucca.yucch.yucko.yucks.yucky.yufts.yugas.yuked.yukes.yukky.yukos.yulan.yules.yummo.yummy.yumps.yupon.yuppy.yurta.yurts.yuzus.zabra.zacks.zaida.zaidy.zaire.zakat.zaman.zambo.zamia.zanja.zante.zanza.zanze.zappy.zarfs.zaris.zatis.zaxes.zayin.zazen.zeals.zebec.zebub.zebus.zedas.zeins.zendo.zerda.zerks.zeros.zests.zetas.zexes.zezes.zhomo.zibet.ziffs.zigan.zilas.zilch.zilla.zills.zimbi.zimbs.zinco.zincs.zincy.zineb.zines.zings.zingy.zinke.zinky.zippo.zippy.ziram.zitis.zizel.zizit.zlote.zloty.zoaea.zobos.zobus.zocco.zoeae.zoeal.zoeas.zoism.zoist.zombi.zonae.zonda.zoned.zoner.zones.zonks.zooea.zooey.zooid.zooks.zooms.zoons.zooty.zoppa.zoppo.zoril.zoris.zorro.zouks.zowee.zowie.zulus.zupan.zupas.zuppa.zurfs.zuzim.zygal.zygon.zymes.zymic".split("."), Ei = 5, Di = 6, Oi = Object.freeze(new Set([...Ti, ...wi]));
|
|
4572
|
+
function ki() {
|
|
4573
|
+
return wi[Math.floor(Math.random() * wi.length)];
|
|
4526
4574
|
}
|
|
4527
|
-
function
|
|
4528
|
-
return
|
|
4575
|
+
function Ai(e) {
|
|
4576
|
+
return Oi.has(e);
|
|
4529
4577
|
}
|
|
4530
|
-
function
|
|
4531
|
-
let n = Array.from({ length:
|
|
4578
|
+
function ji(e, t) {
|
|
4579
|
+
let n = Array.from({ length: Ei }, (t, n) => ({
|
|
4532
4580
|
letter: e[n],
|
|
4533
4581
|
status: "absent"
|
|
4534
4582
|
})), r = {};
|
|
4535
|
-
for (let e = 0; e <
|
|
4536
|
-
for (let i = 0; i <
|
|
4537
|
-
for (let t = 0; t <
|
|
4583
|
+
for (let e = 0; e < Ei; e++) r[t[e]] = (r[t[e]] ?? 0) + 1;
|
|
4584
|
+
for (let i = 0; i < Ei; i++) e[i] === t[i] && (n[i].status = "correct", r[e[i]]--);
|
|
4585
|
+
for (let t = 0; t < Ei; t++) {
|
|
4538
4586
|
if (n[t].status === "correct") continue;
|
|
4539
4587
|
let i = e[t];
|
|
4540
4588
|
(r[i] ?? 0) > 0 && (n[t].status = "present", r[i]--);
|
|
4541
4589
|
}
|
|
4542
4590
|
return n;
|
|
4543
4591
|
}
|
|
4544
|
-
var
|
|
4592
|
+
var Mi = [
|
|
4545
4593
|
[
|
|
4546
4594
|
"Q",
|
|
4547
4595
|
"W",
|
|
@@ -4577,9 +4625,9 @@ var Ai = [
|
|
|
4577
4625
|
"⌫"
|
|
4578
4626
|
]
|
|
4579
4627
|
];
|
|
4580
|
-
function
|
|
4628
|
+
function Ni(e, t) {
|
|
4581
4629
|
switch (t.type) {
|
|
4582
|
-
case "addLetter": return e.gameStatus !== "playing" || e.currentGuess.length >=
|
|
4630
|
+
case "addLetter": return e.gameStatus !== "playing" || e.currentGuess.length >= Ei ? e : {
|
|
4583
4631
|
...e,
|
|
4584
4632
|
currentGuess: e.currentGuess + t.letter.toLowerCase(),
|
|
4585
4633
|
errorMessage: ""
|
|
@@ -4592,21 +4640,21 @@ function ji(e, t) {
|
|
|
4592
4640
|
case "submit": {
|
|
4593
4641
|
if (e.gameStatus !== "playing") return e;
|
|
4594
4642
|
let t = e.currentGuess;
|
|
4595
|
-
if (t.length !==
|
|
4643
|
+
if (t.length !== Ei) return {
|
|
4596
4644
|
...e,
|
|
4597
4645
|
errorMessage: "Not enough letters"
|
|
4598
4646
|
};
|
|
4599
|
-
if (!
|
|
4647
|
+
if (!Ai(t)) return {
|
|
4600
4648
|
...e,
|
|
4601
4649
|
errorMessage: "Not in word list"
|
|
4602
4650
|
};
|
|
4603
|
-
let n =
|
|
4651
|
+
let n = ji(t, e.answer), r = [...e.board, n], i = { ...e.letterStatuses };
|
|
4604
4652
|
for (let { letter: e, status: t } of n) {
|
|
4605
4653
|
let n = i[e];
|
|
4606
4654
|
n !== "correct" && (t === "correct" || n !== "present") && (i[e] = t);
|
|
4607
4655
|
}
|
|
4608
4656
|
let a = e.gameStatus;
|
|
4609
|
-
return t === e.answer ? a = "won" : r.length >=
|
|
4657
|
+
return t === e.answer ? a = "won" : r.length >= Di && (a = "lost"), {
|
|
4610
4658
|
...e,
|
|
4611
4659
|
board: r,
|
|
4612
4660
|
letterStatuses: i,
|
|
@@ -4626,9 +4674,9 @@ function ji(e, t) {
|
|
|
4626
4674
|
default: return e;
|
|
4627
4675
|
}
|
|
4628
4676
|
}
|
|
4629
|
-
var
|
|
4630
|
-
let [t, n] = d(
|
|
4631
|
-
answer: e ??
|
|
4677
|
+
var Pi = (e) => {
|
|
4678
|
+
let [t, n] = d(Ni, e?.initialWord, (e) => ({
|
|
4679
|
+
answer: e ?? ki(),
|
|
4632
4680
|
board: [],
|
|
4633
4681
|
currentGuess: "",
|
|
4634
4682
|
gameStatus: "playing",
|
|
@@ -4639,7 +4687,7 @@ var Mi = (e) => {
|
|
|
4639
4687
|
letter: e
|
|
4640
4688
|
}), []), g = o(() => n({ type: "removeLetter" }), []), _ = o(() => n({ type: "submit" }), []), v = o(() => n({
|
|
4641
4689
|
type: "reset",
|
|
4642
|
-
answer:
|
|
4690
|
+
answer: ki()
|
|
4643
4691
|
}), []);
|
|
4644
4692
|
return {
|
|
4645
4693
|
answer: r,
|
|
@@ -4669,53 +4717,53 @@ var Mi = (e) => {
|
|
|
4669
4717
|
};
|
|
4670
4718
|
return document.addEventListener("keydown", t), () => document.removeEventListener("keydown", t);
|
|
4671
4719
|
}, []);
|
|
4672
|
-
let t = Array.from({ length:
|
|
4673
|
-
let n = i[t], r = t === i.length && s === "playing", o = Array.from({ length:
|
|
4720
|
+
let t = Array.from({ length: Di }, (e, t) => {
|
|
4721
|
+
let n = i[t], r = t === i.length && s === "playing", o = Array.from({ length: Ei }, (e, t) => {
|
|
4674
4722
|
let i = "", o = "empty";
|
|
4675
4723
|
return n ? (i = n[t].letter.toUpperCase(), o = n[t].status) : r && (i = (a[t] ?? "").toUpperCase(), o = i ? "tbd" : "empty"), /* @__PURE__ */ J("div", {
|
|
4676
|
-
className: h(
|
|
4724
|
+
className: h(Ci.cell, o === "correct" && Ci.correct, o === "present" && Ci.present, o === "absent" && Ci.absent, o === "tbd" && Ci.tbd, o === "empty" && Ci.empty),
|
|
4677
4725
|
children: i
|
|
4678
4726
|
}, t);
|
|
4679
4727
|
});
|
|
4680
4728
|
return /* @__PURE__ */ J("div", {
|
|
4681
|
-
className:
|
|
4729
|
+
className: Ci.row,
|
|
4682
4730
|
children: o
|
|
4683
4731
|
}, t);
|
|
4684
4732
|
});
|
|
4685
4733
|
return /* @__PURE__ */ Y("div", {
|
|
4686
|
-
className:
|
|
4734
|
+
className: Ci["elm-wordle"],
|
|
4687
4735
|
children: [
|
|
4688
4736
|
/* @__PURE__ */ J("div", {
|
|
4689
|
-
className: h(
|
|
4737
|
+
className: h(Ci["message-area"], p ? Ci.error : s === "playing" ? void 0 : Ci.status),
|
|
4690
4738
|
"aria-live": "polite",
|
|
4691
4739
|
children: p || (s === "won" ? `🎉 You won in ${i.length} ${i.length === 1 ? "guess" : "guesses"}!` : s === "lost" ? `😢 The word was "${r.toUpperCase()}"` : null)
|
|
4692
4740
|
}),
|
|
4693
4741
|
/* @__PURE__ */ J("div", {
|
|
4694
|
-
className:
|
|
4742
|
+
className: Ci.board,
|
|
4695
4743
|
children: t
|
|
4696
4744
|
}),
|
|
4697
4745
|
/* @__PURE__ */ J("div", {
|
|
4698
|
-
className:
|
|
4746
|
+
className: Ci.keyboard,
|
|
4699
4747
|
onClick: (e) => {
|
|
4700
4748
|
let t = e.target.closest("button[data-key]")?.dataset.key;
|
|
4701
4749
|
t && (t === "Enter" ? _() : t === "⌫" ? g() : m(t));
|
|
4702
4750
|
},
|
|
4703
|
-
children:
|
|
4704
|
-
className:
|
|
4751
|
+
children: Mi.map((e, t) => /* @__PURE__ */ J("div", {
|
|
4752
|
+
className: Ci["keyboard-row"],
|
|
4705
4753
|
children: e.map((e) => {
|
|
4706
4754
|
let t = l[e.toLowerCase()];
|
|
4707
4755
|
return /* @__PURE__ */ J("button", {
|
|
4708
4756
|
"data-key": e,
|
|
4709
|
-
className: h(
|
|
4757
|
+
className: h(Ci.key, e === "Enter" && Ci.wide, e === "⌫" && Ci.wide, t === "correct" && Ci.correct, t === "present" && Ci.present, t === "absent" && Ci.absent),
|
|
4710
4758
|
children: e
|
|
4711
4759
|
}, e);
|
|
4712
4760
|
})
|
|
4713
4761
|
}, t))
|
|
4714
4762
|
}),
|
|
4715
4763
|
/* @__PURE__ */ J("div", {
|
|
4716
|
-
className: h(
|
|
4764
|
+
className: h(Ci["reset-container"], s === "playing" && Ci.hidden),
|
|
4717
4765
|
children: /* @__PURE__ */ J("button", {
|
|
4718
|
-
className:
|
|
4766
|
+
className: Ci["reset-button"],
|
|
4719
4767
|
onClick: v,
|
|
4720
4768
|
children: "Play Again"
|
|
4721
4769
|
})
|
|
@@ -4735,7 +4783,7 @@ var Mi = (e) => {
|
|
|
4735
4783
|
v
|
|
4736
4784
|
])
|
|
4737
4785
|
};
|
|
4738
|
-
},
|
|
4786
|
+
}, Fi = (e, t, n) => {
|
|
4739
4787
|
let r = n?.immediate ?? !0, i = n?.delay ?? 0, a = n?.resetOnExecute ?? !0, s = n?.throwError ?? !1, [l, u] = p(t), [d, m] = p(!1), [h, g] = p(!1), [_, v] = p(void 0), y = f(e), b = f(n?.onSuccess), x = f(n?.onError), S = f(t), C = f(a), w = f(s);
|
|
4740
4788
|
c(() => {
|
|
4741
4789
|
y.current = e, b.current = n?.onSuccess, x.current = n?.onError, S.current = t, C.current = a, w.current = s;
|
|
@@ -4762,7 +4810,7 @@ var Mi = (e) => {
|
|
|
4762
4810
|
error: _,
|
|
4763
4811
|
execute: E
|
|
4764
4812
|
};
|
|
4765
|
-
},
|
|
4813
|
+
}, Ii = (t) => {
|
|
4766
4814
|
let n = e(3), [r, i] = nt(t?.config), a;
|
|
4767
4815
|
return n[0] !== r || n[1] !== i ? (a = {
|
|
4768
4816
|
ref: r,
|
|
@@ -4771,7 +4819,7 @@ var Mi = (e) => {
|
|
|
4771
4819
|
};
|
|
4772
4820
|
//#endregion
|
|
4773
4821
|
//#region src/hooks/use-bindable-store.ts
|
|
4774
|
-
function
|
|
4822
|
+
function Li(t) {
|
|
4775
4823
|
let n = e(4), { value: r, defaultValue: i, onChange: a } = t, o;
|
|
4776
4824
|
return n[0] !== i || n[1] !== a || n[2] !== r ? (o = {
|
|
4777
4825
|
prop: r,
|
|
@@ -4782,7 +4830,7 @@ function Fi(t) {
|
|
|
4782
4830
|
}
|
|
4783
4831
|
//#endregion
|
|
4784
4832
|
//#region src/hooks/use-debounced-signal.ts
|
|
4785
|
-
var
|
|
4833
|
+
var Ri = (t, n) => {
|
|
4786
4834
|
let r = e(12), i = p(t)[0], [a, o] = p(i), [s, l] = et(i, Math.max(n, 0)), u = f(!0), d, m;
|
|
4787
4835
|
r[0] !== n || r[1] !== l || r[2] !== a ? (d = () => {
|
|
4788
4836
|
if (u.current) {
|
|
@@ -4811,7 +4859,7 @@ var Ii = (t, n) => {
|
|
|
4811
4859
|
};
|
|
4812
4860
|
//#endregion
|
|
4813
4861
|
//#region src/hooks/use-debounced-store.ts
|
|
4814
|
-
function
|
|
4862
|
+
function zi(e, t) {
|
|
4815
4863
|
let n = u(() => rt(e), []), [r, i] = p(n), [a, o] = p(() => rt(n)), s = t <= 0 ? r : a;
|
|
4816
4864
|
return c(() => {
|
|
4817
4865
|
if (t <= 0) return;
|
|
@@ -4828,7 +4876,7 @@ function Li(e, t) {
|
|
|
4828
4876
|
}
|
|
4829
4877
|
//#endregion
|
|
4830
4878
|
//#region src/hooks/use-delayed-signal.ts
|
|
4831
|
-
var
|
|
4879
|
+
var Bi = (t) => {
|
|
4832
4880
|
let n = e(7), [r, i] = p(t), [a, o] = p(t), [s, l] = p(!1), u = f(void 0), d, m;
|
|
4833
4881
|
n[0] === Symbol.for("react.memo_cache_sentinel") ? (d = () => () => {
|
|
4834
4882
|
u.current !== void 0 && clearTimeout(u.current);
|
|
@@ -4850,12 +4898,12 @@ var Ri = (t) => {
|
|
|
4850
4898
|
isValueChanging: s,
|
|
4851
4899
|
dispatch: g
|
|
4852
4900
|
}, n[3] = a, n[4] = s, n[5] = r, n[6] = _) : _ = n[6], _;
|
|
4853
|
-
},
|
|
4901
|
+
}, Vi = (e) => e === "local" ? localStorage : sessionStorage, Hi = ({ storageArea: e, key: t, initialValue: n, channel: r }) => {
|
|
4854
4902
|
let [i, a] = p(n), s = f(void 0), l = f(void 0), u = f(t), d = f(n);
|
|
4855
4903
|
return c(() => {
|
|
4856
4904
|
u.current = t, d.current = n;
|
|
4857
4905
|
}), c(() => {
|
|
4858
|
-
let i =
|
|
4906
|
+
let i = Vi(e);
|
|
4859
4907
|
s.current = i;
|
|
4860
4908
|
try {
|
|
4861
4909
|
let e = i.getItem(t);
|
|
@@ -4912,54 +4960,54 @@ var Ri = (t) => {
|
|
|
4912
4960
|
}
|
|
4913
4961
|
}, [])
|
|
4914
4962
|
};
|
|
4915
|
-
},
|
|
4963
|
+
}, Ui = (t) => {
|
|
4916
4964
|
let n = e(3), { key: r, initialValue: i } = t, a;
|
|
4917
4965
|
return n[0] !== i || n[1] !== r ? (a = {
|
|
4918
4966
|
storageArea: "local",
|
|
4919
4967
|
key: r,
|
|
4920
4968
|
initialValue: i
|
|
4921
|
-
}, n[0] = i, n[1] = r, n[2] = a) : a = n[2],
|
|
4922
|
-
},
|
|
4969
|
+
}, n[0] = i, n[1] = r, n[2] = a) : a = n[2], Hi(a);
|
|
4970
|
+
}, Wi = (t) => {
|
|
4923
4971
|
let n = e(4), { key: r, initialValue: i } = t, a = `elmethis:sessionStorage:${r}`, o;
|
|
4924
4972
|
return n[0] !== i || n[1] !== r || n[2] !== a ? (o = {
|
|
4925
4973
|
storageArea: "session",
|
|
4926
4974
|
key: r,
|
|
4927
4975
|
initialValue: i,
|
|
4928
4976
|
channel: a
|
|
4929
|
-
}, n[0] = i, n[1] = r, n[2] = a, n[3] = o) : o = n[3],
|
|
4977
|
+
}, n[0] = i, n[1] = r, n[2] = a, n[3] = o) : o = n[3], Hi(o);
|
|
4930
4978
|
};
|
|
4931
4979
|
//#endregion
|
|
4932
4980
|
//#region \0@oxc-project+runtime@0.123.0/helpers/typeof.js
|
|
4933
|
-
function
|
|
4981
|
+
function Gi(e) {
|
|
4934
4982
|
"@babel/helpers - typeof";
|
|
4935
|
-
return
|
|
4983
|
+
return Gi = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
4936
4984
|
return typeof e;
|
|
4937
4985
|
} : function(e) {
|
|
4938
4986
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
4939
|
-
},
|
|
4987
|
+
}, Gi(e);
|
|
4940
4988
|
}
|
|
4941
4989
|
//#endregion
|
|
4942
4990
|
//#region \0@oxc-project+runtime@0.123.0/helpers/toPrimitive.js
|
|
4943
|
-
function
|
|
4944
|
-
if (
|
|
4991
|
+
function Ki(e, t) {
|
|
4992
|
+
if (Gi(e) != "object" || !e) return e;
|
|
4945
4993
|
var n = e[Symbol.toPrimitive];
|
|
4946
4994
|
if (n !== void 0) {
|
|
4947
4995
|
var r = n.call(e, t || "default");
|
|
4948
|
-
if (
|
|
4996
|
+
if (Gi(r) != "object") return r;
|
|
4949
4997
|
throw TypeError("@@toPrimitive must return a primitive value.");
|
|
4950
4998
|
}
|
|
4951
4999
|
return (t === "string" ? String : Number)(e);
|
|
4952
5000
|
}
|
|
4953
5001
|
//#endregion
|
|
4954
5002
|
//#region \0@oxc-project+runtime@0.123.0/helpers/toPropertyKey.js
|
|
4955
|
-
function
|
|
4956
|
-
var t =
|
|
4957
|
-
return
|
|
5003
|
+
function qi(e) {
|
|
5004
|
+
var t = Ki(e, "string");
|
|
5005
|
+
return Gi(t) == "symbol" ? t : t + "";
|
|
4958
5006
|
}
|
|
4959
5007
|
//#endregion
|
|
4960
5008
|
//#region \0@oxc-project+runtime@0.123.0/helpers/defineProperty.js
|
|
4961
|
-
function
|
|
4962
|
-
return (t =
|
|
5009
|
+
function Ji(e, t, n) {
|
|
5010
|
+
return (t = qi(t)) in e ? Object.defineProperty(e, t, {
|
|
4963
5011
|
value: n,
|
|
4964
5012
|
enumerable: !0,
|
|
4965
5013
|
configurable: !0,
|
|
@@ -4968,9 +5016,9 @@ function Ki(e, t, n) {
|
|
|
4968
5016
|
}
|
|
4969
5017
|
//#endregion
|
|
4970
5018
|
//#region src/hooks/use-throttled-queue.tsx
|
|
4971
|
-
var
|
|
5019
|
+
var Yi = class {
|
|
4972
5020
|
constructor(e = 200) {
|
|
4973
|
-
|
|
5021
|
+
Ji(this, "queue", []), Ji(this, "lastFinishedAt", 0), Ji(this, "running", !1), Ji(this, "destroyed", !1), Ji(this, "timer", null), Ji(this, "minInterval", void 0), this.minInterval = e;
|
|
4974
5022
|
}
|
|
4975
5023
|
push(e) {
|
|
4976
5024
|
return this.destroyed ? Promise.reject(/* @__PURE__ */ Error("ThrottledQueue is destroyed")) : new Promise((t, n) => {
|
|
@@ -5008,10 +5056,10 @@ var qi = class {
|
|
|
5008
5056
|
}, t);
|
|
5009
5057
|
}
|
|
5010
5058
|
};
|
|
5011
|
-
function
|
|
5059
|
+
function Xi(e = 200) {
|
|
5012
5060
|
let t = f(null);
|
|
5013
|
-
return t.current === null && (t.current = new
|
|
5014
|
-
t.current === null && (t.current = new
|
|
5061
|
+
return t.current === null && (t.current = new Yi(e)), c(() => {
|
|
5062
|
+
t.current === null && (t.current = new Yi(e));
|
|
5015
5063
|
let n = t.current;
|
|
5016
5064
|
return () => {
|
|
5017
5065
|
n?.destroy("component unmounted"), t.current = null;
|
|
@@ -5020,7 +5068,7 @@ function Ji(e = 200) {
|
|
|
5020
5068
|
}
|
|
5021
5069
|
//#endregion
|
|
5022
5070
|
//#region src/hooks/use-throttled-signal.ts
|
|
5023
|
-
var
|
|
5071
|
+
var Zi = (e, t) => {
|
|
5024
5072
|
let [n] = p(e), [r, i] = p(n), [a, o] = p(n), [s, l] = p(!1), u = f(r), d = f(a), m = f(void 0);
|
|
5025
5073
|
return c(() => {
|
|
5026
5074
|
u.current = r, d.current = a;
|
|
@@ -5046,7 +5094,7 @@ var Yi = (e, t) => {
|
|
|
5046
5094
|
throttledValue: a,
|
|
5047
5095
|
isCooling: s
|
|
5048
5096
|
};
|
|
5049
|
-
},
|
|
5097
|
+
}, Qi = (e, t) => {
|
|
5050
5098
|
let [n] = p(e), [r, i] = p(n), [a, o] = p(n), [s, l] = p(!1), u = f(r), d = f(a), m = f(void 0);
|
|
5051
5099
|
return c(() => {
|
|
5052
5100
|
u.current = r, d.current = a;
|
|
@@ -5074,4 +5122,4 @@ var Yi = (e, t) => {
|
|
|
5074
5122
|
};
|
|
5075
5123
|
};
|
|
5076
5124
|
//#endregion
|
|
5077
|
-
export {
|
|
5125
|
+
export { nr as ElmA2ui, Nt as ElmAudioPlayer, pr as ElmBlockFallback, Bt as ElmBlockImage, ln as ElmBlockQuote, qt as ElmBookmark, Qr as ElmBreadcrumb, hr as ElmButton, _r as ElmButtonDropdown, fn as ElmCallout, yr as ElmCheckbox, Ct as ElmCodeBlock, Xt as ElmCollapse, si as ElmColorPrimitiveSample, _i as ElmColorSemanticSample, Rr as ElmCopyIcon, gn as ElmDivider, fr as ElmDotLoadingIcon, Wt as ElmFile, yn as ElmFragmentIdentifier, Sn as ElmHeading, kt as ElmHtml, At as ElmHtmlViewer, _t as ElmInlineIcon, Z as ElmInlineText, st as ElmKatex, mt as ElmLanguageIcon, wn as ElmList, Si as ElmMarkdown, X as ElmMdiIcon, Rt as ElmModal, mn as ElmNotionCallout, ei as ElmPageTop, En as ElmParagraph, sr as ElmParallax, It as ElmRectangleWave, xr as ElmSelect, yt as ElmShikiHighlighter, Or as ElmSlider, Br as ElmSquareLoadingIcon, Ar as ElmSwitch, nn as ElmTab, tn as ElmTabList, rn as ElmTabPanel, jn as ElmTable, Mn as ElmTableBody, Pn as ElmTableCell, In as ElmTableHeader, Rn as ElmTableRow, en as ElmTabs, Mr as ElmTextArea, Pr as ElmTextField, on as ElmToggle, Xr as ElmToggleTheme, lr as ElmTooltip, Bn as ElmUnsupportedBlock, Lr as ElmValidation, On as HasRowHeaderContext, Hr as THEME_CHANGE_EVENT, kn as TableSectionContext, Yi as ThrottledQueue, Zn as notionBlockCatalog, Yn as notionBlockComponents, Xn as notionBlockFunctions, Fi as useAsyncState, Ii as useAutoAnimate, Zt as useBindableSignal, Li as useBindableStore, xt as useClipboard, Ri as useDebouncedSignal, zi as useDebouncedStore, Bi as useDelayedSignal, qr as useElmethisTheme, Ui as useLocalStorage, zt as useModal, Wi as useSessionStorage, Xi as useThrottledQueue, Zi as useThrottledSignal, Qi as useThrottledStore, Pi as useWordle };
|