@wix/pro-gallery 1.0.20 → 1.0.21

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.
@@ -247,10 +247,10 @@ export interface UnsharpMasking {
247
247
  export interface Video {
248
248
  type?: VideoType;
249
249
  /**
250
- * The video's URL. Either a Wix media URL, or a supported https external URL in the following formats: <br/>
251
- * Wix Media: `'wix:video://v1/6e6ea4_461425d7e7db4d5487a28e00c5ba6244/9e6ea4_461425d7e7db4d5487a28e00c5ba6277#posterUri=9e6ea4_461425d7e7db4d5487a28e00c5ba6277f000.jpg&posterWidth=960&posterHeight=540'` <br/>
252
- * Vimeo: `'https://vimeo.com/378840916'` <br/>
253
- * Youtube: `'https://www.youtube.com/results?search_query=uplifting+upbeat+music'`
250
+ * The video's URL. Either a Wix media URL, or a supported https external URL in the following formats:
251
+ * Wix Media: `'wix:video://v1/6e6ea4_461425d7e7db4d5487a28e00c5ba6244/9e6ea4_461425d7e7db4d5487a28e00c5ba6277#posterUri=9e6ea4_461425d7e7db4d5487a28e00c5ba6277f000.jpg&posterWidth=960&posterHeight=540'`
252
+ * Vimeo: `'https://vimeo.com/378840916'`
253
+ * Youtube: `'https://www.youtube.com/results?search_query=uplifting+upbeat+music'`
254
254
  */
255
255
  videoInfo?: string;
256
256
  /** Manually defined video duration in milliseconds. */
@@ -247,10 +247,10 @@ export interface UnsharpMasking {
247
247
  export interface Video {
248
248
  type?: VideoType;
249
249
  /**
250
- * The video's URL. Either a Wix media URL, or a supported https external URL in the following formats: <br/>
251
- * Wix Media: `'wix:video://v1/6e6ea4_461425d7e7db4d5487a28e00c5ba6244/9e6ea4_461425d7e7db4d5487a28e00c5ba6277#posterUri=9e6ea4_461425d7e7db4d5487a28e00c5ba6277f000.jpg&posterWidth=960&posterHeight=540'` <br/>
252
- * Vimeo: `'https://vimeo.com/378840916'` <br/>
253
- * Youtube: `'https://www.youtube.com/results?search_query=uplifting+upbeat+music'`
250
+ * The video's URL. Either a Wix media URL, or a supported https external URL in the following formats:
251
+ * Wix Media: `'wix:video://v1/6e6ea4_461425d7e7db4d5487a28e00c5ba6244/9e6ea4_461425d7e7db4d5487a28e00c5ba6277#posterUri=9e6ea4_461425d7e7db4d5487a28e00c5ba6277f000.jpg&posterWidth=960&posterHeight=540'`
252
+ * Vimeo: `'https://vimeo.com/378840916'`
253
+ * Youtube: `'https://www.youtube.com/results?search_query=uplifting+upbeat+music'`
254
254
  */
255
255
  videoInfo?: string;
256
256
  /** Manually defined video duration in milliseconds. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/pro-gallery",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "ae84d1f501519634ce135abd4098cdc2b8d574f1d77bd1d98efccf46"
36
+ "falconPackageHash": "288fbe07c3230b95df35167a91acaed1df16f3f47b0c083ee7338ec6"
37
37
  }