@firstnoodle-ui/bui 0.0.18 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { createElementBlock as b, openBlock as g, renderSlot as _, createElementVNode as k, defineComponent as J, toDisplayString as ge, normalizeStyle as Pe, ref as A, computed as ce, createBlock as I, unref as L, withCtx as j, resolveDynamicComponent as _r, normalizeClass as U, createCommentVNode as P, provide as Ef, onMounted as Oe, withModifiers as fe, watch as Mt, onBeforeUnmount as mn, createVNode as q, Fragment as O, createStaticVNode as K, onUnmounted as Go, Teleport as pi, withDirectives as zn, vShow as wr, Transition as _o, useSlots as hi, withKeys as Ae, createSlots as Bd, nextTick as ar, renderList as Nl, onBeforeMount as Yo, vModelText as Af, reactive as $d, createTextVNode as Zd, shallowRef as Nf, h as mi, getCurrentInstance as Df, watchEffect as Rf, markRaw as Pf, customRef as If } from "vue";
1
+ import { createElementBlock as C, openBlock as g, renderSlot as _, createElementVNode as k, defineComponent as J, toDisplayString as ge, normalizeStyle as Pe, ref as A, computed as ce, createBlock as I, unref as L, withCtx as j, resolveDynamicComponent as _r, normalizeClass as U, createCommentVNode as P, provide as Ef, onMounted as Oe, withModifiers as fe, watch as Mt, onBeforeUnmount as mn, createVNode as q, Fragment as O, createStaticVNode as K, onUnmounted as Go, Teleport as pi, withDirectives as zn, vShow as wr, Transition as _o, useSlots as hi, withKeys as Ae, createSlots as Bd, nextTick as ar, renderList as Nl, onBeforeMount as Yo, vModelText as Af, reactive as $d, createTextVNode as Zd, shallowRef as Nf, h as mi, getCurrentInstance as Df, watchEffect as Rf, markRaw as Pf, customRef as If } from "vue";
2
2
  const Fn = (n, e) => {
3
3
  const t = n.__vccOpts || n;
4
4
  for (const [r, i] of e)
@@ -6,7 +6,7 @@ const Fn = (n, e) => {
6
6
  return t;
7
7
  }, Bf = {}, $f = { class: "fixed top-0 left-0 w-screen h-screen overflow-hidden text-primary" };
8
8
  function Zf(n, e) {
9
- return g(), b("main", $f, [
9
+ return g(), C("main", $f, [
10
10
  _(n.$slots, "default"),
11
11
  e[0] || (e[0] = k("div", {
12
12
  id: "modals",
@@ -28,7 +28,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
28
28
  label: {}
29
29
  },
30
30
  setup(n) {
31
- return (e, t) => (g(), b("section", zf, [
31
+ return (e, t) => (g(), C("section", zf, [
32
32
  k("div", Ff, [
33
33
  k("p", jf, ge(e.label), 1),
34
34
  t[0] || (t[0] = k("div", { class: "flex-1 h-full" }, [
@@ -46,14 +46,14 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
46
46
  inside: { type: Boolean }
47
47
  },
48
48
  setup(n) {
49
- return (e, t) => (g(), b("div", {
49
+ return (e, t) => (g(), C("div", {
50
50
  class: "absolute",
51
51
  style: Pe({
52
52
  top: e.inside ? "0.15em" : "-0.3em",
53
53
  right: e.inside ? "0.15em" : "-0.3em"
54
54
  })
55
55
  }, t[0] || (t[0] = [
56
- k("div", { class: "w-3 h-3 bg-orange-500 rounded-full border border-white" }, null, -1)
56
+ k("div", { class: "w-3 h-3 bg-orange-500 rounded-full border border-white dark:border-[var(--color-bg-primary)]" }, null, -1)
57
57
  ]), 4));
58
58
  }
59
59
  }), Wf = { key: 2 }, Uf = { key: 2 }, We = /* @__PURE__ */ J({
@@ -90,7 +90,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
90
90
  switch (r.rounded && r.label ? f.push(r.small ? "px-2" : "px-3") : f.push(r.loading && r.icon && !r.label ? "px-0" : "px-2"), r.small ? f.push("h-6") : f.push("h-8"), r.icon && !r.label && (r.small ? f.push("w-6") : f.push("w-8")), r.disabled ? f.push("opacity-75 cursor-not-allowed") : f.push("cursor-pointer"), r.fullwidth && f.push("w-full"), r.rounded ? f.push("rounded-full") : f.push("rounded-lg"), r.variant) {
91
91
  case "fill":
92
92
  f.push(
93
- ...r.focus ? [""] : [
93
+ ...r.focus ? ["text-white bg-blue-700 border-blue-700 dark:bg-blue-500 dark:border-blue-500"] : [
94
94
  "bg-blue-500 hover:bg-blue-600 focus-visible:bg-blue-600 active:bg-blue-700",
95
95
  "border border-blue-500 hover:border-blue-600 focus-visible:border-blue-600 active:border-blue-700",
96
96
  "text-white focus-visible:outline",
@@ -101,7 +101,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
101
101
  break;
102
102
  case "outline":
103
103
  f.push(
104
- ...r.focus ? [""] : [
104
+ ...r.focus ? ["bg-blue-200 border-blue-700 text-blue-700 dark:bg-blue-700 dark:border-blue-600 dark:text-white"] : [
105
105
  "hover:bg-blue-100 focus-visible:bg-blue-100 active:bg-blue-200",
106
106
  "border border-blue-500 hover:border-blue-600 focus-visible:border-blue-600 active:border-blue-700",
107
107
  "text-blue-500 hover:text-blue-600 focus-visible:text-blue-600 active:text-blue-700",
@@ -113,7 +113,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
113
113
  break;
114
114
  case "outlineSubtle":
115
115
  f.push(
116
- ...r.focus ? [""] : [
116
+ ...r.focus ? ["bg-slate-200 border-stone-500 text-slate-900 dark:bg-neutral-600 dark:border-stone-500 dark:text-white"] : [
117
117
  "hover:bg-slate-100 focus-visible:bg-slate-100 active:bg-slate-200",
118
118
  "border border-stone-300 hover:border-stone-400 focus-visible:border-stone-400 active:border-stone-500",
119
119
  "text-slate-700 hover:text-slate-800 focus-visible:text-slate-800 active:text-slate-900",
@@ -125,7 +125,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
125
125
  break;
126
126
  case "text":
127
127
  f.push(
128
- ...r.focus ? [""] : [
128
+ ...r.focus ? ["border-none bg-blue-200 text-blue-700 dark:bg-blue-700 dark:text-white"] : [
129
129
  "hover:bg-blue-100 focus-visible:bg-blue-100 active:bg-blue-200",
130
130
  "border-none",
131
131
  "text-blue-500 hover:text-blue-600 focus-visible:text-blue-600 active:text-blue-700",
@@ -136,7 +136,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
136
136
  break;
137
137
  case "textSubtle":
138
138
  f.push(
139
- ...r.focus ? ["bg-slate-200 text-slate-900 dark:bg-neutral-600 dark:text-white"] : [
139
+ ...r.focus ? ["border-none bg-slate-200 text-slate-900 dark:bg-neutral-600 dark:text-white"] : [
140
140
  "hover:bg-slate-100 focus-visible:bg-slate-100 active:bg-slate-200",
141
141
  "border-none",
142
142
  "text-slate-700 hover:text-slate-800 focus-visible:text-slate-800 active:text-slate-900",
@@ -182,12 +182,12 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
182
182
  f.loading ? (g(), I(L(to), {
183
183
  key: 0,
184
184
  class: U(l.value)
185
- }, null, 8, ["class"])) : f.icon ? (g(), I(L(Ce), {
185
+ }, null, 8, ["class"])) : f.icon ? (g(), I(L(be), {
186
186
  key: 1,
187
187
  name: f.icon
188
188
  }, null, 8, ["name"])) : P("", !0),
189
- f.label ? (g(), b("div", Wf, ge(f.label), 1)) : P("", !0),
190
- f.iconAfter ? (g(), I(L(Ce), {
189
+ f.label ? (g(), C("div", Wf, ge(f.label), 1)) : P("", !0),
190
+ f.iconAfter ? (g(), I(L(be), {
191
191
  key: 3,
192
192
  name: f.iconAfter,
193
193
  class: "opacity-75"
@@ -217,12 +217,12 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
217
217
  f.loading ? (g(), I(L(to), {
218
218
  key: 0,
219
219
  class: U(l.value)
220
- }, null, 8, ["class"])) : f.icon ? (g(), I(L(Ce), {
220
+ }, null, 8, ["class"])) : f.icon ? (g(), I(L(be), {
221
221
  key: 1,
222
222
  name: f.icon
223
223
  }, null, 8, ["name"])) : P("", !0),
224
- f.label ? (g(), b("div", Uf, ge(f.label), 1)) : P("", !0),
225
- f.iconAfter ? (g(), I(L(Ce), {
224
+ f.label ? (g(), C("div", Uf, ge(f.label), 1)) : P("", !0),
225
+ f.iconAfter ? (g(), I(L(be), {
226
226
  key: 3,
227
227
  name: f.iconAfter
228
228
  }, null, 8, ["name"])) : P("", !0),
@@ -250,7 +250,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
250
250
  e.direction === "vertical" ? (s.classList.add("-mt-px"), s.classList.add("first:mt-0"), l === 0 ? s.nodeName === "BUTTON" ? s.classList.add("rounded-t-md") : (a = s.querySelector("button")) == null || a.classList.add("rounded-t-md") : l === r.value.children.length - 1 && (s.nodeName === "BUTTON" ? s.classList.add("rounded-b-md") : (d = s.querySelector("button")) == null || d.classList.add("rounded-b-md"))) : (s.classList.add("-ml-px"), s.classList.add("first:ml-0"), l === 0 ? s.nodeName === "BUTTON" ? s.classList.add("rounded-l-md") : (u = s.querySelector("button")) == null || u.classList.add("rounded-l-md") : l === r.value.children.length - 1 && (s.nodeName === "BUTTON" ? s.classList.add("rounded-r-md") : (c = s.querySelector("button")) == null || c.classList.add("rounded-r-md")));
251
251
  });
252
252
  };
253
- return Oe(i), (o, s) => (g(), b("div", {
253
+ return Oe(i), (o, s) => (g(), C("div", {
254
254
  ref_key: "buttonGroupRef",
255
255
  ref: r,
256
256
  class: U(t.value),
@@ -268,7 +268,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
268
268
  },
269
269
  setup(n) {
270
270
  const e = ce(() => n.indeterminate ? "dash" : n.value ? "check" : null);
271
- return (t, r) => (g(), b("button", {
271
+ return (t, r) => (g(), C("button", {
272
272
  class: U(["group inline-flex items-center justify-center w-6 h-6 rounded-full border focus:outline-hidden focus-visible:outline-2 focus-visible:-outline-offset-2 focus-visible:outline-black dark:focus-visible:outline-white", {
273
273
  "border-default bg-primary hover:bg-secondary hover:border-strong cursor-pointer": !t.disabled && !t.value,
274
274
  "border-action bg-action text-white hover:bg-action-hover hover:border-action-hover cursor-pointer": !t.disabled && t.value,
@@ -276,7 +276,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
276
276
  "border-default bg-secondary hover:bg-secondary": t.disabled && !t.value
277
277
  }])
278
278
  }, [
279
- e.value ? (g(), I(L(Ce), {
279
+ e.value ? (g(), I(L(be), {
280
280
  key: 0,
281
281
  name: e.value,
282
282
  class: "text-white"
@@ -302,14 +302,14 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
302
302
  indeterminate: { type: Boolean, default: !1 }
303
303
  },
304
304
  setup(n) {
305
- return (e, t) => (g(), b("button", {
305
+ return (e, t) => (g(), C("button", {
306
306
  class: U(["flex items-center justify-center w-4 h-4 border rounded focus-visible:outline-2 focus-visible:-outline-offset-2 focus-visible:outline-black dark:focus-visible:outline-white", {
307
307
  "border-action bg-action hover:bg-action-hover hover:border-action-hover cursor-pointer": (e.value || e.indeterminate) && !e.disabled,
308
308
  "bg-primary border-default hover:border-strong hover:bg-secondary cursor-pointer": !e.value && !e.disabled,
309
309
  "cursor-default border-default bg-tertiary": e.disabled
310
310
  }])
311
311
  }, [
312
- e.indeterminate ? (g(), b("div", qf)) : e.value ? (g(), b("svg", Jf, t[0] || (t[0] = [
312
+ e.indeterminate ? (g(), C("div", qf)) : e.value ? (g(), C("svg", Jf, t[0] || (t[0] = [
313
313
  k("path", {
314
314
  d: "M8.41166 0.5L10 2.0417L4.01353 7.5L0 3.57411L1.60557 2.04932L4.02897 4.39988L8.41166 0.5Z",
315
315
  fill: "white"
@@ -329,7 +329,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
329
329
  emits: ["click"],
330
330
  setup(n, { emit: e }) {
331
331
  const t = e;
332
- return (r, i) => (g(), b("div", {
332
+ return (r, i) => (g(), C("div", {
333
333
  class: U(["group flex items-center space-x-2", {
334
334
  "border-action": r.checked && !r.disabled,
335
335
  "border-default": !r.checked && !r.disabled,
@@ -349,7 +349,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
349
349
  disabled: r.disabled,
350
350
  indeterminate: r.indeterminate
351
351
  }, null, 8, ["value", "disabled", "indeterminate"])),
352
- r.label ? (g(), b("span", {
352
+ r.label ? (g(), C("span", {
353
353
  key: 2,
354
354
  class: U(["block text-sm leading-tight select-none", {
355
355
  "hover:underline": !r.disabled,
@@ -404,7 +404,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
404
404
  ), d.value.observe(o.value));
405
405
  }), mn(() => {
406
406
  d.value && d.value.disconnect();
407
- }), (u, c) => (g(), b("section", _f, [
407
+ }), (u, c) => (g(), C("section", _f, [
408
408
  k("header", {
409
409
  ref_key: "headerRef",
410
410
  ref: o,
@@ -419,7 +419,7 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
419
419
  style: Pe(a.value)
420
420
  }, [
421
421
  k("div", Yf, [
422
- u.alignment === "left" ? (g(), b("div", Xf, [
422
+ u.alignment === "left" ? (g(), C("div", Xf, [
423
423
  _(u.$slots, "header", { sticky: s.value })
424
424
  ])) : P("", !0),
425
425
  k("div", Qf, [
@@ -431,12 +431,12 @@ const f7 = /* @__PURE__ */ Fn(Bf, [["render", Zf]]), zf = { class: "w-full space
431
431
  onClick: c[0] || (c[0] = (f) => r("toggle", u.id))
432
432
  }, null, 8, ["icon"])) : P("", !0)
433
433
  ]),
434
- u.alignment === "right" ? (g(), b("div", ep, [
434
+ u.alignment === "right" ? (g(), C("div", ep, [
435
435
  _(u.$slots, "header", { sticky: s.value })
436
436
  ])) : P("", !0)
437
437
  ])
438
438
  ], 6),
439
- u.open ? (g(), b("main", tp, [
439
+ u.open ? (g(), C("main", tp, [
440
440
  _(u.$slots, "content")
441
441
  ])) : P("", !0)
442
442
  ]));
@@ -561,10 +561,10 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
561
561
  }, vp = {
562
562
  key: 30,
563
563
  d: "M2 11.7071L1.29289 11L8 4.29291L14.7071 11L14 11.7071L8 5.70702L2 11.7071Z"
564
- }, Cp = {
564
+ }, bp = {
565
565
  key: 32,
566
566
  d: "M11.9342 1.54291L8.00002 5.47701L4.06581 1.54291L1.54291 4.0658L5.47702 8.00001L1.54291 11.9342L4.06581 14.4571L8.00002 10.523L11.9342 14.4571L14.4571 11.9342L10.523 8.00001L14.4571 4.0658L11.9342 1.54291ZM11.934 2.95701L13.043 4.06601L9.1087 8.00001L13.043 11.934L11.934 13.043L8.00002 9.1087L4.06602 13.043L2.95702 11.934L6.89134 8.00001L2.95702 4.06601L4.06602 2.95701L8.00002 6.89133L11.934 2.95701Z"
567
- }, bp = {
567
+ }, Cp = {
568
568
  key: 33,
569
569
  d: "M11.6464 3.64642L12.3536 4.35353L8.70745 8.00042L12.3536 11.6464L11.6464 12.3535L8.00045 8.70742L4.35355 12.3535L3.64645 11.6464L7.29345 8.00042L3.64645 4.35353L4.35355 3.64642L8.00045 7.29342L11.6464 3.64642Z"
570
570
  }, kp = {
@@ -722,26 +722,26 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
722
722
  }, lh = {
723
723
  key: 142,
724
724
  d: "M1.67045 7.12399C1.87812 6.94198 2.19402 6.96278 2.37603 7.17045C3.48422 8.43486 5.56103 9.3323 8.00001 9.3323C10.439 9.3323 12.5158 8.43486 13.624 7.17045C13.806 6.96278 14.1219 6.94198 14.3296 7.12399C14.5372 7.306 14.5581 7.6219 14.376 7.82957C14.1691 8.06569 13.9374 8.28852 13.6838 8.49653L14.8536 9.66625C15.0488 9.86151 15.0488 10.1781 14.8536 10.3734C14.6583 10.5686 14.3417 10.5686 14.1464 10.3734L12.8524 9.07929C12.1896 9.47611 11.4305 9.79042 10.607 10.005L10.9903 11.9217C11.0445 12.1925 10.8689 12.4559 10.5981 12.5101C10.3273 12.5642 10.0639 12.3886 10.0097 12.1179L9.62769 10.2077C9.10187 10.2895 8.55696 10.3323 8.00001 10.3323C7.44307 10.3323 6.89815 10.2895 6.37233 10.2077L5.9903 12.1179C5.93614 12.3886 5.67273 12.5642 5.40195 12.5101C5.13117 12.4559 4.95556 12.1925 5.00971 11.9217L5.39307 10.005C4.56953 9.79041 3.81042 9.47611 3.14764 9.07928L1.85355 10.3734C1.65829 10.5686 1.34171 10.5686 1.14645 10.3734C0.951183 10.1781 0.951183 9.86151 1.14645 9.66625L2.31618 8.49652C2.0626 8.28851 1.83093 8.06568 1.62399 7.82957C1.44198 7.6219 1.46278 7.306 1.67045 7.12399Z"
725
- }, Ce = /* @__PURE__ */ J({
725
+ }, be = /* @__PURE__ */ J({
726
726
  __name: "Icon",
727
727
  props: {
728
728
  name: {}
729
729
  },
730
730
  setup(n) {
731
- return (e, t) => (g(), b("svg", ip, [
732
- e.name === "admin" ? (g(), b(O, { key: 0 }, [
731
+ return (e, t) => (g(), C("svg", ip, [
732
+ e.name === "admin" ? (g(), C(O, { key: 0 }, [
733
733
  t[0] || (t[0] = K('<g clip-path="url(#clip0_1_492)"><g mask="url(#mask0_1_492)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.5C6.61929 3.5 5.5 4.61929 5.5 6C5.5 7.38071 6.61929 8.5 8 8.5C9.38071 8.5 10.5 7.38071 10.5 6C10.5 4.61929 9.38071 3.5 8 3.5ZM6.5 6C6.5 5.17157 7.17157 4.5 8 4.5C8.82843 4.5 9.5 5.17157 9.5 6C9.5 6.82843 8.82843 7.5 8 7.5C7.17157 7.5 6.5 6.82843 6.5 6Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16 1.59012L8 -0.0098877L0 1.59012V9.50002C0 11.4812 1.2957 13.1132 2.87265 14.2216C4.45348 15.3326 6.42695 16 8 16C9.57305 16 11.5465 15.3326 13.1274 14.2216C14.7043 13.1132 16 11.4812 16 9.50002V1.59012ZM1 9.50002V2.40992L8 1.00992L15 2.40992V9.50002C15 10.685 14.3906 11.7781 13.4358 12.6842C13.2696 11.6329 12.7961 10.7009 12.1942 9.98954C11.4544 9.11528 10.4524 8.50002 9.5 8.50002C9.22386 8.50002 9 8.72388 9 9.00002C9 9.27616 9.22386 9.50002 9.5 9.50002C10.0476 9.50002 10.7956 9.88475 11.4308 10.6355C12.0411 11.3568 12.4839 12.3472 12.4996 13.4402C11.0666 14.4314 9.31699 15 8 15C6.68301 15 4.9334 14.4314 3.50043 13.4402C3.51607 12.3472 3.95887 11.3568 4.56919 10.6355C5.20444 9.88475 5.9524 9.50002 6.5 9.50002C6.77614 9.50002 7 9.27616 7 9.00002C7 8.72388 6.77614 8.50002 6.5 8.50002C5.5476 8.50002 4.54556 9.11528 3.80581 9.98954C3.20391 10.7009 2.73045 11.6329 2.56425 12.6842C1.60941 11.7781 1 10.685 1 9.50002Z"></path></g></g><defs><clipPath id="clip0_1_492"><rect width="16" height="16"></rect></clipPath></defs>', 2))
734
- ], 64)) : e.name === "arrow-deviate" ? (g(), b("path", op)) : e.name === "arrow-down-plus" ? (g(), b(O, { key: 2 }, [
734
+ ], 64)) : e.name === "arrow-deviate" ? (g(), C("path", op)) : e.name === "arrow-down-plus" ? (g(), C(O, { key: 2 }, [
735
735
  t[1] || (t[1] = k("path", { d: "M1.29291 10.293L6.00001 15.0001L10.7071 10.293L10 9.58586L6.50012 13.0861L6.50001 1.29297H5.50001L5.50012 13.0861L2.00001 9.58586L1.29291 10.293Z" }, null, -1)),
736
736
  t[2] || (t[2] = k("path", { d: "M13 3.5V1.5H12V3.5H10V4.5H12V6.5H13V4.5H15V3.5H13Z" }, null, -1))
737
- ], 64)) : e.name === "arrow-down" ? (g(), b("path", sp)) : e.name === "arrow-from" ? (g(), b("path", lp)) : e.name === "arrow-left" ? (g(), b("path", ap)) : e.name === "arrow-move" ? (g(), b(O, { key: 6 }, [
737
+ ], 64)) : e.name === "arrow-down" ? (g(), C("path", sp)) : e.name === "arrow-from" ? (g(), C("path", lp)) : e.name === "arrow-left" ? (g(), C("path", ap)) : e.name === "arrow-move" ? (g(), C(O, { key: 6 }, [
738
738
  t[3] || (t[3] = K('<g clip-path="url(#clip0_1_853)"><g mask="url(#mask0_1_853)"><path d="M8 0.292969L10.7071 3.00008L10 3.70718L8.49989 2.20597V7.49997H13.7929L12.2929 6.00008L13 5.29297L15.7071 8.00008L13 10.7072L12.2929 10.0001L13.7929 8.49997H8.49989V13.792L10 12.293L10.7071 13.0001L8 15.7072L5.29289 13.0001L6 12.293L7.49989 13.794V8.49997H2.20689L3.70711 10.0001L3 10.7072L0.292892 8.00008L3 5.29297L3.70711 6.00008L2.20489 7.49997H7.49989V2.20597L6 3.70718L5.29289 3.00008L8 0.292969Z"></path></g></g><defs><clipPath id="clip0_1_853"><rect width="16" height="16"></rect></clipPath></defs>', 2))
739
- ], 64)) : e.name === "arrow-right" ? (g(), b("path", dp)) : e.name === "arrow-sub" ? (g(), b("path", up)) : e.name === "arrow-trend" ? (g(), b(O, { key: 9 }, [
739
+ ], 64)) : e.name === "arrow-right" ? (g(), C("path", dp)) : e.name === "arrow-sub" ? (g(), C("path", up)) : e.name === "arrow-trend" ? (g(), C(O, { key: 9 }, [
740
740
  t[4] || (t[4] = K('<g clip-path="url(#clip0_1_1043)"><g mask="url(#mask0_1_1043)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1C4.13401 1 1 4.13401 1 8H0C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C4.96894 16 2.33236 14.3141 0.975485 11.8313L0.801925 11.5137L1.14071 11.1522L5 7.29289L7 9.29289L10.2929 6H8V5H12V9H11V6.70711L7 10.7071L5 8.70711L2.03764 11.6695C3.27087 13.6689 5.48031 15 8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1Z"></path></g></g><defs><clipPath id="clip0_1_1043"><rect width="16" height="16"></rect></clipPath></defs>', 2))
741
- ], 64)) : e.name === "arrow-up-plus" ? (g(), b(O, { key: 10 }, [
741
+ ], 64)) : e.name === "arrow-up-plus" ? (g(), C(O, { key: 10 }, [
742
742
  t[5] || (t[5] = k("path", { d: "M10.7071 6.00007L6.00001 1.29297L1.29291 6.00007L2.00001 6.70718L5.49991 3.20697L5.50001 15.0001H6.50001L6.49991 3.20697L10 6.70718L10.7071 6.00007Z" }, null, -1)),
743
743
  t[6] || (t[6] = k("path", { d: "M13 11.5V9.5H12V11.5H10V12.5H12V14.5H13V12.5H15V11.5H13Z" }, null, -1))
744
- ], 64)) : e.name === "arrow-up" ? (g(), b("path", cp)) : e.name === "authority" ? (g(), b(O, { key: 12 }, [
744
+ ], 64)) : e.name === "arrow-up" ? (g(), C("path", cp)) : e.name === "authority" ? (g(), C(O, { key: 12 }, [
745
745
  t[7] || (t[7] = k("path", { d: "M3.5 1L2.78571 2.92308H1L2.42857 4.07692L1.71429 6L3.5 4.84615L5.25 5.96154L4.57143 4.07692L6 2.92308H4.21429L3.5 1Z" }, null, -1)),
746
746
  t[8] || (t[8] = k("path", { d: "M15.9952 12.8494C15.8922 10.6993 14.1614 9 12 9C11.7239 9 11.5 9.22386 11.5 9.5C11.5 9.77614 11.7239 10 12 10C13.6721 10 15 11.355 15 13.0523V14.74L14.9932 14.7995C14.9663 14.9143 14.8638 15 14.7428 15H5.25723L5.19853 14.9931C5.08528 14.9661 5 14.8629 5 14.74V13.0523L5.00504 12.8718C5.09529 11.2599 6.38766 10 8 10C8.27614 10 8.5 9.77614 8.5 9.5C8.5 9.22386 8.27614 9 8 9C5.77109 9 4 10.8071 4 13.0523V14.74L4.00649 14.8686C4.07086 15.5031 4.60616 16 5.25723 16H14.7428L14.8713 15.9935C15.5054 15.9288 16 15.3912 16 14.74V13.0523L15.9952 12.8494Z" }, null, -1)),
747
747
  t[9] || (t[9] = k("path", {
@@ -749,7 +749,7 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
749
749
  "clip-rule": "evenodd",
750
750
  d: "M13.5 5C13.5 2.8065 11.9516 1 10 1C8.04841 1 6.5 2.8065 6.5 5C6.5 7.1935 8.04841 9 10 9C11.9516 9 13.5 7.1935 13.5 5ZM7.5 5C7.5 3.32751 8.63785 2 10 2C11.3621 2 12.5 3.32751 12.5 5C12.5 6.67249 11.3621 8 10 8C8.63785 8 7.5 6.67249 7.5 5Z"
751
751
  }, null, -1))
752
- ], 64)) : e.name === "beams" ? (g(), b(O, { key: 13 }, [
752
+ ], 64)) : e.name === "beams" ? (g(), C(O, { key: 13 }, [
753
753
  t[10] || (t[10] = k("path", { d: "M14.4962 11.7157C14.3456 6.04814 9.70392 1.5 4 1.5H3.5V2.5H4L4.27048 2.50378C9.39211 2.64696 13.5 6.84376 13.5 12V12.5H14.5V12L14.4962 11.7157Z" }, null, -1)),
754
754
  t[11] || (t[11] = k("path", { d: "M3.5 5.5C7.28545 5.5 10.3691 8.50478 10.4959 12.2593L10.5 12.5V13H9.5V12.5C9.5 9.2616 6.93443 6.62243 3.72494 6.50414L3.5 6.5H3V5.5H3.5Z" }, null, -1)),
755
755
  t[12] || (t[12] = k("path", {
@@ -757,9 +757,9 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
757
757
  "clip-rule": "evenodd",
758
758
  d: "M4 9C2.34315 9 1 10.3431 1 12C1 13.6569 2.34315 15 4 15C5.65685 15 7 13.6569 7 12C7 10.3431 5.65685 9 4 9ZM4 10C5.10457 10 6 10.8954 6 12C6 13.1046 5.10457 14 4 14C2.89543 14 2 13.1046 2 12C2 10.8954 2.89543 10 4 10Z"
759
759
  }, null, -1))
760
- ], 64)) : e.name === "bell" ? (g(), b(O, { key: 14 }, [
760
+ ], 64)) : e.name === "bell" ? (g(), C(O, { key: 14 }, [
761
761
  t[13] || (t[13] = K('<g clip-path="url(#clip0_1_549)"><g mask="url(#mask0_1_549)"><path d="M8 0C8.55228 0 9 0.447715 9 1L8.99518 1.09876C11.2171 1.5403 12.8925 3.44067 12.995 5.77298L13.0004 6.04796L13.0189 6.55133L13.0429 6.91583C13.0477 6.97895 13.053 7.0432 13.0587 7.10849C13.1322 7.94645 13.2644 8.78355 13.4687 9.55973C13.8556 11.03 14.4524 12.0883 15.2572 12.5713C15.6649 12.8159 15.5278 13.4181 15.0912 13.4924L15 13.5L10.9584 13.5007C10.7201 14.9192 9.48625 16 8 16C6.51374 16 5.27992 14.9192 5.04159 13.5007L0.999995 13.5C0.492884 13.5 0.307903 12.8322 0.742747 12.5713C1.54762 12.0883 2.14442 11.03 2.53133 9.55973C2.73559 8.78355 2.86777 7.94645 2.94127 7.10849C2.95845 6.91261 2.97154 6.72616 2.98107 6.55133L2.9962 6.19768L3.00459 5.78201C3.10319 3.44571 4.77981 1.54106 7.00489 1.0976L7 1C7 0.447715 7.44771 0 8 0ZM9.935 13.5H6.064L6.08468 13.5776C6.30315 14.303 6.92247 14.8548 7.68519 14.9754L7.85074 14.9945L8 15C8.84725 15 9.57146 14.4732 9.8629 13.7292L9.91532 13.5776L9.935 13.5ZM8 2C5.84353 2 4.10806 3.67013 4.00486 5.7991L3.99207 6.33563C3.98229 6.5957 3.96473 6.8848 3.93745 7.19587C3.85935 8.08619 3.71864 8.97735 3.49841 9.81423C3.26467 10.7024 2.95757 11.473 2.56352 12.0987L2.41164 12.3265L2.282 12.499H13.717L13.5884 12.3265C13.2198 11.8047 12.9208 11.1664 12.682 10.4307L12.5833 10.1095L12.5016 9.81423C12.2814 8.97735 12.1407 8.08619 12.0626 7.19587C12.0444 6.98849 12.0305 6.79088 12.0204 6.60512L12.0079 6.33563L11.9951 5.7991C11.8919 3.67013 10.1565 2 8 2Z"></path></g></g><defs><clipPath id="clip0_1_549"><rect width="16" height="16"></rect></clipPath></defs>', 2))
762
- ], 64)) : e.name === "bold" ? (g(), b("path", fp)) : e.name === "box" ? (g(), b(O, { key: 16 }, [
762
+ ], 64)) : e.name === "bold" ? (g(), C("path", fp)) : e.name === "box" ? (g(), C(O, { key: 16 }, [
763
763
  t[14] || (t[14] = k("path", {
764
764
  "fill-rule": "evenodd",
765
765
  "clip-rule": "evenodd",
@@ -775,13 +775,13 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
775
775
  "clip-rule": "evenodd",
776
776
  d: "M7.84189 1.02566C7.94452 0.991447 8.05548 0.991447 8.15811 1.02566L15.6581 3.52566C15.8623 3.59372 16 3.78478 16 4C16 4.21522 15.8623 4.40628 15.6581 4.47434L8.15811 6.97434C8.05548 7.00855 7.94452 7.00855 7.84189 6.97434L0.341886 4.47434C0.137715 4.40628 0 4.21521 0 4C0 3.78478 0.137715 3.59372 0.341886 3.52566L7.84189 1.02566ZM2.08114 4L8 5.97295L13.9189 4L8 2.02705L2.08114 4Z"
777
777
  }, null, -1))
778
- ], 64)) : e.name === "building" ? (g(), b(O, { key: 17 }, [
778
+ ], 64)) : e.name === "building" ? (g(), C(O, { key: 17 }, [
779
779
  t[17] || (t[17] = K('<g clip-path="url(#clip0_1_561)"><g mask="url(#mask0_1_561)"><path d="M14 0V15H16V16H0V15H2V0H14ZM13 0.999H3V14.999H5V13H4V12H12V13H11V14.999H13V0.999ZM7.5 13H6V14.999H7.5V13ZM10 13H8.5V14.999H10V13ZM9 9V10H7V9H9ZM6 9V10H4V9H6ZM12 9V10H10V9H12ZM9 6V7H7V6H9ZM6 6V7H4V6H6ZM12 6V7H10V6H12ZM9 3V4H7V3H9ZM6 3V4H4V3H6ZM12 3V4H10V3H12Z"></path></g></g><defs><clipPath id="clip0_1_561"><rect width="16" height="16"></rect></clipPath></defs>', 2))
780
- ], 64)) : e.name === "bullet-list" ? (g(), b(O, { key: 18 }, [
780
+ ], 64)) : e.name === "bullet-list" ? (g(), C(O, { key: 18 }, [
781
781
  t[18] || (t[18] = K('<path fill-rule="evenodd" clip-rule="evenodd" d="M14 4H6V3H14V4Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4 4H2V3H4V4Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14 9H6V8H14V9Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4 9H2V8H4V9Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14 14H6V13H14V14Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4 14H2V13H4V14Z"></path>', 6))
782
- ], 64)) : e.name === "calendar" ? (g(), b(O, { key: 19 }, [
782
+ ], 64)) : e.name === "calendar" ? (g(), C(O, { key: 19 }, [
783
783
  t[19] || (t[19] = K('<g clip-path="url(#clip0_1_574)"><g mask="url(#mask0_1_574)"><path d="M5 9V10H3V9H5Z"></path><path d="M9 10V9H7V10H9Z"></path><path d="M13 9V10H11V9H13Z"></path><path d="M5 13V12H3V13H5Z"></path><path d="M9 12V13H7V12H9Z"></path><path d="M13 13V12H11V13H13Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5 2V0H4V2H0V16H16V2H12V0H11V2H5ZM1 3H14.999L14.9992 6H1V3ZM1 7V14.999H15L14.9993 7H1Z"></path></g></g><defs><clipPath id="clip0_1_574"><rect width="16" height="16"></rect></clipPath></defs>', 2))
784
- ], 64)) : e.name === "camera" ? (g(), b(O, { key: 20 }, [
784
+ ], 64)) : e.name === "camera" ? (g(), C(O, { key: 20 }, [
785
785
  t[20] || (t[20] = k("path", {
786
786
  "fill-rule": "evenodd",
787
787
  "clip-rule": "evenodd",
@@ -797,50 +797,50 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
797
797
  "clip-rule": "evenodd",
798
798
  d: "M8.5 7.5C8.5 7.22386 8.27614 7 8 7C6.89543 7 6 7.89543 6 9C6 9.27614 6.22386 9.5 6.5 9.5C6.77614 9.5 7 9.27614 7 9C7 8.44772 7.44772 8 8 8C8.27614 8 8.5 7.77614 8.5 7.5Z"
799
799
  }, null, -1))
800
- ], 64)) : e.name === "categories" ? (g(), b("path", pp)) : e.name === "check-circled" ? (g(), b(O, { key: 22 }, [
800
+ ], 64)) : e.name === "categories" ? (g(), C("path", pp)) : e.name === "check-circled" ? (g(), C(O, { key: 22 }, [
801
801
  t[23] || (t[23] = K('<g clip-path="url(#clip0_1_600)"><g mask="url(#mask0_1_600)"><path d="M12.0035 5.85353L11.2963 5.14642L7.003 9.43898L4.80783 7.1503L4.09305 7.84965L6.99612 10.8609L12.0035 5.85353Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z"></path></g></g><defs><clipPath id="clip0_1_600"><rect width="16" height="16"></rect></clipPath></defs>', 2))
802
- ], 64)) : e.name === "check-outline" ? (g(), b(O, { key: 23 }, [
802
+ ], 64)) : e.name === "check-outline" ? (g(), C(O, { key: 23 }, [
803
803
  t[24] || (t[24] = K('<g clip-path="url(#clip0_1_592)"><g mask="url(#mask0_1_592)"><path d="M15.6971 5.11714L6.71713 14.0971L0.302917 7.68282L2.8686 5.11714L6.71713 8.96566L13.1314 2.55145L15.6971 5.11714ZM14.2826 5.11658L13.1315 3.96541L6.71713 10.3799L2.8685 6.53079L1.71733 7.68196L6.71728 12.6819L14.2826 5.11658Z"></path></g></g><defs><clipPath id="clip0_1_592"><rect width="16" height="16"></rect></clipPath></defs>', 2))
804
- ], 64)) : e.name === "check" ? (g(), b("path", hp)) : e.name === "chevron-down" ? (g(), b("path", mp)) : e.name === "chevron-left-double" ? (g(), b(O, { key: 26 }, [
804
+ ], 64)) : e.name === "check" ? (g(), C("path", hp)) : e.name === "chevron-down" ? (g(), C("path", mp)) : e.name === "chevron-left-double" ? (g(), C(O, { key: 26 }, [
805
805
  t[25] || (t[25] = k("path", { d: "M8 14.7071L8.70711 14L2.708 8.00002L8.70711 2.00002L8 1.29291L1.29289 8.00002L8 14.7071Z" }, null, -1)),
806
806
  t[26] || (t[26] = k("path", { d: "M13 14.7071L13.7071 14L7.707 8.00002L13.7071 2.00002L13 1.29291L6.29289 8.00002L13 14.7071Z" }, null, -1))
807
- ], 64)) : e.name === "chevron-left" ? (g(), b("path", gp)) : e.name === "chevron-right-double" ? (g(), b(O, { key: 28 }, [
807
+ ], 64)) : e.name === "chevron-left" ? (g(), C("path", gp)) : e.name === "chevron-right-double" ? (g(), C(O, { key: 28 }, [
808
808
  t[27] || (t[27] = k("path", { d: "M3.00001 14.7071L2.29291 14L8.29201 8.00002L2.29291 2.00002L3.00001 1.29291L9.70712 8.00002L3.00001 14.7071Z" }, null, -1)),
809
809
  t[28] || (t[28] = k("path", { d: "M8.00001 14.7071L7.29291 14L13.293 8.00002L7.29291 2.00002L8.00001 1.29291L14.7071 8.00002L8.00001 14.7071Z" }, null, -1))
810
- ], 64)) : e.name === "chevron-right" ? (g(), b("path", yp)) : e.name === "chevron-up" ? (g(), b("path", vp)) : e.name === "clock" ? (g(), b(O, { key: 31 }, [
810
+ ], 64)) : e.name === "chevron-right" ? (g(), C("path", yp)) : e.name === "chevron-up" ? (g(), C("path", vp)) : e.name === "clock" ? (g(), C(O, { key: 31 }, [
811
811
  t[29] || (t[29] = k("path", { d: "M10.424 4.26501C10.5704 4.03084 10.4992 3.72236 10.265 3.57601C10.0308 3.42965 9.72235 3.50084 9.576 3.73501L7.076 7.73501C6.94152 7.95017 6.98952 8.23194 7.18765 8.39044L9.68765 10.3904C9.90328 10.5629 10.2179 10.528 10.3904 10.3124C10.5629 10.0967 10.528 9.78208 10.3123 9.60957L8.15988 7.8876L10.424 4.26501Z" }, null, -1)),
812
812
  t[30] || (t[30] = k("path", {
813
813
  "fill-rule": "evenodd",
814
814
  "clip-rule": "evenodd",
815
815
  d: "M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z"
816
816
  }, null, -1))
817
- ], 64)) : e.name === "close-outline" ? (g(), b("path", Cp)) : e.name === "close" ? (g(), b("path", bp)) : e.name === "columns" ? (g(), b("path", kp)) : e.name === "conclusion" ? (g(), b(O, { key: 35 }, [
817
+ ], 64)) : e.name === "close-outline" ? (g(), C("path", bp)) : e.name === "close" ? (g(), C("path", Cp)) : e.name === "columns" ? (g(), C("path", kp)) : e.name === "conclusion" ? (g(), C(O, { key: 35 }, [
818
818
  t[31] || (t[31] = K('<g clip-path="url(#clip0_1_623)"><g mask="url(#mask0_1_623)"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.3808 0.939693L11.4411 1.28171L13.8352 7.85957L14.7749 7.51755L15.1169 8.45724L7.59938 11.1934L7.25736 10.2537L8.19704 9.91169L7.17098 7.09261L0.593119 9.48675L0.251099 8.54706L6.82896 6.15292L5.80289 3.33383L4.8632 3.67585L4.52118 2.73616L12.0387 0L12.3808 0.939693ZM9.13673 9.56967L12.8955 8.20159L10.5014 1.62374L6.74259 2.99182L9.13673 9.56967Z"></path><path d="M15 14H8V13H15V14Z"></path><path d="M16 16H7V15H16V16Z"></path></g></g><defs><clipPath id="clip0_1_623"><rect width="16" height="16"></rect></clipPath></defs>', 2))
819
- ], 64)) : e.name === "copy" ? (g(), b(O, { key: 36 }, [
819
+ ], 64)) : e.name === "copy" ? (g(), C(O, { key: 36 }, [
820
820
  t[32] || (t[32] = K('<g clip-path="url(#clip0_1_631)"><g mask="url(#mask0_1_631)"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 12V0H0V12H12ZM1 1H11V11H1V1Z"></path><path d="M16 16V3H13V4H15V15H4V13H3V16H16Z"></path></g></g><defs><clipPath id="clip0_1_631"><rect width="16" height="16"></rect></clipPath></defs>', 2))
821
- ], 64)) : e.name === "crosshair" ? (g(), b(O, { key: 37 }, [
821
+ ], 64)) : e.name === "crosshair" ? (g(), C(O, { key: 37 }, [
822
822
  t[33] || (t[33] = K('<g clip-path="url(#clip0_1_638)"><g mask="url(#mask0_1_638)"><path d="M8.5 0L8.50033 1.51897C11.6916 1.7619 14.2387 4.30926 14.4811 7.50067L16 7.5V8.5L14.481 8.50033C14.2381 11.6913 11.6913 14.2381 8.50033 14.481L8.5 16H7.5L7.50067 14.4811C4.30926 14.2387 1.7619 11.6916 1.51897 8.50033L0 8.5V7.5L1.51889 7.50067C1.76136 4.30893 4.30893 1.76136 7.50067 1.51889L7.5 0H8.5ZM8.50061 2.52239L8.5 4H7.5L7.50039 2.52239C4.86151 2.76 2.76 4.86151 2.52239 7.50039L4 7.5V8.5L2.52239 8.50061C2.76053 11.139 4.86184 13.24 7.50039 13.4776L7.5 12H8.5L8.50061 13.4776C11.1387 13.2395 13.2395 11.1387 13.4776 8.50061L12 8.5V7.5L13.4776 7.50039C13.247 4.93945 11.261 2.8846 8.73199 2.54828L8.50061 2.52239Z"></path></g></g><defs><clipPath id="clip0_1_638"><rect width="16" height="16"></rect></clipPath></defs>', 2))
823
- ], 64)) : e.name === "dash" ? (g(), b("path", wp)) : e.name === "dashboard" ? (g(), b("path", Lp)) : e.name === "delete" ? (g(), b(O, { key: 40 }, [
823
+ ], 64)) : e.name === "dash" ? (g(), C("path", wp)) : e.name === "dashboard" ? (g(), C("path", Lp)) : e.name === "delete" ? (g(), C(O, { key: 40 }, [
824
824
  t[34] || (t[34] = k("path", { d: "M11.3536 6.35353L10.6465 5.64642L9.00042 7.29342L7.35353 5.64642L6.64642 6.35353L8.29342 8.00042L6.64642 9.64642L7.35353 10.3536L9.00042 8.70742L10.6465 10.3536L11.3536 9.64642L9.70742 8.00042L11.3536 6.35353Z" }, null, -1)),
825
825
  t[35] || (t[35] = k("path", {
826
826
  "fill-rule": "evenodd",
827
827
  "clip-rule": "evenodd",
828
828
  d: "M15.5 2.5H4.75968L0.35968 8L4.75968 13.5H15.5V2.5ZM1.6403 8L5.2403 3.5H14.5V12.5H5.2403L1.6403 8Z"
829
829
  }, null, -1))
830
- ], 64)) : e.name === "delta" ? (g(), b("path", Mp)) : e.name === "download" ? (g(), b("path", xp)) : e.name === "drag" ? (g(), b(O, { key: 43 }, [
830
+ ], 64)) : e.name === "delta" ? (g(), C("path", Mp)) : e.name === "download" ? (g(), C("path", xp)) : e.name === "drag" ? (g(), C(O, { key: 43 }, [
831
831
  t[36] || (t[36] = K('<path fill-rule="evenodd" clip-rule="evenodd" d="M4.99997 1.5C5.8284 1.5 6.49997 2.17157 6.49997 3C6.49997 3.82843 5.8284 4.5 4.99997 4.5C4.17154 4.5 3.49997 3.82843 3.49997 3C3.49997 2.17157 4.17154 1.5 4.99997 1.5ZM4.99997 3.5C5.27611 3.5 5.49997 3.27614 5.49997 3C5.49997 2.72386 5.27611 2.5 4.99997 2.5C4.72383 2.5 4.49997 2.72386 4.49997 3C4.49997 3.27614 4.72383 3.5 4.99997 3.5Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M6.49997 8C6.49997 7.17157 5.8284 6.5 4.99997 6.5C4.17154 6.5 3.49997 7.17157 3.49997 8C3.49997 8.82843 4.17154 9.5 4.99997 9.5C5.8284 9.5 6.49997 8.82843 6.49997 8ZM5.49997 8C5.49997 8.27614 5.27611 8.5 4.99997 8.5C4.72383 8.5 4.49997 8.27614 4.49997 8C4.49997 7.72386 4.72383 7.5 4.99997 7.5C5.27611 7.5 5.49997 7.72386 5.49997 8Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M4.99997 11.5C5.8284 11.5 6.49997 12.1716 6.49997 13C6.49997 13.8284 5.8284 14.5 4.99997 14.5C4.17154 14.5 3.49997 13.8284 3.49997 13C3.49997 12.1716 4.17154 11.5 4.99997 11.5ZM4.99997 13.5C5.27611 13.5 5.49997 13.2761 5.49997 13C5.49997 12.7239 5.27611 12.5 4.99997 12.5C4.72383 12.5 4.49997 12.7239 4.49997 13C4.49997 13.2761 4.72383 13.5 4.99997 13.5Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11 1.5C11.8284 1.5 12.5 2.17157 12.5 3C12.5 3.82843 11.8284 4.5 11 4.5C10.1715 4.5 9.49997 3.82843 9.49997 3C9.49997 2.17157 10.1715 1.5 11 1.5ZM11 3.5C11.2761 3.5 11.5 3.27614 11.5 3C11.5 2.72386 11.2761 2.5 11 2.5C10.7238 2.5 10.5 2.72386 10.5 3C10.5 3.27614 10.7238 3.5 11 3.5Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 8C12.5 7.17157 11.8284 6.5 11 6.5C10.1715 6.5 9.49997 7.17157 9.49997 8C9.49997 8.82843 10.1715 9.5 11 9.5C11.8284 9.5 12.5 8.82843 12.5 8ZM11.5 8C11.5 8.27614 11.2761 8.5 11 8.5C10.7238 8.5 10.5 8.27614 10.5 8C10.5 7.72386 10.7238 7.5 11 7.5C11.2761 7.5 11.5 7.72386 11.5 8Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11 11.5C11.8284 11.5 12.5 12.1716 12.5 13C12.5 13.8284 11.8284 14.5 11 14.5C10.1715 14.5 9.49997 13.8284 9.49997 13C9.49997 12.1716 10.1715 11.5 11 11.5ZM11 13.5C11.2761 13.5 11.5 13.2761 11.5 13C11.5 12.7239 11.2761 12.5 11 12.5C10.7238 12.5 10.5 12.7239 10.5 13C10.5 13.2761 10.7238 13.5 11 13.5Z"></path>', 6))
832
- ], 64)) : e.name === "drilldown" ? (g(), b(O, { key: 44 }, [
832
+ ], 64)) : e.name === "drilldown" ? (g(), C(O, { key: 44 }, [
833
833
  t[37] || (t[37] = K('<path d="M0.85359 2.14636L0.146484 2.85347L2.50004 5.20702L4.85359 2.85347L4.14648 2.14636L2.50004 3.79281L0.85359 2.14636Z"></path><path d="M6 3H15V4H6V3Z"></path><path d="M9 8H15V9H9V8Z"></path><path d="M9 13H15V14H9V13Z"></path><path d="M6.35353 15.3535L5.64642 14.6464L6.79287 13.5L5.64642 12.3535L6.35353 11.6464L8.20708 13.5L6.35353 15.3535Z"></path><path d="M5.64642 9.64642L6.35353 10.3535L8.20708 8.49997L6.35353 6.64642L5.64642 7.35353L6.79287 8.49997L5.64642 9.64642Z"></path>', 6))
834
- ], 64)) : e.name === "edit" ? (g(), b(O, { key: 45 }, [
834
+ ], 64)) : e.name === "edit" ? (g(), C(O, { key: 45 }, [
835
835
  t[38] || (t[38] = K('<g clip-path="url(#clip0_1_673)"><g mask="url(#mask0_1_673)"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.2073 4.49688L11.4999 0.793091L0 12.2899V15.997H3.70711L4.498 15.2051L4.50355 15.2106L5.21066 14.5035L5.205 14.4981L12.498 7.20509L12.5036 7.21064L13.2107 6.50353L13.205 6.49809L15.2073 4.49688ZM1 12.703L1.497 12.2041L3.79 14.4971L3.292 14.997H1V12.703ZM2.204 11.4971L9.498 4.20509L11.79 6.49709L4.497 13.7901L2.204 11.4971ZM10.205 3.49809L11.5 2.20598L13.792 4.49698L12.497 5.79009L10.205 3.49809Z"></path><path d="M14 16V15H7V16H14Z"></path></g></g><defs><clipPath id="clip0_1_673"><rect width="16" height="16"></rect></clipPath></defs>', 2))
836
- ], 64)) : e.name === "envelope" ? (g(), b("path", Sp)) : e.name === "error" ? (g(), b("path", Hp)) : e.name === "export-document" ? (g(), b(O, { key: 48 }, [
836
+ ], 64)) : e.name === "envelope" ? (g(), C("path", Sp)) : e.name === "error" ? (g(), C("path", Hp)) : e.name === "export-document" ? (g(), C(O, { key: 48 }, [
837
837
  t[39] || (t[39] = K('<g clip-path="url(#clip0_1_684)"><g mask="url(#mask0_1_684)"><path fill-rule="evenodd" clip-rule="evenodd" d="M15 5.5H10.5V1H5V3H4V0H11L16 5V16H4V14H5V15H15V5.5ZM11.5 1.91421L14.0858 4.5H11.5V1.91421Z"></path><path d="M9.70711 8.49709L6 4.78998L5.29289 5.49709L7.792 7.99698L0 7.99709V8.99709L7.792 8.99698L5.29289 11.4971L6 12.2042L9.70711 8.49709Z"></path></g></g><defs><clipPath id="clip0_1_684"><rect width="16" height="16"></rect></clipPath></defs>', 2))
838
- ], 64)) : e.name === "filter" ? (g(), b(O, { key: 49 }, [
838
+ ], 64)) : e.name === "filter" ? (g(), C(O, { key: 49 }, [
839
839
  t[40] || (t[40] = k("path", { d: "M15 4V3H1V4H15Z" }, null, -1)),
840
840
  t[41] || (t[41] = k("path", { d: "M13 7V6H3V7H13Z" }, null, -1)),
841
841
  t[42] || (t[42] = k("path", { d: "M11 9V10H5V9H11Z" }, null, -1)),
842
842
  t[43] || (t[43] = k("path", { d: "M9 13V12H7V13H9Z" }, null, -1))
843
- ], 64)) : e.name === "filters" ? (g(), b(O, { key: 50 }, [
843
+ ], 64)) : e.name === "filters" ? (g(), C(O, { key: 50 }, [
844
844
  t[44] || (t[44] = k("path", {
845
845
  "fill-rule": "evenodd",
846
846
  "clip-rule": "evenodd",
@@ -851,21 +851,21 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
851
851
  "clip-rule": "evenodd",
852
852
  d: "M8.04148 12H0V11H8.04148C8.27952 9.58114 9.5135 8.5 11 8.5C12.4865 8.5 13.7205 9.58114 13.9585 11H16V12H13.9585C13.7205 13.4189 12.4865 14.5 11 14.5C9.5135 14.5 8.27952 13.4189 8.04148 12ZM13 11.5C13 12.6046 12.1046 13.5 11 13.5C9.89543 13.5 9 12.6046 9 11.5C9 10.3954 9.89543 9.5 11 9.5C12.1046 9.5 13 10.3954 13 11.5Z"
853
853
  }, null, -1))
854
- ], 64)) : e.name === "flag" ? (g(), b("path", Tp)) : e.name === "folder" ? (g(), b(O, { key: 52 }, [
854
+ ], 64)) : e.name === "flag" ? (g(), C("path", Tp)) : e.name === "folder" ? (g(), C(O, { key: 52 }, [
855
855
  t[46] || (t[46] = K('<g clip-path="url(#clip0_1_720)"><g mask="url(#mask0_1_720)"><path d="M16 4V15H0V1H7L9 4H16ZM1 5V14H15V5H1ZM6.464 2H1V4H7.797L6.464 2Z"></path></g></g><defs><clipPath id="clip0_1_720"><rect width="16" height="16"></rect></clipPath></defs>', 2))
856
- ], 64)) : e.name === "frequency" ? (g(), b("path", Op)) : e.name === "fullscreen-off" ? (g(), b("path", Vp)) : e.name === "fullscreen-on" ? (g(), b("path", Ep)) : e.name === "graduate" ? (g(), b("path", Ap)) : e.name === "hamburger" ? (g(), b(O, { key: 57 }, [
856
+ ], 64)) : e.name === "frequency" ? (g(), C("path", Op)) : e.name === "fullscreen-off" ? (g(), C("path", Vp)) : e.name === "fullscreen-on" ? (g(), C("path", Ep)) : e.name === "graduate" ? (g(), C("path", Ap)) : e.name === "hamburger" ? (g(), C(O, { key: 57 }, [
857
857
  t[47] || (t[47] = k("path", { d: "M1 3H15V4H1V3Z" }, null, -1)),
858
858
  t[48] || (t[48] = k("path", { d: "M1 8H15V9H1V8Z" }, null, -1)),
859
859
  t[49] || (t[49] = k("path", { d: "M15 13H1V14H15V13Z" }, null, -1))
860
- ], 64)) : e.name === "handshake" ? (g(), b(O, { key: 58 }, [
860
+ ], 64)) : e.name === "handshake" ? (g(), C(O, { key: 58 }, [
861
861
  t[50] || (t[50] = K('<g clip-path="url(#clip0_1_738)"><g mask="url(#mask0_1_738)"><path d="M5.29289 3C5.81321 3 6.31459 3.18373 6.71029 3.51526L6.75195 3.55267C7.43792 3.19371 8.2079 3 9 3C10.2949 3 11.5631 3.35381 12.6685 4.02027L12.9415 4.19338L14.151 4.999L16 5V5.99194L13.8486 6L12.3868 5.02543C11.3838 4.3568 10.2054 4 9 4C7.95144 4 6.95175 4.42764 6.22867 5.17818L6.07805 5.34391L5.53008 5.98321C5.05094 6.5422 5.08295 7.37585 5.60355 7.89645C6.06564 8.35853 6.79569 8.38934 7.29351 7.98886L7.39645 7.89645L8.64645 6.64645C8.84171 6.45118 9.15829 6.45118 9.35355 6.64645C9.52712 6.82001 9.5464 7.08944 9.41141 7.28431L9.35355 7.35355L9.207 7.5L12.707 11H16V12L12.8042 12.0019C12.171 13.1242 11.1946 13.5379 9.99085 13.2141L9.843 13.17L9.81437 13.2569C9.32607 14.5557 8.18459 14.8519 6.62707 14.1248L6.583 14.102L6.48258 14.1815C5.75234 14.7128 4.96369 14.6431 4.26819 13.9772L1.43934 11.1464C1.36433 11.0714 1.26793 11.0227 1.16448 11.0062L1.08579 11H0V10H1.08579C1.43388 10 1.7695 10.121 2.03642 10.3397L2.14645 10.4393L4.86614 13.1595C5.32922 13.6575 5.66184 13.6575 6.13711 13.156C6.29317 12.9914 6.54053 12.9524 6.73964 13.0612C8.18281 13.8492 8.79139 13.6464 9.00751 12.4137C9.06439 12.0892 9.41395 11.9075 9.71219 12.0473C10.6912 12.5061 11.3446 12.4005 11.822 11.6931L11.885 11.592L8.499 8.207L8.10355 8.60355C7.21794 9.48917 5.78206 9.48917 4.89645 8.60355C4.04874 7.75585 3.95873 6.42268 4.65973 5.47203L4.77082 5.33242L5.31879 4.69312C5.48818 4.49549 5.6719 4.31329 5.86775 4.14753C5.73328 4.07262 5.58394 4.02528 5.4291 4.0077L5.29289 4H4.75C4.1035 4 3.4678 4.15618 2.8965 4.4537L2.68538 4.57187L1.13849 5.5H0V4.5L0.862 4.499L2.17089 3.71437C2.87206 3.29367 3.66427 3.05159 4.47804 3.00738L4.75 3H5.29289Z"></path></g></g><defs><clipPath id="clip0_1_738"><rect width="16" height="16"></rect></clipPath></defs>', 2))
862
- ], 64)) : e.name === "heading-1" ? (g(), b(O, { key: 59 }, [
862
+ ], 64)) : e.name === "heading-1" ? (g(), C(O, { key: 59 }, [
863
863
  t[51] || (t[51] = k("path", { d: "M3 1V11.5H4V6.5H12V9H13V1H12V5.5H4V1H3Z" }, null, -1)),
864
864
  t[52] || (t[52] = k("path", { d: "M13 10C13 10 12.4314 9.9753 12.2764 10.0528L10.8292 10.7764L11.2764 11.6708L12 11.309V14H11V15H14V14H13V10Z" }, null, -1))
865
- ], 64)) : e.name === "heading-2" ? (g(), b(O, { key: 60 }, [
865
+ ], 64)) : e.name === "heading-2" ? (g(), C(O, { key: 60 }, [
866
866
  t[53] || (t[53] = k("path", { d: "M3 1V11.5H4V6.5H12V9H13V1H12V5.5H4V1H3Z" }, null, -1)),
867
867
  t[54] || (t[54] = k("path", { d: "M11.6035 11.6035C11.6683 11.5388 11.725 11.4723 11.7798 11.4083C11.9659 11.1903 12.1285 11 12.5 11C12.6633 11 12.7877 11.0465 12.8628 11.1107C12.9246 11.1635 13 11.2668 13 11.5C13 11.6245 12.9528 11.7832 12.8269 11.9898C12.7013 12.1959 12.5179 12.4164 12.2915 12.658C12.1405 12.8191 11.9839 12.9757 11.821 13.1385L11.8169 13.1426C11.7335 13.226 11.6485 13.311 11.5616 13.3992C11.3129 13.6519 11.0587 13.9217 10.85 14.2C10.7364 14.3515 10.7181 14.5542 10.8028 14.7236C10.8875 14.893 11.0606 15 11.25 15H14V14H12.374C12.4189 13.955 12.4647 13.9092 12.511 13.8628L12.5123 13.8616C12.6823 13.6915 12.8594 13.5143 13.021 13.342C13.2633 13.0836 13.5018 12.8041 13.6809 12.5102C13.8597 12.2168 14 11.8755 14 11.5C14 11.0144 13.8254 10.6177 13.5122 10.3503C13.2123 10.0941 12.8367 10 12.5 10C11.9802 10 11.5992 10.2069 11.3342 10.4301C11.205 10.5388 11.1039 10.6508 11.0292 10.7387C11.0044 10.7678 10.9793 10.7982 10.9591 10.8228L10.9582 10.8238L10.9364 10.8502C10.9242 10.8649 10.9149 10.8758 10.9074 10.8844L10.899 10.8937L10.8964 10.8965L11.6035 11.6035Z" }, null, -1))
868
- ], 64)) : e.name === "heading" ? (g(), b("path", Np)) : e.name === "home" ? (g(), b("path", Dp)) : e.name === "id-card" ? (g(), b(O, { key: 63 }, [
868
+ ], 64)) : e.name === "heading" ? (g(), C("path", Np)) : e.name === "home" ? (g(), C("path", Dp)) : e.name === "id-card" ? (g(), C(O, { key: 63 }, [
869
869
  t[55] || (t[55] = k("path", {
870
870
  "fill-rule": "evenodd",
871
871
  "clip-rule": "evenodd",
@@ -878,39 +878,39 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
878
878
  "clip-rule": "evenodd",
879
879
  d: "M2.5 2C1.11929 2 0 3.11929 0 4.5V11.5C0 12.8807 1.11929 14 2.5 14H13.5C14.8807 14 16 12.8807 16 11.5V4.5C16 3.11929 14.8807 2 13.5 2H2.5ZM1 4.5C1 3.67157 1.67157 3 2.5 3H13.5C14.3284 3 15 3.67157 15 4.5V11.5C15 12.3284 14.3284 13 13.5 13H2.5C1.67157 13 1 12.3284 1 11.5V4.5Z"
880
880
  }, null, -1))
881
- ], 64)) : e.name === "id" ? (g(), b(O, { key: 64 }, [
881
+ ], 64)) : e.name === "id" ? (g(), C(O, { key: 64 }, [
882
882
  t[59] || (t[59] = k("path", { d: "M0 4H2V12H0V13H5V12H3V4H5V3H0V4Z" }, null, -1)),
883
883
  t[60] || (t[60] = k("path", {
884
884
  "fill-rule": "evenodd",
885
885
  "clip-rule": "evenodd",
886
886
  d: "M9 4H7V3H11V3.00948C12.3369 3.06183 13.5364 3.33914 14.4339 4.04434C15.4683 4.8571 16 6.15377 16 8C16 9.80454 15.6156 11.1149 14.6355 11.9442C13.7702 12.6763 12.5355 12.9475 11 12.9929V13H7V12H9V4ZM10 4H10.5C11.9632 4 13.0742 4.24773 13.8161 4.83066C14.5317 5.3929 15 6.34623 15 8C15 9.69546 14.6344 10.6351 13.9895 11.1808C13.3218 11.7458 12.2314 12 10.5 12H10V4Z"
887
887
  }, null, -1))
888
- ], 64)) : e.name === "indent-left" ? (g(), b(O, { key: 65 }, [
888
+ ], 64)) : e.name === "indent-left" ? (g(), C(O, { key: 65 }, [
889
889
  t[61] || (t[61] = K('<path d="M15 2H1V1H15V2Z"></path><path d="M15 6H10V5H15V6Z"></path><path d="M10 11H15V10H10V11Z"></path><path d="M15 15H1V14H15V15Z"></path><path d="M1 7.00001L4.70711 3.29291L5.41421 4.00001L2.91511 6.49991L8.70711 6.50001V7.50001L2.91511 7.49991L5.41421 10L4.70711 10.7071L1 7.00001Z"></path>', 5))
890
- ], 64)) : e.name === "indent-right" ? (g(), b(O, { key: 66 }, [
890
+ ], 64)) : e.name === "indent-right" ? (g(), C(O, { key: 66 }, [
891
891
  t[62] || (t[62] = K('<path d="M15 2H1V1H15V2Z"></path><path d="M15 6H10V5H15V6Z"></path><path d="M10 11H15V10H10V11Z"></path><path d="M15 15H1V14H15V15Z"></path><path d="M8.70711 7.00001L5 3.29291L4.29289 4.00001L6.792 6.49991L1 6.50001V7.50001L6.792 7.49991L4.29289 10L5 10.7071L8.70711 7.00001Z"></path>', 5))
892
- ], 64)) : e.name === "information" ? (g(), b(O, { key: 67 }, [
892
+ ], 64)) : e.name === "information" ? (g(), C(O, { key: 67 }, [
893
893
  t[63] || (t[63] = K('<g clip-path="url(#clip0_1_778)"><g mask="url(#mask0_1_778)"><path d="M7.5 5V4H8.5V5H7.5Z"></path><path d="M7.5 7V12H8.5V7H7.5Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z"></path></g></g><defs><clipPath id="clip0_1_778"><rect width="16" height="16"></rect></clipPath></defs>', 2))
894
- ], 64)) : e.name === "italics" ? (g(), b("path", Rp)) : e.name === "itenary" ? (g(), b(O, { key: 69 }, [
894
+ ], 64)) : e.name === "italics" ? (g(), C("path", Rp)) : e.name === "itenary" ? (g(), C(O, { key: 69 }, [
895
895
  t[64] || (t[64] = K('<path d="M6 3V4H4V3H6Z"></path><path d="M6 7V6H4V7H6Z"></path><path d="M6 9V10H4V9H6Z"></path><path d="M6 13V12H4V13H6Z"></path><path d="M12 3V4H7V3H12Z"></path><path d="M12 7V6H7V7H12Z"></path><path d="M12 9V10H7V9H12Z"></path><path d="M12 13V12H7V13H12Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M15 0V16H1V0H15ZM14 1H2V15H14V1Z"></path>', 9))
896
- ], 64)) : e.name === "keyboard" ? (g(), b(O, { key: 70 }, [
896
+ ], 64)) : e.name === "keyboard" ? (g(), C(O, { key: 70 }, [
897
897
  t[65] || (t[65] = K('<path fill-rule="evenodd" clip-rule="evenodd" d="M1 3V6H4V3H1ZM3 4H2V5H3V4Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3V6H8V3H5ZM7 4H6V5H7V4Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M1 7H4V10H1V7ZM2 8H3V9H2V8Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5 11V14H12V11H5ZM11 12H6V13H11V12Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 3H12V6H9V3ZM10 4H11V5H10V4Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5 7V10H8V7H5ZM7 8H6V9H7V8Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13 3H16V6H13V3ZM14 4H15V5H14V4Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 7V10H12V7H9ZM11 8H10V9H11V8Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13 7H16V10H13V7ZM14 8H15V9H14V8Z"></path>', 9))
898
- ], 64)) : e.name === "lightning" ? (g(), b(O, { key: 71 }, [
898
+ ], 64)) : e.name === "lightning" ? (g(), C(O, { key: 71 }, [
899
899
  t[66] || (t[66] = K('<g clip-path="url(#clip0_1_808)"><g mask="url(#mask0_1_808)"><path d="M9 0V6H13L7 16V10H3L9 0ZM7.999 3.611L4.765 9H8V12.389L11.233 7H8L7.999 3.611Z"></path></g></g><defs><clipPath id="clip0_1_808"><rect width="16" height="16"></rect></clipPath></defs>', 2))
900
- ], 64)) : e.name === "link" ? (g(), b(O, { key: 72 }, [
900
+ ], 64)) : e.name === "link" ? (g(), C(O, { key: 72 }, [
901
901
  t[67] || (t[67] = k("path", { d: "M13.789 7.15354C15.0222 5.77936 14.9781 3.66452 13.6569 2.34324C12.29 0.976407 10.0739 0.976406 8.7071 2.34324L6.58578 4.46456L6.45365 4.60401C5.22047 5.97819 5.26451 8.09303 6.58578 9.41431C6.78104 9.60957 7.09763 9.60957 7.29289 9.41431C7.48815 9.21905 7.48815 8.90246 7.29289 8.7072C6.31658 7.73089 6.31658 6.14798 7.29289 5.17167L9.41421 3.05035L9.5342 2.93788C10.5162 2.0756 12.0125 2.11309 12.9497 3.05035C13.9261 4.02666 13.9261 5.60957 12.9497 6.58588L11.8891 7.64654L11.8312 7.71579C11.6962 7.91066 11.7155 8.18008 11.8891 8.35365C12.0843 8.54891 12.4009 8.54891 12.5962 8.35365L13.6569 7.29299L13.789 7.15354Z" }, null, -1)),
902
902
  t[68] || (t[68] = k("path", { d: "M9.54635 11.3962C10.7795 10.022 10.7355 7.90718 9.41422 6.5859C9.21896 6.39064 8.90237 6.39064 8.70711 6.5859C8.51185 6.78117 8.51185 7.09775 8.70711 7.29301C9.68342 8.26932 9.68342 9.85223 8.70711 10.8285L6.58579 12.9498L6.4658 13.0623C5.48382 13.9246 3.98752 13.8871 3.05026 12.9498C2.07395 11.9735 2.07395 10.3906 3.05026 9.41433L4.11092 8.35367L4.16877 8.28442C4.30377 8.08955 4.28449 7.82013 4.11092 7.64656C3.91566 7.4513 3.59907 7.4513 3.40381 7.64656L2.34315 8.70722L2.21102 8.84667C0.977833 10.2208 1.02188 12.3357 2.34315 13.6569C3.70999 15.0238 5.92606 15.0238 7.2929 13.6569L9.41422 11.5356L9.54635 11.3962Z" }, null, -1))
903
- ], 64)) : e.name === "list-collapse" ? (g(), b(O, { key: 73 }, [
903
+ ], 64)) : e.name === "list-collapse" ? (g(), C(O, { key: 73 }, [
904
904
  t[69] || (t[69] = k("path", { d: "M1 3H15V4H1V3Z" }, null, -1)),
905
905
  t[70] || (t[70] = k("path", { d: "M10 6H15V7H10V6Z" }, null, -1)),
906
906
  t[71] || (t[71] = k("path", { d: "M10 9H15V10H10V9Z" }, null, -1)),
907
907
  t[72] || (t[72] = k("path", { d: "M4.70711 5L8.41421 8.70711L7.70711 9.41421L5.207 6.914L5.20711 14.7071H4.20711L4.207 6.914L1.70711 9.41421L1 8.70711L4.70711 5Z" }, null, -1))
908
- ], 64)) : e.name === "list-expand" ? (g(), b(O, { key: 74 }, [
908
+ ], 64)) : e.name === "list-expand" ? (g(), C(O, { key: 74 }, [
909
909
  t[73] || (t[73] = k("path", { d: "M1 3H15V4H1V3Z" }, null, -1)),
910
910
  t[74] || (t[74] = k("path", { d: "M10 6H15V7H10V6Z" }, null, -1)),
911
911
  t[75] || (t[75] = k("path", { d: "M10 9H15V10H10V9Z" }, null, -1)),
912
912
  t[76] || (t[76] = k("path", { d: "M4.70711 14.707L1 10.9999L1.70711 10.2928L4.20722 12.793L4.20711 4.99994H5.20711L5.20722 12.793L7.70711 10.2928L8.41422 10.9999L4.70711 14.707Z" }, null, -1))
913
- ], 64)) : e.name === "location" ? (g(), b(O, { key: 75 }, [
913
+ ], 64)) : e.name === "location" ? (g(), C(O, { key: 75 }, [
914
914
  t[77] || (t[77] = k("path", {
915
915
  "fill-rule": "evenodd",
916
916
  "clip-rule": "evenodd",
@@ -921,23 +921,23 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
921
921
  "clip-rule": "evenodd",
922
922
  d: "M2.5 6.45238C2.5 3.44004 4.9635 1 8 1C11.0347 1 13.5 3.44361 13.5 6.45238C13.5 9.10212 11.7596 11.9033 8.32747 14.8778L8 15.1616L7.67253 14.8778C4.24039 11.9033 2.5 9.10212 2.5 6.45238ZM12.5 6.45238C12.5 3.99788 10.4844 2 8 2C5.51365 2 3.5 3.99448 3.5 6.45238C3.5 8.60152 4.88763 10.9782 7.70243 13.5647L8 13.833L8.29757 13.5647C11.0118 11.0706 12.3991 8.77155 12.4947 6.68352L12.5 6.45238Z"
923
923
  }, null, -1))
924
- ], 64)) : e.name === "lock-locked" ? (g(), b(O, { key: 76 }, [
924
+ ], 64)) : e.name === "lock-locked" ? (g(), C(O, { key: 76 }, [
925
925
  t[79] || (t[79] = k("path", { d: "M7.5 10V14H8.5V10H7.5Z" }, null, -1)),
926
926
  t[80] || (t[80] = k("path", {
927
927
  "fill-rule": "evenodd",
928
928
  "clip-rule": "evenodd",
929
929
  d: "M3 5.5C3 2.73858 5.23858 0.5 8 0.5C10.7614 0.5 13 2.73858 13 5.5V8H14V16H2V8H3V5.5ZM12 5.5V8H4V5.5C4 3.29086 5.79086 1.5 8 1.5C10.2091 1.5 12 3.29086 12 5.5ZM3 15V9H13V15H3Z"
930
930
  }, null, -1))
931
- ], 64)) : e.name === "lock-unlocked" ? (g(), b(O, { key: 77 }, [
931
+ ], 64)) : e.name === "lock-unlocked" ? (g(), C(O, { key: 77 }, [
932
932
  t[81] || (t[81] = k("path", { d: "M6.00006 12.5H10.0001V11.5H6.00006V12.5Z" }, null, -1)),
933
933
  t[82] || (t[82] = k("path", {
934
934
  "fill-rule": "evenodd",
935
935
  "clip-rule": "evenodd",
936
936
  d: "M3 5.5C3 2.73858 5.23858 0.5 8 0.5H8.5C10.9853 0.5 13 2.51472 13 5H12C12 3.067 10.433 1.5 8.5 1.5H8C5.79086 1.5 4 3.29086 4 5.5V8H14V16H2V8H3V5.5ZM3 9V15H13V9H3Z"
937
937
  }, null, -1))
938
- ], 64)) : e.name === "magnifying-glass" ? (g(), b(O, { key: 78 }, [
938
+ ], 64)) : e.name === "magnifying-glass" ? (g(), C(O, { key: 78 }, [
939
939
  t[83] || (t[83] = K('<g clip-path="url(#clip0_1_833)"><g mask="url(#mask0_1_833)"><path d="M9.50002 0C13.0898 0 16 2.91015 16 6.5C16 10.0899 13.0898 13 9.50002 13C7.88562 13 6.40869 12.4114 5.27207 11.4372L1.00001 15.7071L0.292908 15L4.56366 10.7289C3.58891 9.59219 3.00002 8.11487 3.00002 6.5C3.00002 2.91015 5.91017 0 9.50002 0ZM9.50002 1C6.46245 1 4.00002 3.46243 4.00002 6.5C4.00002 9.53757 6.46245 12 9.50002 12C12.5376 12 15 9.53757 15 6.5C15 3.46243 12.5376 1 9.50002 1Z"></path></g></g><defs><clipPath id="clip0_1_833"><rect width="16" height="16"></rect></clipPath></defs>', 2))
940
- ], 64)) : e.name === "map" ? (g(), b("path", Pp)) : e.name === "match-case" ? (g(), b(O, { key: 80 }, [
940
+ ], 64)) : e.name === "map" ? (g(), C("path", Pp)) : e.name === "match-case" ? (g(), C(O, { key: 80 }, [
941
941
  t[84] || (t[84] = k("path", {
942
942
  "fill-rule": "evenodd",
943
943
  "clip-rule": "evenodd",
@@ -948,14 +948,14 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
948
948
  "clip-rule": "evenodd",
949
949
  d: "M9.1371 4V12H10.0277V11.0781H10.1371C10.2048 11.1875 10.3012 11.3255 10.4262 11.4922C10.5512 11.6562 10.7296 11.8034 10.9613 11.9336C11.1931 12.0612 11.5017 12.125 11.8871 12.125C12.3871 12.125 12.8285 11.9987 13.2113 11.7461C13.5941 11.4909 13.8936 11.1315 14.1098 10.668C14.3259 10.2018 14.434 9.65104 14.434 9.01562C14.434 8.38542 14.3259 7.83854 14.1098 7.375C13.8936 6.91146 13.5928 6.55339 13.2074 6.30078C12.822 6.04818 12.3767 5.92188 11.8715 5.92188C11.4809 5.92188 11.171 5.98698 10.9418 6.11719C10.7152 6.24479 10.5407 6.39062 10.4184 6.55469C10.2986 6.71615 10.2048 6.84896 10.1371 6.95312H10.059V4H9.1371ZM10.2426 10.1992C10.1098 9.85286 10.0434 9.45312 10.0434 9C10.0434 8.55208 10.1085 8.16016 10.2387 7.82422C10.3689 7.48568 10.5616 7.22266 10.8168 7.03516C11.072 6.84505 11.3871 6.75 11.7621 6.75C12.1527 6.75 12.4769 6.85026 12.7348 7.05078C12.9952 7.2487 13.1892 7.51823 13.3168 7.85938C13.447 8.19792 13.5121 8.57812 13.5121 9C13.5121 9.42708 13.4457 9.8151 13.3129 10.1641C13.1827 10.5104 12.9874 10.7865 12.7269 10.9922C12.4691 11.1953 12.1475 11.2969 11.7621 11.2969C11.3923 11.2969 11.0798 11.2005 10.8246 11.0078C10.5694 10.8125 10.3754 10.543 10.2426 10.1992Z"
950
950
  }, null, -1))
951
- ], 64)) : e.name === "match-diacritics" ? (g(), b(O, { key: 81 }, [
951
+ ], 64)) : e.name === "match-diacritics" ? (g(), C(O, { key: 81 }, [
952
952
  t[86] || (t[86] = k("path", {
953
953
  "fill-rule": "evenodd",
954
954
  "clip-rule": "evenodd",
955
955
  d: "M8.04688 11.7656C7.66667 11.7656 7.32161 11.694 7.01172 11.5508C6.70182 11.4049 6.45573 11.1953 6.27344 10.9219C6.09115 10.6458 6 10.3125 6 9.92188C6 9.57812 6.06771 9.29948 6.20312 9.08594C6.33854 8.86979 6.51953 8.70052 6.74609 8.57812C6.97266 8.45573 7.22266 8.36458 7.49609 8.30469C7.77214 8.24219 8.04948 8.19271 8.32812 8.15625C8.69271 8.10937 8.98828 8.07422 9.21484 8.05078C9.44401 8.02474 9.61068 7.98177 9.71484 7.92188C9.82161 7.86198 9.875 7.75781 9.875 7.60938V7.57812C9.875 7.19271 9.76953 6.89323 9.55859 6.67969C9.35026 6.46615 9.03385 6.35938 8.60938 6.35938C8.16927 6.35938 7.82422 6.45573 7.57422 6.64844C7.32422 6.84115 7.14844 7.04688 7.04688 7.26562L6.17188 6.95312C6.32813 6.58854 6.53646 6.30469 6.79687 6.10156C7.0599 5.89583 7.34635 5.7526 7.65625 5.67188C7.96875 5.58854 8.27604 5.54688 8.57812 5.54688C8.77083 5.54688 8.99219 5.57031 9.24219 5.61719C9.49479 5.66146 9.73828 5.75391 9.97266 5.89453C10.2096 6.03516 10.4063 6.2474 10.5625 6.53125C10.7188 6.8151 10.7969 7.19531 10.7969 7.67188V11.625H9.875V10.8125H9.82812C9.76562 10.9427 9.66146 11.082 9.51562 11.2305C9.36979 11.3789 9.17578 11.5052 8.93359 11.6094C8.69141 11.7135 8.39583 11.7656 8.04688 11.7656ZM8.1875 10.9375C8.55208 10.9375 8.85938 10.8659 9.10938 10.7227C9.36198 10.5794 9.55208 10.3945 9.67969 10.168C9.8099 9.94141 9.875 9.70312 9.875 9.45312V8.60938C9.83594 8.65625 9.75 8.69922 9.61719 8.73828C9.48698 8.77474 9.33594 8.80729 9.16406 8.83594C8.99479 8.86198 8.82943 8.88542 8.66797 8.90625C8.50911 8.92448 8.38021 8.9401 8.28125 8.95312C8.04167 8.98437 7.81771 9.03516 7.60938 9.10547C7.40365 9.17318 7.23698 9.27604 7.10938 9.41406C6.98438 9.54948 6.92187 9.73437 6.92187 9.96875C6.92187 10.2891 7.04036 10.5312 7.27734 10.6953C7.51693 10.8568 7.82031 10.9375 8.1875 10.9375Z"
956
956
  }, null, -1)),
957
957
  t[87] || (t[87] = k("path", { d: "M8.25 4.8125L7.03125 3H8.10938L9.0625 4.8125H8.25Z" }, null, -1))
958
- ], 64)) : e.name === "match-full-word" ? (g(), b(O, { key: 82 }, [
958
+ ], 64)) : e.name === "match-full-word" ? (g(), C(O, { key: 82 }, [
959
959
  t[88] || (t[88] = k("path", {
960
960
  "fill-rule": "evenodd",
961
961
  "clip-rule": "evenodd",
@@ -967,22 +967,22 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
967
967
  "clip-rule": "evenodd",
968
968
  d: "M3.57422 10.4258C3.88411 10.569 4.22917 10.6406 4.60938 10.6406C4.95833 10.6406 5.25391 10.5885 5.49609 10.4844C5.73828 10.3802 5.93229 10.2539 6.07812 10.1055C6.22396 9.95703 6.32812 9.81771 6.39062 9.6875H6.4375V10.5H7.35938V6.54688C7.35938 6.07031 7.28125 5.6901 7.125 5.40625C6.96875 5.1224 6.77214 4.91016 6.53516 4.76953C6.30078 4.62891 6.05729 4.53646 5.80469 4.49219C5.55469 4.44531 5.33333 4.42188 5.14062 4.42188C4.83854 4.42188 4.53125 4.46354 4.21875 4.54688C3.90885 4.6276 3.6224 4.77083 3.35938 4.97656C3.09896 5.17969 2.89062 5.46354 2.73438 5.82812L3.60938 6.14062C3.71094 5.92187 3.88672 5.71615 4.13672 5.52344C4.38672 5.33073 4.73177 5.23438 5.17188 5.23438C5.59635 5.23438 5.91276 5.34115 6.12109 5.55469C6.33203 5.76823 6.4375 6.06771 6.4375 6.45312V6.48437C6.4375 6.63281 6.38411 6.73698 6.27734 6.79688C6.17318 6.85677 6.00651 6.89974 5.77734 6.92578C5.55078 6.94922 5.25521 6.98438 4.89062 7.03125C4.61198 7.06771 4.33464 7.11719 4.05859 7.17969C3.78516 7.23958 3.53516 7.33073 3.30859 7.45312C3.08203 7.57552 2.90104 7.74479 2.76562 7.96094C2.63021 8.17448 2.5625 8.45312 2.5625 8.79688C2.5625 9.1875 2.65365 9.52083 2.83594 9.79688C3.01823 10.0703 3.26432 10.2799 3.57422 10.4258ZM5.67188 9.59766C5.42188 9.74089 5.11458 9.8125 4.75 9.8125C4.38281 9.8125 4.07943 9.73177 3.83984 9.57031C3.60286 9.40625 3.48438 9.16406 3.48438 8.84375C3.48438 8.60938 3.54688 8.42448 3.67188 8.28906C3.79948 8.15104 3.96615 8.04818 4.17188 7.98047C4.38021 7.91016 4.60417 7.85938 4.84375 7.82812C4.94271 7.8151 5.07161 7.79948 5.23047 7.78125C5.39193 7.76042 5.55729 7.73698 5.72656 7.71094C5.89844 7.68229 6.04948 7.64974 6.17969 7.61328C6.3125 7.57422 6.39844 7.53125 6.4375 7.48438V8.32812C6.4375 8.57812 6.3724 8.81641 6.24219 9.04297C6.11458 9.26953 5.92448 9.45443 5.67188 9.59766Z"
969
969
  }, null, -1))
970
- ], 64)) : e.name === "megaphone" ? (g(), b("path", Ip)) : e.name === "message" ? (g(), b(O, { key: 84 }, [
970
+ ], 64)) : e.name === "megaphone" ? (g(), C("path", Ip)) : e.name === "message" ? (g(), C(O, { key: 84 }, [
971
971
  t[91] || (t[91] = K('<g clip-path="url(#clip0_1_843)"><g mask="url(#mask0_1_843)"><path d="M16 0V11H9L4 16V11H0V0H16ZM0.999 0.999V10H5L4.999 13.585L8.58579 10H14.999V1L0.999 0.999Z"></path></g></g><defs><clipPath id="clip0_1_843"><rect width="16" height="16"></rect></clipPath></defs>', 2))
972
- ], 64)) : e.name === "microscope" ? (g(), b("path", Bp)) : e.name === "moon" ? (g(), b("path", $p)) : e.name === "new-document" ? (g(), b(O, { key: 87 }, [
972
+ ], 64)) : e.name === "microscope" ? (g(), C("path", Bp)) : e.name === "moon" ? (g(), C("path", $p)) : e.name === "new-document" ? (g(), C(O, { key: 87 }, [
973
973
  t[92] || (t[92] = k("path", {
974
974
  "fill-rule": "evenodd",
975
975
  "clip-rule": "evenodd",
976
976
  d: "M10.5 5.5H15V15H5V12H4V16H16V5L11 0H4V3H5V1H10.5V5.5ZM14.0858 4.5L11.5 1.91421V4.5H14.0858Z"
977
977
  }, null, -1)),
978
978
  t[93] || (t[93] = k("path", { d: "M5 5V7H7V8H5V10H4V8H2V7H4V5H5Z" }, null, -1))
979
- ], 64)) : e.name === "news" ? (g(), b(O, { key: 88 }, [
979
+ ], 64)) : e.name === "news" ? (g(), C(O, { key: 88 }, [
980
980
  t[94] || (t[94] = K('<g clip-path="url(#clip0_1_862)"><g mask="url(#mask0_1_862)"><path d="M16 0V14C16 15.0544 15.1841 15.9182 14.1493 15.9945L14 16H2L1.85074 15.9945C0.867621 15.922 0.0821352 15.1388 0.00604447 14.1567L0 14V5H3V0H16ZM15 1H4V14L3.98871 14.2134L3.96401 14.3795L3.95976 14.4009C3.93696 14.5132 3.90468 14.6222 3.86383 14.7268L3.82605 14.8172L3.75015 14.9687L3.731 15H14C14.4734 15 14.8699 14.6711 14.9736 14.2293L14.9933 14.1166L15 14V1ZM3 6H1V14C1 14.4734 1.32893 14.8699 1.77071 14.9736L1.88338 14.9933L2 15C2.51284 15 2.93551 14.614 2.99327 14.1166L3 14V6ZM13 12V13H6V12H13ZM13 9V10H6V9H13ZM10 3V7H6V3H10ZM13 6V7H11V6H13ZM9 4H7V6H9V4ZM13 3V4H11V3H13Z"></path></g></g><defs><clipPath id="clip0_1_862"><rect width="16" height="16"></rect></clipPath></defs>', 2))
981
- ], 64)) : e.name === "numbered-list" ? (g(), b(O, { key: 89 }, [
981
+ ], 64)) : e.name === "numbered-list" ? (g(), C(O, { key: 89 }, [
982
982
  t[95] || (t[95] = K('<path d="M2.76288 2.07468C2.91029 2.16578 3.00002 2.32671 3.00002 2.5V6H4.00002V7H1.00001V6H2.00002V3.30902L1.27641 3.67082L0.829193 2.77639L2.27641 2.05279C2.43141 1.97529 2.61548 1.98357 2.76288 2.07468Z"></path><path d="M1.77978 10.4083C1.72505 10.4724 1.66828 10.5388 1.60356 10.6036L0.896449 9.89645L0.899051 9.89369L0.907402 9.88438C0.914905 9.87582 0.924156 9.8649 0.936372 9.85022L0.95822 9.8238C0.978608 9.79909 1.00411 9.76818 1.02919 9.73868C1.10391 9.65077 1.20503 9.53881 1.33419 9.43004C1.59924 9.20684 1.9802 9 2.5 9C2.83674 9 3.21235 9.09412 3.51225 9.35028C3.82537 9.61774 4 10.0144 4 10.5C4 10.8755 3.85969 11.2168 3.68088 11.5102C3.50179 11.8041 3.26329 12.0836 3.02102 12.342C2.85943 12.5143 2.68235 12.6914 2.51227 12.8616L2.51151 12.8623C2.46502 12.9088 2.41905 12.9548 2.37407 13H4V14H1.25C1.06062 14 0.887485 13.893 0.802789 13.7236C0.718093 13.5542 0.736371 13.3515 0.850003 13.2C1.05871 12.9217 1.31288 12.652 1.56165 12.3992C1.64988 12.3096 1.73629 12.2232 1.82098 12.1385C1.9839 11.9757 2.14051 11.8191 2.29148 11.658C2.51797 11.4164 2.70134 11.1959 2.82694 10.9898C2.95282 10.7832 3 10.6245 3 10.5C3 10.2668 2.92463 10.1635 2.86276 10.1107C2.78766 10.0465 2.66327 10 2.5 10C2.12849 10 1.96593 10.1903 1.77978 10.4083Z"></path><path d="M15.5 3H6.5V4H15.5V3Z"></path><path d="M6.5 8H15.5V9H6.5V8Z"></path><path d="M15.5 13H6.5V14H15.5V13Z"></path>', 5))
983
- ], 64)) : e.name === "open-link" ? (g(), b(O, { key: 90 }, [
983
+ ], 64)) : e.name === "open-link" ? (g(), C(O, { key: 90 }, [
984
984
  t[96] || (t[96] = K('<g clip-path="url(#clip0_1_874)"><g mask="url(#mask0_1_874)"><path d="M15 6H16V0H9.99997V1H14.2915L7.14642 8.14645L7.85353 8.85355L14.9995 1.707L15 6Z"></path><path d="M7 3V2H0V16H14V7H13L12.999 15H1V3H7Z"></path></g></g><defs><clipPath id="clip0_1_874"><rect width="16" height="16"></rect></clipPath></defs>', 2))
985
- ], 64)) : e.name === "options" ? (g(), b(O, { key: 91 }, [
985
+ ], 64)) : e.name === "options" ? (g(), C(O, { key: 91 }, [
986
986
  t[97] || (t[97] = k("path", {
987
987
  "fill-rule": "evenodd",
988
988
  "clip-rule": "evenodd",
@@ -998,28 +998,28 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
998
998
  "clip-rule": "evenodd",
999
999
  d: "M13 6.5C12.1716 6.5 11.5 7.17157 11.5 8C11.5 8.82843 12.1716 9.5 13 9.5C13.8284 9.5 14.5 8.82843 14.5 8C14.5 7.17157 13.8284 6.5 13 6.5ZM13 7.5C13.2761 7.5 13.5 7.72386 13.5 8C13.5 8.27614 13.2761 8.5 13 8.5C12.7239 8.5 12.5 8.27614 12.5 8C12.5 7.72386 12.7239 7.5 13 7.5Z"
1000
1000
  }, null, -1))
1001
- ], 64)) : e.name === "page" ? (g(), b(O, { key: 92 }, [
1001
+ ], 64)) : e.name === "page" ? (g(), C(O, { key: 92 }, [
1002
1002
  t[100] || (t[100] = K('<path d="M8 3V4H4V3H8Z"></path><path d="M12 7V6H4V7H12Z"></path><path d="M12 9V10H4V9H12Z"></path><path d="M12 13V12H4V13H12Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M15 0V16H1V0H15ZM14 1H2V15H14V1Z"></path>', 5))
1003
- ], 64)) : e.name === "panel-left-show" ? (g(), b(O, { key: 93 }, [
1003
+ ], 64)) : e.name === "panel-left-show" ? (g(), C(O, { key: 93 }, [
1004
1004
  t[101] || (t[101] = K('<path d="M4.5 9C4.77614 9 5 9.22386 5 9.5C5 9.77614 4.77614 10 4.5 10H2.5C2.22386 10 2 9.77614 2 9.5C2 9.22386 2.22386 9 2.5 9H4.5Z"></path><path d="M4.5 7C4.77614 7 5 7.22386 5 7.5C5 7.77614 4.77614 8 4.5 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H4.5Z"></path><path d="M4.5 5C4.77614 5 5 5.22386 5 5.5C5 5.77614 4.77614 6 4.5 6H2.5C2.22386 6 2 5.77614 2 5.5C2 5.22386 2.22386 5 2.5 5H4.5Z"></path><path d="M4.5 3C4.77614 3 5 3.22386 5 3.5C5 3.77614 4.77614 4 4.5 4H2.5C2.22386 4 2 3.77614 2 3.5C2 3.22386 2.22386 3 2.5 3H4.5Z"></path><path d="M11.7246 4.58203C11.9187 4.45387 12.1827 4.47562 12.3535 4.64648C12.5244 4.81735 12.5461 5.08132 12.418 5.27539L12.3535 5.35352L10.707 7L12.3535 8.64648C12.5488 8.84174 12.5488 9.15825 12.3535 9.35352C12.1583 9.54877 11.8417 9.54877 11.6465 9.35352L9.29297 7L11.6465 4.64648L11.7246 4.58203Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14 0C15.1046 0 16 0.895431 16 2V13L15.9893 13.2041C15.8938 14.1457 15.1457 14.8938 14.2041 14.9893L14 15H2L1.7959 14.9893C0.854347 14.8938 0.1062 14.1457 0.0107422 13.2041L0 13V2C0 0.964349 0.787223 0.113005 1.7959 0.0107422L2 0H14ZM2 1C1.48232 1 1.05621 1.39333 1.00488 1.89746L1 2V13C1 13.5523 1.44772 14 2 14H6V1H2ZM7 14H14C14.5523 14 15 13.5523 15 13V2C15 1.44772 14.5523 1 14 1H7V14Z"></path><path d="M4.5 11C4.77614 11 5 11.2239 5 11.5C5 11.7761 4.77614 12 4.5 12H2.5C2.22386 12 2 11.7761 2 11.5C2 11.2239 2.22386 11 2.5 11H4.5Z"></path>', 7))
1005
- ], 64)) : e.name === "panel-left-hide" ? (g(), b(O, { key: 94 }, [
1005
+ ], 64)) : e.name === "panel-left-hide" ? (g(), C(O, { key: 94 }, [
1006
1006
  t[102] || (t[102] = K('<path d="M4.5 9C4.77614 9 5 9.22386 5 9.5C5 9.77614 4.77614 10 4.5 10H2.5C2.22386 10 2 9.77614 2 9.5C2 9.22386 2.22386 9 2.5 9H4.5Z"></path><path d="M4.5 7C4.77614 7 5 7.22386 5 7.5C5 7.77614 4.77614 8 4.5 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H4.5Z"></path><path d="M4.5 5C4.77614 5 5 5.22386 5 5.5C5 5.77614 4.77614 6 4.5 6H2.5C2.22386 6 2 5.77614 2 5.5C2 5.22386 2.22386 5 2.5 5H4.5Z"></path><path d="M4.5 3C4.77614 3 5 3.22386 5 3.5C5 3.77614 4.77614 4 4.5 4H2.5C2.22386 4 2 3.77614 2 3.5C2 3.22386 2.22386 3 2.5 3H4.5Z"></path><path d="M9.93945 4.64648C10.1103 4.47565 10.3743 4.45388 10.5684 4.58203L10.6465 4.64648L13 7L10.6465 9.35352C10.4512 9.54876 10.1347 9.54874 9.93945 9.35352C9.7442 9.15825 9.74419 8.84174 9.93945 8.64648L11.5859 7L9.93945 5.35352L9.875 5.27539C9.74684 5.08132 9.7686 4.81735 9.93945 4.64648Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14 0C15.1046 0 16 0.895431 16 2V13L15.9893 13.2041C15.8938 14.1457 15.1457 14.8938 14.2041 14.9893L14 15H2L1.7959 14.9893C0.854347 14.8938 0.1062 14.1457 0.0107422 13.2041L0 13V2C0 0.964349 0.787223 0.113005 1.7959 0.0107422L2 0H14ZM2 1C1.48232 1 1.05621 1.39333 1.00488 1.89746L1 2V13C1 13.5523 1.44772 14 2 14H6V1H2ZM7 14H14C14.5523 14 15 13.5523 15 13V2C15 1.44772 14.5523 1 14 1H7V14Z"></path><path d="M4.5 11C4.77614 11 5 11.2239 5 11.5C5 11.7761 4.77614 12 4.5 12H2.5C2.22386 12 2 11.7761 2 11.5C2 11.2239 2.22386 11 2.5 11H4.5Z"></path>', 7))
1007
- ], 64)) : e.name === "panel-right-show" ? (g(), b(O, { key: 95 }, [
1007
+ ], 64)) : e.name === "panel-right-show" ? (g(), C(O, { key: 95 }, [
1008
1008
  t[103] || (t[103] = K('<path d="M3.93945 4.64648C4.11032 4.47566 4.37429 4.45388 4.56836 4.58203L4.64648 4.64648L7 7L4.64648 9.35352C4.45123 9.54876 4.13471 9.54873 3.93945 9.35352C3.7442 9.15825 3.7442 8.84174 3.93945 8.64648L5.58594 7L3.93945 5.35352L3.875 5.27539C3.74684 5.08132 3.7686 4.81735 3.93945 4.64648Z"></path><path d="M13.5 9C13.7761 9 14 9.22386 14 9.5C14 9.77614 13.7761 10 13.5 10H11.5C11.2239 10 11 9.77614 11 9.5C11 9.22386 11.2239 9 11.5 9H13.5Z"></path><path d="M13.5 7C13.7761 7 14 7.22386 14 7.5C14 7.77614 13.7761 8 13.5 8H11.5C11.2239 8 11 7.77614 11 7.5C11 7.22386 11.2239 7 11.5 7H13.5Z"></path><path d="M13.5 5C13.7761 5 14 5.22386 14 5.5C14 5.77614 13.7761 6 13.5 6H11.5C11.2239 6 11 5.77614 11 5.5C11 5.22386 11.2239 5 11.5 5H13.5Z"></path><path d="M13.5 3C13.7761 3 14 3.22386 14 3.5C14 3.77614 13.7761 4 13.5 4H11.5C11.2239 4 11 3.77614 11 3.5C11 3.22386 11.2239 3 11.5 3H13.5Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14 0C15.1046 0 16 0.895431 16 2V13L15.9893 13.2041C15.8938 14.1457 15.1457 14.8938 14.2041 14.9893L14 15H2L1.7959 14.9893C0.854347 14.8938 0.1062 14.1457 0.0107422 13.2041L0 13V2C0 0.964349 0.787223 0.113005 1.7959 0.0107422L2 0H14ZM2 1C1.48232 1 1.05621 1.39333 1.00488 1.89746L1 2V13C1 13.5523 1.44772 14 2 14H9V1H2ZM10 14H14C14.5523 14 15 13.5523 15 13V2C15 1.44772 14.5523 1 14 1H10V14Z"></path><path d="M13.5 11C13.7761 11 14 11.2239 14 11.5C14 11.7761 13.7761 12 13.5 12H11.5C11.2239 12 11 11.7761 11 11.5C11 11.2239 11.2239 11 11.5 11H13.5Z"></path>', 7))
1009
- ], 64)) : e.name === "panel-right-hide" ? (g(), b(O, { key: 96 }, [
1009
+ ], 64)) : e.name === "panel-right-hide" ? (g(), C(O, { key: 96 }, [
1010
1010
  t[104] || (t[104] = K('<path d="M5.72461 4.58203C5.91869 4.45387 6.18265 4.47562 6.35352 4.64648C6.52437 4.81735 6.54613 5.08132 6.41797 5.27539L6.35352 5.35352L4.70703 7L6.35352 8.64648C6.54877 8.84174 6.54877 9.15825 6.35352 9.35352C6.15826 9.54877 5.84175 9.54877 5.64648 9.35352L3.29297 7L5.64648 4.64648L5.72461 4.58203Z"></path><path d="M13.5 9C13.7761 9 14 9.22386 14 9.5C14 9.77614 13.7761 10 13.5 10H11.5C11.2239 10 11 9.77614 11 9.5C11 9.22386 11.2239 9 11.5 9H13.5Z"></path><path d="M13.5 7C13.7761 7 14 7.22386 14 7.5C14 7.77614 13.7761 8 13.5 8H11.5C11.2239 8 11 7.77614 11 7.5C11 7.22386 11.2239 7 11.5 7H13.5Z"></path><path d="M13.5 5C13.7761 5 14 5.22386 14 5.5C14 5.77614 13.7761 6 13.5 6H11.5C11.2239 6 11 5.77614 11 5.5C11 5.22386 11.2239 5 11.5 5H13.5Z"></path><path d="M13.5 3C13.7761 3 14 3.22386 14 3.5C14 3.77614 13.7761 4 13.5 4H11.5C11.2239 4 11 3.77614 11 3.5C11 3.22386 11.2239 3 11.5 3H13.5Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14 0C15.1046 0 16 0.895431 16 2V13L15.9893 13.2041C15.8938 14.1457 15.1457 14.8938 14.2041 14.9893L14 15H2L1.7959 14.9893C0.854347 14.8938 0.1062 14.1457 0.0107422 13.2041L0 13V2C0 0.964349 0.787223 0.113005 1.7959 0.0107422L2 0H14ZM2 1C1.48232 1 1.05621 1.39333 1.00488 1.89746L1 2V13C1 13.5523 1.44772 14 2 14H9V1H2ZM10 14H14C14.5523 14 15 13.5523 15 13V2C15 1.44772 14.5523 1 14 1H10V14Z"></path><path d="M13.5 11C13.7761 11 14 11.2239 14 11.5C14 11.7761 13.7761 12 13.5 12H11.5C11.2239 12 11 11.7761 11 11.5C11 11.2239 11.2239 11 11.5 11H13.5Z"></path>', 7))
1011
- ], 64)) : e.name === "paper-plane" ? (g(), b(O, { key: 97 }, [
1011
+ ], 64)) : e.name === "paper-plane" ? (g(), C(O, { key: 97 }, [
1012
1012
  t[105] || (t[105] = K('<g clip-path="url(#clip0_1_891)"><g mask="url(#mask0_1_891)"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.8342 1.1281C15.8821 1.17116 15.9219 1.22357 15.9505 1.28299C15.9548 1.29195 15.9588 1.30101 15.9626 1.31016C15.9749 1.3401 15.9841 1.37101 15.9904 1.40244C16.003 1.46569 16.003 1.52928 15.9918 1.59019C15.9807 1.65089 15.9583 1.71013 15.9242 1.76463C15.9197 1.77192 15.915 1.7791 15.91 1.78615L7.46212 14.0831C7.35322 14.2417 7.16305 14.3237 6.97302 14.2941C6.783 14.2645 6.62679 14.1285 6.57128 13.9443L4.54999 7.23958L0.113026 1.81662C-0.00931144 1.66709 -0.0345612 1.46047 0.0481707 1.28588C0.130902 1.1113 0.30681 1 0.500005 1H15.4998C15.5831 1 15.6628 1.02061 15.7329 1.05753C15.769 1.07652 15.8031 1.1001 15.8342 1.1281ZM7.22794 12.658L5.59796 7.25124L13.9466 2.87814L7.22794 12.658ZM5.12895 6.36801L1.55513 2H13.4679L5.12895 6.36801Z"></path></g></g><defs><clipPath id="clip0_1_891"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1013
- ], 64)) : e.name === "paper" ? (g(), b("path", Zp)) : e.name === "pen-and-paper" ? (g(), b(O, { key: 99 }, [
1013
+ ], 64)) : e.name === "paper" ? (g(), C("path", Zp)) : e.name === "pen-and-paper" ? (g(), C(O, { key: 99 }, [
1014
1014
  t[106] || (t[106] = k("path", { d: "M15 3.24567V0H1V16H15V8.8289L14 9.8289V15H2V1H14V2.24567L15 3.24567Z" }, null, -1)),
1015
1015
  t[107] || (t[107] = k("path", {
1016
1016
  "fill-rule": "evenodd",
1017
1017
  "clip-rule": "evenodd",
1018
1018
  d: "M12.9644 3.21002L15.7916 6.0373L8.8288 13.0001H6V10.1713L12.9644 3.21002ZM7.49701 10.0855L7 10.5844V11.9995H8.41516L8.91309 11.5016L7.49701 10.0855ZM11.546 6.03655L8.20398 9.37849L9.62012 10.7946L12.9611 7.45165L11.546 6.03655ZM12.9645 4.6229L12.2529 5.32955L13.668 6.74465L14.3781 6.03657L12.9645 4.6229Z"
1019
1019
  }, null, -1))
1020
- ], 64)) : e.name === "phase" ? (g(), b(O, { key: 100 }, [
1020
+ ], 64)) : e.name === "phase" ? (g(), C(O, { key: 100 }, [
1021
1021
  t[108] || (t[108] = K('<g clip-path="url(#clip0_1_900)"><g mask="url(#mask0_1_900)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM7.5 14.9824V1.01758C3.86736 1.27396 1 4.30212 1 8C1 11.6979 3.86736 14.726 7.5 14.9824ZM15 8C15 11.6979 12.1326 14.726 8.5 14.9824V1.01758C12.1326 1.27396 15 4.30212 15 8Z"></path></g></g><defs><clipPath id="clip0_1_900"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1022
- ], 64)) : e.name === "photo" ? (g(), b(O, { key: 101 }, [
1022
+ ], 64)) : e.name === "photo" ? (g(), C(O, { key: 101 }, [
1023
1023
  t[109] || (t[109] = k("path", {
1024
1024
  "fill-rule": "evenodd",
1025
1025
  "clip-rule": "evenodd",
@@ -1030,30 +1030,30 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
1030
1030
  "clip-rule": "evenodd",
1031
1031
  d: "M0 2V14H16V2H0ZM15 3H1V10.5284L3.98146 8.3988L8.01149 10.9176L11.5115 8.91757L15 11.0979V3ZM15 12.2771L11.4885 10.0825L7.98851 12.0825L4.01854 9.60122L1 11.7573V13H15V12.2771Z"
1032
1032
  }, null, -1))
1033
- ], 64)) : e.name === "pie-chart" ? (g(), b("path", zp)) : e.name === "plus" ? (g(), b("path", Fp)) : e.name === "point-left" ? (g(), b("path", jp)) : e.name === "point-up" ? (g(), b("path", Wp)) : e.name === "popup" ? (g(), b(O, { key: 106 }, [
1033
+ ], 64)) : e.name === "pie-chart" ? (g(), C("path", zp)) : e.name === "plus" ? (g(), C("path", Fp)) : e.name === "point-left" ? (g(), C("path", jp)) : e.name === "point-up" ? (g(), C("path", Wp)) : e.name === "popup" ? (g(), C(O, { key: 106 }, [
1034
1034
  t[111] || (t[111] = K('<g clip-path="url(#clip0_1_915)"><g mask="url(#mask0_1_915)"><path d="M12 9V4H7.00001V5L10.2935 4.999L5.64645 9.64645L6.35356 10.3536L10.9995 5.707L11 9H12Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16 14V0H2V2H0V16H14V13.999L16 14ZM1 3H2V14L13 13.999V14.999H1V3ZM15 12.999H3V0.999H14.999L15 12.999Z"></path></g></g><defs><clipPath id="clip0_1_915"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1035
- ], 64)) : e.name === "question" ? (g(), b(O, { key: 107 }, [
1035
+ ], 64)) : e.name === "question" ? (g(), C(O, { key: 107 }, [
1036
1036
  t[112] || (t[112] = K('<g clip-path="url(#clip0_1_922)"><g mask="url(#mask0_1_922)"><path d="M8 14C8.55228 14 9 13.5523 9 13C9 12.4477 8.55228 12 8 12C7.44772 12 7 12.4477 7 13C7 13.5523 7.44772 14 8 14Z"></path><path d="M8 2.5C6.34315 2.5 5 3.84315 5 5.5C5 5.77614 5.22386 6 5.5 6C5.77614 6 6 5.77614 6 5.5C6 4.39543 6.89543 3.5 8 3.5C9.10457 3.5 10 4.39543 10 5.5C10 6.21805 9.85037 6.58137 9.69455 6.81943C9.54406 7.04934 9.35804 7.22 9.04876 7.49743L9.03867 7.50648C8.97559 7.56306 8.90769 7.62396 8.83653 7.68905C8.25668 8.15473 7.88116 8.53012 7.68483 8.99383C7.49939 9.43185 7.49966 9.90063 7.49997 10.4337L7.5 10.5C7.5 10.7761 7.72386 11 8 11C8.27614 11 8.5 10.7761 8.5 10.5C8.5 9.87439 8.50827 9.61383 8.6057 9.3837C8.69845 9.16463 8.89986 8.91969 9.47478 8.45905L9.48775 8.44865L9.5 8.43742C9.57154 8.37185 9.63992 8.31051 9.70733 8.25005L9.73698 8.22346C10.0231 7.96688 10.3029 7.71603 10.5312 7.36709C10.8124 6.93749 11 6.37512 11 5.5C11 3.84315 9.65685 2.5 8 2.5Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z"></path></g></g><defs><clipPath id="clip0_1_922"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1037
- ], 64)) : e.name === "radio-tower" ? (g(), b("path", Up)) : e.name === "recycle" ? (g(), b("path", Kp)) : e.name === "redo" ? (g(), b("path", qp)) : e.name === "refresh" ? (g(), b("path", Jp)) : e.name === "route" ? (g(), b("path", Gp)) : e.name === "rows" ? (g(), b("path", _p)) : e.name === "scope" ? (g(), b(O, { key: 114 }, [
1037
+ ], 64)) : e.name === "radio-tower" ? (g(), C("path", Up)) : e.name === "recycle" ? (g(), C("path", Kp)) : e.name === "redo" ? (g(), C("path", qp)) : e.name === "refresh" ? (g(), C("path", Jp)) : e.name === "route" ? (g(), C("path", Gp)) : e.name === "rows" ? (g(), C("path", _p)) : e.name === "scope" ? (g(), C(O, { key: 114 }, [
1038
1038
  t[113] || (t[113] = K('<path d="M2 3.5C2 2.67157 2.67157 2 3.5 2H4.75V1H3.5C2.11929 1 1 2.11929 1 3.5V4.75H2V3.5Z"></path><path d="M11.25 2H12.5C13.3284 2 14 2.67157 14 3.5V4.75H15V3.5C15 2.11929 13.8807 1 12.5 1H11.25V2Z"></path><path d="M2 12.5V11.25H1V12.5C1 13.8807 2.11929 15 3.5 15H4.75V14H3.5C2.67157 14 2 13.3284 2 12.5Z"></path><path d="M14 11.25V12.5C14 13.3284 13.3284 14 12.5 14H11.25V15H12.5C13.8807 15 15 13.8807 15 12.5V11.25H14Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8ZM10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8Z"></path>', 5))
1039
- ], 64)) : e.name === "settings" ? (g(), b(O, { key: 115 }, [
1039
+ ], 64)) : e.name === "settings" ? (g(), C(O, { key: 115 }, [
1040
1040
  t[114] || (t[114] = K('<g clip-path="url(#clip0_1_614)"><mask id="mask0_1_614" style="mask-type:luminance;" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><g mask="url(#mask0_1_614)"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8ZM10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M7.13189 0.00759414L7.22706 0H8.71294C9.00362 0 9.25399 0.209771 9.29781 0.494872L9.542 1.954L9.87127 2.04643C10.2123 2.15324 10.5427 2.28873 10.8596 2.45183L11.159 2.618L12.398 1.73008C12.4658 1.68941 12.5385 1.65974 12.6215 1.64744L12.7082 1.64118C12.8537 1.64118 13.0044 1.69143 13.1288 1.81586L14.1806 2.86762C14.3817 3.06876 14.4074 3.3771 14.245 3.63113L13.382 4.842L13.5439 5.13346C13.7047 5.44285 13.8389 5.76653 13.9459 6.1024L14.037 6.421L15.4984 6.66934C15.7578 6.70925 15.9524 6.91151 15.9924 7.16012L16 7.25529L15.9985 8.77952C15.9776 9.05144 15.7767 9.28377 15.501 9.32614L14.034 9.57L13.9419 9.8925C13.8353 10.2268 13.7013 10.5499 13.5412 10.8581L13.379 11.149L14.2437 12.3686C14.3868 12.5729 14.3845 12.8457 14.2452 13.0473L14.1771 13.1288L13.1253 14.1806C13.0022 14.3038 12.8533 14.3553 12.7047 14.3553C12.5739 14.3553 12.4515 14.3125 12.3618 14.245L11.15 13.382L10.8595 13.5439C10.5501 13.7047 10.2264 13.8389 9.89054 13.9459L9.571 14.037L9.3236 15.4984C9.28369 15.7578 9.08143 15.9524 8.83282 15.9924L8.73765 16H7.25176C6.96109 16 6.71071 15.7902 6.6668 15.5046L6.421 14.037L6.11363 13.9493C5.79111 13.8467 5.47541 13.7172 5.1701 13.5627L4.879 13.406L3.62313 14.2982C3.55535 14.3388 3.48268 14.3685 3.39964 14.3808L3.31294 14.3871C3.16752 14.3871 3.01676 14.3368 2.89233 14.2124L1.84056 13.1606C1.63943 12.9595 1.61374 12.6511 1.77642 12.3968L2.636 11.19L2.47158 10.8974C2.30799 10.5863 2.17178 10.2634 2.06563 9.93465L1.971 9.613L0.501618 9.36242C0.242199 9.32251 0.0476291 9.12025 0.00759414 8.87164L0 8.77647V7.29059C0 6.99991 0.209771 6.74954 0.494872 6.70572L1.954 6.46L2.04473 6.13737C2.14937 5.80152 2.28136 5.47679 2.43956 5.16744L2.597 4.88L1.7245 3.65261C1.58145 3.44825 1.58375 3.17545 1.72308 2.97392L1.79115 2.89233L2.84292 1.84056C2.96608 1.71741 3.11492 1.66588 3.26353 1.66588C3.39436 1.66588 3.5167 1.7087 3.60675 1.77642L4.813 2.636L5.10615 2.47158C5.41723 2.30799 5.7401 2.17178 6.06888 2.06563L6.39 1.971L6.64111 0.501618C6.68102 0.242199 6.88328 0.0476291 7.13189 0.00759414ZM8.368 1H7.57L7.37385 2.15586C7.31617 2.48911 7.08983 2.76519 6.77778 2.89444L6.6569 2.93585C6.1901 3.05652 5.73647 3.24804 5.30957 3.50415C4.9778 3.69888 4.56154 3.68272 4.24383 3.45887L3.307 2.79L2.741 3.356L3.41853 4.30878C3.61886 4.58665 3.65727 4.94553 3.52593 5.25595L3.4687 5.36984C3.22481 5.78477 3.03988 6.24061 2.91919 6.72009C2.82504 7.09667 2.51545 7.37978 2.13219 7.44487L1 7.635V8.433L2.15586 8.62968C2.48911 8.68736 2.76519 8.9137 2.89444 9.22575L2.93585 9.34663C3.05652 9.81343 3.24804 10.2671 3.50415 10.694C3.69888 11.0257 3.68272 11.442 3.45887 11.7597L2.79 12.696L3.356 13.262L4.30398 12.5885C4.43733 12.4899 4.5934 12.4299 4.75474 12.4099L4.87647 12.4024C5.04568 12.4024 5.21569 12.4467 5.36526 12.5322C5.78585 12.7734 6.23169 12.9565 6.68703 13.0743C7.05959 13.1693 7.3412 13.4754 7.40614 13.8578L7.596 15H8.393L8.58581 13.864C8.63825 13.5231 8.86958 13.2385 9.18306 13.1138L9.30427 13.0747C9.78223 12.9512 10.2352 12.7635 10.6551 12.5135C10.9878 12.3183 11.4064 12.3346 11.717 12.5585L12.661 13.23L13.227 12.663L12.5536 11.715C12.3561 11.4347 12.3214 11.0774 12.454 10.7666L12.5116 10.6524C12.76 10.2352 12.9477 9.78223 13.0708 9.30591C13.1658 8.93335 13.4719 8.65174 13.8543 8.5868L15 8.395V7.599L13.864 7.40713C13.5231 7.35469 13.2385 7.12336 13.1138 6.80988L13.0747 6.68867C12.9512 6.21071 12.7635 5.75774 12.5135 5.33781C12.3183 5.00518 12.3346 4.58654 12.5585 4.27593L13.23 3.331L12.665 2.766L11.7256 3.44286C11.4453 3.64037 11.088 3.6751 10.7785 3.54327L10.6649 3.48601C10.2337 3.23182 9.77 3.04164 9.28344 2.91919C8.90686 2.82504 8.62375 2.51545 8.55866 2.13219L8.368 1Z"></path></g></mask></g><defs><clipPath id="clip0_1_614"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1041
- ], 64)) : e.name === "share" ? (g(), b(O, { key: 116 }, [
1041
+ ], 64)) : e.name === "share" ? (g(), C(O, { key: 116 }, [
1042
1042
  t[115] || (t[115] = K('<g clip-path="url(#clip0_1_948)"><path d="M11.7071 4.00008L8.00001 0.292969L4.29291 4.00008L5.00001 4.70718L7.49991 2.20697L7.50001 10.0001H8.50001L8.49991 2.20697L11 4.70718L11.7071 4.00008Z"></path><path d="M3 7.50012C3 7.22397 3.22386 7.00012 3.5 7.00012H5.75V6.00012H3.5C2.67157 6.00012 2 6.67169 2 7.50012V14.5001C2 15.3285 2.67157 16.0001 3.5 16.0001H12.5C13.3284 16.0001 14 15.3285 14 14.5001V7.50012C14 6.67169 13.3284 6.00012 12.5 6.00012H10.25V7.00012H12.5C12.7761 7.00012 13 7.22397 13 7.50012V14.5001C13 14.7762 12.7761 15.0001 12.5 15.0001H3.5C3.22386 15.0001 3 14.7762 3 14.5001V7.50012Z"></path></g><defs><clipPath id="clip0_1_948"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1043
- ], 64)) : e.name === "sign-in" ? (g(), b(O, { key: 117 }, [
1043
+ ], 64)) : e.name === "sign-in" ? (g(), C(O, { key: 117 }, [
1044
1044
  t[116] || (t[116] = k("path", { d: "M3 16H15V0H3V4H4V1H13.999V14.999H4V11H3V16Z" }, null, -1)),
1045
1045
  t[117] || (t[117] = k("path", { d: "M11.7071 7.50002L8 3.79291L7.29289 4.50002L9.794 6.99991L1 7.00002V8.00002L9.792 7.99991L7.29289 10.5L8 11.2071L11.7071 7.50002Z" }, null, -1))
1046
- ], 64)) : e.name === "sign-up" ? (g(), b("path", Yp)) : e.name === "sort-down" ? (g(), b(O, { key: 119 }, [
1046
+ ], 64)) : e.name === "sign-up" ? (g(), C("path", Yp)) : e.name === "sort-down" ? (g(), C(O, { key: 119 }, [
1047
1047
  t[118] || (t[118] = K('<g clip-path="url(#clip0_1_956)"><g mask="url(#mask0_1_956)"><path d="M10 3V2H0V3H10Z"></path><path d="M12.9999 12.793L13 3H12L11.9999 12.793L9.50001 10.2929L8.79291 11L12.5 14.7071L16.2071 11L15.5 10.2929L12.9999 12.793Z"></path><path d="M6 9V8H0V9H6Z"></path><path d="M2 14V15H0V14H2Z"></path><path d="M8 5V6H0V5H8Z"></path><path d="M4 12V11H0V12H4Z"></path></g></g><defs><clipPath id="clip0_1_956"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1048
- ], 64)) : e.name === "sort-up" ? (g(), b(O, { key: 120 }, [
1048
+ ], 64)) : e.name === "sort-up" ? (g(), C(O, { key: 120 }, [
1049
1049
  t[119] || (t[119] = K('<g clip-path="url(#clip0_1_967)"><g mask="url(#mask0_1_967)"><path d="M2 1V2H0V1H2Z"></path><path d="M6 8V7H0V8H6Z"></path><path d="M10 14V13H0V14H10Z"></path><path d="M4 5V4H0V5H4Z"></path><path d="M8 10V11H0V10H8Z"></path><path d="M16.2071 5.00002L12.5 1.29291L8.79291 5.00002L9.50001 5.70713L11.9999 3.20591L12 13H13L12.9999 3.20591L15.5 5.70713L16.2071 5.00002Z"></path></g></g><defs><clipPath id="clip0_1_967"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1050
- ], 64)) : e.name === "sort" ? (g(), b(O, { key: 121 }, [
1050
+ ], 64)) : e.name === "sort" ? (g(), C(O, { key: 121 }, [
1051
1051
  t[120] || (t[120] = K('<path d="M15 2V1H1V2H15Z"></path><path d="M9 8V7H1V8H9Z"></path><path d="M3 13V14H1V13H3Z"></path><path d="M12 4V5H1V4H12Z"></path><path d="M6 11V10H1V11H6Z"></path>', 5))
1052
- ], 64)) : e.name === "square-solid" ? (g(), b("path", Xp)) : e.name === "star-solid" ? (g(), b(O, { key: 123 }, [
1052
+ ], 64)) : e.name === "square-solid" ? (g(), C("path", Xp)) : e.name === "star-solid" ? (g(), C(O, { key: 123 }, [
1053
1053
  t[121] || (t[121] = K('<g clip-path="url(#clip0_1_986)"><g mask="url(#mask0_1_986)"><path d="M8.76085 0.853568C8.52137 0.11652 7.47864 0.116518 7.23916 0.853568L5.72836 5.50332H0.83933C0.0643515 5.50332 -0.25787 6.49501 0.369102 6.95053L4.32441 9.82423L2.81362 14.474C2.57413 15.211 3.41772 15.8239 4.04469 15.3684L8 12.4947L11.9553 15.3684C12.5823 15.8239 13.4259 15.211 13.1864 14.474L11.6756 9.82423L15.6309 6.95053C16.2579 6.49501 15.9357 5.50332 15.1607 5.50332H10.2716L8.76085 0.853568Z"></path></g></g><defs><clipPath id="clip0_1_986"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1054
- ], 64)) : e.name === "star" ? (g(), b(O, { key: 124 }, [
1054
+ ], 64)) : e.name === "star" ? (g(), C(O, { key: 124 }, [
1055
1055
  t[122] || (t[122] = K('<g clip-path="url(#clip0_1_992)"><g mask="url(#mask0_1_992)"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.23916 0.853568C7.47865 0.116518 8.52137 0.11652 8.76085 0.853568L10.2716 5.50332H15.1607C15.9357 5.50332 16.2579 6.49501 15.6309 6.95053L11.6756 9.82423L13.1864 14.474C13.4259 15.211 12.5823 15.8239 11.9553 15.3684L8.00001 12.4947L4.0447 15.3684C3.41772 15.8239 2.57414 15.211 2.81362 14.474L4.32442 9.82423L0.369102 6.95053C-0.25787 6.49501 0.0643516 5.50332 0.83933 5.50332H5.72837L7.23916 0.853568ZM8.00001 1.74799L6.63452 5.95053C6.52742 6.28015 6.22026 6.50332 5.87368 6.50332H1.45487L5.02976 9.10063C5.31015 9.30434 5.42748 9.66544 5.32038 9.99505L3.95489 14.1976L7.52978 11.6003C7.81017 11.3966 8.18985 11.3966 8.47024 11.6003L12.0451 14.1976L10.6796 9.99505C10.5725 9.66544 10.6899 9.30434 10.9702 9.10063L14.5451 6.50332H10.1263C9.77976 6.50332 9.47259 6.28015 9.3655 5.95053L8.00001 1.74799Z"></path></g></g><defs><clipPath id="clip0_1_992"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1056
- ], 64)) : e.name === "stop-watch" ? (g(), b(O, { key: 125 }, [
1056
+ ], 64)) : e.name === "stop-watch" ? (g(), C(O, { key: 125 }, [
1057
1057
  t[123] || (t[123] = k("path", { d: "M10.5 1.5C10.5 1.22386 10.2761 1 10 1H6L5.91012 1.00806C5.67688 1.05039 5.5 1.25454 5.5 1.5C5.5 1.77614 5.72386 2 6 2H10L10.0899 1.99194C10.3231 1.94961 10.5 1.74546 10.5 1.5Z" }, null, -1)),
1058
1058
  t[124] || (t[124] = k("path", { d: "M4.64645 5.64645C4.82001 5.47288 5.08944 5.4536 5.28431 5.58859L5.35355 5.64645L8.43834 8.73123C8.6336 8.92649 8.6336 9.24308 8.43834 9.43834C8.26477 9.61191 7.99535 9.63119 7.80048 9.49619L7.73123 9.43834L4.64645 6.35355C4.45118 6.15829 4.45118 5.84171 4.64645 5.64645Z" }, null, -1)),
1059
1059
  t[125] || (t[125] = k("path", {
@@ -1061,15 +1061,15 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
1061
1061
  "clip-rule": "evenodd",
1062
1062
  d: "M8 2.5C9.61487 2.5 11.0922 3.08889 12.2289 4.06364L13.1464 3.14645C13.3417 2.95118 13.6583 2.95118 13.8536 3.14645C14.0271 3.32001 14.0464 3.58944 13.9114 3.78431L13.8536 3.85355L12.9364 4.77106C13.9111 5.90781 14.5 7.38513 14.5 9C14.5 12.5899 11.5899 15.5 8 15.5C4.41015 15.5 1.5 12.5899 1.5 9C1.5 5.41015 4.41015 2.5 8 2.5ZM8 3.5C4.96243 3.5 2.5 5.96243 2.5 9C2.5 12.0376 4.96243 14.5 8 14.5C11.0376 14.5 13.5 12.0376 13.5 9C13.5 5.96243 11.0376 3.5 8 3.5Z"
1063
1063
  }, null, -1))
1064
- ], 64)) : e.name === "structure" ? (g(), b("path", Qp)) : e.name === "sun" ? (g(), b(O, { key: 127 }, [
1064
+ ], 64)) : e.name === "structure" ? (g(), C("path", Qp)) : e.name === "sun" ? (g(), C(O, { key: 127 }, [
1065
1065
  t[126] || (t[126] = K('<g clip-path="url(#clip0_1_1004)"><g mask="url(#mask0_1_1004)"><path d="M7.5 2V0H8.5V2H7.5Z"></path><path d="M7.5 16V14H8.5V16H7.5Z"></path><path d="M16 8.5H14V7.5H16V8.5Z"></path><path d="M2 8.5H0V7.5H2V8.5Z"></path><path d="M13.3032 1.98956L14.0103 2.69667L12.5961 4.11088L11.889 3.40378L13.3032 1.98956Z"></path><path d="M2.69666 14.0104L1.98955 13.3033L3.40376 11.8891L4.11087 12.5962L2.69666 14.0104Z"></path><path d="M14.0103 13.3033L13.3032 14.0104L11.889 12.5962L12.5961 11.8891L14.0103 13.3033Z"></path><path d="M3.40373 4.11088L1.98952 2.69667L2.69662 1.98956L4.11084 3.40378L3.40373 4.11088Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8ZM11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8Z"></path></g></g><defs><clipPath id="clip0_1_1004"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1066
- ], 64)) : e.name === "table" ? (g(), b("path", eh)) : e.name === "tag" ? (g(), b(O, { key: 129 }, [
1066
+ ], 64)) : e.name === "table" ? (g(), C("path", eh)) : e.name === "tag" ? (g(), C(O, { key: 129 }, [
1067
1067
  t[127] || (t[127] = K('<g clip-path="url(#clip0_1_1020)"><mask id="mask0_1_1020" style="mask-type:luminance;" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><path d="M16 0H0V16H16V0Z"></path></mask><g mask="url(#mask0_1_1020)"><path d="M16.21 0V6.94975L7.22474 15.935L0.274994 8.98528L9.26027 0H16.21ZM15.211 0.999H9.67502L1.68902 8.985L7.22502 14.521L15.211 6.535V0.999ZM12 2C13.1046 2 14 2.89543 14 4C14 5.10457 13.1046 6 12 6C10.8954 6 9.99999 5.10457 9.99999 4C9.99999 2.89543 10.8954 2 12 2ZM12 3C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5C12.5523 5 13 4.55228 13 4C13 3.44772 12.5523 3 12 3Z"></path></g></g><defs><clipPath id="clip0_1_1020"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1068
- ], 64)) : e.name === "team" ? (g(), b(O, { key: 130 }, [
1068
+ ], 64)) : e.name === "team" ? (g(), C(O, { key: 130 }, [
1069
1069
  t[128] || (t[128] = K('<g clip-path="url(#clip0_1_1026)"><g mask="url(#mask0_1_1026)"><path d="M12 10C14.1614 10 15.8922 11.6993 15.9952 13.8494L16 14.0523V14.74C16 15.3912 15.5054 15.9288 14.8713 15.9935L14.7428 16H6.25723C5.60616 16 5.07086 15.5031 5.00649 14.8686L5 14.74V14.0523C5 11.8071 6.77109 10 9 10C9.27614 10 9.5 10.2239 9.5 10.5C9.5 10.7761 9.27614 11 9 11C7.38766 11 6.09529 12.2599 6.00504 13.8718L6 14.0523V14.74C6 14.8629 6.08528 14.9661 6.19853 14.9931L6.25723 15H14.7428C14.8638 15 14.9663 14.9143 14.9932 14.7995L15 14.74V14.0523C15 12.355 13.6721 11 12 11C11.7239 11 11.5 10.7761 11.5 10.5C11.5 10.2239 11.7239 10 12 10ZM4 6C4.27614 6 4.5 6.22386 4.5 6.5C4.5 6.77614 4.27614 7 4 7C2.32794 7 1 8.35497 1 10.0523C1 10.1752 1.08528 10.2784 1.19853 10.3054L1.25723 10.3123H5.06104C5.33718 10.3123 5.56104 10.5362 5.56104 10.8123C5.56104 11.0578 5.38416 11.2619 5.15091 11.3042L5.06104 11.3123H1.25723C0.562755 11.3123 0 10.7469 0 10.0523C0 7.80715 1.77109 6 4 6ZM10.5 4C12.1569 4 13.5 5.34315 13.5 7C13.5 8.65685 12.1569 10 10.5 10C8.84313 10 7.5 8.65685 7.5 7C7.5 5.34315 8.84313 4 10.5 4ZM10.5 5C9.39542 5 8.5 5.89543 8.5 7C8.5 8.10457 9.39542 9 10.5 9C11.6046 9 12.5 8.10457 12.5 7C12.5 5.89543 11.6046 5 10.5 5ZM6 6C6.29398 6 6.58346 6.03145 6.86497 6.09332C7.13468 6.1526 7.30526 6.41929 7.24598 6.689C7.1867 6.9587 6.92001 7.12929 6.65031 7.07001C6.43929 7.02363 6.22178 7 6 7C5.72386 7 5.5 6.77614 5.5 6.5C5.5 6.22386 5.72386 6 6 6ZM5 1C6.38072 1 7.5 2.11929 7.5 3.5C7.5 4.88071 6.38072 6 5 6C3.61928 6 2.5 4.88071 2.5 3.5C2.5 2.11929 3.61928 1 5 1ZM5 2C4.17157 2 3.5 2.67157 3.5 3.5C3.5 4.32843 4.17157 5 5 5C5.82843 5 6.5 4.32843 6.5 3.5C6.5 2.67157 5.82843 2 5 2Z"></path></g></g><defs><clipPath id="clip0_1_1026"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1070
- ], 64)) : e.name === "telescope" ? (g(), b(O, { key: 131 }, [
1070
+ ], 64)) : e.name === "telescope" ? (g(), C(O, { key: 131 }, [
1071
1071
  t[129] || (t[129] = K('<g clip-path="url(#clip0_1_1032)"><g mask="url(#mask0_1_1032)"><path d="M13.8545 0.115723L15.9067 5.75388L9.41795 8.11525C9.47132 8.29552 9.49997 8.48641 9.49997 8.68399C9.49997 9.42163 9.10064 10.066 8.50637 10.4127L10.6548 15.5167L9.73318 15.9048L7.53406 10.6827L7.46567 10.6837L5.26676 15.9048L4.34512 15.5167L6.49387 10.4129C5.89944 10.0662 5.49997 9.42175 5.49997 8.68399C5.49997 8.58006 5.5079 8.47799 5.52318 8.37834L1.45414 9.85898L0.0860596 6.10021L4.77006 4.39472L4.45758 3.53592L13.8545 0.115723ZM7.49997 7.68399C6.94768 7.68399 6.49997 8.13171 6.49997 8.68399C6.49997 9.23628 6.94768 9.68399 7.49997 9.68399C8.05225 9.68399 8.49997 9.23628 8.49997 8.68399C8.49997 8.13171 8.05225 7.68399 7.49997 7.68399ZM5.11206 5.33472L1.36723 6.69745L2.05127 8.57683L5.79606 7.21372L5.11206 5.33472ZM13.2564 1.39659L5.73884 4.13275L6.72397 6.84011C6.96258 6.73957 7.22479 6.68399 7.49997 6.68399C8.03847 6.68399 8.52727 6.89682 8.88683 7.24294L14.6245 5.15536L13.2564 1.39659Z"></path></g></g><defs><clipPath id="clip0_1_1032"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1072
- ], 64)) : e.name === "text-select" ? (g(), b("path", th)) : e.name === "trash" ? (g(), b(O, { key: 133 }, [
1072
+ ], 64)) : e.name === "text-select" ? (g(), C("path", th)) : e.name === "trash" ? (g(), C(O, { key: 133 }, [
1073
1073
  t[130] || (t[130] = k("path", { d: "M11 13V5H10V13H11Z" }, null, -1)),
1074
1074
  t[131] || (t[131] = k("path", { d: "M6 5V13H5V5H6Z" }, null, -1)),
1075
1075
  t[132] || (t[132] = k("path", { d: "M8.5 13V5H7.5V13H8.5Z" }, null, -1)),
@@ -1078,16 +1078,16 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
1078
1078
  "clip-rule": "evenodd",
1079
1079
  d: "M15 2H11V0H5V2H1V3H2V16H14V3H15V2ZM3 3H13V15H3V3ZM6 1H10V2H6V1Z"
1080
1080
  }, null, -1))
1081
- ], 64)) : e.name === "triangle-angle" ? (g(), b("path", nh)) : e.name === "triangle-side" ? (g(), b("path", rh)) : e.name === "underline" ? (g(), b(O, { key: 136 }, [
1081
+ ], 64)) : e.name === "triangle-angle" ? (g(), C("path", nh)) : e.name === "triangle-side" ? (g(), C("path", rh)) : e.name === "underline" ? (g(), C(O, { key: 136 }, [
1082
1082
  t[134] || (t[134] = k("path", { d: "M4 7V2H3V7C3 9.76142 5.23858 12 8 12C10.7614 12 13 9.76142 13 7V2H12V7C12 9.20914 10.2091 11 8 11C5.79086 11 4 9.20914 4 7Z" }, null, -1)),
1083
1083
  t[135] || (t[135] = k("path", { d: "M3 13V14H13V13H3Z" }, null, -1))
1084
- ], 64)) : e.name === "undo" ? (g(), b("path", ih)) : e.name === "user" ? (g(), b(O, { key: 138 }, [
1084
+ ], 64)) : e.name === "undo" ? (g(), C("path", ih)) : e.name === "user" ? (g(), C(O, { key: 138 }, [
1085
1085
  t[136] || (t[136] = K('<g clip-path="url(#clip0_1_1061)"><g mask="url(#mask0_1_1061)"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 4.5C4 2.02847 5.77489 0 8 0C10.2251 0 12 2.02847 12 4.5C12 6.97153 10.2251 9 8 9C5.77489 9 4 6.97153 4 4.5ZM11 4.5C11 2.55326 9.64091 1 8 1C6.35909 1 5 2.55326 5 4.5C5 6.44674 6.35909 8 8 8C9.64091 8 11 6.44674 11 4.5Z"></path><path d="M15.4952 12.8494C15.3922 10.6993 13.6614 9 11.5 9C11.2239 9 11 9.22386 11 9.5C11 9.77614 11.2239 10 11.5 10C13.1721 10 14.5 11.355 14.5 13.0523V14.74L14.4932 14.7995C14.4663 14.9143 14.3638 15 14.2428 15H1.75723L1.69853 14.9931C1.58528 14.9661 1.5 14.8629 1.5 14.74V13.0523L1.50504 12.8718C1.59529 11.2599 2.88766 10 4.5 10C4.77614 10 5 9.77614 5 9.5C5 9.22386 4.77614 9 4.5 9C2.27109 9 0.5 10.8071 0.5 13.0523V14.74L0.50649 14.8686C0.570859 15.5031 1.10616 16 1.75723 16H14.2428L14.3713 15.9935C15.0054 15.9288 15.5 15.3912 15.5 14.74V13.0523L15.4952 12.8494Z"></path></g></g><defs><clipPath id="clip0_1_1061"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1086
- ], 64)) : e.name === "venn" ? (g(), b("path", oh)) : e.name === "video" ? (g(), b("path", sh)) : e.name === "visibility-off-alt" ? (g(), b(O, { key: 141 }, [
1086
+ ], 64)) : e.name === "venn" ? (g(), C("path", oh)) : e.name === "video" ? (g(), C("path", sh)) : e.name === "visibility-off-alt" ? (g(), C(O, { key: 141 }, [
1087
1087
  t[137] || (t[137] = K('<g clip-path="url(#clip0_1_693)"><g mask="url(#mask0_1_693)"><path d="M14.1873 3.1816C14.3939 2.99839 14.4129 2.68238 14.2297 2.47577C14.0465 2.26916 13.7305 2.25019 13.5239 2.4334L1.81263 12.8183C1.60602 13.0016 1.58706 13.3176 1.77027 13.5242C1.95348 13.7308 2.26949 13.7498 2.4761 13.5666L14.1873 3.1816Z"></path><path d="M9.97039 3.26198C10.347 3.36379 10.434 3.83673 10.1421 4.09559C10.0061 4.21618 9.81754 4.25579 9.6416 4.21015C9.18473 4.09163 8.72341 4.02336 8.25756 4.00501L7.99999 3.99994C5.67785 3.99994 3.46772 5.22992 1.3611 7.73033L1.13799 7.99994L1.3611 8.26955C1.84697 8.84624 2.33835 9.35535 2.83533 9.79738C3.06497 10.0017 3.07413 10.3632 2.84418 10.5671C2.66124 10.7293 2.38675 10.7348 2.20352 10.5729C1.48721 9.94001 0.787738 9.18431 0.105324 8.30692C-0.035108 8.12636 -0.035108 7.87352 0.105324 7.69297C2.52575 4.581 5.16083 2.99994 7.99999 2.99994C8.66813 2.99994 9.32498 3.08751 9.97039 3.26198Z"></path><path d="M8.00002 4.99994C8.42927 4.99994 8.54791 5.50926 8.22674 5.79405L8.1656 5.84827C8.05537 5.94601 7.91267 5.99641 7.76635 6.01344C6.92866 6.11092 6.24892 6.72603 6.05541 7.53049C6.02096 7.67375 5.95395 7.80946 5.84371 7.90721L5.51375 8.19981C5.31238 8.37837 5.00002 8.26908 5.00002 7.99994C5.00002 6.34308 6.34315 4.99994 8.00002 4.99994Z"></path><path d="M9.94462 8.46937C9.97908 8.3261 10.0461 8.19038 10.1563 8.09262L10.4862 7.80008C10.6876 7.62149 11 7.73079 11 7.99996C11 9.65682 9.65688 11 8.00002 11C7.57072 11 7.45208 10.4906 7.77328 10.2058L7.83435 10.1517C7.94458 10.0539 8.08728 10.0035 8.23362 9.98647C9.07135 9.88902 9.75111 9.27387 9.94462 8.46937Z"></path><path d="M6.35836 11.7898C6.18242 11.7441 5.99382 11.7837 5.85782 11.9043C5.56591 12.1632 5.65292 12.6361 6.02955 12.7379C6.67497 12.9124 7.33183 13 7.99999 13C10.7445 13 13.2984 11.5226 15.6519 8.61303L15.8932 8.3058C16.0344 8.1261 16.035 7.87336 15.8947 7.69299C15.2123 6.81558 14.5128 6.05988 13.7965 5.427C13.6132 5.26511 13.3387 5.27063 13.1558 5.43285C12.9258 5.63675 12.935 5.99826 13.1647 6.2025C13.6616 6.64453 14.153 7.15365 14.6389 7.73035L14.861 7.99996L14.6389 8.26957C12.5323 10.77 10.3222 12 7.99999 12L7.74244 11.9949C7.27657 11.9766 6.81524 11.9083 6.35836 11.7898Z"></path></g></g><defs><clipPath id="clip0_1_693"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1088
- ], 64)) : e.name === "visibility-off" ? (g(), b("path", lh)) : e.name === "visibility-on" ? (g(), b(O, { key: 143 }, [
1088
+ ], 64)) : e.name === "visibility-off" ? (g(), C("path", lh)) : e.name === "visibility-on" ? (g(), C(O, { key: 143 }, [
1089
1089
  t[138] || (t[138] = K('<g clip-path="url(#clip0_1_703)"><g mask="url(#mask0_1_703)"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8ZM10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0.105332 7.69303C2.52576 4.58105 5.16084 3 8 3C10.8392 3 13.4742 4.58105 15.8947 7.69303L16.1334 8L15.6519 8.61306C13.2983 11.5226 10.7445 13 8 13C5.16084 13 2.52576 11.4189 0.105332 8.30697L-0.133423 8L0.105332 7.69303ZM14.6389 7.73039C12.6103 5.32259 10.4857 4.09285 8.25757 4.00506L8 4C5.67785 4 3.46774 5.22998 1.36112 7.73039L1.13801 8L1.36112 8.26961C3.38972 10.6774 5.51428 11.9071 7.74246 11.9949L8 12C10.3222 12 12.5323 10.77 14.6389 8.26961L14.861 8L14.6389 7.73039Z"></path></g></g><defs><clipPath id="clip0_1_703"><rect width="16" height="16"></rect></clipPath></defs>', 2))
1090
- ], 64)) : e.name === "warning" ? (g(), b(O, { key: 144 }, [
1090
+ ], 64)) : e.name === "warning" ? (g(), C(O, { key: 144 }, [
1091
1091
  t[139] || (t[139] = k("path", { d: "M8.5 8.50003H7.5V5.50003H8.5V8.50003Z" }, null, -1)),
1092
1092
  t[140] || (t[140] = k("path", { d: "M7.5 10.5H8.5V9.5H7.5V10.5Z" }, null, -1)),
1093
1093
  t[141] || (t[141] = k("path", {
@@ -1095,7 +1095,7 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
1095
1095
  "clip-rule": "evenodd",
1096
1096
  d: "M7.49613 1.12857C7.34713 1.21549 7.22315 1.33948 7.13623 1.48848L1.00675 11.9962C0.728464 12.4732 0.8896 13.0855 1.36665 13.3638C1.51959 13.453 1.69347 13.5 1.87052 13.5H14.1295C14.6818 13.5 15.1295 13.0523 15.1295 12.5C15.1295 12.323 15.0825 12.1491 14.9933 11.9962L8.86378 1.48848C8.60538 1.0455 8.05896 0.874922 7.60026 1.07562L7.49613 1.12857ZM1.87052 12.5L8.00001 1.99303L14.1295 12.5H1.87052Z"
1097
1097
  }, null, -1))
1098
- ], 64)) : e.name === "zoom" ? (g(), b(O, { key: 145 }, [
1098
+ ], 64)) : e.name === "zoom" ? (g(), C(O, { key: 145 }, [
1099
1099
  t[142] || (t[142] = K('<g clip-path="url(#clip0_27_7)"><path d="M10 6H12V7H10V9H9V7H7V6H9V4H10V6Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 0C13.0898 0 16 2.91015 16 6.5C16 10.0899 13.0898 13 9.5 13C7.88578 13 6.40903 12.4115 5.27246 11.4375L1 15.707L0.292969 15L4.56348 10.7285C3.58889 9.59185 3 8.11472 3 6.5C3 2.91016 5.91016 8.24673e-06 9.5 0ZM9.5 1C6.46244 1.00001 4 3.46244 4 6.5C4 9.53757 6.46244 12 9.5 12C12.5376 12 15 9.53757 15 6.5C15 3.46243 12.5376 1 9.5 1Z"></path></g><defs><clipPath id="clip0_27_7"><rect width="16" height="16" fill="white"></rect></clipPath></defs>', 2))
1100
1100
  ], 64)) : P("", !0)
1101
1101
  ]));
@@ -1104,11 +1104,11 @@ const y7 = /* @__PURE__ */ Fn(np, [["render", rp]]), ip = {
1104
1104
  __name: "DeleteButton",
1105
1105
  emits: ["click"],
1106
1106
  setup(n) {
1107
- return (e, t) => (g(), b("button", {
1107
+ return (e, t) => (g(), C("button", {
1108
1108
  class: "flex items-center justify-center w-4 h-4 rounded-full hover:bg-black/15 focus-visible:bg-black/15 active:bg-black/25 dark:hover:bg-white/15 dark:focus-visible:bg-white/15 dark:active:bg-white/25 text-primary cursor-pointer",
1109
1109
  onClick: t[0] || (t[0] = fe((r) => e.$emit("click"), ["stop", "prevent"]))
1110
1110
  }, [
1111
- q(L(Ce), { name: "close" })
1111
+ q(L(be), { name: "close" })
1112
1112
  ]));
1113
1113
  }
1114
1114
  });
@@ -1197,7 +1197,7 @@ const dh = () => {
1197
1197
  q(L(Da), null, {
1198
1198
  header: j(() => [
1199
1199
  k("header", ch, [
1200
- r.title ? (g(), b("h4", fh, ge(r.title), 1)) : (g(), b("h4", ph, [
1200
+ r.title ? (g(), C("h4", fh, ge(r.title), 1)) : (g(), C("h4", ph, [
1201
1201
  _(u.$slots, "title")
1202
1202
  ])),
1203
1203
  r.closeable ? (g(), I(L(We), {
@@ -1264,7 +1264,7 @@ const dh = () => {
1264
1264
  },
1265
1265
  emits: ["click", "delete"],
1266
1266
  setup(n) {
1267
- return (e, t) => (g(), b("button", {
1267
+ return (e, t) => (g(), C("button", {
1268
1268
  class: U(["h-6 py-2 rounded-md flex items-center gap-1 cursor-pointer", {
1269
1269
  "px-2 border border-default text-tertiary hover:bg-secondary hover:text-secondary hover:border-strong active:bg-tertiary active:text-primary active:border-strong": !e.active,
1270
1270
  "pl-2 pr-1 border border-transparent text-white bg-cyan-600 hover:bg-cyan-700 active:bg-cyan-800": e.active
@@ -1272,7 +1272,7 @@ const dh = () => {
1272
1272
  onClick: t[1] || (t[1] = (r) => e.$emit("click"))
1273
1273
  }, [
1274
1274
  k("span", mh, ge(e.label), 1),
1275
- e.active && e.count ? (g(), b("span", gh, ge(e.count), 1)) : P("", !0),
1275
+ e.active && e.count ? (g(), C("span", gh, ge(e.count), 1)) : P("", !0),
1276
1276
  e.active ? (g(), I(L(ah), {
1277
1277
  key: 1,
1278
1278
  "data-theme": "dark",
@@ -1280,7 +1280,7 @@ const dh = () => {
1280
1280
  })) : P("", !0)
1281
1281
  ], 2));
1282
1282
  }
1283
- }), vh = { class: "opacity-0" }, Ch = { key: 1 }, C7 = /* @__PURE__ */ J({
1283
+ }), vh = { class: "opacity-0" }, bh = { key: 1 }, b7 = /* @__PURE__ */ J({
1284
1284
  __name: "FirstPaint",
1285
1285
  props: {
1286
1286
  delayIndex: {}
@@ -1290,11 +1290,11 @@ const dh = () => {
1290
1290
  return Oe(() => {
1291
1291
  if (e.delayIndex < 1 || e.delayIndex > 20)
1292
1292
  throw new Error("delayIndex has to be between 1 and 20");
1293
- }), (t, r) => (g(), b("div", {
1293
+ }), (t, r) => (g(), C("div", {
1294
1294
  class: U(["first-paint rounded", `delay-${t.delayIndex}`])
1295
1295
  }, [
1296
1296
  k("div", vh, [
1297
- t.$slots.default ? _(t.$slots, "default", { key: 0 }) : (g(), b("span", Ch, "Some random text"))
1297
+ t.$slots.default ? _(t.$slots, "default", { key: 0 }) : (g(), C("span", bh, "Some random text"))
1298
1298
  ])
1299
1299
  ], 2));
1300
1300
  }
@@ -1336,7 +1336,7 @@ const dh = () => {
1336
1336
  _: 3
1337
1337
  }, 8, ["class"]));
1338
1338
  }
1339
- }), b7 = (n, e) => (n % e + e) % e, bh = (n, e) => {
1339
+ }), C7 = (n, e) => (n % e + e) % e, Ch = (n, e) => {
1340
1340
  const t = e - n + 1;
1341
1341
  return Array.from({ length: t }, (r, i) => n + i);
1342
1342
  }, Wd = (n, e, t) => e !== null && t !== null ? Math.min(Math.max(n, e), t) : e === null && t !== null ? Math.max(n, t) : e !== null && t === null ? Math.min(n, e) : n, kh = (n, e = 300) => {
@@ -1345,11 +1345,11 @@ const dh = () => {
1345
1345
  clearTimeout(t), t = setTimeout(() => n.apply(void 0, r), e);
1346
1346
  };
1347
1347
  };
1348
- let Cs;
1348
+ let bs;
1349
1349
  const wh = () => {
1350
1350
  var i;
1351
1351
  if (wh !== void 0)
1352
- return Cs;
1352
+ return bs;
1353
1353
  const n = document.createElement("div");
1354
1354
  n.className = "el-scrollbar__wrap", n.style.visibility = "hidden", n.style.width = "100px", n.style.position = "absolute", n.style.top = "-9999px", document.body.appendChild(n);
1355
1355
  const e = n.offsetWidth;
@@ -1357,7 +1357,7 @@ const wh = () => {
1357
1357
  const t = document.createElement("div");
1358
1358
  t.style.width = "100%", n.appendChild(t);
1359
1359
  const r = t.offsetWidth;
1360
- return (i = n.parentNode) == null || i.removeChild(n), Cs = e - r, Cs;
1360
+ return (i = n.parentNode) == null || i.removeChild(n), bs = e - r, bs;
1361
1361
  }, Lh = (n, e) => {
1362
1362
  if (!e) {
1363
1363
  n.scrollTop = 0;
@@ -1425,7 +1425,7 @@ const wh = () => {
1425
1425
  class: U(["absolute top-0 z-10 h-full overflow-x-hidden duration-500 ease-in-out bg-primary", o.value])
1426
1426
  }, [
1427
1427
  _(y.$slots, "default"),
1428
- t.draggable ? (g(), b("button", {
1428
+ t.draggable ? (g(), C("button", {
1429
1429
  key: 0,
1430
1430
  class: U(["absolute top-0 h-full w-1 hover:border-action hover:bg-tertiary cursor-ew-resize", [
1431
1431
  t.side === "left" ? "right-0 border-r" : "left-0 border-l",
@@ -1476,7 +1476,7 @@ const wh = () => {
1476
1476
  const h = hi();
1477
1477
  return Oe(() => {
1478
1478
  l.value = t.asideLeftVisible && h["aside-left"] ? o.value : 0, a.value = t.asideRightVisible && h["aside-right"] ? s.value : 0;
1479
- }), (m, y) => (g(), b("div", Mh, [
1479
+ }), (m, y) => (g(), C("div", Mh, [
1480
1480
  L(h)["aside-left"] ? (g(), I(Ia, {
1481
1481
  key: 0,
1482
1482
  side: "left",
@@ -1545,7 +1545,7 @@ const wh = () => {
1545
1545
  }, d = (u) => {
1546
1546
  u.stopImmediatePropagation(), u.stopPropagation(), u.preventDefault();
1547
1547
  };
1548
- return e({ focus: s }), (u, c) => (g(), b("div", {
1548
+ return e({ focus: s }), (u, c) => (g(), C("div", {
1549
1549
  class: U(["relative overflow-hidden inline-flex items-center h-8 text-sm leading-tight rounded-lg border focus:shadow-sm-inner focus:outline-hidden focus-within:border-action", {
1550
1550
  "bg-secondary border-weak text-secondary": u.disabled,
1551
1551
  "bg-primary border-default text-primary": !u.disabled,
@@ -1556,19 +1556,19 @@ const wh = () => {
1556
1556
  "pr-3": !u.clearable && !u.$slots["inline-controls"]
1557
1557
  }])
1558
1558
  }, [
1559
- u.icon ? (g(), b("div", {
1559
+ u.icon ? (g(), C("div", {
1560
1560
  key: 0,
1561
1561
  class: U(["absolute top-0 left-0 pr-1 pl-2 h-full flex rounded-lg bg-transparent cursor-pointer", {
1562
1562
  "items-start py-2": u.multiline,
1563
1563
  "items-center": !u.multiline
1564
1564
  }])
1565
1565
  }, [
1566
- q(L(Ce), {
1566
+ q(L(be), {
1567
1567
  name: u.icon,
1568
1568
  class: "text-secondary"
1569
1569
  }, null, 8, ["name"])
1570
1570
  ], 2)) : P("", !0),
1571
- u.multiline ? (g(), b("textarea", {
1571
+ u.multiline ? (g(), C("textarea", {
1572
1572
  key: 1,
1573
1573
  ref_key: "textareaRef",
1574
1574
  ref: i,
@@ -1578,7 +1578,7 @@ const wh = () => {
1578
1578
  placeholder: u.placeholder,
1579
1579
  class: "flex-1 py-2 w-full text-sm leading-tight bg-transparent focus:outline-hidden",
1580
1580
  onInput: fe(l, ["stop", "prevent"])
1581
- }, null, 40, xh)) : (g(), b("input", {
1581
+ }, null, 40, xh)) : (g(), C("input", {
1582
1582
  key: 2,
1583
1583
  ref_key: "inputRef",
1584
1584
  ref: o,
@@ -1596,7 +1596,7 @@ const wh = () => {
1596
1596
  onBlur: d,
1597
1597
  onInput: fe(l, ["stop", "prevent"])
1598
1598
  }, null, 40, Sh)),
1599
- u.$slots["inline-controls"] ? (g(), b("section", Hh, [
1599
+ u.$slots["inline-controls"] ? (g(), C("section", Hh, [
1600
1600
  _(u.$slots, "inline-controls")
1601
1601
  ])) : P("", !0),
1602
1602
  u.clearable && u.value.length ? (g(), I(L(We), {
@@ -1617,7 +1617,7 @@ const wh = () => {
1617
1617
  emits: ["click"],
1618
1618
  setup(n, { expose: e, emit: t }) {
1619
1619
  const r = t, i = A(!1);
1620
- return e({ setActive: (o) => i.value = o }), (o, s) => (g(), b("button", {
1620
+ return e({ setActive: (o) => i.value = o }), (o, s) => (g(), C("button", {
1621
1621
  class: U(["h-4 flex items-center justify-center border border-default text-tertiary focus:outline-hidden hover:z-10 hover:bg-secondary hover:border-strong hover:text-secondary active:bg-tertiary active:text-tertiary", {
1622
1622
  "h-4 rounded-tr-lg": o.direction === "up",
1623
1623
  "h-[calc(--spacing(4)+1px)] rounded-br-lg": o.direction === "down",
@@ -1625,7 +1625,7 @@ const wh = () => {
1625
1625
  }]),
1626
1626
  onClick: s[0] || (s[0] = (l) => r("click"))
1627
1627
  }, [
1628
- q(L(Ce), {
1628
+ q(L(be), {
1629
1629
  name: o.direction === "up" ? "chevron-up" : "chevron-down"
1630
1630
  }, null, 8, ["name"])
1631
1631
  ], 2));
@@ -1661,7 +1661,7 @@ const wh = () => {
1661
1661
  }, f = (p) => {
1662
1662
  p.stopImmediatePropagation(), p.stopPropagation(), p.preventDefault();
1663
1663
  };
1664
- return e({ focus: l }), (p, h) => (g(), b("div", {
1664
+ return e({ focus: l }), (p, h) => (g(), C("div", {
1665
1665
  class: U(["relative overflow-hidden inline-flex items-center h-8 text-sm leading-tight rounded-lg border focus:shadow-sm-inner focus:outline-hidden focus-within:border-blue-500", {
1666
1666
  "bg-secondary border-weak text-secondary": p.disabled,
1667
1667
  "bg-primary border-default text-primary shadow-sm-inner-sm": !p.disabled,
@@ -1669,8 +1669,8 @@ const wh = () => {
1669
1669
  "pl-3": !p.icon
1670
1670
  }])
1671
1671
  }, [
1672
- p.icon ? (g(), b("div", Th, [
1673
- q(L(Ce), {
1672
+ p.icon ? (g(), C("div", Th, [
1673
+ q(L(be), {
1674
1674
  name: p.icon,
1675
1675
  class: "text-tertiary"
1676
1676
  }, null, 8, ["name"])
@@ -1725,7 +1725,7 @@ const wh = () => {
1725
1725
  viewBox: "0 0 24 24"
1726
1726
  };
1727
1727
  function Nh(n, e) {
1728
- return g(), b("svg", Ah, e[0] || (e[0] = [
1728
+ return g(), C("svg", Ah, e[0] || (e[0] = [
1729
1729
  k("path", {
1730
1730
  class: "opacity-25",
1731
1731
  d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
@@ -1797,7 +1797,7 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
1797
1797
  r.title || c.$slots.header ? {
1798
1798
  name: "header",
1799
1799
  fn: j(() => [
1800
- r.title ? (g(), b("header", Dh, [
1800
+ r.title ? (g(), C("header", Dh, [
1801
1801
  k("h4", null, ge(r.title), 1),
1802
1802
  c.closeable ? (g(), I(L(We), {
1803
1803
  key: 0,
@@ -1847,7 +1847,7 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
1847
1847
  emits: ["navigate"],
1848
1848
  setup(n, { emit: e }) {
1849
1849
  const t = e;
1850
- return (r, i) => r.orientation === "horizontal" ? (g(), b("a", {
1850
+ return (r, i) => r.orientation === "horizontal" ? (g(), C("a", {
1851
1851
  key: 0,
1852
1852
  class: "group h-full cursor-pointer py-2",
1853
1853
  onClick: i[0] || (i[0] = (o) => t("navigate", r.href))
@@ -1858,7 +1858,7 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
1858
1858
  "bg-primary text-secondary opacity-50 hover:bg-secondary": !(r.isActive || r.isExactActive)
1859
1859
  }])
1860
1860
  }, [
1861
- r.icon ? (g(), I(L(Ce), {
1861
+ r.icon ? (g(), I(L(be), {
1862
1862
  key: 0,
1863
1863
  name: r.icon
1864
1864
  }, null, 8, ["name"])) : P("", !0),
@@ -1866,7 +1866,7 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
1866
1866
  _(r.$slots, "default")
1867
1867
  ])
1868
1868
  ], 2)
1869
- ])) : (g(), b("a", {
1869
+ ])) : (g(), C("a", {
1870
1870
  key: 1,
1871
1871
  class: "group h-full cursor-pointer py-2",
1872
1872
  onClick: i[1] || (i[1] = (o) => t("navigate", r.href))
@@ -1877,7 +1877,7 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
1877
1877
  "bg-primary text-secondary opacity-50 hover:bg-secondary active:bg-tertiary": !(r.isActive || r.isExactActive)
1878
1878
  }])
1879
1879
  }, [
1880
- r.icon ? (g(), I(L(Ce), {
1880
+ r.icon ? (g(), I(L(be), {
1881
1881
  key: 0,
1882
1882
  name: r.icon
1883
1883
  }, null, 8, ["name"])) : P("", !0),
@@ -1900,7 +1900,7 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
1900
1900
  emits: ["close", "show-details"],
1901
1901
  setup(n, { emit: e }) {
1902
1902
  const t = e, r = ce(() => n.type === "default" ? "information" : n.type === "error" ? "error" : n.type === "warning" ? "warning" : "check-circled");
1903
- return (i, o) => (g(), b("div", Bh, [
1903
+ return (i, o) => (g(), C("div", Bh, [
1904
1904
  q(L(Ye), {
1905
1905
  class: U(["gap-2 px-3 rounded-l-lg", {
1906
1906
  "text-stone-300": i.type === "default",
@@ -1910,7 +1910,7 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
1910
1910
  }])
1911
1911
  }, {
1912
1912
  default: j(() => [
1913
- q(L(Ce), { name: r.value }, null, 8, ["name"]),
1913
+ q(L(be), { name: r.value }, null, 8, ["name"]),
1914
1914
  k("span", $h, ge(i.text), 1)
1915
1915
  ]),
1916
1916
  _: 1
@@ -1945,28 +1945,29 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
1945
1945
  props: {
1946
1946
  borders: { type: Boolean, default: !1 },
1947
1947
  currentPage: {},
1948
- lastPage: {}
1948
+ lastPage: {},
1949
+ orientation: { default: "horizontal" }
1949
1950
  },
1950
1951
  emits: ["change"],
1951
1952
  setup(n, { emit: e }) {
1952
- const t = e, r = A(), i = ce(() => bh(0, n.lastPage).map((c) => ({ label: `${c + 1}` }))), o = n.borders ? { borderRadius: "8px 0 0 8px" } : void 0, s = n.borders ? { borderRadius: "0px 8px 8px 0px" } : void 0, l = n.borders ? { borderRadius: "0" } : void 0, a = n.borders ? "outlineSubtle" : "textSubtle", d = (c) => {
1953
+ const t = e, r = A(), i = ce(() => Ch(0, n.lastPage).map((c) => ({ label: `${c + 1}` }))), o = n.borders ? { borderRadius: "8px 0 0 8px" } : void 0, s = n.borders ? { borderRadius: "0px 8px 8px 0px" } : void 0, l = n.borders ? { borderRadius: "0" } : void 0, a = n.borders ? "outlineSubtle" : "textSubtle", d = (c) => {
1953
1954
  let f = n.currentPage + c;
1954
1955
  f > n.lastPage && (f = 1), f < 1 && (f = n.lastPage), t("change", f);
1955
1956
  }, u = (c) => {
1956
1957
  t("change", c.label);
1957
1958
  };
1958
- return (c, f) => (g(), b("nav", {
1959
+ return (c, f) => (g(), C("nav", {
1959
1960
  ref_key: "navRef",
1960
1961
  ref: r,
1961
1962
  class: "relative z-0 inline-flex"
1962
1963
  }, [
1963
1964
  q(L(We), {
1964
1965
  variant: L(a),
1965
- icon: "chevron-left",
1966
+ icon: c.orientation === "horizontal" ? "chevron-left" : "chevron-up",
1966
1967
  style: Pe(L(o)),
1967
1968
  class: "z-0 hover:z-10 focus:z-10 active:z-10",
1968
1969
  onClick: f[0] || (f[0] = (p) => d(-1))
1969
- }, null, 8, ["variant", "style"]),
1970
+ }, null, 8, ["variant", "icon", "style"]),
1970
1971
  q(L(d0), {
1971
1972
  "same-width-as-element": r.value,
1972
1973
  placement: "bottom",
@@ -1987,11 +1988,11 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
1987
1988
  }, 8, ["same-width-as-element", "value", "options"]),
1988
1989
  q(L(We), {
1989
1990
  variant: L(a),
1990
- icon: "chevron-right",
1991
+ icon: c.orientation === "horizontal" ? "chevron-right" : "chevron-down",
1991
1992
  style: Pe(L(s)),
1992
1993
  class: "z-0 hover:z-10 focus:z-10 active:z-10 -ml-px",
1993
1994
  onClick: f[1] || (f[1] = (p) => d(1))
1994
- }, null, 8, ["variant", "style"])
1995
+ }, null, 8, ["variant", "icon", "style"])
1995
1996
  ], 512));
1996
1997
  }
1997
1998
  }), Zh = { class: "inline-flex" }, zh = {
@@ -2054,7 +2055,7 @@ const to = /* @__PURE__ */ Fn(Eh, [["render", Nh]]), Dh = {
2054
2055
  "p-2": !(u.title || u.description)
2055
2056
  }])
2056
2057
  }, [
2057
- u.title || u.description ? (g(), b("section", zh, [
2058
+ u.title || u.description ? (g(), C("section", zh, [
2058
2059
  k("h5", null, ge(u.title), 1),
2059
2060
  k("p", Fh, ge(u.description), 1)
2060
2061
  ])) : P("", !0),
@@ -2088,7 +2089,7 @@ function Wh(n, e) {
2088
2089
  return " To be implemented ";
2089
2090
  }
2090
2091
  const T7 = /* @__PURE__ */ Fn(jh, [["render", Wh]]);
2091
- var Ct = /* @__PURE__ */ ((n) => (n.ERROR = "error", n.IDLE = "idle", n.LOADING = "loading", n.MATCH = "match", n.NO_MATCH = "no match", n))(Ct || {});
2092
+ var bt = /* @__PURE__ */ ((n) => (n.ERROR = "error", n.IDLE = "idle", n.LOADING = "loading", n.MATCH = "match", n.NO_MATCH = "no match", n))(bt || {});
2092
2093
  const Uh = ["onKeydown"], Kh = /* @__PURE__ */ J({
2093
2094
  __name: "option",
2094
2095
  props: {
@@ -2102,7 +2103,7 @@ const Uh = ["onKeydown"], Kh = /* @__PURE__ */ J({
2102
2103
  const t = n, r = e, i = A(), o = ce(() => t.hoveredOption && t.hoveredOption.label === t.label), s = () => {
2103
2104
  t.disabled || r("click");
2104
2105
  };
2105
- return (l, a) => (g(), b("div", {
2106
+ return (l, a) => (g(), C("div", {
2106
2107
  ref_key: "root",
2107
2108
  ref: i,
2108
2109
  tabindex: "0",
@@ -2131,8 +2132,8 @@ const Uh = ["onKeydown"], Kh = /* @__PURE__ */ J({
2131
2132
  emits: ["change"],
2132
2133
  setup(n, { emit: e }) {
2133
2134
  const t = e;
2134
- return (r, i) => (g(), b("section", qh, [
2135
- (g(!0), b(O, null, Nl(r.filters, (o) => (g(), I(L(yh), {
2135
+ return (r, i) => (g(), C("section", qh, [
2136
+ (g(!0), C(O, null, Nl(r.filters, (o) => (g(), I(L(yh), {
2136
2137
  key: o.name,
2137
2138
  active: !!(r.selected && r.selected.name === o.name),
2138
2139
  count: o.count,
@@ -2190,12 +2191,12 @@ const Uh = ["onKeydown"], Kh = /* @__PURE__ */ J({
2190
2191
  },
2191
2192
  emits: ["close", "save-custom", "select"],
2192
2193
  setup(n, { expose: e, emit: t }) {
2193
- const r = n, i = t, o = hi(), s = A(null), l = A([]), a = A(""), d = A(), u = A(), c = A(), f = A(), p = A(), h = A(), m = A(r.resultFilters || []), y = A(r.resultFilters ? r.resultFilters[0] : null), { nextFrame: v } = uh(), w = ce(() => r.selected ? Array.isArray(r.selected) ? r.selected : [r.selected] : []), T = ce(() => l.value.every((W) => W.disabled)), C = ce(() => !a.value.length && !l.value.length), H = ce(() => a.value.length && !l.value.length), M = ce(() => {
2194
- if (u.value) return Ct.ERROR;
2195
- if (r.loading) return Ct.LOADING;
2196
- if (H.value && !r.loading) return Ct.NO_MATCH;
2197
- if (C.value && !r.loading) return Ct.IDLE;
2198
- if (l.value.length && !r.loading) return Ct.MATCH;
2194
+ const r = n, i = t, o = hi(), s = A(null), l = A([]), a = A(""), d = A(), u = A(), c = A(), f = A(), p = A(), h = A(), m = A(r.resultFilters || []), y = A(r.resultFilters ? r.resultFilters[0] : null), { nextFrame: v } = uh(), w = ce(() => r.selected ? Array.isArray(r.selected) ? r.selected : [r.selected] : []), T = ce(() => l.value.every((W) => W.disabled)), b = ce(() => !a.value.length && !l.value.length), H = ce(() => a.value.length && !l.value.length), M = ce(() => {
2195
+ if (u.value) return bt.ERROR;
2196
+ if (r.loading) return bt.LOADING;
2197
+ if (H.value && !r.loading) return bt.NO_MATCH;
2198
+ if (b.value && !r.loading) return bt.IDLE;
2199
+ if (l.value.length && !r.loading) return bt.MATCH;
2199
2200
  }), Z = (W) => {
2200
2201
  l.value = y.value ? W.filter(y.value.execute) : W, r.resultFilters && m.value.forEach((X) => {
2201
2202
  X.count = W.filter(X.execute).length;
@@ -2268,9 +2269,9 @@ const Uh = ["onKeydown"], Kh = /* @__PURE__ */ J({
2268
2269
  class: U(["flex flex-col", { "h-72": W.fixedHeight }])
2269
2270
  }, {
2270
2271
  default: j(() => [
2271
- W.filterable || W.remoteMethod || W.resultFilters ? (g(), b("header", Gh, [
2272
- W.filterable || W.remoteMethod ? (g(), b("header", _h, [
2273
- q(L(Ce), {
2272
+ W.filterable || W.remoteMethod || W.resultFilters ? (g(), C("header", Gh, [
2273
+ W.filterable || W.remoteMethod ? (g(), C("header", _h, [
2274
+ q(L(be), {
2274
2275
  name: "magnifying-glass",
2275
2276
  class: "text-light-blue"
2276
2277
  }),
@@ -2303,37 +2304,37 @@ const Uh = ["onKeydown"], Kh = /* @__PURE__ */ J({
2303
2304
  onChange: Fe
2304
2305
  }, null, 8, ["filters", "selected"])) : P("", !0)
2305
2306
  ])) : P("", !0),
2306
- W.$slots.error ? (g(), b("div", {
2307
+ W.$slots.error ? (g(), C("div", {
2307
2308
  key: 1,
2308
2309
  ref_key: "errorRef",
2309
2310
  ref: u,
2310
2311
  class: "flex-1 bg-primary h-full"
2311
2312
  }, [
2312
2313
  _(W.$slots, "error")
2313
- ], 512)) : M.value === L(Ct).LOADING ? (g(), b("div", Xh, [
2314
+ ], 512)) : M.value === L(bt).LOADING ? (g(), C("div", Xh, [
2314
2315
  k("div", Qh, [
2315
2316
  q(L(to), { class: "w-4 h-4 text-granite-grey" }),
2316
2317
  k("span", e0, ge(W.loadingText), 1)
2317
2318
  ])
2318
- ])) : M.value === L(Ct).NO_MATCH ? (g(), b("div", t0, X[5] || (X[5] = [
2319
+ ])) : M.value === L(bt).NO_MATCH ? (g(), C("div", t0, X[5] || (X[5] = [
2319
2320
  k("div", { class: "flex space-x-2 bg-primary text-tertiary py-3 px-3" }, [
2320
2321
  k("div", { class: "w-4 h-4 text-center leading-none" }, " ... "),
2321
2322
  k("span", { class: "italic leading-none text-sm" }, "Nothing matches your input")
2322
2323
  ], -1)
2323
- ]))) : M.value === L(Ct).IDLE ? (g(), b("div", n0, [
2324
+ ]))) : M.value === L(bt).IDLE ? (g(), C("div", n0, [
2324
2325
  k("div", r0, [
2325
- q(L(Ce), { name: W.emptyStateIcon }, null, 8, ["name"]),
2326
+ q(L(be), { name: W.emptyStateIcon }, null, 8, ["name"]),
2326
2327
  k("span", i0, ge(W.emptyStateText), 1)
2327
2328
  ]),
2328
2329
  X[6] || (X[6] = k("div", { class: "h-8 w-full bg-primary" }, null, -1))
2329
- ])) : M.value === L(Ct).MATCH ? (g(), I(L(iu), {
2330
+ ])) : M.value === L(bt).MATCH ? (g(), I(L(iu), {
2330
2331
  key: 5,
2331
2332
  ref_key: "scrollbarRef",
2332
2333
  ref: h
2333
2334
  }, {
2334
2335
  default: j(() => [
2335
2336
  k("div", o0, [
2336
- (g(!0), b(O, null, Nl(l.value, (oe) => (g(), I(Kh, {
2337
+ (g(!0), C(O, null, Nl(l.value, (oe) => (g(), I(Kh, {
2337
2338
  ref_for: !0,
2338
2339
  ref_key: "optionsRef",
2339
2340
  ref: f,
@@ -2348,7 +2349,7 @@ const Uh = ["onKeydown"], Kh = /* @__PURE__ */ J({
2348
2349
  }, {
2349
2350
  default: j(() => [
2350
2351
  k("div", s0, [
2351
- oe.icon ? (g(), I(L(Ce), {
2352
+ oe.icon ? (g(), I(L(be), {
2352
2353
  key: 0,
2353
2354
  name: oe.icon
2354
2355
  }, null, 8, ["name"])) : P("", !0),
@@ -2359,7 +2360,7 @@ const Uh = ["onKeydown"], Kh = /* @__PURE__ */ J({
2359
2360
  highlight: a.value
2360
2361
  }, null, 8, ["value", "highlight"])
2361
2362
  ]),
2362
- oe.meta ? (g(), b("div", l0, ge(oe.meta), 1)) : P("", !0)
2363
+ oe.meta ? (g(), C("div", l0, ge(oe.meta), 1)) : P("", !0)
2363
2364
  ]),
2364
2365
  _: 2
2365
2366
  }, 1032, ["disabled", "label", "hovered-option", "selected", "onClick"]))), 128))
@@ -2367,7 +2368,7 @@ const Uh = ["onKeydown"], Kh = /* @__PURE__ */ J({
2367
2368
  ]),
2368
2369
  _: 1
2369
2370
  }, 512)) : P("", !0),
2370
- L(o).footer ? (g(), b("footer", a0, [
2371
+ L(o).footer ? (g(), C("footer", a0, [
2371
2372
  _(W.$slots, "footer")
2372
2373
  ])) : P("", !0)
2373
2374
  ]),
@@ -2552,7 +2553,7 @@ const v0 = async (n, e, t) => {
2552
2553
  } = l[m], {
2553
2554
  x: w,
2554
2555
  y: T,
2555
- data: C,
2556
+ data: b,
2556
2557
  reset: H
2557
2558
  } = await v({
2558
2559
  x: u,
@@ -2572,7 +2573,7 @@ const v0 = async (n, e, t) => {
2572
2573
  ...p,
2573
2574
  [y]: {
2574
2575
  ...p[y],
2575
- ...C
2576
+ ...b
2576
2577
  }
2577
2578
  }, H && h <= 50 && (h++, typeof H == "object" && (H.placement && (f = H.placement), H.rects && (d = H.rects === !0 ? await s.getElementRects({
2578
2579
  reference: n,
@@ -2617,7 +2618,7 @@ async function Pl(n, e) {
2617
2618
  y: i,
2618
2619
  width: s.floating.width,
2619
2620
  height: s.floating.height
2620
- } : s.reference, T = await (o.getOffsetParent == null ? void 0 : o.getOffsetParent(l.floating)), C = await (o.isElement == null ? void 0 : o.isElement(T)) ? await (o.getScale == null ? void 0 : o.getScale(T)) || {
2621
+ } : s.reference, T = await (o.getOffsetParent == null ? void 0 : o.getOffsetParent(l.floating)), b = await (o.isElement == null ? void 0 : o.isElement(T)) ? await (o.getScale == null ? void 0 : o.getScale(T)) || {
2621
2622
  x: 1,
2622
2623
  y: 1
2623
2624
  } : {
@@ -2630,13 +2631,13 @@ async function Pl(n, e) {
2630
2631
  strategy: a
2631
2632
  }) : w);
2632
2633
  return {
2633
- top: (v.top - H.top + h.top) / C.y,
2634
- bottom: (H.bottom - v.bottom + h.bottom) / C.y,
2635
- left: (v.left - H.left + h.left) / C.x,
2636
- right: (H.right - v.right + h.right) / C.x
2634
+ top: (v.top - H.top + h.top) / b.y,
2635
+ bottom: (H.bottom - v.bottom + h.bottom) / b.y,
2636
+ left: (v.left - H.left + h.left) / b.x,
2637
+ right: (H.right - v.right + h.right) / b.x
2637
2638
  };
2638
2639
  }
2639
- const C0 = function(n) {
2640
+ const b0 = function(n) {
2640
2641
  return n === void 0 && (n = {}), {
2641
2642
  name: "flip",
2642
2643
  options: n,
@@ -2660,12 +2661,12 @@ const C0 = function(n) {
2660
2661
  } = gi(n, e);
2661
2662
  if ((t = o.arrow) != null && t.alignmentOffset)
2662
2663
  return {};
2663
- const v = fn(i), w = Rn(l), T = fn(l) === l, C = await (a.isRTL == null ? void 0 : a.isRTL(d.floating)), H = f || (T || !m ? [ro(l)] : p0(l)), M = h !== "none";
2664
- !f && M && H.push(...m0(l, m, h, C));
2664
+ const v = fn(i), w = Rn(l), T = fn(l) === l, b = await (a.isRTL == null ? void 0 : a.isRTL(d.floating)), H = f || (T || !m ? [ro(l)] : p0(l)), M = h !== "none";
2665
+ !f && M && H.push(...m0(l, m, h, b));
2665
2666
  const Z = [l, ...H], N = await Pl(e, y), x = [];
2666
2667
  let D = ((r = o.flip) == null ? void 0 : r.overflows) || [];
2667
2668
  if (u && x.push(N[v]), c) {
2668
- const ee = f0(i, s, C);
2669
+ const ee = f0(i, s, b);
2669
2670
  x.push(N[ee[0]], N[ee[1]]);
2670
2671
  }
2671
2672
  if (D = [...D, {
@@ -2716,7 +2717,7 @@ const C0 = function(n) {
2716
2717
  }
2717
2718
  };
2718
2719
  };
2719
- async function b0(n, e) {
2720
+ async function C0(n, e) {
2720
2721
  const {
2721
2722
  placement: t,
2722
2723
  platform: r,
@@ -2754,7 +2755,7 @@ const k0 = function(n) {
2754
2755
  y: o,
2755
2756
  placement: s,
2756
2757
  middlewareData: l
2757
- } = e, a = await b0(e, n);
2758
+ } = e, a = await C0(e, n);
2758
2759
  return s === ((t = l.offset) == null ? void 0 : t.placement) && (r = l.arrow) != null && r.alignmentOffset ? {} : {
2759
2760
  x: i + a.x,
2760
2761
  y: o + a.y,
@@ -2842,8 +2843,8 @@ const k0 = function(n) {
2842
2843
  } = o.floating;
2843
2844
  let y, v;
2844
2845
  c === "top" || c === "bottom" ? (y = c, v = f === (await (s.isRTL == null ? void 0 : s.isRTL(l.floating)) ? "start" : "end") ? "left" : "right") : (v = c, y = f === "end" ? "top" : "bottom");
2845
- const w = m - u.top - u.bottom, T = h - u.left - u.right, C = dr(m - u[y], w), H = dr(h - u[v], T), M = !e.middlewareData.shift;
2846
- let Z = C, N = H;
2846
+ const w = m - u.top - u.bottom, T = h - u.left - u.right, b = dr(m - u[y], w), H = dr(h - u[v], T), M = !e.middlewareData.shift;
2847
+ let Z = b, N = H;
2847
2848
  if ((t = e.middlewareData.shift) != null && t.enabled.x && (N = T), (r = e.middlewareData.shift) != null && r.enabled.y && (Z = w), M && !f) {
2848
2849
  const D = _e(u.left, 0), Q = _e(u.right, 0), R = _e(u.top, 0), B = _e(u.bottom, 0);
2849
2850
  p ? N = h - 2 * (D !== 0 || Q !== 0 ? D + Q : _e(u.left, u.right)) : Z = m - 2 * (R !== 0 || B !== 0 ? R + B : _e(u.top, u.bottom));
@@ -3021,8 +3022,8 @@ function Pn(n, e, t, r) {
3021
3022
  const f = et(o), p = r && gt(r) ? et(r) : r;
3022
3023
  let h = f, m = Qs(h);
3023
3024
  for (; m && r && p !== h; ) {
3024
- const y = or(m), v = m.getBoundingClientRect(), w = yt(m), T = v.left + (m.clientLeft + parseFloat(w.paddingLeft)) * y.x, C = v.top + (m.clientTop + parseFloat(w.paddingTop)) * y.y;
3025
- a *= y.x, d *= y.y, u *= y.x, c *= y.y, a += T, d += C, h = et(m), m = Qs(h);
3025
+ const y = or(m), v = m.getBoundingClientRect(), w = yt(m), T = v.left + (m.clientLeft + parseFloat(w.paddingLeft)) * y.x, b = v.top + (m.clientTop + parseFloat(w.paddingTop)) * y.y;
3026
+ a *= y.x, d *= y.y, u *= y.x, c *= y.y, a += T, d += b, h = et(m), m = Qs(h);
3026
3027
  }
3027
3028
  }
3028
3029
  return io({
@@ -3196,7 +3197,7 @@ function P0(n, e, t) {
3196
3197
  height: s.height
3197
3198
  };
3198
3199
  }
3199
- function bs(n) {
3200
+ function Cs(n) {
3200
3201
  return yt(n).position === "static";
3201
3202
  }
3202
3203
  function ja(n, e) {
@@ -3214,16 +3215,16 @@ function eu(n, e) {
3214
3215
  if (!Tt(n)) {
3215
3216
  let i = pn(n);
3216
3217
  for (; i && !ur(i); ) {
3217
- if (gt(i) && !bs(i))
3218
+ if (gt(i) && !Cs(i))
3218
3219
  return i;
3219
3220
  i = pn(i);
3220
3221
  }
3221
3222
  return t;
3222
3223
  }
3223
3224
  let r = ja(n, e);
3224
- for (; r && M0(r) && bs(r); )
3225
+ for (; r && M0(r) && Cs(r); )
3225
3226
  r = ja(r, e);
3226
- return r && ur(r) && bs(r) && !Il(r) ? t : r || x0(n) || t;
3227
+ return r && ur(r) && Cs(r) && !Il(r) ? t : r || x0(n) || t;
3227
3228
  }
3228
3229
  const I0 = async function(n) {
3229
3230
  const e = this.getOffsetParent || eu, t = this.getDimensions, r = await t(n.floating);
@@ -3276,17 +3277,17 @@ function Z0(n, e) {
3276
3277
  rootMargin: -h + "px " + -m + "px " + -y + "px " + -v + "px",
3277
3278
  threshold: _e(0, dr(1, a)) || 1
3278
3279
  };
3279
- let C = !0;
3280
+ let b = !0;
3280
3281
  function H(M) {
3281
3282
  const Z = M[0].intersectionRatio;
3282
3283
  if (Z !== a) {
3283
- if (!C)
3284
+ if (!b)
3284
3285
  return s();
3285
3286
  Z ? s(!1, Z) : r = setTimeout(() => {
3286
3287
  s(!1, 1e-7);
3287
3288
  }, 1e3);
3288
3289
  }
3289
- Z === 1 && !tu(d, n.getBoundingClientRect()) && s(), C = !1;
3290
+ Z === 1 && !tu(d, n.getBoundingClientRect()) && s(), b = !1;
3290
3291
  }
3291
3292
  try {
3292
3293
  t = new IntersectionObserver(H, {
@@ -3337,7 +3338,7 @@ function z0(n, e, t, r) {
3337
3338
  }), c == null || c(), (v = p) == null || v.disconnect(), p = null, a && cancelAnimationFrame(h);
3338
3339
  };
3339
3340
  }
3340
- const F0 = k0, j0 = w0, W0 = C0, nu = L0, U0 = (n, e, t) => {
3341
+ const F0 = k0, j0 = w0, W0 = b0, nu = L0, U0 = (n, e, t) => {
3341
3342
  const r = /* @__PURE__ */ new Map(), i = {
3342
3343
  platform: $0,
3343
3344
  ...t
@@ -3458,7 +3459,7 @@ const Ua = /* @__PURE__ */ K0(J0), G0 = nu({
3458
3459
  u.value && (u.value = !1, i("close"), !r.useOverlay && f(), s && (s(), s = null));
3459
3460
  }, v = async () => {
3460
3461
  u.value || (u.value = !0, await ar(), i("open", [d.value, a.value]), s = z0(d.value, a.value, m), !r.useOverlay && a.value && d.value && p([a.value, d.value]));
3461
- }, w = Ua(v, r.openDelay), T = Ua(y, r.closeDelay), C = async () => {
3462
+ }, w = Ua(v, r.openDelay), T = Ua(y, r.closeDelay), b = async () => {
3462
3463
  r.disabled || (T.clear(), w());
3463
3464
  }, H = async () => {
3464
3465
  w.clear(), T();
@@ -3466,7 +3467,7 @@ const Ua = /* @__PURE__ */ K0(J0), G0 = nu({
3466
3467
  r.trigger === "click" && (x.preventDefault(), x.stopPropagation(), N());
3467
3468
  }, Z = (x) => {
3468
3469
  a.value && d.value && h([a.value, d.value, ...x]);
3469
- }, N = () => u.value ? H() : C();
3470
+ }, N = () => u.value ? H() : b();
3470
3471
  return Mt(
3471
3472
  () => r.disabled,
3472
3473
  (x) => u.value && x && y()
@@ -3480,7 +3481,7 @@ const Ua = /* @__PURE__ */ K0(J0), G0 = nu({
3480
3481
  containerRef: l,
3481
3482
  open: v,
3482
3483
  updateClickOutsideTargets: Z
3483
- }), (x, D) => (g(), b("div", {
3484
+ }), (x, D) => (g(), C("div", {
3484
3485
  ref_key: "containerRef",
3485
3486
  ref: l,
3486
3487
  class: U(x.rootClass),
@@ -3490,9 +3491,9 @@ const Ua = /* @__PURE__ */ K0(J0), G0 = nu({
3490
3491
  ref_key: "triggerRef",
3491
3492
  ref: d,
3492
3493
  class: U(x.triggerClass),
3493
- onMouseover: D[0] || (D[0] = (Q) => x.trigger === "hover" && C()),
3494
+ onMouseover: D[0] || (D[0] = (Q) => x.trigger === "hover" && b()),
3494
3495
  onClick: M,
3495
- onFocus: D[1] || (D[1] = (Q) => x.trigger === "focus" && C()),
3496
+ onFocus: D[1] || (D[1] = (Q) => x.trigger === "focus" && b()),
3496
3497
  onKeyup: D[2] || (D[2] = Ae((Q) => H(), ["esc"]))
3497
3498
  }, [
3498
3499
  _(x.$slots, "default", { visible: u.value })
@@ -3501,8 +3502,8 @@ const Ua = /* @__PURE__ */ K0(J0), G0 = nu({
3501
3502
  key: 0,
3502
3503
  to: "#poppers"
3503
3504
  }, [
3504
- !x.disabled && u.value ? (g(), b(O, { key: 0 }, [
3505
- x.useOverlay && x.trigger !== "hover" && x.trigger !== "manual" ? (g(), b("div", {
3505
+ !x.disabled && u.value ? (g(), C(O, { key: 0 }, [
3506
+ x.useOverlay && x.trigger !== "hover" && x.trigger !== "manual" ? (g(), C("div", {
3506
3507
  key: 0,
3507
3508
  class: "pointer-events-auto absolute w-screen h-screen top-0 left-0 bg-transparent",
3508
3509
  onClick: D[3] || (D[3] = (Q) => H())
@@ -3519,12 +3520,12 @@ const Ua = /* @__PURE__ */ K0(J0), G0 = nu({
3519
3520
  ], 2), [
3520
3521
  [wr, !x.disabled && u.value]
3521
3522
  ])
3522
- ])) : (g(), b("div", {
3523
+ ])) : (g(), C("div", {
3523
3524
  key: 1,
3524
3525
  ref_key: "popperRef",
3525
3526
  ref: a,
3526
3527
  class: U(["absolute", x.popperWidthClass]),
3527
- onMouseover: D[4] || (D[4] = (Q) => x.trigger === "hover" && C()),
3528
+ onMouseover: D[4] || (D[4] = (Q) => x.trigger === "hover" && b()),
3528
3529
  onMouseleave: D[5] || (D[5] = (Q) => x.trigger === "hover" && H())
3529
3530
  }, [
3530
3531
  _(x.$slots, "content", {
@@ -3538,7 +3539,7 @@ const Ua = /* @__PURE__ */ K0(J0), G0 = nu({
3538
3539
  }
3539
3540
  }), Y0 = {}, X0 = { class: "pointer-events-auto rounded-lg overflow-hidden border border-default bg-primary shadow-xl" };
3540
3541
  function Q0(n, e) {
3541
- return g(), b("div", X0, [
3542
+ return g(), C("div", X0, [
3542
3543
  _(n.$slots, "default")
3543
3544
  ]);
3544
3545
  }
@@ -3609,7 +3610,7 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3609
3610
  if (!y) return;
3610
3611
  const v = i.value.getBoundingClientRect();
3611
3612
  if (v) {
3612
- const w = ((v[l.direction] || 0) - (m[l.client] || 0)) * -1, T = o.value && typeof o.value[l.offset] == "number" ? o.value[l.offset] - y : 0, C = i.value ? Number(i.value[l.offset]) : 0, H = C ? (w - T) * 100 / C : 0;
3613
+ const w = ((v[l.direction] || 0) - (m[l.client] || 0)) * -1, T = o.value && typeof o.value[l.offset] == "number" ? o.value[l.offset] - y : 0, b = i.value ? Number(i.value[l.offset]) : 0, H = b ? (w - T) * 100 / b : 0;
3613
3614
  r("update", {
3614
3615
  scrollReference: l.scroll,
3615
3616
  positionPercentage: H,
@@ -3628,7 +3629,7 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3628
3629
  }, p = (m) => {
3629
3630
  const y = m.target.getBoundingClientRect();
3630
3631
  if (y) {
3631
- const v = y[l.direction], w = m[l.client], T = Math.abs((v ? Number(v) : 0) - (w ? Number(w) : 0)), C = o.value[l.offset] / 2, H = i.value ? Number(i.value[l.offset]) : 0, M = H ? (T - C) * 100 / H : 0;
3632
+ const v = y[l.direction], w = m[l.client], T = Math.abs((v ? Number(v) : 0) - (w ? Number(w) : 0)), b = o.value[l.offset] / 2, H = i.value ? Number(i.value[l.offset]) : 0, M = H ? (T - b) * 100 / H : 0;
3632
3633
  r("update", {
3633
3634
  scrollReference: l.scroll,
3634
3635
  positionPercentage: M,
@@ -3644,7 +3645,7 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3644
3645
  webkitTransform: m
3645
3646
  };
3646
3647
  };
3647
- return (m, y) => (g(), b("div", {
3648
+ return (m, y) => (g(), C("div", {
3648
3649
  ref_key: "scrollbarRef",
3649
3650
  ref: i,
3650
3651
  class: U(`scrollbar__bar is-${L(l).key}`),
@@ -3710,7 +3711,7 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3710
3711
  }), mn(() => {
3711
3712
  !r.noresize && o.disconnect(), r.windowResize && window.removeEventListener("resize", T);
3712
3713
  });
3713
- const C = (N) => {
3714
+ const b = (N) => {
3714
3715
  m.value[N.scrollReference] = N.positionPercentage * m.value[N.scrollSize] / 100;
3715
3716
  };
3716
3717
  return e({ handleScroll: v, reset: () => {
@@ -3719,7 +3720,7 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3719
3720
  N === "x" ? m.value.scrollLeft = m.value.scrollWidth * x / 100 : m.value.scrollTop = m.value.scrollHeight * x / 100, v();
3720
3721
  }, scrollToPercentage: (N, x) => {
3721
3722
  N === "x" ? m.value.scrollTo({ left: m.value.scrollWidth * x / 100, behavior: "smooth" }) : m.value.scrollTo({ top: m.value.scrollHeight * x / 100, behavior: "smooth" }), v();
3722
- }, update: T }), (N, x) => (g(), b("main", {
3723
+ }, update: T }), (N, x) => (g(), C("main", {
3723
3724
  class: U(["scrollbar scroll-hidden", [N.viewHeightClass, { show: N.show }]])
3724
3725
  }, [
3725
3726
  k("div", {
@@ -3745,14 +3746,14 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3745
3746
  key: 0,
3746
3747
  move: l.value,
3747
3748
  size: c.value,
3748
- onUpdate: C
3749
+ onUpdate: b
3749
3750
  }, null, 8, ["move", "size"])),
3750
3751
  N.disableY ? P("", !0) : (g(), I(Ka, {
3751
3752
  key: 1,
3752
3753
  move: a.value,
3753
3754
  size: u.value,
3754
3755
  vertical: "",
3755
- onUpdate: C
3756
+ onUpdate: b
3756
3757
  }, null, 8, ["move", "size"]))
3757
3758
  ], 2));
3758
3759
  }
@@ -3766,7 +3767,7 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3766
3767
  ([o]) => o.isIntersecting && t("intersect"),
3767
3768
  { threshold: 0.01 }
3768
3769
  ), i.value.observe(r.value);
3769
- }), Go(() => i.value && i.value.disconnect()), (o, s) => (g(), b("div", {
3770
+ }), Go(() => i.value && i.value.disconnect()), (o, s) => (g(), C("div", {
3770
3771
  ref_key: "triggerRef",
3771
3772
  ref: r,
3772
3773
  class: "w-full h-16 flex items-center justify-center bg-white"
@@ -3837,7 +3838,7 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3837
3838
  r.title || f.$slots.header ? {
3838
3839
  name: "header",
3839
3840
  fn: j(() => [
3840
- r.title ? (g(), b("header", n5, [
3841
+ r.title ? (g(), C("header", n5, [
3841
3842
  k("h4", null, ge(r.title), 1),
3842
3843
  r.closeable ? (g(), I(L(We), {
3843
3844
  key: 0,
@@ -3880,7 +3881,7 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3880
3881
  const t = n, r = e, i = ce(() => [t.small ? "h-3 w-3" : "h-5 w-5", t.value ? t.small ? "translate-x-3" : "translate-x-5" : "translate-x-0"]), o = ce(() => [t.small ? "h-4" : "h-6", t.value ? t.onColorClass : t.offColorClass]), s = ce(() => ({
3881
3882
  width: t.small ? "1.75rem" : "2.75rem"
3882
3883
  }));
3883
- return (l, a) => (g(), b("button", {
3884
+ return (l, a) => (g(), C("button", {
3884
3885
  role: "checkbox",
3885
3886
  tabindex: "0",
3886
3887
  "aria-checked": "false",
@@ -3919,7 +3920,7 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3919
3920
  const t = n, r = e, i = A(), o = () => {
3920
3921
  i.value.blur(), r("select", t.name);
3921
3922
  };
3922
- return (s, l) => (g(), b("button", {
3923
+ return (s, l) => (g(), C("button", {
3923
3924
  ref_key: "tabRef",
3924
3925
  ref: i,
3925
3926
  disabled: s.disabled,
@@ -3939,13 +3940,13 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3939
3940
  }]),
3940
3941
  onClick: fe(o, ["stop", "prevent"])
3941
3942
  }, [
3942
- s.icon && s.size === "default" ? (g(), I(L(Ce), {
3943
+ s.icon && s.size === "default" ? (g(), I(L(be), {
3943
3944
  key: 0,
3944
3945
  name: s.icon
3945
3946
  }, null, 8, ["name"])) : P("", !0),
3946
3947
  k("span", i5, [
3947
3948
  Zd(ge(s.name) + " ", 1),
3948
- s.notification ? (g(), b("div", o5, l[0] || (l[0] = [
3949
+ s.notification ? (g(), C("div", o5, l[0] || (l[0] = [
3949
3950
  k("div", { class: "w-3 h-3 bg-orange-500 rounded-full border border-white" }, null, -1)
3950
3951
  ]))) : P("", !0)
3951
3952
  ])
@@ -3963,15 +3964,15 @@ const ru = /* @__PURE__ */ Fn(Y0, [["render", Q0]]), Fl = /* @__PURE__ */ J({
3963
3964
  const t = e;
3964
3965
  return (r, i) => (g(), I(L(Ye), {
3965
3966
  inline: "",
3966
- class: U(["h-6 gap-0 truncate text-sm border border-default rounded-sm text-tertiary bg-secondary", {
3967
- "px-2": !r.deletable,
3968
- "pl-2 pr-1": r.deletable
3967
+ class: U(["h-5 truncate text-xs rounded-lg text-tertiary bg-tertiary", {
3968
+ "px-1": !r.deletable,
3969
+ "pl-1 pr-0.5": r.deletable
3969
3970
  }])
3970
3971
  }, {
3971
3972
  default: j(() => [
3972
3973
  q(L(Ye), { class: "gap-1" }, {
3973
3974
  default: j(() => [
3974
- r.icon ? (g(), I(L(Ce), {
3975
+ r.icon ? (g(), I(L(be), {
3975
3976
  key: 0,
3976
3977
  name: r.icon
3977
3978
  }, null, 8, ["name"])) : P("", !0),
@@ -5418,8 +5419,8 @@ class In {
5418
5419
  return In.empty;
5419
5420
  let i = pu(r);
5420
5421
  r.next && r.err("Unexpected trailing text");
5421
- let o = C5(v5(i));
5422
- return b5(o, r), o;
5422
+ let o = b5(v5(i));
5423
+ return C5(o, r), o;
5423
5424
  }
5424
5425
  /**
5425
5426
  Match a node type, returning a match after that node if
@@ -5710,7 +5711,7 @@ function Ga(n, e) {
5710
5711
  }
5711
5712
  }
5712
5713
  }
5713
- function C5(n) {
5714
+ function b5(n) {
5714
5715
  let e = /* @__PURE__ */ Object.create(null);
5715
5716
  return t(Ga(n, 0));
5716
5717
  function t(r) {
@@ -5735,7 +5736,7 @@ function C5(n) {
5735
5736
  return o;
5736
5737
  }
5737
5738
  }
5738
- function b5(n, e) {
5739
+ function C5(n, e) {
5739
5740
  for (let t = 0, r = [n]; t < r.length; t++) {
5740
5741
  let i = r[t], o = !i.validEnd, s = [];
5741
5742
  for (let l = 0; l < i.next.length; l++) {
@@ -5786,7 +5787,7 @@ function vu(n, e) {
5786
5787
  t[r] = new w5(n, r, e[r]);
5787
5788
  return t;
5788
5789
  }
5789
- let _a = class Cu {
5790
+ let _a = class bu {
5790
5791
  /**
5791
5792
  @internal
5792
5793
  */
@@ -5954,7 +5955,7 @@ let _a = class Cu {
5954
5955
  */
5955
5956
  static compile(e, t) {
5956
5957
  let r = /* @__PURE__ */ Object.create(null);
5957
- e.forEach((o, s) => r[o] = new Cu(o, t, s));
5958
+ e.forEach((o, s) => r[o] = new bu(o, t, s));
5958
5959
  let i = t.spec.topNode || "doc";
5959
5960
  if (!r[i])
5960
5961
  throw new RangeError("Schema is missing its top node type ('" + i + "')");
@@ -6036,7 +6037,7 @@ class ts {
6036
6037
  return this.excluded.indexOf(e) > -1;
6037
6038
  }
6038
6039
  }
6039
- class bu {
6040
+ class Cu {
6040
6041
  /**
6041
6042
  Construct a schema from a schema [specification](https://prosemirror.net/docs/ref/#model.SchemaSpec).
6042
6043
  */
@@ -7104,7 +7105,7 @@ class De {
7104
7105
  return Ls[e] = t, t.prototype.jsonID = e, t;
7105
7106
  }
7106
7107
  }
7107
- class be {
7108
+ class Ce {
7108
7109
  /**
7109
7110
  @internal
7110
7111
  */
@@ -7115,13 +7116,13 @@ class be {
7115
7116
  Create a successful step result.
7116
7117
  */
7117
7118
  static ok(e) {
7118
- return new be(e, null);
7119
+ return new Ce(e, null);
7119
7120
  }
7120
7121
  /**
7121
7122
  Create a failed step result.
7122
7123
  */
7123
7124
  static fail(e) {
7124
- return new be(null, e);
7125
+ return new Ce(null, e);
7125
7126
  }
7126
7127
  /**
7127
7128
  Call [`Node.replace`](https://prosemirror.net/docs/ref/#model.Node.replace) with the given
@@ -7130,10 +7131,10 @@ class be {
7130
7131
  */
7131
7132
  static fromReplace(e, t, r, i) {
7132
7133
  try {
7133
- return be.ok(e.replace(t, r, i));
7134
+ return Ce.ok(e.replace(t, r, i));
7134
7135
  } catch (o) {
7135
7136
  if (o instanceof so)
7136
- return be.fail(o.message);
7137
+ return Ce.fail(o.message);
7137
7138
  throw o;
7138
7139
  }
7139
7140
  }
@@ -7155,7 +7156,7 @@ class rn extends De {
7155
7156
  }
7156
7157
  apply(e) {
7157
7158
  let t = e.slice(this.from, this.to), r = e.resolve(this.from), i = r.node(r.sharedDepth(this.to)), o = new $(jl(t.content, (s, l) => !s.isAtom || !l.type.allowsMarkType(this.mark.type) ? s : s.mark(this.mark.addToSet(s.marks)), i), t.openStart, t.openEnd);
7158
- return be.fromReplace(e, this.from, this.to, o);
7159
+ return Ce.fromReplace(e, this.from, this.to, o);
7159
7160
  }
7160
7161
  invert() {
7161
7162
  return new xt(this.from, this.to, this.mark);
@@ -7194,7 +7195,7 @@ class xt extends De {
7194
7195
  }
7195
7196
  apply(e) {
7196
7197
  let t = e.slice(this.from, this.to), r = new $(jl(t.content, (i) => i.mark(this.mark.removeFromSet(i.marks)), e), t.openStart, t.openEnd);
7197
- return be.fromReplace(e, this.from, this.to, r);
7198
+ return Ce.fromReplace(e, this.from, this.to, r);
7198
7199
  }
7199
7200
  invert() {
7200
7201
  return new rn(this.from, this.to, this.mark);
@@ -7234,9 +7235,9 @@ class on extends De {
7234
7235
  apply(e) {
7235
7236
  let t = e.nodeAt(this.pos);
7236
7237
  if (!t)
7237
- return be.fail("No node at mark step's position");
7238
+ return Ce.fail("No node at mark step's position");
7238
7239
  let r = t.type.create(t.attrs, null, this.mark.addToSet(t.marks));
7239
- return be.fromReplace(e, this.pos, this.pos + 1, new $(V.from(r), 0, t.isLeaf ? 0 : 1));
7240
+ return Ce.fromReplace(e, this.pos, this.pos + 1, new $(V.from(r), 0, t.isLeaf ? 0 : 1));
7240
7241
  }
7241
7242
  invert(e) {
7242
7243
  let t = e.nodeAt(this.pos);
@@ -7278,9 +7279,9 @@ class cr extends De {
7278
7279
  apply(e) {
7279
7280
  let t = e.nodeAt(this.pos);
7280
7281
  if (!t)
7281
- return be.fail("No node at mark step's position");
7282
+ return Ce.fail("No node at mark step's position");
7282
7283
  let r = t.type.create(t.attrs, null, this.mark.removeFromSet(t.marks));
7283
- return be.fromReplace(e, this.pos, this.pos + 1, new $(V.from(r), 0, t.isLeaf ? 0 : 1));
7284
+ return Ce.fromReplace(e, this.pos, this.pos + 1, new $(V.from(r), 0, t.isLeaf ? 0 : 1));
7284
7285
  }
7285
7286
  invert(e) {
7286
7287
  let t = e.nodeAt(this.pos);
@@ -7317,7 +7318,7 @@ class we extends De {
7317
7318
  super(), this.from = e, this.to = t, this.slice = r, this.structure = i;
7318
7319
  }
7319
7320
  apply(e) {
7320
- return this.structure && ol(e, this.from, this.to) ? be.fail("Structure replace would overwrite content") : be.fromReplace(e, this.from, this.to, this.slice);
7321
+ return this.structure && ol(e, this.from, this.to) ? Ce.fail("Structure replace would overwrite content") : Ce.fromReplace(e, this.from, this.to, this.slice);
7321
7322
  }
7322
7323
  getMap() {
7323
7324
  return new Xe([this.from, this.to - this.from, this.slice.size]);
@@ -7367,12 +7368,12 @@ class Le extends De {
7367
7368
  }
7368
7369
  apply(e) {
7369
7370
  if (this.structure && (ol(e, this.from, this.gapFrom) || ol(e, this.gapTo, this.to)))
7370
- return be.fail("Structure gap-replace would overwrite content");
7371
+ return Ce.fail("Structure gap-replace would overwrite content");
7371
7372
  let t = e.slice(this.gapFrom, this.gapTo);
7372
7373
  if (t.openStart || t.openEnd)
7373
- return be.fail("Gap is not a flat range");
7374
+ return Ce.fail("Gap is not a flat range");
7374
7375
  let r = this.slice.insertAt(this.insert, t.content);
7375
- return r ? be.fromReplace(e, this.from, this.to, r) : be.fail("Content does not fit in gap");
7376
+ return r ? Ce.fromReplace(e, this.from, this.to, r) : Ce.fail("Content does not fit in gap");
7376
7377
  }
7377
7378
  getMap() {
7378
7379
  return new Xe([
@@ -8008,13 +8009,13 @@ class sr extends De {
8008
8009
  apply(e) {
8009
8010
  let t = e.nodeAt(this.pos);
8010
8011
  if (!t)
8011
- return be.fail("No node at attribute step's position");
8012
+ return Ce.fail("No node at attribute step's position");
8012
8013
  let r = /* @__PURE__ */ Object.create(null);
8013
8014
  for (let o in t.attrs)
8014
8015
  r[o] = t.attrs[o];
8015
8016
  r[this.attr] = this.value;
8016
8017
  let i = t.type.create(r, null, t.marks);
8017
- return be.fromReplace(e, this.pos, this.pos + 1, new $(V.from(i), 0, t.isLeaf ? 0 : 1));
8018
+ return Ce.fromReplace(e, this.pos, this.pos + 1, new $(V.from(i), 0, t.isLeaf ? 0 : 1));
8018
8019
  }
8019
8020
  getMap() {
8020
8021
  return Xe.empty;
@@ -8049,7 +8050,7 @@ class ti extends De {
8049
8050
  t[i] = e.attrs[i];
8050
8051
  t[this.attr] = this.value;
8051
8052
  let r = e.type.create(t, e.content, e.marks);
8052
- return be.ok(r);
8053
+ return Ce.ok(r);
8053
8054
  }
8054
8055
  getMap() {
8055
8056
  return Xe.empty;
@@ -9131,7 +9132,7 @@ function p1(n, e, t, r, i) {
9131
9132
  return !0;
9132
9133
  if (e == (i < 0 ? 0 : at(n))) {
9133
9134
  let o = n.parentNode;
9134
- if (!o || o.nodeType != 1 || Ci(n) || i2.test(n.nodeName) || n.contentEditable == "false")
9135
+ if (!o || o.nodeType != 1 || bi(n) || i2.test(n.nodeName) || n.contentEditable == "false")
9135
9136
  return !1;
9136
9137
  e = He(n) + (i < 0 ? 0 : 1), n = o;
9137
9138
  } else if (n.nodeType == 1) {
@@ -9153,7 +9154,7 @@ function o2(n, e) {
9153
9154
  if (n.contentEditable == "false")
9154
9155
  return null;
9155
9156
  n = n.childNodes[e - 1], e = at(n);
9156
- } else if (n.parentNode && !Ci(n))
9157
+ } else if (n.parentNode && !bi(n))
9157
9158
  e = He(n), n = n.parentNode;
9158
9159
  else
9159
9160
  return null;
@@ -9167,7 +9168,7 @@ function s2(n, e) {
9167
9168
  if (n.contentEditable == "false")
9168
9169
  return null;
9169
9170
  n = n.childNodes[e], e = 0;
9170
- } else if (n.parentNode && !Ci(n))
9171
+ } else if (n.parentNode && !bi(n))
9171
9172
  e = He(n) + 1, n = n.parentNode;
9172
9173
  else
9173
9174
  return null;
@@ -9183,7 +9184,7 @@ function l2(n, e, t) {
9183
9184
  r = r && o == 0, i = i && o == at(n);
9184
9185
  }
9185
9186
  }
9186
- function Ci(n) {
9187
+ function bi(n) {
9187
9188
  let e;
9188
9189
  for (let t = n; t && !(e = t.pmViewDesc); t = t.parentNode)
9189
9190
  ;
@@ -9218,7 +9219,7 @@ function d2(n, e, t) {
9218
9219
  }
9219
9220
  const Ot = typeof navigator < "u" ? navigator : null, h1 = typeof document < "u" ? document : null, yn = Ot && Ot.userAgent || "", ll = /Edge\/(\d+)/.exec(yn), Bu = /MSIE \d/.exec(yn), al = /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(yn), Ue = !!(Bu || al || ll), dn = Bu ? document.documentMode : al ? +al[1] : ll ? +ll[1] : 0, vt = !Ue && /gecko\/(\d+)/i.test(yn);
9220
9221
  vt && +(/Firefox\/(\d+)/.exec(yn) || [0, 0])[1];
9221
- const dl = !Ue && /Chrome\/(\d+)/.exec(yn), Ne = !!dl, $u = dl ? +dl[1] : 0, Ie = !Ue && !!Ot && /Apple Computer/.test(Ot.vendor), hr = Ie && (/Mobile\/\w+/.test(yn) || !!Ot && Ot.maxTouchPoints > 2), lt = hr || (Ot ? /Mac/.test(Ot.platform) : !1), u2 = Ot ? /Win/.test(Ot.platform) : !1, Ft = /Android \d/.test(yn), bi = !!h1 && "webkitFontSmoothing" in h1.documentElement.style, c2 = bi ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0;
9222
+ const dl = !Ue && /Chrome\/(\d+)/.exec(yn), Ne = !!dl, $u = dl ? +dl[1] : 0, Ie = !Ue && !!Ot && /Apple Computer/.test(Ot.vendor), hr = Ie && (/Mobile\/\w+/.test(yn) || !!Ot && Ot.maxTouchPoints > 2), lt = hr || (Ot ? /Mac/.test(Ot.platform) : !1), u2 = Ot ? /Win/.test(Ot.platform) : !1, Ft = /Android \d/.test(yn), Ci = !!h1 && "webkitFontSmoothing" in h1.documentElement.style, c2 = Ci ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0;
9222
9223
  function f2(n) {
9223
9224
  let e = n.defaultView && n.defaultView.visualViewport;
9224
9225
  return e ? {
@@ -9356,7 +9357,7 @@ function v2(n, e) {
9356
9357
  let t = n.parentNode;
9357
9358
  return t && /^li$/i.test(t.nodeName) && e.left < n.getBoundingClientRect().left ? t : n;
9358
9359
  }
9359
- function C2(n, e, t) {
9360
+ function b2(n, e, t) {
9360
9361
  let { node: r, offset: i } = Fu(e, t), o = -1;
9361
9362
  if (r.nodeType == 1 && !r.firstChild) {
9362
9363
  let s = r.getBoundingClientRect();
@@ -9364,7 +9365,7 @@ function C2(n, e, t) {
9364
9365
  }
9365
9366
  return n.docView.posFromDOM(r, i, o);
9366
9367
  }
9367
- function b2(n, e, t, r) {
9368
+ function C2(n, e, t, r) {
9368
9369
  let i = -1;
9369
9370
  for (let o = e, s = !1; o != n.dom; ) {
9370
9371
  let l = n.docView.nearestDesc(o, !0), a;
@@ -9413,9 +9414,9 @@ function k2(n, e) {
9413
9414
  u.nodeName == "IMG" && (c = u.getBoundingClientRect()).right <= e.left && c.bottom > e.top && i++;
9414
9415
  }
9415
9416
  let d;
9416
- bi && i && r.nodeType == 1 && (d = r.childNodes[i - 1]).nodeType == 1 && d.contentEditable == "false" && d.getBoundingClientRect().top >= e.top && i--, r == n.dom && i == r.childNodes.length - 1 && r.lastChild.nodeType == 1 && e.top > r.lastChild.getBoundingClientRect().bottom ? l = n.state.doc.content.size : (i == 0 || r.nodeType != 1 || r.childNodes[i - 1].nodeName != "BR") && (l = b2(n, r, i, e));
9417
+ Ci && i && r.nodeType == 1 && (d = r.childNodes[i - 1]).nodeType == 1 && d.contentEditable == "false" && d.getBoundingClientRect().top >= e.top && i--, r == n.dom && i == r.childNodes.length - 1 && r.lastChild.nodeType == 1 && e.top > r.lastChild.getBoundingClientRect().bottom ? l = n.state.doc.content.size : (i == 0 || r.nodeType != 1 || r.childNodes[i - 1].nodeName != "BR") && (l = C2(n, r, i, e));
9417
9418
  }
9418
- l == null && (l = C2(n, s, e));
9419
+ l == null && (l = b2(n, s, e));
9419
9420
  let a = n.docView.nearestDesc(s, !0);
9420
9421
  return { pos: l, inside: a ? a.posAtStart - a.border : -1 };
9421
9422
  }
@@ -9433,7 +9434,7 @@ function Yt(n, e) {
9433
9434
  }
9434
9435
  const w2 = /[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;
9435
9436
  function Wu(n, e, t) {
9436
- let { node: r, offset: i, atom: o } = n.docView.domFromPos(e, t < 0 ? -1 : 1), s = bi || vt;
9437
+ let { node: r, offset: i, atom: o } = n.docView.domFromPos(e, t < 0 ? -1 : 1), s = Ci || vt;
9437
9438
  if (r.nodeType == 3)
9438
9439
  if (s && (w2.test(r.nodeValue) || (t < 0 ? !i : i == r.nodeValue.length))) {
9439
9440
  let a = Yt(Zt(r, i, i), t);
@@ -9548,11 +9549,11 @@ function x2(n, e, t) {
9548
9549
  return f != null && (l.caretBidiLevel = f), y;
9549
9550
  }) : r.pos == r.start() || r.pos == r.end();
9550
9551
  }
9551
- let y1 = null, v1 = null, C1 = !1;
9552
+ let y1 = null, v1 = null, b1 = !1;
9552
9553
  function S2(n, e, t) {
9553
- return y1 == e && v1 == t ? C1 : (y1 = e, v1 = t, C1 = t == "up" || t == "down" ? L2(n, e, t) : x2(n, e, t));
9554
+ return y1 == e && v1 == t ? b1 : (y1 = e, v1 = t, b1 = t == "up" || t == "down" ? L2(n, e, t) : x2(n, e, t));
9554
9555
  }
9555
- const ut = 0, b1 = 1, Sn = 2, Vt = 3;
9556
+ const ut = 0, C1 = 1, Sn = 2, Vt = 3;
9556
9557
  class ki {
9557
9558
  constructor(e, t, r, i) {
9558
9559
  this.parent = e, this.children = t, this.dom = r, this.contentDOM = i, this.dirty = ut, r.pmViewDesc = this;
@@ -9868,7 +9869,7 @@ class ki {
9868
9869
  if (r == s ? e <= s && t >= r : e < s && t > r) {
9869
9870
  let l = r + o.border, a = s - o.border;
9870
9871
  if (e >= l && t <= a) {
9871
- this.dirty = e == r || t == s ? Sn : b1, e == l && t == a && (o.contentLost || o.dom.parentNode != this.contentDOM) ? o.dirty = Vt : o.markDirty(e - l, t - l);
9872
+ this.dirty = e == r || t == s ? Sn : C1, e == l && t == a && (o.contentLost || o.dom.parentNode != this.contentDOM) ? o.dirty = Vt : o.markDirty(e - l, t - l);
9872
9873
  return;
9873
9874
  } else
9874
9875
  o.dirty = o.dom == o.contentDOM && o.dom.parentNode == this.contentDOM && !o.children.length ? Sn : Vt;
@@ -9880,7 +9881,7 @@ class ki {
9880
9881
  markParentsDirty() {
9881
9882
  let e = 1;
9882
9883
  for (let t = this.parent; t; t = t.parent, e++) {
9883
- let r = e == 1 ? Sn : b1;
9884
+ let r = e == 1 ? Sn : C1;
9884
9885
  t.dirty < r && (t.dirty = r);
9885
9886
  }
9886
9887
  }
@@ -10716,7 +10717,7 @@ function T1(n, e, t) {
10716
10717
  if (!o || o.isText)
10717
10718
  return !1;
10718
10719
  let l = e < 0 ? i.pos - o.nodeSize : i.pos;
10719
- return o.isAtom || (s = n.docView.descAt(l)) && !s.contentDOM ? G.isSelectable(o) ? Xt(n, new G(e < 0 ? n.state.doc.resolve(i.pos - o.nodeSize) : i)) : bi ? Xt(n, new ne(n.state.doc.resolve(e < 0 ? l : l + o.nodeSize))) : !1 : !1;
10720
+ return o.isAtom || (s = n.docView.descAt(l)) && !s.contentDOM ? G.isSelectable(o) ? Xt(n, new G(e < 0 ? n.state.doc.resolve(i.pos - o.nodeSize) : i)) : Ci ? Xt(n, new ne(n.state.doc.resolve(e < 0 ? l : l + o.nodeSize))) : !1 : !1;
10720
10721
  }
10721
10722
  } else return !1;
10722
10723
  else {
@@ -10811,7 +10812,7 @@ function ec(n) {
10811
10812
  return e && e.node && e.node.isBlock;
10812
10813
  }
10813
10814
  function z2(n, e) {
10814
- for (; n && e == n.childNodes.length && !Ci(n); )
10815
+ for (; n && e == n.childNodes.length && !bi(n); )
10815
10816
  e = He(n) + 1, n = n.parentNode;
10816
10817
  for (; n && e < n.childNodes.length; ) {
10817
10818
  let t = n.childNodes[e];
@@ -10823,7 +10824,7 @@ function z2(n, e) {
10823
10824
  }
10824
10825
  }
10825
10826
  function F2(n, e) {
10826
- for (; n && !e && !Ci(n); )
10827
+ for (; n && !e && !bi(n); )
10827
10828
  e = He(n), n = n.parentNode;
10828
10829
  for (; n && e; ) {
10829
10830
  let t = n.childNodes[e - 1];
@@ -10995,7 +10996,7 @@ function tc(n, e, t, r, i) {
10995
10996
  } else
10996
10997
  n.someProp("transformPastedHTML", (c) => {
10997
10998
  t = c(t, n);
10998
- }), s = G2(t), bi && _2(s);
10999
+ }), s = G2(t), Ci && _2(s);
10999
11000
  let d = s && s.querySelector("[data-pm-slice]"), u = d && /^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(d.getAttribute("data-pm-slice") || "");
11000
11001
  if (u && u[3])
11001
11002
  for (let c = +u[3]; c > 0; c--) {
@@ -11966,7 +11967,7 @@ function v4(n, e, t, r, i, o, s) {
11966
11967
  a = !0;
11967
11968
  }
11968
11969
  if (a) {
11969
- let d = C4(l, n, e, t, i, o, s), u = mo(d, r, 0, s);
11970
+ let d = b4(l, n, e, t, i, o, s), u = mo(d, r, 0, s);
11970
11971
  e = u.local;
11971
11972
  for (let c = 0; c < l.length; c += 3)
11972
11973
  l[c + 1] < 0 && (l.splice(c, 3), c -= 3);
@@ -11989,7 +11990,7 @@ function hc(n, e) {
11989
11990
  }
11990
11991
  return t;
11991
11992
  }
11992
- function C4(n, e, t, r, i, o, s) {
11993
+ function b4(n, e, t, r, i, o, s) {
11993
11994
  function l(a, d) {
11994
11995
  for (let u = 0; u < a.local.length; u++) {
11995
11996
  let c = a.local[u].map(r, i, d);
@@ -12064,7 +12065,7 @@ function As(n) {
12064
12065
  r && r != Ee && e.push(r);
12065
12066
  }), n.cursorWrapper && e.push(ke.create(n.state.doc, [n.cursorWrapper.deco])), tn.from(e);
12066
12067
  }
12067
- const b4 = {
12068
+ const C4 = {
12068
12069
  childList: !0,
12069
12070
  characterData: !0,
12070
12071
  characterDataOldValue: !0,
@@ -12105,7 +12106,7 @@ class L4 {
12105
12106
  this.flushingSoon > -1 && (window.clearTimeout(this.flushingSoon), this.flushingSoon = -1, this.flush());
12106
12107
  }
12107
12108
  start() {
12108
- this.observer && (this.observer.takeRecords(), this.observer.observe(this.view.dom, b4)), this.onCharData && this.view.dom.addEventListener("DOMCharacterDataModified", this.onCharData), this.connectSelection();
12109
+ this.observer && (this.observer.takeRecords(), this.observer.observe(this.view.dom, C4)), this.onCharData && this.view.dom.addEventListener("DOMCharacterDataModified", this.onCharData), this.connectSelection();
12109
12110
  }
12110
12111
  stop() {
12111
12112
  if (this.observer) {
@@ -12353,25 +12354,25 @@ function V4(n, e, t, r, i) {
12353
12354
  return x(n, Mn(13, "Enter"));
12354
12355
  });
12355
12356
  }, 20));
12356
- let C = h.start, H = h.endA, M, Z, N;
12357
+ let b = h.start, H = h.endA, M, Z, N;
12357
12358
  if (w) {
12358
12359
  if (m.pos == y.pos)
12359
- Ue && dn <= 11 && m.parentOffset == 0 && (n.domObserver.suppressSelectionUpdates(), setTimeout(() => Ut(n), 20)), M = n.state.tr.delete(C, H), Z = u.resolve(h.start).marksAcross(u.resolve(h.endA));
12360
+ Ue && dn <= 11 && m.parentOffset == 0 && (n.domObserver.suppressSelectionUpdates(), setTimeout(() => Ut(n), 20)), M = n.state.tr.delete(b, H), Z = u.resolve(h.start).marksAcross(u.resolve(h.endA));
12360
12361
  else if (
12361
12362
  // Adding or removing a mark
12362
12363
  h.endA == h.endB && (N = E4(m.parent.content.cut(m.parentOffset, y.parentOffset), v.parent.content.cut(v.parentOffset, h.endA - v.start())))
12363
12364
  )
12364
- M = n.state.tr, N.type == "add" ? M.addMark(C, H, N.mark) : M.removeMark(C, H, N.mark);
12365
+ M = n.state.tr, N.type == "add" ? M.addMark(b, H, N.mark) : M.removeMark(b, H, N.mark);
12365
12366
  else if (m.parent.child(m.index()).isText && m.index() == y.index() - (y.textOffset ? 0 : 1)) {
12366
12367
  let x = m.parent.textBetween(m.parentOffset, y.parentOffset);
12367
- if (n.someProp("handleTextInput", (D) => D(n, C, H, x)))
12368
+ if (n.someProp("handleTextInput", (D) => D(n, b, H, x)))
12368
12369
  return;
12369
- M = n.state.tr.insertText(x, C, H);
12370
+ M = n.state.tr.insertText(x, b, H);
12370
12371
  }
12371
12372
  }
12372
- if (M || (M = n.state.tr.replace(C, H, d.doc.slice(h.start - d.from, h.endB - d.from))), d.sel) {
12373
+ if (M || (M = n.state.tr.replace(b, H, d.doc.slice(h.start - d.from, h.endB - d.from))), d.sel) {
12373
12374
  let x = $1(n, M.doc, d.sel);
12374
- x && !(Ne && n.composing && x.empty && (h.start != h.endB || n.input.lastChromeDelete < Date.now() - 100) && (x.head == C || x.head == M.mapping.map(H) - 1) || Ue && x.empty && x.head == C) && M.setSelection(x);
12375
+ x && !(Ne && n.composing && x.empty && (h.start != h.endB || n.input.lastChromeDelete < Date.now() - 100) && (x.head == b || x.head == M.mapping.map(H) - 1) || Ue && x.empty && x.head == b) && M.setSelection(x);
12375
12376
  }
12376
12377
  Z && M.ensureMarks(Z), o && M.setMeta("composition", o), n.dispatch(M.scrollIntoView());
12377
12378
  }
@@ -13017,15 +13018,15 @@ const vc = (n, e, t) => {
13017
13018
  if (!r)
13018
13019
  return !1;
13019
13020
  let i = ra(r);
13020
- return i ? Cc(n, i, e) : !1;
13021
+ return i ? bc(n, i, e) : !1;
13021
13022
  }, K4 = (n, e, t) => {
13022
13023
  let r = kc(n, t);
13023
13024
  if (!r)
13024
13025
  return !1;
13025
13026
  let i = ia(r);
13026
- return i ? Cc(n, i, e) : !1;
13027
+ return i ? bc(n, i, e) : !1;
13027
13028
  };
13028
- function Cc(n, e, t) {
13029
+ function bc(n, e, t) {
13029
13030
  let r = e.nodeBefore, i = r, o = e.pos - 1;
13030
13031
  for (; !i.isTextblock; o--) {
13031
13032
  if (i.type.spec.isolating)
@@ -13062,7 +13063,7 @@ function mr(n, e, t = !1) {
13062
13063
  }
13063
13064
  return !1;
13064
13065
  }
13065
- const bc = (n, e, t) => {
13066
+ const Cc = (n, e, t) => {
13066
13067
  let { $head: r, empty: i } = n.selection, o = r;
13067
13068
  if (!i)
13068
13069
  return !1;
@@ -13336,7 +13337,7 @@ function sa(...n) {
13336
13337
  return !1;
13337
13338
  };
13338
13339
  }
13339
- sa(na, vc, bc);
13340
+ sa(na, vc, Cc);
13340
13341
  sa(na, wc, Lc);
13341
13342
  sa(Mc, xc, Sc, X4);
13342
13343
  typeof navigator < "u" ? /Mac|iP(hone|[oa]d)/.test(navigator.platform) : typeof os < "u" && os.platform && os.platform() == "darwin";
@@ -13744,7 +13745,7 @@ function h3(n, e) {
13744
13745
  HTMLAttributes: gl(y, u)
13745
13746
  })), [d.name, p];
13746
13747
  }));
13747
- return new bu({
13748
+ return new Cu({
13748
13749
  topNode: s,
13749
13750
  nodes: l,
13750
13751
  marks: a
@@ -13965,10 +13966,10 @@ class Kt {
13965
13966
  return !1;
13966
13967
  }
13967
13968
  }
13968
- function C3(n) {
13969
+ function b3(n) {
13969
13970
  return typeof n == "number";
13970
13971
  }
13971
- class b3 {
13972
+ class C3 {
13972
13973
  constructor(e) {
13973
13974
  this.find = e.find, this.handler = e.handler;
13974
13975
  }
@@ -13994,8 +13995,8 @@ function w3(n) {
13994
13995
  k3(v, o.find, s).forEach((T) => {
13995
13996
  if (T.index === void 0)
13996
13997
  return;
13997
- const C = m + T.index + 1, H = C + T[0].length, M = {
13998
- from: t.tr.mapping.map(C),
13998
+ const b = m + T.index + 1, H = b + T[0].length, M = {
13999
+ from: t.tr.mapping.map(b),
13999
14000
  to: t.tr.mapping.map(H)
14000
14001
  }, Z = o.handler({
14001
14002
  state: t,
@@ -14099,13 +14100,13 @@ function M3(n) {
14099
14100
  pasteEvt: N
14100
14101
  });
14101
14102
  }
14102
- const T = f.doc.content.findDiffStart(p.doc.content), C = f.doc.content.findDiffEnd(p.doc.content);
14103
- if (!(!C3(T) || !C || T === C.b))
14103
+ const T = f.doc.content.findDiffStart(p.doc.content), b = f.doc.content.findDiffEnd(p.doc.content);
14104
+ if (!(!b3(T) || !b || T === b.b))
14104
14105
  return a({
14105
14106
  rule: u,
14106
14107
  state: p,
14107
14108
  from: T,
14108
- to: C,
14109
+ to: b,
14109
14110
  pasteEvt: s
14110
14111
  });
14111
14112
  }
@@ -14551,7 +14552,7 @@ function vo(n, e, t) {
14551
14552
  if (i) {
14552
14553
  if (t.errorOnInvalidContent) {
14553
14554
  let s = !1, l = "";
14554
- const a = new bu({
14555
+ const a = new Cu({
14555
14556
  topNode: e.spec.topNode,
14556
14557
  marks: e.spec.marks,
14557
14558
  // Prosemirror's schemas are executed such that: the last to execute, matches last
@@ -14743,7 +14744,7 @@ const a9 = (n, e) => ({ tr: t, state: r, dispatch: i }) => {
14743
14744
  n.setSelection(t);
14744
14745
  }
14745
14746
  return !0;
14746
- }, c9 = () => ({ state: n, dispatch: e }) => bc(n, e), f9 = () => ({ state: n, dispatch: e }) => Lc(n, e), p9 = () => ({ state: n, dispatch: e }) => Q4(n, e), h9 = () => ({ state: n, dispatch: e }) => n3(n, e), m9 = () => ({ state: n, dispatch: e }) => t3(n, e);
14747
+ }, c9 = () => ({ state: n, dispatch: e }) => Cc(n, e), f9 = () => ({ state: n, dispatch: e }) => Lc(n, e), p9 = () => ({ state: n, dispatch: e }) => Q4(n, e), h9 = () => ({ state: n, dispatch: e }) => n3(n, e), m9 = () => ({ state: n, dispatch: e }) => t3(n, e);
14747
14748
  function yl(n, e, t = {}, r = {}) {
14748
14749
  return vo(n, e, {
14749
14750
  slice: !1,
@@ -14789,7 +14790,7 @@ function v9(n) {
14789
14790
  }
14790
14791
  return null;
14791
14792
  }
14792
- function C9(n, e, t) {
14793
+ function b9(n, e, t) {
14793
14794
  const r = [];
14794
14795
  return n.nodesBetween(e.from, e.to, (i, o) => {
14795
14796
  t(i) && r.push({
@@ -14798,7 +14799,7 @@ function C9(n, e, t) {
14798
14799
  });
14799
14800
  }), r;
14800
14801
  }
14801
- function b9(n, e) {
14802
+ function C9(n, e) {
14802
14803
  for (let t = n.depth; t > 0; t -= 1) {
14803
14804
  const r = n.node(t);
14804
14805
  if (e(r))
@@ -14811,7 +14812,7 @@ function b9(n, e) {
14811
14812
  }
14812
14813
  }
14813
14814
  function ha(n) {
14814
- return (e) => b9(e.$from, n);
14815
+ return (e) => C9(e.$from, n);
14815
14816
  }
14816
14817
  function Ic(n, e) {
14817
14818
  const t = {
@@ -14906,8 +14907,8 @@ function vl(n, e, t = {}) {
14906
14907
  if (!m.isText && !m.marks.length)
14907
14908
  return;
14908
14909
  const v = Math.max(p, y), w = Math.min(h, y + m.nodeSize), T = w - v;
14909
- s += T, l.push(...m.marks.map((C) => ({
14910
- mark: C,
14910
+ s += T, l.push(...m.marks.map((b) => ({
14911
+ mark: b,
14911
14912
  from: v,
14912
14913
  to: w
14913
14914
  })));
@@ -15090,10 +15091,10 @@ const D9 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
15090
15091
  const w = a.index(-1) ? 1 : a.index(-2) ? 2 : 3;
15091
15092
  for (let N = a.depth - w; N >= a.depth - 3; N -= 1)
15092
15093
  v = V.from(a.node(N).copy(v));
15093
- const T = a.indexAfter(-1) < a.node(-2).childCount ? 1 : a.indexAfter(-2) < a.node(-3).childCount ? 2 : 3, C = {
15094
+ const T = a.indexAfter(-1) < a.node(-2).childCount ? 1 : a.indexAfter(-2) < a.node(-3).childCount ? 2 : 3, b = {
15094
15095
  ...Yi(f, a.node().type.name, a.node().attrs),
15095
15096
  ...e
15096
- }, H = ((s = l.contentMatch.defaultType) === null || s === void 0 ? void 0 : s.createAndFill(C)) || void 0;
15097
+ }, H = ((s = l.contentMatch.defaultType) === null || s === void 0 ? void 0 : s.createAndFill(b)) || void 0;
15097
15098
  v = v.append(V.from(l.createAndFill(null, H) || void 0));
15098
15099
  const M = a.before(a.depth - (w - 1));
15099
15100
  t.replace(M, a.after(-T), new $(v, 4 - w, 0));
@@ -15121,10 +15122,10 @@ const D9 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
15121
15122
  if (!Wt(t.doc, a.pos, 2))
15122
15123
  return !1;
15123
15124
  if (i) {
15124
- const { selection: v, storedMarks: w } = r, { splittableMarks: T } = o.extensionManager, C = w || v.$to.parentOffset && v.$from.marks();
15125
- if (t.split(a.pos, 2, y).scrollIntoView(), !C || !i)
15125
+ const { selection: v, storedMarks: w } = r, { splittableMarks: T } = o.extensionManager, b = w || v.$to.parentOffset && v.$from.marks();
15126
+ if (t.split(a.pos, 2, y).scrollIntoView(), !b || !i)
15126
15127
  return !0;
15127
- const H = C.filter((M) => T.includes(M.type.name));
15128
+ const H = b.filter((M) => T.includes(M.type.name));
15128
15129
  t.ensureMarks(H);
15129
15130
  }
15130
15131
  return !0;
@@ -15147,7 +15148,7 @@ const D9 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
15147
15148
  const i = n.doc.nodeAt(r);
15148
15149
  return t.node.type === (i == null ? void 0 : i.type) && gn(n.doc, r) && n.join(r), !0;
15149
15150
  }, P9 = (n, e, t, r = {}) => ({ editor: i, tr: o, state: s, dispatch: l, chain: a, commands: d, can: u }) => {
15150
- const { extensions: c, splittableMarks: f } = i.extensionManager, p = xe(n, s.schema), h = xe(e, s.schema), { selection: m, storedMarks: y } = s, { $from: v, $to: w } = m, T = v.blockRange(w), C = y || m.$to.parentOffset && m.$from.marks();
15151
+ const { extensions: c, splittableMarks: f } = i.extensionManager, p = xe(n, s.schema), h = xe(e, s.schema), { selection: m, storedMarks: y } = s, { $from: v, $to: w } = m, T = v.blockRange(w), b = y || m.$to.parentOffset && m.$from.marks();
15151
15152
  if (!T)
15152
15153
  return !1;
15153
15154
  const H = ha((M) => X1(M.type.name, c))(m);
@@ -15157,8 +15158,8 @@ const D9 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
15157
15158
  if (X1(H.node.type.name, c) && p.validContent(H.node.content) && l)
15158
15159
  return a().command(() => (o.setNodeMarkup(H.pos, p), !0)).command(() => Is(o, p)).command(() => Bs(o, p)).run();
15159
15160
  }
15160
- return !t || !C || !l ? a().command(() => u().wrapInList(p, r) ? !0 : d.clearNodes()).wrapInList(p, r).command(() => Is(o, p)).command(() => Bs(o, p)).run() : a().command(() => {
15161
- const M = u().wrapInList(p, r), Z = C.filter((N) => f.includes(N.type.name));
15161
+ return !t || !b || !l ? a().command(() => u().wrapInList(p, r) ? !0 : d.clearNodes()).wrapInList(p, r).command(() => Is(o, p)).command(() => Bs(o, p)).run() : a().command(() => {
15162
+ const M = u().wrapInList(p, r), Z = b.filter((N) => f.includes(N.type.name));
15162
15163
  return o.ensureMarks(Z), M ? !0 : d.clearNodes();
15163
15164
  }).wrapInList(p, r).command(() => Is(o, p)).command(() => Bs(o, p)).run();
15164
15165
  }, I9 = (n, e = {}, t = {}) => ({ state: r, commands: i }) => {
@@ -16061,7 +16062,7 @@ function im(n) {
16061
16062
  }
16062
16063
  });
16063
16064
  }
16064
- function Co(n) {
16065
+ function bo(n) {
16065
16066
  return new da({
16066
16067
  find: n.find,
16067
16068
  handler: ({ state: e, range: t, match: r, chain: i }) => {
@@ -16084,7 +16085,7 @@ function Co(n) {
16084
16085
  }
16085
16086
  });
16086
16087
  }
16087
- let Wn = class Cl {
16088
+ let Wn = class bl {
16088
16089
  constructor(e = {}) {
16089
16090
  this.type = "node", this.name = "node", this.parent = null, this.child = null, this.config = {
16090
16091
  name: this.name,
@@ -16100,7 +16101,7 @@ let Wn = class Cl {
16100
16101
  })) || {};
16101
16102
  }
16102
16103
  static create(e = {}) {
16103
- return new Cl(e);
16104
+ return new bl(e);
16104
16105
  }
16105
16106
  configure(e = {}) {
16106
16107
  const t = this.extend({
@@ -16110,7 +16111,7 @@ let Wn = class Cl {
16110
16111
  return t.name = this.name, t.parent = this.parent, t;
16111
16112
  }
16112
16113
  extend(e = {}) {
16113
- const t = new Cl(e);
16114
+ const t = new bl(e);
16114
16115
  return t.parent = this, this.child = t, t.name = e.name ? e.name : t.parent.name, e.defaultOptions && Object.keys(e.defaultOptions).length > 0 && console.warn(`[tiptap warn]: BREAKING CHANGE: "defaultOptions" is deprecated. Please use "addOptions" instead. Found in extension: "${t.name}".`), t.options = re(z(t, "addOptions", {
16115
16116
  name: t.name
16116
16117
  })), t.storage = re(z(t, "addStorage", {
@@ -16120,7 +16121,7 @@ let Wn = class Cl {
16120
16121
  }
16121
16122
  };
16122
16123
  function gr(n) {
16123
- return new b3({
16124
+ return new C3({
16124
16125
  find: n.find,
16125
16126
  handler: ({ state: e, range: t, match: r, pasteEvent: i }) => {
16126
16127
  const o = re(n.getAttributes, void 0, r, i);
@@ -16236,11 +16237,11 @@ const om = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, sm = /(?:^|\s
16236
16237
  };
16237
16238
  },
16238
16239
  addInputRules() {
16239
- let n = Co({
16240
+ let n = bo({
16240
16241
  find: td,
16241
16242
  type: this.type
16242
16243
  });
16243
- return (this.options.keepMarks || this.options.keepAttributes) && (n = Co({
16244
+ return (this.options.keepMarks || this.options.keepAttributes) && (n = bo({
16244
16245
  find: td,
16245
16246
  type: this.type,
16246
16247
  keepMarks: this.options.keepMarks,
@@ -16363,10 +16364,10 @@ const om = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, sm = /(?:^|\s
16363
16364
  ];
16364
16365
  }
16365
16366
  });
16366
- var bo = 200, Me = function() {
16367
+ var Co = 200, Me = function() {
16367
16368
  };
16368
16369
  Me.prototype.append = function(e) {
16369
- return e.length ? (e = Me.from(e), !this.length && e || e.length < bo && this.leafAppend(e) || this.length < bo && e.leafPrepend(this) || this.appendInner(e)) : this;
16370
+ return e.length ? (e = Me.from(e), !this.length && e || e.length < Co && this.leafAppend(e) || this.length < Co && e.leafPrepend(this) || this.appendInner(e)) : this;
16370
16371
  };
16371
16372
  Me.prototype.prepend = function(e) {
16372
16373
  return e.length ? Me.from(e).append(this) : this;
@@ -16415,10 +16416,10 @@ var Zc = /* @__PURE__ */ function(n) {
16415
16416
  if (i(this.values[a], l + a) === !1)
16416
16417
  return !1;
16417
16418
  }, e.prototype.leafAppend = function(i) {
16418
- if (this.length + i.length <= bo)
16419
+ if (this.length + i.length <= Co)
16419
16420
  return new e(this.values.concat(i.flatten()));
16420
16421
  }, e.prototype.leafPrepend = function(i) {
16421
- if (this.length + i.length <= bo)
16422
+ if (this.length + i.length <= Co)
16422
16423
  return new e(i.flatten().concat(this.values));
16423
16424
  }, t.length.get = function() {
16424
16425
  return this.values.length;
@@ -16485,9 +16486,9 @@ class mt {
16485
16486
  return;
16486
16487
  }
16487
16488
  if (i) {
16488
- u.push(new bt(c.map));
16489
+ u.push(new Ct(c.map));
16489
16490
  let p = c.step.map(i.slice(o)), h;
16490
- p && s.maybeStep(p).doc && (h = s.mapping.maps[s.mapping.maps.length - 1], d.push(new bt(h, void 0, void 0, d.length + u.length))), o--, h && i.appendMap(h, o);
16491
+ p && s.maybeStep(p).doc && (h = s.mapping.maps[s.mapping.maps.length - 1], d.push(new Ct(h, void 0, void 0, d.length + u.length))), o--, h && i.appendMap(h, o);
16491
16492
  } else
16492
16493
  s.maybeStep(c.step);
16493
16494
  if (c.selection)
@@ -16498,7 +16499,7 @@ class mt {
16498
16499
  addTransform(e, t, r, i) {
16499
16500
  let o = [], s = this.eventCount, l = this.items, a = !i && l.length ? l.get(l.length - 1) : null;
16500
16501
  for (let u = 0; u < e.steps.length; u++) {
16501
- let c = e.steps[u].invert(e.docs[u]), f = new bt(e.mapping.maps[u], c, t), p;
16502
+ let c = e.steps[u].invert(e.docs[u]), f = new Ct(e.mapping.maps[u], c, t), p;
16502
16503
  (p = a && a.merge(f)) && (f = p, u ? o.pop() : l = l.slice(0, l.length - 1)), o.push(f), t && (s++, t = void 0), i || (a = f);
16503
16504
  }
16504
16505
  let d = s - r.depth;
@@ -16512,7 +16513,7 @@ class mt {
16512
16513
  }, e, t), r;
16513
16514
  }
16514
16515
  addMaps(e) {
16515
- return this.eventCount == 0 ? this : new mt(this.items.append(e.map((t) => new bt(t))), this.eventCount);
16516
+ return this.eventCount == 0 ? this : new mt(this.items.append(e.map((t) => new Ct(t))), this.eventCount);
16516
16517
  }
16517
16518
  // When the collab module receives remote changes, the history has
16518
16519
  // to know about those, so that it can adjust the steps that were
@@ -16534,13 +16535,13 @@ class mt {
16534
16535
  let h = o.maps[p];
16535
16536
  if (f.step) {
16536
16537
  let m = e.steps[p].invert(e.docs[p]), y = f.selection && f.selection.map(o.slice(a + 1, p));
16537
- y && l++, r.push(new bt(h, m, y));
16538
+ y && l++, r.push(new Ct(h, m, y));
16538
16539
  } else
16539
- r.push(new bt(h));
16540
+ r.push(new Ct(h));
16540
16541
  }, i);
16541
16542
  let d = [];
16542
16543
  for (let f = t; f < s; f++)
16543
- d.push(new bt(o.maps[f]));
16544
+ d.push(new Ct(o.maps[f]));
16544
16545
  let u = this.items.slice(0, i).append(d).append(r), c = new mt(u, l);
16545
16546
  return c.emptyItemCount() > gm && (c = c.compress(this.items.length - r.length)), c;
16546
16547
  }
@@ -16566,7 +16567,7 @@ class mt {
16566
16567
  if (r--, d && t.appendMap(d, r), a) {
16567
16568
  let u = s.selection && s.selection.map(t.slice(r));
16568
16569
  u && o++;
16569
- let c = new bt(d.invert(), a, u), f, p = i.length - 1;
16570
+ let c = new Ct(d.invert(), a, u), f, p = i.length - 1;
16570
16571
  (f = i.length && i[p].merge(c)) ? i[p] = f : i.push(c);
16571
16572
  }
16572
16573
  } else s.map && r--;
@@ -16581,7 +16582,7 @@ function ym(n, e) {
16581
16582
  return t = i, !1;
16582
16583
  }), n.slice(t);
16583
16584
  }
16584
- class bt {
16585
+ class Ct {
16585
16586
  constructor(e, t, r, i) {
16586
16587
  this.map = e, this.step = t, this.selection = r, this.mirrorOffset = i;
16587
16588
  }
@@ -16589,7 +16590,7 @@ class bt {
16589
16590
  if (this.step && e.step && !e.selection) {
16590
16591
  let t = e.step.merge(this.step);
16591
16592
  if (t)
16592
- return new bt(t.getMap().invert(), t, this.selection);
16593
+ return new Ct(t.getMap().invert(), t, this.selection);
16593
16594
  }
16594
16595
  }
16595
16596
  }
@@ -16599,7 +16600,7 @@ class Qt {
16599
16600
  }
16600
16601
  }
16601
16602
  const vm = 20;
16602
- function Cm(n, e, t, r) {
16603
+ function bm(n, e, t, r) {
16603
16604
  let i = t.getMeta(Nn), o;
16604
16605
  if (i)
16605
16606
  return i.historyState;
@@ -16610,11 +16611,11 @@ function Cm(n, e, t, r) {
16610
16611
  if (s && s.getMeta(Nn))
16611
16612
  return s.getMeta(Nn).redo ? new Qt(n.done.addTransform(t, void 0, r, Xi(e)), n.undone, id(t.mapping.maps), n.prevTime, n.prevComposition) : new Qt(n.done, n.undone.addTransform(t, void 0, r, Xi(e)), null, n.prevTime, n.prevComposition);
16612
16613
  if (t.getMeta("addToHistory") !== !1 && !(s && s.getMeta("addToHistory") === !1)) {
16613
- let l = t.getMeta("composition"), a = n.prevTime == 0 || !s && n.prevComposition != l && (n.prevTime < (t.time || 0) - r.newGroupDelay || !bm(t, n.prevRanges)), d = s ? $s(n.prevRanges, t.mapping) : id(t.mapping.maps);
16614
+ let l = t.getMeta("composition"), a = n.prevTime == 0 || !s && n.prevComposition != l && (n.prevTime < (t.time || 0) - r.newGroupDelay || !Cm(t, n.prevRanges)), d = s ? $s(n.prevRanges, t.mapping) : id(t.mapping.maps);
16614
16615
  return new Qt(n.done.addTransform(t, a ? e.selection.getBookmark() : void 0, r, Xi(e)), mt.empty, d, t.time, l ?? n.prevComposition);
16615
16616
  } else return (o = t.getMeta("rebased")) ? new Qt(n.done.rebased(t, o), n.undone.rebased(t, o), $s(n.prevRanges, t.mapping), n.prevTime, n.prevComposition) : new Qt(n.done.addMaps(t.mapping.maps), n.undone.addMaps(t.mapping.maps), $s(n.prevRanges, t.mapping), n.prevTime, n.prevComposition);
16616
16617
  }
16617
- function bm(n, e) {
16618
+ function Cm(n, e) {
16618
16619
  if (!e)
16619
16620
  return !1;
16620
16621
  if (!n.docChanged)
@@ -16673,7 +16674,7 @@ function Lm(n = {}) {
16673
16674
  return new Qt(mt.empty, mt.empty, null, 0, -1);
16674
16675
  },
16675
16676
  apply(e, t, r) {
16676
- return Cm(t, r, e, n);
16677
+ return bm(t, r, e, n);
16677
16678
  }
16678
16679
  },
16679
16680
  config: n,
@@ -16797,12 +16798,12 @@ const Fc = zc(!1, !0), jc = zc(!0, !0), sd = Ze.create({
16797
16798
  for (const t in e)
16798
16799
  n[t] = e[t];
16799
16800
  return n;
16800
- }, bl = "numeric", kl = "ascii", wl = "alpha", zr = "asciinumeric", Ir = "alphanumeric", Ll = "domain", Wc = "emoji", Em = "scheme", Am = "slashscheme", zs = "whitespace";
16801
+ }, Cl = "numeric", kl = "ascii", wl = "alpha", zr = "asciinumeric", Ir = "alphanumeric", Ll = "domain", Wc = "emoji", Em = "scheme", Am = "slashscheme", zs = "whitespace";
16801
16802
  function Nm(n, e) {
16802
16803
  return n in e || (e[n] = []), e[n];
16803
16804
  }
16804
16805
  function Tn(n, e, t) {
16805
- e[bl] && (e[zr] = !0, e[Ir] = !0), e[kl] && (e[zr] = !0, e[wl] = !0), e[zr] && (e[Ir] = !0), e[wl] && (e[Ir] = !0), e[Ir] && (e[Ll] = !0), e[Wc] && (e[Ll] = !0);
16806
+ e[Cl] && (e[zr] = !0, e[Ir] = !0), e[kl] && (e[zr] = !0, e[wl] = !0), e[zr] && (e[Ir] = !0), e[wl] && (e[Ir] = !0), e[Ir] && (e[Ll] = !0), e[Wc] && (e[Ll] = !0);
16806
16807
  for (const r in e) {
16807
16808
  const i = Nm(r, t);
16808
16809
  i.indexOf(n) < 0 && i.push(n);
@@ -16938,7 +16939,7 @@ je.prototype = {
16938
16939
  return i.j[n] = s, s;
16939
16940
  }
16940
16941
  };
16941
- const te = (n, e, t, r, i) => n.ta(e, t, r, i), ye = (n, e, t, r, i) => n.tr(e, t, r, i), ld = (n, e, t, r, i) => n.ts(e, t, r, i), E = (n, e, t, r, i) => n.tt(e, t, r, i), $t = "WORD", Ml = "UWORD", Uc = "ASCIINUMERICAL", Kc = "ALPHANUMERICAL", li = "LOCALHOST", xl = "TLD", Sl = "UTLD", Qi = "SCHEME", tr = "SLASH_SCHEME", ga = "NUM", Hl = "WS", ya = "NL", Fr = "OPENBRACE", jr = "CLOSEBRACE", ko = "OPENBRACKET", wo = "CLOSEBRACKET", Lo = "OPENPAREN", Mo = "CLOSEPAREN", xo = "OPENANGLEBRACKET", So = "CLOSEANGLEBRACKET", Ho = "FULLWIDTHLEFTPAREN", To = "FULLWIDTHRIGHTPAREN", Oo = "LEFTCORNERBRACKET", Vo = "RIGHTCORNERBRACKET", Eo = "LEFTWHITECORNERBRACKET", Ao = "RIGHTWHITECORNERBRACKET", No = "FULLWIDTHLESSTHAN", Do = "FULLWIDTHGREATERTHAN", Ro = "AMPERSAND", va = "APOSTROPHE", Po = "ASTERISK", en = "AT", Io = "BACKSLASH", Bo = "BACKTICK", $o = "CARET", nn = "COLON", Ca = "COMMA", Zo = "DOLLAR", kt = "DOT", zo = "EQUALS", ba = "EXCLAMATION", st = "HYPHEN", Wr = "PERCENT", Fo = "PIPE", jo = "PLUS", Wo = "POUND", Ur = "QUERY", ka = "QUOTE", qc = "FULLWIDTHMIDDLEDOT", wa = "SEMI", wt = "SLASH", Kr = "TILDE", Uo = "UNDERSCORE", Jc = "EMOJI", Ko = "SYM";
16942
+ const te = (n, e, t, r, i) => n.ta(e, t, r, i), ye = (n, e, t, r, i) => n.tr(e, t, r, i), ld = (n, e, t, r, i) => n.ts(e, t, r, i), E = (n, e, t, r, i) => n.tt(e, t, r, i), $t = "WORD", Ml = "UWORD", Uc = "ASCIINUMERICAL", Kc = "ALPHANUMERICAL", li = "LOCALHOST", xl = "TLD", Sl = "UTLD", Qi = "SCHEME", tr = "SLASH_SCHEME", ga = "NUM", Hl = "WS", ya = "NL", Fr = "OPENBRACE", jr = "CLOSEBRACE", ko = "OPENBRACKET", wo = "CLOSEBRACKET", Lo = "OPENPAREN", Mo = "CLOSEPAREN", xo = "OPENANGLEBRACKET", So = "CLOSEANGLEBRACKET", Ho = "FULLWIDTHLEFTPAREN", To = "FULLWIDTHRIGHTPAREN", Oo = "LEFTCORNERBRACKET", Vo = "RIGHTCORNERBRACKET", Eo = "LEFTWHITECORNERBRACKET", Ao = "RIGHTWHITECORNERBRACKET", No = "FULLWIDTHLESSTHAN", Do = "FULLWIDTHGREATERTHAN", Ro = "AMPERSAND", va = "APOSTROPHE", Po = "ASTERISK", en = "AT", Io = "BACKSLASH", Bo = "BACKTICK", $o = "CARET", nn = "COLON", ba = "COMMA", Zo = "DOLLAR", kt = "DOT", zo = "EQUALS", Ca = "EXCLAMATION", st = "HYPHEN", Wr = "PERCENT", Fo = "PIPE", jo = "PLUS", Wo = "POUND", Ur = "QUERY", ka = "QUOTE", qc = "FULLWIDTHMIDDLEDOT", wa = "SEMI", wt = "SLASH", Kr = "TILDE", Uo = "UNDERSCORE", Jc = "EMOJI", Ko = "SYM";
16942
16943
  var Gc = /* @__PURE__ */ Object.freeze({
16943
16944
  __proto__: null,
16944
16945
  WORD: $t,
@@ -16977,11 +16978,11 @@ var Gc = /* @__PURE__ */ Object.freeze({
16977
16978
  BACKTICK: Bo,
16978
16979
  CARET: $o,
16979
16980
  COLON: nn,
16980
- COMMA: Ca,
16981
+ COMMA: ba,
16981
16982
  DOLLAR: Zo,
16982
16983
  DOT: kt,
16983
16984
  EQUALS: zo,
16984
- EXCLAMATION: ba,
16985
+ EXCLAMATION: Ca,
16985
16986
  HYPHEN: st,
16986
16987
  PERCENT: Wr,
16987
16988
  PIPE: Fo,
@@ -17004,9 +17005,9 @@ function Im(n = []) {
17004
17005
  const e = {};
17005
17006
  je.groups = e;
17006
17007
  const t = new je();
17007
- ji == null && (ji = dd(Om)), Wi == null && (Wi = dd(Vm)), E(t, "'", va), E(t, "{", Fr), E(t, "}", jr), E(t, "[", ko), E(t, "]", wo), E(t, "(", Lo), E(t, ")", Mo), E(t, "<", xo), E(t, ">", So), E(t, "(", Ho), E(t, ")", To), E(t, "「", Oo), E(t, "」", Vo), E(t, "『", Eo), E(t, "』", Ao), E(t, "<", No), E(t, ">", Do), E(t, "&", Ro), E(t, "*", Po), E(t, "@", en), E(t, "`", Bo), E(t, "^", $o), E(t, ":", nn), E(t, ",", Ca), E(t, "$", Zo), E(t, ".", kt), E(t, "=", zo), E(t, "!", ba), E(t, "-", st), E(t, "%", Wr), E(t, "|", Fo), E(t, "+", jo), E(t, "#", Wo), E(t, "?", Ur), E(t, '"', ka), E(t, "/", wt), E(t, ";", wa), E(t, "~", Kr), E(t, "_", Uo), E(t, "\\", Io), E(t, "・", qc);
17008
+ ji == null && (ji = dd(Om)), Wi == null && (Wi = dd(Vm)), E(t, "'", va), E(t, "{", Fr), E(t, "}", jr), E(t, "[", ko), E(t, "]", wo), E(t, "(", Lo), E(t, ")", Mo), E(t, "<", xo), E(t, ">", So), E(t, "(", Ho), E(t, ")", To), E(t, "「", Oo), E(t, "」", Vo), E(t, "『", Eo), E(t, "』", Ao), E(t, "<", No), E(t, ">", Do), E(t, "&", Ro), E(t, "*", Po), E(t, "@", en), E(t, "`", Bo), E(t, "^", $o), E(t, ":", nn), E(t, ",", ba), E(t, "$", Zo), E(t, ".", kt), E(t, "=", zo), E(t, "!", Ca), E(t, "-", st), E(t, "%", Wr), E(t, "|", Fo), E(t, "+", jo), E(t, "#", Wo), E(t, "?", Ur), E(t, '"', ka), E(t, "/", wt), E(t, ";", wa), E(t, "~", Kr), E(t, "_", Uo), E(t, "\\", Io), E(t, "・", qc);
17008
17009
  const r = ye(t, Bt, ga, {
17009
- [bl]: !0
17010
+ [Cl]: !0
17010
17011
  });
17011
17012
  ye(r, Bt, r);
17012
17013
  const i = ye(r, It, Uc, {
@@ -17059,7 +17060,7 @@ function Im(n = []) {
17059
17060
  } : {
17060
17061
  [Am]: !0
17061
17062
  };
17062
- y.indexOf("-") >= 0 ? w[Ll] = !0 : It.test(y) ? Bt.test(y) ? w[zr] = !0 : w[kl] = !0 : w[bl] = !0, ld(t, y, y, w);
17063
+ y.indexOf("-") >= 0 ? w[Ll] = !0 : It.test(y) ? Bt.test(y) ? w[zr] = !0 : w[kl] = !0 : w[Cl] = !0, ld(t, y, y, w);
17063
17064
  }
17064
17065
  return ld(t, "localhost", li, {
17065
17066
  ascii: !0
@@ -17360,7 +17361,7 @@ const cd = ms("email", {
17360
17361
  function Zm({
17361
17362
  groups: n
17362
17363
  }) {
17363
- const e = n.domain.concat([Ro, Po, en, Io, Bo, $o, Zo, zo, st, ga, Wr, Fo, jo, Wo, wt, Ko, Kr, Uo]), t = [nn, Ca, kt, ba, Wr, Ur, ka, wa, xo, So, Fr, jr, wo, ko, Lo, Mo, Ho, To, Oo, Vo, Eo, Ao, No, Do], r = [Ro, va, Po, Io, Bo, $o, Zo, zo, st, Fr, jr, Wr, Fo, jo, Wo, Ur, wt, Ko, Kr, Uo], i = ot(), o = E(i, Kr);
17364
+ const e = n.domain.concat([Ro, Po, en, Io, Bo, $o, Zo, zo, st, ga, Wr, Fo, jo, Wo, wt, Ko, Kr, Uo]), t = [nn, ba, kt, Ca, Wr, Ur, ka, wa, xo, So, Fr, jr, wo, ko, Lo, Mo, Ho, To, Oo, Vo, Eo, Ao, No, Do], r = [Ro, va, Po, Io, Bo, $o, Zo, zo, st, Fr, jr, Wr, Fo, jo, Wo, Ur, wt, Ko, Kr, Uo], i = ot(), o = E(i, Kr);
17364
17365
  te(o, r, o), te(o, n.domain, o);
17365
17366
  const s = ot(), l = ot(), a = ot();
17366
17367
  te(i, n.domain, s), te(i, n.scheme, l), te(i, n.slashscheme, a), te(s, r, o), te(s, n.domain, s);
@@ -17382,10 +17383,10 @@ function Zm({
17382
17383
  E(y, st, y), te(y, n.domain, s), te(v, r, o), te(v, n.domain, s);
17383
17384
  const w = ot(Ui);
17384
17385
  te(v, n.tld, w), te(v, n.utld, w), te(w, n.domain, s), te(w, r, o), E(w, kt, v), E(w, st, y), E(w, en, d);
17385
- const T = E(w, nn), C = ot(Ui);
17386
- te(T, n.numeric, C);
17386
+ const T = E(w, nn), b = ot(Ui);
17387
+ te(T, n.numeric, b);
17387
17388
  const H = ot(Ui), M = ot();
17388
- te(H, e, H), te(H, t, M), te(M, e, H), te(M, t, M), E(w, wt, H), E(C, wt, H);
17389
+ te(H, e, H), te(H, t, M), te(M, e, H), te(M, t, M), E(w, wt, H), E(b, wt, H);
17389
17390
  const Z = E(l, nn), N = E(a, nn), x = E(N, wt), D = E(x, wt);
17390
17391
  te(l, n.domain, s), E(l, kt, v), E(l, st, y), te(a, n.domain, s), E(a, kt, v), E(a, st, y), te(Z, n.domain, H), E(Z, wt, H), E(Z, Ur, H), te(D, n.domain, H), te(D, e, H), E(D, wt, H);
17391
17392
  const Q = [
@@ -17504,7 +17505,7 @@ function qm(n) {
17504
17505
  return;
17505
17506
  const { tr: s } = r, l = y9(t.doc, [...e]);
17506
17507
  if (M9(l).forEach(({ newRange: d }) => {
17507
- const u = C9(r.doc, d, (p) => p.isTextblock);
17508
+ const u = b9(r.doc, d, (p) => p.isTextblock);
17508
17509
  let c, f;
17509
17510
  if (u.length > 1 ? (c = u[0], f = r.doc.textBetween(c.pos, c.pos + c.node.nodeSize, void 0, " ")) : u.length && r.doc.textBetween(d.from, d.to, " ", " ").endsWith(" ") && (c = u[0], f = r.doc.textBetween(c.pos, d.to, void 0, " ")), c && f) {
17510
17511
  const p = f.split(" ").filter((v) => v !== "");
@@ -17823,13 +17824,13 @@ const hd = Kt.create({
17823
17824
  };
17824
17825
  },
17825
17826
  addInputRules() {
17826
- let n = Co({
17827
+ let n = bo({
17827
17828
  find: gd,
17828
17829
  type: this.type,
17829
17830
  getAttributes: (e) => ({ start: +e[1] }),
17830
17831
  joinPredicate: (e, t) => t.childCount + t.attrs.start === +e[1]
17831
17832
  });
17832
- return (this.options.keepMarks || this.options.keepAttributes) && (n = Co({
17833
+ return (this.options.keepMarks || this.options.keepAttributes) && (n = bo({
17833
17834
  find: gd,
17834
17835
  type: this.type,
17835
17836
  keepMarks: this.options.keepMarks,
@@ -18029,7 +18030,7 @@ const tf = {
18029
18030
  function Ht(n) {
18030
18031
  return n.split("-")[0];
18031
18032
  }
18032
- var Dn = Math.max, qo = Math.min, Cr = Math.round;
18033
+ var Dn = Math.max, qo = Math.min, br = Math.round;
18033
18034
  function Tl() {
18034
18035
  var n = navigator.userAgentData;
18035
18036
  return n != null && n.brands && Array.isArray(n.brands) ? n.brands.map(function(e) {
@@ -18039,10 +18040,10 @@ function Tl() {
18039
18040
  function nf() {
18040
18041
  return !/^((?!chrome|android).)*safari/i.test(Tl());
18041
18042
  }
18042
- function br(n, e, t) {
18043
+ function Cr(n, e, t) {
18043
18044
  e === void 0 && (e = !1), t === void 0 && (t = !1);
18044
18045
  var r = n.getBoundingClientRect(), i = 1, o = 1;
18045
- e && ct(n) && (i = n.offsetWidth > 0 && Cr(r.width) / n.offsetWidth || 1, o = n.offsetHeight > 0 && Cr(r.height) / n.offsetHeight || 1);
18046
+ e && ct(n) && (i = n.offsetWidth > 0 && br(r.width) / n.offsetWidth || 1, o = n.offsetHeight > 0 && br(r.height) / n.offsetHeight || 1);
18046
18047
  var s = Zn(n) ? rt(n) : window, l = s.visualViewport, a = !nf() && t, d = (r.left + (a && l ? l.offsetLeft : 0)) / i, u = (r.top + (a && l ? l.offsetTop : 0)) / o, c = r.width / i, f = r.height / o;
18047
18048
  return {
18048
18049
  width: c,
@@ -18056,7 +18057,7 @@ function br(n, e, t) {
18056
18057
  };
18057
18058
  }
18058
18059
  function Ha(n) {
18059
- var e = br(n), t = n.offsetWidth, r = n.offsetHeight;
18060
+ var e = Cr(n), t = n.offsetWidth, r = n.offsetHeight;
18060
18061
  return Math.abs(e.width - t) <= 1 && (t = e.width), Math.abs(e.height - r) <= 1 && (r = e.height), {
18061
18062
  x: n.offsetLeft,
18062
18063
  y: n.offsetTop,
@@ -18084,7 +18085,7 @@ function qt(n) {
18084
18085
  function v6(n) {
18085
18086
  return ["table", "td", "th"].indexOf(Et(n)) >= 0;
18086
18087
  }
18087
- function Cn(n) {
18088
+ function bn(n) {
18088
18089
  return ((Zn(n) ? n.ownerDocument : (
18089
18090
  // $FlowFixMe[prop-missing]
18090
18091
  n.document
@@ -18099,14 +18100,14 @@ function gs(n) {
18099
18100
  n.parentNode || // DOM Element detected
18100
18101
  (Sa(n) ? n.host : null) || // ShadowRoot detected
18101
18102
  // $FlowFixMe[incompatible-call]: HTMLElement is a Node
18102
- Cn(n)
18103
+ bn(n)
18103
18104
  );
18104
18105
  }
18105
18106
  function vd(n) {
18106
18107
  return !ct(n) || // https://github.com/popperjs/popper-core/issues/837
18107
18108
  qt(n).position === "fixed" ? null : n.offsetParent;
18108
18109
  }
18109
- function C6(n) {
18110
+ function b6(n) {
18110
18111
  var e = /firefox/i.test(Tl()), t = /Trident/i.test(Tl());
18111
18112
  if (t && ct(n)) {
18112
18113
  var r = qt(n);
@@ -18125,7 +18126,7 @@ function C6(n) {
18125
18126
  function Li(n) {
18126
18127
  for (var e = rt(n), t = vd(n); t && v6(t) && qt(t).position === "static"; )
18127
18128
  t = vd(t);
18128
- return t && (Et(t) === "html" || Et(t) === "body" && qt(t).position === "static") ? e : t || C6(n) || e;
18129
+ return t && (Et(t) === "html" || Et(t) === "body" && qt(t).position === "static") ? e : t || b6(n) || e;
18129
18130
  }
18130
18131
  function Ta(n) {
18131
18132
  return ["top", "bottom"].indexOf(n) >= 0 ? "x" : "y";
@@ -18133,7 +18134,7 @@ function Ta(n) {
18133
18134
  function qr(n, e, t) {
18134
18135
  return Dn(n, qo(e, t));
18135
18136
  }
18136
- function b6(n, e, t) {
18137
+ function C6(n, e, t) {
18137
18138
  var r = qr(n, e, t);
18138
18139
  return r > t ? t : r;
18139
18140
  }
@@ -18161,7 +18162,7 @@ var k6 = function(e, t) {
18161
18162
  function w6(n) {
18162
18163
  var e, t = n.state, r = n.name, i = n.options, o = t.elements.arrow, s = t.modifiersData.popperOffsets, l = Ht(t.placement), a = Ta(l), d = [qe, pt].indexOf(l) >= 0, u = d ? "height" : "width";
18163
18164
  if (!(!o || !s)) {
18164
- var c = k6(i.padding, t), f = Ha(o), p = a === "y" ? Ke : qe, h = a === "y" ? ft : pt, m = t.rects.reference[u] + t.rects.reference[a] - s[a] - t.rects.popper[u], y = s[a] - t.rects.reference[a], v = Li(o), w = v ? a === "y" ? v.clientHeight || 0 : v.clientWidth || 0 : 0, T = m / 2 - y / 2, C = c[p], H = w - f[u] - c[h], M = w / 2 - f[u] / 2 + T, Z = qr(C, M, H), N = a;
18165
+ var c = k6(i.padding, t), f = Ha(o), p = a === "y" ? Ke : qe, h = a === "y" ? ft : pt, m = t.rects.reference[u] + t.rects.reference[a] - s[a] - t.rects.popper[u], y = s[a] - t.rects.reference[a], v = Li(o), w = v ? a === "y" ? v.clientHeight || 0 : v.clientWidth || 0 : 0, T = m / 2 - y / 2, b = c[p], H = w - f[u] - c[h], M = w / 2 - f[u] / 2 + T, Z = qr(b, M, H), N = a;
18165
18166
  t.modifiersData[r] = (e = {}, e[N] = Z, e.centerOffset = Z - M, e);
18166
18167
  }
18167
18168
  }
@@ -18190,11 +18191,11 @@ var x6 = {
18190
18191
  function S6(n, e) {
18191
18192
  var t = n.x, r = n.y, i = e.devicePixelRatio || 1;
18192
18193
  return {
18193
- x: Cr(t * i) / i || 0,
18194
- y: Cr(r * i) / i || 0
18194
+ x: br(t * i) / i || 0,
18195
+ y: br(r * i) / i || 0
18195
18196
  };
18196
18197
  }
18197
- function Cd(n) {
18198
+ function bd(n) {
18198
18199
  var e, t = n.popper, r = n.popperRect, i = n.placement, o = n.variation, s = n.offsets, l = n.position, a = n.gpuAcceleration, d = n.adaptive, u = n.roundOffsets, c = n.isFixed, f = s.x, p = f === void 0 ? 0 : f, h = s.y, m = h === void 0 ? 0 : h, y = typeof u == "function" ? u({
18199
18200
  x: p,
18200
18201
  y: m
@@ -18203,11 +18204,11 @@ function Cd(n) {
18203
18204
  y: m
18204
18205
  };
18205
18206
  p = y.x, m = y.y;
18206
- var v = s.hasOwnProperty("x"), w = s.hasOwnProperty("y"), T = qe, C = Ke, H = window;
18207
+ var v = s.hasOwnProperty("x"), w = s.hasOwnProperty("y"), T = qe, b = Ke, H = window;
18207
18208
  if (d) {
18208
18209
  var M = Li(t), Z = "clientHeight", N = "clientWidth";
18209
- if (M === rt(t) && (M = Cn(t), qt(M).position !== "static" && l === "absolute" && (Z = "scrollHeight", N = "scrollWidth")), M = M, i === Ke || (i === qe || i === pt) && o === di) {
18210
- C = ft;
18210
+ if (M === rt(t) && (M = bn(t), qt(M).position !== "static" && l === "absolute" && (Z = "scrollHeight", N = "scrollWidth")), M = M, i === Ke || (i === qe || i === pt) && o === di) {
18211
+ b = ft;
18211
18212
  var x = c && M === H && H.visualViewport ? H.visualViewport.height : (
18212
18213
  // $FlowFixMe[prop-missing]
18213
18214
  M[Z]
@@ -18234,9 +18235,9 @@ function Cd(n) {
18234
18235
  };
18235
18236
  if (p = R.x, m = R.y, a) {
18236
18237
  var B;
18237
- return Object.assign({}, Q, (B = {}, B[C] = w ? "0" : "", B[T] = v ? "0" : "", B.transform = (H.devicePixelRatio || 1) <= 1 ? "translate(" + p + "px, " + m + "px)" : "translate3d(" + p + "px, " + m + "px, 0)", B));
18238
+ return Object.assign({}, Q, (B = {}, B[b] = w ? "0" : "", B[T] = v ? "0" : "", B.transform = (H.devicePixelRatio || 1) <= 1 ? "translate(" + p + "px, " + m + "px)" : "translate3d(" + p + "px, " + m + "px, 0)", B));
18238
18239
  }
18239
- return Object.assign({}, Q, (e = {}, e[C] = w ? m + "px" : "", e[T] = v ? p + "px" : "", e.transform = "", e));
18240
+ return Object.assign({}, Q, (e = {}, e[b] = w ? m + "px" : "", e[T] = v ? p + "px" : "", e.transform = "", e));
18240
18241
  }
18241
18242
  function H6(n) {
18242
18243
  var e = n.state, t = n.options, r = t.gpuAcceleration, i = r === void 0 ? !0 : r, o = t.adaptive, s = o === void 0 ? !0 : o, l = t.roundOffsets, a = l === void 0 ? !0 : l, d = {
@@ -18247,12 +18248,12 @@ function H6(n) {
18247
18248
  gpuAcceleration: i,
18248
18249
  isFixed: e.options.strategy === "fixed"
18249
18250
  };
18250
- e.modifiersData.popperOffsets != null && (e.styles.popper = Object.assign({}, e.styles.popper, Cd(Object.assign({}, d, {
18251
+ e.modifiersData.popperOffsets != null && (e.styles.popper = Object.assign({}, e.styles.popper, bd(Object.assign({}, d, {
18251
18252
  offsets: e.modifiersData.popperOffsets,
18252
18253
  position: e.options.strategy,
18253
18254
  adaptive: s,
18254
18255
  roundOffsets: a
18255
- })))), e.modifiersData.arrow != null && (e.styles.arrow = Object.assign({}, e.styles.arrow, Cd(Object.assign({}, d, {
18256
+ })))), e.modifiersData.arrow != null && (e.styles.arrow = Object.assign({}, e.styles.arrow, bd(Object.assign({}, d, {
18256
18257
  offsets: e.modifiersData.arrow,
18257
18258
  position: "absolute",
18258
18259
  adaptive: !1,
@@ -18305,7 +18306,7 @@ var A6 = {
18305
18306
  start: "end",
18306
18307
  end: "start"
18307
18308
  };
18308
- function bd(n) {
18309
+ function Cd(n) {
18309
18310
  return n.replace(/start|end/g, function(e) {
18310
18311
  return A6[e];
18311
18312
  });
@@ -18318,10 +18319,10 @@ function Oa(n) {
18318
18319
  };
18319
18320
  }
18320
18321
  function Va(n) {
18321
- return br(Cn(n)).left + Oa(n).scrollLeft;
18322
+ return Cr(bn(n)).left + Oa(n).scrollLeft;
18322
18323
  }
18323
18324
  function N6(n, e) {
18324
- var t = rt(n), r = Cn(n), i = t.visualViewport, o = r.clientWidth, s = r.clientHeight, l = 0, a = 0;
18325
+ var t = rt(n), r = bn(n), i = t.visualViewport, o = r.clientWidth, s = r.clientHeight, l = 0, a = 0;
18325
18326
  if (i) {
18326
18327
  o = i.width, s = i.height;
18327
18328
  var d = nf();
@@ -18335,7 +18336,7 @@ function N6(n, e) {
18335
18336
  };
18336
18337
  }
18337
18338
  function D6(n) {
18338
- var e, t = Cn(n), r = Oa(n), i = (e = n.ownerDocument) == null ? void 0 : e.body, o = Dn(t.scrollWidth, t.clientWidth, i ? i.scrollWidth : 0, i ? i.clientWidth : 0), s = Dn(t.scrollHeight, t.clientHeight, i ? i.scrollHeight : 0, i ? i.clientHeight : 0), l = -r.scrollLeft + Va(n), a = -r.scrollTop;
18339
+ var e, t = bn(n), r = Oa(n), i = (e = n.ownerDocument) == null ? void 0 : e.body, o = Dn(t.scrollWidth, t.clientWidth, i ? i.scrollWidth : 0, i ? i.clientWidth : 0), s = Dn(t.scrollHeight, t.clientHeight, i ? i.scrollHeight : 0, i ? i.clientHeight : 0), l = -r.scrollLeft + Va(n), a = -r.scrollTop;
18339
18340
  return qt(i || t).direction === "rtl" && (l += Dn(t.clientWidth, i ? i.clientWidth : 0) - o), {
18340
18341
  width: o,
18341
18342
  height: s,
@@ -18368,11 +18369,11 @@ function Ol(n) {
18368
18369
  });
18369
18370
  }
18370
18371
  function R6(n, e) {
18371
- var t = br(n, !1, e === "fixed");
18372
+ var t = Cr(n, !1, e === "fixed");
18372
18373
  return t.top = t.top + n.clientTop, t.left = t.left + n.clientLeft, t.bottom = t.top + n.clientHeight, t.right = t.left + n.clientWidth, t.width = n.clientWidth, t.height = n.clientHeight, t.x = t.left, t.y = t.top, t;
18373
18374
  }
18374
18375
  function kd(n, e, t) {
18375
- return e === Qc ? Ol(N6(n, t)) : Zn(e) ? R6(e, t) : Ol(D6(Cn(n)));
18376
+ return e === Qc ? Ol(N6(n, t)) : Zn(e) ? R6(e, t) : Ol(D6(bn(n)));
18376
18377
  }
18377
18378
  function P6(n) {
18378
18379
  var e = Jr(gs(n)), t = ["absolute", "fixed"].indexOf(qt(n).position) >= 0, r = t && ct(n) ? Li(n) : n;
@@ -18436,7 +18437,7 @@ function df(n) {
18436
18437
  }
18437
18438
  function ui(n, e) {
18438
18439
  e === void 0 && (e = {});
18439
- var t = e, r = t.placement, i = r === void 0 ? n.placement : r, o = t.strategy, s = o === void 0 ? n.strategy : o, l = t.boundary, a = l === void 0 ? i6 : l, d = t.rootBoundary, u = d === void 0 ? Qc : d, c = t.elementContext, f = c === void 0 ? Nr : c, p = t.altBoundary, h = p === void 0 ? !1 : p, m = t.padding, y = m === void 0 ? 0 : m, v = sf(typeof y != "number" ? y : lf(y, wi)), w = f === Nr ? o6 : Nr, T = n.rects.popper, C = n.elements[h ? w : f], H = I6(Zn(C) ? C : C.contextElement || Cn(n.elements.popper), a, u, s), M = br(n.elements.reference), Z = df({
18440
+ var t = e, r = t.placement, i = r === void 0 ? n.placement : r, o = t.strategy, s = o === void 0 ? n.strategy : o, l = t.boundary, a = l === void 0 ? i6 : l, d = t.rootBoundary, u = d === void 0 ? Qc : d, c = t.elementContext, f = c === void 0 ? Nr : c, p = t.altBoundary, h = p === void 0 ? !1 : p, m = t.padding, y = m === void 0 ? 0 : m, v = sf(typeof y != "number" ? y : lf(y, wi)), w = f === Nr ? o6 : Nr, T = n.rects.popper, b = n.elements[h ? w : f], H = I6(Zn(b) ? b : b.contextElement || bn(n.elements.popper), a, u, s), M = Cr(n.elements.reference), Z = df({
18440
18441
  reference: M,
18441
18442
  element: T,
18442
18443
  placement: i
@@ -18479,12 +18480,12 @@ function $6(n) {
18479
18480
  if (Ht(n) === xa)
18480
18481
  return [];
18481
18482
  var e = eo(n);
18482
- return [bd(n), e, bd(e)];
18483
+ return [Cd(n), e, Cd(e)];
18483
18484
  }
18484
18485
  function Z6(n) {
18485
18486
  var e = n.state, t = n.options, r = n.name;
18486
18487
  if (!e.modifiersData[r]._skip) {
18487
- for (var i = t.mainAxis, o = i === void 0 ? !0 : i, s = t.altAxis, l = s === void 0 ? !0 : s, a = t.fallbackPlacements, d = t.padding, u = t.boundary, c = t.rootBoundary, f = t.altBoundary, p = t.flipVariations, h = p === void 0 ? !0 : p, m = t.allowedAutoPlacements, y = e.options.placement, v = Ht(y), w = v === y, T = a || (w || !h ? [eo(y)] : $6(y)), C = [y].concat(T).reduce(function(Je, ht) {
18488
+ for (var i = t.mainAxis, o = i === void 0 ? !0 : i, s = t.altAxis, l = s === void 0 ? !0 : s, a = t.fallbackPlacements, d = t.padding, u = t.boundary, c = t.rootBoundary, f = t.altBoundary, p = t.flipVariations, h = p === void 0 ? !0 : p, m = t.allowedAutoPlacements, y = e.options.placement, v = Ht(y), w = v === y, T = a || (w || !h ? [eo(y)] : $6(y)), b = [y].concat(T).reduce(function(Je, ht) {
18488
18489
  return Je.concat(Ht(ht) === xa ? B6(e, {
18489
18490
  placement: ht,
18490
18491
  boundary: u,
@@ -18493,8 +18494,8 @@ function Z6(n) {
18493
18494
  flipVariations: h,
18494
18495
  allowedAutoPlacements: m
18495
18496
  }) : ht);
18496
- }, []), H = e.rects.reference, M = e.rects.popper, Z = /* @__PURE__ */ new Map(), N = !0, x = C[0], D = 0; D < C.length; D++) {
18497
- var Q = C[D], R = Ht(Q), B = kr(Q) === vr, ee = [Ke, ft].indexOf(R) >= 0, me = ee ? "width" : "height", le = ui(e, {
18497
+ }, []), H = e.rects.reference, M = e.rects.popper, Z = /* @__PURE__ */ new Map(), N = !0, x = b[0], D = 0; D < b.length; D++) {
18498
+ var Q = b[D], R = Ht(Q), B = kr(Q) === vr, ee = [Ke, ft].indexOf(R) >= 0, me = ee ? "width" : "height", le = ui(e, {
18498
18499
  placement: Q,
18499
18500
  boundary: u,
18500
18501
  rootBoundary: c,
@@ -18513,7 +18514,7 @@ function Z6(n) {
18513
18514
  }
18514
18515
  if (N)
18515
18516
  for (var Fe = h ? 3 : 1, W = function(ht) {
18516
- var Nt = C.find(function(Un) {
18517
+ var Nt = b.find(function(Un) {
18517
18518
  var Dt = Z.get(Un);
18518
18519
  if (Dt)
18519
18520
  return Dt.slice(0, ht).every(function(Kn) {
@@ -18627,7 +18628,7 @@ function _6(n) {
18627
18628
  rootBoundary: d,
18628
18629
  padding: c,
18629
18630
  altBoundary: u
18630
- }), v = Ht(e.placement), w = kr(e.placement), T = !w, C = Ta(v), H = G6(C), M = e.modifiersData.popperOffsets, Z = e.rects.reference, N = e.rects.popper, x = typeof m == "function" ? m(Object.assign({}, e.rects, {
18631
+ }), v = Ht(e.placement), w = kr(e.placement), T = !w, b = Ta(v), H = G6(b), M = e.modifiersData.popperOffsets, Z = e.rects.reference, N = e.rects.popper, x = typeof m == "function" ? m(Object.assign({}, e.rects, {
18631
18632
  placement: e.placement
18632
18633
  })) : m, D = typeof x == "number" ? {
18633
18634
  mainAxis: x,
@@ -18641,14 +18642,14 @@ function _6(n) {
18641
18642
  };
18642
18643
  if (M) {
18643
18644
  if (o) {
18644
- var B, ee = C === "y" ? Ke : qe, me = C === "y" ? ft : pt, le = C === "y" ? "height" : "width", ae = M[C], de = ae + y[ee], ve = ae - y[me], Fe = p ? -N[le] / 2 : 0, W = w === vr ? Z[le] : N[le], X = w === vr ? -N[le] : -Z[le], oe = e.elements.arrow, Je = p && oe ? Ha(oe) : {
18645
+ var B, ee = b === "y" ? Ke : qe, me = b === "y" ? ft : pt, le = b === "y" ? "height" : "width", ae = M[b], de = ae + y[ee], ve = ae - y[me], Fe = p ? -N[le] / 2 : 0, W = w === vr ? Z[le] : N[le], X = w === vr ? -N[le] : -Z[le], oe = e.elements.arrow, Je = p && oe ? Ha(oe) : {
18645
18646
  width: 0,
18646
18647
  height: 0
18647
- }, ht = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : of(), Nt = ht[ee], Un = ht[me], Dt = qr(0, Z[le], Je[le]), Kn = T ? Z[le] / 2 - Fe - Dt - Nt - D.mainAxis : W - Dt - Nt - D.mainAxis, Jt = T ? -Z[le] / 2 + Fe + Dt + Un + D.mainAxis : X + Dt + Un + D.mainAxis, qn = e.elements.arrow && Li(e.elements.arrow), Mi = qn ? C === "y" ? qn.clientTop || 0 : qn.clientLeft || 0 : 0, Sr = (B = Q == null ? void 0 : Q[C]) != null ? B : 0, xi = ae + Kn - Sr - Mi, Si = ae + Jt - Sr, Hr = qr(p ? qo(de, xi) : de, ae, p ? Dn(ve, Si) : ve);
18648
- M[C] = Hr, R[C] = Hr - ae;
18648
+ }, ht = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : of(), Nt = ht[ee], Un = ht[me], Dt = qr(0, Z[le], Je[le]), Kn = T ? Z[le] / 2 - Fe - Dt - Nt - D.mainAxis : W - Dt - Nt - D.mainAxis, Jt = T ? -Z[le] / 2 + Fe + Dt + Un + D.mainAxis : X + Dt + Un + D.mainAxis, qn = e.elements.arrow && Li(e.elements.arrow), Mi = qn ? b === "y" ? qn.clientTop || 0 : qn.clientLeft || 0 : 0, Sr = (B = Q == null ? void 0 : Q[b]) != null ? B : 0, xi = ae + Kn - Sr - Mi, Si = ae + Jt - Sr, Hr = qr(p ? qo(de, xi) : de, ae, p ? Dn(ve, Si) : ve);
18649
+ M[b] = Hr, R[b] = Hr - ae;
18649
18650
  }
18650
18651
  if (l) {
18651
- var Tr, Hi = C === "x" ? Ke : qe, Ti = C === "x" ? ft : pt, Rt = M[H], Gt = H === "y" ? "height" : "width", Or = Rt + y[Hi], bn = Rt - y[Ti], Vr = [Ke, qe].indexOf(v) !== -1, Oi = (Tr = Q == null ? void 0 : Q[H]) != null ? Tr : 0, Vi = Vr ? Or : Rt - Z[Gt] - N[Gt] - Oi + D.altAxis, Ei = Vr ? Rt + Z[Gt] + N[Gt] - Oi - D.altAxis : bn, Ai = p && Vr ? b6(Vi, Rt, Ei) : qr(p ? Vi : Or, Rt, p ? Ei : bn);
18652
+ var Tr, Hi = b === "x" ? Ke : qe, Ti = b === "x" ? ft : pt, Rt = M[H], Gt = H === "y" ? "height" : "width", Or = Rt + y[Hi], Cn = Rt - y[Ti], Vr = [Ke, qe].indexOf(v) !== -1, Oi = (Tr = Q == null ? void 0 : Q[H]) != null ? Tr : 0, Vi = Vr ? Or : Rt - Z[Gt] - N[Gt] - Oi + D.altAxis, Ei = Vr ? Rt + Z[Gt] + N[Gt] - Oi - D.altAxis : Cn, Ai = p && Vr ? C6(Vi, Rt, Ei) : qr(p ? Vi : Or, Rt, p ? Ei : Cn);
18652
18653
  M[H] = Ai, R[H] = Ai - Rt;
18653
18654
  }
18654
18655
  e.modifiersData[r] = R;
@@ -18671,12 +18672,12 @@ function Q6(n) {
18671
18672
  return n === rt(n) || !ct(n) ? Oa(n) : X6(n);
18672
18673
  }
18673
18674
  function e8(n) {
18674
- var e = n.getBoundingClientRect(), t = Cr(e.width) / n.offsetWidth || 1, r = Cr(e.height) / n.offsetHeight || 1;
18675
+ var e = n.getBoundingClientRect(), t = br(e.width) / n.offsetWidth || 1, r = br(e.height) / n.offsetHeight || 1;
18675
18676
  return t !== 1 || r !== 1;
18676
18677
  }
18677
18678
  function t8(n, e, t) {
18678
18679
  t === void 0 && (t = !1);
18679
- var r = ct(e), i = ct(e) && e8(e), o = Cn(e), s = br(n, i, t), l = {
18680
+ var r = ct(e), i = ct(e) && e8(e), o = bn(e), s = Cr(n, i, t), l = {
18680
18681
  scrollLeft: 0,
18681
18682
  scrollTop: 0
18682
18683
  }, a = {
@@ -18684,7 +18685,7 @@ function t8(n, e, t) {
18684
18685
  y: 0
18685
18686
  };
18686
18687
  return (r || !r && !t) && ((Et(e) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
18687
- Ea(o)) && (l = Q6(e)), ct(e) ? (a = br(e, !0), a.x += e.clientLeft, a.y += e.clientTop) : o && (a.x = Va(o))), {
18688
+ Ea(o)) && (l = Q6(e)), ct(e) ? (a = Cr(e, !0), a.x += e.clientLeft, a.y += e.clientTop) : o && (a.x = Va(o))), {
18688
18689
  x: s.left + l.scrollLeft - a.x,
18689
18690
  y: s.top + l.scrollTop - a.y,
18690
18691
  width: s.width,
@@ -18777,8 +18778,8 @@ function s8(n) {
18777
18778
  popper: Jr(a)
18778
18779
  };
18779
18780
  var T = r8(o8([].concat(r, u.options.modifiers)));
18780
- return u.orderedModifiers = T.filter(function(C) {
18781
- return C.enabled;
18781
+ return u.orderedModifiers = T.filter(function(b) {
18782
+ return b.enabled;
18782
18783
  }), h(), p.update();
18783
18784
  },
18784
18785
  // Sync update – it will always be executed, even if not necessary. This
@@ -18796,12 +18797,12 @@ function s8(n) {
18796
18797
  }, u.reset = !1, u.placement = u.options.placement, u.orderedModifiers.forEach(function(D) {
18797
18798
  return u.modifiersData[D.name] = Object.assign({}, D.data);
18798
18799
  });
18799
- for (var C = 0; C < u.orderedModifiers.length; C++) {
18800
+ for (var b = 0; b < u.orderedModifiers.length; b++) {
18800
18801
  if (u.reset === !0) {
18801
- u.reset = !1, C = -1;
18802
+ u.reset = !1, b = -1;
18802
18803
  continue;
18803
18804
  }
18804
- var H = u.orderedModifiers[C], M = H.fn, Z = H.options, N = Z === void 0 ? {} : Z, x = H.name;
18805
+ var H = u.orderedModifiers[b], M = H.fn, Z = H.options, N = Z === void 0 ? {} : Z, x = H.name;
18805
18806
  typeof M == "function" && (u = M({
18806
18807
  state: u,
18807
18808
  options: N,
@@ -18830,9 +18831,9 @@ function s8(n) {
18830
18831
  });
18831
18832
  function h() {
18832
18833
  u.orderedModifiers.forEach(function(y) {
18833
- var v = y.name, w = y.options, T = w === void 0 ? {} : w, C = y.effect;
18834
- if (typeof C == "function") {
18835
- var H = C({
18834
+ var v = y.name, w = y.options, T = w === void 0 ? {} : w, b = y.effect;
18835
+ if (typeof b == "function") {
18836
+ var H = b({
18836
18837
  state: u,
18837
18838
  name: v,
18838
18839
  instance: p,
@@ -18934,7 +18935,7 @@ function y8(n) {
18934
18935
  function v8(n) {
18935
18936
  return !!(n && n._tippy && n._tippy.reference === n);
18936
18937
  }
18937
- function C8(n) {
18938
+ function b8(n) {
18938
18939
  return ci(n) ? [n] : g8(n) ? Jo(n) : Array.isArray(n) ? n : Jo(document.querySelectorAll(n));
18939
18940
  }
18940
18941
  function Js(n, e) {
@@ -18947,7 +18948,7 @@ function Od(n, e) {
18947
18948
  t && t.setAttribute("data-state", e);
18948
18949
  });
18949
18950
  }
18950
- function b8(n) {
18951
+ function C8(n) {
18951
18952
  var e, t = nr(n), r = t[0];
18952
18953
  return r != null && (e = r.ownerDocument) != null && e.body ? r.ownerDocument : document;
18953
18954
  }
@@ -19113,7 +19114,7 @@ var yf = {
19113
19114
  trigger: "mouseenter focus",
19114
19115
  triggerTarget: null
19115
19116
  }, yf, V8), E8 = Object.keys(Qe), A8 = function(e) {
19116
- process.env.NODE_ENV !== "production" && Cf(e, []);
19117
+ process.env.NODE_ENV !== "production" && bf(e, []);
19117
19118
  var t = Object.keys(e);
19118
19119
  t.forEach(function(r) {
19119
19120
  Qe[r] = e[r];
@@ -19158,7 +19159,7 @@ function Nd(n, e) {
19158
19159
  content: t.aria.content === "auto" ? e.interactive ? null : "describedby" : t.aria.content
19159
19160
  }, t;
19160
19161
  }
19161
- function Cf(n, e) {
19162
+ function bf(n, e) {
19162
19163
  n === void 0 && (n = {}), e === void 0 && (e = []);
19163
19164
  var t = Object.keys(n);
19164
19165
  t.forEach(function(r) {
@@ -19199,7 +19200,7 @@ function Al(n) {
19199
19200
  })
19200
19201
  };
19201
19202
  }
19202
- function bf(n) {
19203
+ function Cf(n) {
19203
19204
  var e = Gr(), t = Gr();
19204
19205
  t.className = d8, t.setAttribute("data-state", "hidden"), t.setAttribute("tabindex", "-1");
19205
19206
  var r = Gr();
@@ -19213,7 +19214,7 @@ function bf(n) {
19213
19214
  onUpdate: i
19214
19215
  };
19215
19216
  }
19216
- bf.$$tippy = !0;
19217
+ Cf.$$tippy = !0;
19217
19218
  var R8 = 1, qi = [], _s = [];
19218
19219
  function P8(n, e) {
19219
19220
  var t = Nd(n, Object.assign({}, Qe, vf(Td(e)))), r, i, o, s = !1, l = !1, a = !1, d = !1, u, c, f, p = [], h = Sd(xi, t.interactiveDebounce), m, y = R8++, v = null, w = h8(t.plugins), T = {
@@ -19227,7 +19228,7 @@ function P8(n, e) {
19227
19228
  isMounted: !1,
19228
19229
  // Has the tippy finished transitioning in?
19229
19230
  isShown: !1
19230
- }, C = {
19231
+ }, b = {
19231
19232
  // properties
19232
19233
  id: y,
19233
19234
  reference: n,
@@ -19249,19 +19250,19 @@ function P8(n, e) {
19249
19250
  destroy: Of
19250
19251
  };
19251
19252
  if (!t.render)
19252
- return process.env.NODE_ENV !== "production" && Vl(!0, "render() function has not been supplied."), C;
19253
- var H = t.render(C), M = H.popper, Z = H.onUpdate;
19254
- M.setAttribute("data-tippy-root", ""), M.id = "tippy-" + C.id, C.popper = M, n._tippy = C, M._tippy = C;
19253
+ return process.env.NODE_ENV !== "production" && Vl(!0, "render() function has not been supplied."), b;
19254
+ var H = t.render(b), M = H.popper, Z = H.onUpdate;
19255
+ M.setAttribute("data-tippy-root", ""), M.id = "tippy-" + b.id, b.popper = M, n._tippy = b, M._tippy = b;
19255
19256
  var N = w.map(function(S) {
19256
- return S.fn(C);
19257
+ return S.fn(b);
19257
19258
  }), x = n.hasAttribute("aria-expanded");
19258
- return qn(), Fe(), ae(), de("onCreate", [C]), t.showOnCreate && Or(), M.addEventListener("mouseenter", function() {
19259
- C.props.interactive && C.state.isVisible && C.clearDelayTimeouts();
19259
+ return qn(), Fe(), ae(), de("onCreate", [b]), t.showOnCreate && Or(), M.addEventListener("mouseenter", function() {
19260
+ b.props.interactive && b.state.isVisible && b.clearDelayTimeouts();
19260
19261
  }), M.addEventListener("mouseleave", function() {
19261
- C.props.interactive && C.props.trigger.indexOf("mouseenter") >= 0 && ee().addEventListener("mousemove", h);
19262
- }), C;
19262
+ b.props.interactive && b.props.trigger.indexOf("mouseenter") >= 0 && ee().addEventListener("mousemove", h);
19263
+ }), b;
19263
19264
  function D() {
19264
- var S = C.props.touch;
19265
+ var S = b.props.touch;
19265
19266
  return Array.isArray(S) ? S : [S, 0];
19266
19267
  }
19267
19268
  function Q() {
@@ -19269,39 +19270,39 @@ function P8(n, e) {
19269
19270
  }
19270
19271
  function R() {
19271
19272
  var S;
19272
- return !!((S = C.props.render) != null && S.$$tippy);
19273
+ return !!((S = b.props.render) != null && S.$$tippy);
19273
19274
  }
19274
19275
  function B() {
19275
19276
  return m || n;
19276
19277
  }
19277
19278
  function ee() {
19278
19279
  var S = B().parentNode;
19279
- return S ? b8(S) : document;
19280
+ return S ? C8(S) : document;
19280
19281
  }
19281
19282
  function me() {
19282
19283
  return Al(M);
19283
19284
  }
19284
19285
  function le(S) {
19285
- return C.state.isMounted && !C.state.isVisible || Lt.isTouch || u && u.type === "focus" ? 0 : qs(C.props.delay, S ? 0 : 1, Qe.delay);
19286
+ return b.state.isMounted && !b.state.isVisible || Lt.isTouch || u && u.type === "focus" ? 0 : qs(b.props.delay, S ? 0 : 1, Qe.delay);
19286
19287
  }
19287
19288
  function ae(S) {
19288
- S === void 0 && (S = !1), M.style.pointerEvents = C.props.interactive && !S ? "" : "none", M.style.zIndex = "" + C.props.zIndex;
19289
+ S === void 0 && (S = !1), M.style.pointerEvents = b.props.interactive && !S ? "" : "none", M.style.zIndex = "" + b.props.zIndex;
19289
19290
  }
19290
19291
  function de(S, F, Y) {
19291
19292
  if (Y === void 0 && (Y = !0), N.forEach(function(se) {
19292
19293
  se[S] && se[S].apply(se, F);
19293
19294
  }), Y) {
19294
19295
  var ue;
19295
- (ue = C.props)[S].apply(ue, F);
19296
+ (ue = b.props)[S].apply(ue, F);
19296
19297
  }
19297
19298
  }
19298
19299
  function ve() {
19299
- var S = C.props.aria;
19300
+ var S = b.props.aria;
19300
19301
  if (S.content) {
19301
- var F = "aria-" + S.content, Y = M.id, ue = nr(C.props.triggerTarget || n);
19302
+ var F = "aria-" + S.content, Y = M.id, ue = nr(b.props.triggerTarget || n);
19302
19303
  ue.forEach(function(se) {
19303
19304
  var Re = se.getAttribute(F);
19304
- if (C.state.isVisible)
19305
+ if (b.state.isVisible)
19305
19306
  se.setAttribute(F, Re ? Re + " " + Y : Y);
19306
19307
  else {
19307
19308
  var it = Re && Re.replace(Y, "").trim();
@@ -19311,10 +19312,10 @@ function P8(n, e) {
19311
19312
  }
19312
19313
  }
19313
19314
  function Fe() {
19314
- if (!(x || !C.props.aria.expanded)) {
19315
- var S = nr(C.props.triggerTarget || n);
19315
+ if (!(x || !b.props.aria.expanded)) {
19316
+ var S = nr(b.props.triggerTarget || n);
19316
19317
  S.forEach(function(F) {
19317
- C.props.interactive ? F.setAttribute("aria-expanded", C.state.isVisible && F === B() ? "true" : "false") : F.removeAttribute("aria-expanded");
19318
+ b.props.interactive ? F.setAttribute("aria-expanded", b.state.isVisible && F === B() ? "true" : "false") : F.removeAttribute("aria-expanded");
19318
19319
  });
19319
19320
  }
19320
19321
  }
@@ -19326,17 +19327,17 @@ function P8(n, e) {
19326
19327
  function X(S) {
19327
19328
  if (!(Lt.isTouch && (a || S.type === "mousedown"))) {
19328
19329
  var F = S.composedPath && S.composedPath()[0] || S.target;
19329
- if (!(C.props.interactive && Vd(M, F))) {
19330
- if (nr(C.props.triggerTarget || n).some(function(Y) {
19330
+ if (!(b.props.interactive && Vd(M, F))) {
19331
+ if (nr(b.props.triggerTarget || n).some(function(Y) {
19331
19332
  return Vd(Y, F);
19332
19333
  })) {
19333
- if (Lt.isTouch || C.state.isVisible && C.props.trigger.indexOf("click") >= 0)
19334
+ if (Lt.isTouch || b.state.isVisible && b.props.trigger.indexOf("click") >= 0)
19334
19335
  return;
19335
19336
  } else
19336
- de("onClickOutside", [C, S]);
19337
- C.props.hideOnClick === !0 && (C.clearDelayTimeouts(), C.hide(), l = !0, setTimeout(function() {
19337
+ de("onClickOutside", [b, S]);
19338
+ b.props.hideOnClick === !0 && (b.clearDelayTimeouts(), b.hide(), l = !0, setTimeout(function() {
19338
19339
  l = !1;
19339
- }), C.state.isMounted || Nt());
19340
+ }), b.state.isMounted || Nt());
19340
19341
  }
19341
19342
  }
19342
19343
  }
@@ -19356,7 +19357,7 @@ function P8(n, e) {
19356
19357
  }
19357
19358
  function Un(S, F) {
19358
19359
  Kn(S, function() {
19359
- !C.state.isVisible && M.parentNode && M.parentNode.contains(M) && F();
19360
+ !b.state.isVisible && M.parentNode && M.parentNode.contains(M) && F();
19360
19361
  });
19361
19362
  }
19362
19363
  function Dt(S, F) {
@@ -19373,7 +19374,7 @@ function P8(n, e) {
19373
19374
  }
19374
19375
  function Jt(S, F, Y) {
19375
19376
  Y === void 0 && (Y = !1);
19376
- var ue = nr(C.props.triggerTarget || n);
19377
+ var ue = nr(b.props.triggerTarget || n);
19377
19378
  ue.forEach(function(se) {
19378
19379
  se.addEventListener(S, F, Y), p.push({
19379
19380
  node: se,
@@ -19388,7 +19389,7 @@ function P8(n, e) {
19388
19389
  passive: !0
19389
19390
  }), Jt("touchend", Si, {
19390
19391
  passive: !0
19391
- })), p8(C.props.trigger).forEach(function(S) {
19392
+ })), p8(b.props.trigger).forEach(function(S) {
19392
19393
  if (S !== "manual")
19393
19394
  switch (Jt(S, Sr), S) {
19394
19395
  case "mouseenter":
@@ -19411,11 +19412,11 @@ function P8(n, e) {
19411
19412
  }
19412
19413
  function Sr(S) {
19413
19414
  var F, Y = !1;
19414
- if (!(!C.state.isEnabled || Tr(S) || l)) {
19415
+ if (!(!b.state.isEnabled || Tr(S) || l)) {
19415
19416
  var ue = ((F = u) == null ? void 0 : F.type) === "focus";
19416
- u = S, m = S.currentTarget, Fe(), !C.state.isVisible && y8(S) && qi.forEach(function(se) {
19417
+ u = S, m = S.currentTarget, Fe(), !b.state.isVisible && y8(S) && qi.forEach(function(se) {
19417
19418
  return se(S);
19418
- }), S.type === "click" && (C.props.trigger.indexOf("mouseenter") < 0 || s) && C.props.hideOnClick !== !1 && C.state.isVisible ? Y = !0 : Or(S), S.type === "click" && (s = !Y), Y && !ue && bn(S);
19419
+ }), S.type === "click" && (b.props.trigger.indexOf("mouseenter") < 0 || s) && b.props.hideOnClick !== !1 && b.state.isVisible ? Y = !0 : Or(S), S.type === "click" && (s = !Y), Y && !ue && Cn(S);
19419
19420
  }
19420
19421
  }
19421
19422
  function xi(S) {
@@ -19429,28 +19430,28 @@ function P8(n, e) {
19429
19430
  props: t
19430
19431
  } : null;
19431
19432
  }).filter(Boolean);
19432
- k8(ue, S) && (W(), bn(S));
19433
+ k8(ue, S) && (W(), Cn(S));
19433
19434
  }
19434
19435
  }
19435
19436
  function Si(S) {
19436
- var F = Tr(S) || C.props.trigger.indexOf("click") >= 0 && s;
19437
+ var F = Tr(S) || b.props.trigger.indexOf("click") >= 0 && s;
19437
19438
  if (!F) {
19438
- if (C.props.interactive) {
19439
- C.hideWithInteractivity(S);
19439
+ if (b.props.interactive) {
19440
+ b.hideWithInteractivity(S);
19440
19441
  return;
19441
19442
  }
19442
- bn(S);
19443
+ Cn(S);
19443
19444
  }
19444
19445
  }
19445
19446
  function Hr(S) {
19446
- C.props.trigger.indexOf("focusin") < 0 && S.target !== B() || C.props.interactive && S.relatedTarget && M.contains(S.relatedTarget) || bn(S);
19447
+ b.props.trigger.indexOf("focusin") < 0 && S.target !== B() || b.props.interactive && S.relatedTarget && M.contains(S.relatedTarget) || Cn(S);
19447
19448
  }
19448
19449
  function Tr(S) {
19449
19450
  return Lt.isTouch ? Q() !== S.type.indexOf("touch") >= 0 : !1;
19450
19451
  }
19451
19452
  function Hi() {
19452
19453
  Ti();
19453
- var S = C.props, F = S.popperOptions, Y = S.placement, ue = S.offset, se = S.getReferenceClientRect, Re = S.moveTransition, it = R() ? Al(M).arrow : null, Jn = se ? {
19454
+ var S = b.props, F = S.popperOptions, Y = S.placement, ue = S.offset, se = S.getReferenceClientRect, Re = S.moveTransition, it = R() ? Al(M).arrow : null, Jn = se ? {
19454
19455
  getBoundingClientRect: se,
19455
19456
  contextElement: se.contextElement || B()
19456
19457
  } : n, Ra = {
@@ -19499,18 +19500,18 @@ function P8(n, e) {
19499
19500
  element: it,
19500
19501
  padding: 3
19501
19502
  }
19502
- }), kn.push.apply(kn, (F == null ? void 0 : F.modifiers) || []), C.popperInstance = a8(Jn, M, Object.assign({}, F, {
19503
+ }), kn.push.apply(kn, (F == null ? void 0 : F.modifiers) || []), b.popperInstance = a8(Jn, M, Object.assign({}, F, {
19503
19504
  placement: Y,
19504
19505
  onFirstUpdate: f,
19505
19506
  modifiers: kn
19506
19507
  }));
19507
19508
  }
19508
19509
  function Ti() {
19509
- C.popperInstance && (C.popperInstance.destroy(), C.popperInstance = null);
19510
+ b.popperInstance && (b.popperInstance.destroy(), b.popperInstance = null);
19510
19511
  }
19511
19512
  function Rt() {
19512
- var S = C.props.appendTo, F, Y = B();
19513
- C.props.interactive && S === pf || S === "parent" ? F = Y.parentNode : F = hf(S, [Y]), F.contains(M) || F.appendChild(M), C.state.isMounted = !0, Hi(), process.env.NODE_ENV !== "production" && zt(C.props.interactive && S === Qe.appendTo && Y.nextElementSibling !== M, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", `
19513
+ var S = b.props.appendTo, F, Y = B();
19514
+ b.props.interactive && S === pf || S === "parent" ? F = Y.parentNode : F = hf(S, [Y]), F.contains(M) || F.appendChild(M), b.state.isMounted = !0, Hi(), process.env.NODE_ENV !== "production" && zt(b.props.interactive && S === Qe.appendTo && Y.nextElementSibling !== M, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", `
19514
19515
 
19515
19516
  `, "Using a wrapper <div> or <span> tag around the reference element", "solves this by creating a new parentNode context.", `
19516
19517
 
@@ -19522,107 +19523,107 @@ function P8(n, e) {
19522
19523
  return Jo(M.querySelectorAll("[data-tippy-root]"));
19523
19524
  }
19524
19525
  function Or(S) {
19525
- C.clearDelayTimeouts(), S && de("onTrigger", [C, S]), ht();
19526
+ b.clearDelayTimeouts(), S && de("onTrigger", [b, S]), ht();
19526
19527
  var F = le(!0), Y = D(), ue = Y[0], se = Y[1];
19527
19528
  Lt.isTouch && ue === "hold" && se && (F = se), F ? r = setTimeout(function() {
19528
- C.show();
19529
- }, F) : C.show();
19529
+ b.show();
19530
+ }, F) : b.show();
19530
19531
  }
19531
- function bn(S) {
19532
- if (C.clearDelayTimeouts(), de("onUntrigger", [C, S]), !C.state.isVisible) {
19532
+ function Cn(S) {
19533
+ if (b.clearDelayTimeouts(), de("onUntrigger", [b, S]), !b.state.isVisible) {
19533
19534
  Nt();
19534
19535
  return;
19535
19536
  }
19536
- if (!(C.props.trigger.indexOf("mouseenter") >= 0 && C.props.trigger.indexOf("click") >= 0 && ["mouseleave", "mousemove"].indexOf(S.type) >= 0 && s)) {
19537
+ if (!(b.props.trigger.indexOf("mouseenter") >= 0 && b.props.trigger.indexOf("click") >= 0 && ["mouseleave", "mousemove"].indexOf(S.type) >= 0 && s)) {
19537
19538
  var F = le(!1);
19538
19539
  F ? i = setTimeout(function() {
19539
- C.state.isVisible && C.hide();
19540
+ b.state.isVisible && b.hide();
19540
19541
  }, F) : o = requestAnimationFrame(function() {
19541
- C.hide();
19542
+ b.hide();
19542
19543
  });
19543
19544
  }
19544
19545
  }
19545
19546
  function Vr() {
19546
- C.state.isEnabled = !0;
19547
+ b.state.isEnabled = !0;
19547
19548
  }
19548
19549
  function Oi() {
19549
- C.hide(), C.state.isEnabled = !1;
19550
+ b.hide(), b.state.isEnabled = !1;
19550
19551
  }
19551
19552
  function Vi() {
19552
19553
  clearTimeout(r), clearTimeout(i), cancelAnimationFrame(o);
19553
19554
  }
19554
19555
  function Ei(S) {
19555
- if (process.env.NODE_ENV !== "production" && zt(C.state.isDestroyed, Xn("setProps")), !C.state.isDestroyed) {
19556
- de("onBeforeUpdate", [C, S]), Mi();
19557
- var F = C.props, Y = Nd(n, Object.assign({}, F, Td(S), {
19556
+ if (process.env.NODE_ENV !== "production" && zt(b.state.isDestroyed, Xn("setProps")), !b.state.isDestroyed) {
19557
+ de("onBeforeUpdate", [b, S]), Mi();
19558
+ var F = b.props, Y = Nd(n, Object.assign({}, F, Td(S), {
19558
19559
  ignoreAttributes: !0
19559
19560
  }));
19560
- C.props = Y, qn(), F.interactiveDebounce !== Y.interactiveDebounce && (W(), h = Sd(xi, Y.interactiveDebounce)), F.triggerTarget && !Y.triggerTarget ? nr(F.triggerTarget).forEach(function(ue) {
19561
+ b.props = Y, qn(), F.interactiveDebounce !== Y.interactiveDebounce && (W(), h = Sd(xi, Y.interactiveDebounce)), F.triggerTarget && !Y.triggerTarget ? nr(F.triggerTarget).forEach(function(ue) {
19561
19562
  ue.removeAttribute("aria-expanded");
19562
- }) : Y.triggerTarget && n.removeAttribute("aria-expanded"), Fe(), ae(), Z && Z(F, Y), C.popperInstance && (Hi(), Gt().forEach(function(ue) {
19563
+ }) : Y.triggerTarget && n.removeAttribute("aria-expanded"), Fe(), ae(), Z && Z(F, Y), b.popperInstance && (Hi(), Gt().forEach(function(ue) {
19563
19564
  requestAnimationFrame(ue._tippy.popperInstance.forceUpdate);
19564
- })), de("onAfterUpdate", [C, S]);
19565
+ })), de("onAfterUpdate", [b, S]);
19565
19566
  }
19566
19567
  }
19567
19568
  function Ai(S) {
19568
- C.setProps({
19569
+ b.setProps({
19569
19570
  content: S
19570
19571
  });
19571
19572
  }
19572
19573
  function xf() {
19573
- process.env.NODE_ENV !== "production" && zt(C.state.isDestroyed, Xn("show"));
19574
- var S = C.state.isVisible, F = C.state.isDestroyed, Y = !C.state.isEnabled, ue = Lt.isTouch && !C.props.touch, se = qs(C.props.duration, 0, Qe.duration);
19575
- if (!(S || F || Y || ue) && !B().hasAttribute("disabled") && (de("onShow", [C], !1), C.props.onShow(C) !== !1)) {
19576
- if (C.state.isVisible = !0, R() && (M.style.visibility = "visible"), ae(), ht(), C.state.isMounted || (M.style.transition = "none"), R()) {
19574
+ process.env.NODE_ENV !== "production" && zt(b.state.isDestroyed, Xn("show"));
19575
+ var S = b.state.isVisible, F = b.state.isDestroyed, Y = !b.state.isEnabled, ue = Lt.isTouch && !b.props.touch, se = qs(b.props.duration, 0, Qe.duration);
19576
+ if (!(S || F || Y || ue) && !B().hasAttribute("disabled") && (de("onShow", [b], !1), b.props.onShow(b) !== !1)) {
19577
+ if (b.state.isVisible = !0, R() && (M.style.visibility = "visible"), ae(), ht(), b.state.isMounted || (M.style.transition = "none"), R()) {
19577
19578
  var Re = me(), it = Re.box, Jn = Re.content;
19578
19579
  Js([it, Jn], 0);
19579
19580
  }
19580
19581
  f = function() {
19581
19582
  var kn;
19582
- if (!(!C.state.isVisible || d)) {
19583
- if (d = !0, M.offsetHeight, M.style.transition = C.props.moveTransition, R() && C.props.animation) {
19583
+ if (!(!b.state.isVisible || d)) {
19584
+ if (d = !0, M.offsetHeight, M.style.transition = b.props.moveTransition, R() && b.props.animation) {
19584
19585
  var ys = me(), Ni = ys.box, Gn = ys.content;
19585
19586
  Js([Ni, Gn], se), Od([Ni, Gn], "visible");
19586
19587
  }
19587
- ve(), Fe(), Hd(_s, C), (kn = C.popperInstance) == null || kn.forceUpdate(), de("onMount", [C]), C.props.animation && R() && Dt(se, function() {
19588
- C.state.isShown = !0, de("onShown", [C]);
19588
+ ve(), Fe(), Hd(_s, b), (kn = b.popperInstance) == null || kn.forceUpdate(), de("onMount", [b]), b.props.animation && R() && Dt(se, function() {
19589
+ b.state.isShown = !0, de("onShown", [b]);
19589
19590
  });
19590
19591
  }
19591
19592
  }, Rt();
19592
19593
  }
19593
19594
  }
19594
19595
  function Sf() {
19595
- process.env.NODE_ENV !== "production" && zt(C.state.isDestroyed, Xn("hide"));
19596
- var S = !C.state.isVisible, F = C.state.isDestroyed, Y = !C.state.isEnabled, ue = qs(C.props.duration, 1, Qe.duration);
19597
- if (!(S || F || Y) && (de("onHide", [C], !1), C.props.onHide(C) !== !1)) {
19598
- if (C.state.isVisible = !1, C.state.isShown = !1, d = !1, s = !1, R() && (M.style.visibility = "hidden"), W(), Nt(), ae(!0), R()) {
19596
+ process.env.NODE_ENV !== "production" && zt(b.state.isDestroyed, Xn("hide"));
19597
+ var S = !b.state.isVisible, F = b.state.isDestroyed, Y = !b.state.isEnabled, ue = qs(b.props.duration, 1, Qe.duration);
19598
+ if (!(S || F || Y) && (de("onHide", [b], !1), b.props.onHide(b) !== !1)) {
19599
+ if (b.state.isVisible = !1, b.state.isShown = !1, d = !1, s = !1, R() && (M.style.visibility = "hidden"), W(), Nt(), ae(!0), R()) {
19599
19600
  var se = me(), Re = se.box, it = se.content;
19600
- C.props.animation && (Js([Re, it], ue), Od([Re, it], "hidden"));
19601
+ b.props.animation && (Js([Re, it], ue), Od([Re, it], "hidden"));
19601
19602
  }
19602
- ve(), Fe(), C.props.animation ? R() && Un(ue, C.unmount) : C.unmount();
19603
+ ve(), Fe(), b.props.animation ? R() && Un(ue, b.unmount) : b.unmount();
19603
19604
  }
19604
19605
  }
19605
19606
  function Hf(S) {
19606
- process.env.NODE_ENV !== "production" && zt(C.state.isDestroyed, Xn("hideWithInteractivity")), ee().addEventListener("mousemove", h), Hd(qi, h), h(S);
19607
+ process.env.NODE_ENV !== "production" && zt(b.state.isDestroyed, Xn("hideWithInteractivity")), ee().addEventListener("mousemove", h), Hd(qi, h), h(S);
19607
19608
  }
19608
19609
  function Tf() {
19609
- process.env.NODE_ENV !== "production" && zt(C.state.isDestroyed, Xn("unmount")), C.state.isVisible && C.hide(), C.state.isMounted && (Ti(), Gt().forEach(function(S) {
19610
+ process.env.NODE_ENV !== "production" && zt(b.state.isDestroyed, Xn("unmount")), b.state.isVisible && b.hide(), b.state.isMounted && (Ti(), Gt().forEach(function(S) {
19610
19611
  S._tippy.unmount();
19611
19612
  }), M.parentNode && M.parentNode.removeChild(M), _s = _s.filter(function(S) {
19612
- return S !== C;
19613
- }), C.state.isMounted = !1, de("onHidden", [C]));
19613
+ return S !== b;
19614
+ }), b.state.isMounted = !1, de("onHidden", [b]));
19614
19615
  }
19615
19616
  function Of() {
19616
- process.env.NODE_ENV !== "production" && zt(C.state.isDestroyed, Xn("destroy")), !C.state.isDestroyed && (C.clearDelayTimeouts(), C.unmount(), Mi(), delete n._tippy, C.state.isDestroyed = !0, de("onDestroy", [C]));
19617
+ process.env.NODE_ENV !== "production" && zt(b.state.isDestroyed, Xn("destroy")), !b.state.isDestroyed && (b.clearDelayTimeouts(), b.unmount(), Mi(), delete n._tippy, b.state.isDestroyed = !0, de("onDestroy", [b]));
19617
19618
  }
19618
19619
  }
19619
19620
  function xr(n, e) {
19620
19621
  e === void 0 && (e = {});
19621
19622
  var t = Qe.plugins.concat(e.plugins || []);
19622
- process.env.NODE_ENV !== "production" && (O8(n), Cf(e, t)), M8();
19623
+ process.env.NODE_ENV !== "production" && (O8(n), bf(e, t)), M8();
19623
19624
  var r = Object.assign({}, e, {
19624
19625
  plugins: t
19625
- }), i = C8(n);
19626
+ }), i = b8(n);
19626
19627
  if (process.env.NODE_ENV !== "production") {
19627
19628
  var o = ci(r.content), s = i.length > 1;
19628
19629
  zt(o && s, ["tippy() was passed an Element as the `content` prop, but more than", "one tippy instance was created by this invocation. This means the", "content element will only be appended to the last tippy instance.", `
@@ -19659,7 +19660,7 @@ Object.assign({}, tf, {
19659
19660
  }
19660
19661
  });
19661
19662
  xr.setDefaultProps({
19662
- render: bf
19663
+ render: Cf
19663
19664
  });
19664
19665
  class I8 {
19665
19666
  constructor({ editor: e, element: t, view: r, tippyOptions: i = {}, updateDelay: o = 250, shouldShow: s }) {
@@ -19692,7 +19693,7 @@ class I8 {
19692
19693
  if (m || !a && !d)
19693
19694
  return;
19694
19695
  this.createTooltip();
19695
- const { ranges: w } = y, T = Math.min(...w.map((M) => M.$from.pos)), C = Math.max(...w.map((M) => M.$to.pos));
19696
+ const { ranges: w } = y, T = Math.min(...w.map((M) => M.$from.pos)), b = Math.max(...w.map((M) => M.$to.pos));
19696
19697
  if (!((c = this.shouldShow) === null || c === void 0 ? void 0 : c.call(this, {
19697
19698
  editor: this.editor,
19698
19699
  element: this.element,
@@ -19700,7 +19701,7 @@ class I8 {
19700
19701
  state: h,
19701
19702
  oldState: u,
19702
19703
  from: T,
19703
- to: C
19704
+ to: b
19704
19705
  }))) {
19705
19706
  this.hide();
19706
19707
  return;
@@ -19715,7 +19716,7 @@ class I8 {
19715
19716
  return M.getBoundingClientRect();
19716
19717
  }
19717
19718
  }
19718
- return $c(l, T, C);
19719
+ return $c(l, T, b);
19719
19720
  })
19720
19721
  }), this.show();
19721
19722
  }, this.editor = e, this.element = t, this.view = r, this.updateDelay = o, s && (this.shouldShow = s), this.element.addEventListener("mousedown", this.mousedownHandler, { capture: !0 }), this.view.dom.addEventListener("dragstart", this.dragstartHandler), this.editor.on("focus", this.focusHandler), this.editor.on("blur", this.blurHandler), this.tippyOptions = i, this.element.remove(), this.element.style.visibility = "visible";
@@ -20129,11 +20130,11 @@ const z8 = (n = {}) => {
20129
20130
  onClick: i[0] || (i[0] = fe((o) => !r.disabled && t("click"), ["stop", "prevent"]))
20130
20131
  }, {
20131
20132
  default: j(() => [
20132
- r.icon ? (g(), I(L(Ce), {
20133
+ r.icon ? (g(), I(L(be), {
20133
20134
  key: 0,
20134
20135
  name: r.icon
20135
20136
  }, null, 8, ["name"])) : P("", !0),
20136
- r.label ? (g(), b("span", F8, ge(r.label), 1)) : P("", !0)
20137
+ r.label ? (g(), C("span", F8, ge(r.label), 1)) : P("", !0)
20137
20138
  ]),
20138
20139
  _: 1
20139
20140
  }, 8, ["class"])
@@ -20312,7 +20313,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20312
20313
  }, w = () => {
20313
20314
  var R;
20314
20315
  (R = f.value) == null || R.commands.blur(), s.value = !1;
20315
- }, T = () => a.value = !1, C = () => s.value = !0, H = () => a.value = !1, M = (R) => {
20316
+ }, T = () => a.value = !1, b = () => s.value = !0, H = () => a.value = !1, M = (R) => {
20316
20317
  var B;
20317
20318
  return (B = f.value) == null ? void 0 : B.commands.insertContent(R);
20318
20319
  }, Z = (R) => {
@@ -20321,7 +20322,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20321
20322
  return e({ blur: w, closeInsert: () => l.value = !1, focus: v, setContent: (R) => {
20322
20323
  var B;
20323
20324
  return (B = f.value) == null ? void 0 : B.commands.setContent(R);
20324
- } }), (R, B) => L(f) ? (g(), b("section", {
20325
+ } }), (R, B) => L(f) ? (g(), C("section", {
20325
20326
  key: 0,
20326
20327
  ref_key: "editorRef",
20327
20328
  ref: d,
@@ -20345,11 +20346,11 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20345
20346
  class: U(["flex-0 h-10 px-3 gap-2 text-sm text-primary rounded-t-lg overflow-hidden", h.value])
20346
20347
  }, {
20347
20348
  default: j(() => [
20348
- R.headerIcon ? (g(), I(L(Ce), {
20349
+ R.headerIcon ? (g(), I(L(be), {
20349
20350
  key: 0,
20350
20351
  name: R.headerIcon
20351
20352
  }, null, 8, ["name"])) : P("", !0),
20352
- R.headerLabel ? (g(), b("span", Q8, ge(R.headerLabel), 1)) : P("", !0)
20353
+ R.headerLabel ? (g(), C("span", Q8, ge(R.headerLabel), 1)) : P("", !0)
20353
20354
  ]),
20354
20355
  _: 1
20355
20356
  }, 8, ["class"])) : P("", !0),
@@ -20369,7 +20370,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20369
20370
  ]),
20370
20371
  _: 1
20371
20372
  }),
20372
- p.value ? (g(), b("nav", {
20373
+ p.value ? (g(), C("nav", {
20373
20374
  key: 1,
20374
20375
  class: U(["flex-0 min-h-0 p-1 rounded-b-lg overflow-hidden", m.value])
20375
20376
  }, [
@@ -20377,29 +20378,29 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20377
20378
  default: j(() => [
20378
20379
  q(L(Ye), { class: "gap-0.5" }, {
20379
20380
  default: j(() => [
20380
- L(sd) ? (g(), b(O, { key: 0 }, [
20381
+ L(sd) ? (g(), C(O, { key: 0 }, [
20381
20382
  q(Ge, {
20382
20383
  icon: "undo",
20383
20384
  tooltip: "Undo",
20384
20385
  onClick: B[0] || (B[0] = (ee) => {
20385
- L(f).chain().focus().undo().run(), C();
20386
+ L(f).chain().focus().undo().run(), b();
20386
20387
  })
20387
20388
  }),
20388
20389
  q(Ge, {
20389
20390
  icon: "redo",
20390
20391
  tooltip: "Redo",
20391
20392
  onClick: B[1] || (B[1] = (ee) => {
20392
- L(f).chain().focus().redo().run(), C();
20393
+ L(f).chain().focus().redo().run(), b();
20393
20394
  })
20394
20395
  })
20395
20396
  ], 64)) : P("", !0),
20396
- R.emphasis ? (g(), b(O, { key: 1 }, [
20397
+ R.emphasis ? (g(), C(O, { key: 1 }, [
20397
20398
  q(Ge, {
20398
20399
  icon: "bold",
20399
20400
  tooltip: "Bold",
20400
20401
  active: L(f).isActive("bold"),
20401
20402
  onClick: B[2] || (B[2] = (ee) => {
20402
- L(f).chain().focus().toggleBold().run(), C();
20403
+ L(f).chain().focus().toggleBold().run(), b();
20403
20404
  })
20404
20405
  }, null, 8, ["active"]),
20405
20406
  q(Ge, {
@@ -20407,7 +20408,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20407
20408
  tooltip: "Italic",
20408
20409
  active: L(f).isActive("italic"),
20409
20410
  onClick: B[3] || (B[3] = (ee) => {
20410
- L(f).chain().focus().toggleItalic().run(), C();
20411
+ L(f).chain().focus().toggleItalic().run(), b();
20411
20412
  })
20412
20413
  }, null, 8, ["active"]),
20413
20414
  q(Ge, {
@@ -20415,7 +20416,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20415
20416
  tooltip: "Underline",
20416
20417
  active: L(f).isActive("underline"),
20417
20418
  onClick: B[4] || (B[4] = (ee) => {
20418
- L(f).chain().focus().toggleUnderline().run(), C();
20419
+ L(f).chain().focus().toggleUnderline().run(), b();
20419
20420
  })
20420
20421
  }, null, 8, ["active"])
20421
20422
  ], 64)) : P("", !0),
@@ -20425,7 +20426,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20425
20426
  tooltip: "Yellow highlight",
20426
20427
  active: L(f).isActive("highlight"),
20427
20428
  onClick: B[5] || (B[5] = (ee) => {
20428
- L(f).chain().focus().toggleHighlight().run(), C();
20429
+ L(f).chain().focus().toggleHighlight().run(), b();
20429
20430
  })
20430
20431
  }, null, 8, ["active"])) : P("", !0),
20431
20432
  L(nd) ? (g(), I(Ge, {
@@ -20434,7 +20435,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20434
20435
  tooltip: "Heading",
20435
20436
  active: L(f).isActive("heading", { level: 1 }),
20436
20437
  onClick: B[6] || (B[6] = (ee) => {
20437
- L(f).chain().focus().toggleHeading({ level: 1 }).run(), C();
20438
+ L(f).chain().focus().toggleHeading({ level: 1 }).run(), b();
20438
20439
  })
20439
20440
  }, null, 8, ["active"])) : P("", !0),
20440
20441
  L(hd) ? (g(), I(Ge, {
@@ -20443,16 +20444,16 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20443
20444
  tooltip: "Add link",
20444
20445
  active: L(f).isActive("link"),
20445
20446
  onClick: B[7] || (B[7] = (ee) => {
20446
- N(), C();
20447
+ N(), b();
20447
20448
  })
20448
20449
  }, null, 8, ["active"])) : P("", !0),
20449
- R.listStyles ? (g(), b(O, { key: 5 }, [
20450
+ R.listStyles ? (g(), C(O, { key: 5 }, [
20450
20451
  q(Ge, {
20451
20452
  icon: "bullet-list",
20452
20453
  tooltip: "Bullet list",
20453
20454
  active: L(f).isActive("bulletList"),
20454
20455
  onClick: B[8] || (B[8] = (ee) => {
20455
- L(f).chain().focus().toggleBulletList().run(), C();
20456
+ L(f).chain().focus().toggleBulletList().run(), b();
20456
20457
  })
20457
20458
  }, null, 8, ["active"]),
20458
20459
  q(Ge, {
@@ -20460,7 +20461,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20460
20461
  tooltip: "Numbered list",
20461
20462
  active: L(f).isActive("orderedList"),
20462
20463
  onClick: B[9] || (B[9] = (ee) => {
20463
- L(f).chain().focus().toggleOrderedList().run(), C();
20464
+ L(f).chain().focus().toggleOrderedList().run(), b();
20464
20465
  })
20465
20466
  }, null, 8, ["active"]),
20466
20467
  q(Ge, {
@@ -20468,7 +20469,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20468
20469
  tooltip: "Indent right",
20469
20470
  disabled: !L(f).can().sinkListItem("listItem"),
20470
20471
  onClick: B[10] || (B[10] = (ee) => {
20471
- L(f).chain().focus().sinkListItem("listItem").run(), C();
20472
+ L(f).chain().focus().sinkListItem("listItem").run(), b();
20472
20473
  })
20473
20474
  }, null, 8, ["disabled"]),
20474
20475
  q(Ge, {
@@ -20476,7 +20477,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20476
20477
  tooltip: "Indent left",
20477
20478
  disabled: !L(f).can().liftListItem("listItem"),
20478
20479
  onClick: B[11] || (B[11] = (ee) => {
20479
- L(f).chain().focus().liftListItem("listItem").run(), C();
20480
+ L(f).chain().focus().liftListItem("listItem").run(), b();
20480
20481
  })
20481
20482
  }, null, 8, ["disabled"])
20482
20483
  ], 64)) : P("", !0),
@@ -20487,13 +20488,13 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20487
20488
  tooltip: R.insertTooltip,
20488
20489
  active: L(f).isActive("insert"),
20489
20490
  onClick: B[12] || (B[12] = (ee) => {
20490
- x(), C();
20491
+ x(), b();
20491
20492
  })
20492
20493
  }, null, 8, ["icon", "tooltip", "active"])) : P("", !0)
20493
20494
  ]),
20494
20495
  _: 1
20495
20496
  }),
20496
- R.$slots.menuRight ? (g(), b("div", e7, [
20497
+ R.$slots.menuRight ? (g(), C("div", e7, [
20497
20498
  _(R.$slots, "menuRight")
20498
20499
  ])) : P("", !0)
20499
20500
  ]),
@@ -20506,7 +20507,7 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20506
20507
  onInserted: H,
20507
20508
  onCancel: T
20508
20509
  }, null, 8, ["editor"])) : P("", !0),
20509
- l.value ? (g(), b(O, { key: 3 }, [
20510
+ l.value ? (g(), C(O, { key: 3 }, [
20510
20511
  R.$slots.insert ? _(R.$slots, "insert", { key: 0 }) : (g(), I(X8, {
20511
20512
  key: 1,
20512
20513
  onInsert: Z,
@@ -20572,11 +20573,11 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20572
20573
  (o) => {
20573
20574
  t.value = o ? i(e.value, o) : [];
20574
20575
  }
20575
- ), (o, s) => (g(), b("span", t7, [
20576
- t.value.length === 0 ? (g(), b(O, { key: 0 }, [
20576
+ ), (o, s) => (g(), C("span", t7, [
20577
+ t.value.length === 0 ? (g(), C(O, { key: 0 }, [
20577
20578
  Zd(ge(o.value), 1)
20578
- ], 64)) : (g(!0), b(O, { key: 1 }, Nl(t.value, (l) => (g(), b(O, { key: l }, [
20579
- o.highlight && l.toLowerCase() === o.highlight.toLowerCase() ? (g(), b("span", {
20579
+ ], 64)) : (g(!0), C(O, { key: 1 }, Nl(t.value, (l) => (g(), C(O, { key: l }, [
20580
+ o.highlight && l.toLowerCase() === o.highlight.toLowerCase() ? (g(), C("span", {
20580
20581
  key: 0,
20581
20582
  class: U(["relative z-0 rounded", [
20582
20583
  {
@@ -20586,13 +20587,13 @@ const Lf = /* @__PURE__ */ Fn(j8, [["render", K8]]), q8 = { class: "space-y-1" }
20586
20587
  r.value,
20587
20588
  o.textColorClass
20588
20589
  ]])
20589
- }, ge(l), 3)) : (g(), b("span", n7, ge(l), 1))
20590
+ }, ge(l), 3)) : (g(), C("span", n7, ge(l), 1))
20590
20591
  ], 64))), 128))
20591
20592
  ]));
20592
20593
  }
20593
20594
  }), i7 = {}, o7 = { class: "ProseMirror" };
20594
20595
  function s7(n, e) {
20595
- return g(), b("section", o7, [
20596
+ return g(), C("section", o7, [
20596
20597
  _(n.$slots, "default")
20597
20598
  ]);
20598
20599
  }
@@ -20650,11 +20651,11 @@ const I7 = /* @__PURE__ */ Fn(i7, [["render", s7]]), l7 = ["disabled"], a7 = { k
20650
20651
  onClick: a,
20651
20652
  onBlur: c[0] || (c[0] = (f) => i("blur"))
20652
20653
  }, [
20653
- u.icon ? (g(), I(L(Ce), {
20654
+ u.icon ? (g(), I(L(be), {
20654
20655
  key: 0,
20655
20656
  name: u.icon
20656
20657
  }, null, 8, ["name"])) : P("", !0),
20657
- u.label ? (g(), b("div", a7, ge(u.label), 1)) : P("", !0)
20658
+ u.label ? (g(), C("div", a7, ge(u.label), 1)) : P("", !0)
20658
20659
  ], 46, l7)
20659
20660
  ]),
20660
20661
  _: 1
@@ -20689,7 +20690,7 @@ const I7 = /* @__PURE__ */ Fn(i7, [["render", s7]]), l7 = ["disabled"], a7 = { k
20689
20690
  k("div", {
20690
20691
  class: U(["z-50 min-w-0 px-2 py-1 rounded-md text-sm shadow-sm-md", [e.bgColorClass, e.textColorClass]])
20691
20692
  }, [
20692
- e.text ? (g(), b("span", d7, ge(e.text), 1)) : P("", !0),
20693
+ e.text ? (g(), C("span", d7, ge(e.text), 1)) : P("", !0),
20693
20694
  _(e.$slots, "content")
20694
20695
  ], 2)
20695
20696
  ]),
@@ -20936,7 +20937,7 @@ const I7 = /* @__PURE__ */ Fn(i7, [["render", s7]]), l7 = ["disabled"], a7 = { k
20936
20937
  __name: "WindowFrame",
20937
20938
  setup(n) {
20938
20939
  const e = A();
20939
- return (t, r) => (g(), b("div", {
20940
+ return (t, r) => (g(), C("div", {
20940
20941
  ref_key: "windowRef",
20941
20942
  ref: e,
20942
20943
  tabindex: "0",
@@ -20961,10 +20962,10 @@ export {
20961
20962
  v7 as BDialog,
20962
20963
  jd as BFadeInUp,
20963
20964
  yh as BFilterChip,
20964
- C7 as BFirstPaint,
20965
+ b7 as BFirstPaint,
20965
20966
  Ye as BFlexbox,
20966
20967
  k7 as BHorizontalLayout,
20967
- Ce as BIcon,
20968
+ be as BIcon,
20968
20969
  Ys as BInput,
20969
20970
  w7 as BInputNumber,
20970
20971
  to as BLoadSpinner,
@@ -21005,8 +21006,8 @@ export {
21005
21006
  kh as debounce,
21006
21007
  K7 as directions,
21007
21008
  J7 as icons,
21008
- b7 as loopRange,
21009
- bh as range,
21009
+ C7 as loopRange,
21010
+ Ch as range,
21010
21011
  Lh as scrollIntoView,
21011
21012
  wh as scrollbarWidth,
21012
21013
  q7 as statuses,