@antscorp/antsomi-ui 1.3.6-beta.64 → 1.3.6-beta.65

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 (230) hide show
  1. package/README.md +78 -78
  2. package/es/__mocks__/1000_city.json +802 -802
  3. package/es/assets/css/main.scss +4 -4
  4. package/es/assets/images/feedback.svg +3 -3
  5. package/es/assets/svg/mobile-frame.svg +3 -3
  6. package/es/assets/svg/warning-icon.svg +5 -5
  7. package/es/components/atoms/Alert/Alert.js +28 -28
  8. package/es/components/atoms/ContentEditable/styled.js +16 -16
  9. package/es/components/atoms/DividerPure/styled.js +35 -35
  10. package/es/components/atoms/Icon/index.js +19 -19
  11. package/es/components/atoms/Iframe/Iframe.js +18 -18
  12. package/es/components/atoms/Input/styled.js +104 -104
  13. package/es/components/atoms/InputDynamic/styled.js +284 -284
  14. package/es/components/atoms/MobileBrandingBar/styled.js +21 -21
  15. package/es/components/atoms/MobileFrame/styled.js +30 -30
  16. package/es/components/atoms/MobileFrameV2/styled.js +42 -42
  17. package/es/components/atoms/MobileFrameV3/styled.js +31 -31
  18. package/es/components/atoms/NotificationStatus/styled.js +10 -10
  19. package/es/components/atoms/PreviewTabs/styled.js +69 -69
  20. package/es/components/atoms/Radio/index.js +16 -16
  21. package/es/components/atoms/ReactIframe/ReactIframe.js +5 -5
  22. package/es/components/atoms/ReactIframe/styled.js +9 -9
  23. package/es/components/atoms/RequiredLabel/styled.js +3 -3
  24. package/es/components/atoms/ScrollBox/index.js +5 -5
  25. package/es/components/atoms/Scrollbars/styled.js +21 -21
  26. package/es/components/atoms/SelectAssociatedTag/styled.js +51 -51
  27. package/es/components/atoms/SlideBar/styled.js +194 -194
  28. package/es/components/atoms/Slider/styled.js +31 -31
  29. package/es/components/atoms/Space/Space.js +4 -4
  30. package/es/components/atoms/Spin/styled.js +11 -11
  31. package/es/components/atoms/Steps/styled.js +244 -244
  32. package/es/components/atoms/Switch/styled.js +56 -56
  33. package/es/components/atoms/Tag/Tag.js +10 -10
  34. package/es/components/atoms/Text/styled.js +34 -34
  35. package/es/components/icons/DomainManagementIcon.js +1 -1
  36. package/es/components/icons/LoadingIcon.js +33 -33
  37. package/es/components/icons/document/styled.js +43 -43
  38. package/es/components/molecules/AccessDenied/styled.js +28 -28
  39. package/es/components/molecules/AccountSelection/styled.js +110 -110
  40. package/es/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.d.ts +0 -1
  41. package/es/components/molecules/AddDynamicContent/styled.js +23 -23
  42. package/es/components/molecules/AlignSetting/styled.js +4 -4
  43. package/es/components/molecules/ApplyPopupContent/styled.js +32 -32
  44. package/es/components/molecules/CalendarSelection/components/AutoUpdateTo/styled.js +8 -8
  45. package/es/components/molecules/CalendarSelection/components/CustomPicker/styled.js +79 -79
  46. package/es/components/molecules/CalendarSelection/components/Footer/styled.js +4 -4
  47. package/es/components/molecules/CalendarSelection/components/RangePicker/styled.js +21 -21
  48. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.js +26 -26
  49. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/styled.js +30 -30
  50. package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.js +26 -26
  51. package/es/components/molecules/CalendarSelection/styled.js +8 -8
  52. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +119 -119
  53. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +67 -67
  54. package/es/components/molecules/CaptureScreen/styled.js +240 -240
  55. package/es/components/molecules/ChartTab/components/styled.js +24 -24
  56. package/es/components/molecules/ChartTab/styled.js +20 -20
  57. package/es/components/molecules/ChatBox/AntsomiAI.js +8 -8
  58. package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +9 -9
  59. package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +365 -365
  60. package/es/components/molecules/ChatBox/styled.js +324 -324
  61. package/es/components/molecules/CodeStructure/styled.js +5 -5
  62. package/es/components/molecules/ColorPicker/ChromePicker/styled.js +10 -10
  63. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +89 -89
  64. package/es/components/molecules/ColorPicker/SketchPicker/styled.js +5 -5
  65. package/es/components/molecules/ColorPicker/styled.js +7 -7
  66. package/es/components/molecules/ColorSetting/styled.js +32 -32
  67. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +110 -110
  68. package/es/components/molecules/DatePickerV2/styled.js +6 -6
  69. package/es/components/molecules/DisplayFormat/styled.js +12 -12
  70. package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +24 -24
  71. package/es/components/molecules/DrawerDetail/styled.js +109 -109
  72. package/es/components/molecules/Dropdown/style.scss +11 -11
  73. package/es/components/molecules/Dropdown/styled.js +28 -28
  74. package/es/components/molecules/EdgeSetting/styled.js +10 -10
  75. package/es/components/molecules/EditableName/styled.js +70 -70
  76. package/es/components/molecules/EditingList/styled.js +29 -29
  77. package/es/components/molecules/EditorTab/styled.js +156 -156
  78. package/es/components/molecules/EmojiCollections/styled.js +22 -22
  79. package/es/components/molecules/EmojiPopover/styled.js +4 -4
  80. package/es/components/molecules/EmptyData/styled.js +53 -53
  81. package/es/components/molecules/GradientSetting/styled.js +57 -57
  82. package/es/components/molecules/HeaderV2/styled.js +70 -70
  83. package/es/components/molecules/IconSelection/styled.js +69 -69
  84. package/es/components/molecules/ImageEditor/components/ModalShortcut.js +21 -21
  85. package/es/components/molecules/ImageEditor/styled.js +5 -5
  86. package/es/components/molecules/ImagePreview/styled.js +3 -3
  87. package/es/components/molecules/InputNumberWithUnit/styled.js +14 -14
  88. package/es/components/molecules/InputSearch/styled.js +41 -41
  89. package/es/components/molecules/InputSelectAttribute/styled.js +22 -22
  90. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +5 -5
  91. package/es/components/molecules/MatchAnySelect/styled.js +245 -245
  92. package/es/components/molecules/Modal/styled.js +63 -63
  93. package/es/components/molecules/ModalSelect/styled.js +152 -152
  94. package/es/components/molecules/ModalV2/styled.js +27 -27
  95. package/es/components/molecules/PopupDraggable/styled.js +57 -57
  96. package/es/components/molecules/PreviewModal/styled.js +26 -26
  97. package/es/components/molecules/ProcessLoading/styled.js +2 -2
  98. package/es/components/molecules/RadioGroup/styled.js +9 -9
  99. package/es/components/molecules/RequestAccess/styled.js +38 -38
  100. package/es/components/molecules/ResizeGrid/components/Cell/styled.js +77 -77
  101. package/es/components/molecules/ResizeGrid/styled.js +50 -50
  102. package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/styled.js +118 -118
  103. package/es/components/molecules/RichMenu/RichMenuBlock/styled.js +13 -13
  104. package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.js +40 -40
  105. package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +27 -27
  106. package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +2 -2
  107. package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +38 -38
  108. package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.js +36 -36
  109. package/es/components/molecules/SearchPopover/components/PopoverSelect/styles.scss +7 -7
  110. package/es/components/molecules/SearchPopover/styled.js +32 -32
  111. package/es/components/molecules/Select/styled.js +32 -32
  112. package/es/components/molecules/SelectAccount/styled.js +147 -147
  113. package/es/components/molecules/SelectEventAttribute/styled.js +8 -8
  114. package/es/components/molecules/SelectMulti/styled.js +62 -62
  115. package/es/components/molecules/SelectV2/styled.js +124 -124
  116. package/es/components/molecules/SettingWrapper/styled.js +12 -12
  117. package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +56 -56
  118. package/es/components/molecules/ShareAccess/components/LayoutContent/styled.js +5 -5
  119. package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/styled.js +15 -15
  120. package/es/components/molecules/ShareAccess/components/PeopleAccess/styled.js +63 -63
  121. package/es/components/molecules/ShareAccess/components/SearchUser/styled.js +31 -31
  122. package/es/components/molecules/SliderWithInputNumber/styled.js +2 -2
  123. package/es/components/molecules/Tabs/Tabs.js +11 -11
  124. package/es/components/molecules/TagifyInput/TagifyInput.js +41 -41
  125. package/es/components/molecules/TagifyInput/styled.js +37 -37
  126. package/es/components/molecules/TagifyInput/utils.js +13 -13
  127. package/es/components/molecules/TagifyInput/utils.style.js +208 -208
  128. package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +5 -5
  129. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +276 -276
  130. package/es/components/molecules/TemplateSaveAs/styled.js +134 -134
  131. package/es/components/molecules/ThumbnailCard/styled.js +92 -92
  132. package/es/components/molecules/Tree/styled.js +38 -38
  133. package/es/components/molecules/UploadImage/styled.js +114 -114
  134. package/es/components/molecules/VirtualizedMenu/styled.js +66 -66
  135. package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/styles.js +98 -98
  136. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +18 -18
  137. package/es/components/organism/AccountProfile/components/AccountSetting/styled.js +543 -543
  138. package/es/components/organism/AccountProfile/components/AccountSetting/styles.scss +39 -39
  139. package/es/components/organism/AccountSharing/styled.js +346 -346
  140. package/es/components/organism/ActivityTimeline/components/ActionHistory/styled.js +28 -28
  141. package/es/components/organism/ActivityTimeline/components/CardMember/styled.js +60 -60
  142. package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/styled.js +4 -4
  143. package/es/components/organism/ActivityTimeline/components/List/styled.js +77 -77
  144. package/es/components/organism/ActivityTimeline/components/ListItem/styled.js +37 -37
  145. package/es/components/organism/ActivityTimeline/components/ProductCard/styled.js +92 -92
  146. package/es/components/organism/ActivityTimeline/components/Redeem/styled.js +7 -7
  147. package/es/components/organism/ActivityTimeline/components/Slide/styled.js +20 -20
  148. package/es/components/organism/ActivityTimeline/components/TimeLineTitle/styled.js +7 -7
  149. package/es/components/organism/ActivityTimeline/components/TimelineSection/styled.js +69 -69
  150. package/es/components/organism/ActivityTimeline/styled.js +39 -39
  151. package/es/components/organism/AlgorithmsSetting/styled.js +35 -35
  152. package/es/components/organism/ContentSources/styled.js +50 -50
  153. package/es/components/organism/DataTable/components/AddButton/index.js +8 -8
  154. package/es/components/organism/DataTable/components/ModifyColumn/styled.js +18 -18
  155. package/es/components/organism/DataTable/components/Pagination/styled.js +26 -26
  156. package/es/components/organism/DataTable/components/Table/styled.js +135 -135
  157. package/es/components/organism/DataTable/components/Toolbar/SearchPopover.js +17 -17
  158. package/es/components/organism/DataTable/components/Toolbar/styled.js +70 -70
  159. package/es/components/organism/DataTable/styled/index.js +84 -84
  160. package/es/components/organism/Filter/components/FilterCondition/styled.js +34 -34
  161. package/es/components/organism/Filter/styled.js +109 -109
  162. package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +5 -5
  163. package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +63 -63
  164. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +31 -31
  165. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +22 -22
  166. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +55 -55
  167. package/es/components/organism/FilterSetting/styled.js +19 -19
  168. package/es/components/organism/GenerativeInsights/styled.js +55 -55
  169. package/es/components/organism/Help/Help.js +3 -3
  170. package/es/components/organism/Help/styled.js +253 -253
  171. package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +39 -39
  172. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.js +16 -16
  173. package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +156 -156
  174. package/es/components/organism/LeftMenu/styled.js +214 -214
  175. package/es/components/organism/Login/components/ForgotPassword/styled.js +8 -8
  176. package/es/components/organism/Login/components/LoginSelectPortal/Item/styled.js +31 -31
  177. package/es/components/organism/Login/components/LoginSelectPortal/styled.js +3 -3
  178. package/es/components/organism/Login/components/LoginStep2/styled.js +3 -3
  179. package/es/components/organism/Login/components/SetupGGAuthenticator/styled.js +7 -7
  180. package/es/components/organism/Login/components/SignIn/styled.js +8 -8
  181. package/es/components/organism/Login/components/VerifyAccount/styled.js +13 -13
  182. package/es/components/organism/Login/components/WidgetLayout/styled.js +18 -18
  183. package/es/components/organism/Login/styled.js +114 -114
  184. package/es/components/organism/Menu/styled.js +6 -6
  185. package/es/components/organism/ModifyColumnModal/styled.js +132 -132
  186. package/es/components/organism/Notification/styled.js +155 -155
  187. package/es/components/organism/PreviewCollections/Messages/SkeletonMessage/styled.js +14 -14
  188. package/es/components/organism/PreviewCollections/WhatsappMessage/CarouselMessage/index.js +24 -25
  189. package/es/components/organism/PreviewCollections/WhatsappMessage/CarouselMessage/styled.js +56 -56
  190. package/es/components/organism/PreviewCollections/constants.js +42 -42
  191. package/es/components/organism/PreviewCollections/styled.js +16 -16
  192. package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +78 -78
  193. package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +52 -52
  194. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +18 -18
  195. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +77 -77
  196. package/es/components/organism/PreviewTemplateModal/styled.js +21 -21
  197. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +11 -11
  198. package/es/components/organism/Table/CrossTabTable/styled.js +11 -11
  199. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +17 -17
  200. package/es/components/organism/Table/ExplorePivotTable/styled.js +11 -11
  201. package/es/components/organism/TicketEditor/components/Editor/EditorToolbar.js +5 -5
  202. package/es/components/organism/TicketEditor/styled.js +833 -833
  203. package/es/components/organism/TicketEditorV2/Content.js +3 -3
  204. package/es/components/organism/TicketEditorV2/styled.js +837 -837
  205. package/es/components/template/Layout/Layout.js +10 -10
  206. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.js +73 -73
  207. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.js +39 -39
  208. package/es/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/styled.js +61 -61
  209. package/es/components/template/Layout/components/RecommendationWorkspace/styled.js +16 -16
  210. package/es/components/template/Layout/styled.js +84 -84
  211. package/es/components/template/TemplateListing/Loadable.d.ts +0 -1
  212. package/es/components/template/TemplateListing/components/BlankTemplate/styled.js +21 -21
  213. package/es/components/template/TemplateListing/components/CategoryListing/styled.js +123 -123
  214. package/es/components/template/TemplateListing/components/Empty/styled.js +20 -20
  215. package/es/components/template/TemplateListing/stories/demo/styled.js +4 -4
  216. package/es/components/template/TemplateListing/styled/index.js +40 -40
  217. package/es/providers/ConfigProvider/GlobalStyle.js +1249 -1249
  218. package/es/stories/assets/colors.svg +1 -0
  219. package/es/stories/assets/comments.svg +1 -0
  220. package/es/stories/assets/direction.svg +1 -0
  221. package/es/stories/assets/flow.svg +1 -0
  222. package/es/stories/assets/plugin.svg +1 -0
  223. package/es/stories/assets/repo.svg +1 -0
  224. package/es/stories/assets/stackalt.svg +1 -0
  225. package/es/styled/common.js +51 -51
  226. package/es/tests/styled.js +4 -4
  227. package/es/utils/variables.js +7 -7
  228. package/package.json +262 -262
  229. package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +0 -1556
  230. package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +0 -2885
