wacomm 1.10.2 → 1.10.3
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/{index-DsHgFaQk.js → index-DPzXsvnA.js} +32 -32
- package/dist/{index-Ck5KMIjc.mjs → index-qbsliEXi.mjs} +6 -5
- package/dist/{mapbox-gl-DFVIopZm.mjs → mapbox-gl-84U7JttV.mjs} +1 -1
- package/dist/{mapbox-gl-CI0J_rvB.js → mapbox-gl-CSSGfitg.js} +1 -1
- package/dist/svgTags/posts/TextPostTag.d.ts +2 -1
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +1 -1
- package/package.json +1 -1
|
@@ -42315,7 +42315,7 @@ function BE(e) {
|
|
|
42315
42315
|
}, [r]), null;
|
|
42316
42316
|
}
|
|
42317
42317
|
const NN = wr(BE);
|
|
42318
|
-
const FE = import("./mapbox-gl-
|
|
42318
|
+
const FE = import("./mapbox-gl-84U7JttV.mjs").then((e) => e.m), VE = T.forwardRef(function(t, o) {
|
|
42319
42319
|
return ME(t, o, FE);
|
|
42320
42320
|
}), Fb = RE;
|
|
42321
42321
|
const GE = zE;
|
|
@@ -44270,14 +44270,15 @@ function vz({
|
|
|
44270
44270
|
onClick: t = it,
|
|
44271
44271
|
className: o = "",
|
|
44272
44272
|
labelClassName: n = "",
|
|
44273
|
-
|
|
44274
|
-
|
|
44273
|
+
svgClassName: r = "",
|
|
44274
|
+
svgSize: s = he.md,
|
|
44275
|
+
label: i = ""
|
|
44275
44276
|
}) {
|
|
44276
44277
|
return /* @__PURE__ */ v.jsx(
|
|
44277
44278
|
mt,
|
|
44278
44279
|
{
|
|
44279
|
-
label:
|
|
44280
|
-
icon: { Svg: G2, size: r },
|
|
44280
|
+
label: i || "Text",
|
|
44281
|
+
icon: { Svg: G2, size: s, className: r },
|
|
44281
44282
|
onClick: t,
|
|
44282
44283
|
className: o,
|
|
44283
44284
|
labelClassName: n,
|