stream-chat-react 12.15.5 → 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.
package/dist/index.browser.cjs
CHANGED
|
@@ -53127,7 +53127,7 @@ var useChat = ({
|
|
|
53127
53127
|
};
|
|
53128
53128
|
(0, import_react263.useEffect)(() => {
|
|
53129
53129
|
if (!client) return;
|
|
53130
|
-
const version = "12.15.
|
|
53130
|
+
const version = "12.15.6";
|
|
53131
53131
|
const userAgent = client.getUserAgent();
|
|
53132
53132
|
if (!userAgent.includes("stream-chat-react")) {
|
|
53133
53133
|
client.setUserAgent(`stream-chat-react-${version}-${userAgent}`);
|
package/dist/index.node.cjs
CHANGED
|
@@ -57807,7 +57807,7 @@ var useChat = ({
|
|
|
57807
57807
|
};
|
|
57808
57808
|
(0, import_react262.useEffect)(() => {
|
|
57809
57809
|
if (!client) return;
|
|
57810
|
-
const version = "12.15.
|
|
57810
|
+
const version = "12.15.6";
|
|
57811
57811
|
const userAgent = client.getUserAgent();
|
|
57812
57812
|
if (!userAgent.includes("stream-chat-react")) {
|
|
57813
57813
|
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": "12.15.
|
|
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.
|
|
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",
|