@veracity/ai 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ToolCallComponent/index.d.ts.map +1 -1
- package/dist/dtos.d.ts +7 -2
- package/dist/dtos.d.ts.map +1 -1
- package/dist/veracity-ai.es.js +762 -754
- package/dist/veracity-ai.umd.js +22 -22
- package/package.json +1 -1
package/dist/veracity-ai.es.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var S = (e, t, n) => (
|
|
1
|
+
var sr = Object.defineProperty;
|
|
2
|
+
var ar = (e, t, n) => t in e ? sr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
|
+
var S = (e, t, n) => (ar(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
4
4
|
function _(e, t, ...n) {
|
|
5
5
|
switch (typeof e) {
|
|
6
6
|
case "string": {
|
|
7
7
|
const r = document.createElement(e);
|
|
8
8
|
xe(r, t);
|
|
9
9
|
for (const i of n)
|
|
10
|
-
|
|
10
|
+
dt(r, i);
|
|
11
11
|
return r;
|
|
12
12
|
}
|
|
13
13
|
case "function":
|
|
@@ -30,7 +30,7 @@ function xe(e, t) {
|
|
|
30
30
|
n in e.style ? e.style[n] = r : e.setAttribute(n, r);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
function
|
|
33
|
+
function or(e) {
|
|
34
34
|
if (e instanceof Node)
|
|
35
35
|
return e;
|
|
36
36
|
if (typeof e == "string")
|
|
@@ -38,30 +38,30 @@ function lr(e) {
|
|
|
38
38
|
if (e != null && e[Symbol.iterator]) {
|
|
39
39
|
const t = document.createDocumentFragment();
|
|
40
40
|
for (const n of e)
|
|
41
|
-
|
|
41
|
+
dt(t, n);
|
|
42
42
|
return t;
|
|
43
43
|
} else
|
|
44
44
|
return e ? document.createTextNode(e) : document.createComment(` ${e} `);
|
|
45
45
|
}
|
|
46
|
-
function
|
|
47
|
-
const n =
|
|
46
|
+
function dt(e, t) {
|
|
47
|
+
const n = or(t);
|
|
48
48
|
e.appendChild(n);
|
|
49
49
|
}
|
|
50
50
|
function ft(e, ...t) {
|
|
51
51
|
const n = document.createDocumentFragment();
|
|
52
52
|
for (const r of t)
|
|
53
|
-
|
|
53
|
+
dt(n, r);
|
|
54
54
|
return n;
|
|
55
55
|
}
|
|
56
|
-
const ur = `*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Avenir Next,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}b,strong{font-weight:600}:root{--Dark-Blue-5: hsl(223, 67%, 5%);--Dark-Blue-10: hsl(223, 67%, 10%);--Dark-Blue-15: hsl(223, 67%, 15%);--Dark-Blue-20: hsl(223, 67%, 20%);--Dark-Blue-25: hsl(223, 67%, 25%);--Dark-Blue-30: hsl(223, 67%, 30%);--Dark-Blue-35: hsl(223, 67%, 35%);--Dark-Blue-40: hsl(223, 67%, 40%);--Dark-Blue-45: hsl(223, 67%, 45%);--Dark-Blue-50: hsl(223, 67%, 50%);--Dark-Blue-55: hsl(223, 67%, 55%);--Dark-Blue-60: hsl(223, 67%, 60%);--Dark-Blue-65: hsl(223, 67%, 65%);--Dark-Blue-70: hsl(223, 67%, 70%);--Dark-Blue-75: hsl(223, 67%, 75%);--Dark-Blue-80: hsl(223, 67%, 80%);--Dark-Blue-85: hsl(223, 67%, 85%);--Dark-Blue-90: hsl(223, 67%, 90%);--Dark-Blue-95: hsl(223, 67%, 95%);--Dark-Blue-Main-18: hsl(223, 67%, 18%);--Sea-Blue-5: hsl(218, 100%, 5%);--Sea-Blue-10: hsl(218, 100%, 10%);--Sea-Blue-15: hsl(218, 100%, 15%);--Sea-Blue-20: hsl(218, 100%, 20%);--Sea-Blue-25: hsl(218, 100%, 25%);--Sea-Blue-30: hsl(218, 100%, 30%);--Sea-Blue-35: hsl(218, 100%, 35%);--Sea-Blue-40: hsl(218, 100%, 40%);--Sea-Blue-45: hsl(218, 100%, 45%);--Sea-Blue-50: hsl(218, 100%, 50%);--Sea-Blue-55: hsl(218, 100%, 55%);--Sea-Blue-60: hsl(218, 100%, 60%);--Sea-Blue-65: hsl(218, 100%, 65%);--Sea-Blue-70: hsl(218, 100%, 70%);--Sea-Blue-75: hsl(218, 100%, 75%);--Sea-Blue-80: hsl(218, 100%, 80%);--Sea-Blue-85: hsl(218, 100%, 85%);--Sea-Blue-90: hsl(218, 100%, 90%);--Sea-Blue-95: hsl(218, 100%, 95%);--Sea-Blue-Main-28: hsl(218, 100%, 28%);--Sky-Blue-5: hsl(196, 74%, 5%);--Sky-Blue-10: hsl(196, 74%, 10%);--Sky-Blue-15: hsl(196, 74%, 15%);--Sky-Blue-20: hsl(196, 74%, 20%);--Sky-Blue-25: hsl(196, 74%, 25%);--Sky-Blue-30: hsl(196, 74%, 30%);--Sky-Blue-35: hsl(196, 74%, 35%);--Sky-Blue-40: hsl(196, 74%, 40%);--Sky-Blue-45: hsl(196, 74%, 45%);--Sky-Blue-50: hsl(196, 74%, 50%);--Sky-Blue-55: hsl(196, 74%, 55%);--Sky-Blue-60: hsl(196, 74%, 60%);--Sky-Blue-65: hsl(196, 74%, 65%);--Sky-Blue-70: hsl(196, 74%, 70%);--Sky-Blue-75: hsl(196, 74%, 75%);--Sky-Blue-80: hsl(196, 74%, 80%);--Sky-Blue-85: hsl(196, 74%, 85%);--Sky-Blue-90: hsl(196, 74%, 90%);--Sky-Blue-95: hsl(196, 74%, 95%);--Sky-Blue-97: hsl(196, 74%, 97%);--Sky-Blue-Main-77: hsl(196, 74%, 77%);--Digi-Green-5: hsl(139, 100%, 5%);--Digi-Green-10: hsl(139, 100%, 10%);--Digi-Green-15: hsl(139, 100%, 15%);--Digi-Green-20: hsl(139, 100%, 20%);--Digi-Green-25: hsl(139, 100%, 25%);--Digi-Green-30: hsl(139, 100%, 30%);--Digi-Green-35: hsl(139, 100%, 35%);--Digi-Green-40: hsl(139, 100%, 40%);--Digi-Green-45: hsl(139, 100%, 45%);--Digi-Green-50: hsl(139, 100%, 50%);--Digi-Green-55: hsl(139, 100%, 55%);--Digi-Green-60: hsl(139, 100%, 60%);--Digi-Green-65: hsl(139, 100%, 65%);--Digi-Green-70: hsl(139, 100%, 70%);--Digi-Green-75: hsl(139, 100%, 75%);--Digi-Green-80: hsl(139, 100%, 80%);--Digi-Green-85: hsl(139, 100%, 85%);--Digi-Green-90: hsl(139, 100%, 90%);--Digi-Green-95: hsl(139, 100%, 95%);--Digi-Green-Main-78: hsl(139, 100%, 78%);--Sandstone-5: hsl(40, 3%, 5%);--Sandstone-10: hsl(40, 3%, 10%);--Sandstone-15: hsl(40, 3%, 15%);--Sandstone-20: hsl(40, 3%, 20%);--Sandstone-25: hsl(40, 3%, 25%);--Sandstone-30: hsl(40, 3%, 30%);--Sandstone-35: hsl(40, 3%, 35%);--Sandstone-40: hsl(40, 3%, 40%);--Sandstone-45: hsl(40, 3%, 45%);--Sandstone-50: hsl(40, 3%, 50%);--Sandstone-55: hsl(40, 3%, 55%);--Sandstone-60: hsl(40, 3%, 60%);--Sandstone-65: hsl(40, 3%, 65%);--Sandstone-70: hsl(40, 3%, 70%);--Sandstone-75: hsl(40, 3%, 75%);--Sandstone-80: hsl(40, 3%, 80%);--Sandstone-85: hsl(40, 3%, 85%);--Sandstone-90: hsl(40, 3%, 90%);--Sandstone-95: hsl(40, 3%, 95%);--Sandstone-97: hsl(40, 3%, 97%);--Sandstone-Main-79: hsl(40, 3%, 79%);--Warm-Grey-5: hsl(30, 8%, 5%);--Warm-Grey-10: hsl(30, 8%, 10%);--Warm-Grey-15: hsl(30, 8%, 15%);--Warm-Grey-20: hsl(30, 8%, 20%);--Warm-Grey-25: hsl(30, 8%, 25%);--Warm-Grey-30: hsl(30, 8%, 30%);--Warm-Grey-35: hsl(30, 8%, 35%);--Warm-Grey-40: hsl(30, 8%, 40%);--Warm-Grey-45: hsl(30, 8%, 45%);--Warm-Grey-50: hsl(30, 8%, 50%);--Warm-Grey-55: hsl(30, 8%, 55%);--Warm-Grey-60: hsl(30, 8%, 60%);--Warm-Grey-65: hsl(30, 8%, 65%);--Warm-Grey-70: hsl(30, 8%, 70%);--Warm-Grey-75: hsl(30, 8%, 75%);--Warm-Grey-80: hsl(30, 8%, 80%);--Warm-Grey-85: hsl(30, 8%, 85%);--Warm-Grey-90: hsl(30, 8%, 90%);--Warm-Grey-95: hsl(30, 8%, 95%);--Warm-Grey-Main-56: hsl(30, 8%, 56%);--Earth-5: hsl(35, 53%, 5%);--Earth-10: hsl(35, 53%, 10%);--Earth-15: hsl(35, 53%, 15%);--Earth-20: hsl(35, 53%, 20%);--Earth-25: hsl(35, 53%, 25%);--Earth-30: hsl(35, 53%, 30%);--Earth-35: hsl(35, 53%, 35%);--Earth-40: hsl(35, 53%, 40%);--Earth-45: hsl(35, 53%, 45%);--Earth-50: hsl(35, 53%, 50%);--Earth-55: hsl(35, 53%, 55%);--Earth-60: hsl(35, 53%, 60%);--Earth-65: hsl(35, 53%, 65%);--Earth-70: hsl(35, 53%, 70%);--Earth-75: hsl(35, 53%, 75%);--Earth-80: hsl(35, 53%, 80%);--Earth-85: hsl(35, 53%, 85%);--Earth-90: hsl(35, 53%, 90%);--Earth-95: hsl(35, 53%, 95%);--Earth-97: hsl(35, 53%, 97%);--Earth-Main-89: hsl(35, 53%, 89%);--Pine-5: hsl(195, 46%, 5%);--Pine-10: hsl(195, 46%, 10%);--Pine-15: hsl(195, 46%, 15%);--Pine-20: hsl(195, 46%, 20%);--Pine-25: hsl(195, 46%, 25%);--Pine-30: hsl(195, 46%, 30%);--Pine-35: hsl(195, 46%, 35%);--Pine-40: hsl(195, 46%, 40%);--Pine-45: hsl(195, 46%, 45%);--Pine-50: hsl(195, 46%, 50%);--Pine-55: hsl(195, 46%, 55%);--Pine-60: hsl(195, 46%, 60%);--Pine-65: hsl(195, 46%, 65%);--Pine-70: hsl(195, 46%, 70%);--Pine-75: hsl(195, 46%, 75%);--Pine-80: hsl(195, 46%, 80%);--Pine-85: hsl(195, 46%, 85%);--Pine-90: hsl(195, 46%, 90%);--Pine-95: hsl(195, 46%, 95%);--Pine-Main-30: hsl(195, 46%, 30%);--Eucalyptus-5: hsl(178, 80%, 5%);--Eucalyptus-10: hsl(178, 80%, 10%);--Eucalyptus-15: hsl(178, 80%, 15%);--Eucalyptus-20: hsl(178, 80%, 20%);--Eucalyptus-25: hsl(178, 80%, 25%);--Eucalyptus-30: hsl(178, 80%, 30%);--Eucalyptus-35: hsl(178, 80%, 35%);--Eucalyptus-40: hsl(178, 80%, 40%);--Eucalyptus-45: hsl(178, 80%, 45%);--Eucalyptus-50: hsl(178, 80%, 50%);--Eucalyptus-55: hsl(178, 80%, 55%);--Eucalyptus-60: hsl(178, 80%, 60%);--Eucalyptus-65: hsl(178, 80%, 65%);--Eucalyptus-70: hsl(178, 80%, 70%);--Eucalyptus-75: hsl(178, 80%, 75%);--Eucalyptus-80: hsl(178, 80%, 80%);--Eucalyptus-85: hsl(178, 80%, 85%);--Eucalyptus-90: hsl(178, 80%, 90%);--Eucalyptus-95: hsl(178, 80%, 95%);--Eucalyptus-Main-41: hsl(178, 80%, 41%);--Lavender-5: hsl(232, 58%, 5%);--Lavender-10: hsl(232, 58%, 10%);--Lavender-15: hsl(232, 58%, 15%);--Lavender-20: hsl(232, 58%, 20%);--Lavender-25: hsl(232, 58%, 25%);--Lavender-30: hsl(232, 58%, 30%);--Lavender-35: hsl(232, 58%, 35%);--Lavender-40: hsl(232, 58%, 40%);--Lavender-45: hsl(232, 58%, 45%);--Lavender-50: hsl(232, 58%, 50%);--Lavender-55: hsl(232, 58%, 55%);--Lavender-60: hsl(232, 58%, 60%);--Lavender-65: hsl(232, 58%, 65%);--Lavender-70: hsl(232, 58%, 70%);--Lavender-75: hsl(232, 58%, 75%);--Lavender-80: hsl(232, 58%, 80%);--Lavender-85: hsl(232, 58%, 85%);--Lavender-90: hsl(232, 58%, 90%);--Lavender-95: hsl(232, 58%, 95%);--Lavender-Main-77: hsl(232, 58%, 77%);--Terracotta-5: hsl(34, 100%, 5%);--Terracotta-10: hsl(34, 100%, 10%);--Terracotta-15: hsl(34, 100%, 15%);--Terracotta-20: hsl(34, 100%, 20%);--Terracotta-25: hsl(34, 100%, 25%);--Terracotta-30: hsl(34, 100%, 30%);--Terracotta-35: hsl(34, 100%, 35%);--Terracotta-40: hsl(34, 100%, 40%);--Terracotta-45: hsl(34, 100%, 45%);--Terracotta-50: hsl(34, 100%, 50%);--Terracotta-55: hsl(34, 100%, 55%);--Terracotta-60: hsl(34, 100%, 60%);--Terracotta-65: hsl(34, 100%, 65%);--Terracotta-70: hsl(34, 100%, 70%);--Terracotta-75: hsl(34, 100%, 75%);--Terracotta-80: hsl(34, 100%, 80%);--Terracotta-85: hsl(34, 100%, 85%);--Terracotta-90: hsl(34, 100%, 90%);--Terracotta-95: hsl(34, 100%, 95%);--Terracotta-Main-35: hsl(34, 100%, 35%);--Land-Green-5: hsl(114, 49%, 5%);--Land-Green-10: hsl(114, 49%, 10%);--Land-Green-15: hsl(114, 49%, 15%);--Land-Green-20: hsl(114, 49%, 20%);--Land-Green-25: hsl(114, 49%, 25%);--Land-Green-30: hsl(114, 49%, 30%);--Land-Green-35: hsl(114, 49%, 35%);--Land-Green-40: hsl(114, 49%, 40%);--Land-Green-45: hsl(114, 49%, 45%);--Land-Green-50: hsl(114, 49%, 50%);--Land-Green-55: hsl(114, 49%, 55%);--Land-Green-60: hsl(114, 49%, 60%);--Land-Green-65: hsl(114, 49%, 65%);--Land-Green-70: hsl(114, 49%, 70%);--Land-Green-75: hsl(114, 49%, 75%);--Land-Green-80: hsl(114, 49%, 80%);--Land-Green-85: hsl(114, 49%, 85%);--Land-Green-90: hsl(114, 49%, 90%);--Land-Green-95: hsl(114, 49%, 95%);--Land-Green-Main-41: hsl(114, 49%, 41%);--Sunflower-5: hsl(55, 100%, 5%);--Sunflower-10: hsl(55, 100%, 10%);--Sunflower-15: hsl(55, 100%, 15%);--Sunflower-20: hsl(55, 100%, 20%);--Sunflower-25: hsl(55, 100%, 25%);--Sunflower-30: hsl(55, 100%, 30%);--Sunflower-35: hsl(55, 100%, 35%);--Sunflower-40: hsl(55, 100%, 40%);--Sunflower-45: hsl(55, 100%, 45%);--Sunflower-50: hsl(55, 100%, 50%);--Sunflower-55: hsl(55, 100%, 55%);--Sunflower-60: hsl(55, 100%, 60%);--Sunflower-65: hsl(55, 100%, 65%);--Sunflower-70: hsl(55, 100%, 70%);--Sunflower-75: hsl(55, 100%, 75%);--Sunflower-80: hsl(55, 100%, 80%);--Sunflower-85: hsl(55, 100%, 85%);--Sunflower-90: hsl(55, 100%, 90%);--Sunflower-95: hsl(55, 100%, 95%);--Sunflower-Main-73: hsl(55, 100%, 73%);--Energy-Red-5: hsl(357, 83%, 5%);--Energy-Red-10: hsl(357, 83%, 10%);--Energy-Red-15: hsl(357, 83%, 15%);--Energy-Red-20: hsl(357, 83%, 20%);--Energy-Red-25: hsl(357, 83%, 25%);--Energy-Red-30: hsl(357, 83%, 30%);--Energy-Red-35: hsl(357, 83%, 35%);--Energy-Red-40: hsl(357, 83%, 40%);--Energy-Red-45: hsl(357, 83%, 45%);--Energy-Red-50: hsl(357, 83%, 50%);--Energy-Red-55: hsl(357, 83%, 55%);--Energy-Red-60: hsl(357, 83%, 60%);--Energy-Red-65: hsl(357, 83%, 65%);--Energy-Red-70: hsl(357, 83%, 70%);--Energy-Red-75: hsl(357, 83%, 75%);--Energy-Red-80: hsl(357, 83%, 80%);--Energy-Red-85: hsl(357, 83%, 85%);--Energy-Red-90: hsl(357, 83%, 90%);--Energy-Red-95: hsl(357, 83%, 95%);--Energy-Red-Main-54: hsl(357, 83%, 54%);--Cyan-5: hsl(196, 100%, 5%);--Cyan-10: hsl(196, 100%, 10%);--Cyan-15: hsl(196, 100%, 15%);--Cyan-20: hsl(196, 100%, 20%);--Cyan-25: hsl(196, 100%, 25%);--Cyan-30: hsl(196, 100%, 30%);--Cyan-35: hsl(196, 100%, 35%);--Cyan-40: hsl(196, 100%, 40%);--Cyan-45: hsl(196, 100%, 45%);--Cyan-50: hsl(196, 100%, 50%);--Cyan-55: hsl(196, 100%, 55%);--Cyan-60: hsl(196, 100%, 60%);--Cyan-65: hsl(196, 100%, 65%);--Cyan-70: hsl(196, 100%, 70%);--Cyan-75: hsl(196, 100%, 75%);--Cyan-80: hsl(196, 100%, 80%);--Cyan-85: hsl(196, 100%, 85%);--Cyan-90: hsl(196, 100%, 90%);--Cyan-95: hsl(196, 100%, 95%);--Cyan-Main-43: hsl(196, 100%, 43%);--Black: hsl(40 3% 10%);--White: hsl(40 3% 100%);--Light: hsl(40, 3%, 90%);--Default: hsl(40, 3%, 79%);--Medium: hsl(40, 3%, 75%);--Strong: hsl(218, 100%, 28%);--Emphasis: hsl(223, 67%, 18%);--vui-animation-duration-0: 0ms;--vui-animation-duration-100: .13s;--vui-animation-duration-200: .16s;--vui-animation-duration-300: .19s;--vui-animation-duration-400: .22s;--vui-animation-duration-500: .25s;--vui-animation-duration-600: .3s;--vui-animation-duration-700: .35s;--vui-animation-duration-800: .4s;--vui-animation-duration-900: .45s;--vui-animation-duration-1000: .5s;--vui-animation-duration-2000: 1s;--vui-animation-duration-4000: 2s;--vui-animation-ease-in-out: cubic-bezier(.45, 0, .4, 1);--vui-animation-ease-in: cubic-bezier(.5, 0, 1, 1);--vui-animation-ease-out: cubic-bezier(0, 0, .4, 1);--vui-animation-linear: cubic-bezier(0, 0, 1, 1);--vui-elevation-1: 0 6px 23px -10px hsla(223, 67%, 18%, .2);--vui-elevation-2: 0 9px 20px -6px hsla(223, 67%, 18%, .2);--vui-elevation-3: 0 12px 23px -4px hsla(223, 67%, 18%, .2);--vui-elevation-4: 0 15px 23px 0 hsla(223, 67%, 18%, .2);--fluent-depth-0: 0 0 0 0 transparent;--fluent-depth-4: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132), 0 .3px .9px 0 rgba(0, 0, 0, .108);--fluent-depth-8: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108);--fluent-depth-16: 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108);--fluent-depth-64: 0 25.6px 57.6px 0 rgba(0, 0, 0, .22), 0 4.8px 14.4px 0 rgba(0, 0, 0, .18)}h1,.h1{font-size:3.125rem;font-style:normal;font-weight:400;line-height:1.24}@media only screen and (max-width: 992px){h1,.h1{font-size:1.9375rem;line-height:1.5483870967741935}}h1,.h1{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h1),:is(.dark .h1){color:var(--White, hsl(40 3% 100%))}h2,.h2{font-size:2rem;font-style:normal;font-weight:400;line-height:1.3125}@media only screen and (max-width: 992px){h2,.h2{font-size:1.75rem;line-height:1.3571428571428572}}h2,.h2{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h2),:is(.dark .h2){color:var(--White, hsl(40 3% 100%))}h3,.h3{font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.3333333333333333}@media only screen and (max-width: 992px){h3,.h3{font-size:1.375rem;line-height:1.4545454545454546}}h3,.h3{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h3),:is(.dark .h3){color:var(--White, hsl(40 3% 100%))}h4,.h4{font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.2}@media only screen and (max-width: 992px){h4,.h4{font-size:1.125rem;line-height:1.3333333333333333}}h4,.h4{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h4),:is(.dark .h4){color:var(--White, hsl(40 3% 100%))}h5,.h5{font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.4444444444444444}@media only screen and (max-width: 992px){h5,.h5{font-size:1rem;line-height:1.375}}h5,.h5{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h5),:is(.dark .h5){color:var(--White, hsl(40 3% 100%))}h6,.h6{font-size:1rem;font-style:normal;font-weight:600;line-height:1.375;color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h6),:is(.dark .h6){color:var(--White, hsl(40 3% 100%))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sideMenuItem>.icon{width:24px;height:24px}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--Sandstone-60, #9C9A96);border-radius:0;color:#1a1a19;display:block;font-weight:400;font-style:normal;outline:0 solid transparent;width:100%}.input:focus{border:1px solid var(--Cyan-Main-43, #00A1DB);outline:1px solid var(--Cyan-Main-43, #00A1DB)}.input:disabled,.input[aria-disabled=true],fieldset:disabled .input{background:var(--Sandstone-90, #E6E6E5);border-color:var(--Sandstone-90, #E6E6E5)}.input::-moz-placeholder{color:var(--Sandstone-55, #908D89);opacity:1}.input::placeholder{color:var(--Sandstone-55, #908D89);opacity:1}.input.input-xl,.input-xl{font-size:1rem;line-height:1.625;padding:.4375rem .5rem}.input.input-lg,.input-lg{font-size:1rem;line-height:1.625;padding:.375rem .5rem}.input.input-md,.input-md{font-size:.875rem;line-height:1.5714285714285714;padding:.25rem .5rem}.input.input-sm,.input-sm{font-size:.875rem;line-height:1.5714285714285714;padding:.0625rem .5rem}.input.input-validated,.input.input-validated:focus,.input-validated,.input-validated:focus{border-color:var(--Land-Green-35, #36852E)}.input.input-validated,.input-validated{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.8831 4.31025L7.75741 17.436L3.11702 12.7956C2.89736 12.5759 2.54121 12.5759 2.3215 12.7956L1.79121 13.3259C1.57155 13.5455 1.57155 13.9017 1.79121 14.1214L7.35968 19.6898C7.57933 19.9095 7.93549 19.9095 8.15519 19.6898L22.2089 5.63611C22.4286 5.41645 22.4286 5.0603 22.2089 4.84059L21.6786 4.31025C21.4589 4.09059 21.1028 4.09059 20.8831 4.31025Z' fill='var(--Land-Green-35%2c %2336852E)'/%3e%3c/svg%3e");background-repeat:no-repeat}.input.input-error,.input.input-error:focus,.input-error,.input-error:focus{border-color:var(--Energy-Red-45, #D2141D)}.input.input-select,.input-select{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.6018 15.3255L6.16426 9.80359C5.94395 9.58328 5.94395 9.22703 6.16426 9.00671L6.49707 8.6739C6.71738 8.45359 7.07363 8.45359 7.29395 8.6739L12.0002 13.4692L16.7064 8.67859C16.9268 8.45828 17.283 8.45828 17.5033 8.67859L17.8361 9.0114C18.0564 9.23171 18.0564 9.58796 17.8361 9.80828L12.3986 15.3302C12.1783 15.5458 11.8221 15.5458 11.6018 15.3255Z' fill='var(--Sea-Blue-Main-28%2c %2300348F)'/%3e%3c/svg%3e");background-repeat:no-repeat}.avatar{font-weight:500;font-style:normal;align-items:center;background:#e6e6e5;border-radius:9999px;color:#353431;display:inline-flex;justify-content:center;overflow:hidden;text-transform:uppercase}.avatar.avatar-xl,.avatar-xl{font-size:1.125rem;line-height:1.5555555555555556;height:3rem;width:3rem}.avatar.avatar-lg,.avatar-lg{font-size:1rem;line-height:1.5;height:2.5rem;width:2.5rem}.avatar.avatar-md,.avatar-md{font-size:.875rem;line-height:1.4285714285714286;height:2rem;width:2rem}.avatar.avatar-sm,.avatar-sm{font-size:.75rem;line-height:1.3333333333333333;height:1.5rem;width:1.5rem}.avatar.avatar-xxl,.avatar-xxl{font-size:1.125rem;line-height:1.5555555555555556;height:3.5rem;width:3.5rem}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"\`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"\`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important}.prose :where(ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0!important}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding:.1428571em .3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-left:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.6666667em 1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-neutral{--tw-prose-body: #404040;--tw-prose-headings: #171717;--tw-prose-lead: #525252;--tw-prose-links: #171717;--tw-prose-bold: #171717;--tw-prose-counters: #737373;--tw-prose-bullets: #d4d4d4;--tw-prose-hr: #e5e5e5;--tw-prose-quotes: #171717;--tw-prose-quote-borders: #e5e5e5;--tw-prose-captions: #737373;--tw-prose-kbd: #171717;--tw-prose-kbd-shadows: 23 23 23;--tw-prose-code: #171717;--tw-prose-pre-code: #e5e5e5;--tw-prose-pre-bg: #262626;--tw-prose-th-borders: #d4d4d4;--tw-prose-td-borders: #e5e5e5;--tw-prose-invert-body: #d4d4d4;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #a3a3a3;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #a3a3a3;--tw-prose-invert-bullets: #525252;--tw-prose-invert-hr: #404040;--tw-prose-invert-quotes: #f5f5f5;--tw-prose-invert-quote-borders: #404040;--tw-prose-invert-captions: #a3a3a3;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d4d4d4;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #525252;--tw-prose-invert-td-borders: #404040}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.static{position:static}.absolute{position:absolute}.relative{position:relative}.left-\\[-3\\.25rem\\]{left:-3.25rem}.top-0{top:0}.top-\\[\\.05em\\]{top:.05em}.top-\\[3\\%\\]{top:3%}.col-span-2{grid-column:span 2 / span 2}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.ml-auto{margin-left:auto}.mt-1{margin-top:.25rem}.mt-1\\.5{margin-top:.375rem}.mt-4{margin-top:1rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.list-item{display:list-item}.h-6{height:1.5rem}.h-\\[1\\.421875rem\\]{height:1.421875rem}.h-full{height:100%}.w-6{width:1.5rem}.w-full{width:100%}.max-w-none{max-width:none}.flex-shrink-0,.shrink-0{flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.grid-cols-\\[32px\\,1fr\\]{grid-template-columns:32px 1fr}.grid-cols-\\[auto\\,1fr\\]{grid-template-columns:auto 1fr}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.bg-Dark-Blue-Main-18{--tw-bg-opacity: 1;background-color:hsl(223 67% 18% / var(--tw-bg-opacity))}.bg-Energy-Red-95{--tw-bg-opacity: 1;background-color:hsl(357 83% 95% / var(--tw-bg-opacity))}.bg-Eucalyptus-85{--tw-bg-opacity: 1;background-color:hsl(178 80% 85% / var(--tw-bg-opacity))}.bg-Land-Green-95{--tw-bg-opacity: 1;background-color:hsl(114 49% 95% / var(--tw-bg-opacity))}.bg-Lavender-90{--tw-bg-opacity: 1;background-color:hsl(232 58% 90% / var(--tw-bg-opacity))}.bg-Sea-Blue-Main-28{--tw-bg-opacity: 1;background-color:hsl(218 100% 28% / var(--tw-bg-opacity))}.bg-Sky-Blue-95{--tw-bg-opacity: 1;background-color:hsl(196 74% 95% / var(--tw-bg-opacity))}.bg-Sunflower-85{--tw-bg-opacity: 1;background-color:hsl(55 100% 85% / var(--tw-bg-opacity))}.bg-Terracotta-85{--tw-bg-opacity: 1;background-color:hsl(34 100% 85% / var(--tw-bg-opacity))}.bg-White{--tw-bg-opacity: 1;background-color:hsl(40 3% 100% / var(--tw-bg-opacity))}.bg-\\[\\#262626\\]{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.bg-\\[\\#333333\\]{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity))}.p-3{padding:.75rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pr-4{padding-right:1rem}.text-\\[\\.875rem\\]{font-size:.875rem}.font-demiBold{font-weight:600}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.text-Energy-Red-45{--tw-text-opacity: 1;color:hsl(357 83% 45% / var(--tw-text-opacity))}.text-Eucalyptus-20{--tw-text-opacity: 1;color:hsl(178 80% 20% / var(--tw-text-opacity))}.text-Land-Green-30{--tw-text-opacity: 1;color:hsl(114 49% 30% / var(--tw-text-opacity))}.text-Lavender-50{--tw-text-opacity: 1;color:hsl(232 58% 50% / var(--tw-text-opacity))}.text-Sandstone-Main-79{--tw-text-opacity: 1;color:hsl(40 3% 79% / var(--tw-text-opacity))}.text-Sea-Blue-Main-28{--tw-text-opacity: 1;color:hsl(218 100% 28% / var(--tw-text-opacity))}.text-Sky-Blue-95{--tw-text-opacity: 1;color:hsl(196 74% 95% / var(--tw-text-opacity))}.text-Sunflower-20{--tw-text-opacity: 1;color:hsl(55 100% 20% / var(--tw-text-opacity))}.text-Terracotta-20{--tw-text-opacity: 1;color:hsl(34 100% 20% / var(--tw-text-opacity))}.text-Terracotta-Main-35{--tw-text-opacity: 1;color:hsl(34 100% 35% / var(--tw-text-opacity))}.text-White{--tw-text-opacity: 1;color:hsl(40 3% 100% / var(--tw-text-opacity))}.text-\\[\\#e5e5e5\\]{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity))}.opacity-50{opacity:.5}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-\\[grid-template-rows\\]{transition-property:grid-template-rows;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.title{font-size:4rem;font-style:normal;font-weight:400;line-height:1.15625}@media only screen and (max-width: 992px){.title{font-size:2.625rem;line-height:1.2380952380952381}}.title{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark .title){color:var(--White, hsl(40 3% 100%))}.fluent-depth-0{box-shadow:var(--fluent-depth-0, 0 0 0 0 transparent)}.fluent-depth-16{box-shadow:var(--fluent-depth-16, 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .2s cubic-bezier(.4,0,1,1)}.first\\:mt-0:first-child{margin-top:0}.hover\\:bg-Sky-Blue-90:hover{--tw-bg-opacity: 1;background-color:hsl(196 74% 90% / var(--tw-bg-opacity))}.hover\\:fluent-depth-8:hover{box-shadow:var(--fluent-depth-8, 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108))}.active\\:select-none:active{-webkit-user-select:none;-moz-user-select:none;user-select:none}.active\\:bg-Sky-Blue-85:active{--tw-bg-opacity: 1;background-color:hsl(196 74% 85% / var(--tw-bg-opacity))}.active\\:fluent-depth-4:active{box-shadow:var(--fluent-depth-4, 0 1.6px 3.6px 0 rgba(0, 0, 0, .132), 0 .3px .9px 0 rgba(0, 0, 0, .108))}.group:hover .group-hover\\:opacity-100{opacity:1}.aria-expanded\\:fluent-depth-16[aria-expanded=true]{box-shadow:var(--fluent-depth-16, 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108))}.active\\:aria-expanded\\:fluent-depth-8[aria-expanded=true]:active{box-shadow:var(--fluent-depth-8, 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108))}.data-\\[expanded\\=true\\]\\:bg-Sky-Blue-85[data-expanded=true]{--tw-bg-opacity: 1;background-color:hsl(196 74% 85% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:bg-Energy-Red-95[data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 95% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:data-\\[expanded\\=true\\]\\:bg-Energy-Red-85[data-expanded=true][data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 85% / var(--tw-bg-opacity))}.data-\\[expanded\\=true\\]\\:hover\\:bg-Sky-Blue-80:hover[data-expanded=true]{--tw-bg-opacity: 1;background-color:hsl(196 74% 80% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:data-\\[expanded\\=true\\]\\:hover\\:bg-Energy-Red-80:hover[data-expanded=true][data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 80% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:hover\\:bg-Energy-Red-90:hover[data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 90% / var(--tw-bg-opacity))}.data-\\[expanded\\=true\\]\\:active\\:bg-Sky-Blue-75:active[data-expanded=true]{--tw-bg-opacity: 1;background-color:hsl(196 74% 75% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:active\\:bg-Energy-Red-85:active[data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 85% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:data-\\[expanded\\=true\\]\\:active\\:bg-Energy-Red-75:active[data-expanded=true][data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 75% / var(--tw-bg-opacity))}.group[data-expanded=true] .group-data-\\[expanded\\=true\\]\\:-rotate-180{--tw-rotate: -180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-status=error] .group-data-\\[status\\=error\\]\\:text-Energy-Red-45{--tw-text-opacity: 1;color:hsl(357 83% 45% / var(--tw-text-opacity))}.group[data-expanded=true] .group-data-\\[expanded\\=true\\]\\:opacity-100{opacity:1}.prose-code\\:text-\\[1em\\] :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1em}`, cr = "pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2e3440}.hljs,.hljs-subst{color:#d8dee9}.hljs-selector-tag{color:#81a1c1}.hljs-selector-id{color:#8fbcbb;font-weight:700}.hljs-selector-class,.hljs-selector-attr{color:#8fbcbb}.hljs-property,.hljs-selector-pseudo{color:#88c0d0}.hljs-addition{background-color:#a3be8c80}.hljs-deletion{background-color:#bf616a80}.hljs-built_in,.hljs-type,.hljs-class{color:#8fbcbb}.hljs-function{color:#88c0d0}.hljs-title.hljs-function,.hljs-function>.hljs-title{color:#88c0d0}.hljs-keyword,.hljs-literal,.hljs-symbol{color:#81a1c1}.hljs-number{color:#b48ead}.hljs-regexp{color:#ebcb8b}.hljs-string{color:#a3be8c}.hljs-title{color:#8fbcbb}.hljs-params{color:#d8dee9}.hljs-bullet{color:#81a1c1}.hljs-code{color:#8fbcbb}.hljs-emphasis{font-style:italic}.hljs-formula{color:#8fbcbb}.hljs-strong{font-weight:700}.hljs-link:hover{text-decoration:underline}.hljs-quote,.hljs-comment{color:#4c566a}.hljs-doctag{color:#8fbcbb}.hljs-meta,.hljs-meta .hljs-keyword{color:#5e81ac}.hljs-meta .hljs-string{color:#a3be8c}.hljs-attr{color:#8fbcbb}.hljs-attribute{color:#d8dee9}.hljs-name{color:#81a1c1}.hljs-section{color:#88c0d0}.hljs-tag{color:#81a1c1}.hljs-variable,.hljs-template-variable{color:#d8dee9}.hljs-template-tag{color:#5e81ac}.language-abnf .hljs-attribute{color:#88c0d0}.language-abnf .hljs-symbol{color:#ebcb8b}.language-apache .hljs-attribute{color:#88c0d0}.language-apache .hljs-section{color:#81a1c1}.language-arduino .hljs-built_in{color:#88c0d0}.language-aspectj .hljs-meta{color:#d08770}.language-aspectj>.hljs-title{color:#88c0d0}.language-bnf .hljs-attribute{color:#8fbcbb}.language-clojure .hljs-name{color:#88c0d0}.language-clojure .hljs-symbol{color:#ebcb8b}.language-coq .hljs-built_in{color:#88c0d0}.language-cpp .hljs-meta .hljs-string{color:#8fbcbb}.language-css .hljs-built_in{color:#88c0d0}.language-css .hljs-keyword{color:#d08770}.language-diff .hljs-meta,.language-ebnf .hljs-attribute{color:#8fbcbb}.language-glsl .hljs-built_in{color:#88c0d0}.language-groovy .hljs-meta:not(:first-child){color:#d08770}.language-haxe .hljs-meta,.language-java .hljs-meta{color:#d08770}.language-ldif .hljs-attribute{color:#8fbcbb}.language-lisp .hljs-name,.language-lua .hljs-built_in,.language-moonscript .hljs-built_in,.language-nginx .hljs-attribute{color:#88c0d0}.language-nginx .hljs-section{color:#5e81ac}.language-pf .hljs-built_in,.language-processing .hljs-built_in{color:#88c0d0}.language-scss .hljs-keyword,.language-stylus .hljs-keyword{color:#81a1c1}.language-swift .hljs-meta{color:#d08770}.language-vim .hljs-built_in{color:#88c0d0;font-style:italic}.language-yaml .hljs-meta{color:#d08770}", hr = '.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.9"}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{position:relative;display:inline-block;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed;border-collapse:collapse}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .vbox{display:inline-flex;flex-direction:column;align-items:baseline}.katex .hbox{display:inline-flex;flex-direction:row;width:100%}.katex .thinbox{display:inline-flex;flex-direction:row;width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .underline .underline-line,.katex .hline,.katex .hdashline,.katex .rule{min-height:1px}.katex .mspace{display:inline-block}.katex .llap,.katex .rlap,.katex .clap{width:0;position:relative}.katex .llap>.inner,.katex .rlap>.inner,.katex .clap>.inner{position:absolute}.katex .llap>.fix,.katex .rlap>.fix,.katex .clap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .rlap>.inner,.katex .clap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{display:inline-block;border:solid 0;position:relative}.katex .overline .overline-line,.katex .underline .underline-line,.katex .hline{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .sizing.reset-size1.size1,.katex .fontsize-ensurer.reset-size1.size1{font-size:1em}.katex .sizing.reset-size1.size2,.katex .fontsize-ensurer.reset-size1.size2{font-size:1.2em}.katex .sizing.reset-size1.size3,.katex .fontsize-ensurer.reset-size1.size3{font-size:1.4em}.katex .sizing.reset-size1.size4,.katex .fontsize-ensurer.reset-size1.size4{font-size:1.6em}.katex .sizing.reset-size1.size5,.katex .fontsize-ensurer.reset-size1.size5{font-size:1.8em}.katex .sizing.reset-size1.size6,.katex .fontsize-ensurer.reset-size1.size6{font-size:2em}.katex .sizing.reset-size1.size7,.katex .fontsize-ensurer.reset-size1.size7{font-size:2.4em}.katex .sizing.reset-size1.size8,.katex .fontsize-ensurer.reset-size1.size8{font-size:2.88em}.katex .sizing.reset-size1.size9,.katex .fontsize-ensurer.reset-size1.size9{font-size:3.456em}.katex .sizing.reset-size1.size10,.katex .fontsize-ensurer.reset-size1.size10{font-size:4.148em}.katex .sizing.reset-size1.size11,.katex .fontsize-ensurer.reset-size1.size11{font-size:4.976em}.katex .sizing.reset-size2.size1,.katex .fontsize-ensurer.reset-size2.size1{font-size:.83333333em}.katex .sizing.reset-size2.size2,.katex .fontsize-ensurer.reset-size2.size2{font-size:1em}.katex .sizing.reset-size2.size3,.katex .fontsize-ensurer.reset-size2.size3{font-size:1.16666667em}.katex .sizing.reset-size2.size4,.katex .fontsize-ensurer.reset-size2.size4{font-size:1.33333333em}.katex .sizing.reset-size2.size5,.katex .fontsize-ensurer.reset-size2.size5{font-size:1.5em}.katex .sizing.reset-size2.size6,.katex .fontsize-ensurer.reset-size2.size6{font-size:1.66666667em}.katex .sizing.reset-size2.size7,.katex .fontsize-ensurer.reset-size2.size7{font-size:2em}.katex .sizing.reset-size2.size8,.katex .fontsize-ensurer.reset-size2.size8{font-size:2.4em}.katex .sizing.reset-size2.size9,.katex .fontsize-ensurer.reset-size2.size9{font-size:2.88em}.katex .sizing.reset-size2.size10,.katex .fontsize-ensurer.reset-size2.size10{font-size:3.45666667em}.katex .sizing.reset-size2.size11,.katex .fontsize-ensurer.reset-size2.size11{font-size:4.14666667em}.katex .sizing.reset-size3.size1,.katex .fontsize-ensurer.reset-size3.size1{font-size:.71428571em}.katex .sizing.reset-size3.size2,.katex .fontsize-ensurer.reset-size3.size2{font-size:.85714286em}.katex .sizing.reset-size3.size3,.katex .fontsize-ensurer.reset-size3.size3{font-size:1em}.katex .sizing.reset-size3.size4,.katex .fontsize-ensurer.reset-size3.size4{font-size:1.14285714em}.katex .sizing.reset-size3.size5,.katex .fontsize-ensurer.reset-size3.size5{font-size:1.28571429em}.katex .sizing.reset-size3.size6,.katex .fontsize-ensurer.reset-size3.size6{font-size:1.42857143em}.katex .sizing.reset-size3.size7,.katex .fontsize-ensurer.reset-size3.size7{font-size:1.71428571em}.katex .sizing.reset-size3.size8,.katex .fontsize-ensurer.reset-size3.size8{font-size:2.05714286em}.katex .sizing.reset-size3.size9,.katex .fontsize-ensurer.reset-size3.size9{font-size:2.46857143em}.katex .sizing.reset-size3.size10,.katex .fontsize-ensurer.reset-size3.size10{font-size:2.96285714em}.katex .sizing.reset-size3.size11,.katex .fontsize-ensurer.reset-size3.size11{font-size:3.55428571em}.katex .sizing.reset-size4.size1,.katex .fontsize-ensurer.reset-size4.size1{font-size:.625em}.katex .sizing.reset-size4.size2,.katex .fontsize-ensurer.reset-size4.size2{font-size:.75em}.katex .sizing.reset-size4.size3,.katex .fontsize-ensurer.reset-size4.size3{font-size:.875em}.katex .sizing.reset-size4.size4,.katex .fontsize-ensurer.reset-size4.size4{font-size:1em}.katex .sizing.reset-size4.size5,.katex .fontsize-ensurer.reset-size4.size5{font-size:1.125em}.katex .sizing.reset-size4.size6,.katex .fontsize-ensurer.reset-size4.size6{font-size:1.25em}.katex .sizing.reset-size4.size7,.katex .fontsize-ensurer.reset-size4.size7{font-size:1.5em}.katex .sizing.reset-size4.size8,.katex .fontsize-ensurer.reset-size4.size8{font-size:1.8em}.katex .sizing.reset-size4.size9,.katex .fontsize-ensurer.reset-size4.size9{font-size:2.16em}.katex .sizing.reset-size4.size10,.katex .fontsize-ensurer.reset-size4.size10{font-size:2.5925em}.katex .sizing.reset-size4.size11,.katex .fontsize-ensurer.reset-size4.size11{font-size:3.11em}.katex .sizing.reset-size5.size1,.katex .fontsize-ensurer.reset-size5.size1{font-size:.55555556em}.katex .sizing.reset-size5.size2,.katex .fontsize-ensurer.reset-size5.size2{font-size:.66666667em}.katex .sizing.reset-size5.size3,.katex .fontsize-ensurer.reset-size5.size3{font-size:.77777778em}.katex .sizing.reset-size5.size4,.katex .fontsize-ensurer.reset-size5.size4{font-size:.88888889em}.katex .sizing.reset-size5.size5,.katex .fontsize-ensurer.reset-size5.size5{font-size:1em}.katex .sizing.reset-size5.size6,.katex .fontsize-ensurer.reset-size5.size6{font-size:1.11111111em}.katex .sizing.reset-size5.size7,.katex .fontsize-ensurer.reset-size5.size7{font-size:1.33333333em}.katex .sizing.reset-size5.size8,.katex .fontsize-ensurer.reset-size5.size8{font-size:1.6em}.katex .sizing.reset-size5.size9,.katex .fontsize-ensurer.reset-size5.size9{font-size:1.92em}.katex .sizing.reset-size5.size10,.katex .fontsize-ensurer.reset-size5.size10{font-size:2.30444444em}.katex .sizing.reset-size5.size11,.katex .fontsize-ensurer.reset-size5.size11{font-size:2.76444444em}.katex .sizing.reset-size6.size1,.katex .fontsize-ensurer.reset-size6.size1{font-size:.5em}.katex .sizing.reset-size6.size2,.katex .fontsize-ensurer.reset-size6.size2{font-size:.6em}.katex .sizing.reset-size6.size3,.katex .fontsize-ensurer.reset-size6.size3{font-size:.7em}.katex .sizing.reset-size6.size4,.katex .fontsize-ensurer.reset-size6.size4{font-size:.8em}.katex .sizing.reset-size6.size5,.katex .fontsize-ensurer.reset-size6.size5{font-size:.9em}.katex .sizing.reset-size6.size6,.katex .fontsize-ensurer.reset-size6.size6{font-size:1em}.katex .sizing.reset-size6.size7,.katex .fontsize-ensurer.reset-size6.size7{font-size:1.2em}.katex .sizing.reset-size6.size8,.katex .fontsize-ensurer.reset-size6.size8{font-size:1.44em}.katex .sizing.reset-size6.size9,.katex .fontsize-ensurer.reset-size6.size9{font-size:1.728em}.katex .sizing.reset-size6.size10,.katex .fontsize-ensurer.reset-size6.size10{font-size:2.074em}.katex .sizing.reset-size6.size11,.katex .fontsize-ensurer.reset-size6.size11{font-size:2.488em}.katex .sizing.reset-size7.size1,.katex .fontsize-ensurer.reset-size7.size1{font-size:.41666667em}.katex .sizing.reset-size7.size2,.katex .fontsize-ensurer.reset-size7.size2{font-size:.5em}.katex .sizing.reset-size7.size3,.katex .fontsize-ensurer.reset-size7.size3{font-size:.58333333em}.katex .sizing.reset-size7.size4,.katex .fontsize-ensurer.reset-size7.size4{font-size:.66666667em}.katex .sizing.reset-size7.size5,.katex .fontsize-ensurer.reset-size7.size5{font-size:.75em}.katex .sizing.reset-size7.size6,.katex .fontsize-ensurer.reset-size7.size6{font-size:.83333333em}.katex .sizing.reset-size7.size7,.katex .fontsize-ensurer.reset-size7.size7{font-size:1em}.katex .sizing.reset-size7.size8,.katex .fontsize-ensurer.reset-size7.size8{font-size:1.2em}.katex .sizing.reset-size7.size9,.katex .fontsize-ensurer.reset-size7.size9{font-size:1.44em}.katex .sizing.reset-size7.size10,.katex .fontsize-ensurer.reset-size7.size10{font-size:1.72833333em}.katex .sizing.reset-size7.size11,.katex .fontsize-ensurer.reset-size7.size11{font-size:2.07333333em}.katex .sizing.reset-size8.size1,.katex .fontsize-ensurer.reset-size8.size1{font-size:.34722222em}.katex .sizing.reset-size8.size2,.katex .fontsize-ensurer.reset-size8.size2{font-size:.41666667em}.katex .sizing.reset-size8.size3,.katex .fontsize-ensurer.reset-size8.size3{font-size:.48611111em}.katex .sizing.reset-size8.size4,.katex .fontsize-ensurer.reset-size8.size4{font-size:.55555556em}.katex .sizing.reset-size8.size5,.katex .fontsize-ensurer.reset-size8.size5{font-size:.625em}.katex .sizing.reset-size8.size6,.katex .fontsize-ensurer.reset-size8.size6{font-size:.69444444em}.katex .sizing.reset-size8.size7,.katex .fontsize-ensurer.reset-size8.size7{font-size:.83333333em}.katex .sizing.reset-size8.size8,.katex .fontsize-ensurer.reset-size8.size8{font-size:1em}.katex .sizing.reset-size8.size9,.katex .fontsize-ensurer.reset-size8.size9{font-size:1.2em}.katex .sizing.reset-size8.size10,.katex .fontsize-ensurer.reset-size8.size10{font-size:1.44027778em}.katex .sizing.reset-size8.size11,.katex .fontsize-ensurer.reset-size8.size11{font-size:1.72777778em}.katex .sizing.reset-size9.size1,.katex .fontsize-ensurer.reset-size9.size1{font-size:.28935185em}.katex .sizing.reset-size9.size2,.katex .fontsize-ensurer.reset-size9.size2{font-size:.34722222em}.katex .sizing.reset-size9.size3,.katex .fontsize-ensurer.reset-size9.size3{font-size:.40509259em}.katex .sizing.reset-size9.size4,.katex .fontsize-ensurer.reset-size9.size4{font-size:.46296296em}.katex .sizing.reset-size9.size5,.katex .fontsize-ensurer.reset-size9.size5{font-size:.52083333em}.katex .sizing.reset-size9.size6,.katex .fontsize-ensurer.reset-size9.size6{font-size:.5787037em}.katex .sizing.reset-size9.size7,.katex .fontsize-ensurer.reset-size9.size7{font-size:.69444444em}.katex .sizing.reset-size9.size8,.katex .fontsize-ensurer.reset-size9.size8{font-size:.83333333em}.katex .sizing.reset-size9.size9,.katex .fontsize-ensurer.reset-size9.size9{font-size:1em}.katex .sizing.reset-size9.size10,.katex .fontsize-ensurer.reset-size9.size10{font-size:1.20023148em}.katex .sizing.reset-size9.size11,.katex .fontsize-ensurer.reset-size9.size11{font-size:1.43981481em}.katex .sizing.reset-size10.size1,.katex .fontsize-ensurer.reset-size10.size1{font-size:.24108004em}.katex .sizing.reset-size10.size2,.katex .fontsize-ensurer.reset-size10.size2{font-size:.28929605em}.katex .sizing.reset-size10.size3,.katex .fontsize-ensurer.reset-size10.size3{font-size:.33751205em}.katex .sizing.reset-size10.size4,.katex .fontsize-ensurer.reset-size10.size4{font-size:.38572806em}.katex .sizing.reset-size10.size5,.katex .fontsize-ensurer.reset-size10.size5{font-size:.43394407em}.katex .sizing.reset-size10.size6,.katex .fontsize-ensurer.reset-size10.size6{font-size:.48216008em}.katex .sizing.reset-size10.size7,.katex .fontsize-ensurer.reset-size10.size7{font-size:.57859209em}.katex .sizing.reset-size10.size8,.katex .fontsize-ensurer.reset-size10.size8{font-size:.69431051em}.katex .sizing.reset-size10.size9,.katex .fontsize-ensurer.reset-size10.size9{font-size:.83317261em}.katex .sizing.reset-size10.size10,.katex .fontsize-ensurer.reset-size10.size10{font-size:1em}.katex .sizing.reset-size10.size11,.katex .fontsize-ensurer.reset-size10.size11{font-size:1.19961427em}.katex .sizing.reset-size11.size1,.katex .fontsize-ensurer.reset-size11.size1{font-size:.20096463em}.katex .sizing.reset-size11.size2,.katex .fontsize-ensurer.reset-size11.size2{font-size:.24115756em}.katex .sizing.reset-size11.size3,.katex .fontsize-ensurer.reset-size11.size3{font-size:.28135048em}.katex .sizing.reset-size11.size4,.katex .fontsize-ensurer.reset-size11.size4{font-size:.32154341em}.katex .sizing.reset-size11.size5,.katex .fontsize-ensurer.reset-size11.size5{font-size:.36173633em}.katex .sizing.reset-size11.size6,.katex .fontsize-ensurer.reset-size11.size6{font-size:.40192926em}.katex .sizing.reset-size11.size7,.katex .fontsize-ensurer.reset-size11.size7{font-size:.48231511em}.katex .sizing.reset-size11.size8,.katex .fontsize-ensurer.reset-size11.size8{font-size:.57877814em}.katex .sizing.reset-size11.size9,.katex .fontsize-ensurer.reset-size11.size9{font-size:.69453376em}.katex .sizing.reset-size11.size10,.katex .fontsize-ensurer.reset-size11.size10{font-size:.83360129em}.katex .sizing.reset-size11.size11,.katex .fontsize-ensurer.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .op-limits>.vlist-t{text-align:center}.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:before,.katex .stretchy:after{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .x-arrow,.katex .mover,.katex .munder{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{counter-increment:katexEqnNo;content:"(" counter(katexEqnNo) ")"}.katex .mml-eqn-num:before{counter-increment:mmlEqnNo;content:"(" counter(mmlEqnNo) ")"}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;position:absolute;left:calc(50% + .3em);text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}:host{counter-reset:katexEqnNo mmlEqnNo}';
|
|
56
|
+
const lr = `*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Avenir Next,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}b,strong{font-weight:600}:root{--Dark-Blue-5: hsl(223, 67%, 5%);--Dark-Blue-10: hsl(223, 67%, 10%);--Dark-Blue-15: hsl(223, 67%, 15%);--Dark-Blue-20: hsl(223, 67%, 20%);--Dark-Blue-25: hsl(223, 67%, 25%);--Dark-Blue-30: hsl(223, 67%, 30%);--Dark-Blue-35: hsl(223, 67%, 35%);--Dark-Blue-40: hsl(223, 67%, 40%);--Dark-Blue-45: hsl(223, 67%, 45%);--Dark-Blue-50: hsl(223, 67%, 50%);--Dark-Blue-55: hsl(223, 67%, 55%);--Dark-Blue-60: hsl(223, 67%, 60%);--Dark-Blue-65: hsl(223, 67%, 65%);--Dark-Blue-70: hsl(223, 67%, 70%);--Dark-Blue-75: hsl(223, 67%, 75%);--Dark-Blue-80: hsl(223, 67%, 80%);--Dark-Blue-85: hsl(223, 67%, 85%);--Dark-Blue-90: hsl(223, 67%, 90%);--Dark-Blue-95: hsl(223, 67%, 95%);--Dark-Blue-Main-18: hsl(223, 67%, 18%);--Sea-Blue-5: hsl(218, 100%, 5%);--Sea-Blue-10: hsl(218, 100%, 10%);--Sea-Blue-15: hsl(218, 100%, 15%);--Sea-Blue-20: hsl(218, 100%, 20%);--Sea-Blue-25: hsl(218, 100%, 25%);--Sea-Blue-30: hsl(218, 100%, 30%);--Sea-Blue-35: hsl(218, 100%, 35%);--Sea-Blue-40: hsl(218, 100%, 40%);--Sea-Blue-45: hsl(218, 100%, 45%);--Sea-Blue-50: hsl(218, 100%, 50%);--Sea-Blue-55: hsl(218, 100%, 55%);--Sea-Blue-60: hsl(218, 100%, 60%);--Sea-Blue-65: hsl(218, 100%, 65%);--Sea-Blue-70: hsl(218, 100%, 70%);--Sea-Blue-75: hsl(218, 100%, 75%);--Sea-Blue-80: hsl(218, 100%, 80%);--Sea-Blue-85: hsl(218, 100%, 85%);--Sea-Blue-90: hsl(218, 100%, 90%);--Sea-Blue-95: hsl(218, 100%, 95%);--Sea-Blue-Main-28: hsl(218, 100%, 28%);--Sky-Blue-5: hsl(196, 74%, 5%);--Sky-Blue-10: hsl(196, 74%, 10%);--Sky-Blue-15: hsl(196, 74%, 15%);--Sky-Blue-20: hsl(196, 74%, 20%);--Sky-Blue-25: hsl(196, 74%, 25%);--Sky-Blue-30: hsl(196, 74%, 30%);--Sky-Blue-35: hsl(196, 74%, 35%);--Sky-Blue-40: hsl(196, 74%, 40%);--Sky-Blue-45: hsl(196, 74%, 45%);--Sky-Blue-50: hsl(196, 74%, 50%);--Sky-Blue-55: hsl(196, 74%, 55%);--Sky-Blue-60: hsl(196, 74%, 60%);--Sky-Blue-65: hsl(196, 74%, 65%);--Sky-Blue-70: hsl(196, 74%, 70%);--Sky-Blue-75: hsl(196, 74%, 75%);--Sky-Blue-80: hsl(196, 74%, 80%);--Sky-Blue-85: hsl(196, 74%, 85%);--Sky-Blue-90: hsl(196, 74%, 90%);--Sky-Blue-95: hsl(196, 74%, 95%);--Sky-Blue-97: hsl(196, 74%, 97%);--Sky-Blue-Main-77: hsl(196, 74%, 77%);--Digi-Green-5: hsl(139, 100%, 5%);--Digi-Green-10: hsl(139, 100%, 10%);--Digi-Green-15: hsl(139, 100%, 15%);--Digi-Green-20: hsl(139, 100%, 20%);--Digi-Green-25: hsl(139, 100%, 25%);--Digi-Green-30: hsl(139, 100%, 30%);--Digi-Green-35: hsl(139, 100%, 35%);--Digi-Green-40: hsl(139, 100%, 40%);--Digi-Green-45: hsl(139, 100%, 45%);--Digi-Green-50: hsl(139, 100%, 50%);--Digi-Green-55: hsl(139, 100%, 55%);--Digi-Green-60: hsl(139, 100%, 60%);--Digi-Green-65: hsl(139, 100%, 65%);--Digi-Green-70: hsl(139, 100%, 70%);--Digi-Green-75: hsl(139, 100%, 75%);--Digi-Green-80: hsl(139, 100%, 80%);--Digi-Green-85: hsl(139, 100%, 85%);--Digi-Green-90: hsl(139, 100%, 90%);--Digi-Green-95: hsl(139, 100%, 95%);--Digi-Green-Main-78: hsl(139, 100%, 78%);--Sandstone-5: hsl(40, 3%, 5%);--Sandstone-10: hsl(40, 3%, 10%);--Sandstone-15: hsl(40, 3%, 15%);--Sandstone-20: hsl(40, 3%, 20%);--Sandstone-25: hsl(40, 3%, 25%);--Sandstone-30: hsl(40, 3%, 30%);--Sandstone-35: hsl(40, 3%, 35%);--Sandstone-40: hsl(40, 3%, 40%);--Sandstone-45: hsl(40, 3%, 45%);--Sandstone-50: hsl(40, 3%, 50%);--Sandstone-55: hsl(40, 3%, 55%);--Sandstone-60: hsl(40, 3%, 60%);--Sandstone-65: hsl(40, 3%, 65%);--Sandstone-70: hsl(40, 3%, 70%);--Sandstone-75: hsl(40, 3%, 75%);--Sandstone-80: hsl(40, 3%, 80%);--Sandstone-85: hsl(40, 3%, 85%);--Sandstone-90: hsl(40, 3%, 90%);--Sandstone-95: hsl(40, 3%, 95%);--Sandstone-97: hsl(40, 3%, 97%);--Sandstone-Main-79: hsl(40, 3%, 79%);--Warm-Grey-5: hsl(30, 8%, 5%);--Warm-Grey-10: hsl(30, 8%, 10%);--Warm-Grey-15: hsl(30, 8%, 15%);--Warm-Grey-20: hsl(30, 8%, 20%);--Warm-Grey-25: hsl(30, 8%, 25%);--Warm-Grey-30: hsl(30, 8%, 30%);--Warm-Grey-35: hsl(30, 8%, 35%);--Warm-Grey-40: hsl(30, 8%, 40%);--Warm-Grey-45: hsl(30, 8%, 45%);--Warm-Grey-50: hsl(30, 8%, 50%);--Warm-Grey-55: hsl(30, 8%, 55%);--Warm-Grey-60: hsl(30, 8%, 60%);--Warm-Grey-65: hsl(30, 8%, 65%);--Warm-Grey-70: hsl(30, 8%, 70%);--Warm-Grey-75: hsl(30, 8%, 75%);--Warm-Grey-80: hsl(30, 8%, 80%);--Warm-Grey-85: hsl(30, 8%, 85%);--Warm-Grey-90: hsl(30, 8%, 90%);--Warm-Grey-95: hsl(30, 8%, 95%);--Warm-Grey-Main-56: hsl(30, 8%, 56%);--Earth-5: hsl(35, 53%, 5%);--Earth-10: hsl(35, 53%, 10%);--Earth-15: hsl(35, 53%, 15%);--Earth-20: hsl(35, 53%, 20%);--Earth-25: hsl(35, 53%, 25%);--Earth-30: hsl(35, 53%, 30%);--Earth-35: hsl(35, 53%, 35%);--Earth-40: hsl(35, 53%, 40%);--Earth-45: hsl(35, 53%, 45%);--Earth-50: hsl(35, 53%, 50%);--Earth-55: hsl(35, 53%, 55%);--Earth-60: hsl(35, 53%, 60%);--Earth-65: hsl(35, 53%, 65%);--Earth-70: hsl(35, 53%, 70%);--Earth-75: hsl(35, 53%, 75%);--Earth-80: hsl(35, 53%, 80%);--Earth-85: hsl(35, 53%, 85%);--Earth-90: hsl(35, 53%, 90%);--Earth-95: hsl(35, 53%, 95%);--Earth-97: hsl(35, 53%, 97%);--Earth-Main-89: hsl(35, 53%, 89%);--Pine-5: hsl(195, 46%, 5%);--Pine-10: hsl(195, 46%, 10%);--Pine-15: hsl(195, 46%, 15%);--Pine-20: hsl(195, 46%, 20%);--Pine-25: hsl(195, 46%, 25%);--Pine-30: hsl(195, 46%, 30%);--Pine-35: hsl(195, 46%, 35%);--Pine-40: hsl(195, 46%, 40%);--Pine-45: hsl(195, 46%, 45%);--Pine-50: hsl(195, 46%, 50%);--Pine-55: hsl(195, 46%, 55%);--Pine-60: hsl(195, 46%, 60%);--Pine-65: hsl(195, 46%, 65%);--Pine-70: hsl(195, 46%, 70%);--Pine-75: hsl(195, 46%, 75%);--Pine-80: hsl(195, 46%, 80%);--Pine-85: hsl(195, 46%, 85%);--Pine-90: hsl(195, 46%, 90%);--Pine-95: hsl(195, 46%, 95%);--Pine-Main-30: hsl(195, 46%, 30%);--Eucalyptus-5: hsl(178, 80%, 5%);--Eucalyptus-10: hsl(178, 80%, 10%);--Eucalyptus-15: hsl(178, 80%, 15%);--Eucalyptus-20: hsl(178, 80%, 20%);--Eucalyptus-25: hsl(178, 80%, 25%);--Eucalyptus-30: hsl(178, 80%, 30%);--Eucalyptus-35: hsl(178, 80%, 35%);--Eucalyptus-40: hsl(178, 80%, 40%);--Eucalyptus-45: hsl(178, 80%, 45%);--Eucalyptus-50: hsl(178, 80%, 50%);--Eucalyptus-55: hsl(178, 80%, 55%);--Eucalyptus-60: hsl(178, 80%, 60%);--Eucalyptus-65: hsl(178, 80%, 65%);--Eucalyptus-70: hsl(178, 80%, 70%);--Eucalyptus-75: hsl(178, 80%, 75%);--Eucalyptus-80: hsl(178, 80%, 80%);--Eucalyptus-85: hsl(178, 80%, 85%);--Eucalyptus-90: hsl(178, 80%, 90%);--Eucalyptus-95: hsl(178, 80%, 95%);--Eucalyptus-Main-41: hsl(178, 80%, 41%);--Lavender-5: hsl(232, 58%, 5%);--Lavender-10: hsl(232, 58%, 10%);--Lavender-15: hsl(232, 58%, 15%);--Lavender-20: hsl(232, 58%, 20%);--Lavender-25: hsl(232, 58%, 25%);--Lavender-30: hsl(232, 58%, 30%);--Lavender-35: hsl(232, 58%, 35%);--Lavender-40: hsl(232, 58%, 40%);--Lavender-45: hsl(232, 58%, 45%);--Lavender-50: hsl(232, 58%, 50%);--Lavender-55: hsl(232, 58%, 55%);--Lavender-60: hsl(232, 58%, 60%);--Lavender-65: hsl(232, 58%, 65%);--Lavender-70: hsl(232, 58%, 70%);--Lavender-75: hsl(232, 58%, 75%);--Lavender-80: hsl(232, 58%, 80%);--Lavender-85: hsl(232, 58%, 85%);--Lavender-90: hsl(232, 58%, 90%);--Lavender-95: hsl(232, 58%, 95%);--Lavender-Main-77: hsl(232, 58%, 77%);--Terracotta-5: hsl(34, 100%, 5%);--Terracotta-10: hsl(34, 100%, 10%);--Terracotta-15: hsl(34, 100%, 15%);--Terracotta-20: hsl(34, 100%, 20%);--Terracotta-25: hsl(34, 100%, 25%);--Terracotta-30: hsl(34, 100%, 30%);--Terracotta-35: hsl(34, 100%, 35%);--Terracotta-40: hsl(34, 100%, 40%);--Terracotta-45: hsl(34, 100%, 45%);--Terracotta-50: hsl(34, 100%, 50%);--Terracotta-55: hsl(34, 100%, 55%);--Terracotta-60: hsl(34, 100%, 60%);--Terracotta-65: hsl(34, 100%, 65%);--Terracotta-70: hsl(34, 100%, 70%);--Terracotta-75: hsl(34, 100%, 75%);--Terracotta-80: hsl(34, 100%, 80%);--Terracotta-85: hsl(34, 100%, 85%);--Terracotta-90: hsl(34, 100%, 90%);--Terracotta-95: hsl(34, 100%, 95%);--Terracotta-Main-35: hsl(34, 100%, 35%);--Land-Green-5: hsl(114, 49%, 5%);--Land-Green-10: hsl(114, 49%, 10%);--Land-Green-15: hsl(114, 49%, 15%);--Land-Green-20: hsl(114, 49%, 20%);--Land-Green-25: hsl(114, 49%, 25%);--Land-Green-30: hsl(114, 49%, 30%);--Land-Green-35: hsl(114, 49%, 35%);--Land-Green-40: hsl(114, 49%, 40%);--Land-Green-45: hsl(114, 49%, 45%);--Land-Green-50: hsl(114, 49%, 50%);--Land-Green-55: hsl(114, 49%, 55%);--Land-Green-60: hsl(114, 49%, 60%);--Land-Green-65: hsl(114, 49%, 65%);--Land-Green-70: hsl(114, 49%, 70%);--Land-Green-75: hsl(114, 49%, 75%);--Land-Green-80: hsl(114, 49%, 80%);--Land-Green-85: hsl(114, 49%, 85%);--Land-Green-90: hsl(114, 49%, 90%);--Land-Green-95: hsl(114, 49%, 95%);--Land-Green-Main-41: hsl(114, 49%, 41%);--Sunflower-5: hsl(55, 100%, 5%);--Sunflower-10: hsl(55, 100%, 10%);--Sunflower-15: hsl(55, 100%, 15%);--Sunflower-20: hsl(55, 100%, 20%);--Sunflower-25: hsl(55, 100%, 25%);--Sunflower-30: hsl(55, 100%, 30%);--Sunflower-35: hsl(55, 100%, 35%);--Sunflower-40: hsl(55, 100%, 40%);--Sunflower-45: hsl(55, 100%, 45%);--Sunflower-50: hsl(55, 100%, 50%);--Sunflower-55: hsl(55, 100%, 55%);--Sunflower-60: hsl(55, 100%, 60%);--Sunflower-65: hsl(55, 100%, 65%);--Sunflower-70: hsl(55, 100%, 70%);--Sunflower-75: hsl(55, 100%, 75%);--Sunflower-80: hsl(55, 100%, 80%);--Sunflower-85: hsl(55, 100%, 85%);--Sunflower-90: hsl(55, 100%, 90%);--Sunflower-95: hsl(55, 100%, 95%);--Sunflower-Main-73: hsl(55, 100%, 73%);--Energy-Red-5: hsl(357, 83%, 5%);--Energy-Red-10: hsl(357, 83%, 10%);--Energy-Red-15: hsl(357, 83%, 15%);--Energy-Red-20: hsl(357, 83%, 20%);--Energy-Red-25: hsl(357, 83%, 25%);--Energy-Red-30: hsl(357, 83%, 30%);--Energy-Red-35: hsl(357, 83%, 35%);--Energy-Red-40: hsl(357, 83%, 40%);--Energy-Red-45: hsl(357, 83%, 45%);--Energy-Red-50: hsl(357, 83%, 50%);--Energy-Red-55: hsl(357, 83%, 55%);--Energy-Red-60: hsl(357, 83%, 60%);--Energy-Red-65: hsl(357, 83%, 65%);--Energy-Red-70: hsl(357, 83%, 70%);--Energy-Red-75: hsl(357, 83%, 75%);--Energy-Red-80: hsl(357, 83%, 80%);--Energy-Red-85: hsl(357, 83%, 85%);--Energy-Red-90: hsl(357, 83%, 90%);--Energy-Red-95: hsl(357, 83%, 95%);--Energy-Red-Main-54: hsl(357, 83%, 54%);--Cyan-5: hsl(196, 100%, 5%);--Cyan-10: hsl(196, 100%, 10%);--Cyan-15: hsl(196, 100%, 15%);--Cyan-20: hsl(196, 100%, 20%);--Cyan-25: hsl(196, 100%, 25%);--Cyan-30: hsl(196, 100%, 30%);--Cyan-35: hsl(196, 100%, 35%);--Cyan-40: hsl(196, 100%, 40%);--Cyan-45: hsl(196, 100%, 45%);--Cyan-50: hsl(196, 100%, 50%);--Cyan-55: hsl(196, 100%, 55%);--Cyan-60: hsl(196, 100%, 60%);--Cyan-65: hsl(196, 100%, 65%);--Cyan-70: hsl(196, 100%, 70%);--Cyan-75: hsl(196, 100%, 75%);--Cyan-80: hsl(196, 100%, 80%);--Cyan-85: hsl(196, 100%, 85%);--Cyan-90: hsl(196, 100%, 90%);--Cyan-95: hsl(196, 100%, 95%);--Cyan-Main-43: hsl(196, 100%, 43%);--Black: hsl(40 3% 10%);--White: hsl(40 3% 100%);--Light: hsl(40, 3%, 90%);--Default: hsl(40, 3%, 79%);--Medium: hsl(40, 3%, 75%);--Strong: hsl(218, 100%, 28%);--Emphasis: hsl(223, 67%, 18%);--vui-animation-duration-0: 0ms;--vui-animation-duration-100: .13s;--vui-animation-duration-200: .16s;--vui-animation-duration-300: .19s;--vui-animation-duration-400: .22s;--vui-animation-duration-500: .25s;--vui-animation-duration-600: .3s;--vui-animation-duration-700: .35s;--vui-animation-duration-800: .4s;--vui-animation-duration-900: .45s;--vui-animation-duration-1000: .5s;--vui-animation-duration-2000: 1s;--vui-animation-duration-4000: 2s;--vui-animation-ease-in-out: cubic-bezier(.45, 0, .4, 1);--vui-animation-ease-in: cubic-bezier(.5, 0, 1, 1);--vui-animation-ease-out: cubic-bezier(0, 0, .4, 1);--vui-animation-linear: cubic-bezier(0, 0, 1, 1);--vui-elevation-1: 0 6px 23px -10px hsla(223, 67%, 18%, .2);--vui-elevation-2: 0 9px 20px -6px hsla(223, 67%, 18%, .2);--vui-elevation-3: 0 12px 23px -4px hsla(223, 67%, 18%, .2);--vui-elevation-4: 0 15px 23px 0 hsla(223, 67%, 18%, .2);--fluent-depth-0: 0 0 0 0 transparent;--fluent-depth-4: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132), 0 .3px .9px 0 rgba(0, 0, 0, .108);--fluent-depth-8: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108);--fluent-depth-16: 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108);--fluent-depth-64: 0 25.6px 57.6px 0 rgba(0, 0, 0, .22), 0 4.8px 14.4px 0 rgba(0, 0, 0, .18)}h1,.h1{font-size:3.125rem;font-style:normal;font-weight:400;line-height:1.24}@media only screen and (max-width: 992px){h1,.h1{font-size:1.9375rem;line-height:1.5483870967741935}}h1,.h1{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h1),:is(.dark .h1){color:var(--White, hsl(40 3% 100%))}h2,.h2{font-size:2rem;font-style:normal;font-weight:400;line-height:1.3125}@media only screen and (max-width: 992px){h2,.h2{font-size:1.75rem;line-height:1.3571428571428572}}h2,.h2{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h2),:is(.dark .h2){color:var(--White, hsl(40 3% 100%))}h3,.h3{font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.3333333333333333}@media only screen and (max-width: 992px){h3,.h3{font-size:1.375rem;line-height:1.4545454545454546}}h3,.h3{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h3),:is(.dark .h3){color:var(--White, hsl(40 3% 100%))}h4,.h4{font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.2}@media only screen and (max-width: 992px){h4,.h4{font-size:1.125rem;line-height:1.3333333333333333}}h4,.h4{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h4),:is(.dark .h4){color:var(--White, hsl(40 3% 100%))}h5,.h5{font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.4444444444444444}@media only screen and (max-width: 992px){h5,.h5{font-size:1rem;line-height:1.375}}h5,.h5{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h5),:is(.dark .h5){color:var(--White, hsl(40 3% 100%))}h6,.h6{font-size:1rem;font-style:normal;font-weight:600;line-height:1.375;color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark h6),:is(.dark .h6){color:var(--White, hsl(40 3% 100%))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sideMenuItem>.icon{width:24px;height:24px}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--Sandstone-60, #9C9A96);border-radius:0;color:#1a1a19;display:block;font-weight:400;font-style:normal;outline:0 solid transparent;width:100%}.input:focus{border:1px solid var(--Cyan-Main-43, #00A1DB);outline:1px solid var(--Cyan-Main-43, #00A1DB)}.input:disabled,.input[aria-disabled=true],fieldset:disabled .input{background:var(--Sandstone-90, #E6E6E5);border-color:var(--Sandstone-90, #E6E6E5)}.input::-moz-placeholder{color:var(--Sandstone-55, #908D89);opacity:1}.input::placeholder{color:var(--Sandstone-55, #908D89);opacity:1}.input.input-xl,.input-xl{font-size:1rem;line-height:1.625;padding:.4375rem .5rem}.input.input-lg,.input-lg{font-size:1rem;line-height:1.625;padding:.375rem .5rem}.input.input-md,.input-md{font-size:.875rem;line-height:1.5714285714285714;padding:.25rem .5rem}.input.input-sm,.input-sm{font-size:.875rem;line-height:1.5714285714285714;padding:.0625rem .5rem}.input.input-validated,.input.input-validated:focus,.input-validated,.input-validated:focus{border-color:var(--Land-Green-35, #36852E)}.input.input-validated,.input-validated{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.8831 4.31025L7.75741 17.436L3.11702 12.7956C2.89736 12.5759 2.54121 12.5759 2.3215 12.7956L1.79121 13.3259C1.57155 13.5455 1.57155 13.9017 1.79121 14.1214L7.35968 19.6898C7.57933 19.9095 7.93549 19.9095 8.15519 19.6898L22.2089 5.63611C22.4286 5.41645 22.4286 5.0603 22.2089 4.84059L21.6786 4.31025C21.4589 4.09059 21.1028 4.09059 20.8831 4.31025Z' fill='var(--Land-Green-35%2c %2336852E)'/%3e%3c/svg%3e");background-repeat:no-repeat}.input.input-error,.input.input-error:focus,.input-error,.input-error:focus{border-color:var(--Energy-Red-45, #D2141D)}.input.input-select,.input-select{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.6018 15.3255L6.16426 9.80359C5.94395 9.58328 5.94395 9.22703 6.16426 9.00671L6.49707 8.6739C6.71738 8.45359 7.07363 8.45359 7.29395 8.6739L12.0002 13.4692L16.7064 8.67859C16.9268 8.45828 17.283 8.45828 17.5033 8.67859L17.8361 9.0114C18.0564 9.23171 18.0564 9.58796 17.8361 9.80828L12.3986 15.3302C12.1783 15.5458 11.8221 15.5458 11.6018 15.3255Z' fill='var(--Sea-Blue-Main-28%2c %2300348F)'/%3e%3c/svg%3e");background-repeat:no-repeat}.avatar{font-weight:500;font-style:normal;align-items:center;background:#e6e6e5;border-radius:9999px;color:#353431;display:inline-flex;justify-content:center;overflow:hidden;text-transform:uppercase}.avatar.avatar-xl,.avatar-xl{font-size:1.125rem;line-height:1.5555555555555556;height:3rem;width:3rem}.avatar.avatar-lg,.avatar-lg{font-size:1rem;line-height:1.5;height:2.5rem;width:2.5rem}.avatar.avatar-md,.avatar-md{font-size:.875rem;line-height:1.4285714285714286;height:2rem;width:2rem}.avatar.avatar-sm,.avatar-sm{font-size:.75rem;line-height:1.3333333333333333;height:1.5rem;width:1.5rem}.avatar.avatar-xxl,.avatar-xxl{font-size:1.125rem;line-height:1.5555555555555556;height:3.5rem;width:3.5rem}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"\`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"\`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0!important}.prose :where(ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0!important}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding:.1428571em .3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-left:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.6666667em 1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-neutral{--tw-prose-body: #404040;--tw-prose-headings: #171717;--tw-prose-lead: #525252;--tw-prose-links: #171717;--tw-prose-bold: #171717;--tw-prose-counters: #737373;--tw-prose-bullets: #d4d4d4;--tw-prose-hr: #e5e5e5;--tw-prose-quotes: #171717;--tw-prose-quote-borders: #e5e5e5;--tw-prose-captions: #737373;--tw-prose-kbd: #171717;--tw-prose-kbd-shadows: 23 23 23;--tw-prose-code: #171717;--tw-prose-pre-code: #e5e5e5;--tw-prose-pre-bg: #262626;--tw-prose-th-borders: #d4d4d4;--tw-prose-td-borders: #e5e5e5;--tw-prose-invert-body: #d4d4d4;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #a3a3a3;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #a3a3a3;--tw-prose-invert-bullets: #525252;--tw-prose-invert-hr: #404040;--tw-prose-invert-quotes: #f5f5f5;--tw-prose-invert-quote-borders: #404040;--tw-prose-invert-captions: #a3a3a3;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d4d4d4;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #525252;--tw-prose-invert-td-borders: #404040}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.static{position:static}.absolute{position:absolute}.relative{position:relative}.left-\\[-3\\.25rem\\]{left:-3.25rem}.top-0{top:0}.top-\\[\\.05em\\]{top:.05em}.top-\\[3\\%\\]{top:3%}.col-span-2{grid-column:span 2 / span 2}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.ml-auto{margin-left:auto}.mt-1{margin-top:.25rem}.mt-1\\.5{margin-top:.375rem}.mt-4{margin-top:1rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.list-item{display:list-item}.h-6{height:1.5rem}.h-\\[1\\.421875rem\\]{height:1.421875rem}.h-full{height:100%}.w-6{width:1.5rem}.w-full{width:100%}.max-w-none{max-width:none}.flex-shrink-0,.shrink-0{flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.grid-cols-\\[32px\\,1fr\\]{grid-template-columns:32px 1fr}.grid-cols-\\[auto\\,1fr\\]{grid-template-columns:auto 1fr}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.bg-Dark-Blue-Main-18{--tw-bg-opacity: 1;background-color:hsl(223 67% 18% / var(--tw-bg-opacity))}.bg-Energy-Red-95{--tw-bg-opacity: 1;background-color:hsl(357 83% 95% / var(--tw-bg-opacity))}.bg-Eucalyptus-85{--tw-bg-opacity: 1;background-color:hsl(178 80% 85% / var(--tw-bg-opacity))}.bg-Land-Green-95{--tw-bg-opacity: 1;background-color:hsl(114 49% 95% / var(--tw-bg-opacity))}.bg-Lavender-90{--tw-bg-opacity: 1;background-color:hsl(232 58% 90% / var(--tw-bg-opacity))}.bg-Sea-Blue-Main-28{--tw-bg-opacity: 1;background-color:hsl(218 100% 28% / var(--tw-bg-opacity))}.bg-Sky-Blue-95{--tw-bg-opacity: 1;background-color:hsl(196 74% 95% / var(--tw-bg-opacity))}.bg-Sunflower-85{--tw-bg-opacity: 1;background-color:hsl(55 100% 85% / var(--tw-bg-opacity))}.bg-Terracotta-85{--tw-bg-opacity: 1;background-color:hsl(34 100% 85% / var(--tw-bg-opacity))}.bg-White{--tw-bg-opacity: 1;background-color:hsl(40 3% 100% / var(--tw-bg-opacity))}.bg-\\[\\#262626\\]{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.bg-\\[\\#333333\\]{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity))}.p-3{padding:.75rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pr-4{padding-right:1rem}.text-\\[\\.875rem\\]{font-size:.875rem}.font-demiBold{font-weight:600}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.text-Energy-Red-45{--tw-text-opacity: 1;color:hsl(357 83% 45% / var(--tw-text-opacity))}.text-Eucalyptus-20{--tw-text-opacity: 1;color:hsl(178 80% 20% / var(--tw-text-opacity))}.text-Land-Green-30{--tw-text-opacity: 1;color:hsl(114 49% 30% / var(--tw-text-opacity))}.text-Lavender-50{--tw-text-opacity: 1;color:hsl(232 58% 50% / var(--tw-text-opacity))}.text-Sandstone-Main-79{--tw-text-opacity: 1;color:hsl(40 3% 79% / var(--tw-text-opacity))}.text-Sea-Blue-Main-28{--tw-text-opacity: 1;color:hsl(218 100% 28% / var(--tw-text-opacity))}.text-Sky-Blue-95{--tw-text-opacity: 1;color:hsl(196 74% 95% / var(--tw-text-opacity))}.text-Sunflower-20{--tw-text-opacity: 1;color:hsl(55 100% 20% / var(--tw-text-opacity))}.text-Terracotta-20{--tw-text-opacity: 1;color:hsl(34 100% 20% / var(--tw-text-opacity))}.text-Terracotta-Main-35{--tw-text-opacity: 1;color:hsl(34 100% 35% / var(--tw-text-opacity))}.text-White{--tw-text-opacity: 1;color:hsl(40 3% 100% / var(--tw-text-opacity))}.text-\\[\\#e5e5e5\\]{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity))}.opacity-50{opacity:.5}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-\\[grid-template-rows\\]{transition-property:grid-template-rows;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.title{font-size:4rem;font-style:normal;font-weight:400;line-height:1.15625}@media only screen and (max-width: 992px){.title{font-size:2.625rem;line-height:1.2380952380952381}}.title{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark .title){color:var(--White, hsl(40 3% 100%))}.fluent-depth-0{box-shadow:var(--fluent-depth-0, 0 0 0 0 transparent)}.fluent-depth-16{box-shadow:var(--fluent-depth-16, 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .2s cubic-bezier(.4,0,1,1)}.first\\:mt-0:first-child{margin-top:0}.hover\\:bg-Sky-Blue-90:hover{--tw-bg-opacity: 1;background-color:hsl(196 74% 90% / var(--tw-bg-opacity))}.hover\\:fluent-depth-8:hover{box-shadow:var(--fluent-depth-8, 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108))}.active\\:select-none:active{-webkit-user-select:none;-moz-user-select:none;user-select:none}.active\\:bg-Sky-Blue-85:active{--tw-bg-opacity: 1;background-color:hsl(196 74% 85% / var(--tw-bg-opacity))}.active\\:fluent-depth-4:active{box-shadow:var(--fluent-depth-4, 0 1.6px 3.6px 0 rgba(0, 0, 0, .132), 0 .3px .9px 0 rgba(0, 0, 0, .108))}.group:hover .group-hover\\:opacity-100{opacity:1}.aria-expanded\\:fluent-depth-16[aria-expanded=true]{box-shadow:var(--fluent-depth-16, 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108))}.active\\:aria-expanded\\:fluent-depth-8[aria-expanded=true]:active{box-shadow:var(--fluent-depth-8, 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108))}.data-\\[expanded\\=true\\]\\:bg-Sky-Blue-85[data-expanded=true]{--tw-bg-opacity: 1;background-color:hsl(196 74% 85% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:bg-Energy-Red-95[data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 95% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:data-\\[expanded\\=true\\]\\:bg-Energy-Red-85[data-expanded=true][data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 85% / var(--tw-bg-opacity))}.data-\\[expanded\\=true\\]\\:hover\\:bg-Sky-Blue-80:hover[data-expanded=true]{--tw-bg-opacity: 1;background-color:hsl(196 74% 80% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:data-\\[expanded\\=true\\]\\:hover\\:bg-Energy-Red-80:hover[data-expanded=true][data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 80% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:hover\\:bg-Energy-Red-90:hover[data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 90% / var(--tw-bg-opacity))}.data-\\[expanded\\=true\\]\\:active\\:bg-Sky-Blue-75:active[data-expanded=true]{--tw-bg-opacity: 1;background-color:hsl(196 74% 75% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:active\\:bg-Energy-Red-85:active[data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 85% / var(--tw-bg-opacity))}.data-\\[status\\=error\\]\\:data-\\[expanded\\=true\\]\\:active\\:bg-Energy-Red-75:active[data-expanded=true][data-status=error]{--tw-bg-opacity: 1;background-color:hsl(357 83% 75% / var(--tw-bg-opacity))}.group[data-expanded=true] .group-data-\\[expanded\\=true\\]\\:-rotate-180{--tw-rotate: -180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-status=error] .group-data-\\[status\\=error\\]\\:text-Energy-Red-45{--tw-text-opacity: 1;color:hsl(357 83% 45% / var(--tw-text-opacity))}.group[data-expanded=true] .group-data-\\[expanded\\=true\\]\\:opacity-100{opacity:1}.prose-code\\:text-\\[1em\\] :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1em}`, ur = "pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2e3440}.hljs,.hljs-subst{color:#d8dee9}.hljs-selector-tag{color:#81a1c1}.hljs-selector-id{color:#8fbcbb;font-weight:700}.hljs-selector-class,.hljs-selector-attr{color:#8fbcbb}.hljs-property,.hljs-selector-pseudo{color:#88c0d0}.hljs-addition{background-color:#a3be8c80}.hljs-deletion{background-color:#bf616a80}.hljs-built_in,.hljs-type,.hljs-class{color:#8fbcbb}.hljs-function{color:#88c0d0}.hljs-title.hljs-function,.hljs-function>.hljs-title{color:#88c0d0}.hljs-keyword,.hljs-literal,.hljs-symbol{color:#81a1c1}.hljs-number{color:#b48ead}.hljs-regexp{color:#ebcb8b}.hljs-string{color:#a3be8c}.hljs-title{color:#8fbcbb}.hljs-params{color:#d8dee9}.hljs-bullet{color:#81a1c1}.hljs-code{color:#8fbcbb}.hljs-emphasis{font-style:italic}.hljs-formula{color:#8fbcbb}.hljs-strong{font-weight:700}.hljs-link:hover{text-decoration:underline}.hljs-quote,.hljs-comment{color:#4c566a}.hljs-doctag{color:#8fbcbb}.hljs-meta,.hljs-meta .hljs-keyword{color:#5e81ac}.hljs-meta .hljs-string{color:#a3be8c}.hljs-attr{color:#8fbcbb}.hljs-attribute{color:#d8dee9}.hljs-name{color:#81a1c1}.hljs-section{color:#88c0d0}.hljs-tag{color:#81a1c1}.hljs-variable,.hljs-template-variable{color:#d8dee9}.hljs-template-tag{color:#5e81ac}.language-abnf .hljs-attribute{color:#88c0d0}.language-abnf .hljs-symbol{color:#ebcb8b}.language-apache .hljs-attribute{color:#88c0d0}.language-apache .hljs-section{color:#81a1c1}.language-arduino .hljs-built_in{color:#88c0d0}.language-aspectj .hljs-meta{color:#d08770}.language-aspectj>.hljs-title{color:#88c0d0}.language-bnf .hljs-attribute{color:#8fbcbb}.language-clojure .hljs-name{color:#88c0d0}.language-clojure .hljs-symbol{color:#ebcb8b}.language-coq .hljs-built_in{color:#88c0d0}.language-cpp .hljs-meta .hljs-string{color:#8fbcbb}.language-css .hljs-built_in{color:#88c0d0}.language-css .hljs-keyword{color:#d08770}.language-diff .hljs-meta,.language-ebnf .hljs-attribute{color:#8fbcbb}.language-glsl .hljs-built_in{color:#88c0d0}.language-groovy .hljs-meta:not(:first-child){color:#d08770}.language-haxe .hljs-meta,.language-java .hljs-meta{color:#d08770}.language-ldif .hljs-attribute{color:#8fbcbb}.language-lisp .hljs-name,.language-lua .hljs-built_in,.language-moonscript .hljs-built_in,.language-nginx .hljs-attribute{color:#88c0d0}.language-nginx .hljs-section{color:#5e81ac}.language-pf .hljs-built_in,.language-processing .hljs-built_in{color:#88c0d0}.language-scss .hljs-keyword,.language-stylus .hljs-keyword{color:#81a1c1}.language-swift .hljs-meta{color:#d08770}.language-vim .hljs-built_in{color:#88c0d0;font-style:italic}.language-yaml .hljs-meta{color:#d08770}", cr = '.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.9"}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{position:relative;display:inline-block;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed;border-collapse:collapse}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .vbox{display:inline-flex;flex-direction:column;align-items:baseline}.katex .hbox{display:inline-flex;flex-direction:row;width:100%}.katex .thinbox{display:inline-flex;flex-direction:row;width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .underline .underline-line,.katex .hline,.katex .hdashline,.katex .rule{min-height:1px}.katex .mspace{display:inline-block}.katex .llap,.katex .rlap,.katex .clap{width:0;position:relative}.katex .llap>.inner,.katex .rlap>.inner,.katex .clap>.inner{position:absolute}.katex .llap>.fix,.katex .rlap>.fix,.katex .clap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .rlap>.inner,.katex .clap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{display:inline-block;border:solid 0;position:relative}.katex .overline .overline-line,.katex .underline .underline-line,.katex .hline{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .sizing.reset-size1.size1,.katex .fontsize-ensurer.reset-size1.size1{font-size:1em}.katex .sizing.reset-size1.size2,.katex .fontsize-ensurer.reset-size1.size2{font-size:1.2em}.katex .sizing.reset-size1.size3,.katex .fontsize-ensurer.reset-size1.size3{font-size:1.4em}.katex .sizing.reset-size1.size4,.katex .fontsize-ensurer.reset-size1.size4{font-size:1.6em}.katex .sizing.reset-size1.size5,.katex .fontsize-ensurer.reset-size1.size5{font-size:1.8em}.katex .sizing.reset-size1.size6,.katex .fontsize-ensurer.reset-size1.size6{font-size:2em}.katex .sizing.reset-size1.size7,.katex .fontsize-ensurer.reset-size1.size7{font-size:2.4em}.katex .sizing.reset-size1.size8,.katex .fontsize-ensurer.reset-size1.size8{font-size:2.88em}.katex .sizing.reset-size1.size9,.katex .fontsize-ensurer.reset-size1.size9{font-size:3.456em}.katex .sizing.reset-size1.size10,.katex .fontsize-ensurer.reset-size1.size10{font-size:4.148em}.katex .sizing.reset-size1.size11,.katex .fontsize-ensurer.reset-size1.size11{font-size:4.976em}.katex .sizing.reset-size2.size1,.katex .fontsize-ensurer.reset-size2.size1{font-size:.83333333em}.katex .sizing.reset-size2.size2,.katex .fontsize-ensurer.reset-size2.size2{font-size:1em}.katex .sizing.reset-size2.size3,.katex .fontsize-ensurer.reset-size2.size3{font-size:1.16666667em}.katex .sizing.reset-size2.size4,.katex .fontsize-ensurer.reset-size2.size4{font-size:1.33333333em}.katex .sizing.reset-size2.size5,.katex .fontsize-ensurer.reset-size2.size5{font-size:1.5em}.katex .sizing.reset-size2.size6,.katex .fontsize-ensurer.reset-size2.size6{font-size:1.66666667em}.katex .sizing.reset-size2.size7,.katex .fontsize-ensurer.reset-size2.size7{font-size:2em}.katex .sizing.reset-size2.size8,.katex .fontsize-ensurer.reset-size2.size8{font-size:2.4em}.katex .sizing.reset-size2.size9,.katex .fontsize-ensurer.reset-size2.size9{font-size:2.88em}.katex .sizing.reset-size2.size10,.katex .fontsize-ensurer.reset-size2.size10{font-size:3.45666667em}.katex .sizing.reset-size2.size11,.katex .fontsize-ensurer.reset-size2.size11{font-size:4.14666667em}.katex .sizing.reset-size3.size1,.katex .fontsize-ensurer.reset-size3.size1{font-size:.71428571em}.katex .sizing.reset-size3.size2,.katex .fontsize-ensurer.reset-size3.size2{font-size:.85714286em}.katex .sizing.reset-size3.size3,.katex .fontsize-ensurer.reset-size3.size3{font-size:1em}.katex .sizing.reset-size3.size4,.katex .fontsize-ensurer.reset-size3.size4{font-size:1.14285714em}.katex .sizing.reset-size3.size5,.katex .fontsize-ensurer.reset-size3.size5{font-size:1.28571429em}.katex .sizing.reset-size3.size6,.katex .fontsize-ensurer.reset-size3.size6{font-size:1.42857143em}.katex .sizing.reset-size3.size7,.katex .fontsize-ensurer.reset-size3.size7{font-size:1.71428571em}.katex .sizing.reset-size3.size8,.katex .fontsize-ensurer.reset-size3.size8{font-size:2.05714286em}.katex .sizing.reset-size3.size9,.katex .fontsize-ensurer.reset-size3.size9{font-size:2.46857143em}.katex .sizing.reset-size3.size10,.katex .fontsize-ensurer.reset-size3.size10{font-size:2.96285714em}.katex .sizing.reset-size3.size11,.katex .fontsize-ensurer.reset-size3.size11{font-size:3.55428571em}.katex .sizing.reset-size4.size1,.katex .fontsize-ensurer.reset-size4.size1{font-size:.625em}.katex .sizing.reset-size4.size2,.katex .fontsize-ensurer.reset-size4.size2{font-size:.75em}.katex .sizing.reset-size4.size3,.katex .fontsize-ensurer.reset-size4.size3{font-size:.875em}.katex .sizing.reset-size4.size4,.katex .fontsize-ensurer.reset-size4.size4{font-size:1em}.katex .sizing.reset-size4.size5,.katex .fontsize-ensurer.reset-size4.size5{font-size:1.125em}.katex .sizing.reset-size4.size6,.katex .fontsize-ensurer.reset-size4.size6{font-size:1.25em}.katex .sizing.reset-size4.size7,.katex .fontsize-ensurer.reset-size4.size7{font-size:1.5em}.katex .sizing.reset-size4.size8,.katex .fontsize-ensurer.reset-size4.size8{font-size:1.8em}.katex .sizing.reset-size4.size9,.katex .fontsize-ensurer.reset-size4.size9{font-size:2.16em}.katex .sizing.reset-size4.size10,.katex .fontsize-ensurer.reset-size4.size10{font-size:2.5925em}.katex .sizing.reset-size4.size11,.katex .fontsize-ensurer.reset-size4.size11{font-size:3.11em}.katex .sizing.reset-size5.size1,.katex .fontsize-ensurer.reset-size5.size1{font-size:.55555556em}.katex .sizing.reset-size5.size2,.katex .fontsize-ensurer.reset-size5.size2{font-size:.66666667em}.katex .sizing.reset-size5.size3,.katex .fontsize-ensurer.reset-size5.size3{font-size:.77777778em}.katex .sizing.reset-size5.size4,.katex .fontsize-ensurer.reset-size5.size4{font-size:.88888889em}.katex .sizing.reset-size5.size5,.katex .fontsize-ensurer.reset-size5.size5{font-size:1em}.katex .sizing.reset-size5.size6,.katex .fontsize-ensurer.reset-size5.size6{font-size:1.11111111em}.katex .sizing.reset-size5.size7,.katex .fontsize-ensurer.reset-size5.size7{font-size:1.33333333em}.katex .sizing.reset-size5.size8,.katex .fontsize-ensurer.reset-size5.size8{font-size:1.6em}.katex .sizing.reset-size5.size9,.katex .fontsize-ensurer.reset-size5.size9{font-size:1.92em}.katex .sizing.reset-size5.size10,.katex .fontsize-ensurer.reset-size5.size10{font-size:2.30444444em}.katex .sizing.reset-size5.size11,.katex .fontsize-ensurer.reset-size5.size11{font-size:2.76444444em}.katex .sizing.reset-size6.size1,.katex .fontsize-ensurer.reset-size6.size1{font-size:.5em}.katex .sizing.reset-size6.size2,.katex .fontsize-ensurer.reset-size6.size2{font-size:.6em}.katex .sizing.reset-size6.size3,.katex .fontsize-ensurer.reset-size6.size3{font-size:.7em}.katex .sizing.reset-size6.size4,.katex .fontsize-ensurer.reset-size6.size4{font-size:.8em}.katex .sizing.reset-size6.size5,.katex .fontsize-ensurer.reset-size6.size5{font-size:.9em}.katex .sizing.reset-size6.size6,.katex .fontsize-ensurer.reset-size6.size6{font-size:1em}.katex .sizing.reset-size6.size7,.katex .fontsize-ensurer.reset-size6.size7{font-size:1.2em}.katex .sizing.reset-size6.size8,.katex .fontsize-ensurer.reset-size6.size8{font-size:1.44em}.katex .sizing.reset-size6.size9,.katex .fontsize-ensurer.reset-size6.size9{font-size:1.728em}.katex .sizing.reset-size6.size10,.katex .fontsize-ensurer.reset-size6.size10{font-size:2.074em}.katex .sizing.reset-size6.size11,.katex .fontsize-ensurer.reset-size6.size11{font-size:2.488em}.katex .sizing.reset-size7.size1,.katex .fontsize-ensurer.reset-size7.size1{font-size:.41666667em}.katex .sizing.reset-size7.size2,.katex .fontsize-ensurer.reset-size7.size2{font-size:.5em}.katex .sizing.reset-size7.size3,.katex .fontsize-ensurer.reset-size7.size3{font-size:.58333333em}.katex .sizing.reset-size7.size4,.katex .fontsize-ensurer.reset-size7.size4{font-size:.66666667em}.katex .sizing.reset-size7.size5,.katex .fontsize-ensurer.reset-size7.size5{font-size:.75em}.katex .sizing.reset-size7.size6,.katex .fontsize-ensurer.reset-size7.size6{font-size:.83333333em}.katex .sizing.reset-size7.size7,.katex .fontsize-ensurer.reset-size7.size7{font-size:1em}.katex .sizing.reset-size7.size8,.katex .fontsize-ensurer.reset-size7.size8{font-size:1.2em}.katex .sizing.reset-size7.size9,.katex .fontsize-ensurer.reset-size7.size9{font-size:1.44em}.katex .sizing.reset-size7.size10,.katex .fontsize-ensurer.reset-size7.size10{font-size:1.72833333em}.katex .sizing.reset-size7.size11,.katex .fontsize-ensurer.reset-size7.size11{font-size:2.07333333em}.katex .sizing.reset-size8.size1,.katex .fontsize-ensurer.reset-size8.size1{font-size:.34722222em}.katex .sizing.reset-size8.size2,.katex .fontsize-ensurer.reset-size8.size2{font-size:.41666667em}.katex .sizing.reset-size8.size3,.katex .fontsize-ensurer.reset-size8.size3{font-size:.48611111em}.katex .sizing.reset-size8.size4,.katex .fontsize-ensurer.reset-size8.size4{font-size:.55555556em}.katex .sizing.reset-size8.size5,.katex .fontsize-ensurer.reset-size8.size5{font-size:.625em}.katex .sizing.reset-size8.size6,.katex .fontsize-ensurer.reset-size8.size6{font-size:.69444444em}.katex .sizing.reset-size8.size7,.katex .fontsize-ensurer.reset-size8.size7{font-size:.83333333em}.katex .sizing.reset-size8.size8,.katex .fontsize-ensurer.reset-size8.size8{font-size:1em}.katex .sizing.reset-size8.size9,.katex .fontsize-ensurer.reset-size8.size9{font-size:1.2em}.katex .sizing.reset-size8.size10,.katex .fontsize-ensurer.reset-size8.size10{font-size:1.44027778em}.katex .sizing.reset-size8.size11,.katex .fontsize-ensurer.reset-size8.size11{font-size:1.72777778em}.katex .sizing.reset-size9.size1,.katex .fontsize-ensurer.reset-size9.size1{font-size:.28935185em}.katex .sizing.reset-size9.size2,.katex .fontsize-ensurer.reset-size9.size2{font-size:.34722222em}.katex .sizing.reset-size9.size3,.katex .fontsize-ensurer.reset-size9.size3{font-size:.40509259em}.katex .sizing.reset-size9.size4,.katex .fontsize-ensurer.reset-size9.size4{font-size:.46296296em}.katex .sizing.reset-size9.size5,.katex .fontsize-ensurer.reset-size9.size5{font-size:.52083333em}.katex .sizing.reset-size9.size6,.katex .fontsize-ensurer.reset-size9.size6{font-size:.5787037em}.katex .sizing.reset-size9.size7,.katex .fontsize-ensurer.reset-size9.size7{font-size:.69444444em}.katex .sizing.reset-size9.size8,.katex .fontsize-ensurer.reset-size9.size8{font-size:.83333333em}.katex .sizing.reset-size9.size9,.katex .fontsize-ensurer.reset-size9.size9{font-size:1em}.katex .sizing.reset-size9.size10,.katex .fontsize-ensurer.reset-size9.size10{font-size:1.20023148em}.katex .sizing.reset-size9.size11,.katex .fontsize-ensurer.reset-size9.size11{font-size:1.43981481em}.katex .sizing.reset-size10.size1,.katex .fontsize-ensurer.reset-size10.size1{font-size:.24108004em}.katex .sizing.reset-size10.size2,.katex .fontsize-ensurer.reset-size10.size2{font-size:.28929605em}.katex .sizing.reset-size10.size3,.katex .fontsize-ensurer.reset-size10.size3{font-size:.33751205em}.katex .sizing.reset-size10.size4,.katex .fontsize-ensurer.reset-size10.size4{font-size:.38572806em}.katex .sizing.reset-size10.size5,.katex .fontsize-ensurer.reset-size10.size5{font-size:.43394407em}.katex .sizing.reset-size10.size6,.katex .fontsize-ensurer.reset-size10.size6{font-size:.48216008em}.katex .sizing.reset-size10.size7,.katex .fontsize-ensurer.reset-size10.size7{font-size:.57859209em}.katex .sizing.reset-size10.size8,.katex .fontsize-ensurer.reset-size10.size8{font-size:.69431051em}.katex .sizing.reset-size10.size9,.katex .fontsize-ensurer.reset-size10.size9{font-size:.83317261em}.katex .sizing.reset-size10.size10,.katex .fontsize-ensurer.reset-size10.size10{font-size:1em}.katex .sizing.reset-size10.size11,.katex .fontsize-ensurer.reset-size10.size11{font-size:1.19961427em}.katex .sizing.reset-size11.size1,.katex .fontsize-ensurer.reset-size11.size1{font-size:.20096463em}.katex .sizing.reset-size11.size2,.katex .fontsize-ensurer.reset-size11.size2{font-size:.24115756em}.katex .sizing.reset-size11.size3,.katex .fontsize-ensurer.reset-size11.size3{font-size:.28135048em}.katex .sizing.reset-size11.size4,.katex .fontsize-ensurer.reset-size11.size4{font-size:.32154341em}.katex .sizing.reset-size11.size5,.katex .fontsize-ensurer.reset-size11.size5{font-size:.36173633em}.katex .sizing.reset-size11.size6,.katex .fontsize-ensurer.reset-size11.size6{font-size:.40192926em}.katex .sizing.reset-size11.size7,.katex .fontsize-ensurer.reset-size11.size7{font-size:.48231511em}.katex .sizing.reset-size11.size8,.katex .fontsize-ensurer.reset-size11.size8{font-size:.57877814em}.katex .sizing.reset-size11.size9,.katex .fontsize-ensurer.reset-size11.size9{font-size:.69453376em}.katex .sizing.reset-size11.size10,.katex .fontsize-ensurer.reset-size11.size10{font-size:.83360129em}.katex .sizing.reset-size11.size11,.katex .fontsize-ensurer.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .op-limits>.vlist-t{text-align:center}.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:before,.katex .stretchy:after{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .x-arrow,.katex .mover,.katex .munder{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{counter-increment:katexEqnNo;content:"(" counter(katexEqnNo) ")"}.katex .mml-eqn-num:before{counter-increment:mmlEqnNo;content:"(" counter(mmlEqnNo) ")"}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;position:absolute;left:calc(50% + .3em);text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}:host{counter-reset:katexEqnNo mmlEqnNo}';
|
|
57
57
|
var We = /* @__PURE__ */ ((e) => (e[e.Messages = 0] = "Messages", e[e.OperationResultAsString = 1] = "OperationResultAsString", e[e.OperationError = 2] = "OperationError", e))(We || {}), G = /* @__PURE__ */ ((e) => (e[e.Init = 0] = "Init", e[e.Done = 1] = "Done", e[e.Error = 2] = "Error", e[e.AppendMessage = 3] = "AppendMessage", e[e.ToolCallUpdate = 4] = "ToolCallUpdate", e[e.Loop = 5] = "Loop", e[e.ToolCallTaskItemStatus = 6] = "ToolCallTaskItemStatus", e[e.ToolCallTitle = 7] = "ToolCallTitle", e[e.ToolCallLog = 8] = "ToolCallLog", e[e.ToolCallPython = 9] = "ToolCallPython", e[e.ToolCallDone = 10] = "ToolCallDone", e[e.ToolCallError = 11] = "ToolCallError", e))(G || {}), le = /* @__PURE__ */ ((e) => (e.Progress = "progress", e.Complete = "complete", e.Info = "info", e.Warning = "warning", e.Error = "error", e.Undetermined = "undetermined", e))(le || {});
|
|
58
|
-
const
|
|
58
|
+
const hr = {};
|
|
59
59
|
function pr(e, t) {
|
|
60
|
-
const n = t ||
|
|
61
|
-
return
|
|
60
|
+
const n = t || hr, r = typeof n.includeImageAlt == "boolean" ? n.includeImageAlt : !0, i = typeof n.includeHtml == "boolean" ? n.includeHtml : !0;
|
|
61
|
+
return an(e, r, i);
|
|
62
62
|
}
|
|
63
|
-
function
|
|
64
|
-
if (
|
|
63
|
+
function an(e, t, n) {
|
|
64
|
+
if (dr(e)) {
|
|
65
65
|
if ("value" in e)
|
|
66
66
|
return e.type === "html" && !n ? "" : e.value;
|
|
67
67
|
if (t && "alt" in e && e.alt)
|
|
@@ -75,10 +75,10 @@ function Ft(e, t, n) {
|
|
|
75
75
|
const r = [];
|
|
76
76
|
let i = -1;
|
|
77
77
|
for (; ++i < e.length; )
|
|
78
|
-
r[i] =
|
|
78
|
+
r[i] = an(e[i], t, n);
|
|
79
79
|
return r.join("");
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function dr(e) {
|
|
82
82
|
return !!(e && typeof e == "object");
|
|
83
83
|
}
|
|
84
84
|
const Mt = document.createElement("i");
|
|
@@ -88,7 +88,7 @@ function mt(e) {
|
|
|
88
88
|
const n = Mt.textContent;
|
|
89
89
|
return n.charCodeAt(n.length - 1) === 59 && e !== "semi" || n === t ? !1 : n;
|
|
90
90
|
}
|
|
91
|
-
function
|
|
91
|
+
function pe(e, t, n, r) {
|
|
92
92
|
const i = e.length;
|
|
93
93
|
let s = 0, a;
|
|
94
94
|
if (t < 0 ? t = -t > i ? 0 : i + t : t = t > i ? i : t, n = n > 0 ? n : 0, r.length < 1e4)
|
|
@@ -98,17 +98,17 @@ function de(e, t, n, r) {
|
|
|
98
98
|
a = r.slice(s, s + 1e4), a.unshift(t, 0), e.splice(...a), s += 1e4, t += 1e4;
|
|
99
99
|
}
|
|
100
100
|
function re(e, t) {
|
|
101
|
-
return e.length > 0 ? (
|
|
101
|
+
return e.length > 0 ? (pe(e, e.length, 0, t), e) : t;
|
|
102
102
|
}
|
|
103
103
|
const Ot = {}.hasOwnProperty;
|
|
104
|
-
function
|
|
104
|
+
function fr(e) {
|
|
105
105
|
const t = {};
|
|
106
106
|
let n = -1;
|
|
107
107
|
for (; ++n < e.length; )
|
|
108
|
-
|
|
108
|
+
mr(t, e[n]);
|
|
109
109
|
return t;
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function mr(e, t) {
|
|
112
112
|
let n;
|
|
113
113
|
for (n in t) {
|
|
114
114
|
const i = (Ot.call(e, n) ? e[n] : void 0) || (e[n] = {}), s = t[n];
|
|
@@ -117,7 +117,7 @@ function gr(e, t) {
|
|
|
117
117
|
for (a in s) {
|
|
118
118
|
Ot.call(i, a) || (i[a] = []);
|
|
119
119
|
const o = s[a];
|
|
120
|
-
|
|
120
|
+
gr(
|
|
121
121
|
// @ts-expect-error Looks like a list.
|
|
122
122
|
i[a],
|
|
123
123
|
Array.isArray(o) ? o : o ? [o] : []
|
|
@@ -125,14 +125,14 @@ function gr(e, t) {
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
function
|
|
128
|
+
function gr(e, t) {
|
|
129
129
|
let n = -1;
|
|
130
130
|
const r = [];
|
|
131
131
|
for (; ++n < t.length; )
|
|
132
132
|
(t[n].add === "after" ? e : r).push(t[n]);
|
|
133
|
-
|
|
133
|
+
pe(e, 0, 0, r);
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function on(e, t) {
|
|
136
136
|
const n = Number.parseInt(e, t);
|
|
137
137
|
return (
|
|
138
138
|
// C0 except for HT, LF, FF, CR, space.
|
|
@@ -148,7 +148,7 @@ function ln(e, t) {
|
|
|
148
148
|
function Me(e) {
|
|
149
149
|
return e.replace(/[\t\n\r ]+/g, " ").replace(/^ | $/g, "").toLowerCase().toUpperCase();
|
|
150
150
|
}
|
|
151
|
-
const he = Ce(/[A-Za-z]/), ue = Ce(/[\dA-Za-z]/),
|
|
151
|
+
const he = Ce(/[A-Za-z]/), ue = Ce(/[\dA-Za-z]/), wr = Ce(/[#-'*+\--9=?A-Z^-~]/);
|
|
152
152
|
function st(e) {
|
|
153
153
|
return (
|
|
154
154
|
// Special whitespace codes (which have negative values), C0 and Control
|
|
@@ -156,7 +156,7 @@ function st(e) {
|
|
|
156
156
|
e !== null && (e < 32 || e === 127)
|
|
157
157
|
);
|
|
158
158
|
}
|
|
159
|
-
const at = Ce(/\d/),
|
|
159
|
+
const at = Ce(/\d/), xr = Ce(/[\dA-Fa-f]/), br = Ce(/[!-/:-@[-`{-~]/);
|
|
160
160
|
function E(e) {
|
|
161
161
|
return e !== null && e < -2;
|
|
162
162
|
}
|
|
@@ -166,7 +166,7 @@ function J(e) {
|
|
|
166
166
|
function N(e) {
|
|
167
167
|
return e === -2 || e === -1 || e === 32;
|
|
168
168
|
}
|
|
169
|
-
const
|
|
169
|
+
const yr = Ce(new RegExp("\\p{P}|\\p{S}", "u")), kr = Ce(/\s/);
|
|
170
170
|
function Ce(e) {
|
|
171
171
|
return t;
|
|
172
172
|
function t(n) {
|
|
@@ -184,10 +184,10 @@ function D(e, t, n, r) {
|
|
|
184
184
|
return N(l) && s++ < i ? (e.consume(l), o) : (e.exit(n), t(l));
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
const
|
|
188
|
-
tokenize:
|
|
187
|
+
const zr = {
|
|
188
|
+
tokenize: vr
|
|
189
189
|
};
|
|
190
|
-
function
|
|
190
|
+
function vr(e) {
|
|
191
191
|
const t = e.attempt(
|
|
192
192
|
this.parser.constructs.contentInitial,
|
|
193
193
|
r,
|
|
@@ -220,12 +220,12 @@ function Sr(e) {
|
|
|
220
220
|
return E(o) ? (e.consume(o), e.exit("chunkText"), s) : (e.consume(o), a);
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
|
-
const
|
|
224
|
-
tokenize:
|
|
223
|
+
const Sr = {
|
|
224
|
+
tokenize: Cr
|
|
225
225
|
}, Nt = {
|
|
226
|
-
tokenize:
|
|
226
|
+
tokenize: Er
|
|
227
227
|
};
|
|
228
|
-
function
|
|
228
|
+
function Cr(e) {
|
|
229
229
|
const t = this, n = [];
|
|
230
230
|
let r = 0, i, s, a;
|
|
231
231
|
return o;
|
|
@@ -254,7 +254,7 @@ function Er(e) {
|
|
|
254
254
|
let F = P;
|
|
255
255
|
for (; F < t.events.length; )
|
|
256
256
|
t.events[F][1].end = Object.assign({}, b), F++;
|
|
257
|
-
return
|
|
257
|
+
return pe(
|
|
258
258
|
t.events,
|
|
259
259
|
O + 1,
|
|
260
260
|
0,
|
|
@@ -266,24 +266,24 @@ function Er(e) {
|
|
|
266
266
|
function u(C) {
|
|
267
267
|
if (r === n.length) {
|
|
268
268
|
if (!i)
|
|
269
|
-
return
|
|
269
|
+
return d(C);
|
|
270
270
|
if (i.currentConstruct && i.currentConstruct.concrete)
|
|
271
271
|
return k(C);
|
|
272
272
|
t.interrupt = !!(i.currentConstruct && !i._gfmTableDynamicInterruptHack);
|
|
273
273
|
}
|
|
274
274
|
return t.containerState = {}, e.check(
|
|
275
275
|
Nt,
|
|
276
|
-
|
|
276
|
+
p,
|
|
277
277
|
h
|
|
278
278
|
)(C);
|
|
279
279
|
}
|
|
280
|
-
function
|
|
281
|
-
return i && z(), y(r),
|
|
280
|
+
function p(C) {
|
|
281
|
+
return i && z(), y(r), d(C);
|
|
282
282
|
}
|
|
283
283
|
function h(C) {
|
|
284
284
|
return t.parser.lazy[t.now().line] = r !== n.length, a = t.now().offset, k(C);
|
|
285
285
|
}
|
|
286
|
-
function
|
|
286
|
+
function d(C) {
|
|
287
287
|
return t.containerState = {}, e.attempt(
|
|
288
288
|
Nt,
|
|
289
289
|
c,
|
|
@@ -291,7 +291,7 @@ function Er(e) {
|
|
|
291
291
|
)(C);
|
|
292
292
|
}
|
|
293
293
|
function c(C) {
|
|
294
|
-
return r++, n.push([t.currentConstruct, t.containerState]),
|
|
294
|
+
return r++, n.push([t.currentConstruct, t.containerState]), d(C);
|
|
295
295
|
}
|
|
296
296
|
function k(C) {
|
|
297
297
|
if (C === null) {
|
|
@@ -335,7 +335,7 @@ function Er(e) {
|
|
|
335
335
|
}
|
|
336
336
|
for (y(r), b = F; b < t.events.length; )
|
|
337
337
|
t.events[b][1].end = Object.assign({}, g), b++;
|
|
338
|
-
|
|
338
|
+
pe(
|
|
339
339
|
t.events,
|
|
340
340
|
U + 1,
|
|
341
341
|
0,
|
|
@@ -355,7 +355,7 @@ function Er(e) {
|
|
|
355
355
|
i.write([null]), s = void 0, i = void 0, t.containerState._closeFlow = void 0;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
function
|
|
358
|
+
function Er(e, t, n) {
|
|
359
359
|
return D(
|
|
360
360
|
e,
|
|
361
361
|
e.attempt(this.parser.constructs.document, t, n),
|
|
@@ -364,9 +364,9 @@ function _r(e, t, n) {
|
|
|
364
364
|
);
|
|
365
365
|
}
|
|
366
366
|
function Rt(e) {
|
|
367
|
-
if (e === null || J(e) ||
|
|
367
|
+
if (e === null || J(e) || kr(e))
|
|
368
368
|
return 1;
|
|
369
|
-
if (
|
|
369
|
+
if (yr(e))
|
|
370
370
|
return 2;
|
|
371
371
|
}
|
|
372
372
|
function gt(e, t, n) {
|
|
@@ -380,11 +380,11 @@ function gt(e, t, n) {
|
|
|
380
380
|
}
|
|
381
381
|
const ot = {
|
|
382
382
|
name: "attention",
|
|
383
|
-
tokenize:
|
|
384
|
-
resolveAll:
|
|
383
|
+
tokenize: Tr,
|
|
384
|
+
resolveAll: _r
|
|
385
385
|
};
|
|
386
|
-
function
|
|
387
|
-
let n = -1, r, i, s, a, o, l, u,
|
|
386
|
+
function _r(e, t) {
|
|
387
|
+
let n = -1, r, i, s, a, o, l, u, p;
|
|
388
388
|
for (; ++n < e.length; )
|
|
389
389
|
if (e[n][0] === "enter" && e[n][1].type === "attentionSequence" && e[n][1]._close) {
|
|
390
390
|
for (r = n; r--; )
|
|
@@ -393,15 +393,15 @@ function Tr(e, t) {
|
|
|
393
393
|
if ((e[r][1]._close || e[n][1]._open) && (e[n][1].end.offset - e[n][1].start.offset) % 3 && !((e[r][1].end.offset - e[r][1].start.offset + e[n][1].end.offset - e[n][1].start.offset) % 3))
|
|
394
394
|
continue;
|
|
395
395
|
l = e[r][1].end.offset - e[r][1].start.offset > 1 && e[n][1].end.offset - e[n][1].start.offset > 1 ? 2 : 1;
|
|
396
|
-
const h = Object.assign({}, e[r][1].end),
|
|
397
|
-
Dt(h, -l), Dt(
|
|
396
|
+
const h = Object.assign({}, e[r][1].end), d = Object.assign({}, e[n][1].start);
|
|
397
|
+
Dt(h, -l), Dt(d, l), a = {
|
|
398
398
|
type: l > 1 ? "strongSequence" : "emphasisSequence",
|
|
399
399
|
start: h,
|
|
400
400
|
end: Object.assign({}, e[r][1].end)
|
|
401
401
|
}, o = {
|
|
402
402
|
type: l > 1 ? "strongSequence" : "emphasisSequence",
|
|
403
403
|
start: Object.assign({}, e[n][1].start),
|
|
404
|
-
end:
|
|
404
|
+
end: d
|
|
405
405
|
}, s = {
|
|
406
406
|
type: l > 1 ? "strongText" : "emphasisText",
|
|
407
407
|
start: Object.assign({}, e[r][1].end),
|
|
@@ -430,10 +430,10 @@ function Tr(e, t) {
|
|
|
430
430
|
["enter", o, t],
|
|
431
431
|
["exit", o, t],
|
|
432
432
|
["exit", i, t]
|
|
433
|
-
]), e[n][1].end.offset - e[n][1].start.offset ? (
|
|
433
|
+
]), e[n][1].end.offset - e[n][1].start.offset ? (p = 2, u = re(u, [
|
|
434
434
|
["enter", e[n][1], t],
|
|
435
435
|
["exit", e[n][1], t]
|
|
436
|
-
])) :
|
|
436
|
+
])) : p = 0, pe(e, r - 1, n - r + 3, u), n = r + u.length - p - 2;
|
|
437
437
|
break;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
@@ -441,7 +441,7 @@ function Tr(e, t) {
|
|
|
441
441
|
e[n][1].type === "attentionSequence" && (e[n][1].type = "data");
|
|
442
442
|
return e;
|
|
443
443
|
}
|
|
444
|
-
function
|
|
444
|
+
function Tr(e, t) {
|
|
445
445
|
const n = this.parser.constructs.attentionMarkers.null, r = this.previous, i = Rt(r);
|
|
446
446
|
let s;
|
|
447
447
|
return a;
|
|
@@ -451,18 +451,18 @@ function Ar(e, t) {
|
|
|
451
451
|
function o(l) {
|
|
452
452
|
if (l === s)
|
|
453
453
|
return e.consume(l), o;
|
|
454
|
-
const u = e.exit("attentionSequence"),
|
|
455
|
-
return u._open = !!(s === 42 ? h : h && (i || !
|
|
454
|
+
const u = e.exit("attentionSequence"), p = Rt(l), h = !p || p === 2 && i || n.includes(l), d = !i || i === 2 && p || n.includes(r);
|
|
455
|
+
return u._open = !!(s === 42 ? h : h && (i || !d)), u._close = !!(s === 42 ? d : d && (p || !h)), t(l);
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
function Dt(e, t) {
|
|
459
459
|
e.column += t, e.offset += t, e._bufferIndex += t;
|
|
460
460
|
}
|
|
461
|
-
const
|
|
461
|
+
const Ar = {
|
|
462
462
|
name: "autolink",
|
|
463
|
-
tokenize:
|
|
463
|
+
tokenize: Lr
|
|
464
464
|
};
|
|
465
|
-
function
|
|
465
|
+
function Lr(e, t, n) {
|
|
466
466
|
let r = 0;
|
|
467
467
|
return i;
|
|
468
468
|
function i(c) {
|
|
@@ -481,27 +481,27 @@ function Ir(e, t, n) {
|
|
|
481
481
|
return c === 62 ? (e.exit("autolinkProtocol"), e.enter("autolinkMarker"), e.consume(c), e.exit("autolinkMarker"), e.exit("autolink"), t) : c === null || c === 32 || c === 60 || st(c) ? n(c) : (e.consume(c), l);
|
|
482
482
|
}
|
|
483
483
|
function u(c) {
|
|
484
|
-
return c === 64 ? (e.consume(c),
|
|
484
|
+
return c === 64 ? (e.consume(c), p) : wr(c) ? (e.consume(c), u) : n(c);
|
|
485
485
|
}
|
|
486
|
-
function
|
|
486
|
+
function p(c) {
|
|
487
487
|
return ue(c) ? h(c) : n(c);
|
|
488
488
|
}
|
|
489
489
|
function h(c) {
|
|
490
|
-
return c === 46 ? (e.consume(c), r = 0,
|
|
490
|
+
return c === 46 ? (e.consume(c), r = 0, p) : c === 62 ? (e.exit("autolinkProtocol").type = "autolinkEmail", e.enter("autolinkMarker"), e.consume(c), e.exit("autolinkMarker"), e.exit("autolink"), t) : d(c);
|
|
491
491
|
}
|
|
492
|
-
function
|
|
492
|
+
function d(c) {
|
|
493
493
|
if ((c === 45 || ue(c)) && r++ < 63) {
|
|
494
|
-
const k = c === 45 ?
|
|
494
|
+
const k = c === 45 ? d : h;
|
|
495
495
|
return e.consume(c), k;
|
|
496
496
|
}
|
|
497
497
|
return n(c);
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
500
|
const Ze = {
|
|
501
|
-
tokenize:
|
|
501
|
+
tokenize: Ir,
|
|
502
502
|
partial: !0
|
|
503
503
|
};
|
|
504
|
-
function
|
|
504
|
+
function Ir(e, t, n) {
|
|
505
505
|
return r;
|
|
506
506
|
function r(s) {
|
|
507
507
|
return N(s) ? D(e, i, "linePrefix")(s) : i(s);
|
|
@@ -510,15 +510,15 @@ function Br(e, t, n) {
|
|
|
510
510
|
return s === null || E(s) ? t(s) : n(s);
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
|
-
const
|
|
513
|
+
const ln = {
|
|
514
514
|
name: "blockQuote",
|
|
515
|
-
tokenize:
|
|
515
|
+
tokenize: Br,
|
|
516
516
|
continuation: {
|
|
517
|
-
tokenize:
|
|
517
|
+
tokenize: Fr
|
|
518
518
|
},
|
|
519
|
-
exit:
|
|
519
|
+
exit: Mr
|
|
520
520
|
};
|
|
521
|
-
function
|
|
521
|
+
function Br(e, t, n) {
|
|
522
522
|
const r = this;
|
|
523
523
|
return i;
|
|
524
524
|
function i(a) {
|
|
@@ -534,7 +534,7 @@ function Fr(e, t, n) {
|
|
|
534
534
|
return N(a) ? (e.enter("blockQuotePrefixWhitespace"), e.consume(a), e.exit("blockQuotePrefixWhitespace"), e.exit("blockQuotePrefix"), t) : (e.exit("blockQuotePrefix"), t(a));
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
|
-
function
|
|
537
|
+
function Fr(e, t, n) {
|
|
538
538
|
const r = this;
|
|
539
539
|
return i;
|
|
540
540
|
function i(a) {
|
|
@@ -546,30 +546,30 @@ function Mr(e, t, n) {
|
|
|
546
546
|
)(a) : s(a);
|
|
547
547
|
}
|
|
548
548
|
function s(a) {
|
|
549
|
-
return e.attempt(
|
|
549
|
+
return e.attempt(ln, t, n)(a);
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function Mr(e) {
|
|
553
553
|
e.exit("blockQuote");
|
|
554
554
|
}
|
|
555
|
-
const
|
|
555
|
+
const un = {
|
|
556
556
|
name: "characterEscape",
|
|
557
|
-
tokenize:
|
|
557
|
+
tokenize: Or
|
|
558
558
|
};
|
|
559
|
-
function
|
|
559
|
+
function Or(e, t, n) {
|
|
560
560
|
return r;
|
|
561
561
|
function r(s) {
|
|
562
562
|
return e.enter("characterEscape"), e.enter("escapeMarker"), e.consume(s), e.exit("escapeMarker"), i;
|
|
563
563
|
}
|
|
564
564
|
function i(s) {
|
|
565
|
-
return
|
|
565
|
+
return br(s) ? (e.enter("characterEscapeValue"), e.consume(s), e.exit("characterEscapeValue"), e.exit("characterEscape"), t) : n(s);
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
|
-
const
|
|
568
|
+
const cn = {
|
|
569
569
|
name: "characterReference",
|
|
570
|
-
tokenize:
|
|
570
|
+
tokenize: Nr
|
|
571
571
|
};
|
|
572
|
-
function
|
|
572
|
+
function Nr(e, t, n) {
|
|
573
573
|
const r = this;
|
|
574
574
|
let i = 0, s, a;
|
|
575
575
|
return o;
|
|
@@ -577,28 +577,28 @@ function Rr(e, t, n) {
|
|
|
577
577
|
return e.enter("characterReference"), e.enter("characterReferenceMarker"), e.consume(h), e.exit("characterReferenceMarker"), l;
|
|
578
578
|
}
|
|
579
579
|
function l(h) {
|
|
580
|
-
return h === 35 ? (e.enter("characterReferenceMarkerNumeric"), e.consume(h), e.exit("characterReferenceMarkerNumeric"), u) : (e.enter("characterReferenceValue"), s = 31, a = ue,
|
|
580
|
+
return h === 35 ? (e.enter("characterReferenceMarkerNumeric"), e.consume(h), e.exit("characterReferenceMarkerNumeric"), u) : (e.enter("characterReferenceValue"), s = 31, a = ue, p(h));
|
|
581
581
|
}
|
|
582
582
|
function u(h) {
|
|
583
|
-
return h === 88 || h === 120 ? (e.enter("characterReferenceMarkerHexadecimal"), e.consume(h), e.exit("characterReferenceMarkerHexadecimal"), e.enter("characterReferenceValue"), s = 6, a =
|
|
583
|
+
return h === 88 || h === 120 ? (e.enter("characterReferenceMarkerHexadecimal"), e.consume(h), e.exit("characterReferenceMarkerHexadecimal"), e.enter("characterReferenceValue"), s = 6, a = xr, p) : (e.enter("characterReferenceValue"), s = 7, a = at, p(h));
|
|
584
584
|
}
|
|
585
|
-
function
|
|
585
|
+
function p(h) {
|
|
586
586
|
if (h === 59 && i) {
|
|
587
|
-
const
|
|
588
|
-
return a === ue && !mt(r.sliceSerialize(
|
|
587
|
+
const d = e.exit("characterReferenceValue");
|
|
588
|
+
return a === ue && !mt(r.sliceSerialize(d)) ? n(h) : (e.enter("characterReferenceMarker"), e.consume(h), e.exit("characterReferenceMarker"), e.exit("characterReference"), t);
|
|
589
589
|
}
|
|
590
|
-
return a(h) && i++ < s ? (e.consume(h),
|
|
590
|
+
return a(h) && i++ < s ? (e.consume(h), p) : n(h);
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
593
|
const Pt = {
|
|
594
|
-
tokenize:
|
|
594
|
+
tokenize: Dr,
|
|
595
595
|
partial: !0
|
|
596
596
|
}, jt = {
|
|
597
597
|
name: "codeFenced",
|
|
598
|
-
tokenize:
|
|
598
|
+
tokenize: Rr,
|
|
599
599
|
concrete: !0
|
|
600
600
|
};
|
|
601
|
-
function
|
|
601
|
+
function Rr(e, t, n) {
|
|
602
602
|
const r = this, i = {
|
|
603
603
|
tokenize: O,
|
|
604
604
|
partial: !0
|
|
@@ -610,18 +610,18 @@ function Dr(e, t, n) {
|
|
|
610
610
|
}
|
|
611
611
|
function u(b) {
|
|
612
612
|
const F = r.events[r.events.length - 1];
|
|
613
|
-
return s = F && F[1].type === "linePrefix" ? F[2].sliceSerialize(F[1], !0).length : 0, o = b, e.enter("codeFenced"), e.enter("codeFencedFence"), e.enter("codeFencedFenceSequence"),
|
|
613
|
+
return s = F && F[1].type === "linePrefix" ? F[2].sliceSerialize(F[1], !0).length : 0, o = b, e.enter("codeFenced"), e.enter("codeFencedFence"), e.enter("codeFencedFenceSequence"), p(b);
|
|
614
614
|
}
|
|
615
|
-
function
|
|
616
|
-
return b === o ? (a++, e.consume(b),
|
|
615
|
+
function p(b) {
|
|
616
|
+
return b === o ? (a++, e.consume(b), p) : a < 3 ? n(b) : (e.exit("codeFencedFenceSequence"), N(b) ? D(e, h, "whitespace")(b) : h(b));
|
|
617
617
|
}
|
|
618
618
|
function h(b) {
|
|
619
619
|
return b === null || E(b) ? (e.exit("codeFencedFence"), r.interrupt ? t(b) : e.check(Pt, x, P)(b)) : (e.enter("codeFencedFenceInfo"), e.enter("chunkString", {
|
|
620
620
|
contentType: "string"
|
|
621
|
-
}),
|
|
621
|
+
}), d(b));
|
|
622
622
|
}
|
|
623
|
-
function
|
|
624
|
-
return b === null || E(b) ? (e.exit("chunkString"), e.exit("codeFencedFenceInfo"), h(b)) : N(b) ? (e.exit("chunkString"), e.exit("codeFencedFenceInfo"), D(e, c, "whitespace")(b)) : b === 96 && b === o ? n(b) : (e.consume(b),
|
|
623
|
+
function d(b) {
|
|
624
|
+
return b === null || E(b) ? (e.exit("chunkString"), e.exit("codeFencedFenceInfo"), h(b)) : N(b) ? (e.exit("chunkString"), e.exit("codeFencedFenceInfo"), D(e, c, "whitespace")(b)) : b === 96 && b === o ? n(b) : (e.consume(b), d);
|
|
625
625
|
}
|
|
626
626
|
function c(b) {
|
|
627
627
|
return b === null || E(b) ? h(b) : (e.enter("codeFencedFenceMeta"), e.enter("chunkString", {
|
|
@@ -679,7 +679,7 @@ function Dr(e, t, n) {
|
|
|
679
679
|
}
|
|
680
680
|
}
|
|
681
681
|
}
|
|
682
|
-
function
|
|
682
|
+
function Dr(e, t, n) {
|
|
683
683
|
const r = this;
|
|
684
684
|
return i;
|
|
685
685
|
function i(a) {
|
|
@@ -691,23 +691,23 @@ function Pr(e, t, n) {
|
|
|
691
691
|
}
|
|
692
692
|
const Ye = {
|
|
693
693
|
name: "codeIndented",
|
|
694
|
-
tokenize:
|
|
695
|
-
},
|
|
696
|
-
tokenize:
|
|
694
|
+
tokenize: jr
|
|
695
|
+
}, Pr = {
|
|
696
|
+
tokenize: Ur,
|
|
697
697
|
partial: !0
|
|
698
698
|
};
|
|
699
|
-
function
|
|
699
|
+
function jr(e, t, n) {
|
|
700
700
|
const r = this;
|
|
701
701
|
return i;
|
|
702
702
|
function i(u) {
|
|
703
703
|
return e.enter("codeIndented"), D(e, s, "linePrefix", 5)(u);
|
|
704
704
|
}
|
|
705
705
|
function s(u) {
|
|
706
|
-
const
|
|
707
|
-
return
|
|
706
|
+
const p = r.events[r.events.length - 1];
|
|
707
|
+
return p && p[1].type === "linePrefix" && p[2].sliceSerialize(p[1], !0).length >= 4 ? a(u) : n(u);
|
|
708
708
|
}
|
|
709
709
|
function a(u) {
|
|
710
|
-
return u === null ? l(u) : E(u) ? e.attempt(
|
|
710
|
+
return u === null ? l(u) : E(u) ? e.attempt(Pr, a, l)(u) : (e.enter("codeFlowValue"), o(u));
|
|
711
711
|
}
|
|
712
712
|
function o(u) {
|
|
713
713
|
return u === null || E(u) ? (e.exit("codeFlowValue"), a(u)) : (e.consume(u), o);
|
|
@@ -716,7 +716,7 @@ function Ur(e, t, n) {
|
|
|
716
716
|
return e.exit("codeIndented"), t(u);
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
|
-
function
|
|
719
|
+
function Ur(e, t, n) {
|
|
720
720
|
const r = this;
|
|
721
721
|
return i;
|
|
722
722
|
function i(a) {
|
|
@@ -727,13 +727,13 @@ function qr(e, t, n) {
|
|
|
727
727
|
return o && o[1].type === "linePrefix" && o[2].sliceSerialize(o[1], !0).length >= 4 ? t(a) : E(a) ? i(a) : n(a);
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
|
-
const
|
|
730
|
+
const qr = {
|
|
731
731
|
name: "codeText",
|
|
732
|
-
tokenize:
|
|
733
|
-
resolve:
|
|
734
|
-
previous:
|
|
732
|
+
tokenize: Wr,
|
|
733
|
+
resolve: Hr,
|
|
734
|
+
previous: Gr
|
|
735
735
|
};
|
|
736
|
-
function
|
|
736
|
+
function Hr(e) {
|
|
737
737
|
let t = e.length - 4, n = 3, r, i;
|
|
738
738
|
if ((e[n][1].type === "lineEnding" || e[n][1].type === "space") && (e[t][1].type === "lineEnding" || e[t][1].type === "space")) {
|
|
739
739
|
for (r = n; ++r < t; )
|
|
@@ -746,10 +746,10 @@ function Gr(e) {
|
|
|
746
746
|
i === void 0 ? r !== t && e[r][1].type !== "lineEnding" && (i = r) : (r === t || e[r][1].type === "lineEnding") && (e[i][1].type = "codeTextData", r !== i + 2 && (e[i][1].end = e[r - 1][1].end, e.splice(i + 2, r - i - 2), t -= r - i - 2, r = i + 2), i = void 0);
|
|
747
747
|
return e;
|
|
748
748
|
}
|
|
749
|
-
function
|
|
749
|
+
function Gr(e) {
|
|
750
750
|
return e !== 96 || this.events[this.events.length - 1][1].type === "characterEscape";
|
|
751
751
|
}
|
|
752
|
-
function
|
|
752
|
+
function Wr(e, t, n) {
|
|
753
753
|
let r = 0, i, s;
|
|
754
754
|
return a;
|
|
755
755
|
function a(h) {
|
|
@@ -759,16 +759,16 @@ function Vr(e, t, n) {
|
|
|
759
759
|
return h === 96 ? (e.consume(h), r++, o) : (e.exit("codeTextSequence"), l(h));
|
|
760
760
|
}
|
|
761
761
|
function l(h) {
|
|
762
|
-
return h === null ? n(h) : h === 32 ? (e.enter("space"), e.consume(h), e.exit("space"), l) : h === 96 ? (s = e.enter("codeTextSequence"), i = 0,
|
|
762
|
+
return h === null ? n(h) : h === 32 ? (e.enter("space"), e.consume(h), e.exit("space"), l) : h === 96 ? (s = e.enter("codeTextSequence"), i = 0, p(h)) : E(h) ? (e.enter("lineEnding"), e.consume(h), e.exit("lineEnding"), l) : (e.enter("codeTextData"), u(h));
|
|
763
763
|
}
|
|
764
764
|
function u(h) {
|
|
765
765
|
return h === null || h === 32 || h === 96 || E(h) ? (e.exit("codeTextData"), l(h)) : (e.consume(h), u);
|
|
766
766
|
}
|
|
767
|
-
function
|
|
768
|
-
return h === 96 ? (e.consume(h), i++,
|
|
767
|
+
function p(h) {
|
|
768
|
+
return h === 96 ? (e.consume(h), i++, p) : i === r ? (e.exit("codeTextSequence"), e.exit("codeText"), t(h)) : (s.type = "codeTextData", u(h));
|
|
769
769
|
}
|
|
770
770
|
}
|
|
771
|
-
function
|
|
771
|
+
function hn(e) {
|
|
772
772
|
const t = {};
|
|
773
773
|
let n = -1, r, i, s, a, o, l, u;
|
|
774
774
|
for (; ++n < e.length; ) {
|
|
@@ -778,48 +778,48 @@ function dn(e) {
|
|
|
778
778
|
for (; ++s < l.length && l[s][1].type !== "content"; )
|
|
779
779
|
l[s][1].type === "chunkText" && (l[s][1]._isInFirstContentOfListItem = !0, s++);
|
|
780
780
|
if (r[0] === "enter")
|
|
781
|
-
r[1].contentType && (Object.assign(t,
|
|
781
|
+
r[1].contentType && (Object.assign(t, Vr(e, n)), n = t[n], u = !0);
|
|
782
782
|
else if (r[1]._container) {
|
|
783
783
|
for (s = n, i = void 0; s-- && (a = e[s], a[1].type === "lineEnding" || a[1].type === "lineEndingBlank"); )
|
|
784
784
|
a[0] === "enter" && (i && (e[i][1].type = "lineEndingBlank"), a[1].type = "lineEnding", i = s);
|
|
785
|
-
i && (r[1].end = Object.assign({}, e[i][1].start), o = e.slice(i, n), o.unshift(r),
|
|
785
|
+
i && (r[1].end = Object.assign({}, e[i][1].start), o = e.slice(i, n), o.unshift(r), pe(e, i, n - i + 1, o));
|
|
786
786
|
}
|
|
787
787
|
}
|
|
788
788
|
return !u;
|
|
789
789
|
}
|
|
790
|
-
function
|
|
790
|
+
function Vr(e, t) {
|
|
791
791
|
const n = e[t][1], r = e[t][2];
|
|
792
792
|
let i = t - 1;
|
|
793
793
|
const s = [], a = n._tokenizer || r.parser[n.contentType](n.start), o = a.events, l = [], u = {};
|
|
794
|
-
let
|
|
794
|
+
let p, h, d = -1, c = n, k = 0, x = 0;
|
|
795
795
|
const L = [x];
|
|
796
796
|
for (; c; ) {
|
|
797
797
|
for (; e[++i][1] !== c; )
|
|
798
798
|
;
|
|
799
|
-
s.push(i), c._tokenizer || (
|
|
799
|
+
s.push(i), c._tokenizer || (p = r.sliceStream(c), c.next || p.push(null), h && a.defineSkip(c.start), c._isInFirstContentOfListItem && (a._gfmTasklistFirstContentOfListItem = !0), a.write(p), c._isInFirstContentOfListItem && (a._gfmTasklistFirstContentOfListItem = void 0)), h = c, c = c.next;
|
|
800
800
|
}
|
|
801
|
-
for (c = n; ++
|
|
801
|
+
for (c = n; ++d < o.length; )
|
|
802
802
|
// Find a void token that includes a break.
|
|
803
|
-
o[
|
|
804
|
-
for (a.events = [], c ? (c._tokenizer = void 0, c.previous = void 0) : L.pop(),
|
|
805
|
-
const y = o.slice(L[
|
|
806
|
-
l.unshift([z, z + y.length - 1]),
|
|
803
|
+
o[d][0] === "exit" && o[d - 1][0] === "enter" && o[d][1].type === o[d - 1][1].type && o[d][1].start.line !== o[d][1].end.line && (x = d + 1, L.push(x), c._tokenizer = void 0, c.previous = void 0, c = c.next);
|
|
804
|
+
for (a.events = [], c ? (c._tokenizer = void 0, c.previous = void 0) : L.pop(), d = L.length; d--; ) {
|
|
805
|
+
const y = o.slice(L[d], L[d + 1]), z = s.pop();
|
|
806
|
+
l.unshift([z, z + y.length - 1]), pe(e, z, 2, y);
|
|
807
807
|
}
|
|
808
|
-
for (
|
|
809
|
-
u[k + l[
|
|
808
|
+
for (d = -1; ++d < l.length; )
|
|
809
|
+
u[k + l[d][0]] = k + l[d][1], k += l[d][1] - l[d][0] - 1;
|
|
810
810
|
return u;
|
|
811
811
|
}
|
|
812
|
-
const
|
|
812
|
+
const $r = {
|
|
813
|
+
tokenize: Qr,
|
|
814
|
+
resolve: Kr
|
|
815
|
+
}, Xr = {
|
|
813
816
|
tokenize: Zr,
|
|
814
|
-
resolve: Qr
|
|
815
|
-
}, Kr = {
|
|
816
|
-
tokenize: Jr,
|
|
817
817
|
partial: !0
|
|
818
818
|
};
|
|
819
|
-
function
|
|
820
|
-
return
|
|
819
|
+
function Kr(e) {
|
|
820
|
+
return hn(e), e;
|
|
821
821
|
}
|
|
822
|
-
function
|
|
822
|
+
function Qr(e, t) {
|
|
823
823
|
let n;
|
|
824
824
|
return r;
|
|
825
825
|
function r(o) {
|
|
@@ -829,7 +829,7 @@ function Zr(e, t) {
|
|
|
829
829
|
}
|
|
830
830
|
function i(o) {
|
|
831
831
|
return o === null ? s(o) : E(o) ? e.check(
|
|
832
|
-
|
|
832
|
+
Xr,
|
|
833
833
|
a,
|
|
834
834
|
s
|
|
835
835
|
)(o) : (e.consume(o), i);
|
|
@@ -844,7 +844,7 @@ function Zr(e, t) {
|
|
|
844
844
|
}), n = n.next, i;
|
|
845
845
|
}
|
|
846
846
|
}
|
|
847
|
-
function
|
|
847
|
+
function Zr(e, t, n) {
|
|
848
848
|
const r = this;
|
|
849
849
|
return i;
|
|
850
850
|
function i(a) {
|
|
@@ -859,74 +859,74 @@ function Jr(e, t, n) {
|
|
|
859
859
|
}
|
|
860
860
|
function pn(e, t, n, r, i, s, a, o, l) {
|
|
861
861
|
const u = l || Number.POSITIVE_INFINITY;
|
|
862
|
-
let
|
|
862
|
+
let p = 0;
|
|
863
863
|
return h;
|
|
864
864
|
function h(y) {
|
|
865
|
-
return y === 60 ? (e.enter(r), e.enter(i), e.enter(s), e.consume(y), e.exit(s),
|
|
865
|
+
return y === 60 ? (e.enter(r), e.enter(i), e.enter(s), e.consume(y), e.exit(s), d) : y === null || y === 32 || y === 41 || st(y) ? n(y) : (e.enter(r), e.enter(a), e.enter(o), e.enter("chunkString", {
|
|
866
866
|
contentType: "string"
|
|
867
867
|
}), x(y));
|
|
868
868
|
}
|
|
869
|
-
function
|
|
869
|
+
function d(y) {
|
|
870
870
|
return y === 62 ? (e.enter(s), e.consume(y), e.exit(s), e.exit(i), e.exit(r), t) : (e.enter(o), e.enter("chunkString", {
|
|
871
871
|
contentType: "string"
|
|
872
872
|
}), c(y));
|
|
873
873
|
}
|
|
874
874
|
function c(y) {
|
|
875
|
-
return y === 62 ? (e.exit("chunkString"), e.exit(o),
|
|
875
|
+
return y === 62 ? (e.exit("chunkString"), e.exit(o), d(y)) : y === null || y === 60 || E(y) ? n(y) : (e.consume(y), y === 92 ? k : c);
|
|
876
876
|
}
|
|
877
877
|
function k(y) {
|
|
878
878
|
return y === 60 || y === 62 || y === 92 ? (e.consume(y), c) : c(y);
|
|
879
879
|
}
|
|
880
880
|
function x(y) {
|
|
881
|
-
return !
|
|
881
|
+
return !p && (y === null || y === 41 || J(y)) ? (e.exit("chunkString"), e.exit(o), e.exit(a), e.exit(r), t(y)) : p < u && y === 40 ? (e.consume(y), p++, x) : y === 41 ? (e.consume(y), p--, x) : y === null || y === 32 || y === 40 || st(y) ? n(y) : (e.consume(y), y === 92 ? L : x);
|
|
882
882
|
}
|
|
883
883
|
function L(y) {
|
|
884
884
|
return y === 40 || y === 41 || y === 92 ? (e.consume(y), x) : x(y);
|
|
885
885
|
}
|
|
886
886
|
}
|
|
887
|
-
function
|
|
887
|
+
function dn(e, t, n, r, i, s) {
|
|
888
888
|
const a = this;
|
|
889
889
|
let o = 0, l;
|
|
890
890
|
return u;
|
|
891
891
|
function u(c) {
|
|
892
|
-
return e.enter(r), e.enter(i), e.consume(c), e.exit(i), e.enter(s),
|
|
892
|
+
return e.enter(r), e.enter(i), e.consume(c), e.exit(i), e.enter(s), p;
|
|
893
893
|
}
|
|
894
|
-
function
|
|
894
|
+
function p(c) {
|
|
895
895
|
return o > 999 || c === null || c === 91 || c === 93 && !l || // To do: remove in the future once we’ve switched from
|
|
896
896
|
// `micromark-extension-footnote` to `micromark-extension-gfm-footnote`,
|
|
897
897
|
// which doesn’t need this.
|
|
898
898
|
// Hidden footnotes hook.
|
|
899
899
|
/* c8 ignore next 3 */
|
|
900
|
-
c === 94 && !o && "_hiddenFootnoteSupport" in a.parser.constructs ? n(c) : c === 93 ? (e.exit(s), e.enter(i), e.consume(c), e.exit(i), e.exit(r), t) : E(c) ? (e.enter("lineEnding"), e.consume(c), e.exit("lineEnding"),
|
|
900
|
+
c === 94 && !o && "_hiddenFootnoteSupport" in a.parser.constructs ? n(c) : c === 93 ? (e.exit(s), e.enter(i), e.consume(c), e.exit(i), e.exit(r), t) : E(c) ? (e.enter("lineEnding"), e.consume(c), e.exit("lineEnding"), p) : (e.enter("chunkString", {
|
|
901
901
|
contentType: "string"
|
|
902
902
|
}), h(c));
|
|
903
903
|
}
|
|
904
904
|
function h(c) {
|
|
905
|
-
return c === null || c === 91 || c === 93 || E(c) || o++ > 999 ? (e.exit("chunkString"),
|
|
905
|
+
return c === null || c === 91 || c === 93 || E(c) || o++ > 999 ? (e.exit("chunkString"), p(c)) : (e.consume(c), l || (l = !N(c)), c === 92 ? d : h);
|
|
906
906
|
}
|
|
907
|
-
function
|
|
907
|
+
function d(c) {
|
|
908
908
|
return c === 91 || c === 92 || c === 93 ? (e.consume(c), o++, h) : h(c);
|
|
909
909
|
}
|
|
910
910
|
}
|
|
911
|
-
function
|
|
911
|
+
function fn(e, t, n, r, i, s) {
|
|
912
912
|
let a;
|
|
913
913
|
return o;
|
|
914
|
-
function o(
|
|
915
|
-
return
|
|
914
|
+
function o(d) {
|
|
915
|
+
return d === 34 || d === 39 || d === 40 ? (e.enter(r), e.enter(i), e.consume(d), e.exit(i), a = d === 40 ? 41 : d, l) : n(d);
|
|
916
916
|
}
|
|
917
|
-
function l(
|
|
918
|
-
return
|
|
917
|
+
function l(d) {
|
|
918
|
+
return d === a ? (e.enter(i), e.consume(d), e.exit(i), e.exit(r), t) : (e.enter(s), u(d));
|
|
919
919
|
}
|
|
920
|
-
function u(
|
|
921
|
-
return
|
|
920
|
+
function u(d) {
|
|
921
|
+
return d === a ? (e.exit(s), l(a)) : d === null ? n(d) : E(d) ? (e.enter("lineEnding"), e.consume(d), e.exit("lineEnding"), D(e, u, "linePrefix")) : (e.enter("chunkString", {
|
|
922
922
|
contentType: "string"
|
|
923
|
-
}), d
|
|
923
|
+
}), p(d));
|
|
924
924
|
}
|
|
925
|
-
function d
|
|
926
|
-
return
|
|
925
|
+
function p(d) {
|
|
926
|
+
return d === a || d === null || E(d) ? (e.exit("chunkString"), u(d)) : (e.consume(d), d === 92 ? h : p);
|
|
927
927
|
}
|
|
928
|
-
function h(
|
|
929
|
-
return
|
|
928
|
+
function h(d) {
|
|
929
|
+
return d === a || d === 92 ? (e.consume(d), p) : p(d);
|
|
930
930
|
}
|
|
931
931
|
}
|
|
932
932
|
function je(e, t) {
|
|
@@ -940,14 +940,14 @@ function je(e, t) {
|
|
|
940
940
|
)(i) : t(i);
|
|
941
941
|
}
|
|
942
942
|
}
|
|
943
|
-
const
|
|
943
|
+
const Jr = {
|
|
944
944
|
name: "definition",
|
|
945
|
-
tokenize:
|
|
946
|
-
},
|
|
947
|
-
tokenize:
|
|
945
|
+
tokenize: ei
|
|
946
|
+
}, Yr = {
|
|
947
|
+
tokenize: ti,
|
|
948
948
|
partial: !0
|
|
949
949
|
};
|
|
950
|
-
function
|
|
950
|
+
function ei(e, t, n) {
|
|
951
951
|
const r = this;
|
|
952
952
|
let i;
|
|
953
953
|
return s;
|
|
@@ -955,7 +955,7 @@ function ti(e, t, n) {
|
|
|
955
955
|
return e.enter("definition"), a(c);
|
|
956
956
|
}
|
|
957
957
|
function a(c) {
|
|
958
|
-
return
|
|
958
|
+
return dn.call(
|
|
959
959
|
r,
|
|
960
960
|
e,
|
|
961
961
|
o,
|
|
@@ -977,7 +977,7 @@ function ti(e, t, n) {
|
|
|
977
977
|
function u(c) {
|
|
978
978
|
return pn(
|
|
979
979
|
e,
|
|
980
|
-
|
|
980
|
+
p,
|
|
981
981
|
// Note: we don’t need to reset the way `markdown-rs` does.
|
|
982
982
|
n,
|
|
983
983
|
"definitionDestination",
|
|
@@ -987,23 +987,23 @@ function ti(e, t, n) {
|
|
|
987
987
|
"definitionDestinationString"
|
|
988
988
|
)(c);
|
|
989
989
|
}
|
|
990
|
-
function
|
|
991
|
-
return e.attempt(
|
|
990
|
+
function p(c) {
|
|
991
|
+
return e.attempt(Yr, h, h)(c);
|
|
992
992
|
}
|
|
993
993
|
function h(c) {
|
|
994
|
-
return N(c) ? D(e,
|
|
994
|
+
return N(c) ? D(e, d, "whitespace")(c) : d(c);
|
|
995
995
|
}
|
|
996
|
-
function
|
|
996
|
+
function d(c) {
|
|
997
997
|
return c === null || E(c) ? (e.exit("definition"), r.parser.defined.push(i), t(c)) : n(c);
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
|
-
function
|
|
1000
|
+
function ti(e, t, n) {
|
|
1001
1001
|
return r;
|
|
1002
1002
|
function r(o) {
|
|
1003
1003
|
return J(o) ? je(e, i)(o) : n(o);
|
|
1004
1004
|
}
|
|
1005
1005
|
function i(o) {
|
|
1006
|
-
return
|
|
1006
|
+
return fn(
|
|
1007
1007
|
e,
|
|
1008
1008
|
s,
|
|
1009
1009
|
n,
|
|
@@ -1019,11 +1019,11 @@ function ni(e, t, n) {
|
|
|
1019
1019
|
return o === null || E(o) ? t(o) : n(o);
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
|
-
const
|
|
1022
|
+
const ni = {
|
|
1023
1023
|
name: "hardBreakEscape",
|
|
1024
|
-
tokenize:
|
|
1024
|
+
tokenize: ri
|
|
1025
1025
|
};
|
|
1026
|
-
function
|
|
1026
|
+
function ri(e, t, n) {
|
|
1027
1027
|
return r;
|
|
1028
1028
|
function r(s) {
|
|
1029
1029
|
return e.enter("hardBreakEscape"), e.consume(s), i;
|
|
@@ -1032,12 +1032,12 @@ function ii(e, t, n) {
|
|
|
1032
1032
|
return E(s) ? (e.exit("hardBreakEscape"), t(s)) : n(s);
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
1035
|
-
const
|
|
1035
|
+
const ii = {
|
|
1036
1036
|
name: "headingAtx",
|
|
1037
|
-
tokenize:
|
|
1038
|
-
resolve:
|
|
1037
|
+
tokenize: ai,
|
|
1038
|
+
resolve: si
|
|
1039
1039
|
};
|
|
1040
|
-
function
|
|
1040
|
+
function si(e, t) {
|
|
1041
1041
|
let n = e.length - 2, r = 3, i, s;
|
|
1042
1042
|
return e[r][1].type === "whitespace" && (r += 2), n - 2 > r && e[n][1].type === "whitespace" && (n -= 2), e[n][1].type === "atxHeadingSequence" && (r === n - 1 || n - 4 > r && e[n - 2][1].type === "whitespace") && (n -= r + 1 === n ? 2 : 4), n > r && (i = {
|
|
1043
1043
|
type: "atxHeadingText",
|
|
@@ -1048,36 +1048,36 @@ function ai(e, t) {
|
|
|
1048
1048
|
start: e[r][1].start,
|
|
1049
1049
|
end: e[n][1].end,
|
|
1050
1050
|
contentType: "text"
|
|
1051
|
-
},
|
|
1051
|
+
}, pe(e, r, n - r + 1, [
|
|
1052
1052
|
["enter", i, t],
|
|
1053
1053
|
["enter", s, t],
|
|
1054
1054
|
["exit", s, t],
|
|
1055
1055
|
["exit", i, t]
|
|
1056
1056
|
])), e;
|
|
1057
1057
|
}
|
|
1058
|
-
function
|
|
1058
|
+
function ai(e, t, n) {
|
|
1059
1059
|
let r = 0;
|
|
1060
1060
|
return i;
|
|
1061
|
-
function i(
|
|
1062
|
-
return e.enter("atxHeading"), s(
|
|
1061
|
+
function i(p) {
|
|
1062
|
+
return e.enter("atxHeading"), s(p);
|
|
1063
1063
|
}
|
|
1064
|
-
function s(
|
|
1065
|
-
return e.enter("atxHeadingSequence"), a(
|
|
1064
|
+
function s(p) {
|
|
1065
|
+
return e.enter("atxHeadingSequence"), a(p);
|
|
1066
1066
|
}
|
|
1067
|
-
function a(
|
|
1068
|
-
return
|
|
1067
|
+
function a(p) {
|
|
1068
|
+
return p === 35 && r++ < 6 ? (e.consume(p), a) : p === null || J(p) ? (e.exit("atxHeadingSequence"), o(p)) : n(p);
|
|
1069
1069
|
}
|
|
1070
|
-
function o(
|
|
1071
|
-
return
|
|
1070
|
+
function o(p) {
|
|
1071
|
+
return p === 35 ? (e.enter("atxHeadingSequence"), l(p)) : p === null || E(p) ? (e.exit("atxHeading"), t(p)) : N(p) ? D(e, o, "whitespace")(p) : (e.enter("atxHeadingText"), u(p));
|
|
1072
1072
|
}
|
|
1073
|
-
function l(
|
|
1074
|
-
return
|
|
1073
|
+
function l(p) {
|
|
1074
|
+
return p === 35 ? (e.consume(p), l) : (e.exit("atxHeadingSequence"), o(p));
|
|
1075
1075
|
}
|
|
1076
|
-
function u(
|
|
1077
|
-
return
|
|
1076
|
+
function u(p) {
|
|
1077
|
+
return p === null || p === 35 || J(p) ? (e.exit("atxHeadingText"), o(p)) : (e.consume(p), u);
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
1080
|
-
const
|
|
1080
|
+
const oi = [
|
|
1081
1081
|
"address",
|
|
1082
1082
|
"article",
|
|
1083
1083
|
"aside",
|
|
@@ -1140,19 +1140,19 @@ const li = [
|
|
|
1140
1140
|
"tr",
|
|
1141
1141
|
"track",
|
|
1142
1142
|
"ul"
|
|
1143
|
-
], Ut = ["pre", "script", "style", "textarea"],
|
|
1143
|
+
], Ut = ["pre", "script", "style", "textarea"], li = {
|
|
1144
1144
|
name: "htmlFlow",
|
|
1145
1145
|
tokenize: pi,
|
|
1146
|
-
resolveTo:
|
|
1146
|
+
resolveTo: hi,
|
|
1147
1147
|
concrete: !0
|
|
1148
|
-
},
|
|
1149
|
-
tokenize: mi,
|
|
1150
|
-
partial: !0
|
|
1151
|
-
}, hi = {
|
|
1148
|
+
}, ui = {
|
|
1152
1149
|
tokenize: fi,
|
|
1153
1150
|
partial: !0
|
|
1151
|
+
}, ci = {
|
|
1152
|
+
tokenize: di,
|
|
1153
|
+
partial: !0
|
|
1154
1154
|
};
|
|
1155
|
-
function
|
|
1155
|
+
function hi(e) {
|
|
1156
1156
|
let t = e.length;
|
|
1157
1157
|
for (; t-- && !(e[t][0] === "enter" && e[t][1].type === "htmlFlow"); )
|
|
1158
1158
|
;
|
|
@@ -1163,15 +1163,15 @@ function pi(e, t, n) {
|
|
|
1163
1163
|
let i, s, a, o, l;
|
|
1164
1164
|
return u;
|
|
1165
1165
|
function u(m) {
|
|
1166
|
-
return
|
|
1166
|
+
return p(m);
|
|
1167
1167
|
}
|
|
1168
|
-
function
|
|
1168
|
+
function p(m) {
|
|
1169
1169
|
return e.enter("htmlFlow"), e.enter("htmlFlowData"), e.consume(m), h;
|
|
1170
1170
|
}
|
|
1171
1171
|
function h(m) {
|
|
1172
|
-
return m === 33 ? (e.consume(m),
|
|
1172
|
+
return m === 33 ? (e.consume(m), d) : m === 47 ? (e.consume(m), s = !0, x) : m === 63 ? (e.consume(m), i = 3, r.interrupt ? t : f) : he(m) ? (e.consume(m), a = String.fromCharCode(m), L) : n(m);
|
|
1173
1173
|
}
|
|
1174
|
-
function
|
|
1174
|
+
function d(m) {
|
|
1175
1175
|
return m === 45 ? (e.consume(m), i = 2, c) : m === 91 ? (e.consume(m), i = 5, o = 0, k) : he(m) ? (e.consume(m), i = 4, r.interrupt ? t : f) : n(m);
|
|
1176
1176
|
}
|
|
1177
1177
|
function c(m) {
|
|
@@ -1187,7 +1187,7 @@ function pi(e, t, n) {
|
|
|
1187
1187
|
function L(m) {
|
|
1188
1188
|
if (m === null || m === 47 || m === 62 || J(m)) {
|
|
1189
1189
|
const ae = m === 47, Ee = a.toLowerCase();
|
|
1190
|
-
return !ae && !s && Ut.includes(Ee) ? (i = 1, r.interrupt ? t(m) : A(m)) :
|
|
1190
|
+
return !ae && !s && Ut.includes(Ee) ? (i = 1, r.interrupt ? t(m) : A(m)) : oi.includes(a.toLowerCase()) ? (i = 6, ae ? (e.consume(m), y) : r.interrupt ? t(m) : A(m)) : (i = 7, r.interrupt && !r.parser.lazy[r.now().line] ? n(m) : s ? z(m) : C(m));
|
|
1191
1191
|
}
|
|
1192
1192
|
return m === 45 || ue(m) ? (e.consume(m), a += String.fromCharCode(m), L) : n(m);
|
|
1193
1193
|
}
|
|
@@ -1225,15 +1225,15 @@ function pi(e, t, n) {
|
|
|
1225
1225
|
return m === null || E(m) ? A(m) : N(m) ? (e.consume(m), T) : n(m);
|
|
1226
1226
|
}
|
|
1227
1227
|
function A(m) {
|
|
1228
|
-
return m === 45 && i === 2 ? (e.consume(m), Z) : m === 60 && i === 1 ? (e.consume(m), X) : m === 62 && i === 4 ? (e.consume(m), se) : m === 63 && i === 3 ? (e.consume(m), f) : m === 93 && i === 5 ? (e.consume(m),
|
|
1229
|
-
|
|
1228
|
+
return m === 45 && i === 2 ? (e.consume(m), Z) : m === 60 && i === 1 ? (e.consume(m), X) : m === 62 && i === 4 ? (e.consume(m), se) : m === 63 && i === 3 ? (e.consume(m), f) : m === 93 && i === 5 ? (e.consume(m), de) : E(m) && (i === 6 || i === 7) ? (e.exit("htmlFlowData"), e.check(
|
|
1229
|
+
ui,
|
|
1230
1230
|
fe,
|
|
1231
1231
|
H
|
|
1232
1232
|
)(m)) : m === null || E(m) ? (e.exit("htmlFlowData"), H(m)) : (e.consume(m), A);
|
|
1233
1233
|
}
|
|
1234
1234
|
function H(m) {
|
|
1235
1235
|
return e.check(
|
|
1236
|
-
|
|
1236
|
+
ci,
|
|
1237
1237
|
W,
|
|
1238
1238
|
fe
|
|
1239
1239
|
)(m);
|
|
@@ -1257,7 +1257,7 @@ function pi(e, t, n) {
|
|
|
1257
1257
|
}
|
|
1258
1258
|
return he(m) && a.length < 8 ? (e.consume(m), a += String.fromCharCode(m), ie) : A(m);
|
|
1259
1259
|
}
|
|
1260
|
-
function
|
|
1260
|
+
function de(m) {
|
|
1261
1261
|
return m === 93 ? (e.consume(m), f) : A(m);
|
|
1262
1262
|
}
|
|
1263
1263
|
function f(m) {
|
|
@@ -1270,7 +1270,7 @@ function pi(e, t, n) {
|
|
|
1270
1270
|
return e.exit("htmlFlow"), t(m);
|
|
1271
1271
|
}
|
|
1272
1272
|
}
|
|
1273
|
-
function
|
|
1273
|
+
function di(e, t, n) {
|
|
1274
1274
|
const r = this;
|
|
1275
1275
|
return i;
|
|
1276
1276
|
function i(a) {
|
|
@@ -1280,17 +1280,17 @@ function fi(e, t, n) {
|
|
|
1280
1280
|
return r.parser.lazy[r.now().line] ? n(a) : t(a);
|
|
1281
1281
|
}
|
|
1282
1282
|
}
|
|
1283
|
-
function
|
|
1283
|
+
function fi(e, t, n) {
|
|
1284
1284
|
return r;
|
|
1285
1285
|
function r(i) {
|
|
1286
1286
|
return e.enter("lineEnding"), e.consume(i), e.exit("lineEnding"), e.attempt(Ze, t, n);
|
|
1287
1287
|
}
|
|
1288
1288
|
}
|
|
1289
|
-
const
|
|
1289
|
+
const mi = {
|
|
1290
1290
|
name: "htmlText",
|
|
1291
|
-
tokenize:
|
|
1291
|
+
tokenize: gi
|
|
1292
1292
|
};
|
|
1293
|
-
function
|
|
1293
|
+
function gi(e, t, n) {
|
|
1294
1294
|
const r = this;
|
|
1295
1295
|
let i, s, a;
|
|
1296
1296
|
return o;
|
|
@@ -1301,19 +1301,19 @@ function wi(e, t, n) {
|
|
|
1301
1301
|
return f === 33 ? (e.consume(f), u) : f === 47 ? (e.consume(f), O) : f === 63 ? (e.consume(f), C) : he(f) ? (e.consume(f), U) : n(f);
|
|
1302
1302
|
}
|
|
1303
1303
|
function u(f) {
|
|
1304
|
-
return f === 45 ? (e.consume(f),
|
|
1304
|
+
return f === 45 ? (e.consume(f), p) : f === 91 ? (e.consume(f), s = 0, k) : he(f) ? (e.consume(f), z) : n(f);
|
|
1305
1305
|
}
|
|
1306
|
-
function
|
|
1306
|
+
function p(f) {
|
|
1307
1307
|
return f === 45 ? (e.consume(f), c) : n(f);
|
|
1308
1308
|
}
|
|
1309
1309
|
function h(f) {
|
|
1310
|
-
return f === null ? n(f) : f === 45 ? (e.consume(f),
|
|
1310
|
+
return f === null ? n(f) : f === 45 ? (e.consume(f), d) : E(f) ? (a = h, X(f)) : (e.consume(f), h);
|
|
1311
1311
|
}
|
|
1312
|
-
function
|
|
1312
|
+
function d(f) {
|
|
1313
1313
|
return f === 45 ? (e.consume(f), c) : h(f);
|
|
1314
1314
|
}
|
|
1315
1315
|
function c(f) {
|
|
1316
|
-
return f === 62 ? Z(f) : f === 45 ?
|
|
1316
|
+
return f === 62 ? Z(f) : f === 45 ? d(f) : h(f);
|
|
1317
1317
|
}
|
|
1318
1318
|
function k(f) {
|
|
1319
1319
|
const se = "CDATA[";
|
|
@@ -1379,28 +1379,28 @@ function wi(e, t, n) {
|
|
|
1379
1379
|
function ie(f) {
|
|
1380
1380
|
return N(f) ? D(
|
|
1381
1381
|
e,
|
|
1382
|
-
|
|
1382
|
+
de,
|
|
1383
1383
|
"linePrefix",
|
|
1384
1384
|
r.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4
|
|
1385
|
-
)(f) :
|
|
1385
|
+
)(f) : de(f);
|
|
1386
1386
|
}
|
|
1387
|
-
function
|
|
1387
|
+
function de(f) {
|
|
1388
1388
|
return e.enter("htmlTextData"), a(f);
|
|
1389
1389
|
}
|
|
1390
1390
|
}
|
|
1391
1391
|
const wt = {
|
|
1392
1392
|
name: "labelEnd",
|
|
1393
|
-
tokenize:
|
|
1394
|
-
resolveTo:
|
|
1395
|
-
resolveAll:
|
|
1393
|
+
tokenize: zi,
|
|
1394
|
+
resolveTo: ki,
|
|
1395
|
+
resolveAll: yi
|
|
1396
|
+
}, wi = {
|
|
1397
|
+
tokenize: vi
|
|
1396
1398
|
}, xi = {
|
|
1397
1399
|
tokenize: Si
|
|
1398
1400
|
}, bi = {
|
|
1399
1401
|
tokenize: Ci
|
|
1400
|
-
}, yi = {
|
|
1401
|
-
tokenize: Ei
|
|
1402
1402
|
};
|
|
1403
|
-
function
|
|
1403
|
+
function yi(e) {
|
|
1404
1404
|
let t = -1;
|
|
1405
1405
|
for (; ++t < e.length; ) {
|
|
1406
1406
|
const n = e[t][1];
|
|
@@ -1408,7 +1408,7 @@ function ki(e) {
|
|
|
1408
1408
|
}
|
|
1409
1409
|
return e;
|
|
1410
1410
|
}
|
|
1411
|
-
function
|
|
1411
|
+
function ki(e, t) {
|
|
1412
1412
|
let n = e.length, r = 0, i, s, a, o;
|
|
1413
1413
|
for (; n--; )
|
|
1414
1414
|
if (i = e[n][1], s) {
|
|
@@ -1430,7 +1430,7 @@ function zi(e, t) {
|
|
|
1430
1430
|
type: "label",
|
|
1431
1431
|
start: Object.assign({}, e[s][1].start),
|
|
1432
1432
|
end: Object.assign({}, e[a][1].end)
|
|
1433
|
-
},
|
|
1433
|
+
}, p = {
|
|
1434
1434
|
type: "labelText",
|
|
1435
1435
|
start: Object.assign({}, e[s + r + 2][1].end),
|
|
1436
1436
|
end: Object.assign({}, e[a - 2][1].start)
|
|
@@ -1438,7 +1438,7 @@ function zi(e, t) {
|
|
|
1438
1438
|
return o = [
|
|
1439
1439
|
["enter", l, t],
|
|
1440
1440
|
["enter", u, t]
|
|
1441
|
-
], o = re(o, e.slice(s + 1, s + r + 3)), o = re(o, [["enter",
|
|
1441
|
+
], o = re(o, e.slice(s + 1, s + r + 3)), o = re(o, [["enter", p, t]]), o = re(
|
|
1442
1442
|
o,
|
|
1443
1443
|
gt(
|
|
1444
1444
|
t.parser.constructs.insideSpan.null,
|
|
@@ -1446,13 +1446,13 @@ function zi(e, t) {
|
|
|
1446
1446
|
t
|
|
1447
1447
|
)
|
|
1448
1448
|
), o = re(o, [
|
|
1449
|
-
["exit",
|
|
1449
|
+
["exit", p, t],
|
|
1450
1450
|
e[a - 2],
|
|
1451
1451
|
e[a - 1],
|
|
1452
1452
|
["exit", u, t]
|
|
1453
|
-
]), o = re(o, e.slice(a + 1)), o = re(o, [["exit", l, t]]),
|
|
1453
|
+
]), o = re(o, e.slice(a + 1)), o = re(o, [["exit", l, t]]), pe(e, s, e.length, o), e;
|
|
1454
1454
|
}
|
|
1455
|
-
function
|
|
1455
|
+
function zi(e, t, n) {
|
|
1456
1456
|
const r = this;
|
|
1457
1457
|
let i = r.events.length, s, a;
|
|
1458
1458
|
for (; i--; )
|
|
@@ -1461,42 +1461,42 @@ function vi(e, t, n) {
|
|
|
1461
1461
|
break;
|
|
1462
1462
|
}
|
|
1463
1463
|
return o;
|
|
1464
|
-
function o(
|
|
1465
|
-
return s ? s._inactive ? h(
|
|
1464
|
+
function o(d) {
|
|
1465
|
+
return s ? s._inactive ? h(d) : (a = r.parser.defined.includes(
|
|
1466
1466
|
Me(
|
|
1467
1467
|
r.sliceSerialize({
|
|
1468
1468
|
start: s.end,
|
|
1469
1469
|
end: r.now()
|
|
1470
1470
|
})
|
|
1471
1471
|
)
|
|
1472
|
-
), e.enter("labelEnd"), e.enter("labelMarker"), e.consume(
|
|
1472
|
+
), e.enter("labelEnd"), e.enter("labelMarker"), e.consume(d), e.exit("labelMarker"), e.exit("labelEnd"), l) : n(d);
|
|
1473
1473
|
}
|
|
1474
|
-
function l(
|
|
1475
|
-
return
|
|
1474
|
+
function l(d) {
|
|
1475
|
+
return d === 40 ? e.attempt(
|
|
1476
|
+
wi,
|
|
1477
|
+
p,
|
|
1478
|
+
a ? p : h
|
|
1479
|
+
)(d) : d === 91 ? e.attempt(
|
|
1476
1480
|
xi,
|
|
1477
|
-
|
|
1478
|
-
a ? d : h
|
|
1479
|
-
)(p) : p === 91 ? e.attempt(
|
|
1480
|
-
bi,
|
|
1481
|
-
d,
|
|
1481
|
+
p,
|
|
1482
1482
|
a ? u : h
|
|
1483
|
-
)(
|
|
1483
|
+
)(d) : a ? p(d) : h(d);
|
|
1484
1484
|
}
|
|
1485
|
-
function u(
|
|
1485
|
+
function u(d) {
|
|
1486
1486
|
return e.attempt(
|
|
1487
|
-
|
|
1488
|
-
|
|
1487
|
+
bi,
|
|
1488
|
+
p,
|
|
1489
1489
|
h
|
|
1490
|
-
)(
|
|
1490
|
+
)(d);
|
|
1491
1491
|
}
|
|
1492
|
-
function d
|
|
1493
|
-
return t(
|
|
1492
|
+
function p(d) {
|
|
1493
|
+
return t(d);
|
|
1494
1494
|
}
|
|
1495
|
-
function h(
|
|
1496
|
-
return s._balanced = !0, n(
|
|
1495
|
+
function h(d) {
|
|
1496
|
+
return s._balanced = !0, n(d);
|
|
1497
1497
|
}
|
|
1498
1498
|
}
|
|
1499
|
-
function
|
|
1499
|
+
function vi(e, t, n) {
|
|
1500
1500
|
return r;
|
|
1501
1501
|
function r(h) {
|
|
1502
1502
|
return e.enter("resource"), e.enter("resourceMarker"), e.consume(h), e.exit("resourceMarker"), i;
|
|
@@ -1505,7 +1505,7 @@ function Si(e, t, n) {
|
|
|
1505
1505
|
return J(h) ? je(e, s)(h) : s(h);
|
|
1506
1506
|
}
|
|
1507
1507
|
function s(h) {
|
|
1508
|
-
return h === 41 ?
|
|
1508
|
+
return h === 41 ? p(h) : pn(
|
|
1509
1509
|
e,
|
|
1510
1510
|
a,
|
|
1511
1511
|
o,
|
|
@@ -1518,33 +1518,33 @@ function Si(e, t, n) {
|
|
|
1518
1518
|
)(h);
|
|
1519
1519
|
}
|
|
1520
1520
|
function a(h) {
|
|
1521
|
-
return J(h) ? je(e, l)(h) :
|
|
1521
|
+
return J(h) ? je(e, l)(h) : p(h);
|
|
1522
1522
|
}
|
|
1523
1523
|
function o(h) {
|
|
1524
1524
|
return n(h);
|
|
1525
1525
|
}
|
|
1526
1526
|
function l(h) {
|
|
1527
|
-
return h === 34 || h === 39 || h === 40 ?
|
|
1527
|
+
return h === 34 || h === 39 || h === 40 ? fn(
|
|
1528
1528
|
e,
|
|
1529
1529
|
u,
|
|
1530
1530
|
n,
|
|
1531
1531
|
"resourceTitle",
|
|
1532
1532
|
"resourceTitleMarker",
|
|
1533
1533
|
"resourceTitleString"
|
|
1534
|
-
)(h) :
|
|
1534
|
+
)(h) : p(h);
|
|
1535
1535
|
}
|
|
1536
1536
|
function u(h) {
|
|
1537
|
-
return J(h) ? je(e,
|
|
1537
|
+
return J(h) ? je(e, p)(h) : p(h);
|
|
1538
1538
|
}
|
|
1539
|
-
function
|
|
1539
|
+
function p(h) {
|
|
1540
1540
|
return h === 41 ? (e.enter("resourceMarker"), e.consume(h), e.exit("resourceMarker"), e.exit("resource"), t) : n(h);
|
|
1541
1541
|
}
|
|
1542
1542
|
}
|
|
1543
|
-
function
|
|
1543
|
+
function Si(e, t, n) {
|
|
1544
1544
|
const r = this;
|
|
1545
1545
|
return i;
|
|
1546
1546
|
function i(o) {
|
|
1547
|
-
return
|
|
1547
|
+
return dn.call(
|
|
1548
1548
|
r,
|
|
1549
1549
|
e,
|
|
1550
1550
|
s,
|
|
@@ -1565,7 +1565,7 @@ function Ci(e, t, n) {
|
|
|
1565
1565
|
return n(o);
|
|
1566
1566
|
}
|
|
1567
1567
|
}
|
|
1568
|
-
function
|
|
1568
|
+
function Ci(e, t, n) {
|
|
1569
1569
|
return r;
|
|
1570
1570
|
function r(s) {
|
|
1571
1571
|
return e.enter("reference"), e.enter("referenceMarker"), e.consume(s), e.exit("referenceMarker"), i;
|
|
@@ -1574,12 +1574,12 @@ function Ei(e, t, n) {
|
|
|
1574
1574
|
return s === 93 ? (e.enter("referenceMarker"), e.consume(s), e.exit("referenceMarker"), e.exit("reference"), t) : n(s);
|
|
1575
1575
|
}
|
|
1576
1576
|
}
|
|
1577
|
-
const
|
|
1577
|
+
const Ei = {
|
|
1578
1578
|
name: "labelStartImage",
|
|
1579
|
-
tokenize:
|
|
1579
|
+
tokenize: _i,
|
|
1580
1580
|
resolveAll: wt.resolveAll
|
|
1581
1581
|
};
|
|
1582
|
-
function
|
|
1582
|
+
function _i(e, t, n) {
|
|
1583
1583
|
const r = this;
|
|
1584
1584
|
return i;
|
|
1585
1585
|
function i(o) {
|
|
@@ -1592,12 +1592,12 @@ function Ti(e, t, n) {
|
|
|
1592
1592
|
return o === 94 && "_hiddenFootnoteSupport" in r.parser.constructs ? n(o) : t(o);
|
|
1593
1593
|
}
|
|
1594
1594
|
}
|
|
1595
|
-
const
|
|
1595
|
+
const Ti = {
|
|
1596
1596
|
name: "labelStartLink",
|
|
1597
|
-
tokenize:
|
|
1597
|
+
tokenize: Ai,
|
|
1598
1598
|
resolveAll: wt.resolveAll
|
|
1599
1599
|
};
|
|
1600
|
-
function
|
|
1600
|
+
function Ai(e, t, n) {
|
|
1601
1601
|
const r = this;
|
|
1602
1602
|
return i;
|
|
1603
1603
|
function i(a) {
|
|
@@ -1609,9 +1609,9 @@ function Li(e, t, n) {
|
|
|
1609
1609
|
}
|
|
1610
1610
|
const et = {
|
|
1611
1611
|
name: "lineEnding",
|
|
1612
|
-
tokenize:
|
|
1612
|
+
tokenize: Li
|
|
1613
1613
|
};
|
|
1614
|
-
function
|
|
1614
|
+
function Li(e, t) {
|
|
1615
1615
|
return n;
|
|
1616
1616
|
function n(r) {
|
|
1617
1617
|
return e.enter("lineEnding"), e.consume(r), e.exit("lineEnding"), D(e, t, "linePrefix");
|
|
@@ -1619,9 +1619,9 @@ function Ii(e, t) {
|
|
|
1619
1619
|
}
|
|
1620
1620
|
const qe = {
|
|
1621
1621
|
name: "thematicBreak",
|
|
1622
|
-
tokenize:
|
|
1622
|
+
tokenize: Ii
|
|
1623
1623
|
};
|
|
1624
|
-
function
|
|
1624
|
+
function Ii(e, t, n) {
|
|
1625
1625
|
let r = 0, i;
|
|
1626
1626
|
return s;
|
|
1627
1627
|
function s(u) {
|
|
@@ -1639,19 +1639,19 @@ function Bi(e, t, n) {
|
|
|
1639
1639
|
}
|
|
1640
1640
|
const te = {
|
|
1641
1641
|
name: "list",
|
|
1642
|
-
tokenize:
|
|
1642
|
+
tokenize: Mi,
|
|
1643
1643
|
continuation: {
|
|
1644
|
-
tokenize:
|
|
1644
|
+
tokenize: Oi
|
|
1645
1645
|
},
|
|
1646
|
-
exit:
|
|
1647
|
-
},
|
|
1648
|
-
tokenize:
|
|
1646
|
+
exit: Ri
|
|
1647
|
+
}, Bi = {
|
|
1648
|
+
tokenize: Di,
|
|
1649
1649
|
partial: !0
|
|
1650
|
-
},
|
|
1651
|
-
tokenize:
|
|
1650
|
+
}, Fi = {
|
|
1651
|
+
tokenize: Ni,
|
|
1652
1652
|
partial: !0
|
|
1653
1653
|
};
|
|
1654
|
-
function
|
|
1654
|
+
function Mi(e, t, n) {
|
|
1655
1655
|
const r = this, i = r.events[r.events.length - 1];
|
|
1656
1656
|
let s = i && i[1].type === "linePrefix" ? i[2].sliceSerialize(i[1], !0).length : 0, a = 0;
|
|
1657
1657
|
return o;
|
|
@@ -1674,25 +1674,25 @@ function Oi(e, t, n) {
|
|
|
1674
1674
|
return e.enter("listItemMarker"), e.consume(c), e.exit("listItemMarker"), r.containerState.marker = r.containerState.marker || c, e.check(
|
|
1675
1675
|
Ze,
|
|
1676
1676
|
// Can’t be empty when interrupting.
|
|
1677
|
-
r.interrupt ? n :
|
|
1677
|
+
r.interrupt ? n : p,
|
|
1678
1678
|
e.attempt(
|
|
1679
|
-
|
|
1680
|
-
|
|
1679
|
+
Bi,
|
|
1680
|
+
d,
|
|
1681
1681
|
h
|
|
1682
1682
|
)
|
|
1683
1683
|
);
|
|
1684
1684
|
}
|
|
1685
|
-
function
|
|
1686
|
-
return r.containerState.initialBlankLine = !0, s++,
|
|
1685
|
+
function p(c) {
|
|
1686
|
+
return r.containerState.initialBlankLine = !0, s++, d(c);
|
|
1687
1687
|
}
|
|
1688
1688
|
function h(c) {
|
|
1689
|
-
return N(c) ? (e.enter("listItemPrefixWhitespace"), e.consume(c), e.exit("listItemPrefixWhitespace"),
|
|
1689
|
+
return N(c) ? (e.enter("listItemPrefixWhitespace"), e.consume(c), e.exit("listItemPrefixWhitespace"), d) : n(c);
|
|
1690
1690
|
}
|
|
1691
|
-
function
|
|
1691
|
+
function d(c) {
|
|
1692
1692
|
return r.containerState.size = s + r.sliceSerialize(e.exit("listItemPrefix"), !0).length, t(c);
|
|
1693
1693
|
}
|
|
1694
1694
|
}
|
|
1695
|
-
function
|
|
1695
|
+
function Oi(e, t, n) {
|
|
1696
1696
|
const r = this;
|
|
1697
1697
|
return r.containerState._closeFlow = void 0, e.check(Ze, i, s);
|
|
1698
1698
|
function i(o) {
|
|
@@ -1704,7 +1704,7 @@ function Ni(e, t, n) {
|
|
|
1704
1704
|
)(o);
|
|
1705
1705
|
}
|
|
1706
1706
|
function s(o) {
|
|
1707
|
-
return r.containerState.furtherBlankLines || !N(o) ? (r.containerState.furtherBlankLines = void 0, r.containerState.initialBlankLine = void 0, a(o)) : (r.containerState.furtherBlankLines = void 0, r.containerState.initialBlankLine = void 0, e.attempt(
|
|
1707
|
+
return r.containerState.furtherBlankLines || !N(o) ? (r.containerState.furtherBlankLines = void 0, r.containerState.initialBlankLine = void 0, a(o)) : (r.containerState.furtherBlankLines = void 0, r.containerState.initialBlankLine = void 0, e.attempt(Fi, t, a)(o));
|
|
1708
1708
|
}
|
|
1709
1709
|
function a(o) {
|
|
1710
1710
|
return r.containerState._closeFlow = !0, r.interrupt = void 0, D(
|
|
@@ -1715,7 +1715,7 @@ function Ni(e, t, n) {
|
|
|
1715
1715
|
)(o);
|
|
1716
1716
|
}
|
|
1717
1717
|
}
|
|
1718
|
-
function
|
|
1718
|
+
function Ni(e, t, n) {
|
|
1719
1719
|
const r = this;
|
|
1720
1720
|
return D(
|
|
1721
1721
|
e,
|
|
@@ -1728,10 +1728,10 @@ function Ri(e, t, n) {
|
|
|
1728
1728
|
return a && a[1].type === "listItemIndent" && a[2].sliceSerialize(a[1], !0).length === r.containerState.size ? t(s) : n(s);
|
|
1729
1729
|
}
|
|
1730
1730
|
}
|
|
1731
|
-
function
|
|
1731
|
+
function Ri(e) {
|
|
1732
1732
|
e.exit(this.containerState.type);
|
|
1733
1733
|
}
|
|
1734
|
-
function
|
|
1734
|
+
function Di(e, t, n) {
|
|
1735
1735
|
const r = this;
|
|
1736
1736
|
return D(
|
|
1737
1737
|
e,
|
|
@@ -1746,10 +1746,10 @@ function Pi(e, t, n) {
|
|
|
1746
1746
|
}
|
|
1747
1747
|
const qt = {
|
|
1748
1748
|
name: "setextUnderline",
|
|
1749
|
-
tokenize:
|
|
1750
|
-
resolveTo:
|
|
1749
|
+
tokenize: ji,
|
|
1750
|
+
resolveTo: Pi
|
|
1751
1751
|
};
|
|
1752
|
-
function
|
|
1752
|
+
function Pi(e, t) {
|
|
1753
1753
|
let n = e.length, r, i, s;
|
|
1754
1754
|
for (; n--; )
|
|
1755
1755
|
if (e[n][0] === "enter") {
|
|
@@ -1767,15 +1767,15 @@ function ji(e, t) {
|
|
|
1767
1767
|
};
|
|
1768
1768
|
return e[i][1].type = "setextHeadingText", s ? (e.splice(i, 0, ["enter", a, t]), e.splice(s + 1, 0, ["exit", e[r][1], t]), e[r][1].end = Object.assign({}, e[s][1].end)) : e[r][1] = a, e.push(["exit", a, t]), e;
|
|
1769
1769
|
}
|
|
1770
|
-
function
|
|
1770
|
+
function ji(e, t, n) {
|
|
1771
1771
|
const r = this;
|
|
1772
1772
|
let i;
|
|
1773
1773
|
return s;
|
|
1774
1774
|
function s(u) {
|
|
1775
|
-
let
|
|
1776
|
-
for (;
|
|
1777
|
-
if (r.events[
|
|
1778
|
-
h = r.events[
|
|
1775
|
+
let p = r.events.length, h;
|
|
1776
|
+
for (; p--; )
|
|
1777
|
+
if (r.events[p][1].type !== "lineEnding" && r.events[p][1].type !== "linePrefix" && r.events[p][1].type !== "content") {
|
|
1778
|
+
h = r.events[p][1].type === "paragraph";
|
|
1779
1779
|
break;
|
|
1780
1780
|
}
|
|
1781
1781
|
return !r.parser.lazy[r.now().line] && (r.interrupt || h) ? (e.enter("setextHeadingLine"), i = u, a(u)) : n(u);
|
|
@@ -1790,10 +1790,10 @@ function Ui(e, t, n) {
|
|
|
1790
1790
|
return u === null || E(u) ? (e.exit("setextHeadingLine"), t(u)) : n(u);
|
|
1791
1791
|
}
|
|
1792
1792
|
}
|
|
1793
|
-
const
|
|
1794
|
-
tokenize:
|
|
1793
|
+
const Ui = {
|
|
1794
|
+
tokenize: qi
|
|
1795
1795
|
};
|
|
1796
|
-
function
|
|
1796
|
+
function qi(e) {
|
|
1797
1797
|
const t = this, n = e.attempt(
|
|
1798
1798
|
// Try to parse a blank line.
|
|
1799
1799
|
Ze,
|
|
@@ -1807,7 +1807,7 @@ function Hi(e) {
|
|
|
1807
1807
|
e.attempt(
|
|
1808
1808
|
this.parser.constructs.flow,
|
|
1809
1809
|
i,
|
|
1810
|
-
e.attempt(
|
|
1810
|
+
e.attempt($r, i)
|
|
1811
1811
|
),
|
|
1812
1812
|
"linePrefix"
|
|
1813
1813
|
)
|
|
@@ -1829,40 +1829,40 @@ function Hi(e) {
|
|
|
1829
1829
|
return e.enter("lineEnding"), e.consume(s), e.exit("lineEnding"), t.currentConstruct = void 0, n;
|
|
1830
1830
|
}
|
|
1831
1831
|
}
|
|
1832
|
-
const
|
|
1833
|
-
resolveAll:
|
|
1834
|
-
},
|
|
1835
|
-
function
|
|
1832
|
+
const Hi = {
|
|
1833
|
+
resolveAll: gn()
|
|
1834
|
+
}, Gi = mn("string"), Wi = mn("text");
|
|
1835
|
+
function mn(e) {
|
|
1836
1836
|
return {
|
|
1837
1837
|
tokenize: t,
|
|
1838
|
-
resolveAll:
|
|
1839
|
-
e === "text" ?
|
|
1838
|
+
resolveAll: gn(
|
|
1839
|
+
e === "text" ? Vi : void 0
|
|
1840
1840
|
)
|
|
1841
1841
|
};
|
|
1842
1842
|
function t(n) {
|
|
1843
1843
|
const r = this, i = this.parser.constructs[e], s = n.attempt(i, a, o);
|
|
1844
1844
|
return a;
|
|
1845
|
-
function a(
|
|
1846
|
-
return u(
|
|
1845
|
+
function a(p) {
|
|
1846
|
+
return u(p) ? s(p) : o(p);
|
|
1847
1847
|
}
|
|
1848
|
-
function o(
|
|
1849
|
-
if (
|
|
1850
|
-
n.consume(
|
|
1848
|
+
function o(p) {
|
|
1849
|
+
if (p === null) {
|
|
1850
|
+
n.consume(p);
|
|
1851
1851
|
return;
|
|
1852
1852
|
}
|
|
1853
|
-
return n.enter("data"), n.consume(
|
|
1853
|
+
return n.enter("data"), n.consume(p), l;
|
|
1854
1854
|
}
|
|
1855
|
-
function l(
|
|
1856
|
-
return u(
|
|
1855
|
+
function l(p) {
|
|
1856
|
+
return u(p) ? (n.exit("data"), s(p)) : (n.consume(p), l);
|
|
1857
1857
|
}
|
|
1858
|
-
function u(
|
|
1859
|
-
if (
|
|
1858
|
+
function u(p) {
|
|
1859
|
+
if (p === null)
|
|
1860
1860
|
return !0;
|
|
1861
|
-
const h = i[
|
|
1862
|
-
let
|
|
1861
|
+
const h = i[p];
|
|
1862
|
+
let d = -1;
|
|
1863
1863
|
if (h)
|
|
1864
|
-
for (; ++
|
|
1865
|
-
const c = h[
|
|
1864
|
+
for (; ++d < h.length; ) {
|
|
1865
|
+
const c = h[d];
|
|
1866
1866
|
if (!c.previous || c.previous.call(r, r.previous))
|
|
1867
1867
|
return !0;
|
|
1868
1868
|
}
|
|
@@ -1870,7 +1870,7 @@ function gn(e) {
|
|
|
1870
1870
|
}
|
|
1871
1871
|
}
|
|
1872
1872
|
}
|
|
1873
|
-
function
|
|
1873
|
+
function gn(e) {
|
|
1874
1874
|
return t;
|
|
1875
1875
|
function t(n, r) {
|
|
1876
1876
|
let i = -1, s;
|
|
@@ -1879,7 +1879,7 @@ function wn(e) {
|
|
|
1879
1879
|
return e ? e(n, r) : n;
|
|
1880
1880
|
}
|
|
1881
1881
|
}
|
|
1882
|
-
function
|
|
1882
|
+
function Vi(e, t) {
|
|
1883
1883
|
let n = 0;
|
|
1884
1884
|
for (; ++n <= e.length; )
|
|
1885
1885
|
if ((n === e.length || e[n][1].type === "lineEnding") && e[n - 1][1].type === "data") {
|
|
@@ -1923,7 +1923,7 @@ function $i(e, t) {
|
|
|
1923
1923
|
}
|
|
1924
1924
|
return e;
|
|
1925
1925
|
}
|
|
1926
|
-
function
|
|
1926
|
+
function $i(e, t, n) {
|
|
1927
1927
|
let r = Object.assign(
|
|
1928
1928
|
n ? Object.assign({}, n) : {
|
|
1929
1929
|
line: 1,
|
|
@@ -1953,21 +1953,21 @@ function Xi(e, t, n) {
|
|
|
1953
1953
|
events: [],
|
|
1954
1954
|
parser: e,
|
|
1955
1955
|
sliceStream: c,
|
|
1956
|
-
sliceSerialize:
|
|
1956
|
+
sliceSerialize: d,
|
|
1957
1957
|
now: k,
|
|
1958
1958
|
defineSkip: x,
|
|
1959
1959
|
write: h
|
|
1960
1960
|
};
|
|
1961
|
-
let
|
|
1961
|
+
let p = t.tokenize.call(u, l);
|
|
1962
1962
|
return t.resolveAll && s.push(t), u;
|
|
1963
1963
|
function h(T) {
|
|
1964
1964
|
return a = re(a, T), L(), a[a.length - 1] !== null ? [] : (U(t, 0), u.events = gt(s, u.events, u), u.events);
|
|
1965
1965
|
}
|
|
1966
|
-
function
|
|
1967
|
-
return
|
|
1966
|
+
function d(T, A) {
|
|
1967
|
+
return Ki(c(T), A);
|
|
1968
1968
|
}
|
|
1969
1969
|
function c(T) {
|
|
1970
|
-
return
|
|
1970
|
+
return Xi(a, T);
|
|
1971
1971
|
}
|
|
1972
1972
|
function k() {
|
|
1973
1973
|
const { line: T, column: A, offset: H, _index: W, _bufferIndex: j } = r;
|
|
@@ -1994,7 +1994,7 @@ function Xi(e, t, n) {
|
|
|
1994
1994
|
}
|
|
1995
1995
|
}
|
|
1996
1996
|
function y(T) {
|
|
1997
|
-
|
|
1997
|
+
p = p(T);
|
|
1998
1998
|
}
|
|
1999
1999
|
function z(T) {
|
|
2000
2000
|
E(T) ? (r.line++, r.column = 1, r.offset += T === -3 ? 2 : 1, g()) : T !== -1 && (r.column++, r.offset++), r._bufferIndex < 0 ? r._index++ : (r._bufferIndex++, r._bufferIndex === a[r._index].length && (r._bufferIndex = -1, r._index++)), u.previous = T;
|
|
@@ -2016,7 +2016,7 @@ function Xi(e, t, n) {
|
|
|
2016
2016
|
function F(T, A) {
|
|
2017
2017
|
return H;
|
|
2018
2018
|
function H(W, j, Z) {
|
|
2019
|
-
let X, ie,
|
|
2019
|
+
let X, ie, de, f;
|
|
2020
2020
|
return Array.isArray(W) ? fe(W) : "tokenize" in W ? (
|
|
2021
2021
|
// @ts-expect-error Looks like a construct.
|
|
2022
2022
|
fe([W])
|
|
@@ -2039,7 +2039,7 @@ function Xi(e, t, n) {
|
|
|
2039
2039
|
function m(K) {
|
|
2040
2040
|
return Ne;
|
|
2041
2041
|
function Ne(ye) {
|
|
2042
|
-
return f = B(),
|
|
2042
|
+
return f = B(), de = K, K.partial || (u.currentConstruct = K), K.name && u.parser.constructs.disable.null.includes(K.name) ? Ee() : K.tokenize.call(
|
|
2043
2043
|
// If we do have fields, create an object w/ `context` as its
|
|
2044
2044
|
// prototype.
|
|
2045
2045
|
// This allows a “live binding”, which is needed for `interrupt`.
|
|
@@ -2051,7 +2051,7 @@ function Xi(e, t, n) {
|
|
|
2051
2051
|
}
|
|
2052
2052
|
}
|
|
2053
2053
|
function ae(K) {
|
|
2054
|
-
return T(
|
|
2054
|
+
return T(de, f), j;
|
|
2055
2055
|
}
|
|
2056
2056
|
function Ee(K) {
|
|
2057
2057
|
return f.restore(), ++ie < X.length ? m(X[ie]) : Z;
|
|
@@ -2059,7 +2059,7 @@ function Xi(e, t, n) {
|
|
|
2059
2059
|
}
|
|
2060
2060
|
}
|
|
2061
2061
|
function U(T, A) {
|
|
2062
|
-
T.resolveAll && !s.includes(T) && s.push(T), T.resolve &&
|
|
2062
|
+
T.resolveAll && !s.includes(T) && s.push(T), T.resolve && pe(
|
|
2063
2063
|
u.events,
|
|
2064
2064
|
A,
|
|
2065
2065
|
u.events.length - A,
|
|
@@ -2080,7 +2080,7 @@ function Xi(e, t, n) {
|
|
|
2080
2080
|
r.line in i && r.column < 2 && (r.column = i[r.line], r.offset += i[r.line] - 1);
|
|
2081
2081
|
}
|
|
2082
2082
|
}
|
|
2083
|
-
function
|
|
2083
|
+
function Xi(e, t) {
|
|
2084
2084
|
const n = t.start._index, r = t.start._bufferIndex, i = t.end._index, s = t.end._bufferIndex;
|
|
2085
2085
|
let a;
|
|
2086
2086
|
if (n === i)
|
|
@@ -2094,7 +2094,7 @@ function Ki(e, t) {
|
|
|
2094
2094
|
}
|
|
2095
2095
|
return a;
|
|
2096
2096
|
}
|
|
2097
|
-
function
|
|
2097
|
+
function Ki(e, t) {
|
|
2098
2098
|
let n = -1;
|
|
2099
2099
|
const r = [];
|
|
2100
2100
|
let i;
|
|
@@ -2136,7 +2136,7 @@ function Qi(e, t) {
|
|
|
2136
2136
|
}
|
|
2137
2137
|
return r.join("");
|
|
2138
2138
|
}
|
|
2139
|
-
const
|
|
2139
|
+
const Qi = {
|
|
2140
2140
|
42: te,
|
|
2141
2141
|
43: te,
|
|
2142
2142
|
45: te,
|
|
@@ -2150,105 +2150,105 @@ const Zi = {
|
|
|
2150
2150
|
55: te,
|
|
2151
2151
|
56: te,
|
|
2152
2152
|
57: te,
|
|
2153
|
-
62:
|
|
2153
|
+
62: ln
|
|
2154
|
+
}, Zi = {
|
|
2155
|
+
91: Jr
|
|
2154
2156
|
}, Ji = {
|
|
2155
|
-
91: Yr
|
|
2156
|
-
}, Yi = {
|
|
2157
2157
|
[-2]: Ye,
|
|
2158
2158
|
[-1]: Ye,
|
|
2159
2159
|
32: Ye
|
|
2160
|
-
},
|
|
2161
|
-
35:
|
|
2160
|
+
}, Yi = {
|
|
2161
|
+
35: ii,
|
|
2162
2162
|
42: qe,
|
|
2163
2163
|
45: [qt, qe],
|
|
2164
|
-
60:
|
|
2164
|
+
60: li,
|
|
2165
2165
|
61: qt,
|
|
2166
2166
|
95: qe,
|
|
2167
2167
|
96: jt,
|
|
2168
2168
|
126: jt
|
|
2169
|
+
}, es = {
|
|
2170
|
+
38: cn,
|
|
2171
|
+
92: un
|
|
2169
2172
|
}, ts = {
|
|
2170
|
-
38: hn,
|
|
2171
|
-
92: cn
|
|
2172
|
-
}, ns = {
|
|
2173
2173
|
[-5]: et,
|
|
2174
2174
|
[-4]: et,
|
|
2175
2175
|
[-3]: et,
|
|
2176
|
-
33:
|
|
2177
|
-
38:
|
|
2176
|
+
33: Ei,
|
|
2177
|
+
38: cn,
|
|
2178
2178
|
42: ot,
|
|
2179
|
-
60: [
|
|
2180
|
-
91:
|
|
2181
|
-
92: [
|
|
2179
|
+
60: [Ar, mi],
|
|
2180
|
+
91: Ti,
|
|
2181
|
+
92: [ni, un],
|
|
2182
2182
|
93: wt,
|
|
2183
2183
|
95: ot,
|
|
2184
|
-
96:
|
|
2184
|
+
96: qr
|
|
2185
|
+
}, ns = {
|
|
2186
|
+
null: [ot, Hi]
|
|
2185
2187
|
}, rs = {
|
|
2186
|
-
null: [ot, Gi]
|
|
2187
|
-
}, is = {
|
|
2188
2188
|
null: [42, 95]
|
|
2189
|
-
},
|
|
2189
|
+
}, is = {
|
|
2190
2190
|
null: []
|
|
2191
|
-
},
|
|
2191
|
+
}, ss = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2192
2192
|
__proto__: null,
|
|
2193
|
-
attentionMarkers:
|
|
2194
|
-
contentInitial:
|
|
2195
|
-
disable:
|
|
2196
|
-
document:
|
|
2197
|
-
flow:
|
|
2198
|
-
flowInitial:
|
|
2199
|
-
insideSpan:
|
|
2200
|
-
string:
|
|
2201
|
-
text:
|
|
2193
|
+
attentionMarkers: rs,
|
|
2194
|
+
contentInitial: Zi,
|
|
2195
|
+
disable: is,
|
|
2196
|
+
document: Qi,
|
|
2197
|
+
flow: Yi,
|
|
2198
|
+
flowInitial: Ji,
|
|
2199
|
+
insideSpan: ns,
|
|
2200
|
+
string: es,
|
|
2201
|
+
text: ts
|
|
2202
2202
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2203
|
-
function
|
|
2203
|
+
function as(e) {
|
|
2204
2204
|
const n = (
|
|
2205
2205
|
/** @type {FullNormalizedExtension} */
|
|
2206
|
-
|
|
2206
|
+
fr([ss, ...(e || {}).extensions || []])
|
|
2207
2207
|
), r = {
|
|
2208
2208
|
defined: [],
|
|
2209
2209
|
lazy: {},
|
|
2210
2210
|
constructs: n,
|
|
2211
|
-
content: i(
|
|
2212
|
-
document: i(
|
|
2213
|
-
flow: i(
|
|
2214
|
-
string: i(
|
|
2215
|
-
text: i(
|
|
2211
|
+
content: i(zr),
|
|
2212
|
+
document: i(Sr),
|
|
2213
|
+
flow: i(Ui),
|
|
2214
|
+
string: i(Gi),
|
|
2215
|
+
text: i(Wi)
|
|
2216
2216
|
};
|
|
2217
2217
|
return r;
|
|
2218
2218
|
function i(s) {
|
|
2219
2219
|
return a;
|
|
2220
2220
|
function a(o) {
|
|
2221
|
-
return
|
|
2221
|
+
return $i(r, s, o);
|
|
2222
2222
|
}
|
|
2223
2223
|
}
|
|
2224
2224
|
}
|
|
2225
|
-
function
|
|
2226
|
-
for (; !
|
|
2225
|
+
function os(e) {
|
|
2226
|
+
for (; !hn(e); )
|
|
2227
2227
|
;
|
|
2228
2228
|
return e;
|
|
2229
2229
|
}
|
|
2230
2230
|
const Ht = /[\0\t\n\r]/g;
|
|
2231
|
-
function
|
|
2231
|
+
function ls() {
|
|
2232
2232
|
let e = 1, t = "", n = !0, r;
|
|
2233
2233
|
return i;
|
|
2234
2234
|
function i(s, a, o) {
|
|
2235
2235
|
const l = [];
|
|
2236
|
-
let u,
|
|
2236
|
+
let u, p, h, d, c;
|
|
2237
2237
|
for (s = t + (typeof s == "string" ? s.toString() : new TextDecoder(a || void 0).decode(s)), h = 0, t = "", n && (s.charCodeAt(0) === 65279 && h++, n = void 0); h < s.length; ) {
|
|
2238
|
-
if (Ht.lastIndex = h, u = Ht.exec(s),
|
|
2238
|
+
if (Ht.lastIndex = h, u = Ht.exec(s), d = u && u.index !== void 0 ? u.index : s.length, c = s.charCodeAt(d), !u) {
|
|
2239
2239
|
t = s.slice(h);
|
|
2240
2240
|
break;
|
|
2241
2241
|
}
|
|
2242
|
-
if (c === 10 && h ===
|
|
2242
|
+
if (c === 10 && h === d && r)
|
|
2243
2243
|
l.push(-3), r = void 0;
|
|
2244
2244
|
else
|
|
2245
|
-
switch (r && (l.push(-5), r = void 0), h <
|
|
2245
|
+
switch (r && (l.push(-5), r = void 0), h < d && (l.push(s.slice(h, d)), e += d - h), c) {
|
|
2246
2246
|
case 0: {
|
|
2247
2247
|
l.push(65533), e++;
|
|
2248
2248
|
break;
|
|
2249
2249
|
}
|
|
2250
2250
|
case 9: {
|
|
2251
|
-
for (
|
|
2251
|
+
for (p = Math.ceil(e / 4) * 4, l.push(-2); e++ < p; )
|
|
2252
2252
|
l.push(-1);
|
|
2253
2253
|
break;
|
|
2254
2254
|
}
|
|
@@ -2259,21 +2259,21 @@ function us() {
|
|
|
2259
2259
|
default:
|
|
2260
2260
|
r = !0, e = 1;
|
|
2261
2261
|
}
|
|
2262
|
-
h =
|
|
2262
|
+
h = d + 1;
|
|
2263
2263
|
}
|
|
2264
2264
|
return o && (r && l.push(-5), t && l.push(t), l.push(null)), l;
|
|
2265
2265
|
}
|
|
2266
2266
|
}
|
|
2267
|
-
const
|
|
2268
|
-
function
|
|
2269
|
-
return e.replace(
|
|
2267
|
+
const us = /\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;
|
|
2268
|
+
function cs(e) {
|
|
2269
|
+
return e.replace(us, hs);
|
|
2270
2270
|
}
|
|
2271
|
-
function
|
|
2271
|
+
function hs(e, t, n) {
|
|
2272
2272
|
if (t)
|
|
2273
2273
|
return t;
|
|
2274
2274
|
if (n.charCodeAt(0) === 35) {
|
|
2275
2275
|
const i = n.charCodeAt(1), s = i === 120 || i === 88;
|
|
2276
|
-
return
|
|
2276
|
+
return on(n.slice(s ? 2 : 1), s ? 16 : 10);
|
|
2277
2277
|
}
|
|
2278
2278
|
return mt(n) || e;
|
|
2279
2279
|
}
|
|
@@ -2289,15 +2289,15 @@ function Gt(e) {
|
|
|
2289
2289
|
function Wt(e) {
|
|
2290
2290
|
return e && typeof e == "number" ? e : 1;
|
|
2291
2291
|
}
|
|
2292
|
-
const
|
|
2292
|
+
const wn = {}.hasOwnProperty;
|
|
2293
2293
|
function ps(e, t, n) {
|
|
2294
|
-
return typeof t != "string" && (n = t, t = void 0),
|
|
2295
|
-
|
|
2296
|
-
|
|
2294
|
+
return typeof t != "string" && (n = t, t = void 0), ds(n)(
|
|
2295
|
+
os(
|
|
2296
|
+
as(n).document().write(ls()(e, t, !0))
|
|
2297
2297
|
)
|
|
2298
2298
|
);
|
|
2299
2299
|
}
|
|
2300
|
-
function
|
|
2300
|
+
function ds(e) {
|
|
2301
2301
|
const t = {
|
|
2302
2302
|
transforms: [],
|
|
2303
2303
|
canContainEols: ["emphasis", "fragment", "heading", "paragraph", "strong"],
|
|
@@ -2317,32 +2317,32 @@ function fs(e) {
|
|
|
2317
2317
|
codeTextData: B,
|
|
2318
2318
|
data: B,
|
|
2319
2319
|
codeFlowValue: B,
|
|
2320
|
-
definition: s(
|
|
2320
|
+
definition: s(Zn),
|
|
2321
2321
|
definitionDestinationString: a,
|
|
2322
2322
|
definitionLabelString: a,
|
|
2323
2323
|
definitionTitleString: a,
|
|
2324
|
-
emphasis: s(
|
|
2324
|
+
emphasis: s(Jn),
|
|
2325
2325
|
hardBreakEscape: s(At),
|
|
2326
2326
|
hardBreakTrailing: s(At),
|
|
2327
2327
|
htmlFlow: s(Lt, a),
|
|
2328
2328
|
htmlFlowData: B,
|
|
2329
2329
|
htmlText: s(Lt, a),
|
|
2330
2330
|
htmlTextData: B,
|
|
2331
|
-
image: s(
|
|
2331
|
+
image: s(Yn),
|
|
2332
2332
|
label: a,
|
|
2333
2333
|
link: s(It),
|
|
2334
|
-
listItem: s(
|
|
2335
|
-
listItemValue:
|
|
2334
|
+
listItem: s(er),
|
|
2335
|
+
listItemValue: d,
|
|
2336
2336
|
listOrdered: s(Bt, h),
|
|
2337
2337
|
listUnordered: s(Bt),
|
|
2338
|
-
paragraph: s(
|
|
2338
|
+
paragraph: s(tr),
|
|
2339
2339
|
reference: m,
|
|
2340
2340
|
referenceString: a,
|
|
2341
2341
|
resourceDestinationString: a,
|
|
2342
2342
|
resourceTitleString: a,
|
|
2343
2343
|
setextHeading: s(Tt),
|
|
2344
|
-
strong: s(
|
|
2345
|
-
thematicBreak: s(
|
|
2344
|
+
strong: s(nr),
|
|
2345
|
+
thematicBreak: s(ir)
|
|
2346
2346
|
},
|
|
2347
2347
|
exit: {
|
|
2348
2348
|
atxHeading: l(),
|
|
@@ -2376,7 +2376,7 @@ function fs(e) {
|
|
|
2376
2376
|
htmlText: l(W),
|
|
2377
2377
|
htmlTextData: g,
|
|
2378
2378
|
image: l(X),
|
|
2379
|
-
label:
|
|
2379
|
+
label: de,
|
|
2380
2380
|
labelText: ie,
|
|
2381
2381
|
lineEnding: T,
|
|
2382
2382
|
link: l(Z),
|
|
@@ -2395,7 +2395,7 @@ function fs(e) {
|
|
|
2395
2395
|
thematicBreak: l()
|
|
2396
2396
|
}
|
|
2397
2397
|
};
|
|
2398
|
-
|
|
2398
|
+
xn(t, (e || {}).mdastExtensions || []);
|
|
2399
2399
|
const n = {};
|
|
2400
2400
|
return r;
|
|
2401
2401
|
function r(w) {
|
|
@@ -2410,7 +2410,7 @@ function fs(e) {
|
|
|
2410
2410
|
enter: o,
|
|
2411
2411
|
exit: u,
|
|
2412
2412
|
buffer: a,
|
|
2413
|
-
resume:
|
|
2413
|
+
resume: p,
|
|
2414
2414
|
data: n
|
|
2415
2415
|
}, R = [];
|
|
2416
2416
|
let q = -1;
|
|
@@ -2424,7 +2424,7 @@ function fs(e) {
|
|
|
2424
2424
|
}
|
|
2425
2425
|
for (q = -1; ++q < w.length; ) {
|
|
2426
2426
|
const oe = t[w[q][0]];
|
|
2427
|
-
|
|
2427
|
+
wn.call(oe, w[q][1].type) && oe[w[q][1].type].call(
|
|
2428
2428
|
Object.assign(
|
|
2429
2429
|
{
|
|
2430
2430
|
sliceSerialize: w[q][2].sliceSerialize
|
|
@@ -2550,13 +2550,13 @@ function fs(e) {
|
|
|
2550
2550
|
);
|
|
2551
2551
|
I.position.end = ke(w.end);
|
|
2552
2552
|
}
|
|
2553
|
-
function
|
|
2553
|
+
function p() {
|
|
2554
2554
|
return pr(this.stack.pop());
|
|
2555
2555
|
}
|
|
2556
2556
|
function h() {
|
|
2557
2557
|
this.data.expectingFirstListItemValue = !0;
|
|
2558
2558
|
}
|
|
2559
|
-
function
|
|
2559
|
+
function d(w) {
|
|
2560
2560
|
if (this.data.expectingFirstListItemValue) {
|
|
2561
2561
|
const v = this.stack[this.stack.length - 2];
|
|
2562
2562
|
v.start = Number.parseInt(this.sliceSerialize(w), 10), this.data.expectingFirstListItemValue = void 0;
|
|
@@ -2615,7 +2615,7 @@ function fs(e) {
|
|
|
2615
2615
|
function B(w) {
|
|
2616
2616
|
const I = this.stack[this.stack.length - 1].children;
|
|
2617
2617
|
let R = I[I.length - 1];
|
|
2618
|
-
(!R || R.type !== "text") && (R =
|
|
2618
|
+
(!R || R.type !== "text") && (R = rr(), R.position = {
|
|
2619
2619
|
start: ke(w.start),
|
|
2620
2620
|
// @ts-expect-error: we’ll add `end` later.
|
|
2621
2621
|
end: void 0
|
|
@@ -2669,9 +2669,9 @@ function fs(e) {
|
|
|
2669
2669
|
}
|
|
2670
2670
|
function ie(w) {
|
|
2671
2671
|
const v = this.sliceSerialize(w), I = this.stack[this.stack.length - 2];
|
|
2672
|
-
I.label =
|
|
2672
|
+
I.label = cs(v), I.identifier = Me(v).toLowerCase();
|
|
2673
2673
|
}
|
|
2674
|
-
function
|
|
2674
|
+
function de() {
|
|
2675
2675
|
const w = this.stack[this.stack.length - 1], v = this.resume(), I = this.stack[this.stack.length - 1];
|
|
2676
2676
|
if (this.data.inReference = !0, I.type === "link") {
|
|
2677
2677
|
const R = w.children;
|
|
@@ -2705,7 +2705,7 @@ function fs(e) {
|
|
|
2705
2705
|
function K(w) {
|
|
2706
2706
|
const v = this.sliceSerialize(w), I = this.data.characterReferenceType;
|
|
2707
2707
|
let R;
|
|
2708
|
-
I ? (R =
|
|
2708
|
+
I ? (R = on(
|
|
2709
2709
|
v,
|
|
2710
2710
|
I === "characterReferenceMarkerNumeric" ? 10 : 16
|
|
2711
2711
|
), this.data.characterReferenceType = void 0) : R = mt(v);
|
|
@@ -2742,7 +2742,7 @@ function fs(e) {
|
|
|
2742
2742
|
value: ""
|
|
2743
2743
|
};
|
|
2744
2744
|
}
|
|
2745
|
-
function
|
|
2745
|
+
function Zn() {
|
|
2746
2746
|
return {
|
|
2747
2747
|
type: "definition",
|
|
2748
2748
|
identifier: "",
|
|
@@ -2751,7 +2751,7 @@ function fs(e) {
|
|
|
2751
2751
|
url: ""
|
|
2752
2752
|
};
|
|
2753
2753
|
}
|
|
2754
|
-
function
|
|
2754
|
+
function Jn() {
|
|
2755
2755
|
return {
|
|
2756
2756
|
type: "emphasis",
|
|
2757
2757
|
children: []
|
|
@@ -2776,7 +2776,7 @@ function fs(e) {
|
|
|
2776
2776
|
value: ""
|
|
2777
2777
|
};
|
|
2778
2778
|
}
|
|
2779
|
-
function
|
|
2779
|
+
function Yn() {
|
|
2780
2780
|
return {
|
|
2781
2781
|
type: "image",
|
|
2782
2782
|
title: null,
|
|
@@ -2801,7 +2801,7 @@ function fs(e) {
|
|
|
2801
2801
|
children: []
|
|
2802
2802
|
};
|
|
2803
2803
|
}
|
|
2804
|
-
function
|
|
2804
|
+
function er(w) {
|
|
2805
2805
|
return {
|
|
2806
2806
|
type: "listItem",
|
|
2807
2807
|
spread: w._spread,
|
|
@@ -2809,25 +2809,25 @@ function fs(e) {
|
|
|
2809
2809
|
children: []
|
|
2810
2810
|
};
|
|
2811
2811
|
}
|
|
2812
|
-
function
|
|
2812
|
+
function tr() {
|
|
2813
2813
|
return {
|
|
2814
2814
|
type: "paragraph",
|
|
2815
2815
|
children: []
|
|
2816
2816
|
};
|
|
2817
2817
|
}
|
|
2818
|
-
function
|
|
2818
|
+
function nr() {
|
|
2819
2819
|
return {
|
|
2820
2820
|
type: "strong",
|
|
2821
2821
|
children: []
|
|
2822
2822
|
};
|
|
2823
2823
|
}
|
|
2824
|
-
function
|
|
2824
|
+
function rr() {
|
|
2825
2825
|
return {
|
|
2826
2826
|
type: "text",
|
|
2827
2827
|
value: ""
|
|
2828
2828
|
};
|
|
2829
2829
|
}
|
|
2830
|
-
function
|
|
2830
|
+
function ir() {
|
|
2831
2831
|
return {
|
|
2832
2832
|
type: "thematicBreak"
|
|
2833
2833
|
};
|
|
@@ -2840,17 +2840,17 @@ function ke(e) {
|
|
|
2840
2840
|
offset: e.offset
|
|
2841
2841
|
};
|
|
2842
2842
|
}
|
|
2843
|
-
function
|
|
2843
|
+
function xn(e, t) {
|
|
2844
2844
|
let n = -1;
|
|
2845
2845
|
for (; ++n < t.length; ) {
|
|
2846
2846
|
const r = t[n];
|
|
2847
|
-
Array.isArray(r) ?
|
|
2847
|
+
Array.isArray(r) ? xn(e, r) : fs(e, r);
|
|
2848
2848
|
}
|
|
2849
2849
|
}
|
|
2850
|
-
function
|
|
2850
|
+
function fs(e, t) {
|
|
2851
2851
|
let n;
|
|
2852
2852
|
for (n in t)
|
|
2853
|
-
if (
|
|
2853
|
+
if (wn.call(t, n))
|
|
2854
2854
|
switch (n) {
|
|
2855
2855
|
case "canContainEols": {
|
|
2856
2856
|
const r = t[n];
|
|
@@ -2886,7 +2886,7 @@ function Vt(e, t) {
|
|
|
2886
2886
|
}) + ") is still open"
|
|
2887
2887
|
);
|
|
2888
2888
|
}
|
|
2889
|
-
class
|
|
2889
|
+
class ms {
|
|
2890
2890
|
/**
|
|
2891
2891
|
* Create a new edit map.
|
|
2892
2892
|
*/
|
|
@@ -2902,7 +2902,7 @@ class gs {
|
|
|
2902
2902
|
* @returns {undefined}
|
|
2903
2903
|
*/
|
|
2904
2904
|
add(t, n, r) {
|
|
2905
|
-
|
|
2905
|
+
gs(this, t, n, r);
|
|
2906
2906
|
}
|
|
2907
2907
|
// To do: add this when moving to `micromark`.
|
|
2908
2908
|
// /**
|
|
@@ -2941,7 +2941,7 @@ class gs {
|
|
|
2941
2941
|
this.map.length = 0;
|
|
2942
2942
|
}
|
|
2943
2943
|
}
|
|
2944
|
-
function
|
|
2944
|
+
function gs(e, t, n, r) {
|
|
2945
2945
|
let i = 0;
|
|
2946
2946
|
if (!(n === 0 && r.length === 0)) {
|
|
2947
2947
|
for (; i < e.map.length; ) {
|
|
@@ -2954,7 +2954,7 @@ function ws(e, t, n, r) {
|
|
|
2954
2954
|
e.map.push([t, n, r]);
|
|
2955
2955
|
}
|
|
2956
2956
|
}
|
|
2957
|
-
function
|
|
2957
|
+
function ws(e, t) {
|
|
2958
2958
|
let n = !1;
|
|
2959
2959
|
const r = [];
|
|
2960
2960
|
for (; t < e.length; ) {
|
|
@@ -2977,17 +2977,17 @@ function xs(e, t) {
|
|
|
2977
2977
|
}
|
|
2978
2978
|
return r;
|
|
2979
2979
|
}
|
|
2980
|
-
function
|
|
2980
|
+
function xs() {
|
|
2981
2981
|
return {
|
|
2982
2982
|
flow: {
|
|
2983
2983
|
null: {
|
|
2984
|
-
tokenize:
|
|
2985
|
-
resolveAll:
|
|
2984
|
+
tokenize: bs,
|
|
2985
|
+
resolveAll: ys
|
|
2986
2986
|
}
|
|
2987
2987
|
}
|
|
2988
2988
|
};
|
|
2989
2989
|
}
|
|
2990
|
-
function
|
|
2990
|
+
function bs(e, t, n) {
|
|
2991
2991
|
const r = this;
|
|
2992
2992
|
let i = 0, s = 0, a;
|
|
2993
2993
|
return o;
|
|
@@ -3008,15 +3008,15 @@ function ys(e, t, n) {
|
|
|
3008
3008
|
return e.enter("tableHead"), e.enter("tableRow"), u(g);
|
|
3009
3009
|
}
|
|
3010
3010
|
function u(g) {
|
|
3011
|
-
return g === 124 || (a = !0, s += 1),
|
|
3011
|
+
return g === 124 || (a = !0, s += 1), p(g);
|
|
3012
3012
|
}
|
|
3013
|
-
function
|
|
3014
|
-
return g === null ? n(g) : E(g) ? s > 1 ? (s = 0, r.interrupt = !0, e.exit("tableRow"), e.enter("lineEnding"), e.consume(g), e.exit("lineEnding"), c) : n(g) : N(g) ? D(e,
|
|
3013
|
+
function p(g) {
|
|
3014
|
+
return g === null ? n(g) : E(g) ? s > 1 ? (s = 0, r.interrupt = !0, e.exit("tableRow"), e.enter("lineEnding"), e.consume(g), e.exit("lineEnding"), c) : n(g) : N(g) ? D(e, p, "whitespace")(g) : (s += 1, a && (a = !1, i += 1), g === 124 ? (e.enter("tableCellDivider"), e.consume(g), e.exit("tableCellDivider"), a = !0, p) : (e.enter("data"), h(g)));
|
|
3015
3015
|
}
|
|
3016
3016
|
function h(g) {
|
|
3017
|
-
return g === null || g === 124 || J(g) ? (e.exit("data"),
|
|
3017
|
+
return g === null || g === 124 || J(g) ? (e.exit("data"), p(g)) : (e.consume(g), g === 92 ? d : h);
|
|
3018
3018
|
}
|
|
3019
|
-
function
|
|
3019
|
+
function d(g) {
|
|
3020
3020
|
return g === 92 || g === 124 ? (e.consume(g), h) : h(g);
|
|
3021
3021
|
}
|
|
3022
3022
|
function c(g) {
|
|
@@ -3064,47 +3064,47 @@ function ys(e, t, n) {
|
|
|
3064
3064
|
return g === 92 || g === 124 ? (e.consume(g), U) : U(g);
|
|
3065
3065
|
}
|
|
3066
3066
|
}
|
|
3067
|
-
function
|
|
3068
|
-
let n = -1, r = !0, i = 0, s = [0, 0, 0, 0], a = [0, 0, 0, 0], o = !1, l = 0, u,
|
|
3069
|
-
const
|
|
3067
|
+
function ys(e, t) {
|
|
3068
|
+
let n = -1, r = !0, i = 0, s = [0, 0, 0, 0], a = [0, 0, 0, 0], o = !1, l = 0, u, p, h;
|
|
3069
|
+
const d = new ms();
|
|
3070
3070
|
for (; ++n < e.length; ) {
|
|
3071
3071
|
const c = e[n], k = c[1];
|
|
3072
|
-
c[0] === "enter" ? k.type === "tableHead" ? (o = !1, l !== 0 && ($t(
|
|
3072
|
+
c[0] === "enter" ? k.type === "tableHead" ? (o = !1, l !== 0 && ($t(d, t, l, u, p), p = void 0, l = 0), u = {
|
|
3073
3073
|
type: "table",
|
|
3074
3074
|
start: Object.assign({}, k.start),
|
|
3075
3075
|
// Note: correct end is set later.
|
|
3076
3076
|
end: Object.assign({}, k.end)
|
|
3077
|
-
},
|
|
3077
|
+
}, d.add(n, 0, [["enter", u, t]])) : k.type === "tableRow" || k.type === "tableDelimiterRow" ? (r = !0, h = void 0, s = [0, 0, 0, 0], a = [0, n + 1, 0, 0], o && (o = !1, p = {
|
|
3078
3078
|
type: "tableBody",
|
|
3079
3079
|
start: Object.assign({}, k.start),
|
|
3080
3080
|
// Note: correct end is set later.
|
|
3081
3081
|
end: Object.assign({}, k.end)
|
|
3082
|
-
},
|
|
3083
|
-
|
|
3082
|
+
}, d.add(n, 0, [["enter", p, t]])), i = k.type === "tableDelimiterRow" ? 2 : p ? 3 : 1) : i && (k.type === "data" || k.type === "tableDelimiterMarker" || k.type === "tableDelimiterFiller") ? (r = !1, a[2] === 0 && (s[1] !== 0 && (a[0] = a[1], h = Ue(
|
|
3083
|
+
d,
|
|
3084
3084
|
t,
|
|
3085
3085
|
s,
|
|
3086
3086
|
i,
|
|
3087
3087
|
void 0,
|
|
3088
3088
|
h
|
|
3089
3089
|
), s = [0, 0, 0, 0]), a[2] = n)) : k.type === "tableCellDivider" && (r ? r = !1 : (s[1] !== 0 && (a[0] = a[1], h = Ue(
|
|
3090
|
-
|
|
3090
|
+
d,
|
|
3091
3091
|
t,
|
|
3092
3092
|
s,
|
|
3093
3093
|
i,
|
|
3094
3094
|
void 0,
|
|
3095
3095
|
h
|
|
3096
3096
|
)), s = a, a = [s[1], n, 0, 0])) : k.type === "tableHead" ? (o = !0, l = n) : k.type === "tableRow" || k.type === "tableDelimiterRow" ? (l = n, s[1] !== 0 ? (a[0] = a[1], h = Ue(
|
|
3097
|
-
|
|
3097
|
+
d,
|
|
3098
3098
|
t,
|
|
3099
3099
|
s,
|
|
3100
3100
|
i,
|
|
3101
3101
|
n,
|
|
3102
3102
|
h
|
|
3103
|
-
)) : a[1] !== 0 && (h = Ue(
|
|
3103
|
+
)) : a[1] !== 0 && (h = Ue(d, t, a, i, n, h)), i = 0) : i && (k.type === "data" || k.type === "tableDelimiterMarker" || k.type === "tableDelimiterFiller") && (a[3] = n);
|
|
3104
3104
|
}
|
|
3105
|
-
for (l !== 0 && $t(
|
|
3105
|
+
for (l !== 0 && $t(d, t, l, u, p), d.consume(t.events), n = -1; ++n < t.events.length; ) {
|
|
3106
3106
|
const c = t.events[n];
|
|
3107
|
-
c[0] === "enter" && c[1].type === "table" && (c[1]._align =
|
|
3107
|
+
c[0] === "enter" && c[1].type === "table" && (c[1]._align = ws(t.events, n));
|
|
3108
3108
|
}
|
|
3109
3109
|
return e;
|
|
3110
3110
|
}
|
|
@@ -3118,14 +3118,14 @@ function Ue(e, t, n, r, i, s) {
|
|
|
3118
3118
|
// Note: correct end is set later.
|
|
3119
3119
|
end: Object.assign({}, l)
|
|
3120
3120
|
}, e.add(n[1], 0, [["enter", s, t]]), n[2] !== 0) {
|
|
3121
|
-
const u = Be(t.events, n[2]),
|
|
3121
|
+
const u = Be(t.events, n[2]), p = Be(t.events, n[3]), h = {
|
|
3122
3122
|
type: o,
|
|
3123
3123
|
start: Object.assign({}, u),
|
|
3124
|
-
end: Object.assign({},
|
|
3124
|
+
end: Object.assign({}, p)
|
|
3125
3125
|
};
|
|
3126
3126
|
if (e.add(n[2], 0, [["enter", h, t]]), r !== 2) {
|
|
3127
|
-
const
|
|
3128
|
-
if (
|
|
3127
|
+
const d = t.events[n[2]], c = t.events[n[3]];
|
|
3128
|
+
if (d[1].end = Object.assign({}, c[1].end), d[1].type = "chunkText", d[1].contentType = "text", n[3] > n[2] + 1) {
|
|
3129
3129
|
const k = n[2] + 1, x = n[3] - n[2] - 1;
|
|
3130
3130
|
e.add(k, x, []);
|
|
3131
3131
|
}
|
|
@@ -3142,24 +3142,24 @@ function Be(e, t) {
|
|
|
3142
3142
|
const n = e[t], r = n[0] === "enter" ? "start" : "end";
|
|
3143
3143
|
return n[1][r];
|
|
3144
3144
|
}
|
|
3145
|
-
function
|
|
3145
|
+
function ks() {
|
|
3146
3146
|
return {
|
|
3147
3147
|
enter: {
|
|
3148
|
-
table:
|
|
3148
|
+
table: zs,
|
|
3149
3149
|
tableData: Xt,
|
|
3150
3150
|
tableHeader: Xt,
|
|
3151
|
-
tableRow:
|
|
3151
|
+
tableRow: Ss
|
|
3152
3152
|
},
|
|
3153
3153
|
exit: {
|
|
3154
|
-
codeText:
|
|
3155
|
-
table:
|
|
3154
|
+
codeText: Cs,
|
|
3155
|
+
table: vs,
|
|
3156
3156
|
tableData: tt,
|
|
3157
3157
|
tableHeader: tt,
|
|
3158
3158
|
tableRow: tt
|
|
3159
3159
|
}
|
|
3160
3160
|
};
|
|
3161
3161
|
}
|
|
3162
|
-
function
|
|
3162
|
+
function zs(e) {
|
|
3163
3163
|
const t = e._align;
|
|
3164
3164
|
this.enter(
|
|
3165
3165
|
{
|
|
@@ -3172,10 +3172,10 @@ function vs(e) {
|
|
|
3172
3172
|
e
|
|
3173
3173
|
), this.data.inTable = !0;
|
|
3174
3174
|
}
|
|
3175
|
-
function
|
|
3175
|
+
function vs(e) {
|
|
3176
3176
|
this.exit(e), this.data.inTable = void 0;
|
|
3177
3177
|
}
|
|
3178
|
-
function
|
|
3178
|
+
function Ss(e) {
|
|
3179
3179
|
this.enter({ type: "tableRow", children: [] }, e);
|
|
3180
3180
|
}
|
|
3181
3181
|
function tt(e) {
|
|
@@ -3184,13 +3184,13 @@ function tt(e) {
|
|
|
3184
3184
|
function Xt(e) {
|
|
3185
3185
|
this.enter({ type: "tableCell", children: [] }, e);
|
|
3186
3186
|
}
|
|
3187
|
-
function
|
|
3187
|
+
function Cs(e) {
|
|
3188
3188
|
let t = this.resume();
|
|
3189
|
-
this.data.inTable && (t = t.replace(/\\([\\|])/g,
|
|
3189
|
+
this.data.inTable && (t = t.replace(/\\([\\|])/g, Es));
|
|
3190
3190
|
const n = this.stack[this.stack.length - 1];
|
|
3191
3191
|
n.type, n.value = t, this.exit(e);
|
|
3192
3192
|
}
|
|
3193
|
-
function
|
|
3193
|
+
function Es(e, t) {
|
|
3194
3194
|
return t === "|" ? t : e;
|
|
3195
3195
|
}
|
|
3196
3196
|
class ut extends Error {
|
|
@@ -3223,7 +3223,7 @@ class Ve {
|
|
|
3223
3223
|
throw new ut();
|
|
3224
3224
|
}
|
|
3225
3225
|
}
|
|
3226
|
-
class
|
|
3226
|
+
class bn {
|
|
3227
3227
|
constructor(t, n) {
|
|
3228
3228
|
S(this, "node");
|
|
3229
3229
|
S(this, "codeNode");
|
|
@@ -3233,7 +3233,7 @@ class yn {
|
|
|
3233
3233
|
this.node = /* @__PURE__ */ _("pre", null, this.codeNode = /* @__PURE__ */ _("code", null)), this.updateCodeAsync(t, n, this._ct = new Ve());
|
|
3234
3234
|
}
|
|
3235
3235
|
async updateCodeAsync(t, n, r) {
|
|
3236
|
-
const i =
|
|
3236
|
+
const i = Ts(t);
|
|
3237
3237
|
if (i) {
|
|
3238
3238
|
if (await i.promise, r.isCancellationRequested)
|
|
3239
3239
|
return;
|
|
@@ -3248,15 +3248,15 @@ class yn {
|
|
|
3248
3248
|
}
|
|
3249
3249
|
}
|
|
3250
3250
|
let we;
|
|
3251
|
-
function
|
|
3251
|
+
function _s() {
|
|
3252
3252
|
return we || (we = { promise: import("./core-Diwflo5W.js") }, we.promise.then((e) => we.result = e).catch((e) => we.error = e), we);
|
|
3253
3253
|
}
|
|
3254
3254
|
const Kt = {};
|
|
3255
|
-
function
|
|
3255
|
+
function Ts(e) {
|
|
3256
3256
|
let t = Kt[e];
|
|
3257
3257
|
if (t)
|
|
3258
3258
|
return t;
|
|
3259
|
-
|
|
3259
|
+
_s();
|
|
3260
3260
|
let n;
|
|
3261
3261
|
switch (e) {
|
|
3262
3262
|
case "javascript":
|
|
@@ -3284,16 +3284,16 @@ function As(e) {
|
|
|
3284
3284
|
})()
|
|
3285
3285
|
}, Kt[e] = t, t.promise.then((r) => t.result = r).catch((r) => t.error = r), t;
|
|
3286
3286
|
}
|
|
3287
|
-
var
|
|
3287
|
+
var As = Object.create, xt = Object.defineProperty, Ls = Object.getOwnPropertyDescriptor, Is = Object.getOwnPropertyNames, Bs = Object.getPrototypeOf, Fs = Object.prototype.hasOwnProperty, M = (e, t) => xt(e, "name", { value: t, configurable: !0 }), yn = ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (t, n) => (typeof require < "u" ? require : t)[n] }) : e)(function(e) {
|
|
3288
3288
|
if (typeof require < "u")
|
|
3289
3289
|
return require.apply(this, arguments);
|
|
3290
3290
|
throw new Error('Dynamic require of "' + e + '" is not supported');
|
|
3291
|
-
}),
|
|
3291
|
+
}), kn = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), Ms = (e, t, n, r) => {
|
|
3292
3292
|
if (t && typeof t == "object" || typeof t == "function")
|
|
3293
|
-
for (let i of
|
|
3294
|
-
!
|
|
3293
|
+
for (let i of Is(t))
|
|
3294
|
+
!Fs.call(e, i) && i !== n && xt(e, i, { get: () => t[i], enumerable: !(r = Ls(t, i)) || r.enumerable });
|
|
3295
3295
|
return e;
|
|
3296
|
-
},
|
|
3296
|
+
}, Os = (e, t, n) => (n = e != null ? As(Bs(e)) : {}, Ms(t || !e || !e.__esModule ? xt(n, "default", { value: e, enumerable: !0 }) : n, e)), Ns = kn((e, t) => {
|
|
3297
3297
|
(function(n, r) {
|
|
3298
3298
|
typeof define == "function" && define.amd ? define("stackframe", [], r) : typeof e == "object" ? t.exports = r() : n.StackFrame = r();
|
|
3299
3299
|
})(e, function() {
|
|
@@ -3311,11 +3311,11 @@ var Ls = Object.create, xt = Object.defineProperty, Is = Object.getOwnPropertyDe
|
|
|
3311
3311
|
};
|
|
3312
3312
|
}
|
|
3313
3313
|
M(i, "_getter");
|
|
3314
|
-
var s = ["isConstructor", "isEval", "isNative", "isToplevel"], a = ["columnNumber", "lineNumber"], o = ["fileName", "functionName", "source"], l = ["args"], u = ["evalOrigin"],
|
|
3314
|
+
var s = ["isConstructor", "isEval", "isNative", "isToplevel"], a = ["columnNumber", "lineNumber"], o = ["fileName", "functionName", "source"], l = ["args"], u = ["evalOrigin"], p = s.concat(a, o, l, u);
|
|
3315
3315
|
function h(x) {
|
|
3316
3316
|
if (x)
|
|
3317
|
-
for (var L = 0; L <
|
|
3318
|
-
x[
|
|
3317
|
+
for (var L = 0; L < p.length; L++)
|
|
3318
|
+
x[p[L]] !== void 0 && this["set" + r(p[L])](x[p[L]]);
|
|
3319
3319
|
}
|
|
3320
3320
|
M(h, "StackFrame"), h.prototype = { getArgs: function() {
|
|
3321
3321
|
return this.args;
|
|
@@ -3341,12 +3341,12 @@ var Ls = Object.create, xt = Object.defineProperty, Is = Object.getOwnPropertyDe
|
|
|
3341
3341
|
var O = /@(.+?)(?::(\d+))?(?::(\d+))?$/.exec(P, ""), b = O[1], F = O[2], U = O[3];
|
|
3342
3342
|
return new h({ functionName: z, args: C || void 0, fileName: b, lineNumber: F || void 0, columnNumber: U || void 0 });
|
|
3343
3343
|
}, "StackFrame$$fromString");
|
|
3344
|
-
for (var
|
|
3345
|
-
h.prototype["get" + r(s[
|
|
3344
|
+
for (var d = 0; d < s.length; d++)
|
|
3345
|
+
h.prototype["get" + r(s[d])] = i(s[d]), h.prototype["set" + r(s[d])] = /* @__PURE__ */ function(x) {
|
|
3346
3346
|
return function(L) {
|
|
3347
3347
|
this[x] = !!L;
|
|
3348
3348
|
};
|
|
3349
|
-
}(s[
|
|
3349
|
+
}(s[d]);
|
|
3350
3350
|
for (var c = 0; c < a.length; c++)
|
|
3351
3351
|
h.prototype["get" + r(a[c])] = i(a[c]), h.prototype["set" + r(a[c])] = /* @__PURE__ */ function(x) {
|
|
3352
3352
|
return function(L) {
|
|
@@ -3363,9 +3363,9 @@ var Ls = Object.create, xt = Object.defineProperty, Is = Object.getOwnPropertyDe
|
|
|
3363
3363
|
}(o[k]);
|
|
3364
3364
|
return h;
|
|
3365
3365
|
});
|
|
3366
|
-
}),
|
|
3366
|
+
}), Rs = kn((e, t) => {
|
|
3367
3367
|
(function(n, r) {
|
|
3368
|
-
typeof define == "function" && define.amd ? define("error-stack-parser", ["stackframe"], r) : typeof e == "object" ? t.exports = r(
|
|
3368
|
+
typeof define == "function" && define.amd ? define("error-stack-parser", ["stackframe"], r) : typeof e == "object" ? t.exports = r(Ns()) : n.ErrorStackParser = r(n.StackFrame);
|
|
3369
3369
|
})(e, M(function(n) {
|
|
3370
3370
|
var r = /(^|@)\S+:\d+/, i = /^\s*at .*(\S+:\d+|\(native\))/m, s = /^(eval@)?(\[native code])?$/;
|
|
3371
3371
|
return { parse: M(function(a) {
|
|
@@ -3388,10 +3388,10 @@ var Ls = Object.create, xt = Object.defineProperty, Is = Object.getOwnPropertyDe
|
|
|
3388
3388
|
}, this);
|
|
3389
3389
|
return o.map(function(l) {
|
|
3390
3390
|
l.indexOf("(eval ") > -1 && (l = l.replace(/eval code/g, "eval").replace(/(\(eval at [^()]*)|(,.*$)/g, ""));
|
|
3391
|
-
var u = l.replace(/^\s+/, "").replace(/\(eval code/g, "(").replace(/^.*?\s+/, ""),
|
|
3392
|
-
u =
|
|
3393
|
-
var h = this.extractLocation(
|
|
3394
|
-
return new n({ functionName:
|
|
3391
|
+
var u = l.replace(/^\s+/, "").replace(/\(eval code/g, "(").replace(/^.*?\s+/, ""), p = u.match(/ (\(.+\)$)/);
|
|
3392
|
+
u = p ? u.replace(p[0], "") : u;
|
|
3393
|
+
var h = this.extractLocation(p ? p[1] : u), d = p && u || void 0, c = ["eval", "<anonymous>"].indexOf(h[0]) > -1 ? void 0 : h[0];
|
|
3394
|
+
return new n({ functionName: d, fileName: c, lineNumber: h[1], columnNumber: h[2], source: l });
|
|
3395
3395
|
}, this);
|
|
3396
3396
|
}, "ErrorStackParser$$parseV8OrIE"), parseFFOrSafari: M(function(a) {
|
|
3397
3397
|
var o = a.stack.split(`
|
|
@@ -3401,8 +3401,8 @@ var Ls = Object.create, xt = Object.defineProperty, Is = Object.getOwnPropertyDe
|
|
|
3401
3401
|
return o.map(function(l) {
|
|
3402
3402
|
if (l.indexOf(" > eval") > -1 && (l = l.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g, ":$1")), l.indexOf("@") === -1 && l.indexOf(":") === -1)
|
|
3403
3403
|
return new n({ functionName: l });
|
|
3404
|
-
var u = /((.*".+"[^@]*)?[^@]*)(?:@)/,
|
|
3405
|
-
return new n({ functionName: h, fileName:
|
|
3404
|
+
var u = /((.*".+"[^@]*)?[^@]*)(?:@)/, p = l.match(u), h = p && p[1] ? p[1] : void 0, d = this.extractLocation(l.replace(u, ""));
|
|
3405
|
+
return new n({ functionName: h, fileName: d[0], lineNumber: d[1], columnNumber: d[2], source: l });
|
|
3406
3406
|
}, this);
|
|
3407
3407
|
}, "ErrorStackParser$$parseFFOrSafari"), parseOpera: M(function(a) {
|
|
3408
3408
|
return !a.stacktrace || a.message.indexOf(`
|
|
@@ -3411,16 +3411,16 @@ var Ls = Object.create, xt = Object.defineProperty, Is = Object.getOwnPropertyDe
|
|
|
3411
3411
|
`).length ? this.parseOpera9(a) : a.stack ? this.parseOpera11(a) : this.parseOpera10(a);
|
|
3412
3412
|
}, "ErrorStackParser$$parseOpera"), parseOpera9: M(function(a) {
|
|
3413
3413
|
for (var o = /Line (\d+).*script (?:in )?(\S+)/i, l = a.message.split(`
|
|
3414
|
-
`), u = [],
|
|
3415
|
-
var
|
|
3416
|
-
|
|
3414
|
+
`), u = [], p = 2, h = l.length; p < h; p += 2) {
|
|
3415
|
+
var d = o.exec(l[p]);
|
|
3416
|
+
d && u.push(new n({ fileName: d[2], lineNumber: d[1], source: l[p] }));
|
|
3417
3417
|
}
|
|
3418
3418
|
return u;
|
|
3419
3419
|
}, "ErrorStackParser$$parseOpera9"), parseOpera10: M(function(a) {
|
|
3420
3420
|
for (var o = /Line (\d+).*script (?:in )?(\S+)(?:: In function (\S+))?$/i, l = a.stacktrace.split(`
|
|
3421
|
-
`), u = [],
|
|
3422
|
-
var
|
|
3423
|
-
|
|
3421
|
+
`), u = [], p = 0, h = l.length; p < h; p += 2) {
|
|
3422
|
+
var d = o.exec(l[p]);
|
|
3423
|
+
d && u.push(new n({ functionName: d[3] || void 0, fileName: d[2], lineNumber: d[1], source: l[p] }));
|
|
3424
3424
|
}
|
|
3425
3425
|
return u;
|
|
3426
3426
|
}, "ErrorStackParser$$parseOpera10"), parseOpera11: M(function(a) {
|
|
@@ -3429,16 +3429,16 @@ var Ls = Object.create, xt = Object.defineProperty, Is = Object.getOwnPropertyDe
|
|
|
3429
3429
|
return !!l.match(r) && !l.match(/^Error created at/);
|
|
3430
3430
|
}, this);
|
|
3431
3431
|
return o.map(function(l) {
|
|
3432
|
-
var u = l.split("@"),
|
|
3432
|
+
var u = l.split("@"), p = this.extractLocation(u.pop()), h = u.shift() || "", d = h.replace(/<anonymous function(: (\w+))?>/, "$2").replace(/\([^)]*\)/g, "") || void 0, c;
|
|
3433
3433
|
h.match(/\(([^)]*)\)/) && (c = h.replace(/^[^(]+\(([^)]*)\)$/, "$1"));
|
|
3434
3434
|
var k = c === void 0 || c === "[arguments not available]" ? void 0 : c.split(",");
|
|
3435
|
-
return new n({ functionName:
|
|
3435
|
+
return new n({ functionName: d, args: k, fileName: p[0], lineNumber: p[1], columnNumber: p[2], source: l });
|
|
3436
3436
|
}, this);
|
|
3437
3437
|
}, "ErrorStackParser$$parseOpera11") };
|
|
3438
3438
|
}, "ErrorStackParser"));
|
|
3439
|
-
}),
|
|
3439
|
+
}), Ds = Os(Rs()), be = typeof process == "object" && typeof process.versions == "object" && typeof process.versions.node == "string" && typeof process.browser > "u", zn = be && typeof module < "u" && typeof module.exports < "u" && typeof yn < "u" && typeof __dirname < "u", Ps = be && !zn, js = typeof Deno < "u", vn = !be && !js, Us = vn && typeof window < "u" && typeof document < "u" && typeof document.createElement < "u" && typeof sessionStorage < "u", qs = vn && typeof importScripts < "u" && typeof self < "u", Sn, $e, ct, Cn, bt, Hs = `"fetch" is not defined, maybe you're using node < 18? From Pyodide >= 0.25.0, node >= 18 is required. Older versions of Node.js may work, but it is not guaranteed or supported. Falling back to "node-fetch".`;
|
|
3440
3440
|
async function yt() {
|
|
3441
|
-
if (!be || (
|
|
3441
|
+
if (!be || (Sn = (await import("./__vite-browser-external-DYxpcVy9.js")).default, bt = await import("./__vite-browser-external-DYxpcVy9.js"), globalThis.fetch ? $e = fetch : (console.warn(Hs), $e = (await Promise.resolve().then(() => na)).default), Cn = (await import("./__vite-browser-external-DYxpcVy9.js")).default, ct = await import("./__vite-browser-external-DYxpcVy9.js"), kt = ct.sep, typeof yn < "u"))
|
|
3442
3442
|
return;
|
|
3443
3443
|
let e = await import("./__vite-browser-external-DYxpcVy9.js"), t = await import("./__vite-browser-external-DYxpcVy9.js"), n = await import("./__vite-browser-external-DYxpcVy9.js"), r = await import("./__vite-browser-external-DYxpcVy9.js"), i = { fs: e, crypto: t, ws: n, child_process: r };
|
|
3444
3444
|
globalThis.require = function(s) {
|
|
@@ -3446,30 +3446,30 @@ async function yt() {
|
|
|
3446
3446
|
};
|
|
3447
3447
|
}
|
|
3448
3448
|
M(yt, "initNodeModules");
|
|
3449
|
-
function
|
|
3449
|
+
function En(e, t) {
|
|
3450
3450
|
return ct.resolve(t || ".", e);
|
|
3451
3451
|
}
|
|
3452
|
-
M(
|
|
3453
|
-
function
|
|
3452
|
+
M(En, "node_resolvePath");
|
|
3453
|
+
function _n(e, t) {
|
|
3454
3454
|
return t === void 0 && (t = location), new URL(e, t).toString();
|
|
3455
3455
|
}
|
|
3456
|
-
M(
|
|
3456
|
+
M(_n, "browser_resolvePath");
|
|
3457
3457
|
var ht;
|
|
3458
|
-
be ? ht =
|
|
3458
|
+
be ? ht = En : ht = _n;
|
|
3459
3459
|
var kt;
|
|
3460
3460
|
be || (kt = "/");
|
|
3461
|
-
function
|
|
3461
|
+
function Tn(e, t) {
|
|
3462
3462
|
return e.startsWith("file://") && (e = e.slice(7)), e.includes("://") ? { response: $e(e) } : { binary: bt.readFile(e).then((n) => new Uint8Array(n.buffer, n.byteOffset, n.byteLength)) };
|
|
3463
3463
|
}
|
|
3464
|
-
M(
|
|
3465
|
-
function
|
|
3464
|
+
M(Tn, "node_getBinaryResponse");
|
|
3465
|
+
function An(e, t) {
|
|
3466
3466
|
let n = new URL(e, location);
|
|
3467
3467
|
return { response: fetch(n, t ? { integrity: t } : {}) };
|
|
3468
3468
|
}
|
|
3469
|
-
M(
|
|
3469
|
+
M(An, "browser_getBinaryResponse");
|
|
3470
3470
|
var Xe;
|
|
3471
|
-
be ? Xe =
|
|
3472
|
-
async function
|
|
3471
|
+
be ? Xe = Tn : Xe = An;
|
|
3472
|
+
async function Ln(e, t) {
|
|
3473
3473
|
let { response: n, binary: r } = Xe(e, t);
|
|
3474
3474
|
if (r)
|
|
3475
3475
|
return r;
|
|
@@ -3478,11 +3478,11 @@ async function In(e, t) {
|
|
|
3478
3478
|
throw new Error(`Failed to load '${e}': request failed.`);
|
|
3479
3479
|
return new Uint8Array(await i.arrayBuffer());
|
|
3480
3480
|
}
|
|
3481
|
-
M(
|
|
3481
|
+
M(Ln, "loadBinaryFile");
|
|
3482
3482
|
var Ge;
|
|
3483
|
-
if (
|
|
3483
|
+
if (Us)
|
|
3484
3484
|
Ge = M(async (e) => await import(e), "loadScript");
|
|
3485
|
-
else if (
|
|
3485
|
+
else if (qs)
|
|
3486
3486
|
Ge = M(async (e) => {
|
|
3487
3487
|
try {
|
|
3488
3488
|
globalThis.importScripts(e);
|
|
@@ -3494,14 +3494,14 @@ else if (Hs)
|
|
|
3494
3494
|
}
|
|
3495
3495
|
}, "loadScript");
|
|
3496
3496
|
else if (be)
|
|
3497
|
-
Ge =
|
|
3497
|
+
Ge = In;
|
|
3498
3498
|
else
|
|
3499
3499
|
throw new Error("Cannot determine runtime environment");
|
|
3500
|
-
async function
|
|
3501
|
-
e.startsWith("file://") && (e = e.slice(7)), e.includes("://") ?
|
|
3500
|
+
async function In(e) {
|
|
3501
|
+
e.startsWith("file://") && (e = e.slice(7)), e.includes("://") ? Cn.runInThisContext(await (await $e(e)).text()) : await import(Sn.pathToFileURL(e).href);
|
|
3502
3502
|
}
|
|
3503
|
-
M(
|
|
3504
|
-
async function
|
|
3503
|
+
M(In, "nodeLoadScript");
|
|
3504
|
+
async function Bn(e) {
|
|
3505
3505
|
if (be) {
|
|
3506
3506
|
await yt();
|
|
3507
3507
|
let t = await bt.readFile(e);
|
|
@@ -3509,9 +3509,9 @@ async function Fn(e) {
|
|
|
3509
3509
|
} else
|
|
3510
3510
|
return await (await fetch(e)).json();
|
|
3511
3511
|
}
|
|
3512
|
-
M(
|
|
3513
|
-
async function
|
|
3514
|
-
if (
|
|
3512
|
+
M(Bn, "loadLockFile");
|
|
3513
|
+
async function Fn() {
|
|
3514
|
+
if (zn)
|
|
3515
3515
|
return __dirname;
|
|
3516
3516
|
let e;
|
|
3517
3517
|
try {
|
|
@@ -3519,8 +3519,8 @@ async function Mn() {
|
|
|
3519
3519
|
} catch (r) {
|
|
3520
3520
|
e = r;
|
|
3521
3521
|
}
|
|
3522
|
-
let t =
|
|
3523
|
-
if (
|
|
3522
|
+
let t = Ds.default.parse(e)[0].fileName;
|
|
3523
|
+
if (Ps) {
|
|
3524
3524
|
let r = await import("./__vite-browser-external-DYxpcVy9.js");
|
|
3525
3525
|
return (await import("./__vite-browser-external-DYxpcVy9.js")).fileURLToPath(r.dirname(t));
|
|
3526
3526
|
}
|
|
@@ -3529,37 +3529,37 @@ async function Mn() {
|
|
|
3529
3529
|
throw new Error("Could not extract indexURL path from pyodide module location");
|
|
3530
3530
|
return t.slice(0, n);
|
|
3531
3531
|
}
|
|
3532
|
-
M(
|
|
3533
|
-
function
|
|
3532
|
+
M(Fn, "calculateDirname");
|
|
3533
|
+
function Mn(e) {
|
|
3534
3534
|
let t = e.FS, n = e.FS.filesystems.MEMFS, r = e.PATH, i = { DIR_MODE: 16895, FILE_MODE: 33279, mount: function(s) {
|
|
3535
3535
|
if (!s.opts.fileSystemHandle)
|
|
3536
3536
|
throw new Error("opts.fileSystemHandle is required");
|
|
3537
3537
|
return n.mount.apply(null, arguments);
|
|
3538
3538
|
}, syncfs: async (s, a, o) => {
|
|
3539
3539
|
try {
|
|
3540
|
-
let l = i.getLocalSet(s), u = await i.getRemoteSet(s),
|
|
3541
|
-
await i.reconcile(s,
|
|
3540
|
+
let l = i.getLocalSet(s), u = await i.getRemoteSet(s), p = a ? u : l, h = a ? l : u;
|
|
3541
|
+
await i.reconcile(s, p, h), o(null);
|
|
3542
3542
|
} catch (l) {
|
|
3543
3543
|
o(l);
|
|
3544
3544
|
}
|
|
3545
3545
|
}, getLocalSet: (s) => {
|
|
3546
3546
|
let a = /* @__PURE__ */ Object.create(null);
|
|
3547
|
-
function o(
|
|
3548
|
-
return
|
|
3547
|
+
function o(p) {
|
|
3548
|
+
return p !== "." && p !== "..";
|
|
3549
3549
|
}
|
|
3550
3550
|
M(o, "isRealDir");
|
|
3551
|
-
function l(
|
|
3552
|
-
return (h) => r.join2(
|
|
3551
|
+
function l(p) {
|
|
3552
|
+
return (h) => r.join2(p, h);
|
|
3553
3553
|
}
|
|
3554
3554
|
M(l, "toAbsolute");
|
|
3555
3555
|
let u = t.readdir(s.mountpoint).filter(o).map(l(s.mountpoint));
|
|
3556
3556
|
for (; u.length; ) {
|
|
3557
|
-
let
|
|
3558
|
-
t.isDir(h.mode) && u.push.apply(u, t.readdir(
|
|
3557
|
+
let p = u.pop(), h = t.stat(p);
|
|
3558
|
+
t.isDir(h.mode) && u.push.apply(u, t.readdir(p).filter(o).map(l(p))), a[p] = { timestamp: h.mtime, mode: h.mode };
|
|
3559
3559
|
}
|
|
3560
3560
|
return { type: "local", entries: a };
|
|
3561
3561
|
}, getRemoteSet: async (s) => {
|
|
3562
|
-
let a = /* @__PURE__ */ Object.create(null), o = await
|
|
3562
|
+
let a = /* @__PURE__ */ Object.create(null), o = await Gs(s.opts.fileSystemHandle);
|
|
3563
3563
|
for (let [l, u] of o)
|
|
3564
3564
|
l !== "." && (a[r.join2(s.mountpoint, l)] = { timestamp: u.kind === "file" ? (await u.getFile()).lastModifiedDate : /* @__PURE__ */ new Date(), mode: u.kind === "file" ? i.FILE_MODE : i.DIR_MODE });
|
|
3565
3565
|
return { type: "remote", entries: a, handles: o };
|
|
@@ -3593,46 +3593,46 @@ function On(e) {
|
|
|
3593
3593
|
}, storeRemoteEntry: async (s, a, o) => {
|
|
3594
3594
|
let l = s.get(r.dirname(a)), u = t.isFile(o.mode) ? await l.getFileHandle(r.basename(a), { create: !0 }) : await l.getDirectoryHandle(r.basename(a), { create: !0 });
|
|
3595
3595
|
if (u.kind === "file") {
|
|
3596
|
-
let
|
|
3597
|
-
await
|
|
3596
|
+
let p = await u.createWritable();
|
|
3597
|
+
await p.write(o.contents), await p.close();
|
|
3598
3598
|
}
|
|
3599
3599
|
s.set(a, u);
|
|
3600
3600
|
}, removeRemoteEntry: async (s, a) => {
|
|
3601
3601
|
await s.get(r.dirname(a)).removeEntry(r.basename(a)), s.delete(a);
|
|
3602
3602
|
}, reconcile: async (s, a, o) => {
|
|
3603
3603
|
let l = 0, u = [];
|
|
3604
|
-
Object.keys(a.entries).forEach(function(
|
|
3605
|
-
let c = a.entries[
|
|
3606
|
-
(!k || t.isFile(c.mode) && c.timestamp.getTime() > k.timestamp.getTime()) && (u.push(
|
|
3604
|
+
Object.keys(a.entries).forEach(function(d) {
|
|
3605
|
+
let c = a.entries[d], k = o.entries[d];
|
|
3606
|
+
(!k || t.isFile(c.mode) && c.timestamp.getTime() > k.timestamp.getTime()) && (u.push(d), l++);
|
|
3607
3607
|
}), u.sort();
|
|
3608
|
-
let
|
|
3609
|
-
if (Object.keys(o.entries).forEach(function(
|
|
3610
|
-
a.entries[
|
|
3611
|
-
}),
|
|
3608
|
+
let p = [];
|
|
3609
|
+
if (Object.keys(o.entries).forEach(function(d) {
|
|
3610
|
+
a.entries[d] || (p.push(d), l++);
|
|
3611
|
+
}), p.sort().reverse(), !l)
|
|
3612
3612
|
return;
|
|
3613
3613
|
let h = a.type === "remote" ? a.handles : o.handles;
|
|
3614
|
-
for (let
|
|
3615
|
-
let c = r.normalize(
|
|
3614
|
+
for (let d of u) {
|
|
3615
|
+
let c = r.normalize(d.replace(s.mountpoint, "/")).substring(1);
|
|
3616
3616
|
if (o.type === "local") {
|
|
3617
3617
|
let k = h.get(c), x = await i.loadRemoteEntry(k);
|
|
3618
|
-
i.storeLocalEntry(
|
|
3618
|
+
i.storeLocalEntry(d, x);
|
|
3619
3619
|
} else {
|
|
3620
|
-
let k = i.loadLocalEntry(
|
|
3620
|
+
let k = i.loadLocalEntry(d);
|
|
3621
3621
|
await i.storeRemoteEntry(h, c, k);
|
|
3622
3622
|
}
|
|
3623
3623
|
}
|
|
3624
|
-
for (let
|
|
3624
|
+
for (let d of p)
|
|
3625
3625
|
if (o.type === "local")
|
|
3626
|
-
i.removeLocalEntry(
|
|
3626
|
+
i.removeLocalEntry(d);
|
|
3627
3627
|
else {
|
|
3628
|
-
let c = r.normalize(
|
|
3628
|
+
let c = r.normalize(d.replace(s.mountpoint, "/")).substring(1);
|
|
3629
3629
|
await i.removeRemoteEntry(h, c);
|
|
3630
3630
|
}
|
|
3631
3631
|
} };
|
|
3632
3632
|
e.FS.filesystems.NATIVEFS_ASYNC = i;
|
|
3633
3633
|
}
|
|
3634
|
-
M(
|
|
3635
|
-
var
|
|
3634
|
+
M(Mn, "initializeNativeFS");
|
|
3635
|
+
var Gs = M(async (e) => {
|
|
3636
3636
|
let t = [];
|
|
3637
3637
|
async function n(i) {
|
|
3638
3638
|
for await (let s of i.values())
|
|
@@ -3647,14 +3647,14 @@ var Ws = M(async (e) => {
|
|
|
3647
3647
|
}
|
|
3648
3648
|
return r;
|
|
3649
3649
|
}, "getFsHandles");
|
|
3650
|
-
function
|
|
3650
|
+
function On() {
|
|
3651
3651
|
let e = {};
|
|
3652
3652
|
return e.noImageDecoding = !0, e.noAudioDecoding = !0, e.noWasmDecoding = !1, e.preRun = [], e.quit = (t, n) => {
|
|
3653
3653
|
throw e.exited = { status: t, toThrow: n }, n;
|
|
3654
3654
|
}, e;
|
|
3655
3655
|
}
|
|
3656
|
-
M(
|
|
3657
|
-
function
|
|
3656
|
+
M(On, "createModule");
|
|
3657
|
+
function Nn(e, t) {
|
|
3658
3658
|
e.preRun.push(function() {
|
|
3659
3659
|
let n = "/";
|
|
3660
3660
|
try {
|
|
@@ -3665,22 +3665,22 @@ function Rn(e, t) {
|
|
|
3665
3665
|
e.FS.chdir(t);
|
|
3666
3666
|
});
|
|
3667
3667
|
}
|
|
3668
|
-
M(
|
|
3669
|
-
function
|
|
3668
|
+
M(Nn, "createHomeDirectory");
|
|
3669
|
+
function Rn(e, t) {
|
|
3670
3670
|
e.preRun.push(function() {
|
|
3671
3671
|
Object.assign(e.ENV, t);
|
|
3672
3672
|
});
|
|
3673
3673
|
}
|
|
3674
|
-
M(
|
|
3675
|
-
function
|
|
3674
|
+
M(Rn, "setEnvironment");
|
|
3675
|
+
function Dn(e, t) {
|
|
3676
3676
|
e.preRun.push(() => {
|
|
3677
3677
|
for (let n of t)
|
|
3678
3678
|
e.FS.mkdirTree(n), e.FS.mount(e.FS.filesystems.NODEFS, { root: n }, n);
|
|
3679
3679
|
});
|
|
3680
3680
|
}
|
|
3681
|
-
M(
|
|
3682
|
-
function
|
|
3683
|
-
let n =
|
|
3681
|
+
M(Dn, "mountLocalDirectories");
|
|
3682
|
+
function Pn(e, t) {
|
|
3683
|
+
let n = Ln(t);
|
|
3684
3684
|
e.preRun.push(() => {
|
|
3685
3685
|
let r = e._py_version_major(), i = e._py_version_minor();
|
|
3686
3686
|
e.FS.mkdirTree("/lib"), e.FS.mkdirTree(`/lib/python${r}.${i}/site-packages`), e.addRunDependency("install-stdlib"), n.then((s) => {
|
|
@@ -3692,13 +3692,13 @@ function jn(e, t) {
|
|
|
3692
3692
|
});
|
|
3693
3693
|
});
|
|
3694
3694
|
}
|
|
3695
|
-
M(
|
|
3696
|
-
function
|
|
3695
|
+
M(Pn, "installStdlib");
|
|
3696
|
+
function jn(e, t) {
|
|
3697
3697
|
let n;
|
|
3698
|
-
t.stdLibURL != null ? n = t.stdLibURL : n = t.indexURL + "python_stdlib.zip",
|
|
3698
|
+
t.stdLibURL != null ? n = t.stdLibURL : n = t.indexURL + "python_stdlib.zip", Pn(e, n), Nn(e, t.env.HOME), Rn(e, t.env), Dn(e, t._node_mounts), e.preRun.push(() => Mn(e));
|
|
3699
3699
|
}
|
|
3700
|
-
M(
|
|
3701
|
-
function
|
|
3700
|
+
M(jn, "initializeFileSystem");
|
|
3701
|
+
function Un(e, t) {
|
|
3702
3702
|
let { binary: n, response: r } = Xe(t + "pyodide.asm.wasm");
|
|
3703
3703
|
e.instantiateWasm = function(i, s) {
|
|
3704
3704
|
return async function() {
|
|
@@ -3713,18 +3713,18 @@ function qn(e, t) {
|
|
|
3713
3713
|
}(), {};
|
|
3714
3714
|
};
|
|
3715
3715
|
}
|
|
3716
|
-
M(
|
|
3716
|
+
M(Un, "preloadWasm");
|
|
3717
3717
|
var nt = "0.25.0";
|
|
3718
|
-
async function
|
|
3718
|
+
async function qn(e = {}) {
|
|
3719
3719
|
await yt();
|
|
3720
|
-
let t = e.indexURL || await
|
|
3720
|
+
let t = e.indexURL || await Fn();
|
|
3721
3721
|
t = ht(t), t.endsWith("/") || (t += "/"), e.indexURL = t;
|
|
3722
3722
|
let n = { fullStdLib: !1, jsglobals: globalThis, stdin: globalThis.prompt ? globalThis.prompt : void 0, lockFileURL: t + "pyodide-lock.json", args: [], _node_mounts: [], env: {}, packageCacheDir: t, packages: [] }, r = Object.assign(n, e);
|
|
3723
3723
|
r.env.HOME || (r.env.HOME = "/home/pyodide");
|
|
3724
|
-
let i =
|
|
3724
|
+
let i = On();
|
|
3725
3725
|
i.print = r.stdout, i.printErr = r.stderr, i.arguments = r.args;
|
|
3726
3726
|
let s = { config: r };
|
|
3727
|
-
i.API = s, s.lockFilePromise =
|
|
3727
|
+
i.API = s, s.lockFilePromise = Bn(r.lockFileURL), Un(i, t), jn(i, r);
|
|
3728
3728
|
let a = new Promise((l) => i.postRun = l);
|
|
3729
3729
|
if (i.locateFile = (l) => r.indexURL + l, typeof _createPyodideModule != "function") {
|
|
3730
3730
|
let l = `${r.indexURL}pyodide.asm.js`;
|
|
@@ -3742,7 +3742,7 @@ async function Hn(e = {}) {
|
|
|
3742
3742
|
throw new Error("Lock file version doesn't match Pyodide version");
|
|
3743
3743
|
return s.package_loader.init_loaded_packages(), r.fullStdLib && await o.loadPackage(s.lockfile_unvendored_stdlibs), s.initializeStreams(r.stdin, r.stdout, r.stderr), o;
|
|
3744
3744
|
}
|
|
3745
|
-
M(
|
|
3745
|
+
M(qn, "loadPyodide");
|
|
3746
3746
|
var Q = typeof globalThis < "u" && globalThis || typeof self < "u" && self || // eslint-disable-next-line no-undef
|
|
3747
3747
|
typeof global < "u" && global || {}, Y = {
|
|
3748
3748
|
searchParams: "URLSearchParams" in Q,
|
|
@@ -3757,11 +3757,11 @@ typeof global < "u" && global || {}, Y = {
|
|
|
3757
3757
|
formData: "FormData" in Q,
|
|
3758
3758
|
arrayBuffer: "ArrayBuffer" in Q
|
|
3759
3759
|
};
|
|
3760
|
-
function
|
|
3760
|
+
function Ws(e) {
|
|
3761
3761
|
return e && DataView.prototype.isPrototypeOf(e);
|
|
3762
3762
|
}
|
|
3763
3763
|
if (Y.arrayBuffer)
|
|
3764
|
-
var
|
|
3764
|
+
var Vs = [
|
|
3765
3765
|
"[object Int8Array]",
|
|
3766
3766
|
"[object Uint8Array]",
|
|
3767
3767
|
"[object Uint8ClampedArray]",
|
|
@@ -3771,8 +3771,8 @@ if (Y.arrayBuffer)
|
|
|
3771
3771
|
"[object Uint32Array]",
|
|
3772
3772
|
"[object Float32Array]",
|
|
3773
3773
|
"[object Float64Array]"
|
|
3774
|
-
],
|
|
3775
|
-
return e &&
|
|
3774
|
+
], $s = ArrayBuffer.isView || function(e) {
|
|
3775
|
+
return e && Vs.indexOf(Object.prototype.toString.call(e)) > -1;
|
|
3776
3776
|
};
|
|
3777
3777
|
function Oe(e) {
|
|
3778
3778
|
if (typeof e != "string" && (e = String(e)), /[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e) || e === "")
|
|
@@ -3851,7 +3851,7 @@ function rt(e) {
|
|
|
3851
3851
|
e.bodyUsed = !0;
|
|
3852
3852
|
}
|
|
3853
3853
|
}
|
|
3854
|
-
function
|
|
3854
|
+
function Hn(e) {
|
|
3855
3855
|
return new Promise(function(t, n) {
|
|
3856
3856
|
e.onload = function() {
|
|
3857
3857
|
t(e.result);
|
|
@@ -3860,15 +3860,15 @@ function Gn(e) {
|
|
|
3860
3860
|
};
|
|
3861
3861
|
});
|
|
3862
3862
|
}
|
|
3863
|
-
function
|
|
3864
|
-
var t = new FileReader(), n =
|
|
3863
|
+
function Xs(e) {
|
|
3864
|
+
var t = new FileReader(), n = Hn(t);
|
|
3865
3865
|
return t.readAsArrayBuffer(e), n;
|
|
3866
3866
|
}
|
|
3867
|
-
function
|
|
3868
|
-
var t = new FileReader(), n =
|
|
3867
|
+
function Ks(e) {
|
|
3868
|
+
var t = new FileReader(), n = Hn(t), r = /charset=([A-Za-z0-9_-]+)/.exec(e.type), i = r ? r[1] : "utf-8";
|
|
3869
3869
|
return t.readAsText(e, i), n;
|
|
3870
3870
|
}
|
|
3871
|
-
function
|
|
3871
|
+
function Qs(e) {
|
|
3872
3872
|
for (var t = new Uint8Array(e), n = new Array(t.length), r = 0; r < t.length; r++)
|
|
3873
3873
|
n[r] = String.fromCharCode(t[r]);
|
|
3874
3874
|
return n.join("");
|
|
@@ -3879,9 +3879,9 @@ function Qt(e) {
|
|
|
3879
3879
|
var t = new Uint8Array(e.byteLength);
|
|
3880
3880
|
return t.set(new Uint8Array(e)), t.buffer;
|
|
3881
3881
|
}
|
|
3882
|
-
function
|
|
3882
|
+
function Gn() {
|
|
3883
3883
|
return this.bodyUsed = !1, this._initBody = function(e) {
|
|
3884
|
-
this.bodyUsed = this.bodyUsed, this._bodyInit = e, e ? typeof e == "string" ? this._bodyText = e : Y.blob && Blob.prototype.isPrototypeOf(e) ? this._bodyBlob = e : Y.formData && FormData.prototype.isPrototypeOf(e) ? this._bodyFormData = e : Y.searchParams && URLSearchParams.prototype.isPrototypeOf(e) ? this._bodyText = e.toString() : Y.arrayBuffer && Y.blob &&
|
|
3884
|
+
this.bodyUsed = this.bodyUsed, this._bodyInit = e, e ? typeof e == "string" ? this._bodyText = e : Y.blob && Blob.prototype.isPrototypeOf(e) ? this._bodyBlob = e : Y.formData && FormData.prototype.isPrototypeOf(e) ? this._bodyFormData = e : Y.searchParams && URLSearchParams.prototype.isPrototypeOf(e) ? this._bodyText = e.toString() : Y.arrayBuffer && Y.blob && Ws(e) ? (this._bodyArrayBuffer = Qt(e.buffer), this._bodyInit = new Blob([this._bodyArrayBuffer])) : Y.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(e) || $s(e)) ? this._bodyArrayBuffer = Qt(e) : this._bodyText = e = Object.prototype.toString.call(e) : (this._noBody = !0, this._bodyText = ""), this.headers.get("content-type") || (typeof e == "string" ? this.headers.set("content-type", "text/plain;charset=UTF-8") : this._bodyBlob && this._bodyBlob.type ? this.headers.set("content-type", this._bodyBlob.type) : Y.searchParams && URLSearchParams.prototype.isPrototypeOf(e) && this.headers.set("content-type", "application/x-www-form-urlencoded;charset=UTF-8"));
|
|
3885
3885
|
}, Y.blob && (this.blob = function() {
|
|
3886
3886
|
var e = rt(this);
|
|
3887
3887
|
if (e)
|
|
@@ -3904,7 +3904,7 @@ function Wn() {
|
|
|
3904
3904
|
) : Promise.resolve(this._bodyArrayBuffer));
|
|
3905
3905
|
} else {
|
|
3906
3906
|
if (Y.blob)
|
|
3907
|
-
return this.blob().then(
|
|
3907
|
+
return this.blob().then(Xs);
|
|
3908
3908
|
throw new Error("could not read as ArrayBuffer");
|
|
3909
3909
|
}
|
|
3910
3910
|
}, this.text = function() {
|
|
@@ -3912,22 +3912,22 @@ function Wn() {
|
|
|
3912
3912
|
if (e)
|
|
3913
3913
|
return e;
|
|
3914
3914
|
if (this._bodyBlob)
|
|
3915
|
-
return
|
|
3915
|
+
return Ks(this._bodyBlob);
|
|
3916
3916
|
if (this._bodyArrayBuffer)
|
|
3917
|
-
return Promise.resolve(
|
|
3917
|
+
return Promise.resolve(Qs(this._bodyArrayBuffer));
|
|
3918
3918
|
if (this._bodyFormData)
|
|
3919
3919
|
throw new Error("could not read FormData body as text");
|
|
3920
3920
|
return Promise.resolve(this._bodyText);
|
|
3921
3921
|
}, Y.formData && (this.formData = function() {
|
|
3922
|
-
return this.text().then(
|
|
3922
|
+
return this.text().then(Ys);
|
|
3923
3923
|
}), this.json = function() {
|
|
3924
3924
|
return this.text().then(JSON.parse);
|
|
3925
3925
|
}, this;
|
|
3926
3926
|
}
|
|
3927
|
-
var
|
|
3928
|
-
function
|
|
3927
|
+
var Zs = ["CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT", "TRACE"];
|
|
3928
|
+
function Js(e) {
|
|
3929
3929
|
var t = e.toUpperCase();
|
|
3930
|
-
return
|
|
3930
|
+
return Zs.indexOf(t) > -1 ? t : e;
|
|
3931
3931
|
}
|
|
3932
3932
|
function Se(e, t) {
|
|
3933
3933
|
if (!(this instanceof Se))
|
|
@@ -3940,7 +3940,7 @@ function Se(e, t) {
|
|
|
3940
3940
|
this.url = e.url, this.credentials = e.credentials, t.headers || (this.headers = new V(e.headers)), this.method = e.method, this.mode = e.mode, this.signal = e.signal, !n && e._bodyInit != null && (n = e._bodyInit, e.bodyUsed = !0);
|
|
3941
3941
|
} else
|
|
3942
3942
|
this.url = String(e);
|
|
3943
|
-
if (this.credentials = t.credentials || this.credentials || "same-origin", (t.headers || !this.headers) && (this.headers = new V(t.headers)), this.method =
|
|
3943
|
+
if (this.credentials = t.credentials || this.credentials || "same-origin", (t.headers || !this.headers) && (this.headers = new V(t.headers)), this.method = Js(t.method || this.method || "GET"), this.mode = t.mode || this.mode || null, this.signal = t.signal || this.signal || function() {
|
|
3944
3944
|
if ("AbortController" in Q) {
|
|
3945
3945
|
var s = new AbortController();
|
|
3946
3946
|
return s.signal;
|
|
@@ -3960,7 +3960,7 @@ function Se(e, t) {
|
|
|
3960
3960
|
Se.prototype.clone = function() {
|
|
3961
3961
|
return new Se(this, { body: this._bodyInit });
|
|
3962
3962
|
};
|
|
3963
|
-
function
|
|
3963
|
+
function Ys(e) {
|
|
3964
3964
|
var t = new FormData();
|
|
3965
3965
|
return e.trim().split("&").forEach(function(n) {
|
|
3966
3966
|
if (n) {
|
|
@@ -3969,7 +3969,7 @@ function ea(e) {
|
|
|
3969
3969
|
}
|
|
3970
3970
|
}), t;
|
|
3971
3971
|
}
|
|
3972
|
-
function
|
|
3972
|
+
function ea(e) {
|
|
3973
3973
|
var t = new V(), n = e.replace(/\r?\n[\t ]+/g, " ");
|
|
3974
3974
|
return n.split("\r").map(function(r) {
|
|
3975
3975
|
return r.indexOf(`
|
|
@@ -3986,7 +3986,7 @@ function ta(e) {
|
|
|
3986
3986
|
}
|
|
3987
3987
|
}), t;
|
|
3988
3988
|
}
|
|
3989
|
-
|
|
3989
|
+
Gn.call(Se.prototype);
|
|
3990
3990
|
function ce(e, t) {
|
|
3991
3991
|
if (!(this instanceof ce))
|
|
3992
3992
|
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
@@ -3994,7 +3994,7 @@ function ce(e, t) {
|
|
|
3994
3994
|
throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");
|
|
3995
3995
|
this.ok = this.status >= 200 && this.status < 300, this.statusText = t.statusText === void 0 ? "" : "" + t.statusText, this.headers = new V(t.headers), this.url = t.url || "", this._initBody(e);
|
|
3996
3996
|
}
|
|
3997
|
-
|
|
3997
|
+
Gn.call(ce.prototype);
|
|
3998
3998
|
ce.prototype.clone = function() {
|
|
3999
3999
|
return new ce(this._bodyInit, {
|
|
4000
4000
|
status: this.status,
|
|
@@ -4007,9 +4007,9 @@ ce.error = function() {
|
|
|
4007
4007
|
var e = new ce(null, { status: 200, statusText: "" });
|
|
4008
4008
|
return e.ok = !1, e.status = 0, e.type = "error", e;
|
|
4009
4009
|
};
|
|
4010
|
-
var
|
|
4010
|
+
var ta = [301, 302, 303, 307, 308];
|
|
4011
4011
|
ce.redirect = function(e, t) {
|
|
4012
|
-
if (
|
|
4012
|
+
if (ta.indexOf(t) === -1)
|
|
4013
4013
|
throw new RangeError("Invalid status code");
|
|
4014
4014
|
return new ce(null, { status: t, headers: { location: e } });
|
|
4015
4015
|
};
|
|
@@ -4035,12 +4035,12 @@ function St(e, t) {
|
|
|
4035
4035
|
s.onload = function() {
|
|
4036
4036
|
var u = {
|
|
4037
4037
|
statusText: s.statusText,
|
|
4038
|
-
headers:
|
|
4038
|
+
headers: ea(s.getAllResponseHeaders() || "")
|
|
4039
4039
|
};
|
|
4040
4040
|
i.url.indexOf("file://") === 0 && (s.status < 200 || s.status > 599) ? u.status = 200 : u.status = s.status, u.url = "responseURL" in s ? s.responseURL : u.headers.get("X-Request-URL");
|
|
4041
|
-
var
|
|
4041
|
+
var p = "response" in s ? s.response : s.responseText;
|
|
4042
4042
|
setTimeout(function() {
|
|
4043
|
-
n(new ce(
|
|
4043
|
+
n(new ce(p, u));
|
|
4044
4044
|
}, 0);
|
|
4045
4045
|
}, s.onerror = function() {
|
|
4046
4046
|
setTimeout(function() {
|
|
@@ -4066,12 +4066,12 @@ function St(e, t) {
|
|
|
4066
4066
|
var l = [];
|
|
4067
4067
|
Object.getOwnPropertyNames(t.headers).forEach(function(u) {
|
|
4068
4068
|
l.push(Oe(u)), s.setRequestHeader(u, zt(t.headers[u]));
|
|
4069
|
-
}), i.headers.forEach(function(u,
|
|
4070
|
-
l.indexOf(
|
|
4069
|
+
}), i.headers.forEach(function(u, p) {
|
|
4070
|
+
l.indexOf(p) === -1 && s.setRequestHeader(p, u);
|
|
4071
4071
|
});
|
|
4072
4072
|
} else
|
|
4073
|
-
i.headers.forEach(function(u,
|
|
4074
|
-
s.setRequestHeader(
|
|
4073
|
+
i.headers.forEach(function(u, p) {
|
|
4074
|
+
s.setRequestHeader(p, u);
|
|
4075
4075
|
});
|
|
4076
4076
|
i.signal && (i.signal.addEventListener("abort", a), s.onreadystatechange = function() {
|
|
4077
4077
|
s.readyState === 4 && i.signal.removeEventListener("abort", a);
|
|
@@ -4080,7 +4080,7 @@ function St(e, t) {
|
|
|
4080
4080
|
}
|
|
4081
4081
|
St.polyfill = !0;
|
|
4082
4082
|
Q.fetch || (Q.fetch = St, Q.Headers = V, Q.Request = Se, Q.Response = ce);
|
|
4083
|
-
const
|
|
4083
|
+
const na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4084
4084
|
__proto__: null,
|
|
4085
4085
|
get DOMException() {
|
|
4086
4086
|
return ve;
|
|
@@ -4092,29 +4092,29 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4092
4092
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4093
4093
|
let Zt;
|
|
4094
4094
|
function Jt() {
|
|
4095
|
-
return Zt ?? (Zt =
|
|
4095
|
+
return Zt ?? (Zt = ra());
|
|
4096
4096
|
}
|
|
4097
4097
|
var Ae;
|
|
4098
|
-
async function
|
|
4099
|
-
return Ae = await
|
|
4098
|
+
async function ra() {
|
|
4099
|
+
return Ae = await qn({
|
|
4100
4100
|
indexURL: "https://cdn.veracity.com/anai/pyodide-0.25.0/pyodide/"
|
|
4101
4101
|
}), Ae;
|
|
4102
4102
|
}
|
|
4103
|
-
async function
|
|
4103
|
+
async function ia(e) {
|
|
4104
4104
|
return await Ae.loadPackagesFromImports(e), await Ae.runPythonAsync(e);
|
|
4105
4105
|
}
|
|
4106
|
-
function
|
|
4106
|
+
function sa(e) {
|
|
4107
4107
|
const t = Ae.FS.readFile(e, { encoding: "binary" }), n = new Blob([t], { type: "image/png" });
|
|
4108
4108
|
return URL.createObjectURL(n);
|
|
4109
4109
|
}
|
|
4110
|
-
const
|
|
4111
|
-
tokenize:
|
|
4110
|
+
const aa = {
|
|
4111
|
+
tokenize: oa,
|
|
4112
4112
|
concrete: !0
|
|
4113
4113
|
}, Yt = {
|
|
4114
|
-
tokenize:
|
|
4114
|
+
tokenize: la,
|
|
4115
4115
|
partial: !0
|
|
4116
4116
|
};
|
|
4117
|
-
function
|
|
4117
|
+
function oa(e, t, n) {
|
|
4118
4118
|
const r = this, i = r.events[r.events.length - 1], s = i && i[1].type === "linePrefix" ? i[2].sliceSerialize(i[1], !0).length : 0;
|
|
4119
4119
|
let a = 0;
|
|
4120
4120
|
return o;
|
|
@@ -4127,19 +4127,19 @@ function la(e, t, n) {
|
|
|
4127
4127
|
function u(z) {
|
|
4128
4128
|
return z === null || E(z) ? h(z) : (e.enter("mathFlowFenceMeta"), e.enter("chunkString", {
|
|
4129
4129
|
contentType: "string"
|
|
4130
|
-
}),
|
|
4130
|
+
}), p(z));
|
|
4131
4131
|
}
|
|
4132
|
-
function
|
|
4133
|
-
return z === null || E(z) ? (e.exit("chunkString"), e.exit("mathFlowFenceMeta"), h(z)) : z === 36 ? n(z) : (e.consume(z),
|
|
4132
|
+
function p(z) {
|
|
4133
|
+
return z === null || E(z) ? (e.exit("chunkString"), e.exit("mathFlowFenceMeta"), h(z)) : z === 36 ? n(z) : (e.consume(z), p);
|
|
4134
4134
|
}
|
|
4135
4135
|
function h(z) {
|
|
4136
4136
|
return e.exit("mathFlowFence"), r.interrupt ? t(z) : e.attempt(
|
|
4137
4137
|
Yt,
|
|
4138
|
-
|
|
4138
|
+
d,
|
|
4139
4139
|
L
|
|
4140
4140
|
)(z);
|
|
4141
4141
|
}
|
|
4142
|
-
function
|
|
4142
|
+
function d(z) {
|
|
4143
4143
|
return e.attempt(
|
|
4144
4144
|
{
|
|
4145
4145
|
tokenize: y,
|
|
@@ -4160,7 +4160,7 @@ function la(e, t, n) {
|
|
|
4160
4160
|
function k(z) {
|
|
4161
4161
|
return z === null ? L(z) : E(z) ? e.attempt(
|
|
4162
4162
|
Yt,
|
|
4163
|
-
|
|
4163
|
+
d,
|
|
4164
4164
|
L
|
|
4165
4165
|
)(z) : (e.enter("mathFlowValue"), x(z));
|
|
4166
4166
|
}
|
|
@@ -4189,7 +4189,7 @@ function la(e, t, n) {
|
|
|
4189
4189
|
}
|
|
4190
4190
|
}
|
|
4191
4191
|
}
|
|
4192
|
-
function
|
|
4192
|
+
function la(e, t, n) {
|
|
4193
4193
|
const r = this;
|
|
4194
4194
|
return i;
|
|
4195
4195
|
function i(a) {
|
|
@@ -4199,34 +4199,34 @@ function ua(e, t, n) {
|
|
|
4199
4199
|
return r.parser.lazy[r.now().line] ? n(a) : t(a);
|
|
4200
4200
|
}
|
|
4201
4201
|
}
|
|
4202
|
-
function
|
|
4202
|
+
function ua(e) {
|
|
4203
4203
|
let n = (e || {}).singleDollarTextMath;
|
|
4204
4204
|
return n == null && (n = !0), {
|
|
4205
4205
|
tokenize: r,
|
|
4206
|
-
resolve:
|
|
4207
|
-
previous:
|
|
4206
|
+
resolve: ca,
|
|
4207
|
+
previous: ha
|
|
4208
4208
|
};
|
|
4209
4209
|
function r(i, s, a) {
|
|
4210
4210
|
let o = 0, l, u;
|
|
4211
|
-
return
|
|
4212
|
-
function
|
|
4211
|
+
return p;
|
|
4212
|
+
function p(x) {
|
|
4213
4213
|
return i.enter("mathText"), i.enter("mathTextSequence"), h(x);
|
|
4214
4214
|
}
|
|
4215
4215
|
function h(x) {
|
|
4216
|
-
return x === 36 ? (i.consume(x), o++, h) : o < 2 && !n ? a(x) : (i.exit("mathTextSequence"),
|
|
4216
|
+
return x === 36 ? (i.consume(x), o++, h) : o < 2 && !n ? a(x) : (i.exit("mathTextSequence"), d(x));
|
|
4217
4217
|
}
|
|
4218
|
-
function
|
|
4219
|
-
return x === null ? a(x) : x === 36 ? (u = i.enter("mathTextSequence"), l = 0, k(x)) : x === 32 ? (i.enter("space"), i.consume(x), i.exit("space"),
|
|
4218
|
+
function d(x) {
|
|
4219
|
+
return x === null ? a(x) : x === 36 ? (u = i.enter("mathTextSequence"), l = 0, k(x)) : x === 32 ? (i.enter("space"), i.consume(x), i.exit("space"), d) : E(x) ? (i.enter("lineEnding"), i.consume(x), i.exit("lineEnding"), d) : (i.enter("mathTextData"), c(x));
|
|
4220
4220
|
}
|
|
4221
4221
|
function c(x) {
|
|
4222
|
-
return x === null || x === 32 || x === 36 || E(x) ? (i.exit("mathTextData"),
|
|
4222
|
+
return x === null || x === 32 || x === 36 || E(x) ? (i.exit("mathTextData"), d(x)) : (i.consume(x), c);
|
|
4223
4223
|
}
|
|
4224
4224
|
function k(x) {
|
|
4225
4225
|
return x === 36 ? (i.consume(x), l++, k) : l === o ? (i.exit("mathTextSequence"), i.exit("mathText"), s(x)) : (u.type = "mathTextData", c(x));
|
|
4226
4226
|
}
|
|
4227
4227
|
}
|
|
4228
4228
|
}
|
|
4229
|
-
function
|
|
4229
|
+
function ca(e) {
|
|
4230
4230
|
let t = e.length - 4, n = 3, r, i;
|
|
4231
4231
|
if ((e[n][1].type === "lineEnding" || e[n][1].type === "space") && (e[t][1].type === "lineEnding" || e[t][1].type === "space")) {
|
|
4232
4232
|
for (r = n; ++r < t; )
|
|
@@ -4239,20 +4239,20 @@ function ha(e) {
|
|
|
4239
4239
|
i === void 0 ? r !== t && e[r][1].type !== "lineEnding" && (i = r) : (r === t || e[r][1].type === "lineEnding") && (e[i][1].type = "mathTextData", r !== i + 2 && (e[i][1].end = e[r - 1][1].end, e.splice(i + 2, r - i - 2), t -= r - i - 2, r = i + 2), i = void 0);
|
|
4240
4240
|
return e;
|
|
4241
4241
|
}
|
|
4242
|
-
function
|
|
4242
|
+
function ha(e) {
|
|
4243
4243
|
return e !== 36 || this.events[this.events.length - 1][1].type === "characterEscape";
|
|
4244
4244
|
}
|
|
4245
4245
|
function pa(e) {
|
|
4246
4246
|
return {
|
|
4247
4247
|
flow: {
|
|
4248
|
-
36:
|
|
4248
|
+
36: aa
|
|
4249
4249
|
},
|
|
4250
4250
|
text: {
|
|
4251
|
-
36:
|
|
4251
|
+
36: ua(e)
|
|
4252
4252
|
}
|
|
4253
4253
|
};
|
|
4254
4254
|
}
|
|
4255
|
-
function
|
|
4255
|
+
function da() {
|
|
4256
4256
|
return {
|
|
4257
4257
|
enter: {
|
|
4258
4258
|
mathFlow: e,
|
|
@@ -4296,11 +4296,11 @@ function fa() {
|
|
|
4296
4296
|
this.data.mathFlowInside || (this.buffer(), this.data.mathFlowInside = !0);
|
|
4297
4297
|
}
|
|
4298
4298
|
function i(l) {
|
|
4299
|
-
const u = this.resume().replace(/^(\r?\n|\r)|(\r?\n|\r)$/g, ""),
|
|
4300
|
-
|
|
4299
|
+
const u = this.resume().replace(/^(\r?\n|\r)|(\r?\n|\r)$/g, ""), p = this.stack[this.stack.length - 1];
|
|
4300
|
+
p.type, this.exit(l), p.value = u;
|
|
4301
4301
|
const h = (
|
|
4302
4302
|
/** @type {HastElement} */
|
|
4303
|
-
|
|
4303
|
+
p.data.hChildren[0]
|
|
4304
4304
|
);
|
|
4305
4305
|
h.type, h.tagName, h.children.push({ type: "text", value: u }), this.data.mathFlowInside = void 0;
|
|
4306
4306
|
}
|
|
@@ -4319,29 +4319,29 @@ function fa() {
|
|
|
4319
4319
|
), this.buffer();
|
|
4320
4320
|
}
|
|
4321
4321
|
function a(l) {
|
|
4322
|
-
const u = this.resume(),
|
|
4323
|
-
|
|
4322
|
+
const u = this.resume(), p = this.stack[this.stack.length - 1];
|
|
4323
|
+
p.type, this.exit(l), p.value = u, /** @type {Array<HastElementContent>} */
|
|
4324
4324
|
// @ts-expect-error: we defined it in `enterMathFlow`.
|
|
4325
|
-
|
|
4325
|
+
p.data.hChildren.push({ type: "text", value: u });
|
|
4326
4326
|
}
|
|
4327
4327
|
function o(l) {
|
|
4328
4328
|
this.config.enter.data.call(this, l), this.config.exit.data.call(this, l);
|
|
4329
4329
|
}
|
|
4330
4330
|
}
|
|
4331
|
-
function
|
|
4331
|
+
function fa(e) {
|
|
4332
4332
|
const t = /(```[\s\S]+?```|~~~[\s\S]+?~~~)/g, n = e.split(t), r = /\\\((.*?)\\\)/g, i = /\\\[([\s\S]*?)\\\]/g;
|
|
4333
4333
|
for (let s = 0; s < n.length; s++)
|
|
4334
4334
|
s % 2 === 0 && (n[s] = n[s].replace(r, (a, o) => `$${o}$`).replace(i, (a, o) => `$$${o}$$`));
|
|
4335
4335
|
return n.join("");
|
|
4336
4336
|
}
|
|
4337
4337
|
function Ke(e, t) {
|
|
4338
|
-
const n = ps(
|
|
4339
|
-
extensions: [
|
|
4340
|
-
mdastExtensions: [
|
|
4338
|
+
const n = ps(fa(t), {
|
|
4339
|
+
extensions: [xs(), pa()],
|
|
4340
|
+
mdastExtensions: [ks(), da()]
|
|
4341
4341
|
}), r = {}, i = {};
|
|
4342
|
-
|
|
4342
|
+
Wn(n, r, i), pt(n, e, r, i), window.Lala = t;
|
|
4343
4343
|
}
|
|
4344
|
-
function
|
|
4344
|
+
function Wn(e, t, n) {
|
|
4345
4345
|
for (const r of e.children) {
|
|
4346
4346
|
switch (r.type) {
|
|
4347
4347
|
case "definition":
|
|
@@ -4349,10 +4349,10 @@ function Vn(e, t, n) {
|
|
|
4349
4349
|
i && (t[i] = r, n[i.toLowerCase()] = r);
|
|
4350
4350
|
continue;
|
|
4351
4351
|
}
|
|
4352
|
-
r.children &&
|
|
4352
|
+
r.children && Wn(r, t, n);
|
|
4353
4353
|
}
|
|
4354
4354
|
}
|
|
4355
|
-
function
|
|
4355
|
+
function pt(e, t, n, r) {
|
|
4356
4356
|
var s;
|
|
4357
4357
|
let i = t.firstChild;
|
|
4358
4358
|
for (const a of e.children) {
|
|
@@ -4361,8 +4361,8 @@ function dt(e, t, n, r) {
|
|
|
4361
4361
|
case "inlineMath": {
|
|
4362
4362
|
if (!((i == null ? void 0 : i.nodeType) === Node.ELEMENT_NODE && i.nodeName === "SPAN" && Qe.has(i))) {
|
|
4363
4363
|
for (; i; ) {
|
|
4364
|
-
const
|
|
4365
|
-
i.remove(), i =
|
|
4364
|
+
const d = i.nextSibling;
|
|
4365
|
+
i.remove(), i = d;
|
|
4366
4366
|
}
|
|
4367
4367
|
i = document.createElement("span"), t.appendChild(i);
|
|
4368
4368
|
}
|
|
@@ -4372,8 +4372,8 @@ function dt(e, t, n, r) {
|
|
|
4372
4372
|
case "math": {
|
|
4373
4373
|
if (!((i == null ? void 0 : i.nodeType) === Node.ELEMENT_NODE && i.nodeName === "DIV" && Qe.has(i))) {
|
|
4374
4374
|
for (; i; ) {
|
|
4375
|
-
const
|
|
4376
|
-
i.remove(), i =
|
|
4375
|
+
const d = i.nextSibling;
|
|
4376
|
+
i.remove(), i = d;
|
|
4377
4377
|
}
|
|
4378
4378
|
i = document.createElement("div"), t.appendChild(i);
|
|
4379
4379
|
}
|
|
@@ -4381,15 +4381,15 @@ function dt(e, t, n, r) {
|
|
|
4381
4381
|
continue;
|
|
4382
4382
|
}
|
|
4383
4383
|
case "code": {
|
|
4384
|
-
let
|
|
4385
|
-
if (
|
|
4386
|
-
|
|
4384
|
+
let d = tn.get(i);
|
|
4385
|
+
if (d)
|
|
4386
|
+
d.updateCode(a.lang, a.value);
|
|
4387
4387
|
else {
|
|
4388
4388
|
for (; i; ) {
|
|
4389
4389
|
const c = i.nextSibling;
|
|
4390
4390
|
i.remove(), i = c;
|
|
4391
4391
|
}
|
|
4392
|
-
|
|
4392
|
+
d = new bn(a.lang, a.value), i = d.node, tn.set(i, d), t.appendChild(i);
|
|
4393
4393
|
}
|
|
4394
4394
|
i = i.nextSibling;
|
|
4395
4395
|
continue;
|
|
@@ -4397,8 +4397,8 @@ function dt(e, t, n, r) {
|
|
|
4397
4397
|
case "html":
|
|
4398
4398
|
if (!((i == null ? void 0 : i.nodeType) === Node.ELEMENT_NODE && i.nodeName === "SPAN")) {
|
|
4399
4399
|
for (; i; ) {
|
|
4400
|
-
const
|
|
4401
|
-
i.remove(), i =
|
|
4400
|
+
const d = i.nextSibling;
|
|
4401
|
+
i.remove(), i = d;
|
|
4402
4402
|
}
|
|
4403
4403
|
i = document.createElement("span"), t.appendChild(i);
|
|
4404
4404
|
}
|
|
@@ -4407,8 +4407,8 @@ function dt(e, t, n, r) {
|
|
|
4407
4407
|
case "inlineCode":
|
|
4408
4408
|
if (!((i == null ? void 0 : i.nodeType) === Node.ELEMENT_NODE && i.nodeName === "CODE")) {
|
|
4409
4409
|
for (; i; ) {
|
|
4410
|
-
const
|
|
4411
|
-
i.remove(), i =
|
|
4410
|
+
const d = i.nextSibling;
|
|
4411
|
+
i.remove(), i = d;
|
|
4412
4412
|
}
|
|
4413
4413
|
i = document.createElement("code"), t.appendChild(i);
|
|
4414
4414
|
}
|
|
@@ -4418,33 +4418,33 @@ function dt(e, t, n, r) {
|
|
|
4418
4418
|
let l = a.value, u;
|
|
4419
4419
|
for (; Pe.has(i); ) {
|
|
4420
4420
|
u = i;
|
|
4421
|
-
const
|
|
4422
|
-
if (l.startsWith(
|
|
4423
|
-
l = l.substring(
|
|
4421
|
+
const d = Pe.get(i);
|
|
4422
|
+
if (l.startsWith(d))
|
|
4423
|
+
l = l.substring(d.length), i = i.nextSibling;
|
|
4424
4424
|
else
|
|
4425
4425
|
break;
|
|
4426
4426
|
}
|
|
4427
4427
|
if (!l)
|
|
4428
4428
|
continue;
|
|
4429
4429
|
for (; i; ) {
|
|
4430
|
-
const
|
|
4431
|
-
i.remove(), i =
|
|
4430
|
+
const d = i.nextSibling;
|
|
4431
|
+
i.remove(), i = d;
|
|
4432
4432
|
}
|
|
4433
4433
|
if (u && !l.trim()) {
|
|
4434
|
-
const
|
|
4435
|
-
u.textContent =
|
|
4434
|
+
const d = Pe.get(u) + l;
|
|
4435
|
+
u.textContent = d, Pe.set(u, d);
|
|
4436
4436
|
continue;
|
|
4437
4437
|
}
|
|
4438
|
-
const
|
|
4439
|
-
|
|
4438
|
+
const p = document.createElement("span");
|
|
4439
|
+
p.textContent = l, Pe.set(p, l), t.appendChild(p);
|
|
4440
4440
|
continue;
|
|
4441
4441
|
case "yaml":
|
|
4442
4442
|
continue;
|
|
4443
4443
|
case "break":
|
|
4444
4444
|
if (!((i == null ? void 0 : i.nodeType) === Node.ELEMENT_NODE && i.nodeName === "BR")) {
|
|
4445
4445
|
for (; i; ) {
|
|
4446
|
-
const
|
|
4447
|
-
i.remove(), i =
|
|
4446
|
+
const d = i.nextSibling;
|
|
4447
|
+
i.remove(), i = d;
|
|
4448
4448
|
}
|
|
4449
4449
|
t.appendChild(i = document.createElement("br"));
|
|
4450
4450
|
}
|
|
@@ -4453,8 +4453,8 @@ function dt(e, t, n, r) {
|
|
|
4453
4453
|
case "thematicBreak":
|
|
4454
4454
|
if (!((i == null ? void 0 : i.nodeType) === Node.ELEMENT_NODE && i.nodeName === "HR")) {
|
|
4455
4455
|
for (; i; ) {
|
|
4456
|
-
const
|
|
4457
|
-
i.remove(), i =
|
|
4456
|
+
const d = i.nextSibling;
|
|
4457
|
+
i.remove(), i = d;
|
|
4458
4458
|
}
|
|
4459
4459
|
i = document.createElement("hr"), t.appendChild(i);
|
|
4460
4460
|
}
|
|
@@ -4468,13 +4468,13 @@ function dt(e, t, n, r) {
|
|
|
4468
4468
|
}
|
|
4469
4469
|
i = document.createElement("img"), t.appendChild(i);
|
|
4470
4470
|
}
|
|
4471
|
-
const
|
|
4472
|
-
if (
|
|
4473
|
-
if (
|
|
4474
|
-
const c =
|
|
4475
|
-
i.src =
|
|
4471
|
+
const d = a.url;
|
|
4472
|
+
if (d)
|
|
4473
|
+
if (d.startsWith("python://")) {
|
|
4474
|
+
const c = d.substring(9);
|
|
4475
|
+
i.src = sa(c);
|
|
4476
4476
|
} else
|
|
4477
|
-
i.src =
|
|
4477
|
+
i.src = d;
|
|
4478
4478
|
else
|
|
4479
4479
|
i.src = "";
|
|
4480
4480
|
i.alt = a.alt || "", i.title = a.title || "", i = i.nextSibling;
|
|
@@ -4483,12 +4483,12 @@ function dt(e, t, n, r) {
|
|
|
4483
4483
|
case "linkReference":
|
|
4484
4484
|
if (!((i == null ? void 0 : i.nodeType) === Node.ELEMENT_NODE && i.nodeName === "A")) {
|
|
4485
4485
|
for (; i; ) {
|
|
4486
|
-
const
|
|
4487
|
-
i.remove(), i =
|
|
4486
|
+
const d = i.nextSibling;
|
|
4487
|
+
i.remove(), i = d;
|
|
4488
4488
|
}
|
|
4489
4489
|
i = document.createElement("a"), t.appendChild(i);
|
|
4490
4490
|
}
|
|
4491
|
-
|
|
4491
|
+
pt(
|
|
4492
4492
|
a,
|
|
4493
4493
|
i,
|
|
4494
4494
|
n,
|
|
@@ -4561,7 +4561,7 @@ function dt(e, t, n, r) {
|
|
|
4561
4561
|
}
|
|
4562
4562
|
i = document.createElement(o), t.appendChild(i);
|
|
4563
4563
|
}
|
|
4564
|
-
o === "A" && (i.href = a.url || "", i.target = "_blank", i.title = a.title || ""),
|
|
4564
|
+
o === "A" && (i.href = a.url || "", i.target = "_blank", i.title = a.title || ""), pt(
|
|
4565
4565
|
a,
|
|
4566
4566
|
i,
|
|
4567
4567
|
n,
|
|
@@ -4574,19 +4574,19 @@ function dt(e, t, n, r) {
|
|
|
4574
4574
|
}
|
|
4575
4575
|
}
|
|
4576
4576
|
let it;
|
|
4577
|
-
function
|
|
4577
|
+
function ma() {
|
|
4578
4578
|
return it || (it = import("./katex-Cj8zHzei.js")), it;
|
|
4579
4579
|
}
|
|
4580
4580
|
async function en(e, t) {
|
|
4581
4581
|
let n = Qe.get(e);
|
|
4582
4582
|
n == null || n.cancel(), Qe.set(e, n = new Ve()), (async () => {
|
|
4583
|
-
const r = await
|
|
4583
|
+
const r = await ma();
|
|
4584
4584
|
n.isCancellationRequested || r.default.render(t, e, { throwOnError: !1 });
|
|
4585
4585
|
})();
|
|
4586
4586
|
}
|
|
4587
4587
|
const Qe = /* @__PURE__ */ new WeakMap(), tn = /* @__PURE__ */ new WeakMap(), Pe = /* @__PURE__ */ new WeakMap();
|
|
4588
|
-
function
|
|
4589
|
-
const t = [...
|
|
4588
|
+
function ga(e) {
|
|
4589
|
+
const t = [...wa(e)];
|
|
4590
4590
|
if (t.length) {
|
|
4591
4591
|
const r = t[t.length - 1];
|
|
4592
4592
|
r === "," ? t.pop() : r === ":" && t.push("undefined");
|
|
@@ -4609,7 +4609,7 @@ function wa(e) {
|
|
|
4609
4609
|
n.pop() === "{" ? t.push("}") : t.push("]");
|
|
4610
4610
|
return JSON.parse(t.join(""));
|
|
4611
4611
|
}
|
|
4612
|
-
function*
|
|
4612
|
+
function* wa(e) {
|
|
4613
4613
|
for (let t = 0; t < e.length; ++t) {
|
|
4614
4614
|
let n = e[t];
|
|
4615
4615
|
switch (n) {
|
|
@@ -4661,7 +4661,7 @@ function* xa(e) {
|
|
|
4661
4661
|
}
|
|
4662
4662
|
}
|
|
4663
4663
|
}
|
|
4664
|
-
function
|
|
4664
|
+
function xa(e) {
|
|
4665
4665
|
const t = [];
|
|
4666
4666
|
let n = 0;
|
|
4667
4667
|
for (; n < e.length; )
|
|
@@ -4750,7 +4750,7 @@ function Ct({ as: e = "div", size: t = "avatar-lg", id: n, ...r }, i) {
|
|
|
4750
4750
|
const s = /* @__PURE__ */ _(e, { ...r }, i);
|
|
4751
4751
|
return e === "button" && !("type" in r) && (s.type = "button"), s.classList.add("avatar"), t && s.classList.add(t), n && s.classList.add(..._a(n)), s;
|
|
4752
4752
|
}
|
|
4753
|
-
const ya = ["bg-Land-Green-95", "text-Land-Green-30"], ka = ["bg-Sunflower-85", "text-Sunflower-20"], za = ["bg-Energy-Red-95", "text-Energy-Red-45"], va = ["bg-Sea-Blue-Main-28", "text-Sky-Blue-95"], Sa = ["bg-Lavender-90", "text-Lavender-50"], Ca = ["bg-Eucalyptus-85", "text-Eucalyptus-20"], Ea = ["bg-Terracotta-85", "text-Terracotta-20"],
|
|
4753
|
+
const ya = ["bg-Land-Green-95", "text-Land-Green-30"], ka = ["bg-Sunflower-85", "text-Sunflower-20"], za = ["bg-Energy-Red-95", "text-Energy-Red-45"], va = ["bg-Sea-Blue-Main-28", "text-Sky-Blue-95"], Sa = ["bg-Lavender-90", "text-Lavender-50"], Ca = ["bg-Eucalyptus-85", "text-Eucalyptus-20"], Ea = ["bg-Terracotta-85", "text-Terracotta-20"], nn = [
|
|
4754
4754
|
ya,
|
|
4755
4755
|
ka,
|
|
4756
4756
|
za,
|
|
@@ -4761,7 +4761,7 @@ const ya = ["bg-Land-Green-95", "text-Land-Green-30"], ka = ["bg-Sunflower-85",
|
|
|
4761
4761
|
];
|
|
4762
4762
|
function _a(e) {
|
|
4763
4763
|
const t = Ta(e);
|
|
4764
|
-
return
|
|
4764
|
+
return nn[Math.floor(Math.abs(t % nn.length))];
|
|
4765
4765
|
}
|
|
4766
4766
|
function Ta(e) {
|
|
4767
4767
|
let t = 0;
|
|
@@ -4786,7 +4786,7 @@ function La(e) {
|
|
|
4786
4786
|
);
|
|
4787
4787
|
return t.classList.add("bg-Dark-Blue-Main-18", "text-White"), t;
|
|
4788
4788
|
}
|
|
4789
|
-
class
|
|
4789
|
+
class Vn {
|
|
4790
4790
|
constructor(t, n, r, i, s) {
|
|
4791
4791
|
S(this, "node");
|
|
4792
4792
|
S(this, "nameNode");
|
|
@@ -4830,7 +4830,7 @@ function Ba({ size: e = ee.Medium, ...t }) {
|
|
|
4830
4830
|
"M443.5 248.5l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L241 419.9V44c0-6.6-5.4-12-12-12h-10c-6.6 0-12 5.4-12 12v375.9L28.5 241.4c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.8 4.8-12.3.1-17z"
|
|
4831
4831
|
), n.appendChild(r), n.classList.add("icon"), n;
|
|
4832
4832
|
}
|
|
4833
|
-
function
|
|
4833
|
+
function $n({ size: e = ee.Medium, ...t }) {
|
|
4834
4834
|
const n = $("svg");
|
|
4835
4835
|
n.setAttribute("viewBox", "0 0 448 512"), n.setAttribute("fill", "currentColor"), n.setAttribute("width", e), n.setAttribute("height", e), xe(n, t);
|
|
4836
4836
|
const r = $("path");
|
|
@@ -4840,7 +4840,7 @@ function Xn({ size: e = ee.Medium, ...t }) {
|
|
|
4840
4840
|
), n.appendChild(r), n.classList.add("icon"), n;
|
|
4841
4841
|
}
|
|
4842
4842
|
var _t = /* @__PURE__ */ ((e) => (e.ExtraSmall = "20", e.Small = "24", e.Medium = "32", e.Large = "40", e.ExtraLarge = "48", e.ExtraExtraLarge = "60", e.ExtraExtraExtraLarge = "80", e.ExtraExtraExtraExtraLarge = "120", e))(_t || {});
|
|
4843
|
-
function
|
|
4843
|
+
function Xn({
|
|
4844
4844
|
size: e = "80",
|
|
4845
4845
|
...t
|
|
4846
4846
|
}) {
|
|
@@ -4860,7 +4860,7 @@ function Kn({
|
|
|
4860
4860
|
"M36.9229 3.07692C36.9229 1.37759 38.3004 0 39.9998 0C45.2526 0 50.4541 1.03463 55.3071 3.04482C60.1601 5.05501 64.5697 8.00138 68.284 11.7157C71.9984 15.4301 74.9448 19.8396 76.955 24.6927C78.9651 29.5457 79.9998 34.7471 79.9998 40C79.9998 41.6993 78.6222 43.0769 76.9228 43.0769C75.2235 43.0769 73.8459 41.6993 73.8459 40C73.8459 35.5553 72.9705 31.154 71.2695 27.0476C69.5686 22.9412 67.0755 19.2101 63.9326 16.0672C60.7897 12.9242 57.0585 10.4312 52.9521 8.73023C48.8457 7.0293 44.4445 6.15385 39.9998 6.15385C38.3004 6.15385 36.9229 4.77626 36.9229 3.07692Z"
|
|
4861
4861
|
), i.setAttribute("fill", "#003591"), n.appendChild(i), n;
|
|
4862
4862
|
}
|
|
4863
|
-
function
|
|
4863
|
+
function Kn({ size: e = ee.Medium, ...t }) {
|
|
4864
4864
|
const n = $("svg");
|
|
4865
4865
|
n.setAttribute("viewBox", "0 0 512 512"), n.setAttribute("fill", "currentColor"), n.setAttribute("width", e), n.setAttribute("height", e), xe(n, t);
|
|
4866
4866
|
const r = $("path");
|
|
@@ -4869,7 +4869,7 @@ function Qn({ size: e = ee.Medium, ...t }) {
|
|
|
4869
4869
|
"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z"
|
|
4870
4870
|
), n.appendChild(r), n.classList.add("icon"), n;
|
|
4871
4871
|
}
|
|
4872
|
-
function
|
|
4872
|
+
function rn({ size: e = ee.Medium, ...t }) {
|
|
4873
4873
|
const n = $("svg");
|
|
4874
4874
|
n.setAttribute("viewBox", "0 0 512 512"), n.setAttribute("fill", "currentColor"), n.setAttribute("width", e), n.setAttribute("height", e), xe(n, t);
|
|
4875
4875
|
const r = $("path");
|
|
@@ -4894,13 +4894,13 @@ class Ma {
|
|
|
4894
4894
|
S(this, "_iconNode");
|
|
4895
4895
|
S(this, "_markdown");
|
|
4896
4896
|
S(this, "_markdownNode");
|
|
4897
|
-
this._icon = t, this._markdown = n, this.node = /* @__PURE__ */ _(ft, null, this._iconNode =
|
|
4897
|
+
this._icon = t, this._markdown = n, this.node = /* @__PURE__ */ _(ft, null, this._iconNode = sn(t), this._markdownNode = /* @__PURE__ */ _("span", null)), Ke(this._markdownNode, this._markdown);
|
|
4898
4898
|
}
|
|
4899
4899
|
get icon() {
|
|
4900
4900
|
return this._icon;
|
|
4901
4901
|
}
|
|
4902
4902
|
set icon(t) {
|
|
4903
|
-
t !== this._icon && (this._iconNode.replaceWith(this._iconNode =
|
|
4903
|
+
t !== this._icon && (this._iconNode.replaceWith(this._iconNode = sn(t)), this._icon = t);
|
|
4904
4904
|
}
|
|
4905
4905
|
get markdown() {
|
|
4906
4906
|
return this._markdown;
|
|
@@ -4912,18 +4912,18 @@ class Ma {
|
|
|
4912
4912
|
this.icon = n, this.markdown = r;
|
|
4913
4913
|
}
|
|
4914
4914
|
}
|
|
4915
|
-
function
|
|
4915
|
+
function sn(e) {
|
|
4916
4916
|
switch (e) {
|
|
4917
4917
|
case le.Progress:
|
|
4918
|
-
return /* @__PURE__ */ _(
|
|
4918
|
+
return /* @__PURE__ */ _(Xn, { size: _t.Small, class: "mx-auto" });
|
|
4919
4919
|
case le.Complete:
|
|
4920
|
-
return /* @__PURE__ */ _(
|
|
4920
|
+
return /* @__PURE__ */ _($n, { size: ee.Medium, class: "text-Land-Green-30 mx-auto" });
|
|
4921
4921
|
case le.Info:
|
|
4922
|
-
return /* @__PURE__ */ _(
|
|
4922
|
+
return /* @__PURE__ */ _(rn, { size: ee.Medium, class: "text-Sea-Blue-Main-28 mx-auto" });
|
|
4923
4923
|
case le.Warning:
|
|
4924
|
-
return /* @__PURE__ */ _(
|
|
4924
|
+
return /* @__PURE__ */ _(rn, { size: ee.Medium, class: "text-Terracotta-Main-35 mx-auto" });
|
|
4925
4925
|
case le.Error:
|
|
4926
|
-
return /* @__PURE__ */ _(
|
|
4926
|
+
return /* @__PURE__ */ _(Kn, { size: ee.Medium, class: "text-Energy-Red-45 mx-auto" });
|
|
4927
4927
|
}
|
|
4928
4928
|
return e != null && e.startsWith("https://") ? /* @__PURE__ */ _("img", { src: e, alt: "", class: "w-6 h-6 mx-auto" }) : (e && e !== le.Undetermined && console.warn(`Unknown task item icon '${e}'. Defaulting to undetermined.`), /* @__PURE__ */ _(Fa, { size: ee.Medium, class: "text-Sandstone-Main-79 mx-auto" }));
|
|
4929
4929
|
}
|
|
@@ -4999,7 +4999,7 @@ class ze {
|
|
|
4999
4999
|
role: "button",
|
|
5000
5000
|
onclick: () => this.expanded = !this.expanded
|
|
5001
5001
|
},
|
|
5002
|
-
this._titleStatusIconNode = /* @__PURE__ */ _(
|
|
5002
|
+
this._titleStatusIconNode = /* @__PURE__ */ _(Xn, { size: _t.Small, class: "flex-shrink-0" }),
|
|
5003
5003
|
this._titleTextNode = /* @__PURE__ */ _("p", { class: "font-medium relative top-[.05em] group-data-[status=error]:text-Energy-Red-45" }, "Gather information"),
|
|
5004
5004
|
/* @__PURE__ */ _(
|
|
5005
5005
|
Ba,
|
|
@@ -5063,29 +5063,27 @@ class ze {
|
|
|
5063
5063
|
this.functionAccumulatedArguments ? this.functionAccumulatedArguments += t : this.functionAccumulatedArguments = t;
|
|
5064
5064
|
}
|
|
5065
5065
|
invalidatePythonArguments() {
|
|
5066
|
-
this._highlightCode ? this._highlightCode.updateCode("python", this.extractCodeFromAccumulatedArguments()) : (Jt(), this._gridLayoutNode = null, this._agentMessage = null, this._highlightCode = new
|
|
5066
|
+
this._highlightCode ? this._highlightCode.updateCode("python", this.extractCodeFromAccumulatedArguments()) : (Jt(), this._gridLayoutNode = null, this._agentMessage = null, this._highlightCode = new bn("python", this.extractCodeFromAccumulatedArguments()), this._highlightCode.node.classList.add("p-3", "bg-[#262626]", "text-[#e5e5e5]", "overflow-x-auto"), this._bodyNode.appendChild(this._highlightCode.node));
|
|
5067
5067
|
}
|
|
5068
5068
|
// Utility method used by appendArguments(...) method above.
|
|
5069
5069
|
extractCodeFromAccumulatedArguments() {
|
|
5070
|
-
let t = this.functionAccumulatedArguments
|
|
5071
|
-
if (
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
const s = nn(t.substring(n + 3));
|
|
5080
|
-
t = t.substring(0, n) + JSON.stringify(s.trim());
|
|
5070
|
+
let t = this.functionAccumulatedArguments;
|
|
5071
|
+
if (!t.startsWith("{"))
|
|
5072
|
+
return t;
|
|
5073
|
+
var n = t.indexOf("Code:");
|
|
5074
|
+
if (n != -1 && t.substring(0, n).trim() == "{" && (t = '{"Code":' + t.substring(n + 5)), n = t.indexOf('"""'), n != -1) {
|
|
5075
|
+
var r = t.lastIndexOf('"""');
|
|
5076
|
+
if (n < r && t.substring(r + 3).trim() == "}") {
|
|
5077
|
+
var i = xa(t.substring(n + 3, r - (n + 3))), s = t.substring(0, n) + JSON.stringify(i) + t.substring(r + 3);
|
|
5078
|
+
t = s;
|
|
5081
5079
|
}
|
|
5082
5080
|
}
|
|
5083
5081
|
try {
|
|
5084
|
-
var
|
|
5082
|
+
var a = ga(t);
|
|
5085
5083
|
} catch {
|
|
5086
5084
|
return console.warn("Error parsing Python code arguments provided as JSON.", this.functionAccumulatedArguments), "";
|
|
5087
5085
|
}
|
|
5088
|
-
return (
|
|
5086
|
+
return (a == null ? void 0 : a.Code) || "";
|
|
5089
5087
|
}
|
|
5090
5088
|
/**
|
|
5091
5089
|
* Triggered by ChatCompletionSSEMessageType.ToolCallPython.
|
|
@@ -5095,13 +5093,23 @@ class ze {
|
|
|
5095
5093
|
*/
|
|
5096
5094
|
async python(t, n) {
|
|
5097
5095
|
try {
|
|
5098
|
-
await Jt()
|
|
5099
|
-
var r =
|
|
5100
|
-
|
|
5101
|
-
|
|
5102
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
5096
|
+
await Jt();
|
|
5097
|
+
var r = "", i = "";
|
|
5098
|
+
Ae.setStdout({
|
|
5099
|
+
batched: (l) => {
|
|
5100
|
+
r += l, this.appendPythonStdouterr(l, !1);
|
|
5101
|
+
}
|
|
5102
|
+
}), Ae.setStderr({
|
|
5103
|
+
batched: (l) => {
|
|
5104
|
+
i += l, this.appendPythonStdouterr(l, !0);
|
|
5105
|
+
}
|
|
5106
|
+
}), this._pythonStdouterrContainerNode = null;
|
|
5107
|
+
var s = await ia(n);
|
|
5108
|
+
} catch (l) {
|
|
5109
|
+
console.error(l);
|
|
5110
|
+
const u = l && String(l);
|
|
5111
|
+
this.appendPythonResultRow(u, !0);
|
|
5112
|
+
const p = await this.chat.fetch(this.chat.url, {
|
|
5105
5113
|
method: "POST",
|
|
5106
5114
|
headers: {
|
|
5107
5115
|
"Content-Type": "application/json"
|
|
@@ -5109,16 +5117,16 @@ class ze {
|
|
|
5109
5117
|
body: JSON.stringify({
|
|
5110
5118
|
type: We.OperationError,
|
|
5111
5119
|
operationId: t,
|
|
5112
|
-
|
|
5120
|
+
pythonResult: { error: u, stdout: r, stderr: i }
|
|
5113
5121
|
})
|
|
5114
5122
|
});
|
|
5115
|
-
if (!
|
|
5116
|
-
throw new Error(`Server returned ${
|
|
5123
|
+
if (!p.ok)
|
|
5124
|
+
throw new Error(`Server returned ${p.status} ${p.statusText}`);
|
|
5117
5125
|
return;
|
|
5118
5126
|
}
|
|
5119
|
-
const
|
|
5120
|
-
this.appendPythonResultRow(
|
|
5121
|
-
const
|
|
5127
|
+
const a = s && String(s);
|
|
5128
|
+
this.appendPythonResultRow(a, !1);
|
|
5129
|
+
const o = await this.chat.fetch(this.chat.url, {
|
|
5122
5130
|
method: "POST",
|
|
5123
5131
|
headers: {
|
|
5124
5132
|
"Content-Type": "application/json"
|
|
@@ -5126,11 +5134,11 @@ class ze {
|
|
|
5126
5134
|
body: JSON.stringify({
|
|
5127
5135
|
type: We.OperationResultAsString,
|
|
5128
5136
|
operationId: t,
|
|
5129
|
-
|
|
5137
|
+
pythonResult: { resultAsString: a, stdout: r, stderr: i }
|
|
5130
5138
|
})
|
|
5131
5139
|
});
|
|
5132
|
-
if (!
|
|
5133
|
-
throw new Error(`Server returned ${
|
|
5140
|
+
if (!o.ok)
|
|
5141
|
+
throw new Error(`Server returned ${o.status} ${o.statusText}`);
|
|
5134
5142
|
}
|
|
5135
5143
|
// Utility method used by python(...) method above to print the result of a Python code execution.
|
|
5136
5144
|
appendPythonResultRow(t, n) {
|
|
@@ -5165,7 +5173,7 @@ class ze {
|
|
|
5165
5173
|
// Utility method used by appendAgentMarkdownMessage(...) and getOrAppendToolCallGroup(...) methods above.
|
|
5166
5174
|
getOrAppendAgentMessage() {
|
|
5167
5175
|
return this._agentMessage || this.getOrAppendGridLayoutNode().appendChild(
|
|
5168
|
-
(this._agentMessage = new
|
|
5176
|
+
(this._agentMessage = new Vn(
|
|
5169
5177
|
this.chat,
|
|
5170
5178
|
this._agentName,
|
|
5171
5179
|
this._agentBackgroundColor,
|
|
@@ -5197,7 +5205,7 @@ class ze {
|
|
|
5197
5205
|
this.node.setAttribute("data-status", "success");
|
|
5198
5206
|
const t = this._titleStatusIconNode;
|
|
5199
5207
|
t.parentNode.replaceChild(
|
|
5200
|
-
this._titleStatusIconNode = /* @__PURE__ */ _(
|
|
5208
|
+
this._titleStatusIconNode = /* @__PURE__ */ _($n, { size: ee.Medium, class: "text-Land-Green-30 flex-shrink-0" }),
|
|
5201
5209
|
t
|
|
5202
5210
|
);
|
|
5203
5211
|
for (const n in this._taskItemsById) {
|
|
@@ -5209,7 +5217,7 @@ class ze {
|
|
|
5209
5217
|
this.node.setAttribute("data-status", "error"), this._titleNode.setAttribute("data-status", "error"), this._bodyNode.setAttribute("data-status", "error");
|
|
5210
5218
|
const n = this._titleStatusIconNode;
|
|
5211
5219
|
n.parentNode.replaceChild(
|
|
5212
|
-
this._titleStatusIconNode = /* @__PURE__ */ _(
|
|
5220
|
+
this._titleStatusIconNode = /* @__PURE__ */ _(Kn, { size: ee.Medium, class: "text-Energy-Red-45 flex-shrink-0" }),
|
|
5213
5221
|
n
|
|
5214
5222
|
);
|
|
5215
5223
|
for (const r in this._taskItemsById) {
|
|
@@ -5335,7 +5343,7 @@ class Ra {
|
|
|
5335
5343
|
};
|
|
5336
5344
|
}
|
|
5337
5345
|
}
|
|
5338
|
-
class
|
|
5346
|
+
class Qn extends Error {
|
|
5339
5347
|
constructor(t) {
|
|
5340
5348
|
super(
|
|
5341
5349
|
`You have reached our limit of ${t.maxMessages} messages per ${t.maxMessagesPerHours} hours. Please try again later.`
|
|
@@ -5413,7 +5421,7 @@ class Pa extends Da {
|
|
|
5413
5421
|
});
|
|
5414
5422
|
if (s.status === 429) {
|
|
5415
5423
|
const a = await s.json();
|
|
5416
|
-
throw new
|
|
5424
|
+
throw new Qn(a);
|
|
5417
5425
|
}
|
|
5418
5426
|
this._reader = s.body.getReader(), this.readMessagesAsync();
|
|
5419
5427
|
}
|
|
@@ -5632,9 +5640,9 @@ class Wa {
|
|
|
5632
5640
|
((i = t.displayName) == null ? void 0 : i.trim()) || (t.givenName || "") + " " + (t.surname || "")
|
|
5633
5641
|
), this.url = t.url, this.fetch = t.fetch ?? fetch.bind(window), this.node = /* @__PURE__ */ _("div", null);
|
|
5634
5642
|
const n = document.createElement("style");
|
|
5635
|
-
n.textContent =
|
|
5636
|
-
` +
|
|
5637
|
-
` +
|
|
5643
|
+
n.textContent = lr + `
|
|
5644
|
+
` + ur + `
|
|
5645
|
+
` + cr;
|
|
5638
5646
|
const r = this.node.attachShadow({ mode: "closed" });
|
|
5639
5647
|
r.appendChild(n), r.appendChild(
|
|
5640
5648
|
/* @__PURE__ */ _("div", { class: "flex flex-col gap-4" }, document.createComment(" CHAT "), this.chatBase.node, this.statusNode = /* @__PURE__ */ _("div", { class: "select-none h-[1.421875rem] overflow-hidden" }))
|
|
@@ -5687,14 +5695,14 @@ class Wa {
|
|
|
5687
5695
|
this.chatBase.messages.map((s) => s.toDto())
|
|
5688
5696
|
);
|
|
5689
5697
|
} catch (s) {
|
|
5690
|
-
if (s instanceof
|
|
5698
|
+
if (s instanceof Qn) {
|
|
5691
5699
|
this.chatBase.node.appendChild(/* @__PURE__ */ _(qa, { class: "col-span-2" }, s.message));
|
|
5692
5700
|
return;
|
|
5693
5701
|
} else
|
|
5694
5702
|
throw s;
|
|
5695
5703
|
}
|
|
5696
5704
|
await new Oa().readMessagesAsync(r, (s, a, o) => {
|
|
5697
|
-
const l = new
|
|
5705
|
+
const l = new Vn(
|
|
5698
5706
|
this,
|
|
5699
5707
|
s,
|
|
5700
5708
|
a,
|