@antscorp/antsomi-ui 1.3.5-beta.641 → 1.3.5-beta.643

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 (942) hide show
  1. package/README.md +78 -78
  2. package/es/assets/css/main.scss +6 -6
  3. package/es/assets/images/feedback.svg +3 -3
  4. package/es/assets/svg/mobile-frame.svg +3 -3
  5. package/es/components/atoms/Alert/Alert.js +25 -25
  6. package/es/components/atoms/ContentEditable/styled.js +16 -16
  7. package/es/components/atoms/DividerPure/styled.js +35 -35
  8. package/es/components/atoms/Icon/index.js +19 -19
  9. package/es/components/atoms/Iframe/Iframe.js +18 -18
  10. package/es/components/atoms/Input/styled.js +102 -102
  11. package/es/components/atoms/InputDynamic/styled.js +281 -281
  12. package/es/components/atoms/MobileFrame/styled.js +30 -30
  13. package/es/components/atoms/MobileFrameV2/styled.js +42 -42
  14. package/es/components/atoms/PreviewTabs/styled.js +69 -69
  15. package/es/components/atoms/Radio/index.js +16 -16
  16. package/es/components/atoms/ReactIframe/ReactIframe.js +5 -5
  17. package/es/components/atoms/ReactIframe/styled.js +9 -9
  18. package/es/components/atoms/RequiredLabel/styled.js +3 -3
  19. package/es/components/atoms/ScrollBox/index.js +5 -5
  20. package/es/components/atoms/Scrollbars/styled.js +21 -21
  21. package/es/components/atoms/SlideBar/styled.js +114 -114
  22. package/es/components/atoms/Slider/styled.js +31 -31
  23. package/es/components/atoms/Space/Space.js +4 -4
  24. package/es/components/atoms/Spin/styled.js +11 -11
  25. package/es/components/atoms/Steps/styled.js +244 -244
  26. package/es/components/atoms/Tag/Tag.js +8 -8
  27. package/es/components/atoms/Text/styled.js +34 -34
  28. package/es/components/icons/DomainManagementIcon.js +3 -3
  29. package/es/components/icons/LoadingIcon.js +33 -33
  30. package/es/components/icons/document/styled.js +43 -43
  31. package/es/components/molecules/AccessDenied/styled.js +28 -28
  32. package/es/components/molecules/AccountSelection/styled.js +110 -110
  33. package/es/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.d.ts +0 -1
  34. package/es/components/molecules/AddDynamicContent/styled.js +23 -23
  35. package/es/components/molecules/AlignSetting/styled.js +4 -4
  36. package/es/components/molecules/ApplyPopupContent/styled.js +32 -32
  37. package/es/components/molecules/CalendarSelection/components/AutoUpdateTo/styled.js +8 -8
  38. package/es/components/molecules/CalendarSelection/components/CustomPicker/styled.js +79 -79
  39. package/es/components/molecules/CalendarSelection/components/Footer/styled.js +4 -4
  40. package/es/components/molecules/CalendarSelection/components/RangePicker/styled.js +21 -21
  41. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.js +26 -26
  42. package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/styled.js +30 -30
  43. package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.js +26 -26
  44. package/es/components/molecules/CalendarSelection/styled.js +8 -8
  45. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +119 -119
  46. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +67 -67
  47. package/es/components/molecules/CaptureScreen/styled.js +240 -240
  48. package/es/components/molecules/ChartTab/components/styled.js +24 -24
  49. package/es/components/molecules/ChartTab/styled.js +20 -20
  50. package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +4 -4
  51. package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +311 -311
  52. package/es/components/molecules/ChatBox/QuestionItem.js +4 -4
  53. package/es/components/molecules/ChatBox/styled.js +291 -291
  54. package/es/components/molecules/ColorPicker/ChromePicker/styled.js +10 -10
  55. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +89 -89
  56. package/es/components/molecules/ColorPicker/SketchPicker/styled.js +5 -5
  57. package/es/components/molecules/ColorPicker/styled.js +7 -7
  58. package/es/components/molecules/ColorSetting/styled.js +32 -32
  59. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +110 -110
  60. package/es/components/molecules/DatePickerV2/styled.js +6 -6
  61. package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +24 -24
  62. package/es/components/molecules/DrawerDetail/styled.js +109 -109
  63. package/es/components/molecules/Dropdown/style.scss +9 -9
  64. package/es/components/molecules/Dropdown/styled.js +28 -28
  65. package/es/components/molecules/EdgeSetting/styled.js +10 -10
  66. package/es/components/molecules/EditableName/styled.js +70 -70
  67. package/es/components/molecules/EditorTab/styled.js +145 -145
  68. package/es/components/molecules/EmptyData/styled.js +52 -52
  69. package/es/components/molecules/GradientSetting/styled.js +57 -57
  70. package/es/components/molecules/HeaderV2/styled.js +70 -70
  71. package/es/components/molecules/IconSelection/styled.js +69 -69
  72. package/es/components/molecules/ImageEditor/components/ModalShortcut.js +21 -21
  73. package/es/components/molecules/ImageEditor/styled.js +5 -5
  74. package/es/components/molecules/InputNumberWithUnit/styled.js +14 -14
  75. package/es/components/molecules/InputSearch/styled.js +42 -42
  76. package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +5 -5
  77. package/es/components/molecules/MatchAnySelect/styled.js +183 -183
  78. package/es/components/molecules/Modal/styled.js +63 -63
  79. package/es/components/molecules/ModalSelect/styled.js +152 -152
  80. package/es/components/molecules/ModalV2/styled.js +27 -27
  81. package/es/components/molecules/PopupDraggable/styled.js +43 -43
  82. package/es/components/molecules/PreviewModal/styled.js +26 -26
  83. package/es/components/molecules/ProcessLoading/styled.js +2 -2
  84. package/es/components/molecules/RadioGroup/styled.js +9 -9
  85. package/es/components/molecules/RequestAccess/styled.js +38 -38
  86. package/es/components/molecules/ResizeGrid/components/Cell/styled.js +77 -77
  87. package/es/components/molecules/ResizeGrid/styled.js +50 -50
  88. package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/styled.js +118 -118
  89. package/es/components/molecules/RichMenu/RichMenuBlock/styled.js +13 -13
  90. package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.js +40 -40
  91. package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +27 -27
  92. package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +2 -2
  93. package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +38 -38
  94. package/es/components/molecules/SearchPopover/components/PopoverSelect/styles.scss +59 -59
  95. package/es/components/molecules/SearchPopover/styles.scss +31 -31
  96. package/es/components/molecules/Select/styled.js +32 -32
  97. package/es/components/molecules/SelectAccount/styled.js +124 -124
  98. package/es/components/molecules/SelectEventAttribute/styled.js +8 -8
  99. package/es/components/molecules/SelectMulti/styled.js +62 -62
  100. package/es/components/molecules/SelectV2/styled.js +124 -124
  101. package/es/components/molecules/SettingWrapper/styled.js +12 -12
  102. package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +56 -56
  103. package/es/components/molecules/ShareAccess/components/LayoutContent/styled.js +5 -5
  104. package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/styled.js +15 -15
  105. package/es/components/molecules/ShareAccess/components/PeopleAccess/styled.js +63 -63
  106. package/es/components/molecules/ShareAccess/components/SearchUser/styled.js +31 -31
  107. package/es/components/molecules/SliderWithInputNumber/styled.js +2 -2
  108. package/es/components/molecules/Tabs/Tabs.js +11 -11
  109. package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +5 -5
  110. package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +276 -276
  111. package/es/components/molecules/TemplateSaveAs/styled.js +134 -134
  112. package/es/components/molecules/ThumbnailCard/styled.js +92 -92
  113. package/es/components/molecules/UploadImage/styled.js +114 -114
  114. package/es/components/molecules/VirtualizedMenu/styled.js +57 -57
  115. package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/styles.js +98 -98
  116. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +18 -18
  117. package/es/components/organism/AccountProfile/components/AccountSetting/styled.js +543 -543
  118. package/es/components/organism/AccountProfile/components/AccountSetting/styles.scss +39 -39
  119. package/es/components/organism/AccountSharing/styled.js +336 -336
  120. package/es/components/organism/AlgorithmsSetting/styled.js +35 -35
  121. package/es/components/organism/ContentSources/styled.js +50 -50
  122. package/es/components/organism/DataTable/components/AddButton/index.js +8 -8
  123. package/es/components/organism/DataTable/components/Filter/FilterCondition/styled.js +34 -34
  124. package/es/components/organism/DataTable/components/Filter/styled.js +70 -70
  125. package/es/components/organism/DataTable/components/ModifyColumn/styled.js +18 -18
  126. package/es/components/organism/DataTable/components/Pagination/styled.js +26 -26
  127. package/es/components/organism/DataTable/components/Table/styled.js +135 -135
  128. package/es/components/organism/DataTable/components/Toolbar/SearchPopover.js +17 -17
  129. package/es/components/organism/DataTable/components/Toolbar/styled.js +70 -70
  130. package/es/components/organism/DataTable/styled/index.js +84 -84
  131. package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +5 -5
  132. package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +63 -63
  133. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +31 -31
  134. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +22 -22
  135. package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +55 -55
  136. package/es/components/organism/FilterSetting/styled.js +19 -19
  137. package/es/components/organism/GenerativeInsights/styled.js +55 -55
  138. package/es/components/organism/Help/Help.js +3 -3
  139. package/es/components/organism/Help/styled.js +264 -264
  140. package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +39 -39
  141. package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.js +16 -16
  142. package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +156 -156
  143. package/es/components/organism/LeftMenu/styled.js +214 -214
  144. package/es/components/organism/LeftMenu/utils/index.js +2 -2
  145. package/es/components/organism/Login/components/ForgotPassword/styled.js +8 -8
  146. package/es/components/organism/Login/components/LoginSelectPortal/Item/styled.js +22 -22
  147. package/es/components/organism/Login/components/LoginSelectPortal/styled.js +3 -3
  148. package/es/components/organism/Login/components/SetupGGAuthenticator/styled.js +4 -4
  149. package/es/components/organism/Login/components/SignIn/styled.js +7 -7
  150. package/es/components/organism/Login/components/VerifyAccount/styled.js +13 -13
  151. package/es/components/organism/Login/components/WidgetLayout/styled.js +5 -5
  152. package/es/components/organism/Login/styled.js +36 -36
  153. package/es/components/organism/Menu/styled.js +6 -6
  154. package/es/components/organism/ModifyColumnModal/styled.js +132 -132
  155. package/es/components/organism/Notification/styled.js +155 -155
  156. package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +78 -78
  157. package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +52 -52
  158. package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +18 -18
  159. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +75 -75
  160. package/es/components/organism/PreviewTemplateModal/styled.js +21 -21
  161. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +11 -11
  162. package/es/components/organism/Table/CrossTabTable/styled.js +11 -11
  163. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +17 -17
  164. package/es/components/organism/Table/ExplorePivotTable/styled.js +11 -11
  165. package/es/components/organism/TicketEditor/Content.js +3 -3
  166. package/es/components/organism/TicketEditor/styled.js +831 -831
  167. package/es/components/template/Layout/Layout.js +10 -10
  168. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.js +73 -73
  169. package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.js +39 -39
  170. package/es/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/styled.js +61 -61
  171. package/es/components/template/Layout/components/RecommendationWorkspace/styled.js +16 -16
  172. package/es/components/template/Layout/styled.js +84 -84
  173. package/es/components/template/TemplateListing/Loadable.d.ts +0 -1
  174. package/es/components/template/TemplateListing/components/BlankTemplate/styled.js +21 -21
  175. package/es/components/template/TemplateListing/components/CategoryListing/styled.js +123 -123
  176. package/es/components/template/TemplateListing/components/Empty/styled.js +20 -20
  177. package/es/components/template/TemplateListing/stories/demo/styled.js +4 -4
  178. package/es/components/template/TemplateListing/styled/index.js +39 -39
  179. package/es/providers/ConfigProvider/GlobalStyle.js +1093 -1093
  180. package/es/styled/common.js +19 -19
  181. package/es/tests/styled.js +4 -4
  182. package/es/utils/variables.js +7 -7
  183. package/package.json +251 -251
  184. package/dist/010d0560a00a032c33da819e3c86596a.js +0 -1
  185. package/dist/029ed9161a8d24a9c2ba97124020989d.js +0 -1
  186. package/dist/02d5c4961ca855a88b1cd3e1b7fa7aa2.js +0 -1
  187. package/dist/03371bf1d5cbb1eab58e3a0130d1e9c2.js +0 -1
  188. package/dist/03487ba89c7b63069d63c1b3802a472c.js +0 -1
  189. package/dist/03748243ac7148ca150ba06c2919ff81.js +0 -1
  190. package/dist/03980cb12dacd26148c22bb61fce440f.js +0 -1
  191. package/dist/03aae8272914723a7bf85b984385032c.js +0 -1
  192. package/dist/04770a551c5b6daa744be9b180a8d0fe.js +0 -1
  193. package/dist/06d958315fc6cdbb28576b03e43203aa.js +0 -1
  194. package/dist/07101530302fe1d03dcd731992f7a899.js +0 -1
  195. package/dist/0731d7568a06d2e28351781370bc52bb.js +0 -1
  196. package/dist/0794fa2b9c882c72fa7d586069b61055.js +0 -1
  197. package/dist/0872e65446d05c1c443180c6280b015f.js +0 -1
  198. package/dist/08b9f3e305b5e3e0b81f7848fa7f3b6b.js +0 -1
  199. package/dist/09563004132aabcfcc186943555a92a1.js +0 -1
  200. package/dist/0a1d9862d917663419ac2dd2e8193267.js +0 -1
  201. package/dist/0a858573915ab9b03fe79f98f8c51a04.js +0 -1
  202. package/dist/0a9cd3d62e7f1cd404606c50d9da86fb.js +0 -1
  203. package/dist/0b923a43967ff893ec63b92dc4f19017.js +0 -1
  204. package/dist/0beea7b55cf3b8c9f9b0bd46170bb30e.js +0 -1
  205. package/dist/0dfb9214dfd945cd7290.png +0 -1
  206. package/dist/0ec4bf56a876c2bf34ea174c584ce628.js +0 -1
  207. package/dist/0f418117fac55a859631143ad7d0e833.js +0 -1
  208. package/dist/1008.index.js +0 -1
  209. package/dist/101.index.js +0 -1
  210. package/dist/10132993df2cf9c9423b53a8a44379ab.js +0 -1
  211. package/dist/1032.index.js +0 -1
  212. package/dist/1034.index.js +0 -1
  213. package/dist/1034e3807d1bcf55cb564491950237ab.js +0 -1
  214. package/dist/1040.index.js +0 -1
  215. package/dist/104959bdb953a3792a203e98d2bf530f.js +0 -1
  216. package/dist/114c58e47951fe3f6d25f683e0cd54e7.js +0 -1
  217. package/dist/1195.index.js +0 -1
  218. package/dist/11b2d52156942feeb87b7c608276c49b.js +0 -1
  219. package/dist/11dc77ef2ea3a04834945a52f7de2072.js +0 -1
  220. package/dist/1206.index.js +0 -1
  221. package/dist/1207.index.js +0 -1
  222. package/dist/1218.index.js +0 -1
  223. package/dist/1227.index.js +0 -1
  224. package/dist/123.index.js +0 -1
  225. package/dist/1293.index.js +0 -1
  226. package/dist/12b520593765ef7e714d7fb3764633ed.js +0 -1
  227. package/dist/130340e2c62b9e858f186dab5f491e55.js +0 -1
  228. package/dist/1308.index.js +0 -1
  229. package/dist/1319.index.js +0 -1
  230. package/dist/1324.index.js +0 -1
  231. package/dist/1324f89bd8db0bae85b79b7f90f6c119.js +0 -1
  232. package/dist/1366.index.js +0 -1
  233. package/dist/1379.index.js +0 -1
  234. package/dist/13eda3507db9cbfb400f46b9b3ff6553.js +0 -1
  235. package/dist/1441681e52f3ae9ab33afbc5517359a0.js +0 -1
  236. package/dist/1457.index.js +0 -1
  237. package/dist/1464.index.js +0 -1
  238. package/dist/1492.index.js +0 -1
  239. package/dist/1513.index.js +0 -1
  240. package/dist/1533058f0ce13acdaa8d5bdc7d147bef.js +0 -1
  241. package/dist/1549fe09fd6b44aca96e2b1b7cbd93d0.js +0 -1
  242. package/dist/1573.index.js +0 -1
  243. package/dist/15f3800d33b854ba476c9daf1b9e0326.js +0 -1
  244. package/dist/16563bfaf4741097d38cc6ce3ccc1a2d.js +0 -1
  245. package/dist/1674.index.js +0 -1
  246. package/dist/1701.index.js +0 -1
  247. package/dist/170487867de05784a96608617bdd544d.js +0 -1
  248. package/dist/1750.index.js +0 -1
  249. package/dist/1798.index.js +0 -1
  250. package/dist/179a93d3148b7edb72581279c3787d0c.js +0 -1
  251. package/dist/17dc98279d24649d3ca77cbce8c44e83.js +0 -1
  252. package/dist/1817.index.js +0 -1
  253. package/dist/1831.index.js +0 -1
  254. package/dist/1850762f1bfaf1a1044765b02b243ed4.js +0 -1
  255. package/dist/18cfa6de2de3832aa10439fbf963217a.js +0 -1
  256. package/dist/191feb6103c36b202bc01ba262916cdf.js +0 -1
  257. package/dist/1924.index.js +0 -1
  258. package/dist/1953.index.js +0 -1
  259. package/dist/1954.index.js +0 -1
  260. package/dist/199.index.js +0 -1
  261. package/dist/19e684db1b08c82963634abc8b2c989f.js +0 -1
  262. package/dist/1abc9efccf77fd4527d1c2fc85d87e04.js +0 -1
  263. package/dist/1b15b9f88acaf59b96e59c6b5f32da12.js +0 -1
  264. package/dist/1b64f97eed4a3837a93f8bdd363295fb.js +0 -1
  265. package/dist/1c02ec6ec024eee3ebb6b34fa8ff316f.js +0 -1
  266. package/dist/1c57b3481f295105588972ffa1305521.js +0 -1
  267. package/dist/1cc82820c232a82b5d8b6cb9e4152af3.js +0 -1
  268. package/dist/1cd3d09b5303cc37fa337225ed6a9132.js +0 -1
  269. package/dist/1e029a7f1f64457da4f54254d50ac59b.js +0 -1
  270. package/dist/1e26167b5f75d5b94add34f1f4d8b044.js +0 -1
  271. package/dist/1e4131e1241a5b81d54c7d9cb66b0e87.js +0 -1
  272. package/dist/1fe2d583da5f073431d81a6ea13ffc0c.js +0 -1
  273. package/dist/1fee62e3e043728a265935971fa26200.js +0 -1
  274. package/dist/202.index.js +0 -1
  275. package/dist/2067.index.js +0 -1
  276. package/dist/211511e7b374f57ad31acaf49dbdccb1.js +0 -1
  277. package/dist/2118.index.js +0 -1
  278. package/dist/2124.index.js +0 -1
  279. package/dist/2183252fe9e1b88fcf2bc454d6fd9273.js +0 -1
  280. package/dist/222d52530e9db0a0ec565c6306c5db35.js +0 -1
  281. package/dist/2231.index.js +0 -1
  282. package/dist/2234.index.js +0 -1
  283. package/dist/2267d20fd89c81a461e38abecdb8fcdc.js +0 -1
  284. package/dist/2272c6632c52c3e402ab27b8045ab8f1.js +0 -1
  285. package/dist/2300.index.js +0 -1
  286. package/dist/2325.index.js +0 -1
  287. package/dist/234.index.js +0 -1
  288. package/dist/2344.index.js +0 -1
  289. package/dist/2369.index.js +0 -1
  290. package/dist/2377.index.js +0 -1
  291. package/dist/23bb1a9f279e7a732bfd405350aab114.js +0 -1
  292. package/dist/23da8ba64540ff4aa68a34d3445db680.js +0 -1
  293. package/dist/2411.index.js +0 -1
  294. package/dist/243c0c0572ab9866e02e18821558a1c5.js +0 -1
  295. package/dist/244b1a234ec1728d0268214de601449d.js +0 -1
  296. package/dist/24a3ff38afde257888d755ece9bfd704.js +0 -1
  297. package/dist/2505.index.js +0 -1
  298. package/dist/2515.index.js +0 -1
  299. package/dist/2530.index.js +0 -1
  300. package/dist/2551.index.js +0 -1
  301. package/dist/25718a469574ade47e23567d8c543169.js +0 -1
  302. package/dist/2589.index.js +0 -1
  303. package/dist/25894751679e07fd95b21d0d3f6c8c8b.js +0 -1
  304. package/dist/2590.index.js +0 -1
  305. package/dist/25c99a71d30112583893bc5277402c46.js +0 -1
  306. package/dist/25eda4bb98e40a82cfd5b4bf9fbc06ec.js +0 -1
  307. package/dist/263f7107e9357b1c91997e1a21b59ff5.js +0 -1
  308. package/dist/2643.index.js +0 -1
  309. package/dist/2648.index.js +0 -1
  310. package/dist/2656.index.js +0 -1
  311. package/dist/2671.index.js +0 -1
  312. package/dist/26fb247a2e0630e1f435cb4d91ec51fd.js +0 -1
  313. package/dist/27730a0bdc6f430cc85049a46a73a029.js +0 -1
  314. package/dist/2775.index.js +0 -1
  315. package/dist/27ccb71fa24357a0919a861351d5b82d.js +0 -1
  316. package/dist/2803.index.js +0 -1
  317. package/dist/2806.index.js +0 -1
  318. package/dist/2832.index.js +0 -1
  319. package/dist/28474eb7ee45a125e49cc5cbe69e336f.js +0 -1
  320. package/dist/2865.index.js +0 -1
  321. package/dist/28785bea435918d49b290d27bf660baa.js +0 -1
  322. package/dist/28acb3b48578dfd30dd555fff7c822f7.js +0 -1
  323. package/dist/291611f874a2bc54dbc291b52d74c512.js +0 -1
  324. package/dist/2b2fe1a34cdf81c656a47e493ca9d658.js +0 -1
  325. package/dist/2bcf741e1f2cb07989a722a6ba9c2ea7.js +0 -1
  326. package/dist/2d2a42eeeeec801ab35f2fff7d900e43.js +0 -1
  327. package/dist/2dd82c65030101b60dffccedd8741c6e.js +0 -1
  328. package/dist/2ddd0346681f9f12fd3a191245aa41df.js +0 -1
  329. package/dist/2f055ac4066041b9008dd6aebf9df34b.js +0 -1
  330. package/dist/2f5be3e3e9ab852d217168220854ea9b.js +0 -1
  331. package/dist/2f7c864f08b00c01f04ac22375f7ddd9.js +0 -1
  332. package/dist/2fc0239242a898632ca8aa451cb930c2.js +0 -1
  333. package/dist/2ff54aa3c655216f360438bc7f5b181a.js +0 -1
  334. package/dist/301.index.js +0 -1
  335. package/dist/3019.index.js +0 -1
  336. package/dist/3038.index.js +0 -1
  337. package/dist/306.index.js +0 -1
  338. package/dist/3061.index.js +0 -1
  339. package/dist/30e80558090a09477e4466af8af4c40e.js +0 -1
  340. package/dist/3141.index.js +0 -1
  341. package/dist/3145.index.js +0 -1
  342. package/dist/3147.index.js +0 -1
  343. package/dist/3148.index.js +0 -1
  344. package/dist/3163.index.js +0 -1
  345. package/dist/3198.index.js +0 -1
  346. package/dist/3205.index.js +0 -1
  347. package/dist/3300.index.js +0 -1
  348. package/dist/3334.index.js +0 -1
  349. package/dist/3343.index.js +0 -1
  350. package/dist/3377.index.js +0 -1
  351. package/dist/33dec2e0e865dd1841ce.eot +0 -0
  352. package/dist/3412.index.js +0 -1
  353. package/dist/3435.index.js +0 -1
  354. package/dist/3450.index.js +0 -1
  355. package/dist/3470.index.js +0 -1
  356. package/dist/34791bf31a4236531bc887b48f872c1c.js +0 -1
  357. package/dist/34b3249d58303435b894a43d3776a5c3.js +0 -1
  358. package/dist/3526.index.js +0 -1
  359. package/dist/3552.index.js +0 -1
  360. package/dist/3567d1ea443427e944a6f189a0898819.js +0 -1
  361. package/dist/3596.index.js +0 -1
  362. package/dist/36.index.js +0 -1
  363. package/dist/3646668820dc96864fbed7746f805947.js +0 -1
  364. package/dist/36474100e81ab63c4ddbc94ab2cc8667.js +0 -1
  365. package/dist/365b89ceec577ebec0a39c938c2363f0.js +0 -1
  366. package/dist/3664.index.js +0 -1
  367. package/dist/367ad31e6d99d0021d05133b85bb9faf.js +0 -1
  368. package/dist/37172facd8a534a38f378ca2a9c7c11b.js +0 -1
  369. package/dist/3733.index.js +0 -1
  370. package/dist/3767.css +0 -736
  371. package/dist/3767.index.js +0 -1
  372. package/dist/3789.index.js +0 -1
  373. package/dist/37afa466cdb7fa8fc2e043164d48f29e.js +0 -1
  374. package/dist/37ee3b5201ae2e2dc5dc8b1b20ad900e.js +0 -1
  375. package/dist/382.index.js +0 -1
  376. package/dist/38270ad5088729f40c461c4a5a6bad5d.js +0 -1
  377. package/dist/3876.index.js +0 -1
  378. package/dist/3921.index.js +0 -1
  379. package/dist/3947.index.js +0 -1
  380. package/dist/3953.index.js +0 -1
  381. package/dist/3981.index.js +0 -1
  382. package/dist/3995.index.js +0 -1
  383. package/dist/3b190e5159c72fb7e27271956772bcba.js +0 -1
  384. package/dist/3b544bb2c5a4e7b225a4b50235a0fd6d.js +0 -1
  385. package/dist/3b6e7dc98c47eeafd851ca5072db4be6.js +0 -1
  386. package/dist/3bbf0faa999b08584dc971eab820113a.js +0 -1
  387. package/dist/3c5b59a666c5d39d9ba9cc054d36a410.js +0 -1
  388. package/dist/3c71a5c0e85afc5486ee9ac29099843d.js +0 -1
  389. package/dist/3dcc18a5dee46b57ad7f85c0bee86802.js +0 -1
  390. package/dist/3df92508d7112d83474f31fe9590e289.js +0 -1
  391. package/dist/3e277a4ce5486a806a00497aea8ecdd3.js +0 -1
  392. package/dist/3e3e2243675fa4fb4b320dc57daf2d4f.js +0 -1
  393. package/dist/3f55ba1c6515db2f98bb996c1a5bc9e3.js +0 -1
  394. package/dist/3f758ea78954547fed0a8d999691dd7c.js +0 -1
  395. package/dist/4001.index.js +0 -1
  396. package/dist/4036.index.js +0 -1
  397. package/dist/406884d5525e864955e9f5058526aa02.js +0 -1
  398. package/dist/4084.index.js +0 -1
  399. package/dist/4088.index.js +0 -1
  400. package/dist/40dc555a17f1c85020333a41f01dd9ba.js +0 -1
  401. package/dist/40e6f6cb52a24a747b1046614db3b164.js +0 -1
  402. package/dist/41d8a58fd52b6a06e8d3fb06cdabf67a.js +0 -1
  403. package/dist/4226.index.js +0 -1
  404. package/dist/4253.index.js +0 -1
  405. package/dist/42b4ce6de00994aa6bf7db7ff2f931a8.js +0 -1
  406. package/dist/4310.index.js +0 -1
  407. package/dist/433.index.js +0 -1
  408. package/dist/4353.index.js +0 -1
  409. package/dist/4362.index.js +0 -1
  410. package/dist/4380.index.js +0 -1
  411. package/dist/4389.index.js +0 -1
  412. package/dist/43a0e099f8283dc1c1c6bbd39148d98d.js +0 -1
  413. package/dist/440f4d477b586c7a6ba4c1c966ca79fc.js +0 -1
  414. package/dist/4435.index.js +0 -1
  415. package/dist/4441.index.js +0 -1
  416. package/dist/4444.index.js +0 -1
  417. package/dist/4448.index.js +0 -1
  418. package/dist/444ababf8edc26948943fbb45bd06a19.js +0 -1
  419. package/dist/44701e25bb6f2ab9ff18343f2357d1b0.js +0 -1
  420. package/dist/44ac2a2398075299754707d4bac7c276.js +0 -1
  421. package/dist/4504.index.js +0 -1
  422. package/dist/4535.index.js +0 -1
  423. package/dist/4553.index.js +0 -1
  424. package/dist/460c67d8fe31ef229704bd5ab6d1dd26.js +0 -1
  425. package/dist/4639c30a609d986a255ccc684404527e.js +0 -1
  426. package/dist/4645.index.js +0 -1
  427. package/dist/4700af84801dbda8a3880e3469c21130.js +0 -1
  428. package/dist/4727.index.js +0 -1
  429. package/dist/4736a562251eeaea46dd06892b489f35.js +0 -1
  430. package/dist/47541c23870e955fff15de4be490ba74.js +0 -1
  431. package/dist/4781.index.js +0 -1
  432. package/dist/47f0fbf038314894ac52f2d67466b5e9.js +0 -1
  433. package/dist/4829.index.js +0 -1
  434. package/dist/483.index.js +0 -1
  435. package/dist/4839.index.js +0 -1
  436. package/dist/4853.index.js +0 -1
  437. package/dist/4860a6a7c59b9ed5c779f7201dc1f591.js +0 -1
  438. package/dist/4881.index.js +0 -1
  439. package/dist/4886.index.js +0 -1
  440. package/dist/48e9351c5623d4da657ce7d5d0267ea6.js +0 -1
  441. package/dist/4973.index.js +0 -1
  442. package/dist/4990.index.js +0 -1
  443. package/dist/4a1dab236c2844d28f73c5c128afe299.js +0 -1
  444. package/dist/4b425eb8188febc5a89674b89a72d296.js +0 -1
  445. package/dist/4b61fe945e9e73aba22717e5d6f080df.js +0 -1
  446. package/dist/4bf3bc1fbdd26ac698fef1bdf26e3ff4.js +0 -1
  447. package/dist/4c2816c26725f7aae5b490142e31112f.js +0 -1
  448. package/dist/4ceabd28d8dc751f41002ebf2b6fed88.js +0 -1
  449. package/dist/4d143a2d103a9e376a9e3b55e680eef7.js +0 -1
  450. package/dist/4d8cb7033879cb7fcc7a43798e2bde22.js +0 -1
  451. package/dist/4e389cce6fb8f78845fab249bce43c0b.js +0 -1
  452. package/dist/4eed3725a00fc2bab78accdb014b7826.js +0 -1
  453. package/dist/4ef80ee74467e0297eec3cc03092da01.js +0 -1
  454. package/dist/5011.index.js +0 -1
  455. package/dist/5049.index.js +0 -1
  456. package/dist/506d44d8712a22011ce2bec8adbb19b2.js +0 -1
  457. package/dist/50c073327491a2ed3bfa2ebb466c4204.js +0 -1
  458. package/dist/5174.index.js +0 -1
  459. package/dist/51f903c5ce5284a63196247cffb5ca40.js +0 -1
  460. package/dist/522.index.js +0 -1
  461. package/dist/5247.index.js +0 -1
  462. package/dist/5290.index.js +0 -1
  463. package/dist/5352ecd8e5f1a2637b48e18cc406edb1.js +0 -1
  464. package/dist/5362.index.js +0 -1
  465. package/dist/53e3600928916423671f3388e2d67844.js +0 -1
  466. package/dist/5436.index.js +0 -1
  467. package/dist/54560f13b36626237959e93b7771a484.js +0 -1
  468. package/dist/5479.index.js +0 -1
  469. package/dist/54b3396acd2c700969248de4b20cbf7c.js +0 -1
  470. package/dist/5514.index.js +0 -1
  471. package/dist/5520.index.js +0 -1
  472. package/dist/5579.index.js +0 -1
  473. package/dist/55892adefebc0d53993fb108151ed150.js +0 -1
  474. package/dist/5621.index.js +0 -1
  475. package/dist/5653.index.js +0 -1
  476. package/dist/574b7bee0563a9fe9a29.png +0 -1
  477. package/dist/5779.index.js +0 -1
  478. package/dist/57f4109bd1f06be4dc2bcb8ff7eaf1e5.js +0 -1
  479. package/dist/57f9654d8ecdebfb02c636e1889af2e4.js +0 -1
  480. package/dist/5806.index.js +0 -1
  481. package/dist/582.index.js +0 -1
  482. package/dist/582e24f5ba929e358fadfc7be4c18025.js +0 -1
  483. package/dist/58598705e7012f4ca1eb1dd21d3c59a5.js +0 -1
  484. package/dist/5861dfe4f2c7823623e82d0619c5bf06.js +0 -1
  485. package/dist/5876.index.js +0 -1
  486. package/dist/58aab872dbdb5e1607076e1935130e03.js +0 -1
  487. package/dist/58c35e5c73bbc1664bbd67c570342aa0.js +0 -1
  488. package/dist/592.index.js +0 -1
  489. package/dist/5924.index.js +0 -1
  490. package/dist/5937.index.js +0 -1
  491. package/dist/595aef8d8b0a2017e2fc27db5703e0d1.js +0 -1
  492. package/dist/5999.index.js +0 -1
  493. package/dist/59cc05504a1c823b6d4796bf6b430822.js +0 -1
  494. package/dist/5a496ae20cc576bef1d35972548207cf.js +0 -1
  495. package/dist/5a67fdd5293af0a35defd2574c05cd04.js +0 -1
  496. package/dist/5ada4185d70a1852b578b2063de58e37.js +0 -1
  497. package/dist/5b6a626249d0bc43e412fffa6a9ee177.js +0 -1
  498. package/dist/5bad2df0e3bfd8fdc1a332fb6276cb39.js +0 -1
  499. package/dist/5c53d90bf4029cfd1b6a0945d1cae142.js +0 -1
  500. package/dist/5c96efcfd419a70a93c96557979bc66d.js +0 -1
  501. package/dist/5d3314103b00c8ea165c6f9f6757f794.js +0 -1
  502. package/dist/5d46734b57c7408a41473abcd515b64c.js +0 -1
  503. package/dist/5da9145440d57c9b84d469253e84898d.js +0 -1
  504. package/dist/5e37c1ef17a219449c8c6aa37a87a941.js +0 -1
  505. package/dist/5e3f006db26e9b277b1bdbc130611a14.js +0 -1
  506. package/dist/5e55b301888460bd06c8e26d1011e01a.js +0 -1
  507. package/dist/5e6c2744429a8fac6e536b179c1f31d0.js +0 -1
  508. package/dist/5ebdef8c548fca6c51280e915d6f4c3f.js +0 -1
  509. package/dist/5ede1aebde9d4e5f5cce2db3044495c7.js +0 -1
  510. package/dist/5f3ce6efab3c679ec1ad25ab0b3f6b2f.js +0 -1
  511. package/dist/5f85bbe686fda2584caf.woff +0 -0
  512. package/dist/5fb6059ab5d7abab7a74eb73028a3aeb.js +0 -1
  513. package/dist/5fc5c77d4df4f5d77f8530f6b23ecd1e.js +0 -1
  514. package/dist/5fedbf948ed123687f77167fac1faf8b.js +0 -1
  515. package/dist/60340be8eea1d704a17f399b3c3f9577.js +0 -1
  516. package/dist/6049.index.js +0 -1
  517. package/dist/607.index.js +0 -1
  518. package/dist/6087.index.js +0 -1
  519. package/dist/609.index.js +0 -1
  520. package/dist/6100.index.js +0 -1
  521. package/dist/6126.index.js +0 -1
  522. package/dist/6211.index.js +0 -1
  523. package/dist/621b99ed1a029c36b4e91ec35f36c344.js +0 -1
  524. package/dist/6225.index.js +0 -1
  525. package/dist/6228.index.js +0 -1
  526. package/dist/6249.index.js +0 -1
  527. package/dist/625.index.js +0 -1
  528. package/dist/6252.index.js +0 -1
  529. package/dist/6264.index.js +0 -1
  530. package/dist/6292be0125d3720498496eaa7f541618.js +0 -1
  531. package/dist/6307.index.js +0 -1
  532. package/dist/6313.index.js +0 -1
  533. package/dist/6378.index.js +0 -1
  534. package/dist/637e363c105dce85c12fb99d7ef2fa7d.js +0 -1
  535. package/dist/6383.index.js +0 -1
  536. package/dist/63b15fb6fc8f897b22a4bf72b7e8452a.js +0 -1
  537. package/dist/6402.index.js +0 -1
  538. package/dist/6431.index.js +0 -1
  539. package/dist/646.index.js +0 -1
  540. package/dist/64a5f4d62507d032038dcd76d15188e1.js +0 -1
  541. package/dist/64c45b6610e353ba59a58afc6dd090ca.js +0 -1
  542. package/dist/64d6924350bd7706850cdc0dcc76ccf6.js +0 -1
  543. package/dist/6511453710d760c2682567b40ddb3301.js +0 -1
  544. package/dist/653.index.js +0 -1
  545. package/dist/6548.index.js +0 -1
  546. package/dist/6568.index.js +0 -1
  547. package/dist/656f53e1b4c6e37a31799737faf6d639.js +0 -1
  548. package/dist/6606.index.js +0 -1
  549. package/dist/663234c150f2097f3812c6065491497c.js +0 -1
  550. package/dist/6659.index.js +0 -1
  551. package/dist/6691.index.js +0 -1
  552. package/dist/6700.index.js +0 -1
  553. package/dist/6747.index.js +0 -1
  554. package/dist/6874.index.js +0 -1
  555. package/dist/6903d8ef977a1424c4e2eb22b96feb77.js +0 -1
  556. package/dist/692.index.js +0 -1
  557. package/dist/6973.index.js +0 -1
  558. package/dist/6978.index.js +0 -1
  559. package/dist/6a7bf4fb4484f6f48d8e4337f126a61d.js +0 -1
  560. package/dist/6abb884bd4f1a54529c00b58c14741cc.js +0 -1
  561. package/dist/6b586356e837581204dc.svg +0 -1
  562. package/dist/6bb61adbbc13088ee1c32d88b5c7e754.js +0 -1
  563. package/dist/6c0a75dc5671c3f237a79f6e45b9891c.js +0 -1
  564. package/dist/6c67587c2093ac3a19da9f2196e040b7.js +0 -1
  565. package/dist/6d38cef4a006e6cfe54a6117aba7b600.js +0 -1
  566. package/dist/6f09754fd684f82e6c06ae526d15ac80.js +0 -1
  567. package/dist/6f64da239140d00b81d8b6c523e86daf.js +0 -1
  568. package/dist/6faa9e5f2a0122d2333fa450337a09b0.js +0 -1
  569. package/dist/6fd6a6ddbcbbebe735c9d21e594203ec.js +0 -1
  570. package/dist/7000.index.js +0 -1
  571. package/dist/70074e0c785c9a808dea76c7c7d17af3.js +0 -1
  572. package/dist/70286c33cab463fd576766adecd2d5d9.js +0 -1
  573. package/dist/703.index.js +0 -1
  574. package/dist/7032.index.js +0 -1
  575. package/dist/707fa1de4d2096da1951c4bc9d21cb6d.js +0 -1
  576. package/dist/7080d2a1db1608264a6d9d9fbaf2cce8.js +0 -1
  577. package/dist/7125.index.js +0 -1
  578. package/dist/7151.index.js +0 -1
  579. package/dist/7155.index.js +0 -1
  580. package/dist/716.index.js +0 -1
  581. package/dist/7161.index.js +0 -1
  582. package/dist/7165.index.js +0 -1
  583. package/dist/716879b6ef8945d579595d88534ae402.js +0 -1
  584. package/dist/7190.index.js +0 -1
  585. package/dist/7194.index.js +0 -1
  586. package/dist/7197.index.js +0 -1
  587. package/dist/721.index.js +0 -1
  588. package/dist/7222.index.js +0 -1
  589. package/dist/725da29f1643c2263a437c08a1454aea.js +0 -1
  590. package/dist/7264.index.js +0 -1
  591. package/dist/7335.index.js +0 -1
  592. package/dist/7339.index.js +0 -1
  593. package/dist/7349.index.js +0 -1
  594. package/dist/7350.index.js +0 -1
  595. package/dist/7375.index.js +0 -1
  596. package/dist/73c78b067c792ea8c737746e4671d3e0.js +0 -1
  597. package/dist/740f4264cd757fcf28331fd30daf295e.js +0 -1
  598. package/dist/7416.index.js +0 -1
  599. package/dist/7451.index.js +0 -1
  600. package/dist/7493f0c3c9bf268d6ad785019d993dd7.js +0 -1
  601. package/dist/74fa46809aba9625071aa51bc0a71561.js +0 -1
  602. package/dist/755.index.js +0 -1
  603. package/dist/755114145e5b97e5571a160a39e716db.js +0 -1
  604. package/dist/756.index.js +0 -1
  605. package/dist/7595.index.js +0 -1
  606. package/dist/75bffda9455d77087f34708ac4e85371.js +0 -1
  607. package/dist/75d2dae20d7bac5ecfa9dafc48ec04eb.js +0 -1
  608. package/dist/760eb6458a048f3cba7bc3ae52ef2ba4.js +0 -1
  609. package/dist/7610.index.js +0 -1
  610. package/dist/7613.index.js +0 -1
  611. package/dist/7633.index.js +0 -1
  612. package/dist/7665.index.js +0 -1
  613. package/dist/7691.index.js +0 -1
  614. package/dist/7726.index.js +0 -1
  615. package/dist/7735af777659608bcd8cd6525e3bbe58.js +0 -1
  616. package/dist/77aaca51c1c32acaf32656d45f4dc017.js +0 -1
  617. package/dist/7857.index.js +0 -1
  618. package/dist/788819e459cdd8c4c1ef565fd303f519.js +0 -1
  619. package/dist/7907.index.js +0 -1
  620. package/dist/791.index.js +0 -1
  621. package/dist/7a9a1dced0e327dc9cb1728bef25641d.js +0 -1
  622. package/dist/7bd84be066027e61c84c9c2aa9543c2a.js +0 -1
  623. package/dist/7c1cd1223bd45600763f8c152ad167d5.js +0 -1
  624. package/dist/7c27341a2599ffb713c8fb7beced7601.js +0 -1
  625. package/dist/7c317e61789b17749dfe6ea294c89b6b.js +0 -1
  626. package/dist/7c9c55eb1a1e5c1dfd63631511d9a1f0.js +0 -1
  627. package/dist/7dead8e2fcacc316bbfa632cd9f1c9bb.js +0 -1
  628. package/dist/7e4099fc2d04c7c1cf96892b962ba4ec.js +0 -1
  629. package/dist/7ef082035f74b3d7324f95a7498ea656.js +0 -1
  630. package/dist/7f12d133c88ce53d0837a6c4c0287a37.js +0 -1
  631. package/dist/7f407a1006eb830d6f0aaad96c133d26.js +0 -1
  632. package/dist/8026.index.js +0 -1
  633. package/dist/805cb6232d7a9fa46025d48a43622ecf.js +0 -1
  634. package/dist/806.index.js +0 -1
  635. package/dist/8060.index.js +0 -1
  636. package/dist/8085.index.js +0 -1
  637. package/dist/80a171b7595d1161735e23dec8efddd6.js +0 -1
  638. package/dist/8115.index.js +0 -1
  639. package/dist/8138.index.js +0 -1
  640. package/dist/8179.index.js +0 -1
  641. package/dist/8201.index.js +0 -1
  642. package/dist/8211.index.js +0 -1
  643. package/dist/8231.index.js +0 -1
  644. package/dist/8289.index.js +0 -1
  645. package/dist/8293.index.js +0 -1
  646. package/dist/82fed7ec74be91e0db61c500d9c6d7ee.js +0 -1
  647. package/dist/8302.index.js +0 -1
  648. package/dist/8321.index.js +0 -1
  649. package/dist/83387cb17a7680f59240e7b399e3ac2b.js +0 -1
  650. package/dist/8361542d34c46713c9aff6c4ce65a9a3.js +0 -1
  651. package/dist/8410.index.js +0 -1
  652. package/dist/8412.index.js +0 -1
  653. package/dist/8423f61a6b43ebee39273fd08e332d47.js +0 -1
  654. package/dist/8428.index.js +0 -1
  655. package/dist/8448.index.js +0 -1
  656. package/dist/8452.index.js +0 -1
  657. package/dist/8454.index.js +0 -1
  658. package/dist/8484.index.js +0 -1
  659. package/dist/8529.index.js +0 -1
  660. package/dist/8568.index.js +0 -1
  661. package/dist/85a977f41a907dba8c672f9bf4943da0.js +0 -1
  662. package/dist/8605.index.js +0 -1
  663. package/dist/866bf6ca5057dcb24503761af061d486.js +0 -1
  664. package/dist/8671.index.js +0 -1
  665. package/dist/870184211838006214be1c23c98672fc.js +0 -1
  666. package/dist/8707a7b49421dbbb842506674ff87fa3.js +0 -1
  667. package/dist/8713.index.js +0 -1
  668. package/dist/8739.index.js +0 -1
  669. package/dist/875e553a27bee88a73df34a90b3058e4.js +0 -1
  670. package/dist/8772719d0f76ecabded160e32dc5eb77.js +0 -1
  671. package/dist/8785.index.js +0 -1
  672. package/dist/8789.index.js +0 -1
  673. package/dist/87932c8321c9985ed3b6979e86d2a50e.js +0 -1
  674. package/dist/87d6bf8becf2d5ebe2f71fda95a313ea.js +0 -1
  675. package/dist/8825.index.js +0 -1
  676. package/dist/8852.index.js +0 -1
  677. package/dist/8883.index.js +0 -1
  678. package/dist/88bbfb9fdb8730ffc23f546b42d8d620.js +0 -1
  679. package/dist/88e2feda80ac8cfb28f1dc0ec833b40d.js +0 -1
  680. package/dist/890.index.js +0 -1
  681. package/dist/8921.index.js +0 -1
  682. package/dist/894720f1519e5eb34e1b4f33fca7a9dd.js +0 -1
  683. package/dist/894edcaf39c3c95818e3949d737ed459.js +0 -1
  684. package/dist/8977.index.js +0 -1
  685. package/dist/8991.index.js +0 -1
  686. package/dist/89d3c35a5ef97a600927b477a9ba06b4.js +0 -1
  687. package/dist/8ba6618773c9d8d0b4f6ecb785651e2c.js +0 -1
  688. package/dist/8bf75743fb14fea7cf02a5da1bda79d4.js +0 -1
  689. package/dist/8cb83aa3fea85e950c29450b8237fb72.js +0 -1
  690. package/dist/8d9bb1799d9b98db107e84f10132e17f.js +0 -1
  691. package/dist/8ed58ed9c7e1cb1ae1f2830d29011ffb.js +0 -1
  692. package/dist/8f5997c65fc8937aa89d15d9a7237f63.js +0 -1
  693. package/dist/9020.index.js +0 -1
  694. package/dist/9041.index.js +0 -1
  695. package/dist/9053.index.js +0 -1
  696. package/dist/909adc4a16e0f97d869e3dd16d561430.js +0 -1
  697. package/dist/90bafd962205e96c3285d27cbf95c55c.js +0 -1
  698. package/dist/9111.index.js +0 -1
  699. package/dist/9144.index.js +0 -1
  700. package/dist/9185.index.js +0 -1
  701. package/dist/91bd2b106800bd7812e2ab5a5fea985b.js +0 -1
  702. package/dist/9215.index.js +0 -1
  703. package/dist/9233.index.js +0 -1
  704. package/dist/926.index.js +0 -1
  705. package/dist/92f4aab5c66f6269c7054c8fbcb3de13.js +0 -1
  706. package/dist/9304.index.js +0 -1
  707. package/dist/9331.index.js +0 -1
  708. package/dist/9340.index.js +0 -1
  709. package/dist/9391.index.js +0 -1
  710. package/dist/9397.index.js +0 -1
  711. package/dist/9400.index.js +0 -1
  712. package/dist/9408.index.js +0 -1
  713. package/dist/9417.index.js +0 -1
  714. package/dist/9432.index.js +0 -1
  715. package/dist/946.index.js +0 -1
  716. package/dist/9463.index.js +0 -1
  717. package/dist/9466.index.js +0 -1
  718. package/dist/9468.index.js +0 -1
  719. package/dist/9494.index.js +0 -1
  720. package/dist/9508.index.js +0 -1
  721. package/dist/9522.index.js +0 -1
  722. package/dist/9532.index.js +0 -1
  723. package/dist/9576.index.js +0 -1
  724. package/dist/957970f69802c38a9092b9b6264cc1b9.js +0 -1
  725. package/dist/9600fed6a4508afbbcd2c75923d953c3.js +0 -1
  726. package/dist/9621.index.js +0 -1
  727. package/dist/9623.index.js +0 -1
  728. package/dist/962969a46fefcace3305abd4d6e14a2e.js +0 -1
  729. package/dist/964646d64dd3196a9c27fe302511414a.js +0 -1
  730. package/dist/9648.index.js +0 -1
  731. package/dist/9652.index.js +0 -1
  732. package/dist/9661.index.js +0 -1
  733. package/dist/9671c350e11f1569edb5066cbfeb3334.js +0 -1
  734. package/dist/9696a4229fb787eeb25b26f1274b75ee.js +0 -1
  735. package/dist/9700.index.js +0 -1
  736. package/dist/9748.index.js +0 -1
  737. package/dist/9781.index.js +0 -1
  738. package/dist/9793.index.js +0 -1
  739. package/dist/97e72973d750ecb3bc2e75b75bf63c5b.js +0 -1
  740. package/dist/9804.index.js +0 -1
  741. package/dist/9807cf1e443a7440371904b6525f37eb.js +0 -1
  742. package/dist/9821.index.js +0 -1
  743. package/dist/9853.index.js +0 -1
  744. package/dist/985d6749688c18f94994794f88492444.js +0 -1
  745. package/dist/9869.index.js +0 -1
  746. package/dist/9897.index.js +0 -1
  747. package/dist/99ade8b6895e3a1c3d6eb70583cb924e.js +0 -1
  748. package/dist/9b1fd9cf4206cc32e84150c49707d811.js +0 -1
  749. package/dist/9b8e2282f60f104ff3ace5b905af4d62.js +0 -1
  750. package/dist/9ff6d4a6592c0cb7d0b939113c3a6b31.js +0 -1
  751. package/dist/a164d0e40c4dfa485dcf8e6d5258d767.js +0 -1
  752. package/dist/a1c8660c5bcc6b6a43a7fb3c351174d9.js +0 -1
  753. package/dist/a2a705f6bc3a6827d6c94c5978aec36d.js +0 -1
  754. package/dist/a2c0fcb443c396b30a11fc1682a29c13.js +0 -1
  755. package/dist/a2d3450d9a39c72312a0afa486269a02.js +0 -1
  756. package/dist/a4306aa43824ec1a4ee422b59a851e6f.js +0 -1
  757. package/dist/a4bedde07e392f8ebf64341b61f75df2.js +0 -1
  758. package/dist/a4d638b976f02f35740be031f996e088.js +0 -1
  759. package/dist/a533e643002830be2da76c9527265860.js +0 -1
  760. package/dist/a5d364d12a8f7691339c497b2e725bcf.js +0 -1
  761. package/dist/a7824ec1ab22aeb22bb35ab8bf1ddc4a.js +0 -1
  762. package/dist/a934b622dd8bdcdcdc1dde985a07ac14.js +0 -1
  763. package/dist/a98ead014d010899b35ee25c7c225542.js +0 -1
  764. package/dist/aa0619cbb003e1dd873d027494aa84c4.js +0 -1
  765. package/dist/aa0eee504d52a12d3a30bbd523afcc34.js +0 -1
  766. package/dist/aa5623ec68d23fedb9c9c115c7d99063.js +0 -1
  767. package/dist/aaddd877950d1e3bf1b3ef0fc0ff596e.js +0 -1
  768. package/dist/aaf5c3a4f1a188fd051577cea7b87209.js +0 -1
  769. package/dist/ab4b314445b23359319c14cce9a0e321.js +0 -1
  770. package/dist/abb40a9a6ef0b2fe14c66dcadc9857a2.js +0 -1
  771. package/dist/ad215d7ba317c941cdcc96ae78e86666.js +0 -1
  772. package/dist/adc5e81257ed3f8d70d03cf79150eec1.js +0 -1
  773. package/dist/aedbf3a3ece39aab8c9f3b3a3779e79b.js +0 -1
  774. package/dist/af959c2a870f08dd8abccae97c9b9bae.js +0 -1
  775. package/dist/b0071564b0854c39e3de8b99d66e4dfd.js +0 -1
  776. package/dist/b02d982ccb1011197a5a24800b178a0a.js +0 -1
  777. package/dist/b0803f33b602bd3b26be70f259e38cee.js +0 -1
  778. package/dist/b1170472ae4b50e3b0070eb991e502fe.js +0 -1
  779. package/dist/b1ac30076824f72cdff7ea29ae0b6801.js +0 -1
  780. package/dist/b1f3f77a9279cdb38846ebe13c3438bc.js +0 -1
  781. package/dist/b20056c149af6b50c851ecfff90e0ccb.js +0 -1
  782. package/dist/b20cd9acf45420fcacfd923754185663.js +0 -1
  783. package/dist/b25188cf2652d63136d5e54c38abf84e.js +0 -1
  784. package/dist/b2742fab9568b63c2274698af5d381fc.js +0 -1
  785. package/dist/b2ff96fbe6501ff45c37491b94c96c5f.js +0 -1
  786. package/dist/b33ef9b4202539d3690251cb8213a034.js +0 -1
  787. package/dist/b3bb2c8deddd8c2afcf73f6f5d711596.js +0 -1
  788. package/dist/b402b938ca2da72e0984a1360eda5897.js +0 -1
  789. package/dist/b460e24d77f9c0d8b21e65d899840adb.js +0 -1
  790. package/dist/b6a6a4adaab4f09a7835ff64a5096198.js +0 -1
  791. package/dist/b6df2278bd475169749bab512944b7ec.js +0 -1
  792. package/dist/b7b7be8216519adf62d75f123f9c6423.js +0 -1
  793. package/dist/b808fb222140a85b23ebbe0fffa906d9.js +0 -1
  794. package/dist/b8197742452dd2e77090dde34cb2dc4d.js +0 -1
  795. package/dist/b881dca9d9a80f61d87374b4bd5a2dd5.js +0 -1
  796. package/dist/b98206b2175363f1150c074608603942.js +0 -1
  797. package/dist/ba6b8b3e06cd9d0aee9c69278ee84647.js +0 -1
  798. package/dist/baa5bf4cfefed057a4657a1b02cfa114.js +0 -1
  799. package/dist/bb4d542cb170b3f7b27a42c69262975b.js +0 -1
  800. package/dist/bb5bab7a675544fe31ddb7f4a77dffb9.js +0 -1
  801. package/dist/bc0551f89df16ee262a67c0431544a9e.js +0 -1
  802. package/dist/bc6bf11c6f5e6743aa4c.png +0 -1
  803. package/dist/c0736a7477d7aac4c669bb94ccae25d9.js +0 -1
  804. package/dist/c0780e66c6b1ade0fa22283ce1f9c402.js +0 -1
  805. package/dist/c1bc72d79cc6161590fc01c6b139fccd.js +0 -1
  806. package/dist/c32ec7d45ccd947b98fe458a8ca1405b.js +0 -1
  807. package/dist/c40023acde0f3d5f4806f5fccbb4284b.js +0 -1
  808. package/dist/c45445ab45defa960329c6f8e6224e57.js +0 -1
  809. package/dist/c51840077c684be0e7e13339f85cd4a9.js +0 -1
  810. package/dist/c530988d2b1966fd10a4d99fa3877e1b.js +0 -1
  811. package/dist/c631c95d9019218dfd22d028f215e1d1.js +0 -1
  812. package/dist/c728b4ef87cfd5f561d1601f0867c39d.js +0 -1
  813. package/dist/c733414555a126e689832ffb55cc203f.js +0 -1
  814. package/dist/c797511423f91a877e7fdffa74d015cb.js +0 -1
  815. package/dist/c7ca9dccbac3af7ebc82b271dd2aa570.js +0 -1
  816. package/dist/c80e89199aef31e48addb2b35ea96365.js +0 -1
  817. package/dist/cb4175466ea600940f2927fa03a217e8.js +0 -1
  818. package/dist/cb652f200fc3dd740b2e7f678a9272ea.js +0 -1
  819. package/dist/cbdbd623038183a8c068dd24ecd90682.js +0 -1
  820. package/dist/cbdc4ca43a8c940a6c3f59a8b6f17df5.js +0 -1
  821. package/dist/ccde58de5468dd353dbee74d631ebdf0.js +0 -1
  822. package/dist/cd358d9acaaa7049d85b15ac766fc314.js +0 -1
  823. package/dist/cd9a17f94a922c7c88000b1b3cdd67df.js +0 -1
  824. package/dist/cda6c5c52fa5d595982da0fac9da25a5.js +0 -1
  825. package/dist/cf188b3f83735389d47bb12fc9f7069a.js +0 -1
  826. package/dist/cf26dd07f19bcb5b7efbf057a6cfeb8f.js +0 -1
  827. package/dist/cf3f6b1c74c72cb5d02870022dbc9f94.js +0 -1
  828. package/dist/cf90a39d245bf7e6c1b41c7a9a28f0a1.js +0 -1
  829. package/dist/cf9c7cbfc2b609b9ae59daeab82719c4.js +0 -1
  830. package/dist/d04707d65591e86810ebc56d48b10810.js +0 -1
  831. package/dist/d1a58542777d072396d7cee5487304f9.js +0 -1
  832. package/dist/d1efdca26800423a363b769b1834cfcf.js +0 -1
  833. package/dist/d2a00e1726c71ca10fbaf4b9c4374458.js +0 -1
  834. package/dist/d2fe7592ff2fdda099b2b6355abe8c06.js +0 -1
  835. package/dist/d30fa4070abd6929228505790744e180.js +0 -1
  836. package/dist/d43ad5f9bad9a042b49b2592c7639c28.js +0 -1
  837. package/dist/d542dda7308361c34af2afb9b70d755a.js +0 -1
  838. package/dist/d5a6140d581e5c4eb200259ce372f40b.js +0 -1
  839. package/dist/d5a6dcf9830ac1369f3b.svg +0 -1
  840. package/dist/d5f79987405c2169278f8de37bcc9d05.js +0 -1
  841. package/dist/d78d3b050ea95b068380d975fd413fd7.js +0 -1
  842. package/dist/d79b3962938d65fb85c6f844e86d92d9.js +0 -1
  843. package/dist/d7b57d5ebdcade0ce5e047509e06861a.js +0 -1
  844. package/dist/d7d616d4aa8fd3f51d681242853dcde9.js +0 -1
  845. package/dist/d83f2acd25388452582e5a4c727255b0.js +0 -1
  846. package/dist/da1c1b1569c4d5872c9a18c29f0b5c90.js +0 -1
  847. package/dist/da55f4fe3daed3f79fc4565668ecf7dd.js +0 -1
  848. package/dist/db8ca5cfb6fe4aaef215f116f6991784.js +0 -1
  849. package/dist/dbc87324ecf271d088a2ab0823de9c5d.js +0 -1
  850. package/dist/dbd05051a3ecf6b10e2f7b8904153f2d.js +0 -1
  851. package/dist/dc1eb6c1c92d7067c72b82b2833a7d2c.js +0 -1
  852. package/dist/dcb197c0214e800da9d9436dfc9437d6.js +0 -1
  853. package/dist/dd249572bee43eea33a6.ttf +0 -0
  854. package/dist/ddbc961769cd2ff4d4a7a136168ebf4c.js +0 -1
  855. package/dist/de0fd4fd7c2d7a4887cbc99eed91f797.js +0 -1
  856. package/dist/df37029cdf8359ecac0aebdf4f257d03.js +0 -1
  857. package/dist/df5710d97a899b672060afaa8c4891c2.js +0 -1
  858. package/dist/dfb7dd1fab06b2403f76c23f80b15738.js +0 -1
  859. package/dist/e07a0b284934d3a0e8c02c508edc9df1.js +0 -1
  860. package/dist/e0adad8a8579bf99f3e22f7c214a5c64.js +0 -1
  861. package/dist/e0e32c3798e8895695ce5b372a0c989f.js +0 -1
  862. package/dist/e2b38a8393be2cf23f3894ace3efb1c3.js +0 -1
  863. package/dist/e32f09119052a55cce3c.png +0 -1
  864. package/dist/e3851b9384a984c6fdb5.png +0 -1
  865. package/dist/e3ba4b654313ae98884a6c9044197e09.js +0 -1
  866. package/dist/e4565878df49fd4ce3edd3f1022c1695.js +0 -1
  867. package/dist/e4917fa7632b01d28e99304d32d989f7.js +0 -1
  868. package/dist/e4968d8264b40c14f123f28419eb456d.js +0 -1
  869. package/dist/e56fe7e8042772742953d0daa47cd621.js +0 -1
  870. package/dist/e6070e43daf8a9e5f13f515a5a03e66c.js +0 -1
  871. package/dist/e61779df91186b23e7adf2d1968b2708.js +0 -1
  872. package/dist/e6ad50b520736b595970c9e07029c3f1.js +0 -1
  873. package/dist/e6cf8898b285b71e2abe832717ac7060.js +0 -1
  874. package/dist/e6fae0b04a3000a57f22bb25325c8afe.js +0 -1
  875. package/dist/e6fb5287a46e030336c006e3f50ade3a.js +0 -1
  876. package/dist/e7e1a807af3160b342e0a3550cf8f7c5.js +0 -1
  877. package/dist/e874d975c9128dc6eb9a513d088bed9f.js +0 -1
  878. package/dist/e8fa659263d5ca9e0d1be69c048133a8.js +0 -1
  879. package/dist/e97cfa120fde26da0359ca29afaf3171.js +0 -1
  880. package/dist/eaa55a522fb2cb2f0287711f42344984.js +0 -1
  881. package/dist/eba5ee3fb1f3e92af88c69e50b2a8fd1.js +0 -1
  882. package/dist/ec2d138afc9cc9e81c4c6ef36ed55228.js +0 -1
  883. package/dist/ec32839f8f3353e66b85450525fa3114.js +0 -1
  884. package/dist/ecd02712f5a40fcdaa3bfa8190470024.js +0 -1
  885. package/dist/ecd37b343c4dcc8dac849b1c680dcbef.js +0 -1
  886. package/dist/ecdb4966f685f3e44b1f28fae46827a3.js +0 -1
  887. package/dist/ee694c1bcbdc9439e50f816c39fd1023.js +0 -1
  888. package/dist/efc14cdf19554635e477781704353ec2.js +0 -1
  889. package/dist/f0548260c0ac6b0e7cdb8909df1a5333.js +0 -1
  890. package/dist/f0878cc386a608146dbc8fb3b6745c42.js +0 -1
  891. package/dist/f326f2f263b1498fedbe1d07d7254d10.js +0 -1
  892. package/dist/f3c7b9d832aa442df3d140f7697b4f62.js +0 -1
  893. package/dist/f422f99dc05cb0013092.png +0 -1
  894. package/dist/f42342b39da2c42adc65ebcf52839f90.js +0 -1
  895. package/dist/f4c53706e1721b08e8b2f650c8bd35c4.js +0 -1
  896. package/dist/f582d9feb91d31036d3dae4cdaea865f.js +0 -1
  897. package/dist/f5bea0e1099339b99b21ee2d3c0fc489.js +0 -1
  898. package/dist/f7186078e00d958aa2b316483dfc7e1c.js +0 -1
  899. package/dist/f79630d85284a7f6dadc25c1d256af0a.js +0 -1
  900. package/dist/f80efec9a63094f19edae0480a0f2cd8.js +0 -1
  901. package/dist/f90003058d7087f15baa27b80bf08c1d.js +0 -1
  902. package/dist/f980fd09c34c277299e2d3f83aebdba5.js +0 -1
  903. package/dist/f9891d13237b59ce53f07874ab7a711b.js +0 -1
  904. package/dist/fb59a7c154104a421146ab9e5bd71540.js +0 -1
  905. package/dist/fc00657a30e4c8d53e47374ba0b1e8bf.js +0 -1
  906. package/dist/fd40b62490e412d27bc67e660aacae19.js +0 -1
  907. package/dist/fd5bc50b18c9f46380cbe5ec1ac2127b.js +0 -1
  908. package/dist/fd5e2efd3b2d047abe8473f99c650a35.js +0 -1
  909. package/dist/fdf4d851b44839d8fdfa77b3419bce19.js +0 -1
  910. package/dist/ffd3b83e8b5878f4785591ff54b1dfff.js +0 -1
  911. package/dist/index.js +0 -2
  912. package/dist/index.js.LICENSE.txt +0 -269
  913. package/dist/main.css +0 -4359
  914. package/dist/public/icons/2d496b55d85a9545d7311c073af442bb.png +0 -0
  915. package/dist/public/icons/2fbb4e0927d18e3f8e5c6511ab88d5b3.png +0 -0
  916. package/dist/public/icons/8066280d0bf51efeeb6ed9637f730aac.svg +0 -455
  917. package/dist/public/icons/90553767e0a05b9585a54797cfd9ce51.png +0 -0
  918. package/dist/public/icons/97210ba7dc321670f4a144c1b40e88d8.png +0 -0
  919. package/dist/public/icons/NoData.png +0 -0
  920. package/dist/public/icons/antsomi_logo.png +0 -0
  921. package/dist/public/icons/bb64e23a1ff390a416d765ee556096ab.svg +0 -87
  922. package/dist/public/icons/d327b24e9c5d8f486f08d253aab58ce6.png +0 -0
  923. package/dist/public/icons/email.png +0 -0
  924. package/dist/public/icons/english.png +0 -0
  925. package/dist/public/icons/f1cf266d0a0a53ce07f2dbb859869b7a.png +0 -0
  926. package/dist/public/icons/forgot_password.png +0 -0
  927. package/dist/public/icons/img-account-big.png +0 -0
  928. package/dist/public/icons/ip14-pro-camera.png +0 -0
  929. package/dist/public/icons/ip14-pro-mobile-frame.png +0 -0
  930. package/dist/public/icons/iphone-top-bar.png +0 -0
  931. package/dist/public/icons/iphone.png +0 -0
  932. package/dist/public/icons/loginStep2.png +0 -0
  933. package/dist/public/icons/placeholder-image.png +0 -0
  934. package/dist/public/icons/profile.png +0 -0
  935. package/dist/public/icons/recommendation-human.png +0 -0
  936. package/dist/public/icons/skeleton-background.png +0 -0
  937. package/dist/public/icons/stars_slider.png +0 -0
  938. package/dist/public/icons/step1.png +0 -0
  939. package/dist/public/icons/step2.png +0 -0
  940. package/dist/public/icons/tail.png +0 -0
  941. package/dist/public/icons/transparent.svg +0 -1
  942. package/dist/public/icons/vietnam.png +0 -0
