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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/cjs/{full-screen-de3e9caf.js → full-screen-b02d13dd.js} +2 -2
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/realtimekit-ui.cjs.js +1 -1
  5. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +1 -1
  6. package/dist/cjs/rtk-avatar_26.cjs.entry.js +21 -13
  7. package/dist/cjs/rtk-breakout-rooms-manager_9.cjs.entry.js +7 -7
  8. package/dist/cjs/rtk-file-message_3.cjs.entry.js +6 -6
  9. package/dist/cjs/rtk-fullscreen-toggle.cjs.entry.js +2 -2
  10. package/dist/cjs/rtk-idle-screen.cjs.entry.js +43 -2
  11. package/dist/cjs/rtk-image-viewer.cjs.entry.js +1 -1
  12. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +1 -1
  13. package/dist/cjs/rtk-leave-button.cjs.entry.js +1 -1
  14. package/dist/cjs/rtk-message-list-view.cjs.entry.js +3 -3
  15. package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
  16. package/dist/cjs/rtk-notification.cjs.entry.js +2 -2
  17. package/dist/cjs/rtk-participant-setup.cjs.entry.js +2 -2
  18. package/dist/cjs/rtk-participant_2.cjs.entry.js +2 -2
  19. package/dist/cjs/rtk-participants-audio.cjs.entry.js +1 -1
  20. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +1 -1
  21. package/dist/cjs/rtk-plugins_2.cjs.entry.js +4 -4
  22. package/dist/cjs/rtk-poll_2.cjs.entry.js +3 -3
  23. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +1 -1
  24. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +7 -7
  25. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +1 -1
  26. package/dist/cjs/rtk-setup-screen.cjs.entry.js +21 -3
  27. package/dist/cjs/rtk-sidebar-ui.cjs.entry.js +2 -2
  28. package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +2 -2
  29. package/dist/cjs/rtk-stage.cjs.entry.js +1 -1
  30. package/dist/cjs/rtk-transcript.cjs.entry.js +1 -1
  31. package/dist/cjs/rtk-waiting-screen.cjs.entry.js +1 -1
  32. package/dist/collection/components/rtk-ai/rtk-ai.js +6 -0
  33. package/dist/collection/components/rtk-breakout-room-toggle/rtk-breakout-rooms-toggle.js +1 -1
  34. package/dist/collection/components/rtk-breakout-rooms-manager/rtk-breakout-rooms-manager.js +1 -1
  35. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +8 -2
  36. package/dist/collection/components/rtk-fullscreen-toggle/rtk-fullscreen-toggle.js +2 -2
  37. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.css +22 -0
  38. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +76 -1
  39. package/dist/collection/components/rtk-image-message/rtk-image-message.js +4 -4
  40. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +3 -3
  41. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +1 -1
  42. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +1 -1
  43. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +1 -1
  44. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +2 -2
  45. package/dist/collection/components/rtk-livestream-toggle/rtk-livestream-toggle.js +6 -0
  46. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
  47. package/dist/collection/components/rtk-meeting/rtk-meeting.js +10 -2
  48. package/dist/collection/components/rtk-menu/rtk-menu.js +2 -2
  49. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +1 -1
  50. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +1 -1
  51. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +3 -3
  52. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +2 -2
  53. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +1 -1
  54. package/dist/collection/components/rtk-notification/rtk-notification.js +2 -2
  55. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +1 -1
  56. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +2 -2
  57. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +1 -1
  58. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +1 -1
  59. package/dist/collection/components/rtk-participants-stage-queue/rtk-participants-stage-queue.js +6 -0
  60. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
  61. package/dist/collection/components/rtk-pip-toggle/rtk-pip-toggle.js +6 -0
  62. package/dist/collection/components/rtk-plugins/rtk-plugins.js +1 -1
  63. package/dist/collection/components/rtk-poll/rtk-poll.js +1 -1
  64. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +2 -2
  65. package/dist/collection/components/rtk-polls/rtk-polls.js +3 -3
  66. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +1 -1
  67. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +7 -7
  68. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +1 -1
  69. package/dist/collection/components/rtk-setup-screen/rtk-setup-screen.js +22 -3
  70. package/dist/collection/components/rtk-sidebar-ui/rtk-sidebar-ui.js +8 -2
  71. package/dist/collection/components/rtk-spinner/rtk-spinner.js +1 -1
  72. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +2 -2
  73. package/dist/collection/components/rtk-stage/rtk-stage.js +1 -1
  74. package/dist/collection/components/rtk-switch/rtk-switch.js +1 -1
  75. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +1 -1
  76. package/dist/collection/components/rtk-text-message/rtk-text-message.js +2 -2
  77. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +1 -1
  78. package/dist/collection/components/rtk-transcript/rtk-transcript.js +1 -1
  79. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +2 -2
  80. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +1 -1
  81. package/dist/collection/utils/full-screen.js +1 -1
  82. package/dist/components/{p-8861d5a3.js → p-00551379.js} +1 -1
  83. package/dist/components/{p-7adb3504.js → p-08698341.js} +1 -1
  84. package/dist/components/{p-e544a590.js → p-0d76966c.js} +2 -2
  85. package/dist/components/{p-88aded7d.js → p-0f065bee.js} +5 -5
  86. package/dist/components/{p-8a66a347.js → p-0f39e8ae.js} +1 -1
  87. package/dist/components/{p-a6c93f34.js → p-1186c3c8.js} +1 -1
  88. package/dist/components/{p-71fbfb8b.js → p-1cbbf87d.js} +1 -1
  89. package/dist/components/{p-d0f54eea.js → p-1fd0aeb8.js} +2 -2
  90. package/dist/components/{p-4a1144e2.js → p-2281c2c4.js} +2 -2
  91. package/dist/components/{p-52d9029f.js → p-2c66d025.js} +2 -2
  92. package/dist/components/{p-0a36cb4b.js → p-2f56d366.js} +5 -5
  93. package/dist/components/{p-d029dd2f.js → p-3577385a.js} +1 -1
  94. package/dist/components/{p-c9db1b82.js → p-38ba07d0.js} +1 -1
  95. package/dist/components/{p-02f19345.js → p-3974d97a.js} +2 -2
  96. package/dist/components/{p-4a5d3b4c.js → p-41d43013.js} +2 -2
  97. package/dist/components/{p-a8d77615.js → p-4870263f.js} +7 -7
  98. package/dist/components/{p-c3bfa8f1.js → p-4a8d69ae.js} +1 -1
  99. package/dist/components/{p-4942bfd2.js → p-4b7af749.js} +1 -1
  100. package/dist/components/{p-b226a124.js → p-512c4515.js} +2 -2
  101. package/dist/components/{p-881e5548.js → p-526870e9.js} +10 -10
  102. package/dist/components/{p-c9ee0428.js → p-528cc24e.js} +3 -3
  103. package/dist/components/{p-e93218b8.js → p-5c4de4b9.js} +5 -5
  104. package/dist/components/{p-08351fd6.js → p-5cce54f2.js} +2 -2
  105. package/dist/components/{p-27029836.js → p-61dcdd44.js} +1 -1
  106. package/dist/components/{p-c39c6e12.js → p-6857797f.js} +3 -3
  107. package/dist/components/{p-45a9a385.js → p-6c0eb5d7.js} +4 -4
  108. package/dist/components/{p-af2b1476.js → p-7210157d.js} +2 -2
  109. package/dist/components/{p-15d2291f.js → p-8123217e.js} +2 -2
  110. package/dist/components/{p-22827c53.js → p-81658a62.js} +2 -2
  111. package/dist/components/{p-345a07e8.js → p-81f479e2.js} +2 -2
  112. package/dist/components/{p-7f71b3c7.js → p-8a0106ed.js} +17 -17
  113. package/dist/components/{p-a4d13056.js → p-9bf3a2cd.js} +4 -4
  114. package/dist/components/{p-dfdbb665.js → p-9cf41ab1.js} +1 -1
  115. package/dist/components/{p-d2cbc2d1.js → p-a101bff7.js} +6 -6
  116. package/dist/components/{p-2f68e7bb.js → p-a339a693.js} +5 -5
  117. package/dist/components/{p-abf952f5.js → p-ad179bea.js} +1 -1
  118. package/dist/components/{p-6ac87493.js → p-ad194cf2.js} +4 -4
  119. package/dist/components/{p-cd6f04ae.js → p-b1723439.js} +1 -1
  120. package/dist/components/{p-fe0d125b.js → p-bcff8acc.js} +1 -1
  121. package/dist/components/{p-b3240843.js → p-c0de7320.js} +1 -1
  122. package/dist/components/{p-d9626191.js → p-cb053923.js} +1 -1
  123. package/dist/components/{p-7384c20c.js → p-d0eb78a2.js} +4 -4
  124. package/dist/components/{p-e7b7abfe.js → p-d70fbc37.js} +2 -2
  125. package/dist/components/{p-dd8a892e.js → p-da13b457.js} +1 -1
  126. package/dist/components/{p-9f481b70.js → p-f1fa3b2a.js} +2 -2
  127. package/dist/components/{p-ac6a5fc5.js → p-f4bd3f50.js} +2 -2
  128. package/dist/components/{p-7f3bfc54.js → p-f517e595.js} +1 -1
  129. package/dist/components/{p-2232de67.js → p-fad88ee4.js} +3 -3
  130. package/dist/components/{p-298aa8be.js → p-fb5a823a.js} +5 -5
  131. package/dist/components/rtk-ai-toggle.js +2 -2
  132. package/dist/components/rtk-audio-tile.js +2 -2
  133. package/dist/components/rtk-avatar.js +1 -1
  134. package/dist/components/rtk-breakout-room-manager.js +1 -1
  135. package/dist/components/rtk-breakout-room-participants.js +1 -1
  136. package/dist/components/rtk-breakout-rooms-manager.js +1 -1
  137. package/dist/components/rtk-breakout-rooms-toggle.js +2 -2
  138. package/dist/components/rtk-broadcast-message-modal.js +1 -1
  139. package/dist/components/rtk-camera-toggle.js +2 -2
  140. package/dist/components/rtk-caption-toggle.js +2 -2
  141. package/dist/components/rtk-chat-composer-ui.js +3 -3
  142. package/dist/components/rtk-chat-composer-view.js +1 -1
  143. package/dist/components/rtk-chat-header.js +1 -1
  144. package/dist/components/rtk-chat-message.js +1 -1
  145. package/dist/components/rtk-chat-messages-ui-paginated.js +1 -1
  146. package/dist/components/rtk-chat-messages-ui.js +9 -9
  147. package/dist/components/rtk-chat-search-results.js +9 -9
  148. package/dist/components/rtk-chat-selector.js +1 -1
  149. package/dist/components/rtk-chat-toggle.js +2 -2
  150. package/dist/components/rtk-chat.js +1 -1
  151. package/dist/components/rtk-controlbar-button.js +1 -1
  152. package/dist/components/rtk-debugger-toggle.js +2 -2
  153. package/dist/components/rtk-dialog-manager.js +10 -10
  154. package/dist/components/rtk-emoji-picker.js +1 -1
  155. package/dist/components/rtk-fullscreen-toggle.js +1 -1
  156. package/dist/components/rtk-grid.js +4 -4
  157. package/dist/components/rtk-idle-screen.js +51 -4
  158. package/dist/components/rtk-image-message-view.js +1 -1
  159. package/dist/components/rtk-image-message.js +1 -1
  160. package/dist/components/rtk-image-viewer.js +1 -1
  161. package/dist/components/rtk-information-tooltip.js +1 -1
  162. package/dist/components/rtk-leave-button.js +3 -3
  163. package/dist/components/rtk-leave-meeting.js +1 -1
  164. package/dist/components/rtk-livestream-player.js +1 -1
  165. package/dist/components/rtk-livestream-toggle.js +2 -2
  166. package/dist/components/rtk-markdown-view.js +1 -1
  167. package/dist/components/rtk-meeting.js +28 -20
  168. package/dist/components/rtk-menu-item.js +1 -1
  169. package/dist/components/rtk-menu-list.js +1 -1
  170. package/dist/components/rtk-menu.js +1 -1
  171. package/dist/components/rtk-message-list-view.js +4 -4
  172. package/dist/components/rtk-message-view.js +1 -1
  173. package/dist/components/rtk-mic-toggle.js +2 -2
  174. package/dist/components/rtk-more-toggle.js +4 -4
  175. package/dist/components/rtk-mute-all-button.js +2 -2
  176. package/dist/components/rtk-mute-all-confirmation.js +1 -1
  177. package/dist/components/rtk-notification.js +1 -1
  178. package/dist/components/rtk-notifications.js +1 -1
  179. package/dist/components/rtk-overlay-modal.js +1 -1
  180. package/dist/components/rtk-paginated-list.js +1 -1
  181. package/dist/components/rtk-participant-setup.js +2 -2
  182. package/dist/components/rtk-participant.js +1 -1
  183. package/dist/components/rtk-participants-audio.js +1 -1
  184. package/dist/components/rtk-participants-stage-list.js +1 -1
  185. package/dist/components/rtk-participants-stage-queue.js +1 -1
  186. package/dist/components/rtk-participants-toggle.js +2 -2
  187. package/dist/components/rtk-participants-viewer-list.js +1 -1
  188. package/dist/components/rtk-participants-waiting-list.js +1 -1
  189. package/dist/components/rtk-participants.js +11 -11
  190. package/dist/components/rtk-permissions-message.js +1 -1
  191. package/dist/components/rtk-pinned-message-selector.js +1 -1
  192. package/dist/components/rtk-pip-toggle.js +2 -2
  193. package/dist/components/rtk-plugins-toggle.js +2 -2
  194. package/dist/components/rtk-plugins.js +1 -1
  195. package/dist/components/rtk-poll-form.js +1 -1
  196. package/dist/components/rtk-poll.js +1 -1
  197. package/dist/components/rtk-polls-toggle.js +2 -2
  198. package/dist/components/rtk-polls.js +1 -1
  199. package/dist/components/rtk-recording-indicator.js +1 -1
  200. package/dist/components/rtk-recording-toggle.js +2 -2
  201. package/dist/components/rtk-screen-share-toggle.js +2 -2
  202. package/dist/components/rtk-screenshare-view.js +7 -7
  203. package/dist/components/rtk-settings-audio.js +1 -1
  204. package/dist/components/rtk-settings-toggle.js +3 -3
  205. package/dist/components/rtk-settings-video.js +1 -1
  206. package/dist/components/rtk-settings.js +3 -3
  207. package/dist/components/rtk-setup-screen.js +23 -4
  208. package/dist/components/rtk-sidebar-ui.js +1 -1
  209. package/dist/components/rtk-sidebar.js +5 -5
  210. package/dist/components/rtk-spinner.js +1 -1
  211. package/dist/components/rtk-spotlight-grid.js +2 -2
  212. package/dist/components/rtk-stage-toggle.js +2 -2
  213. package/dist/components/rtk-stage.js +1 -1
  214. package/dist/components/rtk-switch.js +1 -1
  215. package/dist/components/rtk-text-composer-view.js +1 -1
  216. package/dist/components/rtk-text-message-view.js +1 -1
  217. package/dist/components/rtk-text-message.js +1 -1
  218. package/dist/components/rtk-transcript.js +1 -1
  219. package/dist/components/rtk-transcripts.js +1 -1
  220. package/dist/components/rtk-virtualized-participant-list.js +1 -1
  221. package/dist/components/rtk-waiting-screen.js +1 -1
  222. package/dist/docs/docs-components.json +54 -12
  223. package/dist/docs/docs-vscode.json +6 -6
  224. package/dist/esm/{full-screen-1f58c594.js → full-screen-d36ffc68.js} +2 -2
  225. package/dist/esm/loader.js +140 -73
  226. package/dist/esm/realtimekit-ui.js +1 -1
  227. package/dist/esm/rtk-audio-visualizer_4.entry.js +1 -1
  228. package/dist/esm/rtk-avatar_26.entry.js +21 -13
  229. package/dist/esm/rtk-breakout-rooms-manager_9.entry.js +7 -7
  230. package/dist/esm/rtk-file-message_3.entry.js +6 -6
  231. package/dist/esm/rtk-fullscreen-toggle.entry.js +2 -2
  232. package/dist/esm/rtk-idle-screen.entry.js +43 -2
  233. package/dist/esm/rtk-image-viewer.entry.js +1 -1
  234. package/dist/esm/rtk-information-tooltip.entry.js +1 -1
  235. package/dist/esm/rtk-leave-button.entry.js +1 -1
  236. package/dist/esm/rtk-message-list-view.entry.js +3 -3
  237. package/dist/esm/rtk-more-toggle.entry.js +2 -2
  238. package/dist/esm/rtk-notification.entry.js +2 -2
  239. package/dist/esm/rtk-participant-setup.entry.js +2 -2
  240. package/dist/esm/rtk-participant_2.entry.js +2 -2
  241. package/dist/esm/rtk-participants-audio.entry.js +1 -1
  242. package/dist/esm/rtk-participants-stage-list_4.entry.js +1 -1
  243. package/dist/esm/rtk-plugins_2.entry.js +4 -4
  244. package/dist/esm/rtk-poll_2.entry.js +3 -3
  245. package/dist/esm/rtk-recording-indicator.entry.js +1 -1
  246. package/dist/esm/rtk-screenshare-view.entry.js +7 -7
  247. package/dist/esm/rtk-settings-toggle.entry.js +1 -1
  248. package/dist/esm/rtk-setup-screen.entry.js +21 -3
  249. package/dist/esm/rtk-sidebar-ui.entry.js +2 -2
  250. package/dist/esm/rtk-spotlight-grid.entry.js +2 -2
  251. package/dist/esm/rtk-stage.entry.js +1 -1
  252. package/dist/esm/rtk-transcript.entry.js +1 -1
  253. package/dist/esm/rtk-waiting-screen.entry.js +1 -1
  254. package/dist/realtimekit-ui/{p-be0cae77.entry.js → p-07860158.entry.js} +1 -1
  255. package/dist/realtimekit-ui/{p-9e27670a.entry.js → p-0bd7eedc.entry.js} +1 -1
  256. package/dist/realtimekit-ui/{p-4e604bf1.entry.js → p-1a4f0b00.entry.js} +1 -1
  257. package/dist/realtimekit-ui/{p-cc71c33f.entry.js → p-1efb8f44.entry.js} +1 -1
  258. package/dist/realtimekit-ui/{p-8e867ba8.entry.js → p-1f877b80.entry.js} +1 -1
  259. package/dist/realtimekit-ui/{p-f46787e0.entry.js → p-205590ae.entry.js} +1 -1
  260. package/dist/realtimekit-ui/p-3125a6e7.entry.js +1 -0
  261. package/dist/realtimekit-ui/{p-10d4354c.entry.js → p-319034e1.entry.js} +1 -1
  262. package/dist/realtimekit-ui/{p-309b8a96.entry.js → p-6038d773.entry.js} +1 -1
  263. package/dist/realtimekit-ui/{p-1e16ecb3.entry.js → p-6741242b.entry.js} +1 -1
  264. package/dist/realtimekit-ui/p-67e751d5.entry.js +1 -0
  265. package/dist/realtimekit-ui/{p-60b3fbb2.entry.js → p-67f94206.entry.js} +1 -1
  266. package/dist/realtimekit-ui/{p-c7ddf9a9.entry.js → p-6a1faaf1.entry.js} +1 -1
  267. package/dist/realtimekit-ui/{p-c794adf9.entry.js → p-6d0690f6.entry.js} +1 -1
  268. package/dist/realtimekit-ui/{p-29d3f735.entry.js → p-76b45a0d.entry.js} +1 -1
  269. package/dist/realtimekit-ui/{p-84476389.entry.js → p-78802076.entry.js} +1 -1
  270. package/dist/realtimekit-ui/{p-d8e64814.entry.js → p-8dd8bab2.entry.js} +1 -1
  271. package/dist/realtimekit-ui/p-8e9ff91e.entry.js +1 -0
  272. package/dist/realtimekit-ui/{p-2251059d.entry.js → p-91735c98.entry.js} +1 -1
  273. package/dist/realtimekit-ui/p-a09b6b2c.entry.js +1 -0
  274. package/dist/realtimekit-ui/{p-f42001bb.entry.js → p-aac14289.entry.js} +1 -1
  275. package/dist/realtimekit-ui/{p-6f913b9b.entry.js → p-b5d279fd.entry.js} +1 -1
  276. package/dist/realtimekit-ui/{p-cedff249.entry.js → p-b7bbc696.entry.js} +1 -1
  277. package/dist/realtimekit-ui/{p-fc0eb2e6.entry.js → p-d1a6e546.entry.js} +1 -1
  278. package/dist/realtimekit-ui/{p-c8239122.entry.js → p-d3acf8e9.entry.js} +1 -1
  279. package/dist/realtimekit-ui/p-d5af89d0.entry.js +1 -0
  280. package/dist/realtimekit-ui/{p-d3d4e6de.entry.js → p-e62baf7c.entry.js} +1 -1
  281. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
  282. package/dist/types/components/rtk-ai/rtk-ai.d.ts +6 -0
  283. package/dist/types/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.d.ts +6 -0
  284. package/dist/types/components/rtk-idle-screen/rtk-idle-screen.d.ts +11 -0
  285. package/dist/types/components/rtk-livestream-toggle/rtk-livestream-toggle.d.ts +6 -0
  286. package/dist/types/components/rtk-participants-stage-queue/rtk-participants-stage-queue.d.ts +6 -0
  287. package/dist/types/components/rtk-pip-toggle/rtk-pip-toggle.d.ts +6 -0
  288. package/dist/types/components/rtk-setup-screen/rtk-setup-screen.d.ts +1 -0
  289. package/dist/types/components/rtk-sidebar-ui/rtk-sidebar-ui.d.ts +6 -0
  290. package/dist/types/components.d.ts +128 -0
  291. package/dist/types/types/props.d.ts +1 -0
  292. package/dist/types/utils/full-screen.d.ts +1 -1
  293. package/package.json +2 -3
  294. package/dist/realtimekit-ui/p-14dc10b8.entry.js +0 -1
  295. package/dist/realtimekit-ui/p-5ef7cf76.entry.js +0 -1
  296. package/dist/realtimekit-ui/p-9599b2e4.entry.js +0 -1
  297. package/dist/realtimekit-ui/p-bb907330.entry.js +0 -1
  298. package/dist/realtimekit-ui/p-f8089097.entry.js +0 -1
  299. /package/dist/realtimekit-ui/{p-02f19345.js → p-3974d97a.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { R as RtkMenu$1, d as defineCustomElement$1 } from './p-e7b7abfe.js';
1
+ import { R as RtkMenu$1, d as defineCustomElement$1 } from './p-d70fbc37.js';
2
2
 
3
3
  const RtkMenu = RtkMenu$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -3,7 +3,7 @@ import { e as defaultIconPack } from './p-f19b4abc.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
5
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
7
7
  import { d as debounce } from './p-1dca17d1.js';
8
8
 
9
9
  const rtkMessageListViewCss = ":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)))}.loading{cursor:wait}.content-wrapper{height:100%;overflow-y:auto;position:relative;contain:strict}.scroller{width:1px;opacity:0}.content{position:absolute;top:0;width:100%}.smallest-dom-element{width:100%;height:2px;background:red}.loader{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px);display:flex;justify-content:center}";
@@ -266,11 +266,11 @@ const RtkMessageListView$1 = /*@__PURE__*/ proxyCustomElement(class RtkMessageLi
266
266
  this.updateTotalHeight();
267
267
  }
268
268
  render() {
269
- return (h("div", { key: 'f01cd22002f542b67a7ca26773cf729a11969ebd', class: "scrollbar content-wrapper", ref: (el) => (this.$listRef = el), onScroll: this.handleScroll }, h("div", { key: '0f689c170ef60c6504b60b97003c8357e96c55f0', class: "scroller" }, h("div", { key: 'fd6049a7ef01203befb164ca74195c58de6af1e8', style: {
269
+ return (h("div", { key: '9c8a4073886acf540a8beeea0ac31f865231f771', class: "scrollbar content-wrapper", ref: (el) => (this.$listRef = el), onScroll: this.handleScroll }, h("div", { key: 'c64abddfc09ec7c88305b732df889f9de0597b53', class: "scroller" }, h("div", { key: 'c3e94f33890509b22f2b89022a76865f6776b217', style: {
270
270
  height: `${this.totalHeight}px`,
271
- } }), h("div", { key: 'd8e7bcadcb7fc673c10340a833aa6f165c002822', class: "smallest-dom-element", id: "list-end", ref: (el) => (this.$listEndRef = el) })), h("div", { key: '60ffb8b2bd40c001e72982830b523efe43784c07', class: "content", style: {
271
+ } }), h("div", { key: 'f8c95faa0af4b1f31465a113707f0e4f753dadad', class: "smallest-dom-element", id: "list-end", ref: (el) => (this.$listEndRef = el) })), h("div", { key: '02d045f8c54072388c3c7df52ff4c92f2438a545', class: "content", style: {
272
272
  transform: `translateY(${this.getRangeSize(0, this.range.start)}px)`,
273
- } }, this.isFetching && (h("div", { key: '65952d03af783bc807d6fd54047bfbffadf075e3', class: "loader" }, h("rtk-spinner", { key: 'f90da04d11e84ea6b2218df02eb5daa55fd7dfe7', size: "md" }))), this.getVisibleItems().map((msg, index) => (h("div", { key: msg.id, ref: (el) => this.rendererInternal(el, msg, index) }))))));
273
+ } }, this.isFetching && (h("div", { key: '7ba90240987e1ecfb553d69bd7465cb20bb86274', class: "loader" }, h("rtk-spinner", { key: '2fa19c46da125e4c5280625aefdf555f09ce2faa', size: "md" }))), this.getVisibleItems().map((msg, index) => (h("div", { key: msg.id, ref: (el) => this.rendererInternal(el, msg, index) }))))));
274
274
  }
275
275
  static get watchers() { return {
276
276
  "messages": ["messagesUpdated"]
@@ -1,4 +1,4 @@
1
- import { R as RtkMessageView$1, d as defineCustomElement$1 } from './p-2f68e7bb.js';
1
+ import { R as RtkMessageView$1, d as defineCustomElement$1 } from './p-a339a693.js';
2
2
 
3
3
  const RtkMessageView = RtkMessageView$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,9 +1,9 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { S as SyncWithStore } from './p-e334e15c.js';
4
- import { d as defineCustomElement$5 } from './p-dd8a892e.js';
4
+ import { d as defineCustomElement$5 } from './p-da13b457.js';
5
5
  import { d as defineCustomElement$4 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$3 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$3 } from './p-9cf41ab1.js';
7
7
  import { d as defineCustomElement$2 } from './p-15156a2c.js';
8
8
 
9
9
  const rtkMicToggleCss = ":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}:host(.audioDisabled) :slotted(rtk-icon){--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}";
@@ -1,9 +1,9 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { S as SyncWithStore } from './p-e334e15c.js';
4
- import { d as defineCustomElement$4 } from './p-dd8a892e.js';
4
+ import { d as defineCustomElement$4 } from './p-da13b457.js';
5
5
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
7
7
 
8
8
  const rtkMoreToggleCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{position:relative;display:flex;flex-direction:column;overflow:visible}.more-menu{position:absolute;right:calc(var(--rtk-space-24, 96px) * -1);bottom:var(--rtk-space-16, 64px);z-index:50;margin-bottom:var(--rtk-space-3, 12px);box-sizing:border-box;max-height:60vh;width:var(--rtk-space-64, 256px);overflow:auto;border-radius:var(--rtk-border-radius-md, 8px);border-width:var(--rtk-border-width-sm, 1px);border-style:solid;--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));outline:2px solid transparent;outline-offset:2px;display:flex;flex-direction:column;align-items:stretch}:host([size='sm']) .more-menu{bottom:var(--rtk-space-10, 40px)}.more-menu::-webkit-scrollbar{height:var(--rtk-space-0, 0px);width:var(--rtk-space-1\\.5, 6px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity))}.more-menu::-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))}";
