@dcrackel/hematournamentui 1.0.337 → 1.0.339
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 +4 -4
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/mocks/getDeBouts-6fencers.js +422 -488
- package/src/stories/Organisms/Cards/TableauBoutCard/SpacingConfig.js +2 -2
- package/src/stories/Organisms/Containers/TableauLines/SpacingConfig.js +2 -2
- package/src/stories/Templates/EventManagement/Bracket/Bracket.stories.js +3 -3
|
@@ -35397,13 +35397,13 @@ const e2 = /* @__PURE__ */ ie(Gz, [["render", $z]]), t2 = {
|
|
|
35397
35397
|
large: {
|
|
35398
35398
|
"Table of 8": { getTopSpace: "mt-[0rem] mb-[2rem]", getCardSpace: "mt-1" },
|
|
35399
35399
|
Semifinal: { getTopSpace: "mt-[1.34rem] mb-[3.4rem]", getCardSpace: "mt-[4.5rem]" },
|
|
35400
|
-
Final: { getTopSpace: "mt-[
|
|
35400
|
+
Final: { getTopSpace: "mt-[11rem]", getCardSpace: "mt-1" },
|
|
35401
35401
|
"Third Place": { getTopSpace: "-mt-[2rem] -ml-[19.2rem]", getCardSpace: "mt-1" }
|
|
35402
35402
|
},
|
|
35403
35403
|
small: {
|
|
35404
35404
|
"Table of 8": { getTopSpace: "mt-[0rem] mb-4", getCardSpace: "mt-1" },
|
|
35405
35405
|
Semifinal: { getTopSpace: "mt-[0.7rem] mb-[1.8rem]", getCardSpace: "mt-[2.3rem]" },
|
|
35406
|
-
Final: { getTopSpace: "mt-[
|
|
35406
|
+
Final: { getTopSpace: "mt-[6rem]", getCardSpace: "mt-1" },
|
|
35407
35407
|
"Third Place": { getTopSpace: "-mt-[2rem] -ml-[11rem]", getCardSpace: "mt-1" }
|
|
35408
35408
|
}
|
|
35409
35409
|
},
|
|
@@ -35663,13 +35663,13 @@ const $p = /* @__PURE__ */ ie(n2, [["render", r2]]), i2 = {
|
|
|
35663
35663
|
"Table of 8": {
|
|
35664
35664
|
large: {
|
|
35665
35665
|
"Table of 8": { getTopSpace: "mt-[0rem]", getConnectorHeight: "h-[2.7rem]", getTopSpaceForLine: "mt-[1.2rem]" },
|
|
35666
|
-
Semifinal: { getTopSpace: "mt-[
|
|
35666
|
+
Semifinal: { getTopSpace: "mt-[2.5rem]", getConnectorHeight: "h-[7rem]", getTopSpaceForLine: "mt-[3.25rem]" },
|
|
35667
35667
|
Final: { getTopSpace: "h-[6rem] mt-[22rem] -ml-[309px]", getBottomLine: "h-[6rem] mt-[2.5rem] -ml-[309px]" },
|
|
35668
35668
|
"Third Place": { getTopSpace: "hidden", getConnectorHeight: "hidden", getTopSpaceForLine: "hidden" }
|
|
35669
35669
|
},
|
|
35670
35670
|
small: {
|
|
35671
35671
|
"Table of 8": { getTopSpace: "-mt-[0.6rem]", getConnectorHeight: "h-[1.5rem]", getTopSpaceForLine: "mt-[0.6rem]" },
|
|
35672
|
-
Semifinal: { getTopSpace: "mt-[
|
|
35672
|
+
Semifinal: { getTopSpace: "mt-[1.2rem]", getConnectorHeight: "h-[3.6rem]", getTopSpaceForLine: "mt-[1.6rem]" },
|
|
35673
35673
|
Final: { getTopSpace: "h-[6rem] mt-[9.1rem] -ml-[181px]", getBottomLine: "h-[3rem] mt-[1.4rem] -ml-[181px]" },
|
|
35674
35674
|
"Third Place": { getTopSpace: "hidden", getConnectorHeight: "hidden", getTopSpaceForLine: "hidden" }
|
|
35675
35675
|
}
|