@cloudflare/realtimekit-ui 1.1.0 → 1.1.1-staging.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/cjs/{full-screen-de3e9caf.js → full-screen-b02d13dd.js} +2 -2
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/realtimekit-ui.cjs.js +1 -1
  5. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +1 -1
  6. package/dist/cjs/rtk-avatar_26.cjs.entry.js +21 -13
  7. package/dist/cjs/rtk-breakout-rooms-manager_9.cjs.entry.js +7 -7
  8. package/dist/cjs/rtk-file-message_3.cjs.entry.js +6 -6
  9. package/dist/cjs/rtk-fullscreen-toggle.cjs.entry.js +2 -2
  10. package/dist/cjs/rtk-idle-screen.cjs.entry.js +43 -2
  11. package/dist/cjs/rtk-image-viewer.cjs.entry.js +1 -1
  12. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +1 -1
  13. package/dist/cjs/rtk-leave-button.cjs.entry.js +1 -1
  14. package/dist/cjs/rtk-message-list-view.cjs.entry.js +3 -3
  15. package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
  16. package/dist/cjs/rtk-notification.cjs.entry.js +2 -2
  17. package/dist/cjs/rtk-participant-setup.cjs.entry.js +2 -2
  18. package/dist/cjs/rtk-participant_2.cjs.entry.js +2 -2
  19. package/dist/cjs/rtk-participants-audio.cjs.entry.js +1 -1
  20. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +1 -1
  21. package/dist/cjs/rtk-plugins_2.cjs.entry.js +4 -4
  22. package/dist/cjs/rtk-poll_2.cjs.entry.js +3 -3
  23. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +1 -1
  24. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +7 -7
  25. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +1 -1
  26. package/dist/cjs/rtk-setup-screen.cjs.entry.js +21 -3
  27. package/dist/cjs/rtk-sidebar-ui.cjs.entry.js +2 -2
  28. package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +2 -2
  29. package/dist/cjs/rtk-stage.cjs.entry.js +1 -1
  30. package/dist/cjs/rtk-transcript.cjs.entry.js +1 -1
  31. package/dist/cjs/rtk-waiting-screen.cjs.entry.js +1 -1
  32. package/dist/collection/components/rtk-ai/rtk-ai.js +6 -0
  33. package/dist/collection/components/rtk-breakout-room-toggle/rtk-breakout-rooms-toggle.js +1 -1
  34. package/dist/collection/components/rtk-breakout-rooms-manager/rtk-breakout-rooms-manager.js +1 -1
  35. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +8 -2
  36. package/dist/collection/components/rtk-fullscreen-toggle/rtk-fullscreen-toggle.js +2 -2
  37. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.css +22 -0
  38. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +76 -1
  39. package/dist/collection/components/rtk-image-message/rtk-image-message.js +4 -4
  40. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +3 -3
  41. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +1 -1
  42. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +1 -1
  43. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +1 -1
  44. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +2 -2
  45. package/dist/collection/components/rtk-livestream-toggle/rtk-livestream-toggle.js +6 -0
  46. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
  47. package/dist/collection/components/rtk-meeting/rtk-meeting.js +10 -2
  48. package/dist/collection/components/rtk-menu/rtk-menu.js +2 -2
  49. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +1 -1
  50. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +1 -1
  51. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +3 -3
  52. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +2 -2
  53. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +1 -1
  54. package/dist/collection/components/rtk-notification/rtk-notification.js +2 -2
  55. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +1 -1
  56. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +2 -2
  57. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +1 -1
  58. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +1 -1
  59. package/dist/collection/components/rtk-participants-stage-queue/rtk-participants-stage-queue.js +6 -0
  60. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
  61. package/dist/collection/components/rtk-pip-toggle/rtk-pip-toggle.js +6 -0
  62. package/dist/collection/components/rtk-plugins/rtk-plugins.js +1 -1
  63. package/dist/collection/components/rtk-poll/rtk-poll.js +1 -1
  64. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +2 -2
  65. package/dist/collection/components/rtk-polls/rtk-polls.js +3 -3
  66. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +1 -1
  67. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +7 -7
  68. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +1 -1
  69. package/dist/collection/components/rtk-setup-screen/rtk-setup-screen.js +22 -3
  70. package/dist/collection/components/rtk-sidebar-ui/rtk-sidebar-ui.js +8 -2
  71. package/dist/collection/components/rtk-spinner/rtk-spinner.js +1 -1
  72. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +2 -2
  73. package/dist/collection/components/rtk-stage/rtk-stage.js +1 -1
  74. package/dist/collection/components/rtk-switch/rtk-switch.js +1 -1
  75. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +1 -1
  76. package/dist/collection/components/rtk-text-message/rtk-text-message.js +2 -2
  77. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +1 -1
  78. package/dist/collection/components/rtk-transcript/rtk-transcript.js +1 -1
  79. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +2 -2
  80. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +1 -1
  81. package/dist/collection/utils/full-screen.js +1 -1
  82. package/dist/components/{p-8861d5a3.js → p-00551379.js} +1 -1
  83. package/dist/components/{p-7adb3504.js → p-08698341.js} +1 -1
  84. package/dist/components/{p-e544a590.js → p-0d76966c.js} +2 -2
  85. package/dist/components/{p-88aded7d.js → p-0f065bee.js} +5 -5
  86. package/dist/components/{p-8a66a347.js → p-0f39e8ae.js} +1 -1
  87. package/dist/components/{p-a6c93f34.js → p-1186c3c8.js} +1 -1
  88. package/dist/components/{p-71fbfb8b.js → p-1cbbf87d.js} +1 -1
  89. package/dist/components/{p-d0f54eea.js → p-1fd0aeb8.js} +2 -2
  90. package/dist/components/{p-4a1144e2.js → p-2281c2c4.js} +2 -2
  91. package/dist/components/{p-52d9029f.js → p-2c66d025.js} +2 -2
  92. package/dist/components/{p-0a36cb4b.js → p-2f56d366.js} +5 -5
  93. package/dist/components/{p-d029dd2f.js → p-3577385a.js} +1 -1
  94. package/dist/components/{p-c9db1b82.js → p-38ba07d0.js} +1 -1
  95. package/dist/components/{p-02f19345.js → p-3974d97a.js} +2 -2
  96. package/dist/components/{p-4a5d3b4c.js → p-41d43013.js} +2 -2
  97. package/dist/components/{p-a8d77615.js → p-4870263f.js} +7 -7
  98. package/dist/components/{p-c3bfa8f1.js → p-4a8d69ae.js} +1 -1
  99. package/dist/components/{p-4942bfd2.js → p-4b7af749.js} +1 -1
  100. package/dist/components/{p-b226a124.js → p-512c4515.js} +2 -2
  101. package/dist/components/{p-881e5548.js → p-526870e9.js} +10 -10
  102. package/dist/components/{p-c9ee0428.js → p-528cc24e.js} +3 -3
  103. package/dist/components/{p-e93218b8.js → p-5c4de4b9.js} +5 -5
  104. package/dist/components/{p-08351fd6.js → p-5cce54f2.js} +2 -2
  105. package/dist/components/{p-27029836.js → p-61dcdd44.js} +1 -1
  106. package/dist/components/{p-c39c6e12.js → p-6857797f.js} +3 -3
  107. package/dist/components/{p-45a9a385.js → p-6c0eb5d7.js} +4 -4
  108. package/dist/components/{p-af2b1476.js → p-7210157d.js} +2 -2
  109. package/dist/components/{p-15d2291f.js → p-8123217e.js} +2 -2
  110. package/dist/components/{p-22827c53.js → p-81658a62.js} +2 -2
  111. package/dist/components/{p-345a07e8.js → p-81f479e2.js} +2 -2
  112. package/dist/components/{p-7f71b3c7.js → p-8a0106ed.js} +17 -17
  113. package/dist/components/{p-a4d13056.js → p-9bf3a2cd.js} +4 -4
  114. package/dist/components/{p-dfdbb665.js → p-9cf41ab1.js} +1 -1
  115. package/dist/components/{p-d2cbc2d1.js → p-a101bff7.js} +6 -6
  116. package/dist/components/{p-2f68e7bb.js → p-a339a693.js} +5 -5
  117. package/dist/components/{p-abf952f5.js → p-ad179bea.js} +1 -1
  118. package/dist/components/{p-6ac87493.js → p-ad194cf2.js} +4 -4
  119. package/dist/components/{p-cd6f04ae.js → p-b1723439.js} +1 -1
  120. package/dist/components/{p-fe0d125b.js → p-bcff8acc.js} +1 -1
  121. package/dist/components/{p-b3240843.js → p-c0de7320.js} +1 -1
  122. package/dist/components/{p-d9626191.js → p-cb053923.js} +1 -1
  123. package/dist/components/{p-7384c20c.js → p-d0eb78a2.js} +4 -4
  124. package/dist/components/{p-e7b7abfe.js → p-d70fbc37.js} +2 -2
  125. package/dist/components/{p-dd8a892e.js → p-da13b457.js} +1 -1
  126. package/dist/components/{p-9f481b70.js → p-f1fa3b2a.js} +2 -2
  127. package/dist/components/{p-ac6a5fc5.js → p-f4bd3f50.js} +2 -2
  128. package/dist/components/{p-7f3bfc54.js → p-f517e595.js} +1 -1
  129. package/dist/components/{p-2232de67.js → p-fad88ee4.js} +3 -3
  130. package/dist/components/{p-298aa8be.js → p-fb5a823a.js} +5 -5
  131. package/dist/components/rtk-ai-toggle.js +2 -2
  132. package/dist/components/rtk-audio-tile.js +2 -2
  133. package/dist/components/rtk-avatar.js +1 -1
  134. package/dist/components/rtk-breakout-room-manager.js +1 -1
  135. package/dist/components/rtk-breakout-room-participants.js +1 -1
  136. package/dist/components/rtk-breakout-rooms-manager.js +1 -1
  137. package/dist/components/rtk-breakout-rooms-toggle.js +2 -2
  138. package/dist/components/rtk-broadcast-message-modal.js +1 -1
  139. package/dist/components/rtk-camera-toggle.js +2 -2
  140. package/dist/components/rtk-caption-toggle.js +2 -2
  141. package/dist/components/rtk-chat-composer-ui.js +3 -3
  142. package/dist/components/rtk-chat-composer-view.js +1 -1
  143. package/dist/components/rtk-chat-header.js +1 -1
  144. package/dist/components/rtk-chat-message.js +1 -1
  145. package/dist/components/rtk-chat-messages-ui-paginated.js +1 -1
  146. package/dist/components/rtk-chat-messages-ui.js +9 -9
  147. package/dist/components/rtk-chat-search-results.js +9 -9
  148. package/dist/components/rtk-chat-selector.js +1 -1
  149. package/dist/components/rtk-chat-toggle.js +2 -2
  150. package/dist/components/rtk-chat.js +1 -1
  151. package/dist/components/rtk-controlbar-button.js +1 -1
  152. package/dist/components/rtk-debugger-toggle.js +2 -2
  153. package/dist/components/rtk-dialog-manager.js +10 -10
  154. package/dist/components/rtk-emoji-picker.js +1 -1
  155. package/dist/components/rtk-fullscreen-toggle.js +1 -1
  156. package/dist/components/rtk-grid.js +4 -4
  157. package/dist/components/rtk-idle-screen.js +51 -4
  158. package/dist/components/rtk-image-message-view.js +1 -1
  159. package/dist/components/rtk-image-message.js +1 -1
  160. package/dist/components/rtk-image-viewer.js +1 -1
  161. package/dist/components/rtk-information-tooltip.js +1 -1
  162. package/dist/components/rtk-leave-button.js +3 -3
  163. package/dist/components/rtk-leave-meeting.js +1 -1
  164. package/dist/components/rtk-livestream-player.js +1 -1
  165. package/dist/components/rtk-livestream-toggle.js +2 -2
  166. package/dist/components/rtk-markdown-view.js +1 -1
  167. package/dist/components/rtk-meeting.js +28 -20
  168. package/dist/components/rtk-menu-item.js +1 -1
  169. package/dist/components/rtk-menu-list.js +1 -1
  170. package/dist/components/rtk-menu.js +1 -1
  171. package/dist/components/rtk-message-list-view.js +4 -4
  172. package/dist/components/rtk-message-view.js +1 -1
  173. package/dist/components/rtk-mic-toggle.js +2 -2
  174. package/dist/components/rtk-more-toggle.js +4 -4
  175. package/dist/components/rtk-mute-all-button.js +2 -2
  176. package/dist/components/rtk-mute-all-confirmation.js +1 -1
  177. package/dist/components/rtk-notification.js +1 -1
  178. package/dist/components/rtk-notifications.js +1 -1
  179. package/dist/components/rtk-overlay-modal.js +1 -1
  180. package/dist/components/rtk-paginated-list.js +1 -1
  181. package/dist/components/rtk-participant-setup.js +2 -2
  182. package/dist/components/rtk-participant.js +1 -1
  183. package/dist/components/rtk-participants-audio.js +1 -1
  184. package/dist/components/rtk-participants-stage-list.js +1 -1
  185. package/dist/components/rtk-participants-stage-queue.js +1 -1
  186. package/dist/components/rtk-participants-toggle.js +2 -2
  187. package/dist/components/rtk-participants-viewer-list.js +1 -1
  188. package/dist/components/rtk-participants-waiting-list.js +1 -1
  189. package/dist/components/rtk-participants.js +11 -11
  190. package/dist/components/rtk-permissions-message.js +1 -1
  191. package/dist/components/rtk-pinned-message-selector.js +1 -1
  192. package/dist/components/rtk-pip-toggle.js +2 -2
  193. package/dist/components/rtk-plugins-toggle.js +2 -2
  194. package/dist/components/rtk-plugins.js +1 -1
  195. package/dist/components/rtk-poll-form.js +1 -1
  196. package/dist/components/rtk-poll.js +1 -1
  197. package/dist/components/rtk-polls-toggle.js +2 -2
  198. package/dist/components/rtk-polls.js +1 -1
  199. package/dist/components/rtk-recording-indicator.js +1 -1
  200. package/dist/components/rtk-recording-toggle.js +2 -2
  201. package/dist/components/rtk-screen-share-toggle.js +2 -2
  202. package/dist/components/rtk-screenshare-view.js +7 -7
  203. package/dist/components/rtk-settings-audio.js +1 -1
  204. package/dist/components/rtk-settings-toggle.js +3 -3
  205. package/dist/components/rtk-settings-video.js +1 -1
  206. package/dist/components/rtk-settings.js +3 -3
  207. package/dist/components/rtk-setup-screen.js +23 -4
  208. package/dist/components/rtk-sidebar-ui.js +1 -1
  209. package/dist/components/rtk-sidebar.js +5 -5
  210. package/dist/components/rtk-spinner.js +1 -1
  211. package/dist/components/rtk-spotlight-grid.js +2 -2
  212. package/dist/components/rtk-stage-toggle.js +2 -2
  213. package/dist/components/rtk-stage.js +1 -1
  214. package/dist/components/rtk-switch.js +1 -1
  215. package/dist/components/rtk-text-composer-view.js +1 -1
  216. package/dist/components/rtk-text-message-view.js +1 -1
  217. package/dist/components/rtk-text-message.js +1 -1
  218. package/dist/components/rtk-transcript.js +1 -1
  219. package/dist/components/rtk-transcripts.js +1 -1
  220. package/dist/components/rtk-virtualized-participant-list.js +1 -1
  221. package/dist/components/rtk-waiting-screen.js +1 -1
  222. package/dist/docs/docs-components.json +54 -12
  223. package/dist/docs/docs-vscode.json +6 -6
  224. package/dist/esm/{full-screen-1f58c594.js → full-screen-d36ffc68.js} +2 -2
  225. package/dist/esm/loader.js +140 -73
  226. package/dist/esm/realtimekit-ui.js +1 -1
  227. package/dist/esm/rtk-audio-visualizer_4.entry.js +1 -1
  228. package/dist/esm/rtk-avatar_26.entry.js +21 -13
  229. package/dist/esm/rtk-breakout-rooms-manager_9.entry.js +7 -7
  230. package/dist/esm/rtk-file-message_3.entry.js +6 -6
  231. package/dist/esm/rtk-fullscreen-toggle.entry.js +2 -2
  232. package/dist/esm/rtk-idle-screen.entry.js +43 -2
  233. package/dist/esm/rtk-image-viewer.entry.js +1 -1
  234. package/dist/esm/rtk-information-tooltip.entry.js +1 -1
  235. package/dist/esm/rtk-leave-button.entry.js +1 -1
  236. package/dist/esm/rtk-message-list-view.entry.js +3 -3
  237. package/dist/esm/rtk-more-toggle.entry.js +2 -2
  238. package/dist/esm/rtk-notification.entry.js +2 -2
  239. package/dist/esm/rtk-participant-setup.entry.js +2 -2
  240. package/dist/esm/rtk-participant_2.entry.js +2 -2
  241. package/dist/esm/rtk-participants-audio.entry.js +1 -1
  242. package/dist/esm/rtk-participants-stage-list_4.entry.js +1 -1
  243. package/dist/esm/rtk-plugins_2.entry.js +4 -4
  244. package/dist/esm/rtk-poll_2.entry.js +3 -3
  245. package/dist/esm/rtk-recording-indicator.entry.js +1 -1
  246. package/dist/esm/rtk-screenshare-view.entry.js +7 -7
  247. package/dist/esm/rtk-settings-toggle.entry.js +1 -1
  248. package/dist/esm/rtk-setup-screen.entry.js +21 -3
  249. package/dist/esm/rtk-sidebar-ui.entry.js +2 -2
  250. package/dist/esm/rtk-spotlight-grid.entry.js +2 -2
  251. package/dist/esm/rtk-stage.entry.js +1 -1
  252. package/dist/esm/rtk-transcript.entry.js +1 -1
  253. package/dist/esm/rtk-waiting-screen.entry.js +1 -1
  254. package/dist/realtimekit-ui/{p-be0cae77.entry.js → p-07860158.entry.js} +1 -1
  255. package/dist/realtimekit-ui/{p-9e27670a.entry.js → p-0bd7eedc.entry.js} +1 -1
  256. package/dist/realtimekit-ui/{p-4e604bf1.entry.js → p-1a4f0b00.entry.js} +1 -1
  257. package/dist/realtimekit-ui/{p-cc71c33f.entry.js → p-1efb8f44.entry.js} +1 -1
  258. package/dist/realtimekit-ui/{p-8e867ba8.entry.js → p-1f877b80.entry.js} +1 -1
  259. package/dist/realtimekit-ui/{p-f46787e0.entry.js → p-205590ae.entry.js} +1 -1
  260. package/dist/realtimekit-ui/p-3125a6e7.entry.js +1 -0
  261. package/dist/realtimekit-ui/{p-10d4354c.entry.js → p-319034e1.entry.js} +1 -1
  262. package/dist/realtimekit-ui/{p-309b8a96.entry.js → p-6038d773.entry.js} +1 -1
  263. package/dist/realtimekit-ui/{p-1e16ecb3.entry.js → p-6741242b.entry.js} +1 -1
  264. package/dist/realtimekit-ui/p-67e751d5.entry.js +1 -0
  265. package/dist/realtimekit-ui/{p-60b3fbb2.entry.js → p-67f94206.entry.js} +1 -1
  266. package/dist/realtimekit-ui/{p-c7ddf9a9.entry.js → p-6a1faaf1.entry.js} +1 -1
  267. package/dist/realtimekit-ui/{p-c794adf9.entry.js → p-6d0690f6.entry.js} +1 -1
  268. package/dist/realtimekit-ui/{p-29d3f735.entry.js → p-76b45a0d.entry.js} +1 -1
  269. package/dist/realtimekit-ui/{p-84476389.entry.js → p-78802076.entry.js} +1 -1
  270. package/dist/realtimekit-ui/{p-d8e64814.entry.js → p-8dd8bab2.entry.js} +1 -1
  271. package/dist/realtimekit-ui/p-8e9ff91e.entry.js +1 -0
  272. package/dist/realtimekit-ui/{p-2251059d.entry.js → p-91735c98.entry.js} +1 -1
  273. package/dist/realtimekit-ui/p-a09b6b2c.entry.js +1 -0
  274. package/dist/realtimekit-ui/{p-f42001bb.entry.js → p-aac14289.entry.js} +1 -1
  275. package/dist/realtimekit-ui/{p-6f913b9b.entry.js → p-b5d279fd.entry.js} +1 -1
  276. package/dist/realtimekit-ui/{p-cedff249.entry.js → p-b7bbc696.entry.js} +1 -1
  277. package/dist/realtimekit-ui/{p-fc0eb2e6.entry.js → p-d1a6e546.entry.js} +1 -1
  278. package/dist/realtimekit-ui/{p-c8239122.entry.js → p-d3acf8e9.entry.js} +1 -1
  279. package/dist/realtimekit-ui/p-d5af89d0.entry.js +1 -0
  280. package/dist/realtimekit-ui/{p-d3d4e6de.entry.js → p-e62baf7c.entry.js} +1 -1
  281. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
  282. package/dist/types/components/rtk-ai/rtk-ai.d.ts +6 -0
  283. package/dist/types/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.d.ts +6 -0
  284. package/dist/types/components/rtk-idle-screen/rtk-idle-screen.d.ts +11 -0
  285. package/dist/types/components/rtk-livestream-toggle/rtk-livestream-toggle.d.ts +6 -0
  286. package/dist/types/components/rtk-participants-stage-queue/rtk-participants-stage-queue.d.ts +6 -0
  287. package/dist/types/components/rtk-pip-toggle/rtk-pip-toggle.d.ts +6 -0
  288. package/dist/types/components/rtk-setup-screen/rtk-setup-screen.d.ts +1 -0
  289. package/dist/types/components/rtk-sidebar-ui/rtk-sidebar-ui.d.ts +6 -0
  290. package/dist/types/components.d.ts +128 -0
  291. package/dist/types/types/props.d.ts +1 -0
  292. package/dist/types/utils/full-screen.d.ts +1 -1
  293. package/package.json +2 -3
  294. package/dist/realtimekit-ui/p-14dc10b8.entry.js +0 -1
  295. package/dist/realtimekit-ui/p-5ef7cf76.entry.js +0 -1
  296. package/dist/realtimekit-ui/p-9599b2e4.entry.js +0 -1
  297. package/dist/realtimekit-ui/p-bb907330.entry.js +0 -1
  298. package/dist/realtimekit-ui/p-f8089097.entry.js +0 -1
  299. /package/dist/realtimekit-ui/{p-02f19345.js → p-3974d97a.js} +0 -0
