@dcrackel/meyersquaredui 1.0.176 → 1.0.178
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/meyersquaredui.es.js +3 -3
- package/dist/meyersquaredui.umd.js +1 -1
- package/package.json +1 -1
- package/src/mocks/getDEWithBouts8.js +631 -0
- package/src/stories/Organisms/Tableau/Tableau.stories.js +2 -1
- package/src/stories/Organisms/Tableau/TableauBoutCard/SpacingConfig.js +1 -1
- package/src/stories/Organisms/Tableau/TableauFencerCard/TableauFencerCard.vue +1 -0
- package/src/stories/Organisms/Tableau/TableauLines/SpacingConfig.js +1 -1
|
@@ -6462,7 +6462,7 @@ const Ec = /* @__PURE__ */ T(ei, [["render", si]]), oi = {
|
|
|
6462
6462
|
return e ? e.URL : "";
|
|
6463
6463
|
},
|
|
6464
6464
|
name() {
|
|
6465
|
-
return this.fencer.DisplayName;
|
|
6465
|
+
return this.fencer.DisplayName.length > 19 ? this.fencer.DisplayName.substring(0, 19) : this.fencer.DisplayName;
|
|
6466
6466
|
},
|
|
6467
6467
|
club() {
|
|
6468
6468
|
return this.fencer.DisplayName === "BYE" || this.fencer.DisplayName === "" ? "" : this.fencer.Club.Name;
|
|
@@ -6580,7 +6580,7 @@ const mt = /* @__PURE__ */ T(oi, [["render", mi]]), ui = {
|
|
|
6580
6580
|
"Table of 8": { getTopSpace: "mt-[0rem] mb-4", getCardSpace: "mt-1" },
|
|
6581
6581
|
Quarterfinal: { getTopSpace: "mt-[0.7rem] mb-[1.75rem]", getCardSpace: "mt-[2.3rem]" },
|
|
6582
6582
|
Semifinal: { getTopSpace: "mt-[0.7rem] mb-[1.8rem]", getCardSpace: "mt-[2.3rem]" },
|
|
6583
|
-
Final: { getTopSpace: "mt-[
|
|
6583
|
+
Final: { getTopSpace: "mt-[5rem]", getCardSpace: "mt-1" },
|
|
6584
6584
|
"Third Place": { getTopSpace: "-mt-[2rem] -ml-[10rem]", getCardSpace: "mt-1" }
|
|
6585
6585
|
}
|
|
6586
6586
|
},
|
|
@@ -7096,7 +7096,7 @@ const xi = /* @__PURE__ */ T(bi, [["render", yi]]), wi = {
|
|
|
7096
7096
|
small: {
|
|
7097
7097
|
"Table of 8": { getTopSpace: "-mt-[0.6rem]", getConnectorHeight: "h-[1.5rem]", getTopSpaceForLine: "mt-[0.6rem]" },
|
|
7098
7098
|
Semifinal: { getTopSpace: "mt-[1.2rem]", getConnectorHeight: "h-[3.6rem]", getTopSpaceForLine: "mt-[1.6rem]" },
|
|
7099
|
-
Final: { getTopSpace: "h-[6rem] mt-[9.1rem] -ml-[181px]", getBottomLine: "h-[3rem] mt-[1.4rem] -ml-[
|
|
7099
|
+
Final: { getTopSpace: "h-[6rem] mt-[9.1rem] -ml-[181px]", getTopSpaceForLine: "h-[3.9rem] mt-[4rem] -ml-[11.3rem]", getBottomLine: "h-[3rem] mt-[1.4rem] -ml-[11.3rem]" },
|
|
7100
7100
|
"Third Place": { getTopSpace: "hidden", getConnectorHeight: "hidden", getTopSpaceForLine: "hidden" }
|
|
7101
7101
|
}
|
|
7102
7102
|
},
|