@zohoim/chat-components 1.0.4-zbm.1 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +10 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,9 +1,15 @@
1
- #IM - CHAT COMPONENTS LIBRARY
1
+ # IM - CHAT COMPONENTS LIBRARY
2
2
 
3
- #How to install our package
3
+ In this Library, We Provide Some Basic Message Components to Build Your Chat Application.
4
+
5
+ # How to install our package
4
6
 
5
7
  > npm install @zohoim/chat-components
6
8
 
7
- #How to import our components
9
+ # How to import our components
10
+
11
+ > import MessageBubble from '@zohoim/chat-components/es/MessageBubble/MessageBubble’;
12
+
13
+ # 1.0.5
8
14
 
9
- > import Avatar from '@zohoim/chat-components/es/MessageBubble/MessageBubble’;
15
+ - Fixed some issues
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/chat-components",
3
- "version": "1.0.4-zbm.1",
3
+ "version": "1.0.5",
4
4
  "description": "Chat Components",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",
@@ -36,8 +36,8 @@
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": "^1.0.2-zbm.1",
40
- "@zohoim/chat-components-utils": "^1.0.2"
39
+ "@zohoim/chat-components-hooks": "^1.0.3",
40
+ "@zohoim/chat-components-utils": "^1.0.3"
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": "ca91884894b980739e1c6732d5ca469005eed893"
48
+ "gitHead": "42d08b37918d26ef1f2b761081769c46a3af3710"
49
49
  }