@@ -26,9 +26,9 @@ export const SAMPLE_PREVIEW = {
26
26
  format: 'IMAGE',
27
27
  },
28
28
  body: {
29
- text: `Hi {{1}}, the item {{2}} you were wondering about is BACK IN STOCK! 🎉
30
-
31
- Click the button to get it!
29
+ text: `Hi {{1}}, the item {{2}} you were wondering about is BACK IN STOCK! 🎉
30
+
31
+ Click the button to get it!
32
32
  `,
33
33
  },
34
34
  buttons: [{ type: 'URL', text: 'Grab the offer', url: 'https://test.com.vn' }],
@@ -40,11 +40,11 @@ export const SAMPLE_PREVIEW = {
40
40
  text: '🔔 Limited-Time Offer Just for {{1}}!',
41
41
  },
42
42
  body: {
43
- text: `Hey {{1}}, we have an exclusive deal waiting for you! 🎉
44
-
45
- Get {{2}}% OFF on your next purchase when you shop before {{3}}. Don't miss out on this special offer!
46
-
47
- Use code: {{4}} at checkout.
43
+ text: `Hey {{1}}, we have an exclusive deal waiting for you! 🎉
44
+
45
+ Get {{2}}% OFF on your next purchase when you shop before {{3}}. Don't miss out on this special offer!
46
+
47
+ Use code: {{4}} at checkout.
48
48
  `,
49
49
  },
