@zohodesk/dot 1.0.0-temp-200.1 → 1.0.0-temp-187.3

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 (40) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +0 -4
  3. package/es/Attachment/Attachment.js +1 -2
  4. package/es/Attachment/Attachment.module.css +3 -7
  5. package/es/AttachmentViewer/Attachment.js +1 -60
  6. package/es/AttachmentViewer/AttachmentViewer.js +14 -148
  7. package/es/AttachmentViewer/AttachmentViewer.module.css +4 -124
  8. package/es/common/dot_common.module.css +2 -37
  9. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +4 -2
  10. package/es/list/DepartmentDropDown/DepartmentDropDown.js +7 -2
  11. package/es/list/DepartmentDropDown/props/defaultProps.js +2 -1
  12. package/es/list/DepartmentDropDown/props/propTypes.js +2 -1
  13. package/es/list/status/StatusListItem/StatusListItem.module.css +35 -5
  14. package/es/lookup/header/Search/LookupSearch.module.css +27 -33
  15. package/es/lookup/header/Search/Search.js +40 -58
  16. package/es/lookup/header/Search/__tests__/Search.spec.js +1 -67
  17. package/es/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +3 -316
  18. package/es/lookup/header/Search/props/defaultProps.js +1 -3
  19. package/es/lookup/header/Search/props/propTypes.js +1 -6
  20. package/lib/Attachment/Attachment.js +1 -3
  21. package/lib/Attachment/Attachment.module.css +3 -7
  22. package/lib/AttachmentViewer/Attachment.js +1 -88
  23. package/lib/AttachmentViewer/AttachmentViewer.js +15 -148
  24. package/lib/AttachmentViewer/AttachmentViewer.module.css +4 -124
  25. package/lib/common/dot_common.module.css +2 -37
  26. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -3
  27. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +8 -3
  28. package/lib/list/DepartmentDropDown/props/defaultProps.js +2 -1
  29. package/lib/list/DepartmentDropDown/props/propTypes.js +1 -1
  30. package/lib/list/status/StatusListItem/StatusListItem.module.css +35 -5
  31. package/lib/lookup/header/Search/LookupSearch.module.css +27 -33
  32. package/lib/lookup/header/Search/Search.js +66 -76
  33. package/lib/lookup/header/Search/__tests__/Search.spec.js +0 -65
  34. package/lib/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +3 -316
  35. package/lib/lookup/header/Search/props/defaultProps.js +1 -3
  36. package/lib/lookup/header/Search/props/propTypes.js +1 -6
  37. package/package.json +4 -4
  38. package/result.json +1 -1
  39. package/unittest/index.html +1 -1
  40. /package/images/{audio_thumbnail_old.png → audio_thumbnail.png} +0 -0
@@ -31,7 +31,7 @@
31
31
  </tr>
32
32
 
33
33
  </table>
34
- <br/>COVERAGE <span class="green">78.57%</span> <br/> less than 60% consider failure
34
+ <br/>COVERAGE <span class="green">78.94%</span> <br/> less than 60% consider failure
35
35
  </body>
36
36
  </html>
37
37