@cloudflare/realtimekit-ui 1.0.6-staging.4 → 1.0.6-staging.5

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 (354) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +1 -1
  3. package/dist/cjs/rtk-audio-grid.cjs.entry.js +1 -1
  4. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +9 -7
  5. package/dist/cjs/rtk-avatar_54.cjs.entry.js +57 -57
  6. package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +2 -2
  7. package/dist/cjs/rtk-clock.cjs.entry.js +3 -3
  8. package/dist/cjs/rtk-controlbar.cjs.entry.js +1 -1
  9. package/dist/cjs/rtk-debugger-toggle.cjs.entry.js +1 -1
  10. package/dist/cjs/rtk-file-dropzone.cjs.entry.js +1 -1
  11. package/dist/cjs/rtk-header.cjs.entry.js +1 -1
  12. package/dist/cjs/rtk-idle-screen.cjs.entry.js +1 -1
  13. package/dist/cjs/rtk-image-viewer.cjs.entry.js +1 -1
  14. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +1 -1
  15. package/dist/cjs/rtk-leave-button.cjs.entry.js +1 -1
  16. package/dist/cjs/rtk-message-list-view.cjs.entry.js +3 -3
  17. package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
  18. package/dist/cjs/rtk-name-tag.cjs.entry.js +1 -1
  19. package/dist/cjs/rtk-participant-setup.cjs.entry.js +2 -2
  20. package/dist/cjs/rtk-participant_2.cjs.entry.js +14 -14
  21. package/dist/cjs/rtk-participants-audio.cjs.entry.js +1 -1
  22. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +1 -1
  23. package/dist/cjs/rtk-plugins_2.cjs.entry.js +4 -4
  24. package/dist/cjs/rtk-poll_2.cjs.entry.js +3 -3
  25. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +1 -1
  26. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +5 -5
  27. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +1 -1
  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-transcriptions/rtk-ai-transcriptions.js +1 -1
  33. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.js +1 -1
  34. package/dist/collection/components/rtk-audio-visualizer/rtk-audio-visualizer.css +1 -1
  35. package/dist/collection/components/rtk-audio-visualizer/rtk-audio-visualizer.js +8 -6
  36. package/dist/collection/components/rtk-avatar/rtk-avatar.js +1 -1
  37. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.js +2 -2
  38. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +2 -2
  39. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.js +2 -2
  40. package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +1 -1
  41. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +2 -2
  42. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.js +4 -4
  43. package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +2 -2
  44. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +3 -3
  45. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +1 -1
  46. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +1 -1
  47. package/dist/collection/components/rtk-clock/rtk-clock.js +3 -3
  48. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.js +1 -1
  49. package/dist/collection/components/rtk-controlbar/rtk-controlbar.js +1 -1
  50. package/dist/collection/components/rtk-counter/rtk-counter.js +2 -2
  51. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.js +1 -1
  52. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.js +1 -1
  53. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.js +1 -1
  54. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.js +1 -1
  55. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.js +1 -1
  56. package/dist/collection/components/rtk-file-message/rtk-file-message.js +2 -2
  57. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.js +1 -1
  58. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.js +1 -1
  59. package/dist/collection/components/rtk-header/rtk-header.js +1 -1
  60. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +1 -1
  61. package/dist/collection/components/rtk-image-message/rtk-image-message.js +4 -4
  62. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +3 -3
  63. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +1 -1
  64. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +1 -1
  65. package/dist/collection/components/rtk-join-stage/rtk-join-stage.js +1 -1
  66. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +1 -1
  67. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +2 -2
  68. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
  69. package/dist/collection/components/rtk-menu/rtk-menu.js +2 -2
  70. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +1 -1
  71. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +1 -1
  72. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +3 -3
  73. package/dist/collection/components/rtk-message-view/rtk-message-view.js +1 -1
  74. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +2 -2
  75. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +1 -1
  76. package/dist/collection/components/rtk-name-tag/rtk-name-tag.js +1 -1
  77. package/dist/collection/components/rtk-notification/rtk-notification.js +2 -2
  78. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +1 -1
  79. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +1 -1
  80. package/dist/collection/components/rtk-participant/rtk-participant.js +12 -12
  81. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +2 -2
  82. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +1 -1
  83. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +1 -1
  84. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
  85. package/dist/collection/components/rtk-plugins/rtk-plugins.js +1 -1
  86. package/dist/collection/components/rtk-poll/rtk-poll.js +1 -1
  87. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +2 -2
  88. package/dist/collection/components/rtk-polls/rtk-polls.js +3 -3
  89. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +1 -1
  90. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +5 -5
  91. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +1 -1
  92. package/dist/collection/components/rtk-spinner/rtk-spinner.js +1 -1
  93. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +2 -2
  94. package/dist/collection/components/rtk-stage/rtk-stage.js +1 -1
  95. package/dist/collection/components/rtk-switch/rtk-switch.js +1 -1
  96. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +1 -1
  97. package/dist/collection/components/rtk-text-message/rtk-text-message.js +2 -2
  98. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +1 -1
  99. package/dist/collection/components/rtk-tooltip/rtk-tooltip.js +1 -1
  100. package/dist/collection/components/rtk-transcript/rtk-transcript.js +1 -1
  101. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +2 -2
  102. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +1 -1
  103. package/dist/components/{p-fb836f65.js → p-03bdc4c0.js} +1 -1
  104. package/dist/components/{p-30f43e99.js → p-078bfa39.js} +1 -1
  105. package/dist/components/{p-4e55295e.js → p-08f6162d.js} +14 -14
  106. package/dist/components/{p-8935943a.js → p-0a583582.js} +16 -16
  107. package/dist/components/{p-5eb08127.js → p-0c5aab6d.js} +11 -11
  108. package/dist/components/{p-4e857a0d.js → p-1740eeb4.js} +1 -1
  109. package/dist/components/{p-3b34a317.js → p-17453290.js} +5 -5
  110. package/dist/components/{p-7c9cb546.js → p-1f8aeaf8.js} +1 -1
  111. package/dist/components/{p-ed31845a.js → p-22aa706b.js} +1 -1
  112. package/dist/components/{p-e5ef089b.js → p-25a4363c.js} +2 -2
  113. package/dist/components/{p-2475ba83.js → p-262377bc.js} +1 -1
  114. package/dist/components/{p-0081423d.js → p-27f15618.js} +1 -1
  115. package/dist/components/{p-af8be74e.js → p-2eb129f3.js} +1 -1
  116. package/dist/components/{p-96a0663a.js → p-30b81dcd.js} +4 -4
  117. package/dist/components/{p-3c344b0a.js → p-317b41b0.js} +2 -2
  118. package/dist/components/{p-a5750e39.js → p-31ccb362.js} +15 -15
  119. package/dist/components/{p-095e6b83.js → p-3570bda3.js} +2 -2
  120. package/dist/components/{p-2e5d41d6.js → p-4a4c2102.js} +2 -2
  121. package/dist/components/{p-0f94d9ad.js → p-4a792ea5.js} +5 -5
  122. package/dist/components/{p-74d7f3a0.js → p-4e9d44f6.js} +2 -2
  123. package/dist/components/{p-b8845b46.js → p-519d58db.js} +3 -3
  124. package/dist/components/{p-9b4f77d0.js → p-5205ea87.js} +1 -1
  125. package/dist/components/{p-07ab7497.js → p-61a18b1f.js} +2 -2
  126. package/dist/components/{p-8df26513.js → p-632e7c39.js} +8 -8
  127. package/dist/components/{p-c3ec35db.js → p-63b4ff6e.js} +2 -2
  128. package/dist/components/{p-4bd4064f.js → p-654f389d.js} +2 -2
  129. package/dist/components/{p-5493aac4.js → p-74942069.js} +2 -2
  130. package/dist/components/{p-1c7de86c.js → p-7b0a9819.js} +2 -2
  131. package/dist/components/{p-906cc68f.js → p-7da6a349.js} +3 -3
  132. package/dist/components/{p-555bbef5.js → p-80c36767.js} +6 -6
  133. package/dist/components/{p-10d4f8a5.js → p-8336535d.js} +3 -3
  134. package/dist/components/{p-95b61f33.js → p-866a285b.js} +1 -1
  135. package/dist/components/{p-e91c4d3d.js → p-89ce3d1b.js} +2 -2
  136. package/dist/components/{p-ec54a0c7.js → p-919e71b8.js} +2 -2
  137. package/dist/components/{p-73b8c09f.js → p-929a81e6.js} +1 -1
  138. package/dist/components/{p-46a0aa0b.js → p-92f160e9.js} +2 -2
  139. package/dist/components/{p-914c0c0d.js → p-96baedfe.js} +12 -12
  140. package/dist/components/{p-d18cc4dc.js → p-978ab9a8.js} +1 -1
  141. package/dist/components/{p-bc911542.js → p-99e78dbe.js} +2 -2
  142. package/dist/components/{p-dc3143c0.js → p-a3ebfc10.js} +2 -2
  143. package/dist/components/{p-fe4cd240.js → p-a59a9c97.js} +1 -1
  144. package/dist/components/{p-a41a2311.js → p-a9bcec5d.js} +1 -1
  145. package/dist/components/{p-258274b1.js → p-a9d80b81.js} +1 -1
  146. package/dist/components/{p-f504adce.js → p-ac49fc4f.js} +9 -9
  147. package/dist/components/{p-f3fc3655.js → p-adca9df1.js} +2 -2
  148. package/dist/components/{p-e98d5a6d.js → p-afd22e6f.js} +8 -6
  149. package/dist/components/{p-a922eb37.js → p-b0a32a7d.js} +3 -3
  150. package/dist/components/{p-daaafd7a.js → p-b2c7ff74.js} +6 -6
  151. package/dist/components/{p-3b1c4e80.js → p-ba531eb3.js} +1 -1
  152. package/dist/components/{p-faad6e1b.js → p-c15ef063.js} +2 -2
  153. package/dist/components/{p-ab3007bd.js → p-c49f28a7.js} +3 -3
  154. package/dist/components/{p-2036dd73.js → p-c5b6ed4f.js} +1 -1
  155. package/dist/components/{p-1fb807e2.js → p-c8b8a942.js} +2 -2
  156. package/dist/components/{p-590b8d1c.js → p-cb7f0abe.js} +4 -4
  157. package/dist/components/{p-bb6d1fe9.js → p-d1fe3ce0.js} +1 -1
  158. package/dist/components/{p-90500e75.js → p-d3c93bcf.js} +1 -1
  159. package/dist/components/{p-dc92328d.js → p-da6a70f6.js} +2 -2
  160. package/dist/components/{p-53c730fe.js → p-de20d057.js} +6 -6
  161. package/dist/components/{p-05b503da.js → p-e891d522.js} +4 -4
  162. package/dist/components/{p-ebbcc5b6.js → p-ebc865ec.js} +1 -1
  163. package/dist/components/{p-e6cd5276.js → p-edeeedb5.js} +43 -43
  164. package/dist/components/{p-63225105.js → p-f45ceaa6.js} +2 -2
  165. package/dist/components/{p-13258097.js → p-f5c29229.js} +10 -10
  166. package/dist/components/{p-b9e78c21.js → p-f5f0b499.js} +1 -1
  167. package/dist/components/{p-ee929898.js → p-f6995a6b.js} +6 -6
  168. package/dist/components/{p-7b0b700d.js → p-ff8e5929.js} +2 -2
  169. package/dist/components/rtk-ai-toggle.js +2 -2
  170. package/dist/components/rtk-ai-transcriptions.js +1 -1
  171. package/dist/components/rtk-ai.js +1 -1
  172. package/dist/components/rtk-audio-grid.js +1 -1
  173. package/dist/components/rtk-audio-tile.js +3 -3
  174. package/dist/components/rtk-audio-visualizer.js +1 -1
  175. package/dist/components/rtk-avatar.js +1 -1
  176. package/dist/components/rtk-breakout-room-manager.js +1 -1
  177. package/dist/components/rtk-breakout-room-participants.js +1 -1
  178. package/dist/components/rtk-breakout-rooms-manager.js +1 -1
  179. package/dist/components/rtk-breakout-rooms-toggle.js +2 -2
  180. package/dist/components/rtk-broadcast-message-modal.js +1 -1
  181. package/dist/components/rtk-camera-toggle.js +3 -3
  182. package/dist/components/rtk-caption-toggle.js +2 -2
  183. package/dist/components/rtk-channel-creator.js +1 -1
  184. package/dist/components/rtk-channel-details.js +1 -1
  185. package/dist/components/rtk-channel-header.js +1 -1
  186. package/dist/components/rtk-channel-selector-ui.js +4 -4
  187. package/dist/components/rtk-channel-selector-view.js +1 -1
  188. package/dist/components/rtk-chat-composer-ui.js +4 -4
  189. package/dist/components/rtk-chat-composer-view.js +1 -1
  190. package/dist/components/rtk-chat-message.js +1 -1
  191. package/dist/components/rtk-chat-messages-ui-paginated.js +1 -1
  192. package/dist/components/rtk-chat-messages-ui.js +1 -1
  193. package/dist/components/rtk-chat-search-results.js +1 -1
  194. package/dist/components/rtk-chat-toggle.js +2 -2
  195. package/dist/components/rtk-chat.js +1 -1
  196. package/dist/components/rtk-clock.js +3 -3
  197. package/dist/components/rtk-confirmation-modal.js +1 -1
  198. package/dist/components/rtk-controlbar-button.js +1 -1
  199. package/dist/components/rtk-controlbar.js +1 -1
  200. package/dist/components/rtk-counter.js +1 -1
  201. package/dist/components/rtk-debugger-toggle.js +3 -3
  202. package/dist/components/rtk-dialog-manager.js +1 -1
  203. package/dist/components/rtk-draft-attachment-view.js +1 -1
  204. package/dist/components/rtk-emoji-picker-button.js +1 -1
  205. package/dist/components/rtk-emoji-picker.js +1 -1
  206. package/dist/components/rtk-file-dropzone.js +1 -1
  207. package/dist/components/rtk-file-message-view.js +1 -1
  208. package/dist/components/rtk-file-message.js +1 -1
  209. package/dist/components/rtk-file-picker-button.js +1 -1
  210. package/dist/components/rtk-fullscreen-toggle.js +1 -1
  211. package/dist/components/rtk-grid-pagination.js +1 -1
  212. package/dist/components/rtk-grid.js +4 -4
  213. package/dist/components/rtk-header.js +1 -1
  214. package/dist/components/rtk-idle-screen.js +2 -2
  215. package/dist/components/rtk-image-message-view.js +1 -1
  216. package/dist/components/rtk-image-message.js +1 -1
  217. package/dist/components/rtk-image-viewer.js +1 -1
  218. package/dist/components/rtk-information-tooltip.js +1 -1
  219. package/dist/components/rtk-join-stage.js +1 -1
  220. package/dist/components/rtk-leave-button.js +3 -3
  221. package/dist/components/rtk-leave-meeting.js +1 -1
  222. package/dist/components/rtk-livestream-player.js +1 -1
  223. package/dist/components/rtk-livestream-toggle.js +2 -2
  224. package/dist/components/rtk-markdown-view.js +1 -1
  225. package/dist/components/rtk-meeting-title.js +1 -1
  226. package/dist/components/rtk-meeting.js +44 -44
  227. package/dist/components/rtk-menu-item.js +1 -1
  228. package/dist/components/rtk-menu-list.js +1 -1
  229. package/dist/components/rtk-menu.js +1 -1
  230. package/dist/components/rtk-message-list-view.js +4 -4
  231. package/dist/components/rtk-message-view.js +1 -1
  232. package/dist/components/rtk-mic-toggle.js +3 -3
  233. package/dist/components/rtk-mixed-grid.js +3 -3
  234. package/dist/components/rtk-more-toggle.js +4 -4
  235. package/dist/components/rtk-mute-all-button.js +3 -3
  236. package/dist/components/rtk-mute-all-confirmation.js +1 -1
  237. package/dist/components/rtk-name-tag.js +1 -1
  238. package/dist/components/rtk-notification.js +1 -1
  239. package/dist/components/rtk-notifications.js +1 -1
  240. package/dist/components/rtk-overlay-modal.js +1 -1
  241. package/dist/components/rtk-paginated-list.js +1 -1
  242. package/dist/components/rtk-participant-setup.js +2 -2
  243. package/dist/components/rtk-participant.js +1 -1
  244. package/dist/components/rtk-participants-audio.js +1 -1
  245. package/dist/components/rtk-participants-stage-list.js +1 -1
  246. package/dist/components/rtk-participants-stage-queue.js +1 -1
  247. package/dist/components/rtk-participants-toggle.js +2 -2
  248. package/dist/components/rtk-participants-viewer-list.js +1 -1
  249. package/dist/components/rtk-participants-waiting-list.js +1 -1
  250. package/dist/components/rtk-participants.js +11 -11
  251. package/dist/components/rtk-permissions-message.js +1 -1
  252. package/dist/components/rtk-pip-toggle.js +2 -2
  253. package/dist/components/rtk-plugins-toggle.js +2 -2
  254. package/dist/components/rtk-plugins.js +1 -1
  255. package/dist/components/rtk-poll-form.js +1 -1
  256. package/dist/components/rtk-poll.js +1 -1
  257. package/dist/components/rtk-polls-toggle.js +2 -2
  258. package/dist/components/rtk-polls.js +1 -1
  259. package/dist/components/rtk-recording-indicator.js +1 -1
  260. package/dist/components/rtk-recording-toggle.js +2 -2
  261. package/dist/components/rtk-screen-share-toggle.js +3 -3
  262. package/dist/components/rtk-screenshare-view.js +6 -6
  263. package/dist/components/rtk-settings-audio.js +1 -1
  264. package/dist/components/rtk-settings-toggle.js +3 -3
  265. package/dist/components/rtk-settings-video.js +1 -1
  266. package/dist/components/rtk-settings.js +4 -4
  267. package/dist/components/rtk-setup-screen.js +1 -1
  268. package/dist/components/rtk-sidebar.js +5 -5
  269. package/dist/components/rtk-spinner.js +1 -1
  270. package/dist/components/rtk-spotlight-grid.js +2 -2
  271. package/dist/components/rtk-spotlight-indicator.js +1 -1
  272. package/dist/components/rtk-stage-toggle.js +3 -3
  273. package/dist/components/rtk-stage.js +1 -1
  274. package/dist/components/rtk-switch.js +1 -1
  275. package/dist/components/rtk-tab-bar.js +1 -1
  276. package/dist/components/rtk-text-composer-view.js +1 -1
  277. package/dist/components/rtk-text-message-view.js +1 -1
  278. package/dist/components/rtk-text-message.js +1 -1
  279. package/dist/components/rtk-tooltip.js +1 -1
  280. package/dist/components/rtk-transcript.js +1 -1
  281. package/dist/components/rtk-transcripts.js +1 -1
  282. package/dist/components/rtk-virtualized-participant-list.js +1 -1
  283. package/dist/components/rtk-waiting-screen.js +1 -1
  284. package/dist/docs/docs-components.json +2 -2
  285. package/dist/docs/docs-vscode.json +1 -1
  286. package/dist/esm/loader.js +124 -122
  287. package/dist/esm/rtk-ai-transcriptions.entry.js +1 -1
  288. package/dist/esm/rtk-audio-grid.entry.js +1 -1
  289. package/dist/esm/rtk-audio-visualizer_4.entry.js +9 -7
  290. package/dist/esm/rtk-avatar_54.entry.js +57 -57
  291. package/dist/esm/rtk-channel-selector-ui.entry.js +2 -2
  292. package/dist/esm/rtk-clock.entry.js +3 -3
  293. package/dist/esm/rtk-controlbar.entry.js +1 -1
  294. package/dist/esm/rtk-debugger-toggle.entry.js +1 -1
  295. package/dist/esm/rtk-file-dropzone.entry.js +1 -1
  296. package/dist/esm/rtk-header.entry.js +1 -1
  297. package/dist/esm/rtk-idle-screen.entry.js +1 -1
  298. package/dist/esm/rtk-image-viewer.entry.js +1 -1
  299. package/dist/esm/rtk-information-tooltip.entry.js +1 -1
  300. package/dist/esm/rtk-leave-button.entry.js +1 -1
  301. package/dist/esm/rtk-message-list-view.entry.js +3 -3
  302. package/dist/esm/rtk-more-toggle.entry.js +2 -2
  303. package/dist/esm/rtk-name-tag.entry.js +1 -1
  304. package/dist/esm/rtk-participant-setup.entry.js +2 -2
  305. package/dist/esm/rtk-participant_2.entry.js +14 -14
  306. package/dist/esm/rtk-participants-audio.entry.js +1 -1
  307. package/dist/esm/rtk-participants-stage-list_4.entry.js +1 -1
  308. package/dist/esm/rtk-plugins_2.entry.js +4 -4
  309. package/dist/esm/rtk-poll_2.entry.js +3 -3
  310. package/dist/esm/rtk-recording-indicator.entry.js +1 -1
  311. package/dist/esm/rtk-screenshare-view.entry.js +5 -5
  312. package/dist/esm/rtk-settings-toggle.entry.js +1 -1
  313. package/dist/esm/rtk-spotlight-grid.entry.js +2 -2
  314. package/dist/esm/rtk-stage.entry.js +1 -1
  315. package/dist/esm/rtk-transcript.entry.js +1 -1
  316. package/dist/esm/rtk-waiting-screen.entry.js +1 -1
  317. package/dist/realtimekit-ui/{p-1b626699.entry.js → p-0125c45d.entry.js} +1 -1
  318. package/dist/realtimekit-ui/{p-efa54e8e.entry.js → p-04ab7c4a.entry.js} +1 -1
  319. package/dist/realtimekit-ui/{p-474b0f74.entry.js → p-11020a12.entry.js} +1 -1
  320. package/dist/realtimekit-ui/{p-5a54dec7.entry.js → p-13b6e4ee.entry.js} +1 -1
  321. package/dist/realtimekit-ui/{p-4212a5b9.entry.js → p-2764b447.entry.js} +1 -1
  322. package/dist/realtimekit-ui/p-307355b9.entry.js +1 -0
  323. package/dist/realtimekit-ui/{p-5b4a5301.entry.js → p-35a51c3b.entry.js} +1 -1
  324. package/dist/realtimekit-ui/{p-cd21ddd6.entry.js → p-3dadb4e9.entry.js} +1 -1
  325. package/dist/realtimekit-ui/{p-fa9d810a.entry.js → p-49e6f5e0.entry.js} +1 -1
  326. package/dist/realtimekit-ui/{p-ea543c78.entry.js → p-4b9f6d75.entry.js} +1 -1
  327. package/dist/realtimekit-ui/{p-eef196ea.entry.js → p-4d5449e8.entry.js} +1 -1
  328. package/dist/realtimekit-ui/{p-6a477e1f.entry.js → p-532c52bb.entry.js} +1 -1
  329. package/dist/realtimekit-ui/{p-82832d02.entry.js → p-5adb0497.entry.js} +1 -1
  330. package/dist/realtimekit-ui/{p-5cdfc43a.entry.js → p-642f73a0.entry.js} +1 -1
  331. package/dist/realtimekit-ui/{p-25113d9f.entry.js → p-66370bf2.entry.js} +1 -1
  332. package/dist/realtimekit-ui/p-77645be9.entry.js +1 -0
  333. package/dist/realtimekit-ui/{p-58b50726.entry.js → p-7d15ea69.entry.js} +1 -1
  334. package/dist/realtimekit-ui/{p-e61bff28.entry.js → p-825932ec.entry.js} +1 -1
  335. package/dist/realtimekit-ui/{p-e6285f43.entry.js → p-839d29e1.entry.js} +1 -1
  336. package/dist/realtimekit-ui/{p-d676be68.entry.js → p-9f7e30fa.entry.js} +1 -1
  337. package/dist/realtimekit-ui/{p-6115915b.entry.js → p-a8885d0a.entry.js} +1 -1
  338. package/dist/realtimekit-ui/p-a9fd8cbe.entry.js +1 -0
  339. package/dist/realtimekit-ui/{p-c21daa47.entry.js → p-b420bb34.entry.js} +1 -1
  340. package/dist/realtimekit-ui/p-c48d0286.entry.js +1 -0
  341. package/dist/realtimekit-ui/{p-c34d1441.entry.js → p-cfff77bc.entry.js} +1 -1
  342. package/dist/realtimekit-ui/{p-702b87ec.entry.js → p-ded409c8.entry.js} +1 -1
  343. package/dist/realtimekit-ui/{p-6db7b60d.entry.js → p-e28f5af8.entry.js} +1 -1
  344. package/dist/realtimekit-ui/{p-5f73b13c.entry.js → p-e6287ffc.entry.js} +1 -1
  345. package/dist/realtimekit-ui/{p-7f423b4c.entry.js → p-f02d9838.entry.js} +1 -1
  346. package/dist/realtimekit-ui/{p-1f264d14.entry.js → p-ff811d06.entry.js} +1 -1
  347. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
  348. package/dist/types/components/rtk-audio-visualizer/rtk-audio-visualizer.d.ts +1 -1
  349. package/dist/types/components.d.ts +2 -2
  350. package/package.json +1 -1
  351. package/dist/realtimekit-ui/p-511cb129.entry.js +0 -1
  352. package/dist/realtimekit-ui/p-822bf597.entry.js +0 -1
  353. package/dist/realtimekit-ui/p-adbe5063.entry.js +0 -1
  354. package/dist/realtimekit-ui/p-d6d86a24.entry.js +0 -1
