@100mslive/roomkit-react 0.3.2-alpha.5 → 0.3.3-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-K27OIEUG.js → HLSView-NVF25XHT.js} +2 -2
- package/dist/{chunk-7E3MCGCA.js → chunk-2V7F62FX.js} +538 -479
- package/dist/chunk-2V7F62FX.js.map +7 -0
- package/dist/index.cjs.js +493 -434
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +35 -35
- package/dist/meta.esbuild.json +42 -42
- package/package.json +6 -6
- package/src/Prebuilt/common/utils.js +1 -1
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +1 -1
- package/src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx +6 -6
- package/src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx +14 -2
- package/src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx +3 -2
- package/src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx +1 -0
- package/src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx +3 -1
- package/src/Stats/Stats.tsx +1 -1
- package/dist/chunk-7E3MCGCA.js.map +0 -7
- /package/dist/{HLSView-K27OIEUG.js.map → HLSView-NVF25XHT.js.map} +0 -0
@@ -37,7 +37,7 @@ import {
|
|
37
37
|
useRoomLayoutHeader,
|
38
38
|
useSidepaneToggle,
|
39
39
|
useTheme
|
40
|
-
} from "./chunk-
|
40
|
+
} from "./chunk-2V7F62FX.js";
|
41
41
|
|
42
42
|
// src/Prebuilt/layouts/HLSView.jsx
|
43
43
|
init_define_process_env();
|
@@ -1431,4 +1431,4 @@ var HLSView_default = HLSView;
|
|
1431
1431
|
export {
|
1432
1432
|
HLSView_default as default
|
1433
1433
|
};
|
1434
|
-
//# sourceMappingURL=HLSView-
|
1434
|
+
//# sourceMappingURL=HLSView-NVF25XHT.js.map
|