@n8n/chat 0.65.0 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/chat.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Package version @n8n/chat@0.65.0 */
1
+ /*! Package version @n8n/chat@0.66.0 */
2
2
  import * as Vue from "vue";
3
3
  import { Comment, Fragment, Teleport, Text, Transition, cloneVNode, computed, createApp, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createStaticVNode, createTextVNode, createVNode, defineComponent, getCurrentInstance, guardReactiveProps, h, inject, isRef, mergeDefaults, mergeProps, nextTick, normalizeClass, normalizeProps, normalizeStyle, onBeforeMount, onBeforeUnmount, onDeactivated, onMounted, onUnmounted, onUpdated, openBlock, popScopeId, provide, pushScopeId, reactive, readonly, ref, renderList, renderSlot, resolveComponent, resolveDirective, resolveDynamicComponent, shallowRef, toDisplayString, toRaw, toRef, toRefs, triggerRef, unref, useAttrs, useCssModule, useSlots, vModelText, vShow, warn, watch, watchEffect, withCtx, withDirectives, withKeys, withModifiers } from "vue";
4
4
  var __create = Object.create, __defProp$1 = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __getOwnPropNames = Object.getOwnPropertyNames, __getProtoOf = Object.getPrototypeOf, __hasOwnProp$1 = Object.prototype.hasOwnProperty, __esmMin = (e, t) => () => (e && (t = e(e = 0)), t), __commonJSMin = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), __export = (e) => {
@@ -713,14 +713,18 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
713
713
  begin: H7,
714
714
  relevance: 0
715
715
  }, n9 = {
716
- scope: "regexp",
717
- begin: /\/(?=[^/\n]*\/)/,
718
- end: /\/[gimuy]*/,
719
- contains: [G7, {
720
- begin: /\[/,
721
- end: /\]/,
722
- relevance: 0,
723
- contains: [G7]
716
+ begin: /(?=\/[^/\n]*\/)/,
717
+ contains: [{
718
+ scope: "regexp",
719
+ begin: /\//,
720
+ end: /\/[gimuy]*/,
721
+ illegal: /\n/,
722
+ contains: [G7, {
723
+ begin: /\[/,
724
+ end: /\]/,
725
+ relevance: 0,
726
+ contains: [G7]
727
+ }]
724
728
  }]
725
729
  }, r9 = {
726
730
  scope: "title",
@@ -735,15 +739,29 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
735
739
  relevance: 0
736
740
  }, o9 = /* @__PURE__ */ Object.freeze({
737
741
  __proto__: null,
738
- APOS_STRING_MODE: K7,
739
- BACKSLASH_ESCAPE: G7,
740
- BINARY_NUMBER_MODE: t9,
742
+ MATCH_NOTHING_RE: L7,
743
+ IDENT_RE: R7,
744
+ UNDERSCORE_IDENT_RE: z7,
745
+ NUMBER_RE: B7,
746
+ C_NUMBER_RE: V7,
741
747
  BINARY_NUMBER_RE: H7,
748
+ RE_STARTERS_RE: U7,
749
+ SHEBANG: W7,
750
+ BACKSLASH_ESCAPE: G7,
751
+ APOS_STRING_MODE: K7,
752
+ QUOTE_STRING_MODE: q7,
753
+ PHRASAL_WORDS_MODE: J7,
742
754
  COMMENT: Y7,
743
- C_BLOCK_COMMENT_MODE: Z7,
744
755
  C_LINE_COMMENT_MODE: X7,
756
+ C_BLOCK_COMMENT_MODE: Z7,
757
+ HASH_COMMENT_MODE: Q7,
758
+ NUMBER_MODE: $7,
745
759
  C_NUMBER_MODE: e9,
746
- C_NUMBER_RE: V7,
760
+ BINARY_NUMBER_MODE: t9,
761
+ REGEXP_MODE: n9,
762
+ TITLE_MODE: r9,
763
+ UNDERSCORE_TITLE_MODE: i9,
764
+ METHOD_GUARD: a9,
747
765
  END_SAME_AS_BEGIN: function(e) {
748
766
  return Object.assign(e, {
749
767
  "on:begin": (e, t) => {
@@ -753,21 +771,7 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
753
771
  t.data._beginMatch !== e[1] && t.ignoreMatch();
754
772
  }
755
773
  });
756
- },
757
- HASH_COMMENT_MODE: Q7,
758
- IDENT_RE: R7,
759
- MATCH_NOTHING_RE: L7,
760
- METHOD_GUARD: a9,
761
- NUMBER_MODE: $7,
762
- NUMBER_RE: B7,
763
- PHRASAL_WORDS_MODE: J7,
764
- QUOTE_STRING_MODE: q7,
765
- REGEXP_MODE: n9,
766
- RE_STARTERS_RE: U7,
767
- SHEBANG: W7,
768
- TITLE_MODE: r9,
769
- UNDERSCORE_IDENT_RE: z7,
770
- UNDERSCORE_TITLE_MODE: i9
774
+ }
771
775
  });
772
776
  function s9(e, t) {
773
777
  e.input[e.index - 1] === "." && t.ignoreMatch();
@@ -952,7 +956,7 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
952
956
  return o(e, { variants: null }, t);
953
957
  })), e.cachedVariants ? e.cachedVariants : A9(e) ? o(e, { starts: e.starts ? o(e.starts) : null }) : Object.isFrozen(e) ? o(e) : e;
954
958
  }
955
- var M9 = "11.11.1", N9 = class extends Error {
959
+ var M9 = "11.8.0", N9 = class extends Error {
956
960
  constructor(e, t) {
957
961
  super(e), this.name = "HTMLInjectionError", this.html = t;
958
962
  }
@@ -979,10 +983,10 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
979
983
  t += e.parentNode ? e.parentNode.className : "";
980
984
  let n = f.languageDetectRe.exec(t);
981
985
  if (n) {
982
- let t = K7(n[1]);
986
+ let t = q7(n[1]);
983
987
  return t || (x9(l.replace("{}", n[1])), x9("Falling back to no-highlight mode for this block.", e)), t ? n[1] : "no-highlight";
984
988
  }
985
- return t.split(/\s+/).find((e) => p(e) || K7(e));
989
+ return t.split(/\s+/).find((e) => p(e) || q7(e));
986
990
  }
987
991
  function x(e, t, n) {
988
992
  let r = "", i = "";
@@ -991,9 +995,9 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
991
995
  code: r,
992
996
  language: i
993
997
  };
994
- Q7("before:highlight", o);
998
+ $7("before:highlight", o);
995
999
  let s = o.result ? o.result : j7(o.language, o.code, n);
996
- return s.code = o.code, Q7("after:highlight", s), s;
1000
+ return s.code = o.code, $7("after:highlight", s), s;
997
1001
  }
998
1002
  function j7(e, n, i, o) {
999
1003
  let d = Object.create(null);
@@ -1002,14 +1006,14 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1002
1006
  }
1003
1007
  function _() {
1004
1008
  if (!U7.keywords) {
1005
- G7.addText(q7);
1009
+ G7.addText(K7);
1006
1010
  return;
1007
1011
  }
1008
1012
  let e = 0;
1009
1013
  U7.keywordPatternRe.lastIndex = 0;
1010
- let t = U7.keywordPatternRe.exec(q7), n = "";
1014
+ let t = U7.keywordPatternRe.exec(K7), n = "";
1011
1015
  for (; t;) {
1012
- n += q7.substring(e, t.index);
1016
+ n += K7.substring(e, t.index);
1013
1017
  let r = B7.case_insensitive ? t[0].toLowerCase() : t[0], i = p(U7, r);
1014
1018
  if (i) {
1015
1019
  let [e, o] = i;
@@ -1019,24 +1023,24 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1019
1023
  w(t[0], n);
1020
1024
  }
1021
1025
  } else n += t[0];
1022
- e = U7.keywordPatternRe.lastIndex, t = U7.keywordPatternRe.exec(q7);
1026
+ e = U7.keywordPatternRe.lastIndex, t = U7.keywordPatternRe.exec(K7);
1023
1027
  }
1024
- n += q7.substring(e), G7.addText(n);
1028
+ n += K7.substring(e), G7.addText(n);
1025
1029
  }
1026
1030
  function y() {
1027
- if (q7 === "") return;
1031
+ if (K7 === "") return;
1028
1032
  let e = null;
1029
1033
  if (typeof U7.subLanguage == "string") {
1030
1034
  if (!t[U7.subLanguage]) {
1031
- G7.addText(q7);
1035
+ G7.addText(K7);
1032
1036
  return;
1033
1037
  }
1034
- e = j7(U7.subLanguage, q7, !0, W7[U7.subLanguage]), W7[U7.subLanguage] = e._top;
1035
- } else e = F7(q7, U7.subLanguage.length ? U7.subLanguage : null);
1038
+ e = j7(U7.subLanguage, K7, !0, W7[U7.subLanguage]), W7[U7.subLanguage] = e._top;
1039
+ } else e = F7(K7, U7.subLanguage.length ? U7.subLanguage : null);
1036
1040
  U7.relevance > 0 && (J7 += e.relevance), G7.__addSublanguage(e._emitter, e.language);
1037
1041
  }
1038
1042
  function x() {
1039
- U7.subLanguage == null ? _() : y(), q7 = "";
1043
+ U7.subLanguage == null ? _() : y(), K7 = "";
1040
1044
  }
1041
1045
  function w(e, t) {
1042
1046
  e !== "" && (G7.startScope(t), G7.addText(e), G7.endScope());
@@ -1049,11 +1053,11 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1049
1053
  continue;
1050
1054
  }
1051
1055
  let r = B7.classNameAliases[e[n]] || e[n], i = t[n];
1052
- r ? w(i, r) : (q7 = i, _(), q7 = ""), n++;
1056
+ r ? w(i, r) : (K7 = i, _(), K7 = ""), n++;
1053
1057
  }
1054
1058
  }
1055
1059
  function $(e, t) {
1056
- return e.scope && typeof e.scope == "string" && G7.openNode(B7.classNameAliases[e.scope] || e.scope), e.beginScope && (e.beginScope._wrap ? (w(q7, B7.classNameAliases[e.beginScope._wrap] || e.beginScope._wrap), q7 = "") : e.beginScope._multi && (k(e.beginScope, t), q7 = "")), U7 = Object.create(e, { parent: { value: U7 } }), U7;
1060
+ return e.scope && typeof e.scope == "string" && G7.openNode(B7.classNameAliases[e.scope] || e.scope), e.beginScope && (e.beginScope._wrap ? (w(K7, B7.classNameAliases[e.beginScope._wrap] || e.beginScope._wrap), K7 = "") : e.beginScope._multi && (k(e.beginScope, t), K7 = "")), U7 = Object.create(e, { parent: { value: U7 } }), U7;
1057
1061
  }
1058
1062
  function A7(e, t, n) {
1059
1063
  let i = P7(e.endRe, n);
@@ -1070,18 +1074,18 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1070
1074
  if (e.endsWithParent) return A7(e.parent, t, n);
1071
1075
  }
1072
1076
  function M7(e) {
1073
- return U7.matcher.regexIndex === 0 ? (q7 += e[0], 1) : (Z7 = !0, 0);
1077
+ return U7.matcher.regexIndex === 0 ? (K7 += e[0], 1) : (Z7 = !0, 0);
1074
1078
  }
1075
1079
  function N7(e) {
1076
1080
  let t = e[0], n = e.rule, i = new r(n), o = [n.__beforeBegin, n["on:begin"]];
1077
1081
  for (let n of o) if (n && (n(e, i), i.isMatchIgnored)) return M7(t);
1078
- return n.skip ? q7 += t : (n.excludeBegin && (q7 += t), x(), !n.returnBegin && !n.excludeBegin && (q7 = t)), $(n, e), n.returnBegin ? 0 : t.length;
1082
+ return n.skip ? K7 += t : (n.excludeBegin && (K7 += t), x(), !n.returnBegin && !n.excludeBegin && (K7 = t)), $(n, e), n.returnBegin ? 0 : t.length;
1079
1083
  }
