@cloudflare/realtimekit-ui 0.0.0 → 0.1.0

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 (1223) hide show
  1. package/README.md +62 -0
  2. package/dist/browser.js +1 -0
  3. package/dist/cjs/ChatHead-d2f094ec.js +46 -0
  4. package/dist/cjs/ResizeObserver.es-ba961f16.js +930 -0
  5. package/dist/cjs/TextMessage-5e193665.js +69 -0
  6. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  7. package/dist/cjs/chat-926e8f05.js +217 -0
  8. package/dist/cjs/clone-2e9a4cae.js +754 -0
  9. package/dist/cjs/config-10bea2dc.js +1183 -0
  10. package/dist/cjs/debounce-6080cc73.js +544 -0
  11. package/dist/cjs/debounce-6dabb441.js +331 -0
  12. package/dist/cjs/file-33e9ed90.js +61 -0
  13. package/dist/cjs/floating-ui.dom.esm-c3c35b98.js +1900 -0
  14. package/dist/cjs/full-screen-de3e9caf.js +55 -0
  15. package/dist/cjs/grid-edc342a7.js +99 -0
  16. package/dist/cjs/hark-c97d0a59.js +301 -0
  17. package/dist/cjs/index-05554ce6.js +2191 -0
  18. package/dist/cjs/index-821d14b7.js +227 -0
  19. package/dist/cjs/index-e33a89b6.js +26 -0
  20. package/dist/cjs/index.cjs.js +267 -0
  21. package/dist/cjs/isObjectLike-73d13a39.js +171 -0
  22. package/dist/cjs/keysIn-8bdbe83d.js +1438 -0
  23. package/dist/cjs/loader.cjs.js +15 -0
  24. package/dist/cjs/notification-a3fb0b56.js +39 -0
  25. package/dist/cjs/realtimekit-ui.cjs.js +25 -0
  26. package/dist/cjs/rtk-ai-toggle.cjs.entry.js +76 -0
  27. package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +138 -0
  28. package/dist/cjs/rtk-ai.cjs.entry.js +91 -0
  29. package/dist/cjs/rtk-audio-grid.cjs.entry.js +116 -0
  30. package/dist/cjs/rtk-audio-tile.cjs.entry.js +130 -0
  31. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +501 -0
  32. package/dist/cjs/rtk-avatar_54.cjs.entry.js +6377 -0
  33. package/dist/cjs/rtk-breakout-rooms-toggle.cjs.entry.js +86 -0
  34. package/dist/cjs/rtk-camera-selector_2.cjs.entry.js +281 -0
  35. package/dist/cjs/rtk-camera-toggle.cjs.entry.js +186 -0
  36. package/dist/cjs/rtk-caption-toggle.cjs.entry.js +84 -0
  37. package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +147 -0
  38. package/dist/cjs/rtk-chat-composer-ui.cjs.entry.js +315 -0
  39. package/dist/cjs/rtk-chat-selector-ui.cjs.entry.js +78 -0
  40. package/dist/cjs/rtk-chat-toggle.cjs.entry.js +138 -0
  41. package/dist/cjs/rtk-clock.cjs.entry.js +98 -0
  42. package/dist/cjs/rtk-controlbar-button.cjs.entry.js +49 -0
  43. package/dist/cjs/rtk-controlbar.cjs.entry.js +66 -0
  44. package/dist/cjs/rtk-debugger-toggle.cjs.entry.js +61 -0
  45. package/dist/cjs/rtk-ended-screen.cjs.entry.js +109 -0
  46. package/dist/cjs/rtk-file-dropzone.cjs.entry.js +60 -0
  47. package/dist/cjs/rtk-fullscreen-toggle.cjs.entry.js +86 -0
  48. package/dist/cjs/rtk-grid-pagination.cjs.entry.js +159 -0
  49. package/dist/cjs/rtk-grid.cjs.entry.js +362 -0
  50. package/dist/cjs/rtk-header.cjs.entry.js +66 -0
  51. package/dist/cjs/rtk-idle-screen.cjs.entry.js +47 -0
  52. package/dist/cjs/rtk-image-viewer.cjs.entry.js +62 -0
  53. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +37 -0
  54. package/dist/cjs/rtk-leave-button.cjs.entry.js +52 -0
  55. package/dist/cjs/rtk-livestream-indicator_3.cjs.entry.js +29148 -0
  56. package/dist/cjs/rtk-livestream-toggle.cjs.entry.js +142 -0
  57. package/dist/cjs/rtk-meeting-title.cjs.entry.js +49 -0
  58. package/dist/cjs/rtk-message-list-view.cjs.entry.js +285 -0
  59. package/dist/cjs/rtk-mic-toggle.cjs.entry.js +184 -0
  60. package/dist/cjs/rtk-mixed-grid.cjs.entry.js +226 -0
  61. package/dist/cjs/rtk-more-toggle.cjs.entry.js +77 -0
  62. package/dist/cjs/rtk-mute-all-button.cjs.entry.js +79 -0
  63. package/dist/cjs/rtk-name-tag.cjs.entry.js +72 -0
  64. package/dist/cjs/rtk-network-indicator.cjs.entry.js +86 -0
  65. package/dist/cjs/rtk-participant-count.cjs.entry.js +91 -0
  66. package/dist/cjs/rtk-participant-setup.cjs.entry.js +118 -0
  67. package/dist/cjs/rtk-participant_2.cjs.entry.js +419 -0
  68. package/dist/cjs/rtk-participants-audio.cjs.entry.js +207 -0
  69. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +466 -0
  70. package/dist/cjs/rtk-participants-toggle.cjs.entry.js +150 -0
  71. package/dist/cjs/rtk-participants.cjs.entry.js +190 -0
  72. package/dist/cjs/rtk-pip-toggle.cjs.entry.js +88 -0
  73. package/dist/cjs/rtk-plugin-main_2.cjs.entry.js +196 -0
  74. package/dist/cjs/rtk-plugins-toggle.cjs.entry.js +106 -0
  75. package/dist/cjs/rtk-plugins_2.cjs.entry.js +181 -0
  76. package/dist/cjs/rtk-poll_2.cjs.entry.js +142 -0
  77. package/dist/cjs/rtk-polls-toggle.cjs.entry.js +117 -0
  78. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +70 -0
  79. package/dist/cjs/rtk-recording-toggle.cjs.entry.js +162 -0
  80. package/dist/cjs/rtk-screen-share-toggle.cjs.entry.js +265 -0
  81. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +149 -0
  82. package/dist/cjs/rtk-settings-audio_2.cjs.entry.js +150 -0
  83. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +57 -0
  84. package/dist/cjs/rtk-settings.cjs.entry.js +124 -0
  85. package/dist/cjs/rtk-setup-screen.cjs.entry.js +120 -0
  86. package/dist/cjs/rtk-sidebar-ui.cjs.entry.js +80 -0
  87. package/dist/cjs/rtk-sidebar.cjs.entry.js +151 -0
  88. package/dist/cjs/rtk-simple-grid.cjs.entry.js +118 -0
  89. package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +107 -0
  90. package/dist/cjs/rtk-spotlight-indicator.cjs.entry.js +85 -0
  91. package/dist/cjs/rtk-stage-toggle.cjs.entry.js +147 -0
  92. package/dist/cjs/rtk-stage.cjs.entry.js +43 -0
  93. package/dist/cjs/rtk-transcript.cjs.entry.js +58 -0
  94. package/dist/cjs/rtk-transcripts.cjs.entry.js +167 -0
  95. package/dist/cjs/rtk-ui-provider.cjs.entry.js +168 -0
  96. package/dist/cjs/rtk-waiting-screen.cjs.entry.js +47 -0
  97. package/dist/cjs/scroll-c6404609.js +15 -0
  98. package/dist/cjs/sidebar-7189b8fd.js +50 -0
  99. package/dist/cjs/size-2a406e36.js +28 -0
  100. package/dist/cjs/string-a410fab6.js +64 -0
  101. package/dist/cjs/ui-store-81ede08e.js +1608 -0
  102. package/dist/collection/collection-manifest.json +149 -0
  103. package/dist/collection/components/rtk-ai/rtk-ai.css +69 -0
  104. package/dist/collection/components/rtk-ai/rtk-ai.js +292 -0
  105. package/dist/collection/components/rtk-ai-toggle/rtk-ai-toggle.css +8 -0
  106. package/dist/collection/components/rtk-ai-toggle/rtk-ai-toggle.js +257 -0
  107. package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.css +139 -0
  108. package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.js +221 -0
  109. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.css +102 -0
  110. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.js +292 -0
  111. package/dist/collection/components/rtk-audio-tile/rtk-audio-tile.css +118 -0
  112. package/dist/collection/components/rtk-audio-tile/rtk-audio-tile.js +308 -0
  113. package/dist/collection/components/rtk-audio-visualizer/rtk-audio-visualizer.css +46 -0
  114. package/dist/collection/components/rtk-audio-visualizer/rtk-audio-visualizer.js +324 -0
  115. package/dist/collection/components/rtk-avatar/rtk-avatar.css +117 -0
  116. package/dist/collection/components/rtk-avatar/rtk-avatar.js +202 -0
  117. package/dist/collection/components/rtk-breakout-room-manager/rtk-breakout-room-manager.css +272 -0
  118. package/dist/collection/components/rtk-breakout-room-manager/rtk-breakout-room-manager.js +509 -0
  119. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.css +269 -0
  120. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.js +305 -0
  121. package/dist/collection/components/rtk-breakout-room-toggle/rtk-breakout-rooms-toggle.css +17 -0
  122. package/dist/collection/components/rtk-breakout-room-toggle/rtk-breakout-rooms-toggle.js +273 -0
  123. package/dist/collection/components/rtk-breakout-rooms-manager/rtk-breakout-rooms-manager.css +379 -0
  124. package/dist/collection/components/rtk-breakout-rooms-manager/rtk-breakout-rooms-manager.js +481 -0
  125. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.css +111 -0
  126. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +198 -0
  127. package/dist/collection/components/rtk-button/rtk-button.css +185 -0
  128. package/dist/collection/components/rtk-button/rtk-button.js +198 -0
  129. package/dist/collection/components/rtk-camera-selector/rtk-camera-selector.css +146 -0
  130. package/dist/collection/components/rtk-camera-selector/rtk-camera-selector.js +263 -0
  131. package/dist/collection/components/rtk-camera-toggle/rtk-camera-toggle.css +22 -0
  132. package/dist/collection/components/rtk-camera-toggle/rtk-camera-toggle.js +350 -0
  133. package/dist/collection/components/rtk-caption-toggle/rtk-caption-toggle.css +17 -0
  134. package/dist/collection/components/rtk-caption-toggle/rtk-caption-toggle.js +289 -0
  135. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.css +210 -0
  136. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.js +287 -0
  137. package/dist/collection/components/rtk-channel-details/rtk-channel-details.css +93 -0
  138. package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +148 -0
  139. package/dist/collection/components/rtk-channel-header/rtk-channel-header.css +99 -0
  140. package/dist/collection/components/rtk-channel-header/rtk-channel-header.js +255 -0
  141. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.css +330 -0
  142. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +283 -0
  143. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.css +306 -0
  144. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.js +341 -0
  145. package/dist/collection/components/rtk-chat/components/ChatHead.js +6 -0
  146. package/dist/collection/components/rtk-chat/rtk-chat.css +224 -0
  147. package/dist/collection/components/rtk-chat/rtk-chat.js +866 -0
  148. package/dist/collection/components/rtk-chat-composer-ui/rtk-chat-composer-ui.css +304 -0
  149. package/dist/collection/components/rtk-chat-composer-ui/rtk-chat-composer-ui.js +583 -0
  150. package/dist/collection/components/rtk-chat-composer-view/rtk-chat-composer-view.css +111 -0
  151. package/dist/collection/components/rtk-chat-composer-view/rtk-chat-composer-view.js +535 -0
  152. package/dist/collection/components/rtk-chat-message/rtk-chat-message.css +428 -0
  153. package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +569 -0
  154. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.css +191 -0
  155. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +420 -0
  156. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.css +7 -0
  157. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +465 -0
  158. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.css +22 -0
  159. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +170 -0
  160. package/dist/collection/components/rtk-chat-selector-ui/rtk-chat-selector-ui.css +219 -0
  161. package/dist/collection/components/rtk-chat-selector-ui/rtk-chat-selector-ui.js +245 -0
  162. package/dist/collection/components/rtk-chat-toggle/rtk-chat-toggle.css +65 -0
  163. package/dist/collection/components/rtk-chat-toggle/rtk-chat-toggle.js +338 -0
  164. package/dist/collection/components/rtk-clock/rtk-clock.css +46 -0
  165. package/dist/collection/components/rtk-clock/rtk-clock.js +163 -0
  166. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.css +68 -0
  167. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.js +198 -0
  168. package/dist/collection/components/rtk-controlbar/rtk-controlbar.css +32 -0
  169. package/dist/collection/components/rtk-controlbar/rtk-controlbar.js +259 -0
  170. package/dist/collection/components/rtk-controlbar-button/rtk-controlbar-button.css +188 -0
  171. package/dist/collection/components/rtk-controlbar-button/rtk-controlbar-button.js +248 -0
  172. package/dist/collection/components/rtk-counter/rtk-counter.css +64 -0
  173. package/dist/collection/components/rtk-counter/rtk-counter.js +219 -0
  174. package/dist/collection/components/rtk-debugger/rtk-debugger.css +262 -0
  175. package/dist/collection/components/rtk-debugger/rtk-debugger.js +271 -0
  176. package/dist/collection/components/rtk-debugger-audio/rtk-debugger-audio.css +180 -0
  177. package/dist/collection/components/rtk-debugger-audio/rtk-debugger-audio.js +294 -0
  178. package/dist/collection/components/rtk-debugger-screenshare/rtk-debugger-screenshare.css +175 -0
  179. package/dist/collection/components/rtk-debugger-screenshare/rtk-debugger-screenshare.js +339 -0
  180. package/dist/collection/components/rtk-debugger-system/rtk-debugger-system.css +176 -0
  181. package/dist/collection/components/rtk-debugger-system/rtk-debugger-system.js +260 -0
  182. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.css +17 -0
  183. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.js +234 -0
  184. package/dist/collection/components/rtk-debugger-video/rtk-debugger-video.css +180 -0
  185. package/dist/collection/components/rtk-debugger-video/rtk-debugger-video.js +306 -0
  186. package/dist/collection/components/rtk-dialog/rtk-dialog.css +47 -0
  187. package/dist/collection/components/rtk-dialog/rtk-dialog.js +322 -0
  188. package/dist/collection/components/rtk-dialog-manager/rtk-dialog-manager.css +17 -0
  189. package/dist/collection/components/rtk-dialog-manager/rtk-dialog-manager.js +343 -0
  190. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.css +81 -0
  191. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.js +180 -0
  192. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.css +141 -0
  193. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.js +192 -0
  194. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.css +3 -0
  195. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.js +113 -0
  196. package/dist/collection/components/rtk-ended-screen/rtk-ended-screen.css +80 -0
  197. package/dist/collection/components/rtk-ended-screen/rtk-ended-screen.js +270 -0
  198. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.css +20 -0
  199. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.js +162 -0
  200. package/dist/collection/components/rtk-file-message/rtk-file-message.js +186 -0
  201. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.css +76 -0
  202. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.js +127 -0
  203. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.css +3 -0
  204. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.js +206 -0
  205. package/dist/collection/components/rtk-fullscreen-toggle/rtk-fullscreen-toggle.css +22 -0
  206. package/dist/collection/components/rtk-fullscreen-toggle/rtk-fullscreen-toggle.js +268 -0
  207. package/dist/collection/components/rtk-grid/rtk-grid.css +122 -0
  208. package/dist/collection/components/rtk-grid/rtk-grid.js +678 -0
  209. package/dist/collection/components/rtk-grid-pagination/rtk-grid-pagination.css +174 -0
  210. package/dist/collection/components/rtk-grid-pagination/rtk-grid-pagination.js +327 -0
  211. package/dist/collection/components/rtk-header/rtk-header.css +35 -0
  212. package/dist/collection/components/rtk-header/rtk-header.js +259 -0
  213. package/dist/collection/components/rtk-icon/rtk-icon.css +73 -0
  214. package/dist/collection/components/rtk-icon/rtk-icon.js +124 -0
  215. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.css +40 -0
  216. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +152 -0
  217. package/dist/collection/components/rtk-image-message/rtk-image-message.css +21 -0
  218. package/dist/collection/components/rtk-image-message/rtk-image-message.js +235 -0
  219. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.css +117 -0
  220. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +152 -0
  221. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.css +99 -0
  222. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +183 -0
  223. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.css +41 -0
  224. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +65 -0
  225. package/dist/collection/components/rtk-join-stage/rtk-join-stage.css +131 -0
  226. package/dist/collection/components/rtk-join-stage/rtk-join-stage.js +310 -0
  227. package/dist/collection/components/rtk-leave-button/rtk-leave-button.css +17 -0
  228. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +182 -0
  229. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.css +75 -0
  230. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +239 -0
  231. package/dist/collection/components/rtk-livestream-indicator/rtk-livestream-indicator.css +65 -0
  232. package/dist/collection/components/rtk-livestream-indicator/rtk-livestream-indicator.js +180 -0
  233. package/dist/collection/components/rtk-livestream-player/rtk-livestream-player.css +177 -0
  234. package/dist/collection/components/rtk-livestream-player/rtk-livestream-player.js +485 -0
  235. package/dist/collection/components/rtk-livestream-toggle/rtk-livestream-toggle.css +22 -0
  236. package/dist/collection/components/rtk-livestream-toggle/rtk-livestream-toggle.js +315 -0
  237. package/dist/collection/components/rtk-logo/rtk-logo.css +34 -0
  238. package/dist/collection/components/rtk-logo/rtk-logo.js +177 -0
  239. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.css +44 -0
  240. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +136 -0
  241. package/dist/collection/components/rtk-meeting/rtk-meeting.css +43 -0
  242. package/dist/collection/components/rtk-meeting/rtk-meeting.js +520 -0
  243. package/dist/collection/components/rtk-meeting-title/rtk-meeting-title.css +38 -0
  244. package/dist/collection/components/rtk-meeting-title/rtk-meeting-title.js +128 -0
  245. package/dist/collection/components/rtk-menu/rtk-menu.css +25 -0
  246. package/dist/collection/components/rtk-menu/rtk-menu.js +217 -0
  247. package/dist/collection/components/rtk-menu-item/rtk-menu-item.css +46 -0
  248. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +130 -0
  249. package/dist/collection/components/rtk-menu-list/rtk-menu-list.css +30 -0
  250. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +100 -0
  251. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.css +68 -0
  252. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +439 -0
  253. package/dist/collection/components/rtk-message-view/rtk-message-view.css +169 -0
  254. package/dist/collection/components/rtk-message-view/rtk-message-view.js +283 -0
  255. package/dist/collection/components/rtk-mic-toggle/rtk-mic-toggle.css +27 -0
  256. package/dist/collection/components/rtk-mic-toggle/rtk-mic-toggle.js +348 -0
  257. package/dist/collection/components/rtk-microphone-selector/rtk-microphone-selector.css +146 -0
  258. package/dist/collection/components/rtk-microphone-selector/rtk-microphone-selector.js +276 -0
  259. package/dist/collection/components/rtk-mixed-grid/rtk-mixed-grid.css +257 -0
  260. package/dist/collection/components/rtk-mixed-grid/rtk-mixed-grid.js +577 -0
  261. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.css +61 -0
  262. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +210 -0
  263. package/dist/collection/components/rtk-mute-all-button/rtk-mute-all-button.css +17 -0
  264. package/dist/collection/components/rtk-mute-all-button/rtk-mute-all-button.js +237 -0
  265. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.css +74 -0
  266. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +185 -0
  267. package/dist/collection/components/rtk-name-tag/rtk-name-tag.css +55 -0
  268. package/dist/collection/components/rtk-name-tag/rtk-name-tag.js +253 -0
  269. package/dist/collection/components/rtk-network-indicator/rtk-network-indicator.css +68 -0
  270. package/dist/collection/components/rtk-network-indicator/rtk-network-indicator.js +213 -0
  271. package/dist/collection/components/rtk-notification/rtk-notification.css +161 -0
  272. package/dist/collection/components/rtk-notification/rtk-notification.js +226 -0
  273. package/dist/collection/components/rtk-notifications/rtk-notifications.css +30 -0
  274. package/dist/collection/components/rtk-notifications/rtk-notifications.js +736 -0
  275. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.css +41 -0
  276. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +181 -0
  277. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.css +337 -0
  278. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +591 -0
  279. package/dist/collection/components/rtk-participant/rtk-participant.css +91 -0
  280. package/dist/collection/components/rtk-participant/rtk-participant.js +503 -0
  281. package/dist/collection/components/rtk-participant-count/rtk-participant-count.css +42 -0
  282. package/dist/collection/components/rtk-participant-count/rtk-participant-count.js +205 -0
  283. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.css +111 -0
  284. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +338 -0
  285. package/dist/collection/components/rtk-participant-tile/rtk-participant-tile.css +283 -0
  286. package/dist/collection/components/rtk-participant-tile/rtk-participant-tile.js +464 -0
  287. package/dist/collection/components/rtk-participants/rtk-participants.css +127 -0
  288. package/dist/collection/components/rtk-participants/rtk-participants.js +404 -0
  289. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.css +46 -0
  290. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +282 -0
  291. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.css +61 -0
  292. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +364 -0
  293. package/dist/collection/components/rtk-participants-stage-queue/rtk-participants-stage-queue.css +116 -0
  294. package/dist/collection/components/rtk-participants-stage-queue/rtk-participants-stage-queue.js +285 -0
  295. package/dist/collection/components/rtk-participants-toggle/rtk-participants-toggle.css +50 -0
  296. package/dist/collection/components/rtk-participants-toggle/rtk-participants-toggle.js +348 -0
  297. package/dist/collection/components/rtk-participants-viewer-list/rtk-participants-viewer-list.css +58 -0
  298. package/dist/collection/components/rtk-participants-viewer-list/rtk-participants-viewer-list.js +326 -0
  299. package/dist/collection/components/rtk-participants-waiting-list/rtk-participants-waiting-list.css +107 -0
  300. package/dist/collection/components/rtk-participants-waiting-list/rtk-participants-waiting-list.js +263 -0
  301. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.css +110 -0
  302. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +325 -0
  303. package/dist/collection/components/rtk-pip-toggle/rtk-pip-toggle.css +22 -0
  304. package/dist/collection/components/rtk-pip-toggle/rtk-pip-toggle.js +293 -0
  305. package/dist/collection/components/rtk-plugin-main/rtk-plugin-main.css +89 -0
  306. package/dist/collection/components/rtk-plugin-main/rtk-plugin-main.js +232 -0
  307. package/dist/collection/components/rtk-plugins/rtk-plugins.css +105 -0
  308. package/dist/collection/components/rtk-plugins/rtk-plugins.js +251 -0
  309. package/dist/collection/components/rtk-plugins-toggle/rtk-plugins-toggle.css +22 -0
  310. package/dist/collection/components/rtk-plugins-toggle/rtk-plugins-toggle.js +301 -0
  311. package/dist/collection/components/rtk-poll/rtk-poll.css +153 -0
  312. package/dist/collection/components/rtk-poll/rtk-poll.js +202 -0
  313. package/dist/collection/components/rtk-poll-form/rtk-poll-form.css +121 -0
  314. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +175 -0
  315. package/dist/collection/components/rtk-polls/rtk-polls.css +69 -0
  316. package/dist/collection/components/rtk-polls/rtk-polls.js +242 -0
  317. package/dist/collection/components/rtk-polls-toggle/rtk-polls-toggle.css +51 -0
  318. package/dist/collection/components/rtk-polls-toggle/rtk-polls-toggle.js +315 -0
  319. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.css +63 -0
  320. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +184 -0
  321. package/dist/collection/components/rtk-recording-toggle/rtk-recording-toggle.css +17 -0
  322. package/dist/collection/components/rtk-recording-toggle/rtk-recording-toggle.js +342 -0
  323. package/dist/collection/components/rtk-screen-share-toggle/rtk-screen-share-toggle.css +22 -0
  324. package/dist/collection/components/rtk-screen-share-toggle/rtk-screen-share-toggle.js +469 -0
  325. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.css +294 -0
  326. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +394 -0
  327. package/dist/collection/components/rtk-settings/rtk-settings.css +241 -0
  328. package/dist/collection/components/rtk-settings/rtk-settings.js +286 -0
  329. package/dist/collection/components/rtk-settings-audio/rtk-settings-audio.css +59 -0
  330. package/dist/collection/components/rtk-settings-audio/rtk-settings-audio.js +230 -0
  331. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.css +17 -0
  332. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +216 -0
  333. package/dist/collection/components/rtk-settings-video/rtk-settings-video.css +135 -0
  334. package/dist/collection/components/rtk-settings-video/rtk-settings-video.js +256 -0
  335. package/dist/collection/components/rtk-setup-screen/rtk-setup-screen.css +175 -0
  336. package/dist/collection/components/rtk-setup-screen/rtk-setup-screen.js +309 -0
  337. package/dist/collection/components/rtk-sidebar/rtk-sidebar.css +65 -0
  338. package/dist/collection/components/rtk-sidebar/rtk-sidebar.js +417 -0
  339. package/dist/collection/components/rtk-sidebar-ui/rtk-sidebar-ui.css +135 -0
  340. package/dist/collection/components/rtk-sidebar-ui/rtk-sidebar-ui.js +289 -0
  341. package/dist/collection/components/rtk-simple-grid/rtk-simple-grid.css +20 -0
  342. package/dist/collection/components/rtk-simple-grid/rtk-simple-grid.js +343 -0
  343. package/dist/collection/components/rtk-speaker-selector/rtk-speaker-selector.css +144 -0
  344. package/dist/collection/components/rtk-speaker-selector/rtk-speaker-selector.js +299 -0
  345. package/dist/collection/components/rtk-spinner/rtk-spinner.css +52 -0
  346. package/dist/collection/components/rtk-spinner/rtk-spinner.js +99 -0
  347. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.css +88 -0
  348. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +402 -0
  349. package/dist/collection/components/rtk-spotlight-indicator/rtk-spotlight-indicator.css +102 -0
  350. package/dist/collection/components/rtk-spotlight-indicator/rtk-spotlight-indicator.js +195 -0
  351. package/dist/collection/components/rtk-stage/rtk-stage.css +19 -0
  352. package/dist/collection/components/rtk-stage/rtk-stage.js +125 -0
  353. package/dist/collection/components/rtk-stage-toggle/rtk-stage-toggle.css +22 -0
  354. package/dist/collection/components/rtk-stage-toggle/rtk-stage-toggle.js +321 -0
  355. package/dist/collection/components/rtk-switch/rtk-switch.css +51 -0
  356. package/dist/collection/components/rtk-switch/rtk-switch.js +211 -0
  357. package/dist/collection/components/rtk-tab-bar/rtk-tab-bar.css +194 -0
  358. package/dist/collection/components/rtk-tab-bar/rtk-tab-bar.js +330 -0
  359. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.css +81 -0
  360. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +316 -0
  361. package/dist/collection/components/rtk-text-message/components/TextMessage.js +62 -0
  362. package/dist/collection/components/rtk-text-message/rtk-text-message.js +185 -0
  363. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.css +25 -0
  364. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +68 -0
  365. package/dist/collection/components/rtk-tooltip/rtk-tooltip.css +67 -0
  366. package/dist/collection/components/rtk-tooltip/rtk-tooltip.js +349 -0
  367. package/dist/collection/components/rtk-transcript/rtk-transcript.css +96 -0
  368. package/dist/collection/components/rtk-transcript/rtk-transcript.js +140 -0
  369. package/dist/collection/components/rtk-transcripts/rtk-transcripts.css +32 -0
  370. package/dist/collection/components/rtk-transcripts/rtk-transcripts.js +281 -0
  371. package/dist/collection/components/rtk-ui-provider/rtk-ui-provider.css +5 -0
  372. package/dist/collection/components/rtk-ui-provider/rtk-ui-provider.js +374 -0
  373. package/dist/collection/components/rtk-viewer-count/rtk-viewer-count.css +61 -0
  374. package/dist/collection/components/rtk-viewer-count/rtk-viewer-count.js +191 -0
  375. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.css +4 -0
  376. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +264 -0
  377. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.css +45 -0
  378. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +148 -0
  379. package/dist/collection/exports.js +16 -0
  380. package/dist/collection/index.js +2 -0
  381. package/dist/collection/lib/addons/index.js +19 -0
  382. package/dist/collection/lib/audio.js +54 -0
  383. package/dist/collection/lib/builder/index.js +203 -0
  384. package/dist/collection/lib/default-ui-config.js +324 -0
  385. package/dist/collection/lib/grid.js +94 -0
  386. package/dist/collection/lib/icons/default-icon-pack.js +87 -0
  387. package/dist/collection/lib/icons/index.js +20 -0
  388. package/dist/collection/lib/lang/default-language.js +415 -0
  389. package/dist/collection/lib/lang/index.js +17 -0
  390. package/dist/collection/lib/notification.js +34 -0
  391. package/dist/collection/lib/render/index.js +97 -0
  392. package/dist/collection/lib/render/utils.js +115 -0
  393. package/dist/collection/lib/visualizer.js +42 -0
  394. package/dist/collection/theme/colors.js +130 -0
  395. package/dist/collection/theme/index.js +65 -0
  396. package/dist/collection/theme/presets/border.js +46 -0
  397. package/dist/collection/theme/presets/themes.js +35 -0
  398. package/dist/collection/theme/space.js +17 -0
  399. package/dist/collection/theme/tests/space.spec.js +17 -0
  400. package/dist/collection/types/floating-ui.js +1 -0
  401. package/dist/collection/types/props.js +1 -0
  402. package/dist/collection/types/rtk-ai.js +1 -0
  403. package/dist/collection/types/rtk-client.js +10 -0
  404. package/dist/collection/types/ui-config/config.js +35 -0
  405. package/dist/collection/types/ui-config/design-tokens.js +1 -0
  406. package/dist/collection/types/ui-config/index.js +1 -0
  407. package/dist/collection/types/ui-config/root.js +1 -0
  408. package/dist/collection/utils/assets.js +13 -0
  409. package/dist/collection/utils/breakout-rooms-manager.js +299 -0
  410. package/dist/collection/utils/breakout-rooms.js +69 -0
  411. package/dist/collection/utils/chat.js +198 -0
  412. package/dist/collection/utils/clone.js +7 -0
  413. package/dist/collection/utils/color.js +175 -0
  414. package/dist/collection/utils/config.js +359 -0
  415. package/dist/collection/utils/date.js +30 -0
  416. package/dist/collection/utils/debugger-utils.js +83 -0
  417. package/dist/collection/utils/file.js +54 -0
  418. package/dist/collection/utils/flags.js +24 -0
  419. package/dist/collection/utils/full-screen.js +48 -0
  420. package/dist/collection/utils/graceful-storage.js +18 -0
  421. package/dist/collection/utils/livestream.js +100 -0
  422. package/dist/collection/utils/notification.js +15 -0
  423. package/dist/collection/utils/provide-design-system.js +114 -0
  424. package/dist/collection/utils/scroll.js +11 -0
  425. package/dist/collection/utils/sidebar.js +42 -0
  426. package/dist/collection/utils/size.js +14 -0
  427. package/dist/collection/utils/stage.js +9 -0
  428. package/dist/collection/utils/string.js +56 -0
  429. package/dist/collection/utils/sync-with-store/index.js +21 -0
  430. package/dist/collection/utils/sync-with-store/ui-store.js +56 -0
  431. package/dist/collection/utils/time.js +9 -0
  432. package/dist/collection/utils/troubleshooter.js +469 -0
  433. package/dist/collection/utils/user-prefs.js +20 -0
  434. package/dist/components/index.d.ts +33 -0
  435. package/dist/components/index.js +246 -0
  436. package/dist/components/p-00905b54.js +108 -0
  437. package/dist/components/p-02f19345.js +50 -0
  438. package/dist/components/p-05d46a0e.js +307 -0
  439. package/dist/components/p-0752f2ba.js +13 -0
  440. package/dist/components/p-08020b3c.js +213 -0
  441. package/dist/components/p-0abe4b8a.js +200 -0
  442. package/dist/components/p-0b087be2.js +77 -0
  443. package/dist/components/p-0e02697c.js +85 -0
  444. package/dist/components/p-0e6f6af9.js +79 -0
  445. package/dist/components/p-0f77783d.js +951 -0
  446. package/dist/components/p-11a9a3ec.js +81 -0
  447. package/dist/components/p-132d39f6.js +131 -0
  448. package/dist/components/p-18164a2e.js +114 -0
  449. package/dist/components/p-190af711.js +125 -0
  450. package/dist/components/p-1b5e871d.js +199 -0
  451. package/dist/components/p-1ba98d57.js +628 -0
  452. package/dist/components/p-1edce9ef.js +68 -0
  453. package/dist/components/p-2134aa95.js +95 -0
  454. package/dist/components/p-2283539e.js +105 -0
  455. package/dist/components/p-24ac331b.js +83 -0
  456. package/dist/components/p-282cc869.js +128 -0
  457. package/dist/components/p-291cbe98.js +92 -0
  458. package/dist/components/p-2c3cda13.js +164 -0
  459. package/dist/components/p-2c95df3f.js +168 -0
  460. package/dist/components/p-2ca7a08a.js +95 -0
  461. package/dist/components/p-2f10ccec.js +93 -0
  462. package/dist/components/p-31964573.js +1892 -0
  463. package/dist/components/p-31a1dc4d.js +159 -0
  464. package/dist/components/p-3358d7dc.js +108 -0
  465. package/dist/components/p-338c7261.js +58 -0
  466. package/dist/components/p-34ee27d0.js +96 -0
  467. package/dist/components/p-3628bdcd.js +168 -0
  468. package/dist/components/p-382270d8.js +32 -0
  469. package/dist/components/p-39c19f58.js +103 -0
  470. package/dist/components/p-3d5ca4ac.js +156 -0
  471. package/dist/components/p-3d754c34.js +62 -0
  472. package/dist/components/p-3ed36ca2.js +161 -0
  473. package/dist/components/p-3f882e7c.js +299 -0
  474. package/dist/components/p-3fb24e88.js +264 -0
  475. package/dist/components/p-400d8f0d.js +85 -0
  476. package/dist/components/p-40b08033.js +86 -0
  477. package/dist/components/p-40b74b04.js +390 -0
  478. package/dist/components/p-43de959f.js +178 -0
  479. package/dist/components/p-46923b34.js +1409 -0
  480. package/dist/components/p-4ee52c16.js +37 -0
  481. package/dist/components/p-4f0299cf.js +155 -0
  482. package/dist/components/p-53d81684.js +194 -0
  483. package/dist/components/p-55910bec.js +116 -0
  484. package/dist/components/p-5cd5f7db.js +103 -0
  485. package/dist/components/p-60fdbd75.js +224 -0
  486. package/dist/components/p-62471047.js +204 -0
  487. package/dist/components/p-6a516f83.js +179 -0
  488. package/dist/components/p-736ab8a0.js +211 -0
  489. package/dist/components/p-74baedf6.js +309 -0
  490. package/dist/components/p-774b8b25.js +215 -0
  491. package/dist/components/p-7a0a4ea1.js +115 -0
  492. package/dist/components/p-7d3797ee.js +223 -0
  493. package/dist/components/p-80b25cac.js +305 -0
  494. package/dist/components/p-8149712f.js +105 -0
  495. package/dist/components/p-815a8bcc.js +97 -0
  496. package/dist/components/p-8198975c.js +124 -0
  497. package/dist/components/p-8302e30d.js +76 -0
  498. package/dist/components/p-838a4971.js +203 -0
  499. package/dist/components/p-8b197573.js +353 -0
  500. package/dist/components/p-8ec943fb.js +162 -0
  501. package/dist/components/p-8fd7ccbf.js +149 -0
  502. package/dist/components/p-92a1602c.js +64 -0
  503. package/dist/components/p-92e527ab.js +131 -0
  504. package/dist/components/p-96be234f.js +26 -0
  505. package/dist/components/p-96d5823f.js +57 -0
  506. package/dist/components/p-9bcf0d04.js +1544 -0
  507. package/dist/components/p-9fc565cf.js +57 -0
  508. package/dist/components/p-a08b5a59.js +329 -0
  509. package/dist/components/p-a262dd1a.js +227 -0
  510. package/dist/components/p-a2f4f9e3.js +67 -0
  511. package/dist/components/p-a53e3d25.js +316 -0
  512. package/dist/components/p-a5737efc.js +61 -0
  513. package/dist/components/p-a83ccdbd.js +40 -0
  514. package/dist/components/p-a96fd0a2.js +45 -0
  515. package/dist/components/p-ab98bb45.js +69 -0
  516. package/dist/components/p-afce90ce.js +150 -0
  517. package/dist/components/p-b13ddb7d.js +96 -0
  518. package/dist/components/p-b1f57d50.js +118 -0
  519. package/dist/components/p-b661e73e.js +24 -0
  520. package/dist/components/p-b7fe585f.js +134 -0
  521. package/dist/components/p-b9089444.js +119 -0
  522. package/dist/components/p-bcb91396.js +43 -0
  523. package/dist/components/p-bd20259b.js +63 -0
  524. package/dist/components/p-c15d924f.js +752 -0
  525. package/dist/components/p-c3592601.js +1641 -0
  526. package/dist/components/p-c746a8bd.js +357 -0
  527. package/dist/components/p-c9e399b4.js +29080 -0
  528. package/dist/components/p-cbdd7a99.js +542 -0
  529. package/dist/components/p-cf6253c5.js +127 -0
  530. package/dist/components/p-d80915fb.js +114 -0
  531. package/dist/components/p-de933b70.js +157 -0
  532. package/dist/components/p-dfd1dfed.js +101 -0
  533. package/dist/components/p-e36ef452.js +157 -0
  534. package/dist/components/p-e560b4b6.js +82 -0
  535. package/dist/components/p-e8385e2f.js +125 -0
  536. package/dist/components/p-e889cc60.js +95 -0
  537. package/dist/components/p-eae68017.js +107 -0
  538. package/dist/components/p-eb6e37e9.js +148 -0
  539. package/dist/components/p-ee449660.js +1178 -0
  540. package/dist/components/p-ee490919.js +148 -0
  541. package/dist/components/p-f0924403.js +120 -0
  542. package/dist/components/p-f1dd271e.js +182 -0
  543. package/dist/components/p-f47d4fe8.js +928 -0
  544. package/dist/components/p-febe3ebc.js +11 -0
  545. package/dist/components/p-ff033d49.js +153 -0
  546. package/dist/components/rtk-ai-toggle.d.ts +11 -0
  547. package/dist/components/rtk-ai-toggle.js +119 -0
  548. package/dist/components/rtk-ai-transcriptions.d.ts +11 -0
  549. package/dist/components/rtk-ai-transcriptions.js +6 -0
  550. package/dist/components/rtk-ai.d.ts +11 -0
  551. package/dist/components/rtk-ai.js +134 -0
  552. package/dist/components/rtk-audio-grid.d.ts +11 -0
  553. package/dist/components/rtk-audio-grid.js +145 -0
  554. package/dist/components/rtk-audio-tile.d.ts +11 -0
  555. package/dist/components/rtk-audio-tile.js +182 -0
  556. package/dist/components/rtk-audio-visualizer.d.ts +11 -0
  557. package/dist/components/rtk-audio-visualizer.js +6 -0
  558. package/dist/components/rtk-avatar.d.ts +11 -0
  559. package/dist/components/rtk-avatar.js +6 -0
  560. package/dist/components/rtk-breakout-room-manager.d.ts +11 -0
  561. package/dist/components/rtk-breakout-room-manager.js +6 -0
  562. package/dist/components/rtk-breakout-room-participants.d.ts +11 -0
  563. package/dist/components/rtk-breakout-room-participants.js +6 -0
  564. package/dist/components/rtk-breakout-rooms-manager.d.ts +11 -0
  565. package/dist/components/rtk-breakout-rooms-manager.js +6 -0
  566. package/dist/components/rtk-breakout-rooms-toggle.d.ts +11 -0
  567. package/dist/components/rtk-breakout-rooms-toggle.js +129 -0
  568. package/dist/components/rtk-broadcast-message-modal.d.ts +11 -0
  569. package/dist/components/rtk-broadcast-message-modal.js +6 -0
  570. package/dist/components/rtk-button.d.ts +11 -0
  571. package/dist/components/rtk-button.js +6 -0
  572. package/dist/components/rtk-camera-selector.d.ts +11 -0
  573. package/dist/components/rtk-camera-selector.js +6 -0
  574. package/dist/components/rtk-camera-toggle.d.ts +11 -0
  575. package/dist/components/rtk-camera-toggle.js +237 -0
  576. package/dist/components/rtk-caption-toggle.d.ts +11 -0
  577. package/dist/components/rtk-caption-toggle.js +129 -0
  578. package/dist/components/rtk-channel-creator.d.ts +11 -0
  579. package/dist/components/rtk-channel-creator.js +6 -0
  580. package/dist/components/rtk-channel-details.d.ts +11 -0
  581. package/dist/components/rtk-channel-details.js +6 -0
  582. package/dist/components/rtk-channel-header.d.ts +11 -0
  583. package/dist/components/rtk-channel-header.js +6 -0
  584. package/dist/components/rtk-channel-selector-ui.d.ts +11 -0
  585. package/dist/components/rtk-channel-selector-ui.js +194 -0
  586. package/dist/components/rtk-channel-selector-view.d.ts +11 -0
  587. package/dist/components/rtk-channel-selector-view.js +6 -0
  588. package/dist/components/rtk-chat-composer-ui.d.ts +11 -0
  589. package/dist/components/rtk-chat-composer-ui.js +383 -0
  590. package/dist/components/rtk-chat-composer-view.d.ts +11 -0
  591. package/dist/components/rtk-chat-composer-view.js +6 -0
  592. package/dist/components/rtk-chat-message.d.ts +11 -0
  593. package/dist/components/rtk-chat-message.js +6 -0
  594. package/dist/components/rtk-chat-messages-ui-paginated.d.ts +11 -0
  595. package/dist/components/rtk-chat-messages-ui-paginated.js +6 -0
  596. package/dist/components/rtk-chat-messages-ui.d.ts +11 -0
  597. package/dist/components/rtk-chat-messages-ui.js +6 -0
  598. package/dist/components/rtk-chat-search-results.d.ts +11 -0
  599. package/dist/components/rtk-chat-search-results.js +6 -0
  600. package/dist/components/rtk-chat-selector-ui.d.ts +11 -0
  601. package/dist/components/rtk-chat-selector-ui.js +108 -0
  602. package/dist/components/rtk-chat-toggle.d.ts +11 -0
  603. package/dist/components/rtk-chat-toggle.js +186 -0
  604. package/dist/components/rtk-chat.d.ts +11 -0
  605. package/dist/components/rtk-chat.js +6 -0
  606. package/dist/components/rtk-clock.d.ts +11 -0
  607. package/dist/components/rtk-clock.js +127 -0
  608. package/dist/components/rtk-confirmation-modal.d.ts +11 -0
  609. package/dist/components/rtk-confirmation-modal.js +6 -0
  610. package/dist/components/rtk-controlbar-button.d.ts +11 -0
  611. package/dist/components/rtk-controlbar-button.js +6 -0
  612. package/dist/components/rtk-controlbar.d.ts +11 -0
  613. package/dist/components/rtk-controlbar.js +91 -0
  614. package/dist/components/rtk-counter.d.ts +11 -0
  615. package/dist/components/rtk-counter.js +6 -0
  616. package/dist/components/rtk-debugger-audio.d.ts +11 -0
  617. package/dist/components/rtk-debugger-audio.js +6 -0
  618. package/dist/components/rtk-debugger-screenshare.d.ts +11 -0
  619. package/dist/components/rtk-debugger-screenshare.js +6 -0
  620. package/dist/components/rtk-debugger-system.d.ts +11 -0
  621. package/dist/components/rtk-debugger-system.js +6 -0
  622. package/dist/components/rtk-debugger-toggle.d.ts +11 -0
  623. package/dist/components/rtk-debugger-toggle.js +101 -0
  624. package/dist/components/rtk-debugger-video.d.ts +11 -0
  625. package/dist/components/rtk-debugger-video.js +6 -0
  626. package/dist/components/rtk-debugger.d.ts +11 -0
  627. package/dist/components/rtk-debugger.js +6 -0
  628. package/dist/components/rtk-dialog-manager.d.ts +11 -0
  629. package/dist/components/rtk-dialog-manager.js +6 -0
  630. package/dist/components/rtk-dialog.d.ts +11 -0
  631. package/dist/components/rtk-dialog.js +6 -0
  632. package/dist/components/rtk-draft-attachment-view.d.ts +11 -0
  633. package/dist/components/rtk-draft-attachment-view.js +6 -0
  634. package/dist/components/rtk-emoji-picker-button.d.ts +11 -0
  635. package/dist/components/rtk-emoji-picker-button.js +6 -0
  636. package/dist/components/rtk-emoji-picker.d.ts +11 -0
  637. package/dist/components/rtk-emoji-picker.js +6 -0
  638. package/dist/components/rtk-ended-screen.d.ts +11 -0
  639. package/dist/components/rtk-ended-screen.js +148 -0
  640. package/dist/components/rtk-file-dropzone.d.ts +11 -0
  641. package/dist/components/rtk-file-dropzone.js +87 -0
  642. package/dist/components/rtk-file-message-view.d.ts +11 -0
  643. package/dist/components/rtk-file-message-view.js +6 -0
  644. package/dist/components/rtk-file-message.d.ts +11 -0
  645. package/dist/components/rtk-file-message.js +6 -0
  646. package/dist/components/rtk-file-picker-button.d.ts +11 -0
  647. package/dist/components/rtk-file-picker-button.js +6 -0
  648. package/dist/components/rtk-fullscreen-toggle.d.ts +11 -0
  649. package/dist/components/rtk-fullscreen-toggle.js +6 -0
  650. package/dist/components/rtk-grid-pagination.d.ts +11 -0
  651. package/dist/components/rtk-grid-pagination.js +207 -0
  652. package/dist/components/rtk-grid.d.ts +11 -0
  653. package/dist/components/rtk-grid.js +454 -0
  654. package/dist/components/rtk-header.d.ts +11 -0
  655. package/dist/components/rtk-header.js +91 -0
  656. package/dist/components/rtk-icon.d.ts +11 -0
  657. package/dist/components/rtk-icon.js +6 -0
  658. package/dist/components/rtk-idle-screen.d.ts +11 -0
  659. package/dist/components/rtk-idle-screen.js +86 -0
  660. package/dist/components/rtk-image-message-view.d.ts +11 -0
  661. package/dist/components/rtk-image-message-view.js +6 -0
  662. package/dist/components/rtk-image-message.d.ts +11 -0
  663. package/dist/components/rtk-image-message.js +6 -0
  664. package/dist/components/rtk-image-viewer.d.ts +11 -0
  665. package/dist/components/rtk-image-viewer.js +94 -0
  666. package/dist/components/rtk-information-tooltip.d.ts +11 -0
  667. package/dist/components/rtk-information-tooltip.js +61 -0
  668. package/dist/components/rtk-join-stage.d.ts +11 -0
  669. package/dist/components/rtk-join-stage.js +6 -0
  670. package/dist/components/rtk-leave-button.d.ts +11 -0
  671. package/dist/components/rtk-leave-button.js +90 -0
  672. package/dist/components/rtk-leave-meeting.d.ts +11 -0
  673. package/dist/components/rtk-leave-meeting.js +6 -0
  674. package/dist/components/rtk-livestream-indicator.d.ts +11 -0
  675. package/dist/components/rtk-livestream-indicator.js +6 -0
  676. package/dist/components/rtk-livestream-player.d.ts +11 -0
  677. package/dist/components/rtk-livestream-player.js +6 -0
  678. package/dist/components/rtk-livestream-toggle.d.ts +11 -0
  679. package/dist/components/rtk-livestream-toggle.js +184 -0
  680. package/dist/components/rtk-logo.d.ts +11 -0
  681. package/dist/components/rtk-logo.js +6 -0
  682. package/dist/components/rtk-markdown-view.d.ts +11 -0
  683. package/dist/components/rtk-markdown-view.js +6 -0
  684. package/dist/components/rtk-meeting-title.d.ts +11 -0
  685. package/dist/components/rtk-meeting-title.js +74 -0
  686. package/dist/components/rtk-meeting.d.ts +11 -0
  687. package/dist/components/rtk-meeting.js +566 -0
  688. package/dist/components/rtk-menu-item.d.ts +11 -0
  689. package/dist/components/rtk-menu-item.js +6 -0
  690. package/dist/components/rtk-menu-list.d.ts +11 -0
  691. package/dist/components/rtk-menu-list.js +6 -0
  692. package/dist/components/rtk-menu.d.ts +11 -0
  693. package/dist/components/rtk-menu.js +6 -0
  694. package/dist/components/rtk-message-list-view.d.ts +11 -0
  695. package/dist/components/rtk-message-list-view.js +324 -0
  696. package/dist/components/rtk-message-view.d.ts +11 -0
  697. package/dist/components/rtk-message-view.js +6 -0
  698. package/dist/components/rtk-mic-toggle.d.ts +11 -0
  699. package/dist/components/rtk-mic-toggle.js +235 -0
  700. package/dist/components/rtk-microphone-selector.d.ts +11 -0
  701. package/dist/components/rtk-microphone-selector.js +6 -0
  702. package/dist/components/rtk-mixed-grid.d.ts +11 -0
  703. package/dist/components/rtk-mixed-grid.js +298 -0
  704. package/dist/components/rtk-more-toggle.d.ts +11 -0
  705. package/dist/components/rtk-more-toggle.js +115 -0
  706. package/dist/components/rtk-mute-all-button.d.ts +11 -0
  707. package/dist/components/rtk-mute-all-button.js +128 -0
  708. package/dist/components/rtk-mute-all-confirmation.d.ts +11 -0
  709. package/dist/components/rtk-mute-all-confirmation.js +6 -0
  710. package/dist/components/rtk-name-tag.d.ts +11 -0
  711. package/dist/components/rtk-name-tag.js +6 -0
  712. package/dist/components/rtk-network-indicator.d.ts +11 -0
  713. package/dist/components/rtk-network-indicator.js +117 -0
  714. package/dist/components/rtk-notification.d.ts +11 -0
  715. package/dist/components/rtk-notification.js +6 -0
  716. package/dist/components/rtk-notifications.d.ts +11 -0
  717. package/dist/components/rtk-notifications.js +6 -0
  718. package/dist/components/rtk-overlay-modal.d.ts +11 -0
  719. package/dist/components/rtk-overlay-modal.js +6 -0
  720. package/dist/components/rtk-paginated-list.d.ts +11 -0
  721. package/dist/components/rtk-paginated-list.js +6 -0
  722. package/dist/components/rtk-participant-count.d.ts +11 -0
  723. package/dist/components/rtk-participant-count.js +121 -0
  724. package/dist/components/rtk-participant-setup.d.ts +11 -0
  725. package/dist/components/rtk-participant-setup.js +149 -0
  726. package/dist/components/rtk-participant-tile.d.ts +11 -0
  727. package/dist/components/rtk-participant-tile.js +6 -0
  728. package/dist/components/rtk-participant.d.ts +11 -0
  729. package/dist/components/rtk-participant.js +6 -0
  730. package/dist/components/rtk-participants-audio.d.ts +11 -0
  731. package/dist/components/rtk-participants-audio.js +248 -0
  732. package/dist/components/rtk-participants-stage-list.d.ts +11 -0
  733. package/dist/components/rtk-participants-stage-list.js +6 -0
  734. package/dist/components/rtk-participants-stage-queue.d.ts +11 -0
  735. package/dist/components/rtk-participants-stage-queue.js +6 -0
  736. package/dist/components/rtk-participants-toggle.d.ts +11 -0
  737. package/dist/components/rtk-participants-toggle.js +199 -0
  738. package/dist/components/rtk-participants-viewer-list.d.ts +11 -0
  739. package/dist/components/rtk-participants-viewer-list.js +6 -0
  740. package/dist/components/rtk-participants-waiting-list.d.ts +11 -0
  741. package/dist/components/rtk-participants-waiting-list.js +6 -0
  742. package/dist/components/rtk-participants.d.ts +11 -0
  743. package/dist/components/rtk-participants.js +304 -0
  744. package/dist/components/rtk-permissions-message.d.ts +11 -0
  745. package/dist/components/rtk-permissions-message.js +6 -0
  746. package/dist/components/rtk-pip-toggle.d.ts +11 -0
  747. package/dist/components/rtk-pip-toggle.js +133 -0
  748. package/dist/components/rtk-plugin-main.d.ts +11 -0
  749. package/dist/components/rtk-plugin-main.js +6 -0
  750. package/dist/components/rtk-plugins-toggle.d.ts +11 -0
  751. package/dist/components/rtk-plugins-toggle.js +152 -0
  752. package/dist/components/rtk-plugins.d.ts +11 -0
  753. package/dist/components/rtk-plugins.js +6 -0
  754. package/dist/components/rtk-poll-form.d.ts +11 -0
  755. package/dist/components/rtk-poll-form.js +6 -0
  756. package/dist/components/rtk-poll.d.ts +11 -0
  757. package/dist/components/rtk-poll.js +6 -0
  758. package/dist/components/rtk-polls-toggle.d.ts +11 -0
  759. package/dist/components/rtk-polls-toggle.js +164 -0
  760. package/dist/components/rtk-polls.d.ts +11 -0
  761. package/dist/components/rtk-polls.js +6 -0
  762. package/dist/components/rtk-recording-indicator.d.ts +11 -0
  763. package/dist/components/rtk-recording-indicator.js +99 -0
  764. package/dist/components/rtk-recording-toggle.d.ts +11 -0
  765. package/dist/components/rtk-recording-toggle.js +206 -0
  766. package/dist/components/rtk-screen-share-toggle.d.ts +11 -0
  767. package/dist/components/rtk-screen-share-toggle.js +320 -0
  768. package/dist/components/rtk-screenshare-view.d.ts +11 -0
  769. package/dist/components/rtk-screenshare-view.js +197 -0
  770. package/dist/components/rtk-settings-audio.d.ts +11 -0
  771. package/dist/components/rtk-settings-audio.js +6 -0
  772. package/dist/components/rtk-settings-toggle.d.ts +11 -0
  773. package/dist/components/rtk-settings-toggle.js +96 -0
  774. package/dist/components/rtk-settings-video.d.ts +11 -0
  775. package/dist/components/rtk-settings-video.js +6 -0
  776. package/dist/components/rtk-settings.d.ts +11 -0
  777. package/dist/components/rtk-settings.js +211 -0
  778. package/dist/components/rtk-setup-screen.d.ts +11 -0
  779. package/dist/components/rtk-setup-screen.js +186 -0
  780. package/dist/components/rtk-sidebar-ui.d.ts +11 -0
  781. package/dist/components/rtk-sidebar-ui.js +6 -0
  782. package/dist/components/rtk-sidebar.d.ts +11 -0
  783. package/dist/components/rtk-sidebar.js +231 -0
  784. package/dist/components/rtk-simple-grid.d.ts +11 -0
  785. package/dist/components/rtk-simple-grid.js +147 -0
  786. package/dist/components/rtk-speaker-selector.d.ts +11 -0
  787. package/dist/components/rtk-speaker-selector.js +6 -0
  788. package/dist/components/rtk-spinner.d.ts +11 -0
  789. package/dist/components/rtk-spinner.js +6 -0
  790. package/dist/components/rtk-spotlight-grid.d.ts +11 -0
  791. package/dist/components/rtk-spotlight-grid.js +135 -0
  792. package/dist/components/rtk-spotlight-indicator.d.ts +11 -0
  793. package/dist/components/rtk-spotlight-indicator.js +6 -0
  794. package/dist/components/rtk-stage-toggle.d.ts +11 -0
  795. package/dist/components/rtk-stage-toggle.js +198 -0
  796. package/dist/components/rtk-stage.d.ts +11 -0
  797. package/dist/components/rtk-stage.js +61 -0
  798. package/dist/components/rtk-switch.d.ts +11 -0
  799. package/dist/components/rtk-switch.js +6 -0
  800. package/dist/components/rtk-tab-bar.d.ts +11 -0
  801. package/dist/components/rtk-tab-bar.js +6 -0
  802. package/dist/components/rtk-text-composer-view.d.ts +11 -0
  803. package/dist/components/rtk-text-composer-view.js +6 -0
  804. package/dist/components/rtk-text-message-view.d.ts +11 -0
  805. package/dist/components/rtk-text-message-view.js +6 -0
  806. package/dist/components/rtk-text-message.d.ts +11 -0
  807. package/dist/components/rtk-text-message.js +6 -0
  808. package/dist/components/rtk-tooltip.d.ts +11 -0
  809. package/dist/components/rtk-tooltip.js +6 -0
  810. package/dist/components/rtk-transcript.d.ts +11 -0
  811. package/dist/components/rtk-transcript.js +6 -0
  812. package/dist/components/rtk-transcripts.d.ts +11 -0
  813. package/dist/components/rtk-transcripts.js +197 -0
  814. package/dist/components/rtk-ui-provider.d.ts +11 -0
  815. package/dist/components/rtk-ui-provider.js +195 -0
  816. package/dist/components/rtk-viewer-count.d.ts +11 -0
  817. package/dist/components/rtk-viewer-count.js +6 -0
  818. package/dist/components/rtk-virtualized-participant-list.d.ts +11 -0
  819. package/dist/components/rtk-virtualized-participant-list.js +6 -0
  820. package/dist/components/rtk-waiting-screen.d.ts +11 -0
  821. package/dist/components/rtk-waiting-screen.js +74 -0
  822. package/dist/docs/docs-components.d.ts +443 -0
  823. package/dist/docs/docs-components.json +239263 -0
  824. package/dist/docs/docs-vscode.json +4429 -0
  825. package/dist/esm/ChatHead-cf7a7e22.js +41 -0
  826. package/dist/esm/ResizeObserver.es-02979d4e.js +928 -0
  827. package/dist/esm/TextMessage-276a0abf.js +67 -0
  828. package/dist/esm/app-globals-0f993ce5.js +3 -0
  829. package/dist/esm/chat-d85cc211.js +200 -0
  830. package/dist/esm/clone-acd4af50.js +752 -0
  831. package/dist/esm/config-59d761c0.js +1178 -0
  832. package/dist/esm/debounce-0169a54d.js +542 -0
  833. package/dist/esm/debounce-ea0579b2.js +329 -0
  834. package/dist/esm/file-1d408324.js +57 -0
  835. package/dist/esm/floating-ui.dom.esm-cf1488a2.js +1892 -0
  836. package/dist/esm/full-screen-1f58c594.js +50 -0
  837. package/dist/esm/grid-a3ca5a3e.js +96 -0
  838. package/dist/esm/hark-6327d91e.js +299 -0
  839. package/dist/esm/index-7c11af40.js +24 -0
  840. package/dist/esm/index-c1fb98bb.js +2158 -0
  841. package/dist/esm/index-d31a2e33.js +224 -0
  842. package/dist/esm/index.js +248 -0
  843. package/dist/esm/isObjectLike-773b9473.js +164 -0
  844. package/dist/esm/keysIn-310f65c1.js +1409 -0
  845. package/dist/esm/loader.js +56260 -0
  846. package/dist/esm/notification-c6d0d98f.js +37 -0
  847. package/dist/esm/realtimekit-ui.js +20 -0
  848. package/dist/esm/rtk-ai-toggle.entry.js +72 -0
  849. package/dist/esm/rtk-ai-transcriptions.entry.js +134 -0
  850. package/dist/esm/rtk-ai.entry.js +87 -0
  851. package/dist/esm/rtk-audio-grid.entry.js +112 -0
  852. package/dist/esm/rtk-audio-tile.entry.js +126 -0
  853. package/dist/esm/rtk-audio-visualizer_4.entry.js +494 -0
  854. package/dist/esm/rtk-avatar_54.entry.js +6320 -0
  855. package/dist/esm/rtk-breakout-rooms-toggle.entry.js +82 -0
  856. package/dist/esm/rtk-camera-selector_2.entry.js +276 -0
  857. package/dist/esm/rtk-camera-toggle.entry.js +182 -0
  858. package/dist/esm/rtk-caption-toggle.entry.js +80 -0
  859. package/dist/esm/rtk-channel-selector-ui.entry.js +143 -0
  860. package/dist/esm/rtk-chat-composer-ui.entry.js +311 -0
  861. package/dist/esm/rtk-chat-selector-ui.entry.js +74 -0
  862. package/dist/esm/rtk-chat-toggle.entry.js +134 -0
  863. package/dist/esm/rtk-clock.entry.js +94 -0
  864. package/dist/esm/rtk-controlbar-button.entry.js +45 -0
  865. package/dist/esm/rtk-controlbar.entry.js +62 -0
  866. package/dist/esm/rtk-debugger-toggle.entry.js +57 -0
  867. package/dist/esm/rtk-ended-screen.entry.js +105 -0
  868. package/dist/esm/rtk-file-dropzone.entry.js +56 -0
  869. package/dist/esm/rtk-fullscreen-toggle.entry.js +82 -0
  870. package/dist/esm/rtk-grid-pagination.entry.js +155 -0
  871. package/dist/esm/rtk-grid.entry.js +358 -0
  872. package/dist/esm/rtk-header.entry.js +62 -0
  873. package/dist/esm/rtk-idle-screen.entry.js +43 -0
  874. package/dist/esm/rtk-image-viewer.entry.js +58 -0
  875. package/dist/esm/rtk-information-tooltip.entry.js +33 -0
  876. package/dist/esm/rtk-leave-button.entry.js +48 -0
  877. package/dist/esm/rtk-livestream-indicator_3.entry.js +29142 -0
  878. package/dist/esm/rtk-livestream-toggle.entry.js +138 -0
  879. package/dist/esm/rtk-meeting-title.entry.js +45 -0
  880. package/dist/esm/rtk-message-list-view.entry.js +281 -0
  881. package/dist/esm/rtk-mic-toggle.entry.js +180 -0
  882. package/dist/esm/rtk-mixed-grid.entry.js +222 -0
  883. package/dist/esm/rtk-more-toggle.entry.js +73 -0
  884. package/dist/esm/rtk-mute-all-button.entry.js +75 -0
  885. package/dist/esm/rtk-name-tag.entry.js +68 -0
  886. package/dist/esm/rtk-network-indicator.entry.js +82 -0
  887. package/dist/esm/rtk-participant-count.entry.js +87 -0
  888. package/dist/esm/rtk-participant-setup.entry.js +114 -0
  889. package/dist/esm/rtk-participant_2.entry.js +414 -0
  890. package/dist/esm/rtk-participants-audio.entry.js +203 -0
  891. package/dist/esm/rtk-participants-stage-list_4.entry.js +459 -0
  892. package/dist/esm/rtk-participants-toggle.entry.js +146 -0
  893. package/dist/esm/rtk-participants.entry.js +186 -0
  894. package/dist/esm/rtk-pip-toggle.entry.js +84 -0
  895. package/dist/esm/rtk-plugin-main_2.entry.js +191 -0
  896. package/dist/esm/rtk-plugins-toggle.entry.js +102 -0
  897. package/dist/esm/rtk-plugins_2.entry.js +176 -0
  898. package/dist/esm/rtk-poll_2.entry.js +137 -0
  899. package/dist/esm/rtk-polls-toggle.entry.js +113 -0
  900. package/dist/esm/rtk-recording-indicator.entry.js +66 -0
  901. package/dist/esm/rtk-recording-toggle.entry.js +158 -0
  902. package/dist/esm/rtk-screen-share-toggle.entry.js +261 -0
  903. package/dist/esm/rtk-screenshare-view.entry.js +145 -0
  904. package/dist/esm/rtk-settings-audio_2.entry.js +145 -0
  905. package/dist/esm/rtk-settings-toggle.entry.js +53 -0
  906. package/dist/esm/rtk-settings.entry.js +120 -0
  907. package/dist/esm/rtk-setup-screen.entry.js +116 -0
  908. package/dist/esm/rtk-sidebar-ui.entry.js +76 -0
  909. package/dist/esm/rtk-sidebar.entry.js +147 -0
  910. package/dist/esm/rtk-simple-grid.entry.js +114 -0
  911. package/dist/esm/rtk-spotlight-grid.entry.js +103 -0
  912. package/dist/esm/rtk-spotlight-indicator.entry.js +81 -0
  913. package/dist/esm/rtk-stage-toggle.entry.js +143 -0
  914. package/dist/esm/rtk-stage.entry.js +39 -0
  915. package/dist/esm/rtk-transcript.entry.js +54 -0
  916. package/dist/esm/rtk-transcripts.entry.js +163 -0
  917. package/dist/esm/rtk-ui-provider.entry.js +164 -0
  918. package/dist/esm/rtk-waiting-screen.entry.js +43 -0
  919. package/dist/esm/scroll-2d8e810c.js +13 -0
  920. package/dist/esm/sidebar-5df37ae6.js +45 -0
  921. package/dist/esm/size-505ade24.js +26 -0
  922. package/dist/esm/string-ed1380fb.js +58 -0
  923. package/dist/esm/ui-store-9e11a7e4.js +1582 -0
  924. package/dist/index.cjs.js +1 -0
  925. package/dist/index.js +1 -0
  926. package/dist/realtimekit-ui/index.esm.js +1 -0
  927. package/dist/realtimekit-ui/p-02f19345.js +1 -0
  928. package/dist/realtimekit-ui/p-03f59c3d.entry.js +1 -0
  929. package/dist/realtimekit-ui/p-0752f2ba.js +1 -0
  930. package/dist/realtimekit-ui/p-08bcc52f.js +1 -0
  931. package/dist/realtimekit-ui/p-096b684e.entry.js +1 -0
  932. package/dist/realtimekit-ui/p-0b1fabf5.js +1 -0
  933. package/dist/realtimekit-ui/p-0ee570cd.js +2 -0
  934. package/dist/realtimekit-ui/p-0fbab69a.entry.js +1 -0
  935. package/dist/realtimekit-ui/p-10d038f4.entry.js +1 -0
  936. package/dist/realtimekit-ui/p-135fecaf.entry.js +1 -0
  937. package/dist/realtimekit-ui/p-1489ae26.entry.js +1 -0
  938. package/dist/realtimekit-ui/p-16951364.entry.js +1 -0
  939. package/dist/realtimekit-ui/p-1d66185e.entry.js +1 -0
  940. package/dist/realtimekit-ui/p-1e624154.entry.js +1 -0
  941. package/dist/realtimekit-ui/p-1fdd6794.entry.js +1 -0
  942. package/dist/realtimekit-ui/p-21cbb4c2.entry.js +1 -0
  943. package/dist/realtimekit-ui/p-241230d3.entry.js +1 -0
  944. package/dist/realtimekit-ui/p-27478c0c.js +1 -0
  945. package/dist/realtimekit-ui/p-2c3cda13.js +1 -0
  946. package/dist/realtimekit-ui/p-300dc0f3.entry.js +1 -0
  947. package/dist/realtimekit-ui/p-31964573.js +1 -0
  948. package/dist/realtimekit-ui/p-338c7261.js +1 -0
  949. package/dist/realtimekit-ui/p-376ac678.entry.js +1 -0
  950. package/dist/realtimekit-ui/p-3b604624.entry.js +1 -0
  951. package/dist/realtimekit-ui/p-3ba364bd.entry.js +1 -0
  952. package/dist/realtimekit-ui/p-3e0b8db7.entry.js +1 -0
  953. package/dist/realtimekit-ui/p-3f42b7a8.entry.js +1 -0
  954. package/dist/realtimekit-ui/p-3f882e7c.js +1 -0
  955. package/dist/realtimekit-ui/p-41382f52.js +1 -0
  956. package/dist/realtimekit-ui/p-454f1abe.entry.js +1 -0
  957. package/dist/realtimekit-ui/p-46923b34.js +1 -0
  958. package/dist/realtimekit-ui/p-473e3bff.entry.js +1 -0
  959. package/dist/realtimekit-ui/p-48b31e6c.entry.js +1 -0
  960. package/dist/realtimekit-ui/p-4ad4a43b.js +1 -0
  961. package/dist/realtimekit-ui/p-4c04f719.entry.js +1 -0
  962. package/dist/realtimekit-ui/p-4e0ceba3.entry.js +1 -0
  963. package/dist/realtimekit-ui/p-538fba61.entry.js +1 -0
  964. package/dist/realtimekit-ui/p-56dace60.entry.js +1 -0
  965. package/dist/realtimekit-ui/p-5d060b1e.entry.js +1 -0
  966. package/dist/realtimekit-ui/p-5d4e5a90.entry.js +1 -0
  967. package/dist/realtimekit-ui/p-60fd7733.entry.js +1 -0
  968. package/dist/realtimekit-ui/p-61f5c8a5.entry.js +1 -0
  969. package/dist/realtimekit-ui/p-64021a4b.entry.js +1 -0
  970. package/dist/realtimekit-ui/p-67a64842.entry.js +1 -0
  971. package/dist/realtimekit-ui/p-6c828edd.entry.js +1 -0
  972. package/dist/realtimekit-ui/p-6d9cd1bc.entry.js +1 -0
  973. package/dist/realtimekit-ui/p-705df137.entry.js +1 -0
  974. package/dist/realtimekit-ui/p-70973f56.entry.js +1 -0
  975. package/dist/realtimekit-ui/p-70e6c27d.entry.js +1 -0
  976. package/dist/realtimekit-ui/p-7463e3d7.entry.js +1 -0
  977. package/dist/realtimekit-ui/p-74828b25.entry.js +1 -0
  978. package/dist/realtimekit-ui/p-74f3ec2d.entry.js +1 -0
  979. package/dist/realtimekit-ui/p-7be381d1.entry.js +1 -0
  980. package/dist/realtimekit-ui/p-7df5df90.entry.js +1 -0
  981. package/dist/realtimekit-ui/p-7f175a9d.entry.js +1 -0
  982. package/dist/realtimekit-ui/p-80ad2db7.entry.js +1 -0
  983. package/dist/realtimekit-ui/p-845a7826.entry.js +1 -0
  984. package/dist/realtimekit-ui/p-87fe69f0.entry.js +1 -0
  985. package/dist/realtimekit-ui/p-8b34bfb4.entry.js +1 -0
  986. package/dist/realtimekit-ui/p-9170059f.entry.js +1 -0
  987. package/dist/realtimekit-ui/p-936d63a2.entry.js +1 -0
  988. package/dist/realtimekit-ui/p-93e6efcb.entry.js +1 -0
  989. package/dist/realtimekit-ui/p-93f49750.entry.js +1 -0
  990. package/dist/realtimekit-ui/p-96a11481.entry.js +1 -0
  991. package/dist/realtimekit-ui/p-96be234f.js +1 -0
  992. package/dist/realtimekit-ui/p-98366449.entry.js +1 -0
  993. package/dist/realtimekit-ui/p-9c733fd3.js +1 -0
  994. package/dist/realtimekit-ui/p-9f6d4fd1.entry.js +1 -0
  995. package/dist/realtimekit-ui/p-9fc565cf.js +1 -0
  996. package/dist/realtimekit-ui/p-a0652de1.entry.js +1 -0
  997. package/dist/realtimekit-ui/p-a08b5a59.js +1 -0
  998. package/dist/realtimekit-ui/p-a85361b3.entry.js +1 -0
  999. package/dist/realtimekit-ui/p-aa62ab59.js +1 -0
  1000. package/dist/realtimekit-ui/p-ac306160.entry.js +1 -0
  1001. package/dist/realtimekit-ui/p-b13ddb7d.js +1 -0
  1002. package/dist/realtimekit-ui/p-b241c54b.entry.js +1 -0
  1003. package/dist/realtimekit-ui/p-b4eafb55.entry.js +1 -0
  1004. package/dist/realtimekit-ui/p-b5486fed.entry.js +1 -0
  1005. package/dist/realtimekit-ui/p-b748755c.entry.js +1 -0
  1006. package/dist/realtimekit-ui/p-b797c190.entry.js +1 -0
  1007. package/dist/realtimekit-ui/p-b7bb07db.entry.js +1 -0
  1008. package/dist/realtimekit-ui/p-bb3beb04.entry.js +1 -0
  1009. package/dist/realtimekit-ui/p-c15d924f.js +1 -0
  1010. package/dist/realtimekit-ui/p-c3dc1858.entry.js +1 -0
  1011. package/dist/realtimekit-ui/p-c8eaa707.js +1 -0
  1012. package/dist/realtimekit-ui/p-cbdd7a99.js +1 -0
  1013. package/dist/realtimekit-ui/p-cf98e0e6.entry.js +1 -0
  1014. package/dist/realtimekit-ui/p-d2d6cd44.entry.js +1 -0
  1015. package/dist/realtimekit-ui/p-ddd9ae08.entry.js +1 -0
  1016. package/dist/realtimekit-ui/p-e1255160.js +1 -0
  1017. package/dist/realtimekit-ui/p-e52c2a9c.entry.js +1 -0
  1018. package/dist/realtimekit-ui/p-e6377f44.entry.js +1 -0
  1019. package/dist/realtimekit-ui/p-e687f3c1.entry.js +1 -0
  1020. package/dist/realtimekit-ui/p-ebc9cc63.entry.js +1 -0
  1021. package/dist/realtimekit-ui/p-edee9b57.js +1 -0
  1022. package/dist/realtimekit-ui/p-f47d4fe8.js +1 -0
  1023. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -0
  1024. package/dist/types/components/rtk-ai/rtk-ai.d.ts +31 -0
  1025. package/dist/types/components/rtk-ai-toggle/rtk-ai-toggle.d.ts +26 -0
  1026. package/dist/types/components/rtk-ai-transcriptions/rtk-ai-transcriptions.d.ts +26 -0
  1027. package/dist/types/components/rtk-audio-grid/rtk-audio-grid.d.ts +29 -0
  1028. package/dist/types/components/rtk-audio-tile/rtk-audio-tile.d.ts +33 -0
  1029. package/dist/types/components/rtk-audio-visualizer/rtk-audio-visualizer.d.ts +42 -0
  1030. package/dist/types/components/rtk-avatar/rtk-avatar.d.ts +26 -0
  1031. package/dist/types/components/rtk-breakout-room-manager/rtk-breakout-room-manager.d.ts +70 -0
  1032. package/dist/types/components/rtk-breakout-room-participants/rtk-breakout-room-participants.d.ts +46 -0
  1033. package/dist/types/components/rtk-breakout-room-toggle/rtk-breakout-rooms-toggle.d.ts +34 -0
  1034. package/dist/types/components/rtk-breakout-rooms-manager/rtk-breakout-rooms-manager.d.ts +82 -0
  1035. package/dist/types/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.d.ts +26 -0
  1036. package/dist/types/components/rtk-button/rtk-button.d.ts +25 -0
  1037. package/dist/types/components/rtk-camera-selector/rtk-camera-selector.d.ts +40 -0
  1038. package/dist/types/components/rtk-camera-toggle/rtk-camera-toggle.d.ts +39 -0
  1039. package/dist/types/components/rtk-caption-toggle/rtk-caption-toggle.d.ts +30 -0
  1040. package/dist/types/components/rtk-channel-creator/rtk-channel-creator.d.ts +34 -0
  1041. package/dist/types/components/rtk-channel-details/rtk-channel-details.d.ts +15 -0
  1042. package/dist/types/components/rtk-channel-header/rtk-channel-header.d.ts +31 -0
  1043. package/dist/types/components/rtk-channel-selector-ui/rtk-channel-selector-ui.d.ts +32 -0
  1044. package/dist/types/components/rtk-channel-selector-view/rtk-channel-selector-view.d.ts +62 -0
  1045. package/dist/types/components/rtk-chat/components/ChatHead.d.ts +8 -0
  1046. package/dist/types/components/rtk-chat/rtk-chat.d.ts +122 -0
  1047. package/dist/types/components/rtk-chat-composer-ui/rtk-chat-composer-ui.d.ts +84 -0
  1048. package/dist/types/components/rtk-chat-composer-view/rtk-chat-composer-view.d.ts +73 -0
  1049. package/dist/types/components/rtk-chat-message/rtk-chat-message.d.ts +67 -0
  1050. package/dist/types/components/rtk-chat-messages-ui/rtk-chat-messages-ui.d.ts +46 -0
  1051. package/dist/types/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.d.ts +61 -0
  1052. package/dist/types/components/rtk-chat-search-results/rtk-chat-search-results.d.ts +18 -0
  1053. package/dist/types/components/rtk-chat-selector-ui/rtk-chat-selector-ui.d.ts +29 -0
  1054. package/dist/types/components/rtk-chat-toggle/rtk-chat-toggle.d.ts +50 -0
  1055. package/dist/types/components/rtk-clock/rtk-clock.d.ts +23 -0
  1056. package/dist/types/components/rtk-confirmation-modal/rtk-confirmation-modal.d.ts +27 -0
  1057. package/dist/types/components/rtk-controlbar/rtk-controlbar.d.ts +28 -0
  1058. package/dist/types/components/rtk-controlbar-button/rtk-controlbar-button.d.ts +30 -0
  1059. package/dist/types/components/rtk-counter/rtk-counter.d.ts +27 -0
  1060. package/dist/types/components/rtk-debugger/rtk-debugger.d.ts +34 -0
  1061. package/dist/types/components/rtk-debugger-audio/rtk-debugger-audio.d.ts +36 -0
  1062. package/dist/types/components/rtk-debugger-screenshare/rtk-debugger-screenshare.d.ts +38 -0
  1063. package/dist/types/components/rtk-debugger-system/rtk-debugger-system.d.ts +40 -0
  1064. package/dist/types/components/rtk-debugger-toggle/rtk-debugger-toggle.d.ts +24 -0
  1065. package/dist/types/components/rtk-debugger-video/rtk-debugger-video.d.ts +36 -0
  1066. package/dist/types/components/rtk-dialog/rtk-dialog.d.ts +38 -0
  1067. package/dist/types/components/rtk-dialog-manager/rtk-dialog-manager.d.ts +41 -0
  1068. package/dist/types/components/rtk-draft-attachment-view/rtk-draft-attachment-view.d.ts +26 -0
  1069. package/dist/types/components/rtk-emoji-picker/rtk-emoji-picker.d.ts +32 -0
  1070. package/dist/types/components/rtk-emoji-picker-button/rtk-emoji-picker-button.d.ts +10 -0
  1071. package/dist/types/components/rtk-ended-screen/rtk-ended-screen.d.ts +30 -0
  1072. package/dist/types/components/rtk-file-dropzone/rtk-file-dropzone.d.ts +15 -0
  1073. package/dist/types/components/rtk-file-message/rtk-file-message.d.ts +21 -0
  1074. package/dist/types/components/rtk-file-message-view/rtk-file-message-view.d.ts +15 -0
  1075. package/dist/types/components/rtk-file-picker-button/rtk-file-picker-button.d.ts +21 -0
  1076. package/dist/types/components/rtk-fullscreen-toggle/rtk-fullscreen-toggle.d.ts +32 -0
  1077. package/dist/types/components/rtk-grid/rtk-grid.d.ts +83 -0
  1078. package/dist/types/components/rtk-grid-pagination/rtk-grid-pagination.d.ts +40 -0
  1079. package/dist/types/components/rtk-header/rtk-header.d.ts +28 -0
  1080. package/dist/types/components/rtk-icon/rtk-icon.d.ts +14 -0
  1081. package/dist/types/components/rtk-idle-screen/rtk-idle-screen.d.ts +19 -0
  1082. package/dist/types/components/rtk-image-message/rtk-image-message.d.ts +26 -0
  1083. package/dist/types/components/rtk-image-message-view/rtk-image-message-view.d.ts +17 -0
  1084. package/dist/types/components/rtk-image-viewer/rtk-image-viewer.d.ts +25 -0
  1085. package/dist/types/components/rtk-information-tooltip/rtk-information-tooltip.d.ts +6 -0
  1086. package/dist/types/components/rtk-join-stage/rtk-join-stage.d.ts +38 -0
  1087. package/dist/types/components/rtk-leave-button/rtk-leave-button.d.ts +22 -0
  1088. package/dist/types/components/rtk-leave-meeting/rtk-leave-meeting.d.ts +35 -0
  1089. package/dist/types/components/rtk-livestream-indicator/rtk-livestream-indicator.d.ts +18 -0
  1090. package/dist/types/components/rtk-livestream-player/rtk-livestream-player.d.ts +60 -0
  1091. package/dist/types/components/rtk-livestream-toggle/rtk-livestream-toggle.d.ts +40 -0
  1092. package/dist/types/components/rtk-logo/rtk-logo.d.ts +20 -0
  1093. package/dist/types/components/rtk-markdown-view/rtk-markdown-view.d.ts +15 -0
  1094. package/dist/types/components/rtk-meeting/rtk-meeting.d.ts +59 -0
  1095. package/dist/types/components/rtk-meeting-title/rtk-meeting-title.d.ts +15 -0
  1096. package/dist/types/components/rtk-menu/rtk-menu.d.ts +30 -0
  1097. package/dist/types/components/rtk-menu-item/rtk-menu-item.d.ts +19 -0
  1098. package/dist/types/components/rtk-menu-list/rtk-menu-list.d.ts +14 -0
  1099. package/dist/types/components/rtk-message-list-view/rtk-message-list-view.d.ts +62 -0
  1100. package/dist/types/components/rtk-message-view/rtk-message-view.d.ts +33 -0
  1101. package/dist/types/components/rtk-mic-toggle/rtk-mic-toggle.d.ts +39 -0
  1102. package/dist/types/components/rtk-microphone-selector/rtk-microphone-selector.d.ts +42 -0
  1103. package/dist/types/components/rtk-mixed-grid/rtk-mixed-grid.d.ts +61 -0
  1104. package/dist/types/components/rtk-more-toggle/rtk-more-toggle.d.ts +32 -0
  1105. package/dist/types/components/rtk-mute-all-button/rtk-mute-all-button.d.ts +26 -0
  1106. package/dist/types/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.d.ts +21 -0
  1107. package/dist/types/components/rtk-name-tag/rtk-name-tag.d.ts +28 -0
  1108. package/dist/types/components/rtk-network-indicator/rtk-network-indicator.d.ts +20 -0
  1109. package/dist/types/components/rtk-notification/rtk-notification.d.ts +30 -0
  1110. package/dist/types/components/rtk-notifications/rtk-notifications.d.ts +69 -0
  1111. package/dist/types/components/rtk-overlay-modal/rtk-overlay-modal.d.ts +22 -0
  1112. package/dist/types/components/rtk-paginated-list/rtk-paginated-list.d.ts +91 -0
  1113. package/dist/types/components/rtk-participant/rtk-participant.d.ts +62 -0
  1114. package/dist/types/components/rtk-participant-count/rtk-participant-count.d.ts +26 -0
  1115. package/dist/types/components/rtk-participant-setup/rtk-participant-setup.d.ts +37 -0
  1116. package/dist/types/components/rtk-participant-tile/rtk-participant-tile.d.ts +55 -0
  1117. package/dist/types/components/rtk-participants/rtk-participants.d.ts +48 -0
  1118. package/dist/types/components/rtk-participants-audio/rtk-participants-audio.d.ts +34 -0
  1119. package/dist/types/components/rtk-participants-stage-list/rtk-participants-stage-list.d.ts +42 -0
  1120. package/dist/types/components/rtk-participants-stage-queue/rtk-participants-stage-queue.d.ts +29 -0
  1121. package/dist/types/components/rtk-participants-toggle/rtk-participants-toggle.d.ts +49 -0
  1122. package/dist/types/components/rtk-participants-viewer-list/rtk-participants-viewer-list.d.ts +33 -0
  1123. package/dist/types/components/rtk-participants-waiting-list/rtk-participants-waiting-list.d.ts +29 -0
  1124. package/dist/types/components/rtk-permissions-message/rtk-permissions-message.d.ts +40 -0
  1125. package/dist/types/components/rtk-pip-toggle/rtk-pip-toggle.d.ts +28 -0
  1126. package/dist/types/components/rtk-plugin-main/rtk-plugin-main.d.ts +28 -0
  1127. package/dist/types/components/rtk-plugins/rtk-plugins.d.ts +35 -0
  1128. package/dist/types/components/rtk-plugins-toggle/rtk-plugins-toggle.d.ts +42 -0
  1129. package/dist/types/components/rtk-poll/rtk-poll.d.ts +30 -0
  1130. package/dist/types/components/rtk-poll-form/rtk-poll-form.d.ts +30 -0
  1131. package/dist/types/components/rtk-polls/rtk-polls.d.ts +38 -0
  1132. package/dist/types/components/rtk-polls-toggle/rtk-polls-toggle.d.ts +46 -0
  1133. package/dist/types/components/rtk-recording-indicator/rtk-recording-indicator.d.ts +26 -0
  1134. package/dist/types/components/rtk-recording-toggle/rtk-recording-toggle.d.ts +47 -0
  1135. package/dist/types/components/rtk-screen-share-toggle/rtk-screen-share-toggle.d.ts +67 -0
  1136. package/dist/types/components/rtk-screenshare-view/rtk-screenshare-view.d.ts +52 -0
  1137. package/dist/types/components/rtk-settings/rtk-settings.d.ts +38 -0
  1138. package/dist/types/components/rtk-settings-audio/rtk-settings-audio.d.ts +32 -0
  1139. package/dist/types/components/rtk-settings-toggle/rtk-settings-toggle.d.ts +30 -0
  1140. package/dist/types/components/rtk-settings-video/rtk-settings-video.d.ts +37 -0
  1141. package/dist/types/components/rtk-setup-screen/rtk-setup-screen.d.ts +40 -0
  1142. package/dist/types/components/rtk-sidebar/rtk-sidebar.d.ts +49 -0
  1143. package/dist/types/components/rtk-sidebar-ui/rtk-sidebar-ui.d.ts +120 -0
  1144. package/dist/types/components/rtk-simple-grid/rtk-simple-grid.d.ts +43 -0
  1145. package/dist/types/components/rtk-speaker-selector/rtk-speaker-selector.d.ts +44 -0
  1146. package/dist/types/components/rtk-spinner/rtk-spinner.d.ts +12 -0
  1147. package/dist/types/components/rtk-spotlight-grid/rtk-spotlight-grid.d.ts +47 -0
  1148. package/dist/types/components/rtk-spotlight-indicator/rtk-spotlight-indicator.d.ts +22 -0
  1149. package/dist/types/components/rtk-stage/rtk-stage.d.ts +19 -0
  1150. package/dist/types/components/rtk-stage-toggle/rtk-stage-toggle.d.ts +36 -0
  1151. package/dist/types/components/rtk-switch/rtk-switch.d.ts +25 -0
  1152. package/dist/types/components/rtk-tab-bar/rtk-tab-bar.d.ts +37 -0
  1153. package/dist/types/components/rtk-text-composer-view/rtk-text-composer-view.d.ts +34 -0
  1154. package/dist/types/components/rtk-text-message/components/TextMessage.d.ts +6 -0
  1155. package/dist/types/components/rtk-text-message/rtk-text-message.d.ts +21 -0
  1156. package/dist/types/components/rtk-text-message-view/rtk-text-message-view.d.ts +10 -0
  1157. package/dist/types/components/rtk-tooltip/rtk-tooltip.d.ts +42 -0
  1158. package/dist/types/components/rtk-transcript/rtk-transcript.d.ts +30 -0
  1159. package/dist/types/components/rtk-transcripts/rtk-transcripts.d.ts +39 -0
  1160. package/dist/types/components/rtk-ui-provider/rtk-ui-provider.d.ts +45 -0
  1161. package/dist/types/components/rtk-viewer-count/rtk-viewer-count.d.ts +24 -0
  1162. package/dist/types/components/rtk-virtualized-list/rtk-virtualized-participant-list.d.ts +30 -0
  1163. package/dist/types/components/rtk-waiting-screen/rtk-waiting-screen.d.ts +15 -0
  1164. package/dist/types/components.d.ts +11544 -0
  1165. package/dist/types/exports.d.ts +20 -0
  1166. package/dist/types/globals.d.ts +15 -0
  1167. package/dist/types/index.d.ts +2 -0
  1168. package/dist/types/lib/addons/index.d.ts +27 -0
  1169. package/dist/types/lib/audio.d.ts +18 -0
  1170. package/dist/types/lib/builder/index.d.ts +42 -0
  1171. package/dist/types/lib/default-ui-config.d.ts +5 -0
  1172. package/dist/types/lib/grid.d.ts +43 -0
  1173. package/dist/types/lib/icons/default-icon-pack.d.ts +88 -0
  1174. package/dist/types/lib/icons/index.d.ts +9 -0
  1175. package/dist/types/lib/lang/default-language.d.ts +415 -0
  1176. package/dist/types/lib/lang/index.d.ts +16 -0
  1177. package/dist/types/lib/notification.d.ts +19 -0
  1178. package/dist/types/lib/render/index.d.ts +45 -0
  1179. package/dist/types/lib/render/utils.d.ts +31 -0
  1180. package/dist/types/lib/visualizer.d.ts +6 -0
  1181. package/dist/types/stencil-public-runtime.d.ts +1680 -0
  1182. package/dist/types/theme/presets/border.d.ts +13 -0
  1183. package/dist/types/theme/presets/themes.d.ts +2 -0
  1184. package/dist/types/types/floating-ui.d.ts +1 -0
  1185. package/dist/types/types/props.d.ts +175 -0
  1186. package/dist/types/types/rtk-ai.d.ts +9 -0
  1187. package/dist/types/types/rtk-client.d.ts +16 -0
  1188. package/dist/types/types/ui-config/config.d.ts +25 -0
  1189. package/dist/types/types/ui-config/design-tokens.d.ts +41 -0
  1190. package/dist/types/types/ui-config/index.d.ts +15 -0
  1191. package/dist/types/types/ui-config/root.d.ts +23 -0
  1192. package/dist/types/types/web-core.d.ts +9 -0
  1193. package/dist/types/utils/assets.d.ts +6 -0
  1194. package/dist/types/utils/breakout-rooms-manager.d.ts +100 -0
  1195. package/dist/types/utils/breakout-rooms.d.ts +24 -0
  1196. package/dist/types/utils/chat.d.ts +49 -0
  1197. package/dist/types/utils/clone.d.ts +1 -0
  1198. package/dist/types/utils/color.d.ts +69 -0
  1199. package/dist/types/utils/config.d.ts +28 -0
  1200. package/dist/types/utils/date.d.ts +3 -0
  1201. package/dist/types/utils/debugger-utils.d.ts +40 -0
  1202. package/dist/types/utils/file.d.ts +23 -0
  1203. package/dist/types/utils/full-screen.d.ts +4 -0
  1204. package/dist/types/utils/graceful-storage.d.ts +2 -0
  1205. package/dist/types/utils/notification.d.ts +9 -0
  1206. package/dist/types/utils/provide-design-system.d.ts +7 -0
  1207. package/dist/types/utils/scroll.d.ts +7 -0
  1208. package/dist/types/utils/sidebar.d.ts +5 -0
  1209. package/dist/types/utils/size.d.ts +7 -0
  1210. package/dist/types/utils/stage.d.ts +3 -0
  1211. package/dist/types/utils/string.d.ts +24 -0
  1212. package/dist/types/utils/sync-with-store/index.d.ts +3 -0
  1213. package/dist/types/utils/sync-with-store/ui-store.d.ts +20 -0
  1214. package/dist/types/utils/time.d.ts +1 -0
  1215. package/dist/types/utils/troubleshooter.d.ts +151 -0
  1216. package/dist/types/utils/user-prefs.d.ts +7 -0
  1217. package/loader/cdn.js +1 -0
  1218. package/loader/index.cjs.js +1 -0
  1219. package/loader/index.d.ts +24 -0
  1220. package/loader/index.es2017.js +1 -0
  1221. package/loader/index.js +2 -0
  1222. package/loader/package.json +11 -0
  1223. package/package.json +59 -3
