cloudstructs 0.9.42 → 0.9.43

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 (349) hide show
  1. package/.jsii +5 -5
  2. package/API.md +209 -13
  3. package/assets/slack-textract/detect.lambda/index.js +276 -88
  4. package/lib/codecommit-mirror/index.js +2 -2
  5. package/lib/dmarc/index.js +1 -1
  6. package/lib/ecs-service-roller/index.js +2 -2
  7. package/lib/email-receiver/receiver.js +1 -1
  8. package/lib/mjml-template/index.js +1 -1
  9. package/lib/saml-identity-provider/index.js +2 -2
  10. package/lib/slack-app/manifest.js +1 -1
  11. package/lib/slack-app/slack-app.js +2 -2
  12. package/lib/slack-events/index.js +1 -1
  13. package/lib/slack-textract/index.js +1 -1
  14. package/lib/ssl-server-test/index.js +1 -1
  15. package/lib/state-machine-cr-provider/index.js +1 -1
  16. package/lib/static-website/index.js +1 -1
  17. package/lib/toolkit-cleaner/index.js +1 -1
  18. package/lib/url-shortener/index.js +1 -1
  19. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  20. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +36 -1
  21. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  22. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +8 -4
  23. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +50 -33
  24. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +3 -2
  25. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +198 -164
  26. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +9 -8
  27. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +39 -21
  28. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +89 -76
  29. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  30. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +52 -22
  31. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +29 -22
  32. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +82 -50
  33. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +7 -6
  34. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +3 -2
  35. package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
  36. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +13 -5
  37. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +221 -7
  38. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +2 -2
  39. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +88 -64
  41. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  42. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  43. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +34 -10
  44. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +11 -2
  45. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +20 -3
  46. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +24 -3
  47. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +40 -3
  48. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +25 -24
  49. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +1 -0
  50. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  51. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +5 -15
  52. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +5 -0
  53. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  54. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  55. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +82 -21
  56. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +21 -0
  57. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +1 -0
  58. package/node_modules/@slack/types/dist/events/entity-details-requested.js +3 -0
  59. package/node_modules/@slack/types/dist/events/entity-details-requested.js.map +1 -0
  60. package/node_modules/@slack/types/dist/events/index.d.ts +2 -1
  61. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  62. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  63. package/node_modules/@slack/types/dist/message-metadata.d.ts +246 -1
  64. package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -1
  65. package/node_modules/@slack/types/dist/message-metadata.js +21 -0
  66. package/node_modules/@slack/types/dist/message-metadata.js.map +1 -1
  67. package/node_modules/@slack/types/package.json +1 -1
  68. package/node_modules/@slack/web-api/dist/methods.d.ts +9 -2
  69. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  70. package/node_modules/@slack/web-api/dist/methods.js +7 -0
  71. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  72. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +37 -9
  73. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  74. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts +46 -0
  75. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +1 -0
  76. package/node_modules/@slack/web-api/dist/types/request/entity.js +3 -0
  77. package/node_modules/@slack/web-api/dist/types/request/entity.js.map +1 -0
  78. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +1 -0
  79. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  80. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +1 -1
  81. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  82. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +10 -1
  83. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -1
  84. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +9 -0
  85. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -0
  86. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +11 -0
  87. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +1 -0
  88. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +1 -0
  89. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  90. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  91. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +36 -1
  92. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  93. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +8 -4
  94. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +50 -33
  95. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +3 -2
  96. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +198 -164
  97. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +9 -8
  98. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +39 -21
  99. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +89 -76
  100. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  101. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +52 -22
  102. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +29 -22
  103. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +82 -50
  104. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +7 -6
  105. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +3 -2
  106. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  107. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +13 -5
  108. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +221 -7
  109. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +2 -2
  110. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +2 -2
  111. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +88 -64
  112. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  113. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  114. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +34 -10
  115. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +11 -2
  116. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +20 -3
  117. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +24 -3
  118. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +40 -3
  119. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +25 -24
  120. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +1 -0
  121. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  122. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +5 -15
  123. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +5 -0
  124. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  125. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  126. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +82 -21
  127. package/node_modules/@slack/web-api/package.json +2 -2
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +36 -1
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +8 -4
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +50 -33
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +3 -2
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +198 -164
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +9 -8
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +39 -21
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +89 -76
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +52 -22
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +29 -22
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +82 -50
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +7 -6
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -2
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +13 -5
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +221 -7
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +2 -2
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +2 -2
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +88 -64
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +34 -10
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +11 -2
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +20 -3
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +24 -3
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +40 -3
  157. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +25 -24
  158. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +1 -0
  159. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  160. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +5 -15
  161. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +5 -0
  162. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  163. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  164. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +82 -21
  165. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  166. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +36 -1
  167. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  168. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +8 -4
  169. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +50 -33
  170. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +3 -2
  171. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +198 -164
  172. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +9 -8
  173. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +39 -21
  174. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +89 -76
  175. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  176. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +52 -22
  177. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +29 -22
  178. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +82 -50
  179. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +7 -6
  180. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -2
  181. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  182. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +13 -5
  183. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +221 -7
  184. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +2 -2
  185. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +2 -2
  186. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +88 -64
  187. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  188. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  189. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +34 -10
  190. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +11 -2
  191. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +20 -3
  192. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +24 -3
  193. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +40 -3
  194. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +25 -24
  195. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +1 -0
  196. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  197. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +5 -15
  198. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +5 -0
  199. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  200. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  201. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +82 -21
  202. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  203. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +36 -1
  204. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  205. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +8 -4
  206. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +50 -33
  207. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +3 -2
  208. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +198 -164
  209. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +9 -8
  210. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +39 -21
  211. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +89 -76
  212. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  213. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +52 -22
  214. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +29 -22
  215. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +82 -50
  216. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +7 -6
  217. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -2
  218. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  219. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +13 -5
  220. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +221 -7
  221. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +2 -2
  222. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +2 -2
  223. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +88 -64
  224. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  225. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  226. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +34 -10
  227. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +11 -2
  228. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +20 -3
  229. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +24 -3
  230. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +40 -3
  231. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +25 -24
  232. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +1 -0
  233. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  234. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +5 -15
  235. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +5 -0
  236. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  237. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  238. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +82 -21
  239. package/node_modules/axios/CHANGELOG.md +410 -346
  240. package/node_modules/axios/README.md +79 -51
  241. package/node_modules/axios/dist/axios.js +121 -46
  242. package/node_modules/axios/dist/axios.js.map +1 -1
  243. package/node_modules/axios/dist/axios.min.js +2 -2
  244. package/node_modules/axios/dist/axios.min.js.map +1 -1
  245. package/node_modules/axios/dist/browser/axios.cjs +126 -57
  246. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  247. package/node_modules/axios/dist/esm/axios.js +126 -57
  248. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  249. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  250. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  251. package/node_modules/axios/dist/node/axios.cjs +351 -97
  252. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  253. package/node_modules/axios/index.d.cts +4 -0
  254. package/node_modules/axios/index.d.ts +4 -0
  255. package/node_modules/axios/lib/adapters/adapters.js +85 -40
  256. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  257. package/node_modules/axios/lib/adapters/http.js +224 -42
  258. package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
  259. package/node_modules/axios/lib/core/mergeConfig.js +4 -4
  260. package/node_modules/axios/lib/env/data.js +1 -1
  261. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  262. package/node_modules/axios/lib/helpers/bind.js +7 -0
  263. package/node_modules/axios/lib/helpers/cookies.js +24 -13
  264. package/node_modules/axios/package.json +9 -4
  265. package/node_modules/mjml/LICENSE.md +21 -0
  266. package/node_modules/mjml/package.json +9 -8
  267. package/node_modules/mjml-accordion/LICENSE.md +21 -0
  268. package/node_modules/mjml-accordion/README.md +2 -2
  269. package/node_modules/mjml-accordion/lib/Accordion.js +8 -0
  270. package/node_modules/mjml-accordion/lib/AccordionElement.js +8 -0
  271. package/node_modules/mjml-accordion/lib/AccordionText.js +17 -3
  272. package/node_modules/mjml-accordion/lib/AccordionTitle.js +17 -3
  273. package/node_modules/mjml-accordion/package.json +4 -3
  274. package/node_modules/mjml-body/LICENSE.md +21 -0
  275. package/node_modules/mjml-body/package.json +4 -3
  276. package/node_modules/mjml-button/LICENSE.md +21 -0
  277. package/node_modules/mjml-button/README.md +1 -1
  278. package/node_modules/mjml-button/package.json +4 -3
  279. package/node_modules/mjml-carousel/LICENSE.md +21 -0
  280. package/node_modules/mjml-carousel/README.md +5 -5
  281. package/node_modules/mjml-carousel/lib/Carousel.js +15 -2
  282. package/node_modules/mjml-carousel/lib/CarouselImage.js +8 -1
  283. package/node_modules/mjml-carousel/package.json +4 -3
  284. package/node_modules/mjml-cli/LICENSE.md +21 -0
  285. package/node_modules/mjml-cli/package.json +7 -6
  286. package/node_modules/mjml-column/LICENSE.md +21 -0
  287. package/node_modules/mjml-column/lib/index.js +29 -3
  288. package/node_modules/mjml-column/package.json +4 -3
  289. package/node_modules/mjml-core/LICENSE.md +21 -0
  290. package/node_modules/mjml-core/lib/createComponent.js +4 -2
  291. package/node_modules/mjml-core/lib/index.js +3 -0
  292. package/node_modules/mjml-core/package.json +6 -5
  293. package/node_modules/mjml-divider/LICENSE.md +21 -0
  294. package/node_modules/mjml-divider/package.json +4 -3
  295. package/node_modules/mjml-group/LICENSE.md +21 -0
  296. package/node_modules/mjml-group/README.md +4 -4
  297. package/node_modules/mjml-group/package.json +4 -3
  298. package/node_modules/mjml-head/LICENSE.md +21 -0
  299. package/node_modules/mjml-head/package.json +4 -3
  300. package/node_modules/mjml-head-attributes/LICENSE.md +21 -0
  301. package/node_modules/mjml-head-attributes/package.json +4 -3
  302. package/node_modules/mjml-head-breakpoint/LICENSE.md +21 -0
  303. package/node_modules/mjml-head-breakpoint/package.json +4 -3
  304. package/node_modules/mjml-head-font/LICENSE.md +21 -0
  305. package/node_modules/mjml-head-font/package.json +4 -3
  306. package/node_modules/mjml-head-html-attributes/LICENSE.md +21 -0
  307. package/node_modules/mjml-head-html-attributes/package.json +4 -3
  308. package/node_modules/mjml-head-preview/LICENSE.md +21 -0
  309. package/node_modules/mjml-head-preview/package.json +4 -3
  310. package/node_modules/mjml-head-style/LICENSE.md +21 -0
  311. package/node_modules/mjml-head-style/package.json +4 -3
  312. package/node_modules/mjml-head-title/LICENSE.md +21 -0
  313. package/node_modules/mjml-head-title/package.json +4 -3
  314. package/node_modules/mjml-hero/LICENSE.md +21 -0
  315. package/node_modules/mjml-hero/README.md +4 -4
  316. package/node_modules/mjml-hero/package.json +4 -3
  317. package/node_modules/mjml-image/LICENSE.md +21 -0
  318. package/node_modules/mjml-image/README.md +1 -1
  319. package/node_modules/mjml-image/package.json +4 -3
  320. package/node_modules/mjml-migrate/package.json +5 -4
  321. package/node_modules/mjml-navbar/LICENSE.md +21 -0
  322. package/node_modules/mjml-navbar/README.md +4 -4
  323. package/node_modules/mjml-navbar/lib/Navbar.js +2 -2
  324. package/node_modules/mjml-navbar/package.json +4 -3
  325. package/node_modules/mjml-parser-xml/package.json +4 -4
  326. package/node_modules/mjml-preset-core/LICENSE.md +21 -0
  327. package/node_modules/mjml-preset-core/package.json +28 -27
  328. package/node_modules/mjml-raw/LICENSE.md +21 -0
  329. package/node_modules/mjml-raw/package.json +4 -3
  330. package/node_modules/mjml-section/LICENSE.md +21 -0
  331. package/node_modules/mjml-section/lib/index.js +20 -4
  332. package/node_modules/mjml-section/package.json +4 -3
  333. package/node_modules/mjml-social/LICENSE.md +21 -0
  334. package/node_modules/mjml-social/README.md +1 -1
  335. package/node_modules/mjml-social/lib/SocialElement.js +3 -4
  336. package/node_modules/mjml-social/package.json +4 -3
  337. package/node_modules/mjml-spacer/LICENSE.md +21 -0
  338. package/node_modules/mjml-spacer/package.json +4 -3
  339. package/node_modules/mjml-table/LICENSE.md +21 -0
  340. package/node_modules/mjml-table/lib/index.js +12 -1
  341. package/node_modules/mjml-table/package.json +4 -3
  342. package/node_modules/mjml-text/LICENSE.md +21 -0
  343. package/node_modules/mjml-text/package.json +4 -3
  344. package/node_modules/mjml-validator/package.json +2 -2
  345. package/node_modules/mjml-wrapper/LICENSE.md +21 -0
  346. package/node_modules/mjml-wrapper/README.md +2 -1
  347. package/node_modules/mjml-wrapper/lib/index.js +11 -0
  348. package/node_modules/mjml-wrapper/package.json +5 -4
  349. package/package.json +19 -19
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-head-title",
3
3
  "description": "mjml-head-title",
