@zohodesk/dot 1.0.0-temp-181.7 → 1.0.0-temp-182

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 (416) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +13 -0
  3. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +0 -50
  4. package/assets/Appearance/light/mode/Dot_LightMode.module.css +0 -50
  5. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +0 -50
  6. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  7. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  8. package/coverage/ExternalLink/index.html +1 -1
  9. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  10. package/coverage/ExternalLink/props/index.html +1 -1
  11. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  12. package/coverage/IconButton/IconButton.js.html +1 -1
  13. package/coverage/IconButton/IconButton.module.css.html +2 -5
  14. package/coverage/IconButton/index.html +1 -1
  15. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  16. package/coverage/IconButton/props/index.html +1 -1
  17. package/coverage/IconButton/props/propTypes.js.html +1 -1
  18. package/coverage/Image/Image.js.html +1 -1
  19. package/coverage/Image/Image.module.css.html +1 -1
  20. package/coverage/Image/index.html +1 -1
  21. package/coverage/Image/props/defaultProps.js.html +1 -1
  22. package/coverage/Image/props/index.html +1 -1
  23. package/coverage/Image/props/propTypes.js.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +4 -7
  26. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  27. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  28. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  29. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  30. package/coverage/coverage-final.json +16 -16
  31. package/coverage/coverage-summary.json +16 -16
  32. package/coverage/index.html +1 -1
  33. package/es/ActionButton/ActionButton.module.css +51 -4
  34. package/es/AlphabeticList/AlphabeticList.module.css +0 -2
  35. package/es/Attachment/Attachment.module.css +4 -4
  36. package/es/AttachmentViewer/AttachmentViewer.module.css +0 -2
  37. package/es/ChannelIcon/ChannelIcon.module.css +10 -5
  38. package/es/Drawer/Drawer.js +4 -5
  39. package/es/Drawer/Drawer.module.css +3 -3
  40. package/es/ExternalLink/ExternalLink.js +4 -5
  41. package/es/FlipCard/FlipCard.js +14 -12
  42. package/es/FormAction/FormAction.module.css +18 -1
  43. package/es/FreezeLayer/FreezeLayer.js +1 -1
  44. package/es/IconButton/IconButton.js +4 -5
  45. package/es/IconButton/IconButton.module.css +0 -1
  46. package/es/ImportantNotes/ImportantNotes.module.css +1 -1
  47. package/es/Link/Link.js +8 -10
  48. package/es/Message/Message.js +4 -5
  49. package/es/Message/Message.module.css +1 -1
  50. package/es/Separator/Separator.module.css +11 -2
  51. package/es/TagWithIcon/TagWithIcon.module.css +2 -5
  52. package/es/ToastMessage/ToastMessage.js +2 -4
  53. package/es/ToastMessage/ToastMessage.module.css +3 -3
  54. package/es/actions/AutoClose.js +2 -1
  55. package/es/alert/AlertHeader/AlertHeader.module.css +4 -2
  56. package/es/alert/AlertLookup/AlertLookup.js +14 -12
  57. package/es/avatar/AvatarClose/AvatarClose.js +7 -7
  58. package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
  59. package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
  60. package/es/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  61. package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
  62. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  63. package/es/avatar/AvatarUser/AvatarUser.js +10 -9
  64. package/es/avatar/AvatarUser/AvatarUser.module.css +46 -2
  65. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  66. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
  67. package/es/common/dot_boxShadow.module.css +2 -0
  68. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +36 -24
  69. package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  70. package/es/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  71. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  72. package/es/errorstate/EmptyStates.module.css +24 -1
  73. package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  74. package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
  75. package/es/form/fields/DateField/DateField.js +14 -14
  76. package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
  77. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  78. package/es/form/fields/RadioField/RadioField.js +21 -15
  79. package/es/form/fields/SelectField/SelectField.js +14 -14
  80. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
  81. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  82. package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
  83. package/es/form/fields/TextEditor/TextEditor.module.css +48 -63
  84. package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
  85. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  86. package/es/form/fields/TextareaField/TextareaField.js +16 -13
  87. package/es/form/fields/TextareaField/props/propTypes.js +1 -0
  88. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  89. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +22 -2
  90. package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
  91. package/es/layout/SubtabLayout/SubtabLayout.module.css +1 -3
  92. package/es/list/AvatarFlip/AvatarFlip.module.css +2 -2
  93. package/es/list/Comment/Comment.module.css +0 -1
  94. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +4 -2
  95. package/es/list/Dot/Dot.module.css +0 -1
  96. package/es/list/GridStencils/GridStencils.module.css +35 -1
  97. package/es/list/ListLayout/ListLayout.js +4 -5
  98. package/es/list/ListLayout/ListLayout.module.css +0 -6
  99. package/es/list/SecondaryText/AccountName.js +12 -12
  100. package/es/list/SecondaryText/ContactName.js +8 -9
  101. package/es/list/SecondaryText/Email.js +8 -8
  102. package/es/list/SecondaryText/PhoneNumber.js +8 -8
  103. package/es/list/SecondaryText/SecondaryText.js +4 -5
  104. package/es/list/SecondaryText/TicketId.js +7 -7
  105. package/es/list/Subject/Subject.js +7 -7
  106. package/es/list/Subject/Subject.module.css +9 -2
  107. package/es/list/Thread/Thread.module.css +0 -1
  108. package/es/list/status/StatusListItem/StatusListItem.js +5 -5
  109. package/es/list/status/StatusListItem/StatusListItem.module.css +35 -6
  110. package/es/lookup/Lookup/Lookup.js +7 -7
  111. package/es/lookup/Lookup/Lookup.module.css +4 -1
  112. package/es/lookup/Lookup/props/propTypes.js +3 -2
  113. package/es/lookup/header/Close/LookupClose.module.css +3 -2
  114. package/es/lookup/header/Search/Search.js +5 -3
  115. package/es/lookup/header/TicketHeader/TicketHeader.js +88 -73
  116. package/es/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  117. package/es/lookup/header/TicketHeader/props/propTypes.js +2 -1
  118. package/es/lookup/header/Title/LookupTitle.module.css +6 -2
  119. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  120. package/es/lookup/header/lookupHeaderCommon.module.css +9 -2
  121. package/es/setup/header/Search/Search.module.css +14 -2
  122. package/es/setup/table/Text/TableText.module.css +11 -2
  123. package/es/v1/ActionButton/ActionButton.js +1 -1
  124. package/es/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  125. package/es/v1/Drawer/Drawer.js +6 -7
  126. package/es/v1/ExternalLink/ExternalLink.js +4 -5
  127. package/es/v1/FlipCard/FlipCard.js +15 -13
  128. package/es/v1/FreezeLayer/FreezeLayer.js +2 -2
  129. package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
  130. package/es/v1/IconButton/IconButton.js +4 -5
  131. package/es/v1/Link/Link.js +8 -10
  132. package/es/v1/Loader/Loader.js +1 -1
  133. package/es/v1/Message/Message.js +4 -5
  134. package/es/v1/ToastMessage/ToastMessage.js +4 -6
  135. package/es/v1/actions/AutoClose.js +2 -1
  136. package/es/v1/alert/AlertLookup/AlertLookup.js +16 -16
  137. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
  138. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
  139. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -6
  140. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
  141. package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
  142. package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
  143. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  144. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +39 -27
  145. package/es/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  146. package/es/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  147. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  148. package/es/v1/form/fields/CurrencyField/CurrencyField.js +15 -13
  149. package/es/v1/form/fields/DateField/DateField.js +15 -15
  150. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +14 -13
  151. package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
  152. package/es/v1/form/fields/RadioField/RadioField.js +21 -16
  153. package/es/v1/form/fields/SelectField/SelectField.js +15 -15
  154. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +14 -11
  155. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  156. package/es/v1/form/fields/TextBoxField/TextBoxField.js +15 -15
  157. package/es/v1/form/fields/TextEditorField/TextEditorField.js +11 -10
  158. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  159. package/es/v1/form/fields/TextareaField/TextareaField.js +17 -14
  160. package/es/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  161. package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
  162. package/es/v1/list/ListLayout/ListLayout.js +4 -5
  163. package/es/v1/list/SecondaryText/AccountName.js +12 -12
  164. package/es/v1/list/SecondaryText/ContactName.js +8 -9
  165. package/es/v1/list/SecondaryText/Email.js +8 -8
  166. package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
  167. package/es/v1/list/SecondaryText/SecondaryText.js +4 -5
  168. package/es/v1/list/SecondaryText/TicketId.js +7 -7
  169. package/es/v1/list/Subject/Subject.js +7 -7
  170. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  171. package/es/v1/list/status/StatusListItem/StatusListItem.js +6 -6
  172. package/es/v1/lookup/Lookup/Lookup.js +7 -7
  173. package/es/v1/lookup/Lookup/props/propTypes.js +3 -2
  174. package/es/v1/lookup/header/Search/Search.js +5 -3
  175. package/es/v1/lookup/header/TicketHeader/TicketHeader.js +30 -12
  176. package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  177. package/es/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  178. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  179. package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -8
  180. package/es/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  181. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  182. package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
  183. package/es/version2/GlobalNotification/GlobalNotification.module.css +6 -10
  184. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +7 -3
  185. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  186. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -2
  187. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
  188. package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
  189. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  190. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +96 -95
  191. package/lib/ActionButton/ActionButton.module.css +51 -4
  192. package/lib/AlphabeticList/AlphabeticList.module.css +0 -2
  193. package/lib/Attachment/Attachment.module.css +4 -4
  194. package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -2
  195. package/lib/ChannelIcon/ChannelIcon.module.css +10 -5
  196. package/lib/Drawer/Drawer.module.css +3 -3
  197. package/lib/FormAction/FormAction.module.css +18 -1
  198. package/lib/FreezeLayer/FreezeLayer.js +1 -1
  199. package/lib/IconButton/IconButton.module.css +0 -1
  200. package/lib/ImportantNotes/ImportantNotes.module.css +1 -1
  201. package/lib/Message/Message.module.css +1 -1
  202. package/lib/Separator/Separator.module.css +11 -2
  203. package/lib/TagWithIcon/TagWithIcon.module.css +2 -5
  204. package/lib/ToastMessage/ToastMessage.module.css +3 -3
  205. package/lib/alert/AlertHeader/AlertHeader.module.css +4 -2
  206. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  207. package/lib/avatar/AvatarUser/AvatarUser.module.css +46 -2
  208. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
  209. package/lib/common/dot_boxShadow.module.css +2 -0
  210. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +8 -0
  211. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  212. package/lib/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  213. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  214. package/lib/errorstate/EmptyStates.module.css +24 -1
  215. package/lib/form/fields/RadioField/RadioField.js +3 -0
  216. package/lib/form/fields/TextEditor/TextEditor.module.css +48 -63
  217. package/lib/form/fields/TextareaField/TextareaField.js +2 -0
  218. package/lib/form/fields/TextareaField/props/propTypes.js +1 -0
  219. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  220. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +22 -2
  221. package/lib/layout/SubtabLayout/SubtabLayout.module.css +1 -3
  222. package/lib/list/AvatarFlip/AvatarFlip.module.css +2 -2
  223. package/lib/list/Comment/Comment.module.css +0 -1
  224. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +4 -2
  225. package/lib/list/Dot/Dot.module.css +0 -1
  226. package/lib/list/GridStencils/GridStencils.module.css +35 -1
  227. package/lib/list/ListLayout/ListLayout.module.css +0 -6
  228. package/lib/list/Subject/Subject.module.css +9 -2
  229. package/lib/list/Thread/Thread.module.css +0 -1
  230. package/lib/list/status/StatusListItem/StatusListItem.module.css +35 -6
  231. package/lib/lookup/Lookup/Lookup.js +3 -2
  232. package/lib/lookup/Lookup/Lookup.module.css +4 -1
  233. package/lib/lookup/Lookup/props/propTypes.js +3 -2
  234. package/lib/lookup/header/Close/LookupClose.module.css +3 -2
  235. package/lib/lookup/header/TicketHeader/TicketHeader.js +93 -106
  236. package/lib/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  237. package/lib/lookup/header/TicketHeader/props/propTypes.js +2 -1
  238. package/lib/lookup/header/Title/LookupTitle.module.css +6 -2
  239. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  240. package/lib/lookup/header/lookupHeaderCommon.module.css +9 -2
  241. package/lib/setup/header/Search/Search.module.css +14 -2
  242. package/lib/setup/table/Text/TableText.module.css +11 -2
  243. package/lib/v1/ActionButton/ActionButton.js +1 -1
  244. package/lib/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  245. package/lib/v1/Drawer/Drawer.js +2 -2
  246. package/lib/v1/FlipCard/FlipCard.js +1 -1
  247. package/lib/v1/FreezeLayer/FreezeLayer.js +2 -2
  248. package/lib/v1/Loader/Loader.js +1 -1
  249. package/lib/v1/ToastMessage/ToastMessage.js +2 -2
  250. package/lib/v1/alert/AlertLookup/AlertLookup.js +1 -1
  251. package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +1 -1
  252. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +11 -3
  253. package/lib/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  254. package/lib/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  255. package/lib/v1/form/fields/CurrencyField/CurrencyField.js +1 -1
  256. package/lib/v1/form/fields/DateField/DateField.js +1 -1
  257. package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  258. package/lib/v1/form/fields/RadioField/RadioField.js +3 -0
  259. package/lib/v1/form/fields/SelectField/SelectField.js +1 -1
  260. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -1
  261. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +1 -1
  262. package/lib/v1/form/fields/TextareaField/TextareaField.js +3 -1
  263. package/lib/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  264. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  265. package/lib/v1/list/status/StatusListItem/StatusListItem.js +1 -1
  266. package/lib/v1/lookup/Lookup/Lookup.js +3 -2
  267. package/lib/v1/lookup/Lookup/props/propTypes.js +3 -2
  268. package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +37 -12
  269. package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  270. package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  271. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  272. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  273. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  274. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  275. package/lib/version2/GlobalNotification/GlobalNotification.module.css +6 -10
  276. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +7 -3
  277. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -2
  278. package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
  279. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  280. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +96 -95
  281. package/package.json +12 -13
  282. package/result.json +1 -1
  283. package/es/v1/DotWrapper/DotWrapper.js +0 -39
  284. package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -1
  285. package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -1
  286. package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -1
  287. package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -1
  288. package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -1
  289. package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -1
  290. package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -1
  291. package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -1
  292. package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -1
  293. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -24
  294. package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -1
  295. package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -1
  296. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  297. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  298. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  299. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  300. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  301. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  302. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  303. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  304. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  305. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  306. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  307. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  308. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  309. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  310. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  311. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  312. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  313. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  314. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  315. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  316. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  317. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  318. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  319. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  320. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  321. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  322. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  323. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  324. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  325. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  326. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  327. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  328. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  329. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  330. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  331. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  332. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  333. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  334. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  335. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  336. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  337. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  338. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  339. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  340. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  341. package/es/v1/DotWrapper/props/defaultProps.js +0 -6
  342. package/es/v1/DotWrapper/props/propTypes.js +0 -9
  343. package/es/v1/DotWrapper/utils/appearanceProperties.js +0 -46
  344. package/es/v1/DotWrapper/utils/errorMessage.js +0 -7
  345. package/es/v1/DotWrapper/utils/importFiles.js +0 -28
  346. package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
  347. package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
  348. package/es/v1/Provider/Config.js +0 -20
  349. package/lib/v1/DotWrapper/DotWrapper.js +0 -64
  350. package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -3
  351. package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -3
  352. package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -3
  353. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -3
  354. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -3
  355. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -3
  356. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -3
  357. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -3
  358. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -3
  359. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -43
  360. package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -3
  361. package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -3
  362. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  363. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  364. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  365. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  366. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  367. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  368. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  369. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  370. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  371. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  372. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  373. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  374. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  375. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  376. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  377. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  378. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  379. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  380. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  381. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  382. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  383. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  384. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  385. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  386. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  387. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  388. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  389. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  390. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  391. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  392. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  393. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  394. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  395. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  396. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  397. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  398. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  399. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  400. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  401. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  402. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  403. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  404. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  405. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  406. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  407. package/lib/v1/DotWrapper/props/defaultProps.js +0 -13
  408. package/lib/v1/DotWrapper/props/propTypes.js +0 -20
  409. package/lib/v1/DotWrapper/utils/appearanceProperties.js +0 -79
  410. package/lib/v1/DotWrapper/utils/errorMessage.js +0 -14
  411. package/lib/v1/DotWrapper/utils/importFiles.js +0 -35
  412. package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
  413. package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
  414. package/lib/v1/Provider/Config.js +0 -29
  415. /package/es/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
  416. /package/lib/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
