@antscorp/antsomi-ui 1.3.5-beta.21 → 1.3.5-beta.211

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 (651) hide show
  1. package/es/__tests__/fileMock.test.d.ts +2 -0
  2. package/es/__tests__/fileMock.test.js +2 -0
  3. package/es/__tests__/styleMock.test.d.ts +1 -0
  4. package/es/__tests__/styleMock.test.js +2 -0
  5. package/es/assets/css/main.scss +1 -1
  6. package/es/assets/images/components/PreviewModal/Banner/skeletonBackground.png +0 -0
  7. package/es/assets/images/components/PreviewModal/Information/buttonText.png +0 -0
  8. package/es/assets/images/components/PreviewModal/Information/clickButton.png +0 -0
  9. package/es/assets/images/components/PreviewModal/Information/description.png +0 -0
  10. package/es/assets/images/components/PreviewModal/Information/deviceRadio.png +0 -0
  11. package/es/assets/images/components/PreviewModal/Information/itemName.png +0 -0
  12. package/es/assets/images/components/PreviewModal/banner.png +0 -0
  13. package/es/assets/images/components/PreviewModal/information.png +0 -0
  14. package/es/assets/images/components/PreviewModal/similarTemplate.png +0 -0
  15. package/es/assets/images/components/PreviewModal/thumbnails.png +0 -0
  16. package/es/assets/images/components/TemplateListing/blankTemplate.png +0 -0
  17. package/es/assets/images/components/TemplateListing/categoryListing.png +0 -0
  18. package/es/assets/images/components/TemplateListing/empty.png +0 -0
  19. package/es/assets/images/components/TemplateListing/previewModal.png +0 -0
  20. package/es/assets/images/components/TemplateListing/templateItem.png +0 -0
  21. package/es/assets/images/components/TemplateListing/templates.png +0 -0
  22. package/es/assets/images/ip14-pro-camera.png +0 -0
  23. package/es/assets/images/ip14-pro-mobile-frame.png +0 -0
  24. package/es/assets/images/logo/sub-logo-antsomi.png +0 -0
  25. package/es/assets/images/profile.png +0 -0
  26. package/es/assets/images/tail.png +0 -0
  27. package/es/components/atoms/Icon/index.d.ts +1 -1
  28. package/es/components/atoms/InputDynamic/EditCaretPositioning.js +15 -0
  29. package/es/components/atoms/InputDynamic/InputDynamic.js +11 -9
  30. package/es/components/atoms/InputDynamic/styled.d.ts +1 -1
  31. package/es/components/atoms/InputDynamic/types.d.ts +9 -0
  32. package/es/components/atoms/MobileFrame/MobileFrame.d.ts +2 -0
  33. package/es/components/atoms/MobileFrame/MobileFrame.js +1 -1
  34. package/es/components/atoms/MobileFrame/styled.d.ts +2 -1
  35. package/es/components/atoms/MobileFrame/styled.js +11 -6
  36. package/es/components/atoms/MobileFrameV2/MobileFrameV2.d.ts +4 -0
  37. package/es/components/atoms/MobileFrameV2/MobileFrameV2.js +22 -0
  38. package/es/components/atoms/MobileFrameV2/constants.d.ts +10 -0
  39. package/es/components/atoms/MobileFrameV2/constants.js +10 -0
  40. package/es/components/atoms/MobileFrameV2/index.d.ts +2 -0
  41. package/es/components/atoms/MobileFrameV2/index.js +1 -0
  42. package/es/components/atoms/MobileFrameV2/styled.d.ts +3 -0
  43. package/es/components/atoms/MobileFrameV2/styled.js +52 -0
  44. package/es/components/atoms/ReactIframe/ReactIframe.d.ts +3 -0
  45. package/es/components/atoms/ReactIframe/ReactIframe.js +42 -0
  46. package/es/components/atoms/ReactIframe/index.d.ts +2 -0
  47. package/es/components/atoms/ReactIframe/index.js +1 -0
  48. package/es/components/atoms/ReactIframe/styled.d.ts +1 -0
  49. package/es/components/atoms/ReactIframe/styled.js +16 -0
  50. package/es/components/atoms/ReactIframe/types.d.ts +10 -0
  51. package/es/components/atoms/ReactIframe/types.js +1 -0
  52. package/es/components/atoms/RequiredLabel/index.js +1 -1
  53. package/es/components/atoms/ScrollBox/index.js +1 -1
  54. package/es/components/atoms/SlideBar/SlideBar.js +1 -1
  55. package/es/components/atoms/Spin/Spin.js +2 -2
  56. package/es/components/atoms/Steps/Steps.d.ts +1 -1
  57. package/es/components/atoms/index.d.ts +2 -0
  58. package/es/components/atoms/index.js +2 -0
  59. package/es/components/common/ConfigProvider/ConfigProvider.js +9 -5
  60. package/es/components/common/ConfigProvider/GlobalStyle.js +20 -3
  61. package/es/components/icons/ExpandMoreRight.d.ts +3 -0
  62. package/es/components/icons/ExpandMoreRight.js +3 -0
  63. package/es/components/icons/index.d.ts +1 -0
  64. package/es/components/icons/index.js +1 -0
  65. package/es/components/index.d.ts +0 -1
  66. package/es/components/index.js +0 -1
  67. package/es/components/molecules/AccountSelection/AccountSelection.d.ts +17 -0
  68. package/es/components/molecules/AccountSelection/AccountSelection.js +34 -0
  69. package/es/components/molecules/AccountSelection/components/AccountItem.d.ts +10 -0
  70. package/es/components/molecules/AccountSelection/components/AccountItem.js +11 -0
  71. package/es/components/molecules/AccountSelection/components/index.d.ts +1 -0
  72. package/es/components/molecules/AccountSelection/components/index.js +1 -0
  73. package/es/components/molecules/AccountSelection/index.d.ts +1 -0
  74. package/es/components/molecules/AccountSelection/index.js +1 -0
  75. package/es/components/molecules/AccountSelection/styled.d.ts +2 -0
  76. package/es/components/molecules/AccountSelection/styled.js +95 -0
  77. package/es/components/molecules/AddDynamicContent/AddDynamicContent.js +3 -2
  78. package/es/components/molecules/AddDynamicContent/constants.d.ts +17 -0
  79. package/es/components/molecules/AddDynamicContent/constants.js +17 -0
  80. package/es/components/molecules/AddDynamicContent/styled.d.ts +1 -1
  81. package/es/components/molecules/AlignSetting/utils.d.ts +1 -1
  82. package/es/components/molecules/CalendarSelection/CalendarSelection.js +4 -4
  83. package/es/components/molecules/CalendarSelection/components/CustomPicker/CustomPicker.js +15 -3
  84. package/es/components/molecules/CalendarSelection/hooks/useStateContext.d.ts +2 -2
  85. package/es/components/molecules/CalendarSelection/types.d.ts +2 -1
  86. package/es/components/molecules/ChatBox/ChatBox.js +34 -22
  87. package/es/components/molecules/ChatBox/ChatBoxInsight/ChatBox.d.ts +3 -0
  88. package/es/components/molecules/ChatBox/ChatBoxInsight/ChatBox.js +160 -0
  89. package/es/components/molecules/ChatBox/ChatBoxInsight/MessageItem.d.ts +5 -0
  90. package/es/components/molecules/ChatBox/ChatBoxInsight/MessageItem.js +74 -0
  91. package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.d.ts +7 -0
  92. package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +11 -0
  93. package/es/components/molecules/ChatBox/ChatBoxInsight/constants.d.ts +11 -0
  94. package/es/components/molecules/ChatBox/ChatBoxInsight/constants.js +78 -0
  95. package/es/components/molecules/ChatBox/ChatBoxInsight/index.d.ts +21 -0
  96. package/es/components/molecules/ChatBox/ChatBoxInsight/index.js +45 -0
  97. package/es/components/molecules/ChatBox/ChatBoxInsight/styled.d.ts +16 -0
  98. package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +331 -0
  99. package/es/components/molecules/ChatBox/ChatBoxInsight/types.d.ts +36 -0
  100. package/es/components/molecules/ChatBox/ChatBoxInsight/types.js +1 -0
  101. package/es/components/molecules/ChatBox/ChatBoxInsight/utils.d.ts +2 -0
  102. package/es/components/molecules/ChatBox/ChatBoxInsight/utils.js +18 -0
  103. package/es/components/molecules/ChatBox/MessageItem.js +14 -8
  104. package/es/components/molecules/ChatBox/QuestionItem.d.ts +7 -0
  105. package/es/components/molecules/ChatBox/QuestionItem.js +11 -0
  106. package/es/components/molecules/ChatBox/constants.d.ts +5 -0
  107. package/es/components/molecules/ChatBox/constants.js +27 -0
  108. package/es/components/molecules/ChatBox/index.d.ts +1 -0
  109. package/es/components/molecules/ChatBox/index.js +1 -0
  110. package/es/components/molecules/ChatBox/styled.d.ts +5 -1
  111. package/es/components/molecules/ChatBox/styled.js +28 -2
  112. package/es/components/molecules/ChatBox/types.d.ts +3 -0
  113. package/es/components/molecules/ChatBox/utils.d.ts +2 -0
  114. package/es/components/molecules/ChatBox/utils.js +18 -0
  115. package/es/components/molecules/ColorPicker/ChromePicker/index.d.ts +1 -1
  116. package/es/components/molecules/ColorPicker/ChromePicker/styled.d.ts +1 -1
  117. package/es/components/molecules/ColorPicker/SketchPicker/styled.d.ts +1 -1
  118. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +1 -0
  119. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.js +5 -1
  120. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +1 -1
  121. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.js +2 -2
  122. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +2 -0
  123. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.js +4 -4
  124. package/es/components/molecules/DatePicker/components/DropdownLabel/DropdownLabel.js +2 -2
  125. package/es/components/molecules/DatePickerV2/index.d.ts +9 -0
  126. package/es/components/molecules/DatePickerV2/index.js +51 -0
  127. package/es/components/molecules/DatePickerV2/styled.d.ts +1 -0
  128. package/es/components/molecules/DatePickerV2/styled.js +12 -0
  129. package/es/components/molecules/DrawerDetail/DrawerDetail.d.ts +3 -0
  130. package/es/components/molecules/DrawerDetail/DrawerDetail.js +79 -0
  131. package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.d.ts +6 -0
  132. package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +48 -0
  133. package/es/components/molecules/DrawerDetail/components/index.d.ts +1 -0
  134. package/es/components/molecules/DrawerDetail/components/index.js +1 -0
  135. package/es/components/molecules/DrawerDetail/constants.d.ts +7 -0
  136. package/es/components/molecules/DrawerDetail/constants.js +7 -0
  137. package/es/components/molecules/DrawerDetail/index.d.ts +2 -0
  138. package/es/components/molecules/DrawerDetail/index.js +1 -0
  139. package/es/components/molecules/DrawerDetail/styled.d.ts +7 -0
  140. package/es/components/molecules/DrawerDetail/styled.js +109 -0
  141. package/es/components/molecules/DrawerDetail/types.d.ts +18 -0
  142. package/es/components/molecules/DrawerDetail/types.js +1 -0
  143. package/es/components/molecules/EditorScript/EditorScript.d.ts +1 -0
  144. package/es/components/molecules/HeaderV2/HeaderV2.d.ts +33 -0
  145. package/es/components/molecules/HeaderV2/HeaderV2.js +99 -0
  146. package/es/components/molecules/HeaderV2/constants.d.ts +1 -0
  147. package/es/components/molecules/HeaderV2/constants.js +1 -0
  148. package/es/components/molecules/HeaderV2/index.d.ts +1 -0
  149. package/es/components/molecules/HeaderV2/index.js +1 -0
  150. package/es/components/molecules/HeaderV2/styled.d.ts +1 -0
  151. package/es/components/molecules/HeaderV2/styled.js +30 -0
  152. package/es/components/molecules/Modal/Modal.js +5 -3
  153. package/es/components/molecules/PreviewModal/styled.d.ts +1 -1
  154. package/es/components/molecules/ResizeGrid/ResizeGrid.js +26 -13
  155. package/es/components/molecules/ResizeGrid/components/Cell/Cell.js +2 -2
  156. package/es/components/molecules/ResizeGrid/types.d.ts +2 -0
  157. package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuBlock.js +2 -2
  158. package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/index.js +1 -1
  159. package/es/components/molecules/RichMenu/RichMenuChatBar/RichMenuChatBar.d.ts +1 -0
  160. package/es/components/molecules/RichMenu/RichMenuChatBar/RichMenuChatBar.js +4 -3
  161. package/es/components/molecules/RichMenu/RichMenuChatBar/styled.d.ts +1 -0
  162. package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +1 -1
  163. package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.d.ts +6 -0
  164. package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +24 -5
  165. package/es/components/molecules/RichMenu/RichMenuMobileView/styled.d.ts +5 -0
  166. package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +31 -0
  167. package/es/components/molecules/SelectEventAttribute/index.d.ts +21 -0
  168. package/es/components/molecules/SelectEventAttribute/index.js +267 -0
  169. package/es/components/molecules/SelectEventAttribute/styled.d.ts +13 -0
  170. package/es/components/molecules/SelectEventAttribute/styled.js +13 -0
  171. package/es/components/molecules/SelectMulti/index.d.ts +17 -0
  172. package/es/components/molecules/SelectMulti/index.js +50 -0
  173. package/es/components/molecules/SelectMulti/styled.d.ts +11 -0
  174. package/es/components/molecules/SelectMulti/styled.js +71 -0
  175. package/es/components/molecules/SelectV2/index.d.ts +34 -0
  176. package/es/components/molecules/SelectV2/index.js +100 -0
  177. package/es/components/molecules/SelectV2/styled.d.ts +15 -0
  178. package/es/components/molecules/SelectV2/styled.js +135 -0
  179. package/es/components/molecules/ShareAccess/ShareAccess.js +7 -5
  180. package/es/components/molecules/ShareAccess/components/GeneralAccess/GeneralAccess.d.ts +5 -2
  181. package/es/components/molecules/ShareAccess/components/GeneralAccess/GeneralAccess.js +8 -7
  182. package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +1 -0
  183. package/es/components/molecules/ShareAccess/components/LayoutContent/LayoutContent.d.ts +1 -1
  184. package/es/components/molecules/ShareAccess/components/LayoutContent/LayoutContent.js +7 -9
  185. package/es/components/molecules/ShareAccess/components/PeopleAccess/PeopleAccess.d.ts +1 -1
  186. package/es/components/molecules/ShareAccess/components/PeopleAccess/PeopleAccess.js +20 -9
  187. package/es/components/molecules/ShareAccess/components/SearchUser/SearchUser.d.ts +1 -1
  188. package/es/components/molecules/ShareAccess/components/SearchUser/SearchUser.js +13 -4
  189. package/es/components/molecules/ShareAccess/hooks/useShareAccess.d.ts +3 -2
  190. package/es/components/molecules/ShareAccess/types.d.ts +10 -1
  191. package/es/components/molecules/ShareAccess/utils.d.ts +17 -1
  192. package/es/components/molecules/ShareAccess/utils.js +13 -0
  193. package/es/components/molecules/Tabs/Tabs.d.ts +6 -1
  194. package/es/components/molecules/Tabs/Tabs.js +10 -1
  195. package/es/components/molecules/TemplateSaveAs/TemplateSaveAs.d.ts +50 -21
  196. package/es/components/molecules/TemplateSaveAs/TemplateSaveAs.js +212 -114
  197. package/es/components/molecules/TemplateSaveAs/TemplateSaveAsModal.js +26 -11
  198. package/es/components/molecules/TemplateSaveAs/components/Category/Category.d.ts +18 -0
  199. package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +42 -0
  200. package/es/components/molecules/TemplateSaveAs/components/Category/index.d.ts +2 -0
  201. package/es/components/molecules/TemplateSaveAs/components/Category/index.js +1 -0
  202. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/BigImage.d.ts +10 -0
  203. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/BigImage.js +19 -0
  204. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/ImageSlider.d.ts +7 -2
  205. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/ImageSlider.js +55 -57
  206. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/SmallImage.d.ts +9 -0
  207. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/SmallImage.js +16 -0
  208. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/index.d.ts +1 -0
  209. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.d.ts +8 -4
  210. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +62 -41
  211. package/es/components/molecules/TemplateSaveAs/components/index.d.ts +3 -0
  212. package/es/components/molecules/TemplateSaveAs/components/index.js +1 -0
  213. package/es/components/molecules/TemplateSaveAs/hooks/useTemplateSave.d.ts +73 -0
  214. package/es/components/molecules/TemplateSaveAs/hooks/useTemplateSave.js +173 -0
  215. package/es/components/molecules/TemplateSaveAs/index.d.ts +1 -0
  216. package/es/components/molecules/TemplateSaveAs/index.js +1 -0
  217. package/es/components/molecules/TemplateSaveAs/styled.js +55 -15
  218. package/es/components/molecules/ThumbnailCard/ThumbnailCard.js +24 -19
  219. package/es/components/molecules/ThumbnailCard/styled.d.ts +5 -1
  220. package/es/components/molecules/ThumbnailCard/styled.js +13 -7
  221. package/es/components/molecules/ThumbnailCard/types.d.ts +9 -5
  222. package/es/components/molecules/UploadImage/index.d.ts +1 -0
  223. package/es/components/molecules/UploadImage/index.js +37 -4
  224. package/es/components/molecules/index.d.ts +12 -2
  225. package/es/components/molecules/index.js +10 -2
  226. package/es/components/organism/AccountSharing/AccountSharing.d.ts +19 -0
  227. package/es/components/organism/AccountSharing/AccountSharing.js +444 -0
  228. package/es/components/organism/AccountSharing/constant.d.ts +20 -0
  229. package/es/components/organism/AccountSharing/constant.js +20 -0
  230. package/es/components/organism/AccountSharing/icons/close.d.ts +3 -0
  231. package/es/components/organism/AccountSharing/icons/close.js +5 -0
  232. package/es/components/organism/AccountSharing/icons/search.d.ts +3 -0
  233. package/es/components/organism/AccountSharing/icons/search.js +5 -0
  234. package/es/components/organism/AccountSharing/index.d.ts +1 -0
  235. package/es/components/organism/AccountSharing/index.js +1 -0
  236. package/es/components/organism/AccountSharing/styled.d.ts +3 -0
  237. package/es/components/organism/AccountSharing/styled.js +349 -0
  238. package/es/components/organism/AccountSharing/utils.d.ts +1 -0
  239. package/es/components/organism/AccountSharing/utils.js +4 -0
  240. package/es/components/organism/AlgorithmsSetting/constants.d.ts +146 -0
  241. package/es/components/organism/AlgorithmsSetting/constants.js +223 -0
  242. package/es/components/organism/AlgorithmsSetting/index.d.ts +13 -0
  243. package/es/components/organism/AlgorithmsSetting/index.js +767 -0
  244. package/es/components/organism/AlgorithmsSetting/styled.d.ts +22 -0
  245. package/es/components/organism/AlgorithmsSetting/styled.js +46 -0
  246. package/es/components/organism/AlgorithmsSetting/types.d.ts +4 -0
  247. package/es/components/organism/AlgorithmsSetting/types.js +1 -0
  248. package/es/components/organism/AlgorithmsSetting/utils.d.ts +2 -0
  249. package/es/components/organism/AlgorithmsSetting/utils.js +9 -0
  250. package/es/components/organism/ContentSources/Content.d.ts +18 -0
  251. package/es/components/organism/ContentSources/Content.js +81 -0
  252. package/es/components/organism/ContentSources/Group.d.ts +15 -0
  253. package/es/components/organism/ContentSources/Group.js +138 -0
  254. package/es/components/organism/ContentSources/Settings.d.ts +13 -0
  255. package/es/components/organism/ContentSources/Settings.js +259 -0
  256. package/es/components/organism/ContentSources/components/LevelSetting/constants.d.ts +14 -0
  257. package/es/components/organism/ContentSources/components/LevelSetting/constants.js +24 -0
  258. package/es/components/organism/ContentSources/components/LevelSetting/index.d.ts +7 -0
  259. package/es/components/organism/ContentSources/components/LevelSetting/index.js +23 -0
  260. package/es/components/organism/ContentSources/constants.d.ts +7 -0
  261. package/es/components/organism/ContentSources/constants.js +46 -0
  262. package/es/components/organism/ContentSources/index.d.ts +17 -0
  263. package/es/components/organism/ContentSources/index.js +33 -0
  264. package/es/components/organism/ContentSources/provider.d.ts +14 -0
  265. package/es/components/organism/ContentSources/provider.js +27 -0
  266. package/es/components/organism/ContentSources/reducer.d.ts +17 -0
  267. package/es/components/organism/ContentSources/reducer.js +87 -0
  268. package/es/components/organism/ContentSources/styled.d.ts +8 -0
  269. package/es/components/organism/ContentSources/styled.js +58 -0
  270. package/es/components/organism/ContentSources/types.d.ts +134 -0
  271. package/es/components/organism/ContentSources/types.js +1 -0
  272. package/es/components/organism/ContentSources/utils.d.ts +29 -0
  273. package/es/components/organism/ContentSources/utils.js +150 -0
  274. package/es/components/organism/FilterSetting/components/common/InputArray/index.d.ts +9 -0
  275. package/es/components/organism/FilterSetting/components/common/InputArray/index.js +32 -0
  276. package/es/components/organism/FilterSetting/components/common/InputArray/styled.d.ts +12 -0
  277. package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +8 -0
  278. package/es/components/organism/FilterSetting/components/common/InputBoolean/index.d.ts +8 -0
  279. package/es/components/organism/FilterSetting/components/common/InputBoolean/index.js +20 -0
  280. package/es/components/organism/FilterSetting/components/common/InputCalendar/index.d.ts +11 -0
  281. package/es/components/organism/FilterSetting/components/common/InputCalendar/index.js +44 -0
  282. package/es/components/organism/FilterSetting/components/common/InputCalendarBetween/index.d.ts +9 -0
  283. package/es/components/organism/FilterSetting/components/common/InputCalendarBetween/index.js +47 -0
  284. package/es/components/organism/FilterSetting/components/common/InputDateTimeAgo/index.d.ts +13 -0
  285. package/es/components/organism/FilterSetting/components/common/InputDateTimeAgo/index.js +23 -0
  286. package/es/components/organism/FilterSetting/components/common/InputDateTimeBetweenAgo/index.d.ts +11 -0
  287. package/es/components/organism/FilterSetting/components/common/InputDateTimeBetweenAgo/index.js +34 -0
  288. package/es/components/organism/FilterSetting/components/common/InputNumber/index.d.ts +7 -0
  289. package/es/components/organism/FilterSetting/components/common/InputNumber/index.js +11 -0
  290. package/es/components/organism/FilterSetting/components/common/InputNumberBetween/index.d.ts +7 -0
  291. package/es/components/organism/FilterSetting/components/common/InputNumberBetween/index.js +26 -0
  292. package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.d.ts +79 -0
  293. package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +537 -0
  294. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.d.ts +15 -0
  295. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +66 -0
  296. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.d.ts +20 -0
  297. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +57 -0
  298. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.d.ts +88 -0
  299. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +569 -0
  300. package/es/components/organism/FilterSetting/components/common/TextTreeSelect/index.d.ts +10 -0
  301. package/es/components/organism/FilterSetting/components/common/TextTreeSelect/index.js +13 -0
  302. package/es/components/organism/FilterSetting/components/common/index.d.ts +11 -0
  303. package/es/components/organism/FilterSetting/components/common/index.js +11 -0
  304. package/es/components/organism/FilterSetting/constants.d.ts +178 -0
  305. package/es/components/organism/FilterSetting/constants.js +300 -0
  306. package/es/components/organism/FilterSetting/context.d.ts +7 -0
  307. package/es/components/organism/FilterSetting/context.js +8 -0
  308. package/es/components/organism/FilterSetting/index.d.ts +30 -0
  309. package/es/components/organism/FilterSetting/index.js +431 -0
  310. package/es/components/organism/FilterSetting/styled.d.ts +4 -0
  311. package/es/components/organism/FilterSetting/styled.js +28 -0
  312. package/es/components/organism/FilterSetting/utils.d.ts +46 -0
  313. package/es/components/organism/FilterSetting/utils.js +349 -0
  314. package/es/components/organism/Help/Help.js +34 -27
  315. package/es/components/organism/Help/styled.d.ts +5 -2
  316. package/es/components/organism/Help/styled.js +17 -3
  317. package/es/components/organism/Help/types.d.ts +2 -2
  318. package/es/components/organism/LeftMenu/components/ContentMenu/index.d.ts +2 -0
  319. package/es/components/organism/LeftMenu/components/ContentMenu/index.js +12 -0
  320. package/es/components/organism/LeftMenu/components/ContentMenu/useContentMenu.d.ts +3 -0
  321. package/es/components/organism/LeftMenu/components/ContentMenu/useContentMenu.js +14 -0
  322. package/es/components/organism/LeftMenu/components/DataMenu/index.d.ts +2 -0
  323. package/es/components/organism/LeftMenu/components/DataMenu/index.js +12 -0
  324. package/es/components/organism/LeftMenu/components/DataMenu/useDataMenu.d.ts +3 -0
  325. package/es/components/organism/LeftMenu/components/DataMenu/useDataMenu.js +12 -0
  326. package/es/components/organism/LeftMenu/components/HomeMenu/constants.d.ts +15 -0
  327. package/es/components/organism/LeftMenu/components/HomeMenu/constants.js +15 -0
  328. package/es/components/organism/LeftMenu/components/HomeMenu/index.d.ts +2 -0
  329. package/es/components/organism/LeftMenu/components/HomeMenu/index.js +23 -0
  330. package/es/components/organism/LeftMenu/components/HomeMenu/styled.d.ts +5 -0
  331. package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +36 -0
  332. package/es/components/organism/LeftMenu/components/HomeMenu/useHomeMenu.d.ts +9 -0
  333. package/es/components/organism/LeftMenu/components/HomeMenu/useHomeMenu.js +84 -0
  334. package/es/components/organism/LeftMenu/components/HomeMenu/utils.d.ts +1 -0
  335. package/es/components/organism/LeftMenu/components/HomeMenu/utils.js +30 -0
  336. package/es/components/organism/LeftMenu/components/InsightsMenu/index.d.ts +2 -0
  337. package/es/components/organism/LeftMenu/components/InsightsMenu/index.js +12 -0
  338. package/es/components/organism/LeftMenu/components/InsightsMenu/useInsightsMenu.d.ts +3 -0
  339. package/es/components/organism/LeftMenu/components/InsightsMenu/useInsightsMenu.js +14 -0
  340. package/es/components/organism/LeftMenu/components/MarketingMenu/constants.d.ts +7 -0
  341. package/es/components/organism/LeftMenu/components/MarketingMenu/constants.js +4 -0
  342. package/es/components/organism/LeftMenu/components/MarketingMenu/index.d.ts +2 -0
  343. package/es/components/organism/LeftMenu/components/MarketingMenu/index.js +12 -0
  344. package/es/components/organism/LeftMenu/components/MarketingMenu/useMarketingMenu.d.ts +3 -0
  345. package/es/components/organism/LeftMenu/components/MarketingMenu/useMarketingMenu.js +14 -0
  346. package/es/components/organism/LeftMenu/components/ProfilesMenu/index.d.ts +2 -0
  347. package/es/components/organism/LeftMenu/components/ProfilesMenu/index.js +12 -0
  348. package/es/components/organism/LeftMenu/components/ProfilesMenu/useProfilesMenu.d.ts +3 -0
  349. package/es/components/organism/LeftMenu/components/ProfilesMenu/useProfilesMenu.js +14 -0
  350. package/es/components/organism/LeftMenu/components/SettingsMenu/index.d.ts +2 -0
  351. package/es/components/organism/LeftMenu/components/SettingsMenu/index.js +12 -0
  352. package/es/components/organism/LeftMenu/components/SettingsMenu/useSettingsMenu.d.ts +3 -0
  353. package/es/components/organism/LeftMenu/components/SettingsMenu/useSettingsMenu.js +12 -0
  354. package/es/components/organism/LeftMenu/components/TemplatesMenu/index.d.ts +2 -0
  355. package/es/components/organism/LeftMenu/components/TemplatesMenu/index.js +12 -0
  356. package/es/components/organism/LeftMenu/components/TemplatesMenu/useTemplatesMenu.d.ts +3 -0
  357. package/es/components/organism/LeftMenu/components/TemplatesMenu/useTemplatesMenu.js +14 -0
  358. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/index.d.ts +7 -0
  359. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/index.js +9 -0
  360. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/index.d.ts +1 -0
  361. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/index.js +1 -0
  362. package/es/components/organism/LeftMenu/components/common/ChildMenu/constants/index.d.ts +1 -0
  363. package/es/components/organism/LeftMenu/components/common/ChildMenu/constants/index.js +1 -0
  364. package/es/components/organism/LeftMenu/components/common/ChildMenu/constants/sampleData.d.ts +2 -0
  365. package/es/components/organism/LeftMenu/components/common/ChildMenu/constants/sampleData.js +39 -0
  366. package/es/components/organism/LeftMenu/components/common/ChildMenu/index.d.ts +9 -0
  367. package/es/components/organism/LeftMenu/components/common/ChildMenu/index.js +108 -0
  368. package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.d.ts +3 -0
  369. package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +65 -0
  370. package/es/components/organism/LeftMenu/components/common/ChildMenu/utils.d.ts +30 -0
  371. package/es/components/organism/LeftMenu/components/common/ChildMenu/utils.js +89 -0
  372. package/es/components/organism/LeftMenu/components/common/index.d.ts +1 -0
  373. package/es/components/organism/LeftMenu/components/common/index.js +1 -0
  374. package/es/components/organism/LeftMenu/components/index.d.ts +8 -0
  375. package/es/components/organism/LeftMenu/components/index.js +8 -0
  376. package/es/components/organism/LeftMenu/constants/index.d.ts +2 -0
  377. package/es/components/organism/LeftMenu/constants/index.js +2 -0
  378. package/es/components/organism/LeftMenu/constants/sampleData.d.ts +7 -0
  379. package/es/components/organism/LeftMenu/constants/sampleData.js +985 -0
  380. package/es/components/organism/LeftMenu/constants/variables.d.ts +32 -0
  381. package/es/components/organism/LeftMenu/constants/variables.js +44 -0
  382. package/es/components/organism/LeftMenu/hooks/index.d.ts +1 -0
  383. package/es/components/organism/LeftMenu/hooks/index.js +1 -0
  384. package/es/components/organism/LeftMenu/hooks/useLeftMenu.d.ts +14 -0
  385. package/es/components/organism/LeftMenu/hooks/useLeftMenu.js +183 -0
  386. package/es/components/organism/LeftMenu/hooks/useNavigatePath.d.ts +5 -0
  387. package/es/components/organism/LeftMenu/hooks/useNavigatePath.js +43 -0
  388. package/es/components/organism/LeftMenu/index.d.ts +11 -0
  389. package/es/components/organism/LeftMenu/index.js +99 -0
  390. package/es/components/organism/LeftMenu/stores/index.d.ts +12 -0
  391. package/es/components/organism/LeftMenu/stores/index.js +7 -0
  392. package/es/components/organism/LeftMenu/styled.d.ts +14 -0
  393. package/es/components/organism/LeftMenu/styled.js +187 -0
  394. package/es/components/organism/LeftMenu/types/index.d.ts +27 -0
  395. package/es/components/organism/LeftMenu/types/index.js +1 -0
  396. package/es/components/organism/LeftMenu/utils/index.d.ts +61 -0
  397. package/es/components/organism/LeftMenu/utils/index.js +227 -0
  398. package/es/components/organism/Menu/Menu.d.ts +1 -2
  399. package/es/components/organism/Menu/Menu.js +2 -3
  400. package/es/components/organism/Menu/index.d.ts +1 -1
  401. package/es/components/organism/Menu/index.js +1 -3
  402. package/es/components/organism/Notification/Notification.d.ts +10 -0
  403. package/es/components/organism/Notification/Notification.js +257 -0
  404. package/es/components/organism/Notification/index.d.ts +1 -0
  405. package/es/components/organism/Notification/index.js +1 -0
  406. package/es/components/organism/Notification/styled.d.ts +8 -0
  407. package/es/components/organism/Notification/styled.js +161 -0
  408. package/es/components/organism/PreviewTemplateModal/components/Banner/index.js +38 -7
  409. package/es/components/organism/PreviewTemplateModal/components/Banner/styled.d.ts +1 -2
  410. package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +77 -67
  411. package/es/components/organism/PreviewTemplateModal/components/Information/index.js +19 -18
  412. package/es/components/organism/PreviewTemplateModal/components/Information/styled.d.ts +5 -0
  413. package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +24 -9
  414. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/index.js +7 -4
  415. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.d.ts +3 -0
  416. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +15 -1
  417. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/index.js +13 -10
  418. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +20 -0
  419. package/es/components/organism/PreviewTemplateModal/constants/defaultProps.js +1 -0
  420. package/es/components/organism/PreviewTemplateModal/constants/html.d.ts +1 -0
  421. package/es/components/organism/PreviewTemplateModal/constants/html.js +1 -0
  422. package/es/components/organism/PreviewTemplateModal/constants/index.d.ts +1 -0
  423. package/es/components/organism/PreviewTemplateModal/constants/index.js +1 -0
  424. package/es/components/organism/PreviewTemplateModal/index.js +12 -9
  425. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/BannerPropsTable/index.d.ts +2 -0
  426. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/BannerPropsTable/index.js +34 -0
  427. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/DataTypeTable/index.d.ts +2 -0
  428. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/DataTypeTable/index.js +62 -0
  429. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/InformationPropsTable/index.d.ts +2 -0
  430. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/InformationPropsTable/index.js +76 -0
  431. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/SimilarTemplatePropsTable/index.d.ts +2 -0
  432. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/SimilarTemplatePropsTable/index.js +40 -0
  433. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/TThumbnailTable/index.d.ts +2 -0
  434. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/TThumbnailTable/index.js +30 -0
  435. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/ThumbnailPropsTable/index.d.ts +2 -0
  436. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/ThumbnailPropsTable/index.js +46 -0
  437. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/index.d.ts +6 -0
  438. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/components/index.js +6 -0
  439. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/dataType.stories.d.ts +38 -0
  440. package/es/components/organism/PreviewTemplateModal/stories/dataTypes/dataType.stories.js +30 -0
  441. package/es/components/organism/PreviewTemplateModal/styled.d.ts +1 -1
  442. package/es/components/organism/PreviewTemplateModal/styled.js +1 -1
  443. package/es/components/organism/PreviewTemplateModal/types.d.ts +6 -6
  444. package/es/components/organism/index.d.ts +4 -0
  445. package/es/components/organism/index.js +4 -0
  446. package/es/components/template/Layout/Layout.d.ts +22 -0
  447. package/es/components/template/Layout/Layout.js +77 -0
  448. package/es/components/template/Layout/constants/index.d.ts +2 -0
  449. package/es/components/template/Layout/constants/index.js +2 -0
  450. package/es/components/template/Layout/constants/menuCode.d.ts +29 -0
  451. package/es/components/template/Layout/constants/menuCode.js +30 -0
  452. package/es/components/template/Layout/constants/permission.d.ts +6 -0
  453. package/es/components/template/Layout/constants/permission.js +6 -0
  454. package/es/components/template/Layout/index.d.ts +2 -0
  455. package/es/components/template/Layout/index.js +2 -0
  456. package/es/components/template/Layout/stores/index.d.ts +23 -0
  457. package/es/components/template/Layout/stores/index.js +21 -0
  458. package/es/components/template/Layout/styled.d.ts +5 -0
  459. package/es/components/template/Layout/styled.js +79 -0
  460. package/es/components/template/Layout/utils/index.d.ts +1 -0
  461. package/es/components/template/Layout/utils/index.js +1 -0
  462. package/es/components/template/Layout/utils/permission.d.ts +16 -0
  463. package/es/components/template/Layout/utils/permission.js +48 -0
  464. package/es/components/template/TemplateListing/Loadable.d.ts +1 -1
  465. package/es/components/template/TemplateListing/components/CategoryListing/index.js +31 -13
  466. package/es/components/template/TemplateListing/components/CategoryListing/styled.js +44 -26
  467. package/es/components/template/TemplateListing/constants/defaultProps.d.ts +1 -0
  468. package/es/components/template/TemplateListing/constants/defaultProps.js +1 -0
  469. package/es/components/template/TemplateListing/hooks/useTemplateListing.d.ts +27 -10
  470. package/es/components/template/TemplateListing/hooks/useTemplateListing.js +125 -42
  471. package/es/components/template/TemplateListing/index.js +33 -24
  472. package/es/components/template/TemplateListing/stories/dataTypes/components/BlankTemplatePropsTable/index.d.ts +2 -0
  473. package/es/components/template/TemplateListing/stories/dataTypes/components/BlankTemplatePropsTable/index.js +42 -0
  474. package/es/components/template/TemplateListing/stories/dataTypes/components/CategoryListingPropsTable/index.d.ts +2 -0
  475. package/es/components/template/TemplateListing/stories/dataTypes/components/CategoryListingPropsTable/index.js +73 -0
  476. package/es/components/template/TemplateListing/stories/dataTypes/components/DataTypeTables/index.d.ts +2 -0
  477. package/es/components/template/TemplateListing/stories/dataTypes/components/DataTypeTables/index.js +78 -0
  478. package/es/components/template/TemplateListing/stories/dataTypes/components/EmptyPropsTable/index.d.ts +2 -0
  479. package/es/components/template/TemplateListing/stories/dataTypes/components/EmptyPropsTable/index.js +28 -0
  480. package/es/components/template/TemplateListing/stories/dataTypes/components/TCategoryItemTable/index.d.ts +2 -0
  481. package/es/components/template/TemplateListing/stories/dataTypes/components/TCategoryItemTable/index.js +42 -0
  482. package/es/components/template/TemplateListing/stories/dataTypes/components/TTemplateItemTable/index.d.ts +2 -0
  483. package/es/components/template/TemplateListing/stories/dataTypes/components/TTemplateItemTable/index.js +35 -0
  484. package/es/components/template/TemplateListing/stories/dataTypes/components/TemplatesPropsTable/index.d.ts +2 -0
  485. package/es/components/template/TemplateListing/stories/dataTypes/components/TemplatesPropsTable/index.js +54 -0
  486. package/es/components/template/TemplateListing/stories/dataTypes/components/index.d.ts +7 -0
  487. package/es/components/template/TemplateListing/stories/dataTypes/components/index.js +7 -0
  488. package/es/components/template/TemplateListing/stories/dataTypes/dataType.stories.d.ts +44 -0
  489. package/es/components/template/TemplateListing/stories/dataTypes/dataType.stories.js +34 -0
  490. package/es/components/template/TemplateListing/stories/demo/styled.d.ts +1 -0
  491. package/es/components/template/TemplateListing/stories/demo/styled.js +7 -0
  492. package/es/components/template/TemplateListing/styled/index.d.ts +1 -1
  493. package/es/components/template/TemplateListing/styled/index.js +5 -3
  494. package/es/components/template/TemplateListing/types/BlankTemplate.d.ts +1 -1
  495. package/es/components/template/TemplateListing/types/CategoryListing.d.ts +6 -1
  496. package/es/components/template/TemplateListing/types/TemplateListing.d.ts +9 -3
  497. package/es/components/template/index.d.ts +1 -0
  498. package/es/components/template/index.js +1 -0
  499. package/es/config/index.d.ts +10 -0
  500. package/es/config/index.js +14 -0
  501. package/es/constants/api.d.ts +15 -0
  502. package/es/constants/api.js +17 -0
  503. package/es/constants/contentSource.d.ts +29 -0
  504. package/es/constants/contentSource.js +46 -0
  505. package/es/constants/index.d.ts +4 -0
  506. package/es/constants/index.js +4 -0
  507. package/es/constants/permissions.d.ts +6 -0
  508. package/es/constants/permissions.js +6 -0
  509. package/es/constants/queries.d.ts +10 -0
  510. package/es/constants/queries.js +13 -0
  511. package/es/constants/templateListing.d.ts +0 -8
  512. package/es/constants/templateListing.js +2 -8
  513. package/es/constants/theme.d.ts +3 -0
  514. package/es/constants/theme.js +48 -14
  515. package/es/constants/variables.d.ts +19 -0
  516. package/es/constants/variables.js +19 -0
  517. package/es/hooks/createEffectWithTarget .d.ts +3 -0
  518. package/es/hooks/createEffectWithTarget .js +47 -0
  519. package/es/hooks/index.d.ts +11 -0
  520. package/es/hooks/index.js +11 -0
  521. package/es/hooks/useDeepCompareEffectWithTarget.d.ts +3 -0
  522. package/es/hooks/useDeepCompareEffectWithTarget.js +14 -0
  523. package/es/hooks/useEffectDebugger.d.ts +20 -0
  524. package/es/hooks/useEffectDebugger.js +39 -0
  525. package/es/hooks/useEffectWithTarget.d.ts +2 -0
  526. package/es/hooks/useEffectWithTarget.js +5 -0
  527. package/es/hooks/useIsFirstRender.d.ts +1 -0
  528. package/es/hooks/useIsFirstRender.js +9 -0
  529. package/es/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
  530. package/es/hooks/useIsomorphicLayoutEffect.js +2 -0
  531. package/es/hooks/useLatest.d.ts +2 -0
  532. package/es/hooks/useLatest.js +7 -0
  533. package/es/hooks/useListingItemResize.js +26 -1
  534. package/es/hooks/useMediaQuery.d.ts +6 -0
  535. package/es/hooks/useMediaQuery.js +42 -0
  536. package/es/hooks/useMutationObserver.d.ts +2 -0
  537. package/es/hooks/useMutationObserver.js +19 -0
  538. package/es/hooks/useToggle.d.ts +2 -0
  539. package/es/hooks/useToggle.js +8 -0
  540. package/es/hooks/useUnmount.d.ts +1 -0
  541. package/es/hooks/useUnmount.js +18 -0
  542. package/es/index.d.ts +3 -0
  543. package/es/index.js +3 -0
  544. package/es/locales/en/translation.json +296 -0
  545. package/es/locales/i18n.d.ts +296 -0
  546. package/es/locales/translations.d.ts +296 -0
  547. package/es/models/AccountListing.d.ts +15 -0
  548. package/es/models/AccountListing.js +1 -0
  549. package/es/models/BusinessObject.d.ts +78 -0
  550. package/es/models/BusinessObject.js +92 -0
  551. package/es/models/FallbackBO.d.ts +9 -0
  552. package/es/models/FallbackBO.js +10 -0
  553. package/es/models/LeftMenu/Dashboard.d.ts +44 -0
  554. package/es/models/LeftMenu/Dashboard.js +1 -0
  555. package/es/models/LeftMenu/DestinationChannel.d.ts +15 -0
  556. package/es/models/LeftMenu/DestinationChannel.js +1 -0
  557. package/es/models/LeftMenu/FeatureMenu.d.ts +43 -0
  558. package/es/models/LeftMenu/FeatureMenu.js +54 -0
  559. package/es/models/LeftMenu/FeatureMenuPermission.d.ts +43 -0
  560. package/es/models/LeftMenu/FeatureMenuPermission.js +1 -0
  561. package/es/models/LeftMenu/index.d.ts +4 -0
  562. package/es/models/LeftMenu/index.js +4 -0
  563. package/es/models/ObjectTemplate.d.ts +33 -3
  564. package/es/models/ObjectTemplate.js +37 -10
  565. package/es/providers/AntdConfigProviderV2.d.ts +7 -0
  566. package/es/providers/AntdConfigProviderV2.js +28 -0
  567. package/es/providers/AppConfigProvider/contexts/index.d.ts +13 -0
  568. package/es/providers/AppConfigProvider/contexts/index.js +10 -0
  569. package/es/providers/AppConfigProvider/index.d.ts +2 -0
  570. package/es/providers/AppConfigProvider/index.js +2 -0
  571. package/es/providers/AppConfigProvider/selector.d.ts +3 -0
  572. package/es/providers/AppConfigProvider/selector.js +8 -0
  573. package/es/providers/ConfigProvider/ConfigProvider.d.ts +13 -0
  574. package/es/providers/ConfigProvider/ConfigProvider.js +105 -0
  575. package/es/providers/ConfigProvider/GlobalStyle.d.ts +5 -0
  576. package/es/providers/ConfigProvider/GlobalStyle.js +901 -0
  577. package/es/providers/ConfigProvider/index.d.ts +1 -0
  578. package/es/providers/ConfigProvider/index.js +1 -0
  579. package/es/providers/index.d.ts +3 -0
  580. package/es/providers/index.js +3 -0
  581. package/es/queries/Account/index.d.ts +1 -0
  582. package/es/queries/Account/index.js +1 -0
  583. package/es/queries/Account/useGetAccountList.d.ts +15 -0
  584. package/es/queries/Account/useGetAccountList.js +15 -0
  585. package/es/queries/BusinessObject/index.d.ts +1 -0
  586. package/es/queries/BusinessObject/index.js +1 -0
  587. package/es/queries/BusinessObject/useGetBODetail.d.ts +5 -0
  588. package/es/queries/BusinessObject/useGetBODetail.js +19 -0
  589. package/es/queries/BusinessObject/useGetListAttributeBO.d.ts +1 -1
  590. package/es/queries/BusinessObject/useGetListAttributeBO.js +1 -1
  591. package/es/queries/BusinessObject/useGetListBO.d.ts +1 -1
  592. package/es/queries/BusinessObject/useGetListEventAttr.d.ts +1 -1
  593. package/es/queries/BusinessObject/useGetListPromotionCodeAttr.d.ts +1 -1
  594. package/es/queries/CustomFunction/useCustomFunction.d.ts +1 -1
  595. package/es/queries/CustomFunction/useCustomFunction.js +35 -35
  596. package/es/queries/DynamicContentAttribute/useGetDynamicContentAttr.d.ts +1 -1
  597. package/es/queries/LeftMenu/index.d.ts +23 -0
  598. package/es/queries/LeftMenu/index.js +23 -0
  599. package/es/queries/Media/index.d.ts +1 -0
  600. package/es/queries/Media/index.js +1 -0
  601. package/es/queries/Media/useGetListingSavedMedia.d.ts +12 -0
  602. package/es/queries/Media/useGetListingSavedMedia.js +10 -0
  603. package/es/queries/PromotionPool/useGetListPromotionPool.d.ts +1 -1
  604. package/es/queries/TemplateListing/index.d.ts +6 -1
  605. package/es/queries/TemplateListing/index.js +34 -16
  606. package/es/queries/ThirdParty/index.d.ts +1 -0
  607. package/es/queries/ThirdParty/index.js +1 -0
  608. package/es/queries/ThirdParty/useGetListFallbackBO.d.ts +10 -0
  609. package/es/queries/ThirdParty/useGetListFallbackBO.js +11 -0
  610. package/es/queries/index.d.ts +2 -0
  611. package/es/queries/index.js +2 -0
  612. package/es/services/Account/index.d.ts +12 -0
  613. package/es/services/Account/index.js +65 -0
  614. package/es/services/LeftMenu/index.d.ts +40 -0
  615. package/es/services/LeftMenu/index.js +126 -0
  616. package/es/services/MediaTemplateDesign/BusinessObject/index.d.ts +16 -1
  617. package/es/services/MediaTemplateDesign/BusinessObject/index.js +146 -6
  618. package/es/services/TemplateListing/index.d.ts +11 -1
  619. package/es/services/TemplateListing/index.js +54 -10
  620. package/es/services/ThirParty/ListFallbackBO/getListFallbackBO.d.ts +2 -0
  621. package/es/services/ThirParty/ListFallbackBO/getListFallbackBO.js +29 -0
  622. package/es/test.d.ts +0 -11
  623. package/es/test.js +156 -342
  624. package/es/types/api.d.ts +6 -0
  625. package/es/types/api.js +1 -0
  626. package/es/types/config.d.ts +2 -0
  627. package/es/types/config.js +1 -0
  628. package/es/types/index.d.ts +6 -0
  629. package/es/types/index.js +2 -0
  630. package/es/types/processingNotification.d.ts +4 -0
  631. package/es/types/processingNotification.js +1 -0
  632. package/es/types/share-access.d.ts +18 -0
  633. package/es/types/share-access.js +1 -0
  634. package/es/types/templateListing.d.ts +4 -1
  635. package/es/types/variables.d.ts +3 -0
  636. package/es/utils/common.d.ts +34 -6
  637. package/es/utils/common.js +140 -43
  638. package/es/utils/commonComponent.d.ts +7 -0
  639. package/es/utils/commonComponent.js +28 -0
  640. package/es/utils/domTarget.d.ts +8 -0
  641. package/es/utils/domTarget.js +32 -0
  642. package/es/utils/handleError.js +1 -1
  643. package/es/utils/index.d.ts +2 -0
  644. package/es/utils/index.js +2 -0
  645. package/es/utils/styles.d.ts +2 -0
  646. package/es/utils/styles.js +175 -0
  647. package/es/utils/templateListing.d.ts +2 -0
  648. package/es/utils/templateListing.js +12 -0
  649. package/package.json +40 -21
  650. package/es/components/common/index.d.ts +0 -1
  651. package/es/components/common/index.js +0 -1
