quickblox-react-ui-kit 0.4.5-beta.2 → 0.4.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.
- package/.env +1 -0
- package/.storybook/main.ts +12 -84
- package/.storybook/preview.ts +1 -6
- package/dist/CommonTypes/BaseViewModel.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts +2 -2
- package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/Dialog.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/Message.d.ts +2 -2
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts +1 -2
- package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts +1 -2
- package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts +2 -1
- package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts +2 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts +2 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts +2 -1
- package/dist/Presentation/Views/DialogList/DialogList.d.ts +5 -6
- package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts +2 -1
- package/dist/Presentation/Views/EditDialog/EditDialog.d.ts +2 -1
- package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts +2 -1
- package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts +2 -1
- package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts +2 -1
- package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts +2 -1
- package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts +2 -1
- package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts +2 -1
- package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts +2 -1
- package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts +2 -2
- package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts +2 -1
- package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts +1 -2
- package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts +1 -2
- package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts +1 -2
- package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts +1 -2
- package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts +2 -1
- package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts +1 -2
- package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts +2 -1
- package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts +1 -2
- package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts +1 -2
- package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts +1 -2
- package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts +0 -1
- package/dist/Presentation/components/containers/SectionList/useComponent.d.ts +0 -1
- package/dist/Presentation/icons/actions/index.d.ts +26 -27
- package/dist/Presentation/icons/contents/index.d.ts +13 -14
- package/dist/Presentation/icons/index.d.ts +1 -1
- package/dist/Presentation/icons/media/index.d.ts +12 -13
- package/dist/Presentation/icons/moderation/index.d.ts +5 -6
- package/dist/Presentation/icons/navigation/index.d.ts +12 -13
- package/dist/Presentation/icons/status/index.d.ts +7 -8
- package/dist/Presentation/icons/toggle/index.d.ts +23 -24
- package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts +0 -1
- package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts +2 -1
- package/dist/Presentation/layouts/LayoutCommonTypes.d.ts +0 -1
- package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts +0 -1
- package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts +2 -1
- package/dist/Presentation/providers/ProviderProps.d.ts +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts +0 -1
- package/dist/Presentation/ui-components/Avatar/Avatar.d.ts +0 -1
- package/dist/Presentation/ui-components/Button/Button.d.ts +0 -1
- package/dist/Presentation/ui-components/Button/Button.stories.d.ts +4 -4
- package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts +1 -2
- package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts +3 -4
- package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts +0 -1
- package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts +0 -1
- package/dist/Presentation/ui-components/Header/Header.d.ts +1 -2
- package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts +1 -1
- package/dist/Presentation/ui-components/Message/Message.d.ts +0 -1
- package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts +1 -2
- package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts +1 -2
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts +2 -1
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts +2 -1
- package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts +2 -1
- package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts +1 -1
- package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts +0 -1
- package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts +0 -1
- package/dist/Presentation/ui-components/TextField/TextField.d.ts +2 -3
- package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts +0 -1
- package/dist/Presentation/ui-components/UserListItem/UserListItem.stories.d.ts +2 -2
- package/dist/hooks/useQuickBloxUIKit.d.ts +2 -5
- package/dist/index-ui.d.ts +3 -1
- package/dist/index-ui.js +36254 -74216
- package/dist/index-ui.js.map +1 -0
- package/dist/utils/parse.d.ts +1 -1
- package/global.d.ts +202 -11
- package/media-recorder-js.d.ts +133 -0
- package/package.json +46 -47
- package/public/index.html +42 -15
- package/src/CommonTypes/FunctionResult.ts +0 -1
- package/src/Data/Stubs.ts +6 -6
- package/src/Data/repository/ConnectionRepository.ts +2 -1
- package/src/Data/repository/UsersRepository.ts +11 -2
- package/src/Data/source/remote/RemoteDataSource.ts +1 -1
- package/src/Domain/use_cases/SyncDialogsUseCase.ts +2 -2
- package/src/Domain/use_cases/UserTypingMessageUseCase.ts +3 -3
- package/src/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.tsx +1 -1
- package/src/Presentation/Views/Dialog/AIComponents/AITranslate/AITranslate.tsx +1 -1
- package/src/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.tsx +1 -1
- package/src/Presentation/Views/Dialog/AIWidgets/SliderMenu.tsx +2 -2
- package/src/Presentation/Views/Dialog/Dialog.tsx +12 -12
- package/src/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.tsx +4 -1
- package/src/Presentation/Views/Dialog/DialogHeader/DialogHeader.tsx +1 -1
- package/src/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.tsx +4 -1
- package/src/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.tsx +1 -1
- package/src/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.tsx +1 -1
- package/src/Presentation/Views/Dialog/ErrorToast/ErrorToast.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.tsx +1 -1
- package/src/Presentation/Views/Dialog/InputMessage/InputMessage.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/Message.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.tsx +1 -1
- package/src/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.tsx +1 -1
- package/src/Presentation/Views/Dialog/MessageItem/MessageItem.tsx +1 -1
- package/src/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.tsx +1 -1
- package/src/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.tsx +1 -1
- package/src/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.tsx +1 -1
- package/src/Presentation/Views/Dialog/useDialogViewModel.ts +86 -64
- package/src/Presentation/Views/DialogInfo/DialogInfo.tsx +1 -1
- package/src/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.tsx +2 -2
- package/src/Presentation/Views/DialogInfo/MembersList/MembersList.tsx +1 -1
- package/src/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.tsx +1 -1
- package/src/Presentation/Views/DialogInfo/UsersList/UsersList.tsx +3 -3
- package/src/Presentation/Views/DialogList/DialogList.tsx +5 -6
- package/src/Presentation/Views/DialogList/useDialogListViewModel.ts +30 -28
- package/src/Presentation/Views/DialogListHeader/DialogListHeader.scss +1 -1
- package/src/Presentation/Views/DialogListHeader/DialogListHeader.tsx +1 -1
- package/src/Presentation/Views/EditDialog/EditDialog.tsx +2 -2
- package/src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx +2 -2
- package/src/Presentation/Views/Flow/CreateDialog/CreateDialog.tsx +2 -2
- package/src/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.tsx +1 -1
- package/src/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.tsx +1 -1
- package/src/Presentation/Views/InviteMembers/InviteMembers.tsx +2 -2
- package/src/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.tsx +2 -2
- package/src/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.tsx +1 -1
- package/src/Presentation/Views/PreviewDialog/PreviewDialog.tsx +1 -1
- package/src/Presentation/Views/YesNoQuestion/YesNoQuestion.tsx +1 -1
- package/src/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.tsx +1 -1
- package/src/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.tsx +2 -2
- package/src/Presentation/components/UI/Buttons/MainButton/MainButton.tsx +2 -2
- package/src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.tsx +2 -2
- package/src/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.tsx +1 -1
- package/src/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.tsx +1 -1
- package/src/Presentation/components/containers/ColumnContainer/ColumnContainer.tsx +1 -1
- package/src/Presentation/components/containers/RowCenterContainer/RowCenterContainer.tsx +1 -1
- package/src/Presentation/components/containers/RowLeftContainer/RowLeftContainer.tsx +1 -1
- package/src/Presentation/components/containers/RowRightContainer/RowRightContainer.tsx +1 -1
- package/src/Presentation/icons/actions/index.ts +26 -55
- package/src/Presentation/icons/contents/index.ts +13 -31
- package/src/Presentation/icons/index.ts +1 -17
- package/src/Presentation/icons/media/index.ts +12 -27
- package/src/Presentation/icons/moderation/index.ts +5 -13
- package/src/Presentation/icons/navigation/index.ts +12 -27
- package/src/Presentation/icons/status/index.ts +7 -17
- package/src/Presentation/icons/toggle/index.ts +23 -49
- package/src/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.tsx +38 -33
- package/src/Presentation/layouts/TestStage/LoginView/Login.scss +3 -6
- package/src/Presentation/layouts/TestStage/LoginView/Login.tsx +1 -1
- package/src/Presentation/themes/styles/_fonts.scss +30 -0
- package/src/Presentation/themes/styles/_theme_dark.scss +1 -1
- package/src/Presentation/themes/styles/_theme_light.scss +1 -1
- package/src/Presentation/themes/styles/_variables.scss +2 -2
- package/src/Presentation/ui-components/Avatar/Avatar.scss +3 -3
- package/src/Presentation/ui-components/Avatar/Avatar.tsx +0 -3
- package/src/Presentation/ui-components/Avatar/avatar.stories.tsx +1 -3
- package/src/Presentation/ui-components/Badge/Badge.stories.ts +3 -3
- package/src/Presentation/ui-components/Badge/Badge.tsx +1 -1
- package/src/Presentation/ui-components/Button/Button.scss +1 -1
- package/src/Presentation/ui-components/Button/Button.stories.ts +3 -4
- package/src/Presentation/ui-components/Button/Button.tsx +0 -1
- package/src/Presentation/ui-components/CheckBox/CheckBox.tsx +0 -1
- package/src/Presentation/ui-components/DialogBanner/DialogBanner.scss +13 -13
- package/src/Presentation/ui-components/DialogBanner/DialogBanner.stories.ts +1 -1
- package/src/Presentation/ui-components/DialogBanner/DialogBanner.tsx +1 -2
- package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.scss +5 -6
- package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.stories.tsx +5 -7
- package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.tsx +2 -2
- package/src/Presentation/ui-components/DialogWindow/DialogWindow.scss +5 -4
- package/src/Presentation/ui-components/DialogWindow/DialogWindow.stories.tsx +1 -2
- package/src/Presentation/ui-components/DialogWindow/DialogWindow.tsx +4 -4
- package/src/Presentation/ui-components/Dropdown/Dropdown.scss +1 -1
- package/src/Presentation/ui-components/Dropdown/Dropdown.stories.tsx +2 -3
- package/src/Presentation/ui-components/Dropdown/Dropdown.tsx +1 -1
- package/src/Presentation/ui-components/Dropdown/DropdownOption.tsx +0 -1
- package/src/Presentation/ui-components/Header/Header.scss +3 -8
- package/src/Presentation/ui-components/Header/Header.stories.tsx +0 -1
- package/src/Presentation/ui-components/Header/Header.tsx +2 -2
- package/src/Presentation/ui-components/Loader/Loader.scss +2 -4
- package/src/Presentation/ui-components/Loader/Loader.stories.ts +0 -1
- package/src/Presentation/ui-components/Loader/Loader.tsx +0 -1
- package/src/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.scss +3 -1
- package/src/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.tsx +2 -2
- package/src/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.tsx +0 -1
- package/src/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.tsx +0 -1
- package/src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.scss +1 -0
- package/src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.tsx +0 -1
- package/src/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.tsx +0 -1
- package/src/Presentation/ui-components/Message/FileUrl/FileUrl.scss +3 -0
- package/src/Presentation/ui-components/Message/FileUrl/FileUrl.tsx +1 -2
- package/src/Presentation/ui-components/Message/MessageCaption/MessageCaption.tsx +2 -2
- package/src/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.tsx +3 -3
- package/src/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.tsx +1 -1
- package/src/Presentation/ui-components/MessageInput/MessageInput.tsx +1 -1
- package/src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.tsx +4 -1
- package/src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.tsx +1 -1
- package/src/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.tsx +4 -4
- package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.scss +16 -17
- package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.ts +0 -1
- package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.tsx +0 -1
- package/src/Presentation/ui-components/Placeholder/Placeholder.scss +1 -6
- package/src/Presentation/ui-components/Placeholder/Placeholder.stories.tsx +0 -1
- package/src/Presentation/ui-components/Placeholder/Placeholder.tsx +1 -1
- package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.scss +1 -4
- package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.ts +1 -3
- package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.tsx +0 -1
- package/src/Presentation/ui-components/SettingsItem/SettingsItem.scss +2 -8
- package/src/Presentation/ui-components/SettingsItem/SettingsItem.stories.tsx +0 -1
- package/src/Presentation/ui-components/SettingsItem/SettingsItem.tsx +1 -1
- package/src/Presentation/ui-components/TextField/TextField.scss +2 -2
- package/src/Presentation/ui-components/TextField/TextField.stories.ts +2 -3
- package/src/Presentation/ui-components/TextField/TextField.tsx +4 -5
- package/src/Presentation/ui-components/Toast/Toast.stories.tsx +0 -1
- package/src/Presentation/ui-components/Toast/ToastProvider.tsx +1 -1
- package/src/Presentation/ui-components/UserListItem/UserListItem.stories.tsx +3 -3
- package/src/Presentation/ui-components/UserListItem/UserListItem.tsx +0 -1
- package/src/hooks/useQuickBloxUIKit.ts +128 -160
- package/src/index-ui.ts +5 -1
- package/src/index.scss +4 -4
- package/src/react-app-env.d.ts +1 -0
- package/storybook-static/208.5b4db3b7.iframe.bundle.js +508 -0
- package/storybook-static/208.5b4db3b7.iframe.bundle.js.map +1 -0
- package/storybook-static/294.3eb6fe57.iframe.bundle.js +1 -0
- package/storybook-static/305.8c6a9b9c.iframe.bundle.js +1 -0
- package/storybook-static/421.0bbb0e61.iframe.bundle.js +1 -0
- package/storybook-static/457.6ff065bd.iframe.bundle.js +352 -0
- package/storybook-static/457.6ff065bd.iframe.bundle.js.map +1 -0
- package/storybook-static/503.769aa420.iframe.bundle.js +1 -0
- package/storybook-static/647.be358768.iframe.bundle.js +1 -0
- package/storybook-static/71.badb5d90.iframe.bundle.js +157 -0
- package/storybook-static/71.badb5d90.iframe.bundle.js.map +1 -0
- package/storybook-static/857.fdf27d25.iframe.bundle.js +1 -0
- package/storybook-static/994.d260ec82.iframe.bundle.js +39 -0
- package/storybook-static/994.d260ec82.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.f12c0e50.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.f12c0e50.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.848c045d.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.848c045d.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Button-Button-stories.0a264f7c.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Button-Button-stories.0a264f7c.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.e500567e.iframe.bundle.js +10 -0
- package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.e500567e.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.053f39b6.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.053f39b6.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.8d572e56.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.8d572e56.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.68f79f53.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.68f79f53.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Header-Header-stories.e2972795.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Header-Header-stories.e2972795.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.8eb761ce.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.8eb761ce.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Message-Message-stories.b5b1775d.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Message-Message-stories.b5b1775d.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.e55416f1.iframe.bundle.js +1 -0
- package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.419df5dd.iframe.bundle.js +10 -0
- package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.419df5dd.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.c17043ac.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.c17043ac.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.3fd8b734.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.3fd8b734.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.c943f648.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.c943f648.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.30586294.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.30586294.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Toast-Toast-stories.24db9b3e.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Toast-Toast-stories.24db9b3e.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.04902be9.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.04902be9.iframe.bundle.js.map +1 -0
- package/storybook-static/docs-Introduction-mdx.4b40f479.iframe.bundle.js +10 -0
- package/storybook-static/docs-Introduction-mdx.4b40f479.iframe.bundle.js.map +1 -0
- package/storybook-static/docs-Styling-mdx.55077e67.iframe.bundle.js +10 -0
- package/storybook-static/docs-Styling-mdx.55077e67.iframe.bundle.js.map +1 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/favicon.svg +7 -0
- package/storybook-static/iframe.html +355 -0
- package/storybook-static/index.html +127 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/logo192.png +0 -0
- package/storybook-static/logo512.png +0 -0
- package/storybook-static/main.c0c1b229.iframe.bundle.js +1 -0
- package/storybook-static/manifest.json +25 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/robots.txt +3 -0
- package/storybook-static/runtime~main.94227b12.iframe.bundle.js +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +62 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook-static/sb-addons/essentials-measure-5/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-measure-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-4/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/interactions-7/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/interactions-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/viewport-8/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/viewport-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/fonts.css +31 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-MXTFSDU5.js +1 -0
- package/storybook-static/sb-manager/chunk-5QAFKPS7.js +7 -0
- package/storybook-static/sb-manager/chunk-7PRFHFSS.js +9 -0
- package/storybook-static/sb-manager/chunk-XE6LDGTE.js +406 -0
- package/storybook-static/sb-manager/chunk-YDUB7CS6.js +348 -0
- package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +1 -0
- package/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
- package/storybook-static/sb-manager/globals-module-info.js +1 -0
- package/storybook-static/sb-manager/globals.js +1 -0
- package/storybook-static/sb-manager/index.js +1 -0
- package/storybook-static/sb-manager/runtime.js +1 -0
- package/storybook-static/sb-manager/syntaxhighlighter-MJWPISIS-JOSCT6CQ.js +1 -0
- package/storybook-static/sb-preview/globals.js +1 -0
- package/storybook-static/sb-preview/runtime.js +112 -0
- package/storybook-static/static/css/Presentation-ui-components-Avatar-avatar-stories.7b228eb0.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-Avatar-avatar-stories.7b228eb0.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Badge-Badge-stories.7b8317f8.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-Badge-Badge-stories.7b8317f8.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Button-Button-stories.1b6e1c55.chunk.css +4 -0
- package/storybook-static/static/css/Presentation-ui-components-Button-Button-stories.1b6e1c55.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogBanner-DialogBanner-stories.bd07fad3.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogBanner-DialogBanner-stories.bd07fad3.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.6d563072.chunk.css +7 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.6d563072.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogWindow-DialogWindow-stories.4f813450.chunk.css +6 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogWindow-DialogWindow-stories.4f813450.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Dropdown-Dropdown-stories.e37f549d.chunk.css +5 -0
- package/storybook-static/static/css/Presentation-ui-components-Dropdown-Dropdown-stories.e37f549d.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Header-Header-stories.fb1001e7.chunk.css +4 -0
- package/storybook-static/static/css/Presentation-ui-components-Header-Header-stories.fb1001e7.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Loader-Loader-stories.dab34da1.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-Loader-Loader-stories.dab34da1.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Message-Message-stories.aca0e085.chunk.css +14 -0
- package/storybook-static/static/css/Presentation-ui-components-Message-Message-stories.aca0e085.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-MessageInput-MessageInput-stories.7eb916fc.chunk.css +7 -0
- package/storybook-static/static/css/Presentation-ui-components-MessageInput-MessageInput-stories.7eb916fc.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.34aa36b2.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.34aa36b2.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Placeholder-Placeholder-stories.cb7fb80a.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-Placeholder-Placeholder-stories.cb7fb80a.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.31cd021e.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.31cd021e.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-SettingsItem-SettingsItem-stories.b67b748b.chunk.css +5 -0
- package/storybook-static/static/css/Presentation-ui-components-SettingsItem-SettingsItem-stories.b67b748b.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-TextField-TextField-stories.412027f8.chunk.css +4 -0
- package/storybook-static/static/css/Presentation-ui-components-TextField-TextField-stories.412027f8.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Toast-Toast-stories.a5b284f4.chunk.css +754 -0
- package/storybook-static/static/css/Presentation-ui-components-Toast-Toast-stories.a5b284f4.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-UserListItem-UserListItem-stories.655aa6c1.chunk.css +7 -0
- package/storybook-static/static/css/Presentation-ui-components-UserListItem-UserListItem-stories.655aa6c1.chunk.css.map +1 -0
- package/storybook-static/static/css/main.a921485c.css +5 -0
- package/storybook-static/static/css/main.a921485c.css.map +1 -0
- package/storybook-static/static/media/add-contact.e7e7b8b15edebe99cae9c46963126e7c.svg +3 -0
- package/storybook-static/static/media/add.5cbe1f2c489b81396863f7128e3d26e7.svg +3 -0
- package/storybook-static/static/media/admin.476c2854d7ad23f2afdedac2d9bd6815.svg +3 -0
- package/storybook-static/static/media/archive.d0a72898f3c47a4194d18f560a54e109.svg +3 -0
- package/storybook-static/static/media/arrow-left.5005351d4fa6a7c074dd9780fb49dcc8.svg +3 -0
- package/storybook-static/static/media/arrow-right.1be3b599e21158807fdf72f4976179a2.svg +3 -0
- package/storybook-static/static/media/attachment.a58b8549f46ae5bbe93be779cd9f2037.svg +3 -0
- package/storybook-static/static/media/audio-file.40179c472f715fc74d4da607da96aa5e.svg +3 -0
- package/storybook-static/static/media/back.b541e72fe05542e145575c8851558998.svg +3 -0
- package/storybook-static/static/media/banned.c7c74bfa1c833263f3ab42d0529132d1.svg +3 -0
- package/storybook-static/static/media/broadcast.55273926379e5f486ccfdfab1a310b2d.svg +7 -0
- package/storybook-static/static/media/broken-file.bc084278a0d284b7901b47f24001caa6.svg +3 -0
- package/storybook-static/static/media/camera-off.8e01960815ce7620a1039d0fc5f758b2.svg +3 -0
- package/storybook-static/static/media/camera-on.ddd56e36fa505d618ab772e23c8381e6.svg +3 -0
- package/storybook-static/static/media/camera.a5a215695fba60146e649094188f37e2.svg +3 -0
- package/storybook-static/static/media/chat-filled.aaf0b778d198e7b8f632a68299a8fd13.svg +3 -0
- package/storybook-static/static/media/chat.59cd437f21fe7043682dd04cbe6377be.svg +3 -0
- package/storybook-static/static/media/check-off.0c0256f00eeb75770ffc2fbd2b59eab0.svg +3 -0
- package/storybook-static/static/media/check-on.80442753ef6922df1913453f50099315.svg +3 -0
- package/storybook-static/static/media/close.c145af996de81b25f3930bf36d88b161.svg +3 -0
- package/storybook-static/static/media/conference.ffbdf37c0510c796138f18e6c1205204.svg +3 -0
- package/storybook-static/static/media/contact-filled.f04f56ba3f98ade5d7ced7814d8a5fa8.svg +3 -0
- package/storybook-static/static/media/contact.40a8b8104c3a448b81108ffede850963.svg +3 -0
- package/storybook-static/static/media/copy.100bd0fff933cbde8ad4bc2ac281c845.svg +3 -0
- package/storybook-static/static/media/delete.287c9b4b3b0e58cb081c6e388e68b409.svg +3 -0
- package/storybook-static/static/media/down.7a43a3d78885f40616ce111c86c108a4.svg +3 -0
- package/storybook-static/static/media/download.43c26d404dd023e42aaacc52151f7a59.svg +3 -0
- package/storybook-static/static/media/edit.8d813af82ecab84303ee3c97bd7bc562.svg +3 -0
- package/storybook-static/static/media/emoji.9a202cbb16735f3c83ba8772f0218aa4.svg +3 -0
- package/storybook-static/static/media/error.ec60e2052661b82f27b7ce270ae133a7.svg +3 -0
- package/storybook-static/static/media/favorite.194d78057be6cd7968c85e7b5822f82a.svg +3 -0
- package/storybook-static/static/media/file.e537292693b3c89c023fd383c70bd221.svg +3 -0
- package/storybook-static/static/media/forward-filled.43120a68057427c89c88b28d9b20dd90.svg +3 -0
- package/storybook-static/static/media/freeze.35619771e645b649c38e0427d9b39a25.svg +3 -0
- package/storybook-static/static/media/full-screen.6b01c93e069421c69bda2bbde5d01336.svg +3 -0
- package/storybook-static/static/media/gif-file.2c46a5df6c8397f5b9088e66aee3fd44.svg +3 -0
- package/storybook-static/static/media/group-chat.19d5305cab6017d494ac35ecb285a9fe.svg +3 -0
- package/storybook-static/static/media/help.786f48518c96c8e7098296d68245c339.svg +3 -0
- package/storybook-static/static/media/hide.2785264246d70868717984a5ad44d4c9.svg +3 -0
- package/storybook-static/static/media/hungup.e5d2289a9e8cd755bd1ee36b738305a2.svg +3 -0
- package/storybook-static/static/media/image-filled.8afb62b142d786e90102f1cac73a9c13.svg +3 -0
- package/storybook-static/static/media/image.64092dadd5215c8d3ba99ccac753d743.svg +3 -0
- package/storybook-static/static/media/income-call.60ca2d367a00d582f4b6f4a5f2047e27.svg +3 -0
- package/storybook-static/static/media/information.8217e163c334852f143e7199c97fab1d.svg +3 -0
- package/storybook-static/static/media/leave.ae5422a12edec1b61484ff2932819c77.svg +3 -0
- package/storybook-static/static/media/like.45662989373aa524cd580fb42432e0bc.svg +3 -0
- package/storybook-static/static/media/link.74f567c3ee4366d79fb81d73eb8c0919.svg +3 -0
- package/storybook-static/static/media/loader.2eb72391c5267453edb4106528c075ad.svg +3 -0
- package/storybook-static/static/media/location.cab52453404524c345ec7efdd86fa66b.svg +4 -0
- package/storybook-static/static/media/louder.133519141541a9cd2f0e898534b39732.svg +3 -0
- package/storybook-static/static/media/mention.6c4885bb0ea5ca85c8962f6f51ac1cb4.svg +3 -0
- package/storybook-static/static/media/mic-off.43e60427600bcf7fd78fb840ff50d804.svg +3 -0
- package/storybook-static/static/media/mic-on.5a52100de3770550b3a57a76827843c2.svg +4 -0
- package/storybook-static/static/media/minimize.a849dd3a36ece08b992a773d135a0c3f.svg +3 -0
- package/storybook-static/static/media/moderations.07c8d1fe96b0b8bb5911f6cc37f764c6.svg +3 -0
- package/storybook-static/static/media/more.4ed9ad54ae110d9760b6e9698d821960.svg +3 -0
- package/storybook-static/static/media/muted.cb37ac3c577c87c800466aa7aee65af2.svg +3 -0
- package/storybook-static/static/media/new-chat.124e0351bd0e19ff4c5fdbabbe5c6027.svg +3 -0
- package/storybook-static/static/media/next.97a0eeea1f8daa2d31c8452f29908bf1.svg +3 -0
- package/storybook-static/static/media/notifications.ab8e847ae04e2bec9209dbdd1054b0f2.svg +3 -0
- package/storybook-static/static/media/notify-off.4a669a3a8cbd38b3309dbc4c909f6089.svg +3 -0
- package/storybook-static/static/media/notify-on.ea9ffc856ad6cdbe87184af558c78eec.svg +3 -0
- package/storybook-static/static/media/outcome-call.9f5fec07823796ad78963a06cdcf629e.svg +3 -0
- package/storybook-static/static/media/pause.27eb8c32999f10d05d6a200165d798a9.svg +3 -0
- package/storybook-static/static/media/phone-filled.e969511d74935af26ef366f575929f68.svg +3 -0
- package/storybook-static/static/media/phone.6355580a064a488b6317372d71f84c00.svg +3 -0
- package/storybook-static/static/media/play.00bfe0e9c94dc6dfb230262e45b2f860.svg +3 -0
- package/storybook-static/static/media/plus.d3953cb1cf830bcfc41c8cc6133b13b1.svg +3 -0
- package/storybook-static/static/media/private-chat.c68f36baf025b9d20ad1f801a2396e7a.svg +3 -0
- package/storybook-static/static/media/public-channel.7a6ada7f30c44fb4a99021df0eb0e996.svg +7 -0
- package/storybook-static/static/media/quite.9f45e2152fe6c499a776cb387ee4859f.svg +3 -0
- package/storybook-static/static/media/record.e49ee7da793b2ce446a4e7128970c0cc.svg +3 -0
- package/storybook-static/static/media/refresh.6e955728d9ec086f34e9adaaaafacf3e.svg +3 -0
- package/storybook-static/static/media/remove-2.8a7700757f02c941f03c37c7e495bf63.svg +3 -0
- package/storybook-static/static/media/remove.831e69b70db1b3eb72a49444b8aa1e16.svg +3 -0
- package/storybook-static/static/media/rephrase.551171aa8903b31746a58a95528b1f68.svg +6 -0
- package/storybook-static/static/media/reply-filled.17ed65506e902f17bb22e87ffac93314.svg +3 -0
- package/storybook-static/static/media/screenshare.c2f94264a7640ea1bbb2a22f7d570038.svg +3 -0
- package/storybook-static/static/media/search.25663e60d71e01c64fdfc83df7460ab0.svg +3 -0
- package/storybook-static/static/media/send.d298db52aafdb846a46c9d180ad45946.svg +3 -0
- package/storybook-static/static/media/sent.f427753e5502fd7783a08e5f0e0d2f35.svg +3 -0
- package/storybook-static/static/media/settings-filled.bd9b60ff4e9eae911e4e2bc69e8e79ca.svg +3 -0
- package/storybook-static/static/media/share.7ce8283aa267fb065c568d65b482e211.svg +3 -0
- package/storybook-static/static/media/show.de1782527c4a7fa14101dffbfba8aea6.svg +3 -0
- package/storybook-static/static/media/speaker-off.fe84597c4b68f4f761e12f789dc58718.svg +3 -0
- package/storybook-static/static/media/speaker.e7ff48a73ca43188703b36dfecd932b5.svg +3 -0
- package/storybook-static/static/media/stop-record.a2e9d50a0930c24af43d7f357093be81.svg +3 -0
- package/storybook-static/static/media/stop-share.d1be236e01dd924ba711e1e17f41054c.svg +3 -0
- package/storybook-static/static/media/stream-filled.c40bae61fea25455602a61db5e77fa71.svg +3 -0
- package/storybook-static/static/media/stream.700f4f8ce0cee0ae1ef56132867427fe.svg +3 -0
- package/storybook-static/static/media/swap-camera.bc3a4652106f5c57d14b4dcbffff08a5.svg +3 -0
- package/storybook-static/static/media/text-document.cad7e87368501b96de2a939d08852dcd.svg +3 -0
- package/storybook-static/static/media/unarchive.1b1a7438cd8eb6fee80e6ac89baa195b.svg +3 -0
- package/storybook-static/static/media/user.911c7ae778615185b285ce0ae4068486.svg +3 -0
- package/storybook-static/static/media/video-file.dbd1f8c63a3769f9e9a027f0922d56b2.svg +3 -0
- package/storybook-static/static/media/video.bbcc2109285c18eea02ede86920de0dd.svg +3 -0
- package/storybook-static/static/media/viewed-delivered.f43360dc87235a6cf574ff53f73dd777.svg +3 -0
- package/storybook-static/static/media/voice.b937c8a1f744050bec2cd389ad2a1f3a.svg +3 -0
- package/storybook-static/stories.json +1 -0
- package/tsconfig.buildlib.json +13 -20
- package/tsconfig.json +7 -6
- package/webpack.config.js +82 -0
- package/babel.config.js +0 -7
- package/dist/App.d.ts.map +0 -1
- package/dist/CommonTypes/BaseViewModel.d.ts.map +0 -1
- package/dist/CommonTypes/CommonTypes.d.ts.map +0 -1
- package/dist/CommonTypes/FunctionResult.d.ts.map +0 -1
- package/dist/Data/Creator.d.ts.map +0 -1
- package/dist/Data/DefaultConfigurations.d.ts.map +0 -1
- package/dist/Data/Stubs.d.ts.map +0 -1
- package/dist/Data/dto/dialog/LocalDialogDTO.d.ts.map +0 -1
- package/dist/Data/dto/dialog/LocalDialogsDTO.d.ts.map +0 -1
- package/dist/Data/dto/dialog/RemoteDialogDTO.d.ts.map +0 -1
- package/dist/Data/dto/dialog/RemoteDialogsDTO.d.ts.map +0 -1
- package/dist/Data/dto/file/LocalFileDTO.d.ts.map +0 -1
- package/dist/Data/dto/file/RemoteFileDTO.d.ts.map +0 -1
- package/dist/Data/dto/message/LocalMessageDTO.d.ts.map +0 -1
- package/dist/Data/dto/message/LocalMessagesDTO.d.ts.map +0 -1
- package/dist/Data/dto/message/RemoteMessageDTO.d.ts.map +0 -1
- package/dist/Data/dto/message/RemoteMessagesDTO.d.ts.map +0 -1
- package/dist/Data/dto/user/LocalUserDTO.d.ts.map +0 -1
- package/dist/Data/dto/user/LocalUsersDTO.d.ts.map +0 -1
- package/dist/Data/dto/user/RemoteUserDTO.d.ts.map +0 -1
- package/dist/Data/dto/user/RemoteUsersDTO.d.ts.map +0 -1
- package/dist/Data/mapper/DialogLocalDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/DialogRemoteDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/FileLocalDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/FileRemoteDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/IMapper.d.ts.map +0 -1
- package/dist/Data/mapper/MessageLocalDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/MessageRemoteDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/UserLocalDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/UserRemoteDTOMapper.d.ts.map +0 -1
- package/dist/Data/repository/ConnectionRepository.d.ts.map +0 -1
- package/dist/Data/repository/DialogsRepository.d.ts.map +0 -1
- package/dist/Data/repository/EventMessagesRepository.d.ts.map +0 -1
- package/dist/Data/repository/FileRepository.d.ts.map +0 -1
- package/dist/Data/repository/MessagesRepository.d.ts.map +0 -1
- package/dist/Data/repository/UsersRepository.d.ts.map +0 -1
- package/dist/Data/source/AISource.d.ts.map +0 -1
- package/dist/Data/source/exception/LocalDataSourceException.d.ts.map +0 -1
- package/dist/Data/source/exception/MapperDTOException.d.ts.map +0 -1
- package/dist/Data/source/exception/RemoteDataSourceException.d.ts.map +0 -1
- package/dist/Data/source/exception/RepositoryException.d.ts.map +0 -1
- package/dist/Data/source/local/ChatLocalStorageDataSource.d.ts.map +0 -1
- package/dist/Data/source/local/ILocalDataSource.d.ts.map +0 -1
- package/dist/Data/source/local/ILocalFileDataSource.d.ts.map +0 -1
- package/dist/Data/source/local/LocalDataSource.d.ts.map +0 -1
- package/dist/Data/source/local/LocalFileDataSource.d.ts.map +0 -1
- package/dist/Data/source/remote/IRemoteDataSource.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/DialogDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/FileDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/IDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/MessageDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/UserDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/RemoteDataSource.d.ts.map +0 -1
- package/dist/Domain/entity/Chat.d.ts.map +0 -1
- package/dist/Domain/entity/ChatMessageAttachmentEntity.d.ts.map +0 -1
- package/dist/Domain/entity/CustomDataEntity.d.ts.map +0 -1
- package/dist/Domain/entity/DialogEntity.d.ts.map +0 -1
- package/dist/Domain/entity/DialogEventInfo.d.ts.map +0 -1
- package/dist/Domain/entity/DialogTypes.d.ts.map +0 -1
- package/dist/Domain/entity/EventMessageType.d.ts.map +0 -1
- package/dist/Domain/entity/FileEntity.d.ts.map +0 -1
- package/dist/Domain/entity/FileTypes.d.ts.map +0 -1
- package/dist/Domain/entity/GroupDialogEntity.d.ts.map +0 -1
- package/dist/Domain/entity/LastMessageEntity.d.ts.map +0 -1
- package/dist/Domain/entity/MessageEntity.d.ts.map +0 -1
- package/dist/Domain/entity/NotificationTypes.d.ts.map +0 -1
- package/dist/Domain/entity/PrivateDialogEntity.d.ts.map +0 -1
- package/dist/Domain/entity/PublicDialogEntity.d.ts.map +0 -1
- package/dist/Domain/entity/UserEntity.d.ts.map +0 -1
- package/dist/Domain/exception/domain/DomainExecption.d.ts.map +0 -1
- package/dist/Domain/repository/IDialogsRepository.d.ts.map +0 -1
- package/dist/Domain/repository/IFileRepository.d.ts.map +0 -1
- package/dist/Domain/repository/IMessagesRepository.d.ts.map +0 -1
- package/dist/Domain/repository/IUsersRepository.d.ts.map +0 -1
- package/dist/Domain/repository/Pagination.d.ts.map +0 -1
- package/dist/Domain/use_cases/CreateDialogUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ForwardMessagesUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetAllDialogsUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetAllDialogsUseCaseWithMock.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetAllMessagesForDialog.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetAllUsersUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetDialogByIdUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetUsersByIdsUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/LeaveDialogUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/RemoveUsersFromTheDialogUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ReplyMessagesUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/SendTextMessageUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/SubscribeToDialogEventsUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCaseWithMock.d.ts.map +0 -1
- package/dist/Domain/use_cases/SyncDialogsUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/UpdateCurrentDialogInDataSourceUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/UpdateDialogUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/UploadFileUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/UserTypingMessageUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIAnswerAssistUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIAnswerAssistWithProxyUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIAnswerAssistWithSDKUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIRephraseUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIRephraseWithProxyUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AITranslateUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AITranslateWithProxyUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AITranslateWithSDKUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/base/BaseUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/base/IUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/base/Subscribable/ISubscribable.d.ts.map +0 -1
- package/dist/Domain/use_cases/base/Subscribable/SubscriptionPerformer.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIComponents/AIAssistComponent/AIAssistComponent.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIComponents/AITranslate/AITranslate.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIComponents/AITranslateComponent/AITranslateComponent.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIMessageWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/ErrorMessageIcon.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/Tone.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithProxy.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithSDK.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidgetWithProxy.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithProxy.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithSDK.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/useDefaultVoiceInputWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Dialog.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DialogViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/AvatarContentIncomingUser/AvatarContentIncomingUser.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/Message.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/useDialogViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/UsersListViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogList/DialogList.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogList/DialogListViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogList/useDialogListViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts.map +0 -1
- package/dist/Presentation/Views/EditDialog/EditDialog.d.ts.map +0 -1
- package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts.map +0 -1
- package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts.map +0 -1
- package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts.map +0 -1
- package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/InviteMembersViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/InviteUsersResultViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/useInviteMembersViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts.map +0 -1
- package/dist/Presentation/Views/PreviewDialog/PreviewDialogContextMenu/PreviewDialogContextMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/PreviewDialog/PreviewDialogViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts.map +0 -1
- package/dist/Presentation/components/Navbar.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/AIWidget/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BookIcon/BookIcon.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BotIcon/BotIcon.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HammerIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HandshakeIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/MuscleIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NecktieIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NeutralFaceIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PalmsUpTogetherIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PerformingArtsIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PointUpIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmileyIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmirkIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/WhiteCheckMarkIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Add/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/AddContact/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Archive/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/AssistAnswer/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Copy/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Delete/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Download/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Edit/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/EditDots/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Emoji/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/ForwardFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Hungup/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/IncomeCall/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Like/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/NewChat/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/OutcomeCall/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Phone/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/PhoneFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove2/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/ReplyFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Send/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Share/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Summarize/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/SwapCamera/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Tone/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Unarchive/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/VideoIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Voice/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Brodcast/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Chat/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/ChatFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Conference/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Contact/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/ContactFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/GroupChat/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Notifications/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/PrivateChat/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/PublicChannel/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Stream/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/StreamFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/User/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/IconsCommonTypes.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/Attachment/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/AudioFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/BrokenFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/Camera/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/GifFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/ImageEmpty/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/LinkWeb/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/Location/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/TextDocument/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/Translate/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/VideoFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Admin/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Banned/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Freeze/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Moderations/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Muted/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowLeft/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowRight/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Back/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Close/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Down/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Leave/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/More/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Next/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Plus/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Refresh/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Search/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Settings/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/SettingsField/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Error/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Help/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Information/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/InformationFill/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Loader/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Mention/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Sent/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/ViewedDelivered/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOn/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOn/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Favourite/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/FavouriteFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/FullScreen/inex.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Hide/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/ImagePlay/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Louder/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOn/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Minimize/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOn/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Pause/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Quite/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Record/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Screenshare/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Show/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Speaker/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/SpeakerOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopRecord/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopShare/index.d.ts.map +0 -1
- package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/createUseComponent.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/index.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/useMobileLayout.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/usePrevious.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/useVisibility.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/index.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/useComponent.d.ts.map +0 -1
- package/dist/Presentation/icons/actions/index.d.ts.map +0 -1
- package/dist/Presentation/icons/contents/index.d.ts.map +0 -1
- package/dist/Presentation/icons/index.d.ts.map +0 -1
- package/dist/Presentation/icons/media/index.d.ts.map +0 -1
- package/dist/Presentation/icons/moderation/index.d.ts.map +0 -1
- package/dist/Presentation/icons/navigation/index.d.ts.map +0 -1
- package/dist/Presentation/icons/status/index.d.ts.map +0 -1
- package/dist/Presentation/icons/toggle/index.d.ts.map +0 -1
- package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts.map +0 -1
- package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts.map +0 -1
- package/dist/Presentation/layouts/LayoutCommonTypes.d.ts.map +0 -1
- package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts.map +0 -1
- package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts.map +0 -1
- package/dist/Presentation/providers/ProviderProps.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useEventMessagesRepository.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useQBConnection.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbInitializedDataContext.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbUIKitDataContext.d.ts.map +0 -1
- package/dist/Presentation/themes/DarkTheme.d.ts.map +0 -1
- package/dist/Presentation/themes/DefaultThemes/CustomTheme.d.ts.map +0 -1
- package/dist/Presentation/themes/DefaultThemes/DefaultTheme.d.ts.map +0 -1
- package/dist/Presentation/themes/LightTheme.d.ts.map +0 -1
- package/dist/Presentation/themes/ThemeScheme.d.ts.map +0 -1
- package/dist/Presentation/themes/UiKitTheme.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Avatar/Avatar.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Badge/Badge.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Badge/Badge.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Button/Button.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Button/Button.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/CheckBox/CheckBox.d.ts.map +0 -1
- package/dist/Presentation/ui-components/DialogBanner/DialogBanner.d.ts.map +0 -1
- package/dist/Presentation/ui-components/DialogBanner/DialogBanner.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts.map +0 -1
- package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Header/Header.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Loader/Loader.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/AttachmentBubble/AttachmentBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/FileUrl/FileUrl.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Message.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/MessageCaption/MessageCaption.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts.map +0 -1
- package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.d.ts.map +0 -1
- package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts.map +0 -1
- package/dist/Presentation/ui-components/TextField/TextField.d.ts.map +0 -1
- package/dist/Presentation/ui-components/TextField/TextField.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts.map +0 -1
- package/dist/Presentation/ui-components/UserListItem/UserListItem.d.ts.map +0 -1
- package/dist/Presentation/ui-components/index.d.ts.map +0 -1
- package/dist/QBconfig.d.ts.map +0 -1
- package/dist/hooks/useModal.d.ts.map +0 -1
- package/dist/hooks/useQuickBloxUIKit.d.ts.map +0 -1
- package/dist/index-ui.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/qb-api-calls/index.d.ts.map +0 -1
- package/dist/setupTests.d.ts.map +0 -1
- package/dist/utils/DateTimeFormatter.d.ts.map +0 -1
- package/dist/utils/formatFileSize.d.ts.map +0 -1
- package/dist/utils/parse.d.ts.map +0 -1
- package/dist/utils/utils.d.ts.map +0 -1
- package/webpack.app.config.js +0 -67
- package/webpack.lib.config-debug.js +0 -87
- package/webpack.lib.config-prev.js +0 -64
- package/webpack.lib.config.js +0 -87
|
@@ -1,27 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
export {
|
|
15
|
-
ArrowLeftSvg,
|
|
16
|
-
ArrowRightSvg,
|
|
17
|
-
BackSvg,
|
|
18
|
-
CloseSvg,
|
|
19
|
-
DownSvg,
|
|
20
|
-
NextSVG,
|
|
21
|
-
LeaveSvg,
|
|
22
|
-
MoreSvg,
|
|
23
|
-
PlusSvg,
|
|
24
|
-
RefreshSvg,
|
|
25
|
-
SearchSvg,
|
|
26
|
-
SettingsFilledSvg
|
|
27
|
-
};
|
|
1
|
+
export { ReactComponent as ArrowLeftSvg } from './arrow-left.svg';
|
|
2
|
+
export { ReactComponent as ArrowRightSvg } from './arrow-right.svg';
|
|
3
|
+
export { ReactComponent as BackSvg } from './back.svg';
|
|
4
|
+
export { ReactComponent as CloseSvg } from './close.svg';
|
|
5
|
+
export { ReactComponent as DownSvg } from './down.svg';
|
|
6
|
+
export { ReactComponent as NextSVG } from './next.svg';
|
|
7
|
+
export { ReactComponent as LeaveSvg } from './leave.svg';
|
|
8
|
+
export { ReactComponent as MoreSvg } from './more.svg';
|
|
9
|
+
export { ReactComponent as PlusSvg } from './plus.svg';
|
|
10
|
+
export { ReactComponent as RefreshSvg } from './refresh.svg';
|
|
11
|
+
export { ReactComponent as SearchSvg } from './search.svg';
|
|
12
|
+
export { ReactComponent as SettingsFilledSvg } from './settings-filled.svg';
|
|
@@ -1,17 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
ErrorSvg,
|
|
11
|
-
HelpSvg,
|
|
12
|
-
InformationSvg,
|
|
13
|
-
LoaderSvg,
|
|
14
|
-
MentionSvg,
|
|
15
|
-
SentSvg,
|
|
16
|
-
ViewedDeliveredSvg
|
|
17
|
-
};
|
|
1
|
+
export { ReactComponent as ErrorSvg } from './error.svg';
|
|
2
|
+
export { ReactComponent as HelpSvg } from './help.svg';
|
|
3
|
+
export { ReactComponent as InformationSvg } from './information.svg';
|
|
4
|
+
export { ReactComponent as LoaderSvg } from './loader.svg';
|
|
5
|
+
export { ReactComponent as MentionSvg } from './mention.svg';
|
|
6
|
+
export { ReactComponent as SentSvg } from './sent.svg';
|
|
7
|
+
export { ReactComponent as ViewedDeliveredSvg } from './viewed-delivered.svg';
|
|
@@ -1,49 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export {
|
|
26
|
-
CameraOffSvg,
|
|
27
|
-
CameraOnSvg,
|
|
28
|
-
CheckOffSvg,
|
|
29
|
-
CheckOnSvg,
|
|
30
|
-
FavoriteSvg,
|
|
31
|
-
FullScreenSvg,
|
|
32
|
-
HideSvg,
|
|
33
|
-
LouderSvg,
|
|
34
|
-
MicOffSvg,
|
|
35
|
-
MicOnSvg,
|
|
36
|
-
MinimizeSvg,
|
|
37
|
-
NotifyOffSvg,
|
|
38
|
-
NotifyOnSvg,
|
|
39
|
-
PauseSvg,
|
|
40
|
-
PlaySvg,
|
|
41
|
-
QuiteSvg,
|
|
42
|
-
RecordSvg,
|
|
43
|
-
ScreenShareSvg,
|
|
44
|
-
ShowSvg,
|
|
45
|
-
SpeakerOffSvg,
|
|
46
|
-
SpeakerSvg,
|
|
47
|
-
StopRecordSvg,
|
|
48
|
-
StopShareSvg
|
|
49
|
-
};
|
|
1
|
+
export { ReactComponent as CameraOffSvg } from './camera-off.svg';
|
|
2
|
+
export { ReactComponent as CameraOnSvg } from './camera-on.svg';
|
|
3
|
+
export { ReactComponent as CheckOffSvg } from './check-off.svg';
|
|
4
|
+
export { ReactComponent as CheckOnSvg } from './check-on.svg';
|
|
5
|
+
export { ReactComponent as FavoriteSvg } from './favorite.svg';
|
|
6
|
+
export { ReactComponent as FullScreenSvg } from './full-screen.svg';
|
|
7
|
+
export { ReactComponent as HideSvg } from './hide.svg';
|
|
8
|
+
export { ReactComponent as LouderSvg } from './louder.svg';
|
|
9
|
+
export { ReactComponent as MicOffSvg } from './mic-off.svg';
|
|
10
|
+
export { ReactComponent as MicOnSvg } from './mic-on.svg';
|
|
11
|
+
export { ReactComponent as MinimizeSvg } from './minimize.svg';
|
|
12
|
+
export { ReactComponent as NotifyOffSvg } from './notify-off.svg';
|
|
13
|
+
export { ReactComponent as NotifyOnSvg } from './notify-on.svg';
|
|
14
|
+
export { ReactComponent as PauseSvg } from './pause.svg';
|
|
15
|
+
export { ReactComponent as PlaySvg } from './play.svg';
|
|
16
|
+
export { ReactComponent as QuiteSvg } from './quite.svg';
|
|
17
|
+
export { ReactComponent as RecordSvg } from './record.svg';
|
|
18
|
+
export { ReactComponent as ScreenShareSvg } from './screenshare.svg';
|
|
19
|
+
export { ReactComponent as ShowSvg } from './show.svg';
|
|
20
|
+
export { ReactComponent as SpeakerOffSvg } from './speaker-off.svg';
|
|
21
|
+
export { ReactComponent as SpeakerSvg } from './speaker.svg';
|
|
22
|
+
export { ReactComponent as StopRecordSvg } from './stop-record.svg';
|
|
23
|
+
export { ReactComponent as StopShareSvg } from './stop-share.svg';
|
|
@@ -47,11 +47,14 @@ import CreateNewDialogFlow from '../../Views/Flow/CreateDialogFlow/CreateNewDial
|
|
|
47
47
|
import useQuickBloxUIKit from '../../../hooks/useQuickBloxUIKit';
|
|
48
48
|
import { QuickBloxUIKitDesktopLayoutProps } from '../../../CommonTypes/CommonTypes';
|
|
49
49
|
|
|
50
|
-
const QuickBloxUIKitDesktopLayout
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
const QuickBloxUIKitDesktopLayout: React.FC<
|
|
51
|
+
QuickBloxUIKitDesktopLayoutProps
|
|
52
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars,react/function-component-definition
|
|
53
|
+
> = ({
|
|
54
|
+
theme = undefined,
|
|
55
|
+
AITranslate = undefined,
|
|
56
|
+
AIRephrase = undefined,
|
|
57
|
+
AIAssist = undefined,
|
|
55
58
|
uikitHeightOffset = '0px',
|
|
56
59
|
}: QuickBloxUIKitDesktopLayoutProps) => {
|
|
57
60
|
const {
|
|
@@ -314,8 +317,8 @@ const QuickBloxUIKitDesktopLayout = ({
|
|
|
314
317
|
|
|
315
318
|
const getDialogAvatar = (
|
|
316
319
|
currentDialog: PreviewDialogViewModel,
|
|
317
|
-
):
|
|
318
|
-
let AvatarComponent:
|
|
320
|
+
): JSX.Element | undefined => {
|
|
321
|
+
let AvatarComponent: JSX.Element | undefined;
|
|
319
322
|
|
|
320
323
|
if (
|
|
321
324
|
currentDialog.entity.type === DialogType.group ||
|
|
@@ -432,32 +435,34 @@ const QuickBloxUIKitDesktopLayout = ({
|
|
|
432
435
|
/>
|
|
433
436
|
) : null
|
|
434
437
|
}
|
|
435
|
-
renderDialogList={(handleSelectDialog) =>
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
searchedDialogs.
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
438
|
+
renderDialogList={(handleSelectDialog) => (
|
|
439
|
+
<>
|
|
440
|
+
{dialogsViewModel?.loading && (
|
|
441
|
+
<div
|
|
442
|
+
className="dialog-list__loader-container"
|
|
443
|
+
style={{
|
|
444
|
+
display: 'flex',
|
|
445
|
+
flexDirection: 'row',
|
|
446
|
+
alignItems: 'center',
|
|
447
|
+
justifyContent: 'center',
|
|
448
|
+
}}
|
|
449
|
+
>
|
|
450
|
+
<Loader size="md" className="dialog-list__loader" />
|
|
451
|
+
</div>
|
|
452
|
+
)}
|
|
453
|
+
{searchedDialogs.length > 0 ? (
|
|
454
|
+
searchedDialogs.map((dlg, index) =>
|
|
455
|
+
renderDialogItem(dlg, index, handleSelectDialog),
|
|
456
|
+
)
|
|
457
|
+
) : (
|
|
458
|
+
<Placeholder
|
|
459
|
+
icon={<ChatSvg />}
|
|
460
|
+
text="There are no dialogs."
|
|
461
|
+
className="dialog-empty-chat-placeholder"
|
|
462
|
+
/>
|
|
463
|
+
)}
|
|
464
|
+
</>
|
|
465
|
+
)}
|
|
461
466
|
/>
|
|
462
467
|
) : null
|
|
463
468
|
}
|
|
@@ -15,26 +15,23 @@ strong {
|
|
|
15
15
|
/* ---------- LOGIN ---------- */
|
|
16
16
|
|
|
17
17
|
#login {
|
|
18
|
+
border: 3px solid #6c38cc;
|
|
18
19
|
margin: 50px auto;
|
|
19
20
|
width: 100%;
|
|
20
21
|
}
|
|
21
22
|
|
|
22
|
-
form {
|
|
23
|
-
display: flex;
|
|
24
|
-
flex-flow: column;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
23
|
form fieldset input[type="text"],
|
|
28
24
|
input[type="password"] {
|
|
29
25
|
appearance: none;
|
|
30
26
|
background: #e5e5e5;
|
|
27
|
+
border: none;
|
|
31
28
|
border-radius: 3px;
|
|
32
29
|
color: #5a5656;
|
|
33
30
|
font-family: inherit;
|
|
34
31
|
font-size: 14px;
|
|
35
32
|
height: 50px;
|
|
36
33
|
outline: none;
|
|
37
|
-
padding:
|
|
34
|
+
padding: 0px 10px;
|
|
38
35
|
width: 100%;
|
|
39
36
|
border: 1px solid #008dde;
|
|
40
37
|
margin: 1px;
|
|
@@ -8,7 +8,7 @@ type LoginProps = {
|
|
|
8
8
|
loginHandler?: FunctionTypeLoginDataToVoid;
|
|
9
9
|
};
|
|
10
10
|
// eslint-disable-next-line react/function-component-definition
|
|
11
|
-
const Login = ({ loginHandler }: LoginProps) => {
|
|
11
|
+
const Login: React.FC<LoginProps> = ({ loginHandler }: LoginProps) => {
|
|
12
12
|
// const currentContext = useQbInitializedDataContext();
|
|
13
13
|
const [UserName, setUsername] = useState('');
|
|
14
14
|
const [Password, setPassword] = useState('');
|
|
@@ -1,2 +1,32 @@
|
|
|
1
1
|
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,700&display=swap');
|
|
2
|
+
////font-family: 'Ubuntu', sans-serif;
|
|
2
3
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
|
|
4
|
+
////font-family: 'Roboto', sans-serif;
|
|
5
|
+
/*
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: "Roboto-Regular";
|
|
8
|
+
src: url("../fonts/Roboto-Regular.eot");
|
|
9
|
+
src: local("☺"), url("../fonts/Roboto-Regular.woff") format("woff"),
|
|
10
|
+
url("../fonts/Roboto-Regular.ttf") format("truetype");
|
|
11
|
+
font-weight: normal;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: "Roboto-Medium";
|
|
17
|
+
src: url("../fonts/Roboto-Medium.eot");
|
|
18
|
+
src: local("☺"), url("../fonts/Roboto-Medium.woff") format("woff"),
|
|
19
|
+
url("../fonts/Roboto-Medium.ttf") format("truetype");
|
|
20
|
+
font-weight: normal;
|
|
21
|
+
font-style: normal;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: "Roboto-Bold";
|
|
26
|
+
src: url("../fonts/Roboto-Bold.eot");
|
|
27
|
+
src: local("☺"), url("../fonts/Roboto-Bold.woff") format("woff"),
|
|
28
|
+
url("../fonts/Roboto-Bold.ttf") format("truetype");
|
|
29
|
+
font-weight: normal;
|
|
30
|
+
font-style: normal;
|
|
31
|
+
}
|
|
32
|
+
*/
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import '../../themes/styles/mixins';
|
|
2
2
|
|
|
3
3
|
.avatar {
|
|
4
|
+
@include applyBorderBox;
|
|
4
5
|
display: flex;
|
|
5
6
|
flex-shrink: 0;
|
|
6
7
|
align-items: center;
|
|
@@ -11,11 +12,10 @@
|
|
|
11
12
|
background-color: var(--disabled-elements);
|
|
12
13
|
color: var(--secondary-text);
|
|
13
14
|
|
|
14
|
-
@include applyBorderBox;
|
|
15
|
-
|
|
16
15
|
svg {
|
|
17
16
|
height: 100%;
|
|
18
17
|
width: 100%;
|
|
18
|
+
|
|
19
19
|
fill: var(--secondary-text);
|
|
20
20
|
padding: 10px;
|
|
21
21
|
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { ReactElement } from 'react';
|
|
3
2
|
import cn from 'classnames';
|
|
4
3
|
import { UserSvg } from '../../icons';
|
|
5
4
|
import './Avatar.scss';
|
|
6
5
|
|
|
7
|
-
console.log('UserSvg:', UserSvg); // <-- Добавляем отладку
|
|
8
|
-
|
|
9
6
|
export interface AvatarProps {
|
|
10
7
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
11
8
|
icon?: ReactElement;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
2
|
|
|
4
3
|
import {
|
|
@@ -74,7 +73,6 @@ export const AvatarIcon: StoryDefault = {
|
|
|
74
73
|
|
|
75
74
|
export const AvatarImage: StoryDefault = {
|
|
76
75
|
args: {
|
|
77
|
-
|
|
78
|
-
src: 'https://cdn-ikpjoif.nitrocdn.com/WZsqFPiehrtwFaaeJNQAQZrkRMgaTuyL/assets/images/optimized/rev-83f47e6/quickblox.com/wp-content/themes/QuickbloxTheme2021/img/custom-white-label-solution.jpg',
|
|
76
|
+
src: 'https://quickblox.com/wp-content/themes/QuickbloxTheme2021/img/chat-messaging.svg',
|
|
79
77
|
},
|
|
80
78
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
|
|
3
3
|
import Badge from './Badge';
|
|
4
4
|
|
|
5
5
|
const meta: Meta<typeof Badge> = {
|
|
@@ -14,7 +14,7 @@ const meta: Meta<typeof Badge> = {
|
|
|
14
14
|
count: {
|
|
15
15
|
table: {
|
|
16
16
|
defaultValue: {
|
|
17
|
-
summary:
|
|
17
|
+
summary: 0,
|
|
18
18
|
},
|
|
19
19
|
},
|
|
20
20
|
description: 'Number of unread messages',
|
|
@@ -22,7 +22,7 @@ const meta: Meta<typeof Badge> = {
|
|
|
22
22
|
limit: {
|
|
23
23
|
table: {
|
|
24
24
|
defaultValue: {
|
|
25
|
-
summary:
|
|
25
|
+
summary: 99,
|
|
26
26
|
},
|
|
27
27
|
},
|
|
28
28
|
description: 'Limt of message count',
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
2
|
|
|
4
3
|
import Button from './Button';
|
|
@@ -31,7 +30,7 @@ const meta = {
|
|
|
31
30
|
disabled: {
|
|
32
31
|
table: {
|
|
33
32
|
defaultValue: {
|
|
34
|
-
summary:
|
|
33
|
+
summary: false,
|
|
35
34
|
},
|
|
36
35
|
type: { summary: 'boolean' },
|
|
37
36
|
},
|
|
@@ -40,7 +39,7 @@ const meta = {
|
|
|
40
39
|
loading: {
|
|
41
40
|
table: {
|
|
42
41
|
defaultValue: {
|
|
43
|
-
summary:
|
|
42
|
+
summary: false,
|
|
44
43
|
},
|
|
45
44
|
type: { summary: 'boolean' },
|
|
46
45
|
},
|
|
@@ -58,7 +57,7 @@ const meta = {
|
|
|
58
57
|
children: {
|
|
59
58
|
table: {
|
|
60
59
|
defaultValue: {
|
|
61
|
-
summary:
|
|
60
|
+
summary: null,
|
|
62
61
|
},
|
|
63
62
|
type: { summary: 'ReactElement | string | number' },
|
|
64
63
|
},
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import '../../themes/styles/mixins';
|
|
2
2
|
|
|
3
3
|
.dialog-banner {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
@include applyBorderBox; // Переносится после всех основных свойств
|
|
4
|
+
@include applyBorderBox;
|
|
5
|
+
background: var(--main-elements, #3978fc);
|
|
6
|
+
border-radius: 4px;
|
|
7
|
+
padding: 2px 8px 2px 8px;
|
|
8
|
+
display: flex;
|
|
9
|
+
gap: 8px;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
width: 100%;
|
|
13
|
+
min-width: 312px;
|
|
14
|
+
cursor: pointer;
|
|
16
15
|
|
|
17
16
|
&__text {
|
|
18
17
|
color: var(--color-background, #ffffff);
|
|
@@ -27,3 +26,4 @@
|
|
|
27
26
|
fill: var(--color-background, #ffffff);
|
|
28
27
|
}
|
|
29
28
|
}
|
|
29
|
+
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import '../../themes/styles/mixins';
|
|
2
2
|
|
|
3
3
|
.dialog-item-preview {
|
|
4
|
+
@include applyBorderBox;
|
|
4
5
|
display: flex;
|
|
5
6
|
align-items: center;
|
|
6
7
|
padding: 8px 16px;
|
|
7
8
|
gap: 16px;
|
|
8
9
|
|
|
9
|
-
@include applyBorderBox; // Переместил после основных свойств
|
|
10
|
-
|
|
11
10
|
&:hover {
|
|
12
11
|
background: var(--divider);
|
|
13
12
|
}
|
|
@@ -28,7 +27,7 @@
|
|
|
28
27
|
justify-content: space-between;
|
|
29
28
|
|
|
30
29
|
&-title {
|
|
31
|
-
font: var(--label-label-medium);
|
|
30
|
+
font: var(--label-label-medium, 500 12px/16px "Roboto", sans-serif);
|
|
32
31
|
color: var(--main-text, #0b1b0f);
|
|
33
32
|
overflow: hidden;
|
|
34
33
|
white-space: nowrap;
|
|
@@ -37,7 +36,7 @@
|
|
|
37
36
|
|
|
38
37
|
&-date {
|
|
39
38
|
color: var(--tertiary-elements, #636d78);
|
|
40
|
-
font: var(--label-label-small);
|
|
39
|
+
font: var(--label-label-small, 500 11px/16px "Roboto", sans-serif);
|
|
41
40
|
}
|
|
42
41
|
}
|
|
43
42
|
|
|
@@ -50,7 +49,7 @@
|
|
|
50
49
|
&-message {
|
|
51
50
|
color: var(--secondary-text, #636d78);
|
|
52
51
|
text-align: left;
|
|
53
|
-
font: var(--body-body-small);
|
|
52
|
+
font: var(--body-body-small, 400 12px/16px "Roboto", sans-serif);
|
|
54
53
|
overflow: hidden;
|
|
55
54
|
display: -webkit-box;
|
|
56
55
|
-webkit-line-clamp: 2;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { Meta, StoryObj } from '@storybook/react';
|
|
3
2
|
import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';
|
|
4
3
|
import DialogItemPreview from './DialogItemPreview';
|
|
@@ -73,7 +72,7 @@ const meta: Meta<typeof DialogItemPreview> = {
|
|
|
73
72
|
active: {
|
|
74
73
|
table: {
|
|
75
74
|
defaultValue: {
|
|
76
|
-
summary:
|
|
75
|
+
summary: false,
|
|
77
76
|
},
|
|
78
77
|
type: { summary: 'boolean' },
|
|
79
78
|
},
|
|
@@ -119,7 +118,7 @@ export const DialogItemPreviewDefault: Story = {
|
|
|
119
118
|
},
|
|
120
119
|
render: (args) => {
|
|
121
120
|
// eslint-disable-next-line no-param-reassign
|
|
122
|
-
args.date =
|
|
121
|
+
args.date = new Date(args.date!).toLocaleDateString();
|
|
123
122
|
|
|
124
123
|
return <DialogItemPreview {...args} />;
|
|
125
124
|
},
|
|
@@ -134,7 +133,6 @@ export const DialogItemPreviewFullScreen: Story = {
|
|
|
134
133
|
"Hello, dear Mr. User. Thank you for choosing us. I'm here to assist with your order's delivery. Please provide your preferred address and any specific instructions. We offer standard, express, and same-day delivery in select areas. Let us know your convenience, and we'll ensure a smooth process.",
|
|
135
134
|
badge: <Badge count={5} />,
|
|
136
135
|
contextMenu: <MoreSvg />,
|
|
137
|
-
|
|
138
136
|
},
|
|
139
137
|
parameters: {
|
|
140
138
|
viewport: {
|
|
@@ -143,7 +141,7 @@ export const DialogItemPreviewFullScreen: Story = {
|
|
|
143
141
|
},
|
|
144
142
|
render: (args) => {
|
|
145
143
|
// eslint-disable-next-line no-param-reassign
|
|
146
|
-
args.date = new Date().toLocaleDateString();
|
|
144
|
+
args.date = new Date(args.date!).toLocaleDateString();
|
|
147
145
|
|
|
148
146
|
return <DialogItemPreview {...args} />;
|
|
149
147
|
},
|
|
@@ -166,7 +164,7 @@ export const DialogItemPreviewMobileScreen: Story = {
|
|
|
166
164
|
},
|
|
167
165
|
render: (args) => {
|
|
168
166
|
// eslint-disable-next-line no-param-reassign
|
|
169
|
-
args.date =
|
|
167
|
+
args.date = new Date(args.date!).toLocaleDateString();
|
|
170
168
|
|
|
171
169
|
return <DialogItemPreview {...args} />;
|
|
172
170
|
},
|
|
@@ -189,7 +187,7 @@ export const DialogItemPreviewMobileScreenIPad: Story = {
|
|
|
189
187
|
},
|
|
190
188
|
render: (args) => {
|
|
191
189
|
// eslint-disable-next-line no-param-reassign
|
|
192
|
-
args.date =
|
|
190
|
+
args.date = new Date(args.date!).toLocaleDateString();
|
|
193
191
|
|
|
194
192
|
return <DialogItemPreview {...args} />;
|
|
195
193
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
|
|
4
4
|
import './DialogItemPreview.scss';
|
|
@@ -16,7 +16,7 @@ export type DialogItemPreviewProps = {
|
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
// eslint-disable-next-line react/function-component-definition
|
|
19
|
-
const DialogItemPreview = ({
|
|
19
|
+
const DialogItemPreview: React.FC<DialogItemPreviewProps> = ({
|
|
20
20
|
avatar,
|
|
21
21
|
title,
|
|
22
22
|
date,
|