@linktr.ee/messaging-react 3.38.2-rc-1786356402 → 3.38.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/{Card-CylgDdQD.js → Card-2Ms7lBDO.js} +2 -2
- package/dist/{Card-CylgDdQD.js.map → Card-2Ms7lBDO.js.map} +1 -1
- package/dist/{Card-DS29e_aW.cjs → Card-KwVE3M5j.cjs} +2 -2
- package/dist/{Card-DS29e_aW.cjs.map → Card-KwVE3M5j.cjs.map} +1 -1
- package/dist/{index-22DgIMQi.cjs → index-DzOGH7lG.cjs} +2 -2
- package/dist/index-DzOGH7lG.cjs.map +1 -0
- package/dist/{index-dUqmPdEF.js → index-i03XGFsr.js} +3 -3
- package/dist/index-i03XGFsr.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/components/MessageAttachment/Image/index.tsx +13 -6
- package/dist/index-22DgIMQi.cjs.map +0 -1
- package/dist/index-dUqmPdEF.js.map +0 -1
|
@@ -1544,7 +1544,7 @@ const Ss = ({
|
|
|
1544
1544
|
function lr(e) {
|
|
1545
1545
|
return ve(Ts)[e] ?? ir[e];
|
|
1546
1546
|
}
|
|
1547
|
-
const or = z.lazy(() => import("./Card-DaJtDL7m.js")), cr = z.lazy(() => import("./Card-
|
|
1547
|
+
const or = z.lazy(() => import("./Card-DaJtDL7m.js")), cr = z.lazy(() => import("./Card-2Ms7lBDO.js")), dr = () => /* @__PURE__ */ s(
|
|
1548
1548
|
"div",
|
|
1549
1549
|
{
|
|
1550
1550
|
className: "w-[280px] min-h-[200px] animate-pulse rounded-md bg-black/[0.06] shadow-[0_0_0_1px_rgba(0,0,0,0.04),0_1px_2px_rgba(0,0,0,0.04),0_8px_32px_rgba(0,0,0,0.1)]",
|
|
@@ -3306,7 +3306,7 @@ const ai = ({
|
|
|
3306
3306
|
text: i,
|
|
3307
3307
|
groupPosition: o,
|
|
3308
3308
|
bordered: !1,
|
|
3309
|
-
widthClassName: w ? "w-fit max-w-
|
|
3309
|
+
widthClassName: w ? "w-fit max-w-[min(100%,313px)] sm:max-w-[min(100%,330px)]" : "w-[383px] max-w-full",
|
|
3310
3310
|
paddingClassName: "p-0.5",
|
|
3311
3311
|
radiusClassName: "rounded-[20px]",
|
|
3312
3312
|
"data-testid": "image-attachment",
|
|
@@ -5897,4 +5897,4 @@ export {
|
|
|
5897
5897
|
dt as y,
|
|
5898
5898
|
ut as z
|
|
5899
5899
|
};
|
|
5900
|
-
//# sourceMappingURL=index-
|
|
5900
|
+
//# sourceMappingURL=index-i03XGFsr.js.map
|