@100mslive/roomkit-react 0.3.3-alpha.6 → 0.3.3-alpha.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-XI2Q44RQ.js → HLSView-UN7O7GT2.js} +2 -2
- package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
- package/dist/{chunk-3JLNG275.js → chunk-4NHNNVQ3.js} +368 -393
- package/dist/chunk-4NHNNVQ3.js.map +7 -0
- package/dist/index.cjs.js +798 -826
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +56 -51
- package/dist/meta.esbuild.json +61 -56
- package/package.json +8 -8
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +4 -2
- package/src/Prebuilt/components/ConferenceScreen.tsx +4 -1
- package/src/Prebuilt/components/Footer/Footer.tsx +4 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +1 -0
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +5 -1
- package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +1 -0
- package/src/Prebuilt/components/RaiseHand.tsx +1 -7
- package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +1 -0
- package/src/Prebuilt/components/hooks/{useMetadata.tsx → useMetadata.jsx} +8 -2
- package/dist/Prebuilt/components/hooks/useMetadata.d.ts +0 -8
- package/dist/chunk-3JLNG275.js.map +0 -7
- /package/dist/{HLSView-XI2Q44RQ.js.map → HLSView-UN7O7GT2.js.map} +0 -0
@@ -38,7 +38,7 @@ import {
|
|
38
38
|
useRoomLayoutHeader,
|
39
39
|
useSidepaneToggle,
|
40
40
|
useTheme
|
41
|
-
} from "./chunk-
|
41
|
+
} from "./chunk-4NHNNVQ3.js";
|
42
42
|
|
43
43
|
// src/Prebuilt/layouts/HLSView.jsx
|
44
44
|
init_define_process_env();
|
@@ -1596,4 +1596,4 @@ var HLSView_default = HLSView;
|
|
1596
1596
|
export {
|
1597
1597
|
HLSView_default as default
|
1598
1598
|
};
|
1599
|
-
//# sourceMappingURL=HLSView-
|
1599
|
+
//# sourceMappingURL=HLSView-UN7O7GT2.js.map
|