@100mslive/roomkit-react 0.3.2 → 0.3.3-alpha.0
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-IN3HFCHT.js → HLSView-NVF25XHT.js} +2 -2
- package/dist/{chunk-ORCLDJ5D.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-ORCLDJ5D.js.map +0 -7
- /package/dist/{HLSView-IN3HFCHT.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
|