@firecms/core 3.0.0-canary.35 → 3.0.0-canary.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -652,7 +652,7 @@ function jr(e, t = "_", r = !0) {
652
652
  function gu(e) {
653
653
  return e ? e.includes("-") || e.includes("_") || !e.includes(" ") ? e.replace(/[-_]/g, " ").replace(/\w\S*/g, function(r) {
654
654
  return r.charAt(0).toUpperCase() + r.substr(1);
655
- }) : e : "";
655
+ }).trim() : e.trim() : "";
656
656
  }
657
657
  const gs = "MMMM dd, yyyy, HH:mm:ss", As = "::";
658
658
  function Mi(e) {