@@ -2,7 +2,7 @@
2
2
  /* globalnotfication default variables */
3
3
  --commonalert_border_color: var(--zdt_commonalert_default_border);
4
4
  --globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
5
- --globalnotification_text_color: var(--zdt_globalnotification_default_text);
5
+ --globalnotification_text_color: var(--zdt_base_color);
6
6
  }
7
7
 
8
8
  .message {
@@ -29,7 +29,6 @@
29
29
  .stackShadowTwo::before {
30
30
  content: '';
31
31
  position: absolute;
32
- /* css:theme-validation:ignore */
33
32
  height: var(--zd_size20) ;
34
33
  }
35
34
 
@@ -78,9 +77,6 @@
78
77
  .container {
79
78
  position: relative;
80
79
  pointer-events: initial;
81
- /* css:theme-validation:ignore */
82
- /* css:theme-validation:ignore */
83
- /* css:theme-validation:ignore */
84
80
  color: var(--globalnotification_text_color);
85
81
  z-index: 1;
86
82
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
@@ -121,31 +117,31 @@
121
117
  .success {
122
118
  --commonalert_border_color: var(--zdt_commonalert_success_border);
123
119
  --globalnotification_bg_color: var(--zdt_globalnotification_success_bg);
124
- --globalnotification_text_color: var(--zdt_globalnotification_success_text);
120
+ --globalnotification_text_color: var(--zdt_base_color);
125
121
  }
126
122
 
127
123
  .info {
128
124
  --commonalert_border_color: var(--zdt_commonalert_info_border);
129
125
  --globalnotification_bg_color: var(--zdt_globalnotification_info_bg);
130
- --globalnotification_text_color: var(--zdt_globalnotification_info_text);
126
+ --globalnotification_text_color: var(--zdt_base_color);
131
127
  }
132
128
 
133
129
  .danger {
134
130
  --commonalert_border_color: var(--zdt_commonalert_danger_border);
135
131
  --globalnotification_bg_color: var(--zdt_globalnotification_danger_bg);
136
- --globalnotification_text_color: var(--zdt_globalnotification_danger_text);
132
+ --globalnotification_text_color: var(--zdt_base_color);
137
133
  }
138
134
 
139
135
  .error {
140
136
  --commonalert_border_color: var(--zdt_commonalert_error_border);
141
137
  --globalnotification_bg_color: var(--zdt_globalnotification_error_bg);
142
- --globalnotification_text_color: var(--zdt_globalnotification_error_text);
138
+ --globalnotification_text_color: var(--zdt_base_color);
143
139
  }
144
140
 
145
141
  .warning {
146
142
  --commonalert_border_color: var(--zdt_commonalert_warning_border);
147
143
  --globalnotification_bg_color: var(--zdt_globalnotification_warning_bg);
148
- --globalnotification_text_color: var(--zdt_globalnotification_warning_text);
144
+ --globalnotification_text_color: var(--zdt_base_color);
149
145
  }
150
146
 
151
147
  .text {
@@ -1,21 +1,24 @@
1
1
  .varClass {
2
2
  --commonalert_border_color: var(--zdt_commonalert_default_border);
3
3
  }
4
+
4
5
  .container {
5
6
  composes: varClass;
6
7
  position: relative;
7
- /* css:theme-validation:ignore */
8
8
  background-color: var(--zdt_alertlookup_bg);
9
9
  border-style: solid;
10
10
  border-color: var(--commonalert_border_color);
11
11
  border-width: 2px 0 0 0;
12
12
  }
13
+
13
14
  .headerLayout {
14
15
  min-height: var(--zd_size54) ;
15
16
  }
17
+
16
18
  [dir=ltr] .headerLayout {
17
19
  padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20) ;
18
20
  }
21
+
19
22
  [dir=rtl] .headerLayout {
20
23
  padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45) ;
21
24
  }
@@ -24,7 +27,8 @@
24
27
  --commonalert_border_color: var(--zdt_commonalert_success_border);
25
28
  }
