@100mslive/roomkit-react 0.3.8-alpha.1 → 0.3.8-alpha.2
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-HUMJOIWO.js → HLSView-XZDT3RRC.js} +2 -2
- package/dist/Prebuilt/common/constants.d.ts +1 -0
- package/dist/Prebuilt/components/CaptionIcon.d.ts +2 -0
- package/dist/Prebuilt/plugins/CaptionsViewer.d.ts +2 -0
- package/dist/Text/Text.d.ts +1 -1
- package/dist/{chunk-IDAPJGWC.js → chunk-SQPIZNW2.js} +2136 -1881
- package/dist/chunk-SQPIZNW2.js.map +7 -0
- package/dist/index.cjs.js +3115 -2842
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +181 -48
- package/dist/meta.esbuild.json +186 -53
- package/package.json +6 -6
- package/src/Prebuilt/common/constants.ts +1 -0
- package/src/Prebuilt/components/AppData/AppData.tsx +1 -0
- package/src/Prebuilt/components/AppData/useUISettings.js +10 -0
- package/src/Prebuilt/components/CaptionIcon.tsx +27 -0
- package/src/Prebuilt/components/ConferenceScreen.tsx +34 -2
- package/src/Prebuilt/components/Footer/Footer.tsx +2 -0
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +1 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +22 -1
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +0 -1
- package/src/Prebuilt/plugins/CaptionsViewer.tsx +191 -0
- package/dist/chunk-IDAPJGWC.js.map +0 -7
- /package/dist/{HLSView-HUMJOIWO.js.map → HLSView-XZDT3RRC.js.map} +0 -0
@@ -38,7 +38,7 @@ import {
|
|
38
38
|
useRoomLayoutHeader,
|
39
39
|
useSidepaneToggle,
|
40
40
|
useTheme
|
41
|
-
} from "./chunk-
|
41
|
+
} from "./chunk-SQPIZNW2.js";
|
42
42
|
|
43
43
|
// src/Prebuilt/layouts/HLSView.jsx
|
44
44
|
init_define_process_env();
|
@@ -1618,4 +1618,4 @@ var HLSView_default = HLSView;
|
|
1618
1618
|
export {
|
1619
1619
|
HLSView_default as default
|
1620
1620
|
};
|
1621
|
-
//# sourceMappingURL=HLSView-
|
1621
|
+
//# sourceMappingURL=HLSView-XZDT3RRC.js.map
|
package/dist/Text/Text.d.ts
CHANGED
@@ -123,7 +123,7 @@ export declare const textVariants: {
|
|
123
123
|
};
|
124
124
|
};
|
125
125
|
export declare const Text: import("@stitches/react/types/styled-component").StyledComponent<"p", {
|
126
|
-
variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "tiny" | "xs" | "sm" | "md" | "lg" | "button" | "
|
126
|
+
variant?: "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "tiny" | "xs" | "sm" | "md" | "lg" | "button" | "overline" | "sub1" | "sub2" | "body1" | "body2" | undefined;
|
127
127
|
color?: "white" | undefined;
|
128
128
|
inline?: boolean | "true" | undefined;
|
129
129
|
}, {
|