@100mslive/roomkit-react 0.3.7-alpha.1 → 0.3.7-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-QKPBZFZP.js → HLSView-6CEK2ZH3.js} +2 -2
- package/dist/{chunk-LVXGI4HW.js → chunk-5VWHFS7L.js} +197 -189
- package/dist/{chunk-LVXGI4HW.js.map → chunk-5VWHFS7L.js.map} +3 -3
- package/dist/index.cjs.js +181 -173
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +9 -9
- package/dist/meta.esbuild.json +16 -16
- package/package.json +6 -6
- package/src/Prebuilt/layouts/SidePane.tsx +7 -0
- /package/dist/{HLSView-QKPBZFZP.js.map → HLSView-6CEK2ZH3.js.map} +0 -0
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
useRoomLayoutHeader,
|
|
39
39
|
useSidepaneToggle,
|
|
40
40
|
useTheme
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-5VWHFS7L.js";
|
|
42
42
|
|
|
43
43
|
// src/Prebuilt/layouts/HLSView.jsx
|
|
44
44
|
init_define_process_env();
|
|
@@ -1600,4 +1600,4 @@ var HLSView_default = HLSView;
|
|
|
1600
1600
|
export {
|
|
1601
1601
|
HLSView_default as default
|
|
1602
1602
|
};
|
|
1603
|
-
//# sourceMappingURL=HLSView-
|
|
1603
|
+
//# sourceMappingURL=HLSView-6CEK2ZH3.js.map
|