@@ -1,785 +1,785 @@
1
1
  import { Button, Checkbox, Modal } from '@antscorp/antsomi-ui/es/components';
2
2
  import styled from 'styled-components';
3
- export const WrapperHeader = styled.div `
4
- display: flex;
5
- justify-content: space-between;
6
- padding: 0 15px;
7
- align-items: center;
8
- border-bottom: 1px solid #e5e5e5;
9
- height: 50px;
10
- `;
11
- export const WrapperContent = styled.div `
12
- display: flex;
13
- gap: 20px;
14
- padding: 15px;
15
- `;
16
- export const WrapperLeftContent = styled.div `
17
- width: 38%;
18
- // border-right: 1px solid #e5e5e5;
19
- overflow: auto;
20
- ::-webkit-scrollbar {
21
- width: 8px;
22
- height: 8px;
23
- }
24
- ::-webkit-scrollbar-track {
25
- background: #f2f2f2;
26
- }
27
-
28
- ::-webkit-scrollbar-thumb {
29
- background: #cccccc;
30
- }
31
- `;
32
- export const WrapperRightContent = styled.div `
33
- flex: 1;
34
- overflow: auto;
35
- ::-webkit-scrollbar {
36
- width: 8px;
37
- height: 8px;
38
- }
39
- ::-webkit-scrollbar-track {
40
- background: #f2f2f2;
41
- }
42
-
43
- ::-webkit-scrollbar-thumb {
44
- background: #cccccc;
45
- }
46
- `;
47
- export const WrapperTextEdit = styled.a `
48
- white-space: nowrap;
49
- font-size: 12px;
50
- color: ${props => (props.color ? props.color : '#000')};
51
- text-decoration: none;
52
- cursor: ${props => (props.color ? 'pointer' : 'default')};
53
- max-width: 300px;
54
- overflow: hidden;
55
- display: inline-block;
56
- text-overflow: ellipsis;
57
- &:hover {
58
- color: ${props => (props.color ? props.color : '#000')};
59
- }
60
- `;
61
- export const WrapperTextInput = styled.input `
62
- width: ${props => (props.width ? props.width : 'unset')};
63
- min-width: ${props => (props.width ? props.width : 'unset')};
64
- height: 30px;
65
- border-top: none;
66
- border-left: none;
67
- border-right: none;
68
- border-bottom: 1px solid #b8cfe6;
69
- outline: none;
70
- flex: 1;
71
- &:hover {
72
- background-color: rgb(242, 249, 255);
73
- }
74
- font-size: 12px;
75
- color: #000;
76
- `;
77
- export const WrapperContentInput = styled.div `
78
- display: flex;
79
- align-items: ${props => (props.flexStart ? 'flex-start' : 'center')};
80
-
81
- .error-message {
82
- font-size: 12px;
83
- color: red;
84
- margin-top: 5px;
85
- }
86
- `;
87
- export const WrapperLable = styled.label `
88
- width: 165px;
89
- min-width: 165px;
90
- color: #666;
91
- text-align: left;
92
- display: inline-block;
93
- font-size: 12px;
94
- `;
95
- export const WrapperDropdown = styled.div `
96
- position: relative;
97
- `;
98
- export const WrapperToggleDropdown = styled.div `
99
- &.wrapper-select-options {
100
- background-color: #fff !important;
101
- border-radius: 0;
102
- border-top: none;
103
- border-left: none;
104
- width: 300px;
105
- height: 30px;
106
- border-right: none;
107
- border-bottom: 1px solid rgb(184, 207, 230);
108
- outline: none;
109
- color: #000 !important;
110
- border-color: rgb(184, 207, 230) !important;
111
- display: flex;
112
- align-items: center;
113
- padding: 0 4px;
114
- justify-content: space-between;
115
- &:hover {
116
- color: #000 !important;
117
- background-color: rgb(242, 249, 255) !important;
118
- border-color: rgb(184, 207, 230) !important;
119
- outline: none !important;
120
- box-shadow: none !important;
121
- }
122
- &:focus {
123
- color: #000 !important;
124
- background-color: #fff !important;
125
- border-color: rgb(184, 207, 230) !important;
126
- outline: none !important;
127
- box-shadow: none !important;
128
- }
129
- &:active {
130
- color: #000 !important;
131
- background-color: #fff !important;
132
- border-color: rgb(184, 207, 230) !important;
133
- outline: none !important;
134
- box-shadow: none !important;
135
- }
136
- }
137
- `;
138
- export const WrapperDropdownMenu = styled.div `
139
- box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%),
140
- 0px 3px 14px 2px rgb(0 0 0 / 12%);
141
- width: 100%;
142
- max-height: 300px;
143
- overflow-y: auto;
144
- position: absolute;
145
- z-index: 10;
146
- top: 30;
147
- right: 0;
148
- padding: 8px 0;
149
- border-radius: 4px;
150
- background: #fff;
151
- border: none !important;
152
- ::-webkit-scrollbar {
153
- width: 8px;
154
- height: 8px;
155
- }
156
- ::-webkit-scrollbar-track {
157
- background: #f2f2f2;
158
- }
159
-
160
- ::-webkit-scrollbar-thumb {
161
- background: #cccccc;
162
- }
163
- `;
164
- export const WrapperDropdownItem = styled.div `
165
- color: #33475b !important;
166
- font-size: 14px;
167
- padding: 5px 12px;
168
- &:hover {
169
- color: #000 !important;
170
- background-color: rgb(242, 249, 255) !important;
171
- border-color: rgb(184, 207, 230) !important;
172
- outline: none !important;
173
- box-shadow: none !important;
174
- }
175
- &:focus {
176
- color: #000 !important;
177
- background-color: #fff !important;
178
- border-color: rgb(184, 207, 230) !important;
179
- outline: none !important;
180
- box-shadow: none !important;
181
- }
182
- &:active {
183
- color: #000 !important;
184
- background-color: #fff !important;
185
- border-color: rgb(184, 207, 230) !important;
186
- outline: none !important;
187
- box-shadow: none !important;
188
- }
189
- `;
190
- export const WrapperLabelDropdown = styled.div `
191
- color: #000;
192
- font-size: 12px;
193
- `;
194
- export const MaterialChip = styled.div `
195
- margin: 0;
196
- background-color: #cae5fe;
197
- color: #000;
198
- font-size: 12px;
199
- position: relative;
200
- border-radius: 12px;
201
- display: flex;
202
- padding: 10px;
203
- align-items: center;
204
- height: 24px;
205
- width: fit-content;
206
- .content-chip {
207
- margin: 0 5px;
208
- display: flex;
209
- align-items: center;
210
- white-space: nowrap;
211
- overflow: hidden;
212
- text-overflow: ellipsis;
213
- }
214
- &:hover .delete-button {
215
- display: flex;
216
- }
217
- .delete-button {
218
- display: none;
219
- right: 5px;
220
- position: absolute;
221
- top: 4px;
222
- z-index: 10;
223
- border: 0;
224
- cursor: pointer;
225
- outline: none;
226
- background: #fff;
227
- color: #005eb8;
228
- font-size: 12px;
229
- border-radius: 50%;
230
- span {
231
- height: 16px;
232
- width: 16px;
233
- padding: 0px;
234
- color: #000;
235
- font-size: 12px;
236
- }
237
- }
238
- `;
239
- export const Wrapper = styled.div `
240
- overflow-x: hidden;
241
- align-items: center;
242
- cursor: pointer;
243
- display: flex;
244
- min-width: 0;
245
- .chip-container {
246
- margin: 0px 4px 0 0px;
247
- overflow: hidden;
248
- font-size: 0.813rem;
249
- font-family: Roboto-Bold;
250
- height: 24px;
251
- }
252
- `;
253
- export const DivLoading = styled.div `
254
- height: 30px;
255
- width: 20%;
256
- position: relative;
257
- .private-overlay {
258
- padding: 0 !important;
259
- }
260
- `;
261
- export const WrapperListAccount = styled.div `
262
- display: flex;
263
- justify-content: flex-start;
264
- align-items: center;
265
- flex-wrap: wrap;
266
- gap: 10px;
267
- width: 400px;
268
- min-width: 400px;
269
- `;
270
- export const Title = styled.div `
271
- color: #666;
272
- font-size: 12px;
273
- margin-bottom: 20px;
274
- `;
275
- export const TitleName = styled.p `
276
- color: #000;
277
- font-size: 12px;
278
- white-space: nowrap;
279
- margin-bottom: 10px;
280
- `;
281
- export const WrapperNotication = styled.div `
282
- display: flex;
283
- flex-direction: column;
284
- gap: 10px;
285
- `;
286
- export const WrapperFooter = styled.div `
287
- display: flex;
288
- align-items: center;
289
- gap: 15px;
290
- height: 58px;
291
- padding-left: 15px;
292
- border-top: 1px solid #e5e5e5;
293
- `;
294
- export const WrapperEditor = styled.div `
295
- // padding: 15px;
296
- .tox-tinymce {
297
- border-top-left-radius: 10px !important;
298
- border-top-right-radius: 10px !important;
299
- border-bottom: none !important;
300
- }
301
-
302
- .error-message {
303
- font-size: 12px;
304
- color: red;
305
- margin-top: 5px;
306
- }
307
-
308
- .tox {
309
- .tox-tbtn--enabled {
310
- background: #deeffe;
311
- }
312
- .tox-tbtn {
313
- &:hover {
314
- background: #f2f9ff;
315
- }
316
- svg {
317
- fill: #595959;
318
- }
319
- }
320
- }
321
- `;
322
- export const WrapperListAccountSearch = styled.div `
323
- display: flex;
324
- flex-direction: column;
325
- max-height: 300px;
326
- overflow-y: auto;
327
- gap: 8px;
328
- ::-webkit-scrollbar {
329
- width: 8px;
330
- height: 8px;
331
- }
332
- ::-webkit-scrollbar-track {
333
- background: #f2f2f2;
334
- }
335
-
336
- ::-webkit-scrollbar-thumb {
337
- background: #cccccc;
338
- }
339
- `;
340
- export const WrapperItemAccountSearch = styled.div `
341
- display: flex;
342
- cursor: pointer;
343
- align-items: center;
344
- gap: 3px;
345
- padding-left: 15px;
346
- `;
347
- export const WrapperFooterPopup = styled.div `
348
- display: flex;
349
- align-items: center;
350
- justify-content: flex-start;
351
- border-top: 1px solid #dbe9f7;
352
- padding: 15px;
353
- gap: 15px;
354
- `;
355
- export const WrapperIconEditor = styled.div `
356
- // border-top: ${props => (props.borderTop ? '1px solid #D4D4D4' : 'none')};
357
- border: 1px solid #d4d4d4;
358
- display: flex;
359
- align-items: center;
360
- padding: 10px;
361
- justify-content: space-between;
362
- border-bottom-left-radius: 10px !important;
363
- border-bottom-right-radius: 10px !important;
364
- height: 50px;
365
-
366
- .reply-btn {
367
- }
368
- `;
369
- export const WrapperInputFile = styled.div `
370
- position: relative;
371
- width: 24px;
372
- height: 24px;
373
-
374
- .upload-wrapper-label {
375
- display: block;
376
- height: 100%;
377
- display: flex;
378
- align-items: center;
379
- }
380
-
381
- .upload-icon {
382
- color: #005eb8;
383
- font-size: 20.5px;
384
- width: 24px;
385
- cursor: pointer;
386
- }
387
- `;
388
- export const WrapperLinkItemFiles = styled.div `
389
- border-right: 1px solid #d4d4d4;
390
- border-left: 1px solid #d4d4d4;
391
-
392
- &.no-border {
393
- border: none !important;
394
- }
395
-
396
- .image-item {
397
- img {
398
- max-width: 100%;
399
- object-fit: contains;
400
- }
401
- }
402
-
403
- .file-item {
404
- color: #000;
405
- display: flex;
406
- align-items: center;
407
- justify-content: space-between;
408
- line-height: 30px;
409
- height: 30px;
410
- padding: 0 14px 0 10px;
411
-
412
- &.rounded {
413
- border-radius: 10px;
414
- padding: 0 10px;
415
- }
416
-
417
- .file-name-group {
418
- display: flex;
419
- align-items: center;
420
- gap: 10px;
421
- }
422
- .file-icon {
423
- font-size: 20.5px;
424
- color: #595959;
425
- }
426
- .file-name {
427
- overflow: hidden;
428
- text-overflow: ellipsis;
429
- display: -webkit-box;
430
- -webkit-line-clamp: 1;
431
- -webkit-box-orient: vertical;
432
- }
433
- .remove-btn {
434
- font-size: 12px;
435
- color: #595959;
436
- cursor: pointer;
437
- display: none;
438
- }
439
- .download-btn {
440
- font-size: 24px;
441
- color: #595959;
442
- cursor: pointer;
443
- display: none;
444
- }
445
-
446
- &:hover {
447
- background: #f2f9ff;
448
- .remove-btn {
449
- display: block;
450
- }
451
- .download-btn {
452
- display: block;
453
- }
454
- }
455
- }
456
- `;
457
- export const WrapperSnackbar = styled.div `
458
- .MuiPaper-root.MuiSnackbarContent-root.MuiPaper-elevation6 {
459
- background: ${props => props.background};
460
- min-width: unset;
461
- text-align: center;
462
- padding: 4px;
463
- .MuiSnackbarContent-message {
464
- width: 100%;
465
- text-align: center;
466
- padding: 0px;
467
- }
468
- }
469
- `;
470
- export const WrapperModalHeader = styled.div `
471
- font-size: 16px;
472
- color: #000;
473
- font-weight: bold;
474
- padding: 16px;
475
- border-bottom: 1px solid #dee2e6;
476
- `;
477
- export const WrapperAvatar = styled.div `
478
- display: flex;
479
- align-items: flex-start;
480
- gap: 10px;
481
-
482
- .avatar {
483
- width: 40px;
484
- height: 40px;
485
- border-radius: 50%;
486
- object-fit: contains;
487
- }
488
- .user-info {
489
- display: flex;
490
- flex-direction: column;
491
- font-size: 12px;
492
- color: #000;
493
-
494
- &__name {
495
- font-weight: 600;
496
- line-height: 14.06px;
497
- }
498
- &__to-user {
499
- color: #7f7f7f;
500
- display: flex;
501
- align-items: center;
502
- gap: 8px;
503
- line-height: 14.06px;
504
- }
505
- &__expand-icon {
506
- font-size: 7px;
507
- color: #7f7f7f;
508
- cursor: pointer;
509
-
510
- &.open {
511
- transform: rotate(180deg);
512
- position: relative;
513
- top: 3px;
514
- }
515
- }
516
- &__desc {
517
- line-height: 13px;
518
- margin-top: 5px;
519
- display: flex;
520
- flex-direction: column;
521
- gap: 5px;
522
- }
523
- &__followers {
524
- display: flex;
525
- align-items: flex-start;
526
- gap: 10px;
527
- }
528
- .icon-wrapper {
529
- width: 16px;
530
- height: 16px;
531
- display: flex;
532
- align-items: center;
533
- justify-content: center;
534
- transform: rotate(90deg);
535
- transform-origin: center;
536
- }
537
- }
538
- `;
539
- export const WrapperContentAvatar = styled.div `
540
- display: flex;
541
- flex-direction: column;
542
- gap: 20px;
543
- padding: 15px;
544
- border-bottom: 1px solid #e5e5e5;
545
-
546
- .comment-header {
547
- display: flex;
548
- alignitems: flex-start;
549
- justifycontent: space-between;
550
- position: relative;
551
- }
552
- .comment-time {
553
- position: absolute;
554
- top: 10px;
555
- left: 50%;
556
- transform: translateX(-50%);
557
- width: fit-content;
558
- fontsize: 12px;
559
- color: #7f7f7f;
560
- marginright: 5px;
561
- whitespace: nowrap;
562
- }
563
- .comment-content {
564
- font-size: 12px;
565
- color: #333;
566
- }
567
- `;
568
- export const WrapperMessageContent = styled.div `
569
- // height: calc(100% - 354px);
570
- min-height: 150px;
571
- overflow: auto;
572
- ::-webkit-scrollbar {
573
- width: 8px;
574
- height: 8px;
575
- }
576
- ::-webkit-scrollbar-track {
577
- background: #f2f2f2;
578
- }
579
-
580
- ::-webkit-scrollbar-thumb {
581
- background: #cccccc;
582
- }
583
- `;
584
- export const WrapperLoading = styled.div `
585
- width: ${props => (props.width ? props.width : 'calc(100% - 100px)')};
586
- height: ${props => (props.height ? props.height : '100%')};
587
- position: fixed;
588
- background: rgba(0, 0, 0, 0.06);
589
- display: flex;
590
- align-items: center;
591
- justify-content: center;
592
- z-index: 2000;
593
- `;
594
- export const WrapperBtnAddAcc = styled(Button) `
595
- &.MuiButton-outlined {
596
- display: flex;
597
- align-items: center;
598
- border: 1px solid #005eb8;
599
- height: 24px;
600
- border-radius: 20px;
601
- padding: 10px;
602
- }
603
- &.MuiButton-root:hover {
604
- background: #fff;
605
- }
606
- `;
607
- export const WrapperModalImg = styled(Modal) `
608
- &.image-modal {
609
- display: flex;
610
- align-items: center;
611
- justify-content: center;
612
- height: 100vh;
613
- .modal-content {
614
- border: none;
615
- background: transparent;
616
- height: 100%;
617
- width: 100%;
618
- }
619
- .modal-img-content {
620
- width: 90%;
621
- height: 90%;
622
- outline: none !important;
623
- }
624
- }
625
- `;
626
- export const WrapperModalHeaderImg = styled.div `
627
- height: 20px;
628
- width: calc(100% + 40px);
629
- display: flex;
630
- justify-content: flex-end;
631
- `;
632
- export const TicketButton = styled.button `
633
- width: 36px;
634
- height: 36px;
635
- border: 1px solid #e0e6eb;
636
- border-radius: 5px;
637
- display: flex;
638
- align-items: center;
639
- justify-content: center;
640
- position: relative;
641
- background: #fff;
642
- cursor: pointer;
643
-
644
- &:focus {
645
- outline: none;
646
- }
647
-
648
- > .add-icon {
649
- position: absolute;
650
- bottom: -3px;
651
- right: -3px;
652
- }
653
- `;
654
- export const WrapperCheckBox = styled(Checkbox) `
655
- &.MuiCheckbox-colorPrimary.Mui-checked {
656
- color: #005eb8;
657
- }
658
- `;
659
- export const WrapperMessage = styled.div `
660
- &.container-content {
661
- z-index: 10000;
662
- bottom: 40px;
663
- left: 10px;
664
- position: fixed;
665
- width: 345px;
666
- height: 72px;
667
- animation: myfirst 0.2s ease-in-out;
668
- @keyframes myfirst {
669
- 0% {
670
- left: -150px;
671
- }
672
- 25% {
673
- left: -100px;
674
- }
675
- 50% {
676
- left: -50px;
677
- }
678
- 75% {
679
- left: 0px;
680
- }
681
- 100% {
682
- left: 10px;
683
- }
684
- }
685
- }
686
-
687
- .content {
688
- background: #333;
689
- border-top-left-radius: 3px;
690
- border-bottom-left-radius: 3px;
691
- padding: 12px 24px;
692
- }
693
-
694
- .icon-check {
695
- width: 100%;
696
- height: 100%;
697
- color: #fff;
698
- display: flex;
699
- align-items: center;
700
- justify-content: center;
701
-
702
- .check-icon {
703
- font-size: 9px;
704
- }
705
- }
706
-
707
- .floating {
708
- color: '#6ac259';
709
- font-size: 14px;
710
- align-items: center;
711
- // justify-content: space-between;
712
- box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.375em 0px !important;
713
- border-left: 0.35rem solid;
714
- border-radius: 0.35rem;
715
- background-color: white;
716
- padding: 0.75rem 1.5rem;
717
- position: relative;
718
-
719
- display: inline-flex;
720
- max-width: 100%;
721
- pointer-events: auto;
722
- text-align: left;
723
- height: 72px;
724
- width: 435px;
725
- .alert__title {
726
- font-weight: 700;
727
- /* text-shadow: 0 0 1px transparent; */
728
- margin-bottom: 0.5rem;
729
- margin-top: 0;
730
- display: block;
731
- line-height: normal;
732
- text-transform: none;
733
- font-size: 16px !important;
734
- color: inherit;
735
- }
736
- .secondary__title {
737
- color: grey;
738
- }
739
- .floating-alert-list__child-wrapper {
740
- left: 0;
741
- overflow: auto;
742
- position: absolute;
743
- top: 0;
744
- width: 100%;
745
- }
746
- .noti-content {
747
- min-width: 200px;
748
- }
749
- }
750
- `;
751
- export const TicketEditorWrapper = styled.div `
752
- .modal {
753
- display: flex;
754
- align-items: center;
755
- justify-content: center;
756
- }
757
- .wrapperBody {
758
- background: #fff;
759
- width: 500px;
760
- border-radius: 4px;
761
- }
762
- .modalBody {
763
- padding: 16px;
764
- }
765
- .modalFooter {
766
- padding: 12px;
767
- justify-content: flex-start;
768
- gap: 10px;
769
- display: flex;
770
- }
771
- .popoverBody {
772
- padding: 0;
773
- }
774
- .popoverItem {
775
- cursor: pointer;
776
- padding: 5px 10px;
777
- font-size: 13px !important;
778
-
779
- &:hover {
780
- background-color: #ddd;
781
- }
782
- }
3
+ export const WrapperHeader = styled.div `
4
+ display: flex;
5
+ justify-content: space-between;
6
+ padding: 0 15px;
7
+ align-items: center;
8
+ border-bottom: 1px solid #e5e5e5;
9
+ height: 50px;
10
+ `;
11
+ export const WrapperContent = styled.div `
12
+ display: flex;
13
+ gap: 20px;
14
+ padding: 15px;
15
+ `;
16
+ export const WrapperLeftContent = styled.div `
17
+ width: 38%;
18
+ // border-right: 1px solid #e5e5e5;
19
+ overflow: auto;
20
+ ::-webkit-scrollbar {
21
+ width: 8px;
22
+ height: 8px;
23
+ }
24
+ ::-webkit-scrollbar-track {
25
+ background: #f2f2f2;
26
+ }
27
+
28
+ ::-webkit-scrollbar-thumb {
29
+ background: #cccccc;
30
+ }
31
+ `;
32
+ export const WrapperRightContent = styled.div `
33
+ flex: 1;
34
+ overflow: auto;
35
+ ::-webkit-scrollbar {
36
+ width: 8px;
37
+ height: 8px;
38
+ }
39
+ ::-webkit-scrollbar-track {
40
+ background: #f2f2f2;
41
+ }
42
+
43
+ ::-webkit-scrollbar-thumb {
44
+ background: #cccccc;
45
+ }
46
+ `;
47
+ export const WrapperTextEdit = styled.a `
48
+ white-space: nowrap;
49
+ font-size: 12px;
50
+ color: ${props => (props.color ? props.color : '#000')};
51
+ text-decoration: none;
52
+ cursor: ${props => (props.color ? 'pointer' : 'default')};
53
+ max-width: 300px;
54
+ overflow: hidden;
55
+ display: inline-block;
56
+ text-overflow: ellipsis;
57
+ &:hover {
58
+ color: ${props => (props.color ? props.color : '#000')};
59
+ }
60
+ `;
61
+ export const WrapperTextInput = styled.input `
62
+ width: ${props => (props.width ? props.width : 'unset')};
63
+ min-width: ${props => (props.width ? props.width : 'unset')};
64
+ height: 30px;
65
+ border-top: none;
66
+ border-left: none;
67
+ border-right: none;
68
+ border-bottom: 1px solid #b8cfe6;
69
+ outline: none;
70
+ flex: 1;
71
+ &:hover {
72
+ background-color: rgb(242, 249, 255);
73
+ }
74
+ font-size: 12px;
75
+ color: #000;
76
+ `;
77
+ export const WrapperContentInput = styled.div `
78
+ display: flex;
79
+ align-items: ${props => (props.flexStart ? 'flex-start' : 'center')};
80
+
81
+ .error-message {
82
+ font-size: 12px;
83
+ color: red;
84
+ margin-top: 5px;
85
+ }
86
+ `;
87
+ export const WrapperLable = styled.label `
88
+ width: 165px;
89
+ min-width: 165px;
90
+ color: #666;
91
+ text-align: left;
92
+ display: inline-block;
93
+ font-size: 12px;
94
+ `;
95
+ export const WrapperDropdown = styled.div `
96
+ position: relative;
97
+ `;
98
+ export const WrapperToggleDropdown = styled.div `
99
+ &.wrapper-select-options {
100
+ background-color: #fff !important;
101
+ border-radius: 0;
102
+ border-top: none;
103
+ border-left: none;
104
+ width: 300px;
105
+ height: 30px;
106
+ border-right: none;
107
+ border-bottom: 1px solid rgb(184, 207, 230);
108
+ outline: none;
109
+ color: #000 !important;
110
+ border-color: rgb(184, 207, 230) !important;
111
+ display: flex;
112
+ align-items: center;
113
+ padding: 0 4px;
114
+ justify-content: space-between;
115
+ &:hover {
116
+ color: #000 !important;
117
+ background-color: rgb(242, 249, 255) !important;
118
+ border-color: rgb(184, 207, 230) !important;
119
+ outline: none !important;
120
+ box-shadow: none !important;
121
+ }
122
+ &:focus {
123
+ color: #000 !important;
124
+ background-color: #fff !important;
125
+ border-color: rgb(184, 207, 230) !important;
126
+ outline: none !important;
127
+ box-shadow: none !important;
128
+ }
129
+ &:active {
130
+ color: #000 !important;
131
+ background-color: #fff !important;
132
+ border-color: rgb(184, 207, 230) !important;
133
+ outline: none !important;
134
+ box-shadow: none !important;
135
+ }
136
+ }
137
+ `;
138
+ export const WrapperDropdownMenu = styled.div `
139
+ box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%),
140
+ 0px 3px 14px 2px rgb(0 0 0 / 12%);
141
+ width: 100%;
142
+ max-height: 300px;
143
+ overflow-y: auto;
144
+ position: absolute;
145
+ z-index: 10;
146
+ top: 30;
147
+ right: 0;
148
+ padding: 8px 0;
149
+ border-radius: 4px;
150
+ background: #fff;
151
+ border: none !important;
152
+ ::-webkit-scrollbar {
153
+ width: 8px;
154
+ height: 8px;
155
+ }
156
+ ::-webkit-scrollbar-track {
157
+ background: #f2f2f2;
158
+ }
159
+
160
+ ::-webkit-scrollbar-thumb {
161
+ background: #cccccc;
162
+ }
163
+ `;
164
+ export const WrapperDropdownItem = styled.div `
165
+ color: #33475b !important;
166
+ font-size: 14px;
167
+ padding: 5px 12px;
168
+ &:hover {
169
+ color: #000 !important;
170
+ background-color: rgb(242, 249, 255) !important;
171
+ border-color: rgb(184, 207, 230) !important;
172
+ outline: none !important;
173
+ box-shadow: none !important;
174
+ }
175
+ &:focus {
176
+ color: #000 !important;
177
+ background-color: #fff !important;
178
+ border-color: rgb(184, 207, 230) !important;
179
+ outline: none !important;
180
+ box-shadow: none !important;
181
+ }
182
+ &:active {
183
+ color: #000 !important;
184
+ background-color: #fff !important;
185
+ border-color: rgb(184, 207, 230) !important;
186
+ outline: none !important;
187
+ box-shadow: none !important;
188
+ }
189
+ `;
190
+ export const WrapperLabelDropdown = styled.div `
191
+ color: #000;
192
+ font-size: 12px;
193
+ `;
194
+ export const MaterialChip = styled.div `
195
+ margin: 0;
196
+ background-color: #cae5fe;
197
+ color: #000;
198
+ font-size: 12px;
199
+ position: relative;
200
+ border-radius: 12px;
201
+ display: flex;
202
+ padding: 10px;
203
+ align-items: center;
204
+ height: 24px;
205
+ width: fit-content;
206
+ .content-chip {
207
+ margin: 0 5px;
208
+ display: flex;
209
+ align-items: center;
210
+ white-space: nowrap;
211
+ overflow: hidden;
212
+ text-overflow: ellipsis;
213
+ }
214
+ &:hover .delete-button {
215
+ display: flex;
216
+ }
217
+ .delete-button {
218
+ display: none;
219
+ right: 5px;
220
+ position: absolute;
221
+ top: 4px;
222
+ z-index: 10;
223
+ border: 0;
224
+ cursor: pointer;
225
+ outline: none;
226
+ background: #fff;
227
+ color: #005eb8;
228
+ font-size: 12px;
229
+ border-radius: 50%;
230
+ span {
231
+ height: 16px;
232
+ width: 16px;
233
+ padding: 0px;
234
+ color: #000;
235
+ font-size: 12px;
236
+ }
237
+ }
238
+ `;
239
+ export const Wrapper = styled.div `
240
+ overflow-x: hidden;
241
+ align-items: center;
242
+ cursor: pointer;
243
+ display: flex;
244
+ min-width: 0;
245
+ .chip-container {
246
+ margin: 0px 4px 0 0px;
247
+ overflow: hidden;
248
+ font-size: 0.813rem;
249
+ font-family: Roboto-Bold;
250
+ height: 24px;
251
+ }
252
+ `;
253
+ export const DivLoading = styled.div `
254
+ height: 30px;
255
+ width: 20%;
256
+ position: relative;
257
+ .private-overlay {
258
+ padding: 0 !important;
259
+ }
260
+ `;
261
+ export const WrapperListAccount = styled.div `
262
+ display: flex;
263
+ justify-content: flex-start;
264
+ align-items: center;
265
+ flex-wrap: wrap;
266
+ gap: 10px;
267
+ width: 400px;
268
+ min-width: 400px;
269
+ `;
270
+ export const Title = styled.div `
271
+ color: #666;
272
+ font-size: 12px;
273
+ margin-bottom: 20px;
274
+ `;
275
+ export const TitleName = styled.p `
276
+ color: #000;
277
+ font-size: 12px;
278
+ white-space: nowrap;
279
+ margin-bottom: 10px;
280
+ `;
281
+ export const WrapperNotication = styled.div `
282
+ display: flex;
283
+ flex-direction: column;
284
+ gap: 10px;
285
+ `;
286
+ export const WrapperFooter = styled.div `
287
+ display: flex;
288
+ align-items: center;
289
+ gap: 15px;
290
+ height: 58px;
291
+ padding-left: 15px;
292
+ border-top: 1px solid #e5e5e5;
293
+ `;
294
+ export const WrapperEditor = styled.div `
295
+ // padding: 15px;
296
+ .tox-tinymce {
297
+ border-top-left-radius: 10px !important;
298
+ border-top-right-radius: 10px !important;
299
+ border-bottom: none !important;
300
+ }
301
+
302
+ .error-message {
303
+ font-size: 12px;
304
+ color: red;
305
+ margin-top: 5px;
306
+ }
307
+
308
+ .tox {
309
+ .tox-tbtn--enabled {
310
+ background: #deeffe;
311
+ }
312
+ .tox-tbtn {
313
+ &:hover {
314
+ background: #f2f9ff;
315
+ }
316
+ svg {
317
+ fill: #595959;
318
+ }
319
+ }
320
+ }
321
+ `;
322
+ export const WrapperListAccountSearch = styled.div `
323
+ display: flex;
324
+ flex-direction: column;
325
+ max-height: 300px;
326
+ overflow-y: auto;
327
+ gap: 8px;
328
+ ::-webkit-scrollbar {
329
+ width: 8px;
330
+ height: 8px;
331
+ }
332
+ ::-webkit-scrollbar-track {
333
+ background: #f2f2f2;
334
+ }
335
+
336
+ ::-webkit-scrollbar-thumb {
337
+ background: #cccccc;
338
+ }
339
+ `;
340
+ export const WrapperItemAccountSearch = styled.div `
341
+ display: flex;
342
+ cursor: pointer;
343
+ align-items: center;
344
+ gap: 3px;
345
+ padding-left: 15px;
346
+ `;
347
+ export const WrapperFooterPopup = styled.div `
348
+ display: flex;
349
+ align-items: center;
350
+ justify-content: flex-start;
351
+ border-top: 1px solid #dbe9f7;
352
+ padding: 15px;
353
+ gap: 15px;
354
+ `;
355
+ export const WrapperIconEditor = styled.div `
356
+ // border-top: ${props => (props.borderTop ? '1px solid #D4D4D4' : 'none')};
357
+ border: 1px solid #d4d4d4;
358
+ display: flex;
359
+ align-items: center;
360
+ padding: 10px;
361
+ justify-content: space-between;
362
+ border-bottom-left-radius: 10px !important;
363
+ border-bottom-right-radius: 10px !important;
364
+ height: 50px;
365
+
366
+ .reply-btn {
367
+ }
368
+ `;
369
+ export const WrapperInputFile = styled.div `
370
+ position: relative;
371
+ width: 24px;
372
+ height: 24px;
373
+
374
+ .upload-wrapper-label {
375
+ display: block;
376
+ height: 100%;
377
+ display: flex;
378
+ align-items: center;
379
+ }
380
+
381
+ .upload-icon {
382
+ color: #005eb8;
383
+ font-size: 20.5px;
384
+ width: 24px;
385
+ cursor: pointer;
386
+ }
387
+ `;
388
+ export const WrapperLinkItemFiles = styled.div `
389
+ border-right: 1px solid #d4d4d4;
390
+ border-left: 1px solid #d4d4d4;
391
+
392
+ &.no-border {
393
+ border: none !important;
394
+ }
395
+
396
+ .image-item {
397
+ img {
398
+ max-width: 100%;
399
+ object-fit: contains;
400
+ }
401
+ }
402
+
403
+ .file-item {
404
+ color: #000;
405
+ display: flex;
406
+ align-items: center;
407
+ justify-content: space-between;
408
+ line-height: 30px;
409
+ height: 30px;
410
+ padding: 0 14px 0 10px;
411
+
412
+ &.rounded {
413
+ border-radius: 10px;
414
+ padding: 0 10px;
415
+ }
416
+
417
+ .file-name-group {
418
+ display: flex;
419
+ align-items: center;
420
+ gap: 10px;
421
+ }
422
+ .file-icon {
423
+ font-size: 20.5px;
424
+ color: #595959;
425
+ }
426
+ .file-name {
427
+ overflow: hidden;
428
+ text-overflow: ellipsis;
429
+ display: -webkit-box;
430
+ -webkit-line-clamp: 1;
431
+ -webkit-box-orient: vertical;
432
+ }
433
+ .remove-btn {
434
+ font-size: 12px;
435
+ color: #595959;
436
+ cursor: pointer;
437
+ display: none;
438
+ }
439
+ .download-btn {
440
+ font-size: 24px;
441
+ color: #595959;
442
+ cursor: pointer;
443
+ display: none;
444
+ }
445
+
446
+ &:hover {
447
+ background: #f2f9ff;
448
+ .remove-btn {
449
+ display: block;
450
+ }
451
+ .download-btn {
452
+ display: block;
453
+ }
454
+ }
455
+ }
456
+ `;
457
+ export const WrapperSnackbar = styled.div `
458
+ .MuiPaper-root.MuiSnackbarContent-root.MuiPaper-elevation6 {
459
+ background: ${props => props.background};
460
+ min-width: unset;
461
+ text-align: center;
462
+ padding: 4px;
463
+ .MuiSnackbarContent-message {
464
+ width: 100%;
465
+ text-align: center;
466
+ padding: 0px;
467
+ }
468
+ }
469
+ `;
470
+ export const WrapperModalHeader = styled.div `
471
+ font-size: 16px;
472
+ color: #000;
473
+ font-weight: bold;
474
+ padding: 16px;
475
+ border-bottom: 1px solid #dee2e6;
476
+ `;
477
+ export const WrapperAvatar = styled.div `
478
+ display: flex;
479
+ align-items: flex-start;
480
+ gap: 10px;
481
+
482
+ .avatar {
483
+ width: 40px;
484
+ height: 40px;
485
+ border-radius: 50%;
486
+ object-fit: contains;
487
+ }
488
+ .user-info {
489
+ display: flex;
490
+ flex-direction: column;
491
+ font-size: 12px;
492
+ color: #000;
493
+
494
+ &__name {
495
+ font-weight: 600;
496
+ line-height: 14.06px;
497
+ }
498
+ &__to-user {
499
+ color: #7f7f7f;
500
+ display: flex;
501
+ align-items: center;
502
+ gap: 8px;
503
+ line-height: 14.06px;
504
+ }
505
+ &__expand-icon {
506
+ font-size: 7px;
507
+ color: #7f7f7f;
508
+ cursor: pointer;
509
+
510
+ &.open {
511
+ transform: rotate(180deg);
512
+ position: relative;
513
+ top: 3px;
514
+ }
515
+ }
516
+ &__desc {
517
+ line-height: 13px;
518
+ margin-top: 5px;
519
+ display: flex;
520
+ flex-direction: column;
521
+ gap: 5px;
522
+ }
523
+ &__followers {
524
+ display: flex;
525
+ align-items: flex-start;
526
+ gap: 10px;
527
+ }
528
+ .icon-wrapper {
529
+ width: 16px;
530
+ height: 16px;
531
+ display: flex;
532
+ align-items: center;
533
+ justify-content: center;
534
+ transform: rotate(90deg);
535
+ transform-origin: center;
536
+ }
537
+ }
538
+ `;
539
+ export const WrapperContentAvatar = styled.div `
540
+ display: flex;
541
+ flex-direction: column;
542
+ gap: 20px;
543
+ padding: 15px;
544
+ border-bottom: 1px solid #e5e5e5;
545
+
546
+ .comment-header {
547
+ display: flex;
548
+ alignitems: flex-start;
549
+ justifycontent: space-between;
550
+ position: relative;
551
+ }
552
+ .comment-time {
553
+ position: absolute;
554
+ top: 10px;
555
+ left: 50%;
556
+ transform: translateX(-50%);
557
+ width: fit-content;
558
+ fontsize: 12px;
559
+ color: #7f7f7f;
560
+ marginright: 5px;
561
+ whitespace: nowrap;
562
+ }
563
+ .comment-content {
564
+ font-size: 12px;
565
+ color: #333;
566
+ }
567
+ `;
568
+ export const WrapperMessageContent = styled.div `
569
+ // height: calc(100% - 354px);
570
+ min-height: 150px;
571
+ overflow: auto;
572
+ ::-webkit-scrollbar {
573
+ width: 8px;
574
+ height: 8px;
575
+ }
576
+ ::-webkit-scrollbar-track {
577
+ background: #f2f2f2;
578
+ }
579
+
580
+ ::-webkit-scrollbar-thumb {
581
+ background: #cccccc;
582
+ }
583
+ `;
584
+ export const WrapperLoading = styled.div `
585
+ width: ${props => (props.width ? props.width : 'calc(100% - 100px)')};
586
+ height: ${props => (props.height ? props.height : '100%')};
587
+ position: fixed;
588
+ background: rgba(0, 0, 0, 0.06);
589
+ display: flex;
590
+ align-items: center;
591
+ justify-content: center;
592
+ z-index: 2000;
593
+ `;
594
+ export const WrapperBtnAddAcc = styled(Button) `
595
+ &.MuiButton-outlined {
596
+ display: flex;
597
+ align-items: center;
598
+ border: 1px solid #005eb8;
599
+ height: 24px;
600
+ border-radius: 20px;
601
+ padding: 10px;
602
+ }
603
+ &.MuiButton-root:hover {
604
+ background: #fff;
605
+ }
606
+ `;
607
+ export const WrapperModalImg = styled(Modal) `
608
+ &.image-modal {
609
+ display: flex;
610
+ align-items: center;
611
+ justify-content: center;
612
+ height: 100vh;
613
+ .modal-content {
614
+ border: none;
615
+ background: transparent;
616
+ height: 100%;
617
+ width: 100%;
618
+ }
619
+ .modal-img-content {
620
+ width: 90%;
621
+ height: 90%;
622
+ outline: none !important;
623
+ }
624
+ }
625
+ `;
626
+ export const WrapperModalHeaderImg = styled.div `
627
+ height: 20px;
628
+ width: calc(100% + 40px);
629
+ display: flex;
630
+ justify-content: flex-end;
631
+ `;
632
+ export const TicketButton = styled.button `
633
+ width: 36px;
634
+ height: 36px;
635
+ border: 1px solid #e0e6eb;
636
+ border-radius: 5px;
637
+ display: flex;
638
+ align-items: center;
639
+ justify-content: center;
640
+ position: relative;
641
+ background: #fff;
642
+ cursor: pointer;
643
+
644
+ &:focus {
645
+ outline: none;
646
+ }
647
+
648
+ > .add-icon {
649
+ position: absolute;
650
+ bottom: -3px;
651
+ right: -3px;
652
+ }
653
+ `;
654
+ export const WrapperCheckBox = styled(Checkbox) `
655
+ &.MuiCheckbox-colorPrimary.Mui-checked {
656
+ color: #005eb8;
657
+ }
658
+ `;
659
+ export const WrapperMessage = styled.div `
660
+ &.container-content {
661
+ z-index: 10000;
662
+ bottom: 40px;
663
+ left: 10px;
664
+ position: fixed;
665
+ width: 345px;
666
+ height: 72px;
667
+ animation: myfirst 0.2s ease-in-out;
668
+ @keyframes myfirst {
669
+ 0% {
670
+ left: -150px;
671
+ }
672
+ 25% {
673
+ left: -100px;
674
+ }
675
+ 50% {
676
+ left: -50px;
677
+ }
678
+ 75% {
679
+ left: 0px;
680
+ }
681
+ 100% {
682
+ left: 10px;
683
+ }
684
+ }
685
+ }
686
+
687
+ .content {
688
+ background: #333;
689
+ border-top-left-radius: 3px;
690
+ border-bottom-left-radius: 3px;
691
+ padding: 12px 24px;
692
+ }
693
+
694
+ .icon-check {
695
+ width: 100%;
696
+ height: 100%;
697
+ color: #fff;
698
+ display: flex;
699
+ align-items: center;
700
+ justify-content: center;
701
+
702
+ .check-icon {
703
+ font-size: 9px;
704
+ }
705
+ }
706
+
707
+ .floating {
708
+ color: '#6ac259';
709
+ font-size: 14px;
710
+ align-items: center;
711
+ // justify-content: space-between;
712
+ box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.375em 0px !important;
713
+ border-left: 0.35rem solid;
714
+ border-radius: 0.35rem;
715
+ background-color: white;
716
+ padding: 0.75rem 1.5rem;
717
+ position: relative;
718
+
719
+ display: inline-flex;
720
+ max-width: 100%;
721
+ pointer-events: auto;
722
+ text-align: left;
723
+ height: 72px;
724
+ width: 435px;
725
+ .alert__title {
726
+ font-weight: 700;
727
+ /* text-shadow: 0 0 1px transparent; */
728
+ margin-bottom: 0.5rem;
729
+ margin-top: 0;
730
+ display: block;
731
+ line-height: normal;
732
+ text-transform: none;
733
+ font-size: 16px !important;
734
+ color: inherit;
735
+ }
736
+ .secondary__title {
737
+ color: grey;
738
+ }
739
+ .floating-alert-list__child-wrapper {
740
+ left: 0;
741
+ overflow: auto;
742
+ position: absolute;
743
+ top: 0;
744
+ width: 100%;
745
+ }
746
+ .noti-content {
747
+ min-width: 200px;
748
+ }
749
+ }
750
+ `;
751
+ export const TicketEditorWrapper = styled.div `
752
+ .modal {
753
+ display: flex;
754
+ align-items: center;
755
+ justify-content: center;
756
+ }
757
+ .wrapperBody {
758
+ background: #fff;
759
+ width: 500px;
760
+ border-radius: 4px;
761
+ }
762
+ .modalBody {
763
+ padding: 16px;
764
+ }
765
+ .modalFooter {
766
+ padding: 12px;
767
+ justify-content: flex-start;
768
+ gap: 10px;
769
+ display: flex;
770
+ }
771
+ .popoverBody {
772
+ padding: 0;
773
+ }
774
+ .popoverItem {
775
+ cursor: pointer;
776
+ padding: 5px 10px;
777
+ font-size: 13px !important;
778
+
779
+ &:hover {
780
+ background-color: #ddd;
781
+ }
782
+ }
783
783
  `;
784
784
  // export const DrawerHeader = styled.div`
