@cloudflare/realtimekit-ui 1.1.0-staging.3 → 1.1.0-staging.4

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 (383) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/realtimekit-ui.cjs.js +1 -1
  4. package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +1 -1
  5. package/dist/cjs/rtk-audio-grid.cjs.entry.js +1 -1
  6. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +1 -1
  7. package/dist/cjs/rtk-avatar_24.cjs.entry.js +44 -34
  8. package/dist/cjs/rtk-breakout-room-manager_3.cjs.entry.js +4 -4
  9. package/dist/cjs/rtk-breakout-rooms-manager_9.cjs.entry.js +9 -9
  10. package/dist/cjs/rtk-channel-creator.cjs.entry.js +2 -2
  11. package/dist/cjs/rtk-channel-details.cjs.entry.js +1 -1
  12. package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +2 -2
  13. package/dist/cjs/rtk-chat-message.cjs.entry.js +2 -2
  14. package/dist/cjs/rtk-chat-messages-ui.cjs.entry.js +3 -3
  15. package/dist/cjs/rtk-chat-search-results.cjs.entry.js +1 -1
  16. package/dist/cjs/rtk-clock.cjs.entry.js +3 -3
  17. package/dist/cjs/rtk-controlbar.cjs.entry.js +1 -1
  18. package/dist/cjs/rtk-debugger-toggle.cjs.entry.js +1 -1
  19. package/dist/cjs/rtk-file-dropzone.cjs.entry.js +1 -1
  20. package/dist/cjs/rtk-file-message_3.cjs.entry.js +8 -8
  21. package/dist/cjs/rtk-header.cjs.entry.js +1 -1
  22. package/dist/cjs/rtk-idle-screen.cjs.entry.js +1 -1
  23. package/dist/cjs/rtk-image-viewer.cjs.entry.js +1 -1
  24. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +1 -1
  25. package/dist/cjs/rtk-leave-button.cjs.entry.js +1 -1
  26. package/dist/cjs/rtk-message-list-view.cjs.entry.js +3 -3
  27. package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
  28. package/dist/cjs/rtk-name-tag.cjs.entry.js +1 -1
  29. package/dist/cjs/rtk-notification.cjs.entry.js +2 -2
  30. package/dist/cjs/rtk-participant-setup.cjs.entry.js +2 -2
  31. package/dist/cjs/rtk-participant_2.cjs.entry.js +14 -14
  32. package/dist/cjs/rtk-participants-audio.cjs.entry.js +1 -1
  33. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +1 -1
  34. package/dist/cjs/rtk-plugins_2.cjs.entry.js +4 -4
  35. package/dist/cjs/rtk-poll_2.cjs.entry.js +3 -3
  36. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +1 -1
  37. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +5 -5
  38. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +1 -1
  39. package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +2 -2
  40. package/dist/cjs/rtk-stage.cjs.entry.js +1 -1
  41. package/dist/cjs/rtk-transcript.cjs.entry.js +1 -1
  42. package/dist/cjs/rtk-waiting-screen.cjs.entry.js +1 -1
  43. package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.js +1 -1
  44. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.js +1 -1
  45. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.js +2 -2
  46. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +2 -2
  47. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.js +2 -2
  48. package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +1 -1
  49. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +2 -2
  50. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.css +29 -29
  51. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.js +2 -2
  52. package/dist/collection/components/rtk-chat/rtk-chat.css +45 -8
  53. package/dist/collection/components/rtk-chat/rtk-chat.js +15 -7
  54. package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +2 -2
  55. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +3 -3
  56. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +3 -3
  57. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +1 -1
  58. package/dist/collection/components/rtk-clock/rtk-clock.js +3 -3
  59. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.js +1 -1
  60. package/dist/collection/components/rtk-controlbar/rtk-controlbar.js +1 -1
  61. package/dist/collection/components/rtk-counter/rtk-counter.js +2 -2
  62. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.js +1 -1
  63. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.js +1 -1
  64. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.js +1 -1
  65. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.js +1 -1
  66. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.js +1 -1
  67. package/dist/collection/components/rtk-file-message/rtk-file-message.js +2 -2
  68. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.js +1 -1
  69. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.js +1 -1
  70. package/dist/collection/components/rtk-header/rtk-header.js +1 -1
  71. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +1 -1
  72. package/dist/collection/components/rtk-image-message/rtk-image-message.js +4 -4
  73. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +3 -3
  74. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +1 -1
  75. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +1 -1
  76. package/dist/collection/components/rtk-join-stage/rtk-join-stage.js +1 -1
  77. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +1 -1
  78. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +2 -2
  79. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
  80. package/dist/collection/components/rtk-menu/rtk-menu.js +2 -2
  81. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +1 -1
  82. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +1 -1
  83. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +3 -3
  84. package/dist/collection/components/rtk-message-view/rtk-message-view.css +5 -1
  85. package/dist/collection/components/rtk-message-view/rtk-message-view.js +23 -1
  86. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +2 -2
  87. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +1 -1
  88. package/dist/collection/components/rtk-name-tag/rtk-name-tag.js +1 -1
  89. package/dist/collection/components/rtk-notification/rtk-notification.js +2 -2
  90. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +1 -1
  91. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +1 -1
  92. package/dist/collection/components/rtk-participant/rtk-participant.js +12 -12
  93. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +2 -2
  94. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +1 -1
  95. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +1 -1
  96. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
  97. package/dist/collection/components/rtk-plugins/rtk-plugins.js +1 -1
  98. package/dist/collection/components/rtk-poll/rtk-poll.js +1 -1
  99. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +2 -2
  100. package/dist/collection/components/rtk-polls/rtk-polls.js +3 -3
  101. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +1 -1
  102. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +5 -5
  103. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +1 -1
  104. package/dist/collection/components/rtk-spinner/rtk-spinner.js +1 -1
  105. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +2 -2
  106. package/dist/collection/components/rtk-stage/rtk-stage.js +1 -1
  107. package/dist/collection/components/rtk-switch/rtk-switch.js +1 -1
  108. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +1 -1
  109. package/dist/collection/components/rtk-text-message/rtk-text-message.js +2 -2
  110. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +1 -1
  111. package/dist/collection/components/rtk-tooltip/rtk-tooltip.js +1 -1
  112. package/dist/collection/components/rtk-transcript/rtk-transcript.js +1 -1
  113. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +2 -2
  114. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +1 -1
  115. package/dist/components/{p-962c2e24.js → p-011adf66.js} +2 -2
  116. package/dist/components/{p-0c512fd1.js → p-020800ee.js} +1 -1
  117. package/dist/components/{p-5e67d672.js → p-09d1805e.js} +1 -1
  118. package/dist/components/{p-0d582365.js → p-0ca31fce.js} +2 -2
  119. package/dist/components/{p-6366df1e.js → p-0e80bae4.js} +10 -10
  120. package/dist/components/{p-d81ba93a.js → p-11a16ac3.js} +2 -2
  121. package/dist/components/{p-5248ee44.js → p-12ae623e.js} +3 -3
  122. package/dist/components/{p-d6146a96.js → p-157c1dc9.js} +6 -6
  123. package/dist/components/{p-a54ac879.js → p-20290ade.js} +2 -2
  124. package/dist/components/{p-94bd91b3.js → p-28d51137.js} +1 -1
  125. package/dist/components/{p-68af4225.js → p-2e3c0084.js} +3 -3
  126. package/dist/components/{p-6523d14b.js → p-2eb35b99.js} +6 -6
  127. package/dist/components/{p-6c20da11.js → p-35af8a84.js} +2 -2
  128. package/dist/components/{p-c2b64e33.js → p-3a1dbc0d.js} +2 -2
  129. package/dist/components/{p-93069a8c.js → p-402db72e.js} +2 -2
  130. package/dist/components/{p-5ac9b786.js → p-40589702.js} +1 -1
  131. package/dist/components/{p-471a529a.js → p-40b1fef2.js} +4 -4
  132. package/dist/components/{p-3bc68ec4.js → p-4a84c913.js} +9 -9
  133. package/dist/components/{p-ad7cabcc.js → p-4bfb4f60.js} +2 -2
  134. package/dist/components/{p-0e8ff1cc.js → p-520dccab.js} +1 -1
  135. package/dist/components/{p-b58a185f.js → p-53332481.js} +14 -14
  136. package/dist/components/{p-01c968b1.js → p-5739b5f1.js} +2 -2
  137. package/dist/components/{p-9ff37f98.js → p-578d73e5.js} +1 -1
  138. package/dist/components/{p-1614fe8f.js → p-597543af.js} +3 -3
  139. package/dist/components/{p-8b4e32b7.js → p-5b66b8f3.js} +1 -1
  140. package/dist/components/{p-d0c5e808.js → p-5f0f8967.js} +16 -16
  141. package/dist/components/{p-ba788f9e.js → p-668f57d0.js} +2 -2
  142. package/dist/components/{p-ad331530.js → p-6c9a833e.js} +1 -1
  143. package/dist/components/{p-41224895.js → p-757856f4.js} +3 -3
  144. package/dist/components/{p-8e160343.js → p-78f91ffe.js} +2 -2
  145. package/dist/components/{p-e62d961a.js → p-7965a1a6.js} +1 -1
  146. package/dist/components/{p-8901c589.js → p-7b344a65.js} +10 -7
  147. package/dist/components/{p-7e8d976d.js → p-828db489.js} +2 -2
  148. package/dist/components/{p-9f7b9764.js → p-8479343e.js} +6 -6
  149. package/dist/components/{p-fa8f6b4a.js → p-85990be7.js} +1 -1
  150. package/dist/components/{p-ffe562b1.js → p-86f18b68.js} +3 -3
  151. package/dist/components/{p-d9b1945a.js → p-89cfd513.js} +1 -1
  152. package/dist/components/{p-ff8753e8.js → p-8f381eef.js} +1 -1
  153. package/dist/components/{p-ff320cbb.js → p-95e51bef.js} +1 -1
  154. package/dist/components/{p-222454dc.js → p-966273a8.js} +1 -1
  155. package/dist/components/{p-d9845780.js → p-9936031d.js} +36 -28
  156. package/dist/components/{p-a94b2e67.js → p-9c3ca56e.js} +2 -2
  157. package/dist/components/{p-626c7a5f.js → p-9d40e041.js} +2 -2
  158. package/dist/components/{p-3b6af603.js → p-a0a0867a.js} +1 -1
  159. package/dist/components/{p-58b56794.js → p-ab842e10.js} +1 -1
  160. package/dist/components/{p-3a3650bd.js → p-b30f3c49.js} +1 -1
  161. package/dist/components/{p-a24156ce.js → p-b3447e0c.js} +1 -1
  162. package/dist/components/{p-94ba6c49.js → p-b74221b4.js} +2 -2
  163. package/dist/components/{p-bb55fa0c.js → p-b9b8697d.js} +2 -2
  164. package/dist/components/{p-7a04f0cc.js → p-bed61d79.js} +5 -5
  165. package/dist/components/{p-a48e2cf0.js → p-c544502e.js} +7 -7
  166. package/dist/components/{p-2e6987aa.js → p-c8583d9b.js} +2 -2
  167. package/dist/components/{p-9c88019e.js → p-cd790a43.js} +1 -1
  168. package/dist/components/{p-ef493e1b.js → p-ce77fdfc.js} +1 -1
  169. package/dist/components/{p-88bef213.js → p-d2ce1170.js} +1 -1
  170. package/dist/components/{p-f2a47b5b.js → p-d3588666.js} +5 -5
  171. package/dist/components/{p-1da75fdd.js → p-e31889d3.js} +2 -2
  172. package/dist/components/{p-c36a303c.js → p-ea6b5bf5.js} +2 -2
  173. package/dist/components/{p-262671ff.js → p-fef53de3.js} +1 -1
  174. package/dist/components/rtk-ai-toggle.js +2 -2
  175. package/dist/components/rtk-ai-transcriptions.js +1 -1
  176. package/dist/components/rtk-ai.js +1 -1
  177. package/dist/components/rtk-audio-grid.js +1 -1
  178. package/dist/components/rtk-audio-tile.js +3 -3
  179. package/dist/components/rtk-avatar.js +1 -1
  180. package/dist/components/rtk-breakout-room-manager.js +1 -1
  181. package/dist/components/rtk-breakout-room-participants.js +1 -1
  182. package/dist/components/rtk-breakout-rooms-manager.js +1 -1
  183. package/dist/components/rtk-breakout-rooms-toggle.js +2 -2
  184. package/dist/components/rtk-broadcast-message-modal.js +1 -1
  185. package/dist/components/rtk-camera-toggle.js +3 -3
  186. package/dist/components/rtk-caption-toggle.js +2 -2
  187. package/dist/components/rtk-channel-creator.js +4 -4
  188. package/dist/components/rtk-channel-details.js +1 -1
  189. package/dist/components/rtk-channel-header.js +4 -4
  190. package/dist/components/rtk-channel-selector-ui.js +4 -4
  191. package/dist/components/rtk-channel-selector-view.js +1 -1
  192. package/dist/components/rtk-chat-composer-ui.js +4 -4
  193. package/dist/components/rtk-chat-composer-view.js +1 -1
  194. package/dist/components/rtk-chat-message.js +1 -1
  195. package/dist/components/rtk-chat-messages-ui-paginated.js +1 -1
  196. package/dist/components/rtk-chat-messages-ui.js +14 -14
  197. package/dist/components/rtk-chat-search-results.js +11 -11
  198. package/dist/components/rtk-chat-toggle.js +2 -2
  199. package/dist/components/rtk-chat.js +1 -1
  200. package/dist/components/rtk-clock.js +3 -3
  201. package/dist/components/rtk-confirmation-modal.js +1 -1
  202. package/dist/components/rtk-controlbar-button.js +1 -1
  203. package/dist/components/rtk-controlbar.js +1 -1
  204. package/dist/components/rtk-counter.js +1 -1
  205. package/dist/components/rtk-debugger-toggle.js +3 -3
  206. package/dist/components/rtk-dialog-manager.js +14 -14
  207. package/dist/components/rtk-draft-attachment-view.js +1 -1
  208. package/dist/components/rtk-emoji-picker-button.js +1 -1
  209. package/dist/components/rtk-emoji-picker.js +1 -1
  210. package/dist/components/rtk-file-dropzone.js +1 -1
  211. package/dist/components/rtk-file-message-view.js +1 -1
  212. package/dist/components/rtk-file-message.js +1 -1
  213. package/dist/components/rtk-file-picker-button.js +1 -1
  214. package/dist/components/rtk-fullscreen-toggle.js +1 -1
  215. package/dist/components/rtk-grid-pagination.js +1 -1
  216. package/dist/components/rtk-grid.js +4 -4
  217. package/dist/components/rtk-header.js +1 -1
  218. package/dist/components/rtk-idle-screen.js +2 -2
  219. package/dist/components/rtk-image-message-view.js +1 -1
  220. package/dist/components/rtk-image-message.js +1 -1
  221. package/dist/components/rtk-image-viewer.js +1 -1
  222. package/dist/components/rtk-information-tooltip.js +1 -1
  223. package/dist/components/rtk-join-stage.js +1 -1
  224. package/dist/components/rtk-leave-button.js +3 -3
  225. package/dist/components/rtk-leave-meeting.js +1 -1
  226. package/dist/components/rtk-livestream-player.js +1 -1
  227. package/dist/components/rtk-livestream-toggle.js +2 -2
  228. package/dist/components/rtk-markdown-view.js +1 -1
  229. package/dist/components/rtk-meeting-title.js +1 -1
  230. package/dist/components/rtk-meeting.js +21 -21
  231. package/dist/components/rtk-menu-item.js +1 -1
  232. package/dist/components/rtk-menu-list.js +1 -1
  233. package/dist/components/rtk-menu.js +1 -1
  234. package/dist/components/rtk-message-list-view.js +4 -4
  235. package/dist/components/rtk-message-view.js +1 -1
  236. package/dist/components/rtk-mic-toggle.js +3 -3
  237. package/dist/components/rtk-mixed-grid.js +3 -3
  238. package/dist/components/rtk-more-toggle.js +4 -4
  239. package/dist/components/rtk-mute-all-button.js +3 -3
  240. package/dist/components/rtk-mute-all-confirmation.js +1 -1
  241. package/dist/components/rtk-name-tag.js +1 -1
  242. package/dist/components/rtk-notification.js +1 -1
  243. package/dist/components/rtk-notifications.js +1 -1
  244. package/dist/components/rtk-overlay-modal.js +1 -1
  245. package/dist/components/rtk-paginated-list.js +1 -1
  246. package/dist/components/rtk-participant-setup.js +2 -2
  247. package/dist/components/rtk-participant.js +1 -1
  248. package/dist/components/rtk-participants-audio.js +1 -1
  249. package/dist/components/rtk-participants-stage-list.js +1 -1
  250. package/dist/components/rtk-participants-stage-queue.js +1 -1
  251. package/dist/components/rtk-participants-toggle.js +2 -2
  252. package/dist/components/rtk-participants-viewer-list.js +1 -1
  253. package/dist/components/rtk-participants-waiting-list.js +1 -1
  254. package/dist/components/rtk-participants.js +11 -11
  255. package/dist/components/rtk-permissions-message.js +1 -1
  256. package/dist/components/rtk-pip-toggle.js +2 -2
  257. package/dist/components/rtk-plugins-toggle.js +2 -2
  258. package/dist/components/rtk-plugins.js +1 -1
  259. package/dist/components/rtk-poll-form.js +1 -1
  260. package/dist/components/rtk-poll.js +1 -1
  261. package/dist/components/rtk-polls-toggle.js +2 -2
  262. package/dist/components/rtk-polls.js +1 -1
  263. package/dist/components/rtk-recording-indicator.js +1 -1
  264. package/dist/components/rtk-recording-toggle.js +2 -2
  265. package/dist/components/rtk-screen-share-toggle.js +3 -3
  266. package/dist/components/rtk-screenshare-view.js +6 -6
  267. package/dist/components/rtk-settings-audio.js +1 -1
  268. package/dist/components/rtk-settings-toggle.js +3 -3
  269. package/dist/components/rtk-settings-video.js +1 -1
  270. package/dist/components/rtk-settings.js +3 -3
  271. package/dist/components/rtk-setup-screen.js +1 -1
  272. package/dist/components/rtk-sidebar.js +5 -5
  273. package/dist/components/rtk-spinner.js +1 -1
  274. package/dist/components/rtk-spotlight-grid.js +2 -2
  275. package/dist/components/rtk-spotlight-indicator.js +1 -1
  276. package/dist/components/rtk-stage-toggle.js +3 -3
  277. package/dist/components/rtk-stage.js +1 -1
  278. package/dist/components/rtk-switch.js +1 -1
  279. package/dist/components/rtk-tab-bar.js +1 -1
  280. package/dist/components/rtk-text-composer-view.js +1 -1
  281. package/dist/components/rtk-text-message-view.js +1 -1
  282. package/dist/components/rtk-text-message.js +1 -1
  283. package/dist/components/rtk-tooltip.js +1 -1
  284. package/dist/components/rtk-transcript.js +1 -1
  285. package/dist/components/rtk-transcripts.js +1 -1
  286. package/dist/components/rtk-virtualized-participant-list.js +1 -1
  287. package/dist/components/rtk-waiting-screen.js +1 -1
  288. package/dist/docs/docs-components.json +45 -34
  289. package/dist/docs/docs-vscode.json +4 -0
  290. package/dist/esm/loader.js +136 -126
  291. package/dist/esm/realtimekit-ui.js +1 -1
  292. package/dist/esm/rtk-ai-transcriptions.entry.js +1 -1
  293. package/dist/esm/rtk-audio-grid.entry.js +1 -1
  294. package/dist/esm/rtk-audio-visualizer_4.entry.js +1 -1
  295. package/dist/esm/rtk-avatar_24.entry.js +44 -34
  296. package/dist/esm/rtk-breakout-room-manager_3.entry.js +4 -4
  297. package/dist/esm/rtk-breakout-rooms-manager_9.entry.js +9 -9
  298. package/dist/esm/rtk-channel-creator.entry.js +2 -2
  299. package/dist/esm/rtk-channel-details.entry.js +1 -1
  300. package/dist/esm/rtk-channel-selector-ui.entry.js +2 -2
  301. package/dist/esm/rtk-chat-message.entry.js +2 -2
  302. package/dist/esm/rtk-chat-messages-ui.entry.js +3 -3
  303. package/dist/esm/rtk-chat-search-results.entry.js +1 -1
  304. package/dist/esm/rtk-clock.entry.js +3 -3
  305. package/dist/esm/rtk-controlbar.entry.js +1 -1
  306. package/dist/esm/rtk-debugger-toggle.entry.js +1 -1
  307. package/dist/esm/rtk-file-dropzone.entry.js +1 -1
  308. package/dist/esm/rtk-file-message_3.entry.js +8 -8
  309. package/dist/esm/rtk-header.entry.js +1 -1
  310. package/dist/esm/rtk-idle-screen.entry.js +1 -1
  311. package/dist/esm/rtk-image-viewer.entry.js +1 -1
  312. package/dist/esm/rtk-information-tooltip.entry.js +1 -1
  313. package/dist/esm/rtk-leave-button.entry.js +1 -1
  314. package/dist/esm/rtk-message-list-view.entry.js +3 -3
  315. package/dist/esm/rtk-more-toggle.entry.js +2 -2
  316. package/dist/esm/rtk-name-tag.entry.js +1 -1
  317. package/dist/esm/rtk-notification.entry.js +2 -2
  318. package/dist/esm/rtk-participant-setup.entry.js +2 -2
  319. package/dist/esm/rtk-participant_2.entry.js +14 -14
  320. package/dist/esm/rtk-participants-audio.entry.js +1 -1
  321. package/dist/esm/rtk-participants-stage-list_4.entry.js +1 -1
  322. package/dist/esm/rtk-plugins_2.entry.js +4 -4
  323. package/dist/esm/rtk-poll_2.entry.js +3 -3
  324. package/dist/esm/rtk-recording-indicator.entry.js +1 -1
  325. package/dist/esm/rtk-screenshare-view.entry.js +5 -5
  326. package/dist/esm/rtk-settings-toggle.entry.js +1 -1
  327. package/dist/esm/rtk-spotlight-grid.entry.js +2 -2
  328. package/dist/esm/rtk-stage.entry.js +1 -1
  329. package/dist/esm/rtk-transcript.entry.js +1 -1
  330. package/dist/esm/rtk-waiting-screen.entry.js +1 -1
  331. package/dist/realtimekit-ui/p-09fb29e7.entry.js +1 -0
  332. package/dist/realtimekit-ui/{p-b4975a33.entry.js → p-0c071f00.entry.js} +1 -1
  333. package/dist/realtimekit-ui/{p-6ba99cc3.entry.js → p-0e2d6b1b.entry.js} +1 -1
  334. package/dist/realtimekit-ui/{p-af6436dd.entry.js → p-0fed7daa.entry.js} +1 -1
  335. package/dist/realtimekit-ui/{p-132fca40.entry.js → p-1dfe0269.entry.js} +1 -1
  336. package/dist/realtimekit-ui/{p-ed34d8a1.entry.js → p-23784be6.entry.js} +1 -1
  337. package/dist/realtimekit-ui/p-260fc2ed.entry.js +1 -0
  338. package/dist/realtimekit-ui/p-2c71cc53.entry.js +1 -0
  339. package/dist/realtimekit-ui/p-32211408.entry.js +1 -0
  340. package/dist/realtimekit-ui/p-39410e81.entry.js +1 -0
  341. package/dist/realtimekit-ui/{p-3d5ebc77.entry.js → p-3e12d77a.entry.js} +1 -1
  342. package/dist/realtimekit-ui/p-4822dc9f.entry.js +1 -0
  343. package/dist/realtimekit-ui/{p-2f6fd6de.entry.js → p-48c76360.entry.js} +1 -1
  344. package/dist/realtimekit-ui/p-4d31d165.entry.js +1 -0
  345. package/dist/realtimekit-ui/{p-d5144f9d.entry.js → p-51c72bc8.entry.js} +1 -1
  346. package/dist/realtimekit-ui/{p-844143f8.entry.js → p-61d3e2d4.entry.js} +1 -1
  347. package/dist/realtimekit-ui/{p-b64eae39.entry.js → p-73f489be.entry.js} +1 -1
  348. package/dist/realtimekit-ui/{p-d2a92f27.entry.js → p-7660a4c1.entry.js} +1 -1
  349. package/dist/realtimekit-ui/{p-f19668ba.entry.js → p-87f3b9a6.entry.js} +1 -1
  350. package/dist/realtimekit-ui/{p-beedd1b5.entry.js → p-9cab7a57.entry.js} +1 -1
  351. package/dist/realtimekit-ui/{p-298befae.entry.js → p-9cad5a6d.entry.js} +1 -1
  352. package/dist/realtimekit-ui/{p-503371f7.entry.js → p-9dcd9e30.entry.js} +1 -1
  353. package/dist/realtimekit-ui/{p-6928aa8e.entry.js → p-a25bb0ad.entry.js} +1 -1
  354. package/dist/realtimekit-ui/{p-2f9211b9.entry.js → p-a62e84f9.entry.js} +1 -1
  355. package/dist/realtimekit-ui/{p-3482a231.entry.js → p-a867b984.entry.js} +1 -1
  356. package/dist/realtimekit-ui/p-b58dc07c.entry.js +1 -0
  357. package/dist/realtimekit-ui/{p-42989f41.entry.js → p-bb369808.entry.js} +1 -1
  358. package/dist/realtimekit-ui/{p-b6cee65a.entry.js → p-bd226f59.entry.js} +1 -1
  359. package/dist/realtimekit-ui/{p-1a78c129.entry.js → p-c50f4cab.entry.js} +1 -1
  360. package/dist/realtimekit-ui/{p-190523f5.entry.js → p-c96e2a96.entry.js} +1 -1
  361. package/dist/realtimekit-ui/{p-78968008.entry.js → p-cda80e2c.entry.js} +1 -1
  362. package/dist/realtimekit-ui/{p-c43c2382.entry.js → p-cea6c6ac.entry.js} +1 -1
  363. package/dist/realtimekit-ui/{p-0485834f.entry.js → p-d194317d.entry.js} +1 -1
  364. package/dist/realtimekit-ui/{p-a849f2b3.entry.js → p-d7a78f65.entry.js} +1 -1
  365. package/dist/realtimekit-ui/{p-f6918dd7.entry.js → p-dded6ad0.entry.js} +1 -1
  366. package/dist/realtimekit-ui/{p-29c11bdb.entry.js → p-f2ce302b.entry.js} +1 -1
  367. package/dist/realtimekit-ui/{p-9ac1b986.entry.js → p-f42c50db.entry.js} +1 -1
  368. package/dist/realtimekit-ui/{p-73a56e4f.entry.js → p-fea05f1c.entry.js} +1 -1
  369. package/dist/realtimekit-ui/p-ff9bc5b0.entry.js +1 -0
  370. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
  371. package/dist/types/components/rtk-chat/rtk-chat.d.ts +1 -1
  372. package/dist/types/components/rtk-message-view/rtk-message-view.d.ts +2 -0
  373. package/dist/types/components.d.ts +8 -0
  374. package/package.json +1 -1
  375. package/dist/realtimekit-ui/p-3a4e302b.entry.js +0 -1
  376. package/dist/realtimekit-ui/p-447ffea0.entry.js +0 -1
  377. package/dist/realtimekit-ui/p-5ebc57f8.entry.js +0 -1
  378. package/dist/realtimekit-ui/p-6437ff4e.entry.js +0 -1
  379. package/dist/realtimekit-ui/p-93e9fb59.entry.js +0 -1
  380. package/dist/realtimekit-ui/p-a9cb6a16.entry.js +0 -1
  381. package/dist/realtimekit-ui/p-bf234650.entry.js +0 -1
  382. package/dist/realtimekit-ui/p-ce5a911d.entry.js +0 -1
  383. package/dist/realtimekit-ui/p-db831ab6.entry.js +0 -1
