@cloudflare/realtimekit-ui 1.1.0-staging.3 → 1.1.0-staging.4

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 (383) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/realtimekit-ui.cjs.js +1 -1
  4. package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +1 -1
  5. package/dist/cjs/rtk-audio-grid.cjs.entry.js +1 -1
  6. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +1 -1
  7. package/dist/cjs/rtk-avatar_24.cjs.entry.js +44 -34
  8. package/dist/cjs/rtk-breakout-room-manager_3.cjs.entry.js +4 -4
  9. package/dist/cjs/rtk-breakout-rooms-manager_9.cjs.entry.js +9 -9
  10. package/dist/cjs/rtk-channel-creator.cjs.entry.js +2 -2
  11. package/dist/cjs/rtk-channel-details.cjs.entry.js +1 -1
  12. package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +2 -2
  13. package/dist/cjs/rtk-chat-message.cjs.entry.js +2 -2
  14. package/dist/cjs/rtk-chat-messages-ui.cjs.entry.js +3 -3
  15. package/dist/cjs/rtk-chat-search-results.cjs.entry.js +1 -1
  16. package/dist/cjs/rtk-clock.cjs.entry.js +3 -3
  17. package/dist/cjs/rtk-controlbar.cjs.entry.js +1 -1
  18. package/dist/cjs/rtk-debugger-toggle.cjs.entry.js +1 -1
  19. package/dist/cjs/rtk-file-dropzone.cjs.entry.js +1 -1
  20. package/dist/cjs/rtk-file-message_3.cjs.entry.js +8 -8
  21. package/dist/cjs/rtk-header.cjs.entry.js +1 -1
  22. package/dist/cjs/rtk-idle-screen.cjs.entry.js +1 -1
  23. package/dist/cjs/rtk-image-viewer.cjs.entry.js +1 -1
  24. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +1 -1
  25. package/dist/cjs/rtk-leave-button.cjs.entry.js +1 -1
  26. package/dist/cjs/rtk-message-list-view.cjs.entry.js +3 -3
  27. package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
  28. package/dist/cjs/rtk-name-tag.cjs.entry.js +1 -1
  29. package/dist/cjs/rtk-notification.cjs.entry.js +2 -2
  30. package/dist/cjs/rtk-participant-setup.cjs.entry.js +2 -2
  31. package/dist/cjs/rtk-participant_2.cjs.entry.js +14 -14
  32. package/dist/cjs/rtk-participants-audio.cjs.entry.js +1 -1
  33. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +1 -1
  34. package/dist/cjs/rtk-plugins_2.cjs.entry.js +4 -4
  35. package/dist/cjs/rtk-poll_2.cjs.entry.js +3 -3
  36. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +1 -1
  37. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +5 -5
  38. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +1 -1
  39. package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +2 -2
  40. package/dist/cjs/rtk-stage.cjs.entry.js +1 -1
  41. package/dist/cjs/rtk-transcript.cjs.entry.js +1 -1
  42. package/dist/cjs/rtk-waiting-screen.cjs.entry.js +1 -1
  43. package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.js +1 -1
  44. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.js +1 -1
  45. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.js +2 -2
  46. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +2 -2
  47. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.js +2 -2
  48. package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +1 -1
  49. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +2 -2
  50. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.css +29 -29
  51. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.js +2 -2
  52. package/dist/collection/components/rtk-chat/rtk-chat.css +45 -8
  53. package/dist/collection/components/rtk-chat/rtk-chat.js +15 -7
  54. package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +2 -2
  55. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +3 -3
  56. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +3 -3
  57. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +1 -1
  58. package/dist/collection/components/rtk-clock/rtk-clock.js +3 -3
  59. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.js +1 -1
  60. package/dist/collection/components/rtk-controlbar/rtk-controlbar.js +1 -1
  61. package/dist/collection/components/rtk-counter/rtk-counter.js +2 -2
  62. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.js +1 -1
  63. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.js +1 -1
  64. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.js +1 -1
  65. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.js +1 -1
  66. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.js +1 -1
  67. package/dist/collection/components/rtk-file-message/rtk-file-message.js +2 -2
  68. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.js +1 -1
  69. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.js +1 -1
  70. package/dist/collection/components/rtk-header/rtk-header.js +1 -1
  71. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +1 -1
  72. package/dist/collection/components/rtk-image-message/rtk-image-message.js +4 -4
  73. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +3 -3
  74. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +1 -1
  75. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +1 -1
  76. package/dist/collection/components/rtk-join-stage/rtk-join-stage.js +1 -1
  77. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +1 -1
  78. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +2 -2
  79. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
  80. package/dist/collection/components/rtk-menu/rtk-menu.js +2 -2
  81. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +1 -1
  82. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +1 -1
  83. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +3 -3
  84. package/dist/collection/components/rtk-message-view/rtk-message-view.css +5 -1
  85. package/dist/collection/components/rtk-message-view/rtk-message-view.js +23 -1
  86. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +2 -2
  87. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +1 -1
  88. package/dist/collection/components/rtk-name-tag/rtk-name-tag.js +1 -1
  89. package/dist/collection/components/rtk-notification/rtk-notification.js +2 -2
  90. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +1 -1
  91. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +1 -1
  92. package/dist/collection/components/rtk-participant/rtk-participant.js +12 -12
  93. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +2 -2
  94. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +1 -1
  95. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +1 -1
  96. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
  97. package/dist/collection/components/rtk-plugins/rtk-plugins.js +1 -1
  98. package/dist/collection/components/rtk-poll/rtk-poll.js +1 -1
  99. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +2 -2
  100. package/dist/collection/components/rtk-polls/rtk-polls.js +3 -3
  101. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +1 -1
  102. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +5 -5
  103. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +1 -1
  104. package/dist/collection/components/rtk-spinner/rtk-spinner.js +1 -1
  105. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +2 -2
  106. package/dist/collection/components/rtk-stage/rtk-stage.js +1 -1
  107. package/dist/collection/components/rtk-switch/rtk-switch.js +1 -1
  108. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +1 -1
  109. package/dist/collection/components/rtk-text-message/rtk-text-message.js +2 -2
  110. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +1 -1
  111. package/dist/collection/components/rtk-tooltip/rtk-tooltip.js +1 -1
  112. package/dist/collection/components/rtk-transcript/rtk-transcript.js +1 -1
  113. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +2 -2
  114. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +1 -1
  115. package/dist/components/{p-962c2e24.js → p-011adf66.js} +2 -2
  116. package/dist/components/{p-0c512fd1.js → p-020800ee.js} +1 -1
  117. package/dist/components/{p-5e67d672.js → p-09d1805e.js} +1 -1
  118. package/dist/components/{p-0d582365.js → p-0ca31fce.js} +2 -2
  119. package/dist/components/{p-6366df1e.js → p-0e80bae4.js} +10 -10
  120. package/dist/components/{p-d81ba93a.js → p-11a16ac3.js} +2 -2
  121. package/dist/components/{p-5248ee44.js → p-12ae623e.js} +3 -3
  122. package/dist/components/{p-d6146a96.js → p-157c1dc9.js} +6 -6
  123. package/dist/components/{p-a54ac879.js → p-20290ade.js} +2 -2
  124. package/dist/components/{p-94bd91b3.js → p-28d51137.js} +1 -1
  125. package/dist/components/{p-68af4225.js → p-2e3c0084.js} +3 -3
  126. package/dist/components/{p-6523d14b.js → p-2eb35b99.js} +6 -6
  127. package/dist/components/{p-6c20da11.js → p-35af8a84.js} +2 -2
  128. package/dist/components/{p-c2b64e33.js → p-3a1dbc0d.js} +2 -2
  129. package/dist/components/{p-93069a8c.js → p-402db72e.js} +2 -2
  130. package/dist/components/{p-5ac9b786.js → p-40589702.js} +1 -1
  131. package/dist/components/{p-471a529a.js → p-40b1fef2.js} +4 -4
  132. package/dist/components/{p-3bc68ec4.js → p-4a84c913.js} +9 -9
  133. package/dist/components/{p-ad7cabcc.js → p-4bfb4f60.js} +2 -2
  134. package/dist/components/{p-0e8ff1cc.js → p-520dccab.js} +1 -1
  135. package/dist/components/{p-b58a185f.js → p-53332481.js} +14 -14
  136. package/dist/components/{p-01c968b1.js → p-5739b5f1.js} +2 -2
  137. package/dist/components/{p-9ff37f98.js → p-578d73e5.js} +1 -1
  138. package/dist/components/{p-1614fe8f.js → p-597543af.js} +3 -3
  139. package/dist/components/{p-8b4e32b7.js → p-5b66b8f3.js} +1 -1
  140. package/dist/components/{p-d0c5e808.js → p-5f0f8967.js} +16 -16
  141. package/dist/components/{p-ba788f9e.js → p-668f57d0.js} +2 -2
  142. package/dist/components/{p-ad331530.js → p-6c9a833e.js} +1 -1
  143. package/dist/components/{p-41224895.js → p-757856f4.js} +3 -3
  144. package/dist/components/{p-8e160343.js → p-78f91ffe.js} +2 -2
  145. package/dist/components/{p-e62d961a.js → p-7965a1a6.js} +1 -1
  146. package/dist/components/{p-8901c589.js → p-7b344a65.js} +10 -7
  147. package/dist/components/{p-7e8d976d.js → p-828db489.js} +2 -2
  148. package/dist/components/{p-9f7b9764.js → p-8479343e.js} +6 -6
  149. package/dist/components/{p-fa8f6b4a.js → p-85990be7.js} +1 -1
  150. package/dist/components/{p-ffe562b1.js → p-86f18b68.js} +3 -3
  151. package/dist/components/{p-d9b1945a.js → p-89cfd513.js} +1 -1
  152. package/dist/components/{p-ff8753e8.js → p-8f381eef.js} +1 -1
  153. package/dist/components/{p-ff320cbb.js → p-95e51bef.js} +1 -1
  154. package/dist/components/{p-222454dc.js → p-966273a8.js} +1 -1
  155. package/dist/components/{p-d9845780.js → p-9936031d.js} +36 -28
  156. package/dist/components/{p-a94b2e67.js → p-9c3ca56e.js} +2 -2
  157. package/dist/components/{p-626c7a5f.js → p-9d40e041.js} +2 -2
  158. package/dist/components/{p-3b6af603.js → p-a0a0867a.js} +1 -1
  159. package/dist/components/{p-58b56794.js → p-ab842e10.js} +1 -1
  160. package/dist/components/{p-3a3650bd.js → p-b30f3c49.js} +1 -1
  161. package/dist/components/{p-a24156ce.js → p-b3447e0c.js} +1 -1
  162. package/dist/components/{p-94ba6c49.js → p-b74221b4.js} +2 -2
  163. package/dist/components/{p-bb55fa0c.js → p-b9b8697d.js} +2 -2
  164. package/dist/components/{p-7a04f0cc.js → p-bed61d79.js} +5 -5
  165. package/dist/components/{p-a48e2cf0.js → p-c544502e.js} +7 -7
  166. package/dist/components/{p-2e6987aa.js → p-c8583d9b.js} +2 -2
  167. package/dist/components/{p-9c88019e.js → p-cd790a43.js} +1 -1
  168. package/dist/components/{p-ef493e1b.js → p-ce77fdfc.js} +1 -1
  169. package/dist/components/{p-88bef213.js → p-d2ce1170.js} +1 -1
  170. package/dist/components/{p-f2a47b5b.js → p-d3588666.js} +5 -5
  171. package/dist/components/{p-1da75fdd.js → p-e31889d3.js} +2 -2
  172. package/dist/components/{p-c36a303c.js → p-ea6b5bf5.js} +2 -2
  173. package/dist/components/{p-262671ff.js → p-fef53de3.js} +1 -1
  174. package/dist/components/rtk-ai-toggle.js +2 -2
  175. package/dist/components/rtk-ai-transcriptions.js +1 -1
  176. package/dist/components/rtk-ai.js +1 -1
  177. package/dist/components/rtk-audio-grid.js +1 -1
  178. package/dist/components/rtk-audio-tile.js +3 -3
  179. package/dist/components/rtk-avatar.js +1 -1
  180. package/dist/components/rtk-breakout-room-manager.js +1 -1
  181. package/dist/components/rtk-breakout-room-participants.js +1 -1
  182. package/dist/components/rtk-breakout-rooms-manager.js +1 -1
  183. package/dist/components/rtk-breakout-rooms-toggle.js +2 -2
  184. package/dist/components/rtk-broadcast-message-modal.js +1 -1
  185. package/dist/components/rtk-camera-toggle.js +3 -3
  186. package/dist/components/rtk-caption-toggle.js +2 -2
  187. package/dist/components/rtk-channel-creator.js +4 -4
  188. package/dist/components/rtk-channel-details.js +1 -1
  189. package/dist/components/rtk-channel-header.js +4 -4
  190. package/dist/components/rtk-channel-selector-ui.js +4 -4
  191. package/dist/components/rtk-channel-selector-view.js +1 -1
  192. package/dist/components/rtk-chat-composer-ui.js +4 -4
  193. package/dist/components/rtk-chat-composer-view.js +1 -1
  194. package/dist/components/rtk-chat-message.js +1 -1
  195. package/dist/components/rtk-chat-messages-ui-paginated.js +1 -1
  196. package/dist/components/rtk-chat-messages-ui.js +14 -14
  197. package/dist/components/rtk-chat-search-results.js +11 -11
  198. package/dist/components/rtk-chat-toggle.js +2 -2
  199. package/dist/components/rtk-chat.js +1 -1
  200. package/dist/components/rtk-clock.js +3 -3
  201. package/dist/components/rtk-confirmation-modal.js +1 -1
  202. package/dist/components/rtk-controlbar-button.js +1 -1
  203. package/dist/components/rtk-controlbar.js +1 -1
  204. package/dist/components/rtk-counter.js +1 -1
  205. package/dist/components/rtk-debugger-toggle.js +3 -3
  206. package/dist/components/rtk-dialog-manager.js +14 -14
  207. package/dist/components/rtk-draft-attachment-view.js +1 -1
  208. package/dist/components/rtk-emoji-picker-button.js +1 -1
  209. package/dist/components/rtk-emoji-picker.js +1 -1
  210. package/dist/components/rtk-file-dropzone.js +1 -1
  211. package/dist/components/rtk-file-message-view.js +1 -1
  212. package/dist/components/rtk-file-message.js +1 -1
  213. package/dist/components/rtk-file-picker-button.js +1 -1
  214. package/dist/components/rtk-fullscreen-toggle.js +1 -1
  215. package/dist/components/rtk-grid-pagination.js +1 -1
  216. package/dist/components/rtk-grid.js +4 -4
  217. package/dist/components/rtk-header.js +1 -1
  218. package/dist/components/rtk-idle-screen.js +2 -2
  219. package/dist/components/rtk-image-message-view.js +1 -1
  220. package/dist/components/rtk-image-message.js +1 -1
  221. package/dist/components/rtk-image-viewer.js +1 -1
  222. package/dist/components/rtk-information-tooltip.js +1 -1
  223. package/dist/components/rtk-join-stage.js +1 -1
  224. package/dist/components/rtk-leave-button.js +3 -3
  225. package/dist/components/rtk-leave-meeting.js +1 -1
  226. package/dist/components/rtk-livestream-player.js +1 -1
  227. package/dist/components/rtk-livestream-toggle.js +2 -2
  228. package/dist/components/rtk-markdown-view.js +1 -1
  229. package/dist/components/rtk-meeting-title.js +1 -1
  230. package/dist/components/rtk-meeting.js +21 -21
  231. package/dist/components/rtk-menu-item.js +1 -1
  232. package/dist/components/rtk-menu-list.js +1 -1
  233. package/dist/components/rtk-menu.js +1 -1
  234. package/dist/components/rtk-message-list-view.js +4 -4
  235. package/dist/components/rtk-message-view.js +1 -1
  236. package/dist/components/rtk-mic-toggle.js +3 -3
  237. package/dist/components/rtk-mixed-grid.js +3 -3
  238. package/dist/components/rtk-more-toggle.js +4 -4
  239. package/dist/components/rtk-mute-all-button.js +3 -3
  240. package/dist/components/rtk-mute-all-confirmation.js +1 -1
  241. package/dist/components/rtk-name-tag.js +1 -1
  242. package/dist/components/rtk-notification.js +1 -1
  243. package/dist/components/rtk-notifications.js +1 -1
  244. package/dist/components/rtk-overlay-modal.js +1 -1
  245. package/dist/components/rtk-paginated-list.js +1 -1
  246. package/dist/components/rtk-participant-setup.js +2 -2
  247. package/dist/components/rtk-participant.js +1 -1
  248. package/dist/components/rtk-participants-audio.js +1 -1
  249. package/dist/components/rtk-participants-stage-list.js +1 -1
  250. package/dist/components/rtk-participants-stage-queue.js +1 -1
  251. package/dist/components/rtk-participants-toggle.js +2 -2
  252. package/dist/components/rtk-participants-viewer-list.js +1 -1
  253. package/dist/components/rtk-participants-waiting-list.js +1 -1
  254. package/dist/components/rtk-participants.js +11 -11
  255. package/dist/components/rtk-permissions-message.js +1 -1
  256. package/dist/components/rtk-pip-toggle.js +2 -2
  257. package/dist/components/rtk-plugins-toggle.js +2 -2
  258. package/dist/components/rtk-plugins.js +1 -1
  259. package/dist/components/rtk-poll-form.js +1 -1
  260. package/dist/components/rtk-poll.js +1 -1
  261. package/dist/components/rtk-polls-toggle.js +2 -2
  262. package/dist/components/rtk-polls.js +1 -1
  263. package/dist/components/rtk-recording-indicator.js +1 -1
  264. package/dist/components/rtk-recording-toggle.js +2 -2
  265. package/dist/components/rtk-screen-share-toggle.js +3 -3
  266. package/dist/components/rtk-screenshare-view.js +6 -6
  267. package/dist/components/rtk-settings-audio.js +1 -1
  268. package/dist/components/rtk-settings-toggle.js +3 -3
  269. package/dist/components/rtk-settings-video.js +1 -1
  270. package/dist/components/rtk-settings.js +3 -3
  271. package/dist/components/rtk-setup-screen.js +1 -1
  272. package/dist/components/rtk-sidebar.js +5 -5
  273. package/dist/components/rtk-spinner.js +1 -1
  274. package/dist/components/rtk-spotlight-grid.js +2 -2
  275. package/dist/components/rtk-spotlight-indicator.js +1 -1
  276. package/dist/components/rtk-stage-toggle.js +3 -3
  277. package/dist/components/rtk-stage.js +1 -1
  278. package/dist/components/rtk-switch.js +1 -1
  279. package/dist/components/rtk-tab-bar.js +1 -1
  280. package/dist/components/rtk-text-composer-view.js +1 -1
  281. package/dist/components/rtk-text-message-view.js +1 -1
  282. package/dist/components/rtk-text-message.js +1 -1
  283. package/dist/components/rtk-tooltip.js +1 -1
  284. package/dist/components/rtk-transcript.js +1 -1
  285. package/dist/components/rtk-transcripts.js +1 -1
  286. package/dist/components/rtk-virtualized-participant-list.js +1 -1
  287. package/dist/components/rtk-waiting-screen.js +1 -1
  288. package/dist/docs/docs-components.json +45 -34
  289. package/dist/docs/docs-vscode.json +4 -0
  290. package/dist/esm/loader.js +136 -126
  291. package/dist/esm/realtimekit-ui.js +1 -1
  292. package/dist/esm/rtk-ai-transcriptions.entry.js +1 -1
  293. package/dist/esm/rtk-audio-grid.entry.js +1 -1
  294. package/dist/esm/rtk-audio-visualizer_4.entry.js +1 -1
  295. package/dist/esm/rtk-avatar_24.entry.js +44 -34
  296. package/dist/esm/rtk-breakout-room-manager_3.entry.js +4 -4
  297. package/dist/esm/rtk-breakout-rooms-manager_9.entry.js +9 -9
  298. package/dist/esm/rtk-channel-creator.entry.js +2 -2
  299. package/dist/esm/rtk-channel-details.entry.js +1 -1
  300. package/dist/esm/rtk-channel-selector-ui.entry.js +2 -2
  301. package/dist/esm/rtk-chat-message.entry.js +2 -2
  302. package/dist/esm/rtk-chat-messages-ui.entry.js +3 -3
  303. package/dist/esm/rtk-chat-search-results.entry.js +1 -1
  304. package/dist/esm/rtk-clock.entry.js +3 -3
  305. package/dist/esm/rtk-controlbar.entry.js +1 -1
  306. package/dist/esm/rtk-debugger-toggle.entry.js +1 -1
  307. package/dist/esm/rtk-file-dropzone.entry.js +1 -1
  308. package/dist/esm/rtk-file-message_3.entry.js +8 -8
  309. package/dist/esm/rtk-header.entry.js +1 -1
  310. package/dist/esm/rtk-idle-screen.entry.js +1 -1
  311. package/dist/esm/rtk-image-viewer.entry.js +1 -1
  312. package/dist/esm/rtk-information-tooltip.entry.js +1 -1
  313. package/dist/esm/rtk-leave-button.entry.js +1 -1
  314. package/dist/esm/rtk-message-list-view.entry.js +3 -3
  315. package/dist/esm/rtk-more-toggle.entry.js +2 -2
  316. package/dist/esm/rtk-name-tag.entry.js +1 -1
  317. package/dist/esm/rtk-notification.entry.js +2 -2
  318. package/dist/esm/rtk-participant-setup.entry.js +2 -2
  319. package/dist/esm/rtk-participant_2.entry.js +14 -14
  320. package/dist/esm/rtk-participants-audio.entry.js +1 -1
  321. package/dist/esm/rtk-participants-stage-list_4.entry.js +1 -1
  322. package/dist/esm/rtk-plugins_2.entry.js +4 -4
  323. package/dist/esm/rtk-poll_2.entry.js +3 -3
  324. package/dist/esm/rtk-recording-indicator.entry.js +1 -1
  325. package/dist/esm/rtk-screenshare-view.entry.js +5 -5
  326. package/dist/esm/rtk-settings-toggle.entry.js +1 -1
  327. package/dist/esm/rtk-spotlight-grid.entry.js +2 -2
  328. package/dist/esm/rtk-stage.entry.js +1 -1
  329. package/dist/esm/rtk-transcript.entry.js +1 -1
  330. package/dist/esm/rtk-waiting-screen.entry.js +1 -1
  331. package/dist/realtimekit-ui/p-09fb29e7.entry.js +1 -0
  332. package/dist/realtimekit-ui/{p-b4975a33.entry.js → p-0c071f00.entry.js} +1 -1
  333. package/dist/realtimekit-ui/{p-6ba99cc3.entry.js → p-0e2d6b1b.entry.js} +1 -1
  334. package/dist/realtimekit-ui/{p-af6436dd.entry.js → p-0fed7daa.entry.js} +1 -1
  335. package/dist/realtimekit-ui/{p-132fca40.entry.js → p-1dfe0269.entry.js} +1 -1
  336. package/dist/realtimekit-ui/{p-ed34d8a1.entry.js → p-23784be6.entry.js} +1 -1
  337. package/dist/realtimekit-ui/p-260fc2ed.entry.js +1 -0
  338. package/dist/realtimekit-ui/p-2c71cc53.entry.js +1 -0
  339. package/dist/realtimekit-ui/p-32211408.entry.js +1 -0
  340. package/dist/realtimekit-ui/p-39410e81.entry.js +1 -0
  341. package/dist/realtimekit-ui/{p-3d5ebc77.entry.js → p-3e12d77a.entry.js} +1 -1
  342. package/dist/realtimekit-ui/p-4822dc9f.entry.js +1 -0
  343. package/dist/realtimekit-ui/{p-2f6fd6de.entry.js → p-48c76360.entry.js} +1 -1
  344. package/dist/realtimekit-ui/p-4d31d165.entry.js +1 -0
  345. package/dist/realtimekit-ui/{p-d5144f9d.entry.js → p-51c72bc8.entry.js} +1 -1
  346. package/dist/realtimekit-ui/{p-844143f8.entry.js → p-61d3e2d4.entry.js} +1 -1
  347. package/dist/realtimekit-ui/{p-b64eae39.entry.js → p-73f489be.entry.js} +1 -1
  348. package/dist/realtimekit-ui/{p-d2a92f27.entry.js → p-7660a4c1.entry.js} +1 -1
  349. package/dist/realtimekit-ui/{p-f19668ba.entry.js → p-87f3b9a6.entry.js} +1 -1
  350. package/dist/realtimekit-ui/{p-beedd1b5.entry.js → p-9cab7a57.entry.js} +1 -1
  351. package/dist/realtimekit-ui/{p-298befae.entry.js → p-9cad5a6d.entry.js} +1 -1
  352. package/dist/realtimekit-ui/{p-503371f7.entry.js → p-9dcd9e30.entry.js} +1 -1
  353. package/dist/realtimekit-ui/{p-6928aa8e.entry.js → p-a25bb0ad.entry.js} +1 -1
  354. package/dist/realtimekit-ui/{p-2f9211b9.entry.js → p-a62e84f9.entry.js} +1 -1
  355. package/dist/realtimekit-ui/{p-3482a231.entry.js → p-a867b984.entry.js} +1 -1
  356. package/dist/realtimekit-ui/p-b58dc07c.entry.js +1 -0
  357. package/dist/realtimekit-ui/{p-42989f41.entry.js → p-bb369808.entry.js} +1 -1
  358. package/dist/realtimekit-ui/{p-b6cee65a.entry.js → p-bd226f59.entry.js} +1 -1
  359. package/dist/realtimekit-ui/{p-1a78c129.entry.js → p-c50f4cab.entry.js} +1 -1
  360. package/dist/realtimekit-ui/{p-190523f5.entry.js → p-c96e2a96.entry.js} +1 -1
  361. package/dist/realtimekit-ui/{p-78968008.entry.js → p-cda80e2c.entry.js} +1 -1
  362. package/dist/realtimekit-ui/{p-c43c2382.entry.js → p-cea6c6ac.entry.js} +1 -1
  363. package/dist/realtimekit-ui/{p-0485834f.entry.js → p-d194317d.entry.js} +1 -1
  364. package/dist/realtimekit-ui/{p-a849f2b3.entry.js → p-d7a78f65.entry.js} +1 -1
  365. package/dist/realtimekit-ui/{p-f6918dd7.entry.js → p-dded6ad0.entry.js} +1 -1
  366. package/dist/realtimekit-ui/{p-29c11bdb.entry.js → p-f2ce302b.entry.js} +1 -1
  367. package/dist/realtimekit-ui/{p-9ac1b986.entry.js → p-f42c50db.entry.js} +1 -1
  368. package/dist/realtimekit-ui/{p-73a56e4f.entry.js → p-fea05f1c.entry.js} +1 -1
  369. package/dist/realtimekit-ui/p-ff9bc5b0.entry.js +1 -0
  370. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
  371. package/dist/types/components/rtk-chat/rtk-chat.d.ts +1 -1
  372. package/dist/types/components/rtk-message-view/rtk-message-view.d.ts +2 -0
  373. package/dist/types/components.d.ts +8 -0
  374. package/package.json +1 -1
  375. package/dist/realtimekit-ui/p-3a4e302b.entry.js +0 -1
  376. package/dist/realtimekit-ui/p-447ffea0.entry.js +0 -1
  377. package/dist/realtimekit-ui/p-5ebc57f8.entry.js +0 -1
  378. package/dist/realtimekit-ui/p-6437ff4e.entry.js +0 -1
  379. package/dist/realtimekit-ui/p-93e9fb59.entry.js +0 -1
  380. package/dist/realtimekit-ui/p-a9cb6a16.entry.js +0 -1
  381. package/dist/realtimekit-ui/p-bf234650.entry.js +0 -1
  382. package/dist/realtimekit-ui/p-ce5a911d.entry.js +0 -1
  383. package/dist/realtimekit-ui/p-db831ab6.entry.js +0 -1