9
9
  const RtkMoreToggleStyle0 = rtkMoreToggleCss;
@@ -54,10 +54,10 @@ const RtkMoreToggle$1 = /*@__PURE__*/ proxyCustomElement(class RtkMoreToggle ext
54
54
  }
55
55
  render() {
56
56
  const text = this.t('more');
57
- return (h(Host, { key: 'e38ef12edf602c1c0a2f747e037559d91a2bb758', title: text }, this.states.activeMoreMenu && (h("div", { key: 'cbe27d79e4f10a0f7d35b94c80d378b251ae9005', class: "more-menu" }, h("slot", { key: '42f1083f8b554489bdf5795a595191f157048f5a', name: "more-elements" }))), h("rtk-controlbar-button", { key: 'd65281e925c0a77e22fb7f53518a915ddccdaf04', size: this.size, iconPack: this.iconPack, onClick: (e) => {
57
+ return (h(Host, { key: '16c3abc8550c71c16a99c3fccab792f102995142', title: text }, this.states.activeMoreMenu && (h("div", { key: 'bbe79e428f395a429586776c1cd53f3a4dafde72', class: "more-menu" }, h("slot", { key: '54bd0e016bce80d279d8e4214e8bf978e14f1c0a', name: "more-elements" }))), h("rtk-controlbar-button", { key: '242815c9b79d2f3c99f3289125756dbc2cff835f', size: this.size, iconPack: this.iconPack, onClick: (e) => {
58
58
  e.stopPropagation();
59
59
  this.toggleMoreMenu();
60
- }, icon: this.iconPack.horizontal_dots, label: text, part: "controlbar-button" }), h("slot", { key: 'e2b04a67f5556cb41542ac8ca5c412f3a56db094', name: "expanded" })));
60
+ }, icon: this.iconPack.horizontal_dots, label: text, part: "controlbar-button" }), h("slot", { key: '7bd36f0994c7fd9ffe5591fd8b325ed521fbda6c', name: "expanded" })));
61
61
  }
