@antscorp/antsomi-ui 2.0.101 → 2.0.103

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 (331) hide show
  1. package/README.md +78 -78
  2. package/es/__mocks__/1000_city.json +802 -802
  3. package/es/assets/css/main.scss +6 -6
  4. package/es/assets/images/components/Login/AuthenSuccess.png +0 -0
  5. package/es/assets/images/feedback.svg +3 -3
  6. package/es/assets/svg/mobile-frame.svg +3 -3
  7. package/es/assets/svg/warning-icon.svg +5 -5
  8. package/es/components/atoms/Alert/Alert.js +28 -28
  9. package/es/components/atoms/ContentEditable/styled.js +16 -16
  10. package/es/components/atoms/DividerPure/styled.js +35 -35
  11. package/es/components/atoms/Icon/index.js +19 -19
  12. package/es/components/atoms/Iframe/Iframe.js +18 -18
  13. package/es/components/atoms/Input/styled.js +104 -104
  14. package/es/components/atoms/InputDynamic/styled.js +284 -284
  15. package/es/components/atoms/MobileBrandingBar/styled.js +21 -21
  16. package/es/components/atoms/MobileFrame/styled.js +30 -30
  17. package/es/components/atoms/MobileFrameV2/styled.js +42 -42
  18. package/es/components/atoms/MobileFrameV3/styled.js +31 -31
  19. package/es/components/atoms/NotificationStatus/NotificationStatus.d.ts +12 -0
  20. package/es/components/atoms/NotificationStatus/NotificationStatus.js +27 -0
  21. package/es/components/atoms/NotificationStatus/constants/index.d.ts +15 -0
  22. package/es/components/atoms/NotificationStatus/constants/index.js +15 -0
  23. package/es/components/atoms/NotificationStatus/index.d.ts +1 -0
  24. package/es/components/atoms/NotificationStatus/index.js +1 -0
  25. package/es/components/atoms/NotificationStatus/styled.d.ts +3 -0
  26. package/es/components/atoms/NotificationStatus/styled.js +14 -0
  27. package/es/components/atoms/PreviewTabs/styled.js +69 -69
  28. package/es/components/atoms/Radio/index.js +16 -16
  29. package/es/components/atoms/ReactIframe/ReactIframe.js +5 -5
  30. package/es/components/atoms/ReactIframe/styled.js +9 -9
  31. package/es/components/atoms/RequiredLabel/styled.js +3 -3
  32. package/es/components/atoms/ScrollBox/index.js +5 -5
  33. package/es/components/atoms/Scrollbars/styled.js +21 -21
  34. package/es/components/atoms/SlideBar/styled.js +194 -194
  35. package/es/components/atoms/Slider/styled.js +31 -31
  36. package/es/components/atoms/Space/Space.js +4 -4
  37. package/es/components/atoms/Spin/styled.js +11 -11
  38. package/es/components/atoms/Steps/styled.js +244 -244
  39. package/es/components/atoms/Switch/styled.js +56 -56
  40. package/es/components/atoms/Tag/Tag.js +10 -10
  41. package/es/components/atoms/Text/styled.js +34 -34
  42. package/es/components/atoms/index.d.ts +1 -0
  43. package/es/components/atoms/index.js +1 -0
  44. package/es/components/icons/DomainManagementIcon.js +1 -1
  45. package/es/components/icons/KeyValueIcon.d.ts +3 -0
  46. package/es/components/icons/KeyValueIcon.js +7 -0
  47. package/es/components/icons/LazyIcon/LazyIcon.d.ts +11 -10
  48. package/es/components/icons/LazyIcon/LazyIcon.js +11 -10
  49. package/es/components/icons/LoadingIcon.js +33 -33
  50. package/es/components/icons/document/styled.js +43 -43
  51. package/es/components/icons/index.d.ts +11 -10
  52. package/es/components/icons/index.js +11 -10
  53. package/es/components/molecules/AccessDenied/styled.js +28 -28
  54. package/es/components/molecules/AccountSelection/styled.js +110 -110
  55. package/es/components/molecules/AddDynamicContent/styled.js +23 -23
  56. package/es/components/molecules/AlignSetting/styled.js +4 -4
  57. package/es/components/molecules/ApplyPopupContent/styled.js +32 -32
  58. package/es/components/molecules/CalendarSelection/components/AutoUpdateTo/styled.js +8 -8
  59. package/es/components/molecules/CalendarSelection/components/CustomPicker/styled.js +79 -79
  60. package/es/components/molecules/CalendarSelection/components/Footer/styled.js +4 -4
  61. package/es/components/molecules/CalendarSelection/components/RangePicker/styled.js +21 -21
  62. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.js +26 -26
  63. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/styled.js +30 -30
  64. package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.js +26 -26
  65. package/es/components/molecules/CalendarSelection/styled.js +8 -8
  66. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +119 -119
  67. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +67 -67
  68. package/es/components/molecules/CaptureScreen/styled.js +240 -240
  69. package/es/components/molecules/ChartTab/components/styled.js +24 -24
  70. package/es/components/molecules/ChartTab/styled.js +20 -20
  71. package/es/components/molecules/ChatBox/AntsomiAI.js +8 -8
  72. package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +9 -9
  73. package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +365 -365
  74. package/es/components/molecules/ChatBox/styled.js +324 -324
  75. package/es/components/molecules/CodeStructure/styled.js +5 -5
  76. package/es/components/molecules/ColorPicker/ChromePicker/styled.js +10 -10
  77. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +89 -89
  78. package/es/components/molecules/ColorPicker/SketchPicker/styled.js +5 -5
  79. package/es/components/molecules/ColorPicker/styled.js +7 -7
  80. package/es/components/molecules/ColorSetting/styled.js +39 -39
  81. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +110 -110
  82. package/es/components/molecules/DatePickerV2/styled.js +6 -6
  83. package/es/components/molecules/DisplayFormat/styled.js +12 -12
  84. package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +24 -24
  85. package/es/components/molecules/DrawerDetail/styled.js +109 -109
  86. package/es/components/molecules/Dropdown/style.scss +11 -11
  87. package/es/components/molecules/Dropdown/styled.js +28 -28
  88. package/es/components/molecules/EdgeSetting/styled.js +10 -10
  89. package/es/components/molecules/EditableName/styled.js +70 -70
  90. package/es/components/molecules/EditingList/styled.js +29 -29
  91. package/es/components/molecules/EditorTab/styled.js +156 -156
  92. package/es/components/molecules/EmojiCollections/styled.js +22 -22
  93. package/es/components/molecules/EmojiPopover/styled.js +4 -4
  94. package/es/components/molecules/EmptyData/styled.js +53 -53
  95. package/es/components/molecules/GradientSetting/styled.js +57 -57
  96. package/es/components/molecules/HeaderV2/styled.js +70 -70
  97. package/es/components/molecules/IconSelection/styled.js +69 -69
  98. package/es/components/molecules/ImageEditor/components/ModalShortcut.js +21 -21
  99. package/es/components/molecules/ImageEditor/styled.js +5 -5
  100. package/es/components/molecules/ImagePreview/styled.js +3 -3
  101. package/es/components/molecules/InputNumberWithUnit/styled.js +14 -14
  102. package/es/components/molecules/InputSearch/styled.js +41 -41
  103. package/es/components/molecules/ItemNotFound/styled.js +26 -26
  104. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +8 -8
  105. package/es/components/molecules/MatchAnySelect/styled.js +247 -247
  106. package/es/components/molecules/Modal/styled.js +63 -63
  107. package/es/components/molecules/ModalSelect/styled.js +152 -152
  108. package/es/components/molecules/ModalV2/styled.js +27 -27
  109. package/es/components/molecules/PopupDraggable/styled.js +57 -57
  110. package/es/components/molecules/PreviewModal/styled.js +26 -26
  111. package/es/components/molecules/ProcessLoading/styled.js +2 -2
  112. package/es/components/molecules/QuillEditor/CustomToolbar.js +3165 -3165
  113. package/es/components/molecules/QuillEditor/EditorToolbar.js +7 -7
  114. package/es/components/molecules/QuillEditor/styled.js +25 -25
  115. package/es/components/molecules/RadioGroup/styled.js +9 -9
  116. package/es/components/molecules/RequestAccess/styled.js +38 -38
  117. package/es/components/molecules/ResizeGrid/components/Cell/styled.js +77 -77
  118. package/es/components/molecules/ResizeGrid/styled.js +50 -50
  119. package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/styled.js +118 -118
  120. package/es/components/molecules/RichMenu/RichMenuBlock/styled.js +13 -13
  121. package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.js +40 -40
  122. package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +27 -27
  123. package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +2 -2
  124. package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +38 -38
  125. package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.js +36 -36
  126. package/es/components/molecules/SearchPopover/components/PopoverSelect/styles.scss +7 -7
  127. package/es/components/molecules/SearchPopover/styled.js +32 -32
  128. package/es/components/molecules/Select/styled.js +32 -32
  129. package/es/components/molecules/SelectAccount/styled.js +147 -147
  130. package/es/components/molecules/SelectEventAttribute/styled.js +8 -8
  131. package/es/components/molecules/SelectMulti/styled.js +62 -62
  132. package/es/components/molecules/SelectV2/styled.js +124 -124
  133. package/es/components/molecules/SettingWrapper/styled.js +12 -12
  134. package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +56 -56
  135. package/es/components/molecules/ShareAccess/components/LayoutContent/styled.js +5 -5
  136. package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/styled.js +15 -15
  137. package/es/components/molecules/ShareAccess/components/PeopleAccess/styled.js +63 -63
  138. package/es/components/molecules/ShareAccess/components/SearchUser/styled.js +31 -31
  139. package/es/components/molecules/SliderWithInputNumber/styled.js +2 -2
  140. package/es/components/molecules/Tabs/Tabs.js +11 -11
  141. package/es/components/molecules/TagifyInput/TagifyInput.js +50 -50
  142. package/es/components/molecules/TagifyInput/styled.js +37 -37
  143. package/es/components/molecules/TagifyInput/utils.js +13 -13
  144. package/es/components/molecules/TagifyInput/utils.style.js +217 -217
  145. package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +5 -5
  146. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +276 -276
  147. package/es/components/molecules/TemplateSaveAs/styled.js +134 -134
  148. package/es/components/molecules/ThumbnailCard/styled.js +92 -92
  149. package/es/components/molecules/Tree/styled.js +38 -38
  150. package/es/components/molecules/UploadImage/styled.js +114 -114
  151. package/es/components/molecules/VirtualizedMenu/styled.js +82 -82
  152. package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/styles.js +98 -98
  153. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +18 -18
  154. package/es/components/organism/AccountProfile/components/AccountSetting/styled.js +543 -543
  155. package/es/components/organism/AccountProfile/components/AccountSetting/styles.scss +39 -39
  156. package/es/components/organism/AccountSharing/styled.js +336 -336
  157. package/es/components/organism/ActivityTimeline/components/ActionHistory/styled.js +28 -28
  158. package/es/components/organism/ActivityTimeline/components/CardMember/styled.js +60 -60
  159. package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/styled.js +4 -4
  160. package/es/components/organism/ActivityTimeline/components/List/styled.js +77 -77
  161. package/es/components/organism/ActivityTimeline/components/ListItem/styled.js +37 -37
  162. package/es/components/organism/ActivityTimeline/components/ProductCard/styled.js +92 -92
  163. package/es/components/organism/ActivityTimeline/components/Redeem/styled.js +7 -7
  164. package/es/components/organism/ActivityTimeline/components/Slide/styled.js +20 -20
  165. package/es/components/organism/ActivityTimeline/components/TimeLineTitle/styled.js +7 -7
  166. package/es/components/organism/ActivityTimeline/components/TimelineSection/styled.js +69 -69
  167. package/es/components/organism/ActivityTimeline/styled.js +39 -39
  168. package/es/components/organism/AlgorithmsSetting/styled.js +35 -35
  169. package/es/components/organism/BasicLogin/BasicLogin.d.ts +3 -0
  170. package/es/components/organism/BasicLogin/BasicLogin.js +147 -0
  171. package/es/components/organism/BasicLogin/__tests__/index.spec.d.ts +0 -0
  172. package/es/components/organism/BasicLogin/__tests__/index.spec.js +46 -0
  173. package/es/components/organism/BasicLogin/components/AuthenticateResult/AuthenticateResult.d.ts +8 -0
  174. package/es/components/organism/BasicLogin/components/AuthenticateResult/AuthenticateResult.js +23 -0
  175. package/es/components/organism/BasicLogin/components/AuthenticateResult/index.d.ts +1 -0
  176. package/es/components/organism/BasicLogin/components/AuthenticateResult/index.js +1 -0
  177. package/es/components/organism/BasicLogin/components/ChooseMethod/ChooseMethod.d.ts +9 -0
  178. package/es/components/organism/BasicLogin/components/ChooseMethod/ChooseMethod.js +54 -0
  179. package/es/components/organism/BasicLogin/components/ChooseMethod/Method.d.ts +10 -0
  180. package/es/components/organism/BasicLogin/components/ChooseMethod/Method.js +13 -0
  181. package/es/components/organism/BasicLogin/components/ChooseMethod/index.d.ts +2 -0
  182. package/es/components/organism/BasicLogin/components/ChooseMethod/index.js +2 -0
  183. package/es/components/organism/BasicLogin/components/ChooseMethod/styled.d.ts +10 -0
  184. package/es/components/organism/BasicLogin/components/ChooseMethod/styled.js +24 -0
  185. package/es/components/organism/BasicLogin/components/ChooseMethod/utils.d.ts +1 -0
  186. package/es/components/organism/BasicLogin/components/ChooseMethod/utils.js +1 -0
  187. package/es/components/organism/BasicLogin/components/LoginWithEmail/LoginWithEmail.d.ts +14 -0
  188. package/es/components/organism/BasicLogin/components/LoginWithEmail/LoginWithEmail.js +192 -0
  189. package/es/components/organism/BasicLogin/components/LoginWithEmail/index.d.ts +1 -0
  190. package/es/components/organism/BasicLogin/components/LoginWithEmail/index.js +1 -0
  191. package/es/components/organism/{Login/components/LoginStep2 → BasicLogin/components/LoginWithEmail}/styled.js +3 -3
  192. package/es/components/organism/BasicLogin/components/LoginWithGG/LoginWithGG.d.ts +12 -0
  193. package/es/components/organism/BasicLogin/components/LoginWithGG/LoginWithGG.js +107 -0
  194. package/es/components/organism/BasicLogin/components/LoginWithGG/index.d.ts +1 -0
  195. package/es/components/organism/BasicLogin/components/LoginWithGG/index.js +1 -0
  196. package/es/components/organism/BasicLogin/components/LoginWithGG/styled.d.ts +3 -0
  197. package/es/components/organism/BasicLogin/components/LoginWithGG/styled.js +5 -0
  198. package/es/components/organism/BasicLogin/components/SignIn/SignIn.d.ts +14 -0
  199. package/es/components/organism/BasicLogin/components/SignIn/SignIn.js +66 -0
  200. package/es/components/organism/BasicLogin/components/SignIn/index.d.ts +1 -0
  201. package/es/components/organism/BasicLogin/components/SignIn/index.js +1 -0
  202. package/es/components/organism/BasicLogin/components/SignIn/styled.d.ts +3 -0
  203. package/es/components/organism/BasicLogin/components/SignIn/styled.js +10 -0
  204. package/es/components/organism/BasicLogin/components/WidgetLayout/WidgetLayout.d.ts +13 -0
  205. package/es/components/organism/BasicLogin/components/WidgetLayout/WidgetLayout.js +18 -0
  206. package/es/components/organism/BasicLogin/components/WidgetLayout/index.d.ts +1 -0
  207. package/es/components/organism/BasicLogin/components/WidgetLayout/index.js +1 -0
  208. package/es/components/organism/BasicLogin/components/WidgetLayout/styled.d.ts +5 -0
  209. package/es/components/organism/BasicLogin/components/WidgetLayout/styled.js +22 -0
  210. package/es/components/organism/BasicLogin/components/index.d.ts +5 -0
  211. package/es/components/organism/BasicLogin/components/index.js +5 -0
  212. package/es/components/organism/BasicLogin/constants/index.d.ts +26 -0
  213. package/es/components/organism/BasicLogin/constants/index.js +26 -0
  214. package/es/components/organism/BasicLogin/index.d.ts +2 -0
  215. package/es/components/organism/BasicLogin/index.js +2 -0
  216. package/es/components/organism/BasicLogin/styled.d.ts +50 -0
  217. package/es/components/organism/BasicLogin/styled.js +120 -0
  218. package/es/components/organism/BasicLogin/types/index.d.ts +36 -0
  219. package/es/components/organism/BasicLogin/types/index.js +1 -0
  220. package/es/components/organism/BasicLogin/utils.d.ts +8 -0
  221. package/es/components/organism/BasicLogin/utils.js +18 -0
  222. package/es/components/organism/ContentSources/styled.js +50 -50
  223. package/es/components/organism/DataTable/components/AddButton/index.js +8 -8
  224. package/es/components/organism/DataTable/components/ModifyColumn/styled.js +18 -18
  225. package/es/components/organism/DataTable/components/Pagination/styled.js +26 -26
  226. package/es/components/organism/DataTable/components/Table/styled.js +135 -135
  227. package/es/components/organism/DataTable/components/Toolbar/SearchPopover.js +17 -17
  228. package/es/components/organism/DataTable/components/Toolbar/styled.js +70 -70
  229. package/es/components/organism/DataTable/styled/index.js +84 -84
  230. package/es/components/organism/Filter/components/FilterCondition/styled.js +34 -34
  231. package/es/components/organism/Filter/styled.js +109 -109
  232. package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +5 -5
  233. package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +63 -63
  234. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +31 -31
  235. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +22 -22
  236. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +55 -55
  237. package/es/components/organism/FilterSetting/styled.js +19 -19
  238. package/es/components/organism/Help/styled.js +267 -267
  239. package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +39 -39
  240. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.js +16 -16
  241. package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +156 -156
  242. package/es/components/organism/LeftMenu/hooks/usePermission.js +1 -1
  243. package/es/components/organism/LeftMenu/styled.js +214 -214
  244. package/es/components/organism/Login/Login.js +71 -17
  245. package/es/components/organism/Login/components/ChooseMethod/ChooseMethod.d.ts +9 -0
  246. package/es/components/organism/Login/components/ChooseMethod/ChooseMethod.js +54 -0
  247. package/es/components/organism/Login/components/ChooseMethod/Method.d.ts +10 -0
  248. package/es/components/organism/Login/components/ChooseMethod/Method.js +13 -0
  249. package/es/components/organism/Login/components/ChooseMethod/index.d.ts +1 -0
  250. package/es/components/organism/Login/components/ChooseMethod/index.js +1 -0
  251. package/es/components/organism/Login/components/ChooseMethod/styled.d.ts +10 -0
  252. package/es/components/organism/Login/components/ChooseMethod/styled.js +24 -0
  253. package/es/components/organism/Login/components/ChooseMethod/utils.d.ts +1 -0
  254. package/es/components/organism/Login/components/ChooseMethod/utils.js +1 -0
  255. package/es/components/organism/Login/components/ForgotPassword/styled.js +8 -8
  256. package/es/components/organism/Login/components/LoginSelectPortal/Item/styled.js +31 -31
  257. package/es/components/organism/Login/components/LoginSelectPortal/styled.js +3 -3
  258. package/es/components/organism/Login/components/LoginWithEmail/LoginWithEmail.d.ts +15 -0
  259. package/es/components/organism/Login/components/LoginWithEmail/LoginWithEmail.js +211 -0
  260. package/es/components/organism/Login/components/LoginWithEmail/index.d.ts +1 -0
  261. package/es/components/organism/Login/components/LoginWithEmail/index.js +1 -0
  262. package/es/components/organism/Login/components/LoginWithEmail/styled.d.ts +3 -0
  263. package/es/components/organism/Login/components/LoginWithEmail/styled.js +5 -0
  264. package/es/components/organism/Login/components/{LoginStep2/LoginStep2.d.ts → LoginWithGG/LoginWithGG.d.ts} +1 -1
  265. package/es/components/organism/Login/components/{LoginStep2/LoginStep2.js → LoginWithGG/LoginWithGG.js} +6 -20
  266. package/es/components/organism/Login/components/LoginWithGG/index.d.ts +1 -0
  267. package/es/components/organism/Login/components/LoginWithGG/index.js +1 -0
  268. package/es/components/organism/Login/components/LoginWithGG/styled.d.ts +3 -0
  269. package/es/components/organism/Login/components/LoginWithGG/styled.js +5 -0
  270. package/es/components/organism/Login/components/SetupGGAuthenticator/SetupGGAuthenticator.js +1 -1
  271. package/es/components/organism/Login/components/SetupGGAuthenticator/styled.js +7 -7
  272. package/es/components/organism/Login/components/SignIn/styled.js +8 -8
  273. package/es/components/organism/Login/components/VerifyAccount/styled.js +13 -13
  274. package/es/components/organism/Login/components/WidgetLayout/WidgetLayout.js +3 -3
  275. package/es/components/organism/Login/components/WidgetLayout/styled.js +18 -18
  276. package/es/components/organism/Login/components/index.d.ts +3 -1
  277. package/es/components/organism/Login/components/index.js +3 -1
  278. package/es/components/organism/Login/constants/index.d.ts +25 -1
  279. package/es/components/organism/Login/constants/index.js +25 -1
  280. package/es/components/organism/Login/styled.d.ts +2 -1
  281. package/es/components/organism/Login/styled.js +115 -114
  282. package/es/components/organism/Login/types/index.d.ts +7 -0
  283. package/es/components/organism/Login/utils/index.d.ts +1 -0
  284. package/es/components/organism/Login/utils/index.js +8 -0
  285. package/es/components/organism/Menu/styled.js +6 -6
  286. package/es/components/organism/ModifyColumnModal/styled.js +132 -132
  287. package/es/components/organism/Notification/styled.js +155 -155
  288. package/es/components/organism/PreviewCollections/Messages/SkeletonMessage/styled.js +14 -14
  289. package/es/components/organism/PreviewCollections/WhatsappMessage/CarouselMessage/styled.js +63 -63
  290. package/es/components/organism/PreviewCollections/constants.js +50 -50
  291. package/es/components/organism/PreviewCollections/styled.js +16 -16
  292. package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +78 -78
  293. package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +52 -52
  294. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +18 -18
  295. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +75 -75
  296. package/es/components/organism/PreviewTemplateModal/styled.js +21 -21
  297. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +11 -11
  298. package/es/components/organism/Table/CrossTabTable/styled.js +11 -11
  299. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +17 -17
  300. package/es/components/organism/Table/ExplorePivotTable/styled.js +11 -11
  301. package/es/components/organism/TicketEditor/styled.js +850 -850
  302. package/es/components/organism/TicketEditorV2/styled.js +839 -839
  303. package/es/components/organism/index.d.ts +1 -0
  304. package/es/components/organism/index.js +1 -0
  305. package/es/components/template/Layout/Layout.js +10 -10
  306. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/index.js +2 -2
  307. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.js +73 -73
  308. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.js +39 -39
  309. package/es/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/styled.js +61 -61
  310. package/es/components/template/Layout/components/RecommendationWorkspace/styled.js +16 -16
  311. package/es/components/template/Layout/styled.js +84 -84
  312. package/es/components/template/TemplateListing/components/BlankTemplate/styled.js +21 -21
  313. package/es/components/template/TemplateListing/components/CategoryListing/styled.js +123 -123
  314. package/es/components/template/TemplateListing/components/Empty/styled.js +20 -20
  315. package/es/components/template/TemplateListing/stories/demo/styled.js +4 -4
  316. package/es/components/template/TemplateListing/styled/index.js +40 -40
  317. package/es/hooks/index.d.ts +1 -0
  318. package/es/hooks/index.js +1 -0
  319. package/es/hooks/useCountdown.d.ts +49 -0
  320. package/es/hooks/useCountdown.js +122 -0
  321. package/es/providers/ConfigProvider/GlobalStyle.js +1142 -1119
  322. package/es/styled/common.js +51 -51
  323. package/es/tests/styled.js +4 -4
  324. package/es/utils/variables.js +7 -7
  325. package/package.json +261 -261
  326. package/CHANGELOG.md +0 -63
  327. package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +0 -1290
  328. package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +0 -3059
  329. package/es/components/organism/Login/components/LoginStep2/index.d.ts +0 -1
  330. package/es/components/organism/Login/components/LoginStep2/index.js +0 -1
  331. /package/es/components/organism/{Login/components/LoginStep2 → BasicLogin/components/LoginWithEmail}/styled.d.ts +0 -0
