@zohodesk/dot 1.0.0-temp-122 → 1.0.0-temp-123

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 (297) hide show
  1. package/README.md +1202 -1202
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +316 -313
  3. package/assets/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +9 -9
  4. package/assets/Appearance/dark/themes/green/greenDarkDotTheme.module.css +9 -9
  5. package/assets/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +9 -9
  6. package/assets/Appearance/dark/themes/red/redDarkDotTheme.module.css +9 -9
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +9 -9
  8. package/assets/Appearance/default/mode/dotDefaultMode.module.css +310 -307
  9. package/assets/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +9 -9
  10. package/assets/Appearance/default/themes/green/greenDefaultDotTheme.module.css +9 -9
  11. package/assets/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +9 -9
  12. package/assets/Appearance/default/themes/red/redDefaultDotTheme.module.css +9 -9
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +9 -9
  14. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +319 -316
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkDotTheme.module.css +9 -9
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkDotTheme.module.css +9 -9
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkDotTheme.module.css +9 -9
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkDotTheme.module.css +9 -9
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkDotTheme.module.css +9 -9
  20. package/css_error.log +56 -0
  21. package/dubFinder.js +96 -96
  22. package/es/ActionButton/ActionButton.module.css +139 -139
  23. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  24. package/es/Attachment/Attachment.module.css +157 -157
  25. package/es/AttachmentViewer/AttachmentViewer.module.css +353 -354
  26. package/es/ChannelIcon/ChannelIcon.module.css +217 -217
  27. package/es/Drawer/Drawer.js +0 -0
  28. package/es/Drawer/Drawer.module.css +189 -150
  29. package/es/ExternalLink/ExternalLink.js +0 -0
  30. package/es/ExternalLink/ExternalLink.module.css +3 -3
  31. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  32. package/es/FlipCard/FlipCard.module.css +44 -44
  33. package/es/FormAction/FormAction.module.css +82 -82
  34. package/es/FreezeLayer/FreezeLayer.module.css +42 -42
  35. package/es/IconButton/IconButton.module.css +22 -22
  36. package/es/Image/Image.module.css +10 -10
  37. package/es/ImportantNotes/ImportantNotes.module.css +20 -20
  38. package/es/Link/Link.js +0 -0
  39. package/es/Link/Link.module.css +3 -3
  40. package/es/Loader/Loader.module.css +46 -46
  41. package/es/Message/Message.module.css +102 -102
  42. package/es/MessageBanner/MessageBanner.module.css +46 -46
  43. package/es/NewStar/NewStar.module.css +175 -175
  44. package/es/PlusIcon/PlusIcon.js +0 -0
  45. package/es/PlusIcon/PlusIcon.module.css +19 -16
  46. package/es/Separator/Separator.module.css +34 -34
  47. package/es/ToastMessage/ToastMessage.js +0 -0
  48. package/es/ToastMessage/ToastMessage.module.css +329 -328
  49. package/es/Upload/Upload.module.css +125 -125
  50. package/es/alert/AlertHeader/AlertHeader.module.css +80 -80
  51. package/es/alert/AlertLookup/AlertLookup.module.css +26 -26
  52. package/es/avatar/AvatarClose/AvatarClose.module.css +37 -37
  53. package/es/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  54. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  55. package/es/avatar/AvatarStatus/AvatarStatus.js +0 -0
  56. package/es/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  57. package/es/avatar/AvatarThread/AvatarThread.module.css +166 -166
  58. package/es/avatar/AvatarUser/AvatarUser.js +0 -0
  59. package/es/avatar/AvatarUser/AvatarUser.module.css +171 -171
  60. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  61. package/es/common/dot_animation.module.css +26 -26
  62. package/es/common/dot_boxShadow.module.css +77 -0
  63. package/es/common/dot_common.module.css +3 -3
  64. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +56 -56
  65. package/es/deprecated/utils/KeyboardApi.js +25 -25
  66. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +101 -101
  67. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +0 -0
  68. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  69. package/es/emptystate/EditionPage/EditionPage.css +43 -43
  70. package/es/errorstate/EmptyStates.module.css +87 -87
  71. package/es/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  72. package/es/errorstate/LinkText/LinkText.module.css +6 -6
  73. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  74. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  75. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  76. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  77. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  78. package/es/errorstate/WillBack/WillBack.module.css +34 -34
  79. package/es/form/fields/CheckBoxField/CheckBoxField.js +0 -0
  80. package/es/form/fields/Fields.module.css +183 -183
  81. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  82. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  83. package/es/form/fields/TextEditor/TextEditor.module.css +764 -666
  84. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  85. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  86. package/es/form/layout/Field/Field.js +0 -0
  87. package/es/form/layout/Field/Field.module.css +22 -22
  88. package/es/form/layout/Section/ModuleFormSection.module.css +3 -3
  89. package/es/form/layout/Section/Section.js +0 -0
  90. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  91. package/es/layout/SubtabLayout/SubtabLayout.module.css +165 -146
  92. package/es/list/AvatarFlip/AvatarFlip.module.css +3 -3
  93. package/es/list/BluePrintStatus/BluePrintStatus.js +4 -2
  94. package/es/list/BluePrintStatus/BluePrintStatus.module.css +17 -14
  95. package/es/list/Comment/Comment.module.css +29 -29
  96. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  97. package/es/list/Dot/Dot.module.css +15 -15
  98. package/es/list/DotNew/DotNew.module.css +25 -22
  99. package/es/list/GridStencils/GridStencils.module.css +146 -146
  100. package/es/list/Icons/Icons.module.css +16 -16
  101. package/es/list/ListLayout/ListLayout.module.css +57 -57
  102. package/es/list/ListStencils/ListStencils.module.css +67 -67
  103. package/es/list/SecondaryText/AccountName.js +22 -9
  104. package/es/list/SecondaryText/ContactName.js +17 -11
  105. package/es/list/SecondaryText/SecondaryText.module.css +136 -181
  106. package/es/list/SecondaryText/Website.js +0 -0
  107. package/es/list/SecondryPanel/SecondryPanel.js +0 -0
  108. package/es/list/SecondryPanel/SecondryPanel.module.css +5 -5
  109. package/es/list/SentimentStatus/SentimentStatus.js +6 -4
  110. package/es/list/SentimentStatus/SentimentStatus.module.css +12 -7
  111. package/es/list/Subject/Subject.module.css +27 -27
  112. package/es/list/TagNew/TagNew.module.css +117 -115
  113. package/es/list/Thread/Thread.module.css +42 -42
  114. package/es/list/UserTime/UserTime.js +5 -3
  115. package/es/list/UserTime/UserTime.module.css +58 -75
  116. package/es/list/listCommon.module.css +60 -60
  117. package/es/list/status/StatusDropdown/StatusDropdown.module.css +92 -92
  118. package/es/list/status/StatusListItem/StatusListItem.js +0 -0
  119. package/es/list/status/StatusListItem/StatusListItem.module.css +104 -104
  120. package/es/lookup/EmptyPage/EmptyPage.js +0 -0
  121. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  122. package/es/lookup/Lookup/Lookup.js +0 -0
  123. package/es/lookup/Lookup/Lookup.module.css +26 -26
  124. package/es/lookup/Section/LookupSection.module.css +8 -8
  125. package/es/lookup/header/Close/LookupClose.module.css +15 -15
  126. package/es/lookup/header/Search/LookupSearch.module.css +57 -57
  127. package/es/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  128. package/es/lookup/header/Title/LookupTitle.module.css +20 -20
  129. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  130. package/es/lookup/header/lookupHeaderCommon.module.css +41 -41
  131. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  132. package/es/setup/header/Button/HeaderButton.module.css +5 -5
  133. package/es/setup/header/Link/HeaderLink.module.css +21 -21
  134. package/es/setup/header/Search/Search.module.css +68 -68
  135. package/es/setup/header/Views/Views.module.css +37 -37
  136. package/es/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  137. package/es/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  138. package/es/setup/helptips/Link/Link.js +0 -0
  139. package/es/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  140. package/es/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  141. package/es/setup/helptips/Title/Title.js +0 -0
  142. package/es/setup/table/TableData/SetupTableData.module.css +44 -44
  143. package/es/setup/table/TableData/Tablehover.module.css +6 -6
  144. package/es/setup/table/TableHead/SetupTableHead.module.css +12 -12
  145. package/es/setup/table/TableRow/SetupTableRow.module.css +14 -14
  146. package/es/setup/table/Text/TableText.module.css +37 -37
  147. package/es/setup/table/Text/Text.js +0 -0
  148. package/es/svg/PlusIcon.js +1 -1
  149. package/es/svg/SnippetIcon.js +2 -2
  150. package/es/version2/AlertClose/AlertClose.module.css +42 -42
  151. package/es/version2/GlobalNotification/GlobalNotification.module.css +127 -124
  152. package/es/version2/alertIcons/AlertIcons.module.css +67 -67
  153. package/es/version2/errorstate/V2_ErrorStates.module.css +46 -46
  154. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  155. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  156. package/es/version2/lookup/alertLookupCommonNew.module.css +32 -32
  157. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +127 -106
  158. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  159. package/install.md +12 -12
  160. package/lib/ActionButton/ActionButton.module.css +139 -139
  161. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  162. package/lib/Attachment/Attachment.module.css +157 -157
  163. package/lib/AttachmentViewer/AttachmentViewer.module.css +353 -354
  164. package/lib/ChannelIcon/ChannelIcon.module.css +217 -217
  165. package/lib/Drawer/Drawer.js +0 -0
  166. package/lib/Drawer/Drawer.module.css +189 -150
  167. package/lib/ExternalLink/ExternalLink.js +0 -0
  168. package/lib/ExternalLink/ExternalLink.module.css +3 -3
  169. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  170. package/lib/FlipCard/FlipCard.module.css +44 -44
  171. package/lib/FormAction/FormAction.module.css +82 -82
  172. package/lib/FreezeLayer/FreezeLayer.module.css +42 -42
  173. package/lib/IconButton/IconButton.module.css +22 -22
  174. package/lib/Image/Image.module.css +10 -10
  175. package/lib/ImportantNotes/ImportantNotes.module.css +20 -20
  176. package/lib/Link/Link.js +0 -0
  177. package/lib/Link/Link.module.css +3 -3
  178. package/lib/Loader/Loader.module.css +46 -46
  179. package/lib/Message/Message.module.css +102 -102
  180. package/lib/MessageBanner/MessageBanner.module.css +46 -46
  181. package/lib/NewStar/NewStar.module.css +175 -175
  182. package/lib/PlusIcon/PlusIcon.js +0 -0
  183. package/lib/PlusIcon/PlusIcon.module.css +19 -16
  184. package/lib/Separator/Separator.module.css +34 -34
  185. package/lib/ToastMessage/ToastMessage.js +0 -0
  186. package/lib/ToastMessage/ToastMessage.module.css +329 -328
  187. package/lib/Upload/Upload.module.css +125 -125
  188. package/lib/alert/AlertHeader/AlertHeader.module.css +80 -80
  189. package/lib/alert/AlertLookup/AlertLookup.module.css +26 -26
  190. package/lib/avatar/AvatarClose/AvatarClose.module.css +37 -37
  191. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  192. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  193. package/lib/avatar/AvatarStatus/AvatarStatus.js +0 -0
  194. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  195. package/lib/avatar/AvatarThread/AvatarThread.module.css +166 -166
  196. package/lib/avatar/AvatarUser/AvatarUser.js +0 -0
  197. package/lib/avatar/AvatarUser/AvatarUser.module.css +171 -171
  198. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  199. package/lib/common/dot_animation.module.css +26 -26
  200. package/lib/common/dot_boxShadow.module.css +77 -0
  201. package/lib/common/dot_common.module.css +3 -3
  202. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +56 -56
  203. package/lib/deprecated/utils/KeyboardApi.js +25 -25
  204. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +101 -101
  205. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +0 -0
  206. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  207. package/lib/emptystate/EditionPage/EditionPage.css +43 -43
  208. package/lib/errorstate/EmptyStates.module.css +87 -87
  209. package/lib/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  210. package/lib/errorstate/LinkText/LinkText.module.css +6 -6
  211. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  212. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  213. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  214. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  215. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  216. package/lib/errorstate/WillBack/WillBack.module.css +34 -34
  217. package/lib/form/fields/CheckBoxField/CheckBoxField.js +0 -0
  218. package/lib/form/fields/Fields.module.css +183 -183
  219. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  220. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  221. package/lib/form/fields/TextEditor/TextEditor.module.css +764 -666
  222. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  223. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  224. package/lib/form/layout/Field/Field.js +0 -0
  225. package/lib/form/layout/Field/Field.module.css +22 -22
  226. package/lib/form/layout/Section/ModuleFormSection.module.css +3 -3
  227. package/lib/form/layout/Section/Section.js +0 -0
  228. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  229. package/lib/layout/SubtabLayout/SubtabLayout.module.css +165 -146
  230. package/lib/list/AvatarFlip/AvatarFlip.module.css +3 -3
  231. package/lib/list/BluePrintStatus/BluePrintStatus.js +4 -2
  232. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +17 -14
  233. package/lib/list/Comment/Comment.module.css +29 -29
  234. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  235. package/lib/list/Dot/Dot.module.css +15 -15
  236. package/lib/list/DotNew/DotNew.module.css +25 -22
  237. package/lib/list/GridStencils/GridStencils.module.css +146 -146
  238. package/lib/list/Icons/Icons.module.css +16 -16
  239. package/lib/list/ListLayout/ListLayout.module.css +57 -57
  240. package/lib/list/ListStencils/ListStencils.module.css +67 -67
  241. package/lib/list/SecondaryText/AccountName.js +22 -9
  242. package/lib/list/SecondaryText/ContactName.js +17 -11
  243. package/lib/list/SecondaryText/SecondaryText.module.css +136 -181
  244. package/lib/list/SecondaryText/Website.js +0 -0
  245. package/lib/list/SecondryPanel/SecondryPanel.js +0 -0
  246. package/lib/list/SecondryPanel/SecondryPanel.module.css +5 -5
  247. package/lib/list/SentimentStatus/SentimentStatus.js +6 -4
  248. package/lib/list/SentimentStatus/SentimentStatus.module.css +12 -7
  249. package/lib/list/Subject/Subject.module.css +27 -27
  250. package/lib/list/TagNew/TagNew.module.css +117 -115
  251. package/lib/list/Thread/Thread.module.css +42 -42
  252. package/lib/list/UserTime/UserTime.js +5 -3
  253. package/lib/list/UserTime/UserTime.module.css +58 -75
  254. package/lib/list/listCommon.module.css +60 -60
  255. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +92 -92
  256. package/lib/list/status/StatusListItem/StatusListItem.js +0 -0
  257. package/lib/list/status/StatusListItem/StatusListItem.module.css +104 -104
  258. package/lib/lookup/EmptyPage/EmptyPage.js +0 -0
  259. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  260. package/lib/lookup/Lookup/Lookup.js +0 -0
  261. package/lib/lookup/Lookup/Lookup.module.css +26 -26
  262. package/lib/lookup/Section/LookupSection.module.css +8 -8
  263. package/lib/lookup/header/Close/LookupClose.module.css +15 -15
  264. package/lib/lookup/header/Search/LookupSearch.module.css +57 -57
  265. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  266. package/lib/lookup/header/Title/LookupTitle.module.css +20 -20
  267. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  268. package/lib/lookup/header/lookupHeaderCommon.module.css +41 -41
  269. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  270. package/lib/setup/header/Button/HeaderButton.module.css +5 -5
  271. package/lib/setup/header/Link/HeaderLink.module.css +21 -21
  272. package/lib/setup/header/Search/Search.module.css +68 -68
  273. package/lib/setup/header/Views/Views.module.css +37 -37
  274. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  275. package/lib/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  276. package/lib/setup/helptips/Link/Link.js +0 -0
  277. package/lib/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  278. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  279. package/lib/setup/helptips/Title/Title.js +0 -0
  280. package/lib/setup/table/TableData/SetupTableData.module.css +44 -44
  281. package/lib/setup/table/TableData/Tablehover.module.css +6 -6
  282. package/lib/setup/table/TableHead/SetupTableHead.module.css +12 -12
  283. package/lib/setup/table/TableRow/SetupTableRow.module.css +14 -14
  284. package/lib/setup/table/Text/TableText.module.css +37 -37
  285. package/lib/setup/table/Text/Text.js +0 -0
  286. package/lib/svg/PlusIcon.js +1 -1
  287. package/lib/svg/SnippetIcon.js +2 -2
  288. package/lib/version2/AlertClose/AlertClose.module.css +42 -42
  289. package/lib/version2/GlobalNotification/GlobalNotification.module.css +127 -124
  290. package/lib/version2/alertIcons/AlertIcons.module.css +67 -67
  291. package/lib/version2/errorstate/V2_ErrorStates.module.css +46 -46
  292. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  293. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  294. package/lib/version2/lookup/alertLookupCommonNew.module.css +32 -32
  295. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +127 -106
  296. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  297. package/package.json +104 -104
