@social-mail/social-mail-client 1.4.182 → 1.4.184
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/admin/AdminAppIndex.pack.js +2 -2
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/public/channel/BlogService.js +1 -1
- package/dist/public/channel/ChannelApp.pack.js +24 -12
- 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/controls/TagCloud.js +1 -1
- package/dist/public/channel/controls/TagCloud.js.map +1 -1
- package/dist/public/channel/emoji/EmojiPopup.d.ts.map +1 -1
- package/dist/public/channel/emoji/EmojiPopup.js +12 -4
- package/dist/public/channel/emoji/EmojiPopup.js.map +1 -1
- package/dist/public/channel/pages/ChannelDetailPage.d.ts.map +1 -1
- package/dist/public/channel/pages/ChannelDetailPage.js +8 -4
- package/dist/public/channel/pages/ChannelDetailPage.js.map +1 -1
- package/dist/services/email/EmailContentDownloader.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +2 -2
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +2 -2
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/page/mails/service/ConversationService.js +1 -1
- package/package.json +1 -1
- package/src/public/channel/BlogService.ts +1 -1
- package/src/public/channel/controls/TagCloud.tsx +1 -1
- package/src/public/channel/emoji/EmojiPopup.tsx +13 -3
- package/src/public/channel/pages/ChannelDetailPage.tsx +3 -1
- package/src/services/email/EmailContentDownloader.ts +1 -1
- package/src/web/page/mails/service/ConversationService.tsx +1 -1
|
@@ -27654,7 +27654,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/ent
|
|
|
27654
27654
|
CacheTTL = _commonCacheCacheTTL.CacheTTL;
|
|
27655
27655
|
}],
|
|
27656
27656
|
execute: function () {
|
|
27657
|
-
cacheVersion = "
|
|
27657
|
+
cacheVersion = "c5";
|
|
27658
27658
|
cacheSeconds = CacheTTL.seconds.oneMonth;
|
|
27659
27659
|
EmailContentDownloader = class EmailContentDownloader extends TaskManager {
|
|
27660
27660
|
downloadPost(email) {
|
|
@@ -27956,7 +27956,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
27956
27956
|
FetchBuilder = _webAtomsCoreDistServicesFetchBuilder.default;
|
|
27957
27957
|
}],
|
|
27958
27958
|
execute: function () {
|
|
27959
|
-
cacheVersion = "
|
|
27959
|
+
cacheVersion = "c6";
|
|
27960
27960
|
msgStyleUrl = _context.import("./MsgStyle.global.less");
|
|
27961
27961
|
msgStyle = (() => __awaiter(void 0, void 0, void 0, function* () {
|
|
27962
27962
|
const {
|