4
- "version": "4.16.1",
4
+ "version": "4.17.0",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -23,10 +23,11 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.4",
25
25
  "lodash": "^4.17.21",
26
- "mjml-core": "4.16.1"
26
+ "mjml-core": "4.17.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.8.4",
30
30
  "rimraf": "^3.0.2"
31
- }
31
+ },
32
+ "gitHead": "375c593ce24485867db35a26218e9d89d4f386cc"
32
33
  }
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -20,7 +20,7 @@ Use `background-color` to provide a fallback color
20
20
  Fixed height
21
21
 
22
22
  <p style="text-align: center;" >
23
- <img src="https://cloud.githubusercontent.com/assets/1830348/15354833/bfe7faaa-1cef-11e6-8d38-15e8951b6636.png"
23
+ <img src="https://static.mailjet.com/mjml-website/documentation/hero-example-1.png"
24
24
  alt="demo background picture with fixed height" />
25
25
  </p>
26
26
 
@@ -33,7 +33,7 @@ Fixed height
33
33
  background-width="600px"
34
34
  background-height="469px"
35
35
  background-url=
36
- "https://cloud.githubusercontent.com/assets/1830348/15354890/1442159a-1cf0-11e6-92b1-b861dadf1750.jpg"
36
+ "https://static.mailjet.com/mjml-website/documentation/hero.jpg"
37
37
  background-color="#2a3448"
