@linktr.ee/messaging-react 1.16.0 → 1.16.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linktr.ee/messaging-react",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "React messaging components built on messaging-core for web applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/src/styles.css CHANGED
@@ -109,6 +109,10 @@
109
109
  flex-direction: column;
110
110
  }
111
111
 
112
+ .str-chat__typing-indicator {
113
+ inset-inline: auto;
114
+ }
115
+
112
116
  /* Custom message tag styles */
113
117
  .message-tag {
114
118
  display: inline-flex;