@zohodesk/dot 1.0.0-temp-200.7 → 1.0.0-temp-213

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 (148) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +9 -0
  3. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +1 -1
  4. package/assets/Appearance/light/mode/Dot_LightMode.module.css +1 -1
  5. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +1 -1
  6. package/es/ActionButton/ActionButton.module.css +2 -2
  7. package/es/AlphabeticList/AlphabeticList.module.css +2 -2
  8. package/es/Attachment/Attachment.module.css +4 -8
  9. package/es/AttachmentViewer/Attachment.js +0 -50
  10. package/es/AttachmentViewer/AttachmentViewer.js +26 -108
  11. package/es/AttachmentViewer/AttachmentViewer.module.css +18 -41
  12. package/es/AttachmentViewer/props/defaultProps.js +2 -10
  13. package/es/AttachmentViewer/props/propTypes.js +1 -9
  14. package/es/AttachmentViewer/utils.js +13 -80
  15. package/es/ChannelIcon/ChannelIcon.module.css +2 -2
  16. package/es/DotProvider/hooks/useDotProvider.js +2 -2
  17. package/es/Drawer/Drawer.module.css +1 -1
  18. package/es/FormAction/FormAction.module.css +1 -1
  19. package/es/IconButton/IconButton.module.css +2 -2
  20. package/es/Message/Message.js +1 -1
  21. package/es/Message/Message.module.css +1 -1
  22. package/es/MessageBanner/MessageBanner.module.css +1 -1
  23. package/es/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +3 -3
  24. package/es/Onboarding/css/Onboarding.module.css +2 -2
  25. package/es/PlusIcon/PlusIcon.module.css +1 -1
  26. package/es/TagWithIcon/TagWithIcon.module.css +2 -2
  27. package/es/ToastMessage/ToastMessage.module.css +8 -8
  28. package/es/Upload/Upload.module.css +1 -1
  29. package/es/avatar/AvatarClose/AvatarClose.module.css +3 -3
  30. package/es/avatar/AvatarCollision/AvatarCollision.module.css +3 -3
  31. package/es/avatar/AvatarIcon/AvatarIcon.module.css +1 -1
  32. package/es/avatar/AvatarStatus/AvatarStatus.module.css +2 -2
  33. package/es/avatar/AvatarThread/AvatarThread.module.css +2 -2
  34. package/es/avatar/AvatarUser/AvatarUser.module.css +3 -3
  35. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +1 -1
  36. package/es/common/dot_common.module.css +4 -0
  37. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +2 -2
  38. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +30 -7
  39. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +1 -1
  40. package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -1
  41. package/es/dropdown/ToggleDropDown/props/propTypes.js +2 -1
  42. package/es/errorstate/EmptyStates.module.css +1 -1
  43. package/es/errorstate/WillBack/WillBack.module.css +1 -1
  44. package/es/form/fields/Fields.module.css +9 -9
  45. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +2 -2
  46. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +1 -1
  47. package/es/form/layout/Section/ModuleFormSection.module.css +1 -1
  48. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
  49. package/es/layout/SubtabLayout/SubtabLayout.module.css +1 -1
  50. package/es/list/DotNew/DotNew.module.css +1 -1
  51. package/es/list/ListStencils/ListStencils.module.css +3 -3
  52. package/es/list/SecondaryText/SecondaryText.module.css +4 -4
  53. package/es/list/SecondryPanel/SecondryPanel.module.css +1 -1
  54. package/es/list/Subject/Subject.module.css +2 -2
  55. package/es/list/TagNew/TagNew.module.css +1 -1
  56. package/es/list/Thread/Thread.module.css +1 -1
  57. package/es/list/listCommon.module.css +3 -3
  58. package/es/list/status/StatusDropdown/StatusDropdown.js +2 -2
  59. package/es/list/status/StatusDropdown/StatusDropdown.module.css +1 -1
  60. package/es/list/status/StatusListItem/StatusListItem.module.css +2 -2
  61. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +1 -1
  62. package/es/lookup/Section/LookupSection.module.css +1 -1
  63. package/es/lookup/header/Title/LookupTitle.module.css +1 -1
  64. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +4 -4
  65. package/es/lookup/header/lookupHeaderCommon.module.css +1 -1
  66. package/es/setup/header/Link/HeaderLink.module.css +2 -2
  67. package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  68. package/es/setup/table/Text/TableText.module.css +4 -4
  69. package/es/utils/General.js +1 -23
  70. package/es/version2/GlobalNotification/GlobalNotification.module.css +2 -2
  71. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
  72. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +4 -4
  73. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
  74. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +6 -6
  75. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +2 -2
  76. package/lib/ActionButton/ActionButton.module.css +2 -2
  77. package/lib/AlphabeticList/AlphabeticList.module.css +2 -2
  78. package/lib/Attachment/Attachment.module.css +4 -8
  79. package/lib/AttachmentViewer/Attachment.js +0 -60
  80. package/lib/AttachmentViewer/AttachmentViewer.js +23 -121
  81. package/lib/AttachmentViewer/AttachmentViewer.module.css +18 -41
  82. package/lib/AttachmentViewer/props/defaultProps.js +2 -10
  83. package/lib/AttachmentViewer/props/propTypes.js +1 -9
  84. package/lib/AttachmentViewer/utils.js +8 -85
  85. package/lib/ChannelIcon/ChannelIcon.module.css +2 -2
  86. package/lib/DotProvider/hooks/useDotProvider.js +2 -2
  87. package/lib/Drawer/Drawer.module.css +1 -1
  88. package/lib/FormAction/FormAction.module.css +1 -1
  89. package/lib/IconButton/IconButton.module.css +2 -2
  90. package/lib/Message/Message.js +2 -2
  91. package/lib/Message/Message.module.css +1 -1
  92. package/lib/MessageBanner/MessageBanner.module.css +1 -1
  93. package/lib/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +3 -3
  94. package/lib/Onboarding/css/Onboarding.module.css +2 -2
  95. package/lib/PlusIcon/PlusIcon.module.css +1 -1
  96. package/lib/TagWithIcon/TagWithIcon.module.css +2 -2
  97. package/lib/ToastMessage/ToastMessage.module.css +8 -8
  98. package/lib/Upload/Upload.module.css +1 -1
  99. package/lib/avatar/AvatarClose/AvatarClose.module.css +3 -3
  100. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +3 -3
  101. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +1 -1
  102. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +2 -2
  103. package/lib/avatar/AvatarThread/AvatarThread.module.css +2 -2
  104. package/lib/avatar/AvatarUser/AvatarUser.module.css +3 -3
  105. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +1 -1
  106. package/lib/common/dot_common.module.css +4 -0
  107. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +2 -2
  108. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +34 -11
  109. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +1 -1
  110. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -1
  111. package/lib/dropdown/ToggleDropDown/props/propTypes.js +2 -1
  112. package/lib/errorstate/EmptyStates.module.css +1 -1
  113. package/lib/errorstate/WillBack/WillBack.module.css +1 -1
  114. package/lib/form/fields/Fields.module.css +9 -9
  115. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +2 -2
  116. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
  117. package/lib/form/layout/Section/ModuleFormSection.module.css +1 -1
  118. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
  119. package/lib/layout/SubtabLayout/SubtabLayout.module.css +1 -1
  120. package/lib/list/DotNew/DotNew.module.css +1 -1
  121. package/lib/list/ListStencils/ListStencils.module.css +3 -3
  122. package/lib/list/SecondaryText/SecondaryText.module.css +4 -4
  123. package/lib/list/SecondryPanel/SecondryPanel.module.css +1 -1
  124. package/lib/list/Subject/Subject.module.css +2 -2
  125. package/lib/list/TagNew/TagNew.module.css +1 -1
  126. package/lib/list/Thread/Thread.module.css +1 -1
  127. package/lib/list/listCommon.module.css +3 -3
  128. package/lib/list/status/StatusDropdown/StatusDropdown.js +3 -3
  129. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +1 -1
  130. package/lib/list/status/StatusListItem/StatusListItem.module.css +2 -2
  131. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +1 -1
  132. package/lib/lookup/Section/LookupSection.module.css +1 -1
  133. package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
  134. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +4 -4
  135. package/lib/lookup/header/lookupHeaderCommon.module.css +1 -1
  136. package/lib/setup/header/Link/HeaderLink.module.css +2 -2
  137. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  138. package/lib/setup/table/Text/TableText.module.css +4 -4
  139. package/lib/utils/General.js +1 -25
  140. package/lib/version2/GlobalNotification/GlobalNotification.module.css +2 -2
  141. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
  142. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +4 -4
  143. package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
  144. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +6 -6
  145. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +2 -2
  146. package/package.json +19 -15
  147. package/result.json +0 -1
  148. package/unittest/index.html +0 -45
@@ -1,45 +0,0 @@
1
- <html>
2
- <head>
3
- <style>
4
- .red{
5
- font-weight:bold;
6
- color:red;
7
- }
8
- .green{
9
- font-weight:bold;
10
- color:green;
11
- }
12
- table
13
- {
14
- font-family: arial, sans-serif;
15
- border-collapse: collapse;
16
- }
17
-
18
- td, th
19
- {
20
- border: 1px solid #dddddd;
21
- padding: 8px;
22
- }
23
- </style>
24
- </head>
25
- <body>
26
- <table>
27
- <tr>
28
- <th>Title</th>
29
- <th>FullName</th>
30
- <th>Test Case Path</th>
31
- </tr>
32
- <tr>
33
- <td>rendering the defult props</td>
34
- <td>StatusDropdown rendering the defult props</td>
35
- <td>/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js</td>
36
- </tr>,<tr>
37
- <td>rendering target element</td>
38
- <td>StatusDropdown rendering target element</td>
39
- <td>/Users/muthu-19990/REACT/Library/desk-library/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js</td>
40
- </tr>
41
- </table>
42
- <br/>COVERAGE <span class="green">77.37%</span> <br/> less than 60% consider failure
43
- </body>
44
- </html>
45
-