@100mslive/roomkit-react 0.3.8-alpha.1 → 0.3.8-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ import {
38
38
  useRoomLayoutHeader,
39
39
  useSidepaneToggle,
40
40
  useTheme
41
- } from "./chunk-IDAPJGWC.js";
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-HUMJOIWO.js.map
1621
+ //# sourceMappingURL=HLSView-XZDT3RRC.js.map
@@ -43,6 +43,7 @@ export declare const APP_DATA: {
43
43
  pollState: string;
44
44
  background: string;
45
45
  sheet: string;
46
+ caption: string;
46
47
  loadingEffects: string;
47
48
  };
48
49
  export declare const UI_SETTINGS: {
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CaptionIcon: () => React.JSX.Element | null;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CaptionsViewer: () => React.JSX.Element | null;
@@ -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" | "caption" | "overline" | "sub1" | "sub2" | "body1" | "body2" | undefined;
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
  }, {