@zohodesk/dot 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cli/PropLessFiles.html +1 -1
- package/.cli/propValidation_report.html +1 -1
- package/.cli/stringContains.js +1 -0
- package/README.md +7 -0
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +1 -1
- package/coverage/IconButton/IconButton.module.css.html +1 -1
- package/coverage/IconButton/index.html +1 -1
- package/coverage/IconButton/props/defaultProps.js.html +1 -1
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +16 -16
- package/coverage/coverage-summary.json +16 -16
- package/coverage/index.html +1 -1
- package/es/Attachment/Attachment.module.css +4 -2
- package/es/AttachmentViewer/AttachmentViewer.module.css +1 -1
- package/es/Drawer/Drawer.js +1 -1
- package/es/Hooks/Dragger/useDragger.js +2 -2
- package/es/ImportantNotes/ImportantNotes.module.css +6 -2
- package/es/ToastMessage/ToastMessage.module.css +3 -2
- package/es/Upload/Upload.module.css +1 -1
- package/es/alert/AlertLookup/AlertLookup.module.css +1 -1
- package/es/deprecated/SelectDropdown/SelectDropdown.module.css +5 -2
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +5 -2
- package/es/errorstate/EmptyStates.module.css +3 -3
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
- package/es/form/fields/Fields.module.css +1 -1
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
- package/es/list/listCommon.module.css +1 -0
- package/es/list/status/StatusListItem/StatusListItem.module.css +1 -1
- package/es/lookup/Lookup/Lookup.js +9 -2
- package/es/lookup/Lookup/Lookup.module.css +5 -0
- package/es/lookup/Lookup/props/defaultProps.js +2 -1
- package/es/lookup/Lookup/props/propTypes.js +2 -1
- package/es/lookup/Section/LookupSection.module.css +5 -4
- package/es/lookup/Section/Section.js +0 -1
- package/es/lookup/header/Close/LookupClose.module.css +1 -1
- package/es/lookup/header/ModuleHeader/ModuleHeader.js +73 -59
- package/es/lookup/header/ModuleHeader/props/defaultProps.js +7 -1
- package/es/lookup/header/ModuleHeader/props/propTypes.js +4 -1
- package/es/lookup/header/Title/LookupTitle.module.css +1 -0
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +1 -1
- package/es/lookup/header/lookupHeaderCommon.module.css +6 -11
- package/es/setup/header/Search/Search.module.css +1 -1
- package/es/setup/header/Views/Views.module.css +1 -0
- package/es/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
- package/es/v1/ActionButton/ActionButton.js +2 -2
- package/es/v1/ActionButton/props/defaultProps.js +17 -0
- package/es/v1/ActionButton/props/propTypes.js +33 -0
- package/es/v1/AlphabeticList/AlphabeticList.js +2 -2
- package/es/v1/AlphabeticList/props/defaultProps.js +12 -0
- package/es/v1/AlphabeticList/props/propTypes.js +23 -0
- package/es/v1/Attachment/Attachment.js +2 -2
- package/es/v1/Attachment/props/defaultProps.js +7 -0
- package/es/v1/Attachment/props/propTypes.js +17 -0
- package/es/v1/AttachmentViewer/AttachmentImage.js +2 -2
- package/es/v1/AttachmentViewer/AttachmentViewer.js +2 -2
- package/es/v1/AttachmentViewer/props/defaultProps.js +10 -0
- package/es/v1/AttachmentViewer/props/propTypes.js +31 -0
- package/es/v1/ChannelIcon/ChannelIcon.js +3 -3
- package/es/v1/ChannelIcon/props/defaultProps.js +7 -0
- package/es/v1/ChannelIcon/props/propTypes.js +25 -0
- package/es/v1/Drawer/Drawer.js +2 -2
- package/es/v1/Drawer/props/defaultProps.js +22 -0
- package/es/v1/Drawer/props/propTypes.js +52 -0
- package/es/v1/ExternalLink/ExternalLink.js +2 -2
- package/es/v1/ExternalLink/props/defaultProps.js +5 -0
- package/es/v1/ExternalLink/props/propTypes.js +12 -0
- package/es/v1/FlipCard/FlipCard.js +2 -2
- package/es/v1/FlipCard/props/defaultProps.js +5 -0
- package/es/v1/FlipCard/props/propTypes.js +37 -0
- package/es/v1/FormAction/FormAction.js +2 -2
- package/es/v1/FormAction/props/defaultProps.js +5 -0
- package/es/v1/FormAction/props/propTypes.js +8 -0
- package/es/v1/FreezeLayer/FreezeLayer.js +2 -2
- package/es/v1/FreezeLayer/props/defaultProps.js +9 -0
- package/es/v1/FreezeLayer/props/propTypes.js +19 -0
- package/es/v1/GlobalNotification/GlobalNotification.js +2 -2
- package/es/v1/GlobalNotification/props/defaultProps.js +4 -0
- package/es/v1/GlobalNotification/props/propTypes.js +32 -0
- package/es/v1/IconButton/IconButton.js +2 -2
- package/es/v1/IconButton/props/defaultProps.js +17 -0
- package/es/v1/IconButton/props/propTypes.js +33 -0
- package/es/v1/Image/Image.js +2 -2
- package/es/v1/Image/props/defaultProps.js +4 -0
- package/es/v1/Image/props/propTypes.js +13 -0
- package/es/v1/ImportantNotes/ImportantNotes.js +2 -2
- package/es/v1/ImportantNotes/props/defaultProps.js +6 -0
- package/es/v1/ImportantNotes/props/propTypes.js +10 -0
- package/es/v1/Link/Link.js +2 -2
- package/es/v1/Link/props/defaultProps.js +5 -0
- package/es/v1/Link/props/propTypes.js +18 -0
- package/es/v1/Message/Message.js +2 -2
- package/es/v1/Message/props/defaultProps.js +4 -0
- package/es/v1/Message/props/propTypes.js +20 -0
- package/es/v1/MessageBanner/MessageBanner.js +2 -2
- package/es/v1/MessageBanner/props/defaultProps.js +7 -0
- package/es/v1/MessageBanner/props/propTypes.js +13 -0
- package/es/v1/NewStar/NewStar.js +2 -2
- package/es/v1/NewStar/props/defaultProps.js +4 -0
- package/es/v1/NewStar/props/propTypes.js +6 -0
- package/es/v1/PlusIcon/PlusIcon.js +2 -2
- package/es/v1/PlusIcon/props/defaultProps.js +8 -0
- package/es/v1/PlusIcon/props/propTypes.js +11 -0
- package/es/v1/Provider/Config.js +20 -0
- package/es/v1/Separator/Separator.js +2 -2
- package/es/v1/Separator/props/defaultProps.js +12 -0
- package/es/v1/Separator/props/propTypes.js +11 -0
- package/es/v1/TagWithIcon/TagWithIcon.js +2 -2
- package/es/v1/TagWithIcon/props/defaultProps.js +8 -0
- package/es/v1/TagWithIcon/props/propTypes.js +13 -0
- package/es/v1/ToastMessage/ToastMessage.js +2 -2
- package/es/v1/ToastMessage/props/defaultProps.js +18 -0
- package/es/v1/ToastMessage/props/propTypes.js +40 -0
- package/es/v1/Upload/Upload.js +2 -2
- package/es/v1/Upload/props/defaultProps.js +7 -0
- package/es/v1/Upload/props/propTypes.js +17 -0
- package/es/v1/actions/AutoClose.js +2 -2
- package/es/v1/actions/props/defaultProps.js +3 -0
- package/es/v1/actions/props/propTypes.js +8 -0
- package/es/v1/alert/AlertClose/AlertClose.js +1 -1
- package/es/v1/alert/AlertClose/props/propTypes.js +8 -0
- package/es/v1/alert/AlertLookup/AlertLookup.js +2 -1
- package/es/v1/alert/alertIcons/AlarmAlertIcon.js +2 -2
- package/es/v1/alert/alertIcons/AlertIcons.js +2 -2
- package/es/v1/alert/alertIcons/DangerAlertIcon.js +2 -2
- package/es/v1/alert/alertIcons/ErrorAlertIcon.js +2 -2
- package/es/v1/alert/alertIcons/InfoAlertIcon.js +2 -2
- package/es/v1/alert/alertIcons/NotificationAlertIcon.js +2 -2
- package/es/v1/alert/alertIcons/SuccessAlertIcon.js +2 -2
- package/es/v1/alert/alertIcons/WarningAlertIcon.js +2 -2
- package/es/v1/alert/alertIcons/props/defaultProps.js +27 -0
- package/es/v1/alert/alertIcons/props/propTypes.js +34 -0
- package/es/v1/avatar/AvatarClose/AvatarClose.js +2 -2
- package/es/v1/avatar/AvatarClose/props/defaultProps.js +6 -0
- package/es/v1/avatar/AvatarClose/props/propTypes.js +14 -0
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +2 -2
- package/es/v1/avatar/AvatarCollision/props/defaultProps.js +8 -0
- package/es/v1/avatar/AvatarCollision/props/propTypes.js +17 -0
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/es/v1/avatar/AvatarIcon/props/defaultProps.js +14 -0
- package/es/v1/avatar/AvatarIcon/props/propTypes.js +20 -0
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +2 -2
- package/es/v1/avatar/AvatarStatus/props/defaultProps.js +12 -0
- package/es/v1/avatar/AvatarStatus/props/propTypes.js +26 -0
- package/es/v1/avatar/AvatarThread/AvatarThread.js +2 -2
- package/es/v1/avatar/AvatarThread/props/defaultProps.js +9 -0
- package/es/v1/avatar/AvatarThread/props/propTypes.js +30 -0
- package/es/v1/avatar/AvatarUser/AvatarUser.js +2 -2
- package/es/v1/avatar/AvatarUser/props/defaultProps.js +8 -0
- package/es/v1/avatar/AvatarUser/props/propTypes.js +35 -0
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/es/v1/avatar/AvatarWithTeam/props/defaultProps.js +9 -0
- package/es/v1/avatar/AvatarWithTeam/props/propTypes.js +25 -0
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
- package/es/v1/dropdown/ToggleDropDown/props/defaultProps.js +27 -0
- package/es/v1/dropdown/ToggleDropDown/props/propTypes.js +79 -0
- package/es/v1/emptystate/CommonEmptyState/CommonEmptyState.js +2 -2
- package/es/v1/emptystate/CommonEmptyState/props/defaultProps.js +10 -0
- package/es/v1/emptystate/CommonEmptyState/props/propTypes.js +21 -0
- package/es/v1/emptystate/EditionPage/EditionPage.js +2 -2
- package/es/v1/emptystate/EditionPage/props/defaultProps.js +5 -0
- package/es/v1/emptystate/EditionPage/props/propTypes.js +11 -0
- package/es/v1/errorstate/Inconvenience/Inconvenience.js +2 -2
- package/es/v1/errorstate/Inconvenience/props/defaultProps.js +8 -0
- package/es/v1/errorstate/Inconvenience/props/propTypes.js +16 -0
- package/es/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +2 -2
- package/es/v1/errorstate/OopsSomethingMiss/props/defaultProps.js +8 -0
- package/es/v1/errorstate/OopsSomethingMiss/props/propTypes.js +16 -0
- package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -2
- package/es/v1/errorstate/UnableToProcessRequest/props/defaultProps.js +8 -0
- package/es/v1/errorstate/UnableToProcessRequest/props/propTypes.js +16 -0
- package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +2 -2
- package/es/v1/errorstate/UnauthorizedLogin/props/defaultProps.js +9 -0
- package/es/v1/errorstate/UnauthorizedLogin/props/propTypes.js +17 -0
- package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +2 -2
- package/es/v1/errorstate/UrlNotFound/props/defaultProps.js +8 -0
- package/es/v1/errorstate/UrlNotFound/props/propTypes.js +16 -0
- package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +2 -2
- package/es/v1/errorstate/WillBeRightBack/props/defaultProps.js +8 -0
- package/es/v1/errorstate/WillBeRightBack/props/propTypes.js +16 -0
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +2 -2
- package/es/v1/form/fields/CheckBoxField/props/defaultProps.js +12 -0
- package/es/v1/form/fields/CheckBoxField/props/propTypes.js +27 -0
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +2 -2
- package/es/v1/form/fields/CurrencyField/props/defaultProps.js +17 -0
- package/es/v1/form/fields/CurrencyField/props/propTypes.js +39 -0
- package/es/v1/form/fields/DateField/DateField.js +2 -2
- package/es/v1/form/fields/DateField/props/defaultProps.js +19 -0
- package/es/v1/form/fields/DateField/props/propTypes.js +39 -0
- package/es/v1/form/fields/FieldContainer/FieldContainer.js +2 -2
- package/es/v1/form/fields/FieldContainer/props/defaultProps.js +6 -0
- package/es/v1/form/fields/FieldContainer/props/propTypes.js +25 -0
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +2 -2
- package/es/v1/form/fields/MultiSelectField/props/defaultProps.js +17 -0
- package/es/v1/form/fields/MultiSelectField/props/propTypes.js +50 -0
- package/es/v1/form/fields/PhoneField/PhoneField.js +2 -2
- package/es/v1/form/fields/PhoneField/props/defaultProps.js +16 -0
- package/es/v1/form/fields/PhoneField/props/propTypes.js +47 -0
- package/es/v1/form/fields/RadioField/RadioField.js +2 -2
- package/es/v1/form/fields/RadioField/props/defaultProps.js +12 -0
- package/es/v1/form/fields/RadioField/props/propTypes.js +30 -0
- package/es/v1/form/fields/SelectField/SelectField.js +2 -2
- package/es/v1/form/fields/SelectField/props/defaultProps.js +18 -0
- package/es/v1/form/fields/SelectField/props/propTypes.js +50 -0
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
- package/es/v1/form/fields/TagsMultiSelect/props/defaultProps.js +11 -0
- package/es/v1/form/fields/TagsMultiSelect/props/propTypes.js +44 -0
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +2 -2
- package/es/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +19 -0
- package/es/v1/form/fields/TagsMultiSelectField/props/propTypes.js +63 -0
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +2 -2
- package/es/v1/form/fields/TextBoxField/props/defaultProps.js +17 -0
- package/es/v1/form/fields/TextBoxField/props/propTypes.js +44 -0
- package/es/v1/form/fields/TextEditor/TextEditor.js +2 -2
- package/es/v1/form/fields/TextEditor/props/defaultProps.js +13 -0
- package/es/v1/form/fields/TextEditor/props/propTypes.js +46 -0
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +2 -2
- package/es/v1/form/fields/TextEditorField/props/defaultProps.js +15 -0
- package/es/v1/form/fields/TextEditorField/props/propTypes.js +59 -0
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
- package/es/v1/form/fields/TextEditorWrapper/props/defaultProps.js +9 -0
- package/es/v1/form/fields/TextEditorWrapper/props/propTypes.js +40 -0
- package/es/v1/form/fields/TextareaField/TextareaField.js +2 -2
- package/es/v1/form/fields/TextareaField/props/defaultProps.js +15 -0
- package/es/v1/form/fields/TextareaField/props/propTypes.js +34 -0
- package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/es/v1/form/fields/ValidationMessage/props/defaultProps.js +7 -0
- package/es/v1/form/fields/ValidationMessage/props/propTypes.js +16 -0
- package/es/v1/form/fields/props/FieldCommonDefaultProps.js +10 -0
- package/es/v1/form/fields/props/FieldCommonPropTypes.js +17 -0
- package/es/v1/form/layout/Field/Field.js +2 -2
- package/es/v1/form/layout/Field/props/defaultProps.js +4 -0
- package/es/v1/form/layout/Field/props/propTypes.js +10 -0
- package/es/v1/form/layout/Section/Section.js +1 -1
- package/es/v1/form/layout/Section/props/propTypes.js +11 -0
- package/es/v1/layout/SetupDetailLayout/SetupDetailLayout.js +2 -2
- package/es/v1/layout/SetupDetailLayout/props/defaultProps.js +20 -0
- package/es/v1/layout/SetupDetailLayout/props/propTypes.js +40 -0
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/es/v1/layout/SubtabLayout/props/defaultProps.js +25 -0
- package/es/v1/layout/SubtabLayout/props/propTypes.js +40 -0
- package/es/v1/list/AvatarFlip/AvatarFlip.js +2 -2
- package/es/v1/list/AvatarFlip/props/defaultProps.js +6 -0
- package/es/v1/list/AvatarFlip/props/propTypes.js +29 -0
- package/es/v1/list/BluePrintStatus/BluePrintStatus.js +1 -1
- package/es/v1/list/BluePrintStatus/props/propTypes.js +4 -0
- package/es/v1/list/Comment/Comment.js +2 -2
- package/es/v1/list/Comment/props/defaultProps.js +4 -0
- package/es/v1/list/Comment/props/propTypes.js +7 -0
- package/es/v1/list/DepartmentDropDown/DepartmentDropDown.js +2 -2
- package/es/v1/list/DepartmentDropDown/props/defaultProps.js +7 -0
- package/es/v1/list/DepartmentDropDown/props/propTypes.js +24 -0
- package/es/v1/list/Dot/Dot.js +2 -2
- package/es/v1/list/Dot/props/defaultProps.js +4 -0
- package/es/v1/list/Dot/props/propTypes.js +5 -0
- package/es/v1/list/DotNew/DotNew.js +2 -2
- package/es/v1/list/DotNew/props/defaultProps.js +3 -0
- package/es/v1/list/DotNew/props/propTypes.js +6 -0
- package/es/v1/list/GridStencils/GridStencils.js +1 -1
- package/es/v1/list/GridStencils/props/propTypes.js +8 -0
- package/es/v1/list/Icons/AddNewIcon.js +1 -1
- package/es/v1/list/Icons/CompleteIcon.js +1 -1
- package/es/v1/list/Icons/DeleteIcon.js +1 -1
- package/es/v1/list/Icons/EditIcon.js +1 -1
- package/es/v1/list/Icons/FloatingIcons.js +2 -2
- package/es/v1/list/Icons/ReadUnreadIcon.js +2 -2
- package/es/v1/list/Icons/SmartIcon.js +1 -1
- package/es/v1/list/Icons/props/defaultProps.js +6 -0
- package/es/v1/list/Icons/props/propTypes.js +53 -0
- package/es/v1/list/ListLayout/ListLayout.js +2 -2
- package/es/v1/list/ListLayout/props/defaultProps.js +11 -0
- package/es/v1/list/ListLayout/props/propTypes.js +28 -0
- package/es/v1/list/ListStencils/ListStencils.js +2 -2
- package/es/v1/list/ListStencils/props/defaultProps.js +3 -0
- package/es/v1/list/ListStencils/props/propTypes.js +4 -0
- package/es/v1/list/SecondaryText/AccountName.js +2 -2
- package/es/v1/list/SecondaryText/ContactName.js +2 -2
- package/es/v1/list/SecondaryText/DepartmentText.js +1 -1
- package/es/v1/list/SecondaryText/Email.js +2 -2
- package/es/v1/list/SecondaryText/HappinessRating.js +1 -1
- package/es/v1/list/SecondaryText/PhoneNumber.js +2 -2
- package/es/v1/list/SecondaryText/PriorityText.js +2 -2
- package/es/v1/list/SecondaryText/SecondaryText.js +2 -2
- package/es/v1/list/SecondaryText/StatusText.js +2 -2
- package/es/v1/list/SecondaryText/TicketId.js +2 -2
- package/es/v1/list/SecondaryText/Website.js +2 -2
- package/es/v1/list/SecondaryText/props/defaultProps.js +44 -0
- package/es/v1/list/SecondaryText/props/propTypes.js +142 -0
- package/es/v1/list/SecondryPanel/SecondryPanel.js +2 -2
- package/es/v1/list/SecondryPanel/props/defaultProps.js +18 -0
- package/es/v1/list/SecondryPanel/props/propTypes.js +27 -0
- package/es/v1/list/SentimentStatus/SentimentStatus.js +1 -1
- package/es/v1/list/SentimentStatus/props/propTypes.js +5 -0
- package/es/v1/list/Subject/Subject.js +2 -2
- package/es/v1/list/Subject/props/defaultProps.js +7 -0
- package/es/v1/list/Subject/props/propTypes.js +19 -0
- package/es/v1/list/TagNew/TagNew.js +2 -2
- package/es/v1/list/TagNew/props/defaultProps.js +4 -0
- package/es/v1/list/TagNew/props/propTypes.js +8 -0
- package/es/v1/list/Thread/Thread.js +2 -2
- package/es/v1/list/Thread/props/defaultProps.js +4 -0
- package/es/v1/list/Thread/props/propTypes.js +8 -0
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/es/v1/list/status/StatusDropdown/props/defaultProps.js +19 -0
- package/es/v1/list/status/StatusDropdown/props/propTypes.js +54 -0
- package/es/v1/list/status/StatusListItem/StatusListItem.js +2 -2
- package/es/v1/list/status/StatusListItem/props/defaultProps.js +15 -0
- package/es/v1/list/status/StatusListItem/props/propTypes.js +29 -0
- package/es/v1/lookup/EmptyPage/EmptyPage.js +2 -2
- package/es/v1/lookup/EmptyPage/props/defaultProps.js +4 -0
- package/es/v1/lookup/EmptyPage/props/propTypes.js +5 -0
- package/es/v1/lookup/Lookup/Lookup.js +11 -4
- package/es/v1/lookup/Lookup/props/defaultProps.js +9 -0
- package/es/v1/lookup/Lookup/props/propTypes.js +23 -0
- package/es/v1/lookup/Section/Section.js +1 -2
- package/es/v1/lookup/Section/props/propTypes.js +6 -0
- package/es/v1/lookup/header/Close/Close.js +2 -2
- package/es/v1/lookup/header/Close/props/defaultProps.js +3 -0
- package/es/v1/lookup/header/Close/props/propTypes.js +6 -0
- package/es/v1/lookup/header/ModuleHeader/ModuleHeader.js +28 -14
- package/es/v1/lookup/header/ModuleHeader/props/defaultProps.js +9 -0
- package/es/v1/lookup/header/ModuleHeader/props/propTypes.js +20 -0
- package/es/v1/lookup/header/Search/Search.js +2 -2
- package/es/v1/lookup/header/Search/props/defaultProps.js +5 -0
- package/es/v1/lookup/header/Search/props/propTypes.js +28 -0
- package/es/v1/lookup/header/TicketHeader/TicketHeader.js +2 -2
- package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +4 -0
- package/es/v1/lookup/header/TicketHeader/props/propTypes.js +20 -0
- package/es/v1/lookup/header/Title/Title.js +2 -2
- package/es/v1/lookup/header/Title/props/defaultProps.js +3 -0
- package/es/v1/lookup/header/Title/props/propTypes.js +6 -0
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +2 -2
- package/es/v1/lookup/header/ViewDropDown/props/defaultProps.js +7 -0
- package/es/v1/lookup/header/ViewDropDown/props/propTypes.js +22 -0
- package/es/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
- package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
- package/es/v1/setup/header/Button/Button.js +2 -2
- package/es/v1/setup/header/Button/props/defaultProps.js +4 -0
- package/es/v1/setup/header/Button/props/propTypes.js +7 -0
- package/es/v1/setup/header/Link/Link.js +2 -2
- package/es/v1/setup/header/Link/props/defaultProps.js +4 -0
- package/es/v1/setup/header/Link/props/propTypes.js +8 -0
- package/es/v1/setup/header/Search/Search.js +2 -2
- package/es/v1/setup/header/Search/props/defaultProps.js +5 -0
- package/es/v1/setup/header/Search/props/propTypes.js +11 -0
- package/es/v1/setup/header/Views/Views.js +2 -2
- package/es/v1/setup/header/Views/props/defaultProps.js +6 -0
- package/es/v1/setup/header/Views/props/propTypes.js +9 -0
- package/es/v1/setup/helptips/Description/Description.js +1 -1
- package/es/v1/setup/helptips/Description/props/propTypes.js +4 -0
- package/es/v1/setup/helptips/Link/Link.js +1 -1
- package/es/v1/setup/helptips/Link/props/propTypes.js +7 -0
- package/es/v1/setup/helptips/ListGroup/ListGroup.js +1 -1
- package/es/v1/setup/helptips/ListGroup/props/propTypes.js +5 -0
- package/es/v1/setup/helptips/Title/Title.js +1 -1
- package/es/v1/setup/helptips/Title/props/propTypes.js +4 -0
- package/es/v1/setup/table/Table/Table.js +2 -2
- package/es/v1/setup/table/Table/props/defaultProps.js +4 -0
- package/es/v1/setup/table/Table/props/propTypes.js +6 -0
- package/es/v1/setup/table/TableBody/TableBody.js +2 -2
- package/es/v1/setup/table/TableBody/props/defaultProps.js +3 -0
- package/es/v1/setup/table/TableBody/props/propTypes.js +7 -0
- package/es/v1/setup/table/TableData/TableData.js +2 -2
- package/es/v1/setup/table/TableData/props/defaultProps.js +5 -0
- package/es/v1/setup/table/TableData/props/propTypes.js +11 -0
- package/es/v1/setup/table/TableHead/TableHead.js +2 -2
- package/es/v1/setup/table/TableHead/props/defaultProps.js +4 -0
- package/es/v1/setup/table/TableHead/props/propTypes.js +8 -0
- package/es/v1/setup/table/TableRow/TableRow.js +2 -2
- package/es/v1/setup/table/TableRow/props/defaultProps.js +4 -0
- package/es/v1/setup/table/TableRow/props/propTypes.js +11 -0
- package/es/v1/setup/table/Text/Text.js +2 -2
- package/es/v1/setup/table/Text/props/defaultProps.js +7 -0
- package/es/v1/setup/table/Text/props/propTypes.js +13 -0
- package/es/v1/svg/PlusIcon.js +2 -2
- package/es/v1/svg/SnippetIcon.js +2 -2
- package/es/v1/svg/TemplateIcon.js +2 -2
- package/es/v1/svg/props/defaultProps.js +15 -0
- package/es/v1/svg/props/propTypes.js +16 -0
- package/es/v1/utils/ChannelIconMapping.js +129 -0
- package/es/v1/utils/General.js +45 -0
- package/es/v1/utils/editorUtils.js +193 -0
- package/es/version2/GlobalNotification/GlobalNotification.module.css +1 -1
- package/es/version2/errorstate/V2_ErrorStates.module.css +1 -1
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
- package/es/version2/lookup/AlertLookup/AlertLookup.js +2 -1
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +2 -2
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +2 -2
- package/lib/Attachment/Attachment.module.css +4 -2
- package/lib/AttachmentViewer/AttachmentViewer.module.css +1 -1
- package/lib/Drawer/Drawer.js +1 -1
- package/lib/Hooks/Dragger/useDragger.js +2 -2
- package/lib/ImportantNotes/ImportantNotes.module.css +6 -2
- package/lib/ToastMessage/ToastMessage.module.css +3 -2
- package/lib/Upload/Upload.module.css +1 -1
- package/lib/alert/AlertLookup/AlertLookup.module.css +1 -1
- package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +5 -2
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +5 -2
- package/lib/errorstate/EmptyStates.module.css +3 -3
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
- package/lib/form/fields/Fields.module.css +1 -1
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
- package/lib/list/listCommon.module.css +1 -0
- package/lib/list/status/StatusListItem/StatusListItem.module.css +1 -1
- package/lib/lookup/Lookup/Lookup.js +9 -2
- package/lib/lookup/Lookup/Lookup.module.css +5 -0
- package/lib/lookup/Lookup/props/defaultProps.js +2 -1
- package/lib/lookup/Lookup/props/propTypes.js +2 -1
- package/lib/lookup/Section/LookupSection.module.css +5 -4
- package/lib/lookup/Section/Section.js +0 -1
- package/lib/lookup/header/Close/LookupClose.module.css +1 -1
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +79 -94
- package/lib/lookup/header/ModuleHeader/props/defaultProps.js +7 -1
- package/lib/lookup/header/ModuleHeader/props/propTypes.js +4 -1
- package/lib/lookup/header/Title/LookupTitle.module.css +1 -0
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +1 -1
- package/lib/lookup/header/lookupHeaderCommon.module.css +6 -11
- package/lib/setup/header/Search/Search.module.css +1 -1
- package/lib/setup/header/Views/Views.module.css +1 -0
- package/lib/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
- package/lib/v1/ActionButton/ActionButton.js +2 -2
- package/lib/v1/ActionButton/props/defaultProps.js +24 -0
- package/lib/v1/ActionButton/props/propTypes.js +44 -0
- package/lib/v1/AlphabeticList/AlphabeticList.js +2 -2
- package/lib/v1/AlphabeticList/props/defaultProps.js +20 -0
- package/lib/v1/AlphabeticList/props/propTypes.js +50 -0
- package/lib/v1/Attachment/Attachment.js +2 -2
- package/lib/v1/Attachment/props/defaultProps.js +14 -0
- package/lib/v1/Attachment/props/propTypes.js +28 -0
- package/lib/v1/AttachmentViewer/AttachmentImage.js +2 -2
- package/lib/v1/AttachmentViewer/AttachmentViewer.js +2 -2
- package/lib/v1/AttachmentViewer/props/defaultProps.js +18 -0
- package/lib/v1/AttachmentViewer/props/propTypes.js +43 -0
- package/lib/v1/ChannelIcon/ChannelIcon.js +3 -3
- package/lib/v1/ChannelIcon/props/defaultProps.js +14 -0
- package/lib/v1/ChannelIcon/props/propTypes.js +36 -0
- package/lib/v1/Drawer/Drawer.js +2 -2
- package/lib/v1/Drawer/props/defaultProps.js +31 -0
- package/lib/v1/Drawer/props/propTypes.js +66 -0
- package/lib/v1/ExternalLink/ExternalLink.js +2 -2
- package/lib/v1/ExternalLink/props/defaultProps.js +12 -0
- package/lib/v1/ExternalLink/props/propTypes.js +23 -0
- package/lib/v1/FlipCard/FlipCard.js +2 -2
- package/lib/v1/FlipCard/props/defaultProps.js +12 -0
- package/lib/v1/FlipCard/props/propTypes.js +48 -0
- package/lib/v1/FormAction/FormAction.js +2 -2
- package/lib/v1/FormAction/props/defaultProps.js +12 -0
- package/lib/v1/FormAction/props/propTypes.js +19 -0
- package/lib/v1/FreezeLayer/FreezeLayer.js +2 -2
- package/lib/v1/FreezeLayer/props/defaultProps.js +16 -0
- package/lib/v1/FreezeLayer/props/propTypes.js +31 -0
- package/lib/v1/GlobalNotification/GlobalNotification.js +2 -2
- package/lib/v1/GlobalNotification/props/defaultProps.js +11 -0
- package/lib/v1/GlobalNotification/props/propTypes.js +45 -0
- package/lib/v1/IconButton/IconButton.js +2 -2
- package/lib/v1/IconButton/props/defaultProps.js +24 -0
- package/lib/v1/IconButton/props/propTypes.js +43 -0
- package/lib/v1/Image/Image.js +2 -2
- package/lib/v1/Image/props/defaultProps.js +11 -0
- package/lib/v1/Image/props/propTypes.js +24 -0
- package/lib/v1/ImportantNotes/ImportantNotes.js +2 -2
- package/lib/v1/ImportantNotes/props/defaultProps.js +13 -0
- package/lib/v1/ImportantNotes/props/propTypes.js +21 -0
- package/lib/v1/Link/Link.js +2 -2
- package/lib/v1/Link/props/defaultProps.js +12 -0
- package/lib/v1/Link/props/propTypes.js +29 -0
- package/lib/v1/Message/Message.js +2 -2
- package/lib/v1/Message/props/defaultProps.js +11 -0
- package/lib/v1/Message/props/propTypes.js +41 -0
- package/lib/v1/MessageBanner/MessageBanner.js +2 -2
- package/lib/v1/MessageBanner/props/defaultProps.js +14 -0
- package/lib/v1/MessageBanner/props/propTypes.js +24 -0
- package/lib/v1/NewStar/NewStar.js +2 -2
- package/lib/v1/NewStar/props/defaultProps.js +11 -0
- package/lib/v1/NewStar/props/propTypes.js +17 -0
- package/lib/v1/PlusIcon/PlusIcon.js +2 -2
- package/lib/v1/PlusIcon/props/defaultProps.js +15 -0
- package/lib/v1/PlusIcon/props/propTypes.js +22 -0
- package/lib/v1/Provider/Config.js +29 -0
- package/lib/v1/Separator/Separator.js +2 -2
- package/lib/v1/Separator/props/defaultProps.js +19 -0
- package/lib/v1/Separator/props/propTypes.js +22 -0
- package/lib/v1/TagWithIcon/TagWithIcon.js +2 -2
- package/lib/v1/TagWithIcon/props/defaultProps.js +15 -0
- package/lib/v1/TagWithIcon/props/propTypes.js +24 -0
- package/lib/v1/ToastMessage/ToastMessage.js +2 -2
- package/lib/v1/ToastMessage/props/defaultProps.js +25 -0
- package/lib/v1/ToastMessage/props/propTypes.js +51 -0
- package/lib/v1/Upload/Upload.js +2 -2
- package/lib/v1/Upload/props/defaultProps.js +14 -0
- package/lib/v1/Upload/props/propTypes.js +28 -0
- package/lib/v1/actions/AutoClose.js +2 -2
- package/lib/v1/actions/props/defaultProps.js +10 -0
- package/lib/v1/actions/props/propTypes.js +19 -0
- package/lib/v1/alert/AlertClose/AlertClose.js +1 -1
- package/lib/v1/alert/AlertClose/props/propTypes.js +19 -0
- package/lib/v1/alert/AlertLookup/AlertLookup.js +2 -1
- package/lib/v1/alert/alertIcons/AlarmAlertIcon.js +2 -2
- package/lib/v1/alert/alertIcons/AlertIcons.js +2 -2
- package/lib/v1/alert/alertIcons/DangerAlertIcon.js +2 -2
- package/lib/v1/alert/alertIcons/ErrorAlertIcon.js +2 -2
- package/lib/v1/alert/alertIcons/InfoAlertIcon.js +2 -2
- package/lib/v1/alert/alertIcons/NotificationAlertIcon.js +2 -2
- package/lib/v1/alert/alertIcons/SuccessAlertIcon.js +2 -2
- package/lib/v1/alert/alertIcons/WarningAlertIcon.js +2 -2
- package/lib/v1/alert/alertIcons/props/defaultProps.js +41 -0
- package/lib/v1/alert/alertIcons/props/propTypes.js +52 -0
- package/lib/v1/avatar/AvatarClose/AvatarClose.js +2 -2
- package/lib/v1/avatar/AvatarClose/props/defaultProps.js +13 -0
- package/lib/v1/avatar/AvatarClose/props/propTypes.js +25 -0
- package/lib/v1/avatar/AvatarCollision/AvatarCollision.js +2 -2
- package/lib/v1/avatar/AvatarCollision/props/defaultProps.js +15 -0
- package/lib/v1/avatar/AvatarCollision/props/propTypes.js +28 -0
- package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/lib/v1/avatar/AvatarIcon/props/defaultProps.js +21 -0
- package/lib/v1/avatar/AvatarIcon/props/propTypes.js +31 -0
- package/lib/v1/avatar/AvatarStatus/AvatarStatus.js +2 -2
- package/lib/v1/avatar/AvatarStatus/props/defaultProps.js +19 -0
- package/lib/v1/avatar/AvatarStatus/props/propTypes.js +35 -0
- package/lib/v1/avatar/AvatarThread/AvatarThread.js +2 -2
- package/lib/v1/avatar/AvatarThread/props/defaultProps.js +16 -0
- package/lib/v1/avatar/AvatarThread/props/propTypes.js +41 -0
- package/lib/v1/avatar/AvatarUser/AvatarUser.js +2 -2
- package/lib/v1/avatar/AvatarUser/props/defaultProps.js +15 -0
- package/lib/v1/avatar/AvatarUser/props/propTypes.js +46 -0
- package/lib/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +2 -2
- package/lib/v1/avatar/AvatarWithTeam/props/defaultProps.js +16 -0
- package/lib/v1/avatar/AvatarWithTeam/props/propTypes.js +36 -0
- package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
- package/lib/v1/dropdown/ToggleDropDown/props/defaultProps.js +34 -0
- package/lib/v1/dropdown/ToggleDropDown/props/propTypes.js +90 -0
- package/lib/v1/emptystate/CommonEmptyState/CommonEmptyState.js +2 -2
- package/lib/v1/emptystate/CommonEmptyState/props/defaultProps.js +17 -0
- package/lib/v1/emptystate/CommonEmptyState/props/propTypes.js +32 -0
- package/lib/v1/emptystate/EditionPage/EditionPage.js +2 -2
- package/lib/v1/emptystate/EditionPage/props/defaultProps.js +12 -0
- package/lib/v1/emptystate/EditionPage/props/propTypes.js +22 -0
- package/lib/v1/errorstate/Inconvenience/Inconvenience.js +2 -2
- package/lib/v1/errorstate/Inconvenience/props/defaultProps.js +15 -0
- package/lib/v1/errorstate/Inconvenience/props/propTypes.js +27 -0
- package/lib/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +2 -2
- package/lib/v1/errorstate/OopsSomethingMiss/props/defaultProps.js +15 -0
- package/lib/v1/errorstate/OopsSomethingMiss/props/propTypes.js +27 -0
- package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -2
- package/lib/v1/errorstate/UnableToProcessRequest/props/defaultProps.js +15 -0
- package/lib/v1/errorstate/UnableToProcessRequest/props/propTypes.js +27 -0
- package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +2 -2
- package/lib/v1/errorstate/UnauthorizedLogin/props/defaultProps.js +16 -0
- package/lib/v1/errorstate/UnauthorizedLogin/props/propTypes.js +28 -0
- package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +2 -2
- package/lib/v1/errorstate/UrlNotFound/props/defaultProps.js +15 -0
- package/lib/v1/errorstate/UrlNotFound/props/propTypes.js +27 -0
- package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +2 -2
- package/lib/v1/errorstate/WillBeRightBack/props/defaultProps.js +15 -0
- package/lib/v1/errorstate/WillBeRightBack/props/propTypes.js +27 -0
- package/lib/v1/form/fields/CheckBoxField/CheckBoxField.js +2 -2
- package/lib/v1/form/fields/CheckBoxField/props/defaultProps.js +27 -0
- package/lib/v1/form/fields/CheckBoxField/props/propTypes.js +45 -0
- package/lib/v1/form/fields/CurrencyField/CurrencyField.js +2 -2
- package/lib/v1/form/fields/CurrencyField/props/defaultProps.js +32 -0
- package/lib/v1/form/fields/CurrencyField/props/propTypes.js +57 -0
- package/lib/v1/form/fields/DateField/DateField.js +2 -2
- package/lib/v1/form/fields/DateField/props/defaultProps.js +34 -0
- package/lib/v1/form/fields/DateField/props/propTypes.js +57 -0
- package/lib/v1/form/fields/FieldContainer/FieldContainer.js +2 -2
- package/lib/v1/form/fields/FieldContainer/props/defaultProps.js +22 -0
- package/lib/v1/form/fields/FieldContainer/props/propTypes.js +35 -0
- package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +2 -2
- package/lib/v1/form/fields/MultiSelectField/props/defaultProps.js +32 -0
- package/lib/v1/form/fields/MultiSelectField/props/propTypes.js +68 -0
- package/lib/v1/form/fields/PhoneField/PhoneField.js +2 -2
- package/lib/v1/form/fields/PhoneField/props/defaultProps.js +23 -0
- package/lib/v1/form/fields/PhoneField/props/propTypes.js +58 -0
- package/lib/v1/form/fields/RadioField/RadioField.js +2 -2
- package/lib/v1/form/fields/RadioField/props/defaultProps.js +19 -0
- package/lib/v1/form/fields/RadioField/props/propTypes.js +41 -0
- package/lib/v1/form/fields/SelectField/SelectField.js +2 -2
- package/lib/v1/form/fields/SelectField/props/defaultProps.js +33 -0
- package/lib/v1/form/fields/SelectField/props/propTypes.js +68 -0
- package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -2
- package/lib/v1/form/fields/TagsMultiSelect/props/defaultProps.js +18 -0
- package/lib/v1/form/fields/TagsMultiSelect/props/propTypes.js +55 -0
- package/lib/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +2 -2
- package/lib/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +34 -0
- package/lib/v1/form/fields/TagsMultiSelectField/props/propTypes.js +75 -0
- package/lib/v1/form/fields/TextBoxField/TextBoxField.js +2 -2
- package/lib/v1/form/fields/TextBoxField/props/defaultProps.js +32 -0
- package/lib/v1/form/fields/TextBoxField/props/propTypes.js +62 -0
- package/lib/v1/form/fields/TextEditor/TextEditor.js +2 -2
- package/lib/v1/form/fields/TextEditor/props/defaultProps.js +20 -0
- package/lib/v1/form/fields/TextEditor/props/propTypes.js +57 -0
- package/lib/v1/form/fields/TextEditorField/TextEditorField.js +2 -2
- package/lib/v1/form/fields/TextEditorField/props/defaultProps.js +30 -0
- package/lib/v1/form/fields/TextEditorField/props/propTypes.js +67 -0
- package/lib/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
- package/lib/v1/form/fields/TextEditorWrapper/props/defaultProps.js +16 -0
- package/lib/v1/form/fields/TextEditorWrapper/props/propTypes.js +51 -0
- package/lib/v1/form/fields/TextareaField/TextareaField.js +2 -2
- package/lib/v1/form/fields/TextareaField/props/defaultProps.js +30 -0
- package/lib/v1/form/fields/TextareaField/props/propTypes.js +52 -0
- package/lib/v1/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/lib/v1/form/fields/ValidationMessage/props/defaultProps.js +14 -0
- package/lib/v1/form/fields/ValidationMessage/props/propTypes.js +27 -0
- package/lib/v1/form/fields/props/FieldCommonDefaultProps.js +19 -0
- package/lib/v1/form/fields/props/FieldCommonPropTypes.js +28 -0
- package/lib/v1/form/layout/Field/Field.js +2 -2
- package/lib/v1/form/layout/Field/props/defaultProps.js +11 -0
- package/lib/v1/form/layout/Field/props/propTypes.js +21 -0
- package/lib/v1/form/layout/Section/Section.js +1 -1
- package/lib/v1/form/layout/Section/props/propTypes.js +22 -0
- package/lib/v1/layout/SetupDetailLayout/SetupDetailLayout.js +2 -2
- package/lib/v1/layout/SetupDetailLayout/props/defaultProps.js +30 -0
- package/lib/v1/layout/SetupDetailLayout/props/propTypes.js +54 -0
- package/lib/v1/layout/SubtabLayout/SubtabLayout.js +2 -2
- package/lib/v1/layout/SubtabLayout/props/defaultProps.js +35 -0
- package/lib/v1/layout/SubtabLayout/props/propTypes.js +54 -0
- package/lib/v1/list/AvatarFlip/AvatarFlip.js +2 -2
- package/lib/v1/list/AvatarFlip/props/defaultProps.js +13 -0
- package/lib/v1/list/AvatarFlip/props/propTypes.js +40 -0
- package/lib/v1/list/BluePrintStatus/BluePrintStatus.js +1 -1
- package/lib/v1/list/BluePrintStatus/props/propTypes.js +15 -0
- package/lib/v1/list/Comment/Comment.js +2 -2
- package/lib/v1/list/Comment/props/defaultProps.js +11 -0
- package/lib/v1/list/Comment/props/propTypes.js +18 -0
- package/lib/v1/list/DepartmentDropDown/DepartmentDropDown.js +2 -2
- package/lib/v1/list/DepartmentDropDown/props/defaultProps.js +14 -0
- package/lib/v1/list/DepartmentDropDown/props/propTypes.js +35 -0
- package/lib/v1/list/Dot/Dot.js +2 -2
- package/lib/v1/list/Dot/props/defaultProps.js +11 -0
- package/lib/v1/list/Dot/props/propTypes.js +16 -0
- package/lib/v1/list/DotNew/DotNew.js +2 -2
- package/lib/v1/list/DotNew/props/defaultProps.js +10 -0
- package/lib/v1/list/DotNew/props/propTypes.js +17 -0
- package/lib/v1/list/GridStencils/GridStencils.js +1 -1
- package/lib/v1/list/GridStencils/props/propTypes.js +19 -0
- package/lib/v1/list/Icons/AddNewIcon.js +1 -1
- package/lib/v1/list/Icons/CompleteIcon.js +1 -1
- package/lib/v1/list/Icons/DeleteIcon.js +1 -1
- package/lib/v1/list/Icons/EditIcon.js +1 -1
- package/lib/v1/list/Icons/FloatingIcons.js +2 -2
- package/lib/v1/list/Icons/ReadUnreadIcon.js +2 -2
- package/lib/v1/list/Icons/SmartIcon.js +1 -1
- package/lib/v1/list/Icons/props/defaultProps.js +14 -0
- package/lib/v1/list/Icons/props/propTypes.js +70 -0
- package/lib/v1/list/ListLayout/ListLayout.js +2 -2
- package/lib/v1/list/ListLayout/props/defaultProps.js +18 -0
- package/lib/v1/list/ListLayout/props/propTypes.js +41 -0
- package/lib/v1/list/ListStencils/ListStencils.js +2 -2
- package/lib/v1/list/ListStencils/props/defaultProps.js +10 -0
- package/lib/v1/list/ListStencils/props/propTypes.js +15 -0
- package/lib/v1/list/SecondaryText/AccountName.js +2 -2
- package/lib/v1/list/SecondaryText/ContactName.js +2 -2
- package/lib/v1/list/SecondaryText/DepartmentText.js +1 -1
- package/lib/v1/list/SecondaryText/Email.js +2 -2
- package/lib/v1/list/SecondaryText/HappinessRating.js +1 -1
- package/lib/v1/list/SecondaryText/PhoneNumber.js +2 -2
- package/lib/v1/list/SecondaryText/PriorityText.js +2 -2
- package/lib/v1/list/SecondaryText/SecondaryText.js +2 -2
- package/lib/v1/list/SecondaryText/StatusText.js +2 -2
- package/lib/v1/list/SecondaryText/TicketId.js +2 -2
- package/lib/v1/list/SecondaryText/Website.js +2 -2
- package/lib/v1/list/SecondaryText/props/defaultProps.js +59 -0
- package/lib/v1/list/SecondaryText/props/propTypes.js +163 -0
- package/lib/v1/list/SecondryPanel/SecondryPanel.js +2 -2
- package/lib/v1/list/SecondryPanel/props/defaultProps.js +28 -0
- package/lib/v1/list/SecondryPanel/props/propTypes.js +41 -0
- package/lib/v1/list/SentimentStatus/SentimentStatus.js +1 -1
- package/lib/v1/list/SentimentStatus/props/propTypes.js +16 -0
- package/lib/v1/list/Subject/Subject.js +2 -2
- package/lib/v1/list/Subject/props/defaultProps.js +14 -0
- package/lib/v1/list/Subject/props/propTypes.js +30 -0
- package/lib/v1/list/TagNew/TagNew.js +2 -2
- package/lib/v1/list/TagNew/props/defaultProps.js +11 -0
- package/lib/v1/list/TagNew/props/propTypes.js +19 -0
- package/lib/v1/list/Thread/Thread.js +2 -2
- package/lib/v1/list/Thread/props/defaultProps.js +11 -0
- package/lib/v1/list/Thread/props/propTypes.js +19 -0
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/lib/v1/list/status/StatusDropdown/props/defaultProps.js +26 -0
- package/lib/v1/list/status/StatusDropdown/props/propTypes.js +34 -0
- package/lib/v1/list/status/StatusListItem/StatusListItem.js +2 -2
- package/lib/v1/list/status/StatusListItem/props/defaultProps.js +22 -0
- package/lib/v1/list/status/StatusListItem/props/propTypes.js +40 -0
- package/lib/v1/lookup/EmptyPage/EmptyPage.js +2 -2
- package/lib/v1/lookup/EmptyPage/props/defaultProps.js +11 -0
- package/lib/v1/lookup/EmptyPage/props/propTypes.js +16 -0
- package/lib/v1/lookup/Lookup/Lookup.js +11 -4
- package/lib/v1/lookup/Lookup/props/defaultProps.js +16 -0
- package/lib/v1/lookup/Lookup/props/propTypes.js +34 -0
- package/lib/v1/lookup/Section/Section.js +1 -2
- package/lib/v1/lookup/Section/props/propTypes.js +17 -0
- package/lib/v1/lookup/header/Close/Close.js +2 -2
- package/lib/v1/lookup/header/Close/props/defaultProps.js +10 -0
- package/lib/v1/lookup/header/Close/props/propTypes.js +17 -0
- package/lib/v1/lookup/header/ModuleHeader/ModuleHeader.js +28 -13
- package/lib/v1/lookup/header/ModuleHeader/props/defaultProps.js +16 -0
- package/lib/v1/lookup/header/ModuleHeader/props/propTypes.js +31 -0
- package/lib/v1/lookup/header/Search/Search.js +2 -2
- package/lib/v1/lookup/header/Search/props/defaultProps.js +12 -0
- package/lib/v1/lookup/header/Search/props/propTypes.js +40 -0
- package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +2 -2
- package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +11 -0
- package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +31 -0
- package/lib/v1/lookup/header/Title/Title.js +2 -2
- package/lib/v1/lookup/header/Title/props/defaultProps.js +10 -0
- package/lib/v1/lookup/header/Title/props/propTypes.js +17 -0
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +2 -2
- package/lib/v1/lookup/header/ViewDropDown/props/defaultProps.js +14 -0
- package/lib/v1/lookup/header/ViewDropDown/props/propTypes.js +33 -0
- package/lib/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
- package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
- package/lib/v1/setup/header/Button/Button.js +2 -2
- package/lib/v1/setup/header/Button/props/defaultProps.js +11 -0
- package/lib/v1/setup/header/Button/props/propTypes.js +18 -0
- package/lib/v1/setup/header/Link/Link.js +2 -2
- package/lib/v1/setup/header/Link/props/defaultProps.js +11 -0
- package/lib/v1/setup/header/Link/props/propTypes.js +19 -0
- package/lib/v1/setup/header/Search/Search.js +2 -2
- package/lib/v1/setup/header/Search/props/defaultProps.js +12 -0
- package/lib/v1/setup/header/Search/props/propTypes.js +22 -0
- package/lib/v1/setup/header/Views/Views.js +2 -2
- package/lib/v1/setup/header/Views/props/defaultProps.js +13 -0
- package/lib/v1/setup/header/Views/props/propTypes.js +20 -0
- package/lib/v1/setup/helptips/Description/Description.js +1 -1
- package/lib/v1/setup/helptips/Description/props/propTypes.js +15 -0
- package/lib/v1/setup/helptips/Link/Link.js +1 -1
- package/lib/v1/setup/helptips/Link/props/propTypes.js +18 -0
- package/lib/v1/setup/helptips/ListGroup/ListGroup.js +1 -1
- package/lib/v1/setup/helptips/ListGroup/props/propTypes.js +16 -0
- package/lib/v1/setup/helptips/Title/Title.js +1 -1
- package/lib/v1/setup/helptips/Title/props/propTypes.js +15 -0
- package/lib/v1/setup/table/Table/Table.js +2 -2
- package/lib/v1/setup/table/Table/props/defaultProps.js +11 -0
- package/lib/v1/setup/table/Table/props/propTypes.js +17 -0
- package/lib/v1/setup/table/TableBody/TableBody.js +2 -2
- package/lib/v1/setup/table/TableBody/props/defaultProps.js +10 -0
- package/lib/v1/setup/table/TableBody/props/propTypes.js +18 -0
- package/lib/v1/setup/table/TableData/TableData.js +2 -2
- package/lib/v1/setup/table/TableData/props/defaultProps.js +12 -0
- package/lib/v1/setup/table/TableData/props/propTypes.js +22 -0
- package/lib/v1/setup/table/TableHead/TableHead.js +2 -2
- package/lib/v1/setup/table/TableHead/props/defaultProps.js +11 -0
- package/lib/v1/setup/table/TableHead/props/propTypes.js +19 -0
- package/lib/v1/setup/table/TableRow/TableRow.js +2 -2
- package/lib/v1/setup/table/TableRow/props/defaultProps.js +11 -0
- package/lib/v1/setup/table/TableRow/props/propTypes.js +22 -0
- package/lib/v1/setup/table/Text/Text.js +2 -2
- package/lib/v1/setup/table/Text/props/defaultProps.js +14 -0
- package/lib/v1/setup/table/Text/props/propTypes.js +24 -0
- package/lib/v1/svg/PlusIcon.js +2 -2
- package/lib/v1/svg/SnippetIcon.js +2 -2
- package/lib/v1/svg/TemplateIcon.js +2 -2
- package/lib/v1/svg/props/defaultProps.js +24 -0
- package/lib/v1/svg/props/propTypes.js +29 -0
- package/lib/v1/utils/ChannelIconMapping.js +138 -0
- package/lib/v1/utils/General.js +58 -0
- package/lib/v1/utils/editorUtils.js +223 -0
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +1 -1
- package/lib/version2/errorstate/V2_ErrorStates.module.css +1 -1
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +2 -1
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +2 -2
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +2 -2
- package/package.json +22 -19
- package/result.json +1 -1
- /package/.cli/{AppearanceThemeValidationExcludeFiles.js → ThemeValidationExcludeFiles.js} +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
export const SetupDetailLayout_propTypes = {
|
|
3
|
+
children: PropTypes.element,
|
|
4
|
+
dataId: PropTypes.string,
|
|
5
|
+
getHelpInfo: PropTypes.func,
|
|
6
|
+
helpInfoTitle: PropTypes.string,
|
|
7
|
+
needHelpInfo: PropTypes.bool,
|
|
8
|
+
i18nKeys: PropTypes.shape({
|
|
9
|
+
closeText: PropTypes.string
|
|
10
|
+
})
|
|
11
|
+
};
|
|
12
|
+
export const SetupHeader_propTypes = {
|
|
13
|
+
dataId: PropTypes.string,
|
|
14
|
+
getLeftPlaceHolder: PropTypes.func,
|
|
15
|
+
getRightPlaceHolder: PropTypes.func,
|
|
16
|
+
headerCustomStyle: PropTypes.object,
|
|
17
|
+
isCustomizedHeader: PropTypes.bool,
|
|
18
|
+
leftClassName: PropTypes.string,
|
|
19
|
+
needBack: PropTypes.bool,
|
|
20
|
+
needHelpInfo: PropTypes.bool,
|
|
21
|
+
needHelpInfoWrapper: PropTypes.bool,
|
|
22
|
+
onBackClick: PropTypes.func,
|
|
23
|
+
openHelpInfo: PropTypes.func,
|
|
24
|
+
rightClassName: PropTypes.string,
|
|
25
|
+
title: PropTypes.string,
|
|
26
|
+
i18nKeys: PropTypes.shape({
|
|
27
|
+
infoText: PropTypes.string,
|
|
28
|
+
backText: PropTypes.string
|
|
29
|
+
})
|
|
30
|
+
};
|
|
31
|
+
export const SetupContent_propTypes = {
|
|
32
|
+
children: PropTypes.element,
|
|
33
|
+
className: PropTypes.bool,
|
|
34
|
+
dataId: PropTypes.string,
|
|
35
|
+
needPadding: PropTypes.bool
|
|
36
|
+
};
|
|
37
|
+
export const SetupFooter_propTypes = {
|
|
38
|
+
children: PropTypes.element,
|
|
39
|
+
dataId: PropTypes.string
|
|
40
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { SubtabHeader_propTypes, SubtabFooter_propTypes, SubtabContent_propTypes, SubtabLayout_propTypes } from '
|
|
5
|
-
import { SubtabHeader_defaultProps, SubtabFooter_defaultProps, SubtabContent_defaultProps, SubtabLayout_defaultProps } from '
|
|
4
|
+
import { SubtabHeader_propTypes, SubtabFooter_propTypes, SubtabContent_propTypes, SubtabLayout_propTypes } from './props/propTypes';
|
|
5
|
+
import { SubtabHeader_defaultProps, SubtabFooter_defaultProps, SubtabContent_defaultProps, SubtabLayout_defaultProps } from './props/defaultProps';
|
|
6
6
|
import { Container, Box } from '@zohodesk/components/es/v1/Layout';
|
|
7
7
|
import { Card, CardHeader, CardContent } from '@zohodesk/components/es/v1/Card';
|
|
8
8
|
import PlusIcon from '../../PlusIcon/PlusIcon';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export const SubtabHeader_defaultProps = {
|
|
2
|
+
type: 'primary',
|
|
3
|
+
needBorder: true,
|
|
4
|
+
needShadow: true,
|
|
5
|
+
needPlusIconLine: true,
|
|
6
|
+
dataId: 'addreqNowbutton',
|
|
7
|
+
className: '',
|
|
8
|
+
leftClassName: '',
|
|
9
|
+
rightClassName: ''
|
|
10
|
+
};
|
|
11
|
+
export const SubtabFooter_defaultProps = {
|
|
12
|
+
className: '',
|
|
13
|
+
leftClassName: '',
|
|
14
|
+
rightClassName: '',
|
|
15
|
+
dataId: 'subtabFooter',
|
|
16
|
+
size: 'xlarge',
|
|
17
|
+
needPadding: true,
|
|
18
|
+
type: 'tertiary'
|
|
19
|
+
};
|
|
20
|
+
export const SubtabContent_defaultProps = {
|
|
21
|
+
scroll: 'vertical'
|
|
22
|
+
};
|
|
23
|
+
export const SubtabLayout_defaultProps = {
|
|
24
|
+
dataId: 'subTabLayout'
|
|
25
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
export const SubtabHeader_propTypes = {
|
|
3
|
+
children: PropTypes.element,
|
|
4
|
+
className: PropTypes.string,
|
|
5
|
+
dataId: PropTypes.string,
|
|
6
|
+
getLeftPlaceHolder: PropTypes.oneOf([PropTypes.func, PropTypes.object]),
|
|
7
|
+
getRightPlaceHolder: PropTypes.func,
|
|
8
|
+
isPeekView: PropTypes.bool,
|
|
9
|
+
label: PropTypes.string,
|
|
10
|
+
leftClassName: PropTypes.string,
|
|
11
|
+
needBorderShadow: PropTypes.bool,
|
|
12
|
+
needPlusIconLine: PropTypes.bool,
|
|
13
|
+
onAdd: PropTypes.func,
|
|
14
|
+
rightClassName: PropTypes.string,
|
|
15
|
+
title: PropTypes.string,
|
|
16
|
+
type: PropTypes.oneOf(['primary', 'secondary', 'tertiary'])
|
|
17
|
+
};
|
|
18
|
+
export const SubtabFooter_propTypes = {
|
|
19
|
+
children: PropTypes.node,
|
|
20
|
+
className: PropTypes.string,
|
|
21
|
+
dataId: PropTypes.string,
|
|
22
|
+
getRightFooterPlaceHolder: PropTypes.func,
|
|
23
|
+
isPeekView: PropTypes.bool,
|
|
24
|
+
leftClassName: PropTypes.string,
|
|
25
|
+
needPadding: PropTypes.bool,
|
|
26
|
+
rightClassName: PropTypes.string,
|
|
27
|
+
size: PropTypes.oneOf('medium', 'large', 'xlarge'),
|
|
28
|
+
type: PropTypes.oneOf(['primary', 'secondary', 'tertiary'])
|
|
29
|
+
};
|
|
30
|
+
export const SubtabContent_propTypes = {
|
|
31
|
+
children: PropTypes.oneOf([PropTypes.element, PropTypes.array]),
|
|
32
|
+
className: PropTypes.element,
|
|
33
|
+
dataId: PropTypes.string,
|
|
34
|
+
eleRef: PropTypes.func,
|
|
35
|
+
scroll: PropTypes.oneOf(['vertical'])
|
|
36
|
+
};
|
|
37
|
+
export const SubtabLayout_propTypes = {
|
|
38
|
+
children: PropTypes.oneOfType([PropTypes.element, PropTypes.array]),
|
|
39
|
+
dataId: PropTypes.string
|
|
40
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { defaultProps } from '
|
|
3
|
-
import { propTypes } from '
|
|
2
|
+
import { defaultProps } from './props/defaultProps';
|
|
3
|
+
import { propTypes } from './props/propTypes';
|
|
4
4
|
import FlipCard from '../../FlipCard/FlipCard';
|
|
5
5
|
import style from '../../../list/AvatarFlip/AvatarFlip.module.css';
|
|
6
6
|
export default function AvatarFlip(props) {
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
export const propTypes = {
|
|
3
|
+
action: PropTypes.string,
|
|
4
|
+
channel: PropTypes.string,
|
|
5
|
+
channelTitle: PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
6
|
+
className: PropTypes.string,
|
|
7
|
+
customTextClass: PropTypes.string,
|
|
8
|
+
dataId: PropTypes.string,
|
|
9
|
+
frontClass: PropTypes.string,
|
|
10
|
+
icon: PropTypes.string,
|
|
11
|
+
iconSize: PropTypes.string,
|
|
12
|
+
id: PropTypes.string.isRequired,
|
|
13
|
+
initial: PropTypes.string,
|
|
14
|
+
isChecked: PropTypes.bool,
|
|
15
|
+
isFilledCheckbox: PropTypes.bool,
|
|
16
|
+
isPaidUser: PropTypes.bool,
|
|
17
|
+
isPortalUser: PropTypes.bool,
|
|
18
|
+
name: PropTypes.string,
|
|
19
|
+
needTitle: PropTypes.bool,
|
|
20
|
+
noNeedFlip: PropTypes.bool,
|
|
21
|
+
onChange: PropTypes.func,
|
|
22
|
+
onClick: PropTypes.func,
|
|
23
|
+
palette: PropTypes.oneOf(['primary', 'secondary', 'info', 'default']),
|
|
24
|
+
size: PropTypes.string,
|
|
25
|
+
src: PropTypes.string,
|
|
26
|
+
textPalette: PropTypes.oneOf(['white', 'black']),
|
|
27
|
+
tourId: PropTypes.string,
|
|
28
|
+
customProps: PropTypes.object
|
|
29
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { propTypes } from '
|
|
2
|
+
import { propTypes } from './props/propTypes';
|
|
3
3
|
import style from '../../../list/BluePrintStatus/BluePrintStatus.module.css';
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
5
|
export default function BluePrintStatus(props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { defaultProps } from '
|
|
3
|
-
import { propTypes } from '
|
|
2
|
+
import { defaultProps } from './props/defaultProps';
|
|
3
|
+
import { propTypes } from './props/propTypes';
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
5
|
import Button from '@zohodesk/components/es/v1/semantic/Button/Button';
|
|
6
6
|
import style from '../../../list/Comment/Comment.module.css';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { defaultProps } from '
|
|
3
|
-
import { propTypes } from '
|
|
2
|
+
import { defaultProps } from './props/defaultProps';
|
|
3
|
+
import { propTypes } from './props/propTypes';
|
|
4
4
|
import ToggleDropDown from '../../dropdown/ToggleDropDown/ToggleDropDown';
|
|
5
5
|
import { DepartmentText } from '../SecondaryText';
|
|
6
6
|
import style from '../../../list/DepartmentDropDown/DepartmentDropDown.module.css';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
export const propTypes = {
|
|
3
|
+
dataId: PropTypes.string,
|
|
4
|
+
departmentList: PropTypes.array,
|
|
5
|
+
departmentName: PropTypes.string,
|
|
6
|
+
getDepartment: PropTypes.func,
|
|
7
|
+
getNextOptions: PropTypes.func,
|
|
8
|
+
isEditable: PropTypes.bool,
|
|
9
|
+
isFetching: PropTypes.bool,
|
|
10
|
+
isNextOptions: PropTypes.bool,
|
|
11
|
+
isPopupActive: PropTypes.bool,
|
|
12
|
+
needSearchFetching: PropTypes.bool,
|
|
13
|
+
onMoveDepartment: PropTypes.func,
|
|
14
|
+
onSearch: PropTypes.func,
|
|
15
|
+
onSearch: PropTypes.func,
|
|
16
|
+
onSelectLabel: PropTypes.func,
|
|
17
|
+
searchStr: PropTypes.string,
|
|
18
|
+
i18nKeys: PropTypes.shape({
|
|
19
|
+
title: PropTypes.string,
|
|
20
|
+
searchEmptyText: PropTypes.string,
|
|
21
|
+
searchErrorText: PropTypes.string,
|
|
22
|
+
placeholder: PropTypes.string
|
|
23
|
+
})
|
|
24
|
+
};
|
package/es/v1/list/Dot/Dot.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { defaultProps } from '
|
|
3
|
-
import { propTypes } from '
|
|
2
|
+
import { defaultProps } from './props/defaultProps';
|
|
3
|
+
import { propTypes } from './props/propTypes';
|
|
4
4
|
import style from '../../../list/Dot/Dot.module.css';
|
|
5
5
|
export default function Dot(props) {
|
|
6
6
|
let {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { defaultProps } from '
|
|
3
|
-
import { propTypes } from '
|
|
2
|
+
import { defaultProps } from './props/defaultProps';
|
|
3
|
+
import { propTypes } from './props/propTypes';
|
|
4
4
|
import style from '../../../list/DotNew/DotNew.module.css';
|
|
5
5
|
export default function DotNew(props) {
|
|
6
6
|
let {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { propTypes } from '
|
|
2
|
+
import { propTypes } from './props/propTypes';
|
|
3
3
|
import style from '../../../list/GridStencils/GridStencils.module.css';
|
|
4
4
|
export default function GridStencils(props) {
|
|
5
5
|
let {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { AddNewIcon_propTypes } from '
|
|
2
|
+
import { AddNewIcon_propTypes } from './props/propTypes';
|
|
3
3
|
import { Icon } from '@zohodesk/icons';
|
|
4
4
|
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
5
5
|
import style from '../../../list/Icons/Icons.module.css';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { CompleteIcon_propTypes } from '
|
|
2
|
+
import { CompleteIcon_propTypes } from './props/propTypes';
|
|
3
3
|
import { Icon } from '@zohodesk/icons';
|
|
4
4
|
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
5
5
|
import style from '../../../list/Icons/Icons.module.css';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { DeleteComponent_propTypes } from '
|
|
2
|
+
import { DeleteComponent_propTypes } from './props/propTypes';
|
|
3
3
|
import style from '../../../list/Icons/Icons.module.css';
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
5
|
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { EditIcon_propTypes } from '
|
|
2
|
+
import { EditIcon_propTypes } from './props/propTypes';
|
|
3
3
|
import style from '../../../list/Icons/Icons.module.css';
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
5
|
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { FloatingIcons_defaultProps } from '
|
|
3
|
-
import { FloatingIcons_propTypes } from '
|
|
2
|
+
import { FloatingIcons_defaultProps } from './props/defaultProps';
|
|
3
|
+
import { FloatingIcons_propTypes } from './props/propTypes';
|
|
4
4
|
import style from '../../../list/Icons/Icons.module.css';
|
|
5
5
|
export default function FloatingIcons(props) {
|
|
6
6
|
let {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ReadUnreadIcon_defaultProps } from '
|
|
3
|
-
import { ReadUnreadIcon_propTypes } from '
|
|
2
|
+
import { ReadUnreadIcon_defaultProps } from './props/defaultProps';
|
|
3
|
+
import { ReadUnreadIcon_propTypes } from './props/propTypes';
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
5
|
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
6
6
|
import style from '../../../list/Icons/Icons.module.css';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { SmartIcon_propTypes } from '
|
|
2
|
+
import { SmartIcon_propTypes } from './props/propTypes';
|
|
3
3
|
import style from '../../../list/Icons/Icons.module.css';
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
5
|
import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
export const AddNewIcon_propTypes = {
|
|
3
|
+
className: PropTypes.string,
|
|
4
|
+
dataId: PropTypes.string,
|
|
5
|
+
dataTitle: PropTypes.string,
|
|
6
|
+
iconClass: PropTypes.string,
|
|
7
|
+
onClick: PropTypes.func
|
|
8
|
+
};
|
|
9
|
+
export const CompleteIcon_propTypes = {
|
|
10
|
+
className: PropTypes.string,
|
|
11
|
+
dataId: PropTypes.string,
|
|
12
|
+
dataTitle: PropTypes.string,
|
|
13
|
+
iconClass: PropTypes.string,
|
|
14
|
+
iconSize: PropTypes.string,
|
|
15
|
+
onClick: PropTypes.func
|
|
16
|
+
};
|
|
17
|
+
export const DeleteComponent_propTypes = {
|
|
18
|
+
className: PropTypes.string,
|
|
19
|
+
dataId: PropTypes.string,
|
|
20
|
+
dataTitle: PropTypes.string,
|
|
21
|
+
iconClass: PropTypes.string,
|
|
22
|
+
iconSize: PropTypes.string,
|
|
23
|
+
onClick: PropTypes.func
|
|
24
|
+
};
|
|
25
|
+
export const EditIcon_propTypes = {
|
|
26
|
+
className: PropTypes.string,
|
|
27
|
+
dataId: PropTypes.string,
|
|
28
|
+
dataTitle: PropTypes.string,
|
|
29
|
+
iconClass: PropTypes.string,
|
|
30
|
+
iconSize: PropTypes.string,
|
|
31
|
+
onClick: PropTypes.func
|
|
32
|
+
};
|
|
33
|
+
export const FloatingIcons_propTypes = {
|
|
34
|
+
children: PropTypes.arrayOf(PropTypes.element),
|
|
35
|
+
iconClass: PropTypes.string
|
|
36
|
+
};
|
|
37
|
+
export const ReadUnreadIcon_propTypes = {
|
|
38
|
+
className: PropTypes.string,
|
|
39
|
+
dataId: PropTypes.string,
|
|
40
|
+
dataTitle: PropTypes.string,
|
|
41
|
+
iconClassName: PropTypes.string,
|
|
42
|
+
iconClass: PropTypes.string,
|
|
43
|
+
onClick: PropTypes.func,
|
|
44
|
+
isRead: PropTypes.bool,
|
|
45
|
+
iconSize: PropTypes.string
|
|
46
|
+
};
|
|
47
|
+
export const SmartIcon_propTypes = {
|
|
48
|
+
className: PropTypes.string,
|
|
49
|
+
dataId: PropTypes.string,
|
|
50
|
+
dataTitle: PropTypes.string,
|
|
51
|
+
iconClass: PropTypes.string,
|
|
52
|
+
onClick: PropTypes.func
|
|
53
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { ListLayout_defaultProps } from '
|
|
5
|
-
import { ListLayout_propTypes, Column_propTypes } from '
|
|
4
|
+
import { ListLayout_defaultProps } from './props/defaultProps';
|
|
5
|
+
import { ListLayout_propTypes, Column_propTypes } from './props/propTypes';
|
|
6
6
|
import { Container, Box } from '@zohodesk/components/es/v1/Layout';
|
|
7
7
|
import style from '../../../list/ListLayout/ListLayout.module.css';
|
|
8
8
|
export default function ListLayout(props) {
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
export const ListLayout_propTypes = {
|
|
3
|
+
align: PropTypes.string,
|
|
4
|
+
children: PropTypes.node,
|
|
5
|
+
className: PropTypes.string,
|
|
6
|
+
containerClass: PropTypes.string,
|
|
7
|
+
dataId: PropTypes.string,
|
|
8
|
+
dataTitle: PropTypes.string,
|
|
9
|
+
isActive: PropTypes.bool,
|
|
10
|
+
needHover: PropTypes.bool,
|
|
11
|
+
onClick: PropTypes.func,
|
|
12
|
+
onMouseLeave: PropTypes.func,
|
|
13
|
+
view: PropTypes.oneOf(['classic', 'compact', 'superCompact']),
|
|
14
|
+
a11y: PropTypes.shape({
|
|
15
|
+
role: PropTypes.string,
|
|
16
|
+
ariaLabel: PropTypes.string,
|
|
17
|
+
ariaPosinset: PropTypes.number,
|
|
18
|
+
ariaSetsize: PropTypes.number
|
|
19
|
+
}),
|
|
20
|
+
onMouseEnter: PropTypes.func,
|
|
21
|
+
view: PropTypes.oneOf(['classic', 'compact', 'superCompact']),
|
|
22
|
+
needPointer: PropTypes.bool,
|
|
23
|
+
isKeyboardActive: PropTypes.bool
|
|
24
|
+
};
|
|
25
|
+
export const Column_propTypes = {
|
|
26
|
+
children: PropTypes.node,
|
|
27
|
+
className: PropTypes.string
|
|
28
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*** Libraries ***/
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { defaultProps } from '
|
|
4
|
-
import { propTypes } from '
|
|
3
|
+
import { defaultProps } from './props/defaultProps';
|
|
4
|
+
import { propTypes } from './props/propTypes';
|
|
5
5
|
/*** Components ***/
|
|
6
6
|
|
|
7
7
|
import Stencils from '@zohodesk/components/es/v1/Stencils/Stencils';
|
|
@@ -4,8 +4,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
4
4
|
|
|
5
5
|
/**** Libraries ****/
|
|
6
6
|
import React from 'react';
|
|
7
|
-
import { AccountName_defaultProps } from '
|
|
8
|
-
import { AccountName_propTypes } from '
|
|
7
|
+
import { AccountName_defaultProps } from './props/defaultProps';
|
|
8
|
+
import { AccountName_propTypes } from './props/propTypes';
|
|
9
9
|
/**** Components ****/
|
|
10
10
|
|
|
11
11
|
import { Container, Box } from '@zohodesk/components/es/v1/Layout';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { ContactName_defaultProps } from '
|
|
5
|
-
import { ContactName_propTypes } from '
|
|
4
|
+
import { ContactName_defaultProps } from './props/defaultProps';
|
|
5
|
+
import { ContactName_propTypes } from './props/propTypes';
|
|
6
6
|
import { Container, Box } from '@zohodesk/components/es/v1/Layout';
|
|
7
7
|
import Link from '../../Link/Link';
|
|
8
8
|
import SentimentStatus from '../SentimentStatus/SentimentStatus';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { DepartmentText_propTypes } from '
|
|
2
|
+
import { DepartmentText_propTypes } from './props/propTypes';
|
|
3
3
|
import style from '../../../list/SecondaryText/SecondaryText.module.css';
|
|
4
4
|
export default function DepartmentText(props) {
|
|
5
5
|
let {
|
|
@@ -4,8 +4,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
4
4
|
|
|
5
5
|
/**** Libraries ****/
|
|
6
6
|
import React from 'react';
|
|
7
|
-
import { Email_defaultProps } from '
|
|
8
|
-
import { Email_propTypes } from '
|
|
7
|
+
import { Email_defaultProps } from './props/defaultProps';
|
|
8
|
+
import { Email_propTypes } from './props/propTypes';
|
|
9
9
|
/**** Components ****/
|
|
10
10
|
|
|
11
11
|
import Link from '../../Link/Link';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**** Libraries ****/
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { HappinessRating_propTypes } from '
|
|
3
|
+
import { HappinessRating_propTypes } from './props/propTypes';
|
|
4
4
|
/**** CSS ****/
|
|
5
5
|
|
|
6
6
|
import style from '../../../list/SecondaryText/SecondaryText.module.css';
|
|
@@ -4,8 +4,8 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
4
4
|
|
|
5
5
|
/**** Libraries ****/
|
|
6
6
|
import React from 'react';
|
|
7
|
-
import { PhoneNumber_defaultProps } from '
|
|
8
|
-
import { PhoneNumber_propTypes } from '
|
|
7
|
+
import { PhoneNumber_defaultProps } from './props/defaultProps';
|
|
8
|
+
import { PhoneNumber_propTypes } from './props/propTypes';
|
|
9
9
|
/**** Components ****/
|
|
10
10
|
|
|
11
11
|
import Link from '../../Link/Link';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { PriorityText_defaultProps } from '
|
|
3
|
-
import { PriorityText_propTypes } from '
|
|
2
|
+
import { PriorityText_defaultProps } from './props/defaultProps';
|
|
3
|
+
import { PriorityText_propTypes } from './props/propTypes';
|
|
4
4
|
import style from '../../../list/SecondaryText/SecondaryText.module.css';
|
|
5
5
|
export default function PriorityText(props) {
|
|
6
6
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { SecondaryText_defaultProps } from '
|
|
5
|
-
import { SecondaryText_propTypes } from '
|
|
4
|
+
import { SecondaryText_defaultProps } from './props/defaultProps';
|
|
5
|
+
import { SecondaryText_propTypes } from './props/propTypes';
|
|
6
6
|
import style from '../../../list/SecondaryText/SecondaryText.module.css';
|
|
7
7
|
export default function SecondaryText(props) {
|
|
8
8
|
let {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { StatusText_defaultProps } from '
|
|
3
|
-
import { StatusText_propTypes } from '
|
|
2
|
+
import { StatusText_defaultProps } from './props/defaultProps';
|
|
3
|
+
import { StatusText_propTypes } from './props/propTypes';
|
|
4
4
|
import style from '../../../list/SecondaryText/SecondaryText.module.css';
|
|
5
5
|
export default function StatusText(props) {
|
|
6
6
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { TicketId_defaultProps } from '
|
|
5
|
-
import { TicketId_propTypes } from '
|
|
4
|
+
import { TicketId_defaultProps } from './props/defaultProps';
|
|
5
|
+
import { TicketId_propTypes } from './props/propTypes';
|
|
6
6
|
import Link from '../../Link/Link';
|
|
7
7
|
import style from '../../../list/SecondaryText/SecondaryText.module.css';
|
|
8
8
|
export default function TicketId(props) {
|