38
38
  padding="100px 0px">
39
39
  <mj-text
@@ -63,7 +63,7 @@ Fixed height
63
63
  Fluid height
64
64
 
65
65
  <p style="text-align: center;" >
66
- <img src="https://cloud.githubusercontent.com/assets/1830348/15354867/fc2f404a-1cef-11e6-92ac-92de9e438210.png"
66
+ <img src="https://static.mailjet.com/mjml-website/documentation/hero-example-2.png"
67
67
  alt="demo background picture with fixed height" />
68
68
  </p>
69
69
 
@@ -75,7 +75,7 @@ Fluid height
75
75
  background-width="600px"
76
76
  background-height="469px"
77
77
  background-url=
78
- "https://cloud.githubusercontent.com/assets/1830348/15354890/1442159a-1cf0-11e6-92b1-b861dadf1750.jpg"
78
+ "https://static.mailjet.com/mjml-website/documentation/hero.jpg"
79
79
  background-color="#2a3448"
80
80
  padding="100px 0px">
81
81
  <mj-text
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-hero",
3
3
  "description": "mjml-hero",
4
- "version": "4.16.1",
4
+ "version": "4.17.0",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -23,10 +23,11 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.4",
25
25
  "lodash": "^4.17.21",
26
- "mjml-core": "4.16.1"
26
+ "mjml-core": "4.17.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.8.4",
30
30
  "rimraf": "^3.0.2"
