@storyblok/js 5.0.0 → 5.1.1

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.
@@ -336,15 +336,15 @@ class v {
336
336
  */
337
337
  findIndex(e) {
338
338
  if (e == 0)
339
- return io(0, e);
339
+ return ro(0, e);
340
340
  if (e == this.size)
341
- return io(this.content.length, e);
341
+ return ro(this.content.length, e);
342
342
  if (e > this.size || e < 0)
343
343
  throw new RangeError(`Position ${e} outside of fragment (${this})`);
344
344
  for (let o = 0, a = 0; ; o++) {
345
345
  let n = this.child(o), s = a + n.nodeSize;
346
346
  if (s >= e)
347
- return s == e ? io(o + 1, s) : io(o, a);
347
+ return s == e ? ro(o + 1, s) : ro(o, a);
348
348
  a = s;
349
349
  }
350
350
  }
@@ -410,7 +410,7 @@ class v {
410
410
  }
411
411
  v.empty = new v([], 0);
412
412
  const Ba = { index: 0, offset: 0 };
413
- function io(t, e) {
413
+ function ro(t, e) {
414
414
  return Ba.index = t, Ba.offset = e, Ba;
415
415
  }
416
416
  function Mo(t, e) {
@@ -709,7 +709,7 @@ function Fp(t, e) {
709
709
  end: n.resolveNoCache(n.content.size - t.openEnd - o)
710
710
  };
711
711
  }
712
- class Ut {
712
+ class Kt {
713
713
  /**
714
714
  @internal
715
715
  */
@@ -937,7 +937,7 @@ class Ut {
937
937
  break;
938
938
  s = p - 1, n += l + 1;
939
939
  }
940
- return new Ut(o, a, s);
940
+ return new Kt(o, a, s);
941
941
  }
942
942
  /**
943
943
  @internal
@@ -952,7 +952,7 @@ class Ut {
952
952
  }
953
953
  else
954
954
  xs.set(e, a = new yp());
955
- let n = a.elts[a.i] = Ut.resolve(e, o);
955
+ let n = a.elts[a.i] = Kt.resolve(e, o);
956
956
  return a.i = (a.i + 1) % _p, n;
957
957
  }
958
958
  }
@@ -1207,13 +1207,13 @@ class we {
1207
1207
  [object](https://prosemirror.net/docs/ref/#model.ResolvedPos) with information about its context.
1208
1208
  */
1209
1209
  resolve(e) {
1210
- return Ut.resolveCached(this, e);
1210
+ return Kt.resolveCached(this, e);
1211
1211
  }
1212
1212
  /**
1213
1213
  @internal
1214
1214
  */
1215
1215
  resolveNoCache(e) {
1216
- return Ut.resolve(this, e);
1216
+ return Kt.resolve(this, e);
1217
1217
  }
1218
1218
  /**
1219
1219
  Test whether a given mark or mark type occurs in this document
@@ -2296,13 +2296,13 @@ const pr = {
2296
2296
  script: !0,
2297
2297
  style: !0,
2298
2298
  title: !0
2299
- }, cr = { ol: !0, ul: !0 }, Kt = 1, pn = 2, Do = 4;
2299
+ }, cr = { ol: !0, ul: !0 }, Vt = 1, pn = 2, zt = 4;
2300
2300
  function Rs(t, e, o) {
2301
- return e != null ? (e ? Kt : 0) | (e === "full" ? pn : 0) : t && t.whitespace == "pre" ? Kt | pn : o & -5;
2301
+ return e != null ? (e ? Vt : 0) | (e === "full" ? pn : 0) : t && t.whitespace == "pre" ? Vt | pn : o & ~zt;
2302
2302
  }
2303
- class ro {
2303
+ class lo {
2304
2304
  constructor(e, o, a, n, s, i) {
2305
- this.type = e, this.attrs = o, this.marks = a, this.solid = n, this.options = i, this.content = [], this.activeMarks = q.none, this.match = s || (i & Do ? null : e.contentMatch);
2305
+ this.type = e, this.attrs = o, this.marks = a, this.solid = n, this.options = i, this.content = [], this.activeMarks = q.none, this.match = s || (i & zt ? null : e.contentMatch);
2306
2306
  }
2307
2307
  findWrapping(e) {
2308
2308
  if (!this.match) {
@@ -2319,7 +2319,7 @@ class ro {
2319
2319
  return this.match.findWrapping(e.type);
2320
2320
  }
2321
2321
  finish(e) {
2322
- if (!(this.options & Kt)) {
2322
+ if (!(this.options & Vt)) {
2323
2323
  let a = this.content[this.content.length - 1], n;
2324
2324
  if (a && a.isText && (n = /[ \t\r\n\u000c]+$/.exec(a.text))) {
2325
2325
  let s = a;
@@ -2336,8 +2336,8 @@ class ro {
2336
2336
  class Ls {
2337
2337
  constructor(e, o, a) {
2338
2338
  this.parser = e, this.options = o, this.isOpen = a, this.open = 0, this.localPreserveWS = !1;
2339
- let n = o.topNode, s, i = Rs(null, o.preserveWhitespace, 0) | (a ? Do : 0);
2340
- n ? s = new ro(n.type, n.attrs, q.none, !0, o.topMatch || n.type.contentMatch, i) : a ? s = new ro(null, null, q.none, !0, null, i) : s = new ro(e.schema.topNodeType, null, q.none, !0, null, i), this.nodes = [s], this.find = o.findPositions, this.needsBlock = !1;
2339
+ let n = o.topNode, s, i = Rs(null, o.preserveWhitespace, 0) | (a ? zt : 0);
2340
+ n ? s = new lo(n.type, n.attrs, q.none, !0, o.topMatch || n.type.contentMatch, i) : a ? s = new lo(null, null, q.none, !0, null, i) : s = new lo(e.schema.topNodeType, null, q.none, !0, null, i), this.nodes = [s], this.find = o.findPositions, this.needsBlock = !1;
2341
2341
  }
2342
2342
  get top() {
2343
2343
  return this.nodes[this.open];
@@ -2349,7 +2349,7 @@ class Ls {
2349
2349
  e.nodeType == 3 ? this.addTextNode(e, o) : e.nodeType == 1 && this.addElement(e, o);
2350
2350
  }
2351
2351
  addTextNode(e, o) {
2352
- let a = e.nodeValue, n = this.top, s = n.options & pn ? "full" : this.localPreserveWS || (n.options & Kt) > 0, { schema: i } = this.parser;
2352
+ let a = e.nodeValue, n = this.top, s = n.options & pn ? "full" : this.localPreserveWS || (n.options & Vt) > 0, { schema: i } = this.parser;
2353
2353
  if (s === "full" || n.inlineContext(e) || /[^ \t\r\n\u000c]/.test(a)) {
2354
2354
  if (s)
2355
2355
  if (s === "full")
@@ -2519,9 +2519,9 @@ class Ls {
2519
2519
  let i = this.top;
2520
2520
  i.match = i.match && i.match.matchType(e);
2521
2521
  let r = Rs(e, s, i.options);
2522
- i.options & Do && i.content.length == 0 && (r |= Do);
2522
+ i.options & zt && i.content.length == 0 && (r |= zt);
2523
2523
  let l = q.none;
2524
- return a = a.filter((p) => (i.type ? i.type.allowsMarkType(p.type) : zs(p.type, e)) ? (l = p.addToSet(l), !1) : !0), this.nodes.push(new ro(e, o, l, n, null, r)), this.open++, a;
2524
+ return a = a.filter((p) => (i.type ? i.type.allowsMarkType(p.type) : zs(p.type, e)) ? (l = p.addToSet(l), !1) : !0), this.nodes.push(new lo(e, o, l, n, null, r)), this.open++, a;
2525
2525
  }
2526
2526
  // Make sure all nodes above this.open are finished and added to
2527
2527
  // their parents
@@ -2540,7 +2540,7 @@ class Ls {
2540
2540
  for (let o = this.open; o >= 0; o--) {
2541
2541
  if (this.nodes[o] == e)
2542
2542
  return this.open = o, !0;
2543
- this.localPreserveWS && (this.nodes[o].options |= Kt);
2543
+ this.localPreserveWS && (this.nodes[o].options |= Vt);
2544
2544
  }
2545
2545
  return !1;
2546
2546
  }
@@ -4050,7 +4050,7 @@ class yt extends le {
4050
4050
  }
4051
4051
  }
4052
4052
  le.jsonID("attr", yt);
4053
- class Vt extends le {
4053
+ class Jt extends le {
4054
4054
  /**
4055
4055
  Construct an attribute step.
4056
4056
  */
@@ -4069,7 +4069,7 @@ class Vt extends le {
4069
4069
  return ue.empty;
4070
4070
  }
4071
4071
  invert(e) {
4072
- return new Vt(this.attr, e.attrs[this.attr]);
4072
+ return new Jt(this.attr, e.attrs[this.attr]);
4073
4073
  }
4074
4074
  map(e) {
4075
4075
  return this;
@@ -4080,10 +4080,10 @@ class Vt extends le {
4080
4080
  static fromJSON(e, o) {
4081
4081
  if (typeof o.attr != "string")
4082
4082
  throw new RangeError("Invalid input for DocAttrStep.fromJSON");
4083
- return new Vt(o.attr, o.value);
4083
+ return new Jt(o.attr, o.value);
4084
4084
  }
4085
4085
  }
4086
- le.jsonID("docAttr", Vt);
4086
+ le.jsonID("docAttr", Jt);
4087
4087
  let Dt = class extends Error {
4088
4088
  };
4089
4089
  Dt = function t(e) {
@@ -4272,7 +4272,7 @@ class _r {
4272
4272
  Set a single attribute on the document to a new value.
4273
4273
  */
4274
4274
  setDocAttribute(e, o) {
4275
- return this.step(new Vt(e, o)), this;
4275
+ return this.step(new Jt(e, o)), this;
4276
4276
  }
4277
4277
  /**
4278
4278
  Add a mark to the node at position `pos`.
@@ -4732,33 +4732,33 @@ function Us(t, e, o) {
4732
4732
  function Ks(t, e) {
4733
4733
  return !e || !t ? t : t.bind(e);
4734
4734
  }
4735
- class lo {
4735
+ class po {
4736
4736
  constructor(e, o, a) {
4737
4737
  this.name = e, this.init = Ks(o.init, a), this.apply = Ks(o.apply, a);
4738
4738
  }
4739
4739
  }
4740
- new lo("doc", {
4740
+ new po("doc", {
4741
4741
  init(t) {
4742
4742
  return t.doc || t.schema.topNodeType.createAndFill();
4743
4743
  },
4744
4744
  apply(t) {
4745
4745
  return t.doc;
4746
4746
  }
4747
- }), new lo("selection", {
4747
+ }), new po("selection", {
4748
4748
  init(t, e) {
4749
4749
  return t.selection || x.atStart(e.doc);
4750
4750
  },
4751
4751
  apply(t) {
4752
4752
  return t.selection;
4753
4753
  }
4754
- }), new lo("storedMarks", {
4754
+ }), new po("storedMarks", {
4755
4755
  init(t) {
4756
4756
  return t.storedMarks || null;
4757
4757
  },
4758
4758
  apply(t, e, o, a) {
4759
4759
  return a.selection.$cursor ? t.storedMarks : null;
4760
4760
  }
4761
- }), new lo("scrollToSelection", {
4761
+ }), new po("scrollToSelection", {
4762
4762
  init() {
4763
4763
  return 0;
4764
4764
  },
@@ -5308,9 +5308,9 @@ function Pr(t, e) {
5308
5308
  let o = document.createEvent("Event");
5309
5309
  return o.initEvent("keydown", !0, !0), o.keyCode = t, o.key = o.code = e, o;
5310
5310
  }
5311
- const Ie = typeof navigator < "u" ? navigator : null, Gs = typeof document < "u" ? document : null, Xe = Ie && Ie.userAgent || "", un = /Edge\/(\d+)/.exec(Xe), Hr = /MSIE \d/.exec(Xe), dn = /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Xe), eo = !!(Hr || dn || un), qr = Hr ? document.documentMode : dn ? +dn[1] : un ? +un[1] : 0, Ca = !eo && /gecko\/(\d+)/i.test(Xe);
5311
+ const Ie = typeof navigator < "u" ? navigator : null, Gs = typeof document < "u" ? document : null, Xe = Ie && Ie.userAgent || "", un = /Edge\/(\d+)/.exec(Xe), Hr = /MSIE \d/.exec(Xe), dn = /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Xe), to = !!(Hr || dn || un), qr = Hr ? document.documentMode : dn ? +dn[1] : un ? +un[1] : 0, Ca = !to && /gecko\/(\d+)/i.test(Xe);
5312
5312
  Ca && +(/Firefox\/(\d+)/.exec(Xe) || [0, 0])[1];
5313
- const gn = !eo && /Chrome\/(\d+)/.exec(Xe), Be = !!gn, Wr = gn ? +gn[1] : 0, dt = !eo && !!Ie && /Apple Computer/.test(Ie.vendor), Xn = dt && (/Mobile\/\w+/.test(Xe) || !!Ie && Ie.maxTouchPoints > 2), ve = Xn || (Ie ? /Mac/.test(Ie.platform) : !1), Ur = Ie ? /Win/.test(Ie.platform) : !1, to = /Android \d/.test(Xe), Yn = !!Gs && "webkitFontSmoothing" in Gs.documentElement.style, Lc = Yn ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0;
5313
+ const gn = !to && /Chrome\/(\d+)/.exec(Xe), Be = !!gn, Wr = gn ? +gn[1] : 0, dt = !to && !!Ie && /Apple Computer/.test(Ie.vendor), Xn = dt && (/Mobile\/\w+/.test(Xe) || !!Ie && Ie.maxTouchPoints > 2), ve = Xn || (Ie ? /Mac/.test(Ie.platform) : !1), Ur = Ie ? /Win/.test(Ie.platform) : !1, oo = /Android \d/.test(Xe), Yn = !!Gs && "webkitFontSmoothing" in Gs.documentElement.style, Lc = Yn ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0;
5314
5314
  function Nc(t, e = null) {
5315
5315
  let o = t.domSelectionRange(), a = t.state.doc;
5316
5316
  if (!o.focusNode)
@@ -5404,7 +5404,7 @@ function Oc(t) {
5404
5404
  if (!e)
5405
5405
  return;
5406
5406
  let o = t.cursorWrapper.dom, a = o.nodeName == "IMG";
5407
- a ? e.collapse(o.parentNode, ut(o) + 1) : e.collapse(o, 0), !a && !t.state.selection.visible && eo && qr <= 11 && (o.disabled = !0, o.disabled = !1);
5407
+ a ? e.collapse(o.parentNode, ut(o) + 1) : e.collapse(o, 0), !a && !t.state.selection.visible && to && qr <= 11 && (o.disabled = !0, o.disabled = !1);
5408
5408
  }
5409
5409
  function $c(t, e) {
5410
5410
  if (e instanceof C) {
@@ -5469,7 +5469,7 @@ function ei(t, e, o) {
5469
5469
  function $o(t) {
5470
5470
  return t.nodeType == 3 ? t.nodeValue.length : t.childNodes.length;
5471
5471
  }
5472
- function zt(t, e) {
5472
+ function Ot(t, e) {
5473
5473
  let o = t.pmViewDesc;
5474
5474
  return o && o.size == 0 && (e < 0 || t.nextSibling || t.nodeName != "BR");
5475
5475
  }
@@ -5481,13 +5481,13 @@ function Hc(t) {
5481
5481
  if (!o)
5482
5482
  return;
5483
5483
  let n, s, i = !1;
5484
- for (Ca && o.nodeType == 1 && a < $o(o) && zt(o.childNodes[a], -1) && (i = !0); ; )
5484
+ for (Ca && o.nodeType == 1 && a < $o(o) && Ot(o.childNodes[a], -1) && (i = !0); ; )
5485
5485
  if (a > 0) {
5486
5486
  if (o.nodeType != 1)
5487
5487
  break;
5488
5488
  {
5489
5489
  let r = o.childNodes[a - 1];
5490
- if (zt(r, -1))
5490
+ if (Ot(r, -1))
5491
5491
  n = o, s = --a;
5492
5492
  else if (r.nodeType == 3)
5493
5493
  o = r, a = o.nodeValue.length;
@@ -5499,7 +5499,7 @@ function Hc(t) {
5499
5499
  break;
5500
5500
  {
5501
5501
  let r = o.previousSibling;
5502
- for (; r && zt(r, -1); )
5502
+ for (; r && Ot(r, -1); )
5503
5503
  n = o.parentNode, s = ut(r), r = r.previousSibling;
5504
5504
  if (r)
5505
5505
  o = r, a = $o(o);
@@ -5522,7 +5522,7 @@ function qc(t) {
5522
5522
  if (o.nodeType != 1)
5523
5523
  break;
5524
5524
  let r = o.childNodes[a];
5525
- if (zt(r, 1))
5525
+ if (Ot(r, 1))
5526
5526
  s = o, i = ++a;
5527
5527
  else
5528
5528
  break;
@@ -5531,7 +5531,7 @@ function qc(t) {
5531
5531
  break;
5532
5532
  {
5533
5533
  let r = o.nextSibling;
5534
- for (; r && zt(r, 1); )
5534
+ for (; r && Ot(r, 1); )
5535
5535
  s = r.parentNode, i = ut(r) + 1, r = r.nextSibling;
5536
5536
  if (r)
5537
5537
  o = r, a = 0, n = $o(o);
@@ -5877,7 +5877,7 @@ function We(t, e) {
5877
5877
  }
5878
5878
  he.keydown = (t, e) => {
5879
5879
  let o = e;
5880
- if (t.input.shiftKey = o.keyCode == 16 || o.shiftKey, !al(t, o) && (t.input.lastKeyCode = o.keyCode, t.input.lastKeyCodeTime = Date.now(), !(to && Be && o.keyCode == 13)))
5880
+ if (t.input.shiftKey = o.keyCode == 16 || o.shiftKey, !al(t, o) && (t.input.lastKeyCode = o.keyCode, t.input.lastKeyCodeTime = Date.now(), !(oo && Be && o.keyCode == 13)))
5881
5881
  if (o.keyCode != 229 && t.domObserver.forceFlush(), Xn && o.keyCode == 13 && !o.ctrlKey && !o.altKey && !o.metaKey) {
5882
5882
  let a = Date.now();
5883
5883
  t.input.lastIOSEnter = a, t.input.lastIOSEnterFallbackTimeout = setTimeout(() => {
@@ -6040,7 +6040,7 @@ Fe.contextmenu = (t) => es(t);
6040
6040
  function al(t, e) {
6041
6041
  return t.composing ? !0 : dt && Math.abs(e.timeStamp - t.input.compositionEndedAt) < 500 ? (t.input.compositionEndedAt = -2e8, !0) : !1;
6042
6042
  }
6043
- const pm = to ? 5e3 : -1;
6043
+ const pm = oo ? 5e3 : -1;
6044
6044
  he.compositionstart = he.compositionupdate = (t) => {
6045
6045
  if (!t.composing) {
6046
6046
  t.domObserver.flush();
@@ -6087,7 +6087,7 @@ function um() {
6087
6087
  return t.initEvent("event", !0, !0), t.timeStamp;
6088
6088
  }
6089
6089
  function Po(t, e = !1) {
6090
- if (!(to && t.domObserver.flushingSoon >= 0)) {
6090
+ if (!(oo && t.domObserver.flushingSoon >= 0)) {
6091
6091
  if (t.domObserver.forceFlush(), mm(t), e || t.docView && t.docView.dirty) {
6092
6092
  let o = Nc(t), a = t.state.selection;
6093
6093
  return o && !o.eq(a) ? t.dispatch(t.state.tr.setSelection(o)) : (t.markCursor || e) && !a.$from.node(a.$from.sharedDepth(a.to)).inlineContent ? t.dispatch(t.state.tr.deleteSelection()) : t.updateState(t.state), !0;
@@ -6105,12 +6105,12 @@ function dm(t, e) {
6105
6105
  o.parentNode && o.parentNode.removeChild(o), t.focus();
6106
6106
  }, 50);
6107
6107
  }
6108
- const Jt = eo && qr < 15 || Xn && Lc < 604;
6108
+ const Gt = to && qr < 15 || Xn && Lc < 604;
6109
6109
  Fe.copy = he.cut = (t, e) => {
6110
6110
  let o = e, a = t.state.selection, n = o.type == "cut";
6111
6111
  if (a.empty)
6112
6112
  return;
6113
- let s = Jt ? null : o.clipboardData, i = a.content(), { dom: r, text: l } = Gr(t, i);
6113
+ let s = Gt ? null : o.clipboardData, i = a.content(), { dom: r, text: l } = Gr(t, i);
6114
6114
  s ? (o.preventDefault(), s.clearData(), s.setData("text/html", r.innerHTML), s.setData("text/plain", l)) : dm(t, r), n && t.dispatch(t.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent", "cut"));
6115
6115
  };
6116
6116
  function gm(t) {
@@ -6144,9 +6144,9 @@ function sl(t) {
6144
6144
  }
6145
6145
  he.paste = (t, e) => {
6146
6146
  let o = e;
6147
- if (t.composing && !to)
6147
+ if (t.composing && !oo)
6148
6148
  return;
6149
- let a = Jt ? null : o.clipboardData, n = t.input.shiftKey && t.input.lastKeyCode != 45;
6149
+ let a = Gt ? null : o.clipboardData, n = t.input.shiftKey && t.input.lastKeyCode != 45;
6150
6150
  a && jn(t, sl(a), a.getData("text/html"), n, o) ? o.preventDefault() : fm(t, o);
6151
6151
  };
6152
6152
  class hm {
@@ -6173,7 +6173,7 @@ Fe.dragstart = (t, e) => {
6173
6173
  }
6174
6174
  }
6175
6175
  let r = (i || t.state.selection).content(), { dom: l, text: p, slice: c } = Gr(t, r);
6176
- (!o.dataTransfer.files.length || !Be || Wr > 120) && o.dataTransfer.clearData(), o.dataTransfer.setData(Jt ? "Text" : "text/html", l.innerHTML), o.dataTransfer.effectAllowed = "copyMove", Jt || o.dataTransfer.setData("text/plain", p), t.dragging = new hm(c, il(t, o), i);
6176
+ (!o.dataTransfer.files.length || !Be || Wr > 120) && o.dataTransfer.clearData(), o.dataTransfer.setData(Gt ? "Text" : "text/html", l.innerHTML), o.dataTransfer.effectAllowed = "copyMove", Gt || o.dataTransfer.setData("text/plain", p), t.dragging = new hm(c, il(t, o), i);
6177
6177
  };
6178
6178
  Fe.dragend = (t) => {
6179
6179
  let e = t.dragging;
@@ -6198,7 +6198,7 @@ function jm(t, e, o) {
6198
6198
  let n = t.state.doc.resolve(a.pos), s = o && o.slice;
6199
6199
  s ? t.someProp("transformPasted", (d) => {
6200
6200
  s = d(s, t, !1);
6201
- }) : s = Xr(t, sl(e.dataTransfer), Jt ? null : e.dataTransfer.getData("text/html"), !1, n);
6201
+ }) : s = Xr(t, sl(e.dataTransfer), Gt ? null : e.dataTransfer.getData("text/html"), !1, n);
6202
6202
  let i = !!(o && il(t, e));
6203
6203
  if (t.someProp("handleDrop", (d) => d(t, e, s || F.empty, i))) {
6204
6204
  e.preventDefault();
@@ -6236,7 +6236,7 @@ Fe.blur = (t, e) => {
6236
6236
  t.focused && (t.domObserver.stop(), t.dom.classList.remove("ProseMirror-focused"), t.domObserver.start(), o.relatedTarget && t.dom.contains(o.relatedTarget) && t.domObserver.currentSelection.clear(), t.focused = !1);
6237
6237
  };
6238
6238
  Fe.beforeinput = (t, e) => {
6239
- if (Be && to && e.inputType == "deleteContentBackward") {
6239
+ if (Be && oo && e.inputType == "deleteContentBackward") {
6240
6240
  t.domObserver.flushSoon();
6241
6241
  let { domChangeCount: a } = t.input;
6242
6242
  setTimeout(() => {
@@ -6249,7 +6249,7 @@ Fe.beforeinput = (t, e) => {
6249
6249
  };
6250
6250
  for (let t in he)
6251
6251
  Fe[t] = he[t];
6252
- function Gt(t, e) {
6252
+ function Xt(t, e) {
6253
6253
  if (t == e)
6254
6254
  return !0;
6255
6255
  for (let o in t)
@@ -6272,7 +6272,7 @@ class Ho {
6272
6272
  return !0;
6273
6273
  }
6274
6274
  eq(e) {
6275
- return this == e || e instanceof Ho && (this.spec.key && this.spec.key == e.spec.key || this.toDOM == e.toDOM && Gt(this.spec, e.spec));
6275
+ return this == e || e instanceof Ho && (this.spec.key && this.spec.key == e.spec.key || this.toDOM == e.toDOM && Xt(this.spec, e.spec));
6276
6276
  }
6277
6277
  destroy(e) {
6278
6278
  this.spec.destroy && this.spec.destroy(e);
@@ -6290,7 +6290,7 @@ class Ue {
6290
6290
  return o.from < o.to;
6291
6291
  }
6292
6292
  eq(e) {
6293
- return this == e || e instanceof Ue && Gt(this.attrs, e.attrs) && Gt(this.spec, e.spec);
6293
+ return this == e || e instanceof Ue && Xt(this.attrs, e.attrs) && Xt(this.spec, e.spec);
6294
6294
  }
6295
6295
  static is(e) {
6296
6296
  return e.type instanceof Ue;
@@ -6314,7 +6314,7 @@ class ts {
6314
6314
  return n == o.from && !(s = e.child(a)).isText && n + s.nodeSize == o.to;
6315
6315
  }
6316
6316
  eq(e) {
6317
- return this == e || e instanceof ts && Gt(this.attrs, e.attrs) && Gt(this.spec, e.spec);
6317
+ return this == e || e instanceof ts && Xt(this.attrs, e.attrs) && Xt(this.spec, e.spec);
6318
6318
  }
6319
6319
  destroy() {
6320
6320
  }
@@ -7227,13 +7227,13 @@ var Vm = (t = null, e = {}) => ({ editor: o, view: a, tr: n, dispatch: s }) => {
7227
7227
  }
7228
7228
  return t;
7229
7229
  };
7230
- function po(t) {
7230
+ function co(t) {
7231
7231
  if (typeof window > "u")
7232
7232
  throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");
7233
7233
  const e = `<body>${t}</body>`, o = new window.DOMParser().parseFromString(e, "text/html").body;
7234
7234
  return fl(o);
7235
7235
  }
7236
- function Xt(t, e, o) {
7236
+ function Yt(t, e, o) {
7237
7237
  if (t instanceof we || t instanceof v)
7238
7238
  return t;
7239
7239
  o = {
@@ -7251,7 +7251,7 @@ function Xt(t, e, o) {
7251
7251
  } catch (s) {
7252
7252
  if (o.errorOnInvalidContent)
7253
7253
  throw new Error("[tiptap error]: Invalid JSON content", { cause: s });
7254
- return console.warn("[tiptap warn]: Invalid content.", "Passed value:", t, "Error:", s), Xt("", e, o);
7254
+ return console.warn("[tiptap warn]: Invalid content.", "Passed value:", t, "Error:", s), Yt("", e, o);
7255
7255
  }
7256
7256
  if (n) {
7257
7257
  if (o.errorOnInvalidContent) {
@@ -7274,15 +7274,15 @@ function Xt(t, e, o) {
7274
7274
  }
7275
7275
  })
7276
7276
  });
7277
- if (o.slice ? nt.fromSchema(l).parseSlice(po(t), o.parseOptions) : nt.fromSchema(l).parse(po(t), o.parseOptions), o.errorOnInvalidContent && i)
7277
+ if (o.slice ? nt.fromSchema(l).parseSlice(co(t), o.parseOptions) : nt.fromSchema(l).parse(co(t), o.parseOptions), o.errorOnInvalidContent && i)
7278
7278
  throw new Error("[tiptap error]: Invalid HTML content", {
7279
7279
  cause: new Error(`Invalid element found: ${r}`)
7280
7280
  });
7281
7281
  }
7282
7282
  const s = nt.fromSchema(e);
7283
- return o.slice ? s.parseSlice(po(t), o.parseOptions).content : s.parse(po(t), o.parseOptions);
7283
+ return o.slice ? s.parseSlice(co(t), o.parseOptions).content : s.parse(co(t), o.parseOptions);
7284
7284
  }
7285
- return Xt("", e, o);
7285
+ return Yt("", e, o);
7286
7286
  }
7287
7287
  function Xm(t, e, o) {
7288
7288
  const a = t.steps.length - 1;
@@ -7322,7 +7322,7 @@ var Ym = (t) => !("type" in t), Qm = (t, e, o) => ({ tr: a, dispatch: n, editor:
7322
7322
  };
7323
7323
  if (!o.errorOnInvalidContent && !s.options.enableContentCheck && s.options.emitContentError)
7324
7324
  try {
7325
- Xt(e, s.schema, {
7325
+ Yt(e, s.schema, {
7326
7326
  parseOptions: p,
7327
7327
  errorOnInvalidContent: !0
7328
7328
  });
@@ -7330,7 +7330,7 @@ var Ym = (t) => !("type" in t), Qm = (t, e, o) => ({ tr: a, dispatch: n, editor:
7330
7330
  l(h);
7331
7331
  }
7332
7332
  try {
7333
- r = Xt(e, s.schema, {
7333
+ r = Yt(e, s.schema, {
7334
7334
  parseOptions: p,
7335
7335
  errorOnInvalidContent: (i = o.errorOnInvalidContent) != null ? i : s.options.enableContentCheck
7336
7336
  });
@@ -7474,7 +7474,7 @@ var du = (t, e) => ({ tr: o, state: a, dispatch: n }) => {
7474
7474
  return !0;
7475
7475
  }, hu = () => ({ state: t, dispatch: e }) => xr(t, e), bu = () => ({ state: t, dispatch: e }) => Mr(t, e), ju = () => ({ state: t, dispatch: e }) => yc(t, e), vu = () => ({ state: t, dispatch: e }) => wc(t, e), ku = () => ({ state: t, dispatch: e }) => Dc(t, e);
7476
7476
  function Fu(t, e, o = {}, a = {}) {
7477
- return Xt(t, e, {
7477
+ return Yt(t, e, {
7478
7478
  slice: !1,
7479
7479
  parseOptions: o,
7480
7480
  errorOnInvalidContent: a.errorOnInvalidContent
@@ -7724,6 +7724,8 @@ function vn(t, e, o = {}) {
7724
7724
  if (n.forEach(({ $from: m, $to: u }) => {
7725
7725
  const d = m.pos, g = u.pos;
7726
7726
  t.doc.nodesBetween(d, g, (f, h) => {
7727
+ if (s && f.inlineContent && !f.type.allowsMarkType(s))
7728
+ return !1;
7727
7729
  if (!f.isText && !f.marks.length)
7728
7730
  return;
7729
7731
  const b = Math.max(d, h), j = Math.min(g, h + f.nodeSize), D = j - b;
@@ -8113,7 +8115,7 @@ var Wu = ({ keepMarks: t = !0 } = {}) => ({ tr: e, state: o, dispatch: a, editor
8113
8115
  }, od = (t, e = {}) => ({ state: o, dispatch: a }) => {
8114
8116
  const n = X(t, o.schema);
8115
8117
  return Cc(n, e)(o, a);
8116
- }, oo = class {
8118
+ }, ao = class {
8117
8119
  constructor(t) {
8118
8120
  var e;
8119
8121
  this.find = t.find, this.handler = t.handler, this.undoable = (e = t.undoable) != null ? e : !0;
@@ -8122,13 +8124,13 @@ var Wu = ({ keepMarks: t = !0 } = {}) => ({ tr: e, state: o, dispatch: a, editor
8122
8124
  function ad(t) {
8123
8125
  return Object.prototype.toString.call(t).slice(8, -1);
8124
8126
  }
8125
- function co(t) {
8127
+ function mo(t) {
8126
8128
  return ad(t) !== "Object" ? !1 : t.constructor === Object && Object.getPrototypeOf(t) === Object.prototype;
8127
8129
  }
8128
8130
  function yl(t, e) {
8129
8131
  const o = { ...t };
8130
- return co(t) && co(e) && Object.keys(e).forEach((a) => {
8131
- co(e[a]) && co(t[a]) ? o[a] = yl(t[a], e[a]) : o[a] = e[a];
8132
+ return mo(t) && mo(e) && Object.keys(e).forEach((a) => {
8133
+ mo(e[a]) && mo(t[a]) ? o[a] = yl(t[a], e[a]) : o[a] = e[a];
8132
8134
  }), o;
8133
8135
  }
8134
8136
  var cs = class {
@@ -8532,7 +8534,7 @@ var Q = class wl extends cs {
8532
8534
  }
8533
8535
  });
8534
8536
  function pt(t) {
8535
- return new oo({
8537
+ return new ao({
8536
8538
  find: t.find,
8537
8539
  handler: ({ state: e, range: o, match: a }) => {
8538
8540
  const n = Me(t.getAttributes, void 0, a);
@@ -8552,7 +8554,7 @@ function pt(t) {
8552
8554
  });
8553
8555
  }
8554
8556
  function ms(t) {
8555
- return new oo({
8557
+ return new ao({
8556
8558
  find: t.find,
8557
8559
  handler: ({ state: e, range: o, match: a }) => {
8558
8560
  const n = Me(t.getAttributes, void 0, a) || {}, { tr: s } = e, i = o.from;
@@ -8574,7 +8576,7 @@ function ms(t) {
8574
8576
  });
8575
8577
  }
8576
8578
  function kn(t) {
8577
- return new oo({
8579
+ return new ao({
8578
8580
  find: t.find,
8579
8581
  handler: ({ state: e, range: o, match: a }) => {
8580
8582
  const n = e.doc.resolve(o.from), s = Me(t.getAttributes, void 0, a) || {};
@@ -8586,7 +8588,7 @@ function kn(t) {
8586
8588
  });
8587
8589
  }
8588
8590
  function Ct(t) {
8589
- return new oo({
8591
+ return new ao({
8590
8592
  find: t.find,
8591
8593
  handler: ({ state: e, range: o, match: a, chain: n }) => {
8592
8594
  const s = Me(t.getAttributes, void 0, a) || {}, i = e.tr.delete(o.from, o.to), l = i.doc.resolve(o.from).blockRange(), p = l && Hn(l, t.type, s);
@@ -9400,7 +9402,7 @@ var _d = Object.defineProperty, Dd = (t, e) => {
9400
9402
  }
9401
9403
  }), Id = {};
9402
9404
  Dd(Id, {
9403
- findListItemPos: () => ao,
9405
+ findListItemPos: () => no,
9404
9406
  getNextListDepth: () => fs,
9405
9407
  handleBackspace: () => yn,
9406
9408
  handleDelete: () => _n,
@@ -9411,14 +9413,14 @@ Dd(Id, {
9411
9413
  nextListIsDeeper: () => Bl,
9412
9414
  nextListIsHigher: () => Rl
9413
9415
  });
9414
- var ao = (t, e) => {
9416
+ var no = (t, e) => {
9415
9417
  const { $from: o } = e.selection, a = X(t, e.schema);
9416
9418
  let n = null, s = o.depth, i = o.pos, r = null;
9417
9419
  for (; s > 0 && r === null; )
9418
9420
  n = o.node(s), n.type === a ? r = s : (s -= 1, i -= 1);
9419
9421
  return r === null ? null : { $pos: e.doc.resolve(i), depth: r };
9420
9422
  }, fs = (t, e) => {
9421
- const o = ao(t, e);
9423
+ const o = no(t, e);
9422
9424
  if (!o)
9423
9425
  return !1;
9424
9426
  const [, a] = Su(e, t, o.$pos.pos + 4);
@@ -9456,16 +9458,16 @@ var ao = (t, e) => {
9456
9458
  }
9457
9459
  if (!Ve(t.state, e) || !Bu(t.state))
9458
9460
  return !1;
9459
- const a = ao(e, t.state);
9461
+ const a = no(e, t.state);
9460
9462
  if (!a)
9461
9463
  return !1;
9462
9464
  const s = t.state.doc.resolve(a.$pos.pos - 2).node(a.depth), i = Ml(e, t.state, s);
9463
9465
  return Tl(e, t.state) && !i ? t.commands.joinItemBackward() : t.chain().liftListItem(e).run();
9464
9466
  }, Bl = (t, e) => {
9465
- const o = fs(t, e), a = ao(t, e);
9467
+ const o = fs(t, e), a = no(t, e);
9466
9468
  return !a || !o ? !1 : o > a.depth;
9467
9469
  }, Rl = (t, e) => {
9468
- const o = fs(t, e), a = ao(t, e);
9470
+ const o = fs(t, e), a = no(t, e);
9469
9471
  return !a || !o ? !1 : o < a.depth;
9470
9472
  }, _n = (t, e) => {
9471
9473
  if (!Ve(t.state, e) || !Mu(t.state, e))
@@ -10025,7 +10027,7 @@ class ee extends x {
10025
10027
  */
10026
10028
  static valid(e) {
10027
10029
  let o = e.parent;
10028
- if (o.isTextblock || !Ld(e) || !Nd(e))
10030
+ if (o.inlineContent || !Ld(e) || !Nd(e))
10029
10031
  return !1;
10030
10032
  let a = o.type.spec.allowGapCursor;
10031
10033
  if (a != null)
@@ -10124,12 +10126,12 @@ function Nd(t) {
10124
10126
  return !0;
10125
10127
  }
10126
10128
  cl({
10127
- ArrowLeft: mo("horiz", -1),
10128
- ArrowRight: mo("horiz", 1),
10129
- ArrowUp: mo("vert", -1),
10130
- ArrowDown: mo("vert", 1)
10129
+ ArrowLeft: uo("horiz", -1),
10130
+ ArrowRight: uo("horiz", 1),
10131
+ ArrowUp: uo("vert", -1),
10132
+ ArrowDown: uo("vert", 1)
10131
10133
  });
10132
- function mo(t, e) {
10134
+ function uo(t, e) {
10133
10135
  const o = t == "vert" ? e > 0 ? "down" : "up" : e > 0 ? "right" : "left";
10134
10136
  return function(a, n, s) {
10135
10137
  let i = a.selection, r = e > 0 ? i.$to : i.$from, l = i.empty;
@@ -11261,7 +11263,7 @@ function yi(t, e, o) {
11261
11263
  }
11262
11264
  return !0;
11263
11265
  }
11264
- function Yt(t, e) {
11266
+ function Qt(t, e) {
11265
11267
  return e = e || { useDeprecatedLogic: !1 }, e.useDeprecatedLogic ? fg(t) : function(o, a) {
11266
11268
  if (!ye(o)) return !1;
11267
11269
  if (a) {
@@ -11284,9 +11286,9 @@ function Yt(t, e) {
11284
11286
  return !0;
11285
11287
  };
11286
11288
  }
11287
- Yt("row", { useDeprecatedLogic: !0 });
11288
- Yt("column", { useDeprecatedLogic: !0 });
11289
- const hg = Yt("cell", { useDeprecatedLogic: !0 });
11289
+ Qt("row", { useDeprecatedLogic: !0 });
11290
+ Qt("column", { useDeprecatedLogic: !0 });
11291
+ const hg = Qt("cell", { useDeprecatedLogic: !0 });
11290
11292
  function bg(t, e) {
11291
11293
  if (e < 0) {
11292
11294
  const o = t.nodeBefore;
@@ -11325,7 +11327,7 @@ function jg(t, e) {
11325
11327
  return e && e(t.tr.delete(o.before(a), o.after(a)).scrollIntoView()), !0;
11326
11328
  return !1;
11327
11329
  }
11328
- function uo(t, e) {
11330
+ function go(t, e) {
11329
11331
  const o = t.selection;
11330
11332
  if (!(o instanceof O)) return !1;
11331
11333
  if (e) {
@@ -11487,23 +11489,23 @@ function Ii(t, e, o, a, n) {
11487
11489
  d(), m.setSelection(new O(m.doc.resolve(o + i.positionAt(r, l, s)), m.doc.resolve(o + i.positionAt(c - 1, p - 1, s)))), e(m);
11488
11490
  }
11489
11491
  const _g = cl({
11490
- ArrowLeft: go("horiz", -1),
11491
- ArrowRight: go("horiz", 1),
11492
- ArrowUp: go("vert", -1),
11493
- ArrowDown: go("vert", 1),
11494
- "Shift-ArrowLeft": fo("horiz", -1),
11495
- "Shift-ArrowRight": fo("horiz", 1),
11496
- "Shift-ArrowUp": fo("vert", -1),
11497
- "Shift-ArrowDown": fo("vert", 1),
11498
- Backspace: uo,
11499
- "Mod-Backspace": uo,
11500
- Delete: uo,
11501
- "Mod-Delete": uo
11492
+ ArrowLeft: fo("horiz", -1),
11493
+ ArrowRight: fo("horiz", 1),
11494
+ ArrowUp: fo("vert", -1),
11495
+ ArrowDown: fo("vert", 1),
11496
+ "Shift-ArrowLeft": ho("horiz", -1),
11497
+ "Shift-ArrowRight": ho("horiz", 1),
11498
+ "Shift-ArrowUp": ho("vert", -1),
11499
+ "Shift-ArrowDown": ho("vert", 1),
11500
+ Backspace: go,
11501
+ "Mod-Backspace": go,
11502
+ Delete: go,
11503
+ "Mod-Delete": go
11502
11504
  });
11503
11505
  function Ao(t, e, o) {
11504
11506
  return o.eq(t.selection) ? !1 : (e && e(t.tr.setSelection(o).scrollIntoView()), !0);
11505
11507
  }
11506
- function go(t, e) {
11508
+ function fo(t, e) {
11507
11509
  return (o, a, n) => {
11508
11510
  if (!n) return !1;
11509
11511
  const s = o.selection;
@@ -11519,7 +11521,7 @@ function go(t, e) {
11519
11521
  }
11520
11522
  };
11521
11523
  }
11522
- function fo(t, e) {
11524
+ function ho(t, e) {
11523
11525
  return (o, a, n) => {
11524
11526
  if (!n) return !1;
11525
11527
  const s = o.selection;
@@ -12032,7 +12034,7 @@ function Hg(t, e, o, a, n) {
12032
12034
  function qg(t) {
12033
12035
  return t instanceof O;
12034
12036
  }
12035
- var ho = ({ editor: t }) => {
12037
+ var bo = ({ editor: t }) => {
12036
12038
  const { selection: e } = t.state;
12037
12039
  if (!qg(e))
12038
12040
  return !1;
@@ -12157,8 +12159,8 @@ var Vg = Kg, Yl = U.create({
12157
12159
  deleteTable: () => ({ state: t, dispatch: e }) => jg(t, e),
12158
12160
  mergeCells: () => ({ state: t, dispatch: e }) => ki(t, e),
12159
12161
  splitCell: () => ({ state: t, dispatch: e }) => Fi(t, e),
12160
- toggleHeaderColumn: () => ({ state: t, dispatch: e }) => Yt("column")(t, e),
12161
- toggleHeaderRow: () => ({ state: t, dispatch: e }) => Yt("row")(t, e),
12162
+ toggleHeaderColumn: () => ({ state: t, dispatch: e }) => Qt("column")(t, e),
12163
+ toggleHeaderRow: () => ({ state: t, dispatch: e }) => Qt("row")(t, e),
12162
12164
  toggleHeaderCell: () => ({ state: t, dispatch: e }) => hg(t, e),
12163
12165
  mergeOrSplit: () => ({ state: t, dispatch: e }) => ki(t, e) ? !0 : Fi(t, e),
12164
12166
  setCellAttribute: (t, e) => ({ state: o, dispatch: a }) => gg(t, e)(o, a),
@@ -12178,10 +12180,10 @@ var Vg = Kg, Yl = U.create({
12178
12180
  return {
12179
12181
  Tab: () => this.editor.commands.goToNextCell() ? !0 : this.editor.can().addRowAfter() ? this.editor.chain().addRowAfter().goToNextCell().run() : !1,
12180
12182
  "Shift-Tab": () => this.editor.commands.goToPreviousCell(),
12181
- Backspace: ho,
12182
- "Mod-Backspace": ho,
12183
- Delete: ho,
12184
- "Mod-Delete": ho
12183
+ Backspace: bo,
12184
+ "Mod-Backspace": bo,
12185
+ Delete: bo,
12186
+ "Mod-Delete": bo
12185
12187
  };
12186
12188
  },
12187
12189
  addProseMirrorPlugins() {
@@ -12574,8 +12576,8 @@ function sf({
12574
12576
  return {
12575
12577
  update: async (_, E) => {
12576
12578
  var B, L, T, N, $, P, W;
12577
- const S = (B = this.key) == null ? void 0 : B.getState(E), Z = (L = this.key) == null ? void 0 : L.getState(_.state), ie = S.active && Z.active && S.range.from !== Z.range.from, At = !S.active && Z.active, no = S.active && !Z.active, xt = !At && !no && S.query !== Z.query, St = At || ie && xt, so = xt || ie, Ma = no || ie && xt;
12578
- if (!St && !so && !Ma)
12579
+ const S = (B = this.key) == null ? void 0 : B.getState(E), Z = (L = this.key) == null ? void 0 : L.getState(_.state), ie = S.active && Z.active && S.range.from !== Z.range.from, At = !S.active && Z.active, so = S.active && !Z.active, xt = !At && !so && S.query !== Z.query, St = At || ie && xt, io = xt || ie, Ma = so || ie && xt;
12580
+ if (!St && !io && !Ma)
12579
12581
  return;
12580
12582
  const ht = Ma && !St ? S : Z, As = _.dom.querySelector(`[data-decoration-id="${ht.decorationId}"]`);
12581
12583
  b = {
@@ -12591,10 +12593,10 @@ function sf({
12591
12593
  }),
12592
12594
  decorationNode: As,
12593
12595
  clientRect: w(_, As)
12594
- }, St && ((T = j == null ? void 0 : j.onBeforeStart) == null || T.call(j, b)), so && ((N = j == null ? void 0 : j.onBeforeUpdate) == null || N.call(j, b)), (so || St) && (b.items = await u({
12596
+ }, St && ((T = j == null ? void 0 : j.onBeforeStart) == null || T.call(j, b)), io && ((N = j == null ? void 0 : j.onBeforeUpdate) == null || N.call(j, b)), (io || St) && (b.items = await u({
12595
12597
  editor: e,
12596
12598
  query: ht.query
12597
- })), Ma && (($ = j == null ? void 0 : j.onExit) == null || $.call(j, b)), so && ((P = j == null ? void 0 : j.onUpdate) == null || P.call(j, b)), St && ((W = j == null ? void 0 : j.onStart) == null || W.call(j, b));
12599
+ })), Ma && (($ = j == null ? void 0 : j.onExit) == null || $.call(j, b)), io && ((P = j == null ? void 0 : j.onUpdate) == null || P.call(j, b)), St && ((W = j == null ? void 0 : j.onStart) == null || W.call(j, b));
12598
12600
  },
12599
12601
  destroy: () => {
12600
12602
  var _;
@@ -12659,7 +12661,7 @@ function sf({
12659
12661
  const S = I.getState(_.state), Z = (B = b == null ? void 0 : b.decorationNode) != null ? B : null, ie = Z ?? (S != null && S.decorationId ? _.dom.querySelector(`[data-decoration-id="${S.decorationId}"]`) : null);
12660
12662
  if (((L = j == null ? void 0 : j.onKeyDown) == null ? void 0 : L.call(j, { view: _, event: E, range: S.range })) || !1)
12661
12663
  return !0;
12662
- const no = {
12664
+ const so = {
12663
12665
  editor: e,
12664
12666
  range: S.range,
12665
12667
  query: S.query,
@@ -12672,7 +12674,7 @@ function sf({
12672
12674
  // let consumer decide if they want to query.
12673
12675
  clientRect: ie ? () => ie.getBoundingClientRect() || null : null
12674
12676
  };
12675
- return (T = j == null ? void 0 : j.onExit) == null || T.call(j, no), y(_, t), !0;
12677
+ return (T = j == null ? void 0 : j.onExit) == null || T.call(j, so), y(_, t), !0;
12676
12678
  }
12677
12679
  return ((N = j == null ? void 0 : j.onKeyDown) == null ? void 0 : N.call(j, { view: _, event: E, range: P })) || !1;
12678
12680
  },
@@ -12696,7 +12698,7 @@ function sf({
12696
12698
  return I;
12697
12699
  }
12698
12700
  var rf = sf;
12699
- const lf = () => /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE89\uDE8F-\uDEC2\uDEC6\uDECE-\uDEDC\uDEDF-\uDEE9]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
12701
+ const lf = () => /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
12700
12702
  var Ga = /* @__PURE__ */ new Map();
12701
12703
  function pf(t) {
12702
12704
  if (Ga.has(t))
@@ -12704,7 +12706,7 @@ function pf(t) {
12704
12706
  var e = cf(t);
12705
12707
  return Ga.set(t, e), e;
12706
12708
  }
12707
- var cf = function() {
12709
+ var cf = (function() {
12708
12710
  var t = null;
12709
12711
  try {
12710
12712
  t = document.createElement("canvas").getContext("2d");
@@ -12724,7 +12726,7 @@ var cf = function() {
12724
12726
  var l = o + r / 4 % o, p = Math.floor(r / 4 / o), c = t.getImageData(l, p, 1, 1).data;
12725
12727
  return !(s[r] !== c[0] || s[r + 2] !== c[2] || t.measureText(n).width >= o);
12726
12728
  };
12727
- }(), Ql = [
12729
+ })(), Ql = [
12728
12730
  {
12729
12731
  emoji: "🇦",
12730
12732
  name: "regional_indicator_a",
@@ -32199,7 +32201,7 @@ var ff = new Y("emojiSuggestion"), hf = /:([a-zA-Z0-9_+-]+):$/, bf = /(^|\s):([a
32199
32201
  addInputRules() {
32200
32202
  const t = [];
32201
32203
  if (t.push(
32202
- new oo({
32204
+ new ao({
32203
32205
  find: hf,
32204
32206
  handler: ({ range: e, match: o, chain: a }) => {
32205
32207
  const n = o[1];
@@ -32904,12 +32906,12 @@ var ff = new Y("emojiSuggestion"), hf = /:([a-zA-Z0-9_+-]+):$/, bf = /(^|\s):([a
32904
32906
  ];
32905
32907
  }
32906
32908
  }), Zf = Qf;
32907
- const eh = "aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2", th = "ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2", xn = "numeric", Sn = "ascii", Tn = "alpha", Ot = "asciinumeric", Lt = "alphanumeric", Mn = "domain", Zl = "emoji", oh = "scheme", ah = "slashscheme", Xa = "whitespace";
32909
+ const eh = "aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2", th = "ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2", xn = "numeric", Sn = "ascii", Tn = "alpha", $t = "asciinumeric", Lt = "alphanumeric", Mn = "domain", Zl = "emoji", oh = "scheme", ah = "slashscheme", Xa = "whitespace";
32908
32910
  function nh(t, e) {
32909
32911
  return t in e || (e[t] = []), e[t];
32910
32912
  }
32911
32913
  function tt(t, e, o) {
32912
- e[xn] && (e[Ot] = !0, e[Lt] = !0), e[Sn] && (e[Ot] = !0, e[Tn] = !0), e[Ot] && (e[Lt] = !0), e[Tn] && (e[Lt] = !0), e[Lt] && (e[Mn] = !0), e[Zl] && (e[Mn] = !0);
32914
+ e[xn] && (e[$t] = !0, e[Lt] = !0), e[Sn] && (e[$t] = !0, e[Tn] = !0), e[$t] && (e[Lt] = !0), e[Tn] && (e[Lt] = !0), e[Lt] && (e[Mn] = !0), e[Zl] && (e[Mn] = !0);
32913
32915
  for (const a in e) {
32914
32916
  const n = nh(a, o);
32915
32917
  n.indexOf(t) < 0 && n.push(t);
@@ -33045,7 +33047,7 @@ ce.prototype = {
33045
33047
  return n.j[t] = i, i;
33046
33048
  }
33047
33049
  };
33048
- const M = (t, e, o, a, n) => t.ta(e, o, a, n), K = (t, e, o, a, n) => t.tr(e, o, a, n), Bi = (t, e, o, a, n) => t.ts(e, o, a, n), k = (t, e, o, a, n) => t.tt(e, o, a, n), Se = "WORD", Bn = "UWORD", ep = "ASCIINUMERICAL", tp = "ALPHANUMERICAL", Qt = "LOCALHOST", Rn = "TLD", Ln = "UTLD", So = "SCHEME", kt = "SLASH_SCHEME", js = "NUM", Nn = "WS", vs = "NL", $t = "OPENBRACE", Pt = "CLOSEBRACE", Go = "OPENBRACKET", Xo = "CLOSEBRACKET", Yo = "OPENPAREN", Qo = "CLOSEPAREN", Zo = "OPENANGLEBRACKET", ea = "CLOSEANGLEBRACKET", ta = "FULLWIDTHLEFTPAREN", oa = "FULLWIDTHRIGHTPAREN", aa = "LEFTCORNERBRACKET", na = "RIGHTCORNERBRACKET", sa = "LEFTWHITECORNERBRACKET", ia = "RIGHTWHITECORNERBRACKET", ra = "FULLWIDTHLESSTHAN", la = "FULLWIDTHGREATERTHAN", pa = "AMPERSAND", ca = "APOSTROPHE", ma = "ASTERISK", Oe = "AT", ua = "BACKSLASH", da = "BACKTICK", ga = "CARET", Pe = "COLON", ks = "COMMA", fa = "DOLLAR", _e = "DOT", ha = "EQUALS", Fs = "EXCLAMATION", je = "HYPHEN", Ht = "PERCENT", ba = "PIPE", ja = "PLUS", va = "POUND", qt = "QUERY", ys = "QUOTE", op = "FULLWIDTHMIDDLEDOT", _s = "SEMI", De = "SLASH", Wt = "TILDE", ka = "UNDERSCORE", ap = "EMOJI", Fa = "SYM";
33050
+ const M = (t, e, o, a, n) => t.ta(e, o, a, n), K = (t, e, o, a, n) => t.tr(e, o, a, n), Bi = (t, e, o, a, n) => t.ts(e, o, a, n), k = (t, e, o, a, n) => t.tt(e, o, a, n), Se = "WORD", Bn = "UWORD", ep = "ASCIINUMERICAL", tp = "ALPHANUMERICAL", Zt = "LOCALHOST", Rn = "TLD", Ln = "UTLD", So = "SCHEME", kt = "SLASH_SCHEME", js = "NUM", Nn = "WS", vs = "NL", Pt = "OPENBRACE", Ht = "CLOSEBRACE", Go = "OPENBRACKET", Xo = "CLOSEBRACKET", Yo = "OPENPAREN", Qo = "CLOSEPAREN", Zo = "OPENANGLEBRACKET", ea = "CLOSEANGLEBRACKET", ta = "FULLWIDTHLEFTPAREN", oa = "FULLWIDTHRIGHTPAREN", aa = "LEFTCORNERBRACKET", na = "RIGHTCORNERBRACKET", sa = "LEFTWHITECORNERBRACKET", ia = "RIGHTWHITECORNERBRACKET", ra = "FULLWIDTHLESSTHAN", la = "FULLWIDTHGREATERTHAN", pa = "AMPERSAND", ca = "APOSTROPHE", ma = "ASTERISK", Oe = "AT", ua = "BACKSLASH", da = "BACKTICK", ga = "CARET", Pe = "COLON", ks = "COMMA", fa = "DOLLAR", _e = "DOT", ha = "EQUALS", Fs = "EXCLAMATION", je = "HYPHEN", qt = "PERCENT", ba = "PIPE", ja = "PLUS", va = "POUND", Wt = "QUERY", ys = "QUOTE", op = "FULLWIDTHMIDDLEDOT", _s = "SEMI", De = "SLASH", Ut = "TILDE", ka = "UNDERSCORE", ap = "EMOJI", Fa = "SYM";
33049
33051
  var np = /* @__PURE__ */ Object.freeze({
33050
33052
  __proto__: null,
33051
33053
  ALPHANUMERICAL: tp,
@@ -33058,7 +33060,7 @@ var np = /* @__PURE__ */ Object.freeze({
33058
33060
  BACKTICK: da,
33059
33061
  CARET: ga,
33060
33062
  CLOSEANGLEBRACKET: ea,
33061
- CLOSEBRACE: Pt,
33063
+ CLOSEBRACE: Ht,
33062
33064
  CLOSEBRACKET: Xo,
33063
33065
  CLOSEPAREN: Qo,
33064
33066
  COLON: Pe,
@@ -33076,18 +33078,18 @@ var np = /* @__PURE__ */ Object.freeze({
33076
33078
  HYPHEN: je,
33077
33079
  LEFTCORNERBRACKET: aa,
33078
33080
  LEFTWHITECORNERBRACKET: sa,
33079
- LOCALHOST: Qt,
33081
+ LOCALHOST: Zt,
33080
33082
  NL: vs,
33081
33083
  NUM: js,
33082
33084
  OPENANGLEBRACKET: Zo,
33083
- OPENBRACE: $t,
33085
+ OPENBRACE: Pt,
33084
33086
  OPENBRACKET: Go,
33085
33087
  OPENPAREN: Yo,
33086
- PERCENT: Ht,
33088
+ PERCENT: qt,
33087
33089
  PIPE: ba,
33088
33090
  PLUS: ja,
33089
33091
  POUND: va,
33090
- QUERY: qt,
33092
+ QUERY: Wt,
33091
33093
  QUOTE: ys,
33092
33094
  RIGHTCORNERBRACKET: na,
33093
33095
  RIGHTWHITECORNERBRACKET: ia,
@@ -33096,7 +33098,7 @@ var np = /* @__PURE__ */ Object.freeze({
33096
33098
  SLASH: De,
33097
33099
  SLASH_SCHEME: kt,
33098
33100
  SYM: Fa,
33099
- TILDE: Wt,
33101
+ TILDE: Ut,
33100
33102
  TLD: Rn,
33101
33103
  UNDERSCORE: ka,
33102
33104
  UTLD: Ln,
@@ -33106,18 +33108,18 @@ var np = /* @__PURE__ */ Object.freeze({
33106
33108
  });
33107
33109
  const Ee = /[a-z]/, Mt = new RegExp("\\p{L}", "u"), Ya = new RegExp("\\p{Emoji}", "u"), Ae = /\d/, Qa = /\s/, Ri = "\r", Za = `
33108
33110
  `, ih = "️", rh = "‍", en = "";
33109
- let bo = null, jo = null;
33111
+ let jo = null, vo = null;
33110
33112
  function lh(t = []) {
33111
33113
  const e = {};
33112
33114
  ce.groups = e;
33113
33115
  const o = new ce();
33114
- bo == null && (bo = Li(eh)), jo == null && (jo = Li(th)), k(o, "'", ca), k(o, "{", $t), k(o, "}", Pt), k(o, "[", Go), k(o, "]", Xo), k(o, "(", Yo), k(o, ")", Qo), k(o, "<", Zo), k(o, ">", ea), k(o, "(", ta), k(o, ")", oa), k(o, "「", aa), k(o, "」", na), k(o, "『", sa), k(o, "』", ia), k(o, "<", ra), k(o, ">", la), k(o, "&", pa), k(o, "*", ma), k(o, "@", Oe), k(o, "`", da), k(o, "^", ga), k(o, ":", Pe), k(o, ",", ks), k(o, "$", fa), k(o, ".", _e), k(o, "=", ha), k(o, "!", Fs), k(o, "-", je), k(o, "%", Ht), k(o, "|", ba), k(o, "+", ja), k(o, "#", va), k(o, "?", qt), k(o, '"', ys), k(o, "/", De), k(o, ";", _s), k(o, "~", Wt), k(o, "_", ka), k(o, "\\", ua), k(o, "・", op);
33116
+ jo == null && (jo = Li(eh)), vo == null && (vo = Li(th)), k(o, "'", ca), k(o, "{", Pt), k(o, "}", Ht), k(o, "[", Go), k(o, "]", Xo), k(o, "(", Yo), k(o, ")", Qo), k(o, "<", Zo), k(o, ">", ea), k(o, "(", ta), k(o, ")", oa), k(o, "「", aa), k(o, "」", na), k(o, "『", sa), k(o, "』", ia), k(o, "<", ra), k(o, ">", la), k(o, "&", pa), k(o, "*", ma), k(o, "@", Oe), k(o, "`", da), k(o, "^", ga), k(o, ":", Pe), k(o, ",", ks), k(o, "$", fa), k(o, ".", _e), k(o, "=", ha), k(o, "!", Fs), k(o, "-", je), k(o, "%", qt), k(o, "|", ba), k(o, "+", ja), k(o, "#", va), k(o, "?", Wt), k(o, '"', ys), k(o, "/", De), k(o, ";", _s), k(o, "~", Ut), k(o, "_", ka), k(o, "\\", ua), k(o, "・", op);
33115
33117
  const a = K(o, Ae, js, {
33116
33118
  [xn]: !0
33117
33119
  });
33118
33120
  K(a, Ae, a);
33119
33121
  const n = K(a, Ee, ep, {
33120
- [Ot]: !0
33122
+ [$t]: !0
33121
33123
  }), s = K(a, Mt, tp, {
33122
33124
  [Lt]: !0
33123
33125
  }), i = K(o, Ee, Se, {
@@ -33143,10 +33145,10 @@ function lh(t = []) {
33143
33145
  const u = k(m, rh);
33144
33146
  k(u, "#"), K(u, Ya, m);
33145
33147
  const d = [[Ee, i], [Ae, n]], g = [[Ee, null], [Mt, r], [Ae, s]];
33146
- for (let f = 0; f < bo.length; f++)
33147
- Le(o, bo[f], Rn, Se, d);
33148
33148
  for (let f = 0; f < jo.length; f++)
33149
- Le(o, jo[f], Ln, Bn, g);
33149
+ Le(o, jo[f], Rn, Se, d);
33150
+ for (let f = 0; f < vo.length; f++)
33151
+ Le(o, vo[f], Ln, Bn, g);
33150
33152
  tt(Rn, {
33151
33153
  tld: !0,
33152
33154
  ascii: !0
@@ -33166,9 +33168,9 @@ function lh(t = []) {
33166
33168
  } : {
33167
33169
  [ah]: !0
33168
33170
  };
33169
- h.indexOf("-") >= 0 ? j[Mn] = !0 : Ee.test(h) ? Ae.test(h) ? j[Ot] = !0 : j[Sn] = !0 : j[xn] = !0, Bi(o, h, h, j);
33171
+ h.indexOf("-") >= 0 ? j[Mn] = !0 : Ee.test(h) ? Ae.test(h) ? j[$t] = !0 : j[Sn] = !0 : j[xn] = !0, Bi(o, h, h, j);
33170
33172
  }
33171
- return Bi(o, "localhost", Qt, {
33173
+ return Bi(o, "localhost", Zt, {
33172
33174
  ascii: !0
33173
33175
  }), o.jd = new ce(Fa), {
33174
33176
  start: o,
@@ -33232,7 +33234,7 @@ function Li(t) {
33232
33234
  }
33233
33235
  return e;
33234
33236
  }
33235
- const Zt = {
33237
+ const eo = {
33236
33238
  defaultProtocol: "http",
33237
33239
  events: null,
33238
33240
  format: Ni,
@@ -33249,7 +33251,7 @@ const Zt = {
33249
33251
  render: null
33250
33252
  };
33251
33253
  function Ds(t, e = null) {
33252
- let o = Object.assign({}, Zt);
33254
+ let o = Object.assign({}, eo);
33253
33255
  t && (o = Object.assign(o, t instanceof Ds ? t.o : t));
33254
33256
  const a = o.ignoreTags, n = [];
33255
33257
  for (let s = 0; s < a.length; s++)
@@ -33257,7 +33259,7 @@ function Ds(t, e = null) {
33257
33259
  this.o = o, e && (this.defaultRender = e), this.ignoreTags = n;
33258
33260
  }
33259
33261
  Ds.prototype = {
33260
- o: Zt,
33262
+ o: eo,
33261
33263
  /**
33262
33264
  * @type string[]
33263
33265
  */
@@ -33293,7 +33295,7 @@ Ds.prototype = {
33293
33295
  get(t, e, o) {
33294
33296
  const a = e != null;
33295
33297
  let n = this.o[t];
33296
- return n && (typeof n == "object" ? (n = o.t in n ? n[o.t] : Zt[t], typeof n == "function" && a && (n = n(e, o))) : typeof n == "function" && a && (n = n(e, o.t, o)), n);
33298
+ return n && (typeof n == "object" ? (n = o.t in n ? n[o.t] : eo[t], typeof n == "function" && a && (n = n(e, o))) : typeof n == "function" && a && (n = n(e, o.t, o)), n);
33297
33299
  },
33298
33300
  /**
33299
33301
  * @template {keyof Opts} L
@@ -33382,7 +33384,7 @@ ip.prototype = {
33382
33384
  @method toObject
33383
33385
  @param {string} [protocol] `'http'` by default
33384
33386
  */
33385
- toObject(t = Zt.defaultProtocol) {
33387
+ toObject(t = eo.defaultProtocol) {
33386
33388
  return {
33387
33389
  type: this.t,
33388
33390
  value: this.toString(),
@@ -33443,7 +33445,7 @@ const zi = Ta("email", {
33443
33445
  toHref() {
33444
33446
  return "mailto:" + this.toString();
33445
33447
  }
33446
- }), Oi = Ta("text"), ch = Ta("nl"), vo = Ta("url", {
33448
+ }), Oi = Ta("text"), ch = Ta("nl"), ko = Ta("url", {
33447
33449
  isLink: !0,
33448
33450
  /**
33449
33451
  Lowercases relevant parts of the domain and adds the protocol if
@@ -33452,7 +33454,7 @@ const zi = Ta("email", {
33452
33454
  @param {string} [scheme] default scheme (e.g., 'https')
33453
33455
  @return {string} the full href
33454
33456
  */
33455
- toHref(t = Zt.defaultProtocol) {
33457
+ toHref(t = eo.defaultProtocol) {
33456
33458
  return this.hasProtocol() ? this.v : `${t}://${this.v}`;
33457
33459
  },
33458
33460
  /**
@@ -33461,13 +33463,13 @@ const zi = Ta("email", {
33461
33463
  */
33462
33464
  hasProtocol() {
33463
33465
  const t = this.tk;
33464
- return t.length >= 2 && t[0].t !== Qt && t[1].t === Pe;
33466
+ return t.length >= 2 && t[0].t !== Zt && t[1].t === Pe;
33465
33467
  }
33466
33468
  }), be = (t) => new ce(t);
33467
33469
  function mh({
33468
33470
  groups: t
33469
33471
  }) {
33470
- const e = t.domain.concat([pa, ma, Oe, ua, da, ga, fa, ha, je, js, Ht, ba, ja, va, De, Fa, Wt, ka]), o = [ca, Pe, ks, _e, Fs, Ht, qt, ys, _s, Zo, ea, $t, Pt, Xo, Go, Yo, Qo, ta, oa, aa, na, sa, ia, ra, la], a = [pa, ca, ma, ua, da, ga, fa, ha, je, $t, Pt, Ht, ba, ja, va, qt, De, Fa, Wt, ka], n = be(), s = k(n, Wt);
33472
+ const e = t.domain.concat([pa, ma, Oe, ua, da, ga, fa, ha, je, js, qt, ba, ja, va, De, Fa, Ut, ka]), o = [ca, Pe, ks, _e, Fs, qt, Wt, ys, _s, Zo, ea, Pt, Ht, Xo, Go, Yo, Qo, ta, oa, aa, na, sa, ia, ra, la], a = [pa, ca, ma, ua, da, ga, fa, ha, je, Pt, Ht, qt, ba, ja, va, Wt, De, Fa, Ut, ka], n = be(), s = k(n, Ut);
33471
33473
  M(s, a, s), M(s, t.domain, s);
33472
33474
  const i = be(), r = be(), l = be();
33473
33475
  M(n, t.domain, i), M(n, t.scheme, r), M(n, t.slashscheme, l), M(i, a, s), M(i, t.domain, i);
@@ -33480,23 +33482,23 @@ function mh({
33480
33482
  const u = k(m, _e);
33481
33483
  M(u, t.domain, m);
33482
33484
  const d = be(zi);
33483
- M(u, t.tld, d), M(u, t.utld, d), k(p, Qt, d);
33485
+ M(u, t.tld, d), M(u, t.utld, d), k(p, Zt, d);
33484
33486
  const g = k(m, je);
33485
33487
  k(g, je, g), M(g, t.domain, m), M(d, t.domain, m), k(d, _e, u), k(d, je, g);
33486
33488
  const f = k(d, Pe);
33487
33489
  M(f, t.numeric, zi);
33488
33490
  const h = k(i, je), b = k(i, _e);
33489
33491
  k(h, je, h), M(h, t.domain, i), M(b, a, s), M(b, t.domain, i);
33490
- const j = be(vo);
33492
+ const j = be(ko);
33491
33493
  M(b, t.tld, j), M(b, t.utld, j), M(j, t.domain, i), M(j, a, s), k(j, _e, b), k(j, je, h), k(j, Oe, p);
33492
- const D = k(j, Pe), w = be(vo);
33494
+ const D = k(j, Pe), w = be(ko);
33493
33495
  M(D, t.numeric, w);
33494
- const y = be(vo), I = be();
33496
+ const y = be(ko), I = be();
33495
33497
  M(y, e, y), M(y, o, I), M(I, e, y), M(I, o, I), k(j, De, y), k(w, De, y);
33496
33498
  const _ = k(r, Pe), E = k(l, Pe), B = k(E, De), L = k(B, De);
33497
- M(r, t.domain, i), k(r, _e, b), k(r, je, h), M(l, t.domain, i), k(l, _e, b), k(l, je, h), M(_, t.domain, y), k(_, De, y), k(_, qt, y), M(L, t.domain, y), M(L, e, y), k(L, De, y);
33499
+ M(r, t.domain, i), k(r, _e, b), k(r, je, h), M(l, t.domain, i), k(l, _e, b), k(l, je, h), M(_, t.domain, y), k(_, De, y), k(_, Wt, y), M(L, t.domain, y), M(L, e, y), k(L, De, y);
33498
33500
  const T = [
33499
- [$t, Pt],
33501
+ [Pt, Ht],
33500
33502
  // {}
33501
33503
  [Go, Xo],
33502
33504
  // []
@@ -33516,12 +33518,12 @@ function mh({
33516
33518
  for (let N = 0; N < T.length; N++) {
33517
33519
  const [$, P] = T[N], W = k(y, $);
33518
33520
  k(I, $, W), k(W, P, y);
33519
- const S = be(vo);
33521
+ const S = be(ko);
33520
33522
  M(W, e, S);
33521
33523
  const Z = be();
33522
33524
  M(W, o), M(S, e, S), M(S, o, Z), M(Z, e, S), M(Z, o, Z), k(S, P, y), k(Z, P, y);
33523
33525
  }
33524
- return k(n, Qt, j), k(n, vs, ch), {
33526
+ return k(n, Zt, j), k(n, vs, ch), {
33525
33527
  start: n,
33526
33528
  tokens: np
33527
33529
  };
@@ -34392,15 +34394,15 @@ function Vh(t) {
34392
34394
  return t.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#039;");
34393
34395
  }
34394
34396
  const ft = (t) => Object.fromEntries(Object.entries(t).filter(([e, o]) => o != null));
34395
- let R1 = /* @__PURE__ */ function(t) {
34397
+ let R1 = /* @__PURE__ */ (function(t) {
34396
34398
  return t.DOCUMENT = "doc", t.HEADING = "heading", t.PARAGRAPH = "paragraph", t.QUOTE = "blockquote", t.OL_LIST = "ordered_list", t.UL_LIST = "bullet_list", t.LIST_ITEM = "list_item", t.CODE_BLOCK = "code_block", t.HR = "horizontal_rule", t.BR = "hard_break", t.IMAGE = "image", t.EMOJI = "emoji", t.COMPONENT = "blok", t.TABLE = "table", t.TABLE_ROW = "tableRow", t.TABLE_CELL = "tableCell", t.TABLE_HEADER = "tableHeader", t;
34397
- }({}), L1 = /* @__PURE__ */ function(t) {
34399
+ })({}), L1 = /* @__PURE__ */ (function(t) {
34398
34400
  return t.BOLD = "bold", t.STRONG = "strong", t.STRIKE = "strike", t.UNDERLINE = "underline", t.ITALIC = "italic", t.CODE = "code", t.LINK = "link", t.ANCHOR = "anchor", t.STYLED = "styled", t.SUPERSCRIPT = "superscript", t.SUBSCRIPT = "subscript", t.TEXT_STYLE = "textStyle", t.HIGHLIGHT = "highlight", t;
34399
- }({}), N1 = /* @__PURE__ */ function(t) {
34401
+ })({}), N1 = /* @__PURE__ */ (function(t) {
34400
34402
  return t.TEXT = "text", t;
34401
- }({}), ko = /* @__PURE__ */ function(t) {
34403
+ })({}), Fo = /* @__PURE__ */ (function(t) {
34402
34404
  return t.URL = "url", t.STORY = "story", t.ASSET = "asset", t.EMAIL = "email", t;
34403
- }({});
34405
+ })({});
34404
34406
  function Re(t = {}) {
34405
34407
  const { textAlign: e, class: o, id: a, style: n, ...s } = t, i = [];
34406
34408
  return n && i.push(n.endsWith(";") ? n : `${n};`), e && i.push(`text-align: ${e};`), ft({
@@ -34414,13 +34416,13 @@ function Jh(t = {}) {
34414
34416
  const { linktype: e, href: o, anchor: a, uuid: n, custom: s, ...i } = t;
34415
34417
  let r = o ?? "";
34416
34418
  switch (e) {
34417
- case ko.ASSET:
34418
- case ko.URL:
34419
+ case Fo.ASSET:
34420
+ case Fo.URL:
34419
34421
  break;
34420
- case ko.EMAIL:
34422
+ case Fo.EMAIL:
34421
34423
  r && !r.startsWith("mailto:") && (r = `mailto:${r}`);
34422
34424
  break;
34423
- case ko.STORY:
34425
+ case Fo.STORY:
34424
34426
  a && (r = `${r}#${a}`);
34425
34427
  break;
34426
34428
  }
@@ -35101,7 +35103,7 @@ const Ki = "SB-Agent", nn = {
35101
35103
  MEDIUM: 15,
35102
35104
  LARGE: 10,
35103
35105
  VERY_LARGE: 6
35104
- }, Vi = 1e3, Fo = 3;
35106
+ }, Vi = 1e3, yo = 3;
35105
35107
  function w1(t, e) {
35106
35108
  const o = t.includes("/cdn/stories/"), a = t.split("/").length > 3 && !t.endsWith("/cdn/stories"), n = "find_by" in e;
35107
35109
  return o && a || n;
@@ -35109,7 +35111,7 @@ function w1(t, e) {
35109
35111
  function I1(t) {
35110
35112
  return t <= sn.SMALL ? Ft.SINGLE_OR_SMALL : t <= sn.MEDIUM ? Ft.MEDIUM : t <= sn.LARGE ? Ft.LARGE : Ft.VERY_LARGE;
35111
35113
  }
35112
- function yo(t, e, o = {}, a) {
35114
+ function _o(t, e, o = {}, a) {
35113
35115
  return o.userRateLimit !== void 0 ? Math.min(o.userRateLimit, Vi) : o.serverHeadersRateLimit !== void 0 ? Math.min(o.serverHeadersRateLimit, Vi) : a !== void 0 ? a : !t || !e || w1(t, e) ? Ft.SINGLE_OR_SMALL : I1(e.per_page || D1);
35114
35116
  }
35115
35117
  function C1(t) {
@@ -35204,7 +35206,7 @@ var S1 = class {
35204
35206
  return this.queues.size;
35205
35207
  }
35206
35208
  };
35207
- let _o = {};
35209
+ let Do = {};
35208
35210
  const Ne = {};
35209
35211
  var T1 = class {
35210
35212
  /**
@@ -35272,16 +35274,16 @@ var T1 = class {
35272
35274
  return F1([l, ...await k1(v1(r, l.total ? Math.ceil(l.total / (l.perPage || n)) : 1), (p) => this.makeRequest(s, e, n, p + 1, a))], (p) => Object.values(p.data[i]));
35273
35275
  }
35274
35276
  post(t, e = {}, o) {
35275
- const a = `/${t}`, n = yo(void 0, void 0, this.rateLimitConfig, Fo);
35277
+ const a = `/${t}`, n = _o(void 0, void 0, this.rateLimitConfig, yo);
35276
35278
  return this.throttleManager.execute(n, "post", a, e, o);
35277
35279
  }
35278
35280
  put(t, e = {}, o) {
35279
- const a = `/${t}`, n = yo(void 0, void 0, this.rateLimitConfig, Fo);
35281
+ const a = `/${t}`, n = _o(void 0, void 0, this.rateLimitConfig, yo);
35280
35282
  return this.throttleManager.execute(n, "put", a, e, o);
35281
35283
  }
35282
35284
  delete(t, e = {}, o) {
35283
35285
  e || (e = {});
35284
- const a = `/${t}`, n = yo(void 0, void 0, this.rateLimitConfig, Fo);
35286
+ const a = `/${t}`, n = _o(void 0, void 0, this.rateLimitConfig, yo);
35285
35287
  return this.throttleManager.execute(n, "delete", a, e, o);
35286
35288
  }
35287
35289
  getStories(t = {}, e) {
@@ -35455,7 +35457,7 @@ var T1 = class {
35455
35457
  const l = await s.get(n);
35456
35458
  if (l) return Promise.resolve(l);
35457
35459
  }
35458
- const i = !an(t) && this.rateLimitConfig.isManagementApi ? Fo : void 0, r = yo(t, e, this.rateLimitConfig, i);
35460
+ const i = !an(t) && this.rateLimitConfig.isManagementApi ? yo : void 0, r = _o(t, e, this.rateLimitConfig, i);
35459
35461
  return new Promise(async (l, p) => {
35460
35462
  var c;
35461
35463
  try {
@@ -35503,16 +35505,16 @@ var T1 = class {
35503
35505
  case "memory":
35504
35506
  return {
35505
35507
  get(t) {
35506
- return Promise.resolve(_o[t]);
35508
+ return Promise.resolve(Do[t]);
35507
35509
  },
35508
35510
  getAll() {
35509
- return Promise.resolve(_o);
35511
+ return Promise.resolve(Do);
35510
35512
  },
35511
35513
  set(t, e) {
35512
- return _o[t] = e, Promise.resolve(void 0);
35514
+ return Do[t] = e, Promise.resolve(void 0);
35513
35515
  },
35514
35516
  flush() {
35515
- return _o = {}, Promise.resolve(void 0);
35517
+ return Do = {}, Promise.resolve(void 0);
35516
35518
  }
35517
35519
  };
35518
35520
  case "custom":
@@ -35620,7 +35622,7 @@ const U1 = () => hp(On);
35620
35622
  export {
35621
35623
  R1 as BlockTypes,
35622
35624
  up as ComponentBlok,
35623
- ko as LinkTypes,
35625
+ Fo as LinkTypes,
35624
35626
  L1 as MarkTypes,
35625
35627
  T1 as StoryblokClient,
35626
35628
  N1 as TextTypes,