50
50
  buttons: [{ type: 'URL', text: 'Shop now', url: 'https://test.com.vn' }],
@@ -55,9 +55,9 @@ export const SAMPLE_PREVIEW = {
55
55
  format: 'DOCUMENT',
56
56
  },
57
57
  body: {
58
- text: `🚀 Want to boost your sales with data-driven marketing? We’ve crafted a step-by-step guide to help you maximize customer engagement.
59
-
60
- 📥 Download your free copy now and start scaling your business!
58
+ text: `🚀 Want to boost your sales with data-driven marketing? We’ve crafted a step-by-step guide to help you maximize customer engagement.
59
+
60
+ 📥 Download your free copy now and start scaling your business!
61
61
  `,
62
62
  },
63
63
  buttons: [{ type: 'URL', text: 'Download Now', url: 'https://test.com.vn' }],
@@ -68,12 +68,12 @@ export const SAMPLE_PREVIEW = {
68
68
  format: 'LOCATION',
69
69
  },
70
70
  body: {
71
- text: `📍 Antsomi Office - Your Next Marketing Transformation Hub!
72
-
73
- 🚀 Hi {{1}}! Ready to supercharge your customer engagement? Visit us and discover how our CDP solutions can revolutionize your business.
74
-
75
- 📌 Location: Antsomi HQ, Singapore
76
-
71
+ text: `📍 Antsomi Office - Your Next Marketing Transformation Hub!
72
+
73
+ 🚀 Hi {{1}}! Ready to supercharge your customer engagement? Visit us and discover how our CDP solutions can revolutionize your business.
74
+
75
+ 📌 Location: Antsomi HQ, Singapore
76
+
77
77
  💬 Book a free consultation today and take your marketing to the next level!`,
78
78
  },
