@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.
- package/.cli/PropLessFiles.html +1 -1
- package/.cli/UnValidatedFiles.html +1 -1
- package/.cli/propValidation_report.html +1 -1
- package/README.md +4 -1
- package/es/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +2 -2
- package/es/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +6 -6
- package/es/form/fields/PhoneField/PhoneField.js +0 -1
- package/es/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +24 -24
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +4 -2
- package/es/form/fields/TagsMultiSelect/props/propTypes.js +2 -1
- package/es/form/fields/TextEditorField/TextEditorField.js +0 -1
- package/es/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +1 -1
- package/es/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +1 -1
- package/es/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +1 -1
- package/es/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +2 -2
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
- package/lib/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +2 -2
- package/lib/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +6 -6
- package/lib/form/fields/PhoneField/PhoneField.js +0 -1
- package/lib/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +24 -24
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +4 -2
- package/lib/form/fields/TagsMultiSelect/props/propTypes.js +2 -1
- package/lib/form/fields/TextEditorField/TextEditorField.js +0 -1
- package/lib/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +1 -1
- package/lib/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +1 -1
- package/lib/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +1 -1
- package/lib/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +2 -2
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
- package/package.json +6 -6
- package/es/services/context/AttachmentViewerContext.js +0 -37
- package/es/services/context/ToastNotificationContext.js +0 -49
- package/es/services/helpers/getAttributeValues.js +0 -19
- package/es/services/helpers/handleGloabeService.js +0 -16
- package/es/services/hoc/WithAttachmentViewer.js +0 -16
- package/es/services/hoc/WithEventPopup.js +0 -49
- package/es/services/hoc/WithToastNotification.js +0 -16
- package/es/services/hooks/useAttachmentViewerService.js +0 -8
- package/es/services/hooks/useEventService.js +0 -49
- package/es/services/hooks/useGlobalService.js +0 -13
- package/es/services/hooks/useToastNotificationService.js +0 -8
- package/lib/services/context/AttachmentViewerContext.js +0 -86
- package/lib/services/context/ToastNotificationContext.js +0 -112
- package/lib/services/helpers/getAttributeValues.js +0 -41
- package/lib/services/helpers/handleGloabeService.js +0 -28
- package/lib/services/hoc/WithAttachmentViewer.js +0 -35
- package/lib/services/hoc/WithEventPopup.js +0 -72
- package/lib/services/hoc/WithToastNotification.js +0 -35
- package/lib/services/hooks/useAttachmentViewerService.js +0 -19
- package/lib/services/hooks/useEventService.js +0 -62
- package/lib/services/hooks/useGlobalService.js +0 -22
- package/lib/services/hooks/useToastNotificationService.js +0 -19
package/.cli/PropLessFiles.html
CHANGED
|
@@ -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"},"
|
|
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"}
|
|
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');
|