@100mslive/roomkit-react 0.2.1-alpha.1 → 0.2.2-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-QPKBRL74.js → HLSView-DJGDJPXM.js} +2 -2
- package/dist/{chunk-LRZEFY46.js → chunk-ERKB3GGI.js} +89 -86
- package/dist/chunk-ERKB3GGI.js.map +7 -0
- package/dist/index.cjs.js +85 -82
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +14 -14
- package/dist/meta.esbuild.json +21 -21
- package/package.json +11 -6
- package/src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx +6 -5
- package/src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx +4 -1
- package/src/Toast/Toast.tsx +1 -0
- package/dist/chunk-LRZEFY46.js.map +0 -7
- /package/dist/{HLSView-QPKBRL74.js.map → HLSView-DJGDJPXM.js.map} +0 -0
@@ -23,7 +23,7 @@ import {
|
|
23
23
|
styled,
|
24
24
|
usePollViewToggle,
|
25
25
|
useTheme
|
26
|
-
} from "./chunk-
|
26
|
+
} from "./chunk-ERKB3GGI.js";
|
27
27
|
|
28
28
|
// src/Prebuilt/layouts/HLSView.jsx
|
29
29
|
init_define_process_env();
|
@@ -969,4 +969,4 @@ var HLSView_default = HLSView;
|
|
969
969
|
export {
|
970
970
|
HLSView_default as default
|
971
971
|
};
|
972
|
-
//# sourceMappingURL=HLSView-
|
972
|
+
//# sourceMappingURL=HLSView-DJGDJPXM.js.map
|