@zohoim/chat-components 1.0.9-beta.1 → 1.0.9-beta.10
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/AttachmentHandler/css/AttachmentHandler.module.css +10 -0
- package/es/AttachmentPreview/AttachmentPreview.js +16 -8
- package/es/AttachmentPreview/css/AttachmentPreview.module.css +13 -5
- package/es/AttachmentPreview/props/defaultProps.js +3 -1
- package/es/AttachmentPreview/props/propTypes.js +3 -1
- package/es/AttachmentPreviewBody/AttachmentPreviewBody.js +30 -9
- package/es/AttachmentPreviewBody/css/AttachmentPreviewBody.module.css +17 -5
- package/es/AttachmentPreviewHeader/css/AttachmentPreviewHeader.module.css +5 -3
- package/es/Emoji/css/Emoji.module.css +3 -2
- package/es/EmojiPopup/EmojiPopup.js +0 -1
- package/es/EmojiPopup/css/EmojiPopup.module.css +7 -2
- package/es/Emojis/Emojis.js +9 -9
- package/es/Emojis/props/propTypes.js +2 -1
- package/es/EmojisFooter/css/EmojisFooter.module.css +3 -3
- package/es/EmojisHeader/css/EmojisHeader.module.css +3 -5
- package/es/EmojisList/EmojisList.js +4 -7
- package/es/Theme/ThemeWrapper.js +3 -1
- package/es/Theme/props/defaultProps.js +1 -1
- package/es/Theme/themeVariables/dark/blueTheme.js +15 -3
- package/es/Theme/themeVariables/dark/commonColorVariable.js +9 -1
- package/es/Theme/themeVariables/dark/greenTheme.js +17 -4
- package/es/Theme/themeVariables/dark/orangeTheme.js +17 -4
- package/es/Theme/themeVariables/dark/redTheme.js +17 -4
- package/es/Theme/themeVariables/dark/yellowTheme.js +17 -4
- package/es/Theme/themeVariables/light/blueTheme.js +15 -3
- package/es/Theme/themeVariables/light/commonColorVariable.js +10 -2
- package/es/Theme/themeVariables/light/greenTheme.js +16 -2
- package/es/Theme/themeVariables/light/orangeTheme.js +16 -2
- package/es/Theme/themeVariables/light/redTheme.js +16 -2
- package/es/Theme/themeVariables/light/yellowTheme.js +16 -2
- package/es/Theme/themeVariables/pureDark/blueTheme.js +15 -3
- package/es/Theme/themeVariables/pureDark/commonColorVariable.js +9 -1
- package/es/Theme/themeVariables/pureDark/greenTheme.js +17 -4
- package/es/Theme/themeVariables/pureDark/orangeTheme.js +17 -4
- package/es/Theme/themeVariables/pureDark/redTheme.js +17 -4
- package/es/Theme/themeVariables/pureDark/yellowTheme.js +17 -4
- package/es/constants/index.js +2 -1
- package/es/im/ReplyComposer/ReplyComposer.js +21 -5
- package/es/im/ReplyComposer/css/ReplyComposer.module.css +5 -0
- package/es/im/ReplyComposer/css/cssJSLogic.js +13 -0
- package/es/im/ReplyComposerFooter/css/ReplyComposerFooter.module.css +6 -1
- package/es/im/ReplyEditor/css/ReplyEditor.module.css +22 -2
- package/es/im/ReplyEditorSuggestions/ReplyEditorSuggestions.js +12 -4
- package/es/im/ReplyEditorSuggestions/props/propTypes.js +1 -0
- package/es/im/ReplyEditorSuggestionsPopup/ReplyEditorSuggestionsPopup.js +6 -3
- package/es/rte/Editor/css/Editor.module.css +0 -2
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohoim/chat-components",
|
|
3
|
-
"version": "1.0.9-beta.
|
|
3
|
+
"version": "1.0.9-beta.10",
|
|
4
4
|
"description": "Chat Components",
|
|
5
5
|
"main": "es/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"!**/__tests__"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@zohodesk/components": "1.2.
|
|
32
|
+
"@zohodesk/components": "1.2.62",
|
|
33
33
|
"@zohodesk/hooks": "2.0.4",
|
|
34
34
|
"@zohodesk/icon": "1.3.15",
|
|
35
35
|
"@zohodesk/icons": "1.0.43",
|
|
36
36
|
"@zohodesk/utils": "1.3.13",
|
|
37
37
|
"@zohodesk/variables": "1.0.0",
|
|
38
38
|
"@zohodesk/virtualizer": "1.0.13",
|
|
39
|
-
"@zohoim/chat-components-hooks": "
|
|
40
|
-
"@zohoim/chat-components-utils": "
|
|
39
|
+
"@zohoim/chat-components-hooks": "1.0.4-beta.10",
|
|
40
|
+
"@zohoim/chat-components-utils": "1.0.4-beta.5"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@zohodesk-private/css-variable-migrator": "1.0.7",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"jsdom": "23.0.0",
|
|
46
46
|
"react-to-jsx": "1.3.2"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "d30fe92cbd4871c369115320e5670b53a11b62b0"
|
|
49
49
|
}
|