@@ -67,33 +67,39 @@ var ContactName = /*#__PURE__*/function (_Component) {
67
67
  LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
68
68
  _customProps$TextProp = customProps.TextProps,
69
69
  TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
70
- return /*#__PURE__*/_react["default"].createElement("div", {
71
- className: _SecondaryTextModule["default"].contactNameCnt,
72
- "data-id": dataId
73
- }, isPaidUser && /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
74
- name: "ZD-paiduser",
75
- iconClass: _SecondaryTextModule["default"].paidUserIcon,
70
+ return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
71
+ alignBox: "row",
72
+ align: "baseline",
73
+ isCover: false,
74
+ dataId: dataId
75
+ }, isPaidUser && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
76
+ className: _SecondaryTextModule["default"].paidUserIcon,
76
77
  title: paidTitle,
77
78
  "aria-label": "Paid user"
78
- }), /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
79
+ }, /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
80
+ name: "ZD-paiduser",
81
+ iconClass: _SecondaryTextModule["default"].icon
82
+ })), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
83
+ flexible: true
84
+ }, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
79
85
  urlName: urlName,
80
86
  href: href,
81
87
  urlData: urlData,
82
88
  onClick: onClick,
83
89
  title: dataTitle,
84
90
  dataId: "".concat(dataId, "_link"),
