quickblox-react-ui-kit 0.4.8 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +15 -0
- package/.storybook/main.ts +2 -0
- package/dist/CommonTypes/BaseViewModel.d.ts +1 -3
- package/dist/CommonTypes/CommonTypes.d.ts +2 -2
- package/dist/Data/repository/DialogsRepository.d.ts +0 -3
- package/dist/Data/source/remote/IRemoteDataSource.d.ts +0 -3
- package/dist/Data/source/remote/Mapper/MessageDTOMapper.d.ts +1 -0
- package/dist/Data/source/remote/RemoteDataSource.d.ts +0 -3
- package/dist/Domain/repository/IDialogsRepository.d.ts +0 -3
- 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 +0 -1
- package/dist/Presentation/Views/DialogList/DialogList.d.ts +5 -6
- package/dist/Presentation/Views/DialogList/DialogListViewModel.d.ts +1 -4
- 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 +2 -3
- 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 +2 -3
- 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 +0 -1
- package/dist/index-ui.js +44687 -78553
- package/dist/index-ui.js.map +1 -0
- package/dist/qb-api-calls/index.d.ts +0 -2
- package/dist/utils/parse.d.ts +1 -1
- package/package.json +9 -6
- package/src/Data/repository/ConnectionRepository.ts +2 -1
- package/src/Data/source/remote/Mapper/MessageDTOMapper.ts +26 -7
- package/src/Data/source/remote/RemoteDataSource.ts +0 -1
- package/src/Domain/use_cases/SyncDialogsUseCase.ts +3 -3
- package/src/Domain/use_cases/UserTypingMessageUseCase.ts +1 -1
- package/src/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.tsx +24 -9
- 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/CreateDialogWithAutoJoinUseCase.d.ts +0 -13
- package/dist/Domain/use_cases/CreateDialogWithAutoJoinUseCase.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/JoinFromTheDialogUseCase.d.ts +0 -11
- package/dist/Domain/use_cases/JoinFromTheDialogUseCase.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/UnJoinFromTheDialogUseCase.d.ts +0 -11
- package/dist/Domain/use_cases/UnJoinFromTheDialogUseCase.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/storybook-static/161.53da4e03.iframe.bundle.js +0 -2
- package/storybook-static/161.53da4e03.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/167.88fc69a9.iframe.bundle.js +0 -1
- package/storybook-static/217.f067a49f.iframe.bundle.js +0 -405
- package/storybook-static/217.f067a49f.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/217.f067a49f.iframe.bundle.js.map +0 -1
- package/storybook-static/294.b81cdbca.iframe.bundle.js +0 -1
- package/storybook-static/363.f6fcc1b9.iframe.bundle.js +0 -2
- package/storybook-static/363.f6fcc1b9.iframe.bundle.js.LICENSE.txt +0 -31
- package/storybook-static/364.988cd801.iframe.bundle.js +0 -1
- package/storybook-static/488.3cd3942e.iframe.bundle.js +0 -1
- package/storybook-static/559.9e64a6f5.iframe.bundle.js +0 -2
- package/storybook-static/559.9e64a6f5.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/735.6ee62079.iframe.bundle.js +0 -2
- package/storybook-static/735.6ee62079.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/844.be4346f2.iframe.bundle.js +0 -95
- package/storybook-static/844.be4346f2.iframe.bundle.js.LICENSE.txt +0 -19
- package/storybook-static/844.be4346f2.iframe.bundle.js.map +0 -1
- package/storybook-static/936.8546c1d8.iframe.bundle.js +0 -1
- package/storybook-static/961.d47fc2bc.iframe.bundle.js +0 -2
- package/storybook-static/961.d47fc2bc.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.a5ba7608.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.a5ba7608.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.c8824861.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.c8824861.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Button-Button-stories.fa2aa72c.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Button-Button-stories.fa2aa72c.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.cd797979.iframe.bundle.js +0 -1
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.b6998344.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.b6998344.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.46997cb0.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.46997cb0.iframe.bundle.js.LICENSE.txt +0 -15
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.a03feb06.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.a03feb06.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Header-Header-stories.a4edfcc6.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Header-Header-stories.a4edfcc6.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.4e80520d.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.4e80520d.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Message-Message-stories.213a90f6.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Message-Message-stories.213a90f6.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.2af0de55.iframe.bundle.js +0 -1
- package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.b927d1e1.iframe.bundle.js +0 -1
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.34dfadb1.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.34dfadb1.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.9b4eff15.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.9b4eff15.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.e7f5a274.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.e7f5a274.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.969cfe2e.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.969cfe2e.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Toast-Toast-stories.4f00432b.iframe.bundle.js +0 -1
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.1713eab7.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.1713eab7.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/docs-Introduction-mdx.46ed11c4.iframe.bundle.js +0 -1
- package/storybook-static/docs-Styling-mdx.3a86be03.iframe.bundle.js +0 -1
- package/storybook-static/favicon.svg +0 -1
- package/storybook-static/iframe.html +0 -511
- package/storybook-static/index.html +0 -181
- package/storybook-static/index.json +0 -1
- package/storybook-static/main.59f682e8.iframe.bundle.js +0 -1
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/project.json +0 -1
- package/storybook-static/runtime~main.ebabbef9.iframe.bundle.js +0 -1
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +0 -331
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +0 -51
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +0 -12
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -402
- package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +0 -242
- package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/interactions-11/manager-bundle.js +0 -222
- package/storybook-static/sb-addons/onboarding-1/manager-bundle.js +0 -127
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
- package/storybook-static/sb-common-assets/favicon.svg +0 -1
- 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/globals-module-info.js +0 -1052
- package/storybook-static/sb-manager/globals-runtime.js +0 -42127
- package/storybook-static/sb-manager/globals.js +0 -48
- package/storybook-static/sb-manager/runtime.js +0 -12048
- package/storybook-static/sb-preview/globals.js +0 -33
- package/storybook-static/sb-preview/runtime.js +0 -7745
|
@@ -1,1052 +0,0 @@
|
|
|
1
|
-
import ESM_COMPAT_Module from "node:module";
|
|
2
|
-
import { fileURLToPath as ESM_COMPAT_fileURLToPath } from 'node:url';
|
|
3
|
-
import { dirname as ESM_COMPAT_dirname } from 'node:path';
|
|
4
|
-
const __filename = ESM_COMPAT_fileURLToPath(import.meta.url);
|
|
5
|
-
const __dirname = ESM_COMPAT_dirname(__filename);
|
|
6
|
-
const require = ESM_COMPAT_Module.createRequire(import.meta.url);
|
|
7
|
-
|
|
8
|
-
// src/manager/globals/exports.ts
|
|
9
|
-
var t = {
|
|
10
|
-
react: [
|
|
11
|
-
"Children",
|
|
12
|
-
"Component",
|
|
13
|
-
"Fragment",
|
|
14
|
-
"Profiler",
|
|
15
|
-
"PureComponent",
|
|
16
|
-
"StrictMode",
|
|
17
|
-
"Suspense",
|
|
18
|
-
"__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED",
|
|
19
|
-
"cloneElement",
|
|
20
|
-
"createContext",
|
|
21
|
-
"createElement",
|
|
22
|
-
"createFactory",
|
|
23
|
-
"createRef",
|
|
24
|
-
"forwardRef",
|
|
25
|
-
"isValidElement",
|
|
26
|
-
"lazy",
|
|
27
|
-
"memo",
|
|
28
|
-
"startTransition",
|
|
29
|
-
"unstable_act",
|
|
30
|
-
"useCallback",
|
|
31
|
-
"useContext",
|
|
32
|
-
"useDebugValue",
|
|
33
|
-
"useDeferredValue",
|
|
34
|
-
"useEffect",
|
|
35
|
-
"useId",
|
|
36
|
-
"useImperativeHandle",
|
|
37
|
-
"useInsertionEffect",
|
|
38
|
-
"useLayoutEffect",
|
|
39
|
-
"useMemo",
|
|
40
|
-
"useReducer",
|
|
41
|
-
"useRef",
|
|
42
|
-
"useState",
|
|
43
|
-
"useSyncExternalStore",
|
|
44
|
-
"useTransition",
|
|
45
|
-
"version"
|
|
46
|
-
],
|
|
47
|
-
"react-dom": [
|
|
48
|
-
"__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED",
|
|
49
|
-
"createPortal",
|
|
50
|
-
"createRoot",
|
|
51
|
-
"findDOMNode",
|
|
52
|
-
"flushSync",
|
|
53
|
-
"hydrate",
|
|
54
|
-
"hydrateRoot",
|
|
55
|
-
"render",
|
|
56
|
-
"unmountComponentAtNode",
|
|
57
|
-
"unstable_batchedUpdates",
|
|
58
|
-
"unstable_renderSubtreeIntoContainer",
|
|
59
|
-
"version"
|
|
60
|
-
],
|
|
61
|
-
"react-dom/client": ["createRoot", "hydrateRoot"],
|
|
62
|
-
"@storybook/icons": [
|
|
63
|
-
"AccessibilityAltIcon",
|
|
64
|
-
"AccessibilityIcon",
|
|
65
|
-
"AccessibilityIgnoredIcon",
|
|
66
|
-
"AddIcon",
|
|
67
|
-
"AdminIcon",
|
|
68
|
-
"AlertAltIcon",
|
|
69
|
-
"AlertIcon",
|
|
70
|
-
"AlignLeftIcon",
|
|
71
|
-
"AlignRightIcon",
|
|
72
|
-
"AppleIcon",
|
|
73
|
-
"ArrowBottomLeftIcon",
|
|
74
|
-
"ArrowBottomRightIcon",
|
|
75
|
-
"ArrowDownIcon",
|
|
76
|
-
"ArrowLeftIcon",
|
|
77
|
-
"ArrowRightIcon",
|
|
78
|
-
"ArrowSolidDownIcon",
|
|
79
|
-
"ArrowSolidLeftIcon",
|
|
80
|
-
"ArrowSolidRightIcon",
|
|
81
|
-
"ArrowSolidUpIcon",
|
|
82
|
-
"ArrowTopLeftIcon",
|
|
83
|
-
"ArrowTopRightIcon",
|
|
84
|
-
"ArrowUpIcon",
|
|
85
|
-
"AzureDevOpsIcon",
|
|
86
|
-
"BackIcon",
|
|
87
|
-
"BasketIcon",
|
|
88
|
-
"BatchAcceptIcon",
|
|
89
|
-
"BatchDenyIcon",
|
|
90
|
-
"BeakerIcon",
|
|
91
|
-
"BellIcon",
|
|
92
|
-
"BitbucketIcon",
|
|
93
|
-
"BoldIcon",
|
|
94
|
-
"BookIcon",
|
|
95
|
-
"BookmarkHollowIcon",
|
|
96
|
-
"BookmarkIcon",
|
|
97
|
-
"BottomBarIcon",
|
|
98
|
-
"BottomBarToggleIcon",
|
|
99
|
-
"BoxIcon",
|
|
100
|
-
"BranchIcon",
|
|
101
|
-
"BrowserIcon",
|
|
102
|
-
"ButtonIcon",
|
|
103
|
-
"CPUIcon",
|
|
104
|
-
"CalendarIcon",
|
|
105
|
-
"CameraIcon",
|
|
106
|
-
"CameraStabilizeIcon",
|
|
107
|
-
"CategoryIcon",
|
|
108
|
-
"CertificateIcon",
|
|
109
|
-
"ChangedIcon",
|
|
110
|
-
"ChatIcon",
|
|
111
|
-
"CheckIcon",
|
|
112
|
-
"ChevronDownIcon",
|
|
113
|
-
"ChevronLeftIcon",
|
|
114
|
-
"ChevronRightIcon",
|
|
115
|
-
"ChevronSmallDownIcon",
|
|
116
|
-
"ChevronSmallLeftIcon",
|
|
117
|
-
"ChevronSmallRightIcon",
|
|
118
|
-
"ChevronSmallUpIcon",
|
|
119
|
-
"ChevronUpIcon",
|
|
120
|
-
"ChromaticIcon",
|
|
121
|
-
"ChromeIcon",
|
|
122
|
-
"CircleHollowIcon",
|
|
123
|
-
"CircleIcon",
|
|
124
|
-
"ClearIcon",
|
|
125
|
-
"CloseAltIcon",
|
|
126
|
-
"CloseIcon",
|
|
127
|
-
"CloudHollowIcon",
|
|
128
|
-
"CloudIcon",
|
|
129
|
-
"CogIcon",
|
|
130
|
-
"CollapseIcon",
|
|
131
|
-
"CommandIcon",
|
|
132
|
-
"CommentAddIcon",
|
|
133
|
-
"CommentIcon",
|
|
134
|
-
"CommentsIcon",
|
|
135
|
-
"CommitIcon",
|
|
136
|
-
"CompassIcon",
|
|
137
|
-
"ComponentDrivenIcon",
|
|
138
|
-
"ComponentIcon",
|
|
139
|
-
"ContrastIcon",
|
|
140
|
-
"ContrastIgnoredIcon",
|
|
141
|
-
"ControlsIcon",
|
|
142
|
-
"CopyIcon",
|
|
143
|
-
"CreditIcon",
|
|
144
|
-
"CrossIcon",
|
|
145
|
-
"DashboardIcon",
|
|
146
|
-
"DatabaseIcon",
|
|
147
|
-
"DeleteIcon",
|
|
148
|
-
"DiamondIcon",
|
|
149
|
-
"DirectionIcon",
|
|
150
|
-
"DiscordIcon",
|
|
151
|
-
"DocChartIcon",
|
|
152
|
-
"DocListIcon",
|
|
153
|
-
"DocumentIcon",
|
|
154
|
-
"DownloadIcon",
|
|
155
|
-
"DragIcon",
|
|
156
|
-
"EditIcon",
|
|
157
|
-
"EllipsisIcon",
|
|
158
|
-
"EmailIcon",
|
|
159
|
-
"ExpandAltIcon",
|
|
160
|
-
"ExpandIcon",
|
|
161
|
-
"EyeCloseIcon",
|
|
162
|
-
"EyeIcon",
|
|
163
|
-
"FaceHappyIcon",
|
|
164
|
-
"FaceNeutralIcon",
|
|
165
|
-
"FaceSadIcon",
|
|
166
|
-
"FacebookIcon",
|
|
167
|
-
"FailedIcon",
|
|
168
|
-
"FastForwardIcon",
|
|
169
|
-
"FigmaIcon",
|
|
170
|
-
"FilterIcon",
|
|
171
|
-
"FlagIcon",
|
|
172
|
-
"FolderIcon",
|
|
173
|
-
"FormIcon",
|
|
174
|
-
"GDriveIcon",
|
|
175
|
-
"GithubIcon",
|
|
176
|
-
"GitlabIcon",
|
|
177
|
-
"GlobeIcon",
|
|
178
|
-
"GoogleIcon",
|
|
179
|
-
"GraphBarIcon",
|
|
180
|
-
"GraphLineIcon",
|
|
181
|
-
"GraphqlIcon",
|
|
182
|
-
"GridAltIcon",
|
|
183
|
-
"GridIcon",
|
|
184
|
-
"GrowIcon",
|
|
185
|
-
"HeartHollowIcon",
|
|
186
|
-
"HeartIcon",
|
|
187
|
-
"HomeIcon",
|
|
188
|
-
"HourglassIcon",
|
|
189
|
-
"InfoIcon",
|
|
190
|
-
"ItalicIcon",
|
|
191
|
-
"JumpToIcon",
|
|
192
|
-
"KeyIcon",
|
|
193
|
-
"LightningIcon",
|
|
194
|
-
"LightningOffIcon",
|
|
195
|
-
"LinkBrokenIcon",
|
|
196
|
-
"LinkIcon",
|
|
197
|
-
"LinkedinIcon",
|
|
198
|
-
"LinuxIcon",
|
|
199
|
-
"ListOrderedIcon",
|
|
200
|
-
"ListUnorderedIcon",
|
|
201
|
-
"LocationIcon",
|
|
202
|
-
"LockIcon",
|
|
203
|
-
"MarkdownIcon",
|
|
204
|
-
"MarkupIcon",
|
|
205
|
-
"MediumIcon",
|
|
206
|
-
"MemoryIcon",
|
|
207
|
-
"MenuIcon",
|
|
208
|
-
"MergeIcon",
|
|
209
|
-
"MirrorIcon",
|
|
210
|
-
"MobileIcon",
|
|
211
|
-
"MoonIcon",
|
|
212
|
-
"NutIcon",
|
|
213
|
-
"OutboxIcon",
|
|
214
|
-
"OutlineIcon",
|
|
215
|
-
"PaintBrushIcon",
|
|
216
|
-
"PaperClipIcon",
|
|
217
|
-
"ParagraphIcon",
|
|
218
|
-
"PassedIcon",
|
|
219
|
-
"PhoneIcon",
|
|
220
|
-
"PhotoDragIcon",
|
|
221
|
-
"PhotoIcon",
|
|
222
|
-
"PhotoStabilizeIcon",
|
|
223
|
-
"PinAltIcon",
|
|
224
|
-
"PinIcon",
|
|
225
|
-
"PlayAllHollowIcon",
|
|
226
|
-
"PlayBackIcon",
|
|
227
|
-
"PlayHollowIcon",
|
|
228
|
-
"PlayIcon",
|
|
229
|
-
"PlayNextIcon",
|
|
230
|
-
"PlusIcon",
|
|
231
|
-
"PointerDefaultIcon",
|
|
232
|
-
"PointerHandIcon",
|
|
233
|
-
"PowerIcon",
|
|
234
|
-
"PrintIcon",
|
|
235
|
-
"ProceedIcon",
|
|
236
|
-
"ProfileIcon",
|
|
237
|
-
"PullRequestIcon",
|
|
238
|
-
"QuestionIcon",
|
|
239
|
-
"RSSIcon",
|
|
240
|
-
"RedirectIcon",
|
|
241
|
-
"ReduxIcon",
|
|
242
|
-
"RefreshIcon",
|
|
243
|
-
"ReplyIcon",
|
|
244
|
-
"RepoIcon",
|
|
245
|
-
"RequestChangeIcon",
|
|
246
|
-
"RewindIcon",
|
|
247
|
-
"RulerIcon",
|
|
248
|
-
"SaveIcon",
|
|
249
|
-
"SearchIcon",
|
|
250
|
-
"ShareAltIcon",
|
|
251
|
-
"ShareIcon",
|
|
252
|
-
"ShieldIcon",
|
|
253
|
-
"SideBySideIcon",
|
|
254
|
-
"SidebarAltIcon",
|
|
255
|
-
"SidebarAltToggleIcon",
|
|
256
|
-
"SidebarIcon",
|
|
257
|
-
"SidebarToggleIcon",
|
|
258
|
-
"SpeakerIcon",
|
|
259
|
-
"StackedIcon",
|
|
260
|
-
"StarHollowIcon",
|
|
261
|
-
"StarIcon",
|
|
262
|
-
"StatusFailIcon",
|
|
263
|
-
"StatusIcon",
|
|
264
|
-
"StatusPassIcon",
|
|
265
|
-
"StatusWarnIcon",
|
|
266
|
-
"StickerIcon",
|
|
267
|
-
"StopAltHollowIcon",
|
|
268
|
-
"StopAltIcon",
|
|
269
|
-
"StopIcon",
|
|
270
|
-
"StorybookIcon",
|
|
271
|
-
"StructureIcon",
|
|
272
|
-
"SubtractIcon",
|
|
273
|
-
"SunIcon",
|
|
274
|
-
"SupportIcon",
|
|
275
|
-
"SweepIcon",
|
|
276
|
-
"SwitchAltIcon",
|
|
277
|
-
"SyncIcon",
|
|
278
|
-
"TabletIcon",
|
|
279
|
-
"ThumbsUpIcon",
|
|
280
|
-
"TimeIcon",
|
|
281
|
-
"TimerIcon",
|
|
282
|
-
"TransferIcon",
|
|
283
|
-
"TrashIcon",
|
|
284
|
-
"TwitterIcon",
|
|
285
|
-
"TypeIcon",
|
|
286
|
-
"UbuntuIcon",
|
|
287
|
-
"UndoIcon",
|
|
288
|
-
"UnfoldIcon",
|
|
289
|
-
"UnlockIcon",
|
|
290
|
-
"UnpinIcon",
|
|
291
|
-
"UploadIcon",
|
|
292
|
-
"UserAddIcon",
|
|
293
|
-
"UserAltIcon",
|
|
294
|
-
"UserIcon",
|
|
295
|
-
"UsersIcon",
|
|
296
|
-
"VSCodeIcon",
|
|
297
|
-
"VerifiedIcon",
|
|
298
|
-
"VideoIcon",
|
|
299
|
-
"WandIcon",
|
|
300
|
-
"WatchIcon",
|
|
301
|
-
"WindowsIcon",
|
|
302
|
-
"WrenchIcon",
|
|
303
|
-
"XIcon",
|
|
304
|
-
"YoutubeIcon",
|
|
305
|
-
"ZoomIcon",
|
|
306
|
-
"ZoomOutIcon",
|
|
307
|
-
"ZoomResetIcon",
|
|
308
|
-
"iconList"
|
|
309
|
-
],
|
|
310
|
-
"storybook/internal/components": [
|
|
311
|
-
"A",
|
|
312
|
-
"ActionBar",
|
|
313
|
-
"AddonPanel",
|
|
314
|
-
"Badge",
|
|
315
|
-
"Bar",
|
|
316
|
-
"Blockquote",
|
|
317
|
-
"Button",
|
|
318
|
-
"ClipboardCode",
|
|
319
|
-
"Code",
|
|
320
|
-
"DL",
|
|
321
|
-
"Div",
|
|
322
|
-
"DocumentWrapper",
|
|
323
|
-
"EmptyTabContent",
|
|
324
|
-
"ErrorFormatter",
|
|
325
|
-
"FlexBar",
|
|
326
|
-
"Form",
|
|
327
|
-
"H1",
|
|
328
|
-
"H2",
|
|
329
|
-
"H3",
|
|
330
|
-
"H4",
|
|
331
|
-
"H5",
|
|
332
|
-
"H6",
|
|
333
|
-
"HR",
|
|
334
|
-
"IconButton",
|
|
335
|
-
"IconButtonSkeleton",
|
|
336
|
-
"Icons",
|
|
337
|
-
"Img",
|
|
338
|
-
"LI",
|
|
339
|
-
"Link",
|
|
340
|
-
"ListItem",
|
|
341
|
-
"Loader",
|
|
342
|
-
"Modal",
|
|
343
|
-
"OL",
|
|
344
|
-
"P",
|
|
345
|
-
"Placeholder",
|
|
346
|
-
"Pre",
|
|
347
|
-
"ProgressSpinner",
|
|
348
|
-
"ResetWrapper",
|
|
349
|
-
"ScrollArea",
|
|
350
|
-
"Separator",
|
|
351
|
-
"Spaced",
|
|
352
|
-
"Span",
|
|
353
|
-
"StorybookIcon",
|
|
354
|
-
"StorybookLogo",
|
|
355
|
-
"Symbols",
|
|
356
|
-
"SyntaxHighlighter",
|
|
357
|
-
"TT",
|
|
358
|
-
"TabBar",
|
|
359
|
-
"TabButton",
|
|
360
|
-
"TabWrapper",
|
|
361
|
-
"Table",
|
|
362
|
-
"Tabs",
|
|
363
|
-
"TabsState",
|
|
364
|
-
"TooltipLinkList",
|
|
365
|
-
"TooltipMessage",
|
|
366
|
-
"TooltipNote",
|
|
367
|
-
"UL",
|
|
368
|
-
"WithTooltip",
|
|
369
|
-
"WithTooltipPure",
|
|
370
|
-
"Zoom",
|
|
371
|
-
"codeCommon",
|
|
372
|
-
"components",
|
|
373
|
-
"createCopyToClipboardFunction",
|
|
374
|
-
"getStoryHref",
|
|
375
|
-
"icons",
|
|
376
|
-
"interleaveSeparators",
|
|
377
|
-
"nameSpaceClassNames",
|
|
378
|
-
"resetComponents",
|
|
379
|
-
"withReset"
|
|
380
|
-
],
|
|
381
|
-
"@storybook/components": [
|
|
382
|
-
"A",
|
|
383
|
-
"ActionBar",
|
|
384
|
-
"AddonPanel",
|
|
385
|
-
"Badge",
|
|
386
|
-
"Bar",
|
|
387
|
-
"Blockquote",
|
|
388
|
-
"Button",
|
|
389
|
-
"ClipboardCode",
|
|
390
|
-
"Code",
|
|
391
|
-
"DL",
|
|
392
|
-
"Div",
|
|
393
|
-
"DocumentWrapper",
|
|
394
|
-
"EmptyTabContent",
|
|
395
|
-
"ErrorFormatter",
|
|
396
|
-
"FlexBar",
|
|
397
|
-
"Form",
|
|
398
|
-
"H1",
|
|
399
|
-
"H2",
|
|
400
|
-
"H3",
|
|
401
|
-
"H4",
|
|
402
|
-
"H5",
|
|
403
|
-
"H6",
|
|
404
|
-
"HR",
|
|
405
|
-
"IconButton",
|
|
406
|
-
"IconButtonSkeleton",
|
|
407
|
-
"Icons",
|
|
408
|
-
"Img",
|
|
409
|
-
"LI",
|
|
410
|
-
"Link",
|
|
411
|
-
"ListItem",
|
|
412
|
-
"Loader",
|
|
413
|
-
"Modal",
|
|
414
|
-
"OL",
|
|
415
|
-
"P",
|
|
416
|
-
"Placeholder",
|
|
417
|
-
"Pre",
|
|
418
|
-
"ProgressSpinner",
|
|
419
|
-
"ResetWrapper",
|
|
420
|
-
"ScrollArea",
|
|
421
|
-
"Separator",
|
|
422
|
-
"Spaced",
|
|
423
|
-
"Span",
|
|
424
|
-
"StorybookIcon",
|
|
425
|
-
"StorybookLogo",
|
|
426
|
-
"Symbols",
|
|
427
|
-
"SyntaxHighlighter",
|
|
428
|
-
"TT",
|
|
429
|
-
"TabBar",
|
|
430
|
-
"TabButton",
|
|
431
|
-
"TabWrapper",
|
|
432
|
-
"Table",
|
|
433
|
-
"Tabs",
|
|
434
|
-
"TabsState",
|
|
435
|
-
"TooltipLinkList",
|
|
436
|
-
"TooltipMessage",
|
|
437
|
-
"TooltipNote",
|
|
438
|
-
"UL",
|
|
439
|
-
"WithTooltip",
|
|
440
|
-
"WithTooltipPure",
|
|
441
|
-
"Zoom",
|
|
442
|
-
"codeCommon",
|
|
443
|
-
"components",
|
|
444
|
-
"createCopyToClipboardFunction",
|
|
445
|
-
"getStoryHref",
|
|
446
|
-
"icons",
|
|
447
|
-
"interleaveSeparators",
|
|
448
|
-
"nameSpaceClassNames",
|
|
449
|
-
"resetComponents",
|
|
450
|
-
"withReset"
|
|
451
|
-
],
|
|
452
|
-
"@storybook/core/components": [
|
|
453
|
-
"A",
|
|
454
|
-
"ActionBar",
|
|
455
|
-
"AddonPanel",
|
|
456
|
-
"Badge",
|
|
457
|
-
"Bar",
|
|
458
|
-
"Blockquote",
|
|
459
|
-
"Button",
|
|
460
|
-
"ClipboardCode",
|
|
461
|
-
"Code",
|
|
462
|
-
"DL",
|
|
463
|
-
"Div",
|
|
464
|
-
"DocumentWrapper",
|
|
465
|
-
"EmptyTabContent",
|
|
466
|
-
"ErrorFormatter",
|
|
467
|
-
"FlexBar",
|
|
468
|
-
"Form",
|
|
469
|
-
"H1",
|
|
470
|
-
"H2",
|
|
471
|
-
"H3",
|
|
472
|
-
"H4",
|
|
473
|
-
"H5",
|
|
474
|
-
"H6",
|
|
475
|
-
"HR",
|
|
476
|
-
"IconButton",
|
|
477
|
-
"IconButtonSkeleton",
|
|
478
|
-
"Icons",
|
|
479
|
-
"Img",
|
|
480
|
-
"LI",
|
|
481
|
-
"Link",
|
|
482
|
-
"ListItem",
|
|
483
|
-
"Loader",
|
|
484
|
-
"Modal",
|
|
485
|
-
"OL",
|
|
486
|
-
"P",
|
|
487
|
-
"Placeholder",
|
|
488
|
-
"Pre",
|
|
489
|
-
"ProgressSpinner",
|
|
490
|
-
"ResetWrapper",
|
|
491
|
-
"ScrollArea",
|
|
492
|
-
"Separator",
|
|
493
|
-
"Spaced",
|
|
494
|
-
"Span",
|
|
495
|
-
"StorybookIcon",
|
|
496
|
-
"StorybookLogo",
|
|
497
|
-
"Symbols",
|
|
498
|
-
"SyntaxHighlighter",
|
|
499
|
-
"TT",
|
|
500
|
-
"TabBar",
|
|
501
|
-
"TabButton",
|
|
502
|
-
"TabWrapper",
|
|
503
|
-
"Table",
|
|
504
|
-
"Tabs",
|
|
505
|
-
"TabsState",
|
|
506
|
-
"TooltipLinkList",
|
|
507
|
-
"TooltipMessage",
|
|
508
|
-
"TooltipNote",
|
|
509
|
-
"UL",
|
|
510
|
-
"WithTooltip",
|
|
511
|
-
"WithTooltipPure",
|
|
512
|
-
"Zoom",
|
|
513
|
-
"codeCommon",
|
|
514
|
-
"components",
|
|
515
|
-
"createCopyToClipboardFunction",
|
|
516
|
-
"getStoryHref",
|
|
517
|
-
"icons",
|
|
518
|
-
"interleaveSeparators",
|
|
519
|
-
"nameSpaceClassNames",
|
|
520
|
-
"resetComponents",
|
|
521
|
-
"withReset"
|
|
522
|
-
],
|
|
523
|
-
"storybook/internal/manager-api": [
|
|
524
|
-
"ActiveTabs",
|
|
525
|
-
"Consumer",
|
|
526
|
-
"ManagerContext",
|
|
527
|
-
"Provider",
|
|
528
|
-
"RequestResponseError",
|
|
529
|
-
"addons",
|
|
530
|
-
"combineParameters",
|
|
531
|
-
"controlOrMetaKey",
|
|
532
|
-
"controlOrMetaSymbol",
|
|
533
|
-
"eventMatchesShortcut",
|
|
534
|
-
"eventToShortcut",
|
|
535
|
-
"experimental_MockUniversalStore",
|
|
536
|
-
"experimental_UniversalStore",
|
|
537
|
-
"experimental_requestResponse",
|
|
538
|
-
"experimental_useUniversalStore",
|
|
539
|
-
"isMacLike",
|
|
540
|
-
"isShortcutTaken",
|
|
541
|
-
"keyToSymbol",
|
|
542
|
-
"merge",
|
|
543
|
-
"mockChannel",
|
|
544
|
-
"optionOrAltSymbol",
|
|
545
|
-
"shortcutMatchesShortcut",
|
|
546
|
-
"shortcutToHumanString",
|
|
547
|
-
"types",
|
|
548
|
-
"useAddonState",
|
|
549
|
-
"useArgTypes",
|
|
550
|
-
"useArgs",
|
|
551
|
-
"useChannel",
|
|
552
|
-
"useGlobalTypes",
|
|
553
|
-
"useGlobals",
|
|
554
|
-
"useParameter",
|
|
555
|
-
"useSharedState",
|
|
556
|
-
"useStoryPrepared",
|
|
557
|
-
"useStorybookApi",
|
|
558
|
-
"useStorybookState"
|
|
559
|
-
],
|
|
560
|
-
"@storybook/manager-api": [
|
|
561
|
-
"ActiveTabs",
|
|
562
|
-
"Consumer",
|
|
563
|
-
"ManagerContext",
|
|
564
|
-
"Provider",
|
|
565
|
-
"RequestResponseError",
|
|
566
|
-
"addons",
|
|
567
|
-
"combineParameters",
|
|
568
|
-
"controlOrMetaKey",
|
|
569
|
-
"controlOrMetaSymbol",
|
|
570
|
-
"eventMatchesShortcut",
|
|
571
|
-
"eventToShortcut",
|
|
572
|
-
"experimental_MockUniversalStore",
|
|
573
|
-
"experimental_UniversalStore",
|
|
574
|
-
"experimental_requestResponse",
|
|
575
|
-
"experimental_useUniversalStore",
|
|
576
|
-
"isMacLike",
|
|
577
|
-
"isShortcutTaken",
|
|
578
|
-
"keyToSymbol",
|
|
579
|
-
"merge",
|
|
580
|
-
"mockChannel",
|
|
581
|
-
"optionOrAltSymbol",
|
|
582
|
-
"shortcutMatchesShortcut",
|
|
583
|
-
"shortcutToHumanString",
|
|
584
|
-
"types",
|
|
585
|
-
"useAddonState",
|
|
586
|
-
"useArgTypes",
|
|
587
|
-
"useArgs",
|
|
588
|
-
"useChannel",
|
|
589
|
-
"useGlobalTypes",
|
|
590
|
-
"useGlobals",
|
|
591
|
-
"useParameter",
|
|
592
|
-
"useSharedState",
|
|
593
|
-
"useStoryPrepared",
|
|
594
|
-
"useStorybookApi",
|
|
595
|
-
"useStorybookState"
|
|
596
|
-
],
|
|
597
|
-
"@storybook/core/manager-api": [
|
|
598
|
-
"ActiveTabs",
|
|
599
|
-
"Consumer",
|
|
600
|
-
"ManagerContext",
|
|
601
|
-
"Provider",
|
|
602
|
-
"RequestResponseError",
|
|
603
|
-
"addons",
|
|
604
|
-
"combineParameters",
|
|
605
|
-
"controlOrMetaKey",
|
|
606
|
-
"controlOrMetaSymbol",
|
|
607
|
-
"eventMatchesShortcut",
|
|
608
|
-
"eventToShortcut",
|
|
609
|
-
"experimental_MockUniversalStore",
|
|
610
|
-
"experimental_UniversalStore",
|
|
611
|
-
"experimental_requestResponse",
|
|
612
|
-
"experimental_useUniversalStore",
|
|
613
|
-
"isMacLike",
|
|
614
|
-
"isShortcutTaken",
|
|
615
|
-
"keyToSymbol",
|
|
616
|
-
"merge",
|
|
617
|
-
"mockChannel",
|
|
618
|
-
"optionOrAltSymbol",
|
|
619
|
-
"shortcutMatchesShortcut",
|
|
620
|
-
"shortcutToHumanString",
|
|
621
|
-
"types",
|
|
622
|
-
"useAddonState",
|
|
623
|
-
"useArgTypes",
|
|
624
|
-
"useArgs",
|
|
625
|
-
"useChannel",
|
|
626
|
-
"useGlobalTypes",
|
|
627
|
-
"useGlobals",
|
|
628
|
-
"useParameter",
|
|
629
|
-
"useSharedState",
|
|
630
|
-
"useStoryPrepared",
|
|
631
|
-
"useStorybookApi",
|
|
632
|
-
"useStorybookState"
|
|
633
|
-
],
|
|
634
|
-
"storybook/internal/router": [
|
|
635
|
-
"BaseLocationProvider",
|
|
636
|
-
"DEEPLY_EQUAL",
|
|
637
|
-
"Link",
|
|
638
|
-
"Location",
|
|
639
|
-
"LocationProvider",
|
|
640
|
-
"Match",
|
|
641
|
-
"Route",
|
|
642
|
-
"buildArgsParam",
|
|
643
|
-
"deepDiff",
|
|
644
|
-
"getMatch",
|
|
645
|
-
"parsePath",
|
|
646
|
-
"queryFromLocation",
|
|
647
|
-
"stringifyQuery",
|
|
648
|
-
"useNavigate"
|
|
649
|
-
],
|
|
650
|
-
"@storybook/router": [
|
|
651
|
-
"BaseLocationProvider",
|
|
652
|
-
"DEEPLY_EQUAL",
|
|
653
|
-
"Link",
|
|
654
|
-
"Location",
|
|
655
|
-
"LocationProvider",
|
|
656
|
-
"Match",
|
|
657
|
-
"Route",
|
|
658
|
-
"buildArgsParam",
|
|
659
|
-
"deepDiff",
|
|
660
|
-
"getMatch",
|
|
661
|
-
"parsePath",
|
|
662
|
-
"queryFromLocation",
|
|
663
|
-
"stringifyQuery",
|
|
664
|
-
"useNavigate"
|
|
665
|
-
],
|
|
666
|
-
"@storybook/core/router": [
|
|
667
|
-
"BaseLocationProvider",
|
|
668
|
-
"DEEPLY_EQUAL",
|
|
669
|
-
"Link",
|
|
670
|
-
"Location",
|
|
671
|
-
"LocationProvider",
|
|
672
|
-
"Match",
|
|
673
|
-
"Route",
|
|
674
|
-
"buildArgsParam",
|
|
675
|
-
"deepDiff",
|
|
676
|
-
"getMatch",
|
|
677
|
-
"parsePath",
|
|
678
|
-
"queryFromLocation",
|
|
679
|
-
"stringifyQuery",
|
|
680
|
-
"useNavigate"
|
|
681
|
-
],
|
|
682
|
-
"storybook/internal/theming": [
|
|
683
|
-
"CacheProvider",
|
|
684
|
-
"ClassNames",
|
|
685
|
-
"Global",
|
|
686
|
-
"ThemeProvider",
|
|
687
|
-
"background",
|
|
688
|
-
"color",
|
|
689
|
-
"convert",
|
|
690
|
-
"create",
|
|
691
|
-
"createCache",
|
|
692
|
-
"createGlobal",
|
|
693
|
-
"createReset",
|
|
694
|
-
"css",
|
|
695
|
-
"darken",
|
|
696
|
-
"ensure",
|
|
697
|
-
"ignoreSsrWarning",
|
|
698
|
-
"isPropValid",
|
|
699
|
-
"jsx",
|
|
700
|
-
"keyframes",
|
|
701
|
-
"lighten",
|
|
702
|
-
"styled",
|
|
703
|
-
"themes",
|
|
704
|
-
"typography",
|
|
705
|
-
"useTheme",
|
|
706
|
-
"withTheme"
|
|
707
|
-
],
|
|
708
|
-
"@storybook/theming": [
|
|
709
|
-
"CacheProvider",
|
|
710
|
-
"ClassNames",
|
|
711
|
-
"Global",
|
|
712
|
-
"ThemeProvider",
|
|
713
|
-
"background",
|
|
714
|
-
"color",
|
|
715
|
-
"convert",
|
|
716
|
-
"create",
|
|
717
|
-
"createCache",
|
|
718
|
-
"createGlobal",
|
|
719
|
-
"createReset",
|
|
720
|
-
"css",
|
|
721
|
-
"darken",
|
|
722
|
-
"ensure",
|
|
723
|
-
"ignoreSsrWarning",
|
|
724
|
-
"isPropValid",
|
|
725
|
-
"jsx",
|
|
726
|
-
"keyframes",
|
|
727
|
-
"lighten",
|
|
728
|
-
"styled",
|
|
729
|
-
"themes",
|
|
730
|
-
"typography",
|
|
731
|
-
"useTheme",
|
|
732
|
-
"withTheme"
|
|
733
|
-
],
|
|
734
|
-
"@storybook/core/theming": [
|
|
735
|
-
"CacheProvider",
|
|
736
|
-
"ClassNames",
|
|
737
|
-
"Global",
|
|
738
|
-
"ThemeProvider",
|
|
739
|
-
"background",
|
|
740
|
-
"color",
|
|
741
|
-
"convert",
|
|
742
|
-
"create",
|
|
743
|
-
"createCache",
|
|
744
|
-
"createGlobal",
|
|
745
|
-
"createReset",
|
|
746
|
-
"css",
|
|
747
|
-
"darken",
|
|
748
|
-
"ensure",
|
|
749
|
-
"ignoreSsrWarning",
|
|
750
|
-
"isPropValid",
|
|
751
|
-
"jsx",
|
|
752
|
-
"keyframes",
|
|
753
|
-
"lighten",
|
|
754
|
-
"styled",
|
|
755
|
-
"themes",
|
|
756
|
-
"typography",
|
|
757
|
-
"useTheme",
|
|
758
|
-
"withTheme"
|
|
759
|
-
],
|
|
760
|
-
"storybook/internal/theming/create": ["create", "themes"],
|
|
761
|
-
"@storybook/theming/create": ["create", "themes"],
|
|
762
|
-
"@storybook/core/theming/create": ["create", "themes"],
|
|
763
|
-
"storybook/internal/channels": [
|
|
764
|
-
"Channel",
|
|
765
|
-
"HEARTBEAT_INTERVAL",
|
|
766
|
-
"HEARTBEAT_MAX_LATENCY",
|
|
767
|
-
"PostMessageTransport",
|
|
768
|
-
"WebsocketTransport",
|
|
769
|
-
"createBrowserChannel"
|
|
770
|
-
],
|
|
771
|
-
"@storybook/channels": [
|
|
772
|
-
"Channel",
|
|
773
|
-
"HEARTBEAT_INTERVAL",
|
|
774
|
-
"HEARTBEAT_MAX_LATENCY",
|
|
775
|
-
"PostMessageTransport",
|
|
776
|
-
"WebsocketTransport",
|
|
777
|
-
"createBrowserChannel"
|
|
778
|
-
],
|
|
779
|
-
"@storybook/core/channels": [
|
|
780
|
-
"Channel",
|
|
781
|
-
"HEARTBEAT_INTERVAL",
|
|
782
|
-
"HEARTBEAT_MAX_LATENCY",
|
|
783
|
-
"PostMessageTransport",
|
|
784
|
-
"WebsocketTransport",
|
|
785
|
-
"createBrowserChannel"
|
|
786
|
-
],
|
|
787
|
-
"storybook/internal/core-errors": [
|
|
788
|
-
"ARGTYPES_INFO_REQUEST",
|
|
789
|
-
"ARGTYPES_INFO_RESPONSE",
|
|
790
|
-
"CHANNEL_CREATED",
|
|
791
|
-
"CHANNEL_WS_DISCONNECT",
|
|
792
|
-
"CONFIG_ERROR",
|
|
793
|
-
"CREATE_NEW_STORYFILE_REQUEST",
|
|
794
|
-
"CREATE_NEW_STORYFILE_RESPONSE",
|
|
795
|
-
"CURRENT_STORY_WAS_SET",
|
|
796
|
-
"DOCS_PREPARED",
|
|
797
|
-
"DOCS_RENDERED",
|
|
798
|
-
"FILE_COMPONENT_SEARCH_REQUEST",
|
|
799
|
-
"FILE_COMPONENT_SEARCH_RESPONSE",
|
|
800
|
-
"FORCE_REMOUNT",
|
|
801
|
-
"FORCE_RE_RENDER",
|
|
802
|
-
"GLOBALS_UPDATED",
|
|
803
|
-
"NAVIGATE_URL",
|
|
804
|
-
"PLAY_FUNCTION_THREW_EXCEPTION",
|
|
805
|
-
"PRELOAD_ENTRIES",
|
|
806
|
-
"PREVIEW_BUILDER_PROGRESS",
|
|
807
|
-
"PREVIEW_KEYDOWN",
|
|
808
|
-
"REGISTER_SUBSCRIPTION",
|
|
809
|
-
"REQUEST_WHATS_NEW_DATA",
|
|
810
|
-
"RESET_STORY_ARGS",
|
|
811
|
-
"RESULT_WHATS_NEW_DATA",
|
|
812
|
-
"SAVE_STORY_REQUEST",
|
|
813
|
-
"SAVE_STORY_RESPONSE",
|
|
814
|
-
"SELECT_STORY",
|
|
815
|
-
"SET_CONFIG",
|
|
816
|
-
"SET_CURRENT_STORY",
|
|
817
|
-
"SET_FILTER",
|
|
818
|
-
"SET_GLOBALS",
|
|
819
|
-
"SET_INDEX",
|
|
820
|
-
"SET_STORIES",
|
|
821
|
-
"SET_WHATS_NEW_CACHE",
|
|
822
|
-
"SHARED_STATE_CHANGED",
|
|
823
|
-
"SHARED_STATE_SET",
|
|
824
|
-
"STORIES_COLLAPSE_ALL",
|
|
825
|
-
"STORIES_EXPAND_ALL",
|
|
826
|
-
"STORY_ARGS_UPDATED",
|
|
827
|
-
"STORY_CHANGED",
|
|
828
|
-
"STORY_ERRORED",
|
|
829
|
-
"STORY_FINISHED",
|
|
830
|
-
"STORY_INDEX_INVALIDATED",
|
|
831
|
-
"STORY_MISSING",
|
|
832
|
-
"STORY_PREPARED",
|
|
833
|
-
"STORY_RENDERED",
|
|
834
|
-
"STORY_RENDER_PHASE_CHANGED",
|
|
835
|
-
"STORY_SPECIFIED",
|
|
836
|
-
"STORY_THREW_EXCEPTION",
|
|
837
|
-
"STORY_UNCHANGED",
|
|
838
|
-
"TELEMETRY_ERROR",
|
|
839
|
-
"TESTING_MODULE_CANCEL_TEST_RUN_REQUEST",
|
|
840
|
-
"TESTING_MODULE_CANCEL_TEST_RUN_RESPONSE",
|
|
841
|
-
"TESTING_MODULE_CRASH_REPORT",
|
|
842
|
-
"TESTING_MODULE_PROGRESS_REPORT",
|
|
843
|
-
"TESTING_MODULE_RUN_ALL_REQUEST",
|
|
844
|
-
"TESTING_MODULE_RUN_REQUEST",
|
|
845
|
-
"TOGGLE_WHATS_NEW_NOTIFICATIONS",
|
|
846
|
-
"UNHANDLED_ERRORS_WHILE_PLAYING",
|
|
847
|
-
"UPDATE_GLOBALS",
|
|
848
|
-
"UPDATE_QUERY_PARAMS",
|
|
849
|
-
"UPDATE_STORY_ARGS"
|
|
850
|
-
],
|
|
851
|
-
"@storybook/core-events": [
|
|
852
|
-
"ARGTYPES_INFO_REQUEST",
|
|
853
|
-
"ARGTYPES_INFO_RESPONSE",
|
|
854
|
-
"CHANNEL_CREATED",
|
|
855
|
-
"CHANNEL_WS_DISCONNECT",
|
|
856
|
-
"CONFIG_ERROR",
|
|
857
|
-
"CREATE_NEW_STORYFILE_REQUEST",
|
|
858
|
-
"CREATE_NEW_STORYFILE_RESPONSE",
|
|
859
|
-
"CURRENT_STORY_WAS_SET",
|
|
860
|
-
"DOCS_PREPARED",
|
|
861
|
-
"DOCS_RENDERED",
|
|
862
|
-
"FILE_COMPONENT_SEARCH_REQUEST",
|
|
863
|
-
"FILE_COMPONENT_SEARCH_RESPONSE",
|
|
864
|
-
"FORCE_REMOUNT",
|
|
865
|
-
"FORCE_RE_RENDER",
|
|
866
|
-
"GLOBALS_UPDATED",
|
|
867
|
-
"NAVIGATE_URL",
|
|
868
|
-
"PLAY_FUNCTION_THREW_EXCEPTION",
|
|
869
|
-
"PRELOAD_ENTRIES",
|
|
870
|
-
"PREVIEW_BUILDER_PROGRESS",
|
|
871
|
-
"PREVIEW_KEYDOWN",
|
|
872
|
-
"REGISTER_SUBSCRIPTION",
|
|
873
|
-
"REQUEST_WHATS_NEW_DATA",
|
|
874
|
-
"RESET_STORY_ARGS",
|
|
875
|
-
"RESULT_WHATS_NEW_DATA",
|
|
876
|
-
"SAVE_STORY_REQUEST",
|
|
877
|
-
"SAVE_STORY_RESPONSE",
|
|
878
|
-
"SELECT_STORY",
|
|
879
|
-
"SET_CONFIG",
|
|
880
|
-
"SET_CURRENT_STORY",
|
|
881
|
-
"SET_FILTER",
|
|
882
|
-
"SET_GLOBALS",
|
|
883
|
-
"SET_INDEX",
|
|
884
|
-
"SET_STORIES",
|
|
885
|
-
"SET_WHATS_NEW_CACHE",
|
|
886
|
-
"SHARED_STATE_CHANGED",
|
|
887
|
-
"SHARED_STATE_SET",
|
|
888
|
-
"STORIES_COLLAPSE_ALL",
|
|
889
|
-
"STORIES_EXPAND_ALL",
|
|
890
|
-
"STORY_ARGS_UPDATED",
|
|
891
|
-
"STORY_CHANGED",
|
|
892
|
-
"STORY_ERRORED",
|
|
893
|
-
"STORY_FINISHED",
|
|
894
|
-
"STORY_INDEX_INVALIDATED",
|
|
895
|
-
"STORY_MISSING",
|
|
896
|
-
"STORY_PREPARED",
|
|
897
|
-
"STORY_RENDERED",
|
|
898
|
-
"STORY_RENDER_PHASE_CHANGED",
|
|
899
|
-
"STORY_SPECIFIED",
|
|
900
|
-
"STORY_THREW_EXCEPTION",
|
|
901
|
-
"STORY_UNCHANGED",
|
|
902
|
-
"TELEMETRY_ERROR",
|
|
903
|
-
"TESTING_MODULE_CANCEL_TEST_RUN_REQUEST",
|
|
904
|
-
"TESTING_MODULE_CANCEL_TEST_RUN_RESPONSE",
|
|
905
|
-
"TESTING_MODULE_CRASH_REPORT",
|
|
906
|
-
"TESTING_MODULE_PROGRESS_REPORT",
|
|
907
|
-
"TESTING_MODULE_RUN_ALL_REQUEST",
|
|
908
|
-
"TESTING_MODULE_RUN_REQUEST",
|
|
909
|
-
"TOGGLE_WHATS_NEW_NOTIFICATIONS",
|
|
910
|
-
"UNHANDLED_ERRORS_WHILE_PLAYING",
|
|
911
|
-
"UPDATE_GLOBALS",
|
|
912
|
-
"UPDATE_QUERY_PARAMS",
|
|
913
|
-
"UPDATE_STORY_ARGS"
|
|
914
|
-
],
|
|
915
|
-
"@storybook/core/core-events": [
|
|
916
|
-
"ARGTYPES_INFO_REQUEST",
|
|
917
|
-
"ARGTYPES_INFO_RESPONSE",
|
|
918
|
-
"CHANNEL_CREATED",
|
|
919
|
-
"CHANNEL_WS_DISCONNECT",
|
|
920
|
-
"CONFIG_ERROR",
|
|
921
|
-
"CREATE_NEW_STORYFILE_REQUEST",
|
|
922
|
-
"CREATE_NEW_STORYFILE_RESPONSE",
|
|
923
|
-
"CURRENT_STORY_WAS_SET",
|
|
924
|
-
"DOCS_PREPARED",
|
|
925
|
-
"DOCS_RENDERED",
|
|
926
|
-
"FILE_COMPONENT_SEARCH_REQUEST",
|
|
927
|
-
"FILE_COMPONENT_SEARCH_RESPONSE",
|
|
928
|
-
"FORCE_REMOUNT",
|
|
929
|
-
"FORCE_RE_RENDER",
|
|
930
|
-
"GLOBALS_UPDATED",
|
|
931
|
-
"NAVIGATE_URL",
|
|
932
|
-
"PLAY_FUNCTION_THREW_EXCEPTION",
|
|
933
|
-
"PRELOAD_ENTRIES",
|
|
934
|
-
"PREVIEW_BUILDER_PROGRESS",
|
|
935
|
-
"PREVIEW_KEYDOWN",
|
|
936
|
-
"REGISTER_SUBSCRIPTION",
|
|
937
|
-
"REQUEST_WHATS_NEW_DATA",
|
|
938
|
-
"RESET_STORY_ARGS",
|
|
939
|
-
"RESULT_WHATS_NEW_DATA",
|
|
940
|
-
"SAVE_STORY_REQUEST",
|
|
941
|
-
"SAVE_STORY_RESPONSE",
|
|
942
|
-
"SELECT_STORY",
|
|
943
|
-
"SET_CONFIG",
|
|
944
|
-
"SET_CURRENT_STORY",
|
|
945
|
-
"SET_FILTER",
|
|
946
|
-
"SET_GLOBALS",
|
|
947
|
-
"SET_INDEX",
|
|
948
|
-
"SET_STORIES",
|
|
949
|
-
"SET_WHATS_NEW_CACHE",
|
|
950
|
-
"SHARED_STATE_CHANGED",
|
|
951
|
-
"SHARED_STATE_SET",
|
|
952
|
-
"STORIES_COLLAPSE_ALL",
|
|
953
|
-
"STORIES_EXPAND_ALL",
|
|
954
|
-
"STORY_ARGS_UPDATED",
|
|
955
|
-
"STORY_CHANGED",
|
|
956
|
-
"STORY_ERRORED",
|
|
957
|
-
"STORY_FINISHED",
|
|
958
|
-
"STORY_INDEX_INVALIDATED",
|
|
959
|
-
"STORY_MISSING",
|
|
960
|
-
"STORY_PREPARED",
|
|
961
|
-
"STORY_RENDERED",
|
|
962
|
-
"STORY_RENDER_PHASE_CHANGED",
|
|
963
|
-
"STORY_SPECIFIED",
|
|
964
|
-
"STORY_THREW_EXCEPTION",
|
|
965
|
-
"STORY_UNCHANGED",
|
|
966
|
-
"TELEMETRY_ERROR",
|
|
967
|
-
"TESTING_MODULE_CANCEL_TEST_RUN_REQUEST",
|
|
968
|
-
"TESTING_MODULE_CANCEL_TEST_RUN_RESPONSE",
|
|
969
|
-
"TESTING_MODULE_CRASH_REPORT",
|
|
970
|
-
"TESTING_MODULE_PROGRESS_REPORT",
|
|
971
|
-
"TESTING_MODULE_RUN_ALL_REQUEST",
|
|
972
|
-
"TESTING_MODULE_RUN_REQUEST",
|
|
973
|
-
"TOGGLE_WHATS_NEW_NOTIFICATIONS",
|
|
974
|
-
"UNHANDLED_ERRORS_WHILE_PLAYING",
|
|
975
|
-
"UPDATE_GLOBALS",
|
|
976
|
-
"UPDATE_QUERY_PARAMS",
|
|
977
|
-
"UPDATE_STORY_ARGS"
|
|
978
|
-
],
|
|
979
|
-
"storybook/internal/types": ["Addon_TypesEnum"],
|
|
980
|
-
"@storybook/types": ["Addon_TypesEnum"],
|
|
981
|
-
"@storybook/core/types": ["Addon_TypesEnum"],
|
|
982
|
-
"storybook/internal/manager-errors": [
|
|
983
|
-
"Category",
|
|
984
|
-
"ProviderDoesNotExtendBaseProviderError",
|
|
985
|
-
"UncaughtManagerError"
|
|
986
|
-
],
|
|
987
|
-
"@storybook/core-events/manager-errors": [
|
|
988
|
-
"Category",
|
|
989
|
-
"ProviderDoesNotExtendBaseProviderError",
|
|
990
|
-
"UncaughtManagerError"
|
|
991
|
-
],
|
|
992
|
-
"@storybook/core/manager-errors": [
|
|
993
|
-
"Category",
|
|
994
|
-
"ProviderDoesNotExtendBaseProviderError",
|
|
995
|
-
"UncaughtManagerError"
|
|
996
|
-
],
|
|
997
|
-
"storybook/internal/client-logger": ["deprecate", "logger", "once", "pretty"],
|
|
998
|
-
"@storybook/client-logger": ["deprecate", "logger", "once", "pretty"],
|
|
999
|
-
"@storybook/core/client-logger": ["deprecate", "logger", "once", "pretty"]
|
|
1000
|
-
};
|
|
1001
|
-
|
|
1002
|
-
// src/manager/globals/globals.ts
|
|
1003
|
-
var e = {
|
|
1004
|
-
react: "__REACT__",
|
|
1005
|
-
"react-dom": "__REACT_DOM__",
|
|
1006
|
-
"react-dom/client": "__REACT_DOM_CLIENT__",
|
|
1007
|
-
"@storybook/icons": "__STORYBOOK_ICONS__",
|
|
1008
|
-
"storybook/internal/manager-api": "__STORYBOOK_API__",
|
|
1009
|
-
"@storybook/manager-api": "__STORYBOOK_API__",
|
|
1010
|
-
"@storybook/core/manager-api": "__STORYBOOK_API__",
|
|
1011
|
-
"storybook/internal/components": "__STORYBOOK_COMPONENTS__",
|
|
1012
|
-
"@storybook/components": "__STORYBOOK_COMPONENTS__",
|
|
1013
|
-
"@storybook/core/components": "__STORYBOOK_COMPONENTS__",
|
|
1014
|
-
"storybook/internal/channels": "__STORYBOOK_CHANNELS__",
|
|
1015
|
-
"@storybook/channels": "__STORYBOOK_CHANNELS__",
|
|
1016
|
-
"@storybook/core/channels": "__STORYBOOK_CHANNELS__",
|
|
1017
|
-
"storybook/internal/core-errors": "__STORYBOOK_CORE_EVENTS__",
|
|
1018
|
-
"@storybook/core-events": "__STORYBOOK_CORE_EVENTS__",
|
|
1019
|
-
"@storybook/core/core-events": "__STORYBOOK_CORE_EVENTS__",
|
|
1020
|
-
"storybook/internal/manager-errors": "__STORYBOOK_CORE_EVENTS_MANAGER_ERRORS__",
|
|
1021
|
-
"@storybook/core-events/manager-errors": "__STORYBOOK_CORE_EVENTS_MANAGER_ERRORS__",
|
|
1022
|
-
"@storybook/core/manager-errors": "__STORYBOOK_CORE_EVENTS_MANAGER_ERRORS__",
|
|
1023
|
-
"storybook/internal/router": "__STORYBOOK_ROUTER__",
|
|
1024
|
-
"@storybook/router": "__STORYBOOK_ROUTER__",
|
|
1025
|
-
"@storybook/core/router": "__STORYBOOK_ROUTER__",
|
|
1026
|
-
"storybook/internal/theming": "__STORYBOOK_THEMING__",
|
|
1027
|
-
"@storybook/theming": "__STORYBOOK_THEMING__",
|
|
1028
|
-
"@storybook/core/theming": "__STORYBOOK_THEMING__",
|
|
1029
|
-
"storybook/internal/theming/create": "__STORYBOOK_THEMING_CREATE__",
|
|
1030
|
-
"@storybook/theming/create": "__STORYBOOK_THEMING_CREATE__",
|
|
1031
|
-
"@storybook/core/theming/create": "__STORYBOOK_THEMING_CREATE__",
|
|
1032
|
-
"storybook/internal/client-logger": "__STORYBOOK_CLIENT_LOGGER__",
|
|
1033
|
-
"@storybook/client-logger": "__STORYBOOK_CLIENT_LOGGER__",
|
|
1034
|
-
"@storybook/core/client-logger": "__STORYBOOK_CLIENT_LOGGER__",
|
|
1035
|
-
"storybook/internal/types": "__STORYBOOK_TYPES__",
|
|
1036
|
-
"@storybook/types": "__STORYBOOK_TYPES__",
|
|
1037
|
-
"@storybook/core/types": "__STORYBOOK_TYPES__"
|
|
1038
|
-
}, n = Object.keys(e);
|
|
1039
|
-
|
|
1040
|
-
// src/manager/globals/globals-module-info.ts
|
|
1041
|
-
var S = n.reduce(
|
|
1042
|
-
(r, o) => (r[o] = {
|
|
1043
|
-
type: "esm",
|
|
1044
|
-
varName: e[o],
|
|
1045
|
-
namedExports: t[o],
|
|
1046
|
-
defaultExport: !0
|
|
1047
|
-
}, r),
|
|
1048
|
-
{}
|
|
1049
|
-
);
|
|
1050
|
-
export {
|
|
1051
|
-
S as globalsModuleInfoMap
|
|
1052
|
-
};
|