wacomm 2.8.14 → 2.9.1
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/avatar/AvatarTag.d.ts +1 -1
- package/dist/html/Heading.d.ts +8 -0
- package/dist/html/Heading.stories.d.ts +9 -0
- package/dist/html/index.d.ts +1 -1
- package/dist/{index-qHjth4sO.js → index-DVZIExpd.js} +5 -5
- package/dist/{index-C_63eFMS.mjs → index-DyaIn-qY.mjs} +16 -9
- package/dist/{mapbox-gl-DSt9esJ6.js → mapbox-gl-Bd-IWtG2.js} +1 -1
- package/dist/{mapbox-gl-CNikyA_C.mjs → mapbox-gl-SlUn3VRA.mjs} +1 -1
- package/dist/{maplibre-gl-bcTa5W3n.mjs → maplibre-gl-BPlV3kry.mjs} +1 -1
- package/dist/{maplibre-gl-D_k0K9YA.js → maplibre-gl-BaephgEq.js} +1 -1
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.css +1 -1
- package/dist/wacomm.es.js +2 -2
- package/package.json +1 -1
- package/dist/html/H1.d.ts +0 -6
|
@@ -19963,8 +19963,15 @@ var Zw = /* @__PURE__ */ ((e) => (e.blank = "_blank", e.self = "_self", e))(Zw |
|
|
|
19963
19963
|
function Qw({ target: e = "_self", href: t, children: i, className: A = "" }) {
|
|
19964
19964
|
return /* @__PURE__ */ j.jsx("a", { href: t, target: e, className: A, children: i });
|
|
19965
19965
|
}
|
|
19966
|
-
function Vp({ label: e, className: t = "" }) {
|
|
19967
|
-
|
|
19966
|
+
function Vp({ label: e, className: t = "", level: i = 1 }) {
|
|
19967
|
+
const A = `h${i}`;
|
|
19968
|
+
return /* @__PURE__ */ j.jsx(
|
|
19969
|
+
A,
|
|
19970
|
+
{
|
|
19971
|
+
className: ct("text-gray-600 text-lg overflow-x-scroll whitespace-nowrap", t),
|
|
19972
|
+
children: e
|
|
19973
|
+
}
|
|
19974
|
+
);
|
|
19968
19975
|
}
|
|
19969
19976
|
function ih({ className: e = "", placeholder: t = "write something...", text: i }) {
|
|
19970
19977
|
return /* @__PURE__ */ j.jsx(
|
|
@@ -21456,10 +21463,10 @@ const e5 = /* @__PURE__ */ Kr(vT), td = {
|
|
|
21456
21463
|
border: "1px solid #ccc",
|
|
21457
21464
|
background: "#fff",
|
|
21458
21465
|
borderRadius: "4px",
|
|
21459
|
-
height: "fit-content",
|
|
21460
21466
|
maxHeight: "80vh",
|
|
21461
21467
|
boxShadow: "3px 3px 2px grey",
|
|
21462
21468
|
padding: "10px 15px",
|
|
21469
|
+
overflow: "hidden",
|
|
21463
21470
|
display: "flex",
|
|
21464
21471
|
flexDirection: "column"
|
|
21465
21472
|
}
|
|
@@ -21477,10 +21484,10 @@ const e5 = /* @__PURE__ */ Kr(vT), td = {
|
|
|
21477
21484
|
border: "1px solid #ccc",
|
|
21478
21485
|
background: "#fff",
|
|
21479
21486
|
borderRadius: "4px",
|
|
21480
|
-
height: "fit-content",
|
|
21481
21487
|
maxHeight: "80vh",
|
|
21482
21488
|
boxShadow: "3px 3px 2px grey",
|
|
21483
21489
|
padding: "10px 15px",
|
|
21490
|
+
overflow: "hidden",
|
|
21484
21491
|
display: "flex",
|
|
21485
21492
|
flexDirection: "column"
|
|
21486
21493
|
}
|
|
@@ -21529,7 +21536,7 @@ function ul({
|
|
|
21529
21536
|
onRequestClose: t,
|
|
21530
21537
|
children: [
|
|
21531
21538
|
!h && /* @__PURE__ */ j.jsxs(ln, { className: "justify-between items-center w-full h-fit border-b border-gray-300 border-dashed pb-2 mb-2", children: [
|
|
21532
|
-
typeof i == "string" ? /* @__PURE__ */ j.jsx(Vp, { label: i }) : i,
|
|
21539
|
+
typeof i == "string" ? /* @__PURE__ */ j.jsx(Vp, { level: 2, label: i }) : i,
|
|
21533
21540
|
!m && /* @__PURE__ */ j.jsx(Ol, { className: "right-1 text-gray-600", onClick: t })
|
|
21534
21541
|
] }),
|
|
21535
21542
|
/* @__PURE__ */ j.jsx("div", { style: { flex: 1, minHeight: 0, overflowY: "auto" }, children: A })
|
|
@@ -51892,11 +51899,11 @@ function AF(e) {
|
|
|
51892
51899
|
}, [c]), null;
|
|
51893
51900
|
}
|
|
51894
51901
|
const Sq = u0(AF);
|
|
51895
|
-
const lF = import("./maplibre-gl-
|
|
51902
|
+
const lF = import("./maplibre-gl-BPlV3kry.mjs").then((e) => e.m), cF = U.forwardRef(function(t, i) {
|
|
51896
51903
|
return q7(t, i, lF);
|
|
51897
51904
|
}), uF = Y7;
|
|
51898
51905
|
const dF = aF;
|
|
51899
|
-
const pF = import("./mapbox-gl-
|
|
51906
|
+
const pF = import("./mapbox-gl-SlUn3VRA.mjs").then((e) => e.m), Iq = U.forwardRef(function(t, i) {
|
|
51900
51907
|
return q7(t, i, pF);
|
|
51901
51908
|
}), fF = Y7;
|
|
51902
51909
|
function mF({ locations: e }) {
|
|
@@ -59845,7 +59852,7 @@ function PY({
|
|
|
59845
59852
|
fallbackImgSrc: c
|
|
59846
59853
|
}
|
|
59847
59854
|
),
|
|
59848
|
-
/* @__PURE__ */ j.jsx(Vp, { label: e })
|
|
59855
|
+
/* @__PURE__ */ j.jsx(Vp, { level: 2, label: e })
|
|
59849
59856
|
] });
|
|
59850
59857
|
}
|
|
59851
59858
|
function MY({
|
|
@@ -59869,7 +59876,7 @@ function MY({
|
|
|
59869
59876
|
}
|
|
59870
59877
|
) }),
|
|
59871
59878
|
/* @__PURE__ */ j.jsxs($s, { className: "gap-0", children: [
|
|
59872
|
-
/* @__PURE__ */ j.jsx(Vp, { label: e, className: "text-xl" }),
|
|
59879
|
+
/* @__PURE__ */ j.jsx(Vp, { level: 2, label: e, className: "text-xl" }),
|
|
59873
59880
|
Pr.isOlderThanDays(t) ? /* @__PURE__ */ j.jsx(VN, { date: t }) : /* @__PURE__ */ j.jsx(GT, { timestamp: t, className: "text-xs" })
|
|
59874
59881
|
] })
|
|
59875
59882
|
] });
|