85
- className: "".concat(_SecondaryTextModule["default"].gridItem, " ").concat(_SecondaryTextModule["default"].link)
91
+ className: _SecondaryTextModule["default"].link
86
92
  }, LinkProps, {
87
93
  ariaLabel: "Contact Name ".concat(text)
88
94
  }), /*#__PURE__*/_react["default"].createElement("div", {
89
95
  className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
90
96
  }, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
91
- className: "".concat(_SecondaryTextModule["default"].gridItem, " ").concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '', " ").concat(notAccessible ? _SecondaryTextModule["default"].disable : ''),
97
+ className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '', " ").concat(notAccessible ? _SecondaryTextModule["default"].disable : ''),
92
98
  "data-title": dataTitle
93
- }, TextProps), text)), sentimentType && /*#__PURE__*/_react["default"].createElement(_SentimentStatus["default"], {
99
+ }, TextProps), text)), sentimentType && /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_SentimentStatus["default"], {
94
100
  type: sentimentType,
95
101
  dataTitle: sentimentDataTitle
96
- }));
102
+ })));
97
103
  }
98
104
  }]);
99
105
  return ContactName;
@@ -1,181 +1,136 @@
1
- .icon {
2
- display: block;
3
- }
4
-
5
- .disable {
6
- cursor: not-allowed;
7
- }
8
-
9
- .textBold {
10
- font-family: var(--zd_bold);
11
- color: var(--zdt_secondaryText_black_text);
12
- }
13
-
14
- .textStyle,
15
- .link {
16
- display: block
17
- }
18
-
19
- .textStyle.textBold {
20
- font-family: var(--zd_bold);
21
- color: var(--zdt_secondaryText_black_text);
22
- }
23
-
24
- .ticketId,
25
- .link,
26
- .textStyle,
27
- .secondaryText,
28
- .ratingText,
29
- .phoneNumber {
30
- color: var(--zdt_secondaryText_secondaryText_text);
31
- }
32
-
33
- .textStyle,
34
- .secondaryText {
35
- font-size: var(--zd_font_size12);
36
- }
37
-
38
- .ticketId,
39
- .phoneNumber,
40
- .ratingText {
41
- font-size: var(--zd_font_size12);
42
- }
43
-
44
- .textStyle,
45
- .secondaryText,
46
- .phoneNumber {
47
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
48
- max-width: 100%;
49
- display: block;
50
- }
51
-
52
- .textStyle, .secondaryText, .phoneNumber {
53
- cursor: pointer;
54
- }
55
-
56
- .textStyle:hover,
57
- .ticketIdLink,
58
- .phoneNumber:hover,
59
- .link:hover {
60
- color: var(--zdt_secondaryText_blue_text);
61
- }
62
-
63
- /* .link:focus, .link:focus .textStyle, .link:focus .phoneNumber{
64
- color: var(--zdt_secondaryText_blue_text);
65
- } */
66
- .ticketIdLink {
67
- cursor: pointer;
68
- }
69
-
70
- .ticketIdLink:hover,
71
- .ticketIdLink:focus {
72
- color: var(--zdt_secondaryText_blue_hover_text);
73
- }
74
-
75
- /* status */
76
- .font_regular {
77
- font-family: var(--zd_regular);
78
- }
79
-
80
- .font_semibold {
81
- font-family: var(--zd_semibold);
82
- }
83
-
84
- .font_bold {
85
- font-family: var(--zd_bold);
86
- }
87
-
88
- .font_semibold,
89
- .font_bold,
90
- .textBold {
91
- composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
92
- }
93
-
94
- .priorityText,
95
- .statusText {
96
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
97
- }
98
-
99
- .priorityText {
100
- font-size: var(--zd_font_size12);
101
- max-width: 100%;
102
- }
103
-
104
- .departmentText {
105
- font-size: var(--zd_font_size12);
106
- color: var(--zdt_secondaryText_secondaryText_text);
107
- max-width: 100%;
108
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
109
- }
110
-
111
- /* HappinessRating Style */
112
- .happinessContainer {
113
- composes: inlineBlockMiddle from '../listCommon.module.css';
114
- }
115
-
116
- .happinessImg {
117
- width: var(--zd_size13);
118
- vertical-align: middle;
119
- }
120
-
121
- [dir=ltr] .happinessImg {
122
- margin: 0 var(--zd_size4) 0 0;
123
- }
124
-
125
- [dir=rtl] .happinessImg {
126
- margin: 0 0 0 var(--zd_size4);
127
- }
128
-
129
- /* colors */
130
- .gray {
131
- color: var(--zdt_secondaryText_gray_text);
132
- }
133
-
134
- .orange {
135
- color: var(--zdt_secondaryText_orage_text);
136
- }
137
-
138
- .green {
139
- color: var(--zdt_secondaryText_green_text);
140
- }
141
-
142
- .red {
143
- color: var(--zdt_secondaryText_red_text);
144
- }
145
-
146
- .blue {
147
- color: var(--zdt_secondaryText_blue_text);
148
- }
149
-
150
- .black {
151
- color: var(--zdt_secondaryText_black_text);
152
- }
153
-
154
- /* Contact Name */
155
- .contactNameCnt,
156
- .primaryAccountNameCnt {
157
- display: inline-grid;
158
- align-items: baseline;
159
- grid-auto-flow: column;
160
- grid-auto-columns: minmax(0, max-content);
161
- max-width: 100%;
162
- }
163
-
164
- .paidUserIcon {
165
- vertical-align: middle;
166
- bottom: var(--zd_size1);
167
- position: relative;
168
- font-size: var(--zd_font_size8);
169
- }
170
-
171
- [dir=ltr] .paidUserIcon {
172
- margin-right: var(--zd_size5);
173
- }
174
-
175
- [dir=rtl] .paidUserIcon {
176
- margin-left: var(--zd_size5);
177
- }
178
-
179
- .gridItem {
180
- min-width: 0;
181
- }
1
+ .paidUserIcon {
2
+ vertical-align: middle;
3
+ bottom: var(--zd_size1);
4
+ position: relative;
5
+ font-size: var(--zd_font_size8);
6
+ }[dir=ltr] .paidUserIcon {
7
+ margin-right: var(--zd_size5);
8
+ }[dir=rtl] .paidUserIcon {
9
+ margin-left: var(--zd_size5);
10
+ }
11
+ .icon {
12
+ display: block;
13
+ }
14
+ .disable {
15
+ cursor: not-allowed;
16
+ }
17
+ .textBold {
18
+ font-family: var(--zd_bold);
19
+ color: var(--zdt_secondaryText_black_text);
20
+ }
21
+ .textStyle, .link{
22
+ display: block
23
+ }
24
+ .textStyle.textBold {
25
+ font-family: var(--zd_bold);
26
+ color: var(--zdt_secondaryText_black_text);
27
+ }
28
+ .ticketId,
29
+ .link,
30
+ .textStyle,
31
+ .secondaryText,
32
+ .ratingText,
33
+ .phoneNumber {
34
+ color: var(--zdt_secondaryText_secondaryText_text);
35
+ }
36
+ .textStyle,
37
+ .secondaryText {
38
+ font-size: var(--zd_font_size12);
39
+ }
40
+ .ticketId,
41
+ .phoneNumber,
42
+ .ratingText {
43
+ font-size: var(--zd_font_size12);
44
+ }
45
+ .textStyle,
46
+ .secondaryText,
47
+ .phoneNumber {
48
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
49
+ max-width: 100%;
50
+ display: block;
51
+ }
52
+ .textStyle, .secondaryText, .phoneNumber {
53
+ cursor: pointer;
54
+ }
55
+ .textStyle:hover,
56
+ .ticketIdLink,
57
+ .phoneNumber:hover,
58
+ .link:hover {
59
+ color: var(--zdt_secondaryText_blue_text);
60
+ }
61
+ /* .link:focus, .link:focus .textStyle, .link:focus .phoneNumber{
62
+ color: var(--zdt_secondaryText_blue_text);
63
+ } */
64
+ .ticketIdLink {
65
+ cursor: pointer;
66
+ }
67
+ .ticketIdLink:hover, .ticketIdLink:focus {
68
+ color: var(--zdt_secondaryText_blue_hover_text);
69
+ }
70
+ .primaryAccountNameCnt {
71
+ max-width: 100%;
72
+ }
73
+ /* status */
74
+ .font_regular {
75
+ font-family: var(--zd_regular);
76
+ }
77
+ .font_semibold {
78
+ font-family: var(--zd_semibold);
79
+ }
80
+ .font_bold {
81
+ font-family: var(--zd_bold);
82
+ }
83
+ .font_semibold,
84
+ .font_bold,
85
+ .textBold {
86
+ composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
87
+ }
88
+ .priorityText,
89
+ .statusText {
90
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
91
+ }
92
+
93
+ .priorityText {
94
+ font-size: var(--zd_font_size12);
95
+ max-width: 100%;
96
+ }
97
+ .departmentText {
98
+ font-size: var(--zd_font_size12);
99
+ color: var(--zdt_secondaryText_secondaryText_text);
100
+ max-width: 100%;
101
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
102
+ }
103
+ /* HappinessRating Style */
104
+ .happinessContainer {
105
+ composes: inlineBlockMiddle from '../listCommon.module.css';
106
+ }
107
+ .happinessImg {
108
+ width: var(--zd_size13);
109
+ vertical-align: middle;
110
+ }
111
+ [dir=ltr] .happinessImg {
112
+ margin: 0 var(--zd_size4) 0 0;
113
+ }
114
+ [dir=rtl] .happinessImg {
115
+ margin: 0 0 0 var(--zd_size4);
116
+ }
117
+
118
+ /* colors */
119
+ .gray {
120
+ color: var(--zdt_secondaryText_gray_text);
121
+ }
122
+ .orange {
123
+ color: var(--zdt_secondaryText_orage_text);
124
+ }
125
+ .green {
126
+ color: var(--zdt_secondaryText_green_text);
127
+ }
128
+ .red {
129
+ color: var(--zdt_secondaryText_red_text);
130
+ }
131
+ .blue {
132
+ color: var(--zdt_secondaryText_blue_text);
133
+ }
134
+ .black {
135
+ color: var(--zdt_secondaryText_black_text);
136
+ }
File without changes
File without changes
@@ -1,6 +1,6 @@
1
- .listItemContainer {
2
- max-width: 100%;
3
- }
4
- .dottedStyle {
5
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
1
+ .listItemContainer {
2
+ max-width: 100%;
3
+ }
4
+ .dottedStyle {
5
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
6
6
  }
@@ -38,11 +38,13 @@ var SentimentStatus = /*#__PURE__*/function (_React$Component) {
38
38
  negative: 'ZD-botNegative',
39
39
  positive: 'ZD-botPositive'
40
40
  };
41
- return /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
41
+ return /*#__PURE__*/_react["default"].createElement("div", {
42
+ className: _SentimentStatusModule["default"].container,
43
+ "data-title": dataTitle
44
+ }, /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
42
45
  name: icons[type],
43
- iconClass: _SentimentStatusModule["default"].sentimentIcon,
44
- title: dataTitle
45
- });
46
+ iconClass: _SentimentStatusModule["default"].sentimentIcon
47
+ }));
46
48
  }
