stream-chat-react 12.12.0 → 12.13.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.
@@ -65,8 +65,9 @@
65
65
  }
66
66
 
67
67
  .str-chat__loading-channel-message-list {
68
- @include utils.message-list-spacing;
68
+ /* stylelint-disable */
69
69
  height: 100%;
70
+ @include utils.message-list-spacing;
70
71
 
71
72
  .str-chat__loading-channel-message {
72
73
  display: flex;
@@ -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);
@@ -1,3 +1,5 @@
1
+ @use "sass:color";
2
+
1
3
  $ig-small-screen: 768px !default;
2
4
  $ig-xsmall-screen: 480px !default;
3
5
  $ig-white: #fff !default;
@@ -5,7 +7,7 @@ $ig-black: #000 !default;
5
7
  $ig-blue: #337ab7 !default;
6
8
  $ig-background-black: rgba(0, 0, 0, 0.4) !default;
7
9
  $ig-transparent: rgba(0, 0, 0, 0) !default;
8
- $ig-shadow: 0 2px 2px lighten($ig-black, 10%);
10
+ $ig-shadow: 0 2px 2px color.adjust($ig-black, $lightness: 10%);
9
11
 
10
12
  @mixin vendor-prefix($name, $value) {
11
13
  @each $vendor in ('-webkit-', '-moz-', '-ms-', '-o-', '') {
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.1",
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": {
@@ -184,10 +184,10 @@
184
184
  "@eslint/js": "^9.16.0",
185
185
  "@ladle/react": "^0.16.0",
186
186
  "@playwright/test": "^1.42.1",
187
- "@semantic-release/changelog": "^6.0.2",
188
- "@semantic-release/exec": "^6.0.3",
187
+ "@semantic-release/changelog": "^6.0.3",
188
+ "@semantic-release/exec": "^7.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.2",
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",
@@ -215,7 +215,7 @@
215
215
  "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
216
216
  "codecov": "^3.8.1",
217
217
  "concurrently": "^8.2.2",
218
- "conventional-changelog-conventionalcommits": "^7.0.2",
218
+ "conventional-changelog-conventionalcommits": "^8.0.0",
219
219
  "core-js": "^3.6.5",
220
220
  "dotenv": "^8.6.0",
221
221
  "emoji-mart": "^5.5.2",
@@ -240,7 +240,7 @@
240
240
  "prettier": "^3.4.2",
241
241
  "react": "^19.0.0",
242
242
  "react-dom": "^19.0.0",
243
- "semantic-release": "^19.0.5",
243
+ "semantic-release": "^24.2.3",
244
244
  "stream-chat": "^8.55.0",
245
245
  "ts-jest": "^29.2.5",
246
246
  "typescript": "^5.4.5",