@zohodesk/dot 1.0.0-temp-181.9 → 1.0.0-temp-183.1

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 (276) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  3. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  4. package/coverage/ExternalLink/index.html +1 -1
  5. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  6. package/coverage/ExternalLink/props/index.html +1 -1
  7. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  8. package/coverage/IconButton/IconButton.js.html +1 -1
  9. package/coverage/IconButton/IconButton.module.css.html +1 -1
  10. package/coverage/IconButton/index.html +1 -1
  11. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  12. package/coverage/IconButton/props/index.html +1 -1
  13. package/coverage/IconButton/props/propTypes.js.html +1 -1
  14. package/coverage/Image/Image.js.html +1 -1
  15. package/coverage/Image/Image.module.css.html +1 -1
  16. package/coverage/Image/index.html +1 -1
  17. package/coverage/Image/props/defaultProps.js.html +1 -1
  18. package/coverage/Image/props/index.html +1 -1
  19. package/coverage/Image/props/propTypes.js.html +1 -1
  20. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  21. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  22. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  23. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  26. package/coverage/coverage-final.json +16 -16
  27. package/coverage/coverage-summary.json +16 -16
  28. package/coverage/index.html +1 -1
  29. package/es/ActionButton/ActionButton.module.css +192 -192
  30. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  31. package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
  32. package/es/ChannelIcon/ChannelIcon.module.css +225 -225
  33. package/es/Drawer/Drawer.js +5 -4
  34. package/es/ExternalLink/ExternalLink.js +5 -4
  35. package/es/FlipCard/FlipCard.js +12 -14
  36. package/es/FormAction/FormAction.module.css +100 -100
  37. package/es/IconButton/IconButton.js +5 -4
  38. package/es/IconButton/IconButton.module.css +22 -22
  39. package/es/Link/Link.js +10 -8
  40. package/es/Message/Message.js +5 -4
  41. package/es/TagWithIcon/TagWithIcon.module.css +66 -66
  42. package/es/ToastMessage/ToastMessage.js +4 -2
  43. package/es/actions/AutoClose.js +1 -2
  44. package/es/alert/AlertLookup/AlertLookup.js +12 -14
  45. package/es/avatar/AvatarClose/AvatarClose.js +7 -7
  46. package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
  47. package/es/avatar/AvatarIcon/AvatarIcon.js +5 -4
  48. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  49. package/es/avatar/AvatarStatus/AvatarStatus.js +8 -7
  50. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  51. package/es/avatar/AvatarUser/AvatarUser.js +9 -10
  52. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
  53. package/es/common/dot_boxShadow.module.css +2 -0
  54. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
  55. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  56. package/es/form/fields/CheckBoxField/CheckBoxField.js +13 -15
  57. package/es/form/fields/CurrencyField/CurrencyField.js +12 -14
  58. package/es/form/fields/DateField/DateField.js +14 -14
  59. package/es/form/fields/MultiSelectField/MultiSelectField.js +12 -13
  60. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  61. package/es/form/fields/RadioField/RadioField.js +15 -18
  62. package/es/form/fields/SelectField/SelectField.js +14 -14
  63. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +14 -16
  64. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  65. package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
  66. package/es/form/fields/TextEditorField/TextEditorField.js +10 -11
  67. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
  68. package/es/form/fields/TextareaField/TextareaField.js +13 -14
  69. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  70. package/es/layout/SubtabLayout/SubtabLayout.js +6 -4
  71. package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  72. package/es/list/Comment/Comment.module.css +29 -29
  73. package/es/list/DepartmentDropDown/DepartmentDropDown.js +9 -3
  74. package/es/list/DepartmentDropDown/props/defaultProps.js +2 -1
  75. package/es/list/DepartmentDropDown/props/propTypes.js +2 -1
  76. package/es/list/Dot/Dot.module.css +15 -15
  77. package/es/list/ListLayout/ListLayout.js +5 -4
  78. package/es/list/ListLayout/ListLayout.module.css +79 -79
  79. package/es/list/SecondaryText/AccountName.js +12 -12
  80. package/es/list/SecondaryText/ContactName.js +9 -8
  81. package/es/list/SecondaryText/Email.js +8 -8
  82. package/es/list/SecondaryText/PhoneNumber.js +8 -8
  83. package/es/list/SecondaryText/SecondaryText.js +5 -4
  84. package/es/list/SecondaryText/TicketId.js +7 -7
  85. package/es/list/Subject/Subject.js +7 -7
  86. package/es/list/Subject/Subject.module.css +34 -34
  87. package/es/list/Thread/Thread.module.css +42 -42
  88. package/es/list/status/StatusListItem/StatusListItem.js +5 -5
  89. package/es/list/status/StatusListItem/StatusListItem.module.css +35 -5
  90. package/es/lookup/Lookup/Lookup.js +5 -4
  91. package/es/lookup/header/Search/Search.js +3 -5
  92. package/es/v1/Drawer/Drawer.js +5 -4
  93. package/es/v1/ExternalLink/ExternalLink.js +5 -4
  94. package/es/v1/FlipCard/FlipCard.js +12 -14
  95. package/es/v1/GlobalNotification/GlobalNotification.js +7 -6
  96. package/es/v1/IconButton/IconButton.js +5 -4
  97. package/es/v1/Link/Link.js +10 -8
  98. package/es/v1/Message/Message.js +5 -4
  99. package/es/v1/ToastMessage/ToastMessage.js +4 -2
  100. package/es/v1/actions/AutoClose.js +1 -2
  101. package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
  102. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
  103. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
  104. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -4
  105. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +8 -7
  106. package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
  107. package/es/v1/avatar/AvatarUser/AvatarUser.js +9 -10
  108. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
  109. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
  110. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +13 -15
  111. package/es/v1/form/fields/CurrencyField/CurrencyField.js +12 -14
  112. package/es/v1/form/fields/DateField/DateField.js +14 -14
  113. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +12 -13
  114. package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
  115. package/es/v1/form/fields/RadioField/RadioField.js +16 -18
  116. package/es/v1/form/fields/SelectField/SelectField.js +14 -14
  117. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -13
  118. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  119. package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
  120. package/es/v1/form/fields/TextEditorField/TextEditorField.js +10 -11
  121. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
  122. package/es/v1/form/fields/TextareaField/TextareaField.js +13 -14
  123. package/es/v1/layout/SubtabLayout/SubtabLayout.js +6 -4
  124. package/es/v1/list/ListLayout/ListLayout.js +5 -4
  125. package/es/v1/list/SecondaryText/AccountName.js +12 -12
  126. package/es/v1/list/SecondaryText/ContactName.js +9 -8
  127. package/es/v1/list/SecondaryText/Email.js +8 -8
  128. package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
  129. package/es/v1/list/SecondaryText/SecondaryText.js +5 -4
  130. package/es/v1/list/SecondaryText/TicketId.js +7 -7
  131. package/es/v1/list/Subject/Subject.js +7 -7
  132. package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
  133. package/es/v1/lookup/Lookup/Lookup.js +5 -4
  134. package/es/v1/lookup/header/Search/Search.js +3 -5
  135. package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -6
  136. package/es/version2/GlobalNotification/GlobalNotification.js +7 -6
  137. package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  138. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  139. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  140. package/es/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
  141. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  142. package/lib/ActionButton/ActionButton.module.css +192 -192
  143. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  144. package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
  145. package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
  146. package/lib/FormAction/FormAction.module.css +100 -100
  147. package/lib/IconButton/IconButton.module.css +22 -22
  148. package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
  149. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  150. package/lib/common/dot_boxShadow.module.css +2 -0
  151. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  152. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -3
  153. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  154. package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  155. package/lib/list/Comment/Comment.module.css +29 -29
  156. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +8 -3
  157. package/lib/list/DepartmentDropDown/props/defaultProps.js +2 -1
  158. package/lib/list/DepartmentDropDown/props/propTypes.js +1 -1
  159. package/lib/list/Dot/Dot.module.css +15 -15
  160. package/lib/list/ListLayout/ListLayout.module.css +79 -79
  161. package/lib/list/Subject/Subject.module.css +34 -34
  162. package/lib/list/Thread/Thread.module.css +42 -42
  163. package/lib/list/status/StatusListItem/StatusListItem.module.css +35 -5
  164. package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  165. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  166. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  167. package/package.json +4 -4
  168. package/result.json +1 -1
  169. package/es/v1/DotWrapper/DotWrapper.js +0 -46
  170. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -24
  171. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  172. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  173. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  174. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  175. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  176. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  177. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  178. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  179. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  180. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  181. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  182. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  183. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  184. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  185. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  186. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  187. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  188. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  189. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  190. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  191. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  192. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  193. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  194. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  195. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  196. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  197. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  198. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  199. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  200. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  201. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  202. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  203. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  204. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  205. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  206. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  207. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  208. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  209. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  210. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  211. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  212. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  213. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  214. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  215. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  216. package/es/v1/DotWrapper/props/defaultProps.js +0 -6
  217. package/es/v1/DotWrapper/props/propTypes.js +0 -9
  218. package/es/v1/DotWrapper/utils/appearanceProperties.js +0 -46
  219. package/es/v1/DotWrapper/utils/errorMessage.js +0 -7
  220. package/es/v1/DotWrapper/utils/importFiles.js +0 -30
  221. package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
  222. package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
  223. package/lib/v1/DotWrapper/DotWrapper.js +0 -65
  224. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -43
  225. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  226. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  227. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  228. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  229. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  230. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  231. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  232. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  233. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  234. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  235. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  236. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  237. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  238. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  239. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  240. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  241. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  242. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  243. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  244. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  245. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  246. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  247. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  248. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  249. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  250. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  251. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  252. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  253. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  254. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  255. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  256. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  257. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  258. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  259. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  260. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  261. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  262. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  263. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  264. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  265. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  266. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  267. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  268. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  269. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  270. package/lib/v1/DotWrapper/props/defaultProps.js +0 -13
  271. package/lib/v1/DotWrapper/props/propTypes.js +0 -20
  272. package/lib/v1/DotWrapper/utils/appearanceProperties.js +0 -79
  273. package/lib/v1/DotWrapper/utils/errorMessage.js +0 -14
  274. package/lib/v1/DotWrapper/utils/importFiles.js +0 -39
  275. package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
  276. package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
