@social-mail/social-mail-client 1.8.259 → 1.8.261

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 (59) hide show
  1. package/dist/admin/AdminAppIndex.pack.global.css +1 -1
  2. package/dist/admin/AdminAppIndex.pack.global.css.map +1 -1
  3. package/dist/admin/AdminAppIndex.pack.js +7 -8
  4. package/dist/admin/AdminAppIndex.pack.js.map +1 -1
  5. package/dist/admin/AdminAppIndex.pack.min.js +1 -1
  6. package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
  7. package/dist/public/channel/ChannelApp.pack.global.css +1 -1
  8. package/dist/public/channel/ChannelApp.pack.global.css.map +1 -1
  9. package/dist/public/channel/ChannelApp.pack.js +10 -1
  10. package/dist/public/channel/ChannelApp.pack.js.map +1 -1
  11. package/dist/public/channel/ChannelApp.pack.min.js +1 -1
  12. package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
  13. package/dist/public/store/StoreApp.pack.global.css +1 -1
  14. package/dist/public/store/StoreApp.pack.global.css.map +1 -1
  15. package/dist/site-editor/editor/IEditableAttribute.d.ts +4 -1
  16. package/dist/site-editor/editor/IEditableAttribute.d.ts.map +1 -1
  17. package/dist/site-editor/editor/webComponentsPath.d.ts.map +1 -1
  18. package/dist/site-editor/editor/webComponentsPath.js +10 -1
  19. package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
  20. package/dist/site-editor/properties/groups/AttributeEditor.d.ts.map +1 -1
  21. package/dist/site-editor/properties/groups/AttributeEditor.js +5 -5
  22. package/dist/site-editor/properties/groups/AttributeEditor.js.map +1 -1
  23. package/dist/site-editor-app/SiteEditorApp.pack.global.css +1 -1
  24. package/dist/site-editor-app/SiteEditorApp.pack.global.css.map +1 -1
  25. package/dist/site-editor-app/SiteEditorApp.pack.js +22 -14
  26. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  27. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  28. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  29. package/dist/tsconfig.tsbuildinfo +1 -1
  30. package/dist/web/AppIndex.pack.global.css +1 -1
  31. package/dist/web/AppIndex.pack.global.css.map +1 -1
  32. package/dist/web/AppIndex.pack.js +7 -8
  33. package/dist/web/AppIndex.pack.js.map +1 -1
  34. package/dist/web/AppIndex.pack.min.js +1 -1
  35. package/dist/web/AppIndex.pack.min.js.map +1 -1
  36. package/dist/web/page/mails/ConversationPage.js +3 -3
  37. package/dist/web/page/mails/ConversationPage.js.map +1 -1
  38. package/dist/web/page/mails/{ConversationTags.d.ts → conversation/ConversationTags.d.ts} +2 -1
  39. package/dist/web/page/mails/conversation/ConversationTags.d.ts.map +1 -0
  40. package/dist/web/page/mails/conversation/ConversationTags.global.css +2 -0
  41. package/dist/web/page/mails/conversation/ConversationTags.global.css.map +1 -0
  42. package/dist/web/page/mails/{ConversationTags.js → conversation/ConversationTags.js} +2 -3
  43. package/dist/web/page/mails/conversation/ConversationTags.js.map +1 -0
  44. package/node_modules/@web-atoms/web-controls/dist/mobile-app/MobileApp.global.css +1 -1
  45. package/node_modules/@web-atoms/web-controls/dist/mobile-app/MobileApp.global.css.map +1 -1
  46. package/node_modules/@web-atoms/web-controls/package.json +1 -1
  47. package/node_modules/@web-atoms/web-controls/src/mobile-app/MobileApp.global.css +1 -1
  48. package/package.json +2 -2
  49. package/src/site-editor/editor/IEditableAttribute.ts +1 -1
  50. package/src/site-editor/editor/webComponentsPath.ts +5 -1
  51. package/src/site-editor/properties/groups/AttributeEditor.tsx +5 -3
  52. package/src/web/page/mails/ConversationPage.tsx +1 -1
  53. package/src/web/page/mails/conversation/ConversationTags.global.css +9 -0
  54. package/src/web/page/mails/{ConversationTags.tsx → conversation/ConversationTags.tsx} +48 -47
  55. package/styler-lite/styler.css +1 -1
  56. package/styler-lite/styler.css.map +1 -1
  57. package/styler-lite/styles/animations/animations.css +22 -13
  58. package/dist/web/page/mails/ConversationTags.d.ts.map +0 -1
  59. package/dist/web/page/mails/ConversationTags.js.map +0 -1
