reachat 1.4.1 → 1.5.0

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.
@@ -18,7 +18,7 @@ interface ChatInputProps {
18
18
  */
19
19
  sendIcon?: ReactElement;
20
20
  /**
21
- * Icon to show for send.
21
+ * Icon to show for stop.
22
22
  */
23
23
  stopIcon?: ReactElement;
24
24
  /**
package/dist/docs.json CHANGED
@@ -386,7 +386,7 @@
386
386
  "defaultValue": {
387
387
  "value": "<StopIcon />"
388
388
  },
389
- "description": "Icon to show for send.",
389
+ "description": "Icon to show for stop.",
390
390
  "name": "stopIcon",
391
391
  "parent": {
392
392
  "fileName": "src/ChatInput/ChatInput.tsx",