@dcrackel/hematournamentui 1.0.232 → 1.0.233
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/HemaTournamentUI-lib.es.js +5 -5
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/mocks/eventPersonGetInitialPoolAssignments2.js +569 -1030
- package/src/stories/Organisms/Cards/TableauFencerCard/TableauFencerCard.vue +2 -2
- package/src/stories/Organisms/Containers/TableauLines/SpacingConfig.js +1 -1
- package/src/stories/Templates/EventManagement/Bracket/Bracket.stories.js +9 -0
- package/src/stories/Templates/Menus/Admin/AdminLeftMenu.vue +1 -1
- package/tailwind.config.js +9 -0
|
@@ -30395,7 +30395,7 @@ const kH = /* @__PURE__ */ Ae(hO, [["render", yO]]), ip = "data:image/png;base64
|
|
|
30395
30395
|
this.$emit("button-click", n);
|
|
30396
30396
|
}
|
|
30397
30397
|
}
|
|
30398
|
-
}, bO = { class: "bg-secondary min-h-screen flex flex-col justify-between" }, xO = { class: "h-28 border-b border-neutral" }, kO = { class: "flex flex-col justify-center h-28" }, DO = { class: "flex justify-center" }, SO = ["src"], TO = { class: "flex flex-col p-2 h-full" }, MO = { class: "flex flex-col justify-end p-2 flex-grow" }, OO = { class: "border-t border-neutral pt-2" };
|
|
30398
|
+
}, bO = { class: "bg-secondary min-h-screen flex flex-col justify-between w-[150]" }, xO = { class: "h-28 border-b border-neutral" }, kO = { class: "flex flex-col justify-center h-28" }, DO = { class: "flex justify-center" }, SO = ["src"], TO = { class: "flex flex-col p-2 h-full" }, MO = { class: "flex flex-col justify-end p-2 flex-grow" }, OO = { class: "border-t border-neutral pt-2" };
|
|
30399
30399
|
function PO(n, e, t, r, i, o) {
|
|
30400
30400
|
const s = T("BaseButton");
|
|
30401
30401
|
return C(), B("div", bO, [
|
|
@@ -34861,14 +34861,14 @@ function b3(n, e, t, r, i, o) {
|
|
|
34861
34861
|
size: t.large ? "sm" : "xs",
|
|
34862
34862
|
weight: t.large ? "bold" : "normal",
|
|
34863
34863
|
color: "quaternary",
|
|
34864
|
-
class: "text-nowrap overflow-hidden"
|
|
34864
|
+
class: "truncate text-nowrap overflow-hidden"
|
|
34865
34865
|
}, null, 8, ["text", "size", "weight"]),
|
|
34866
34866
|
o.club.length > 1 && t.large ? (C(), ae(s, {
|
|
34867
34867
|
key: 0,
|
|
34868
34868
|
color: "quinary",
|
|
34869
|
-
text: o.club.substring(0,
|
|
34869
|
+
text: o.club.substring(0, 28),
|
|
34870
34870
|
size: "xs",
|
|
34871
|
-
class: "text-nowrap overflow-hidden"
|
|
34871
|
+
class: "truncate text-nowrap overflow-hidden"
|
|
34872
34872
|
}, null, 8, ["text"])) : M("", !0)
|
|
34873
34873
|
])
|
|
34874
34874
|
])
|
|
@@ -35135,7 +35135,7 @@ const pp = /* @__PURE__ */ Ae(D3, [["render", S3]]), T3 = {
|
|
|
35135
35135
|
"Table of 8": { getTopSpace: "mt-[1.3rem]", getConnectorHeight: "h-[7rem]", getTopSpaceForLine: "mt-[3.25rem]" },
|
|
35136
35136
|
Quarterfinal: { getTopSpace: "mt-[4.7rem]", getConnectorHeight: "h-[14rem]", getTopSpaceForLine: "mt-[7rem]" },
|
|
35137
35137
|
Semifinal: { getTopSpace: "mt-[12.7rem]", getConnectorHeight: "h-[28.3rem]", getTopSpaceForLine: "" },
|
|
35138
|
-
Final: { getTopSpace: "h-[
|
|
35138
|
+
Final: { getTopSpace: "h-[30rem] mt-[25rem] -ml-[309px]", getBottomLine: "h-[30rem] mt-[2.5rem] -ml-[309px]" },
|
|
35139
35139
|
"Third Place": { getTopSpace: "hidden", getConnectorHeight: "hidden", getTopSpaceForLine: "hidden" }
|
|
35140
35140
|
},
|
|
35141
35141
|
small: {
|