wacomm 2.27.3 → 2.27.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.
- package/dist/wacomm.cjs.js +2 -2
- package/dist/wacomm.es.js +7 -11
- package/package.json +1 -1
package/dist/wacomm.es.js
CHANGED
|
@@ -21247,14 +21247,10 @@ function ph({ lat: e, lng: t, className: n = "", onClick: r = Yt, isHighlighted:
|
|
|
21247
21247
|
return /* @__PURE__ */ w(co, {
|
|
21248
21248
|
className: G("Coordinates", i ? "text-blue-500" : "text-gray-500", n),
|
|
21249
21249
|
onClick: r,
|
|
21250
|
-
children: [
|
|
21251
|
-
|
|
21252
|
-
|
|
21253
|
-
|
|
21254
|
-
className: "ml-4",
|
|
21255
|
-
children: ["LNG: ", t]
|
|
21256
|
-
})
|
|
21257
|
-
]
|
|
21250
|
+
children: [/* @__PURE__ */ C(wa, { className: i ? "fill-blue-500" : "fill-gray-500" }), pn(e, t) ? /* @__PURE__ */ w(S, { children: [/* @__PURE__ */ w("span", { children: ["LAT: ", e] }), /* @__PURE__ */ w("span", {
|
|
21251
|
+
className: "ml-4",
|
|
21252
|
+
children: ["LNG: ", t]
|
|
21253
|
+
})] }) : /* @__PURE__ */ C("span", { children: "Locating..." })]
|
|
21258
21254
|
});
|
|
21259
21255
|
}
|
|
21260
21256
|
//#endregion
|
|
@@ -34879,7 +34875,7 @@ function Hk({ label: e, onClick: t = Yt }) {
|
|
|
34879
34875
|
icon: {
|
|
34880
34876
|
Svg: ha,
|
|
34881
34877
|
className: "fill-gray-500",
|
|
34882
|
-
size: K.
|
|
34878
|
+
size: K.xs
|
|
34883
34879
|
},
|
|
34884
34880
|
isVertical: !1,
|
|
34885
34881
|
onClick: t,
|
|
@@ -34894,7 +34890,7 @@ function Uk({ label: e, onClick: t = Yt }) {
|
|
|
34894
34890
|
icon: {
|
|
34895
34891
|
Svg: Ta,
|
|
34896
34892
|
className: "fill-gray-500",
|
|
34897
|
-
size: K.
|
|
34893
|
+
size: K.xs
|
|
34898
34894
|
},
|
|
34899
34895
|
isVertical: !1,
|
|
34900
34896
|
onClick: t,
|
|
@@ -34909,7 +34905,7 @@ function Wk({ label: e, onClick: t = Yt }) {
|
|
|
34909
34905
|
icon: {
|
|
34910
34906
|
Svg: wa,
|
|
34911
34907
|
className: "fill-gray-500",
|
|
34912
|
-
size: K.
|
|
34908
|
+
size: K.xs
|
|
34913
34909
|
},
|
|
34914
34910
|
isVertical: !1,
|
|
34915
34911
|
onClick: t,
|