@zohodesk/dot 1.0.0-temp-203 → 1.0.0-temp-203.2

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 (51) hide show
  1. package/.cli/PropLessFiles.html +1 -1
  2. package/.cli/UnValidatedFiles.html +1 -1
  3. package/.cli/propValidation_report.html +1 -1
  4. package/README.md +4 -1
  5. package/es/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +2 -2
  6. package/es/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +6 -6
  7. package/es/form/fields/PhoneField/PhoneField.js +0 -1
  8. package/es/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +24 -24
  9. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +4 -2
  10. package/es/form/fields/TagsMultiSelect/props/propTypes.js +2 -1
  11. package/es/form/fields/TextEditorField/TextEditorField.js +0 -1
  12. package/es/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +1 -1
  13. package/es/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +1 -1
  14. package/es/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +1 -1
  15. package/es/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +2 -2
  16. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
  17. package/lib/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +2 -2
  18. package/lib/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +6 -6
  19. package/lib/form/fields/PhoneField/PhoneField.js +0 -1
  20. package/lib/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +24 -24
  21. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +4 -2
  22. package/lib/form/fields/TagsMultiSelect/props/propTypes.js +2 -1
  23. package/lib/form/fields/TextEditorField/TextEditorField.js +0 -1
  24. package/lib/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +1 -1
  25. package/lib/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +1 -1
  26. package/lib/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +1 -1
  27. package/lib/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +2 -2
  28. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
  29. package/package.json +6 -6
  30. package/es/services/context/AttachmentViewerContext.js +0 -37
  31. package/es/services/context/ToastNotificationContext.js +0 -49
  32. package/es/services/helpers/getAttributeValues.js +0 -19
  33. package/es/services/helpers/handleGloabeService.js +0 -16
  34. package/es/services/hoc/WithAttachmentViewer.js +0 -16
  35. package/es/services/hoc/WithEventPopup.js +0 -49
  36. package/es/services/hoc/WithToastNotification.js +0 -16
  37. package/es/services/hooks/useAttachmentViewerService.js +0 -8
  38. package/es/services/hooks/useEventService.js +0 -49
  39. package/es/services/hooks/useGlobalService.js +0 -13
  40. package/es/services/hooks/useToastNotificationService.js +0 -8
  41. package/lib/services/context/AttachmentViewerContext.js +0 -86
  42. package/lib/services/context/ToastNotificationContext.js +0 -112
  43. package/lib/services/helpers/getAttributeValues.js +0 -41
  44. package/lib/services/helpers/handleGloabeService.js +0 -28
  45. package/lib/services/hoc/WithAttachmentViewer.js +0 -35
  46. package/lib/services/hoc/WithEventPopup.js +0 -72
  47. package/lib/services/hoc/WithToastNotification.js +0 -35
  48. package/lib/services/hooks/useAttachmentViewerService.js +0 -19
  49. package/lib/services/hooks/useEventService.js +0 -62
  50. package/lib/services/hooks/useGlobalService.js +0 -22
  51. package/lib/services/hooks/useToastNotificationService.js +0 -19
@@ -45,7 +45,7 @@
45
45
  <body>
46
46
  <div id="table-container"></div>
47
47
  <script>
48
- const jsonData = {"LinkContext":{"filePath":"src/Link/LinkContext.js"},"Loader":{"filePath":"src/v1/Loader/Loader.js"},"MessageNew":{"filePath":"src/v1/Message/Message.js"},"DOTAttachmentService":{"filePath":"src/services/context/DOTAttachmentService.js"},"DOTToastNotificationService":{"filePath":"src/services/context/DOTToastNotificationService.js"},"WithAttachmentViewer":{"filePath":"src/services/hoc/WithAttachmentViewer.js"},"WithToastNotification":{"filePath":"src/services/hoc/WithToastNotification.js"},"GlobalNotificationNew":{"filePath":"src/version2/GlobalNotification/GlobalNotification.js"},"DesktopNotification":{"filePath":"src/version2/notification/DesktopNotification/DesktopNotification.js"}}
48
+ const jsonData = {"LinkContext":{"filePath":"src/Link/LinkContext.js"},"Loader":{"filePath":"src/v1/Loader/Loader.js"},"MessageNew":{"filePath":"src/v1/Message/Message.js"},"DOTAttachmentService":{"filePath":"src/services/context/DOTAttachmentService.js"},"DOTToastNotificationService":{"filePath":"src/services/context/DOTToastNotificationService.js"},"GlobalNotificationNew":{"filePath":"src/version2/GlobalNotification/GlobalNotification.js"},"DesktopNotification":{"filePath":"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');
@@ -45,7 +45,7 @@
45
45
  <body>
46
46
  <div id="table-container"></div>
47
47
  <script>
48
- const jsonData = {"DotProvider":{"filePath":"src/DotProvider/DotProvider.js"},"AttachmentViewer":{"filePath":"src/services/components/Attachment/AttachmentViewer.js"},"AttachmentViewerContext":{"filePath":"src/services/context/AttachmentViewerContext.js"},"ToastNotificationContext":{"filePath":"src/services/context/ToastNotificationContext.js"}}
48
+ const jsonData = {"DotProvider":{"filePath":"src/DotProvider/DotProvider.js"},"AttachmentViewer":{"filePath":"src/services/components/Attachment/AttachmentViewer.js"}}
49
49
  const tableContainer = document.getElementById('table-container');
50
50
  const table = document.createElement('table');
51
51
  const thead = document.createElement('thead');