@linktr.ee/messaging-react 4.1.7 → 4.1.8-rc-1787212854
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-BBbR3g0y.js → Card-CybQyYih.js} +2 -2
- package/dist/{Card-BBbR3g0y.js.map → Card-CybQyYih.js.map} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/index-BE8tWSEx.cjs.map +1 -1
- package/dist/{index-xcIpBghu.js → index-D1KC09no.js} +8 -4
- package/dist/index-D1KC09no.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +6 -6
- package/src/components/AttachmentCard/utils/icons.ts +6 -7
- package/src/components/ChannelView.test.tsx +9 -3
- package/src/components/CustomMessage/StreamAttachmentMessage.tsx +5 -6
- package/src/components/CustomSystemMessage/index.tsx +3 -2
- package/src/components/RichCard/RichCard.test.tsx +3 -1
- package/src/providers/MessagingProvider.test.tsx +3 -1
- package/src/stories/customMessageStoryTemplate.tsx +4 -1
- package/src/styles.css +59 -90
- package/dist/index-xcIpBghu.js.map +0 -1
|
@@ -1518,7 +1518,7 @@ const Rn = ({
|
|
|
1518
1518
|
function rr(e) {
|
|
1519
1519
|
return we(Mn)[e] ?? ar[e];
|
|
1520
1520
|
}
|
|
1521
|
-
const ir = P.lazy(() => import("./Card-BzvDr-pU.js")), lr = P.lazy(() => import("./Card-
|
|
1521
|
+
const ir = P.lazy(() => import("./Card-BzvDr-pU.js")), lr = P.lazy(() => import("./Card-CybQyYih.js")), or = () => /* @__PURE__ */ n(
|
|
1522
1522
|
"div",
|
|
1523
1523
|
{
|
|
1524
1524
|
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)]",
|
|
@@ -3810,7 +3810,9 @@ function ln(e, t) {
|
|
|
3810
3810
|
function Ki(e, t) {
|
|
3811
3811
|
if (t.length > 1)
|
|
3812
3812
|
return {
|
|
3813
|
-
items: t.map(
|
|
3813
|
+
items: t.map(
|
|
3814
|
+
(a) => ln(e, a)
|
|
3815
|
+
)
|
|
3814
3816
|
};
|
|
3815
3817
|
const s = t[0];
|
|
3816
3818
|
return s ? ln(e, s) : {};
|
|
@@ -4533,7 +4535,9 @@ const qi = ({
|
|
|
4533
4535
|
}, ll = {
|
|
4534
4536
|
SYSTEM_DM_AGENT_PAUSED: "DM Agent has left the conversation",
|
|
4535
4537
|
SYSTEM_DM_AGENT_RESUMED: "DM Agent has rejoined the conversation"
|
|
4536
|
-
}, ol = [
|
|
4538
|
+
}, ol = [
|
|
4539
|
+
"SYSTEM_AGE_SAFETY_BLOCKED"
|
|
4540
|
+
], cl = {
|
|
4537
4541
|
SYSTEM_AGE_SAFETY_BLOCKED: "This user isn’t able to reply because they don’t meet our age safety guidelines."
|
|
4538
4542
|
}, et = "age safety guidelines.", dl = "https://linktr.ee/s/about/contact", ul = (e) => ol.includes(
|
|
4539
4543
|
e
|
|
@@ -5888,4 +5892,4 @@ export {
|
|
|
5888
5892
|
Nn as y,
|
|
5889
5893
|
ut as z
|
|
5890
5894
|
};
|
|
5891
|
-
//# sourceMappingURL=index-
|
|
5895
|
+
//# sourceMappingURL=index-D1KC09no.js.map
|