@@ -126,7 +126,7 @@ export class RtkParticipantsAudio {
126
126
  await this.handleEvents(meeting);
127
127
  }
128
128
  render() {
129
- return (h(Host, { key: 'e8515d8ee981ccf7d43d0ccadfd4414ac2602979' }, this.showPlayDialog && (h("rtk-dialog", { key: '75dfd57ba7927e298fb39fd7d4212e18c229d7f0', open: true, onRtkDialogClose: this.onRtkDialogClose, hideCloseButton: true, disableEscapeKey: true, iconPack: this.iconPack, t: this.t }, h("div", { key: '1749ed436d4c241a391bbe24ae58cf3644105f7f', class: "modal" }, h("h3", { key: '7352013c7e81212fb4667cd97d4f77930fdf943c' }, this.t('audio_playback.title')), h("p", { key: '56134c9034b5620aabac1567207a2e0c3b051981' }, this.t('audio_playback.description')), h("rtk-button", { key: '485007a99d8bada88f5a768b15d5a1077ea4b073', kind: "wide", onClick: () => {
129
+ return (h(Host, { key: '8861f8007e47645f2ea4c9fe5e3e5e235db31c71' }, this.showPlayDialog && (h("rtk-dialog", { key: 'ffd0f251216fb1a4a8698838d9a1f0d8998ffe86', open: true, onRtkDialogClose: this.onRtkDialogClose, hideCloseButton: true, disableEscapeKey: true, iconPack: this.iconPack, t: this.t }, h("div", { key: '4c7b4b054d19dd9d1c70d2d9f141a85cc1d479fa', class: "modal" }, h("h3", { key: 'd6c7372950b801b2b3f12e7957571e50eb02b87e' }, this.t('audio_playback.title')), h("p", { key: '07a7a45b8576084c093d1c3aaac031ccbffb9ef1' }, this.t('audio_playback.description')), h("rtk-button", { key: '6e98d5da5d893f35902f14f23f886bb22561c671', kind: "wide", onClick: () => {
130
130
  this.audio.play();
131
131
  this.onRtkDialogClose();
132
132
  }, title: this.t('audio_playback') }, this.t('audio_playback')))))));
@@ -105,7 +105,7 @@ export class RtkParticipants {
105
105
  }
106
106
  }
107
107
  render() {
108
- return (h(Host, { key: 'a3f02d560188be38be3e7d0e7c480fc215a6eb67' }, h("div", { key: '933821b69d57aa5d71e0866486c3d7dd4ca5c28d', class: "participants-container" }, !this.hideHeader && (h("div", { key: '1c9f7a6d59331e3bb849a341add9d1f492fbe9bc', class: "heading-count", part: "heading-count" }, this.t('participants'), " (", this.participants.length, ")")), h("rtk-virtualized-participant-list", { key: '9f3f31b89e3bdfa7ebf7e09518b1ddd0861fdfdd', items: this.participants, renderItem: this.createParticipantNode, part: "participants", class: "participants", emptyListElement: h("div", { class: "empty-stage-list" }, this.search.length > 0 ? this.t('search.could_not_find') : this.t('search.empty')) }))));
108
+ return (h(Host, { key: '147afb9b1ab3e6fd3807163d4fab87f15df2fb2f' }, h("div", { key: '7d2e55258fc79ee83bfa7a7ed28c68e0a0587f4d', class: "participants-container" }, !this.hideHeader && (h("div", { key: '17092c2fccb4f7ae3a85ca6b5bc488984de8fa85', class: "heading-count", part: "heading-count" }, this.t('participants'), " (", this.participants.length, ")")), h("rtk-virtualized-participant-list", { key: '510b482b551add0353a7c7e760241bfa62811d4e', items: this.participants, renderItem: this.createParticipantNode, part: "participants", class: "participants", emptyListElement: h("div", { class: "empty-stage-list" }, this.search.length > 0 ? this.t('search.could_not_find') : this.t('search.empty')) }))));
109
109
  }
110
110
  static get is() { return "rtk-participants-stage-list"; }
111
111
  static get encapsulation() { return "shadow"; }
@@ -161,7 +161,7 @@ export class RtkPermissionsMessage {
161
161
  this.stepsTimer = setTimeout(this.nextStep, 2500);
162
162
  }
163
163
  const showMacDeepLink = isDeniedBySystem && this.meeting.self.device.osName == 'macOS';
164
- return (h(Host, { key: '2286180903192f50c5a5f427f4b71b7764f908ff' }, h("h2", { key: '02bd9de1404b366114eac1b36ee94f4afa8666e4' }, h("rtk-icon", { key: 'eae918cb5e321c8ed4f853b3f7942a5ff4a06ec0', class: "text-icon", icon: this.iconPack.warning }), this.getTitle()), this.svgSteps.length > 0 && (h("div", { key: '2ee086e9dfcf6bbce679c0714c40dbc28ccc6318', 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: 'ee719e6edab99a1998a2284e596c6e5becc0f078' }, this.getMessage()), !isDeniedBySystem && (h("a", { key: 'baaef2813309bde6be2087b18969dfd556ad5f1e', 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: '23e3df4cc997eec1dedd53c5a89c611d93feb95e', class: "text-icon", icon: this.iconPack.attach }), this.t('cta.help'))), h("div", { key: '27e0eec473b0328d503428802c46f7c648861804', class: "actions" }, h("rtk-button", { key: '4dbb461bbc79ccc78ef964c3596bf61816a941ff', 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: 'c86e688c04b116c225daed08d622d48dcab064da' })));
164
+ return (h(Host, { key: 'f879c629292b4157ee891aa46968ff7a52d3e2e2' }, h("h2", { key: 'bdc849ae5badd1068bb174969be860721c90c25b' }, h("rtk-icon", { key: 'ac46b56e03905c886d050fdd371503f28e7f3879', class: "text-icon", icon: this.iconPack.warning }), this.getTitle()), this.svgSteps.length > 0 && (h("div", { key: 'af5da3f11363cd22aeae6635f4648bc074cff01f', 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: '6344e71e3faef187ac92d7165263f79c9f2709e1' }, this.getMessage()), !isDeniedBySystem && (h("a", { key: 'd7c3484ad52c78491644dd11322349a2f12c5e79', 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: '213a8bbe2c86818a68bb9149441f015aa53f8f10', class: "text-icon", icon: this.iconPack.attach }), this.t('cta.help'))), h("div", { key: 'c2f18e99845ba44c89477a959cf7a6a0516f4bd8', class: "actions" }, h("rtk-button", { key: '6d56b4ace9c535a2c0fcaa996c29bb1953184a09', 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: '8747e1f884579fc91d7f498cf2094fedb5744948' })));
165
165
  }
166
166
  static get is() { return "rtk-permissions-message"; }
167
167
  static get encapsulation() { return "shadow"; }
@@ -55,7 +55,7 @@ export class RtkPlugins {
55
55
  }
56
56
  }
57
57
  render() {
58
- return (h(Host, { key: 'd9d69e3e7ceca30ee32a1594f2271ee3223240cb' }, h("ul", { key: '98ecf8bcb2186c55cfe0763e2058408b7dba1384', class: "scrollbar" }, this.plugins.map((plugin) => (h("li", { key: plugin.name, class: "plugin" }, h("div", { class: "metadata" }, h("img", { src: plugin.picture }), h("div", { class: "name" }, plugin.name)), !this.activatedPluginsId.includes(plugin.id) && this.canStartPlugins && (h("div", { class: "buttons" }, h("rtk-button", { kind: "icon", size: "lg", onClick: () => {
58
+ return (h(Host, { key: '3b0eac37134293b6fe18b3c32a0c3a14ccb781db' }, h("ul", { key: '9de096a854ed4bcf487ff07ff1f8cdb47345cb45', class: "scrollbar" }, this.plugins.map((plugin) => (h("li", { key: plugin.name, class: "plugin" }, h("div", { class: "metadata" }, h("img", { src: plugin.picture }), h("div", { class: "name" }, plugin.name)), !this.activatedPluginsId.includes(plugin.id) && this.canStartPlugins && (h("div", { class: "buttons" }, h("rtk-button", { kind: "icon", size: "lg", onClick: () => {
59
59
  plugin.activate();
60
60
  this.close();
61
61
  }, "aria-label": `${this.t('activate')} ${plugin.name}` }, h("rtk-icon", { icon: this.iconPack.rocket, tabIndex: -1, "aria-hidden": true })))), this.activatedPluginsId.includes(plugin.id) && this.canClosePlugins && (h("div", { class: "buttons" }, h("rtk-button", { kind: "icon", size: "lg", onClick: () => {
@@ -36,7 +36,7 @@ export class RtkPolls {
36
36
  }
37
37
  render() {
38
38
  const hasVoted = this.poll.voted.includes(this.self);
39
- return (h(Host, { key: 'a2588231aa3c37d1b21a8204127cb07c42a4a013' }, h("div", { key: '3c4086564b201957801369c8781f7a89ff6ea0ba', class: "ctr" }, h("p", { key: '64deb31def342b2700a6a7d5858b6d5b961abf96', class: "poll-title" }, this.t('polls.by'), " ", shorten(formatName(this.poll.createdBy), 20)), h("div", { key: 'ef32b3dbde5b7aee0c3cd8290a1b0b185f0d80d0', class: "poll" }, h("p", { key: 'c9275828e7754f29a532410d576cba4aedcea711', class: "poll-question" }, this.poll.question), h("div", { key: 'a5c7ea1ad068f18b43d3f59ce75725c391c2ed14', class: "poll-answers" }, h("span", { key: '12810f7ec4e5450bc351d6fb66eb851c5a4555b1' }, this.t('polls.answers')), h("span", { key: '9788a0ead61a49eecd5babc56a1f99a93ee5ed9e' }, this.poll.voted.length)), this.poll.options.map((item, index) => (h("div", { class: {
39
+ return (h(Host, { key: '8a0875c47199f47c8c4cc663b3a1ec8b1110cd31' }, h("div", { key: 'f3e92e2f74d95baf9eb2d4d3a5cddaa54a580570', class: "ctr" }, h("p", { key: '4760866707225ede17d6b656449b670c77e3894f', class: "poll-title" }, this.t('polls.by'), " ", shorten(formatName(this.poll.createdBy), 20)), h("div", { key: '9dcbf0ca0f3113be0fcd6346f4caf4ec4cf277cd', class: "poll" }, h("p", { key: 'a656bd0f4cc4871637a0181a465e7db53875c865', class: "poll-question" }, this.poll.question), h("div", { key: 'cb76578023adc5ecb740190f22c8774ee6663f8b', class: "poll-answers" }, h("span", { key: '05c18d6517feff755db9a62fb0dd233a6f394c4f' }, this.t('polls.answers')), h("span", { key: '33102ea7299c24e1eb4d2682ebb7ca08bf6bab90' }, this.poll.voted.length)), this.poll.options.map((item, index) => (h("div", { class: {
40
40
  active: item.votes.some((x) => x.id === this.self),
41
41
  'open-vote': this.permissions.polls.canVote && !hasVoted,
42
42
  'poll-option': true,
@@ -65,10 +65,10 @@ export class RtkPoll {
65
65
  this.onCreate.emit(pollObject);
66
66
  }
67
67
  render() {
68
- return (h(Host, { key: 'f0941ef37e02d079b4dda653c3a57113267d3d25' }, h("div", { key: '9f403310e285737e0440626b9f124a5dc5c41509', class: "create-poll" }, h("p", { key: '1ff2f6785a7d4d6ee3b5548dd3a1abf84bbb79b8' }, this.t('polls.question')), h("textarea", { key: 'c5c312695ac21a74de5ba3d04f55e36e463f4d41', onInput: () => {
68
+ return (h(Host, { key: '1f4b974280bdec6397d15bc52999c4315e632157' }, h("div", { key: '9fb661dbed5bd632e0b4fcb6b947d1b5d36b10bc', class: "create-poll" }, h("p", { key: 'b9c81e7bd5d12e1780181cabf0a067fc7035cdad' }, this.t('polls.question')), h("textarea", { key: 'b73ee86a22ec71e1bd6ac6a2bb57e118115774dd', onInput: () => {
69
69
  if (this.error && this.error.code === 0)
70
70
  this.error = undefined;
71
- }, 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: '4462865a6f821de368d81dfe3144f9c228e16f0c', class: "add-option", variant: "secondary", onClick: () => this.addOption() }, this.t('polls.option')), h("label", { key: '4123038778cf22ea4605f6605c0b2518579a05cd' }, h("input", { key: '6b2e11df102744af6f03b0e13940bd3035c52506', id: "anonymous", type: "checkbox", onChange: (e) => (this.anonymous = e.target.checked) }), this.t('polls.results.anon')), h("label", { key: '998f5b503a88d7f9a663cfc940291448f3ff93dd' }, h("input", { key: '828db62cad498e2a80519716d79a78995ed3f5b1', 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: '214c318cf10cd1d7e77f5886884e86a4f7cdba8c', kind: "wide", onClick: () => this.handleSubmit() }, this.t('polls.create')), this.error && h("span", { key: '7c160bfde39fca7d73008740395ae0987cc19ff1', class: "error-text" }, this.error.message))));
71
+ }, 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: 'f6f0e23db7186e3e223fe2992e388f9d6618fb32', class: "add-option", variant: "secondary", onClick: () => this.addOption() }, this.t('polls.option')), h("label", { key: '92b966f4beccd5334d6f6f7659af801fd27bfc64' }, h("input", { key: '454840f62da0e0a028dd7f7f9c3585f0d480d9ab', id: "anonymous", type: "checkbox", onChange: (e) => (this.anonymous = e.target.checked) }), this.t('polls.results.anon')), h("label", { key: '4cd2a60b6c710816a76a8c53d122323d519153e4' }, h("input", { key: '21d01f8caf3ee5e451e6d8fdf654c82e10b36b54', 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: '34ffc871cdeac29c1f2f4ccf3860faace48709c7', kind: "wide", onClick: () => this.handleSubmit() }, this.t('polls.create')), this.error && h("span", { key: 'c0f503daffb8c911b443a356943ff88bbb40805d', class: "error-text" }, this.error.message))));
72
72
  }
73
73
  static get is() { return "rtk-poll-form"; }
74
74
  static get encapsulation() { return "shadow"; }
@@ -72,14 +72,14 @@ export class RtkPolls {
72
72
  }
73
73
  render() {
74
74
  var _a, _b;
75
- return (h(Host, { key: '132c33fc4e5a86c0a34a59f712cad0775ea3523a' }, h("div", { key: 'ddfa6e9498859dadcb77ee73a56a7f0be5d78951', class: "ctr", part: "container" }, h("div", { key: 'fe4d7c4cb4f2a46eaacb1cb200e68863775ed4d6', class: "polls-view scrollbar", ref: (el) => (this.pollEl = el), part: "polls" }, this.polls.length == 0 && this.create !== true && (h("div", { key: 'ec0de6e4f4cb1d2b87c70d9a578c31ba086ee646', class: "empty-polls" }, this.t('polls.empty'))), this.polls.map((item) => {
75
+ return (h(Host, { key: 'b005e3087c9e53b28273a3f0d247840a86fcdb58' }, h("div", { key: 'cbdfdc504bc64dc4e08ba1b930bb6bb50a72fcfb', class: "ctr", part: "container" }, h("div", { key: '1bb4d10ca7046662112af38d1c3e2f0bf2f7c8d4', class: "polls-view scrollbar", ref: (el) => (this.pollEl = el), part: "polls" }, this.polls.length == 0 && this.create !== true && (h("div", { key: '91c6405125fabda281ed8fea021a68bff22f8ebf', class: "empty-polls" }, this.t('polls.empty'))), this.polls.map((item) => {
76
76
  var _a;
77
77
  return (h("rtk-poll", { key: item.id, poll: item, onRtkVotePoll: (e) => {
78
78
  this.onVote(e.detail.id, e.detail.index);
79
79
  }, self: (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.self.userId, iconPack: this.iconPack, t: this.t, permissions: this.permissions }));
80
- }), this.create && (h("rtk-poll-form", { key: '2d45c62fb5bd22cb66f93e05eb43f9fc83f75d9f', part: "poll-form", onRtkCreatePoll: (e) => {
80
+ }), this.create && (h("rtk-poll-form", { key: '75d0c1c606cca4404e79c4bc5fc4626edace0348', part: "poll-form", onRtkCreatePoll: (e) => {
81
81
  this.onCreate(e.detail);
82
- }, iconPack: this.iconPack, t: this.t }))), ((_b = (_a = this.permissions) === null || _a === void 0 ? void 0 : _a.polls) === null || _b === void 0 ? void 0 : _b.canCreate) && (h("rtk-button", { key: 'c0ce05c14b6d30fd1a918eca5c0b15713add96bd', kind: "wide", onClick: () => this.toggleCreateState(), variant: this.create ? 'secondary' : 'primary', part: "button" }, this.create ? this.t('polls.cancel') : this.t('polls.create'))))));
82
+ }, iconPack: this.iconPack, t: this.t }))), ((_b = (_a = this.permissions) === null || _a === void 0 ? void 0 : _a.polls) === null || _b === void 0 ? void 0 : _b.canCreate) && (h("rtk-button", { key: '7dfb67d8e6d52e02d6f009d72b5742bb3a7fe163', kind: "wide", onClick: () => this.toggleCreateState(), variant: this.create ? 'secondary' : 'primary', part: "button" }, this.create ? this.t('polls.cancel') : this.t('polls.create'))))));
83
83
  }
84
84
  static get is() { return "rtk-polls"; }
85
85
  static get encapsulation() { return "shadow"; }
@@ -44,7 +44,7 @@ export class RtkRecordingIndicator {
44
44
  }
45
45
  }
46
46
  render() {
47
- return (h(Host, { key: 'fc39a3c4780da8cf12bbb4fa7f4cfb608f053113', "data-hidden": !this.isRecording }, this.isRecording && (h("div", { key: '9aa8ba548d5b44b2a667dc53001faad973b00aaa', class: "indicator", "aria-label": this.t('recording.indicator'), part: "indicator" }, h("rtk-icon", { key: '4380a702bc57d734a03d14afbbb38201d9eb51ba', icon: this.iconPack.recording, "aria-hidden": true, tabIndex: -1, part: "icon" }), h("span", { key: '4c355ee5eea18c47c34d4665dbc9b3eb75a04f97' }, this.t('recording.label'))))));
47
+ return (h(Host, { key: 'edc0246112ee48a4197cd2cd7581a8f8f4b9d2bc', "data-hidden": !this.isRecording }, this.isRecording && (h("div", { key: '5e30947cec1cfe79c3b9868ac93aa8958d0b058e', class: "indicator", "aria-label": this.t('recording.indicator'), part: "indicator" }, h("rtk-icon", { key: '7cb31ee410ff44d939f346fc8c5cf180c96d8160', icon: this.iconPack.recording, "aria-hidden": true, tabIndex: -1, part: "icon" }), h("span", { key: '4a0c8ebcfc06b8ce30b7e5de5fb7a9e00af596b3' }, this.t('recording.label'))))));
48
48
  }
49
49
  static get is() { return "rtk-recording-indicator"; }
50
50
  static get encapsulation() { return "shadow"; }
@@ -106,7 +106,7 @@ export class RtkScreenshareView {
106
106
  const icon = this.isFullScreen
107
107
  ? this.iconPack.full_screen_minimize
108
108
  : this.iconPack.full_screen_maximize;
109
- return (h(Host, { key: '895838fc56a74007fe02299ee30de45c28604101', class: { isSelf } }, h("div", { key: "video-container", id: "video-container", class: { expand: this.videoExpanded } }, h("video", { key: 'e5c48b3f240b44580e3693ba16b93e56c1c91099', ref: (el) => (this.videoEl = el), class: {
109
+ return (h(Host, { key: '89b80a7eafe99830a360d30b2565c238ba1b4b3f', class: { isSelf } }, h("div", { key: "video-container", id: "video-container", class: { expand: this.videoExpanded } }, h("video", { key: '88b2c8f5a5abff2f247800768846383eb9e72e78', ref: (el) => (this.videoEl = el), class: {
110
110
  visible: this.screenShareEnabled,
111
111
  'fit-in-container': this.participant.supportsRemoteControl,
112
112
  }, playsInline: true, onPlay: () => {
@@ -114,15 +114,15 @@ export class RtkScreenshareView {
114
114
  screenshareParticipant: this.participant,
115
115
  participant: this.meeting.self,
116
116
  });
117
- }, autoPlay: true, muted: true, id: `screen-share-video-${this.participant.id}` })), h("div", { id: "controls", key: "controls" }, !this.hideFullScreenButton && !isSelf && isFullScreenSupported() && (h("rtk-tooltip", { key: 'af1a9ab34f7eafdadd905fe6cc420f80bba9df0e', label: text }, h("rtk-button", { key: '39e85a27f31ab4341e8ea909538eee9c2fa64eea', id: "full-screen-btn", kind: "icon", onClick: this.toggleFullScreen, title: text }, h("rtk-icon", { key: '24d224601e90c39581b9b58253cc1a9afa8debb1', icon: icon, "aria-hidden": true, tabIndex: -1 }))))), isSelf && (h("div", { id: "self-message", key: "self-message" }, h("h3", { key: '5b86a4393bc13986edef699d41e9840beba7afaf' }, this.t('screenshare.shared')), h("div", { key: '0a8956428dda78bf4802aedb37c67a11726d383a', class: "actions" }, this.meeting != null && (h("rtk-button", { key: '29332a805aaeb97dd1c82e764a84e99e0bb6778e', variant: "danger", onClick: () => {
117
+ }, autoPlay: true, muted: true, id: `screen-share-video-${this.participant.id}` })), h("div", { id: "controls", key: "controls" }, !this.hideFullScreenButton && !isSelf && isFullScreenSupported() && (h("rtk-tooltip", { key: '0a26414307d9622b7469810389994f2d73d9cb6d', label: text }, h("rtk-button", { key: 'ed5a5a827b261e78b4397e7ef57de895c3e83e27', id: "full-screen-btn", kind: "icon", onClick: this.toggleFullScreen, title: text }, h("rtk-icon", { key: 'd29d300b05a610e83900216080717adc60419d18', icon: icon, "aria-hidden": true, tabIndex: -1 }))))), isSelf && (h("div", { id: "self-message", key: "self-message" }, h("h3", { key: '70ff28db0d44d32a3777b3998e2f70137e5305eb' }, this.t('screenshare.shared')), h("div", { key: '70676921a19f0c7ae34a10b8a4abf85219e29def', class: "actions" }, this.meeting != null && (h("rtk-button", { key: '5178c6868ff869bb6ca5a634d4d49675fb4a7315', variant: "danger", onClick: () => {
118
118
  this.meeting.self.disableScreenShare();
119
- } }, h("rtk-icon", { key: '1a56a38c437b82b2b948963709770c78044d2fb9', icon: this.iconPack.share_screen_stop, slot: "start" }), this.t('screenshare.stop'))), h("rtk-button", { key: '4447983e29864ad5f3af891ee5949faf3bb28760', variant: "secondary", id: "expand-btn", onClick: () => {
119
+ } }, h("rtk-icon", { key: '5b942500b72c5b51269967fe2cd62da95ad703af', icon: this.iconPack.share_screen_stop, slot: "start" }), this.t('screenshare.stop'))), h("rtk-button", { key: '9ba6b88e20ee1f3d36e95ff46f403f7535679da5', variant: "secondary", id: "expand-btn", onClick: () => {
120
120
  this.videoExpanded = !this.videoExpanded;
121
- } }, h("rtk-icon", { key: '922dcb884d37077859b6c4171ef3f66d84d4f365', icon: this.videoExpanded
121
+ } }, h("rtk-icon", { key: '1bc4ad47774672d2a364c961dae6d8b85b7e2bba', icon: this.videoExpanded
122
122
  ? this.iconPack.full_screen_minimize
123
123
  : this.iconPack.full_screen_maximize, slot: "start" }), this.videoExpanded
124
124
  ? this.t('screenshare.min_preview')
125
- : this.t('screenshare.max_preview'))))), h("slot", { key: '832760ef28dac2cbace7aa76769b8f6db323deda' })));
125
+ : this.t('screenshare.max_preview'))))), h("slot", { key: '752ff972908fc7b488803deb25309dc702091bd9' })));
126
126
  }
127
127
  static get is() { return "rtk-screenshare-view"; }
128
128
  static get encapsulation() { return "shadow"; }
@@ -37,7 +37,7 @@ export class RtkSettingsToggle {
37
37
  }
38
38
  render() {
39
39
  const text = this.t('settings');
40
- return (h(Host, { key: '2304f4ea95e5fb5e44665130cd744e0ebafb3ce2', title: text }, h("rtk-controlbar-button", { key: '4a648720e88dfee6b8ab84f6486fc0277e5f9345', part: "controlbar-button", size: this.size, iconPack: this.iconPack, onClick: () => this.toggleSettings(), icon: this.iconPack.settings, label: text, variant: this.variant })));
40
+ return (h(Host, { key: 'f8b07580094990d31d3538abbe40ca85f81c2e46', title: text }, h("rtk-controlbar-button", { key: '92b3a3c8c24b2a8cd56d7caf5cff077f8adfa7bd', part: "controlbar-button", size: this.size, iconPack: this.iconPack, onClick: () => this.toggleSettings(), icon: this.iconPack.settings, label: text, variant: this.variant })));
41
41
  }
42
42
  static get is() { return "rtk-settings-toggle"; }
43
43
  static get encapsulation() { return "shadow"; }
@@ -22,7 +22,7 @@ export class RtkSpinner {
22
22
  this.size = 'md';
23
23
  }
24
24
  render() {
25
- return (h(Host, { key: '2eb8672a849f85e2c207ec9331d1093b7deefaa3' }, h("rtk-icon", { key: '5a2f292ddd7a5c52709ce41f47422f08bdf82852', class: "spinner", icon: this.iconPack.spinner })));
25
+ return (h(Host, { key: '6533b4dea247db4d15d92409c6a9dc8f9662833d' }, h("rtk-icon", { key: '1db4c3e42e78355313ea59f3247cc0a5ef8283c7', class: "spinner", icon: this.iconPack.spinner })));
26
26
  }
27
27
  static get is() { return "rtk-spinner"; }
28
28
  static get encapsulation() { return "shadow"; }
@@ -72,13 +72,13 @@ export class RtkSpotlightGrid {
72
72
  t: this.t,
73
73
  };
74
74
  const nonPinnedParticipants = this.participants.filter((p) => this.pinnedParticipants.some((pt) => pt.id != p.id));
75
- return (h(Host, { key: 'e59d2ac514c625655e956290435cf75115d28680' }, h("main", { key: '3a6ce7465092914937ccc0a4011313889ff8b215', part: "main" }, h(Render, { key: 'ed21c2595f58f4b430b1d42b7329c6e3a7952552', element: "rtk-simple-grid", defaults: defaults, props: {
75
+ return (h(Host, { key: 'cbdc37e14e4f6b6a9e10aabfc27200b3ec428f1e' }, h("main", { key: '98c15a1f061f57c691726bf04783355c813ad187', part: "main" }, h(Render, { key: 'b338f839172daee1f8c6ba7432ecec1710e59328', element: "rtk-simple-grid", defaults: defaults, props: {
76
76
  part: 'main-grid',
77
77
  participants: this.pinnedParticipants,
78
78
  aspectRatio: this.aspectRatio,
79
79
  gap: this.gap,
80
80
  size: this.getAdaptiveSize(this.pinnedParticipants.length),
81
- } })), nonPinnedParticipants.length > 0 && (h("aside", { key: '52d3ab791766e9107b034de5328c72d63729db1c', part: "aside", class: this.gridSize.spotlight ? `grid-width-${this.gridSize.spotlight}` : 'grid-width-md' }, h(Render, { key: '58ca609909a390092527ae999195e7d0c46a4feb', element: "rtk-simple-grid", defaults: defaults, props: {
81
+ } })), nonPinnedParticipants.length > 0 && (h("aside", { key: '6659a1aca188a0ea9ca15a11f7fd4ebe8b797221', part: "aside", class: this.gridSize.spotlight ? `grid-width-${this.gridSize.spotlight}` : 'grid-width-md' }, h(Render, { key: 'ae4f50970e4932c659a7e30afa4e028c9d743453', element: "rtk-simple-grid", defaults: defaults, props: {
82
82
  part: 'aside-grid',
83
83
  participants: nonPinnedParticipants,
84
84
  aspectRatio: this.aspectRatio,
@@ -26,7 +26,7 @@ export class RtkStage {
26
26
  this.t = useLanguage();
27
27
  }
28
28
  render() {
29
- return (h(Host, { key: 'a8869602eda342c0c2de8682ab0b68cf68b4883e' }, h("slot", { key: 'f2c477f44bed9ac574795d934db9f72920b73180' })));
29
+ return (h(Host, { key: '7f2759763ff041db5960fcf5fc5ed0d09d7cafcb' }, h("slot", { key: '80de219e3ae4e031ba2bce48c86f5139a98c307e' })));
30
30
  }
31
31
  static get is() { return "rtk-stage"; }
32
32
  static get encapsulation() { return "shadow"; }
@@ -52,7 +52,7 @@ export class RtkSwitch {
52
52
  this.onChange.emit(checked);
53
53
  }
54
54
  render() {
55
- return (h(Host, { key: '2543d327357cb3533a081fe7e88f68b8a421771f', role: "switch", tabIndex: this.disabled && 0, "aria-readonly": this.readonly, "aria-checked": this.checked, "aria-disabled": this.disabled, class: { checked: this.checked }, onClick: this.onClick, onKeyPress: this.onKeyPress }, h("div", { key: '1a737e76fd261e4e1dc13e94f69aee1004aa1753', class: "switch", part: "switch" })));
55
+ return (h(Host, { key: '8506d4468a6bf6a1f6d91391c2c96e363b815aee', role: "switch", tabIndex: this.disabled && 0, "aria-readonly": this.readonly, "aria-checked": this.checked, "aria-disabled": this.disabled, class: { checked: this.checked }, onClick: this.onClick, onKeyPress: this.onKeyPress }, h("div", { key: '887a69fd002910a9da387b3e6eb83bf7390da771', class: "switch", part: "switch" })));
56
56
  }
57
57
  static get is() { return "rtk-switch"; }
58
58
  static get encapsulation() { return "shadow"; }
@@ -69,7 +69,7 @@ export class RtkTextComposerView {
69
69
  }
70
70
  }
71
71
  render() {
72
- return (h("div", { key: '1b51f7d6ffbe8069172a5dc51f291988000c898a', class: "chat-input", part: "chat-input-container" }, this.maxLengthBreached > 0 && (h("div", { key: 'fe75f8333a7643458d5077fec968464327e65ca3', class: 'text-error ' + (this.maxLengthBreached === this.maxLength ? 'breached' : '') }, h("rtk-icon", { key: '669066f9983f226d96baeebdfa10ffb1fc8001b7', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.maxLengthBreached, " / ", this.maxLength, " ", this.t('chat.max_limit_warning'))), this.rateLimitBreached && (h("div", { key: '0024d3b4e8d5eda5f94ff2fe9d8aa18cfb9297a7', class: 'text-error breached' }, h("rtk-icon", { key: 'bc3a0417a81de43b67595cde79dfe7aba21a6601', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.t('chat.rate_limit_error'))), h("textarea", { key: 'c6077b3128eeea4be2358ab557062df322a8ffa9', ref: (el) => (this.$textArea = el), placeholder: this.placeholder, disabled: this.disabled, onInput: this.onInputHandler, onKeyDown: this.keyDownHandler, part: "chat-input", value: this.value })));
72
+ return (h("div", { key: 'f6fee4d5766f78409f6bcc788be8ecdd5ad8b865', class: "chat-input", part: "chat-input-container" }, this.maxLengthBreached > 0 && (h("div", { key: '10c3721417e791557b4d0b126838209880e9f570', class: 'text-error ' + (this.maxLengthBreached === this.maxLength ? 'breached' : '') }, h("rtk-icon", { key: 'e806de9d5db9bf708d06ede1c4a958583f87b08b', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.maxLengthBreached, " / ", this.maxLength, " ", this.t('chat.max_limit_warning'))), this.rateLimitBreached && (h("div", { key: '8c84906b5247775bf404e626f45f30b183fb9086', class: 'text-error breached' }, h("rtk-icon", { key: 'b2b646474d6702e4191ac9c50eef0d3c0efd0e4f', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.t('chat.rate_limit_error'))), h("textarea", { key: 'f17233beb688a811ebe11f965a39c7df288b6ea5', ref: (el) => (this.$textArea = el), placeholder: this.placeholder, disabled: this.disabled, onInput: this.onInputHandler, onKeyDown: this.keyDownHandler, part: "chat-input", value: this.value })));
73
73
  }
74
74
  static get is() { return "rtk-text-composer-view"; }
75
75
  static get encapsulation() { return "shadow"; }
@@ -33,10 +33,10 @@ export class RtkTextMessage {
33
33
  this.showBubble = false;
34
34
  }
35
35
  render() {
36
- return (h(Host, { key: '4182f98abea77690fb9159047ef66c9ca0dbefbf' }, !this.isContinued && (h(ChatHead, { key: '1132b1b04efd80d172e172cfa2c6a8c0de3ff9aa', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '01736d14164f0b10c50243f721f82914012a47a9', class: {
36
+ return (h(Host, { key: '081bf3b9c43779b29c473a6ef3119529443d435d' }, !this.isContinued && (h(ChatHead, { key: 'ce3a404dc58c8f609d338627f6a99e3ee5da52d5', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '5a0edbd3cd07b028179f3272e0d0fad31ce9e946', class: {
37
37
  body: true,
38
38
  bubble: this.showBubble,
39
- }, part: "body" }, h("div", { key: 'fa971c508e884fc58c434d14a5e398e04f046168', class: { text: true, emoji: hasOnlyEmojis(this.message.message) } }, h(TextMessageView, { key: '2ffdf13b83faef9f39f8cd2825ec042a92c6e6a6', message: this.message.message })))));
39
+ }, part: "body" }, h("div", { key: '64dcd0208f66e7d695f4a586540e9ffe832d21cd', class: { text: true, emoji: hasOnlyEmojis(this.message.message) } }, h(TextMessageView, { key: '77fa15c6ea45bdb4b815c508f88ea5f1cb0acfd2', message: this.message.message })))));
40
40
  }
41
41
  static get is() { return "rtk-text-message"; }
42
42
  static get properties() {
@@ -9,7 +9,7 @@ export class RtkTextMessageView {
9
9
  this.isMarkdown = false;
10
10
  }
11
11
  render() {
12
- return (h("p", { key: '90e03b1cdd7271004b0ba2932d7e00342d0b884d', class: { text: true, emoji: hasOnlyEmojis(this.text) } }, this.isMarkdown ? h("rtk-markdown-view", { text: this.text }) : this.text));
12
+ return (h("p", { key: 'a52466b9a67706f84af1fc84c9504b028af8b082', class: { text: true, emoji: hasOnlyEmojis(this.text) } }, this.isMarkdown ? h("rtk-markdown-view", { text: this.text }) : this.text));
13
13
  }
14
14
  static get is() { return "rtk-text-message-view"; }
15
15
  static get originalStyleUrls() {
@@ -102,7 +102,7 @@ export class RtkMenu {
102
102
  });
103
103
  }
104
104
  render() {
105
- return (h(Host, { key: '32f792b447497e62bc776085657de62b8d6213bf' }, h("span", { key: '96f014373662e86cadb00d5a0b981246d3a7cac4', part: "trigger", id: "trigger", ref: (el) => (this.triggerEl = el) }, h("slot", { key: '218a47538fad33071c2ed20d83610b36e8c5a8f4' })), h("div", { key: 'c338da352126320e70333ad8ae814667e53dc5b4', part: "tooltip", class: "tooltip", id: "tooltip", role: "tooltip", ref: (el) => (this.tooltipEl = el) }, h("div", { key: 'bd0fe7c880bf999ba565959e84cc78412d008fb7', id: "arrow", ref: (el) => (this.arrowEl = el), part: "arrow" }), this.label, h("slot", { key: '67fcc99de5f9db145ce832b7eb46aa0e587ed101', name: "tooltip" }))));
105
+ return (h(Host, { key: '502a8095ff2d516209a343d9fd9d6869757bf68b' }, h("span", { key: '18089635a87113958cb9ff8f3f5f5a44a32456e8', part: "trigger", id: "trigger", ref: (el) => (this.triggerEl = el) }, h("slot", { key: '5a31f0ab6825d8fc822afbb2a55604b5dd306b1c' })), h("div", { key: '8d2859fcdda1429d4527659ff5f7127f6e6fb4d2', part: "tooltip", class: "tooltip", id: "tooltip", role: "tooltip", ref: (el) => (this.tooltipEl = el) }, h("div", { key: '21ee9c44389decfac5bb43a3182ea645b237900d', id: "arrow", ref: (el) => (this.arrowEl = el), part: "arrow" }), this.label, h("slot", { key: '43d0841146bc003133e1b6747fae4a676f9b5324', name: "tooltip" }))));
106
106
  }
107
107
  static get is() { return "rtk-tooltip"; }
108
108
  static get encapsulation() { return "shadow"; }
@@ -40,7 +40,7 @@ export class RtkTranscript {
40
40
  }, 10000);
41
41
  }
42
42
  render() {
43
- return (h(Host, { key: 'ef273b9fcb4646120b31fce89d9c2cc5d4f2c811' }, h("div", { key: '68ec72f68aa52761f1b29c021a9babbe72ed0fd6', class: "ctr" }, h("p", { key: 'db08ea2b280f097b700163954ce8f7893f312919', class: "message" }, h("span", { key: '06fd5928dd075d4edc35bc09859ad51c6b2ec54f', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
43
+ return (h(Host, { key: 'fd94d700d649327bea1b8a330ff663b1c50f6410' }, h("div", { key: 'fd3c08040f88f69793e06fecfc4cfc2538daed6c', class: "ctr" }, h("p", { key: '37400ef63a9b9d8b7b9ef19cdd16d31f61a9245c', class: "message" }, h("span", { key: 'c60bb12c9a5efd0cc0fc1a59b5423cf645e815b6', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
44
44
  }
45
45
  static get is() { return "rtk-transcript"; }
46
46
  static get encapsulation() { return "shadow"; }
@@ -112,12 +112,12 @@ export class RtkVirtualizedParticipantList {
112
112
  render() {
113
113
  var _a;
114
114
  const totalHeight = this.items.length * this.itemHeight; // Total height of the list
115
- return (h("div", { key: '1833065e95b4a443bad339ad8eaccab0c3b6902a', class: "virtual-list-container", style: {
115
+ return (h("div", { key: '0099ee96e7d04a1dc34cfe67c9e9fa5b277f23ea', class: "virtual-list-container", style: {
116
116
  position: 'relative',
117
117
  height: '100%',
118
118
  overflowX: 'hidden',
119
119
  overflowY: 'auto',
120
- } }, h("div", { key: '4b4bd2882d73ee7226c1654bd43649eeffe47ec9', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: 'ad6ae3e3416810066a1071725cee65e4a48e7455', style: { height: `${this.itemHeight}px` } })));
120
+ } }, h("div", { key: '6c6711e855ca31591bbed66e141d8d876a96b9b7', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: 'af72c125ed812de0b089de2f5395c5eb942d5399', style: { height: `${this.itemHeight}px` } })));
121
121
  }
122
122
  static get is() { return "rtk-virtualized-participant-list"; }
123
123
  static get originalStyleUrls() {
@@ -23,7 +23,7 @@ export class RtkWaitingScreen {
23
23
  this.t = useLanguage();
24
24
  }
25
25
  render() {
26
- return (h(Host, { key: '1b65c6ea9a3747fca54e10ae22de1f66f0b5095e' }, h("slot", { key: '1291fd61658c377b46a19a48972bd9fd718a6452' }, h("div", { key: '72d460d5cfaa8aa5ef03a97466a5ea1810c661a6', class: "centered", part: "content" }, h("rtk-logo", { key: 'd9f65cf1ca150090051a7f832eccff954231a53f', meeting: this.meeting, config: this.config, part: "logo", t: this.t }), h("p", { key: '2bf23f63b9bb3aea03c880ea70c2911f919fc299' }, this.t('waitlist.body_text'))))));
26
+ return (h(Host, { key: 'c21b86271de7d3910476d8ea8019848981d0e9d3' }, h("slot", { key: '93494d4d023907869ab1e54a2ca6aa7cfb37f58f' }, h("div", { key: '19aa832688911f8bea9300ed5d96718df6b17aad', class: "centered", part: "content" }, h("rtk-logo", { key: '9508d857a730037a054d29022d6920ad9ff9fab0', meeting: this.meeting, config: this.config, part: "logo", t: this.t }), h("p", { key: 'a88ea02d3b422169ce0c40f13c6c480bf3a176ab' }, this.t('waitlist.body_text'))))));
27
27
  }
28
28
  static get is() { return "rtk-waiting-screen"; }
29
29
  static get encapsulation() { return "shadow"; }
@@ -31,10 +31,10 @@ const RtkTextMessage = /*@__PURE__*/ proxyCustomElement(class RtkTextMessage ext
31
31
  this.showBubble = false;
32
32
  }
33
33
  render() {
34
- return (h(Host, { key: '4182f98abea77690fb9159047ef66c9ca0dbefbf' }, !this.isContinued && (h(ChatHead, { key: '1132b1b04efd80d172e172cfa2c6a8c0de3ff9aa', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '01736d14164f0b10c50243f721f82914012a47a9', class: {
34
+ return (h(Host, { key: '081bf3b9c43779b29c473a6ef3119529443d435d' }, !this.isContinued && (h(ChatHead, { key: 'ce3a404dc58c8f609d338627f6a99e3ee5da52d5', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '5a0edbd3cd07b028179f3272e0d0fad31ce9e946', class: {
35
35
  body: true,
36
36
  bubble: this.showBubble,
37
- }, part: "body" }, h("div", { key: 'fa971c508e884fc58c434d14a5e398e04f046168', class: { text: true, emoji: hasOnlyEmojis(this.message.message) } }, h(TextMessageView, { key: '2ffdf13b83faef9f39f8cd2825ec042a92c6e6a6', message: this.message.message })))));
37
+ }, part: "body" }, h("div", { key: '64dcd0208f66e7d695f4a586540e9ffe832d21cd', class: { text: true, emoji: hasOnlyEmojis(this.message.message) } }, h(TextMessageView, { key: '77fa15c6ea45bdb4b815c508f88ea5f1cb0acfd2', message: this.message.message })))));
38
38
  }
39
39
  }, [0, "rtk-text-message", {
40
40
  "message": [16],
@@ -42,7 +42,7 @@ const RtkTranscript = /*@__PURE__*/ proxyCustomElement(class RtkTranscript exten
42
42
  }, 10000);
43
43
  }
44
44
  render() {
45
- return (h(Host, { key: 'ef273b9fcb4646120b31fce89d9c2cc5d4f2c811' }, h("div", { key: '68ec72f68aa52761f1b29c021a9babbe72ed0fd6', class: "ctr" }, h("p", { key: 'db08ea2b280f097b700163954ce8f7893f312919', class: "message" }, h("span", { key: '06fd5928dd075d4edc35bc09859ad51c6b2ec54f', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
45
+ return (h(Host, { key: 'fd94d700d649327bea1b8a330ff663b1c50f6410' }, h("div", { key: 'fd3c08040f88f69793e06fecfc4cfc2538daed6c', class: "ctr" }, h("p", { key: '37400ef63a9b9d8b7b9ef19cdd16d31f61a9245c', class: "message" }, h("span", { key: 'c60bb12c9a5efd0cc0fc1a59b5423cf645e815b6', class: "name" }, this.transcript.name), ": ", this.transcript.transcript))));
46
46
  }
47
47
  static get watchers() { return {
48
48
  "transcript": ["transcriptChanged"]
@@ -114,7 +114,7 @@ const RtkAiTranscriptions = /*@__PURE__*/ proxyCustomElement(class RtkAiTranscri
114
114
  });
115
115
  }
116
116
  render() {
117
- return (h(Host, { key: '0d09ee05b669f8e47c6dfac6fae8620e74e03c1e' }, h("div", { key: '8fdd627f1677481d9625e94c12c19f095a58e68b', class: "search-bar" }, h("input", { key: 'd1d445c60cb8bc9322956001ffbde3d54226cc07', type: "text", placeholder: "Search Participant", value: this.participantQuery, onInput: (e) => (this.participantQuery = e.target.value) })), this.isProcessing && (h("div", { key: '9bf03104ea9dc5c3a00ab2d2f5e8fe69306ef622', class: "processing" }, h("p", { key: 'e55e8768592e8385e3548d5d92e9f1b798466488' }, "Processing audio...."))), !this.isProcessing && (h("div", { key: '3bb88396a463e4f7ab97f958158d76dfce290bae', class: "content scrollbar", ref: (el) => (this.contentContainer = el) }, h("div", { key: '413e813ef3d7eace41edea448d83a9808a15061a', class: "started-message" }, "Transcription started"), this.renderTranscripts()))));
117
+ return (h(Host, { key: '4b1952a7b031b1e63720ed4a81b818552c82c251' }, h("div", { key: '729f8592ed12147024f378ac101963dd890e1006', class: "search-bar" }, h("input", { key: 'b3ca0a213da793723e7f807e5acec72b264b4667', type: "text", placeholder: "Search Participant", value: this.participantQuery, onInput: (e) => (this.participantQuery = e.target.value) })), this.isProcessing && (h("div", { key: '3fcd1d981d111f4b6969a0236c7de54b9172cd24', class: "processing" }, h("p", { key: 'dbe93a5790f62a9e6bb0621942af5125313012c7' }, "Processing audio...."))), !this.isProcessing && (h("div", { key: 'ef3e85da20cebf072ad4eddcafc3b46579d2534e', class: "content scrollbar", ref: (el) => (this.contentContainer = el) }, h("div", { key: '6af5b7c1e0222bb127e994fdc6505f71c84da5e0', class: "started-message" }, "Transcription started"), this.renderTranscripts()))));
118
118
  }
119
119
  static get watchers() { return {
120
120
  "meeting": ["meetingChanged"],
@@ -118,12 +118,12 @@ const RtkVirtualizedParticipantList = /*@__PURE__*/ proxyCustomElement(class Rtk
118
118
  render() {
119
119
  var _a;
120
120
  const totalHeight = this.items.length * this.itemHeight; // Total height of the list
121
- return (h("div", { key: '1833065e95b4a443bad339ad8eaccab0c3b6902a', class: "virtual-list-container", style: {
121
+ return (h("div", { key: '0099ee96e7d04a1dc34cfe67c9e9fa5b277f23ea', class: "virtual-list-container", style: {
122
122
  position: 'relative',
123
123
  height: '100%',
124
124
  overflowX: 'hidden',
125
125
  overflowY: 'auto',
126
- } }, h("div", { key: '4b4bd2882d73ee7226c1654bd43649eeffe47ec9', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: 'ad6ae3e3416810066a1071725cee65e4a48e7455', style: { height: `${this.itemHeight}px` } })));
126
+ } }, h("div", { key: '6c6711e855ca31591bbed66e141d8d876a96b9b7', style: { height: `${totalHeight}px`, position: 'relative' } }, !((_a = this.items) === null || _a === void 0 ? void 0 : _a.length) ? this.emptyListElement : this.renderItems()), h("div", { key: 'af72c125ed812de0b089de2f5395c5eb942d5399', style: { height: `${this.itemHeight}px` } })));
127
127
  }
128
128
  get el() { return this; }
129
129
  static get watchers() { return {
@@ -2,16 +2,16 @@ import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-
2
2
  import { e as defaultIconPack, i as useLanguage } from './p-e847fee9.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-6f7c46d2.js';
5
- import { d as defineCustomElement$a } from './p-ff320cbb.js';
5
+ import { d as defineCustomElement$a } from './p-95e51bef.js';
6
6
  import { d as defineCustomElement$9 } from './p-1391bef0.js';
7
- import { d as defineCustomElement$8 } from './p-01c968b1.js';
7
+ import { d as defineCustomElement$8 } from './p-5739b5f1.js';
8
8
  import { d as defineCustomElement$7 } from './p-3b29dda1.js';
9
- import { d as defineCustomElement$6 } from './p-f2a47b5b.js';
10
- import { d as defineCustomElement$5 } from './p-93069a8c.js';
11
- import { d as defineCustomElement$4 } from './p-0e8ff1cc.js';
12
- import { d as defineCustomElement$3 } from './p-222454dc.js';
13
- import { d as defineCustomElement$2 } from './p-8b4e32b7.js';
14
- import { d as defineCustomElement$1 } from './p-962c2e24.js';
9
+ import { d as defineCustomElement$6 } from './p-d3588666.js';
10
+ import { d as defineCustomElement$5 } from './p-402db72e.js';
11
+ import { d as defineCustomElement$4 } from './p-520dccab.js';
12
+ import { d as defineCustomElement$3 } from './p-966273a8.js';
13
+ import { d as defineCustomElement$2 } from './p-5b66b8f3.js';
14
+ import { d as defineCustomElement$1 } from './p-011adf66.js';
15
15
 
16
16
  const rtkChatMessageCss = ".message-wrapper{display:flex;gap:var(--rtk-space-2, 8px);margin-left:var(--rtk-space-4, 16px);margin-right:var(--rtk-space-4, 16px);margin-top:var(--rtk-space-4, 16px)}[is-continued] .message-wrapper{margin-top:var(--rtk-space-0, 0px)}.message-wrapper.align-right{flex-direction:row-reverse}.file-picker{display:none}.message{position:relative;display:flex}.show-on-hover rtk-menu{visibility:hidden}.show-on-hover:hover rtk-menu{visibility:visible}.align-right .message{justify-content:flex-end;margin-left:auto}.align-right .message .head{margin-right:var(--rtk-space-1, 4px);margin-left:var(--rtk-space-0, 0px);flex-direction:row-reverse;gap:var(--rtk-space-4, 16px)}.align-right .message rtk-text-message .bubble,.align-right .message rtk-image-message .bubble,.align-right .message rtk-file-message .bubble{padding-right:var(--rtk-space-5, 20px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.align-right .message .actions rtk-icon{color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.align-right rtk-menu{left:auto;right:var(--rtk-space-0, 0px)}.head{margin-bottom:var(--rtk-space-2, 8px);margin-left:var(--rtk-space-1, 4px);display:flex;align-items:center;gap:var(--rtk-space-2, 8px)}.head .name{font-size:14px;font-weight:600}.head .time{font-size:12px;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}rtk-menu{position:absolute;left:var(--rtk-space-0, 0px);top:var(--rtk-space-6, 24px);border-radius:var(--rtk-border-radius-lg, 12px)}rtk-menu rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);cursor:pointer}[is-continued] rtk-menu{top:var(--rtk-space-2, 8px)}.actions{display:flex;align-items:center;justify-content:center;padding:var(--rtk-space-0\\.5, 2px);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent}.actions rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.body{margin-top:var(--rtk-space-1, 4px);margin-bottom:var(--rtk-space-1, 4px);overflow-wrap:break-word;font-size:14px;line-height:1.375}.body .emoji{font-size:24px}.body.bubble{margin-top:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-1, 4px);max-width:var(--rtk-space-96, 384px);padding-top:var(--rtk-space-3, 12px);padding-bottom:var(--rtk-space-3, 12px);padding-left:var(--rtk-space-5, 20px);padding-right:var(--rtk-space-5, 20px);overflow-wrap:break-word;font-size:14px;line-height:1.375;border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.body.bubble p{margin:var(--rtk-space-0, 0px);word-break:break-word}p{margin:var(--rtk-space-0, 0px)}rtk-text-message,rtk-image-message,rtk-file-message{display:block;font-family:var(--rtk-font-family, sans-serif);color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));box-sizing:border-box}*[is-continued]{margin-top:var(--rtk-space-0, 0px)}.image{position:relative;height:var(--rtk-space-40, 160px);max-width:var(--rtk-space-64, 256px);cursor:pointer}.image img{display:none;height:100%;width:100%;border-radius:var(--rtk-border-radius-sm, 4px);-o-object-fit:cover;object-fit:cover}.image .image-spinner{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.image .image-spinner rtk-spinner{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity))}.image .image-errored{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--rtk-border-radius-sm, 4px);background-color:rgba(var(--rtk-colors-danger, 255 45 45) / 0.1);--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}.image .actions{display:none;height:var(--rtk-space-8, 32px);align-items:center;position:absolute;top:var(--rtk-space-2, 8px);right:var(--rtk-space-2, 8px);border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-1000, 255 255 255));overflow:hidden;--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.image .actions .action{height:var(--rtk-space-8, 32px);width:var(--rtk-space-8, 32px);border-radius:var(--rtk-border-radius-none, 0);border-width:var(--rtk-border-width-none, 0);border-style:none;background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.image .actions .action:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.image.loaded img{display:block}.image.loaded .image-spinner{display:none}.image:hover .actions,.image:focus .actions{display:flex}.file{display:flex;align-items:center;gap:var(--rtk-space-1, 4px);padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px);padding-top:var(--rtk-space-1\\.5, 6px);padding-bottom:var(--rtk-space-1\\.5, 6px);border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}.file .file-data{flex:1 1 0%}.file .file-data .name{word-break:break-all;color:rgb(var(--rtk-colors-text-1000, 255 255 255));overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.file .file-data .file-data-split{margin-top:var(--rtk-space-0\\.5, 2px);display:flex;align-items:center;font-size:12px}.file .file-data .file-data-split .ext{margin-right:var(--rtk-space-2, 8px);text-transform:uppercase;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.file .file-data .file-data-split .divider{height:var(--rtk-space-4, 16px);width:var(--rtk-space-0\\.5, 2px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.file .file-data .file-data-split .size{margin-left:var(--rtk-space-2, 8px)}a{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity));text-decoration-line:none}a:hover{text-decoration-line:underline}.new-chat-marker{display:flex;width:100%;align-items:center;gap:var(--rtk-space-2, 8px);--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.new-chat-marker::before{content:'';height:1px;flex:1 1 0%;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / 0.5)}.show-new-messages-ctr{pointer-events:none;display:flex;justify-content:flex-end;padding:var(--rtk-space-3, 12px);z-index:0;margin-top:calc(var(--rtk-space-14, 56px) * -1)}.show-new-messages{pointer-events:auto;--tw-translate-y:calc(var(--rtk-space-6, 24px) * -1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.show-new-messages.active{--tw-translate-y:var(--rtk-space-0, 0px);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}blockquote{margin:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-3, 12px);background-color:transparent}.block-quote,blockquote{--tw-border-spacing-x:1px;--tw-border-spacing-y:1px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);border-top-width:var(--rtk-border-width-none, 0);border-bottom-width:var(--rtk-border-width-none, 0);border-left-width:var(--rtk-border-width-md, 2px);border-right-width:var(--rtk-border-width-none, 0);border-style:solid;border-left-color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));padding:var(--rtk-space-0\\.5, 2px);padding-left:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px) !important;border-radius:var(--rtk-border-radius-sm, 4px);border-top-left-radius:var(--rtk-border-radius-none, 0);border-bottom-left-radius:var(--rtk-border-radius-none, 0)}.link{color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}.align-right .block-quote{border-color:rgb(var(--rtk-colors-text-on-brand-600, var(--rtk-colors-text-600, 255 255 255 / 0.52)));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-bg-opacity))}.align-right .link{color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.align-right .image .actions rtk-icon{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.avatar{display:flex;width:var(--rtk-space-6, 24px)}.avatar rtk-avatar{height:var(--rtk-space-6, 24px);width:var(--rtk-space-6, 24px);font-size:10px}.message{width:75%}.left-align .body{margin-top:var(--rtk-space-4, 16px)}.left-align [is-continued] .body{margin-top:var(--rtk-space-0, 0px)}.left-align .body{--tw-translate-x:calc(var(--rtk-space-8, 32px) * -1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}";
17
17
  const RtkChatMessageStyle0 = rtkChatMessageCss;
@@ -105,11 +105,11 @@ const RtkChatMessage = /*@__PURE__*/ proxyCustomElement(class RtkChatMessage ext
105
105
  } })));
106
106
  }
107
107
  render() {
108
- return (h(Host, { key: '358cc92774694c9c31b965f823efd5047685ddd3' }, h("div", { key: '084dbfc81b75420c66f949b9799a60563c39b6b2', class: {
108
+ return (h(Host, { key: 'a7d70a55ded6f3995de04d97e8daba066af76b46' }, h("div", { key: '1eef4376ab7952b11a9271dcf396ea950e7a06a8', class: {
109
109
  'message-wrapper': true,
110
110
  'align-right': this.alignRight,
111
111
  'left-align': this.leftAlign,
112
- }, "is-continued": this.isContinued }, this.renderAvatar(), h("div", { key: 'e3f3490eccdc1550b9232bf70f2d8f6717f2fac4', class: {
112
+ }, "is-continued": this.isContinued }, this.renderAvatar(), h("div", { key: '0445d70d7d5eaa81b77214e6d0c4ab49da0d9cc6', class: {
113
113
  message: true,
114
114
  'show-on-hover': !this.isTouchDevice(),
115
115
  }, "is-continued": this.isContinued }, this.renderMessage(), this.renderControls()))));
@@ -4,7 +4,7 @@ import { e as defaultIconPack, i as useLanguage } from './p-e847fee9.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-fa8f6b4a.js';
7
+ import { d as defineCustomElement$1 } from './p-85990be7.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: '78ef1fd3a42656601c94561bbfc63f888d8180d3', label: label }, h("rtk-button", { key: 'a0a82e689c2e3a344936db1b3253e36def3a0ce5', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, h("rtk-icon", { key: '1651a9f460e3851ff5296f05cf08554f9da21703', icon: icon }))));
59
+ return (h("rtk-tooltip", { key: '03d24cebc847667a6d59e21d22105c48db0c589c', label: label }, h("rtk-button", { key: 'bddd8cac214d897979c9a38b26643e1027e696e3', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, h("rtk-icon", { key: '0a9756a9f6c1e8ab0c34ea46b3614816aa257df4', icon: icon }))));
60
60
  }
61
61
  static get style() { return RtkFilePickerButtonStyle0; }
62
62
  }, [1, "rtk-file-picker-button", {
@@ -2,11 +2,11 @@ import { p as proxyCustomElement, H, h } from './p-c3592601.js';
2
2
  import { c as createDefaultConfig, e as defaultIconPack, i as useLanguage } from './p-e847fee9.js';
3
3
  import './p-a83ccdbd.js';
4
4
  import { S as SyncWithStore } from './p-6f7c46d2.js';
5
- import { d as defineCustomElement$5 } from './p-ff320cbb.js';
5
+ import { d as defineCustomElement$5 } from './p-95e51bef.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-8b4e32b7.js';
9
- import { d as defineCustomElement$1 } from './p-fa8f6b4a.js';
8
+ import { d as defineCustomElement$2 } from './p-5b66b8f3.js';
9
+ import { d as defineCustomElement$1 } from './p-85990be7.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;
@@ -1,14 +1,14 @@
1
1
  import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-c3592601.js';
2
2
  import { e as defaultIconPack, i as useLanguage, J as resetRoomCount, B as BreakoutRoomsManager, I as participantIdentifier } from './p-e847fee9.js';
3
3
  import { S as SyncWithStore } from './p-6f7c46d2.js';
4
- import { d as defineCustomElement$8 } from './p-ff320cbb.js';
5
- import { d as defineCustomElement$7 } from './p-ffe562b1.js';
6
- import { d as defineCustomElement$6 } from './p-7a04f0cc.js';
4
+ import { d as defineCustomElement$8 } from './p-95e51bef.js';
5
+ import { d as defineCustomElement$7 } from './p-86f18b68.js';
6
+ import { d as defineCustomElement$6 } from './p-bed61d79.js';
7
7
  import { d as defineCustomElement$5 } from './p-1391bef0.js';
8
- import { d as defineCustomElement$4 } from './p-c36a303c.js';
8
+ import { d as defineCustomElement$4 } from './p-ea6b5bf5.js';
9
9
  import { d as defineCustomElement$3 } from './p-3b29dda1.js';
10
- import { d as defineCustomElement$2 } from './p-8b4e32b7.js';
11
- import { d as defineCustomElement$1 } from './p-fa8f6b4a.js';
10
+ import { d as defineCustomElement$2 } from './p-5b66b8f3.js';
11
+ import { d as defineCustomElement$1 } from './p-85990be7.js';
12
12
 
13
13
  const rtkBreakoutRoomsManagerCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}.color-brand{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.color-danger{--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}.loading-content{height:var(--rtk-space-60, 240px);width:var(--rtk-space-96, 384px);padding:var(--rtk-space-9, 36px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));display:flex;align-items:center;justify-content:center}.room-config{overflow:hidden;border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));display:flex;flex-direction:column;width:var(--rtk-space-96, 384px);padding-left:var(--rtk-space-9, 36px);padding-right:var(--rtk-space-9, 36px);padding-top:var(--rtk-space-10, 40px);padding-bottom:var(--rtk-space-10, 40px)}header{margin-bottom:var(--rtk-space-8, 32px);display:flex;align-items:center;gap:var(--rtk-space-2, 8px);font-size:24px;font-weight:600}header rtk-icon{height:var(--rtk-space-7, 28px);width:var(--rtk-space-7, 28px)}.create-room{margin-bottom:var(--rtk-space-4, 16px);display:flex;align-items:center;gap:var(--rtk-space-3, 12px);width:100%}.create-room p{margin:var(--rtk-space-0, 0px);margin-bottom:var(--rtk-space-1, 4px);font-size:16px}.distribution-hint{margin-bottom:var(--rtk-space-8, 32px);font-size:14px;font-weight:400;color:rgb(var(--rtk-colors-text-600, 255 255 255 / 0.52))}.distribution-hint em{font-style:normal;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}footer{display:flex;flex-direction:row;vertical-align:middle;justify-content:center}footer rtk-button{width:100%;color:rgb(var(--rtk-colors-text-1000, 255 255 255))}label{margin-bottom:var(--rtk-space-3, 12px);font-weight:400;color:rgb(var(--rtk-colors-text-1000, 255 255 255));opacity:0.4}.participant-config-wrapper{width:850px;min-height:595px;max-width:100%;max-height:100%;border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));display:flex;flex-direction:column}.participant-config-actions{display:flex;justify-content:space-between;padding-left:var(--rtk-space-8, 32px);padding-right:var(--rtk-space-8, 32px);padding-top:var(--rtk-space-5, 20px);padding-bottom:var(--rtk-space-5, 20px);border-bottom-right-radius:var(--rtk-border-radius-md, 8px);border-bottom-left-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity))}.participant-config{display:flex;flex-grow:1;flex-direction:row;overflow:hidden}aside{box-sizing:border-box;display:flex;width:var(--rtk-space-96, 384px);flex-grow:1;flex-direction:column;padding-left:var(--rtk-space-8, 32px);padding-right:var(--rtk-space-4, 16px);border-right-width:var(--rtk-border-width-sm, 1px);border-top-width:var(--rtk-border-width-none, 0);border-bottom-width:var(--rtk-border-width-none, 0);border-left-width:var(--rtk-border-width-none, 0);border-style:solid;--tw-border-opacity:1;border-right-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-border-opacity))}aside header{margin-bottom:var(--rtk-space-4, 16px);width:100%;padding-left:var(--rtk-space-0, 0px);padding-right:var(--rtk-space-0, 0px);padding-top:var(--rtk-space-8, 32px);font-size:20px;font-weight:500;line-height:2rem}.shuffle-button{display:flex;flex-direction:row;align-items:center}.shuffle-button rtk-icon{height:var(--rtk-space-8, 32px)}.participants-assign-actions{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:14px;padding-left:var(--rtk-space-8, 32px);padding-right:var(--rtk-space-2, 8px);margin-left:calc(var(--rtk-space-8, 32px) * -1);margin-right:calc(var(--rtk-space-4, 16px) * -1);padding-top:var(--rtk-space-0\\.5, 2px);padding-bottom:var(--rtk-space-0\\.5, 2px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity))}.participants-assign-actions .deselect-button{height:var(--rtk-space-6, 24px)}.participants-assign-actions .deselect-button:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity))}.assign-rooms{padding:var(--rtk-space-8, 32px);display:flex;width:100%;flex-direction:column}.assign-rooms .disabled{opacity:0.2}.assign-rooms .back{display:flex;cursor:pointer;flex-direction:row;align-items:center;justify-content:flex-start;padding:var(--rtk-space-4, 16px);padding-bottom:var(--rtk-space-0, 0px);font-size:14px;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}.assign-rooms .back rtk-icon{height:var(--rtk-space-5, 20px)}.assign-rooms .row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rtk-space-3, 12px);margin-bottom:var(--rtk-space-4, 16px);font-size:14px}.assign-rooms .row-header{margin:var(--rtk-space-0, 0px);font-size:16px;line-height:2rem}.assign-rooms .cta-buttons{display:flex;align-items:center;justify-content:flex-start;gap:var(--rtk-space-2, 8px)}.assign-rooms .cta-buttons rtk-button div{display:flex;flex-direction:row;align-items:center}.assign-rooms .cta-buttons rtk-button div rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px)}.rooms{margin-bottom:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-1, 4px);display:flex;flex-grow:1;flex-direction:column;gap:var(--rtk-space-2, 8px);overflow-y:auto;max-height:500px}.rooms::-webkit-scrollbar{width:var(--rtk-space-1\\.5, 6px);border-radius:var(--rtk-border-radius-sm, 4px)}.rooms::-webkit-scrollbar-thumb{border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.rooms::-webkit-scrollbar-track{border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.breakout-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:var(--rtk-space-2, 8px)}.breakout-actions .start-breakout-button{color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.breakout-actions .close-breakout-button{color:rgb(var(--rtk-colors-text-1000, 255 255 255));--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-bg-opacity))}.breakout-actions .update-breakout-button{background-color:transparent;--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity));border-width:var(--rtk-border-width-sm, 1px);border-style:solid;--tw-border-opacity:1;border-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-border-opacity))}.status-bar{display:flex;align-items:center;font-size:14px;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64));width:var(--rtk-space-80, 320px)}.ephemeral-status{--tw-text-opacity:1;color:rgba(var(--rtk-colors-success, 98 165 4) / var(--tw-text-opacity))}.ephemeral-status rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px)}.room-switcher-container{border-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));width:468px;padding:var(--rtk-space-8, 32px)}.add-room-jumbo-btn div{display:flex;align-items:center;gap:var(--rtk-space-1, 4px);font-size:14px;--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.add-room-jumbo-btn div rtk-icon{height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px)}.br-primary-btn:not([disabled]){--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.br-primary-btn:not([disabled]):hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-600, 13 81 253) / var(--tw-bg-opacity))}.br-secondary-btn:not([disabled]){--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity))}.br-secondary-btn:not([disabled]):hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}";
14
14
  const RtkBreakoutRoomsManagerStyle0 = rtkBreakoutRoomsManagerCss;
@@ -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: 'f0941ef37e02d079b4dda653c3a57113267d3d25' }, h("div", { key: '9f403310e285737e0440626b9f124a5dc5c41509', class: "create-poll" }, h("p", { key: '1ff2f6785a7d4d6ee3b5548dd3a1abf84bbb79b8' }, this.t('polls.question')), h("textarea", { key: 'c5c312695ac21a74de5ba3d04f55e36e463f4d41', onInput: () => {
74
+ return (h(Host, { key: '1f4b974280bdec6397d15bc52999c4315e632157' }, h("div", { key: '9fb661dbed5bd632e0b4fcb6b947d1b5d36b10bc', class: "create-poll" }, h("p", { key: 'b9c81e7bd5d12e1780181cabf0a067fc7035cdad' }, this.t('polls.question')), h("textarea", { key: 'b73ee86a22ec71e1bd6ac6a2bb57e118115774dd', 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: '4462865a6f821de368d81dfe3144f9c228e16f0c', class: "add-option", variant: "secondary", onClick: () => this.addOption() }, this.t('polls.option')), h("label", { key: '4123038778cf22ea4605f6605c0b2518579a05cd' }, h("input", { key: '6b2e11df102744af6f03b0e13940bd3035c52506', id: "anonymous", type: "checkbox", onChange: (e) => (this.anonymous = e.target.checked) }), this.t('polls.results.anon')), h("label", { key: '998f5b503a88d7f9a663cfc940291448f3ff93dd' }, h("input", { key: '828db62cad498e2a80519716d79a78995ed3f5b1', 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: '214c318cf10cd1d7e77f5886884e86a4f7cdba8c', kind: "wide", onClick: () => this.handleSubmit() }, this.t('polls.create')), this.error && h("span", { key: '7c160bfde39fca7d73008740395ae0987cc19ff1', 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: 'f6f0e23db7186e3e223fe2992e388f9d6618fb32', class: "add-option", variant: "secondary", onClick: () => this.addOption() }, this.t('polls.option')), h("label", { key: '92b966f4beccd5334d6f6f7659af801fd27bfc64' }, h("input", { key: '454840f62da0e0a028dd7f7f9c3585f0d480d9ab', id: "anonymous", type: "checkbox", onChange: (e) => (this.anonymous = e.target.checked) }), this.t('polls.results.anon')), h("label", { key: '4cd2a60b6c710816a76a8c53d122323d519153e4' }, h("input", { key: '21d01f8caf3ee5e451e6d8fdf654c82e10b36b54', 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: '34ffc871cdeac29c1f2f4ccf3860faace48709c7', kind: "wide", onClick: () => this.handleSubmit() }, this.t('polls.create')), this.error && h("span", { key: 'c0f503daffb8c911b443a356943ff88bbb40805d', class: "error-text" }, this.error.message))));
78
78
  }
79
79
  static get style() { return RtkPollFormStyle0; }
80
80
  }, [1, "rtk-poll-form", {
@@ -60,7 +60,7 @@ const RtkPlugins = /*@__PURE__*/ proxyCustomElement(class RtkPlugins extends H {
60
60
  }
61
61
  }
62
62
  render() {
63
- return (h(Host, { key: 'd9d69e3e7ceca30ee32a1594f2271ee3223240cb' }, h("ul", { key: '98ecf8bcb2186c55cfe0763e2058408b7dba1384', class: "scrollbar" }, this.plugins.map((plugin) => (h("li", { key: plugin.name, class: "plugin" }, h("div", { class: "metadata" }, h("img", { src: plugin.picture }), h("div", { class: "name" }, plugin.name)), !this.activatedPluginsId.includes(plugin.id) && this.canStartPlugins && (h("div", { class: "buttons" }, h("rtk-button", { kind: "icon", size: "lg", onClick: () => {
63
+ return (h(Host, { key: '3b0eac37134293b6fe18b3c32a0c3a14ccb781db' }, h("ul", { key: '9de096a854ed4bcf487ff07ff1f8cdb47345cb45', class: "scrollbar" }, this.plugins.map((plugin) => (h("li", { key: plugin.name, class: "plugin" }, h("div", { class: "metadata" }, h("img", { src: plugin.picture }), h("div", { class: "name" }, plugin.name)), !this.activatedPluginsId.includes(plugin.id) && this.canStartPlugins && (h("div", { class: "buttons" }, h("rtk-button", { kind: "icon", size: "lg", onClick: () => {
64
64
  plugin.activate();
65
65
  this.close();
66
66
  }, "aria-label": `${this.t('activate')} ${plugin.name}` }, h("rtk-icon", { icon: this.iconPack.rocket, tabIndex: -1, "aria-hidden": true })))), this.activatedPluginsId.includes(plugin.id) && this.canClosePlugins && (h("div", { class: "buttons" }, h("rtk-button", { kind: "icon", size: "lg", onClick: () => {
@@ -3,10 +3,10 @@ import { i 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-6f7c46d2.js';
5
5
  import { d as defineCustomElement$5 } from './p-1391bef0.js';
6
- import { d as defineCustomElement$4 } from './p-9c88019e.js';
7
- import { d as defineCustomElement$3 } from './p-6c20da11.js';
6
+ import { d as defineCustomElement$4 } from './p-cd790a43.js';
7
+ import { d as defineCustomElement$3 } from './p-35af8a84.js';
8
8
  import { d as defineCustomElement$2 } from './p-3b29dda1.js';
9
- import { d as defineCustomElement$1 } from './p-8b4e32b7.js';
9
+ import { d as defineCustomElement$1 } from './p-5b66b8f3.js';
10
10
 
11
11
  // https://caniuse.com/mdn-javascript_builtins_number_isfinite
12
12
  const isFiniteNumber = Number.isFinite || function (value) {