cloudinary-video-player 3.13.2-edge.0 → 3.13.2-edge.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.
Files changed (49) hide show
  1. package/dist/134.min.js +4 -4
  2. package/dist/309.min.js +3 -3
  3. package/dist/350.min.js +2 -2
  4. package/dist/689.min.js +2 -2
  5. package/dist/adaptive-streaming.js +2 -2
  6. package/dist/adaptive-streaming.min.js +2 -2
  7. package/dist/chapters.js +2 -2
  8. package/dist/chapters.min.js +2 -2
  9. package/dist/cld-player-core.js +2 -2
  10. package/dist/cld-player-core.min.js +2 -2
  11. package/dist/cld-poster-url.js +2 -2
  12. package/dist/cld-poster-url.min.js +2 -2
  13. package/dist/cld-video-player-lazy.js +2 -2
  14. package/dist/cld-video-player-lazy.min.js +2 -2
  15. package/dist/cld-video-player.css +2 -2
  16. package/dist/cld-video-player.js +10 -10
  17. package/dist/cld-video-player.light.js +10 -10
  18. package/dist/cld-video-player.light.min.js +4 -4
  19. package/dist/cld-video-player.min.css +2 -2
  20. package/dist/cld-video-player.min.js +4 -4
  21. package/dist/colors.js +2 -2
  22. package/dist/colors.min.js +2 -2
  23. package/dist/dash.js +2 -2
  24. package/dist/dash.min.js +2 -2
  25. package/dist/debug.js +2 -2
  26. package/dist/debug.min.js +2 -2
  27. package/dist/ima.js +2 -2
  28. package/dist/ima.min.js +2 -2
  29. package/dist/interaction-areas.js +2 -2
  30. package/dist/interaction-areas.min.js +2 -2
  31. package/dist/node_modules_lodash_throttle_js.js +2 -2
  32. package/dist/playlist.js +2 -2
  33. package/dist/playlist.min.js +2 -2
  34. package/dist/plugins_cloudinary_url-helpers_js-utils_cloudinary-config-from-options_js-utils_querystring_j-adfe37.js +2 -2
  35. package/dist/recommendations-overlay.js +2 -2
  36. package/dist/recommendations-overlay.min.js +2 -2
  37. package/dist/share.js +2 -2
  38. package/dist/share.min.js +2 -2
  39. package/dist/shoppable.js +2 -2
  40. package/dist/shoppable.min.js +2 -2
  41. package/dist/utils_fetch-config_js.js +3 -3
  42. package/dist/utils_schedule_js.js +2 -2
  43. package/dist/video-player_js.js +10 -10
  44. package/dist/visual-search.js +2 -2
  45. package/dist/visual-search.min.js +2 -2
  46. package/lib/cld-video-player.min.css +2 -2
  47. package/lib/fetch-config.js +1 -1
  48. package/lib/video-player.js +16 -8
  49. package/package.json +1 -1
package/dist/chapters.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cloudinary Video Player v3.13.2-edge.0
3
- * Built on 2026-04-07T06:05:12.546Z
2
+ * Cloudinary Video Player v3.13.2-edge.2
3
+ * Built on 2026-04-07T06:27:49.792Z
4
4
  * https://github.com/cloudinary/cloudinary-video-player
5
5
  */
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cloudinary Video Player v3.13.2-edge.0
3
- * Built on 2026-04-07T06:04:56.115Z
2
+ * Cloudinary Video Player v3.13.2-edge.2
3
+ * Built on 2026-04-07T06:27:33.405Z
4
4
  * https://github.com/cloudinary/cloudinary-video-player
5
5
  */
