stream-chat-react 11.6.0 → 11.8.0

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.
Files changed (111) hide show
  1. package/dist/Window-7c2f264c.js +41846 -0
  2. package/dist/browser.full-bundle.js +329 -230
  3. package/dist/browser.full-bundle.js.map +1 -1
  4. package/dist/browser.full-bundle.min.js +4 -4
  5. package/dist/browser.full-bundle.min.js.map +1 -1
  6. package/dist/components/Channel/Channel.d.ts +7 -5
  7. package/dist/components/Channel/Channel.d.ts.map +1 -1
  8. package/dist/components/Channel/Channel.js +97 -56
  9. package/dist/components/Channel/hooks/useCreateChannelStateContext.d.ts.map +1 -1
  10. package/dist/components/Channel/hooks/useCreateChannelStateContext.js +3 -1
  11. package/dist/components/ChannelList/ChannelList.d.ts +3 -0
  12. package/dist/components/ChannelList/ChannelList.d.ts.map +1 -1
  13. package/dist/components/ChannelList/ChannelList.js +2 -2
  14. package/dist/components/ChannelList/hooks/usePaginatedChannels.d.ts +12 -1
  15. package/dist/components/ChannelList/hooks/usePaginatedChannels.d.ts.map +1 -1
  16. package/dist/components/ChannelList/hooks/usePaginatedChannels.js +55 -43
  17. package/dist/components/ChannelPreview/ChannelPreview.d.ts +0 -16
  18. package/dist/components/ChannelPreview/ChannelPreview.d.ts.map +1 -1
  19. package/dist/components/ChannelPreview/ChannelPreviewMessenger.d.ts +0 -5
  20. package/dist/components/ChannelPreview/ChannelPreviewMessenger.d.ts.map +1 -1
  21. package/dist/components/ChannelPreview/ChannelPreviewMessenger.js +2 -62
  22. package/dist/components/Chat/hooks/useChannelsQueryState.d.ts +2 -2
  23. package/dist/components/Chat/hooks/useChannelsQueryState.d.ts.map +1 -1
  24. package/dist/components/Emojis/index.cjs.js +30 -12
  25. package/dist/components/Message/MessageErrorText.d.ts +9 -0
  26. package/dist/components/Message/MessageErrorText.d.ts.map +1 -0
  27. package/dist/components/Message/MessageErrorText.js +16 -0
  28. package/dist/components/Message/MessageSimple.d.ts.map +1 -1
  29. package/dist/components/Message/MessageSimple.js +17 -5
  30. package/dist/components/Message/MessageText.d.ts.map +1 -1
  31. package/dist/components/Message/MessageText.js +3 -5
  32. package/dist/components/Message/utils.d.ts +1 -0
  33. package/dist/components/Message/utils.d.ts.map +1 -1
  34. package/dist/components/Message/utils.js +5 -0
  35. package/dist/components/MessageActions/MessageActionsBox.d.ts.map +1 -1
  36. package/dist/components/MessageActions/MessageActionsBox.js +1 -1
  37. package/dist/components/MessageBounce/MessageBounceModal.d.ts +8 -0
  38. package/dist/components/MessageBounce/MessageBounceModal.d.ts.map +1 -0
  39. package/dist/components/MessageBounce/MessageBounceModal.js +10 -0
  40. package/dist/components/MessageBounce/MessageBouncePrompt.d.ts +6 -0
  41. package/dist/components/MessageBounce/MessageBouncePrompt.d.ts.map +1 -0
  42. package/dist/components/MessageBounce/MessageBouncePrompt.js +19 -0
  43. package/dist/components/MessageBounce/index.d.ts +3 -0
  44. package/dist/components/MessageBounce/index.d.ts.map +1 -0
  45. package/dist/components/MessageBounce/index.js +2 -0
  46. package/dist/components/MessageInput/hooks/useSubmitHandler.js +1 -1
  47. package/dist/components/MessageList/MessageList.d.ts.map +1 -1
  48. package/dist/components/MessageList/MessageList.js +15 -14
  49. package/dist/components/MessageList/UnreadMessagesNotification.d.ts.map +1 -1
  50. package/dist/components/MessageList/UnreadMessagesNotification.js +2 -2
  51. package/dist/components/MessageList/UnreadMessagesSeparator.js +1 -1
  52. package/dist/components/MessageList/VirtualizedMessageList.d.ts.map +1 -1
  53. package/dist/components/MessageList/VirtualizedMessageList.js +11 -12
  54. package/dist/components/MessageList/hooks/MessageList/useMessageListElements.d.ts +2 -1
  55. package/dist/components/MessageList/hooks/MessageList/useMessageListElements.d.ts.map +1 -1
  56. package/dist/components/MessageList/hooks/MessageList/useMessageListElements.js +3 -4
  57. package/dist/components/MessageList/hooks/MessageList/useScrollLocationLogic.d.ts.map +1 -1
  58. package/dist/components/MessageList/hooks/MessageList/useScrollLocationLogic.js +0 -2
  59. package/dist/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.d.ts +2 -1
  60. package/dist/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.d.ts.map +1 -1
  61. package/dist/components/MessageList/hooks/MessageList/useUnreadMessagesNotification.js +19 -4
  62. package/dist/components/MessageList/hooks/VirtualizedMessageList/usePrependMessagesCount.d.ts.map +1 -1
  63. package/dist/components/MessageList/hooks/VirtualizedMessageList/usePrependMessagesCount.js +3 -3
  64. package/dist/components/MessageList/renderMessages.d.ts +8 -7
  65. package/dist/components/MessageList/renderMessages.d.ts.map +1 -1
  66. package/dist/components/MessageList/renderMessages.js +4 -4
  67. package/dist/context/ChannelActionContext.d.ts +9 -1
  68. package/dist/context/ChannelActionContext.d.ts.map +1 -1
  69. package/dist/context/ChannelStateContext.d.ts +3 -2
  70. package/dist/context/ChannelStateContext.d.ts.map +1 -1
  71. package/dist/context/ComponentContext.d.ts +3 -1
  72. package/dist/context/ComponentContext.d.ts.map +1 -1
  73. package/dist/context/MessageBounceContext.d.ts +12 -0
  74. package/dist/context/MessageBounceContext.d.ts.map +1 -0
  75. package/dist/context/MessageBounceContext.js +37 -0
  76. package/dist/context/index.d.ts +1 -0
  77. package/dist/context/index.d.ts.map +1 -1
  78. package/dist/context/index.js +1 -0
  79. package/dist/css/v2/index.css +1 -1
  80. package/dist/css/v2/index.layout.css +1 -1
  81. package/dist/i18n/Streami18n.d.ts +3 -0
  82. package/dist/i18n/Streami18n.d.ts.map +1 -1
  83. package/dist/i18n/de.json +3 -0
  84. package/dist/i18n/en.json +3 -0
  85. package/dist/i18n/es.json +3 -0
  86. package/dist/i18n/fr.json +3 -0
  87. package/dist/i18n/hi.json +3 -0
  88. package/dist/i18n/it.json +3 -0
  89. package/dist/i18n/ja.json +3 -0
  90. package/dist/i18n/ko.json +3 -0
  91. package/dist/i18n/nl.json +3 -0
  92. package/dist/i18n/pt.json +3 -0
  93. package/dist/i18n/ru.json +3 -0
  94. package/dist/i18n/tr.json +3 -0
  95. package/dist/index.cjs.js +1392 -39747
  96. package/dist/index.d.ts +1 -0
  97. package/dist/index.d.ts.map +1 -1
  98. package/dist/index.js +1 -0
  99. package/dist/scss/v2/{MessageBounceOptions/MessageBounceOptions-layout.scss → MessageBouncePrompt/MessageBouncePrompt-layout.scss} +2 -1
  100. package/dist/scss/v2/{MessageBounceOptions/MessageBounceOptions-theme.scss → MessageBouncePrompt/MessageBouncePrompt-theme.scss} +1 -1
  101. package/dist/scss/v2/index.layout.scss +1 -1
  102. package/dist/scss/v2/index.scss +1 -1
  103. package/dist/types/index.d.ts +2 -0
  104. package/dist/types/index.d.ts.map +1 -0
  105. package/dist/types/index.js +1 -0
  106. package/dist/types/types.d.ts +12 -10
  107. package/dist/types/types.d.ts.map +1 -1
  108. package/dist/version.d.ts +1 -1
  109. package/dist/version.js +1 -1
  110. package/package.json +3 -3
  111. package/dist/icons-7ead3d97.js +0 -3172
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './components';
2
2
  export * from './context';