26
29
 
27
- .info,.notification {
30
+ .info,
31
+ .notification {
28
32
  --commonalert_border_color: var(--zdt_commonalert_info_border);
29
33
  }
30
34
 
@@ -54,7 +58,7 @@
54
58
  }
55
59
 
56
60
  .title {
57
- color: var(--zdt_alertlookupnew_text);
61
+ color: var(--zdt_base_color);
58
62
  font-size: var(--zd_font_size18) ;
59
63
  line-height: 1.2222;
60
64
  font-family: var(--zd_bold);
@@ -3,7 +3,7 @@
3
3
  }
4
4
 
5
5
  .innerSection {
6
- color: var(--zdt_alertlookupnew_text);
6
+ color: var(--zdt_base_color);
7
7
  font-size: var(--zd_font_size14) ;
8
8
  line-height: 1.428;
9
9
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
@@ -30,15 +30,21 @@
30
30
  overflow: hidden;
31
31
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
32
32
  }
33
- .horizontalScroll, .verticalScroll, .bothScroll {
33
+
34
+ .horizontalScroll,
35
+ .verticalScroll,
36
+ .bothScroll {
34
37
  height: 100% ;
35
38
  }
39
+
36
40
  .horizontalScroll {
37
41
  composes: oflowx from '~@zohodesk/components/lib/common/common.module.css';
38
42
  }
43
+
39
44
  .verticalScroll {
40
45
  composes: oflowy from '~@zohodesk/components/lib/common/common.module.css';
41
46
  }
47
+
42
48
  .bothScroll {
43
49
  composes: oflowA from '~@zohodesk/components/lib/common/common.module.css';
44
50
  }
@@ -26,7 +26,7 @@
26
26
  .noteUl li {
27
27
  font-size: var(--zd_font_size12) ;
28
28
  /* line-height: var(--zd_size14); */
29
- color: var(--zdt_alertlookuop_text);
29
+ color: var(--zdt_base_color);
30
30
  list-style-type: disc;
31
31
  line-height: initial;
32
32
  margin-bottom: var(--zd_size15) ;
@@ -4,7 +4,7 @@
4
4
  }
5
5
 
6
6
  .container {
7
- color: var(--zdt_desktopnotification_text);
7
+ color: var(--zdt_base_color);
8
8
  transition: all var(--zd_transition4);
9
9
  position: relative;
10
10
  max-height: 100% ;
@@ -36,7 +36,8 @@
36
36
  .large {
37
37
  width: var(--zd_size580) ;
38
38
  }
39
- .tapWidth{
39
+
40
+ .tapWidth {
40
41
  max-width: 100% ;
41
42
  min-width: 100% ;
42
43
  }
@@ -130,4 +131,4 @@
130
131
  .footer {
131
132
  overflow: hidden;
132
133
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
133
- }
134
+ }
@@ -1,56 +1,57 @@
1
1
  .varClass {
2
2
  --commonalert_border_color: var(--zdt_commonalert_default_border);
3
3
  }
4
+
4
5
  .container {
5
- composes: varClass;
6
- min-height: var(--zd_size54) ;
7
- position: relative;
8
- /* css:theme-validation:ignore */
9
- /* css:theme-validation:ignore */
10
- color: var(--zdt_desktopnotification_text);
11
- background-color: var(--alert_lookup_bg_color);
12
- border-style: solid;
13
- border-color: var(--commonalert_border_color);
14
- border-width: 2px 0 0 0;
15
- }
16
-
17
- .title {
18
- composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
19
- }
20
-
21
- [dir=ltr] .title {
6
+ composes: varClass;
7
+ min-height: var(--zd_size54) ;
8
+ position: relative;
9
+ color: var(--zdt_base_color);
10
+ background-color: var(--alert_lookup_bg_color);
11
+ border-style: solid;
12
+ border-color: var(--commonalert_border_color);
13
+ border-width: 2px 0 0 0;
14
+ }
15
+
16
+ .title {
17
+ composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
18
+ }
19
+
20
+ [dir=ltr] .title {
22
21
  margin: 0 var(--zd_size5) 0 var(--zd_size10) ;
23
- }
22
+ }
24
23
 
25
- [dir=rtl] .title {
26
- margin: 0 var(--zd_size10) 0 var(--zd_size5) ;
27
- }
24
+ [dir=rtl] .title {
25
+ margin: 0 var(--zd_size10) 0 var(--zd_size5) ;
26
+ }
28
27
 
29
- .infoText {
30
- max-width: 100% ;
31
- }
28
+ .infoText {
29
+ max-width: 100% ;
30
+ }
32
31
 
33
- /* Palette */
32
+ /* Palette */
34
33
 
35
- .success {
36
- --commonalert_border_color: var(--zdt_commonalert_success_border);
37
- }
34
+ .success {
35
+ --commonalert_border_color: var(--zdt_commonalert_success_border);
36
+ }
38
37
 
39
- .info,.notification,.alarm {
40
- --commonalert_border_color: var(--zdt_commonalert_info_border);
41
- }
38
+ .info,
39
+ .notification,
40
+ .alarm {
41
+ --commonalert_border_color: var(--zdt_commonalert_info_border);
42
+ }
42
43
 
43
- .danger {
44
- --commonalert_border_color: var(--zdt_commonalert_danger_border);
45
- }
44
+ .danger {
45
+ --commonalert_border_color: var(--zdt_commonalert_danger_border);
46
+ }
46
47
 
47
- .error {
48
- --commonalert_border_color: var(--zdt_commonalert_error_border);
49
- }
48
+ .error {
49
+ --commonalert_border_color: var(--zdt_commonalert_error_border);
50
+ }
50
51
 
51
- .warning {
52
- --commonalert_border_color: var(--zdt_commonalert_warning_border);
53
- }
52
+ .warning {
53
+ --commonalert_border_color: var(--zdt_commonalert_warning_border);
54
+ }
54
55
 
55
56
 
56
57
  /* Primary Header */
@@ -58,7 +59,7 @@
58
59
  padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20) ;
