@banta/sdk 4.3.3 → 4.4.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.
Files changed (40) hide show
  1. package/banta-sdk.metadata.json +1 -1
  2. package/bundles/banta-sdk.umd.js +581 -27
  3. package/bundles/banta-sdk.umd.js.map +1 -1
  4. package/bundles/banta-sdk.umd.min.js +1 -1
  5. package/bundles/banta-sdk.umd.min.js.map +1 -1
  6. package/esm2015/lib/attachment-scraper.js +2 -0
  7. package/esm2015/lib/banta-sdk.module.js +23 -1
  8. package/esm2015/lib/chat-backend-base.js +15 -1
  9. package/esm2015/lib/chat-backend.js +19 -1
  10. package/esm2015/lib/comments/banta-comments/banta-comments.component.js +1 -1
  11. package/esm2015/lib/comments/comment/comment.component.js +5 -12
  12. package/esm2015/lib/comments/comment-field/comment-field.component.js +89 -7
  13. package/esm2015/lib/common/attachment/attachment.component.js +81 -0
  14. package/esm2015/lib/common/attachments/attachments.component.js +47 -0
  15. package/esm2015/lib/common/common.module.js +13 -3
  16. package/esm2015/lib/common/index.js +4 -1
  17. package/esm2015/lib/common/trust-resource-url.pipe.js +21 -0
  18. package/esm2015/lib/giphy-attachments.js +20 -0
  19. package/esm2015/lib/index.js +6 -1
  20. package/esm2015/lib/tweet-attachments.js +16 -0
  21. package/esm2015/lib/url-attachments.js +46 -0
  22. package/esm2015/lib/youtube-attachments.js +25 -0
  23. package/fesm2015/banta-sdk.js +395 -22
  24. package/fesm2015/banta-sdk.js.map +1 -1
  25. package/lib/attachment-scraper.d.ts +15 -0
  26. package/lib/banta-sdk.module.d.ts +2 -0
  27. package/lib/chat-backend-base.d.ts +10 -1
  28. package/lib/chat-backend.d.ts +2 -1
  29. package/lib/comments/comment/comment.component.d.ts +1 -4
  30. package/lib/comments/comment-field/comment-field.component.d.ts +11 -2
  31. package/lib/common/attachment/attachment.component.d.ts +22 -0
  32. package/lib/common/attachments/attachments.component.d.ts +15 -0
  33. package/lib/common/index.d.ts +3 -0
  34. package/lib/common/trust-resource-url.pipe.d.ts +7 -0
  35. package/lib/giphy-attachments.d.ts +5 -0
  36. package/lib/index.d.ts +5 -0
  37. package/lib/tweet-attachments.d.ts +5 -0
  38. package/lib/url-attachments.d.ts +11 -0
  39. package/lib/youtube-attachments.d.ts +5 -0
  40. package/package.json +1 -1
@@ -1 +1 @@
1
- {"__symbolic":"module","version":4,"exports":[{"from":"./common"},{"from":"./emoji"},{"from":"./banta/banta.component"},{"from":"./banta-logo.component"},{"from":"./chat"},{"from":"./live-message.component"},{"from":"./comments"},{"from":"./chat-backend-base"},{"from":"./chat-source-base"},{"from":"./chat-backend"},{"from":"./chat-source"},{"from":"./sdk-options"},{"from":"./banta-sdk.module"}],"metadata":{},"origins":{},"importAs":"@banta/sdk"}
1
+ {"__symbolic":"module","version":4,"exports":[{"from":"./common"},{"from":"./emoji"},{"from":"./banta/banta.component"},{"from":"./banta-logo.component"},{"from":"./chat"},{"from":"./live-message.component"},{"from":"./comments"},{"from":"./chat-backend-base"},{"from":"./chat-source-base"},{"from":"./chat-backend"},{"from":"./chat-source"},{"from":"./sdk-options"},{"from":"./attachment-scraper"},{"from":"./url-attachments"},{"from":"./youtube-attachments"},{"from":"./giphy-attachments"},{"from":"./tweet-attachments"},{"from":"./banta-sdk.module"}],"metadata":{},"origins":{},"importAs":"@banta/sdk"}