62
62
  get host() { return this; }
63
63
  static get style() { return RtkMoreToggleStyle0; }
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
- import { d as defineCustomElement$5 } from './p-dd8a892e.js';
5
+ import { d as defineCustomElement$5 } from './p-da13b457.js';
6
6
  import { d as defineCustomElement$4 } from './p-a3cc7425.js';
7
- import { d as defineCustomElement$3 } from './p-dfdbb665.js';
7
+ import { d as defineCustomElement$3 } from './p-9cf41ab1.js';
8
8
  import { d as defineCustomElement$2 } from './p-15156a2c.js';
9
9
 
10
10
  const rtkMuteAllButtonCss = ":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}";
@@ -1,4 +1,4 @@
1
- import { R as RtkMuteAllConfirmation$1, d as defineCustomElement$1 } from './p-a6c93f34.js';
1
+ import { R as RtkMuteAllConfirmation$1, d as defineCustomElement$1 } from './p-1186c3c8.js';
2
2
 
3
3
  const RtkMuteAllConfirmation = RtkMuteAllConfirmation$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkNotification$1, d as defineCustomElement$1 } from './p-af2b1476.js';
1
+ import { R as RtkNotification$1, d as defineCustomElement$1 } from './p-7210157d.js';
2
2
 
3
3
  const RtkNotification = RtkNotification$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -6,7 +6,7 @@ import { f as parseMessageForTarget } from './p-0db812c2.js';
