From 7b2d2ab3c46bbca4622af985082a7d9375246f66 Mon Sep 17 00:00:00 2001 From: facundofernandez Date: Mon, 2 Nov 2020 21:13:58 -0300 Subject: [PATCH] v1.0.0 --- dist/videojs-social-media.cjs.js | 2 +- dist/videojs-social-media.css | 6 ++++++ dist/videojs-social-media.es.js | 2 +- dist/videojs-social-media.js | 10 ++++++++-- dist/videojs-social-media.min.js | 6 +++--- package.json | 2 +- test/dist/bundle.js | 4 ++-- 7 files changed, 22 insertions(+), 10 deletions(-) diff --git a/dist/videojs-social-media.cjs.js b/dist/videojs-social-media.cjs.js index a2326dd..794ff76 100644 --- a/dist/videojs-social-media.cjs.js +++ b/dist/videojs-social-media.cjs.js @@ -8,7 +8,7 @@ var videojs = _interopDefault(require('video.js')); var featherIcons = _interopDefault(require('feather-icons')); var _ = _interopDefault(require('lodash')); -var version = "0.0.3"; +var version = "1.0.0"; // Default options for the plugin. var defaults = {}; diff --git a/dist/videojs-social-media.css b/dist/videojs-social-media.css index b02e3ca..14f8f94 100644 --- a/dist/videojs-social-media.css +++ b/dist/videojs-social-media.css @@ -1 +1,7 @@ +/** + * videojs-social-media + * @version 1.0.0 + * @copyright 2020 ff.fernandez.facundo + * @license Apache-2.0 + */ .video-js .vjs-menu-social{z-index:100;position:absolute;display:none;top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background:rgba(0,0,0,0.7);height:100%;font-size:3em}.video-js .vjs-menu-social.show{display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-menu-social .vjs-icon{position:relative;height:2em;width:2em;margin:0 1rem 0 0;cursor:pointer;opacity:.8;transition:transform 200ms;display:flex;justify-content:center;align-items:center;border-radius:0.2em;background:#36465d}.video-js .vjs-menu-social .vjs-icon:hover{opacity:1;transform:scale(1.07)}.video-js .vjs-menu-social .vjs-icon.vjs-icon--facebook{background:#3b5998}.video-js .vjs-menu-social .vjs-icon.vjs-icon--twitter{background:#0084b4}.video-js .vjs-menu-social .vjs-icon.vjs-icon--linkedin{background:#0077B5}.video-js .vjs-menu-social .vjs-icon.vjs-icon--pinterest{background:#BD081C}.video-js .vjs-menu-social .vjs-icon.vjs-icon--tumblr{background:#36465d}.video-js .vjs-menu-social .vjs-icon.vjs-icon--link{background:#36465d}.video-js .vjs-button-social{z-index:110;transition:all .3s;position:absolute;top:1.5em;right:1.5em;opacity:0;visibility:hidden;cursor:pointer;color:white;padding:5px;box-sizing:content-box}.video-js.vjs-user-active .vjs-button-social{opacity:1;visibility:visible}.video-js.vjs-paused .vjs-button-social{opacity:1;visibility:visible}.video-js.vjs-user-inactive .vjs-button-social{opacity:0;visibility:hidden} diff --git a/dist/videojs-social-media.es.js b/dist/videojs-social-media.es.js index 4a8a62d..7918b3e 100644 --- a/dist/videojs-social-media.es.js +++ b/dist/videojs-social-media.es.js @@ -4,7 +4,7 @@ import videojs from 'video.js'; import featherIcons from 'feather-icons'; import _ from 'lodash'; -var version = "0.0.3"; +var version = "1.0.0"; // Default options for the plugin. var defaults = {}; diff --git a/dist/videojs-social-media.js b/dist/videojs-social-media.js index 1c36f43..c50d006 100644 --- a/dist/videojs-social-media.js +++ b/dist/videojs-social-media.js @@ -1,3 +1,9 @@ +/** + * videojs-social-media + * @version 1.0.0 + * @copyright 2020 ff.fernandez.facundo + * @license Apache-2.0 + */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('video.js')) : typeof define === 'function' && define.amd ? define(['video.js'], factory) : @@ -59,7 +65,7 @@ if (typeof window !== "undefined") { var window_1 = win; -var version = "0.0.3"; +var version = "1.0.0"; var feather = createCommonjsModule(function (module, exports) { (function webpackUniversalModuleDefinition(root, factory) { @@ -2449,7 +2455,7 @@ module.exports = __webpack_require__(/*! /home/travis/build/feathericons/feather /******/ }); }); -//# sourceMappingURL=feather.js.map + }); var featherIcons = unwrapExports(feather); diff --git a/dist/videojs-social-media.min.js b/dist/videojs-social-media.min.js index 961a36d..39fcc41 100644 --- a/dist/videojs-social-media.min.js +++ b/dist/videojs-social-media.min.js @@ -1,10 +1,10 @@ /** * videojs-social-media - * @version 0.0.3 + * @version 1.0.0 * @copyright 2020 ff.fernandez.facundo * @license Apache-2.0 */ -!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n(require("video.js")):"function"==typeof define&&define.amd?define(["video.js"],n):e.videojsSocialMedia=n(e.videojs)}(this,function(videojs){"use strict";videojs=videojs&&videojs.hasOwnProperty("default")?videojs["default"]:videojs;var commonjsGlobal="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function unwrapExports(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}function createCommonjsModule(e,n){return e(n={exports:{}},n.exports),n.exports}var empty={},empty$1=(Object.freeze||Object)({"default":empty}),minDoc=empty$1&&empty||empty$1,topLevel=void 0!==commonjsGlobal?commonjsGlobal:"undefined"!=typeof window?window:{},doccy,doccy="undefined"!=typeof document?document:(doccy=topLevel["__GLOBAL_DOCUMENT_CACHE@4"],doccy||(topLevel["__GLOBAL_DOCUMENT_CACHE@4"]=minDoc)),document_1=doccy,win,win="undefined"!=typeof window?window:void 0!==commonjsGlobal?commonjsGlobal:"undefined"!=typeof self?self:{},window_1=win,version="0.0.3",feather=createCommonjsModule(function(module,exports){var i;i=function(){return j={"./dist/icons.json":function(e){e.exports={activity:'',airplay:'',"alert-circle":'',"alert-octagon":'',"alert-triangle":'',"align-center":'',"align-justify":'',"align-left":'',"align-right":'',anchor:'',aperture:'',archive:'',"arrow-down-circle":'',"arrow-down-left":'',"arrow-down-right":'',"arrow-down":'',"arrow-left-circle":'',"arrow-left":'',"arrow-right-circle":'',"arrow-right":'',"arrow-up-circle":'',"arrow-up-left":'',"arrow-up-right":'',"arrow-up":'',"at-sign":'',award:'',"bar-chart-2":'',"bar-chart":'',"battery-charging":'',battery:'',"bell-off":'',bell:'',bluetooth:'',bold:'',"book-open":'',book:'',bookmark:'',box:'',briefcase:'',calendar:'',"camera-off":'',camera:'',cast:'',"check-circle":'',"check-square":'',check:'',"chevron-down":'',"chevron-left":'',"chevron-right":'',"chevron-up":'',"chevrons-down":'',"chevrons-left":'',"chevrons-right":'',"chevrons-up":'',chrome:'',circle:'',clipboard:'',clock:'',"cloud-drizzle":'',"cloud-lightning":'',"cloud-off":'',"cloud-rain":'',"cloud-snow":'',cloud:'',code:'',codepen:'',codesandbox:'',coffee:'',columns:'',command:'',compass:'',copy:'',"corner-down-left":'',"corner-down-right":'',"corner-left-down":'',"corner-left-up":'',"corner-right-down":'',"corner-right-up":'',"corner-up-left":'',"corner-up-right":'',cpu:'',"credit-card":'',crop:'',crosshair:'',database:'',"delete":'',disc:'',"divide-circle":'',"divide-square":'',divide:'',"dollar-sign":'',"download-cloud":'',download:'',dribbble:'',droplet:'',"edit-2":'',"edit-3":'',edit:'',"external-link":'',"eye-off":'',eye:'',facebook:'',"fast-forward":'',feather:'',figma:'',"file-minus":'',"file-plus":'',"file-text":'',file:'',film:'',filter:'',flag:'',"folder-minus":'',"folder-plus":'',folder:'',framer:'',frown:'',gift:'',"git-branch":'',"git-commit":'',"git-merge":'',"git-pull-request":'',github:'',gitlab:'',globe:'',grid:'',"hard-drive":'',hash:'',headphones:'',heart:'',"help-circle":'',hexagon:'',home:'',image:'',inbox:'',info:'',instagram:'',italic:'',key:'',layers:'',layout:'',"life-buoy":'',"link-2":'',link:'',linkedin:'',list:'',loader:'',lock:'',"log-in":'',"log-out":'',mail:'',"map-pin":'',map:'',"maximize-2":'',maximize:'',meh:'',menu:'',"message-circle":'',"message-square":'',"mic-off":'',mic:'',"minimize-2":'',minimize:'',"minus-circle":'',"minus-square":'',minus:'',monitor:'',moon:'',"more-horizontal":'',"more-vertical":'',"mouse-pointer":'',move:'',music:'',"navigation-2":'',navigation:'',octagon:'',"package":'',paperclip:'',"pause-circle":'',pause:'',"pen-tool":'',percent:'',"phone-call":'',"phone-forwarded":'',"phone-incoming":'',"phone-missed":'',"phone-off":'',"phone-outgoing":'',phone:'',"pie-chart":'',"play-circle":'',play:'',"plus-circle":'',"plus-square":'',plus:'',pocket:'',power:'',printer:'',radio:'',"refresh-ccw":'',"refresh-cw":'',repeat:'',rewind:'',"rotate-ccw":'',"rotate-cw":'',rss:'',save:'',scissors:'',search:'',send:'',server:'',settings:'',"share-2":'',share:'',"shield-off":'',shield:'',"shopping-bag":'',"shopping-cart":'',shuffle:'',sidebar:'',"skip-back":'',"skip-forward":'',slack:'',slash:'',sliders:'',smartphone:'',smile:'',speaker:'',square:'',star:'',"stop-circle":'',sun:'',sunrise:'',sunset:'',tablet:'',tag:'',target:'',terminal:'',thermometer:'',"thumbs-down":'',"thumbs-up":'',"toggle-left":'',"toggle-right":'',tool:'',"trash-2":'',trash:'',trello:'',"trending-down":'',"trending-up":'',triangle:'',truck:'',tv:'',twitch:'',twitter:'',type:'',umbrella:'',underline:'',unlock:'',"upload-cloud":'',upload:'',"user-check":'',"user-minus":'',"user-plus":'',"user-x":'',user:'',users:'',"video-off":'',video:'',voicemail:'',"volume-1":'',"volume-2":'',"volume-x":'',volume:'',watch:'',"wifi-off":'',wifi:'',wind:'',"x-circle":'',"x-octagon":'',"x-square":'',x:'',youtube:'',"zap-off":'',zap:'',"zoom-in":'',"zoom-out":''}},"./node_modules/classnames/dedupe.js":function(e,n,t){var r;r=function(){function l(){}function a(e,n){for(var t=n.length,r=0;rdocument.F=Object"),e.close(),f=e.F;n--;)delete f[s][o[n]];return f()};e.exports=Object.create||function(e,n){var t;return null!==e?(p[s]=r(e),t=new p,p[s]=null,t[u]=e):t=f(),n===undefined?t:i(t,n)},l[u]=!0},"./node_modules/core-js/internals/object-define-properties.js":function(e,n,t){var r=t("./node_modules/core-js/internals/descriptors.js"),l=t("./node_modules/core-js/internals/object-define-property.js"),a=t("./node_modules/core-js/internals/an-object.js"),c=t("./node_modules/core-js/internals/object-keys.js");e.exports=r?Object.defineProperties:function(e,n){a(e);for(var t,r=c(n),i=r.length,o=0;oi;)l(r,t=n[i++])&&(~u(o,t)||o.push(t));return o}},"./node_modules/core-js/internals/object-keys.js":function(e,n,t){var r=t("./node_modules/core-js/internals/object-keys-internal.js"),i=t("./node_modules/core-js/internals/enum-bug-keys.js");e.exports=Object.keys||function(e){return r(e,i)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(e,n,t){var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);n.f=o?function(e){e=i(this,e);return!!e&&e.enumerable}:r},"./node_modules/core-js/internals/object-set-prototype-of.js":function(e,n,t){var i=t("./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r=!1,e={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(e,[]),r=e instanceof Array}catch(n){}return function(e,n){return i(e,n),r?t.call(e,n):e.__proto__=n,e}}():undefined)},"./node_modules/core-js/internals/own-keys.js":function(e,n,t){var r=t("./node_modules/core-js/internals/global.js"),i=t("./node_modules/core-js/internals/object-get-own-property-names.js"),o=t("./node_modules/core-js/internals/object-get-own-property-symbols.js"),l=t("./node_modules/core-js/internals/an-object.js"),r=r.Reflect;e.exports=r&&r.ownKeys||function(e){var n=i.f(l(e)),t=o.f;return t?n.concat(t(e)):n}},"./node_modules/core-js/internals/path.js":function(e,n,t){e.exports=t("./node_modules/core-js/internals/global.js")},"./node_modules/core-js/internals/redefine.js":function(e,n,t){var l=t("./node_modules/core-js/internals/global.js"),r=t("./node_modules/core-js/internals/shared.js"),a=t("./node_modules/core-js/internals/hide.js"),c=t("./node_modules/core-js/internals/has.js"),u=t("./node_modules/core-js/internals/set-global.js"),i=t("./node_modules/core-js/internals/function-to-string.js"),t=t("./node_modules/core-js/internals/internal-state.js"),o=t.get,s=t.enforce,p=String(i).split("toString");r("inspectSource",function(e){return i.call(e)}),(e.exports=function(e,n,t,r){var i=!!r&&!!r.unsafe,o=!!r&&!!r.enumerable,r=!!r&&!!r.noTargetGet;"function"==typeof t&&("string"!=typeof n||c(t,"name")||a(t,"name",n),s(t).source=p.join("string"==typeof n?n:"")),e!==l?(i?!r&&e[n]&&(o=!0):delete e[n],o?e[n]=t:a(e,n,t)):o?e[n]=t:u(n,t)})(Function.prototype,"toString",function(){return"function"==typeof this&&o(this).source||i.call(this)})},"./node_modules/core-js/internals/require-object-coercible.js":function(e,n){e.exports=function(e){if(e==undefined)throw TypeError("Can't call method on "+e);return e}},"./node_modules/core-js/internals/set-global.js":function(e,n,t){var r=t("./node_modules/core-js/internals/global.js"),i=t("./node_modules/core-js/internals/hide.js");e.exports=function(e,n){try{i(r,e,n)}catch(t){r[e]=n}return n}},"./node_modules/core-js/internals/set-to-string-tag.js":function(e,n,t){var r=t("./node_modules/core-js/internals/object-define-property.js").f,i=t("./node_modules/core-js/internals/has.js"),o=t("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag");e.exports=function(e,n,t){e&&!i(e=t?e:e.prototype,o)&&r(e,o,{configurable:!0,value:n})}},"./node_modules/core-js/internals/shared-key.js":function(e,n,t){var r=t("./node_modules/core-js/internals/shared.js"),i=t("./node_modules/core-js/internals/uid.js"),o=r("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},"./node_modules/core-js/internals/shared.js":function(e,n,t){var r=t("./node_modules/core-js/internals/global.js"),i=t("./node_modules/core-js/internals/set-global.js"),o=t("./node_modules/core-js/internals/is-pure.js"),t="__core-js_shared__",l=r[t]||i(t,{});(e.exports=function(e,n){return l[e]||(l[e]=n!==undefined?n:{})})("versions",[]).push({version:"3.1.3",mode:o?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"./node_modules/core-js/internals/string-at.js":function(e,n,t){var l=t("./node_modules/core-js/internals/to-integer.js"),a=t("./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e,n,t){var r,i=String(a(e)),o=l(n),e=i.length;return o<0||e<=o?t?"":undefined:(n=i.charCodeAt(o))<55296||56319=n.length?{value:undefined,done:!0}:(t=r(n,t,!0),e.index+=t.length,{value:t,done:!1})})},"./node_modules/webpack/buildin/global.js":function(module,exports){var g,g=function(){return this}();try{g=g||Function("return this")()||eval("this")}catch(e){"object"==typeof window&&(g=window)}module.exports=g},"./src/default-attrs.json":function(e){e.exports={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"}},"./src/icon.js":function(e,n,t){Object.defineProperty(n,"__esModule",{value:!0});var r=Object.assign||function(e){for(var n=1;n"+this.contents+""}},{key:"toString",value:function(){return this.contents}}]),i=u;function u(e,n){var t=2',airplay:'',"alert-circle":'',"alert-octagon":'',"alert-triangle":'',"align-center":'',"align-justify":'',"align-left":'',"align-right":'',anchor:'',aperture:'',archive:'',"arrow-down-circle":'',"arrow-down-left":'',"arrow-down-right":'',"arrow-down":'',"arrow-left-circle":'',"arrow-left":'',"arrow-right-circle":'',"arrow-right":'',"arrow-up-circle":'',"arrow-up-left":'',"arrow-up-right":'',"arrow-up":'',"at-sign":'',award:'',"bar-chart-2":'',"bar-chart":'',"battery-charging":'',battery:'',"bell-off":'',bell:'',bluetooth:'',bold:'',"book-open":'',book:'',bookmark:'',box:'',briefcase:'',calendar:'',"camera-off":'',camera:'',cast:'',"check-circle":'',"check-square":'',check:'',"chevron-down":'',"chevron-left":'',"chevron-right":'',"chevron-up":'',"chevrons-down":'',"chevrons-left":'',"chevrons-right":'',"chevrons-up":'',chrome:'',circle:'',clipboard:'',clock:'',"cloud-drizzle":'',"cloud-lightning":'',"cloud-off":'',"cloud-rain":'',"cloud-snow":'',cloud:'',code:'',codepen:'',codesandbox:'',coffee:'',columns:'',command:'',compass:'',copy:'',"corner-down-left":'',"corner-down-right":'',"corner-left-down":'',"corner-left-up":'',"corner-right-down":'',"corner-right-up":'',"corner-up-left":'',"corner-up-right":'',cpu:'',"credit-card":'',crop:'',crosshair:'',database:'',"delete":'',disc:'',"divide-circle":'',"divide-square":'',divide:'',"dollar-sign":'',"download-cloud":'',download:'',dribbble:'',droplet:'',"edit-2":'',"edit-3":'',edit:'',"external-link":'',"eye-off":'',eye:'',facebook:'',"fast-forward":'',feather:'',figma:'',"file-minus":'',"file-plus":'',"file-text":'',file:'',film:'',filter:'',flag:'',"folder-minus":'',"folder-plus":'',folder:'',framer:'',frown:'',gift:'',"git-branch":'',"git-commit":'',"git-merge":'',"git-pull-request":'',github:'',gitlab:'',globe:'',grid:'',"hard-drive":'',hash:'',headphones:'',heart:'',"help-circle":'',hexagon:'',home:'',image:'',inbox:'',info:'',instagram:'',italic:'',key:'',layers:'',layout:'',"life-buoy":'',"link-2":'',link:'',linkedin:'',list:'',loader:'',lock:'',"log-in":'',"log-out":'',mail:'',"map-pin":'',map:'',"maximize-2":'',maximize:'',meh:'',menu:'',"message-circle":'',"message-square":'',"mic-off":'',mic:'',"minimize-2":'',minimize:'',"minus-circle":'',"minus-square":'',minus:'',monitor:'',moon:'',"more-horizontal":'',"more-vertical":'',"mouse-pointer":'',move:'',music:'',"navigation-2":'',navigation:'',octagon:'',"package":'',paperclip:'',"pause-circle":'',pause:'',"pen-tool":'',percent:'',"phone-call":'',"phone-forwarded":'',"phone-incoming":'',"phone-missed":'',"phone-off":'',"phone-outgoing":'',phone:'',"pie-chart":'',"play-circle":'',play:'',"plus-circle":'',"plus-square":'',plus:'',pocket:'',power:'',printer:'',radio:'',"refresh-ccw":'',"refresh-cw":'',repeat:'',rewind:'',"rotate-ccw":'',"rotate-cw":'',rss:'',save:'',scissors:'',search:'',send:'',server:'',settings:'',"share-2":'',share:'',"shield-off":'',shield:'',"shopping-bag":'',"shopping-cart":'',shuffle:'',sidebar:'',"skip-back":'',"skip-forward":'',slack:'',slash:'',sliders:'',smartphone:'',smile:'',speaker:'',square:'',star:'',"stop-circle":'',sun:'',sunrise:'',sunset:'',tablet:'',tag:'',target:'',terminal:'',thermometer:'',"thumbs-down":'',"thumbs-up":'',"toggle-left":'',"toggle-right":'',tool:'',"trash-2":'',trash:'',trello:'',"trending-down":'',"trending-up":'',triangle:'',truck:'',tv:'',twitch:'',twitter:'',type:'',umbrella:'',underline:'',unlock:'',"upload-cloud":'',upload:'',"user-check":'',"user-minus":'',"user-plus":'',"user-x":'',user:'',users:'',"video-off":'',video:'',voicemail:'',"volume-1":'',"volume-2":'',"volume-x":'',volume:'',watch:'',"wifi-off":'',wifi:'',wind:'',"x-circle":'',"x-octagon":'',"x-square":'',x:'',youtube:'',"zap-off":'',zap:'',"zoom-in":'',"zoom-out":''}},"./node_modules/classnames/dedupe.js":function(e,n,t){var r;r=function(){function l(){}function a(e,n){for(var t=n.length,r=0;rdocument.F=Object"),e.close(),f=e.F;n--;)delete f[s][i[n]];return f()};e.exports=Object.create||function(e,n){var t;return null!==e?(p[s]=r(e),t=new p,p[s]=null,t[u]=e):t=f(),n===undefined?t:o(t,n)},l[u]=!0},"./node_modules/core-js/internals/object-define-properties.js":function(e,n,t){var r=t("./node_modules/core-js/internals/descriptors.js"),l=t("./node_modules/core-js/internals/object-define-property.js"),a=t("./node_modules/core-js/internals/an-object.js"),c=t("./node_modules/core-js/internals/object-keys.js");e.exports=r?Object.defineProperties:function(e,n){a(e);for(var t,r=c(n),o=r.length,i=0;io;)l(r,t=n[o++])&&(~u(i,t)||i.push(t));return i}},"./node_modules/core-js/internals/object-keys.js":function(e,n,t){var r=t("./node_modules/core-js/internals/object-keys-internal.js"),o=t("./node_modules/core-js/internals/enum-bug-keys.js");e.exports=Object.keys||function(e){return r(e,o)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(e,n,t){var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);n.f=i?function(e){e=o(this,e);return!!e&&e.enumerable}:r},"./node_modules/core-js/internals/object-set-prototype-of.js":function(e,n,t){var o=t("./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r=!1,e={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(e,[]),r=e instanceof Array}catch(n){}return function(e,n){return o(e,n),r?t.call(e,n):e.__proto__=n,e}}():undefined)},"./node_modules/core-js/internals/own-keys.js":function(e,n,t){var r=t("./node_modules/core-js/internals/global.js"),o=t("./node_modules/core-js/internals/object-get-own-property-names.js"),i=t("./node_modules/core-js/internals/object-get-own-property-symbols.js"),l=t("./node_modules/core-js/internals/an-object.js"),r=r.Reflect;e.exports=r&&r.ownKeys||function(e){var n=o.f(l(e)),t=i.f;return t?n.concat(t(e)):n}},"./node_modules/core-js/internals/path.js":function(e,n,t){e.exports=t("./node_modules/core-js/internals/global.js")},"./node_modules/core-js/internals/redefine.js":function(e,n,t){var l=t("./node_modules/core-js/internals/global.js"),r=t("./node_modules/core-js/internals/shared.js"),a=t("./node_modules/core-js/internals/hide.js"),c=t("./node_modules/core-js/internals/has.js"),u=t("./node_modules/core-js/internals/set-global.js"),o=t("./node_modules/core-js/internals/function-to-string.js"),t=t("./node_modules/core-js/internals/internal-state.js"),i=t.get,s=t.enforce,p=String(o).split("toString");r("inspectSource",function(e){return o.call(e)}),(e.exports=function(e,n,t,r){var o=!!r&&!!r.unsafe,i=!!r&&!!r.enumerable,r=!!r&&!!r.noTargetGet;"function"==typeof t&&("string"!=typeof n||c(t,"name")||a(t,"name",n),s(t).source=p.join("string"==typeof n?n:"")),e!==l?(o?!r&&e[n]&&(i=!0):delete e[n],i?e[n]=t:a(e,n,t)):i?e[n]=t:u(n,t)})(Function.prototype,"toString",function(){return"function"==typeof this&&i(this).source||o.call(this)})},"./node_modules/core-js/internals/require-object-coercible.js":function(e,n){e.exports=function(e){if(e==undefined)throw TypeError("Can't call method on "+e);return e}},"./node_modules/core-js/internals/set-global.js":function(e,n,t){var r=t("./node_modules/core-js/internals/global.js"),o=t("./node_modules/core-js/internals/hide.js");e.exports=function(e,n){try{o(r,e,n)}catch(t){r[e]=n}return n}},"./node_modules/core-js/internals/set-to-string-tag.js":function(e,n,t){var r=t("./node_modules/core-js/internals/object-define-property.js").f,o=t("./node_modules/core-js/internals/has.js"),i=t("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag");e.exports=function(e,n,t){e&&!o(e=t?e:e.prototype,i)&&r(e,i,{configurable:!0,value:n})}},"./node_modules/core-js/internals/shared-key.js":function(e,n,t){var r=t("./node_modules/core-js/internals/shared.js"),o=t("./node_modules/core-js/internals/uid.js"),i=r("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},"./node_modules/core-js/internals/shared.js":function(e,n,t){var r=t("./node_modules/core-js/internals/global.js"),o=t("./node_modules/core-js/internals/set-global.js"),i=t("./node_modules/core-js/internals/is-pure.js"),t="__core-js_shared__",l=r[t]||o(t,{});(e.exports=function(e,n){return l[e]||(l[e]=n!==undefined?n:{})})("versions",[]).push({version:"3.1.3",mode:i?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"./node_modules/core-js/internals/string-at.js":function(e,n,t){var l=t("./node_modules/core-js/internals/to-integer.js"),a=t("./node_modules/core-js/internals/require-object-coercible.js");e.exports=function(e,n,t){var r,o=String(a(e)),i=l(n),e=o.length;return i<0||e<=i?t?"":undefined:(n=o.charCodeAt(i))<55296||56319=n.length?{value:undefined,done:!0}:(t=r(n,t,!0),e.index+=t.length,{value:t,done:!1})})},"./node_modules/webpack/buildin/global.js":function(module,exports){var g,g=function(){return this}();try{g=g||Function("return this")()||eval("this")}catch(e){"object"==typeof window&&(g=window)}module.exports=g},"./src/default-attrs.json":function(e){e.exports={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"}},"./src/icon.js":function(e,n,t){Object.defineProperty(n,"__esModule",{value:!0});var r=Object.assign||function(e){for(var n=1;n"+this.contents+""}},{key:"toString",value:function(){return this.contents}}]),o=u;function u(e,n){var t=2 @@ -13,4 +13,4 @@ * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors */ -(function(){var Do,No="Expected a function",Fo="__lodash_hash_undefined__",$o="__lodash_placeholder__",Go=128,Zo=9007199254740991,Ko=NaN,Yo=4294967295,Jo=[["ary",Go],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],Qo="[object Arguments]",Xo="[object Array]",el="[object Boolean]",nl="[object Date]",tl="[object Error]",rl="[object Function]",il="[object GeneratorFunction]",ol="[object Map]",ll="[object Number]",al="[object Object]",cl="[object Promise]",ul="[object RegExp]",sl="[object Set]",pl="[object String]",fl="[object Symbol]",hl="[object WeakMap]",yl="[object ArrayBuffer]",dl="[object DataView]",xl="[object Float32Array]",gl="[object Float64Array]",vl="[object Int8Array]",ml="[object Int16Array]",_l="[object Int32Array]",jl="[object Uint8Array]",bl="[object Uint8ClampedArray]",wl="[object Uint16Array]",Ml="[object Uint32Array]",kl=/\b__p \+= '';/g,Al=/\b(__p \+=) '' \+/g,zl=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ol=/&(?:amp|lt|gt|quot|#39);/g,Sl=/[&<>"']/g,Ll=RegExp(Ol.source),Hl=RegExp(Sl.source),El=/<%-([\s\S]+?)%>/g,Il=/<%([\s\S]+?)%>/g,Vl=/<%=([\s\S]+?)%>/g,Cl=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Pl=/^\w*$/,Rl=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Tl=/[\\^$.*+?()[\]{}|]/g,Wl=RegExp(Tl.source),ql=/^\s+|\s+$/g,Ul=/^\s+/,Bl=/\s+$/,Dl=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Nl=/\{\n\/\* \[wrapped with (.+)\] \*/,Fl=/,? & /,$l=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Gl=/\\(\\)?/g,Zl=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Kl=/\w*$/,Yl=/^[-+]0x[0-9a-f]+$/i,Jl=/^0b[01]+$/i,Ql=/^\[object .+?Constructor\]$/,Xl=/^0o[0-7]+$/i,ea=/^(?:0|[1-9]\d*)$/,na=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ta=/($^)/,ra=/['\n\r\u2028\u2029\\]/g,e="\\ud800-\\udfff",n="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",t="\\u2700-\\u27bf",r="a-z\\xdf-\\xf6\\xf8-\\xff",i="A-Z\\xc0-\\xd6\\xd8-\\xde",o="\\ufe0e\\ufe0f",l="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",a="['’]",c="["+e+"]",u="["+l+"]",s="["+n+"]",p="\\d+",f="["+t+"]",h="["+r+"]",y="[^"+e+l+p+t+r+i+"]",d="\\ud83c[\\udffb-\\udfff]",x="[^"+e+"]",g="(?:\\ud83c[\\udde6-\\uddff]){2}",v="[\\ud800-\\udbff][\\udc00-\\udfff]",m="["+i+"]",_="\\u200d",j="(?:"+h+"|"+y+")",l="(?:"+m+"|"+y+")",t="(?:['’](?:d|ll|m|re|s|t|ve))?",r="(?:['’](?:D|LL|M|RE|S|T|VE))?",i="(?:"+s+"|"+d+")"+"?",y="["+o+"]?",i=y+i+("(?:"+_+"(?:"+[x,g,v].join("|")+")"+y+i+")*"),f="(?:"+[f,g,v].join("|")+")"+i,c="(?:"+[x+s+"?",s,g,v,c].join("|")+")",ia=RegExp(a,"g"),oa=RegExp(s,"g"),b=RegExp(d+"(?="+d+")|"+c+i,"g"),la=RegExp([m+"?"+h+"+"+t+"(?="+[u,m,"$"].join("|")+")",l+"+"+r+"(?="+[u,m+j,"$"].join("|")+")",m+"?"+j+"+"+t,m+"+"+r,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",p,f].join("|"),"g"),w=RegExp("["+_+e+n+o+"]"),aa=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ca=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ua=-1,sa={};sa[xl]=sa[gl]=sa[vl]=sa[ml]=sa[_l]=sa[jl]=sa[bl]=sa[wl]=sa[Ml]=!0,sa[Qo]=sa[Xo]=sa[yl]=sa[el]=sa[dl]=sa[nl]=sa[tl]=sa[rl]=sa[ol]=sa[ll]=sa[al]=sa[ul]=sa[sl]=sa[pl]=sa[hl]=!1;var pa={};pa[Qo]=pa[Xo]=pa[yl]=pa[dl]=pa[el]=pa[nl]=pa[xl]=pa[gl]=pa[vl]=pa[ml]=pa[_l]=pa[ol]=pa[ll]=pa[al]=pa[ul]=pa[sl]=pa[pl]=pa[fl]=pa[jl]=pa[bl]=pa[wl]=pa[Ml]=!0,pa[tl]=pa[rl]=pa[hl]=!1;var M={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},fa=parseFloat,ha=parseInt,n="object"==typeof commonjsGlobal&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,o="object"==typeof self&&self&&self.Object===Object&&self,ya=n||o||Function("return this")(),o=L&&!L.nodeType&&L,k=o&&S&&!S.nodeType&&S,da=k&&k.exports===o,A=da&&n.process,n=function(){try{var e=k&&k.require&&k.require("util").types;return e?e:A&&A.binding&&A.binding("util")}catch(n){}}(),xa=n&&n.isArrayBuffer,ga=n&&n.isDate,va=n&&n.isMap,ma=n&&n.isRegExp,_a=n&&n.isSet,ja=n&&n.isTypedArray;function ba(e,n,t){switch(t.length){case 0:return e.call(n);case 1:return e.call(n,t[0]);case 2:return e.call(n,t[0],t[1]);case 3:return e.call(n,t[0],t[1],t[2])}return e.apply(n,t)}function wa(e,n,t,r){for(var i=-1,o=null==e?0:e.length;++i":">",'"':""","'":"'"});function Qa(e){return"\\"+M[e]}function Xa(e){return w.test(e)}function ec(e){var t=-1,r=Array(e.size);return e.forEach(function(e,n){r[++t]=[n,e]}),r}function nc(n,t){return function(e){return n(t(e))}}function tc(e,n){for(var t=-1,r=e.length,i=0,o=[];++t",""":'"',"'":"'"});var ac=function ac(e){var w=(e=null==e?ya:cc.defaults(ya.Object(),e,cc.pick(ya,ca))).Array,n=e.Date,r=e.Error,p=e.Function,t=e.Math,d=e.Object,f=e.RegExp,s=e.String,v=e.TypeError,o=w.prototype,i=p.prototype,h=d.prototype,l=e["__core-js_shared__"],a=i.toString,m=h.hasOwnProperty,c=0,u=(Eo=/[^.]+$/.exec(l&&l.keys&&l.keys.IE_PROTO||""))?"Symbol(src)_1."+Eo:"",y=h.toString,x=a.call(d),g=ya._,_=f("^"+a.call(m).replace(Tl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),j=da?e.Buffer:Do,b=e.Symbol,M=e.Uint8Array,k=j?j.allocUnsafe:Do,A=nc(d.getPrototypeOf,d),z=d.create,O=h.propertyIsEnumerable,S=o.splice,L=b?b.isConcatSpreadable:Do,H=b?b.iterator:Do,E=b?b.toStringTag:Do,I=function(){try{var e=Ut(d,"defineProperty");return e({},"",{}),e}catch(n){}}(),V=e.clearTimeout!==ya.clearTimeout&&e.clearTimeout,C=n&&n.now!==ya.Date.now&&n.now,P=e.setTimeout!==ya.setTimeout&&e.setTimeout,R=t.ceil,T=t.floor,W=d.getOwnPropertySymbols,q=j?j.isBuffer:Do,U=e.isFinite,B=o.join,D=nc(d.keys,d),N=t.max,F=t.min,$=n.now,G=e.parseInt,Z=t.random,K=o.reverse,Y=Ut(e,"DataView"),J=Ut(e,"Map"),Q=Ut(e,"Promise"),X=Ut(e,"Set"),ee=Ut(e,"WeakMap"),ne=Ut(d,"create"),te=ee&&new ee,re={},ie=dr(Y),oe=dr(J),le=dr(Q),ae=dr(X),ce=dr(ee),ue=b?b.prototype:Do,se=ue?ue.valueOf:Do,pe=ue?ue.toString:Do;function fe(e){if(Ei(e)&&!ji(e)&&!(e instanceof ge)){if(e instanceof xe)return e;if(m.call(e,"__wrapped__"))return xr(e)}return new xe(e)}var he=function(e){if(!Hi(e))return{};if(z)return z(e);ye.prototype=e;e=new ye;return ye.prototype=Do,e};function ye(){}function de(){}function xe(e,n){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!n,this.__index__=0,this.__values__=Do}function ge(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Yo,this.__views__=[]}function ve(e){var n=-1,t=null==e?0:e.length;for(this.clear();++n>>0,n>>>=0;for(var o=w(i);++r>>1,l=e[o];null!==l&&!Wi(l)&&(t?l<=n:l>>0)?(e=Ki(e))&&("string"==typeof n||null!=n&&!Pi(n))&&!(n=Rn(n))&&Xa(e)?Kn(oc(e),0,t):e.split(n,t):[]},fe.spread=function(t,r){if("function"!=typeof t)throw new v(No);return r=null==r?0:N(Fi(r),0),Mn(function(e){var n=e[r],e=Kn(e,0,r);return n&&Ha(e,n),ba(t,this,e)})},fe.tail=function(e){var n=null==e?0:e.length;return n?Hn(e,1,n):[]},fe.take=function(e,n,t){return e&&e.length?Hn(e,0,(n=t||n===Do?1:Fi(n))<0?0:n):[]},fe.takeRight=function(e,n,t){var r=null==e?0:e.length;return r?Hn(e,(n=r-(n=t||n===Do?1:Fi(n)))<0?0:n,r):[]},fe.takeRightWhile=function(e,n){return e&&e.length?Un(e,Tt(n,3),!1,!0):[]},fe.takeWhile=function(e,n){return e&&e.length?Un(e,Tt(n,3)):[]},fe.tap=function(e,n){return n(e),e},fe.throttle=function(e,n,t){var r=!0,i=!0;if("function"!=typeof e)throw new v(No);return Hi(t)&&(r="leading"in t?!!t.leading:r,i="trailing"in t?!!t.trailing:i),ci(e,n,{leading:r,maxWait:n,trailing:i})},fe.thru=Nr,fe.toArray=Di,fe.toPairs=xo,fe.toPairsIn=go,fe.toPath=function(e){return ji(e)?La(e,yr):Wi(e)?[e]:rt(hr(Ki(e)))},fe.toPlainObject=Zi,fe.transform=function(e,r,i){var n,t=ji(e),o=t||ki(e)||qi(e);return r=Tt(r,4),null==i&&(n=e&&e.constructor,i=o?t?new n:[]:Hi(e)&&Oi(n)?he(A(e)):{}),(o?Ma:Ge)(e,function(e,n,t){return r(i,e,n,t)}),i},fe.unary=function(e){return ii(e,1)},fe.union=Er,fe.unionBy=Ir,fe.unionWith=Vr,fe.uniq=function(e){return e&&e.length?Tn(e):[]},fe.uniqBy=function(e,n){return e&&e.length?Tn(e,Tt(n,2)):[]},fe.uniqWith=function(e,n){return n="function"==typeof n?n:Do,e&&e.length?Tn(e,Do,n):[]},fe.unset=function(e,n){return null==e||Wn(e,n)},fe.unzip=Cr,fe.unzipWith=Pr,fe.update=function(e,n,t){return null==e?e:qn(e,n,$n(t))},fe.updateWith=function(e,n,t,r){return r="function"==typeof r?r:Do,null==e?e:qn(e,n,$n(t),r)},fe.values=vo,fe.valuesIn=function(e){return null==e?[]:$a(e,uo(e))},fe.without=Rr,fe.words=So,fe.wrap=function(e,n){return yi($n(n),e)},fe.xor=Tr,fe.xorBy=Wr,fe.xorWith=qr,fe.zip=Ur,fe.zipObject=function(e,n){return Nn(e||[],n||[],Oe)},fe.zipObjectDeep=function(e,n){return Nn(e||[],n||[],zn)},fe.zipWith=Br,fe.entries=xo,fe.entriesIn=go,fe.extend=Ji,fe.extendWith=Qi,Co(fe,fe),fe.add=ee,fe.attempt=Lo,fe.camelCase=mo,fe.capitalize=_o,fe.ceil=l,fe.clamp=function(e,n,t){return t===Do&&(t=n,n=Do),t!==Do&&(t=(t=Gi(t))==t?t:0),n!==Do&&(n=(n=Gi(n))==n?n:0),Ve(Gi(e),n,t)},fe.clone=function(e){return Ce(e,4)},fe.cloneDeep=function(e){return Ce(e,5)},fe.cloneDeepWith=function(e,n){return Ce(e,5,n="function"==typeof n?n:Do)},fe.cloneWith=function(e,n){return Ce(e,4,n="function"==typeof n?n:Do)},fe.conformsTo=function(e,n){return null==n||Pe(e,n,co(n))},fe.deburr=jo,fe.defaultTo=function(e,n){return null==e||e!=e?n:e},fe.divide=P,fe.endsWith=function(e,n,t){e=Ki(e),n=Rn(n);var r=e.length,r=t=t===Do?r:Ve(Fi(t),0,r);return 0<=(t-=n.length)&&e.slice(t,r)==n},fe.eq=gi,fe.escape=function(e){return(e=Ki(e))&&Hl.test(e)?e.replace(Sl,Ja):e},fe.escapeRegExp=function(e){return(e=Ki(e))&&Wl.test(e)?e.replace(Tl,"\\$&"):e},fe.every=function(e,n,t){var r=ji(e)?Aa:Ue;return t&&Kt(e,n,t)&&(n=Do),r(e,Tt(n,3))},fe.find=Gr,fe.findIndex=_r,fe.findKey=function(e,n){return Ca(e,Tt(n,3),Ge)},fe.findLast=Zr,fe.findLastIndex=jr,fe.findLastKey=function(e,n){return Ca(e,Tt(n,3),Ze)},fe.floor=Sn,fe.forEach=Kr,fe.forEachRight=Yr,fe.forIn=function(e,n){return null==e?e:Fe(e,Tt(n,3),uo)},fe.forInRight=function(e,n){return null==e?e:$e(e,Tt(n,3),uo)},fe.forOwn=function(e,n){return e&&Ge(e,Tt(n,3))},fe.forOwnRight=function(e,n){return e&&Ze(e,Tt(n,3))},fe.get=ro,fe.gt=vi,fe.gte=mi,fe.has=function(e,n){return null!=e&&Ft(e,n,en)},fe.hasIn=io,fe.head=wr,fe.identity=Io,fe.includes=function(e,n,t,r){return e=wi(e)?e:vo(e),t=t&&!r?Fi(t):0,r=e.length,t<0&&(t=N(r+t,0)),Ti(e)?t<=r&&-1=F(n=n,t=t)&&e=this.__values__.length;return{done:e,value:e?Do:this.__values__[this.__index__++]}},fe.prototype.plant=function(e){for(var n,t=this;t instanceof de;){var r=xr(t);r.__index__=0,r.__values__=Do,n?i.__wrapped__=r:n=r;var i=r,t=t.__wrapped__}return i.__wrapped__=e,n},fe.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof ge){e=e;return this.__actions__.length&&(e=new ge(this)),(e=e.reverse()).__actions__.push({func:Nr,args:[Hr],thisArg:Do}),new xe(e,this.__chain__)}return this.thru(Hr)},fe.prototype.toJSON=fe.prototype.valueOf=fe.prototype.value=function(){return Bn(this.__wrapped__,this.__actions__)},fe.prototype.first=fe.prototype.head,H&&(fe.prototype[H]=function(){return this}),fe},cc=ac();("function"!=typeof Do||"object"!=typeof Do.amd||!Do.amd)&&k?((k.exports=cc)._=cc,o._=cc):ya._=cc}).call(commonjsGlobal)}),defaults={},registerPlugin=videojs.registerPlugin||videojs.plugin,onPlayerReady=function onPlayerReady(i,e){i.addClass("vjs-social-media");var n={facebook:e.facebook,twitter:e.twitter,linkedin:e.linkedin,tumblr:e.tumblr,link:e.link,pinterest:e.pinterest},o=videojs.getComponent("Component"),t=new o(i),e=new o(i),r=e.createEl("div",{className:"vjs-button-social"});r.innerHTML=featherIcons.icons["share-2"].toSvg(),r.addEventListener("click",function(e){console.log(document_1);var n=document_1.querySelector(".vjs-menu-social");r.classList.toggle("open"),n.classList.toggle("show"),n.classList.contains("show")?r.innerHTML=featherIcons.icons["x-circle"].toSvg():r.innerHTML=featherIcons.icons["share-2"].toSvg(),e.stopPropagation()}),r.addEventListener("touchend",function(e){e.stopPropagation()});var l=t.createEl("div",{className:"vjs-menu-social"});l.addEventListener("touchend",function(e){e.stopPropagation()});for(var a,c=Object.keys(n),u=Array.isArray(c),s=0,c=u?c:c[Symbol.iterator]();;){if(u){if(s>=c.length)break;a=c[s++]}else{if((s=c.next()).done)break;a=s.value}!function(e){var n=new o(i).createEl("div",{className:"vjs-icon vjs-icon--"+e.name}),t="",r=null;switch(e.name){case"facebook":r=featherIcons.icons.facebook.toSvg({fill:"#fff","stroke-width":0}),t="http://www.facebook.com/sharer.php?u="+e.url,"undefined"!=typeof e.title&&(t+="&title="+e.title),"undefined"!=typeof e.summary&&(t+="&summary="+e.summary);break;case"tumblr":t="http://tumblr.com/widgets/share/tool?canonicalUrl="+e.url,n.classList.add("vjs-icon-"+e.name);break;case"pinterest":n.classList.add("vjs-icon-"+e.name),t="https://pinterest.com/pin/create/button/?url="+e.url,"undefined"!=typeof e.summary&&(t+="&description="+e.summary);break;case"twitter":r=featherIcons.icons.twitter.toSvg({fill:"#fff","stroke-width":0}),t="https://twitter.com/intent/tweet?url="+e.url,"undefined"!=typeof e.text&&(t+="&text="+e.text),"undefined"!=typeof e.via&&(t+="&via="+e.via),"undefined"!=typeof e.related&&(t+="&related="+e.related),"undefined"!=typeof e.hashtags&&(t+="&hashtags="+e.hashtags);break;case"linkedin":r=featherIcons.icons.linkedin.toSvg({fill:"#fff","stroke-width":0}),t="https://www.linkedin.com/shareArticle?mini=true&url="+e.url,"undefined"!=typeof e.title&&(t+="&title="+e.title),"undefined"!=typeof e.summary&&(t+="&summary="+e.summary);break;case"link":t=e.url,r=featherIcons.icons.link.toSvg({})}r&&(n.innerHTML=r),n.addEventListener("click",function(){return window_1.open(t)}),l.appendChild(n)}(lodash.merge({name:a},n[a]))}t.el_=l,e.el_=r,i.addChild(t),i.addChild(e)},socialMedia=function socialMedia(e){var n=this;this.ready(function(){onPlayerReady(n,videojs.mergeOptions(defaults,e))})};return registerPlugin("socialMedia",socialMedia),socialMedia.VERSION=version,socialMedia}); \ No newline at end of file +(function(){var Di,Ni="Expected a function",Fi="__lodash_hash_undefined__",$i="__lodash_placeholder__",Gi=128,Zi=9007199254740991,Ki=NaN,Yi=4294967295,Ji=[["ary",Gi],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],Qi="[object Arguments]",Xi="[object Array]",el="[object Boolean]",nl="[object Date]",tl="[object Error]",rl="[object Function]",ol="[object GeneratorFunction]",il="[object Map]",ll="[object Number]",al="[object Object]",cl="[object Promise]",ul="[object RegExp]",sl="[object Set]",pl="[object String]",fl="[object Symbol]",hl="[object WeakMap]",yl="[object ArrayBuffer]",dl="[object DataView]",xl="[object Float32Array]",gl="[object Float64Array]",vl="[object Int8Array]",ml="[object Int16Array]",_l="[object Int32Array]",jl="[object Uint8Array]",bl="[object Uint8ClampedArray]",wl="[object Uint16Array]",Ml="[object Uint32Array]",kl=/\b__p \+= '';/g,Al=/\b(__p \+=) '' \+/g,zl=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ol=/&(?:amp|lt|gt|quot|#39);/g,Sl=/[&<>"']/g,Ll=RegExp(Ol.source),Hl=RegExp(Sl.source),El=/<%-([\s\S]+?)%>/g,Il=/<%([\s\S]+?)%>/g,Vl=/<%=([\s\S]+?)%>/g,Cl=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Pl=/^\w*$/,Rl=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Tl=/[\\^$.*+?()[\]{}|]/g,Wl=RegExp(Tl.source),ql=/^\s+|\s+$/g,Ul=/^\s+/,Bl=/\s+$/,Dl=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Nl=/\{\n\/\* \[wrapped with (.+)\] \*/,Fl=/,? & /,$l=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Gl=/\\(\\)?/g,Zl=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Kl=/\w*$/,Yl=/^[-+]0x[0-9a-f]+$/i,Jl=/^0b[01]+$/i,Ql=/^\[object .+?Constructor\]$/,Xl=/^0o[0-7]+$/i,ea=/^(?:0|[1-9]\d*)$/,na=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ta=/($^)/,ra=/['\n\r\u2028\u2029\\]/g,e="\\ud800-\\udfff",n="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",t="\\u2700-\\u27bf",r="a-z\\xdf-\\xf6\\xf8-\\xff",o="A-Z\\xc0-\\xd6\\xd8-\\xde",i="\\ufe0e\\ufe0f",l="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",a="['’]",c="["+e+"]",u="["+l+"]",s="["+n+"]",p="\\d+",f="["+t+"]",h="["+r+"]",y="[^"+e+l+p+t+r+o+"]",d="\\ud83c[\\udffb-\\udfff]",x="[^"+e+"]",g="(?:\\ud83c[\\udde6-\\uddff]){2}",v="[\\ud800-\\udbff][\\udc00-\\udfff]",m="["+o+"]",_="\\u200d",j="(?:"+h+"|"+y+")",l="(?:"+m+"|"+y+")",t="(?:['’](?:d|ll|m|re|s|t|ve))?",r="(?:['’](?:D|LL|M|RE|S|T|VE))?",o="(?:"+s+"|"+d+")"+"?",y="["+i+"]?",o=y+o+("(?:"+_+"(?:"+[x,g,v].join("|")+")"+y+o+")*"),f="(?:"+[f,g,v].join("|")+")"+o,c="(?:"+[x+s+"?",s,g,v,c].join("|")+")",oa=RegExp(a,"g"),ia=RegExp(s,"g"),b=RegExp(d+"(?="+d+")|"+c+o,"g"),la=RegExp([m+"?"+h+"+"+t+"(?="+[u,m,"$"].join("|")+")",l+"+"+r+"(?="+[u,m+j,"$"].join("|")+")",m+"?"+j+"+"+t,m+"+"+r,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",p,f].join("|"),"g"),w=RegExp("["+_+e+n+i+"]"),aa=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ca=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ua=-1,sa={};sa[xl]=sa[gl]=sa[vl]=sa[ml]=sa[_l]=sa[jl]=sa[bl]=sa[wl]=sa[Ml]=!0,sa[Qi]=sa[Xi]=sa[yl]=sa[el]=sa[dl]=sa[nl]=sa[tl]=sa[rl]=sa[il]=sa[ll]=sa[al]=sa[ul]=sa[sl]=sa[pl]=sa[hl]=!1;var pa={};pa[Qi]=pa[Xi]=pa[yl]=pa[dl]=pa[el]=pa[nl]=pa[xl]=pa[gl]=pa[vl]=pa[ml]=pa[_l]=pa[il]=pa[ll]=pa[al]=pa[ul]=pa[sl]=pa[pl]=pa[fl]=pa[jl]=pa[bl]=pa[wl]=pa[Ml]=!0,pa[tl]=pa[rl]=pa[hl]=!1;var M={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},fa=parseFloat,ha=parseInt,n="object"==typeof commonjsGlobal&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,i="object"==typeof self&&self&&self.Object===Object&&self,ya=n||i||Function("return this")(),i=L&&!L.nodeType&&L,k=i&&S&&!S.nodeType&&S,da=k&&k.exports===i,A=da&&n.process,n=function(){try{var e=k&&k.require&&k.require("util").types;return e?e:A&&A.binding&&A.binding("util")}catch(n){}}(),xa=n&&n.isArrayBuffer,ga=n&&n.isDate,va=n&&n.isMap,ma=n&&n.isRegExp,_a=n&&n.isSet,ja=n&&n.isTypedArray;function ba(e,n,t){switch(t.length){case 0:return e.call(n);case 1:return e.call(n,t[0]);case 2:return e.call(n,t[0],t[1]);case 3:return e.call(n,t[0],t[1],t[2])}return e.apply(n,t)}function wa(e,n,t,r){for(var o=-1,i=null==e?0:e.length;++o":">",'"':""","'":"'"});function Qa(e){return"\\"+M[e]}function Xa(e){return w.test(e)}function ec(e){var t=-1,r=Array(e.size);return e.forEach(function(e,n){r[++t]=[n,e]}),r}function nc(n,t){return function(e){return n(t(e))}}function tc(e,n){for(var t=-1,r=e.length,o=0,i=[];++t",""":'"',"'":"'"});var ac=function ac(e){var w=(e=null==e?ya:cc.defaults(ya.Object(),e,cc.pick(ya,ca))).Array,n=e.Date,r=e.Error,p=e.Function,t=e.Math,d=e.Object,f=e.RegExp,s=e.String,v=e.TypeError,i=w.prototype,o=p.prototype,h=d.prototype,l=e["__core-js_shared__"],a=o.toString,m=h.hasOwnProperty,c=0,u=(Ei=/[^.]+$/.exec(l&&l.keys&&l.keys.IE_PROTO||""))?"Symbol(src)_1."+Ei:"",y=h.toString,x=a.call(d),g=ya._,_=f("^"+a.call(m).replace(Tl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),j=da?e.Buffer:Di,b=e.Symbol,M=e.Uint8Array,k=j?j.allocUnsafe:Di,A=nc(d.getPrototypeOf,d),z=d.create,O=h.propertyIsEnumerable,S=i.splice,L=b?b.isConcatSpreadable:Di,H=b?b.iterator:Di,E=b?b.toStringTag:Di,I=function(){try{var e=Ut(d,"defineProperty");return e({},"",{}),e}catch(n){}}(),V=e.clearTimeout!==ya.clearTimeout&&e.clearTimeout,C=n&&n.now!==ya.Date.now&&n.now,P=e.setTimeout!==ya.setTimeout&&e.setTimeout,R=t.ceil,T=t.floor,W=d.getOwnPropertySymbols,q=j?j.isBuffer:Di,U=e.isFinite,B=i.join,D=nc(d.keys,d),N=t.max,F=t.min,$=n.now,G=e.parseInt,Z=t.random,K=i.reverse,Y=Ut(e,"DataView"),J=Ut(e,"Map"),Q=Ut(e,"Promise"),X=Ut(e,"Set"),ee=Ut(e,"WeakMap"),ne=Ut(d,"create"),te=ee&&new ee,re={},oe=dr(Y),ie=dr(J),le=dr(Q),ae=dr(X),ce=dr(ee),ue=b?b.prototype:Di,se=ue?ue.valueOf:Di,pe=ue?ue.toString:Di;function fe(e){if(Io(e)&&!bo(e)&&!(e instanceof ge)){if(e instanceof xe)return e;if(m.call(e,"__wrapped__"))return xr(e)}return new xe(e)}var he=function(e){if(!Eo(e))return{};if(z)return z(e);ye.prototype=e;e=new ye;return ye.prototype=Di,e};function ye(){}function de(){}function xe(e,n){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!n,this.__index__=0,this.__values__=Di}function ge(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Yi,this.__views__=[]}function ve(e){var n=-1,t=null==e?0:e.length;for(this.clear();++n>>0,n>>>=0;for(var i=w(o);++r>>1,l=e[i];null!==l&&!qo(l)&&(t?l<=n:l>>0)?(e=Yo(e))&&("string"==typeof n||null!=n&&!Ro(n))&&!(n=Rn(n))&&Xa(e)?Kn(ic(e),0,t):e.split(n,t):[]},fe.spread=function(t,r){if("function"!=typeof t)throw new v(Ni);return r=null==r?0:N($o(r),0),Mn(function(e){var n=e[r],e=Kn(e,0,r);return n&&Ha(e,n),ba(t,this,e)})},fe.tail=function(e){var n=null==e?0:e.length;return n?Hn(e,1,n):[]},fe.take=function(e,n,t){return e&&e.length?Hn(e,0,(n=t||n===Di?1:$o(n))<0?0:n):[]},fe.takeRight=function(e,n,t){var r=null==e?0:e.length;return r?Hn(e,(n=r-(n=t||n===Di?1:$o(n)))<0?0:n,r):[]},fe.takeRightWhile=function(e,n){return e&&e.length?Un(e,Tt(n,3),!1,!0):[]},fe.takeWhile=function(e,n){return e&&e.length?Un(e,Tt(n,3)):[]},fe.tap=function(e,n){return n(e),e},fe.throttle=function(e,n,t){var r=!0,o=!0;if("function"!=typeof e)throw new v(Ni);return Eo(t)&&(r="leading"in t?!!t.leading:r,o="trailing"in t?!!t.trailing:o),co(e,n,{leading:r,maxWait:n,trailing:o})},fe.thru=Nr,fe.toArray=No,fe.toPairs=xi,fe.toPairsIn=gi,fe.toPath=function(e){return bo(e)?La(e,yr):qo(e)?[e]:rt(hr(Yo(e)))},fe.toPlainObject=Ko,fe.transform=function(e,r,o){var n,t=bo(e),i=t||Ao(e)||Uo(e);return r=Tt(r,4),null==o&&(n=e&&e.constructor,o=i?t?new n:[]:Eo(e)&&So(n)?he(A(e)):{}),(i?Ma:Ge)(e,function(e,n,t){return r(o,e,n,t)}),o},fe.unary=function(e){return oo(e,1)},fe.union=Er,fe.unionBy=Ir,fe.unionWith=Vr,fe.uniq=function(e){return e&&e.length?Tn(e):[]},fe.uniqBy=function(e,n){return e&&e.length?Tn(e,Tt(n,2)):[]},fe.uniqWith=function(e,n){return n="function"==typeof n?n:Di,e&&e.length?Tn(e,Di,n):[]},fe.unset=function(e,n){return null==e||Wn(e,n)},fe.unzip=Cr,fe.unzipWith=Pr,fe.update=function(e,n,t){return null==e?e:qn(e,n,$n(t))},fe.updateWith=function(e,n,t,r){return r="function"==typeof r?r:Di,null==e?e:qn(e,n,$n(t),r)},fe.values=vi,fe.valuesIn=function(e){return null==e?[]:$a(e,si(e))},fe.without=Rr,fe.words=Si,fe.wrap=function(e,n){return yo($n(n),e)},fe.xor=Tr,fe.xorBy=Wr,fe.xorWith=qr,fe.zip=Ur,fe.zipObject=function(e,n){return Nn(e||[],n||[],Oe)},fe.zipObjectDeep=function(e,n){return Nn(e||[],n||[],zn)},fe.zipWith=Br,fe.entries=xi,fe.entriesIn=gi,fe.extend=Qo,fe.extendWith=Xo,Ci(fe,fe),fe.add=ee,fe.attempt=Li,fe.camelCase=mi,fe.capitalize=_i,fe.ceil=l,fe.clamp=function(e,n,t){return t===Di&&(t=n,n=Di),t!==Di&&(t=(t=Zo(t))==t?t:0),n!==Di&&(n=(n=Zo(n))==n?n:0),Ve(Zo(e),n,t)},fe.clone=function(e){return Ce(e,4)},fe.cloneDeep=function(e){return Ce(e,5)},fe.cloneDeepWith=function(e,n){return Ce(e,5,n="function"==typeof n?n:Di)},fe.cloneWith=function(e,n){return Ce(e,4,n="function"==typeof n?n:Di)},fe.conformsTo=function(e,n){return null==n||Pe(e,n,ui(n))},fe.deburr=ji,fe.defaultTo=function(e,n){return null==e||e!=e?n:e},fe.divide=P,fe.endsWith=function(e,n,t){e=Yo(e),n=Rn(n);var r=e.length,r=t=t===Di?r:Ve($o(t),0,r);return 0<=(t-=n.length)&&e.slice(t,r)==n},fe.eq=vo,fe.escape=function(e){return(e=Yo(e))&&Hl.test(e)?e.replace(Sl,Ja):e},fe.escapeRegExp=function(e){return(e=Yo(e))&&Wl.test(e)?e.replace(Tl,"\\$&"):e},fe.every=function(e,n,t){var r=bo(e)?Aa:Ue;return t&&Kt(e,n,t)&&(n=Di),r(e,Tt(n,3))},fe.find=Gr,fe.findIndex=_r,fe.findKey=function(e,n){return Ca(e,Tt(n,3),Ge)},fe.findLast=Zr,fe.findLastIndex=jr,fe.findLastKey=function(e,n){return Ca(e,Tt(n,3),Ze)},fe.floor=Sn,fe.forEach=Kr,fe.forEachRight=Yr,fe.forIn=function(e,n){return null==e?e:Fe(e,Tt(n,3),si)},fe.forInRight=function(e,n){return null==e?e:$e(e,Tt(n,3),si)},fe.forOwn=function(e,n){return e&&Ge(e,Tt(n,3))},fe.forOwnRight=function(e,n){return e&&Ze(e,Tt(n,3))},fe.get=oi,fe.gt=mo,fe.gte=_o,fe.has=function(e,n){return null!=e&&Ft(e,n,en)},fe.hasIn=ii,fe.head=wr,fe.identity=Ii,fe.includes=function(e,n,t,r){return e=Mo(e)?e:vi(e),t=t&&!r?$o(t):0,r=e.length,t<0&&(t=N(r+t,0)),Wo(e)?t<=r&&-1=F(n=n,t=t)&&e=this.__values__.length;return{done:e,value:e?Di:this.__values__[this.__index__++]}},fe.prototype.plant=function(e){for(var n,t=this;t instanceof de;){var r=xr(t);r.__index__=0,r.__values__=Di,n?o.__wrapped__=r:n=r;var o=r,t=t.__wrapped__}return o.__wrapped__=e,n},fe.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof ge){e=e;return this.__actions__.length&&(e=new ge(this)),(e=e.reverse()).__actions__.push({func:Nr,args:[Hr],thisArg:Di}),new xe(e,this.__chain__)}return this.thru(Hr)},fe.prototype.toJSON=fe.prototype.valueOf=fe.prototype.value=function(){return Bn(this.__wrapped__,this.__actions__)},fe.prototype.first=fe.prototype.head,H&&(fe.prototype[H]=function(){return this}),fe},cc=ac();("function"!=typeof Di||"object"!=typeof Di.amd||!Di.amd)&&k?((k.exports=cc)._=cc,i._=cc):ya._=cc}).call(commonjsGlobal)}),defaults={},registerPlugin=videojs.registerPlugin||videojs.plugin,onPlayerReady=function onPlayerReady(o,e){o.addClass("vjs-social-media");var i=videojs.getComponent("Component"),n=new i(o),t=new i(o),r=t.createEl("div",{className:"vjs-button-social"});r.innerHTML=featherIcons.icons["share-2"].toSvg(),r.addEventListener("click",function(e){var n=document_1.querySelector(".vjs-menu-social");r.classList.toggle("open"),n.classList.toggle("show"),n.classList.contains("show")?r.innerHTML=featherIcons.icons["x-circle"].toSvg():r.innerHTML=featherIcons.icons["share-2"].toSvg(),e.stopPropagation()}),r.addEventListener("touchend",function(e){e.stopPropagation()});var l=n.createEl("div",{className:"vjs-menu-social"});l.addEventListener("touchend",function(e){e.stopPropagation()});for(var a,c=Object.keys(e),u=Array.isArray(c),s=0,c=u?c:c[Symbol.iterator]();;){if(u){if(s>=c.length)break;a=c[s++]}else{if((s=c.next()).done)break;a=s.value}!function(e){var n=new i(o).createEl("div",{className:"vjs-icon vjs-icon--"+e.type}),t="",r=null;switch(e.type){case"facebook":r=featherIcons.icons.facebook.toSvg({fill:"#fff","stroke-width":0}),t="http://www.facebook.com/sharer.php?u="+e.url,"undefined"!=typeof e.title&&(t+="&title="+e.title),"undefined"!=typeof e.summary&&(t+="&summary="+e.summary);break;case"tumblr":t="http://tumblr.com/widgets/share/tool?canonicalUrl="+e.url,n.classList.add("vjs-icon-"+e.type);break;case"pinterest":n.classList.add("vjs-icon-"+e.type),t="https://pinterest.com/pin/create/button/?url="+e.url,"undefined"!=typeof e.summary&&(t+="&description="+e.summary);break;case"twitter":r=featherIcons.icons.twitter.toSvg({fill:"#fff","stroke-width":0}),t="https://twitter.com/intent/tweet?url="+e.url,"undefined"!=typeof e.text&&(t+="&text="+e.text),"undefined"!=typeof e.via&&(t+="&via="+e.via),"undefined"!=typeof e.related&&(t+="&related="+e.related),"undefined"!=typeof e.hashtags&&(t+="&hashtags="+e.hashtags);break;case"linkedin":r=featherIcons.icons.linkedin.toSvg({fill:"#fff","stroke-width":0}),t="https://www.linkedin.com/shareArticle?mini=true&url="+e.url,"undefined"!=typeof e.title&&(t+="&title="+e.title),"undefined"!=typeof e.summary&&(t+="&summary="+e.summary);break;default:t=e.url,r=featherIcons.icons[e.icon].toSvg({})}r&&(n.innerHTML=r),n.addEventListener("click",function(){return window_1.open(t)}),l.appendChild(n)}(lodash.merge({type:a},e[a]))}n.el_=l,t.el_=r,o.addChild(n),o.addChild(t)},socialMedia=function socialMedia(e){var n=this;this.ready(function(){onPlayerReady(n,videojs.mergeOptions(defaults,e))})};return registerPlugin("socialMedia",socialMedia),socialMedia.VERSION=version,socialMedia}); \ No newline at end of file diff --git a/package.json b/package.json index c21d4c9..556e3f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-social-media", - "version": "0.0.3", + "version": "1.0.0", "description": "Social media button", "main": "dist/videojs-social-media.cjs.js", "module": "dist/videojs-social-media.es.js", diff --git a/test/dist/bundle.js b/test/dist/bundle.js index 72b04ee..9defd18 100644 --- a/test/dist/bundle.js +++ b/test/dist/bundle.js @@ -58,7 +58,7 @@ if (typeof window !== "undefined") { var window_1 = win; -var version = "0.0.3"; +var version = "1.0.0"; var feather = createCommonjsModule(function (module, exports) { (function webpackUniversalModuleDefinition(root, factory) { @@ -2448,7 +2448,7 @@ module.exports = __webpack_require__(/*! /home/travis/build/feathericons/feather /******/ }); }); -//# sourceMappingURL=feather.js.map + }); var featherIcons = unwrapExports(feather);