79
79
  footer: {
@@ -92,12 +92,12 @@ export const SAMPLE_PREVIEW = {
92
92
  format: 'LOCATION',
93
93
  },
94
94
  body: {
95
- text: `📍 Antsomi Office - Your Next Marketing Transformation Hub!
96
-
97
- 🚀 Hi {{1}}! Ready to supercharge your customer engagement? Visit us and discover how our CDP solutions can revolutionize your business.
98
-
99
- 📌 Location: Antsomi HQ, Singapore
100
-
95
+ text: `📍 Antsomi Office - Your Next Marketing Transformation Hub!
96
+
97
+ 🚀 Hi {{1}}! Ready to supercharge your customer engagement? Visit us and discover how our CDP solutions can revolutionize your business.
98
+
99
+ 📌 Location: Antsomi HQ, Singapore
100
+
101
101
  💬 Book a free consultation today and take your marketing to the next level!`,
102
102
  },
103
103
  buttons: [],
@@ -107,9 +107,9 @@ export const SAMPLE_PREVIEW = {
107
107
  format: 'DOCUMENT',
108
108
  },
109
109
  body: {
110
- text: `🚀 Want to boost your sales with data-driven marketing? We’ve crafted a step-by-step guide to help you maximize customer engagement.
111
-
112
- 📥 Download your free copy now and start scaling your business!
110
+ text: `🚀 Want to boost your sales with data-driven marketing? We’ve crafted a step-by-step guide to help you maximize customer engagement.
111
+
112
+ 📥 Download your free copy now and start scaling your business!
113
113
  `,
114
114
  },
115
115
  buttons: [{ type: 'URL', text: 'Download Now', url: 'https://test.com.vn' }],
@@ -119,12 +119,12 @@ export const SAMPLE_PREVIEW = {
119
119
  format: 'LOCATION',
120
120
  },
121
121
  body: {
122
- text: `📍 Antsomi Office - Your Next Marketing Transformation Hub!
123
-
124
- 🚀 Hi {{1}}! Ready to supercharge your customer engagement? Visit us and discover how our CDP solutions can revolutionize your business.
125
-
126
- 📌 Location: Antsomi HQ, Singapore
127
-
122
+ text: `📍 Antsomi Office - Your Next Marketing Transformation Hub!
123
+
124
+ 🚀 Hi {{1}}! Ready to supercharge your customer engagement? Visit us and discover how our CDP solutions can revolutionize your business.
125
+
126
+ 📌 Location: Antsomi HQ, Singapore
127
+
128
128
  💬 Book a free consultation today and take your marketing to the next level!`,
129
129
  },
130
130
  buttons: [],
@@ -150,9 +150,9 @@ export const SAMPLE_PREVIEW = {
150
150
  format: 'IMAGE',
151
151
  },
152
152
  body: {
153
- text: `Hi Zoey, the item Super Nice T-Shirt you were wondering about is BACK IN STOCK! 🎉
154
-
155
- Click the button to get it!
153
+ text: `Hi Zoey, the item Super Nice T-Shirt you were wondering about is BACK IN STOCK! 🎉
154
+
155
+ Click the button to get it!
156
156
  `,
157
157
  },
158
158
  footer: { text: 'Limited Only' },
@@ -179,13 +179,13 @@ export const SAMPLE_PREVIEW = {
179
179
  format: 'IMAGE',
180
180
  },
181
181
  body: {
182
- text: `Don't miss out on this awesome deal!
183
- Hey *{{1}}*, we noticed you left some goodies in your cart. They're feeling a bit lonely without you!
184
-
185
- Complete your purchase now and grab your favorites before they're gone.
186
-
187
- Plus, here's a 10% off coupon just for you: {{2}}
188
- Can't wait to see you back! Send STOP to unsubscribe!
182
+ text: `Don't miss out on this awesome deal!
183
+ Hey *{{1}}*, we noticed you left some goodies in your cart. They're feeling a bit lonely without you!
184
+
185
+ Complete your purchase now and grab your favorites before they're gone.
186
+
187
+ Plus, here's a 10% off coupon just for you: {{2}}
188
+ Can't wait to see you back! Send STOP to unsubscribe!
189
189
  `,
190
190
  },
191
191
  footer: {
@@ -5,21 +5,21 @@ import { Typography } from 'antd';
5
5
  import { globalToken } from '@antscorp/antsomi-ui/es/constants';
6
6
  import { BASE } from './constants';
7
7
  const { OFFSET, MEDIUM, LARGE } = BASE;
8
- export const BaseContainerMessage = styled.section `
9
- padding: ${props => props.$padding ?? `${OFFSET.PADDING}px`};
10
- max-width: ${props => (props.$size === 'medium' ? `${MEDIUM.WIDTH}px` : `${LARGE.WIDTH}px`)};
11
- background-color: ${globalToken?.bw0};
12
- box-shadow: 0px 3px 20px 0px rgba(0, 46, 89, 0.2);
13
- border-radius: 11.68px;
14
- overflow: hidden;
15
- margin: ${props => props.$margin};
8
+ export const BaseContainerMessage = styled.section `
9
+ padding: ${props => props.$padding ?? `${OFFSET.PADDING}px`};
10
+ max-width: ${props => (props.$size === 'medium' ? `${MEDIUM.WIDTH}px` : `${LARGE.WIDTH}px`)};
11
+ background-color: ${globalToken?.bw0};
12
+ box-shadow: 0px 3px 20px 0px rgba(0, 46, 89, 0.2);
13
+ border-radius: 11.68px;
14
+ overflow: hidden;
15
+ margin: ${props => props.$margin};
16
16
  `;
17
- export const BaseParagraphMessage = styled(Typography.Paragraph) `
18
- white-space: pre-line;
19
-
20
- &.base-paragraph-message.antsomi-typography {
21
- margin-bottom: 0px;
22
- font-size: 12px;
23
- color: ${globalToken?.colorText};
24
- }
17
+ export const BaseParagraphMessage = styled(Typography.Paragraph) `
18
+ white-space: pre-line;
19
+
20
+ &.base-paragraph-message.antsomi-typography {
21
+ margin-bottom: 0px;
22
+ font-size: 12px;
23
+ color: ${globalToken?.colorText};
24
+ }
25
25
  `;
@@ -7,19 +7,19 @@ import skeletonBackground from '../../../../../assets/images/background/skeleton
7
7
  import { globalToken } from '@antscorp/antsomi-ui/es/constants';
8
8
  import { MOBILE_VIEWPORT } from '@antscorp/antsomi-ui/es/components/atoms/MobileFrameV2/constants';
9
9
  const THUMBNAIL_CARD_RADIUS = 5;
10
- export const BannerWrapper = styled.div `
11
- width: 100%;
12
- overflow-y: hidden;
13
- display: flex;
14
- justify-content: center;
15
- align-items: center;
16
- background-color: ${globalToken?.colorBgSkeleton};
17
- border-radius: ${globalToken?.borderRadius}px;
18
- border: 1px solid ${globalToken?.blue1_1};
19
- height: ${({ $height }) => (isNumber($height) ? `${$height}px` : $height)};
20
-
21
- // Calculate scale of mobile frame
22
- #banner-mobile {
10
+ export const BannerWrapper = styled.div `
11
+ width: 100%;
12
+ overflow-y: hidden;
13
+ display: flex;
14
+ justify-content: center;
15
+ align-items: center;
16
+ background-color: ${globalToken?.colorBgSkeleton};
17
+ border-radius: ${globalToken?.borderRadius}px;
18
+ border: 1px solid ${globalToken?.blue1_1};
19
+ height: ${({ $height }) => (isNumber($height) ? `${$height}px` : $height)};
20
+
21
+ // Calculate scale of mobile frame
22
+ #banner-mobile {
23
23
  ${({ clientHeight }) => {
24
24
  const [smallScale, largeScale] = (() => {
25
25
  if (clientHeight) {
@@ -31,70 +31,70 @@ export const BannerWrapper = styled.div `
31
31
  }
32
32
  return [1, 1];
33
33
  })();
