@zohodesk/dot 1.4.16 → 1.4.18
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/propValidation_report.html +1 -1
- package/README.md +11 -0
- package/coverage/ActionButton/ActionButton.js.html +628 -0
- package/coverage/ActionButton/ActionButton.module.css.html +559 -0
- package/coverage/ActionButton/index.html +131 -0
- package/coverage/ActionButton/props/defaultProps.js.html +136 -0
- package/coverage/ActionButton/props/index.html +131 -0
- package/coverage/ActionButton/props/propTypes.js.html +187 -0
- package/coverage/AlphabeticList/AlphabeticList.js.html +424 -0
- package/coverage/AlphabeticList/AlphabeticList.module.css.html +247 -0
- package/coverage/AlphabeticList/index.html +131 -0
- package/coverage/AlphabeticList/props/defaultProps.js.html +124 -0
- package/coverage/AlphabeticList/props/index.html +131 -0
- package/coverage/AlphabeticList/props/propTypes.js.html +250 -0
- package/coverage/Attachment/Attachment.js.html +388 -0
- package/coverage/Attachment/Attachment.module.css.html +583 -0
- package/coverage/Attachment/index.html +131 -0
- package/coverage/Attachment/props/defaultProps.js.html +109 -0
- package/coverage/Attachment/props/index.html +131 -0
- package/coverage/Attachment/props/propTypes.js.html +142 -0
- package/coverage/AttachmentViewer/Attachment.js.html +193 -0
- package/coverage/AttachmentViewer/AttachmentImage.js.html +268 -0
- package/coverage/AttachmentViewer/AttachmentViewer.js.html +1579 -0
- package/coverage/AttachmentViewer/AttachmentViewer.module.css.html +955 -0
- package/coverage/AttachmentViewer/index.html +161 -0
- package/coverage/AttachmentViewer/props/defaultProps.js.html +121 -0
- package/coverage/AttachmentViewer/props/index.html +131 -0
- package/coverage/AttachmentViewer/props/propTypes.js.html +187 -0
- package/coverage/ChannelIcon/ChannelIcon.js.html +448 -0
- package/coverage/ChannelIcon/ChannelIcon.module.css.html +727 -0
- package/coverage/ChannelIcon/index.html +131 -0
- package/coverage/ChannelIcon/props/defaultProps.js.html +106 -0
- package/coverage/ChannelIcon/props/index.html +131 -0
- package/coverage/ChannelIcon/props/propTypes.js.html +163 -0
- package/coverage/Drawer/Drawer.js.html +1042 -0
- package/coverage/Drawer/Drawer.module.css.html +466 -0
- package/coverage/Drawer/index.html +131 -0
- package/coverage/Drawer/props/defaultProps.js.html +160 -0
- package/coverage/Drawer/props/index.html +131 -0
- package/coverage/Drawer/props/propTypes.js.html +283 -0
- package/coverage/ExternalLink/ExternalLink.js.html +229 -0
- package/coverage/ExternalLink/ExternalLink.module.css.html +94 -0
- package/coverage/ExternalLink/index.html +131 -0
- package/coverage/ExternalLink/props/defaultProps.js.html +100 -0
- package/coverage/ExternalLink/props/index.html +131 -0
- package/coverage/ExternalLink/props/propTypes.js.html +124 -0
- package/coverage/FlipCard/FlipCard.js.html +523 -0
- package/coverage/FlipCard/FlipCard.module.css.html +190 -0
- package/coverage/FlipCard/index.html +131 -0
- package/coverage/FlipCard/props/defaultProps.js.html +100 -0
- package/coverage/FlipCard/props/index.html +131 -0
- package/coverage/FlipCard/props/propTypes.js.html +199 -0
- package/coverage/FormAction/FormAction.js.html +391 -0
- package/coverage/FormAction/FormAction.module.css.html +292 -0
- package/coverage/FormAction/index.html +131 -0
- package/coverage/FormAction/props/defaultProps.js.html +100 -0
- package/coverage/FormAction/props/index.html +131 -0
- package/coverage/FormAction/props/propTypes.js.html +112 -0
- package/coverage/FreezeLayer/FreezeLayer.js.html +346 -0
- package/coverage/FreezeLayer/css/FreezeLayer.module.css.html +199 -0
- package/coverage/FreezeLayer/css/cssJSLogic.js.html +139 -0
- package/coverage/FreezeLayer/css/index.html +131 -0
- package/coverage/FreezeLayer/index.html +116 -0
- package/coverage/FreezeLayer/props/defaultProps.js.html +112 -0
- package/coverage/FreezeLayer/props/index.html +131 -0
- package/coverage/FreezeLayer/props/propTypes.js.html +151 -0
- package/coverage/Hooks/Dragger/css/Dragger.module.css.html +91 -0
- package/coverage/Hooks/Dragger/css/index.html +116 -0
- package/coverage/Hooks/Dragger/index.html +116 -0
- package/coverage/Hooks/Dragger/props/defaultProps.js.html +100 -0
- package/coverage/Hooks/Dragger/props/index.html +131 -0
- package/coverage/Hooks/Dragger/props/propTypes.js.html +124 -0
- package/coverage/Hooks/Dragger/useDragger.js.html +439 -0
- package/coverage/Hooks/Dragger/utils/DraggerUtil.js.html +133 -0
- package/coverage/Hooks/Dragger/utils/index.html +116 -0
- package/coverage/Hooks/index.html +116 -0
- package/coverage/Hooks/useFreezeLayer.js.html +247 -0
- package/coverage/IconButton/IconButton.js.html +466 -0
- package/coverage/IconButton/IconButton.module.css.html +151 -0
- package/coverage/IconButton/index.html +131 -0
- package/coverage/IconButton/props/defaultProps.js.html +136 -0
- package/coverage/IconButton/props/index.html +131 -0
- package/coverage/IconButton/props/propTypes.js.html +187 -0
- package/coverage/Image/Image.js.html +184 -0
- package/coverage/Image/Image.module.css.html +118 -0
- package/coverage/Image/index.html +131 -0
- package/coverage/Image/props/defaultProps.js.html +97 -0
- package/coverage/Image/props/index.html +131 -0
- package/coverage/Image/props/propTypes.js.html +127 -0
- package/coverage/ImportantNotes/ImportantNotes.js.html +223 -0
- package/coverage/ImportantNotes/ImportantNotes.module.css.html +133 -0
- package/coverage/ImportantNotes/index.html +131 -0
- package/coverage/ImportantNotes/props/defaultProps.js.html +103 -0
- package/coverage/ImportantNotes/props/index.html +131 -0
- package/coverage/ImportantNotes/props/propTypes.js.html +118 -0
- package/coverage/Link/Link.js.html +388 -0
- package/coverage/Link/Link.module.css.html +94 -0
- package/coverage/Link/LinkContext.js.html +112 -0
- package/coverage/Link/index.html +146 -0
- package/coverage/Link/props/defaultProps.js.html +100 -0
- package/coverage/Link/props/index.html +131 -0
- package/coverage/Link/props/propTypes.js.html +142 -0
- package/coverage/Loader/Loader.js.html +136 -0
- package/coverage/Loader/Loader.module.css.html +163 -0
- package/coverage/Loader/index.html +131 -0
- package/coverage/Message/Message.js.html +361 -0
- package/coverage/Message/Message.module.css.html +292 -0
- package/coverage/Message/index.html +131 -0
- package/coverage/Message/props/defaultProps.js.html +97 -0
- package/coverage/Message/props/index.html +131 -0
- package/coverage/Message/props/propTypes.js.html +157 -0
- package/coverage/MessageBanner/MessageBanner.js.html +244 -0
- package/coverage/MessageBanner/MessageBanner.module.css.html +199 -0
- package/coverage/MessageBanner/index.html +131 -0
- package/coverage/MessageBanner/props/defaultProps.js.html +106 -0
- package/coverage/MessageBanner/props/index.html +131 -0
- package/coverage/MessageBanner/props/propTypes.js.html +127 -0
- package/coverage/NewStar/NewStar.js.html +259 -0
- package/coverage/NewStar/NewStar.module.css.html +490 -0
- package/coverage/NewStar/index.html +131 -0
- package/coverage/NewStar/props/defaultProps.js.html +97 -0
- package/coverage/NewStar/props/index.html +131 -0
- package/coverage/NewStar/props/propTypes.js.html +121 -0
- package/coverage/PlusIcon/PlusIcon.js.html +190 -0
- package/coverage/PlusIcon/PlusIcon.module.css.html +139 -0
- package/coverage/PlusIcon/index.html +131 -0
- package/coverage/PlusIcon/props/defaultProps.js.html +109 -0
- package/coverage/PlusIcon/props/index.html +131 -0
- package/coverage/PlusIcon/props/propTypes.js.html +121 -0
- package/coverage/Provider/Config.js.html +136 -0
- package/coverage/Provider/index.html +116 -0
- package/coverage/Separator/Separator.js.html +286 -0
- package/coverage/Separator/Separator.module.css.html +187 -0
- package/coverage/Separator/index.html +131 -0
- package/coverage/Separator/props/defaultProps.js.html +121 -0
- package/coverage/Separator/props/index.html +131 -0
- package/coverage/Separator/props/propTypes.js.html +121 -0
- package/coverage/TagWithIcon/TagWithIcon.js.html +247 -0
- package/coverage/TagWithIcon/TagWithIcon.module.css.html +262 -0
- package/coverage/TagWithIcon/index.html +131 -0
- package/coverage/TagWithIcon/props/defaultProps.js.html +106 -0
- package/coverage/TagWithIcon/props/index.html +131 -0
- package/coverage/TagWithIcon/props/propTypes.js.html +124 -0
- package/coverage/ToastMessage/ToastMessage.js.html +751 -0
- package/coverage/ToastMessage/ToastMessage.module.css.html +859 -0
- package/coverage/ToastMessage/index.html +131 -0
- package/coverage/ToastMessage/props/defaultProps.js.html +139 -0
- package/coverage/ToastMessage/props/index.html +131 -0
- package/coverage/ToastMessage/props/propTypes.js.html +229 -0
- package/coverage/Upload/Upload.js.html +310 -0
- package/coverage/Upload/Upload.module.css.html +403 -0
- package/coverage/Upload/index.html +131 -0
- package/coverage/Upload/props/defaultProps.js.html +106 -0
- package/coverage/Upload/props/index.html +131 -0
- package/coverage/Upload/props/propTypes.js.html +139 -0
- package/coverage/actions/AutoClose.js.html +181 -0
- package/coverage/actions/index.html +116 -0
- package/coverage/actions/props/defaultProps.js.html +94 -0
- package/coverage/actions/props/index.html +131 -0
- package/coverage/actions/props/propTypes.js.html +112 -0
- package/coverage/alert/AlertHeader/AlertHeader.js.html +337 -0
- package/coverage/alert/AlertHeader/AlertHeader.module.css.html +271 -0
- package/coverage/alert/AlertHeader/index.html +131 -0
- package/coverage/alert/AlertHeader/props/defaultProps.js.html +109 -0
- package/coverage/alert/AlertHeader/props/index.html +131 -0
- package/coverage/alert/AlertHeader/props/propTypes.js.html +148 -0
- package/coverage/alert/AlertLookup/AlertLookup.js.html +472 -0
- package/coverage/alert/AlertLookup/AlertLookup.module.css.html +151 -0
- package/coverage/alert/AlertLookup/index.html +131 -0
- package/coverage/alert/AlertLookup/props/defaultProps.js.html +127 -0
- package/coverage/alert/AlertLookup/props/index.html +131 -0
- package/coverage/alert/AlertLookup/props/propTypes.js.html +193 -0
- package/coverage/avatar/AvatarClose/AvatarClose.js.html +190 -0
- package/coverage/avatar/AvatarClose/AvatarClose.module.css.html +178 -0
- package/coverage/avatar/AvatarClose/index.html +131 -0
- package/coverage/avatar/AvatarClose/props/defaultProps.js.html +106 -0
- package/coverage/avatar/AvatarClose/props/index.html +131 -0
- package/coverage/avatar/AvatarClose/props/propTypes.js.html +133 -0
- package/coverage/avatar/AvatarCollision/AvatarCollision.js.html +241 -0
- package/coverage/avatar/AvatarCollision/AvatarCollision.module.css.html +250 -0
- package/coverage/avatar/AvatarCollision/index.html +131 -0
- package/coverage/avatar/AvatarCollision/props/defaultProps.js.html +109 -0
- package/coverage/avatar/AvatarCollision/props/index.html +131 -0
- package/coverage/avatar/AvatarCollision/props/propTypes.js.html +139 -0
- package/coverage/avatar/AvatarIcon/AvatarIcon.js.html +256 -0
- package/coverage/avatar/AvatarIcon/AvatarIcon.module.css.html +262 -0
- package/coverage/avatar/AvatarIcon/index.html +131 -0
- package/coverage/avatar/AvatarIcon/props/defaultProps.js.html +127 -0
- package/coverage/avatar/AvatarIcon/props/index.html +131 -0
- package/coverage/avatar/AvatarIcon/props/propTypes.js.html +148 -0
- package/coverage/avatar/AvatarStatus/AvatarStatus.js.html +301 -0
- package/coverage/avatar/AvatarStatus/AvatarStatus.module.css.html +373 -0
- package/coverage/avatar/AvatarStatus/index.html +131 -0
- package/coverage/avatar/AvatarStatus/props/defaultProps.js.html +121 -0
- package/coverage/avatar/AvatarStatus/props/index.html +131 -0
- package/coverage/avatar/AvatarStatus/props/propTypes.js.html +166 -0
- package/coverage/avatar/AvatarThread/AvatarThread.js.html +367 -0
- package/coverage/avatar/AvatarThread/AvatarThread.module.css.html +439 -0
- package/coverage/avatar/AvatarThread/index.html +131 -0
- package/coverage/avatar/AvatarThread/props/defaultProps.js.html +112 -0
- package/coverage/avatar/AvatarThread/props/index.html +131 -0
- package/coverage/avatar/AvatarThread/props/propTypes.js.html +178 -0
- package/coverage/avatar/AvatarUser/AvatarUser.js.html +415 -0
- package/coverage/avatar/AvatarUser/AvatarUser.module.css.html +385 -0
- package/coverage/avatar/AvatarUser/index.html +131 -0
- package/coverage/avatar/AvatarUser/props/defaultProps.js.html +109 -0
- package/coverage/avatar/AvatarUser/props/index.html +131 -0
- package/coverage/avatar/AvatarUser/props/propTypes.js.html +193 -0
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +448 -0
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +133 -0
- package/coverage/avatar/AvatarWithTeam/index.html +131 -0
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +112 -0
- package/coverage/avatar/AvatarWithTeam/props/index.html +131 -0
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +163 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/coverage-final.json +490 -0
- package/coverage/coverage-summary.json +491 -0
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.js.html +2719 -0
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +346 -0
- package/coverage/dropdown/ToggleDropDown/index.html +131 -0
- package/coverage/dropdown/ToggleDropDown/props/defaultProps.js.html +172 -0
- package/coverage/dropdown/ToggleDropDown/props/index.html +131 -0
- package/coverage/dropdown/ToggleDropDown/props/propTypes.js.html +376 -0
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.js.html +334 -0
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +337 -0
- package/coverage/emptystate/CommonEmptyState/index.html +131 -0
- package/coverage/emptystate/CommonEmptyState/props/defaultProps.js.html +115 -0
- package/coverage/emptystate/CommonEmptyState/props/index.html +131 -0
- package/coverage/emptystate/CommonEmptyState/props/propTypes.js.html +151 -0
- package/coverage/emptystate/EditionPage/EditionPage.css.html +196 -0
- package/coverage/emptystate/EditionPage/EditionPage.js.html +229 -0
- package/coverage/emptystate/EditionPage/index.html +131 -0
- package/coverage/emptystate/EditionPage/props/defaultProps.js.html +100 -0
- package/coverage/emptystate/EditionPage/props/index.html +131 -0
- package/coverage/emptystate/EditionPage/props/propTypes.js.html +121 -0
- package/coverage/errorstate/EmptyStates.module.css.html +337 -0
- package/coverage/errorstate/Inconvenience/Inconvenience.js.html +349 -0
- package/coverage/errorstate/Inconvenience/Inconvenience.module.css.html +97 -0
- package/coverage/errorstate/Inconvenience/index.html +131 -0
- package/coverage/errorstate/Inconvenience/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/Inconvenience/props/index.html +131 -0
- package/coverage/errorstate/Inconvenience/props/propTypes.js.html +121 -0
- package/coverage/errorstate/LinkText/LinkText.js.html +166 -0
- package/coverage/errorstate/LinkText/LinkText.module.css.html +103 -0
- package/coverage/errorstate/LinkText/index.html +131 -0
- package/coverage/errorstate/LinkText/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/LinkText/props/index.html +131 -0
- package/coverage/errorstate/LinkText/props/propTypes.js.html +112 -0
- package/coverage/errorstate/NoRequestFound/NoRequestFound.js.html +349 -0
- package/coverage/errorstate/NoRequestFound/NoRequestFound.module.css.html +94 -0
- package/coverage/errorstate/NoRequestFound/index.html +131 -0
- package/coverage/errorstate/NoRequestFound/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/NoRequestFound/props/index.html +131 -0
- package/coverage/errorstate/NoRequestFound/props/propTypes.js.html +121 -0
- package/coverage/errorstate/PermissionPlay/PermissionPlay.js.html +343 -0
- package/coverage/errorstate/PermissionPlay/PermissionPlay.module.css.html +187 -0
- package/coverage/errorstate/PermissionPlay/index.html +131 -0
- package/coverage/errorstate/PermissionPlay/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/PermissionPlay/props/index.html +131 -0
- package/coverage/errorstate/PermissionPlay/props/propTypes.js.html +121 -0
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +349 -0
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +94 -0
- package/coverage/errorstate/RequestUrlNotFound/index.html +131 -0
- package/coverage/errorstate/RequestUrlNotFound/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/RequestUrlNotFound/props/index.html +131 -0
- package/coverage/errorstate/RequestUrlNotFound/props/propTypes.js.html +121 -0
- package/coverage/errorstate/UnableToProcess/UnableToProcess.js.html +337 -0
- package/coverage/errorstate/UnableToProcess/UnableToProcess.module.css.html +94 -0
- package/coverage/errorstate/UnableToProcess/index.html +131 -0
- package/coverage/errorstate/UnableToProcess/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/UnableToProcess/props/index.html +131 -0
- package/coverage/errorstate/UnableToProcess/props/propTypes.js.html +121 -0
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +337 -0
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +94 -0
- package/coverage/errorstate/UnauthorizedLogin/index.html +131 -0
- package/coverage/errorstate/UnauthorizedLogin/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/UnauthorizedLogin/props/index.html +131 -0
- package/coverage/errorstate/UnauthorizedLogin/props/propTypes.js.html +121 -0
- package/coverage/errorstate/WillBack/WillBack.js.html +307 -0
- package/coverage/errorstate/WillBack/WillBack.module.css.html +193 -0
- package/coverage/errorstate/WillBack/index.html +131 -0
- package/coverage/errorstate/WillBack/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/WillBack/props/index.html +131 -0
- package/coverage/errorstate/WillBack/props/propTypes.js.html +103 -0
- package/coverage/errorstate/index.html +116 -0
- package/coverage/favicon.png +0 -0
- package/coverage/form/fields/CheckBoxField/CheckBoxField.js.html +574 -0
- package/coverage/form/fields/CheckBoxField/index.html +116 -0
- package/coverage/form/fields/CheckBoxField/props/defaultProps.js.html +124 -0
- package/coverage/form/fields/CheckBoxField/props/index.html +131 -0
- package/coverage/form/fields/CheckBoxField/props/propTypes.js.html +175 -0
- package/coverage/form/fields/CurrencyField/CurrencyField.js.html +655 -0
- package/coverage/form/fields/CurrencyField/index.html +116 -0
- package/coverage/form/fields/CurrencyField/props/defaultProps.js.html +139 -0
- package/coverage/form/fields/CurrencyField/props/index.html +131 -0
- package/coverage/form/fields/CurrencyField/props/propTypes.js.html +208 -0
- package/coverage/form/fields/DateField/DateField.js.html +682 -0
- package/coverage/form/fields/DateField/index.html +116 -0
- package/coverage/form/fields/DateField/props/defaultProps.js.html +145 -0
- package/coverage/form/fields/DateField/props/index.html +131 -0
- package/coverage/form/fields/DateField/props/propTypes.js.html +208 -0
- package/coverage/form/fields/FieldContainer/FieldContainer.js.html +271 -0
- package/coverage/form/fields/FieldContainer/index.html +116 -0
- package/coverage/form/fields/FieldContainer/props/defaultProps.js.html +109 -0
- package/coverage/form/fields/FieldContainer/props/index.html +131 -0
- package/coverage/form/fields/FieldContainer/props/propTypes.js.html +166 -0
- package/coverage/form/fields/Fields.module.css.html +619 -0
- package/coverage/form/fields/MultiSelectField/MultiSelectField.js.html +745 -0
- package/coverage/form/fields/MultiSelectField/index.html +116 -0
- package/coverage/form/fields/MultiSelectField/props/defaultProps.js.html +139 -0
- package/coverage/form/fields/MultiSelectField/props/index.html +131 -0
- package/coverage/form/fields/MultiSelectField/props/propTypes.js.html +241 -0
- package/coverage/form/fields/PhoneField/PhoneField.js.html +619 -0
- package/coverage/form/fields/PhoneField/index.html +116 -0
- package/coverage/form/fields/PhoneField/props/defaultProps.js.html +133 -0
- package/coverage/form/fields/PhoneField/props/index.html +131 -0
- package/coverage/form/fields/PhoneField/props/propTypes.js.html +229 -0
- package/coverage/form/fields/RadioField/RadioField.js.html +493 -0
- package/coverage/form/fields/RadioField/index.html +116 -0
- package/coverage/form/fields/RadioField/props/defaultProps.js.html +121 -0
- package/coverage/form/fields/RadioField/props/index.html +131 -0
- package/coverage/form/fields/RadioField/props/propTypes.js.html +196 -0
- package/coverage/form/fields/SelectField/SelectField.js.html +697 -0
- package/coverage/form/fields/SelectField/index.html +116 -0
- package/coverage/form/fields/SelectField/props/defaultProps.js.html +142 -0
- package/coverage/form/fields/SelectField/props/index.html +131 -0
- package/coverage/form/fields/SelectField/props/propTypes.js.html +241 -0
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +1042 -0
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +382 -0
- package/coverage/form/fields/TagsMultiSelect/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelect/props/defaultProps.js.html +127 -0
- package/coverage/form/fields/TagsMultiSelect/props/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelect/props/propTypes.js.html +244 -0
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +844 -0
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +103 -0
- package/coverage/form/fields/TagsMultiSelectField/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelectField/props/defaultProps.js.html +151 -0
- package/coverage/form/fields/TagsMultiSelectField/props/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelectField/props/propTypes.js.html +292 -0
- package/coverage/form/fields/TextBoxField/TextBoxField.js.html +634 -0
- package/coverage/form/fields/TextBoxField/index.html +116 -0
- package/coverage/form/fields/TextBoxField/props/defaultProps.js.html +139 -0
- package/coverage/form/fields/TextBoxField/props/index.html +131 -0
- package/coverage/form/fields/TextBoxField/props/propTypes.js.html +223 -0
- package/coverage/form/fields/TextEditor/TextEditor.js.html +1201 -0
- package/coverage/form/fields/TextEditor/TextEditor.module.css.html +2113 -0
- package/coverage/form/fields/TextEditor/index.html +131 -0
- package/coverage/form/fields/TextEditor/props/defaultProps.js.html +124 -0
- package/coverage/form/fields/TextEditor/props/index.html +131 -0
- package/coverage/form/fields/TextEditor/props/propTypes.js.html +247 -0
- package/coverage/form/fields/TextEditorField/TextEditorField.js.html +622 -0
- package/coverage/form/fields/TextEditorField/index.html +116 -0
- package/coverage/form/fields/TextEditorField/props/defaultProps.js.html +133 -0
- package/coverage/form/fields/TextEditorField/props/index.html +131 -0
- package/coverage/form/fields/TextEditorField/props/propTypes.js.html +268 -0
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +631 -0
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +163 -0
- package/coverage/form/fields/TextEditorWrapper/index.html +131 -0
- package/coverage/form/fields/TextEditorWrapper/props/defaultProps.js.html +112 -0
- package/coverage/form/fields/TextEditorWrapper/props/index.html +131 -0
- package/coverage/form/fields/TextEditorWrapper/props/propTypes.js.html +226 -0
- package/coverage/form/fields/TextareaField/TextareaField.js.html +622 -0
- package/coverage/form/fields/TextareaField/index.html +116 -0
- package/coverage/form/fields/TextareaField/props/defaultProps.js.html +136 -0
- package/coverage/form/fields/TextareaField/props/index.html +131 -0
- package/coverage/form/fields/TextareaField/props/propTypes.js.html +202 -0
- package/coverage/form/fields/ValidationMessage/ValidationMessage.js.html +232 -0
- package/coverage/form/fields/ValidationMessage/ValidationMessage.module.css.html +151 -0
- package/coverage/form/fields/ValidationMessage/index.html +131 -0
- package/coverage/form/fields/ValidationMessage/props/defaultProps.js.html +106 -0
- package/coverage/form/fields/ValidationMessage/props/index.html +131 -0
- package/coverage/form/fields/ValidationMessage/props/propTypes.js.html +136 -0
- package/coverage/form/fields/index.html +116 -0
- package/coverage/form/fields/props/FieldCommonDefaultProps.js.html +115 -0
- package/coverage/form/fields/props/FieldCommonPropTypes.js.html +130 -0
- package/coverage/form/fields/props/index.html +131 -0
- package/coverage/form/layout/Field/Field.js.html +184 -0
- package/coverage/form/layout/Field/Field.module.css.html +151 -0
- package/coverage/form/layout/Field/index.html +131 -0
- package/coverage/form/layout/Field/props/defaultProps.js.html +97 -0
- package/coverage/form/layout/Field/props/index.html +131 -0
- package/coverage/form/layout/Field/props/propTypes.js.html +118 -0
- package/coverage/form/layout/Section/ModuleFormSection.module.css.html +94 -0
- package/coverage/form/layout/Section/Section.js.html +175 -0
- package/coverage/form/layout/Section/index.html +131 -0
- package/coverage/form/layout/Section/props/index.html +116 -0
- package/coverage/form/layout/Section/props/propTypes.js.html +121 -0
- package/coverage/index.html +3866 -0
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.js.html +679 -0
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +433 -0
- package/coverage/layout/SetupDetailLayout/index.html +131 -0
- package/coverage/layout/SetupDetailLayout/props/defaultProps.js.html +154 -0
- package/coverage/layout/SetupDetailLayout/props/index.html +131 -0
- package/coverage/layout/SetupDetailLayout/props/propTypes.js.html +223 -0
- package/coverage/layout/SubtabLayout/SubtabLayout.js.html +577 -0
- package/coverage/layout/SubtabLayout/SubtabLayout.module.css.html +484 -0
- package/coverage/layout/SubtabLayout/index.html +131 -0
- package/coverage/layout/SubtabLayout/props/defaultProps.js.html +169 -0
- package/coverage/layout/SubtabLayout/props/index.html +131 -0
- package/coverage/layout/SubtabLayout/props/propTypes.js.html +217 -0
- package/coverage/list/AvatarFlip/AvatarFlip.js.html +325 -0
- package/coverage/list/AvatarFlip/AvatarFlip.module.css.html +94 -0
- package/coverage/list/AvatarFlip/index.html +131 -0
- package/coverage/list/AvatarFlip/props/defaultProps.js.html +103 -0
- package/coverage/list/AvatarFlip/props/index.html +131 -0
- package/coverage/list/AvatarFlip/props/propTypes.js.html +175 -0
- package/coverage/list/BluePrintStatus/BluePrintStatus.js.html +160 -0
- package/coverage/list/BluePrintStatus/BluePrintStatus.module.css.html +127 -0
- package/coverage/list/BluePrintStatus/index.html +131 -0
- package/coverage/list/BluePrintStatus/props/index.html +116 -0
- package/coverage/list/BluePrintStatus/props/propTypes.js.html +100 -0
- package/coverage/list/Comment/Comment.js.html +199 -0
- package/coverage/list/Comment/Comment.module.css.html +157 -0
- package/coverage/list/Comment/index.html +131 -0
- package/coverage/list/Comment/props/defaultProps.js.html +97 -0
- package/coverage/list/Comment/props/index.html +131 -0
- package/coverage/list/Comment/props/propTypes.js.html +109 -0
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.js.html +358 -0
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.module.css.html +112 -0
- package/coverage/list/DepartmentDropDown/index.html +131 -0
- package/coverage/list/DepartmentDropDown/props/defaultProps.js.html +106 -0
- package/coverage/list/DepartmentDropDown/props/index.html +131 -0
- package/coverage/list/DepartmentDropDown/props/propTypes.js.html +160 -0
- package/coverage/list/Dot/Dot.js.html +151 -0
- package/coverage/list/Dot/Dot.module.css.html +130 -0
- package/coverage/list/Dot/index.html +131 -0
- package/coverage/list/Dot/props/defaultProps.js.html +97 -0
- package/coverage/list/Dot/props/index.html +131 -0
- package/coverage/list/Dot/props/propTypes.js.html +103 -0
- package/coverage/list/DotNew/DotNew.js.html +154 -0
- package/coverage/list/DotNew/DotNew.module.css.html +157 -0
- package/coverage/list/DotNew/index.html +131 -0
- package/coverage/list/DotNew/props/defaultProps.js.html +94 -0
- package/coverage/list/DotNew/props/index.html +131 -0
- package/coverage/list/DotNew/props/propTypes.js.html +106 -0
- package/coverage/list/GridStencils/GridStencils.js.html +208 -0
- package/coverage/list/GridStencils/GridStencils.module.css.html +373 -0
- package/coverage/list/GridStencils/index.html +131 -0
- package/coverage/list/GridStencils/props/index.html +116 -0
- package/coverage/list/GridStencils/props/propTypes.js.html +112 -0
- package/coverage/list/Icons/AddNewIcon.js.html +154 -0
- package/coverage/list/Icons/CompleteIcon.js.html +151 -0
- package/coverage/list/Icons/DeleteIcon.js.html +157 -0
- package/coverage/list/Icons/EditIcon.js.html +157 -0
- package/coverage/list/Icons/FloatingIcons.js.html +166 -0
- package/coverage/list/Icons/Icons.module.css.html +133 -0
- package/coverage/list/Icons/ReadUnreadIcon.js.html +181 -0
- package/coverage/list/Icons/SmartIcon.js.html +160 -0
- package/coverage/list/Icons/index.html +221 -0
- package/coverage/list/Icons/props/defaultProps.js.html +106 -0
- package/coverage/list/Icons/props/index.html +131 -0
- package/coverage/list/Icons/props/propTypes.js.html +265 -0
- package/coverage/list/ListLayout/ListLayout.js.html +337 -0
- package/coverage/list/ListLayout/ListLayout.module.css.html +283 -0
- package/coverage/list/ListLayout/index.html +131 -0
- package/coverage/list/ListLayout/props/defaultProps.js.html +118 -0
- package/coverage/list/ListLayout/props/index.html +131 -0
- package/coverage/list/ListLayout/props/propTypes.js.html +175 -0
- package/coverage/list/ListStencils/ListStencils.js.html +223 -0
- package/coverage/list/ListStencils/ListStencils.module.css.html +271 -0
- package/coverage/list/ListStencils/index.html +131 -0
- package/coverage/list/ListStencils/props/defaultProps.js.html +94 -0
- package/coverage/list/ListStencils/props/index.html +131 -0
- package/coverage/list/ListStencils/props/propTypes.js.html +100 -0
- package/coverage/list/SecondaryText/AccountName.js.html +358 -0
- package/coverage/list/SecondaryText/ContactName.js.html +361 -0
- package/coverage/list/SecondaryText/DepartmentText.js.html +160 -0
- package/coverage/list/SecondaryText/Email.js.html +253 -0
- package/coverage/list/SecondaryText/HappinessRating.js.html +172 -0
- package/coverage/list/SecondaryText/PhoneNumber.js.html +262 -0
- package/coverage/list/SecondaryText/PriorityText.js.html +181 -0
- package/coverage/list/SecondaryText/SecondaryText.js.html +190 -0
- package/coverage/list/SecondaryText/SecondaryText.module.css.html +463 -0
- package/coverage/list/SecondaryText/StatusText.js.html +181 -0
- package/coverage/list/SecondaryText/TicketId.js.html +214 -0
- package/coverage/list/SecondaryText/Website.js.html +226 -0
- package/coverage/list/SecondaryText/index.html +296 -0
- package/coverage/list/SecondaryText/index.js.html +118 -0
- package/coverage/list/SecondaryText/props/defaultProps.js.html +241 -0
- package/coverage/list/SecondaryText/props/index.html +131 -0
- package/coverage/list/SecondaryText/props/propTypes.js.html +544 -0
- package/coverage/list/SecondryPanel/SecondryPanel.js.html +406 -0
- package/coverage/list/SecondryPanel/SecondryPanel.module.css.html +100 -0
- package/coverage/list/SecondryPanel/index.html +131 -0
- package/coverage/list/SecondryPanel/props/defaultProps.js.html +148 -0
- package/coverage/list/SecondryPanel/props/index.html +131 -0
- package/coverage/list/SecondryPanel/props/propTypes.js.html +178 -0
- package/coverage/list/SentimentStatus/SentimentStatus.js.html +175 -0
- package/coverage/list/SentimentStatus/SentimentStatus.module.css.html +112 -0
- package/coverage/list/SentimentStatus/index.html +131 -0
- package/coverage/list/SentimentStatus/props/index.html +116 -0
- package/coverage/list/SentimentStatus/props/propTypes.js.html +103 -0
- package/coverage/list/Subject/Subject.js.html +295 -0
- package/coverage/list/Subject/Subject.module.css.html +187 -0
- package/coverage/list/Subject/index.html +131 -0
- package/coverage/list/Subject/props/defaultProps.js.html +106 -0
- package/coverage/list/Subject/props/index.html +131 -0
- package/coverage/list/Subject/props/propTypes.js.html +145 -0
- package/coverage/list/TagNew/TagNew.js.html +181 -0
- package/coverage/list/TagNew/TagNew.module.css.html +412 -0
- package/coverage/list/TagNew/index.html +131 -0
- package/coverage/list/TagNew/props/defaultProps.js.html +97 -0
- package/coverage/list/TagNew/props/index.html +131 -0
- package/coverage/list/TagNew/props/propTypes.js.html +112 -0
- package/coverage/list/Thread/Thread.js.html +199 -0
- package/coverage/list/Thread/Thread.module.css.html +175 -0
- package/coverage/list/Thread/index.html +131 -0
- package/coverage/list/Thread/props/defaultProps.js.html +97 -0
- package/coverage/list/Thread/props/index.html +131 -0
- package/coverage/list/Thread/props/propTypes.js.html +112 -0
- package/coverage/list/status/StatusDropdown/StatusDropdown.js.html +1147 -0
- package/coverage/list/status/StatusDropdown/StatusDropdown.module.css.html +292 -0
- package/coverage/list/status/StatusDropdown/index.html +131 -0
- package/coverage/list/status/StatusDropdown/props/defaultProps.js.html +145 -0
- package/coverage/list/status/StatusDropdown/props/index.html +131 -0
- package/coverage/list/status/StatusDropdown/props/propTypes.js.html +319 -0
- package/coverage/list/status/StatusListItem/StatusListItem.js.html +424 -0
- package/coverage/list/status/StatusListItem/StatusListItem.module.css.html +352 -0
- package/coverage/list/status/StatusListItem/index.html +131 -0
- package/coverage/list/status/StatusListItem/props/defaultProps.js.html +133 -0
- package/coverage/list/status/StatusListItem/props/index.html +131 -0
- package/coverage/list/status/StatusListItem/props/propTypes.js.html +181 -0
- package/coverage/lookup/EmptyPage/EmptyPage.js.html +256 -0
- package/coverage/lookup/EmptyPage/LookupEmptyPage.module.css.html +121 -0
- package/coverage/lookup/EmptyPage/index.html +131 -0
- package/coverage/lookup/EmptyPage/props/defaultProps.js.html +97 -0
- package/coverage/lookup/EmptyPage/props/index.html +131 -0
- package/coverage/lookup/EmptyPage/props/propTypes.js.html +103 -0
- package/coverage/lookup/Lookup/Lookup.js.html +499 -0
- package/coverage/lookup/Lookup/Lookup.module.css.html +217 -0
- package/coverage/lookup/Lookup/index.html +131 -0
- package/coverage/lookup/Lookup/props/defaultProps.js.html +112 -0
- package/coverage/lookup/Lookup/props/index.html +131 -0
- package/coverage/lookup/Lookup/props/propTypes.js.html +160 -0
- package/coverage/lookup/Section/LookupSection.module.css.html +109 -0
- package/coverage/lookup/Section/Section.js.html +142 -0
- package/coverage/lookup/Section/index.html +131 -0
- package/coverage/lookup/Section/props/index.html +116 -0
- package/coverage/lookup/Section/props/propTypes.js.html +106 -0
- package/coverage/lookup/header/Close/Close.js.html +154 -0
- package/coverage/lookup/header/Close/index.html +116 -0
- package/coverage/lookup/header/Close/props/defaultProps.js.html +94 -0
- package/coverage/lookup/header/Close/props/index.html +131 -0
- package/coverage/lookup/header/Close/props/propTypes.js.html +106 -0
- package/coverage/lookup/header/ModuleHeader/ModuleHeader.js.html +367 -0
- package/coverage/lookup/header/ModuleHeader/index.html +116 -0
- package/coverage/lookup/header/ModuleHeader/props/defaultProps.js.html +97 -0
- package/coverage/lookup/header/ModuleHeader/props/index.html +131 -0
- package/coverage/lookup/header/ModuleHeader/props/propTypes.js.html +148 -0
- package/coverage/lookup/header/Search/LookupSearch.module.css.html +229 -0
- package/coverage/lookup/header/Search/Search.js.html +724 -0
- package/coverage/lookup/header/Search/index.html +131 -0
- package/coverage/lookup/header/Search/props/defaultProps.js.html +100 -0
- package/coverage/lookup/header/Search/props/index.html +131 -0
- package/coverage/lookup/header/Search/props/propTypes.js.html +175 -0
- package/coverage/lookup/header/TicketHeader/TicketHeader.js.html +433 -0
- package/coverage/lookup/header/TicketHeader/TicketHeader.module.css.html +142 -0
- package/coverage/lookup/header/TicketHeader/index.html +131 -0
- package/coverage/lookup/header/TicketHeader/props/defaultProps.js.html +100 -0
- package/coverage/lookup/header/TicketHeader/props/index.html +131 -0
- package/coverage/lookup/header/TicketHeader/props/propTypes.js.html +151 -0
- package/coverage/lookup/header/Title/LookupTitle.module.css.html +148 -0
- package/coverage/lookup/header/Title/Title.js.html +169 -0
- package/coverage/lookup/header/Title/index.html +131 -0
- package/coverage/lookup/header/Title/props/defaultProps.js.html +94 -0
- package/coverage/lookup/header/Title/props/index.html +131 -0
- package/coverage/lookup/header/Title/props/propTypes.js.html +106 -0
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.js.html +610 -0
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.module.css.html +220 -0
- package/coverage/lookup/header/ViewDropDown/index.html +131 -0
- package/coverage/lookup/header/ViewDropDown/props/defaultProps.js.html +109 -0
- package/coverage/lookup/header/ViewDropDown/props/index.html +131 -0
- package/coverage/lookup/header/ViewDropDown/props/propTypes.js.html +157 -0
- package/coverage/lookup/header/index.html +131 -0
- package/coverage/lookup/header/lookupHeaderCommon.module.css.html +178 -0
- package/coverage/lookup/header/lookupHeaderCommonResponsive.module.css.html +130 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/setup/header/Button/Button.js.html +169 -0
- package/coverage/setup/header/Button/HeaderButton.module.css.html +94 -0
- package/coverage/setup/header/Button/index.html +131 -0
- package/coverage/setup/header/Button/props/defaultProps.js.html +97 -0
- package/coverage/setup/header/Button/props/index.html +131 -0
- package/coverage/setup/header/Button/props/propTypes.js.html +109 -0
- package/coverage/setup/header/Link/HeaderLink.module.css.html +130 -0
- package/coverage/setup/header/Link/Link.js.html +193 -0
- package/coverage/setup/header/Link/index.html +131 -0
- package/coverage/setup/header/Link/props/defaultProps.js.html +97 -0
- package/coverage/setup/header/Link/props/index.html +131 -0
- package/coverage/setup/header/Link/props/propTypes.js.html +112 -0
- package/coverage/setup/header/Search/Search.js.html +280 -0
- package/coverage/setup/header/Search/Search.module.css.html +259 -0
- package/coverage/setup/header/Search/index.html +131 -0
- package/coverage/setup/header/Search/props/defaultProps.js.html +103 -0
- package/coverage/setup/header/Search/props/index.html +131 -0
- package/coverage/setup/header/Search/props/propTypes.js.html +124 -0
- package/coverage/setup/header/Views/Views.js.html +208 -0
- package/coverage/setup/header/Views/Views.module.css.html +169 -0
- package/coverage/setup/header/Views/index.html +131 -0
- package/coverage/setup/header/Views/props/defaultProps.js.html +103 -0
- package/coverage/setup/header/Views/props/index.html +131 -0
- package/coverage/setup/header/Views/props/propTypes.js.html +115 -0
- package/coverage/setup/helptips/Description/Description.js.html +148 -0
- package/coverage/setup/helptips/Description/HelpTipsDescription.module.css.html +103 -0
- package/coverage/setup/helptips/Description/index.html +131 -0
- package/coverage/setup/helptips/Description/props/index.html +116 -0
- package/coverage/setup/helptips/Description/props/propTypes.js.html +100 -0
- package/coverage/setup/helptips/Link/HelpTipsLink.module.css.html +103 -0
- package/coverage/setup/helptips/Link/Link.js.html +172 -0
- package/coverage/setup/helptips/Link/index.html +131 -0
- package/coverage/setup/helptips/Link/props/index.html +116 -0
- package/coverage/setup/helptips/Link/props/propTypes.js.html +109 -0
- package/coverage/setup/helptips/ListGroup/ListGroup.js.html +205 -0
- package/coverage/setup/helptips/ListGroup/ListGroup.module.css.html +136 -0
- package/coverage/setup/helptips/ListGroup/index.html +131 -0
- package/coverage/setup/helptips/ListGroup/props/index.html +116 -0
- package/coverage/setup/helptips/ListGroup/props/propTypes.js.html +103 -0
- package/coverage/setup/helptips/Title/HelpTipsTitle.module.css.html +100 -0
- package/coverage/setup/helptips/Title/Title.js.html +148 -0
- package/coverage/setup/helptips/Title/index.html +131 -0
- package/coverage/setup/helptips/Title/props/index.html +116 -0
- package/coverage/setup/helptips/Title/props/propTypes.js.html +100 -0
- package/coverage/setup/table/Table/Table.js.html +160 -0
- package/coverage/setup/table/Table/index.html +116 -0
- package/coverage/setup/table/Table/props/defaultProps.js.html +97 -0
- package/coverage/setup/table/Table/props/index.html +131 -0
- package/coverage/setup/table/Table/props/propTypes.js.html +106 -0
- package/coverage/setup/table/TableBody/TableBody.js.html +160 -0
- package/coverage/setup/table/TableBody/index.html +116 -0
- package/coverage/setup/table/TableBody/props/defaultProps.js.html +94 -0
- package/coverage/setup/table/TableBody/props/index.html +131 -0
- package/coverage/setup/table/TableBody/props/propTypes.js.html +109 -0
- package/coverage/setup/table/TableData/SetupTableData.module.css.html +193 -0
- package/coverage/setup/table/TableData/TableData.js.html +199 -0
- package/coverage/setup/table/TableData/index.html +131 -0
- package/coverage/setup/table/TableData/props/defaultProps.js.html +100 -0
- package/coverage/setup/table/TableData/props/index.html +131 -0
- package/coverage/setup/table/TableData/props/propTypes.js.html +121 -0
- package/coverage/setup/table/TableHead/SetupTableHead.module.css.html +109 -0
- package/coverage/setup/table/TableHead/TableHead.js.html +193 -0
- package/coverage/setup/table/TableHead/index.html +131 -0
- package/coverage/setup/table/TableHead/props/defaultProps.js.html +97 -0
- package/coverage/setup/table/TableHead/props/index.html +131 -0
- package/coverage/setup/table/TableHead/props/propTypes.js.html +112 -0
- package/coverage/setup/table/TableRow/SetupTableRow.module.css.html +115 -0
- package/coverage/setup/table/TableRow/TableRow.js.html +205 -0
- package/coverage/setup/table/TableRow/index.html +131 -0
- package/coverage/setup/table/TableRow/props/defaultProps.js.html +97 -0
- package/coverage/setup/table/TableRow/props/index.html +131 -0
- package/coverage/setup/table/TableRow/props/propTypes.js.html +121 -0
- package/coverage/setup/table/Text/TableText.module.css.html +196 -0
- package/coverage/setup/table/Text/Text.js.html +214 -0
- package/coverage/setup/table/Text/index.html +131 -0
- package/coverage/setup/table/Text/props/defaultProps.js.html +106 -0
- package/coverage/setup/table/Text/props/index.html +131 -0
- package/coverage/setup/table/Text/props/propTypes.js.html +127 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/coverage/svg/PlusIcon.js.html +175 -0
- package/coverage/svg/SnippetIcon.js.html +196 -0
- package/coverage/svg/TemplateIcon.js.html +160 -0
- package/coverage/svg/index.html +146 -0
- package/coverage/svg/props/defaultProps.js.html +136 -0
- package/coverage/svg/props/index.html +131 -0
- package/coverage/svg/props/propTypes.js.html +142 -0
- package/coverage/utils/ChannelIconMapping.js.html +475 -0
- package/coverage/utils/General.js.html +208 -0
- package/coverage/utils/editorUtils.js.html +652 -0
- package/coverage/utils/index.html +146 -0
- package/coverage/version2/AlertClose/AlertClose.js.html +202 -0
- package/coverage/version2/AlertClose/AlertClose.module.css.html +211 -0
- package/coverage/version2/AlertClose/index.html +131 -0
- package/coverage/version2/AlertClose/props/index.html +116 -0
- package/coverage/version2/AlertClose/props/propTypes.js.html +112 -0
- package/coverage/version2/GlobalNotification/GlobalNotification.js.html +463 -0
- package/coverage/version2/GlobalNotification/GlobalNotification.module.css.html +466 -0
- package/coverage/version2/GlobalNotification/index.html +131 -0
- package/coverage/version2/GlobalNotification/props/defaultProps.js.html +103 -0
- package/coverage/version2/GlobalNotification/props/index.html +131 -0
- package/coverage/version2/GlobalNotification/props/propTypes.js.html +214 -0
- package/coverage/version2/alertIcons/AlarmAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/AlertIcons.js.html +253 -0
- package/coverage/version2/alertIcons/AlertIcons.module.css.html +286 -0
- package/coverage/version2/alertIcons/DangerAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/ErrorAlertIcon.js.html +169 -0
- package/coverage/version2/alertIcons/InfoAlertIcon.js.html +172 -0
- package/coverage/version2/alertIcons/NotificationAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/SuccessAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/WarningAlertIcon.js.html +163 -0
- package/coverage/version2/alertIcons/index.html +236 -0
- package/coverage/version2/alertIcons/props/defaultProps.js.html +187 -0
- package/coverage/version2/alertIcons/props/index.html +131 -0
- package/coverage/version2/alertIcons/props/propTypes.js.html +211 -0
- package/coverage/version2/errorstate/Inconvenience/Inconvenience.js.html +319 -0
- package/coverage/version2/errorstate/Inconvenience/index.html +116 -0
- package/coverage/version2/errorstate/Inconvenience/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/Inconvenience/props/index.html +131 -0
- package/coverage/version2/errorstate/Inconvenience/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +319 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/index.html +116 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/props/index.html +131 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +319 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/index.html +116 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/props/index.html +131 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +319 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/index.html +116 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +112 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/props/index.html +131 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +139 -0
- package/coverage/version2/errorstate/UrlNotFound/UrlNotFound.js.html +319 -0
- package/coverage/version2/errorstate/UrlNotFound/index.html +116 -0
- package/coverage/version2/errorstate/UrlNotFound/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/UrlNotFound/props/index.html +131 -0
- package/coverage/version2/errorstate/UrlNotFound/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/V2_ErrorStates.module.css.html +223 -0
- package/coverage/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +319 -0
- package/coverage/version2/errorstate/WillBeRightBack/index.html +116 -0
- package/coverage/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/WillBeRightBack/props/index.html +131 -0
- package/coverage/version2/errorstate/WillBeRightBack/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/index.html +116 -0
- package/coverage/version2/lookup/AlertHeader/AlertHeader.js.html +316 -0
- package/coverage/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +277 -0
- package/coverage/version2/lookup/AlertHeader/css/cssJSLogic.js.html +130 -0
- package/coverage/version2/lookup/AlertHeader/css/index.html +131 -0
- package/coverage/version2/lookup/AlertHeader/index.html +116 -0
- package/coverage/version2/lookup/AlertHeader/props/defaultProps.js.html +106 -0
- package/coverage/version2/lookup/AlertHeader/props/index.html +131 -0
- package/coverage/version2/lookup/AlertHeader/props/propTypes.js.html +166 -0
- package/coverage/version2/lookup/AlertLookup/AlertLookup.js.html +778 -0
- package/coverage/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +202 -0
- package/coverage/version2/lookup/AlertLookup/index.html +131 -0
- package/coverage/version2/lookup/AlertLookup/props/defaultProps.js.html +124 -0
- package/coverage/version2/lookup/AlertLookup/props/index.html +131 -0
- package/coverage/version2/lookup/AlertLookup/props/propTypes.js.html +214 -0
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.js.html +703 -0
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.module.css.html +424 -0
- package/coverage/version2/notification/DesktopNotification/index.html +131 -0
- package/coverage/version2/notification/DesktopNotification/props/defaultProps.js.html +139 -0
- package/coverage/version2/notification/DesktopNotification/props/index.html +131 -0
- package/coverage/version2/notification/DesktopNotification/props/propTypes.js.html +217 -0
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +361 -0
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +370 -0
- package/coverage/version2/notification/DesktopNotificationHeader/index.html +131 -0
- package/coverage/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +109 -0
- package/coverage/version2/notification/DesktopNotificationHeader/props/index.html +131 -0
- package/coverage/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +124 -0
- package/es/ActionButton/ActionButton.js +7 -5
- package/es/ActionButton/__tests__/ActionButton.spec.js +1 -1
- package/es/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2 -2
- package/es/AlphabeticList/AlphabeticList.js +3 -3
- package/es/AlphabeticList/__tests__/AlphabeticList.spec.js +1 -1
- package/es/Attachment/Attachment.js +6 -5
- package/es/Attachment/__tests__/Attachment.spec.js +1 -1
- package/es/AttachmentViewer/AttachmentImage.js +4 -4
- package/es/AttachmentViewer/AttachmentViewer.js +22 -15
- package/es/AttachmentViewer/__tests__/AttachmentImage.spec.js +1 -1
- package/es/AttachmentViewer/__tests__/AttachmentViewer.spec.js +1 -1
- package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +4 -2
- package/es/AttachmentViewer/props/defaultProps.js +2 -1
- package/es/AttachmentViewer/props/propTypes.js +2 -1
- package/es/ChannelIcon/ChannelIcon.js +6 -5
- package/es/ChannelIcon/__tests__/ChannelIcon.spec.js +1 -1
- package/es/Drawer/Drawer.js +6 -6
- package/es/Drawer/__tests__/Drawer.spec.js +1 -1
- package/es/Drawer/index.js +1 -1
- package/es/ExternalLink/ExternalLink.js +3 -3
- package/es/ExternalLink/__tests__/ExternalLink.spec.js +1 -1
- package/es/FlipCard/FlipCard.js +7 -7
- package/es/FlipCard/__tests__/FlipCard.spec.js +1 -1
- package/es/FormAction/FormAction.js +3 -3
- package/es/FormAction/__tests__/FormAction.spec.js +1 -1
- package/es/FreezeLayer/FreezeLayer.js +5 -5
- package/es/FreezeLayer/__tests__/FreezeLayer.spec.js +1 -1
- package/es/FreezeLayer/index.js +2 -2
- package/es/Hooks/Dragger/useDragger.js +5 -5
- package/es/Hooks/useFreezeLayer.js +1 -1
- package/es/IconButton/IconButton.js +3 -3
- package/es/IconButton/__tests__/IconButton.spec.js +1 -1
- package/es/Image/Image.js +3 -3
- package/es/Image/__tests__/Image.spec.js +1 -1
- package/es/ImportantNotes/ImportantNotes.js +3 -3
- package/es/ImportantNotes/__tests__/ImportantNotes.spec.js +1 -1
- package/es/Link/Link.js +4 -4
- package/es/Link/__tests__/Link.spec.js +1 -1
- package/es/Loader/Loader.js +1 -1
- package/es/Loader/__tests__/Loader.spec.js +1 -1
- package/es/Message/Message.js +4 -4
- package/es/Message/__tests__/Message.spec.js +1 -1
- package/es/Message/props/propTypes.js +1 -1
- package/es/MessageBanner/MessageBanner.js +8 -6
- package/es/MessageBanner/__tests__/MessageBanner.spec.js +1 -1
- package/es/NewStar/NewStar.js +3 -3
- package/es/NewStar/__tests__/NewStar.spec.js +1 -1
- package/es/PlusIcon/PlusIcon.js +4 -4
- package/es/PlusIcon/__tests__/PlusIcon.spec.js +1 -1
- package/es/Separator/Separator.js +3 -3
- package/es/Separator/__tests__/Separator.spec.js +1 -1
- package/es/TagWithIcon/TagWithIcon.js +3 -3
- package/es/TagWithIcon/__tests__/TagWithIcon.spec.js +1 -1
- package/es/ToastMessage/ToastMessage.js +4 -4
- package/es/ToastMessage/__tests__/ToastMessage.spec.js +1 -1
- package/es/Upload/Upload.js +4 -4
- package/es/Upload/__tests__/Upload.spec.js +1 -1
- package/es/actions/AutoClose.js +2 -2
- package/es/alert/AlertHeader/AlertHeader.js +7 -6
- package/es/alert/AlertHeader/__tests__/AlertHeader.spec.js +1 -1
- package/es/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +2 -2
- package/es/alert/AlertLookup/AlertLookup.js +7 -7
- package/es/alert/AlertLookup/__tests__/AlertLookup.spec.js +1 -1
- package/es/alert/index.js +2 -2
- package/es/avatar/AvatarClose/AvatarClose.js +10 -5
- package/es/avatar/AvatarClose/__tests__/AvatarClose.spec.js +1 -1
- package/es/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +2 -0
- package/es/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/es/avatar/AvatarClose/props/propTypes.js +2 -1
- package/es/avatar/AvatarCollision/AvatarCollision.js +3 -3
- package/es/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +1 -1
- package/es/avatar/AvatarIcon/AvatarIcon.js +3 -3
- package/es/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +1 -1
- package/es/avatar/AvatarStatus/AvatarStatus.js +3 -3
- package/es/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +1 -1
- package/es/avatar/AvatarThread/AvatarThread.js +3 -3
- package/es/avatar/AvatarThread/__tests__/AvatarThread.spec.js +1 -1
- package/es/avatar/AvatarUser/AvatarUser.js +4 -4
- package/es/avatar/AvatarUser/__tests__/AvatarUser.spec.js +1 -1
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -3
- package/es/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +1 -1
- package/es/avatar/index.js +7 -7
- package/es/deprecated/FreezeLayer/FreezeLayer.js +4 -4
- package/es/deprecated/SelectDropdown/SelectDropdown.js +1 -1
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +10 -6
- package/es/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +1 -1
- package/es/emptystate/CommonEmptyState/CommonEmptyState.js +4 -4
- package/es/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +1 -1
- package/es/emptystate/EditionPage/EditionPage.js +3 -3
- package/es/emptystate/EditionPage/__tests__/EditionPage.spec.js +1 -1
- package/es/errorstate/Inconvenience/Inconvenience.js +5 -5
- package/es/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +1 -1
- package/es/errorstate/LinkText/LinkText.js +4 -4
- package/es/errorstate/LinkText/__tests__/LinkText.spec.js +1 -1
- package/es/errorstate/NoRequestFound/NoRequestFound.js +5 -5
- package/es/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +1 -1
- package/es/errorstate/PermissionPlay/PermissionPlay.js +5 -5
- package/es/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +1 -1
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +5 -5
- package/es/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +1 -1
- package/es/errorstate/UnableToProcess/UnableToProcess.js +5 -5
- package/es/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +1 -1
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +5 -5
- package/es/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +1 -1
- package/es/errorstate/WillBack/WillBack.js +4 -4
- package/es/errorstate/WillBack/__tests__/WillBack.spec.js +1 -1
- package/es/errorstate/index.js +8 -8
- package/es/form/fields/CheckBoxField/CheckBoxField.js +5 -5
- package/es/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +1 -1
- package/es/form/fields/CheckBoxField/props/defaultProps.js +1 -1
- package/es/form/fields/CheckBoxField/props/propTypes.js +1 -1
- package/es/form/fields/CurrencyField/CurrencyField.js +5 -5
- package/es/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +1 -1
- package/es/form/fields/CurrencyField/props/defaultProps.js +1 -1
- package/es/form/fields/CurrencyField/props/propTypes.js +1 -1
- package/es/form/fields/DateField/DateField.js +5 -5
- package/es/form/fields/DateField/__tests__/DateField.spec.js +1 -1
- package/es/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -1
- package/es/form/fields/DateField/props/defaultProps.js +1 -1
- package/es/form/fields/DateField/props/propTypes.js +1 -1
- package/es/form/fields/FieldContainer/FieldContainer.js +3 -3
- package/es/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +1 -1
- package/es/form/fields/FieldContainer/props/defaultProps.js +1 -1
- package/es/form/fields/Fields.module.css +17 -0
- package/es/form/fields/MultiSelectField/MultiSelectField.js +5 -5
- package/es/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +1 -1
- package/es/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -1
- package/es/form/fields/MultiSelectField/props/defaultProps.js +1 -1
- package/es/form/fields/MultiSelectField/props/propTypes.js +1 -1
- package/es/form/fields/PhoneField/PhoneField.js +6 -6
- package/es/form/fields/PhoneField/__tests__/PhoneField.spec.js +1 -1
- package/es/form/fields/RadioField/RadioField.js +4 -4
- package/es/form/fields/RadioField/__tests__/RadioField.spec.js +1 -1
- package/es/form/fields/SelectField/SelectField.js +5 -5
- package/es/form/fields/SelectField/__tests__/SelectField.spec.js +1 -1
- package/es/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -1
- package/es/form/fields/SelectField/props/defaultProps.js +1 -1
- package/es/form/fields/SelectField/props/propTypes.js +1 -1
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -5
- package/es/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +1 -1
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +7 -7
- package/es/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +1 -1
- package/es/form/fields/TagsMultiSelectField/props/defaultProps.js +1 -1
- package/es/form/fields/TagsMultiSelectField/props/propTypes.js +1 -1
- package/es/form/fields/TextBoxField/TextBoxField.js +5 -5
- package/es/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +1 -1
- package/es/form/fields/TextBoxField/props/defaultProps.js +1 -1
- package/es/form/fields/TextBoxField/props/propTypes.js +1 -1
- package/es/form/fields/TextEditor/TextEditor.js +4 -4
- package/es/form/fields/TextEditor/__tests__/TextEditor.spec.js +1 -1
- package/es/form/fields/TextEditorField/TextEditorField.js +6 -6
- package/es/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +1 -1
- package/es/form/fields/TextEditorField/props/defaultProps.js +1 -1
- package/es/form/fields/TextEditorField/props/propTypes.js +1 -1
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +5 -5
- package/es/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +1 -1
- package/es/form/fields/TextareaField/TextareaField.js +35 -28
- package/es/form/fields/TextareaField/__tests__/TextareaField.spec.js +1 -1
- package/es/form/fields/TextareaField/props/defaultProps.js +2 -1
- package/es/form/fields/TextareaField/props/propTypes.js +3 -1
- package/es/form/fields/ValidationMessage/ValidationMessage.js +3 -3
- package/es/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +1 -1
- package/es/form/fields/index.js +16 -16
- package/es/form/layout/Field/Field.js +3 -3
- package/es/form/layout/Field/__tests__/Field.spec.js +1 -1
- package/es/form/layout/Section/Section.js +2 -2
- package/es/form/layout/Section/__tests__/Section.spec.js +1 -1
- package/es/form/layout/index.js +2 -2
- package/es/index.js +39 -39
- package/es/layout/SetupDetailLayout/SetupDetailLayout.js +3 -3
- package/es/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +1 -1
- package/es/layout/SetupDetailLayout/index.js +4 -4
- package/es/layout/SubtabLayout/SubtabLayout.js +4 -4
- package/es/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +1 -1
- package/es/layout/SubtabLayout/index.js +4 -4
- package/es/list/AvatarFlip/AvatarFlip.js +4 -4
- package/es/list/AvatarFlip/__tests__/AvatarFlip.spec.js +1 -1
- package/es/list/BluePrintStatus/BluePrintStatus.js +2 -2
- package/es/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +1 -1
- package/es/list/Comment/Comment.js +3 -3
- package/es/list/Comment/__tests__/Comment.spec.js +1 -1
- package/es/list/DepartmentDropDown/DepartmentDropDown.js +5 -5
- package/es/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +1 -1
- package/es/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +2 -2
- package/es/list/Dot/Dot.js +3 -3
- package/es/list/Dot/__tests__/Dot.spec.js +1 -1
- package/es/list/DotNew/DotNew.js +3 -3
- package/es/list/DotNew/__tests__/DotNew.spec.js +1 -1
- package/es/list/GridStencils/GridStencils.js +2 -2
- package/es/list/GridStencils/__tests__/GridStencils.spec.js +1 -1
- package/es/list/Icons/AddNewIcon.js +2 -2
- package/es/list/Icons/CompleteIcon.js +2 -2
- package/es/list/Icons/DeleteIcon.js +2 -2
- package/es/list/Icons/EditIcon.js +2 -2
- package/es/list/Icons/FloatingIcons.js +3 -3
- package/es/list/Icons/ReadUnreadIcon.js +3 -3
- package/es/list/Icons/SmartIcon.js +2 -2
- package/es/list/Icons/__tests__/AddNewIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/CompleteIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/DeleteIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/EditIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/FloatingIcons.spec.js +1 -1
- package/es/list/Icons/__tests__/ReadUnreadIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/SmartIcon.spec.js +1 -1
- package/es/list/Icons/index.js +7 -7
- package/es/list/ListLayout/ListLayout.js +3 -3
- package/es/list/ListLayout/__tests__/ListLayout.spec.js +1 -1
- package/es/list/ListStencils/ListStencils.js +3 -3
- package/es/list/ListStencils/__tests__/ListStencils.spec.js +1 -1
- package/es/list/SecondaryText/AccountName.js +4 -4
- package/es/list/SecondaryText/ContactName.js +5 -5
- package/es/list/SecondaryText/DepartmentText.js +2 -2
- package/es/list/SecondaryText/Email.js +4 -4
- package/es/list/SecondaryText/HappinessRating.js +2 -2
- package/es/list/SecondaryText/PhoneNumber.js +4 -4
- package/es/list/SecondaryText/PriorityText.js +3 -3
- package/es/list/SecondaryText/SecondaryText.js +3 -3
- package/es/list/SecondaryText/StatusText.js +3 -3
- package/es/list/SecondaryText/TicketId.js +4 -4
- package/es/list/SecondaryText/Website.js +4 -4
- package/es/list/SecondaryText/__tests__/AccountName.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/ContactName.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/DepartmentText.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/Email.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/HappinessRating.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/PhoneNumber.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/PriorityText.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/SecondaryText.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/StatusText.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/TicketId.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/Website.spec.js +1 -1
- package/es/list/SecondaryText/index.js +11 -11
- package/es/list/SecondryPanel/SecondryPanel.js +4 -4
- package/es/list/SecondryPanel/__tests__/SecondryPanel.spec.js +1 -1
- package/es/list/SentimentStatus/SentimentStatus.js +2 -2
- package/es/list/SentimentStatus/__tests__/SentimentStatus.spec.js +1 -1
- package/es/list/Subject/Subject.js +4 -4
- package/es/list/Subject/__tests__/Subject.spec.js +1 -1
- package/es/list/TagNew/TagNew.js +3 -3
- package/es/list/TagNew/__tests__/TagNew.spec.js +1 -1
- package/es/list/Thread/Thread.js +3 -3
- package/es/list/Thread/__tests__/Thread.spec.js +1 -1
- package/es/list/index.js +16 -16
- package/es/list/status/StatusDropdown/StatusDropdown.js +10 -7
- package/es/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +1 -1
- package/es/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +2 -2
- package/es/list/status/StatusListItem/StatusListItem.js +3 -3
- package/es/list/status/StatusListItem/__tests__/StatusListItem.spec.js +1 -1
- package/es/list/status/index.js +2 -2
- package/es/lookup/EmptyPage/EmptyPage.js +3 -3
- package/es/lookup/EmptyPage/__tests__/EmptyPage.spec.js +1 -1
- package/es/lookup/Lookup/Lookup.js +4 -4
- package/es/lookup/Lookup/__tests__/Lookup.spec.js +1 -1
- package/es/lookup/Section/Section.js +2 -2
- package/es/lookup/Section/__tests__/Section.spec.js +1 -1
- package/es/lookup/header/Close/Close.js +3 -3
- package/es/lookup/header/Close/__tests__/Close.spec.js +1 -1
- package/es/lookup/header/ModuleHeader/ModuleHeader.js +8 -8
- package/es/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +1 -1
- package/es/lookup/header/Search/Search.js +4 -4
- package/es/lookup/header/Search/__tests__/Search.spec.js +1 -1
- package/es/lookup/header/TicketHeader/TicketHeader.js +10 -10
- package/es/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +1 -1
- package/es/lookup/header/Title/Title.js +3 -3
- package/es/lookup/header/Title/__tests__/Titles.spec.js +1 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +19 -10
- package/es/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +1 -1
- package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +6 -2
- package/es/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/es/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/es/lookup/header/index.js +5 -5
- package/es/lookup/index.js +4 -4
- package/es/setup/header/Button/Button.js +3 -3
- package/es/setup/header/Button/__tests__/Button.spec.js +1 -1
- package/es/setup/header/Link/Link.js +4 -4
- package/es/setup/header/Link/__tests__/Link.spec.js +1 -1
- package/es/setup/header/Search/Search.js +11 -6
- package/es/setup/header/Search/__tests__/Search.spec.js +1 -1
- package/es/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +2 -0
- package/es/setup/header/Search/props/defaultProps.js +2 -1
- package/es/setup/header/Search/props/propTypes.js +2 -1
- package/es/setup/header/Views/Views.js +3 -3
- package/es/setup/header/Views/__tests__/Views.spec.js +1 -1
- package/es/setup/header/index.js +4 -4
- package/es/setup/helptips/Description/Description.js +2 -2
- package/es/setup/helptips/Description/__tests__/Description.spec.js +1 -1
- package/es/setup/helptips/Link/Link.js +3 -3
- package/es/setup/helptips/Link/__tests__/Link.spec.js +1 -1
- package/es/setup/helptips/ListGroup/ListGroup.js +2 -2
- package/es/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +1 -1
- package/es/setup/helptips/Title/Title.js +2 -2
- package/es/setup/helptips/Title/__tests__/Title.spec.js +1 -1
- package/es/setup/helptips/index.js +4 -4
- package/es/setup/index.js +3 -3
- package/es/setup/table/Table/Table.js +2 -2
- package/es/setup/table/Table/__tests__/Table.spec.js +1 -1
- package/es/setup/table/TableBody/TableBody.js +2 -2
- package/es/setup/table/TableBody/__tests__/TableBody.spec.js +1 -1
- package/es/setup/table/TableData/TableData.js +3 -3
- package/es/setup/table/TableData/__tests__/TableData.spec.js +1 -1
- package/es/setup/table/TableHead/TableHead.js +3 -3
- package/es/setup/table/TableHead/__tests__/TableHead.spec.js +1 -1
- package/es/setup/table/TableRow/TableRow.js +3 -3
- package/es/setup/table/TableRow/__tests__/TableRow.spec.js +1 -1
- package/es/setup/table/Text/Text.js +4 -4
- package/es/setup/table/Text/__tests__/Text.spec.js +1 -1
- package/es/setup/table/index.js +5 -5
- package/es/svg/PlusIcon.js +2 -2
- package/es/svg/SnippetIcon.js +2 -2
- package/es/svg/TemplateIcon.js +2 -2
- package/es/svg/__tests__/PlusIcon.spec.js +1 -1
- package/es/svg/__tests__/SnippetIcon.spec.js +1 -1
- package/es/svg/__tests__/TemplateIcon.spec.js +1 -1
- package/es/svg/index.js +3 -3
- package/es/v1/ActionButton/ActionButton.js +7 -5
- package/es/v1/AlphabeticList/AlphabeticList.js +3 -3
- package/es/v1/Attachment/Attachment.js +6 -5
- package/es/v1/AttachmentViewer/AttachmentImage.js +4 -4
- package/es/v1/AttachmentViewer/AttachmentViewer.js +22 -15
- package/es/v1/AttachmentViewer/props/defaultProps.js +2 -1
- package/es/v1/AttachmentViewer/props/propTypes.js +2 -1
- package/es/v1/ChannelIcon/ChannelIcon.js +6 -5
- package/es/v1/Drawer/Drawer.js +6 -6
- package/es/v1/ExternalLink/ExternalLink.js +3 -3
- package/es/v1/FlipCard/FlipCard.js +7 -7
- package/es/v1/FormAction/FormAction.js +3 -3
- package/es/v1/FreezeLayer/FreezeLayer.js +5 -5
- package/es/v1/GlobalNotification/GlobalNotification.js +6 -6
- package/es/v1/IconButton/IconButton.js +3 -3
- package/es/v1/Image/Image.js +3 -3
- package/es/v1/ImportantNotes/ImportantNotes.js +3 -3
- package/es/v1/Link/Link.js +4 -4
- package/es/v1/Loader/Loader.js +1 -1
- package/es/v1/Message/Message.js +4 -4
- package/es/v1/Message/props/propTypes.js +1 -1
- package/es/v1/MessageBanner/MessageBanner.js +8 -6
- package/es/v1/NewStar/NewStar.js +3 -3
- package/es/v1/PlusIcon/PlusIcon.js +4 -4
- package/es/v1/Separator/Separator.js +3 -3
- package/es/v1/TagWithIcon/TagWithIcon.js +3 -3
- package/es/v1/ToastMessage/ToastMessage.js +4 -4
- package/es/v1/Upload/Upload.js +4 -4
- package/es/v1/actions/AutoClose.js +2 -2
- package/es/v1/alert/AlertClose/AlertClose.js +2 -2
- package/es/v1/alert/AlertHeader/AlertHeader.js +9 -8
- package/es/v1/alert/AlertLookup/AlertLookup.js +7 -7
- package/es/v1/alert/alertIcons/AlarmAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/AlertIcons.js +9 -9
- package/es/v1/alert/alertIcons/DangerAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/ErrorAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/InfoAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/NotificationAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/SuccessAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/WarningAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/index.js +8 -8
- package/es/v1/alert/index.js +2 -2
- package/es/v1/avatar/AvatarClose/AvatarClose.js +10 -5
- package/es/v1/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/es/v1/avatar/AvatarClose/props/propTypes.js +2 -1
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +3 -3
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +3 -3
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +3 -3
- package/es/v1/avatar/AvatarThread/AvatarThread.js +3 -3
- package/es/v1/avatar/AvatarUser/AvatarUser.js +4 -4
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -3
- package/es/v1/avatar/index.js +7 -7
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +10 -6
- package/es/v1/emptystate/CommonEmptyState/CommonEmptyState.js +4 -4
- package/es/v1/emptystate/EditionPage/EditionPage.js +3 -3
- package/es/v1/errorstate/Inconvenience/Inconvenience.js +6 -5
- package/es/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +4 -4
- package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +6 -5
- package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +4 -4
- package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +6 -5
- package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +6 -5
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +5 -5
- package/es/v1/form/fields/CheckBoxField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/CheckBoxField/props/propTypes.js +1 -1
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +5 -5
- package/es/v1/form/fields/CurrencyField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/CurrencyField/props/propTypes.js +1 -1
- package/es/v1/form/fields/DateField/DateField.js +5 -5
- package/es/v1/form/fields/DateField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/DateField/props/propTypes.js +1 -1
- package/es/v1/form/fields/FieldContainer/FieldContainer.js +3 -3
- package/es/v1/form/fields/FieldContainer/props/defaultProps.js +1 -1
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +5 -5
- package/es/v1/form/fields/MultiSelectField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/MultiSelectField/props/propTypes.js +1 -1
- package/es/v1/form/fields/PhoneField/PhoneField.js +6 -6
- package/es/v1/form/fields/RadioField/RadioField.js +5 -5
- package/es/v1/form/fields/SelectField/SelectField.js +5 -5
- package/es/v1/form/fields/SelectField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/SelectField/props/propTypes.js +1 -1
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -5
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +7 -7
- package/es/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/TagsMultiSelectField/props/propTypes.js +1 -1
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +5 -5
- package/es/v1/form/fields/TextBoxField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/TextBoxField/props/propTypes.js +1 -1
- package/es/v1/form/fields/TextEditor/TextEditor.js +4 -4
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +6 -6
- package/es/v1/form/fields/TextEditorField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/TextEditorField/props/propTypes.js +1 -1
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +5 -5
- package/es/v1/form/fields/TextareaField/TextareaField.js +5 -5
- package/es/v1/form/fields/TextareaField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/TextareaField/props/propTypes.js +1 -1
- package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +3 -3
- package/es/v1/form/fields/index.js +16 -16
- package/es/v1/form/layout/Field/Field.js +3 -3
- package/es/v1/form/layout/Section/Section.js +2 -2
- package/es/v1/form/layout/index.js +2 -2
- package/es/v1/layout/SetupDetailLayout/SetupDetailLayout.js +3 -3
- package/es/v1/layout/SetupDetailLayout/index.js +4 -4
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -4
- package/es/v1/layout/SubtabLayout/index.js +4 -4
- package/es/v1/list/AvatarFlip/AvatarFlip.js +4 -4
- package/es/v1/list/BluePrintStatus/BluePrintStatus.js +2 -2
- package/es/v1/list/Comment/Comment.js +3 -3
- package/es/v1/list/DepartmentDropDown/DepartmentDropDown.js +5 -5
- package/es/v1/list/Dot/Dot.js +3 -3
- package/es/v1/list/DotNew/DotNew.js +3 -3
- package/es/v1/list/GridStencils/GridStencils.js +2 -2
- package/es/v1/list/Icons/AddNewIcon.js +2 -2
- package/es/v1/list/Icons/CompleteIcon.js +2 -2
- package/es/v1/list/Icons/DeleteIcon.js +2 -2
- package/es/v1/list/Icons/EditIcon.js +2 -2
- package/es/v1/list/Icons/FloatingIcons.js +3 -3
- package/es/v1/list/Icons/ReadUnreadIcon.js +3 -3
- package/es/v1/list/Icons/SmartIcon.js +2 -2
- package/es/v1/list/Icons/index.js +7 -7
- package/es/v1/list/ListLayout/ListLayout.js +3 -3
- package/es/v1/list/ListStencils/ListStencils.js +3 -3
- package/es/v1/list/SecondaryText/AccountName.js +4 -4
- package/es/v1/list/SecondaryText/ContactName.js +5 -5
- package/es/v1/list/SecondaryText/DepartmentText.js +2 -2
- package/es/v1/list/SecondaryText/Email.js +4 -4
- package/es/v1/list/SecondaryText/HappinessRating.js +2 -2
- package/es/v1/list/SecondaryText/PhoneNumber.js +4 -4
- package/es/v1/list/SecondaryText/PriorityText.js +3 -3
- package/es/v1/list/SecondaryText/SecondaryText.js +3 -3
- package/es/v1/list/SecondaryText/StatusText.js +3 -3
- package/es/v1/list/SecondaryText/TicketId.js +4 -4
- package/es/v1/list/SecondaryText/Website.js +4 -4
- package/es/v1/list/SecondaryText/index.js +11 -11
- package/es/v1/list/SecondryPanel/SecondryPanel.js +4 -4
- package/es/v1/list/SentimentStatus/SentimentStatus.js +2 -2
- package/es/v1/list/Subject/Subject.js +4 -4
- package/es/v1/list/TagNew/TagNew.js +3 -3
- package/es/v1/list/Thread/Thread.js +3 -3
- package/es/v1/list/index.js +16 -16
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +10 -7
- package/es/v1/list/status/StatusListItem/StatusListItem.js +3 -3
- package/es/v1/list/status/index.js +2 -2
- package/es/v1/lookup/EmptyPage/EmptyPage.js +3 -3
- package/es/v1/lookup/Lookup/Lookup.js +4 -4
- package/es/v1/lookup/Section/Section.js +2 -2
- package/es/v1/lookup/header/Close/Close.js +3 -3
- package/es/v1/lookup/header/ModuleHeader/ModuleHeader.js +8 -8
- package/es/v1/lookup/header/Search/Search.js +4 -4
- package/es/v1/lookup/header/TicketHeader/TicketHeader.js +10 -10
- package/es/v1/lookup/header/Title/Title.js +3 -3
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +19 -10
- package/es/v1/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/es/v1/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/es/v1/lookup/header/index.js +5 -5
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +6 -6
- package/es/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
- package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +5 -5
- package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
- package/es/v1/setup/header/Button/Button.js +3 -3
- package/es/v1/setup/header/Link/Link.js +4 -4
- package/es/v1/setup/header/Search/Search.js +11 -6
- package/es/v1/setup/header/Search/props/defaultProps.js +2 -1
- package/es/v1/setup/header/Search/props/propTypes.js +2 -1
- package/es/v1/setup/header/Views/Views.js +3 -3
- package/es/v1/setup/header/index.js +4 -4
- package/es/v1/setup/helptips/Description/Description.js +2 -2
- package/es/v1/setup/helptips/Link/Link.js +3 -3
- package/es/v1/setup/helptips/ListGroup/ListGroup.js +2 -2
- package/es/v1/setup/helptips/Title/Title.js +2 -2
- package/es/v1/setup/helptips/index.js +4 -4
- package/es/v1/setup/index.js +3 -3
- package/es/v1/setup/table/Table/Table.js +2 -2
- package/es/v1/setup/table/TableBody/TableBody.js +2 -2
- package/es/v1/setup/table/TableData/TableData.js +3 -3
- package/es/v1/setup/table/TableHead/TableHead.js +3 -3
- package/es/v1/setup/table/TableRow/TableRow.js +3 -3
- package/es/v1/setup/table/Text/Text.js +4 -4
- package/es/v1/setup/table/index.js +5 -5
- 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/index.js +3 -3
- package/es/version2/AlertClose/AlertClose.js +2 -2
- package/es/version2/AlertClose/__tests__/AlertClose.spec.js +1 -1
- package/es/version2/GlobalNotification/GlobalNotification.js +6 -6
- package/es/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +1 -1
- package/es/version2/alertIcons/AlarmAlertIcon.js +3 -3
- package/es/version2/alertIcons/AlertIcons.js +9 -9
- package/es/version2/alertIcons/DangerAlertIcon.js +3 -3
- package/es/version2/alertIcons/ErrorAlertIcon.js +3 -3
- package/es/version2/alertIcons/InfoAlertIcon.js +3 -3
- package/es/version2/alertIcons/NotificationAlertIcon.js +3 -3
- package/es/version2/alertIcons/SuccessAlertIcon.js +3 -3
- package/es/version2/alertIcons/WarningAlertIcon.js +3 -3
- package/es/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/AlertIcons.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/index.js +8 -8
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +6 -5
- package/es/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +1 -1
- package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +4 -4
- package/es/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +1 -1
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +6 -5
- package/es/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +1 -1
- package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +4 -4
- package/es/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +1 -1
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +6 -5
- package/es/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +1 -1
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +6 -5
- package/es/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +1 -1
- package/es/version2/errorstate/index.js +6 -6
- package/es/version2/index.js +8 -8
- package/es/version2/lookup/AlertHeader/AlertHeader.js +7 -7
- package/es/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +1 -1
- package/es/version2/lookup/AlertLookup/AlertLookup.js +7 -7
- package/es/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +1 -1
- package/es/version2/lookup/index.js +2 -2
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -6
- package/es/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +1 -1
- package/es/version2/notification/DesktopNotification/props/defaultProps.js +1 -1
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +5 -5
- package/es/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +1 -1
- package/es/version2/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
- package/es/version2/notification/index.js +3 -3
- package/lib/ActionButton/ActionButton.js +4 -2
- package/lib/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2 -2
- package/lib/Attachment/Attachment.js +2 -1
- package/lib/AttachmentViewer/AttachmentViewer.js +18 -10
- package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +4 -2
- package/lib/AttachmentViewer/props/defaultProps.js +2 -1
- package/lib/AttachmentViewer/props/propTypes.js +2 -1
- package/lib/ChannelIcon/ChannelIcon.js +1 -0
- package/lib/MessageBanner/MessageBanner.js +4 -2
- package/lib/alert/AlertHeader/AlertHeader.js +2 -1
- package/lib/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +2 -2
- package/lib/avatar/AvatarClose/AvatarClose.js +8 -3
- package/lib/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +2 -0
- package/lib/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarClose/props/propTypes.js +2 -1
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +7 -3
- package/lib/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -1
- package/lib/form/fields/Fields.module.css +17 -0
- package/lib/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -1
- package/lib/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -1
- package/lib/form/fields/TextareaField/TextareaField.js +31 -22
- package/lib/form/fields/TextareaField/props/defaultProps.js +2 -1
- package/lib/form/fields/TextareaField/props/propTypes.js +3 -1
- package/lib/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +2 -2
- package/lib/list/status/StatusDropdown/StatusDropdown.js +5 -2
- package/lib/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +2 -2
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +16 -7
- package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +6 -2
- package/lib/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/lib/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/lib/setup/header/Search/Search.js +8 -3
- package/lib/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +2 -0
- package/lib/setup/header/Search/props/defaultProps.js +2 -1
- package/lib/setup/header/Search/props/propTypes.js +2 -1
- package/lib/v1/ActionButton/ActionButton.js +4 -2
- package/lib/v1/Attachment/Attachment.js +2 -1
- package/lib/v1/AttachmentViewer/AttachmentViewer.js +18 -10
- package/lib/v1/AttachmentViewer/props/defaultProps.js +2 -1
- package/lib/v1/AttachmentViewer/props/propTypes.js +2 -1
- package/lib/v1/ChannelIcon/ChannelIcon.js +1 -0
- package/lib/v1/MessageBanner/MessageBanner.js +4 -2
- package/lib/v1/alert/AlertHeader/AlertHeader.js +2 -1
- package/lib/v1/avatar/AvatarClose/AvatarClose.js +8 -3
- package/lib/v1/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/lib/v1/avatar/AvatarClose/props/propTypes.js +2 -1
- package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +7 -3
- package/lib/v1/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +5 -2
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +16 -7
- package/lib/v1/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/lib/v1/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/lib/v1/setup/header/Search/Search.js +8 -3
- package/lib/v1/setup/header/Search/props/defaultProps.js +2 -1
- package/lib/v1/setup/header/Search/props/propTypes.js +2 -1
- package/lib/version2/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/package.json +7 -7
- package/result.json +1 -1
- package/unittest/index.html +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
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 Avatar from '@zohodesk/components/lib/Avatar/Avatar';
|
|
5
5
|
import { Icon } from '@zohodesk/icons';
|
|
6
|
-
import style from
|
|
6
|
+
import style from "./AvatarCollision.module.css";
|
|
7
7
|
export default class AvatarCollision extends React.Component {
|
|
8
8
|
constructor(props) {
|
|
9
9
|
super(props);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { render } from '@testing-library/react';
|
|
3
|
-
import AvatarCollision from
|
|
3
|
+
import AvatarCollision from "../AvatarCollision";
|
|
4
4
|
describe('AvatarCollision', () => {
|
|
5
5
|
test('rendering the defult props', () => {
|
|
6
6
|
const {
|
|
@@ -1,10 +1,10 @@
|
|
|
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 { Container } from '@zohodesk/components/lib/Layout';
|
|
6
6
|
import AvatarSize from '@zohodesk/components/lib/Provider/AvatarSize';
|
|
7
|
-
import style from
|
|
7
|
+
import style from "./AvatarIcon.module.css";
|
|
8
8
|
export default class AvatarIcon extends React.Component {
|
|
9
9
|
render() {
|
|
10
10
|
let {
|
|
@@ -1,8 +1,8 @@
|
|
|
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 Avatar from '@zohodesk/components/lib/Avatar/Avatar';
|
|
5
|
-
import style from
|
|
5
|
+
import style from "./AvatarStatus.module.css";
|
|
6
6
|
export default class AvatarStatus extends React.Component {
|
|
7
7
|
constructor(props) {
|
|
8
8
|
super(props);
|
|
@@ -1,9 +1,9 @@
|
|
|
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 Avatar from '@zohodesk/components/lib/Avatar/Avatar';
|
|
5
5
|
import { Icon } from '@zohodesk/icons';
|
|
6
|
-
import style from
|
|
6
|
+
import style from "./AvatarThread.module.css";
|
|
7
7
|
export default class AvatarThread extends React.Component {
|
|
8
8
|
render() {
|
|
9
9
|
let {
|
|
@@ -1,13 +1,13 @@
|
|
|
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 Avatar from '@zohodesk/components/lib/Avatar/Avatar';
|
|
8
|
-
import AvatarIcon from
|
|
8
|
+
import AvatarIcon from "../AvatarIcon/AvatarIcon";
|
|
9
9
|
import { Icon } from '@zohodesk/icons';
|
|
10
|
-
import style from
|
|
10
|
+
import style from "./AvatarUser.module.css";
|
|
11
11
|
/**** Methods ****/
|
|
12
12
|
|
|
13
13
|
export default class AvatarUser extends React.Component {
|
|
@@ -1,9 +1,9 @@
|
|
|
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 Avatar from '@zohodesk/components/lib/Avatar/Avatar';
|
|
5
5
|
import AvatarTeam from '@zohodesk/components/lib/AvatarTeam/AvatarTeam';
|
|
6
|
-
import style from
|
|
6
|
+
import style from "./AvatarWithTeam.module.css";
|
|
7
7
|
export default class AvatarWithTeam extends React.Component {
|
|
8
8
|
render() {
|
|
9
9
|
let {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { render } from '@testing-library/react';
|
|
3
|
-
import AvatarWithTeam from
|
|
3
|
+
import AvatarWithTeam from "../AvatarWithTeam";
|
|
4
4
|
describe('AvatarWithTeam', () => {
|
|
5
5
|
test('rendering the defult props', () => {
|
|
6
6
|
const {
|
package/es/avatar/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { default as AvatarClose } from
|
|
2
|
-
export { default as AvatarCollision } from
|
|
3
|
-
export { default as AvatarIcon } from
|
|
4
|
-
export { default as AvatarStatus } from
|
|
5
|
-
export { default as AvatarThread } from
|
|
6
|
-
export { default as AvatarUser } from
|
|
7
|
-
export { default as AvatarWithTeam } from
|
|
1
|
+
export { default as AvatarClose } from "./AvatarClose/AvatarClose";
|
|
2
|
+
export { default as AvatarCollision } from "./AvatarCollision/AvatarCollision";
|
|
3
|
+
export { default as AvatarIcon } from "./AvatarIcon/AvatarIcon";
|
|
4
|
+
export { default as AvatarStatus } from "./AvatarStatus/AvatarStatus";
|
|
5
|
+
export { default as AvatarThread } from "./AvatarThread/AvatarThread";
|
|
6
|
+
export { default as AvatarUser } from "./AvatarUser/AvatarUser";
|
|
7
|
+
export { default as AvatarWithTeam } from "./AvatarWithTeam/AvatarWithTeam";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React, { Component } 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 { Container } from '@zohodesk/components/lib/Layout';
|
|
5
5
|
import VelocityAnimationGroup from '@zohodesk/components/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
|
|
6
|
-
import style from
|
|
6
|
+
import style from "./_FreezeLayer.module.css";
|
|
7
7
|
import { getZIndex } from '@zohodesk/components/lib/Provider/ZindexProvider';
|
|
8
|
-
import { getDotLibraryConfig } from
|
|
8
|
+
import { getDotLibraryConfig } from "../Provider/Config";
|
|
9
9
|
export default class FreezeLayer extends Component {
|
|
10
10
|
constructor(props) {
|
|
11
11
|
super(props);
|
|
@@ -8,7 +8,7 @@ import { Icon } from '@zohodesk/icons';
|
|
|
8
8
|
import { Container, Box } from '@zohodesk/components/lib/Layout';
|
|
9
9
|
import ResponsiveDropBox from '@zohodesk/components/lib/ResponsiveDropBox/ResponsiveDropBox';
|
|
10
10
|
import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
|
|
11
|
-
import style from
|
|
11
|
+
import style from "./SelectDropdown.module.css";
|
|
12
12
|
|
|
13
13
|
class SelectDropdown extends React.Component {
|
|
14
14
|
constructor(props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Component, Fragment } 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 Popup from '@zohodesk/components/lib/Popup/Popup';
|
|
6
6
|
import { Box, Container } from '@zohodesk/components/lib/Layout';
|
|
@@ -9,7 +9,7 @@ import ListItemWithIcon from '@zohodesk/components/lib/ListItem/ListItemWithIcon
|
|
|
9
9
|
import DropDownHeading from '@zohodesk/components/lib/DropDown/DropDownHeading';
|
|
10
10
|
import TextBoxIcon from '@zohodesk/components/lib/TextBoxIcon/TextBoxIcon';
|
|
11
11
|
import Loader from '@zohodesk/svg/lib/Loader/Loader';
|
|
12
|
-
import CommonEmptyState from
|
|
12
|
+
import CommonEmptyState from "../../emptystate/CommonEmptyState/CommonEmptyState";
|
|
13
13
|
import EmptySearch from '@zohodesk/svg/lib/emptystate/version3/EmptySearch';
|
|
14
14
|
import CssProvider from '@zohodesk/components/lib/Provider/CssProvider';
|
|
15
15
|
import { scrollTo, findScrollEnd } from '@zohodesk/components/lib/utils/Common';
|
|
@@ -18,7 +18,7 @@ import btnStyle from '@zohodesk/components/lib/semantic/Button/semanticButton.mo
|
|
|
18
18
|
import RippleEffect from '@zohodesk/components/lib/RippleEffect/RippleEffect';
|
|
19
19
|
import ResponsiveDropBox from '@zohodesk/components/lib/ResponsiveDropBox/ResponsiveDropBox';
|
|
20
20
|
import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
|
|
21
|
-
import style from
|
|
21
|
+
import style from "./ToggleDropDown.module.css";
|
|
22
22
|
export class ToggleDropDown extends Component {
|
|
23
23
|
constructor(props) {
|
|
24
24
|
super(props);
|
|
@@ -580,14 +580,16 @@ export class ToggleDropDown extends Component {
|
|
|
580
580
|
className: value ? style.iconBox : ''
|
|
581
581
|
}, /*#__PURE__*/React.createElement(Icon, {
|
|
582
582
|
name: iconName,
|
|
583
|
-
size: iconSize
|
|
583
|
+
size: iconSize,
|
|
584
|
+
dataId: `${dataId}_icon`
|
|
584
585
|
})) : null, value && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Box, {
|
|
585
586
|
id: ariaTitleId,
|
|
586
587
|
"aria-hidden": true,
|
|
587
588
|
className: `${style.value} toggleDropText`,
|
|
588
589
|
shrink: true,
|
|
589
590
|
tagName: "span",
|
|
590
|
-
"data-title": dataTitle
|
|
591
|
+
"data-title": dataTitle,
|
|
592
|
+
dataId: `${dataId}_value`
|
|
591
593
|
}, value), isEditable ? /*#__PURE__*/React.createElement(Icon, {
|
|
592
594
|
"aria-hidden": true,
|
|
593
595
|
size: "6",
|
|
@@ -638,6 +640,7 @@ export class ToggleDropDown extends Component {
|
|
|
638
640
|
isFetchingOptions: isFetchingOptions
|
|
639
641
|
}
|
|
640
642
|
},
|
|
643
|
+
dataId: `${dataId}_dropbox`,
|
|
641
644
|
...DropBoxProps,
|
|
642
645
|
onClose: this.handleTogglePopup
|
|
643
646
|
}, /*#__PURE__*/React.createElement(React.Fragment, null, isSearch ? /*#__PURE__*/React.createElement(Box, {
|
|
@@ -656,6 +659,7 @@ export class ToggleDropDown extends Component {
|
|
|
656
659
|
} //search
|
|
657
660
|
// onKeyDown={this.handleKeyDown}
|
|
658
661
|
,
|
|
662
|
+
dataId: `${dataId}_search`,
|
|
659
663
|
a11y: {
|
|
660
664
|
role: 'combobox',
|
|
661
665
|
ariaOwns: ariaTitleId,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { render } from '@testing-library/react';
|
|
3
|
-
import ToggleDropDown from
|
|
3
|
+
import ToggleDropDown from "../ToggleDropDown";
|
|
4
4
|
describe('ToggleDropDown', () => {
|
|
5
5
|
test('rendering the defult props', () => {
|
|
6
6
|
const {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { Component } from 'react';
|
|
2
|
-
import { defaultProps } from
|
|
3
|
-
import { propTypes } from
|
|
4
|
-
import Link from
|
|
5
|
-
import style from
|
|
2
|
+
import { defaultProps } from "./props/defaultProps";
|
|
3
|
+
import { propTypes } from "./props/propTypes";
|
|
4
|
+
import Link from "../../Link/Link";
|
|
5
|
+
import style from "./CommonEmptyState.module.css";
|
|
6
6
|
export default class CommonEmptyState extends Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { render } from '@testing-library/react';
|
|
3
|
-
import CommonEmptyState from
|
|
3
|
+
import CommonEmptyState from "../CommonEmptyState";
|
|
4
4
|
describe('CommonEmptyState', () => {
|
|
5
5
|
test('rendering the defult props', () => {
|
|
6
6
|
const {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { Component } 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 EmptyCrmPotential from '@zohodesk/svg/lib/emptystate/version3/EmptyCrmPotential';
|
|
5
|
-
import style from
|
|
5
|
+
import style from "./EditionPage.css";
|
|
6
6
|
export default class EditionPage extends Component {
|
|
7
7
|
constructor(props) {
|
|
8
8
|
super(props);
|
|
@@ -1,12 +1,12 @@
|
|
|
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 { Container, Box } from '@zohodesk/components/lib/Layout';
|
|
5
|
-
import LinkText from
|
|
5
|
+
import LinkText from "../LinkText/LinkText";
|
|
6
6
|
import InconvenienceSVG from '@zohodesk/svg/lib/errorstate/version1/EmptyInconvenience';
|
|
7
7
|
import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
|
|
8
|
-
import commonStyle from
|
|
9
|
-
import style from
|
|
8
|
+
import commonStyle from "../EmptyStates.module.css";
|
|
9
|
+
import style from "./Inconvenience.module.css";
|
|
10
10
|
export default class Inconvenience extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
12
12
|
super(props);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { defaultProps } from
|
|
3
|
-
import { propTypes } from
|
|
4
|
-
import Link from
|
|
5
|
-
import style from
|
|
2
|
+
import { defaultProps } from "./props/defaultProps";
|
|
3
|
+
import { propTypes } from "./props/propTypes";
|
|
4
|
+
import Link from "../../Link/Link";
|
|
5
|
+
import style from "./LinkText.module.css";
|
|
6
6
|
export default class LinkText extends React.Component {
|
|
7
7
|
render() {
|
|
8
8
|
let {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { defaultProps } from
|
|
3
|
-
import { propTypes } from
|
|
4
|
-
import commonStyle from
|
|
2
|
+
import { defaultProps } from "./props/defaultProps";
|
|
3
|
+
import { propTypes } from "./props/propTypes";
|
|
4
|
+
import commonStyle from "../EmptyStates.module.css";
|
|
5
5
|
import NoRequestFoundSVG from '@zohodesk/svg/lib/errorstate/version1/NoRequestFound';
|
|
6
6
|
import { Container, Box } from '@zohodesk/components/lib/Layout';
|
|
7
|
-
import LinkText from
|
|
7
|
+
import LinkText from "../LinkText/LinkText";
|
|
8
8
|
import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
|
|
9
|
-
import style from
|
|
9
|
+
import style from "./NoRequestFound.module.css";
|
|
10
10
|
export default class NoRequestFound extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
12
12
|
super(props);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { render } from '@testing-library/react';
|
|
3
|
-
import NoRequestFound from
|
|
3
|
+
import NoRequestFound from "../NoRequestFound";
|
|
4
4
|
describe('NoRequestFound', () => {
|
|
5
5
|
test('rendering the defult props', () => {
|
|
6
6
|
const {
|
|
@@ -1,11 +1,11 @@
|
|
|
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 { Container, Box } from '@zohodesk/components/lib/Layout';
|
|
5
|
-
import LinkText from
|
|
5
|
+
import LinkText from "../LinkText/LinkText";
|
|
6
6
|
import UnauthorizedLoginSVG from '@zohodesk/svg/lib/errorstate/version1/UnauthorizedLogin';
|
|
7
|
-
import commonStyle from
|
|
8
|
-
import style from
|
|
7
|
+
import commonStyle from "../EmptyStates.module.css";
|
|
8
|
+
import style from "./PermissionPlay.module.css";
|
|
9
9
|
import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
|
|
10
10
|
export default class PermissionPlay extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { render } from '@testing-library/react';
|
|
3
|
-
import PermissionPlay from
|
|
3
|
+
import PermissionPlay from "../PermissionPlay";
|
|
4
4
|
describe('PermissionPlay', () => {
|
|
5
5
|
test('rendering the defult props', () => {
|
|
6
6
|
const {
|
|
@@ -1,12 +1,12 @@
|
|
|
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 { Container, Box } from '@zohodesk/components/lib/Layout';
|
|
5
5
|
import UrlNotFound from '@zohodesk/svg/lib/errorstate/version1/UrlNotFound';
|
|
6
|
-
import LinkText from
|
|
6
|
+
import LinkText from "../LinkText/LinkText";
|
|
7
7
|
import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
|
|
8
|
-
import commonStyle from
|
|
9
|
-
import style from
|
|
8
|
+
import commonStyle from "../EmptyStates.module.css";
|
|
9
|
+
import style from "./RequestUrlNotFound.module.css";
|
|
10
10
|
export default class RequestUrlNotFound extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
12
12
|
super(props);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { render } from '@testing-library/react';
|
|
3
|
-
import RequestUrlNotFound from
|
|
3
|
+
import RequestUrlNotFound from "../RequestUrlNotFound";
|
|
4
4
|
describe('RequestUrlNotFound', () => {
|
|
5
5
|
test('rendering the defult props', () => {
|
|
6
6
|
const {
|
|
@@ -1,12 +1,12 @@
|
|
|
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 { Container, Box } from '@zohodesk/components/lib/Layout';
|
|
5
|
-
import LinkText from
|
|
5
|
+
import LinkText from "../LinkText/LinkText";
|
|
6
6
|
import UnableToProcessRequest from '@zohodesk/svg/lib/errorstate/version1/UnableToProcessRequest';
|
|
7
7
|
import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
|
|
8
|
-
import commonStyle from
|
|
9
|
-
import style from
|
|
8
|
+
import commonStyle from "../EmptyStates.module.css";
|
|
9
|
+
import style from "./UnableToProcess.module.css";
|
|
10
10
|
export default class UnableToProcess extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
12
12
|
super(props);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { render } from '@testing-library/react';
|
|
3
|
-
import UnableToProcess from
|
|
3
|
+
import UnableToProcess from "../UnableToProcess";
|
|
4
4
|
describe('UnableToProcess', () => {
|
|
5
5
|
test('rendering the defult props', () => {
|
|
6
6
|
const {
|
|
@@ -1,12 +1,12 @@
|
|
|
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 { Container, Box } from '@zohodesk/components/lib/Layout';
|
|
5
|
-
import LinkText from
|
|
5
|
+
import LinkText from "../LinkText/LinkText";
|
|
6
6
|
import UnauthorizedLoginSVG from '@zohodesk/svg/lib/errorstate/version1/UnauthorizedLogin';
|
|
7
7
|
import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
|
|
8
|
-
import commonStyle from
|
|
9
|
-
import style from
|
|
8
|
+
import commonStyle from "../EmptyStates.module.css";
|
|
9
|
+
import style from "./UnauthorizedLogin.module.css";
|
|
10
10
|
export default class UnauthorizedLogin extends React.Component {
|
|
11
11
|
constructor(props) {
|
|
12
12
|
super(props);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { render } from '@testing-library/react';
|
|
3
|
-
import UnauthorizedLogin from
|
|
3
|
+
import UnauthorizedLogin from "../UnauthorizedLogin";
|
|
4
4
|
describe('UnauthorizedLogin', () => {
|
|
5
5
|
test('rendering the defult props', () => {
|
|
6
6
|
const {
|
|
@@ -1,11 +1,11 @@
|
|
|
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 { Container, Box } from '@zohodesk/components/lib/Layout';
|
|
5
5
|
import WillBeRightBack from '@zohodesk/svg/lib/errorstate/version1/WillBeRightBack';
|
|
6
6
|
import { ResponsiveReceiver } from '@zohodesk/components/lib/Responsive/CustomResponsive';
|
|
7
|
-
import commonStyle from
|
|
8
|
-
import style from
|
|
7
|
+
import commonStyle from "../EmptyStates.module.css";
|
|
8
|
+
import style from "./WillBack.module.css";
|
|
9
9
|
export default class WillBack extends React.Component {
|
|
10
10
|
constructor(props) {
|
|
11
11
|
super(props);
|
package/es/errorstate/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { default as Inconvenience } from
|
|
2
|
-
export { default as LinkText } from
|
|
3
|
-
export { default as NoRequestFound } from
|
|
4
|
-
export { default as PermissionPlay } from
|
|
5
|
-
export { default as RequestUrlNotFound } from
|
|
6
|
-
export { default as UnableToProcess } from
|
|
7
|
-
export { default as UnauthorizedLogin } from
|
|
8
|
-
export { default as WillBack } from
|
|
1
|
+
export { default as Inconvenience } from "./Inconvenience/Inconvenience";
|
|
2
|
+
export { default as LinkText } from "./LinkText/LinkText";
|
|
3
|
+
export { default as NoRequestFound } from "./NoRequestFound/NoRequestFound";
|
|
4
|
+
export { default as PermissionPlay } from "./PermissionPlay/PermissionPlay";
|
|
5
|
+
export { default as RequestUrlNotFound } from "./RequestUrlNotFound/RequestUrlNotFound";
|
|
6
|
+
export { default as UnableToProcess } from "./UnableToProcess/UnableToProcess";
|
|
7
|
+
export { default as UnauthorizedLogin } from "./UnauthorizedLogin/UnauthorizedLogin";
|
|
8
|
+
export { default as WillBack } from "./WillBack/WillBack";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**** Libraries ****/
|
|
2
2
|
import React, { PureComponent } 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 Label from '@zohodesk/components/lib/Label/Label';
|
|
8
8
|
import CheckBox from '@zohodesk/components/lib/CheckBox/CheckBox';
|
|
9
|
-
import ValidationMessage from
|
|
9
|
+
import ValidationMessage from "../ValidationMessage/ValidationMessage";
|
|
10
10
|
import { Container, Box } from '@zohodesk/components/lib/Layout';
|
|
11
|
-
import FieldContainer from
|
|
11
|
+
import FieldContainer from "../FieldContainer/FieldContainer";
|
|
12
12
|
/**** CSS ****/
|
|
13
13
|
|
|
14
|
-
import style from
|
|
14
|
+
import style from "../Fields.module.css";
|
|
15
15
|
export default class CheckBoxField extends PureComponent {
|
|
16
16
|
constructor(props) {
|
|
17
17
|
super(props);
|