@linktr.ee/messaging-react 3.1.3-rc-1780626183 → 3.1.3

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": "3.1.3-rc-1780626183",
3
+ "version": "3.1.3",
4
4
  "description": "React messaging components built on messaging-core for web applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
package/src/styles.css CHANGED
@@ -313,9 +313,12 @@
313
313
  display: none;
314
314
  }
315
315
 
316
- .str-chat__date-separator-date {
317
- margin: 0 auto;
316
+ .str-chat__date-separator {
318
317
  font-size: 0.75rem;
318
+
319
+ .str-chat__date-separator-date {
320
+ margin: 0 auto;
321
+ }
319
322
  }
320
323
 
321
324
  .str-chat__list {