6
6
  import { S as SyncWithStore } from './p-e334e15c.js';
7
7
  import { d as defineCustomElement$4 } from './p-e229128b.js';
8
8
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
9
- import { d as defineCustomElement$2 } from './p-af2b1476.js';
9
+ import { d as defineCustomElement$2 } from './p-7210157d.js';
10
10
 
11
11
  const DEFAULT_NOTIFICATION_DURATION = 2000;
12
12
  const DEFAULT_NOTIFICATION_CONFIG = Object.freeze({
@@ -1,4 +1,4 @@
1
- import { R as RtkOverlayModal$1, d as defineCustomElement$1 } from './p-b3240843.js';
1
+ import { R as RtkOverlayModal$1, d as defineCustomElement$1 } from './p-c0de7320.js';
2
2
 
3
3
  const RtkOverlayModal = RtkOverlayModal$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkPaginatedList$1, d as defineCustomElement$1 } from './p-c3bfa8f1.js';
1
+ import { R as RtkPaginatedList$1, d as defineCustomElement$1 } from './p-4a8d69ae.js';
2
2
 
3
3
  const RtkPaginatedList = RtkPaginatedList$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -89,11 +89,11 @@ const RtkParticipantSetup$1 = /*@__PURE__*/ proxyCustomElement(class RtkParticip
89
89
  }
90
90
  render() {
91
91
  var _a, _b, _c, _d;
92
- return (h(Host, { key: '70cefbcd224011d31984bbccef75e7c389b39c53' }, h("video", { key: 'e86b57ba45fe602499522ad4d2ccdb0a9206f0b8', ref: (el) => (this.videoEl = el), class: {
92
+ return (h(Host, { key: '496e80e4d4c85229f6acc90d7caa46305c92e101' }, h("video", { key: 'b09d1e7ace8f7bb561997fcbddc41a7acbe91e51', ref: (el) => (this.videoEl = el), class: {
93
93
  visible: (_a = this.videoState) === null || _a === void 0 ? void 0 : _a.videoEnabled,
94
94
  mirror: this.isMirrored(),
95
95
  [(_d = (_c = (_b = this.config) === null || _b === void 0 ? void 0 : _b.config) === null || _c === void 0 ? void 0 : _c.videoFit) !== null && _d !== void 0 ? _d : 'cover']: true,
96
- }, autoPlay: true, playsInline: true, muted: true }), h("slot", { key: 'a685f9e334d4fb351d69917212634ef04d560ce9' })));
96
+ }, autoPlay: true, playsInline: true, muted: true }), h("slot", { key: 'da2678d7a8c226b23ffc6258fd90f3632efec30c' })));
97
97
  }
98
98
  static get watchers() { return {
99
99
  "participant": ["participantsChanged"],
@@ -1,4 +1,4 @@
1
- import { R as RtkParticipant$1, d as defineCustomElement$1 } from './p-a4d13056.js';
1
+ import { R as RtkParticipant$1, d as defineCustomElement$1 } from './p-9bf3a2cd.js';
2
2
 
3
3
  const RtkParticipant = RtkParticipant$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -185,7 +185,7 @@ const RtkParticipantsAudio$1 = /*@__PURE__*/ proxyCustomElement(class RtkPartici
185
185
  await this.handleEvents(meeting);
186
186
  }
187
187
  render() {
188
- return (h(Host, { key: 'a8475add44d320a002841f1a2dc5721b570640d6' }, this.showPlayDialog && (h("rtk-dialog", { key: 'ca12cb71cf7219ab280db551540f27ae20d06a03', open: true, onRtkDialogClose: this.onRtkDialogClose, hideCloseButton: true, disableEscapeKey: true, iconPack: this.iconPack, t: this.t }, h("div", { key: '55dfd687bcb08e7626b90fd8e746ce91278ca966', class: "modal" }, h("h3", { key: 'bcf35de807db566f3769f1537765ab04ced9ea3e' }, this.t('audio_playback.title')), h("p", { key: 'de10113d870ca2d7ea2673c6892e1ddae5276a86' }, this.t('audio_playback.description')), h("rtk-button", { key: '2197a6affa6ad0298cbd7c08fc3ecc43ac488cf6', kind: "wide", onClick: () => {
188
+ return (h(Host, { key: 'b4dc66ad5570492c73e3fc2d88f92c67de90c392' }, this.showPlayDialog && (h("rtk-dialog", { key: 'b0e893eee0ce675ba927f4bbb817ab7c0c4473f6', open: true, onRtkDialogClose: this.onRtkDialogClose, hideCloseButton: true, disableEscapeKey: true, iconPack: this.iconPack, t: this.t }, h("div", { key: 'a0f78ba76265d38a77dfbbe0bc680052f3d0393c', class: "modal" }, h("h3", { key: 'b150dc2862b2c626ecf27a5e78de86c98309ddee' }, this.t('audio_playback.title')), h("p", { key: 'f4a8eb77ba14a074eb105741240e3cb6765364bf' }, this.t('audio_playback.description')), h("rtk-button", { key: 'c6fc0f2d1e4d48f2d187fca780fafee841e69175', kind: "wide", onClick: () => {
189
189
  this.audio.play();
190
190
  this.onRtkDialogClose();
191
191
  }, title: this.t('audio_playback') }, this.t('audio_playback')))))));
@@ -1,4 +1,4 @@
1
- import { R as RtkParticipants, d as defineCustomElement$1 } from './p-e544a590.js';
1
+ import { R as RtkParticipants, d as defineCustomElement$1 } from './p-0d76966c.js';
2
2
 
3
3
  const RtkParticipantsStageList = RtkParticipants;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkParticipantsStaged, d as defineCustomElement$1 } from './p-08351fd6.js';
1
+ import { R as RtkParticipantsStaged, d as defineCustomElement$1 } from './p-5cce54f2.js';
2
2
 
3
3
  const RtkParticipantsStageQueue = RtkParticipantsStaged;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { a as canViewParticipants } from './p-8cea6257.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
- import { d as defineCustomElement$4 } from './p-dd8a892e.js';
5
+ import { d as defineCustomElement$4 } from './p-da13b457.js';
6
6
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
7
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
7
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
8
8
 
9
9
  const rtkParticipantsToggleCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{position:relative;display:block}:host([data-hidden]){display:none}.waiting-participants-count{position:absolute;right:var(--rtk-space-3, 12px);box-sizing:border-box;padding:var(--rtk-space-0\\.5, 2px);-webkit-user-select:none;-moz-user-select:none;user-select:none;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));font-size:12px;display:flex;height:var(--rtk-space-5, 20px);min-width:var(--rtk-space-5, 20px);align-items:center;justify-content:center;border-radius:9999px;z-index:1}:host([variant='horizontal']) .waiting-participants-count{right:var(--rtk-space-4, 16px);top:50%;transform:translateY(-50%)}";
10
10
  const RtkParticipantsToggleStyle0 = rtkParticipantsToggleCss;
@@ -1,4 +1,4 @@
1
- import { R as RtkParticipantsViewers, d as defineCustomElement$1 } from './p-d2cbc2d1.js';
1
+ import { R as RtkParticipantsViewers, d as defineCustomElement$1 } from './p-a101bff7.js';
2
2
 
3
3
  const RtkParticipantsViewerList = RtkParticipantsViewers;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkParticipantsWaitlisted, d as defineCustomElement$1 } from './p-345a07e8.js';
1
+ import { R as RtkParticipantsWaitlisted, d as defineCustomElement$1 } from './p-81f479e2.js';
2
2
 
3
3
  const RtkParticipantsWaitingList = RtkParticipantsWaitlisted;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -2,20 +2,20 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
2
2
  import { c as createDefaultConfig, e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
- import { d as defineCustomElement$f } from './p-c9db1b82.js';
5
+ import { d as defineCustomElement$f } from './p-38ba07d0.js';
6
6
  import { d as defineCustomElement$e } from './p-e229128b.js';
7
7
  import { d as defineCustomElement$d } from './p-a3cc7425.js';
8
- import { d as defineCustomElement$c } from './p-cd6f04ae.js';
9
- import { d as defineCustomElement$b } from './p-8a66a347.js';
10
- import { d as defineCustomElement$a } from './p-a4d13056.js';
11
- import { d as defineCustomElement$9 } from './p-e544a590.js';
12
- import { d as defineCustomElement$8 } from './p-08351fd6.js';
13
- import { d as defineCustomElement$7 } from './p-d2cbc2d1.js';
14
- import { d as defineCustomElement$6 } from './p-345a07e8.js';
15
- import { d as defineCustomElement$5 } from './p-9f481b70.js';
16
- import { d as defineCustomElement$4 } from './p-dfdbb665.js';
8
+ import { d as defineCustomElement$c } from './p-b1723439.js';
9
+ import { d as defineCustomElement$b } from './p-0f39e8ae.js';
10
+ import { d as defineCustomElement$a } from './p-9bf3a2cd.js';
11
+ import { d as defineCustomElement$9 } from './p-0d76966c.js';
12
+ import { d as defineCustomElement$8 } from './p-5cce54f2.js';
13
+ import { d as defineCustomElement$7 } from './p-a101bff7.js';
14
+ import { d as defineCustomElement$6 } from './p-81f479e2.js';
15
+ import { d as defineCustomElement$5 } from './p-f1fa3b2a.js';
16
+ import { d as defineCustomElement$4 } from './p-9cf41ab1.js';
17
17
  import { d as defineCustomElement$3 } from './p-15156a2c.js';
18
- import { d as defineCustomElement$2 } from './p-d0f54eea.js';
18
+ import { d as defineCustomElement$2 } from './p-1fd0aeb8.js';
19
19
  import { d as debounce } from './p-1dca17d1.js';
20
20
 
21
21
  const rtkParticipantsCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))\n var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar{height:var(--rtk-space-1\\.5, 6px);width:var(--rtk-space-1\\.5, 6px);border-radius:9999px;background-color:var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;background-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))}:host{display:flex;height:100%;width:100%;flex-direction:column;font-size:14px}*{box-sizing:border-box}.ctr{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px);box-sizing:border-box;padding-left:var(--rtk-space-3, 12px);padding-right:var(--rtk-space-3, 12px);padding-top:var(--rtk-space-0, 0px);padding-bottom:var(--rtk-space-0, 0px);overflow-y:auto;flex-grow:1;flex-basis:0}.ctr.virtualised{overflow-y:hidden}.search{position:sticky;box-sizing:border-box;display:flex;align-items:center;border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));margin-left:var(--rtk-space-3, 12px);margin-right:var(--rtk-space-3, 12px);margin-top:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-0, 0px)}.search rtk-icon{margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-2, 8px);height:var(--rtk-space-5, 20px);width:var(--rtk-space-5, 20px);color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}.search input{box-sizing:border-box;height:var(--rtk-space-9, 36px);width:100%;padding-right:var(--rtk-space-2, 8px);border-width:var(--rtk-border-width-none, 0);border-style:none;--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));outline:2px solid transparent;outline-offset:2px;border-radius:var(--rtk-border-radius-sm, 4px);font-size:14px}.search input::-moz-placeholder{color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}.search input::placeholder{color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}:host([size='md']) .search{margin-top:var(--rtk-space-4, 16px) !important;margin-bottom:var(--rtk-space-4, 16px) !important}:host([size='sm']) .search{margin-top:var(--rtk-space-4, 16px) !important;margin-bottom:var(--rtk-space-4, 16px) !important}.no-pending-requests{margin-top:var(--rtk-space-4, 16px);margin-bottom:var(--rtk-space-4, 16px);text-align:center;font-size:12px;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}";