31
- }
31
+ },
32
+ "gitHead": "375c593ce24485867db35a26218e9d89d4f386cc"
32
33
  }
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -8,7 +8,7 @@ Note that if no width is provided, the image will use the parent column width.
8
8
  <mj-body>
9
9
  <mj-section>
10
10
  <mj-column>
11
- <mj-image width="300px" src="https://www.online-image-editor.com//styles/2014/images/example_image.png" />
11
+ <mj-image width="300px" src="https://static.mailjet.com/mjml-website/documentation/image.png" />
12
12
  </mj-column>
13
13
  </mj-section>
14
14
  </mj-body>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-image",
3
3
  "description": "mjml-image",
4
- "version": "4.16.1",
4
+ "version": "4.17.0",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -23,10 +23,11 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.4",
25
25
  "lodash": "^4.17.21",
26
- "mjml-core": "4.16.1"
26
+ "mjml-core": "4.17.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.8.4",
30
30
  "rimraf": "^3.0.2"
31
- }
31
+ },
32
+ "gitHead": "375c593ce24485867db35a26218e9d89d4f386cc"
32
33
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mjml-migrate",
3
- "version": "4.16.1",
3
+ "version": "4.17.0",
4
4
  "description": "A tool to migrate a template from MJML 3 to MJML 4",
