react-covideo-embed 0.1.35 → 0.1.37

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/README.md CHANGED
@@ -100,6 +100,8 @@ Explore the capabilities of react-covideo-embed through our [Demo Project](https
100
100
  - `CTA`
101
101
  - `reactions`
102
102
  - `aiAssist`
103
+ - `lesa`
104
+ - `multiLocation`
103
105
 
104
106
  ### `apikey` (optional)
105
107
 
@@ -1,6 +1,6 @@
1
+ /// <reference types="react" />
1
2
  type Props = {
2
- name: string;
3
3
  handleUpdateToken: Function;
4
4
  };
5
- export declare const UserDropdown: ({ name, handleUpdateToken }: Props) => import("react/jsx-runtime").JSX.Element | null;
5
+ export declare const UserDropdown: import("react").MemoExoticComponent<({ handleUpdateToken }: Props) => import("react/jsx-runtime").JSX.Element | null>;
6
6
  export {};
package/build/index.d.ts CHANGED
@@ -17,9 +17,10 @@ export declare enum Feature {
17
17
  REACTIONS = "reactions",
18
18
  AI_ASSIST = "aiAssist",
19
19
  UPGRADE_MESSAGE = "upgradeMessage",
20
- LESA_TV = "lesaTV"
20
+ LESA_TV = "lesaTV",
21
+ MULTI_LOCATION = "multiLocation"
21
22
  }
22
- export type FeatureType = 'insert' | 'recordScreen' | 'recordBoth' | 'recordCam' | 'upload' | 'trim' | 'merge' | 'wheelsTV' | 'voiceover' | 'quickshare' | 'folder' | 'landingPage' | 'CTA' | 'reactions' | 'aiAssist' | 'upgradeMessage' | 'lesaTV';
23
+ export type FeatureType = 'insert' | 'recordScreen' | 'recordBoth' | 'recordCam' | 'upload' | 'trim' | 'merge' | 'wheelsTV' | 'voiceover' | 'quickshare' | 'folder' | 'landingPage' | 'CTA' | 'reactions' | 'aiAssist' | 'upgradeMessage' | 'lesaTV' | 'multiLocation';
23
24
  export declare enum Environment {
24
25
  DEVELOPMENT = "development",
25
26
  SANDBOX = "sandbox",