@100mslive/roomkit-react 0.3.5-alpha.1 → 0.3.5-alpha.3
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/{HLSView-YAR57OPP.js → HLSView-MS5MU24E.js} +2 -2
- package/dist/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.d.ts +1 -1
- package/dist/{chunk-MXPCXPZQ.js → chunk-55X45VYE.js} +638 -644
- package/dist/chunk-55X45VYE.js.map +7 -0
- package/dist/index.cjs.js +381 -387
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +20 -30
- package/dist/meta.esbuild.json +30 -40
- package/package.json +6 -6
- package/src/Prebuilt/App.tsx +0 -1
- package/src/Prebuilt/components/AppData/AppData.tsx +16 -12
- package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +4 -7
- package/src/Prebuilt/components/LayoutModeSelector.tsx +9 -3
- package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +7 -22
- package/dist/chunk-MXPCXPZQ.js.map +0 -7
- /package/dist/{HLSView-YAR57OPP.js.map → HLSView-MS5MU24E.js.map} +0 -0
@@ -38,7 +38,7 @@ import {
|
|
38
38
|
useRoomLayoutHeader,
|
39
39
|
useSidepaneToggle,
|
40
40
|
useTheme
|
41
|
-
} from "./chunk-
|
41
|
+
} from "./chunk-55X45VYE.js";
|
42
42
|
|
43
43
|
// src/Prebuilt/layouts/HLSView.jsx
|
44
44
|
init_define_process_env();
|
@@ -1598,4 +1598,4 @@ var HLSView_default = HLSView;
|
|
1598
1598
|
export {
|
1599
1599
|
HLSView_default as default
|
1600
1600
|
};
|
1601
|
-
//# sourceMappingURL=HLSView-
|
1601
|
+
//# sourceMappingURL=HLSView-MS5MU24E.js.map
|