@100mslive/roomkit-react 0.3.2 → 0.3.3-alpha.1
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/Accordion/Accordion.d.ts +1 -0
- package/dist/Accordion/index.d.ts +1 -0
- package/dist/{HLSView-IN3HFCHT.js → HLSView-GDOF4655.js} +2 -2
- package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
- package/dist/Prebuilt/components/hooks/useMetadata.d.ts +8 -0
- package/dist/{chunk-ORCLDJ5D.js → chunk-ZDW56PPL.js} +563 -508
- package/dist/chunk-ZDW56PPL.js.map +7 -0
- package/dist/index.cjs.js +965 -907
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +69 -74
- package/dist/meta.esbuild.json +75 -80
- package/package.json +7 -7
- package/src/Accordion/Accordion.tsx +4 -4
- package/src/Prebuilt/common/utils.js +1 -1
- package/src/Prebuilt/components/Chat/ChatBody.tsx +10 -0
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -4
- package/src/Prebuilt/components/ConferenceScreen.tsx +1 -4
- package/src/Prebuilt/components/Footer/Footer.tsx +1 -4
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +2 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -5
- 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/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -1
- package/src/Prebuilt/components/RaiseHand.tsx +7 -1
- package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -1
- package/src/Prebuilt/components/hooks/{useMetadata.jsx → useMetadata.tsx} +2 -8
- package/src/Stats/Stats.tsx +1 -1
- package/dist/chunk-ORCLDJ5D.js.map +0 -7
- /package/dist/{HLSView-IN3HFCHT.js.map → HLSView-GDOF4655.js.map} +0 -0
@@ -882,6 +882,7 @@ export declare const AccordionItem: import("@stitches/react/types/styled-compone
|
|
882
882
|
export declare const AccordionHeader: React.FC<PropsWithChildren<BaseAccordion.AccordionTriggerProps & {
|
883
883
|
iconStyles?: CSS;
|
884
884
|
css?: CSS;
|
885
|
+
chevronID?: string;
|
885
886
|
}>>;
|
886
887
|
export declare const AccordionContent: React.FC<PropsWithChildren<BaseAccordion.AccordionContentProps & {
|
887
888
|
contentStyles?: CSS;
|
@@ -37,7 +37,7 @@ import {
|
|
37
37
|
useRoomLayoutHeader,
|
38
38
|
useSidepaneToggle,
|
39
39
|
useTheme
|
40
|
-
} from "./chunk-
|
40
|
+
} from "./chunk-ZDW56PPL.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-GDOF4655.js.map
|