@social-mail/social-mail-client 1.4.196 → 1.4.197
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/public/channel/ChannelApp.pack.js +1 -3
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/public/channel/pages/video/ChannelVideosPage.d.ts.map +1 -1
- package/dist/public/channel/pages/video/ChannelVideosPage.js +1 -3
- package/dist/public/channel/pages/video/ChannelVideosPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/public/channel/pages/video/ChannelVideosPage.tsx +1 -3
|
@@ -22724,9 +22724,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "../../../
|
|
|
22724
22724
|
email: m.email,
|
|
22725
22725
|
mailbox: this.channel
|
|
22726
22726
|
})
|
|
22727
|
-
}, XNode.create("video-preview", {
|
|
22728
|
-
"data-click-event": "play-video"
|
|
22729
|
-
}, XNode.create("label", {
|
|
22727
|
+
}, XNode.create("video-preview", null, XNode.create("label", {
|
|
22730
22728
|
text: m.email.subject
|
|
22731
22729
|
}), XNode.create("img", {
|
|
22732
22730
|
src: FileUrlService.webP(m, 640)
|