3
3
  export * from './i18n';
4
+ export * from './types';
4
5
  export * from './utils';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
package/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './components';
2
2
  export * from './context';
3
3
  export * from './i18n';
4
+ export * from './types';
4
5
  export * from './utils';
@@ -1,6 +1,7 @@
1
- .str-chat__message-bounce-options {
1
+ .str-chat__message-bounce-prompt {
2
2
  display: flex;
3
3
  flex-direction: column;
4
+ align-items: center;
4
5
  gap: var(--str-chat__spacing-9);
5
6
 
6
7
  .str-chat__message-bounce-actions {
@@ -29,7 +29,7 @@
29
29
  --str-chat__message-bounce-button-box-shadow: none;
30
30
  }
31
31
 
32
- .str-chat__message-bounce-options {
32
+ .str-chat__message-bounce-prompt {
33
33
  .str-chat__message-bounce-edit,
34
34
  .str-chat__message-bounce-send,
35
35
  .str-chat__message-bounce-delete {
@@ -20,7 +20,7 @@
20
20
  @use 'LoadingIndicator/LoadingIndicator-layout';
21
21
  @use 'Message/Message-layout';
22
22
  @use 'MessageActionsBox/MessageActionsBox-layout';
23
- @use 'MessageBounceOptions/MessageBounceOptions-layout';
23
+ @use 'MessageBouncePrompt/MessageBouncePrompt-layout';
24
24
  @use 'MessageInput/MessageInput-layout';
25
25
  @use 'MessageList/MessageList-layout';
26
26
  @use 'MessageList/VirtualizedMessageList-layout';
@@ -22,7 +22,7 @@
22
22
  @use 'LoadingIndicator/LoadingIndicator-theme';
23
23
  @use 'Message/Message-theme';
24
24
  @use 'MessageActionsBox/MessageActionsBox-theme';
25
- @use 'MessageBounceOptions/MessageBounceOptions-theme';
25
+ @use 'MessageBouncePrompt/MessageBouncePrompt-theme';
26
26
  @use 'MessageInput/MessageInput-theme';
27
27
  @use 'MessageList/MessageList-theme';
28
28
  @use 'MessageList/VirtualizedMessageList-theme';
@@ -0,0 +1,2 @@
1
+ export { DefaultStreamChatGenerics, ChannelUnreadUiState } from './types';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,6 +1,6 @@
1
1
  import type { PropsWithChildren } from 'react';
2
2
  import type { LoadingIndicatorProps } from '../components/Loading/LoadingIndicator';
3
- import type { APIErrorResponse, Attachment, ErrorFromResponse, Event, ExtendableGenerics, LiteralStringForUnion, Mute } from 'stream-chat';
3
+ import type { APIErrorResponse, Attachment, ErrorFromResponse, Event, ExtendableGenerics, LiteralStringForUnion, Mute, ChannelState as StreamChannelState } from 'stream-chat';
4
4
  export type UnknownType = Record<string, unknown>;
5
5
  export type PropsWithChildrenOnly = PropsWithChildren<Record<never, never>>;
6
6
  export type CustomTrigger = {
@@ -25,15 +25,6 @@ export type DefaultChannelType = UnknownType & {
25
25
  member_count?: number;
26
26
  subtitle?: string;
27
27
  };
28
- export type DefaultStreamChatGenerics = ExtendableGenerics & {
29
- attachmentType: DefaultAttachmentType;
30
- channelType: DefaultChannelType;
31
- commandType: LiteralStringForUnion;
32
- eventType: UnknownType;
33
- messageType: DefaultMessageType;
34
- reactionType: UnknownType;
35
- userType: DefaultUserType;
36
- };
37
28
  export type DefaultMessageType<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = UnknownType & {
38
29
  customType?: CustomMessageType;
39
30
  date?: string | Date;
@@ -49,6 +40,15 @@ export type DefaultUserTypeInternal = {
49
40
  export type DefaultUserType<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = UnknownType & DefaultUserTypeInternal & {
50
41
  mutes?: Array<Mute<StreamChatGenerics>>;
51
42
  };
43
+ export type DefaultStreamChatGenerics = ExtendableGenerics & {
44
+ attachmentType: DefaultAttachmentType;
45
+ channelType: DefaultChannelType;
46
+ commandType: LiteralStringForUnion;
47
+ eventType: UnknownType;
48
+ messageType: DefaultMessageType;
49
+ reactionType: UnknownType;
50
+ userType: DefaultUserType;
51
+ };
52
52
  export type GiphyVersions = 'original' | 'fixed_height' | 'fixed_height_still' | 'fixed_height_downsampled' | 'fixed_width' | 'fixed_width_still' | 'fixed_width_downsampled';
53
53
  export type PaginatorProps = {
54
54
  /** callback to load the next page */
@@ -88,6 +88,7 @@ export type VideoAttachmentConfiguration = ImageAttachmentConfiguration & {
88
88
  };
89
89
  export type ImageAttachmentSizeHandler = (attachment: Attachment, element: HTMLElement) => ImageAttachmentConfiguration;
90
90
  export type VideoAttachmentSizeHandler = (attachment: Attachment, element: HTMLElement, shouldGenerateVideoThumbnail: boolean) => VideoAttachmentConfiguration;
91
+ export type ChannelUnreadUiState<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Omit<ValuesType<StreamChannelState<StreamChatGenerics>['read']>, 'user'>;
91
92
  export type SendMessageOptions = {
92
93
  force_moderation?: boolean;
93
94
  is_pending_message?: boolean;
@@ -103,4 +104,5 @@ export type UpdateMessageOptions = {
103
104
  export type Readable<T> = {
104
105
  [key in keyof T]: T[key];
105
106
  } & {};
107
+ export type ValuesType<T> = T[keyof T];
106
108
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types/types.ts"],"names":[],"mappings":"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"}
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "11.6.0";
1
+ export declare const version = "11.8.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export var version = '11.6.0';
1
+ export var version = '11.8.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "11.6.0",
3
+ "version": "11.8.0",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -100,7 +100,7 @@
100
100
  "emoji-mart": "^5.4.0",
101
101
  "react": "^18.0.0 || ^17.0.0 || ^16.8.0",
102
102
  "react-dom": "^18.0.0 || ^17.0.0 || ^16.8.0",
103
- "stream-chat": "^8.0.0"
103
+ "stream-chat": "^8.15.0"
104
104
  },
105
105
  "peerDependenciesMeta": {
106
106
  "emoji-mart": {
@@ -144,7 +144,7 @@
144
144
  "@semantic-release/changelog": "^6.0.2",
145
145
  "@semantic-release/git": "^10.0.1",
146
146
  "@stream-io/rollup-plugin-node-builtins": "^2.1.5",
147
- "@stream-io/stream-chat-css": "^4.6.3",
147
+ "@stream-io/stream-chat-css": "^4.7.0",
148
148
  "@testing-library/jest-dom": "^6.1.4",
149
149
  "@testing-library/react": "^13.1.1",
150
150
  "@testing-library/react-hooks": "^8.0.0",