@zohodesk/dot 1.4.0 → 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 (122) hide show
  1. package/.cli/AppearanceThemeValidationExcludeFiles.js +1 -0
  2. package/.cli/PropLessFiles.html +1 -1
  3. package/.cli/propValidation_report.html +1 -1
  4. package/README.md +6 -0
  5. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +3 -0
  6. package/assets/Appearance/light/mode/Dot_LightMode.module.css +3 -0
  7. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +3 -0
  8. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  9. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  10. package/coverage/ExternalLink/index.html +1 -1
  11. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  12. package/coverage/ExternalLink/props/index.html +1 -1
  13. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  14. package/coverage/IconButton/IconButton.js.html +1 -1
  15. package/coverage/IconButton/IconButton.module.css.html +5 -2
  16. package/coverage/IconButton/index.html +1 -1
  17. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  18. package/coverage/IconButton/props/index.html +1 -1
  19. package/coverage/IconButton/props/propTypes.js.html +1 -1
  20. package/coverage/Image/Image.js.html +1 -1
  21. package/coverage/Image/Image.module.css.html +1 -1
  22. package/coverage/Image/index.html +1 -1
  23. package/coverage/Image/props/defaultProps.js.html +1 -1
  24. package/coverage/Image/props/index.html +1 -1
  25. package/coverage/Image/props/propTypes.js.html +1 -1
  26. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  27. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  28. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  29. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  30. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  31. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  32. package/coverage/coverage-final.json +16 -16
  33. package/coverage/coverage-summary.json +16 -16
  34. package/coverage/index.html +1 -1
  35. package/es/ActionButton/ActionButton.module.css +7 -0
  36. package/es/AlphabeticList/AlphabeticList.module.css +2 -0
  37. package/es/AttachmentViewer/AttachmentViewer.module.css +2 -0
  38. package/es/ChannelIcon/ChannelIcon.module.css +4 -0
  39. package/es/FormAction/FormAction.module.css +2 -0
  40. package/es/IconButton/IconButton.module.css +1 -0
  41. package/es/Provider/Config.js +2 -1
  42. package/es/TagWithIcon/TagWithIcon.module.css +19 -5
  43. package/es/avatar/AvatarIcon/AvatarIcon.module.css +6 -0
  44. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  45. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
  46. package/es/layout/SubtabLayout/SubtabLayout.module.css +2 -0
  47. package/es/list/Comment/Comment.module.css +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/setup/header/Search/Search.module.css +1 -0
  53. package/es/setup/table/TableRow/SetupTableRow.module.css +3 -2
  54. package/es/v1/notification/DesktopNotification/DesktopNotification.js +79 -55
  55. package/es/v1/notification/DesktopNotification/props/defaultProps.js +3 -1
  56. package/es/v1/notification/DesktopNotification/props/propTypes.js +2 -1
  57. package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +59 -23
  58. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +3 -1
  59. package/es/v1/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  60. package/es/v1/setup/header/Button/Button.js +17 -29
  61. package/es/v1/setup/header/Link/Link.js +23 -35
  62. package/es/v1/setup/header/Search/Search.js +43 -69
  63. package/es/v1/setup/header/Views/Views.js +27 -39
  64. package/es/v1/setup/helptips/Description/Description.js +8 -20
  65. package/es/v1/setup/helptips/Link/Link.js +20 -32
  66. package/es/v1/setup/helptips/ListGroup/ListGroup.js +18 -30
  67. package/es/v1/setup/helptips/Title/Title.js +8 -20
  68. package/es/version2/GlobalNotification/GlobalNotification.module.css +3 -0
  69. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -0
  70. package/es/version2/notification/DesktopNotification/DesktopNotification.js +78 -55
  71. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -4
  72. package/es/version2/notification/DesktopNotification/props/defaultProps.js +3 -1
  73. package/es/version2/notification/DesktopNotification/props/propTypes.js +2 -1
  74. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +59 -23
  75. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +14 -17
  76. package/es/version2/notification/DesktopNotificationHeader/props/defaultProps.js +3 -1
  77. package/es/version2/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  78. package/lib/ActionButton/ActionButton.module.css +7 -0
  79. package/lib/AlphabeticList/AlphabeticList.module.css +2 -0
  80. package/lib/AttachmentViewer/AttachmentViewer.module.css +2 -0
  81. package/lib/ChannelIcon/ChannelIcon.module.css +4 -0
  82. package/lib/FormAction/FormAction.module.css +2 -0
  83. package/lib/IconButton/IconButton.module.css +1 -0
  84. package/lib/Provider/Config.js +2 -1
  85. package/lib/TagWithIcon/TagWithIcon.module.css +19 -5
  86. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +6 -0
  87. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  88. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
  89. package/lib/layout/SubtabLayout/SubtabLayout.module.css +2 -0
  90. package/lib/list/Comment/Comment.module.css +1 -0
  91. package/lib/list/Dot/Dot.module.css +1 -0
  92. package/lib/list/ListLayout/ListLayout.module.css +12 -0
  93. package/lib/list/Subject/Subject.module.css +1 -0
  94. package/lib/list/Thread/Thread.module.css +1 -0
  95. package/lib/setup/header/Search/Search.module.css +1 -0
  96. package/lib/setup/table/TableRow/SetupTableRow.module.css +3 -2
  97. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +74 -55
  98. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +5 -1
  99. package/lib/v1/notification/DesktopNotification/props/propTypes.js +2 -1
  100. package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +57 -23
  101. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +5 -1
  102. package/lib/v1/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  103. package/lib/v1/setup/header/Button/Button.js +17 -63
  104. package/lib/v1/setup/header/Link/Link.js +23 -69
  105. package/lib/v1/setup/header/Search/Search.js +57 -89
  106. package/lib/v1/setup/header/Views/Views.js +27 -73
  107. package/lib/v1/setup/helptips/Description/Description.js +8 -53
  108. package/lib/v1/setup/helptips/Link/Link.js +23 -69
  109. package/lib/v1/setup/helptips/ListGroup/ListGroup.js +26 -72
  110. package/lib/v1/setup/helptips/Title/Title.js +8 -53
  111. package/lib/version2/GlobalNotification/GlobalNotification.module.css +3 -0
  112. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -0
  113. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +74 -55
  114. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -4
  115. package/lib/version2/notification/DesktopNotification/props/defaultProps.js +5 -1
  116. package/lib/version2/notification/DesktopNotification/props/propTypes.js +2 -1
  117. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +57 -23
  118. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +14 -17
  119. package/lib/version2/notification/DesktopNotificationHeader/props/defaultProps.js +5 -1
  120. package/lib/version2/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  121. package/package.json +11 -9
  122. package/result.json +1 -1
