{"version":3,"sources":["webpack:///scripts/video-block--391ec3e5980e4b10cb59.js","webpack:///./client/src/core/components/video-block/load-youtube-api.js","webpack:///./client/src/core/components/video-block/video-block.js"],"names":["webpackJsonpHairCare","D:\\a\\1\\s\\node_modules\\babel-loader\\lib\\index.js??ref--12-0!D:\\a\\1\\s\\node_modules\\eslint-loader\\index.js??ref--12-1!D:\\a\\1\\s\\client\\src\\core\\components\\video-block\\load-youtube-api.js","module","exports","__webpack_require__","loadIframeApi","resolve","script","document","createElement","src","firstScriptTag","getElementsByTagName","parentNode","insertBefore","window","onYouTubeIframeAPIReady","Object","defineProperty","value","isLoaded","Promise","default","D:\\a\\1\\s\\node_modules\\babel-loader\\lib\\index.js??ref--12-0!D:\\a\\1\\s\\node_modules\\eslint-loader\\index.js??ref--12-1!D:\\a\\1\\s\\client\\src\\core\\components\\video-block\\video-block.js","_interopRequireDefault","obj","__esModule","_classCallCheck","instance","Constructor","TypeError","_createClass","defineProperties","target","props","i","length","descriptor","enumerable","configurable","writable","key","protoProps","staticProps","prototype","_debug2","_debug","_loadYoutubeApi2","_loadYoutubeApi","log","VideoBlock","element","options","this","init","loadYoutubeApi","then","initPlayer","bind","player","YT","Player","id","videoId","playerVars","host","DEFAULTS","autoplay","controls","showinfo","modestbranding","loop","fs","cc_load_policy","iv_load_policy","autohide","mute"],"mappings":"AAAAA,sBAAsB,gBAEhBC,+MACA,SAAUC,EAAQC,EAASC,GAEjC,YCHA,SAASC,GAAcC,GACtB,GAAMC,GAASC,SAASC,cAAc,SACtCF,GAAOG,IAAM,oCAEb,IAAMC,GAAiBH,SAASI,qBAAqB,UAAU,EAC/DD,GAAeE,WAAWC,aAAaP,EAAQI,GAE/CI,OAAOC,wBAA0BV,EDDlCW,OAAOC,eAAef,EAAS,cAC9BgB,OAAO,GCTR,IAAMC,GAAW,GAAIC,SAAQhB,EDuB7BF,GAAQmB,QCXOF,GDeTG,0MACA,SAAUrB,EAAQC,EAASC,GAEjC,YAiBA,SAASoB,GAAuBC,GAAO,MAAOA,IAAOA,EAAIC,WAAaD,GAAQH,QAASG,GAEvF,QAASE,GAAgBC,EAAUC,GAAe,KAAMD,YAAoBC,IAAgB,KAAM,IAAIC,WAAU,qCAhBhHb,OAAOC,eAAef,EAAS,cAC9BgB,OAAO,GAGR,IAAIY,GAAe,WAAc,QAASC,GAAiBC,EAAQC,GAAS,IAAK,GAAIC,GAAI,EAAGA,EAAID,EAAME,OAAQD,IAAK,CAAE,GAAIE,GAAaH,EAAMC,EAAIE,GAAWC,WAAaD,EAAWC,aAAc,EAAOD,EAAWE,cAAe,EAAU,SAAWF,KAAYA,EAAWG,UAAW,GAAMvB,OAAOC,eAAee,EAAQI,EAAWI,IAAKJ,IAAiB,MAAO,UAAUR,EAAaa,EAAYC,GAAiJ,MAA9HD,IAAYV,EAAiBH,EAAYe,UAAWF,GAAiBC,GAAaX,EAAiBH,EAAac,GAAqBd,MErChiB,yLFyCIgB,EAAUrB,EAAuBsB,GExCrC,oNF4CIC,EAAmBvB,EAAuBwB,GE3CxCC,GAAM,aAAM,eACZC,E,WACL,WAAYC,EAASC,GAAS,UAC7BH,EAAI,UAAWE,GACfF,EAAI,UAAWG,GAEfC,KAAKD,QAAUA,EACfC,KAAKC,OAELL,EAAI,QAASI,MFuEd,MAhBAtB,GAAamB,IACZT,IAAK,OACLtB,MAAO,WErDPoC,UAAeC,KAAKH,KAAKI,WAAWC,KAAKL,UFyDzCZ,IAAK,aACLtB,MAAO,WEtDPkC,KAAKM,OAAS,GAAIC,IAAGC,OACpBR,KAAKD,QAAQU,IAEZC,QAASV,KAAKD,QAAQW,QACtBC,WAAYX,KAAKD,QACjBa,KAAM,gCF0DFf,IEpDRA,GAAWgB,UACVC,SAAU,EACVC,SAAU,EACVC,SAAU,EACVC,eAAgB,EAChBC,KAAM,EACNC,GAAI,EACJC,eAAgB,EAChBC,eAAgB,EAChBC,SAAU,EACVC,KAAM,GF0DPzE,EAAQmB,QEvDO4B","file":"scripts/video-block--391ec3e5980e4b10cb59.js","sourcesContent":["webpackJsonpHairCare([\"video-block\"],{\n\n/***/ \"D:\\\\a\\\\1\\\\s\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js??ref--12-0!D:\\\\a\\\\1\\\\s\\\\node_modules\\\\eslint-loader\\\\index.js??ref--12-1!D:\\\\a\\\\1\\\\s\\\\client\\\\src\\\\core\\\\components\\\\video-block\\\\load-youtube-api.js\":\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\nObject.defineProperty(exports, \"__esModule\", {\n\tvalue: true\n});\nvar isLoaded = new Promise(loadIframeApi);\n\nfunction loadIframeApi(resolve) {\n\tvar script = document.createElement(\"script\");\n\tscript.src = \"https://www.youtube.com/iframe_api\";\n\n\tvar firstScriptTag = document.getElementsByTagName(\"script\")[0];\n\tfirstScriptTag.parentNode.insertBefore(script, firstScriptTag);\n\n\twindow.onYouTubeIframeAPIReady = resolve;\n}\n\nexports.default = isLoaded;\n\n/***/ }),\n\n/***/ \"D:\\\\a\\\\1\\\\s\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js??ref--12-0!D:\\\\a\\\\1\\\\s\\\\node_modules\\\\eslint-loader\\\\index.js??ref--12-1!D:\\\\a\\\\1\\\\s\\\\client\\\\src\\\\core\\\\components\\\\video-block\\\\video-block.js\":\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\nObject.defineProperty(exports, \"__esModule\", {\n\tvalue: true\n});\n\nvar _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\n\nvar _debug = __webpack_require__(\"D:\\\\a\\\\1\\\\s\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js??ref--12-0!D:\\\\a\\\\1\\\\s\\\\node_modules\\\\eslint-loader\\\\index.js??ref--12-1!D:\\\\a\\\\1\\\\s\\\\node_modules\\\\debug\\\\src\\\\browser.js\");\n\nvar _debug2 = _interopRequireDefault(_debug);\n\nvar _loadYoutubeApi = __webpack_require__(\"D:\\\\a\\\\1\\\\s\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js??ref--12-0!D:\\\\a\\\\1\\\\s\\\\node_modules\\\\eslint-loader\\\\index.js??ref--12-1!D:\\\\a\\\\1\\\\s\\\\client\\\\src\\\\core\\\\components\\\\video-block\\\\load-youtube-api.js\");\n\nvar _loadYoutubeApi2 = _interopRequireDefault(_loadYoutubeApi);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar log = (0, _debug2.default)(\"video-block\");\n\nvar VideoBlock = function () {\n\tfunction VideoBlock(element, options) {\n\t\t_classCallCheck(this, VideoBlock);\n\n\t\tlog(\"element\", element);\n\t\tlog(\"options\", options);\n\n\t\tthis.options = options;\n\t\tthis.init();\n\n\t\tlog(\"ready\", this);\n\t}\n\n\t_createClass(VideoBlock, [{\n\t\tkey: \"init\",\n\t\tvalue: function init() {\n\t\t\t_loadYoutubeApi2.default.then(this.initPlayer.bind(this));\n\t\t}\n\t}, {\n\t\tkey: \"initPlayer\",\n\t\tvalue: function initPlayer() {\n\t\t\tthis.player = new YT.Player(this.options.id, {\n\t\t\t\tvideoId: this.options.videoId,\n\t\t\t\tplayerVars: this.options,\n\t\t\t\thost: \"https://www.youtube.com\"\n\t\t\t});\n\t\t}\n\t}]);\n\n\treturn VideoBlock;\n}();\n\nVideoBlock.DEFAULTS = {\n\tautoplay: 0, // Auto-play the video on load\n\tcontrols: 1, // Show pause/play buttons in player\n\tshowinfo: 0, // Hide the video title\n\tmodestbranding: 1, // Hide the Youtube Logo\n\tloop: 1, // Run the video in a loop\n\tfs: 1, // Hide the full screen button\n\tcc_load_policy: 0, // Hide closed captions\n\tiv_load_policy: 3, // Hide the Video Annotations\n\tautohide: 0, // Hide video controls when playing\n\tmute: 0\n};\n\nexports.default = VideoBlock;\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// scripts/video-block--391ec3e5980e4b10cb59.js","const isLoaded = new Promise(loadIframeApi);\r\n\r\nfunction loadIframeApi(resolve) {\r\n\tconst script = document.createElement(\"script\");\r\n\tscript.src = \"https://www.youtube.com/iframe_api\";\r\n\r\n\tconst firstScriptTag = document.getElementsByTagName(\"script\")[0];\r\n\tfirstScriptTag.parentNode.insertBefore(script, firstScriptTag);\r\n\r\n\twindow.onYouTubeIframeAPIReady = resolve;\r\n}\r\n\r\nexport default isLoaded;\r\n\n\n\n// WEBPACK FOOTER //\n// ./client/src/core/components/video-block/load-youtube-api.js","import debug from \"debug\";\r\nimport loadYoutubeApi from \"./load-youtube-api\";\r\nconst log = debug(\"video-block\");\r\nclass VideoBlock {\r\n\tconstructor(element, options) {\r\n\t\tlog(\"element\", element);\r\n\t\tlog(\"options\", options);\r\n\r\n\t\tthis.options = options;\r\n\t\tthis.init();\r\n\r\n\t\tlog(\"ready\", this);\r\n\t}\r\n\r\n\tinit() {\r\n\t\tloadYoutubeApi.then(this.initPlayer.bind(this));\r\n\t}\r\n\r\n\tinitPlayer() {\r\n\t\tthis.player = new YT.Player(\r\n\t\t\tthis.options.id,\r\n\t\t\t{\r\n\t\t\t\tvideoId: this.options.videoId,\r\n\t\t\t\tplayerVars: this.options,\r\n\t\t\t\thost: \"https://www.youtube.com\",\r\n\t\t\t}\r\n\t\t);\r\n\t}\r\n}\r\n\r\nVideoBlock.DEFAULTS = {\r\n\tautoplay: 0, // Auto-play the video on load\r\n\tcontrols: 1, // Show pause/play buttons in player\r\n\tshowinfo: 0, // Hide the video title\r\n\tmodestbranding: 1, // Hide the Youtube Logo\r\n\tloop: 1, // Run the video in a loop\r\n\tfs: 1, // Hide the full screen button\r\n\tcc_load_policy: 0, // Hide closed captions\r\n\tiv_load_policy: 3, // Hide the Video Annotations\r\n\tautohide: 0, // Hide video controls when playing\r\n\tmute: 0\r\n};\r\n\r\nexport default VideoBlock;\r\n\n\n\n// WEBPACK FOOTER //\n// ./client/src/core/components/video-block/video-block.js"],"sourceRoot":""}