stream-chat-react 12.12.0 → 12.13.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.
@@ -375,7 +375,7 @@
375
375
  }
376
376
  }
377
377
 
378
- .str-chat__message--other .str-chat__message-inner {
378
+ .str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)) {
379
379
  margin-inline-end: var(--str-chat-message-options-size);
380
380
  }
381
381
 
@@ -191,6 +191,11 @@
191
191
  }
192
192
  }
193
193
 
194
+ .str-chat__message-mention {
195
+ color: var(--str-chat__message-mention-color);
196
+ font: var(--str-chat__body2-medium-text);
197
+ }
198
+
194
199
  .str-chat__message {
195
200
  @include utils.component-layer-overrides('message');
196
201
 
@@ -199,11 +204,6 @@
199
204
  color: var(--str-chat__message-link-color);
200
205
  }
201
206
 
202
- .str-chat__message-mention {
203
- color: var(--str-chat__message-mention-color);
204
- font: var(--str-chat__body2-medium-text);
205
- }
206
-
207
207
  .str-chat__message-bubble {
208
208
  @include utils.component-layer-overrides('message-bubble');
209
209
  font: var(--str-chat__body2-text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "12.12.0",
3
+ "version": "12.13.0",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -143,8 +143,8 @@
143
143
  "@emoji-mart/data": "^1.1.0",
144
144
  "@emoji-mart/react": "^1.1.0",
145
145
  "emoji-mart": "^5.4.0",
146
- "react": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.8.0",
147
- "react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.8.0",
146
+ "react": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.14.0",
147
+ "react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.14.0",
148
148
  "stream-chat": "^8.55.0"
149
149
  },
150
150
  "peerDependenciesMeta": {
@@ -187,7 +187,7 @@
187
187
  "@semantic-release/changelog": "^6.0.2",
188
188
  "@semantic-release/exec": "^6.0.3",
189
189
  "@semantic-release/git": "^10.0.1",
190
- "@stream-io/stream-chat-css": "^5.7.0",
190
+ "@stream-io/stream-chat-css": "^5.7.1",
191
191
  "@testing-library/dom": "^10.4.0",
192
192
  "@testing-library/jest-dom": "^6.6.3",
193
193
  "@testing-library/react": "^16.2.0",