stream-chat-react 14.4.1 → 14.6.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 (218) hide show
  1. package/dist/cjs/{ReactPlayerWrapper.16cd6fed.js → ReactPlayerWrapper.30240f76.js} +2 -2
  2. package/dist/cjs/{ReactPlayerWrapper.16cd6fed.js.map → ReactPlayerWrapper.30240f76.js.map} +1 -1
  3. package/dist/cjs/channel-detail.js +3007 -0
  4. package/dist/cjs/channel-detail.js.map +1 -0
  5. package/dist/cjs/emojis.js +5 -4
  6. package/dist/cjs/emojis.js.map +1 -1
  7. package/dist/cjs/index.js +2273 -4163
  8. package/dist/cjs/index.js.map +1 -1
  9. package/dist/cjs/useChannelHeaderOnlineStatus.6546ac83.js +4143 -0
  10. package/dist/cjs/useChannelHeaderOnlineStatus.6546ac83.js.map +1 -0
  11. package/dist/cjs/useMessageComposerController.c0dad9bc.js +99 -0
  12. package/dist/cjs/useMessageComposerController.c0dad9bc.js.map +1 -0
  13. package/dist/cjs/{useNotificationApi.9ffe5761.js → useNotificationApi.eb753f31.js} +156 -168
  14. package/dist/cjs/useNotificationApi.eb753f31.js.map +1 -0
  15. package/dist/css/channel-detail.css +825 -0
  16. package/dist/css/channel-detail.css.map +1 -0
  17. package/dist/css/index.css +297 -31
  18. package/dist/css/index.css.map +1 -1
  19. package/dist/es/channel-detail.mjs +2950 -0
  20. package/dist/es/channel-detail.mjs.map +1 -0
  21. package/dist/es/emojis.mjs +2 -1
  22. package/dist/es/emojis.mjs.map +1 -1
  23. package/dist/es/index.mjs +1859 -3774
  24. package/dist/es/index.mjs.map +1 -1
  25. package/dist/es/useChannelHeaderOnlineStatus.c5215b13.mjs +3600 -0
  26. package/dist/es/useChannelHeaderOnlineStatus.c5215b13.mjs.map +1 -0
  27. package/dist/es/useMessageComposerController.29f189b4.mjs +69 -0
  28. package/dist/es/useMessageComposerController.29f189b4.mjs.map +1 -0
  29. package/dist/es/{useNotificationApi.88c33caa.mjs → useNotificationApi.fa5cddf9.mjs} +123 -141
  30. package/dist/es/useNotificationApi.fa5cddf9.mjs.map +1 -0
  31. package/dist/types/components/AudioPlayback/components/index.d.ts +1 -0
  32. package/dist/types/components/AudioPlayback/components/index.d.ts.map +1 -1
  33. package/dist/types/components/Avatar/Avatar.d.ts +4 -2
  34. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  35. package/dist/types/components/Avatar/ChannelAvatar.d.ts.map +1 -1
  36. package/dist/types/components/Channel/hooks/useMentionsHandlers.d.ts +8 -3
  37. package/dist/types/components/Channel/hooks/useMentionsHandlers.d.ts.map +1 -1
  38. package/dist/types/components/ChannelHeader/hooks/useChannelHasMembersOnline.d.ts +7 -0
  39. package/dist/types/components/ChannelHeader/hooks/useChannelHasMembersOnline.d.ts.map +1 -0
  40. package/dist/types/components/ChannelHeader/hooks/useChannelHeaderOnlineStatus.d.ts +6 -1
  41. package/dist/types/components/ChannelHeader/hooks/useChannelHeaderOnlineStatus.d.ts.map +1 -1
  42. package/dist/types/components/ChannelListItem/hooks/index.d.ts +1 -0
  43. package/dist/types/components/ChannelListItem/hooks/index.d.ts.map +1 -1
  44. package/dist/types/components/ChannelListItem/hooks/useChannelPreviewInfo.d.ts.map +1 -1
  45. package/dist/types/components/ChannelListItem/hooks/useIsUserMuted.d.ts +2 -0
  46. package/dist/types/components/ChannelListItem/hooks/useIsUserMuted.d.ts.map +1 -0
  47. package/dist/types/components/Chat/Chat.d.ts.map +1 -1
  48. package/dist/types/components/Dialog/components/Prompt.d.ts +7 -4
  49. package/dist/types/components/Dialog/components/Prompt.d.ts.map +1 -1
  50. package/dist/types/components/Dialog/service/DialogPortal.d.ts +5 -1
  51. package/dist/types/components/Dialog/service/DialogPortal.d.ts.map +1 -1
  52. package/dist/types/components/FileIcon/iconMap.d.ts.map +1 -1
  53. package/dist/types/components/Form/Checkbox.d.ts +8 -0
  54. package/dist/types/components/Form/Checkbox.d.ts.map +1 -0
  55. package/dist/types/components/Form/SwitchField.d.ts +6 -0
  56. package/dist/types/components/Form/SwitchField.d.ts.map +1 -1
  57. package/dist/types/components/Form/index.d.ts +1 -0
  58. package/dist/types/components/Form/index.d.ts.map +1 -1
  59. package/dist/types/components/Icons/icons.d.ts +24 -0
  60. package/dist/types/components/Icons/icons.d.ts.map +1 -1
  61. package/dist/types/components/InfiniteScrollPaginator/index.d.ts +1 -0
  62. package/dist/types/components/InfiniteScrollPaginator/index.d.ts.map +1 -1
  63. package/dist/types/components/ListItemLayout/ListItemLayout.d.ts +34 -0
  64. package/dist/types/components/ListItemLayout/ListItemLayout.d.ts.map +1 -0
  65. package/dist/types/components/ListItemLayout/index.d.ts +2 -0
  66. package/dist/types/components/ListItemLayout/index.d.ts.map +1 -0
  67. package/dist/types/components/MediaRecorder/classes/MediaRecorderController.d.ts.map +1 -1
  68. package/dist/types/components/Message/MessageText.d.ts.map +1 -1
  69. package/dist/types/components/Message/hooks/useMentionsHandler.d.ts +6 -1
  70. package/dist/types/components/Message/hooks/useMentionsHandler.d.ts.map +1 -1
  71. package/dist/types/components/Message/hooks/useMessageTextStreaming.d.ts +1 -1
  72. package/dist/types/components/Message/hooks/useReactionsFetcher.d.ts +1 -1
  73. package/dist/types/components/Message/hooks/useReactionsFetcher.d.ts.map +1 -1
  74. package/dist/types/components/Message/renderText/componentRenderers/Mention.d.ts +22 -4
  75. package/dist/types/components/Message/renderText/componentRenderers/Mention.d.ts.map +1 -1
  76. package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts +44 -3
  77. package/dist/types/components/Message/renderText/rehypePlugins/mentionsMarkdownPlugin.d.ts.map +1 -1
  78. package/dist/types/components/Message/renderText/renderText.d.ts +25 -3
  79. package/dist/types/components/Message/renderText/renderText.d.ts.map +1 -1
  80. package/dist/types/components/Message/types.d.ts +2 -3
  81. package/dist/types/components/Message/types.d.ts.map +1 -1
  82. package/dist/types/components/MessageComposer/QuotedMessagePreview.d.ts.map +1 -1
  83. package/dist/types/components/MessageComposer/hooks/useMessageComposerController.d.ts.map +1 -1
  84. package/dist/types/components/Modal/GlobalModal.d.ts +3 -1
  85. package/dist/types/components/Modal/GlobalModal.d.ts.map +1 -1
  86. package/dist/types/components/Notifications/hooks/useNotificationApi.d.ts.map +1 -1
  87. package/dist/types/components/Poll/PollCreationDialog/MultipleAnswersField.d.ts.map +1 -1
  88. package/dist/types/components/Poll/PollOptionSelector.d.ts +0 -4
  89. package/dist/types/components/Poll/PollOptionSelector.d.ts.map +1 -1
  90. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/BroadcastMentionItem.d.ts +5 -0
  91. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/BroadcastMentionItem.d.ts.map +1 -0
  92. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/MentionItem.d.ts +17 -0
  93. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/MentionItem.d.ts.map +1 -0
  94. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/MentionSuggestionTitle.d.ts +6 -0
  95. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/MentionSuggestionTitle.d.ts.map +1 -0
  96. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/RoleItem.d.ts +5 -0
  97. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/RoleItem.d.ts.map +1 -0
  98. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/SpecialMentionItem.d.ts +10 -0
  99. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/SpecialMentionItem.d.ts.map +1 -0
  100. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/UserGroupItem.d.ts +5 -0
  101. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/UserGroupItem.d.ts.map +1 -0
  102. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/UserItem.d.ts +17 -0
  103. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/UserItem.d.ts.map +1 -0
  104. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/index.d.ts +8 -0
  105. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/index.d.ts.map +1 -0
  106. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/types.d.ts +6 -0
  107. package/dist/types/components/TextareaComposer/SuggestionList/MentionItem/types.d.ts.map +1 -0
  108. package/dist/types/components/TextareaComposer/SuggestionList/SuggestionList.d.ts.map +1 -1
  109. package/dist/types/components/TextareaComposer/SuggestionList/SuggestionListItem.d.ts +2 -2
  110. package/dist/types/components/TextareaComposer/SuggestionList/SuggestionListItem.d.ts.map +1 -1
  111. package/dist/types/components/TextareaComposer/SuggestionList/TokenizedSuggestionParts.d.ts +9 -0
  112. package/dist/types/components/TextareaComposer/SuggestionList/TokenizedSuggestionParts.d.ts.map +1 -0
  113. package/dist/types/components/TextareaComposer/SuggestionList/index.d.ts +2 -1
  114. package/dist/types/components/TextareaComposer/SuggestionList/index.d.ts.map +1 -1
  115. package/dist/types/components/TextareaComposer/TextareaComposer.d.ts.map +1 -1
  116. package/dist/types/components/index.d.ts +1 -0
  117. package/dist/types/components/index.d.ts.map +1 -1
  118. package/dist/types/context/DialogManagerContext.d.ts +3 -1
  119. package/dist/types/context/DialogManagerContext.d.ts.map +1 -1
  120. package/dist/types/context/MessageContext.d.ts +3 -3
  121. package/dist/types/context/MessageContext.d.ts.map +1 -1
  122. package/dist/types/i18n/Streami18n.d.ts +105 -1
  123. package/dist/types/i18n/Streami18n.d.ts.map +1 -1
  124. package/dist/types/plugins/ChannelDetail/AvatarWithChannelDetail.d.ts +9 -0
  125. package/dist/types/plugins/ChannelDetail/AvatarWithChannelDetail.d.ts.map +1 -0
  126. package/dist/types/plugins/ChannelDetail/ChannelDetail.d.ts +14 -0
  127. package/dist/types/plugins/ChannelDetail/ChannelDetail.d.ts.map +1 -0
  128. package/dist/types/plugins/ChannelDetail/ChannelDetailContext.d.ts +11 -0
  129. package/dist/types/plugins/ChannelDetail/ChannelDetailContext.d.ts.map +1 -0
  130. package/dist/types/plugins/ChannelDetail/ChannelDetailEmptyList.d.ts +3 -0
  131. package/dist/types/plugins/ChannelDetail/ChannelDetailEmptyList.d.ts.map +1 -0
  132. package/dist/types/plugins/ChannelDetail/ChannelDetailListLoadingIndicator.d.ts +6 -0
  133. package/dist/types/plugins/ChannelDetail/ChannelDetailListLoadingIndicator.d.ts.map +1 -0
  134. package/dist/types/plugins/ChannelDetail/ChannelDetailNavButton.d.ts +15 -0
  135. package/dist/types/plugins/ChannelDetail/ChannelDetailNavButton.d.ts.map +1 -0
  136. package/dist/types/plugins/ChannelDetail/ChannelDetailSearchInput.d.ts +8 -0
  137. package/dist/types/plugins/ChannelDetail/ChannelDetailSearchInput.d.ts.map +1 -0
  138. package/dist/types/plugins/ChannelDetail/SectionNavigator/SectionNavigator.d.ts +52 -0
  139. package/dist/types/plugins/ChannelDetail/SectionNavigator/SectionNavigator.d.ts.map +1 -0
  140. package/dist/types/plugins/ChannelDetail/SectionNavigator/SectionNavigatorHeader.d.ts +11 -0
  141. package/dist/types/plugins/ChannelDetail/SectionNavigator/SectionNavigatorHeader.d.ts.map +1 -0
  142. package/dist/types/plugins/ChannelDetail/SectionNavigator/index.d.ts +3 -0
  143. package/dist/types/plugins/ChannelDetail/SectionNavigator/index.d.ts.map +1 -0
  144. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/ChannelFilesEmptyList.d.ts +2 -0
  145. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/ChannelFilesEmptyList.d.ts.map +1 -0
  146. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/ChannelFilesView.d.ts +5 -0
  147. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/ChannelFilesView.d.ts.map +1 -0
  148. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/ChannelFilesView.utils.d.ts +40 -0
  149. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/ChannelFilesView.utils.d.ts.map +1 -0
  150. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/index.d.ts +5 -0
  151. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/index.d.ts.map +1 -0
  152. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/useChannelFilesSearch.d.ts +10 -0
  153. package/dist/types/plugins/ChannelDetail/Views/ChannelFilesView/useChannelFilesSearch.d.ts.map +1 -0
  154. package/dist/types/plugins/ChannelDetail/Views/ChannelManagementView/ChannelManagementActions.defaults.d.ts +16 -0
  155. package/dist/types/plugins/ChannelDetail/Views/ChannelManagementView/ChannelManagementActions.defaults.d.ts.map +1 -0
  156. package/dist/types/plugins/ChannelDetail/Views/ChannelManagementView/ChannelManagementView.d.ts +20 -0
  157. package/dist/types/plugins/ChannelDetail/Views/ChannelManagementView/ChannelManagementView.d.ts.map +1 -0
  158. package/dist/types/plugins/ChannelDetail/Views/ChannelManagementView/index.d.ts +3 -0
  159. package/dist/types/plugins/ChannelDetail/Views/ChannelManagementView/index.d.ts.map +1 -0
  160. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/ChannelMediaEmptyList.d.ts +2 -0
  161. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/ChannelMediaEmptyList.d.ts.map +1 -0
  162. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/ChannelMediaView.d.ts +8 -0
  163. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/ChannelMediaView.d.ts.map +1 -0
  164. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/ChannelMediaView.utils.d.ts +22 -0
  165. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/ChannelMediaView.utils.d.ts.map +1 -0
  166. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/index.d.ts +5 -0
  167. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/index.d.ts.map +1 -0
  168. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/useChannelMediaSearch.d.ts +9 -0
  169. package/dist/types/plugins/ChannelDetail/Views/ChannelMediaView/useChannelMediaSearch.d.ts.map +1 -0
  170. package/dist/types/plugins/ChannelDetail/Views/ChannelMemberDetailView/ChannelMemberActions.defaults.d.ts +26 -0
  171. package/dist/types/plugins/ChannelDetail/Views/ChannelMemberDetailView/ChannelMemberActions.defaults.d.ts.map +1 -0
  172. package/dist/types/plugins/ChannelDetail/Views/ChannelMemberDetailView/ChannelMemberDetail.d.ts +12 -0
  173. package/dist/types/plugins/ChannelDetail/Views/ChannelMemberDetailView/ChannelMemberDetail.d.ts.map +1 -0
  174. package/dist/types/plugins/ChannelDetail/Views/ChannelMemberDetailView/index.d.ts +3 -0
  175. package/dist/types/plugins/ChannelDetail/Views/ChannelMemberDetailView/index.d.ts.map +1 -0
  176. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersAddView.d.ts +7 -0
  177. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersAddView.d.ts.map +1 -0
  178. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersBrowseView.d.ts +6 -0
  179. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersBrowseView.d.ts.map +1 -0
  180. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersHeaderActions.defaults.d.ts +45 -0
  181. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersHeaderActions.defaults.d.ts.map +1 -0
  182. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersView.d.ts +46 -0
  183. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersView.d.ts.map +1 -0
  184. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersView.utils.d.ts +8 -0
  185. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/ChannelMembersView.utils.d.ts.map +1 -0
  186. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/index.d.ts +6 -0
  187. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/index.d.ts.map +1 -0
  188. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/useChannelMemberCount.d.ts +4 -0
  189. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/useChannelMemberCount.d.ts.map +1 -0
  190. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/useChannelMemberIds.d.ts +4 -0
  191. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/useChannelMemberIds.d.ts.map +1 -0
  192. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/useChannelMembersSearch.d.ts +12 -0
  193. package/dist/types/plugins/ChannelDetail/Views/ChannelMembersView/useChannelMembersSearch.d.ts.map +1 -0
  194. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/PinnedMessagesEmptyList.d.ts +2 -0
  195. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/PinnedMessagesEmptyList.d.ts.map +1 -0
  196. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/PinnedMessagesView.d.ts +9 -0
  197. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/PinnedMessagesView.d.ts.map +1 -0
  198. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/index.d.ts +4 -0
  199. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/index.d.ts.map +1 -0
  200. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/usePinnedMessagesCount.d.ts +4 -0
  201. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/usePinnedMessagesCount.d.ts.map +1 -0
  202. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/usePinnedMessagesSearch.d.ts +16 -0
  203. package/dist/types/plugins/ChannelDetail/Views/PinnedMessagesView/usePinnedMessagesSearch.d.ts.map +1 -0
  204. package/dist/types/plugins/ChannelDetail/VirtualizedList/VirtualizedList.d.ts +28 -0
  205. package/dist/types/plugins/ChannelDetail/VirtualizedList/VirtualizedList.d.ts.map +1 -0
  206. package/dist/types/plugins/ChannelDetail/VirtualizedList/index.d.ts +2 -0
  207. package/dist/types/plugins/ChannelDetail/VirtualizedList/index.d.ts.map +1 -0
  208. package/dist/types/plugins/ChannelDetail/index.d.ts +16 -0
  209. package/dist/types/plugins/ChannelDetail/index.d.ts.map +1 -0
  210. package/dist/types/utils/index.d.ts +2 -0
  211. package/dist/types/utils/index.d.ts.map +1 -1
  212. package/dist/types/utils/isDmChannel.d.ts +6 -0
  213. package/dist/types/utils/isDmChannel.d.ts.map +1 -0
  214. package/package.json +13 -4
  215. package/dist/cjs/useNotificationApi.9ffe5761.js.map +0 -1
  216. package/dist/es/useNotificationApi.88c33caa.mjs.map +0 -1
  217. package/dist/types/components/TextareaComposer/SuggestionList/UserItem.d.ts +0 -25
  218. package/dist/types/components/TextareaComposer/SuggestionList/UserItem.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../src/plugins/ChannelDetail/styling/AvatarWithChannelDetail.scss","../../src/plugins/ChannelDetail/styling/ChannelDetail.scss","../../src/plugins/ChannelDetail/styling/ChannelFilesView.scss","../../src/plugins/ChannelDetail/styling/ChannelMemberDetailView.scss","../../src/plugins/ChannelDetail/styling/ChannelManagementView.scss","../../src/plugins/ChannelDetail/styling/ChannelMediaView.scss","../../src/styling/_utils.scss","../../src/plugins/ChannelDetail/styling/ChannelMembersView.scss","../../src/plugins/ChannelDetail/styling/ChannelMembersViewListFooter.scss","../../src/plugins/ChannelDetail/styling/PinnedMessagesView.scss","../../src/plugins/ChannelDetail/SectionNavigator/styling/SectionNavigator.scss","../../src/plugins/ChannelDetail/VirtualizedList/styling/index.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACRF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAEA;EACE;;AAEA;EACE;;;AAMR;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;;;AC7EJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EAIE;;;AAGF;EACE;EACA;EACA;EACA;EAGA;;;AAGF;EACE;;;AAIA;EACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;ACjGA;EACE;EACA;;;AAKF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AClEF;EACE;EACA;EACA;EACA;;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;;AAON;EACE;;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EAGE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;ACjHF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;ECkFI;EAIF;EAGA;;AAGA;EACE;;AD7FJ;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAMA;EACE;;AAEA;EACE;;;AAMR;EACE;EACA;EACA;EAGA;EACA;EACA;;;AAIA;EACE;EACA;;AAGF;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AElLF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAKA;EACE;EACA;;;AAMA;EACE;;;AAMJ;EACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;ACpFF;EACE;EACA;EACA;EACA;;;ACJF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAKA;EACE;EACA;;;AAMA;EACE;;;AAKN;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;ACjFF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIA;EACE;;;AAIJ;EJyHI;EACA;EAMF;EAGA;;AAGA;EACE;;AIvIJ;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EAEE;;;AAGF;EACE;EACA;EAEA;EACA;EACA;EACA;EAMA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;;AAIJ;EACE;AAAA;IAEE;;;AC1HJ;EACE;EACA;;AAEA;AAAA;ELoIE;EAIF;EAGA;;AAGA;AAAA;EACE;;AK/IF;AAAA;EAGE;EACA;;AAGF;EACE","file":"channel-detail.css"}
