@wix/video 1.92.0 → 1.94.0

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
@@ -111,23 +111,4 @@ The Video component uses a custom element (`wow-video`) under the hood that hand
111
111
  - Intersection observation for visibility-based optimizations
112
112
  - Automatic resizing and layout adjustments
113
113
  - Optimal video quality selection based on container dimensions
114
- - Poster image display and transition
115
-
116
- ## Data Manifest
117
-
118
- This package exports a `videoDataManifest` object that can be used for component manifests that use the Video component.
119
-
120
- ### Usage
121
-
122
- ```js
123
- import { videoDataManifest } from '@wix/video';
124
-
125
- // Use in your component manifest
126
- const myComponentManifest = {
127
- // ... other component properties
128
- data: {
129
- video: videoDataManifest,
130
- // ... other properties
131
- }
132
- };
133
- ```
114
+ - Poster image display and transition
package/dist/cjs/index.js CHANGED
@@ -4,15 +4,12 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  exports.__esModule = true;
5
5
  var _exportNames = {
6
6
  Video: true,
7
- initCustomElement: true,
8
- videoDataManifest: true
7
+ initCustomElement: true
9
8
  };
10
9
  var _Video = _interopRequireDefault(require("./Video"));
11
10
  exports.Video = _Video.default;
12
11
  var _customElementInit = require("./customElementInit");
13
12
  exports.initCustomElement = _customElementInit.initCustomElement;
14
- var _dataManifest = require("./dataManifest");
15
- exports.videoDataManifest = _dataManifest.videoDataManifest;
16
13
  var _types = require("./types");
