@antscorp/antsomi-ui 1.3.6-beta.71 → 1.3.6-beta.72

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