@byomakase/omakase-react-components 1.2.3 → 1.3.0-SNAPSHOT.1772554472
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.
Potentially problematic release.
This version of @byomakase/omakase-react-components might be problematic. Click here for more details.
- package/README.md +1 -1
- package/dist/index.cjs.js +94 -52
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.d.ts +23 -7
- package/dist/index.es.js +14311 -3011
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +94 -52
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -195,7 +195,7 @@ A component that wraps OmakasePlayerComponent with ability to natively play medi
|
|
|
195
195
|
return (
|
|
196
196
|
<OmakaseTamsPlayerComponent
|
|
197
197
|
flow={flow}
|
|
198
|
-
|
|
198
|
+
subflows={subflows}
|
|
199
199
|
flowsSegments={flowsSegments}
|
|
200
200
|
videoLoadOptions={videoLoadOptions}
|
|
201
201
|
onVideoLoadedCallback={(omakasePlayer, video, mediaInfo) =>
|