@@ -1,4 +1,4 @@
1
- import { R as RtkPermissionsMessage$1, d as defineCustomElement$1 } from './p-7f3bfc54.js';
1
+ import { R as RtkPermissionsMessage$1, d as defineCustomElement$1 } from './p-f517e595.js';
2
2
 
3
3
  const RtkPermissionsMessage = RtkPermissionsMessage$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkPinnedMessageSelector$1, d as defineCustomElement$1 } from './p-c39c6e12.js';
1
+ import { R as RtkPinnedMessageSelector$1, d as defineCustomElement$1 } from './p-6857797f.js';
2
2
 
3
3
  const RtkPinnedMessageSelector = RtkPinnedMessageSelector$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
2
2
  import { c as createDefaultConfig, e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
- import { d as defineCustomElement$4 } from './p-dd8a892e.js';
5
+ import { d as defineCustomElement$4 } from './p-da13b457.js';
6
6
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
7
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
7
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
8
8
 
9
9
  const rtkPipToggleCss = ":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 RtkPipToggleStyle0 = rtkPipToggleCss;
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { b as canViewPlugins } from './p-8cea6257.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
- import { d as defineCustomElement$4 } from './p-dd8a892e.js';
5
+ import { d as defineCustomElement$4 } from './p-da13b457.js';
6
6
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
7
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
7
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
8
8
 
9
9
  const rtkPluginsToggleCss = ":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 RtkPluginsToggleStyle0 = rtkPluginsToggleCss;
@@ -1,4 +1,4 @@
1
- import { R as RtkPlugins$1, d as defineCustomElement$1 } from './p-d9626191.js';
1
+ import { R as RtkPlugins$1, d as defineCustomElement$1 } from './p-cb053923.js';
2
2
 
3
3
  const RtkPlugins = RtkPlugins$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkPoll, d as defineCustomElement$1 } from './p-ac6a5fc5.js';