34
- return css `
35
- @media screen and (max-height: 1000px) {
36
- transform: scale(${smallScale});
37
- }
38
-
39
- @media screen and (min-height: 1001px) {
40
- transform: scale(${largeScale});
41
- }
34
+ return css `
35
+ @media screen and (max-height: 1000px) {
36
+ transform: scale(${smallScale});
37
+ }
38
+
39
+ @media screen and (min-height: 1001px) {
40
+ transform: scale(${largeScale});
41
+ }
42
42
  `;
43
- }}
44
- }
45
-
46
- .mobile-wrapper {
47
- position: relative;
48
- border-radius: 80px;
49
- animation-duration: 0.2s !important;
50
-
51
- .content-wrapper {
52
- width: fit-content;
53
- height: fit-content;
54
- }
55
-
56
- .skeleton,
57
- .backdrop {
58
- left: 5px;
59
- }
60
- }
61
-
62
- .desktop-wrapper {
63
- position: relative;
64
- height: 100%;
65
- width: 100%;
66
- border-radius: ${THUMBNAIL_CARD_RADIUS}px;
67
- transition: width 0.2s ease, height 0.2s ease;
68
- .content-wrapper {
69
- width: 100%;
70
- height: 100%;
71
- }
72
- }
73
-
74
- .content-wrapper {
75
- position: absolute;
76
- z-index: 12;
77
- top: 50%;
78
- left: 50%;
79
- transform: translate(-50%, -50%);
80
- }
81
-
82
- .skeleton {
83
- width: 100%;
84
- height: 100%;
85
- background: center / cover no-repeat url(${skeletonBackground});
86
- border-radius: inherit;
87
- }
88
-
89
- .backdrop {
90
- border-radius: inherit;
91
- position: absolute;
92
- width: 100%;
93
- height: 100%;
94
- background-color: black;
95
- opacity: 0.5;
96
- z-index: 10;
97
- top: 0;
98
- left: 0;
99
- }
43
+ }}
44
+ }
45
+
46
+ .mobile-wrapper {
47
+ position: relative;
48
+ border-radius: 80px;
49
+ animation-duration: 0.2s !important;
50
+
51
+ .content-wrapper {
52
+ width: fit-content;
53
+ height: fit-content;
54
+ }
55
+
56
+ .skeleton,
57
+ .backdrop {
58
+ left: 5px;
59
+ }
60
+ }
61
+
62
+ .desktop-wrapper {
63
+ position: relative;
64
+ height: 100%;
65
+ width: 100%;
66
+ border-radius: ${THUMBNAIL_CARD_RADIUS}px;
67
+ transition: width 0.2s ease, height 0.2s ease;
68
+ .content-wrapper {
69
+ width: 100%;
70
+ height: 100%;
71
+ }
72
+ }
73
+
74
+ .content-wrapper {
75
+ position: absolute;
76
+ z-index: 12;
77
+ top: 50%;
78
+ left: 50%;
79
+ transform: translate(-50%, -50%);
80
+ }
81
+
82
+ .skeleton {
83
+ width: 100%;
84
+ height: 100%;
85
+ background: center / cover no-repeat url(${skeletonBackground});
86
+ border-radius: inherit;
87
+ }
88
+
89
+ .backdrop {
90
+ border-radius: inherit;
91
+ position: absolute;
92
+ width: 100%;
93
+ height: 100%;
94
+ background-color: black;
95
+ opacity: 0.5;
96
+ z-index: 10;
97
+ top: 0;
98
+ left: 0;
99
+ }
100
100
  `;
