@zohodesk/dot 1.0.0-temp-160 → 1.0.0-temp-163

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 (115) hide show
  1. package/.cli/PropLessFiles.html +1 -1
  2. package/.cli/propValidation_report.html +1 -1
  3. package/README.md +9 -2
  4. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +0 -7
  5. package/assets/Appearance/light/mode/Dot_LightMode.module.css +0 -7
  6. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +0 -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 +1 -1
  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/coverage-final.json +16 -16
  32. package/coverage/coverage-summary.json +16 -16
  33. package/coverage/index.html +1 -1
  34. package/es/Attachment/Attachment.module.css +2 -2
  35. package/es/AttachmentViewer/AttachmentViewer.module.css +1 -1
  36. package/es/ImportantNotes/ImportantNotes.module.css +1 -1
  37. package/es/ToastMessage/ToastMessage.module.css +2 -2
  38. package/es/Upload/Upload.module.css +1 -1
  39. package/es/alert/AlertLookup/AlertLookup.module.css +1 -1
  40. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  41. package/es/errorstate/EmptyStates.module.css +3 -3
  42. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  43. package/es/form/fields/Fields.module.css +2 -2
  44. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
  45. package/es/list/Comment/Comment.js +4 -7
  46. package/es/list/Comment/props/defaultProps.js +2 -1
  47. package/es/list/Comment/props/propTypes.js +1 -0
  48. package/es/list/index.js +1 -2
  49. package/es/list/status/StatusListItem/StatusListItem.module.css +1 -1
  50. package/es/lookup/header/Close/LookupClose.module.css +1 -1
  51. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +1 -1
  52. package/es/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
  53. package/es/v1/ActionButton/ActionButton.js +2 -2
  54. package/es/v1/alert/AlertHeader/AlertHeader.js +5 -4
  55. package/es/v1/alert/AlertHeader/props/defaultProps.js +12 -0
  56. package/es/v1/alert/AlertHeader/props/propTypes.js +20 -0
  57. package/es/v1/alert/AlertLookup/AlertLookup.js +6 -4
  58. package/es/v1/alert/AlertLookup/props/defaultProps.js +13 -0
  59. package/es/v1/alert/AlertLookup/props/propTypes.js +36 -0
  60. package/es/v1/list/Comment/Comment.js +4 -7
  61. package/es/v1/list/index.js +1 -2
  62. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  63. package/es/version2/GlobalNotification/GlobalNotification.module.css +1 -1
  64. package/es/version2/errorstate/V2_ErrorStates.module.css +1 -1
  65. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
  66. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
  67. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +2 -2
  68. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +4 -4
  69. package/lib/Attachment/Attachment.module.css +2 -2
  70. package/lib/AttachmentViewer/AttachmentViewer.module.css +1 -1
  71. package/lib/ImportantNotes/ImportantNotes.module.css +1 -1
  72. package/lib/ToastMessage/ToastMessage.module.css +2 -2
  73. package/lib/Upload/Upload.module.css +1 -1
  74. package/lib/alert/AlertLookup/AlertLookup.module.css +1 -1
  75. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  76. package/lib/errorstate/EmptyStates.module.css +3 -3
  77. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  78. package/lib/form/fields/Fields.module.css +2 -2
  79. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
  80. package/lib/list/Comment/Comment.js +4 -8
  81. package/lib/list/Comment/props/defaultProps.js +2 -1
  82. package/lib/list/Comment/props/propTypes.js +1 -0
  83. package/lib/list/index.js +0 -8
  84. package/lib/list/status/StatusListItem/StatusListItem.module.css +1 -1
  85. package/lib/lookup/header/Close/LookupClose.module.css +1 -1
  86. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +1 -1
  87. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
  88. package/lib/v1/ActionButton/ActionButton.js +2 -2
  89. package/lib/v1/alert/AlertHeader/AlertHeader.js +5 -4
  90. package/lib/v1/alert/AlertHeader/props/defaultProps.js +19 -0
  91. package/lib/v1/alert/AlertHeader/props/propTypes.js +31 -0
  92. package/lib/v1/alert/AlertLookup/AlertLookup.js +6 -4
  93. package/lib/v1/alert/AlertLookup/props/defaultProps.js +20 -0
  94. package/lib/v1/alert/AlertLookup/props/propTypes.js +47 -0
  95. package/lib/v1/list/Comment/Comment.js +4 -8
  96. package/lib/v1/list/index.js +0 -8
  97. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  98. package/lib/version2/GlobalNotification/GlobalNotification.module.css +1 -1
  99. package/lib/version2/errorstate/V2_ErrorStates.module.css +1 -1
  100. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
  101. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
  102. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +2 -2
  103. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +4 -4
  104. package/package.json +3 -5
  105. package/result.json +1 -1
  106. package/es/list/UserTime/UserTime.js +0 -83
  107. package/es/list/UserTime/UserTime.module.css +0 -58
  108. package/es/list/UserTime/props/defaultProps.js +0 -3
  109. package/es/list/UserTime/props/propTypes.js +0 -18
  110. package/es/v1/list/UserTime/UserTime.js +0 -83
  111. package/lib/list/UserTime/UserTime.js +0 -136
  112. package/lib/list/UserTime/UserTime.module.css +0 -58
  113. package/lib/list/UserTime/props/defaultProps.js +0 -10
  114. package/lib/list/UserTime/props/propTypes.js +0 -29
  115. package/lib/v1/list/UserTime/UserTime.js +0 -136
@@ -45,7 +45,7 @@
45
45
  <body>
46
46
  <div id="table-container"></div>
47
47
  <script>
48
- const jsonData = {"LinkContext":{"filePath":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/Link/LinkContext.js"},"Loader":{"filePath":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/v1/Loader/Loader.js"},"MessageNew":{"filePath":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/v1/Message/Message.js"},"GlobalNotificationNew":{"filePath":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/GlobalNotification.js"},"DesktopNotification":{"filePath":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/DesktopNotification.js"}}
48
+ const jsonData = {"LinkContext":{"filePath":"/Users/prakash-zt376/Works/React/LibraryDesk/jsapps/dot/dot/src/Link/LinkContext.js"},"Loader":{"filePath":"/Users/prakash-zt376/Works/React/LibraryDesk/jsapps/dot/dot/src/v1/Loader/Loader.js"},"MessageNew":{"filePath":"/Users/prakash-zt376/Works/React/LibraryDesk/jsapps/dot/dot/src/v1/Message/Message.js"},"GlobalNotificationNew":{"filePath":"/Users/prakash-zt376/Works/React/LibraryDesk/jsapps/dot/dot/src/version2/GlobalNotification/GlobalNotification.js"},"DesktopNotification":{"filePath":"/Users/prakash-zt376/Works/React/LibraryDesk/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');