785
785
  // background: #ffffff;
@@ -813,55 +813,55 @@ export const TicketEditorWrapper = styled.div `
813
813
  // }
814
814
  // }
815
815
  // `;
816
- export const DrawerHeader = styled.div `
817
- position: sticky;
818
- top: 0px;
819
- height: 50px;
820
- padding: 0px 15px;
821
- box-sizing: border-box;
822
- background-color: #FFFFFF;
823
- flex-shrink: 0;
824
- z-index: 20;
825
- border-bottom: 1px solid #E5E5E5;
826
- display: flex;
827
- align-items: center;
828
- justify-content: space-between;
829
- gap: 100px;
830
- width: 100%;
831
- max-width: 100%;
832
-
833
- .left-content {
834
- display: flex;
835
- align-items: center;
836
- gap: 15px;
837
- max-width: calc(100% - 150px);
838
-
839
- #header-journey-name {
840
- max-width: 100%;
841
- }
842
- }
843
-
844
- .right-content {
845
- display: flex;
846
- align-items: center;
847
- gap: 15px;
848
-
849
- .header-info-drawer {
850
- display: flex;
851
- flex-direction: column;
852
- gap: 5px;
853
- padding: 4.5px 0;
854
-
855
- > div {
856
- display: flex;
857
- align-items: center;
858
- gap: 10px;
859
- justify-content: end;
860
- }
861
-
862
- p {
863
- margin: 0;
864
- }
865
- }
866
- }
816
+ export const DrawerHeader = styled.div `
817
+ position: sticky;
818
+ top: 0px;
819
+ height: 50px;
820
+ padding: 0px 15px;
821
+ box-sizing: border-box;
822
+ background-color: #FFFFFF;
823
+ flex-shrink: 0;
824
+ z-index: 20;
825
+ border-bottom: 1px solid #E5E5E5;
826
+ display: flex;
827
+ align-items: center;
828
+ justify-content: space-between;
829
+ gap: 100px;
830
+ width: 100%;
831
+ max-width: 100%;
832
+
833
+ .left-content {
834
+ display: flex;
835
+ align-items: center;
836
+ gap: 15px;
837
+ max-width: calc(100% - 150px);
838
+
839
+ #header-journey-name {
840
+ max-width: 100%;
841
+ }
842
+ }
843
+
844
+ .right-content {
845
+ display: flex;
846
+ align-items: center;
847
+ gap: 15px;
848
+
849
+ .header-info-drawer {
850
+ display: flex;
851
+ flex-direction: column;
852
+ gap: 5px;
853
+ padding: 4.5px 0;
854
+
855
+ > div {
856
+ display: flex;
857
+ align-items: center;
858
+ gap: 10px;
859
+ justify-content: end;
860
+ }
861
+
862
+ p {
863
+ margin: 0;
864
+ }
865
+ }
866
+ }
867
867
  `;