@zohodesk/dot 1.3.3 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/.cli/AppearanceThemeValidationExcludeFiles.js +1 -0
  2. package/.cli/propValidation_report.html +1 -1
  3. package/README.md +14 -0
  4. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +3 -7
  5. package/assets/Appearance/light/mode/Dot_LightMode.module.css +3 -7
  6. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +3 -7
  7. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  8. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  9. package/coverage/ExternalLink/index.html +1 -1
  10. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  11. package/coverage/ExternalLink/props/index.html +1 -1
  12. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  13. package/coverage/IconButton/IconButton.js.html +1 -1
  14. package/coverage/IconButton/IconButton.module.css.html +5 -2
  15. package/coverage/IconButton/index.html +1 -1
  16. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  17. package/coverage/IconButton/props/index.html +1 -1
  18. package/coverage/IconButton/props/propTypes.js.html +1 -1
  19. package/coverage/Image/Image.js.html +1 -1
  20. package/coverage/Image/Image.module.css.html +1 -1
  21. package/coverage/Image/index.html +1 -1
  22. package/coverage/Image/props/defaultProps.js.html +1 -1
  23. package/coverage/Image/props/index.html +1 -1
  24. package/coverage/Image/props/propTypes.js.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  26. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  27. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  28. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  29. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  30. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  31. package/coverage/index.html +1 -1
  32. package/es/ActionButton/ActionButton.module.css +7 -0
  33. package/es/AlphabeticList/AlphabeticList.module.css +2 -0
  34. package/es/AttachmentViewer/AttachmentViewer.module.css +2 -0
  35. package/es/ChannelIcon/ChannelIcon.module.css +4 -0
  36. package/es/FormAction/FormAction.module.css +2 -0
  37. package/es/IconButton/IconButton.module.css +1 -0
  38. package/es/Provider/Config.js +2 -1
  39. package/es/TagWithIcon/TagWithIcon.module.css +19 -5
  40. package/es/avatar/AvatarIcon/AvatarIcon.module.css +6 -0
  41. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  42. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
  43. package/es/layout/SubtabLayout/SubtabLayout.module.css +2 -0
  44. package/es/list/Comment/Comment.js +4 -7
  45. package/es/list/Comment/Comment.module.css +1 -0
  46. package/es/list/Comment/props/defaultProps.js +2 -1
  47. package/es/list/Comment/props/propTypes.js +1 -0
  48. package/es/list/Dot/Dot.module.css +1 -0
  49. package/es/list/ListLayout/ListLayout.module.css +12 -0
  50. package/es/list/Subject/Subject.module.css +1 -0
  51. package/es/list/Thread/Thread.module.css +1 -0
  52. package/es/list/index.js +1 -2
  53. package/es/setup/header/Search/Search.module.css +1 -0
  54. package/es/setup/table/TableRow/SetupTableRow.module.css +3 -2
  55. package/es/v1/alert/AlertHeader/AlertHeader.js +2 -1
  56. package/es/v1/list/Comment/Comment.js +4 -7
  57. package/es/v1/list/index.js +1 -2
  58. package/es/v1/notification/DesktopNotification/DesktopNotification.js +84 -57
  59. package/es/v1/notification/DesktopNotification/props/defaultProps.js +17 -0
  60. package/es/v1/notification/DesktopNotification/props/propTypes.js +43 -0
  61. package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +63 -26
  62. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +7 -0
  63. package/es/v1/notification/DesktopNotificationHeader/props/propTypes.js +13 -0
  64. package/es/v1/setup/header/Button/Button.js +17 -29
  65. package/es/v1/setup/header/Link/Link.js +23 -35
  66. package/es/v1/setup/header/Search/Search.js +43 -69
  67. package/es/v1/setup/header/Views/Views.js +27 -39
  68. package/es/v1/setup/helptips/Description/Description.js +8 -20
  69. package/es/v1/setup/helptips/Link/Link.js +20 -32
  70. package/es/v1/setup/helptips/ListGroup/ListGroup.js +18 -30
  71. package/es/v1/setup/helptips/Title/Title.js +8 -20
  72. package/es/version2/GlobalNotification/GlobalNotification.module.css +3 -0
  73. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -0
  74. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
  75. package/es/version2/notification/DesktopNotification/DesktopNotification.js +78 -55
  76. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -4
  77. package/es/version2/notification/DesktopNotification/props/defaultProps.js +3 -1
  78. package/es/version2/notification/DesktopNotification/props/propTypes.js +2 -1
  79. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +59 -23
  80. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +14 -17
  81. package/es/version2/notification/DesktopNotificationHeader/props/defaultProps.js +3 -1
  82. package/es/version2/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  83. package/lib/ActionButton/ActionButton.module.css +7 -0
  84. package/lib/AlphabeticList/AlphabeticList.module.css +2 -0
  85. package/lib/AttachmentViewer/AttachmentViewer.module.css +2 -0
  86. package/lib/ChannelIcon/ChannelIcon.module.css +4 -0
  87. package/lib/FormAction/FormAction.module.css +2 -0
  88. package/lib/IconButton/IconButton.module.css +1 -0
  89. package/lib/Provider/Config.js +2 -1
  90. package/lib/TagWithIcon/TagWithIcon.module.css +19 -5
  91. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +6 -0
  92. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  93. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
  94. package/lib/layout/SubtabLayout/SubtabLayout.module.css +2 -0
  95. package/lib/list/Comment/Comment.js +4 -8
  96. package/lib/list/Comment/Comment.module.css +1 -0
  97. package/lib/list/Comment/props/defaultProps.js +2 -1
  98. package/lib/list/Comment/props/propTypes.js +1 -0
  99. package/lib/list/Dot/Dot.module.css +1 -0
  100. package/lib/list/ListLayout/ListLayout.module.css +12 -0
  101. package/lib/list/Subject/Subject.module.css +1 -0
  102. package/lib/list/Thread/Thread.module.css +1 -0
  103. package/lib/list/index.js +0 -8
  104. package/lib/setup/header/Search/Search.module.css +1 -0
  105. package/lib/setup/table/TableRow/SetupTableRow.module.css +3 -2
  106. package/lib/v1/alert/AlertHeader/AlertHeader.js +2 -1
  107. package/lib/v1/list/Comment/Comment.js +4 -8
  108. package/lib/v1/list/index.js +0 -8
  109. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +80 -64
  110. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +26 -0
  111. package/lib/v1/notification/DesktopNotification/props/propTypes.js +55 -0
  112. package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +63 -34
  113. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +16 -0
  114. package/lib/v1/notification/DesktopNotificationHeader/props/propTypes.js +24 -0
  115. package/lib/v1/setup/header/Button/Button.js +17 -63
  116. package/lib/v1/setup/header/Link/Link.js +23 -69
  117. package/lib/v1/setup/header/Search/Search.js +57 -89
  118. package/lib/v1/setup/header/Views/Views.js +27 -73
  119. package/lib/v1/setup/helptips/Description/Description.js +8 -53
  120. package/lib/v1/setup/helptips/Link/Link.js +23 -69
  121. package/lib/v1/setup/helptips/ListGroup/ListGroup.js +26 -72
  122. package/lib/v1/setup/helptips/Title/Title.js +8 -53
  123. package/lib/version2/GlobalNotification/GlobalNotification.module.css +3 -0
  124. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -0
  125. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
  126. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +74 -55
  127. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -4
  128. package/lib/version2/notification/DesktopNotification/props/defaultProps.js +5 -1
  129. package/lib/version2/notification/DesktopNotification/props/propTypes.js +2 -1
  130. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +57 -23
  131. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +14 -17
  132. package/lib/version2/notification/DesktopNotificationHeader/props/defaultProps.js +5 -1
  133. package/lib/version2/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  134. package/package.json +11 -11
  135. package/result.json +1 -1
  136. package/es/list/UserTime/UserTime.js +0 -83
  137. package/es/list/UserTime/UserTime.module.css +0 -58
  138. package/es/list/UserTime/props/defaultProps.js +0 -3
  139. package/es/list/UserTime/props/propTypes.js +0 -18
  140. package/es/v1/list/UserTime/UserTime.js +0 -83
  141. package/lib/list/UserTime/UserTime.js +0 -136
  142. package/lib/list/UserTime/UserTime.module.css +0 -58
  143. package/lib/list/UserTime/props/defaultProps.js +0 -10
  144. package/lib/list/UserTime/props/propTypes.js +0 -29
  145. package/lib/v1/list/UserTime/UserTime.js +0 -136