@@ -45,7 +45,7 @@
45
45
  <body>
46
46
  <div id="table-container"></div>
47
47
  <script>
48
- const jsonData = {"LinkContext":{"filePath":"/Users/prakash-zt376/Works/React/CodeReviewLibrary/jsapps/dot/dot/src/Link/LinkContext.js"},"Loader":{"filePath":"/Users/prakash-zt376/Works/React/CodeReviewLibrary/jsapps/dot/dot/src/v1/Loader/Loader.js"},"MessageNew":{"filePath":"/Users/prakash-zt376/Works/React/CodeReviewLibrary/jsapps/dot/dot/src/v1/Message/Message.js"},"GlobalNotificationNew":{"filePath":"/Users/prakash-zt376/Works/React/CodeReviewLibrary/jsapps/dot/dot/src/version2/GlobalNotification/GlobalNotification.js"},"DesktopNotification":{"filePath":"/Users/prakash-zt376/Works/React/CodeReviewLibrary/jsapps/dot/dot/src/version2/notification/DesktopNotification/DesktopNotification.js"}}
48
+ const jsonData = {"LinkContext":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/dot/src/Link/LinkContext.js"},"Loader":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/dot/src/v1/Loader/Loader.js"},"MessageNew":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/dot/src/v1/Message/Message.js"},"GlobalNotificationNew":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/dot/src/version2/GlobalNotification/GlobalNotification.js"},"DesktopNotification":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotification/DesktopNotification.js"}}
49
49
  const tableContainer = document.getElementById('table-container');
50
50
  const table = document.createElement('table');
51
51
  const thead = document.createElement('thead');