@zohodesk/dot 1.0.0-temp-191.1 → 1.0.0-temp-192
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cli/propValidation_report.html +1 -1
- package/README.md +11 -0
- package/coverage/ActionButton/ActionButton.js.html +628 -0
- package/coverage/ActionButton/ActionButton.module.css.html +559 -0
- package/coverage/ActionButton/index.html +131 -0
- package/coverage/ActionButton/props/defaultProps.js.html +136 -0
- package/coverage/ActionButton/props/index.html +131 -0
- package/coverage/ActionButton/props/propTypes.js.html +187 -0
- package/coverage/AlphabeticList/AlphabeticList.js.html +424 -0
- package/coverage/AlphabeticList/AlphabeticList.module.css.html +247 -0
- package/coverage/AlphabeticList/index.html +131 -0
- package/coverage/AlphabeticList/props/defaultProps.js.html +124 -0
- package/coverage/AlphabeticList/props/index.html +131 -0
- package/coverage/AlphabeticList/props/propTypes.js.html +250 -0
- package/coverage/Attachment/Attachment.js.html +388 -0
- package/coverage/Attachment/Attachment.module.css.html +583 -0
- package/coverage/Attachment/index.html +131 -0
- package/coverage/Attachment/props/defaultProps.js.html +109 -0
- package/coverage/Attachment/props/index.html +131 -0
- package/coverage/Attachment/props/propTypes.js.html +142 -0
- package/coverage/AttachmentViewer/Attachment.js.html +193 -0
- package/coverage/AttachmentViewer/AttachmentImage.js.html +268 -0
- package/coverage/AttachmentViewer/AttachmentViewer.js.html +1579 -0
- package/coverage/AttachmentViewer/AttachmentViewer.module.css.html +955 -0
- package/coverage/AttachmentViewer/index.html +161 -0
- package/coverage/AttachmentViewer/props/defaultProps.js.html +121 -0
- package/coverage/AttachmentViewer/props/index.html +131 -0
- package/coverage/AttachmentViewer/props/propTypes.js.html +187 -0
- package/coverage/ChannelIcon/ChannelIcon.js.html +448 -0
- package/coverage/ChannelIcon/ChannelIcon.module.css.html +727 -0
- package/coverage/ChannelIcon/index.html +131 -0
- package/coverage/ChannelIcon/props/defaultProps.js.html +106 -0
- package/coverage/ChannelIcon/props/index.html +131 -0
- package/coverage/ChannelIcon/props/propTypes.js.html +163 -0
- package/coverage/Drawer/Drawer.js.html +1042 -0
- package/coverage/Drawer/Drawer.module.css.html +466 -0
- package/coverage/Drawer/index.html +131 -0
- package/coverage/Drawer/props/defaultProps.js.html +160 -0
- package/coverage/Drawer/props/index.html +131 -0
- package/coverage/Drawer/props/propTypes.js.html +283 -0
- package/coverage/ExternalLink/ExternalLink.js.html +229 -0
- package/coverage/ExternalLink/ExternalLink.module.css.html +94 -0
- package/coverage/ExternalLink/index.html +131 -0
- package/coverage/ExternalLink/props/defaultProps.js.html +100 -0
- package/coverage/ExternalLink/props/index.html +131 -0
- package/coverage/ExternalLink/props/propTypes.js.html +124 -0
- package/coverage/FlipCard/FlipCard.js.html +523 -0
- package/coverage/FlipCard/FlipCard.module.css.html +190 -0
- package/coverage/FlipCard/index.html +131 -0
- package/coverage/FlipCard/props/defaultProps.js.html +100 -0
- package/coverage/FlipCard/props/index.html +131 -0
- package/coverage/FlipCard/props/propTypes.js.html +199 -0
- package/coverage/FormAction/FormAction.js.html +391 -0
- package/coverage/FormAction/FormAction.module.css.html +292 -0
- package/coverage/FormAction/index.html +131 -0
- package/coverage/FormAction/props/defaultProps.js.html +100 -0
- package/coverage/FormAction/props/index.html +131 -0
- package/coverage/FormAction/props/propTypes.js.html +112 -0
- package/coverage/FreezeLayer/FreezeLayer.js.html +346 -0
- package/coverage/FreezeLayer/css/FreezeLayer.module.css.html +199 -0
- package/coverage/FreezeLayer/css/cssJSLogic.js.html +139 -0
- package/coverage/FreezeLayer/css/index.html +131 -0
- package/coverage/FreezeLayer/index.html +116 -0
- package/coverage/FreezeLayer/props/defaultProps.js.html +112 -0
- package/coverage/FreezeLayer/props/index.html +131 -0
- package/coverage/FreezeLayer/props/propTypes.js.html +151 -0
- package/coverage/Hooks/Dragger/css/Dragger.module.css.html +91 -0
- package/coverage/Hooks/Dragger/css/index.html +116 -0
- package/coverage/Hooks/Dragger/index.html +116 -0
- package/coverage/Hooks/Dragger/props/defaultProps.js.html +100 -0
- package/coverage/Hooks/Dragger/props/index.html +131 -0
- package/coverage/Hooks/Dragger/props/propTypes.js.html +124 -0
- package/coverage/Hooks/Dragger/useDragger.js.html +439 -0
- package/coverage/Hooks/Dragger/utils/DraggerUtil.js.html +133 -0
- package/coverage/Hooks/Dragger/utils/index.html +116 -0
- package/coverage/Hooks/index.html +116 -0
- package/coverage/Hooks/useFreezeLayer.js.html +247 -0
- package/coverage/IconButton/IconButton.js.html +466 -0
- package/coverage/IconButton/IconButton.module.css.html +151 -0
- package/coverage/IconButton/index.html +131 -0
- package/coverage/IconButton/props/defaultProps.js.html +136 -0
- package/coverage/IconButton/props/index.html +131 -0
- package/coverage/IconButton/props/propTypes.js.html +187 -0
- package/coverage/Image/Image.js.html +184 -0
- package/coverage/Image/Image.module.css.html +118 -0
- package/coverage/Image/index.html +131 -0
- package/coverage/Image/props/defaultProps.js.html +97 -0
- package/coverage/Image/props/index.html +131 -0
- package/coverage/Image/props/propTypes.js.html +127 -0
- package/coverage/ImportantNotes/ImportantNotes.js.html +223 -0
- package/coverage/ImportantNotes/ImportantNotes.module.css.html +133 -0
- package/coverage/ImportantNotes/index.html +131 -0
- package/coverage/ImportantNotes/props/defaultProps.js.html +103 -0
- package/coverage/ImportantNotes/props/index.html +131 -0
- package/coverage/ImportantNotes/props/propTypes.js.html +118 -0
- package/coverage/Link/Link.js.html +388 -0
- package/coverage/Link/Link.module.css.html +94 -0
- package/coverage/Link/LinkContext.js.html +112 -0
- package/coverage/Link/index.html +146 -0
- package/coverage/Link/props/defaultProps.js.html +100 -0
- package/coverage/Link/props/index.html +131 -0
- package/coverage/Link/props/propTypes.js.html +142 -0
- package/coverage/Loader/Loader.js.html +136 -0
- package/coverage/Loader/Loader.module.css.html +163 -0
- package/coverage/Loader/index.html +131 -0
- package/coverage/Message/Message.js.html +361 -0
- package/coverage/Message/Message.module.css.html +292 -0
- package/coverage/Message/index.html +131 -0
- package/coverage/Message/props/defaultProps.js.html +97 -0
- package/coverage/Message/props/index.html +131 -0
- package/coverage/Message/props/propTypes.js.html +157 -0
- package/coverage/MessageBanner/MessageBanner.js.html +244 -0
- package/coverage/MessageBanner/MessageBanner.module.css.html +199 -0
- package/coverage/MessageBanner/index.html +131 -0
- package/coverage/MessageBanner/props/defaultProps.js.html +106 -0
- package/coverage/MessageBanner/props/index.html +131 -0
- package/coverage/MessageBanner/props/propTypes.js.html +127 -0
- package/coverage/NewStar/NewStar.js.html +259 -0
- package/coverage/NewStar/NewStar.module.css.html +490 -0
- package/coverage/NewStar/index.html +131 -0
- package/coverage/NewStar/props/defaultProps.js.html +97 -0
- package/coverage/NewStar/props/index.html +131 -0
- package/coverage/NewStar/props/propTypes.js.html +121 -0
- package/coverage/PlusIcon/PlusIcon.js.html +190 -0
- package/coverage/PlusIcon/PlusIcon.module.css.html +139 -0
- package/coverage/PlusIcon/index.html +131 -0
- package/coverage/PlusIcon/props/defaultProps.js.html +109 -0
- package/coverage/PlusIcon/props/index.html +131 -0
- package/coverage/PlusIcon/props/propTypes.js.html +121 -0
- package/coverage/Provider/Config.js.html +136 -0
- package/coverage/Provider/index.html +116 -0
- package/coverage/Separator/Separator.js.html +286 -0
- package/coverage/Separator/Separator.module.css.html +187 -0
- package/coverage/Separator/index.html +131 -0
- package/coverage/Separator/props/defaultProps.js.html +121 -0
- package/coverage/Separator/props/index.html +131 -0
- package/coverage/Separator/props/propTypes.js.html +121 -0
- package/coverage/TagWithIcon/TagWithIcon.js.html +247 -0
- package/coverage/TagWithIcon/TagWithIcon.module.css.html +262 -0
- package/coverage/TagWithIcon/index.html +131 -0
- package/coverage/TagWithIcon/props/defaultProps.js.html +106 -0
- package/coverage/TagWithIcon/props/index.html +131 -0
- package/coverage/TagWithIcon/props/propTypes.js.html +124 -0
- package/coverage/ToastMessage/ToastMessage.js.html +751 -0
- package/coverage/ToastMessage/ToastMessage.module.css.html +859 -0
- package/coverage/ToastMessage/index.html +131 -0
- package/coverage/ToastMessage/props/defaultProps.js.html +139 -0
- package/coverage/ToastMessage/props/index.html +131 -0
- package/coverage/ToastMessage/props/propTypes.js.html +229 -0
- package/coverage/Upload/Upload.js.html +310 -0
- package/coverage/Upload/Upload.module.css.html +403 -0
- package/coverage/Upload/index.html +131 -0
- package/coverage/Upload/props/defaultProps.js.html +106 -0
- package/coverage/Upload/props/index.html +131 -0
- package/coverage/Upload/props/propTypes.js.html +139 -0
- package/coverage/actions/AutoClose.js.html +181 -0
- package/coverage/actions/index.html +116 -0
- package/coverage/actions/props/defaultProps.js.html +94 -0
- package/coverage/actions/props/index.html +131 -0
- package/coverage/actions/props/propTypes.js.html +112 -0
- package/coverage/alert/AlertHeader/AlertHeader.js.html +337 -0
- package/coverage/alert/AlertHeader/AlertHeader.module.css.html +271 -0
- package/coverage/alert/AlertHeader/index.html +131 -0
- package/coverage/alert/AlertHeader/props/defaultProps.js.html +109 -0
- package/coverage/alert/AlertHeader/props/index.html +131 -0
- package/coverage/alert/AlertHeader/props/propTypes.js.html +148 -0
- package/coverage/alert/AlertLookup/AlertLookup.js.html +472 -0
- package/coverage/alert/AlertLookup/AlertLookup.module.css.html +151 -0
- package/coverage/alert/AlertLookup/index.html +131 -0
- package/coverage/alert/AlertLookup/props/defaultProps.js.html +127 -0
- package/coverage/alert/AlertLookup/props/index.html +131 -0
- package/coverage/alert/AlertLookup/props/propTypes.js.html +193 -0
- package/coverage/avatar/AvatarClose/AvatarClose.js.html +190 -0
- package/coverage/avatar/AvatarClose/AvatarClose.module.css.html +178 -0
- package/coverage/avatar/AvatarClose/index.html +131 -0
- package/coverage/avatar/AvatarClose/props/defaultProps.js.html +106 -0
- package/coverage/avatar/AvatarClose/props/index.html +131 -0
- package/coverage/avatar/AvatarClose/props/propTypes.js.html +133 -0
- package/coverage/avatar/AvatarCollision/AvatarCollision.js.html +241 -0
- package/coverage/avatar/AvatarCollision/AvatarCollision.module.css.html +250 -0
- package/coverage/avatar/AvatarCollision/index.html +131 -0
- package/coverage/avatar/AvatarCollision/props/defaultProps.js.html +109 -0
- package/coverage/avatar/AvatarCollision/props/index.html +131 -0
- package/coverage/avatar/AvatarCollision/props/propTypes.js.html +139 -0
- package/coverage/avatar/AvatarIcon/AvatarIcon.js.html +256 -0
- package/coverage/avatar/AvatarIcon/AvatarIcon.module.css.html +262 -0
- package/coverage/avatar/AvatarIcon/index.html +131 -0
- package/coverage/avatar/AvatarIcon/props/defaultProps.js.html +127 -0
- package/coverage/avatar/AvatarIcon/props/index.html +131 -0
- package/coverage/avatar/AvatarIcon/props/propTypes.js.html +148 -0
- package/coverage/avatar/AvatarStatus/AvatarStatus.js.html +301 -0
- package/coverage/avatar/AvatarStatus/AvatarStatus.module.css.html +373 -0
- package/coverage/avatar/AvatarStatus/index.html +131 -0
- package/coverage/avatar/AvatarStatus/props/defaultProps.js.html +121 -0
- package/coverage/avatar/AvatarStatus/props/index.html +131 -0
- package/coverage/avatar/AvatarStatus/props/propTypes.js.html +166 -0
- package/coverage/avatar/AvatarThread/AvatarThread.js.html +367 -0
- package/coverage/avatar/AvatarThread/AvatarThread.module.css.html +439 -0
- package/coverage/avatar/AvatarThread/index.html +131 -0
- package/coverage/avatar/AvatarThread/props/defaultProps.js.html +112 -0
- package/coverage/avatar/AvatarThread/props/index.html +131 -0
- package/coverage/avatar/AvatarThread/props/propTypes.js.html +178 -0
- package/coverage/avatar/AvatarUser/AvatarUser.js.html +415 -0
- package/coverage/avatar/AvatarUser/AvatarUser.module.css.html +385 -0
- package/coverage/avatar/AvatarUser/index.html +131 -0
- package/coverage/avatar/AvatarUser/props/defaultProps.js.html +109 -0
- package/coverage/avatar/AvatarUser/props/index.html +131 -0
- package/coverage/avatar/AvatarUser/props/propTypes.js.html +193 -0
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +448 -0
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +133 -0
- package/coverage/avatar/AvatarWithTeam/index.html +131 -0
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +112 -0
- package/coverage/avatar/AvatarWithTeam/props/index.html +131 -0
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +163 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/coverage-final.json +490 -0
- package/coverage/coverage-summary.json +491 -0
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.js.html +2719 -0
- package/coverage/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +346 -0
- package/coverage/dropdown/ToggleDropDown/index.html +131 -0
- package/coverage/dropdown/ToggleDropDown/props/defaultProps.js.html +172 -0
- package/coverage/dropdown/ToggleDropDown/props/index.html +131 -0
- package/coverage/dropdown/ToggleDropDown/props/propTypes.js.html +376 -0
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.js.html +334 -0
- package/coverage/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +337 -0
- package/coverage/emptystate/CommonEmptyState/index.html +131 -0
- package/coverage/emptystate/CommonEmptyState/props/defaultProps.js.html +115 -0
- package/coverage/emptystate/CommonEmptyState/props/index.html +131 -0
- package/coverage/emptystate/CommonEmptyState/props/propTypes.js.html +151 -0
- package/coverage/emptystate/EditionPage/EditionPage.css.html +196 -0
- package/coverage/emptystate/EditionPage/EditionPage.js.html +229 -0
- package/coverage/emptystate/EditionPage/index.html +131 -0
- package/coverage/emptystate/EditionPage/props/defaultProps.js.html +100 -0
- package/coverage/emptystate/EditionPage/props/index.html +131 -0
- package/coverage/emptystate/EditionPage/props/propTypes.js.html +121 -0
- package/coverage/errorstate/EmptyStates.module.css.html +337 -0
- package/coverage/errorstate/Inconvenience/Inconvenience.js.html +349 -0
- package/coverage/errorstate/Inconvenience/Inconvenience.module.css.html +97 -0
- package/coverage/errorstate/Inconvenience/index.html +131 -0
- package/coverage/errorstate/Inconvenience/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/Inconvenience/props/index.html +131 -0
- package/coverage/errorstate/Inconvenience/props/propTypes.js.html +121 -0
- package/coverage/errorstate/LinkText/LinkText.js.html +166 -0
- package/coverage/errorstate/LinkText/LinkText.module.css.html +103 -0
- package/coverage/errorstate/LinkText/index.html +131 -0
- package/coverage/errorstate/LinkText/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/LinkText/props/index.html +131 -0
- package/coverage/errorstate/LinkText/props/propTypes.js.html +112 -0
- package/coverage/errorstate/NoRequestFound/NoRequestFound.js.html +349 -0
- package/coverage/errorstate/NoRequestFound/NoRequestFound.module.css.html +94 -0
- package/coverage/errorstate/NoRequestFound/index.html +131 -0
- package/coverage/errorstate/NoRequestFound/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/NoRequestFound/props/index.html +131 -0
- package/coverage/errorstate/NoRequestFound/props/propTypes.js.html +121 -0
- package/coverage/errorstate/PermissionPlay/PermissionPlay.js.html +343 -0
- package/coverage/errorstate/PermissionPlay/PermissionPlay.module.css.html +187 -0
- package/coverage/errorstate/PermissionPlay/index.html +131 -0
- package/coverage/errorstate/PermissionPlay/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/PermissionPlay/props/index.html +131 -0
- package/coverage/errorstate/PermissionPlay/props/propTypes.js.html +121 -0
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +349 -0
- package/coverage/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +94 -0
- package/coverage/errorstate/RequestUrlNotFound/index.html +131 -0
- package/coverage/errorstate/RequestUrlNotFound/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/RequestUrlNotFound/props/index.html +131 -0
- package/coverage/errorstate/RequestUrlNotFound/props/propTypes.js.html +121 -0
- package/coverage/errorstate/UnableToProcess/UnableToProcess.js.html +337 -0
- package/coverage/errorstate/UnableToProcess/UnableToProcess.module.css.html +94 -0
- package/coverage/errorstate/UnableToProcess/index.html +131 -0
- package/coverage/errorstate/UnableToProcess/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/UnableToProcess/props/index.html +131 -0
- package/coverage/errorstate/UnableToProcess/props/propTypes.js.html +121 -0
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +337 -0
- package/coverage/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +94 -0
- package/coverage/errorstate/UnauthorizedLogin/index.html +131 -0
- package/coverage/errorstate/UnauthorizedLogin/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/UnauthorizedLogin/props/index.html +131 -0
- package/coverage/errorstate/UnauthorizedLogin/props/propTypes.js.html +121 -0
- package/coverage/errorstate/WillBack/WillBack.js.html +307 -0
- package/coverage/errorstate/WillBack/WillBack.module.css.html +193 -0
- package/coverage/errorstate/WillBack/index.html +131 -0
- package/coverage/errorstate/WillBack/props/defaultProps.js.html +97 -0
- package/coverage/errorstate/WillBack/props/index.html +131 -0
- package/coverage/errorstate/WillBack/props/propTypes.js.html +103 -0
- package/coverage/errorstate/index.html +116 -0
- package/coverage/favicon.png +0 -0
- package/coverage/form/fields/CheckBoxField/CheckBoxField.js.html +574 -0
- package/coverage/form/fields/CheckBoxField/index.html +116 -0
- package/coverage/form/fields/CheckBoxField/props/defaultProps.js.html +124 -0
- package/coverage/form/fields/CheckBoxField/props/index.html +131 -0
- package/coverage/form/fields/CheckBoxField/props/propTypes.js.html +175 -0
- package/coverage/form/fields/CurrencyField/CurrencyField.js.html +655 -0
- package/coverage/form/fields/CurrencyField/index.html +116 -0
- package/coverage/form/fields/CurrencyField/props/defaultProps.js.html +139 -0
- package/coverage/form/fields/CurrencyField/props/index.html +131 -0
- package/coverage/form/fields/CurrencyField/props/propTypes.js.html +208 -0
- package/coverage/form/fields/DateField/DateField.js.html +682 -0
- package/coverage/form/fields/DateField/index.html +116 -0
- package/coverage/form/fields/DateField/props/defaultProps.js.html +145 -0
- package/coverage/form/fields/DateField/props/index.html +131 -0
- package/coverage/form/fields/DateField/props/propTypes.js.html +208 -0
- package/coverage/form/fields/FieldContainer/FieldContainer.js.html +271 -0
- package/coverage/form/fields/FieldContainer/index.html +116 -0
- package/coverage/form/fields/FieldContainer/props/defaultProps.js.html +109 -0
- package/coverage/form/fields/FieldContainer/props/index.html +131 -0
- package/coverage/form/fields/FieldContainer/props/propTypes.js.html +166 -0
- package/coverage/form/fields/Fields.module.css.html +619 -0
- package/coverage/form/fields/MultiSelectField/MultiSelectField.js.html +745 -0
- package/coverage/form/fields/MultiSelectField/index.html +116 -0
- package/coverage/form/fields/MultiSelectField/props/defaultProps.js.html +139 -0
- package/coverage/form/fields/MultiSelectField/props/index.html +131 -0
- package/coverage/form/fields/MultiSelectField/props/propTypes.js.html +241 -0
- package/coverage/form/fields/PhoneField/PhoneField.js.html +619 -0
- package/coverage/form/fields/PhoneField/index.html +116 -0
- package/coverage/form/fields/PhoneField/props/defaultProps.js.html +133 -0
- package/coverage/form/fields/PhoneField/props/index.html +131 -0
- package/coverage/form/fields/PhoneField/props/propTypes.js.html +229 -0
- package/coverage/form/fields/RadioField/RadioField.js.html +493 -0
- package/coverage/form/fields/RadioField/index.html +116 -0
- package/coverage/form/fields/RadioField/props/defaultProps.js.html +121 -0
- package/coverage/form/fields/RadioField/props/index.html +131 -0
- package/coverage/form/fields/RadioField/props/propTypes.js.html +196 -0
- package/coverage/form/fields/SelectField/SelectField.js.html +697 -0
- package/coverage/form/fields/SelectField/index.html +116 -0
- package/coverage/form/fields/SelectField/props/defaultProps.js.html +142 -0
- package/coverage/form/fields/SelectField/props/index.html +131 -0
- package/coverage/form/fields/SelectField/props/propTypes.js.html +241 -0
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +1042 -0
- package/coverage/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +382 -0
- package/coverage/form/fields/TagsMultiSelect/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelect/props/defaultProps.js.html +127 -0
- package/coverage/form/fields/TagsMultiSelect/props/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelect/props/propTypes.js.html +244 -0
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +844 -0
- package/coverage/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +103 -0
- package/coverage/form/fields/TagsMultiSelectField/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelectField/props/defaultProps.js.html +151 -0
- package/coverage/form/fields/TagsMultiSelectField/props/index.html +131 -0
- package/coverage/form/fields/TagsMultiSelectField/props/propTypes.js.html +292 -0
- package/coverage/form/fields/TextBoxField/TextBoxField.js.html +634 -0
- package/coverage/form/fields/TextBoxField/index.html +116 -0
- package/coverage/form/fields/TextBoxField/props/defaultProps.js.html +139 -0
- package/coverage/form/fields/TextBoxField/props/index.html +131 -0
- package/coverage/form/fields/TextBoxField/props/propTypes.js.html +223 -0
- package/coverage/form/fields/TextEditor/TextEditor.js.html +1201 -0
- package/coverage/form/fields/TextEditor/TextEditor.module.css.html +2113 -0
- package/coverage/form/fields/TextEditor/index.html +131 -0
- package/coverage/form/fields/TextEditor/props/defaultProps.js.html +124 -0
- package/coverage/form/fields/TextEditor/props/index.html +131 -0
- package/coverage/form/fields/TextEditor/props/propTypes.js.html +247 -0
- package/coverage/form/fields/TextEditorField/TextEditorField.js.html +622 -0
- package/coverage/form/fields/TextEditorField/index.html +116 -0
- package/coverage/form/fields/TextEditorField/props/defaultProps.js.html +133 -0
- package/coverage/form/fields/TextEditorField/props/index.html +131 -0
- package/coverage/form/fields/TextEditorField/props/propTypes.js.html +268 -0
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +631 -0
- package/coverage/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +163 -0
- package/coverage/form/fields/TextEditorWrapper/index.html +131 -0
- package/coverage/form/fields/TextEditorWrapper/props/defaultProps.js.html +112 -0
- package/coverage/form/fields/TextEditorWrapper/props/index.html +131 -0
- package/coverage/form/fields/TextEditorWrapper/props/propTypes.js.html +226 -0
- package/coverage/form/fields/TextareaField/TextareaField.js.html +622 -0
- package/coverage/form/fields/TextareaField/index.html +116 -0
- package/coverage/form/fields/TextareaField/props/defaultProps.js.html +136 -0
- package/coverage/form/fields/TextareaField/props/index.html +131 -0
- package/coverage/form/fields/TextareaField/props/propTypes.js.html +202 -0
- package/coverage/form/fields/ValidationMessage/ValidationMessage.js.html +232 -0
- package/coverage/form/fields/ValidationMessage/ValidationMessage.module.css.html +151 -0
- package/coverage/form/fields/ValidationMessage/index.html +131 -0
- package/coverage/form/fields/ValidationMessage/props/defaultProps.js.html +106 -0
- package/coverage/form/fields/ValidationMessage/props/index.html +131 -0
- package/coverage/form/fields/ValidationMessage/props/propTypes.js.html +136 -0
- package/coverage/form/fields/index.html +116 -0
- package/coverage/form/fields/props/FieldCommonDefaultProps.js.html +115 -0
- package/coverage/form/fields/props/FieldCommonPropTypes.js.html +130 -0
- package/coverage/form/fields/props/index.html +131 -0
- package/coverage/form/layout/Field/Field.js.html +184 -0
- package/coverage/form/layout/Field/Field.module.css.html +151 -0
- package/coverage/form/layout/Field/index.html +131 -0
- package/coverage/form/layout/Field/props/defaultProps.js.html +97 -0
- package/coverage/form/layout/Field/props/index.html +131 -0
- package/coverage/form/layout/Field/props/propTypes.js.html +118 -0
- package/coverage/form/layout/Section/ModuleFormSection.module.css.html +94 -0
- package/coverage/form/layout/Section/Section.js.html +175 -0
- package/coverage/form/layout/Section/index.html +131 -0
- package/coverage/form/layout/Section/props/index.html +116 -0
- package/coverage/form/layout/Section/props/propTypes.js.html +121 -0
- package/coverage/index.html +3866 -0
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.js.html +679 -0
- package/coverage/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +433 -0
- package/coverage/layout/SetupDetailLayout/index.html +131 -0
- package/coverage/layout/SetupDetailLayout/props/defaultProps.js.html +154 -0
- package/coverage/layout/SetupDetailLayout/props/index.html +131 -0
- package/coverage/layout/SetupDetailLayout/props/propTypes.js.html +223 -0
- package/coverage/layout/SubtabLayout/SubtabLayout.js.html +577 -0
- package/coverage/layout/SubtabLayout/SubtabLayout.module.css.html +484 -0
- package/coverage/layout/SubtabLayout/index.html +131 -0
- package/coverage/layout/SubtabLayout/props/defaultProps.js.html +169 -0
- package/coverage/layout/SubtabLayout/props/index.html +131 -0
- package/coverage/layout/SubtabLayout/props/propTypes.js.html +217 -0
- package/coverage/list/AvatarFlip/AvatarFlip.js.html +325 -0
- package/coverage/list/AvatarFlip/AvatarFlip.module.css.html +94 -0
- package/coverage/list/AvatarFlip/index.html +131 -0
- package/coverage/list/AvatarFlip/props/defaultProps.js.html +103 -0
- package/coverage/list/AvatarFlip/props/index.html +131 -0
- package/coverage/list/AvatarFlip/props/propTypes.js.html +175 -0
- package/coverage/list/BluePrintStatus/BluePrintStatus.js.html +160 -0
- package/coverage/list/BluePrintStatus/BluePrintStatus.module.css.html +127 -0
- package/coverage/list/BluePrintStatus/index.html +131 -0
- package/coverage/list/BluePrintStatus/props/index.html +116 -0
- package/coverage/list/BluePrintStatus/props/propTypes.js.html +100 -0
- package/coverage/list/Comment/Comment.js.html +199 -0
- package/coverage/list/Comment/Comment.module.css.html +157 -0
- package/coverage/list/Comment/index.html +131 -0
- package/coverage/list/Comment/props/defaultProps.js.html +97 -0
- package/coverage/list/Comment/props/index.html +131 -0
- package/coverage/list/Comment/props/propTypes.js.html +109 -0
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.js.html +358 -0
- package/coverage/list/DepartmentDropDown/DepartmentDropDown.module.css.html +112 -0
- package/coverage/list/DepartmentDropDown/index.html +131 -0
- package/coverage/list/DepartmentDropDown/props/defaultProps.js.html +106 -0
- package/coverage/list/DepartmentDropDown/props/index.html +131 -0
- package/coverage/list/DepartmentDropDown/props/propTypes.js.html +160 -0
- package/coverage/list/Dot/Dot.js.html +151 -0
- package/coverage/list/Dot/Dot.module.css.html +130 -0
- package/coverage/list/Dot/index.html +131 -0
- package/coverage/list/Dot/props/defaultProps.js.html +97 -0
- package/coverage/list/Dot/props/index.html +131 -0
- package/coverage/list/Dot/props/propTypes.js.html +103 -0
- package/coverage/list/DotNew/DotNew.js.html +154 -0
- package/coverage/list/DotNew/DotNew.module.css.html +157 -0
- package/coverage/list/DotNew/index.html +131 -0
- package/coverage/list/DotNew/props/defaultProps.js.html +94 -0
- package/coverage/list/DotNew/props/index.html +131 -0
- package/coverage/list/DotNew/props/propTypes.js.html +106 -0
- package/coverage/list/GridStencils/GridStencils.js.html +208 -0
- package/coverage/list/GridStencils/GridStencils.module.css.html +373 -0
- package/coverage/list/GridStencils/index.html +131 -0
- package/coverage/list/GridStencils/props/index.html +116 -0
- package/coverage/list/GridStencils/props/propTypes.js.html +112 -0
- package/coverage/list/Icons/AddNewIcon.js.html +154 -0
- package/coverage/list/Icons/CompleteIcon.js.html +151 -0
- package/coverage/list/Icons/DeleteIcon.js.html +157 -0
- package/coverage/list/Icons/EditIcon.js.html +157 -0
- package/coverage/list/Icons/FloatingIcons.js.html +166 -0
- package/coverage/list/Icons/Icons.module.css.html +133 -0
- package/coverage/list/Icons/ReadUnreadIcon.js.html +181 -0
- package/coverage/list/Icons/SmartIcon.js.html +160 -0
- package/coverage/list/Icons/index.html +221 -0
- package/coverage/list/Icons/props/defaultProps.js.html +106 -0
- package/coverage/list/Icons/props/index.html +131 -0
- package/coverage/list/Icons/props/propTypes.js.html +265 -0
- package/coverage/list/ListLayout/ListLayout.js.html +337 -0
- package/coverage/list/ListLayout/ListLayout.module.css.html +283 -0
- package/coverage/list/ListLayout/index.html +131 -0
- package/coverage/list/ListLayout/props/defaultProps.js.html +118 -0
- package/coverage/list/ListLayout/props/index.html +131 -0
- package/coverage/list/ListLayout/props/propTypes.js.html +175 -0
- package/coverage/list/ListStencils/ListStencils.js.html +223 -0
- package/coverage/list/ListStencils/ListStencils.module.css.html +271 -0
- package/coverage/list/ListStencils/index.html +131 -0
- package/coverage/list/ListStencils/props/defaultProps.js.html +94 -0
- package/coverage/list/ListStencils/props/index.html +131 -0
- package/coverage/list/ListStencils/props/propTypes.js.html +100 -0
- package/coverage/list/SecondaryText/AccountName.js.html +358 -0
- package/coverage/list/SecondaryText/ContactName.js.html +361 -0
- package/coverage/list/SecondaryText/DepartmentText.js.html +160 -0
- package/coverage/list/SecondaryText/Email.js.html +253 -0
- package/coverage/list/SecondaryText/HappinessRating.js.html +172 -0
- package/coverage/list/SecondaryText/PhoneNumber.js.html +262 -0
- package/coverage/list/SecondaryText/PriorityText.js.html +181 -0
- package/coverage/list/SecondaryText/SecondaryText.js.html +190 -0
- package/coverage/list/SecondaryText/SecondaryText.module.css.html +463 -0
- package/coverage/list/SecondaryText/StatusText.js.html +181 -0
- package/coverage/list/SecondaryText/TicketId.js.html +214 -0
- package/coverage/list/SecondaryText/Website.js.html +226 -0
- package/coverage/list/SecondaryText/index.html +296 -0
- package/coverage/list/SecondaryText/index.js.html +118 -0
- package/coverage/list/SecondaryText/props/defaultProps.js.html +241 -0
- package/coverage/list/SecondaryText/props/index.html +131 -0
- package/coverage/list/SecondaryText/props/propTypes.js.html +544 -0
- package/coverage/list/SecondryPanel/SecondryPanel.js.html +406 -0
- package/coverage/list/SecondryPanel/SecondryPanel.module.css.html +100 -0
- package/coverage/list/SecondryPanel/index.html +131 -0
- package/coverage/list/SecondryPanel/props/defaultProps.js.html +148 -0
- package/coverage/list/SecondryPanel/props/index.html +131 -0
- package/coverage/list/SecondryPanel/props/propTypes.js.html +178 -0
- package/coverage/list/SentimentStatus/SentimentStatus.js.html +175 -0
- package/coverage/list/SentimentStatus/SentimentStatus.module.css.html +112 -0
- package/coverage/list/SentimentStatus/index.html +131 -0
- package/coverage/list/SentimentStatus/props/index.html +116 -0
- package/coverage/list/SentimentStatus/props/propTypes.js.html +103 -0
- package/coverage/list/Subject/Subject.js.html +295 -0
- package/coverage/list/Subject/Subject.module.css.html +187 -0
- package/coverage/list/Subject/index.html +131 -0
- package/coverage/list/Subject/props/defaultProps.js.html +106 -0
- package/coverage/list/Subject/props/index.html +131 -0
- package/coverage/list/Subject/props/propTypes.js.html +145 -0
- package/coverage/list/TagNew/TagNew.js.html +181 -0
- package/coverage/list/TagNew/TagNew.module.css.html +412 -0
- package/coverage/list/TagNew/index.html +131 -0
- package/coverage/list/TagNew/props/defaultProps.js.html +97 -0
- package/coverage/list/TagNew/props/index.html +131 -0
- package/coverage/list/TagNew/props/propTypes.js.html +112 -0
- package/coverage/list/Thread/Thread.js.html +199 -0
- package/coverage/list/Thread/Thread.module.css.html +175 -0
- package/coverage/list/Thread/index.html +131 -0
- package/coverage/list/Thread/props/defaultProps.js.html +97 -0
- package/coverage/list/Thread/props/index.html +131 -0
- package/coverage/list/Thread/props/propTypes.js.html +112 -0
- package/coverage/list/status/StatusDropdown/StatusDropdown.js.html +1147 -0
- package/coverage/list/status/StatusDropdown/StatusDropdown.module.css.html +292 -0
- package/coverage/list/status/StatusDropdown/index.html +131 -0
- package/coverage/list/status/StatusDropdown/props/defaultProps.js.html +145 -0
- package/coverage/list/status/StatusDropdown/props/index.html +131 -0
- package/coverage/list/status/StatusDropdown/props/propTypes.js.html +319 -0
- package/coverage/list/status/StatusListItem/StatusListItem.js.html +424 -0
- package/coverage/list/status/StatusListItem/StatusListItem.module.css.html +352 -0
- package/coverage/list/status/StatusListItem/index.html +131 -0
- package/coverage/list/status/StatusListItem/props/defaultProps.js.html +133 -0
- package/coverage/list/status/StatusListItem/props/index.html +131 -0
- package/coverage/list/status/StatusListItem/props/propTypes.js.html +181 -0
- package/coverage/lookup/EmptyPage/EmptyPage.js.html +256 -0
- package/coverage/lookup/EmptyPage/LookupEmptyPage.module.css.html +121 -0
- package/coverage/lookup/EmptyPage/index.html +131 -0
- package/coverage/lookup/EmptyPage/props/defaultProps.js.html +97 -0
- package/coverage/lookup/EmptyPage/props/index.html +131 -0
- package/coverage/lookup/EmptyPage/props/propTypes.js.html +103 -0
- package/coverage/lookup/Lookup/Lookup.js.html +499 -0
- package/coverage/lookup/Lookup/Lookup.module.css.html +217 -0
- package/coverage/lookup/Lookup/index.html +131 -0
- package/coverage/lookup/Lookup/props/defaultProps.js.html +112 -0
- package/coverage/lookup/Lookup/props/index.html +131 -0
- package/coverage/lookup/Lookup/props/propTypes.js.html +160 -0
- package/coverage/lookup/Section/LookupSection.module.css.html +109 -0
- package/coverage/lookup/Section/Section.js.html +142 -0
- package/coverage/lookup/Section/index.html +131 -0
- package/coverage/lookup/Section/props/index.html +116 -0
- package/coverage/lookup/Section/props/propTypes.js.html +106 -0
- package/coverage/lookup/header/Close/Close.js.html +154 -0
- package/coverage/lookup/header/Close/index.html +116 -0
- package/coverage/lookup/header/Close/props/defaultProps.js.html +94 -0
- package/coverage/lookup/header/Close/props/index.html +131 -0
- package/coverage/lookup/header/Close/props/propTypes.js.html +106 -0
- package/coverage/lookup/header/ModuleHeader/ModuleHeader.js.html +367 -0
- package/coverage/lookup/header/ModuleHeader/index.html +116 -0
- package/coverage/lookup/header/ModuleHeader/props/defaultProps.js.html +97 -0
- package/coverage/lookup/header/ModuleHeader/props/index.html +131 -0
- package/coverage/lookup/header/ModuleHeader/props/propTypes.js.html +148 -0
- package/coverage/lookup/header/Search/LookupSearch.module.css.html +229 -0
- package/coverage/lookup/header/Search/Search.js.html +724 -0
- package/coverage/lookup/header/Search/index.html +131 -0
- package/coverage/lookup/header/Search/props/defaultProps.js.html +100 -0
- package/coverage/lookup/header/Search/props/index.html +131 -0
- package/coverage/lookup/header/Search/props/propTypes.js.html +175 -0
- package/coverage/lookup/header/TicketHeader/TicketHeader.js.html +433 -0
- package/coverage/lookup/header/TicketHeader/TicketHeader.module.css.html +142 -0
- package/coverage/lookup/header/TicketHeader/index.html +131 -0
- package/coverage/lookup/header/TicketHeader/props/defaultProps.js.html +100 -0
- package/coverage/lookup/header/TicketHeader/props/index.html +131 -0
- package/coverage/lookup/header/TicketHeader/props/propTypes.js.html +151 -0
- package/coverage/lookup/header/Title/LookupTitle.module.css.html +148 -0
- package/coverage/lookup/header/Title/Title.js.html +169 -0
- package/coverage/lookup/header/Title/index.html +131 -0
- package/coverage/lookup/header/Title/props/defaultProps.js.html +94 -0
- package/coverage/lookup/header/Title/props/index.html +131 -0
- package/coverage/lookup/header/Title/props/propTypes.js.html +106 -0
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.js.html +610 -0
- package/coverage/lookup/header/ViewDropDown/ViewDropDown.module.css.html +220 -0
- package/coverage/lookup/header/ViewDropDown/index.html +131 -0
- package/coverage/lookup/header/ViewDropDown/props/defaultProps.js.html +109 -0
- package/coverage/lookup/header/ViewDropDown/props/index.html +131 -0
- package/coverage/lookup/header/ViewDropDown/props/propTypes.js.html +157 -0
- package/coverage/lookup/header/index.html +131 -0
- package/coverage/lookup/header/lookupHeaderCommon.module.css.html +178 -0
- package/coverage/lookup/header/lookupHeaderCommonResponsive.module.css.html +130 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/setup/header/Button/Button.js.html +169 -0
- package/coverage/setup/header/Button/HeaderButton.module.css.html +94 -0
- package/coverage/setup/header/Button/index.html +131 -0
- package/coverage/setup/header/Button/props/defaultProps.js.html +97 -0
- package/coverage/setup/header/Button/props/index.html +131 -0
- package/coverage/setup/header/Button/props/propTypes.js.html +109 -0
- package/coverage/setup/header/Link/HeaderLink.module.css.html +130 -0
- package/coverage/setup/header/Link/Link.js.html +193 -0
- package/coverage/setup/header/Link/index.html +131 -0
- package/coverage/setup/header/Link/props/defaultProps.js.html +97 -0
- package/coverage/setup/header/Link/props/index.html +131 -0
- package/coverage/setup/header/Link/props/propTypes.js.html +112 -0
- package/coverage/setup/header/Search/Search.js.html +280 -0
- package/coverage/setup/header/Search/Search.module.css.html +259 -0
- package/coverage/setup/header/Search/index.html +131 -0
- package/coverage/setup/header/Search/props/defaultProps.js.html +103 -0
- package/coverage/setup/header/Search/props/index.html +131 -0
- package/coverage/setup/header/Search/props/propTypes.js.html +124 -0
- package/coverage/setup/header/Views/Views.js.html +208 -0
- package/coverage/setup/header/Views/Views.module.css.html +169 -0
- package/coverage/setup/header/Views/index.html +131 -0
- package/coverage/setup/header/Views/props/defaultProps.js.html +103 -0
- package/coverage/setup/header/Views/props/index.html +131 -0
- package/coverage/setup/header/Views/props/propTypes.js.html +115 -0
- package/coverage/setup/helptips/Description/Description.js.html +148 -0
- package/coverage/setup/helptips/Description/HelpTipsDescription.module.css.html +103 -0
- package/coverage/setup/helptips/Description/index.html +131 -0
- package/coverage/setup/helptips/Description/props/index.html +116 -0
- package/coverage/setup/helptips/Description/props/propTypes.js.html +100 -0
- package/coverage/setup/helptips/Link/HelpTipsLink.module.css.html +103 -0
- package/coverage/setup/helptips/Link/Link.js.html +172 -0
- package/coverage/setup/helptips/Link/index.html +131 -0
- package/coverage/setup/helptips/Link/props/index.html +116 -0
- package/coverage/setup/helptips/Link/props/propTypes.js.html +109 -0
- package/coverage/setup/helptips/ListGroup/ListGroup.js.html +205 -0
- package/coverage/setup/helptips/ListGroup/ListGroup.module.css.html +136 -0
- package/coverage/setup/helptips/ListGroup/index.html +131 -0
- package/coverage/setup/helptips/ListGroup/props/index.html +116 -0
- package/coverage/setup/helptips/ListGroup/props/propTypes.js.html +103 -0
- package/coverage/setup/helptips/Title/HelpTipsTitle.module.css.html +100 -0
- package/coverage/setup/helptips/Title/Title.js.html +148 -0
- package/coverage/setup/helptips/Title/index.html +131 -0
- package/coverage/setup/helptips/Title/props/index.html +116 -0
- package/coverage/setup/helptips/Title/props/propTypes.js.html +100 -0
- package/coverage/setup/table/Table/Table.js.html +160 -0
- package/coverage/setup/table/Table/index.html +116 -0
- package/coverage/setup/table/Table/props/defaultProps.js.html +97 -0
- package/coverage/setup/table/Table/props/index.html +131 -0
- package/coverage/setup/table/Table/props/propTypes.js.html +106 -0
- package/coverage/setup/table/TableBody/TableBody.js.html +160 -0
- package/coverage/setup/table/TableBody/index.html +116 -0
- package/coverage/setup/table/TableBody/props/defaultProps.js.html +94 -0
- package/coverage/setup/table/TableBody/props/index.html +131 -0
- package/coverage/setup/table/TableBody/props/propTypes.js.html +109 -0
- package/coverage/setup/table/TableData/SetupTableData.module.css.html +193 -0
- package/coverage/setup/table/TableData/TableData.js.html +199 -0
- package/coverage/setup/table/TableData/index.html +131 -0
- package/coverage/setup/table/TableData/props/defaultProps.js.html +100 -0
- package/coverage/setup/table/TableData/props/index.html +131 -0
- package/coverage/setup/table/TableData/props/propTypes.js.html +121 -0
- package/coverage/setup/table/TableHead/SetupTableHead.module.css.html +109 -0
- package/coverage/setup/table/TableHead/TableHead.js.html +193 -0
- package/coverage/setup/table/TableHead/index.html +131 -0
- package/coverage/setup/table/TableHead/props/defaultProps.js.html +97 -0
- package/coverage/setup/table/TableHead/props/index.html +131 -0
- package/coverage/setup/table/TableHead/props/propTypes.js.html +112 -0
- package/coverage/setup/table/TableRow/SetupTableRow.module.css.html +115 -0
- package/coverage/setup/table/TableRow/TableRow.js.html +205 -0
- package/coverage/setup/table/TableRow/index.html +131 -0
- package/coverage/setup/table/TableRow/props/defaultProps.js.html +97 -0
- package/coverage/setup/table/TableRow/props/index.html +131 -0
- package/coverage/setup/table/TableRow/props/propTypes.js.html +121 -0
- package/coverage/setup/table/Text/TableText.module.css.html +196 -0
- package/coverage/setup/table/Text/Text.js.html +214 -0
- package/coverage/setup/table/Text/index.html +131 -0
- package/coverage/setup/table/Text/props/defaultProps.js.html +106 -0
- package/coverage/setup/table/Text/props/index.html +131 -0
- package/coverage/setup/table/Text/props/propTypes.js.html +127 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/coverage/svg/PlusIcon.js.html +175 -0
- package/coverage/svg/SnippetIcon.js.html +196 -0
- package/coverage/svg/TemplateIcon.js.html +160 -0
- package/coverage/svg/index.html +146 -0
- package/coverage/svg/props/defaultProps.js.html +136 -0
- package/coverage/svg/props/index.html +131 -0
- package/coverage/svg/props/propTypes.js.html +142 -0
- package/coverage/utils/ChannelIconMapping.js.html +475 -0
- package/coverage/utils/General.js.html +208 -0
- package/coverage/utils/editorUtils.js.html +652 -0
- package/coverage/utils/index.html +146 -0
- package/coverage/version2/AlertClose/AlertClose.js.html +202 -0
- package/coverage/version2/AlertClose/AlertClose.module.css.html +211 -0
- package/coverage/version2/AlertClose/index.html +131 -0
- package/coverage/version2/AlertClose/props/index.html +116 -0
- package/coverage/version2/AlertClose/props/propTypes.js.html +112 -0
- package/coverage/version2/GlobalNotification/GlobalNotification.js.html +463 -0
- package/coverage/version2/GlobalNotification/GlobalNotification.module.css.html +466 -0
- package/coverage/version2/GlobalNotification/index.html +131 -0
- package/coverage/version2/GlobalNotification/props/defaultProps.js.html +103 -0
- package/coverage/version2/GlobalNotification/props/index.html +131 -0
- package/coverage/version2/GlobalNotification/props/propTypes.js.html +214 -0
- package/coverage/version2/alertIcons/AlarmAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/AlertIcons.js.html +253 -0
- package/coverage/version2/alertIcons/AlertIcons.module.css.html +286 -0
- package/coverage/version2/alertIcons/DangerAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/ErrorAlertIcon.js.html +169 -0
- package/coverage/version2/alertIcons/InfoAlertIcon.js.html +172 -0
- package/coverage/version2/alertIcons/NotificationAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/SuccessAlertIcon.js.html +166 -0
- package/coverage/version2/alertIcons/WarningAlertIcon.js.html +163 -0
- package/coverage/version2/alertIcons/index.html +236 -0
- package/coverage/version2/alertIcons/props/defaultProps.js.html +187 -0
- package/coverage/version2/alertIcons/props/index.html +131 -0
- package/coverage/version2/alertIcons/props/propTypes.js.html +211 -0
- package/coverage/version2/errorstate/Inconvenience/Inconvenience.js.html +319 -0
- package/coverage/version2/errorstate/Inconvenience/index.html +116 -0
- package/coverage/version2/errorstate/Inconvenience/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/Inconvenience/props/index.html +131 -0
- package/coverage/version2/errorstate/Inconvenience/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +319 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/index.html +116 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/props/index.html +131 -0
- package/coverage/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +319 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/index.html +116 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/props/index.html +131 -0
- package/coverage/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +319 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/index.html +116 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +112 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/props/index.html +131 -0
- package/coverage/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +139 -0
- package/coverage/version2/errorstate/UrlNotFound/UrlNotFound.js.html +319 -0
- package/coverage/version2/errorstate/UrlNotFound/index.html +116 -0
- package/coverage/version2/errorstate/UrlNotFound/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/UrlNotFound/props/index.html +131 -0
- package/coverage/version2/errorstate/UrlNotFound/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/V2_ErrorStates.module.css.html +223 -0
- package/coverage/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +319 -0
- package/coverage/version2/errorstate/WillBeRightBack/index.html +116 -0
- package/coverage/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +109 -0
- package/coverage/version2/errorstate/WillBeRightBack/props/index.html +131 -0
- package/coverage/version2/errorstate/WillBeRightBack/props/propTypes.js.html +136 -0
- package/coverage/version2/errorstate/index.html +116 -0
- package/coverage/version2/lookup/AlertHeader/AlertHeader.js.html +316 -0
- package/coverage/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +277 -0
- package/coverage/version2/lookup/AlertHeader/css/cssJSLogic.js.html +130 -0
- package/coverage/version2/lookup/AlertHeader/css/index.html +131 -0
- package/coverage/version2/lookup/AlertHeader/index.html +116 -0
- package/coverage/version2/lookup/AlertHeader/props/defaultProps.js.html +106 -0
- package/coverage/version2/lookup/AlertHeader/props/index.html +131 -0
- package/coverage/version2/lookup/AlertHeader/props/propTypes.js.html +166 -0
- package/coverage/version2/lookup/AlertLookup/AlertLookup.js.html +778 -0
- package/coverage/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +202 -0
- package/coverage/version2/lookup/AlertLookup/index.html +131 -0
- package/coverage/version2/lookup/AlertLookup/props/defaultProps.js.html +124 -0
- package/coverage/version2/lookup/AlertLookup/props/index.html +131 -0
- package/coverage/version2/lookup/AlertLookup/props/propTypes.js.html +214 -0
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.js.html +703 -0
- package/coverage/version2/notification/DesktopNotification/DesktopNotification.module.css.html +424 -0
- package/coverage/version2/notification/DesktopNotification/index.html +131 -0
- package/coverage/version2/notification/DesktopNotification/props/defaultProps.js.html +139 -0
- package/coverage/version2/notification/DesktopNotification/props/index.html +131 -0
- package/coverage/version2/notification/DesktopNotification/props/propTypes.js.html +217 -0
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +361 -0
- package/coverage/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +370 -0
- package/coverage/version2/notification/DesktopNotificationHeader/index.html +131 -0
- package/coverage/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +109 -0
- package/coverage/version2/notification/DesktopNotificationHeader/props/index.html +131 -0
- package/coverage/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +124 -0
- package/es/ActionButton/ActionButton.module.css +192 -192
- package/es/AlphabeticList/AlphabeticList.module.css +57 -57
- package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
- 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/TagWithIcon/TagWithIcon.module.css +66 -66
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/es/common/dot_boxShadow.module.css +0 -2
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/es/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -1
- package/es/form/fields/Fields.module.css +17 -0
- package/es/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -1
- package/es/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -1
- package/es/form/fields/TextareaField/TextareaField.js +30 -23
- package/es/form/fields/TextareaField/props/defaultProps.js +1 -0
- package/es/form/fields/TextareaField/props/propTypes.js +2 -0
- 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/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +2 -2
- 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/__tests__/__snapshots__/StatusDropdown.spec.js.snap +2 -2
- package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +4 -2
- package/es/v1/DotProvider/DotProvider.js +88 -0
- package/es/v1/DotProvider/libraryChunks/dynamicImports.js +45 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
- package/es/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
- package/es/v1/DotProvider/props/defaultProps.js +12 -0
- package/es/v1/DotProvider/props/propTypes.js +11 -0
- package/es/v1/DotProvider/utils/appearanceProperties.js +46 -0
- package/es/v1/DotProvider/utils/errorMessage.js +7 -0
- package/es/v1/DotProvider/utils/importFiles.js +60 -0
- package/es/v1/DotProvider/utils/sizeProperties.js +12 -0
- package/es/v1/DotProvider/utils/themeProperties.js +220 -0
- package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- 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.module.css +192 -192
- package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
- package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
- 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/TagWithIcon/TagWithIcon.module.css +66 -66
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/lib/common/dot_boxShadow.module.css +0 -2
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/lib/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -1
- package/lib/form/fields/Fields.module.css +17 -0
- package/lib/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -1
- package/lib/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -1
- package/lib/form/fields/TextareaField/TextareaField.js +31 -22
- package/lib/form/fields/TextareaField/props/defaultProps.js +2 -1
- package/lib/form/fields/TextareaField/props/propTypes.js +3 -1
- package/lib/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/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +2 -2
- 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/__tests__/__snapshots__/StatusDropdown.spec.js.snap +2 -2
- package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +4 -2
- package/lib/v1/DotProvider/DotProvider.js +109 -0
- package/lib/v1/DotProvider/libraryChunks/dynamicImports.js +64 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
- package/lib/v1/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
- package/lib/v1/DotProvider/props/defaultProps.js +19 -0
- package/lib/v1/DotProvider/props/propTypes.js +22 -0
- package/lib/v1/DotProvider/utils/appearanceProperties.js +79 -0
- package/lib/v1/DotProvider/utils/errorMessage.js +14 -0
- package/lib/v1/DotProvider/utils/importFiles.js +66 -0
- package/lib/v1/DotProvider/utils/sizeProperties.js +31 -0
- package/lib/v1/DotProvider/utils/themeProperties.js +325 -0
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- 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/unittest/index.html +2 -18
|
@@ -1,226 +1,226 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--iconColor: var(--zdt_channelIcon_icon);
|
|
3
|
-
--topIconBg: var(--zdt_channelIcon_topIcon_bg);
|
|
4
|
-
--topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
|
|
5
|
-
--topIconBorderColor: var(--zdt_channelIcon_topIcon_border);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.container {
|
|
9
|
-
position: relative;
|
|
10
|
-
composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
|
|
11
|
-
vertical-align: middle;
|
|
12
|
-
composes: varClass;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.thread {
|
|
16
|
-
composes: dflex alignVertical alignHorizontal rounded from '~@zohodesk/components/lib/common/common.module.css';
|
|
17
|
-
position: absolute;
|
|
18
|
-
top: calc( var(--zd_size4) * -1 ) ;
|
|
19
|
-
height: var(--zd_size15) ;
|
|
20
|
-
width: var(--zd_size15) ;
|
|
21
|
-
/* css:theme-validation:ignore */
|
|
22
|
-
background-color: var(--topIconBg);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
[dir=ltr] .thread {
|
|
26
|
-
right: calc( var(--zd_size1) * -1 ) ;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
[dir=rtl] .thread {
|
|
30
|
-
left: calc( var(--zd_size1) * -1 ) ;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.threadBorder {
|
|
34
|
-
border: 1px solid var(--topIconBorderColor);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.iconStyle {
|
|
38
|
-
position: relative;
|
|
39
|
-
color: var(--iconColor);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/* Channel Icon Style */
|
|
43
|
-
/* path */
|
|
44
|
-
.email_incoming span:first-child:before,
|
|
45
|
-
.email_outgoing span:first-child:before,
|
|
46
|
-
.email_missed span:first-child:before,
|
|
47
|
-
.email_forward span:first-child:before,
|
|
48
|
-
.email_forwarddraft span:first-child:before,
|
|
49
|
-
.facebook_incoming span:first-child:before,
|
|
50
|
-
.facebook_outgoing span:first-child:before,
|
|
51
|
-
.facebook_missed span:first-child:before,
|
|
52
|
-
.facebook_forward span:first-child:before,
|
|
53
|
-
.facebook_forwarddraft span:first-child:before,
|
|
54
|
-
.facebook_dm_default span:first-child:before,
|
|
55
|
-
.facebook_dm_incoming span:first-child:before,
|
|
56
|
-
.facebook_dm_outgoing span:first-child:before,
|
|
57
|
-
.facebook_dm_draft span:first-child:before,
|
|
58
|
-
.facebook_dm_forward span:first-child:before,
|
|
59
|
-
.facebook_dm_forwarddraft span:first-child:before,
|
|
60
|
-
.twitter_incoming span:first-child:before,
|
|
61
|
-
.twitter_outgoing span:first-child:before,
|
|
62
|
-
.twitter_missed span:first-child:before,
|
|
63
|
-
.twitter_forward span:first-child:before,
|
|
64
|
-
.twitter_forwarddraft span:first-child:before,
|
|
65
|
-
.forums_incoming span:first-child:before,
|
|
66
|
-
.forums_outgoing span:first-child:before,
|
|
67
|
-
.forums_missed span:first-child:before,
|
|
68
|
-
.forums_forward span:first-child:before,
|
|
69
|
-
.forums_forwarddraft span:first-child:before,
|
|
70
|
-
.chat_incoming span:first-child:before,
|
|
71
|
-
.chat_outgoing span:first-child:before,
|
|
72
|
-
.chat_missed span:first-child:before,
|
|
73
|
-
.chat_forward span:first-child:before,
|
|
74
|
-
.chat_forwarddraft span:first-child:before,
|
|
75
|
-
.offline_chat_incoming span:first-child:before,
|
|
76
|
-
.offline_chat_outgoing span:first-child:before,
|
|
77
|
-
.offline_chat_missed span:first-child:before,
|
|
78
|
-
.offline_chat_forward span:first-child:before,
|
|
79
|
-
.offline_chat_forwarddraft span:first-child:before,
|
|
80
|
-
.online_chat_incoming span:first-child:before,
|
|
81
|
-
.online_chat_outgoing span:first-child:before,
|
|
82
|
-
.online_chat_missed span:first-child:before,
|
|
83
|
-
.online_chat_forward span:first-child:before,
|
|
84
|
-
.online_chat_forwarddraft span:first-child:before,
|
|
85
|
-
.phone_incoming span:first-child:before,
|
|
86
|
-
.phone_outgoing span:first-child:before,
|
|
87
|
-
.phone_missed span:first-child:before,
|
|
88
|
-
.phone_forward span:first-child:before,
|
|
89
|
-
.phone_forwarddraft span:first-child:before,
|
|
90
|
-
.web_incoming span:first-child:before,
|
|
91
|
-
.web_out span:first-child:before,
|
|
92
|
-
.web_missed span:first-child:before,
|
|
93
|
-
.web_forward span:first-child:before,
|
|
94
|
-
.web_forwarddraft span:first-child:before,
|
|
95
|
-
.customerportal_incoming span:first-child:before,
|
|
96
|
-
.customerportal_out span:first-child:before,
|
|
97
|
-
.customerportal_missed span:first-child:before,
|
|
98
|
-
.customerportal_forward span:first-child:before,
|
|
99
|
-
.customerportal_forwarddraft span:first-child:before,
|
|
100
|
-
.feedback_default span:first-child:before,
|
|
101
|
-
.feedback_incoming span:first-child:before,
|
|
102
|
-
.feedback_out span:first-child:before,
|
|
103
|
-
.feedback_missed span:first-child:before,
|
|
104
|
-
.feedback_forward span:first-child:before,
|
|
105
|
-
.feedback_forwarddraft span:first-child:before {
|
|
106
|
-
color: inherit;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/* Email */
|
|
110
|
-
.email_incoming,
|
|
111
|
-
.email_missed,
|
|
112
|
-
.email_outgoing {
|
|
113
|
-
bottom: var(--zd_size2) ;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
/* twitter */
|
|
117
|
-
.twitter_incoming,
|
|
118
|
-
.twitter_outgoing,
|
|
119
|
-
.twitter_missed {
|
|
120
|
-
bottom: var(--zd_size1) ;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/* facebook */
|
|
124
|
-
[dir=ltr] .facebook_incoming, [dir=ltr] .facebook_missed, [dir=ltr] .facebook_outgoing {
|
|
125
|
-
right: var(--zd_size2) ;
|
|
126
|
-
}
|
|
127
|
-
[dir=rtl] .facebook_incoming, [dir=rtl] .facebook_missed, [dir=rtl] .facebook_outgoing {
|
|
128
|
-
left: var(--zd_size2) ;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/* chat */
|
|
132
|
-
.chat_incoming,
|
|
133
|
-
.offline_chat_incoming,
|
|
134
|
-
.online_chat_incoming,
|
|
135
|
-
.chat_missed,
|
|
136
|
-
.offline_chat_missed,
|
|
137
|
-
.online_chat_missed,
|
|
138
|
-
.chat_outgoing,
|
|
139
|
-
.offline_chat_outgoing,
|
|
140
|
-
.online_chat_outgoing {
|
|
141
|
-
bottom: var(--zd_size1) ;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
/* forums */
|
|
145
|
-
.forums_default {
|
|
146
|
-
top: var(--zd_size1) ;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/* feedback */
|
|
150
|
-
.feedback_incoming,
|
|
151
|
-
.feedback_missed,
|
|
152
|
-
.feedback_out {
|
|
153
|
-
top: var(--zd_size1) ;
|
|
154
|
-
}
|
|
155
|
-
[dir=ltr] .feedback_incoming, [dir=ltr] .feedback_missed, [dir=ltr] .feedback_out {
|
|
156
|
-
right: var(--zd_size1) ;
|
|
157
|
-
}
|
|
158
|
-
[dir=rtl] .feedback_incoming, [dir=rtl] .feedback_missed, [dir=rtl] .feedback_out {
|
|
159
|
-
left: var(--zd_size1) ;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
/* draft */
|
|
163
|
-
[dir=ltr] .email_draft, [dir=ltr] .facebook_draft, [dir=ltr] .twitter_draft, [dir=ltr] .forums_draft, [dir=ltr] .chat_draft, [dir=ltr] .offline_chat_draft, [dir=ltr] .online_chat_draft, [dir=ltr] .phone_draft, [dir=ltr] .web_draft, [dir=ltr] .customerportal_draft, [dir=ltr] .feedback_draft {
|
|
164
|
-
left: var(--zd_size1) ;
|
|
165
|
-
}
|
|
166
|
-
[dir=rtl] .email_draft, [dir=rtl] .facebook_draft, [dir=rtl] .twitter_draft, [dir=rtl] .forums_draft, [dir=rtl] .chat_draft, [dir=rtl] .offline_chat_draft, [dir=rtl] .online_chat_draft, [dir=rtl] .phone_draft, [dir=rtl] .web_draft, [dir=rtl] .customerportal_draft, [dir=rtl] .feedback_draft {
|
|
167
|
-
right: var(--zd_size1) ;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
/* forward */
|
|
171
|
-
.email_forward,
|
|
172
|
-
.facebook_forward,
|
|
173
|
-
.facebook_dm_forward,
|
|
174
|
-
.twitter_forward,
|
|
175
|
-
.forums_forward,
|
|
176
|
-
.chat_forward,
|
|
177
|
-
.offline_chat_forward,
|
|
178
|
-
.online_chat_forward,
|
|
179
|
-
.phone_forward,
|
|
180
|
-
.web_forward,
|
|
181
|
-
.customerportal_forward,
|
|
182
|
-
.feedback_forward {
|
|
183
|
-
bottom: var(--zd_size1) ;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
/* forwarddraft */
|
|
187
|
-
.email_forwarddraft,
|
|
188
|
-
.facebook_forwarddraft,
|
|
189
|
-
.twitter_forwarddraft,
|
|
190
|
-
.forums_forwarddraft,
|
|
191
|
-
.chat_forwarddraft,
|
|
192
|
-
.offline_chat_forwarddraft,
|
|
193
|
-
.online_chat_forwarddraft,
|
|
194
|
-
.phone_forwarddraft,
|
|
195
|
-
.web_forwarddraft,
|
|
196
|
-
.customerportal_forwarddraft,
|
|
197
|
-
.feedback_forwarddraft {
|
|
198
|
-
bottom: var(--zd_size1) ;
|
|
199
|
-
}
|
|
200
|
-
[dir=ltr] .email_forwarddraft, [dir=ltr] .facebook_forwarddraft, [dir=ltr] .twitter_forwarddraft, [dir=ltr] .forums_forwarddraft, [dir=ltr] .chat_forwarddraft, [dir=ltr] .offline_chat_forwarddraft, [dir=ltr] .online_chat_forwarddraft, [dir=ltr] .phone_forwarddraft, [dir=ltr] .web_forwarddraft, [dir=ltr] .customerportal_forwarddraft, [dir=ltr] .feedback_forwarddraft {
|
|
201
|
-
left: var(--zd_size1) ;
|
|
202
|
-
}
|
|
203
|
-
[dir=rtl] .email_forwarddraft, [dir=rtl] .facebook_forwarddraft, [dir=rtl] .twitter_forwarddraft, [dir=rtl] .forums_forwarddraft, [dir=rtl] .chat_forwarddraft, [dir=rtl] .offline_chat_forwarddraft, [dir=rtl] .online_chat_forwarddraft, [dir=rtl] .phone_forwarddraft, [dir=rtl] .web_forwarddraft, [dir=rtl] .customerportal_forwarddraft, [dir=rtl] .feedback_forwarddraft {
|
|
204
|
-
right: var(--zd_size1) ;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/* facebook_dm */
|
|
208
|
-
[dir=ltr] .facebook_dm_default, [dir=ltr] .facebook_dm_incoming, [dir=ltr] .facebook_dm_outgoing, [dir=ltr] .facebook_dm_missed {
|
|
209
|
-
right: var(--zd_size2) ;
|
|
210
|
-
}
|
|
211
|
-
[dir=rtl] .facebook_dm_default, [dir=rtl] .facebook_dm_incoming, [dir=rtl] .facebook_dm_outgoing, [dir=rtl] .facebook_dm_missed {
|
|
212
|
-
left: var(--zd_size2) ;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
/*Topic Icon colors*/
|
|
216
|
-
.topic_olive {
|
|
217
|
-
--topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.topic_yellow3 {
|
|
221
|
-
--topIconColor: var(--zdt_channelIcon_topIcon_iconYellow);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.topicIcon {
|
|
225
|
-
color: var(--topIconColor);
|
|
1
|
+
.varClass {
|
|
2
|
+
--iconColor: var(--zdt_channelIcon_icon);
|
|
3
|
+
--topIconBg: var(--zdt_channelIcon_topIcon_bg);
|
|
4
|
+
--topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
|
|
5
|
+
--topIconBorderColor: var(--zdt_channelIcon_topIcon_border);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.container {
|
|
9
|
+
position: relative;
|
|
10
|
+
composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
|
|
11
|
+
vertical-align: middle;
|
|
12
|
+
composes: varClass;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.thread {
|
|
16
|
+
composes: dflex alignVertical alignHorizontal rounded from '~@zohodesk/components/lib/common/common.module.css';
|
|
17
|
+
position: absolute;
|
|
18
|
+
top: calc( var(--zd_size4) * -1 ) ;
|
|
19
|
+
height: var(--zd_size15) ;
|
|
20
|
+
width: var(--zd_size15) ;
|
|
21
|
+
/* css:theme-validation:ignore */
|
|
22
|
+
background-color: var(--topIconBg);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
[dir=ltr] .thread {
|
|
26
|
+
right: calc( var(--zd_size1) * -1 ) ;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
[dir=rtl] .thread {
|
|
30
|
+
left: calc( var(--zd_size1) * -1 ) ;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.threadBorder {
|
|
34
|
+
border: 1px solid var(--topIconBorderColor);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.iconStyle {
|
|
38
|
+
position: relative;
|
|
39
|
+
color: var(--iconColor);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/* Channel Icon Style */
|
|
43
|
+
/* path */
|
|
44
|
+
.email_incoming span:first-child:before,
|
|
45
|
+
.email_outgoing span:first-child:before,
|
|
46
|
+
.email_missed span:first-child:before,
|
|
47
|
+
.email_forward span:first-child:before,
|
|
48
|
+
.email_forwarddraft span:first-child:before,
|
|
49
|
+
.facebook_incoming span:first-child:before,
|
|
50
|
+
.facebook_outgoing span:first-child:before,
|
|
51
|
+
.facebook_missed span:first-child:before,
|
|
52
|
+
.facebook_forward span:first-child:before,
|
|
53
|
+
.facebook_forwarddraft span:first-child:before,
|
|
54
|
+
.facebook_dm_default span:first-child:before,
|
|
55
|
+
.facebook_dm_incoming span:first-child:before,
|
|
56
|
+
.facebook_dm_outgoing span:first-child:before,
|
|
57
|
+
.facebook_dm_draft span:first-child:before,
|
|
58
|
+
.facebook_dm_forward span:first-child:before,
|
|
59
|
+
.facebook_dm_forwarddraft span:first-child:before,
|
|
60
|
+
.twitter_incoming span:first-child:before,
|
|
61
|
+
.twitter_outgoing span:first-child:before,
|
|
62
|
+
.twitter_missed span:first-child:before,
|
|
63
|
+
.twitter_forward span:first-child:before,
|
|
64
|
+
.twitter_forwarddraft span:first-child:before,
|
|
65
|
+
.forums_incoming span:first-child:before,
|
|
66
|
+
.forums_outgoing span:first-child:before,
|
|
67
|
+
.forums_missed span:first-child:before,
|
|
68
|
+
.forums_forward span:first-child:before,
|
|
69
|
+
.forums_forwarddraft span:first-child:before,
|
|
70
|
+
.chat_incoming span:first-child:before,
|
|
71
|
+
.chat_outgoing span:first-child:before,
|
|
72
|
+
.chat_missed span:first-child:before,
|
|
73
|
+
.chat_forward span:first-child:before,
|
|
74
|
+
.chat_forwarddraft span:first-child:before,
|
|
75
|
+
.offline_chat_incoming span:first-child:before,
|
|
76
|
+
.offline_chat_outgoing span:first-child:before,
|
|
77
|
+
.offline_chat_missed span:first-child:before,
|
|
78
|
+
.offline_chat_forward span:first-child:before,
|
|
79
|
+
.offline_chat_forwarddraft span:first-child:before,
|
|
80
|
+
.online_chat_incoming span:first-child:before,
|
|
81
|
+
.online_chat_outgoing span:first-child:before,
|
|
82
|
+
.online_chat_missed span:first-child:before,
|
|
83
|
+
.online_chat_forward span:first-child:before,
|
|
84
|
+
.online_chat_forwarddraft span:first-child:before,
|
|
85
|
+
.phone_incoming span:first-child:before,
|
|
86
|
+
.phone_outgoing span:first-child:before,
|
|
87
|
+
.phone_missed span:first-child:before,
|
|
88
|
+
.phone_forward span:first-child:before,
|
|
89
|
+
.phone_forwarddraft span:first-child:before,
|
|
90
|
+
.web_incoming span:first-child:before,
|
|
91
|
+
.web_out span:first-child:before,
|
|
92
|
+
.web_missed span:first-child:before,
|
|
93
|
+
.web_forward span:first-child:before,
|
|
94
|
+
.web_forwarddraft span:first-child:before,
|
|
95
|
+
.customerportal_incoming span:first-child:before,
|
|
96
|
+
.customerportal_out span:first-child:before,
|
|
97
|
+
.customerportal_missed span:first-child:before,
|
|
98
|
+
.customerportal_forward span:first-child:before,
|
|
99
|
+
.customerportal_forwarddraft span:first-child:before,
|
|
100
|
+
.feedback_default span:first-child:before,
|
|
101
|
+
.feedback_incoming span:first-child:before,
|
|
102
|
+
.feedback_out span:first-child:before,
|
|
103
|
+
.feedback_missed span:first-child:before,
|
|
104
|
+
.feedback_forward span:first-child:before,
|
|
105
|
+
.feedback_forwarddraft span:first-child:before {
|
|
106
|
+
color: inherit;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* Email */
|
|
110
|
+
.email_incoming,
|
|
111
|
+
.email_missed,
|
|
112
|
+
.email_outgoing {
|
|
113
|
+
bottom: var(--zd_size2) ;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/* twitter */
|
|
117
|
+
.twitter_incoming,
|
|
118
|
+
.twitter_outgoing,
|
|
119
|
+
.twitter_missed {
|
|
120
|
+
bottom: var(--zd_size1) ;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/* facebook */
|
|
124
|
+
[dir=ltr] .facebook_incoming, [dir=ltr] .facebook_missed, [dir=ltr] .facebook_outgoing {
|
|
125
|
+
right: var(--zd_size2) ;
|
|
126
|
+
}
|
|
127
|
+
[dir=rtl] .facebook_incoming, [dir=rtl] .facebook_missed, [dir=rtl] .facebook_outgoing {
|
|
128
|
+
left: var(--zd_size2) ;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/* chat */
|
|
132
|
+
.chat_incoming,
|
|
133
|
+
.offline_chat_incoming,
|
|
134
|
+
.online_chat_incoming,
|
|
135
|
+
.chat_missed,
|
|
136
|
+
.offline_chat_missed,
|
|
137
|
+
.online_chat_missed,
|
|
138
|
+
.chat_outgoing,
|
|
139
|
+
.offline_chat_outgoing,
|
|
140
|
+
.online_chat_outgoing {
|
|
141
|
+
bottom: var(--zd_size1) ;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/* forums */
|
|
145
|
+
.forums_default {
|
|
146
|
+
top: var(--zd_size1) ;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/* feedback */
|
|
150
|
+
.feedback_incoming,
|
|
151
|
+
.feedback_missed,
|
|
152
|
+
.feedback_out {
|
|
153
|
+
top: var(--zd_size1) ;
|
|
154
|
+
}
|
|
155
|
+
[dir=ltr] .feedback_incoming, [dir=ltr] .feedback_missed, [dir=ltr] .feedback_out {
|
|
156
|
+
right: var(--zd_size1) ;
|
|
157
|
+
}
|
|
158
|
+
[dir=rtl] .feedback_incoming, [dir=rtl] .feedback_missed, [dir=rtl] .feedback_out {
|
|
159
|
+
left: var(--zd_size1) ;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/* draft */
|
|
163
|
+
[dir=ltr] .email_draft, [dir=ltr] .facebook_draft, [dir=ltr] .twitter_draft, [dir=ltr] .forums_draft, [dir=ltr] .chat_draft, [dir=ltr] .offline_chat_draft, [dir=ltr] .online_chat_draft, [dir=ltr] .phone_draft, [dir=ltr] .web_draft, [dir=ltr] .customerportal_draft, [dir=ltr] .feedback_draft {
|
|
164
|
+
left: var(--zd_size1) ;
|
|
165
|
+
}
|
|
166
|
+
[dir=rtl] .email_draft, [dir=rtl] .facebook_draft, [dir=rtl] .twitter_draft, [dir=rtl] .forums_draft, [dir=rtl] .chat_draft, [dir=rtl] .offline_chat_draft, [dir=rtl] .online_chat_draft, [dir=rtl] .phone_draft, [dir=rtl] .web_draft, [dir=rtl] .customerportal_draft, [dir=rtl] .feedback_draft {
|
|
167
|
+
right: var(--zd_size1) ;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/* forward */
|
|
171
|
+
.email_forward,
|
|
172
|
+
.facebook_forward,
|
|
173
|
+
.facebook_dm_forward,
|
|
174
|
+
.twitter_forward,
|
|
175
|
+
.forums_forward,
|
|
176
|
+
.chat_forward,
|
|
177
|
+
.offline_chat_forward,
|
|
178
|
+
.online_chat_forward,
|
|
179
|
+
.phone_forward,
|
|
180
|
+
.web_forward,
|
|
181
|
+
.customerportal_forward,
|
|
182
|
+
.feedback_forward {
|
|
183
|
+
bottom: var(--zd_size1) ;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/* forwarddraft */
|
|
187
|
+
.email_forwarddraft,
|
|
188
|
+
.facebook_forwarddraft,
|
|
189
|
+
.twitter_forwarddraft,
|
|
190
|
+
.forums_forwarddraft,
|
|
191
|
+
.chat_forwarddraft,
|
|
192
|
+
.offline_chat_forwarddraft,
|
|
193
|
+
.online_chat_forwarddraft,
|
|
194
|
+
.phone_forwarddraft,
|
|
195
|
+
.web_forwarddraft,
|
|
196
|
+
.customerportal_forwarddraft,
|
|
197
|
+
.feedback_forwarddraft {
|
|
198
|
+
bottom: var(--zd_size1) ;
|
|
199
|
+
}
|
|
200
|
+
[dir=ltr] .email_forwarddraft, [dir=ltr] .facebook_forwarddraft, [dir=ltr] .twitter_forwarddraft, [dir=ltr] .forums_forwarddraft, [dir=ltr] .chat_forwarddraft, [dir=ltr] .offline_chat_forwarddraft, [dir=ltr] .online_chat_forwarddraft, [dir=ltr] .phone_forwarddraft, [dir=ltr] .web_forwarddraft, [dir=ltr] .customerportal_forwarddraft, [dir=ltr] .feedback_forwarddraft {
|
|
201
|
+
left: var(--zd_size1) ;
|
|
202
|
+
}
|
|
203
|
+
[dir=rtl] .email_forwarddraft, [dir=rtl] .facebook_forwarddraft, [dir=rtl] .twitter_forwarddraft, [dir=rtl] .forums_forwarddraft, [dir=rtl] .chat_forwarddraft, [dir=rtl] .offline_chat_forwarddraft, [dir=rtl] .online_chat_forwarddraft, [dir=rtl] .phone_forwarddraft, [dir=rtl] .web_forwarddraft, [dir=rtl] .customerportal_forwarddraft, [dir=rtl] .feedback_forwarddraft {
|
|
204
|
+
right: var(--zd_size1) ;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/* facebook_dm */
|
|
208
|
+
[dir=ltr] .facebook_dm_default, [dir=ltr] .facebook_dm_incoming, [dir=ltr] .facebook_dm_outgoing, [dir=ltr] .facebook_dm_missed {
|
|
209
|
+
right: var(--zd_size2) ;
|
|
210
|
+
}
|
|
211
|
+
[dir=rtl] .facebook_dm_default, [dir=rtl] .facebook_dm_incoming, [dir=rtl] .facebook_dm_outgoing, [dir=rtl] .facebook_dm_missed {
|
|
212
|
+
left: var(--zd_size2) ;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/*Topic Icon colors*/
|
|
216
|
+
.topic_olive {
|
|
217
|
+
--topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.topic_yellow3 {
|
|
221
|
+
--topIconColor: var(--zdt_channelIcon_topIcon_iconYellow);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.topicIcon {
|
|
225
|
+
color: var(--topIconColor);
|
|
226
226
|
}
|
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--footerBg: var(--zdt_formAction_bg);
|
|
3
|
-
--footerBorder: var(--zdt_formAction_border);
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.wrapperDiv {
|
|
7
|
-
position: relative;
|
|
8
|
-
z-index: 1;
|
|
9
|
-
composes: varClass;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.footerParent {
|
|
13
|
-
position: relative;
|
|
14
|
-
/* css:theme-validation:ignore */
|
|
15
|
-
/* css:theme-validation:ignore */
|
|
16
|
-
background-color: var(--footerBg);
|
|
17
|
-
border-top: solid 1px var(--footerBorder);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.largeFooter {
|
|
21
|
-
padding-top: var(--zd_size24) ;
|
|
22
|
-
padding-bottom: var(--zd_size24) ;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.mediumFooter {
|
|
26
|
-
padding-top: var(--zd_size20) ;
|
|
27
|
-
padding-bottom: var(--zd_size20) ;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.smallFooter {
|
|
31
|
-
padding-top: var(--zd_size10) ;
|
|
32
|
-
padding-bottom: var(--zd_size10) ;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[dir=ltr] .largePadding {
|
|
36
|
-
padding-left: var(--zd_size60) ;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
[dir=rtl] .largePadding {
|
|
40
|
-
padding-right: var(--zd_size60) ;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
[dir=ltr] .mediumPadding {
|
|
44
|
-
padding-left: var(--zd_size50) ;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
[dir=rtl] .mediumPadding {
|
|
48
|
-
padding-right: var(--zd_size50) ;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
[dir=ltr] .xmediumPadding {
|
|
52
|
-
padding-left: var(--zd_size30) ;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
[dir=rtl] .xmediumPadding {
|
|
56
|
-
padding-right: var(--zd_size30) ;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
[dir=ltr] .smallPadding {
|
|
60
|
-
padding-left: var(--zd_size25) ;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
[dir=rtl] .smallPadding {
|
|
64
|
-
padding-right: var(--zd_size25) ;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
[dir=ltr] .xsmallPadding {
|
|
68
|
-
padding-left: var(--zd_size20) ;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
[dir=rtl] .xsmallPadding {
|
|
72
|
-
padding-right: var(--zd_size20) ;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.marginRight {
|
|
76
|
-
composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
[dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
|
|
80
|
-
margin-right: var(--zd_size15) ;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
[dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
|
|
84
|
-
margin-left: var(--zd_size15) ;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
[dir=ltr] .smallFooter .marginRight {
|
|
88
|
-
margin-right: var(--zd_size12) ;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
[dir=rtl] .smallFooter .marginRight {
|
|
92
|
-
margin-left: var(--zd_size12) ;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
[dir=ltr] .marginRight:last-child {
|
|
96
|
-
margin-right: 0 ;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
[dir=rtl] .marginRight:last-child {
|
|
100
|
-
margin-left: 0 ;
|
|
1
|
+
.varClass {
|
|
2
|
+
--footerBg: var(--zdt_formAction_bg);
|
|
3
|
+
--footerBorder: var(--zdt_formAction_border);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.wrapperDiv {
|
|
7
|
+
position: relative;
|
|
8
|
+
z-index: 1;
|
|
9
|
+
composes: varClass;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.footerParent {
|
|
13
|
+
position: relative;
|
|
14
|
+
/* css:theme-validation:ignore */
|
|
15
|
+
/* css:theme-validation:ignore */
|
|
16
|
+
background-color: var(--footerBg);
|
|
17
|
+
border-top: solid 1px var(--footerBorder);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.largeFooter {
|
|
21
|
+
padding-top: var(--zd_size24) ;
|
|
22
|
+
padding-bottom: var(--zd_size24) ;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.mediumFooter {
|
|
26
|
+
padding-top: var(--zd_size20) ;
|
|
27
|
+
padding-bottom: var(--zd_size20) ;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.smallFooter {
|
|
31
|
+
padding-top: var(--zd_size10) ;
|
|
32
|
+
padding-bottom: var(--zd_size10) ;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
[dir=ltr] .largePadding {
|
|
36
|
+
padding-left: var(--zd_size60) ;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
[dir=rtl] .largePadding {
|
|
40
|
+
padding-right: var(--zd_size60) ;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[dir=ltr] .mediumPadding {
|
|
44
|
+
padding-left: var(--zd_size50) ;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
[dir=rtl] .mediumPadding {
|
|
48
|
+
padding-right: var(--zd_size50) ;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
[dir=ltr] .xmediumPadding {
|
|
52
|
+
padding-left: var(--zd_size30) ;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
[dir=rtl] .xmediumPadding {
|
|
56
|
+
padding-right: var(--zd_size30) ;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
[dir=ltr] .smallPadding {
|
|
60
|
+
padding-left: var(--zd_size25) ;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
[dir=rtl] .smallPadding {
|
|
64
|
+
padding-right: var(--zd_size25) ;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
[dir=ltr] .xsmallPadding {
|
|
68
|
+
padding-left: var(--zd_size20) ;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
[dir=rtl] .xsmallPadding {
|
|
72
|
+
padding-right: var(--zd_size20) ;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.marginRight {
|
|
76
|
+
composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
[dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
|
|
80
|
+
margin-right: var(--zd_size15) ;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
[dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
|
|
84
|
+
margin-left: var(--zd_size15) ;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
[dir=ltr] .smallFooter .marginRight {
|
|
88
|
+
margin-right: var(--zd_size12) ;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
[dir=rtl] .smallFooter .marginRight {
|
|
92
|
+
margin-left: var(--zd_size12) ;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
[dir=ltr] .marginRight:last-child {
|
|
96
|
+
margin-right: 0 ;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
[dir=rtl] .marginRight:last-child {
|
|
100
|
+
margin-left: 0 ;
|
|
101
101
|
}
|