59
60
  }
60
61
  [dir=rtl] .primary {
61
- padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45) ;
62
+ padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45) ;
62
63
  }
63
64
 
64
65
  .primary .iconContainer {
@@ -67,68 +68,68 @@
67
68
  }
68
69
 
69
70
  .primary .infoText {
70
- line-height: 1;
71
- }
71
+ line-height: 1;
72
+ }
72
73
 
73
- .primary .close {
74
- position: absolute;
75
- top: var(--zd_size12) ;
76
- }
74
+ .primary .close {
75
+ position: absolute;
76
+ top: var(--zd_size12) ;
77
+ }
77
78
 
78
- [dir=ltr] .primary .close {
79
+ [dir=ltr] .primary .close {
79
80
  right: var(--zd_size12) ;
80
- }
81
-
82
- [dir=rtl] .primary .close {
83
- left: var(--zd_size12) ;
84
- }
85
-
86
- /* Secondary Header */
87
- .secondary {
88
- composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
89
- border-radius: 0 0 var(--zd_size10) var(--zd_size10);
90
- }
91
- [dir=ltr] .secondary {
81
+ }
82
+
83
+ [dir=rtl] .primary .close {
84
+ left: var(--zd_size12) ;
85
+ }
86
+
87
+ /* Secondary Header */
88
+ .secondary {
89
+ composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
90
+ border-radius: 0 0 var(--zd_size10) var(--zd_size10);
91
+ }
92
+ [dir=ltr] .secondary {
92
93
  padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
93
- }
94
- [dir=rtl] .secondary {
95
- padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
96
- }
97
-
98
- .secondary .infoText {
99
- line-height: 1.4286;
100
- }
101
-
102
- .secondary .iconContainer {
103
- height: var(--zd_size44) ;
104
- width: var(--zd_size44) ;
105
- position: absolute;
106
- top: 0 ;
107
- bottom: 0 ;
108
- margin: auto 0 ;
109
- }
110
-
111
- [dir=ltr] .secondary .iconContainer {
94
+ }
95
+ [dir=rtl] .secondary {
96
+ padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
97
+ }
98
+
99
+ .secondary .infoText {
100
+ line-height: 1.4286;
101
+ }
102
+
103
+ .secondary .iconContainer {
104
+ height: var(--zd_size44) ;
105
+ width: var(--zd_size44) ;
106
+ position: absolute;
107
+ top: 0 ;
108
+ bottom: 0 ;
109
+ margin: auto 0 ;
110
+ }
111
+
112
+ [dir=ltr] .secondary .iconContainer {
112
113
  left: var(--zd_size18) ;
113
- }
114
+ }
114
115
 
