@linktr.ee/messaging-react 4.0.5 → 4.0.6-rc-1786770596

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.
Files changed (54) hide show
  1. package/dist/Card-Be81K6su.cjs +2 -0
  2. package/dist/{Card-415OfRhw.cjs.map → Card-Be81K6su.cjs.map} +1 -1
  3. package/dist/{Card-DaJtDL7m.js → Card-BzvDr-pU.js} +2 -2
  4. package/dist/{Card-DaJtDL7m.js.map → Card-BzvDr-pU.js.map} +1 -1
  5. package/dist/{Card-ywEqVYy5.js → Card-CBj04-pC.js} +3 -3
  6. package/dist/Card-CBj04-pC.js.map +1 -0
  7. package/dist/Card-_TP7bDao.cjs +2 -0
  8. package/dist/Card-_TP7bDao.cjs.map +1 -0
  9. package/dist/PurchaseStatusBadge-BmqAQEV9.cjs +2 -0
  10. package/dist/PurchaseStatusBadge-BmqAQEV9.cjs.map +1 -0
  11. package/dist/{LoadingDots-Ct3WmVlT.js → PurchaseStatusBadge-D1RRsubZ.js} +30 -30
  12. package/dist/PurchaseStatusBadge-D1RRsubZ.js.map +1 -0
  13. package/dist/index-BjkDB6yi.cjs +3 -0
  14. package/dist/index-BjkDB6yi.cjs.map +1 -0
  15. package/dist/{index-qmB9uCbU.js → index-DXlI1QQw.js} +629 -632
  16. package/dist/index-DXlI1QQw.js.map +1 -0
  17. package/dist/index.cjs +1 -1
  18. package/dist/index.js +1 -1
  19. package/dist/testing.cjs.map +1 -1
  20. package/dist/testing.js.map +1 -1
  21. package/package.json +2 -2
  22. package/src/components/AttachmentCard/index.tsx +1 -3
  23. package/src/components/AttachmentCard/utils/icons.ts +2 -2
  24. package/src/components/ChannelActionsMenu/index.tsx +0 -2
  25. package/src/components/CustomMessage/LockedAttachment/components/_shared/LockBadge.tsx +0 -2
  26. package/src/components/CustomMessage/LockedAttachment/index.tsx +0 -1
  27. package/src/components/CustomMessage/MessageTag.tsx +3 -3
  28. package/src/components/CustomMessage/StreamAttachmentMessage.tsx +5 -9
  29. package/src/components/CustomSystemMessage/index.tsx +1 -1
  30. package/src/components/LinkAttachment/components/_shared/CardThumbnail.tsx +3 -10
  31. package/src/components/MediaMessage/index.tsx +1 -1
  32. package/src/components/MessageAttachment/_shared/triggerDownload.ts +0 -2
  33. package/src/components/MessageAttachment/_shared/useCarousel.ts +0 -2
  34. package/src/components/MessageAttachment/_shared/useViewer.ts +0 -2
  35. package/src/components/MessageAttachment/stories/StoryTable.tsx +1 -1
  36. package/src/stories/mocks.tsx +0 -28
  37. package/src/testing/createMockMessagingClient.ts +4 -8
  38. package/src/testing/createMockStreamChatClient.ts +7 -2
  39. package/src/testing/index.ts +1 -1
  40. package/dist/Card-415OfRhw.cjs +0 -2
  41. package/dist/Card-AOwlWMKb.cjs +0 -2
  42. package/dist/Card-AOwlWMKb.cjs.map +0 -1
  43. package/dist/Card-ywEqVYy5.js.map +0 -1
  44. package/dist/LoadingDots-Ct3WmVlT.js.map +0 -1
  45. package/dist/LoadingDots-D9GGphgM.cjs +0 -2
  46. package/dist/LoadingDots-D9GGphgM.cjs.map +0 -1
  47. package/dist/index-C_RafNmD.cjs +0 -3
  48. package/dist/index-C_RafNmD.cjs.map +0 -1
  49. package/dist/index-qmB9uCbU.js.map +0 -1
  50. package/src/components/LinkAttachment/components/Composer/index.ts +0 -2
  51. package/src/components/LinkAttachment/components/Received/index.ts +0 -2
  52. package/src/components/LinkAttachment/components/Sent/index.ts +0 -2
  53. package/src/components/MessageBubble/components/Received/index.ts +0 -1
  54. package/src/components/MessageBubble/components/Sent/index.ts +0 -1
@@ -1,2 +0,0 @@
1
- export { default as ComposerCard } from './Card'
2
- export type { ComposerCardProps } from './Card'
@@ -1,2 +0,0 @@
1
- export { default as ReceivedCard } from './Card'
2
- export type { ReceivedCardProps } from './Card'
@@ -1,2 +0,0 @@
1
- export { default as SentCard } from './Card'
2
- export type { SentCardProps } from './Card'
@@ -1 +0,0 @@
1
- export { default } from './Card'
@@ -1 +0,0 @@
1
- export { default } from './Card'