@zohodesk/dot 1.7.20-exp.1 → 1.7.21

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 (295) hide show
  1. package/README.md +8 -0
  2. package/es/ActionButton/ActionButton.js +6 -6
  3. package/es/ActionButton/ActionButton.module.css +1 -1
  4. package/es/AlphabeticList/AlphabeticList.js +1 -1
  5. package/es/AlphabeticList/AlphabeticList.module.css +1 -1
  6. package/es/Attachment/Attachment.js +7 -4
  7. package/es/Attachment/__tests__/Attachment.spec.js +24 -0
  8. package/es/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +105 -0
  9. package/es/AttachmentViewer/AttachmentViewer.js +5 -5
  10. package/es/AttachmentViewer/AttachmentViewer.module.css +1 -1
  11. package/es/ChannelIcon/ChannelIcon.js +1 -1
  12. package/es/DotProvider/hooks/useDotProvider.js +0 -1
  13. package/es/Drawer/Drawer.js +6 -6
  14. package/es/Drawer/Drawer.module.css +1 -1
  15. package/es/FlipCard/FlipCard.js +3 -3
  16. package/es/FormAction/FormAction.js +1 -1
  17. package/es/FreezeLayer/FreezeLayer.js +3 -3
  18. package/es/IconButton/IconButton.js +3 -3
  19. package/es/ImportantNotes/ImportantNotes.js +1 -1
  20. package/es/Loader/Loader.js +1 -1
  21. package/es/MessageBanner/MessageBanner.js +1 -1
  22. package/es/NewStar/NewStar.js +1 -1
  23. package/es/Onboarding/Onboarding.js +3 -3
  24. package/es/Separator/Separator.js +1 -1
  25. package/es/ToastMessage/ToastMessage.js +4 -4
  26. package/es/Upload/Upload.js +1 -1
  27. package/es/VideoLookup/VideoLookup.js +1 -1
  28. package/es/alert/AlertHeader/AlertHeader.js +1 -1
  29. package/es/alert/AlertLookup/AlertLookup.js +1 -1
  30. package/es/avatar/AvatarClose/AvatarClose.js +1 -1
  31. package/es/avatar/AvatarCollision/AvatarCollision.js +1 -1
  32. package/es/avatar/AvatarIcon/AvatarIcon.js +2 -2
  33. package/es/avatar/AvatarStatus/AvatarStatus.js +1 -1
  34. package/es/avatar/AvatarThread/AvatarThread.js +1 -1
  35. package/es/avatar/AvatarUser/AvatarUser.js +1 -1
  36. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
  37. package/es/deprecated/FreezeLayer/FreezeLayer.js +3 -3
  38. package/es/deprecated/SelectDropdown/SelectDropdown.js +7 -7
  39. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +14 -14
  40. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  41. package/es/emptystate/EditionPage/EditionPage.css +2 -2
  42. package/es/emptystate/EditionPage/EditionPage.js +1 -1
  43. package/es/errorstate/Inconvenience/Inconvenience.js +3 -3
  44. package/es/errorstate/NoRequestFound/NoRequestFound.js +3 -3
  45. package/es/errorstate/PermissionPlay/PermissionPlay.js +3 -3
  46. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  47. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
  48. package/es/errorstate/UnableToProcess/UnableToProcess.js +3 -3
  49. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  50. package/es/errorstate/WillBack/WillBack.js +3 -3
  51. package/es/form/fields/CheckBoxField/CheckBoxField.js +3 -3
  52. package/es/form/fields/CurrencyField/CurrencyField.js +3 -3
  53. package/es/form/fields/DateField/DateField.js +3 -3
  54. package/es/form/fields/FieldContainer/FieldContainer.js +1 -1
  55. package/es/form/fields/Fields.module.css +4 -0
  56. package/es/form/fields/MultiSelectField/MultiSelectField.js +3 -3
  57. package/es/form/fields/PhoneField/PhoneField.js +3 -2
  58. package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -1
  59. package/es/form/fields/RadioField/RadioField.js +2 -2
  60. package/es/form/fields/SelectField/SelectField.js +3 -3
  61. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +11 -11
  62. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
  63. package/es/form/fields/TextBoxField/TextBoxField.js +3 -3
  64. package/es/form/fields/TextEditor/TextEditor.js +2 -3
  65. package/es/form/fields/TextEditor/TextEditor.module.css +2 -2
  66. package/es/form/fields/TextEditorField/TextEditorField.js +1 -1
  67. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
  68. package/es/form/fields/TextareaField/TextareaField.js +3 -3
  69. package/es/form/fields/ValidationMessage/ValidationMessage.js +2 -2
  70. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
  71. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
  72. package/es/layout/SubtabLayout/SubtabLayout.js +2 -2
  73. package/es/list/Comment/Comment.js +1 -1
  74. package/es/list/Icons/AddNewIcon.js +1 -1
  75. package/es/list/Icons/CompleteIcon.js +1 -1
  76. package/es/list/Icons/DeleteIcon.js +1 -1
  77. package/es/list/Icons/EditIcon.js +1 -1
  78. package/es/list/Icons/ReadUnreadIcon.js +1 -1
  79. package/es/list/Icons/SmartIcon.js +1 -1
  80. package/es/list/ListLayout/ListLayout.js +1 -1
  81. package/es/list/ListStencils/ListStencils.js +1 -1
  82. package/es/list/SecondaryText/AccountName.js +1 -1
  83. package/es/list/SecondaryText/ContactName.js +1 -1
  84. package/es/list/SecondaryText/SecondaryText.module.css +8 -8
  85. package/es/list/SecondryPanel/SecondryPanel.js +2 -2
  86. package/es/list/Subject/Subject.module.css +3 -3
  87. package/es/list/Thread/Thread.js +1 -1
  88. package/es/list/status/StatusDropdown/StatusDropdown.js +10 -10
  89. package/es/list/status/StatusListItem/StatusListItem.js +2 -2
  90. package/es/lookup/EmptyPage/EmptyPage.js +4 -4
  91. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +2 -4
  92. package/es/lookup/Lookup/Lookup.js +1 -1
  93. package/es/lookup/Section/Section.js +1 -1
  94. package/es/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
  95. package/es/lookup/header/Search/Search.js +3 -3
  96. package/es/lookup/header/TicketHeader/TicketHeader.js +1 -1
  97. package/es/lookup/header/Title/LookupTitle.module.css +3 -7
  98. package/es/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
  99. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +2 -13
  100. package/es/setup/header/Button/Button.js +1 -1
  101. package/es/setup/header/Link/Link.js +1 -1
  102. package/es/setup/header/Search/Search.js +1 -1
  103. package/es/setup/header/Search/Search.module.css +1 -1
  104. package/es/setup/table/Table/Table.js +1 -1
  105. package/es/setup/table/TableBody/TableBody.js +1 -1
  106. package/es/setup/table/TableData/TableData.js +1 -1
  107. package/es/setup/table/TableHead/TableHead.js +1 -1
  108. package/es/setup/table/TableRow/TableRow.js +1 -1
  109. package/es/svg/PlusIcon.js +1 -1
  110. package/es/svg/SnippetIcon.js +1 -1
  111. package/es/svg/TemplateIcon.js +1 -1
  112. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
  113. package/es/v1/emptystate/EditionPage/EditionPage.js +1 -1
  114. package/es/v1/errorstate/Inconvenience/Inconvenience.js +1 -1
  115. package/es/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -1
  116. package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -1
  117. package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
  118. package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +1 -1
  119. package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +1 -1
  120. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
  121. package/es/v1/form/fields/TextEditor/TextEditor.js +1 -2
  122. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  123. package/es/v1/lookup/EmptyPage/EmptyPage.js +4 -4
  124. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  125. package/es/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  126. package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
  127. package/es/v1/svg/PlusIcon.js +1 -1
  128. package/es/v1/svg/SnippetIcon.js +1 -1
  129. package/es/v1/svg/TemplateIcon.js +1 -1
  130. package/es/version2/AlertClose/AlertClose.js +1 -1
  131. package/es/version2/GlobalNotification/GlobalNotification.js +1 -1
  132. package/es/version2/GlobalNotification/GlobalNotification.module.css +2 -3
  133. package/es/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
  134. package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
  135. package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
  136. package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  137. package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
  138. package/es/version2/errorstate/V2_ErrorStates.module.css +1 -1
  139. package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
  140. package/es/version2/lookup/AlertHeader/AlertHeader.js +1 -1
  141. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +3 -9
  142. package/es/version2/lookup/AlertLookup/AlertLookup.js +3 -3
  143. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
  144. package/es/version2/notification/DesktopNotification/DesktopNotification.js +4 -4
  145. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +3 -4
  146. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
  147. package/lib/ActionButton/ActionButton.js +6 -6
  148. package/lib/ActionButton/ActionButton.module.css +1 -1
  149. package/lib/AlphabeticList/AlphabeticList.js +1 -1
  150. package/lib/AlphabeticList/AlphabeticList.module.css +1 -1
  151. package/lib/Attachment/Attachment.js +7 -4
  152. package/lib/Attachment/__tests__/Attachment.spec.js +24 -0
  153. package/lib/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +105 -0
  154. package/lib/AttachmentViewer/AttachmentViewer.js +5 -5
  155. package/lib/AttachmentViewer/AttachmentViewer.module.css +1 -1
  156. package/lib/ChannelIcon/ChannelIcon.js +1 -1
  157. package/lib/DotProvider/hooks/useDotProvider.js +0 -2
  158. package/lib/Drawer/Drawer.js +6 -6
  159. package/lib/Drawer/Drawer.module.css +1 -1
  160. package/lib/FlipCard/FlipCard.js +3 -3
  161. package/lib/FormAction/FormAction.js +1 -1
  162. package/lib/FreezeLayer/FreezeLayer.js +3 -3
  163. package/lib/IconButton/IconButton.js +3 -3
  164. package/lib/ImportantNotes/ImportantNotes.js +1 -1
  165. package/lib/Loader/Loader.js +1 -1
  166. package/lib/MessageBanner/MessageBanner.js +1 -1
  167. package/lib/NewStar/NewStar.js +1 -1
  168. package/lib/Onboarding/Onboarding.js +3 -3
  169. package/lib/Separator/Separator.js +1 -1
  170. package/lib/ToastMessage/ToastMessage.js +4 -4
  171. package/lib/Upload/Upload.js +1 -1
  172. package/lib/VideoLookup/VideoLookup.js +1 -1
  173. package/lib/alert/AlertHeader/AlertHeader.js +1 -1
  174. package/lib/alert/AlertLookup/AlertLookup.js +1 -1
  175. package/lib/avatar/AvatarClose/AvatarClose.js +1 -1
  176. package/lib/avatar/AvatarCollision/AvatarCollision.js +1 -1
  177. package/lib/avatar/AvatarIcon/AvatarIcon.js +2 -2
  178. package/lib/avatar/AvatarStatus/AvatarStatus.js +1 -1
  179. package/lib/avatar/AvatarThread/AvatarThread.js +1 -1
  180. package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
  181. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
  182. package/lib/deprecated/FreezeLayer/FreezeLayer.js +3 -3
  183. package/lib/deprecated/SelectDropdown/SelectDropdown.js +7 -7
  184. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +14 -14
  185. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  186. package/lib/emptystate/EditionPage/EditionPage.css +2 -2
  187. package/lib/emptystate/EditionPage/EditionPage.js +1 -1
  188. package/lib/errorstate/Inconvenience/Inconvenience.js +3 -3
  189. package/lib/errorstate/NoRequestFound/NoRequestFound.js +3 -3
  190. package/lib/errorstate/PermissionPlay/PermissionPlay.js +3 -3
  191. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  192. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
  193. package/lib/errorstate/UnableToProcess/UnableToProcess.js +3 -3
  194. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  195. package/lib/errorstate/WillBack/WillBack.js +3 -3
  196. package/lib/form/fields/CheckBoxField/CheckBoxField.js +3 -3
  197. package/lib/form/fields/CurrencyField/CurrencyField.js +3 -3
  198. package/lib/form/fields/DateField/DateField.js +3 -3
  199. package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
  200. package/lib/form/fields/Fields.module.css +4 -0
  201. package/lib/form/fields/MultiSelectField/MultiSelectField.js +3 -3
  202. package/lib/form/fields/PhoneField/PhoneField.js +3 -2
  203. package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -1
  204. package/lib/form/fields/RadioField/RadioField.js +2 -2
  205. package/lib/form/fields/SelectField/SelectField.js +3 -3
  206. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +11 -11
  207. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
  208. package/lib/form/fields/TextBoxField/TextBoxField.js +3 -3
  209. package/lib/form/fields/TextEditor/TextEditor.js +2 -2
  210. package/lib/form/fields/TextEditor/TextEditor.module.css +2 -2
  211. package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
  212. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
  213. package/lib/form/fields/TextareaField/TextareaField.js +3 -3
  214. package/lib/form/fields/ValidationMessage/ValidationMessage.js +2 -2
  215. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
  216. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
  217. package/lib/layout/SubtabLayout/SubtabLayout.js +2 -2
  218. package/lib/list/Comment/Comment.js +1 -1
  219. package/lib/list/Icons/AddNewIcon.js +1 -1
  220. package/lib/list/Icons/CompleteIcon.js +1 -1
  221. package/lib/list/Icons/DeleteIcon.js +1 -1
  222. package/lib/list/Icons/EditIcon.js +1 -1
  223. package/lib/list/Icons/ReadUnreadIcon.js +1 -1
  224. package/lib/list/Icons/SmartIcon.js +1 -1
  225. package/lib/list/ListLayout/ListLayout.js +1 -1
  226. package/lib/list/ListStencils/ListStencils.js +1 -1
  227. package/lib/list/SecondaryText/AccountName.js +1 -1
  228. package/lib/list/SecondaryText/ContactName.js +1 -1
  229. package/lib/list/SecondaryText/SecondaryText.module.css +8 -8
  230. package/lib/list/SecondryPanel/SecondryPanel.js +2 -2
  231. package/lib/list/Subject/Subject.module.css +3 -3
  232. package/lib/list/Thread/Thread.js +1 -1
  233. package/lib/list/status/StatusDropdown/StatusDropdown.js +10 -10
  234. package/lib/list/status/StatusListItem/StatusListItem.js +2 -2
  235. package/lib/lookup/EmptyPage/EmptyPage.js +4 -4
  236. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +2 -4
  237. package/lib/lookup/Lookup/Lookup.js +1 -1
  238. package/lib/lookup/Section/Section.js +1 -1
  239. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
  240. package/lib/lookup/header/Search/Search.js +3 -3
  241. package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
  242. package/lib/lookup/header/Title/LookupTitle.module.css +3 -7
  243. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
  244. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +2 -13
  245. package/lib/setup/header/Button/Button.js +1 -1
  246. package/lib/setup/header/Link/Link.js +1 -1
  247. package/lib/setup/header/Search/Search.js +1 -1
  248. package/lib/setup/header/Search/Search.module.css +1 -1
  249. package/lib/setup/table/Table/Table.js +1 -1
  250. package/lib/setup/table/TableBody/TableBody.js +1 -1
  251. package/lib/setup/table/TableData/TableData.js +1 -1
  252. package/lib/setup/table/TableHead/TableHead.js +1 -1
  253. package/lib/setup/table/TableRow/TableRow.js +1 -1
  254. package/lib/svg/PlusIcon.js +1 -1
  255. package/lib/svg/SnippetIcon.js +1 -1
  256. package/lib/svg/TemplateIcon.js +1 -1
  257. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
  258. package/lib/v1/emptystate/EditionPage/EditionPage.js +1 -1
  259. package/lib/v1/errorstate/Inconvenience/Inconvenience.js +1 -1
  260. package/lib/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -1
  261. package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -1
  262. package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
  263. package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +1 -1
  264. package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +1 -1
  265. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
  266. package/lib/v1/form/fields/TextEditor/TextEditor.js +1 -1
  267. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  268. package/lib/v1/lookup/EmptyPage/EmptyPage.js +4 -4
  269. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  270. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  271. package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
  272. package/lib/v1/svg/PlusIcon.js +1 -1
  273. package/lib/v1/svg/SnippetIcon.js +1 -1
  274. package/lib/v1/svg/TemplateIcon.js +1 -1
  275. package/lib/version2/AlertClose/AlertClose.js +1 -1
  276. package/lib/version2/GlobalNotification/GlobalNotification.js +1 -1
  277. package/lib/version2/GlobalNotification/GlobalNotification.module.css +2 -3
  278. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
  279. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
  280. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
  281. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
  282. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
  283. package/lib/version2/errorstate/V2_ErrorStates.module.css +1 -1
  284. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
  285. package/lib/version2/lookup/AlertHeader/AlertHeader.js +1 -1
  286. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +3 -9
  287. package/lib/version2/lookup/AlertLookup/AlertLookup.js +3 -3
  288. package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
  289. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +4 -4
  290. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +3 -4
  291. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
  292. package/package.json +7 -6
  293. package/react-cli.config.js +3 -0
  294. package/result.json +1 -1
  295. package/unittest/index.html +1 -1
@@ -31,7 +31,7 @@
31
31
  </tr>
32
32
 
33
33
  </table>
34
- <br/>COVERAGE <span class="green">100%</span> <br/> less than 60% consider failure
34
+ <br/>COVERAGE <span class="red">39.13%</span> <br/> less than 60% consider failure
35
35
  </body>
36
36
  </html>
37
37