@dcrackel/hematournamentui 1.0.291 → 1.0.292
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.
|
@@ -37500,6 +37500,9 @@ const LY = /* @__PURE__ */ te(OY, [["render", FY]]), HY = {
|
|
|
37500
37500
|
},
|
|
37501
37501
|
getClass() {
|
|
37502
37502
|
return this.person.ProfileImage ? "border-2 border-dashed rounded-full w-32" : "border-2 border-dashed rounded-lg w-full";
|
|
37503
|
+
},
|
|
37504
|
+
getPronounLabel() {
|
|
37505
|
+
return this.getSelectedPronouns.text && this.getSelectedPronouns.text.length < 2 ? "Please select your preferred pronouns" : "";
|
|
37503
37506
|
}
|
|
37504
37507
|
},
|
|
37505
37508
|
methods: {
|
|
@@ -37611,7 +37614,7 @@ function eq(n, e, t, r, i, o) {
|
|
|
37611
37614
|
color: "quaternary"
|
|
37612
37615
|
}),
|
|
37613
37616
|
p(c, {
|
|
37614
|
-
label: o.
|
|
37617
|
+
label: o.getPronounLabel,
|
|
37615
37618
|
items: i.pronouns,
|
|
37616
37619
|
class: "pb-2",
|
|
37617
37620
|
selectedItem: o.getSelectedPronouns,
|