infobip-mobile-messaging-react-native-plugin 11.3.1 → 11.3.2
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/{infobip-mobile-messaging-react-native-plugin-11.3.0.tgz → infobip-mobile-messaging-react-native-plugin-11.3.1.tgz} +0 -0
- package/infobip-mobile-messaging-react-native-plugin.tgz +0 -0
- package/ios/MobileMessagingPlugin/RNMMChat.swift +1 -0
- package/ios/MobileMessagingPlugin/RNMMChatCustomisation.swift +1 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
@@ -55,6 +55,7 @@ class RNMMChat: NSObject {
|
|
|
55
55
|
setNotNil(&chatSettings.navBarItemsTintColor, CustomisationKeys.toolbarTintColor.getColor(from: settings))
|
|
56
56
|
setNotNil(&chatSettings.navBarColor, CustomisationKeys.toolbarBackgroundColor.getColor(from: settings))
|
|
57
57
|
setNotNil(&chatSettings.navBarTitleColor, CustomisationKeys.toolbarTitleColor.getColor(from: settings))
|
|
58
|
+
setNotNil(&chatSettings.advancedSettings.mainTextColor, CustomisationKeys.inputTextColor.getColor(from: settings))
|
|
58
59
|
|
|
59
60
|
setNotNil(&chatSettings.sendButtonTintColor, CustomisationKeys.sendButtonTintColor.getColor(from: settings))
|
|
60
61
|
setNotNil(&chatSettings.backgroungColor, CustomisationKeys.chatBackgroundColor.getColor(from: settings))
|
|
@@ -24,6 +24,7 @@ enum CustomisationKeys: String {
|
|
|
24
24
|
case chatInputPlaceholderTextColor = "chatInputPlaceholderTextColor"
|
|
25
25
|
case chatInputCursorColor = "chatInputCursorColor"
|
|
26
26
|
case widgetTheme = "widgetTheme"
|
|
27
|
+
case inputTextColor = "inputTextColor"
|
|
27
28
|
/// Icons
|
|
28
29
|
case sendButtonIcon = "sendButtonIconUri"
|
|
29
30
|
case attachmentButtonIcon = "attachmentButtonIconUri"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infobip-mobile-messaging-react-native-plugin",
|
|
3
3
|
"title": "Infobip Mobile Messaging React Native Plugin",
|
|
4
|
-
"version": "11.3.
|
|
4
|
+
"version": "11.3.2",
|
|
5
5
|
"description": "Infobip Mobile Messaging React Native Plugin",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"scripts": {
|