6
6
  "use strict";(self.cloudinaryVideoPlayerChunkLoading=self.cloudinaryVideoPlayerChunkLoading||[]).push([[625],{9234(t,e,r){r.d(e,{default:()=>c});var s=r(6673),a=r.n(s),i=r(5770),o=r(2415),n=r(7311);const p=function(){function t(t,e){return this.player=t,this.options=e,this.player.one("loadedmetadata",this.initializeChapters.bind(this)),this}return t.prototype.src=function(t){this.resetPlugin(),this.options=t,this.player.one("loadedmetadata",this.initializeChapters.bind(this))},t.prototype.detach=function(){this.resetPlugin()},t.prototype.resetPlugin=function(){this.chaptersTrack&&(this.player.$(".vjs-control-bar-chapter-display").remove(),this.player.$(".vjs-chapter-display").remove(),this.player.$$(".vjs-chapter-marker").forEach(t=>t.remove()),this.player.removeRemoteTextTrack(this.chaptersTrack),delete this.chaptersTrack)},t.prototype.getChaptersFileUrlByName=function(){const t=this.player.cloudinary.currentPublicId();if(!t)return null;const e=this.player.cloudinary.source(),{type:r}=e.resourceConfig(),s=`${(0,i.k$)(this.player.cloudinary.cloudinaryConfig())}/_applet_/video_service/chapters/${r}/${(0,o.G)(t)}.vtt`;return(0,n.N)(s,e.queryParams())},t.prototype.initializeChapters=async function(){const t=!0===this.options?this.getChaptersFileUrlByName():this.options.url;if(t){const e={kind:"chapters",src:t,default:!0},r=this.player.addRemoteTextTrack(e);r.addEventListener("load",()=>{this.chaptersTrack=r.track,this.setupChaptersDisplays()})}else if(Object.entries(this.options).length){const t=this.player.addRemoteTextTrack({kind:"chapters",default:!0}),e=this.player.duration();Object.entries(this.options).forEach((r,s,a)=>{const i=new VTTCue(parseFloat(r[0]),parseFloat(a[s+1]?a[s+1][0]:e),r[1]);t.track.addCue(i)}),this.chaptersTrack=t.track,this.setupChaptersDisplays(),this.player.controlBar.chaptersButton&&this.player.controlBar.chaptersButton.update()}},t.prototype.setupChaptersDisplays=function(){this.setupProgressBarMarkers(),this.setupProgressBarChapter(),this.setupControlBarChapter()},t.prototype.setupControlBarChapter=function(){const t=this.player.$(".vjs-control-bar-chapter-display")||document.createElement("div");t.setAttribute("class","vjs-control-bar-chapter-display");const e=this.player.$(".vjs-control-bar .vjs-spacer");e.innerHTML="",e.classList.add("vjs-control-bar-chapter-wrapper"),e.appendChild(t),this.chaptersTrack.addEventListener("cuechange",()=>{const e=Array.from(this.chaptersTrack.activeCues);t.innerText=e.length>0?e[0].text:""})},t.prototype.setupProgressBarMarkers=function(){const t=this.player.duration(),{seekBar:e}=this.player.controlBar.progressControl;Array.from(this.chaptersTrack.cues).forEach(r=>{if(0!==r.startTime){const s=r.startTime/t*100+"%",i=a().dom.createEl("div",void 0,{class:"vjs-chapter-marker",style:`left: ${s}`});e.el().append(i)}})},t.prototype.setupProgressBarChapter=function(){const t=a().dom.createEl("div",void 0,{class:"vjs-chapter-display",style:`max-width: ${this.player.$(".vjs-vtt-thumbnail-display")?this.player.$(".vjs-vtt-thumbnail-display").style.width:"160px"}`}),e=this.player.getDescendant(["controlBar","progressControl","seekBar","mouseTimeDisplay"]),r=e.getDescendant(["timeTooltip"]);r.el().parentElement.prepend(t);const s=t=>{const e=t*this.player.duration(),r=Array.from(this.chaptersTrack?.cues||[]).find(t=>e>=t.startTime&&e<=t.endTime);return r?r.text:""};r.update=function(e,r,a){Object.getPrototypeOf(this).update.call(this,e,r,a),t.innerText=s(r)},"object"!=typeof this.player.vttThumbnails&&(e.update=function(e,s){const i=s*this.player_.duration(),o=e.width,n=t.clientWidth/2;r.updateTime(e,s,i,()=>{e.width*s<n?this.el_.style.left=`${n}px`:e.width*s+n>o?this.el_.style.left=e.width-n+"px":this.el_.style.left=e.width*s+"px"}),r.write(a().time.formatTime(i))})},t}(),c=function(t,e){e.addClass("vjs-chapters"),e.chapters=new p(e,t)}}}]);
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cloudinary Video Player v3.13.2-edge.0
3
- * Built on 2026-04-07T06:05:12.546Z
2
+ * Cloudinary Video Player v3.13.2-edge.2
3
+ * Built on 2026-04-07T06:27:49.792Z
4
4
  * https://github.com/cloudinary/cloudinary-video-player
