@zohodesk/dot 1.4.15 → 1.4.17
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 +26 -26
- package/coverage/ExternalLink/ExternalLink.module.css.html +2 -2
- package/coverage/ExternalLink/index.html +21 -21
- package/coverage/ExternalLink/props/defaultProps.js.html +2 -2
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +2 -2
- 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 +14 -14
- package/coverage/IconButton/IconButton.module.css.html +2 -2
- package/coverage/IconButton/index.html +1 -1
- package/coverage/IconButton/props/defaultProps.js.html +2 -2
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +2 -2
- package/coverage/Image/Image.js.html +5 -5
- package/coverage/Image/Image.module.css.html +2 -2
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +2 -2
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +2 -2
- 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 +12 -12
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +5 -5
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +486 -13
- package/coverage/coverage-summary.json +476 -3
- 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/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 +589 -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 +607 -0
- package/coverage/form/fields/TextareaField/index.html +116 -0
- package/coverage/form/fields/TextareaField/props/defaultProps.js.html +133 -0
- package/coverage/form/fields/TextareaField/props/index.html +131 -0
- package/coverage/form/fields/TextareaField/props/propTypes.js.html +196 -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 +3664 -19
- 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/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/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 +4 -2
- package/es/ActionButton/__tests__/ActionButton.spec.js +11 -0
- package/es/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +41 -0
- package/es/AlphabeticList/__tests__/AlphabeticList.spec.js +11 -0
- package/es/AlphabeticList/__tests__/__snapshots__/AlphabeticList.spec.js.snap +338 -0
- package/es/Attachment/Attachment.js +2 -1
- package/es/Attachment/__tests__/Attachment.spec.js +11 -0
- package/es/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +41 -0
- package/es/AttachmentViewer/AttachmentViewer.js +13 -6
- package/es/AttachmentViewer/__tests__/AttachmentImage.spec.js +65 -0
- package/es/AttachmentViewer/__tests__/AttachmentViewer.spec.js +126 -0
- package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentImage.spec.js.snap +11 -0
- package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +485 -0
- package/es/AttachmentViewer/props/defaultProps.js +2 -1
- package/es/AttachmentViewer/props/propTypes.js +2 -1
- package/es/ChannelIcon/ChannelIcon.js +1 -0
- package/es/ChannelIcon/__tests__/ChannelIcon.spec.js +11 -0
- package/es/ChannelIcon/__tests__/__snapshots__/ChannelIcon.spec.js.snap +27 -0
- package/es/Drawer/Drawer.js +4 -5
- package/es/Drawer/__tests__/Drawer.spec.js +19 -0
- package/es/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +31 -0
- package/es/ExternalLink/ExternalLink.js +4 -5
- package/es/ExternalLink/__tests__/ExternalLink.spec.js +7 -23
- package/es/ExternalLink/__tests__/__snapshots__/ExternalLink.spec.js.snap +12 -0
- package/es/FlipCard/FlipCard.js +14 -12
- package/es/FlipCard/__tests__/FlipCard.spec.js +11 -0
- package/es/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +86 -0
- package/es/FormAction/__tests__/FormAction.spec.js +11 -0
- package/es/FormAction/__tests__/__snapshots__/FormAction.spec.js.snap +20 -0
- package/es/FreezeLayer/__tests__/FreezeLayer.spec.js +19 -0
- package/es/FreezeLayer/__tests__/__snapshots__/FreezeLayer.spec.js.snap +13 -0
- package/es/IconButton/IconButton.js +4 -5
- package/es/ImportantNotes/__tests__/ImportantNotes.spec.js +11 -0
- package/es/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +28 -0
- package/es/Link/Link.js +8 -10
- package/es/Link/__tests__/Link.spec.js +11 -0
- package/es/Link/__tests__/__snapshots__/Link.spec.js.snap +11 -0
- package/es/Loader/__tests__/Loader.spec.js +11 -0
- package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +14 -0
- package/es/Message/Message.js +4 -5
- package/es/Message/__tests__/Message.spec.js +11 -0
- package/es/Message/__tests__/__snapshots__/Message.spec.js.snap +51 -0
- package/es/MessageBanner/MessageBanner.js +4 -2
- package/es/MessageBanner/__tests__/MessageBanner.spec.js +11 -0
- package/es/MessageBanner/__tests__/__snapshots__/MessageBanner.spec.js.snap +33 -0
- package/es/NewStar/__tests__/NewStar.spec.js +11 -0
- package/es/NewStar/__tests__/__snapshots__/NewStar.spec.js.snap +37 -0
- package/es/PlusIcon/__tests__/PlusIcon.spec.js +11 -0
- package/es/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +27 -0
- package/es/Separator/__tests__/Separator.spec.js +11 -0
- package/es/Separator/__tests__/__snapshots__/Separator.spec.js.snap +41 -0
- package/es/TagWithIcon/__tests__/TagWithIcon.spec.js +11 -0
- package/es/TagWithIcon/__tests__/__snapshots__/TagWithIcon.spec.js.snap +12 -0
- package/es/ToastMessage/ToastMessage.js +2 -4
- package/es/ToastMessage/__tests__/ToastMessage.spec.js +11 -0
- package/es/ToastMessage/__tests__/__snapshots__/ToastMessage.spec.js.snap +89 -0
- package/es/Upload/__tests__/Upload.spec.js +11 -0
- package/es/Upload/__tests__/__snapshots__/Upload.spec.js.snap +24 -0
- package/es/actions/AutoClose.js +2 -1
- package/es/alert/AlertHeader/AlertHeader.js +2 -1
- package/es/alert/AlertHeader/__tests__/AlertHeader.spec.js +11 -0
- package/es/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +48 -0
- package/es/alert/AlertLookup/AlertLookup.js +14 -12
- package/es/alert/AlertLookup/__tests__/AlertLookup.spec.js +19 -0
- package/es/alert/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
- package/es/avatar/AvatarClose/AvatarClose.js +14 -9
- package/es/avatar/AvatarClose/__tests__/AvatarClose.spec.js +11 -0
- package/es/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +26 -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 +7 -7
- package/es/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +11 -0
- package/es/avatar/AvatarCollision/__tests__/__snapshots__/AvatarCollision.spec.js.snap +41 -0
- package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
- package/es/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +11 -0
- package/es/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +21 -0
- package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
- package/es/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +11 -0
- package/es/avatar/AvatarStatus/__tests__/__snapshots__/AvatarStatus.spec.js.snap +29 -0
- package/es/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/avatar/AvatarThread/__tests__/AvatarThread.spec.js +11 -0
- package/es/avatar/AvatarThread/__tests__/__snapshots__/AvatarThread.spec.js.snap +24 -0
- package/es/avatar/AvatarUser/AvatarUser.js +10 -9
- package/es/avatar/AvatarUser/__tests__/AvatarUser.spec.js +11 -0
- package/es/avatar/AvatarUser/__tests__/__snapshots__/AvatarUser.spec.js.snap +24 -0
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
- package/es/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +8 -44
- package/es/avatar/AvatarWithTeam/__tests__/__snapshots__/AvatarWithTeam.spec.js.snap +26 -0
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +34 -26
- package/es/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +11 -0
- package/es/dropdown/ToggleDropDown/__tests__/__snapshots__/ToggleDropDown.spec.js.snap +27 -0
- package/es/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +11 -0
- package/es/emptystate/CommonEmptyState/__tests__/__snapshots__/CommonEmptyState.spec.js.snap +11 -0
- package/es/emptystate/EditionPage/__tests__/EditionPage.spec.js +11 -0
- package/es/emptystate/EditionPage/__tests__/__snapshots__/EditionPage.spec.js.snap +99 -0
- package/es/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +11 -0
- package/es/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +61 -0
- package/es/errorstate/LinkText/__tests__/LinkText.spec.js +11 -0
- package/es/errorstate/LinkText/__tests__/__snapshots__/LinkText.spec.js.snap +13 -0
- package/es/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +11 -0
- package/es/errorstate/NoRequestFound/__tests__/__snapshots__/NoRequestFound.spec.js.snap +61 -0
- package/es/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +11 -0
- package/es/errorstate/PermissionPlay/__tests__/__snapshots__/PermissionPlay.spec.js.snap +67 -0
- package/es/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +11 -0
- package/es/errorstate/RequestUrlNotFound/__tests__/__snapshots__/RequestUrlNotFound.spec.js.snap +61 -0
- package/es/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +11 -0
- package/es/errorstate/UnableToProcess/__tests__/__snapshots__/UnableToProcess.spec.js.snap +61 -0
- package/es/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +11 -0
- package/es/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +61 -0
- package/es/errorstate/WillBack/__tests__/WillBack.spec.js +11 -0
- package/es/errorstate/WillBack/__tests__/__snapshots__/WillBack.spec.js.snap +76 -0
- package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
- package/es/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +11 -0
- package/es/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +91 -0
- package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
- package/es/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +11 -0
- package/es/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +24 -0
- package/es/form/fields/DateField/DateField.js +14 -14
- package/es/form/fields/DateField/__tests__/DateField.spec.js +11 -0
- package/es/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +89 -0
- package/es/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +11 -0
- package/es/form/fields/FieldContainer/__tests__/__snapshots__/FieldContainer.spec.js.snap +12 -0
- package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
- package/es/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +11 -0
- package/es/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +92 -0
- package/es/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/form/fields/PhoneField/__tests__/PhoneField.spec.js +11 -0
- package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +75 -0
- package/es/form/fields/RadioField/RadioField.js +18 -15
- package/es/form/fields/RadioField/__tests__/RadioField.spec.js +13 -0
- package/es/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +14 -0
- package/es/form/fields/SelectField/SelectField.js +14 -14
- package/es/form/fields/SelectField/__tests__/SelectField.spec.js +11 -0
- package/es/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +108 -0
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +15 -11
- package/es/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +13 -0
- package/es/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +68 -0
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +16 -0
- package/es/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +75 -0
- package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +11 -0
- package/es/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +55 -0
- package/es/form/fields/TextEditor/__tests__/TextEditor.spec.js +11 -0
- package/es/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +21 -0
- package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
- package/es/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +11 -0
- package/es/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +27 -0
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
- package/es/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +11 -0
- package/es/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +18 -0
- package/es/form/fields/TextareaField/TextareaField.js +14 -13
- package/es/form/fields/TextareaField/__tests__/TextareaField.spec.js +11 -0
- package/es/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +22 -0
- package/es/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +11 -0
- package/es/form/fields/ValidationMessage/__tests__/__snapshots__/ValidationMessage.spec.js.snap +24 -0
- package/es/form/layout/Field/__tests__/Field.spec.js +11 -0
- package/es/form/layout/Field/__tests__/__snapshots__/Field.spec.js.snap +13 -0
- package/es/form/layout/Section/__tests__/Section.spec.js +11 -0
- package/es/form/layout/Section/__tests__/__snapshots__/Section.spec.js.snap +13 -0
- package/es/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +11 -0
- package/es/layout/SetupDetailLayout/__tests__/__snapshots__/SetupDetailLayout.spec.js.snap +13 -0
- package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
- package/es/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +11 -0
- package/es/layout/SubtabLayout/__tests__/__snapshots__/SubtabLayout.spec.js.snap +13 -0
- package/es/list/AvatarFlip/__tests__/AvatarFlip.spec.js +11 -0
- package/es/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +90 -0
- package/es/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +11 -0
- package/es/list/BluePrintStatus/__tests__/__snapshots__/BluePrintStatus.spec.js.snap +17 -0
- package/es/list/Comment/__tests__/Comment.spec.js +11 -0
- package/es/list/Comment/__tests__/__snapshots__/Comment.spec.js.snap +23 -0
- package/es/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +11 -0
- package/es/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +48 -0
- package/es/list/Dot/__tests__/Dot.spec.js +11 -0
- package/es/list/Dot/__tests__/__snapshots__/Dot.spec.js.snap +11 -0
- package/es/list/DotNew/__tests__/DotNew.spec.js +11 -0
- package/es/list/DotNew/__tests__/__snapshots__/DotNew.spec.js.snap +9 -0
- package/es/list/GridStencils/__tests__/GridStencils.spec.js +11 -0
- package/es/list/GridStencils/__tests__/__snapshots__/GridStencils.spec.js.snap +9 -0
- package/es/list/Icons/__tests__/AddNewIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/CompleteIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/DeleteIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/EditIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/FloatingIcons.spec.js +11 -0
- package/es/list/Icons/__tests__/ReadUnreadIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/SmartIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/__snapshots__/AddNewIcon.spec.js.snap +17 -0
- package/es/list/Icons/__tests__/__snapshots__/CompleteIcon.spec.js.snap +17 -0
- package/es/list/Icons/__tests__/__snapshots__/DeleteIcon.spec.js.snap +17 -0
- package/es/list/Icons/__tests__/__snapshots__/EditIcon.spec.js.snap +17 -0
- package/es/list/Icons/__tests__/__snapshots__/FloatingIcons.spec.js.snap +9 -0
- package/es/list/Icons/__tests__/__snapshots__/ReadUnreadIcon.spec.js.snap +24 -0
- package/es/list/Icons/__tests__/__snapshots__/SmartIcon.spec.js.snap +17 -0
- package/es/list/ListLayout/ListLayout.js +4 -5
- package/es/list/ListLayout/__tests__/ListLayout.spec.js +11 -0
- package/es/list/ListLayout/__tests__/__snapshots__/ListLayout.spec.js.snap +20 -0
- package/es/list/ListStencils/__tests__/ListStencils.spec.js +11 -0
- package/es/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +43 -0
- package/es/list/SecondaryText/AccountName.js +12 -12
- package/es/list/SecondaryText/ContactName.js +8 -9
- package/es/list/SecondaryText/Email.js +8 -8
- package/es/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/list/SecondaryText/SecondaryText.js +4 -5
- package/es/list/SecondaryText/TicketId.js +7 -7
- package/es/list/SecondaryText/__tests__/AccountName.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/ContactName.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/DepartmentText.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/Email.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/HappinessRating.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/PhoneNumber.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/PriorityText.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/SecondaryText.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/StatusText.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/TicketId.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/Website.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +46 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +32 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +9 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +15 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/HappinessRating.spec.js.snap +18 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +15 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +11 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +9 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +11 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/TicketId.spec.js.snap +11 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +12 -0
- package/es/list/SecondryPanel/__tests__/SecondryPanel.spec.js +11 -0
- package/es/list/SecondryPanel/__tests__/__snapshots__/SecondryPanel.spec.js.snap +9 -0
- package/es/list/SentimentStatus/__tests__/SentimentStatus.spec.js +11 -0
- package/es/list/SentimentStatus/__tests__/__snapshots__/SentimentStatus.spec.js.snap +9 -0
- package/es/list/Subject/Subject.js +7 -7
- package/es/list/Subject/__tests__/Subject.spec.js +11 -0
- package/es/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +9 -0
- package/es/list/TagNew/__tests__/TagNew.spec.js +11 -0
- package/es/list/TagNew/__tests__/__snapshots__/TagNew.spec.js.snap +11 -0
- package/es/list/Thread/__tests__/Thread.spec.js +11 -0
- package/es/list/Thread/__tests__/__snapshots__/Thread.spec.js.snap +25 -0
- package/es/list/status/StatusDropdown/StatusDropdown.js +5 -2
- package/es/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +11 -0
- package/es/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +35 -0
- package/es/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/list/status/StatusListItem/__tests__/StatusListItem.spec.js +11 -0
- package/es/list/status/StatusListItem/__tests__/__snapshots__/StatusListItem.spec.js.snap +47 -0
- package/es/lookup/EmptyPage/__tests__/EmptyPage.spec.js +11 -0
- package/es/lookup/EmptyPage/__tests__/__snapshots__/EmptyPage.spec.js.snap +90 -0
- package/es/lookup/Lookup/Lookup.js +4 -5
- package/es/lookup/Lookup/__tests__/Lookup.spec.js +19 -0
- package/es/lookup/Lookup/__tests__/__snapshots__/Lookup.spec.js.snap +20 -0
- package/es/lookup/Section/__tests__/Section.spec.js +11 -0
- package/es/lookup/Section/__tests__/__snapshots__/Section.spec.js.snap +19 -0
- package/es/lookup/header/Close/__tests__/Close.spec.js +11 -0
- package/es/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +23 -0
- package/es/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +11 -0
- package/es/lookup/header/ModuleHeader/__tests__/__snapshots__/ModuleHeader.spec.js.snap +29 -0
- package/es/lookup/header/Search/Search.js +5 -3
- package/es/lookup/header/Search/__tests__/Search.spec.js +11 -0
- package/es/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +60 -0
- package/es/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +11 -0
- package/es/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +59 -0
- package/es/lookup/header/Title/__tests__/Titles.spec.js +11 -0
- package/es/lookup/header/Title/__tests__/__snapshots__/Titles.spec.js.snap +9 -0
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +16 -7
- package/es/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +11 -0
- package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +32 -0
- package/es/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/es/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/es/setup/header/Button/__tests__/Button.spec.js +11 -0
- package/es/setup/header/Button/__tests__/__snapshots__/Button.spec.js.snap +17 -0
- package/es/setup/header/Link/__tests__/Link.spec.js +11 -0
- package/es/setup/header/Link/__tests__/__snapshots__/Link.spec.js.snap +34 -0
- package/es/setup/header/Search/Search.js +8 -3
- package/es/setup/header/Search/__tests__/Search.spec.js +11 -0
- package/es/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +22 -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/__tests__/Views.spec.js +11 -0
- package/es/setup/header/Views/__tests__/__snapshots__/Views.spec.js.snap +35 -0
- package/es/setup/helptips/Description/__tests__/Description.spec.js +11 -0
- package/es/setup/helptips/Description/__tests__/__snapshots__/Description.spec.js.snap +9 -0
- package/es/setup/helptips/Link/__tests__/Link.spec.js +11 -0
- package/es/setup/helptips/Link/__tests__/__snapshots__/Link.spec.js.snap +12 -0
- package/es/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +13 -0
- package/es/setup/helptips/ListGroup/__tests__/__snapshots__/ListGroup.spec.js.snap +20 -0
- package/es/setup/helptips/Title/__tests__/Title.spec.js +11 -0
- package/es/setup/helptips/Title/__tests__/__snapshots__/Title.spec.js.snap +9 -0
- package/es/setup/table/Table/__tests__/Table.spec.js +11 -0
- package/es/setup/table/Table/__tests__/__snapshots__/Table.spec.js.snap +12 -0
- package/es/setup/table/TableBody/__tests__/TableBody.spec.js +11 -0
- package/es/setup/table/TableBody/__tests__/__snapshots__/TableBody.spec.js.snap +12 -0
- package/es/setup/table/TableData/__tests__/TableData.spec.js +11 -0
- package/es/setup/table/TableData/__tests__/__snapshots__/TableData.spec.js.snap +12 -0
- package/es/setup/table/TableHead/__tests__/TableHead.spec.js +11 -0
- package/es/setup/table/TableHead/__tests__/__snapshots__/TableHead.spec.js.snap +19 -0
- package/es/setup/table/TableRow/__tests__/TableRow.spec.js +11 -0
- package/es/setup/table/TableRow/__tests__/__snapshots__/TableRow.spec.js.snap +12 -0
- package/es/setup/table/Text/__tests__/Text.spec.js +28 -0
- package/es/setup/table/Text/__tests__/__snapshots__/Text.spec.js.snap +54 -0
- package/es/svg/__tests__/PlusIcon.spec.js +11 -0
- package/es/svg/__tests__/SnippetIcon.spec.js +11 -0
- package/es/svg/__tests__/TemplateIcon.spec.js +11 -0
- package/es/svg/__tests__/__snapshots__/PlusIcon.spec.js.snap +25 -0
- package/es/svg/__tests__/__snapshots__/SnippetIcon.spec.js.snap +28 -0
- package/es/svg/__tests__/__snapshots__/TemplateIcon.spec.js.snap +31 -0
- package/es/v1/ActionButton/ActionButton.js +4 -2
- package/es/v1/Attachment/Attachment.js +2 -1
- package/es/v1/AttachmentViewer/AttachmentViewer.js +13 -6
- package/es/v1/AttachmentViewer/props/defaultProps.js +2 -1
- package/es/v1/AttachmentViewer/props/propTypes.js +2 -1
- package/es/v1/ChannelIcon/ChannelIcon.js +1 -0
- package/es/v1/Drawer/Drawer.js +4 -5
- package/es/v1/ExternalLink/ExternalLink.js +4 -5
- package/es/v1/FlipCard/FlipCard.js +14 -12
- package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
- package/es/v1/IconButton/IconButton.js +4 -5
- package/es/v1/Link/Link.js +8 -10
- package/es/v1/Message/Message.js +4 -5
- package/es/v1/MessageBanner/MessageBanner.js +4 -2
- package/es/v1/ToastMessage/ToastMessage.js +2 -4
- package/es/v1/actions/AutoClose.js +2 -1
- package/es/v1/alert/AlertHeader/AlertHeader.js +2 -1
- package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
- package/es/v1/avatar/AvatarClose/AvatarClose.js +14 -9
- 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 +7 -7
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +4 -5
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
- package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +34 -26
- package/es/v1/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +14 -12
- package/es/v1/form/fields/DateField/DateField.js +14 -14
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +13 -12
- package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/v1/form/fields/RadioField/RadioField.js +18 -16
- package/es/v1/form/fields/SelectField/SelectField.js +14 -14
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +15 -11
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +11 -10
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
- package/es/v1/form/fields/TextareaField/TextareaField.js +14 -13
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
- package/es/v1/list/ListLayout/ListLayout.js +4 -5
- package/es/v1/list/SecondaryText/AccountName.js +12 -12
- package/es/v1/list/SecondaryText/ContactName.js +8 -9
- package/es/v1/list/SecondaryText/Email.js +8 -8
- package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/v1/list/SecondaryText/SecondaryText.js +4 -5
- package/es/v1/list/SecondaryText/TicketId.js +7 -7
- package/es/v1/list/Subject/Subject.js +7 -7
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +5 -2
- package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/v1/lookup/Lookup/Lookup.js +4 -5
- package/es/v1/lookup/header/Search/Search.js +5 -3
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +16 -7
- 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/notification/DesktopNotification/DesktopNotification.js +6 -7
- package/es/v1/setup/header/Search/Search.js +8 -3
- package/es/v1/setup/header/Search/props/defaultProps.js +2 -1
- package/es/v1/setup/header/Search/props/propTypes.js +2 -1
- package/es/version2/AlertClose/__tests__/AlertClose.spec.js +11 -0
- package/es/version2/AlertClose/__tests__/__snapshots__/AlertClose.spec.js.snap +29 -0
- package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
- package/es/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +11 -0
- package/es/version2/GlobalNotification/__tests__/__snapshots__/GlobalNotification.spec.js.snap +144 -0
- package/es/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/AlertIcons.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/AlarmAlertIcon.spec.js.snap +71 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/AlertIcons.spec.js.snap +76 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/DangerAlertIcon.spec.js.snap +71 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/ErrorAlertIcon.spec.js.snap +77 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/InfoAlertIcon.spec.js.snap +82 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/NotificationAlertIcon.spec.js.snap +77 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/SuccessAlertIcon.spec.js.snap +71 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/WarningAlertIcon.spec.js.snap +71 -0
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/es/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +11 -0
- package/es/version2/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +133 -0
- package/es/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +11 -0
- package/es/version2/errorstate/OopsSomethingMiss/__tests__/__snapshots__/OopsSomethingMiss.spec.js.snap +133 -0
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/es/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +11 -0
- package/es/version2/errorstate/UnableToProcessRequest/__tests__/__snapshots__/UnableToProcessRequest.spec.js.snap +133 -0
- package/es/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +11 -0
- package/es/version2/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +116 -0
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/es/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +11 -0
- package/es/version2/errorstate/UrlNotFound/__tests__/__snapshots__/UrlNotFound.spec.js.snap +133 -0
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/es/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +11 -0
- package/es/version2/errorstate/WillBeRightBack/__tests__/__snapshots__/WillBeRightBack.spec.js.snap +133 -0
- package/es/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +11 -0
- package/es/version2/lookup/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +88 -0
- package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
- package/es/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +19 -0
- package/es/version2/lookup/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
- package/es/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +11 -0
- package/es/version2/notification/DesktopNotification/__tests__/__snapshots__/DesktopNotification.spec.js.snap +176 -0
- package/es/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +11 -0
- package/es/version2/notification/DesktopNotificationHeader/__tests__/__snapshots__/DesktopNotificationHeader.spec.js.snap +141 -0
- package/lib/ActionButton/ActionButton.js +4 -2
- package/lib/ActionButton/__tests__/ActionButton.spec.js +18 -0
- package/lib/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +41 -0
- package/lib/AlphabeticList/__tests__/AlphabeticList.spec.js +18 -0
- package/lib/AlphabeticList/__tests__/__snapshots__/AlphabeticList.spec.js.snap +338 -0
- package/lib/Attachment/Attachment.js +2 -1
- package/lib/Attachment/__tests__/Attachment.spec.js +18 -0
- package/lib/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +41 -0
- package/lib/AttachmentViewer/AttachmentViewer.js +18 -10
- package/lib/AttachmentViewer/__tests__/AttachmentImage.spec.js +72 -0
- package/lib/AttachmentViewer/__tests__/AttachmentViewer.spec.js +133 -0
- package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentImage.spec.js.snap +11 -0
- package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +485 -0
- 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/ChannelIcon/__tests__/ChannelIcon.spec.js +18 -0
- package/lib/ChannelIcon/__tests__/__snapshots__/ChannelIcon.spec.js.snap +27 -0
- package/lib/Drawer/__tests__/Drawer.spec.js +26 -0
- package/lib/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +31 -0
- package/lib/ExternalLink/__tests__/ExternalLink.spec.js +7 -26
- package/lib/ExternalLink/__tests__/__snapshots__/ExternalLink.spec.js.snap +12 -0
- package/lib/FlipCard/__tests__/FlipCard.spec.js +18 -0
- package/lib/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +86 -0
- package/lib/FormAction/__tests__/FormAction.spec.js +18 -0
- package/lib/FormAction/__tests__/__snapshots__/FormAction.spec.js.snap +20 -0
- package/lib/FreezeLayer/__tests__/FreezeLayer.spec.js +26 -0
- package/lib/FreezeLayer/__tests__/__snapshots__/FreezeLayer.spec.js.snap +13 -0
- package/lib/ImportantNotes/__tests__/ImportantNotes.spec.js +18 -0
- package/lib/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +28 -0
- package/lib/Link/__tests__/Link.spec.js +18 -0
- package/lib/Link/__tests__/__snapshots__/Link.spec.js.snap +11 -0
- package/lib/Loader/__tests__/Loader.spec.js +18 -0
- package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +14 -0
- package/lib/Message/__tests__/Message.spec.js +18 -0
- package/lib/Message/__tests__/__snapshots__/Message.spec.js.snap +51 -0
- package/lib/MessageBanner/MessageBanner.js +4 -2
- package/lib/MessageBanner/__tests__/MessageBanner.spec.js +18 -0
- package/lib/MessageBanner/__tests__/__snapshots__/MessageBanner.spec.js.snap +33 -0
- package/lib/NewStar/__tests__/NewStar.spec.js +18 -0
- package/lib/NewStar/__tests__/__snapshots__/NewStar.spec.js.snap +37 -0
- package/lib/PlusIcon/__tests__/PlusIcon.spec.js +18 -0
- package/lib/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +27 -0
- package/lib/Separator/__tests__/Separator.spec.js +18 -0
- package/lib/Separator/__tests__/__snapshots__/Separator.spec.js.snap +41 -0
- package/lib/TagWithIcon/__tests__/TagWithIcon.spec.js +18 -0
- package/lib/TagWithIcon/__tests__/__snapshots__/TagWithIcon.spec.js.snap +12 -0
- package/lib/ToastMessage/__tests__/ToastMessage.spec.js +18 -0
- package/lib/ToastMessage/__tests__/__snapshots__/ToastMessage.spec.js.snap +89 -0
- package/lib/Upload/__tests__/Upload.spec.js +18 -0
- package/lib/Upload/__tests__/__snapshots__/Upload.spec.js.snap +24 -0
- package/lib/alert/AlertHeader/AlertHeader.js +2 -1
- package/lib/alert/AlertHeader/__tests__/AlertHeader.spec.js +18 -0
- package/lib/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +48 -0
- package/lib/alert/AlertLookup/__tests__/AlertLookup.spec.js +26 -0
- package/lib/alert/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
- package/lib/avatar/AvatarClose/AvatarClose.js +8 -3
- package/lib/avatar/AvatarClose/__tests__/AvatarClose.spec.js +18 -0
- package/lib/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +26 -0
- package/lib/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarClose/props/propTypes.js +2 -1
- package/lib/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +18 -0
- package/lib/avatar/AvatarCollision/__tests__/__snapshots__/AvatarCollision.spec.js.snap +41 -0
- package/lib/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +18 -0
- package/lib/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +21 -0
- package/lib/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +18 -0
- package/lib/avatar/AvatarStatus/__tests__/__snapshots__/AvatarStatus.spec.js.snap +29 -0
- package/lib/avatar/AvatarThread/__tests__/AvatarThread.spec.js +18 -0
- package/lib/avatar/AvatarThread/__tests__/__snapshots__/AvatarThread.spec.js.snap +24 -0
- package/lib/avatar/AvatarUser/__tests__/AvatarUser.spec.js +18 -0
- package/lib/avatar/AvatarUser/__tests__/__snapshots__/AvatarUser.spec.js.snap +24 -0
- package/lib/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +8 -43
- package/lib/avatar/AvatarWithTeam/__tests__/__snapshots__/AvatarWithTeam.spec.js.snap +26 -0
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +7 -3
- package/lib/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +18 -0
- package/lib/dropdown/ToggleDropDown/__tests__/__snapshots__/ToggleDropDown.spec.js.snap +27 -0
- package/lib/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +18 -0
- package/lib/emptystate/CommonEmptyState/__tests__/__snapshots__/CommonEmptyState.spec.js.snap +11 -0
- package/lib/emptystate/EditionPage/__tests__/EditionPage.spec.js +18 -0
- package/lib/emptystate/EditionPage/__tests__/__snapshots__/EditionPage.spec.js.snap +99 -0
- package/lib/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +18 -0
- package/lib/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +61 -0
- package/lib/errorstate/LinkText/__tests__/LinkText.spec.js +18 -0
- package/lib/errorstate/LinkText/__tests__/__snapshots__/LinkText.spec.js.snap +13 -0
- package/lib/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +18 -0
- package/lib/errorstate/NoRequestFound/__tests__/__snapshots__/NoRequestFound.spec.js.snap +61 -0
- package/lib/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +18 -0
- package/lib/errorstate/PermissionPlay/__tests__/__snapshots__/PermissionPlay.spec.js.snap +67 -0
- package/lib/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +18 -0
- package/lib/errorstate/RequestUrlNotFound/__tests__/__snapshots__/RequestUrlNotFound.spec.js.snap +61 -0
- package/lib/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +18 -0
- package/lib/errorstate/UnableToProcess/__tests__/__snapshots__/UnableToProcess.spec.js.snap +61 -0
- package/lib/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +18 -0
- package/lib/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +61 -0
- package/lib/errorstate/WillBack/__tests__/WillBack.spec.js +18 -0
- package/lib/errorstate/WillBack/__tests__/__snapshots__/WillBack.spec.js.snap +76 -0
- package/lib/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +18 -0
- package/lib/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +91 -0
- package/lib/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +18 -0
- package/lib/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +24 -0
- package/lib/form/fields/DateField/__tests__/DateField.spec.js +18 -0
- package/lib/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +89 -0
- package/lib/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +18 -0
- package/lib/form/fields/FieldContainer/__tests__/__snapshots__/FieldContainer.spec.js.snap +12 -0
- package/lib/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +18 -0
- package/lib/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +92 -0
- package/lib/form/fields/PhoneField/__tests__/PhoneField.spec.js +18 -0
- package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +75 -0
- package/lib/form/fields/RadioField/__tests__/RadioField.spec.js +20 -0
- package/lib/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +14 -0
- package/lib/form/fields/SelectField/__tests__/SelectField.spec.js +18 -0
- package/lib/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +108 -0
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -1
- package/lib/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +20 -0
- package/lib/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +68 -0
- package/lib/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +23 -0
- package/lib/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +75 -0
- package/lib/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +18 -0
- package/lib/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +55 -0
- package/lib/form/fields/TextEditor/__tests__/TextEditor.spec.js +18 -0
- package/lib/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +21 -0
- package/lib/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +18 -0
- package/lib/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +27 -0
- package/lib/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +18 -0
- package/lib/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +18 -0
- package/lib/form/fields/TextareaField/__tests__/TextareaField.spec.js +18 -0
- package/lib/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +22 -0
- package/lib/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +18 -0
- package/lib/form/fields/ValidationMessage/__tests__/__snapshots__/ValidationMessage.spec.js.snap +24 -0
- package/lib/form/layout/Field/__tests__/Field.spec.js +18 -0
- package/lib/form/layout/Field/__tests__/__snapshots__/Field.spec.js.snap +13 -0
- package/lib/form/layout/Section/__tests__/Section.spec.js +18 -0
- package/lib/form/layout/Section/__tests__/__snapshots__/Section.spec.js.snap +13 -0
- package/lib/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +18 -0
- package/lib/layout/SetupDetailLayout/__tests__/__snapshots__/SetupDetailLayout.spec.js.snap +13 -0
- package/lib/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +18 -0
- package/lib/layout/SubtabLayout/__tests__/__snapshots__/SubtabLayout.spec.js.snap +13 -0
- package/lib/list/AvatarFlip/__tests__/AvatarFlip.spec.js +18 -0
- package/lib/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +90 -0
- package/lib/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +18 -0
- package/lib/list/BluePrintStatus/__tests__/__snapshots__/BluePrintStatus.spec.js.snap +17 -0
- package/lib/list/Comment/__tests__/Comment.spec.js +18 -0
- package/lib/list/Comment/__tests__/__snapshots__/Comment.spec.js.snap +23 -0
- package/lib/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +18 -0
- package/lib/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +48 -0
- package/lib/list/Dot/__tests__/Dot.spec.js +18 -0
- package/lib/list/Dot/__tests__/__snapshots__/Dot.spec.js.snap +11 -0
- package/lib/list/DotNew/__tests__/DotNew.spec.js +18 -0
- package/lib/list/DotNew/__tests__/__snapshots__/DotNew.spec.js.snap +9 -0
- package/lib/list/GridStencils/__tests__/GridStencils.spec.js +18 -0
- package/lib/list/GridStencils/__tests__/__snapshots__/GridStencils.spec.js.snap +9 -0
- package/lib/list/Icons/__tests__/AddNewIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/CompleteIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/DeleteIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/EditIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/FloatingIcons.spec.js +18 -0
- package/lib/list/Icons/__tests__/ReadUnreadIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/SmartIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/__snapshots__/AddNewIcon.spec.js.snap +17 -0
- package/lib/list/Icons/__tests__/__snapshots__/CompleteIcon.spec.js.snap +17 -0
- package/lib/list/Icons/__tests__/__snapshots__/DeleteIcon.spec.js.snap +17 -0
- package/lib/list/Icons/__tests__/__snapshots__/EditIcon.spec.js.snap +17 -0
- package/lib/list/Icons/__tests__/__snapshots__/FloatingIcons.spec.js.snap +9 -0
- package/lib/list/Icons/__tests__/__snapshots__/ReadUnreadIcon.spec.js.snap +24 -0
- package/lib/list/Icons/__tests__/__snapshots__/SmartIcon.spec.js.snap +17 -0
- package/lib/list/ListLayout/__tests__/ListLayout.spec.js +18 -0
- package/lib/list/ListLayout/__tests__/__snapshots__/ListLayout.spec.js.snap +20 -0
- package/lib/list/ListStencils/__tests__/ListStencils.spec.js +18 -0
- package/lib/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +43 -0
- package/lib/list/SecondaryText/__tests__/AccountName.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/ContactName.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/DepartmentText.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/Email.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/HappinessRating.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/PhoneNumber.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/PriorityText.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/SecondaryText.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/StatusText.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/TicketId.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/Website.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +46 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +32 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +9 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +15 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/HappinessRating.spec.js.snap +18 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +15 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +11 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +9 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +11 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/TicketId.spec.js.snap +11 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +12 -0
- package/lib/list/SecondryPanel/__tests__/SecondryPanel.spec.js +18 -0
- package/lib/list/SecondryPanel/__tests__/__snapshots__/SecondryPanel.spec.js.snap +9 -0
- package/lib/list/SentimentStatus/__tests__/SentimentStatus.spec.js +18 -0
- package/lib/list/SentimentStatus/__tests__/__snapshots__/SentimentStatus.spec.js.snap +9 -0
- package/lib/list/Subject/__tests__/Subject.spec.js +18 -0
- package/lib/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +9 -0
- package/lib/list/TagNew/__tests__/TagNew.spec.js +18 -0
- package/lib/list/TagNew/__tests__/__snapshots__/TagNew.spec.js.snap +11 -0
- package/lib/list/Thread/__tests__/Thread.spec.js +18 -0
- package/lib/list/Thread/__tests__/__snapshots__/Thread.spec.js.snap +25 -0
- package/lib/list/status/StatusDropdown/StatusDropdown.js +5 -2
- package/lib/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +18 -0
- package/lib/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +35 -0
- package/lib/list/status/StatusListItem/__tests__/StatusListItem.spec.js +18 -0
- package/lib/list/status/StatusListItem/__tests__/__snapshots__/StatusListItem.spec.js.snap +47 -0
- package/lib/lookup/EmptyPage/__tests__/EmptyPage.spec.js +18 -0
- package/lib/lookup/EmptyPage/__tests__/__snapshots__/EmptyPage.spec.js.snap +90 -0
- package/lib/lookup/Lookup/__tests__/Lookup.spec.js +26 -0
- package/lib/lookup/Lookup/__tests__/__snapshots__/Lookup.spec.js.snap +20 -0
- package/lib/lookup/Section/__tests__/Section.spec.js +18 -0
- package/lib/lookup/Section/__tests__/__snapshots__/Section.spec.js.snap +19 -0
- package/lib/lookup/header/Close/__tests__/Close.spec.js +18 -0
- package/lib/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +23 -0
- package/lib/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +18 -0
- package/lib/lookup/header/ModuleHeader/__tests__/__snapshots__/ModuleHeader.spec.js.snap +29 -0
- package/lib/lookup/header/Search/__tests__/Search.spec.js +18 -0
- package/lib/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +60 -0
- package/lib/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +18 -0
- package/lib/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +59 -0
- package/lib/lookup/header/Title/__tests__/Titles.spec.js +18 -0
- package/lib/lookup/header/Title/__tests__/__snapshots__/Titles.spec.js.snap +9 -0
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +16 -7
- package/lib/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +18 -0
- package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +32 -0
- package/lib/lookup/header/ViewDropDown/props/defaultProps.js +2 -1
- package/lib/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/lib/setup/header/Button/__tests__/Button.spec.js +18 -0
- package/lib/setup/header/Button/__tests__/__snapshots__/Button.spec.js.snap +17 -0
- package/lib/setup/header/Link/__tests__/Link.spec.js +18 -0
- package/lib/setup/header/Link/__tests__/__snapshots__/Link.spec.js.snap +34 -0
- package/lib/setup/header/Search/Search.js +8 -3
- package/lib/setup/header/Search/__tests__/Search.spec.js +18 -0
- package/lib/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +22 -0
- package/lib/setup/header/Search/props/defaultProps.js +2 -1
- package/lib/setup/header/Search/props/propTypes.js +2 -1
- package/lib/setup/header/Views/__tests__/Views.spec.js +18 -0
- package/lib/setup/header/Views/__tests__/__snapshots__/Views.spec.js.snap +35 -0
- package/lib/setup/helptips/Description/__tests__/Description.spec.js +18 -0
- package/lib/setup/helptips/Description/__tests__/__snapshots__/Description.spec.js.snap +9 -0
- package/lib/setup/helptips/Link/__tests__/Link.spec.js +18 -0
- package/lib/setup/helptips/Link/__tests__/__snapshots__/Link.spec.js.snap +12 -0
- package/lib/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +20 -0
- package/lib/setup/helptips/ListGroup/__tests__/__snapshots__/ListGroup.spec.js.snap +20 -0
- package/lib/setup/helptips/Title/__tests__/Title.spec.js +18 -0
- package/lib/setup/helptips/Title/__tests__/__snapshots__/Title.spec.js.snap +9 -0
- package/lib/setup/table/Table/__tests__/Table.spec.js +18 -0
- package/lib/setup/table/Table/__tests__/__snapshots__/Table.spec.js.snap +12 -0
- package/lib/setup/table/TableBody/__tests__/TableBody.spec.js +18 -0
- package/lib/setup/table/TableBody/__tests__/__snapshots__/TableBody.spec.js.snap +12 -0
- package/lib/setup/table/TableData/__tests__/TableData.spec.js +18 -0
- package/lib/setup/table/TableData/__tests__/__snapshots__/TableData.spec.js.snap +12 -0
- package/lib/setup/table/TableHead/__tests__/TableHead.spec.js +18 -0
- package/lib/setup/table/TableHead/__tests__/__snapshots__/TableHead.spec.js.snap +19 -0
- package/lib/setup/table/TableRow/__tests__/TableRow.spec.js +18 -0
- package/lib/setup/table/TableRow/__tests__/__snapshots__/TableRow.spec.js.snap +12 -0
- package/lib/setup/table/Text/__tests__/Text.spec.js +35 -0
- package/lib/setup/table/Text/__tests__/__snapshots__/Text.spec.js.snap +54 -0
- package/lib/svg/__tests__/PlusIcon.spec.js +18 -0
- package/lib/svg/__tests__/SnippetIcon.spec.js +18 -0
- package/lib/svg/__tests__/TemplateIcon.spec.js +18 -0
- package/lib/svg/__tests__/__snapshots__/PlusIcon.spec.js.snap +25 -0
- package/lib/svg/__tests__/__snapshots__/SnippetIcon.spec.js.snap +28 -0
- package/lib/svg/__tests__/__snapshots__/TemplateIcon.spec.js.snap +31 -0
- 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/form/fields/TagsMultiSelect/TagsMultiSelect.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/AlertClose/__tests__/AlertClose.spec.js +18 -0
- package/lib/version2/AlertClose/__tests__/__snapshots__/AlertClose.spec.js.snap +29 -0
- package/lib/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +18 -0
- package/lib/version2/GlobalNotification/__tests__/__snapshots__/GlobalNotification.spec.js.snap +144 -0
- package/lib/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/AlertIcons.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/AlarmAlertIcon.spec.js.snap +71 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/AlertIcons.spec.js.snap +76 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/DangerAlertIcon.spec.js.snap +71 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/ErrorAlertIcon.spec.js.snap +77 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/InfoAlertIcon.spec.js.snap +82 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/NotificationAlertIcon.spec.js.snap +77 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/SuccessAlertIcon.spec.js.snap +71 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/WarningAlertIcon.spec.js.snap +71 -0
- package/lib/version2/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/lib/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +18 -0
- package/lib/version2/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +133 -0
- package/lib/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +18 -0
- package/lib/version2/errorstate/OopsSomethingMiss/__tests__/__snapshots__/OopsSomethingMiss.spec.js.snap +133 -0
- package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/lib/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +18 -0
- package/lib/version2/errorstate/UnableToProcessRequest/__tests__/__snapshots__/UnableToProcessRequest.spec.js.snap +133 -0
- package/lib/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +18 -0
- package/lib/version2/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +116 -0
- package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/lib/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +18 -0
- package/lib/version2/errorstate/UrlNotFound/__tests__/__snapshots__/UrlNotFound.spec.js.snap +133 -0
- package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/lib/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +18 -0
- package/lib/version2/errorstate/WillBeRightBack/__tests__/__snapshots__/WillBeRightBack.spec.js.snap +133 -0
- package/lib/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +18 -0
- package/lib/version2/lookup/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +88 -0
- package/lib/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +26 -0
- package/lib/version2/lookup/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
- package/lib/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +18 -0
- package/lib/version2/notification/DesktopNotification/__tests__/__snapshots__/DesktopNotification.spec.js.snap +176 -0
- package/lib/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +18 -0
- package/lib/version2/notification/DesktopNotificationHeader/__tests__/__snapshots__/DesktopNotificationHeader.spec.js.snap +141 -0
- package/package.json +8 -7
- package/result.json +1 -1
- package/unittest/index.html +1 -1
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React, { memo } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -58,7 +56,7 @@ function CheckBoxField(props) {
|
|
|
58
56
|
lockedInfoText: lockedInfoText,
|
|
59
57
|
infoText: infoText,
|
|
60
58
|
renderProps: renderLabelProps
|
|
61
|
-
}, /*#__PURE__*/React.createElement(Label,
|
|
59
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
62
60
|
text: labelName,
|
|
63
61
|
id: id,
|
|
64
62
|
size: fieldSize === 'small' ? 'small' : 'medium',
|
|
@@ -68,8 +66,9 @@ function CheckBoxField(props) {
|
|
|
68
66
|
title: labelName,
|
|
69
67
|
onClick: !removeEvent ? handleLabelClick : null,
|
|
70
68
|
variant: isDirectCol ? 'default' : 'primary',
|
|
71
|
-
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label
|
|
72
|
-
|
|
69
|
+
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
70
|
+
...LabelProps
|
|
71
|
+
}));
|
|
73
72
|
|
|
74
73
|
function handleChange(value) {
|
|
75
74
|
onChange && onChange(id, value);
|
|
@@ -95,27 +94,30 @@ function CheckBoxField(props) {
|
|
|
95
94
|
align: "top"
|
|
96
95
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
97
96
|
className: isDirectCol ? style.checkbox : style.checkboxRow
|
|
98
|
-
}, /*#__PURE__*/React.createElement(CheckBox,
|
|
97
|
+
}, /*#__PURE__*/React.createElement(CheckBox, {
|
|
99
98
|
id: id,
|
|
100
99
|
onChange: handleChange,
|
|
101
100
|
disabled: removeEvent,
|
|
102
101
|
checked: checked,
|
|
103
102
|
getRef: handleGetRef,
|
|
104
103
|
dataId: dataId,
|
|
105
|
-
getContainerRef: getContainerRef
|
|
106
|
-
|
|
104
|
+
getContainerRef: getContainerRef,
|
|
105
|
+
...CheckBoxProps
|
|
106
|
+
})), !isDirectCol && /*#__PURE__*/React.createElement(Box, {
|
|
107
107
|
flexible: true
|
|
108
|
-
}, labelElement)), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage,
|
|
108
|
+
}, labelElement)), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
109
109
|
text: validationMessage,
|
|
110
110
|
palette: validationPalette,
|
|
111
111
|
type: errorType,
|
|
112
|
-
dataId: `${dataId}_ValidationMessage
|
|
113
|
-
|
|
112
|
+
dataId: `${dataId}_ValidationMessage`,
|
|
113
|
+
...ValidationMessageProps1
|
|
114
|
+
}), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
114
115
|
text: validationRuleMessage,
|
|
115
116
|
palette: validationRulePalette,
|
|
116
117
|
type: errorType,
|
|
117
|
-
dataId: `${dataId}_ValidationRuleMessage
|
|
118
|
-
|
|
118
|
+
dataId: `${dataId}_ValidationRuleMessage`,
|
|
119
|
+
...ValidationMessageProps2
|
|
120
|
+
})));
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
CheckBoxField.propTypes = propTypes;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React, { memo, useRef, useState } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -103,16 +101,17 @@ function CurrencyField(props) {
|
|
|
103
101
|
isLocked: isLocked,
|
|
104
102
|
lockedInfoText: lockedInfoText,
|
|
105
103
|
renderProps: renderLabelProps
|
|
106
|
-
}, /*#__PURE__*/React.createElement(Label,
|
|
104
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
107
105
|
text: labelName,
|
|
108
106
|
size: fieldSize === 'small' ? 'small' : 'medium',
|
|
109
107
|
palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
|
|
110
108
|
customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
|
|
111
109
|
htmlFor: uniqueId,
|
|
112
|
-
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label
|
|
113
|
-
|
|
110
|
+
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
111
|
+
...LabelProps
|
|
112
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
114
113
|
className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
|
|
115
|
-
}, /*#__PURE__*/React.createElement(TextBox,
|
|
114
|
+
}, /*#__PURE__*/React.createElement(TextBox, {
|
|
116
115
|
htmlId: uniqueId,
|
|
117
116
|
id: id,
|
|
118
117
|
type: textBoxType,
|
|
@@ -132,20 +131,23 @@ function CurrencyField(props) {
|
|
|
132
131
|
isDisabled: isDisabled,
|
|
133
132
|
needEffect: isReadOnly || isDisabled ? false : true,
|
|
134
133
|
isClickable: isClickable,
|
|
135
|
-
needReadOnlyStyle: needReadOnlyStyle
|
|
136
|
-
|
|
134
|
+
needReadOnlyStyle: needReadOnlyStyle,
|
|
135
|
+
...TextBoxProps
|
|
136
|
+
}), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
137
137
|
text: validationMessage,
|
|
138
138
|
palette: validationPalette,
|
|
139
139
|
type: errorType,
|
|
140
140
|
dataId: `${dataId}_ValidationMessage`,
|
|
141
|
-
htmlFor: uniqueId
|
|
142
|
-
|
|
141
|
+
htmlFor: uniqueId,
|
|
142
|
+
...ValidationMessageProps1
|
|
143
|
+
}), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
143
144
|
text: validationRuleMessage,
|
|
144
145
|
palette: validationRulePalette,
|
|
145
146
|
type: errorType,
|
|
146
147
|
htmlFor: uniqueId,
|
|
147
|
-
dataId: `${dataId}_ValidationRuleMessage
|
|
148
|
-
|
|
148
|
+
dataId: `${dataId}_ValidationRuleMessage`,
|
|
149
|
+
...ValidationMessageProps2
|
|
150
|
+
})));
|
|
149
151
|
}
|
|
150
152
|
|
|
151
153
|
CurrencyField.propTypes = propTypes;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React, { memo, useEffect, useRef } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -103,21 +101,21 @@ function DateField(props) {
|
|
|
103
101
|
isLocked: isLocked,
|
|
104
102
|
lockedInfoText: lockedInfoText,
|
|
105
103
|
renderProps: renderLabelProps
|
|
106
|
-
}, /*#__PURE__*/React.createElement(Label,
|
|
104
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
107
105
|
text: labelName,
|
|
108
106
|
htmlFor: getAriaId,
|
|
109
107
|
size: fieldSize === 'small' ? 'small' : 'medium',
|
|
110
108
|
palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
|
|
111
109
|
onClick: isDisabled || isReadOnly ? null : handleLabelClick,
|
|
112
110
|
customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
|
|
113
|
-
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label
|
|
114
|
-
|
|
111
|
+
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
112
|
+
...LabelProps,
|
|
115
113
|
id: labelName
|
|
116
|
-
}))
|
|
114
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
117
115
|
className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
|
|
118
116
|
}, isLocked && lockedValueText ? /*#__PURE__*/React.createElement("div", {
|
|
119
117
|
className: style.lockText
|
|
120
|
-
}, lockedValueText) : /*#__PURE__*/React.createElement(DateWidget,
|
|
118
|
+
}, lockedValueText) : /*#__PURE__*/React.createElement(DateWidget, {
|
|
121
119
|
textBoxSize: fieldSize === 'medium' ? textBoxSize : 'xsmall',
|
|
122
120
|
textBoxVariant: textBoxVariant,
|
|
123
121
|
isDateTime: isDateTime,
|
|
@@ -135,24 +133,26 @@ function DateField(props) {
|
|
|
135
133
|
isEditable: true,
|
|
136
134
|
htmlId: getAriaId,
|
|
137
135
|
i18nKeys: i18nKeys,
|
|
138
|
-
iconOnHover: iconOnHover
|
|
139
|
-
|
|
136
|
+
iconOnHover: iconOnHover,
|
|
137
|
+
...DateWidgetProps,
|
|
140
138
|
a11y: {
|
|
141
139
|
ariaLabelledby: labelName
|
|
142
140
|
}
|
|
143
|
-
})
|
|
141
|
+
}), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
144
142
|
text: validationMessage,
|
|
145
143
|
palette: validationPalette,
|
|
146
144
|
type: errorType,
|
|
147
145
|
htmlFor: getAriaId,
|
|
148
|
-
dataId: `${dataId}_ValidationMessage
|
|
149
|
-
|
|
146
|
+
dataId: `${dataId}_ValidationMessage`,
|
|
147
|
+
...ValidationMessageProps1
|
|
148
|
+
}), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
150
149
|
text: validationRuleMessage,
|
|
151
150
|
palette: validationRulePalette,
|
|
152
151
|
type: errorType,
|
|
153
152
|
htmlFor: getAriaId,
|
|
154
|
-
dataId: `${dataId}_ValidationRuleMessage
|
|
155
|
-
|
|
153
|
+
dataId: `${dataId}_ValidationRuleMessage`,
|
|
154
|
+
...ValidationMessageProps2
|
|
155
|
+
})));
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
DateField.propTypes = propTypes;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React, { memo, useRef } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -122,7 +120,7 @@ function MultiSelectField(props) {
|
|
|
122
120
|
isLocked: isLocked,
|
|
123
121
|
lockedInfoText: lockedInfoText,
|
|
124
122
|
renderProps: renderLabelProps
|
|
125
|
-
}, /*#__PURE__*/React.createElement(Label,
|
|
123
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
126
124
|
text: labelName,
|
|
127
125
|
id: id,
|
|
128
126
|
size: fieldSize === 'small' ? 'small' : 'medium',
|
|
@@ -130,8 +128,9 @@ function MultiSelectField(props) {
|
|
|
130
128
|
,
|
|
131
129
|
customClass: `${style.fieldLabel} ${isMandatory ? style.labelMandatory : ''}`,
|
|
132
130
|
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
133
|
-
htmlFor: uniqueId
|
|
134
|
-
|
|
131
|
+
htmlFor: uniqueId,
|
|
132
|
+
...LabelProps
|
|
133
|
+
})), /*#__PURE__*/React.createElement(MultiSelect, {
|
|
135
134
|
options: options,
|
|
136
135
|
onChange: handleChange,
|
|
137
136
|
selectedOptions: selectedOptions,
|
|
@@ -162,22 +161,24 @@ function MultiSelectField(props) {
|
|
|
162
161
|
i18nKeys: i18nKeys,
|
|
163
162
|
htmlId: uniqueId,
|
|
164
163
|
customChildrenClass: customChildrenClass,
|
|
165
|
-
onFocus: onFocus
|
|
166
|
-
|
|
164
|
+
onFocus: onFocus,
|
|
165
|
+
...MultiSelectProps,
|
|
167
166
|
ariaLabelledby: uniqueId
|
|
168
|
-
}
|
|
167
|
+
}, children ? children : null), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
169
168
|
text: validationMessage,
|
|
170
169
|
palette: validationPalette,
|
|
171
170
|
type: errorType,
|
|
172
171
|
dataId: `${dataId}_ValidationMessage`,
|
|
173
|
-
htmlFor: uniqueId
|
|
174
|
-
|
|
172
|
+
htmlFor: uniqueId,
|
|
173
|
+
...ValidationMessageProps1
|
|
174
|
+
}), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
175
175
|
text: validationRuleMessage,
|
|
176
176
|
palette: validationRulePalette,
|
|
177
177
|
type: errorType,
|
|
178
178
|
dataId: `${dataId}_ValidationRuleMessage`,
|
|
179
|
-
htmlFor: uniqueId
|
|
180
|
-
|
|
179
|
+
htmlFor: uniqueId,
|
|
180
|
+
...ValidationMessageProps2
|
|
181
|
+
}));
|
|
181
182
|
}
|
|
182
183
|
|
|
183
184
|
MultiSelectField.propTypes = propTypes;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React, { memo, useState, useRef } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -106,7 +104,7 @@ function PhoneField(props) {
|
|
|
106
104
|
dataSelectorId: dataSelectorId
|
|
107
105
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
108
106
|
flexible: true
|
|
109
|
-
}, /*#__PURE__*/React.createElement(TextBoxField,
|
|
107
|
+
}, /*#__PURE__*/React.createElement(TextBoxField, {
|
|
110
108
|
labelName: labelName,
|
|
111
109
|
id: id,
|
|
112
110
|
palette: isMandatory ? 'mandatory' : 'default',
|
|
@@ -133,8 +131,9 @@ function PhoneField(props) {
|
|
|
133
131
|
labelPalette: labelPalette,
|
|
134
132
|
labelCustomClass: labelCustomClass,
|
|
135
133
|
errorType: errorType,
|
|
136
|
-
ePhiData: ePhiData
|
|
137
|
-
|
|
134
|
+
ePhiData: ePhiData,
|
|
135
|
+
...TextBoxFieldProps
|
|
136
|
+
})), /*#__PURE__*/React.createElement(Box, null, isTelephony && value ? /*#__PURE__*/React.createElement(Link, {
|
|
138
137
|
className: style.phoneIcon,
|
|
139
138
|
callfrom: "phone",
|
|
140
139
|
pbxname: providerName,
|
|
@@ -145,8 +144,9 @@ function PhoneField(props) {
|
|
|
145
144
|
callto: 'RequestPhoneNumber',
|
|
146
145
|
href: true,
|
|
147
146
|
onClick: onCall,
|
|
148
|
-
type: type
|
|
149
|
-
|
|
147
|
+
type: type,
|
|
148
|
+
...LinkProps
|
|
149
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
150
150
|
name: "ZD-GN-phone",
|
|
151
151
|
size: "14"
|
|
152
152
|
})) : null));
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React, { memo } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -65,14 +63,15 @@ const RadioField = props => {
|
|
|
65
63
|
className: `${style.container} ${isDisabled ? style.disabled : isReadOnly ? style.readonly : ''}`,
|
|
66
64
|
"data-title": isDisabled ? title : null,
|
|
67
65
|
"data-selector-id": dataSelectorId
|
|
68
|
-
}, labelName && /*#__PURE__*/React.createElement(Label,
|
|
66
|
+
}, labelName && /*#__PURE__*/React.createElement(Label, {
|
|
69
67
|
text: labelName,
|
|
70
68
|
size: "medium",
|
|
71
69
|
id: id,
|
|
72
70
|
palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : 'default',
|
|
73
71
|
customClass: `${style.fieldLabel} ${isMandatory ? style.labelMandatory : ''}`,
|
|
74
|
-
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label
|
|
75
|
-
|
|
72
|
+
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
73
|
+
...LabelProps
|
|
74
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
76
75
|
className: `${style.fieldContainer} ${isBoxStyle ? style.radiosWrapper : ''} ${labelName ? style.fieldMargin_medium : ''} ${style.radioContainer}`
|
|
77
76
|
}, options.map((option, index) => {
|
|
78
77
|
let {
|
|
@@ -86,7 +85,7 @@ const RadioField = props => {
|
|
|
86
85
|
return /*#__PURE__*/React.createElement("span", {
|
|
87
86
|
key: index,
|
|
88
87
|
className: `${!isBoxStyle ? style.radio : ''} ${style.radioWrap}`
|
|
89
|
-
}, /*#__PURE__*/React.createElement(Radio,
|
|
88
|
+
}, /*#__PURE__*/React.createElement(Radio, {
|
|
90
89
|
id: index,
|
|
91
90
|
value: value,
|
|
92
91
|
name: id,
|
|
@@ -103,8 +102,8 @@ const RadioField = props => {
|
|
|
103
102
|
checked: isChecked,
|
|
104
103
|
dataId: dataId,
|
|
105
104
|
isReadOnly: isReadOnly,
|
|
106
|
-
variant: variant
|
|
107
|
-
|
|
105
|
+
variant: variant,
|
|
106
|
+
...RadioProps,
|
|
108
107
|
a11y: {
|
|
109
108
|
tabIndex: !!selectedValue ? isChecked ? '0' : '-1' : index === 0 ? '0' : '-1',
|
|
110
109
|
...RadioProps.a11y
|
|
@@ -113,23 +112,26 @@ const RadioField = props => {
|
|
|
113
112
|
customRadioWrap: `${isBoxStyle ? style.radioBox : ''} ${isBoxStyle && isChecked ? style.radioBoxActive : ''}`,
|
|
114
113
|
...RadioProps.customClass
|
|
115
114
|
}
|
|
116
|
-
}
|
|
115
|
+
}, !!infoTooltip ? /*#__PURE__*/React.createElement(Icon, {
|
|
117
116
|
name: "ZD-GN-info",
|
|
118
117
|
size: "16",
|
|
119
118
|
title: infoTooltip,
|
|
120
|
-
iconClass: style.infoIcon
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
iconClass: style.infoIcon,
|
|
120
|
+
...InfoIconProps
|
|
121
|
+
}) : null));
|
|
122
|
+
})), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
123
123
|
text: validationMessage,
|
|
124
124
|
palette: validationPalette,
|
|
125
125
|
type: errorType,
|
|
126
|
-
dataId: `${dataId}_ValidationMessage
|
|
127
|
-
|
|
126
|
+
dataId: `${dataId}_ValidationMessage`,
|
|
127
|
+
...ValidationMessageProps1
|
|
128
|
+
}), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
128
129
|
text: validationRuleMessage,
|
|
129
130
|
palette: validationRulePalette,
|
|
130
131
|
type: errorType,
|
|
131
|
-
dataId: `${dataId}_ValidationRuleMessage
|
|
132
|
-
|
|
132
|
+
dataId: `${dataId}_ValidationRuleMessage`,
|
|
133
|
+
...ValidationMessageProps2
|
|
134
|
+
}));
|
|
133
135
|
};
|
|
134
136
|
|
|
135
137
|
RadioField.propTypes = propTypes;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React, { memo } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -93,18 +91,18 @@ const SelectField = props => {
|
|
|
93
91
|
isLocked: isLocked,
|
|
94
92
|
lockedInfoText: lockedInfoText,
|
|
95
93
|
renderProps: renderLabelProps
|
|
96
|
-
}, /*#__PURE__*/React.createElement(Label,
|
|
94
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
97
95
|
text: labelName,
|
|
98
96
|
size: fieldSize === 'small' ? 'small' : 'medium',
|
|
99
97
|
palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
|
|
100
98
|
customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
|
|
101
99
|
htmlFor: uniqueId,
|
|
102
|
-
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label
|
|
103
|
-
|
|
100
|
+
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
101
|
+
...LabelProps,
|
|
104
102
|
id: uniqueId
|
|
105
|
-
}))
|
|
103
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
106
104
|
className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''} ${fieldClass ? fieldClass : ''}`
|
|
107
|
-
}, /*#__PURE__*/React.createElement(Select,
|
|
105
|
+
}, /*#__PURE__*/React.createElement(Select, {
|
|
108
106
|
options: options,
|
|
109
107
|
selectedValue: selectedValue,
|
|
110
108
|
onChange: handleChange,
|
|
@@ -133,22 +131,24 @@ const SelectField = props => {
|
|
|
133
131
|
needLocalSearch: needLocalSearch,
|
|
134
132
|
isDefaultSelectValue: isDefaultSelectValue,
|
|
135
133
|
placeHolder: placeHolder,
|
|
136
|
-
iconOnHover: iconOnHover
|
|
137
|
-
|
|
134
|
+
iconOnHover: iconOnHover,
|
|
135
|
+
...SelectProps,
|
|
138
136
|
ariaLabelledby: uniqueId
|
|
139
|
-
}
|
|
137
|
+
}, children ? children : null)), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
140
138
|
text: validationMessage,
|
|
141
139
|
palette: validationPalette,
|
|
142
140
|
type: errorType,
|
|
143
141
|
htmlFor: uniqueId,
|
|
144
|
-
dataId: `${dataId}_ValidationMessage
|
|
145
|
-
|
|
142
|
+
dataId: `${dataId}_ValidationMessage`,
|
|
143
|
+
...ValidationMessageProps1
|
|
144
|
+
}), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
146
145
|
text: validationRuleMessage,
|
|
147
146
|
palette: validationRulePalette,
|
|
148
147
|
type: errorType,
|
|
149
148
|
htmlFor: uniqueId,
|
|
150
|
-
dataId: `${dataId}_ValidationRuleMessage
|
|
151
|
-
|
|
149
|
+
dataId: `${dataId}_ValidationRuleMessage`,
|
|
150
|
+
...ValidationMessageProps2
|
|
151
|
+
}));
|
|
152
152
|
};
|
|
153
153
|
|
|
154
154
|
SelectField.propTypes = propTypes;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -187,10 +185,12 @@ export default class TagsMultiSelect extends React.Component {
|
|
|
187
185
|
boxCustomProps,
|
|
188
186
|
tagCustomProps
|
|
189
187
|
} = tag;
|
|
190
|
-
return index < chipLimit ? /*#__PURE__*/React.createElement(Box,
|
|
188
|
+
return index < chipLimit ? /*#__PURE__*/React.createElement(Box, {
|
|
191
189
|
className: style.tag,
|
|
192
|
-
key: index
|
|
193
|
-
|
|
190
|
+
key: index,
|
|
191
|
+
...TagWrapperProps,
|
|
192
|
+
...boxCustomProps
|
|
193
|
+
}, /*#__PURE__*/React.createElement(Tag, {
|
|
194
194
|
id: id,
|
|
195
195
|
text: name,
|
|
196
196
|
onRemove: isReadOnly ? null : deleteTag.bind(this, name),
|
|
@@ -198,8 +198,10 @@ export default class TagsMultiSelect extends React.Component {
|
|
|
198
198
|
palette: clickableTag ? 'defaultLink' : tagType === 'SYSTEM' ? 'primary' : 'default',
|
|
199
199
|
isReadOnly: isReadOnly,
|
|
200
200
|
onSelectTag: onSelectTag ? onSelectTag : undefined,
|
|
201
|
-
customClass: tagCustomClass
|
|
202
|
-
|
|
201
|
+
customClass: tagCustomClass,
|
|
202
|
+
...TagProps,
|
|
203
|
+
...tagCustomProps
|
|
204
|
+
})) : null;
|
|
203
205
|
}), tagsList.length > chipNeedToShow && !isPopupReady ? /*#__PURE__*/React.createElement(Box, {
|
|
204
206
|
className: style.moreLess,
|
|
205
207
|
dataId: `${dataId}_tagsMore`,
|
|
@@ -211,7 +213,7 @@ export default class TagsMultiSelect extends React.Component {
|
|
|
211
213
|
className: style.inputWrapper
|
|
212
214
|
}, /*#__PURE__*/React.createElement("span", {
|
|
213
215
|
className: style.custmSpan
|
|
214
|
-
}, name), /*#__PURE__*/React.createElement(TextBoxIcon,
|
|
216
|
+
}, name), /*#__PURE__*/React.createElement(TextBoxIcon, {
|
|
215
217
|
htmlId: htmlId,
|
|
216
218
|
dataId: `${dataId}_tagInp`,
|
|
217
219
|
value: name,
|
|
@@ -227,8 +229,9 @@ export default class TagsMultiSelect extends React.Component {
|
|
|
227
229
|
customTextBox: style.input
|
|
228
230
|
},
|
|
229
231
|
size: "xsmall",
|
|
230
|
-
inputRef: this.textInputRef
|
|
231
|
-
|
|
232
|
+
inputRef: this.textInputRef,
|
|
233
|
+
...TextBoxIconProps
|
|
234
|
+
}, getTextBoxChildren ? getTextBoxChildren() : null))), isPopupOpen ? /*#__PURE__*/React.createElement(ResponsiveReceiver, {
|
|
232
235
|
query: this.responsiveFunc,
|
|
233
236
|
responsiveId: "Helmet"
|
|
234
237
|
}, _ref2 => {
|
|
@@ -267,7 +270,8 @@ export default class TagsMultiSelect extends React.Component {
|
|
|
267
270
|
eleRef: this.getContainerRef
|
|
268
271
|
}, searchList.length ? /*#__PURE__*/React.createElement(Box, {
|
|
269
272
|
flexible: true,
|
|
270
|
-
shrink: true
|
|
273
|
+
shrink: true,
|
|
274
|
+
dataId: `${dataId}_Options`
|
|
271
275
|
}, searchList.map((item, index) => {
|
|
272
276
|
let {
|
|
273
277
|
name,
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React, { useState, useEffect } from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -202,7 +200,7 @@ const TagsMultiSelectField = props => {
|
|
|
202
200
|
renderProps: {
|
|
203
201
|
end: renderEnd
|
|
204
202
|
}
|
|
205
|
-
}, /*#__PURE__*/React.createElement(Label,
|
|
203
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
206
204
|
text: labelName,
|
|
207
205
|
title: labelName,
|
|
208
206
|
id: id,
|
|
@@ -210,11 +208,12 @@ const TagsMultiSelectField = props => {
|
|
|
210
208
|
palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
|
|
211
209
|
customClass: `${fieldStyle.fieldLabel} ${isMandatory ? fieldStyle.labelMandatory : ''} ${labelClass ? labelClass : ''}`,
|
|
212
210
|
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
213
|
-
htmlFor: htmlId
|
|
214
|
-
|
|
211
|
+
htmlFor: htmlId,
|
|
212
|
+
...LabelProps
|
|
213
|
+
}), selectedValueCount ? /*#__PURE__*/React.createElement(Box, {
|
|
215
214
|
dataId: `${dataId}_tagCount`,
|
|
216
215
|
className: style.count
|
|
217
|
-
}, `(${selectedValueCount})`) : null), /*#__PURE__*/React.createElement(TagsMultiSelect,
|
|
216
|
+
}, `(${selectedValueCount})`) : null), /*#__PURE__*/React.createElement(TagsMultiSelect, {
|
|
218
217
|
addTag: handleAdd,
|
|
219
218
|
deleteTag: onDelete,
|
|
220
219
|
handleChange: handleChange,
|
|
@@ -244,16 +243,17 @@ const TagsMultiSelectField = props => {
|
|
|
244
243
|
borderColor: borderColor,
|
|
245
244
|
htmlId: htmlId,
|
|
246
245
|
getTextBoxChildren: getTextBoxChildren,
|
|
247
|
-
className: containerClass
|
|
248
|
-
|
|
246
|
+
className: containerClass,
|
|
247
|
+
...TagsMultiSelectProps,
|
|
249
248
|
clickableTag: clickableTag
|
|
250
|
-
})
|
|
249
|
+
}), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
251
250
|
text: validationMessage,
|
|
252
251
|
palette: validationPalette,
|
|
253
252
|
type: errorType,
|
|
254
253
|
dataId: `${dataId}_ValidationMessage`,
|
|
255
|
-
htmlFor: htmlId
|
|
256
|
-
|
|
254
|
+
htmlFor: htmlId,
|
|
255
|
+
...ValidationMessageProps
|
|
256
|
+
}));
|
|
257
257
|
};
|
|
258
258
|
|
|
259
259
|
TagsMultiSelectField.propTypes = propTypes;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React, { memo } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -84,18 +82,18 @@ const TextBoxField = props => {
|
|
|
84
82
|
ePhiData: ePhiData,
|
|
85
83
|
dataId: dataId,
|
|
86
84
|
renderProps: renderLabelProps
|
|
87
|
-
}, /*#__PURE__*/React.createElement(Label,
|
|
85
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
88
86
|
text: labelName,
|
|
89
87
|
size: fieldSize === 'small' ? 'small' : 'medium',
|
|
90
88
|
palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
|
|
91
89
|
customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
|
|
92
90
|
htmlFor: uniqueId,
|
|
93
|
-
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label
|
|
94
|
-
|
|
91
|
+
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
92
|
+
...LabelProps,
|
|
95
93
|
id: labelName
|
|
96
|
-
}))
|
|
94
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
97
95
|
className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
|
|
98
|
-
}, /*#__PURE__*/React.createElement(TextBoxIcon,
|
|
96
|
+
}, /*#__PURE__*/React.createElement(TextBoxIcon, {
|
|
99
97
|
htmlId: uniqueId,
|
|
100
98
|
id: id,
|
|
101
99
|
type: textBoxType,
|
|
@@ -115,24 +113,26 @@ const TextBoxField = props => {
|
|
|
115
113
|
isDisabled: isDisabled,
|
|
116
114
|
needEffect: isReadOnly || isDisabled ? false : true,
|
|
117
115
|
isClickable: isClickable,
|
|
118
|
-
needReadOnlyStyle: needReadOnlyStyle
|
|
119
|
-
|
|
116
|
+
needReadOnlyStyle: needReadOnlyStyle,
|
|
117
|
+
...TextBoxIconProps,
|
|
120
118
|
a11y: {
|
|
121
119
|
ariaLabelledby: labelName
|
|
122
120
|
}
|
|
123
|
-
}
|
|
121
|
+
}, children ? children : null), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
124
122
|
text: validationMessage,
|
|
125
123
|
palette: validationPalette,
|
|
126
124
|
type: errorType,
|
|
127
125
|
dataId: `${dataId}_ValidationMessage`,
|
|
128
|
-
htmlFor: uniqueId
|
|
129
|
-
|
|
126
|
+
htmlFor: uniqueId,
|
|
127
|
+
...ValidationMessageProps1
|
|
128
|
+
}), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
130
129
|
text: validationRuleMessage,
|
|
131
130
|
palette: validationRulePalette,
|
|
132
131
|
type: errorType,
|
|
133
132
|
htmlFor: uniqueId,
|
|
134
|
-
dataId: `${dataId}_ValidationRuleMessage
|
|
135
|
-
|
|
133
|
+
dataId: `${dataId}_ValidationRuleMessage`,
|
|
134
|
+
...ValidationMessageProps2
|
|
135
|
+
})));
|
|
136
136
|
};
|
|
137
137
|
|
|
138
138
|
TextBoxField.propTypes = propTypes;
|