@dcrackel/hematournamentui 1.0.281 → 1.0.282
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.
|
@@ -571,7 +571,7 @@ const RY = /* @__PURE__ */ re(Jf, [["render", Vf]]), Wf = {
|
|
|
571
571
|
tertiary: `px-2.5 py-0.5 items-center gap-2.5 rounded-md text-center justify-center border border-dropdownSelect hover:bg-dropdownSelect ${n.selected ? "bg-primary" : "bg-tertiary"}`,
|
|
572
572
|
bright: `px-3 py-1 items-center gap-2.5 rounded-md text-center justify-center hover:bg-primary text-neutral ${n.selected ? "bg-primary" : "bg-bright"}`,
|
|
573
573
|
admin: `px-2.5 py-2 items-center rounded-md gap-2.5 text-center my-1 text-neutral hover:bg-primaryHighlight ${n.selected, "bg-primary"}`,
|
|
574
|
-
adminSecondary: `px-2.5 py-
|
|
574
|
+
adminSecondary: `px-2.5 py-1.5 my-1 rounded-md items-center gap-2.5 text-center hover:bg-bright w-full text-neutral ${n.selected, "bg-primary"}`,
|
|
575
575
|
iconOnly: "px-0.5 items-center rounded-full text-center text-tertiary shadow border border-dropdownSelect justify-center bg-primaryHighlight",
|
|
576
576
|
editor: "px-1 items-center rounded-md text-center justify-center hover:bg-tertiary",
|
|
577
577
|
square: `p-8 my-3 items-center gap-2.5 rounded-md text-center shadow border border-dropdownSelect justify-center hover:bg-tertiary ${n.selected ? "bg-dropdownSelect" : "bg-neutral"}`,
|
|
@@ -31155,7 +31155,7 @@ const UY = /* @__PURE__ */ re(uR, [["render", BR]]), sf = "data:image/png;base64
|
|
|
31155
31155
|
this.$emit("button:Logout");
|
|
31156
31156
|
}
|
|
31157
31157
|
}
|
|
31158
|
-
}, vR = { class: "bg-secondary min-h-screen flex flex-col justify-between w-
|
|
31158
|
+
}, vR = { class: "bg-secondary min-h-screen flex flex-col justify-between w-40" }, wR = { class: "h-28 border-b border-neutral" }, yR = { class: "flex flex-col justify-center h-28" }, bR = { class: "flex justify-center" }, xR = ["src"], DR = { class: "flex flex-col p-2 h-full w-full px-4" }, kR = { class: "flex flex-col justify-end flex-grow" }, SR = { class: "border-t border-neutral p-4" };
|
|
31159
31159
|
function MR(n, e, t, r, i, o) {
|
|
31160
31160
|
const A = x("BaseButton");
|
|
31161
31161
|
return C(), B("div", vR, [
|
|
@@ -31175,7 +31175,7 @@ function MR(n, e, t, r, i, o) {
|
|
|
31175
31175
|
label: s.label,
|
|
31176
31176
|
iconName: s.iconName,
|
|
31177
31177
|
type: "adminSecondary",
|
|
31178
|
-
size: "
|
|
31178
|
+
size: "sm",
|
|
31179
31179
|
onClick: (a) => o.handleButtonClick(s)
|
|
31180
31180
|
}, null, 8, ["label", "iconName", "onClick"]))), 256))
|
|
31181
31181
|
]),
|
|
@@ -31185,14 +31185,14 @@ function MR(n, e, t, r, i, o) {
|
|
|
31185
31185
|
iconName: "fa-user",
|
|
31186
31186
|
label: "Account",
|
|
31187
31187
|
type: "adminSecondary",
|
|
31188
|
-
size: "
|
|
31188
|
+
size: "sm",
|
|
31189
31189
|
onClick: e[0] || (e[0] = (s) => o.handleAccount())
|
|
31190
31190
|
}),
|
|
31191
31191
|
p(A, {
|
|
31192
31192
|
iconName: "fa-right-to-bracket",
|
|
31193
31193
|
label: "Log Out",
|
|
31194
31194
|
type: "adminSecondary",
|
|
31195
|
-
size: "
|
|
31195
|
+
size: "sm",
|
|
31196
31196
|
onClick: e[1] || (e[1] = (s) => o.handleLogOut())
|
|
31197
31197
|
})
|
|
31198
31198
|
])
|