5
5
  "main": "lib/migrate.js",
6
6
  "bin": {
@@ -28,8 +28,9 @@
28
28
  "@babel/runtime": "^7.28.4",
29
29
  "js-beautify": "^1.6.14",
30
30
  "lodash": "^4.17.21",
31
- "mjml-core": "4.16.1",
32
- "mjml-parser-xml": "4.16.1",
31
+ "mjml-core": "4.17.0",
32
+ "mjml-parser-xml": "4.17.0",
33
33
  "yargs": "^17.7.2"
34
- }
34
+ },
35
+ "gitHead": "375c593ce24485867db35a26218e9d89d4f386cc"
35
36
  }
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  ## mj-navbar
2
2
 
3
3
  <p style="text-align: center;" >
4
- <img src="https://cloud.githubusercontent.com/assets/1830348/15317906/d6cef510-1c23-11e6-83d7-31e4e4f8ba2a.png"
4
+ <img src="https://static.mailjet.com/mjml-website/documentation/navbar-example.png"
5
5
  alt="example desktop width navbar" width="800px" />
6
6
  </p>
7
7
 
@@ -38,21 +38,21 @@ Individual links of the menu should be wrapped inside mj-navbar.
38
38
  Standard Desktop:
39
39
 
40
40
  <p style="text-align: center;" >
41
- <img src="https://cloud.githubusercontent.com/assets/1830348/15317906/d6cef510-1c23-11e6-83d7-31e4e4f8ba2a.png"
41
+ <img src="https://static.mailjet.com/mjml-website/documentation/navbar-example.png"
42
42
  alt="example desktop width navbar" width="800px" />
43
43
  </p>
44
44
 
45
45
  Standard Mobile:
46
46
 
47
47
  <p style="text-align: center;" >
48
- <img src="https://cloud.githubusercontent.com/assets/1830348/15317917/e514d0a4-1c23-11e6-8e5a-c23da9ac1d4e.png"
48
+ <img src="https://static.mailjet.com/mjml-website/documentation/navbar-mobile.png"
49
49
  alt="example mobile width navbar" width="318px" />
