@byomakase/omakase-react-components 1.0.1 → 1.0.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.
@@ -4,8 +4,7 @@ import { default as React } from 'react';
4
4
  type OmakaseTamsPlayerComponentProps = {
5
5
  flow: Flow;
6
6
  childFlows: Flow[];
7
- flowSegments: FlowSegment[];
8
- childFlowsSegments: Map<string, FlowSegment[]>;
7
+ flowsSegments: Map<string, FlowSegment[]>;
9
8
  videoLoadOptions?: VideoLoadOptions;
10
9
  onVideoLoadedCallback?: (omakasePlayer: OmakasePlayer, video: Video) => void;
11
10
  config: Partial<OmakasePlayerConfig>;
@@ -1,3 +1,3 @@
1
1
  import { Flow, FlowSegment } from '../../../types';
2
2
  export declare function removeGapsInSegments(segments?: FlowSegment[]): FlowSegment[] | undefined;
3
- export declare function gatherAndExportToManifest(flow: Flow, flowSegments?: FlowSegment[], childFlows?: Flow[], childFlowsSegments?: Map<string, FlowSegment[]>): string;
3
+ export declare function gatherAndExportToManifest(flow: Flow, childFlows?: Flow[], flowsSegments?: Map<string, FlowSegment[]>): string;
@@ -97,7 +97,7 @@ export interface ImageFlow {
97
97
  essence_parameters: ImageFlowEssenceParameters;
98
98
  }
99
99
  export declare namespace ImageFlow {
100
- type FormatEnum = "urn:x-nmos:format:image";
100
+ type FormatEnum = "urn:x-tam:format:image";
101
101
  const FormatEnum: {
102
102
  UrnxNmosformatdata: FormatEnum;
103
103
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byomakase/omakase-react-components",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Omakase Player React.js wrapped components",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",