@@ -1,13 +1,17 @@
1
1
  body:not([editing]) {
2
2
 
3
- & :not(animated-text)[styler-on-enter]:not([styler-entered]),
3
+ & :not(animated-text, image-slices)[styler-on-enter]:not([styler-entered]),
4
4
  & animated-text[styler-on-enter]:not([styler-entered]) > * {
5
5
  opacity: 0;
6
6
  }
7
+ & image-slices[styler-on-enter]:not([styler-entered]) > * {
8
+ opacity: 0;
9
+ }
7
10
  }
8
11
 
9
- :not(animated-text)[styler-on-enter][styler-entered],
10
- animated-text[styler-on-enter][styler-entered] > * {
12
+ :not(animated-text, image-slices)[styler-on-enter][styler-entered],
13
+ animated-text[styler-on-enter][styler-entered] > *,
14
+ image-slices[styler-on-enter][styler-entered] > * {
11
15
 
12
16
  animation-name: var(--styler-on-enter, none),
13
17
  var(--styler-on-enter-effect-1, none),
@@ -35,8 +39,9 @@ animated-text[styler-on-enter][styler-entered] > * {
35
39
 
36
40
 
37
41
 
38
- :not(animated-text)[styler-on-hover]:hover,
39
- animated-text[styler-on-hover]:hover > * {
42
+ :not(animated-text, image-slices)[styler-on-hover]:hover,
43
+ animated-text[styler-on-hover]:hover > *,
44
+ image-slices[styler-on-hover]:hover > * {
40
45
 
41
46
  animation-name: var(--styler-on-hover, none),
42
47
  var(--styler-on-hover-effect-1, none),
@@ -61,8 +66,9 @@ animated-text[styler-on-hover]:hover > * {
61
66
 
62
67
 
63
68
 
64
- :not(animated-text)[styler-on-leave][styler-entered],
65
- animated-text[styler-on-leave][styler-entered] > * {
69
+ :not(animated-text, image-slices)[styler-on-leave][styler-entered],
70
+ animated-text[styler-on-leave][styler-entered] > *,
71
+ image-slices[styler-on-leave][styler-entered] > * {
66
72
 
67
73
  animation-name: var(--styler-on-leave, none),
68
74
  var(--styler-on-leave-effect-1, none),
@@ -117,8 +123,9 @@ animated-text[styler-on-leave][styler-entered] > * {
117
123
  }
118
124
 
119
125
 
120
- :not(animated-text)[styler-on-scroll],
121
- animated-text[styler-on-scroll] > * {
126
+ :not(animated-text, image-slices)[styler-on-scroll],
127
+ animated-text[styler-on-scroll] > *,
128
+ image-slices[styler-on-scroll] > * {
122
129
 
123
130
  animation-name: var(--styler-on-scroll, none),
124
131
  var(--styler-on-scroll-effect-1, none),
@@ -140,8 +147,9 @@ animated-text[styler-on-scroll] > * {
140
147
  var(--styler-on-scroll-effect-2-range, 0% 50%);
141
148
  }
142
149
 
143
- :not(animated-text)[styler-on-scroll-above],
144
- animated-text[styler-on-scroll-above] > * {
150
+ :not(animated-text, image-slices)[styler-on-scroll-above],
151
+ animated-text[styler-on-scroll-above] > *,
152
+ image-slices[styler-on-scroll-above] > * {
145
153
 
146
154
  animation-name: var(--styler-on-scroll-above, none),
147
155
  var(--styler-on-scroll-above-effect-1, none),
@@ -164,8 +172,9 @@ animated-text[styler-on-scroll-above] > * {
164
172
  }
165
173
 
166
174
 
167
- :not(animated-text)[styler-on-scroll-top-half],
168
- animated-text[styler-on-scroll-top-half] > * {
175
+ :not(animated-text, image-slices)[styler-on-scroll-top-half],
176
+ animated-text[styler-on-scroll-top-half] > *,
177
+ image-slices[styler-on-scroll-top-half] > * {
169
178
 
170
179
  animation-name: var(--styler-on-scroll-top-half, none),
171
180
  var(--styler-on-scroll-top-half-effect-1, none),
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConversationTags.d.ts","sourceRoot":"","sources":["../../../../src/web/page/mails/ConversationTags.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,iDAAiD,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAqB,MAAM,sBAAsB,CAAC;AAK9F,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,YAAY;IAEtD,OAAO,EAAE,eAAe,CAAQ;gBAEpB,GAAG,KAAA,EAAE,CAAC,cAA8C;IAM1D,IAAI;IAgBJ,QAAQ;CAejB"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["ConversationTags","_export","setters","_tslib","AtomRepeater","_webAtomsWebControlsDistBasicAtomRepeater","default","_modelModel","MailboxContactTag","_webAtomsCoreDistCoreXNode","XNode","_servicesEntityService","EntityService","_commonNumberFormats","toKMBString","execute","constructor","app","e","document","createElement","contact","setAttribute","pushInit","init","itemRenderer","item","create","href","tagID","text","tag","name","count","items","loadTags","length","element","style","display","es","resolve","mailboxID","emailAddressID","result","query","where","p","x","include","orderByDescending","toPagedList","size"],"sources":["../../../../src/web/page/mails/ConversationTags.tsx"],"sourcesContent":[null],"mappings":";;;qFAMqBA,gBAAiB;EAAAC,OAAA;EAAA;IAAAC,OAAA,aAAAC,MAAA;;;MAN/BC,YAAY,GAAAC,yCAAA,CAAAC,OAAA;IAAA,aAAAC,WAAA;MAC2BC,iBAAiB,GAAAD,WAAA,CAAjBC,iBAAiB;IAAA,aAAAC,0BAAA;MACxDC,KAAK,GAAAD,0BAAA,CAAAH,OAAA;IAAA,aAAAK,sBAAA;MACLC,aAAa,GAAAD,sBAAA,CAAAL,OAAA;IAAA,aAAAO,oBAAA;MACXC,WAAW,GAAAD,oBAAA,CAAXC,WAAW;IAAA;IAAAC,OAAA,WAAAA,CAAA;MAAAd,OAAA,YAECD,gBAAiB,GAAxB,MAAOA,gBAAiB,SAAQI,YAAY;QAItDY,YAAYC,GAAG,EAAEC,CAAC,GAAGC,QAAQ,CAACC,aAAa,CAAC,mBAAmB,CAAC;UAC5D,KAAK,CAACH,GAAG,EAAEC,CAAC,CAAC;UAHjB,KAAAG,OAAO,GAAoB,IAAI;UAI3BH,CAAC,CAACI,YAAY,CAAC,aAAa,EAAE,mBAAmB,CAAC;UAClD,IAAI,CAACC,QAAQ,EAAE;QACnB;QAEMC,IAAIA,CAAA;;YAEN,IAAI,CAACC,YAAY,GAAIC,IAAwB,IAAKhB,KAAA,CAAAiB,MAAA;cAAA,oBAC7B,UAAU;cAAA,wBACN,MAAM;cAC3BC,IAAI,EAAE,QAAQF,IAAI,CAACG,KAAK,EAAE;cAC1BC,IAAI,EAAE,IAAIJ,IAAI,CAACK,GAAG,CAACC,IAAI,KAAMlB,WAAW,CAACY,IAAI,CAACO,KAAK,CAAC;YAAG,EAAG;YAE9D,IAAI,CAACC,KAAK,GAAG,MAAM,IAAI,CAACC,QAAQ,EAAE;YAElC,IAAI,IAAI,CAACD,KAAK,CAACE,MAAM,EAAE;cACnB;YACJ;YACA,IAAI,CAACC,OAAO,CAACC,KAAK,CAACC,OAAO,GAAG,MAAM;UACvC,CAAC;;QAEKJ,QAAQA,CAAA;;YACV,MAAMK,EAAE,GAAG,IAAI,CAACC,OAAO,CAAC7B,aAAa,CAAC;YAEtC,MAAM;cAAE8B,SAAS;cAAEC;YAAc,CAAE,GAAG,IAAI,CAACtB,OAAO;YAElD,MAAMuB,MAAM,GAAG,MAAMJ,EAAE,CAACK,KAAK,CAACrC,iBAAiB,CAAC,CAC3CsC,KAAK,CAAC;cAAEJ,SAAS;cAAEC;YAAc,CAAC,EAAGI,CAAC,IAAMC,CAAC,IAAKA,CAAC,CAACN,SAAS,KAAKK,CAAC,CAACL,SAAS,IAAIM,CAAC,CAACL,cAAc,KAAKI,CAAC,CAACJ,cAAc,CAAC,CACvHM,OAAO,CAAED,CAAC,IAAKA,CAAC,CAACjB,GAAG,CAAC,CACrBmB,iBAAiB,CAAEF,CAAC,IAAKA,CAAC,CAACf,KAAK,CAAC,CACjCkB,WAAW,CAAC;cACTC,IAAI,EAAE;aACT,CAAC;YACN,OAAOR,MAAM,CAACV,KAAK;UACvB,CAAC;;OAEJ;IAAA;EAAA;AAAA","ignoreList":[]}