@zohodesk/dot 1.0.0-temp-190 → 1.0.0-temp-191
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/es/ActionButton/ActionButton.js +4 -2
- package/es/ActionButton/ActionButton.module.css +192 -192
- package/es/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2 -2
- package/es/AlphabeticList/AlphabeticList.module.css +57 -57
- package/es/Attachment/Attachment.js +2 -1
- package/es/AttachmentViewer/AttachmentViewer.js +13 -6
- package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +4 -2
- package/es/AttachmentViewer/props/defaultProps.js +2 -1
- package/es/AttachmentViewer/props/propTypes.js +2 -1
- package/es/ChannelIcon/ChannelIcon.js +1 -0
- package/es/ChannelIcon/ChannelIcon.module.css +225 -225
- package/es/FormAction/FormAction.module.css +100 -100
- package/es/IconButton/IconButton.module.css +22 -22
- package/es/MessageBanner/MessageBanner.js +5 -3
- package/es/TagWithIcon/TagWithIcon.module.css +66 -66
- package/es/alert/AlertHeader/AlertHeader.js +2 -1
- package/es/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +2 -2
- package/es/avatar/AvatarClose/AvatarClose.js +7 -2
- package/es/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +2 -0
- package/es/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/es/avatar/AvatarClose/props/propTypes.js +2 -1
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/es/common/dot_boxShadow.module.css +2 -0
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +2 -0
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/es/list/Comment/Comment.module.css +29 -29
- package/es/list/Dot/Dot.module.css +15 -15
- package/es/list/ListLayout/ListLayout.module.css +79 -79
- package/es/list/Subject/Subject.module.css +34 -34
- package/es/list/Thread/Thread.module.css +42 -42
- package/es/list/status/StatusDropdown/StatusDropdown.js +3 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
- package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +2 -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/Search/Search.js +8 -3
- package/es/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +2 -0
- package/es/setup/header/Search/props/defaultProps.js +2 -1
- package/es/setup/header/Search/props/propTypes.js +2 -1
- package/es/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/MessageBanner/MessageBanner.js +4 -2
- package/es/v1/alert/AlertHeader/AlertHeader.js +2 -1
- package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -2
- package/es/v1/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/es/v1/avatar/AvatarClose/props/propTypes.js +2 -1
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +2 -0
- 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/list/status/StatusDropdown/StatusDropdown.js +3 -1
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
- 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/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/GlobalNotification/GlobalNotification.module.css +177 -177
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
- package/lib/ActionButton/ActionButton.js +4 -2
- package/lib/ActionButton/ActionButton.module.css +192 -192
- package/lib/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2 -2
- package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
- package/lib/Attachment/Attachment.js +2 -1
- package/lib/AttachmentViewer/AttachmentViewer.js +18 -10
- package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +4 -2
- package/lib/AttachmentViewer/props/defaultProps.js +2 -1
- package/lib/AttachmentViewer/props/propTypes.js +2 -1
- package/lib/ChannelIcon/ChannelIcon.js +1 -0
- package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
- package/lib/FormAction/FormAction.module.css +100 -100
- package/lib/IconButton/IconButton.module.css +22 -22
- package/lib/MessageBanner/MessageBanner.js +5 -3
- package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
- package/lib/alert/AlertHeader/AlertHeader.js +2 -1
- package/lib/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +2 -2
- package/lib/avatar/AvatarClose/AvatarClose.js +8 -3
- package/lib/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +2 -0
- package/lib/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarClose/props/propTypes.js +2 -1
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/lib/common/dot_boxShadow.module.css +2 -0
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +3 -1
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/lib/list/Comment/Comment.module.css +29 -29
- package/lib/list/Dot/Dot.module.css +15 -15
- package/lib/list/ListLayout/ListLayout.module.css +79 -79
- package/lib/list/Subject/Subject.module.css +34 -34
- package/lib/list/Thread/Thread.module.css +42 -42
- package/lib/list/status/StatusDropdown/StatusDropdown.js +3 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
- package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +2 -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/Search/Search.js +8 -3
- package/lib/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +2 -0
- package/lib/setup/header/Search/props/defaultProps.js +2 -1
- package/lib/setup/header/Search/props/propTypes.js +2 -1
- package/lib/v1/ActionButton/ActionButton.js +4 -2
- package/lib/v1/Attachment/Attachment.js +2 -1
- package/lib/v1/AttachmentViewer/AttachmentViewer.js +18 -10
- package/lib/v1/AttachmentViewer/props/defaultProps.js +2 -1
- package/lib/v1/AttachmentViewer/props/propTypes.js +2 -1
- package/lib/v1/ChannelIcon/ChannelIcon.js +1 -0
- package/lib/v1/MessageBanner/MessageBanner.js +4 -2
- package/lib/v1/alert/AlertHeader/AlertHeader.js +2 -1
- package/lib/v1/avatar/AvatarClose/AvatarClose.js +8 -3
- package/lib/v1/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/lib/v1/avatar/AvatarClose/props/propTypes.js +2 -1
- package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +3 -1
- package/lib/v1/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +3 -1
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +11 -5
- 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/GlobalNotification/GlobalNotification.module.css +177 -177
- package/lib/version2/errorstate/Inconvenience/Inconvenience.js +2 -1
- package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +2 -1
- package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +2 -1
- package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +2 -1
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
- package/package.json +4 -4
- package/result.json +1 -1
- package/coverage/ActionButton/ActionButton.js.html +0 -622
- package/coverage/ActionButton/ActionButton.module.css.html +0 -559
- package/coverage/ActionButton/index.html +0 -131
- package/coverage/ActionButton/props/defaultProps.js.html +0 -136
- package/coverage/ActionButton/props/index.html +0 -131
- package/coverage/ActionButton/props/propTypes.js.html +0 -187
- package/coverage/AlphabeticList/AlphabeticList.js.html +0 -424
- package/coverage/AlphabeticList/AlphabeticList.module.css.html +0 -247
- package/coverage/AlphabeticList/index.html +0 -131
- package/coverage/AlphabeticList/props/defaultProps.js.html +0 -124
- package/coverage/AlphabeticList/props/index.html +0 -131
- package/coverage/AlphabeticList/props/propTypes.js.html +0 -250
- package/coverage/Attachment/Attachment.js.html +0 -385
- package/coverage/Attachment/Attachment.module.css.html +0 -583
- package/coverage/Attachment/index.html +0 -131
- package/coverage/Attachment/props/defaultProps.js.html +0 -109
- package/coverage/Attachment/props/index.html +0 -131
- package/coverage/Attachment/props/propTypes.js.html +0 -142
- package/coverage/AttachmentViewer/Attachment.js.html +0 -193
- package/coverage/AttachmentViewer/AttachmentImage.js.html +0 -268
- package/coverage/AttachmentViewer/AttachmentViewer.js.html +0 -1576
- package/coverage/AttachmentViewer/AttachmentViewer.module.css.html +0 -955
- package/coverage/AttachmentViewer/index.html +0 -161
- package/coverage/AttachmentViewer/props/defaultProps.js.html +0 -118
- package/coverage/AttachmentViewer/props/index.html +0 -131
- package/coverage/AttachmentViewer/props/propTypes.js.html +0 -184
- package/coverage/ChannelIcon/ChannelIcon.js.html +0 -445
- package/coverage/ChannelIcon/ChannelIcon.module.css.html +0 -727
- package/coverage/ChannelIcon/index.html +0 -131
- package/coverage/ChannelIcon/props/defaultProps.js.html +0 -106
- package/coverage/ChannelIcon/props/index.html +0 -131
- package/coverage/ChannelIcon/props/propTypes.js.html +0 -163
- package/coverage/Drawer/Drawer.js.html +0 -1042
- package/coverage/Drawer/Drawer.module.css.html +0 -466
- package/coverage/Drawer/index.html +0 -131
- package/coverage/Drawer/props/defaultProps.js.html +0 -160
- package/coverage/Drawer/props/index.html +0 -131
- package/coverage/Drawer/props/propTypes.js.html +0 -283
- package/coverage/ExternalLink/ExternalLink.js.html +0 -229
- package/coverage/ExternalLink/ExternalLink.module.css.html +0 -94
- package/coverage/ExternalLink/index.html +0 -131
- package/coverage/ExternalLink/props/defaultProps.js.html +0 -100
- package/coverage/ExternalLink/props/index.html +0 -131
- package/coverage/ExternalLink/props/propTypes.js.html +0 -124
- package/coverage/FlipCard/FlipCard.js.html +0 -523
- package/coverage/FlipCard/FlipCard.module.css.html +0 -190
- package/coverage/FlipCard/index.html +0 -131
- package/coverage/FlipCard/props/defaultProps.js.html +0 -100
- package/coverage/FlipCard/props/index.html +0 -131
- package/coverage/FlipCard/props/propTypes.js.html +0 -199
- package/coverage/FormAction/FormAction.js.html +0 -391
- package/coverage/FormAction/FormAction.module.css.html +0 -292
- package/coverage/FormAction/index.html +0 -131
- package/coverage/FormAction/props/defaultProps.js.html +0 -100
- package/coverage/FormAction/props/index.html +0 -131
- package/coverage/FormAction/props/propTypes.js.html +0 -112
- package/coverage/FreezeLayer/FreezeLayer.js.html +0 -346
- package/coverage/FreezeLayer/css/FreezeLayer.module.css.html +0 -199
- package/coverage/FreezeLayer/css/cssJSLogic.js.html +0 -139
- package/coverage/FreezeLayer/css/index.html +0 -131
- package/coverage/FreezeLayer/index.html +0 -116
- package/coverage/FreezeLayer/props/defaultProps.js.html +0 -112
- package/coverage/FreezeLayer/props/index.html +0 -131
- package/coverage/FreezeLayer/props/propTypes.js.html +0 -151
- package/coverage/Hooks/Dragger/css/Dragger.module.css.html +0 -91
- package/coverage/Hooks/Dragger/css/index.html +0 -116
- package/coverage/Hooks/Dragger/index.html +0 -116
- package/coverage/Hooks/Dragger/props/defaultProps.js.html +0 -100
- package/coverage/Hooks/Dragger/props/index.html +0 -131
- package/coverage/Hooks/Dragger/props/propTypes.js.html +0 -124
- package/coverage/Hooks/Dragger/useDragger.js.html +0 -439
- package/coverage/Hooks/Dragger/utils/DraggerUtil.js.html +0 -133
- package/coverage/Hooks/Dragger/utils/index.html +0 -116
- package/coverage/Hooks/index.html +0 -116
- package/coverage/Hooks/useFreezeLayer.js.html +0 -247
- package/coverage/IconButton/IconButton.js.html +0 -466
- package/coverage/IconButton/IconButton.module.css.html +0 -151
- package/coverage/IconButton/index.html +0 -131
- package/coverage/IconButton/props/defaultProps.js.html +0 -136
- package/coverage/IconButton/props/index.html +0 -131
- package/coverage/IconButton/props/propTypes.js.html +0 -187
- package/coverage/Image/Image.js.html +0 -184
- package/coverage/Image/Image.module.css.html +0 -118
- package/coverage/Image/index.html +0 -131
- package/coverage/Image/props/defaultProps.js.html +0 -97
- package/coverage/Image/props/index.html +0 -131
- package/coverage/Image/props/propTypes.js.html +0 -127
- package/coverage/ImportantNotes/ImportantNotes.js.html +0 -223
- package/coverage/ImportantNotes/ImportantNotes.module.css.html +0 -133
- package/coverage/ImportantNotes/index.html +0 -131
- package/coverage/ImportantNotes/props/defaultProps.js.html +0 -103
- package/coverage/ImportantNotes/props/index.html +0 -131
- package/coverage/ImportantNotes/props/propTypes.js.html +0 -118
- package/coverage/Link/Link.js.html +0 -388
- package/coverage/Link/Link.module.css.html +0 -94
- package/coverage/Link/LinkContext.js.html +0 -112
- package/coverage/Link/index.html +0 -146
- package/coverage/Link/props/defaultProps.js.html +0 -100
- package/coverage/Link/props/index.html +0 -131
- package/coverage/Link/props/propTypes.js.html +0 -142
- package/coverage/Loader/Loader.js.html +0 -136
- package/coverage/Loader/Loader.module.css.html +0 -163
- package/coverage/Loader/index.html +0 -131
- package/coverage/Message/Message.js.html +0 -361
- package/coverage/Message/Message.module.css.html +0 -292
- package/coverage/Message/index.html +0 -131
- package/coverage/Message/props/defaultProps.js.html +0 -97
- package/coverage/Message/props/index.html +0 -131
- package/coverage/Message/props/propTypes.js.html +0 -157
- package/coverage/MessageBanner/MessageBanner.js.html +0 -244
- package/coverage/MessageBanner/MessageBanner.module.css.html +0 -199
- package/coverage/MessageBanner/index.html +0 -131
- package/coverage/MessageBanner/props/defaultProps.js.html +0 -106
- package/coverage/MessageBanner/props/index.html +0 -131
- package/coverage/MessageBanner/props/propTypes.js.html +0 -127
- package/coverage/NewStar/NewStar.js.html +0 -259
- package/coverage/NewStar/NewStar.module.css.html +0 -490
- package/coverage/NewStar/index.html +0 -131
- package/coverage/NewStar/props/defaultProps.js.html +0 -97
- package/coverage/NewStar/props/index.html +0 -131
- package/coverage/NewStar/props/propTypes.js.html +0 -121
- package/coverage/PlusIcon/PlusIcon.js.html +0 -190
- package/coverage/PlusIcon/PlusIcon.module.css.html +0 -139
- package/coverage/PlusIcon/index.html +0 -131
- package/coverage/PlusIcon/props/defaultProps.js.html +0 -109
- package/coverage/PlusIcon/props/index.html +0 -131
- package/coverage/PlusIcon/props/propTypes.js.html +0 -121
- package/coverage/Provider/Config.js.html +0 -136
- package/coverage/Provider/index.html +0 -116
- package/coverage/Separator/Separator.js.html +0 -286
- package/coverage/Separator/Separator.module.css.html +0 -187
- package/coverage/Separator/index.html +0 -131
- package/coverage/Separator/props/defaultProps.js.html +0 -121
- package/coverage/Separator/props/index.html +0 -131
- package/coverage/Separator/props/propTypes.js.html +0 -121
- package/coverage/TagWithIcon/TagWithIcon.js.html +0 -247
- package/coverage/TagWithIcon/TagWithIcon.module.css.html +0 -262
- package/coverage/TagWithIcon/index.html +0 -131
- package/coverage/TagWithIcon/props/defaultProps.js.html +0 -106
- package/coverage/TagWithIcon/props/index.html +0 -131
- package/coverage/TagWithIcon/props/propTypes.js.html +0 -124
- package/coverage/ToastMessage/ToastMessage.js.html +0 -751
- package/coverage/ToastMessage/ToastMessage.module.css.html +0 -859
- package/coverage/ToastMessage/index.html +0 -131
- package/coverage/ToastMessage/props/defaultProps.js.html +0 -139
- package/coverage/ToastMessage/props/index.html +0 -131
- package/coverage/ToastMessage/props/propTypes.js.html +0 -229
- package/coverage/Upload/Upload.js.html +0 -310
- package/coverage/Upload/Upload.module.css.html +0 -403
- package/coverage/Upload/index.html +0 -131
- package/coverage/Upload/props/defaultProps.js.html +0 -106
- package/coverage/Upload/props/index.html +0 -131
- package/coverage/Upload/props/propTypes.js.html +0 -139
- package/coverage/actions/AutoClose.js.html +0 -181
- package/coverage/actions/index.html +0 -116
- package/coverage/actions/props/defaultProps.js.html +0 -94
- package/coverage/actions/props/index.html +0 -131
- package/coverage/actions/props/propTypes.js.html +0 -112
- package/coverage/alert/AlertHeader/AlertHeader.js.html +0 -334
- package/coverage/alert/AlertHeader/AlertHeader.module.css.html +0 -271
- package/coverage/alert/AlertHeader/index.html +0 -131
- package/coverage/alert/AlertHeader/props/defaultProps.js.html +0 -109
- package/coverage/alert/AlertHeader/props/index.html +0 -131
- package/coverage/alert/AlertHeader/props/propTypes.js.html +0 -148
- package/coverage/alert/AlertLookup/AlertLookup.js.html +0 -472
- package/coverage/alert/AlertLookup/AlertLookup.module.css.html +0 -151
- package/coverage/alert/AlertLookup/index.html +0 -131
- package/coverage/alert/AlertLookup/props/defaultProps.js.html +0 -127
- package/coverage/alert/AlertLookup/props/index.html +0 -131
- package/coverage/alert/AlertLookup/props/propTypes.js.html +0 -193
- package/coverage/avatar/AvatarClose/AvatarClose.js.html +0 -190
- package/coverage/avatar/AvatarClose/AvatarClose.module.css.html +0 -178
- package/coverage/avatar/AvatarClose/index.html +0 -131
- package/coverage/avatar/AvatarClose/props/defaultProps.js.html +0 -103
- package/coverage/avatar/AvatarClose/props/index.html +0 -131
- package/coverage/avatar/AvatarClose/props/propTypes.js.html +0 -130
- package/coverage/avatar/AvatarCollision/AvatarCollision.js.html +0 -241
- package/coverage/avatar/AvatarCollision/AvatarCollision.module.css.html +0 -250
- package/coverage/avatar/AvatarCollision/index.html +0 -131
- package/coverage/avatar/AvatarCollision/props/defaultProps.js.html +0 -109
- package/coverage/avatar/AvatarCollision/props/index.html +0 -131
- package/coverage/avatar/AvatarCollision/props/propTypes.js.html +0 -139
- package/coverage/avatar/AvatarIcon/AvatarIcon.js.html +0 -256
- package/coverage/avatar/AvatarIcon/AvatarIcon.module.css.html +0 -262
- package/coverage/avatar/AvatarIcon/index.html +0 -131
- package/coverage/avatar/AvatarIcon/props/defaultProps.js.html +0 -127
- package/coverage/avatar/AvatarIcon/props/index.html +0 -131
- package/coverage/avatar/AvatarIcon/props/propTypes.js.html +0 -148
- package/coverage/avatar/AvatarStatus/AvatarStatus.js.html +0 -301
- package/coverage/avatar/AvatarStatus/AvatarStatus.module.css.html +0 -373
- package/coverage/avatar/AvatarStatus/index.html +0 -131
- package/coverage/avatar/AvatarStatus/props/defaultProps.js.html +0 -121
- package/coverage/avatar/AvatarStatus/props/index.html +0 -131
- package/coverage/avatar/AvatarStatus/props/propTypes.js.html +0 -166
- package/coverage/avatar/AvatarThread/AvatarThread.js.html +0 -367
- package/coverage/avatar/AvatarThread/AvatarThread.module.css.html +0 -439
- package/coverage/avatar/AvatarThread/index.html +0 -131
- package/coverage/avatar/AvatarThread/props/defaultProps.js.html +0 -112
- package/coverage/avatar/AvatarThread/props/index.html +0 -131
- package/coverage/avatar/AvatarThread/props/propTypes.js.html +0 -178
- package/coverage/avatar/AvatarUser/AvatarUser.js.html +0 -415
- package/coverage/avatar/AvatarUser/AvatarUser.module.css.html +0 -385
- package/coverage/avatar/AvatarUser/index.html +0 -131
- package/coverage/avatar/AvatarUser/props/defaultProps.js.html +0 -109
- package/coverage/avatar/AvatarUser/props/index.html +0 -131
- package/coverage/avatar/AvatarUser/props/propTypes.js.html +0 -193
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +0 -448
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +0 -133
- package/coverage/avatar/AvatarWithTeam/index.html +0 -131
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +0 -112
- package/coverage/avatar/AvatarWithTeam/props/index.html +0 -131
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +0 -163
- package/coverage/base.css +0 -224
- package/coverage/block-navigation.js +0 -87
- package/coverage/coverage-final.json +0 -490
- package/coverage/coverage-summary.json +0 -491
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.js.html +0 -2710
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +0 -346
- package/coverage/dropdown/ToggleDropDown/index.html +0 -131
- package/coverage/dropdown/ToggleDropDown/props/defaultProps.js.html +0 -172
- package/coverage/dropdown/ToggleDropDown/props/index.html +0 -131
- package/coverage/dropdown/ToggleDropDown/props/propTypes.js.html +0 -376
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.js.html +0 -334
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +0 -337
- package/coverage/emptystate/CommonEmptyState/index.html +0 -131
- package/coverage/emptystate/CommonEmptyState/props/defaultProps.js.html +0 -115
- package/coverage/emptystate/CommonEmptyState/props/index.html +0 -131
- package/coverage/emptystate/CommonEmptyState/props/propTypes.js.html +0 -151
- package/coverage/emptystate/EditionPage/EditionPage.css.html +0 -196
- package/coverage/emptystate/EditionPage/EditionPage.js.html +0 -229
- package/coverage/emptystate/EditionPage/index.html +0 -131
- package/coverage/emptystate/EditionPage/props/defaultProps.js.html +0 -100
- package/coverage/emptystate/EditionPage/props/index.html +0 -131
- package/coverage/emptystate/EditionPage/props/propTypes.js.html +0 -121
- package/coverage/errorstate/EmptyStates.module.css.html +0 -337
- package/coverage/errorstate/Inconvenience/Inconvenience.js.html +0 -349
- package/coverage/errorstate/Inconvenience/Inconvenience.module.css.html +0 -97
- package/coverage/errorstate/Inconvenience/index.html +0 -131
- package/coverage/errorstate/Inconvenience/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/Inconvenience/props/index.html +0 -131
- package/coverage/errorstate/Inconvenience/props/propTypes.js.html +0 -121
- package/coverage/errorstate/LinkText/LinkText.js.html +0 -166
- package/coverage/errorstate/LinkText/LinkText.module.css.html +0 -103
- package/coverage/errorstate/LinkText/index.html +0 -131
- package/coverage/errorstate/LinkText/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/LinkText/props/index.html +0 -131
- package/coverage/errorstate/LinkText/props/propTypes.js.html +0 -112
- package/coverage/errorstate/NoRequestFound/NoRequestFound.js.html +0 -349
- package/coverage/errorstate/NoRequestFound/NoRequestFound.module.css.html +0 -94
- package/coverage/errorstate/NoRequestFound/index.html +0 -131
- package/coverage/errorstate/NoRequestFound/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/NoRequestFound/props/index.html +0 -131
- package/coverage/errorstate/NoRequestFound/props/propTypes.js.html +0 -121
- package/coverage/errorstate/PermissionPlay/PermissionPlay.js.html +0 -343
- package/coverage/errorstate/PermissionPlay/PermissionPlay.module.css.html +0 -187
- package/coverage/errorstate/PermissionPlay/index.html +0 -131
- package/coverage/errorstate/PermissionPlay/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/PermissionPlay/props/index.html +0 -131
- package/coverage/errorstate/PermissionPlay/props/propTypes.js.html +0 -121
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +0 -349
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +0 -94
- package/coverage/errorstate/RequestUrlNotFound/index.html +0 -131
- package/coverage/errorstate/RequestUrlNotFound/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/RequestUrlNotFound/props/index.html +0 -131
- package/coverage/errorstate/RequestUrlNotFound/props/propTypes.js.html +0 -121
- package/coverage/errorstate/UnableToProcess/UnableToProcess.js.html +0 -337
- package/coverage/errorstate/UnableToProcess/UnableToProcess.module.css.html +0 -94
- package/coverage/errorstate/UnableToProcess/index.html +0 -131
- package/coverage/errorstate/UnableToProcess/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/UnableToProcess/props/index.html +0 -131
- package/coverage/errorstate/UnableToProcess/props/propTypes.js.html +0 -121
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -337
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +0 -94
- package/coverage/errorstate/UnauthorizedLogin/index.html +0 -131
- package/coverage/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/UnauthorizedLogin/props/index.html +0 -131
- package/coverage/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -121
- package/coverage/errorstate/WillBack/WillBack.js.html +0 -307
- package/coverage/errorstate/WillBack/WillBack.module.css.html +0 -193
- package/coverage/errorstate/WillBack/index.html +0 -131
- package/coverage/errorstate/WillBack/props/defaultProps.js.html +0 -97
- package/coverage/errorstate/WillBack/props/index.html +0 -131
- package/coverage/errorstate/WillBack/props/propTypes.js.html +0 -103
- package/coverage/errorstate/index.html +0 -116
- package/coverage/favicon.png +0 -0
- package/coverage/form/fields/CheckBoxField/CheckBoxField.js.html +0 -574
- package/coverage/form/fields/CheckBoxField/index.html +0 -116
- package/coverage/form/fields/CheckBoxField/props/defaultProps.js.html +0 -124
- package/coverage/form/fields/CheckBoxField/props/index.html +0 -131
- package/coverage/form/fields/CheckBoxField/props/propTypes.js.html +0 -175
- package/coverage/form/fields/CurrencyField/CurrencyField.js.html +0 -655
- package/coverage/form/fields/CurrencyField/index.html +0 -116
- package/coverage/form/fields/CurrencyField/props/defaultProps.js.html +0 -139
- package/coverage/form/fields/CurrencyField/props/index.html +0 -131
- package/coverage/form/fields/CurrencyField/props/propTypes.js.html +0 -208
- package/coverage/form/fields/DateField/DateField.js.html +0 -682
- package/coverage/form/fields/DateField/index.html +0 -116
- package/coverage/form/fields/DateField/props/defaultProps.js.html +0 -145
- package/coverage/form/fields/DateField/props/index.html +0 -131
- package/coverage/form/fields/DateField/props/propTypes.js.html +0 -208
- package/coverage/form/fields/FieldContainer/FieldContainer.js.html +0 -271
- package/coverage/form/fields/FieldContainer/index.html +0 -116
- package/coverage/form/fields/FieldContainer/props/defaultProps.js.html +0 -109
- package/coverage/form/fields/FieldContainer/props/index.html +0 -131
- package/coverage/form/fields/FieldContainer/props/propTypes.js.html +0 -166
- package/coverage/form/fields/Fields.module.css.html +0 -589
- package/coverage/form/fields/MultiSelectField/MultiSelectField.js.html +0 -745
- package/coverage/form/fields/MultiSelectField/index.html +0 -116
- package/coverage/form/fields/MultiSelectField/props/defaultProps.js.html +0 -139
- package/coverage/form/fields/MultiSelectField/props/index.html +0 -131
- package/coverage/form/fields/MultiSelectField/props/propTypes.js.html +0 -241
- package/coverage/form/fields/PhoneField/PhoneField.js.html +0 -619
- package/coverage/form/fields/PhoneField/index.html +0 -116
- package/coverage/form/fields/PhoneField/props/defaultProps.js.html +0 -133
- package/coverage/form/fields/PhoneField/props/index.html +0 -131
- package/coverage/form/fields/PhoneField/props/propTypes.js.html +0 -229
- package/coverage/form/fields/RadioField/RadioField.js.html +0 -493
- package/coverage/form/fields/RadioField/index.html +0 -116
- package/coverage/form/fields/RadioField/props/defaultProps.js.html +0 -121
- package/coverage/form/fields/RadioField/props/index.html +0 -131
- package/coverage/form/fields/RadioField/props/propTypes.js.html +0 -196
- package/coverage/form/fields/SelectField/SelectField.js.html +0 -697
- package/coverage/form/fields/SelectField/index.html +0 -116
- package/coverage/form/fields/SelectField/props/defaultProps.js.html +0 -142
- package/coverage/form/fields/SelectField/props/index.html +0 -131
- package/coverage/form/fields/SelectField/props/propTypes.js.html +0 -241
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +0 -1042
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +0 -382
- package/coverage/form/fields/TagsMultiSelect/index.html +0 -131
- package/coverage/form/fields/TagsMultiSelect/props/defaultProps.js.html +0 -127
- package/coverage/form/fields/TagsMultiSelect/props/index.html +0 -131
- package/coverage/form/fields/TagsMultiSelect/props/propTypes.js.html +0 -244
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +0 -844
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +0 -103
- package/coverage/form/fields/TagsMultiSelectField/index.html +0 -131
- package/coverage/form/fields/TagsMultiSelectField/props/defaultProps.js.html +0 -151
- package/coverage/form/fields/TagsMultiSelectField/props/index.html +0 -131
- package/coverage/form/fields/TagsMultiSelectField/props/propTypes.js.html +0 -292
- package/coverage/form/fields/TextBoxField/TextBoxField.js.html +0 -634
- package/coverage/form/fields/TextBoxField/index.html +0 -116
- package/coverage/form/fields/TextBoxField/props/defaultProps.js.html +0 -139
- package/coverage/form/fields/TextBoxField/props/index.html +0 -131
- package/coverage/form/fields/TextBoxField/props/propTypes.js.html +0 -223
- package/coverage/form/fields/TextEditor/TextEditor.js.html +0 -1201
- package/coverage/form/fields/TextEditor/TextEditor.module.css.html +0 -2113
- package/coverage/form/fields/TextEditor/index.html +0 -131
- package/coverage/form/fields/TextEditor/props/defaultProps.js.html +0 -124
- package/coverage/form/fields/TextEditor/props/index.html +0 -131
- package/coverage/form/fields/TextEditor/props/propTypes.js.html +0 -247
- package/coverage/form/fields/TextEditorField/TextEditorField.js.html +0 -622
- package/coverage/form/fields/TextEditorField/index.html +0 -116
- package/coverage/form/fields/TextEditorField/props/defaultProps.js.html +0 -133
- package/coverage/form/fields/TextEditorField/props/index.html +0 -131
- package/coverage/form/fields/TextEditorField/props/propTypes.js.html +0 -268
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +0 -631
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +0 -163
- package/coverage/form/fields/TextEditorWrapper/index.html +0 -131
- package/coverage/form/fields/TextEditorWrapper/props/defaultProps.js.html +0 -112
- package/coverage/form/fields/TextEditorWrapper/props/index.html +0 -131
- package/coverage/form/fields/TextEditorWrapper/props/propTypes.js.html +0 -226
- package/coverage/form/fields/TextareaField/TextareaField.js.html +0 -607
- package/coverage/form/fields/TextareaField/index.html +0 -116
- package/coverage/form/fields/TextareaField/props/defaultProps.js.html +0 -133
- package/coverage/form/fields/TextareaField/props/index.html +0 -131
- package/coverage/form/fields/TextareaField/props/propTypes.js.html +0 -196
- package/coverage/form/fields/ValidationMessage/ValidationMessage.js.html +0 -232
- package/coverage/form/fields/ValidationMessage/ValidationMessage.module.css.html +0 -151
- package/coverage/form/fields/ValidationMessage/index.html +0 -131
- package/coverage/form/fields/ValidationMessage/props/defaultProps.js.html +0 -106
- package/coverage/form/fields/ValidationMessage/props/index.html +0 -131
- package/coverage/form/fields/ValidationMessage/props/propTypes.js.html +0 -136
- package/coverage/form/fields/index.html +0 -116
- package/coverage/form/fields/props/FieldCommonDefaultProps.js.html +0 -115
- package/coverage/form/fields/props/FieldCommonPropTypes.js.html +0 -130
- package/coverage/form/fields/props/index.html +0 -131
- package/coverage/form/layout/Field/Field.js.html +0 -184
- package/coverage/form/layout/Field/Field.module.css.html +0 -151
- package/coverage/form/layout/Field/index.html +0 -131
- package/coverage/form/layout/Field/props/defaultProps.js.html +0 -97
- package/coverage/form/layout/Field/props/index.html +0 -131
- package/coverage/form/layout/Field/props/propTypes.js.html +0 -118
- package/coverage/form/layout/Section/ModuleFormSection.module.css.html +0 -94
- package/coverage/form/layout/Section/Section.js.html +0 -175
- package/coverage/form/layout/Section/index.html +0 -131
- package/coverage/form/layout/Section/props/index.html +0 -116
- package/coverage/form/layout/Section/props/propTypes.js.html +0 -121
- package/coverage/index.html +0 -3866
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.js.html +0 -679
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +0 -433
- package/coverage/layout/SetupDetailLayout/index.html +0 -131
- package/coverage/layout/SetupDetailLayout/props/defaultProps.js.html +0 -154
- package/coverage/layout/SetupDetailLayout/props/index.html +0 -131
- package/coverage/layout/SetupDetailLayout/props/propTypes.js.html +0 -223
- package/coverage/layout/SubtabLayout/SubtabLayout.js.html +0 -577
- package/coverage/layout/SubtabLayout/SubtabLayout.module.css.html +0 -484
- package/coverage/layout/SubtabLayout/index.html +0 -131
- package/coverage/layout/SubtabLayout/props/defaultProps.js.html +0 -169
- package/coverage/layout/SubtabLayout/props/index.html +0 -131
- package/coverage/layout/SubtabLayout/props/propTypes.js.html +0 -217
- package/coverage/list/AvatarFlip/AvatarFlip.js.html +0 -325
- package/coverage/list/AvatarFlip/AvatarFlip.module.css.html +0 -94
- package/coverage/list/AvatarFlip/index.html +0 -131
- package/coverage/list/AvatarFlip/props/defaultProps.js.html +0 -103
- package/coverage/list/AvatarFlip/props/index.html +0 -131
- package/coverage/list/AvatarFlip/props/propTypes.js.html +0 -175
- package/coverage/list/BluePrintStatus/BluePrintStatus.js.html +0 -160
- package/coverage/list/BluePrintStatus/BluePrintStatus.module.css.html +0 -127
- package/coverage/list/BluePrintStatus/index.html +0 -131
- package/coverage/list/BluePrintStatus/props/index.html +0 -116
- package/coverage/list/BluePrintStatus/props/propTypes.js.html +0 -100
- package/coverage/list/Comment/Comment.js.html +0 -199
- package/coverage/list/Comment/Comment.module.css.html +0 -157
- package/coverage/list/Comment/index.html +0 -131
- package/coverage/list/Comment/props/defaultProps.js.html +0 -97
- package/coverage/list/Comment/props/index.html +0 -131
- package/coverage/list/Comment/props/propTypes.js.html +0 -109
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.js.html +0 -358
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.module.css.html +0 -112
- package/coverage/list/DepartmentDropDown/index.html +0 -131
- package/coverage/list/DepartmentDropDown/props/defaultProps.js.html +0 -106
- package/coverage/list/DepartmentDropDown/props/index.html +0 -131
- package/coverage/list/DepartmentDropDown/props/propTypes.js.html +0 -160
- package/coverage/list/Dot/Dot.js.html +0 -151
- package/coverage/list/Dot/Dot.module.css.html +0 -130
- package/coverage/list/Dot/index.html +0 -131
- package/coverage/list/Dot/props/defaultProps.js.html +0 -97
- package/coverage/list/Dot/props/index.html +0 -131
- package/coverage/list/Dot/props/propTypes.js.html +0 -103
- package/coverage/list/DotNew/DotNew.js.html +0 -154
- package/coverage/list/DotNew/DotNew.module.css.html +0 -157
- package/coverage/list/DotNew/index.html +0 -131
- package/coverage/list/DotNew/props/defaultProps.js.html +0 -94
- package/coverage/list/DotNew/props/index.html +0 -131
- package/coverage/list/DotNew/props/propTypes.js.html +0 -106
- package/coverage/list/GridStencils/GridStencils.js.html +0 -208
- package/coverage/list/GridStencils/GridStencils.module.css.html +0 -373
- package/coverage/list/GridStencils/index.html +0 -131
- package/coverage/list/GridStencils/props/index.html +0 -116
- package/coverage/list/GridStencils/props/propTypes.js.html +0 -112
- package/coverage/list/Icons/AddNewIcon.js.html +0 -154
- package/coverage/list/Icons/CompleteIcon.js.html +0 -151
- package/coverage/list/Icons/DeleteIcon.js.html +0 -157
- package/coverage/list/Icons/EditIcon.js.html +0 -157
- package/coverage/list/Icons/FloatingIcons.js.html +0 -166
- package/coverage/list/Icons/Icons.module.css.html +0 -133
- package/coverage/list/Icons/ReadUnreadIcon.js.html +0 -181
- package/coverage/list/Icons/SmartIcon.js.html +0 -160
- package/coverage/list/Icons/index.html +0 -221
- package/coverage/list/Icons/props/defaultProps.js.html +0 -106
- package/coverage/list/Icons/props/index.html +0 -131
- package/coverage/list/Icons/props/propTypes.js.html +0 -265
- package/coverage/list/ListLayout/ListLayout.js.html +0 -337
- package/coverage/list/ListLayout/ListLayout.module.css.html +0 -283
- package/coverage/list/ListLayout/index.html +0 -131
- package/coverage/list/ListLayout/props/defaultProps.js.html +0 -118
- package/coverage/list/ListLayout/props/index.html +0 -131
- package/coverage/list/ListLayout/props/propTypes.js.html +0 -175
- package/coverage/list/ListStencils/ListStencils.js.html +0 -223
- package/coverage/list/ListStencils/ListStencils.module.css.html +0 -271
- package/coverage/list/ListStencils/index.html +0 -131
- package/coverage/list/ListStencils/props/defaultProps.js.html +0 -94
- package/coverage/list/ListStencils/props/index.html +0 -131
- package/coverage/list/ListStencils/props/propTypes.js.html +0 -100
- package/coverage/list/SecondaryText/AccountName.js.html +0 -358
- package/coverage/list/SecondaryText/ContactName.js.html +0 -361
- package/coverage/list/SecondaryText/DepartmentText.js.html +0 -160
- package/coverage/list/SecondaryText/Email.js.html +0 -253
- package/coverage/list/SecondaryText/HappinessRating.js.html +0 -172
- package/coverage/list/SecondaryText/PhoneNumber.js.html +0 -262
- package/coverage/list/SecondaryText/PriorityText.js.html +0 -181
- package/coverage/list/SecondaryText/SecondaryText.js.html +0 -190
- package/coverage/list/SecondaryText/SecondaryText.module.css.html +0 -463
- package/coverage/list/SecondaryText/StatusText.js.html +0 -181
- package/coverage/list/SecondaryText/TicketId.js.html +0 -214
- package/coverage/list/SecondaryText/Website.js.html +0 -226
- package/coverage/list/SecondaryText/index.html +0 -296
- package/coverage/list/SecondaryText/index.js.html +0 -118
- package/coverage/list/SecondaryText/props/defaultProps.js.html +0 -241
- package/coverage/list/SecondaryText/props/index.html +0 -131
- package/coverage/list/SecondaryText/props/propTypes.js.html +0 -544
- package/coverage/list/SecondryPanel/SecondryPanel.js.html +0 -406
- package/coverage/list/SecondryPanel/SecondryPanel.module.css.html +0 -100
- package/coverage/list/SecondryPanel/index.html +0 -131
- package/coverage/list/SecondryPanel/props/defaultProps.js.html +0 -148
- package/coverage/list/SecondryPanel/props/index.html +0 -131
- package/coverage/list/SecondryPanel/props/propTypes.js.html +0 -178
- package/coverage/list/SentimentStatus/SentimentStatus.js.html +0 -175
- package/coverage/list/SentimentStatus/SentimentStatus.module.css.html +0 -112
- package/coverage/list/SentimentStatus/index.html +0 -131
- package/coverage/list/SentimentStatus/props/index.html +0 -116
- package/coverage/list/SentimentStatus/props/propTypes.js.html +0 -103
- package/coverage/list/Subject/Subject.js.html +0 -295
- package/coverage/list/Subject/Subject.module.css.html +0 -187
- package/coverage/list/Subject/index.html +0 -131
- package/coverage/list/Subject/props/defaultProps.js.html +0 -106
- package/coverage/list/Subject/props/index.html +0 -131
- package/coverage/list/Subject/props/propTypes.js.html +0 -145
- package/coverage/list/TagNew/TagNew.js.html +0 -181
- package/coverage/list/TagNew/TagNew.module.css.html +0 -412
- package/coverage/list/TagNew/index.html +0 -131
- package/coverage/list/TagNew/props/defaultProps.js.html +0 -97
- package/coverage/list/TagNew/props/index.html +0 -131
- package/coverage/list/TagNew/props/propTypes.js.html +0 -112
- package/coverage/list/Thread/Thread.js.html +0 -199
- package/coverage/list/Thread/Thread.module.css.html +0 -175
- package/coverage/list/Thread/index.html +0 -131
- package/coverage/list/Thread/props/defaultProps.js.html +0 -97
- package/coverage/list/Thread/props/index.html +0 -131
- package/coverage/list/Thread/props/propTypes.js.html +0 -112
- package/coverage/list/status/StatusDropdown/StatusDropdown.js.html +0 -1141
- package/coverage/list/status/StatusDropdown/StatusDropdown.module.css.html +0 -292
- package/coverage/list/status/StatusDropdown/index.html +0 -131
- package/coverage/list/status/StatusDropdown/props/defaultProps.js.html +0 -145
- package/coverage/list/status/StatusDropdown/props/index.html +0 -131
- package/coverage/list/status/StatusDropdown/props/propTypes.js.html +0 -319
- package/coverage/list/status/StatusListItem/StatusListItem.js.html +0 -424
- package/coverage/list/status/StatusListItem/StatusListItem.module.css.html +0 -352
- package/coverage/list/status/StatusListItem/index.html +0 -131
- package/coverage/list/status/StatusListItem/props/defaultProps.js.html +0 -133
- package/coverage/list/status/StatusListItem/props/index.html +0 -131
- package/coverage/list/status/StatusListItem/props/propTypes.js.html +0 -181
- package/coverage/lookup/EmptyPage/EmptyPage.js.html +0 -256
- package/coverage/lookup/EmptyPage/LookupEmptyPage.module.css.html +0 -121
- package/coverage/lookup/EmptyPage/index.html +0 -131
- package/coverage/lookup/EmptyPage/props/defaultProps.js.html +0 -97
- package/coverage/lookup/EmptyPage/props/index.html +0 -131
- package/coverage/lookup/EmptyPage/props/propTypes.js.html +0 -103
- package/coverage/lookup/Lookup/Lookup.js.html +0 -499
- package/coverage/lookup/Lookup/Lookup.module.css.html +0 -217
- package/coverage/lookup/Lookup/index.html +0 -131
- package/coverage/lookup/Lookup/props/defaultProps.js.html +0 -112
- package/coverage/lookup/Lookup/props/index.html +0 -131
- package/coverage/lookup/Lookup/props/propTypes.js.html +0 -160
- package/coverage/lookup/Section/LookupSection.module.css.html +0 -109
- package/coverage/lookup/Section/Section.js.html +0 -142
- package/coverage/lookup/Section/index.html +0 -131
- package/coverage/lookup/Section/props/index.html +0 -116
- package/coverage/lookup/Section/props/propTypes.js.html +0 -106
- package/coverage/lookup/header/Close/Close.js.html +0 -154
- package/coverage/lookup/header/Close/index.html +0 -116
- package/coverage/lookup/header/Close/props/defaultProps.js.html +0 -94
- package/coverage/lookup/header/Close/props/index.html +0 -131
- package/coverage/lookup/header/Close/props/propTypes.js.html +0 -106
- package/coverage/lookup/header/ModuleHeader/ModuleHeader.js.html +0 -367
- package/coverage/lookup/header/ModuleHeader/index.html +0 -116
- package/coverage/lookup/header/ModuleHeader/props/defaultProps.js.html +0 -97
- package/coverage/lookup/header/ModuleHeader/props/index.html +0 -131
- package/coverage/lookup/header/ModuleHeader/props/propTypes.js.html +0 -148
- package/coverage/lookup/header/Search/LookupSearch.module.css.html +0 -229
- package/coverage/lookup/header/Search/Search.js.html +0 -724
- package/coverage/lookup/header/Search/index.html +0 -131
- package/coverage/lookup/header/Search/props/defaultProps.js.html +0 -100
- package/coverage/lookup/header/Search/props/index.html +0 -131
- package/coverage/lookup/header/Search/props/propTypes.js.html +0 -175
- package/coverage/lookup/header/TicketHeader/TicketHeader.js.html +0 -433
- package/coverage/lookup/header/TicketHeader/TicketHeader.module.css.html +0 -142
- package/coverage/lookup/header/TicketHeader/index.html +0 -131
- package/coverage/lookup/header/TicketHeader/props/defaultProps.js.html +0 -100
- package/coverage/lookup/header/TicketHeader/props/index.html +0 -131
- package/coverage/lookup/header/TicketHeader/props/propTypes.js.html +0 -151
- package/coverage/lookup/header/Title/LookupTitle.module.css.html +0 -148
- package/coverage/lookup/header/Title/Title.js.html +0 -169
- package/coverage/lookup/header/Title/index.html +0 -131
- package/coverage/lookup/header/Title/props/defaultProps.js.html +0 -94
- package/coverage/lookup/header/Title/props/index.html +0 -131
- package/coverage/lookup/header/Title/props/propTypes.js.html +0 -106
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.js.html +0 -601
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.module.css.html +0 -220
- package/coverage/lookup/header/ViewDropDown/index.html +0 -131
- package/coverage/lookup/header/ViewDropDown/props/defaultProps.js.html +0 -106
- package/coverage/lookup/header/ViewDropDown/props/index.html +0 -131
- package/coverage/lookup/header/ViewDropDown/props/propTypes.js.html +0 -154
- package/coverage/lookup/header/index.html +0 -131
- package/coverage/lookup/header/lookupHeaderCommon.module.css.html +0 -178
- package/coverage/lookup/header/lookupHeaderCommonResponsive.module.css.html +0 -130
- package/coverage/prettify.css +0 -1
- package/coverage/prettify.js +0 -2
- package/coverage/setup/header/Button/Button.js.html +0 -169
- package/coverage/setup/header/Button/HeaderButton.module.css.html +0 -94
- package/coverage/setup/header/Button/index.html +0 -131
- package/coverage/setup/header/Button/props/defaultProps.js.html +0 -97
- package/coverage/setup/header/Button/props/index.html +0 -131
- package/coverage/setup/header/Button/props/propTypes.js.html +0 -109
- package/coverage/setup/header/Link/HeaderLink.module.css.html +0 -130
- package/coverage/setup/header/Link/Link.js.html +0 -193
- package/coverage/setup/header/Link/index.html +0 -131
- package/coverage/setup/header/Link/props/defaultProps.js.html +0 -97
- package/coverage/setup/header/Link/props/index.html +0 -131
- package/coverage/setup/header/Link/props/propTypes.js.html +0 -112
- package/coverage/setup/header/Search/Search.js.html +0 -280
- package/coverage/setup/header/Search/Search.module.css.html +0 -259
- package/coverage/setup/header/Search/index.html +0 -131
- package/coverage/setup/header/Search/props/defaultProps.js.html +0 -100
- package/coverage/setup/header/Search/props/index.html +0 -131
- package/coverage/setup/header/Search/props/propTypes.js.html +0 -121
- package/coverage/setup/header/Views/Views.js.html +0 -208
- package/coverage/setup/header/Views/Views.module.css.html +0 -169
- package/coverage/setup/header/Views/index.html +0 -131
- package/coverage/setup/header/Views/props/defaultProps.js.html +0 -103
- package/coverage/setup/header/Views/props/index.html +0 -131
- package/coverage/setup/header/Views/props/propTypes.js.html +0 -115
- package/coverage/setup/helptips/Description/Description.js.html +0 -148
- package/coverage/setup/helptips/Description/HelpTipsDescription.module.css.html +0 -103
- package/coverage/setup/helptips/Description/index.html +0 -131
- package/coverage/setup/helptips/Description/props/index.html +0 -116
- package/coverage/setup/helptips/Description/props/propTypes.js.html +0 -100
- package/coverage/setup/helptips/Link/HelpTipsLink.module.css.html +0 -103
- package/coverage/setup/helptips/Link/Link.js.html +0 -172
- package/coverage/setup/helptips/Link/index.html +0 -131
- package/coverage/setup/helptips/Link/props/index.html +0 -116
- package/coverage/setup/helptips/Link/props/propTypes.js.html +0 -109
- package/coverage/setup/helptips/ListGroup/ListGroup.js.html +0 -205
- package/coverage/setup/helptips/ListGroup/ListGroup.module.css.html +0 -136
- package/coverage/setup/helptips/ListGroup/index.html +0 -131
- package/coverage/setup/helptips/ListGroup/props/index.html +0 -116
- package/coverage/setup/helptips/ListGroup/props/propTypes.js.html +0 -103
- package/coverage/setup/helptips/Title/HelpTipsTitle.module.css.html +0 -100
- package/coverage/setup/helptips/Title/Title.js.html +0 -148
- package/coverage/setup/helptips/Title/index.html +0 -131
- package/coverage/setup/helptips/Title/props/index.html +0 -116
- package/coverage/setup/helptips/Title/props/propTypes.js.html +0 -100
- package/coverage/setup/table/Table/Table.js.html +0 -160
- package/coverage/setup/table/Table/index.html +0 -116
- package/coverage/setup/table/Table/props/defaultProps.js.html +0 -97
- package/coverage/setup/table/Table/props/index.html +0 -131
- package/coverage/setup/table/Table/props/propTypes.js.html +0 -106
- package/coverage/setup/table/TableBody/TableBody.js.html +0 -160
- package/coverage/setup/table/TableBody/index.html +0 -116
- package/coverage/setup/table/TableBody/props/defaultProps.js.html +0 -94
- package/coverage/setup/table/TableBody/props/index.html +0 -131
- package/coverage/setup/table/TableBody/props/propTypes.js.html +0 -109
- package/coverage/setup/table/TableData/SetupTableData.module.css.html +0 -193
- package/coverage/setup/table/TableData/TableData.js.html +0 -199
- package/coverage/setup/table/TableData/index.html +0 -131
- package/coverage/setup/table/TableData/props/defaultProps.js.html +0 -100
- package/coverage/setup/table/TableData/props/index.html +0 -131
- package/coverage/setup/table/TableData/props/propTypes.js.html +0 -121
- package/coverage/setup/table/TableHead/SetupTableHead.module.css.html +0 -109
- package/coverage/setup/table/TableHead/TableHead.js.html +0 -193
- package/coverage/setup/table/TableHead/index.html +0 -131
- package/coverage/setup/table/TableHead/props/defaultProps.js.html +0 -97
- package/coverage/setup/table/TableHead/props/index.html +0 -131
- package/coverage/setup/table/TableHead/props/propTypes.js.html +0 -112
- package/coverage/setup/table/TableRow/SetupTableRow.module.css.html +0 -115
- package/coverage/setup/table/TableRow/TableRow.js.html +0 -205
- package/coverage/setup/table/TableRow/index.html +0 -131
- package/coverage/setup/table/TableRow/props/defaultProps.js.html +0 -97
- package/coverage/setup/table/TableRow/props/index.html +0 -131
- package/coverage/setup/table/TableRow/props/propTypes.js.html +0 -121
- package/coverage/setup/table/Text/TableText.module.css.html +0 -196
- package/coverage/setup/table/Text/Text.js.html +0 -214
- package/coverage/setup/table/Text/index.html +0 -131
- package/coverage/setup/table/Text/props/defaultProps.js.html +0 -106
- package/coverage/setup/table/Text/props/index.html +0 -131
- package/coverage/setup/table/Text/props/propTypes.js.html +0 -127
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +0 -196
- package/coverage/svg/PlusIcon.js.html +0 -175
- package/coverage/svg/SnippetIcon.js.html +0 -196
- package/coverage/svg/TemplateIcon.js.html +0 -160
- package/coverage/svg/index.html +0 -146
- package/coverage/svg/props/defaultProps.js.html +0 -136
- package/coverage/svg/props/index.html +0 -131
- package/coverage/svg/props/propTypes.js.html +0 -142
- package/coverage/utils/ChannelIconMapping.js.html +0 -475
- package/coverage/utils/General.js.html +0 -208
- package/coverage/utils/editorUtils.js.html +0 -652
- package/coverage/utils/index.html +0 -146
- package/coverage/version2/AlertClose/AlertClose.js.html +0 -202
- package/coverage/version2/AlertClose/AlertClose.module.css.html +0 -211
- package/coverage/version2/AlertClose/index.html +0 -131
- package/coverage/version2/AlertClose/props/index.html +0 -116
- package/coverage/version2/AlertClose/props/propTypes.js.html +0 -112
- package/coverage/version2/GlobalNotification/GlobalNotification.js.html +0 -463
- package/coverage/version2/GlobalNotification/GlobalNotification.module.css.html +0 -466
- package/coverage/version2/GlobalNotification/index.html +0 -131
- package/coverage/version2/GlobalNotification/props/defaultProps.js.html +0 -103
- package/coverage/version2/GlobalNotification/props/index.html +0 -131
- package/coverage/version2/GlobalNotification/props/propTypes.js.html +0 -214
- package/coverage/version2/alertIcons/AlarmAlertIcon.js.html +0 -166
- package/coverage/version2/alertIcons/AlertIcons.js.html +0 -253
- package/coverage/version2/alertIcons/AlertIcons.module.css.html +0 -286
- package/coverage/version2/alertIcons/DangerAlertIcon.js.html +0 -166
- package/coverage/version2/alertIcons/ErrorAlertIcon.js.html +0 -169
- package/coverage/version2/alertIcons/InfoAlertIcon.js.html +0 -172
- package/coverage/version2/alertIcons/NotificationAlertIcon.js.html +0 -166
- package/coverage/version2/alertIcons/SuccessAlertIcon.js.html +0 -166
- package/coverage/version2/alertIcons/WarningAlertIcon.js.html +0 -163
- package/coverage/version2/alertIcons/index.html +0 -236
- package/coverage/version2/alertIcons/props/defaultProps.js.html +0 -187
- package/coverage/version2/alertIcons/props/index.html +0 -131
- package/coverage/version2/alertIcons/props/propTypes.js.html +0 -211
- package/coverage/version2/errorstate/Inconvenience/Inconvenience.js.html +0 -316
- package/coverage/version2/errorstate/Inconvenience/index.html +0 -116
- package/coverage/version2/errorstate/Inconvenience/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/Inconvenience/props/index.html +0 -131
- package/coverage/version2/errorstate/Inconvenience/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +0 -319
- package/coverage/version2/errorstate/OopsSomethingMiss/index.html +0 -116
- package/coverage/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/OopsSomethingMiss/props/index.html +0 -131
- package/coverage/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +0 -316
- package/coverage/version2/errorstate/UnableToProcessRequest/index.html +0 -116
- package/coverage/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/UnableToProcessRequest/props/index.html +0 -131
- package/coverage/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -319
- package/coverage/version2/errorstate/UnauthorizedLogin/index.html +0 -116
- package/coverage/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -112
- package/coverage/version2/errorstate/UnauthorizedLogin/props/index.html +0 -131
- package/coverage/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -139
- package/coverage/version2/errorstate/UrlNotFound/UrlNotFound.js.html +0 -316
- package/coverage/version2/errorstate/UrlNotFound/index.html +0 -116
- package/coverage/version2/errorstate/UrlNotFound/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/UrlNotFound/props/index.html +0 -131
- package/coverage/version2/errorstate/UrlNotFound/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/V2_ErrorStates.module.css.html +0 -223
- package/coverage/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +0 -316
- package/coverage/version2/errorstate/WillBeRightBack/index.html +0 -116
- package/coverage/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +0 -109
- package/coverage/version2/errorstate/WillBeRightBack/props/index.html +0 -131
- package/coverage/version2/errorstate/WillBeRightBack/props/propTypes.js.html +0 -136
- package/coverage/version2/errorstate/index.html +0 -116
- package/coverage/version2/lookup/AlertHeader/AlertHeader.js.html +0 -316
- package/coverage/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +0 -277
- package/coverage/version2/lookup/AlertHeader/css/cssJSLogic.js.html +0 -130
- package/coverage/version2/lookup/AlertHeader/css/index.html +0 -131
- package/coverage/version2/lookup/AlertHeader/index.html +0 -116
- package/coverage/version2/lookup/AlertHeader/props/defaultProps.js.html +0 -106
- package/coverage/version2/lookup/AlertHeader/props/index.html +0 -131
- package/coverage/version2/lookup/AlertHeader/props/propTypes.js.html +0 -166
- package/coverage/version2/lookup/AlertLookup/AlertLookup.js.html +0 -778
- package/coverage/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +0 -202
- package/coverage/version2/lookup/AlertLookup/index.html +0 -131
- package/coverage/version2/lookup/AlertLookup/props/defaultProps.js.html +0 -124
- package/coverage/version2/lookup/AlertLookup/props/index.html +0 -131
- package/coverage/version2/lookup/AlertLookup/props/propTypes.js.html +0 -214
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.js.html +0 -703
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.module.css.html +0 -424
- package/coverage/version2/notification/DesktopNotification/index.html +0 -131
- package/coverage/version2/notification/DesktopNotification/props/defaultProps.js.html +0 -139
- package/coverage/version2/notification/DesktopNotification/props/index.html +0 -131
- package/coverage/version2/notification/DesktopNotification/props/propTypes.js.html +0 -217
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +0 -361
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +0 -370
- package/coverage/version2/notification/DesktopNotificationHeader/index.html +0 -131
- package/coverage/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +0 -109
- package/coverage/version2/notification/DesktopNotificationHeader/props/index.html +0 -131
- package/coverage/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +0 -124
- package/es/v1/DotProvider/DotProvider.js +0 -48
- package/es/v1/DotProvider/libraryChunks/dynamicImports.js +0 -45
- package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
- package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
- package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
- package/es/v1/DotProvider/props/defaultProps.js +0 -12
- package/es/v1/DotProvider/props/propTypes.js +0 -11
- package/es/v1/DotProvider/utils/appearanceProperties.js +0 -46
- package/es/v1/DotProvider/utils/errorMessage.js +0 -7
- package/es/v1/DotProvider/utils/importFiles.js +0 -46
- package/es/v1/DotProvider/utils/sizeProperties.js +0 -12
- package/es/v1/DotProvider/utils/themeProperties.js +0 -220
- package/lib/v1/DotProvider/DotProvider.js +0 -67
- package/lib/v1/DotProvider/libraryChunks/dynamicImports.js +0 -64
- package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
- package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
- package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
- package/lib/v1/DotProvider/props/defaultProps.js +0 -19
- package/lib/v1/DotProvider/props/propTypes.js +0 -22
- package/lib/v1/DotProvider/utils/appearanceProperties.js +0 -79
- package/lib/v1/DotProvider/utils/errorMessage.js +0 -14
- package/lib/v1/DotProvider/utils/importFiles.js +0 -51
- package/lib/v1/DotProvider/utils/sizeProperties.js +0 -31
- package/lib/v1/DotProvider/utils/themeProperties.js +0 -325
|
@@ -638,6 +638,7 @@ export class ToggleDropDown extends Component {
|
|
|
638
638
|
isFetchingOptions: isFetchingOptions
|
|
639
639
|
}
|
|
640
640
|
},
|
|
641
|
+
dataId: `${dataId}_dropbox`,
|
|
641
642
|
...DropBoxProps,
|
|
642
643
|
onClose: this.handleTogglePopup
|
|
643
644
|
}, /*#__PURE__*/React.createElement(React.Fragment, null, isSearch ? /*#__PURE__*/React.createElement(Box, {
|
|
@@ -656,6 +657,7 @@ export class ToggleDropDown extends Component {
|
|
|
656
657
|
} //search
|
|
657
658
|
// onKeyDown={this.handleKeyDown}
|
|
658
659
|
,
|
|
660
|
+
dataId: `${dataId}_search`,
|
|
659
661
|
a11y: {
|
|
660
662
|
role: 'combobox',
|
|
661
663
|
ariaOwns: ariaTitleId,
|
|
@@ -52,7 +52,8 @@ export default function UnableToProcessRequest(props) {
|
|
|
52
52
|
customClass: {
|
|
53
53
|
customButton: style.errorBtn
|
|
54
54
|
},
|
|
55
|
-
onClick: onButtonClick
|
|
55
|
+
onClick: onButtonClick,
|
|
56
|
+
dataId: `${dataId}_button`
|
|
56
57
|
}) : null));
|
|
57
58
|
}
|
|
58
59
|
UnableToProcessRequest.propTypes = propTypes;
|
|
@@ -198,6 +198,7 @@ function StatusDropdown(props) {
|
|
|
198
198
|
isResponsivePadding: true,
|
|
199
199
|
needFocusScope: true,
|
|
200
200
|
onClose: handleTogglePopup,
|
|
201
|
+
dataId: `${dataId}_dropbox`,
|
|
201
202
|
customProps: {
|
|
202
203
|
focusScopeProps: {
|
|
203
204
|
searchValue: searchString,
|
|
@@ -224,7 +225,8 @@ function StatusDropdown(props) {
|
|
|
224
225
|
role: 'combobox',
|
|
225
226
|
ariaActivedescendant: isPopupReady ? value : '',
|
|
226
227
|
ariaOwns: ariaTitleId
|
|
227
|
-
}
|
|
228
|
+
},
|
|
229
|
+
dataId: `${dataId}_search`
|
|
228
230
|
})) : null, title && optionsList.length != 0 && /*#__PURE__*/React.createElement(Box, {
|
|
229
231
|
className: style.title
|
|
230
232
|
}, /*#__PURE__*/React.createElement(DropDownHeading, {
|
|
@@ -69,7 +69,8 @@ class DropDown extends SelectComponent {
|
|
|
69
69
|
searchBoxSize,
|
|
70
70
|
searchBoxVariant,
|
|
71
71
|
searchBoxPlaceHolder,
|
|
72
|
-
maxLength
|
|
72
|
+
maxLength,
|
|
73
|
+
dataId
|
|
73
74
|
} = this.props;
|
|
74
75
|
const {
|
|
75
76
|
hoverIndex,
|
|
@@ -80,7 +81,9 @@ class DropDown extends SelectComponent {
|
|
|
80
81
|
} = this.state;
|
|
81
82
|
const suggestions = this.handleFilterSuggestions();
|
|
82
83
|
return /*#__PURE__*/React.createElement("div", {
|
|
83
|
-
className: style.container
|
|
84
|
+
className: style.container,
|
|
85
|
+
"data-id": dataId,
|
|
86
|
+
"data-test-id": dataId
|
|
84
87
|
}, /*#__PURE__*/React.createElement("div", {
|
|
85
88
|
onClick: this.togglePopup,
|
|
86
89
|
ref: getTargetRef
|
|
@@ -110,7 +113,8 @@ class DropDown extends SelectComponent {
|
|
|
110
113
|
animationStyle: animationStyle,
|
|
111
114
|
size: "large",
|
|
112
115
|
alignBox: "row",
|
|
113
|
-
isResponsivePadding: true
|
|
116
|
+
isResponsivePadding: true,
|
|
117
|
+
dataId: `${dataId}_dropbox`
|
|
114
118
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
115
119
|
flexible: true
|
|
116
120
|
}, /*#__PURE__*/React.createElement(Card, null, needSearch ? /*#__PURE__*/React.createElement(CardHeader, null, /*#__PURE__*/React.createElement(DropDownSearch, {
|
|
@@ -121,13 +125,15 @@ class DropDown extends SelectComponent {
|
|
|
121
125
|
size: searchBoxSize,
|
|
122
126
|
variant: searchBoxVariant,
|
|
123
127
|
placeHolder: searchBoxPlaceHolder,
|
|
124
|
-
maxLength: maxLength
|
|
128
|
+
maxLength: maxLength,
|
|
129
|
+
dataId: `${dataId}_search`
|
|
125
130
|
})) : null, /*#__PURE__*/React.createElement(CardContent, {
|
|
126
131
|
shrink: true,
|
|
127
132
|
eleRef: this.suggestionContainerRef,
|
|
128
133
|
customClass: !tabletMode && dropBoxSize ? style[dropBoxSize] : ''
|
|
129
134
|
}, suggestions.length ? /*#__PURE__*/React.createElement("div", {
|
|
130
|
-
className: style.listItemContainer
|
|
135
|
+
className: style.listItemContainer,
|
|
136
|
+
"data-id": `${dataId}_Options`
|
|
131
137
|
}, suggestions.map(function () {
|
|
132
138
|
let option = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
133
139
|
let index = arguments.length > 1 ? arguments[1] : undefined;
|
|
@@ -13,7 +13,8 @@ export default function Search(props) {
|
|
|
13
13
|
onKeyPress,
|
|
14
14
|
onFocus,
|
|
15
15
|
onBlur,
|
|
16
|
-
customClass
|
|
16
|
+
customClass,
|
|
17
|
+
dataId
|
|
17
18
|
} = props;
|
|
18
19
|
let [isFocus, setIsFocus] = useState(false);
|
|
19
20
|
let [resetValue] = useState(value || '');
|
|
@@ -32,7 +33,9 @@ export default function Search(props) {
|
|
|
32
33
|
};
|
|
33
34
|
|
|
34
35
|
return /*#__PURE__*/React.createElement("div", {
|
|
35
|
-
className: `${style.container} ${isFocus ? style.active : ''} ${customClass}
|
|
36
|
+
className: `${style.container} ${isFocus ? style.active : ''} ${customClass}`,
|
|
37
|
+
"data-id": `${dataId}_search`,
|
|
38
|
+
"data-test-id": `${dataId}_search`
|
|
36
39
|
}, /*#__PURE__*/React.createElement(TextBox, {
|
|
37
40
|
placeHolder: placeHolder,
|
|
38
41
|
customClass: style.input,
|
|
@@ -45,7 +48,9 @@ export default function Search(props) {
|
|
|
45
48
|
onBlur: handleBlur
|
|
46
49
|
}), value != '' && value ? /*#__PURE__*/React.createElement("span", {
|
|
47
50
|
className: style.icon,
|
|
48
|
-
onClick: handleBlur
|
|
51
|
+
onClick: handleBlur,
|
|
52
|
+
"data-id": `${dataId}_clear`,
|
|
53
|
+
"data-test-id": `${dataId}_clear`
|
|
49
54
|
}, /*#__PURE__*/React.createElement(Icon, {
|
|
50
55
|
name: "ZD-close",
|
|
51
56
|
size: "19"
|
|
@@ -1,178 +1,178 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
/* globalnotfication default variables */
|
|
3
|
-
--commonalert_border_color: var(--zdt_commonalert_default_border);
|
|
4
|
-
--globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
|
|
5
|
-
--globalnotification_text_color: var(--zdt_globalnotification_default_text);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.message {
|
|
9
|
-
composes: varClass;
|
|
10
|
-
position: absolute;
|
|
11
|
-
top: 0 ;
|
|
12
|
-
z-index: 1000;
|
|
13
|
-
width: var(--zd_size420) ;
|
|
14
|
-
text-align: center;
|
|
15
|
-
margin: auto ;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
[dir=ltr] .message {
|
|
19
|
-
left: 0 ;
|
|
20
|
-
right: 0 ;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
[dir=rtl] .message {
|
|
24
|
-
right: 0 ;
|
|
25
|
-
left: 0 ;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.stackShadowOne::after,
|
|
29
|
-
.stackShadowTwo::before {
|
|
30
|
-
content: '';
|
|
31
|
-
position: absolute;
|
|
32
|
-
height: var(--zd_size20) ;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.stackShadowOne::after, .stackShadowTwo::before {
|
|
36
|
-
background-color: var(--globalnotification_bg_color);
|
|
37
|
-
border-radius: 0 0 6px 6px;
|
|
38
|
-
box-shadow: var(--zd_bs_globalnotification_container);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
[dir=ltr] .stackShadowOne::after, [dir=ltr] .stackShadowTwo::before {
|
|
42
|
-
left: 50% ;
|
|
43
|
-
right: 50% ;
|
|
44
|
-
transform: translate(-50%);
|
|
45
|
-
animation: behindInfo 0.8s forwards;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
[dir=rtl] .stackShadowOne::after, [dir=rtl] .stackShadowTwo::before {
|
|
49
|
-
right: 50% ;
|
|
50
|
-
left: 50% ;
|
|
51
|
-
transform: translate(50%);
|
|
52
|
-
animation: behindInfo 0.8s forwards;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.stackShadowTwo::before {
|
|
56
|
-
width: 90% ;
|
|
57
|
-
bottom: calc( var(--zd_size10) * -1 ) ;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.stackShadowOne::after {
|
|
61
|
-
width: 95% ;
|
|
62
|
-
bottom: calc( var(--zd_size5) * -1 ) ;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
@keyframes behindInfo {
|
|
66
|
-
|
|
67
|
-
0%,
|
|
68
|
-
40% {
|
|
69
|
-
opacity: 0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
100% {
|
|
73
|
-
opacity: 1;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.container {
|
|
78
|
-
position: relative;
|
|
79
|
-
pointer-events: initial;
|
|
80
|
-
color: var(--globalnotification_text_color);
|
|
81
|
-
z-index: 1;
|
|
82
|
-
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
83
|
-
width: 100% ;
|
|
84
|
-
box-shadow: var(--zd_bs_globalnotification_container);
|
|
85
|
-
border-radius: 0 0 var(--zd_size10) var(--zd_size10);
|
|
86
|
-
background-color: var(--globalnotification_bg_color);
|
|
87
|
-
border-style: solid;
|
|
88
|
-
border-color: var(--commonalert_border_color);
|
|
89
|
-
border-width: 2px 1px 1px 1px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
[dir=ltr] .container {
|
|
93
|
-
padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
[dir=rtl] .container {
|
|
97
|
-
padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.icon {
|
|
101
|
-
width: var(--zd_size44) ;
|
|
102
|
-
height: var(--zd_size44) ;
|
|
103
|
-
position: absolute;
|
|
104
|
-
top: 0 ;
|
|
105
|
-
bottom: 0 ;
|
|
106
|
-
margin: auto 0 ;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
[dir=ltr] .icon {
|
|
110
|
-
left: var(--zd_size18) ;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
[dir=rtl] .icon {
|
|
114
|
-
right: var(--zd_size18) ;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.success {
|
|
118
|
-
--commonalert_border_color: var(--zdt_commonalert_success_border);
|
|
119
|
-
--globalnotification_bg_color: var(--zdt_globalnotification_success_bg);
|
|
120
|
-
--globalnotification_text_color: var(--zdt_globalnotification_success_text);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.info {
|
|
124
|
-
--commonalert_border_color: var(--zdt_commonalert_info_border);
|
|
125
|
-
--globalnotification_bg_color: var(--zdt_globalnotification_info_bg);
|
|
126
|
-
--globalnotification_text_color: var(--zdt_globalnotification_info_text);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.danger {
|
|
130
|
-
--commonalert_border_color: var(--zdt_commonalert_danger_border);
|
|
131
|
-
--globalnotification_bg_color: var(--zdt_globalnotification_danger_bg);
|
|
132
|
-
--globalnotification_text_color: var(--zdt_globalnotification_danger_text);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.error {
|
|
136
|
-
--commonalert_border_color: var(--zdt_commonalert_error_border);
|
|
137
|
-
--globalnotification_bg_color: var(--zdt_globalnotification_error_bg);
|
|
138
|
-
--globalnotification_text_color: var(--zdt_globalnotification_error_text);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.warning {
|
|
142
|
-
--commonalert_border_color: var(--zdt_commonalert_warning_border);
|
|
143
|
-
--globalnotification_bg_color: var(--zdt_globalnotification_warning_bg);
|
|
144
|
-
--globalnotification_text_color: var(--zdt_globalnotification_warning_text);
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.text {
|
|
148
|
-
font-size: var(--zd_font_size14) ;
|
|
149
|
-
font-family: var(--zd_semibold);
|
|
150
|
-
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
151
|
-
line-height: 1.4286;
|
|
152
|
-
overflow: hidden;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
[dir=ltr] .text {
|
|
156
|
-
text-align: left;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
[dir=rtl] .text {
|
|
160
|
-
text-align: right;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.close {
|
|
164
|
-
position: absolute;
|
|
165
|
-
top: 0 ;
|
|
166
|
-
bottom: 0 ;
|
|
167
|
-
height: var(--zd_size25) ;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
[dir=ltr] .close {
|
|
171
|
-
right: var(--zd_size12) ;
|
|
172
|
-
margin: auto 0 auto var(--zd_size25) ;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
[dir=rtl] .close {
|
|
176
|
-
left: var(--zd_size12) ;
|
|
177
|
-
margin: auto var(--zd_size25) auto 0 ;
|
|
1
|
+
.varClass {
|
|
2
|
+
/* globalnotfication default variables */
|
|
3
|
+
--commonalert_border_color: var(--zdt_commonalert_default_border);
|
|
4
|
+
--globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
|
|
5
|
+
--globalnotification_text_color: var(--zdt_globalnotification_default_text);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.message {
|
|
9
|
+
composes: varClass;
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 0 ;
|
|
12
|
+
z-index: 1000;
|
|
13
|
+
width: var(--zd_size420) ;
|
|
14
|
+
text-align: center;
|
|
15
|
+
margin: auto ;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
[dir=ltr] .message {
|
|
19
|
+
left: 0 ;
|
|
20
|
+
right: 0 ;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
[dir=rtl] .message {
|
|
24
|
+
right: 0 ;
|
|
25
|
+
left: 0 ;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.stackShadowOne::after,
|
|
29
|
+
.stackShadowTwo::before {
|
|
30
|
+
content: '';
|
|
31
|
+
position: absolute;
|
|
32
|
+
height: var(--zd_size20) ;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.stackShadowOne::after, .stackShadowTwo::before {
|
|
36
|
+
background-color: var(--globalnotification_bg_color);
|
|
37
|
+
border-radius: 0 0 6px 6px;
|
|
38
|
+
box-shadow: var(--zd_bs_globalnotification_container);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
[dir=ltr] .stackShadowOne::after, [dir=ltr] .stackShadowTwo::before {
|
|
42
|
+
left: 50% ;
|
|
43
|
+
right: 50% ;
|
|
44
|
+
transform: translate(-50%);
|
|
45
|
+
animation: behindInfo 0.8s forwards;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
[dir=rtl] .stackShadowOne::after, [dir=rtl] .stackShadowTwo::before {
|
|
49
|
+
right: 50% ;
|
|
50
|
+
left: 50% ;
|
|
51
|
+
transform: translate(50%);
|
|
52
|
+
animation: behindInfo 0.8s forwards;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.stackShadowTwo::before {
|
|
56
|
+
width: 90% ;
|
|
57
|
+
bottom: calc( var(--zd_size10) * -1 ) ;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.stackShadowOne::after {
|
|
61
|
+
width: 95% ;
|
|
62
|
+
bottom: calc( var(--zd_size5) * -1 ) ;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@keyframes behindInfo {
|
|
66
|
+
|
|
67
|
+
0%,
|
|
68
|
+
40% {
|
|
69
|
+
opacity: 0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
100% {
|
|
73
|
+
opacity: 1;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.container {
|
|
78
|
+
position: relative;
|
|
79
|
+
pointer-events: initial;
|
|
80
|
+
color: var(--globalnotification_text_color);
|
|
81
|
+
z-index: 1;
|
|
82
|
+
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
83
|
+
width: 100% ;
|
|
84
|
+
box-shadow: var(--zd_bs_globalnotification_container);
|
|
85
|
+
border-radius: 0 0 var(--zd_size10) var(--zd_size10);
|
|
86
|
+
background-color: var(--globalnotification_bg_color);
|
|
87
|
+
border-style: solid;
|
|
88
|
+
border-color: var(--commonalert_border_color);
|
|
89
|
+
border-width: 2px 1px 1px 1px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
[dir=ltr] .container {
|
|
93
|
+
padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
[dir=rtl] .container {
|
|
97
|
+
padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.icon {
|
|
101
|
+
width: var(--zd_size44) ;
|
|
102
|
+
height: var(--zd_size44) ;
|
|
103
|
+
position: absolute;
|
|
104
|
+
top: 0 ;
|
|
105
|
+
bottom: 0 ;
|
|
106
|
+
margin: auto 0 ;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
[dir=ltr] .icon {
|
|
110
|
+
left: var(--zd_size18) ;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
[dir=rtl] .icon {
|
|
114
|
+
right: var(--zd_size18) ;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.success {
|
|
118
|
+
--commonalert_border_color: var(--zdt_commonalert_success_border);
|
|
119
|
+
--globalnotification_bg_color: var(--zdt_globalnotification_success_bg);
|
|
120
|
+
--globalnotification_text_color: var(--zdt_globalnotification_success_text);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.info {
|
|
124
|
+
--commonalert_border_color: var(--zdt_commonalert_info_border);
|
|
125
|
+
--globalnotification_bg_color: var(--zdt_globalnotification_info_bg);
|
|
126
|
+
--globalnotification_text_color: var(--zdt_globalnotification_info_text);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.danger {
|
|
130
|
+
--commonalert_border_color: var(--zdt_commonalert_danger_border);
|
|
131
|
+
--globalnotification_bg_color: var(--zdt_globalnotification_danger_bg);
|
|
132
|
+
--globalnotification_text_color: var(--zdt_globalnotification_danger_text);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.error {
|
|
136
|
+
--commonalert_border_color: var(--zdt_commonalert_error_border);
|
|
137
|
+
--globalnotification_bg_color: var(--zdt_globalnotification_error_bg);
|
|
138
|
+
--globalnotification_text_color: var(--zdt_globalnotification_error_text);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.warning {
|
|
142
|
+
--commonalert_border_color: var(--zdt_commonalert_warning_border);
|
|
143
|
+
--globalnotification_bg_color: var(--zdt_globalnotification_warning_bg);
|
|
144
|
+
--globalnotification_text_color: var(--zdt_globalnotification_warning_text);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.text {
|
|
148
|
+
font-size: var(--zd_font_size14) ;
|
|
149
|
+
font-family: var(--zd_semibold);
|
|
150
|
+
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
151
|
+
line-height: 1.4286;
|
|
152
|
+
overflow: hidden;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
[dir=ltr] .text {
|
|
156
|
+
text-align: left;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
[dir=rtl] .text {
|
|
160
|
+
text-align: right;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.close {
|
|
164
|
+
position: absolute;
|
|
165
|
+
top: 0 ;
|
|
166
|
+
bottom: 0 ;
|
|
167
|
+
height: var(--zd_size25) ;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
[dir=ltr] .close {
|
|
171
|
+
right: var(--zd_size12) ;
|
|
172
|
+
margin: auto 0 auto var(--zd_size25) ;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
[dir=rtl] .close {
|
|
176
|
+
left: var(--zd_size12) ;
|
|
177
|
+
margin: auto var(--zd_size25) auto 0 ;
|
|
178
178
|
}
|