@dcrackel/hematournamentui 1.0.618 → 1.0.620

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.
@@ -10656,7 +10656,7 @@ const Ev = /* @__PURE__ */ oe(uv, [["render", Bv]]), Qv = {
10656
10656
  },
10657
10657
  validateAll() {
10658
10658
  let n = !0;
10659
- const e = /[\/\\'"=:*<>|?&!@#$%^(){}[\]]/g;
10659
+ const e = /[\\'"=:*<>|?!@#$%^(){}[\]]/g;
10660
10660
  return !this.eventConfig.EventName || this.eventConfig.EventName.trim().length < 4 ? (this.validation.EventName = {
10661
10661
  invalid: !0,
10662
10662
  message: "Event Name must be at least 3 characters long."