@100mslive/roomkit-react 0.1.13-alpha.0 → 0.1.14-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-AIPLCDXY.js → HLSView-HCZVI2RM.js} +2 -2
- package/dist/Prebuilt/components/Notifications/ChatNotifications.d.ts +2 -0
- package/dist/{chunk-5DCII2TP.js → chunk-DKWT744J.js} +945 -911
- package/dist/chunk-DKWT744J.js.map +7 -0
- package/dist/index.cjs.js +1450 -1400
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +226 -147
- package/dist/meta.esbuild.json +231 -152
- package/package.json +6 -6
- package/src/Prebuilt/components/AuthToken.jsx +12 -2
- package/src/Prebuilt/components/Chat/Chat.jsx +5 -7
- package/src/Prebuilt/components/Chat/ChatBody.jsx +53 -34
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +13 -7
- package/src/Prebuilt/components/Chat/ChatStates.jsx +8 -6
- package/src/Prebuilt/components/Chat/Navigation.tsx +1 -1
- package/src/Prebuilt/components/Chat/PinnedMessage.tsx +15 -17
- package/src/Prebuilt/components/Notifications/ChatNotifications.tsx +34 -0
- package/src/Prebuilt/components/Notifications/Notifications.tsx +2 -0
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +6 -4
- package/src/Prebuilt/components/Polls/Voting/TimedVoting.jsx +3 -2
- package/src/Prebuilt/components/Polls/common/VoteCount.jsx +6 -4
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +1 -1
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +0 -19
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +46 -35
- package/src/Prebuilt/components/hooks/useSetPinnedMessages.ts +1 -2
- package/src/Prebuilt/components/hooks/useUserPreferences.jsx +1 -0
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +10 -30
- package/dist/chunk-5DCII2TP.js.map +0 -7
- /package/dist/{HLSView-AIPLCDXY.js.map → HLSView-HCZVI2RM.js.map} +0 -0
@@ -22,7 +22,7 @@ import {
|
|
22
22
|
init_define_process_env,
|
23
23
|
styled,
|
24
24
|
useTheme
|
25
|
-
} from "./chunk-
|
25
|
+
} from "./chunk-DKWT744J.js";
|
26
26
|
|
27
27
|
// src/Prebuilt/layouts/HLSView.jsx
|
28
28
|
init_define_process_env();
|
@@ -880,4 +880,4 @@ var HLSView_default = HLSView;
|
|
880
880
|
export {
|
881
881
|
HLSView_default as default
|
882
882
|
};
|
883
|
-
//# sourceMappingURL=HLSView-
|
883
|
+
//# sourceMappingURL=HLSView-HCZVI2RM.js.map
|