5
5
  */
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cloudinary Video Player v3.13.2-edge.0
3
- * Built on 2026-04-07T06:04:56.115Z
2
+ * Cloudinary Video Player v3.13.2-edge.2
3
+ * Built on 2026-04-07T06:27:33.405Z
4
4
  * https://github.com/cloudinary/cloudinary-video-player
5
5
  */
6
6
  "use strict";(self.cloudinaryVideoPlayerChunkLoading=self.cloudinaryVideoPlayerChunkLoading||[]).push([[76],{9167(e,i,l){l.d(i,{videoPlayer:()=>r});l(6673);var n=l(1134),o=l(2984);const r=function(e){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},l=arguments.length>2?arguments[2]:void 0;return(0,n.createVideoPlayer)(e,i,l)},d=function(e){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},l=arguments.length>2?arguments[2]:void 0;return(0,o.wQ)(e,i,l,n.C)};(0,o.hg)({videoPlayer:r,videoPlayers:(e,i,l)=>(0,o.ci)(e,i,l,r),player:d,players:(e,i,l)=>(0,o.Hn)(e,i,l,d)})}}]);
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cloudinary Video Player v3.13.2-edge.0
3
- * Built on 2026-04-07T06:05:12.546Z
2
+ * Cloudinary Video Player v3.13.2-edge.2
3
+ * Built on 2026-04-07T06:27:49.792Z
4
4
  * https://github.com/cloudinary/cloudinary-video-player
5
5
  */
6
6
  "use strict";
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cloudinary Video Player v3.13.2-edge.0
3
- * Built on 2026-04-07T06:04:56.115Z
2
+ * Cloudinary Video Player v3.13.2-edge.2
3
+ * Built on 2026-04-07T06:27:33.405Z
4
4
  * https://github.com/cloudinary/cloudinary-video-player
5
5
  */
6
6
  "use strict";(self.cloudinaryVideoPlayerChunkLoading=self.cloudinaryVideoPlayerChunkLoading||[]).push([[172],{1741(e,i,t){t.d(i,{k:()=>a});var n=t(4870);const a=e=>(0,n.D)(null,e.cloud_name,e.private_cdn,e.cdn_subdomain,e.secure_cdn_subdomain,e.cname,e.secure??!0,e.secure_distribution)},4705(e,i,t){t.r(i),t.d(i,{buildPosterUrl:()=>a,getPosterUrl:()=>o});var n=t(1741);const a=function(e,i){let t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const a={cloud_name:e||t.cloud_name,...t,secure:t.secure??!0};return`${(0,n.k)(a)}/video/upload/${i}.jpg`},o=e=>{if("string"==typeof e?.poster&&e.poster.length>0)return e.poster;const i=e?.cloudName||e?.cloud_name||e?.cloudinaryConfig?.cloud_name,t=e?.publicId||e?.sourceOptions?.publicId;if(i&&t)return a(i,t,e?.cloudinaryConfig||{cloud_name:i});throw new Error("lazy requires a poster URL or cloudName and publicId")}},4728(e,i,t){t.d(i,{Bu:()=>d,K9:()=>l,Z2:()=>a,gJ:()=>o,qw:()=>c,vo:()=>n,wL:()=>r});const n={"=":"eq","!=":"ne","<":"lt",">":"gt","<=":"lte",">=":"gte","&&":"and","||":"or","*":"mul","/":"div","+":"add","-":"sub","^":"pow"},a="cloudinary-a.akamaihd.net",o="res.cloudinary.com",r={aspect_ratio:"ar",aspectRatio:"ar",current_page:"cp",currentPage:"cp",duration:"du",face_count:"fc",faceCount:"fc",height:"h",initial_aspect_ratio:"iar",initial_height:"ih",initial_width:"iw",initialAspectRatio:"iar",initialHeight:"ih",initialWidth:"iw",initial_duration:"idu",initialDuration:"idu",page_count:"pc",page_x:"px",page_y:"py",pageCount:"pc",pageX:"px",pageY:"py",tags:"tags",width:"w"},u="(([0-9]*)\\.([0-9]+)|([0-9]+))([%pP])?",c=RegExp(`^${u}$`),l=RegExp(`(${u})\\.\\.(${u})`),d={font_weight:"normal",font_style:"normal",text_decoration:"none",text_align:"",stroke:"none"}},4870(e,i,t){t.d(i,{D:()=>a});var n=t(4728);function a(e,i,t,a,o,r,u,c){let l;if(0===i.indexOf("/"))return"/res"+i;let d=!t;if(u)null!=c&&c!==n.Z2||(c=t?i+"-res.cloudinary.com":n.gJ),null==d&&(d=c===n.gJ),l="https://"+c;else if(r)l="http://"+r;else{l="http://"+[t?i+"-":"","res",".cloudinary.com"].join("")}return d&&(l+="/"+i),l}}}]);
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cloudinary Video Player v3.13.2-edge.0
3
- * Built on 2026-04-07T06:05:12.546Z
2
+ * Cloudinary Video Player v3.13.2-edge.2
3
+ * Built on 2026-04-07T06:27:49.792Z
4
4
  * https://github.com/cloudinary/cloudinary-video-player
