@cloudflare/realtimekit-ui 1.0.9-staging.3 → 1.1.0-staging.1

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 (364) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/realtimekit-ui.cjs.js +1 -1
  4. package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +1 -1
  5. package/dist/cjs/rtk-audio-grid.cjs.entry.js +1 -1
  6. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +1 -1
  7. package/dist/cjs/rtk-avatar_24.cjs.entry.js +47 -35
  8. package/dist/cjs/rtk-breakout-room-manager_3.cjs.entry.js +4 -4
  9. package/dist/cjs/rtk-breakout-rooms-manager_9.cjs.entry.js +8 -8
  10. package/dist/cjs/rtk-channel-creator.cjs.entry.js +2 -2
  11. package/dist/cjs/rtk-channel-details.cjs.entry.js +1 -1
  12. package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +2 -2
  13. package/dist/cjs/rtk-chat-message.cjs.entry.js +2 -2
  14. package/dist/cjs/rtk-chat-messages-ui.cjs.entry.js +3 -3
  15. package/dist/cjs/rtk-chat-search-results.cjs.entry.js +1 -1
  16. package/dist/cjs/rtk-clock.cjs.entry.js +3 -3
  17. package/dist/cjs/rtk-controlbar.cjs.entry.js +1 -1
  18. package/dist/cjs/rtk-debugger-toggle.cjs.entry.js +1 -1
  19. package/dist/cjs/rtk-file-dropzone.cjs.entry.js +1 -1
  20. package/dist/cjs/rtk-file-message_3.cjs.entry.js +8 -8
  21. package/dist/cjs/rtk-header.cjs.entry.js +1 -1
  22. package/dist/cjs/rtk-idle-screen.cjs.entry.js +1 -1
  23. package/dist/cjs/rtk-image-viewer.cjs.entry.js +1 -1
  24. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +1 -1
  25. package/dist/cjs/rtk-leave-button.cjs.entry.js +1 -1
  26. package/dist/cjs/rtk-message-list-view.cjs.entry.js +3 -3
  27. package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
  28. package/dist/cjs/rtk-notification.cjs.entry.js +2 -2
  29. package/dist/cjs/rtk-participant-setup.cjs.entry.js +2 -2
  30. package/dist/cjs/rtk-participant_2.cjs.entry.js +14 -14
  31. package/dist/cjs/rtk-participants-audio.cjs.entry.js +1 -1
  32. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +1 -1
  33. package/dist/cjs/rtk-plugins_2.cjs.entry.js +4 -4
  34. package/dist/cjs/rtk-poll_2.cjs.entry.js +3 -3
  35. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +1 -1
  36. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +5 -5
  37. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +1 -1
  38. package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +2 -2
  39. package/dist/cjs/rtk-stage.cjs.entry.js +1 -1
  40. package/dist/cjs/rtk-transcript.cjs.entry.js +1 -1
  41. package/dist/cjs/rtk-waiting-screen.cjs.entry.js +1 -1
  42. package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.js +1 -1
  43. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.js +1 -1
  44. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.js +2 -2
  45. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +2 -2
  46. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.js +2 -2
  47. package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +1 -1
  48. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +2 -2
  49. package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +2 -2
  50. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +3 -3
  51. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +9 -13
  52. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +1 -1
  53. package/dist/collection/components/rtk-clock/rtk-clock.js +3 -3
  54. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.js +1 -1
  55. package/dist/collection/components/rtk-controlbar/rtk-controlbar.js +1 -1
  56. package/dist/collection/components/rtk-counter/rtk-counter.js +2 -2
  57. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.js +1 -1
  58. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.js +1 -1
  59. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.js +1 -1
  60. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.js +1 -1
  61. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.js +1 -1
  62. package/dist/collection/components/rtk-file-message/rtk-file-message.js +2 -2
  63. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.js +1 -1
  64. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.js +1 -1
  65. package/dist/collection/components/rtk-header/rtk-header.js +1 -1
  66. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +1 -1
  67. package/dist/collection/components/rtk-image-message/rtk-image-message.js +4 -4
  68. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +3 -3
  69. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +1 -1
  70. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +1 -1
  71. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +1 -1
  72. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +2 -2
  73. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
  74. package/dist/collection/components/rtk-menu/rtk-menu.js +2 -2
  75. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +1 -1
  76. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +1 -1
  77. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +3 -3
  78. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +2 -2
  79. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +1 -1
  80. package/dist/collection/components/rtk-notification/rtk-notification.js +2 -2
  81. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +1 -1
  82. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.css +23 -0
  83. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +23 -4
  84. package/dist/collection/components/rtk-participant/rtk-participant.js +12 -12
  85. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +2 -2
  86. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +1 -1
  87. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +1 -1
  88. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
  89. package/dist/collection/components/rtk-plugins/rtk-plugins.js +1 -1
  90. package/dist/collection/components/rtk-poll/rtk-poll.js +1 -1
  91. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +2 -2
  92. package/dist/collection/components/rtk-polls/rtk-polls.js +3 -3
  93. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +1 -1
  94. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +5 -5
  95. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +1 -1
  96. package/dist/collection/components/rtk-spinner/rtk-spinner.js +1 -1
  97. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +2 -2
  98. package/dist/collection/components/rtk-stage/rtk-stage.js +1 -1
  99. package/dist/collection/components/rtk-switch/rtk-switch.js +1 -1
  100. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +1 -1
  101. package/dist/collection/components/rtk-text-message/rtk-text-message.js +2 -2
  102. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +1 -1
  103. package/dist/collection/components/rtk-tooltip/rtk-tooltip.js +1 -1
  104. package/dist/collection/components/rtk-transcript/rtk-transcript.js +1 -1
  105. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +2 -2
  106. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +1 -1
  107. package/dist/components/{p-c07e3e6d.js → p-080acf18.js} +1 -1
  108. package/dist/components/{p-b6ee1a32.js → p-0a35a909.js} +1 -1
  109. package/dist/components/{p-6cbaf90a.js → p-0b4e526c.js} +1 -1
  110. package/dist/components/{p-a3ebfc10.js → p-0d582365.js} +2 -2
  111. package/dist/components/{p-335f937c.js → p-0d7bf41b.js} +2 -2
  112. package/dist/components/{p-63953295.js → p-10ef077c.js} +1 -1
  113. package/dist/components/{p-be9fe914.js → p-188bfe87.js} +6 -6
  114. package/dist/components/{p-82c678d6.js → p-190db142.js} +5 -5
  115. package/dist/components/{p-7a322c43.js → p-20290b0b.js} +2 -2
  116. package/dist/components/{p-013ffc19.js → p-2e282643.js} +2 -2
  117. package/dist/components/{p-1f320625.js → p-2f08d7eb.js} +20 -20
  118. package/dist/components/{p-e732b5ee.js → p-2f82e0b0.js} +5 -5
  119. package/dist/components/{p-498c01a6.js → p-395d7140.js} +2 -2
  120. package/dist/components/{p-3fa8f1e1.js → p-3da4880c.js} +2 -2
  121. package/dist/components/{p-e48cd596.js → p-488d88a8.js} +2 -2
  122. package/dist/components/{p-b397a600.js → p-4d582a90.js} +3 -3
  123. package/dist/components/{p-0bbd0056.js → p-55501201.js} +2 -2
  124. package/dist/components/{p-024ef28a.js → p-563c785d.js} +1 -1
  125. package/dist/components/{p-ef71b75e.js → p-5c92df32.js} +3 -3
  126. package/dist/components/{p-9fd18352.js → p-618864a0.js} +1 -1
  127. package/dist/components/{p-5b03154d.js → p-63ef7ea4.js} +4 -4
  128. package/dist/components/{p-fa7412e2.js → p-65cd2fe3.js} +2 -2
  129. package/dist/components/{p-2590f470.js → p-6c2cfa0d.js} +1 -1
  130. package/dist/components/{p-32bf6a44.js → p-6f272732.js} +6 -6
  131. package/dist/components/{p-560e7a4f.js → p-88bef213.js} +1 -1
  132. package/dist/components/{p-25ca06f2.js → p-8d25843a.js} +1 -1
  133. package/dist/components/{p-27fea689.js → p-914563e7.js} +3 -3
  134. package/dist/components/{p-08382c59.js → p-9889bee5.js} +2 -2
  135. package/dist/components/{p-6eabd1ad.js → p-a4a5ff5a.js} +2 -2
  136. package/dist/components/{p-fc21299d.js → p-a6296b02.js} +1 -1
  137. package/dist/components/{p-88e50eea.js → p-a6f2b402.js} +20 -24
  138. package/dist/components/{p-566c1155.js → p-a94b2e67.js} +2 -2
  139. package/dist/components/{p-30ac9705.js → p-a9540d93.js} +25 -6
  140. package/dist/components/{p-fdb67d1f.js → p-abe1dbe6.js} +2 -2
  141. package/dist/components/{p-724074c4.js → p-adf73364.js} +3 -3
  142. package/dist/components/{p-97e1e186.js → p-b011763d.js} +1 -1
  143. package/dist/components/{p-2508ac98.js → p-b34865c7.js} +2 -2
  144. package/dist/components/{p-a4b26604.js → p-b882f4a1.js} +2 -2
  145. package/dist/components/{p-31c44fed.js → p-c3621e10.js} +1 -1
  146. package/dist/components/{p-4c7f1a19.js → p-d107e9f4.js} +1 -1
  147. package/dist/components/{p-68c9100f.js → p-d3de8b85.js} +1 -1
  148. package/dist/components/{p-eb7df0eb.js → p-d4e2ac64.js} +4 -4
  149. package/dist/components/{p-52d1525c.js → p-dbfc9151.js} +1 -1
  150. package/dist/components/{p-a159952c.js → p-e4a080a5.js} +1 -1
  151. package/dist/components/{p-06e20f42.js → p-e6710b76.js} +2 -2
  152. package/dist/components/{p-3d3fa677.js → p-e675729a.js} +2 -2
  153. package/dist/components/{p-2ea7652f.js → p-e81fc1e8.js} +1 -1
  154. package/dist/components/{p-027ec380.js → p-e8df7ac5.js} +16 -16
  155. package/dist/components/{p-6c1b380d.js → p-ee98bbaf.js} +10 -10
  156. package/dist/components/{p-b762cf1e.js → p-f47894a6.js} +9 -9
  157. package/dist/components/{p-b1338b4f.js → p-f4e75ea9.js} +1 -1
  158. package/dist/components/{p-e87b68de.js → p-f7430e46.js} +1 -1
  159. package/dist/components/{p-a0c8422f.js → p-f7eb9c47.js} +3 -3
  160. package/dist/components/{p-4b542718.js → p-f8f5cb31.js} +2 -2
  161. package/dist/components/{p-03bdc4c0.js → p-fa8f6b4a.js} +1 -1
  162. package/dist/components/{p-9c2c0760.js → p-fd68a52b.js} +6 -6
  163. package/dist/components/{p-32609f9f.js → p-fe911889.js} +5 -5
  164. package/dist/components/rtk-ai-toggle.js +2 -2
  165. package/dist/components/rtk-ai-transcriptions.js +1 -1
  166. package/dist/components/rtk-ai.js +1 -1
  167. package/dist/components/rtk-audio-grid.js +1 -1
  168. package/dist/components/rtk-audio-tile.js +2 -2
  169. package/dist/components/rtk-avatar.js +1 -1
  170. package/dist/components/rtk-breakout-room-manager.js +1 -1
  171. package/dist/components/rtk-breakout-room-participants.js +1 -1
  172. package/dist/components/rtk-breakout-rooms-manager.js +1 -1
  173. package/dist/components/rtk-breakout-rooms-toggle.js +2 -2
  174. package/dist/components/rtk-broadcast-message-modal.js +1 -1
  175. package/dist/components/rtk-camera-toggle.js +3 -3
  176. package/dist/components/rtk-caption-toggle.js +2 -2
  177. package/dist/components/rtk-channel-creator.js +4 -4
  178. package/dist/components/rtk-channel-details.js +1 -1
  179. package/dist/components/rtk-channel-header.js +4 -4
  180. package/dist/components/rtk-channel-selector-ui.js +4 -4
  181. package/dist/components/rtk-channel-selector-view.js +1 -1
  182. package/dist/components/rtk-chat-composer-ui.js +4 -4
  183. package/dist/components/rtk-chat-composer-view.js +1 -1
  184. package/dist/components/rtk-chat-message.js +1 -1
  185. package/dist/components/rtk-chat-messages-ui-paginated.js +1 -1
  186. package/dist/components/rtk-chat-messages-ui.js +14 -14
  187. package/dist/components/rtk-chat-search-results.js +11 -11
  188. package/dist/components/rtk-chat-toggle.js +2 -2
  189. package/dist/components/rtk-chat.js +1 -1
  190. package/dist/components/rtk-clock.js +3 -3
  191. package/dist/components/rtk-confirmation-modal.js +1 -1
  192. package/dist/components/rtk-controlbar-button.js +1 -1
  193. package/dist/components/rtk-controlbar.js +1 -1
  194. package/dist/components/rtk-counter.js +1 -1
  195. package/dist/components/rtk-debugger-toggle.js +3 -3
  196. package/dist/components/rtk-dialog-manager.js +13 -13
  197. package/dist/components/rtk-draft-attachment-view.js +1 -1
  198. package/dist/components/rtk-emoji-picker-button.js +1 -1
  199. package/dist/components/rtk-emoji-picker.js +1 -1
  200. package/dist/components/rtk-file-dropzone.js +1 -1
  201. package/dist/components/rtk-file-message-view.js +1 -1
  202. package/dist/components/rtk-file-message.js +1 -1
  203. package/dist/components/rtk-file-picker-button.js +1 -1
  204. package/dist/components/rtk-fullscreen-toggle.js +1 -1
  205. package/dist/components/rtk-grid-pagination.js +1 -1
  206. package/dist/components/rtk-grid.js +4 -4
  207. package/dist/components/rtk-header.js +1 -1
  208. package/dist/components/rtk-idle-screen.js +2 -2
  209. package/dist/components/rtk-image-message-view.js +1 -1
  210. package/dist/components/rtk-image-message.js +1 -1
  211. package/dist/components/rtk-image-viewer.js +1 -1
  212. package/dist/components/rtk-information-tooltip.js +1 -1
  213. package/dist/components/rtk-leave-button.js +3 -3
  214. package/dist/components/rtk-leave-meeting.js +1 -1
  215. package/dist/components/rtk-livestream-player.js +1 -1
  216. package/dist/components/rtk-livestream-toggle.js +2 -2
  217. package/dist/components/rtk-markdown-view.js +1 -1
  218. package/dist/components/rtk-meeting-title.js +1 -1
  219. package/dist/components/rtk-meeting.js +21 -21
  220. package/dist/components/rtk-menu-item.js +1 -1
  221. package/dist/components/rtk-menu-list.js +1 -1
  222. package/dist/components/rtk-menu.js +1 -1
  223. package/dist/components/rtk-message-list-view.js +4 -4
  224. package/dist/components/rtk-message-view.js +1 -1
  225. package/dist/components/rtk-mic-toggle.js +3 -3
  226. package/dist/components/rtk-mixed-grid.js +3 -3
  227. package/dist/components/rtk-more-toggle.js +4 -4
  228. package/dist/components/rtk-mute-all-button.js +3 -3
  229. package/dist/components/rtk-mute-all-confirmation.js +1 -1
  230. package/dist/components/rtk-notification.js +1 -1
  231. package/dist/components/rtk-notifications.js +1 -1
  232. package/dist/components/rtk-overlay-modal.js +1 -1
  233. package/dist/components/rtk-paginated-list.js +1 -1
  234. package/dist/components/rtk-participant-setup.js +2 -2
  235. package/dist/components/rtk-participant.js +1 -1
  236. package/dist/components/rtk-participants-audio.js +1 -1
  237. package/dist/components/rtk-participants-stage-list.js +1 -1
  238. package/dist/components/rtk-participants-stage-queue.js +1 -1
  239. package/dist/components/rtk-participants-toggle.js +2 -2
  240. package/dist/components/rtk-participants-viewer-list.js +1 -1
  241. package/dist/components/rtk-participants-waiting-list.js +1 -1
  242. package/dist/components/rtk-participants.js +11 -11
  243. package/dist/components/rtk-permissions-message.js +1 -1
  244. package/dist/components/rtk-pip-toggle.js +2 -2
  245. package/dist/components/rtk-plugins-toggle.js +2 -2
  246. package/dist/components/rtk-plugins.js +1 -1
  247. package/dist/components/rtk-poll-form.js +1 -1
  248. package/dist/components/rtk-poll.js +1 -1
  249. package/dist/components/rtk-polls-toggle.js +2 -2
  250. package/dist/components/rtk-polls.js +1 -1
  251. package/dist/components/rtk-recording-indicator.js +1 -1
  252. package/dist/components/rtk-recording-toggle.js +2 -2
  253. package/dist/components/rtk-screen-share-toggle.js +3 -3
  254. package/dist/components/rtk-screenshare-view.js +6 -6
  255. package/dist/components/rtk-settings-audio.js +1 -1
  256. package/dist/components/rtk-settings-toggle.js +3 -3
  257. package/dist/components/rtk-settings-video.js +1 -1
  258. package/dist/components/rtk-settings.js +3 -3
  259. package/dist/components/rtk-setup-screen.js +1 -1
  260. package/dist/components/rtk-sidebar.js +5 -5
  261. package/dist/components/rtk-spinner.js +1 -1
  262. package/dist/components/rtk-spotlight-grid.js +2 -2
  263. package/dist/components/rtk-spotlight-indicator.js +1 -1
  264. package/dist/components/rtk-stage-toggle.js +3 -3
  265. package/dist/components/rtk-stage.js +1 -1
  266. package/dist/components/rtk-switch.js +1 -1
  267. package/dist/components/rtk-tab-bar.js +1 -1
  268. package/dist/components/rtk-text-composer-view.js +1 -1
  269. package/dist/components/rtk-text-message-view.js +1 -1
  270. package/dist/components/rtk-text-message.js +1 -1
  271. package/dist/components/rtk-tooltip.js +1 -1
  272. package/dist/components/rtk-transcript.js +1 -1
  273. package/dist/components/rtk-transcripts.js +1 -1
  274. package/dist/components/rtk-virtualized-participant-list.js +1 -1
  275. package/dist/components/rtk-waiting-screen.js +1 -1
  276. package/dist/docs/docs-components.json +5 -1
  277. package/dist/esm/loader.js +137 -125
  278. package/dist/esm/realtimekit-ui.js +1 -1
  279. package/dist/esm/rtk-ai-transcriptions.entry.js +1 -1
  280. package/dist/esm/rtk-audio-grid.entry.js +1 -1
  281. package/dist/esm/rtk-audio-visualizer_4.entry.js +1 -1
  282. package/dist/esm/rtk-avatar_24.entry.js +47 -35
  283. package/dist/esm/rtk-breakout-room-manager_3.entry.js +4 -4
  284. package/dist/esm/rtk-breakout-rooms-manager_9.entry.js +8 -8
  285. package/dist/esm/rtk-channel-creator.entry.js +2 -2
  286. package/dist/esm/rtk-channel-details.entry.js +1 -1
  287. package/dist/esm/rtk-channel-selector-ui.entry.js +2 -2
  288. package/dist/esm/rtk-chat-message.entry.js +2 -2
  289. package/dist/esm/rtk-chat-messages-ui.entry.js +3 -3
  290. package/dist/esm/rtk-chat-search-results.entry.js +1 -1
  291. package/dist/esm/rtk-clock.entry.js +3 -3
  292. package/dist/esm/rtk-controlbar.entry.js +1 -1
  293. package/dist/esm/rtk-debugger-toggle.entry.js +1 -1
  294. package/dist/esm/rtk-file-dropzone.entry.js +1 -1
  295. package/dist/esm/rtk-file-message_3.entry.js +8 -8
  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-notification.entry.js +2 -2
  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-b388b4c6.entry.js → p-0b8c47d9.entry.js} +1 -1
  318. package/dist/realtimekit-ui/{p-bbf76104.entry.js → p-1666857d.entry.js} +1 -1
  319. package/dist/realtimekit-ui/{p-a4372f65.entry.js → p-1bf58a84.entry.js} +1 -1
  320. package/dist/realtimekit-ui/{p-871d8fbf.entry.js → p-2a0ec1c6.entry.js} +1 -1
  321. package/dist/realtimekit-ui/{p-2d7b969d.entry.js → p-2f641bfa.entry.js} +1 -1
  322. package/dist/realtimekit-ui/{p-4ab26f1f.entry.js → p-2fc5ef84.entry.js} +1 -1
  323. package/dist/realtimekit-ui/{p-ad26f7fd.entry.js → p-31f58b98.entry.js} +1 -1
  324. package/dist/realtimekit-ui/p-33228f0a.entry.js +1 -0
  325. package/dist/realtimekit-ui/{p-99801804.entry.js → p-36c8dfa0.entry.js} +1 -1
  326. package/dist/realtimekit-ui/{p-8c55a630.entry.js → p-385fddbd.entry.js} +1 -1
  327. package/dist/realtimekit-ui/{p-51e949d6.entry.js → p-38f4773b.entry.js} +1 -1
  328. package/dist/realtimekit-ui/{p-d8962ea0.entry.js → p-3eefefa3.entry.js} +1 -1
  329. package/dist/realtimekit-ui/{p-a0563ab4.entry.js → p-481549ac.entry.js} +1 -1
  330. package/dist/realtimekit-ui/p-4eee77b0.entry.js +1 -0
  331. package/dist/realtimekit-ui/p-50e861f9.entry.js +1 -0
  332. package/dist/realtimekit-ui/{p-013ae8ca.entry.js → p-5383fe87.entry.js} +1 -1
  333. package/dist/realtimekit-ui/p-57277553.entry.js +1 -0
  334. package/dist/realtimekit-ui/p-5dc40f1a.entry.js +1 -0
  335. package/dist/realtimekit-ui/{p-9d3cf603.entry.js → p-61a16ccf.entry.js} +1 -1
  336. package/dist/realtimekit-ui/{p-f775be53.entry.js → p-61a53713.entry.js} +1 -1
  337. package/dist/realtimekit-ui/{p-4554a674.entry.js → p-639ab9ad.entry.js} +1 -1
  338. package/dist/realtimekit-ui/{p-dbd07824.entry.js → p-7613857e.entry.js} +1 -1
  339. package/dist/realtimekit-ui/{p-0898c8ee.entry.js → p-7a8ca3f2.entry.js} +1 -1
  340. package/dist/realtimekit-ui/{p-c1d026d1.entry.js → p-7f76de48.entry.js} +1 -1
  341. package/dist/realtimekit-ui/{p-d0bba739.entry.js → p-8b341608.entry.js} +1 -1
  342. package/dist/realtimekit-ui/{p-60b39e38.entry.js → p-951a7b06.entry.js} +1 -1
  343. package/dist/realtimekit-ui/{p-d95ce443.entry.js → p-95f05e26.entry.js} +1 -1
  344. package/dist/realtimekit-ui/{p-ad887be1.entry.js → p-a1203856.entry.js} +1 -1
  345. package/dist/realtimekit-ui/{p-474ba04f.entry.js → p-a4e223e8.entry.js} +1 -1
  346. package/dist/realtimekit-ui/{p-78d19559.entry.js → p-aa70de39.entry.js} +1 -1
  347. package/dist/realtimekit-ui/p-b564d931.entry.js +1 -0
  348. package/dist/realtimekit-ui/{p-5bbfdabe.entry.js → p-ba51770e.entry.js} +1 -1
  349. package/dist/realtimekit-ui/{p-cdf8bc21.entry.js → p-c1b81873.entry.js} +1 -1
  350. package/dist/realtimekit-ui/{p-124eb1c7.entry.js → p-c638f666.entry.js} +1 -1
  351. package/dist/realtimekit-ui/{p-cdacd242.entry.js → p-d7f16f24.entry.js} +1 -1
  352. package/dist/realtimekit-ui/{p-3b8de127.entry.js → p-f40a55e3.entry.js} +1 -1
  353. package/dist/realtimekit-ui/{p-986e7389.entry.js → p-f5aa8af7.entry.js} +1 -1
  354. package/dist/realtimekit-ui/p-f645b8bb.entry.js +1 -0
  355. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
  356. package/dist/types/components/rtk-paginated-list/rtk-paginated-list.d.ts +5 -0
  357. package/package.json +1 -1
  358. package/dist/realtimekit-ui/p-158b1b0c.entry.js +0 -1
  359. package/dist/realtimekit-ui/p-17c6d2fa.entry.js +0 -1
  360. package/dist/realtimekit-ui/p-32030329.entry.js +0 -1
  361. package/dist/realtimekit-ui/p-487e808a.entry.js +0 -1
  362. package/dist/realtimekit-ui/p-aa757cd3.entry.js +0 -1
  363. package/dist/realtimekit-ui/p-bc1a2b04.entry.js +0 -1
  364. package/dist/realtimekit-ui/p-fee7bd4f.entry.js +0 -1
