@a2simcode/ui 0.0.313 → 0.0.315

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.
@@ -78,7 +78,7 @@ var Dt = (e) => !!(e == null || typeof e == "string" && e.trim() === "" || Array
78
78
  const o = t.icon, i = "jcode";
79
79
  if (o.indexOf(":") === -1)
80
80
  return Va(`${i}:${t.icon}`) == null, `${i}:${t.icon}`;
81
- const r = `${i}${o.split(":")[1]}`;
81
+ const r = `${i}:${o.split(":")[1]}`;
82
82
  return Va(r) != null ? r : o;
83
83
  }), a = H(() => ({
84
84
  size: t.size,
@@ -11735,7 +11735,7 @@ var og = /* @__PURE__ */ xe({
11735
11735
  p += w, (g === y && p <= l.value || g < y && p + 56 <= l.value) && h.push(C);
11736
11736
  }), h.length < n.menuList.length && h.push({
11737
11737
  value: "moreId",
11738
- icon: "more-outlined",
11738
+ icon: "mdi:more-horiz",
11739
11739
  label: "",
11740
11740
  hasChildren: !0,
11741
11741
  indent: 0,