5
5
  */
6
6
  /*
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cloudinary Video Player v3.13.2-edge.0
3
- * Built on 2026-04-07T06:04:56.115Z
2
+ * Cloudinary Video Player v3.13.2-edge.2
3
+ * Built on 2026-04-07T06:27:33.405Z
4
4
  * https://github.com/cloudinary/cloudinary-video-player
5
5
  */
6
6
  !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["cloudinary-video-player"]=t():e["cloudinary-video-player"]=t()}(self,()=>(()=>{"use strict";var e,t={9606(e,t,r){r.d(t,{Lg:()=>l,VB:()=>i,Yx:()=>a,cm:()=>n,yn:()=>o});const o=e=>{if("string"==typeof e){let t=e;0===t.indexOf("#")&&(t=t.slice(1));try{e=document.querySelector(`#${CSS.escape(t)}`)}catch{e=null}if(!e)throw new Error(`Could not find element with id ${t}`)}if(!e?.tagName)throw new Error("Must specify either an element or an element id.");if("VIDEO"!==e.tagName)throw new Error("Element is not a video tag.");return e},n=function(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const o=e.hasAttribute("controls");e.poster=t,e.preload="none",e.controls=!1,e.removeAttribute("controls");!1!==r.fluid&&e.classList.add("cld-fluid"),r.width&&e.setAttribute("width",String(r.width)),r.height&&e.setAttribute("height",String(r.height));const n=r?.sourceOptions?.aspectRatio||r?.aspectRatio;if("string"==typeof n&&n.includes(":")){const t=n.split(":").map(e=>parseInt(e.trim(),10));2===t.length&&t[0]>0&&t[1]>0&&(e.style.aspectRatio=`${t[0]} / ${t[1]}`)}return{videoElement:e,hadControls:o}},a=e=>{let{overlayRoot:t,videoElement:o,options:n,ready:a}=e;return t?.parentNode&&t.replaceWith(o),Promise.all([r.e(869),r.e(350),r.e(134)]).then(r.bind(r,1134)).then(e=>e.createVideoPlayer(o,n,a))},i=e=>!!e?.lazy,l=async(e,t,i)=>{const l=o(e),s=(e=>"string"==typeof e?.poster&&e.poster.length>0)(t)?t.poster:(await r.e(172).then(r.bind(r,4705))).getPosterUrl(t),c=(d=t.lazy)&&"object"==typeof d&&!0===d.loadOnScroll;var d;const{hadControls:u}=n(l,s,{fluid:!1!==t?.fluid,width:t?.width,height:t?.height,sourceOptions:t?.sourceOptions,aspectRatio:t?.aspectRatio}),p=((e,t)=>(e.className||"").indexOf("cld-video-player-skin-light")>-1||"light"===t?.skin)(l,t),h=document.createElement("div");h.classList.add("cld-video-player","video-js","cld-lazy-player"),h.classList.add(p?"cld-video-player-skin-light":"cld-video-player-skin-dark");const y=t?.colors;y&&(y.base&&h.style.setProperty("--color-base",y.base),y.accent&&h.style.setProperty("--color-accent",y.accent),y.text&&h.style.setProperty("--color-text",y.text)),l.parentNode.insertBefore(h,l),h.appendChild(l);const f=(()=>{const e=document.createElement("button");e.type="button",e.className="vjs-big-play-button",e.setAttribute("aria-disabled","false"),e.title="Play Video",e.setAttribute("aria-label","Play Video");const t=document.createElement("span");return t.className="vjs-icon-placeholder",t.setAttribute("aria-hidden","true"),e.appendChild(t),e})();h.appendChild(f);let m=null,g=null;const v=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(m)return m;f.removeEventListener("click",b),l.removeEventListener("click",w),g&&(g.disconnect(),g=null);const r=!0===e.autoplayFromUserGesture;u&&l.setAttribute("controls","");const o=r?e=>{e.play(),i&&i(e)}:i,n=Object.assign({},t);return delete n.lazy,m=a({overlayRoot:h,videoElement:l,options:n,ready:o}),m};function b(e){e.stopPropagation(),v({autoplayFromUserGesture:!0})}function w(){v({autoplayFromUserGesture:!0})}f.addEventListener("click",b),l.addEventListener("click",w),c&&"undefined"!=typeof IntersectionObserver&&(g=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&v({})})},{rootMargin:"0px",threshold:.25}),g.observe(l));const E={source:()=>E,loadPlayer:()=>v({autoplayFromUserGesture:!0})};return E}},2984(e,t,r){r.d(t,{Hn:()=>a,ci:()=>i,hg:()=>l,wQ:()=>n});var o=r(9606);const n=async(e,t,n,a)=>{const i=Object.assign({},t),l=(0,o.yn)(e),s=await(async()=>{try{const{fetchAndMergeConfig:e}=await Promise.all([r.e(350),r.e(309)]).then(r.bind(r,4309)),t=await e(i);return Object.assign({},t,i)}catch{return i}})();if(s?.schedule?.weekly){const{shouldUseScheduleBootstrap:t,scheduleBootstrap:o}=await r.e(689).then(r.bind(r,5689));if(t(s))return o(e,s,n)}return(0,o.VB)(s)?(0,o.Lg)(e,s,n):a(l,s,n)},a=async(e,t,r,o)=>{const n=document.querySelectorAll(e);return Promise.all([...n].map(e=>o(e,t,r)))},i=(e,t,r,o)=>[...document.querySelectorAll(e)].map(e=>o(e,t,r)),l=e=>{const t={...window.cloudinary||{},...e};return window.cloudinary=t,t}}},r={};function o(e){var n=r[e];if(void 0!==n)return n.exports;var a=r[e]={id:e,loaded:!1,exports:{}};return t[e].call(a.exports,a,a.exports,o),a.loaded=!0,a.exports}o.m=t,o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce((t,r)=>(o.f[r](e,t),t),[])),o.u=e=>(({26:"adaptive-streaming",33:"playlist",40:"debug",76:"cld-player-core",172:"cld-poster-url",330:"ima",367:"dash",404:"interaction-areas",410:"recommendations-overlay",525:"shoppable",625:"chapters",691:"colors",728:"visual-search",976:"share"}[e]||e)+".min.js"),o.miniCssF=e=>"cld-video-player.min.css",o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},o.l=(t,r,n,a)=>{if(e[t])e[t].push(r);else{var i,l;if(void 0!==n)for(var s=document.getElementsByTagName("script"),c=0;c<s.length;c++){var d=s[c];if(d.getAttribute("src")==t){i=d;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",o.nc&&i.setAttribute("nonce",o.nc),i.src=t),e[t]=[r];var u=(r,o)=>{i.onerror=i.onload=null,clearTimeout(p);var n=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),n&&n.forEach(e=>e(o)),r)return r(o)},p=setTimeout(u.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=u.bind(null,i.onerror),i.onload=u.bind(null,i.onload),l&&document.head.appendChild(i)}},o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;o.g.importScripts&&(e=o.g.location+"");var t=o.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var n=r.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=r[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e})(),(()=>{if("undefined"!=typeof document){var e=e=>new Promise((t,r)=>{var n=o.miniCssF(e),a=o.p+n;if(((e,t)=>{for(var r=document.getElementsByTagName("link"),o=0;o<r.length;o++){var n=(i=r[o]).getAttribute("data-href")||i.getAttribute("href");if("stylesheet"===i.rel&&(n===e||n===t))return i}var a=document.getElementsByTagName("style");for(o=0;o<a.length;o++){var i;if((n=(i=a[o]).getAttribute("data-href"))===e||n===t)return i}})(n,a))return t();((e,t,r,n,a)=>{var i=document.createElement("link");i.rel="stylesheet",i.type="text/css",o.nc&&(i.nonce=o.nc),i.onerror=i.onload=r=>{if(i.onerror=i.onload=null,"load"===r.type)n();else{var o=r&&r.type,l=r&&r.target&&r.target.href||t,s=new Error("Loading CSS chunk "+e+" failed.\n("+o+": "+l+")");s.name="ChunkLoadError",s.code="CSS_CHUNK_LOAD_FAILED",s.type=o,s.request=l,i.parentNode&&i.parentNode.removeChild(i),a(s)}},i.href=t,r?r.parentNode.insertBefore(i,r.nextSibling):document.head.appendChild(i)})(e,a,null,t,r)}),t={669:0};o.f.miniCss=(r,o)=>{t[r]?o.push(t[r]):0!==t[r]&&{869:1}[r]&&o.push(t[r]=e(r).then(()=>{t[r]=0},e=>{throw delete t[r],e}))}}})(),(()=>{var e={669:0};o.f.j=(t,r)=>{var n=o.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else if(869!=t){var a=new Promise((r,o)=>n=e[t]=[r,o]);r.push(n[2]=a);var i=o.p+o.u(t),l=new Error;o.l(i,r=>{if(o.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var a=r&&("load"===r.type?"missing":r.type),i=r&&r.target&&r.target.src;l.message="Loading chunk "+t+" failed.\n("+a+": "+i+")",l.name="ChunkLoadError",l.type=a,l.request=i,n[1](l)}},"chunk-"+t,t)}else e[t]=0};var t=(t,r)=>{var n,a,[i,l,s]=r,c=0;if(i.some(t=>0!==e[t])){for(n in l)o.o(l,n)&&(o.m[n]=l[n]);if(s)s(o)}for(t&&t(r);c<i.length;c++)a=i[c],o.o(e,a)&&e[a]&&e[a][0](),e[a]=0},r=self.cloudinaryVideoPlayerChunkLoading=self.cloudinaryVideoPlayerChunkLoading||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})();var n={};o.r(n),o.d(n,{default:()=>s,player:()=>i,players:()=>l});var a=o(2984);const i=(e,t,r)=>(0,a.wQ)(e,t,r,async(e,t,r)=>{const{videoPlayer:n}=await Promise.all([o.e(869),o.e(350),o.e(134),o.e(76)]).then(o.bind(o,9167));return n(e,t,r)}),l=(e,t,r)=>(0,a.Hn)(e,t,r,i),s=(0,a.hg)({player:i,players:l});return n})());
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Cloudinary Video Player v3.13.2-edge.0
3
- * Built on 2026-04-07T06:05:12.546Z
2
+ * Cloudinary Video Player v3.13.2-edge.2
3
+ * Built on 2026-04-07T06:27:49.792Z
4
4
  * https://github.com/cloudinary/cloudinary-video-player
5
5
  */
6
6
  /*!*************************************************************************************************!*\