1
+ import { R as RtkPoll, d as defineCustomElement$1 } from './p-f4bd3f50.js';
2
2
 
3
3
  const RtkPollForm = RtkPoll;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkPolls, d as defineCustomElement$1 } from './p-abf952f5.js';
1
+ import { R as RtkPolls, d as defineCustomElement$1 } from './p-ad179bea.js';
2
2
 
3
3
  const RtkPoll = RtkPolls;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { d as canViewPolls } from './p-8cea6257.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
- import { d as defineCustomElement$4 } from './p-dd8a892e.js';
5
+ import { d as defineCustomElement$4 } from './p-da13b457.js';
6
6
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
7
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
7
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
8
8
 
9
9
  const rtkPollsToggleCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{position:relative;display:block}:host([data-hidden]){display:none}.unread-count{position:absolute;right:var(--rtk-space-3, 12px);box-sizing:border-box;padding:var(--rtk-space-0\\.5, 2px);-webkit-user-select:none;-moz-user-select:none;user-select:none;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));font-size:12px;color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));display:flex;height:var(--rtk-space-5, 20px);min-width:var(--rtk-space-5, 20px);align-items:center;justify-content:center;border-radius:9999px;z-index:1}:host([variant='horizontal']) .unread-count{right:var(--rtk-space-4, 16px);top:50%;transform:translateY(-50%)}";
10
10
  const RtkPollsToggleStyle0 = rtkPollsToggleCss;
@@ -1,4 +1,4 @@
1
- import { R as RtkPolls$1, d as defineCustomElement$1 } from './p-88aded7d.js';
1
+ import { R as RtkPolls$1, d as defineCustomElement$1 } from './p-0f065bee.js';
2
2
 
3
3
  const RtkPolls = RtkPolls$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -46,7 +46,7 @@ const RtkRecordingIndicator$1 = /*@__PURE__*/ proxyCustomElement(class RtkRecord
46
46
  }
47
47
  }
48
48
  render() {
49
- return (h(Host, { key: '440f9571742424afdd5a8a359d3dda3e606c11b2', "data-hidden": !this.isRecording }, this.isRecording && (h("div", { key: '0ce171e7f3f0ace231e2ddec4df84123834799b9', class: "indicator", "aria-label": this.t('recording.indicator'), part: "indicator" }, h("rtk-icon", { key: 'ad80d15b7c8790082ff77923fd4efefe85cbac02', icon: this.iconPack.recording, "aria-hidden": true, tabIndex: -1, part: "icon" }), h("span", { key: '46325b55914de856f06be2465af456d1caa7ba6d' }, this.t('recording.label'))))));
49
+ return (h(Host, { key: 'c4246e4721b0ca5fbc689a90688f1239df60ecad', "data-hidden": !this.isRecording }, this.isRecording && (h("div", { key: 'ce19b3649bba8a91cd22770534762c932b934557', class: "indicator", "aria-label": this.t('recording.indicator'), part: "indicator" }, h("rtk-icon", { key: '9d2ae89fef0d4e1e0d3546f765f48be8a6da6b5a', icon: this.iconPack.recording, "aria-hidden": true, tabIndex: -1, part: "icon" }), h("span", { key: 'cedf044a1a96c164022d734be2baf7e568fb849e' }, this.t('recording.label'))))));
50
50
  }
51
51
  static get watchers() { return {
52
52
  "meeting": ["meetingChanged"]
@@ -1,9 +1,9 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
2
2
  import { i as useLanguage, e as defaultIconPack } from './p-f19b4abc.js';
3
3
  import { S as SyncWithStore } from './p-e334e15c.js';
4
- import { d as defineCustomElement$4 } from './p-dd8a892e.js';
4
+ import { d as defineCustomElement$4 } from './p-da13b457.js';
5
5
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
7
7
 
8
8
  const rtkRecordingToggleCss = ":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}";
9
9
  const RtkRecordingToggleStyle0 = rtkRecordingToggleCss;
@@ -1,9 +1,9 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { S as SyncWithStore } from './p-e334e15c.js';
4
- import { d as defineCustomElement$5 } from './p-dd8a892e.js';
4
+ import { d as defineCustomElement$5 } from './p-da13b457.js';
5
5
  import { d as defineCustomElement$4 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$3 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$3 } from './p-9cf41ab1.js';
7
7
  import { d as defineCustomElement$2 } from './p-15156a2c.js';
8
8
 
9
9
  const rtkScreenShareToggleCss = ":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}";
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, w as writeTask, h, d as Host } from './p-fdad14c9.js';
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
- import { i as isFullScreenEnabled, r as requestFullScreen, e as exitFullSreen, a as isFullScreenSupported } from './p-02f19345.js';
3
+ import { i as isFullScreenEnabled, r as requestFullScreen, e as exitFullScreen, a as isFullScreenSupported } from './p-3974d97a.js';
4
4
  import { S as SyncWithStore } from './p-e334e15c.js';
5
5
  import { d as defineCustomElement$4 } from './p-e229128b.js';
6
6
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
@@ -53,7 +53,7 @@ const RtkScreenshareView$1 = /*@__PURE__*/ proxyCustomElement(class RtkScreensha
53
53
  this.isFullScreen = true;
54
54
  }
55
55
  else {
56
- exitFullSreen();
56
+ exitFullScreen();
57
57
  this.isFullScreen = false;
58
58
  }
59
59
  };