@@ -1352,6 +1352,32 @@ to create clearer separation from the base surface.
1352
1352
  font: var(--str-chat__font-heading-xs);
1353
1353
  text-transform: capitalize;
1354
1354
  }
1355
+ .str-chat .str-chat__button.str-chat__theme-inverse {
1356
+ --str-chat__button-primary-text: var(
1357
+ --str-chat__button-primary-text-on-dark,
1358
+ var(--str-chat__button-primary-text)
1359
+ );
1360
+ --str-chat__button-primary-border: var(
1361
+ --str-chat__button-primary-border-on-dark,
1362
+ var(--str-chat__button-primary-border)
1363
+ );
1364
+ --str-chat__button-secondary-text: var(
1365
+ --str-chat__button-secondary-text-on-dark,
1366
+ var(--str-chat__button-secondary-text)
1367
+ );
1368
+ --str-chat__button-secondary-border: var(
1369
+ --str-chat__button-secondary-border-on-dark,
1370
+ var(--str-chat__button-secondary-border)
1371
+ );
1372
+ --str-chat__button-destructive-text: var(
1373
+ --str-chat__button-destructive-text-on-dark,
1374
+ var(--str-chat__button-destructive-text)
1375
+ );
1376
+ --str-chat__button-destructive-border: var(
1377
+ --str-chat__button-destructive-border-on-dark,
1378
+ var(--str-chat__button-destructive-border)
1379
+ );
1380
+ }
1355
1381
  .str-chat .str-chat__button.str-chat__button--solid.str-chat__button--primary {
1356
1382
  background-color: var(--str-chat__button-primary-bg);
1357
1383
  color: var(--str-chat__button-primary-text-on-accent);
@@ -1488,6 +1514,26 @@ to create clearer separation from the base surface.
1488
1514
  height: 20px;
1489
1515
  }
