@zohodesk/dot 1.0.0-temp-165 → 1.0.0-temp-167

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 (103) hide show
  1. package/.cli/AppearanceThemeValidationExcludeFiles.js +1 -0
  2. package/.cli/propValidation_report.html +1 -1
  3. package/README.md +3 -1
  4. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +3 -0
  5. package/assets/Appearance/light/mode/Dot_LightMode.module.css +3 -0
  6. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +3 -0
  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 +9 -2
  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.module.css +1 -0
  45. package/es/list/Dot/Dot.module.css +1 -0
  46. package/es/list/ListLayout/ListLayout.module.css +12 -0
  47. package/es/list/Subject/Subject.module.css +1 -0
  48. package/es/list/Thread/Thread.module.css +1 -0
  49. package/es/setup/header/Search/Search.module.css +1 -0
  50. package/es/setup/table/TableRow/SetupTableRow.module.css +3 -2
  51. package/es/v1/notification/DesktopNotification/DesktopNotification.js +79 -55
  52. package/es/v1/notification/DesktopNotification/props/defaultProps.js +3 -1
  53. package/es/v1/notification/DesktopNotification/props/propTypes.js +2 -1
  54. package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +59 -23
  55. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +3 -1
  56. package/es/v1/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  57. package/es/version2/GlobalNotification/GlobalNotification.module.css +3 -0
  58. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -0
  59. package/es/version2/notification/DesktopNotification/DesktopNotification.js +78 -55
  60. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -4
  61. package/es/version2/notification/DesktopNotification/props/defaultProps.js +3 -1
  62. package/es/version2/notification/DesktopNotification/props/propTypes.js +2 -1
  63. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +59 -23
  64. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +14 -17
  65. package/es/version2/notification/DesktopNotificationHeader/props/defaultProps.js +3 -1
  66. package/es/version2/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  67. package/lib/ActionButton/ActionButton.module.css +7 -0
  68. package/lib/AlphabeticList/AlphabeticList.module.css +2 -0
  69. package/lib/AttachmentViewer/AttachmentViewer.module.css +2 -0
  70. package/lib/ChannelIcon/ChannelIcon.module.css +4 -0
  71. package/lib/FormAction/FormAction.module.css +2 -0
  72. package/lib/IconButton/IconButton.module.css +1 -0
  73. package/lib/Provider/Config.js +2 -1
  74. package/lib/TagWithIcon/TagWithIcon.module.css +19 -5
  75. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +6 -0
  76. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +9 -2
  77. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
  78. package/lib/layout/SubtabLayout/SubtabLayout.module.css +2 -0
  79. package/lib/list/Comment/Comment.module.css +1 -0
  80. package/lib/list/Dot/Dot.module.css +1 -0
  81. package/lib/list/ListLayout/ListLayout.module.css +12 -0
  82. package/lib/list/Subject/Subject.module.css +1 -0
  83. package/lib/list/Thread/Thread.module.css +1 -0
  84. package/lib/setup/header/Search/Search.module.css +1 -0
  85. package/lib/setup/table/TableRow/SetupTableRow.module.css +3 -2
  86. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +74 -55
  87. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +5 -1
  88. package/lib/v1/notification/DesktopNotification/props/propTypes.js +2 -1
  89. package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +57 -23
  90. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +5 -1
  91. package/lib/v1/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  92. package/lib/version2/GlobalNotification/GlobalNotification.module.css +3 -0
  93. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -0
  94. package/lib/version2/notification/DesktopNotification/DesktopNotification.js +74 -55
  95. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -4
  96. package/lib/version2/notification/DesktopNotification/props/defaultProps.js +5 -1
  97. package/lib/version2/notification/DesktopNotification/props/propTypes.js +2 -1
  98. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +57 -23
  99. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +14 -17
  100. package/lib/version2/notification/DesktopNotificationHeader/props/defaultProps.js +5 -1
  101. package/lib/version2/notification/DesktopNotificationHeader/props/propTypes.js +2 -1
  102. package/package.json +10 -8
  103. package/result.json +1 -1