@@ -9,7 +9,7 @@ export class RtkTextMessageView {
9
9
  this.isMarkdown = false;
10
10
  }
11
11
  render() {
12
- return (h("p", { key: '415dec939e8fa149f006a5c3afc4bafc11f911af', class: { text: true, emoji: hasOnlyEmojis(this.text) } }, this.isMarkdown ? h("rtk-markdown-view", { text: this.text }) : this.text));
12
+ return (h("p", { key: '45d7cc7d147e74609251f6ab3c2918d42ec6aaea', class: { text: true, emoji: hasOnlyEmojis(this.text) } }, this.isMarkdown ? h("rtk-markdown-view", { text: this.text }) : this.text));
13
13
  }
14
14
  static get is() { return "rtk-text-message-view"; }
15
15
  static get originalStyleUrls() {
@@ -40,7 +40,7 @@ export class RtkTranscript {
40
40
  }, 10000);
41
41
  }
42
42
  render() {
43
- return (h(Host, { key: '1ef3069a15bd4ad0a8640e4caca8848827caae76' }, h("div", { key: 'f83ec302741a682c167759499a96827e860d4d10', class: "ctr" }, h("p", { key: 'e2f8c1217b7356c9ac1512d5b7829665811aec23', class: "message" }, h("span", { key: 'facedc310aadcbd93f2739e08eaa269c7ec11432', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
43
+ return (h(Host, { key: '0c5388d7f66dc55a13ccd85b83292bacfe4d1c7a' }, h("div", { key: '3b1684efa2f6b9e5653cec33572ffe41654460e9', class: "ctr" }, h("p", { key: 'b055b2371877d999c7ac60ff67f1c7ece9e4ec42', class: "message" }, h("span", { key: '283903c7e3cd282f6f377e93bd13faba265acdd8', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
44
44
  }
45
45
  static get is() { return "rtk-transcript"; }
46
46
  static get encapsulation() { return "shadow"; }
@@ -112,12 +112,12 @@ export class RtkVirtualizedParticipantList {
112
112
  render() {
113
113
  var _a;
114
114
  const totalHeight = this.items.length * this.itemHeight; // Total height of the list
115
- return (h("div", { key: '80594f2356826b50b6f5ff18da86eca5c449f57d', class: "virtual-list-container", style: {
115
+ return (h("div", { key: '279498eedaa6605456a2fffc004bd0204179ffde', class: "virtual-list-container", style: {
116
116
  position: 'relative',
117
117
  height: '100%',
118
118
  overflowX: 'hidden',
119
119
  overflowY: 'auto',
120
- } }, h("div", { key: '83a41cbae84dc79b3f13bcc7fffce56b56428258', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: '57078e5373c356494f77e38503d334d921181cca', style: { height: `${this.itemHeight}px` } })));
120
+ } }, h("div", { key: 'debb114c51c7c229b72cfcd7e87aa845ab6647e1', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: '7a97a5dd632fe6d4227674e46e091a1466c725bf', style: { height: `${this.itemHeight}px` } })));
121
121
  }
122
122
  static get is() { return "rtk-virtualized-participant-list"; }
123
123
  static get originalStyleUrls() {
@@ -23,7 +23,7 @@ export class RtkWaitingScreen {
23
23
  this.t = useLanguage();
24
24
  }
25
25
  render() {
26
- return (h(Host, { key: '3dabde5229cc774205c261f4d75898fabb13664c' }, h("slot", { key: 'aee4650d8108dd7ca85a1894aed69585c56dc071' }, h("div", { key: '81675717c6d563e24ab0768ca2ee2d42f82951d1', class: "centered", part: "content" }, h("rtk-logo", { key: '7bfa23389008d7174a2ab2538c046d8e11c74d89', meeting: this.meeting, config: this.config, part: "logo", t: this.t }), h("p", { key: 'ee05c7dfd65465ea9bf8f0064793f7c77b8fb3c8' }, this.t('waitlist.body_text'))))));
26
+ return (h(Host, { key: 'ac7096bd5df59387dcef15bbd4ef8955a4a42298' }, h("slot", { key: '6dd0f5b9555c956c1371311ef3c4ac8f661e9523' }, h("div", { key: '07925b636545e1196b10512cd504516df2cfbbf4', class: "centered", part: "content" }, h("rtk-logo", { key: '9b3fcf182d7c68aaf525a8170dbab9e59fc40404', meeting: this.meeting, config: this.config, part: "logo", t: this.t }), h("p", { key: '763a6403bc98a16f020101090bbed250041ae7cd' }, this.t('waitlist.body_text'))))));
27
27
  }
28
28
  static get is() { return "rtk-waiting-screen"; }
29
29
  static get encapsulation() { return "shadow"; }
@@ -17,7 +17,7 @@ export const requestFullScreen = (el) => {
17
17
  el.msRequestFullscreen();
18
18
  }
19
19
  };
20
- export const exitFullSreen = () => {
20
+ export const exitFullScreen = () => {
21
21
  if (document.exitFullscreen != null) {
22
22
  document.exitFullscreen();
23
23
  }
@@ -42,7 +42,7 @@ const RtkTranscript = /*@__PURE__*/ proxyCustomElement(class RtkTranscript exten
42
42
  }, 10000);
43
43
  }
44
44
  render() {
45
- return (h(Host, { key: '1ef3069a15bd4ad0a8640e4caca8848827caae76' }, h("div", { key: 'f83ec302741a682c167759499a96827e860d4d10', class: "ctr" }, h("p", { key: 'e2f8c1217b7356c9ac1512d5b7829665811aec23', class: "message" }, h("span", { key: 'facedc310aadcbd93f2739e08eaa269c7ec11432', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
45
+ return (h(Host, { key: '0c5388d7f66dc55a13ccd85b83292bacfe4d1c7a' }, h("div", { key: '3b1684efa2f6b9e5653cec33572ffe41654460e9', class: "ctr" }, h("p", { key: 'b055b2371877d999c7ac60ff67f1c7ece9e4ec42', class: "message" }, h("span", { key: '283903c7e3cd282f6f377e93bd13faba265acdd8', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
46
46
  }
47
47
  static get watchers() { return {
48
48
  "transcript": ["transcriptChanged"]
@@ -76,7 +76,7 @@ const RtkTextComposerView = /*@__PURE__*/ proxyCustomElement(class RtkTextCompos
76
76
  }
77
77
  }
78
78
  render() {
79
- return (h("div", { key: '38a6c64bb92fd72f76109e0d55c04c00a77bb43a', class: "chat-input", part: "chat-input-container" }, this.maxLengthBreached > 0 && (h("div", { key: 'b3d3ed9cd0694edf05cb7ccda50dc8f6157315ef', class: 'text-error ' + (this.maxLengthBreached === this.maxLength ? 'breached' : '') }, h("rtk-icon", { key: 'c5cd3e9887e90970729dc808413997bc17835ae6', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.maxLengthBreached, " / ", this.maxLength, " ", this.t('chat.max_limit_warning'))), this.rateLimitBreached && (h("div", { key: 'fd2c53dc324defba567638782d2fafd66f9be11b', class: 'text-error breached' }, h("rtk-icon", { key: '7f60d2b74f45a7c4e4cbe422066803ff750fa5ef', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.t('chat.rate_limit_error'))), h("textarea", { key: 'd60bd094237e82a8a66e5afd6be464a242f43afa', ref: (el) => (this.$textArea = el), placeholder: this.placeholder, disabled: this.disabled, onInput: this.onInputHandler, onKeyDown: this.keyDownHandler, part: "chat-input", value: this.value })));
79
+ return (h("div", { key: '900c8fc082af9cffe94011fb0d682802cc450851', class: "chat-input", part: "chat-input-container" }, this.maxLengthBreached > 0 && (h("div", { key: 'fa2362fa593952c3680ae3408c8041c2567342dc', class: 'text-error ' + (this.maxLengthBreached === this.maxLength ? 'breached' : '') }, h("rtk-icon", { key: '0bfa55917acfbe23250bb2b3d487cf27c1eddc58', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.maxLengthBreached, " / ", this.maxLength, " ", this.t('chat.max_limit_warning'))), this.rateLimitBreached && (h("div", { key: 'b4dc7987ec892e6dd8746d21efddeb0a3b765a4c', class: 'text-error breached' }, h("rtk-icon", { key: 'e74b331f6674c5a5a7596d848c7b4846d28a4700', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.t('chat.rate_limit_error'))), h("textarea", { key: '16dfc924b0d935a2e6b4d9fd22418331a9cd1044', ref: (el) => (this.$textArea = el), placeholder: this.placeholder, disabled: this.disabled, onInput: this.onInputHandler, onKeyDown: this.keyDownHandler, part: "chat-input", value: this.value })));
80
80
  }
81
81
  static get style() { return RtkTextComposerViewStyle0; }
82
82
  }, [1, "rtk-text-composer-view", {
@@ -3,7 +3,7 @@ import { c as createDefaultConfig, e as defaultIconPack, i as useLanguage } from
3
3
  import './p-a83ccdbd.js';
4
4
  import { R as Render } from './p-f3c261ec.js';
5
5
  import { S as SyncWithStore } from './p-e334e15c.js';
6
- import { d as defineCustomElement$1 } from './p-d0f54eea.js';
6
+ import { d as defineCustomElement$1 } from './p-1fd0aeb8.js';
7
7
 
8
8
  const rtkParticipantsStageListCss = ":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{display:flex;width:100%;flex-direction:column;font-size:14px}.participants-container{margin-bottom:var(--rtk-space-4, 16px);height:100%;width:100%}h3,.heading-count{margin:var(--rtk-space-0, 0px);display:flex;align-items:center;justify-content:center;padding:var(--rtk-space-0, 0px);font-size:16px;font-weight:400;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));text-align:center}.heading-count{font-size:14px}.participants{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}.empty-stage-list{margin-top:var(--rtk-space-4, 16px);margin-bottom:var(--rtk-space-4, 16px);text-align:center;font-size:12px;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}rtk-participant{width:100%}";
9
9
  const RtkParticipantsStageListStyle0 = rtkParticipantsStageListCss;
@@ -108,7 +108,7 @@ const RtkParticipants = /*@__PURE__*/ proxyCustomElement(class RtkParticipants e
108
108
  }
109
109
  }
110
110
  render() {
111
- return (h(Host, { key: 'ecc05db9075b4b8a70c3255c27958fc20bcf87cf' }, h("div", { key: '2bdf1aa213682d4ea175e10ccd2f87e437ace5c9', class: "participants-container" }, !this.hideHeader && (h("div", { key: '239593a2d551ab92d5cda3bcc3105d642b0c9c21', class: "heading-count", part: "heading-count" }, this.t('participants'), " (", this.participants.length, ")")), h("rtk-virtualized-participant-list", { key: '8ade637f0728fceb723370c8c7dd6e675eac0678', items: this.participants, renderItem: this.createParticipantNode, part: "participants", class: "participants", emptyListElement: h("div", { class: "empty-stage-list" }, this.search.length > 0 ? this.t('search.could_not_find') : this.t('search.empty')) }))));
111
+ return (h(Host, { key: '82b79281405ea4012121471e245fd23b3b9c7bc6' }, h("div", { key: '231fbe8a811f49a92f6b16fb06e7246aebee7b77', class: "participants-container" }, !this.hideHeader && (h("div", { key: '0398c09c5c203bb6e581d3c016910542f36ba0d5', class: "heading-count", part: "heading-count" }, this.t('participants'), " (", this.participants.length, ")")), h("rtk-virtualized-participant-list", { key: '7e33ce03b36d42fd91f360e7bcd19d08d77a5ac0', items: this.participants, renderItem: this.createParticipantNode, part: "participants", class: "participants", emptyListElement: h("div", { class: "empty-stage-list" }, this.search.length > 0 ? this.t('search.could_not_find') : this.t('search.empty')) }))));
112
112
  }
113
113
  static get watchers() { return {
114
114
  "meeting": ["meetingChanged"],
@@ -5,8 +5,8 @@ import { s as smoothScrollToBottom } from './p-0752f2ba.js';
5
5
  import { S as SyncWithStore } from './p-e334e15c.js';
6
6
  import { d as defineCustomElement$5 } from './p-e229128b.js';
7
7
  import { d as defineCustomElement$4 } from './p-a3cc7425.js';
8
- import { d as defineCustomElement$3 } from './p-abf952f5.js';
9
- import { d as defineCustomElement$2 } from './p-ac6a5fc5.js';
8
+ import { d as defineCustomElement$3 } from './p-ad179bea.js';
9
+ import { d as defineCustomElement$2 } from './p-f4bd3f50.js';
10
10
  import { d as defineCustomElement$1 } from './p-15156a2c.js';
11
11
 
12
12
  const rtkPollsCss = ":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)}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))\n var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar{height:var(--rtk-space-1\\.5, 6px);width:var(--rtk-space-1\\.5, 6px);border-radius:9999px;background-color:var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;background-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))}:host{margin-top:var(--rtk-space-2, 8px);display:flex;height:100%;width:100%;flex-direction:column;font-size:14px}*{box-sizing:border-box}.ctr{box-sizing:border-box;padding:var(--rtk-space-3, 12px);padding-top:var(--rtk-space-0, 0px);display:flex;flex:1 1 0%;flex-direction:column}.polls-view{overflow-y:auto;flex:1 1 0%;flex-basis:0}.empty-polls{display:flex;height:100%;width:100%;align-items:center;justify-content:center}";
@@ -79,14 +79,14 @@ const RtkPolls = /*@__PURE__*/ proxyCustomElement(class RtkPolls extends H {
79
79
  }
80
80
  render() {
81
81
  var _a, _b;
82
- return (h(Host, { key: 'fef552b1147fd9e2c225afdf34b9aba0c0e2e4b5' }, h("div", { key: '87dd153ca64208a012de65778f43b1d855b73bac', class: "ctr", part: "container" }, h("div", { key: 'cb58918d2c1d4cac8be9d8cba04b2860dcd80cd7', class: "polls-view scrollbar", ref: (el) => (this.pollEl = el), part: "polls" }, this.polls.length == 0 && this.create !== true && (h("div", { key: 'e03792733786017f2ddb8f75d7852dc417491025', class: "empty-polls" }, this.t('polls.empty'))), this.polls.map((item) => {
82
+ return (h(Host, { key: '0e868573a28a637e9df91a0c2e10bc1a73da2848' }, h("div", { key: '63cf282074f7c9eb248c4a645f6798001379907b', class: "ctr", part: "container" }, h("div", { key: '3237128bcbff4b513970e9832f26326a8be1cf56', class: "polls-view scrollbar", ref: (el) => (this.pollEl = el), part: "polls" }, this.polls.length == 0 && this.create !== true && (h("div", { key: '12b3c463d0f63f0a62ab33f17c0f18bb44fa0408', class: "empty-polls" }, this.t('polls.empty'))), this.polls.map((item) => {
83
83
  var _a;
84
84
  return (h("rtk-poll", { key: item.id, poll: item, onRtkVotePoll: (e) => {
85
85
  this.onVote(e.detail.id, e.detail.index);
86
86
  }, self: (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.self.userId, iconPack: this.iconPack, t: this.t, permissions: this.permissions }));
87
- }), this.create && (h("rtk-poll-form", { key: 'b7489db77028a96177a6e8df6ba1bfc81893ff99', part: "poll-form", onRtkCreatePoll: (e) => {
87
+ }), this.create && (h("rtk-poll-form", { key: 'fb8b90bb86654aa8742ced745f88e5fbdc9282bf', part: "poll-form", onRtkCreatePoll: (e) => {
88
88
  this.onCreate(e.detail);
89
- }, iconPack: this.iconPack, t: this.t }))), ((_b = (_a = this.permissions) === null || _a === void 0 ? void 0 : _a.polls) === null || _b === void 0 ? void 0 : _b.canCreate) && (h("rtk-button", { key: '135391084ad419b455a173f2b6dcbea2a14725b5', kind: "wide", onClick: () => this.toggleCreateState(), variant: this.create ? 'secondary' : 'primary', part: "button" }, this.create ? this.t('polls.cancel') : this.t('polls.create'))))));
89
+ }, iconPack: this.iconPack, t: this.t }))), ((_b = (_a = this.permissions) === null || _a === void 0 ? void 0 : _a.polls) === null || _b === void 0 ? void 0 : _b.canCreate) && (h("rtk-button", { key: '7fffe35088db7620b4301145c6efa2f6da05153c', kind: "wide", onClick: () => this.toggleCreateState(), variant: this.create ? 'secondary' : 'primary', part: "button" }, this.create ? this.t('polls.cancel') : this.t('polls.create'))))));
90
90
  }
91
91
  static get watchers() { return {
92
92
  "meeting": ["meetingChanged"]
@@ -28,7 +28,7 @@ const RtkMenuList = /*@__PURE__*/ proxyCustomElement(class RtkMenuList extends H
28
28
  this.t = useLanguage();
29
29
  }
30
30
  render() {
31
- return (h(Host, { key: '0ac5ed2be7991106090b3ca0aa5a66a59f0e8250', class: { [this.menuVariant]: true } }, h("slot", { key: 'cd8312cfd2de7eeb7d590e4189f482d620f59ef8' })));
31
+ return (h(Host, { key: '747bcb38ca155d89fd5ae2c5fa2e667ad1e96a2f', class: { [this.menuVariant]: true } }, h("slot", { key: '5e9137c067847c3c4ef2defdcc958c077b821621' })));
32
32
  }
33
33
  static get style() { return RtkMenuListStyle0; }
34
34
  }, [1, "rtk-menu-list", {
@@ -37,7 +37,7 @@ const RtkMuteAllConfirmation = /*@__PURE__*/ proxyCustomElement(class RtkMuteAll
37
37
  };
38
38
  }
39
39
  render() {
40
- return (h(Host, { key: '09ac6d366f7e831dc4c230a095362e3052d6b660' }, h("div", { key: 'b61c716f655d8498369a44fc428eaa66cc3ac3e4', class: "leave-modal" }, h("div", { key: 'fd29e553be01e54aca6103150eb93ee813165910', class: "header" }, h("h2", { key: '0f51a2bd668ee218fd24ed2c159bb9b3a242de69', class: "title" }, this.t('mute_all.header'))), h("p", { key: 'ad73531526726e07ecb12ce0cee079ec13eba45b', class: "message" }, this.t('mute_all.description')), h("div", { key: '0b1afc1be6bdcbbe938f381f0d03cd6dbb5fd78d', class: "content" }, h("div", { key: '7df30df11df3ac465be7d2efc5b8192788cb25f0', class: "leave-meeting" }, h("rtk-button", { key: 'f53cf09dd418a9df6d48d1bbb9b5a39effbdfd89', variant: "secondary", title: this.t('close'), onClick: this.onClose }, this.t('cancel')), h("rtk-button", { key: 'a459d494e2087c8794f4b0dd31b1544b59628916', variant: "danger", title: this.t('mute_all'), onClick: this.onMuteAll }, this.t('mute_all')))))));
40
+ return (h(Host, { key: 'cc42523605a89e127a34ffb366386c96e9e8bcc8' }, h("div", { key: '680059dc6adedc51406964516092716a4be9b0b8', class: "leave-modal" }, h("div", { key: 'c93fd02d2980e40ea05c2a72cde974c13313a5c6', class: "header" }, h("h2", { key: 'ed72b35943df3b6e277b072a283bc14df478334c', class: "title" }, this.t('mute_all.header'))), h("p", { key: '5e0fad3eaa18529f9ae576d0878b81bd8ecd86ec', class: "message" }, this.t('mute_all.description')), h("div", { key: '9d7de3d65427027e8ed91168a2d5005c4786fd03', class: "content" }, h("div", { key: 'aa6ec55ea8d2a57810c7270abeda998439339b0d', class: "leave-meeting" }, h("rtk-button", { key: '98e75f8a7d6f929a988cb79bd4ab0edd55032933', variant: "secondary", title: this.t('close'), onClick: this.onClose }, this.t('cancel')), h("rtk-button", { key: '1e4738bcc21c4f9a09f833028f25b2a9255e718d', variant: "danger", title: this.t('mute_all'), onClick: this.onMuteAll }, this.t('mute_all')))))));
41
41
  }
42
42
  static get style() { return RtkMuteAllConfirmationStyle0; }
43
43
  }, [1, "rtk-mute-all-confirmation", {
@@ -5,7 +5,7 @@ import { S as SyncWithStore } from './p-e334e15c.js';
5
5
  import { d as defineCustomElement$4 } from './p-d6024528.js';
6
6
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
7
7
  import { d as defineCustomElement$2 } from './p-401ce922.js';
8
- import { d as defineCustomElement$1 } from './p-fe0d125b.js';
8
+ import { d as defineCustomElement$1 } from './p-bcff8acc.js';
9
9
 
10
10
  const rtkSettingsVideoCss = ":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)}.rtk-select{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.rtk-select:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.rtk-select{display:block;border-radius:var(--rtk-border-radius-sm, 4px);border-width:var(--rtk-border-width-none, 0);border-style:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:var(--rtk-space-3, 12px);font-size:16px;--icon-size:var(--rtk-select-chevron-size, var(--rtk-space-6, 24px));--icon-right-position:var(--rtk-select-chevron-right-position, var(--rtk-space-2, 8px));background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e\");background-position:right var(--icon-right-position) center;background-repeat:no-repeat;background-size:var(--icon-size) var(--icon-size);padding-right:calc(var(--icon-right-position) * 5)}:host{display:flex;width:100%;flex-direction:column}.rtk-select{width:100%;text-overflow:ellipsis}rtk-participant-tile{margin-left:auto;margin-right:auto;margin-bottom:var(--rtk-space-4, 16px);max-width:100%}#icon{padding-bottom:var(--rtk-space-1, 4px)}.apply-button{height:var(--rtk-space-10, 40px)}label{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px}.group{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px)}.group>*{margin-bottom:var(--rtk-space-2, 8px)}.group>*:last-child{margin-bottom:var(--rtk-space-0, 0px)}.group select{flex:1 1 0%}.row{display:flex;align-items:center;justify-content:space-between;gap:var(--rtk-space-3, 12px)}.section{display:flex;flex-direction:column}@media only screen and (max-height: 480px) and (orientation: landscape){:host{flex-direction:row}:host([size='sm']){flex-direction:row}.section[part='tile-preview']{margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-2, 8px);max-height:90%;max-width:40%;flex-shrink:1}.section[part='video-settings']{margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-2, 8px);flex-grow:1}}";
11
11
  const RtkSettingsVideoStyle0 = rtkSettingsVideoCss;
@@ -118,12 +118,12 @@ const RtkVirtualizedParticipantList = /*@__PURE__*/ proxyCustomElement(class Rtk
118
118
  render() {
119
119
  var _a;
120
120
  const totalHeight = this.items.length * this.itemHeight; // Total height of the list
121
- return (h("div", { key: '80594f2356826b50b6f5ff18da86eca5c449f57d', class: "virtual-list-container", style: {
121
+ return (h("div", { key: '279498eedaa6605456a2fffc004bd0204179ffde', class: "virtual-list-container", style: {
122
122
  position: 'relative',
123
123
  height: '100%',
124
124
  overflowX: 'hidden',
125
125
  overflowY: 'auto',
126
- } }, h("div", { key: '83a41cbae84dc79b3f13bcc7fffce56b56428258', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: '57078e5373c356494f77e38503d334d921181cca', style: { height: `${this.itemHeight}px` } })));
126
+ } }, h("div", { key: 'debb114c51c7c229b72cfcd7e87aa845ab6647e1', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: '7a97a5dd632fe6d4227674e46e091a1466c725bf', style: { height: `${this.itemHeight}px` } })));
127
127
  }
128
128
  get el() { return this; }
129
129
  static get watchers() { return {
@@ -2,10 +2,10 @@ import { p as proxyCustomElement, H, c as createEvent, w as writeTask, h, d as H
2
2
  import { e as defaultIconPack, i as useLanguage, H as getAllConnectedParticipants, I as participantIdentifier } from './p-f19b4abc.js';
3
3
  import { f as formatName, s as shorten } from './p-efabd2ce.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
- import { d as defineCustomElement$5 } from './p-c9db1b82.js';
5
+ import { d as defineCustomElement$5 } from './p-38ba07d0.js';
6
6
  import { d as defineCustomElement$4 } from './p-e229128b.js';
7
7
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
8
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
8
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
9
9
  import { d as defineCustomElement$1 } from './p-15156a2c.js';
10
10
 
11
11
  const rtkBreakoutRoomManagerCss = ":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{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));border-radius:var(--rtk-border-radius-sm, 4px)}@keyframes bg-glow{25%{background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / 0.2)}50%{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}75%{background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / 0.2)}}.glowing-card{animation:bg-glow 0.8s}.selector-mode,.assign-mode{display:flex;flex-direction:column;align-items:center;padding:var(--rtk-space-2, 8px);cursor:pointer}.selector:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.show-on-hover{display:none}.header{width:100%;display:flex;align-items:center}.header rtk-icon{margin-left:var(--rtk-space-2, 8px);height:var(--rtk-space-5, 20px);cursor:pointer}.header .danger{--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}.header .hide{display:none}.header .rooms-container{display:flex;flex-grow:1;flex-direction:row;align-items:center;justify-content:flex-end}.header input{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));padding:var(--rtk-space-1, 4px);color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));max-width:var(--rtk-space-36, 144px);font-size:14px;font-weight:500;border-radius:var(--rtk-border-radius-sm, 4px);border-width:var(--rtk-border-width-none, 0);border-style:none;outline:2px solid transparent;outline-offset:2px;border-bottom-width:var(--rtk-border-width-sm, 1px);border-style:solid;--tw-border-opacity:1;border-bottom-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-border-opacity))}.header input:disabled{overflow-x:visible;border-radius:var(--rtk-border-radius-none, 0);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent}.header input:invalid{border-bottom-width:var(--rtk-border-width-sm, 1px);border-style:dashed;--tw-border-opacity:1;border-bottom-color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-border-opacity))}.header input.editing-enabled{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity))}.header .participant-count{display:flex;align-items:center;font-size:14px;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}.header .participant-count rtk-icon{margin:var(--rtk-space-0, 0px);margin-right:var(--rtk-space-0\\.5, 2px);width:var(--rtk-space-3, 12px)}.header .assign-button{height:var(--rtk-space-6, 24px);--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity));text-decoration-line:underline}.header .assign-button:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.participant-list{display:grid;flex-grow:1;grid-template-columns:repeat(2, minmax(0, 1fr));gap:var(--rtk-space-2, 8px);margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px);width:100%;border-radius:var(--rtk-border-radius-sm, 4px)}.participant-list::-webkit-scrollbar{width:var(--rtk-space-1\\.5, 6px)}.participant-list::-webkit-scrollbar-thumb{border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.participant-list::-webkit-scrollbar-track{border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.participant-item{display:flex;align-items:center;justify-content:space-between;margin-right:var(--rtk-space-2, 8px);height:-moz-fit-content;height:fit-content;padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px)}.participant-item:hover{border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.selector-mode:hover .show-on-hover{display:flex}.message-container{margin:var(--rtk-space-0, 0px);display:flex;width:100%;padding-top:var(--rtk-space-2, 8px);padding-bottom:var(--rtk-space-2, 8px)}.message-container p{margin-top:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-0, 0px);height:var(--rtk-space-20, 80px);display:flex;width:100%;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-sm, 4px);font-size:12px;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64));border-style:dashed;--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-border-opacity))}.message-container p:hover{--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-border-opacity));background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / 0.25)}.message-container .drop-zone-active{--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-border-opacity));background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / 0.25)}rtk-icon{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px)}.show-on-hover{margin-left:var(--rtk-space-4, 16px);height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);display:none}:host(:hover) .show-on-hover{display:flex}.peer-ui-container{position:relative;display:flex;align-items:center;gap:var(--rtk-space-2, 8px);height:var(--rtk-space-10, 40px);cursor:pointer;border-radius:var(--rtk-border-radius-sm, 4px);color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}.peer-ui-container rtk-avatar{height:var(--rtk-space-7, 28px);width:var(--rtk-space-7, 28px);font-size:14px;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.peer-ui-container .name{font-size:14px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}";
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
2
2
  import { e as defaultIconPack, i as useLanguage, I as participantIdentifier, H as getAllConnectedParticipants } from './p-f19b4abc.js';
3
3
  import { S as SyncWithStore } from './p-e334e15c.js';
4
4
  import { f as formatName, s as shorten } from './p-efabd2ce.js';
5
- import { d as defineCustomElement$4 } from './p-c9db1b82.js';
5
+ import { d as defineCustomElement$4 } from './p-38ba07d0.js';
6
6
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
7
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
7
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
8
8
  import { d as defineCustomElement$1 } from './p-15156a2c.js';
9
9
 
10
10
  const rtkBreakoutRoomParticipantsCss = ":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)}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))\n var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar{height:var(--rtk-space-1\\.5, 6px);width:var(--rtk-space-1\\.5, 6px);border-radius:9999px;background-color:var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;background-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))}:host{display:flex;height:100%;flex-direction:column;font-size:14px}:host input[type='checkbox']{margin:var(--rtk-space-0, 0px);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--rtk-border-radius-sm, 4px);position:relative;height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);border-width:var(--rtk-border-width-sm, 1px);border-style:solid;border-color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}:host input[type='checkbox']:checked{--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity))}:host input[type='checkbox']:checked::before{position:absolute;top:1px;left:1px;height:var(--rtk-space-3, 12px);width:var(--rtk-space-3, 12px);background-color:rgb(var(--rtk-colors-text-1000, 255 255 255));content:'';clip-path:polygon(5% 60%, 35% 93%, 100% 19%, 86% 4%, 36% 62%, 19% 44%)}*{box-sizing:border-box}.participants{margin-top:var(--rtk-space-2, 8px);padding:var(--rtk-space-0, 0px)}.ctr{box-sizing:border-box;padding-top:var(--rtk-space-0, 0px);padding-bottom:var(--rtk-space-0, 0px);overflow-y:auto;flex-grow:1;flex-basis:0}.empty-message{margin-top:var(--rtk-space-10, 40px);margin-bottom:var(--rtk-space-10, 40px);text-align:center;font-size:14px;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}.empty-room{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--rtk-space-2, 8px);height:100%;text-align:center;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}.empty-room rtk-icon{height:var(--rtk-space-7, 28px);width:var(--rtk-space-7, 28px)}.empty-room p{font-size:16px;font-weight:500;margin:var(--rtk-space-0, 0px)}.empty-room span{font-size:12px;color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}.search-wrapper{margin-bottom:var(--rtk-space-1, 4px);display:flex;align-items:center;gap:var(--rtk-space-2, 8px)}.search{position:sticky;box-sizing:border-box;display:flex;align-items:center;border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));margin-top:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-0, 0px);height:var(--rtk-space-8, 32px)}.search .search-icon{margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-2, 8px);height:var(--rtk-space-5, 20px);width:var(--rtk-space-5, 20px);color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}.search input{box-sizing:border-box;width:100%;padding-right:var(--rtk-space-2, 8px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:inherit;color:rgb(var(--rtk-colors-text-1000, 255 255 255));outline:2px solid transparent;outline-offset:2px;border-radius:var(--rtk-border-radius-sm, 4px);font-size:14px}.search input::-moz-placeholder{color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}.search input::placeholder{color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}.header{margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-1\\.5, 6px);height:var(--rtk-space-9, 36px);padding-top:var(--rtk-space-3, 12px);padding-bottom:var(--rtk-space-3, 12px);padding-right:var(--rtk-space-0\\.5, 2px);border-bottom-width:var(--rtk-border-width-sm, 1px);border-top-width:var(--rtk-border-width-none, 0);border-right-width:var(--rtk-border-width-none, 0);border-left-width:var(--rtk-border-width-none, 0);border-style:solid;--tw-border-opacity:1;border-bottom-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-border-opacity));font-size:12px;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));display:flex;align-items:center;justify-content:space-between}.title-wrapper{display:flex;align-items:center;gap:var(--rtk-space-2, 8px)}.participant-count{display:flex;align-items:center;font-size:14px}.participant-count rtk-icon{margin-right:var(--rtk-space-0\\.5, 2px);width:var(--rtk-space-3, 12px)}.participant-item{display:flex;align-items:center;justify-content:space-between;margin-top:var(--rtk-space-1, 4px);margin-bottom:var(--rtk-space-1, 4px);border-radius:var(--rtk-border-radius-sm, 4px);padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px);cursor:pointer}.participant-item input.hide-checkbox{display:none}.participant-item input:checked{display:inline-block}.dragging input{display:none}.participant-item:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.participant-item:hover input{display:inline-block}.peer-ui-container{position:relative;display:flex;align-items:center;gap:var(--rtk-space-2, 8px);height:var(--rtk-space-10, 40px);cursor:pointer;border-radius:var(--rtk-border-radius-sm, 4px);color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}.peer-ui-container rtk-avatar{height:var(--rtk-space-7, 28px);width:var(--rtk-space-7, 28px);font-size:14px;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.peer-ui-container .name{font-size:14px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}";
@@ -6,7 +6,7 @@ import { d as downloadFile } from './p-47314bc7.js';
6
6
  import { S as SyncWithStore } from './p-e334e15c.js';
7
7
  import { d as defineCustomElement$3 } from './p-e229128b.js';
8
8
  import { d as defineCustomElement$2 } from './p-a3cc7425.js';
9
- import { d as defineCustomElement$1 } from './p-dfdbb665.js';
9
+ import { d as defineCustomElement$1 } from './p-9cf41ab1.js';
10
10
 
11
11
  const rtkImageMessageCss = ":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)}.image-spinner{cursor:wait}.image-errored{cursor:not-allowed}";
12
12
  const RtkImageMessageStyle0 = rtkImageMessageCss;
@@ -39,10 +39,10 @@ const RtkImageMessage = /*@__PURE__*/ proxyCustomElement(class RtkImageMessage e
39
39
  this.status = 'loading';
40
40
  }
41
41
  render() {
42
- return (h(Host, { key: 'f2c796e1ec01980130f206b10fe8a175ecca7a77' }, !this.isContinued && (h(ChatHead, { key: '45779e0ab66b85aa48a3625093eddc9da41c5e15', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: 'cb1f03e098ec2c39a783ef569623af67fd5fddb0', class: {
42
+ return (h(Host, { key: '0fd97958347fefb4a1666e1d676726d13220e5b3' }, !this.isContinued && (h(ChatHead, { key: '8a629fe3782724a0c82c57850ee36ede941d83d7', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '8e132ad25a04ddb4abb167b6b0e9863670baefac', class: {
43
43
  body: true,
44
44
  bubble: this.showBubble,
45
- }, part: "body" }, h("div", { key: '9583beaf426c7d85c7bb4dfc44f114dfb46f6f46', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: '4af1c3751391b8d32968ca99ff7ff42e4e7e8317', src: sanitizeLink(this.message.link), onLoad: () => {
45
+ }, part: "body" }, h("div", { key: '19cf2331068bc84218b2b7153c49ff1af2dedca8', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: '86e08153c32cb6f78d8477fc1abdb5b8f4cd0ed0', src: sanitizeLink(this.message.link), onLoad: () => {
46
46
  this.status = 'loaded';
47
47
  }, onError: () => {
48
48
  this.status = 'errored';
@@ -50,9 +50,9 @@ const RtkImageMessage = /*@__PURE__*/ proxyCustomElement(class RtkImageMessage e
50
50
  if (this.status === 'loaded') {
51
51
  this.stateUpdate.emit({ image: this.message });
52
52
  }
53
- } }), this.status === 'loading' && (h("div", { key: '3afb633d9e354ac8708f8baa053482b04328bacd', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: 'b99d2db712845cd483fb4ceda883a86fe84a73dc', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: 'b80119f6feead15f8368e808038db5d09409934c', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: '2efcd053e7ba6e0ab60bbb3912bbc0cd949c4658', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: '5fab3e9757d86a5dda14cdcf4bf47f0e068e7d8e', class: "actions" }, h("rtk-button", { key: '7ea9d753fbab944d5a64899f2d464aa90efa609b', class: "action", variant: "secondary", kind: "icon", onClick: () => {
53
+ } }), this.status === 'loading' && (h("div", { key: '367b76997445b7df0226aaa063b884c764a6ba63', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: '704b81940f6f49cb79d2a5976a2714039358e007', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: 'eb9a5b3593051905c3b4b345c810b318da1cb7cf', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: '73dfa63e1a253eac3dc75e598341335f63abb855', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: '48444ac8542f8e3b5ed81c93c1b1b1f0b2cac39b', class: "actions" }, h("rtk-button", { key: '2982aed5152442362a22f873cc7070b60462f7e4', class: "action", variant: "secondary", kind: "icon", onClick: () => {
54
54
  this.stateUpdate.emit({ image: this.message });
55
- } }, h("rtk-icon", { key: 'a514098c2005f75671e08fd30be6f68e5749fad2', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: 'c5eded64f98cea9d1d950030fb1c658bb0bd4b6c', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.message.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: '573eb181cae03693b8ac5536f167de13dce373f5', icon: this.iconPack.download }))))))));
55
+ } }, h("rtk-icon", { key: 'c8dbeac2a347245f21eef52f0c42772e48741f93', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: 'cfc3845ea0ae2373bb5a92d897d926797713cbf0', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.message.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: '56a6109c8ba88160ef75f8c13923ab12a4764e0e', icon: this.iconPack.download }))))))));
56
56
  }
57
57
  static get style() { return RtkImageMessageStyle0; }
58
58
  }, [0, "rtk-image-message", {
@@ -3,7 +3,7 @@ import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { S as SyncWithStore } from './p-e334e15c.js';
4
4
  import { d as defineCustomElement$3 } from './p-e229128b.js';
5
5
  import { d as defineCustomElement$2 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$1 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$1 } from './p-9cf41ab1.js';
7
7
 
8
8
  const EMOJI_ASSET_URL = 'https://rtk-assets.realtime.cloudflare.com/assets/emojis-data.json';
9
9
  let cachedEmojis;
@@ -3,7 +3,7 @@ import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { f as formatName, g as getInitials } from './p-efabd2ce.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
5
  import { d as defineCustomElement$2 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$1 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$1 } from './p-9cf41ab1.js';
7
7
 
8
8
  const rtkAvatarCss = ":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{display:flex;height:var(--rtk-space-32, 128px);width:var(--rtk-space-32, 128px);align-items:center;justify-content:center;font-size:28px;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));overflow:clip;border-radius:9999px;-webkit-user-select:none;-moz-user-select:none;user-select:none}rtk-icon{height:50%;width:50%}.image-ctr{display:flex;height:100%;width:100%;align-items:center;justify-content:center;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}img{height:var(--rtk-space-0, 0px);width:var(--rtk-space-0, 0px);-o-object-fit:cover;object-fit:cover}img.loaded{height:100%;width:100%}.initials{display:flex;height:100%;width:100%;align-items:center;justify-content:center;text-transform:uppercase}.image{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.image img{display:none;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.image img.loaded{display:block}:host([variant='hexagon']){border-radius:var(--rtk-border-radius-none, 0);clip-path:polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%)}:host([variant='square']){border-radius:var(--rtk-border-radius-none, 0);clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}:host([size='sm']){height:var(--rtk-space-14, 56px);width:var(--rtk-space-14, 56px);font-size:12px}:host([size='md']){height:var(--rtk-space-28, 112px);width:var(--rtk-space-28, 112px)}:host([size='lg']){height:var(--rtk-space-32, 128px);width:var(--rtk-space-32, 128px)}";
9
9
  const RtkAvatarStyle0 = rtkAvatarCss;
@@ -17,7 +17,7 @@ const requestFullScreen = (el) => {
17
17
  el.msRequestFullscreen();
18
18
  }
19
19
  };
20
- const exitFullSreen = () => {
20
+ const exitFullScreen = () => {
21
21
  if (document.exitFullscreen != null) {
22
22
  document.exitFullscreen();
23
23
  }
@@ -47,4 +47,4 @@ const isFullScreenSupported = () => {
47
47
  return false;
48
48
  };
49
49
 
50
- export { isFullScreenSupported as a, exitFullSreen as e, isFullScreenEnabled as i, requestFullScreen as r };
50
+ export { isFullScreenSupported as a, exitFullScreen as e, isFullScreenEnabled as i, requestFullScreen as r };
@@ -31,10 +31,10 @@ const RtkTextMessage = /*@__PURE__*/ proxyCustomElement(class RtkTextMessage ext
31
31
  this.showBubble = false;
32
32
  }
33
33
  render() {
34
- return (h(Host, { key: '67e6670499ec4da0e5058fb5f8fd4a507e074319' }, !this.isContinued && (h(ChatHead, { key: 'ebb24560c3ff255a4269b5ba2063e254f8b6b47e', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '3d9a5abfd95cf388a405f368f72c68a63b178ac1', class: {
34
+ return (h(Host, { key: 'a34dd007a87a134202e153f3d886102bbe6a685c' }, !this.isContinued && (h(ChatHead, { key: '8505cee0d359b7449776ece2bbd7455811217a41', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '00b2baca454b62e4984e82790580bac116a046a0', class: {
35
35
  body: true,
36
36
  bubble: this.showBubble,
37
- }, part: "body" }, h("div", { key: 'f2be9eaca8a82008d68bbdf077a2611227b474d5', class: { text: true, emoji: hasOnlyEmojis(this.message.message) } }, h(TextMessageView, { key: '1166f0aa5a25c5ad3559e1424d9d4f3ef3e76d63', message: this.message.message })))));
37
+ }, part: "body" }, h("div", { key: 'ecc8de946011c9836cebfd626a27cb23f111d0cc', class: { text: true, emoji: hasOnlyEmojis(this.message.message) } }, h(TextMessageView, { key: '1efad576e6110986cb2abac7ff2c42b492c995aa', message: this.message.message })))));
38
38
  }
39
39
  }, [0, "rtk-text-message", {
40
40
  "message": [16],
@@ -2,16 +2,16 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
- import { d as defineCustomElement$a } from './p-c9db1b82.js';
5
+ import { d as defineCustomElement$a } from './p-38ba07d0.js';
6
6
  import { d as defineCustomElement$9 } from './p-e229128b.js';
7
7
  import { d as defineCustomElement$8 } from './p-cd6656bf.js';
8
8
  import { d as defineCustomElement$7 } from './p-a3cc7425.js';
9
- import { d as defineCustomElement$6 } from './p-0a36cb4b.js';
10
- import { d as defineCustomElement$5 } from './p-e7b7abfe.js';
11
- import { d as defineCustomElement$4 } from './p-cd6f04ae.js';
12
- import { d as defineCustomElement$3 } from './p-8a66a347.js';
13
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
14
- import { d as defineCustomElement$1 } from './p-4a5d3b4c.js';
9
+ import { d as defineCustomElement$6 } from './p-2f56d366.js';
10
+ import { d as defineCustomElement$5 } from './p-d70fbc37.js';
11
+ import { d as defineCustomElement$4 } from './p-b1723439.js';
12
+ import { d as defineCustomElement$3 } from './p-0f39e8ae.js';
13
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
14
+ import { d as defineCustomElement$1 } from './p-41d43013.js';
15
15
 
16
16
  const rtkChatMessageCss = ".message-wrapper{display:flex;gap:var(--rtk-space-2, 8px);margin-left:var(--rtk-space-4, 16px);margin-right:var(--rtk-space-4, 16px);margin-top:var(--rtk-space-4, 16px)}[is-continued] .message-wrapper{margin-top:var(--rtk-space-0, 0px)}.message-wrapper.align-right{flex-direction:row-reverse}.file-picker{display:none}.message{position:relative;display:flex}.show-on-hover rtk-menu{visibility:hidden}.show-on-hover:hover rtk-menu{visibility:visible}.align-right .message{justify-content:flex-end;margin-left:auto}.align-right .message .head{margin-right:var(--rtk-space-1, 4px);margin-left:var(--rtk-space-0, 0px);flex-direction:row-reverse;gap:var(--rtk-space-4, 16px)}.align-right .message rtk-text-message .bubble,.align-right .message rtk-image-message .bubble,.align-right .message rtk-file-message .bubble{padding-right:var(--rtk-space-5, 20px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.align-right .message .actions rtk-icon{color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.align-right rtk-menu{left:auto;right:var(--rtk-space-0, 0px)}.head{margin-bottom:var(--rtk-space-2, 8px);margin-left:var(--rtk-space-1, 4px);display:flex;align-items:center;gap:var(--rtk-space-2, 8px)}.head .name{font-size:14px;font-weight:600}.head .time{font-size:12px;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}rtk-menu{position:absolute;left:var(--rtk-space-0, 0px);top:var(--rtk-space-6, 24px);border-radius:var(--rtk-border-radius-lg, 12px)}rtk-menu rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);cursor:pointer}[is-continued] rtk-menu{top:var(--rtk-space-2, 8px)}.actions{display:flex;align-items:center;justify-content:center;padding:var(--rtk-space-0\\.5, 2px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent}.actions rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.body{margin-top:var(--rtk-space-1, 4px);margin-bottom:var(--rtk-space-1, 4px);overflow-wrap:break-word;font-size:14px;line-height:1.375}.body .emoji{font-size:24px}.body.bubble{margin-top:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-1, 4px);max-width:var(--rtk-space-96, 384px);padding-top:var(--rtk-space-3, 12px);padding-bottom:var(--rtk-space-3, 12px);padding-left:var(--rtk-space-5, 20px);padding-right:var(--rtk-space-5, 20px);overflow-wrap:break-word;font-size:14px;line-height:1.375;border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.body.bubble p{margin:var(--rtk-space-0, 0px);word-break:break-word}p{margin:var(--rtk-space-0, 0px)}rtk-text-message,rtk-image-message,rtk-file-message{display:block;font-family:var(--rtk-font-family, sans-serif);color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));box-sizing:border-box}*[is-continued]{margin-top:var(--rtk-space-0, 0px)}.image{position:relative;height:var(--rtk-space-40, 160px);max-width:var(--rtk-space-64, 256px);cursor:pointer}.image img{display:none;height:100%;width:100%;border-radius:var(--rtk-border-radius-sm, 4px);-o-object-fit:cover;object-fit:cover}.image .image-spinner{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.image .image-spinner rtk-spinner{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity))}.image .image-errored{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-sm, 4px);background-color:rgba(var(--rtk-colors-danger, 255 45 45) / 0.1);--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}.image .actions{display:none;height:var(--rtk-space-8, 32px);align-items:center;position:absolute;top:var(--rtk-space-2, 8px);right:var(--rtk-space-2, 8px);border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-1000, 255 255 255));overflow:hidden;--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.image .actions .action{height:var(--rtk-space-8, 32px);width:var(--rtk-space-8, 32px);border-radius:var(--rtk-border-radius-none, 0);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.image .actions .action:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.image.loaded img{display:block}.image.loaded .image-spinner{display:none}.image:hover .actions,.image:focus .actions{display:flex}.file{display:flex;align-items:center;gap:var(--rtk-space-1, 4px);padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px);padding-top:var(--rtk-space-1\\.5, 6px);padding-bottom:var(--rtk-space-1\\.5, 6px);border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}.file .file-data{flex:1 1 0%}.file .file-data .name{word-break:break-all;color:rgb(var(--rtk-colors-text-1000, 255 255 255));overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.file .file-data .file-data-split{margin-top:var(--rtk-space-0\\.5, 2px);display:flex;align-items:center;font-size:12px}.file .file-data .file-data-split .ext{margin-right:var(--rtk-space-2, 8px);text-transform:uppercase;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.file .file-data .file-data-split .divider{height:var(--rtk-space-4, 16px);width:var(--rtk-space-0\\.5, 2px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.file .file-data .file-data-split .size{margin-left:var(--rtk-space-2, 8px)}a{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity));text-decoration-line:none}a:hover{text-decoration-line:underline}.new-chat-marker{display:flex;width:100%;align-items:center;gap:var(--rtk-space-2, 8px);--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.new-chat-marker::before{content:'';height:1px;flex:1 1 0%;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / 0.5)}.show-new-messages-ctr{pointer-events:none;display:flex;justify-content:flex-end;padding:var(--rtk-space-3, 12px);z-index:0;margin-top:calc(var(--rtk-space-14, 56px) * -1)}.show-new-messages{pointer-events:auto;--tw-translate-y:calc(var(--rtk-space-6, 24px) * -1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.show-new-messages.active{--tw-translate-y:var(--rtk-space-0, 0px);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}blockquote{margin:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-3, 12px);background-color:transparent}.block-quote,blockquote{--tw-border-spacing-x:1px;--tw-border-spacing-y:1px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);border-top-width:var(--rtk-border-width-none, 0);border-bottom-width:var(--rtk-border-width-none, 0);border-left-width:var(--rtk-border-width-md, 2px);border-right-width:var(--rtk-border-width-none, 0);border-style:solid;border-left-color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));padding:var(--rtk-space-0\\.5, 2px);padding-left:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px) !important;border-radius:var(--rtk-border-radius-sm, 4px);border-top-left-radius:var(--rtk-border-radius-none, 0);border-bottom-left-radius:var(--rtk-border-radius-none, 0)}.link{color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}.align-right .block-quote{border-color:rgb(var(--rtk-colors-text-on-brand-600, var(--rtk-colors-text-600, 255 255 255 / 0.52)));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-bg-opacity))}.align-right .link{color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.align-right .image .actions rtk-icon{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.avatar{display:flex;width:var(--rtk-space-6, 24px)}.avatar rtk-avatar{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px);font-size:10px}.message{width:75%}.left-align .body{margin-top:var(--rtk-space-4, 16px)}.left-align [is-continued] .body{margin-top:var(--rtk-space-0, 0px)}.left-align .body{--tw-translate-x:calc(var(--rtk-space-8, 32px) * -1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}";
17
17
  const RtkChatMessageStyle0 = rtkChatMessageCss;
@@ -3,7 +3,7 @@ import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { S as SyncWithStore } from './p-e334e15c.js';
4
4
  import { d as defineCustomElement$3 } from './p-e229128b.js';
5
5
  import { d as defineCustomElement$2 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$1 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$1 } from './p-9cf41ab1.js';
7
7
  import { d as debounce } from './p-1dca17d1.js';
8
8
 
9
9
  const rtkPaginatedListCss = ".scrollbar{scrollbar-width:thin;scrollbar-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))\n var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar{height:var(--rtk-space-1\\.5, 6px);width:var(--rtk-space-1\\.5, 6px);border-radius:9999px;background-color:var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;background-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))}:host{position:relative;display:flex;flex-direction:column;flex:1}:host(.chat-selector-paginated-list) .container{box-sizing:border-box;display:flex;flex-direction:column;padding:var(--rtk-space-2, 8px);flex:1 0 0px;overflow-y:scroll}:host(.chat-selector-paginated-list) .private-chat-label{display:flex;width:100%;cursor:pointer;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rtk-space-2, 8px);padding-top:var(--rtk-space-3, 12px);padding-bottom:var(--rtk-space-3, 12px)}:host(.chat-selector-paginated-list) .private-chat-label rtk-avatar{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px)}:host(.chat-selector-paginated-list) .show-new-messages-ctr.active{display:none}.private-chat-unread-badge{height:var(--rtk-space-2, 8px);width:var(--rtk-space-2, 8px);border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity))}:host(.pinned-message-selector-paginated-list) .container{box-sizing:border-box;display:flex;flex-direction:column-reverse;padding:var(--rtk-space-2, 8px);flex:1 0 0px;overflow-y:scroll}:host(.pinned-message-selector-paginated-list) .page{position:relative;box-sizing:border-box}:host(.pinned-message-selector-paginated-list) .pinned-message{box-sizing:border-box;display:flex;width:100%;cursor:pointer;flex-direction:row;overflow:hidden;border-radius:var(--rtk-border-radius-sm, 4px)}:host(.pinned-message-selector-paginated-list) .pinned-message:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}:host(.pinned-message-selector-paginated-list) .pinned-message-container{display:flex;width:100%;flex-direction:row;align-items:flex-start;padding:var(--rtk-space-2, 8px)}:host(.pinned-message-selector-paginated-list) .pinned-message-content{margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-2, 8px);display:flex;min-width:var(--rtk-space-0, 0px);flex:1 1 0%;flex-direction:column}:host(.pinned-message-selector-paginated-list) .pinned-message-time{font-size:12px;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}:host(.pinned-message-selector-paginated-list) .pinned-message-preview{margin-bottom:var(--rtk-space-2, 8px);word-break:break-all;color:rgb(var(--rtk-colors-text-1000, 255 255 255));overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}:host(.pinned-message-selector-paginated-list) rtk-avatar{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px)}.container{box-sizing:border-box;display:flex;flex-direction:column-reverse;padding-top:var(--rtk-space-4, 16px);padding-bottom:var(--rtk-space-4, 16px);padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px);flex:1 0 0px;overflow-y:scroll}.file-picker{display:none}.chat *:first-child{margin-top:var(--rtk-space-0, 0px)}.chat .head{display:flex;align-items:center}.chat .head .name{margin-right:var(--rtk-space-4, 16px);font-size:12px;font-weight:700}.chat .head .time{font-size:12px;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}.chat .body{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px);overflow-wrap:break-word;font-size:14px;line-height:1.375}.chat .body .emoji{font-size:24px}p{margin-top:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-3, 12px)}rtk-text-message,rtk-image-message,rtk-file-message{margin-top:var(--rtk-space-4, 16px);display:block;padding-left:var(--rtk-space-3, 12px);padding-right:var(--rtk-space-3, 12px);font-family:var(--rtk-font-family, sans-serif);color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));box-sizing:border-box}*[is-continued]{margin-top:var(--rtk-space-3, 12px)}rtk-text-message[is-continued]{margin-top:var(--rtk-space-2, 8px)}.chat .image{position:relative;height:var(--rtk-space-40, 160px);max-width:var(--rtk-space-64, 256px);cursor:pointer}.chat .image img{display:none;height:100%;width:100%;border-radius:var(--rtk-border-radius-sm, 4px);-o-object-fit:cover;object-fit:cover}.chat .image .image-spinner{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.chat .image .image-spinner rtk-spinner{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity))}.chat .image .image-errored{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-sm, 4px);background-color:rgba(var(--rtk-colors-danger, 255 45 45) / 0.1);--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}.chat .image .actions{display:none;height:var(--rtk-space-8, 32px);align-items:center;position:absolute;top:var(--rtk-space-2, 8px);right:var(--rtk-space-2, 8px);border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-1000, 255 255 255));overflow:hidden;--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.chat .image .actions .action{height:var(--rtk-space-8, 32px);width:var(--rtk-space-8, 32px);border-radius:var(--rtk-border-radius-none, 0);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.chat .image .actions .action:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.image.loaded img{display:block}.image.loaded .image-spinner{display:none}.image:hover .actions,.image:focus .actions{display:flex}.chat .file{display:flex;align-items:center;gap:var(--rtk-space-1, 4px);padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px);padding-top:var(--rtk-space-1\\.5, 6px);padding-bottom:var(--rtk-space-1\\.5, 6px);border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}.chat .file .file-data{flex:1 1 0%}.chat .file .file-data .name{word-break:break-all;color:rgb(var(--rtk-colors-text-1000, 255 255 255));overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.chat .file .file-data .file-data-split{margin-top:var(--rtk-space-0\\.5, 2px);display:flex;align-items:center;font-size:12px}.chat .file .file-data .file-data-split .ext{margin-right:var(--rtk-space-2, 8px);text-transform:uppercase;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.chat .file .file-data .file-data-split .divider{height:var(--rtk-space-4, 16px);width:var(--rtk-space-0\\.5, 2px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.chat .file .file-data .file-data-split .size{margin-left:var(--rtk-space-2, 8px)}.smallest-dom-element{width:1px}#top-scroll{transform:translateY(20vh);transform:translateY(20px)}a{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity));text-decoration-line:none}a:hover{text-decoration-line:underline}.show-new-messages-ctr{position:absolute;bottom:var(--rtk-space-4, 16px);right:var(--rtk-space-4, 16px);z-index:10;margin-top:calc(var(--rtk-space-14, 56px) * -1);--tw-translate-y:var(--rtk-space-28, 112px);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.show-new-messages-ctr.active{--tw-translate-y:var(--rtk-space-0, 0px);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));cursor:pointer;opacity:1}.show-new-messages{pointer-events:auto;border-radius:9999px}.show-new-messages:hover{border-radius:9999px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-ring-opacity));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}rtk-spinner,.empty-list{margin:auto}.page-wrapper{margin-left:var(--rtk-space-1, 4px);margin-right:var(--rtk-space-1, 4px);display:flex;flex-direction:column-reverse}.message-wrapper{margin-bottom:var(--rtk-space-2, 8px)}.pinned .message-wrapper{position:relative}.pinned .pin-icon{position:absolute;right:calc(var(--rtk-space-1, 4px) * -1);top:calc(var(--rtk-space-1, 4px) * -1);display:flex;border-radius:var(--rtk-border-radius-sm, 4px)}.pinned rtk-message-view{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));padding-top:var(--rtk-space-1, 4px);padding-bottom:var(--rtk-space-1, 4px)}.load-more-on-top-container{pointer-events:none;position:absolute;top:var(--rtk-space-2, 8px);right:var(--rtk-space-4, 16px);z-index:10}.load-more-icon{pointer-events:auto;border-radius:9999px}.load-more-icon:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-ring-opacity));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}";
@@ -7,7 +7,7 @@ import { d as defineCustomElement$5 } from './p-e229128b.js';
7
7
  import { d as defineCustomElement$4 } from './p-a3cc7425.js';
8
8
  import { d as defineCustomElement$3 } from './p-71fb663b.js';
9
9
  import { d as defineCustomElement$2 } from './p-95a1fa70.js';
10
- import { d as defineCustomElement$1 } from './p-fe0d125b.js';
10
+ import { d as defineCustomElement$1 } from './p-bcff8acc.js';
11
11
 
12
12
  const rtkSettingsAudioCss = ":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{display:flex;width:100%;flex-direction:column}audio{visibility:hidden}.group{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px)}.group>*{margin-bottom:var(--rtk-space-2, 8px)}.group>*:last-child{margin-bottom:var(--rtk-space-0, 0px)}.group select{flex:1 1 0%}.row{display:flex;align-items:center;justify-content:space-between;gap:var(--rtk-space-3, 12px)}rtk-audio-visualizer{flex-shrink:0}rtk-button{border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}rtk-button rtk-icon{margin-right:var(--rtk-space-2, 8px)}";
13
13
  const RtkSettingsAudioStyle0 = rtkSettingsAudioCss;
@@ -46,9 +46,9 @@ const RtkBroadcastMessageModal = /*@__PURE__*/ proxyCustomElement(class RtkBroad
46
46
  }, 2000);
47
47
  }
48
48
  render() {
49
- return (h(Host, { key: '834484040a926117171f62f1cc3af87ba60b519e' }, h("div", { key: 'd1ea5faed40e44eb416b07b309591383c54fdb1b', class: "content-col" }, h("h2", { key: '9a776c30542a7b85d30b3a857c9a99e153df944c' }, "Broadcast message to"), h("select", { key: 'e94a561dc33884cdbfcc2ac7a655f7997fd3dadf', onChange: (e) => {
49
+ return (h(Host, { key: '4e136d9d78d3f21f68492c87031598c63e69de49' }, h("div", { key: '1d70804567155cbe346c7bec29d5f42a31739773', class: "content-col" }, h("h2", { key: '07c76e6fc37cfd439f5103df702b3b0d408ba285' }, "Broadcast message to"), h("select", { key: '4b5f6c4cc84cd850a9bac8ba7855d666a765d5fa', onChange: (e) => {
50
50
  this.messagePayload = Object.assign(Object.assign({}, this.messagePayload), { to: e.target.value });
51
- } }, h("option", { key: 'fa6feec1e8cdac987c3ecc6e45bf3325eec44046' }, "Everyone"), h("option", { key: 'b45c084f6860928c23e5ed3feda1b47064f12363' }, "List of rooms")), h("textarea", { key: '392cf082528381245f1ef6be00da1d6d27ff0396', placeholder: "Type message here...", onInput: (e) => {
51
+ } }, h("option", { key: '8a6fe4861ce6ce84578bc62397920bd27e2eba36' }, "Everyone"), h("option", { key: '10611e0a8912125008eaba7740a8ba5a149de72f' }, "List of rooms")), h("textarea", { key: '42d0ab7e930d8153d2440f8d0de69b95d7170ae3', placeholder: "Type message here...", onInput: (e) => {
52
52
  this.messagePayload = Object.assign(Object.assign({}, this.messagePayload), { message: e.target.value });
53
53
  } }), this.successMessage ? (h("p", null, "Message sent to ", this.messagePayload.to, h("rtk-icon", { icon: this.iconPack.checkmark }))) : (h("div", { class: "content-row" }, h("rtk-button", { onClick: () => this.close(), variant: "secondary" }, "Cancel"), "\u2002", h("rtk-button", { variant: "primary", onClick: () => this.sendMessage() }, "Send"))))));
54
54
  }
@@ -1,19 +1,19 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { S as SyncWithStore } from './p-e334e15c.js';
4
- import { d as defineCustomElement$d } from './p-c9db1b82.js';
4
+ import { d as defineCustomElement$d } from './p-38ba07d0.js';
5
5
  import { d as defineCustomElement$c } from './p-e229128b.js';
6
6
  import { d as defineCustomElement$b } from './p-154bed23.js';
7
7
  import { d as defineCustomElement$a } from './p-a3cc7425.js';
8
- import { d as defineCustomElement$9 } from './p-7384c20c.js';
9
- import { d as defineCustomElement$8 } from './p-27029836.js';
10
- import { d as defineCustomElement$7 } from './p-e7b7abfe.js';
11
- import { d as defineCustomElement$6 } from './p-cd6f04ae.js';
12
- import { d as defineCustomElement$5 } from './p-8a66a347.js';
13
- import { d as defineCustomElement$4 } from './p-2f68e7bb.js';
14
- import { d as defineCustomElement$3 } from './p-c3bfa8f1.js';
15
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
16
- import { d as defineCustomElement$1 } from './p-15d2291f.js';
8
+ import { d as defineCustomElement$9 } from './p-d0eb78a2.js';
9
+ import { d as defineCustomElement$8 } from './p-61dcdd44.js';
10
+ import { d as defineCustomElement$7 } from './p-d70fbc37.js';
11
+ import { d as defineCustomElement$6 } from './p-b1723439.js';
12
+ import { d as defineCustomElement$5 } from './p-0f39e8ae.js';
13
+ import { d as defineCustomElement$4 } from './p-a339a693.js';
14
+ import { d as defineCustomElement$3 } from './p-4a8d69ae.js';
15
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
16
+ import { d as defineCustomElement$1 } from './p-8123217e.js';
17
17
 
18
18
  const rtkChatMessagesUiPaginatedCss = ":host{display:flex;flex-direction:column;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));flex:1 0 0px}";
19
19
  const RtkChatMessagesUiPaginatedStyle0 = rtkChatMessagesUiPaginatedCss;
@@ -2,11 +2,11 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
2
2
  import { S as SyncWithStore } from './p-e334e15c.js';
3
3
  import { c as createDefaultConfig, e as defaultIconPack, i as useLanguage, f as defaultOverrides } from './p-f19b4abc.js';
4
4
  import './p-a83ccdbd.js';
5
- import { d as defineCustomElement$5 } from './p-c9db1b82.js';
5
+ import { d as defineCustomElement$5 } from './p-38ba07d0.js';
6
6
  import { d as defineCustomElement$4 } from './p-e229128b.js';
7
7
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
8
- import { d as defineCustomElement$2 } from './p-c3bfa8f1.js';
9
- import { d as defineCustomElement$1 } from './p-dfdbb665.js';
8
+ import { d as defineCustomElement$2 } from './p-4a8d69ae.js';
9
+ import { d as defineCustomElement$1 } from './p-9cf41ab1.js';
10
10
 
11
11
  const rtkChatSelectorCss = ":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)}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))\n var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar{height:var(--rtk-space-1\\.5, 6px);width:var(--rtk-space-1\\.5, 6px);border-radius:9999px;background-color:var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;background-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))}:host{display:flex;width:100%;flex-direction:column;font-size:14px;position:relative;box-sizing:border-box;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.chat-header{margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-2, 8px);gap:var(--rtk-space-2, 8px);padding-left:var(--rtk-space-4, 16px);padding-right:var(--rtk-space-4, 16px);padding-top:var(--rtk-space-3, 12px);padding-bottom:var(--rtk-space-3, 12px);display:flex;flex-direction:row;align-items:center;justify-content:space-between;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52));cursor:pointer;border-radius:var(--rtk-border-radius-sm, 4px);border:var(--rtk-border-width-sm, 1px) solid rgb(var(--rtk-colors-background-600, 60 60 60))}.chat-header-label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rtk-space-2, 8px)}.dropdown{position:absolute;top:100%;z-index:10;padding:var(--rtk-space-0, 0px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));opacity:0;pointer-events:none;border-bottom-right-radius:var(--rtk-border-radius-sm, 4px);border-bottom-left-radius:var(--rtk-border-radius-sm, 4px);left:var(--rtk-space-2, 8px);right:var(--rtk-space-2, 8px);max-width:calc(100vw - var(--rtk-space-4, 16px));box-sizing:border-box}.dropdown.open{opacity:1;pointer-events:auto;border-width:1px;border-top-width:var(--rtk-border-width-none, 0);border-style:solid;--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-border-opacity))}.dropdown rtk-paginated-list{box-sizing:border-box;display:flex;height:30vh;flex-direction:column}.public-chat-group-label{display:flex;cursor:pointer;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rtk-space-2, 8px);border-left-width:var(--rtk-border-width-none, 0);border-right-width:var(--rtk-border-width-none, 0);border-top-width:var(--rtk-border-width-none, 0);border-bottom-width:var(--rtk-border-width-none, 0);border-bottom-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-border-opacity));padding-top:var(--rtk-space-4, 16px);padding-bottom:var(--rtk-space-4, 16px);padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px)}.public-chat-icon{display:flex;align-items:center;justify-content:center;padding:var(--rtk-space-1, 4px);border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity))}.public-chat-icon rtk-icon{color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}";
12
12
  const RtkChatSelectorStyle0 = rtkChatSelectorCss;
@@ -1,11 +1,11 @@
1
1
  import { p as proxyCustomElement, H, h, d as Host } from './p-fdad14c9.js';
2
- import { d as defineCustomElement$7 } from './p-c9db1b82.js';
2
+ import { d as defineCustomElement$7 } from './p-38ba07d0.js';
3
3
  import { d as defineCustomElement$6 } from './p-e229128b.js';
4
- import { d as defineCustomElement$5 } from './p-c9ee0428.js';
4
+ import { d as defineCustomElement$5 } from './p-528cc24e.js';
5
5
  import { d as defineCustomElement$4 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$3 } from './p-c3bfa8f1.js';
7
- import { d as defineCustomElement$2 } from './p-c39c6e12.js';
8
- import { d as defineCustomElement$1 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$3 } from './p-4a8d69ae.js';
7
+ import { d as defineCustomElement$2 } from './p-6857797f.js';
8
+ import { d as defineCustomElement$1 } from './p-9cf41ab1.js';
9
9
 
10
10
  const rtkChatHeaderCss = ":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)}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))\n var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar{height:var(--rtk-space-1\\.5, 6px);width:var(--rtk-space-1\\.5, 6px);border-radius:9999px;background-color:var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;background-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))}:host{display:flex;width:100%;flex-direction:column;gap:var(--rtk-space-2, 8px);font-size:14px;z-index:10;margin-bottom:var(--rtk-space-2, 8px);box-sizing:border-box;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.chat-header{position:relative;margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-2, 8px);gap:var(--rtk-space-2, 8px);padding-left:var(--rtk-space-4, 16px);padding-right:var(--rtk-space-4, 16px);padding-top:var(--rtk-space-3, 12px);padding-bottom:var(--rtk-space-3, 12px);display:flex;flex-direction:row;align-items:center;justify-content:space-between;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52));border-radius:var(--rtk-border-radius-sm, 4px);overflow:hidden;border:var(--rtk-border-width-sm, 1px) solid rgb(var(--rtk-colors-background-600, 60 60 60));cursor:pointer}.chat-header-label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rtk-space-2, 8px)}";
11
11
  const RtkChatHeaderStyle0 = rtkChatHeaderCss;
@@ -2,10 +2,10 @@ import { p as proxyCustomElement, H, h } from './p-fdad14c9.js';
2
2
  import { c as createDefaultConfig, e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
- import { d as defineCustomElement$5 } from './p-c9db1b82.js';
5
+ import { d as defineCustomElement$5 } from './p-38ba07d0.js';
6
6
  import { d as defineCustomElement$4 } from './p-e229128b.js';
7
7
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
8
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
8
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
9
9
  import { d as defineCustomElement$1 } from './p-15156a2c.js';
10
10
 
11
11
  const rtkParticipantsStageQueueCss = ":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{margin-top:var(--rtk-space-2, 8px);display:flex;width:100%;flex-direction:column;font-size:14px}.stage-requested-participants{margin-bottom:var(--rtk-space-8, 32px)}.stage-requested-participants .bulk-actions{display:flex;gap:var(--rtk-space-2, 8px)}.stage-requested-participants .bulk-actions .accept-all-button{--tw-text-opacity:1;color:rgba(var(--rtk-colors-success, 98 165 4) / var(--tw-text-opacity))}.stage-requested-participants .bulk-actions rtk-button{flex:1 1 0%}h3,.heading-count{margin:var(--rtk-space-0, 0px);display:flex;align-items:center;justify-content:center;padding:var(--rtk-space-0, 0px);font-size:16px;font-weight:400;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));text-align:center}.heading-count{font-size:14px}.participants{margin-top:var(--rtk-space-2, 8px);padding:var(--rtk-space-0, 0px)}.waiting-participant{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px);display:flex;align-items:center}.waiting-participant .participant-details{margin-right:auto;display:flex;align-items:center}.waiting-participant .participant-details rtk-avatar{margin-right:var(--rtk-space-2, 8px);height:var(--rtk-space-8, 32px);width:var(--rtk-space-8, 32px);flex-shrink:0;font-size:14px}.waiting-participant .participant-details .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}@media (min-width: 1080px){.waiting-participant .participant-details .name{max-width:var(--rtk-space-40, 160px)}}.waiting-participant .waitlist-controls{display:flex}.waiting-participant .waitlist-controls rtk-button{margin-left:var(--rtk-space-2, 8px);cursor:pointer;border-radius:var(--rtk-border-radius-sm, 4px)}.waiting-participant .waitlist-controls rtk-icon.accept{--tw-text-opacity:1;color:rgba(var(--rtk-colors-success, 98 165 4) / var(--tw-text-opacity))}.waiting-participant .waitlist-controls rtk-icon.deny{--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}";
@@ -83,7 +83,7 @@ const RtkMarkdownView = /*@__PURE__*/ proxyCustomElement(class RtkMarkdownView e
83
83
  const slicedMessage = this.text.slice(0, this.maxLength);
84
84
  const withReply = extractReplyBlock(slicedMessage, true);
85
85
  const withoutReply = stripOutReplyBlock(slicedMessage);
86
- return (h("p", { key: '2c21b4c1dc9f18a17048f0827e552ffb8d595eee', class: "markdown-message" }, withReply.length !== 0 && h("blockquote", { key: 'f6ff3e02781136f2fb5f3e68dbbeac39430b6386' }, this.renderMessage(withReply)), withoutReply.length !== 0 && this.renderMessage(withoutReply)));
86
+ return (h("p", { key: 'b4114b74658b0311835f31ea387e47ef9323ef4f', class: "markdown-message" }, withReply.length !== 0 && h("blockquote", { key: 'cc726294f8b71999f6fa48442b40419f17e3c049' }, this.renderMessage(withReply)), withoutReply.length !== 0 && this.renderMessage(withoutReply)));
87
87
  }
88
88
  static get style() { return RtkMarkdownViewStyle0; }
89
89
  }, [1, "rtk-markdown-view", {