1490
1516
 
1517
+ .str-chat__checkbox,
1518
+ .str-chat__checkmark {
1519
+ grid-column: 1;
1520
+ grid-row: span 2;
1521
+ height: var(--str-chat__size-24);
1522
+ width: var(--str-chat__size-24);
1523
+ border-radius: var(--str-chat__radius-max);
1524
+ border: 1px solid var(--chat-border-on-chat, var(--str-chat__chat-border-on-chat-incoming));
1525
+ }
1526
+
1527
+ .str-chat__checkbox--checked,
1528
+ .str-chat__checkmark--checked {
1529
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==");
1530
+ background-repeat: no-repeat;
1531
+ background-position: center;
1532
+ background-size: 11px 10px;
1533
+ background-color: var(--str-chat__control-radio-check-bg-selected);
1534
+ border: none;
1535
+ }
1536
+
1491
1537
  .str-chat__dropdown .str-chat__dropdown__open-button {
1492
1538
  background: none;
1493
1539
  border: none;
@@ -2197,53 +2243,121 @@ to create clearer separation from the base surface.
2197
2243
  position: absolute;
2198
2244
  height: var(--str-chat__dialog-overlay-height);
2199
2245
  width: 100%;
2200
- z-index: 2;
2201
2246
  pointer-events: none;
2202
2247
  }