@@ -4,58 +4,58 @@ import styled, { css } from 'styled-components';
4
4
  import { Button, Flex } from '../../../../atoms';
5
5
  // Providers
6
6
  import { globalToken } from '@antscorp/antsomi-ui/es/constants';
7
- export const InformationWrapper = styled(Flex) `
8
- width: 300px;
9
- flex-shrink: 0;
10
- font-size: 12px;
11
- height: 100%;
12
- max-height: 100%;
13
-
14
- .title {
15
- font-size: 16px;
16
- font-weight: 700;
17
- max-width: 100%;
18
- color: inherit;
19
- padding-right: 25px;
20
- word-break: break-word;
21
-
22
- overflow: hidden;
23
- display: -webkit-box;
24
- -webkit-box-orient: vertical;
25
- -webkit-line-clamp: 3;
26
- }
27
-
28
- .antsomi-radio-group {
29
- width: 100%;
30
- display: flex;
31
-
32
- .antsomi-radio-button-wrapper {
33
- flex: 1 1 0%;
34
- display: flex;
35
- justify-content: center;
36
- align-items: center;
37
- height: 30px;
38
-
39
- i {
40
- height: fit-content;
41
- font-size: 24px;
42
- }
43
- }
44
- }
45
-
46
- .content-information {
47
- flex: 1 1 0%;
48
- height: fit-content;
49
- overflow-y: auto;
50
- max-height: 682px;
51
- }
7
+ export const InformationWrapper = styled(Flex) `
8
+ width: 300px;
9
+ flex-shrink: 0;
10
+ font-size: 12px;
11
+ height: 100%;
12
+ max-height: 100%;
13
+
14
+ .title {
15
+ font-size: 16px;
16
+ font-weight: 700;
17
+ max-width: 100%;
18
+ color: inherit;
19
+ padding-right: 25px;
20
+ word-break: break-word;
21
+
22
+ overflow: hidden;
23
+ display: -webkit-box;
24
+ -webkit-box-orient: vertical;
25
+ -webkit-line-clamp: 3;
26
+ }
27
+
28
+ .antsomi-radio-group {
29
+ width: 100%;
30
+ display: flex;
31
+
32
+ .antsomi-radio-button-wrapper {
33
+ flex: 1 1 0%;
34
+ display: flex;
35
+ justify-content: center;
36
+ align-items: center;
37
+ height: 30px;
38
+
39
+ i {
40
+ height: fit-content;
41
+ font-size: 24px;
42
+ }
43
+ }
44
+ }
45
+
46
+ .content-information {
47
+ flex: 1 1 0%;
48
+ height: fit-content;
49
+ overflow-y: auto;
50
+ max-height: 682px;
51
+ }
52
52
  `;
53
- export const CheckboxButton = styled(Button) `
54
- color: ${globalToken?.colorText} !important;
55
-
53
+ export const CheckboxButton = styled(Button) `
54
+ color: ${globalToken?.colorText} !important;
55
+
56
56
  ${p => p.$active &&
57
- css `
58
- color: ${globalToken?.colorPrimary} !important;
59
- background-color: ${globalToken?.blue1_1} !important;
60
- `}
57
+ css `
58
+ color: ${globalToken?.colorPrimary} !important;
59
+ background-color: ${globalToken?.blue1_1} !important;
60
+ `}
61
61
  `;
