quickblox-react-ui-kit 0.4.2-beta.6 → 0.4.4-alpha.9

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 (704) hide show
  1. package/.storybook/main.ts +84 -12
  2. package/.storybook/preview.ts +6 -1
  3. package/babel.config.js +7 -0
  4. package/dist/App.d.ts.map +1 -0
  5. package/dist/CommonTypes/BaseViewModel.d.ts +1 -1
  6. package/dist/CommonTypes/BaseViewModel.d.ts.map +1 -0
  7. package/dist/CommonTypes/CommonTypes.d.ts.map +1 -0
  8. package/dist/CommonTypes/FunctionResult.d.ts.map +1 -0
  9. package/dist/Data/Creator.d.ts.map +1 -0
  10. package/dist/Data/DefaultConfigurations.d.ts.map +1 -0
  11. package/dist/Data/Stubs.d.ts.map +1 -0
  12. package/dist/Data/dto/dialog/LocalDialogDTO.d.ts.map +1 -0
  13. package/dist/Data/dto/dialog/LocalDialogsDTO.d.ts.map +1 -0
  14. package/dist/Data/dto/dialog/RemoteDialogDTO.d.ts.map +1 -0
  15. package/dist/Data/dto/dialog/RemoteDialogsDTO.d.ts.map +1 -0
  16. package/dist/Data/dto/file/LocalFileDTO.d.ts.map +1 -0
  17. package/dist/Data/dto/file/RemoteFileDTO.d.ts.map +1 -0
  18. package/dist/Data/dto/message/LocalMessageDTO.d.ts.map +1 -0
  19. package/dist/Data/dto/message/LocalMessagesDTO.d.ts.map +1 -0
  20. package/dist/Data/dto/message/RemoteMessageDTO.d.ts.map +1 -0
  21. package/dist/Data/dto/message/RemoteMessagesDTO.d.ts.map +1 -0
  22. package/dist/Data/dto/user/LocalUserDTO.d.ts.map +1 -0
  23. package/dist/Data/dto/user/LocalUsersDTO.d.ts.map +1 -0
  24. package/dist/Data/dto/user/RemoteUserDTO.d.ts.map +1 -0
  25. package/dist/Data/dto/user/RemoteUsersDTO.d.ts.map +1 -0
  26. package/dist/Data/mapper/DialogLocalDTOMapper.d.ts.map +1 -0
  27. package/dist/Data/mapper/DialogRemoteDTOMapper.d.ts.map +1 -0
  28. package/dist/Data/mapper/FileLocalDTOMapper.d.ts.map +1 -0
  29. package/dist/Data/mapper/FileRemoteDTOMapper.d.ts.map +1 -0
  30. package/dist/Data/mapper/IMapper.d.ts.map +1 -0
  31. package/dist/Data/mapper/MessageLocalDTOMapper.d.ts.map +1 -0
  32. package/dist/Data/mapper/MessageRemoteDTOMapper.d.ts.map +1 -0
  33. package/dist/Data/mapper/UserLocalDTOMapper.d.ts.map +1 -0
  34. package/dist/Data/mapper/UserRemoteDTOMapper.d.ts.map +1 -0
  35. package/dist/Data/repository/ConnectionRepository.d.ts.map +1 -0
  36. package/dist/Data/repository/DialogsRepository.d.ts.map +1 -0
  37. package/dist/Data/repository/EventMessagesRepository.d.ts.map +1 -0
  38. package/dist/Data/repository/FileRepository.d.ts.map +1 -0
  39. package/dist/Data/repository/MessagesRepository.d.ts.map +1 -0
  40. package/dist/Data/repository/UsersRepository.d.ts.map +1 -0
  41. package/dist/Data/source/AISource.d.ts.map +1 -0
  42. package/dist/Data/source/exception/LocalDataSourceException.d.ts.map +1 -0
  43. package/dist/Data/source/exception/MapperDTOException.d.ts.map +1 -0
  44. package/dist/Data/source/exception/RemoteDataSourceException.d.ts.map +1 -0
  45. package/dist/Data/source/exception/RepositoryException.d.ts.map +1 -0
  46. package/dist/Data/source/local/ChatLocalStorageDataSource.d.ts.map +1 -0
  47. package/dist/Data/source/local/ILocalDataSource.d.ts.map +1 -0
  48. package/dist/Data/source/local/ILocalFileDataSource.d.ts.map +1 -0
  49. package/dist/Data/source/local/LocalDataSource.d.ts.map +1 -0
  50. package/dist/Data/source/local/LocalFileDataSource.d.ts.map +1 -0
  51. package/dist/Data/source/remote/IRemoteDataSource.d.ts.map +1 -0
  52. package/dist/Data/source/remote/Mapper/DialogDTOMapper.d.ts.map +1 -0
  53. package/dist/Data/source/remote/Mapper/FileDTOMapper.d.ts.map +1 -0
  54. package/dist/Data/source/remote/Mapper/IDTOMapper.d.ts.map +1 -0
  55. package/dist/Data/source/remote/Mapper/MessageDTOMapper.d.ts.map +1 -0
  56. package/dist/Data/source/remote/Mapper/UserDTOMapper.d.ts.map +1 -0
  57. package/dist/Data/source/remote/RemoteDataSource.d.ts.map +1 -0
  58. package/dist/Domain/entity/Chat.d.ts.map +1 -0
  59. package/dist/Domain/entity/ChatMessageAttachmentEntity.d.ts.map +1 -0
  60. package/dist/Domain/entity/CustomDataEntity.d.ts.map +1 -0
  61. package/dist/Domain/entity/DialogEntity.d.ts.map +1 -0
  62. package/dist/Domain/entity/DialogEventInfo.d.ts.map +1 -0
  63. package/dist/Domain/entity/DialogTypes.d.ts.map +1 -0
  64. package/dist/Domain/entity/EventMessageType.d.ts.map +1 -0
  65. package/dist/Domain/entity/FileEntity.d.ts.map +1 -0
  66. package/dist/Domain/entity/FileTypes.d.ts.map +1 -0
  67. package/dist/Domain/entity/GroupDialogEntity.d.ts.map +1 -0
  68. package/dist/Domain/entity/LastMessageEntity.d.ts.map +1 -0
  69. package/dist/Domain/entity/MessageEntity.d.ts.map +1 -0
  70. package/dist/Domain/entity/NotificationTypes.d.ts.map +1 -0
  71. package/dist/Domain/entity/PrivateDialogEntity.d.ts.map +1 -0
  72. package/dist/Domain/entity/PublicDialogEntity.d.ts.map +1 -0
  73. package/dist/Domain/entity/UserEntity.d.ts.map +1 -0
  74. package/dist/Domain/exception/domain/DomainExecption.d.ts.map +1 -0
  75. package/dist/Domain/repository/IDialogsRepository.d.ts.map +1 -0
  76. package/dist/Domain/repository/IFileRepository.d.ts.map +1 -0
  77. package/dist/Domain/repository/IMessagesRepository.d.ts.map +1 -0
  78. package/dist/Domain/repository/IUsersRepository.d.ts.map +1 -0
  79. package/dist/Domain/repository/Pagination.d.ts.map +1 -0
  80. package/dist/Domain/use_cases/CreateDialogUseCase.d.ts.map +1 -0
  81. package/dist/Domain/use_cases/ForwardMessagesUseCase.d.ts.map +1 -0
  82. package/dist/Domain/use_cases/GetAllDialogsUseCase.d.ts.map +1 -0
  83. package/dist/Domain/use_cases/GetAllDialogsUseCaseWithMock.d.ts.map +1 -0
  84. package/dist/Domain/use_cases/GetAllMessagesForDialog.d.ts.map +1 -0
  85. package/dist/Domain/use_cases/GetAllUsersUseCase.d.ts.map +1 -0
  86. package/dist/Domain/use_cases/GetDialogByIdUseCase.d.ts.map +1 -0
  87. package/dist/Domain/use_cases/GetUsersByIdsUseCase.d.ts.map +1 -0
  88. package/dist/Domain/use_cases/LeaveDialogUseCase.d.ts.map +1 -0
  89. package/dist/Domain/use_cases/RemoveUsersFromTheDialogUseCase.d.ts.map +1 -0
  90. package/dist/Domain/use_cases/ReplyMessagesUseCase.d.ts.map +1 -0
  91. package/dist/Domain/use_cases/SendTextMessageUseCase.d.ts.map +1 -0
  92. package/dist/Domain/use_cases/SubscribeToDialogEventsUseCase.d.ts.map +1 -0
  93. package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCase.d.ts.map +1 -0
  94. package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCaseWithMock.d.ts.map +1 -0
  95. package/dist/Domain/use_cases/SyncDialogsUseCase.d.ts.map +1 -0
  96. package/dist/Domain/use_cases/UpdateCurrentDialogInDataSourceUseCase.d.ts.map +1 -0
  97. package/dist/Domain/use_cases/UpdateDialogUseCase.d.ts.map +1 -0
  98. package/dist/Domain/use_cases/UploadFileUseCase.d.ts.map +1 -0
  99. package/dist/Domain/use_cases/UserTypingMessageUseCase.d.ts.map +1 -0
  100. package/dist/Domain/use_cases/ai/AIAnswerAssistUseCase.d.ts.map +1 -0
  101. package/dist/Domain/use_cases/ai/AIAnswerAssistWithProxyUseCase.d.ts.map +1 -0
  102. package/dist/Domain/use_cases/ai/AIAnswerAssistWithSDKUseCase.d.ts.map +1 -0
  103. package/dist/Domain/use_cases/ai/AIRephraseUseCase.d.ts.map +1 -0
  104. package/dist/Domain/use_cases/ai/AIRephraseWithProxyUseCase.d.ts.map +1 -0
  105. package/dist/Domain/use_cases/ai/AITranslateUseCase.d.ts.map +1 -0
  106. package/dist/Domain/use_cases/ai/AITranslateWithProxyUseCase.d.ts.map +1 -0
  107. package/dist/Domain/use_cases/ai/AITranslateWithSDKUseCase.d.ts.map +1 -0
  108. package/dist/Domain/use_cases/base/BaseUseCase.d.ts.map +1 -0
  109. package/dist/Domain/use_cases/base/IUseCase.d.ts.map +1 -0
  110. package/dist/Domain/use_cases/base/Subscribable/ISubscribable.d.ts.map +1 -0
  111. package/dist/Domain/use_cases/base/Subscribable/SubscriptionPerformer.d.ts.map +1 -0
  112. package/dist/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.d.ts.map +1 -0
  113. package/dist/Presentation/Views/Dialog/AIComponents/AIAssistComponent/AIAssistComponent.d.ts.map +1 -0
  114. package/dist/Presentation/Views/Dialog/AIComponents/AITranslate/AITranslate.d.ts.map +1 -0
  115. package/dist/Presentation/Views/Dialog/AIComponents/AITranslateComponent/AITranslateComponent.d.ts.map +1 -0
  116. package/dist/Presentation/Views/Dialog/AIWidgets/AIMessageWidget.d.ts.map +1 -0
  117. package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts +1 -2
  118. package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts.map +1 -0
  119. package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts +1 -1
  120. package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts.map +1 -0
  121. package/dist/Presentation/Views/Dialog/AIWidgets/ErrorMessageIcon.d.ts.map +1 -0
  122. package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts +2 -2
  123. package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts.map +1 -0
  124. package/dist/Presentation/Views/Dialog/AIWidgets/Tone.d.ts.map +1 -0
  125. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidget.d.ts.map +1 -0
  126. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithProxy.d.ts.map +1 -0
  127. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithSDK.d.ts.map +1 -0
  128. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidget.d.ts.map +1 -0
  129. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidgetWithProxy.d.ts.map +1 -0
  130. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidget.d.ts.map +1 -0
  131. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithProxy.d.ts.map +1 -0
  132. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithSDK.d.ts.map +1 -0
  133. package/dist/Presentation/Views/Dialog/AIWidgets/useDefaultVoiceInputWidget.d.ts.map +1 -0
  134. package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts +1 -1
  135. package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts.map +1 -0
  136. package/dist/Presentation/Views/Dialog/Dialog.d.ts +2 -1
  137. package/dist/Presentation/Views/Dialog/Dialog.d.ts.map +1 -0
  138. package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts +1 -2
  139. package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts.map +1 -0
  140. package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts +2 -1
  141. package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -0
  142. package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts +1 -2
  143. package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts.map +1 -0
  144. package/dist/Presentation/Views/Dialog/DialogViewModel.d.ts.map +1 -0
  145. package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts +2 -1
  146. package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts.map +1 -0
  147. package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts +2 -1
  148. package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts.map +1 -0
  149. package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts +1 -2
  150. package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts.map +1 -0
  151. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts +1 -2
  152. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts.map +1 -0
  153. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts +1 -2
  154. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts.map +1 -0
  155. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts +1 -2
  156. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts.map +1 -0
  157. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts +1 -2
  158. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts.map +1 -0
  159. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts +1 -2
  160. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts.map +1 -0
  161. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts +1 -2
  162. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts.map +1 -0
  163. package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts +2 -1
  164. package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts.map +1 -0
  165. package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts +1 -2
  166. package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts.map +1 -0
  167. package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts +1 -0
  168. package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts.map +1 -0
  169. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/AvatarContentIncomingUser/AvatarContentIncomingUser.d.ts.map +1 -0
  170. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts +1 -0
  171. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts.map +1 -0
  172. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts +1 -0
  173. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts.map +1 -0
  174. package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts +1 -0
  175. package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts.map +1 -0
  176. package/dist/Presentation/Views/Dialog/Message/Message.d.ts +2 -2
  177. package/dist/Presentation/Views/Dialog/Message/Message.d.ts.map +1 -0
  178. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts +1 -2
  179. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts.map +1 -0
  180. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts +1 -2
  181. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts.map +1 -0
  182. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts +1 -2
  183. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts.map +1 -0
  184. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts +1 -1
  185. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts.map +1 -0
  186. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts +1 -2
  187. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts.map +1 -0
  188. package/dist/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.d.ts.map +1 -0
  189. package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts +1 -0
  190. package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts.map +1 -0
  191. package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts +1 -1
  192. package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts.map +1 -0
  193. package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts +1 -0
  194. package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts.map +1 -0
  195. package/dist/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.d.ts.map +1 -0
  196. package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts +1 -0
  197. package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts.map +1 -0
  198. package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts +1 -2
  199. package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts.map +1 -0
  200. package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts +1 -2
  201. package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts.map +1 -0
  202. package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts +2 -1
  203. package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts.map +1 -0
  204. package/dist/Presentation/Views/Dialog/useDialogViewModel.d.ts.map +1 -0
  205. package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts +2 -1
  206. package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts.map +1 -0
  207. package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts +1 -2
  208. package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts.map +1 -0
  209. package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts +1 -2
  210. package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts.map +1 -0
  211. package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts +1 -2
  212. package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts.map +1 -0
  213. package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts +1 -2
  214. package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts.map +1 -0
  215. package/dist/Presentation/Views/DialogInfo/UsersList/UsersListViewModel.d.ts.map +1 -0
  216. package/dist/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.d.ts.map +1 -0
  217. package/dist/Presentation/Views/DialogList/DialogList.d.ts +6 -5
  218. package/dist/Presentation/Views/DialogList/DialogList.d.ts.map +1 -0
  219. package/dist/Presentation/Views/DialogList/DialogListViewModel.d.ts.map +1 -0
  220. package/dist/Presentation/Views/DialogList/useDialogListViewModel.d.ts.map +1 -0
  221. package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts +1 -2
  222. package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts.map +1 -0
  223. package/dist/Presentation/Views/EditDialog/EditDialog.d.ts +1 -2
  224. package/dist/Presentation/Views/EditDialog/EditDialog.d.ts.map +1 -0
  225. package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts +1 -2
  226. package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts.map +1 -0
  227. package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts +1 -2
  228. package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts.map +1 -0
  229. package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts +1 -2
  230. package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts.map +1 -0
  231. package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts +1 -2
  232. package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts.map +1 -0
  233. package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts +1 -2
  234. package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts.map +1 -0
  235. package/dist/Presentation/Views/InviteMembers/InviteMembersViewModel.d.ts.map +1 -0
  236. package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts +1 -2
  237. package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts.map +1 -0
  238. package/dist/Presentation/Views/InviteMembers/InviteUsersResultViewModel.d.ts.map +1 -0
  239. package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts +1 -2
  240. package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts.map +1 -0
  241. package/dist/Presentation/Views/InviteMembers/useInviteMembersViewModel.d.ts.map +1 -0
  242. package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts +2 -2
  243. package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts.map +1 -0
  244. package/dist/Presentation/Views/PreviewDialog/PreviewDialogContextMenu/PreviewDialogContextMenu.d.ts.map +1 -0
  245. package/dist/Presentation/Views/PreviewDialog/PreviewDialogViewModel.d.ts.map +1 -0
  246. package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts +1 -2
  247. package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts.map +1 -0
  248. package/dist/Presentation/components/Navbar.d.ts.map +1 -0
  249. package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts +2 -1
  250. package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts.map +1 -0
  251. package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts +2 -1
  252. package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts.map +1 -0
  253. package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts +2 -1
  254. package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts.map +1 -0
  255. package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts +2 -1
  256. package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts.map +1 -0
  257. package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts +1 -2
  258. package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts.map +1 -0
  259. package/dist/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.d.ts.map +1 -0
  260. package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts +2 -1
  261. package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts.map +1 -0
  262. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/AIWidget/index.d.ts.map +1 -0
  263. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BookIcon/BookIcon.d.ts.map +1 -0
  264. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BotIcon/BotIcon.d.ts.map +1 -0
  265. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HammerIcon/index.d.ts.map +1 -0
  266. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HandshakeIcon/index.d.ts.map +1 -0
  267. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/MuscleIcon/index.d.ts.map +1 -0
  268. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NecktieIcon/index.d.ts.map +1 -0
  269. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NeutralFaceIcon/index.d.ts.map +1 -0
  270. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PalmsUpTogetherIcon/index.d.ts.map +1 -0
  271. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PerformingArtsIcon/index.d.ts.map +1 -0
  272. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PointUpIcon/index.d.ts.map +1 -0
  273. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmileyIcon/index.d.ts.map +1 -0
  274. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmirkIcon/index.d.ts.map +1 -0
  275. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/WhiteCheckMarkIcon/index.d.ts.map +1 -0
  276. package/dist/Presentation/components/UI/svgs/Icons/Actions/Add/index.d.ts.map +1 -0
  277. package/dist/Presentation/components/UI/svgs/Icons/Actions/AddContact/index.d.ts.map +1 -0
  278. package/dist/Presentation/components/UI/svgs/Icons/Actions/Archive/index.d.ts.map +1 -0
  279. package/dist/Presentation/components/UI/svgs/Icons/Actions/AssistAnswer/index.d.ts.map +1 -0
  280. package/dist/Presentation/components/UI/svgs/Icons/Actions/Copy/index.d.ts.map +1 -0
  281. package/dist/Presentation/components/UI/svgs/Icons/Actions/Delete/index.d.ts.map +1 -0
  282. package/dist/Presentation/components/UI/svgs/Icons/Actions/Download/index.d.ts.map +1 -0
  283. package/dist/Presentation/components/UI/svgs/Icons/Actions/Edit/index.d.ts.map +1 -0
  284. package/dist/Presentation/components/UI/svgs/Icons/Actions/EditDots/index.d.ts.map +1 -0
  285. package/dist/Presentation/components/UI/svgs/Icons/Actions/Emoji/index.d.ts.map +1 -0
  286. package/dist/Presentation/components/UI/svgs/Icons/Actions/ForwardFilled/index.d.ts.map +1 -0
  287. package/dist/Presentation/components/UI/svgs/Icons/Actions/Hungup/index.d.ts.map +1 -0
  288. package/dist/Presentation/components/UI/svgs/Icons/Actions/IncomeCall/index.d.ts.map +1 -0
  289. package/dist/Presentation/components/UI/svgs/Icons/Actions/Like/index.d.ts.map +1 -0
  290. package/dist/Presentation/components/UI/svgs/Icons/Actions/NewChat/index.d.ts.map +1 -0
  291. package/dist/Presentation/components/UI/svgs/Icons/Actions/OutcomeCall/index.d.ts.map +1 -0
  292. package/dist/Presentation/components/UI/svgs/Icons/Actions/Phone/index.d.ts.map +1 -0
  293. package/dist/Presentation/components/UI/svgs/Icons/Actions/PhoneFilled/index.d.ts.map +1 -0
  294. package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove/index.d.ts.map +1 -0
  295. package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove2/index.d.ts.map +1 -0
  296. package/dist/Presentation/components/UI/svgs/Icons/Actions/ReplyFilled/index.d.ts.map +1 -0
  297. package/dist/Presentation/components/UI/svgs/Icons/Actions/Send/index.d.ts.map +1 -0
  298. package/dist/Presentation/components/UI/svgs/Icons/Actions/Share/index.d.ts.map +1 -0
  299. package/dist/Presentation/components/UI/svgs/Icons/Actions/Summarize/index.d.ts.map +1 -0
  300. package/dist/Presentation/components/UI/svgs/Icons/Actions/SwapCamera/index.d.ts.map +1 -0
  301. package/dist/Presentation/components/UI/svgs/Icons/Actions/Tone/index.d.ts.map +1 -0
  302. package/dist/Presentation/components/UI/svgs/Icons/Actions/Unarchive/index.d.ts.map +1 -0
  303. package/dist/Presentation/components/UI/svgs/Icons/Actions/VideoIcon/index.d.ts.map +1 -0
  304. package/dist/Presentation/components/UI/svgs/Icons/Actions/Voice/index.d.ts.map +1 -0
  305. package/dist/Presentation/components/UI/svgs/Icons/Contents/Brodcast/index.d.ts.map +1 -0
  306. package/dist/Presentation/components/UI/svgs/Icons/Contents/Chat/index.d.ts.map +1 -0
  307. package/dist/Presentation/components/UI/svgs/Icons/Contents/ChatFilled/index.d.ts.map +1 -0
  308. package/dist/Presentation/components/UI/svgs/Icons/Contents/Conference/index.d.ts.map +1 -0
  309. package/dist/Presentation/components/UI/svgs/Icons/Contents/Contact/index.d.ts.map +1 -0
  310. package/dist/Presentation/components/UI/svgs/Icons/Contents/ContactFilled/index.d.ts.map +1 -0
  311. package/dist/Presentation/components/UI/svgs/Icons/Contents/GroupChat/index.d.ts.map +1 -0
  312. package/dist/Presentation/components/UI/svgs/Icons/Contents/Notifications/index.d.ts.map +1 -0
  313. package/dist/Presentation/components/UI/svgs/Icons/Contents/PrivateChat/index.d.ts.map +1 -0
  314. package/dist/Presentation/components/UI/svgs/Icons/Contents/PublicChannel/index.d.ts.map +1 -0
  315. package/dist/Presentation/components/UI/svgs/Icons/Contents/Stream/index.d.ts.map +1 -0
  316. package/dist/Presentation/components/UI/svgs/Icons/Contents/StreamFilled/index.d.ts.map +1 -0
  317. package/dist/Presentation/components/UI/svgs/Icons/Contents/User/index.d.ts.map +1 -0
  318. package/dist/Presentation/components/UI/svgs/Icons/IconsCommonTypes.d.ts.map +1 -0
  319. package/dist/Presentation/components/UI/svgs/Icons/Media/Attachment/index.d.ts.map +1 -0
  320. package/dist/Presentation/components/UI/svgs/Icons/Media/AudioFile/index.d.ts.map +1 -0
  321. package/dist/Presentation/components/UI/svgs/Icons/Media/BrokenFile/index.d.ts.map +1 -0
  322. package/dist/Presentation/components/UI/svgs/Icons/Media/Camera/index.d.ts.map +1 -0
  323. package/dist/Presentation/components/UI/svgs/Icons/Media/GifFile/index.d.ts.map +1 -0
  324. package/dist/Presentation/components/UI/svgs/Icons/Media/ImageEmpty/index.d.ts.map +1 -0
  325. package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFile/index.d.ts.map +1 -0
  326. package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFilled/index.d.ts.map +1 -0
  327. package/dist/Presentation/components/UI/svgs/Icons/Media/LinkWeb/index.d.ts.map +1 -0
  328. package/dist/Presentation/components/UI/svgs/Icons/Media/Location/index.d.ts.map +1 -0
  329. package/dist/Presentation/components/UI/svgs/Icons/Media/TextDocument/index.d.ts.map +1 -0
  330. package/dist/Presentation/components/UI/svgs/Icons/Media/Translate/index.d.ts.map +1 -0
  331. package/dist/Presentation/components/UI/svgs/Icons/Media/VideoFile/index.d.ts.map +1 -0
  332. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Admin/index.d.ts.map +1 -0
  333. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Banned/index.d.ts.map +1 -0
  334. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Freeze/index.d.ts.map +1 -0
  335. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Moderations/index.d.ts.map +1 -0
  336. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Muted/index.d.ts.map +1 -0
  337. package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowLeft/index.d.ts.map +1 -0
  338. package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowRight/index.d.ts.map +1 -0
  339. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Back/index.d.ts.map +1 -0
  340. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Close/index.d.ts.map +1 -0
  341. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Down/index.d.ts.map +1 -0
  342. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Leave/index.d.ts.map +1 -0
  343. package/dist/Presentation/components/UI/svgs/Icons/Navigation/More/index.d.ts.map +1 -0
  344. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Next/index.d.ts.map +1 -0
  345. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Plus/index.d.ts.map +1 -0
  346. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Refresh/index.d.ts.map +1 -0
  347. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Search/index.d.ts.map +1 -0
  348. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Settings/index.d.ts.map +1 -0
  349. package/dist/Presentation/components/UI/svgs/Icons/Navigation/SettingsField/index.d.ts.map +1 -0
  350. package/dist/Presentation/components/UI/svgs/Icons/Status/Error/index.d.ts.map +1 -0
  351. package/dist/Presentation/components/UI/svgs/Icons/Status/Help/index.d.ts.map +1 -0
  352. package/dist/Presentation/components/UI/svgs/Icons/Status/Information/index.d.ts.map +1 -0
  353. package/dist/Presentation/components/UI/svgs/Icons/Status/InformationFill/index.d.ts.map +1 -0
  354. package/dist/Presentation/components/UI/svgs/Icons/Status/Loader/index.d.ts.map +1 -0
  355. package/dist/Presentation/components/UI/svgs/Icons/Status/Mention/index.d.ts.map +1 -0
  356. package/dist/Presentation/components/UI/svgs/Icons/Status/Sent/index.d.ts.map +1 -0
  357. package/dist/Presentation/components/UI/svgs/Icons/Status/ViewedDelivered/index.d.ts.map +1 -0
  358. package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOff/index.d.ts.map +1 -0
  359. package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOn/index.d.ts.map +1 -0
  360. package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOff/index.d.ts.map +1 -0
  361. package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOn/index.d.ts.map +1 -0
  362. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Favourite/index.d.ts.map +1 -0
  363. package/dist/Presentation/components/UI/svgs/Icons/Toggle/FavouriteFilled/index.d.ts.map +1 -0
  364. package/dist/Presentation/components/UI/svgs/Icons/Toggle/FullScreen/inex.d.ts.map +1 -0
  365. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Hide/index.d.ts.map +1 -0
  366. package/dist/Presentation/components/UI/svgs/Icons/Toggle/ImagePlay/index.d.ts.map +1 -0
  367. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Louder/index.d.ts.map +1 -0
  368. package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOff/index.d.ts.map +1 -0
  369. package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOn/index.d.ts.map +1 -0
  370. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Minimize/index.d.ts.map +1 -0
  371. package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOff/index.d.ts.map +1 -0
  372. package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOn/index.d.ts.map +1 -0
  373. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Pause/index.d.ts.map +1 -0
  374. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Quite/index.d.ts.map +1 -0
  375. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Record/index.d.ts.map +1 -0
  376. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Screenshare/index.d.ts.map +1 -0
  377. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Show/index.d.ts.map +1 -0
  378. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Speaker/index.d.ts.map +1 -0
  379. package/dist/Presentation/components/UI/svgs/Icons/Toggle/SpeakerOff/index.d.ts.map +1 -0
  380. package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopRecord/index.d.ts.map +1 -0
  381. package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopShare/index.d.ts.map +1 -0
  382. package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts +1 -2
  383. package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts.map +1 -0
  384. package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts +2 -1
  385. package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts.map +1 -0
  386. package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts +2 -1
  387. package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts.map +1 -0
  388. package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts +2 -1
  389. package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts.map +1 -0
  390. package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts +1 -0
  391. package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts.map +1 -0
  392. package/dist/Presentation/components/containers/SectionList/hooks/createUseComponent.d.ts.map +1 -0
  393. package/dist/Presentation/components/containers/SectionList/hooks/index.d.ts.map +1 -0
  394. package/dist/Presentation/components/containers/SectionList/hooks/useMobileLayout.d.ts.map +1 -0
  395. package/dist/Presentation/components/containers/SectionList/hooks/usePrevious.d.ts.map +1 -0
  396. package/dist/Presentation/components/containers/SectionList/hooks/useVisibility.d.ts.map +1 -0
  397. package/dist/Presentation/components/containers/SectionList/index.d.ts.map +1 -0
  398. package/dist/Presentation/components/containers/SectionList/useComponent.d.ts +1 -0
  399. package/dist/Presentation/components/containers/SectionList/useComponent.d.ts.map +1 -0
  400. package/dist/Presentation/icons/actions/index.d.ts +27 -26
  401. package/dist/Presentation/icons/actions/index.d.ts.map +1 -0
  402. package/dist/Presentation/icons/contents/index.d.ts +14 -13
  403. package/dist/Presentation/icons/contents/index.d.ts.map +1 -0
  404. package/dist/Presentation/icons/index.d.ts +1 -1
  405. package/dist/Presentation/icons/index.d.ts.map +1 -0
  406. package/dist/Presentation/icons/media/index.d.ts +13 -12
  407. package/dist/Presentation/icons/media/index.d.ts.map +1 -0
  408. package/dist/Presentation/icons/moderation/index.d.ts +6 -5
  409. package/dist/Presentation/icons/moderation/index.d.ts.map +1 -0
  410. package/dist/Presentation/icons/navigation/index.d.ts +13 -12
  411. package/dist/Presentation/icons/navigation/index.d.ts.map +1 -0
  412. package/dist/Presentation/icons/status/index.d.ts +8 -7
  413. package/dist/Presentation/icons/status/index.d.ts.map +1 -0
  414. package/dist/Presentation/icons/toggle/index.d.ts +24 -23
  415. package/dist/Presentation/icons/toggle/index.d.ts.map +1 -0
  416. package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts +1 -0
  417. package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts.map +1 -0
  418. package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts +1 -2
  419. package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts.map +1 -0
  420. package/dist/Presentation/layouts/LayoutCommonTypes.d.ts +1 -0
  421. package/dist/Presentation/layouts/LayoutCommonTypes.d.ts.map +1 -0
  422. package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts +1 -0
  423. package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts.map +1 -0
  424. package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts +1 -2
  425. package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts.map +1 -0
  426. package/dist/Presentation/providers/ProviderProps.d.ts +1 -0
  427. package/dist/Presentation/providers/ProviderProps.d.ts.map +1 -0
  428. package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts +1 -0
  429. package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts.map +1 -0
  430. package/dist/Presentation/providers/QuickBloxUIKitProvider/useEventMessagesRepository.d.ts.map +1 -0
  431. package/dist/Presentation/providers/QuickBloxUIKitProvider/useQBConnection.d.ts.map +1 -0
  432. package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbInitializedDataContext.d.ts.map +1 -0
  433. package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbUIKitDataContext.d.ts.map +1 -0
  434. package/dist/Presentation/themes/DarkTheme.d.ts.map +1 -0
  435. package/dist/Presentation/themes/DefaultThemes/CustomTheme.d.ts.map +1 -0
  436. package/dist/Presentation/themes/DefaultThemes/DefaultTheme.d.ts.map +1 -0
  437. package/dist/Presentation/themes/LightTheme.d.ts.map +1 -0
  438. package/dist/Presentation/themes/ThemeScheme.d.ts.map +1 -0
  439. package/dist/Presentation/themes/UiKitTheme.d.ts.map +1 -0
  440. package/dist/Presentation/ui-components/Avatar/Avatar.d.ts +1 -0
  441. package/dist/Presentation/ui-components/Avatar/Avatar.d.ts.map +1 -0
  442. package/dist/Presentation/ui-components/Badge/Badge.d.ts.map +1 -0
  443. package/dist/Presentation/ui-components/Badge/Badge.stories.d.ts.map +1 -0
  444. package/dist/Presentation/ui-components/Button/Button.d.ts +1 -0
  445. package/dist/Presentation/ui-components/Button/Button.d.ts.map +1 -0
  446. package/dist/Presentation/ui-components/Button/Button.stories.d.ts +4 -4
  447. package/dist/Presentation/ui-components/Button/Button.stories.d.ts.map +1 -0
  448. package/dist/Presentation/ui-components/CheckBox/CheckBox.d.ts.map +1 -0
  449. package/dist/Presentation/ui-components/DialogBanner/DialogBanner.d.ts.map +1 -0
  450. package/dist/Presentation/ui-components/DialogBanner/DialogBanner.stories.d.ts.map +1 -0
  451. package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts +2 -1
  452. package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts.map +1 -0
  453. package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts +4 -3
  454. package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts.map +1 -0
  455. package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts +1 -0
  456. package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts.map +1 -0
  457. package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts +1 -0
  458. package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts.map +1 -0
  459. package/dist/Presentation/ui-components/Header/Header.d.ts +2 -1
  460. package/dist/Presentation/ui-components/Header/Header.d.ts.map +1 -0
  461. package/dist/Presentation/ui-components/Loader/Loader.d.ts.map +1 -0
  462. package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts +1 -1
  463. package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts.map +1 -0
  464. package/dist/Presentation/ui-components/Message/Bubble/AttachmentBubble/AttachmentBubble.d.ts.map +1 -0
  465. package/dist/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.d.ts.map +1 -0
  466. package/dist/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.d.ts.map +1 -0
  467. package/dist/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.d.ts.map +1 -0
  468. package/dist/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.d.ts.map +1 -0
  469. package/dist/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.d.ts.map +1 -0
  470. package/dist/Presentation/ui-components/Message/FileUrl/FileUrl.d.ts.map +1 -0
  471. package/dist/Presentation/ui-components/Message/Message.d.ts +1 -0
  472. package/dist/Presentation/ui-components/Message/Message.d.ts.map +1 -0
  473. package/dist/Presentation/ui-components/Message/MessageCaption/MessageCaption.d.ts.map +1 -0
  474. package/dist/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.d.ts.map +1 -0
  475. package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts +2 -1
  476. package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts.map +1 -0
  477. package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts +2 -1
  478. package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts.map +1 -0
  479. package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts +1 -2
  480. package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts.map +1 -0
  481. package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts +1 -2
  482. package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts.map +1 -0
  483. package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts +1 -2
  484. package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts.map +1 -0
  485. package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.d.ts.map +1 -0
  486. package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts +1 -1
  487. package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts.map +1 -0
  488. package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts +1 -0
  489. package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts.map +1 -0
  490. package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.d.ts.map +1 -0
  491. package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.d.ts.map +1 -0
  492. package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts +1 -0
  493. package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts.map +1 -0
  494. package/dist/Presentation/ui-components/TextField/TextField.d.ts +3 -2
  495. package/dist/Presentation/ui-components/TextField/TextField.d.ts.map +1 -0
  496. package/dist/Presentation/ui-components/TextField/TextField.stories.d.ts.map +1 -0
  497. package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts +1 -0
  498. package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts.map +1 -0
  499. package/dist/Presentation/ui-components/UserListItem/UserListItem.d.ts.map +1 -0
  500. package/dist/Presentation/ui-components/UserListItem/UserListItem.stories.d.ts +2 -2
  501. package/dist/Presentation/ui-components/index.d.ts.map +1 -0
  502. package/dist/QBconfig.d.ts.map +1 -0
  503. package/dist/hooks/useModal.d.ts.map +1 -0
  504. package/dist/hooks/useQuickBloxUIKit.d.ts +1 -0
  505. package/dist/hooks/useQuickBloxUIKit.d.ts.map +1 -0
  506. package/dist/index-ui.d.ts +1 -3
  507. package/dist/index-ui.d.ts.map +1 -0
  508. package/dist/index-ui.js +73924 -35117
  509. package/dist/index.d.ts.map +1 -0
  510. package/dist/qb-api-calls/index.d.ts.map +1 -0
  511. package/dist/setupTests.d.ts.map +1 -0
  512. package/dist/stories/Button.d.ts +15 -0
  513. package/dist/stories/Button.d.ts.map +1 -0
  514. package/dist/stories/Button.stories.d.ts +23 -0
  515. package/dist/stories/Button.stories.d.ts.map +1 -0
  516. package/dist/stories/Header.d.ts +12 -0
  517. package/dist/stories/Header.d.ts.map +1 -0
  518. package/dist/stories/Header.stories.d.ts +18 -0
  519. package/dist/stories/Header.stories.d.ts.map +1 -0
  520. package/dist/stories/Page.d.ts +4 -0
  521. package/dist/stories/Page.d.ts.map +1 -0
  522. package/dist/stories/Page.stories.d.ts +13 -0
  523. package/dist/stories/Page.stories.d.ts.map +1 -0
  524. package/dist/utils/DateTimeFormatter.d.ts.map +1 -0
  525. package/dist/utils/formatFileSize.d.ts.map +1 -0
  526. package/dist/utils/parse.d.ts +1 -1
  527. package/dist/utils/parse.d.ts.map +1 -0
  528. package/dist/utils/utils.d.ts.map +1 -0
  529. package/global.d.ts +11 -202
  530. package/package.json +45 -45
  531. package/public/index.html +15 -42
  532. package/src/Data/DefaultConfigurations.ts +2 -2
  533. package/src/Data/repository/ConnectionRepository.ts +1 -2
  534. package/src/Data/source/remote/RemoteDataSource.ts +1 -1
  535. package/src/Domain/use_cases/SyncDialogsUseCase.ts +2 -2
  536. package/src/Domain/use_cases/UserTypingMessageUseCase.ts +3 -3
  537. package/src/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.tsx +1 -1
  538. package/src/Presentation/Views/Dialog/AIComponents/AITranslate/AITranslate.tsx +1 -1
  539. package/src/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.tsx +1 -1
  540. package/src/Presentation/Views/Dialog/AIWidgets/SliderMenu.tsx +2 -2
  541. package/src/Presentation/Views/Dialog/Dialog.tsx +12 -12
  542. package/src/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.tsx +1 -4
  543. package/src/Presentation/Views/Dialog/DialogHeader/DialogHeader.tsx +1 -1
  544. package/src/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.tsx +1 -4
  545. package/src/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.tsx +1 -1
  546. package/src/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.tsx +1 -1
  547. package/src/Presentation/Views/Dialog/ErrorToast/ErrorToast.tsx +1 -1
  548. package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.tsx +1 -1
  549. package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.tsx +1 -1
  550. package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.tsx +1 -1
  551. package/src/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.tsx +1 -1
  552. package/src/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.tsx +1 -1
  553. package/src/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.tsx +1 -1
  554. package/src/Presentation/Views/Dialog/InputMessage/InputMessage.tsx +1 -1
  555. package/src/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.tsx +1 -1
  556. package/src/Presentation/Views/Dialog/Message/Message.tsx +1 -1
  557. package/src/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.tsx +1 -1
  558. package/src/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.tsx +1 -1
  559. package/src/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.tsx +1 -1
  560. package/src/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.tsx +1 -1
  561. package/src/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.tsx +1 -1
  562. package/src/Presentation/Views/Dialog/MessageItem/MessageItem.tsx +1 -1
  563. package/src/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.tsx +1 -1
  564. package/src/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.tsx +1 -1
  565. package/src/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.tsx +1 -1
  566. package/src/Presentation/Views/DialogInfo/DialogInfo.tsx +1 -1
  567. package/src/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.tsx +2 -2
  568. package/src/Presentation/Views/DialogInfo/MembersList/MembersList.tsx +1 -1
  569. package/src/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.tsx +1 -1
  570. package/src/Presentation/Views/DialogInfo/UsersList/UsersList.tsx +2 -2
  571. package/src/Presentation/Views/DialogList/DialogList.tsx +6 -5
  572. package/src/Presentation/Views/DialogListHeader/DialogListHeader.scss +1 -1
  573. package/src/Presentation/Views/DialogListHeader/DialogListHeader.tsx +1 -1
  574. package/src/Presentation/Views/EditDialog/EditDialog.tsx +2 -2
  575. package/src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx +2 -2
  576. package/src/Presentation/Views/Flow/CreateDialog/CreateDialog.tsx +2 -2
  577. package/src/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.tsx +1 -1
  578. package/src/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.tsx +1 -1
  579. package/src/Presentation/Views/InviteMembers/InviteMembers.tsx +2 -2
  580. package/src/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.tsx +2 -2
  581. package/src/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.tsx +1 -1
  582. package/src/Presentation/Views/PreviewDialog/PreviewDialog.tsx +1 -1
  583. package/src/Presentation/Views/YesNoQuestion/YesNoQuestion.tsx +1 -1
  584. package/src/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.tsx +1 -1
  585. package/src/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.tsx +2 -2
  586. package/src/Presentation/components/UI/Buttons/MainButton/MainButton.tsx +2 -2
  587. package/src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.tsx +2 -2
  588. package/src/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.tsx +1 -1
  589. package/src/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.tsx +1 -1
  590. package/src/Presentation/components/containers/ColumnContainer/ColumnContainer.tsx +1 -1
  591. package/src/Presentation/components/containers/RowCenterContainer/RowCenterContainer.tsx +1 -1
  592. package/src/Presentation/components/containers/RowLeftContainer/RowLeftContainer.tsx +1 -1
  593. package/src/Presentation/components/containers/RowRightContainer/RowRightContainer.tsx +1 -1
  594. package/src/Presentation/icons/actions/index.ts +55 -26
  595. package/src/Presentation/icons/contents/index.ts +31 -13
  596. package/src/Presentation/icons/index.ts +17 -1
  597. package/src/Presentation/icons/media/index.ts +27 -12
  598. package/src/Presentation/icons/moderation/index.ts +13 -5
  599. package/src/Presentation/icons/navigation/index.ts +27 -12
  600. package/src/Presentation/icons/status/index.ts +17 -7
  601. package/src/Presentation/icons/toggle/index.ts +49 -23
  602. package/src/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.tsx +7 -10
  603. package/src/Presentation/layouts/TestStage/LoginView/Login.tsx +1 -1
  604. package/src/Presentation/themes/styles/_fonts.scss +0 -30
  605. package/src/Presentation/themes/styles/_theme_dark.scss +1 -1
  606. package/src/Presentation/themes/styles/_theme_light.scss +1 -1
  607. package/src/Presentation/themes/styles/_variables.scss +2 -2
  608. package/src/Presentation/ui-components/Avatar/Avatar.scss +3 -3
  609. package/src/Presentation/ui-components/Avatar/Avatar.tsx +3 -0
  610. package/src/Presentation/ui-components/Avatar/avatar.stories.tsx +3 -1
  611. package/src/Presentation/ui-components/Badge/Badge.stories.ts +3 -3
  612. package/src/Presentation/ui-components/Badge/Badge.tsx +1 -1
  613. package/src/Presentation/ui-components/Button/Button.scss +1 -1
  614. package/src/Presentation/ui-components/Button/Button.stories.ts +4 -3
  615. package/src/Presentation/ui-components/Button/Button.tsx +1 -0
  616. package/src/Presentation/ui-components/CheckBox/CheckBox.tsx +1 -0
  617. package/src/Presentation/ui-components/DialogBanner/DialogBanner.scss +13 -13
  618. package/src/Presentation/ui-components/DialogBanner/DialogBanner.stories.ts +1 -1
  619. package/src/Presentation/ui-components/DialogBanner/DialogBanner.tsx +2 -1
  620. package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.scss +6 -5
  621. package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.stories.tsx +2 -1
  622. package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.tsx +2 -2
  623. package/src/Presentation/ui-components/DialogWindow/DialogWindow.scss +4 -5
  624. package/src/Presentation/ui-components/DialogWindow/DialogWindow.stories.tsx +2 -1
  625. package/src/Presentation/ui-components/DialogWindow/DialogWindow.tsx +4 -4
  626. package/src/Presentation/ui-components/Dropdown/Dropdown.scss +1 -1
  627. package/src/Presentation/ui-components/Dropdown/Dropdown.stories.tsx +3 -2
  628. package/src/Presentation/ui-components/Dropdown/Dropdown.tsx +1 -1
  629. package/src/Presentation/ui-components/Dropdown/DropdownOption.tsx +1 -0
  630. package/src/Presentation/ui-components/Header/Header.scss +3 -3
  631. package/src/Presentation/ui-components/Header/Header.stories.tsx +1 -0
  632. package/src/Presentation/ui-components/Header/Header.tsx +2 -2
  633. package/src/Presentation/ui-components/Loader/Loader.scss +4 -2
  634. package/src/Presentation/ui-components/Loader/Loader.stories.ts +1 -0
  635. package/src/Presentation/ui-components/Loader/Loader.tsx +1 -0
  636. package/src/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.tsx +2 -2
  637. package/src/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.tsx +1 -0
  638. package/src/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.tsx +1 -0
  639. package/src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.tsx +1 -0
  640. package/src/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.tsx +1 -0
  641. package/src/Presentation/ui-components/Message/FileUrl/FileUrl.tsx +2 -1
  642. package/src/Presentation/ui-components/Message/MessageCaption/MessageCaption.tsx +2 -2
  643. package/src/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.tsx +3 -3
  644. package/src/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.tsx +1 -1
  645. package/src/Presentation/ui-components/MessageInput/MessageInput.tsx +1 -1
  646. package/src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.tsx +1 -4
  647. package/src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.tsx +1 -1
  648. package/src/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.tsx +4 -4
  649. package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.scss +17 -16
  650. package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.ts +1 -0
  651. package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.tsx +1 -0
  652. package/src/Presentation/ui-components/Placeholder/Placeholder.scss +1 -1
  653. package/src/Presentation/ui-components/Placeholder/Placeholder.stories.tsx +1 -0
  654. package/src/Presentation/ui-components/Placeholder/Placeholder.tsx +1 -1
  655. package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.scss +4 -1
  656. package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.ts +3 -1
  657. package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.tsx +1 -0
  658. package/src/Presentation/ui-components/SettingsItem/SettingsItem.scss +8 -2
  659. package/src/Presentation/ui-components/SettingsItem/SettingsItem.stories.tsx +1 -0
  660. package/src/Presentation/ui-components/SettingsItem/SettingsItem.tsx +1 -1
  661. package/src/Presentation/ui-components/TextField/TextField.scss +2 -2
  662. package/src/Presentation/ui-components/TextField/TextField.stories.ts +3 -2
  663. package/src/Presentation/ui-components/TextField/TextField.tsx +5 -4
  664. package/src/Presentation/ui-components/Toast/Toast.stories.tsx +1 -0
  665. package/src/Presentation/ui-components/Toast/ToastProvider.tsx +1 -1
  666. package/src/Presentation/ui-components/UserListItem/UserListItem.stories.tsx +3 -3
  667. package/src/Presentation/ui-components/UserListItem/UserListItem.tsx +1 -0
  668. package/src/QBconfig.ts +2 -2
  669. package/src/index-ui.ts +1 -5
  670. package/src/index.scss +4 -4
  671. package/src/stories/Button.stories.ts +53 -0
  672. package/src/stories/Button.tsx +37 -0
  673. package/src/stories/Configure.mdx +364 -0
  674. package/src/stories/Header.stories.ts +33 -0
  675. package/src/stories/Header.tsx +56 -0
  676. package/src/stories/Page.stories.ts +32 -0
  677. package/src/stories/Page.tsx +73 -0
  678. package/src/stories/assets/accessibility.png +0 -0
  679. package/src/stories/assets/accessibility.svg +1 -0
  680. package/src/stories/assets/addon-library.png +0 -0
  681. package/src/stories/assets/assets.png +0 -0
  682. package/src/stories/assets/avif-test-image.avif +0 -0
  683. package/src/stories/assets/context.png +0 -0
  684. package/src/stories/assets/discord.svg +1 -0
  685. package/src/stories/assets/docs.png +0 -0
  686. package/src/stories/assets/figma-plugin.png +0 -0
  687. package/src/stories/assets/github.svg +1 -0
  688. package/src/stories/assets/share.png +0 -0
  689. package/src/stories/assets/styling.png +0 -0
  690. package/src/stories/assets/testing.png +0 -0
  691. package/src/stories/assets/theming.png +0 -0
  692. package/src/stories/assets/tutorials.svg +1 -0
  693. package/src/stories/assets/youtube.svg +1 -0
  694. package/src/stories/button.css +30 -0
  695. package/src/stories/header.css +32 -0
  696. package/src/stories/page.css +68 -0
  697. package/tsconfig.buildlib.json +20 -13
  698. package/tsconfig.json +5 -5
  699. package/webpack.app.config.js +67 -0
  700. package/webpack.lib.config-old.js +64 -0
  701. package/webpack.lib.config.js +87 -0
  702. package/dist/index-ui.js.map +0 -1
  703. package/src/react-app-env.d.ts +0 -1
  704. package/webpack.config.js +0 -69
