@zohoim/chat-components 0.0.13 → 0.0.15
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/es/ActionIcon/ActionIcon.js +57 -35
- package/es/ActionIcon/css/ActionIcon.module.css +4 -23
- package/es/ActionIcon/props/defaultProps.js +4 -2
- package/es/ActionIcon/props/propTypes.js +10 -3
- package/es/ActionIconWrapper/ActionIconWrapper.js +57 -0
- package/es/ActionIconWrapper/css/ActionIconWrapper.module.css +32 -0
- package/es/ActionIconWrapper/css/cssJSLogic.js +14 -0
- package/es/ActionIconWrapper/index.js +1 -0
- package/es/{im/IMDateTime → ActionIconWrapper}/props/defaultProps.js +3 -3
- package/es/ActionIconWrapper/props/propTypes.js +11 -0
- package/es/AttachmentBubble/AttachmentBubble.js +30 -29
- package/es/AttachmentBubble/css/AttachmentBubble.module.css +17 -15
- package/es/AttachmentBubble/props/defaultProps.js +2 -2
- package/es/AttachmentBubble/props/propTypes.js +10 -5
- package/es/AttachmentBubbleInfo/AttachmentBubbleInfo.js +13 -21
- package/es/AttachmentBubbleInfo/css/AttachmentBubbleInfo.module.css +19 -16
- package/es/AttachmentBubbleInfo/props/defaultProps.js +1 -1
- package/es/AttachmentBubbleInfo/props/propTypes.js +3 -3
- package/es/AttachmentIcon/AttachmentIcon.js +47 -0
- package/es/AttachmentIcon/css/AttachmentIcon.module.css +4 -0
- package/es/AttachmentIcon/index.js +1 -0
- package/es/{MediaControls → AttachmentIcon}/props/defaultProps.js +3 -3
- package/es/AttachmentIcon/props/propTypes.js +11 -0
- package/es/AttachmentIcon/utils/getAttachmentIconComponent.js +61 -0
- package/es/Audio/Audio.js +14 -36
- package/es/Audio/css/Audio.module.css +3 -3
- package/es/Audio/props/defaultProps.js +2 -3
- package/es/Audio/props/propTypes.js +3 -4
- package/es/AudioBubble/AudioBubble.js +32 -36
- package/es/AudioBubble/css/AudioBubble.module.css +3 -2
- package/es/AudioBubble/props/defaultProps.js +2 -3
- package/es/AudioBubble/props/propTypes.js +10 -7
- package/es/Fonts/puviFont.module.css +55 -54
- package/es/ImageBubble/ImageBubble.js +20 -20
- package/es/ImageBubble/css/ImageBubble.module.css +8 -11
- package/es/ImageBubble/props/defaultProps.js +1 -1
- package/es/ImageBubble/props/propTypes.js +5 -3
- package/es/InfoBubble/InfoBubble.js +6 -8
- package/es/InfoBubble/props/defaultProps.js +1 -1
- package/es/LazyLoadImage/LazyLoadImage.js +6 -16
- package/es/LazyLoadImage/css/LazyLoadImage.module.css +1 -0
- package/es/LazyLoadImage/props/defaultProps.js +1 -1
- package/es/LazyLoadImage/props/propTypes.js +3 -3
- package/es/LocationBubble/LocationBubble.js +17 -34
- package/es/LocationBubble/css/LocationBubble.module.css +13 -14
- package/es/LocationBubble/props/defaultProps.js +1 -1
- package/es/LocationBubble/props/propTypes.js +2 -2
- package/es/MediaBubbleWrapper/MediaBubbleWrapper.js +59 -0
- package/es/MediaBubbleWrapper/css/MediaBubbleWrapper.module.css +7 -0
- package/es/MediaBubbleWrapper/index.js +1 -0
- package/es/MediaBubbleWrapper/props/defaultProps.js +7 -0
- package/es/MediaBubbleWrapper/props/propTypes.js +16 -0
- package/es/Message/Message.js +59 -37
- package/es/Message/props/defaultProps.js +3 -3
- package/es/Message/props/propTypes.js +17 -38
- package/es/MessageAction/MessageAction.js +31 -18
- package/es/MessageAction/props/defaultProps.js +4 -4
- package/es/MessageAction/props/propTypes.js +11 -8
- package/es/MessageActions/MessageActions.js +56 -96
- package/es/MessageActions/css/MessageActions.module.css +2 -9
- package/es/MessageActions/props/defaultProps.js +2 -4
- package/es/MessageActions/props/propTypes.js +13 -19
- package/es/MessageActionsMore/MessageActionsMore.js +43 -35
- package/es/MessageActionsMore/css/MessageActionsMore.module.css +8 -5
- package/es/MessageActionsMore/props/defaultProps.js +3 -2
- package/es/MessageActionsMore/props/propTypes.js +3 -2
- package/es/MessageActionsWrapper/MessageActionsWrapper.js +36 -44
- package/es/MessageActionsWrapper/css/MessageActionsWrapper.module.css +1 -1
- package/es/MessageActionsWrapper/props/defaultProps.js +4 -5
- package/es/MessageActionsWrapper/props/propTypes.js +7 -4
- package/es/MessageAvatar/MessageAvatar.js +11 -19
- package/es/MessageAvatar/css/MessageAvatar.module.css +3 -3
- package/es/MessageAvatar/props/defaultProps.js +2 -6
- package/es/MessageAvatar/props/propTypes.js +5 -5
- package/es/MessageBox/MessageBox.js +33 -30
- package/es/MessageBox/css/MessageBox.module.css +9 -16
- package/es/MessageBox/css/cssJSLogic.js +1 -21
- package/es/MessageBox/props/defaultProps.js +1 -3
- package/es/MessageBox/props/propTypes.js +8 -7
- package/es/MessageBubble/MessageBubble.js +64 -38
- package/es/MessageBubble/css/MessageBubble.module.css +11 -8
- package/es/MessageBubble/css/cssJSLogic.js +10 -26
- package/es/MessageBubble/props/defaultProps.js +1 -1
- package/es/MessageBubble/props/propTypes.js +7 -7
- package/es/MessageStatus/MessageStatus.js +11 -11
- package/es/MessageStatus/css/MessageStatus.module.css +1 -1
- package/es/MessageStatus/css/cssJSLogic.js +13 -9
- package/es/MessageStatus/props/defaultProps.js +1 -1
- package/es/MessageStatus/props/propTypes.js +4 -14
- package/es/MoreActionItem/MoreActionItem.js +21 -33
- package/es/MoreActionItem/css/MoreActionItem.module.css +6 -14
- package/es/MoreActionItem/props/defaultProps.js +1 -5
- package/es/MoreActionItem/props/propTypes.js +6 -5
- package/es/ReplyBubble/ReplyBubble.js +58 -28
- package/es/ReplyBubble/css/ReplyBubble.module.css +17 -0
- package/es/ReplyBubble/props/defaultProps.js +3 -4
- package/es/ReplyBubble/props/propTypes.js +15 -8
- package/es/ReplyBubbleContent/ReplyBubbleContent.js +15 -25
- package/es/ReplyBubbleContent/css/ReplyBubbleContent.module.css +35 -38
- package/es/ReplyBubbleContent/props/defaultProps.js +1 -1
- package/es/ReplyBubbleContent/props/propTypes.js +4 -4
- package/es/ReplyBubbleHeader/ReplyBubbleHeader.js +27 -33
- package/es/ReplyBubbleHeader/css/ReplyBubbleHeader.module.css +25 -9
- package/es/ReplyBubbleHeader/props/defaultProps.js +2 -4
- package/es/ReplyBubbleHeader/props/propTypes.js +3 -2
- package/es/TextBubble/TextBubble.js +12 -30
- package/es/TextBubble/css/TextBubble.module.css +15 -9
- package/es/TextBubble/props/defaultProps.js +2 -5
- package/es/TextBubble/props/propTypes.js +3 -4
- package/es/Theme/{DeskAssets.js → ThemeAssets.js} +10 -6
- package/es/Theme/ThemeWrapper.js +54 -57
- package/es/Theme/{ToolttipWrapper.js → TooltipWrapper.js} +29 -25
- package/es/Theme/constants/index.js +1 -4
- package/es/Theme/crm/dark/blueFanTheme.js +5 -5
- package/es/Theme/crm/dark/blueTheme.js +5 -5
- package/es/Theme/crm/dark/commonColorVariable.js +5 -5
- package/es/Theme/crm/dark/darkBlueTheme.js +5 -5
- package/es/Theme/crm/dark/darkGreyTheme.js +5 -5
- package/es/Theme/crm/dark/greenTheme.js +5 -5
- package/es/Theme/crm/dark/orangeTheme.js +5 -5
- package/es/Theme/crm/dark/pinkTheme.js +5 -5
- package/es/Theme/crm/dark/tealTheme.js +5 -5
- package/es/Theme/crm/dark/whiteTheme.js +5 -5
- package/es/Theme/crm/light/blueFanTheme.js +5 -5
- package/es/Theme/crm/light/blueTheme.js +3 -3
- package/es/Theme/crm/light/commonColorVariable.js +3 -3
- package/es/Theme/crm/light/darkBlueTheme.js +5 -5
- package/es/Theme/crm/light/darkGreyTheme.js +5 -5
- package/es/Theme/crm/light/greenTheme.js +3 -3
- package/es/Theme/crm/light/orangeTheme.js +3 -3
- package/es/Theme/crm/light/pinkTheme.js +3 -3
- package/es/Theme/crm/light/tealTheme.js +3 -3
- package/es/Theme/crm/light/whiteTheme.js +5 -5
- package/es/Theme/crm/pureDark/blueFanTheme.js +5 -5
- package/es/Theme/crm/pureDark/blueTheme.js +5 -5
- package/es/Theme/crm/pureDark/commonColorVariable.js +3 -3
- package/es/Theme/crm/pureDark/darkBlueTheme.js +5 -5
- package/es/Theme/crm/pureDark/darkGreyTheme.js +5 -5
- package/es/Theme/crm/pureDark/greenTheme.js +5 -5
- package/es/Theme/crm/pureDark/orangeTheme.js +5 -5
- package/es/Theme/crm/pureDark/pinkTheme.js +5 -5
- package/es/Theme/crm/pureDark/tealTheme.js +5 -5
- package/es/Theme/crm/pureDark/whiteTheme.js +5 -5
- package/es/Theme/css/TooltipWrapper.module.css +2 -2
- package/es/Theme/props/defaultProps.js +2 -3
- package/es/Theme/props/propTypes.js +5 -6
- package/es/Theme/{desk/commonDeskColorVariable.js → themeVariables/commonThemeColorVariable.js} +2 -3
- package/es/Theme/{desk → themeVariables}/dark/blueTheme.js +11 -11
- package/es/Theme/{desk → themeVariables}/dark/commonColorVariable.js +1 -1
- package/es/Theme/{desk → themeVariables}/dark/greenTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/dark/orangeTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/dark/redTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/dark/yellowTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/light/blueTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/light/commonColorVariable.js +1 -1
- package/es/Theme/{desk → themeVariables}/light/greenTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/light/orangeTheme.js +7 -7
- package/es/Theme/{desk → themeVariables}/light/redTheme.js +7 -7
- package/es/Theme/{desk → themeVariables}/light/yellowTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/pureDark/blueTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/pureDark/commonColorVariable.js +1 -1
- package/es/Theme/{desk → themeVariables}/pureDark/greenTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/pureDark/orangeTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/pureDark/redTheme.js +8 -8
- package/es/Theme/{desk → themeVariables}/pureDark/yellowTheme.js +8 -8
- package/es/Theme/utils/combineConfigurations.js +17 -0
- package/es/Theme/utils/flatVariables.js +12 -0
- package/es/Theme/utils/getCustomizedCssVariables.js +19 -0
- package/es/Theme/utils/getThemeConfigurations.js +47 -175
- package/es/Theme/utils/getWrapperDivProps.js +12 -0
- package/es/Video/Video.js +13 -45
- package/es/Video/css/Video.module.css +2 -7
- package/es/Video/props/defaultProps.js +2 -3
- package/es/Video/props/propTypes.js +3 -4
- package/es/VideoBubble/VideoBubble.js +32 -35
- package/es/VideoBubble/css/VideoBubble.module.css +4 -4
- package/es/VideoBubble/props/defaultProps.js +2 -3
- package/es/VideoBubble/props/propTypes.js +11 -7
- package/es/css/common.module.css +6 -0
- package/es/icons/create-icon-components.js +30 -0
- package/es/icons/factory/common/article.svg +4 -4
- package/es/icons/factory/integrations/chInstagram.svg +2 -2
- package/es/icons/factory/integrations/chWhatsApp.svg +2 -2
- package/es/icons/factory/integrations/ttASAP.svg +6 -1
- package/es/icons/factory/integrations/ttLine.svg +8 -0
- package/es/icons/factory/integrations/ttTelegram.svg +4 -1
- package/es/icons/factory/integrations/ttTwillio.svg +8 -1
- package/es/icons/factory/integrations/ttWechat.svg +9 -1
- package/es/icons/icon.template.js +9 -8
- package/es/icons/iconSrc/common/Article.js +2 -3
- package/es/icons/iconSrc/common/index.js +1 -2
- package/es/icons/iconSrc/integrations/ChInstagram.js +2 -3
- package/es/icons/iconSrc/integrations/ChWhatsApp.js +2 -3
- package/es/icons/iconSrc/integrations/TtASAP.js +11 -15
- package/es/icons/iconSrc/integrations/{TtTwitter.js → TtLine.js} +14 -18
- package/es/icons/iconSrc/integrations/TtTelegram.js +8 -12
- package/es/icons/iconSrc/integrations/TtTwillio.js +15 -19
- package/es/icons/iconSrc/integrations/TtWechat.js +19 -20
- package/es/icons/iconSrc/integrations/index.js +1 -1
- package/es/im/ArticleBubble/ArticleBubble.js +67 -0
- package/es/im/ArticleBubble/css/ArticleBubble.module.css +57 -0
- package/es/{ArticleBubble → im/ArticleBubble}/props/defaultProps.js +1 -1
- package/es/im/ArticleBubble/props/propTypes.js +13 -0
- package/es/im/IMAutoMessageInfo/IMAutoMessageInfo.js +10 -20
- package/es/im/IMAutoMessageInfo/css/IMAutoMessageInfo.module.css +2 -3
- package/es/im/IMAutoMessageInfo/props/defaultProps.js +1 -1
- package/es/im/IMAutoMessageInfo/props/propTypes.js +11 -9
- package/es/im/IMInfoBubble/IMInfoBubble.js +6 -8
- package/es/im/IMInfoBubble/props/defaultProps.js +1 -1
- package/es/im/IMIntegrationIcon/IMIntegrationIcon.js +31 -38
- package/es/im/IMIntegrationIcon/css/IMIntegrationIcon.module.css +5 -8
- package/es/im/IMIntegrationIcon/css/cssJSLogic.js +9 -13
- package/es/im/IMIntegrationIcon/index.js +1 -2
- package/es/im/IMIntegrationIcon/props/defaultProps.js +6 -4
- package/es/im/IMIntegrationIcon/props/propTypes.js +6 -17
- package/es/im/IMMessage/IMMessage.js +97 -90
- package/es/im/IMMessage/css/IMMessage.module.css +36 -0
- package/es/im/IMMessage/css/cssJSLogic.js +16 -3
- package/es/im/IMMessage/props/defaultProps.js +3 -11
- package/es/im/IMMessage/props/propTypes.js +52 -97
- package/es/im/IMMessageContent/IMMessageContent.js +76 -65
- package/es/im/IMMessageContent/css/IMMessageContent.module.css +1 -1
- package/es/im/IMMessageContent/props/defaultProps.js +2 -3
- package/es/im/IMMessageContent/props/propTypes.js +29 -23
- package/es/im/IMMessageMeta/IMMessageMeta.js +26 -21
- package/es/im/IMMessageMeta/css/IMMessageMeta.module.css +13 -4
- package/es/im/IMMessageMeta/css/cssJSLogic.js +11 -3
- package/es/im/IMMessageMeta/props/defaultProps.js +1 -1
- package/es/im/IMMessageMeta/props/propTypes.js +17 -12
- package/es/im/IMPermaLink/IMPermaLink.js +48 -0
- package/es/im/IMPermaLink/css/IMPermaLink.module.css +14 -0
- package/es/im/{IMTicketLink → IMPermaLink}/css/cssJSLogic.js +3 -3
- package/es/im/IMPermaLink/index.js +1 -0
- package/es/im/{IMAttachmentIcon → IMPermaLink}/props/defaultProps.js +3 -3
- package/es/im/IMPermaLink/props/propTypes.js +11 -0
- package/es/im/IMReplyBubble/IMReplyBubble.js +20 -59
- package/es/im/IMReplyBubble/props/defaultProps.js +2 -4
- package/es/im/IMReplyBubble/props/propTypes.js +16 -14
- package/es/im/IMTextBubble/IMTextBubble.js +15 -31
- package/es/im/IMTextBubble/props/defaultProps.js +3 -9
- package/es/im/IMTextBubble/props/propTypes.js +22 -8
- package/es/im/css/common.module.css +6 -0
- package/es/im/index.js +2 -10
- package/es/index.js +4 -6
- package/package.json +32 -14
- package/es/ActionIcon/css/cssJSLogic.js +0 -10
- package/es/ArticleBubble/ArticleBubble.js +0 -70
- package/es/ArticleBubble/css/ArticleBubble.module.css +0 -48
- package/es/ArticleBubble/css/cssJSLogic.js +0 -34
- package/es/ArticleBubble/props/propTypes.js +0 -10
- package/es/AttachmentBubble/css/cssJSLogic.js +0 -18
- package/es/AttachmentBubbleInfo/css/cssJSLogic.js +0 -18
- package/es/Audio/css/cssJSLogic.js +0 -14
- package/es/AudioBubble/css/cssJSLogic.js +0 -20
- package/es/ImageBubble/css/cssJSLogic.js +0 -22
- package/es/LazyLoadImage/css/cssJSLogic.js +0 -10
- package/es/LocationBubble/css/cssJSLogic.js +0 -30
- package/es/MediaControls/MediaControls.js +0 -59
- package/es/MediaControls/css/MediaControls.module.css +0 -1
- package/es/MediaControls/css/cssJSLogic.js +0 -22
- package/es/MediaControls/index.js +0 -1
- package/es/MediaControls/props/propTypes.js +0 -11
- package/es/Message/css/Message.module.css +0 -0
- package/es/Message/css/cssJSLogic.js +0 -10
- package/es/MessageAction/css/MessageAction.module.css +0 -0
- package/es/MessageAction/css/cssJSLogic.js +0 -0
- package/es/MessageActions/css/cssJSLogic.js +0 -20
- package/es/MessageActionsMore/css/cssJSLogic.js +0 -28
- package/es/MessageActionsWrapper/css/cssJSLogic.js +0 -10
- package/es/MessageActionsWrapper/props/propConstants.js +0 -7
- package/es/MessageAvatar/css/cssJSLogic.js +0 -18
- package/es/MessageBubble/props/propConstants.js +0 -6
- package/es/MoreActionItem/css/cssJSLogic.js +0 -27
- package/es/ReplyBubble/css/cssJSLogic.js +0 -10
- package/es/ReplyBubbleContent/css/cssJSLogic.js +0 -22
- package/es/ReplyBubbleHeader/css/cssJSLogic.js +0 -18
- package/es/TextBubble/css/cssJSLogic.js +0 -18
- package/es/Theme/css/cssJSLogic.js +0 -14
- package/es/Video/css/cssJSLogic.js +0 -14
- package/es/VideoBubble/css/cssJSLogic.js +0 -10
- package/es/icons/factory/actions/convertTicket.svg +0 -21
- package/es/icons/factory/common/quote.svg +0 -1
- package/es/icons/factory/integrations/ttTwitter.svg +0 -1
- package/es/icons/iconSrc/actions/ConvertTicket.js +0 -25
- package/es/icons/iconSrc/actions/index.js +0 -1
- package/es/icons/iconSrc/common/Quote.js +0 -17
- package/es/im/IMArticleBubble/IMArticleBubble.js +0 -54
- package/es/im/IMArticleBubble/css/IMArticleBubble.module.css +0 -0
- package/es/im/IMArticleBubble/css/cssJSLogic.js +0 -10
- package/es/im/IMArticleBubble/index.js +0 -1
- package/es/im/IMArticleBubble/props/defaultProps.js +0 -8
- package/es/im/IMArticleBubble/props/propTypes.js +0 -14
- package/es/im/IMAttachmentBubble/IMAttachmentBubble.js +0 -62
- package/es/im/IMAttachmentBubble/css/IMAttachmentBubble.module.css +0 -1
- package/es/im/IMAttachmentBubble/css/cssJSLogic.js +0 -10
- package/es/im/IMAttachmentBubble/index.js +0 -1
- package/es/im/IMAttachmentBubble/props/defaultProps.js +0 -10
- package/es/im/IMAttachmentBubble/props/propTypes.js +0 -16
- package/es/im/IMAttachmentIcon/IMAttachmentIcon.js +0 -85
- package/es/im/IMAttachmentIcon/css/IMAttachmentIcon.module.css +0 -4
- package/es/im/IMAttachmentIcon/css/cssJSLogic.js +0 -16
- package/es/im/IMAttachmentIcon/index.js +0 -1
- package/es/im/IMAttachmentIcon/props/propTypes.js +0 -26
- package/es/im/IMAudioBubble/IMAudioBubble.js +0 -62
- package/es/im/IMAudioBubble/css/IMAudioBubble.module.css +0 -8
- package/es/im/IMAudioBubble/css/cssJSLogic.js +0 -20
- package/es/im/IMAudioBubble/index.js +0 -1
- package/es/im/IMAudioBubble/props/defaultProps.js +0 -11
- package/es/im/IMAudioBubble/props/propTypes.js +0 -17
- package/es/im/IMAutoMessageInfo/css/cssJSLogic.js +0 -10
- package/es/im/IMDateTime/IMDateTime.js +0 -40
- package/es/im/IMDateTime/css/IMDateTime.module.css +0 -10
- package/es/im/IMDateTime/css/cssJSLogic.js +0 -10
- package/es/im/IMDateTime/index.js +0 -1
- package/es/im/IMDateTime/props/propTypes.js +0 -6
- package/es/im/IMImageBubble/IMImageBubble.js +0 -50
- package/es/im/IMImageBubble/css/IMImageBubble.module.css +0 -0
- package/es/im/IMImageBubble/css/cssJSLogic.js +0 -10
- package/es/im/IMImageBubble/index.js +0 -1
- package/es/im/IMImageBubble/props/defaultProps.js +0 -7
- package/es/im/IMImageBubble/props/propTypes.js +0 -13
- package/es/im/IMIntegrationIcon/props/propConstants.js +0 -8
- package/es/im/IMLocationBubble/IMLocationBubble.js +0 -50
- package/es/im/IMLocationBubble/css/IMLocationBubble.module.css +0 -0
- package/es/im/IMLocationBubble/css/cssJSLogic.js +0 -10
- package/es/im/IMLocationBubble/index.js +0 -1
- package/es/im/IMLocationBubble/props/defaultProps.js +0 -8
- package/es/im/IMLocationBubble/props/propTypes.js +0 -11
- package/es/im/IMMessageAvatar/IMMessageAvatar.js +0 -45
- package/es/im/IMMessageAvatar/css/IMMessageAvatar.module.css +0 -0
- package/es/im/IMMessageAvatar/css/cssJSLogic.js +0 -0
- package/es/im/IMMessageAvatar/index.js +0 -1
- package/es/im/IMMessageAvatar/props/defaultProps.js +0 -12
- package/es/im/IMMessageAvatar/props/propTypes.js +0 -53
- package/es/im/IMMessageContent/css/cssJSLogic.js +0 -10
- package/es/im/IMReplyBubble/css/IMReplyBubble.module.css +0 -18
- package/es/im/IMReplyBubble/css/cssJSLogic.js +0 -10
- package/es/im/IMTextBubble/css/IMTextBubble.module.css +0 -1
- package/es/im/IMTextBubble/css/cssJSLogic.js +0 -10
- package/es/im/IMTicketLink/IMTicketLink.js +0 -46
- package/es/im/IMTicketLink/css/IMTicketLink.module.css +0 -27
- package/es/im/IMTicketLink/index.js +0 -1
- package/es/im/IMTicketLink/props/defaultProps.js +0 -6
- package/es/im/IMTicketLink/props/propTypes.js +0 -10
- package/es/im/IMVideoBubble/IMVideoBubble.js +0 -61
- package/es/im/IMVideoBubble/css/IMVideoBubble.module.css +0 -1
- package/es/im/IMVideoBubble/css/cssJSLogic.js +0 -10
- package/es/im/IMVideoBubble/index.js +0 -1
- package/es/im/IMVideoBubble/props/defaultProps.js +0 -11
- package/es/im/IMVideoBubble/props/propTypes.js +0 -17
- package/es/unused/AvatarSpace/AvatarSpace.js +0 -40
- package/es/unused/AvatarSpace/css/AvatarSpace.module.css +0 -1
- package/es/unused/AvatarSpace/css/cssJSLogic.js +0 -15
- package/es/unused/AvatarSpace/index.js +0 -1
- package/es/unused/AvatarSpace/props/defaultProps.js +0 -10
- package/es/unused/AvatarSpace/props/propConstants.js +0 -7
- package/es/unused/AvatarSpace/props/propTypes.js +0 -8
- package/es/unused/MessageBoxFooter/MessageBoxFooter.js +0 -39
- package/es/unused/MessageBoxFooter/css/MessageBoxFooter.module.css +0 -3
- package/es/unused/MessageBoxFooter/css/cssJSLogic.js +0 -10
- package/es/unused/MessageBoxFooter/index.js +0 -1
- package/es/unused/MessageBoxFooter/props/defaultProps.js +0 -5
- package/es/unused/MessageBoxFooter/props/propTypes.js +0 -6
- package/es/unused/MessageBoxHeader/MessageBoxHeader.js +0 -7
- package/es/unused/MessageBoxHeader/css/MessageBoxHeader.module.css +0 -0
- package/es/unused/MessageBoxHeader/css/cssJsLogic.js +0 -0
- package/es/unused/MessageBoxHeader/index.js +0 -2
- package/es/unused/MessageBoxHeader/props/defaultProps.js +0 -0
- package/es/unused/MessageBoxHeader/props/propTypes.js +0 -0
- package/es/unused/MessageWrapper/MessageWrapper.js +0 -36
- package/es/unused/MessageWrapper/css/MessageWrapper.module.css +0 -0
- package/es/unused/MessageWrapper/css/cssJSLogic.js +0 -10
- package/es/unused/MessageWrapper/index.js +0 -1
- package/es/unused/MessageWrapper/props/defaultProps.js +0 -6
- package/es/unused/MessageWrapper/props/propTypes.js +0 -6
- package/es/unused/TextMessage/DefaultActions.js +0 -60
- package/es/unused/TextMessage/TextMessage.js +0 -67
- package/es/unused/TextMessage/TextMessage1.js +0 -66
- package/es/unused/TextMessage/css/TextMessage.module.css +0 -5
- package/es/unused/TextMessage/css/cssJSLogic.js +0 -0
- package/es/unused/TextMessage/index.js +0 -1
- package/es/unused/TextMessage/props/defaultProps.js +0 -4
- package/es/unused/TextMessage/props/propConstants.js +0 -3
- package/es/unused/TextMessage/props/propTypes.js +0 -17
- package/es/unused/darkTheme.js +0 -9
- package/es/unused/defaultTheme.js +0 -33
- /package/es/{ArticleBubble → im/ArticleBubble}/index.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon, messagetextColor } from '../
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, primaryBlue } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon, messagetextColor } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -16,8 +16,8 @@ export default {
|
|
|
16
16
|
text_color: messagetextColor,
|
|
17
17
|
failed_text_color: '#000'
|
|
18
18
|
},
|
|
19
|
-
|
|
20
|
-
color:
|
|
19
|
+
actionIconWrapper: {
|
|
20
|
+
color: actionIconWrapperColor,
|
|
21
21
|
bg_color: '#2c3b4d',
|
|
22
22
|
border_color: '#3f536b'
|
|
23
23
|
},
|
|
@@ -35,10 +35,7 @@ export default {
|
|
|
35
35
|
bg_color: '#232b38',
|
|
36
36
|
border_color: '#2d3748'
|
|
37
37
|
},
|
|
38
|
-
|
|
39
|
-
color: '#479dff'
|
|
40
|
-
},
|
|
41
|
-
ReplyBubbleContent: {
|
|
38
|
+
replyBubbleContent: {
|
|
42
39
|
bg_color: '#232b38',
|
|
43
40
|
color: '#e2e4e6',
|
|
44
41
|
border_color: '#2d3748',
|
|
@@ -57,12 +54,15 @@ export default {
|
|
|
57
54
|
color: '#e2e4e6',
|
|
58
55
|
border_color: '#2d3748'
|
|
59
56
|
},
|
|
60
|
-
iMDateTime: {
|
|
61
|
-
color: '#a8b0bd'
|
|
62
|
-
},
|
|
63
57
|
textBubble: {
|
|
64
58
|
see_more_color: primaryBlue,
|
|
65
59
|
url_color: primaryBlue
|
|
60
|
+
},
|
|
61
|
+
imPermaLink: {
|
|
62
|
+
color: '#479dff'
|
|
63
|
+
},
|
|
64
|
+
imMessageMeta: {
|
|
65
|
+
timeColor: '#a8b0bd'
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const incomingBubbleBgColor = '#232b38';
|
|
2
2
|
export const bubbleActiveBgColor = '#1b2e33';
|
|
3
|
-
export const
|
|
3
|
+
export const actionIconWrapperColor = '#e2e4e6';
|
|
4
4
|
export const messageStatusSendColor = '#61667a';
|
|
5
5
|
export const messageStatusFailedColor = '#de3535';
|
|
6
6
|
export const primaryBlue = '#479dff';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon, messagetextColor } from '../
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, primaryGreen } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon, messagetextColor } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#362734',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#26373b',
|
|
21
21
|
border_color: '#2d4e42'
|
|
22
22
|
},
|
|
@@ -34,10 +34,10 @@ export default {
|
|
|
34
34
|
bg_color: '#232b38',
|
|
35
35
|
border_color: '#2d3748'
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
imPermaLink: {
|
|
38
38
|
color: '#45a159'
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
replyBubbleContent: {
|
|
41
41
|
bg_color: 'hsl(191.43deg 21.65% 13.02%)',
|
|
42
42
|
color: '#e2e4e6',
|
|
43
43
|
border_color: '#2d3748',
|
|
@@ -56,8 +56,8 @@ export default {
|
|
|
56
56
|
color: '#e2e4e6',
|
|
57
57
|
border_color: '#2d3748'
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
imMessageMeta: {
|
|
60
|
+
timeColor: '#a8b0bd'
|
|
61
61
|
},
|
|
62
62
|
textBubble: {
|
|
63
63
|
see_more_color: primaryGreen,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon, messagetextColor } from '../
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, primaryOrange } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon, messagetextColor } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#362734',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#323136',
|
|
21
21
|
border_color: '#4f3c33'
|
|
22
22
|
},
|
|
@@ -34,10 +34,10 @@ export default {
|
|
|
34
34
|
bg_color: '#232b38',
|
|
35
35
|
border_color: '#2d3748'
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
imPermaLink: {
|
|
38
38
|
color: '#ff801f'
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
replyBubbleContent: {
|
|
41
41
|
bg_color: '#232b38',
|
|
42
42
|
color: '#e2e4e6',
|
|
43
43
|
border_color: '#2d3748',
|
|
@@ -56,8 +56,8 @@ export default {
|
|
|
56
56
|
color: '#e2e4e6',
|
|
57
57
|
border_color: '#2d3748'
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
imMessageMeta: {
|
|
60
|
+
timeColor: '#a8b0bd'
|
|
61
61
|
},
|
|
62
62
|
textBubble: {
|
|
63
63
|
see_more_color: primaryOrange,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon, messagetextColor } from '../
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, primaryRed } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon, messagetextColor } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#362734',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#312d3a',
|
|
21
21
|
border_color: '#4b323d'
|
|
22
22
|
},
|
|
@@ -36,10 +36,10 @@ export default {
|
|
|
36
36
|
// border_color: "#2d3748",
|
|
37
37
|
border_color: 'hsl(258.46deg 12.62% 23.2%)'
|
|
38
38
|
},
|
|
39
|
-
|
|
39
|
+
imPermaLink: {
|
|
40
40
|
color: '#e94f4f'
|
|
41
41
|
},
|
|
42
|
-
|
|
42
|
+
replyBubbleContent: {
|
|
43
43
|
// bg_color: "#232b38",
|
|
44
44
|
bg_color: 'hsl(258.46deg 12.62% 16.2%)',
|
|
45
45
|
color: '#e2e4e6',
|
|
@@ -65,8 +65,8 @@ export default {
|
|
|
65
65
|
// border_color: "#2d3748",
|
|
66
66
|
border_color: 'hsl(258.46deg 12.62% 23.2%)'
|
|
67
67
|
},
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
imMessageMeta: {
|
|
69
|
+
timeColor: '#a8b0bd'
|
|
70
70
|
},
|
|
71
71
|
textBubble: {
|
|
72
72
|
see_more_color: primaryRed,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon, messagetextColor } from '../
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, primaryYellow } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon, messagetextColor } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#362734',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#303338',
|
|
21
21
|
border_color: '#474137'
|
|
22
22
|
},
|
|
@@ -34,10 +34,10 @@ export default {
|
|
|
34
34
|
bg_color: '#232b38',
|
|
35
35
|
border_color: '#2d3748'
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
imPermaLink: {
|
|
38
38
|
color: '#d79835'
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
replyBubbleContent: {
|
|
41
41
|
bg_color: '#232b38',
|
|
42
42
|
color: '#e2e4e6',
|
|
43
43
|
border_color: '#2d3748',
|
|
@@ -56,8 +56,8 @@ export default {
|
|
|
56
56
|
color: '#e2e4e6',
|
|
57
57
|
border_color: '#2d3748'
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
imMessageMeta: {
|
|
60
|
+
timeColor: '#a8b0bd'
|
|
61
61
|
},
|
|
62
62
|
textBubble: {
|
|
63
63
|
see_more_color: primaryYellow,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon } from '../
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, messagetextColor, primaryBlue, white } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#fcebeb',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#f1f7fe',
|
|
21
21
|
border_color: '#b7d1f0'
|
|
22
22
|
},
|
|
@@ -30,7 +30,7 @@ export default {
|
|
|
30
30
|
bg_color: white,
|
|
31
31
|
border_color: '#ebf0f5'
|
|
32
32
|
},
|
|
33
|
-
|
|
33
|
+
replyBubbleContent: {
|
|
34
34
|
bg_color: white,
|
|
35
35
|
color: '#000',
|
|
36
36
|
border_color: '#ebf0f5',
|
|
@@ -49,15 +49,15 @@ export default {
|
|
|
49
49
|
color: '#000',
|
|
50
50
|
border_color: '#ebf0f5'
|
|
51
51
|
},
|
|
52
|
-
|
|
52
|
+
imPermaLink: {
|
|
53
53
|
color: primaryBlue
|
|
54
54
|
},
|
|
55
55
|
textBubble: {
|
|
56
56
|
see_more_color: primaryBlue,
|
|
57
57
|
url_color: primaryBlue
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
imMessageMeta: {
|
|
60
|
+
timeColor: '#5a616f'
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const incomingBubbleBgColor = '#f1f4f9';
|
|
2
2
|
export const bubbleActiveBgColor = '#fdffe3';
|
|
3
|
-
export const
|
|
3
|
+
export const actionIconWrapperColor = '#000';
|
|
4
4
|
export const messageStatusSendColor = '#61667a';
|
|
5
5
|
export const messageStatusFailedColor = '#de3535';
|
|
6
6
|
export const messagetextColor = '#000';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon } from '../
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, messagetextColor, primaryGreen, white } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#fcebeb',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#f2faf5',
|
|
21
21
|
border_color: '#bee5c6'
|
|
22
22
|
},
|
|
@@ -30,7 +30,7 @@ export default {
|
|
|
30
30
|
bg_color: white,
|
|
31
31
|
border_color: '#ebf0f5'
|
|
32
32
|
},
|
|
33
|
-
|
|
33
|
+
replyBubbleContent: {
|
|
34
34
|
bg_color: white,
|
|
35
35
|
color: '#000',
|
|
36
36
|
border_color: '#ebf0f5',
|
|
@@ -49,15 +49,15 @@ export default {
|
|
|
49
49
|
color: '#000',
|
|
50
50
|
border_color: '#ebf0f5'
|
|
51
51
|
},
|
|
52
|
-
|
|
52
|
+
imPermaLink: {
|
|
53
53
|
color: primaryGreen
|
|
54
54
|
},
|
|
55
55
|
textBubble: {
|
|
56
56
|
see_more_color: primaryGreen,
|
|
57
57
|
url_color: primaryGreen
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
imMessageMeta: {
|
|
60
|
+
timeColor: '#5a616f'
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, messagetextColor, primaryOrange, white } from './commonColorVariable';
|
|
3
3
|
export default {
|
|
4
4
|
library: 'chat_components',
|
|
5
5
|
variables: {
|
|
@@ -14,8 +14,8 @@ export default {
|
|
|
14
14
|
failed_bg_color: '#fcebeb',
|
|
15
15
|
text_color: messagetextColor
|
|
16
16
|
},
|
|
17
|
-
|
|
18
|
-
color:
|
|
17
|
+
actionIconWrapper: {
|
|
18
|
+
color: actionIconWrapperColor,
|
|
19
19
|
bg_color: '#fdf5ef',
|
|
20
20
|
border_color: '#f7d6b9'
|
|
21
21
|
},
|
|
@@ -28,7 +28,7 @@ export default {
|
|
|
28
28
|
bg_color: white,
|
|
29
29
|
border_color: '#ebf0f5'
|
|
30
30
|
},
|
|
31
|
-
|
|
31
|
+
replyBubbleContent: {
|
|
32
32
|
bg_color: white,
|
|
33
33
|
color: '#000',
|
|
34
34
|
border_color: '#ebf0f5',
|
|
@@ -47,15 +47,15 @@ export default {
|
|
|
47
47
|
color: '#000',
|
|
48
48
|
border_color: '#ebf0f5'
|
|
49
49
|
},
|
|
50
|
-
|
|
50
|
+
imPermaLink: {
|
|
51
51
|
color: primaryOrange
|
|
52
52
|
},
|
|
53
53
|
textBubble: {
|
|
54
54
|
see_more_color: primaryOrange,
|
|
55
55
|
url_color: primaryOrange
|
|
56
56
|
},
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
imMessageMeta: {
|
|
58
|
+
timeColor: '#5a616f'
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, messagetextColor, primaryRed, white } from './commonColorVariable';
|
|
3
3
|
export default {
|
|
4
4
|
library: 'chat_components',
|
|
5
5
|
variables: {
|
|
@@ -14,8 +14,8 @@ export default {
|
|
|
14
14
|
failed_bg_color: '#fcebeb',
|
|
15
15
|
text_color: messagetextColor
|
|
16
16
|
},
|
|
17
|
-
|
|
18
|
-
color:
|
|
17
|
+
actionIconWrapper: {
|
|
18
|
+
color: actionIconWrapperColor,
|
|
19
19
|
bg_color: '#fdf3f3',
|
|
20
20
|
border_color: '#f8d7d7'
|
|
21
21
|
},
|
|
@@ -28,7 +28,7 @@ export default {
|
|
|
28
28
|
bg_color: white,
|
|
29
29
|
border_color: '#ebf0f5'
|
|
30
30
|
},
|
|
31
|
-
|
|
31
|
+
replyBubbleContent: {
|
|
32
32
|
bg_color: white,
|
|
33
33
|
color: '#000',
|
|
34
34
|
border_color: '#ebf0f5',
|
|
@@ -47,15 +47,15 @@ export default {
|
|
|
47
47
|
color: '#000',
|
|
48
48
|
border_color: '#ebf0f5'
|
|
49
49
|
},
|
|
50
|
-
|
|
50
|
+
imPermaLink: {
|
|
51
51
|
color: primaryRed
|
|
52
52
|
},
|
|
53
53
|
textBubble: {
|
|
54
54
|
see_more_color: primaryRed,
|
|
55
55
|
url_color: primaryRed
|
|
56
56
|
},
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
imMessageMeta: {
|
|
58
|
+
timeColor: '#5a616f'
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon } from '../
|
|
2
|
+
import { incomingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, messagetextColor, primaryYellow, white } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#fcebeb',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#fdf8e9',
|
|
21
21
|
border_color: '#f6e3a7'
|
|
22
22
|
},
|
|
@@ -30,7 +30,7 @@ export default {
|
|
|
30
30
|
bg_color: white,
|
|
31
31
|
border_color: '#ebf0f5'
|
|
32
32
|
},
|
|
33
|
-
|
|
33
|
+
replyBubbleContent: {
|
|
34
34
|
bg_color: white,
|
|
35
35
|
color: '#000',
|
|
36
36
|
border_color: '#ebf0f5',
|
|
@@ -49,15 +49,15 @@ export default {
|
|
|
49
49
|
color: '#000',
|
|
50
50
|
border_color: '#ebf0f5'
|
|
51
51
|
},
|
|
52
|
-
|
|
52
|
+
imPermaLink: {
|
|
53
53
|
color: primaryYellow
|
|
54
54
|
},
|
|
55
55
|
textBubble: {
|
|
56
56
|
see_more_color: primaryYellow,
|
|
57
57
|
url_color: primaryYellow
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
imMessageMeta: {
|
|
60
|
+
timeColor: '#5a616f'
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, outgoingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon, messagetextColor } from '../
|
|
2
|
+
import { incomingBubbleBgColor, outgoingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, primaryBlue } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon, messagetextColor } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#fcebeb',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#252d37',
|
|
21
21
|
border_color: '#2c4664'
|
|
22
22
|
},
|
|
@@ -34,10 +34,10 @@ export default {
|
|
|
34
34
|
bg_color: '#212121',
|
|
35
35
|
border_color: '#161515'
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
imPermaLink: {
|
|
38
38
|
color: '#479dff'
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
replyBubbleContent: {
|
|
41
41
|
bg_color: '#212121',
|
|
42
42
|
color: '#e2e4e6',
|
|
43
43
|
border_color: '#161515',
|
|
@@ -57,8 +57,8 @@ export default {
|
|
|
57
57
|
color: '#e2e4e6',
|
|
58
58
|
border_color: '#161515'
|
|
59
59
|
},
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
imMessageMeta: {
|
|
61
|
+
timeColor: '#999'
|
|
62
62
|
},
|
|
63
63
|
textBubble: {
|
|
64
64
|
see_more_color: primaryBlue,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const incomingBubbleBgColor = '#2e2e2e';
|
|
2
2
|
export const outgoingBubbleBgColor = '#2e2e2e';
|
|
3
3
|
export const bubbleActiveBgColor = '#202821';
|
|
4
|
-
export const
|
|
4
|
+
export const actionIconWrapperColor = '#e2e4e6';
|
|
5
5
|
export const messageStatusSendColor = '#61667a';
|
|
6
6
|
export const messageStatusFailedColor = '#de3535';
|
|
7
7
|
export const messagetextColor = '#e2e4e6';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, outgoingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon, messagetextColor } from '../
|
|
2
|
+
import { incomingBubbleBgColor, outgoingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, primaryGreen } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon, messagetextColor } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#fcebeb',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#252e27',
|
|
21
21
|
border_color: '#2c4732'
|
|
22
22
|
},
|
|
@@ -34,10 +34,10 @@ export default {
|
|
|
34
34
|
bg_color: '#212121',
|
|
35
35
|
border_color: '#161515'
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
imPermaLink: {
|
|
38
38
|
color: '#45a159'
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
replyBubbleContent: {
|
|
41
41
|
bg_color: '#212121',
|
|
42
42
|
color: '#e2e4e6',
|
|
43
43
|
border_color: '#161515',
|
|
@@ -56,8 +56,8 @@ export default {
|
|
|
56
56
|
color: '#e2e4e6',
|
|
57
57
|
border_color: '#161515'
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
imMessageMeta: {
|
|
60
|
+
timeColor: '#999'
|
|
61
61
|
},
|
|
62
62
|
textBubble: {
|
|
63
63
|
see_more_color: primaryGreen,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, outgoingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon, messagetextColor } from '../
|
|
2
|
+
import { incomingBubbleBgColor, outgoingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, primaryOrange } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon, messagetextColor } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#fcebeb',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#312821',
|
|
21
21
|
border_color: '#4d3421'
|
|
22
22
|
},
|
|
@@ -34,10 +34,10 @@ export default {
|
|
|
34
34
|
bg_color: '#212121',
|
|
35
35
|
border_color: '#161515'
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
imPermaLink: {
|
|
38
38
|
color: '#ff801f'
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
replyBubbleContent: {
|
|
41
41
|
bg_color: '#212121',
|
|
42
42
|
color: '#e2e4e6',
|
|
43
43
|
border_color: '#161515',
|
|
@@ -56,8 +56,8 @@ export default {
|
|
|
56
56
|
color: '#e2e4e6',
|
|
57
57
|
border_color: '#161515'
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
imMessageMeta: {
|
|
60
|
+
timeColor: '#999'
|
|
61
61
|
},
|
|
62
62
|
textBubble: {
|
|
63
63
|
see_more_color: primaryOrange,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable camelcase */
|
|
2
|
-
import { incomingBubbleBgColor, outgoingBubbleBgColor, bubbleActiveBgColor,
|
|
3
|
-
import { imIntegrationIcon, messagetextColor } from '../
|
|
2
|
+
import { incomingBubbleBgColor, outgoingBubbleBgColor, bubbleActiveBgColor, actionIconWrapperColor, messageStatusSendColor, messageStatusFailedColor, primaryRed } from './commonColorVariable';
|
|
3
|
+
import { imIntegrationIcon, messagetextColor } from '../commonThemeColorVariable';
|
|
4
4
|
export default {
|
|
5
5
|
library: 'chat_components',
|
|
6
6
|
variables: {
|
|
@@ -15,8 +15,8 @@ export default {
|
|
|
15
15
|
failed_bg_color: '#fcebeb',
|
|
16
16
|
text_color: messagetextColor
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
color:
|
|
18
|
+
actionIconWrapper: {
|
|
19
|
+
color: actionIconWrapperColor,
|
|
20
20
|
bg_color: '#2f2424',
|
|
21
21
|
border_color: '#492A29'
|
|
22
22
|
},
|
|
@@ -34,10 +34,10 @@ export default {
|
|
|
34
34
|
bg_color: '#212121',
|
|
35
35
|
border_color: '#161515'
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
imPermaLink: {
|
|
38
38
|
color: '#e94f4f'
|
|
39
39
|
},
|
|
40
|
-
|
|
40
|
+
replyBubbleContent: {
|
|
41
41
|
bg_color: '#212121',
|
|
42
42
|
color: '#e2e4e6',
|
|
43
43
|
border_color: '#161515',
|
|
@@ -56,8 +56,8 @@ export default {
|
|
|
56
56
|
color: '#e2e4e6',
|
|
57
57
|
border_color: '#161515'
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
imMessageMeta: {
|
|
60
|
+
timeColor: '#999'
|
|
61
61
|
},
|
|
62
62
|
textBubble: {
|
|
63
63
|
see_more_color: primaryRed,
|