@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.cjs.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-7S67YN3hoBqo/19d6e8561b91/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-x1SptFJQkNkc/19c650369ab1/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-x1SptFJQkNkc/19c650369c53/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-7S67YN3hoBqo/19d6e8561b91/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": 3713704
|
|
15713
15666
|
},
|
|
15714
15667
|
"dist/index.cjs.js": {
|
|
15715
15668
|
"imports": [
|
|
@@ -19042,13 +18995,13 @@
|
|
|
19042
18995
|
"cssBundle": "dist/index.cjs.css",
|
|
19043
18996
|
"inputs": {
|
|
19044
18997
|
"<define:process.env>": {
|
|
19045
|
-
"bytesInOutput":
|
|
18998
|
+
"bytesInOutput": 22644
|
|
19046
18999
|
},
|
|
19047
19000
|
"../../node_modules/lodash/lodash.js": {
|
|
19048
|
-
"bytesInOutput":
|
|
19001
|
+
"bytesInOutput": 225132
|
|
19049
19002
|
},
|
|
19050
19003
|
"../../node_modules/lodash.isequal/index.js": {
|
|
19051
|
-
"bytesInOutput":
|
|
19004
|
+
"bytesInOutput": 26619
|
|
19052
19005
|
},
|
|
19053
19006
|
"../../node_modules/sdp/sdp.js": {
|
|
19054
19007
|
"bytesInOutput": 22278
|
|
@@ -19065,14 +19018,11 @@
|
|
|
19065
19018
|
"../../node_modules/sdp-transform/lib/index.js": {
|
|
19066
19019
|
"bytesInOutput": 615
|
|
19067
19020
|
},
|
|
19068
|
-
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
|
19069
|
-
"bytesInOutput": 3852
|
|
19070
|
-
},
|
|
19071
19021
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
|
19072
|
-
"bytesInOutput":
|
|
19022
|
+
"bytesInOutput": 7870
|
|
19073
19023
|
},
|
|
19074
19024
|
"../../node_modules/prop-types/node_modules/react-is/index.js": {
|
|
19075
|
-
"bytesInOutput":
|
|
19025
|
+
"bytesInOutput": 300
|
|
19076
19026
|
},
|
|
19077
19027
|
"../../node_modules/object-assign/index.js": {
|
|
19078
19028
|
"bytesInOutput": 2165
|
|
@@ -19084,19 +19034,16 @@
|
|
|
19084
19034
|
"bytesInOutput": 210
|
|
19085
19035
|
},
|
|
19086
19036
|
"../../node_modules/prop-types/checkPropTypes.js": {
|
|
19087
|
-
"bytesInOutput":
|
|
19037
|
+
"bytesInOutput": 2686
|
|
19088
19038
|
},
|
|
19089
19039
|
"../../node_modules/prop-types/factoryWithTypeCheckers.js": {
|
|
19090
|
-
"bytesInOutput":
|
|
19091
|
-
},
|
|
19092
|
-
"../../node_modules/prop-types/factoryWithThrowingShims.js": {
|
|
19093
|
-
"bytesInOutput": 1648
|
|
19040
|
+
"bytesInOutput": 19595
|
|
19094
19041
|
},
|
|
19095
19042
|
"../../node_modules/prop-types/index.js": {
|
|
19096
|
-
"bytesInOutput":
|
|
19043
|
+
"bytesInOutput": 422
|
|
19097
19044
|
},
|
|
19098
19045
|
"src/index.ts": {
|
|
19099
|
-
"bytesInOutput":
|
|
19046
|
+
"bytesInOutput": 2164
|
|
19100
19047
|
},
|
|
19101
19048
|
"src/Button/index.tsx": {
|
|
19102
19049
|
"bytesInOutput": 27
|
|
@@ -19195,7 +19142,7 @@
|
|
|
19195
19142
|
"bytesInOutput": 27
|
|
19196
19143
|
},
|
|
19197
19144
|
"src/Modal/Dialog.tsx": {
|
|
19198
|
-
"bytesInOutput":
|
|
19145
|
+
"bytesInOutput": 1526
|
|
19199
19146
|
},
|
|
19200
19147
|
"src/Modal/DialogContent.tsx": {
|
|
19201
19148
|
"bytesInOutput": 1857
|
|
@@ -19321,13 +19268,13 @@
|
|
|
19321
19268
|
"bytesInOutput": 925
|
|
19322
19269
|
},
|
|
19323
19270
|
"src/Prebuilt/App.tsx": {
|
|
19324
|
-
"bytesInOutput":
|
|
19271
|
+
"bytesInOutput": 8534
|
|
19325
19272
|
},
|
|
19326
19273
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
|
19327
19274
|
"bytesInOutput": 6918
|
|
19328
19275
|
},
|
|
19329
19276
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
|
19330
|
-
"bytesInOutput":
|
|
19277
|
+
"bytesInOutput": 2845
|
|
19331
19278
|
},
|
|
19332
19279
|
"src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
|
|
19333
19280
|
"bytesInOutput": 1037
|
|
@@ -19348,13 +19295,13 @@
|
|
|
19348
19295
|
"bytesInOutput": 1406
|
|
19349
19296
|
},
|
|
19350
19297
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
|
19351
|
-
"bytesInOutput":
|
|
19298
|
+
"bytesInOutput": 2531
|
|
19352
19299
|
},
|
|
19353
19300
|
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
|
19354
19301
|
"bytesInOutput": 1498
|
|
19355
19302
|
},
|
|
19356
19303
|
"src/Prebuilt/common/utils.js": {
|
|
19357
|
-
"bytesInOutput":
|
|
19304
|
+
"bytesInOutput": 3165
|
|
19358
19305
|
},
|
|
19359
19306
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
|
19360
19307
|
"bytesInOutput": 2697
|
|
@@ -19393,7 +19340,7 @@
|
|
|
19393
19340
|
"bytesInOutput": 3740
|
|
19394
19341
|
},
|
|
19395
19342
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
|
19396
|
-
"bytesInOutput":
|
|
19343
|
+
"bytesInOutput": 15336
|
|
19397
19344
|
},
|
|
19398
19345
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
|
19399
19346
|
"bytesInOutput": 3499
|
|
@@ -19432,7 +19379,7 @@
|
|
|
19432
19379
|
"bytesInOutput": 1034
|
|
19433
19380
|
},
|
|
19434
19381
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
|
19435
|
-
"bytesInOutput":
|
|
19382
|
+
"bytesInOutput": 2850
|
|
19436
19383
|
},
|
|
19437
19384
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
|
19438
19385
|
"bytesInOutput": 1036
|
|
@@ -19441,16 +19388,16 @@
|
|
|
19441
19388
|
"bytesInOutput": 613
|
|
19442
19389
|
},
|
|
19443
19390
|
"src/Prebuilt/common/hooks.ts": {
|
|
19444
|
-
"bytesInOutput":
|
|
19391
|
+
"bytesInOutput": 7197
|
|
19445
19392
|
},
|
|
19446
19393
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
|
19447
|
-
"bytesInOutput":
|
|
19394
|
+
"bytesInOutput": 2629
|
|
19448
19395
|
},
|
|
19449
19396
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
|
19450
|
-
"bytesInOutput":
|
|
19397
|
+
"bytesInOutput": 6322
|
|
19451
19398
|
},
|
|
19452
19399
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
|
19453
|
-
"bytesInOutput":
|
|
19400
|
+
"bytesInOutput": 2132
|
|
19454
19401
|
},
|
|
19455
19402
|
"src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
|
|
19456
19403
|
"bytesInOutput": 491
|
|
@@ -19459,16 +19406,16 @@
|
|
|
19459
19406
|
"bytesInOutput": 749
|
|
19460
19407
|
},
|
|
19461
19408
|
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
|
19462
|
-
"bytesInOutput":
|
|
19409
|
+
"bytesInOutput": 1965
|
|
19463
19410
|
},
|
|
19464
19411
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
|
19465
|
-
"bytesInOutput":
|
|
19412
|
+
"bytesInOutput": 5228
|
|
19466
19413
|
},
|
|
19467
19414
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
19468
19415
|
"bytesInOutput": 540
|
|
19469
19416
|
},
|
|
19470
19417
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
19471
|
-
"bytesInOutput":
|
|
19418
|
+
"bytesInOutput": 9934
|
|
19472
19419
|
},
|
|
19473
19420
|
"src/Prebuilt/components/PIP/index.jsx": {
|
|
19474
19421
|
"bytesInOutput": 212
|
|
@@ -19480,7 +19427,7 @@
|
|
|
19480
19427
|
"bytesInOutput": 2555
|
|
19481
19428
|
},
|
|
19482
19429
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
|
19483
|
-
"bytesInOutput":
|
|
19430
|
+
"bytesInOutput": 10699
|
|
19484
19431
|
},
|
|
19485
19432
|
"src/TextArea/index.tsx": {
|
|
19486
19433
|
"bytesInOutput": 27
|
|
@@ -19492,19 +19439,19 @@
|
|
|
19492
19439
|
"bytesInOutput": 15498
|
|
19493
19440
|
},
|
|
19494
19441
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
|
19495
|
-
"bytesInOutput":
|
|
19442
|
+
"bytesInOutput": 10240
|
|
19496
19443
|
},
|
|
19497
19444
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
|
19498
19445
|
"bytesInOutput": 463
|
|
19499
19446
|
},
|
|
19500
19447
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
|
19501
|
-
"bytesInOutput":
|
|
19448
|
+
"bytesInOutput": 1238
|
|
19502
19449
|
},
|
|
19503
19450
|
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
|
19504
|
-
"bytesInOutput":
|
|
19451
|
+
"bytesInOutput": 2775
|
|
19505
19452
|
},
|
|
19506
19453
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
|
19507
|
-
"bytesInOutput":
|
|
19454
|
+
"bytesInOutput": 2164
|
|
19508
19455
|
},
|
|
19509
19456
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
|
19510
19457
|
"bytesInOutput": 702
|
|
@@ -19519,10 +19466,10 @@
|
|
|
19519
19466
|
"bytesInOutput": 299
|
|
19520
19467
|
},
|
|
19521
19468
|
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
|
19522
|
-
"bytesInOutput":
|
|
19469
|
+
"bytesInOutput": 6267
|
|
19523
19470
|
},
|
|
19524
19471
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
|
19525
|
-
"bytesInOutput":
|
|
19472
|
+
"bytesInOutput": 3854
|
|
19526
19473
|
},
|
|
19527
19474
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
|
19528
19475
|
"bytesInOutput": 3181
|
|
@@ -19534,31 +19481,31 @@
|
|
|
19534
19481
|
"bytesInOutput": 15775
|
|
19535
19482
|
},
|
|
19536
19483
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
|
19537
|
-
"bytesInOutput":
|
|
19484
|
+
"bytesInOutput": 5476
|
|
19538
19485
|
},
|
|
19539
19486
|
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
|
19540
19487
|
"bytesInOutput": 1173
|
|
19541
19488
|
},
|
|
19542
19489
|
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
|
19543
|
-
"bytesInOutput":
|
|
19490
|
+
"bytesInOutput": 5297
|
|
19544
19491
|
},
|
|
19545
19492
|
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
|
19546
19493
|
"bytesInOutput": 722
|
|
19547
19494
|
},
|
|
19548
19495
|
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
|
19549
|
-
"bytesInOutput":
|
|
19496
|
+
"bytesInOutput": 1426
|
|
19550
19497
|
},
|
|
19551
19498
|
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
|
19552
|
-
"bytesInOutput":
|
|
19499
|
+
"bytesInOutput": 1943
|
|
19553
19500
|
},
|
|
19554
19501
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
|
19555
19502
|
"bytesInOutput": 2856
|
|
19556
19503
|
},
|
|
19557
19504
|
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
|
19558
|
-
"bytesInOutput":
|
|
19505
|
+
"bytesInOutput": 1903
|
|
19559
19506
|
},
|
|
19560
19507
|
"src/Prebuilt/components/PIP/usePIPChat.tsx": {
|
|
19561
|
-
"bytesInOutput":
|
|
19508
|
+
"bytesInOutput": 3750
|
|
19562
19509
|
},
|
|
19563
19510
|
"src/Prebuilt/components/PIP/usePIPWindow.tsx": {
|
|
19564
19511
|
"bytesInOutput": 278
|
|
@@ -19567,19 +19514,19 @@
|
|
|
19567
19514
|
"bytesInOutput": 126
|
|
19568
19515
|
},
|
|
19569
19516
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
19570
|
-
"bytesInOutput":
|
|
19517
|
+
"bytesInOutput": 13583
|
|
19571
19518
|
},
|
|
19572
19519
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
|
19573
|
-
"bytesInOutput":
|
|
19520
|
+
"bytesInOutput": 10603
|
|
19574
19521
|
},
|
|
19575
19522
|
"../hms-video-store/dist/index.js": {
|
|
19576
|
-
"bytesInOutput":
|
|
19523
|
+
"bytesInOutput": 55870
|
|
19577
19524
|
},
|
|
19578
19525
|
"../../node_modules/reselect/es/index.js": {
|
|
19579
19526
|
"bytesInOutput": 2539
|
|
19580
19527
|
},
|
|
19581
19528
|
"../../node_modules/ua-parser-js/src/main/ua-parser.mjs": {
|
|
19582
|
-
"bytesInOutput":
|
|
19529
|
+
"bytesInOutput": 54164
|
|
19583
19530
|
},
|
|
19584
19531
|
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
|
19585
19532
|
"bytesInOutput": 118
|
|
@@ -19615,10 +19562,10 @@
|
|
|
19615
19562
|
"bytesInOutput": 12473
|
|
19616
19563
|
},
|
|
19617
19564
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
|
19618
|
-
"bytesInOutput":
|
|
19565
|
+
"bytesInOutput": 2388
|
|
19619
19566
|
},
|
|
19620
19567
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
|
19621
|
-
"bytesInOutput":
|
|
19568
|
+
"bytesInOutput": 3739
|
|
19622
19569
|
},
|
|
19623
19570
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
|
19624
19571
|
"bytesInOutput": 839
|
|
@@ -19627,10 +19574,10 @@
|
|
|
19627
19574
|
"bytesInOutput": 670
|
|
19628
19575
|
},
|
|
19629
19576
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
|
19630
|
-
"bytesInOutput":
|
|
19577
|
+
"bytesInOutput": 973
|
|
19631
19578
|
},
|
|
19632
19579
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
|
19633
|
-
"bytesInOutput":
|
|
19580
|
+
"bytesInOutput": 1836
|
|
19634
19581
|
},
|
|
19635
19582
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
|
19636
19583
|
"bytesInOutput": 7758
|
|
@@ -19669,34 +19616,34 @@
|
|
|
19669
19616
|
"bytesInOutput": 700
|
|
19670
19617
|
},
|
|
19671
19618
|
"src/Prebuilt/components/RemoveParticipant.tsx": {
|
|
19672
|
-
"bytesInOutput":
|
|
19619
|
+
"bytesInOutput": 1333
|
|
19673
19620
|
},
|
|
19674
19621
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
|
19675
19622
|
"bytesInOutput": 6045
|
|
19676
19623
|
},
|
|
19677
19624
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
|
19678
|
-
"bytesInOutput":
|
|
19625
|
+
"bytesInOutput": 7706
|
|
19679
19626
|
},
|
|
19680
19627
|
"src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
|
|
19681
|
-
"bytesInOutput":
|
|
19628
|
+
"bytesInOutput": 1843
|
|
19682
19629
|
},
|
|
19683
19630
|
"src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
|
|
19684
19631
|
"bytesInOutput": 696
|
|
19685
19632
|
},
|
|
19686
19633
|
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
|
19687
|
-
"bytesInOutput":
|
|
19634
|
+
"bytesInOutput": 1789
|
|
19688
19635
|
},
|
|
19689
19636
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
|
19690
19637
|
"bytesInOutput": 1180
|
|
19691
19638
|
},
|
|
19692
19639
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
|
19693
|
-
"bytesInOutput":
|
|
19640
|
+
"bytesInOutput": 1616
|
|
19694
19641
|
},
|
|
19695
19642
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
|
19696
19643
|
"bytesInOutput": 2530
|
|
19697
19644
|
},
|
|
19698
19645
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
|
19699
|
-
"bytesInOutput":
|
|
19646
|
+
"bytesInOutput": 3155
|
|
19700
19647
|
},
|
|
19701
19648
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
|
19702
19649
|
"bytesInOutput": 10812
|
|
@@ -19708,13 +19655,13 @@
|
|
|
19708
19655
|
"bytesInOutput": 814
|
|
19709
19656
|
},
|
|
19710
19657
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
|
19711
|
-
"bytesInOutput":
|
|
19658
|
+
"bytesInOutput": 8919
|
|
19712
19659
|
},
|
|
19713
19660
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
|
19714
19661
|
"bytesInOutput": 2375
|
|
19715
19662
|
},
|
|
19716
19663
|
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
|
19717
|
-
"bytesInOutput":
|
|
19664
|
+
"bytesInOutput": 859
|
|
19718
19665
|
},
|
|
19719
19666
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
|
19720
19667
|
"bytesInOutput": 5620
|
|
@@ -19753,7 +19700,7 @@
|
|
|
19753
19700
|
"bytesInOutput": 2355
|
|
19754
19701
|
},
|
|
19755
19702
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
|
19756
|
-
"bytesInOutput":
|
|
19703
|
+
"bytesInOutput": 625
|
|
19757
19704
|
},
|
|
19758
19705
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
|
19759
19706
|
"bytesInOutput": 2413
|
|
@@ -19762,16 +19709,16 @@
|
|
|
19762
19709
|
"bytesInOutput": 766
|
|
19763
19710
|
},
|
|
19764
19711
|
"src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
|
|
19765
|
-
"bytesInOutput":
|
|
19712
|
+
"bytesInOutput": 1877
|
|
19766
19713
|
},
|
|
19767
19714
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
|
19768
|
-
"bytesInOutput":
|
|
19715
|
+
"bytesInOutput": 5467
|
|
19769
19716
|
},
|
|
19770
19717
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
|
19771
19718
|
"bytesInOutput": 1383
|
|
19772
19719
|
},
|
|
19773
19720
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
|
19774
|
-
"bytesInOutput":
|
|
19721
|
+
"bytesInOutput": 8121
|
|
19775
19722
|
},
|
|
19776
19723
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
|
19777
19724
|
"bytesInOutput": 1786
|
|
@@ -19795,7 +19742,7 @@
|
|
|
19795
19742
|
"bytesInOutput": 5964
|
|
19796
19743
|
},
|
|
19797
19744
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
|
19798
|
-
"bytesInOutput":
|
|
19745
|
+
"bytesInOutput": 11508
|
|
19799
19746
|
},
|
|
19800
19747
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
|
19801
19748
|
"bytesInOutput": 5786
|
|
@@ -19810,7 +19757,7 @@
|
|
|
19810
19757
|
"bytesInOutput": 1210
|
|
19811
19758
|
},
|
|
19812
19759
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
|
19813
|
-
"bytesInOutput":
|
|
19760
|
+
"bytesInOutput": 3035
|
|
19814
19761
|
},
|
|
19815
19762
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
|
19816
19763
|
"bytesInOutput": 5338
|
|
@@ -19840,19 +19787,19 @@
|
|
|
19840
19787
|
"bytesInOutput": 1164
|
|
19841
19788
|
},
|
|
19842
19789
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
|
19843
|
-
"bytesInOutput":
|
|
19790
|
+
"bytesInOutput": 13095
|
|
19844
19791
|
},
|
|
19845
19792
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
|
19846
19793
|
"bytesInOutput": 160
|
|
19847
19794
|
},
|
|
19848
19795
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
|
19849
|
-
"bytesInOutput":
|
|
19796
|
+
"bytesInOutput": 9386
|
|
19850
19797
|
},
|
|
19851
19798
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
|
19852
19799
|
"bytesInOutput": 1343
|
|
19853
19800
|
},
|
|
19854
19801
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
|
19855
|
-
"bytesInOutput":
|
|
19802
|
+
"bytesInOutput": 1260
|
|
19856
19803
|
},
|
|
19857
19804
|
"src/Prebuilt/components/Chip.tsx": {
|
|
19858
19805
|
"bytesInOutput": 857
|
|
@@ -19915,22 +19862,22 @@
|
|
|
19915
19862
|
"bytesInOutput": 3441
|
|
19916
19863
|
},
|
|
19917
19864
|
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
|
19918
|
-
"bytesInOutput":
|
|
19865
|
+
"bytesInOutput": 1322
|
|
19919
19866
|
},
|
|
19920
19867
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
19921
19868
|
"bytesInOutput": 3051
|
|
19922
19869
|
},
|
|
19923
|
-
"../../../../../../../tmp/tmp-
|
|
19870
|
+
"../../../../../../../tmp/tmp-3226-7S67YN3hoBqo/19d6e8561b91/index.css": {
|
|
19924
19871
|
"bytesInOutput": 0
|
|
19925
19872
|
},
|
|
19926
19873
|
"src/Prebuilt/common/PeersSorter.ts": {
|
|
19927
19874
|
"bytesInOutput": 3086
|
|
19928
19875
|
},
|
|
19929
19876
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
|
19930
|
-
"bytesInOutput":
|
|
19877
|
+
"bytesInOutput": 2920
|
|
19931
19878
|
},
|
|
19932
19879
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
19933
|
-
"bytesInOutput":
|
|
19880
|
+
"bytesInOutput": 29984
|
|
19934
19881
|
},
|
|
19935
19882
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
|
19936
19883
|
"bytesInOutput": 3395
|
|
@@ -19948,7 +19895,7 @@
|
|
|
19948
19895
|
"bytesInOutput": 4862
|
|
19949
19896
|
},
|
|
19950
19897
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
|
19951
|
-
"bytesInOutput":
|
|
19898
|
+
"bytesInOutput": 980
|
|
19952
19899
|
},
|
|
19953
19900
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
|
19954
19901
|
"bytesInOutput": 287
|
|
@@ -19984,10 +19931,10 @@
|
|
|
19984
19931
|
"bytesInOutput": 2322
|
|
19985
19932
|
},
|
|
19986
19933
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
|
19987
|
-
"bytesInOutput":
|
|
19934
|
+
"bytesInOutput": 1636
|
|
19988
19935
|
},
|
|
19989
19936
|
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
|
19990
|
-
"bytesInOutput":
|
|
19937
|
+
"bytesInOutput": 7089
|
|
19991
19938
|
},
|
|
19992
19939
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
|
19993
19940
|
"bytesInOutput": 598
|
|
@@ -20002,7 +19949,7 @@
|
|
|
20002
19949
|
"bytesInOutput": 1750
|
|
20003
19950
|
},
|
|
20004
19951
|
"src/Prebuilt/components/Header/common.jsx": {
|
|
20005
|
-
"bytesInOutput":
|
|
19952
|
+
"bytesInOutput": 6779
|
|
20006
19953
|
},
|
|
20007
19954
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
|
20008
19955
|
"bytesInOutput": 747
|
|
@@ -20017,7 +19964,7 @@
|
|
|
20017
19964
|
"bytesInOutput": 1455
|
|
20018
19965
|
},
|
|
20019
19966
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
|
20020
|
-
"bytesInOutput":
|
|
19967
|
+
"bytesInOutput": 4375
|
|
20021
19968
|
},
|
|
20022
19969
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
|
20023
19970
|
"bytesInOutput": 2494
|
|
@@ -20026,7 +19973,7 @@
|
|
|
20026
19973
|
"bytesInOutput": 1781
|
|
20027
19974
|
},
|
|
20028
19975
|
"src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
|
|
20029
|
-
"bytesInOutput":
|
|
19976
|
+
"bytesInOutput": 11232
|
|
20030
19977
|
},
|
|
20031
19978
|
"src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
|
|
20032
19979
|
"bytesInOutput": 1925
|
|
@@ -20053,7 +20000,7 @@
|
|
|
20053
20000
|
"bytesInOutput": 3586
|
|
20054
20001
|
},
|
|
20055
20002
|
"src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
|
|
20056
|
-
"bytesInOutput":
|
|
20003
|
+
"bytesInOutput": 1701
|
|
20057
20004
|
},
|
|
20058
20005
|
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
|
20059
20006
|
"bytesInOutput": 2946
|
|
@@ -20062,7 +20009,7 @@
|
|
|
20062
20009
|
"bytesInOutput": 1983
|
|
20063
20010
|
},
|
|
20064
20011
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
|
20065
|
-
"bytesInOutput":
|
|
20012
|
+
"bytesInOutput": 6804
|
|
20066
20013
|
},
|
|
20067
20014
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
|
20068
20015
|
"bytesInOutput": 1634
|
|
@@ -20098,7 +20045,7 @@
|
|
|
20098
20045
|
"bytesInOutput": 2213
|
|
20099
20046
|
},
|
|
20100
20047
|
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
20101
|
-
"bytesInOutput":
|
|
20048
|
+
"bytesInOutput": 1172
|
|
20102
20049
|
},
|
|
20103
20050
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
|
20104
20051
|
"bytesInOutput": 1441
|
|
@@ -20122,7 +20069,7 @@
|
|
|
20122
20069
|
"bytesInOutput": 637
|
|
20123
20070
|
},
|
|
20124
20071
|
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
|
20125
|
-
"bytesInOutput":
|
|
20072
|
+
"bytesInOutput": 1789
|
|
20126
20073
|
},
|
|
20127
20074
|
"src/Progress/index.tsx": {
|
|
20128
20075
|
"bytesInOutput": 440
|
|
@@ -20152,16 +20099,16 @@
|
|
|
20152
20099
|
"bytesInOutput": 15472
|
|
20153
20100
|
},
|
|
20154
20101
|
"src/Diagnostics/VideoTest.tsx": {
|
|
20155
|
-
"bytesInOutput":
|
|
20102
|
+
"bytesInOutput": 2775
|
|
20156
20103
|
}
|
|
20157
20104
|
},
|
|
20158
|
-
"bytes":
|
|
20105
|
+
"bytes": 1516934
|
|
20159
20106
|
},
|
|
20160
20107
|
"dist/index.cjs.css.map": {
|
|
20161
20108
|
"imports": [],
|
|
20162
20109
|
"exports": [],
|
|
20163
20110
|
"inputs": {},
|
|
20164
|
-
"bytes":
|
|
20111
|
+
"bytes": 101057
|
|
20165
20112
|
},
|
|
20166
20113
|
"dist/index.cjs.css": {
|
|
20167
20114
|
"imports": [
|
|
@@ -20217,14 +20164,11 @@
|
|
|
20217
20164
|
}
|
|
20218
20165
|
],
|
|
20219
20166
|
"inputs": {
|
|
20220
|
-
"../../../../../../../tmp/tmp-
|
|
20221
|
-
"bytesInOutput":
|
|
20222
|
-
},
|
|
20223
|
-
"../../../../../../../tmp/tmp-3217-x1SptFJQkNkc/19c650369ab1/index.css": {
|
|
20224
|
-
"bytesInOutput": 401
|
|
20167
|
+
"../../../../../../../tmp/tmp-3226-7S67YN3hoBqo/19d6e8561b91/index.css": {
|
|
20168
|
+
"bytesInOutput": 74984
|
|
20225
20169
|
}
|
|
20226
20170
|
},
|
|
20227
|
-
"bytes":
|
|
20171
|
+
"bytes": 75187
|
|
20228
20172
|
}
|
|
20229
20173
|
}
|
|
20230
20174
|
}
|