wacomm 2.4.0 → 2.5.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/AvatarTimeTag.d.ts +3 -3
- package/dist/avatar/index.d.ts +3 -0
- package/dist/{index-BONsIJ7l.mjs → index-C_H2uHvg.mjs} +3 -3
- package/dist/{index-D0i8sIu-.js → index-ZPCVZlEh.js} +2 -2
- package/dist/{mapbox-gl-Ds-5kyuT.mjs → mapbox-gl-DEq4c37M.mjs} +1 -1
- package/dist/{mapbox-gl-KoEJyeRf.js → mapbox-gl-p0CHYVmF.js} +1 -1
- package/dist/{maplibre-gl-dxNQRD4I.mjs → maplibre-gl-BbIZO0R2.mjs} +1 -1
- package/dist/{maplibre-gl-COmr1Ku8.js → maplibre-gl-CqF3CpQH.js} +1 -1
- package/dist/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AvatarTagProps } from './AvatarTag';
|
|
2
|
-
interface AvatarTimeTagProps extends AvatarTagProps {
|
|
3
|
-
|
|
2
|
+
export interface AvatarTimeTagProps extends AvatarTagProps {
|
|
3
|
+
time: string;
|
|
4
4
|
}
|
|
5
|
-
declare function AvatarTimeTag({ label,
|
|
5
|
+
declare function AvatarTimeTag({ label, time, onClick, className, avatarClassName, imgSrc, fallbackImgSrc }: AvatarTimeTagProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default AvatarTimeTag;
|
package/dist/avatar/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
export { default as Avatar } from './Avatar';
|
|
2
|
+
export type { AvatarProps } from './Avatar';
|
|
2
3
|
export { default as AvatarTag } from './AvatarTag';
|
|
4
|
+
export type { AvatarTagProps } from './AvatarTag';
|
|
3
5
|
export { default as AvatarTimeTag } from './AvatarTimeTag';
|
|
6
|
+
export type { AvatarTimeTagProps } from './AvatarTimeTag';
|
|
@@ -50588,11 +50588,11 @@ function iz(e) {
|
|
|
50588
50588
|
}, [c]), null;
|
|
50589
50589
|
}
|
|
50590
50590
|
const TQ = la(iz);
|
|
50591
|
-
const az = import("./maplibre-gl-
|
|
50591
|
+
const az = import("./maplibre-gl-BbIZO0R2.mjs").then((e) => e.m), Az = Y.forwardRef(function(t, i) {
|
|
50592
50592
|
return L4(t, i, az);
|
|
50593
50593
|
}), lz = N4;
|
|
50594
50594
|
const cz = sz;
|
|
50595
|
-
const uz = import("./mapbox-gl-
|
|
50595
|
+
const uz = import("./mapbox-gl-DEq4c37M.mjs").then((e) => e.m), PQ = Y.forwardRef(function(t, i) {
|
|
50596
50596
|
return L4(t, i, uz);
|
|
50597
50597
|
}), dz = N4;
|
|
50598
50598
|
function pz({ locations: e }) {
|
|
@@ -58546,7 +58546,7 @@ function vq({
|
|
|
58546
58546
|
}
|
|
58547
58547
|
function wq({
|
|
58548
58548
|
label: e = "N",
|
|
58549
|
-
|
|
58549
|
+
time: t,
|
|
58550
58550
|
onClick: i = Ao,
|
|
58551
58551
|
className: A = "",
|
|
58552
58552
|
avatarClassName: c = "h-11 w-11",
|