@@ -5,6 +5,7 @@ export const SIMILAR_CARD_HEIGHT_DEFAULT = 230;
5
5
  export const THUMBNAIL_URL = 'https://st-media-template.antsomi.com/base64-img/37563.png';
6
6
  export const SIMILAR_TEMPLATE_DEFAULT = {
7
7
  show: false,
8
+ similarTemplates: [],
8
9
  };
9
10
  export const THUMBNAIL_DEFAULT = {
10
11
  thumbnails: [],
@@ -0,0 +1 @@
1
+ export declare const HTML: string;
@@ -0,0 +1 @@
1
+ export const HTML = '\n <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n <html\n xmlns="http://www.w3.org/1999/xhtml"\n xmlns:v="urn:schemas-microsoft-com:vml"\n xmlns:o="urn:schemas-microsoft-com:office:office"\n >\n <head>\n <!--[if gte mso 9]>\n <xml>\n <o:OfficeDocumentSettings>\n <o:AllowPNG />\n <o:PixelsPerInch>96</o:PixelsPerInch>\n </o:OfficeDocumentSettings>\n </xml>\n <![endif]-->\n <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n <meta name="viewport" content="width=device-width, initial-scale=1.0" />\n <meta name="x-apple-disable-message-reformatting" />\n <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate, max-age=1" /> \n <meta http-equiv="Pragma" content="no-cache" /> \n <meta http-equiv="Expires" content="0" />\n <!--[if !mso]><!-->\n <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n <!--<![endif]-->\n <title></title>\n \n <style type="text/css">\n \n </style>\n \n <style type="text/css">\n * {\n line-height: inherit;\n }\n\n @media (max-width: 640px) {\n .hide-mobile {\n max-height: 0px;\n overflow: hidden;\n display: none !important;\n } \n }\n\n @media (min-width: 0px) {\n .hide-default__display-block {\n display: block !important;\n mso-hide: unset !important;\n }\n }\n\n @media (min-width: 641px) {\n .hide-desktop {\n max-height: 0px;\n overflow: hidden;\n display: none !important;\n }\n }\n \n body {\n margin: 0;\n padding: 0;\n }\n \n .ie-container table,\n .mso-container table {\n table-layout: fixed;\n }\n \n a[x-apple-data-detectors="true"] {\n color: inherit !important;\n text-decoration: none !important;\n }\n \n p {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n \n table th {\n font-weight: inherit;\n }\n \n .table-block__wrapper a {\n text-decoration: none !important;\n color: inherit !important;\n }\n\n .table-block__wrapper .cell--nowrap {\n white-space: nowrap !important;\n }\n\n @media (max-width: 640px) {\n .table-block__wrapper td,\n .table-block__wrapper th {\n word-break: normal !important;\n }\n }\n\n body a {\n color: inherit;\n text-decoration: none;\n }\n \n table th {\n font-weight: inherit;\n }\n \n .table-block__wrapper a {\n text-decoration: none !important;\n color: inherit !important;\n }\n\n .table-block__wrapper .cell--nowrap {\n white-space: nowrap !important;\n }\n\n @media (max-width: 640px) {\n .table-block__wrapper td,\n .table-block__wrapper th {\n word-break: normal !important;\n }\n }\n\n ul li {\n text-indent: unset !important;\n }\n </style>\n \n <style type="text/css">\n .kYUYrk{min-height:0px;padding:0px;} \n\n.kYUYrk ol,.kYUYrk ul{margin:0 0 0 1.1em !important;padding:0 !important;} \n\n.kYUYrk p{line-height:1;} \n\ndata-styled.g68[id="styled__TextEditorWrapper-sc-1sowtti-0"]{content:"kYUYrk,"} \n\n.zlGab p{padding:0px;margin:0px;} \n\n@media (max-width:640px){.zlGab .u-col-stack{display:block !important;width:100% !important;} } \n\ndata-styled.g212[id="styled__ExportHTMLWrapper-sc-edcwe-4"]{content:"zlGab,"} \n\n.hJTsAW a{-webkit-text-decoration:none;text-decoration:none;word-break:break-word !important;} \n\ndata-styled.g225[id="styled__TextBlockWrapper-sc-1vhinni-0"]{content:"hJTsAW,"} \n\n.crxXZk{font-size:16px;line-height:100%;} \n\n@media (max-width:640px){} \n\ndata-styled.g226[id="styled__TextBlockContent-sc-1vhinni-1"]{content:"crxXZk,"} \n\n.gcTDtb .image__content{max-width:100%;clear:both;border:none;float:none;-ms-interpolation-mode:bicubic;} \n\n@media (max-width:640px){.gcTDtb .image__align{text-align:center !important;} .gcTDtb .image__content{max-width:12% !important;width:12% !important;height:auto !important;} } \n\n.cAwjkv .image__content{max-width:100%;clear:both;border:none;float:none;-ms-interpolation-mode:bicubic;} \n\n@media (max-width:640px){.cAwjkv .image__align{text-align:center !important;} .cAwjkv .image__content{max-width:50% !important;width:50% !important;height:auto !important;} } \n\ndata-styled.g230[id="styled__ExportImageBlock-sc-360zd1-3"]{content:"gcTDtb,cAwjkv,"} \n\n.gAAMOc{font-family:Montserrat,sans-serif !important;} \n\ndata-styled.g236[id="styled__ExportLink-sc-15pmnos-5"]{content:"gAAMOc,"} \n\n@media (max-width:640px){.knOWNZ .button__align{text-align:center !important;} .knOWNZ .button__link{color:#000000 !important;width:50% !important;font-size:16px !important;font-style:normal !important;background:#ccbae4 !important;font-family:Montserrat,sans-serif !important;font-weight:400 !important;line-height:1 !important;border-color:rgba(0,0,0,.35) !important;border-style:none !important;-webkit-letter-spacing:0px !important;-moz-letter-spacing:0px !important;-ms-letter-spacing:0px !important;letter-spacing:0px !important;text-transform:none !important;border-top-width:1px !important;-webkit-text-decoration:none !important;text-decoration:none !important;border-left-width:1px !important;border-right-width:1px !important;border-bottom-width:1px !important;border-top-left-radius:22px !important;border-top-right-radius:22px !important;border-bottom-left-radius:22px !important;border-bottom-right-radius:22px !important;} .knOWNZ .button__link span{padding-top:10px !important;padding-right:20px !important;padding-bottom:10px !important;padding-left:20px !important;} } \n\n@media (max-width:640px){.dyxpBH .button__align{text-align:center !important;} .dyxpBH .button__link{color:#ffffff !important;width:50% !important;font-size:16px !important;font-style:normal !important;background:#000000 !important;font-family:Montserrat,sans-serif !important;font-weight:400 !important;line-height:1 !important;border-color:rgba(0,0,0,.35) !important;border-style:none !important;-webkit-letter-spacing:0px !important;-moz-letter-spacing:0px !important;-ms-letter-spacing:0px !important;letter-spacing:0px !important;text-transform:none !important;border-top-width:1px !important;-webkit-text-decoration:none !important;text-decoration:none !important;border-left-width:1px !important;border-right-width:1px !important;border-bottom-width:1px !important;border-top-left-radius:22px !important;border-top-right-radius:22px !important;border-bottom-left-radius:22px !important;border-bottom-right-radius:22px !important;} .dyxpBH .button__link span{padding-top:10px !important;padding-right:20px !important;padding-bottom:10px !important;padding-left:20px !important;} } \n\ndata-styled.g237[id="styled__ExportButton-sc-15pmnos-6"]{content:"knOWNZ,dyxpBH,"} \n\n.gfWeGG .icon__item{display:inline-block;} \n\n@media (max-width:640px){.gfWeGG{text-align:center !important;} .gfWeGG .img__icon{width:32px !important;height:32px !important;} .gfWeGG .icon__item.has-space{margin-right:5px !important;} } \n\ndata-styled.g265[id="styled__ExportIconWrapper-sc-169bc7z-3"]{content:"gfWeGG,"} \n\n@media (max-width:640px){.hoWHDE{text-align:center !important;} .hoWHDE .icon__item{display:inline-block !important;font-size:14px !important;} .hoWHDE .separator__item{display:inline-block !important;font-size:14px !important;} } \n\ndata-styled.g267[id="styled__ExportMenuItemBlock-sc-15geg5n-1"]{content:"hoWHDE,"} \n\n@media (max-width:640px){.gxjdRc{background-repeat:no-repeat !important;background-position:left top !important;background-size:cover !important;background-color:#ffffff !important;} } \n\n@media (max-width:640px){.UynTi{background-repeat:no-repeat !important;background-position:left top !important;background-size:cover !important;background-color:#ccbae4 !important;} } \n\ndata-styled.g274[id="styled__URow-sc-tne0x7-6"]{content:"gxjdRc,UynTi,"} \n\n@media (max-width:640px){.bBYvFX > .col__background{background-color:transparent !important;background-position:left top !important;background-repeat:no-repeat !important;background-size:cover !important;} } \n\n@media (max-width:640px){} \n\ndata-styled.g276[id="styled__UCol-sc-tne0x7-8"]{content:"bBYvFX,"} \n\n@media (max-width:640px){.cKVLlN .spacer__content{padding-top:30px !important;} } \n\ndata-styled.g278[id="styled__ExportSpacerBlock-sc-rof487-1"]{content:"cKVLlN,"} \n\n\n </style>\n\n <!--[if !mso]><!-->\n <link\n href="https://fonts.googleapis.com/css?family=Sacramento:400,700|Abril Fatface:400|Aleo:300,400,700|Arvo:400,700|Bitter:100,200,300,400,500,600,700,800,900|Bree Serif:400|Cabin:400,500,600,700|Cookie:400|Delius Swash Caps:400|Dosis:200,300,400,500,600,700,800|Droid Sans:400,700|Droid Serif:400,700|EB Garamond:400,500,600,700,800|Josefin Slab:100,200,300,400,500,600,700|Just Another Hand:400|Lakki Reddy:400|Lato:100,300,400,700,900|Libre Baskerville:400,700|Lobster:400|Lora:400,500,600,700|Mali:200,300,400,500,600,700|Merriweather:300,400,700,900|Montserrat:100,200,300,400,500,600,700,800,900|Noto Sans:400,700|Noto Serif:400,700|Nunito:200,300,400,500,600,700,800,900|Open Sans:300,400,500,600,700,800|Oswald:200,300,400,500,600,700|Poppins:100,200,300,400,500,600,700,800,900|PT Sans:400,700|PT Serif:400,700|Pinyon Script:400|Playfair Display:400,500,600,700,800,900|Quicksand:300,400,500,600,700|Raleway:100,200,300,400,500,600,700,800,900|Righteous:400|Roboto Slab:100,200,300,400,500,600,700,800,900|Roboto:100,300,400,500,700,900|Rubik:300,400,500,600,700,800,900|Sarabun:100,200,300,400,500,600,700,800|Source Sans Pro:200,300,400,600,700,900|Ubuntu:300,400,500,700|Vollkorn:400,500,600,700,800,900 "\n rel="stylesheet"\n type="text/css"\n />\n <!--<![endif]-->\n </head>\n <body>\n <div id="mt-19739" class="styled__ExportHTMLWrapper-sc-edcwe-4 zlGab" style="box-shadow: none; background: rgba(0, 0, 0, 0); padding: 0px; border-color: rgb(255, 255, 255); border-style: none; border-width: 0px; border-radius: 0px;"><table id="u-body" cellpadding="0" cellspacing="0" style="border-collapse: collapse; table-layout: fixed; border-spacing: 0px; vertical-align: top; min-width: 320px; margin: 0px auto; background-color: rgba(0, 0, 0, 0); width: 100%;"><tbody><tr style="vertical-align: top;"><td style="word-break: break-word; border-collapse: collapse; vertical-align: top;"> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" style="background-color: rgba(0, 0, 0, 0);padding: 0px 0px 0px 0px;"><![endif]--> <div id="" class="template-row template-row-1 mt-row Row row__block u-row-container"> <!--[if mso]><center style="width:100%"><![endif]--> <div class="styled__URow-sc-tne0x7-6 gxjdRc u-row" style="margin: 0px auto; min-width: 320px; max-width: 100%; overflow-wrap: break-word; word-break: break-word; background-color: rgb(255, 255, 255); border-radius: 0px;"><div class="styled__URowContent-sc-tne0x7-7" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; align-items: center; padding: 5px 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px;"><div style="display: table; border-collapse: collapse; width: 100%; height: 100%; background-color: transparent;"> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding: 5px 0px 5px 0px;background-color: #ffffff;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;"><tr style="background-color: #ffffff;"><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: middle; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--hcd3xq1g1y8y1fjgvejn" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 20%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: middle; display: table-cell; width: 20%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--t2am4gmzivv4anrma3rg" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-t2am4gmzivv4anrma3rg-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><p><span style="font-family: Montserrat, sans-serif; font-size: 22px; letter-spacing: 0px; color: rgb(0, 0, 0); font-weight: 700;">Email Template</span></p></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 30%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: middle; display: table-cell; width: 30%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-MenuElement--wrapper--bvyemsm4iny07cp5ycex" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-MenuElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <!--[if (mso)|(IE)]><table role="presentation" border="0" cellpadding="0" cellspacing="0" align="center"><tr><![endif]--><div class="styled__ExportMenuItemBlock-sc-15geg5n-1 hoWHDE direction__block" data-align="center" data-direction="horizontal" style="text-align: center;"><!--[if (mso)|(IE)]><td style="padding: 5px 15px 5px 15px;background-color: transparent;border-width: 0 0 0 0; border-color: rgba(0,0,0,.35); border-style: none;"><![endif]--><span class="icon__item" style="color: rgb(0, 0, 0); height: 100%; font-size: 14px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; background: transparent; font-family: Montserrat, sans-serif; font-weight: 400; line-height: 1; padding: 5px 15px; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: capitalize; border-width: 0px; text-decoration: none; border-radius: 0px; word-break: break-word; display: inline-block;">Products</span><!--[if (mso)|(IE)]></td><![endif]--><!--[if (mso)|(IE)]><td style="padding: 5px 15px 5px 15px;background-color: transparent;border-width: 0 0 0 0; border-color: rgba(0,0,0,.35); border-style: none;"><![endif]--><span class="icon__item" style="color: rgb(0, 0, 0); height: 100%; font-size: 14px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; background: transparent; font-family: Montserrat, sans-serif; font-weight: 400; line-height: 1; padding: 5px 15px; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: capitalize; border-width: 0px; text-decoration: none; border-radius: 0px; word-break: break-word; display: inline-block;">Why Unlayer</span><!--[if (mso)|(IE)]></td><![endif]--><!--[if (mso)|(IE)]><td style="padding: 5px 15px 5px 15px;background-color: transparent;border-width: 0 0 0 0; border-color: rgba(0,0,0,.35); border-style: none;"><![endif]--><span class="icon__item" style="color: rgb(0, 0, 0); height: 100%; font-size: 14px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; background: transparent; font-family: Montserrat, sans-serif; font-weight: 400; line-height: 1; padding: 5px 15px; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: capitalize; border-width: 0px; text-decoration: none; border-radius: 0px; word-break: break-word; display: inline-block;">Refer a friend</span><!--[if (mso)|(IE)]></td><![endif]--></div><!--[if (mso)|(IE)]></tr></table><![endif]--> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: middle; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--2g8xfhd7wbjcwqvfpknz" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]--> </div></div></div> <!--[if mso]></center><![endif]--> </div><div id="" class="template-row template-row-2 mt-row Row row__block u-row-container"> <!--[if mso]><center style="width:100%"><![endif]--> <div class="styled__URow-sc-tne0x7-6 UynTi u-row" style="margin: 0px auto; min-width: 320px; max-width: 100%; overflow-wrap: break-word; word-break: break-word; background-color: rgb(204, 186, 228); border-radius: 0px;"><div class="styled__URowContent-sc-tne0x7-7" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; align-items: flex-start; padding: 30px 0px 20px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px;"><div style="display: table; border-collapse: collapse; width: 100%; height: 100%; background-color: transparent;"> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding: 30px 0px 20px 0px;background-color: #ccbae4;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;"><tr style="background-color: #ccbae4;"><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--ci19jb1lpqo65f1c81hc" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 50%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 50%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-ImageElement--wrapper--9324245ztyb2yq92napt" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-ImageElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportImageBlock-sc-360zd1-3 gcTDtb template-imge-content template-ImageElement--content" role="presentation" width="100%" cellpadding="0" cellspacing="0"><tbody><tr><td class="image__align" align="center" style="font-size: 0px;"><img class="image__content" src="https://st-media-template.antsomi.com/upload/2022/07/28/88195a1c-0a47-4293-88bd-08cc74b32e9d.png" alt="" width="87.40625" height="NaN" data-proxy-image-url="https://sandbox-media-template.antsomi.com/cdp/api/v1/saved-image/external-url/r5chk55i?_token=5474r2x214z25484z254y424f4r5x2c48434i4v4r5e4&_user_id=1600080360&_account_id=1600080360&imageUrl=https://st-media-template.antsomi.com/upload/2022/07/28/88195a1c-0a47-4293-88bd-08cc74b32e9d.png" data-dynamic-display="1" style="width: 12%; opacity: 1; box-shadow: none; border-color: rgb(255, 255, 255); border-style: solid; border-width: 0px; border-radius: 0px; display: inline-block;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-2 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 18px 50px 10px 50px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--3pe5uleqx09xijb0h3m5" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 18px 50px 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-3pe5uleqx09xijb0h3m5-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><h1 id="isPasted" style="line-height: 47.3px; color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; background-color: rgb(204, 186, 228); text-align: center; font-weight: normal; font-family: Raleway, sans-serif; font-size: 43px;"><strong style="line-height: inherit;">IT LOOKS LIKE YOU FORGOT SOMETHING</strong></h1></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-3 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--qo97cl2njnpsloeyhean" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-qo97cl2njnpsloeyhean-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><p style="text-align: center;"><span style="font-family: Montserrat,sans-serif; font-size: 22px; letter-spacing: 0px; color: rgb(0, 0, 0);"><span id="isPasted" style="color: rgb(0, 0, 0); font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: normal; text-align: center; text-transform: none; background-color: rgb(204, 186, 228);">Would you like to complete your purchase?</span></span></p></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--wdtnn0u0pgh2m50m9jth" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]--> </div></div></div> <!--[if mso]></center><![endif]--> </div><div id="" class="template-row template-row-3 mt-row Row row__block u-row-container"> <!--[if mso]><center style="width:100%"><![endif]--> <div class="styled__URow-sc-tne0x7-6 gxjdRc u-row" style="margin: 0px auto; min-width: 320px; max-width: 100%; overflow-wrap: break-word; word-break: break-word; background-color: rgb(255, 255, 255); border-radius: 0px;"><div class="styled__URowContent-sc-tne0x7-7" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; align-items: flex-start; padding: 30px 0px 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px;"><div style="display: table; border-collapse: collapse; width: 100%; height: 100%; background-color: transparent;"> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding: 30px 0px 0px 0px;background-color: #ffffff;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;"><tr style="background-color: #ffffff;"><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--xnegsz66kjhvo431rv3i" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 50%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 50%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 18px 50px 17px 50px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--zu9bc4r8kw34y7p0mi3u" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 18px 50px 17px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-zu9bc4r8kw34y7p0mi3u-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><h1 id="isPasted" style="line-height: 47.3px; color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; background-color: rgb(255, 255, 255); text-align: center; font-weight: normal; font-family: Raleway, sans-serif; font-size: 43px;"><strong style="line-height: inherit;">YOUR CART</strong></h1></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-2 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-ImageElement--wrapper--mfzx1so6zsk7ckehjjmz" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-ImageElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportImageBlock-sc-360zd1-3 cAwjkv template-imge-content template-ImageElement--content" role="presentation" width="100%" cellpadding="0" cellspacing="0"><tbody><tr><td class="image__align" align="center" style="font-size: 0px;"><img class="image__content" src="https://st-media-template.antsomi.com/upload/2022/07/28/f4524797-ed03-47ee-a688-7fc8a9eabf02.png" alt="" width="364.25" height="NaN" data-proxy-image-url="https://sandbox-media-template.antsomi.com/cdp/api/v1/saved-image/external-url/tjn4as8z?_token=5474r2x214z25484z254y424f4r5x2c48434i4v4r5e4&_user_id=1600080360&_account_id=1600080360&imageUrl=https://st-media-template.antsomi.com/upload/2022/07/28/f4524797-ed03-47ee-a688-7fc8a9eabf02.png" data-dynamic-display="1" style="width: 50%; opacity: 1; box-shadow: none; border-color: rgb(255, 255, 255); border-style: solid; border-width: 0px; border-radius: 0px; display: inline-block;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-3 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-DividerElement--wrapper--6etcf1u42oy74j8nq69o" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-DividerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table role="presentation" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td align="center"><table width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse; table-layout: fixed; border-spacing: 0px; vertical-align: top; border-top: 1px solid rgb(0, 0, 0);"><tbody><tr style="vertical-align: top;"><td></td></tr></tbody></table></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-4 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 18px 50px 0px 50px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--j5g4v1bim7qp9rnuuu4c" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 18px 50px 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-j5g4v1bim7qp9rnuuu4c-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><h1 id="isPasted" style="line-height: 1.1; color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; background-color: rgb(255, 255, 255); text-align: center; font-weight: normal; font-family: Raleway, sans-serif; font-size: 22px;"><strong style="line-height: inherit;">35W Dual USB-C Port Compact Power Adapter</strong></h1></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--8orissd091q15097zorg" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]--> </div></div></div> <!--[if mso]></center><![endif]--> </div><div id="" class="template-row template-row-4 mt-row Row row__block u-row-container"> <!--[if mso]><center style="width:100%"><![endif]--> <div class="styled__URow-sc-tne0x7-6 gxjdRc u-row" style="margin: 0px auto; min-width: 320px; max-width: 100%; overflow-wrap: break-word; word-break: break-word; background-color: rgb(255, 255, 255); border-radius: 0px;"><div class="styled__URowContent-sc-tne0x7-7" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; align-items: flex-start; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px;"><div style="display: table; border-collapse: collapse; width: 100%; height: 100%; background-color: transparent;"> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding: 0px 0px 0px 0px;background-color: #ffffff;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;"><tr style="background-color: #ffffff;"><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--7onnlqbjcvq46wrwh8wi" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 18px 50px 10px 50px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--hletv8zx24jiz0ssd0zc" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 18px 50px 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-hletv8zx24jiz0ssd0zc-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><h1 id="isPasted" style="line-height: 24.2px; color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; background-color: rgb(255, 255, 255); text-align: right; font-weight: normal; font-family: Raleway, sans-serif; font-size: 22px;">Price : $150</h1></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 18px 50px 10px 50px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--h68cea28gwg0j859afmh" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 18px 50px 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-h68cea28gwg0j859afmh-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><h1 id="isPasted" style="line-height: 24.2px; color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; background-color: rgb(255, 255, 255); text-align: left; font-weight: normal; font-family: Raleway, sans-serif; font-size: 22px;">Quantity : 1</h1></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--qabhpqa9h59ip17xwe2c" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]--> </div></div></div> <!--[if mso]></center><![endif]--> </div><div id="" class="template-row template-row-5 mt-row Row row__block u-row-container"> <!--[if mso]><center style="width:100%"><![endif]--> <div class="styled__URow-sc-tne0x7-6 gxjdRc u-row" style="margin: 0px auto; min-width: 320px; max-width: 100%; overflow-wrap: break-word; word-break: break-word; background-color: rgb(255, 255, 255); border-radius: 0px;"><div class="styled__URowContent-sc-tne0x7-7" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; align-items: flex-start; padding: 0px 0px 30px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px;"><div style="display: table; border-collapse: collapse; width: 100%; height: 100%; background-color: transparent;"> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding: 0px 0px 30px 0px;background-color: #ffffff;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;"><tr style="background-color: #ffffff;"><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--0amnjslq5jxqyy3i5g1e" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 50%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 50%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-DividerElement--wrapper--dskiwlrgeo3p5n0wpkiv" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-DividerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table role="presentation" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td align="center"><table width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse; table-layout: fixed; border-spacing: 0px; vertical-align: top; border-top: 1px solid rgb(0, 0, 0);"><tbody><tr style="vertical-align: top;"><td></td></tr></tbody></table></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-2 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-ButtonElement--wrapper--aqe81y3rf7dmea91tw2x" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-ButtonElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportButton-sc-15pmnos-6 knOWNZ template-be-content template-ButtonElement--content" role="presentation" cellspacing="0" cellpadding="0" width="100%"><tbody><tr><td id="template-ButtonElement--aqe81y3rf7dmea91tw2x" data-copy="" align="center" class="template-button--aqe81y3rf7dmea91tw2x button__align"> <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="" style="height: 36px; v-text-anchor: middle; width: 364.25px" arcsize="12.079615648593%" stroke="f" fillcolor=#ccbae4" > <v:stroke dashstyle="none" /> <w:anchorlock /> <center style=" color: #000000; font-family: Montserrat; font-weight: 400; font-size: 16px; text-transform: none; letter-spacing: 0px; font-style: normal; line-height: 1; text-decoration: none; " >Check Out</center></v:roundrect><![endif]--> <!--[if !mso]><!--> <a href="#" target="_blank" rel="noopener noreferrer" data-dynamic-display="1"><div class="styled__ExportLink-sc-15pmnos-5 gAAMOc button__link" font-family="Montserrat, sans-serif" style="color: rgb(0, 0, 0); width: 50%; height: 100%; font-size: 16px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; text-align: center; background: rgb(204, 186, 228); font-family: sans-serif; font-weight: 400; line-height: 1; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: none; border-width: 1px; text-decoration: none; border-radius: 22px; box-sizing: border-box; display: inline-block;"><span style="padding: 10px 20px; display: block;">Check Out</span></div></a> <!--<![endif]--> </td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--wybl4zzd1pcqzn2l9wfd" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]--> </div></div></div> <!--[if mso]></center><![endif]--> </div><div id="" class="template-row template-row-6 mt-row Row row__block u-row-container"> <!--[if mso]><center style="width:100%"><![endif]--> <div class="styled__URow-sc-tne0x7-6 UynTi u-row" style="margin: 0px auto; min-width: 320px; max-width: 100%; overflow-wrap: break-word; word-break: break-word; background-color: rgb(204, 186, 228); border-radius: 0px;"><div class="styled__URowContent-sc-tne0x7-7" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; align-items: flex-start; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px;"><div style="display: table; border-collapse: collapse; width: 100%; height: 100%; background-color: transparent;"> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding: 0px 0px 0px 0px;background-color: #ccbae4;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;"><tr style="background-color: #ccbae4;"><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--6p7llm223069afw3w7jt" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 50%;background-color: transparent;padding: 30px 0px 30px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 50%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 30px 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 18px 50px 0px 50px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--9x79u4iesx12bh75reud" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 18px 50px 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-9x79u4iesx12bh75reud-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><h1 id="isPasted" style="line-height: 1.2; color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; background-color: rgb(204, 186, 228); text-align: center; font-weight: normal; font-family: Raleway, sans-serif; font-size: 22px;"><strong style="line-height: inherit;">Any questions?</strong></h1></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-2 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--4c3frctqtgjh84xaci86" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-4c3frctqtgjh84xaci86-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><p style="text-align: center;"><span style="font-family: Montserrat,sans-serif; font-size: 22px; letter-spacing: 0px; color: rgb(0, 0, 0);"><strong><span id="isPasted" style="color: rgb(0, 0, 0); font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: normal; text-align: center; text-transform: none;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.&nbsp;</span></strong></span></p></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-3 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-ButtonElement--wrapper--9zm69vj0xt37bnlxh2mu" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-ButtonElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportButton-sc-15pmnos-6 dyxpBH template-be-content template-ButtonElement--content" role="presentation" cellspacing="0" cellpadding="0" width="100%"><tbody><tr><td id="template-ButtonElement--9zm69vj0xt37bnlxh2mu" data-copy="" align="center" class="template-button--9zm69vj0xt37bnlxh2mu button__align"> <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="" style="height: 36px; v-text-anchor: middle; width: 364.25px" arcsize="12.079615648593%" stroke="f" fillcolor=#000000" > <v:stroke dashstyle="none" /> <w:anchorlock /> <center style=" color: #ffffff; font-family: Montserrat; font-weight: 400; font-size: 16px; text-transform: none; letter-spacing: 0px; font-style: normal; line-height: 1; text-decoration: none; " >Contact Us</center></v:roundrect><![endif]--> <!--[if !mso]><!--> <a href="#" target="_blank" rel="noopener noreferrer" data-dynamic-display="1"><div class="styled__ExportLink-sc-15pmnos-5 gAAMOc button__link" font-family="Montserrat, sans-serif" style="color: rgb(255, 255, 255); width: 50%; height: 100%; font-size: 16px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; text-align: center; background: rgb(0, 0, 0); font-family: sans-serif; font-weight: 400; line-height: 1; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: none; border-width: 1px; text-decoration: none; border-radius: 22px; box-sizing: border-box; display: inline-block;"><span style="padding: 10px 20px; display: block;">Contact Us</span></div></a> <!--<![endif]--> </td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--9fqgfejj1l2yvghhle6p" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]--> </div></div></div> <!--[if mso]></center><![endif]--> </div><div id="" class="template-row template-row-7 mt-row Row row__block u-row-container"> <!--[if mso]><center style="width:100%"><![endif]--> <div class="styled__URow-sc-tne0x7-6 gxjdRc u-row" style="margin: 0px auto; min-width: 320px; max-width: 100%; overflow-wrap: break-word; word-break: break-word; background-color: rgb(255, 255, 255); border-radius: 0px;"><div class="styled__URowContent-sc-tne0x7-7" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; align-items: flex-start; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px;"><div style="display: table; border-collapse: collapse; width: 100%; height: 100%; background-color: transparent;"> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding: 0px 0px 0px 0px;background-color: #ffffff;" align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;"><tr style="background-color: #ffffff;"><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--n4gg48f3rn74338oz8c4" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 50%;background-color: transparent;padding: 30px 0px 30px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 50%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 30px 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-EmailIconsElement--wrapper--24bl9zacj40vmc01tmpq" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-EmailIconsElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div><div class="styled__ExportIconWrapper-sc-169bc7z-3 gfWeGG icons__block" data-align="center" style="display: block; text-align: center;"> <!--[if (mso)|(IE)]><table width="100%" cellPadding="0" cellSpacing="0"><tbody><tr><td align="center"><table><tbody><tr><![endif]--> <!--[if (mso)|(IE)]><td style="padding-right: 5px"><![endif]--> <a class="icon__item has-space" href="https://facebook.com/" target="_blank" rel="" title="https://facebook.com/" style="margin-right: 5px;"><img class="img__icon" src="https://st-media-template.antsomi.com/icons/circle-black/facebook.png" alt="facebook" width="32" height="32"></a> <!--[if (mso)|(IE)]></td><![endif]--> <!--[if (mso)|(IE)]><td style="padding-right: 5px"><![endif]--> <a class="icon__item has-space" href="https://instagram.com/" target="_blank" rel="" title="https://instagram.com/" style="margin-right: 5px;"><img class="img__icon" src="https://st-media-template.antsomi.com/icons/circle-black/instagram.png" alt="instagram" width="32" height="32"></a> <!--[if (mso)|(IE)]></td><![endif]--> <!--[if (mso)|(IE)]><td style="padding-right: 0"><![endif]--> <a class="icon__item " href="https://pinterest.com/" target="_blank" rel="" title="https://pinterest.com/" style="margin-right: 0px;"><img class="img__icon" src="https://st-media-template.antsomi.com/icons/circle-black/pinterest.png" alt="pinterest" width="32" height="32"></a> <!--[if (mso)|(IE)]></td><![endif]--> <!--[if (mso)|(IE)]></tr></tbody></table></td></tr></tbody></table><![endif]--> </div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-2 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-DividerElement--wrapper--4w8unvj32lk5e84x2p3b" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-DividerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table role="presentation" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td align="center"><table width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse; table-layout: fixed; border-spacing: 0px; vertical-align: top; border-top: 1px solid rgb(0, 0, 0);"><tbody><tr style="vertical-align: top;"><td></td></tr></tbody></table></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-3 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 50px 10px 50px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-TextElement--wrapper--ntyvbh9jf8g9kw9s1trj" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-TextElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px 50px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <div class="styled__TextBlockWrapper-sc-1vhinni-0 hJTsAW template-te-content template-TextElement--content"><div data-dynamic-display="1" class="styled__TextBlockContent-sc-1vhinni-1 crxXZk" style="display: block; text-align: left; color: rgb(0, 0, 0);"><div id="text-editor-ntyvbh9jf8g9kw9s1trj-export__bound" class="styled__TextEditorWrapper-sc-1sowtti-0 kYUYrk"><div class="fr-box" role="application"><div class="fr-wrapper" dir="auto"><div class="fr-element fr-view fr-disabled" dir="auto" contenteditable="false" aria-disabled="true" spellcheck="true"><p style="text-align: center;"><span style="font-family: Montserrat, sans-serif; font-size: 13px; letter-spacing: 0px; color: rgb(0, 0, 0);"><span id="isPasted" style="color: rgb(0, 0, 0); font-family: Montserrat, sans-serif; font-weight: 400; letter-spacing: normal; text-align: center; text-transform: none;">2261 Market Street #4667 San Francisco, CA 94114 All rights reserved. &nbsp;</span></span></p><p style="text-align: center;"><span style="font-family: Montserrat, sans-serif; font-size: 13px; letter-spacing: 0px; color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0); font-family: Montserrat, sans-serif; font-weight: 400; letter-spacing: normal; text-align: center; text-transform: none;">Company No. 94114</span></span><span style="font-family: Montserrat,sans-serif; font-size: 22px; letter-spacing: 0px; color: rgb(0, 0, 0);"></span></p></div></div></div></div></div></div> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div><div class="template-element template-el-4 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 10px 10px 10px 10px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-MenuElement--wrapper--4tdemjjphy0vvgc50zrz" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-MenuElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 10px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <!--[if (mso)|(IE)]><table role="presentation" border="0" cellpadding="0" cellspacing="0" align="center"><tr><![endif]--><div class="styled__ExportMenuItemBlock-sc-15geg5n-1 hoWHDE direction__block" data-align="center" data-direction="horizontal" style="text-align: center;"><!--[if (mso)|(IE)]><td style="padding: 0px 2px 0px 2px;background-color: transparent;border-width: 0 0 0 0; border-color: rgba(0,0,0,.35); border-style: none;"><![endif]--><span class="icon__item" style="color: rgb(0, 0, 0); height: 100%; font-size: 14px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; background: transparent; font-family: Arial, sans-serif; font-weight: 400; line-height: 1; padding: 0px 2px; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: capitalize; border-width: 0px; text-decoration: none; border-radius: 0px; word-break: break-word; display: inline-block;">Preferences</span><!--[if (mso)|(IE)]></td><![endif]--><!--[if (mso)|(IE)]><td style="padding: 0px 2px 0px 2px;background-color: transparent;border-width: 0 0 0 0; border-color: rgba(0,0,0,.35); border-style: none;"><![endif]--><span class="separator__item" style="color: rgb(0, 0, 0); height: 100%; font-size: 14px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; background: transparent; font-family: Arial, sans-serif; font-weight: 400; line-height: 1; padding: 0px 2px; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: capitalize; border-width: 0px; text-decoration: none; border-radius: 0px; word-break: break-word; display: inline-block;">|</span><!--[if (mso)|(IE)]></td><![endif]--><!--[if (mso)|(IE)]><td style="padding: 0px 2px 0px 2px;background-color: transparent;border-width: 0 0 0 0; border-color: rgba(0,0,0,.35); border-style: none;"><![endif]--><span class="icon__item" style="color: rgb(0, 0, 0); height: 100%; font-size: 14px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; background: transparent; font-family: Arial, sans-serif; font-weight: 400; line-height: 1; padding: 0px 2px; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: capitalize; border-width: 0px; text-decoration: none; border-radius: 0px; word-break: break-word; display: inline-block;">Unsubscribe </span><!--[if (mso)|(IE)]></td><![endif]--><!--[if (mso)|(IE)]><td style="padding: 0px 2px 0px 2px;background-color: transparent;border-width: 0 0 0 0; border-color: rgba(0,0,0,.35); border-style: none;"><![endif]--><span class="separator__item" style="color: rgb(0, 0, 0); height: 100%; font-size: 14px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; background: transparent; font-family: Arial, sans-serif; font-weight: 400; line-height: 1; padding: 0px 2px; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: capitalize; border-width: 0px; text-decoration: none; border-radius: 0px; word-break: break-word; display: inline-block;">|</span><!--[if (mso)|(IE)]></td><![endif]--><!--[if (mso)|(IE)]><td style="padding: 0px 2px 0px 2px;background-color: transparent;border-width: 0 0 0 0; border-color: rgba(0,0,0,.35); border-style: none;"><![endif]--><span class="icon__item" style="color: rgb(0, 0, 0); height: 100%; font-size: 14px; max-width: 100%; box-shadow: none; font-style: normal; margin: 0px; background: transparent; font-family: Arial, sans-serif; font-weight: 400; line-height: 1; padding: 0px 2px; border-color: rgba(0, 0, 0, 0.35); border-style: none; letter-spacing: 0px; text-transform: capitalize; border-width: 0px; text-decoration: none; border-radius: 0px; word-break: break-word; display: inline-block;">View in browser</span><!--[if (mso)|(IE)]></td><![endif]--></div><!--[if (mso)|(IE)]></tr></table><![endif]--> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]><td style="width: 25%;background-color: transparent;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;-webkit-border-radius: 0px; -moz-border-radius: 0px;" valign="top"><![endif]--> <div id="" class="styled__UCol-sc-tne0x7-8 bBYvFX u-col u-col-stack" style="height: 100%; vertical-align: top; display: table-cell; width: 25%;"><div class="col__background" style="background-color: transparent; border-radius: 0px;"> <!--[if (!mso)&(!IE)]><!--> <div class="col__styles" style="inset: 0px; width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px;"> <!--<![endif]--> <div class="template-element template-el-1 Element mt-element"><div> <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;"><tr><td style="padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px; border-color: #000000; border-style: none;background: transparent;"><![endif]--> <!--[if !mso]><!--> <div id="template-SpacerElement--wrapper--yajkzevoakcsj0tjqwhw" class="styled__ContentExportBlock-sc-1iyxbro-4 iSSqBW template-SpacerElement--wrapper" style="width: auto; z-index: 0; max-width: 100%; position: relative; box-shadow: none; margin: 0px; background: transparent; padding: 0px; border-color: rgb(0, 0, 0); border-style: none; border-width: 0px; border-radius: 0px; inset: 0px; overflow: hidden; box-sizing: border-box;"> <!--<![endif]--> <table class="styled__ExportSpacerBlock-sc-rof487-1 cKVLlN"><tbody><tr><td class="spacer__content" style="padding-top: 30px;"></td></tr></tbody></table> <!--[if !mso]><!--> </div> <!--<![endif]--> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </div></div> <!--[if (!mso)&(!IE)]><!--> </div> <!--<![endif]--> </div></div> <!--[if mso]></td><![endif]--> <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]--> </div></div></div> <!--[if mso]></center><![endif]--> </div> <!--[if (mso)|(IE)]></td></tr></table><![endif]--> </td></tr></tbody></table></div>\n </body>\n </html>\n ';
@@ -1,3 +1,4 @@
1
1
  export * from './dataSample';
2
2
  export * from './defaultProps';
3
3
  export * from './variables';
4
+ export * from './html';
@@ -1,3 +1,4 @@
1
1
  export * from './dataSample';
2
2
  export * from './defaultProps';
3
3
  export * from './variables';
4
+ export * from './html';
@@ -18,17 +18,20 @@ import { Banner, Information, SimilarTemplate, ThumbnailSlider } from './compone
18
18
  import { ModalContainer, ModalWrapper } from './styled';
19
19
  // Constants
20
20
  import { DEVICE_TYPE, SIMILAR_TEMPLATE_DEFAULT, THUMBNAIL_DEFAULT } from './constants';
21
+ // Providers
22
+ import { AntdConfigProviderV2 } from '@antscorp/antsomi-ui/es/providers';
21
23
  export const PreviewTemplateModal = memo(props => {
22
24
  const { bannerProps, thumbnailProps = THUMBNAIL_DEFAULT, similarTemplateProps = SIMILAR_TEMPLATE_DEFAULT, informationProps, loading = false } = props, restOfProps = __rest(props, ["bannerProps", "thumbnailProps", "similarTemplateProps", "informationProps", "loading"]);
23
25
  // States
24
26
  const [deviceType, setDeviceType] = useState(DEVICE_TYPE.DESKTOP.value);
25
- return (React.createElement(ModalContainer, Object.assign({ footer: null, centered: true, modalRender: node => React.createElement(ModalWrapper, null, node) }, restOfProps),
26
- React.createElement(Spin, { spinning: loading },
27
- React.createElement(Flex, { gap: 20 },
28
- React.createElement("div", { className: "overview" },
29
- React.createElement(Flex, { gap: 20, vertical: true, style: { width: '100%' } },
30
- React.createElement(Banner, Object.assign({ deviceType: deviceType }, bannerProps)),
31
- React.createElement(ThumbnailSlider, Object.assign({}, thumbnailProps)))),
32
- React.createElement(Information, Object.assign({ deviceType: deviceType, onDeviceTypeChange: value => setDeviceType(value) }, informationProps))),
33
- React.createElement(SimilarTemplate, Object.assign({}, similarTemplateProps)))));
27
+ return (React.createElement(AntdConfigProviderV2, null,
28
+ React.createElement(ModalContainer, Object.assign({ footer: null, centered: true, modalRender: node => React.createElement(ModalWrapper, null, node) }, restOfProps),
29
+ React.createElement(Spin, { spinning: loading },
30
+ React.createElement(Flex, { gap: 20 },
31
+ React.createElement("div", { className: "overview" },
32
+ React.createElement(Flex, { gap: 20, vertical: true, style: { width: '100%' } },
33
+ React.createElement(Banner, Object.assign({ deviceType: deviceType }, bannerProps)),
34
+ React.createElement(ThumbnailSlider, Object.assign({}, thumbnailProps)))),
35
+ React.createElement(Information, Object.assign({ deviceType: deviceType, onDeviceTypeChange: value => setDeviceType(value) }, informationProps))),
36
+ React.createElement(SimilarTemplate, Object.assign({}, similarTemplateProps))))));
34
37
  });
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BannerPropsTable: React.FC;
@@ -0,0 +1,34 @@
1
+ // Libraries
2
+ import React from 'react';
3
+ import { Image } from 'antd';
4
+ // Components
5
+ import { Table } from '../../../../../..';
6
+ import { Typography, Flex } from '../../../../../../atoms';
7
+ // Images
8
+ import skeletonBackgroundImage from '../../../../../../../assets/images/components/PreviewModal/Banner/skeletonBackground.png';
9
+ // Constants
10
+ import { TABLE_API_COLUMNS } from '@antscorp/antsomi-ui/es/constants';
11
+ // Utils
12
+ import { CustomTag } from '@antscorp/antsomi-ui/es/utils/commonComponent';
13
+ export const BannerPropsTable = () => {
14
+ const dataSource = [
15
+ {
16
+ key: '1',
17
+ property: 'showBackgroundSkeleton',
18
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
19
+ React.createElement(Typography.Text, null, "Handler show or hide skeleton background"),
20
+ React.createElement(Image, { src: skeletonBackgroundImage, width: 200, height: "auto" }))),
21
+ type: React.createElement(CustomTag, { type: "normal" }, "boolean"),
22
+ default: React.createElement(CustomTag, { type: "default" }, "false"),
23
+ },
24
+ {
25
+ key: '2',
26
+ property: 'children',
27
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
28
+ React.createElement(Typography.Text, null, "Children of Banner Component"))),
29
+ type: React.createElement(CustomTag, { type: "normal" }, "ReactNode"),
30
+ default: React.createElement(CustomTag, { type: "default" }, " - "),
31
+ },
32
+ ];
33
+ return React.createElement(Table, { dataSource: dataSource, columns: TABLE_API_COLUMNS, pagination: false });
34
+ };
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DataTypeTable: React.FC;
@@ -0,0 +1,62 @@
1
+ // Libraries
2
+ import React from 'react';
3
+ import { Table } from '@antscorp/antsomi-ui/es/index';
4
+ import LinkTo from '@storybook/addon-links/react';
5
+ import { Image } from 'antd';
6
+ // Images
7
+ import bannerImage from '../../../../../../../assets/images/components/PreviewModal/banner.png';
8
+ import informationImage from '../../../../../../../assets/images/components/PreviewModal/information.png';
9
+ import thumbnailsImage from '../../../../../../../assets/images/components/PreviewModal/thumbnails.png';
10
+ import similarTemplateImage from '../../../../../../../assets/images/components/PreviewModal/similarTemplate.png';
11
+ // Constants
12
+ import { CustomTag } from '@antscorp/antsomi-ui/es/utils/commonComponent';
13
+ export const DataTypeTable = () => {
14
+ const columns = [
15
+ {
16
+ title: 'Name',
17
+ dataIndex: 'name',
18
+ key: 'name',
19
+ },
20
+ {
21
+ title: 'Type',
22
+ dataIndex: 'type',
23
+ key: 'type',
24
+ },
25
+ {
26
+ title: 'Description',
27
+ dataIndex: 'description',
28
+ key: 'description',
29
+ },
30
+ ];
31
+ const dataSource = [
32
+ {
33
+ key: 'bannerProps',
34
+ name: 'bannerProps',
35
+ type: (React.createElement(LinkTo, { story: "banner-props" },
36
+ React.createElement(CustomTag, { type: "link" }, "BannerProps"))),
37
+ description: React.createElement(Image, { src: bannerImage, width: 200, height: "auto" }),
38
+ },
39
+ {
40
+ key: 'informationProps',
41
+ name: 'informationProps',
42
+ type: (React.createElement(LinkTo, { story: "information-props" },
43
+ React.createElement(CustomTag, { type: "link" }, "InformationProps"))),
44
+ description: React.createElement(Image, { src: informationImage, width: 200, height: "auto" }),
45
+ },
46
+ {
47
+ key: 'ThumbnailProps',
48
+ name: 'ThumbnailProps',
49
+ type: (React.createElement(LinkTo, { story: "thumbnail-props" },
50
+ React.createElement(CustomTag, { type: "link" }, "ThumbnailProps"))),
51
+ description: React.createElement(Image, { src: thumbnailsImage, width: 200, height: "auto" }),
52
+ },
53
+ {
54
+ key: 'SimilarTemplateProps',
55
+ name: 'SimilarTemplateProps',
56
+ type: (React.createElement(LinkTo, { story: "similar-template-props" },
57
+ React.createElement(CustomTag, { type: "link" }, "SimilarTemplateProps"))),
58
+ description: React.createElement(Image, { src: similarTemplateImage, width: 200, height: "auto" }),
59
+ },
60
+ ];
61
+ return React.createElement(Table, { dataSource: dataSource, columns: columns, pagination: false });
62
+ };
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const InformationPropsTable: React.FC;
@@ -0,0 +1,76 @@
1
+ // Libraries
2
+ import React from 'react';
3
+ import { Image } from 'antd';
4
+ // Components
5
+ import { Table } from '../../../../../..';
6
+ import { Typography, Flex } from '../../../../../../atoms';
7
+ // Images
8
+ import buttonTextImage from '../../../../../../../assets/images/components/PreviewModal/Information/buttonText.png';
9
+ import descriptionImage from '../../../../../../../assets/images/components/PreviewModal/Information/description.png';
10
+ import itemNameImage from '../../../../../../../assets/images/components/PreviewModal/Information/itemName.png';
11
+ import deviceRadioImage from '../../../../../../../assets/images/components/PreviewModal/Information/deviceRadio.png';
12
+ import clickButtonImage from '../../../../../../../assets/images/components/PreviewModal/Information/clickButton.png';
13
+ // Constants
14
+ import { TABLE_API_COLUMNS } from '@antscorp/antsomi-ui/es/constants';
15
+ // Utils
16
+ import { CustomTag } from '@antscorp/antsomi-ui/es/utils/commonComponent';
17
+ export const InformationPropsTable = () => {
18
+ const dataSource = [
19
+ {
20
+ key: '1',
21
+ property: 'itemName',
22
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
23
+ React.createElement(Typography.Text, null, "Name of template item"),
24
+ React.createElement(Image, { src: itemNameImage, width: 200, height: "auto" }))),
25
+ type: React.createElement(CustomTag, { type: "normal" }, "string"),
26
+ default: React.createElement(CustomTag, { type: "default" }, "Template name"),
27
+ },
28
+ {
29
+ key: '2',
30
+ property: 'categoryListing',
31
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
32
+ React.createElement(Typography.Text, null, "Children of Banner Component"))),
33
+ type: (React.createElement("a", { href: "../?path=/docs/templates-templatelisting-datatype--t-category-item", target: "_blank" },
34
+ React.createElement(CustomTag, { type: "link" }, "TCategoryItem [ ]"))),
35
+ default: React.createElement(CustomTag, { type: "default" }, " - "),
36
+ },
37
+ {
38
+ key: '3',
39
+ property: 'buttonText',
40
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
41
+ React.createElement(Typography.Text, null, "Text of Information Button"),
42
+ React.createElement(Image, { src: buttonTextImage, width: 200, height: "auto" }))),
43
+ type: React.createElement(CustomTag, { type: "normal" }, "string"),
44
+ default: React.createElement(CustomTag, { type: "default" }, " Use template "),
45
+ },
46
+ {
47
+ key: '4',
48
+ property: 'description',
49
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
50
+ React.createElement(Typography.Text, null, "description of Preview Modal Information "),
51
+ React.createElement(Image, { src: descriptionImage, width: 200, height: "auto" }))),
52
+ type: React.createElement(CustomTag, { type: "normal" }, "string"),
53
+ default: React.createElement(CustomTag, { type: "default" }, " - "),
54
+ },
55
+ {
56
+ key: '5',
57
+ property: 'showDeviceRadios',
58
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
59
+ React.createElement(Typography.Text, null, "Handle show or hide device radios "),
60
+ React.createElement(Image, { src: deviceRadioImage, width: 200, height: "auto" }))),
61
+ type: React.createElement(CustomTag, { type: "normal" }, "boolean"),
62
+ default: React.createElement(CustomTag, { type: "default" }, " true "),
63
+ },
64
+ {
65
+ key: '6',
66
+ property: 'onButtonClick',
67
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
68
+ React.createElement(Typography.Text, null, "Handle show or hide device radios "),
69
+ React.createElement(Image, { src: clickButtonImage, width: 200, height: "auto" }))),
70
+ type: React.createElement(CustomTag, { type: "normal" }, 'React.MouseEventHandler<HTMLElement>'),
71
+ default: React.createElement(CustomTag, { type: "default" }, " - "),
72
+ },
73
+ ];
74
+ //
75
+ return React.createElement(Table, { dataSource: dataSource, columns: TABLE_API_COLUMNS, pagination: false });
76
+ };
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const SimilarTemplatePropsTable: React.FC;
@@ -0,0 +1,40 @@
1
+ // Libraries
2
+ import React from 'react';
3
+ // Components
4
+ import { Table } from '../../../../../..';
5
+ import { Typography, Flex } from '../../../../../../atoms';
6
+ // Constants
7
+ import { TABLE_API_COLUMNS } from '@antscorp/antsomi-ui/es/constants';
8
+ // Utils
9
+ import { CustomTag } from '@antscorp/antsomi-ui/es/utils/commonComponent';
10
+ export const SimilarTemplatePropsTable = () => {
11
+ const dataSource = [
12
+ {
13
+ key: '1',
14
+ property: 'show',
15
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
16
+ React.createElement(Typography.Text, null, "Handler show or hide similar template"))),
17
+ type: React.createElement(CustomTag, { type: "normal" }, "boolean"),
18
+ default: React.createElement(CustomTag, { type: "default" }, "true"),
19
+ },
20
+ {
21
+ key: '2',
22
+ property: 'similarTemplates',
23
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
24
+ React.createElement(Typography.Text, null, "List of similar templates"))),
25
+ type: (React.createElement("a", { href: "../?path=/docs/templates-templatelisting-datatype--t-template-item", target: "_blank" },
26
+ React.createElement(CustomTag, { type: "link" }, "TTemplateItem [ ]"))),
27
+ default: React.createElement(CustomTag, { type: "default" }, " [ ] "),
28
+ },
29
+ {
30
+ key: '3',
31
+ property: 'similarCardProps',
32
+ description: (React.createElement(Flex, { gap: 10, vertical: true },
33
+ React.createElement(Typography.Text, null, "Custom similar card"))),
34
+ type: (React.createElement("a", { href: "../?path=/docs/molecules-thumbnailcard--default", target: "_blank" },
35
+ React.createElement(CustomTag, { type: "link" }, "similarCardProps"))),
36
+ default: React.createElement(CustomTag, { type: "default" }, " - "),
37
+ },
38
+ ];
39
+ return React.createElement(Table, { dataSource: dataSource, columns: TABLE_API_COLUMNS, pagination: false });
40
+ };
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const TThumbnailTable: React.FC;