courthive-components 0.7.4 → 0.7.5
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.
|
@@ -51198,11 +51198,10 @@ const vh = {
|
|
|
51198
51198
|
validateTieFormat: br
|
|
51199
51199
|
}, E0e = Ke({
|
|
51200
51200
|
WebkitBoxSizing: "border-box",
|
|
51201
|
+
marginInlineEnd: ".3em",
|
|
51201
51202
|
display: "inline-block",
|
|
51202
51203
|
boxSizing: "border-box",
|
|
51203
51204
|
position: "relative",
|
|
51204
|
-
marginInlineStart: 1,
|
|
51205
|
-
marginInlineEnd: 2,
|
|
51206
51205
|
borderRadius: 2,
|
|
51207
51206
|
variants: {
|
|
51208
51207
|
variant: {
|
|
@@ -51218,7 +51217,7 @@ const vh = {
|
|
|
51218
51217
|
function $0e({ matchUp: t, individualParticipant: e, spacer: r }) {
|
|
51219
51218
|
var a, l, c;
|
|
51220
51219
|
const n = ((a = e == null ? void 0 : e.person) == null ? void 0 : a.iso2NationalityCode) || "", o = n ? (l = uH.countryToFlag(n)) == null ? void 0 : l.slice(0, 4) : "", i = document.createElement("span"), s = (c = t == null ? void 0 : t.matchUpType) == null ? void 0 : c.toLowerCase();
|
|
51221
|
-
return i.className = E0e({ variant: s }), i.innerHTML = r ? "" : o, i;
|
|
51220
|
+
return r || (i.className = E0e({ variant: s })), i.innerHTML = r ? "" : o, i;
|
|
51222
51221
|
}
|
|
51223
51222
|
function $u({ individualParticipant: t, composition: e, className: r, matchUp: n, spacer: o, side: i, type: s }) {
|
|
51224
51223
|
if (s === "scale")
|