@@ -69,13 +69,13 @@ const RtkSpotlightGrid$1 = /*@__PURE__*/ proxyCustomElement(class RtkSpotlightGr
69
69
  t: this.t,
70
70
  };
71
71
  const nonPinnedParticipants = this.participants.filter((p) => this.pinnedParticipants.some((pt) => pt.id != p.id));
72
- return (h(Host, { key: 'e59d2ac514c625655e956290435cf75115d28680' }, h("main", { key: '3a6ce7465092914937ccc0a4011313889ff8b215', part: "main" }, h(Render, { key: 'ed21c2595f58f4b430b1d42b7329c6e3a7952552', element: "rtk-simple-grid", defaults: defaults, props: {
72
+ return (h(Host, { key: 'cbdc37e14e4f6b6a9e10aabfc27200b3ec428f1e' }, h("main", { key: '98c15a1f061f57c691726bf04783355c813ad187', part: "main" }, h(Render, { key: 'b338f839172daee1f8c6ba7432ecec1710e59328', element: "rtk-simple-grid", defaults: defaults, props: {
73
73
  part: 'main-grid',
74
74
  participants: this.pinnedParticipants,
75
75
  aspectRatio: this.aspectRatio,
76
76
  gap: this.gap,
77
77
  size: this.getAdaptiveSize(this.pinnedParticipants.length),
78
- } })), nonPinnedParticipants.length > 0 && (h("aside", { key: '52d3ab791766e9107b034de5328c72d63729db1c', part: "aside", class: this.gridSize.spotlight ? `grid-width-${this.gridSize.spotlight}` : 'grid-width-md' }, h(Render, { key: '58ca609909a390092527ae999195e7d0c46a4feb', element: "rtk-simple-grid", defaults: defaults, props: {
78
+ } })), nonPinnedParticipants.length > 0 && (h("aside", { key: '6659a1aca188a0ea9ca15a11f7fd4ebe8b797221', part: "aside", class: this.gridSize.spotlight ? `grid-width-${this.gridSize.spotlight}` : 'grid-width-md' }, h(Render, { key: 'ae4f50970e4932c659a7e30afa4e028c9d743453', element: "rtk-simple-grid", defaults: defaults, props: {
79
79
  part: 'aside-grid',
80
80
  participants: nonPinnedParticipants,
81
81
  aspectRatio: this.aspectRatio,
@@ -1,4 +1,4 @@
1
- import { R as RtkSpotlightIndicator$1, d as defineCustomElement$1 } from './p-3b6af603.js';
1
+ import { R as RtkSpotlightIndicator$1, d as defineCustomElement$1 } from './p-a0a0867a.js';
2
2
 
3
3
  const RtkSpotlightIndicator = RtkSpotlightIndicator$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -2,10 +2,10 @@ import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-e847fee9.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-6f7c46d2.js';
5
- import { d as defineCustomElement$5 } from './p-9c88019e.js';
5
+ import { d as defineCustomElement$5 } from './p-cd790a43.js';
6
6
  import { d as defineCustomElement$4 } from './p-3b29dda1.js';
7
- import { d as defineCustomElement$3 } from './p-8b4e32b7.js';
8
- import { d as defineCustomElement$2 } from './p-fa8f6b4a.js';
7
+ import { d as defineCustomElement$3 } from './p-5b66b8f3.js';
8
+ import { d as defineCustomElement$2 } from './p-85990be7.js';
9
9
 
10
10
  const canJoinStage = (meeting) => {
11
11
  var _a, _b;
@@ -27,7 +27,7 @@ const RtkStage$1 = /*@__PURE__*/ proxyCustomElement(class RtkStage extends H {
27
27
  this.t = useLanguage();
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: 'a8869602eda342c0c2de8682ab0b68cf68b4883e' }, h("slot", { key: 'f2c477f44bed9ac574795d934db9f72920b73180' })));
30
+ return (h(Host, { key: '7f2759763ff041db5960fcf5fc5ed0d09d7cafcb' }, h("slot", { key: '80de219e3ae4e031ba2bce48c86f5139a98c307e' })));
31
31
  }
32
32
  static get style() { return RtkStageStyle0; }
33
33
  }, [1, "rtk-stage", {
@@ -1,4 +1,4 @@
1
- import { R as RtkSwitch$1, d as defineCustomElement$1 } from './p-ff8753e8.js';
1
+ import { R as RtkSwitch$1, d as defineCustomElement$1 } from './p-8f381eef.js';
2
2
 
3
3
  const RtkSwitch = RtkSwitch$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkTabBar$1, d as defineCustomElement$1 } from './p-2e6987aa.js';
1
+ import { R as RtkTabBar$1, d as defineCustomElement$1 } from './p-c8583d9b.js';
2
2
 
3
3
  const RtkTabBar = RtkTabBar$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkTextComposerView$1, d as defineCustomElement$1 } from './p-d9b1945a.js';
1
+ import { R as RtkTextComposerView$1, d as defineCustomElement$1 } from './p-89cfd513.js';
2
2
 
3
3
  const RtkTextComposerView = RtkTextComposerView$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkTextMessageView$1, d as defineCustomElement$1 } from './p-a94b2e67.js';
1
+ import { R as RtkTextMessageView$1, d as defineCustomElement$1 } from './p-9c3ca56e.js';
2
2
 
3
3
  const RtkTextMessageView = RtkTextMessageView$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkTextMessage$1, d as defineCustomElement$1 } from './p-962c2e24.js';
1
+ import { R as RtkTextMessage$1, d as defineCustomElement$1 } from './p-011adf66.js';
2
2
 
3
3
  const RtkTextMessage = RtkTextMessage$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkMenu, d as defineCustomElement$1 } from './p-fa8f6b4a.js';
1
+ import { R as RtkMenu, d as defineCustomElement$1 } from './p-85990be7.js';
2
2
 
3
3
  const RtkTooltip = RtkMenu;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkTranscript$1, d as defineCustomElement$1 } from './p-0c512fd1.js';
1
+ import { R as RtkTranscript$1, d as defineCustomElement$1 } from './p-020800ee.js';
2
2
 
3
3
  const RtkTranscript = RtkTranscript$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -2,7 +2,7 @@ import { p as proxyCustomElement, H, w as writeTask, h, e as Host } from './p-c3
2
2
  import { c as createDefaultConfig, i as useLanguage, G as clone } from './p-e847fee9.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-6f7c46d2.js';
5
- import { d as defineCustomElement$2 } from './p-0c512fd1.js';
5
+ import { d as defineCustomElement$2 } from './p-020800ee.js';
6
6
 
7
7
  const rtkTranscriptsCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{position:absolute;top:var(--rtk-space-4, 16px);right:var(--rtk-space-4, 16px);bottom:var(--rtk-space-4, 16px);left:var(--rtk-space-4, 16px);top:auto;display:flex;flex-direction:column;pointer-events:none;justify-content:center;width:100%;z-index:5}rtk-transcript{margin-top:var(--rtk-space-2, 8px)}";
8
8
  const RtkTranscriptsStyle0 = rtkTranscriptsCss;
@@ -1,4 +1,4 @@
1
- import { R as RtkVirtualizedParticipantList$1, d as defineCustomElement$1 } from './p-0d582365.js';
1
+ import { R as RtkVirtualizedParticipantList$1, d as defineCustomElement$1 } from './p-0ca31fce.js';
2
2
 
3
3
  const RtkVirtualizedParticipantList = RtkVirtualizedParticipantList$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -30,7 +30,7 @@ const RtkWaitingScreen$1 = /*@__PURE__*/ proxyCustomElement(class RtkWaitingScre
30
30
  this.t = useLanguage();
31
31
  }
32
32
  render() {
33
- return (h(Host, { key: '1b65c6ea9a3747fca54e10ae22de1f66f0b5095e' }, h("slot", { key: '1291fd61658c377b46a19a48972bd9fd718a6452' }, h("div", { key: '72d460d5cfaa8aa5ef03a97466a5ea1810c661a6', class: "centered", part: "content" }, h("rtk-logo", { key: 'd9f65cf1ca150090051a7f832eccff954231a53f', meeting: this.meeting, config: this.config, part: "logo", t: this.t }), h("p", { key: '2bf23f63b9bb3aea03c880ea70c2911f919fc299' }, this.t('waitlist.body_text'))))));
33
+ return (h(Host, { key: 'c21b86271de7d3910476d8ea8019848981d0e9d3' }, h("slot", { key: '93494d4d023907869ab1e54a2ca6aa7cfb37f58f' }, h("div", { key: '19aa832688911f8bea9300ed5d96718df6b17aad', class: "centered", part: "content" }, h("rtk-logo", { key: '9508d857a730037a054d29022d6920ad9ff9fab0', meeting: this.meeting, config: this.config, part: "logo", t: this.t }), h("p", { key: 'a88ea02d3b422169ce0c40f13c6c480bf3a176ab' }, this.t('waitlist.body_text'))))));
34
34
  }
35
35
  static get style() { return RtkWaitingScreenStyle0; }
36
36
  }, [1, "rtk-waiting-screen", {
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-01-14T09:17:29",
2
+ "timestamp": "2026-01-15T10:29:31",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.27.2",
@@ -13217,6 +13217,7 @@
13217
13217
  "rtk-channel-details",
13218
13218
  "rtk-channel-selector-ui",
13219
13219
  "rtk-channel-selector-view",
13220
+ "rtk-chat",
13220
13221
  "rtk-chat-composer-ui",
13221
13222
  "rtk-chat-message",
13222
13223
  "rtk-message-view",
@@ -13255,6 +13256,9 @@
13255
13256
  "rtk-channel-selector-view": [
13256
13257
  "rtk-avatar"
13257
13258
  ],
13259
+ "rtk-chat": [
13260
+ "rtk-avatar"
13261
+ ],
13258
13262
  "rtk-chat-composer-ui": [
13259
13263
  "rtk-avatar"
13260
13264
  ],
@@ -40238,20 +40242,26 @@
40238
40242
  "rtk-meeting"
40239
40243
  ],
40240
40244
  "dependencies": [
40241
- "rtk-tooltip",
40242
40245
  "rtk-icon",
40246
+ "rtk-avatar",
40243
40247
  "rtk-chat-composer-view",
40244
40248
  "rtk-channel-selector-view",
40245
40249
  "rtk-chat-messages-ui-paginated"
40246
40250
  ],
40247
40251
  "dependencyGraph": {
40248
40252
  "rtk-chat": [
40249
- "rtk-tooltip",
40250
40253
  "rtk-icon",
40254
+ "rtk-avatar",
40251
40255
  "rtk-chat-composer-view",
40252
40256
  "rtk-channel-selector-view",
40253
40257
  "rtk-chat-messages-ui-paginated"
40254
40258
  ],
40259
+ "rtk-avatar": [
40260
+ "rtk-spinner"
40261
+ ],
40262
+ "rtk-spinner": [
40263
+ "rtk-icon"
40264
+ ],
40255
40265
  "rtk-chat-composer-view": [
40256
40266
  "rtk-emoji-picker",
40257
40267
  "rtk-text-message-view",
@@ -40268,9 +40278,6 @@
40268
40278
  "rtk-button",
40269
40279
  "rtk-icon"
40270
40280
  ],
40271
- "rtk-spinner": [
40272
- "rtk-icon"
40273
- ],
40274
40281
  "rtk-text-message-view": [
40275
40282
  "rtk-markdown-view"
40276
40283
  ],
@@ -40297,15 +40304,11 @@
40297
40304
  "rtk-avatar",
40298
40305
  "rtk-text-message-view"
40299
40306
  ],
40300
- "rtk-avatar": [
40301
- "rtk-spinner"
40302
- ],
40303
40307
  "rtk-chat-messages-ui-paginated": [
40304
40308
  "rtk-message-view",
40305
40309
  "rtk-text-message-view",
40306
40310
  "rtk-file-message-view",
40307
40311
  "rtk-image-message-view",
40308
- "rtk-icon",
40309
40312
  "rtk-paginated-list"
40310
40313
  ],
40311
40314
  "rtk-message-view": [
@@ -50561,12 +50564,7 @@
50561
50564
  "listeners": [],
50562
50565
  "styles": [],
50563
50566
  "slots": [],
50564
- "parts": [
50565
- {
50566
- "name": "pin-icon",
50567
- "docs": ""
50568
- }
50569
- ],
50567
+ "parts": [],
50570
50568
  "dependents": [
50571
50569
  "rtk-chat"
50572
50570
  ],
@@ -50575,7 +50573,6 @@
50575
50573
  "rtk-text-message-view",
50576
50574
  "rtk-file-message-view",
50577
50575
  "rtk-image-message-view",
50578
- "rtk-icon",
50579
50576
  "rtk-paginated-list"
50580
50577
  ],
50581
50578
  "dependencyGraph": {
@@ -50584,7 +50581,6 @@
50584
50581
  "rtk-text-message-view",
50585
50582
  "rtk-file-message-view",
50586
50583
  "rtk-image-message-view",
50587
- "rtk-icon",
50588
50584
  "rtk-paginated-list"
50589
50585
  ],
50590
50586
  "rtk-message-view": [
@@ -98115,7 +98111,6 @@
98115
98111
  "rtk-chat-composer-view",
98116
98112
  "rtk-chat-message",
98117
98113
  "rtk-chat-messages-ui",
98118
- "rtk-chat-messages-ui-paginated",
98119
98114
  "rtk-chat-selector-ui",
98120
98115
  "rtk-clock",
98121
98116
  "rtk-controlbar-button",
@@ -98222,9 +98217,6 @@
98222
98217
  "rtk-chat-messages-ui": [
98223
98218
  "rtk-icon"
98224
98219
  ],
98225
- "rtk-chat-messages-ui-paginated": [
98226
- "rtk-icon"
98227
- ],
98228
98220
  "rtk-chat-selector-ui": [
98229
98221
  "rtk-icon"
98230
98222
  ],
@@ -120640,12 +120632,18 @@
120640
120632
  "rtk-chat"
120641
120633
  ],
120642
120634
  "rtk-chat": [
120643
- "rtk-tooltip",
120644
120635
  "rtk-icon",
120636
+ "rtk-avatar",
120645
120637
  "rtk-chat-composer-view",
120646
120638
  "rtk-channel-selector-view",
120647
120639
  "rtk-chat-messages-ui-paginated"
120648
120640
  ],
120641
+ "rtk-avatar": [
120642
+ "rtk-spinner"
120643
+ ],
120644
+ "rtk-spinner": [
120645
+ "rtk-icon"
120646
+ ],
120649
120647
  "rtk-chat-composer-view": [
120650
120648
  "rtk-emoji-picker",
120651
120649
  "rtk-text-message-view",
@@ -120662,9 +120660,6 @@
120662
120660
  "rtk-button",
120663
120661
  "rtk-icon"
120664
120662
  ],
120665
- "rtk-spinner": [
120666
- "rtk-icon"
120667
- ],
120668
120663
  "rtk-text-message-view": [
120669
120664
  "rtk-markdown-view"
120670
120665
  ],
@@ -120691,15 +120686,11 @@
120691
120686
  "rtk-avatar",
120692
120687
  "rtk-text-message-view"
120693
120688
  ],
120694
- "rtk-avatar": [
120695
- "rtk-spinner"
120696
- ],
120697
120689
  "rtk-chat-messages-ui-paginated": [
120698
120690
  "rtk-message-view",
120699
120691
  "rtk-text-message-view",
120700
120692
  "rtk-file-message-view",
120701
120693
  "rtk-image-message-view",
120702
- "rtk-icon",
120703
120694
  "rtk-paginated-list"
120704
120695
  ],
120705
120696
  "rtk-message-view": [
@@ -128376,6 +128367,30 @@
128376
128367
  "getter": false,
128377
128368
  "setter": false
128378
128369
  },
128370
+ {
128371
+ "name": "pinned",
128372
+ "type": "boolean",
128373
+ "complexType": {
128374
+ "original": "boolean",
128375
+ "resolved": "boolean",
128376
+ "references": {}
128377
+ },
128378
+ "mutable": false,
128379
+ "attr": "pinned",
128380
+ "reflectToAttr": false,
128381
+ "docs": "Is message pinned",
128382
+ "docsTags": [],
128383
+ "default": "false",
128384
+ "values": [
128385
+ {
128386
+ "type": "boolean"
128387
+ }
128388
+ ],
128389
+ "optional": false,
128390
+ "required": false,
128391
+ "getter": false,
128392
+ "setter": false
128393
+ },
128379
128394
  {
128380
128395
  "name": "time",
128381
128396
  "type": "Date",
@@ -229138,7 +229153,6 @@
229138
229153
  "rtk-breakout-rooms-manager",
229139
229154
  "rtk-camera-toggle",
229140
229155
  "rtk-channel-header",
229141
- "rtk-chat",
229142
229156
  "rtk-chat-composer-ui",
229143
229157
  "rtk-chat-composer-view",
229144
229158
  "rtk-chat-messages-ui",
@@ -229174,9 +229188,6 @@
229174
229188
  "rtk-channel-header": [
229175
229189
  "rtk-tooltip"
229176
229190
  ],
229177
- "rtk-chat": [
229178
- "rtk-tooltip"
229179
- ],
229180
229191
  "rtk-chat-composer-ui": [
229181
229192
  "rtk-tooltip"
229182
229193
  ],
@@ -2493,6 +2493,10 @@
2493
2493
  "name": "is-self",
2494
2494
  "description": "Is the message sent by the current user"
2495
2495
  },
2496
+ {
2497
+ "name": "pinned",
2498
+ "description": "Is message pinned"
2499
+ },
2496
2500
  {
2497
2501
  "name": "variant",
2498
2502
  "description": "Appearance",