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,511 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>@font-face {
|
|
2
|
-
font-family: 'Nunito Sans';
|
|
3
|
-
font-style: normal;
|
|
4
|
-
font-weight: 400;
|
|
5
|
-
font-display: swap;
|
|
6
|
-
src: url('./sb-common-assets/nunito-sans-regular.woff2') format('woff2');
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: 'Nunito Sans';
|
|
11
|
-
font-style: italic;
|
|
12
|
-
font-weight: 400;
|
|
13
|
-
font-display: swap;
|
|
14
|
-
src: url('./sb-common-assets/nunito-sans-italic.woff2') format('woff2');
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: 'Nunito Sans';
|
|
19
|
-
font-style: normal;
|
|
20
|
-
font-weight: 700;
|
|
21
|
-
font-display: swap;
|
|
22
|
-
src: url('./sb-common-assets/nunito-sans-bold.woff2') format('woff2');
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: 'Nunito Sans';
|
|
27
|
-
font-style: italic;
|
|
28
|
-
font-weight: 700;
|
|
29
|
-
font-display: swap;
|
|
30
|
-
src: url('./sb-common-assets/nunito-sans-bold-italic.woff2') format('woff2');
|
|
31
|
-
}</style><base target="_parent"><style>/* While we aren't showing the main block yet, but still preparing, we want everything the user
|
|
32
|
-
has rendered, which may or may not be in #storybook-root, to be display none */
|
|
33
|
-
.sb-show-preparing-story:not(.sb-show-main) > :not(.sb-preparing-story) {
|
|
34
|
-
display: none;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.sb-show-preparing-docs:not(.sb-show-main) > :not(.sb-preparing-docs) {
|
|
38
|
-
display: none;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/* Hide our own blocks when we aren't supposed to be showing them */
|
|
42
|
-
:not(.sb-show-preparing-story) > .sb-preparing-story,
|
|
43
|
-
:not(.sb-show-preparing-docs) > .sb-preparing-docs,
|
|
44
|
-
:not(.sb-show-nopreview) > .sb-nopreview,
|
|
45
|
-
:not(.sb-show-errordisplay) > .sb-errordisplay {
|
|
46
|
-
display: none;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.sb-show-main.sb-main-centered {
|
|
50
|
-
margin: 0;
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
min-height: 100vh;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.sb-show-main.sb-main-centered #storybook-root {
|
|
57
|
-
box-sizing: border-box;
|
|
58
|
-
margin: auto;
|
|
59
|
-
padding: 1rem;
|
|
60
|
-
max-height: 100%;
|
|
61
|
-
/* Hack for centering correctly in IE11 */
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/* Vertical centering fix for IE11 */
|
|
65
|
-
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
66
|
-
.sb-show-main.sb-main-centered:after {
|
|
67
|
-
content: '';
|
|
68
|
-
min-height: inherit;
|
|
69
|
-
font-size: 0;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.sb-show-main.sb-main-fullscreen {
|
|
74
|
-
margin: 0;
|
|
75
|
-
padding: 0;
|
|
76
|
-
display: block;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.sb-show-main.sb-main-padded {
|
|
80
|
-
margin: 0;
|
|
81
|
-
padding: 1rem;
|
|
82
|
-
display: block;
|
|
83
|
-
box-sizing: border-box;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.sb-wrapper {
|
|
87
|
-
position: fixed;
|
|
88
|
-
top: 0;
|
|
89
|
-
bottom: 0;
|
|
90
|
-
left: 0;
|
|
91
|
-
right: 0;
|
|
92
|
-
box-sizing: border-box;
|
|
93
|
-
|
|
94
|
-
padding: 40px;
|
|
95
|
-
font-family:
|
|
96
|
-
'Nunito Sans',
|
|
97
|
-
-apple-system,
|
|
98
|
-
'.SFNSText-Regular',
|
|
99
|
-
'San Francisco',
|
|
100
|
-
BlinkMacSystemFont,
|
|
101
|
-
'Segoe UI',
|
|
102
|
-
'Helvetica Neue',
|
|
103
|
-
Helvetica,
|
|
104
|
-
Arial,
|
|
105
|
-
sans-serif;
|
|
106
|
-
-webkit-font-smoothing: antialiased;
|
|
107
|
-
overflow: auto;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@media (max-width: 700px) {
|
|
111
|
-
.sb-wrapper {
|
|
112
|
-
padding: 20px;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
@media (max-width: 500px) {
|
|
117
|
-
.sb-wrapper {
|
|
118
|
-
padding: 10px;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.sb-heading {
|
|
123
|
-
font-size: 14px;
|
|
124
|
-
font-weight: 600;
|
|
125
|
-
letter-spacing: 0.2px;
|
|
126
|
-
margin: 10px 0;
|
|
127
|
-
padding-right: 25px;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.sb-nopreview {
|
|
131
|
-
display: flex;
|
|
132
|
-
align-content: center;
|
|
133
|
-
justify-content: center;
|
|
134
|
-
box-sizing: border-box;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.sb-nopreview_main {
|
|
138
|
-
margin: auto;
|
|
139
|
-
padding: 30px;
|
|
140
|
-
border-radius: 10px;
|
|
141
|
-
background: rgba(0, 0, 0, 0.03);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.sb-nopreview_heading {
|
|
145
|
-
text-align: center;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.sb-errordisplay {
|
|
149
|
-
background: #f6f9fc;
|
|
150
|
-
color: black;
|
|
151
|
-
z-index: 999999;
|
|
152
|
-
width: 100vw;
|
|
153
|
-
min-height: 100vh;
|
|
154
|
-
box-sizing: border-box;
|
|
155
|
-
|
|
156
|
-
& ol {
|
|
157
|
-
padding-left: 18px;
|
|
158
|
-
margin: 0;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
& h1 {
|
|
162
|
-
font-family: Nunito Sans;
|
|
163
|
-
font-size: 22px;
|
|
164
|
-
font-weight: 400;
|
|
165
|
-
line-height: 30px;
|
|
166
|
-
font-weight: normal;
|
|
167
|
-
margin: 0;
|
|
168
|
-
|
|
169
|
-
&::before {
|
|
170
|
-
content: '';
|
|
171
|
-
display: inline-block;
|
|
172
|
-
width: 12px;
|
|
173
|
-
height: 12px;
|
|
174
|
-
background: #ff4400;
|
|
175
|
-
border-radius: 50%;
|
|
176
|
-
margin-right: 8px;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
& p,
|
|
181
|
-
& ol {
|
|
182
|
-
font-family: Nunito Sans;
|
|
183
|
-
font-size: 14px;
|
|
184
|
-
font-weight: 400;
|
|
185
|
-
line-height: 19px;
|
|
186
|
-
margin: 0;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
& li + li {
|
|
190
|
-
margin: 0;
|
|
191
|
-
padding: 0;
|
|
192
|
-
padding-top: 12px;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
& a {
|
|
196
|
-
color: currentColor;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.sb-errordisplay_main {
|
|
201
|
-
margin: auto;
|
|
202
|
-
padding: 24px;
|
|
203
|
-
display: flex;
|
|
204
|
-
box-sizing: border-box;
|
|
205
|
-
|
|
206
|
-
flex-direction: column;
|
|
207
|
-
min-height: 100%;
|
|
208
|
-
width: 100%;
|
|
209
|
-
border-radius: 6px;
|
|
210
|
-
background: white;
|
|
211
|
-
border: 1px solid #ff0000;
|
|
212
|
-
box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
|
|
213
|
-
gap: 24px;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.sb-errordisplay_code {
|
|
217
|
-
padding: 10px;
|
|
218
|
-
flex: 1;
|
|
219
|
-
background: #242424;
|
|
220
|
-
color: #c6c6c6;
|
|
221
|
-
box-sizing: border-box;
|
|
222
|
-
|
|
223
|
-
font-size: 14px;
|
|
224
|
-
font-weight: 400;
|
|
225
|
-
line-height: 19px;
|
|
226
|
-
border-radius: 4px;
|
|
227
|
-
|
|
228
|
-
font-family: 'Operator Mono', 'Fira Code Retina', 'Fira Code', 'FiraCode-Retina', 'Andale Mono',
|
|
229
|
-
'Lucida Console', Consolas, Monaco, monospace;
|
|
230
|
-
margin: 0;
|
|
231
|
-
overflow: auto;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.sb-errordisplay pre {
|
|
235
|
-
white-space: pre-wrap;
|
|
236
|
-
white-space: revert;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
@-webkit-keyframes sb-rotate360 {
|
|
240
|
-
from {
|
|
241
|
-
transform: rotate(0deg);
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
to {
|
|
245
|
-
transform: rotate(360deg);
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
@keyframes sb-rotate360 {
|
|
250
|
-
from {
|
|
251
|
-
transform: rotate(0deg);
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
to {
|
|
255
|
-
transform: rotate(360deg);
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
@-webkit-keyframes sb-glow {
|
|
260
|
-
0%,
|
|
261
|
-
100% {
|
|
262
|
-
opacity: 1;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
50% {
|
|
266
|
-
opacity: 0.4;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
@keyframes sb-glow {
|
|
271
|
-
0%,
|
|
272
|
-
100% {
|
|
273
|
-
opacity: 1;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
50% {
|
|
277
|
-
opacity: 0.4;
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
/* We display the preparing loaders *over* the rendering story */
|
|
282
|
-
.sb-preparing-story,
|
|
283
|
-
.sb-preparing-docs {
|
|
284
|
-
background-color: white;
|
|
285
|
-
/* Maximum possible z-index. It would be better to use stacking contexts to ensure it's always
|
|
286
|
-
on top, but this isn't possible as it would require making CSS changes that could affect user code */
|
|
287
|
-
z-index: 2147483647;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.sb-loader {
|
|
291
|
-
-webkit-animation: sb-rotate360 0.7s linear infinite;
|
|
292
|
-
animation: sb-rotate360 0.7s linear infinite;
|
|
293
|
-
border-color: rgba(97, 97, 97, 0.29);
|
|
294
|
-
border-radius: 50%;
|
|
295
|
-
border-style: solid;
|
|
296
|
-
border-top-color: #646464;
|
|
297
|
-
border-width: 2px;
|
|
298
|
-
display: inline-block;
|
|
299
|
-
height: 32px;
|
|
300
|
-
left: 50%;
|
|
301
|
-
margin-left: -16px;
|
|
302
|
-
margin-top: -16px;
|
|
303
|
-
mix-blend-mode: difference;
|
|
304
|
-
overflow: hidden;
|
|
305
|
-
position: absolute;
|
|
306
|
-
top: 50%;
|
|
307
|
-
transition: all 200ms ease-out;
|
|
308
|
-
vertical-align: top;
|
|
309
|
-
width: 32px;
|
|
310
|
-
z-index: 4;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.sb-previewBlock {
|
|
314
|
-
background: #fff;
|
|
315
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
316
|
-
border-radius: 4px;
|
|
317
|
-
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0;
|
|
318
|
-
margin: 25px auto 40px;
|
|
319
|
-
max-width: 600px;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.sb-previewBlock_header {
|
|
323
|
-
align-items: center;
|
|
324
|
-
box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 0 inset;
|
|
325
|
-
display: flex;
|
|
326
|
-
gap: 14px;
|
|
327
|
-
height: 40px;
|
|
328
|
-
padding: 0 12px;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.sb-previewBlock_icon {
|
|
332
|
-
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
333
|
-
animation: sb-glow 1.5s ease-in-out infinite;
|
|
334
|
-
background: #e6e6e6;
|
|
335
|
-
height: 14px;
|
|
336
|
-
width: 14px;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.sb-previewBlock_icon:last-child {
|
|
340
|
-
margin-left: auto;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.sb-previewBlock_body {
|
|
344
|
-
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
345
|
-
animation: sb-glow 1.5s ease-in-out infinite;
|
|
346
|
-
height: 182px;
|
|
347
|
-
position: relative;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.sb-argstableBlock {
|
|
351
|
-
border-collapse: collapse;
|
|
352
|
-
border-spacing: 0;
|
|
353
|
-
font-size: 13px;
|
|
354
|
-
line-height: 20px;
|
|
355
|
-
margin: 25px auto 40px;
|
|
356
|
-
max-width: 600px;
|
|
357
|
-
text-align: left;
|
|
358
|
-
width: 100%;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
.sb-argstableBlock th:first-of-type,
|
|
362
|
-
.sb-argstableBlock td:first-of-type {
|
|
363
|
-
padding-left: 20px;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.sb-argstableBlock th:nth-of-type(2),
|
|
367
|
-
.sb-argstableBlock td:nth-of-type(2) {
|
|
368
|
-
width: 35%;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.sb-argstableBlock th:nth-of-type(3),
|
|
372
|
-
.sb-argstableBlock td:nth-of-type(3) {
|
|
373
|
-
width: 15%;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.sb-argstableBlock th:last-of-type,
|
|
377
|
-
.sb-argstableBlock td:last-of-type {
|
|
378
|
-
width: 25%;
|
|
379
|
-
padding-right: 20px;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.sb-argstableBlock th span,
|
|
383
|
-
.sb-argstableBlock td span {
|
|
384
|
-
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
385
|
-
animation: sb-glow 1.5s ease-in-out infinite;
|
|
386
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
387
|
-
border-radius: 0;
|
|
388
|
-
box-shadow: none;
|
|
389
|
-
color: transparent;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.sb-argstableBlock th {
|
|
393
|
-
padding: 10px 15px;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
.sb-argstableBlock-body {
|
|
397
|
-
border-radius: 4px;
|
|
398
|
-
box-shadow:
|
|
399
|
-
rgba(0, 0, 0, 0.1) 0 1px 3px 1px,
|
|
400
|
-
rgba(0, 0, 0, 0.065) 0 0 0 1px;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.sb-argstableBlock-body tr {
|
|
404
|
-
background: transparent;
|
|
405
|
-
overflow: hidden;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.sb-argstableBlock-body tr:not(:first-child) {
|
|
409
|
-
border-top: 1px solid #e6e6e6;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.sb-argstableBlock-body tr:first-child td:first-child {
|
|
413
|
-
border-top-left-radius: 4px;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.sb-argstableBlock-body tr:first-child td:last-child {
|
|
417
|
-
border-top-right-radius: 4px;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.sb-argstableBlock-body tr:last-child td:first-child {
|
|
421
|
-
border-bottom-left-radius: 4px;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.sb-argstableBlock-body tr:last-child td:last-child {
|
|
425
|
-
border-bottom-right-radius: 4px;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.sb-argstableBlock-body td {
|
|
429
|
-
background: #fff;
|
|
430
|
-
padding-bottom: 10px;
|
|
431
|
-
padding-top: 10px;
|
|
432
|
-
vertical-align: top;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
.sb-argstableBlock-body td:not(:first-of-type) {
|
|
436
|
-
padding-left: 15px;
|
|
437
|
-
padding-right: 15px;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
.sb-argstableBlock-body button {
|
|
441
|
-
-webkit-animation: sb-glow 1.5s ease-in-out infinite;
|
|
442
|
-
animation: sb-glow 1.5s ease-in-out infinite;
|
|
443
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
444
|
-
border: 0;
|
|
445
|
-
border-radius: 0;
|
|
446
|
-
box-shadow: none;
|
|
447
|
-
color: transparent;
|
|
448
|
-
display: inline;
|
|
449
|
-
font-size: 12px;
|
|
450
|
-
line-height: 1;
|
|
451
|
-
padding: 10px 16px;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.sb-argstableBlock-summary {
|
|
455
|
-
margin-top: 4px;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.sb-argstableBlock-code {
|
|
459
|
-
margin-right: 4px;
|
|
460
|
-
margin-bottom: 4px;
|
|
461
|
-
padding: 2px 5px;
|
|
462
|
-
}</style><script>/* globals window */
|
|
463
|
-
/* eslint-disable no-underscore-dangle */
|
|
464
|
-
try {
|
|
465
|
-
if (window.top !== window) {
|
|
466
|
-
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
467
|
-
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.top.__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
468
|
-
window.top.__VUE_DEVTOOLS_CONTEXT__ = window.document;
|
|
469
|
-
}
|
|
470
|
-
} catch (e) {
|
|
471
|
-
// eslint-disable-next-line no-console
|
|
472
|
-
console.warn('unable to connect to top frame for connecting dev tools');
|
|
473
|
-
}</script><style>#storybook-root[hidden],
|
|
474
|
-
#storybook-docs[hidden] {
|
|
475
|
-
display: none !important;
|
|
476
|
-
}</style></head><body><div class="sb-preparing-story sb-wrapper"><div class="sb-loader"></div></div><div class="sb-preparing-docs sb-wrapper"><div class="sb-previewBlock"><div class="sb-previewBlock_header"><div class="sb-previewBlock_icon"></div><div class="sb-previewBlock_icon"></div><div class="sb-previewBlock_icon"></div><div class="sb-previewBlock_icon"></div></div><div class="sb-previewBlock_body"><div class="sb-loader"></div></div></div><table aria-hidden="true" class="sb-argstableBlock"><thead class="sb-argstableBlock-head"><tr><th><span>Name</span></th><th><span>Description</span></th><th><span>Default</span></th><th><span>Control</span></th></tr></thead><tbody class="sb-argstableBlock-body"><tr><td><span>propertyName</span><span title="Required">*</span></td><td><div><span>This is a short description</span></div><div class="sb-argstableBlock-summary"><div><span class="sb-argstableBlock-code">summary</span></div></div></td><td><div><span class="sb-argstableBlock-code">defaultValue</span></div></td><td><button>Set string</button></td></tr><tr><td><span>propertyName</span><span>*</span></td><td><div><span>This is a short description</span></div><div class="sb-argstableBlock-summary"><div><span class="sb-argstableBlock-code">summary</span></div></div></td><td><div><span class="sb-argstableBlock-code">defaultValue</span></div></td><td><button>Set string</button></td></tr><tr><td><span>propertyName</span><span>*</span></td><td><div><span>This is a short description</span></div><div class="sb-argstableBlock-summary"><div><span class="sb-argstableBlock-code">summary</span></div></div></td><td><div><span class="sb-argstableBlock-code">defaultValue</span></div></td><td><button>Set string</button></td></tr></tbody></table></div><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><div class="sb-errordisplay_main"><h1 id="error-message"></h1><p>The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:</p><ol><li><strong>Missing Context/Providers</strong>: You can use decorators to supply specific contexts or providers, which are sometimes necessary for components to render correctly. For detailed instructions on using decorators, please visit the <a href="https://storybook.js.org/docs/writing-stories/decorators">Decorators documentation</a>.</li><li><strong>Misconfigured Webpack or Vite</strong>: Verify that Storybook picks up all necessary settings for loaders, plugins, and other relevant parameters. You can find step-by-step guides for configuring <a href="https://storybook.js.org/docs/builders/webpack">Webpack</a> or <a href="https://storybook.js.org/docs/builders/vite">Vite</a> with Storybook.</li><li><strong>Missing Environment Variables</strong>: Your Storybook may require specific environment variables to function as intended. You can set up custom environment variables as outlined in the <a href="https://storybook.js.org/docs/configure/environment-variables">Environment Variables documentation</a>.</li></ol><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div></div><div id="storybook-root"></div><div id="storybook-docs"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
window['LOGLEVEL'] = "info";
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
window['FRAMEWORK_OPTIONS'] = {};
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
window['FEATURES'] = {"argTypeTargetsV7":true,"legacyDecoratorFileOrder":false,"disallowImplicitActionsInRenderV8":true};
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|mjs|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|mjs|ts|tsx))$"}];
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
window['DOCS_OPTIONS'] = {"defaultName":"Docs","autodocs":"tag"};
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
window['TAGS_OPTIONS'] = {"dev-only":{"excludeFromDocsStories":true},"docs-only":{"excludeFromSidebar":true},"test-only":{"excludeFromSidebar":true,"excludeFromDocsStories":true}};</script><script type="module">import './sb-preview/runtime.js';
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
import './runtime~main.ebabbef9.iframe.bundle.js';
|
|
508
|
-
|
|
509
|
-
import './217.f067a49f.iframe.bundle.js';
|
|
510
|
-
|
|
511
|
-
import './main.59f682e8.iframe.bundle.js';</script></body></html>
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8" />
|
|
5
|
-
|
|
6
|
-
<title>@storybook/core - Storybook</title>
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
|
|
11
|
-
|
|
12
|
-
<style>
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: 'Nunito Sans';
|
|
15
|
-
font-style: normal;
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
font-display: swap;
|
|
18
|
-
src: url('./sb-common-assets/nunito-sans-regular.woff2') format('woff2');
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
@font-face {
|
|
22
|
-
font-family: 'Nunito Sans';
|
|
23
|
-
font-style: italic;
|
|
24
|
-
font-weight: 400;
|
|
25
|
-
font-display: swap;
|
|
26
|
-
src: url('./sb-common-assets/nunito-sans-italic.woff2') format('woff2');
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@font-face {
|
|
30
|
-
font-family: 'Nunito Sans';
|
|
31
|
-
font-style: normal;
|
|
32
|
-
font-weight: 700;
|
|
33
|
-
font-display: swap;
|
|
34
|
-
src: url('./sb-common-assets/nunito-sans-bold.woff2') format('woff2');
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@font-face {
|
|
38
|
-
font-family: 'Nunito Sans';
|
|
39
|
-
font-style: italic;
|
|
40
|
-
font-weight: 700;
|
|
41
|
-
font-display: swap;
|
|
42
|
-
src: url('./sb-common-assets/nunito-sans-bold-italic.woff2') format('woff2');
|
|
43
|
-
}
|
|
44
|
-
</style>
|
|
45
|
-
|
|
46
|
-
<link href="./sb-manager/runtime.js" rel="modulepreload" />
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
<link href="./sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js" rel="modulepreload" />
|
|
50
|
-
|
|
51
|
-
<link href="./sb-addons/onboarding-1/manager-bundle.js" rel="modulepreload" />
|
|
52
|
-
|
|
53
|
-
<link href="./sb-addons/essentials-controls-2/manager-bundle.js" rel="modulepreload" />
|
|
54
|
-
|
|
55
|
-
<link href="./sb-addons/essentials-actions-3/manager-bundle.js" rel="modulepreload" />
|
|
56
|
-
|
|
57
|
-
<link href="./sb-addons/essentials-docs-4/manager-bundle.js" rel="modulepreload" />
|
|
58
|
-
|
|
59
|
-
<link href="./sb-addons/essentials-backgrounds-5/manager-bundle.js" rel="modulepreload" />
|
|
60
|
-
|
|
61
|
-
<link href="./sb-addons/essentials-viewport-6/manager-bundle.js" rel="modulepreload" />
|
|
62
|
-
|
|
63
|
-
<link href="./sb-addons/essentials-toolbars-7/manager-bundle.js" rel="modulepreload" />
|
|
64
|
-
|
|
65
|
-
<link href="./sb-addons/essentials-measure-8/manager-bundle.js" rel="modulepreload" />
|
|
66
|
-
|
|
67
|
-
<link href="./sb-addons/essentials-outline-9/manager-bundle.js" rel="modulepreload" />
|
|
68
|
-
|
|
69
|
-
<link href="./sb-addons/chromatic-com-storybook-10/manager-bundle.js" rel="modulepreload" />
|
|
70
|
-
|
|
71
|
-
<link href="./sb-addons/interactions-11/manager-bundle.js" rel="modulepreload" />
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
<style>
|
|
75
|
-
#storybook-root[hidden] {
|
|
76
|
-
display: none !important;
|
|
77
|
-
}
|
|
78
|
-
</style>
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
</head>
|
|
82
|
-
<body>
|
|
83
|
-
<div id="root"></div>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
<script>
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
window['FEATURES'] = {
|
|
90
|
-
"argTypeTargetsV7": true,
|
|
91
|
-
"legacyDecoratorFileOrder": false,
|
|
92
|
-
"disallowImplicitActionsInRenderV8": true
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
window['REFS'] = {};
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
window['LOGLEVEL'] = "info";
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
window['DOCS_OPTIONS'] = {
|
|
106
|
-
"defaultName": "Docs",
|
|
107
|
-
"autodocs": "tag"
|
|
108
|
-
};
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
window['CONFIG_TYPE'] = "PRODUCTION";
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
window['TAGS_OPTIONS'] = {
|
|
121
|
-
"dev-only": {
|
|
122
|
-
"excludeFromDocsStories": true
|
|
123
|
-
},
|
|
124
|
-
"docs-only": {
|
|
125
|
-
"excludeFromSidebar": true
|
|
126
|
-
},
|
|
127
|
-
"test-only": {
|
|
128
|
-
"excludeFromSidebar": true,
|
|
129
|
-
"excludeFromDocsStories": true
|
|
130
|
-
}
|
|
131
|
-
};
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
window['STORYBOOK_RENDERER'] = "react";
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
window['STORYBOOK_BUILDER'] = "@storybook/builder-webpack5";
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
window['STORYBOOK_FRAMEWORK'] = "@storybook/react-webpack5";
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
</script>
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
<script type="module">
|
|
150
|
-
import './sb-manager/globals-runtime.js';
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
import './sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js';
|
|
154
|
-
|
|
155
|
-
import './sb-addons/onboarding-1/manager-bundle.js';
|
|
156
|
-
|
|
157
|
-
import './sb-addons/essentials-controls-2/manager-bundle.js';
|
|
158
|
-
|
|
159
|
-
import './sb-addons/essentials-actions-3/manager-bundle.js';
|
|
160
|
-
|
|
161
|
-
import './sb-addons/essentials-docs-4/manager-bundle.js';
|
|
162
|
-
|
|
163
|
-
import './sb-addons/essentials-backgrounds-5/manager-bundle.js';
|
|
164
|
-
|
|
165
|
-
import './sb-addons/essentials-viewport-6/manager-bundle.js';
|
|
166
|
-
|
|
167
|
-
import './sb-addons/essentials-toolbars-7/manager-bundle.js';
|
|
168
|
-
|
|
169
|
-
import './sb-addons/essentials-measure-8/manager-bundle.js';
|
|
170
|
-
|
|
171
|
-
import './sb-addons/essentials-outline-9/manager-bundle.js';
|
|
172
|
-
|
|
173
|
-
import './sb-addons/chromatic-com-storybook-10/manager-bundle.js';
|
|
174
|
-
|
|
175
|
-
import './sb-addons/interactions-11/manager-bundle.js';
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
import './sb-manager/runtime.js';
|
|
179
|
-
</script>
|
|
180
|
-
</body>
|
|
181
|
-
</html>
|