@@ -4,23 +4,23 @@ import styled from 'styled-components';
4
4
  import { Flex } from '../../../../atoms';
5
5
  // Providers
6
6
  import { globalToken } from '@antscorp/antsomi-ui/es/constants';
7
- export const SimilarTemplateWrapper = styled(Flex) `
8
- margin-top: 15px;
9
-
10
- .title {
11
- font-weight: 400;
12
- font-size: 16px;
13
- }
7
+ export const SimilarTemplateWrapper = styled(Flex) `
8
+ margin-top: 15px;
9
+
10
+ .title {
11
+ font-weight: 400;
12
+ font-size: 16px;
13
+ }
14
14
  `;
15
- export const TemplateListWrapper = styled.div `
16
- display: flex;
17
- gap: 30px;
18
-
19
- .thumbnail-card {
20
- border-radius: ${globalToken?.borderRadius}px;
21
-
22
- > div {
23
- border-radius: ${globalToken?.borderRadius}px;
24
- }
25
- }
15
+ export const TemplateListWrapper = styled.div `
16
+ display: flex;
17
+ gap: 30px;
18
+
19
+ .thumbnail-card {
20
+ border-radius: ${globalToken?.borderRadius}px;
21
+
22
+ > div {
23
+ border-radius: ${globalToken?.borderRadius}px;
24
+ }
25
+ }
26
26
  `;
