@zohoim/chat-components 1.0.1 → 1.0.3
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.
|
@@ -6,7 +6,7 @@ export const imIntegrationIcon = {
|
|
|
6
6
|
wechat_color: '#2dc100',
|
|
7
7
|
line_color: '#01b901',
|
|
8
8
|
twillio_color: '#f22f46',
|
|
9
|
-
instagram_color: 'linear-gradient(221.05deg,#933ab9 11.59%,#d12f8c 50.45%,#fdbb59 85.46%)
|
|
9
|
+
instagram_color: 'linear-gradient(221.05deg,#933ab9 11.59%,#d12f8c 50.45%,#fdbb59 85.46%)',
|
|
10
10
|
asap_color: '#0a73eb',
|
|
11
11
|
fb_color: '#006aff'
|
|
12
12
|
};
|
|
@@ -25,7 +25,7 @@ export const imIntegrationIcon = {
|
|
|
25
25
|
wechat_color: '#2dc100',
|
|
26
26
|
line_color: '#01b901',
|
|
27
27
|
twillio_color: '#f22f46',
|
|
28
|
-
instagram_color: '
|
|
28
|
+
instagram_color: 'linear-gradient(221.05deg,#933ab9 11.59%,#d12f8c 50.45%,#fdbb59 85.46%)',
|
|
29
29
|
asap_color: '#0a73eb',
|
|
30
30
|
fb_color: '#006aff'
|
|
31
31
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohoim/chat-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Chat Components",
|
|
5
5
|
"main": "es/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"jsdom": "23.0.0",
|
|
46
46
|
"react-to-jsx": "1.3.2"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "ead91ad4cd0f75048f5f06443f28b189512daca1"
|
|
49
49
|
}
|