stream-chat-react 13.0.4 → 13.0.5
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/dist/index.browser.cjs
CHANGED
|
@@ -51207,7 +51207,7 @@ var useChat = ({
|
|
|
51207
51207
|
};
|
|
51208
51208
|
(0, import_react265.useEffect)(() => {
|
|
51209
51209
|
if (!client) return;
|
|
51210
|
-
const version = "13.0.
|
|
51210
|
+
const version = "13.0.5";
|
|
51211
51211
|
const userAgent = client.getUserAgent();
|
|
51212
51212
|
if (!userAgent.includes("stream-chat-react")) {
|
|
51213
51213
|
client.setUserAgent(`stream-chat-react-${version}-${userAgent}`);
|
package/dist/index.node.cjs
CHANGED
|
@@ -55884,7 +55884,7 @@ var useChat = ({
|
|
|
55884
55884
|
};
|
|
55885
55885
|
(0, import_react264.useEffect)(() => {
|
|
55886
55886
|
if (!client) return;
|
|
55887
|
-
const version = "13.0.
|
|
55887
|
+
const version = "13.0.5";
|
|
55888
55888
|
const userAgent = client.getUserAgent();
|
|
55889
55889
|
if (!userAgent.includes("stream-chat-react")) {
|
|
55890
55890
|
client.setUserAgent(`stream-chat-react-${version}-${userAgent}`);
|
|
@@ -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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.5",
|
|
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.
|
|
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",
|