@100mslive/roomkit-react 0.4.3-alpha.0 → 0.4.3-alpha.10
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/dist/index.cjs.css +214 -223
- package/dist/index.cjs.css.map +3 -3
- package/dist/index.cjs.js +489 -727
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +214 -223
- package/dist/index.css.map +3 -3
- package/dist/index.js +501 -739
- package/dist/index.js.map +4 -4
- package/dist/meta.cjs.json +93 -149
- package/dist/meta.esbuild.json +92 -148
- package/package.json +10 -24
- package/src/Accordion/Accordion.stories.tsx +0 -50
- package/src/Accordion/Accordion.tsx +0 -88
- package/src/Accordion/index.ts +0 -8
- package/src/AudioLevel/AudioLevel.tsx +0 -84
- package/src/AudioLevel/audio-level.png +0 -0
- package/src/AudioLevel/index.ts +0 -2
- package/src/AudioLevel/useBorderAudioLevel.tsx +0 -34
- package/src/Avatar/Avatar.stories.tsx +0 -33
- package/src/Avatar/Avatar.tsx +0 -60
- package/src/Avatar/getAvatarBg.ts +0 -50
- package/src/Avatar/index.ts +0 -1
- package/src/Button/Button.mdx +0 -43
- package/src/Button/Button.stories.tsx +0 -52
- package/src/Button/Button.tsx +0 -210
- package/src/Button/index.tsx +0 -1
- package/src/Chat/Chat.mdx +0 -39
- package/src/Chat/Chat.stories.tsx +0 -39
- package/src/Checkbox/Checkbox.stories.tsx +0 -61
- package/src/Checkbox/Checkbox.tsx +0 -35
- package/src/Checkbox/index.tsx +0 -1
- package/src/Collapsible/Collapsible.tsx +0 -34
- package/src/Collapsible/index.tsx +0 -1
- package/src/Diagnostics/AudioTest.tsx +0 -188
- package/src/Diagnostics/BrowserTest.tsx +0 -141
- package/src/Diagnostics/ConnectivityTest.tsx +0 -383
- package/src/Diagnostics/DeviceSelector.jsx +0 -71
- package/src/Diagnostics/Diagnostics.tsx +0 -190
- package/src/Diagnostics/DiagnosticsContext.ts +0 -46
- package/src/Diagnostics/VideoTest.tsx +0 -72
- package/src/Diagnostics/components.tsx +0 -70
- package/src/Diagnostics/index.ts +0 -1
- package/src/Divider/Divider.tsx +0 -45
- package/src/Divider/HorizontalDivider.stories.tsx +0 -34
- package/src/Divider/VerticalDivider.stories.tsx +0 -40
- package/src/Divider/index.ts +0 -1
- package/src/Dropdown/Dropdown.stories.tsx +0 -94
- package/src/Dropdown/Dropdown.tsx +0 -145
- package/src/Dropdown/index.tsx +0 -1
- package/src/Fieldset/Fieldset.stories.tsx +0 -29
- package/src/Fieldset/Fieldset.tsx +0 -11
- package/src/Fieldset/index.tsx +0 -1
- package/src/Footer/Footer.stories.tsx +0 -61
- package/src/Footer/Footer.tsx +0 -47
- package/src/Footer/index.tsx +0 -1
- package/src/IconButton/IconButton.tsx +0 -43
- package/src/IconButton/index.tsx +0 -1
- package/src/Icons/Icons.stories.mdx +0 -10
- package/src/Icons/IconsList.jsx +0 -17
- package/src/Input/Input.stories.tsx +0 -25
- package/src/Input/Input.tsx +0 -109
- package/src/Input/PasswordInput.stories.tsx +0 -53
- package/src/Input/index.tsx +0 -1
- package/src/Introduction/Integrating.stories.mdx +0 -100
- package/src/Introduction/Introduction.stories.mdx +0 -9
- package/src/Label/Label.tsx +0 -8
- package/src/Label/index.ts +0 -1
- package/src/Layout/Box.tsx +0 -3
- package/src/Layout/Flex.tsx +0 -76
- package/src/Layout/index.tsx +0 -2
- package/src/Link/Link.stories.tsx +0 -18
- package/src/Link/Link.tsx +0 -54
- package/src/Link/index.tsx +0 -2
- package/src/Loading/Loading.mdx +0 -15
- package/src/Loading/Loading.stories.tsx +0 -37
- package/src/Loading/Loading.tsx +0 -30
- package/src/Loading/index.ts +0 -1
- package/src/Modal/Dialog.mdx +0 -19
- package/src/Modal/Dialog.stories.tsx +0 -68
- package/src/Modal/Dialog.tsx +0 -57
- package/src/Modal/DialogContent.tsx +0 -65
- package/src/Modal/index.ts +0 -1
- package/src/Pagination/StyledPagination.stories.tsx +0 -80
- package/src/Pagination/StyledPagination.tsx +0 -70
- package/src/Pagination/index.tsx +0 -1
- package/src/Popover/Popover.mdx +0 -9
- package/src/Popover/Popover.stories.tsx +0 -95
- package/src/Popover/index.tsx +0 -34
- package/src/Prebuilt/App.tsx +0 -318
- package/src/Prebuilt/AppContext.tsx +0 -33
- package/src/Prebuilt/AppStateContext.tsx +0 -95
- package/src/Prebuilt/IconButton.tsx +0 -26
- package/src/Prebuilt/Prebuilt.stories.tsx +0 -46
- package/src/Prebuilt/common/PeersSorter.ts +0 -111
- package/src/Prebuilt/common/constants.ts +0 -151
- package/src/Prebuilt/common/hooks.ts +0 -257
- package/src/Prebuilt/common/utils.js +0 -185
- package/src/Prebuilt/components/AppData/AppData.tsx +0 -208
- package/src/Prebuilt/components/AppData/useChatState.js +0 -18
- package/src/Prebuilt/components/AppData/useSheet.ts +0 -33
- package/src/Prebuilt/components/AppData/useSidepane.js +0 -99
- package/src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx +0 -22
- package/src/Prebuilt/components/AppData/useUISettings.js +0 -212
- package/src/Prebuilt/components/AudioVideoToggle.tsx +0 -411
- package/src/Prebuilt/components/AuthToken.tsx +0 -148
- package/src/Prebuilt/components/CaptionIcon.tsx +0 -27
- package/src/Prebuilt/components/Chat/ArrowNavigation.tsx +0 -44
- package/src/Prebuilt/components/Chat/Chat.tsx +0 -190
- package/src/Prebuilt/components/Chat/ChatActions.tsx +0 -314
- package/src/Prebuilt/components/Chat/ChatBody.tsx +0 -493
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +0 -316
- package/src/Prebuilt/components/Chat/ChatSelector.tsx +0 -228
- package/src/Prebuilt/components/Chat/ChatSelectorContainer.tsx +0 -158
- package/src/Prebuilt/components/Chat/ChatStates.tsx +0 -73
- package/src/Prebuilt/components/Chat/EmptyChat.tsx +0 -58
- package/src/Prebuilt/components/Chat/MwebChatOption.tsx +0 -24
- package/src/Prebuilt/components/Chat/PinnedMessage.tsx +0 -140
- package/src/Prebuilt/components/Chat/StickIndicator.tsx +0 -24
- package/src/Prebuilt/components/Chat/useEmojiPickerStyles.js +0 -32
- package/src/Prebuilt/components/Chat/useUnreadCount.ts +0 -19
- package/src/Prebuilt/components/Chat/utils.ts +0 -11
- package/src/Prebuilt/components/ChatSettings.tsx +0 -68
- package/src/Prebuilt/components/Chip.tsx +0 -40
- package/src/Prebuilt/components/ConferenceScreen.tsx +0 -205
- package/src/Prebuilt/components/Connection/ConnectionIndicator.tsx +0 -89
- package/src/Prebuilt/components/Connection/TileConnection.tsx +0 -93
- package/src/Prebuilt/components/Connection/connectionQualityUtils.js +0 -37
- package/src/Prebuilt/components/EmojiReaction.jsx +0 -100
- package/src/Prebuilt/components/EndCallFeedback/Feedback.tsx +0 -71
- package/src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx +0 -381
- package/src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx +0 -64
- package/src/Prebuilt/components/ErrorBoundary.jsx +0 -102
- package/src/Prebuilt/components/Footer/ChatToggle.tsx +0 -53
- package/src/Prebuilt/components/Footer/EmojiCard.jsx +0 -34
- package/src/Prebuilt/components/Footer/Footer.tsx +0 -115
- package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +0 -124
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +0 -478
- package/src/Prebuilt/components/Footer/PollsToggle.tsx +0 -37
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +0 -183
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +0 -215
- package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +0 -52
- package/src/Prebuilt/components/FullPageProgress.tsx +0 -22
- package/src/Prebuilt/components/HMSVideo/Controls.jsx +0 -22
- package/src/Prebuilt/components/HMSVideo/FullscreenButton.tsx +0 -13
- package/src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx +0 -72
- package/src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx +0 -15
- package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx +0 -248
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +0 -75
- package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +0 -86
- package/src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx +0 -27
- package/src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx +0 -158
- package/src/Prebuilt/components/HMSVideo/PlayerContext.tsx +0 -15
- package/src/Prebuilt/components/HMSVideo/SeekControl.tsx +0 -22
- package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +0 -100
- package/src/Prebuilt/components/HMSVideo/VideoTime.tsx +0 -52
- package/src/Prebuilt/components/HMSVideo/VolumeControl.tsx +0 -70
- package/src/Prebuilt/components/HMSVideo/index.ts +0 -24
- package/src/Prebuilt/components/HMSVideo/utils.ts +0 -37
- package/src/Prebuilt/components/Header/Header.tsx +0 -52
- package/src/Prebuilt/components/Header/HeaderComponents.jsx +0 -57
- package/src/Prebuilt/components/Header/ParticipantFilter.jsx +0 -89
- package/src/Prebuilt/components/Header/RoomDetailsHeader.tsx +0 -51
- package/src/Prebuilt/components/Header/StreamActions.tsx +0 -297
- package/src/Prebuilt/components/Header/common.jsx +0 -196
- package/src/Prebuilt/components/Header/index.tsx +0 -1
- package/src/Prebuilt/components/HlsStatsOverlay.jsx +0 -89
- package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.stories.tsx +0 -40
- package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +0 -167
- package/src/Prebuilt/components/Input/KeyboardInputManager.js +0 -107
- package/src/Prebuilt/components/InsetTile.tsx +0 -136
- package/src/Prebuilt/components/LayoutModeSelector.tsx +0 -112
- package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +0 -166
- package/src/Prebuilt/components/Leave/EndSessionContent.tsx +0 -64
- package/src/Prebuilt/components/Leave/LeaveAtoms.tsx +0 -26
- package/src/Prebuilt/components/Leave/LeaveCard.tsx +0 -36
- package/src/Prebuilt/components/Leave/LeaveRoom.tsx +0 -82
- package/src/Prebuilt/components/Leave/LeaveSessionContent.tsx +0 -61
- package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +0 -135
- package/src/Prebuilt/components/LeaveScreen.tsx +0 -71
- package/src/Prebuilt/components/MoreSettings/ActionTile.jsx +0 -60
- package/src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx +0 -139
- package/src/Prebuilt/components/MoreSettings/CaptionContent.tsx +0 -143
- package/src/Prebuilt/components/MoreSettings/CaptionModal.tsx +0 -37
- package/src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx +0 -123
- package/src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx +0 -78
- package/src/Prebuilt/components/MoreSettings/EmbedUrl.jsx +0 -81
- package/src/Prebuilt/components/MoreSettings/FullScreenItem.tsx +0 -26
- package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +0 -29
- package/src/Prebuilt/components/MoreSettings/MuteAllContent.tsx +0 -81
- package/src/Prebuilt/components/MoreSettings/MuteAllModal.tsx +0 -72
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -282
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +0 -387
- package/src/Prebuilt/components/MoreSettings/constants.ts +0 -14
- package/src/Prebuilt/components/MwebLandscapePrompt.tsx +0 -81
- package/src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx +0 -39
- package/src/Prebuilt/components/Notifications/ChatNotifications.tsx +0 -34
- package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +0 -18
- package/src/Prebuilt/components/Notifications/DeviceInUseError.tsx +0 -86
- package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +0 -56
- package/src/Prebuilt/components/Notifications/HLSFailureModal.tsx +0 -71
- package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +0 -78
- package/src/Prebuilt/components/Notifications/InitErrorModal.tsx +0 -42
- package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +0 -24
- package/src/Prebuilt/components/Notifications/Notifications.tsx +0 -65
- package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +0 -52
- package/src/Prebuilt/components/Notifications/PermissionErrorModal.tsx +0 -144
- package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +0 -71
- package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +0 -33
- package/src/Prebuilt/components/Notifications/RoleChangeNotification.tsx +0 -24
- package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +0 -61
- package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +0 -41
- package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +0 -63
- package/src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx +0 -58
- package/src/Prebuilt/components/Notifications/index.tsx +0 -1
- package/src/Prebuilt/components/PIP/PIPChat.tsx +0 -292
- package/src/Prebuilt/components/PIP/PIPChatOption.tsx +0 -18
- package/src/Prebuilt/components/PIP/PIPComponent.tsx +0 -90
- package/src/Prebuilt/components/PIP/PIPManager.ts +0 -335
- package/src/Prebuilt/components/PIP/PIPProvider.tsx +0 -56
- package/src/Prebuilt/components/PIP/PIPWindow.tsx +0 -13
- package/src/Prebuilt/components/PIP/SetupMediaSession.js +0 -60
- package/src/Prebuilt/components/PIP/context.ts +0 -10
- package/src/Prebuilt/components/PIP/index.jsx +0 -6
- package/src/Prebuilt/components/PIP/pip.test.js +0 -72
- package/src/Prebuilt/components/PIP/pipUtils.js +0 -183
- package/src/Prebuilt/components/PIP/usePIPChat.tsx +0 -105
- package/src/Prebuilt/components/PIP/usePIPWindow.tsx +0 -12
- package/src/Prebuilt/components/Pagination.tsx +0 -60
- package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx +0 -248
- package/src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx +0 -142
- package/src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx +0 -74
- package/src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx +0 -324
- package/src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx +0 -64
- package/src/Prebuilt/components/Polls/Polls.tsx +0 -31
- package/src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx +0 -76
- package/src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx +0 -116
- package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +0 -60
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +0 -221
- package/src/Prebuilt/components/Polls/Voting/StandardVoting.tsx +0 -47
- package/src/Prebuilt/components/Polls/Voting/StatisticBox.tsx +0 -20
- package/src/Prebuilt/components/Polls/Voting/TimedVoting.tsx +0 -55
- package/src/Prebuilt/components/Polls/Voting/Voting.tsx +0 -143
- package/src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx +0 -50
- package/src/Prebuilt/components/Polls/common/Line.tsx +0 -4
- package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +0 -115
- package/src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx +0 -38
- package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +0 -140
- package/src/Prebuilt/components/Polls/common/StatusIndicator.tsx +0 -35
- package/src/Prebuilt/components/Polls/common/VoteCount.tsx +0 -15
- package/src/Prebuilt/components/Polls/common/VoteProgress.tsx +0 -18
- package/src/Prebuilt/components/Polls/common/constants.ts +0 -5
- package/src/Prebuilt/components/Polls/common/utils.ts +0 -22
- package/src/Prebuilt/components/Preview/PreviewForm.tsx +0 -94
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +0 -292
- package/src/Prebuilt/components/Preview/PreviewScreen.tsx +0 -38
- package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -20
- package/src/Prebuilt/components/RaiseHand.tsx +0 -30
- package/src/Prebuilt/components/RemoveParticipant.tsx +0 -35
- package/src/Prebuilt/components/RoleChangeModal.tsx +0 -188
- package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +0 -75
- package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -94
- package/src/Prebuilt/components/RoomDetails/Duration.tsx +0 -26
- package/src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx +0 -63
- package/src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx +0 -23
- package/src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx +0 -45
- package/src/Prebuilt/components/ScreenShareToggle.jsx +0 -58
- package/src/Prebuilt/components/ScreenshareDisplay.tsx +0 -39
- package/src/Prebuilt/components/ScreenshareTile.tsx +0 -134
- package/src/Prebuilt/components/SecondaryTiles.tsx +0 -81
- package/src/Prebuilt/components/Settings/DeviceSettings.jsx +0 -208
- package/src/Prebuilt/components/Settings/LayoutSettings.tsx +0 -74
- package/src/Prebuilt/components/Settings/NotificationSettings.tsx +0 -66
- package/src/Prebuilt/components/Settings/SettingsModal.jsx +0 -301
- package/src/Prebuilt/components/Settings/StartRecording.jsx +0 -101
- package/src/Prebuilt/components/Settings/SwitchWithLabel.tsx +0 -53
- package/src/Prebuilt/components/Settings/common.ts +0 -16
- package/src/Prebuilt/components/ShareMenuIcon.jsx +0 -27
- package/src/Prebuilt/components/SidePaneTabs.tsx +0 -214
- package/src/Prebuilt/components/StatsForNerds.jsx +0 -373
- package/src/Prebuilt/components/Streaming/Common.jsx +0 -143
- package/src/Prebuilt/components/Streaming/ResolutionInput.jsx +0 -88
- package/src/Prebuilt/components/TileMenu/TileMenu.tsx +0 -148
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +0 -393
- package/src/Prebuilt/components/TileMenu/utils.ts +0 -7
- package/src/Prebuilt/components/Toast/Toast.jsx +0 -17
- package/src/Prebuilt/components/Toast/ToastBatcher.js +0 -64
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +0 -177
- package/src/Prebuilt/components/Toast/ToastContainer.jsx +0 -30
- package/src/Prebuilt/components/Toast/ToastManager.js +0 -44
- package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +0 -62
- package/src/Prebuilt/components/VideoLayouts/Grid.tsx +0 -43
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -155
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +0 -91
- package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +0 -66
- package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +0 -74
- package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +0 -93
- package/src/Prebuilt/components/VideoLayouts/interface.ts +0 -11
- package/src/Prebuilt/components/VideoTile.tsx +0 -203
- package/src/Prebuilt/components/VirtualBackground/VBCollection.tsx +0 -52
- package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +0 -130
- package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +0 -57
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +0 -252
- package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +0 -50
- package/src/Prebuilt/components/hooks/useAudioOutputTest.tsx +0 -20
- package/src/Prebuilt/components/hooks/useAutoStartStreaming.tsx +0 -70
- package/src/Prebuilt/components/hooks/useChatBlacklist.ts +0 -29
- package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +0 -17
- package/src/Prebuilt/components/hooks/useDropdownList.ts +0 -24
- package/src/Prebuilt/components/hooks/useDropdownSelection.jsx +0 -3
- package/src/Prebuilt/components/hooks/useFullscreen.ts +0 -46
- package/src/Prebuilt/components/hooks/useGroupOnStageActions.tsx +0 -54
- package/src/Prebuilt/components/hooks/useMetadata.tsx +0 -56
- package/src/Prebuilt/components/hooks/usePeerOnStageActions.tsx +0 -49
- package/src/Prebuilt/components/hooks/usePinnedBy.tsx +0 -22
- package/src/Prebuilt/components/hooks/usePinnedMessages.ts +0 -78
- package/src/Prebuilt/components/hooks/usePlaylist.js +0 -25
- package/src/Prebuilt/components/hooks/usePlaylistMusic.js +0 -35
- package/src/Prebuilt/components/hooks/useRedirectToLeave.tsx +0 -23
- package/src/Prebuilt/components/hooks/useRoleProminencePeers.tsx +0 -39
- package/src/Prebuilt/components/hooks/useScreenshareAudio.js +0 -28
- package/src/Prebuilt/components/hooks/useTileLayout.tsx +0 -128
- package/src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx +0 -17
- package/src/Prebuilt/components/hooks/useUserPreferences.jsx +0 -26
- package/src/Prebuilt/components/hooks/useVideoTileLayout.ts +0 -26
- package/src/Prebuilt/components/init/Init.jsx +0 -31
- package/src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx +0 -42
- package/src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx +0 -31
- package/src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx +0 -32
- package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +0 -211
- package/src/Prebuilt/components/pdfAnnotator/submitPdf.jsx +0 -48
- package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +0 -71
- package/src/Prebuilt/components/peerTileUtils.tsx +0 -42
- package/src/Prebuilt/images/android-perm-1.png +0 -0
- package/src/Prebuilt/images/empty-chat.svg +0 -12
- package/src/Prebuilt/images/ios-perm-0.png +0 -0
- package/src/Prebuilt/images/pdf-share.png +0 -0
- package/src/Prebuilt/images/rtmp.png +0 -0
- package/src/Prebuilt/images/screen-share.png +0 -0
- package/src/Prebuilt/images/transaction_error.svg +0 -12
- package/src/Prebuilt/index.ts +0 -1
- package/src/Prebuilt/layouts/EmbedView.jsx +0 -94
- package/src/Prebuilt/layouts/HLSView.jsx +0 -747
- package/src/Prebuilt/layouts/PDFView.jsx +0 -67
- package/src/Prebuilt/layouts/Sheet.tsx +0 -14
- package/src/Prebuilt/layouts/SidePane.tsx +0 -241
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +0 -164
- package/src/Prebuilt/layouts/WaitingView.tsx +0 -52
- package/src/Prebuilt/plugins/CaptionsViewer.tsx +0 -261
- package/src/Prebuilt/plugins/FlyingEmoji.jsx +0 -154
- package/src/Prebuilt/plugins/RemoteStopScreenshare.jsx +0 -18
- package/src/Prebuilt/plugins/transcription/Transcriber.js +0 -216
- package/src/Prebuilt/plugins/transcription/TranscriptionButton.jsx +0 -138
- package/src/Prebuilt/plugins/transcription/index.jsx +0 -1
- package/src/Prebuilt/primitives/DialogContent.jsx +0 -285
- package/src/Prebuilt/primitives/DropdownTrigger.jsx +0 -46
- package/src/Prebuilt/provider/roomLayoutProvider/constants/index.ts +0 -60
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts +0 -88
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useInsetEnabled.ts +0 -10
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +0 -112
- package/src/Prebuilt/provider/roomLayoutProvider/index.tsx +0 -53
- package/src/Prebuilt/services/FeatureFlags.jsx +0 -46
- package/src/Progress/index.tsx +0 -17
- package/src/QRCode/QRCode.mdx +0 -9
- package/src/QRCode/QRCode.stories.tsx +0 -29
- package/src/QRCode/QRCode.tsx +0 -6
- package/src/QRCode/index.tsx +0 -1
- package/src/RadioGroup/RadioGroup.stories.tsx +0 -32
- package/src/RadioGroup/RadioGroup.tsx +0 -33
- package/src/RadioGroup/index.tsx +0 -1
- package/src/ReactSelect/ReactSelect.stories.tsx +0 -83
- package/src/ReactSelect/ReactSelect.tsx +0 -97
- package/src/ReactSelect/index.ts +0 -1
- package/src/Select/Select.stories.tsx +0 -33
- package/src/Select/Select.tsx +0 -63
- package/src/Select/index.ts +0 -1
- package/src/Sheet/Sheet.mdx +0 -19
- package/src/Sheet/Sheet.stories.tsx +0 -103
- package/src/Sheet/Sheet.tsx +0 -122
- package/src/Sheet/index.ts +0 -1
- package/src/Slider/Slider.stories.tsx +0 -21
- package/src/Slider/Slider.tsx +0 -70
- package/src/Slider/index.ts +0 -1
- package/src/Stats/Stats.tsx +0 -243
- package/src/Stats/StyledStats.tsx +0 -57
- package/src/Stats/formatBytes.ts +0 -19
- package/src/Stats/index.tsx +0 -2
- package/src/Stats/useQoE.ts +0 -79
- package/src/Switch/Switch.mdx +0 -11
- package/src/Switch/Switch.stories.tsx +0 -46
- package/src/Switch/Switch.tsx +0 -52
- package/src/Switch/index.ts +0 -1
- package/src/Tabs/Tabs.stories.tsx +0 -77
- package/src/Tabs/Tabs.tsx +0 -41
- package/src/Tabs/index.tsx +0 -1
- package/src/Text/Text.stories.tsx +0 -21
- package/src/Text/Text.tsx +0 -149
- package/src/Text/index.tsx +0 -1
- package/src/TextArea/TextArea.tsx +0 -30
- package/src/TextArea/index.tsx +0 -1
- package/src/Theme/Theme.stories.mdx +0 -8
- package/src/Theme/ThemeProvider.tsx +0 -98
- package/src/Theme/ThemeStory.jsx +0 -56
- package/src/Theme/base.config.ts +0 -236
- package/src/Theme/index.tsx +0 -2
- package/src/Theme/stitches.config.ts +0 -88
- package/src/Theme/useSSR.tsx +0 -24
- package/src/TileMenu/StyledMenuTile.tsx +0 -105
- package/src/TileMenu/TileMenu.tsx +0 -98
- package/src/TileMenu/index.tsx +0 -1
- package/src/Toast/AppToast.stories.tsx +0 -56
- package/src/Toast/Toast.mdx +0 -19
- package/src/Toast/Toast.stories.tsx +0 -57
- package/src/Toast/Toast.tsx +0 -170
- package/src/Toast/index.tsx +0 -1
- package/src/Tooltip/Tooltip.stories.tsx +0 -62
- package/src/Tooltip/Tooltip.tsx +0 -79
- package/src/Tooltip/index.ts +0 -1
- package/src/Video/UseVideo.mdx +0 -22
- package/src/Video/UseVideo.stories.tsx +0 -26
- package/src/Video/Video.mdx +0 -24
- package/src/Video/Video.stories.tsx +0 -27
- package/src/Video/Video.tsx +0 -61
- package/src/Video/index.tsx +0 -1
- package/src/VideoList/StyledVideoList.tsx +0 -39
- package/src/VideoList/VideoList.stories.tsx +0 -92
- package/src/VideoList/index.tsx +0 -2
- package/src/VideoList/videoListUtils.tsx +0 -20
- package/src/VideoTile/StyledVideoTile.tsx +0 -146
- package/src/VideoTile/VideoTile.mdx +0 -28
- package/src/VideoTile/VideoTile.stories.tsx +0 -32
- package/src/VideoTile/index.tsx +0 -1
- package/src/context/DialogContext.tsx +0 -13
- package/src/fixtures/chats.ts +0 -25
- package/src/fixtures/peers.ts +0 -27
- package/src/fixtures/tracks.ts +0 -11
- package/src/hooks/useDialogContainerSelector.tsx +0 -7
- package/src/index.ts +0 -41
- package/src/store/SetupFakeStore.ts +0 -33
- package/src/store/StorybookSDK.ts +0 -231
- package/src/utils/animations.ts +0 -114
- package/src/utils/index.ts +0 -2
- package/src/utils/styles.ts +0 -22
package/dist/meta.esbuild.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inputs": {
|
|
3
3
|
"<define:process.env>": {
|
|
4
|
-
"bytes":
|
|
4
|
+
"bytes": 22517,
|
|
5
5
|
"imports": []
|
|
6
6
|
},
|
|
7
7
|
"src/Theme/base.config.ts": {
|
|
@@ -2115,7 +2115,7 @@
|
|
|
2115
2115
|
"format": "esm"
|
|
2116
2116
|
},
|
|
2117
2117
|
"../../node_modules/lodash/lodash.js": {
|
|
2118
|
-
"bytes":
|
|
2118
|
+
"bytes": 545267,
|
|
2119
2119
|
"imports": [
|
|
2120
2120
|
{
|
|
2121
2121
|
"path": "<define:process.env>",
|
|
@@ -5769,7 +5769,7 @@
|
|
|
5769
5769
|
"format": "cjs"
|
|
5770
5770
|
},
|
|
5771
5771
|
"../hms-video-store/dist/index.js": {
|
|
5772
|
-
"bytes":
|
|
5772
|
+
"bytes": 386601,
|
|
5773
5773
|
"imports": [
|
|
5774
5774
|
{
|
|
5775
5775
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -11311,9 +11311,14 @@
|
|
|
11311
11311
|
],
|
|
11312
11312
|
"format": "esm"
|
|
11313
11313
|
},
|
|
11314
|
-
"../../../../../../../tmp/tmp-
|
|
11315
|
-
"bytes":
|
|
11314
|
+
"../../../../../../../tmp/tmp-3226-CZ0LSP0nXVZa/19d6e85610a0/index.css": {
|
|
11315
|
+
"bytes": 65502,
|
|
11316
11316
|
"imports": [
|
|
11317
|
+
{
|
|
11318
|
+
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
|
11319
|
+
"kind": "import-rule",
|
|
11320
|
+
"external": true
|
|
11321
|
+
},
|
|
11317
11322
|
{
|
|
11318
11323
|
"path": "data:image/svg+xml,<svg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' style='color: black;'><defs><filter id='shadow' y='-40%' x='-40%' width='180px' height='180%' color-interpolation-filters='sRGB'><feDropShadow dx='1' dy='1' stdDeviation='1.2' flood-opacity='.5'/></filter></defs><g fill='none' transform='rotate(0 16 16)' filter='url(%23shadow)'><path d='m12 24.4219v-16.015l11.591 11.619h-6.781l-.411.124z' fill='white'/><path d='m21.0845 25.0962-3.605 1.535-4.682-11.089 3.686-1.553z' fill='white'/><path d='m19.751 24.4155-1.844.774-3.1-7.374 1.841-.775z' fill='black'/><path d='m13 10.814v11.188l2.969-2.866.428-.139h4.768z' fill='black'/></g></svg>",
|
|
11319
11324
|
"kind": "url-token",
|
|
@@ -11361,21 +11366,6 @@
|
|
|
11361
11366
|
}
|
|
11362
11367
|
]
|
|
11363
11368
|
},
|
|
11364
|
-
"../../../../../../../tmp/tmp-3217-WBrHgiOoX1zP/19c650369660/index.css": {
|
|
11365
|
-
"bytes": 597,
|
|
11366
|
-
"imports": [
|
|
11367
|
-
{
|
|
11368
|
-
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
|
11369
|
-
"kind": "import-rule",
|
|
11370
|
-
"external": true
|
|
11371
|
-
},
|
|
11372
|
-
{
|
|
11373
|
-
"path": "../../../../../../../tmp/tmp-3217-WBrHgiOoX1zP/19c650369c42/tldraw.css",
|
|
11374
|
-
"kind": "import-rule",
|
|
11375
|
-
"original": "@tldraw/tldraw/tldraw.css"
|
|
11376
|
-
}
|
|
11377
|
-
]
|
|
11378
|
-
},
|
|
11379
11369
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
11380
11370
|
"bytes": 3250,
|
|
11381
11371
|
"imports": [
|
|
@@ -11445,7 +11435,7 @@
|
|
|
11445
11435
|
"original": "../../common/constants"
|
|
11446
11436
|
},
|
|
11447
11437
|
{
|
|
11448
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11438
|
+
"path": "../../../../../../../tmp/tmp-3226-CZ0LSP0nXVZa/19d6e85610a0/index.css",
|
|
11449
11439
|
"kind": "import-statement",
|
|
11450
11440
|
"original": "@100mslive/hms-whiteboard/index.css"
|
|
11451
11441
|
},
|
|
@@ -14865,17 +14855,6 @@
|
|
|
14865
14855
|
],
|
|
14866
14856
|
"format": "esm"
|
|
14867
14857
|
},
|
|
14868
|
-
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
|
14869
|
-
"bytes": 2554,
|
|
14870
|
-
"imports": [
|
|
14871
|
-
{
|
|
14872
|
-
"path": "<define:process.env>",
|
|
14873
|
-
"kind": "import-statement",
|
|
14874
|
-
"external": true
|
|
14875
|
-
}
|
|
14876
|
-
],
|
|
14877
|
-
"format": "cjs"
|
|
14878
|
-
},
|
|
14879
14858
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
|
14880
14859
|
"bytes": 6980,
|
|
14881
14860
|
"imports": [
|
|
@@ -14895,11 +14874,6 @@
|
|
|
14895
14874
|
"kind": "import-statement",
|
|
14896
14875
|
"external": true
|
|
14897
14876
|
},
|
|
14898
|
-
{
|
|
14899
|
-
"path": "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js",
|
|
14900
|
-
"kind": "require-call",
|
|
14901
|
-
"original": "./cjs/react-is.production.min.js"
|
|
14902
|
-
},
|
|
14903
14877
|
{
|
|
14904
14878
|
"path": "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js",
|
|
14905
14879
|
"kind": "require-call",
|
|
@@ -14998,22 +14972,6 @@
|
|
|
14998
14972
|
],
|
|
14999
14973
|
"format": "cjs"
|
|
15000
14974
|
},
|
|
15001
|
-
"../../node_modules/prop-types/factoryWithThrowingShims.js": {
|
|
15002
|
-
"bytes": 1639,
|
|
15003
|
-
"imports": [
|
|
15004
|
-
{
|
|
15005
|
-
"path": "<define:process.env>",
|
|
15006
|
-
"kind": "import-statement",
|
|
15007
|
-
"external": true
|
|
15008
|
-
},
|
|
15009
|
-
{
|
|
15010
|
-
"path": "../../node_modules/prop-types/lib/ReactPropTypesSecret.js",
|
|
15011
|
-
"kind": "require-call",
|
|
15012
|
-
"original": "./lib/ReactPropTypesSecret"
|
|
15013
|
-
}
|
|
15014
|
-
],
|
|
15015
|
-
"format": "cjs"
|
|
15016
|
-
},
|
|
15017
14975
|
"../../node_modules/prop-types/index.js": {
|
|
15018
14976
|
"bytes": 710,
|
|
15019
14977
|
"imports": [
|
|
@@ -15031,11 +14989,6 @@
|
|
|
15031
14989
|
"path": "../../node_modules/prop-types/factoryWithTypeCheckers.js",
|
|
15032
14990
|
"kind": "require-call",
|
|
15033
14991
|
"original": "./factoryWithTypeCheckers"
|
|
15034
|
-
},
|
|
15035
|
-
{
|
|
15036
|
-
"path": "../../node_modules/prop-types/factoryWithThrowingShims.js",
|
|
15037
|
-
"kind": "require-call",
|
|
15038
|
-
"original": "./factoryWithThrowingShims"
|
|
15039
14992
|
}
|
|
15040
14993
|
],
|
|
15041
14994
|
"format": "cjs"
|
|
@@ -15709,7 +15662,7 @@
|
|
|
15709
15662
|
"imports": [],
|
|
15710
15663
|
"exports": [],
|
|
15711
15664
|
"inputs": {},
|
|
15712
|
-
"bytes":
|
|
15665
|
+
"bytes": 3753702
|
|
15713
15666
|
},
|
|
15714
15667
|
"dist/index.js": {
|
|
15715
15668
|
"imports": [
|
|
@@ -19108,13 +19061,13 @@
|
|
|
19108
19061
|
"cssBundle": "dist/index.css",
|
|
19109
19062
|
"inputs": {
|
|
19110
19063
|
"<define:process.env>": {
|
|
19111
|
-
"bytesInOutput":
|
|
19064
|
+
"bytesInOutput": 22644
|
|
19112
19065
|
},
|
|
19113
19066
|
"../../node_modules/lodash/lodash.js": {
|
|
19114
|
-
"bytesInOutput":
|
|
19067
|
+
"bytesInOutput": 225127
|
|
19115
19068
|
},
|
|
19116
19069
|
"../../node_modules/lodash.isequal/index.js": {
|
|
19117
|
-
"bytesInOutput":
|
|
19070
|
+
"bytesInOutput": 26613
|
|
19118
19071
|
},
|
|
19119
19072
|
"../../node_modules/sdp/sdp.js": {
|
|
19120
19073
|
"bytesInOutput": 22275
|
|
@@ -19131,14 +19084,11 @@
|
|
|
19131
19084
|
"../../node_modules/sdp-transform/lib/index.js": {
|
|
19132
19085
|
"bytesInOutput": 615
|
|
19133
19086
|
},
|
|
19134
|
-
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
|
19135
|
-
"bytesInOutput": 3852
|
|
19136
|
-
},
|
|
19137
19087
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
|
19138
|
-
"bytesInOutput":
|
|
19088
|
+
"bytesInOutput": 7870
|
|
19139
19089
|
},
|
|
19140
19090
|
"../../node_modules/prop-types/node_modules/react-is/index.js": {
|
|
19141
|
-
"bytesInOutput":
|
|
19091
|
+
"bytesInOutput": 297
|
|
19142
19092
|
},
|
|
19143
19093
|
"../../node_modules/object-assign/index.js": {
|
|
19144
19094
|
"bytesInOutput": 2163
|
|
@@ -19150,16 +19100,13 @@
|
|
|
19150
19100
|
"bytesInOutput": 208
|
|
19151
19101
|
},
|
|
19152
19102
|
"../../node_modules/prop-types/checkPropTypes.js": {
|
|
19153
|
-
"bytesInOutput":
|
|
19103
|
+
"bytesInOutput": 2684
|
|
19154
19104
|
},
|
|
19155
19105
|
"../../node_modules/prop-types/factoryWithTypeCheckers.js": {
|
|
19156
|
-
"bytesInOutput":
|
|
19157
|
-
},
|
|
19158
|
-
"../../node_modules/prop-types/factoryWithThrowingShims.js": {
|
|
19159
|
-
"bytesInOutput": 1646
|
|
19106
|
+
"bytesInOutput": 19593
|
|
19160
19107
|
},
|
|
19161
19108
|
"../../node_modules/prop-types/index.js": {
|
|
19162
|
-
"bytesInOutput":
|
|
19109
|
+
"bytesInOutput": 419
|
|
19163
19110
|
},
|
|
19164
19111
|
"src/index.ts": {
|
|
19165
19112
|
"bytesInOutput": 27
|
|
@@ -19261,7 +19208,7 @@
|
|
|
19261
19208
|
"bytesInOutput": 27
|
|
19262
19209
|
},
|
|
19263
19210
|
"src/Modal/Dialog.tsx": {
|
|
19264
|
-
"bytesInOutput":
|
|
19211
|
+
"bytesInOutput": 1418
|
|
19265
19212
|
},
|
|
19266
19213
|
"src/Modal/DialogContent.tsx": {
|
|
19267
19214
|
"bytesInOutput": 1753
|
|
@@ -19387,13 +19334,13 @@
|
|
|
19387
19334
|
"bytesInOutput": 887
|
|
19388
19335
|
},
|
|
19389
19336
|
"src/Prebuilt/App.tsx": {
|
|
19390
|
-
"bytesInOutput":
|
|
19337
|
+
"bytesInOutput": 8034
|
|
19391
19338
|
},
|
|
19392
19339
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
|
19393
19340
|
"bytesInOutput": 6633
|
|
19394
19341
|
},
|
|
19395
19342
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
|
19396
|
-
"bytesInOutput":
|
|
19343
|
+
"bytesInOutput": 2653
|
|
19397
19344
|
},
|
|
19398
19345
|
"src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
|
|
19399
19346
|
"bytesInOutput": 973
|
|
@@ -19414,13 +19361,13 @@
|
|
|
19414
19361
|
"bytesInOutput": 1312
|
|
19415
19362
|
},
|
|
19416
19363
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
|
19417
|
-
"bytesInOutput":
|
|
19364
|
+
"bytesInOutput": 2479
|
|
19418
19365
|
},
|
|
19419
19366
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
|
19420
19367
|
"bytesInOutput": 1486
|
|
19421
19368
|
},
|
|
19422
19369
|
"src/Prebuilt/common/utils.js": {
|
|
19423
|
-
"bytesInOutput":
|
|
19370
|
+
"bytesInOutput": 3165
|
|
19424
19371
|
},
|
|
19425
19372
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
|
19426
19373
|
"bytesInOutput": 2499
|
|
@@ -19459,7 +19406,7 @@
|
|
|
19459
19406
|
"bytesInOutput": 3306
|
|
19460
19407
|
},
|
|
19461
19408
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
|
19462
|
-
"bytesInOutput":
|
|
19409
|
+
"bytesInOutput": 14220
|
|
19463
19410
|
},
|
|
19464
19411
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
|
19465
19412
|
"bytesInOutput": 3293
|
|
@@ -19498,7 +19445,7 @@
|
|
|
19498
19445
|
"bytesInOutput": 928
|
|
19499
19446
|
},
|
|
19500
19447
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
|
19501
|
-
"bytesInOutput":
|
|
19448
|
+
"bytesInOutput": 2578
|
|
19502
19449
|
},
|
|
19503
19450
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
|
19504
19451
|
"bytesInOutput": 972
|
|
@@ -19507,16 +19454,16 @@
|
|
|
19507
19454
|
"bytesInOutput": 606
|
|
19508
19455
|
},
|
|
19509
19456
|
"src/Prebuilt/common/hooks.ts": {
|
|
19510
|
-
"bytesInOutput":
|
|
19457
|
+
"bytesInOutput": 7104
|
|
19511
19458
|
},
|
|
19512
19459
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
|
19513
|
-
"bytesInOutput":
|
|
19460
|
+
"bytesInOutput": 2565
|
|
19514
19461
|
},
|
|
19515
19462
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
|
19516
|
-
"bytesInOutput":
|
|
19463
|
+
"bytesInOutput": 5791
|
|
19517
19464
|
},
|
|
19518
19465
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
|
19519
|
-
"bytesInOutput":
|
|
19466
|
+
"bytesInOutput": 1945
|
|
19520
19467
|
},
|
|
19521
19468
|
"src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
|
|
19522
19469
|
"bytesInOutput": 491
|
|
@@ -19525,16 +19472,16 @@
|
|
|
19525
19472
|
"bytesInOutput": 655
|
|
19526
19473
|
},
|
|
19527
19474
|
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
|
19528
|
-
"bytesInOutput":
|
|
19475
|
+
"bytesInOutput": 1801
|
|
19529
19476
|
},
|
|
19530
19477
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
|
19531
|
-
"bytesInOutput":
|
|
19478
|
+
"bytesInOutput": 4853
|
|
19532
19479
|
},
|
|
19533
19480
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
19534
19481
|
"bytesInOutput": 474
|
|
19535
19482
|
},
|
|
19536
19483
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
19537
|
-
"bytesInOutput":
|
|
19484
|
+
"bytesInOutput": 9231
|
|
19538
19485
|
},
|
|
19539
19486
|
"src/Prebuilt/components/PIP/index.jsx": {
|
|
19540
19487
|
"bytesInOutput": 178
|
|
@@ -19546,7 +19493,7 @@
|
|
|
19546
19493
|
"bytesInOutput": 2509
|
|
19547
19494
|
},
|
|
19548
19495
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
|
19549
|
-
"bytesInOutput":
|
|
19496
|
+
"bytesInOutput": 10151
|
|
19550
19497
|
},
|
|
19551
19498
|
"src/TextArea/index.tsx": {
|
|
19552
19499
|
"bytesInOutput": 27
|
|
@@ -19558,19 +19505,19 @@
|
|
|
19558
19505
|
"bytesInOutput": 14818
|
|
19559
19506
|
},
|
|
19560
19507
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
|
19561
|
-
"bytesInOutput":
|
|
19508
|
+
"bytesInOutput": 9692
|
|
19562
19509
|
},
|
|
19563
19510
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
|
19564
19511
|
"bytesInOutput": 414
|
|
19565
19512
|
},
|
|
19566
19513
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
|
19567
|
-
"bytesInOutput":
|
|
19514
|
+
"bytesInOutput": 1208
|
|
19568
19515
|
},
|
|
19569
19516
|
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
|
19570
|
-
"bytesInOutput":
|
|
19517
|
+
"bytesInOutput": 2727
|
|
19571
19518
|
},
|
|
19572
19519
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
|
19573
|
-
"bytesInOutput":
|
|
19520
|
+
"bytesInOutput": 1970
|
|
19574
19521
|
},
|
|
19575
19522
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
|
19576
19523
|
"bytesInOutput": 710
|
|
@@ -19585,10 +19532,10 @@
|
|
|
19585
19532
|
"bytesInOutput": 274
|
|
19586
19533
|
},
|
|
19587
19534
|
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
|
19588
|
-
"bytesInOutput":
|
|
19535
|
+
"bytesInOutput": 5735
|
|
19589
19536
|
},
|
|
19590
19537
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
|
19591
|
-
"bytesInOutput":
|
|
19538
|
+
"bytesInOutput": 3625
|
|
19592
19539
|
},
|
|
19593
19540
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
|
19594
19541
|
"bytesInOutput": 2942
|
|
@@ -19600,31 +19547,31 @@
|
|
|
19600
19547
|
"bytesInOutput": 14436
|
|
19601
19548
|
},
|
|
19602
19549
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
|
19603
|
-
"bytesInOutput":
|
|
19550
|
+
"bytesInOutput": 5006
|
|
19604
19551
|
},
|
|
19605
19552
|
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
|
19606
19553
|
"bytesInOutput": 1017
|
|
19607
19554
|
},
|
|
19608
19555
|
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
|
19609
|
-
"bytesInOutput":
|
|
19556
|
+
"bytesInOutput": 5090
|
|
19610
19557
|
},
|
|
19611
19558
|
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
|
19612
19559
|
"bytesInOutput": 628
|
|
19613
19560
|
},
|
|
19614
19561
|
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
|
19615
|
-
"bytesInOutput":
|
|
19562
|
+
"bytesInOutput": 1268
|
|
19616
19563
|
},
|
|
19617
19564
|
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
|
19618
|
-
"bytesInOutput":
|
|
19565
|
+
"bytesInOutput": 1832
|
|
19619
19566
|
},
|
|
19620
19567
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
|
19621
19568
|
"bytesInOutput": 2579
|
|
19622
19569
|
},
|
|
19623
19570
|
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
|
19624
|
-
"bytesInOutput":
|
|
19571
|
+
"bytesInOutput": 1892
|
|
19625
19572
|
},
|
|
19626
19573
|
"src/Prebuilt/components/PIP/usePIPChat.tsx": {
|
|
19627
|
-
"bytesInOutput":
|
|
19574
|
+
"bytesInOutput": 3700
|
|
19628
19575
|
},
|
|
19629
19576
|
"src/Prebuilt/components/PIP/usePIPWindow.tsx": {
|
|
19630
19577
|
"bytesInOutput": 271
|
|
@@ -19633,19 +19580,19 @@
|
|
|
19633
19580
|
"bytesInOutput": 125
|
|
19634
19581
|
},
|
|
19635
19582
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
19636
|
-
"bytesInOutput":
|
|
19583
|
+
"bytesInOutput": 12774
|
|
19637
19584
|
},
|
|
19638
19585
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
|
19639
|
-
"bytesInOutput":
|
|
19586
|
+
"bytesInOutput": 9851
|
|
19640
19587
|
},
|
|
19641
19588
|
"../hms-video-store/dist/index.js": {
|
|
19642
|
-
"bytesInOutput":
|
|
19589
|
+
"bytesInOutput": 55758
|
|
19643
19590
|
},
|
|
19644
19591
|
"../../node_modules/reselect/es/index.js": {
|
|
19645
19592
|
"bytesInOutput": 2539
|
|
19646
19593
|
},
|
|
19647
19594
|
"../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
|
|
19648
|
-
"bytesInOutput":
|
|
19595
|
+
"bytesInOutput": 54164
|
|
19649
19596
|
},
|
|
19650
19597
|
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
|
19651
19598
|
"bytesInOutput": 118
|
|
@@ -19681,10 +19628,10 @@
|
|
|
19681
19628
|
"bytesInOutput": 12473
|
|
19682
19629
|
},
|
|
19683
19630
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
|
19684
|
-
"bytesInOutput":
|
|
19631
|
+
"bytesInOutput": 2270
|
|
19685
19632
|
},
|
|
19686
19633
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
|
19687
|
-
"bytesInOutput":
|
|
19634
|
+
"bytesInOutput": 3572
|
|
19688
19635
|
},
|
|
19689
19636
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
|
19690
19637
|
"bytesInOutput": 846
|
|
@@ -19693,10 +19640,10 @@
|
|
|
19693
19640
|
"bytesInOutput": 658
|
|
19694
19641
|
},
|
|
19695
19642
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
|
19696
|
-
"bytesInOutput":
|
|
19643
|
+
"bytesInOutput": 903
|
|
19697
19644
|
},
|
|
19698
19645
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
|
19699
|
-
"bytesInOutput":
|
|
19646
|
+
"bytesInOutput": 1727
|
|
19700
19647
|
},
|
|
19701
19648
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
|
19702
19649
|
"bytesInOutput": 7183
|
|
@@ -19735,34 +19682,34 @@
|
|
|
19735
19682
|
"bytesInOutput": 700
|
|
19736
19683
|
},
|
|
19737
19684
|
"src/Prebuilt/components/RemoveParticipant.tsx": {
|
|
19738
|
-
"bytesInOutput":
|
|
19685
|
+
"bytesInOutput": 1290
|
|
19739
19686
|
},
|
|
19740
19687
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
|
19741
19688
|
"bytesInOutput": 5620
|
|
19742
19689
|
},
|
|
19743
19690
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
|
19744
|
-
"bytesInOutput":
|
|
19691
|
+
"bytesInOutput": 7320
|
|
19745
19692
|
},
|
|
19746
19693
|
"src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
|
|
19747
|
-
"bytesInOutput":
|
|
19694
|
+
"bytesInOutput": 1799
|
|
19748
19695
|
},
|
|
19749
19696
|
"src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
|
|
19750
19697
|
"bytesInOutput": 686
|
|
19751
19698
|
},
|
|
19752
19699
|
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
|
19753
|
-
"bytesInOutput":
|
|
19700
|
+
"bytesInOutput": 1802
|
|
19754
19701
|
},
|
|
19755
19702
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
|
19756
19703
|
"bytesInOutput": 1104
|
|
19757
19704
|
},
|
|
19758
19705
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
|
19759
|
-
"bytesInOutput":
|
|
19706
|
+
"bytesInOutput": 1517
|
|
19760
19707
|
},
|
|
19761
19708
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
|
19762
19709
|
"bytesInOutput": 2414
|
|
19763
19710
|
},
|
|
19764
19711
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
|
19765
|
-
"bytesInOutput":
|
|
19712
|
+
"bytesInOutput": 3071
|
|
19766
19713
|
},
|
|
19767
19714
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
|
19768
19715
|
"bytesInOutput": 10116
|
|
@@ -19774,13 +19721,13 @@
|
|
|
19774
19721
|
"bytesInOutput": 735
|
|
19775
19722
|
},
|
|
19776
19723
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
|
19777
|
-
"bytesInOutput":
|
|
19724
|
+
"bytesInOutput": 8197
|
|
19778
19725
|
},
|
|
19779
19726
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
|
19780
19727
|
"bytesInOutput": 2317
|
|
19781
19728
|
},
|
|
19782
19729
|
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
|
19783
|
-
"bytesInOutput":
|
|
19730
|
+
"bytesInOutput": 791
|
|
19784
19731
|
},
|
|
19785
19732
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
|
19786
19733
|
"bytesInOutput": 5380
|
|
@@ -19819,7 +19766,7 @@
|
|
|
19819
19766
|
"bytesInOutput": 2094
|
|
19820
19767
|
},
|
|
19821
19768
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
|
19822
|
-
"bytesInOutput":
|
|
19769
|
+
"bytesInOutput": 625
|
|
19823
19770
|
},
|
|
19824
19771
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
|
19825
19772
|
"bytesInOutput": 2316
|
|
@@ -19828,16 +19775,16 @@
|
|
|
19828
19775
|
"bytesInOutput": 672
|
|
19829
19776
|
},
|
|
19830
19777
|
"src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
|
|
19831
|
-
"bytesInOutput":
|
|
19778
|
+
"bytesInOutput": 1873
|
|
19832
19779
|
},
|
|
19833
19780
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
|
19834
|
-
"bytesInOutput":
|
|
19781
|
+
"bytesInOutput": 5228
|
|
19835
19782
|
},
|
|
19836
19783
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
|
19837
19784
|
"bytesInOutput": 1304
|
|
19838
19785
|
},
|
|
19839
19786
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
|
19840
|
-
"bytesInOutput":
|
|
19787
|
+
"bytesInOutput": 7873
|
|
19841
19788
|
},
|
|
19842
19789
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
|
19843
19790
|
"bytesInOutput": 1738
|
|
@@ -19861,7 +19808,7 @@
|
|
|
19861
19808
|
"bytesInOutput": 5651
|
|
19862
19809
|
},
|
|
19863
19810
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
|
19864
|
-
"bytesInOutput":
|
|
19811
|
+
"bytesInOutput": 10894
|
|
19865
19812
|
},
|
|
19866
19813
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
|
19867
19814
|
"bytesInOutput": 5306
|
|
@@ -19876,7 +19823,7 @@
|
|
|
19876
19823
|
"bytesInOutput": 1202
|
|
19877
19824
|
},
|
|
19878
19825
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
|
19879
|
-
"bytesInOutput":
|
|
19826
|
+
"bytesInOutput": 2914
|
|
19880
19827
|
},
|
|
19881
19828
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
|
19882
19829
|
"bytesInOutput": 5076
|
|
@@ -19906,19 +19853,19 @@
|
|
|
19906
19853
|
"bytesInOutput": 1164
|
|
19907
19854
|
},
|
|
19908
19855
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
|
19909
|
-
"bytesInOutput":
|
|
19856
|
+
"bytesInOutput": 12270
|
|
19910
19857
|
},
|
|
19911
19858
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
|
19912
19859
|
"bytesInOutput": 160
|
|
19913
19860
|
},
|
|
19914
19861
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
|
19915
|
-
"bytesInOutput":
|
|
19862
|
+
"bytesInOutput": 8936
|
|
19916
19863
|
},
|
|
19917
19864
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
|
19918
19865
|
"bytesInOutput": 1252
|
|
19919
19866
|
},
|
|
19920
19867
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
|
19921
|
-
"bytesInOutput":
|
|
19868
|
+
"bytesInOutput": 1196
|
|
19922
19869
|
},
|
|
19923
19870
|
"src/Prebuilt/components/Chip.tsx": {
|
|
19924
19871
|
"bytesInOutput": 778
|
|
@@ -19981,22 +19928,22 @@
|
|
|
19981
19928
|
"bytesInOutput": 3276
|
|
19982
19929
|
},
|
|
19983
19930
|
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
|
19984
|
-
"bytesInOutput":
|
|
19931
|
+
"bytesInOutput": 1224
|
|
19985
19932
|
},
|
|
19986
19933
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
19987
19934
|
"bytesInOutput": 2830
|
|
19988
19935
|
},
|
|
19989
|
-
"../../../../../../../tmp/tmp-
|
|
19936
|
+
"../../../../../../../tmp/tmp-3226-CZ0LSP0nXVZa/19d6e85610a0/index.css": {
|
|
19990
19937
|
"bytesInOutput": 0
|
|
19991
19938
|
},
|
|
19992
19939
|
"src/Prebuilt/common/PeersSorter.ts": {
|
|
19993
19940
|
"bytesInOutput": 3098
|
|
19994
19941
|
},
|
|
19995
19942
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
|
19996
|
-
"bytesInOutput":
|
|
19943
|
+
"bytesInOutput": 2785
|
|
19997
19944
|
},
|
|
19998
19945
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
19999
|
-
"bytesInOutput":
|
|
19946
|
+
"bytesInOutput": 28029
|
|
20000
19947
|
},
|
|
20001
19948
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
|
20002
19949
|
"bytesInOutput": 3171
|
|
@@ -20014,7 +19961,7 @@
|
|
|
20014
19961
|
"bytesInOutput": 4326
|
|
20015
19962
|
},
|
|
20016
19963
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
|
20017
|
-
"bytesInOutput":
|
|
19964
|
+
"bytesInOutput": 859
|
|
20018
19965
|
},
|
|
20019
19966
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
|
20020
19967
|
"bytesInOutput": 264
|
|
@@ -20050,10 +19997,10 @@
|
|
|
20050
19997
|
"bytesInOutput": 2134
|
|
20051
19998
|
},
|
|
20052
19999
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
|
20053
|
-
"bytesInOutput":
|
|
20000
|
+
"bytesInOutput": 1534
|
|
20054
20001
|
},
|
|
20055
20002
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
|
20056
|
-
"bytesInOutput":
|
|
20003
|
+
"bytesInOutput": 6940
|
|
20057
20004
|
},
|
|
20058
20005
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
|
20059
20006
|
"bytesInOutput": 619
|
|
@@ -20068,7 +20015,7 @@
|
|
|
20068
20015
|
"bytesInOutput": 1607
|
|
20069
20016
|
},
|
|
20070
20017
|
"src/Prebuilt/components/Header/common.jsx": {
|
|
20071
|
-
"bytesInOutput":
|
|
20018
|
+
"bytesInOutput": 6332
|
|
20072
20019
|
},
|
|
20073
20020
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
|
20074
20021
|
"bytesInOutput": 754
|
|
@@ -20083,7 +20030,7 @@
|
|
|
20083
20030
|
"bytesInOutput": 1427
|
|
20084
20031
|
},
|
|
20085
20032
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
|
20086
|
-
"bytesInOutput":
|
|
20033
|
+
"bytesInOutput": 4429
|
|
20087
20034
|
},
|
|
20088
20035
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
|
20089
20036
|
"bytesInOutput": 2245
|
|
@@ -20092,7 +20039,7 @@
|
|
|
20092
20039
|
"bytesInOutput": 1664
|
|
20093
20040
|
},
|
|
20094
20041
|
"src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
|
|
20095
|
-
"bytesInOutput":
|
|
20042
|
+
"bytesInOutput": 10583
|
|
20096
20043
|
},
|
|
20097
20044
|
"src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
|
|
20098
20045
|
"bytesInOutput": 1785
|
|
@@ -20119,7 +20066,7 @@
|
|
|
20119
20066
|
"bytesInOutput": 3352
|
|
20120
20067
|
},
|
|
20121
20068
|
"src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
|
|
20122
|
-
"bytesInOutput":
|
|
20069
|
+
"bytesInOutput": 1674
|
|
20123
20070
|
},
|
|
20124
20071
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
|
20125
20072
|
"bytesInOutput": 3079
|
|
@@ -20128,7 +20075,7 @@
|
|
|
20128
20075
|
"bytesInOutput": 1983
|
|
20129
20076
|
},
|
|
20130
20077
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
|
20131
|
-
"bytesInOutput":
|
|
20078
|
+
"bytesInOutput": 6441
|
|
20132
20079
|
},
|
|
20133
20080
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
|
20134
20081
|
"bytesInOutput": 1596
|
|
@@ -20164,7 +20111,7 @@
|
|
|
20164
20111
|
"bytesInOutput": 2185
|
|
20165
20112
|
},
|
|
20166
20113
|
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
20167
|
-
"bytesInOutput":
|
|
20114
|
+
"bytesInOutput": 1142
|
|
20168
20115
|
},
|
|
20169
20116
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
|
20170
20117
|
"bytesInOutput": 1335
|
|
@@ -20188,7 +20135,7 @@
|
|
|
20188
20135
|
"bytesInOutput": 605
|
|
20189
20136
|
},
|
|
20190
20137
|
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
|
20191
|
-
"bytesInOutput":
|
|
20138
|
+
"bytesInOutput": 1845
|
|
20192
20139
|
},
|
|
20193
20140
|
"src/Progress/index.tsx": {
|
|
20194
20141
|
"bytesInOutput": 418
|
|
@@ -20218,16 +20165,16 @@
|
|
|
20218
20165
|
"bytesInOutput": 13774
|
|
20219
20166
|
},
|
|
20220
20167
|
"src/Diagnostics/VideoTest.tsx": {
|
|
20221
|
-
"bytesInOutput":
|
|
20168
|
+
"bytesInOutput": 2630
|
|
20222
20169
|
}
|
|
20223
20170
|
},
|
|
20224
|
-
"bytes":
|
|
20171
|
+
"bytes": 1462056
|
|
20225
20172
|
},
|
|
20226
20173
|
"dist/index.css.map": {
|
|
20227
20174
|
"imports": [],
|
|
20228
20175
|
"exports": [],
|
|
20229
20176
|
"inputs": {},
|
|
20230
|
-
"bytes":
|
|
20177
|
+
"bytes": 101057
|
|
20231
20178
|
},
|
|
20232
20179
|
"dist/index.css": {
|
|
20233
20180
|
"imports": [
|
|
@@ -20283,14 +20230,11 @@
|
|
|
20283
20230
|
}
|
|
20284
20231
|
],
|
|
20285
20232
|
"inputs": {
|
|
20286
|
-
"../../../../../../../tmp/tmp-
|
|
20287
|
-
"bytesInOutput":
|
|
20288
|
-
},
|
|
20289
|
-
"../../../../../../../tmp/tmp-3217-WBrHgiOoX1zP/19c650369660/index.css": {
|
|
20290
|
-
"bytesInOutput": 401
|
|
20233
|
+
"../../../../../../../tmp/tmp-3226-CZ0LSP0nXVZa/19d6e85610a0/index.css": {
|
|
20234
|
+
"bytesInOutput": 74984
|
|
20291
20235
|
}
|
|
20292
20236
|
},
|
|
20293
|
-
"bytes":
|
|
20237
|
+
"bytes": 75183
|
|
20294
20238
|
}
|
|
20295
20239
|
}
|
|
20296
20240
|
}
|