@linktr.ee/messaging-react 4.0.5-rc-1786669687 → 4.0.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/{Card-uGmLM0E4.cjs → Card-AOwlWMKb.cjs} +2 -2
- package/dist/{Card-uGmLM0E4.cjs.map → Card-AOwlWMKb.cjs.map} +1 -1
- package/dist/{Card-Cz3Fo1iE.js → Card-ywEqVYy5.js} +2 -2
- package/dist/{Card-Cz3Fo1iE.js.map → Card-ywEqVYy5.js.map} +1 -1
- package/dist/{index-yIf41dLU.cjs → index-C_RafNmD.cjs} +2 -2
- package/dist/{index-yIf41dLU.cjs.map → index-C_RafNmD.cjs.map} +1 -1
- package/dist/{index-ovl_maz6.js → index-qmB9uCbU.js} +3 -3
- package/dist/{index-ovl_maz6.js.map → index-qmB9uCbU.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/components/RichCard/RichCard.test.tsx +1 -0
- package/src/components/RichCard/RichCardBody.tsx +1 -1
|
@@ -1516,7 +1516,7 @@ const En = ({
|
|
|
1516
1516
|
function sr(e) {
|
|
1517
1517
|
return ve(Tn)[e] ?? nr[e];
|
|
1518
1518
|
}
|
|
1519
|
-
const ar = z.lazy(() => import("./Card-DaJtDL7m.js")), rr = z.lazy(() => import("./Card-
|
|
1519
|
+
const ar = z.lazy(() => import("./Card-DaJtDL7m.js")), rr = z.lazy(() => import("./Card-ywEqVYy5.js")), ir = () => /* @__PURE__ */ n(
|
|
1520
1520
|
"div",
|
|
1521
1521
|
{
|
|
1522
1522
|
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)]",
|
|
@@ -5541,7 +5541,7 @@ const Sl = "line-clamp-2 text-[14px] font-medium leading-5 tracking-[0.28px] [te
|
|
|
5541
5541
|
chinTextColor: t,
|
|
5542
5542
|
title: s,
|
|
5543
5543
|
subtitle: a,
|
|
5544
|
-
subtitleLines: r =
|
|
5544
|
+
subtitleLines: r = 3,
|
|
5545
5545
|
appIcon: i,
|
|
5546
5546
|
actions: o
|
|
5547
5547
|
}) => {
|
|
@@ -5901,4 +5901,4 @@ export {
|
|
|
5901
5901
|
dt as y,
|
|
5902
5902
|
ut as z
|
|
5903
5903
|
};
|
|
5904
|
-
//# sourceMappingURL=index-
|
|
5904
|
+
//# sourceMappingURL=index-qmB9uCbU.js.map
|