stream-chat-react 13.13.0 → 13.13.2
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/INTEGRATION_GUIDE.md +423 -0
- package/dist/components/Attachment/AttachmentActions.js +7 -2
- package/dist/components/Chat/hooks/useChat.js +1 -1
- package/dist/components/Message/ReminderNotification.js +2 -2
- package/dist/components/Message/hooks/useMuteHandler.js +2 -2
- package/dist/components/MessageInput/AttachmentPreviewList/AttachmentPreviewList.js +1 -1
- package/dist/components/MessageInput/AttachmentPreviewList/FileAttachmentPreview.d.ts +2 -1
- package/dist/components/MessageInput/AttachmentPreviewList/FileAttachmentPreview.js +3 -2
- package/dist/components/MessageInput/AttachmentPreviewList/ImageAttachmentPreview.js +1 -1
- package/dist/components/MessageInput/AttachmentPreviewList/VoiceRecordingPreview.js +1 -1
- package/dist/components/MessageInput/SendButton.js +3 -1
- package/dist/components/Poll/PollCreationDialog/MultipleAnswersField.js +6 -2
- package/dist/components/Poll/PollCreationDialog/NameField.js +5 -2
- package/dist/components/Poll/PollCreationDialog/OptionFieldSet.js +6 -2
- package/dist/components/TextareaComposer/SuggestionList/CommandItem.js +21 -3
- package/dist/css/v2/index.css +1 -1
- package/dist/css/v2/index.layout.css +1 -1
- package/dist/experimental/Search/SearchResults/SearchResultsHeader.js +7 -2
- package/dist/experimental/Search/SearchResults/SearchSourceResultsLoadingIndicator.js +3 -1
- package/dist/experimental/index.browser.cjs +18 -2
- package/dist/experimental/index.browser.cjs.map +2 -2
- package/dist/experimental/index.node.cjs +18 -2
- package/dist/experimental/index.node.cjs.map +2 -2
- package/dist/i18n/Streami18n.d.ts +90 -78
- package/dist/i18n/de.json +91 -89
- package/dist/i18n/en.json +91 -79
- package/dist/i18n/es.json +99 -97
- package/dist/i18n/fr.json +99 -97
- package/dist/i18n/hi.json +91 -89
- package/dist/i18n/it.json +99 -97
- package/dist/i18n/ja.json +88 -86
- package/dist/i18n/ko.json +88 -86
- package/dist/i18n/nl.json +91 -89
- package/dist/i18n/pt.json +99 -97
- package/dist/i18n/ru.json +104 -102
- package/dist/i18n/tr.json +91 -89
- package/dist/index.browser.cjs +1607 -1518
- package/dist/index.browser.cjs.map +2 -2
- package/dist/index.node.cjs +1607 -1518
- package/dist/index.node.cjs.map +2 -2
- package/dist/scss/v2/Message/Message-layout.scss +1 -0
- package/dist/scss/v2/Poll/Poll-layout.scss +4 -0
- package/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react",
|
|
3
|
-
"version": "13.13.
|
|
3
|
+
"version": "13.13.2",
|
|
4
4
|
"description": "React components to create chat conversations or livestream style chat",
|
|
5
5
|
"author": "GetStream",
|
|
6
6
|
"homepage": "https://getstream.io/chat/",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"emoji-mart": "^5.4.0",
|
|
141
141
|
"react": "^19.0.0 || ^18.0.0 || ^17.0.0",
|
|
142
142
|
"react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0",
|
|
143
|
-
"stream-chat": "^9.
|
|
143
|
+
"stream-chat": "^9.27.2"
|
|
144
144
|
},
|
|
145
145
|
"peerDependenciesMeta": {
|
|
146
146
|
"@breezystack/lamejs": {
|
|
@@ -159,7 +159,8 @@
|
|
|
159
159
|
"files": [
|
|
160
160
|
"dist",
|
|
161
161
|
"package.json",
|
|
162
|
-
"README.md"
|
|
162
|
+
"README.md",
|
|
163
|
+
"INTEGRATION_GUIDE.md"
|
|
163
164
|
],
|
|
164
165
|
"devDependencies": {
|
|
165
166
|
"@axe-core/react": "^4.3.2",
|
|
@@ -181,7 +182,7 @@
|
|
|
181
182
|
"@playwright/test": "^1.42.1",
|
|
182
183
|
"@semantic-release/changelog": "^6.0.3",
|
|
183
184
|
"@semantic-release/git": "^10.0.1",
|
|
184
|
-
"@stream-io/stream-chat-css": "^5.16.
|
|
185
|
+
"@stream-io/stream-chat-css": "^5.16.1",
|
|
185
186
|
"@testing-library/dom": "^10.4.0",
|
|
186
187
|
"@testing-library/jest-dom": "^6.6.3",
|
|
187
188
|
"@testing-library/react": "^16.2.0",
|
|
@@ -223,7 +224,7 @@
|
|
|
223
224
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
224
225
|
"globals": "^15.13.0",
|
|
225
226
|
"husky": "^8.0.3",
|
|
226
|
-
"i18next-
|
|
227
|
+
"i18next-cli": "^1.31.0",
|
|
227
228
|
"jest": "^29.7.0",
|
|
228
229
|
"jest-axe": "^8.0.0",
|
|
229
230
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -233,8 +234,8 @@
|
|
|
233
234
|
"prettier": "^3.5.3",
|
|
234
235
|
"react": "^19.0.0",
|
|
235
236
|
"react-dom": "^19.0.0",
|
|
236
|
-
"semantic-release": "^
|
|
237
|
-
"stream-chat": "^9.
|
|
237
|
+
"semantic-release": "^25.0.2",
|
|
238
|
+
"stream-chat": "^9.27.2",
|
|
238
239
|
"ts-jest": "^29.2.5",
|
|
239
240
|
"typescript": "^5.4.5",
|
|
240
241
|
"typescript-eslint": "^8.17.0"
|
|
@@ -242,7 +243,7 @@
|
|
|
242
243
|
"scripts": {
|
|
243
244
|
"build": "rm -rf dist && yarn build-translations && yarn bundle",
|
|
244
245
|
"bundle": "concurrently ./scripts/bundle-esm.mjs ./scripts/copy-css.sh scripts/bundle-cjs.mjs",
|
|
245
|
-
"build-translations": "i18next",
|
|
246
|
+
"build-translations": "i18next-cli extract",
|
|
246
247
|
"coverage": "jest --collectCoverage && codecov",
|
|
247
248
|
"lint": "yarn prettier --list-different && yarn eslint && yarn validate-translations",
|
|
248
249
|
"lint-fix": "yarn prettier-fix && yarn eslint-fix",
|