@@ -4,7 +4,7 @@ import { e as defaultIconPack, h as useLanguage } from './p-7fc0dc2f.js';
4
4
  import './p-a83ccdbd.js';
5
5
  import { d as defineCustomElement$3 } from './p-1391bef0.js';
6
6
  import { d as defineCustomElement$2 } from './p-3b29dda1.js';
7
- import { d as defineCustomElement$1 } from './p-03bdc4c0.js';
7
+ import { d as defineCustomElement$1 } from './p-fa8f6b4a.js';
8
8
 
9
9
  const rtkFilePickerButtonCss = ":host{}";
10
10
  const RtkFilePickerButtonStyle0 = rtkFilePickerButtonCss;
@@ -56,7 +56,7 @@ const RtkFilePickerButton = /*@__PURE__*/ proxyCustomElement(class RtkFilePicker
56
56
  render() {
57
57
  const label = this.label || this.t('chat.send_file');
58
58
  const icon = this.iconPack[this.icon];
59
- return (h("rtk-tooltip", { key: '90e405f39792f7ea0430c55e9b5ba0da72ce2a4a', label: label }, h("rtk-button", { key: 'f0957e7a9668afd9e25e866ea2acbb6891123bbe', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, h("rtk-icon", { key: '1955f524343683974831b28629291428637aa8fc', icon: icon }))));
59
+ return (h("rtk-tooltip", { key: '78ef1fd3a42656601c94561bbfc63f888d8180d3', label: label }, h("rtk-button", { key: 'a0a82e689c2e3a344936db1b3253e36def3a0ce5', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, h("rtk-icon", { key: '1651a9f460e3851ff5296f05cf08554f9da21703', icon: icon }))));
60
60
  }
61
61
  static get style() { return RtkFilePickerButtonStyle0; }
62
62
  }, [1, "rtk-file-picker-button", {
@@ -56,7 +56,7 @@ const RtkSwitch = /*@__PURE__*/ proxyCustomElement(class RtkSwitch extends H {
56
56
  this.onChange.emit(checked);
57
57
  }
58
58
  render() {
59
- return (h(Host, { key: '74affe48ce91e7be340e9d37507859fdd473bcb1', role: "switch", tabIndex: this.disabled && 0, "aria-readonly": this.readonly, "aria-checked": this.checked, "aria-disabled": this.disabled, class: { checked: this.checked }, onClick: this.onClick, onKeyPress: this.onKeyPress }, h("div", { key: '24ae27603c839d40d6452c5ee669342acb60f73d', class: "switch", part: "switch" })));
59
+ return (h(Host, { key: '2543d327357cb3533a081fe7e88f68b8a421771f', role: "switch", tabIndex: this.disabled && 0, "aria-readonly": this.readonly, "aria-checked": this.checked, "aria-disabled": this.disabled, class: { checked: this.checked }, onClick: this.onClick, onKeyPress: this.onKeyPress }, h("div", { key: '1a737e76fd261e4e1dc13e94f69aee1004aa1753', class: "switch", part: "switch" })));
60
60
  }
61
61
  static get watchers() { return {
62
62
  "checked": ["checkedChange"]
@@ -5,12 +5,12 @@ import { f as formatName, s as shorten } from './p-efabd2ce.js';
5
5
  import './p-a83ccdbd.js';
6
6
  import { c as computePosition, b as autoPlacement, o as offset, s as shift, h as hide } from './p-769bb885.js';
7
7
  import { S as SyncWithStore } from './p-47c25f64.js';
8
- import { d as defineCustomElement$6 } from './p-b1338b4f.js';
8
+ import { d as defineCustomElement$6 } from './p-f4e75ea9.js';
9
9
  import { d as defineCustomElement$5 } from './p-1391bef0.js';
10
10
  import { d as defineCustomElement$4 } from './p-3b29dda1.js';
11
- import { d as defineCustomElement$3 } from './p-fc21299d.js';
12
- import { d as defineCustomElement$2 } from './p-c07e3e6d.js';
13
- import { d as defineCustomElement$1 } from './p-b6ee1a32.js';
11
+ import { d as defineCustomElement$3 } from './p-a6296b02.js';
12
+ import { d as defineCustomElement$2 } from './p-080acf18.js';
13
+ import { d as defineCustomElement$1 } from './p-0a35a909.js';
14
14
 
15
15
  const rtkParticipantCss = ":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;height:var(--rtk-space-14, 56px);align-items:center;justify-content:space-between;cursor:pointer;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}:host rtk-avatar{height:var(--rtk-space-8, 32px);width:var(--rtk-space-8, 32px);font-size:14px}.left{display:flex;align-items:center}.left>*{margin-right:var(--rtk-space-2, 8px)}.left>*:last-child{margin-right:var(--rtk-space-0, 0px)}.right{display:flex;align-items:center;justify-content:flex-end}.right>*{margin-left:var(--rtk-space-2, 8px)}.right>*:first-child{margin-left:var(--rtk-space-0, 0px)}.name{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}rtk-icon{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px)}rtk-icon.red{--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}rtk-icon.more{cursor:pointer}.menu{position:relative;display:inline-block;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}#menu-list{position:absolute;z-index:20}";
16
16
  const RtkParticipantStyle0 = rtkParticipantCss;
@@ -226,9 +226,9 @@ const RtkParticipant = /*@__PURE__*/ proxyCustomElement(class RtkParticipant ext
226
226
  iconPack: this.iconPack,
227
227
  t: this.t,
228
228
  };
229
- return (h(Host, { key: '804f9c2daf473fd518c6697a51b82f5baf63fb17' }, h("div", { class: "left", key: (_e = this.participant) === null || _e === void 0 ? void 0 : _e.id }, h("rtk-avatar", { key: '98f6f1a031269f5ca6523ed38228bcb64a3fe97d', participant: this.participant, size: "sm", iconPack: this.iconPack, t: this.t }), h("p", { key: 'de05ef0806cb0e614bae951715ec263cb2271492', class: "name", title: name }, shorten(name, 16), " ", ((_f = this.meeting) === null || _f === void 0 ? void 0 : _f.self.id) === ((_g = this.participant) === null || _g === void 0 ? void 0 : _g.id) && this.t('(you)'))), this.view === 'sidebar' && (h("div", { key: '8393d899384cac8ff0e248a76f4095922f98e1cb', class: "right" }, isActiveParticipant && (h("rtk-icon", { key: '7b99b6269a101d01a8014dc4038b6bcada21203f', class: {
229
+ return (h(Host, { key: 'd04f837e2d5eb2024ac202ad5ac77331adad43c9' }, h("div", { class: "left", key: (_e = this.participant) === null || _e === void 0 ? void 0 : _e.id }, h("rtk-avatar", { key: '357234a1dde242720daab827db2d8aeda595c96b', participant: this.participant, size: "sm", iconPack: this.iconPack, t: this.t }), h("p", { key: 'f1cd6c6f0398e7f5275a65044a65429d5f0d1db4', class: "name", title: name }, shorten(name, 16), " ", ((_f = this.meeting) === null || _f === void 0 ? void 0 : _f.self.id) === ((_g = this.participant) === null || _g === void 0 ? void 0 : _g.id) && this.t('(you)'))), this.view === 'sidebar' && (h("div", { key: 'bd12f811f09fdb1b722ac9597f8e70dd734d5737', class: "right" }, isActiveParticipant && (h("rtk-icon", { key: '20d4bd4f97e9edd4f86cb4b427fa60b1507906cd', class: {
230
230
  red: !this.audioEnabled,
231
- }, icon: this.audioEnabled ? this.iconPack.mic_on : this.iconPack.mic_off })), isActiveParticipant && !isAudioRoom && (h("rtk-icon", { key: 'e6e7d7e8a50a9ad0be657b85245252300182c539', class: {
231
+ }, icon: this.audioEnabled ? this.iconPack.mic_on : this.iconPack.mic_off })), isActiveParticipant && !isAudioRoom && (h("rtk-icon", { key: 'bebf3ddc0a1b40a4cbb736edbee9bf2482890c32', class: {
232
232
  red: !this.videoEnabled,
233
233
  }, icon: this.videoEnabled ? this.iconPack.video_on : this.iconPack.video_off })), (showMenu ||
234
234
  lenChildren({
@@ -237,34 +237,34 @@ const RtkParticipant = /*@__PURE__*/ proxyCustomElement(class RtkParticipant ext
237
237
  childProps: {
238
238
  participant: this.participant,
239
239
  },
240
- }) > 0) && (h("div", { key: '085e0ffe3c230ef1f21ed5de6c11ef70ccfeb69b', class: "menu" }, h("span", { key: 'ab295b485204509824a6bce511a80ec939e31fbb', id: "trigger", onClick: this.onMenuToggle }, h("rtk-button", { key: '0f0cb35c69e63ba8d8b3835cec42aba9f65dc6b8', variant: "ghost", kind: "icon", slot: "trigger" }, h("rtk-icon", { key: 'ebd5705879751573de28ddad204d8f16b055a2b9', class: "more", icon: this.iconPack.more_vertical }))), h("span", { key: '98ec81219c735d44ba36eb2e677b734cc43e478d', id: "menu-list" }, this.menuOpen && (h("rtk-menu-list", { key: '243c43eacd1c429f4c7bd2fcd24fef3983209226', iconPack: this.iconPack, t: this.t }, this.canPinParticipant && isActiveParticipant && !isAudioRoom && (h("rtk-menu-item", { key: '93b74a42b5b37fe15bcbe7a5217258c8cb2b48b9', onClick: () => {
240
+ }) > 0) && (h("div", { key: '98bbfa6d23c2b298f082b182ed4ff39b5ab6ffbd', class: "menu" }, h("span", { key: '510be24b1e9000cea40bc1d19bead1092b882802', id: "trigger", onClick: this.onMenuToggle }, h("rtk-button", { key: 'ffc0397b8259769d5fe2407770507350449211e5', variant: "ghost", kind: "icon", slot: "trigger" }, h("rtk-icon", { key: 'a7c403786b7fd2be84e3cb59015e0c9532fbe7a8', class: "more", icon: this.iconPack.more_vertical }))), h("span", { key: '996cfcd1221be661ec4a7a1fb753a2979ef695b6', id: "menu-list" }, this.menuOpen && (h("rtk-menu-list", { key: '16d3ce80e2d51cffb37617856dfec051958ef9b7', iconPack: this.iconPack, t: this.t }, this.canPinParticipant && isActiveParticipant && !isAudioRoom && (h("rtk-menu-item", { key: '2469c59d100fe34fbb0c271f9bf27263e9d3ce72', onClick: () => {
241
241
  if (this.isPinned) {
242
242
  this.participant.unpin();
243
243
  }
244
244
  else {
245
245
  this.participant.pin();
246
246
  }
247
- }, iconPack: this.iconPack, t: this.t }, h("rtk-icon", { key: '0c1c8f6cc7b10c2fdea37f79ad0fc00cbb50f1d6', icon: this.isPinned ? this.iconPack.pin_off : this.iconPack.pin, slot: "start" }), this.isPinned ? this.t('unpin') : this.t('pin'))), isSelf && (h("rtk-menu-item", { key: 'dd4d5dff2c77f93a233a5f565d9d64fddb660c0d', iconPack: this.iconPack, t: this.t, onClick: () => {
247
+ }, iconPack: this.iconPack, t: this.t }, h("rtk-icon", { key: 'e69b81c2a557d2acf6f4254edb46836d9951cf3e', icon: this.isPinned ? this.iconPack.pin_off : this.iconPack.pin, slot: "start" }), this.isPinned ? this.t('unpin') : this.t('pin'))), isSelf && (h("rtk-menu-item", { key: '52335e703f44cf8b1d3adc6c2d6750198906216b', iconPack: this.iconPack, t: this.t, onClick: () => {
248
248
  this.isHidden
249
249
  ? this.participant.show()
250
250
  : this.participant.hide();
251
- } }, h("rtk-icon", { key: 'fdfc1cfeca1b1c63dd27fcc31a658f1d1a8d5c17', icon: this.isHidden ? this.iconPack.minimize : this.iconPack.maximize, slot: "start" }), !this.meeting.self.hidden ? this.t('minimize') : this.t('maximize'))), this.canDisableParticipantAudio &&
251
+ } }, h("rtk-icon", { key: '7b9aa493842c50422b909c1c98f4d16bda594d59', icon: this.isHidden ? this.iconPack.minimize : this.iconPack.maximize, slot: "start" }), !this.meeting.self.hidden ? this.t('minimize') : this.t('maximize'))), this.canDisableParticipantAudio &&
252
252
  isActiveParticipant &&
253
- this.audioEnabled && (h("rtk-menu-item", { key: '95edf3439889a9c468acce8ef88ababef747e018', iconPack: this.iconPack, t: this.t, onClick: () => {
253
+ this.audioEnabled && (h("rtk-menu-item", { key: '956e423b33a1db73ad692362708c2db9307604e3', iconPack: this.iconPack, t: this.t, onClick: () => {
254
254
  this.participant.disableAudio();
255
- } }, h("rtk-icon", { key: '1df60ff6541717369a5c8c1fa47dcb09e2499f8d', icon: this.iconPack.mic_off, slot: "start" }), this.t('mute'))), this.canDisableParticipantVideo &&
255
+ } }, h("rtk-icon", { key: '3f0d90c3e43059ee95b5bee9b52a0e3d03f67011', icon: this.iconPack.mic_off, slot: "start" }), this.t('mute'))), this.canDisableParticipantVideo &&
256
256
  isActiveParticipant &&
257
- this.videoEnabled && (h("rtk-menu-item", { key: 'e3812a8631be2f84695b90ac80f0214a26495071', iconPack: this.iconPack, t: this.t, onClick: () => {
257
+ this.videoEnabled && (h("rtk-menu-item", { key: 'fc2f22ed04974fa40c10e730e3bb7aee2142d7a4', iconPack: this.iconPack, t: this.t, onClick: () => {
258
258
  this.participant.disableVideo();
259
- } }, h("rtk-icon", { key: '634c9c452ecd36d6c024cbb0e22a79059f4b85a6', icon: this.iconPack.video_off, slot: "start" }), this.t('participants.turn_off_video'))), this.canAllowParticipantOnStage &&
260
- ((_h = this.participant) === null || _h === void 0 ? void 0 : _h.id) !== ((_j = this.meeting) === null || _j === void 0 ? void 0 : _j.self.id) && (h("rtk-menu-item", { key: '3428e0c1d22f675bbec3a920670a26dd3c7c66e5', iconPack: this.iconPack, t: this.t, class: this.isOnStage ? 'red' : '', onClick: this.inviteToStageToggle }, h("rtk-icon", { key: '55cdf3825acd959945ce82b19fd69f36e26aa476', icon: this.isOnStage
259
+ } }, h("rtk-icon", { key: '86ee677bb056d9e665ab81fc8246b17fb89ac699', icon: this.iconPack.video_off, slot: "start" }), this.t('participants.turn_off_video'))), this.canAllowParticipantOnStage &&
260
+ ((_h = this.participant) === null || _h === void 0 ? void 0 : _h.id) !== ((_j = this.meeting) === null || _j === void 0 ? void 0 : _j.self.id) && (h("rtk-menu-item", { key: 'ca374ea886d695a5e78b75b3de9de9b9631ef19a', iconPack: this.iconPack, t: this.t, class: this.isOnStage ? 'red' : '', onClick: this.inviteToStageToggle }, h("rtk-icon", { key: '6166ff20a3fa00d28b6602a3a7e68c1a2ca008a5', icon: this.isOnStage
261
261
  ? this.iconPack.leave_stage
262
262
  : this.iconPack.join_stage, slot: "start" }), this.isOnStage
263
263
  ? this.t('stage.remove_from_stage')
264
- : this.t('stage.add_to_stage'))), !isSelf && this.canKickParticipant && (h("rtk-menu-item", { key: 'affe710adb04e305b6a46b9de2d25984d6c075d6', iconPack: this.iconPack, t: this.t, class: "red", onClick: () => {
264
+ : this.t('stage.add_to_stage'))), !isSelf && this.canKickParticipant && (h("rtk-menu-item", { key: '95818a580073c6b3244a47020cafed3bb7b97dd6', iconPack: this.iconPack, t: this.t, class: "red", onClick: () => {
265
265
  var _a, _b;
266
266
  (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.participants.kick((_b = this.participant) === null || _b === void 0 ? void 0 : _b.id);
267
- } }, h("rtk-icon", { key: 'd9c55c666231f76f00dd68ce0e2bedd92462ef89', icon: this.iconPack.dismiss, slot: "start" }), this.t('kick'))), h("slot", { key: '7017ef52152b1908e93ce539f762120425e50562' }, h(Render, { key: '28c3eacd6a4572c806748a7d09a861f000430b90', element: "rtk-participant", defaults: defaults, childProps: {
267
+ } }, h("rtk-icon", { key: '9a2511e15d604cd672d85fb7cd99deb157e96bb0', icon: this.iconPack.dismiss, slot: "start" }), this.t('kick'))), h("slot", { key: '8dad8df5005902e5af3325062ba4d81711dc8370' }, h(Render, { key: '915f440d18ae76a9330297122d6c8f22dbf629cd', element: "rtk-participant", defaults: defaults, childProps: {
268
268
  participant: this.participant,
269
269
  }, deepProps: true, onlyChildren: true })))))))))));
270
270
  }
@@ -2,16 +2,16 @@ 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-7fc0dc2f.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-47c25f64.js';
5
- import { d as defineCustomElement$a } from './p-b1338b4f.js';
5
+ import { d as defineCustomElement$a } from './p-f4e75ea9.js';
6
6
  import { d as defineCustomElement$9 } from './p-1391bef0.js';
7
- import { d as defineCustomElement$8 } from './p-e48cd596.js';
7
+ import { d as defineCustomElement$8 } from './p-488d88a8.js';
8
8
  import { d as defineCustomElement$7 } from './p-3b29dda1.js';
9
- import { d as defineCustomElement$6 } from './p-82c678d6.js';
10
- import { d as defineCustomElement$5 } from './p-4b542718.js';
11
- import { d as defineCustomElement$4 } from './p-fc21299d.js';
12
- import { d as defineCustomElement$3 } from './p-c07e3e6d.js';
13
- import { d as defineCustomElement$2 } from './p-b6ee1a32.js';
14
- import { d as defineCustomElement$1 } from './p-08382c59.js';
9
+ import { d as defineCustomElement$6 } from './p-190db142.js';
10
+ import { d as defineCustomElement$5 } from './p-f8f5cb31.js';
11
+ import { d as defineCustomElement$4 } from './p-a6296b02.js';
12
+ import { d as defineCustomElement$3 } from './p-080acf18.js';
13
+ import { d as defineCustomElement$2 } from './p-0a35a909.js';
14
+ import { d as defineCustomElement$1 } from './p-9889bee5.js';
15
15
 
16
16
  const rtkChatMessageCss = ".message-wrapper{display:flex;gap:var(--rtk-space-2, 8px);margin-left:var(--rtk-space-4, 16px);margin-right:var(--rtk-space-4, 16px);margin-top:var(--rtk-space-4, 16px)}[is-continued] .message-wrapper{margin-top:var(--rtk-space-0, 0px)}.message-wrapper.align-right{flex-direction:row-reverse}.file-picker{display:none}.message{position:relative;display:flex}.show-on-hover rtk-menu{visibility:hidden}.show-on-hover:hover rtk-menu{visibility:visible}.align-right .message{justify-content:flex-end;margin-left:auto}.align-right .message .head{margin-right:var(--rtk-space-1, 4px);margin-left:var(--rtk-space-0, 0px);flex-direction:row-reverse;gap:var(--rtk-space-4, 16px)}.align-right .message rtk-text-message .bubble,.align-right .message rtk-image-message .bubble,.align-right .message rtk-file-message .bubble{padding-right:var(--rtk-space-5, 20px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.align-right .message .actions rtk-icon{color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.align-right rtk-menu{left:auto;right:var(--rtk-space-0, 0px)}.head{margin-bottom:var(--rtk-space-2, 8px);margin-left:var(--rtk-space-1, 4px);display:flex;align-items:center;gap:var(--rtk-space-2, 8px)}.head .name{font-size:14px;font-weight:600}.head .time{font-size:12px;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}rtk-menu{position:absolute;left:var(--rtk-space-0, 0px);top:var(--rtk-space-6, 24px);border-radius:var(--rtk-border-radius-lg, 12px)}rtk-menu rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);cursor:pointer}[is-continued] rtk-menu{top:var(--rtk-space-2, 8px)}.actions{display:flex;align-items:center;justify-content:center;padding:var(--rtk-space-0\\.5, 2px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent}.actions rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.body{margin-top:var(--rtk-space-1, 4px);margin-bottom:var(--rtk-space-1, 4px);overflow-wrap:break-word;font-size:14px;line-height:1.375}.body .emoji{font-size:24px}.body.bubble{margin-top:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-1, 4px);max-width:var(--rtk-space-96, 384px);padding-top:var(--rtk-space-3, 12px);padding-bottom:var(--rtk-space-3, 12px);padding-left:var(--rtk-space-5, 20px);padding-right:var(--rtk-space-5, 20px);overflow-wrap:break-word;font-size:14px;line-height:1.375;border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.body.bubble p{margin:var(--rtk-space-0, 0px);word-break:break-word}p{margin:var(--rtk-space-0, 0px)}rtk-text-message,rtk-image-message,rtk-file-message{display:block;font-family:var(--rtk-font-family, sans-serif);color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));box-sizing:border-box}*[is-continued]{margin-top:var(--rtk-space-0, 0px)}.image{position:relative;height:var(--rtk-space-40, 160px);max-width:var(--rtk-space-64, 256px);cursor:pointer}.image img{display:none;height:100%;width:100%;border-radius:var(--rtk-border-radius-sm, 4px);-o-object-fit:cover;object-fit:cover}.image .image-spinner{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.image .image-spinner rtk-spinner{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity))}.image .image-errored{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-sm, 4px);background-color:rgba(var(--rtk-colors-danger, 255 45 45) / 0.1);--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}.image .actions{display:none;height:var(--rtk-space-8, 32px);align-items:center;position:absolute;top:var(--rtk-space-2, 8px);right:var(--rtk-space-2, 8px);border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-1000, 255 255 255));overflow:hidden;--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.image .actions .action{height:var(--rtk-space-8, 32px);width:var(--rtk-space-8, 32px);border-radius:var(--rtk-border-radius-none, 0);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.image .actions .action:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.image.loaded img{display:block}.image.loaded .image-spinner{display:none}.image:hover .actions,.image:focus .actions{display:flex}.file{display:flex;align-items:center;gap:var(--rtk-space-1, 4px);padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px);padding-top:var(--rtk-space-1\\.5, 6px);padding-bottom:var(--rtk-space-1\\.5, 6px);border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}.file .file-data{flex:1 1 0%}.file .file-data .name{word-break:break-all;color:rgb(var(--rtk-colors-text-1000, 255 255 255));overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.file .file-data .file-data-split{margin-top:var(--rtk-space-0\\.5, 2px);display:flex;align-items:center;font-size:12px}.file .file-data .file-data-split .ext{margin-right:var(--rtk-space-2, 8px);text-transform:uppercase;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.file .file-data .file-data-split .divider{height:var(--rtk-space-4, 16px);width:var(--rtk-space-0\\.5, 2px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.file .file-data .file-data-split .size{margin-left:var(--rtk-space-2, 8px)}a{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity));text-decoration-line:none}a:hover{text-decoration-line:underline}.new-chat-marker{display:flex;width:100%;align-items:center;gap:var(--rtk-space-2, 8px);--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.new-chat-marker::before{content:'';height:1px;flex:1 1 0%;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / 0.5)}.show-new-messages-ctr{pointer-events:none;display:flex;justify-content:flex-end;padding:var(--rtk-space-3, 12px);z-index:0;margin-top:calc(var(--rtk-space-14, 56px) * -1)}.show-new-messages{pointer-events:auto;--tw-translate-y:calc(var(--rtk-space-6, 24px) * -1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.show-new-messages.active{--tw-translate-y:var(--rtk-space-0, 0px);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}blockquote{margin:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-3, 12px);background-color:transparent}.block-quote,blockquote{--tw-border-spacing-x:1px;--tw-border-spacing-y:1px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);border-top-width:var(--rtk-border-width-none, 0);border-bottom-width:var(--rtk-border-width-none, 0);border-left-width:var(--rtk-border-width-md, 2px);border-right-width:var(--rtk-border-width-none, 0);border-style:solid;border-left-color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));padding:var(--rtk-space-0\\.5, 2px);padding-left:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px) !important;border-radius:var(--rtk-border-radius-sm, 4px);border-top-left-radius:var(--rtk-border-radius-none, 0);border-bottom-left-radius:var(--rtk-border-radius-none, 0)}.link{color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}.align-right .block-quote{border-color:rgb(var(--rtk-colors-text-on-brand-600, var(--rtk-colors-text-600, 255 255 255 / 0.52)));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-bg-opacity))}.align-right .link{color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.align-right .image .actions rtk-icon{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.avatar{display:flex;width:var(--rtk-space-6, 24px)}.avatar rtk-avatar{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px);font-size:10px}.message{width:75%}.left-align .body{margin-top:var(--rtk-space-4, 16px)}.left-align [is-continued] .body{margin-top:var(--rtk-space-0, 0px)}.left-align .body{--tw-translate-x:calc(var(--rtk-space-8, 32px) * -1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}";
17
17
  const RtkChatMessageStyle0 = rtkChatMessageCss;
@@ -105,11 +105,11 @@ const RtkChatMessage = /*@__PURE__*/ proxyCustomElement(class RtkChatMessage ext
105
105
  } })));
106
106
  }
107
107
  render() {
108
- return (h(Host, { key: 'bb57da6f918abbb5ac45ad27918b324e06f5f47d' }, h("div", { key: '3133549cf8398237362d4d10840d4f9c8bdf1768', class: {
108
+ return (h(Host, { key: '358cc92774694c9c31b965f823efd5047685ddd3' }, h("div", { key: '084dbfc81b75420c66f949b9799a60563c39b6b2', class: {
109
109
  'message-wrapper': true,
110
110
  'align-right': this.alignRight,
111
111
  'left-align': this.leftAlign,
112
- }, "is-continued": this.isContinued }, this.renderAvatar(), h("div", { key: '472129bc5b809f989b36d48fd898c9b62a5eddcc', class: {
112
+ }, "is-continued": this.isContinued }, this.renderAvatar(), h("div", { key: 'e3f3490eccdc1550b9232bf70f2d8f6717f2fac4', class: {
113
113
  message: true,
114
114
  'show-on-hover': !this.isTouchDevice(),
115
115
  }, "is-continued": this.isContinued }, this.renderMessage(), this.renderControls()))));
@@ -4,16 +4,16 @@ import { M as MAX_TEXT_LENGTH } from './p-dab9d3d6.js';
4
4
  import { a as gracefulStorage } from './p-a83ccdbd.js';
5
5
  import { S as SyncWithStore } from './p-47c25f64.js';
6
6
  import { d as defineCustomElement$b } from './p-1391bef0.js';
7
- import { d as defineCustomElement$a } from './p-fa7412e2.js';
8
- import { d as defineCustomElement$9 } from './p-7a322c43.js';
9
- import { d as defineCustomElement$8 } from './p-3fa8f1e1.js';
10
- import { d as defineCustomElement$7 } from './p-3d3fa677.js';
7
+ import { d as defineCustomElement$a } from './p-65cd2fe3.js';
8
+ import { d as defineCustomElement$9 } from './p-20290b0b.js';
9
+ import { d as defineCustomElement$8 } from './p-3da4880c.js';
10
+ import { d as defineCustomElement$7 } from './p-e675729a.js';
11
11
  import { d as defineCustomElement$6 } from './p-3b29dda1.js';
12
- import { d as defineCustomElement$5 } from './p-560e7a4f.js';
13
- import { d as defineCustomElement$4 } from './p-b6ee1a32.js';
14
- import { d as defineCustomElement$3 } from './p-68c9100f.js';
15
- import { d as defineCustomElement$2 } from './p-566c1155.js';
16
- import { d as defineCustomElement$1 } from './p-03bdc4c0.js';
12
+ import { d as defineCustomElement$5 } from './p-88bef213.js';
13
+ import { d as defineCustomElement$4 } from './p-0a35a909.js';
14
+ import { d as defineCustomElement$3 } from './p-d3de8b85.js';
15
+ import { d as defineCustomElement$2 } from './p-a94b2e67.js';
16
+ import { d as defineCustomElement$1 } from './p-fa8f6b4a.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;
@@ -3,7 +3,7 @@ import { e as defaultIconPack, h as useLanguage } from './p-7fc0dc2f.js';
3
3
  import { f as formatName, g as getInitials } from './p-efabd2ce.js';
4
4
  import { S as SyncWithStore } from './p-47c25f64.js';
5
5
  import { d as defineCustomElement$2 } from './p-3b29dda1.js';
6
- import { d as defineCustomElement$1 } from './p-b6ee1a32.js';
6
+ import { d as defineCustomElement$1 } from './p-0a35a909.js';
7
7
 
8
8
  const rtkAvatarCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{display:flex;height:var(--rtk-space-32, 128px);width:var(--rtk-space-32, 128px);align-items:center;justify-content:center;font-size:28px;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));overflow:clip;border-radius:9999px;-webkit-user-select:none;-moz-user-select:none;user-select:none}rtk-icon{height:50%;width:50%}.image-ctr{display:flex;height:100%;width:100%;align-items:center;justify-content:center;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}img{height:var(--rtk-space-0, 0px);width:var(--rtk-space-0, 0px);-o-object-fit:cover;object-fit:cover}img.loaded{height:100%;width:100%}.initials{display:flex;height:100%;width:100%;align-items:center;justify-content:center;text-transform:uppercase}.image{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.image img{display:none;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.image img.loaded{display:block}:host([variant='hexagon']){border-radius:var(--rtk-border-radius-none, 0);clip-path:polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%)}:host([variant='square']){border-radius:var(--rtk-border-radius-none, 0);clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}:host([size='sm']){height:var(--rtk-space-14, 56px);width:var(--rtk-space-14, 56px);font-size:12px}:host([size='md']){height:var(--rtk-space-28, 112px);width:var(--rtk-space-28, 112px)}:host([size='lg']){height:var(--rtk-space-32, 128px);width:var(--rtk-space-32, 128px)}";
9
9
  const RtkAvatarStyle0 = rtkAvatarCss;
@@ -5,7 +5,7 @@ import { S as SyncWithStore } from './p-47c25f64.js';
5
5
  import { d as defineCustomElement$4 } from './p-6756b222.js';
6
6
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
7
7
  import { d as defineCustomElement$2 } from './p-7481511c.js';
8
- import { d as defineCustomElement$1 } from './p-2ea7652f.js';
8
+ import { d as defineCustomElement$1 } from './p-e81fc1e8.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;
@@ -2,11 +2,11 @@ import { p as proxyCustomElement, H, h } from './p-c3592601.js';
2
2
  import { c as createDefaultConfig, e as defaultIconPack, h as useLanguage } from './p-7fc0dc2f.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-47c25f64.js';
5
- import { d as defineCustomElement$5 } from './p-b1338b4f.js';
5
+ import { d as defineCustomElement$5 } from './p-f4e75ea9.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-b6ee1a32.js';
9
- import { d as defineCustomElement$1 } from './p-03bdc4c0.js';
8
+ import { d as defineCustomElement$2 } from './p-0a35a909.js';
9
+ import { d as defineCustomElement$1 } from './p-fa8f6b4a.js';
10
10
 
11
11
  const rtkParticipantsStageQueueCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{margin-top:var(--rtk-space-2, 8px);display:flex;width:100%;flex-direction:column;font-size:14px}.stage-requested-participants{margin-bottom:var(--rtk-space-8, 32px)}.stage-requested-participants .bulk-actions{display:flex;gap:var(--rtk-space-2, 8px)}.stage-requested-participants .bulk-actions .accept-all-button{--tw-text-opacity:1;color:rgba(var(--rtk-colors-success, 98 165 4) / var(--tw-text-opacity))}.stage-requested-participants .bulk-actions rtk-button{flex:1 1 0%}h3,.heading-count{margin:var(--rtk-space-0, 0px);display:flex;align-items:center;justify-content:center;padding:var(--rtk-space-0, 0px);font-size:16px;font-weight:400;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));text-align:center}.heading-count{font-size:14px}.participants{margin-top:var(--rtk-space-2, 8px);padding:var(--rtk-space-0, 0px)}.waiting-participant{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px);display:flex;align-items:center}.waiting-participant .participant-details{margin-right:auto;display:flex;align-items:center}.waiting-participant .participant-details rtk-avatar{margin-right:var(--rtk-space-2, 8px);height:var(--rtk-space-8, 32px);width:var(--rtk-space-8, 32px);flex-shrink:0;font-size:14px}.waiting-participant .participant-details .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}@media (min-width: 1080px){.waiting-participant .participant-details .name{max-width:var(--rtk-space-40, 160px)}}.waiting-participant .waitlist-controls{display:flex}.waiting-participant .waitlist-controls rtk-button{margin-left:var(--rtk-space-2, 8px);cursor:pointer;border-radius:var(--rtk-border-radius-sm, 4px)}.waiting-participant .waitlist-controls rtk-icon.accept{--tw-text-opacity:1;color:rgba(var(--rtk-colors-success, 98 165 4) / var(--tw-text-opacity))}.waiting-participant .waitlist-controls rtk-icon.deny{--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}";
12
12
  const RtkParticipantsStageQueueStyle0 = rtkParticipantsStageQueueCss;
@@ -59,7 +59,7 @@ const RtkMenu = /*@__PURE__*/ proxyCustomElement(class RtkMenu extends H {
59
59
  });
60
60
  }
61
61
  render() {
62
- return (h(Host, { key: 'a814ea3dde902a15cb6fb0db8a9c2409c240537f' }, h("span", { key: 'de2447524c6a1787a6b9442ccb9c3d56a33e9f4f', id: "trigger", ref: (el) => (this.triggerEl = el), onClick: () => {
62
+ return (h(Host, { key: 'b019210ff85bde38c61855f8ac38aa8b927aa857' }, h("span", { key: '14f689eed0672642c3a181ee5d197d7a9b5c00a8', 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: 'fb566f431ceca452fad8b564cfb777bc90411a02', name: "trigger" })), h("span", { key: '50b030d301e54677d19cc21dadcec53f566b14cf', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, h("slot", { key: '59ce6c30c39155fec448114fd25752585d95c87d' }))));
71
+ } }, h("slot", { key: 'f1ab2111e0ad309df5b38e4f189d821b8ab50a4a', name: "trigger" })), h("span", { key: 'ec03b8c7ff60dd21dce3bc1f9b473ab59ec37ace', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, h("slot", { key: 'bc05fba324ccf4360340b070c8d4f3723a72cf6e' }))));
72
72
  }
73
73
  static get style() { return RtkMenuStyle0; }
74
74
  }, [1, "rtk-menu", {
@@ -104,7 +104,7 @@ const RtkMenu = /*@__PURE__*/ proxyCustomElement(class RtkMenu extends H {
104
104
  });
105
105
  }
106
106
  render() {
107
- return (h(Host, { key: 'cee2142cb6afa3e002b614bd3dd18b710b749ac1' }, h("span", { key: '4ba5b4777592afc8eb0ae14b50e5ebbfbb43bd1f', part: "trigger", id: "trigger", ref: (el) => (this.triggerEl = el) }, h("slot", { key: 'fa1ecc3998424e21444324bf4b5c90d6891ab03f' })), h("div", { key: '39306bb13f784942525e0b8b203406512253be3d', part: "tooltip", class: "tooltip", id: "tooltip", role: "tooltip", ref: (el) => (this.tooltipEl = el) }, h("div", { key: 'd5bd2ca0781605c1ffe4cbeb1ade65430aed6691', id: "arrow", ref: (el) => (this.arrowEl = el), part: "arrow" }), this.label, h("slot", { key: 'c80c860e2c9cdcbe3c0e0ec97b8f4cd9c99abb78', name: "tooltip" }))));
107
+ return (h(Host, { key: '32f792b447497e62bc776085657de62b8d6213bf' }, h("span", { key: '96f014373662e86cadb00d5a0b981246d3a7cac4', part: "trigger", id: "trigger", ref: (el) => (this.triggerEl = el) }, h("slot", { key: '218a47538fad33071c2ed20d83610b36e8c5a8f4' })), h("div", { key: 'c338da352126320e70333ad8ae814667e53dc5b4', part: "tooltip", class: "tooltip", id: "tooltip", role: "tooltip", ref: (el) => (this.tooltipEl = el) }, h("div", { key: 'bd0fe7c880bf999ba565959e84cc78412d008fb7', id: "arrow", ref: (el) => (this.arrowEl = el), part: "arrow" }), this.label, h("slot", { key: '67fcc99de5f9db145ce832b7eb46aa0e587ed101', name: "tooltip" }))));
108
108
  }
109
109
  static get watchers() { return {
110
110
  "open": ["openChanged"]
@@ -1,14 +1,14 @@
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, I as resetRoomCount, B as BreakoutRoomsManager, H as participantIdentifier } from './p-7fc0dc2f.js';
3
3
  import { S as SyncWithStore } from './p-47c25f64.js';
4
- import { d as defineCustomElement$8 } from './p-b1338b4f.js';
5
- import { d as defineCustomElement$7 } from './p-b397a600.js';
6
- import { d as defineCustomElement$6 } from './p-e732b5ee.js';
4
+ import { d as defineCustomElement$8 } from './p-f4e75ea9.js';
5
+ import { d as defineCustomElement$7 } from './p-4d582a90.js';
6
+ import { d as defineCustomElement$6 } from './p-2f82e0b0.js';
7
7
  import { d as defineCustomElement$5 } from './p-1391bef0.js';
8
- import { d as defineCustomElement$4 } from './p-2508ac98.js';
8
+ import { d as defineCustomElement$4 } from './p-b34865c7.js';
9
9
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
10
- import { d as defineCustomElement$2 } from './p-b6ee1a32.js';
11
- import { d as defineCustomElement$1 } from './p-03bdc4c0.js';
10
+ import { d as defineCustomElement$2 } from './p-0a35a909.js';
11
+ import { d as defineCustomElement$1 } from './p-fa8f6b4a.js';
12
12
 
13
13
  const rtkBreakoutRoomsManagerCss = ":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)}.color-brand{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.color-danger{--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}.loading-content{height:var(--rtk-space-60, 240px);width:var(--rtk-space-96, 384px);padding:var(--rtk-space-9, 36px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));display:flex;align-items:center;justify-content:center}.room-config{overflow:hidden;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-96, 384px);padding-left:var(--rtk-space-9, 36px);padding-right:var(--rtk-space-9, 36px);padding-top:var(--rtk-space-10, 40px);padding-bottom:var(--rtk-space-10, 40px)}header{margin-bottom:var(--rtk-space-8, 32px);display:flex;align-items:center;gap:var(--rtk-space-2, 8px);font-size:24px;font-weight:600}header rtk-icon{height:var(--rtk-space-7, 28px);width:var(--rtk-space-7, 28px)}.create-room{margin-bottom:var(--rtk-space-4, 16px);display:flex;align-items:center;gap:var(--rtk-space-3, 12px);width:100%}.create-room p{margin:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-1, 4px);font-size:16px}.distribution-hint{margin-bottom:var(--rtk-space-8, 32px);font-size:14px;font-weight:400;color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}.distribution-hint em{font-style:normal;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}footer{display:flex;flex-direction:row;vertical-align:middle;justify-content:center}footer rtk-button{width:100%;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}label{margin-bottom:var(--rtk-space-3, 12px);font-weight:400;color:rgb(var(--rtk-colors-text-1000, 255 255 255));opacity:0.4}.participant-config-wrapper{width:850px;min-height:595px;max-width:100%;max-height:100%;border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));display:flex;flex-direction:column}.participant-config-actions{display:flex;justify-content:space-between;padding-left:var(--rtk-space-8, 32px);padding-right:var(--rtk-space-8, 32px);padding-top:var(--rtk-space-5, 20px);padding-bottom:var(--rtk-space-5, 20px);border-bottom-right-radius:var(--rtk-border-radius-md, 8px);border-bottom-left-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))}.participant-config{display:flex;flex-grow:1;flex-direction:row;overflow:hidden}aside{box-sizing:border-box;display:flex;width:var(--rtk-space-96, 384px);flex-grow:1;flex-direction:column;padding-left:var(--rtk-space-8, 32px);padding-right:var(--rtk-space-4, 16px);border-right-width:var(--rtk-border-width-sm, 1px);border-top-width:var(--rtk-border-width-none, 0);border-bottom-width:var(--rtk-border-width-none, 0);border-left-width:var(--rtk-border-width-none, 0);border-style:solid;--tw-border-opacity:1;border-right-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-border-opacity))}aside header{margin-bottom:var(--rtk-space-4, 16px);width:100%;padding-left:var(--rtk-space-0, 0px);padding-right:var(--rtk-space-0, 0px);padding-top:var(--rtk-space-8, 32px);font-size:20px;font-weight:500;line-height:2rem}.shuffle-button{display:flex;flex-direction:row;align-items:center}.shuffle-button rtk-icon{height:var(--rtk-space-8, 32px)}.participants-assign-actions{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:14px;padding-left:var(--rtk-space-8, 32px);padding-right:var(--rtk-space-2, 8px);margin-left:calc(var(--rtk-space-8, 32px) * -1);margin-right:calc(var(--rtk-space-4, 16px) * -1);padding-top:var(--rtk-space-0\\.5, 2px);padding-bottom:var(--rtk-space-0\\.5, 2px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity))}.participants-assign-actions .deselect-button{height:var(--rtk-space-6, 24px)}.participants-assign-actions .deselect-button:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity))}.assign-rooms{padding:var(--rtk-space-8, 32px);display:flex;width:100%;flex-direction:column}.assign-rooms .disabled{opacity:0.2}.assign-rooms .back{display:flex;cursor:pointer;flex-direction:row;align-items:center;justify-content:flex-start;padding:var(--rtk-space-4, 16px);padding-bottom:var(--rtk-space-0, 0px);font-size:14px;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}.assign-rooms .back rtk-icon{height:var(--rtk-space-5, 20px)}.assign-rooms .row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rtk-space-3, 12px);margin-bottom:var(--rtk-space-4, 16px);font-size:14px}.assign-rooms .row-header{margin:var(--rtk-space-0, 0px);font-size:16px;line-height:2rem}.assign-rooms .cta-buttons{display:flex;align-items:center;justify-content:flex-start;gap:var(--rtk-space-2, 8px)}.assign-rooms .cta-buttons rtk-button div{display:flex;flex-direction:row;align-items:center}.assign-rooms .cta-buttons rtk-button div rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px)}.rooms{margin-bottom:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-1, 4px);display:flex;flex-grow:1;flex-direction:column;gap:var(--rtk-space-2, 8px);overflow-y:auto;max-height:500px}.rooms::-webkit-scrollbar{width:var(--rtk-space-1\\.5, 6px);border-radius:var(--rtk-border-radius-sm, 4px)}.rooms::-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))}.rooms::-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))}.breakout-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:var(--rtk-space-2, 8px)}.breakout-actions .start-breakout-button{color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.breakout-actions .close-breakout-button{color:rgb(var(--rtk-colors-text-1000, 255 255 255));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-bg-opacity))}.breakout-actions .update-breakout-button{background-color:transparent;--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity));border-width:var(--rtk-border-width-sm, 1px);border-style:solid;--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-border-opacity))}.status-bar{display:flex;align-items:center;font-size:14px;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64));width:var(--rtk-space-80, 320px)}.ephemeral-status{--tw-text-opacity:1;color:rgba(var(--rtk-colors-success, 98 165 4) / var(--tw-text-opacity))}.ephemeral-status rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px)}.room-switcher-container{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));width:468px;padding:var(--rtk-space-8, 32px)}.add-room-jumbo-btn div{display:flex;align-items:center;gap:var(--rtk-space-1, 4px);font-size:14px;--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.add-room-jumbo-btn div rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px)}.br-primary-btn:not([disabled]){--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.br-primary-btn:not([disabled]):hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-600, 13 81 253) / var(--tw-bg-opacity))}.br-secondary-btn:not([disabled]){--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.br-secondary-btn:not([disabled]):hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}";
14
14
  const RtkBreakoutRoomsManagerStyle0 = rtkBreakoutRoomsManagerCss;
@@ -3,12 +3,12 @@ import { f as formatDateTime, e as elapsedDuration } from './p-382270d8.js';
3
3
  import { S as SyncWithStore } from './p-47c25f64.js';
4
4
  import { e as defaultIconPack } from './p-7fc0dc2f.js';
5
5
  import './p-a83ccdbd.js';
6
- import { d as defineCustomElement$6 } from './p-b1338b4f.js';
6
+ import { d as defineCustomElement$6 } from './p-f4e75ea9.js';
7
7
  import { d as defineCustomElement$5 } from './p-3b29dda1.js';
8
- import { d as defineCustomElement$4 } from './p-4b542718.js';
9
- import { d as defineCustomElement$3 } from './p-fc21299d.js';
10
- import { d as defineCustomElement$2 } from './p-c07e3e6d.js';
11
- import { d as defineCustomElement$1 } from './p-b6ee1a32.js';
8
+ import { d as defineCustomElement$4 } from './p-f8f5cb31.js';
9
+ import { d as defineCustomElement$3 } from './p-a6296b02.js';
10
+ import { d as defineCustomElement$2 } from './p-080acf18.js';
11
+ import { d as defineCustomElement$1 } from './p-0a35a909.js';
12
12
 
13
13
  const rtkMessageViewCss = ":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{max-width:var(--rtk-space-96, 384px)}.message-wrapper{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:var(--rtk-space-2, 8px)}.message-wrapper.incoming{flex-direction:row}.message{display:flex;flex-direction:column;align-items:flex-end}.incoming .message{display:flex;flex-direction:column;align-items:flex-start}.header{margin-top:var(--rtk-space-1, 4px);margin-bottom:var(--rtk-space-1, 4px);align-self:flex-end;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));font-size:12px;font-weight:600}.incoming .header{align-self:flex-start}.body{display:flex;flex-direction:column;min-width:var(--rtk-space-24, 96px);font-family:var(--rtk-font-family, sans-serif);color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));font-size:14px;line-height:1.375;position:relative}.bubble{max-width:90%;padding:var(--rtk-space-2, 8px);border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-brand-600, 13 81 253) / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));border-radius:var(--rtk-border-radius-md, 8px)}.incoming .bubble{--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-800, 30 30 30) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}.metadata{margin-top:var(--rtk-space-2, 8px);align-self:flex-end;font-size:10px;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}.avatar{display:none}rtk-menu{position:absolute;right:var(--rtk-space-0, 0px);top:var(--rtk-space-0, 0px);border-radius:var(--rtk-border-radius-lg, 12px)}rtk-menu rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);cursor:pointer}.actions{display:flex;align-items:center;justify-content:center;padding-left:var(--rtk-space-2, 8px);padding-bottom:var(--rtk-space-2, 8px);padding-top:var(--rtk-space-1, 4px);padding-right:var(--rtk-space-1, 4px);border-radius:var(--rtk-border-radius-md, 8px);border-width:var(--rtk-border-width-none, 0);border-style:none;background:radial-gradient(\n at top right,\n rgb(var(--rtk-colors-brand-300, 73 124 253)) 60%,\n rgba(255, 255, 255, 0) 80%\n )}.actions rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.incoming .actions{background:radial-gradient(\n at top right,\n rgb(var(--rtk-colors-background-800, 30 30 30)) 60%,\n rgba(255, 255, 255, 0) 80%\n )}.incoming .actions rtk-icon{color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}.incoming rtk-avatar{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}@media (min-width: 400px){.avatar{display:flex;width:var(--rtk-space-6, 24px)}.avatar rtk-avatar{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px);font-size:10px;overflow:clip;border-radius:9999px}}@media (hover: hover){rtk-menu{visibility:hidden}.body:hover rtk-menu{visibility:visible}}";
14
14
  const RtkMessageViewStyle0 = rtkMessageViewCss;
@@ -1,9 +1,9 @@
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-7fc0dc2f.js';
3
3
  import { S as SyncWithStore } from './p-47c25f64.js';
4
- import { d as defineCustomElement$4 } from './p-2590f470.js';
4
+ import { d as defineCustomElement$4 } from './p-6c2cfa0d.js';
5
5
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
6
- import { d as defineCustomElement$2 } from './p-b6ee1a32.js';
6
+ import { d as defineCustomElement$2 } from './p-0a35a909.js';
7
7
 
8
8
  const rtkAiToggleCss = ":host{display:block}:host([data-hidden]){display:none}";
9
9
  const RtkAiToggleStyle0 = rtkAiToggleCss;
@@ -1,4 +1,4 @@
1
- import { R as RtkAiTranscriptions$1, d as defineCustomElement$1 } from './p-024ef28a.js';
1
+ import { R as RtkAiTranscriptions$1, d as defineCustomElement$1 } from './p-563c785d.js';
2
2
 
3
3
  const RtkAiTranscriptions = RtkAiTranscriptions$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,7 +1,7 @@
1
1
  import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-c3592601.js';
2
2
  import { c as createDefaultConfig, e as defaultIconPack, h as useLanguage } from './p-7fc0dc2f.js';
3
3
  import { S as SyncWithStore } from './p-47c25f64.js';
4
- import { d as defineCustomElement$4 } from './p-024ef28a.js';
4
+ import { d as defineCustomElement$4 } from './p-563c785d.js';
5
5
  import { d as defineCustomElement$3 } from './p-1391bef0.js';
6
6
  import { d as defineCustomElement$2 } from './p-3b29dda1.js';
7
7
 
@@ -88,7 +88,7 @@ const RtkAudioGrid$1 = /*@__PURE__*/ proxyCustomElement(class RtkAudioGrid exten
88
88
  }
89
89
  render() {
90
90
  const onStage = this.activeParticipants.concat(this.onStageParticipants);
91
- return (h(Host, { key: '9abf98e115b0c6904fd970c39880101fab2c637c' }, h("div", { key: 'dba672bd5cdd108629802028080eef8d1fb3afd6', class: "content scrollbar" }, h("div", { key: '21fc5e7ac8a6226b35695960f8f4b92a227344b5', class: "stage grid" }, this.renderGrid(onStage)), this.offStageParticipants.length > 0 && (h("div", { key: '6aee7d64d2af6e4435c5e552e24d7a3dc12847f8', class: "waitlist-area" }, h("div", { key: 'e84f6038cc0071062b9d5d033848739bdb1cc971', class: "listening-title" }, this.offStageParticipants.length, " ", this.t('grid.listening')), h("div", { key: 'd6d5cdd233847dca6902a4c0158be110b36b1c76', class: "waitlist-grid grid" }, this.renderGrid(this.offStageParticipants))))), h("slot", { key: '03aee180fdfdf0a8391e31cc2e943173fb06bcc0' })));
91
+ return (h(Host, { key: '545ff0d94e5d8cb5604279fd22b47d2c9c30ff96' }, h("div", { key: 'cbf5012d5087b84eddfad9e17fad50e3470ebb47', class: "content scrollbar" }, h("div", { key: '2a513b6542719648450701770638cba13700b8bb', class: "stage grid" }, this.renderGrid(onStage)), this.offStageParticipants.length > 0 && (h("div", { key: '1ac6c830743816da172504c156492a0b834cdb7b', class: "waitlist-area" }, h("div", { key: 'dfff80aece14434a905e16c28df55c91a865481e', class: "listening-title" }, this.offStageParticipants.length, " ", this.t('grid.listening')), h("div", { key: 'e0e6c644fb313b688b5e3cb77082ac29ae54b1d0', class: "waitlist-grid grid" }, this.renderGrid(this.offStageParticipants))))), h("slot", { key: 'fd4bab6e6ceeb733e1aa10d7e2f5388fa67a097f' })));
92
92
  }
93
93
  get host() { return this; }
94
94
  static get watchers() { return {
@@ -3,10 +3,10 @@ import { e as defaultIconPack, h as useLanguage } from './p-7fc0dc2f.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { h as hark } from './p-3f882e7c.js';
5
5
  import { S as SyncWithStore } from './p-47c25f64.js';
6
- import { d as defineCustomElement$5 } from './p-b1338b4f.js';
6
+ import { d as defineCustomElement$5 } from './p-f4e75ea9.js';
7
7
  import { d as defineCustomElement$4 } from './p-3b29dda1.js';
8
8
  import { d as defineCustomElement$3 } from './p-afe77b50.js';
9
- import { d as defineCustomElement$2 } from './p-b6ee1a32.js';
9
+ import { d as defineCustomElement$2 } from './p-0a35a909.js';
10
10
 
11
11
  const rtkAudioTileCss = ":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;display:flex;flex-direction:column}.avatar-ctr{box-sizing:border-box;width:100%;flex:1 1 0%;padding:var(--rtk-space-1\\.5, 6px);border:2px solid transparent;border-radius:calc(var(--rtk-border-radius-xl, 40px) + var(--rtk-space-1\\.5, 6px))}.avatar-ctr.speaking{--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-border-opacity));transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.bar-0{box-shadow:none}.bar-1{box-shadow:0 0 4px rgb(var(--rtk-colors-brand-500, 33 96 253))}.bar-2{box-shadow:0 0 8px rgb(var(--rtk-colors-brand-500, 33 96 253))}.bar-3{box-shadow:0 0 16px 1px rgb(var(--rtk-colors-brand-500, 33 96 253))}.bar-4{box-shadow:0 0 20px 3px rgb(var(--rtk-colors-brand-500, 33 96 253))}.bar-5{box-shadow:0 0 24px 6px rgb(var(--rtk-colors-brand-500, 33 96 253))}rtk-avatar{aspect-ratio:1 / 1;height:100%;width:100%;position:relative;border-radius:var(--rtk-border-radius-xl, 40px)}rtk-name-tag{display:block;height:var(--rtk-space-10, 40px);width:100%;text-align:center;line-height:2.5rem}:host([size='sm']) .avatar-ctr{border-radius:calc(var(--rtk-border-radius-lg, 12px) + var(--rtk-space-1\\.5, 6px))}:host([size='sm']) rtk-name-tag{height:var(--rtk-space-7, 28px);line-height:1.75rem}:host([size='sm']) rtk-avatar{border-radius:var(--rtk-border-radius-lg, 12px)}.mic-icon{position:absolute;bottom:calc(var(--rtk-space-1, 4px) * -1);right:calc(var(--rtk-space-1, 4px) * -1);border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity));padding:var(--rtk-space-2, 8px);color:rgb(var(--rtk-colors-text-1000, 255 255 255));--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.mic-icon rtk-icon{height:var(--rtk-space-7, 28px);width:var(--rtk-space-7, 28px)}:host([size='sm']) .mic-icon rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px)}:host([size='md']) .mic-icon rtk-icon{height:var(--rtk-space-5, 20px);width:var(--rtk-space-5, 20px)}";
12
12
  const RtkAudioTileStyle0 = rtkAudioTileCss;
@@ -1,4 +1,4 @@
1
- import { R as RtkAvatar$1, d as defineCustomElement$1 } from './p-b1338b4f.js';
1
+ import { R as RtkAvatar$1, d as defineCustomElement$1 } from './p-f4e75ea9.js';
2
2
 
3
3
  const RtkAvatar = RtkAvatar$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkBreakoutRoomManager$1, d as defineCustomElement$1 } from './p-b397a600.js';
1
+ import { R as RtkBreakoutRoomManager$1, d as defineCustomElement$1 } from './p-4d582a90.js';
2
2
 
3
3
  const RtkBreakoutRoomManager = RtkBreakoutRoomManager$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkBreakoutRoomParticipants$1, d as defineCustomElement$1 } from './p-e732b5ee.js';
1
+ import { R as RtkBreakoutRoomParticipants$1, d as defineCustomElement$1 } from './p-2f82e0b0.js';
2
2
 
3
3
  const RtkBreakoutRoomParticipants = RtkBreakoutRoomParticipants$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkBreakoutRoomsManager$1, d as defineCustomElement$1 } from './p-9c2c0760.js';
1
+ import { R as RtkBreakoutRoomsManager$1, d as defineCustomElement$1 } from './p-fd68a52b.js';
2
2
 
3
3
  const RtkBreakoutRoomsManager = RtkBreakoutRoomsManager$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,9 +1,9 @@
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, J as canToggleBreakout } from './p-7fc0dc2f.js';
3
3
  import { S as SyncWithStore } from './p-47c25f64.js';
4
- import { d as defineCustomElement$4 } from './p-2590f470.js';
4
+ import { d as defineCustomElement$4 } from './p-6c2cfa0d.js';
5
5
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
6
- import { d as defineCustomElement$2 } from './p-b6ee1a32.js';
6
+ import { d as defineCustomElement$2 } from './p-0a35a909.js';
7
7
 
8
8
  const rtkBreakoutRoomsToggleCss = ":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 RtkBreakoutRoomsToggleStyle0 = rtkBreakoutRoomsToggleCss;
@@ -1,4 +1,4 @@
1
- import { R as RtkBroadcastMessageModal$1, d as defineCustomElement$1 } from './p-498c01a6.js';
1
+ import { R as RtkBroadcastMessageModal$1, d as defineCustomElement$1 } from './p-395d7140.js';
2
2
 
3
3
  const RtkBroadcastMessageModal = RtkBroadcastMessageModal$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,10 +1,10 @@
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-7fc0dc2f.js';
3
3
  import { S as SyncWithStore } from './p-47c25f64.js';
4
- import { d as defineCustomElement$5 } from './p-2590f470.js';
4
+ import { d as defineCustomElement$5 } from './p-6c2cfa0d.js';
5
5
  import { d as defineCustomElement$4 } from './p-3b29dda1.js';
6
- import { d as defineCustomElement$3 } from './p-b6ee1a32.js';
7
- import { d as defineCustomElement$2 } from './p-03bdc4c0.js';
6
+ import { d as defineCustomElement$3 } from './p-0a35a909.js';
7
+ import { d as defineCustomElement$2 } from './p-fa8f6b4a.js';
8
8
 
9
9
  const rtkCameraToggleCss = ":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 RtkCameraToggleStyle0 = rtkCameraToggleCss;
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-
2
2
  import { c as createDefaultConfig, e as defaultIconPack, h as useLanguage } from './p-7fc0dc2f.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-47c25f64.js';
5
- import { d as defineCustomElement$4 } from './p-2590f470.js';
5
+ import { d as defineCustomElement$4 } from './p-6c2cfa0d.js';
6
6
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
7
- import { d as defineCustomElement$2 } from './p-b6ee1a32.js';
7
+ import { d as defineCustomElement$2 } from './p-0a35a909.js';
8
8
 
9
9
  const rtkCaptionToggleCss = ":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}";
10
10
  const RtkCaptionToggleStyle0 = rtkCaptionToggleCss;
@@ -2,10 +2,10 @@ import { p as proxyCustomElement, H, d as createEvent, w as writeTask, f as forc
2
2
  import { h as useLanguage, e as defaultIconPack } from './p-7fc0dc2f.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-47c25f64.js';
5
- import { d as defineCustomElement$5 } from './p-b1338b4f.js';
5
+ import { d as defineCustomElement$5 } from './p-f4e75ea9.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-b6ee1a32.js';
8
+ import { d as defineCustomElement$2 } from './p-0a35a909.js';
9
9
 
10
10
  const rtkChannelCreatorCss = ":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-96, 384px);padding-left:var(--rtk-space-9, 36px);padding-right:var(--rtk-space-9, 36px);padding-top:var(--rtk-space-10, 40px);padding-bottom:var(--rtk-space-10, 40px)}header{margin-bottom:var(--rtk-space-8, 32px);display:flex;align-items:center;gap:var(--rtk-space-2, 8px);font-size:24px;font-weight:600}.channel-name-input{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-1000, 255 255 255));border-radius:var(--rtk-border-radius-sm, 4px);border-width:var(--rtk-border-width-none, 0);border-style:none;padding:var(--rtk-space-3, 12px);font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.25;outline:2px solid transparent;outline-offset:2px}.channel-name-input:focus{outline-width:2px;outline-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / 0.5)}footer{margin-top:var(--rtk-space-5, 20px);display:flex;justify-content:flex-end}.member{display:flex;align-items:center;gap:var(--rtk-space-1, 4px);padding:var(--rtk-space-2, 8px)}.member rtk-avatar{height:var(--rtk-space-5, 20px);width:var(--rtk-space-5, 20px);font-size:14px;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.input-container{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.25;outline:2px solid transparent;outline-offset:2px;outline-width:2px;outline-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / 0.5);border-radius:var(--rtk-border-radius-sm, 4px)}.input-container .members{margin:var(--rtk-space-0, 0px);max-height:var(--rtk-space-28, 112px);border-radius:var(--rtk-border-radius-sm, 4px);padding:var(--rtk-space-2, 8px);list-style-type:none;display:flex;flex-wrap:wrap;gap:var(--rtk-space-1, 4px);cursor:text;font-size:16px;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));overflow-y:auto;min-height:var(--rtk-space-7, 28px)}.input-container .pill{display:flex;align-items:center;gap:var(--rtk-space-1, 4px);border-radius:var(--rtk-border-radius-sm, 4px);padding:var(--rtk-space-2, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.input-container .pill rtk-avatar{height:var(--rtk-space-5, 20px);width:var(--rtk-space-5, 20px);font-size:14px;color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.input-container .pill span{max-width:var(--rtk-space-32, 128px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input-container .pill rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);cursor:pointer}.input-container input{width:var(--rtk-space-24, 96px);border-radius:var(--rtk-border-radius-sm, 4px);border-width:var(--rtk-border-width-none, 0);border-style:none;padding:var(--rtk-space-1, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-1000, 255 255 255));outline:2px solid transparent;outline-offset:2px;font-size:16px;line-height:1.25rem}.input-container input.wide-input{width:100%}.search-results{margin:var(--rtk-space-0, 0px);margin-top:var(--rtk-space-1, 4px);max-height:var(--rtk-space-28, 112px);width:100%;padding:var(--rtk-space-0, 0px);position:absolute;list-style-type:none;overflow-y:auto;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));border-radius:var(--rtk-border-radius-md, 8px);--tw-border-spacing-x:var(--rtk-space-2, 8px);--tw-border-spacing-y:var(--rtk-space-2, 8px);border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);border-style:solid;border-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / 0.5)}.search-results .member{cursor:pointer}.search-results .member rtk-avatar{color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.search-results .member:hover,.search-results .member.selected{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-700, 2 70 253) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}";
11
11
  const RtkChannelCreatorStyle0 = rtkChannelCreatorCss;
@@ -146,9 +146,9 @@ const RtkChannelCreator$1 = /*@__PURE__*/ proxyCustomElement(class RtkChannelCre
146
146
  (_a = this.inputTextRef) === null || _a === void 0 ? void 0 : _a.focus();
147
147
  }
148
148
  render() {
149
- return (h(Host, { key: 'b0d6ee605e9b523d53bcc616d2e91569f25eefb8' }, h("header", { key: '95a37537138ddd6069f445d956bb2fc40d211e0a' }, this.step === 1 ? this.t('chat.new_channel') : this.t('chat.add_members')), this.step === 1 && (h("input", { key: '0a91dd51ebddb6d7d153f3650b441b475016941b', class: "channel-name-input", type: "text", placeholder: this.t('chat.channel_name'), ref: (el) => (this.inputTextRef = el), onInput: (e) => {
149
+ return (h(Host, { key: '5d65768a72c0769857b7d817d0b555d50a5645a5' }, h("header", { key: 'f8826c58072d2ddb73ed61a1813bf62b85cb9bc8' }, this.step === 1 ? this.t('chat.new_channel') : this.t('chat.add_members')), this.step === 1 && (h("input", { key: '2bad468b946a896cb28a6206d5650c1b0192f9f9', class: "channel-name-input", type: "text", placeholder: this.t('chat.channel_name'), ref: (el) => (this.inputTextRef = el), onInput: (e) => {
150
150
  this.channelName = e.target.value.trim();
151
- } })), this.step === 2 && this.renderMemberSelector(), h("footer", { key: '18e65d42174a88f7ef34bce3d8ab60ee7a052606' }, h("rtk-button", { key: 'b83ad46229d783ad642b8ae0293f93936353f99c', kind: "button", size: "lg", disabled: this.channelName.length === 0, onClick: this.onClickHandler }, this.step === 1 ? this.t('chat.add_members') : this.t('create')))));
151
+ } })), this.step === 2 && this.renderMemberSelector(), h("footer", { key: 'd23db51c427fa67f67cc11514e241d052eb376fe' }, h("rtk-button", { key: '5031f53ed0dc632d3e778f0ecaefb0165b74d74d', kind: "button", size: "lg", disabled: this.channelName.length === 0, onClick: this.onClickHandler }, this.step === 1 ? this.t('chat.add_members') : this.t('create')))));
152
152
  }
153
153
  get $el() { return this; }
154
154
  static get style() { return RtkChannelCreatorStyle0; }
@@ -1,4 +1,4 @@
1
- import { R as RtkChannelDetails$1, d as defineCustomElement$1 } from './p-724074c4.js';
1
+ import { R as RtkChannelDetails$1, d as defineCustomElement$1 } from './p-adf73364.js';
2
2
 
3
3
  const RtkChannelDetails = RtkChannelDetails$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -2,13 +2,13 @@ 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-7fc0dc2f.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-47c25f64.js';
5
- import { d as defineCustomElement$8 } from './p-b1338b4f.js';
5
+ import { d as defineCustomElement$8 } from './p-f4e75ea9.js';
6
6
  import { d as defineCustomElement$7 } from './p-1391bef0.js';
7
- import { d as defineCustomElement$6 } from './p-724074c4.js';
7
+ import { d as defineCustomElement$6 } from './p-adf73364.js';
8
8
  import { d as defineCustomElement$5 } from './p-c515acba.js';
9
9
  import { d as defineCustomElement$4 } from './p-3b29dda1.js';
10
- import { d as defineCustomElement$3 } from './p-b6ee1a32.js';
11
- import { d as defineCustomElement$2 } from './p-03bdc4c0.js';
10
+ import { d as defineCustomElement$3 } from './p-0a35a909.js';
11
+ import { d as defineCustomElement$2 } from './p-fa8f6b4a.js';
12
12
 
13
13
  const rtkChannelHeaderCss = "header{box-sizing:border-box;height:var(--rtk-space-16, 64px);width:100%;padding:var(--rtk-space-4, 16px);display:flex;justify-content:space-between;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));border-left-width:var(--rtk-border-width-none, 0);border-right-width:var(--rtk-border-width-none, 0);border-bottom-width:var(--rtk-border-width-sm, 1px);border-top-width:var(--rtk-border-width-none, 0);border-style:solid;--tw-border-opacity:1;border-bottom-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-border-opacity))}header.searching{justify-content:flex-end}header.searching .channel-details{display:none}header .channel-details{display:flex;flex-grow:1;flex-direction:column;justify-content:center;height:var(--rtk-space-9, 36px);width:var(--rtk-space-1, 4px)}header .channel-details .name{font-weight:500}header .channel-details .members{margin-top:var(--rtk-space-0\\.5, 2px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}header .channel-tools{display:flex;flex-shrink:0;justify-content:flex-end;gap:var(--rtk-space-1, 4px);min-width:var(--rtk-space-24, 96px)}header .channel-tools rtk-tooltip{height:var(--rtk-space-8, 32px);width:var(--rtk-space-10, 40px);display:flex}header .search-input{height:var(--rtk-space-8, 32px);width:var(--rtk-space-48, 192px);padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px);border-width:var(--rtk-border-width-none, 0);border-style:none;outline:2px solid transparent;outline-offset:2px;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));color:rgb(var(--rtk-colors-text-1000, 255 255 255))}header .name{font-size:16px}header .br-primary-btn{background-color:transparent}header .br-primary-btn:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}@media (orientation: landscape) and (min-width: 400px){header.searching .channel-details{display:flex}}.back-btn{margin-right:var(--rtk-space-3, 12px)}";
14
14
  const RtkChannelHeaderStyle0 = rtkChannelHeaderCss;