50
50
  </p>
51
51
 
52
52
  Mode hamburger enabled:
53
53
 
54
54
  <p style="text-align: center;" >
55
- <img src="https://cloud.githubusercontent.com/assets/1830348/15317922/f01c5c24-1c23-11e6-9b0c-95b0602da260.gif"
55
+ <img src="https://static.mailjet.com/mjml-website/documentation/navbar-hamburger.gif"
56
56
  alt="hamburger mode animation shows menu expansion after clicking hamburger icon"
57
57
  width="309px" />
58
58
  </p>
@@ -54,11 +54,11 @@ let MjNavbar = exports.default = /*#__PURE__*/function (_BodyComponent) {
54
54
  'text-transform': this.getAttribute('ico-text-transform'),
55
55
  'text-decoration': this.getAttribute('ico-text-decoration'),
56
56
  'line-height': this.getAttribute('ico-line-height'),
57
+ padding: this.getAttribute('ico-padding'),
57
58
  'padding-top': this.getAttribute('ico-padding-top'),
58
59
  'padding-right': this.getAttribute('ico-padding-right'),
59
60
  'padding-bottom': this.getAttribute('ico-padding-bottom'),
60
- 'padding-left': this.getAttribute('ico-padding-left'),
61
- padding: this.getAttribute('ico-padding')
61
+ 'padding-left': this.getAttribute('ico-padding-left')
62
62
  },
63
63
  trigger: {
64
64
  display: 'none',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-navbar",
3
3
  "description": "mjml-navbar",
4
- "version": "4.16.1",
4
+ "version": "4.17.0",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -23,10 +23,11 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.4",
25
25
  "lodash": "^4.17.21",
26
- "mjml-core": "4.16.1"
26
+ "mjml-core": "4.17.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.8.4",
30
30
  "rimraf": "^3.0.2"
31
- }
31
+ },
32
+ "gitHead": "375c593ce24485867db35a26218e9d89d4f386cc"
32
33
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-parser-xml",
3
3
  "description": "mjml-parser-xml",
4
- "version": "4.16.1",
4
+ "version": "4.17.0",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -30,9 +30,9 @@
30
30
  "devDependencies": {
31
31
  "@babel/cli": "^7.8.4",
32
32
  "chai": "^4.1.1",
33
- "mjml": "4.16.1",
34
- "mjml-core": "4.16.1",
33
+ "mjml": "4.17.0",
34
+ "mjml-core": "4.17.0",
35
35
  "rimraf": "^3.0.2"
36
36
  },
37
- "gitHead": "b1d7dc972f3199881fb96f11af2624984470dce5"
37
+ "gitHead": "375c593ce24485867db35a26218e9d89d4f386cc"
38
38
  }
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-preset-core",
3
3
  "description": "mjml-preset-core",
