@dcrackel/hematournamentui 1.0.95 → 1.0.97

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.
@@ -29517,13 +29517,13 @@ const TD = /* @__PURE__ */ ke(XT, [["render", sR]]), lR = {
29517
29517
  }, AR = { class: "bg-poolSetup px-4 rounded-xl flex justify-between items-center shadow border border-dropdownSelect" }, cR = { class: "flex flex-col w-1/3 mt-2" }, uR = /* @__PURE__ */ k("span", { class: "h-8" }, null, -1), dR = {
29518
29518
  key: 0,
29519
29519
  class: "flex rounded-xl border border-dropdownSelect mt-2 px-4 pt-2 pb-4 bg-neutral w-1/3 shadow"
29520
- }, gR = { class: "mt-1 w-10 pr-4" }, fR = { class: "w-full" }, pR = {
29520
+ }, gR = { class: "mt-1 w-10 mr-3" }, fR = { class: "w-full" }, pR = {
29521
29521
  key: 1,
29522
29522
  class: "flex rounded-xl border border-dropdownSelect mt-2 px-4 pt-2 pb-4 bg-neutral w-1/3 shadow"
29523
- }, hR = { class: "mt-1 w-10 pr-4" }, mR = { class: "w-full" }, CR = {
29523
+ }, hR = { class: "mt-1 w-10 mr-3" }, mR = { class: "w-full" }, CR = {
29524
29524
  key: 2,
29525
29525
  class: "flex rounded-xl border border-dropdownSelect mt-2 px-4 pt-2 pb-4 bg-neutral w-1/3 shadow"
29526
- }, ER = { class: "mt-1 w-10 pr-4" }, IR = { class: "w-full" }, BR = { class: "flex flex-row w-1/3 justify-end" };
29526
+ }, ER = { class: "mt-1 w-10 mr-3" }, IR = { class: "w-full" }, BR = { class: "flex flex-row w-1/3 justify-end" };
29527
29527
  function QR(n, e, t, r, i, o) {
29528
29528
  const a = $("BaseText"), s = $("BaseIcon"), l = $("CounterBox");
29529
29529
  return Q(), x("div", AR, [
@@ -29546,9 +29546,9 @@ function QR(n, e, t, r, i, o) {
29546
29546
  t.mode === "planning" ? (Q(), x("section", dR, [
29547
29547
  k("div", gR, [
29548
29548
  M(s, {
29549
- "icon-name": "fa-clipboard-list",
29549
+ "icon-name": "fa-lightbulb-on",
29550
29550
  size: "3xl",
29551
- color: "primaryHighlight",
29551
+ color: "quaternary",
29552
29552
  class: ""
29553
29553
  })
29554
29554
  ]),
@@ -29561,7 +29561,7 @@ function QR(n, e, t, r, i, o) {
29561
29561
  class: ""
29562
29562
  }),
29563
29563
  M(a, {
29564
- text: "click start pools when ready to start event",
29564
+ text: "click 'start checkin' to begin fencer checkin and pool finalization",
29565
29565
  size: "xs",
29566
29566
  color: "primaryHighlight"
29567
29567
  })
@@ -29570,9 +29570,9 @@ function QR(n, e, t, r, i, o) {
29570
29570
  t.mode === "preparation" ? (Q(), x("section", pR, [
29571
29571
  k("div", hR, [
29572
29572
  M(s, {
29573
- "icon-name": "fa-wrench",
29573
+ "icon-name": "fa-ballot-check",
29574
29574
  size: "3xl",
29575
- color: "primaryHighlight",
29575
+ color: "quaternary",
29576
29576
  class: ""
29577
29577
  })
29578
29578
  ]),
@@ -29585,7 +29585,7 @@ function QR(n, e, t, r, i, o) {
29585
29585
  class: ""
29586
29586
  }),
29587
29587
  M(a, {
29588
- text: "only fencers that are present will show",
29588
+ text: "Only present fencers will show. Make any/all final changes. Click 'Go Live' to start pools.",
29589
29589
  size: "xs",
29590
29590
  color: "primaryHighlight"
29591
29591
  })
@@ -29596,7 +29596,7 @@ function QR(n, e, t, r, i, o) {
29596
29596
  M(s, {
29597
29597
  "icon-name": "fa-play",
29598
29598
  size: "3xl",
29599
- color: "primaryHighlight",
29599
+ color: "quaternary",
29600
29600
  class: ""
29601
29601
  })
29602
29602
  ]),
@@ -29869,7 +29869,7 @@ const zR = /* @__PURE__ */ ke(DR, [["render", JR]]), KR = {
29869
29869
  mode: {
29870
29870
  type: String,
29871
29871
  required: !0,
29872
- validator: (n) => ["Planning", "Preparation", "Live", "Complete"].includes(n)
29872
+ validator: (n) => ["planning", "preparation", "live", "results", "de", "completed"].includes(n)
29873
29873
  },
29874
29874
  staff: {
29875
29875
  type: Array,