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
|
@@ -0,0 +1,754 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--toastify-color-light: #fff;
|
|
3
|
+
--toastify-color-dark: #121212;
|
|
4
|
+
--toastify-color-info: #3498db;
|
|
5
|
+
--toastify-color-success: #07bc0c;
|
|
6
|
+
--toastify-color-warning: #f1c40f;
|
|
7
|
+
--toastify-color-error: #e74c3c;
|
|
8
|
+
--toastify-color-transparent: rgba(255, 255, 255, 0.7);
|
|
9
|
+
--toastify-icon-color-info: var(--toastify-color-info);
|
|
10
|
+
--toastify-icon-color-success: var(--toastify-color-success);
|
|
11
|
+
--toastify-icon-color-warning: var(--toastify-color-warning);
|
|
12
|
+
--toastify-icon-color-error: var(--toastify-color-error);
|
|
13
|
+
--toastify-toast-width: 320px;
|
|
14
|
+
--toastify-toast-offset: 16px;
|
|
15
|
+
--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
|
|
16
|
+
--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
|
|
17
|
+
--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
|
|
18
|
+
--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
|
|
19
|
+
--toastify-toast-background: #fff;
|
|
20
|
+
--toastify-toast-min-height: 64px;
|
|
21
|
+
--toastify-toast-max-height: 800px;
|
|
22
|
+
--toastify-toast-bd-radius: 6px;
|
|
23
|
+
--toastify-font-family: sans-serif;
|
|
24
|
+
--toastify-z-index: 9999;
|
|
25
|
+
--toastify-text-color-light: #757575;
|
|
26
|
+
--toastify-text-color-dark: #fff;
|
|
27
|
+
--toastify-text-color-info: #fff;
|
|
28
|
+
--toastify-text-color-success: #fff;
|
|
29
|
+
--toastify-text-color-warning: #fff;
|
|
30
|
+
--toastify-text-color-error: #fff;
|
|
31
|
+
--toastify-spinner-color: #616161;
|
|
32
|
+
--toastify-spinner-color-empty-area: #e0e0e0;
|
|
33
|
+
--toastify-color-progress-light: linear-gradient(
|
|
34
|
+
to right,
|
|
35
|
+
#4cd964,
|
|
36
|
+
#5ac8fa,
|
|
37
|
+
#007aff,
|
|
38
|
+
#34aadc,
|
|
39
|
+
#5856d6,
|
|
40
|
+
#ff2d55
|
|
41
|
+
);
|
|
42
|
+
--toastify-color-progress-dark: #bb86fc;
|
|
43
|
+
--toastify-color-progress-info: var(--toastify-color-info);
|
|
44
|
+
--toastify-color-progress-success: var(--toastify-color-success);
|
|
45
|
+
--toastify-color-progress-warning: var(--toastify-color-warning);
|
|
46
|
+
--toastify-color-progress-error: var(--toastify-color-error);
|
|
47
|
+
--toastify-color-progress-bgo: 0.2;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.Toastify__toast-container {
|
|
51
|
+
z-index: 9999;
|
|
52
|
+
z-index: var(--toastify-z-index);
|
|
53
|
+
-webkit-transform: translate3d(0, 0, 9999);
|
|
54
|
+
-webkit-transform: translate3d(0, 0, var(--toastify-z-index));
|
|
55
|
+
position: fixed;
|
|
56
|
+
padding: 4px;
|
|
57
|
+
width: 320px;
|
|
58
|
+
width: var(--toastify-toast-width);
|
|
59
|
+
box-sizing: border-box;
|
|
60
|
+
color: #fff;
|
|
61
|
+
}
|
|
62
|
+
.Toastify__toast-container--top-left {
|
|
63
|
+
top: max(16px, env(safe-area-inset-top));
|
|
64
|
+
top: var(--toastify-toast-top);
|
|
65
|
+
left: max(16px, env(safe-area-inset-left));
|
|
66
|
+
left: var(--toastify-toast-left);
|
|
67
|
+
}
|
|
68
|
+
.Toastify__toast-container--top-center {
|
|
69
|
+
top: max(16px, env(safe-area-inset-top));
|
|
70
|
+
top: var(--toastify-toast-top);
|
|
71
|
+
left: 50%;
|
|
72
|
+
transform: translateX(-50%);
|
|
73
|
+
}
|
|
74
|
+
.Toastify__toast-container--top-right {
|
|
75
|
+
top: max(16px, env(safe-area-inset-top));
|
|
76
|
+
top: var(--toastify-toast-top);
|
|
77
|
+
right: max(16px, env(safe-area-inset-right));
|
|
78
|
+
right: var(--toastify-toast-right);
|
|
79
|
+
}
|
|
80
|
+
.Toastify__toast-container--bottom-left {
|
|
81
|
+
bottom: max(16px, env(safe-area-inset-bottom));
|
|
82
|
+
bottom: var(--toastify-toast-bottom);
|
|
83
|
+
left: max(16px, env(safe-area-inset-left));
|
|
84
|
+
left: var(--toastify-toast-left);
|
|
85
|
+
}
|
|
86
|
+
.Toastify__toast-container--bottom-center {
|
|
87
|
+
bottom: max(16px, env(safe-area-inset-bottom));
|
|
88
|
+
bottom: var(--toastify-toast-bottom);
|
|
89
|
+
left: 50%;
|
|
90
|
+
transform: translateX(-50%);
|
|
91
|
+
}
|
|
92
|
+
.Toastify__toast-container--bottom-right {
|
|
93
|
+
bottom: max(16px, env(safe-area-inset-bottom));
|
|
94
|
+
bottom: var(--toastify-toast-bottom);
|
|
95
|
+
right: max(16px, env(safe-area-inset-right));
|
|
96
|
+
right: var(--toastify-toast-right);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@media only screen and (max-width : 480px) {
|
|
100
|
+
.Toastify__toast-container {
|
|
101
|
+
width: 100vw;
|
|
102
|
+
padding: 0;
|
|
103
|
+
left: env(safe-area-inset-left);
|
|
104
|
+
margin: 0;
|
|
105
|
+
}
|
|
106
|
+
.Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
|
|
107
|
+
top: env(safe-area-inset-top);
|
|
108
|
+
transform: translateX(0);
|
|
109
|
+
}
|
|
110
|
+
.Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
|
|
111
|
+
bottom: env(safe-area-inset-bottom);
|
|
112
|
+
transform: translateX(0);
|
|
113
|
+
}
|
|
114
|
+
.Toastify__toast-container--rtl {
|
|
115
|
+
right: env(safe-area-inset-right);
|
|
116
|
+
left: auto;
|
|
117
|
+
left: initial;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
.Toastify__toast {
|
|
121
|
+
--y: 0;
|
|
122
|
+
position: relative;
|
|
123
|
+
touch-action: none;
|
|
124
|
+
min-height: 64px;
|
|
125
|
+
min-height: var(--toastify-toast-min-height);
|
|
126
|
+
box-sizing: border-box;
|
|
127
|
+
margin-bottom: 1rem;
|
|
128
|
+
padding: 8px;
|
|
129
|
+
border-radius: 6px;
|
|
130
|
+
border-radius: var(--toastify-toast-bd-radius);
|
|
131
|
+
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
|
|
132
|
+
display: flex;
|
|
133
|
+
justify-content: space-between;
|
|
134
|
+
max-height: 800px;
|
|
135
|
+
max-height: var(--toastify-toast-max-height);
|
|
136
|
+
font-family: sans-serif;
|
|
137
|
+
font-family: var(--toastify-font-family);
|
|
138
|
+
cursor: default;
|
|
139
|
+
direction: ltr;
|
|
140
|
+
/* webkit only issue #791 */
|
|
141
|
+
z-index: 0;
|
|
142
|
+
overflow: hidden;
|
|
143
|
+
}
|
|
144
|
+
.Toastify__toast--stacked {
|
|
145
|
+
position: absolute;
|
|
146
|
+
width: 100%;
|
|
147
|
+
transform: translate3d(0, var(--y), 0) scale(var(--s));
|
|
148
|
+
transition: transform 0.3s;
|
|
149
|
+
}
|
|
150
|
+
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
|
|
151
|
+
transition: opacity 0.1s;
|
|
152
|
+
}
|
|
153
|
+
.Toastify__toast--stacked[data-collapsed=false] {
|
|
154
|
+
overflow: visible;
|
|
155
|
+
}
|
|
156
|
+
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
|
|
157
|
+
opacity: 0;
|
|
158
|
+
}
|
|
159
|
+
.Toastify__toast--stacked:after {
|
|
160
|
+
content: "";
|
|
161
|
+
position: absolute;
|
|
162
|
+
left: 0;
|
|
163
|
+
right: 0;
|
|
164
|
+
height: calc(var(--g) * 1px);
|
|
165
|
+
bottom: 100%;
|
|
166
|
+
}
|
|
167
|
+
.Toastify__toast--stacked[data-pos=top] {
|
|
168
|
+
top: 0;
|
|
169
|
+
}
|
|
170
|
+
.Toastify__toast--stacked[data-pos=bot] {
|
|
171
|
+
bottom: 0;
|
|
172
|
+
}
|
|
173
|
+
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
|
|
174
|
+
transform-origin: top;
|
|
175
|
+
}
|
|
176
|
+
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
|
|
177
|
+
transform-origin: bottom;
|
|
178
|
+
}
|
|
179
|
+
.Toastify__toast--stacked:before {
|
|
180
|
+
content: "";
|
|
181
|
+
position: absolute;
|
|
182
|
+
left: 0;
|
|
183
|
+
right: 0;
|
|
184
|
+
bottom: 0;
|
|
185
|
+
height: 100%;
|
|
186
|
+
transform: scaleY(3);
|
|
187
|
+
z-index: -1;
|
|
188
|
+
}
|
|
189
|
+
.Toastify__toast--rtl {
|
|
190
|
+
direction: rtl;
|
|
191
|
+
}
|
|
192
|
+
.Toastify__toast--close-on-click {
|
|
193
|
+
cursor: pointer;
|
|
194
|
+
}
|
|
195
|
+
.Toastify__toast-body {
|
|
196
|
+
margin: auto 0;
|
|
197
|
+
flex: 1 1 auto;
|
|
198
|
+
padding: 6px;
|
|
199
|
+
display: flex;
|
|
200
|
+
align-items: center;
|
|
201
|
+
}
|
|
202
|
+
.Toastify__toast-body > div:last-child {
|
|
203
|
+
word-break: break-word;
|
|
204
|
+
flex: 1 1;
|
|
205
|
+
}
|
|
206
|
+
.Toastify__toast-icon {
|
|
207
|
+
margin-inline-end: 10px;
|
|
208
|
+
width: 20px;
|
|
209
|
+
flex-shrink: 0;
|
|
210
|
+
display: flex;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.Toastify--animate {
|
|
214
|
+
animation-fill-mode: both;
|
|
215
|
+
animation-duration: 0.5s;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.Toastify--animate-icon {
|
|
219
|
+
animation-fill-mode: both;
|
|
220
|
+
animation-duration: 0.3s;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
@media only screen and (max-width : 480px) {
|
|
224
|
+
.Toastify__toast {
|
|
225
|
+
margin-bottom: 0;
|
|
226
|
+
border-radius: 0;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
.Toastify__toast-theme--dark {
|
|
230
|
+
background: #121212;
|
|
231
|
+
background: var(--toastify-color-dark);
|
|
232
|
+
color: #fff;
|
|
233
|
+
color: var(--toastify-text-color-dark);
|
|
234
|
+
}
|
|
235
|
+
.Toastify__toast-theme--light {
|
|
236
|
+
background: #fff;
|
|
237
|
+
background: var(--toastify-color-light);
|
|
238
|
+
color: #757575;
|
|
239
|
+
color: var(--toastify-text-color-light);
|
|
240
|
+
}
|
|
241
|
+
.Toastify__toast-theme--colored.Toastify__toast--default {
|
|
242
|
+
background: #fff;
|
|
243
|
+
background: var(--toastify-color-light);
|
|
244
|
+
color: #757575;
|
|
245
|
+
color: var(--toastify-text-color-light);
|
|
246
|
+
}
|
|
247
|
+
.Toastify__toast-theme--colored.Toastify__toast--info {
|
|
248
|
+
color: #fff;
|
|
249
|
+
color: var(--toastify-text-color-info);
|
|
250
|
+
background: #3498db;
|
|
251
|
+
background: var(--toastify-color-info);
|
|
252
|
+
}
|
|
253
|
+
.Toastify__toast-theme--colored.Toastify__toast--success {
|
|
254
|
+
color: #fff;
|
|
255
|
+
color: var(--toastify-text-color-success);
|
|
256
|
+
background: #07bc0c;
|
|
257
|
+
background: var(--toastify-color-success);
|
|
258
|
+
}
|
|
259
|
+
.Toastify__toast-theme--colored.Toastify__toast--warning {
|
|
260
|
+
color: #fff;
|
|
261
|
+
color: var(--toastify-text-color-warning);
|
|
262
|
+
background: #f1c40f;
|
|
263
|
+
background: var(--toastify-color-warning);
|
|
264
|
+
}
|
|
265
|
+
.Toastify__toast-theme--colored.Toastify__toast--error {
|
|
266
|
+
color: #fff;
|
|
267
|
+
color: var(--toastify-text-color-error);
|
|
268
|
+
background: #e74c3c;
|
|
269
|
+
background: var(--toastify-color-error);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.Toastify__progress-bar-theme--light {
|
|
273
|
+
background: linear-gradient(
|
|
274
|
+
to right,
|
|
275
|
+
#4cd964,
|
|
276
|
+
#5ac8fa,
|
|
277
|
+
#007aff,
|
|
278
|
+
#34aadc,
|
|
279
|
+
#5856d6,
|
|
280
|
+
#ff2d55
|
|
281
|
+
);
|
|
282
|
+
background: var(--toastify-color-progress-light);
|
|
283
|
+
}
|
|
284
|
+
.Toastify__progress-bar-theme--dark {
|
|
285
|
+
background: #bb86fc;
|
|
286
|
+
background: var(--toastify-color-progress-dark);
|
|
287
|
+
}
|
|
288
|
+
.Toastify__progress-bar--info {
|
|
289
|
+
background: #3498db;
|
|
290
|
+
background: var(--toastify-color-progress-info);
|
|
291
|
+
}
|
|
292
|
+
.Toastify__progress-bar--success {
|
|
293
|
+
background: #07bc0c;
|
|
294
|
+
background: var(--toastify-color-progress-success);
|
|
295
|
+
}
|
|
296
|
+
.Toastify__progress-bar--warning {
|
|
297
|
+
background: #f1c40f;
|
|
298
|
+
background: var(--toastify-color-progress-warning);
|
|
299
|
+
}
|
|
300
|
+
.Toastify__progress-bar--error {
|
|
301
|
+
background: #e74c3c;
|
|
302
|
+
background: var(--toastify-color-progress-error);
|
|
303
|
+
}
|
|
304
|
+
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
|
|
305
|
+
background: rgba(255, 255, 255, 0.7);
|
|
306
|
+
background: var(--toastify-color-transparent);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.Toastify__close-button {
|
|
310
|
+
color: #fff;
|
|
311
|
+
background: transparent;
|
|
312
|
+
outline: none;
|
|
313
|
+
border: none;
|
|
314
|
+
padding: 0;
|
|
315
|
+
cursor: pointer;
|
|
316
|
+
opacity: 0.7;
|
|
317
|
+
transition: 0.3s ease;
|
|
318
|
+
align-self: flex-start;
|
|
319
|
+
z-index: 1;
|
|
320
|
+
}
|
|
321
|
+
.Toastify__close-button--light {
|
|
322
|
+
color: #000;
|
|
323
|
+
opacity: 0.3;
|
|
324
|
+
}
|
|
325
|
+
.Toastify__close-button > svg {
|
|
326
|
+
fill: currentColor;
|
|
327
|
+
height: 16px;
|
|
328
|
+
width: 14px;
|
|
329
|
+
}
|
|
330
|
+
.Toastify__close-button:hover, .Toastify__close-button:focus {
|
|
331
|
+
opacity: 1;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
@keyframes Toastify__trackProgress {
|
|
335
|
+
0% {
|
|
336
|
+
transform: scaleX(1);
|
|
337
|
+
}
|
|
338
|
+
100% {
|
|
339
|
+
transform: scaleX(0);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
.Toastify__progress-bar {
|
|
343
|
+
position: absolute;
|
|
344
|
+
bottom: 0;
|
|
345
|
+
left: 0;
|
|
346
|
+
width: 100%;
|
|
347
|
+
height: 100%;
|
|
348
|
+
z-index: 9999;
|
|
349
|
+
z-index: var(--toastify-z-index);
|
|
350
|
+
opacity: 0.7;
|
|
351
|
+
transform-origin: left;
|
|
352
|
+
border-bottom-left-radius: 6px;
|
|
353
|
+
border-bottom-left-radius: var(--toastify-toast-bd-radius);
|
|
354
|
+
}
|
|
355
|
+
.Toastify__progress-bar--animated {
|
|
356
|
+
animation: Toastify__trackProgress linear 1 forwards;
|
|
357
|
+
}
|
|
358
|
+
.Toastify__progress-bar--controlled {
|
|
359
|
+
transition: transform 0.2s;
|
|
360
|
+
}
|
|
361
|
+
.Toastify__progress-bar--rtl {
|
|
362
|
+
right: 0;
|
|
363
|
+
left: auto;
|
|
364
|
+
left: initial;
|
|
365
|
+
transform-origin: right;
|
|
366
|
+
border-bottom-left-radius: 0;
|
|
367
|
+
border-bottom-left-radius: initial;
|
|
368
|
+
border-bottom-right-radius: 6px;
|
|
369
|
+
border-bottom-right-radius: var(--toastify-toast-bd-radius);
|
|
370
|
+
}
|
|
371
|
+
.Toastify__progress-bar--wrp {
|
|
372
|
+
position: absolute;
|
|
373
|
+
bottom: 0;
|
|
374
|
+
left: 0;
|
|
375
|
+
width: 100%;
|
|
376
|
+
height: 5px;
|
|
377
|
+
border-bottom-left-radius: 6px;
|
|
378
|
+
border-bottom-left-radius: var(--toastify-toast-bd-radius);
|
|
379
|
+
}
|
|
380
|
+
.Toastify__progress-bar--wrp[data-hidden=true] {
|
|
381
|
+
opacity: 0;
|
|
382
|
+
}
|
|
383
|
+
.Toastify__progress-bar--bg {
|
|
384
|
+
opacity: 0.2;
|
|
385
|
+
opacity: var(--toastify-color-progress-bgo);
|
|
386
|
+
width: 100%;
|
|
387
|
+
height: 100%;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.Toastify__spinner {
|
|
391
|
+
width: 20px;
|
|
392
|
+
height: 20px;
|
|
393
|
+
box-sizing: border-box;
|
|
394
|
+
border: 2px solid;
|
|
395
|
+
border-radius: 100%;
|
|
396
|
+
border-color: #e0e0e0;
|
|
397
|
+
border-color: var(--toastify-spinner-color-empty-area);
|
|
398
|
+
border-right-color: #616161;
|
|
399
|
+
border-right-color: var(--toastify-spinner-color);
|
|
400
|
+
animation: Toastify__spin 0.65s linear infinite;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
@keyframes Toastify__bounceInRight {
|
|
404
|
+
from, 60%, 75%, 90%, to {
|
|
405
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
406
|
+
}
|
|
407
|
+
from {
|
|
408
|
+
opacity: 0;
|
|
409
|
+
transform: translate3d(3000px, 0, 0);
|
|
410
|
+
}
|
|
411
|
+
60% {
|
|
412
|
+
opacity: 1;
|
|
413
|
+
transform: translate3d(-25px, 0, 0);
|
|
414
|
+
}
|
|
415
|
+
75% {
|
|
416
|
+
transform: translate3d(10px, 0, 0);
|
|
417
|
+
}
|
|
418
|
+
90% {
|
|
419
|
+
transform: translate3d(-5px, 0, 0);
|
|
420
|
+
}
|
|
421
|
+
to {
|
|
422
|
+
transform: none;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
@keyframes Toastify__bounceOutRight {
|
|
426
|
+
20% {
|
|
427
|
+
opacity: 1;
|
|
428
|
+
transform: translate3d(-20px, var(--y), 0);
|
|
429
|
+
}
|
|
430
|
+
to {
|
|
431
|
+
opacity: 0;
|
|
432
|
+
transform: translate3d(2000px, var(--y), 0);
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
@keyframes Toastify__bounceInLeft {
|
|
436
|
+
from, 60%, 75%, 90%, to {
|
|
437
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
438
|
+
}
|
|
439
|
+
0% {
|
|
440
|
+
opacity: 0;
|
|
441
|
+
transform: translate3d(-3000px, 0, 0);
|
|
442
|
+
}
|
|
443
|
+
60% {
|
|
444
|
+
opacity: 1;
|
|
445
|
+
transform: translate3d(25px, 0, 0);
|
|
446
|
+
}
|
|
447
|
+
75% {
|
|
448
|
+
transform: translate3d(-10px, 0, 0);
|
|
449
|
+
}
|
|
450
|
+
90% {
|
|
451
|
+
transform: translate3d(5px, 0, 0);
|
|
452
|
+
}
|
|
453
|
+
to {
|
|
454
|
+
transform: none;
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
@keyframes Toastify__bounceOutLeft {
|
|
458
|
+
20% {
|
|
459
|
+
opacity: 1;
|
|
460
|
+
transform: translate3d(20px, var(--y), 0);
|
|
461
|
+
}
|
|
462
|
+
to {
|
|
463
|
+
opacity: 0;
|
|
464
|
+
transform: translate3d(-2000px, var(--y), 0);
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
@keyframes Toastify__bounceInUp {
|
|
468
|
+
from, 60%, 75%, 90%, to {
|
|
469
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
470
|
+
}
|
|
471
|
+
from {
|
|
472
|
+
opacity: 0;
|
|
473
|
+
transform: translate3d(0, 3000px, 0);
|
|
474
|
+
}
|
|
475
|
+
60% {
|
|
476
|
+
opacity: 1;
|
|
477
|
+
transform: translate3d(0, -20px, 0);
|
|
478
|
+
}
|
|
479
|
+
75% {
|
|
480
|
+
transform: translate3d(0, 10px, 0);
|
|
481
|
+
}
|
|
482
|
+
90% {
|
|
483
|
+
transform: translate3d(0, -5px, 0);
|
|
484
|
+
}
|
|
485
|
+
to {
|
|
486
|
+
transform: translate3d(0, 0, 0);
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
@keyframes Toastify__bounceOutUp {
|
|
490
|
+
20% {
|
|
491
|
+
transform: translate3d(0, calc(var(--y) - 10px), 0);
|
|
492
|
+
}
|
|
493
|
+
40%, 45% {
|
|
494
|
+
opacity: 1;
|
|
495
|
+
transform: translate3d(0, calc(var(--y) + 20px), 0);
|
|
496
|
+
}
|
|
497
|
+
to {
|
|
498
|
+
opacity: 0;
|
|
499
|
+
transform: translate3d(0, -2000px, 0);
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
@keyframes Toastify__bounceInDown {
|
|
503
|
+
from, 60%, 75%, 90%, to {
|
|
504
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
505
|
+
}
|
|
506
|
+
0% {
|
|
507
|
+
opacity: 0;
|
|
508
|
+
transform: translate3d(0, -3000px, 0);
|
|
509
|
+
}
|
|
510
|
+
60% {
|
|
511
|
+
opacity: 1;
|
|
512
|
+
transform: translate3d(0, 25px, 0);
|
|
513
|
+
}
|
|
514
|
+
75% {
|
|
515
|
+
transform: translate3d(0, -10px, 0);
|
|
516
|
+
}
|
|
517
|
+
90% {
|
|
518
|
+
transform: translate3d(0, 5px, 0);
|
|
519
|
+
}
|
|
520
|
+
to {
|
|
521
|
+
transform: none;
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
@keyframes Toastify__bounceOutDown {
|
|
525
|
+
20% {
|
|
526
|
+
transform: translate3d(0, calc(var(--y) - 10px), 0);
|
|
527
|
+
}
|
|
528
|
+
40%, 45% {
|
|
529
|
+
opacity: 1;
|
|
530
|
+
transform: translate3d(0, calc(var(--y) + 20px), 0);
|
|
531
|
+
}
|
|
532
|
+
to {
|
|
533
|
+
opacity: 0;
|
|
534
|
+
transform: translate3d(0, 2000px, 0);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
|
|
538
|
+
animation-name: Toastify__bounceInLeft;
|
|
539
|
+
}
|
|
540
|
+
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
|
|
541
|
+
animation-name: Toastify__bounceInRight;
|
|
542
|
+
}
|
|
543
|
+
.Toastify__bounce-enter--top-center {
|
|
544
|
+
animation-name: Toastify__bounceInDown;
|
|
545
|
+
}
|
|
546
|
+
.Toastify__bounce-enter--bottom-center {
|
|
547
|
+
animation-name: Toastify__bounceInUp;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
|
|
551
|
+
animation-name: Toastify__bounceOutLeft;
|
|
552
|
+
}
|
|
553
|
+
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
|
|
554
|
+
animation-name: Toastify__bounceOutRight;
|
|
555
|
+
}
|
|
556
|
+
.Toastify__bounce-exit--top-center {
|
|
557
|
+
animation-name: Toastify__bounceOutUp;
|
|
558
|
+
}
|
|
559
|
+
.Toastify__bounce-exit--bottom-center {
|
|
560
|
+
animation-name: Toastify__bounceOutDown;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
@keyframes Toastify__zoomIn {
|
|
564
|
+
from {
|
|
565
|
+
opacity: 0;
|
|
566
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
567
|
+
}
|
|
568
|
+
50% {
|
|
569
|
+
opacity: 1;
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
@keyframes Toastify__zoomOut {
|
|
573
|
+
from {
|
|
574
|
+
opacity: 1;
|
|
575
|
+
}
|
|
576
|
+
50% {
|
|
577
|
+
opacity: 0;
|
|
578
|
+
transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
|
|
579
|
+
}
|
|
580
|
+
to {
|
|
581
|
+
opacity: 0;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
.Toastify__zoom-enter {
|
|
585
|
+
animation-name: Toastify__zoomIn;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.Toastify__zoom-exit {
|
|
589
|
+
animation-name: Toastify__zoomOut;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
@keyframes Toastify__flipIn {
|
|
593
|
+
from {
|
|
594
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
595
|
+
animation-timing-function: ease-in;
|
|
596
|
+
opacity: 0;
|
|
597
|
+
}
|
|
598
|
+
40% {
|
|
599
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
600
|
+
animation-timing-function: ease-in;
|
|
601
|
+
}
|
|
602
|
+
60% {
|
|
603
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
604
|
+
opacity: 1;
|
|
605
|
+
}
|
|
606
|
+
80% {
|
|
607
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
608
|
+
}
|
|
609
|
+
to {
|
|
610
|
+
transform: perspective(400px);
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
@keyframes Toastify__flipOut {
|
|
614
|
+
from {
|
|
615
|
+
transform: translate3d(0, var(--y), 0) perspective(400px);
|
|
616
|
+
}
|
|
617
|
+
30% {
|
|
618
|
+
transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
619
|
+
opacity: 1;
|
|
620
|
+
}
|
|
621
|
+
to {
|
|
622
|
+
transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
623
|
+
opacity: 0;
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
.Toastify__flip-enter {
|
|
627
|
+
animation-name: Toastify__flipIn;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.Toastify__flip-exit {
|
|
631
|
+
animation-name: Toastify__flipOut;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
@keyframes Toastify__slideInRight {
|
|
635
|
+
from {
|
|
636
|
+
transform: translate3d(110%, 0, 0);
|
|
637
|
+
visibility: visible;
|
|
638
|
+
}
|
|
639
|
+
to {
|
|
640
|
+
transform: translate3d(0, var(--y), 0);
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
@keyframes Toastify__slideInLeft {
|
|
644
|
+
from {
|
|
645
|
+
transform: translate3d(-110%, 0, 0);
|
|
646
|
+
visibility: visible;
|
|
647
|
+
}
|
|
648
|
+
to {
|
|
649
|
+
transform: translate3d(0, var(--y), 0);
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
@keyframes Toastify__slideInUp {
|
|
653
|
+
from {
|
|
654
|
+
transform: translate3d(0, 110%, 0);
|
|
655
|
+
visibility: visible;
|
|
656
|
+
}
|
|
657
|
+
to {
|
|
658
|
+
transform: translate3d(0, var(--y), 0);
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
@keyframes Toastify__slideInDown {
|
|
662
|
+
from {
|
|
663
|
+
transform: translate3d(0, -110%, 0);
|
|
664
|
+
visibility: visible;
|
|
665
|
+
}
|
|
666
|
+
to {
|
|
667
|
+
transform: translate3d(0, var(--y), 0);
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
@keyframes Toastify__slideOutRight {
|
|
671
|
+
from {
|
|
672
|
+
transform: translate3d(0, var(--y), 0);
|
|
673
|
+
}
|
|
674
|
+
to {
|
|
675
|
+
visibility: hidden;
|
|
676
|
+
transform: translate3d(110%, var(--y), 0);
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
@keyframes Toastify__slideOutLeft {
|
|
680
|
+
from {
|
|
681
|
+
transform: translate3d(0, var(--y), 0);
|
|
682
|
+
}
|
|
683
|
+
to {
|
|
684
|
+
visibility: hidden;
|
|
685
|
+
transform: translate3d(-110%, var(--y), 0);
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
@keyframes Toastify__slideOutDown {
|
|
689
|
+
from {
|
|
690
|
+
transform: translate3d(0, var(--y), 0);
|
|
691
|
+
}
|
|
692
|
+
to {
|
|
693
|
+
visibility: hidden;
|
|
694
|
+
transform: translate3d(0, 500px, 0);
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
@keyframes Toastify__slideOutUp {
|
|
698
|
+
from {
|
|
699
|
+
transform: translate3d(0, var(--y), 0);
|
|
700
|
+
}
|
|
701
|
+
to {
|
|
702
|
+
visibility: hidden;
|
|
703
|
+
transform: translate3d(0, -500px, 0);
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
|
|
707
|
+
animation-name: Toastify__slideInLeft;
|
|
708
|
+
}
|
|
709
|
+
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
|
|
710
|
+
animation-name: Toastify__slideInRight;
|
|
711
|
+
}
|
|
712
|
+
.Toastify__slide-enter--top-center {
|
|
713
|
+
animation-name: Toastify__slideInDown;
|
|
714
|
+
}
|
|
715
|
+
.Toastify__slide-enter--bottom-center {
|
|
716
|
+
animation-name: Toastify__slideInUp;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
|
|
720
|
+
animation-name: Toastify__slideOutLeft;
|
|
721
|
+
animation-timing-function: ease-in;
|
|
722
|
+
animation-duration: 0.3s;
|
|
723
|
+
}
|
|
724
|
+
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
|
|
725
|
+
animation-name: Toastify__slideOutRight;
|
|
726
|
+
animation-timing-function: ease-in;
|
|
727
|
+
animation-duration: 0.3s;
|
|
728
|
+
}
|
|
729
|
+
.Toastify__slide-exit--top-center {
|
|
730
|
+
animation-name: Toastify__slideOutUp;
|
|
731
|
+
animation-timing-function: ease-in;
|
|
732
|
+
animation-duration: 0.3s;
|
|
733
|
+
}
|
|
734
|
+
.Toastify__slide-exit--bottom-center {
|
|
735
|
+
animation-name: Toastify__slideOutDown;
|
|
736
|
+
animation-timing-function: ease-in;
|
|
737
|
+
animation-duration: 0.3s;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
@keyframes Toastify__spin {
|
|
741
|
+
from {
|
|
742
|
+
transform: rotate(0deg);
|
|
743
|
+
}
|
|
744
|
+
to {
|
|
745
|
+
transform: rotate(360deg);
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
/*# sourceMappingURL=ReactToastify.css.map */
|
|
750
|
+
.container{width:25%}.toast{min-height:24px;padding:4px 12px;opacity:60% !important;border-radius:4px;background-color:var(--toast-color)}.toast__body{padding:0;font-family:"Roboto";font-weight:500;font-size:12px;line-height:16px;letter-spacing:.5px;color:var(--main-background);text-align:center}
|
|
751
|
+
.loader{animation:rotate 1s infinite linear}.loader--sm{width:24px;height:24px}.loader--md{width:48px;height:48px}.loader--lg{width:52px;height:52px}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
|
|
752
|
+
.button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 16px;height:32px;border-radius:4px;flex:none;order:1;flex-grow:0;font-family:"Roboto";font-style:normal;font-weight:700;font-size:14px;line-height:16px;letter-spacing:.4px;cursor:pointer;border:none;outline:none}.button,.button *{box-sizing:border-box}.button--default{color:var(--secondary-background);background-color:var(--main-elements)}.button--default:hover{background-color:var(--color-default-hover)}.button--default:focus{outline:2px solid var(--color-background-info)}.button--default:active{background-color:var(--color-default-hover);color:var(--color-background-info)}.button--default.button--disabled{cursor:not-allowed;background-color:var(--disabled-elements);color:var(--secondary-text)}.button--outlined{background-color:inherit;border:1px solid var(--main-elements);color:var(--main-elements)}.button--outlined:hover{background-color:var(--outgoing-background)}.button--outlined:focus{border:2px solid var(--color-background-info)}.button--outlined:active{border:1px solid var(--main-elements);color:var(--main-elements)}.button--outlined.button--disabled{cursor:not-allowed;border:1px solid var(--disabled-elements);color:var(--disabled-elements)}.button--danger{background-color:var(--error);color:var(--secondary-background)}.button--danger:focus{outline:2px solid var(--error-secondary)}.button--danger:active{color:var(--error-secondary)}.button--danger.button--disabled{cursor:not-allowed;background-color:var(--disabled-elements);color:var(--secondary-text)}.button--text{background-color:inherit;color:var(--main-elements)}.button--text:focus{outline:2px solid var(--color-background-info)}.button--text:active{color:var(--color-default-hover)}.button--text.button--disabled{cursor:not-allowed;color:var(--disabled-elements)}.button__loader--default{fill:var(--secondary-background)}.button__loader--outlined{fill:var(--main-elements)}.button__loader--danger{fill:var(--secondary-background)}.button__loader--text{fill:var(--disabled-elements)}
|
|
753
|
+
|
|
754
|
+
/*# sourceMappingURL=Presentation-ui-components-Toast-Toast-stories.a5b284f4.chunk.css.map*/
|