@zohodesk/dot 1.0.0-temp-181.8 → 1.0.0-temp-184
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/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +1 -1
- package/coverage/IconButton/IconButton.module.css.html +1 -1
- package/coverage/IconButton/index.html +1 -1
- package/coverage/IconButton/props/defaultProps.js.html +1 -1
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +16 -16
- package/coverage/coverage-summary.json +16 -16
- package/coverage/index.html +1 -1
- package/es/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/Drawer/Drawer.js +5 -4
- package/es/ExternalLink/ExternalLink.js +5 -4
- package/es/FlipCard/FlipCard.js +12 -14
- package/es/FormAction/FormAction.module.css +100 -100
- package/es/IconButton/IconButton.js +5 -4
- package/es/IconButton/IconButton.module.css +22 -22
- package/es/Link/Link.js +10 -8
- package/es/Message/Message.js +5 -4
- package/es/TagWithIcon/TagWithIcon.module.css +66 -66
- package/es/ToastMessage/ToastMessage.js +4 -2
- package/es/actions/AutoClose.js +1 -2
- package/es/alert/AlertLookup/AlertLookup.js +12 -14
- package/es/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/avatar/AvatarIcon/AvatarIcon.js +5 -4
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/es/avatar/AvatarStatus/AvatarStatus.js +8 -7
- package/es/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/avatar/AvatarUser/AvatarUser.js +9 -10
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
- package/es/common/dot_boxShadow.module.css +2 -0
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/es/form/fields/CheckBoxField/CheckBoxField.js +13 -15
- package/es/form/fields/CurrencyField/CurrencyField.js +12 -14
- package/es/form/fields/DateField/DateField.js +14 -14
- package/es/form/fields/MultiSelectField/MultiSelectField.js +12 -13
- package/es/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/form/fields/RadioField/RadioField.js +15 -18
- package/es/form/fields/SelectField/SelectField.js +14 -14
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -13
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/form/fields/TextEditorField/TextEditorField.js +10 -11
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
- package/es/form/fields/TextareaField/TextareaField.js +13 -14
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/es/layout/SubtabLayout/SubtabLayout.js +6 -4
- 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.js +5 -4
- package/es/list/ListLayout/ListLayout.module.css +79 -79
- package/es/list/SecondaryText/AccountName.js +12 -12
- package/es/list/SecondaryText/ContactName.js +9 -8
- package/es/list/SecondaryText/Email.js +8 -8
- package/es/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/list/SecondaryText/SecondaryText.js +5 -4
- package/es/list/SecondaryText/TicketId.js +7 -7
- package/es/list/Subject/Subject.js +7 -7
- package/es/list/Subject/Subject.module.css +34 -34
- package/es/list/Thread/Thread.js +1 -2
- package/es/list/Thread/Thread.module.css +42 -42
- package/es/list/status/StatusDropdown/StatusDropdown.js +101 -142
- package/es/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/lookup/Lookup/Lookup.js +5 -4
- package/es/lookup/header/Search/Search.js +3 -5
- package/es/v1/Drawer/Drawer.js +5 -4
- package/es/v1/ExternalLink/ExternalLink.js +5 -4
- package/es/v1/FlipCard/FlipCard.js +12 -14
- package/es/v1/GlobalNotification/GlobalNotification.js +7 -6
- package/es/v1/IconButton/IconButton.js +5 -4
- package/es/v1/Link/Link.js +10 -8
- package/es/v1/Message/Message.js +5 -4
- package/es/v1/ToastMessage/ToastMessage.js +4 -2
- package/es/v1/actions/AutoClose.js +1 -2
- package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
- package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -4
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +8 -7
- package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/v1/avatar/AvatarUser/AvatarUser.js +9 -10
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +13 -15
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +12 -14
- package/es/v1/form/fields/DateField/DateField.js +14 -14
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +12 -13
- package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/v1/form/fields/RadioField/RadioField.js +16 -18
- package/es/v1/form/fields/SelectField/SelectField.js +14 -14
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -13
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +10 -11
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
- package/es/v1/form/fields/TextareaField/TextareaField.js +13 -14
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +6 -4
- package/es/v1/list/ListLayout/ListLayout.js +5 -4
- package/es/v1/list/SecondaryText/AccountName.js +12 -12
- package/es/v1/list/SecondaryText/ContactName.js +9 -8
- package/es/v1/list/SecondaryText/Email.js +8 -8
- package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/v1/list/SecondaryText/SecondaryText.js +5 -4
- package/es/v1/list/SecondaryText/TicketId.js +7 -7
- package/es/v1/list/Subject/Subject.js +7 -7
- package/es/v1/list/Thread/Thread.js +1 -2
- package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/v1/lookup/Lookup/Lookup.js +5 -4
- package/es/v1/lookup/header/Search/Search.js +3 -5
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -6
- package/es/version2/GlobalNotification/GlobalNotification.js +7 -6
- package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
- 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 +2 -0
- 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.js +1 -2
- package/lib/list/Thread/Thread.module.css +42 -42
- package/lib/list/status/StatusDropdown/StatusDropdown.js +162 -207
- package/lib/v1/list/Thread/Thread.js +1 -2
- 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 +1 -1
- package/result.json +1 -1
- package/es/v1/DotWrapper/DotWrapper.js +0 -39
- package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -24
- package/es/v1/DotWrapper/libraryChunks/importMapping.js +0 -19
- package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/props/defaultProps.js +0 -6
- package/es/v1/DotWrapper/props/propTypes.js +0 -9
- package/es/v1/DotWrapper/utils/appearanceProperties.js +0 -46
- package/es/v1/DotWrapper/utils/errorMessage.js +0 -7
- package/es/v1/DotWrapper/utils/importFiles.js +0 -31
- package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
- package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
- package/lib/v1/DotWrapper/DotWrapper.js +0 -64
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -43
- package/lib/v1/DotWrapper/libraryChunks/importMapping.js +0 -26
- package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/props/defaultProps.js +0 -13
- package/lib/v1/DotWrapper/props/propTypes.js +0 -20
- package/lib/v1/DotWrapper/utils/appearanceProperties.js +0 -79
- package/lib/v1/DotWrapper/utils/errorMessage.js +0 -14
- package/lib/v1/DotWrapper/utils/importFiles.js +0 -40
- package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
- package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
|
@@ -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
|
}
|
package/es/Drawer/Drawer.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
import React from 'react';
|
|
2
4
|
import { Header_defaultProps, Footer_defaultProps, Drawer_defaultProps } from './props/defaultProps';
|
|
3
5
|
import { Header_propTypes, Content_propTypes, Footer_propTypes, Drawer_propTypes } from './props/propTypes';
|
|
@@ -173,13 +175,12 @@ export default class Drawer extends React.Component {
|
|
|
173
175
|
|
|
174
176
|
return child;
|
|
175
177
|
});
|
|
176
|
-
let content = /*#__PURE__*/React.createElement(Box, {
|
|
178
|
+
let content = /*#__PURE__*/React.createElement(Box, _extends({
|
|
177
179
|
className: `${style.container} ${style.columns} ${style.drawerModal} ${uptoTablet ? style.mbleSize : style[size]}`,
|
|
178
180
|
"data-a11y-need-focus-style": "false",
|
|
179
181
|
tabindex: -1,
|
|
180
|
-
eleRef: this.createRef
|
|
181
|
-
|
|
182
|
-
}, /*#__PURE__*/React.createElement(Card, {
|
|
182
|
+
eleRef: this.createRef
|
|
183
|
+
}, a11y), /*#__PURE__*/React.createElement(Card, {
|
|
183
184
|
onClick: e => {
|
|
184
185
|
e && e.stopPropagation && e.stopPropagation();
|
|
185
186
|
onBodyClick(e);
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
/**** Libraries ****/
|
|
2
4
|
import React from 'react';
|
|
3
5
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -29,7 +31,7 @@ export default class ExternalLink extends React.Component {
|
|
|
29
31
|
customProps
|
|
30
32
|
} = this.props;
|
|
31
33
|
const urlOutput = href && typeof href !== 'boolean' ? this.addHttp(String(href)) : 'javascript:void(0);';
|
|
32
|
-
return /*#__PURE__*/React.createElement("a", {
|
|
34
|
+
return /*#__PURE__*/React.createElement("a", _extends({
|
|
33
35
|
href: urlOutput,
|
|
34
36
|
target: target,
|
|
35
37
|
className: `${style.link} ${className ? className : ''}`,
|
|
@@ -37,9 +39,8 @@ export default class ExternalLink extends React.Component {
|
|
|
37
39
|
rel: rel,
|
|
38
40
|
"data-id": dataId,
|
|
39
41
|
"data-test-id": dataId,
|
|
40
|
-
onClick: onClick
|
|
41
|
-
|
|
42
|
-
}, children);
|
|
42
|
+
onClick: onClick
|
|
43
|
+
}, customProps), children);
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
}
|
package/es/FlipCard/FlipCard.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
import React, { Component } from 'react';
|
|
2
4
|
import { defaultProps } from './props/defaultProps';
|
|
3
5
|
import { propTypes } from './props/propTypes';
|
|
@@ -87,17 +89,16 @@ export default class FlipCard extends Component {
|
|
|
87
89
|
}, !noNeedFlip ? /*#__PURE__*/React.createElement(Container, {
|
|
88
90
|
align: "both",
|
|
89
91
|
className: `${style.front} ${frontClass ? frontClass : ''}`
|
|
90
|
-
}, /*#__PURE__*/React.createElement(CheckBox, {
|
|
92
|
+
}, /*#__PURE__*/React.createElement(CheckBox, _extends({
|
|
91
93
|
isFilled: isFilledCheckbox,
|
|
92
94
|
checked: isChecked,
|
|
93
95
|
onChange: this.onChange,
|
|
94
96
|
id: `checkbox_${id}`,
|
|
95
|
-
dataId: `listViewCheckBox_${id}
|
|
96
|
-
|
|
97
|
-
})) : null, /*#__PURE__*/React.createElement(Container, {
|
|
97
|
+
dataId: `listViewCheckBox_${id}`
|
|
98
|
+
}, CheckBoxProps))) : null, /*#__PURE__*/React.createElement(Container, {
|
|
98
99
|
align: "both",
|
|
99
100
|
className: style.back
|
|
100
|
-
}, channel && action ? /*#__PURE__*/React.createElement(ChannelIcon, {
|
|
101
|
+
}, channel && action ? /*#__PURE__*/React.createElement(ChannelIcon, _extends({
|
|
101
102
|
name: channel,
|
|
102
103
|
action: action,
|
|
103
104
|
size: size,
|
|
@@ -110,9 +111,8 @@ export default class FlipCard extends Component {
|
|
|
110
111
|
customTextClass: customTextClass,
|
|
111
112
|
iconColor: iconColor,
|
|
112
113
|
title: channelTitle,
|
|
113
|
-
iconTitle: channelTitle
|
|
114
|
-
|
|
115
|
-
}) : icon ? /*#__PURE__*/React.createElement(AvatarIcon, {
|
|
114
|
+
iconTitle: channelTitle
|
|
115
|
+
}, ChannelIconProps)) : icon ? /*#__PURE__*/React.createElement(AvatarIcon, _extends({
|
|
116
116
|
name: icon,
|
|
117
117
|
iconSize: iconSize,
|
|
118
118
|
size: size,
|
|
@@ -120,9 +120,8 @@ export default class FlipCard extends Component {
|
|
|
120
120
|
dataId: icon,
|
|
121
121
|
className: className,
|
|
122
122
|
iconColor: iconColor,
|
|
123
|
-
title: needTitle ? name : ''
|
|
124
|
-
|
|
125
|
-
}) : /*#__PURE__*/React.createElement(AvatarUser, {
|
|
123
|
+
title: needTitle ? name : ''
|
|
124
|
+
}, AvatarIconProps)) : /*#__PURE__*/React.createElement(AvatarUser, _extends({
|
|
126
125
|
name: name,
|
|
127
126
|
initial: initial,
|
|
128
127
|
size: size,
|
|
@@ -133,9 +132,8 @@ export default class FlipCard extends Component {
|
|
|
133
132
|
needTitle: needTitle,
|
|
134
133
|
palette: palette,
|
|
135
134
|
textPalette: textPalette,
|
|
136
|
-
customTextClass: customTextClass
|
|
137
|
-
|
|
138
|
-
}))));
|
|
135
|
+
customTextClass: customTextClass
|
|
136
|
+
}, AvatarUserProps)))));
|
|
139
137
|
}
|
|
140
138
|
|
|
141
139
|
}
|