react-pro-messenger 1.0.28 → 1.0.30

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/README.md CHANGED
@@ -78,14 +78,14 @@ const App = () => {
78
78
 
79
79
  ### Chat Component Configuration
80
80
 
81
- | Prop | Type | Default | Description |
82
- | -------------------------- | -------------------- | ------------ | ------------------------- |
83
- | `messages` | `MessageEntity[]` | **Required** | Array of message objects |
84
- | `user` | `UserInterface` | **Required** | Current user details |
85
- | `width` | `string` | `"400px"` | Container width |
86
- | `height` | `string` | `"600px"` | Container height |
87
- | `dynamicSymbolAssignments` | `SymbolAssignment[]` | `[]` | Symbol-component mappings |
88
- | `className` | `string` | `""` | Additional CSS classes |
81
+ | Prop | Type | Default | Description |
82
+ | -------------------------- | ----------------------------- | ------------ | ------------------------- |
83
+ | `messages` | `MessageEntity[]` | **Required** | Array of message objects |
84
+ | `user` | `UserInterface` | **Required** | Current user details |
85
+ | `width` | `string` | `"400px"` | Container width |
86
+ | `height` | `string` | `"600px"` | Container height |
87
+ | `dynamicSymbolAssignments` | `SymbolAssignmentInterface[]` | `[]` | Symbol-component mappings |
88
+ | `className` | `string` | `""` | Additional CSS classes |
89
89
 
90
90
  **Key**:
91
91
  📌 `Type` = Expected prop type