47
49
  }]);
48
50
  return SentimentStatus;
@@ -1,7 +1,12 @@
1
- .sentimentIcon {
2
- font-size: var(--zd_font_size10);
3
- }[dir=ltr] .sentimentIcon {
4
- margin: 0 0 0 var(--zd_size5);
5
- }[dir=rtl] .sentimentIcon {
6
- margin: 0 var(--zd_size5) 0 0;
7
- }
1
+ .container {
2
+ vertical-align: middle;
3
+ font-size: var(--zd_font_size10);
4
+ }[dir=ltr] .container {
5
+ margin: 0 0 0 var(--zd_size5);
6
+ }[dir=rtl] .container {
7
+ margin: 0 var(--zd_size5) 0 0;
8
+ }
9
+
10
+ .sentimentIcon {
11
+ display: block;
12
+ }
@@ -1,27 +1,27 @@
1
- .varClass {
2
- --subject_text: var(--zdt_subject_text);
3
- }
4
- .subject {
5
- composes: varClass;
6
- color: var(--subject_text);
7
- display: block;
8
- }
9
- .dotted {
10
- composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
11
- }
12
- .font_regular {
13
- font-family: var(--zd_regular);
14
- }
15
- .font_semibold {
16
- font-family: var(--zd_semibold);
17
- }
18
- .font_bold {
19
- font-family: var(--zd_bold);
20
- }
21
- .font_semibold,
22
- .font_bold {
23
- composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
24
- }
25
- .cursorPointer {
26
- cursor: pointer;
27
- }
1
+ .varClass {
2
+ --subject_text: var(--zdt_subject_text);
3
+ }
4
+ .subject {
5
+ composes: varClass;
6
+ color: var(--subject_text);
7
+ display: block;
8
+ }
9
+ .dotted {
10
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
11
+ }
12
+ .font_regular {
13
+ font-family: var(--zd_regular);
14
+ }
15
+ .font_semibold {
16
+ font-family: var(--zd_semibold);
17
+ }
18
+ .font_bold {
19
+ font-family: var(--zd_bold);
20
+ }
21
+ .font_semibold,
22
+ .font_bold {
23
+ composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
24
+ }
25
+ .cursorPointer {
26
+ cursor: pointer;
27
+ }