@@ -2,805 +2,805 @@ import styled from 'styled-components';
2
2
  import { Button } from '@antscorp/antsomi-ui/es/components/atoms/Button';
3
3
  import { Checkbox } from '@antscorp/antsomi-ui/es/components/atoms/Checkbox';
4
4
  import { ModalV2 } from '@antscorp/antsomi-ui/es/components/molecules/ModalV2';
5
- export const WrapperHeader = styled.div `
6
- display: flex;
7
- justify-content: space-between;
8
- padding: 0 15px;
9
- align-items: center;
10
- border-bottom: 1px solid #e5e5e5;
11
- height: 50px;
12
- `;
13
- export const WrapperContent = styled.div `
14
- display: flex;
15
- gap: 20px;
16
- padding: 15px;
17
- `;
18
- export const WrapperLeftContent = styled.div `
19
- width: 38%;
20
- overflow: auto;
21
- // border-right: 1px solid #e5e5e5;
22
- overflow: auto;
23
- ::-webkit-scrollbar {
24
- width: 8px;
25
- height: 8px;
26
- }
27
- ::-webkit-scrollbar-track {
28
- background: #f2f2f2;
29
- }
30
-
31
- ::-webkit-scrollbar-thumb {
32
- background: #cccccc;
33
- }
34
- `;
35
- export const WrapperRightContent = styled.div `
36
- flex: 1;
37
- overflow: auto;
38
- ::-webkit-scrollbar {
39
- width: 8px;
40
- height: 8px;
41
- }
42
- ::-webkit-scrollbar-track {
43
- background: #f2f2f2;
44
- }
45
-
46
- ::-webkit-scrollbar-thumb {
47
- background: #cccccc;
48
- }
49
- `;
50
- export const WrapperTextEdit = styled.a `
51
- white-space: nowrap;
52
- font-size: 12px;
53
- color: ${props => (props.color ? props.color : '#000')};
54
- text-decoration: none;
55
- cursor: ${props => (props.color ? 'pointer' : 'default')};
56
- max-width: 300px;
57
- overflow: hidden;
58
- display: inline-block;
59
- text-overflow: ellipsis;
60
- &:hover {
61
- color: ${props => (props.color ? props.color : '#000')};
62
- }
63
- `;
64
- export const WrapperTextInput = styled.input `
65
- width: ${props => (props.width ? props.width : 'unset')};
66
- min-width: ${props => (props.width ? props.width : 'unset')};
67
- height: 30px;
68
- border-top: none;
69
- border-left: none;
70
- border-right: none;
71
- border-bottom: 1px solid #b8cfe6;
72
- outline: none;
73
- flex: 1;
74
- &:hover {
75
- background-color: rgb(242, 249, 255);
76
- }
77
- font-size: 12px;
78
- color: #000;
79
- `;
80
- export const WrapperContentInput = styled.div `
81
- display: flex;
82
- align-items: ${props => (props.flexStart ? 'flex-start' : 'center')};
83
-
84
- .error-message {
85
- font-size: 12px;
86
- color: red;
87
- margin-top: 5px;
88
- }
89
- `;
90
- export const WrapperLable = styled.label `
91
- width: 165px;
92
- min-width: 165px;
93
- color: #666;
94
- text-align: left;
95
- display: inline-block;
96
- font-size: 12px;
97
- `;
98
- export const WrapperDropdown = styled.div `
99
- position: relative;
100
- `;
101
- export const WrapperToggleDropdown = styled.div `
102
- &.wrapper-select-options {
103
- background-color: #fff !important;
104
- border-radius: 0;
105
- border-top: none;
106
- border-left: none;
107
- width: 300px;
108
- height: 30px;
109
- border-right: none;
110
- border-bottom: 1px solid rgb(184, 207, 230);
111
- outline: none;
112
- color: #000 !important;
113
- border-color: rgb(184, 207, 230) !important;
114
- display: flex;
115
- align-items: center;
116
- padding: 0 4px;
117
- justify-content: space-between;
118
- &:hover {
119
- color: #000 !important;
120
- background-color: rgb(242, 249, 255) !important;
121
- border-color: rgb(184, 207, 230) !important;
122
- outline: none !important;
123
- box-shadow: none !important;
124
- }
125
- &:focus {
126
- color: #000 !important;
127
- background-color: #fff !important;
128
- border-color: rgb(184, 207, 230) !important;
129
- outline: none !important;
130
- box-shadow: none !important;
131
- }
132
- &:active {
133
- color: #000 !important;
134
- background-color: #fff !important;
135
- border-color: rgb(184, 207, 230) !important;
136
- outline: none !important;
137
- box-shadow: none !important;
138
- }
139
- }
140
- `;
141
- export const WrapperDropdownMenu = styled.div `
142
- box-shadow:
143
- 0px 5px 5px -3px rgb(0 0 0 / 20%),
144
- 0px 8px 10px 1px rgb(0 0 0 / 14%),
145
- 0px 3px 14px 2px rgb(0 0 0 / 12%);
146
- width: 100%;
147
- max-height: 300px;
148
- overflow-y: auto;
149
- position: absolute;
150
- z-index: 10;
151
- top: 30;
152
- right: 0;
153
- padding: 8px 0;
154
- border-radius: 4px;
155
- background: #fff;
156
- border: none !important;
157
- ::-webkit-scrollbar {
158
- width: 8px;
159
- height: 8px;
160
- }
161
- ::-webkit-scrollbar-track {
162
- background: #f2f2f2;
163
- }
164
-
165
- ::-webkit-scrollbar-thumb {
166
- background: #cccccc;
167
- }
168
- `;
169
- export const WrapperDropdownItem = styled.div `
170
- color: #33475b !important;
171
- font-size: 14px;
172
- padding: 5px 12px;
173
- &:hover {
174
- color: #000 !important;
175
- background-color: rgb(242, 249, 255) !important;
176
- border-color: rgb(184, 207, 230) !important;
177
- outline: none !important;
178
- box-shadow: none !important;
179
- }
180
- &:focus {
181
- color: #000 !important;
182
- background-color: #fff !important;
183
- border-color: rgb(184, 207, 230) !important;
184
- outline: none !important;
185
- box-shadow: none !important;
186
- }
187
- &:active {
188
- color: #000 !important;
189
- background-color: #fff !important;
190
- border-color: rgb(184, 207, 230) !important;
191
- outline: none !important;
192
- box-shadow: none !important;
193
- }
194
- `;
195
- export const WrapperLabelDropdown = styled.div `
196
- color: #000;
197
- font-size: 12px;
198
- `;
199
- export const MaterialChip = styled.div `
200
- margin: 0;
201
- background-color: #cae5fe;
202
- color: #000;
203
- font-size: 12px;
204
- position: relative;
205
- border-radius: 12px;
206
- display: flex;
207
- padding: 10px;
208
- align-items: center;
209
- height: 24px;
210
- width: fit-content;
211
- .content-chip {
212
- margin: 0 5px;
213
- display: flex;
214
- align-items: center;
215
- white-space: nowrap;
216
- overflow: hidden;
217
- text-overflow: ellipsis;
218
- }
219
- &:hover .delete-button {
220
- display: flex;
221
- }
222
- .delete-button {
223
- display: none;
224
- right: 5px;
225
- position: absolute;
226
- top: 4px;
227
- z-index: 10;
228
- border: 0;
229
- cursor: pointer;
230
- outline: none;
231
- background: #fff;
232
- color: #005eb8;
233
- font-size: 12px;
234
- border-radius: 50%;
235
- span {
236
- height: 16px;
237
- width: 16px;
238
- padding: 0px;
239
- color: #000;
240
- font-size: 12px;
241
- }
242
- }
243
- `;
244
- export const Wrapper = styled.div `
245
- overflow-x: hidden;
246
- align-items: center;
247
- cursor: pointer;
248
- display: flex;
249
- min-width: 0;
250
- .chip-container {
251
- margin: 0px 4px 0 0px;
252
- overflow: hidden;
253
- font-size: 0.813rem;
254
- font-family: Roboto-Bold;
255
- height: 24px;
256
- }
257
- `;
258
- export const DivLoading = styled.div `
259
- height: 30px;
260
- width: 20%;
261
- position: relative;
262
- .private-overlay {
263
- padding: 0 !important;
264
- }
265
- `;
266
- export const WrapperListAccount = styled.div `
267
- display: flex;
268
- justify-content: flex-start;
269
- align-items: center;
270
- flex-wrap: wrap;
271
- gap: 10px;
272
- width: 400px;
273
- min-width: 400px;
274
- `;
275
- export const Title = styled.div `
276
- color: #666;
277
- font-size: 12px;
278
- margin-bottom: 20px;
279
- `;
280
- export const TitleName = styled.p `
281
- color: #000;
282
- font-size: 12px;
283
- white-space: nowrap;
284
- margin-bottom: 10px;
285
- `;
286
- export const WrapperNotication = styled.div `
287
- display: flex;
288
- flex-direction: column;
289
- gap: 10px;
290
- `;
291
- export const WrapperFooter = styled.div `
292
- display: flex;
293
- align-items: center;
294
- gap: 15px;
295
- height: 58px;
296
- padding-left: 15px;
297
- border-top: 1px solid #e5e5e5;
298
- `;
299
- export const WrapperEditor = styled.div `
300
- // padding: 15px;
301
- .tox-tinymce {
302
- border-top-left-radius: 10px !important;
303
- border-top-right-radius: 10px !important;
304
- border-bottom: none !important;
305
- }
306
-
307
- .error-message {
308
- font-size: 12px;
309
- color: red;
310
- margin-top: 5px;
311
- }
312
-
313
- .tox {
314
- .tox-tbtn--enabled {
315
- background: #deeffe;
316
- }
317
- .tox-tbtn {
318
- &:hover {
319
- background: #f2f9ff;
320
- }
321
- svg {
322
- fill: #595959;
323
- }
324
- }
325
- }
326
- `;
327
- export const WrapperListAccountSearch = styled.div `
328
- display: flex;
329
- flex-direction: column;
330
- max-height: 300px;
331
- overflow-y: auto;
332
- gap: 8px;
333
- ::-webkit-scrollbar {
334
- width: 8px;
335
- height: 8px;
336
- }
337
- ::-webkit-scrollbar-track {
338
- background: #f2f2f2;
339
- }
340
-
341
- ::-webkit-scrollbar-thumb {
342
- background: #cccccc;
343
- }
344
- `;
345
- export const WrapperItemAccountSearch = styled.div `
346
- display: flex;
347
- cursor: pointer;
348
- align-items: center;
349
- gap: 3px;
350
- padding-left: 15px;
351
- `;
352
- export const WrapperFooterPopup = styled.div `
353
- display: flex;
354
- align-items: center;
355
- justify-content: flex-start;
356
- border-top: 1px solid #dbe9f7;
357
- padding: 15px;
358
- gap: 15px;
359
- `;
360
- export const WrapperIconEditor = styled.div `
361
- // border-top: ${props => (props.borderTop ? '1px solid #D4D4D4' : 'none')};
362
- border: 1px solid #d4d4d4;
363
- border-top: none !important;
364
- display: flex;
365
- align-items: center;
366
- padding: 10px;
367
- justify-content: space-between;
368
- border-bottom-left-radius: 10px !important;
369
- border-bottom-right-radius: 10px !important;
370
- height: 50px;
371
-
372
- .reply-btn {
373
- }
374
- `;
375
- export const WrapperInputFile = styled.div `
376
- position: relative;
377
- width: 24px;
378
- height: 24px;
379
-
380
- .upload-wrapper-label {
381
- display: block;
382
- height: 100%;
383
- display: flex;
384
- align-items: center;
385
- }
386
-
387
- .upload-icon {
388
- color: #005eb8;
389
- font-size: 20.5px;
390
- width: 24px;
391
- cursor: pointer;
392
- }
393
- `;
394
- export const WrapperLinkItemFiles = styled.div `
395
- border-right: 1px solid #d4d4d4;
396
- border-left: 1px solid #d4d4d4;
397
-
398
- &.no-border {
399
- border: none !important;
400
- }
401
-
402
- .image-item {
403
- img {
404
- max-width: 100%;
405
- object-fit: contains;
406
- }
407
- }
408
-
409
- .file-item {
410
- color: #000;
411
- display: flex;
412
- align-items: center;
413
- justify-content: space-between;
414
- line-height: 30px;
415
- height: 30px;
416
- padding: 0 14px 0 10px;
417
-
418
- &.rounded {
419
- border-radius: 10px;
420
- padding: 0 10px;
421
- }
422
-
423
- .file-name-group {
424
- display: flex;
425
- align-items: center;
426
- gap: 10px;
427
- overflow: hidden;
428
- }
429
- .file-icon {
430
- font-size: 20.5px;
431
- color: #595959;
432
- }
433
- .file-name {
434
- overflow: hidden;
435
- text-overflow: ellipsis;
436
- display: -webkit-box;
437
- -webkit-line-clamp: 1;
438
- -webkit-box-orient: vertical;
439
- }
440
- .remove-btn {
441
- font-size: 12px;
442
- color: #595959;
443
- cursor: pointer;
444
- display: none;
445
- }
446
- .download-btn {
447
- font-size: 24px;
448
- color: #595959;
449
- cursor: pointer;
450
- display: none;
451
- }
452
-
453
- &:hover {
454
- background: #f2f9ff;
455
- .remove-btn {
456
- display: block;
457
- }
458
- .download-btn {
459
- display: block;
460
- }
461
- }
462
- }
463
- `;
464
- export const WrapperSnackbar = styled.div `
465
- .MuiPaper-root.MuiSnackbarContent-root.MuiPaper-elevation6 {
466
- background: ${props => props.background};
467
- min-width: unset;
468
- text-align: center;
469
- padding: 4px;
470
- .MuiSnackbarContent-message {
471
- width: 100%;
472
- text-align: center;
473
- padding: 0px;
474
- }
475
- }
476
- `;
477
- export const WrapperModalHeader = styled.div `
478
- font-size: 16px;
479
- color: #000;
480
- font-weight: bold;
481
- padding: 16px;
482
- border-bottom: 1px solid #dee2e6;
483
- `;
484
- export const WrapperAvatar = styled.div `
485
- display: flex;
486
- align-items: flex-start;
487
- gap: 10px;
488
-
489
- .avatar {
490
- width: 40px;
491
- height: 40px;
492
- border-radius: 50%;
493
- object-fit: contains;
494
- }
495
- .user-info {
496
- display: flex;
497
- flex-direction: column;
498
- font-size: 12px;
499
- color: #000;
500
-
501
- &__name {
502
- font-weight: 600;
503
- line-height: 14.06px;
504
- }
505
- &__to-user {
506
- color: #7f7f7f;
507
- display: flex;
508
- align-items: center;
509
- gap: 8px;
510
- line-height: 14.06px;
511
- }
512
- &__expand-icon {
513
- font-size: 7px;
514
- color: #7f7f7f;
515
- cursor: pointer;
516
-
517
- &.open {
518
- transform: rotate(180deg);
519
- position: relative;
520
- top: 3px;
521
- }
522
- }
523
- &__desc {
524
- line-height: 13px;
525
- margin-top: 5px;
526
- display: flex;
527
- flex-direction: column;
528
- gap: 5px;
529
- }
530
- &__followers {
531
- display: flex;
532
- align-items: flex-start;
533
- gap: 10px;
534
- }
535
- .icon-wrapper {
536
- width: 16px;
537
- height: 16px;
538
- display: flex;
539
- align-items: center;
540
- justify-content: center;
541
- transform: rotate(90deg);
542
- transform-origin: center;
543
- }
544
- }
545
- `;
546
- export const WrapperContentAvatar = styled.div `
547
- display: flex;
548
- flex-direction: column;
549
- gap: 20px;
550
- padding: 15px;
551
- border-bottom: 1px solid #e5e5e5;
552
-
553
- .comment-header {
554
- display: flex;
555
- align-items: flex-start;
556
- justify-content: space-between;
557
- position: relative;
558
- }
559
- .comment-time {
560
- transform: translateX(-50%);
561
- width: fit-content;
562
- font-size: 12px;
563
- color: #7f7f7f;
564
- margin-right: 5px;
565
- white-space: nowrap;
566
- }
567
- .comment-content {
568
- font-size: 12px;
569
- color: #333;
570
-
571
- .gmail_chip {
572
- height: 42px !important;
573
- max-height: 42px !important;
574
- }
575
- }
576
- `;
577
- export const WrapperMessageContent = styled.div `
578
- // height: calc(100% - 354px);
579
- min-height: 150px;
580
- overflow: auto;
581
- ::-webkit-scrollbar {
582
- width: 8px;
583
- height: 8px;
584
- }
585
- ::-webkit-scrollbar-track {
586
- background: #f2f2f2;
587
- }
588
-
589
- ::-webkit-scrollbar-thumb {
590
- background: #cccccc;
591
- }
592
- `;
593
- export const WrapperLoading = styled.div `
594
- width: ${props => (props.width ? props.width : 'calc(100% - 100px)')};
595
- height: ${props => (props.height ? props.height : '100%')};
596
- position: fixed;
597
- background: rgba(0, 0, 0, 0.06);
598
- display: flex;
599
- align-items: center;
600
- justify-content: center;
601
- z-index: 2000;
602
- `;
603
- export const WrapperBtnAddAcc = styled(Button) `
604
- &.MuiButton-outlined {
605
- display: flex;
606
- align-items: center;
607
- border: 1px solid #005eb8;
608
- height: 24px;
609
- border-radius: 20px;
610
- padding: 10px;
611
- }
612
- &.MuiButton-root:hover {
613
- background: #fff;
614
- }
615
- `;
616
- export const WrapperModalImg = styled(ModalV2) `
617
- &.image-modal {
618
- display: flex;
619
- align-items: center;
620
- justify-content: center;
621
- // height: 100vh;
622
- width: auto !important;
623
- .modal-content {
624
- border: none;
625
- background: transparent;
626
- height: 100%;
627
- width: 100%;
628
- }
629
- .antsomi-modal-close {
630
- top: 5px !important;
631
- right: 5px !important;
632
- }
633
- .antsomi-modal-footer {
634
- padding: 0 !important;
635
- border-top-width: 0 !important;
636
- }
637
- .modal-img-content {
638
- display: 'flex',
639
- align-items: 'flex-start',
640
- justify-content: 'center',
641
- width: '100%',
642
- height: 'calc(100% - 20px)',
643
- overflow: 'auto',
644
- }
645
- }
646
- `;
647
- export const WrapperModalHeaderImg = styled.div `
648
- height: 20px;
649
- width: calc(100% + 40px);
650
- display: flex;
651
- justify-content: flex-end;
652
- `;
653
- export const TicketButton = styled.button `
654
- width: 36px;
655
- height: 36px;
656
- border: 1px solid #e0e6eb;
657
- border-radius: 5px;
658
- display: flex;
659
- align-items: center;
660
- justify-content: center;
661
- position: relative;
662
- background: #fff;
663
- cursor: pointer;
664
-
665
- &:focus {
666
- outline: none;
667
- }
668
-
669
- > .add-icon {
670
- position: absolute;
671
- bottom: -3px;
672
- right: -3px;
673
- }
674
- `;
675
- export const WrapperCheckBox = styled(Checkbox) `
676
- &.MuiCheckbox-colorPrimary.Mui-checked {
677
- color: #005eb8;
678
- }
679
- `;
680
- export const WrapperMessage = styled.div `
681
- &.container-content {
682
- z-index: 10000;
683
- bottom: 40px;
684
- left: 10px;
685
- position: fixed;
686
- width: 345px;
687
- height: 72px;
688
- animation: myfirst 0.2s ease-in-out;
689
- @keyframes myfirst {
690
- 0% {
691
- left: -150px;
692
- }
693
- 25% {
694
- left: -100px;
695
- }
696
- 50% {
697
- left: -50px;
698
- }
699
- 75% {
700
- left: 0px;
701
- }
702
- 100% {
703
- left: 10px;
704
- }
705
- }
706
- }
707
-
708
- .content {
709
- background: #333;
710
- border-top-left-radius: 3px;
711
- border-bottom-left-radius: 3px;
712
- padding: 12px 24px;
713
- }
714
-
715
- .icon-check {
716
- width: 100%;
717
- height: 100%;
718
- color: #fff;
719
- display: flex;
720
- align-items: center;
721
- justify-content: center;
722
-
723
- .check-icon {
724
- font-size: 9px;
725
- }
726
- }
727
-
728
- .floating {
729
- color: '#6ac259';
730
- font-size: 14px;
731
- align-items: center;
732
- // justify-content: space-between;
733
- box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.375em 0px !important;
734
- border-left: 0.35rem solid;
735
- border-radius: 0.35rem;
736
- background-color: white;
737
- padding: 0.75rem 1.5rem;
738
- position: relative;
739
-
740
- display: inline-flex;
741
- max-width: 100%;
742
- pointer-events: auto;
743
- text-align: left;
744
- height: 72px;
745
- width: 435px;
746
- .alert__title {
747
- font-weight: 700;
748
- /* text-shadow: 0 0 1px transparent; */
749
- margin-bottom: 0.5rem;
750
- margin-top: 0;
751
- display: block;
752
- line-height: normal;
753
- text-transform: none;
754
- font-size: 16px !important;
755
- color: inherit;
756
- }
757
- .secondary__title {
758
- color: grey;
759
- }
760
- .floating-alert-list__child-wrapper {
761
- left: 0;
762
- overflow: auto;
763
- position: absolute;
764
- top: 0;
765
- width: 100%;
766
- }
767
- .noti-content {
768
- min-width: 200px;
769
- }
770
- }
771
- `;
772
- export const TicketEditorWrapper = styled.div `
773
- .modal {
774
- display: flex;
775
- align-items: center;
776
- justify-content: center;
777
- }
778
- .wrapperBody {
779
- background: #fff;
780
- width: 500px;
781
- border-radius: 4px;
782
- }
783
- .modalBody {
784
- padding: 16px;
785
- }
786
- .modalFooter {
787
- padding: 12px;
788
- justify-content: flex-start;
789
- gap: 10px;
790
- display: flex;
791
- }
792
- .popoverBody {
793
- padding: 0;
794
- }
795
- .popoverItem {
796
- cursor: pointer;
797
- padding: 5px 10px;
798
- font-size: 13px !important;
799
-
800
- &:hover {
801
- background-color: #ddd;
802
- }
803
- }
5
+ export const WrapperHeader = styled.div `
6
+ display: flex;
7
+ justify-content: space-between;
8
+ padding: 0 15px;
9
+ align-items: center;
10
+ border-bottom: 1px solid #e5e5e5;
11
+ height: 50px;
12
+ `;
13
+ export const WrapperContent = styled.div `
14
+ display: flex;
15
+ gap: 20px;
16
+ padding: 15px;
17
+ `;
18
+ export const WrapperLeftContent = styled.div `
19
+ width: 38%;
20
+ overflow: auto;
21
+ // border-right: 1px solid #e5e5e5;
22
+ overflow: auto;
23
+ ::-webkit-scrollbar {
24
+ width: 8px;
25
+ height: 8px;
26
+ }
27
+ ::-webkit-scrollbar-track {
28
+ background: #f2f2f2;
29
+ }
30
+
31
+ ::-webkit-scrollbar-thumb {
32
+ background: #cccccc;
33
+ }
34
+ `;
35
+ export const WrapperRightContent = styled.div `
36
+ flex: 1;
37
+ overflow: auto;
38
+ ::-webkit-scrollbar {
39
+ width: 8px;
40
+ height: 8px;
41
+ }
42
+ ::-webkit-scrollbar-track {
43
+ background: #f2f2f2;
44
+ }
45
+
46
+ ::-webkit-scrollbar-thumb {
47
+ background: #cccccc;
48
+ }
49
+ `;
50
+ export const WrapperTextEdit = styled.a `
51
+ white-space: nowrap;
52
+ font-size: 12px;
53
+ color: ${props => (props.color ? props.color : '#000')};
54
+ text-decoration: none;
55
+ cursor: ${props => (props.color ? 'pointer' : 'default')};
56
+ max-width: 300px;
57
+ overflow: hidden;
58
+ display: inline-block;
59
+ text-overflow: ellipsis;
60
+ &:hover {
61
+ color: ${props => (props.color ? props.color : '#000')};
62
+ }
63
+ `;
64
+ export const WrapperTextInput = styled.input `
65
+ width: ${props => (props.width ? props.width : 'unset')};
66
+ min-width: ${props => (props.width ? props.width : 'unset')};
67
+ height: 30px;
68
+ border-top: none;
69
+ border-left: none;
70
+ border-right: none;
71
+ border-bottom: 1px solid #b8cfe6;
72
+ outline: none;
73
+ flex: 1;
74
+ &:hover {
75
+ background-color: rgb(242, 249, 255);
76
+ }
77
+ font-size: 12px;
78
+ color: #000;
79
+ `;
80
+ export const WrapperContentInput = styled.div `
81
+ display: flex;
82
+ align-items: ${props => (props.flexStart ? 'flex-start' : 'center')};
83
+
84
+ .error-message {
85
+ font-size: 12px;
86
+ color: red;
87
+ margin-top: 5px;
88
+ }
89
+ `;
90
+ export const WrapperLable = styled.label `
91
+ width: 165px;
92
+ min-width: 165px;
93
+ color: #666;
94
+ text-align: left;
95
+ display: inline-block;
96
+ font-size: 12px;
97
+ `;
98
+ export const WrapperDropdown = styled.div `
99
+ position: relative;
100
+ `;
101
+ export const WrapperToggleDropdown = styled.div `
102
+ &.wrapper-select-options {
103
+ background-color: #fff !important;
104
+ border-radius: 0;
105
+ border-top: none;
106
+ border-left: none;
107
+ width: 300px;
108
+ height: 30px;
109
+ border-right: none;
110
+ border-bottom: 1px solid rgb(184, 207, 230);
111
+ outline: none;
112
+ color: #000 !important;
113
+ border-color: rgb(184, 207, 230) !important;
114
+ display: flex;
115
+ align-items: center;
116
+ padding: 0 4px;
117
+ justify-content: space-between;
118
+ &:hover {
119
+ color: #000 !important;
120
+ background-color: rgb(242, 249, 255) !important;
121
+ border-color: rgb(184, 207, 230) !important;
122
+ outline: none !important;
123
+ box-shadow: none !important;
124
+ }
125
+ &:focus {
126
+ color: #000 !important;
127
+ background-color: #fff !important;
128
+ border-color: rgb(184, 207, 230) !important;
129
+ outline: none !important;
130
+ box-shadow: none !important;
131
+ }
132
+ &:active {
133
+ color: #000 !important;
134
+ background-color: #fff !important;
135
+ border-color: rgb(184, 207, 230) !important;
136
+ outline: none !important;
137
+ box-shadow: none !important;
138
+ }
139
+ }
140
+ `;
141
+ export const WrapperDropdownMenu = styled.div `
142
+ box-shadow:
143
+ 0px 5px 5px -3px rgb(0 0 0 / 20%),
144
+ 0px 8px 10px 1px rgb(0 0 0 / 14%),
145
+ 0px 3px 14px 2px rgb(0 0 0 / 12%);
146
+ width: 100%;
147
+ max-height: 300px;
148
+ overflow-y: auto;
149
+ position: absolute;
150
+ z-index: 10;
151
+ top: 30;
152
+ right: 0;
153
+ padding: 8px 0;
154
+ border-radius: 4px;
155
+ background: #fff;
156
+ border: none !important;
157
+ ::-webkit-scrollbar {
158
+ width: 8px;
159
+ height: 8px;
160
+ }
161
+ ::-webkit-scrollbar-track {
162
+ background: #f2f2f2;
163
+ }
164
+
165
+ ::-webkit-scrollbar-thumb {
166
+ background: #cccccc;
167
+ }
168
+ `;
169
+ export const WrapperDropdownItem = styled.div `
170
+ color: #33475b !important;
171
+ font-size: 14px;
172
+ padding: 5px 12px;
173
+ &:hover {
174
+ color: #000 !important;
175
+ background-color: rgb(242, 249, 255) !important;
176
+ border-color: rgb(184, 207, 230) !important;
177
+ outline: none !important;
178
+ box-shadow: none !important;
179
+ }
180
+ &:focus {
181
+ color: #000 !important;
182
+ background-color: #fff !important;
183
+ border-color: rgb(184, 207, 230) !important;
184
+ outline: none !important;
185
+ box-shadow: none !important;
186
+ }
187
+ &:active {
188
+ color: #000 !important;
189
+ background-color: #fff !important;
190
+ border-color: rgb(184, 207, 230) !important;
191
+ outline: none !important;
192
+ box-shadow: none !important;
193
+ }
194
+ `;
195
+ export const WrapperLabelDropdown = styled.div `
196
+ color: #000;
197
+ font-size: 12px;
198
+ `;
199
+ export const MaterialChip = styled.div `
200
+ margin: 0;
201
+ background-color: #cae5fe;
202
+ color: #000;
203
+ font-size: 12px;
204
+ position: relative;
205
+ border-radius: 12px;
206
+ display: flex;
207
+ padding: 10px;
208
+ align-items: center;
209
+ height: 24px;
210
+ width: fit-content;
211
+ .content-chip {
212
+ margin: 0 5px;
213
+ display: flex;
214
+ align-items: center;
215
+ white-space: nowrap;
216
+ overflow: hidden;
217
+ text-overflow: ellipsis;
218
+ }
219
+ &:hover .delete-button {
220
+ display: flex;
221
+ }
222
+ .delete-button {
223
+ display: none;
224
+ right: 5px;
225
+ position: absolute;
226
+ top: 4px;
227
+ z-index: 10;
228
+ border: 0;
229
+ cursor: pointer;
230
+ outline: none;
231
+ background: #fff;
232
+ color: #005eb8;
233
+ font-size: 12px;
234
+ border-radius: 50%;
235
+ span {
236
+ height: 16px;
237
+ width: 16px;
238
+ padding: 0px;
239
+ color: #000;
240
+ font-size: 12px;
241
+ }
242
+ }
243
+ `;
244
+ export const Wrapper = styled.div `
245
+ overflow-x: hidden;
246
+ align-items: center;
247
+ cursor: pointer;
248
+ display: flex;
249
+ min-width: 0;
250
+ .chip-container {
251
+ margin: 0px 4px 0 0px;
252
+ overflow: hidden;
253
+ font-size: 0.813rem;
254
+ font-family: Roboto-Bold;
255
+ height: 24px;
256
+ }
257
+ `;
258
+ export const DivLoading = styled.div `
259
+ height: 30px;
260
+ width: 20%;
261
+ position: relative;
262
+ .private-overlay {
263
+ padding: 0 !important;
264
+ }
265
+ `;
266
+ export const WrapperListAccount = styled.div `
267
+ display: flex;
268
+ justify-content: flex-start;
269
+ align-items: center;
270
+ flex-wrap: wrap;
271
+ gap: 10px;
272
+ width: 400px;
273
+ min-width: 400px;
274
+ `;
275
+ export const Title = styled.div `
276
+ color: #666;
277
+ font-size: 12px;
278
+ margin-bottom: 20px;
279
+ `;
280
+ export const TitleName = styled.p `
281
+ color: #000;
282
+ font-size: 12px;
283
+ white-space: nowrap;
284
+ margin-bottom: 10px;
285
+ `;
286
+ export const WrapperNotication = styled.div `
287
+ display: flex;
288
+ flex-direction: column;
289
+ gap: 10px;
290
+ `;
291
+ export const WrapperFooter = styled.div `
292
+ display: flex;
293
+ align-items: center;
294
+ gap: 15px;
295
+ height: 58px;
296
+ padding-left: 15px;
297
+ border-top: 1px solid #e5e5e5;
298
+ `;
299
+ export const WrapperEditor = styled.div `
300
+ // padding: 15px;
301
+ .tox-tinymce {
302
+ border-top-left-radius: 10px !important;
303
+ border-top-right-radius: 10px !important;
304
+ border-bottom: none !important;
305
+ }
306
+
307
+ .error-message {
308
+ font-size: 12px;
309
+ color: red;
310
+ margin-top: 5px;
311
+ }
312
+
313
+ .tox {
314
+ .tox-tbtn--enabled {
315
+ background: #deeffe;
316
+ }
317
+ .tox-tbtn {
318
+ &:hover {
319
+ background: #f2f9ff;
320
+ }
321
+ svg {
322
+ fill: #595959;
323
+ }
324
+ }
325
+ }
326
+ `;
327
+ export const WrapperListAccountSearch = styled.div `
328
+ display: flex;
329
+ flex-direction: column;
330
+ max-height: 300px;
331
+ overflow-y: auto;
332
+ gap: 8px;
333
+ ::-webkit-scrollbar {
334
+ width: 8px;
335
+ height: 8px;
336
+ }
337
+ ::-webkit-scrollbar-track {
338
+ background: #f2f2f2;
339
+ }
340
+
341
+ ::-webkit-scrollbar-thumb {
342
+ background: #cccccc;
343
+ }
344
+ `;
345
+ export const WrapperItemAccountSearch = styled.div `
346
+ display: flex;
347
+ cursor: pointer;
348
+ align-items: center;
349
+ gap: 3px;
350
+ padding-left: 15px;
351
+ `;
352
+ export const WrapperFooterPopup = styled.div `
353
+ display: flex;
354
+ align-items: center;
355
+ justify-content: flex-start;
356
+ border-top: 1px solid #dbe9f7;
357
+ padding: 15px;
358
+ gap: 15px;
359
+ `;
360
+ export const WrapperIconEditor = styled.div `
361
+ // border-top: ${props => (props.borderTop ? '1px solid #D4D4D4' : 'none')};
362
+ border: 1px solid #d4d4d4;
363
+ border-top: none !important;
364
+ display: flex;
365
+ align-items: center;
366
+ padding: 10px;
367
+ justify-content: space-between;
368
+ border-bottom-left-radius: 10px !important;
369
+ border-bottom-right-radius: 10px !important;
370
+ height: 50px;
371
+
372
+ .reply-btn {
373
+ }
374
+ `;
375
+ export const WrapperInputFile = styled.div `
376
+ position: relative;
377
+ width: 24px;
378
+ height: 24px;
379
+
380
+ .upload-wrapper-label {
381
+ display: block;
382
+ height: 100%;
383
+ display: flex;
384
+ align-items: center;
385
+ }
386
+
387
+ .upload-icon {
388
+ color: #005eb8;
389
+ font-size: 20.5px;
390
+ width: 24px;
391
+ cursor: pointer;
392
+ }
393
+ `;
394
+ export const WrapperLinkItemFiles = styled.div `
395
+ border-right: 1px solid #d4d4d4;
396
+ border-left: 1px solid #d4d4d4;
397
+
398
+ &.no-border {
399
+ border: none !important;
400
+ }
401
+
402
+ .image-item {
403
+ img {
404
+ max-width: 100%;
405
+ object-fit: contains;
406
+ }
407
+ }
408
+
409
+ .file-item {
410
+ color: #000;
411
+ display: flex;
412
+ align-items: center;
413
+ justify-content: space-between;
414
+ line-height: 30px;
415
+ height: 30px;
416
+ padding: 0 14px 0 10px;
417
+
418
+ &.rounded {
419
+ border-radius: 10px;
420
+ padding: 0 10px;
421
+ }
422
+
423
+ .file-name-group {
424
+ display: flex;
425
+ align-items: center;
426
+ gap: 10px;
427
+ overflow: hidden;
428
+ }
429
+ .file-icon {
430
+ font-size: 20.5px;
431
+ color: #595959;
432
+ }
433
+ .file-name {
434
+ overflow: hidden;
435
+ text-overflow: ellipsis;
436
+ display: -webkit-box;
437
+ -webkit-line-clamp: 1;
438
+ -webkit-box-orient: vertical;
439
+ }
440
+ .remove-btn {
441
+ font-size: 12px;
442
+ color: #595959;
443
+ cursor: pointer;
444
+ display: none;
445
+ }
446
+ .download-btn {
447
+ font-size: 24px;
448
+ color: #595959;
449
+ cursor: pointer;
450
+ display: none;
451
+ }
452
+
453
+ &:hover {
454
+ background: #f2f9ff;
455
+ .remove-btn {
456
+ display: block;
457
+ }
458
+ .download-btn {
459
+ display: block;
460
+ }
461
+ }
462
+ }
463
+ `;
464
+ export const WrapperSnackbar = styled.div `
465
+ .MuiPaper-root.MuiSnackbarContent-root.MuiPaper-elevation6 {
466
+ background: ${props => props.background};
467
+ min-width: unset;
468
+ text-align: center;
469
+ padding: 4px;
470
+ .MuiSnackbarContent-message {
471
+ width: 100%;
472
+ text-align: center;
473
+ padding: 0px;
474
+ }
475
+ }
476
+ `;
477
+ export const WrapperModalHeader = styled.div `
478
+ font-size: 16px;
479
+ color: #000;
480
+ font-weight: bold;
481
+ padding: 16px;
482
+ border-bottom: 1px solid #dee2e6;
483
+ `;
484
+ export const WrapperAvatar = styled.div `
485
+ display: flex;
486
+ align-items: flex-start;
487
+ gap: 10px;
488
+
489
+ .avatar {
490
+ width: 40px;
491
+ height: 40px;
492
+ border-radius: 50%;
493
+ object-fit: contains;
494
+ }
495
+ .user-info {
496
+ display: flex;
497
+ flex-direction: column;
498
+ font-size: 12px;
499
+ color: #000;
500
+
501
+ &__name {
502
+ font-weight: 600;
503
+ line-height: 14.06px;
504
+ }
505
+ &__to-user {
506
+ color: #7f7f7f;
507
+ display: flex;
508
+ align-items: center;
509
+ gap: 8px;
510
+ line-height: 14.06px;
511
+ }
512
+ &__expand-icon {
513
+ font-size: 7px;
514
+ color: #7f7f7f;
515
+ cursor: pointer;
516
+
517
+ &.open {
518
+ transform: rotate(180deg);
519
+ position: relative;
520
+ top: 3px;
521
+ }
522
+ }
523
+ &__desc {
524
+ line-height: 13px;
525
+ margin-top: 5px;
526
+ display: flex;
527
+ flex-direction: column;
528
+ gap: 5px;
529
+ }
530
+ &__followers {
531
+ display: flex;
532
+ align-items: flex-start;
533
+ gap: 10px;
534
+ }
535
+ .icon-wrapper {
536
+ width: 16px;
537
+ height: 16px;
538
+ display: flex;
539
+ align-items: center;
540
+ justify-content: center;
541
+ transform: rotate(90deg);
542
+ transform-origin: center;
543
+ }
544
+ }
545
+ `;
546
+ export const WrapperContentAvatar = styled.div `
547
+ display: flex;
548
+ flex-direction: column;
549
+ gap: 20px;
550
+ padding: 15px;
551
+ border-bottom: 1px solid #e5e5e5;
552
+
553
+ .comment-header {
554
+ display: flex;
555
+ align-items: flex-start;
556
+ justify-content: space-between;
557
+ position: relative;
558
+ }
559
+ .comment-time {
560
+ transform: translateX(-50%);
561
+ width: fit-content;
562
+ font-size: 12px;
563
+ color: #7f7f7f;
564
+ margin-right: 5px;
565
+ white-space: nowrap;
566
+ }
567
+ .comment-content {
568
+ font-size: 12px;
569
+ color: #333;
570
+
571
+ .gmail_chip {
572
+ height: 42px !important;
573
+ max-height: 42px !important;
574
+ }
575
+ }
576
+ `;
577
+ export const WrapperMessageContent = styled.div `
578
+ // height: calc(100% - 354px);
579
+ min-height: 150px;
580
+ overflow: auto;
581
+ ::-webkit-scrollbar {
582
+ width: 8px;
583
+ height: 8px;
584
+ }
585
+ ::-webkit-scrollbar-track {
586
+ background: #f2f2f2;
587
+ }
588
+
589
+ ::-webkit-scrollbar-thumb {
590
+ background: #cccccc;
591
+ }
592
+ `;
593
+ export const WrapperLoading = styled.div `
594
+ width: ${props => (props.width ? props.width : 'calc(100% - 100px)')};
595
+ height: ${props => (props.height ? props.height : '100%')};
596
+ position: fixed;
597
+ background: rgba(0, 0, 0, 0.06);
598
+ display: flex;
599
+ align-items: center;
600
+ justify-content: center;
601
+ z-index: 2000;
602
+ `;
603
+ export const WrapperBtnAddAcc = styled(Button) `
604
+ &.MuiButton-outlined {
605
+ display: flex;
606
+ align-items: center;
607
+ border: 1px solid #005eb8;
608
+ height: 24px;
609
+ border-radius: 20px;
610
+ padding: 10px;
611
+ }
612
+ &.MuiButton-root:hover {
613
+ background: #fff;
614
+ }
615
+ `;
616
+ export const WrapperModalImg = styled(ModalV2) `
617
+ &.image-modal {
618
+ display: flex;
619
+ align-items: center;
620
+ justify-content: center;
621
+ // height: 100vh;
622
+ width: auto !important;
623
+ .modal-content {
624
+ border: none;
625
+ background: transparent;
626
+ height: 100%;
627
+ width: 100%;
628
+ }
629
+ .antsomi-modal-close {
630
+ top: 5px !important;
631
+ right: 5px !important;
632
+ }
633
+ .antsomi-modal-footer {
634
+ padding: 0 !important;
635
+ border-top-width: 0 !important;
636
+ }
637
+ .modal-img-content {
638
+ display: 'flex',
639
+ align-items: 'flex-start',
640
+ justify-content: 'center',
641
+ width: '100%',
642
+ height: 'calc(100% - 20px)',
643
+ overflow: 'auto',
644
+ }
645
+ }
646
+ `;
647
+ export const WrapperModalHeaderImg = styled.div `
648
+ height: 20px;
649
+ width: calc(100% + 40px);
650
+ display: flex;
651
+ justify-content: flex-end;
652
+ `;
653
+ export const TicketButton = styled.button `
654
+ width: 36px;
655
+ height: 36px;
656
+ border: 1px solid #e0e6eb;
657
+ border-radius: 5px;
658
+ display: flex;
659
+ align-items: center;
660
+ justify-content: center;
661
+ position: relative;
662
+ background: #fff;
663
+ cursor: pointer;
664
+
665
+ &:focus {
666
+ outline: none;
667
+ }
668
+
669
+ > .add-icon {
670
+ position: absolute;
671
+ bottom: -3px;
672
+ right: -3px;
673
+ }
674
+ `;
675
+ export const WrapperCheckBox = styled(Checkbox) `
676
+ &.MuiCheckbox-colorPrimary.Mui-checked {
677
+ color: #005eb8;
678
+ }
679
+ `;
680
+ export const WrapperMessage = styled.div `
681
+ &.container-content {
682
+ z-index: 10000;
683
+ bottom: 40px;
684
+ left: 10px;
685
+ position: fixed;
686
+ width: 345px;
687
+ height: 72px;
688
+ animation: myfirst 0.2s ease-in-out;
689
+ @keyframes myfirst {
690
+ 0% {
691
+ left: -150px;
692
+ }
693
+ 25% {
694
+ left: -100px;
695
+ }
696
+ 50% {
697
+ left: -50px;
698
+ }
699
+ 75% {
700
+ left: 0px;
701
+ }
702
+ 100% {
703
+ left: 10px;
704
+ }
705
+ }
706
+ }
707
+
708
+ .content {
709
+ background: #333;
710
+ border-top-left-radius: 3px;
711
+ border-bottom-left-radius: 3px;
712
+ padding: 12px 24px;
713
+ }
714
+
715
+ .icon-check {
716
+ width: 100%;
717
+ height: 100%;
718
+ color: #fff;
719
+ display: flex;
720
+ align-items: center;
721
+ justify-content: center;
722
+
723
+ .check-icon {
724
+ font-size: 9px;
725
+ }
726
+ }
727
+
728
+ .floating {
729
+ color: '#6ac259';
730
+ font-size: 14px;
731
+ align-items: center;
732
+ // justify-content: space-between;
733
+ box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.375em 0px !important;
734
+ border-left: 0.35rem solid;
735
+ border-radius: 0.35rem;
736
+ background-color: white;
737
+ padding: 0.75rem 1.5rem;
738
+ position: relative;
739
+
740
+ display: inline-flex;
741
+ max-width: 100%;
742
+ pointer-events: auto;
743
+ text-align: left;
744
+ height: 72px;
745
+ width: 435px;
746
+ .alert__title {
747
+ font-weight: 700;
748
+ /* text-shadow: 0 0 1px transparent; */
749
+ margin-bottom: 0.5rem;
750
+ margin-top: 0;
751
+ display: block;
752
+ line-height: normal;
753
+ text-transform: none;
754
+ font-size: 16px !important;
755
+ color: inherit;
756
+ }
757
+ .secondary__title {
758
+ color: grey;
759
+ }
760
+ .floating-alert-list__child-wrapper {
761
+ left: 0;
762
+ overflow: auto;
763
+ position: absolute;
764
+ top: 0;
765
+ width: 100%;
766
+ }
767
+ .noti-content {
768
+ min-width: 200px;
769
+ }
770
+ }
771
+ `;
772
+ export const TicketEditorWrapper = styled.div `
773
+ .modal {
774
+ display: flex;
775
+ align-items: center;
776
+ justify-content: center;
777
+ }
778
+ .wrapperBody {
779
+ background: #fff;
780
+ width: 500px;
781
+ border-radius: 4px;
782
+ }
783
+ .modalBody {
784
+ padding: 16px;
785
+ }
786
+ .modalFooter {
787
+ padding: 12px;
788
+ justify-content: flex-start;
789
+ gap: 10px;
790
+ display: flex;
791
+ }
792
+ .popoverBody {
793
+ padding: 0;
794
+ }
795
+ .popoverItem {
796
+ cursor: pointer;
797
+ padding: 5px 10px;
798
+ font-size: 13px !important;
799
+
800
+ &:hover {
801
+ background-color: #ddd;
802
+ }
803
+ }
804
804
  `;
805
805
  // export const DrawerHeader = styled.div`