115
- [dir=rtl] .secondary .iconContainer {
116
- right: var(--zd_size18) ;
117
- }
116
+ [dir=rtl] .secondary .iconContainer {
117
+ right: var(--zd_size18) ;
118
+ }
118
119
 
119
- .secondary .close {
120
- position: absolute;
121
- top: 0 ;
122
- bottom: 0 ;
123
- height: var(--zd_size25) ;
124
- }
120
+ .secondary .close {
121
+ position: absolute;
122
+ top: 0 ;
123
+ bottom: 0 ;
124
+ height: var(--zd_size25) ;
125
+ }
125
126
 
126
- [dir=ltr] .secondary .close {
127
+ [dir=ltr] .secondary .close {
127
128
  right: var(--zd_size12) ;
128
129
  margin: auto 0 auto var(--zd_size25) ;
129
- }
130
+ }
130
131
 
131
- [dir=rtl] .secondary .close {
132
- left: var(--zd_size12) ;
133
- margin: auto var(--zd_size25) auto 0 ;
134
- }
132
+ [dir=rtl] .secondary .close {
133
+ left: var(--zd_size12) ;
134
+ margin: auto var(--zd_size25) auto 0 ;
135
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp-181.7",
3
+ "version": "1.0.0-temp-182",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -58,14 +58,13 @@
58
58
  "@testing-library/user-event": "^13.0.10",
59
59
  "@zohodesk-private/color-variable-preprocessor": "1.2.0",
60
60
  "@zohodesk-private/css-variable-migrator": "^1.0.7",
61
- "@zohodesk-private/node-plugins": "1.1.6",
61
+ "@zohodesk-private/node-plugins": "1.1.8",
62
62
  "@zohodesk-private/react-prop-validator": "1.2.3",
63
- "@zohodesk/a11y": "2.2.0",
64
- "@zohodesk/components": "1.2.28",
65
- "@zohodesk/hooks": "2.0.3",
66
- "@zohodesk/icons": "1.0.35",
67
- "@zohodesk/react-cli": "1.1.14",
68
- "@zohodesk/svg": "1.1.11",
63
+ "@zohodesk/a11y": "2.2.1",
64
+ "@zohodesk/components": "1.2.29",
65
+ "@zohodesk/hooks": "2.0.4",
66
+ "@zohodesk/icons": "1.0.38",
67
+ "@zohodesk/svg": "1.1.14",
69
68
  "@zohodesk/utils": "1.3.13",
70
69
  "@zohodesk/variables": "1.0.0",
71
70
  "@zohodesk/virtualizer": "1.0.3",
@@ -75,13 +74,13 @@
75
74
  "peerDependencies": {
76
75
  "velocity-react": "1.4.3",
77
76
  "@zohodesk/variables": "1.0.0",
78
- "@zohodesk/components": "1.2.28",
79
- "@zohodesk/icons": "1.0.35",
80
- "@zohodesk/svg": "1.1.11",
77
+ "@zohodesk/components": "1.2.29",
78
+ "@zohodesk/icons": "1.0.38",
79
+ "@zohodesk/svg": "1.1.14",
81
80
  "@zohodesk/virtualizer": "1.0.3",
82
81
  "react-sortable-hoc": "^0.8.3",
83
- "@zohodesk/hooks": "2.0.3",
82
+ "@zohodesk/hooks": "2.0.4",
84
83
  "@zohodesk/utils": "1.3.13",
85
- "@zohodesk/a11y": "2.2.0"
84
+ "@zohodesk/a11y": "2.2.1"
86
85
  }
87
86
  }
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":1712151388613,"startTime":1712151382638,"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":[]}}]}}}
1
+ {"jobDetails":{"isRunByLocal":true,"hostName":"selva-19810","platForm":"Darwin","branchName":"selva_desk_library"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1716979355465,"startTime":1716979349452,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/selva-19810/git/selva_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/selva-19810/git/selva_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/selva-19810/git/selva_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/selva-19810/git/selva_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":[]}}]}}}
@@ -1,39 +0,0 @@
1
- import React, { useEffect } from 'react';
2
- import { getAppearance, getTheme, getZoomSize, getFontSize } from './libraryChunks/dynamicImports';
3
- import '@zohodesk/components/assets/Contrast/lightContrastLightness.module.css';
4
- import '@zohodesk/components/assets/Contrast/darkContrastLightness.module.css';
5
- import '@zohodesk/components/assets/Contrast/pureDarkContrastLightness.module.css';
6
- import '@zohodesk/variables/assets/colorVariables.module.css';
7
- import '@zohodesk/variables/assets/dotVariables.module.css';
8
- import '@zohodesk/components/es/common/basic.module.css';
9
- import '@zohodesk/variables/lib/fontFamilyVariables.module.css';
10
- import '@zohodesk/components/lib/common/boxShadow.module.css';
11
- import '../../common/dot_boxShadow.module.css';
12
- import { propTypes } from './props/propTypes';
13
- import { defaultProps } from './props/defaultProps';
14
- export default function DotWrapper(props) {
15
- let {
16
- $render_appearance,
17
- $render_theme,
18
- $render_library,
19
- $render_baseZoomSize,
20
- $render_baseFontSize,
21
- $flag_resources
22
- } = props;
23
- useEffect(() => {
24
- if ($flag_resources === 'libraryWrapper') {
25
- getAppearance($render_appearance, $render_library);
26
- getTheme($render_appearance, $render_theme, $render_library);
27
- $render_baseZoomSize && getZoomSize();
28
- $render_baseFontSize && getFontSize();
29
- const wrapperElements = document.querySelectorAll(`[flag_resources="${$flag_resources}"]`);
30
- wrapperElements.forEach(element => {
31
- element.style.setProperty('--zd_baseSize', $render_baseZoomSize);
32
- element.style.setProperty('--zd_baseFontSize', $render_baseFontSize);
33
- });
34
- }
35
- }, [$render_appearance, $render_theme, $render_library, $render_baseZoomSize, $render_baseFontSize, $flag_resources]);
36
- return null;
37
- }
38
- DotWrapper.propTypes = propTypes;
39
- DotWrapper.defaultProps = defaultProps;
@@ -1 +0,0 @@
1
- import '@zohodesk/components/assets/Appearance/dark/mode/Component_DarkMode.module.css';
@@ -1 +0,0 @@
1
- import '@zohodesk/components/assets/Appearance/light/mode/Component_LightMode.module.css';
@@ -1 +0,0 @@
1
- import '@zohodesk/components/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css';
@@ -1 +0,0 @@
1
- import './../../../../../../assets/Appearance/dark/mode/Dot_DarkMode.module.css';
@@ -1 +0,0 @@
1
- import './../../../../../../assets/Appearance/light/mode/Dot_LightMode.module.css';
@@ -1 +0,0 @@
1
- import './../../../../../../assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css';
@@ -1 +0,0 @@
1
- import '@zohodesk/svg/assets/Appearance/dark/mode/SVG_DarkMode.module.css';
@@ -1 +0,0 @@
1
- import '@zohodesk/svg/assets/Appearance/light/mode/SVG_LightMode.module.css';
@@ -1 +0,0 @@
1
- import '@zohodesk/svg/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css';