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

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