@hybr1d-tech/charizard 2.3.39 → 2.3.40

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/hybr1d-ui.js CHANGED
@@ -8039,7 +8039,7 @@ function Uo(e) {
8039
8039
  case "resolved":
8040
8040
  return "Resolved";
8041
8041
  default:
8042
- return console.warn(`Unknown status: ${e}`), e.split(" ").map((l) => l.charAt(0).toUpperCase() + l.slice(1)).join(" ");
8042
+ return console.warn(`Unknown status: ${e}`), e.trim().replace(/[_-]+/g, " ").split(/\s+/).filter(Boolean).map((l) => l.charAt(0).toUpperCase() + l.slice(1).toLowerCase()).join(" ") || "Unknown";
8043
8043
  }
8044
8044
  }
8045
8045
  function z2({ src: e, alt: l, className: c, ...n }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "2.3.39",
3
+ "version": "2.3.40",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"