@@ -1,88 +1,88 @@
1
- .varClass {
2
- --commonalert_border_color: var(--zdt_commonalert_default_border);
3
- }
4
- .container {
5
- composes: varClass;
6
- position: relative;
7
- background-color: var(--zdt_alertlookup_bg);
8
- border-style: solid;
9
- border-color: var(--commonalert_border_color);
10
- border-width: 2px 0 0 0;
11
- }
12
- .headerLayout {
13
- min-height: var(--zd_size54) ;
14
- }
15
- [dir=ltr] .headerLayout {
16
- padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20) ;
17
- }
18
- [dir=rtl] .headerLayout {
19
- padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45) ;
20
- }
21
-
22
- .success {
23
- --commonalert_border_color: var(--zdt_commonalert_success_border);
24
- }
25
-
26
- .info,.notification {
27
- --commonalert_border_color: var(--zdt_commonalert_info_border);
28
- }
29
-
30
- .danger {
31
- --commonalert_border_color: var(--zdt_commonalert_danger_border);
32
- }
33
-
34
- .error {
35
- --commonalert_border_color: var(--zdt_commonalert_error_border);
36
- }
37
-
38
- .warning {
39
- --commonalert_border_color: var(--zdt_commonalert_warning_border);
40
- }
41
-
42
- [dir=ltr] .extraSmall {
43
- padding: var(--zd_size12) var(--zd_size45) var(--zd_size12) var(--zd_size16) ;
44
- }
45
-
46
- [dir=rtl] .extraSmall {
47
- padding: var(--zd_size12) var(--zd_size16) var(--zd_size12) var(--zd_size45) ;
48
- }
49
-
50
- .iconContainer {
51
- height: var(--zd_size51) ;
52
- width: var(--zd_size51) ;
53
- }
54
-
55
- .title {
56
- color: var(--zdt_alertlookupnew_text);
57
- font-size: var(--zd_font_size18) ;
58
- line-height: 1.2222;
59
- font-family: var(--zd_bold);
60
- composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
61
- vertical-align: middle;
62
- cursor: default;
63
- }
64
-
65
- [dir=ltr] .title {
66
- margin: 0 var(--zd_size5) 0 var(--zd_size10) ;
67
- }
68
-
69
- [dir=rtl] .title {
70
- margin: 0 var(--zd_size10) 0 var(--zd_size5) ;
71
- }
72
-
73
- .iconStyle {
74
- display: block;
75
- }
76
-
77
- .close {
78
- position: absolute;
79
- top: var(--zd_size12) ;
80
- }
81
-
82
- [dir=ltr] .close {
83
- right: var(--zd_size12) ;
84
- }
85
-
86
- [dir=rtl] .close {
87
- left: var(--zd_size12) ;
1
+ .varClass {
2
+ --commonalert_border_color: var(--zdt_commonalert_default_border);
3
+ }
4
+ .container {
5
+ composes: varClass;
6
+ position: relative;
7
+ background-color: var(--zdt_alertlookup_bg);
8
+ border-style: solid;
9
+ border-color: var(--commonalert_border_color);
10
+ border-width: 2px 0 0 0;
11
+ }
12
+ .headerLayout {
13
+ min-height: var(--zd_size54) ;
14
+ }
15
+ [dir=ltr] .headerLayout {
16
+ padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20) ;
17
+ }
18
+ [dir=rtl] .headerLayout {
19
+ padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45) ;
20
+ }
21
+
22
+ .success {
23
+ --commonalert_border_color: var(--zdt_commonalert_success_border);
24
+ }
25
+
26
+ .info,.notification {
27
+ --commonalert_border_color: var(--zdt_commonalert_info_border);
28
+ }
29
+
30
+ .danger {
31
+ --commonalert_border_color: var(--zdt_commonalert_danger_border);
32
+ }
33
+
34
+ .error {
35
+ --commonalert_border_color: var(--zdt_commonalert_error_border);
36
+ }
37
+
38
+ .warning {
39
+ --commonalert_border_color: var(--zdt_commonalert_warning_border);
40
+ }
41
+
42
+ [dir=ltr] .extraSmall {
43
+ padding: var(--zd_size12) var(--zd_size45) var(--zd_size12) var(--zd_size16) ;
44
+ }
45
+
46
+ [dir=rtl] .extraSmall {
47
+ padding: var(--zd_size12) var(--zd_size16) var(--zd_size12) var(--zd_size45) ;
48
+ }
49
+
50
+ .iconContainer {
51
+ height: var(--zd_size51) ;
52
+ width: var(--zd_size51) ;
53
+ }
54
+
55
+ .title {
56
+ color: var(--zdt_alertlookupnew_text);
57
+ font-size: var(--zd_font_size18) ;
58
+ line-height: 1.2222;
59
+ font-family: var(--zd_bold);
60
+ composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
61
+ vertical-align: middle;
62
+ cursor: default;
63
+ }
64
+
65
+ [dir=ltr] .title {
66
+ margin: 0 var(--zd_size5) 0 var(--zd_size10) ;
67
+ }
68
+
69
+ [dir=rtl] .title {
70
+ margin: 0 var(--zd_size10) 0 var(--zd_size5) ;
71
+ }
72
+
73
+ .iconStyle {
74
+ display: block;
75
+ }
76
+
77
+ .close {
78
+ position: absolute;
79
+ top: var(--zd_size12) ;
80
+ }
81
+
82
+ [dir=ltr] .close {
83
+ right: var(--zd_size12) ;
84
+ }
85
+
86
+ [dir=rtl] .close {
87
+ left: var(--zd_size12) ;
88
88
  }
