@zohoim/chat-components 1.0.1 → 1.0.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.
@@ -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
  };
@@ -50,7 +50,7 @@
50
50
  }
51
51
 
52
52
  .instagramIcon {
53
- background-color: var(
53
+ background: var(
54
54
  --imlib_chat_components_imIntegrationIcon_instagram_color
55
55
  );
56
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/chat-components",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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": "6a0a48d7d71d085fe7db2eb9281b407a00294506"
48
+ "gitHead": "8ffee56a3b513ff08f1a9fda6f5a224dbaad0d19"
49
49
  }