@zohodesk/dot 1.7.20-exp.1 → 1.7.20
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 +8 -0
- 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/ChannelIcon/ChannelIcon.js +1 -1
- package/es/DotProvider/hooks/useDotProvider.js +0 -1
- 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/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/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 +2 -3
- 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/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 +2 -4
- 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 +3 -7
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +2 -13
- 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 +1 -2
- 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 +2 -3
- 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 +3 -9
- 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 +3 -4
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
- 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/ChannelIcon/ChannelIcon.js +1 -1
- package/lib/DotProvider/hooks/useDotProvider.js +0 -2
- 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/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/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/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 +2 -4
- 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 +3 -7
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +9 -9
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +2 -13
- 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 +2 -3
- 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 +3 -9
- 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 +3 -4
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +2 -2
- package/package.json +7 -6
- package/result.json +1 -1
- package/unittest/index.html +1 -1
|
@@ -2,22 +2,22 @@ import React, { Component, Fragment } 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/
|
|
5
|
+
import Popup from '@zohodesk/components/es/Popup/Popup';
|
|
6
|
+
import { Box, Container } from '@zohodesk/components/es/Layout';
|
|
7
7
|
import ListItem from '@zohodesk/components/es/ListItem/ListItem';
|
|
8
|
-
import ListItemWithIcon from '@zohodesk/components/
|
|
9
|
-
import DropDownHeading from '@zohodesk/components/
|
|
10
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
11
|
-
import Loader from '@zohodesk/svg/
|
|
8
|
+
import ListItemWithIcon from '@zohodesk/components/es/ListItem/ListItemWithIcon';
|
|
9
|
+
import DropDownHeading from '@zohodesk/components/es/DropDown/DropDownHeading';
|
|
10
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
11
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
12
12
|
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
13
|
-
import EmptySearch from '@zohodesk/svg/
|
|
14
|
-
import CssProvider from '@zohodesk/components/
|
|
15
|
-
import {
|
|
16
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
17
|
-
import btnStyle from '@zohodesk/components/
|
|
18
|
-
import RippleEffect from '@zohodesk/components/
|
|
19
|
-
import ResponsiveDropBox from '@zohodesk/components/
|
|
20
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
13
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
14
|
+
import CssProvider from '@zohodesk/components/es/Provider/CssProvider';
|
|
15
|
+
import { findScrollEnd } from '@zohodesk/components/es/utils/Common';
|
|
16
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
17
|
+
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
18
|
+
import RippleEffect from '@zohodesk/components/es/RippleEffect/RippleEffect';
|
|
19
|
+
import ResponsiveDropBox from '@zohodesk/components/es/ResponsiveDropBox/ResponsiveDropBox';
|
|
20
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
21
21
|
import style from "./ToggleDropDown.module.css";
|
|
22
22
|
export class ToggleDropDown extends Component {
|
|
23
23
|
constructor(props) {
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
}
|
|
7
7
|
.header {
|
|
8
8
|
font-size: var(--zd_font_size20) ;
|
|
9
|
-
font-
|
|
9
|
+
font-family: var(--zd_semibold);
|
|
10
10
|
margin-top: var(--zd_size16) ;
|
|
11
11
|
}
|
|
12
12
|
.description {
|
|
13
13
|
font-size: var(--zd_font_size15) ;
|
|
14
|
-
font-
|
|
14
|
+
font-family: var(--zd_semibold);
|
|
15
15
|
margin: var(--zd_size20) 0 ;
|
|
16
16
|
}
|
|
17
17
|
.content {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { Component } 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/emptystate/version3/EmptyCrmPotential';
|
|
5
5
|
import style from "./EditionPage.css";
|
|
6
6
|
export default class EditionPage extends Component {
|
|
7
7
|
constructor(props) {
|
|
@@ -1,10 +1,10 @@
|
|
|
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 LinkText from "../LinkText/LinkText";
|
|
6
|
-
import InconvenienceSVG from '@zohodesk/svg/
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
6
|
+
import InconvenienceSVG from '@zohodesk/svg/es/errorstate/version1/EmptyInconvenience';
|
|
7
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
8
8
|
import commonStyle from "../EmptyStates.module.css";
|
|
9
9
|
import style from "./Inconvenience.module.css";
|
|
10
10
|
export default class Inconvenience extends React.Component {
|
|
@@ -2,10 +2,10 @@ import React from 'react';
|
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
4
|
import commonStyle from "../EmptyStates.module.css";
|
|
5
|
-
import NoRequestFoundSVG from '@zohodesk/svg/
|
|
6
|
-
import { Container, Box } from '@zohodesk/components/
|
|
5
|
+
import NoRequestFoundSVG from '@zohodesk/svg/es/errorstate/version1/NoRequestFound';
|
|
6
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
7
7
|
import LinkText from "../LinkText/LinkText";
|
|
8
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
8
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
9
9
|
import style from "./NoRequestFound.module.css";
|
|
10
10
|
export default class NoRequestFound extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
@@ -1,12 +1,12 @@
|
|
|
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 LinkText from "../LinkText/LinkText";
|
|
6
|
-
import UnauthorizedLoginSVG from '@zohodesk/svg/
|
|
6
|
+
import UnauthorizedLoginSVG from '@zohodesk/svg/es/errorstate/version1/UnauthorizedLogin';
|
|
7
7
|
import commonStyle from "../EmptyStates.module.css";
|
|
8
8
|
import style from "./PermissionPlay.module.css";
|
|
9
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
9
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
10
10
|
export default class PermissionPlay extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
12
12
|
super(props);
|
|
@@ -1,10 +1,10 @@
|
|
|
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/
|
|
5
|
-
import UrlNotFound from '@zohodesk/svg/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import UrlNotFound from '@zohodesk/svg/es/errorstate/version1/UrlNotFound';
|
|
6
6
|
import LinkText from "../LinkText/LinkText";
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
7
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
8
8
|
import commonStyle from "../EmptyStates.module.css";
|
|
9
9
|
import style from "./RequestUrlNotFound.module.css";
|
|
10
10
|
export default class RequestUrlNotFound extends React.Component {
|
|
@@ -1,10 +1,10 @@
|
|
|
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 LinkText from "../LinkText/LinkText";
|
|
6
|
-
import UnableToProcessRequest from '@zohodesk/svg/
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
6
|
+
import UnableToProcessRequest from '@zohodesk/svg/es/errorstate/version1/UnableToProcessRequest';
|
|
7
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
8
8
|
import commonStyle from "../EmptyStates.module.css";
|
|
9
9
|
import style from "./UnableToProcess.module.css";
|
|
10
10
|
export default class UnableToProcess extends React.Component {
|
|
@@ -1,10 +1,10 @@
|
|
|
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 LinkText from "../LinkText/LinkText";
|
|
6
|
-
import UnauthorizedLoginSVG from '@zohodesk/svg/
|
|
7
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
6
|
+
import UnauthorizedLoginSVG from '@zohodesk/svg/es/errorstate/version1/UnauthorizedLogin';
|
|
7
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
8
8
|
import commonStyle from "../EmptyStates.module.css";
|
|
9
9
|
import style from "./UnauthorizedLogin.module.css";
|
|
10
10
|
export default class UnauthorizedLogin extends React.Component {
|
|
@@ -1,9 +1,9 @@
|
|
|
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/
|
|
5
|
-
import WillBeRightBack from '@zohodesk/svg/
|
|
6
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import WillBeRightBack from '@zohodesk/svg/es/errorstate/version1/WillBeRightBack';
|
|
6
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
7
7
|
import commonStyle from "../EmptyStates.module.css";
|
|
8
8
|
import style from "./WillBack.module.css";
|
|
9
9
|
export default class WillBack extends React.Component {
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import CheckBox from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import CheckBox from '@zohodesk/components/es/CheckBox/CheckBox';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { Container, Box } from '@zohodesk/components/
|
|
10
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import DateWidget from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import DateWidget from '@zohodesk/components/es/DateTime/DateWidget';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -4,7 +4,7 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import { Container } from '@zohodesk/components/
|
|
7
|
+
import { Container } from '@zohodesk/components/es/Layout';
|
|
8
8
|
/**** Icons ****/
|
|
9
9
|
|
|
10
10
|
import { Icon } from '@zohodesk/icons';
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import MultiSelect from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import MultiSelect from '@zohodesk/components/es/MultiSelect/MultiSelect';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/** CSS */
|
|
13
13
|
|
|
@@ -5,7 +5,7 @@ import { propTypes } from "./props/propTypes";
|
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
7
|
import { Icon } from '@zohodesk/icons';
|
|
8
|
-
import { Container, Box } from '@zohodesk/components/
|
|
8
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
9
9
|
import TextBoxField from "../TextBoxField/TextBoxField";
|
|
10
10
|
import Link from "../../../Link/Link";
|
|
11
11
|
/**** CSS ****/
|
|
@@ -129,7 +129,8 @@ export default class PhoneField extends PureComponent {
|
|
|
129
129
|
"data-title": isDisabled ? title : null,
|
|
130
130
|
dataSelectorId: dataSelectorId
|
|
131
131
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
132
|
-
flexible: true
|
|
132
|
+
flexible: true,
|
|
133
|
+
className: style.phoneField
|
|
133
134
|
}, /*#__PURE__*/React.createElement(TextBoxField, {
|
|
134
135
|
labelName: labelName,
|
|
135
136
|
id: id,
|
|
@@ -5,8 +5,8 @@ import { propTypes } from "./props/propTypes";
|
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
7
|
import Icon from '@zohodesk/icons/es/Icon';
|
|
8
|
-
import Label from '@zohodesk/components/
|
|
9
|
-
import Radio from '@zohodesk/components/
|
|
8
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
9
|
+
import Radio from '@zohodesk/components/es/Radio/Radio';
|
|
10
10
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
11
11
|
/** Css */
|
|
12
12
|
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import Select from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import Select from '@zohodesk/components/es/Select/Select';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** props ****/
|
|
13
13
|
|
|
@@ -1,19 +1,19 @@
|
|
|
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/
|
|
5
|
-
import Tag from '@zohodesk/components/
|
|
6
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
7
|
-
import EmptySearch from '@zohodesk/svg/
|
|
8
|
-
import ListItem from '@zohodesk/components/
|
|
9
|
-
import Loader from '@zohodesk/svg/
|
|
10
|
-
import DropDownSeparator from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import Tag from '@zohodesk/components/es/Tag/Tag';
|
|
6
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
7
|
+
import EmptySearch from '@zohodesk/svg/es/emptystate/version3/EmptySearch';
|
|
8
|
+
import ListItem from '@zohodesk/components/es/ListItem/ListItem';
|
|
9
|
+
import Loader from '@zohodesk/svg/es/Loader/Loader';
|
|
10
|
+
import DropDownSeparator from '@zohodesk/components/es/DropDown/DropDownSeparator';
|
|
11
11
|
import CommonEmptyState from "../../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
12
|
-
import ResponsiveDropBox from '@zohodesk/components/
|
|
13
|
-
import { ResponsiveReceiver } from '@zohodesk/components/
|
|
14
|
-
import MultiSelectHeader from '@zohodesk/components/
|
|
12
|
+
import ResponsiveDropBox from '@zohodesk/components/es/ResponsiveDropBox/ResponsiveDropBox';
|
|
13
|
+
import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
|
|
14
|
+
import MultiSelectHeader from '@zohodesk/components/es/MultiSelect/MultiSelectHeader';
|
|
15
15
|
import { stopBubbling } from "../../../utils/General";
|
|
16
|
-
import { scrollTo, findScrollEnd } from '@zohodesk/components/
|
|
16
|
+
import { scrollTo, findScrollEnd } from '@zohodesk/components/es/utils/Common.js';
|
|
17
17
|
import style from "./TagsMultiSelect.module.css";
|
|
18
18
|
export default class TagsMultiSelect extends React.Component {
|
|
19
19
|
constructor(props) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React, { useState, useEffect } from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import { Box } from '@zohodesk/components/
|
|
5
|
-
import Label from '@zohodesk/components/
|
|
6
|
-
import Popup from '@zohodesk/components/
|
|
4
|
+
import { Box } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
6
|
+
import Popup from '@zohodesk/components/es/Popup/Popup';
|
|
7
7
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
8
8
|
import TagsMultiSelect from "../TagsMultiSelect/TagsMultiSelect";
|
|
9
9
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import TextBoxIcon from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import TextBoxIcon from '@zohodesk/components/es/TextBoxIcon/TextBoxIcon';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -3,7 +3,7 @@ import React, { Component } from 'react';
|
|
|
3
3
|
import { defaultProps } from "./props/defaultProps";
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
import selectn from 'selectn';
|
|
6
|
-
import { Container, Box } from '@zohodesk/components/
|
|
6
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
7
7
|
/***** Methods *****/
|
|
8
8
|
|
|
9
9
|
import { bind, editorContentValidate, fixEncoding, isFileNameSizeInvalid, isImageFormat, triggerKeyup, getRichEditorContent, changeContent, validateEditorContentOnInsertHtml, loadResource } from "../../../utils/editorUtils"; //import './ZohoDeskEditor_Init';
|
|
@@ -243,8 +243,7 @@ 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:
|
|
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')}`;
|
|
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: normal;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: swa;src: url('https://static.zohocdn.com/webfonts/robotoregular/font.woff2')}`;
|
|
248
247
|
customStyleTag.textContent = `${customizedCSS} ${fontCSS}`;
|
|
249
248
|
iframeHead.appendChild(customStyleTag);
|
|
250
249
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
.textEditor * {
|
|
33
33
|
box-sizing: initial;
|
|
34
34
|
line-height: initial;
|
|
35
|
-
font-
|
|
35
|
+
font-family: var(--zd_regular);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.textEditor {
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
}
|
|
718
718
|
|
|
719
719
|
:global .KB_Editor textarea.ze_area {
|
|
720
|
-
font-
|
|
720
|
+
font-family: var(--zd_regular) !important;
|
|
721
721
|
font-size: var(--zd_font_size14) !important;
|
|
722
722
|
padding: var(--zd_size15) var(--zd_size20) !important;
|
|
723
723
|
}
|
|
@@ -4,7 +4,7 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
8
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
9
9
|
import TextEditorWrapper from "../TextEditorWrapper/TextEditorWrapper";
|
|
10
10
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
@@ -4,8 +4,8 @@ import { propTypes } from "./props/propTypes";
|
|
|
4
4
|
/**** Components ****/
|
|
5
5
|
|
|
6
6
|
import TextEditor from "../TextEditor/TextEditor";
|
|
7
|
-
import Textarea from '@zohodesk/components/
|
|
8
|
-
import VelocityAnimationGroup from '@zohodesk/components/
|
|
7
|
+
import Textarea from '@zohodesk/components/es/Textarea/Textarea';
|
|
8
|
+
import VelocityAnimationGroup from '@zohodesk/components/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
|
|
9
9
|
import { editorContentValidate } from "../../../utils/editorUtils";
|
|
10
10
|
import style from "./TextEditorWrapper.module.css";
|
|
11
11
|
/* eslint-disable react/no-deprecated */
|
|
@@ -4,10 +4,10 @@ import { defaultProps } from "./props/defaultProps";
|
|
|
4
4
|
import { propTypes } from "./props/propTypes";
|
|
5
5
|
/**** Components ****/
|
|
6
6
|
|
|
7
|
-
import Label from '@zohodesk/components/
|
|
8
|
-
import Textarea from '@zohodesk/components/
|
|
7
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
8
|
+
import Textarea from '@zohodesk/components/es/Textarea/Textarea';
|
|
9
9
|
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
|
-
import { getUniqueId } from '@zohodesk/components/
|
|
10
|
+
import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
|
|
11
11
|
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { propTypes } from "./props/propTypes";
|
|
4
|
-
import Label from '@zohodesk/components/
|
|
5
|
-
import colors from '@zohodesk/components/
|
|
4
|
+
import Label from '@zohodesk/components/es/Label/Label';
|
|
5
|
+
import colors from '@zohodesk/components/es/Label/LabelColors.module.css';
|
|
6
6
|
import style from "./ValidationMessage.module.css";
|
|
7
7
|
import { Icon } from '@zohodesk/icons';
|
|
8
8
|
export default class ValidationMessage extends React.Component {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { Component } from 'react';
|
|
2
2
|
import { SetupDetailLayout_defaultProps, SetupHeader_defaultProps, SetupContent_defaultProps, SetupFooter_defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { SetupDetailLayout_propTypes, SetupHeader_propTypes, SetupContent_propTypes, SetupFooter_propTypes } from "./props/propTypes";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
5
|
import { Icon } from '@zohodesk/icons';
|
|
6
6
|
import style from "./SetupDetailLayout.module.css";
|
|
7
7
|
export default class SetupDetailLayout extends React.Component {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
.title {
|
|
31
31
|
font-size: var(--zd_font_size16) ;
|
|
32
32
|
line-height: 1;
|
|
33
|
-
font-
|
|
33
|
+
font-family: var(--zd_semibold);
|
|
34
34
|
color: var(--zdt_setupdetail_backicon);
|
|
35
35
|
composes: ftsmooth from '~@zohodesk/components/es/common/common.module.css';
|
|
36
36
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SubtabHeader_propTypes, SubtabFooter_propTypes, SubtabContent_propTypes, SubtabLayout_propTypes } from "./props/propTypes";
|
|
3
3
|
import { SubtabHeader_defaultProps, SubtabFooter_defaultProps, SubtabContent_defaultProps, SubtabLayout_defaultProps } from "./props/defaultProps";
|
|
4
|
-
import { Container, Box } from '@zohodesk/components/
|
|
5
|
-
import { Card, CardHeader, CardContent } from '@zohodesk/components/
|
|
4
|
+
import { Container, Box } from '@zohodesk/components/es/Layout';
|
|
5
|
+
import { Card, CardHeader, CardContent } from '@zohodesk/components/es/Card';
|
|
6
6
|
import PlusIcon from "../../PlusIcon/PlusIcon";
|
|
7
7
|
import style from "./SubtabLayout.module.css";
|
|
8
8
|
export class SubtabHeader extends React.Component {
|
|
@@ -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 "./Comment.module.css";
|
|
7
7
|
export default class Comment extends Component {
|
|
8
8
|
constructor(props) {
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { AddNewIcon_propTypes } from "./props/propTypes";
|
|
3
3
|
import { Icon } from '@zohodesk/icons';
|
|
4
4
|
import style from "./Icons.module.css";
|
|
5
|
-
import btnStyle from '@zohodesk/components/
|
|
5
|
+
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
6
6
|
export default class AddNewIcon extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { CompleteIcon_propTypes } from "./props/propTypes";
|
|
3
3
|
import { Icon } from '@zohodesk/icons';
|
|
4
4
|
import style from "./Icons.module.css";
|
|
5
|
-
import btnStyle from '@zohodesk/components/
|
|
5
|
+
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
6
6
|
export default class CompleteIcon extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { DeleteComponent_propTypes } from "./props/propTypes";
|
|
3
3
|
import style from "./Icons.module.css";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import btnStyle from '@zohodesk/components/
|
|
5
|
+
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
6
6
|
export default class DeleteComponent extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { EditIcon_propTypes } from "./props/propTypes";
|
|
3
3
|
import style from "./Icons.module.css";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import btnStyle from '@zohodesk/components/
|
|
5
|
+
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
6
6
|
export default class EditIcon extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -3,7 +3,7 @@ import { ReadUnreadIcon_defaultProps } from "./props/defaultProps";
|
|
|
3
3
|
import { ReadUnreadIcon_propTypes } from "./props/propTypes";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
5
|
import style from "./Icons.module.css";
|
|
6
|
-
import btnStyle from '@zohodesk/components/
|
|
6
|
+
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
7
7
|
export default class ReadUnreadIcon extends React.Component {
|
|
8
8
|
render() {
|
|
9
9
|
let {
|
|
@@ -2,7 +2,7 @@ import React, { Component } from 'react';
|
|
|
2
2
|
import { SmartIcon_propTypes } from "./props/propTypes";
|
|
3
3
|
import style from "./Icons.module.css";
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
|
-
import btnStyle from '@zohodesk/components/
|
|
5
|
+
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
6
6
|
export default class SmartIcon extends Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { Component } from 'react';
|
|
2
2
|
import { ListLayout_defaultProps } from "./props/defaultProps";
|
|
3
3
|
import { ListLayout_propTypes, Column_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 "./ListLayout.module.css";
|
|
6
6
|
export default class ListLayout extends Component {
|
|
7
7
|
constructor(props) {
|