806
806
  // background: #ffffff;
@@ -834,55 +834,55 @@ export const TicketEditorWrapper = styled.div `
834
834
  // }
835
835
  // }
836
836
  // `;
837
- export const DrawerHeader = styled.div `
838
- position: sticky;
839
- top: 0px;
840
- height: 50px;
841
- padding: 0px 15px;
842
- box-sizing: border-box;
843
- background-color: #ffffff;
844
- flex-shrink: 0;
845
- z-index: 20;
846
- border-bottom: 1px solid #e5e5e5;
847
- display: flex;
848
- align-items: center;
849
- justify-content: space-between;
850
- gap: 100px;
851
- width: 100%;
852
- max-width: 100%;
853
-
854
- .left-content {
855
- display: flex;
856
- align-items: center;
857
- gap: 15px;
858
- max-width: calc(100% - 150px);
859
-
860
- #header-journey-name {
861
- max-width: 100%;
862
- }
863
- }
864
-
865
- .right-content {
866
- display: flex;
867
- align-items: center;
868
- gap: 15px;
869
-
870
- .header-info-drawer {
871
- display: flex;
872
- flex-direction: column;
873
- gap: 5px;
874
- padding: 4.5px 0;
875
-
876
- > div {
877
- display: flex;
878
- align-items: center;
879
- gap: 10px;
880
- justify-content: end;
881
- }
882
-
883
- p {
884
- margin: 0;
885
- }
886
- }
887
- }
837
+ export const DrawerHeader = styled.div `
838
+ position: sticky;
839
+ top: 0px;
840
+ height: 50px;
841
+ padding: 0px 15px;
842
+ box-sizing: border-box;
843
+ background-color: #ffffff;
844
+ flex-shrink: 0;
845
+ z-index: 20;
846
+ border-bottom: 1px solid #e5e5e5;
847
+ display: flex;
848
+ align-items: center;
849
+ justify-content: space-between;
850
+ gap: 100px;
851
+ width: 100%;
852
+ max-width: 100%;
853
+
854
+ .left-content {
855
+ display: flex;
856
+ align-items: center;
857
+ gap: 15px;
858
+ max-width: calc(100% - 150px);
859
+
860
+ #header-journey-name {
861
+ max-width: 100%;
862
+ }
863
+ }
864
+
865
+ .right-content {
866
+ display: flex;
867
+ align-items: center;
868
+ gap: 15px;
869
+
870
+ .header-info-drawer {
871
+ display: flex;
872
+ flex-direction: column;
873
+ gap: 5px;
874
+ padding: 4.5px 0;
875
+
876
+ > div {
877
+ display: flex;
878
+ align-items: center;
879
+ gap: 10px;
880
+ justify-content: end;
881
+ }
882
+
883
+ p {
884
+ margin: 0;
885
+ }
886
+ }
887
+ }
888
888
  `;