@@ -1,132 +1,132 @@
1
- .varClass {
2
- --commonalert_border_color: var(--zdt_commonalert_default_border);
3
- }
4
- .container {
5
- composes: varClass;
6
- min-height: var(--zd_size54) ;
7
- position: relative;
8
- color: var(--zdt_desktopnotification_text);
9
- background-color: var(--alert_lookup_bg_color);
10
- border-style: solid;
11
- border-color: var(--commonalert_border_color);
12
- border-width: 2px 0 0 0;
13
- }
14
-
15
- .title {
16
- composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
17
- }
18
-
19
- [dir=ltr] .title {
20
- margin: 0 var(--zd_size5) 0 var(--zd_size10) ;
21
- }
22
-
23
- [dir=rtl] .title {
24
- margin: 0 var(--zd_size10) 0 var(--zd_size5) ;
25
- }
26
-
27
- .infoText {
28
- max-width: 100% ;
29
- }
30
-
31
- /* Palette */
32
-
33
- .success {
34
- --commonalert_border_color: var(--zdt_commonalert_success_border);
35
- }
36
-
37
- .info,.notification,.alarm {
38
- --commonalert_border_color: var(--zdt_commonalert_info_border);
39
- }
40
-
41
- .danger {
42
- --commonalert_border_color: var(--zdt_commonalert_danger_border);
43
- }
44
-
45
- .error {
46
- --commonalert_border_color: var(--zdt_commonalert_error_border);
47
- }
48
-
49
- .warning {
50
- --commonalert_border_color: var(--zdt_commonalert_warning_border);
51
- }
52
-
53
-
54
- /* Primary Header */
55
- [dir=ltr] .primary {
56
- padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20) ;
57
- }
58
- [dir=rtl] .primary {
59
- padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45) ;
60
- }
61
-
62
- .primary .iconContainer {
63
- height: var(--zd_size51) ;
64
- width: var(--zd_size51) ;
65
- }
66
-
67
- .primary .infoText {
68
- line-height: 1;
69
- }
70
-
71
- .primary .close {
72
- position: absolute;
73
- top: var(--zd_size12) ;
74
- }
75
-
76
- [dir=ltr] .primary .close {
77
- right: var(--zd_size12) ;
78
- }
79
-
80
- [dir=rtl] .primary .close {
81
- left: var(--zd_size12) ;
82
- }
83
-
84
- /* Secondary Header */
85
- .secondary {
86
- composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
87
- border-radius: 0 0 var(--zd_size10) var(--zd_size10);
88
- }
89
- [dir=ltr] .secondary {
90
- padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
91
- }
92
- [dir=rtl] .secondary {
93
- padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
94
- }
95
-
96
- .secondary .infoText {
97
- line-height: 1.4286;
98
- }
99
-
100
- .secondary .iconContainer {
101
- height: var(--zd_size44) ;
102
- width: var(--zd_size44) ;
103
- position: absolute;
104
- top: 0 ;
105
- bottom: 0 ;
106
- margin: auto 0 ;
107
- }
108
-
109
- [dir=ltr] .secondary .iconContainer {
110
- left: var(--zd_size18) ;
111
- }
112
-
113
- [dir=rtl] .secondary .iconContainer {
114
- right: var(--zd_size18) ;
115
- }
116
-
117
- .secondary .close {
118
- position: absolute;
119
- top: 0 ;
120
- bottom: 0 ;
121
- height: var(--zd_size25) ;
122
- }
123
-
124
- [dir=ltr] .secondary .close {
125
- right: var(--zd_size12) ;
126
- margin: auto 0 auto var(--zd_size25) ;
127
- }
128
-
129
- [dir=rtl] .secondary .close {
130
- left: var(--zd_size12) ;
131
- margin: auto var(--zd_size25) auto 0 ;
132
- }
1
+ .varClass {
2
+ --commonalert_border_color: var(--zdt_commonalert_default_border);
3
+ }
4
+ .container {
5
+ composes: varClass;
6
+ min-height: var(--zd_size54) ;
7
+ position: relative;
8
+ color: var(--zdt_desktopnotification_text);
9
+ background-color: var(--alert_lookup_bg_color);
10
+ border-style: solid;
11
+ border-color: var(--commonalert_border_color);
12
+ border-width: 2px 0 0 0;
13
+ }
14
+
15
+ .title {
16
+ composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
17
+ }
18
+
19
+ [dir=ltr] .title {
20
+ margin: 0 var(--zd_size5) 0 var(--zd_size10) ;
21
+ }
22
+
23
+ [dir=rtl] .title {
24
+ margin: 0 var(--zd_size10) 0 var(--zd_size5) ;
25
+ }
26
+
27
+ .infoText {
28
+ max-width: 100% ;
29
+ }
30
+
31
+ /* Palette */
32
+
33
+ .success {
34
+ --commonalert_border_color: var(--zdt_commonalert_success_border);
35
+ }
36
+
37
+ .info,.notification,.alarm {
38
+ --commonalert_border_color: var(--zdt_commonalert_info_border);
39
+ }
40
+
41
+ .danger {
42
+ --commonalert_border_color: var(--zdt_commonalert_danger_border);
43
+ }
44
+
45
+ .error {
46
+ --commonalert_border_color: var(--zdt_commonalert_error_border);
47
+ }
48
+
49
+ .warning {
50
+ --commonalert_border_color: var(--zdt_commonalert_warning_border);
51
+ }
52
+
53
+
54
+ /* Primary Header */
55
+ [dir=ltr] .primary {
56
+ padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20) ;
57
+ }
58
+ [dir=rtl] .primary {
59
+ padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45) ;
60
+ }
61
+
62
+ .primary .iconContainer {
63
+ height: var(--zd_size51) ;
64
+ width: var(--zd_size51) ;
65
+ }
66
+
67
+ .primary .infoText {
68
+ line-height: 1;
69
+ }
70
+
71
+ .primary .close {
72
+ position: absolute;
73
+ top: var(--zd_size12) ;
74
+ }
75
+
76
+ [dir=ltr] .primary .close {
77
+ right: var(--zd_size12) ;
78
+ }
79
+
80
+ [dir=rtl] .primary .close {
81
+ left: var(--zd_size12) ;
82
+ }
83
+
84
+ /* Secondary Header */
85
+ .secondary {
86
+ composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
87
+ border-radius: 0 0 var(--zd_size10) var(--zd_size10);
88
+ }
89
+ [dir=ltr] .secondary {
90
+ padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
91
+ }
92
+ [dir=rtl] .secondary {
93
+ padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
94
+ }
95
+
96
+ .secondary .infoText {
97
+ line-height: 1.4286;
98
+ }
99
+
100
+ .secondary .iconContainer {
101
+ height: var(--zd_size44) ;
102
+ width: var(--zd_size44) ;
103
+ position: absolute;
104
+ top: 0 ;
105
+ bottom: 0 ;
106
+ margin: auto 0 ;
107
+ }
108
+
109
+ [dir=ltr] .secondary .iconContainer {
110
+ left: var(--zd_size18) ;
111
+ }
112
+
113
+ [dir=rtl] .secondary .iconContainer {
114
+ right: var(--zd_size18) ;
115
+ }
116
+
117
+ .secondary .close {
118
+ position: absolute;
119
+ top: 0 ;
120
+ bottom: 0 ;
121
+ height: var(--zd_size25) ;
122
+ }
123
+
124
+ [dir=ltr] .secondary .close {
125
+ right: var(--zd_size12) ;
126
+ margin: auto 0 auto var(--zd_size25) ;
127
+ }
128
+
129
+ [dir=rtl] .secondary .close {
130
+ left: var(--zd_size12) ;
131
+ margin: auto var(--zd_size25) auto 0 ;
132
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp-181.9",
3
+ "version": "1.0.0-temp-183.1",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -61,9 +61,9 @@
61
61
  "@zohodesk-private/node-plugins": "1.1.8",
62
62
  "@zohodesk-private/react-prop-validator": "1.2.3",
63
63
  "@zohodesk/a11y": "2.2.1",
64
- "@zohodesk/components": "1.2.29",
64
+ "@zohodesk/components": "1.0.0-temp-192.1",
65
65
  "@zohodesk/hooks": "2.0.4",
66
- "@zohodesk/icons": "1.0.42",
66
+ "@zohodesk/icons": "1.0.43",
67
67
  "@zohodesk/svg": "1.1.14",
68
68
  "@zohodesk/utils": "1.3.13",
69
69
  "@zohodesk/variables": "1.0.0",
@@ -75,7 +75,7 @@
75
75
  "velocity-react": "1.4.3",
76
76
  "@zohodesk/variables": "1.0.0",
77
77
  "@zohodesk/components": "1.2.29",
78
- "@zohodesk/icons": "1.0.42",
78
+ "@zohodesk/icons": "1.0.43",
79
79
  "@zohodesk/svg": "1.1.14",
80
80
  "@zohodesk/virtualizer": "1.0.3",
81
81
  "react-sortable-hoc": "^0.8.3",
package/result.json CHANGED
@@ -1 +1 @@
1
- {"jobDetails":{"isRunByLocal":true,"hostName":"karuppiah-19823","platForm":"Darwin","branchName":"ComponentPkg"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1719497243058,"startTime":1719497237514,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}}]}}}
1
+ {"jobDetails":{"isRunByLocal":true,"hostName":"muthu-19990","platForm":"Darwin","branchName":"multiselectTagCustomClass"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1719907227912,"startTime":1719907224163,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}}]}}}