@@ -2,82 +2,82 @@ import styled from 'styled-components';
2
2
  import { SwiperSlide } from 'swiper/react';
3
3
  // Constants
4
4
  import { THEME, globalToken } from '@antscorp/antsomi-ui/es/constants';
5
- export const ThumbnailSliderWrapper = styled.div `
6
- width: 100%;
7
- display: flex;
8
- justify-content: center;
9
- align-items: center;
10
- position: relative;
11
-
12
- .swiper {
13
- max-width: 1030px;
14
-
15
- .swiper-slide {
16
- width: fit-content !important;
17
- }
18
- }
19
-
20
- .thumbnail-animation {
21
- box-shadow: none;
22
- transition: box-shadow 0.1s ease-in-out;
23
- border-radius: ${globalToken?.borderRadius}px;
24
-
25
- > div {
26
- border-radius: ${globalToken?.borderRadius}px;
27
- }
28
-
29
- &:hover {
30
- box-shadow:
31
- 0 8px 20px rgba(0, 0, 0, 0.1),
32
- 0 0 32px rgba(0, 0, 0, 0.04);
33
- }
34
- }
35
-
36
- .custom-button-prev,
37
- .custom-button-next {
38
- z-index: 10;
39
- position: absolute;
40
- width: 24px;
41
- height: 24px;
42
- background-color: #ffffff;
43
- box-shadow: 0px 3px 3px 0px #002e591a;
44
- border-radius: 999px;
45
- display: flex;
46
- align-items: center;
47
- justify-content: center;
48
-
49
- /* Remove default style of Antd button */
50
- border-color: white !important;
51
-
52
- &.antsomi-btn-default:not(:disabled):hover {
53
- border-color: white !important;
54
- background-color: #ffffff !important;
55
- }
56
- }
57
-
58
- .custom-button-prev {
59
- left: 0px;
60
- transform: rotate(90deg);
61
- }
62
-
63
- .custom-button-next {
64
- right: 0px;
65
- transform: rotate(-90deg);
66
- }
67
-
68
- .hidden {
69
- display: none !important;
70
- }
71
-
72
- i {
73
- font-size: 20px;
74
- color: ${THEME?.token?.bw8};
75
- }
5
+ export const ThumbnailSliderWrapper = styled.div `
6
+ width: 100%;
7
+ display: flex;
8
+ justify-content: center;
9
+ align-items: center;
10
+ position: relative;
11
+
12
+ .swiper {
13
+ max-width: 1030px;
14
+
15
+ .swiper-slide {
16
+ width: fit-content !important;
17
+ }
18
+ }
19
+
20
+ .thumbnail-animation {
21
+ box-shadow: none;
22
+ transition: box-shadow 0.1s ease-in-out;
23
+ border-radius: ${globalToken?.borderRadius}px;
24
+
25
+ > div {
26
+ border-radius: ${globalToken?.borderRadius}px;
27
+ }
28
+
29
+ &:hover {
30
+ box-shadow:
31
+ 0 8px 20px rgba(0, 0, 0, 0.1),
32
+ 0 0 32px rgba(0, 0, 0, 0.04);
33
+ }
34
+ }
35
+
36
+ .custom-button-prev,
37
+ .custom-button-next {
38
+ z-index: 10;
39
+ position: absolute;
40
+ width: 24px;
41
+ height: 24px;
42
+ background-color: #ffffff;
43
+ box-shadow: 0px 3px 3px 0px #002e591a;
44
+ border-radius: 999px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: center;
48
+
49
+ /* Remove default style of Antd button */
50
+ border-color: white !important;
51
+
52
+ &.antsomi-btn-default:not(:disabled):hover {
53
+ border-color: white !important;
54
+ background-color: #ffffff !important;
55
+ }
56
+ }
57
+
58
+ .custom-button-prev {
59
+ left: 0px;
60
+ transform: rotate(90deg);
61
+ }
62
+
63
+ .custom-button-next {
64
+ right: 0px;
65
+ transform: rotate(-90deg);
66
+ }
67
+
68
+ .hidden {
69
+ display: none !important;
70
+ }
71
+
72
+ i {
73
+ font-size: 20px;
74
+ color: ${THEME?.token?.bw8};
75
+ }
76
76
  `;
77
- export const SwiperSlideWrapper = styled(SwiperSlide) `
78
- list-style: none;
79
- display: flex;
80
- justify-content: center;
81
- align-items: center;
82
- width: fit-content;
77
+ export const SwiperSlideWrapper = styled(SwiperSlide) `
78
+ list-style: none;
79
+ display: flex;
80
+ justify-content: center;
81
+ align-items: center;
82
+ width: fit-content;
83
83
  `;