@@ -17,7 +17,7 @@ declare const meta: {
17
17
  variant: {
18
18
  options: string[];
19
19
  control: {
20
- type: string;
20
+ type: "select";
21
21
  };
22
22
  table: {
23
23
  defaultValue: {
@@ -32,7 +32,7 @@ declare const meta: {
32
32
  disabled: {
33
33
  table: {
34
34
  defaultValue: {
35
- summary: boolean;
35
+ summary: string;
36
36
  };
37
37
  type: {
38
38
  summary: string;
@@ -43,7 +43,7 @@ declare const meta: {
43
43
  loading: {
44
44
  table: {
45
45
  defaultValue: {
46
- summary: boolean;
46
+ summary: string;
47
47
  };
48
48
  type: {
49
49
  summary: string;
@@ -65,7 +65,7 @@ declare const meta: {
65
65
  children: {
66
66
  table: {
67
67
  defaultValue: {
68
- summary: null;
68
+ summary: undefined;
69
69
  };
70
70
  type: {
71
71
  summary: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Button/Button.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DqB,CAAC;AAEhC,eAAe,IAAI,CAAC;AACpB,KAAK,YAAY,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAE1C,eAAO,MAAM,aAAa,EAAE,YAAiB,CAAC;AAE9C,eAAO,MAAM,aAAa,EAAE,YAK3B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,YAK1B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,YAKxB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckBox.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/CheckBox/CheckBox.tsx"],"names":[],"mappings":"AACA,OAAO,iBAAiB,CAAC;AAEzB,UAAU,aAAa;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;CAC1C;AAED,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,QAAQ,EACR,OAAO,EACP,QAAQ,GACT,EAAE,aAAa,2CAUf"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DialogBanner.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/DialogBanner/DialogBanner.tsx"],"names":[],"mappings":"AAEA,OAAO,qBAAqB,CAAC;AAE7B,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB,CAAC;AAEF,MAAM,CAAC,OAAO,WAAW,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,iBAAiB,2CAO5D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DialogBanner.stories.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/DialogBanner/DialogBanner.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAE1C,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwB2B,CAAC;AAEtC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,mBAAmB,EAAE,KAKjC,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import { ReactElement } from 'react';
2
3
  import { FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
3
4
  import './DialogItemPreview.scss';
@@ -12,5 +13,5 @@ export type DialogItemPreviewProps = {
12
13
  onClick?: FunctionTypeVoidToVoid;
13
14
  className?: string;
14
15
  };
15
- declare const DialogItemPreview: React.FC<DialogItemPreviewProps>;
16
+ declare const DialogItemPreview: ({ avatar, title, date, active, lastMessage, badge, contextMenu, onClick, className, }: DialogItemPreviewProps) => import("react/jsx-runtime").JSX.Element;
16
17
  export default DialogItemPreview;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DialogItemPreview.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,0BAA0B,CAAC;AAElC,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,YAAY,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,YAAY,GAAG,MAAM,CAAC;IACpC,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,OAAO,CAAC,EAAE,sBAAsB,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAGF,QAAA,MAAM,iBAAiB,0FAUpB,sBAAsB,4CA0CxB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1,12 +1,13 @@
1
- import React, { ReactElement } from 'react';
1
+ /// <reference types="@types/react" />
2
+ import React, { ReactNode } from 'react';
2
3
  import './DialogWindow.scss';
3
4
  interface DialogWindowProps {
4
5
  open: boolean;
5
6
  title: string;
6
- children: ReactElement | ReactElement[];
7
+ children: ReactNode;
7
8
  onClose?: VoidFunction;
8
9
  className?: string;
9
10
  disableActions?: boolean;
10
11
  }
11
- export default function DialogWindow({ children, onClose, open, title, className, disableActions, }: DialogWindowProps): React.ReactPortal | null;
12
+ export default function DialogWindow({ children, onClose, open, title, className, disableActions, }: DialogWindowProps): React.JSX.Element | null;
12
13
  export {};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DialogWindow.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/DialogWindow/DialogWindow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvD,OAAO,qBAAqB,CAAC;AAE7B,UAAU,iBAAiB;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,QAAQ,EACR,OAAO,EACP,IAAY,EACZ,KAAK,EACL,SAAS,EACT,cAAsB,GACvB,EAAE,iBAAiB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,GAAG,IAAI,CAmB9C"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import { ReactElement } from 'react';
2
3
  import { Option } from './DropdownOption';
3
4
  import './Dropdown.scss';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,YAAY,EAKb,MAAM,OAAO,CAAC;AAGf,OAAuB,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,iBAAiB,CAAC;AAEzB,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,MAAM,CAAC;IAC1C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,UAAU,GAAG,aAAa,GAAG,MAAM,CAAC;CACjD;AAED,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,OAAO,EACP,QAAgB,EAChB,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,SAAyB,GAC1B,EAAE,aAAa,2CA+Df"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import { ReactElement } from 'react';
2
3
  export interface Option {
3
4
  value: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownOption.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Dropdown/DropdownOption.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAGrC,MAAM,WAAW,MAAM;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B;AAED,UAAU,mBAAoB,SAAQ,MAAM;IAC1C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,KAAK,EACL,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,QAAQ,GACT,EAAE,mBAAmB,2CAerB"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import { ReactElement } from 'react';
2
3
  import { FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
3
4
  import './Header.scss';
@@ -9,5 +10,5 @@ export type HeaderProps = {
9
10
  onGoBack?: FunctionTypeVoidToVoid;
10
11
  className?: string;
11
12
  };
12
- declare const Header: React.FC<HeaderProps>;
13
+ declare const Header: ({ title, avatar, badge, children, onGoBack, className, }: HeaderProps) => import("react/jsx-runtime").JSX.Element;
13
14
  export default Header;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Header/Header.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAY,YAAY,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAE5E,OAAO,eAAe,CAAC;AAEvB,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,QAAQ,CAAC,EAAE,YAAY,GAAG,YAAY,EAAE,CAAC;IACzC,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAGF,QAAA,MAAM,MAAM,6DAOT,WAAW,4CAyBb,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loader.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Loader/Loader.tsx"],"names":[],"mappings":"AAIA,OAAO,eAAe,CAAC;AAEvB,UAAU,WAAW;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,SAAS,EAAE,IAAW,EAAE,EAAE,WAAW,2CAIrE"}
@@ -14,7 +14,7 @@ declare const meta: {
14
14
  size: {
15
15
  options: string[];
16
16
  control: {
17
- type: string;
17
+ type: "select";
18
18
  };
19
19
  table: {
20
20
  defaultValue: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loader.stories.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Loader/Loader.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgCqB,CAAC;AAEhC,eAAe,IAAI,CAAC;AACpB,KAAK,YAAY,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAE1C,eAAO,MAAM,aAAa,EAAE,YAAiB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachmentBubble.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/ui-components/Message/Bubble/AttachmentBubble/AttachmentBubble.tsx"],"names":[],"mappings":"AACA,OAAO,2BAA2B,MAAM,0DAA0D,CAAC;AAQnG,UAAU,qBAAqB;IAC7B,UAAU,EAAE,2BAA2B,CAAC;IACxC,WAAW,EAAE,UAAU,GAAG,UAAU,CAAC;CACtC;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,UAAU,EACV,WAAW,GACZ,EAAE,qBAAqB,2CAqDvB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioBubble.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.tsx"],"names":[],"mappings":"AAIA,OAAO,oBAAoB,CAAC;AAE5B,UAAU,gBAAgB;IACxB,IAAI,EAAE,UAAU,GAAG,UAAU,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,IAAI,EAEJ,KAAK,EACL,IAAI,EACJ,OAAO,EACP,aAAa,GACd,EAAE,gBAAgB,2CA4IlB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileBubble.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.tsx"],"names":[],"mappings":"AACA,OAAO,mBAAmB,CAAC;AAG3B,UAAU,eAAe;IACvB,IAAI,EAAE,UAAU,GAAG,UAAU,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,eAAe,2CAMxE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageBubble.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.tsx"],"names":[],"mappings":"AACA,OAAO,oBAAoB,CAAC;AAE5B,UAAU,gBAAgB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,gBAAgB,2CAiBpE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextBubble.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.tsx"],"names":[],"mappings":"AAOA,OAAO,mBAAmB,CAAC;AAE3B,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,UAAU,GAAG,UAAU,CAAC;CAC/B;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,eAAe,2CAQjE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VideoBubble.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.tsx"],"names":[],"mappings":"AACA,OAAO,oBAAoB,CAAC;AAE5B,UAAU,gBAAgB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,KAAK,EACL,IAAI,EACJ,SAAS,GACV,EAAE,gBAAgB,2CAqBlB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileUrl.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/ui-components/Message/FileUrl/FileUrl.tsx"],"names":[],"mappings":"AAEA,OAAO,gBAAgB,CAAC;AAExB,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAYD,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,YAAY,2CAwB5D"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import { ReactElement } from 'react';
2
3
  import './Message.scss';
3
4
  export type MessageProps = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Message/Message.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAK5C,OAAO,gBAAgB,CAAC;AAExB,MAAM,MAAM,YAAY,GAAG;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,UAAU,GAAG,UAAU,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,CAAC;IACnD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,EAAE,YAAY,CAAC;CACzB,CAAC;AAGF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,QAAQ,EACR,MAAmB,EACnB,IAAI,EACJ,IAAI,EACJ,MAAM,EACN,OAAO,EACP,YAAoB,EACpB,QAAgB,EAChB,QAAgB,EAChB,QAAQ,EACR,UAAU,EACV,cAAc,EACd,QAAQ,GACT,EAAE,YAAY,2CA8Cd"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageCaption.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/ui-components/Message/MessageCaption/MessageCaption.tsx"],"names":[],"mappings":"AAGA,OAAO,uBAAuB,CAAC;AAE/B,UAAU,mBAAmB;IAC3B,IAAI,EAAE,UAAU,GAAG,UAAU,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAeD,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,IAAI,EACJ,OAAO,EACP,QAAQ,GACT,EAAE,mBAAmB,2CAiBrB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeAndStatus.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.tsx"],"names":[],"mappings":"AAIA,OAAO,sBAAsB,CAAC;AAS9B,UAAU,kBAAkB;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,CAAC;IACnD,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,kBAAkB,2CAazE"}
@@ -1,8 +1,9 @@
1
+ /// <reference types="@types/react" />
1
2
  import React from 'react';
2
3
  type AttachmentMessageProps = {
3
4
  icon: React.ReactNode;
4
5
  onChangeFile: (event: React.ChangeEvent<HTMLInputElement>) => void;
5
6
  disableAction: boolean;
6
7
  };
7
- declare const AttachmentUploader: React.FC<AttachmentMessageProps>;
8
+ declare const AttachmentUploader: ({ icon, onChangeFile, disableAction, }: AttachmentMessageProps) => import("react/jsx-runtime").JSX.Element;
8
9
  export default AttachmentUploader;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachmentUploader.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,YAAY,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACnE,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,kBAAkB,2CAIrB,sBAAsB,4CAuBxB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import React, { ReactElement } from 'react';
2
3
  import { FunctionTypeStringToVoid, FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
3
4
  import './MessageInput.scss';
@@ -17,5 +18,5 @@ export type MessageInputProps = {
17
18
  disableActions?: boolean;
18
19
  className?: string;
19
20
  };
20
- declare const MessageInput: React.FC<MessageInputProps>;
21
+ declare const MessageInput: ({ value, onChange, onChanging, onSend, enableVoice, onVoice, disableAttachment, onAttachment, previewMessage, rephrase, loading, placeholder, disableActions, className, }: MessageInputProps) => import("react/jsx-runtime").JSX.Element;
21
22
  export default MessageInput;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageInput.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/MessageInput/MessageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAe,YAAY,EAAY,MAAM,OAAO,CAAC;AAEnE,OAAO,EACL,wBAAwB,EACxB,sBAAsB,EACvB,MAAM,oCAAoC,CAAC;AAG5C,OAAO,qBAAqB,CAAC;AAI7B,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IACpC,UAAU,CAAC,EAAE,wBAAwB,CAAC;IACtC,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,sBAAsB,CAAC;IACjC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,YAAY,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACnE,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAGF,QAAA,MAAM,YAAY,+KAiBf,iBAAiB,4CA+GnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,8 +1,7 @@
1
- import React from 'react';
2
1
  import './ReplyImagePreviewAttachment.scss';
3
2
  import { FileEntity } from '../../../../../Domain/entity/FileEntity';
4
3
  type ReplyImagePreviewAttachmentProps = {
5
4
  imageFile: FileEntity;
6
5
  };
7
- declare const ReplyImagePreviewAttachment: React.FC<ReplyImagePreviewAttachmentProps>;
6
+ declare const ReplyImagePreviewAttachment: ({ imageFile }: ReplyImagePreviewAttachmentProps) => import("react/jsx-runtime").JSX.Element;
8
7
  export default ReplyImagePreviewAttachment;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReplyImagePreviewAttachment.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.tsx"],"names":[],"mappings":"AACA,OAAO,oCAAoC,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAErE,KAAK,gCAAgC,GAAG;IACtC,SAAS,EAAE,UAAU,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,2BAA2B,kBAAmB,gCAAgC,4CAanF,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { MessageEntity } from '../../../../Domain/entity/MessageEntity';
3
2
  import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
4
3
  import './ReplyMessagePreview.scss';
@@ -7,5 +6,5 @@ type ReplyMessagePreviewProps = {
7
6
  userNameSentMessage: string;
8
7
  onClose: FunctionTypeVoidToVoid;
9
8
  };
10
- declare const ReplyMessagePreview: React.FC<ReplyMessagePreviewProps>;
9
+ declare const ReplyMessagePreview: ({ messages, userNameSentMessage, onClose, }: ReplyMessagePreviewProps) => import("react/jsx-runtime").JSX.Element;
11
10
  export default ReplyMessagePreview;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReplyMessagePreview.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAExE,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAK/E,OAAO,4BAA4B,CAAC;AAGpC,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAE5B,OAAO,EAAE,sBAAsB,CAAC;CACjC,CAAC;AAOF,QAAA,MAAM,mBAAmB,gDAItB,wBAAwB,4CAuE1B,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './VoiceRecordingProgress.scss';
3
2
  import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
4
3
  type VoiceRecordingProgressProps = {
@@ -7,5 +6,5 @@ type VoiceRecordingProgressProps = {
7
6
  onClick?: FunctionTypeVoidToVoid;
8
7
  onTouch?: FunctionTypeVoidToVoid;
9
8
  };
10
- declare const VoiceRecordingProgress: React.FC<VoiceRecordingProgressProps>;
9
+ declare const VoiceRecordingProgress: ({ startStatus, longRecInSec, onClick, onTouch, }: VoiceRecordingProgressProps) => import("react/jsx-runtime").JSX.Element;
11
10
  export default VoiceRecordingProgress;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VoiceRecordingProgress.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.tsx"],"names":[],"mappings":"AACA,OAAO,+BAA+B,CAAC;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAE/E,KAAK,2BAA2B,GAAG;IACjC,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,sBAAsB,CAAC;IACjC,OAAO,CAAC,EAAE,sBAAsB,CAAC;CAClC,CAAC;AAEF,QAAA,MAAM,sBAAsB,qDAKzB,2BAA2B,4CA4D7B,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageSeparator.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/MessageSeparator/MessageSeparator.tsx"],"names":[],"mappings":"AACA,OAAO,yBAAyB,CAAC;AAEjC,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;CAC1B,CAAC;AAmBF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,IAAI,EACJ,IAAa,GACd,EAAE,qBAAqB,2CAMvB"}
@@ -25,7 +25,7 @@ declare const meta: {
25
25
  type: "function";
26
26
  options: string[];
27
27
  control: {
28
- type: string;
28
+ type: "select";
29
29
  };
30
30
  table: {
31
31
  defaultValue: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageSeparator.stories.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8B+B,CAAC;AAE1C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,oBAAoB,EAAE,KAMlC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAMpC,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import { ReactElement } from 'react';
2
3
  import './Placeholder.scss';
3
4
  interface PlaceholderProps {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Placeholder.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Placeholder/Placeholder.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAI5C,OAAO,oBAAoB,CAAC;AAE5B,UAAU,gBAAgB;IACxB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACxB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,IAAI,EACJ,IAAI,EACJ,OAAO,EACP,SAAS,GACV,EAAE,gBAAgB,2CAmBlB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviewFileMessage.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.tsx"],"names":[],"mappings":"AAGA,OAAO,2BAA2B,CAAC;AAQnC,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,OAAO,CAAC;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,IAAiB,EACjB,IAAI,EACJ,GAAG,EACH,SAAS,GACV,EAAE,uBAAuB,2CAezB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviewFileMessage.stories.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AAEtD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,kBAAkB,CAuCzC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,YAAY,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAE1C,eAAO,MAAM,yBAAyB,EAAE,YAKvC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,YAMrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,YAMrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,YAOrC,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import { ReactElement } from 'react';
2
3
  import './SettingsItem.scss';
3
4
  interface SettingsItemProps {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SettingsItem.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/SettingsItem/SettingsItem.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAY,MAAM,OAAO,CAAC;AAItD,OAAO,qBAAqB,CAAC;AAE7B,UAAU,iBAAiB;IACzB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,YAAY,GAAG,YAAY,EAAE,CAAC;IAC7C,QAAQ,CAAC,EAAE,YAAY,GAAG,YAAY,EAAE,CAAC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,QAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,iBAAiB,2CAiCnB"}
@@ -1,4 +1,5 @@
1
- import { DetailedHTMLProps, InputHTMLAttributes, ReactElement } from 'react';
1
+ /// <reference types="@types/react" />
2
+ import React, { DetailedHTMLProps, InputHTMLAttributes, ReactElement } from 'react';
2
3
  import './TextField.scss';
3
4
  type HTMLInputProps = DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
4
5
  interface TextFieldProps extends Omit<HTMLInputProps, 'onChange'> {
@@ -9,5 +10,5 @@ interface TextFieldProps extends Omit<HTMLInputProps, 'onChange'> {
9
10
  value: string;
10
11
  onChange: (value: string) => void;
11
12
  }
12
- declare const TextField: import("react").ForwardRefExoticComponent<Omit<TextFieldProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
13
+ declare const TextField: React.ForwardRefExoticComponent<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
13
14
  export default TextField;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,iBAAiB,EAEjB,mBAAmB,EACnB,YAAY,EAIb,MAAM,OAAO,CAAC;AAKf,OAAO,kBAAkB,CAAC;AAE1B,KAAK,cAAc,GAAG,iBAAiB,CACrC,mBAAmB,CAAC,gBAAgB,CAAC,EACrC,gBAAgB,CACjB,CAAC;AAEF,UAAU,cAAe,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC;AAED,QAAA,MAAM,SAAS,sGAyDd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.stories.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/TextField/TextField.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,SAAS,MAAM,aAAa,CAAC;AAEpC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CA8EhC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,YAAY,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAE1C,eAAO,MAAM,gBAAgB,EAAE,YAE9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,YAO/B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,YAO5B,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import { ReactNode } from 'react';
2
3
  import 'react-toastify/dist/ReactToastify.css';
3
4
  import './Toast.scss';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToastProvider.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Toast/ToastProvider.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAiB,MAAM,OAAO,CAAC;AAGxD,OAAO,uCAAuC,CAAC;AAC/C,OAAO,cAAc,CAAC;AAItB,UAAU,UAAU;IAClB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,UAAU,2CAgB7D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserListItem.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/UserListItem/UserListItem.tsx"],"names":[],"mappings":"AAKA,OAAO,qBAAqB,CAAC;AAE7B,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,SAAS,EACT,QAAQ,EACR,OAAe,EACf,QAAgB,EAChB,QAAQ,EACR,SAAS,GACV,EAAE,iBAAiB,2CAoBnB"}
@@ -40,7 +40,7 @@ declare const meta: {
40
40
  summary: string;
41
41
  };
42
42
  defaultValue: {
43
- summary: boolean;
43
+ summary: string;
44
44
  };
45
45
  };
46
46
  description: string;
@@ -51,7 +51,7 @@ declare const meta: {
51
51
  summary: string;
52
52
  };
53
53
  defaultValue: {
54
- summary: boolean;
54
+ summary: string;
55
55
  };
56
56
  };
57
57
  description: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Presentation/ui-components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6BAA6B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QBconfig.d.ts","sourceRoot":"","sources":["../src/QBconfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE1D,eAAO,MAAM,QAAQ,EAAE,aAoJtB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useModal.d.ts","sourceRoot":"","sources":["../../src/hooks/useModal.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,QAAQ;;;CAQb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="@types/react" />
1
2
  import React from 'react';
2
3
  import '../Presentation/Views/Dialog/Dialog.scss';
3
4
  import '../Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.scss';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useQuickBloxUIKit.d.ts","sourceRoot":"","sources":["../../src/hooks/useQuickBloxUIKit.ts"],"names":[],"mappings":"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"}
@@ -35,8 +35,6 @@ import { AIWidgetPlaceHolder, QuickBloxUIKitProps, QuickBloxUIKitDesktopLayoutPr
35
35
  import useQuickBloxUIKit from './hooks/useQuickBloxUIKit';
36
36
  import MessageItem from './Presentation/Views/Dialog/MessageItem/MessageItem';
37
37
  import AIRephraseWidget from './Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget';
38
- import './Presentation/Views/Dialog/Dialog.scss';
39
- import './Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.scss';
40
38
  import { Avatar, Badge, Button, CheckBox, DialogBanner, DialogItemPreview, DialogWindow, TextField, ToastProvider, UserListItem, Dropdown, Header, Loader, Message, MessageInput, MessageSeparator, Placeholder, PreviewFileMessage, SettingsItem } from './Presentation/ui-components';
41
39
  import { DefaultConfigurations } from './Data/DefaultConfigurations';
42
40
  import { DialogType } from './Domain/entity/DialogTypes';
@@ -52,4 +50,4 @@ import MembersList from './Presentation/Views/DialogInfo/MembersList/MembersList
52
50
  import PreviewDialog from './Presentation/Views/PreviewDialog/PreviewDialog';
53
51
  import CreateNewDialogFlow from './Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow';
54
52
  import { GroupChatSvg, InformationSvg, PublicChannelSvg, UserSvg, NewChatSvg, SearchSvg, ChatSvg } from './Presentation/icons';
55
- export { Avatar, Badge, Button, CheckBox, DialogBanner, DialogItemPreview, DialogWindow, Dropdown, Header, Loader, Message, MessageInput, MessageSeparator, Placeholder, PreviewFileMessage, SettingsItem, TextField, ToastProvider, UserListItem, MainButton, TypeButton, type LoginData, type AuthorizationData, QuickBloxUIKitProvider, qbDataContext, type QBDataContextType, RemoteDataSource, LocalDataSource, useQBConnection, useQbInitializedDataContext, useQbUIKitDataContext, useEventMessagesRepository, type DialogListViewModel, useDialogListViewModel, SubscribeToDialogEventsUseCase, Pagination, type DialogEventInfo, EventMessageType, NotificationTypes, stringifyError, DesktopLayout, DialogList, Dialog, DialogInfo, type DialogEntity, BaseViewModel, QuickBloxUIKitDesktopLayout, DefaultTheme, type UiKitTheme, type AIMessageWidget, AISource, type IChatMessage, AIWidgetIcon, ErrorMessageIcon, PreviewDialogViewModel, type FunctionTypeViewModelToVoid, type AvatarContentIncomingUserProps, type GetUserNameFct, type AIWidgetPlaceHolder, type QuickBloxUIKitProps, type QuickBloxUIKitDesktopLayoutProps, DefaultConfigurations, DialogType, GroupDialogEntity, PublicDialogEntity, type MessageEntity, getDateForDialog, ReplyMessagePreview, ForwardMessageFlow, SectionList, type SectionItem, MembersList, PreviewDialog, CreateNewDialogFlow, GroupChatSvg, InformationSvg, PublicChannelSvg, UserSvg, NewChatSvg, SearchSvg, ChatSvg, useQuickBloxUIKit, MessageItem, AIRephraseWidget };
53
+ export { Avatar, Badge, Button, CheckBox, DialogBanner, DialogItemPreview, DialogWindow, Dropdown, Header, Loader, Message, MessageInput, MessageSeparator, Placeholder, PreviewFileMessage, SettingsItem, TextField, ToastProvider, UserListItem, MainButton, TypeButton, type LoginData, type AuthorizationData, QuickBloxUIKitProvider, qbDataContext, type QBDataContextType, RemoteDataSource, LocalDataSource, useQBConnection, useQbInitializedDataContext, useQbUIKitDataContext, useEventMessagesRepository, type DialogListViewModel, useDialogListViewModel, SubscribeToDialogEventsUseCase, Pagination, type DialogEventInfo, EventMessageType, NotificationTypes, stringifyError, DesktopLayout, DialogList, Dialog, DialogInfo, type DialogEntity, BaseViewModel, QuickBloxUIKitDesktopLayout, DefaultTheme, type UiKitTheme, type AIMessageWidget, AISource, type IChatMessage, AIWidgetIcon, ErrorMessageIcon, PreviewDialogViewModel, type FunctionTypeViewModelToVoid, type AvatarContentIncomingUserProps, type GetUserNameFct, type AIWidgetPlaceHolder, type QuickBloxUIKitProps, type QuickBloxUIKitDesktopLayoutProps, DefaultConfigurations, DialogType, GroupDialogEntity, PublicDialogEntity, type MessageEntity, getDateForDialog, ReplyMessagePreview, ForwardMessageFlow, SectionList, type SectionItem, MembersList, PreviewDialog, CreateNewDialogFlow, GroupChatSvg, InformationSvg, PublicChannelSvg, UserSvg, NewChatSvg, SearchSvg, ChatSvg, useQuickBloxUIKit, MessageItem, AIRephraseWidget, };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-ui.d.ts","sourceRoot":"","sources":["../src/index-ui.ts"],"names":[],"mappings":"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"}