4
- "version": "4.16.1",
4
+ "version": "4.17.0",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -22,34 +22,35 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.4",
25
- "mjml-accordion": "4.16.1",
26
- "mjml-body": "4.16.1",
27
- "mjml-button": "4.16.1",
28
- "mjml-carousel": "4.16.1",
29
- "mjml-column": "4.16.1",
30
- "mjml-divider": "4.16.1",
31
- "mjml-group": "4.16.1",
32
- "mjml-head": "4.16.1",
33
- "mjml-head-attributes": "4.16.1",
34
- "mjml-head-breakpoint": "4.16.1",
35
- "mjml-head-font": "4.16.1",
36
- "mjml-head-html-attributes": "4.16.1",
37
- "mjml-head-preview": "4.16.1",
38
- "mjml-head-style": "4.16.1",
39
- "mjml-head-title": "4.16.1",
40
- "mjml-hero": "4.16.1",
41
- "mjml-image": "4.16.1",
42
- "mjml-navbar": "4.16.1",
43
- "mjml-raw": "4.16.1",
44
- "mjml-section": "4.16.1",
45
- "mjml-social": "4.16.1",
46
- "mjml-spacer": "4.16.1",
47
- "mjml-table": "4.16.1",
48
- "mjml-text": "4.16.1",
49
- "mjml-wrapper": "4.16.1"
25
+ "mjml-accordion": "4.17.0",
26
+ "mjml-body": "4.17.0",
27
+ "mjml-button": "4.17.0",
28
+ "mjml-carousel": "4.17.0",
29
+ "mjml-column": "4.17.0",
30
+ "mjml-divider": "4.17.0",
31
+ "mjml-group": "4.17.0",
32
+ "mjml-head": "4.17.0",
33
+ "mjml-head-attributes": "4.17.0",
34
+ "mjml-head-breakpoint": "4.17.0",
35
+ "mjml-head-font": "4.17.0",
36
+ "mjml-head-html-attributes": "4.17.0",
37
+ "mjml-head-preview": "4.17.0",
38
+ "mjml-head-style": "4.17.0",
39
+ "mjml-head-title": "4.17.0",
40
+ "mjml-hero": "4.17.0",
41
+ "mjml-image": "4.17.0",
42
+ "mjml-navbar": "4.17.0",
43
+ "mjml-raw": "4.17.0",
44
+ "mjml-section": "4.17.0",
45
+ "mjml-social": "4.17.0",
46
+ "mjml-spacer": "4.17.0",
47
+ "mjml-table": "4.17.0",
48
+ "mjml-text": "4.17.0",
49
+ "mjml-wrapper": "4.17.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@babel/cli": "^7.8.4",
53
53
  "rimraf": "^3.0.2"
54
- }
54
+ },
55
+ "gitHead": "375c593ce24485867db35a26218e9d89d4f386cc"
55
56
  }
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-raw",
3
3
  "description": "mjml-raw",
4
- "version": "4.16.1",
4
+ "version": "4.17.0",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -23,10 +23,11 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.4",
25
25
  "lodash": "^4.17.21",
26
- "mjml-core": "4.16.1"
26
+ "mjml-core": "4.17.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.8.4",
30
30
  "rimraf": "^3.0.2"
31
- }
31
+ },
32
+ "gitHead": "375c593ce24485867db35a26218e9d89d4f386cc"
32
33
  }
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -30,7 +30,8 @@ let MjSection = exports.default = /*#__PURE__*/function (_BodyComponent) {
30
30
  } = this.getBoxWidths();
31
31
  return {
32
32
  ...this.context,
33
- containerWidth: `${box}px`
33
+ containerWidth: `${box}px`,
34
+ gap: this.getAttribute('gap')
34
35
  };
35
36
  }
36
37
  }, {
@@ -41,6 +42,7 @@ let MjSection = exports.default = /*#__PURE__*/function (_BodyComponent) {
41
42
  } = this.context;
42
43
  const fullWidth = this.isFullWidth();
43
44
  const hasBorderRadius = this.hasBorderRadius();
45
+ const isFirstSection = this.props.index === 0;
44
46
  const background = this.getAttribute('background-url') ? {
45
47
  background: this.getBackground(),
46
48
  // background size, repeat and position has to be seperate since yahoo does not support shorthand background css property
@@ -86,7 +88,8 @@ let MjSection = exports.default = /*#__PURE__*/function (_BodyComponent) {
86
88
  'border-radius': this.getAttribute('border-radius'),
87
89
  ...(hasBorderRadius && {
88
90
  overflow: 'hidden'
89
- })
91
+ }),
92
+ 'margin-top': !isFirstSection ? this.context.gap : undefined
90
93
  },
