quickblox-react-ui-kit 0.4.4-alpha.9 → 0.4.5-beta.5

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 (708) hide show
  1. package/.env +1 -0
  2. package/.storybook/main.ts +12 -84
  3. package/.storybook/preview.ts +1 -6
  4. package/dist/CommonTypes/BaseViewModel.d.ts +1 -1
  5. package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts +2 -1
  6. package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts +1 -1
  7. package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts +2 -2
  8. package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts +1 -1
  9. package/dist/Presentation/Views/Dialog/Dialog.d.ts +1 -2
  10. package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts +2 -1
  11. package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts +1 -2
  12. package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts +2 -1
  13. package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts +1 -2
  14. package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts +1 -2
  15. package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts +2 -1
  16. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts +2 -1
  17. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts +2 -1
  18. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts +2 -1
  19. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts +2 -1
  20. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts +2 -1
  21. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts +2 -1
  22. package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts +1 -2
  23. package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts +2 -1
  24. package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts +0 -1
  25. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts +0 -1
  26. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts +0 -1
  27. package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts +0 -1
  28. package/dist/Presentation/Views/Dialog/Message/Message.d.ts +2 -2
  29. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts +2 -1
  30. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts +2 -1
  31. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts +2 -1
  32. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts +1 -1
  33. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts +2 -1
  34. package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts +0 -1
  35. package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts +1 -1
  36. package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts +0 -1
  37. package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts +0 -1
  38. package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts +2 -1
  39. package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts +2 -1
  40. package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts +1 -2
  41. package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts +1 -2
  42. package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts +2 -1
  43. package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts +2 -1
  44. package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts +2 -1
  45. package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts +2 -1
  46. package/dist/Presentation/Views/DialogList/DialogList.d.ts +5 -6
  47. package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts +2 -1
  48. package/dist/Presentation/Views/EditDialog/EditDialog.d.ts +2 -1
  49. package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts +2 -1
  50. package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts +2 -1
  51. package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts +2 -1
  52. package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts +2 -1
  53. package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts +2 -1
  54. package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts +2 -1
  55. package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts +2 -1
  56. package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts +2 -2
  57. package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts +2 -1
  58. package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts +1 -2
  59. package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts +1 -2
  60. package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts +1 -2
  61. package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts +1 -2
  62. package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts +2 -1
  63. package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts +1 -2
  64. package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts +2 -1
  65. package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts +1 -2
  66. package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts +1 -2
  67. package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts +1 -2
  68. package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts +0 -1
  69. package/dist/Presentation/components/containers/SectionList/useComponent.d.ts +0 -1
  70. package/dist/Presentation/icons/actions/index.d.ts +26 -27
  71. package/dist/Presentation/icons/contents/index.d.ts +13 -14
  72. package/dist/Presentation/icons/index.d.ts +1 -1
  73. package/dist/Presentation/icons/media/index.d.ts +12 -13
  74. package/dist/Presentation/icons/moderation/index.d.ts +5 -6
  75. package/dist/Presentation/icons/navigation/index.d.ts +12 -13
  76. package/dist/Presentation/icons/status/index.d.ts +7 -8
  77. package/dist/Presentation/icons/toggle/index.d.ts +23 -24
  78. package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts +0 -1
  79. package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts +2 -1
  80. package/dist/Presentation/layouts/LayoutCommonTypes.d.ts +0 -1
  81. package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts +0 -1
  82. package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts +2 -1
  83. package/dist/Presentation/providers/ProviderProps.d.ts +0 -1
  84. package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts +0 -1
  85. package/dist/Presentation/ui-components/Avatar/Avatar.d.ts +0 -1
  86. package/dist/Presentation/ui-components/Button/Button.d.ts +0 -1
  87. package/dist/Presentation/ui-components/Button/Button.stories.d.ts +4 -4
  88. package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts +1 -2
  89. package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts +3 -4
  90. package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts +0 -1
  91. package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts +0 -1
  92. package/dist/Presentation/ui-components/Header/Header.d.ts +1 -2
  93. package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts +1 -1
  94. package/dist/Presentation/ui-components/Message/Message.d.ts +0 -1
  95. package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts +1 -2
  96. package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts +1 -2
  97. package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts +2 -1
  98. package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts +2 -1
  99. package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts +2 -1
  100. package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts +1 -1
  101. package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts +0 -1
  102. package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts +0 -1
  103. package/dist/Presentation/ui-components/TextField/TextField.d.ts +2 -3
  104. package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts +0 -1
  105. package/dist/Presentation/ui-components/UserListItem/UserListItem.stories.d.ts +2 -2
  106. package/dist/hooks/useQuickBloxUIKit.d.ts +2 -5
  107. package/dist/index-ui.d.ts +3 -1
  108. package/dist/index-ui.js +36239 -74213
  109. package/dist/index-ui.js.map +1 -0
  110. package/dist/utils/parse.d.ts +1 -1
  111. package/global.d.ts +202 -11
  112. package/media-recorder-js.d.ts +133 -0
  113. package/package.json +46 -45
  114. package/public/index.html +42 -15
  115. package/src/Data/repository/ConnectionRepository.ts +2 -1
  116. package/src/Data/source/remote/RemoteDataSource.ts +1 -1
  117. package/src/Domain/use_cases/SyncDialogsUseCase.ts +2 -2
  118. package/src/Domain/use_cases/UserTypingMessageUseCase.ts +3 -3
  119. package/src/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.tsx +1 -1
  120. package/src/Presentation/Views/Dialog/AIComponents/AITranslate/AITranslate.tsx +1 -1
  121. package/src/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.tsx +1 -1
  122. package/src/Presentation/Views/Dialog/AIWidgets/SliderMenu.tsx +2 -2
  123. package/src/Presentation/Views/Dialog/Dialog.tsx +12 -12
  124. package/src/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.tsx +4 -1
  125. package/src/Presentation/Views/Dialog/DialogHeader/DialogHeader.tsx +1 -1
  126. package/src/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.tsx +4 -1
  127. package/src/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.tsx +1 -1
  128. package/src/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.tsx +1 -1
  129. package/src/Presentation/Views/Dialog/ErrorToast/ErrorToast.tsx +1 -1
  130. package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.tsx +1 -1
  131. package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.tsx +1 -1
  132. package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.tsx +1 -1
  133. package/src/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.tsx +1 -1
  134. package/src/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.tsx +1 -1
  135. package/src/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.tsx +1 -1
  136. package/src/Presentation/Views/Dialog/InputMessage/InputMessage.tsx +1 -1
  137. package/src/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.tsx +1 -1
  138. package/src/Presentation/Views/Dialog/Message/Message.tsx +1 -1
  139. package/src/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.tsx +1 -1
  140. package/src/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.tsx +1 -1
  141. package/src/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.tsx +1 -1
  142. package/src/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.tsx +1 -1
  143. package/src/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.tsx +1 -1
  144. package/src/Presentation/Views/Dialog/MessageItem/MessageItem.tsx +3 -3
  145. package/src/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.tsx +1 -1
  146. package/src/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.tsx +1 -1
  147. package/src/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.tsx +1 -1
  148. package/src/Presentation/Views/Dialog/useDialogViewModel.ts +86 -64
  149. package/src/Presentation/Views/DialogInfo/DialogInfo.tsx +1 -1
  150. package/src/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.tsx +2 -2
  151. package/src/Presentation/Views/DialogInfo/MembersList/MembersList.tsx +1 -1
  152. package/src/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.tsx +1 -1
  153. package/src/Presentation/Views/DialogInfo/UsersList/UsersList.tsx +2 -2
  154. package/src/Presentation/Views/DialogList/DialogList.tsx +5 -6
  155. package/src/Presentation/Views/DialogList/useDialogListViewModel.ts +30 -28
  156. package/src/Presentation/Views/DialogListHeader/DialogListHeader.scss +1 -1
  157. package/src/Presentation/Views/DialogListHeader/DialogListHeader.tsx +1 -1
  158. package/src/Presentation/Views/EditDialog/EditDialog.tsx +2 -2
  159. package/src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx +2 -2
  160. package/src/Presentation/Views/Flow/CreateDialog/CreateDialog.tsx +2 -2
  161. package/src/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.tsx +1 -1
  162. package/src/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.tsx +1 -1
  163. package/src/Presentation/Views/InviteMembers/InviteMembers.tsx +2 -2
  164. package/src/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.tsx +2 -2
  165. package/src/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.tsx +1 -1
  166. package/src/Presentation/Views/PreviewDialog/PreviewDialog.tsx +1 -1
  167. package/src/Presentation/Views/YesNoQuestion/YesNoQuestion.tsx +1 -1
  168. package/src/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.tsx +1 -1
  169. package/src/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.tsx +2 -2
  170. package/src/Presentation/components/UI/Buttons/MainButton/MainButton.tsx +2 -2
  171. package/src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.tsx +2 -2
  172. package/src/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.tsx +1 -1
  173. package/src/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.tsx +1 -1
  174. package/src/Presentation/components/containers/ColumnContainer/ColumnContainer.tsx +1 -1
  175. package/src/Presentation/components/containers/RowCenterContainer/RowCenterContainer.tsx +1 -1
  176. package/src/Presentation/components/containers/RowLeftContainer/RowLeftContainer.tsx +1 -1
  177. package/src/Presentation/components/containers/RowRightContainer/RowRightContainer.tsx +1 -1
  178. package/src/Presentation/icons/actions/index.ts +26 -55
  179. package/src/Presentation/icons/contents/index.ts +13 -31
  180. package/src/Presentation/icons/index.ts +1 -17
  181. package/src/Presentation/icons/media/index.ts +12 -27
  182. package/src/Presentation/icons/moderation/index.ts +5 -13
  183. package/src/Presentation/icons/navigation/index.ts +12 -27
  184. package/src/Presentation/icons/status/index.ts +7 -17
  185. package/src/Presentation/icons/toggle/index.ts +23 -49
  186. package/src/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.tsx +38 -33
  187. package/src/Presentation/layouts/TestStage/LoginView/Login.tsx +1 -1
  188. package/src/Presentation/themes/styles/_fonts.scss +30 -0
  189. package/src/Presentation/themes/styles/_theme_dark.scss +1 -1
  190. package/src/Presentation/themes/styles/_theme_light.scss +1 -1
  191. package/src/Presentation/themes/styles/_variables.scss +2 -2
  192. package/src/Presentation/ui-components/Avatar/Avatar.scss +3 -3
  193. package/src/Presentation/ui-components/Avatar/Avatar.tsx +0 -3
  194. package/src/Presentation/ui-components/Avatar/avatar.stories.tsx +1 -3
  195. package/src/Presentation/ui-components/Badge/Badge.stories.ts +3 -3
  196. package/src/Presentation/ui-components/Badge/Badge.tsx +1 -1
  197. package/src/Presentation/ui-components/Button/Button.scss +1 -1
  198. package/src/Presentation/ui-components/Button/Button.stories.ts +3 -4
  199. package/src/Presentation/ui-components/Button/Button.tsx +0 -1
  200. package/src/Presentation/ui-components/CheckBox/CheckBox.tsx +0 -1
  201. package/src/Presentation/ui-components/DialogBanner/DialogBanner.scss +13 -13
  202. package/src/Presentation/ui-components/DialogBanner/DialogBanner.stories.ts +1 -1
  203. package/src/Presentation/ui-components/DialogBanner/DialogBanner.tsx +1 -2
  204. package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.scss +5 -6
  205. package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.stories.tsx +1 -2
  206. package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.tsx +2 -2
  207. package/src/Presentation/ui-components/DialogWindow/DialogWindow.scss +5 -4
  208. package/src/Presentation/ui-components/DialogWindow/DialogWindow.stories.tsx +1 -2
  209. package/src/Presentation/ui-components/DialogWindow/DialogWindow.tsx +4 -4
  210. package/src/Presentation/ui-components/Dropdown/Dropdown.scss +1 -1
  211. package/src/Presentation/ui-components/Dropdown/Dropdown.stories.tsx +2 -3
  212. package/src/Presentation/ui-components/Dropdown/Dropdown.tsx +1 -1
  213. package/src/Presentation/ui-components/Dropdown/DropdownOption.tsx +0 -1
  214. package/src/Presentation/ui-components/Header/Header.scss +3 -3
  215. package/src/Presentation/ui-components/Header/Header.stories.tsx +0 -1
  216. package/src/Presentation/ui-components/Header/Header.tsx +2 -2
  217. package/src/Presentation/ui-components/Loader/Loader.scss +2 -4
  218. package/src/Presentation/ui-components/Loader/Loader.stories.ts +0 -1
  219. package/src/Presentation/ui-components/Loader/Loader.tsx +0 -1
  220. package/src/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.scss +3 -1
  221. package/src/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.tsx +2 -2
  222. package/src/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.tsx +0 -1
  223. package/src/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.tsx +0 -1
  224. package/src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.tsx +0 -1
  225. package/src/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.tsx +0 -1
  226. package/src/Presentation/ui-components/Message/FileUrl/FileUrl.tsx +1 -2
  227. package/src/Presentation/ui-components/Message/MessageCaption/MessageCaption.tsx +2 -2
  228. package/src/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.tsx +3 -3
  229. package/src/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.tsx +1 -1
  230. package/src/Presentation/ui-components/MessageInput/MessageInput.tsx +1 -1
  231. package/src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.tsx +4 -1
  232. package/src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.tsx +1 -1
  233. package/src/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.tsx +4 -4
  234. package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.scss +16 -17
  235. package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.ts +0 -1
  236. package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.tsx +0 -1
  237. package/src/Presentation/ui-components/Placeholder/Placeholder.scss +1 -1
  238. package/src/Presentation/ui-components/Placeholder/Placeholder.stories.tsx +0 -1
  239. package/src/Presentation/ui-components/Placeholder/Placeholder.tsx +1 -1
  240. package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.scss +1 -4
  241. package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.ts +1 -3
  242. package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.tsx +0 -1
  243. package/src/Presentation/ui-components/SettingsItem/SettingsItem.scss +2 -8
  244. package/src/Presentation/ui-components/SettingsItem/SettingsItem.stories.tsx +0 -1
  245. package/src/Presentation/ui-components/SettingsItem/SettingsItem.tsx +1 -1
  246. package/src/Presentation/ui-components/TextField/TextField.scss +2 -2
  247. package/src/Presentation/ui-components/TextField/TextField.stories.ts +2 -3
  248. package/src/Presentation/ui-components/TextField/TextField.tsx +4 -5
  249. package/src/Presentation/ui-components/Toast/Toast.stories.tsx +0 -1
  250. package/src/Presentation/ui-components/Toast/ToastProvider.tsx +1 -1
  251. package/src/Presentation/ui-components/UserListItem/UserListItem.stories.tsx +3 -3
  252. package/src/Presentation/ui-components/UserListItem/UserListItem.tsx +0 -1
  253. package/src/hooks/useQuickBloxUIKit.ts +128 -160
  254. package/src/index-ui.ts +5 -1
  255. package/src/index.scss +4 -4
  256. package/src/react-app-env.d.ts +1 -0
  257. package/tsconfig.buildlib.json +13 -20
  258. package/tsconfig.json +7 -6
  259. package/webpack.config.js +82 -0
  260. package/babel.config.js +0 -7
  261. package/dist/App.d.ts.map +0 -1
  262. package/dist/CommonTypes/BaseViewModel.d.ts.map +0 -1
  263. package/dist/CommonTypes/CommonTypes.d.ts.map +0 -1
  264. package/dist/CommonTypes/FunctionResult.d.ts.map +0 -1
  265. package/dist/Data/Creator.d.ts.map +0 -1
  266. package/dist/Data/DefaultConfigurations.d.ts.map +0 -1
  267. package/dist/Data/Stubs.d.ts.map +0 -1
  268. package/dist/Data/dto/dialog/LocalDialogDTO.d.ts.map +0 -1
  269. package/dist/Data/dto/dialog/LocalDialogsDTO.d.ts.map +0 -1
  270. package/dist/Data/dto/dialog/RemoteDialogDTO.d.ts.map +0 -1
  271. package/dist/Data/dto/dialog/RemoteDialogsDTO.d.ts.map +0 -1
  272. package/dist/Data/dto/file/LocalFileDTO.d.ts.map +0 -1
  273. package/dist/Data/dto/file/RemoteFileDTO.d.ts.map +0 -1
  274. package/dist/Data/dto/message/LocalMessageDTO.d.ts.map +0 -1
  275. package/dist/Data/dto/message/LocalMessagesDTO.d.ts.map +0 -1
  276. package/dist/Data/dto/message/RemoteMessageDTO.d.ts.map +0 -1
  277. package/dist/Data/dto/message/RemoteMessagesDTO.d.ts.map +0 -1
  278. package/dist/Data/dto/user/LocalUserDTO.d.ts.map +0 -1
  279. package/dist/Data/dto/user/LocalUsersDTO.d.ts.map +0 -1
  280. package/dist/Data/dto/user/RemoteUserDTO.d.ts.map +0 -1
  281. package/dist/Data/dto/user/RemoteUsersDTO.d.ts.map +0 -1
  282. package/dist/Data/mapper/DialogLocalDTOMapper.d.ts.map +0 -1
  283. package/dist/Data/mapper/DialogRemoteDTOMapper.d.ts.map +0 -1
  284. package/dist/Data/mapper/FileLocalDTOMapper.d.ts.map +0 -1
  285. package/dist/Data/mapper/FileRemoteDTOMapper.d.ts.map +0 -1
  286. package/dist/Data/mapper/IMapper.d.ts.map +0 -1
  287. package/dist/Data/mapper/MessageLocalDTOMapper.d.ts.map +0 -1
  288. package/dist/Data/mapper/MessageRemoteDTOMapper.d.ts.map +0 -1
  289. package/dist/Data/mapper/UserLocalDTOMapper.d.ts.map +0 -1
  290. package/dist/Data/mapper/UserRemoteDTOMapper.d.ts.map +0 -1
  291. package/dist/Data/repository/ConnectionRepository.d.ts.map +0 -1
  292. package/dist/Data/repository/DialogsRepository.d.ts.map +0 -1
  293. package/dist/Data/repository/EventMessagesRepository.d.ts.map +0 -1
  294. package/dist/Data/repository/FileRepository.d.ts.map +0 -1
  295. package/dist/Data/repository/MessagesRepository.d.ts.map +0 -1
  296. package/dist/Data/repository/UsersRepository.d.ts.map +0 -1
  297. package/dist/Data/source/AISource.d.ts.map +0 -1
  298. package/dist/Data/source/exception/LocalDataSourceException.d.ts.map +0 -1
  299. package/dist/Data/source/exception/MapperDTOException.d.ts.map +0 -1
  300. package/dist/Data/source/exception/RemoteDataSourceException.d.ts.map +0 -1
  301. package/dist/Data/source/exception/RepositoryException.d.ts.map +0 -1
  302. package/dist/Data/source/local/ChatLocalStorageDataSource.d.ts.map +0 -1
  303. package/dist/Data/source/local/ILocalDataSource.d.ts.map +0 -1
  304. package/dist/Data/source/local/ILocalFileDataSource.d.ts.map +0 -1
  305. package/dist/Data/source/local/LocalDataSource.d.ts.map +0 -1
  306. package/dist/Data/source/local/LocalFileDataSource.d.ts.map +0 -1
  307. package/dist/Data/source/remote/IRemoteDataSource.d.ts.map +0 -1
  308. package/dist/Data/source/remote/Mapper/DialogDTOMapper.d.ts.map +0 -1
  309. package/dist/Data/source/remote/Mapper/FileDTOMapper.d.ts.map +0 -1
  310. package/dist/Data/source/remote/Mapper/IDTOMapper.d.ts.map +0 -1
  311. package/dist/Data/source/remote/Mapper/MessageDTOMapper.d.ts.map +0 -1
  312. package/dist/Data/source/remote/Mapper/UserDTOMapper.d.ts.map +0 -1
  313. package/dist/Data/source/remote/RemoteDataSource.d.ts.map +0 -1
  314. package/dist/Domain/entity/Chat.d.ts.map +0 -1
  315. package/dist/Domain/entity/ChatMessageAttachmentEntity.d.ts.map +0 -1
  316. package/dist/Domain/entity/CustomDataEntity.d.ts.map +0 -1
  317. package/dist/Domain/entity/DialogEntity.d.ts.map +0 -1
  318. package/dist/Domain/entity/DialogEventInfo.d.ts.map +0 -1
  319. package/dist/Domain/entity/DialogTypes.d.ts.map +0 -1
  320. package/dist/Domain/entity/EventMessageType.d.ts.map +0 -1
  321. package/dist/Domain/entity/FileEntity.d.ts.map +0 -1
  322. package/dist/Domain/entity/FileTypes.d.ts.map +0 -1
  323. package/dist/Domain/entity/GroupDialogEntity.d.ts.map +0 -1
  324. package/dist/Domain/entity/LastMessageEntity.d.ts.map +0 -1
  325. package/dist/Domain/entity/MessageEntity.d.ts.map +0 -1
  326. package/dist/Domain/entity/NotificationTypes.d.ts.map +0 -1
  327. package/dist/Domain/entity/PrivateDialogEntity.d.ts.map +0 -1
  328. package/dist/Domain/entity/PublicDialogEntity.d.ts.map +0 -1
  329. package/dist/Domain/entity/UserEntity.d.ts.map +0 -1
  330. package/dist/Domain/exception/domain/DomainExecption.d.ts.map +0 -1
  331. package/dist/Domain/repository/IDialogsRepository.d.ts.map +0 -1
  332. package/dist/Domain/repository/IFileRepository.d.ts.map +0 -1
  333. package/dist/Domain/repository/IMessagesRepository.d.ts.map +0 -1
  334. package/dist/Domain/repository/IUsersRepository.d.ts.map +0 -1
  335. package/dist/Domain/repository/Pagination.d.ts.map +0 -1
  336. package/dist/Domain/use_cases/CreateDialogUseCase.d.ts.map +0 -1
  337. package/dist/Domain/use_cases/ForwardMessagesUseCase.d.ts.map +0 -1
  338. package/dist/Domain/use_cases/GetAllDialogsUseCase.d.ts.map +0 -1
  339. package/dist/Domain/use_cases/GetAllDialogsUseCaseWithMock.d.ts.map +0 -1
  340. package/dist/Domain/use_cases/GetAllMessagesForDialog.d.ts.map +0 -1
  341. package/dist/Domain/use_cases/GetAllUsersUseCase.d.ts.map +0 -1
  342. package/dist/Domain/use_cases/GetDialogByIdUseCase.d.ts.map +0 -1
  343. package/dist/Domain/use_cases/GetUsersByIdsUseCase.d.ts.map +0 -1
  344. package/dist/Domain/use_cases/LeaveDialogUseCase.d.ts.map +0 -1
  345. package/dist/Domain/use_cases/RemoveUsersFromTheDialogUseCase.d.ts.map +0 -1
  346. package/dist/Domain/use_cases/ReplyMessagesUseCase.d.ts.map +0 -1
  347. package/dist/Domain/use_cases/SendTextMessageUseCase.d.ts.map +0 -1
  348. package/dist/Domain/use_cases/SubscribeToDialogEventsUseCase.d.ts.map +0 -1
  349. package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCase.d.ts.map +0 -1
  350. package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCaseWithMock.d.ts.map +0 -1
  351. package/dist/Domain/use_cases/SyncDialogsUseCase.d.ts.map +0 -1
  352. package/dist/Domain/use_cases/UpdateCurrentDialogInDataSourceUseCase.d.ts.map +0 -1
  353. package/dist/Domain/use_cases/UpdateDialogUseCase.d.ts.map +0 -1
  354. package/dist/Domain/use_cases/UploadFileUseCase.d.ts.map +0 -1
  355. package/dist/Domain/use_cases/UserTypingMessageUseCase.d.ts.map +0 -1
  356. package/dist/Domain/use_cases/ai/AIAnswerAssistUseCase.d.ts.map +0 -1
  357. package/dist/Domain/use_cases/ai/AIAnswerAssistWithProxyUseCase.d.ts.map +0 -1
  358. package/dist/Domain/use_cases/ai/AIAnswerAssistWithSDKUseCase.d.ts.map +0 -1
  359. package/dist/Domain/use_cases/ai/AIRephraseUseCase.d.ts.map +0 -1
  360. package/dist/Domain/use_cases/ai/AIRephraseWithProxyUseCase.d.ts.map +0 -1
  361. package/dist/Domain/use_cases/ai/AITranslateUseCase.d.ts.map +0 -1
  362. package/dist/Domain/use_cases/ai/AITranslateWithProxyUseCase.d.ts.map +0 -1
  363. package/dist/Domain/use_cases/ai/AITranslateWithSDKUseCase.d.ts.map +0 -1
  364. package/dist/Domain/use_cases/base/BaseUseCase.d.ts.map +0 -1
  365. package/dist/Domain/use_cases/base/IUseCase.d.ts.map +0 -1
  366. package/dist/Domain/use_cases/base/Subscribable/ISubscribable.d.ts.map +0 -1
  367. package/dist/Domain/use_cases/base/Subscribable/SubscriptionPerformer.d.ts.map +0 -1
  368. package/dist/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.d.ts.map +0 -1
  369. package/dist/Presentation/Views/Dialog/AIComponents/AIAssistComponent/AIAssistComponent.d.ts.map +0 -1
  370. package/dist/Presentation/Views/Dialog/AIComponents/AITranslate/AITranslate.d.ts.map +0 -1
  371. package/dist/Presentation/Views/Dialog/AIComponents/AITranslateComponent/AITranslateComponent.d.ts.map +0 -1
  372. package/dist/Presentation/Views/Dialog/AIWidgets/AIMessageWidget.d.ts.map +0 -1
  373. package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts.map +0 -1
  374. package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts.map +0 -1
  375. package/dist/Presentation/Views/Dialog/AIWidgets/ErrorMessageIcon.d.ts.map +0 -1
  376. package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts.map +0 -1
  377. package/dist/Presentation/Views/Dialog/AIWidgets/Tone.d.ts.map +0 -1
  378. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidget.d.ts.map +0 -1
  379. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithProxy.d.ts.map +0 -1
  380. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithSDK.d.ts.map +0 -1
  381. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidget.d.ts.map +0 -1
  382. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidgetWithProxy.d.ts.map +0 -1
  383. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidget.d.ts.map +0 -1
  384. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithProxy.d.ts.map +0 -1
  385. package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithSDK.d.ts.map +0 -1
  386. package/dist/Presentation/Views/Dialog/AIWidgets/useDefaultVoiceInputWidget.d.ts.map +0 -1
  387. package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts.map +0 -1
  388. package/dist/Presentation/Views/Dialog/Dialog.d.ts.map +0 -1
  389. package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts.map +0 -1
  390. package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts.map +0 -1
  391. package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts.map +0 -1
  392. package/dist/Presentation/Views/Dialog/DialogViewModel.d.ts.map +0 -1
  393. package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts.map +0 -1
  394. package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts.map +0 -1
  395. package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts.map +0 -1
  396. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts.map +0 -1
  397. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts.map +0 -1
  398. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts.map +0 -1
  399. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts.map +0 -1
  400. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts.map +0 -1
  401. package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts.map +0 -1
  402. package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts.map +0 -1
  403. package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts.map +0 -1
  404. package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts.map +0 -1
  405. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/AvatarContentIncomingUser/AvatarContentIncomingUser.d.ts.map +0 -1
  406. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts.map +0 -1
  407. package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts.map +0 -1
  408. package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts.map +0 -1
  409. package/dist/Presentation/Views/Dialog/Message/Message.d.ts.map +0 -1
  410. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts.map +0 -1
  411. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts.map +0 -1
  412. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts.map +0 -1
  413. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts.map +0 -1
  414. package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts.map +0 -1
  415. package/dist/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.d.ts.map +0 -1
  416. package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts.map +0 -1
  417. package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts.map +0 -1
  418. package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts.map +0 -1
  419. package/dist/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.d.ts.map +0 -1
  420. package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts.map +0 -1
  421. package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts.map +0 -1
  422. package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts.map +0 -1
  423. package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts.map +0 -1
  424. package/dist/Presentation/Views/Dialog/useDialogViewModel.d.ts.map +0 -1
  425. package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts.map +0 -1
  426. package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts.map +0 -1
  427. package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts.map +0 -1
  428. package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts.map +0 -1
  429. package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts.map +0 -1
  430. package/dist/Presentation/Views/DialogInfo/UsersList/UsersListViewModel.d.ts.map +0 -1
  431. package/dist/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.d.ts.map +0 -1
  432. package/dist/Presentation/Views/DialogList/DialogList.d.ts.map +0 -1
  433. package/dist/Presentation/Views/DialogList/DialogListViewModel.d.ts.map +0 -1
  434. package/dist/Presentation/Views/DialogList/useDialogListViewModel.d.ts.map +0 -1
  435. package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts.map +0 -1
  436. package/dist/Presentation/Views/EditDialog/EditDialog.d.ts.map +0 -1
  437. package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts.map +0 -1
  438. package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts.map +0 -1
  439. package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts.map +0 -1
  440. package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts.map +0 -1
  441. package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts.map +0 -1
  442. package/dist/Presentation/Views/InviteMembers/InviteMembersViewModel.d.ts.map +0 -1
  443. package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts.map +0 -1
  444. package/dist/Presentation/Views/InviteMembers/InviteUsersResultViewModel.d.ts.map +0 -1
  445. package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts.map +0 -1
  446. package/dist/Presentation/Views/InviteMembers/useInviteMembersViewModel.d.ts.map +0 -1
  447. package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts.map +0 -1
  448. package/dist/Presentation/Views/PreviewDialog/PreviewDialogContextMenu/PreviewDialogContextMenu.d.ts.map +0 -1
  449. package/dist/Presentation/Views/PreviewDialog/PreviewDialogViewModel.d.ts.map +0 -1
  450. package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts.map +0 -1
  451. package/dist/Presentation/components/Navbar.d.ts.map +0 -1
  452. package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts.map +0 -1
  453. package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts.map +0 -1
  454. package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts.map +0 -1
  455. package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts.map +0 -1
  456. package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts.map +0 -1
  457. package/dist/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.d.ts.map +0 -1
  458. package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts.map +0 -1
  459. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/AIWidget/index.d.ts.map +0 -1
  460. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BookIcon/BookIcon.d.ts.map +0 -1
  461. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BotIcon/BotIcon.d.ts.map +0 -1
  462. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HammerIcon/index.d.ts.map +0 -1
  463. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HandshakeIcon/index.d.ts.map +0 -1
  464. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/MuscleIcon/index.d.ts.map +0 -1
  465. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NecktieIcon/index.d.ts.map +0 -1
  466. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NeutralFaceIcon/index.d.ts.map +0 -1
  467. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PalmsUpTogetherIcon/index.d.ts.map +0 -1
  468. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PerformingArtsIcon/index.d.ts.map +0 -1
  469. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PointUpIcon/index.d.ts.map +0 -1
  470. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmileyIcon/index.d.ts.map +0 -1
  471. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmirkIcon/index.d.ts.map +0 -1
  472. package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/WhiteCheckMarkIcon/index.d.ts.map +0 -1
  473. package/dist/Presentation/components/UI/svgs/Icons/Actions/Add/index.d.ts.map +0 -1
  474. package/dist/Presentation/components/UI/svgs/Icons/Actions/AddContact/index.d.ts.map +0 -1
  475. package/dist/Presentation/components/UI/svgs/Icons/Actions/Archive/index.d.ts.map +0 -1
  476. package/dist/Presentation/components/UI/svgs/Icons/Actions/AssistAnswer/index.d.ts.map +0 -1
  477. package/dist/Presentation/components/UI/svgs/Icons/Actions/Copy/index.d.ts.map +0 -1
  478. package/dist/Presentation/components/UI/svgs/Icons/Actions/Delete/index.d.ts.map +0 -1
  479. package/dist/Presentation/components/UI/svgs/Icons/Actions/Download/index.d.ts.map +0 -1
  480. package/dist/Presentation/components/UI/svgs/Icons/Actions/Edit/index.d.ts.map +0 -1
  481. package/dist/Presentation/components/UI/svgs/Icons/Actions/EditDots/index.d.ts.map +0 -1
  482. package/dist/Presentation/components/UI/svgs/Icons/Actions/Emoji/index.d.ts.map +0 -1
  483. package/dist/Presentation/components/UI/svgs/Icons/Actions/ForwardFilled/index.d.ts.map +0 -1
  484. package/dist/Presentation/components/UI/svgs/Icons/Actions/Hungup/index.d.ts.map +0 -1
  485. package/dist/Presentation/components/UI/svgs/Icons/Actions/IncomeCall/index.d.ts.map +0 -1
  486. package/dist/Presentation/components/UI/svgs/Icons/Actions/Like/index.d.ts.map +0 -1
  487. package/dist/Presentation/components/UI/svgs/Icons/Actions/NewChat/index.d.ts.map +0 -1
  488. package/dist/Presentation/components/UI/svgs/Icons/Actions/OutcomeCall/index.d.ts.map +0 -1
  489. package/dist/Presentation/components/UI/svgs/Icons/Actions/Phone/index.d.ts.map +0 -1
  490. package/dist/Presentation/components/UI/svgs/Icons/Actions/PhoneFilled/index.d.ts.map +0 -1
  491. package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove/index.d.ts.map +0 -1
  492. package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove2/index.d.ts.map +0 -1
  493. package/dist/Presentation/components/UI/svgs/Icons/Actions/ReplyFilled/index.d.ts.map +0 -1
  494. package/dist/Presentation/components/UI/svgs/Icons/Actions/Send/index.d.ts.map +0 -1
  495. package/dist/Presentation/components/UI/svgs/Icons/Actions/Share/index.d.ts.map +0 -1
  496. package/dist/Presentation/components/UI/svgs/Icons/Actions/Summarize/index.d.ts.map +0 -1
  497. package/dist/Presentation/components/UI/svgs/Icons/Actions/SwapCamera/index.d.ts.map +0 -1
  498. package/dist/Presentation/components/UI/svgs/Icons/Actions/Tone/index.d.ts.map +0 -1
  499. package/dist/Presentation/components/UI/svgs/Icons/Actions/Unarchive/index.d.ts.map +0 -1
  500. package/dist/Presentation/components/UI/svgs/Icons/Actions/VideoIcon/index.d.ts.map +0 -1
  501. package/dist/Presentation/components/UI/svgs/Icons/Actions/Voice/index.d.ts.map +0 -1
  502. package/dist/Presentation/components/UI/svgs/Icons/Contents/Brodcast/index.d.ts.map +0 -1
  503. package/dist/Presentation/components/UI/svgs/Icons/Contents/Chat/index.d.ts.map +0 -1
  504. package/dist/Presentation/components/UI/svgs/Icons/Contents/ChatFilled/index.d.ts.map +0 -1
  505. package/dist/Presentation/components/UI/svgs/Icons/Contents/Conference/index.d.ts.map +0 -1
  506. package/dist/Presentation/components/UI/svgs/Icons/Contents/Contact/index.d.ts.map +0 -1
  507. package/dist/Presentation/components/UI/svgs/Icons/Contents/ContactFilled/index.d.ts.map +0 -1
  508. package/dist/Presentation/components/UI/svgs/Icons/Contents/GroupChat/index.d.ts.map +0 -1
  509. package/dist/Presentation/components/UI/svgs/Icons/Contents/Notifications/index.d.ts.map +0 -1
  510. package/dist/Presentation/components/UI/svgs/Icons/Contents/PrivateChat/index.d.ts.map +0 -1
  511. package/dist/Presentation/components/UI/svgs/Icons/Contents/PublicChannel/index.d.ts.map +0 -1
  512. package/dist/Presentation/components/UI/svgs/Icons/Contents/Stream/index.d.ts.map +0 -1
  513. package/dist/Presentation/components/UI/svgs/Icons/Contents/StreamFilled/index.d.ts.map +0 -1
  514. package/dist/Presentation/components/UI/svgs/Icons/Contents/User/index.d.ts.map +0 -1
  515. package/dist/Presentation/components/UI/svgs/Icons/IconsCommonTypes.d.ts.map +0 -1
  516. package/dist/Presentation/components/UI/svgs/Icons/Media/Attachment/index.d.ts.map +0 -1
  517. package/dist/Presentation/components/UI/svgs/Icons/Media/AudioFile/index.d.ts.map +0 -1
  518. package/dist/Presentation/components/UI/svgs/Icons/Media/BrokenFile/index.d.ts.map +0 -1
  519. package/dist/Presentation/components/UI/svgs/Icons/Media/Camera/index.d.ts.map +0 -1
  520. package/dist/Presentation/components/UI/svgs/Icons/Media/GifFile/index.d.ts.map +0 -1
  521. package/dist/Presentation/components/UI/svgs/Icons/Media/ImageEmpty/index.d.ts.map +0 -1
  522. package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFile/index.d.ts.map +0 -1
  523. package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFilled/index.d.ts.map +0 -1
  524. package/dist/Presentation/components/UI/svgs/Icons/Media/LinkWeb/index.d.ts.map +0 -1
  525. package/dist/Presentation/components/UI/svgs/Icons/Media/Location/index.d.ts.map +0 -1
  526. package/dist/Presentation/components/UI/svgs/Icons/Media/TextDocument/index.d.ts.map +0 -1
  527. package/dist/Presentation/components/UI/svgs/Icons/Media/Translate/index.d.ts.map +0 -1
  528. package/dist/Presentation/components/UI/svgs/Icons/Media/VideoFile/index.d.ts.map +0 -1
  529. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Admin/index.d.ts.map +0 -1
  530. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Banned/index.d.ts.map +0 -1
  531. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Freeze/index.d.ts.map +0 -1
  532. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Moderations/index.d.ts.map +0 -1
  533. package/dist/Presentation/components/UI/svgs/Icons/Moderation/Muted/index.d.ts.map +0 -1
  534. package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowLeft/index.d.ts.map +0 -1
  535. package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowRight/index.d.ts.map +0 -1
  536. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Back/index.d.ts.map +0 -1
  537. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Close/index.d.ts.map +0 -1
  538. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Down/index.d.ts.map +0 -1
  539. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Leave/index.d.ts.map +0 -1
  540. package/dist/Presentation/components/UI/svgs/Icons/Navigation/More/index.d.ts.map +0 -1
  541. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Next/index.d.ts.map +0 -1
  542. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Plus/index.d.ts.map +0 -1
  543. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Refresh/index.d.ts.map +0 -1
  544. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Search/index.d.ts.map +0 -1
  545. package/dist/Presentation/components/UI/svgs/Icons/Navigation/Settings/index.d.ts.map +0 -1
  546. package/dist/Presentation/components/UI/svgs/Icons/Navigation/SettingsField/index.d.ts.map +0 -1
  547. package/dist/Presentation/components/UI/svgs/Icons/Status/Error/index.d.ts.map +0 -1
  548. package/dist/Presentation/components/UI/svgs/Icons/Status/Help/index.d.ts.map +0 -1
  549. package/dist/Presentation/components/UI/svgs/Icons/Status/Information/index.d.ts.map +0 -1
  550. package/dist/Presentation/components/UI/svgs/Icons/Status/InformationFill/index.d.ts.map +0 -1
  551. package/dist/Presentation/components/UI/svgs/Icons/Status/Loader/index.d.ts.map +0 -1
  552. package/dist/Presentation/components/UI/svgs/Icons/Status/Mention/index.d.ts.map +0 -1
  553. package/dist/Presentation/components/UI/svgs/Icons/Status/Sent/index.d.ts.map +0 -1
  554. package/dist/Presentation/components/UI/svgs/Icons/Status/ViewedDelivered/index.d.ts.map +0 -1
  555. package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOff/index.d.ts.map +0 -1
  556. package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOn/index.d.ts.map +0 -1
  557. package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOff/index.d.ts.map +0 -1
  558. package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOn/index.d.ts.map +0 -1
  559. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Favourite/index.d.ts.map +0 -1
  560. package/dist/Presentation/components/UI/svgs/Icons/Toggle/FavouriteFilled/index.d.ts.map +0 -1
  561. package/dist/Presentation/components/UI/svgs/Icons/Toggle/FullScreen/inex.d.ts.map +0 -1
  562. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Hide/index.d.ts.map +0 -1
  563. package/dist/Presentation/components/UI/svgs/Icons/Toggle/ImagePlay/index.d.ts.map +0 -1
  564. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Louder/index.d.ts.map +0 -1
  565. package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOff/index.d.ts.map +0 -1
  566. package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOn/index.d.ts.map +0 -1
  567. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Minimize/index.d.ts.map +0 -1
  568. package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOff/index.d.ts.map +0 -1
  569. package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOn/index.d.ts.map +0 -1
  570. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Pause/index.d.ts.map +0 -1
  571. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Quite/index.d.ts.map +0 -1
  572. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Record/index.d.ts.map +0 -1
  573. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Screenshare/index.d.ts.map +0 -1
  574. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Show/index.d.ts.map +0 -1
  575. package/dist/Presentation/components/UI/svgs/Icons/Toggle/Speaker/index.d.ts.map +0 -1
  576. package/dist/Presentation/components/UI/svgs/Icons/Toggle/SpeakerOff/index.d.ts.map +0 -1
  577. package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopRecord/index.d.ts.map +0 -1
  578. package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopShare/index.d.ts.map +0 -1
  579. package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts.map +0 -1
  580. package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts.map +0 -1
  581. package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts.map +0 -1
  582. package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts.map +0 -1
  583. package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts.map +0 -1
  584. package/dist/Presentation/components/containers/SectionList/hooks/createUseComponent.d.ts.map +0 -1
  585. package/dist/Presentation/components/containers/SectionList/hooks/index.d.ts.map +0 -1
  586. package/dist/Presentation/components/containers/SectionList/hooks/useMobileLayout.d.ts.map +0 -1
  587. package/dist/Presentation/components/containers/SectionList/hooks/usePrevious.d.ts.map +0 -1
  588. package/dist/Presentation/components/containers/SectionList/hooks/useVisibility.d.ts.map +0 -1
  589. package/dist/Presentation/components/containers/SectionList/index.d.ts.map +0 -1
  590. package/dist/Presentation/components/containers/SectionList/useComponent.d.ts.map +0 -1
  591. package/dist/Presentation/icons/actions/index.d.ts.map +0 -1
  592. package/dist/Presentation/icons/contents/index.d.ts.map +0 -1
  593. package/dist/Presentation/icons/index.d.ts.map +0 -1
  594. package/dist/Presentation/icons/media/index.d.ts.map +0 -1
  595. package/dist/Presentation/icons/moderation/index.d.ts.map +0 -1
  596. package/dist/Presentation/icons/navigation/index.d.ts.map +0 -1
  597. package/dist/Presentation/icons/status/index.d.ts.map +0 -1
  598. package/dist/Presentation/icons/toggle/index.d.ts.map +0 -1
  599. package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts.map +0 -1
  600. package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts.map +0 -1
  601. package/dist/Presentation/layouts/LayoutCommonTypes.d.ts.map +0 -1
  602. package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts.map +0 -1
  603. package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts.map +0 -1
  604. package/dist/Presentation/providers/ProviderProps.d.ts.map +0 -1
  605. package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts.map +0 -1
  606. package/dist/Presentation/providers/QuickBloxUIKitProvider/useEventMessagesRepository.d.ts.map +0 -1
  607. package/dist/Presentation/providers/QuickBloxUIKitProvider/useQBConnection.d.ts.map +0 -1
  608. package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbInitializedDataContext.d.ts.map +0 -1
  609. package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbUIKitDataContext.d.ts.map +0 -1
  610. package/dist/Presentation/themes/DarkTheme.d.ts.map +0 -1
  611. package/dist/Presentation/themes/DefaultThemes/CustomTheme.d.ts.map +0 -1
  612. package/dist/Presentation/themes/DefaultThemes/DefaultTheme.d.ts.map +0 -1
  613. package/dist/Presentation/themes/LightTheme.d.ts.map +0 -1
  614. package/dist/Presentation/themes/ThemeScheme.d.ts.map +0 -1
  615. package/dist/Presentation/themes/UiKitTheme.d.ts.map +0 -1
  616. package/dist/Presentation/ui-components/Avatar/Avatar.d.ts.map +0 -1
  617. package/dist/Presentation/ui-components/Badge/Badge.d.ts.map +0 -1
  618. package/dist/Presentation/ui-components/Badge/Badge.stories.d.ts.map +0 -1
  619. package/dist/Presentation/ui-components/Button/Button.d.ts.map +0 -1
  620. package/dist/Presentation/ui-components/Button/Button.stories.d.ts.map +0 -1
  621. package/dist/Presentation/ui-components/CheckBox/CheckBox.d.ts.map +0 -1
  622. package/dist/Presentation/ui-components/DialogBanner/DialogBanner.d.ts.map +0 -1
  623. package/dist/Presentation/ui-components/DialogBanner/DialogBanner.stories.d.ts.map +0 -1
  624. package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts.map +0 -1
  625. package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts.map +0 -1
  626. package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts.map +0 -1
  627. package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts.map +0 -1
  628. package/dist/Presentation/ui-components/Header/Header.d.ts.map +0 -1
  629. package/dist/Presentation/ui-components/Loader/Loader.d.ts.map +0 -1
  630. package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts.map +0 -1
  631. package/dist/Presentation/ui-components/Message/Bubble/AttachmentBubble/AttachmentBubble.d.ts.map +0 -1
  632. package/dist/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.d.ts.map +0 -1
  633. package/dist/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.d.ts.map +0 -1
  634. package/dist/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.d.ts.map +0 -1
  635. package/dist/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.d.ts.map +0 -1
  636. package/dist/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.d.ts.map +0 -1
  637. package/dist/Presentation/ui-components/Message/FileUrl/FileUrl.d.ts.map +0 -1
  638. package/dist/Presentation/ui-components/Message/Message.d.ts.map +0 -1
  639. package/dist/Presentation/ui-components/Message/MessageCaption/MessageCaption.d.ts.map +0 -1
  640. package/dist/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.d.ts.map +0 -1
  641. package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts.map +0 -1
  642. package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts.map +0 -1
  643. package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts.map +0 -1
  644. package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts.map +0 -1
  645. package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts.map +0 -1
  646. package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.d.ts.map +0 -1
  647. package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts.map +0 -1
  648. package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts.map +0 -1
  649. package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.d.ts.map +0 -1
  650. package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.d.ts.map +0 -1
  651. package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts.map +0 -1
  652. package/dist/Presentation/ui-components/TextField/TextField.d.ts.map +0 -1
  653. package/dist/Presentation/ui-components/TextField/TextField.stories.d.ts.map +0 -1
  654. package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts.map +0 -1
  655. package/dist/Presentation/ui-components/UserListItem/UserListItem.d.ts.map +0 -1
  656. package/dist/Presentation/ui-components/index.d.ts.map +0 -1
  657. package/dist/QBconfig.d.ts.map +0 -1
  658. package/dist/hooks/useModal.d.ts.map +0 -1
  659. package/dist/hooks/useQuickBloxUIKit.d.ts.map +0 -1
  660. package/dist/index-ui.d.ts.map +0 -1
  661. package/dist/index.d.ts.map +0 -1
  662. package/dist/qb-api-calls/index.d.ts.map +0 -1
  663. package/dist/setupTests.d.ts.map +0 -1
  664. package/dist/stories/Button.d.ts +0 -15
  665. package/dist/stories/Button.d.ts.map +0 -1
  666. package/dist/stories/Button.stories.d.ts +0 -23
  667. package/dist/stories/Button.stories.d.ts.map +0 -1
  668. package/dist/stories/Header.d.ts +0 -12
  669. package/dist/stories/Header.d.ts.map +0 -1
  670. package/dist/stories/Header.stories.d.ts +0 -18
  671. package/dist/stories/Header.stories.d.ts.map +0 -1
  672. package/dist/stories/Page.d.ts +0 -4
  673. package/dist/stories/Page.d.ts.map +0 -1
  674. package/dist/stories/Page.stories.d.ts +0 -13
  675. package/dist/stories/Page.stories.d.ts.map +0 -1
  676. package/dist/utils/DateTimeFormatter.d.ts.map +0 -1
  677. package/dist/utils/formatFileSize.d.ts.map +0 -1
  678. package/dist/utils/parse.d.ts.map +0 -1
  679. package/dist/utils/utils.d.ts.map +0 -1
  680. package/src/stories/Button.stories.ts +0 -53
  681. package/src/stories/Button.tsx +0 -37
  682. package/src/stories/Configure.mdx +0 -364
  683. package/src/stories/Header.stories.ts +0 -33
  684. package/src/stories/Header.tsx +0 -56
  685. package/src/stories/Page.stories.ts +0 -32
  686. package/src/stories/Page.tsx +0 -73
  687. package/src/stories/assets/accessibility.png +0 -0
  688. package/src/stories/assets/accessibility.svg +0 -1
  689. package/src/stories/assets/addon-library.png +0 -0
  690. package/src/stories/assets/assets.png +0 -0
  691. package/src/stories/assets/avif-test-image.avif +0 -0
  692. package/src/stories/assets/context.png +0 -0
  693. package/src/stories/assets/discord.svg +0 -1
  694. package/src/stories/assets/docs.png +0 -0
  695. package/src/stories/assets/figma-plugin.png +0 -0
  696. package/src/stories/assets/github.svg +0 -1
  697. package/src/stories/assets/share.png +0 -0
  698. package/src/stories/assets/styling.png +0 -0
  699. package/src/stories/assets/testing.png +0 -0
  700. package/src/stories/assets/theming.png +0 -0
  701. package/src/stories/assets/tutorials.svg +0 -1
  702. package/src/stories/assets/youtube.svg +0 -1
  703. package/src/stories/button.css +0 -30
  704. package/src/stories/header.css +0 -32
  705. package/src/stories/page.css +0 -68
  706. package/webpack.app.config.js +0 -67
  707. package/webpack.lib.config-old.js +0 -64
  708. package/webpack.lib.config.js +0 -87
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
1
- {"version":3,"file":"useQuickBloxUIKit.d.ts","sourceRoot":"","sources":["../../src/hooks/useQuickBloxUIKit.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-ui.d.ts","sourceRoot":"","sources":["../src/index-ui.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAKA,OAAO,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/qb-api-calls/index.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"setupTests.d.ts","sourceRoot":"","sources":["../src/setupTests.ts"],"names":[],"mappings":"AAIA,OAAO,2BAA2B,CAAC"}
@@ -1,15 +0,0 @@
1
- import './button.css';
2
- export interface ButtonProps {
3
- /** Is this the principal call to action on the page? */
4
- primary?: boolean;
5
- /** What background color to use */
6
- backgroundColor?: string;
7
- /** How large should the button be? */
8
- size?: 'small' | 'medium' | 'large';
9
- /** Button contents */
10
- label: string;
11
- /** Optional click handler */
12
- onClick?: () => void;
13
- }
14
- /** Primary UI component for user interaction */
15
- export declare const Button: ({ primary, size, backgroundColor, label, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../src/stories/Button.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAC;AAEtB,MAAM,WAAW,WAAW;IAC1B,wDAAwD;IACxD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,sCAAsC;IACtC,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,sBAAsB;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,gDAAgD;AAChD,eAAO,MAAM,MAAM,wDAMhB,WAAW,4CAYb,CAAC"}
@@ -1,23 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- declare const meta: {
3
- title: string;
4
- component: ({ primary, size, backgroundColor, label, ...props }: import("./Button").ButtonProps) => import("react/jsx-runtime").JSX.Element;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- argTypes: {
10
- backgroundColor: {
11
- control: "color";
12
- };
13
- };
14
- args: {
15
- onClick: import("@vitest/spy").Mock<(...args: any[]) => any>;
16
- };
17
- };
18
- export default meta;
19
- type Story = StoryObj<typeof meta>;
20
- export declare const Primary: Story;
21
- export declare const Secondary: Story;
22
- export declare const Large: Story;
23
- export declare const Small: Story;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../src/stories/Button.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAeqB,CAAC;AAEhC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC"}
@@ -1,12 +0,0 @@
1
- import './header.css';
2
- type User = {
3
- name: string;
4
- };
5
- export interface HeaderProps {
6
- user?: User;
7
- onLogin?: () => void;
8
- onLogout?: () => void;
9
- onCreateAccount?: () => void;
10
- }
11
- export declare const Header: ({ user, onLogin, onLogout, onCreateAccount }: HeaderProps) => import("react/jsx-runtime").JSX.Element;
12
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../src/stories/Header.tsx"],"names":[],"mappings":"AAGA,OAAO,cAAc,CAAC;AAEtB,KAAK,IAAI,GAAG;IACV,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;CAC9B;AAED,eAAO,MAAM,MAAM,iDAAkD,WAAW,4CAuC/E,CAAC"}
@@ -1,18 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- declare const meta: {
3
- title: string;
4
- component: ({ user, onLogin, onLogout, onCreateAccount }: import("./Header").HeaderProps) => import("react/jsx-runtime").JSX.Element;
5
- tags: string[];
6
- parameters: {
7
- layout: string;
8
- };
9
- args: {
10
- onLogin: import("@vitest/spy").Mock<(...args: any[]) => any>;
11
- onLogout: import("@vitest/spy").Mock<(...args: any[]) => any>;
12
- onCreateAccount: import("@vitest/spy").Mock<(...args: any[]) => any>;
13
- };
14
- };
15
- export default meta;
16
- type Story = StoryObj<typeof meta>;
17
- export declare const LoggedIn: Story;
18
- export declare const LoggedOut: Story;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Header.stories.d.ts","sourceRoot":"","sources":["../../src/stories/Header.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKvD,QAAA,MAAM,IAAI;;;;;;;;;;;;CAcqB,CAAC;AAEhC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAU,CAAC"}
@@ -1,4 +0,0 @@
1
- /// <reference types="@types/react" />
2
- import React from 'react';
3
- import './page.css';
4
- export declare const Page: React.FC;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../src/stories/Page.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,YAAY,CAAC;AAMpB,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EA+DxB,CAAC"}
@@ -1,13 +0,0 @@
1
- /// <reference types="@types/react" />
2
- import type { StoryObj } from '@storybook/react';
3
- declare const meta: {
4
- title: string;
5
- component: import("react").FC<{}>;
6
- parameters: {
7
- layout: string;
8
- };
9
- };
10
- export default meta;
11
- type Story = StoryObj<typeof meta>;
12
- export declare const LoggedOut: Story;
13
- export declare const LoggedIn: Story;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Page.stories.d.ts","sourceRoot":"","sources":["../../src/stories/Page.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKvD,QAAA,MAAM,IAAI;;;;;;CAOmB,CAAC;AAE9B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,SAAS,EAAE,KAAU,CAAC;AAGnC,eAAO,MAAM,QAAQ,EAAE,KAWtB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DateTimeFormatter.d.ts","sourceRoot":"","sources":["../../src/utils/DateTimeFormatter.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,cAAe,MAAM,KAAG,MAkC9C,CAAC;AACF,eAAO,MAAM,oBAAoB,qBAAsB,MAAM,WAW5D,CAAC;AACF,eAAO,MAAM,qBAAqB,qBAAsB,MAAM,WAM7D,CAAC;AAEF,eAAO,MAAM,gBAAgB,qBAAsB,MAAM,WAkBxD,CAAC;AAEF,eAAO,MAAM,gBAAgB,qBAAsB,MAAM,WAQxD,CAAC;AACF,eAAO,MAAM,gBAAgB,qBAAsB,MAAM,WAExD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatFileSize.d.ts","sourceRoot":"","sources":["../../src/utils/formatFileSize.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,SAAU,MAAM,WAO1C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../src/utils/parse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,eAAO,MAAM,SAAS,YAAa,MAAM,KAAG,CAAC,GAAG,MAQ/C,CAAC;AAEF,eAAO,MAAM,gBAAgB,SAAU,WAAW,MAAM,GAAG,MAAM,EAAE,CAAC,WAUvC,CAAC;AAE9B,eAAO,MAAM,iBAAiB,YAAa,MAAM,WAkBhD,CAAC;AAEF,wBAAgB,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,OAAO,CAE1D;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAoBrD;AAED,eAAO,MAAM,0BAA0B,UAAW,MAAM,YAKvD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils/utils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EACL,IAAI,EAEL,MAAM,6CAA6C,CAAC;AAErD,eAAO,MAAM,gBAAgB,UAAW,MAAM,WACM,CAAC;AAIrD,eAAO,MAAM,YAAY,UAAW,MAAM,WAAiC,CAAC;AAE5E,eAAO,MAAM,iBAAiB,aACrB,MAAM,QACP,CAAC,EAAE,aACC,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,sBAG5B,CAAC,EAuBH,CAAC;AAEF,qBAAa,OAAO;WACJ,qBAAqB,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM;WAU3D,wBAAwB,CAAC,UAAU,EAAE,MAAM;WAM3C,oBAAoB,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,IAAI;WAYpD,uCAAuC,CACnD,eAAe,EAAE,aAAa,EAAE,EAChC,aAAa,EAAE,MAAM,GAAG,SAAS,EACjC,UAAU,SAAO,GAChB,YAAY,EAAE;CAqBlB"}
@@ -1,53 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { fn } from '@storybook/test';
3
-
4
- import { Button } from './Button';
5
-
6
- // More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export
7
- const meta = {
8
- title: 'Example/Button',
9
- component: Button,
10
- parameters: {
11
- // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/configure/story-layout
12
- layout: 'centered',
13
- },
14
- // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
15
- tags: ['autodocs'],
16
- // More on argTypes: https://storybook.js.org/docs/api/argtypes
17
- argTypes: {
18
- backgroundColor: { control: 'color' },
19
- },
20
- // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args
21
- args: { onClick: fn() },
22
- } satisfies Meta<typeof Button>;
23
-
24
- export default meta;
25
- type Story = StoryObj<typeof meta>;
26
-
27
- // More on writing stories with args: https://storybook.js.org/docs/writing-stories/args
28
- export const Primary: Story = {
29
- args: {
30
- primary: true,
31
- label: 'Button',
32
- },
33
- };
34
-
35
- export const Secondary: Story = {
36
- args: {
37
- label: 'Button',
38
- },
39
- };
40
-
41
- export const Large: Story = {
42
- args: {
43
- size: 'large',
44
- label: 'Button',
45
- },
46
- };
47
-
48
- export const Small: Story = {
49
- args: {
50
- size: 'small',
51
- label: 'Button',
52
- },
53
- };
@@ -1,37 +0,0 @@
1
- import React from 'react';
2
-
3
- import './button.css';
4
-
5
- export interface ButtonProps {
6
- /** Is this the principal call to action on the page? */
7
- primary?: boolean;
8
- /** What background color to use */
9
- backgroundColor?: string;
10
- /** How large should the button be? */
11
- size?: 'small' | 'medium' | 'large';
12
- /** Button contents */
13
- label: string;
14
- /** Optional click handler */
15
- onClick?: () => void;
16
- }
17
-
18
- /** Primary UI component for user interaction */
19
- export const Button = ({
20
- primary = false,
21
- size = 'medium',
22
- backgroundColor,
23
- label,
24
- ...props
25
- }: ButtonProps) => {
26
- const mode = primary ? 'storybook-button--primary' : 'storybook-button--secondary';
27
- return (
28
- <button
29
- type="button"
30
- className={['storybook-button', `storybook-button--${size}`, mode].join(' ')}
31
- style={{ backgroundColor }}
32
- {...props}
33
- >
34
- {label}
35
- </button>
36
- );
37
- };