wafields 0.22.0 → 0.22.2
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/common/PlayerTag.d.ts +2 -1
- package/dist/{index-Csi5IbXD.mjs → index-BqAldPuA.mjs} +5 -4
- package/dist/{index-C1X97b3g.js → index-UY5Gdzqr.js} +2 -2
- package/dist/{mapbox-gl-Ca3xHA73-DhwA72Lv.js → mapbox-gl-Ca3xHA73-8rz4cUDW.js} +1 -1
- package/dist/{mapbox-gl-Ca3xHA73-D3ZJpvo-.mjs → mapbox-gl-Ca3xHA73-BO6syahW.mjs} +1 -1
- package/dist/{maplibre-gl-CaKSugoo-BUjVPctB.js → maplibre-gl-CaKSugoo-DC1pZumz.js} +1 -1
- package/dist/{maplibre-gl-CaKSugoo-ClaCNq9-.mjs → maplibre-gl-CaKSugoo-VzevvMvg.mjs} +1 -1
- package/dist/wafields.cjs.js +1 -1
- package/dist/wafields.es.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ProfileType } from 'wenum';
|
|
2
2
|
interface PlayerTagProps {
|
|
3
3
|
playerType: ProfileType;
|
|
4
|
+
playerLabel?: string;
|
|
4
5
|
}
|
|
5
|
-
declare function PlayerTag({ playerType }: PlayerTagProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function PlayerTag({ playerType, playerLabel }: PlayerTagProps): import("react/jsx-runtime").JSX.Element;
|
|
6
7
|
export default PlayerTag;
|
|
@@ -37255,10 +37255,10 @@ function RP(e) {
|
|
|
37255
37255
|
Fo(t._container, o);
|
|
37256
37256
|
}, [o]), null;
|
|
37257
37257
|
}
|
|
37258
|
-
const XL = Do(RP), NP = import("./maplibre-gl-CaKSugoo-
|
|
37258
|
+
const XL = Do(RP), NP = import("./maplibre-gl-CaKSugoo-VzevvMvg.mjs").then((e) => e.m), $L = P.forwardRef(function(e, t) {
|
|
37259
37259
|
return N1(e, t, NP);
|
|
37260
37260
|
});
|
|
37261
|
-
const BP = import("./mapbox-gl-Ca3xHA73-
|
|
37261
|
+
const BP = import("./mapbox-gl-Ca3xHA73-BO6syahW.mjs").then((e) => e.m), _L = P.forwardRef(function(e, t) {
|
|
37262
37262
|
return N1(e, t, BP);
|
|
37263
37263
|
});
|
|
37264
37264
|
const Io = Math.min, Qr = Math.max, Xr = Math.round, Zr = Math.floor, sn = (e) => ({
|
|
@@ -44837,8 +44837,9 @@ function DR({ onClick: e, className: t = "" }) {
|
|
|
44837
44837
|
}
|
|
44838
44838
|
);
|
|
44839
44839
|
}
|
|
44840
|
-
function jR({ playerType: e }) {
|
|
44841
|
-
|
|
44840
|
+
function jR({ playerType: e, playerLabel: t }) {
|
|
44841
|
+
let n = "Individual";
|
|
44842
|
+
return e === wn.Team && (n = "Team"), t ? n = t : n = "Collection", /* @__PURE__ */ me.jsx(ug, { label: n, color: e });
|
|
44842
44843
|
}
|
|
44843
44844
|
export {
|
|
44844
44845
|
iR as A,
|