17
14
  Object.keys(_types).forEach(function (key) {
18
15
  if (key === "default" || key === "__esModule") return;
@@ -1 +1 @@
1
- {"version":3,"names":["_Video","_interopRequireDefault","require","exports","Video","default","_customElementInit","initCustomElement","_dataManifest","videoDataManifest","_types","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames"],"sources":["../../src/index.ts"],"sourcesContent":["import Video from './Video';\nimport { initCustomElement } from './customElementInit';\nimport { videoDataManifest } from './dataManifest';\n\nexport { Video, initCustomElement, videoDataManifest };\nexport * from './types';\n"],"mappings":";;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA4BC,OAAA,CAAAC,KAAA,GAAAJ,MAAA,CAAAK,OAAA;AAC5B,IAAAC,kBAAA,GAAAJ,OAAA;AAAwDC,OAAA,CAAAI,iBAAA,GAAAD,kBAAA,CAAAC,iBAAA;AACxD,IAAAC,aAAA,GAAAN,OAAA;AAAmDC,OAAA,CAAAM,iBAAA,GAAAD,aAAA,CAAAC,iBAAA;AAGnD,IAAAC,MAAA,GAAAR,OAAA;AAAAS,MAAA,CAAAC,IAAA,CAAAF,MAAA,EAAAG,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAX,OAAA,IAAAA,OAAA,CAAAW,GAAA,MAAAJ,MAAA,CAAAI,GAAA;EAAAX,OAAA,CAAAW,GAAA,IAAAJ,MAAA,CAAAI,GAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_Video","_interopRequireDefault","require","exports","Video","default","_customElementInit","initCustomElement","_types","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames"],"sources":["../../src/index.ts"],"sourcesContent":["import Video from './Video';\nimport { initCustomElement } from './customElementInit';\n\nexport { Video, initCustomElement };\nexport * from './types';\n"],"mappings":";;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA4BC,OAAA,CAAAC,KAAA,GAAAJ,MAAA,CAAAK,OAAA;AAC5B,IAAAC,kBAAA,GAAAJ,OAAA;AAAwDC,OAAA,CAAAI,iBAAA,GAAAD,kBAAA,CAAAC,iBAAA;AAGxD,IAAAC,MAAA,GAAAN,OAAA;AAAAO,MAAA,CAAAC,IAAA,CAAAF,MAAA,EAAAG,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAT,OAAA,IAAAA,OAAA,CAAAS,GAAA,MAAAJ,MAAA,CAAAI,GAAA;EAAAT,OAAA,CAAAS,GAAA,IAAAJ,MAAA,CAAAI,GAAA;AAAA","ignoreList":[]}
package/dist/esm/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  import Video from './Video';
2
2
  import { initCustomElement } from './customElementInit';
3
- import { videoDataManifest } from './dataManifest';
4
- export { Video, initCustomElement, videoDataManifest };
3
+ export { Video, initCustomElement };
5
4
  export * from './types';
6
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["Video","initCustomElement","videoDataManifest"],"sources":["../../src/index.ts"],"sourcesContent":["import Video from './Video';\nimport { initCustomElement } from './customElementInit';\nimport { videoDataManifest } from './dataManifest';\n\nexport { Video, initCustomElement, videoDataManifest };\nexport * from './types';\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,SAAS;AAC3B,SAASC,iBAAiB,QAAQ,qBAAqB;AACvD,SAASC,iBAAiB,QAAQ,gBAAgB;AAElD,SAASF,KAAK,EAAEC,iBAAiB,EAAEC,iBAAiB;AACpD,cAAc,SAAS","ignoreList":[]}
1
+ {"version":3,"names":["Video","initCustomElement"],"sources":["../../src/index.ts"],"sourcesContent":["import Video from './Video';\nimport { initCustomElement } from './customElementInit';\n\nexport { Video, initCustomElement };\nexport * from './types';\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,SAAS;AAC3B,SAASC,iBAAiB,QAAQ,qBAAqB;AAEvD,SAASD,KAAK,EAAEC,iBAAiB;AACjC,cAAc,SAAS","ignoreList":[]}
@@ -1 +1 @@
1
- {"generatedAt":1770536738562,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Turborepo","packageManager":{"type":"yarn","version":"4.12.0"},"typescriptOptions":{"check":false,"reactDocgen":false},"language":"typescript","storybookPackages":{"@wix/yoshi-storybook-dependencies":{"version":"6.163.0"}},"framework":{},"addons":{"@storybook/addon-controls":{"version":"6.5.16"},"@storybook/addon-docs":{"version":"6.5.16"}}}
1
+ {"generatedAt":1772616218048,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Turborepo","packageManager":{"type":"yarn","version":"4.12.0"},"typescriptOptions":{"check":false,"reactDocgen":false},"language":"typescript","storybookPackages":{"@wix/yoshi-storybook-dependencies":{"version":"6.163.0"}},"framework":{},"addons":{"@storybook/addon-controls":{"version":"6.5.16"},"@storybook/addon-docs":{"version":"6.5.16"}}}
@@ -1,4 +1,4 @@
1
1
  {
2
- "video.css": "https://static.parastorage.com/services/video/64fe122e785e6c840ba819dafe29f7cb430d8a1a3025dff3c1138909/video.css",
3
- "video.js": "https://static.parastorage.com/services/video/64fe122e785e6c840ba819dafe29f7cb430d8a1a3025dff3c1138909/video.umd.js"
2
+ "video.css": "https://static.parastorage.com/services/video/d851b36df8e0eace5f2421b73a2cfb86a0687a1c77241a171213b50f/video.css",
3
+ "video.js": "https://static.parastorage.com/services/video/d851b36df8e0eace5f2421b73a2cfb86a0687a1c77241a171213b50f/video.umd.js"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "video.css": "https://static.parastorage.com/services/video/64fe122e785e6c840ba819dafe29f7cb430d8a1a3025dff3c1138909/video.min.css",
3
- "video.js": "https://static.parastorage.com/services/video/64fe122e785e6c840ba819dafe29f7cb430d8a1a3025dff3c1138909/video.umd.min.js"
2
+ "video.css": "https://static.parastorage.com/services/video/d851b36df8e0eace5f2421b73a2cfb86a0687a1c77241a171213b50f/video.min.css",
3
+ "video.js": "https://static.parastorage.com/services/video/d851b36df8e0eace5f2421b73a2cfb86a0687a1c77241a171213b50f/video.umd.min.js"
4
4
  }