1080
1084
  function I7(e) {
1081
1085
  let t = e[0], r = n.substring(e.index), i = A7(U7, e, r);
1082
1086
  if (!i) return I9;
1083
1087
  let o = U7;
1084
- U7.endScope && U7.endScope._wrap ? (x(), w(t, U7.endScope._wrap)) : U7.endScope && U7.endScope._multi ? (x(), k(U7.endScope, e)) : o.skip ? q7 += t : (o.returnEnd || o.excludeEnd || (q7 += t), x(), o.excludeEnd && (q7 = t));
1088
+ U7.endScope && U7.endScope._wrap ? (x(), w(t, U7.endScope._wrap)) : U7.endScope && U7.endScope._multi ? (x(), k(U7.endScope, e)) : o.skip ? K7 += t : (o.returnEnd || o.excludeEnd || (K7 += t), x(), o.excludeEnd && (K7 = t));
1085
1089
  do
1086
1090
  U7.scope && G7.closeNode(), !U7.skip && !U7.subLanguage && (J7 += U7.relevance), U7 = U7.parent;
1087
1091
  while (U7 !== i.parent);
@@ -1095,9 +1099,9 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1095
1099
  let R7 = {};
1096
1100
  function z7(t, r) {
1097
1101
  let o = r && r[0];
1098
- if (q7 += t, o == null) return x(), 0;
1102
+ if (K7 += t, o == null) return x(), 0;
1099
1103
  if (R7.type === "begin" && r.type === "end" && R7.index === r.index && o === "") {
1100
- if (q7 += n.slice(r.index, r.index + 1), !s) {
1104
+ if (K7 += n.slice(r.index, r.index + 1), !s) {
1101
1105
  let t = /* @__PURE__ */ Error(`0 width match regex (${e})`);
1102
1106
  throw t.languageName = e, t.badRule = R7.rule, t;
1103
1107
  }
@@ -1111,15 +1115,15 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1111
1115
  let e = I7(r);
1112
1116
  if (e !== I9) return e;
1113
1117
  }
1114
- if (r.type === "illegal" && o === "") return q7 += "\n", 1;
1118
+ if (r.type === "illegal" && o === "") return 1;
1115
1119
  if (X7 > 1e5 && X7 > r.index * 3) throw /* @__PURE__ */ Error("potential infinite loop, way more iterations than matches");
1116
- return q7 += o, o.length;
1120
+ return K7 += o, o.length;
1117
1121
  }
1118
- let B7 = K7(e);
1122
+ let B7 = q7(e);
1119
1123
  if (!B7) throw b9(l.replace("{}", e)), Error("Unknown language: \"" + e + "\"");
1120
1124
  let V7 = k9(B7), H7 = "", U7 = o || V7, W7 = {}, G7 = new f.__emitter(f);
1121
1125
  L7();
1122
- let q7 = "", J7 = 0, Y7 = 0, X7 = 0, Z7 = !1;
1126
+ let K7 = "", J7 = 0, Y7 = 0, X7 = 0, Z7 = !1;
1123
1127
  try {
1124
1128
  if (B7.__emitTokens) B7.__emitTokens(n, G7);
1125
1129
  else {
@@ -1179,13 +1183,13 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1179
1183
  }
1180
1184
  function F7(e, n) {
1181
1185
  n = n || f.languages || Object.keys(t);
1182
- let r = N7(e), i = n.filter(K7).filter(J7).map((t) => j7(t, e, !1));
1186
+ let r = N7(e), i = n.filter(q7).filter(Y7).map((t) => j7(t, e, !1));
1183
1187
  i.unshift(r);
1184
1188
  let [o, s] = i.sort((e, t) => {
1185
1189
  if (e.relevance !== t.relevance) return t.relevance - e.relevance;
1186
1190
  if (e.language && t.language) {
1187
- if (K7(e.language).supersetOf === t.language) return 1;
1188
- if (K7(t.language).supersetOf === e.language) return -1;
1191
+ if (q7(e.language).supersetOf === t.language) return 1;
1192
+ if (q7(t.language).supersetOf === e.language) return -1;
1189
1193
  }
1190
1194
  return 0;
1191
1195
  }), l = o;
@@ -1198,27 +1202,23 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1198
1202
  function L7(e) {
1199
1203
  let t = null, n = _(e);
1200
1204
  if (p(n)) return;
1201
- if (Q7("before:highlightElement", {
1205
+ if ($7("before:highlightElement", {
1202
1206
  el: e,
1203
1207
  language: n
1204
- }), e.dataset.highlighted) {
1205
- console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.", e);
1206
- return;
1207
- }
1208
- if (e.children.length > 0 && (f.ignoreUnescapedHTML || (console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), console.warn("https://github.com/highlightjs/highlight.js/wiki/security"), console.warn("The element with unescaped HTML:"), console.warn(e)), f.throwUnescapedHTML)) throw new N9("One of your code blocks includes unescaped HTML.", e.innerHTML);
1208
+ }), e.children.length > 0 && (f.ignoreUnescapedHTML || (console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), console.warn("https://github.com/highlightjs/highlight.js/wiki/security"), console.warn("The element with unescaped HTML:"), console.warn(e)), f.throwUnescapedHTML)) throw new N9("One of your code blocks includes unescaped HTML.", e.innerHTML);
1209
1209
  t = e;
1210
1210
  let r = t.textContent, i = n ? x(r, {
1211
1211
  language: n,
1212
1212
  ignoreIllegals: !0
1213
1213
  }) : F7(r);
1214
- e.innerHTML = i.value, e.dataset.highlighted = "yes", I7(e, n, i.language), e.result = {
1214
+ e.innerHTML = i.value, I7(e, n, i.language), e.result = {
1215
1215
  language: i.language,
1216
1216
  re: i.relevance,
1217
1217
  relevance: i.relevance
1218
1218
  }, i.secondBest && (e.secondBest = {
1219
1219
  language: i.secondBest.language,
1220
1220
  relevance: i.secondBest.relevance
1221
- }), Q7("after:highlightElement", {
1221
+ }), $7("after:highlightElement", {
1222
1222
  el: e,
1223
1223
  result: i,
1224
1224
  text: r
@@ -1235,16 +1235,17 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1235
1235
  }
1236
1236
  let V7 = !1;
1237
1237
  function H7() {
1238
- function e() {
1239
- H7();
1240
- }
1241
1238
  if (document.readyState === "loading") {
1242
- V7 || window.addEventListener("DOMContentLoaded", e, !1), V7 = !0;
1239
+ V7 = !0;
1243
1240
  return;
1244
1241
  }
1245
1242
  document.querySelectorAll(f.cssSelector).forEach(L7);
1246
1243
  }
1247
- function U7(n, r) {
1244
+ function U7() {
1245
+ V7 && H7();
1246
+ }
1247
+ typeof window < "u" && window.addEventListener && window.addEventListener("DOMContentLoaded", U7, !1);
1248
+ function W7(n, r) {
1248
1249
  let i = null;
1249
1250
  try {
1250
1251
  i = r(e);
@@ -1253,48 +1254,48 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1253
1254
  else throw e;
1254
1255
  i = d;
1255
1256
  }
1256
- i.name ||= n, t[n] = i, i.rawDefinition = r.bind(null, e), i.aliases && q7(i.aliases, { languageName: n });
1257
+ i.name ||= n, t[n] = i, i.rawDefinition = r.bind(null, e), i.aliases && J7(i.aliases, { languageName: n });
1257
1258
  }
1258
- function W7(e) {
1259
+ function G7(e) {
1259
1260
  delete t[e];
1260
1261
  for (let t of Object.keys(i)) i[t] === e && delete i[t];
1261
1262
  }
1262
- function G7() {
1263
+ function K7() {
1263
1264
  return Object.keys(t);
1264
1265
  }
1265
- function K7(e) {
1266
+ function q7(e) {
1266
1267
  return e = (e || "").toLowerCase(), t[e] || t[i[e]];
1267
1268
  }
1268
- function q7(e, { languageName: t }) {
1269
+ function J7(e, { languageName: t }) {
1269
1270
  typeof e == "string" && (e = [e]), e.forEach((e) => {
1270
1271
  i[e.toLowerCase()] = t;
1271
1272
  });
1272
1273
  }
1273
- function J7(e) {
1274
- let t = K7(e);
1274
+ function Y7(e) {
1275
+ let t = q7(e);
1275
1276
  return t && !t.disableAutodetect;
1276
1277
  }
1277
- function Y7(e) {
1278
+ function X7(e) {
1278
1279
  e["before:highlightBlock"] && !e["before:highlightElement"] && (e["before:highlightElement"] = (t) => {
1279
1280
  e["before:highlightBlock"](Object.assign({ block: t.el }, t));
1280
1281
  }), e["after:highlightBlock"] && !e["after:highlightElement"] && (e["after:highlightElement"] = (t) => {
1281
1282
  e["after:highlightBlock"](Object.assign({ block: t.el }, t));
1282
1283
  });
1283
1284
  }
1284
- function X7(e) {
1285
- Y7(e), o.push(e);
1286
- }
1287
1285
  function Z7(e) {
1286
+ X7(e), o.push(e);
1287
+ }
1288
+ function Q7(e) {
1288
1289
  let t = o.indexOf(e);
1289
1290
  t !== -1 && o.splice(t, 1);
1290
1291
  }
1291
- function Q7(e, t) {
1292
+ function $7(e, t) {
1292
1293
  let n = e;
1293
1294
  o.forEach(function(e) {
1294
1295
  e[n] && e[n](t);
1295
1296
  });
1296
1297
  }
1297
- function $7(e) {
1298
+ function e9(e) {
1298
1299
  return S9("10.7.0", "highlightBlock will be removed entirely in v12.0"), S9("10.7.0", "Please use highlightElement now."), L7(e);
1299
1300
  }
1300
1301
  for (let t in Object.assign(e, {
@@ -1302,19 +1303,19 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1302
1303
  highlightAuto: F7,
1303
1304
  highlightAll: H7,
1304
1305
  highlightElement: L7,
1305
- highlightBlock: $7,
1306
+ highlightBlock: e9,
1306
1307
  configure: R7,
1307
1308
  initHighlighting: z7,
1308
1309
  initHighlightingOnLoad: B7,
1309
- registerLanguage: U7,
1310
- unregisterLanguage: W7,
1311
- listLanguages: G7,
1312
- getLanguage: K7,
1313
- registerAliases: q7,
1314
- autoDetection: J7,
1310
+ registerLanguage: W7,
1311
+ unregisterLanguage: G7,
1312
+ listLanguages: K7,
1313
+ getLanguage: q7,
1314
+ registerAliases: J7,
1315
+ autoDetection: Y7,
1315
1316
  inherit: F9,
1316
- addPlugin: X7,
1317
- removePlugin: Z7
1317
+ addPlugin: Z7,
1318
+ removePlugin: Q7
1318
1319
  }), e.debugMode = function() {
1319
1320
  s = !1;
1320
1321
  }, e.safeMode = function() {
@@ -1329,7 +1330,7 @@ var core_default = (/* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((e,
1329
1330
  return Object.assign(e, o9), e;
1330
1331
  }, z9 = R9({});
1331
1332
  z9.newInstance = () => R9({}), t.exports = z9, z9.HighlightJS = z9, z9.default = z9;
1332
- })))())).default, IDENT_RE$1 = "[A-Za-z$_][0-9A-Za-z$_]*", KEYWORDS$1 = /* @__PURE__ */ "as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends.using".split("."), LITERALS$1 = [
1333
+ })))())).default, IDENT_RE$1 = "[A-Za-z$_][0-9A-Za-z$_]*", KEYWORDS$1 = /* @__PURE__ */ "as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends".split("."), LITERALS$1 = [
1333
1334
  "true",
1334
1335
  "false",
1335
1336
  "null",
@@ -1427,7 +1428,7 @@ function javascript(e) {
1427
1428
  keywords: l,
1428
1429
  contains: []
1429
1430
  }, x = {
1430
- begin: ".?html`",
1431
+ begin: "html`",
1431
1432
  end: "",
1432
1433
  starts: {
1433
1434
  end: "`",
@@ -1436,7 +1437,7 @@ function javascript(e) {
1436
1437
  subLanguage: "xml"
1437
1438
  }
1438
1439
  }, w = {
1439
- begin: ".?css`",
1440
+ begin: "css`",
1440
1441
  end: "",
1441
1442
  starts: {
1442
1443
  end: "`",
@@ -1445,7 +1446,7 @@ function javascript(e) {
1445
1446
  subLanguage: "css"
1446
1447
  }
1447
1448
  }, k = {
1448
- begin: ".?gql`",
1449
+ begin: "gql`",
1449
1450
  end: "",
1450
1451
  starts: {
1451
1452
  end: "`",
@@ -1512,13 +1513,13 @@ function javascript(e) {
1512
1513
  contains: ["self"].concat(j7)
1513
1514
  });
1514
1515
  let M7 = [].concat(A7, y.contains), N7 = M7.concat([{
1515
- begin: /(\s*)\(/,
1516
+ begin: /\(/,
1516
1517
  end: /\)/,
1517
1518
  keywords: l,
1518
1519
  contains: ["self"].concat(M7)
1519
1520
  }]), P7 = {
1520
1521
  className: "params",
1521
- begin: /(\s*)\(/,
1522
+ begin: /\(/,
1522
1523
  end: /\)/,
1523
1524
  excludeBegin: !0,
1524
1525
  excludeEnd: !0,
@@ -1587,7 +1588,7 @@ function javascript(e) {
1587
1588
  ...BUILT_IN_GLOBALS$1,
1588
1589
  "super",
1589
1590
  "import"
1590
- ].map((e) => `${e}\\s*\\(`)), r, t.lookahead(/\s*\(/)),
1591
+ ]), r, t.lookahead(/\(/)),
1591
1592
  className: "title.function",
1592
1593
  relevance: 0
1593
1594
  }, H7 = {
@@ -1658,8 +1659,8 @@ function javascript(e) {
1658
1659
  _,
1659
1660
  I7,
1660
1661
  {
1661
- scope: "attr",
1662
- match: r + t.lookahead(":"),
1662
+ className: "attr",
1663
+ begin: r + t.lookahead(":"),
1663
1664
  relevance: 0
1664
1665
  },
1665
1666
  G7,
@@ -1688,7 +1689,7 @@ function javascript(e) {
1688
1689
  skip: !0
1689
1690
  },
1690
1691
  {
1691
- begin: /(\s*)\(/,
1692
+ begin: /\(/,
1692
1693
  end: /\)/,
1693
1694
  excludeBegin: !0,
1694
1695
  excludeEnd: !0,
@@ -1925,27 +1926,27 @@ function xml(e) {
1925
1926
  ]
1926
1927
  };
1927
1928
  }
1928
- var _hoisted_1$224 = {
1929
+ var _hoisted_1$225 = {
1929
1930
  viewBox: "0 0 24 24",
1930
1931
  width: "1.2em",
1931
1932
  height: "1.2em"
1932
1933
  };
1933
- function render$197(e, t) {
1934
- return openBlock(), createElementBlock("svg", _hoisted_1$224, t[0] ||= [createElementVNode("path", {
1934
+ function render$198(e, t) {
1935
+ return openBlock(), createElementBlock("svg", _hoisted_1$225, t[0] ||= [createElementVNode("path", {
1935
1936
  fill: "currentColor",
1936
1937
  d: "M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z"
1937
1938
  }, null, -1)]);
1938
1939
  }
1939
1940
  var close_default = {
1940
1941
  name: "mdi-close",
1941
- render: render$197
1942
+ render: render$198
1942
1943
  }, __plugin_vue_export_helper_default = (e, t) => {
1943
1944
  let n = e.__vccOpts || e;
1944
1945
  for (let [e, r] of t) n[e] = r;
1945
1946
  return n;
1946
- }, _sfc_main$11 = {}, _hoisted_1$223 = { class: "chat-button" };
1947
+ }, _sfc_main$11 = {}, _hoisted_1$224 = { class: "chat-button" };
1947
1948
  function _sfc_render$11(e, t) {
1948
- return openBlock(), createElementBlock("button", _hoisted_1$223, [renderSlot(e.$slots, "default")]);
1949
+ return openBlock(), createElementBlock("button", _hoisted_1$224, [renderSlot(e.$slots, "default")]);
1949
1950
  }
1950
1951
  var Button_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$11, [["render", _sfc_render$11]]);
1951
1952
  function useChat() {
@@ -1968,24 +1969,24 @@ function useI18n() {
1968
1969
  te: r
1969
1970
  };
1970
1971
  }
1971
- var _hoisted_1$222 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
1972
+ var _hoisted_1$223 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
1972
1973
  __name: "GetStarted",
1973
1974
  setup(e) {
1974
1975
  let { t } = useI18n();
1975
- return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$222, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
1976
+ return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$223, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
1976
1977
  default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
1977
1978
  _: 1
1978
1979
  })]));
1979
1980
  }
1980
- }), _sfc_main$10 = {}, _hoisted_1$221 = { class: "chat-powered-by" };
1981
+ }), _sfc_main$10 = {}, _hoisted_1$222 = { class: "chat-powered-by" };
1981
1982
  function _sfc_render$10(e, t) {
1982
- return openBlock(), createElementBlock("div", _hoisted_1$221, t[0] ||= [createTextVNode(" Powered by "), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
1983
+ return openBlock(), createElementBlock("div", _hoisted_1$222, t[0] ||= [createTextVNode(" Powered by "), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
1983
1984
  }
1984
- var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$220 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
1985
+ var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$221 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
1985
1986
  __name: "GetStartedFooter",
1986
1987
  setup(e) {
1987
1988
  let { t, te: n } = useI18n();
1988
- return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$220, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
1989
+ return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$221, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
1989
1990
  }
1990
1991
  }), lib_exports = /* @__PURE__ */ __export({
1991
1992
  Vue: () => Vue,
@@ -2059,119 +2060,119 @@ function useFileDialog(e = {}) {
2059
2060
  onChange: r
2060
2061
  };
2061
2062
  }
2062
- var _hoisted_1$219 = {
2063
+ var _hoisted_1$220 = {
2063
2064
  viewBox: "0 0 24 24",
2064
2065
  width: "1.2em",
2065
2066
  height: "1.2em"
2066
2067
  };
2067
- function render$196(e, t) {
2068
- return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createElementVNode("path", {
2068
+ function render$197(e, t) {
2069
+ return openBlock(), createElementBlock("svg", _hoisted_1$220, t[0] ||= [createElementVNode("path", {
2069
2070
  fill: "currentColor",
2070
2071
  d: "M16.5 6v11.5a4 4 0 0 1-4 4a4 4 0 0 1-4-4V5A2.5 2.5 0 0 1 11 2.5A2.5 2.5 0 0 1 13.5 5v10.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5V5a4 4 0 0 0-4-4a4 4 0 0 0-4 4v12.5a5.5 5.5 0 0 0 5.5 5.5a5.5 5.5 0 0 0 5.5-5.5V6z"
2071
2072
  }, null, -1)]);
2072
2073
  }
2073
2074
  var paperclip_default$1 = {
2074
2075
  name: "mdi-paperclip",
2075
- render: render$196
2076
- }, _hoisted_1$218 = {
2076
+ render: render$197
2077
+ }, _hoisted_1$219 = {
2077
2078
  viewBox: "0 0 24 24",
2078
2079
  width: "1.2em",
2079
2080
  height: "1.2em"
2080
2081
  };
2081
- function render$195(e, t) {
2082
- return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createElementVNode("path", {
2082
+ function render$196(e, t) {
2083
+ return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createElementVNode("path", {
2083
2084
  fill: "currentColor",
2084
2085
  d: "m2 21l21-9L2 3v7l15 2l-15 2z"
2085
2086
  }, null, -1)]);
2086
2087
  }
2087
2088
  var send_default$1 = {
2088
2089
  name: "mdi-send",
2089
- render: render$195
2090
- }, _hoisted_1$217 = {
2090
+ render: render$196
2091
+ }, _hoisted_1$218 = {
2091
2092
  viewBox: "0 0 24 24",
2092
2093
  width: "1.2em",
2093
2094
  height: "1.2em"
2094
2095
  };
2095
- function render$194(e, t) {
2096
- return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createElementVNode("path", {
2096
+ function render$195(e, t) {
2097
+ return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createElementVNode("path", {
2097
2098
  fill: "currentColor",
2098
2099
  d: "M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12z"
2099
2100
  }, null, -1)]);
2100
2101
  }
2101
2102
  var closeThick_default = {
2102
2103
  name: "mdi-closeThick",
2103
- render: render$194
2104
- }, _hoisted_1$216 = {
2104
+ render: render$195
2105
+ }, _hoisted_1$217 = {
2105
2106
  viewBox: "0 0 24 24",
2106
2107
  width: "1.2em",
2107
2108
  height: "1.2em"
2108
2109
  };
2109
- function render$193(e, t) {
2110
- return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createElementVNode("path", {
2110
+ function render$194(e, t) {
2111
+ return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createElementVNode("path", {
2111
2112
  fill: "currentColor",
2112
2113
  d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m0 18h12v-8l-4 4l-2-2zM8 9a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2"
2113
2114
  }, null, -1)]);
2114
2115
  }
2115
2116
  var fileImage_default = {
2116
2117
  name: "mdi-fileImage",
2117
- render: render$193
2118
- }, _hoisted_1$215 = {
2118
+ render: render$194
2119
+ }, _hoisted_1$216 = {
2119
2120
  viewBox: "0 0 24 24",
2120
2121
  width: "1.2em",
2121
2122
  height: "1.2em"
2122
2123
  };
2123
- function render$192(e, t) {
2124
- return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createElementVNode("path", {
2124
+ function render$193(e, t) {
2125
+ return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createElementVNode("path", {
2125
2126
  fill: "currentColor",
2126
2127
  d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-1 11h-2v5a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2c.4 0 .7.1 1 .3V11h3zm0-4V3.5L18.5 9z"
2127
2128
  }, null, -1)]);
2128
2129
  }
2129
2130
  var fileMusic_default = {
2130
2131
  name: "mdi-fileMusic",
2131
- render: render$192
2132
- }, _hoisted_1$214 = {
2132
+ render: render$193
2133
+ }, _hoisted_1$215 = {
2133
2134
  viewBox: "0 0 24 24",
2134
2135
  width: "1.2em",
2135
2136
  height: "1.2em"
2136
2137
  };
2137
- function render$191(e, t) {
2138
- return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createElementVNode("path", {
2138
+ function render$192(e, t) {
2139
+ return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createElementVNode("path", {
2139
2140
  fill: "currentColor",
2140
2141
  d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z"
2141
2142
  }, null, -1)]);
2142
2143
  }
2143
2144
  var fileText_default = {
2144
2145
  name: "mdi-fileText",
2145
- render: render$191
2146
- }, _hoisted_1$213 = {
2146
+ render: render$192
2147
+ }, _hoisted_1$214 = {
2147
2148
  viewBox: "0 0 24 24",
2148
2149
  width: "1.2em",
2149
2150
  height: "1.2em"
2150
2151
  };
2151
- function render$190(e, t) {
2152
- return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createElementVNode("path", {
2152
+ function render$191(e, t) {
2153
+ return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createElementVNode("path", {
2153
2154
  fill: "currentColor",
2154
2155
  d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m11 17v-6l-3 2.2V13H7v6h7v-2.2z"
2155
2156
  }, null, -1)]);
2156
2157
  }
2157
2158
  var fileVideo_default = {
2158
2159
  name: "mdi-fileVideo",
2159
- render: render$190
2160
- }, _hoisted_1$212 = {
2160
+ render: render$191
2161
+ }, _hoisted_1$213 = {
2161
2162
  viewBox: "0 0 24 24",
2162
2163
  width: "1.2em",
2163
2164
  height: "1.2em"
2164
2165
  };
2165
- function render$189(e, t) {
2166
- return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createElementVNode("path", {
2166
+ function render$190(e, t) {
2167
+ return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createElementVNode("path", {
2167
2168
  fill: "currentColor",
2168
2169
  d: "M14 3v2h3.59l-9.83 9.83l1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z"
2169
2170
  }, null, -1)]);
2170
2171
  }
2171
2172
  var openInNew_default = {
2172
2173
  name: "mdi-openInNew",
2173
- render: render$189
2174
- }, _hoisted_1$211 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
2174
+ render: render$190
2175
+ }, _hoisted_1$212 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
2175
2176
  __name: "ChatFile",
2176
2177
  props: {
2177
2178
  file: {},
@@ -2197,7 +2198,7 @@ var openInNew_default = {
2197
2198
  onClick: s
2198
2199
  }, [
2199
2200
  createVNode(unref(o)),
2200
- createElementVNode("p", _hoisted_1$211, toDisplayString(e.file.name), 1),
2201
+ createElementVNode("p", _hoisted_1$212, toDisplayString(e.file.name), 1),
2201
2202
  e.isRemovable ? (openBlock(), createElementBlock("span", {
2202
2203
  key: 0,
2203
2204
  class: "chat-file-delete",
@@ -2208,7 +2209,7 @@ var openInNew_default = {
2208
2209
  })) : createCommentVNode("", !0)
2209
2210
  ]));
2210
2211
  }
2211
- }), [["__scopeId", "data-v-e0d57af7"]]), _hoisted_1$210 = { class: "chat-inputs" }, _hoisted_2$16 = {
2212
+ }), [["__scopeId", "data-v-e0d57af7"]]), _hoisted_1$211 = { class: "chat-inputs" }, _hoisted_2$16 = {
2212
2213
  key: 0,
2213
2214
  class: "chat-input-left-panel"
2214
2215
  }, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
@@ -2348,7 +2349,7 @@ var openInNew_default = {
2348
2349
  class: "chat-input",
2349
2350
  style: normalizeStyle(z7.value),
2350
2351
  onKeydown: withModifiers(o9, ["stop"])
2351
- }, [createElementVNode("div", _hoisted_1$210, [
2352
+ }, [createElementVNode("div", _hoisted_1$211, [
2352
2353
  e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
2353
2354
  withDirectives(createElementVNode("textarea", {
2354
2355
  ref_key: "chatTextArea",
@@ -2387,7 +2388,7 @@ var openInNew_default = {
2387
2388
  onRemove: a9
2388
2389
  }, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
2389
2390
  }
2390
- }), [["__scopeId", "data-v-66014261"]]), _hoisted_1$209 = { class: "chat-layout" }, _hoisted_2$15 = {
2391
+ }), [["__scopeId", "data-v-66014261"]]), _hoisted_1$210 = { class: "chat-layout" }, _hoisted_2$15 = {
2391
2392
  key: 0,
2392
2393
  class: "chat-header"
2393
2394
  }, _hoisted_3$5 = {
@@ -2405,7 +2406,7 @@ var openInNew_default = {
2405
2406
  chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
2406
2407
  }), onBeforeUnmount(() => {
2407
2408
  chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
2408
- }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$209, [
2409
+ }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$210, [
2409
2410
  e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
2410
2411
  e.$slots.default ? (openBlock(), createElementBlock("div", {
2411
2412
  key: 1,
@@ -2416,13 +2417,13 @@ var openInNew_default = {
2416
2417
  e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
2417
2418
  ]));
2418
2419
  }
2419
- }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", _hoisted_1$208 = {
2420
+ }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", _hoisted_1$209 = {
2420
2421
  viewBox: "0 0 24 24",
2421
2422
  width: "1.2em",
2422
2423
  height: "1.2em"
2423
2424
  };
2424
- function render$188(e, t) {
2425
- return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createElementVNode("path", {
2425
+ function render$189(e, t) {
2426
+ return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createElementVNode("path", {
2426
2427
  fill: "none",
2427
2428
  stroke: "currentColor",
2428
2429
  "stroke-linecap": "round",
@@ -2433,14 +2434,14 @@ function render$188(e, t) {
2433
2434
  }
2434
2435
  var align_right_default = {
2435
2436
  name: "lucide-align-right",
2436
- render: render$188
2437
- }, _hoisted_1$207 = {
2437
+ render: render$189
2438
+ }, _hoisted_1$208 = {
2438
2439
  viewBox: "0 0 24 24",
2439
2440
  width: "1.2em",
2440
2441
  height: "1.2em"
2441
2442
  };
2442
- function render$187(e, t) {
2443
- return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createElementVNode("g", {
2443
+ function render$188(e, t) {
2444
+ return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createElementVNode("g", {
2444
2445
  fill: "none",
2445
2446
  stroke: "currentColor",
2446
2447
  "stroke-linecap": "round",
@@ -2456,14 +2457,14 @@ function render$187(e, t) {
2456
2457
  }
2457
2458
  var archive_default = {
2458
2459
  name: "lucide-archive",
2459
- render: render$187
2460
- }, _hoisted_1$206 = {
2460
+ render: render$188
2461
+ }, _hoisted_1$207 = {
2461
2462
  viewBox: "0 0 24 24",
2462
2463
  width: "1.2em",
2463
2464
  height: "1.2em"
2464
2465
  };
2465
- function render$186(e, t) {
2466
- return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createElementVNode("g", {
2466
+ function render$187(e, t) {
2467
+ return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createElementVNode("g", {
2467
2468
  fill: "none",
2468
2469
  stroke: "currentColor",
2469
2470
  "stroke-linecap": "round",
@@ -2479,14 +2480,14 @@ function render$186(e, t) {
2479
2480
  }
2480
2481
  var archive_restore_default = {
2481
2482
  name: "lucide-archive-restore",
2482
- render: render$186
2483
- }, _hoisted_1$205 = {
2483
+ render: render$187
2484
+ }, _hoisted_1$206 = {
2484
2485
  viewBox: "0 0 24 24",
2485
2486
  width: "1.2em",
2486
2487
  height: "1.2em"
2487
2488
  };
2488
- function render$185(e, t) {
2489
- return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createElementVNode("path", {
2489
+ function render$186(e, t) {
2490
+ return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createElementVNode("path", {
2490
2491
  fill: "none",
2491
2492
  stroke: "currentColor",
2492
2493
  "stroke-linecap": "round",
@@ -2497,14 +2498,14 @@ function render$185(e, t) {
2497
2498
  }
2498
2499
  var arrow_down_default$1 = {
2499
2500
  name: "lucide-arrow-down",
2500
- render: render$185
2501
- }, _hoisted_1$204 = {
2501
+ render: render$186
2502
+ }, _hoisted_1$205 = {
2502
2503
  viewBox: "0 0 24 24",
2503
2504
  width: "1.2em",
2504
2505
  height: "1.2em"
2505
2506
  };
2506
- function render$184(e, t) {
2507
- return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createElementVNode("path", {
2507
+ function render$185(e, t) {
2508
+ return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createElementVNode("path", {
2508
2509
  fill: "none",
2509
2510
  stroke: "currentColor",
2510
2511
  "stroke-linecap": "round",
@@ -2515,14 +2516,14 @@ function render$184(e, t) {
2515
2516
  }
2516
2517
  var arrow_left_default$1 = {
2517
2518
  name: "lucide-arrow-left",
2518
- render: render$184
2519
- }, _hoisted_1$203 = {
2519
+ render: render$185
2520
+ }, _hoisted_1$204 = {
2520
2521
  viewBox: "0 0 24 24",
2521
2522
  width: "1.2em",
2522
2523
  height: "1.2em"
2523
2524
  };
2524
- function render$183(e, t) {
2525
- return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createElementVNode("path", {
2525
+ function render$184(e, t) {
2526
+ return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createElementVNode("path", {
2526
2527
  fill: "none",
2527
2528
  stroke: "currentColor",
2528
2529
  "stroke-linecap": "round",
@@ -2533,14 +2534,14 @@ function render$183(e, t) {
2533
2534
  }
2534
2535
  var arrow_left_right_default = {
2535
2536
  name: "lucide-arrow-left-right",
2536
- render: render$183
2537
- }, _hoisted_1$202 = {
2537
+ render: render$184
2538
+ }, _hoisted_1$203 = {
2538
2539
  viewBox: "0 0 24 24",
2539
2540
  width: "1.2em",
2540
2541
  height: "1.2em"
2541
2542
  };
2542
- function render$182(e, t) {
2543
- return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createElementVNode("path", {
2543
+ function render$183(e, t) {
2544
+ return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createElementVNode("path", {
2544
2545
  fill: "none",
2545
2546
  stroke: "currentColor",
2546
2547
  "stroke-linecap": "round",
@@ -2551,14 +2552,14 @@ function render$182(e, t) {
2551
2552
  }
2552
2553
  var arrow_right_default$1 = {
2553
2554
  name: "lucide-arrow-right",
2554
- render: render$182
2555
- }, _hoisted_1$201 = {
2555
+ render: render$183
2556
+ }, _hoisted_1$202 = {
2556
2557
  viewBox: "0 0 24 24",
2557
2558
  width: "1.2em",
2558
2559
  height: "1.2em"
2559
2560
  };
2560
- function render$181(e, t) {
2561
- return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createElementVNode("path", {
2561
+ function render$182(e, t) {
2562
+ return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createElementVNode("path", {
2562
2563
  fill: "none",
2563
2564
  stroke: "currentColor",
2564
2565
  "stroke-linecap": "round",
@@ -2569,14 +2570,14 @@ function render$181(e, t) {
2569
2570
  }
2570
2571
  var arrow_right_from_line_default = {
2571
2572
  name: "lucide-arrow-right-from-line",
2572
- render: render$181
2573
- }, _hoisted_1$200 = {
2573
+ render: render$182
2574
+ }, _hoisted_1$201 = {
2574
2575
  viewBox: "0 0 24 24",
2575
2576
  width: "1.2em",
2576
2577
  height: "1.2em"
2577
2578
  };
2578
- function render$180(e, t) {
2579
- return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createElementVNode("path", {
2579
+ function render$181(e, t) {
2580
+ return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createElementVNode("path", {
2580
2581
  fill: "none",
2581
2582
  stroke: "currentColor",
2582
2583
  "stroke-linecap": "round",
@@ -2587,14 +2588,14 @@ function render$180(e, t) {
2587
2588
  }
2588
2589
  var arrow_right_to_line_default = {
2589
2590
  name: "lucide-arrow-right-to-line",
2590
- render: render$180
2591
- }, _hoisted_1$199 = {
2591
+ render: render$181
2592
+ }, _hoisted_1$200 = {
2592
2593
  viewBox: "0 0 24 24",
2593
2594
  width: "1.2em",
2594
2595
  height: "1.2em"
2595
2596
  };
2596
- function render$179(e, t) {
2597
- return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createElementVNode("path", {
2597
+ function render$180(e, t) {
2598
+ return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createElementVNode("path", {
2598
2599
  fill: "none",
2599
2600
  stroke: "currentColor",
2600
2601
  "stroke-linecap": "round",
@@ -2605,14 +2606,14 @@ function render$179(e, t) {
2605
2606
  }
2606
2607
  var arrow_up_default = {
2607
2608
  name: "lucide-arrow-up",
2608
- render: render$179
2609
- }, _hoisted_1$198 = {
2609
+ render: render$180
2610
+ }, _hoisted_1$199 = {
2610
2611
  viewBox: "0 0 24 24",
2611
2612
  width: "1.2em",
2612
2613
  height: "1.2em"
2613
2614
  };
2614
- function render$178(e, t) {
2615
- return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createElementVNode("g", {
2615
+ function render$179(e, t) {
2616
+ return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createElementVNode("g", {
2616
2617
  fill: "none",
2617
2618
  stroke: "currentColor",
2618
2619
  "stroke-linecap": "round",
@@ -2626,14 +2627,14 @@ function render$178(e, t) {
2626
2627
  }
2627
2628
  var at_sign_default = {
2628
2629
  name: "lucide-at-sign",
2629
- render: render$178
2630
- }, _hoisted_1$197 = {
2630
+ render: render$179
2631
+ }, _hoisted_1$198 = {
2631
2632
  viewBox: "0 0 24 24",
2632
2633
  width: "1.2em",
2633
2634
  height: "1.2em"
2634
2635
  };
2635
- function render$177(e, t) {
2636
- return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createElementVNode("g", {
2636
+ function render$178(e, t) {
2637
+ return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createElementVNode("g", {
2637
2638
  fill: "none",
2638
2639
  stroke: "currentColor",
2639
2640
  "stroke-linecap": "round",
@@ -2647,14 +2648,14 @@ function render$177(e, t) {
2647
2648
  }
2648
2649
  var ban_default = {
2649
2650
  name: "lucide-ban",
2650
- render: render$177
2651
- }, _hoisted_1$196 = {
2651
+ render: render$178
2652
+ }, _hoisted_1$197 = {
2652
2653
  viewBox: "0 0 24 24",
2653
2654
  width: "1.2em",
2654
2655
  height: "1.2em"
2655
2656
  };
2656
- function render$176(e, t) {
2657
- return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createElementVNode("path", {
2657
+ function render$177(e, t) {
2658
+ return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createElementVNode("path", {
2658
2659
  fill: "none",
2659
2660
  stroke: "currentColor",
2660
2661
  "stroke-linecap": "round",
@@ -2665,14 +2666,14 @@ function render$176(e, t) {
2665
2666
  }
2666
2667
  var bell_default = {
2667
2668
  name: "lucide-bell",
2668
- render: render$176
2669
- }, _hoisted_1$195 = {
2669
+ render: render$177
2670
+ }, _hoisted_1$196 = {
2670
2671
  viewBox: "0 0 24 24",
2671
2672
  width: "1.2em",
2672
2673
  height: "1.2em"
2673
2674
  };
2674
- function render$175(e, t) {
2675
- return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createElementVNode("path", {
2675
+ function render$176(e, t) {
2676
+ return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createElementVNode("path", {
2676
2677
  fill: "none",
2677
2678
  stroke: "currentColor",
2678
2679
  "stroke-linecap": "round",
@@ -2683,14 +2684,14 @@ function render$175(e, t) {
2683
2684
  }
2684
2685
  var book_default = {
2685
2686
  name: "lucide-book",
2686
- render: render$175
2687
- }, _hoisted_1$194 = {
2687
+ render: render$176
2688
+ }, _hoisted_1$195 = {
2688
2689
  viewBox: "0 0 24 24",
2689
2690
  width: "1.2em",
2690
2691
  height: "1.2em"
2691
2692
  };
2692
- function render$174(e, t) {
2693
- return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createElementVNode("path", {
2693
+ function render$175(e, t) {
2694
+ return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createElementVNode("path", {
2694
2695
  fill: "none",
2695
2696
  stroke: "currentColor",
2696
2697
  "stroke-linecap": "round",
@@ -2701,14 +2702,14 @@ function render$174(e, t) {
2701
2702
  }
2702
2703
  var book_open_default = {
2703
2704
  name: "lucide-book-open",
2704
- render: render$174
2705
- }, _hoisted_1$193 = {
2705
+ render: render$175
2706
+ }, _hoisted_1$194 = {
2706
2707
  viewBox: "0 0 24 24",
2707
2708
  width: "1.2em",
2708
2709
  height: "1.2em"
2709
2710
  };
2710
- function render$173(e, t) {
2711
- return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createElementVNode("g", {
2711
+ function render$174(e, t) {
2712
+ return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createElementVNode("g", {
2712
2713
  fill: "none",
2713
2714
  stroke: "currentColor",
2714
2715
  "stroke-linecap": "round",
@@ -2728,14 +2729,14 @@ function render$173(e, t) {
2728
2729
  }
2729
2730
  var bot_default = {
2730
2731
  name: "lucide-bot",
2731
- render: render$173
2732
- }, _hoisted_1$192 = {
2732
+ render: render$174
2733
+ }, _hoisted_1$193 = {
2733
2734
  viewBox: "0 0 24 24",
2734
2735
  width: "1.2em",
2735
2736
  height: "1.2em"
2736
2737
  };
2737
- function render$172(e, t) {
2738
- return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createElementVNode("g", {
2738
+ function render$173(e, t) {
2739
+ return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createElementVNode("g", {
2739
2740
  fill: "none",
2740
2741
  stroke: "currentColor",
2741
2742
  "stroke-linecap": "round",
@@ -2745,14 +2746,14 @@ function render$172(e, t) {
2745
2746
  }
2746
2747
  var box_default = {
2747
2748
  name: "lucide-box",
2748
- render: render$172
2749
- }, _hoisted_1$191 = {
2749
+ render: render$173
2750
+ }, _hoisted_1$192 = {
2750
2751
  viewBox: "0 0 24 24",
2751
2752
  width: "1.2em",
2752
2753
  height: "1.2em"
2753
2754
  };
2754
- function render$171(e, t) {
2755
- return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createElementVNode("path", {
2755
+ function render$172(e, t) {
2756
+ return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createElementVNode("path", {
2756
2757
  fill: "none",
2757
2758
  stroke: "currentColor",
2758
2759
  "stroke-linecap": "round",
@@ -2763,14 +2764,14 @@ function render$171(e, t) {
2763
2764
  }
2764
2765
  var braces_default = {
2765
2766
  name: "lucide-braces",
2766
- render: render$171
2767
- }, _hoisted_1$190 = {
2767
+ render: render$172
2768
+ }, _hoisted_1$191 = {
2768
2769
  viewBox: "0 0 24 24",
2769
2770
  width: "1.2em",
2770
2771
  height: "1.2em"
2771
2772
  };
2772
- function render$170(e, t) {
2773
- return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createElementVNode("g", {
2773
+ function render$171(e, t) {
2774
+ return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createElementVNode("g", {
2774
2775
  fill: "none",
2775
2776
  stroke: "currentColor",
2776
2777
  "stroke-linecap": "round",
@@ -2784,14 +2785,14 @@ function render$170(e, t) {
2784
2785
  }
2785
2786
  var brain_default = {
2786
2787
  name: "lucide-brain",
2787
- render: render$170
2788
- }, _hoisted_1$189 = {
2788
+ render: render$171
2789
+ }, _hoisted_1$190 = {
2789
2790
  viewBox: "0 0 24 24",
2790
2791
  width: "1.2em",
2791
2792
  height: "1.2em"
2792
2793
  };
2793
- function render$169(e, t) {
2794
- return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createElementVNode("g", {
2794
+ function render$170(e, t) {
2795
+ return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createElementVNode("g", {
2795
2796
  fill: "none",
2796
2797
  stroke: "currentColor",
2797
2798
  "stroke-linecap": "round",
@@ -2805,14 +2806,14 @@ function render$169(e, t) {
2805
2806
  }
2806
2807
  var bug_default = {
2807
2808
  name: "lucide-bug",
2808
- render: render$169
2809
- }, _hoisted_1$188 = {
2809
+ render: render$170
2810
+ }, _hoisted_1$189 = {
2810
2811
  viewBox: "0 0 24 24",
2811
2812
  width: "1.2em",
2812
2813
  height: "1.2em"
2813
2814
  };
2814
- function render$168(e, t) {
2815
- return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createElementVNode("g", {
2815
+ function render$169(e, t) {
2816
+ return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createElementVNode("g", {
2816
2817
  fill: "none",
2817
2818
  stroke: "currentColor",
2818
2819
  "stroke-linecap": "round",
@@ -2828,14 +2829,14 @@ function render$168(e, t) {
2828
2829
  }
2829
2830
  var calculator_default = {
2830
2831
  name: "lucide-calculator",
2831
- render: render$168
2832
- }, _hoisted_1$187 = {
2832
+ render: render$169
2833
+ }, _hoisted_1$188 = {
2833
2834
  viewBox: "0 0 24 24",
2834
2835
  width: "1.2em",
2835
2836
  height: "1.2em"
2836
2837
  };
2837
- function render$167(e, t) {
2838
- return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createElementVNode("g", {
2838
+ function render$168(e, t) {
2839
+ return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createElementVNode("g", {
2839
2840
  fill: "none",
2840
2841
  stroke: "currentColor",
2841
2842
  "stroke-linecap": "round",
@@ -2855,14 +2856,14 @@ function render$167(e, t) {
2855
2856
  }
2856
2857
  var calendar_default = {
2857
2858
  name: "lucide-calendar",
2858
- render: render$167
2859
- }, _hoisted_1$186 = {
2859
+ render: render$168
2860
+ }, _hoisted_1$187 = {
2860
2861
  viewBox: "0 0 24 24",
2861
2862
  width: "1.2em",
2862
2863
  height: "1.2em"
2863
2864
  };
2864
- function render$166(e, t) {
2865
- return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createElementVNode("path", {
2865
+ function render$167(e, t) {
2866
+ return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createElementVNode("path", {
2866
2867
  fill: "none",
2867
2868
  stroke: "currentColor",
2868
2869
  "stroke-linecap": "round",
@@ -2873,14 +2874,14 @@ function render$166(e, t) {
2873
2874
  }
2874
2875
  var case_upper_default = {
2875
2876
  name: "lucide-case-upper",
2876
- render: render$166
2877
- }, _hoisted_1$185 = {
2877
+ render: render$167
2878
+ }, _hoisted_1$186 = {
2878
2879
  viewBox: "0 0 24 24",
2879
2880
  width: "1.2em",
2880
2881
  height: "1.2em"
2881
2882
  };
2882
- function render$165(e, t) {
2883
- return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createElementVNode("path", {
2883
+ function render$166(e, t) {
2884
+ return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createElementVNode("path", {
2884
2885
  fill: "none",
2885
2886
  stroke: "currentColor",
2886
2887
  "stroke-linecap": "round",
@@ -2891,14 +2892,14 @@ function render$165(e, t) {
2891
2892
  }
2892
2893
  var chart_column_decreasing_default = {
2893
2894
  name: "lucide-chart-column-decreasing",
2894
- render: render$165
2895
- }, _hoisted_1$184 = {
2895
+ render: render$166
2896
+ }, _hoisted_1$185 = {
2896
2897
  viewBox: "0 0 24 24",
2897
2898
  width: "1.2em",
2898
2899
  height: "1.2em"
2899
2900
  };
2900
- function render$164(e, t) {
2901
- return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createElementVNode("path", {
2901
+ function render$165(e, t) {
2902
+ return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createElementVNode("path", {
2902
2903
  fill: "none",
2903
2904
  stroke: "currentColor",
2904
2905
  "stroke-linecap": "round",
@@ -2909,14 +2910,14 @@ function render$164(e, t) {
2909
2910
  }
2910
2911
  var check_default = {
2911
2912
  name: "lucide-check",
2912
- render: render$164
2913
- }, _hoisted_1$183 = {
2913
+ render: render$165
2914
+ }, _hoisted_1$184 = {
2914
2915
  viewBox: "0 0 24 24",
2915
2916
  width: "1.2em",
2916
2917
  height: "1.2em"
2917
2918
  };
2918
- function render$163(e, t) {
2919
- return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createElementVNode("path", {
2919
+ function render$164(e, t) {
2920
+ return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createElementVNode("path", {
2920
2921
  fill: "none",
2921
2922
  stroke: "currentColor",
2922
2923
  "stroke-linecap": "round",
@@ -2927,14 +2928,14 @@ function render$163(e, t) {
2927
2928
  }
2928
2929
  var check_check_default = {
2929
2930
  name: "lucide-check-check",
2930
- render: render$163
2931
- }, _hoisted_1$182 = {
2931
+ render: render$164
2932
+ }, _hoisted_1$183 = {
2932
2933
  viewBox: "0 0 24 24",
2933
2934
  width: "1.2em",
2934
2935
  height: "1.2em"
2935
2936
  };
2936
- function render$162(e, t) {
2937
- return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createElementVNode("path", {
2937
+ function render$163(e, t) {
2938
+ return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createElementVNode("path", {
2938
2939
  fill: "none",
2939
2940
  stroke: "currentColor",
2940
2941
  "stroke-linecap": "round",
@@ -2945,14 +2946,14 @@ function render$162(e, t) {
2945
2946
  }
2946
2947
  var chevron_down_default$1 = {
2947
2948
  name: "lucide-chevron-down",
2948
- render: render$162
2949
- }, _hoisted_1$181 = {
2949
+ render: render$163
2950
+ }, _hoisted_1$182 = {
2950
2951
  viewBox: "0 0 24 24",
2951
2952
  width: "1.2em",
2952
2953
  height: "1.2em"
2953
2954
  };
2954
- function render$161(e, t) {
2955
- return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createElementVNode("path", {
2955
+ function render$162(e, t) {
2956
+ return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createElementVNode("path", {
2956
2957
  fill: "none",
2957
2958
  stroke: "currentColor",
2958
2959
  "stroke-linecap": "round",
@@ -2963,14 +2964,14 @@ function render$161(e, t) {
2963
2964
  }
2964
2965
  var chevron_left_default = {
2965
2966
  name: "lucide-chevron-left",
2966
- render: render$161
2967
- }, _hoisted_1$180 = {
2967
+ render: render$162
2968
+ }, _hoisted_1$181 = {
2968
2969
  viewBox: "0 0 24 24",
2969
2970
  width: "1.2em",
2970
2971
  height: "1.2em"
2971
2972
  };
2972
- function render$160(e, t) {
2973
- return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createElementVNode("path", {
2973
+ function render$161(e, t) {
2974
+ return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createElementVNode("path", {
2974
2975
  fill: "none",
2975
2976
  stroke: "currentColor",
2976
2977
  "stroke-linecap": "round",
@@ -2981,14 +2982,14 @@ function render$160(e, t) {
2981
2982
  }
2982
2983
  var chevron_right_default = {
2983
2984
  name: "lucide-chevron-right",
2984
- render: render$160
2985
- }, _hoisted_1$179 = {
2985
+ render: render$161
2986
+ }, _hoisted_1$180 = {
2986
2987
  viewBox: "0 0 24 24",
2987
2988
  width: "1.2em",
2988
2989
  height: "1.2em"
2989
2990
  };
2990
- function render$159(e, t) {
2991
- return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createElementVNode("path", {
2991
+ function render$160(e, t) {
2992
+ return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createElementVNode("path", {
2992
2993
  fill: "none",
2993
2994
  stroke: "currentColor",
2994
2995
  "stroke-linecap": "round",
@@ -2999,14 +3000,14 @@ function render$159(e, t) {
2999
3000
  }
3000
3001
  var chevron_up_default = {
3001
3002
  name: "lucide-chevron-up",
3002
- render: render$159
3003
- }, _hoisted_1$178 = {
3003
+ render: render$160
3004
+ }, _hoisted_1$179 = {
3004
3005
  viewBox: "0 0 24 24",
3005
3006
  width: "1.2em",
3006
3007
  height: "1.2em"
3007
3008
  };
3008
- function render$158(e, t) {
3009
- return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createElementVNode("path", {
3009
+ function render$159(e, t) {
3010
+ return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createElementVNode("path", {
3010
3011
  fill: "none",
3011
3012
  stroke: "currentColor",
3012
3013
  "stroke-linecap": "round",
@@ -3017,14 +3018,14 @@ function render$158(e, t) {
3017
3018
  }
3018
3019
  var chevrons_down_up_default = {
3019
3020
  name: "lucide-chevrons-down-up",
3020
- render: render$158
3021
- }, _hoisted_1$177 = {
3021
+ render: render$159
3022
+ }, _hoisted_1$178 = {
3022
3023
  viewBox: "0 0 24 24",
3023
3024
  width: "1.2em",
3024
3025
  height: "1.2em"
3025
3026
  };
3026
- function render$157(e, t) {
3027
- return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createElementVNode("path", {
3027
+ function render$158(e, t) {
3028
+ return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createElementVNode("path", {
3028
3029
  fill: "none",
3029
3030
  stroke: "currentColor",
3030
3031
  "stroke-linecap": "round",
@@ -3035,14 +3036,14 @@ function render$157(e, t) {
3035
3036
  }
3036
3037
  var chevrons_left_default = {
3037
3038
  name: "lucide-chevrons-left",
3038
- render: render$157
3039
- }, _hoisted_1$176 = {
3039
+ render: render$158
3040
+ }, _hoisted_1$177 = {
3040
3041
  viewBox: "0 0 24 24",
3041
3042
  width: "1.2em",
3042
3043
  height: "1.2em"
3043
3044
  };
3044
- function render$156(e, t) {
3045
- return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createElementVNode("path", {
3045
+ function render$157(e, t) {
3046
+ return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createElementVNode("path", {
3046
3047
  fill: "none",
3047
3048
  stroke: "currentColor",
3048
3049
  "stroke-linecap": "round",
@@ -3053,14 +3054,14 @@ function render$156(e, t) {
3053
3054
  }
3054
3055
  var chevrons_up_down_default = {
3055
3056
  name: "lucide-chevrons-up-down",
3056
- render: render$156
3057
- }, _hoisted_1$175 = {
3057
+ render: render$157
3058
+ }, _hoisted_1$176 = {
3058
3059
  viewBox: "0 0 24 24",
3059
3060
  width: "1.2em",
3060
3061
  height: "1.2em"
3061
3062
  };
3062
- function render$155(e, t) {
3063
- return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createElementVNode("circle", {
3063
+ function render$156(e, t) {
3064
+ return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createElementVNode("circle", {
3064
3065
  cx: "12",
3065
3066
  cy: "12",
3066
3067
  r: "10",
@@ -3073,14 +3074,14 @@ function render$155(e, t) {
3073
3074
  }
3074
3075
  var circle_default = {
3075
3076
  name: "lucide-circle",
3076
- render: render$155
3077
- }, _hoisted_1$174 = {
3077
+ render: render$156
3078
+ }, _hoisted_1$175 = {
3078
3079
  viewBox: "0 0 24 24",
3079
3080
  width: "1.2em",
3080
3081
  height: "1.2em"
3081
3082
  };
3082
- function render$154(e, t) {
3083
- return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createElementVNode("g", {
3083
+ function render$155(e, t) {
3084
+ return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createElementVNode("g", {
3084
3085
  fill: "none",
3085
3086
  stroke: "currentColor",
3086
3087
  "stroke-linecap": "round",
@@ -3094,14 +3095,14 @@ function render$154(e, t) {
3094
3095
  }
3095
3096
  var circle_alert_default = {
3096
3097
  name: "lucide-circle-alert",
3097
- render: render$154
3098
- }, _hoisted_1$173 = {
3098
+ render: render$155
3099
+ }, _hoisted_1$174 = {
3099
3100
  viewBox: "0 0 24 24",
3100
3101
  width: "1.2em",
3101
3102
  height: "1.2em"
3102
3103
  };
3103
- function render$153(e, t) {
3104
- return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createElementVNode("g", {
3104
+ function render$154(e, t) {
3105
+ return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createElementVNode("g", {
3105
3106
  fill: "none",
3106
3107
  stroke: "currentColor",
3107
3108
  "stroke-linecap": "round",
@@ -3115,14 +3116,14 @@ function render$153(e, t) {
3115
3116
  }
3116
3117
  var circle_check_default$1 = {
3117
3118
  name: "lucide-circle-check",
3118
- render: render$153
3119
- }, _hoisted_1$172 = {
3119
+ render: render$154
3120
+ }, _hoisted_1$173 = {
3120
3121
  viewBox: "0 0 24 24",
3121
3122
  width: "1.2em",
3122
3123
  height: "1.2em"
3123
3124
  };
3124
- function render$152(e, t) {
3125
- return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createElementVNode("g", {
3125
+ function render$153(e, t) {
3126
+ return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createElementVNode("g", {
3126
3127
  fill: "none",
3127
3128
  stroke: "currentColor",
3128
3129
  "stroke-linecap": "round",
@@ -3140,14 +3141,14 @@ function render$152(e, t) {
3140
3141
  }
3141
3142
  var circle_dot_default = {
3142
3143
  name: "lucide-circle-dot",
3143
- render: render$152
3144
- }, _hoisted_1$171 = {
3144
+ render: render$153
3145
+ }, _hoisted_1$172 = {
3145
3146
  viewBox: "0 0 24 24",
3146
3147
  width: "1.2em",
3147
3148
  height: "1.2em"
3148
3149
  };
3149
- function render$151(e, t) {
3150
- return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createElementVNode("g", {
3150
+ function render$152(e, t) {
3151
+ return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createElementVNode("g", {
3151
3152
  fill: "none",
3152
3153
  stroke: "currentColor",
3153
3154
  "stroke-linecap": "round",
@@ -3161,14 +3162,14 @@ function render$151(e, t) {
3161
3162
  }
3162
3163
  var circle_help_default = {
3163
3164
  name: "lucide-circle-help",
3164
- render: render$151
3165
- }, _hoisted_1$170 = {
3165
+ render: render$152
3166
+ }, _hoisted_1$171 = {
3166
3167
  viewBox: "0 0 24 24",
3167
3168
  width: "1.2em",
3168
3169
  height: "1.2em"
3169
3170
  };
3170
- function render$150(e, t) {
3171
- return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createElementVNode("g", {
3171
+ function render$151(e, t) {
3172
+ return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createElementVNode("g", {
3172
3173
  fill: "none",
3173
3174
  stroke: "currentColor",
3174
3175
  "stroke-linecap": "round",
@@ -3182,14 +3183,14 @@ function render$150(e, t) {
3182
3183
  }
3183
3184
  var circle_minus_default = {
3184
3185
  name: "lucide-circle-minus",
3185
- render: render$150
3186
- }, _hoisted_1$169 = {
3186
+ render: render$151
3187
+ }, _hoisted_1$170 = {
3187
3188
  viewBox: "0 0 24 24",
3188
3189
  width: "1.2em",
3189
3190
  height: "1.2em"
3190
3191
  };
3191
- function render$149(e, t) {
3192
- return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createElementVNode("g", {
3192
+ function render$150(e, t) {
3193
+ return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createElementVNode("g", {
3193
3194
  fill: "none",
3194
3195
  stroke: "currentColor",
3195
3196
  "stroke-linecap": "round",
@@ -3203,14 +3204,14 @@ function render$149(e, t) {
3203
3204
  }
3204
3205
  var circle_pause_default = {
3205
3206
  name: "lucide-circle-pause",
3206
- render: render$149
3207
- }, _hoisted_1$168 = {
3207
+ render: render$150
3208
+ }, _hoisted_1$169 = {
3208
3209
  viewBox: "0 0 24 24",
3209
3210
  width: "1.2em",
3210
3211
  height: "1.2em"
3211
3212
  };
3212
- function render$148(e, t) {
3213
- return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createElementVNode("g", {
3213
+ function render$149(e, t) {
3214
+ return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createElementVNode("g", {
3214
3215
  fill: "none",
3215
3216
  stroke: "currentColor",
3216
3217
  "stroke-linecap": "round",
@@ -3224,14 +3225,14 @@ function render$148(e, t) {
3224
3225
  }
3225
3226
  var circle_play_default = {
3226
3227
  name: "lucide-circle-play",
3227
- render: render$148
3228
- }, _hoisted_1$167 = {
3228
+ render: render$149
3229
+ }, _hoisted_1$168 = {
3229
3230
  viewBox: "0 0 24 24",
3230
3231
  width: "1.2em",
3231
3232
  height: "1.2em"
3232
3233
  };
3233
- function render$147(e, t) {
3234
- return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createElementVNode("g", {
3234
+ function render$148(e, t) {
3235
+ return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createElementVNode("g", {
3235
3236
  fill: "none",
3236
3237
  stroke: "currentColor",
3237
3238
  "stroke-linecap": "round",
@@ -3245,14 +3246,14 @@ function render$147(e, t) {
3245
3246
  }
3246
3247
  var circle_plus_default = {
3247
3248
  name: "lucide-circle-plus",
3248
- render: render$147
3249
- }, _hoisted_1$166 = {
3249
+ render: render$148
3250
+ }, _hoisted_1$167 = {
3250
3251
  viewBox: "0 0 24 24",
3251
3252
  width: "1.2em",
3252
3253
  height: "1.2em"
3253
3254
  };
3254
- function render$146(e, t) {
3255
- return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createElementVNode("g", {
3255
+ function render$147(e, t) {
3256
+ return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createElementVNode("g", {
3256
3257
  fill: "none",
3257
3258
  stroke: "currentColor",
3258
3259
  "stroke-linecap": "round",
@@ -3274,14 +3275,14 @@ function render$146(e, t) {
3274
3275
  }
3275
3276
  var circle_user_round_default = {
3276
3277
  name: "lucide-circle-user-round",
3277
- render: render$146
3278
- }, _hoisted_1$165 = {
3278
+ render: render$147
3279
+ }, _hoisted_1$166 = {
3279
3280
  viewBox: "0 0 24 24",
3280
3281
  width: "1.2em",
3281
3282
  height: "1.2em"
3282
3283
  };
3283
- function render$145(e, t) {
3284
- return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createElementVNode("g", {
3284
+ function render$146(e, t) {
3285
+ return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createElementVNode("g", {
3285
3286
  fill: "none",
3286
3287
  stroke: "currentColor",
3287
3288
  "stroke-linecap": "round",
@@ -3295,14 +3296,14 @@ function render$145(e, t) {
3295
3296
  }
3296
3297
  var circle_x_default = {
3297
3298
  name: "lucide-circle-x",
3298
- render: render$145
3299
- }, _hoisted_1$164 = {
3299
+ render: render$146
3300
+ }, _hoisted_1$165 = {
3300
3301
  viewBox: "0 0 24 24",
3301
3302
  width: "1.2em",
3302
3303
  height: "1.2em"
3303
3304
  };
3304
- function render$144(e, t) {
3305
- return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createElementVNode("g", {
3305
+ function render$145(e, t) {
3306
+ return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createElementVNode("g", {
3306
3307
  fill: "none",
3307
3308
  stroke: "currentColor",
3308
3309
  "stroke-linecap": "round",
@@ -3319,14 +3320,14 @@ function render$144(e, t) {
3319
3320
  }
3320
3321
  var clipboard_default = {
3321
3322
  name: "lucide-clipboard",
3322
- render: render$144
3323
- }, _hoisted_1$163 = {
3323
+ render: render$145
3324
+ }, _hoisted_1$164 = {
3324
3325
  viewBox: "0 0 24 24",
3325
3326
  width: "1.2em",
3326
3327
  height: "1.2em"
3327
3328
  };
3328
- function render$143(e, t) {
3329
- return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createElementVNode("g", {
3329
+ function render$144(e, t) {
3330
+ return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createElementVNode("g", {
3330
3331
  fill: "none",
3331
3332
  stroke: "currentColor",
3332
3333
  "stroke-linecap": "round",
@@ -3347,14 +3348,14 @@ function render$143(e, t) {
3347
3348
  }
3348
3349
  var clipboard_check_default = {
3349
3350
  name: "lucide-clipboard-check",
3350
- render: render$143
3351
- }, _hoisted_1$162 = {
3351
+ render: render$144
3352
+ }, _hoisted_1$163 = {
3352
3353
  viewBox: "0 0 24 24",
3353
3354
  width: "1.2em",
3354
3355
  height: "1.2em"
3355
3356
  };
3356
- function render$142(e, t) {
3357
- return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createElementVNode("g", {
3357
+ function render$143(e, t) {
3358
+ return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createElementVNode("g", {
3358
3359
  fill: "none",
3359
3360
  stroke: "currentColor",
3360
3361
  "stroke-linecap": "round",
@@ -3371,14 +3372,14 @@ function render$142(e, t) {
3371
3372
  }
3372
3373
  var clipboard_list_default = {
3373
3374
  name: "lucide-clipboard-list",
3374
- render: render$142
3375
- }, _hoisted_1$161 = {
3375
+ render: render$143
3376
+ }, _hoisted_1$162 = {
3376
3377
  viewBox: "0 0 24 24",
3377
3378
  width: "1.2em",
3378
3379
  height: "1.2em"
3379
3380
  };
3380
- function render$141(e, t) {
3381
- return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createElementVNode("g", {
3381
+ function render$142(e, t) {
3382
+ return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createElementVNode("g", {
3382
3383
  fill: "none",
3383
3384
  stroke: "currentColor",
3384
3385
  "stroke-linecap": "round",
@@ -3392,14 +3393,14 @@ function render$141(e, t) {
3392
3393
  }
3393
3394
  var clock_default = {
3394
3395
  name: "lucide-clock",
3395
- render: render$141
3396
- }, _hoisted_1$160 = {
3396
+ render: render$142
3397
+ }, _hoisted_1$161 = {
3397
3398
  viewBox: "0 0 24 24",
3398
3399
  width: "1.2em",
3399
3400
  height: "1.2em"
3400
3401
  };
3401
- function render$140(e, t) {
3402
- return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createElementVNode("path", {
3402
+ function render$141(e, t) {
3403
+ return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createElementVNode("path", {
3403
3404
  fill: "none",
3404
3405
  stroke: "currentColor",
3405
3406
  "stroke-linecap": "round",
@@ -3410,14 +3411,14 @@ function render$140(e, t) {
3410
3411
  }
3411
3412
  var cloud_default = {
3412
3413
  name: "lucide-cloud",
3413
- render: render$140
3414
- }, _hoisted_1$159 = {
3414
+ render: render$141
3415
+ }, _hoisted_1$160 = {
3415
3416
  viewBox: "0 0 24 24",
3416
3417
  width: "1.2em",
3417
3418
  height: "1.2em"
3418
3419
  };
3419
- function render$139(e, t) {
3420
- return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createElementVNode("g", {
3420
+ function render$140(e, t) {
3421
+ return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createElementVNode("g", {
3421
3422
  fill: "none",
3422
3423
  stroke: "currentColor",
3423
3424
  "stroke-linecap": "round",
@@ -3427,14 +3428,14 @@ function render$139(e, t) {
3427
3428
  }
3428
3429
  var cloud_download_default = {
3429
3430
  name: "lucide-cloud-download",
3430
- render: render$139
3431
- }, _hoisted_1$158 = {
3431
+ render: render$140
3432
+ }, _hoisted_1$159 = {
3432
3433
  viewBox: "0 0 24 24",
3433
3434
  width: "1.2em",
3434
3435
  height: "1.2em"
3435
3436
  };
3436
- function render$138(e, t) {
3437
- return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createElementVNode("path", {
3437
+ function render$139(e, t) {
3438
+ return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createElementVNode("path", {
3438
3439
  fill: "none",
3439
3440
  stroke: "currentColor",
3440
3441
  "stroke-linecap": "round",
@@ -3445,14 +3446,14 @@ function render$138(e, t) {
3445
3446
  }
3446
3447
  var code_default = {
3447
3448
  name: "lucide-code",
3448
- render: render$138
3449
- }, _hoisted_1$157 = {
3449
+ render: render$139
3450
+ }, _hoisted_1$158 = {
3450
3451
  viewBox: "0 0 24 24",
3451
3452
  width: "1.2em",
3452
3453
  height: "1.2em"
3453
3454
  };
3454
- function render$137(e, t) {
3455
- return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createElementVNode("g", {
3455
+ function render$138(e, t) {
3456
+ return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createElementVNode("g", {
3456
3457
  fill: "none",
3457
3458
  stroke: "currentColor",
3458
3459
  "stroke-linecap": "round",
@@ -3462,14 +3463,14 @@ function render$137(e, t) {
3462
3463
  }
3463
3464
  var cog_default = {
3464
3465
  name: "lucide-cog",
3465
- render: render$137
3466
- }, _hoisted_1$156 = {
3466
+ render: render$138
3467
+ }, _hoisted_1$157 = {
3467
3468
  viewBox: "0 0 24 24",
3468
3469
  width: "1.2em",
3469
3470
  height: "1.2em"
3470
3471
  };
3471
- function render$136(e, t) {
3472
- return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createElementVNode("g", {
3472
+ function render$137(e, t) {
3473
+ return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createElementVNode("g", {
3473
3474
  fill: "none",
3474
3475
  stroke: "currentColor",
3475
3476
  "stroke-linecap": "round",
@@ -3483,14 +3484,14 @@ function render$136(e, t) {
3483
3484
  }
3484
3485
  var columns_3_cog_default = {
3485
3486
  name: "lucide-columns-3-cog",
3486
- render: render$136
3487
- }, _hoisted_1$155 = {
3487
+ render: render$137
3488
+ }, _hoisted_1$156 = {
3488
3489
  viewBox: "0 0 24 24",
3489
3490
  width: "1.2em",
3490
3491
  height: "1.2em"
3491
3492
  };
3492
- function render$135(e, t) {
3493
- return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createElementVNode("g", {
3493
+ function render$136(e, t) {
3494
+ return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createElementVNode("g", {
3494
3495
  fill: "none",
3495
3496
  stroke: "currentColor",
3496
3497
  "stroke-linecap": "round",
@@ -3504,14 +3505,14 @@ function render$135(e, t) {
3504
3505
  }
3505
3506
  var contrast_default = {
3506
3507
  name: "lucide-contrast",
3507
- render: render$135
3508
- }, _hoisted_1$154 = {
3508
+ render: render$136
3509
+ }, _hoisted_1$155 = {
3509
3510
  viewBox: "0 0 24 24",
3510
3511
  width: "1.2em",
3511
3512
  height: "1.2em"
3512
3513
  };
3513
- function render$134(e, t) {
3514
- return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createElementVNode("g", {
3514
+ function render$135(e, t) {
3515
+ return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createElementVNode("g", {
3515
3516
  fill: "none",
3516
3517
  stroke: "currentColor",
3517
3518
  "stroke-linecap": "round",
@@ -3528,14 +3529,14 @@ function render$134(e, t) {
3528
3529
  }
3529
3530
  var copy_default = {
3530
3531
  name: "lucide-copy",
3531
- render: render$134
3532
- }, _hoisted_1$153 = {
3532
+ render: render$135
3533
+ }, _hoisted_1$154 = {
3533
3534
  viewBox: "0 0 24 24",
3534
3535
  width: "1.2em",
3535
3536
  height: "1.2em"
3536
3537
  };
3537
- function render$133(e, t) {
3538
- return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createElementVNode("g", {
3538
+ function render$134(e, t) {
3539
+ return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createElementVNode("g", {
3539
3540
  fill: "none",
3540
3541
  stroke: "currentColor",
3541
3542
  "stroke-linecap": "round",
@@ -3549,14 +3550,14 @@ function render$133(e, t) {
3549
3550
  }
3550
3551
  var crosshair_default = {
3551
3552
  name: "lucide-crosshair",
3552
- render: render$133
3553
- }, _hoisted_1$152 = {
3553
+ render: render$134
3554
+ }, _hoisted_1$153 = {
3554
3555
  viewBox: "0 0 24 24",
3555
3556
  width: "1.2em",
3556
3557
  height: "1.2em"
3557
3558
  };
3558
- function render$132(e, t) {
3559
- return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createElementVNode("g", {
3559
+ function render$133(e, t) {
3560
+ return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createElementVNode("g", {
3560
3561
  fill: "none",
3561
3562
  stroke: "currentColor",
3562
3563
  "stroke-linecap": "round",
@@ -3575,14 +3576,14 @@ function render$132(e, t) {
3575
3576
  }
3576
3577
  var database_default = {
3577
3578
  name: "lucide-database",
3578
- render: render$132
3579
- }, _hoisted_1$151 = {
3579
+ render: render$133
3580
+ }, _hoisted_1$152 = {
3580
3581
  viewBox: "0 0 24 24",
3581
3582
  width: "1.2em",
3582
3583
  height: "1.2em"
3583
3584
  };
3584
- function render$131(e, t) {
3585
- return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createElementVNode("path", {
3585
+ function render$132(e, t) {
3586
+ return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createElementVNode("path", {
3586
3587
  fill: "none",
3587
3588
  stroke: "currentColor",
3588
3589
  "stroke-linecap": "round",
@@ -3593,14 +3594,14 @@ function render$131(e, t) {
3593
3594
  }
3594
3595
  var door_open_default = {
3595
3596
  name: "lucide-door-open",
3596
- render: render$131
3597
- }, _hoisted_1$150 = {
3597
+ render: render$132
3598
+ }, _hoisted_1$151 = {
3598
3599
  viewBox: "0 0 24 24",
3599
3600
  width: "1.2em",
3600
3601
  height: "1.2em"
3601
3602
  };
3602
- function render$130(e, t) {
3603
- return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createElementVNode("circle", {
3603
+ function render$131(e, t) {
3604
+ return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createElementVNode("circle", {
3604
3605
  cx: "12.1",
3605
3606
  cy: "12.1",
3606
3607
  r: "1",
@@ -3613,14 +3614,14 @@ function render$130(e, t) {
3613
3614
  }
3614
3615
  var dot_default = {
3615
3616
  name: "lucide-dot",
3616
- render: render$130
3617
- }, _hoisted_1$149 = {
3617
+ render: render$131
3618
+ }, _hoisted_1$150 = {
3618
3619
  viewBox: "0 0 24 24",
3619
3620
  width: "1.2em",
3620
3621
  height: "1.2em"
3621
3622
  };
3622
- function render$129(e, t) {
3623
- return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createElementVNode("g", {
3623
+ function render$130(e, t) {
3624
+ return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createElementVNode("g", {
3624
3625
  fill: "none",
3625
3626
  stroke: "currentColor",
3626
3627
  "stroke-linecap": "round",
@@ -3634,14 +3635,14 @@ function render$129(e, t) {
3634
3635
  }
3635
3636
  var earth_default = {
3636
3637
  name: "lucide-earth",
3637
- render: render$129
3638
- }, _hoisted_1$148 = {
3638
+ render: render$130
3639
+ }, _hoisted_1$149 = {
3639
3640
  viewBox: "0 0 24 24",
3640
3641
  width: "1.2em",
3641
3642
  height: "1.2em"
3642
3643
  };
3643
- function render$128(e, t) {
3644
- return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createElementVNode("g", {
3644
+ function render$129(e, t) {
3645
+ return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createElementVNode("g", {
3645
3646
  fill: "none",
3646
3647
  stroke: "currentColor",
3647
3648
  "stroke-linecap": "round",
@@ -3667,14 +3668,14 @@ function render$128(e, t) {
3667
3668
  }
3668
3669
  var ellipsis_default = {
3669
3670
  name: "lucide-ellipsis",
3670
- render: render$128
3671
- }, _hoisted_1$147 = {
3671
+ render: render$129
3672
+ }, _hoisted_1$148 = {
3672
3673
  viewBox: "0 0 24 24",
3673
3674
  width: "1.2em",
3674
3675
  height: "1.2em"
3675
3676
  };
3676
- function render$127(e, t) {
3677
- return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createElementVNode("g", {
3677
+ function render$128(e, t) {
3678
+ return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createElementVNode("g", {
3678
3679
  fill: "none",
3679
3680
  stroke: "currentColor",
3680
3681
  "stroke-linecap": "round",
@@ -3700,14 +3701,14 @@ function render$127(e, t) {
3700
3701
  }
3701
3702
  var ellipsis_vertical_default = {
3702
3703
  name: "lucide-ellipsis-vertical",
3703
- render: render$127
3704
- }, _hoisted_1$146 = {
3704
+ render: render$128
3705
+ }, _hoisted_1$147 = {
3705
3706
  viewBox: "0 0 24 24",
3706
3707
  width: "1.2em",
3707
3708
  height: "1.2em"
3708
3709
  };
3709
- function render$126(e, t) {
3710
- return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createElementVNode("path", {
3710
+ function render$127(e, t) {
3711
+ return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createElementVNode("path", {
3711
3712
  fill: "none",
3712
3713
  stroke: "currentColor",
3713
3714
  "stroke-linecap": "round",
@@ -3718,14 +3719,14 @@ function render$126(e, t) {
3718
3719
  }
3719
3720
  var equal_default = {
3720
3721
  name: "lucide-equal",
3721
- render: render$126
3722
- }, _hoisted_1$145 = {
3722
+ render: render$127
3723
+ }, _hoisted_1$146 = {
3723
3724
  viewBox: "0 0 24 24",
3724
3725
  width: "1.2em",
3725
3726
  height: "1.2em"
3726
3727
  };
3727
- function render$125(e, t) {
3728
- return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createElementVNode("path", {
3728
+ function render$126(e, t) {
3729
+ return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createElementVNode("path", {
3729
3730
  fill: "none",
3730
3731
  stroke: "currentColor",
3731
3732
  "stroke-linecap": "round",
@@ -3736,14 +3737,14 @@ function render$125(e, t) {
3736
3737
  }
3737
3738
  var expand_default = {
3738
3739
  name: "lucide-expand",
3739
- render: render$125
3740
- }, _hoisted_1$144 = {
3740
+ render: render$126
3741
+ }, _hoisted_1$145 = {
3741
3742
  viewBox: "0 0 24 24",
3742
3743
  width: "1.2em",
3743
3744
  height: "1.2em"
3744
3745
  };
3745
- function render$124(e, t) {
3746
- return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createElementVNode("path", {
3746
+ function render$125(e, t) {
3747
+ return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createElementVNode("path", {
3747
3748
  fill: "none",
3748
3749
  stroke: "currentColor",
3749
3750
  "stroke-linecap": "round",
@@ -3754,14 +3755,14 @@ function render$124(e, t) {
3754
3755
  }
3755
3756
  var external_link_default = {
3756
3757
  name: "lucide-external-link",
3757
- render: render$124
3758
- }, _hoisted_1$143 = {
3758
+ render: render$125
3759
+ }, _hoisted_1$144 = {
3759
3760
  viewBox: "0 0 24 24",
3760
3761
  width: "1.2em",
3761
3762
  height: "1.2em"
3762
3763
  };
3763
- function render$123(e, t) {
3764
- return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createElementVNode("g", {
3764
+ function render$124(e, t) {
3765
+ return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createElementVNode("g", {
3765
3766
  fill: "none",
3766
3767
  stroke: "currentColor",
3767
3768
  "stroke-linecap": "round",
@@ -3775,14 +3776,14 @@ function render$123(e, t) {
3775
3776
  }
3776
3777
  var eye_default = {
3777
3778
  name: "lucide-eye",
3778
- render: render$123
3779
- }, _hoisted_1$142 = {
3779
+ render: render$124
3780
+ }, _hoisted_1$143 = {
3780
3781
  viewBox: "0 0 24 24",
3781
3782
  width: "1.2em",
3782
3783
  height: "1.2em"
3783
3784
  };
3784
- function render$122(e, t) {
3785
- return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createElementVNode("g", {
3785
+ function render$123(e, t) {
3786
+ return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createElementVNode("g", {
3786
3787
  fill: "none",
3787
3788
  stroke: "currentColor",
3788
3789
  "stroke-linecap": "round",
@@ -3792,14 +3793,14 @@ function render$122(e, t) {
3792
3793
  }
3793
3794
  var eye_off_default = {
3794
3795
  name: "lucide-eye-off",
3795
- render: render$122
3796
- }, _hoisted_1$141 = {
3796
+ render: render$123
3797
+ }, _hoisted_1$142 = {
3797
3798
  viewBox: "0 0 24 24",
3798
3799
  width: "1.2em",
3799
3800
  height: "1.2em"
3800
3801
  };
3801
- function render$121(e, t) {
3802
- return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createElementVNode("g", {
3802
+ function render$122(e, t) {
3803
+ return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createElementVNode("g", {
3803
3804
  fill: "none",
3804
3805
  stroke: "currentColor",
3805
3806
  "stroke-linecap": "round",
@@ -3809,14 +3810,14 @@ function render$121(e, t) {
3809
3810
  }
3810
3811
  var file_default = {
3811
3812
  name: "lucide-file",
3812
- render: render$121
3813
- }, _hoisted_1$140 = {
3813
+ render: render$122
3814
+ }, _hoisted_1$141 = {
3814
3815
  viewBox: "0 0 24 24",
3815
3816
  width: "1.2em",
3816
3817
  height: "1.2em"
3817
3818
  };
3818
- function render$120(e, t) {
3819
- return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createElementVNode("g", {
3819
+ function render$121(e, t) {
3820
+ return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createElementVNode("g", {
3820
3821
  fill: "none",
3821
3822
  stroke: "currentColor",
3822
3823
  "stroke-linecap": "round",
@@ -3834,14 +3835,14 @@ function render$120(e, t) {
3834
3835
  }
3835
3836
  var file_archive_default = {
3836
3837
  name: "lucide-file-archive",
3837
- render: render$120
3838
- }, _hoisted_1$139 = {
3838
+ render: render$121
3839
+ }, _hoisted_1$140 = {
3839
3840
  viewBox: "0 0 24 24",
3840
3841
  width: "1.2em",
3841
3842
  height: "1.2em"
3842
3843
  };
3843
- function render$119(e, t) {
3844
- return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createElementVNode("g", {
3844
+ function render$120(e, t) {
3845
+ return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createElementVNode("g", {
3845
3846
  fill: "none",
3846
3847
  stroke: "currentColor",
3847
3848
  "stroke-linecap": "round",
@@ -3851,14 +3852,14 @@ function render$119(e, t) {
3851
3852
  }
3852
3853
  var file_code_default = {
3853
3854
  name: "lucide-file-code",
3854
- render: render$119
3855
- }, _hoisted_1$138 = {
3855
+ render: render$120
3856
+ }, _hoisted_1$139 = {
3856
3857
  viewBox: "0 0 24 24",
3857
3858
  width: "1.2em",
3858
3859
  height: "1.2em"
3859
3860
  };
3860
- function render$118(e, t) {
3861
- return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createElementVNode("path", {
3861
+ function render$119(e, t) {
3862
+ return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createElementVNode("path", {
3862
3863
  fill: "none",
3863
3864
  stroke: "currentColor",
3864
3865
  "stroke-linecap": "round",
@@ -3869,14 +3870,14 @@ function render$118(e, t) {
3869
3870
  }
3870
3871
  var file_diff_default = {
3871
3872
  name: "lucide-file-diff",
3872
- render: render$118
3873
- }, _hoisted_1$137 = {
3873
+ render: render$119
3874
+ }, _hoisted_1$138 = {
3874
3875
  viewBox: "0 0 24 24",
3875
3876
  width: "1.2em",
3876
3877
  height: "1.2em"
3877
3878
  };
3878
- function render$117(e, t) {
3879
- return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createElementVNode("g", {
3879
+ function render$118(e, t) {
3880
+ return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createElementVNode("g", {
3880
3881
  fill: "none",
3881
3882
  stroke: "currentColor",
3882
3883
  "stroke-linecap": "round",
@@ -3886,14 +3887,14 @@ function render$117(e, t) {
3886
3887
  }
3887
3888
  var file_down_default = {
3888
3889
  name: "lucide-file-down",
3889
- render: render$117
3890
- }, _hoisted_1$136 = {
3890
+ render: render$118
3891
+ }, _hoisted_1$137 = {
3891
3892
  viewBox: "0 0 24 24",
3892
3893
  width: "1.2em",
3893
3894
  height: "1.2em"
3894
3895
  };
3895
- function render$116(e, t) {
3896
- return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createElementVNode("g", {
3896
+ function render$117(e, t) {
3897
+ return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createElementVNode("g", {
3897
3898
  fill: "none",
3898
3899
  stroke: "currentColor",
3899
3900
  "stroke-linecap": "round",
@@ -3903,14 +3904,14 @@ function render$116(e, t) {
3903
3904
  }
3904
3905
  var file_input_default = {
3905
3906
  name: "lucide-file-input",
3906
- render: render$116
3907
- }, _hoisted_1$135 = {
3907
+ render: render$117
3908
+ }, _hoisted_1$136 = {
3908
3909
  viewBox: "0 0 24 24",
3909
3910
  width: "1.2em",
3910
3911
  height: "1.2em"
3911
3912
  };
3912
- function render$115(e, t) {
3913
- return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createElementVNode("g", {
3913
+ function render$116(e, t) {
3914
+ return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createElementVNode("g", {
3914
3915
  fill: "none",
3915
3916
  stroke: "currentColor",
3916
3917
  "stroke-linecap": "round",
@@ -3924,14 +3925,14 @@ function render$115(e, t) {
3924
3925
  }
3925
3926
  var file_output_default = {
3926
3927
  name: "lucide-file-output",
3927
- render: render$115
3928
- }, _hoisted_1$134 = {
3928
+ render: render$116
3929
+ }, _hoisted_1$135 = {
3929
3930
  viewBox: "0 0 24 24",
3930
3931
  width: "1.2em",
3931
3932
  height: "1.2em"
3932
3933
  };
3933
- function render$114(e, t) {
3934
- return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createElementVNode("g", {
3934
+ function render$115(e, t) {
3935
+ return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createElementVNode("g", {
3935
3936
  fill: "none",
3936
3937
  stroke: "currentColor",
3937
3938
  "stroke-linecap": "round",
@@ -3941,14 +3942,14 @@ function render$114(e, t) {
3941
3942
  }
3942
3943
  var file_text_default = {
3943
3944
  name: "lucide-file-text",
3944
- render: render$114
3945
- }, _hoisted_1$133 = {
3945
+ render: render$115
3946
+ }, _hoisted_1$134 = {
3946
3947
  viewBox: "0 0 24 24",
3947
3948
  width: "1.2em",
3948
3949
  height: "1.2em"
3949
3950
  };
3950
- function render$113(e, t) {
3951
- return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createElementVNode("g", {
3951
+ function render$114(e, t) {
3952
+ return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createElementVNode("g", {
3952
3953
  fill: "none",
3953
3954
  stroke: "currentColor",
3954
3955
  "stroke-linecap": "round",
@@ -3962,14 +3963,14 @@ function render$113(e, t) {
3962
3963
  }
3963
3964
  var files_default = {
3964
3965
  name: "lucide-files",
3965
- render: render$113
3966
- }, _hoisted_1$132 = {
3966
+ render: render$114
3967
+ }, _hoisted_1$133 = {
3967
3968
  viewBox: "0 0 24 24",
3968
3969
  width: "1.2em",
3969
3970
  height: "1.2em"
3970
3971
  };
3971
- function render$112(e, t) {
3972
- return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createElementVNode("g", {
3972
+ function render$113(e, t) {
3973
+ return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createElementVNode("g", {
3973
3974
  fill: "none",
3974
3975
  stroke: "currentColor",
3975
3976
  "stroke-linecap": "round",
@@ -3979,14 +3980,14 @@ function render$112(e, t) {
3979
3980
  }
3980
3981
  var fingerprint_default = {
3981
3982
  name: "lucide-fingerprint",
3982
- render: render$112
3983
- }, _hoisted_1$131 = {
3983
+ render: render$113
3984
+ }, _hoisted_1$132 = {
3984
3985
  viewBox: "0 0 24 24",
3985
3986
  width: "1.2em",
3986
3987
  height: "1.2em"
3987
3988
  };
3988
- function render$111(e, t) {
3989
- return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createElementVNode("path", {
3989
+ function render$112(e, t) {
3990
+ return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createElementVNode("path", {
3990
3991
  fill: "none",
3991
3992
  stroke: "currentColor",
3992
3993
  "stroke-linecap": "round",
@@ -3997,14 +3998,14 @@ function render$111(e, t) {
3997
3998
  }
3998
3999
  var flask_conical_default = {
3999
4000
  name: "lucide-flask-conical",
4000
- render: render$111
4001
- }, _hoisted_1$130 = {
4001
+ render: render$112
4002
+ }, _hoisted_1$131 = {
4002
4003
  viewBox: "0 0 24 24",
4003
4004
  width: "1.2em",
4004
4005
  height: "1.2em"
4005
4006
  };
4006
- function render$110(e, t) {
4007
- return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createElementVNode("path", {
4007
+ function render$111(e, t) {
4008
+ return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createElementVNode("path", {
4008
4009
  fill: "none",
4009
4010
  stroke: "currentColor",
4010
4011
  "stroke-linecap": "round",
@@ -4015,14 +4016,14 @@ function render$110(e, t) {
4015
4016
  }
4016
4017
  var folder_default = {
4017
4018
  name: "lucide-folder",
4018
- render: render$110
4019
- }, _hoisted_1$129 = {
4019
+ render: render$111
4020
+ }, _hoisted_1$130 = {
4020
4021
  viewBox: "0 0 24 24",
4021
4022
  width: "1.2em",
4022
4023
  height: "1.2em"
4023
4024
  };
4024
- function render$109(e, t) {
4025
- return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createElementVNode("path", {
4025
+ function render$110(e, t) {
4026
+ return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createElementVNode("path", {
4026
4027
  fill: "none",
4027
4028
  stroke: "currentColor",
4028
4029
  "stroke-linecap": "round",
@@ -4033,14 +4034,14 @@ function render$109(e, t) {
4033
4034
  }
4034
4035
  var folder_open_default = {
4035
4036
  name: "lucide-folder-open",
4036
- render: render$109
4037
- }, _hoisted_1$128 = {
4037
+ render: render$110
4038
+ }, _hoisted_1$129 = {
4038
4039
  viewBox: "0 0 24 24",
4039
4040
  width: "1.2em",
4040
4041
  height: "1.2em"
4041
4042
  };
4042
- function render$108(e, t) {
4043
- return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createElementVNode("path", {
4043
+ function render$109(e, t) {
4044
+ return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createElementVNode("path", {
4044
4045
  fill: "none",
4045
4046
  stroke: "currentColor",
4046
4047
  "stroke-linecap": "round",
@@ -4051,14 +4052,14 @@ function render$108(e, t) {
4051
4052
  }
4052
4053
  var folder_plus_default = {
4053
4054
  name: "lucide-folder-plus",
4054
- render: render$108
4055
- }, _hoisted_1$127 = {
4055
+ render: render$109
4056
+ }, _hoisted_1$128 = {
4056
4057
  viewBox: "0 0 24 24",
4057
4058
  width: "1.2em",
4058
4059
  height: "1.2em"
4059
4060
  };
4060
- function render$107(e, t) {
4061
- return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createElementVNode("path", {
4061
+ function render$108(e, t) {
4062
+ return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createElementVNode("path", {
4062
4063
  fill: "none",
4063
4064
  stroke: "currentColor",
4064
4065
  "stroke-linecap": "round",
@@ -4069,14 +4070,14 @@ function render$107(e, t) {
4069
4070
  }
4070
4071
  var funnel_default = {
4071
4072
  name: "lucide-funnel",
4072
- render: render$107
4073
- }, _hoisted_1$126 = {
4073
+ render: render$108
4074
+ }, _hoisted_1$127 = {
4074
4075
  viewBox: "0 0 24 24",
4075
4076
  width: "1.2em",
4076
4077
  height: "1.2em"
4077
4078
  };
4078
- function render$106(e, t) {
4079
- return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createElementVNode("g", {
4079
+ function render$107(e, t) {
4080
+ return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createElementVNode("g", {
4080
4081
  fill: "none",
4081
4082
  stroke: "currentColor",
4082
4083
  "stroke-linecap": "round",
@@ -4086,14 +4087,14 @@ function render$106(e, t) {
4086
4087
  }
4087
4088
  var gem_default = {
4088
4089
  name: "lucide-gem",
4089
- render: render$106
4090
- }, _hoisted_1$125 = {
4090
+ render: render$107
4091
+ }, _hoisted_1$126 = {
4091
4092
  viewBox: "0 0 24 24",
4092
4093
  width: "1.2em",
4093
4094
  height: "1.2em"
4094
4095
  };
4095
- function render$105(e, t) {
4096
- return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createElementVNode("g", {
4096
+ function render$106(e, t) {
4097
+ return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createElementVNode("g", {
4097
4098
  fill: "none",
4098
4099
  stroke: "currentColor",
4099
4100
  "stroke-linecap": "round",
@@ -4109,25 +4110,25 @@ function render$105(e, t) {
4109
4110
  }
4110
4111
  var gift_default = {
4111
4112
  name: "lucide-gift",
4112
- render: render$105
4113
- }, _hoisted_1$124 = {
4113
+ render: render$106
4114
+ }, _hoisted_1$125 = {
4114
4115
  viewBox: "0 0 24 24",
4115
4116
  width: "1.2em",
4116
4117
  height: "1.2em"
4117
4118
  };
4118
- function render$104(e, t) {
4119
- return openBlock(), createElementBlock("svg", _hoisted_1$124, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12\"></path><circle cx=\"18\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M18 9a9 9 0 0 1-9 9\"></path></g>", 1)]);
4119
+ function render$105(e, t) {
4120
+ return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12\"></path><circle cx=\"18\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M18 9a9 9 0 0 1-9 9\"></path></g>", 1)]);
4120
4121
  }
4121
4122
  var git_branch_default = {
4122
4123
  name: "lucide-git-branch",
4123
- render: render$104
4124
- }, _hoisted_1$123 = {
4124
+ render: render$105
4125
+ }, _hoisted_1$124 = {
4125
4126
  viewBox: "0 0 24 24",
4126
4127
  width: "1.2em",
4127
4128
  height: "1.2em"
4128
4129
  };
4129
- function render$103(e, t) {
4130
- return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createElementVNode("g", {
4130
+ function render$104(e, t) {
4131
+ return openBlock(), createElementBlock("svg", _hoisted_1$124, t[0] ||= [createElementVNode("g", {
4131
4132
  fill: "none",
4132
4133
  stroke: "currentColor",
4133
4134
  "stroke-linecap": "round",
@@ -4141,14 +4142,14 @@ function render$103(e, t) {
4141
4142
  }
4142
4143
  var globe_default = {
4143
4144
  name: "lucide-globe",
4144
- render: render$103
4145
- }, _hoisted_1$122 = {
4145
+ render: render$104
4146
+ }, _hoisted_1$123 = {
4146
4147
  viewBox: "0 0 24 24",
4147
4148
  width: "1.2em",
4148
4149
  height: "1.2em"
4149
4150
  };
4150
- function render$102(e, t) {
4151
- return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createElementVNode("g", {
4151
+ function render$103(e, t) {
4152
+ return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createElementVNode("g", {
4152
4153
  fill: "none",
4153
4154
  stroke: "currentColor",
4154
4155
  "stroke-linecap": "round",
@@ -4158,14 +4159,14 @@ function render$102(e, t) {
4158
4159
  }
4159
4160
  var graduation_cap_default = {
4160
4161
  name: "lucide-graduation-cap",
4161
- render: render$102
4162
- }, _hoisted_1$121 = {
4162
+ render: render$103
4163
+ }, _hoisted_1$122 = {
4163
4164
  viewBox: "0 0 24 24",
4164
4165
  width: "1.2em",
4165
4166
  height: "1.2em"
4166
4167
  };
4167
- function render$101(e, t) {
4168
- return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createElementVNode("g", {
4168
+ function render$102(e, t) {
4169
+ return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createElementVNode("g", {
4169
4170
  fill: "none",
4170
4171
  stroke: "currentColor",
4171
4172
  "stroke-linecap": "round",
@@ -4181,36 +4182,36 @@ function render$101(e, t) {
4181
4182
  }
4182
4183
  var grid_2x2_default = {
4183
4184
  name: "lucide-grid-2x2",
4184
- render: render$101
4185
- }, _hoisted_1$120 = {
4185
+ render: render$102
4186
+ }, _hoisted_1$121 = {
4186
4187
  viewBox: "0 0 24 24",
4187
4188
  width: "1.2em",
4188
4189
  height: "1.2em"
4189
4190
  };
4190
- function render$100(e, t) {
4191
- return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"></circle><circle cx=\"9\" cy=\"5\" r=\"1\"></circle><circle cx=\"9\" cy=\"19\" r=\"1\"></circle><circle cx=\"15\" cy=\"12\" r=\"1\"></circle><circle cx=\"15\" cy=\"5\" r=\"1\"></circle><circle cx=\"15\" cy=\"19\" r=\"1\"></circle></g>", 1)]);
4191
+ function render$101(e, t) {
4192
+ return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"></circle><circle cx=\"9\" cy=\"5\" r=\"1\"></circle><circle cx=\"9\" cy=\"19\" r=\"1\"></circle><circle cx=\"15\" cy=\"12\" r=\"1\"></circle><circle cx=\"15\" cy=\"5\" r=\"1\"></circle><circle cx=\"15\" cy=\"19\" r=\"1\"></circle></g>", 1)]);
4192
4193
  }
4193
4194
  var grip_vertical_default = {
4194
4195
  name: "lucide-grip-vertical",
4195
- render: render$100
4196
- }, _hoisted_1$119 = {
4196
+ render: render$101
4197
+ }, _hoisted_1$120 = {
4197
4198
  viewBox: "0 0 24 24",
4198
4199
  width: "1.2em",
4199
4200
  height: "1.2em"
4200
4201
  };
4201
- function render$99(e, t) {
4202
- return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"></path><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"></path><circle cx=\"16\" cy=\"9\" r=\"2.9\"></circle><circle cx=\"6\" cy=\"5\" r=\"3\"></circle></g>", 1)]);
4202
+ function render$100(e, t) {
4203
+ return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"></path><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"></path><circle cx=\"16\" cy=\"9\" r=\"2.9\"></circle><circle cx=\"6\" cy=\"5\" r=\"3\"></circle></g>", 1)]);
4203
4204
  }
4204
4205
  var hand_coins_default = {
4205
4206
  name: "lucide-hand-coins",
4206
- render: render$99
4207
- }, _hoisted_1$118 = {
4207
+ render: render$100
4208
+ }, _hoisted_1$119 = {
4208
4209
  viewBox: "0 0 24 24",
4209
4210
  width: "1.2em",
4210
4211
  height: "1.2em"
4211
4212
  };
4212
- function render$98(e, t) {
4213
- return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createElementVNode("g", {
4213
+ function render$99(e, t) {
4214
+ return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createElementVNode("g", {
4214
4215
  fill: "none",
4215
4216
  stroke: "currentColor",
4216
4217
  "stroke-linecap": "round",
@@ -4224,14 +4225,14 @@ function render$98(e, t) {
4224
4225
  }
4225
4226
  var handshake_default = {
4226
4227
  name: "lucide-handshake",
4227
- render: render$98
4228
- }, _hoisted_1$117 = {
4228
+ render: render$99
4229
+ }, _hoisted_1$118 = {
4229
4230
  viewBox: "0 0 24 24",
4230
4231
  width: "1.2em",
4231
4232
  height: "1.2em"
4232
4233
  };
4233
- function render$97(e, t) {
4234
- return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createElementVNode("path", {
4234
+ function render$98(e, t) {
4235
+ return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createElementVNode("path", {
4235
4236
  fill: "none",
4236
4237
  stroke: "currentColor",
4237
4238
  "stroke-linecap": "round",
@@ -4242,14 +4243,14 @@ function render$97(e, t) {
4242
4243
  }
4243
4244
  var hard_drive_default = {
4244
4245
  name: "lucide-hard-drive",
4245
- render: render$97
4246
- }, _hoisted_1$116 = {
4246
+ render: render$98
4247
+ }, _hoisted_1$117 = {
4247
4248
  viewBox: "0 0 24 24",
4248
4249
  width: "1.2em",
4249
4250
  height: "1.2em"
4250
4251
  };
4251
- function render$96(e, t) {
4252
- return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createElementVNode("g", {
4252
+ function render$97(e, t) {
4253
+ return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createElementVNode("g", {
4253
4254
  fill: "none",
4254
4255
  stroke: "currentColor",
4255
4256
  "stroke-linecap": "round",
@@ -4269,14 +4270,14 @@ function render$96(e, t) {
4269
4270
  }
4270
4271
  var hard_drive_download_default = {
4271
4272
  name: "lucide-hard-drive-download",
4272
- render: render$96
4273
- }, _hoisted_1$115 = {
4273
+ render: render$97
4274
+ }, _hoisted_1$116 = {
4274
4275
  viewBox: "0 0 24 24",
4275
4276
  width: "1.2em",
4276
4277
  height: "1.2em"
4277
4278
  };
4278
- function render$95(e, t) {
4279
- return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createElementVNode("path", {
4279
+ function render$96(e, t) {
4280
+ return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createElementVNode("path", {
4280
4281
  fill: "none",
4281
4282
  stroke: "currentColor",
4282
4283
  "stroke-linecap": "round",
@@ -4287,14 +4288,14 @@ function render$95(e, t) {
4287
4288
  }
4288
4289
  var hash_default = {
4289
4290
  name: "lucide-hash",
4290
- render: render$95
4291
- }, _hoisted_1$114 = {
4291
+ render: render$96
4292
+ }, _hoisted_1$115 = {
4292
4293
  viewBox: "0 0 24 24",
4293
4294
  width: "1.2em",
4294
4295
  height: "1.2em"
4295
4296
  };
4296
- function render$94(e, t) {
4297
- return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createElementVNode("g", {
4297
+ function render$95(e, t) {
4298
+ return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createElementVNode("g", {
4298
4299
  fill: "none",
4299
4300
  stroke: "currentColor",
4300
4301
  "stroke-linecap": "round",
@@ -4304,14 +4305,14 @@ function render$94(e, t) {
4304
4305
  }
4305
4306
  var history_default = {
4306
4307
  name: "lucide-history",
4307
- render: render$94
4308
- }, _hoisted_1$113 = {
4308
+ render: render$95
4309
+ }, _hoisted_1$114 = {
4309
4310
  viewBox: "0 0 24 24",
4310
4311
  width: "1.2em",
4311
4312
  height: "1.2em"
4312
4313
  };
4313
- function render$93(e, t) {
4314
- return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createElementVNode("path", {
4314
+ function render$94(e, t) {
4315
+ return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createElementVNode("path", {
4315
4316
  fill: "none",
4316
4317
  stroke: "currentColor",
4317
4318
  "stroke-linecap": "round",
@@ -4322,14 +4323,14 @@ function render$93(e, t) {
4322
4323
  }
4323
4324
  var hourglass_default = {
4324
4325
  name: "lucide-hourglass",
4325
- render: render$93
4326
- }, _hoisted_1$112 = {
4326
+ render: render$94
4327
+ }, _hoisted_1$113 = {
4327
4328
  viewBox: "0 0 24 24",
4328
4329
  width: "1.2em",
4329
4330
  height: "1.2em"
4330
4331
  };
4331
- function render$92(e, t) {
4332
- return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createElementVNode("g", {
4332
+ function render$93(e, t) {
4333
+ return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createElementVNode("g", {
4333
4334
  fill: "none",
4334
4335
  stroke: "currentColor",
4335
4336
  "stroke-linecap": "round",
@@ -4339,14 +4340,14 @@ function render$92(e, t) {
4339
4340
  }
4340
4341
  var house_default = {
4341
4342
  name: "lucide-house",
4342
- render: render$92
4343
- }, _hoisted_1$111 = {
4343
+ render: render$93
4344
+ }, _hoisted_1$112 = {
4344
4345
  viewBox: "0 0 24 24",
4345
4346
  width: "1.2em",
4346
4347
  height: "1.2em"
4347
4348
  };
4348
- function render$91(e, t) {
4349
- return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createElementVNode("g", {
4349
+ function render$92(e, t) {
4350
+ return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createElementVNode("g", {
4350
4351
  fill: "none",
4351
4352
  stroke: "currentColor",
4352
4353
  "stroke-linecap": "round",
@@ -4371,14 +4372,14 @@ function render$91(e, t) {
4371
4372
  }
4372
4373
  var image_default = {
4373
4374
  name: "lucide-image",
4374
- render: render$91
4375
- }, _hoisted_1$110 = {
4375
+ render: render$92
4376
+ }, _hoisted_1$111 = {
4376
4377
  viewBox: "0 0 24 24",
4377
4378
  width: "1.2em",
4378
4379
  height: "1.2em"
4379
4380
  };
4380
- function render$90(e, t) {
4381
- return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createElementVNode("g", {
4381
+ function render$91(e, t) {
4382
+ return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createElementVNode("g", {
4382
4383
  fill: "none",
4383
4384
  stroke: "currentColor",
4384
4385
  "stroke-linecap": "round",
@@ -4388,14 +4389,14 @@ function render$90(e, t) {
4388
4389
  }
4389
4390
  var inbox_default = {
4390
4391
  name: "lucide-inbox",
4391
- render: render$90
4392
- }, _hoisted_1$109 = {
4392
+ render: render$91
4393
+ }, _hoisted_1$110 = {
4393
4394
  viewBox: "0 0 24 24",
4394
4395
  width: "1.2em",
4395
4396
  height: "1.2em"
4396
4397
  };
4397
- function render$89(e, t) {
4398
- return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createElementVNode("g", {
4398
+ function render$90(e, t) {
4399
+ return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createElementVNode("g", {
4399
4400
  fill: "none",
4400
4401
  stroke: "currentColor",
4401
4402
  "stroke-linecap": "round",
@@ -4409,14 +4410,14 @@ function render$89(e, t) {
4409
4410
  }
4410
4411
  var info_default = {
4411
4412
  name: "lucide-info",
4412
- render: render$89
4413
- }, _hoisted_1$108 = {
4413
+ render: render$90
4414
+ }, _hoisted_1$109 = {
4414
4415
  viewBox: "0 0 24 24",
4415
4416
  width: "1.2em",
4416
4417
  height: "1.2em"
4417
4418
  };
4418
- function render$88(e, t) {
4419
- return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createElementVNode("g", {
4419
+ function render$89(e, t) {
4420
+ return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createElementVNode("g", {
4420
4421
  fill: "none",
4421
4422
  stroke: "currentColor",
4422
4423
  "stroke-linecap": "round",
@@ -4431,14 +4432,14 @@ function render$88(e, t) {
4431
4432
  }
4432
4433
  var key_round_default = {
4433
4434
  name: "lucide-key-round",
4434
- render: render$88
4435
- }, _hoisted_1$107 = {
4435
+ render: render$89
4436
+ }, _hoisted_1$108 = {
4436
4437
  viewBox: "0 0 24 24",
4437
4438
  width: "1.2em",
4438
4439
  height: "1.2em"
4439
4440
  };
4440
- function render$87(e, t) {
4441
- return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createElementVNode("path", {
4441
+ function render$88(e, t) {
4442
+ return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createElementVNode("path", {
4442
4443
  fill: "none",
4443
4444
  stroke: "currentColor",
4444
4445
  "stroke-linecap": "round",
@@ -4449,14 +4450,14 @@ function render$87(e, t) {
4449
4450
  }
4450
4451
  var languages_default = {
4451
4452
  name: "lucide-languages",
4452
- render: render$87
4453
- }, _hoisted_1$106 = {
4453
+ render: render$88
4454
+ }, _hoisted_1$107 = {
4454
4455
  viewBox: "0 0 24 24",
4455
4456
  width: "1.2em",
4456
4457
  height: "1.2em"
4457
4458
  };
4458
- function render$86(e, t) {
4459
- return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createElementVNode("g", {
4459
+ function render$87(e, t) {
4460
+ return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createElementVNode("g", {
4460
4461
  fill: "none",
4461
4462
  stroke: "currentColor",
4462
4463
  "stroke-linecap": "round",
@@ -4470,14 +4471,14 @@ function render$86(e, t) {
4470
4471
  }
4471
4472
  var layers_default = {
4472
4473
  name: "lucide-layers",
4473
- render: render$86
4474
- }, _hoisted_1$105 = {
4474
+ render: render$87
4475
+ }, _hoisted_1$106 = {
4475
4476
  viewBox: "0 0 24 24",
4476
4477
  width: "1.2em",
4477
4478
  height: "1.2em"
4478
4479
  };
4479
- function render$85(e, t) {
4480
- return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createElementVNode("path", {
4480
+ function render$86(e, t) {
4481
+ return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createElementVNode("path", {
4481
4482
  fill: "none",
4482
4483
  stroke: "currentColor",
4483
4484
  "stroke-linecap": "round",
@@ -4488,14 +4489,14 @@ function render$85(e, t) {
4488
4489
  }
4489
4490
  var lightbulb_default = {
4490
4491
  name: "lucide-lightbulb",
4491
- render: render$85
4492
- }, _hoisted_1$104 = {
4492
+ render: render$86
4493
+ }, _hoisted_1$105 = {
4493
4494
  viewBox: "0 0 24 24",
4494
4495
  width: "1.2em",
4495
4496
  height: "1.2em"
4496
4497
  };
4497
- function render$84(e, t) {
4498
- return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createElementVNode("g", {
4498
+ function render$85(e, t) {
4499
+ return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createElementVNode("g", {
4499
4500
  fill: "none",
4500
4501
  stroke: "currentColor",
4501
4502
  "stroke-linecap": "round",
@@ -4505,14 +4506,14 @@ function render$84(e, t) {
4505
4506
  }
4506
4507
  var link_default = {
4507
4508
  name: "lucide-link",
4508
- render: render$84
4509
- }, _hoisted_1$103 = {
4509
+ render: render$85
4510
+ }, _hoisted_1$104 = {
4510
4511
  viewBox: "0 0 24 24",
4511
4512
  width: "1.2em",
4512
4513
  height: "1.2em"
4513
4514
  };
4514
- function render$83(e, t) {
4515
- return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createElementVNode("path", {
4515
+ function render$84(e, t) {
4516
+ return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createElementVNode("path", {
4516
4517
  fill: "none",
4517
4518
  stroke: "currentColor",
4518
4519
  "stroke-linecap": "round",
@@ -4523,14 +4524,14 @@ function render$83(e, t) {
4523
4524
  }
4524
4525
  var list_default = {
4525
4526
  name: "lucide-list",
4526
- render: render$83
4527
- }, _hoisted_1$102 = {
4527
+ render: render$84
4528
+ }, _hoisted_1$103 = {
4528
4529
  viewBox: "0 0 24 24",
4529
4530
  width: "1.2em",
4530
4531
  height: "1.2em"
4531
4532
  };
4532
- function render$82(e, t) {
4533
- return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createElementVNode("path", {
4533
+ function render$83(e, t) {
4534
+ return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createElementVNode("path", {
4534
4535
  fill: "none",
4535
4536
  stroke: "currentColor",
4536
4537
  "stroke-linecap": "round",
@@ -4541,14 +4542,14 @@ function render$82(e, t) {
4541
4542
  }
4542
4543
  var list_checks_default = {
4543
4544
  name: "lucide-list-checks",
4544
- render: render$82
4545
- }, _hoisted_1$101 = {
4545
+ render: render$83
4546
+ }, _hoisted_1$102 = {
4546
4547
  viewBox: "0 0 24 24",
4547
4548
  width: "1.2em",
4548
4549
  height: "1.2em"
4549
4550
  };
4550
- function render$81(e, t) {
4551
- return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createElementVNode("g", {
4551
+ function render$82(e, t) {
4552
+ return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createElementVNode("g", {
4552
4553
  fill: "none",
4553
4554
  stroke: "currentColor",
4554
4555
  "stroke-linecap": "round",
@@ -4565,14 +4566,14 @@ function render$81(e, t) {
4565
4566
  }
4566
4567
  var lock_default = {
4567
4568
  name: "lucide-lock",
4568
- render: render$81
4569
- }, _hoisted_1$100 = {
4569
+ render: render$82
4570
+ }, _hoisted_1$101 = {
4570
4571
  viewBox: "0 0 24 24",
4571
4572
  width: "1.2em",
4572
4573
  height: "1.2em"
4573
4574
  };
4574
- function render$80(e, t) {
4575
- return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createElementVNode("path", {
4575
+ function render$81(e, t) {
4576
+ return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createElementVNode("path", {
4576
4577
  fill: "none",
4577
4578
  stroke: "currentColor",
4578
4579
  "stroke-linecap": "round",
@@ -4583,14 +4584,14 @@ function render$80(e, t) {
4583
4584
  }
4584
4585
  var log_in_default = {
4585
4586
  name: "lucide-log-in",
4586
- render: render$80
4587
- }, _hoisted_1$99 = {
4587
+ render: render$81
4588
+ }, _hoisted_1$100 = {
4588
4589
  viewBox: "0 0 24 24",
4589
4590
  width: "1.2em",
4590
4591
  height: "1.2em"
4591
4592
  };
4592
- function render$79(e, t) {
4593
- return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createElementVNode("path", {
4593
+ function render$80(e, t) {
4594
+ return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createElementVNode("path", {
4594
4595
  fill: "none",
4595
4596
  stroke: "currentColor",
4596
4597
  "stroke-linecap": "round",
@@ -4601,14 +4602,14 @@ function render$79(e, t) {
4601
4602
  }
4602
4603
  var log_out_default = {
4603
4604
  name: "lucide-log-out",
4604
- render: render$79
4605
- }, _hoisted_1$98 = {
4605
+ render: render$80
4606
+ }, _hoisted_1$99 = {
4606
4607
  viewBox: "0 0 24 24",
4607
4608
  width: "1.2em",
4608
4609
  height: "1.2em"
4609
4610
  };
4610
- function render$78(e, t) {
4611
- return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createElementVNode("g", {
4611
+ function render$79(e, t) {
4612
+ return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createElementVNode("g", {
4612
4613
  fill: "none",
4613
4614
  stroke: "currentColor",
4614
4615
  "stroke-linecap": "round",
@@ -4624,14 +4625,14 @@ function render$78(e, t) {
4624
4625
  }
4625
4626
  var mail_default = {
4626
4627
  name: "lucide-mail",
4627
- render: render$78
4628
- }, _hoisted_1$97 = {
4628
+ render: render$79
4629
+ }, _hoisted_1$98 = {
4629
4630
  viewBox: "0 0 24 24",
4630
4631
  width: "1.2em",
4631
4632
  height: "1.2em"
4632
4633
  };
4633
- function render$77(e, t) {
4634
- return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createElementVNode("path", {
4634
+ function render$78(e, t) {
4635
+ return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createElementVNode("path", {
4635
4636
  fill: "none",
4636
4637
  stroke: "currentColor",
4637
4638
  "stroke-linecap": "round",
@@ -4642,14 +4643,14 @@ function render$77(e, t) {
4642
4643
  }
4643
4644
  var maximize_default = {
4644
4645
  name: "lucide-maximize",
4645
- render: render$77
4646
- }, _hoisted_1$96 = {
4646
+ render: render$78
4647
+ }, _hoisted_1$97 = {
4647
4648
  viewBox: "0 0 24 24",
4648
4649
  width: "1.2em",
4649
4650
  height: "1.2em"
4650
4651
  };
4651
- function render$76(e, t) {
4652
- return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createElementVNode("path", {
4652
+ function render$77(e, t) {
4653
+ return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createElementVNode("path", {
4653
4654
  fill: "none",
4654
4655
  stroke: "currentColor",
4655
4656
  "stroke-linecap": "round",
@@ -4660,14 +4661,14 @@ function render$76(e, t) {
4660
4661
  }
4661
4662
  var maximize_2_default = {
4662
4663
  name: "lucide-maximize-2",
4663
- render: render$76
4664
- }, _hoisted_1$95 = {
4664
+ render: render$77
4665
+ }, _hoisted_1$96 = {
4665
4666
  viewBox: "0 0 24 24",
4666
4667
  width: "1.2em",
4667
4668
  height: "1.2em"
4668
4669
  };
4669
- function render$75(e, t) {
4670
- return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createElementVNode("path", {
4670
+ function render$76(e, t) {
4671
+ return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createElementVNode("path", {
4671
4672
  fill: "none",
4672
4673
  stroke: "currentColor",
4673
4674
  "stroke-linecap": "round",
@@ -4678,14 +4679,14 @@ function render$75(e, t) {
4678
4679
  }
4679
4680
  var menu_default = {
4680
4681
  name: "lucide-menu",
4681
- render: render$75
4682
- }, _hoisted_1$94 = {
4682
+ render: render$76
4683
+ }, _hoisted_1$95 = {
4683
4684
  viewBox: "0 0 24 24",
4684
4685
  width: "1.2em",
4685
4686
  height: "1.2em"
4686
4687
  };
4687
- function render$74(e, t) {
4688
- return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createElementVNode("path", {
4688
+ function render$75(e, t) {
4689
+ return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createElementVNode("path", {
4689
4690
  fill: "none",
4690
4691
  stroke: "currentColor",
4691
4692
  "stroke-linecap": "round",
@@ -4696,14 +4697,14 @@ function render$74(e, t) {
4696
4697
  }
4697
4698
  var message_circle_default = {
4698
4699
  name: "lucide-message-circle",
4699
- render: render$74
4700
- }, _hoisted_1$93 = {
4700
+ render: render$75
4701
+ }, _hoisted_1$94 = {
4701
4702
  viewBox: "0 0 24 24",
4702
4703
  width: "1.2em",
4703
4704
  height: "1.2em"
4704
4705
  };
4705
- function render$73(e, t) {
4706
- return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createElementVNode("path", {
4706
+ function render$74(e, t) {
4707
+ return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createElementVNode("path", {
4707
4708
  fill: "none",
4708
4709
  stroke: "currentColor",
4709
4710
  "stroke-linecap": "round",
@@ -4714,14 +4715,14 @@ function render$73(e, t) {
4714
4715
  }
4715
4716
  var messages_square_default = {
4716
4717
  name: "lucide-messages-square",
4717
- render: render$73
4718
- }, _hoisted_1$92 = {
4718
+ render: render$74
4719
+ }, _hoisted_1$93 = {
4719
4720
  viewBox: "0 0 24 24",
4720
4721
  width: "1.2em",
4721
4722
  height: "1.2em"
4722
4723
  };
4723
- function render$72(e, t) {
4724
- return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createElementVNode("g", {
4724
+ function render$73(e, t) {
4725
+ return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createElementVNode("g", {
4725
4726
  fill: "none",
4726
4727
  stroke: "currentColor",
4727
4728
  "stroke-linecap": "round",
@@ -4737,14 +4738,14 @@ function render$72(e, t) {
4737
4738
  }
4738
4739
  var mic_default = {
4739
4740
  name: "lucide-mic",
4740
- render: render$72
4741
- }, _hoisted_1$91 = {
4741
+ render: render$73
4742
+ }, _hoisted_1$92 = {
4742
4743
  viewBox: "0 0 24 24",
4743
4744
  width: "1.2em",
4744
4745
  height: "1.2em"
4745
4746
  };
4746
- function render$71(e, t) {
4747
- return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createElementVNode("path", {
4747
+ function render$72(e, t) {
4748
+ return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createElementVNode("path", {
4748
4749
  fill: "none",
4749
4750
  stroke: "currentColor",
4750
4751
  "stroke-linecap": "round",
@@ -4755,14 +4756,14 @@ function render$71(e, t) {
4755
4756
  }
4756
4757
  var milestone_default = {
4757
4758
  name: "lucide-milestone",
4758
- render: render$71
4759
- }, _hoisted_1$90 = {
4759
+ render: render$72
4760
+ }, _hoisted_1$91 = {
4760
4761
  viewBox: "0 0 24 24",
4761
4762
  width: "1.2em",
4762
4763
  height: "1.2em"
4763
4764
  };
4764
- function render$70(e, t) {
4765
- return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createElementVNode("path", {
4765
+ function render$71(e, t) {
4766
+ return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createElementVNode("path", {
4766
4767
  fill: "none",
4767
4768
  stroke: "currentColor",
4768
4769
  "stroke-linecap": "round",
@@ -4773,14 +4774,14 @@ function render$70(e, t) {
4773
4774
  }
4774
4775
  var minimize_2_default = {
4775
4776
  name: "lucide-minimize-2",
4776
- render: render$70
4777
- }, _hoisted_1$89 = {
4777
+ render: render$71
4778
+ }, _hoisted_1$90 = {
4778
4779
  viewBox: "0 0 24 24",
4779
4780
  width: "1.2em",
4780
4781
  height: "1.2em"
4781
4782
  };
4782
- function render$69(e, t) {
4783
- return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createElementVNode("path", {
4783
+ function render$70(e, t) {
4784
+ return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createElementVNode("path", {
4784
4785
  fill: "none",
4785
4786
  stroke: "currentColor",
4786
4787
  "stroke-linecap": "round",
@@ -4791,25 +4792,25 @@ function render$69(e, t) {
4791
4792
  }
4792
4793
  var mouse_pointer_default = {
4793
4794
  name: "lucide-mouse-pointer",
4794
- render: render$69
4795
- }, _hoisted_1$88 = {
4795
+ render: render$70
4796
+ }, _hoisted_1$89 = {
4796
4797
  viewBox: "0 0 24 24",
4797
4798
  width: "1.2em",
4798
4799
  height: "1.2em"
4799
4800
  };
4800
- function render$68(e, t) {
4801
- return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"6\" x=\"16\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"2\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"9\" y=\"2\" rx=\"1\"></rect><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8\"></path></g>", 1)]);
4801
+ function render$69(e, t) {
4802
+ return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"6\" x=\"16\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"2\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"9\" y=\"2\" rx=\"1\"></rect><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8\"></path></g>", 1)]);
4802
4803
  }
4803
4804
  var network_default = {
4804
4805
  name: "lucide-network",
4805
- render: render$68
4806
- }, _hoisted_1$87 = {
4806
+ render: render$69
4807
+ }, _hoisted_1$88 = {
4807
4808
  viewBox: "0 0 24 24",
4808
4809
  width: "1.2em",
4809
4810
  height: "1.2em"
4810
4811
  };
4811
- function render$67(e, t) {
4812
- return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createElementVNode("g", {
4812
+ function render$68(e, t) {
4813
+ return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createElementVNode("g", {
4813
4814
  fill: "none",
4814
4815
  stroke: "currentColor",
4815
4816
  "stroke-linecap": "round",
@@ -4819,14 +4820,14 @@ function render$67(e, t) {
4819
4820
  }
4820
4821
  var notebook_pen_default = {
4821
4822
  name: "lucide-notebook-pen",
4822
- render: render$67
4823
- }, _hoisted_1$86 = {
4823
+ render: render$68
4824
+ }, _hoisted_1$87 = {
4824
4825
  viewBox: "0 0 24 24",
4825
4826
  width: "1.2em",
4826
4827
  height: "1.2em"
4827
4828
  };
4828
- function render$66(e, t) {
4829
- return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createElementVNode("g", {
4829
+ function render$67(e, t) {
4830
+ return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createElementVNode("g", {
4830
4831
  fill: "none",
4831
4832
  stroke: "currentColor",
4832
4833
  "stroke-linecap": "round",
@@ -4840,25 +4841,25 @@ function render$66(e, t) {
4840
4841
  }
4841
4842
  var package_open_default = {
4842
4843
  name: "lucide-package-open",
4843
- render: render$66
4844
- }, _hoisted_1$85 = {
4844
+ render: render$67
4845
+ }, _hoisted_1$86 = {
4845
4846
  viewBox: "0 0 24 24",
4846
4847
  width: "1.2em",
4847
4848
  height: "1.2em"
4848
4849
  };
4849
- function render$65(e, t) {
4850
- return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"></path><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle></g>", 1)]);
4850
+ function render$66(e, t) {
4851
+ return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"></path><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle></g>", 1)]);
4851
4852
  }
4852
4853
  var palette_default = {
4853
4854
  name: "lucide-palette",
4854
- render: render$65
4855
- }, _hoisted_1$84 = {
4855
+ render: render$66
4856
+ }, _hoisted_1$85 = {
4856
4857
  viewBox: "0 0 24 24",
4857
4858
  width: "1.2em",
4858
4859
  height: "1.2em"
4859
4860
  };
4860
- function render$64(e, t) {
4861
- return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createElementVNode("g", {
4861
+ function render$65(e, t) {
4862
+ return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createElementVNode("g", {
4862
4863
  fill: "none",
4863
4864
  stroke: "currentColor",
4864
4865
  "stroke-linecap": "round",
@@ -4874,14 +4875,14 @@ function render$64(e, t) {
4874
4875
  }
4875
4876
  var panel_left_default = {
4876
4877
  name: "lucide-panel-left",
4877
- render: render$64
4878
- }, _hoisted_1$83 = {
4878
+ render: render$65
4879
+ }, _hoisted_1$84 = {
4879
4880
  viewBox: "0 0 24 24",
4880
4881
  width: "1.2em",
4881
4882
  height: "1.2em"
4882
4883
  };
4883
- function render$63(e, t) {
4884
- return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createElementVNode("g", {
4884
+ function render$64(e, t) {
4885
+ return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createElementVNode("g", {
4885
4886
  fill: "none",
4886
4887
  stroke: "currentColor",
4887
4888
  "stroke-linecap": "round",
@@ -4897,14 +4898,14 @@ function render$63(e, t) {
4897
4898
  }
4898
4899
  var panel_right_default = {
4899
4900
  name: "lucide-panel-right",
4900
- render: render$63
4901
- }, _hoisted_1$82 = {
4901
+ render: render$64
4902
+ }, _hoisted_1$83 = {
4902
4903
  viewBox: "0 0 24 24",
4903
4904
  width: "1.2em",
4904
4905
  height: "1.2em"
4905
4906
  };
4906
- function render$62(e, t) {
4907
- return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createElementVNode("path", {
4907
+ function render$63(e, t) {
4908
+ return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createElementVNode("path", {
4908
4909
  fill: "none",
4909
4910
  stroke: "currentColor",
4910
4911
  "stroke-linecap": "round",
@@ -4915,14 +4916,14 @@ function render$62(e, t) {
4915
4916
  }
4916
4917
  var paperclip_default = {
4917
4918
  name: "lucide-paperclip",
4918
- render: render$62
4919
- }, _hoisted_1$81 = {
4919
+ render: render$63
4920
+ }, _hoisted_1$82 = {
4920
4921
  viewBox: "0 0 24 24",
4921
4922
  width: "1.2em",
4922
4923
  height: "1.2em"
4923
4924
  };
4924
- function render$61(e, t) {
4925
- return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createElementVNode("g", {
4925
+ function render$62(e, t) {
4926
+ return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createElementVNode("g", {
4926
4927
  fill: "none",
4927
4928
  stroke: "currentColor",
4928
4929
  "stroke-linecap": "round",
@@ -4944,14 +4945,14 @@ function render$61(e, t) {
4944
4945
  }
4945
4946
  var pause_default = {
4946
4947
  name: "lucide-pause",
4947
- render: render$61
4948
- }, _hoisted_1$80 = {
4948
+ render: render$62
4949
+ }, _hoisted_1$81 = {
4949
4950
  viewBox: "0 0 24 24",
4950
4951
  width: "1.2em",
4951
4952
  height: "1.2em"
4952
4953
  };
4953
- function render$60(e, t) {
4954
- return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createElementVNode("path", {
4954
+ function render$61(e, t) {
4955
+ return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createElementVNode("path", {
4955
4956
  fill: "none",
4956
4957
  stroke: "currentColor",
4957
4958
  "stroke-linecap": "round",
@@ -4962,14 +4963,14 @@ function render$60(e, t) {
4962
4963
  }
4963
4964
  var pen_default = {
4964
4965
  name: "lucide-pen",
4965
- render: render$60
4966
- }, _hoisted_1$79 = {
4966
+ render: render$61
4967
+ }, _hoisted_1$80 = {
4967
4968
  viewBox: "0 0 24 24",
4968
4969
  width: "1.2em",
4969
4970
  height: "1.2em"
4970
4971
  };
4971
- function render$59(e, t) {
4972
- return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createElementVNode("path", {
4972
+ function render$60(e, t) {
4973
+ return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createElementVNode("path", {
4973
4974
  fill: "none",
4974
4975
  stroke: "currentColor",
4975
4976
  "stroke-linecap": "round",
@@ -4980,14 +4981,14 @@ function render$59(e, t) {
4980
4981
  }
4981
4982
  var pencil_default = {
4982
4983
  name: "lucide-pencil",
4983
- render: render$59
4984
- }, _hoisted_1$78 = {
4984
+ render: render$60
4985
+ }, _hoisted_1$79 = {
4985
4986
  viewBox: "0 0 24 24",
4986
4987
  width: "1.2em",
4987
4988
  height: "1.2em"
4988
4989
  };
4989
- function render$58(e, t) {
4990
- return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createElementVNode("path", {
4990
+ function render$59(e, t) {
4991
+ return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createElementVNode("path", {
4991
4992
  fill: "none",
4992
4993
  stroke: "currentColor",
4993
4994
  "stroke-linecap": "round",
@@ -4998,14 +4999,14 @@ function render$58(e, t) {
4998
4999
  }
4999
5000
  var pin_default = {
5000
5001
  name: "lucide-pin",
5001
- render: render$58
5002
- }, _hoisted_1$77 = {
5002
+ render: render$59
5003
+ }, _hoisted_1$78 = {
5003
5004
  viewBox: "0 0 24 24",
5004
5005
  width: "1.2em",
5005
5006
  height: "1.2em"
5006
5007
  };
5007
- function render$57(e, t) {
5008
- return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createElementVNode("path", {
5008
+ function render$58(e, t) {
5009
+ return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createElementVNode("path", {
5009
5010
  fill: "none",
5010
5011
  stroke: "currentColor",
5011
5012
  "stroke-linecap": "round",
@@ -5016,14 +5017,14 @@ function render$57(e, t) {
5016
5017
  }
5017
5018
  var play_default = {
5018
5019
  name: "lucide-play",
5019
- render: render$57
5020
- }, _hoisted_1$76 = {
5020
+ render: render$58
5021
+ }, _hoisted_1$77 = {
5021
5022
  viewBox: "0 0 24 24",
5022
5023
  width: "1.2em",
5023
5024
  height: "1.2em"
5024
5025
  };
5025
- function render$56(e, t) {
5026
- return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createElementVNode("path", {
5026
+ function render$57(e, t) {
5027
+ return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createElementVNode("path", {
5027
5028
  fill: "none",
5028
5029
  stroke: "currentColor",
5029
5030
  "stroke-linecap": "round",
@@ -5034,14 +5035,14 @@ function render$56(e, t) {
5034
5035
  }
5035
5036
  var plug_default = {
5036
5037
  name: "lucide-plug",
5037
- render: render$56
5038
- }, _hoisted_1$75 = {
5038
+ render: render$57
5039
+ }, _hoisted_1$76 = {
5039
5040
  viewBox: "0 0 24 24",
5040
5041
  width: "1.2em",
5041
5042
  height: "1.2em"
5042
5043
  };
5043
- function render$55(e, t) {
5044
- return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createElementVNode("path", {
5044
+ function render$56(e, t) {
5045
+ return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createElementVNode("path", {
5045
5046
  fill: "none",
5046
5047
  stroke: "currentColor",
5047
5048
  "stroke-linecap": "round",
@@ -5052,14 +5053,14 @@ function render$55(e, t) {
5052
5053
  }
5053
5054
  var plus_default = {
5054
5055
  name: "lucide-plus",
5055
- render: render$55
5056
- }, _hoisted_1$74 = {
5056
+ render: render$56
5057
+ }, _hoisted_1$75 = {
5057
5058
  viewBox: "0 0 24 24",
5058
5059
  width: "1.2em",
5059
5060
  height: "1.2em"
5060
5061
  };
5061
- function render$54(e, t) {
5062
- return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createElementVNode("g", {
5062
+ function render$55(e, t) {
5063
+ return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createElementVNode("g", {
5063
5064
  fill: "none",
5064
5065
  stroke: "currentColor",
5065
5066
  "stroke-linecap": "round",
@@ -5069,14 +5070,14 @@ function render$54(e, t) {
5069
5070
  }
5070
5071
  var pocket_knife_default = {
5071
5072
  name: "lucide-pocket-knife",
5072
- render: render$54
5073
- }, _hoisted_1$73 = {
5073
+ render: render$55
5074
+ }, _hoisted_1$74 = {
5074
5075
  viewBox: "0 0 24 24",
5075
5076
  width: "1.2em",
5076
5077
  height: "1.2em"
5077
5078
  };
5078
- function render$53(e, t) {
5079
- return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createElementVNode("path", {
5079
+ function render$54(e, t) {
5080
+ return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createElementVNode("path", {
5080
5081
  fill: "none",
5081
5082
  stroke: "currentColor",
5082
5083
  "stroke-linecap": "round",
@@ -5087,14 +5088,14 @@ function render$53(e, t) {
5087
5088
  }
5088
5089
  var power_default = {
5089
5090
  name: "lucide-power",
5090
- render: render$53
5091
- }, _hoisted_1$72 = {
5091
+ render: render$54
5092
+ }, _hoisted_1$73 = {
5092
5093
  viewBox: "0 0 24 24",
5093
5094
  width: "1.2em",
5094
5095
  height: "1.2em"
5095
5096
  };
5096
- function render$52(e, t) {
5097
- return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createElementVNode("g", {
5097
+ function render$53(e, t) {
5098
+ return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createElementVNode("g", {
5098
5099
  fill: "none",
5099
5100
  stroke: "currentColor",
5100
5101
  "stroke-linecap": "round",
@@ -5104,14 +5105,14 @@ function render$52(e, t) {
5104
5105
  }
5105
5106
  var redo_2_default = {
5106
5107
  name: "lucide-redo-2",
5107
- render: render$52
5108
- }, _hoisted_1$71 = {
5108
+ render: render$53
5109
+ }, _hoisted_1$72 = {
5109
5110
  viewBox: "0 0 24 24",
5110
5111
  width: "1.2em",
5111
5112
  height: "1.2em"
5112
5113
  };
5113
- function render$51(e, t) {
5114
- return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createElementVNode("g", {
5114
+ function render$52(e, t) {
5115
+ return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createElementVNode("g", {
5115
5116
  fill: "none",
5116
5117
  stroke: "currentColor",
5117
5118
  "stroke-linecap": "round",
@@ -5125,14 +5126,14 @@ function render$51(e, t) {
5125
5126
  }
5126
5127
  var refresh_cw_default = {
5127
5128
  name: "lucide-refresh-cw",
5128
- render: render$51
5129
- }, _hoisted_1$70 = {
5129
+ render: render$52
5130
+ }, _hoisted_1$71 = {
5130
5131
  viewBox: "0 0 24 24",
5131
5132
  width: "1.2em",
5132
5133
  height: "1.2em"
5133
5134
  };
5134
- function render$50(e, t) {
5135
- return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createElementVNode("path", {
5135
+ function render$51(e, t) {
5136
+ return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createElementVNode("path", {
5136
5137
  fill: "none",
5137
5138
  stroke: "currentColor",
5138
5139
  "stroke-linecap": "round",
@@ -5143,14 +5144,14 @@ function render$50(e, t) {
5143
5144
  }
5144
5145
  var remove_formatting_default = {
5145
5146
  name: "lucide-remove-formatting",
5146
- render: render$50
5147
- }, _hoisted_1$69 = {
5147
+ render: render$51
5148
+ }, _hoisted_1$70 = {
5148
5149
  viewBox: "0 0 24 24",
5149
5150
  width: "1.2em",
5150
5151
  height: "1.2em"
5151
5152
  };
5152
- function render$49(e, t) {
5153
- return openBlock(), createElementBlock("svg", _hoisted_1$69, t[0] ||= [createElementVNode("g", {
5153
+ function render$50(e, t) {
5154
+ return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createElementVNode("g", {
5154
5155
  fill: "none",
5155
5156
  stroke: "currentColor",
5156
5157
  "stroke-linecap": "round",
@@ -5164,14 +5165,14 @@ function render$49(e, t) {
5164
5165
  }
5165
5166
  var rss_default = {
5166
5167
  name: "lucide-rss",
5167
- render: render$49
5168
- }, _hoisted_1$68 = {
5168
+ render: render$50
5169
+ }, _hoisted_1$69 = {
5169
5170
  viewBox: "0 0 24 24",
5170
5171
  width: "1.2em",
5171
5172
  height: "1.2em"
5172
5173
  };
5173
- function render$48(e, t) {
5174
- return openBlock(), createElementBlock("svg", _hoisted_1$68, t[0] ||= [createElementVNode("path", {
5174
+ function render$49(e, t) {
5175
+ return openBlock(), createElementBlock("svg", _hoisted_1$69, t[0] ||= [createElementVNode("path", {
5175
5176
  fill: "none",
5176
5177
  stroke: "currentColor",
5177
5178
  "stroke-linecap": "round",
@@ -5182,14 +5183,14 @@ function render$48(e, t) {
5182
5183
  }
5183
5184
  var satellite_dish_default = {
5184
5185
  name: "lucide-satellite-dish",
5185
- render: render$48
5186
- }, _hoisted_1$67 = {
5186
+ render: render$49
5187
+ }, _hoisted_1$68 = {
5187
5188
  viewBox: "0 0 24 24",
5188
5189
  width: "1.2em",
5189
5190
  height: "1.2em"
5190
5191
  };
5191
- function render$47(e, t) {
5192
- return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createElementVNode("g", {
5192
+ function render$48(e, t) {
5193
+ return openBlock(), createElementBlock("svg", _hoisted_1$68, t[0] ||= [createElementVNode("g", {
5193
5194
  fill: "none",
5194
5195
  stroke: "currentColor",
5195
5196
  "stroke-linecap": "round",
@@ -5199,14 +5200,14 @@ function render$47(e, t) {
5199
5200
  }
5200
5201
  var save_default = {
5201
5202
  name: "lucide-save",
5202
- render: render$47
5203
- }, _hoisted_1$66 = {
5203
+ render: render$48
5204
+ }, _hoisted_1$67 = {
5204
5205
  viewBox: "0 0 24 24",
5205
5206
  width: "1.2em",
5206
5207
  height: "1.2em"
5207
5208
  };
5208
- function render$46(e, t) {
5209
- return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createElementVNode("path", {
5209
+ function render$47(e, t) {
5210
+ return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createElementVNode("path", {
5210
5211
  fill: "none",
5211
5212
  stroke: "currentColor",
5212
5213
  "stroke-linecap": "round",
@@ -5217,25 +5218,25 @@ function render$46(e, t) {
5217
5218
  }
5218
5219
  var scale_default = {
5219
5220
  name: "lucide-scale",
5220
- render: render$46
5221
- }, _hoisted_1$65 = {
5221
+ render: render$47
5222
+ }, _hoisted_1$66 = {
5222
5223
  viewBox: "0 0 24 24",
5223
5224
  width: "1.2em",
5224
5225
  height: "1.2em"
5225
5226
  };
5226
- function render$45(e, t) {
5227
- return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M14.8 14.8L20 20\"></path></g>", 1)]);
5227
+ function render$46(e, t) {
5228
+ return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M14.8 14.8L20 20\"></path></g>", 1)]);
5228
5229
  }
5229
5230
  var scissors_default = {
5230
5231
  name: "lucide-scissors",
5231
- render: render$45
5232
- }, _hoisted_1$64 = {
5232
+ render: render$46
5233
+ }, _hoisted_1$65 = {
5233
5234
  viewBox: "0 0 24 24",
5234
5235
  width: "1.2em",
5235
5236
  height: "1.2em"
5236
5237
  };
5237
- function render$44(e, t) {
5238
- return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createElementVNode("g", {
5238
+ function render$45(e, t) {
5239
+ return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createElementVNode("g", {
5239
5240
  fill: "none",
5240
5241
  stroke: "currentColor",
5241
5242
  "stroke-linecap": "round",
@@ -5249,14 +5250,14 @@ function render$44(e, t) {
5249
5250
  }
5250
5251
  var search_default = {
5251
5252
  name: "lucide-search",
5252
- render: render$44
5253
- }, _hoisted_1$63 = {
5253
+ render: render$45
5254
+ }, _hoisted_1$64 = {
5254
5255
  viewBox: "0 0 24 24",
5255
5256
  width: "1.2em",
5256
5257
  height: "1.2em"
5257
5258
  };
5258
- function render$43(e, t) {
5259
- return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createElementVNode("path", {
5259
+ function render$44(e, t) {
5260
+ return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createElementVNode("path", {
5260
5261
  fill: "none",
5261
5262
  stroke: "currentColor",
5262
5263
  "stroke-linecap": "round",
@@ -5267,14 +5268,14 @@ function render$43(e, t) {
5267
5268
  }
5268
5269
  var send_default = {
5269
5270
  name: "lucide-send",
5270
- render: render$43
5271
- }, _hoisted_1$62 = {
5271
+ render: render$44
5272
+ }, _hoisted_1$63 = {
5272
5273
  viewBox: "0 0 24 24",
5273
5274
  width: "1.2em",
5274
5275
  height: "1.2em"
5275
5276
  };
5276
- function render$42(e, t) {
5277
- return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createElementVNode("g", {
5277
+ function render$43(e, t) {
5278
+ return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createElementVNode("g", {
5278
5279
  fill: "none",
5279
5280
  stroke: "currentColor",
5280
5281
  "stroke-linecap": "round",
@@ -5302,14 +5303,14 @@ function render$42(e, t) {
5302
5303
  }
5303
5304
  var server_default = {
5304
5305
  name: "lucide-server",
5305
- render: render$42
5306
- }, _hoisted_1$61 = {
5306
+ render: render$43
5307
+ }, _hoisted_1$62 = {
5307
5308
  viewBox: "0 0 24 24",
5308
5309
  width: "1.2em",
5309
5310
  height: "1.2em"
5310
5311
  };
5311
- function render$41(e, t) {
5312
- return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createElementVNode("g", {
5312
+ function render$42(e, t) {
5313
+ return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createElementVNode("g", {
5313
5314
  fill: "none",
5314
5315
  stroke: "currentColor",
5315
5316
  "stroke-linecap": "round",
@@ -5323,6 +5324,35 @@ function render$41(e, t) {
5323
5324
  }
5324
5325
  var settings_default = {
5325
5326
  name: "lucide-settings",
5327
+ render: render$42
5328
+ }, _hoisted_1$61 = {
5329
+ viewBox: "0 0 24 24",
5330
+ width: "1.2em",
5331
+ height: "1.2em"
5332
+ };
5333
+ function render$41(e, t) {
5334
+ return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createElementVNode("g", {
5335
+ fill: "none",
5336
+ stroke: "currentColor",
5337
+ "stroke-linecap": "round",
5338
+ "stroke-linejoin": "round",
5339
+ "stroke-width": "2"
5340
+ }, [
5341
+ createElementVNode("path", { d: "M14 17H5M19 7h-9" }),
5342
+ createElementVNode("circle", {
5343
+ cx: "17",
5344
+ cy: "17",
5345
+ r: "3"
5346
+ }),
5347
+ createElementVNode("circle", {
5348
+ cx: "7",
5349
+ cy: "7",
5350
+ r: "3"
5351
+ })
5352
+ ], -1)]);
5353
+ }
5354
+ var settings_2_default = {
5355
+ name: "lucide-settings-2",
5326
5356
  render: render$41
5327
5357
  }, _hoisted_1$60 = {
5328
5358
  viewBox: "0 0 24 24",
@@ -6473,6 +6503,7 @@ const deprecatedIconSet = {
6473
6503
  scissors: scissors_default,
6474
6504
  search: search_default,
6475
6505
  settings: settings_default,
6506
+ settings2: settings_2_default,
6476
6507
  send: send_default,
6477
6508
  server: server_default,
6478
6509
  share: share_default,
@@ -27111,17 +27142,14 @@ function bash(e) {
27111
27142
  begin: /\$\(/,
27112
27143
  end: /\)/,
27113
27144
  contains: [e.BACKSLASH_ESCAPE]
27114
- }, o = e.inherit(e.COMMENT(), {
27115
- match: [/(^|\s)/, /#.*$/],
27116
- scope: { 2: "comment" }
27117
- }), s = {
27145
+ }, o = {
27118
27146
  begin: /<<-?\s*(?=\w+)/,
27119
27147
  starts: { contains: [e.END_SAME_AS_BEGIN({
27120
27148
  begin: /(\w+)/,
27121
27149
  end: /(\w+)/,
27122
27150
  className: "string"
27123
27151
  })] }
27124
- }, l = {
27152
+ }, s = {
27125
27153
  className: "string",
27126
27154
  begin: /"/,
27127
27155
  end: /"/,
@@ -27131,12 +27159,15 @@ function bash(e) {
27131
27159
  i
27132
27160
  ]
27133
27161
  };
27134
- i.contains.push(l);
27135
- let d = { match: /\\"/ }, f = {
27162
+ i.contains.push(s);
27163
+ let l = {
27164
+ className: "",
27165
+ begin: /\\"/
27166
+ }, d = {
27136
27167
  className: "string",
27137
27168
  begin: /'/,
27138
27169
  end: /'/
27139
- }, p = { match: /\\'/ }, _ = {
27170
+ }, f = {
27140
27171
  begin: /\$?\(\(/,
27141
27172
  end: /\)\)/,
27142
27173
  contains: [
@@ -27147,7 +27178,7 @@ function bash(e) {
27147
27178
  e.NUMBER_MODE,
27148
27179
  n
27149
27180
  ]
27150
- }, y = e.SHEBANG({
27181
+ }, p = e.SHEBANG({
27151
27182
  binary: `(${[
27152
27183
  "fish",
27153
27184
  "bash",
@@ -27160,19 +27191,18 @@ function bash(e) {
27160
27191
  "scsh"
27161
27192
  ].join("|")})`,
27162
27193
  relevance: 10
27163
- }), x = {
27194
+ }), _ = {
27164
27195
  className: "function",
27165
27196
  begin: /\w[\w\d_]*\s*\(\s*\)\s*\{/,
27166
27197
  returnBegin: !0,
27167
27198
  contains: [e.inherit(e.TITLE_MODE, { begin: /\w[\w\d_]*/ })],
27168
27199
  relevance: 0
27169
- }, w = [
27200
+ }, y = [
27170
27201
  "if",
27171
27202
  "then",
27172
27203
  "else",
27173
27204
  "elif",
27174
27205
  "fi",
27175
- "time",
27176
27206
  "for",
27177
27207
  "while",
27178
27208
  "until",
@@ -27181,10 +27211,9 @@ function bash(e) {
27181
27211
  "done",
27182
27212
  "case",
27183
27213
  "esac",
27184
- "coproc",
27185
27214
  "function",
27186
27215
  "select"
27187
- ], k = ["true", "false"], $ = { match: /(\/[a-z._-]+)+/ }, A7 = [
27216
+ ], x = ["true", "false"], w = { match: /(\/[a-z._-]+)+/ }, k = [
27188
27217
  "break",
27189
27218
  "cd",
27190
27219
  "continue",
@@ -27203,7 +27232,7 @@ function bash(e) {
27203
27232
  "trap",
27204
27233
  "umask",
27205
27234
  "unset"
27206
- ], j7 = [
27235
+ ], $ = [
27207
27236
  "alias",
27208
27237
  "bind",
27209
27238
  "builtin",
@@ -27221,40 +27250,38 @@ function bash(e) {
27221
27250
  "read",
27222
27251
  "readarray",
27223
27252
  "source",
27224
- "sudo",
27225
27253
  "type",
27226
27254
  "typeset",
27227
27255
  "ulimit",
27228
27256
  "unalias"
27229
- ], M7 = /* @__PURE__ */ "autoload.bg.bindkey.bye.cap.chdir.clone.comparguments.compcall.compctl.compdescribe.compfiles.compgroups.compquote.comptags.comptry.compvalues.dirs.disable.disown.echotc.echoti.emulate.fc.fg.float.functions.getcap.getln.history.integer.jobs.kill.limit.log.noglob.popd.print.pushd.pushln.rehash.sched.setcap.setopt.stat.suspend.ttyctl.unfunction.unhash.unlimit.unsetopt.vared.wait.whence.where.which.zcompile.zformat.zftp.zle.zmodload.zparseopts.zprof.zpty.zregexparse.zsocket.zstyle.ztcp".split("."), N7 = /* @__PURE__ */ "chcon.chgrp.chown.chmod.cp.dd.df.dir.dircolors.ln.ls.mkdir.mkfifo.mknod.mktemp.mv.realpath.rm.rmdir.shred.sync.touch.truncate.vdir.b2sum.base32.base64.cat.cksum.comm.csplit.cut.expand.fmt.fold.head.join.md5sum.nl.numfmt.od.paste.ptx.pr.sha1sum.sha224sum.sha256sum.sha384sum.sha512sum.shuf.sort.split.sum.tac.tail.tr.tsort.unexpand.uniq.wc.arch.basename.chroot.date.dirname.du.echo.env.expr.factor.groups.hostid.id.link.logname.nice.nohup.nproc.pathchk.pinky.printenv.printf.pwd.readlink.runcon.seq.sleep.stat.stdbuf.stty.tee.test.timeout.tty.uname.unlink.uptime.users.who.whoami.yes".split(".");
27257
+ ], A7 = /* @__PURE__ */ "autoload.bg.bindkey.bye.cap.chdir.clone.comparguments.compcall.compctl.compdescribe.compfiles.compgroups.compquote.comptags.comptry.compvalues.dirs.disable.disown.echotc.echoti.emulate.fc.fg.float.functions.getcap.getln.history.integer.jobs.kill.limit.log.noglob.popd.print.pushd.pushln.rehash.sched.setcap.setopt.stat.suspend.ttyctl.unfunction.unhash.unlimit.unsetopt.vared.wait.whence.where.which.zcompile.zformat.zftp.zle.zmodload.zparseopts.zprof.zpty.zregexparse.zsocket.zstyle.ztcp".split("."), j7 = /* @__PURE__ */ "chcon.chgrp.chown.chmod.cp.dd.df.dir.dircolors.ln.ls.mkdir.mkfifo.mknod.mktemp.mv.realpath.rm.rmdir.shred.sync.touch.truncate.vdir.b2sum.base32.base64.cat.cksum.comm.csplit.cut.expand.fmt.fold.head.join.md5sum.nl.numfmt.od.paste.ptx.pr.sha1sum.sha224sum.sha256sum.sha384sum.sha512sum.shuf.sort.split.sum.tac.tail.tr.tsort.unexpand.uniq.wc.arch.basename.chroot.date.dirname.du.echo.env.expr.factor.groups.hostid.id.link.logname.nice.nohup.nproc.pathchk.pinky.printenv.printf.pwd.readlink.runcon.seq.sleep.stat.stdbuf.stty.tee.test.timeout.tty.uname.unlink.uptime.users.who.whoami.yes".split(".");
27230
27258
  return {
27231
27259
  name: "Bash",
27232
- aliases: ["sh", "zsh"],
27260
+ aliases: ["sh"],
27233
27261
  keywords: {
27234
27262
  $pattern: /\b[a-z][a-z0-9._-]+\b/,
27235
- keyword: w,
27236
- literal: k,
27263
+ keyword: y,
27264
+ literal: x,
27237
27265
  built_in: [
27238
- ...A7,
27239
- ...j7,
27266
+ ...k,
27267
+ ...$,
27240
27268
  "set",
27241
27269
  "shopt",
27242
- ...M7,
27243
- ...N7
27270
+ ...A7,
27271
+ ...j7
27244
27272
  ]
27245
27273
  },
27246
27274
  contains: [
27247
- y,
27275
+ p,
27248
27276
  e.SHEBANG(),
27249
- x,
27250
27277
  _,
27278
+ f,
27279
+ e.HASH_COMMENT_MODE,
27251
27280
  o,
27281
+ w,
27252
27282
  s,
27253
- $,
27254
27283
  l,
27255
27284
  d,
27256
- f,
27257
- p,
27258
27285
  n
27259
27286
  ]
27260
27287
  };
@@ -27434,18 +27461,11 @@ function python(e) {
27434
27461
  contains: [
27435
27462
  o,
27436
27463
  y,
27437
- {
27438
- scope: "variable.language",
27439
- match: /\bself\b/
27440
- },
27464
+ { begin: /\bself\b/ },
27441
27465
  {
27442
27466
  beginKeywords: "if",
27443
27467
  relevance: 0
27444
27468
  },
27445
- {
27446
- match: /\bor\b/,
27447
- scope: "keyword"
27448
- },
27449
27469
  d,
27450
27470
  x,
27451
27471
  e.HASH_COMMENT_MODE,
@@ -27494,7 +27514,7 @@ function python(e) {
27494
27514
  ]
27495
27515
  };
27496
27516
  }
27497
- var IDENT_RE = "[A-Za-z$_][0-9A-Za-z$_]*", KEYWORDS = /* @__PURE__ */ "as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends.using".split("."), LITERALS = [
27517
+ var IDENT_RE = "[A-Za-z$_][0-9A-Za-z$_]*", KEYWORDS = /* @__PURE__ */ "as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends".split("."), LITERALS = [
27498
27518
  "true",
27499
27519
  "false",
27500
27520
  "null",
@@ -27592,7 +27612,7 @@ function javascript$1(e) {
27592
27612
  keywords: l,
27593
27613
  contains: []
27594
27614
  }, x = {
27595
- begin: ".?html`",
27615
+ begin: "html`",
27596
27616
  end: "",
27597
27617
  starts: {
27598
27618
  end: "`",
@@ -27601,7 +27621,7 @@ function javascript$1(e) {
27601
27621
  subLanguage: "xml"
27602
27622
  }
27603
27623
  }, w = {
27604
- begin: ".?css`",
27624
+ begin: "css`",
27605
27625
  end: "",
27606
27626
  starts: {
27607
27627
  end: "`",
@@ -27610,7 +27630,7 @@ function javascript$1(e) {
27610
27630
  subLanguage: "css"
27611
27631
  }
27612
27632
  }, k = {
27613
- begin: ".?gql`",
27633
+ begin: "gql`",
27614
27634
  end: "",
27615
27635
  starts: {
27616
27636
  end: "`",
@@ -27677,13 +27697,13 @@ function javascript$1(e) {
27677
27697
  contains: ["self"].concat(j7)
27678
27698
  });
27679
27699
  let M7 = [].concat(A7, y.contains), N7 = M7.concat([{
27680
- begin: /(\s*)\(/,
27700
+ begin: /\(/,
27681
27701
  end: /\)/,
27682
27702
  keywords: l,
27683
27703
  contains: ["self"].concat(M7)
27684
27704
  }]), P7 = {
27685
27705
  className: "params",
27686
- begin: /(\s*)\(/,
27706
+ begin: /\(/,
27687
27707
  end: /\)/,
27688
27708
  excludeBegin: !0,
27689
27709
  excludeEnd: !0,
@@ -27752,7 +27772,7 @@ function javascript$1(e) {
27752
27772
  ...BUILT_IN_GLOBALS,
27753
27773
  "super",
27754
27774
  "import"
27755
- ].map((e) => `${e}\\s*\\(`)), r, t.lookahead(/\s*\(/)),
27775
+ ]), r, t.lookahead(/\(/)),
27756
27776
  className: "title.function",
27757
27777
  relevance: 0
27758
27778
  }, H7 = {
@@ -27823,8 +27843,8 @@ function javascript$1(e) {
27823
27843
  _,
27824
27844
  I7,
27825
27845
  {
27826
- scope: "attr",
27827
- match: r + t.lookahead(":"),
27846
+ className: "attr",
27847
+ begin: r + t.lookahead(":"),
27828
27848
  relevance: 0
27829
27849
  },
27830
27850
  G7,
@@ -27853,7 +27873,7 @@ function javascript$1(e) {
27853
27873
  skip: !0
27854
27874
  },
27855
27875
  {
27856
- begin: /(\s*)\(/,
27876
+ begin: /\(/,
27857
27877
  end: /\)/,
27858
27878
  excludeBegin: !0,
27859
27879
  excludeEnd: !0,
@@ -27928,7 +27948,7 @@ function javascript$1(e) {
27928
27948
  };
27929
27949
  }
27930
27950
  function typescript(e) {
27931
- let t = e.regex, n = javascript$1(e), r = IDENT_RE, i = [
27951
+ let t = javascript$1(e), n = IDENT_RE, r = [
27932
27952
  "any",
27933
27953
  "void",
27934
27954
  "number",
@@ -27939,33 +27959,29 @@ function typescript(e) {
27939
27959
  "symbol",
27940
27960
  "bigint",
27941
27961
  "unknown"
27942
- ], o = {
27943
- begin: [
27944
- /namespace/,
27945
- /\s+/,
27946
- e.IDENT_RE
27947
- ],
27948
- beginScope: {
27949
- 1: "keyword",
27950
- 3: "title.class"
27951
- }
27952
- }, s = {
27962
+ ], i = {
27963
+ beginKeywords: "namespace",
27964
+ end: /\{/,
27965
+ excludeEnd: !0,
27966
+ contains: [t.exports.CLASS_REFERENCE]
27967
+ }, o = {
27953
27968
  beginKeywords: "interface",
27954
27969
  end: /\{/,
27955
27970
  excludeEnd: !0,
27956
27971
  keywords: {
27957
27972
  keyword: "interface extends",
27958
- built_in: i
27973
+ built_in: r
27959
27974
  },
27960
- contains: [n.exports.CLASS_REFERENCE]
27961
- }, l = {
27975
+ contains: [t.exports.CLASS_REFERENCE]
27976
+ }, s = {
27962
27977
  className: "meta",
27963
27978
  relevance: 10,
27964
27979
  begin: /^\s*['"]use strict['"]/
27965
- }, d = {
27980
+ }, l = {
27966
27981
  $pattern: IDENT_RE,
27967
27982
  keyword: KEYWORDS.concat([
27968
27983
  "type",
27984
+ "namespace",
27969
27985
  "interface",
27970
27986
  "public",
27971
27987
  "private",
@@ -27975,34 +27991,26 @@ function typescript(e) {
27975
27991
  "abstract",
27976
27992
  "readonly",
27977
27993
  "enum",
27978
- "override",
27979
- "satisfies"
27994
+ "override"
27980
27995
  ]),
27981
27996
  literal: LITERALS,
27982
- built_in: BUILT_INS.concat(i),
27997
+ built_in: BUILT_INS.concat(r),
27983
27998
  "variable.language": BUILT_IN_VARIABLES
27984
- }, f = {
27999
+ }, d = {
27985
28000
  className: "meta",
27986
- begin: "@" + r
27987
- }, p = (e, t, n) => {
28001
+ begin: "@" + n
28002
+ }, f = (e, t, n) => {
27988
28003
  let r = e.contains.findIndex((e) => e.label === t);
27989
28004
  if (r === -1) throw Error("can not find mode to replace");
27990
28005
  e.contains.splice(r, 1, n);
27991
28006
  };
27992
- Object.assign(n.keywords, d), n.exports.PARAMS_CONTAINS.push(f);
27993
- let _ = n.contains.find((e) => e.scope === "attr"), y = Object.assign({}, _, { match: t.concat(r, t.lookahead(/\s*\?:/)) });
27994
- n.exports.PARAMS_CONTAINS.push([
27995
- n.exports.CLASS_REFERENCE,
27996
- _,
27997
- y
27998
- ]), n.contains = n.contains.concat([
27999
- f,
28000
- o,
28001
- s,
28002
- y
28003
- ]), p(n, "shebang", e.SHEBANG()), p(n, "use_strict", l);
28004
- let x = n.contains.find((e) => e.label === "func.def");
28005
- return x.relevance = 0, Object.assign(n, {
28007
+ Object.assign(t.keywords, l), t.exports.PARAMS_CONTAINS.push(d), t.contains = t.contains.concat([
28008
+ d,
28009
+ i,
28010
+ o
28011
+ ]), f(t, "shebang", e.SHEBANG()), f(t, "use_strict", s);
28012
+ let p = t.contains.find((e) => e.label === "func.def");
28013
+ return p.relevance = 0, Object.assign(t, {
28006
28014
  name: "TypeScript",
28007
28015
  aliases: [
28008
28016
  "ts",
@@ -28010,7 +28018,7 @@ function typescript(e) {
28010
28018
  "mts",
28011
28019
  "cts"
28012
28020
  ]
28013
- }), n;
28021
+ }), t;
28014
28022
  }
28015
28023
  var import_markdown_it = /* @__PURE__ */ __toESM(require_markdown_it()), VueMarkdown_default = defineComponent({
28016
28024
  name: "VueMarkdown",