91
94
  innerDiv: {
92
95
  'line-height': '0',
@@ -176,6 +179,14 @@ let MjSection = exports.default = /*#__PURE__*/function (_BodyComponent) {
176
179
  const borderRadius = this.getAttribute('border-radius');
177
180
  return borderRadius !== '' && typeof borderRadius !== 'undefined';
178
181
  }
182
+ }, {
183
+ key: "hasGap",
184
+ value: function hasGap() {
185
+ const {
186
+ gap
187
+ } = this.context;
188
+ return gap != null && gap !== '';
189
+ }
179
190
  }, {
180
191
  key: "renderBefore",
181
192
  value: function renderBefore() {
@@ -185,6 +196,8 @@ let MjSection = exports.default = /*#__PURE__*/function (_BodyComponent) {
185
196
  const bgcolorAttr = this.getAttribute('background-color') ? {
186
197
  bgcolor: this.getAttribute('background-color')
187
198
  } : {};
199
+ const isFirstSection = this.props.index === 0;
200
+ const hasGap = this.hasGap();
188
201
  return `
189
202
  <!--[if mso | IE]>
190
203
  <table
@@ -196,10 +209,13 @@ let MjSection = exports.default = /*#__PURE__*/function (_BodyComponent) {
196
209
  class: (0, _mjmlCore.suffixCssClasses)(this.getAttribute('css-class'), 'outlook'),
197
210
  role: 'presentation',
198
211
  style: {
199
- width: `${containerWidth}`
212
+ width: `${containerWidth}`,
213
+ 'padding-top': !isFirstSection ? this.context.gap : undefined
200
214
  },
201
215
  width: parseInt(containerWidth, 10),
202
- ...bgcolorAttr
216
+ ...(!hasGap && {
217
+ ...bgcolorAttr
218
+ })
203
219
  })}
204
220
  >
205
221
  <tr>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mjml-section",
3
3
  "description": "mjml-section",
4
- "version": "4.16.1",
4
+ "version": "4.17.0",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib"
@@ -23,10 +23,11 @@
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.28.4",
25
25
  "lodash": "^4.17.21",
26
- "mjml-core": "4.16.1"
26
+ "mjml-core": "4.17.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/cli": "^7.8.4",
30
30
  "rimraf": "^3.0.2"
31
- }
31
+ },
32
+ "gitHead": "375c593ce24485867db35a26218e9d89d4f386cc"
32
33
  }
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Mailjet SAS, https://mjml.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  ## mj-social
2
2
 
3
3
  <p style="text-align: center;" >
4
- <img src="https://cloud.githubusercontent.com/assets/6558790/12751360/0c78ce48-c9bd-11e5-98ca-4a2ac9e6341b.png" alt="desktop" style="width: 250px;"/>
4
+ <img src="https://static.mailjet.com/mjml-website/documentation/social-example.png" alt="desktop" style="width: 250px;"/>
5
5
  </p>
6
6
 
7
7
  <aside class="warning">
@@ -139,7 +139,8 @@ let MjSocialElement = exports.default = /*#__PURE__*/function (_BodyComponent) {
139
139
  },
140
140
  tdText: {
141
141
  'vertical-align': 'middle',
142
- padding: this.getAttribute('text-padding')
142
+ padding: this.getAttribute('text-padding'),
143
+ 'text-align': this.getAttribute('align')
143
144
  },
144
145
  text: {
145
146
  color: this.getAttribute('color'),
@@ -177,8 +178,7 @@ let MjSocialElement = exports.default = /*#__PURE__*/function (_BodyComponent) {
177
178
  srcset,
178
179
  sizes,
179
180
  href,
180
- 'icon-size': iconSize,
181
- 'icon-height': iconHeight
181
+ 'icon-size': iconSize
182
182
  } = this.getSocialAttributes();
183
183
  const hasLink = !!this.getAttribute('href');
184
184
  const iconPosition = this.getAttribute('icon-position');
@@ -209,7 +209,6 @@ let MjSocialElement = exports.default = /*#__PURE__*/function (_BodyComponent) {
209
209
  ${this.htmlAttributes({
210
210
  alt: this.getAttribute('alt'),
211
211
  title: this.getAttribute('title'),
212
- height: parseInt(iconHeight || iconSize, 10),
213
212
  src,
214
213
  style: 'img',
215
214
  width: parseInt(iconSize, 10),