@social-mail/social-mail-client 1.8.76 → 1.8.78

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 (127) hide show
  1. package/dist/site-editor/editor/CssParser.d.ts.map +1 -1
  2. package/dist/site-editor/editor/CssParser.js +12 -2
  3. package/dist/site-editor/editor/CssParser.js.map +1 -1
  4. package/dist/site-editor/suggestions/properties/animations/animations.d.ts +2 -0
  5. package/dist/site-editor/suggestions/properties/animations/animations.d.ts.map +1 -1
  6. package/dist/site-editor/suggestions/properties/animations/animations.js +20 -19
  7. package/dist/site-editor/suggestions/properties/animations/animations.js.map +1 -1
  8. package/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-in.d.ts.map +1 -1
  9. package/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-in.js +1 -1
  10. package/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-in.js.map +1 -1
  11. package/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-out.d.ts.map +1 -1
  12. package/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-out.js +1 -1
  13. package/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-out.js.map +1 -1
  14. package/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-in.d.ts +1 -4
  15. package/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-in.d.ts.map +1 -1
  16. package/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-in.js +8 -5
  17. package/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-in.js.map +1 -1
  18. package/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-out.d.ts +2 -0
  19. package/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-out.d.ts.map +1 -0
  20. package/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-out.js +38 -0
  21. package/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-out.js.map +1 -0
  22. package/dist/site-editor/suggestions/properties/animations/key-frames/css.d.ts +33 -3
  23. package/dist/site-editor/suggestions/properties/animations/key-frames/css.d.ts.map +1 -1
  24. package/dist/site-editor/suggestions/properties/animations/key-frames/css.js +63 -6
  25. package/dist/site-editor/suggestions/properties/animations/key-frames/css.js.map +1 -1
  26. package/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-in.d.ts +1 -0
  27. package/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-in.d.ts.map +1 -1
  28. package/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-in.js +19 -3
  29. package/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-in.js.map +1 -1
  30. package/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-out.d.ts +1 -6
  31. package/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-out.d.ts.map +1 -1
  32. package/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-out.js +19 -11
  33. package/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-out.js.map +1 -1
  34. package/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-in.d.ts +1 -6
  35. package/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-in.d.ts.map +1 -1
  36. package/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-in.js +20 -11
  37. package/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-in.js.map +1 -1
  38. package/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-out.d.ts +1 -6
  39. package/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-out.d.ts.map +1 -1
  40. package/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-out.js +20 -11
  41. package/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-out.js.map +1 -1
  42. package/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-in.d.ts +1 -6
  43. package/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-in.d.ts.map +1 -1
  44. package/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-in.js +20 -11
  45. package/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-in.js.map +1 -1
  46. package/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-out.d.ts +1 -6
  47. package/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-out.d.ts.map +1 -1
  48. package/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-out.js +20 -11
  49. package/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-out.js.map +1 -1
  50. package/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-in.d.ts +2 -0
  51. package/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-in.d.ts.map +1 -0
  52. package/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-in.js +28 -0
  53. package/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-in.js.map +1 -0
  54. package/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-out.d.ts +2 -0
  55. package/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-out.d.ts.map +1 -0
  56. package/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-out.js +28 -0
  57. package/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-out.js.map +1 -0
  58. package/dist/site-editor/suggestions/properties/animations/key-frames/speed/speed-in.d.ts +2 -0
  59. package/dist/site-editor/suggestions/properties/animations/key-frames/speed/speed-in.d.ts.map +1 -0
  60. package/dist/site-editor/suggestions/properties/animations/key-frames/speed/speed-in.js +33 -0
  61. package/dist/site-editor/suggestions/properties/animations/key-frames/speed/speed-in.js.map +1 -0
  62. package/dist/site-editor/suggestions/properties/animations/key-frames/speed/speed-out.d.ts +2 -0
  63. package/dist/site-editor/suggestions/properties/animations/key-frames/speed/speed-out.d.ts.map +1 -0
  64. package/dist/site-editor/suggestions/properties/animations/key-frames/speed/speed-out.js +28 -0
  65. package/dist/site-editor/suggestions/properties/animations/key-frames/speed/speed-out.js.map +1 -0
  66. package/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-in.d.ts +1 -6
  67. package/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-in.d.ts.map +1 -1
  68. package/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-in.js +20 -11
  69. package/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-in.js.map +1 -1
  70. package/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-out.d.ts +1 -6
  71. package/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-out.d.ts.map +1 -1
  72. package/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-out.js +20 -11
  73. package/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-out.js.map +1 -1
  74. package/dist/site-editor-app/SiteEditorApp.pack.js +350 -146
  75. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  76. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  77. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  78. package/dist/tsconfig.tsbuildinfo +1 -1
  79. package/package.json +1 -1
  80. package/src/site-editor/editor/CssParser.ts +38 -1
  81. package/src/site-editor/suggestions/properties/animations/animations.ts +36 -30
  82. package/src/site-editor/suggestions/properties/animations/key-frames/blur/blur-in.ts +13 -12
  83. package/src/site-editor/suggestions/properties/animations/key-frames/blur/blur-out.ts +13 -12
  84. package/src/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-in.ts +12 -28
  85. package/src/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-out.ts +45 -0
  86. package/src/site-editor/suggestions/properties/animations/key-frames/css.ts +67 -22
  87. package/src/site-editor/suggestions/properties/animations/key-frames/fade/fade-in.ts +18 -1
  88. package/src/site-editor/suggestions/properties/animations/key-frames/fade/fade-out.ts +16 -11
  89. package/src/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-in.ts +16 -11
  90. package/src/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-out.ts +16 -11
  91. package/src/site-editor/suggestions/properties/animations/key-frames/scale/scale-in.ts +16 -11
  92. package/src/site-editor/suggestions/properties/animations/key-frames/scale/scale-out.ts +16 -11
  93. package/src/site-editor/suggestions/properties/animations/key-frames/slide/slide-in.ts +14 -0
  94. package/src/site-editor/suggestions/properties/animations/key-frames/slide/slide-out.ts +14 -0
  95. package/src/site-editor/suggestions/properties/animations/key-frames/speed/speed-in.ts +19 -0
  96. package/src/site-editor/suggestions/properties/animations/key-frames/speed/speed-out.ts +14 -0
  97. package/src/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-in.ts +16 -11
  98. package/src/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-out.ts +16 -11
  99. package/styler-lite/styler.css +1 -1
  100. package/styler-lite/styler.css.map +1 -1
  101. package/styler-lite/styles/animations/animations/generated.css +3200 -0
  102. package/styler-lite/styles/animations/animations/generated.css.js +91 -0
  103. package/styler-lite/styles/animations/animations/generated.css.map +1 -0
  104. package/styler-lite/styles/animations/animations/key-frames/blur/blur-in.js +17 -0
  105. package/styler-lite/styles/animations/animations/key-frames/blur/blur-out.js +17 -0
  106. package/styler-lite/styles/animations/animations/key-frames/bounce/bounce-in.js +43 -0
  107. package/styler-lite/styles/animations/animations/key-frames/bounce/bounce-out.js +43 -0
  108. package/styler-lite/styles/animations/animations/key-frames/css.js +119 -0
  109. package/styler-lite/styles/animations/animations/key-frames/fade/fade-in.js +16 -0
  110. package/styler-lite/styles/animations/animations/key-frames/fade/fade-out.js +16 -0
  111. package/styler-lite/styles/animations/animations/key-frames/rotate/rotate-in.js +16 -0
  112. package/styler-lite/styles/animations/animations/key-frames/rotate/rotate-out.js +16 -0
  113. package/styler-lite/styles/animations/animations/key-frames/scale/scale-in.js +16 -0
  114. package/styler-lite/styles/animations/animations/key-frames/scale/scale-out.js +16 -0
  115. package/styler-lite/styles/animations/animations/key-frames/slide/slide-in.js +14 -0
  116. package/styler-lite/styles/animations/animations/key-frames/slide/slide-out.js +14 -0
  117. package/styler-lite/styles/animations/animations/key-frames/speed/speed-in.js +19 -0
  118. package/styler-lite/styles/animations/animations/key-frames/speed/speed-out.js +14 -0
  119. package/styler-lite/styles/animations/animations/key-frames/zoom/zoom-in.js +16 -0
  120. package/styler-lite/styles/animations/animations/key-frames/zoom/zoom-out.js +16 -0
  121. package/dist/site-editor/suggestions/properties/animations/key-frames/cssTranslate.d.ts +0 -9
  122. package/dist/site-editor/suggestions/properties/animations/key-frames/cssTranslate.d.ts.map +0 -1
  123. package/dist/site-editor/suggestions/properties/animations/key-frames/cssTranslate.js +0 -45
  124. package/dist/site-editor/suggestions/properties/animations/key-frames/cssTranslate.js.map +0 -1
  125. package/src/site-editor/suggestions/properties/animations/key-frames/cssTranslate.ts +0 -84
  126. package/styler-lite/styles/animations/animations/fade-in.css +0 -0
  127. package/styler-lite/styles/animations/main-key-frames.css +0 -44

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.