@@ -110,7 +110,7 @@ const RtkScreenshareView$1 = /*@__PURE__*/ proxyCustomElement(class RtkScreensha
110
110
  const icon = this.isFullScreen
111
111
  ? this.iconPack.full_screen_minimize
112
112
  : this.iconPack.full_screen_maximize;
113
- return (h(Host, { key: 'df55771dd36de2c1014e47c8d713b6d1d7ef08ad', class: { isSelf } }, h("div", { key: "video-container", id: "video-container", class: { expand: this.videoExpanded } }, h("video", { key: '83fe484dc37fce119266950f3584b8af79fcc14b', ref: (el) => (this.videoEl = el), class: {
113
+ return (h(Host, { key: '10646f5ea7b7b9bc162c2a98af07928a0f68f605', class: { isSelf } }, h("div", { key: "video-container", id: "video-container", class: { expand: this.videoExpanded } }, h("video", { key: '13e87cfee55fdd6d45a72ec55792fbbfefdc5206', ref: (el) => (this.videoEl = el), class: {
114
114
  visible: this.screenShareEnabled,
115
115
  'fit-in-container': this.participant.supportsRemoteControl,
116
116
  }, playsInline: true, onPlay: () => {
@@ -118,15 +118,15 @@ const RtkScreenshareView$1 = /*@__PURE__*/ proxyCustomElement(class RtkScreensha
118
118
  screenshareParticipant: this.participant,
119
119
  participant: this.meeting.self,
120
120
  });
121
- }, autoPlay: true, muted: true, id: `screen-share-video-${this.participant.id}` })), h("div", { id: "controls", key: "controls" }, !this.hideFullScreenButton && !isSelf && isFullScreenSupported() && (h("rtk-tooltip", { key: '6b27dd39bea31267c5e3167aa3e5d922955c27cd', label: text }, h("rtk-button", { key: '2421ac7332eac3ff164412adcabfad0a0260a4af', id: "full-screen-btn", kind: "icon", onClick: this.toggleFullScreen, title: text }, h("rtk-icon", { key: '98480f5f702d93bdcfaa98afd317eccaa053a5d1', icon: icon, "aria-hidden": true, tabIndex: -1 }))))), isSelf && (h("div", { id: "self-message", key: "self-message" }, h("h3", { key: '66d58882193ac51ee9527934a9203fd66d7d7c52' }, this.t('screenshare.shared')), h("div", { key: '023c29fddee876bccef4052c51197b759a6bab2e', class: "actions" }, this.meeting != null && (h("rtk-button", { key: 'c267d7178808f282c7c6d275c449bcaab934bc08', variant: "danger", onClick: () => {
121
+ }, autoPlay: true, muted: true, id: `screen-share-video-${this.participant.id}` })), h("div", { id: "controls", key: "controls" }, !this.hideFullScreenButton && !isSelf && isFullScreenSupported() && (h("rtk-tooltip", { key: '97ba6869139126f0114aee3239999bfe1172a798', label: text }, h("rtk-button", { key: '0769449ffcba69117d10a7346e4881c207e7ac6f', id: "full-screen-btn", kind: "icon", onClick: this.toggleFullScreen, title: text }, h("rtk-icon", { key: '508cf201f0b2e6da061e35dff4d3899f1da0749a', icon: icon, "aria-hidden": true, tabIndex: -1 }))))), isSelf && (h("div", { id: "self-message", key: "self-message" }, h("h3", { key: '6f055da4722c11893e3f8640bddad7f6844838da' }, this.t('screenshare.shared')), h("div", { key: '96fa5f8b47cef2a2a58352e4275c3c325f22a465', class: "actions" }, this.meeting != null && (h("rtk-button", { key: '144c3908476ac18d1ffcc1282a46a4d7fad698c2', variant: "danger", onClick: () => {
122
122
  this.meeting.self.disableScreenShare();
123
- } }, h("rtk-icon", { key: 'bc63ef8e2f217a6b87e99d99e7e4098474d05b39', icon: this.iconPack.share_screen_stop, slot: "start" }), this.t('screenshare.stop'))), h("rtk-button", { key: '397f312bbd347f61566df2659c75f82de34b3808', variant: "secondary", id: "expand-btn", onClick: () => {
123
+ } }, h("rtk-icon", { key: '7a6f710ccb916ca78edbb5daa9b6bcf3547ed54e', icon: this.iconPack.share_screen_stop, slot: "start" }), this.t('screenshare.stop'))), h("rtk-button", { key: '1667e04e5a22c3edfdab9300ffca06df7eba4948', variant: "secondary", id: "expand-btn", onClick: () => {
124
124
  this.videoExpanded = !this.videoExpanded;
125
- } }, h("rtk-icon", { key: 'feaf388308067f245ec3ed422d2591db23001ba3', icon: this.videoExpanded
125
+ } }, h("rtk-icon", { key: '6140671792e626d5de181861ee4c7aef1dd11e3e', icon: this.videoExpanded
126
126
  ? this.iconPack.full_screen_minimize
127
127
  : this.iconPack.full_screen_maximize, slot: "start" }), this.videoExpanded
128
128
  ? this.t('screenshare.min_preview')
129
- : this.t('screenshare.max_preview'))))), h("slot", { key: '794b21a6d0df0eb104a56efd930e7e52ee1c5fcb' })));
129
+ : this.t('screenshare.max_preview'))))), h("slot", { key: 'beeecb6fe5a1f46d259a86e698c31fb477949bf3' })));
130
130
  }
131
131
  get host() { return this; }
132
132
  static get watchers() { return {
@@ -1,4 +1,4 @@
1
- import { R as RtkSettingsAudio$1, d as defineCustomElement$1 } from './p-4942bfd2.js';
1
+ import { R as RtkSettingsAudio$1, d as defineCustomElement$1 } from './p-4b7af749.js';
2
2
 
3
3
  const RtkSettingsAudio = RtkSettingsAudio$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,9 +1,9 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
3
3
  import { S as SyncWithStore } from './p-e334e15c.js';
4
- import { d as defineCustomElement$4 } from './p-dd8a892e.js';
4
+ import { d as defineCustomElement$4 } from './p-da13b457.js';
5
5
  import { d as defineCustomElement$3 } from './p-a3cc7425.js';
6
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
6
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
7
7
 
8
8
  const rtkSettingsToggleCss = ":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}";
9
9
  const RtkSettingsToggleStyle0 = rtkSettingsToggleCss;
@@ -38,7 +38,7 @@ const RtkSettingsToggle$1 = /*@__PURE__*/ proxyCustomElement(class RtkSettingsTo
38
38
  }
39
39
  render() {
40
40
  const text = this.t('settings');
41
- return (h(Host, { key: '61f238a38d98cee571d84ea45c45a9bebd9cea51', title: text }, h("rtk-controlbar-button", { key: 'f1610cd64dd69d941b4d58eea5ec02b52e811bfe', part: "controlbar-button", size: this.size, iconPack: this.iconPack, onClick: () => this.toggleSettings(), icon: this.iconPack.settings, label: text, variant: this.variant })));
41
+ return (h(Host, { key: '921afc41ed4a6019ff882c896855ab455b3edfb7', title: text }, h("rtk-controlbar-button", { key: '88d4194fee24f1b96769e06e3a935d516ad543b0', part: "controlbar-button", size: this.size, iconPack: this.iconPack, onClick: () => this.toggleSettings(), icon: this.iconPack.settings, label: text, variant: this.variant })));
42
42
  }
43
43
  static get style() { return RtkSettingsToggleStyle0; }
44
44
  }, [1, "rtk-settings-toggle", {
@@ -1,4 +1,4 @@
1
- import { R as RtkSettingsVideo$1, d as defineCustomElement$1 } from './p-71fbfb8b.js';
1
+ import { R as RtkSettingsVideo$1, d as defineCustomElement$1 } from './p-1cbbf87d.js';
2
2
 
3
3
  const RtkSettingsVideo = RtkSettingsVideo$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -7,10 +7,10 @@ import { d as defineCustomElement$9 } from './p-d6024528.js';
7
7
  import { d as defineCustomElement$8 } from './p-a3cc7425.js';
8
8
  import { d as defineCustomElement$7 } from './p-71fb663b.js';
9
9
  import { d as defineCustomElement$6 } from './p-401ce922.js';
10
- import { d as defineCustomElement$5 } from './p-4942bfd2.js';
11
- import { d as defineCustomElement$4 } from './p-71fbfb8b.js';
10
+ import { d as defineCustomElement$5 } from './p-4b7af749.js';
11
+ import { d as defineCustomElement$4 } from './p-1cbbf87d.js';
12
12
  import { d as defineCustomElement$3 } from './p-95a1fa70.js';
13
- import { d as defineCustomElement$2 } from './p-fe0d125b.js';
13
+ import { d as defineCustomElement$2 } from './p-bcff8acc.js';
14
14
 
15
15
  const rtkSettingsCss = ":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{position:relative;display:flex;overflow:hidden;border-radius:var(--rtk-border-radius-md, 8px);width:100%;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-1000, 255 255 255))}header{display:flex;align-items:center;justify-content:space-between;padding-left:var(--rtk-space-4, 16px);padding-right:var(--rtk-space-4, 16px)}.title{font-size:20px;line-height:1}.back-btn,.dismiss-btn{border-radius:var(--rtk-border-radius-sm, 4px);background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.back-btn:hover,.dismiss-btn:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity))}aside{box-sizing:border-box;display:flex;min-width:var(--rtk-space-56, 224px);flex-direction:column;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));padding-left:var(--rtk-space-2, 8px)}aside button{margin-top:var(--rtk-space-4, 16px);box-sizing:border-box;display:flex;width:100%;align-items:center;justify-content:space-between;border-top-left-radius:var(--rtk-border-radius-sm, 4px);border-bottom-left-radius:var(--rtk-border-radius-sm, 4px);padding-left:var(--rtk-space-4, 16px);padding-right:var(--rtk-space-4, 16px);padding-top:var(--rtk-space-3, 12px);padding-bottom:var(--rtk-space-3, 12px);background-color:transparent;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));cursor:default;font-size:16px;--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);border-width:var(--rtk-border-width-none, 0);border-style:none;outline:2px solid transparent;outline-offset:2px}aside button .right{display:flex;align-items:center}aside button .right rtk-icon{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px)}aside button .right rtk-icon:last-child{margin-left:var(--rtk-space-4, 16px)}aside button[type='button']{cursor:pointer;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}aside button[type='button']:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity))}aside button[type='button']{border-right:var(--rtk-border-width-md, 2px) solid transparent}aside button.active{--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-border-opacity));background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / 0.2)}aside button.active:hover{background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / 0.2)}rtk-icon.poor{--tw-text-opacity:1;color:rgba(var(--rtk-colors-warning, 255 205 7) / var(--tw-text-opacity))}rtk-icon.poorest{--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}rtk-icon.good{--tw-text-opacity:1;color:rgba(var(--rtk-colors-success, 98 165 4) / var(--tw-text-opacity))}main{display:flex;flex:1 1 0%;align-items:center;justify-content:center;padding-left:var(--rtk-space-6, 24px);padding-right:var(--rtk-space-6, 24px);box-sizing:border-box;width:100%;max-width:calc(100% - var(--rtk-space-56, 224px))}.dismiss-btn{position:absolute;top:var(--rtk-space-3, 12px);right:var(--rtk-space-3, 12px);height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px)}:host([size='sm']) aside{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}:host([size='sm']) .dismiss-btn{top:var(--rtk-space-5, 20px);right:var(--rtk-space-4, 16px)}:host([size='sm']) aside{width:100%;padding-left:var(--rtk-space-0, 0px)}:host([size='sm']) aside button{border-radius:var(--rtk-border-radius-none, 0)}:host([size='sm']) aside button.active{border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent}:host([size='sm']) aside button.active:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity))}:host([size='sm']) aside.hide{display:none}:host([size='sm']) main{display:none;max-width:100%;overflow-y:auto;padding-left:var(--rtk-space-4, 16px);padding-right:var(--rtk-space-4, 16px)}:host([size='sm']) main header{justify-content:center}:host([size='sm']) main header rtk-button{position:absolute;left:var(--rtk-space-4, 16px)}:host([size='sm']) main.active{display:block}";
16
16
  const RtkSettingsStyle0 = rtkSettingsCss;
@@ -9,7 +9,7 @@ import { d as defineCustomElement$6 } from './p-d6024528.js';
9
9
  import { d as defineCustomElement$5 } from './p-a3cc7425.js';
10
10
  import { d as defineCustomElement$4 } from './p-71fb663b.js';
11
11
  import { d as defineCustomElement$3 } from './p-95a1fa70.js';
12
- import { d as defineCustomElement$2 } from './p-dfdbb665.js';
12
+ import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
13
13
 
14
14
  const rtkSetupScreenCss = ":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{box-sizing:border-box;padding:var(--rtk-space-4, 16px);height:100%;min-height:100%;width:100%;display:flex;place-items:center;justify-content:center;--rtk-controlbar-button-background-color:rgb(var(--rtk-colors-background-700, 44 44 44))}.container{width:100%;max-width:1080px;display:flex;align-items:center;justify-content:space-evenly;gap:var(--rtk-space-4, 16px)}.container-tile{display:flex;height:100%;width:100%;max-width:584px;flex-direction:column;gap:var(--rtk-space-2, 8px)}.metadata{display:flex;width:100%;max-width:var(--rtk-space-80, 320px);flex-direction:column;align-items:center;text-align:center}.meeting-title{margin-bottom:var(--rtk-space-4, 16px);text-align:center;font-size:24px;font-weight:500}.join-as{margin:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-4, 16px);text-align:center;font-size:16px;letter-spacing:-0.025em;color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52));overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.uneditable-name{margin-bottom:var(--rtk-space-6, 24px)}.uneditable-name .text,.uneditable-name .name{display:inline-block}.uneditable-name .name{font-size:16px;font-weight:500}input{margin-bottom:var(--rtk-space-6, 24px);display:block;height:var(--rtk-space-10, 40px);width:100%;max-width:var(--rtk-space-80, 320px);border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));padding-left:var(--rtk-space-3, 12px);padding-right:var(--rtk-space-3, 12px);color:rgb(var(--rtk-colors-text-1000, 255 255 255));box-sizing:border-box;font-size:16px;outline:2px solid transparent;outline-offset:2px;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}input::-moz-placeholder{color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}input::placeholder{color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}input{border:var(--rtk-border-width-sm, 1px) solid rgb(var(--rtk-colors-background-600, 60 60 60))}input:focus{--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-border-opacity))}rtk-spinner{color:rgb(var(--rtk-colors-text-1000, 255 255 255));--icon-size:var(--rtk-space-8, 32px)}:host([size='sm']) .container,:host([size='md']) .container{height:100%;flex-direction:column;justify-content:space-evenly}:host([size='sm']) .container-tile,:host([size='md']) .container-tile{height:-moz-min-content;height:min-content;flex-direction:column;justify-content:center}rtk-participant-tile{height:auto;width:100%;max-width:584px}.media-selectors{display:flex;flex-direction:column;justify-content:space-between}.media-selectors .row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}.no-network-badge{margin-top:var(--rtk-space-2, 8px);display:flex;width:100%;flex-direction:row;align-items:center;justify-content:flex-start;border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));background-color:rgba(var(--rtk-colors-danger, 255 45 45) / 0.1);padding-top:var(--rtk-space-1, 4px);padding-bottom:var(--rtk-space-1, 4px);font-size:12px;color:rgba(var(--rtk-colors-danger, 255 45 45) / 0.75)}.no-network-badge rtk-icon{margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-2, 8px)}";
15
15
  const RtkSetupScreenStyle0 = rtkSetupScreenCss;
@@ -41,13 +41,26 @@ const RtkSetupScreen$1 = /*@__PURE__*/ proxyCustomElement(class RtkSetupScreen e
41
41
  this.canProduceAudio = true;
42
42
  this.socketStateUpdate = ({ state }) => {
43
43
  this.connectionState = state;
44
+ if (state === 'connected') {
45
+ this.joinError = undefined;
46
+ }
44
47
  if (state === 'failed')
45
48
  this.isJoining = false;
46
49
  };
47
50
  this.join = async () => {
48
51
  var _a, _b, _c;
49
52
  if (((_a = this.displayName) === null || _a === void 0 ? void 0 : _a.trim()) !== '' && !this.isJoining) {
53
+ if (this.connectionState !== 'connected') {
54
+ if (this.connectionState) {
55
+ this.joinError =
56
+ this.connectionState === 'failed'
57
+ ? this.t('network.lost_extended')
58
+ : this.t('network.lost');
59
+ }
60
+ return;
61
+ }
50
62
  this.isJoining = true;
63
+ this.joinError = undefined;
51
64
  (_b = this.meeting) === null || _b === void 0 ? void 0 : _b.self.setName(this.displayName);
52
65
  gracefulStorage.setItem('rtk-display-name', this.displayName);
53
66
  try {
@@ -55,6 +68,7 @@ const RtkSetupScreen$1 = /*@__PURE__*/ proxyCustomElement(class RtkSetupScreen e
55
68
  }
56
69
  catch (e) {
57
70
  this.isJoining = false;
71
+ this.joinError = (e === null || e === void 0 ? void 0 : e.message) ? e.message : this.t('network.lost_extended');
58
72
  }
59
73
  }
60
74
  };
@@ -83,6 +97,12 @@ const RtkSetupScreen$1 = /*@__PURE__*/ proxyCustomElement(class RtkSetupScreen e
83
97
  if (!this.meeting) {
84
98
  return;
85
99
  }
100
+ const showSocketError = !!this.connectionState && this.connectionState !== 'connected' && !this.joinError;
101
+ const errorText = this.joinError
102
+ ? this.joinError
103
+ : this.connectionState === 'failed'
104
+ ? this.t('network.lost_extended')
105
+ : this.t('network.lost');
86
106
  const disabled = ((_a = this.displayName) === null || _a === void 0 ? void 0 : _a.trim()) === '' || this.connectionState !== 'connected' || this.isJoining;
87
107
  const defaults = {
88
108
  meeting: this.meeting,
@@ -101,9 +121,7 @@ const RtkSetupScreen$1 = /*@__PURE__*/ proxyCustomElement(class RtkSetupScreen e
101
121
  if (e.key === 'Enter') {
102
122
  this.join();
103
123
  }
104
- } }))) : (h("div", { class: "uneditable-name" }, h("span", { class: "text" }, this.t('setup_screen.join_in_as'), " "), ' ', h("div", { class: "name" }, shorten(this.displayName, 20)))), h("rtk-button", { size: "lg", kind: "wide", onClick: this.join, disabled: disabled }, this.isJoining ? h("rtk-spinner", { iconPack: this.iconPack }) : this.t('join')), this.connectionState !== 'connected' && (h("div", { class: "no-network-badge" }, h("rtk-icon", { size: "md", variant: "danger", icon: this.iconPack.disconnected }), this.connectionState === 'failed'
105
- ? this.t('network.lost_extended')
106
- : this.t('network.lost')))))));
124
+ } }))) : (h("div", { class: "uneditable-name" }, h("span", { class: "text" }, this.t('setup_screen.join_in_as'), " "), ' ', h("div", { class: "name" }, shorten(this.displayName, 20)))), h("rtk-button", { size: "lg", kind: "wide", onClick: this.join, disabled: disabled }, this.isJoining ? h("rtk-spinner", { iconPack: this.iconPack }) : this.t('join')), (this.joinError || showSocketError) && (h("div", { class: "no-network-badge" }, h("rtk-icon", { size: "md", variant: "danger", icon: this.iconPack.disconnected }), errorText))))));
107
125
  }
108
126
  static get watchers() { return {
109
127
  "meeting": ["meetingChanged"]
@@ -118,6 +136,7 @@ const RtkSetupScreen$1 = /*@__PURE__*/ proxyCustomElement(class RtkSetupScreen e
118
136
  "t": [16],
119
137
  "displayName": [32],
120
138
  "isJoining": [32],
139
+ "joinError": [32],
121
140
  "canEditName": [32],
122
141
  "canProduceAudio": [32],
123
142
  "connectionState": [32]
@@ -1,4 +1,4 @@
1
- import { R as RtkSidebarUi$1, d as defineCustomElement$1 } from './p-9f481b70.js';
1
+ import { R as RtkSidebarUi$1, d as defineCustomElement$1 } from './p-f1fa3b2a.js';
2
2
 
3
3
  const RtkSidebarUi = RtkSidebarUi$1;
4
4
  const defineCustomElement = defineCustomElement$1;