2203
2248
  .str-chat__dialog-overlay .str-chat__dialog-contents {
2204
2249
  pointer-events: auto;
2205
2250
  }
2206
2251
 
2252
+ .str-chat__dialog-overlay--with-outside-click-capture {
2253
+ pointer-events: auto;
2254
+ }
2255
+
2207
2256
  .str-chat__prompt {
2208
2257
  border-radius: var(--str-chat__radius-xl);
2209
2258
  background: var(--str-chat__background-core-elevation-1);
2210
2259
  /* shadow/web/light/elevation-4 */
2211
2260
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.16), 0 20px 32px 0 rgba(0, 0, 0, 0.12);
2261
+ display: flex;
2262
+ flex-direction: column;
2212
2263
  width: 100%;
2264
+ min-height: 0;
2213
2265
  }
2214
- .str-chat__prompt .str-chat__prompt__header {
2266
+
2267
+ .str-chat__prompt__header {
2215
2268
  display: flex;
2269
+ flex-shrink: 0;
2216
2270
  align-items: center;
2217
- gap: var(--str-chat__spacing-xs) var(--str-chat__spacing-md);
2271
+ gap: var(--str-chat__spacing-md);
2218
2272
  width: 100%;
2219
2273
  padding: var(--str-chat__spacing-xl);
2274
+ /* Default (no description): a single flex row. `align-items: center`
2275
+ vertically centers the leading slot, back button, title and trailing
2276
+ controls against one another regardless of their individual heights — so
2277
+ the first-row alignment never depends on the controls sharing a height. */
2220
2278
  }
2221
- .str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__title-group {
2279
+ .str-chat__prompt__header .str-chat__prompt__header__title-group {
2222
2280
  display: flex;
2223
- flex-direction: column;
2281
+ align-items: center;
2224
2282
  gap: var(--str-chat__spacing-xxs);
2225
2283
  flex: 1;
2226
2284
  min-width: 0;
2227
2285
  }
2228
- .str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__title {
2286
+ .str-chat__prompt__header {
2287
+ /* With a description the header becomes a grid. Every first-row item
2288
+ (leading slot, back button, title, trailing controls) is placed on the
2289
+ first grid row and centered via `align-items: center`, while the
2290
+ description occupies a second row aligned under the title. Centering stays
2291
+ robust because the row height is driven by the tallest control and all
2292
+ items center within it — no pixel/padding matching required. The
2293
+ title-group is flattened with `display: contents` so its children become
2294
+ direct grid items. */
2295
+ }
2296
+ .str-chat__prompt__header.str-chat__prompt__header--withDescription {
2297
+ display: grid;
2298
+ align-items: center;
2299
+ gap: 0;
2300
+ grid-template-columns: auto auto minmax(0, 1fr) auto;
2301
+ grid-template-areas: "leading goBack title trailing" ". . description .";
2302
+ }
2303
+ .str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__title-group {
2304
+ display: contents;
2305
+ }
2306
+ .str-chat__prompt__header.str-chat__prompt__header--withDescription {
2307
+ /* Inter-item spacing is applied as margins (rather than grid gaps) so that
2308
+ absent leading/back-button columns collapse without leaving phantom
2309
+ gaps before the title. */
2310
+ }
2311
+ .str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__leading-content {
2312
+ grid-area: leading;
2313
+ margin-inline-end: var(--str-chat__spacing-md);
2314
+ }
2315
+ .str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__go-back-button {
2316
+ grid-area: goBack;
2317
+ margin-inline-end: var(--str-chat__spacing-xxs);
2318
+ }
2319
+ .str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__title {
2320
+ grid-area: title;
2321
+ }
2322
+ .str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__description {
2323
+ grid-area: description;
2324
+ }
2325
+ .str-chat__prompt__header.str-chat__prompt__header--withDescription .str-chat__prompt__header__trailing-content {
2326
+ grid-area: trailing;
2327
+ margin-inline-start: var(--str-chat__spacing-md);
2328
+ }
2329
+ .str-chat__prompt__header .str-chat__prompt__header__title {
2229
2330
  margin: 0;
2331
+ padding-block: var(--str-chat__spacing-xs);
2230
2332
  font: var(--str-chat__font-heading-sm);
2231
2333
  color: var(--str-chat__text-primary);
2232
2334
  }
2233
- .str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__description {
2335
+ .str-chat__prompt__header .str-chat__prompt__header__description {
2336
+ padding-block: var(--str-chat__spacing-xxxs);
2234
2337
  font: var(--str-chat__font-caption-default);
2235
2338
  color: var(--str-chat__text-secondary);
2236
2339
  }
2237
- .str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__close-button {
2238
- align-self: flex-start;
2340
+ .str-chat__prompt__header .str-chat__prompt__header__leading-content,
2341
+ .str-chat__prompt__header .str-chat__prompt__header__trailing-content {
2342
+ display: flex;
2343
+ flex-shrink: 0;
2344
+ gap: var(--str-chat__spacing-xs);
2345
+ align-items: center;
2346
+ }
2347
+ .str-chat__prompt__header .str-chat__prompt__header__close-button {
2239
2348
  flex-shrink: 0;
2240
2349
  color: var(--str-chat__text-primary);
2241
2350
  }
2242
- .str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__close-button .str-chat__icon {
2243
- width: var(--str-chat__icon-size-md);
2244
- height: var(--str-chat__icon-size-md);
2351
+ .str-chat__prompt__header .str-chat__prompt__header__close-button .str-chat__icon {
2352
+ width: var(--str-chat__icon-size-sm);
2353
+ height: var(--str-chat__icon-size-sm);
2245
2354
  }
2246
- .str-chat__prompt .str-chat__prompt__body {
2355
+
2356
+ .str-chat__prompt__body {
2357
+ /* Expand into the space left by the header/footer, but never overflow the
2358
+ prompt — content scrolls within instead of pushing the prompt taller. */
2359
+ flex: 1 1 auto;
2360
+ min-height: 0;
2247
2361
  /* Vertical padding so focus rings (e.g. TextInput wrapper box-shadow) are not clipped by scrollable-y */
2248
2362
  padding: var(--str-chat__spacing-xxs) var(--str-chat__spacing-xl);
2249
2363
  overflow-x: hidden;
@@ -2251,14 +2365,16 @@ to create clearer separation from the base surface.
2251
2365
  overscroll-behavior: contain;
2252
2366
  scrollbar-gutter: stable;
2253
2367
  }
2254
- .str-chat__prompt .str-chat__prompt__footer {
2368
+
2369
+ .str-chat__prompt__footer {
2255
2370
  display: flex;
2371
+ flex-shrink: 0;
2256
2372
  align-items: center;
2257
2373
  justify-content: flex-end;
2258
2374
  width: 100%;
2259
2375
  padding: var(--str-chat__spacing-xl);
2260
2376
  }
2261
- .str-chat__prompt .str-chat__prompt__footer .str-chat__prompt__footer__controls {
2377
+ .str-chat__prompt__footer .str-chat__prompt__footer__controls {
2262
2378
  display: flex;
2263
2379
  align-items: center;
2264
2380
  gap: var(--str-chat__spacing-xs);
@@ -2367,6 +2483,9 @@ to create clearer separation from the base surface.
2367
2483
  background-color: var(--str-chat__modal-overlay-color);
2368
2484
  backdrop-filter: var(--str-chat__modal-overlay-backdrop-filter);
2369
2485
  }
2486
+ .str-chat__modal--open .str-chat__modal__floating-dialog-overlay {
2487
+ z-index: 1;
2488
+ }
2370
2489
  .str-chat__modal--open .str-chat__modal__overlay__close-button {
2371
2490
  position: absolute;
2372
2491
  inset-inline-end: 10px;
@@ -4575,6 +4694,115 @@ to create clearer separation from the base surface.
4575
4694
  overflow-x: hidden;
4576
4695
  }
4577
4696
 
4697
+ .str-chat__list-item-layout {
4698
+ display: flex;
4699
+ align-items: stretch;
4700
+ width: 100%;
4701
+ min-width: 0;
4702
+ padding-inline: var(--str-chat__spacing-xxs);
4703
+ }
4704
+ .str-chat__list-item-layout .str-chat__list-item-layout__container {
4705
+ --list-item-padding: var(--str-chat__spacing-xs) var(--str-chat__spacing-sm);
4706
+ display: flex;
4707
+ flex: 1;
4708
+ align-items: center;
4709
+ gap: var(--str-chat__spacing-sm);
4710
+ min-width: 0;
4711
+ text-align: start;
4712
+ padding: var(--list-item-padding);
4713
+ border-radius: var(--str-chat__radius-md);
4714
+ }
4715
+ .str-chat__list-item-layout .str-chat__list-item-layout__container:where(button) {
4716
+ background: none;
4717
+ border: none;
4718
+ padding: 0;
4719
+ padding: var(--list-item-padding);
4720
+ cursor: pointer;
4721
+ }
4722
+ .str-chat__list-item-layout .str-chat__list-item-layout__container:where(button):hover:not(:disabled) {
4723
+ background: var(--str-chat__background-utility-hover);
4724
+ }
4725
+ .str-chat__list-item-layout .str-chat__list-item-layout__container:where(button):active:not(:disabled) {
4726
+ background-color: var(--str-chat__background-utility-pressed);
4727
+ }
4728
+ .str-chat__list-item-layout .str-chat__list-item-layout__container:where(button):focus:not(:disabled) {
4729
+ outline: 2px solid var(--str-chat__border-utility-focused);
4730
+ outline-offset: 2px;
4731
+ }
4732
+ .str-chat__list-item-layout .str-chat__list-item-layout__container.str-chat__form__switch-field {
4733
+ padding: var(--list-item-padding);
4734
+ }
4735
+ .str-chat__list-item-layout .str-chat__list-item-layout__container--selected {
4736
+ background-color: var(--str-chat__background-utility-selected);
4737
+ }
4738
+ .str-chat__list-item-layout .str-chat__list-item-layout__container--destructive {
4739
+ color: var(--str-chat__accent-error);
4740
+ }
4741
+ .str-chat__list-item-layout .str-chat__list-item-layout__container--destructive .str-chat__icon,
4742
+ .str-chat__list-item-layout .str-chat__list-item-layout__container--destructive .str-chat__list-item-layout__title,
4743
+ .str-chat__list-item-layout .str-chat__list-item-layout__container--destructive .str-chat__list-item-layout__subtitle,
4744
+ .str-chat__list-item-layout .str-chat__list-item-layout__container--destructive .str-chat__list-item-layout__description {
4745
+ color: var(--str-chat__accent-error);
4746
+ }
4747
+ .str-chat__list-item-layout .str-chat__list-item-layout__container:disabled {
4748
+ color: var(--str-chat__text-disabled);
4749
+ }
4750
+ .str-chat__list-item-layout .str-chat__list-item-layout__container:disabled .str-chat__list-item-layout__title,
4751
+ .str-chat__list-item-layout .str-chat__list-item-layout__container:disabled .str-chat__list-item-layout__subtitle,
4752
+ .str-chat__list-item-layout .str-chat__list-item-layout__container:disabled .str-chat__list-item-layout__description {
4753
+ color: var(--str-chat__text-disabled);
4754
+ }
4755
+ .str-chat__list-item-layout .str-chat__list-item-layout__content {
4756
+ flex: 1;
4757
+ display: grid;
4758
+ align-items: start;
4759
+ grid-template-areas: "title" "description";
4760
+ grid-template-columns: minmax(0, 1fr);
4761
+ justify-items: start;
4762
+ min-width: 0;
4763
+ }
4764
+ .str-chat__list-item-layout .str-chat__list-item-layout__content--withSubtitle {
4765
+ grid-template-areas: "title description" "subtitle description";
4766
+ grid-template-columns: minmax(0, 1fr) auto;
4767
+ column-gap: var(--str-chat__spacing-sm);
4768
+ }
4769
+ .str-chat__list-item-layout .str-chat__list-item-layout__leading-icon,
4770
+ .str-chat__list-item-layout .str-chat__list-item-layout__trailing-icon {
4771
+ display: flex;
4772
+ flex-shrink: 0;
4773
+ }
4774
+ .str-chat__list-item-layout .str-chat__list-item-layout__description,
4775
+ .str-chat__list-item-layout .str-chat__list-item-layout__title {
4776
+ font: var(--str-chat__font-caption-default);
4777
+ }
4778
+ .str-chat__list-item-layout .str-chat__list-item-layout__subtitle {
4779
+ font: var(--str-chat__font-metadata-default);
4780
+ }
4781
+ .str-chat__list-item-layout .str-chat__list-item-layout__title {
4782
+ color: var(--str-chat__text-primary);
4783
+ grid-area: title;
4784
+ }
4785
+ .str-chat__list-item-layout .str-chat__list-item-layout__subtitle,
4786
+ .str-chat__list-item-layout .str-chat__list-item-layout__description {
4787
+ color: var(--str-chat__text-tertiary);
4788
+ }
4789
+ .str-chat__list-item-layout .str-chat__list-item-layout__subtitle {
4790
+ grid-area: subtitle;
4791
+ }
4792
+ .str-chat__list-item-layout .str-chat__list-item-layout__description {
4793
+ grid-area: description;
4794
+ }
4795
+ .str-chat__list-item-layout .str-chat__list-item-layout__subtitle,
4796
+ .str-chat__list-item-layout .str-chat__list-item-layout__description,
4797
+ .str-chat__list-item-layout .str-chat__list-item-layout__title {
4798
+ white-space: nowrap;
4799
+ overflow-y: visible;
4800
+ overflow-x: hidden;
4801
+ overflow-x: clip;
4802
+ text-overflow: ellipsis;
4803
+ max-width: 100%;
4804
+ }
4805
+
4578
4806
  .str-chat__loading-channels {
4579
4807
  display: flex;
4580
4808
  flex-direction: column;
@@ -6985,6 +7213,9 @@ to create clearer separation from the base surface.
6985
7213
  gap: var(--str-chat__spacing-sm);
6986
7214
  align-items: center;
6987
7215
  }
7216
+ .str-chat__poll-creation-dialog .str-chat__form__switch-field {
7217
+ padding: var(--str-chat__spacing-sm) var(--str-chat__spacing-md);
7218
+ }
6988
7219
  .str-chat__poll-creation-dialog .str-chat__form__input-field__value input,
6989
7220
  .str-chat__poll-creation-dialog .str-chat__form__input-field__value.str-chat__form-text-input .str-chat__form-text-input__wrapper {
6990
7221
  width: 100%;
@@ -7055,22 +7286,6 @@ to create clearer separation from the base surface.
7055
7286
  .str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable:hover {
7056
7287
  cursor: pointer;
7057
7288
  }
7058
- .str-chat__poll-option-list .str-chat__poll-option .str-chat__checkmark {
7059
- grid-column: 1;
7060
- grid-row: span 2;
7061
- height: var(--str-chat__size-24);
7062
- width: var(--str-chat__size-24);
7063
- border-radius: var(--str-chat__radius-max);
7064
- border: 1px solid var(--chat-border-on-chat, var(--str-chat__chat-border-on-chat-incoming));
7065
- }
7066
- .str-chat__poll-option-list .str-chat__poll-option .str-chat__checkmark--checked {
7067
- background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==");
7068
- background-repeat: no-repeat;
7069
- background-position: center;
7070
- background-size: 11px 10px;
7071
- background-color: var(--str-chat__control-radio-check-bg-selected);
7072
- border: none;
7073
- }
7074
7289
  .str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data {
7075
7290
  flex: 1;
7076
7291
  display: flex;
@@ -7955,9 +8170,60 @@ to create clearer separation from the base surface.
7955
8170
  overflow-y: auto;
7956
8171
  scrollbar-width: none;
7957
8172
  }
8173
+ .str-chat .str-chat__suggestion-list.str-chat__context-menu .str-chat__list-item-layout:has(.str-chat__suggestion-list__mention) {
8174
+ padding: var(--str-chat__spacing-none);
8175
+ }
7958
8176
  .str-chat .str-chat__suggestion-list .str-chat__suggestion-list-item--selected {
7959
8177
  background-color: var(--str-chat__dialog-menu-button-hover-background-color);
7960
8178
  }
8179
+ .str-chat .str-chat__suggestion-list__mention {
8180
+ align-items: center;
8181
+ gap: var(--str-chat__spacing-sm);
8182
+ }
8183
+ .str-chat .str-chat__suggestion-list__mention .str-chat__list-item-layout__leading-icon {
8184
+ align-items: center;
8185
+ background: var(--str-chat__background-core-surface-subtle);
8186
+ border: 1px solid var(--str-chat__border-core-subtle);
8187
+ border-radius: var(--str-chat__radius-max);
8188
+ color: var(--str-chat__text-secondary);
8189
+ justify-content: center;
8190
+ padding: var(--str-chat__spacing-xs);
8191
+ }
8192
+ .str-chat .str-chat__suggestion-list__mention .str-chat__list-item-layout__leading-icon .str-chat__icon {
8193
+ stroke-width: 1.2px;
8194
+ }
8195
+ .str-chat .str-chat__suggestion-list__item-content {
8196
+ display: flex;
8197
+ flex: 1;
8198
+ flex-direction: column;
8199
+ min-width: 0;
8200
+ }
8201
+ .str-chat .str-chat__suggestion-list__item-title {
8202
+ font: var(--str-chat__font-caption-default);
8203
+ color: var(--str-chat__text-primary);
8204
+ white-space: nowrap;
8205
+ overflow-y: visible;
8206
+ overflow-x: hidden;
8207
+ overflow-x: clip;
8208
+ text-overflow: ellipsis;
8209
+ text-align: start;
8210
+ min-width: 0;
8211
+ }
8212
+ .str-chat .str-chat__list-item-layout__title.str-chat__suggestion-list__mention-item-title {
8213
+ font: var(--str-chat__font-body-default);
8214
+ }
8215
+ .str-chat .str-chat__suggestion-list__item-details {
8216
+ font: var(--str-chat__font-metadata-default);
8217
+ color: var(--str-chat__text-primary);
8218
+ white-space: nowrap;
8219
+ overflow-y: visible;
8220
+ overflow-x: hidden;
8221
+ overflow-x: clip;
8222
+ text-overflow: ellipsis;
8223
+ color: var(--str-chat__text-tertiary);
8224
+ text-align: start;
8225
+ min-width: 0;
8226
+ }
7961
8227
 
7962
8228
  .str-chat__thread-container {
7963
8229
  color: var(--str-chat__text-primary);