@@ -0,0 +1,224 @@
1
+ import { h, e as Host } from './p-c3592601.js';
2
+
3
+ /**
4
+ * Computes selectors and returns them based on their priority.
5
+ */
6
+ const computeSelectors = ({ element, size, states = {}, config = {}, }) => {
7
+ let selectors = [];
8
+ const data = config === null || config === void 0 ? void 0 : config.root[element];
9
+ const add = (selector) => {
10
+ selectors.push(selector);
11
+ if (typeof size === 'string') {
12
+ selectors.push(`${selector}.${size}`);
13
+ }
14
+ };
15
+ add(element);
16
+ if (typeof data === 'object' && !Array.isArray(data) && data !== null) {
17
+ // check if the data variable is an object, strictly and not an array or just null
18
+ const { state, states: elementStates } = data;
19
+ let selector = element;
20
+ let activeStates = [];
21
+ if (Array.isArray(elementStates)) {
22
+ activeStates = elementStates.filter((state) => states[state]);
23
+ activeStates.sort();
24
+ for (const state of activeStates) {
25
+ add(`${selector}.${state}`);
26
+ }
27
+ if (activeStates.length > 1) {
28
+ const booleanStateSelector = [selector, ...activeStates].join('.');
29
+ add(booleanStateSelector);
30
+ }
31
+ }
32
+ if (typeof state === 'string') {
33
+ // rtk-meeting[meeting=joined]
34
+ const keyValueSelector = `${element}[${state}=${states[state]}]`;
35
+ add(keyValueSelector);
36
+ for (const state of activeStates) {
37
+ add(`${keyValueSelector}.${state}`);
38
+ }
39
+ if (activeStates.length > 1) {
40
+ const withBooleanStateSelector = [keyValueSelector, ...activeStates].join('.');
41
+ add(withBooleanStateSelector);
42
+ }
43
+ }
44
+ }
45
+ return selectors;
46
+ };
47
+ /**
48
+ * Returns the computed styles - styles obtained from combining styles from all computed selectors
49
+ * on the basis of their priorities.
50
+ */
51
+ const getComputedStyles = ({ selectors, styles }) => {
52
+ if (!Array.isArray(selectors) || styles == null)
53
+ return {};
54
+ const computedStyles = {};
55
+ for (const selector of selectors) {
56
+ const style = styles[selector];
57
+ if (style != null) {
58
+ Object.assign(computedStyles, style);
59
+ }
60
+ }
61
+ return computedStyles;
62
+ };
63
+ /**
64
+ * Returns the computed children which are to be rendered inside an element
65
+ */
66
+ const getComputedChildren = ({ selectors, root }) => {
67
+ if (!root || !Array.isArray(selectors))
68
+ return [];
69
+ let children = [];
70
+ for (const selector of selectors) {
71
+ const el = root[selector];
72
+ if (Array.isArray(el)) {
73
+ children = [...el];
74
+ }
75
+ else if (el) {
76
+ if (el.children) {
77
+ children = [...el.children];
78
+ }
79
+ if (Array.isArray(el.remove)) {
80
+ for (const toRemove of el.remove) {
81
+ children = children.filter((child) => {
82
+ if (typeof child === 'string') {
83
+ return child !== toRemove;
84
+ }
85
+ else if (Array.isArray(child)) {
86
+ return child[0] !== toRemove;
87
+ }
88
+ return true;
89
+ });
90
+ }
91
+ }
92
+ if (el.addBefore) {
93
+ for (const [beforeEl, toAdd] of Object.entries(el.addBefore)) {
94
+ const idx = children.findIndex((child) => {
95
+ if (typeof child === 'string') {
96
+ return child === beforeEl;
97
+ }
98
+ else if (Array.isArray(child)) {
99
+ return child[0] === beforeEl;
100
+ }
101
+ return false;
102
+ });
103
+ if (idx >= 0) {
104
+ children.splice(idx, 0, ...toAdd);
105
+ }
106
+ }
107
+ }
108
+ if (Array.isArray(el.add)) {
109
+ children = children.concat(el.add);
110
+ }
111
+ if (Array.isArray(el.prepend)) {
112
+ children = el.prepend.concat(children);
113
+ }
114
+ }
115
+ }
116
+ return children;
117
+ };
118
+
119
+ /**
120
+ * Renders the children of an element.
121
+ */
122
+ const RenderChildren = ({ elements, defaults, props = {}, deepProps = false, elementProps = {}, }) => {
123
+ if (!Array.isArray(elements) || elements.length === 0)
124
+ return null;
125
+ return elements.map((element) => {
126
+ return (h(Render, { element: element, defaults: defaults, props: props, childProps: deepProps && props, elementProps: elementProps }));
127
+ });
128
+ };
129
+ const lenChildren = ({ element, defaults, props = {}, elementProps = {} }) => {
130
+ var _a;
131
+ const { config, size, states } = defaults;
132
+ let Tag, configProps = {}, configChildren = [];
133
+ if (Array.isArray(element)) {
134
+ // get props if element is passed in array form:
135
+ // ['rtk-participant-tile', { variant: 'gradient' }]
136
+ [Tag, configProps, ...configChildren] = element;
137
+ }
138
+ else {
139
+ Tag = element;
140
+ }
141
+ const elemData = (_a = config === null || config === void 0 ? void 0 : config.root) === null || _a === void 0 ? void 0 : _a[Tag];
142
+ if (elemData != null && 'props' in elemData) {
143
+ props = Object.assign(Object.assign({}, elemData['props']), props);
144
+ }
145
+ props = Object.assign(Object.assign({}, props), configProps);
146
+ if (Tag in elementProps) {
147
+ props = Object.assign(Object.assign({}, props), elementProps[Tag]);
148
+ }
149
+ const selectors = computeSelectors({ element: Tag, size, states, config });
150
+ const computedChildren = getComputedChildren({ selectors, root: config.root });
151
+ return computedChildren.length;
152
+ };
153
+ /**
154
+ * Renders an element from UI Config
155
+ */
156
+ const Render = ({ element, defaults, childProps = {}, props = {}, onlyChildren = false, asHost = false, deepProps = false, elementProps = {}, }, children) => {
157
+ var _a;
158
+ const { config, size, states } = defaults;
159
+ let Tag, configProps = {}, configChildren = [];
160
+ if (Array.isArray(element)) {
161
+ // get props if element is passed in array form:
162
+ // ['rtk-participant-tile', { variant: 'gradient' }]
163
+ [Tag, configProps, ...configChildren] = element;
164
+ }
165
+ else {
166
+ Tag = element;
167
+ }
168
+ const elemData = (_a = config === null || config === void 0 ? void 0 : config.root) === null || _a === void 0 ? void 0 : _a[Tag];
169
+ if (elemData != null && 'props' in elemData) {
170
+ props = Object.assign(Object.assign({}, elemData['props']), props);
171
+ }
172
+ props = Object.assign(Object.assign({}, props), configProps);
173
+ if (Tag in elementProps) {
174
+ props = Object.assign(Object.assign({}, props), elementProps[Tag]);
175
+ }
176
+ const selectors = computeSelectors({ element: Tag, size, states, config });
177
+ const computedChildren = getComputedChildren({ selectors, root: config.root });
178
+ if (onlyChildren) {
179
+ return (h(RenderChildren, { elements: computedChildren, defaults: defaults, props: childProps, deepProps: deepProps, elementProps: elementProps }));
180
+ }
181
+ const styles = getComputedStyles({ selectors, styles: config.styles });
182
+ if (asHost) {
183
+ return (h(Host, Object.assign({}, defaults, { style: styles }, props),
184
+ h(RenderChildren, { elements: computedChildren, defaults: defaults, props: childProps, deepProps: deepProps, elementProps: elementProps }),
185
+ children,
186
+ configChildren.map((child) => {
187
+ if (Array.isArray(child)) {
188
+ const [Tag, props] = child;
189
+ return h(Tag, Object.assign({}, defaults, props));
190
+ }
191
+ return child;
192
+ })));
193
+ }
194
+ if (['rtk-header', 'rtk-controlbar'].includes(Tag)) {
195
+ props['disableRender'] = true;
196
+ }
197
+ if (Tag.startsWith('rtk-')) {
198
+ return (h(Tag, Object.assign({}, defaults, { style: styles }, props),
199
+ h(RenderChildren, { elements: computedChildren, defaults: defaults, props: childProps, deepProps: deepProps, elementProps: elementProps }),
200
+ children,
201
+ configChildren.map((child) => {
202
+ if (Array.isArray(child)) {
203
+ const [Tag, props] = child;
204
+ return h(Tag, Object.assign({}, defaults, props));
205
+ }
206
+ return child;
207
+ })));
208
+ }
209
+ else {
210
+ const [HTMLTag, id] = Tag.split('#');
211
+ return (h(HTMLTag, Object.assign({ id: id, style: styles }, props),
212
+ h(RenderChildren, { elements: computedChildren, defaults: defaults, props: childProps, deepProps: deepProps, elementProps: elementProps }),
213
+ children,
214
+ configChildren.map((child) => {
215
+ if (Array.isArray(child)) {
216
+ const [Tag, props] = child;
217
+ return h(Tag, Object.assign({}, defaults, props));
218
+ }
219
+ return child;
220
+ })));
221
+ }
222
+ };
223
+
224
+ export { Render as R, lenChildren as l };
@@ -0,0 +1,204 @@
1
+ import { p as proxyCustomElement, H, d as createEvent, h, e as Host } from './p-c3592601.js';
2
+ import { d as defaultConfig, a as defaultIconPack, c as useLanguage, F as FlagsmithFeatureFlags } from './p-9bcf0d04.js';
3
+ import './p-a83ccdbd.js';
4
+ import { R as Render } from './p-60fdbd75.js';
5
+ import { S as SyncWithStore } from './p-b661e73e.js';
6
+ import { d as defineCustomElement$1 } from './p-3d754c34.js';
7
+
8
+ const rtkParticipantTileCss = ":host {\n line-height: initial;\n font-family: var(--rtk-font-family, sans-serif);\n\n font-feature-settings: normal;\n font-variation-settings: normal;\n}\n\np {\n margin: var(--rtk-space-0, 0px);\n padding: var(--rtk-space-0, 0px);\n}\n\n\n:host {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n aspect-ratio: 16 / 9;\n height: var(--rtk-space-56, 224px);\n overflow: hidden;\n border-radius: var(--rtk-border-radius-lg, 12px);\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-video-bg, 24 24 24) / var(--tw-bg-opacity));\n\n transition-property: var(--rtk-transition-property, all);\n transition-duration: 150ms;\n container-type: inline-size;\n container-name: participanttile;\n}\n\n@media (prefers-reduced-motion) {\n /* No transitions when disabled */\n :host {\n --rtk-transition-property: none;\n }\n}\n\nrtk-avatar {\n z-index: -1;\n}\n\n/**\n NOTE: provided :slotted(rtk-name-tag) & rtk-name-tag separately\n because ::slotted isn't applied on default slots.\n*/\n\n::slotted(rtk-name-tag), \nrtk-name-tag {\n position: absolute;\n left: var(--rtk-space-3, 12px);\n bottom: var(--rtk-space-3, 12px);\n}\n\n:host([size='sm'][variant='solid']) ::slotted(rtk-name-tag), \n :host([size='sm'][variant='solid']) rtk-name-tag {\n left: var(--rtk-space-2, 8px);\n bottom: var(--rtk-space-2, 8px);\n height: var(--rtk-space-4, 16px);\n}\n\n::slotted(rtk-network-indicator), \nrtk-network-indicator {\n position: absolute;\n right: var(--rtk-space-3, 12px);\n bottom: var(--rtk-space-3, 12px);\n}\n\n:host([size='sm']) ::slotted(rtk-network-indicator), \n :host([size='sm']) rtk-network-indicator {\n right: var(--rtk-space-2, 8px);\n bottom: var(--rtk-space-2, 8px);\n}\n\nvideo {\n position: absolute;\n height: 100%;\n width: 100%;\n border-radius: var(--rtk-border-radius-lg, 12px);\n}\n\nvideo.contain {\n -o-object-fit: contain;\n object-fit: contain;\n}\n\nvideo.cover {\n -o-object-fit: cover;\n object-fit: cover;\n}\n\nvideo::-webkit-media-controls {\n display: none !important;\n}\n\n.pinned-icon {\n position: absolute;\n left: var(--rtk-space-3, 12px);\n top: var(--rtk-space-3, 12px);\n height: var(--rtk-space-5, 20px);\n width: var(--rtk-space-5, 20px);\n padding: var(--rtk-space-1, 4px);\n border-radius: var(--rtk-border-radius-md, 8px);\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));\n}\n\n.network-container {\n position: absolute;\n right: var(--rtk-space-3, 12px);\n bottom: var(--rtk-space-3, 12px);\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: var(--rtk-space-2, 8px);\n font-size: 12px;\n border-radius: var(--rtk-border-radius-md, 8px);\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));\n}\n.network-icon {\n height: var(--rtk-space-5, 20px);\n width: var(--rtk-space-5, 20px);\n --tw-text-opacity: 1;\n color: rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity));\n}\n\n:host([size='sm']) .pinned-icon {\n top: var(--rtk-space-2, 8px);\n left: var(--rtk-space-2, 8px);\n}\n\n:host([variant='gradient']) ::slotted(rtk-audio-visualizer), \n :host([variant='gradient']) rtk-audio-visualizer {\n position: absolute;\n top: var(--rtk-space-2, 8px);\n right: var(--rtk-space-2, 8px);\n border-radius: 9999px;\n --tw-bg-opacity: 1;\n background-color: rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));\n padding: var(--rtk-space-2, 8px);\n}\n\n:host([variant='gradient']) ::slotted(rtk-name-tag), \n :host([variant='gradient']) rtk-name-tag {\n bottom: var(--rtk-space-0, 0px);\n left: var(--rtk-space-0, 0px);\n display: flex;\n width: 100%;\n align-items: center;\n justify-content: center;\n text-align: center;\n background-color: transparent;\n background-image: linear-gradient(to top, var(--tw-gradient-stops));\n --tw-gradient-from: rgb(var(--rtk-colors-background-1000, 8 8 8));\n --tw-gradient-to: rgba(var(--rtk-colors-background-1000, 8 8 8) / 0);\n --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);\n --tw-gradient-to: transparent;\n}\n\nvideo.mirror {\n transform: scaleX(-1);\n}\n\n/** Name tag positions */\n\n:host([name-tag-position='bottom-right']) ::slotted(rtk-name-tag), \n :host([name-tag-position='bottom-right']) rtk-name-tag {\n left: auto;\n right: var(--rtk-space-3, 12px);\n}\n\n:host([name-tag-position='bottom-center']) ::slotted(rtk-name-tag), \n :host([name-tag-position='bottom-center']) rtk-name-tag {\n left: auto;\n right: auto;\n}\n\n:host([name-tag-position='top-left']) ::slotted(rtk-name-tag), \n :host([name-tag-position='top-left']) rtk-name-tag {\n top: var(--rtk-space-3, 12px);\n bottom: auto;\n}\n\n:host([name-tag-position='top-right']) ::slotted(rtk-name-tag), \n :host([name-tag-position='top-right']) rtk-name-tag {\n top: var(--rtk-space-3, 12px);\n right: var(--rtk-space-3, 12px);\n left: auto;\n bottom: auto;\n}\n\n:host([name-tag-position='top-center']) ::slotted(rtk-name-tag), \n :host([name-tag-position='top-center']) rtk-name-tag {\n left: auto;\n right: auto;\n bottom: auto;\n top: var(--rtk-space-3, 12px);\n}\n\n@media only screen and (max-height: 480px) and (orientation: landscape) {\n :host([size='sm']) {\n border-radius: var(--rtk-border-radius-sm, 4px);\n }\n\n :host([size='sm']) > video {\n border-radius: var(--rtk-border-radius-sm, 4px);\n }\n\n ::slotted(rtk-avatar), \n rtk-avatar {\n height: var(--rtk-space-12, 48px);\n width: var(--rtk-space-12, 48px);\n }\n :host([size='sm'][variant='solid']) ::slotted(rtk-name-tag),\n :host([size='sm'][variant='solid']) rtk-name-tag {\n transform-origin: -2% 100%;\n transform: scale(0.6);\n z-index: 10;\n left: var(--rtk-space-0, 0px);\n bottom: var(--rtk-space-0, 0px);\n border-radius: var(--rtk-border-radius-none, 0);\n }\n}\n\n@media only screen and (max-width: 480px) and (orientation: portrait) {\n :host([size='sm']) {\n border-radius: var(--rtk-border-radius-sm, 4px);\n }\n\n :host([size='sm']) > video {\n border-radius: var(--rtk-border-radius-sm, 4px);\n }\n\n ::slotted(rtk-avatar), \n rtk-avatar {\n height: var(--rtk-space-12, 48px);\n width: var(--rtk-space-12, 48px);\n }\n :host([size='sm'][variant='solid']) ::slotted(rtk-name-tag),\n :host([size='sm'][variant='solid']) rtk-name-tag {\n transform-origin: -5% 110%;\n transform: scale(0.6);\n z-index: 10;\n left: var(--rtk-space-0, 0px);\n bottom: var(--rtk-space-0, 0px);\n border-radius: var(--rtk-border-radius-none, 0);\n }\n}\n\n@container participanttile (max-width: 300px) {\n ::slotted(rtk-name-tag),\n rtk-name-tag {\n transform-origin: 0 100%;\n transform: scale(0.8);\n }\n\n ::slotted(rtk-avatar), \n rtk-avatar {\n height: var(--rtk-space-8, 32px) !important;\n width: var(--rtk-space-8, 32px) !important;\n }\n}\n\n@container participanttile (max-width: 150px) {\n ::slotted(rtk-name-tag),\n rtk-name-tag[variant='solid'] {\n transform-origin: -10% 130%;\n transform: scale(0.6);\n z-index: 10;\n border-radius: 9999px;\n }\n\n ::slotted(rtk-avatar), \n rtk-avatar {\n height: 6 !important;\n width: 6 !important;\n }\n}\n";
9
+ const RtkParticipantTileStyle0 = rtkParticipantTileCss;
10
+
11
+ var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
12
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
13
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
14
+ r = Reflect.decorate(decorators, target, key, desc);
15
+ else
16
+ for (var i = decorators.length - 1; i >= 0; i--)
17
+ if (d = decorators[i])
18
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+ const RtkParticipantTile = /*@__PURE__*/ proxyCustomElement(class RtkParticipantTile extends H {
22
+ constructor() {
23
+ super();
24
+ this.__registerHost();
25
+ this.__attachShadow();
26
+ this.tileLoad = createEvent(this, "tileLoad", 7);
27
+ this.tileUnload = createEvent(this, "tileUnload", 7);
28
+ this.isPinned = false;
29
+ this.mediaConnectionError = false;
30
+ /** Position of name tag */
31
+ this.nameTagPosition = 'bottom-left';
32
+ /** Whether tile is used for preview */
33
+ this.isPreview = false;
34
+ /** Config object */
35
+ this.config = defaultConfig;
36
+ /** Variant */
37
+ this.variant = 'solid';
38
+ /** Icon pack */
39
+ this.iconPack = defaultIconPack;
40
+ /** Language */
41
+ this.t = useLanguage();
42
+ this.onPinned = ({ isPinned }) => {
43
+ this.isPinned = isPinned;
44
+ };
45
+ this.isSelf = () => { var _a; return this.isPreview || this.participant.id === ((_a = this.meeting) === null || _a === void 0 ? void 0 : _a.self.id); };
46
+ this.onPause = (event) => {
47
+ var _a, _b;
48
+ if (this.isSelf() &&
49
+ ((_a = this.meeting) === null || _a === void 0 ? void 0 : _a.__internals__.features.hasFeature(FlagsmithFeatureFlags.PLAY_PARTICIPANT_TILE_VIDEO_ON_PAUSE))) {
50
+ this.meeting.__internals__.logger.warn(`Video player paused for ${this.participant.id} isSelf: ${this.isSelf()}`);
51
+ // @ts-ignore
52
+ (_b = event === null || event === void 0 ? void 0 : event.target) === null || _b === void 0 ? void 0 : _b.play();
53
+ }
54
+ };
55
+ this.onPlaying = () => {
56
+ if (this.playTimeout)
57
+ clearTimeout(this.playTimeout);
58
+ };
59
+ }
60
+ onVideoRef(el) {
61
+ if (!this.participant || !this.meeting || el === this.videoEl)
62
+ return;
63
+ this.videoEl = el;
64
+ this.participant.registerVideoElement(this.videoEl, this.isPreview);
65
+ this.tileLoad.emit({ participant: this.participant, videoElement: this.videoEl });
66
+ }
67
+ connectedCallback() {
68
+ // set videoState before initial render and initialize listeners
69
+ if (this.meeting)
70
+ this.meetingChanged(this.meeting);
71
+ else
72
+ this.participantsChanged(this.participant);
73
+ }
74
+ disconnectedCallback() {
75
+ if (this.playTimeout)
76
+ clearTimeout(this.playTimeout);
77
+ if (this.participant == null)
78
+ return;
79
+ this.participant.deregisterVideoElement(this.videoEl, this.isPreview);
80
+ this.participant.removeListener('pinned', this.onPinned);
81
+ this.participant.removeListener('unpinned', this.onPinned);
82
+ this.meeting.meta.off('mediaConnectionUpdate', this.mediaConnectionUpdateListener);
83
+ this.tileUnload.emit(this.participant);
84
+ }
85
+ meetingChanged(meeting) {
86
+ if (meeting == undefined)
87
+ return;
88
+ this.participantsChanged(this.participant);
89
+ }
90
+ participantsChanged(participant) {
91
+ if (participant == undefined)
92
+ return;
93
+ if (this.meeting === undefined) {
94
+ if (this.isPreview) {
95
+ this.videoEl && this.participant.registerVideoElement(this.videoEl, this.isPreview);
96
+ }
97
+ return;
98
+ }
99
+ this.isPinned = participant.isPinned;
100
+ this.videoEl && this.participant.registerVideoElement(this.videoEl, this.isPreview);
101
+ participant.addListener('pinned', this.onPinned);
102
+ participant.addListener('unpinned', this.onPinned);
103
+ this.meeting.meta.on('mediaConnectionUpdate', this.mediaConnectionUpdateListener.bind(this));
104
+ }
105
+ mediaConnectionUpdateListener() {
106
+ var _a, _b, _c;
107
+ const { recv: consuming, send: producing } = (_c = (_b = (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.meta) === null || _b === void 0 ? void 0 : _b.mediaState) !== null && _c !== void 0 ? _c : {};
108
+ if ((consuming === null || consuming === void 0 ? void 0 : consuming.state) !== 'connected' && !this.isSelf()) {
109
+ this.mediaConnectionError = true;
110
+ }
111
+ else if ((producing === null || producing === void 0 ? void 0 : producing.state) !== 'connected' && this.isSelf()) {
112
+ this.mediaConnectionError = true;
113
+ }
114
+ else
115
+ this.mediaConnectionError = false;
116
+ }
117
+ isMirrored() {
118
+ var _a;
119
+ if (this.participant != null) {
120
+ if (this.isSelf()) {
121
+ const states = this.states;
122
+ const mirrorVideo = (_a = states === null || states === void 0 ? void 0 : states.prefs) === null || _a === void 0 ? void 0 : _a.mirrorVideo;
123
+ if (typeof mirrorVideo === 'boolean') {
124
+ return mirrorVideo;
125
+ }
126
+ }
127
+ }
128
+ return false;
129
+ }
130
+ render() {
131
+ var _a, _b, _c;
132
+ const defaults = {
133
+ meeting: this.meeting,
134
+ size: this.size,
135
+ states: this.states,
136
+ config: this.config,
137
+ iconPack: this.iconPack,
138
+ t: this.t,
139
+ };
140
+ return (h(Host, { key: '3e979a21a98a39b061612531ef9bd644d39a983e' }, h("video", { key: '3ba45f4944aafeb8673afc8daa1e15db82ec42b5', ref: (el) => this.onVideoRef(el), class: {
141
+ mirror: this.isMirrored(),
142
+ [(_c = (_b = (_a = this.config) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.videoFit) !== null && _c !== void 0 ? _c : 'cover']: true,
143
+ }, onPlaying: this.onPlaying, onPause: this.onPause, autoPlay: true, playsInline: true, muted: true, part: "video" }), this.isPinned && (h("rtk-icon", { key: '02ca6b139670e6ac3ac16a24248329a4dc09976d', class: "pinned-icon", icon: this.iconPack.pin, "aria-label": this.t('pinned'), part: "pinned-icon" })), this.mediaConnectionError && (h("div", { key: '5bf2f0b14e7d077b3ebd9bec74291bf746fcf6c9', class: "network-container", part: "network-indicator" }, h("rtk-icon", { key: '32ee83f5d08430273ae0bce3424e2e1a3206419a', class: "network-icon", icon: this.iconPack.disconnected, "aria-label": this.t('pinned'), part: "pinned-icon" }))), h("slot", { key: '781a75e98ff649fb94672cb7ce4f176ef0c1c090' }, h(Render, { key: 'b756c2269429153fbab8dd3c79978d0a2d3a153d', element: "rtk-participant-tile", defaults: defaults, childProps: {
144
+ participant: this.participant,
145
+ }, deepProps: true, onlyChildren: true }))));
146
+ }
147
+ static get watchers() { return {
148
+ "meeting": ["meetingChanged"],
149
+ "participant": ["participantsChanged"]
150
+ }; }
151
+ static get style() { return RtkParticipantTileStyle0; }
152
+ }, [1, "rtk-participant-tile", {
153
+ "nameTagPosition": [513, "name-tag-position"],
154
+ "isPreview": [4, "is-preview"],
155
+ "participant": [16],
156
+ "meeting": [16],
157
+ "states": [16],
158
+ "config": [16],
159
+ "variant": [513],
160
+ "size": [513],
161
+ "iconPack": [16],
162
+ "t": [16],
163
+ "isPinned": [32],
164
+ "mediaConnectionError": [32]
165
+ }, undefined, {
166
+ "meeting": ["meetingChanged"],
167
+ "participant": ["participantsChanged"]
168
+ }]);
169
+ __decorate([
170
+ SyncWithStore()
171
+ ], RtkParticipantTile.prototype, "meeting", void 0);
172
+ __decorate([
173
+ SyncWithStore()
174
+ ], RtkParticipantTile.prototype, "states", void 0);
175
+ __decorate([
176
+ SyncWithStore()
177
+ ], RtkParticipantTile.prototype, "size", void 0);
178
+ __decorate([
179
+ SyncWithStore()
180
+ ], RtkParticipantTile.prototype, "iconPack", void 0);
181
+ __decorate([
182
+ SyncWithStore()
183
+ ], RtkParticipantTile.prototype, "t", void 0);
184
+ function defineCustomElement() {
185
+ if (typeof customElements === "undefined") {
186
+ return;
187
+ }
188
+ const components = ["rtk-participant-tile", "rtk-icon"];
189
+ components.forEach(tagName => { switch (tagName) {
190
+ case "rtk-participant-tile":
191
+ if (!customElements.get(tagName)) {
192
+ customElements.define(tagName, RtkParticipantTile);
193
+ }
194
+ break;
195
+ case "rtk-icon":
196
+ if (!customElements.get(tagName)) {
197
+ defineCustomElement$1();
198
+ }
199
+ break;
200
+ } });
201
+ }
202
+ defineCustomElement();
203
+
204
+ export { RtkParticipantTile as R, defineCustomElement as d };
@@ -0,0 +1,179 @@
1
+ import { p as proxyCustomElement, H, h } from './p-c3592601.js';
2
+ import { d as defaultConfig, a as defaultIconPack, c as useLanguage } from './p-9bcf0d04.js';
3
+ import './p-a83ccdbd.js';
4
+ import { S as SyncWithStore } from './p-b661e73e.js';
5
+ import { d as defineCustomElement$5 } from './p-2f10ccec.js';
6
+ import { d as defineCustomElement$4 } from './p-92a1602c.js';
7
+ import { d as defineCustomElement$3 } from './p-3d754c34.js';
8
+ import { d as defineCustomElement$2 } from './p-bd20259b.js';
9
+ import { d as defineCustomElement$1 } from './p-4f0299cf.js';
10
+
11
+ const rtkParticipantsStageQueueCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{margin-top:var(--rtk-space-2, 8px);display:flex;width:100%;flex-direction:column;font-size:14px}.stage-requested-participants{margin-bottom:var(--rtk-space-8, 32px)}.stage-requested-participants .bulk-actions{display:flex;gap:var(--rtk-space-2, 8px)}.stage-requested-participants .bulk-actions .accept-all-button{--tw-text-opacity:1;color:rgba(var(--rtk-colors-success, 98 165 4) / var(--tw-text-opacity))}.stage-requested-participants .bulk-actions rtk-button{flex:1 1 0%}h3,.heading-count{margin:var(--rtk-space-0, 0px);display:flex;align-items:center;justify-content:center;padding:var(--rtk-space-0, 0px);font-size:16px;font-weight:400;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));text-align:center}.heading-count{font-size:14px}.participants{margin-top:var(--rtk-space-2, 8px);padding:var(--rtk-space-0, 0px)}.waiting-participant{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px);display:flex;align-items:center}.waiting-participant .participant-details{margin-right:auto;display:flex;align-items:center}.waiting-participant .participant-details rtk-avatar{margin-right:var(--rtk-space-2, 8px);height:var(--rtk-space-8, 32px);width:var(--rtk-space-8, 32px);flex-shrink:0;font-size:14px}.waiting-participant .participant-details .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}@media (min-width: 1080px){.waiting-participant .participant-details .name{max-width:var(--rtk-space-40, 160px)}}.waiting-participant .waitlist-controls{display:flex}.waiting-participant .waitlist-controls rtk-button{margin-left:var(--rtk-space-2, 8px);cursor:pointer;border-radius:var(--rtk-border-radius-sm, 4px)}.waiting-participant .waitlist-controls rtk-icon.accept{--tw-text-opacity:1;color:rgba(var(--rtk-colors-success, 98 165 4) / var(--tw-text-opacity))}.waiting-participant .waitlist-controls rtk-icon.deny{--tw-text-opacity:1;color:rgba(var(--rtk-colors-danger, 255 45 45) / var(--tw-text-opacity))}";
12
+ const RtkParticipantsStageQueueStyle0 = rtkParticipantsStageQueueCss;
13
+
14
+ var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
15
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
17
+ r = Reflect.decorate(decorators, target, key, desc);
18
+ else
19
+ for (var i = decorators.length - 1; i >= 0; i--)
20
+ if (d = decorators[i])
21
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
22
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
23
+ };
24
+ const RtkParticipantsStaged = /*@__PURE__*/ proxyCustomElement(class RtkParticipantsStaged extends H {
25
+ constructor() {
26
+ super();
27
+ this.__registerHost();
28
+ this.__attachShadow();
29
+ /** Config */
30
+ this.config = defaultConfig;
31
+ /** Icon pack */
32
+ this.iconPack = defaultIconPack;
33
+ /** View mode for participants list */
34
+ this.view = 'sidebar';
35
+ /** Language */
36
+ this.t = useLanguage();
37
+ this.stageRequestedParticipants = [];
38
+ this.updateStageRequestedParticipants = () => {
39
+ this.stageRequestedParticipants = this.meeting.participants.joined
40
+ .toArray()
41
+ .filter((p) => p.stageStatus === 'REQUESTED_TO_JOIN_STAGE');
42
+ };
43
+ this.acceptStageRequest = async (p) => {
44
+ const { userId } = p;
45
+ await this.meeting.stage.grantAccess([userId]);
46
+ };
47
+ this.rejectStageRequest = async (p) => {
48
+ const { userId } = p;
49
+ await this.meeting.stage.denyAccess([userId]);
50
+ };
51
+ this.acceptAllStageRequest = async () => {
52
+ await this.meeting.stage.grantAccess(this.stageRequestedParticipants.map((p) => p.userId));
53
+ };
54
+ this.denyAllStageRequest = async () => {
55
+ var _a;
56
+ await ((_a = this.meeting.stage) === null || _a === void 0 ? void 0 : _a.denyAccess(this.stageRequestedParticipants.map((p) => p.userId)));
57
+ };
58
+ this.shouldShowStageRequests = () => {
59
+ return (this.meeting.self.permissions.stageEnabled &&
60
+ this.meeting.self.permissions.acceptStageRequests &&
61
+ this.stageRequestedParticipants.length > 0);
62
+ };
63
+ this.updateRequestList = async (stageRequests) => {
64
+ var _a, _b, _c, _d, _e, _f, _g;
65
+ if (!this.meeting.self.permissions.acceptStageRequests ||
66
+ !this.meeting.self.permissions.stageEnabled) {
67
+ this.stageRequestedParticipants = [];
68
+ return;
69
+ }
70
+ if (this.meeting.meta.viewType === 'LIVESTREAM' ||
71
+ ((_c = (_b = (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.self) === null || _b === void 0 ? void 0 : _b.permissions) === null || _c === void 0 ? void 0 : _c.mediaRoomType) === 'HIVE') {
72
+ if (!stageRequests) {
73
+ stageRequests = (_f = (_e = (await ((_d = this.meeting.stage) === null || _d === void 0 ? void 0 : _d.getAccessRequests()))) === null || _e === void 0 ? void 0 : _e.stageRequests) !== null && _f !== void 0 ? _f : [];
74
+ }
75
+ /**
76
+ * NOTE(ishita1805): Temporarily mapping `displayName` to `name` till socket service sends the correct key.
77
+ */
78
+ this.stageRequestedParticipants = stageRequests.map((p) => {
79
+ return Object.assign(Object.assign({}, p), { name: p.displayName });
80
+ });
81
+ }
82
+ else {
83
+ this.stageRequestedParticipants = (_g = [
84
+ this.meeting.self,
85
+ ...this.meeting.participants.joined.toArray(),
86
+ ]) === null || _g === void 0 ? void 0 : _g.filter((p) => p.stageStatus === 'REQUESTED_TO_JOIN_STAGE');
87
+ }
88
+ };
89
+ }
90
+ connectedCallback() {
91
+ this.meetingChanged(this.meeting);
92
+ }
93
+ disconnectedCallback() {
94
+ var _a;
95
+ const { stage } = this.meeting;
96
+ stage === null || stage === void 0 ? void 0 : stage.removeListener('stageAccessRequestUpdate', this.updateRequestList);
97
+ (_a = this.meeting.participants.joined) === null || _a === void 0 ? void 0 : _a.removeListener('stageStatusUpdate', this.updateStageRequestedParticipants);
98
+ }
99
+ meetingChanged(meeting) {
100
+ var _a;
101
+ if (meeting == null)
102
+ return;
103
+ this.updateRequestList();
104
+ meeting.participants.joined.on('stageStatusUpdate', this.updateStageRequestedParticipants);
105
+ (_a = meeting.stage) === null || _a === void 0 ? void 0 : _a.on('stageAccessRequestUpdate', this.updateRequestList);
106
+ }
107
+ render() {
108
+ if (this.view !== 'sidebar' || !this.shouldShowStageRequests())
109
+ return;
110
+ return (h("div", { class: "stage-requested-participants" }, h("div", { class: "heading-count", part: "staged-heading-count" }, this.t('stage_request.header_title'), " (", this.stageRequestedParticipants.length, ")"), h("ul", { class: "participants", part: "staged-participants" }, this.stageRequestedParticipants.map((participant) => (h("li", { class: "waiting-participant", key: participant.id }, h("div", { class: "participant-details" }, h("rtk-avatar", { participant: participant, size: "sm", iconPack: this.iconPack, t: this.t }), h("p", { class: "name", title: participant.name }, participant.name)), h("div", { class: "waitlist-controls" }, h("rtk-tooltip", { label: this.t('stage_request.deny_request'), variant: "secondary" }, h("rtk-button", { variant: "secondary", kind: "icon", onClick: () => this.rejectStageRequest(participant) }, h("rtk-icon", { class: "deny", icon: this.iconPack.dismiss }))), h("rtk-tooltip", { label: this.t('stage_request.accept_request'), variant: "secondary" }, h("rtk-button", { variant: "secondary", kind: "icon", onClick: () => this.acceptStageRequest(participant) }, h("rtk-icon", { class: "accept", icon: this.iconPack.checkmark })))))))), h("div", { class: "bulk-actions" }, h("rtk-button", { class: "accept-all-button", variant: "secondary", onClick: this.acceptAllStageRequest }, this.t('stage_request.accept_all')), h("rtk-button", { class: "deny-all-button", variant: "danger", onClick: this.denyAllStageRequest }, this.t('stage_request.deny_all')))));
111
+ }
112
+ static get watchers() { return {
113
+ "meeting": ["meetingChanged"]
114
+ }; }
115
+ static get style() { return RtkParticipantsStageQueueStyle0; }
116
+ }, [1, "rtk-participants-stage-queue", {
117
+ "meeting": [16],
118
+ "config": [16],
119
+ "size": [513],
120
+ "iconPack": [16],
121
+ "view": [1],
122
+ "t": [16],
123
+ "stageRequestedParticipants": [32]
124
+ }, undefined, {
125
+ "meeting": ["meetingChanged"]
126
+ }]);
127
+ __decorate([
128
+ SyncWithStore()
129
+ ], RtkParticipantsStaged.prototype, "meeting", void 0);
130
+ __decorate([
131
+ SyncWithStore()
132
+ ], RtkParticipantsStaged.prototype, "size", void 0);
133
+ __decorate([
134
+ SyncWithStore()
135
+ ], RtkParticipantsStaged.prototype, "iconPack", void 0);
136
+ __decorate([
137
+ SyncWithStore()
138
+ ], RtkParticipantsStaged.prototype, "t", void 0);
139
+ function defineCustomElement() {
140
+ if (typeof customElements === "undefined") {
141
+ return;
142
+ }
143
+ const components = ["rtk-participants-stage-queue", "rtk-avatar", "rtk-button", "rtk-icon", "rtk-spinner", "rtk-tooltip"];
144
+ components.forEach(tagName => { switch (tagName) {
145
+ case "rtk-participants-stage-queue":
146
+ if (!customElements.get(tagName)) {
147
+ customElements.define(tagName, RtkParticipantsStaged);
148
+ }
149
+ break;
150
+ case "rtk-avatar":
151
+ if (!customElements.get(tagName)) {
152
+ defineCustomElement$5();
153
+ }
154
+ break;
155
+ case "rtk-button":
156
+ if (!customElements.get(tagName)) {
157
+ defineCustomElement$4();
158
+ }
159
+ break;
160
+ case "rtk-icon":
161
+ if (!customElements.get(tagName)) {
162
+ defineCustomElement$3();
163
+ }
164
+ break;
165
+ case "rtk-spinner":
166
+ if (!customElements.get(tagName)) {
167
+ defineCustomElement$2();
168
+ }
169
+ break;
170
+ case "rtk-tooltip":
171
+ if (!customElements.get(tagName)) {
172
+ defineCustomElement$1();
173
+ }
174
+ break;
175
+ } });
176
+ }
177
+ defineCustomElement();
178
+
179
+ export { RtkParticipantsStaged as R, defineCustomElement as d };