@@ -26,7 +26,7 @@ const RtkMenuItem = /*@__PURE__*/ proxyCustomElement(class RtkMenuItem extends H
26
26
  this.t = useLanguage();
27
27
  }
28
28
  render() {
29
- return (h(Host, { key: '63898a3a4467c3a115296845d9f867489872673e' }, h("slot", { key: '88d8b0520740910587ff016332efc542344693ec', name: "start" }), h("slot", { key: '6b8147a72e274571162ff2e64f00ac55ff737716' }), h("slot", { key: '8c39f3c59e68205854e186dd834043f0a5450c49', name: "end" })));
29
+ return (h(Host, { key: 'f0316fee5ac5fd2124ee26ac2664172007ad1c54' }, h("slot", { key: '994a3a27f743462a3ae0a4c95bc5de672119fdb6', name: "start" }), h("slot", { key: '24594ecaffb46a4b0458032596570fee37e6ae00' }), h("slot", { key: '4ede22267a24a37c508591b0148a1e1b2c391fc9', name: "end" })));
30
30
  }
31
31
  static get style() { return RtkMenuItemStyle0; }
32
32
  }, [1, "rtk-menu-item", {
@@ -47,7 +47,7 @@ const RtkCounter = /*@__PURE__*/ proxyCustomElement(class RtkCounter extends H {
47
47
  this.input = Math.max(this.minValue, parseInt(this.input) - 1).toString();
48
48
  }
49
49
  render() {
50
- return (h(Host, { key: 'd30fe362d84f5e387dfe67dc761683b91785bafb' }, h("rtk-button", { key: '5c60d8e4fed3f53236b1099f8360c341df36aa32', kind: "icon", variant: "ghost", onClick: () => this.decrement() }, h("rtk-icon", { key: 'b76e7889f6d94144aa1632159c52fb9580f931f7', icon: this.iconPack.subtract })), h("input", { key: 'cfd43551b1df8dca486b1dfc4f03d427c7e32caf', type: "number", value: this.input, min: this.minValue, onInput: (e) => {
50
+ return (h(Host, { key: '151ffb29ae91788d05b46f4c795b817c20a35b90' }, h("rtk-button", { key: '9568cb52875c92f57597033cc7b396fa5c2d0371', kind: "icon", variant: "ghost", onClick: () => this.decrement() }, h("rtk-icon", { key: '8ef248b64e90f01bd1f78db5048db148d7c374c9', icon: this.iconPack.subtract })), h("input", { key: '376d604bb62a6c9013e7361da51de8f05f34c870', type: "number", value: this.input, min: this.minValue, onInput: (e) => {
51
51
  const val = parseInt(e.target.value, 10);
52
52
  if (isNaN(val) || val < this.minValue) {
53
53
  this.input = this.minValue.toString();
@@ -55,7 +55,7 @@ const RtkCounter = /*@__PURE__*/ proxyCustomElement(class RtkCounter extends H {
55
55
  else {
56
56
  this.input = val.toString();
57
57
  }
58
- } }), h("rtk-button", { key: '4cfe34a4483d12ddbd35b82a6f5d099424b24be3', kind: "icon", variant: "ghost", onClick: () => this.increment() }, h("rtk-icon", { key: 'a06553be5801039bfefb1a2c2542d01c7426a605', icon: this.iconPack.add }))));
58
+ } }), h("rtk-button", { key: 'cea8491840c69cf3856e97d97b5c4f34abf45e55', kind: "icon", variant: "ghost", onClick: () => this.increment() }, h("rtk-icon", { key: 'cb2146960e8c8368cce69fb8d8a696078bcea2fc', icon: this.iconPack.add }))));
59
59
  }
60
60
  static get watchers() { return {
61
61
  "input": ["watchStateHandler"]
@@ -2,11 +2,11 @@ import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-
2
2
  import { e as defaultIconPack, h as useLanguage } from './p-74e01969.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-beb5c7c8.js';
5
- import { d as defineCustomElement$5 } from './p-74d7f3a0.js';
5
+ import { d as defineCustomElement$5 } from './p-4e9d44f6.js';
6
6
  import { d as defineCustomElement$4 } from './p-3b29dda1.js';
7
- import { d as defineCustomElement$3 } from './p-b9e78c21.js';
8
- import { d as defineCustomElement$2 } from './p-fe4cd240.js';
9
- import { d as defineCustomElement$1 } from './p-095e6b83.js';
7
+ import { d as defineCustomElement$3 } from './p-f5f0b499.js';
8
+ import { d as defineCustomElement$2 } from './p-a59a9c97.js';
9
+ import { d as defineCustomElement$1 } from './p-3570bda3.js';
10
10
  import { d as debounce } from './p-1dca17d1.js';
11
11
 
12
12
  const rtkChannelSelectorViewCss = ".scrollbar {\n /* For Firefox */\n scrollbar-width: thin;\n scrollbar-color: var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))\n var(--rtk-scrollbar-background, transparent);\n}\n\n/* For WebKit */\n.scrollbar::-webkit-scrollbar {\n height: var(--rtk-space-1\\.5, 6px);\n width: var(--rtk-space-1\\.5, 6px);\n border-radius: 9999px;\n background-color: var(--rtk-scrollbar-background, transparent);\n}\n\n.scrollbar::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background-color: var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)));\n}\n\n\n:host {\n display: flex;\n flex-direction: column;\n width: 100%;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));\n position: relative;\n z-index: 10;\n height: var(--rtk-space-12, 48px);\n min-height: 48px;\n}\n\n.dropdown-trigger {\n height: 100%;\n width: 100%;\n border-width: var(--rtk-border-width-none, 0);\n border-style: none;\n padding: var(--rtk-space-4, 16px);\n display: flex;\n align-items: center;\n justify-content: space-between;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));\n font-size: 14px;\n color: rgb(var(--rtk-colors-text-1000, 255 255 255));\n cursor: pointer;\n position: absolute;\n z-index: 20;\n}\n\n.dropdown-trigger span {\n display: flex;\n flex: 1 1 0%;\n align-items: center;\n justify-content: space-between;\n}\n\n.dropdown-trigger rtk-icon {\n margin-left: var(--rtk-space-1, 4px);\n height: var(--rtk-space-5, 20px);\n width: var(--rtk-space-5, 20px);\n flex-shrink: 0;\n}\n\n@container chatcontainer (height < 360px) {\n .dropdown-trigger {\n padding: var(--rtk-space-2, 8px);\n }\n .dropdown {\n top: var(--rtk-space-8, 32px) !important;\n }\n .search-container {\n padding-left: var(--rtk-space-0, 0px) !important;\n padding-right: var(--rtk-space-0, 0px) !important;\n padding-top: var(--rtk-space-0, 0px) !important;\n padding-bottom: var(--rtk-space-0, 0px) !important;\n }\n input {\n height: var(--rtk-space-8, 32px) !important;\n border-radius: var(--rtk-border-radius-none, 0) !important;\n }\n .channel {\n height: var(--rtk-space-8, 32px) !important;\n border-radius: var(--rtk-border-radius-sm, 4px) !important;\n }\n .avatar-icon {\n height: var(--rtk-space-3, 12px) !important;\n width: var(--rtk-space-3, 12px) !important;\n padding: var(--rtk-space-1, 4px) !important;\n }\n\n rtk-avatar {\n height: var(--rtk-space-5, 20px) !important;\n width: var(--rtk-space-5, 20px) !important;\n }\n}\n\n.dropdown {\n position: absolute;\n width: 100%;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));\n top: var(--rtk-space-12, 48px);\n z-index: 10;\n animation: 0.3s slide-down ease;\n}\n\n.dropdown .channels-container {\n max-height: var(--rtk-space-80, 320px);\n}\n\n.list {\n display: flex;\n flex-direction: column;\n}\n\n.list .channel .channel-data {\n align-items: flex-start;\n}\n\n.unread-count {\n display: flex;\n justify-content: center;\n height: var(--rtk-space-5, 20px);\n min-width: var(--rtk-space-3, 12px);\n border-radius: 9999px;\n padding-left: var(--rtk-space-1, 4px);\n padding-right: var(--rtk-space-1, 4px);\n font-size: 12px;\n line-height: 1.25rem;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));\n color: rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));\n}\n\ninput {\n height: var(--rtk-space-9, 36px);\n width: 100%;\n padding-left: var(--rtk-space-3, 12px);\n padding-right: var(--rtk-space-3, 12px);\n box-sizing: border-box;\n border-width: var(--rtk-border-width-none, 0);\n border-style: none;\n outline: 2px solid transparent;\n outline-offset: 2px;\n border-radius: var(--rtk-border-radius-sm, 4px);\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity));\n color: rgb(var(--rtk-colors-text-1000, 255 255 255));\n}\n\n.search-container {\n display: flex;\n flex-shrink: 0;\n flex-grow: 0;\n flex-basis: auto;\n align-items: center;\n padding-top: var(--rtk-space-3, 12px);\n padding-bottom: var(--rtk-space-3, 12px);\n padding-left: var(--rtk-space-2, 8px);\n padding-right: var(--rtk-space-2, 8px);\n border-bottom: var(--rtk-border-width-sm, 1px) solid rgb(var(--rtk-colors-background-700, 44 44 44));\n}\n\n.search-container rtk-icon {\n margin-left: calc(var(--rtk-space-8, 32px) * -1);\n height: var(--rtk-space-5, 20px);\n width: var(--rtk-space-5, 20px);\n color: rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76));\n}\n\n.channels-container {\n display: flex;\n flex-direction: column;\n gap: var(--rtk-space-1, 4px);\n padding: var(--rtk-space-2, 8px);\n flex: 1 1 auto;\n overflow-y: auto;\n}\n\n.channel {\n flex-shrink: 0;\n box-sizing: border-box;\n border-width: var(--rtk-border-width-none, 0);\n border-style: none;\n background-color: transparent;\n outline: 2px solid transparent;\n outline-offset: 2px;\n cursor: pointer;\n border-radius: var(--rtk-border-radius-md, 8px);\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: var(--rtk-space-2, 8px);\n height: var(--rtk-space-16, 64px);\n width: 100%;\n padding-left: var(--rtk-space-2, 8px);\n padding-right: var(--rtk-space-3, 12px);\n color: rgb(var(--rtk-colors-text-1000, 255 255 255));\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n\n.channel:hover {\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity));\n}\n\n.channel .channel-data {\n flex: 1 1 0%;\n align-items: center;\n justify-content: space-between;\n display: flex;\n gap: var(--rtk-space-2, 8px);\n}\n\n.channel .name {\n font-size: 16px;\n}\n\n.channel .name, \n .channel .last-message {\n max-width: var(--rtk-space-40, 160px);\n text-align: left;\n overflow: hidden;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 1;\n}\n\n.channel .no-message {\n font-style: italic;\n}\n\n.channel rtk-avatar {\n height: var(--rtk-space-12, 48px);\n width: var(--rtk-space-12, 48px);\n overflow: clip;\n border-radius: 9999px;\n font-size: 14px;\n}\n\n.channel .avatar-icon {\n height: var(--rtk-space-6, 24px);\n width: var(--rtk-space-6, 24px);\n padding: var(--rtk-space-3, 12px);\n color: rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));\n overflow: clip;\n border-radius: 9999px;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));\n}\n\n.channel time, \n .channel .last-message {\n font-size: 12px;\n color: rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76));\n}\n\n.channel.active {\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-bg-opacity));\n color: rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));\n}\n\n.channel.active .unread-count {\n background-color: rgb(var(--rtk-colors-text-on-brand-800, var(--rtk-colors-text-800, 255 255 255 / 0.76)));\n --tw-text-opacity: 1;\n color: rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity));\n}\n\n.channel.active time {\n color: rgb(var(--rtk-colors-text-on-brand-800, var(--rtk-colors-text-800, 255 255 255 / 0.76)));\n}\n\n.channel.active .last-message {\n color: rgb(var(--rtk-colors-text-on-brand-700, var(--rtk-colors-text-700, 255 255 255 / 0.64)));\n}\n\n.channel.active rtk-avatar {\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));\n color: rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));\n}\n\n.col {\n gap: var(--rtk-space-1, 4px);\n display: flex;\n flex-direction: column;\n}\n\n.channel-meta {\n flex-shrink: 0;\n align-items: flex-end;\n}\n\n@keyframes slide-down {\n from {\n transform: translateY(-50px);\n }\n to {\n transform: translateY(0%);\n }\n}\n";
@@ -126,11 +126,11 @@ const RtkChannelSelectorView = /*@__PURE__*/ proxyCustomElement(class RtkChannel
126
126
  render() {
127
127
  const filteredChannels = this.getFilteredChannels();
128
128
  const shouldShowDropdown = this.viewAs === 'list' || (this.viewAs === 'dropdown' && this.showDropdown);
129
- return (h(Host, { key: '55c0b7974fdc4d69ab8205d216aadd3be538a1f6' }, this.viewAs === 'list' && h("slot", { key: '469c1b7f79dd75fb160ec0ed28dc64e7c0818df6', name: "header" }), shouldShowDropdown && (h("div", { key: '3012a7fd9e766b6e06d2973c1944c5a7dbad6517', class: {
129
+ return (h(Host, { key: 'adc8ab4b9c8c865998588fbd9766296f18b3e48e' }, this.viewAs === 'list' && h("slot", { key: 'e5740725a4349472ca2eb1fb0816eb2311a99838', name: "header" }), shouldShowDropdown && (h("div", { key: '425adc920c28e0421e07bb0bd9f61b31c42fcda9', class: {
130
130
  dropdown: this.viewAs === 'dropdown',
131
131
  scrollbar: this.viewAs === 'dropdown',
132
132
  list: this.viewAs === 'list',
133
- } }, !this.disableSearch && (h("div", { key: 'bed4be1b983d9a03523f08a4e1a1a15b9e811ab7', class: "search-container", ref: (el) => (this.$searchEl = el) }, h("input", { key: '09eab0a72de67a3355ed691e1dfbb8f8cddcf83a', type: "text", placeholder: this.t('chat.search_conversations'), value: this.searchQuery, onInput: (e) => (this.searchQuery = e.target.value) }), h("rtk-icon", { key: '8b5d6cadef7748e9bb6110f011751d49c64373d4', icon: this.iconPack.search }))), h("div", { key: 'ad46257295bc7ca372786f3b8161734af37f745a', class: "channels-container scrollbar", ref: (el) => (this.$listEl = el) }, filteredChannels.map((channel) => {
133
+ } }, !this.disableSearch && (h("div", { key: '9fbbc48d8489f2a6490729fac1fecdef1838e84a', class: "search-container", ref: (el) => (this.$searchEl = el) }, h("input", { key: 'f7fb43662d50274f80380b735ef9f5fc0b215442', type: "text", placeholder: this.t('chat.search_conversations'), value: this.searchQuery, onInput: (e) => (this.searchQuery = e.target.value) }), h("rtk-icon", { key: 'af76e65a1397d2a6e557a28b687e26aef641c568', icon: this.iconPack.search }))), h("div", { key: '0711a9cfcc811269a5020dc41030c0daee5cc8bf', class: "channels-container scrollbar", ref: (el) => (this.$listEl = el) }, filteredChannels.map((channel) => {
134
134
  return (h("button", { class: { channel: true, active: this.selectedChannelId === channel.id }, onClick: () => this.onChannelClickHandler(channel) }, !this.hideAvatar && (h("div", null, channel.icon ? (h("rtk-icon", { class: "avatar-icon", icon: this.iconPack[channel.icon] })) : (h("rtk-avatar", { participant: {
135
135
  name: channel.name,
136
136
  picture: channel.avatarUrl,
@@ -138,8 +138,8 @@ const RtkChannelSelectorView = /*@__PURE__*/ proxyCustomElement(class RtkChannel
138
138
  'last-message': true,
139
139
  'no-message': !channel.latestMessage,
140
140
  } }, h("rtk-text-message-view", { isMarkdown: true, text: channel.latestMessage })))), h("div", { class: "col channel-meta" }, channel.latestMessageTime && (h("time", { class: "time" }, this.getTimeLabel(channel.latestMessageTime))), channel.unreadCount > 0 && (h("div", { class: "unread-count" }, channel.unreadCount))))));
141
- })))), this.viewAs === 'dropdown' && (h("button", { key: '21e0faa2655c3f0c8cca668abda6ef761c57d179', class: "dropdown-trigger", onClick: this.toggleDropdown }, h("span", { key: 'ac1c51cb7fd12350d643ac5bdd106350fd4a7657' }, this.selectedChannelId &&
142
- `${this.t('to')} ${this.getChannelById(this.selectedChannelId).name}`, this.getTotalUnreads() > 0 && (h("div", { key: 'ea8d9f60114649f119db36d36f95b5c2ac957cc5', class: "unread-count" }, this.getTotalUnreads()))), h("rtk-icon", { key: 'e27b18e174975a8a9a5be7dfc0d53cd9bc1efd9c', icon: this.showDropdown ? this.iconPack.chevron_up : this.iconPack.chevron_down })))));
141
+ })))), this.viewAs === 'dropdown' && (h("button", { key: '0c87f90d6d0fe22284995ab7259689f80a862829', class: "dropdown-trigger", onClick: this.toggleDropdown }, h("span", { key: 'd1a364f2c5c57d19702d0b8707ca661c1dc4c14f' }, this.selectedChannelId &&
142
+ `${this.t('to')} ${this.getChannelById(this.selectedChannelId).name}`, this.getTotalUnreads() > 0 && (h("div", { key: 'bf789f9df82851825bc6ea12a19a5f37ab74aefe', class: "unread-count" }, this.getTotalUnreads()))), h("rtk-icon", { key: 'c0d03f883f4c46b2698be0f197751fc0470717ea', icon: this.showDropdown ? this.iconPack.chevron_up : this.iconPack.chevron_down })))));
143
143
  }
144
144
  get $el() { return this; }
145
145
  static get style() { return RtkChannelSelectorViewStyle0; }
@@ -34,10 +34,10 @@ const RtkFileMessage = /*@__PURE__*/ proxyCustomElement(class RtkFileMessage ext
34
34
  }
35
35
  render() {
36
36
  const link = sanitizeLink(this.message.link);
37
- return (h(Host, { key: '7c75a7c9e627cddd7beeeadf11473894371395d8' }, !this.isContinued && (h(ChatHead, { key: 'c05c95453e3f878767770c6a261ebb90e2a06e7d', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '69b824cc5d3d328a3b08cc4def693d86bd96a39b', class: {
37
+ return (h(Host, { key: '771fc8ccb2700a3fba83f04676a0c4396c1a8a41' }, !this.isContinued && (h(ChatHead, { key: 'ef2d83897dcae870bb7a2b0eeef397585b873b77', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '841039fcad32f254653bd490a98f268479345b44', class: {
38
38
  body: true,
39
39
  bubble: this.showBubble,
40
- }, part: "body" }, h("div", { key: '86315ca5ed3c9b9f48d84ffef9f52ebbd1d3515e', class: "file" }, h("div", { key: '3475ccfa9c266adb6fefefa1eadcc3d8b1fe37f1', class: "file-data" }, h("div", { key: 'e99e1b1c6acd5b7892d9916680cde1d937dfcb82', class: "name" }, this.message.name), h("div", { key: '4f213fd3a36d457da93e75b7b51573120978893c', class: "file-data-split" }, h("div", { key: '3484e59af9f316eabfcf9bc35f015a0d3b7d286d', class: "ext" }, getExtension(this.message.name)), h("span", { key: 'b223670e2ed2bbc84b1145123fe14ca52f5f0a88', class: "divider" }), h("div", { key: 'ebe6b5e3f8e6da099438a7015a3c2d10770808b6', class: "size" }, getFileSize(this.message.size)))), h("rtk-button", { key: '5a109a7b43db38b10e9d084f9fb141e5a0535d9b', variant: "secondary", kind: "icon", onClick: () => downloadFile(link, { name: this.message.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: '57aaf2b09f11a066c298d675a06ec10202e18fc8', icon: this.iconPack.download }))))));
40
+ }, part: "body" }, h("div", { key: '65e3c8aafa4e9fa55a24264685bb0cf20841048a', class: "file" }, h("div", { key: '1b1e97b1518c5471964ea91889f4500fc0e01e03', class: "file-data" }, h("div", { key: 'ff9d3071b528162f6e796ccb49e2472df2e8d364', class: "name" }, this.message.name), h("div", { key: '1d3ccb1f5bc2a94983de216e77a8ebc0ae07d669', class: "file-data-split" }, h("div", { key: 'ebab32b642e097b3c1c1903269a8d76fbd586f5c', class: "ext" }, getExtension(this.message.name)), h("span", { key: '81ee3600ba18a7689706504befebcf02697a56e7', class: "divider" }), h("div", { key: 'e969a8d6221d8af560a26510c38a92406a18ef2a', class: "size" }, getFileSize(this.message.size)))), h("rtk-button", { key: '482c27659f71cfebf9f88fdf538e32baa6b87073', variant: "secondary", kind: "icon", onClick: () => downloadFile(link, { name: this.message.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: '4efaeb927b4ea2010eed09227eb7f511b9253017', icon: this.iconPack.download }))))));
41
41
  }
42
42
  }, [0, "rtk-file-message", {
43
43
  "message": [16],
@@ -79,9 +79,9 @@ const RtkLeaveMeeting = /*@__PURE__*/ proxyCustomElement(class RtkLeaveMeeting e
79
79
  }
80
80
  }
81
81
  render() {
82
- return (h(Host, { key: '55991a2b1b60bb963ee7dfb10fbea5d5bc63c186' }, h("div", { key: 'bc50b5a89ff7ee5348aadbba4fe8f709fa35bee9', class: "leave-modal" }, h("div", { key: '7a19d21b272222e7cf83bbb6dbd8bb4284ea9d29', class: "header" }, h("h2", { key: '935e06a35f3669457c63761697a9152972d69c54', class: "title" }, this.t('leave'))), h("p", { key: 'cd1ba755b4f73c0d3fb4c9078ee11afc31cee726', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
82
+ return (h(Host, { key: '3a498cd6ba7efe8697a29b25cb91bba8bf4f8385' }, h("div", { key: '8094c0d9b4ade3f1a511796556b9bea6163f4081', class: "leave-modal" }, h("div", { key: '2ccb549f2ce35c8f54d806f7d6aa8e74bbc7bab2', class: "header" }, h("h2", { key: 'cf9281517dfad495e37f86b51a5cef6e471a1e62', class: "title" }, this.t('leave'))), h("p", { key: 'c2c0f7a042c377ce26e1045c6462c0a526d00041', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
83
83
  ? this.t('breakout_rooms.leave_confirmation')
84
- : this.t('leave_confirmation')), h("div", { key: 'd4031f068f492f76d5feb9dd39587263e9b545f0', class: "content" }, h("rtk-button", { key: 'a014dc329e5f861de85468e04715d8aeb87f4e8c', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '501a689793bb5e1ff2a8d03f5b9d0ab3d6baafbf', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: '35a6941049928fa81f1e0a73b64f4ce937c86451', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '7c6367e3f9322235e126c01cc16014f5b2c81ecc', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
84
+ : this.t('leave_confirmation')), h("div", { key: 'd2e9264448b26532318022ec7991fc77a17f15e1', class: "content" }, h("rtk-button", { key: '7792537400624c5f8028f5a6e167af8cc6c19317', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: 'e37a7a97fa85d120385f64831efebc02c9b4b036', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: 'b6ae60a2e64af83b118c077c4eac6c5d7ee6f6f8', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '05f27640ced0043aeb733df84f51a6ee637d3396', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
85
85
  }
86
86
  static get watchers() { return {
87
87
  "meeting": ["meetingChanged"]
@@ -2,7 +2,7 @@ import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-
2
2
  import { e as defaultIconPack, h as useLanguage } from './p-74e01969.js';
3
3
  import { S as SyncWithStore } from './p-beb5c7c8.js';
4
4
  import { s as shorten, f as formatName, g as getInitials } from './p-338c7261.js';
5
- import { d as defineCustomElement$1 } from './p-fb836f65.js';
5
+ import { d as defineCustomElement$1 } from './p-03bdc4c0.js';
6
6
 
7
7
  const rtkPollCss = ":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)))}.ctr{margin-bottom:var(--rtk-space-3, 12px);display:flex;width:100%;flex-direction:column;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.poll-title{margin-top:var(--rtk-space-3, 12px);margin-bottom:var(--rtk-space-3, 12px);margin-right:var(--rtk-space-4, 16px);font-size:12px}.poll{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));display:flex;flex-direction:column;padding:var(--rtk-space-4, 16px)}.poll-question{padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px);font-size:14px;overflow-wrap:break-word}.poll-answers{display:flex;flex-direction:row;justify-content:space-between;font-size:12px;margin-top:var(--rtk-space-4, 16px);margin-bottom:var(--rtk-space-1, 4px);padding-left:var(--rtk-space-1, 4px);padding-right:var(--rtk-space-3, 12px)}.poll-option{display:flex;flex-direction:column;margin-top:var(--rtk-space-2, 8px);border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));padding:var(--rtk-space-2, 8px);word-break:break-word}.poll-option.open-vote:hover{cursor:pointer}.poll-option label{display:flex;flex-direction:row;cursor:inherit}.poll-option-header{display:flex;flex-direction:row;justify-content:space-between;padding:var(--rtk-space-1, 4px)}.poll-option-header[data-disabled='true']:hover{cursor:default}.poll-option-header input{margin-top:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-0, 0px);margin-left:var(--rtk-space-0\\.5, 2px);margin-right:var(--rtk-space-2, 8px);cursor:inherit}.poll-option-header .counter{color:rgb(var(--rtk-colors-text-1000, 255 255 255));font-size:12px}.votes{margin-top:var(--rtk-space-1, 4px);display:flex;flex-direction:row;flex-wrap:wrap}.vote{margin-right:var(--rtk-space-1, 4px);height:var(--rtk-space-8, 32px);width:var(--rtk-space-8, 32px);display:flex;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-video-bg, 24 24 24) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-1000, 255 255 255));border-radius:var(--rtk-border-radius-none, 0);clip-path:circle()}.active{--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-900, var(--rtk-colors-text-900, 255 255 255 / 0.88)))}.active .counter{color:rgb(var(--rtk-colors-text-on-brand-900, var(--rtk-colors-text-900, 255 255 255 / 0.88)))}";
8
8
  const RtkPollStyle0 = rtkPollCss;
@@ -39,7 +39,7 @@ const RtkPolls = /*@__PURE__*/ proxyCustomElement(class RtkPolls extends H {
39
39
  }
40
40
  render() {
41
41
  const hasVoted = this.poll.voted.includes(this.self);
42
- return (h(Host, { key: '2951e932453e7c58f3d2a1bc0952b02c7f231fe2' }, h("div", { key: 'fda1240df8d21e01df14e749593f00ca81a4c4a2', class: "ctr" }, h("p", { key: '08459f706bdb922eddc7a3b7f3b2177293f18371', class: "poll-title" }, this.t('polls.by'), " ", shorten(formatName(this.poll.createdBy), 20)), h("div", { key: 'b8c1d0755a17862bf372c24c72b6ad5f9a774d81', class: "poll" }, h("p", { key: 'cd76bf5da75f3165eecac1c6845bbb5c0a69a99c', class: "poll-question" }, this.poll.question), h("div", { key: '00c702b964872b7883bcd656e3b8e03a1986b28e', class: "poll-answers" }, h("span", { key: 'e51a233616f792e6bcbbb8376099a4a5e9e7dd02' }, this.t('polls.answers')), h("span", { key: 'f3fe545292f85870d11f334c211099bdab8694f0' }, this.poll.voted.length)), this.poll.options.map((item, index) => (h("div", { class: {
42
+ return (h(Host, { key: 'f279288f91b6fe8d525fc8498733763081c8d33b' }, h("div", { key: '5919d49691938b1886af73aed2e84c9281d400ae', class: "ctr" }, h("p", { key: '9881e172379add503d5b7057719214ff7094e66d', class: "poll-title" }, this.t('polls.by'), " ", shorten(formatName(this.poll.createdBy), 20)), h("div", { key: 'f94d3f1184e1e40048cc2f3a5545a643b747b5f3', class: "poll" }, h("p", { key: 'f8a37e64dc447ca65308d7ca5024b19fd845492d', class: "poll-question" }, this.poll.question), h("div", { key: '89a0c12e8c9423c188c25e130852b0ead854eccd', class: "poll-answers" }, h("span", { key: '73c48104ca4ab450b6a16f17dfdaffa5802198a2' }, this.t('polls.answers')), h("span", { key: '3e2bf9df6ffcdc3d04bff203e7a6b5cfbc449d2c' }, this.poll.voted.length)), this.poll.options.map((item, index) => (h("div", { class: {
43
43
  active: item.votes.some((x) => x.id === this.self),
44
44
  'open-vote': this.permissions.polls.canVote && !hasVoted,
45
45
  'poll-option': true,
@@ -4,8 +4,8 @@ import { f as formatName, s as shorten } from './p-338c7261.js';
4
4
  import { S as SyncWithStore } from './p-beb5c7c8.js';
5
5
  import { d as defineCustomElement$4 } from './p-1391bef0.js';
6
6
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
7
- import { d as defineCustomElement$2 } from './p-af8be74e.js';
8
- import { d as defineCustomElement$1 } from './p-fb836f65.js';
7
+ import { d as defineCustomElement$2 } from './p-2eb129f3.js';
8
+ import { d as defineCustomElement$1 } from './p-03bdc4c0.js';
9
9
 
10
10
  const rtkTabBarCss = ".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{box-sizing:border-box;display:flex;height:100%;width:var(--rtk-space-16, 64px);flex-direction:column;gap:var(--rtk-space-2, 8px);overflow-y:auto;font-family:var(--rtk-font-family, sans-serif)}rtk-button{z-index:10}.col{display:flex;flex-direction:column;align-items:center}.tab{display:flex;height:var(--rtk-space-16, 64px);width:var(--rtk-space-16, 64px);align-items:center;justify-content:center;margin-bottom:var(--rtk-space-2, 8px);font-size:12px;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity))}.tab.active{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity))}.tab img{height:var(--rtk-space-7, 28px);width:var(--rtk-space-7, 28px);border-radius:var(--rtk-border-radius-sm, 4px)}.tab .name{margin-top:var(--rtk-space-0\\.5, 2px)}:host([size='sm']){flex-direction:column;margin-top:var(--rtk-space-4, 16px);height:var(--rtk-space-16, 64px);width:100%;flex-direction:row;gap:var(--rtk-space-2, 8px);overflow-x:auto}:host([size='sm']) .tab{margin:var(--rtk-space-0, 0px);text-overflow:clip;min-width:100px;height:40px}:host([size='sm']) .tab .col{display:flex;flex-direction:row;align-items:center;gap:var(--rtk-space-2, 8px)}:host([size='sm']) .tab .col img,:host([size='sm']) .tab .col rtk-icon{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px)}:host([size='sm']) .tab .col .name{gap:var(--rtk-space-1, 4px)}:host([layout='column']){flex-direction:column}:host([layout='column']) .aside{flex:2;max-width:100%;width:100%}@media (orientation: portrait){:host([size='sm']){margin-top:var(--rtk-space-2, 8px);height:var(--rtk-space-16, 64px);width:100%;flex-direction:row;transition:all 0.3s linear}:host([size='md']){height:var(--rtk-space-24, 96px);width:100%;flex-direction:row;transition:all 0.3s linear}:host .tab{margin:var(--rtk-space-0, 0px)}}@media (orientation: landscape){:host([size='sm']){margin-right:var(--rtk-space-4, 16px);height:100%;width:var(--rtk-space-14, 56px);flex-direction:row;gap:var(--rtk-space-2, 8px);overflow-y:auto;overflow-x:hidden;transition:all 0.3s linear}:host([size='md']){margin-right:var(--rtk-space-4, 16px);height:100%;width:var(--rtk-space-14, 56px);flex-direction:row;gap:var(--rtk-space-2, 8px);overflow-y:auto;overflow-x:hidden;transition:all 0.3s linear}:host .tab{margin:var(--rtk-space-0, 0px)}:host([size='sm']) .tab{margin:var(--rtk-space-0, 0px);width:100%;text-overflow:clip;min-width:0px;min-height:40px}:host([size='sm']) .tab .col{display:flex;flex-direction:column;align-items:center;gap:var(--rtk-space-2, 8px);font-size:10px}:host([size='sm']) .tab .col img,:host([size='sm']) .tab .col rtk-icon{height:var(--rtk-space-3, 12px);width:var(--rtk-space-3, 12px)}:host([size='sm']) .tab .col .name{gap:var(--rtk-space-1, 4px)}}";
11
11
  const RtkTabBarStyle0 = rtkTabBarCss;
@@ -3,10 +3,10 @@ import { h as useLanguage, e as defaultIconPack, P as PlayerState, O as getLives
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-beb5c7c8.js';
5
5
  import { d as defineCustomElement$5 } from './p-1391bef0.js';
6
- import { d as defineCustomElement$4 } from './p-2036dd73.js';
7
- import { d as defineCustomElement$3 } from './p-f3fc3655.js';
6
+ import { d as defineCustomElement$4 } from './p-c5b6ed4f.js';
7
+ import { d as defineCustomElement$3 } from './p-adca9df1.js';
8
8
  import { d as defineCustomElement$2 } from './p-3b29dda1.js';
9
- import { d as defineCustomElement$1 } from './p-fe4cd240.js';
9
+ import { d as defineCustomElement$1 } from './p-a59a9c97.js';
10
10
 
11
11
  // https://caniuse.com/mdn-javascript_builtins_number_isfinite
12
12
  const isFiniteNumber = Number.isFinite || function (value) {
@@ -2,14 +2,14 @@ import { p as proxyCustomElement, H, h } from './p-c3592601.js';
2
2
  import { c as createDefaultConfig, e as defaultIconPack, h as useLanguage } from './p-74e01969.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-beb5c7c8.js';
5
- import { d as defineCustomElement$8 } from './p-74d7f3a0.js';
5
+ import { d as defineCustomElement$8 } from './p-4e9d44f6.js';
6
6
  import { d as defineCustomElement$7 } from './p-1391bef0.js';
7
7
  import { d as defineCustomElement$6 } from './p-3b29dda1.js';
8
- import { d as defineCustomElement$5 } from './p-9b4f77d0.js';
9
- import { d as defineCustomElement$4 } from './p-258274b1.js';
10
- import { d as defineCustomElement$3 } from './p-8935943a.js';
11
- import { d as defineCustomElement$2 } from './p-fe4cd240.js';
12
- import { d as defineCustomElement$1 } from './p-dc3143c0.js';
8
+ import { d as defineCustomElement$5 } from './p-5205ea87.js';
9
+ import { d as defineCustomElement$4 } from './p-a9d80b81.js';
10
+ import { d as defineCustomElement$3 } from './p-0a583582.js';
11
+ import { d as defineCustomElement$2 } from './p-a59a9c97.js';
12
+ import { d as defineCustomElement$1 } from './p-a3ebfc10.js';
13
13
 
14
14
  const rtkParticipantsViewerListCss = ":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:100%;width:100%;flex-direction:column;font-size:14px}.list{margin-bottom:var(--rtk-space-4, 16px);display:flex;height:100%;flex-direction:column}h3,.heading-count{margin:var(--rtk-space-0, 0px);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-viewers-list{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px);text-align:center;font-size:12px;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}";
15
15
  const RtkParticipantsViewerListStyle0 = rtkParticipantsViewerListCss;
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, h, e as Host } from './p-c3592601.js';
2
2
  import { h as useLanguage, e as defaultIconPack } from './p-74e01969.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-beb5c7c8.js';
5
- import { d as defineCustomElement$3 } from './p-74d7f3a0.js';
5
+ import { d as defineCustomElement$3 } from './p-4e9d44f6.js';
6
6
  import { d as defineCustomElement$2 } from './p-3b29dda1.js';
7
- import { d as defineCustomElement$1 } from './p-fe4cd240.js';
7
+ import { d as defineCustomElement$1 } from './p-a59a9c97.js';
8
8
 
9
9
  const rtkChannelDetailsCss = ":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{border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));display:flex;flex-direction:column;width:var(--rtk-space-72, 288px);padding-top:var(--rtk-space-5, 20px);padding-bottom:var(--rtk-space-5, 20px);padding-left:var(--rtk-space-8, 32px);padding-right:var(--rtk-space-8, 32px)}header{font-size:20px}rtk-spinner{margin-top:var(--rtk-space-10, 40px);margin-bottom:var(--rtk-space-10, 40px);margin-left:auto;margin-right:auto}ul{margin-left:var(--rtk-space-0, 0px);margin-right:var(--rtk-space-0, 0px);margin-top:var(--rtk-space-6, 24px);margin-bottom:var(--rtk-space-4, 16px);height:var(--rtk-space-48, 192px);padding:var(--rtk-space-0, 0px);overflow-y:auto;list-style-type:none;display:flex;flex-direction:column;gap:var(--rtk-space-2, 8px)}ul li{margin-right:var(--rtk-space-2, 8px);display:flex;align-items:center;gap:var(--rtk-space-2, 8px);padding:var(--rtk-space-2, 8px);cursor:pointer;border-radius:var(--rtk-border-radius-sm, 4px)}ul li:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}ul li 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))}";
10
10
  const RtkChannelDetailsStyle0 = rtkChannelDetailsCss;
@@ -37,7 +37,7 @@ const RtkChannelDetails = /*@__PURE__*/ proxyCustomElement(class RtkChannelDetai
37
37
  })));
38
38
  }
39
39
  render() {
40
- return (h(Host, { key: '56390bafc9a8a933499c11e51b38898494f407bc' }, h("header", { key: 'a27a3d775aceb8f23481823c1a21eb0286f5723a' }, this.t('chat.channel_members')), this.renderMembers()));
40
+ return (h(Host, { key: 'cc8b22dae541a200e63d0d6b286f7ad380a53f09' }, h("header", { key: 'e481f5db77f40f53cac0c6aeae28752ddab505cb' }, this.t('chat.channel_members')), this.renderMembers()));
41
41
  }
42
42
  static get style() { return RtkChannelDetailsStyle0; }
43
43
  }, [1, "rtk-channel-details", {
@@ -166,7 +166,7 @@ const RtkPermissionsMessage = /*@__PURE__*/ proxyCustomElement(class RtkPermissi
166
166
  this.stepsTimer = setTimeout(this.nextStep, 2500);
167
167
  }
168
168
  const showMacDeepLink = isDeniedBySystem && this.meeting.self.device.osName == 'macOS';
169
- return (h(Host, { key: '8a733f9212eeeaa2beeb660f388cd386bd5866da' }, h("h2", { key: '8b98272023226f4d555bc4a392132cc4f3bb5508' }, h("rtk-icon", { key: '5512cf5917b4e621cc478ace72d66a5a018d3abc', class: "text-icon", icon: this.iconPack.warning }), this.getTitle()), this.svgSteps.length > 0 && (h("div", { key: '51b406b4466bed495737ffc4dd8c931e89a7b313', class: 'svg-container' }, this.svgSteps.map((e, index) => (h("p", { innerHTML: e, class: "svg-ins", key: this.currentStep, hidden: index !== this.currentStep }))))), h("div", { key: '2aa51de951fa6e325407214400aacfb3c159332d' }, this.getMessage()), !isDeniedBySystem && (h("a", { key: 'f5ca776a56d696f623f373dda8bb0bfb034daaaa', class: "need-help-link", href: this.getLink((_c = (_b = (_a = this.states) === null || _a === void 0 ? void 0 : _a.activePermissionsMessage) === null || _b === void 0 ? void 0 : _b.kind) !== null && _c !== void 0 ? _c : 'audio'), target: "_blank", rel: "noreferrer external noreferrer noopener" }, h("rtk-icon", { key: 'a4a220afa615666aa5124af81e754ad7cd0ae8ce', class: "text-icon", icon: this.iconPack.attach }), this.t('cta.help'))), h("div", { key: '34a967813793d6deb854c008164fc14b859a3b53', class: "actions" }, h("rtk-button", { key: '8676c863a486b365b378728ca89f494297160bf0', size: "lg", kind: "wide", variant: "secondary", onClick: this.continue }, this.t('cta.continue')), showMacDeepLink ? (h("rtk-button", { size: "lg", kind: "wide", onClick: this.openMacSystemSettings }, this.t('cta.system_settings'))) : (h("rtk-button", { size: "lg", kind: "wide", onClick: this.reload }, this.t('cta.reload')))), h("slot", { key: '67e17eb781cb49110f92dfd89faec112d79b03b3' })));
169
+ return (h(Host, { key: '5382ef58e7cd1b901c615f2137460d9cdf255218' }, h("h2", { key: '62cbe05476171bd2faaca3c1c6142bf17949e405' }, h("rtk-icon", { key: '1727839b136ad2e87d7109883d3ba22f0db16418', class: "text-icon", icon: this.iconPack.warning }), this.getTitle()), this.svgSteps.length > 0 && (h("div", { key: 'ebabd8b9725e2a65218ab7826643565bf0f14884', class: 'svg-container' }, this.svgSteps.map((e, index) => (h("p", { innerHTML: e, class: "svg-ins", key: this.currentStep, hidden: index !== this.currentStep }))))), h("div", { key: 'a9686c1c427f120d0879c3d57dda17941b06758e' }, this.getMessage()), !isDeniedBySystem && (h("a", { key: '841dc8ff76cc10e376171c4267efcca71d2ef2a6', class: "need-help-link", href: this.getLink((_c = (_b = (_a = this.states) === null || _a === void 0 ? void 0 : _a.activePermissionsMessage) === null || _b === void 0 ? void 0 : _b.kind) !== null && _c !== void 0 ? _c : 'audio'), target: "_blank", rel: "noreferrer external noreferrer noopener" }, h("rtk-icon", { key: '6cded0b28e0cd0f25aa58476c7f9f60cacd8abbf', class: "text-icon", icon: this.iconPack.attach }), this.t('cta.help'))), h("div", { key: '45a90d83f86799bc5e6c5df08adec1b261caad9a', class: "actions" }, h("rtk-button", { key: 'f882b2b00cea111bd87a23e9985a60a7e45e9e18', size: "lg", kind: "wide", variant: "secondary", onClick: this.continue }, this.t('cta.continue')), showMacDeepLink ? (h("rtk-button", { size: "lg", kind: "wide", onClick: this.openMacSystemSettings }, this.t('cta.system_settings'))) : (h("rtk-button", { size: "lg", kind: "wide", onClick: this.reload }, this.t('cta.reload')))), h("slot", { key: '091e35565236749006f6aac7dd8368dd7045b1b1' })));
170
170
  }
171
171
  static get watchers() { return {
172
172
  "meeting": ["meetingChanged"]
@@ -71,10 +71,10 @@ const RtkPoll = /*@__PURE__*/ proxyCustomElement(class RtkPoll extends H {
71
71
  this.onCreate.emit(pollObject);
72
72
  }
73
73
  render() {
74
- return (h(Host, { key: '3b0e105480e37261b64a99552f20f65b467deb5c' }, h("div", { key: '8682faca7764a1669f589be097ccfee63d49e9b3', class: "create-poll" }, h("p", { key: '723847f27d92eeac805b7c55692d61ce48476eb0' }, this.t('polls.question')), h("textarea", { key: 'e85b887af5077f79a0542aa256cbc1ee2e209c67', onInput: () => {
74
+ return (h(Host, { key: '625bbf35e528f16b4a982a159c3631af1d444a85' }, h("div", { key: 'f0d20f8d5e53d1f8fd5063b7e533dc50d8184dc5', class: "create-poll" }, h("p", { key: '2dbcff9b0828790c4315e62f45c139f30971b72c' }, this.t('polls.question')), h("textarea", { key: '6ff40a7fe19cded416f45474065b9361de83d5a2', onInput: () => {
75
75
  if (this.error && this.error.code === 0)
76
76
  this.error = undefined;
77
- }, ref: (e) => (this.question = e), placeholder: this.t('polls.question.placeholder') }), this.options.map((item, index) => (h("div", { class: "option" }, h("input", { placeholder: this.t('polls.option.placeholder'), value: item, onInput: (event) => this.updateOption(event, index) }), index > 1 && (h("rtk-button", { kind: "icon", class: "auto remove-option", variant: "secondary", onClick: () => this.removeOption(index) }, h("rtk-icon", { icon: this.iconPack.subtract })))))), h("rtk-button", { key: '4b1552030c268c7b9c67e63f47ca4decbaca549f', class: "add-option", variant: "secondary", onClick: () => this.addOption() }, this.t('polls.option')), h("label", { key: '3af3d5e264c8acd9fd2348483489a02aaf9ac770' }, h("input", { key: '39339af087cc40813d79a211fd12866ade71403c', id: "anonymous", type: "checkbox", onChange: (e) => (this.anonymous = e.target.checked) }), this.t('polls.results.anon')), h("label", { key: '30a29efafcbd837057cfed7957d48c04d02e2570' }, h("input", { key: 'e5c949df6cfec33c4c31c14db9d2ff816211ca3f', id: "hideVotes", type: "checkbox", disabled: this.anonymous, checked: this.anonymous ? true : this.hideVotes, onChange: (e) => (this.hideVotes = e.target.checked) }), this.t('polls.results.hide')), h("rtk-button", { key: '994e07e64080cd4251202ac3090da2c4e71f8a02', kind: "wide", onClick: () => this.handleSubmit() }, this.t('polls.create')), this.error && h("span", { key: '27e0ab9385fe99ca5bab3a9ce4c756988dafbea4', class: "error-text" }, this.error.message))));
77
+ }, ref: (e) => (this.question = e), placeholder: this.t('polls.question.placeholder') }), this.options.map((item, index) => (h("div", { class: "option" }, h("input", { placeholder: this.t('polls.option.placeholder'), value: item, onInput: (event) => this.updateOption(event, index) }), index > 1 && (h("rtk-button", { kind: "icon", class: "auto remove-option", variant: "secondary", onClick: () => this.removeOption(index) }, h("rtk-icon", { icon: this.iconPack.subtract })))))), h("rtk-button", { key: '565c530735bf27e14b0a5ee33afca6f45b1e4fc5', class: "add-option", variant: "secondary", onClick: () => this.addOption() }, this.t('polls.option')), h("label", { key: 'c38d4c9bee1c086cb481a94b17853749d5de6b63' }, h("input", { key: '64f21e59d497ae0182da74064d96ad66a522515d', id: "anonymous", type: "checkbox", onChange: (e) => (this.anonymous = e.target.checked) }), this.t('polls.results.anon')), h("label", { key: 'ec293dc473b4d9d0df7fe9d93e036ff28c0ea3d1' }, h("input", { key: 'bef5ee43cee42d3c16927efc810ad4b76cb8994b', id: "hideVotes", type: "checkbox", disabled: this.anonymous, checked: this.anonymous ? true : this.hideVotes, onChange: (e) => (this.hideVotes = e.target.checked) }), this.t('polls.results.hide')), h("rtk-button", { key: '7b5646a77576a2836370d16dc2104d267c573de2', kind: "wide", onClick: () => this.handleSubmit() }, this.t('polls.create')), this.error && h("span", { key: 'd51a6301dba0c3686a5f1e59ebdc98eccfa7488b', class: "error-text" }, this.error.message))));
78
78
  }
79
79
  static get style() { return RtkPollFormStyle0; }
80
80
  }, [1, "rtk-poll-form", {
@@ -59,7 +59,7 @@ const RtkMenu = /*@__PURE__*/ proxyCustomElement(class RtkMenu extends H {
59
59
  });
60
60
  }
61
61
  render() {
62
- return (h(Host, { key: '15461c803838be1651df6116a61598ce8ab988f9' }, h("span", { key: 'f36cdd2f1141f46a993daa880682382904a72509', id: "trigger", ref: (el) => (this.triggerEl = el), onClick: () => {
62
+ return (h(Host, { key: 'a814ea3dde902a15cb6fb0db8a9c2409c240537f' }, h("span", { key: 'de2447524c6a1787a6b9442ccb9c3d56a33e9f4f', id: "trigger", ref: (el) => (this.triggerEl = el), onClick: () => {
63
63
  this.clickedThis = true;
64
64
  if (this.menuListEl.style.display !== 'block') {
65
65
  this.menuListEl.style.display = 'block';
@@ -68,7 +68,7 @@ const RtkMenu = /*@__PURE__*/ proxyCustomElement(class RtkMenu extends H {
68
68
  else {
69
69
  this.menuListEl.style.display = 'none';
70
70
  }
71
- } }, h("slot", { key: 'af622c9dbb3394cb46a6bb909a45c5e3248b1a09', name: "trigger" })), h("span", { key: '445258e31b4b775fbc22b268234fe15a33f809c9', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, h("slot", { key: '87396622c6078253736cbe43a1cac55c6f90754f' }))));
71
+ } }, h("slot", { key: 'fb566f431ceca452fad8b564cfb777bc90411a02', name: "trigger" })), h("span", { key: '50b030d301e54677d19cc21dadcec53f566b14cf', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, h("slot", { key: '59ce6c30c39155fec448114fd25752585d95c87d' }))));
72
72
  }
73
73
  static get style() { return RtkMenuStyle0; }
74
74
  }, [1, "rtk-menu", {
@@ -47,7 +47,7 @@ const RtkNameTag = /*@__PURE__*/ proxyCustomElement(class RtkNameTag extends H {
47
47
  var _a, _b, _c;
48
48
  const name = formatName(((_a = this.participant) === null || _a === void 0 ? void 0 : _a.name) || '');
49
49
  const isSelf = ((_b = this.participant) === null || _b === void 0 ? void 0 : _b.id) === ((_c = this.meeting) === null || _c === void 0 ? void 0 : _c.self.id);
50
- return (h(Host, { key: '05fa4b586b3b0f02b881b889fa24ea3fded851ff', title: name }, h("slot", { key: '3687ef547d6bce55ecab7961e51e1b9a1beb9798', name: "start" }), h("span", { key: '6e1ef3741cdf635ab3eb6acf5d97cb0c133a1bcd', class: "name" }, this.formatNameTag(name, isSelf)), h("slot", { key: '102712f4ab6f1fdbb15c1a56676b3399ef1369f0', name: "end" })));
50
+ return (h(Host, { key: 'd42b26fe39b4a8643e32b420ec6cded7450dde20', title: name }, h("slot", { key: '5235adedfaef8eb0b99d46f9b6e89efe40e53f68', name: "start" }), h("span", { key: 'bd15296809e2caf334c6786e45e3b751633ff001', class: "name" }, this.formatNameTag(name, isSelf)), h("slot", { key: '6f5a39cfecf90b9d449b08274eb20b450bcba196', name: "end" })));
51
51
  }
52
52
  static get watchers() { return {
53
53
  "size": ["sizeChanged"]
@@ -46,9 +46,9 @@ const RtkBroadcastMessageModal = /*@__PURE__*/ proxyCustomElement(class RtkBroad
46
46
  }, 2000);
47
47
  }
48
48
  render() {
49
- return (h(Host, { key: '6fbeed26fe6bd27b9f0fb5d574437db002931560' }, h("div", { key: '539893028570a33bae6e10dfbbf30a9872660cc9', class: "content-col" }, h("h2", { key: '066aaa4541f135cd6d8d424395cf449f79c61caa' }, "Broadcast message to"), h("select", { key: '413dea8a9bd7a1efbf17948cfb45b655ddb79b71', onChange: (e) => {
49
+ return (h(Host, { key: '4d23ce819f004fd0e14a4c9062e21f1321c46495' }, h("div", { key: 'f0814536068dd268c1aec9d80c45cc6817fe184b', class: "content-col" }, h("h2", { key: '5b0caef4e9f93d1a18c7bba8a269f10d95f5d290' }, "Broadcast message to"), h("select", { key: '8f32291fa522cf7a5947caf54178327e1574f103', onChange: (e) => {
50
50
  this.messagePayload = Object.assign(Object.assign({}, this.messagePayload), { to: e.target.value });
51
- } }, h("option", { key: '72df6790e57bdd905ad96d62c9d6fa57e4a3a41c' }, "Everyone"), h("option", { key: '82650452bb4de2b6d382a14dab3e901d62ca3b13' }, "List of rooms")), h("textarea", { key: '2be2bad10700c89162a06d662198b4eaadd96027', placeholder: "Type message here...", onInput: (e) => {
51
+ } }, h("option", { key: 'b09bb9b952ade48788bf8ab15645a1a45dab6935' }, "Everyone"), h("option", { key: '177d1af8eaeaa77393a9b2e477fca32563c05290' }, "List of rooms")), h("textarea", { key: 'b592528751cb63fa8c107b2b63455bfed0b3f3cb', 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, d as createEvent, h, e as Host } from './p-c3592601.js';
2
2
  import { e as defaultIconPack, h as useLanguage } from './p-74e01969.js';
3
3
  import { S as SyncWithStore } from './p-beb5c7c8.js';
4
- import { d as defineCustomElement$d } from './p-74d7f3a0.js';
4
+ import { d as defineCustomElement$d } from './p-4e9d44f6.js';
5
5
  import { d as defineCustomElement$c } from './p-1391bef0.js';
6
- import { d as defineCustomElement$b } from './p-0081423d.js';
6
+ import { d as defineCustomElement$b } from './p-27f15618.js';
7
7
  import { d as defineCustomElement$a } from './p-3b29dda1.js';
8
- import { d as defineCustomElement$9 } from './p-05b503da.js';
9
- import { d as defineCustomElement$8 } from './p-b9e78c21.js';
10
- import { d as defineCustomElement$7 } from './p-ec54a0c7.js';
11
- import { d as defineCustomElement$6 } from './p-9b4f77d0.js';
12
- import { d as defineCustomElement$5 } from './p-258274b1.js';
13
- import { d as defineCustomElement$4 } from './p-53c730fe.js';
14
- import { d as defineCustomElement$3 } from './p-7b0b700d.js';
15
- import { d as defineCustomElement$2 } from './p-fe4cd240.js';
16
- import { d as defineCustomElement$1 } from './p-095e6b83.js';
8
+ import { d as defineCustomElement$9 } from './p-e891d522.js';
9
+ import { d as defineCustomElement$8 } from './p-f5f0b499.js';
10
+ import { d as defineCustomElement$7 } from './p-919e71b8.js';
11
+ import { d as defineCustomElement$6 } from './p-5205ea87.js';
12
+ import { d as defineCustomElement$5 } from './p-a9d80b81.js';
13
+ import { d as defineCustomElement$4 } from './p-de20d057.js';
14
+ import { d as defineCustomElement$3 } from './p-ff8e5929.js';
15
+ import { d as defineCustomElement$2 } from './p-a59a9c97.js';
16
+ import { d as defineCustomElement$1 } from './p-3570bda3.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;
@@ -192,7 +192,7 @@ const RtkChatMessagesUiPaginated = /*@__PURE__*/ proxyCustomElement(class RtkCha
192
192
  this.lastReadMessageIndex = -1;
193
193
  }
194
194
  render() {
195
- return (h(Host, { key: 'a0c0aa97dbccb759d6e0c05a97f9db2f9a53d897' }, h("rtk-paginated-list", { key: '884917ce580ce28e4bb7fe5724a264d297732153', ref: (el) => (this.$paginatedListRef = el), pageSize: this.pageSize, pagesAllowed: 3, fetchData: this.getChatMessages, createNodes: this.createChatNodes, selectedItemId: this.selectedChannelId, emptyListLabel: this.t('chat.empty_channel') }, h("slot", { key: '6e7624745fbe100fb31aa3083f20dffe2ff9f5e4' }))));
195
+ return (h(Host, { key: 'd0ae21ca32589c18ede4b1e4b4682f5b82b58320' }, h("rtk-paginated-list", { key: 'bff3bdae7c6bbefed8dd8b478ac60370067c75a6', ref: (el) => (this.$paginatedListRef = el), pageSize: this.pageSize, pagesAllowed: 3, fetchData: this.getChatMessages, createNodes: this.createChatNodes, selectedItemId: this.selectedChannelId, emptyListLabel: this.t('chat.empty_channel') }, h("slot", { key: '043cfe627a1056c2267dd00705ff33e7e96f1f89' }))));
196
196
  }
197
197
  get host() { return this; }
198
198
  static get watchers() { return {
@@ -42,7 +42,7 @@ const RtkTranscript = /*@__PURE__*/ proxyCustomElement(class RtkTranscript exten
42
42
  }, 10000);
43
43
  }
44
44
  render() {
45
- return (h(Host, { key: '178bec61ca4e702446a1d8ef9cc700d614e473cb' }, h("div", { key: 'cc7f9847399f373bb93b74d5b56acb2636df3668', class: "ctr" }, h("p", { key: 'c8d6e26e1ce9038b73ca69e5ca75e658e9df2465', class: "message" }, h("span", { key: '1138ba7e3f8c131fb4c22315791ec480b8233e24', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
45
+ return (h(Host, { key: 'f114d024507ae77ac2597ecd060e3ff44ff14b62' }, h("div", { key: '0a2b1de3c21d77fcf73a0e025e8faa82b61ac23e', class: "ctr" }, h("p", { key: 'eee54f37929772f547113c899cbbcd89e451f64d', class: "message" }, h("span", { key: '3599abf0271f4847d0e19629c9966b02a168bdb8', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
46
46
  }
47
47
  static get watchers() { return {
48
48
  "transcript": ["transcriptChanged"]
@@ -2,12 +2,12 @@ import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-
2
2
  import { e as defaultIconPack, h as useLanguage } from './p-74e01969.js';
3
3
  import { b as getPreference, s as setPreference } from './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-beb5c7c8.js';
5
- import { d as defineCustomElement$6 } from './p-e98d5a6d.js';
5
+ import { d as defineCustomElement$6 } from './p-afd22e6f.js';
6
6
  import { d as defineCustomElement$5 } from './p-1391bef0.js';
7
7
  import { d as defineCustomElement$4 } from './p-3b29dda1.js';
8
8
  import { d as defineCustomElement$3 } from './p-25490e20.js';
9
9
  import { d as defineCustomElement$2 } from './p-8a8aef81.js';
10
- import { d as defineCustomElement$1 } from './p-ed31845a.js';
10
+ import { d as defineCustomElement$1 } from './p-22aa706b.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%}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;
@@ -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: 'b2f64c371659124c270ecb75efe4ec12498bdf8e', class: "virtual-list-container", style: {
121
+ return (h("div", { key: '8928758911fd6ac3b955e727306f1ebfe19aba9b', 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: '3467332664e7bc167748dea0ec64da614ad4915c', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: '738cc8ac54467c1a5b6d257885a19e29c10de5e1', style: { height: `${this.itemHeight}px` } })));
126
+ } }, h("div", { key: '4812952f05b7cbcb920cf5bfe54cd30c26cb8b0d', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: '0f9cd358e2d49af44765dbe560a323c9e8fa09f7', style: { height: `${this.itemHeight}px` } })));
127
127
  }
128
128
  get el() { return this; }
129
129
  static get watchers() { return {
@@ -27,7 +27,7 @@ const RtkSpinner = /*@__PURE__*/ proxyCustomElement(class RtkSpinner extends H {
27
27
  this.size = 'md';
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: 'c042cbd31d8fa9e58c0cbbc5646575a3172fc824' }, h("rtk-icon", { key: '0171ba3d5f7506e2c67eb813c5ad5b263352088d', class: "spinner", icon: this.iconPack.spinner })));
30
+ return (h(Host, { key: '896d7e13900a390f5c03df4e2af45163d61f6d09' }, h("rtk-icon", { key: 'dd05bbbb3eb9db982d85db131b82c2bcaf253a94', class: "spinner", icon: this.iconPack.spinner })));
31
31
  }
32
32
  static get style() { return RtkSpinnerStyle0; }
33
33
  }, [1, "rtk-spinner", {
@@ -5,7 +5,7 @@ import { S as SyncWithStore } from './p-beb5c7c8.js';
5
5
  import { d as defineCustomElement$4 } from './p-7f5ba3a2.js';
6
6
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
7
7
  import { d as defineCustomElement$2 } from './p-47fbe920.js';
8
- import { d as defineCustomElement$1 } from './p-ed31845a.js';
8
+ import { d as defineCustomElement$1 } from './p-22aa706b.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;
@@ -26,7 +26,7 @@ const RtkMenuList = /*@__PURE__*/ proxyCustomElement(class RtkMenuList extends H
26
26
  this.t = useLanguage();
27
27
  }
28
28
  render() {
29
- return (h(Host, { key: '8d727ee3603bff8472bbe65a3fac47711fc6315c' }, h("slot", { key: '11755f7306267fd0496721a65aae0d36f84acb7b' })));
29
+ return (h(Host, { key: 'c0974bc340294b197aa8310e5a9913126ac22c48' }, h("slot", { key: '1a660db36c713285203569957959663497803c5e' })));
30
30
  }
31
31
  static get style() { return RtkMenuListStyle0; }
32
32
  }, [1, "rtk-menu-list", {
@@ -4,16 +4,16 @@ import { M as MAX_TEXT_LENGTH } from './p-0abe4b8a.js';
4
4
  import { a as gracefulStorage } from './p-a83ccdbd.js';
5
5
  import { S as SyncWithStore } from './p-beb5c7c8.js';
6
6
  import { d as defineCustomElement$b } from './p-1391bef0.js';
7
- import { d as defineCustomElement$a } from './p-63225105.js';
8
- import { d as defineCustomElement$9 } from './p-1fb807e2.js';
9
- import { d as defineCustomElement$8 } from './p-e5ef089b.js';
10
- import { d as defineCustomElement$7 } from './p-2e5d41d6.js';
7
+ import { d as defineCustomElement$a } from './p-f45ceaa6.js';
8
+ import { d as defineCustomElement$9 } from './p-c8b8a942.js';
9
+ import { d as defineCustomElement$8 } from './p-25a4363c.js';
10
+ import { d as defineCustomElement$7 } from './p-4a4c2102.js';
11
11
  import { d as defineCustomElement$6 } from './p-3b29dda1.js';
12
- import { d as defineCustomElement$5 } from './p-b9e78c21.js';
13
- import { d as defineCustomElement$4 } from './p-fe4cd240.js';
14
- import { d as defineCustomElement$3 } from './p-2475ba83.js';
15
- import { d as defineCustomElement$2 } from './p-095e6b83.js';
16
- import { d as defineCustomElement$1 } from './p-fb836f65.js';
12
+ import { d as defineCustomElement$5 } from './p-f5f0b499.js';
13
+ import { d as defineCustomElement$4 } from './p-a59a9c97.js';
14
+ import { d as defineCustomElement$3 } from './p-262377bc.js';
15
+ import { d as defineCustomElement$2 } from './p-3570bda3.js';
16
+ import { d as defineCustomElement$1 } from './p-03bdc4c0.js';
17
17
 
18
18
  const rtkChatComposerViewCss = ":host {\n display: flex;\n flex-direction: column;\n font-family: var(--rtk-font-family, sans-serif);\n font-size: 14px;\n position: relative;\n}\n\n.quoted-message-container {\n margin-bottom: var(--rtk-space-2, 8px);\n display: flex;\n justify-content: space-between;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));\n color: rgb(var(--rtk-colors-text-1000, 255 255 255));\n border-radius: var(--rtk-border-radius-md, 8px);\n border: var(--rtk-border-width-sm, 1px) solid rgb(var(--rtk-colors-background-600, 60 60 60));\n}\n\n.quoted-message-container .quoted-message {\n flex: 1 1 0%;\n padding: var(--rtk-space-2, 8px);\n border-radius: var(--rtk-border-radius-md, 8px);\n max-height: var(--rtk-space-24, 96px);\n overflow-y: auto;\n word-break: break-all;\n}\n\n.quoted-message-container .quoted-message blockquote {\n display: none;\n}\n\n.quoted-message-container rtk-icon.dismiss {\n margin-left: auto;\n height: var(--rtk-space-5, 20px);\n width: var(--rtk-space-5, 20px);\n padding: var(--rtk-space-2, 8px);\n border-radius: var(--rtk-border-radius-md, 8px);\n color: rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52));\n}\n\n.quoted-message-container rtk-icon.dismiss:hover {\n cursor: pointer;\n color: rgb(var(--rtk-colors-text-1000, 255 255 255));\n}\n\n.quoted-message-container rtk-icon.dismiss {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n\n.composer-container {\n position: relative;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));\n border-radius: var(--rtk-border-radius-md, 8px);\n overflow: hidden;\n border: var(--rtk-border-width-sm, 1px) solid rgb(var(--rtk-colors-background-600, 60 60 60));\n}\n\n.composer-container > .composers {\n min-height: 60px;\n }\n\n@container chatcontainer (height < 360px) {\n .composer-container > .composers {\n min-height: 30px;\n }\n}\n\n.chat-buttons {\n padding: var(--rtk-space-3, 12px);\n display: flex;\n align-items: center;\n justify-content: space-between;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));\n color: rgb(var(--rtk-colors-text-1000, 255 255 255));\n}\n\n.chat-buttons .right {\n z-index: 10;\n}\n\n.chat-buttons .right .edit-buttons {\n display: flex;\n gap: var(--rtk-space-2, 8px);\n}\n\n.chat-buttons > div {\n display: flex;\n align-items: center;\n}\n\nrtk-emoji-picker {\n z-index: 20;\n position: absolute;\n top: calc(var(--rtk-space-72, 288px) * -1);\n border-top: var(--rtk-border-width-sm, 1px) solid rgb(var(--rtk-colors-background-600, 60 60 60));\n animation: 0.3s slide-up ease;\n}\n\n@keyframes slide-up {\n from {\n transform: translateY(100%);\n }\n to {\n transform: translateY(0%);\n }\n}\n";
19
19
  const RtkChatComposerViewStyle0 = rtkChatComposerViewCss;
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-
2
2
  import { e as defaultIconPack, h as useLanguage } from './p-74e01969.js';
3
3
  import { i as isFullScreenEnabled, r as requestFullScreen, e as exitFullSreen, a as isFullScreenSupported } from './p-02f19345.js';
4
4
  import { S as SyncWithStore } from './p-beb5c7c8.js';
5
- import { d as defineCustomElement$3 } from './p-2036dd73.js';
5
+ import { d as defineCustomElement$3 } from './p-c5b6ed4f.js';
6
6
  import { d as defineCustomElement$2 } from './p-3b29dda1.js';
7
- import { d as defineCustomElement$1 } from './p-fe4cd240.js';
7
+ import { d as defineCustomElement$1 } from './p-a59a9c97.js';
8
8
 
9
9
  const rtkFullscreenToggleCss = ":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:block}:host([data-hidden]){display:none}";
10
10
  const RtkFullscreenToggleStyle0 = rtkFullscreenToggleCss;
@@ -47,7 +47,7 @@ const drawBarsVisualizer = (canvas, volume) => {
47
47
  context.stroke();
48
48
  };
49
49
 
50
- const rtkAudioVisualizerCss = ":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:block;width:-moz-fit-content;width:fit-content}.hideMuted{padding:var(--rtk-space-1, 4px)}canvas,rtk-icon{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px)}:host([size='sm']){transform:scale(0.9)}canvas{display:none}canvas.visible{display:block}canvas.bars{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity))}";
50
+ const rtkAudioVisualizerCss = ":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:block;width:-moz-fit-content;width:fit-content}.audioActivePadding{padding:var(--rtk-space-1, 4px)}canvas,rtk-icon{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px)}:host([size='sm']){transform:scale(0.9)}canvas{display:none}canvas.visible{display:block}canvas.bars{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity))}";
51
51
  const RtkAudioVisualizerStyle0 = rtkAudioVisualizerCss;
52
52
 
53
53
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
@@ -71,7 +71,7 @@ const RtkAudioVisualizer = /*@__PURE__*/ proxyCustomElement(class RtkAudioVisual
71
71
  this.iconPack = defaultIconPack;
72
72
  /** Language */
73
73
  this.t = useLanguage();
74
- /** Hide when there is no audio / audio is muted */
74
+ /** Hide the visualizer if audio is muted */
75
75
  this.hideMuted = false;
76
76
  /** Audio visualizer for screensharing, it will use screenShareTracks.audio instead of audioTrack */
77
77
  this.isScreenShare = false;
@@ -159,12 +159,14 @@ const RtkAudioVisualizer = /*@__PURE__*/ proxyCustomElement(class RtkAudioVisual
159
159
  });
160
160
  }
161
161
  render() {
162
- return (h(Host, { key: '50fd0d2472432f4a67ead60e3ab44fa015a30a0a' }, h("div", { key: '6f453d5b54520ea6c798137c95a4e3cfe1a598bb', class: {
163
- hideMuted: this.hideMuted,
164
- } }, h("canvas", { key: '81a9c569126e607c80327cd309fb224ecaa877b4', width: "24", height: "24", class: {
162
+ if (this.hideMuted && !this.audioEnabled)
163
+ return null;
164
+ return (h(Host, null, h("div", { class: {
165
+ audioActivePadding: this.hideMuted && this.audioEnabled,
166
+ } }, h("canvas", { width: "24", height: "24", class: {
165
167
  bars: true,
166
168
  visible: this.audioEnabled,
167
- }, ref: (el) => (this.visualizer = el), part: "canvas" }), !this.isScreenShare && !this.audioEnabled && this.hideMuted !== true && (h("rtk-icon", { key: '223c3eaea7f05589e0321df21d971e0753c6a260', icon: this.iconPack.mic_off, part: "mic-off-icon" })))));
169
+ }, ref: (el) => (this.visualizer = el), part: "canvas" }), !this.isScreenShare && !this.audioEnabled && (h("rtk-icon", { icon: this.iconPack.mic_off, part: "mic-off-icon" })))));
168
170
  }
169
171
  static get watchers() { return {
170
172
  "participant": ["participantChanged"]
@@ -2,11 +2,11 @@ import { p as proxyCustomElement, H, d as createEvent, w as writeTask, h, e as H
2
2
  import { e as defaultIconPack, h as useLanguage, G as getAllConnectedParticipants, H as participantIdentifier } from './p-74e01969.js';
3
3
  import { f as formatName, s as shorten } from './p-338c7261.js';
4
4
  import { S as SyncWithStore } from './p-beb5c7c8.js';
5
- import { d as defineCustomElement$5 } from './p-74d7f3a0.js';
5
+ import { d as defineCustomElement$5 } from './p-4e9d44f6.js';
6
6
  import { d as defineCustomElement$4 } from './p-1391bef0.js';
7
7
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
8
- import { d as defineCustomElement$2 } from './p-fe4cd240.js';
9
- import { d as defineCustomElement$1 } from './p-fb836f65.js';
8
+ import { d as defineCustomElement$2 } from './p-a59a9c97.js';
9
+ import { d as defineCustomElement$1 } from './p-03bdc4c0.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}";
12
12
  const RtkBreakoutRoomManagerStyle0 = rtkBreakoutRoomManagerCss;