@zohodesk/dot 1.7.19 → 1.7.20-exp.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/README.md +28 -0
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +11 -1
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +11 -1
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +11 -1
- package/es/ActionButton/ActionButton.js +6 -6
- package/es/ActionButton/ActionButton.module.css +1 -1
- package/es/AlphabeticList/AlphabeticList.js +1 -1
- package/es/AlphabeticList/AlphabeticList.module.css +1 -1
- package/es/Attachment/Attachment.js +7 -4
- package/es/Attachment/__tests__/Attachment.spec.js +24 -0
- package/es/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +105 -0
- package/es/AttachmentViewer/AttachmentViewer.js +5 -5
- package/es/AttachmentViewer/AttachmentViewer.module.css +1 -1
- package/es/AudioPlayer/AudioPlayer.js +580 -0
- package/es/AudioPlayer/AudioPlayer.module.css +146 -0
- package/es/AudioPlayer/Timer/Timer.js +67 -0
- package/es/AudioPlayer/Timer/Timer.module.css +5 -0
- package/es/AudioPlayer/Timer/__tests__/Timer.spec.js +20 -0
- package/es/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +14 -0
- package/es/AudioPlayer/Timer/propTypes/defaultProps.js +4 -0
- package/es/AudioPlayer/Timer/propTypes/propTypes.js +11 -0
- package/es/AudioPlayer/__tests__/AudioPlayer.spec.js +192 -0
- package/es/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +1995 -0
- package/es/AudioPlayer/propTypes/defaultProps.js +14 -0
- package/es/AudioPlayer/propTypes/propTypes.js +33 -0
- package/es/AudioPlayer/utils/utils.js +24 -0
- package/es/ChannelIcon/ChannelIcon.js +1 -1
- package/es/DotProvider/hooks/useDotProvider.js +1 -0
- package/es/Drawer/Drawer.js +6 -6
- package/es/Drawer/Drawer.module.css +1 -1
- package/es/FlipCard/FlipCard.js +3 -3
- package/es/FormAction/FormAction.js +1 -1
- package/es/FreezeLayer/FreezeLayer.js +3 -3
- package/es/Hooks/Dragger/useDragger.js +52 -33
- package/es/IconButton/IconButton.js +3 -3
- package/es/ImportantNotes/ImportantNotes.js +1 -1
- package/es/Loader/Loader.js +1 -1
- package/es/MessageBanner/MessageBanner.js +1 -1
- package/es/NewStar/NewStar.js +1 -1
- package/es/Onboarding/Onboarding.js +3 -3
- package/es/Separator/Separator.js +1 -1
- package/es/ToastMessage/ToastMessage.js +4 -4
- package/es/Upload/Upload.js +1 -1
- package/es/VideoLookup/VideoLookup.js +1 -1
- package/es/alert/AlertHeader/AlertHeader.js +1 -1
- package/es/alert/AlertLookup/AlertLookup.js +1 -1
- package/es/avatar/AvatarClose/AvatarClose.js +1 -1
- package/es/avatar/AvatarCollision/AvatarCollision.js +1 -1
- package/es/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/es/avatar/AvatarStatus/AvatarStatus.js +1 -1
- package/es/avatar/AvatarThread/AvatarThread.js +1 -1
- package/es/avatar/AvatarUser/AvatarUser.js +1 -1
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/es/deprecated/FreezeLayer/FreezeLayer.js +3 -3
- package/es/deprecated/SelectDropdown/SelectDropdown.js +7 -7
- package/es/dot_layer.module.css +1 -0
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +14 -14
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
- package/es/emptystate/EditionPage/EditionPage.css +2 -2
- package/es/emptystate/EditionPage/EditionPage.js +1 -1
- package/es/errorstate/Inconvenience/Inconvenience.js +3 -3
- package/es/errorstate/NoRequestFound/NoRequestFound.js +3 -3
- package/es/errorstate/PermissionPlay/PermissionPlay.js +3 -3
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
- package/es/errorstate/UnableToProcess/UnableToProcess.js +3 -3
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
- package/es/errorstate/WillBack/WillBack.js +3 -3
- package/es/form/fields/CheckBoxField/CheckBoxField.js +3 -3
- package/es/form/fields/CurrencyField/CurrencyField.js +3 -3
- package/es/form/fields/DateField/DateField.js +3 -3
- package/es/form/fields/FieldContainer/FieldContainer.js +1 -1
- package/es/form/fields/Fields.module.css +4 -0
- package/es/form/fields/MultiSelectField/MultiSelectField.js +3 -3
- package/es/form/fields/PhoneField/PhoneField.js +3 -2
- package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -1
- package/es/form/fields/RadioField/RadioField.js +2 -2
- package/es/form/fields/SelectField/SelectField.js +3 -3
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +11 -11
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
- package/es/form/fields/TextBoxField/TextBoxField.js +3 -3
- package/es/form/fields/TextEditor/TextEditor.js +3 -2
- package/es/form/fields/TextEditor/TextEditor.module.css +2 -2
- package/es/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
- package/es/form/fields/TextareaField/TextareaField.js +3 -3
- package/es/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
- package/es/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
- package/es/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/es/list/Comment/Comment.js +1 -1
- package/es/list/Icons/AddNewIcon.js +1 -1
- package/es/list/Icons/CompleteIcon.js +1 -1
- package/es/list/Icons/DeleteIcon.js +1 -1
- package/es/list/Icons/EditIcon.js +1 -1
- package/es/list/Icons/ReadUnreadIcon.js +1 -1
- package/es/list/Icons/SmartIcon.js +1 -1
- package/es/list/ListLayout/ListLayout.js +1 -1
- package/es/list/ListStencils/ListStencils.js +1 -1
- package/es/list/SecondaryText/AccountName.js +1 -1
- package/es/list/SecondaryText/ContactName.js +1 -1
- package/es/list/SecondaryText/SecondaryText.module.css +8 -8
- package/es/list/SecondryPanel/SecondryPanel.js +2 -2
- package/es/list/Subject/Subject.module.css +3 -3
- package/es/list/Thread/Thread.js +1 -1
- package/es/list/status/StatusDropdown/StatusDropdown.js +10 -10
- package/es/list/status/StatusListItem/StatusListItem.js +2 -2
- package/es/lookup/EmptyPage/EmptyPage.js +4 -4
- package/es/lookup/EmptyPage/LookupEmptyPage.module.css +4 -2
- package/es/lookup/Lookup/Lookup.js +1 -1
- package/es/lookup/Section/Section.js +1 -1
- package/es/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/es/lookup/header/Search/Search.js +3 -3
- package/es/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/es/lookup/header/Title/LookupTitle.module.css +7 -3
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
- package/es/setup/header/Button/Button.js +1 -1
- package/es/setup/header/Link/Link.js +1 -1
- package/es/setup/header/Search/Search.js +1 -1
- package/es/setup/header/Search/Search.module.css +1 -1
- package/es/setup/table/Table/Table.js +1 -1
- package/es/setup/table/TableBody/TableBody.js +1 -1
- package/es/setup/table/TableData/TableData.js +1 -1
- package/es/setup/table/TableHead/TableHead.js +1 -1
- package/es/setup/table/TableRow/TableRow.js +1 -1
- package/es/svg/PlusIcon.js +1 -1
- package/es/svg/SnippetIcon.js +1 -1
- package/es/svg/TemplateIcon.js +1 -1
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
- package/es/v1/emptystate/EditionPage/EditionPage.js +1 -1
- package/es/v1/errorstate/Inconvenience/Inconvenience.js +1 -1
- package/es/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -1
- package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -1
- package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
- package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +1 -1
- package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +1 -1
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
- package/es/v1/form/fields/TextEditor/TextEditor.js +2 -1
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/es/v1/lookup/EmptyPage/EmptyPage.js +4 -4
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
- package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
- package/es/v1/svg/PlusIcon.js +1 -1
- package/es/v1/svg/SnippetIcon.js +1 -1
- package/es/v1/svg/TemplateIcon.js +1 -1
- package/es/version2/AlertClose/AlertClose.js +1 -1
- package/es/version2/GlobalNotification/GlobalNotification.js +1 -1
- package/es/version2/GlobalNotification/GlobalNotification.module.css +3 -2
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
- package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
- package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
- package/es/version2/errorstate/V2_ErrorStates.module.css +1 -1
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
- package/es/version2/lookup/AlertHeader/AlertHeader.js +1 -1
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +9 -3
- package/es/version2/lookup/AlertLookup/AlertLookup.js +3 -3
- package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +4 -4
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +1 -0
- package/lib/ActionButton/ActionButton.js +6 -6
- package/lib/ActionButton/ActionButton.module.css +1 -1
- package/lib/AlphabeticList/AlphabeticList.js +1 -1
- package/lib/AlphabeticList/AlphabeticList.module.css +1 -1
- package/lib/Attachment/Attachment.js +7 -4
- package/lib/Attachment/__tests__/Attachment.spec.js +24 -0
- package/lib/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +105 -0
- package/lib/AttachmentViewer/AttachmentViewer.js +5 -5
- package/lib/AttachmentViewer/AttachmentViewer.module.css +1 -1
- package/lib/AudioPlayer/AudioPlayer.js +662 -0
- package/lib/AudioPlayer/AudioPlayer.module.css +146 -0
- package/lib/AudioPlayer/Timer/Timer.js +117 -0
- package/lib/AudioPlayer/Timer/Timer.module.css +5 -0
- package/lib/AudioPlayer/Timer/__tests__/Timer.spec.js +26 -0
- package/lib/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +14 -0
- package/lib/AudioPlayer/Timer/propTypes/defaultProps.js +11 -0
- package/lib/AudioPlayer/Timer/propTypes/propTypes.js +22 -0
- package/lib/AudioPlayer/__tests__/AudioPlayer.spec.js +210 -0
- package/lib/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +1995 -0
- package/lib/AudioPlayer/propTypes/defaultProps.js +24 -0
- package/lib/AudioPlayer/propTypes/propTypes.js +44 -0
- package/lib/AudioPlayer/utils/utils.js +33 -0
- package/lib/ChannelIcon/ChannelIcon.js +1 -1
- package/lib/DotProvider/hooks/useDotProvider.js +2 -0
- package/lib/Drawer/Drawer.js +6 -6
- package/lib/Drawer/Drawer.module.css +1 -1
- package/lib/FlipCard/FlipCard.js +3 -3
- package/lib/FormAction/FormAction.js +1 -1
- package/lib/FreezeLayer/FreezeLayer.js +3 -3
- package/lib/Hooks/Dragger/useDragger.js +51 -28
- package/lib/IconButton/IconButton.js +3 -3
- package/lib/ImportantNotes/ImportantNotes.js +1 -1
- package/lib/Loader/Loader.js +1 -1
- package/lib/MessageBanner/MessageBanner.js +1 -1
- package/lib/NewStar/NewStar.js +1 -1
- package/lib/Onboarding/Onboarding.js +3 -3
- package/lib/Separator/Separator.js +1 -1
- package/lib/ToastMessage/ToastMessage.js +4 -4
- package/lib/Upload/Upload.js +1 -1
- package/lib/VideoLookup/VideoLookup.js +1 -1
- package/lib/alert/AlertHeader/AlertHeader.js +1 -1
- package/lib/alert/AlertLookup/AlertLookup.js +1 -1
- package/lib/avatar/AvatarClose/AvatarClose.js +1 -1
- package/lib/avatar/AvatarCollision/AvatarCollision.js +1 -1
- package/lib/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/lib/avatar/AvatarStatus/AvatarStatus.js +1 -1
- package/lib/avatar/AvatarThread/AvatarThread.js +1 -1
- package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/lib/deprecated/FreezeLayer/FreezeLayer.js +3 -3
- package/lib/deprecated/SelectDropdown/SelectDropdown.js +7 -7
- package/lib/dot_layer.module.css +1 -0
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +14 -14
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
- package/lib/emptystate/EditionPage/EditionPage.css +2 -2
- package/lib/emptystate/EditionPage/EditionPage.js +1 -1
- package/lib/errorstate/Inconvenience/Inconvenience.js +3 -3
- package/lib/errorstate/NoRequestFound/NoRequestFound.js +3 -3
- package/lib/errorstate/PermissionPlay/PermissionPlay.js +3 -3
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -3
- package/lib/errorstate/UnableToProcess/UnableToProcess.js +3 -3
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
- package/lib/errorstate/WillBack/WillBack.js +3 -3
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +3 -3
- package/lib/form/fields/CurrencyField/CurrencyField.js +3 -3
- package/lib/form/fields/DateField/DateField.js +3 -3
- package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
- package/lib/form/fields/Fields.module.css +4 -0
- package/lib/form/fields/MultiSelectField/MultiSelectField.js +3 -3
- package/lib/form/fields/PhoneField/PhoneField.js +3 -2
- package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -1
- package/lib/form/fields/RadioField/RadioField.js +2 -2
- package/lib/form/fields/SelectField/SelectField.js +3 -3
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +11 -11
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +3 -3
- package/lib/form/fields/TextBoxField/TextBoxField.js +3 -3
- package/lib/form/fields/TextEditor/TextEditor.js +2 -2
- package/lib/form/fields/TextEditor/TextEditor.module.css +2 -2
- package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
- package/lib/form/fields/TextareaField/TextareaField.js +3 -3
- package/lib/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +1 -0
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
- package/lib/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/lib/list/Comment/Comment.js +1 -1
- package/lib/list/Icons/AddNewIcon.js +1 -1
- package/lib/list/Icons/CompleteIcon.js +1 -1
- package/lib/list/Icons/DeleteIcon.js +1 -1
- package/lib/list/Icons/EditIcon.js +1 -1
- package/lib/list/Icons/ReadUnreadIcon.js +1 -1
- package/lib/list/Icons/SmartIcon.js +1 -1
- package/lib/list/ListLayout/ListLayout.js +1 -1
- package/lib/list/ListStencils/ListStencils.js +1 -1
- package/lib/list/SecondaryText/AccountName.js +1 -1
- package/lib/list/SecondaryText/ContactName.js +1 -1
- package/lib/list/SecondaryText/SecondaryText.module.css +8 -8
- package/lib/list/SecondryPanel/SecondryPanel.js +2 -2
- package/lib/list/Subject/Subject.module.css +3 -3
- package/lib/list/Thread/Thread.js +1 -1
- package/lib/list/status/StatusDropdown/StatusDropdown.js +10 -10
- package/lib/list/status/StatusListItem/StatusListItem.js +2 -2
- package/lib/lookup/EmptyPage/EmptyPage.js +4 -4
- package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +4 -2
- package/lib/lookup/Lookup/Lookup.js +1 -1
- package/lib/lookup/Section/Section.js +1 -1
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/lib/lookup/header/Search/Search.js +3 -3
- package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/lib/lookup/header/Title/LookupTitle.module.css +7 -3
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
- package/lib/setup/header/Button/Button.js +1 -1
- package/lib/setup/header/Link/Link.js +1 -1
- package/lib/setup/header/Search/Search.js +1 -1
- package/lib/setup/header/Search/Search.module.css +1 -1
- package/lib/setup/table/Table/Table.js +1 -1
- package/lib/setup/table/TableBody/TableBody.js +1 -1
- package/lib/setup/table/TableData/TableData.js +1 -1
- package/lib/setup/table/TableHead/TableHead.js +1 -1
- package/lib/setup/table/TableRow/TableRow.js +1 -1
- package/lib/svg/PlusIcon.js +1 -1
- package/lib/svg/SnippetIcon.js +1 -1
- package/lib/svg/TemplateIcon.js +1 -1
- package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
- package/lib/v1/emptystate/EditionPage/EditionPage.js +1 -1
- package/lib/v1/errorstate/Inconvenience/Inconvenience.js +1 -1
- package/lib/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -1
- package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -1
- package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
- package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +1 -1
- package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +1 -1
- package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
- package/lib/v1/form/fields/TextEditor/TextEditor.js +1 -1
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/lib/v1/lookup/EmptyPage/EmptyPage.js +4 -4
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
- package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
- package/lib/v1/svg/PlusIcon.js +1 -1
- package/lib/v1/svg/SnippetIcon.js +1 -1
- package/lib/v1/svg/TemplateIcon.js +1 -1
- package/lib/version2/AlertClose/AlertClose.js +1 -1
- package/lib/version2/GlobalNotification/GlobalNotification.js +1 -1
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +3 -2
- package/lib/version2/errorstate/Inconvenience/Inconvenience.js +3 -3
- package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -3
- package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -3
- package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -3
- package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -3
- package/lib/version2/errorstate/V2_ErrorStates.module.css +1 -1
- package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -3
- package/lib/version2/lookup/AlertHeader/AlertHeader.js +1 -1
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +9 -3
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +3 -3
- package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/lib/version2/notification/DesktopNotification/DesktopNotification.js +4 -4
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +1 -0
- package/package.json +23 -14
- package/.cli/MissedPropType_Keys.html +0 -101
- package/.cli/PropLessFiles.html +0 -101
- package/.cli/PropUnificationExcludeFilesArray.js +0 -345
- package/.cli/PropValidationExcludeFilesArray.js +0 -8
- package/.cli/ThemeValidationExcludeFiles.js +0 -1
- package/.cli/UnValidatedFiles.html +0 -101
- package/.cli/propValidation_report.html +0 -182
- package/.cli/stringContains.js +0 -1
- package/css_error.log +0 -1
- package/images/audio_thumbnail.png +0 -0
- package/install.md +0 -12
- package/postPublish.js +0 -8
- package/prePublish.js +0 -70
- package/propValidationArg.json +0 -12
- package/react-cli.config.js +0 -24
- package/result.json +0 -1
- package/unittest/index.html +0 -37
|
@@ -4,9 +4,9 @@ import { SecondryPanel_defaultProps, SecondryPanelUL_defaultProps, SecondryPanel
|
|
|
4
4
|
import { SecondryPanel_propTypes, SecondryPanelUL_propTypes, SecondryPanelLI_propTypes, SecondryPanelItem_propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import { Box } from '@zohodesk/components/
|
|
7
|
+
import { Box } from '@zohodesk/components/es/Layout';
|
|
8
8
|
import Dot from "../Dot/Dot";
|
|
9
|
-
import Container from '@zohodesk/components/
|
|
9
|
+
import Container from '@zohodesk/components/es/Layout/Container';
|
|
10
10
|
/**** CSS ****/
|
|
11
11
|
|
|
12
12
|
import style from "./SecondryPanel.module.css";
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.font_regular {
|
|
17
|
-
font-
|
|
17
|
+
font-weight: var(--zd-fw-normal);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.font_semibold {
|
|
21
|
-
font-
|
|
21
|
+
font-weight: var(--zd-fw-semibold);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.font_bold {
|
|
25
|
-
font-
|
|
25
|
+
font-weight: var(--zd-fw-bold);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.font_semibold,
|
package/es/list/Thread/Thread.js
CHANGED
|
@@ -2,7 +2,7 @@ import React, { Component } from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import Button from '@zohodesk/components/
|
|
5
|
+
import Button from '@zohodesk/components/es/semantic/Button/Button';
|
|
6
6
|
import style from "./Thread.module.css";
|
|
7
7
|
export default class Thread extends Component {
|
|
8
8
|
constructor(props) {
|
|
@@ -2,19 +2,19 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import Popup from '@zohodesk/components/
|
|
6
|
-
import { Box, Container } from '@zohodesk/components/
|
|
7
|
-
import DropDownHeading from '@zohodesk/components/
|
|
8
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
9
|
-
import Loader from '@zohodesk/svg/
|
|
10
|
-
import EmptySearch from '@zohodesk/svg/
|
|
5
|
+
import Popup from '@zohodesk/components/es/Popup/Popup';
|
|
6
|
+
import { Box, Container } from '@zohodesk/components/es/Layout';
|
|
7
|
+
import DropDownHeading from '@zohodesk/components/es/DropDown/DropDownHeading';
|
|
8
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
9
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
10
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
11
11
|
import CommonEmptyState from "../../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
12
12
|
import StatusListItem from "../StatusListItem/StatusListItem";
|
|
13
13
|
import commonStyle from '@zohodesk/components/es/common/common.module.css';
|
|
14
|
-
import ResponsiveDropBox from '@zohodesk/components/
|
|
15
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
16
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
17
|
-
import btnStyle from '@zohodesk/components/
|
|
14
|
+
import ResponsiveDropBox from '@zohodesk/components/es/ResponsiveDropBox/ResponsiveDropBox';
|
|
15
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
16
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
17
|
+
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
18
18
|
import style from "./StatusDropdown.module.css";
|
|
19
19
|
export class StatusDropdown extends React.Component {
|
|
20
20
|
constructor(props) {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { defaultProps } from "./props/defaultProps";
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
|
-
import { Container, Box } from '@zohodesk/components/
|
|
5
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
6
6
|
/**** Components ****/
|
|
7
7
|
|
|
8
8
|
import { Icon } from '@zohodesk/icons';
|
|
9
|
-
import CssProvider from '@zohodesk/components/
|
|
9
|
+
import CssProvider from '@zohodesk/components/es/Provider/CssProvider';
|
|
10
10
|
/**** CSS ****/
|
|
11
11
|
|
|
12
12
|
import style from "./StatusListItem.module.css";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import React, { Component } from 'react';
|
|
3
3
|
import { defaultProps } from "./props/defaultProps";
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
|
-
import EmptySearch from '@zohodesk/svg/
|
|
6
|
-
import EmptyAccounts from '@zohodesk/svg/
|
|
7
|
-
import EmptyContact from '@zohodesk/svg/
|
|
8
|
-
import EmptyProducts from '@zohodesk/svg/
|
|
5
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
6
|
+
import EmptyAccounts from '@zohodesk/svg/es/emptystate/version3/EmptyAccounts';
|
|
7
|
+
import EmptyContact from '@zohodesk/svg/es/emptystate/version3/EmptyContact';
|
|
8
|
+
import EmptyProducts from '@zohodesk/svg/es/emptystate/version3/EmptyProducts';
|
|
9
9
|
/*** CSS ***/
|
|
10
10
|
|
|
11
11
|
import style from "./LookupEmptyPage.module.css";
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
text-align: center;
|
|
3
3
|
}
|
|
4
|
+
|
|
4
5
|
.image {
|
|
5
6
|
margin: var(--zd_size20) auto ;
|
|
6
7
|
}
|
|
8
|
+
|
|
7
9
|
.contentDiv {
|
|
8
10
|
font-size: var(--zd_font_size20) ;
|
|
9
|
-
font-
|
|
11
|
+
font-weight: var(--zd-fw-semibold);
|
|
10
12
|
composes: ftsmooth from '~@zohodesk/components/es/common/common.module.css';
|
|
11
13
|
margin-top: var(--zd_size15) ;
|
|
12
|
-
}
|
|
14
|
+
}
|
|
@@ -5,7 +5,7 @@ import { propTypes } from "./props/propTypes";
|
|
|
5
5
|
/*** Components ***/
|
|
6
6
|
|
|
7
7
|
import FreezeLayer from "../../FreezeLayer/FreezeLayer";
|
|
8
|
-
import { Container } from '@zohodesk/components/
|
|
8
|
+
import { Container } from '@zohodesk/components/es/Layout';
|
|
9
9
|
/*** CSS ***/
|
|
10
10
|
|
|
11
11
|
import style from "./Lookup.module.css";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Component } from 'react';
|
|
2
2
|
import { propTypes } from "./props/propTypes";
|
|
3
|
-
import { Container, Box } from '@zohodesk/components/
|
|
3
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
4
4
|
import style from "./LookupSection.module.css";
|
|
5
5
|
export default class Section extends Component {
|
|
6
6
|
constructor(props) {
|
|
@@ -7,7 +7,7 @@ import { propTypes } from "./props/propTypes";
|
|
|
7
7
|
import Title from "../Title/Title";
|
|
8
8
|
import Close from "../Close/Close";
|
|
9
9
|
import Search from "../Search/Search";
|
|
10
|
-
import { Container, Box } from '@zohodesk/components/
|
|
10
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
11
11
|
/*** CSS ***/
|
|
12
12
|
|
|
13
13
|
import commonStyle from "../lookupHeaderCommon.module.css";
|
|
@@ -6,14 +6,14 @@ import { SearchUI_defaultProps } from "./props/defaultProps";
|
|
|
6
6
|
import { Search_propTypes, SearchUI_propTypes } from "./props/propTypes";
|
|
7
7
|
/** * Components ** */
|
|
8
8
|
|
|
9
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
10
|
-
import { Container, Box } from '@zohodesk/components/
|
|
9
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
10
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
11
11
|
import { mergeStyle } from '@zohodesk/utils';
|
|
12
12
|
import { Icon } from '@zohodesk/icons';
|
|
13
13
|
import ToggleDropDown from "../../../dropdown/ToggleDropDown/ToggleDropDown";
|
|
14
14
|
/** * Methods ** */
|
|
15
15
|
|
|
16
|
-
import { debounce } from '@zohodesk/components/
|
|
16
|
+
import { debounce } from '@zohodesk/components/es/utils/debounce';
|
|
17
17
|
import { cancelBubblingEffect } from '@zohodesk/components/es/utils/Common';
|
|
18
18
|
/** * CSS ** */
|
|
19
19
|
|
|
@@ -8,7 +8,7 @@ import Title from "../Title/Title";
|
|
|
8
8
|
import Close from "../Close/Close";
|
|
9
9
|
import Search from "../Search/Search";
|
|
10
10
|
import ViewDropDown from "../ViewDropDown/ViewDropDown";
|
|
11
|
-
import { Container, Box } from '@zohodesk/components/
|
|
11
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
12
12
|
import useDragger from "../../../Hooks/Dragger/useDragger";
|
|
13
13
|
/*** CSS ***/
|
|
14
14
|
|
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
.title {
|
|
2
2
|
font-size: var(--zd_font_size16) ;
|
|
3
|
-
font-
|
|
3
|
+
font-weight: var(--zd-fw-semibold);
|
|
4
4
|
composes: ftsmooth from '~@zohodesk/components/es/common/common.module.css';
|
|
5
5
|
vertical-align: middle;
|
|
6
6
|
word-break: break-all;
|
|
7
7
|
cursor: initial;
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
.bold {
|
|
10
|
-
font-
|
|
11
|
+
font-weight: var(--zd-fw-semibold);
|
|
11
12
|
}
|
|
13
|
+
|
|
12
14
|
/* Palette */
|
|
13
15
|
.default {
|
|
14
16
|
color: var(--zdt_lookuptitle_default_text);
|
|
15
17
|
}
|
|
18
|
+
|
|
16
19
|
.primary {
|
|
17
20
|
color: var(--zdt_lookuptitle_primary_text);
|
|
18
21
|
}
|
|
22
|
+
|
|
19
23
|
.danger {
|
|
20
24
|
color: var(--zdt_lookuptitle_danger_text);
|
|
21
|
-
}
|
|
25
|
+
}
|
|
@@ -4,18 +4,18 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import { SelectComponent } from '@zohodesk/components/
|
|
8
|
-
import Popup from '@zohodesk/components/
|
|
9
|
-
import ListItem from '@zohodesk/components/
|
|
10
|
-
import DropDownSearch from '@zohodesk/components/
|
|
11
|
-
import { Card, CardHeader, CardContent } from '@zohodesk/components/
|
|
12
|
-
import ResponsiveDropBox from '@zohodesk/components/
|
|
13
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
7
|
+
import { SelectComponent } from '@zohodesk/components/es/Select/Select';
|
|
8
|
+
import Popup from '@zohodesk/components/es/Popup/Popup';
|
|
9
|
+
import ListItem from '@zohodesk/components/es/ListItem/ListItem';
|
|
10
|
+
import DropDownSearch from '@zohodesk/components/es/DropDown/DropDownSearch';
|
|
11
|
+
import { Card, CardHeader, CardContent } from '@zohodesk/components/es/Card';
|
|
12
|
+
import ResponsiveDropBox from '@zohodesk/components/es/ResponsiveDropBox/ResponsiveDropBox';
|
|
13
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
14
14
|
/**** Icons ****/
|
|
15
15
|
|
|
16
16
|
import { Icon } from '@zohodesk/icons';
|
|
17
|
-
import { Container, Box } from '@zohodesk/components/
|
|
18
|
-
import Loader from '@zohodesk/svg/
|
|
17
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
18
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
19
19
|
import style from "./ViewDropDown.module.css";
|
|
20
20
|
/* eslint-disable react/forbid-component-props */
|
|
21
21
|
|
|
@@ -1,28 +1,35 @@
|
|
|
1
1
|
.small {
|
|
2
2
|
max-height: var(--zd_size200) ;
|
|
3
3
|
}
|
|
4
|
+
|
|
4
5
|
.medium {
|
|
5
6
|
max-height: var(--zd_size348) ;
|
|
6
7
|
}
|
|
8
|
+
|
|
7
9
|
.large {
|
|
8
10
|
max-height: var(--zd_size400) ;
|
|
9
11
|
}
|
|
12
|
+
|
|
10
13
|
.emptyState {
|
|
11
14
|
font-size: var(--zd_font_size14) ;
|
|
12
15
|
color: var(--zdt_viewdropdown_empty_text);
|
|
13
|
-
font-
|
|
16
|
+
font-weight: var(--zd-fw-semibold);
|
|
14
17
|
composes: ftsmooth from '~@zohodesk/components/es/common/common.module.css';
|
|
15
18
|
padding: var(--zd_size12) var(--zd_size15) ;
|
|
16
19
|
}
|
|
20
|
+
|
|
17
21
|
.hide {
|
|
18
22
|
composes: vishidden from '~@zohodesk/components/es/common/common.module.css';
|
|
19
23
|
}
|
|
24
|
+
|
|
20
25
|
.container {
|
|
21
26
|
position: relative;
|
|
22
27
|
}
|
|
28
|
+
|
|
23
29
|
.listItemContainer {
|
|
24
30
|
padding: var(--zd_size10) 0 ;
|
|
25
31
|
}
|
|
32
|
+
|
|
26
33
|
/* Label Style */
|
|
27
34
|
.labelCnt {
|
|
28
35
|
composes: dInflex alignVertical from '~@zohodesk/components/es/common/common.module.css';
|
|
@@ -30,21 +37,25 @@
|
|
|
30
37
|
color: var(--zdt_viewdropdown_label_text);
|
|
31
38
|
cursor: pointer;
|
|
32
39
|
}
|
|
40
|
+
|
|
33
41
|
.labelText {
|
|
34
42
|
font-size: var(--zd_font_size12) ;
|
|
35
43
|
max-width: var(--zd_size180) ;
|
|
36
44
|
composes: dotted from '~@zohodesk/components/es/common/common.module.css';
|
|
37
45
|
}
|
|
46
|
+
|
|
38
47
|
[dir=ltr] .labelText {
|
|
39
48
|
margin-right: var(--zd_size5) ;
|
|
40
49
|
}
|
|
50
|
+
|
|
41
51
|
[dir=rtl] .labelText {
|
|
42
52
|
margin-left: var(--zd_size5) ;
|
|
43
53
|
}
|
|
54
|
+
|
|
44
55
|
.labelCnt:hover .arrowIcon {
|
|
45
56
|
color: var(--zdt_viewdropdown_hover_label_text);
|
|
46
57
|
}
|
|
47
58
|
|
|
48
59
|
.loader {
|
|
49
60
|
padding: var(--zd_size12) var(--zd_size15) ;
|
|
50
|
-
}
|
|
61
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import GenButton from '@zohodesk/components/
|
|
4
|
+
import GenButton from '@zohodesk/components/es/Button/Button';
|
|
5
5
|
import style from "./HeaderButton.module.css";
|
|
6
6
|
export default class Button extends React.Component {
|
|
7
7
|
constructor(props) {
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import { Box } from '@zohodesk/components/
|
|
5
|
+
import { Box } from '@zohodesk/components/es/Layout';
|
|
6
6
|
import ExternalLink from "../../../ExternalLink/ExternalLink";
|
|
7
7
|
import style from "./HeaderLink.module.css";
|
|
8
8
|
export default class Link extends React.Component {
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import TextBox from '@zohodesk/components/
|
|
5
|
+
import TextBox from '@zohodesk/components/es/TextBox/TextBox';
|
|
6
6
|
import style from "./Search.module.css";
|
|
7
7
|
export default class Search extends React.Component {
|
|
8
8
|
constructor(props) {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
letter-spacing: 0.2px;
|
|
39
39
|
transition: all var(--zd_transition3) ease;
|
|
40
40
|
color: var(--zdt_search_input_text);
|
|
41
|
-
font-
|
|
41
|
+
font-weight: var(--zd-fw-normal);
|
|
42
42
|
-webkit-appearance: none;
|
|
43
43
|
-moz-appearance: none;
|
|
44
44
|
appearance: none;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container } from '@zohodesk/components/
|
|
4
|
+
import { Container } from '@zohodesk/components/es/Layout';
|
|
5
5
|
export default class Table extends React.Component {
|
|
6
6
|
render() {
|
|
7
7
|
let {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Box } from '@zohodesk/components/
|
|
4
|
+
import { Box } from '@zohodesk/components/es/Layout';
|
|
5
5
|
export default class TableBody extends React.Component {
|
|
6
6
|
render() {
|
|
7
7
|
let {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Box } from '@zohodesk/components/
|
|
4
|
+
import { Box } from '@zohodesk/components/es/Layout';
|
|
5
5
|
import style from "./SetupTableData.module.css";
|
|
6
6
|
export default class TableData extends React.Component {
|
|
7
7
|
constructor(props) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
5
|
import style from "./SetupTableHead.module.css";
|
|
6
6
|
export default class TableHead extends React.Component {
|
|
7
7
|
constructor(props) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container } from '@zohodesk/components/
|
|
4
|
+
import { Container } from '@zohodesk/components/es/Layout';
|
|
5
5
|
import style from "./SetupTableRow.module.css";
|
|
6
6
|
export default class TableRow extends React.Component {
|
|
7
7
|
constructor(props) {
|
package/es/svg/PlusIcon.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { PlusIcon_defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { PlusIcon_propTypes } from "./props/propTypes";
|
|
4
|
-
import SVG from '@zohodesk/svg/
|
|
4
|
+
import SVG from '@zohodesk/svg/es/SVG/SVG';
|
|
5
5
|
export default class PlusIcon extends React.Component {
|
|
6
6
|
render() {
|
|
7
7
|
let {
|
package/es/svg/SnippetIcon.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SnippetIcon_defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { SnippetIcon_propTypes } from "./props/propTypes";
|
|
4
|
-
import SVG from '@zohodesk/svg/
|
|
4
|
+
import SVG from '@zohodesk/svg/es/SVG/SVG';
|
|
5
5
|
export default class SnippetIcon extends React.Component {
|
|
6
6
|
render() {
|
|
7
7
|
let {
|
package/es/svg/TemplateIcon.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TemplateIcon_defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { TemplateIcon_propTypes } from "./props/propTypes";
|
|
4
|
-
import SVG from '@zohodesk/svg/
|
|
4
|
+
import SVG from '@zohodesk/svg/es/SVG/SVG';
|
|
5
5
|
export default class TemplateIcon extends React.Component {
|
|
6
6
|
render() {
|
|
7
7
|
let {
|
|
@@ -8,9 +8,9 @@ import ListItem from '@zohodesk/components/es/v1/ListItem/ListItem';
|
|
|
8
8
|
import ListItemWithIcon from '@zohodesk/components/es/v1/ListItem/ListItemWithIcon';
|
|
9
9
|
import DropDownHeading from '@zohodesk/components/es/v1/DropDown/DropDownHeading';
|
|
10
10
|
import TextBoxIcon from '@zohodesk/components/es/v1/TextBoxIcon/TextBoxIcon';
|
|
11
|
-
import Loader from '@zohodesk/svg/
|
|
11
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
12
12
|
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
13
|
-
import EmptySearch from '@zohodesk/svg/
|
|
13
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
14
14
|
import CssProvider from '@zohodesk/components/es/Provider/CssProvider';
|
|
15
15
|
import { scrollTo, findScrollEnd } from '@zohodesk/components/es/utils/Common';
|
|
16
16
|
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import EmptyCrmPotential from '@zohodesk/svg/
|
|
4
|
+
import EmptyCrmPotential from '@zohodesk/svg/es/v1/emptystate/version3/EmptyCrmPotential';
|
|
5
5
|
import style from "../../../emptystate/EditionPage/EditionPage.css";
|
|
6
6
|
export default function EditionPage(props) {
|
|
7
7
|
let {
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Container } from '@zohodesk/components/es/v1/Layout';
|
|
5
|
-
import ErrorInconvenience from '@zohodesk/svg/
|
|
5
|
+
import ErrorInconvenience from '@zohodesk/svg/es/v1/errorstate/version3/ErrorInconvenience';
|
|
6
6
|
import Button from '@zohodesk/components/es/v1/Button/Button';
|
|
7
7
|
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
8
8
|
import style from "../../../version2/errorstate/V2_ErrorStates.module.css";
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Container } from '@zohodesk/components/es/v1/Layout';
|
|
5
|
-
import ErrorOopsSomethingMiss from '@zohodesk/svg/
|
|
5
|
+
import ErrorOopsSomethingMiss from '@zohodesk/svg/es/v1/errorstate/version3/ErrorOopsSomethingMiss';
|
|
6
6
|
import Button from '@zohodesk/components/es/v1/Button/Button';
|
|
7
7
|
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
8
8
|
import style from "../../../version2/errorstate/V2_ErrorStates.module.css";
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Container } from '@zohodesk/components/es/v1/Layout';
|
|
5
|
-
import ErrorUnableToProcessRequest from '@zohodesk/svg/
|
|
5
|
+
import ErrorUnableToProcessRequest from '@zohodesk/svg/es/v1/errorstate/version3/ErrorUnableToProcessRequest';
|
|
6
6
|
import Button from '@zohodesk/components/es/v1/Button/Button';
|
|
7
7
|
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
8
8
|
import style from "../../../version2/errorstate/V2_ErrorStates.module.css";
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Container } from '@zohodesk/components/es/v1/Layout';
|
|
5
|
-
import ErrorUnauthorizedLogin from '@zohodesk/svg/
|
|
5
|
+
import ErrorUnauthorizedLogin from '@zohodesk/svg/es/v1/errorstate/version3/ErrorUnauthorizedLogin';
|
|
6
6
|
import Button from '@zohodesk/components/es/v1/Button/Button';
|
|
7
7
|
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
8
8
|
import style from "../../../version2/errorstate/V2_ErrorStates.module.css";
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Container } from '@zohodesk/components/es/v1/Layout';
|
|
5
|
-
import ErrorUrlNotFound from '@zohodesk/svg/
|
|
5
|
+
import ErrorUrlNotFound from '@zohodesk/svg/es/v1/errorstate/version3/ErrorUrlNotFound';
|
|
6
6
|
import Button from '@zohodesk/components/es/v1/Button/Button';
|
|
7
7
|
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
8
8
|
import style from "../../../version2/errorstate/V2_ErrorStates.module.css";
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import { Container } from '@zohodesk/components/es/v1/Layout';
|
|
5
|
-
import ErrorWillBeRightBack from '@zohodesk/svg/
|
|
5
|
+
import ErrorWillBeRightBack from '@zohodesk/svg/es/v1/errorstate/version3/ErrorWillBeRightBack';
|
|
6
6
|
import Button from '@zohodesk/components/es/v1/Button/Button';
|
|
7
7
|
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
8
8
|
import style from "../../../version2/errorstate/V2_ErrorStates.module.css";
|
|
@@ -4,9 +4,9 @@ import { propTypes } from "./props/propTypes";
|
|
|
4
4
|
import { Container, Box } from '@zohodesk/components/es/v1/Layout';
|
|
5
5
|
import Tag from '@zohodesk/components/es/v1/Tag/Tag';
|
|
6
6
|
import TextBoxIcon from '@zohodesk/components/es/v1/TextBoxIcon/TextBoxIcon';
|
|
7
|
-
import EmptySearch from '@zohodesk/svg/
|
|
7
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
8
8
|
import ListItem from '@zohodesk/components/es/v1/ListItem/ListItem';
|
|
9
|
-
import Loader from '@zohodesk/svg/
|
|
9
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
10
10
|
import DropDownSeparator from '@zohodesk/components/es/v1/DropDown/DropDownSeparator';
|
|
11
11
|
import CommonEmptyState from "../../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
12
12
|
import ResponsiveDropBox from '@zohodesk/components/es/v1/ResponsiveDropBox/ResponsiveDropBox';
|
|
@@ -243,7 +243,8 @@ export default class TextEditor extends Component {
|
|
|
243
243
|
let customStyleTag = document.createElement('style');
|
|
244
244
|
customStyleTag.type = 'text/css';
|
|
245
245
|
const customizedCSS = `pre {white-space: pre-wrap} ${customCSS}`;
|
|
246
|
-
const fontCSS = `@font-face {font-family: 'ZohoPuviRegular';src: url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2') format('woff2');font-style: normal;font-weight:
|
|
246
|
+
const fontCSS = `@font-face {font-family: 'ZohoPuviRegular';src: url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2') format('woff2');font-style: normal;font-weight: 400;text-rendering: optimizeLegibility;font-display: swap}@font-face {font-family: Regular;src: url('https://static.zohocdn.com/webfonts/lato2regular/font.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap}@font-face {font-family: 'RobotoRegular';font-weight: 400;font-style: normal;font-display: swap;src: url('https://static.zohocdn.com/webfonts/robotoregular/font.woff2')}
|
|
247
|
+
@font-face {font-family: 'ZohoPuvi';src: url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2') format('woff2');font-style: normal;font-weight: 400;text-rendering: optimizeLegibility;font-display: swap}@font-face {font-family: ZDLato;src: url('https://static.zohocdn.com/webfonts/lato2regular/font.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap}@font-face {font-family: 'Roboto';font-weight: 400;font-style: normal;font-display: swap;src: url('https://static.zohocdn.com/webfonts/robotoregular/font.woff2')}`;
|
|
247
248
|
customStyleTag.textContent = `${customizedCSS} ${fontCSS}`;
|
|
248
249
|
iframeHead.appendChild(customStyleTag);
|
|
249
250
|
}
|
|
@@ -7,8 +7,8 @@ import Popup from '@zohodesk/components/es/v1/Popup/Popup';
|
|
|
7
7
|
import { Box, Container } from '@zohodesk/components/es/v1/Layout';
|
|
8
8
|
import DropDownHeading from '@zohodesk/components/es/v1/DropDown/DropDownHeading';
|
|
9
9
|
import TextBoxIcon from '@zohodesk/components/es/v1/TextBoxIcon/TextBoxIcon';
|
|
10
|
-
import Loader from '@zohodesk/svg/
|
|
11
|
-
import EmptySearch from '@zohodesk/svg/
|
|
10
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
11
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
12
12
|
import CommonEmptyState from "../../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
13
13
|
import StatusListItem from "../StatusListItem/StatusListItem";
|
|
14
14
|
import commonStyle from '@zohodesk/components/es/common/common.module.css';
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { defaultProps } from "./props/defaultProps";
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
|
-
import EmptySearch from '@zohodesk/svg/
|
|
6
|
-
import EmptyAccounts from '@zohodesk/svg/
|
|
7
|
-
import EmptyContact from '@zohodesk/svg/
|
|
8
|
-
import EmptyProducts from '@zohodesk/svg/
|
|
5
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
6
|
+
import EmptyAccounts from '@zohodesk/svg/es/emptystate/version3/EmptyAccounts';
|
|
7
|
+
import EmptyContact from '@zohodesk/svg/es/emptystate/version3/EmptyContact';
|
|
8
|
+
import EmptyProducts from '@zohodesk/svg/es/emptystate/version3/EmptyProducts';
|
|
9
9
|
/*** CSS ***/
|
|
10
10
|
|
|
11
11
|
import style from "../../../lookup/EmptyPage/LookupEmptyPage.module.css";
|
|
@@ -15,7 +15,7 @@ import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomRes
|
|
|
15
15
|
|
|
16
16
|
import { Icon } from '@zohodesk/icons';
|
|
17
17
|
import { Container, Box } from '@zohodesk/components/es/v1/Layout';
|
|
18
|
-
import Loader from '@zohodesk/svg/
|
|
18
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
19
19
|
import style from "../../../../lookup/header/ViewDropDown/ViewDropDown.module.css";
|
|
20
20
|
/* eslint-disable react/forbid-component-props */
|
|
21
21
|
|
|
@@ -7,7 +7,7 @@ import AutoClose from "../../../actions/AutoClose";
|
|
|
7
7
|
import Button from '@zohodesk/components/es/v1/Button/Button';
|
|
8
8
|
import FormAction from "../../../FormAction/FormAction";
|
|
9
9
|
import DesktopNotificationHeader from "../DesktopNotificationHeader/DesktopNotificationHeader";
|
|
10
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
10
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
11
11
|
import style from "../../../version2/notification/DesktopNotification/DesktopNotification.module.css";
|
|
12
12
|
let buttonPaletteObject = {
|
|
13
13
|
success: {
|
|
@@ -4,7 +4,7 @@ import propTypes from "./props/propTypes";
|
|
|
4
4
|
import { Container, Box } from '@zohodesk/components/es/v1/Layout';
|
|
5
5
|
import AlertClose from "../../alert/AlertClose/AlertClose";
|
|
6
6
|
import AlertIcons from "../../alert/alertIcons/AlertIcons";
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
7
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
8
8
|
import Typography from '@zohodesk/components/es/v1/Typography/Typography';
|
|
9
9
|
import style from "../../../version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css";
|
|
10
10
|
export default function DesktopNotificationHeader(props) {
|
package/es/v1/svg/PlusIcon.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { PlusIcon_defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { PlusIcon_propTypes } from "./props/propTypes";
|
|
4
|
-
import SVG from '@zohodesk/svg/
|
|
4
|
+
import SVG from '@zohodesk/svg/es/v1/SVG/SVG';
|
|
5
5
|
export default function PlusIcon(props) {
|
|
6
6
|
let {
|
|
7
7
|
isRender,
|