stream-chat-react 12.15.4 → 12.15.6

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.
@@ -114,7 +114,7 @@
114
114
  top: calc(var(--str-chat__spacing-px) * 2);
115
115
  inset-inline-end: calc(var(--str-chat__spacing-px) * 2);
116
116
  cursor: pointer;
117
- z-index: 0;
117
+ z-index: 1;
118
118
 
119
119
  svg {
120
120
  width: calc(var(--str-chat__spacing-px) * 24);
@@ -26,7 +26,7 @@
26
26
  display: flex;
27
27
  justify-content: flex-end;
28
28
  gap: 1.25rem;
29
- padding: 1.25rem;
29
+ padding: 2.25rem 1.25rem 0;
30
30
 
31
31
  .str-chat__dialog__controls-button {
32
32
  @include utils.button-reset;
@@ -313,7 +313,8 @@
313
313
  .str-chat__virtual-list:not(.str-chat__message-options-in-bubble, .str-chat__message-with-touch-support) {
314
314
  /* This rule won't be applied in browsers that don't support :has() */
315
315
  .str-chat__li:hover:not(:has(.str-chat__reaction-list:hover, .str-chat__modal--open)),
316
- .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within, .str-chat__modal--open)) {
316
+ .str-chat__li:focus-within:not(:has(.str-chat__reaction-list:focus-within, .str-chat__modal--open)),
317
+ .str-chat__li:has(.str-chat__message-options--active) {
317
318
  .str-chat__message-options {
318
319
  display: flex;
319
320
  }
@@ -383,6 +384,12 @@
383
384
  }
384
385
  }
385
386
 
387
+ .str-chat__message-inner:focus-within {
388
+ .str-chat__message-options {
389
+ display: flex;
390
+ }
391
+ }
392
+
386
393
  .str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)) {
387
394
  margin-inline-end: var(--str-chat-message-options-size);
388
395
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "12.15.4",
3
+ "version": "12.15.6",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -186,7 +186,7 @@
186
186
  "@playwright/test": "^1.42.1",
187
187
  "@semantic-release/changelog": "^6.0.3",
188
188
  "@semantic-release/git": "^10.0.1",
189
- "@stream-io/stream-chat-css": "^5.9.1",
189
+ "@stream-io/stream-chat-css": "^5.9.3",
190
190
  "@testing-library/dom": "^10.4.0",
191
191
  "@testing-library/jest-dom": "^6.6.3",
192
192
  "@testing-library/react": "^16.2.0",