0% found this document useful (0 votes)
8 views6 pages

Web

The document appears to be a JavaScript code snippet involving React and various utility functions for color manipulation and styling. It includes functions for color parsing, conversion, and validation, as well as definitions for components and their attributes. Additionally, it defines some color constants and styles for UI elements.

Uploaded by

y5h6sswh69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views6 pages

Web

The document appears to be a JavaScript code snippet involving React and various utility functions for color manipulation and styling. It includes functions for color parsing, conversion, and validation, as well as definitions for components and their attributes. Additionally, it defines some color constants and styles for UI elements.

Uploaded by

y5h6sswh69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.

d=function(e,t,r)
{n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return
n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=34)}([function(e,t){e.exports=React},function(e,t,n){"use
strict";n.d(t,"a",function(){return r});var r=function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n1&&void 0!==arguments[1]?
arguments[1]:"16px",i=t,a=n;if("string"==typeof t){if(!r(t,"px"))throw new Error('Expected a string ending in "px" or a number passed as the first argument to '+e+'(), got "'+t+'"
instead.');i=o(t)}if("string"==typeof n){if(!r(n,"px"))throw new Error('Expected a string ending in "px" or a number passed as the second argument to '+e+'(), got "'+n+'"
instead.');a=o(n)}if("string"==typeof i)throw new Error('Passed invalid pixel value ("'+t+'") to '+e+'(), please pass a value like "12px" or 12.');if("string"==typeof a)throw new
Error('Passed invalid base value ("'+n+'") to '+e+'(), please pass a value like "12px" or 12.');return""+i/a+e}},a=i("em");var s=i("rem");var c,l,u,f=Object.assign||function(e){for(var
t=1;t3&&void 0!==arguments[3]?arguments[3]:p;if(0===t)return r(n,n,n);var o=e%360/60,i=(1-Math.abs(2*n-1))*t,a=i*(1-Math.abs(o%2-1)),s=0,c=0,l=0;o>=0&&o<1?
(s=i,c=a):o>=1&&o<2?(s=a,c=i):o>=2&&o<3?(c=i,l=a):o>=3&&o<4?(c=a,l=i):o>=4&&o<5?(s=a,l=i):o>=5&&o<6&&(s=i,l=a);var u=n-i/2;return r(s+u,c+u,l+u)}var g=
{aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",bluevio
b=/^#[a-fA-F0-9]{6}$/,m=/^#[a-fA-F0-9]{3}$/,v=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/,y=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*([-+]?[0-9]*
[.]?[0-9]+)\s*\)$/,O=/^hsl\(\s*(\d{1,3})\s*,\s*(\d{1,3})%\s*,\s*(\d{1,3})%\s*\)$/,w=/^hsla\(\s*(\d{1,3})\s*,\s*(\d{1,3})%\s*,\s*(\d{1,3})%\s*,\s*([-+]?[0-9]*[.]?[0-
9]+)\s*\)$/;function C(e){if("string"!=typeof e)throw new Error("Passed an incorrect argument to a color function, please pass a string representation of a color.");var t=function(e)
{if("string"!=typeof e)return e;var t=e.toLowerCase();return g[t]?"#"+g[t]:e}
(e);if(t.match(b))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(m))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(
n=v.exec(t);if(n)return{red:parseInt(""+n[1],10),green:parseInt(""+n[2],10),blue:parseInt(""+n[3],10)};var
r=y.exec(t);if(r)return{red:parseInt(""+r[1],10),green:parseInt(""+r[2],10),blue:parseInt(""+r[3],10),alpha:parseFloat(""+r[4])};var o=O.exec(t);if(o){var
i="rgb("+h(parseInt(""+o[1],10),parseInt(""+o[2],10)/100,parseInt(""+o[3],10)/100)+")",a=v.exec(i);return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],1
s=w.exec(t);if(s){var
c="rgb("+h(parseInt(""+s[1],10),parseInt(""+s[2],10)/100,parseInt(""+s[3],10)/100)+")",l=v.exec(c);return{red:parseInt(""+l[1],10),green:parseInt(""+l[2],10),blue:parseInt(""+l[3],10)
new Error("Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.")}function k(e){return function(e){var
t=e.red/255,n=e.green/255,r=e.blue/255,o=Math.max(t,n,r),i=Math.min(t,n,r),a=(o+i)/2;if(o===i)return void 0!==e.alpha?{hue:0,saturation:0,lightness:a,alpha:e.alpha}:
{hue:0,saturation:0,lightness:a};var s=void 0,c=o-i,l=a>.5?c/(2-o-i):c/(o+i);switch(o){case t:s=(n-r)/c+(n=1?_(e,t,n):"rgba("+e+","+t+","+n+","+r+")";if("object"==typeof e&&void
0===t&&void 0===n&&void 0===r)return e.alpha>=1?_(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")";throw new Error("Passed invalid arguments
to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).")}function T(e){return
x(Math.round(255*e))}function S(e,t,n){return E("#"+T(e)+T(t)+T(n))}function P(e,t,n){return h(e,t,n,S)}var B=function(e){return"number"==typeof e.red&&"number"==typeof
e.green&&"number"==typeof e.blue&&("number"!=typeof e.alpha||void 0===e.alpha)},A=function(e){return"number"==typeof e.red&&"number"==typeof
e.green&&"number"==typeof e.blue&&"number"==typeof e.alpha},N=function(e){return"number"==typeof e.hue&&"number"==typeof e.saturation&&"number"==typeof
e.lightness&&("number"!=typeof e.alpha||void 0===e.alpha)},D=function(e){return"number"==typeof e.hue&&"number"==typeof e.saturation&&"number"==typeof
e.lightness&&"number"==typeof e.alpha},M="Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.";function L(e)
{if("object"!=typeof e)throw new Error(M);if(A(e))return j(e);if(B(e))return _(e);if(D(e))return function(e,t,n,r){if("number"==typeof e&&"number"==typeof
t&&"number"==typeof n&&"number"==typeof r)return r>=1?P(e,t,n):"rgba("+h(e,t,n)+","+r+")";if("object"==typeof e&&void 0===t&&void 0===n&&void 0===r)return
e.alpha>=1?P(e.hue,e.saturation,e.lightness):"rgba("+h(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Error("Passed invalid arguments to hsla, please pass multiple
numbers e.g. hsl(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).")}(e);if(N(e))return function(e,t,n){if("number"==typeof
e&&"number"==typeof t&&"number"==typeof n)return P(e,t,n);if("object"==typeof e&&void 0===t&&void 0===n)return P(e.hue,e.saturation,e.lightness);throw new
Error("Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).")}(e);throw new
Error(M)}function F(e){return function e(t,n,r){return function(){var o=r.concat(Array.prototype.slice.call(arguments));return o.length>=n?t.apply(this,o):e(t,n,o)}}(e,e.length,
[])}function U(e,t,n){return Math.max(e,Math.min(t,n))}var z=F(function(e,t){var n=k(t);return L(f({},n,{lightness:U(0,1,n.lightness-e)}))})},function(e,t)
{e.exports=styled},function(e,t,n){"use strict";t.a=function(e,t){void 0===t&&(t={});var n=t.splitRegexp,s=void 0===n?o:n,c=t.stripRegexp,l=void 0===c?
i:c,u=t.transform,f=void 0===u?r.a:u,d=t.delimiter,p=void 0===d?" ":d,h=a(a(e,s,"$1\0$2"),l,"\0"),g=0,b=h.length;for(;"\0"===h.charAt(g);)g++;for(;"\0"===h.charAt(b-1);)b--
;return h.slice(g,b).split("\0").map(f).join(p)};var r=n(38),o=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],i=/[^A-Z0-9]+/gi;function a(e,t,n){return t instanceof RegExp?
e.replace(t,n):t.reduce(function(e,t){return e.replace(t,n)},e)}},function(e,t,n){"use strict";t.a=
{VimeoBlue:"#00adef",VimeoBlueDarkened:"#0088cc",VimeoBlueLightened:"#36C5FC",DarkerBlue:"#093AC9",Foam:"#e5f7fd",Pistachio:"#4EC437",PistachioDarkened:"#398F2
{e.exports=n(73)()},function(e,t){e.exports=ReactDOM},function(e,t,n){"use strict";t.a=function(e,t){void 0===t&&(t={});return Object(o.a)(e,Object(r.a)({delimiter:"."},t))};var
r=n(1),o=n(4)},function(e,t,n){"use strict";for(var r=n(10),o=[],i=0;i<256;++i)o.push((i+256).toString(16).substr(1));t.a=function(e){var t=arguments.length>1&&void
0!==arguments[1]?arguments[1]:0,n=(o[e[t+0]]+o[e[t+1]]+o[e[t+2]]+o[e[t+3]]+"-"+o[e[t+4]]+o[e[t+5]]+"-"+o[e[t+6]]+o[e[t+7]]+"-"+o[e[t+8]]+o[e[t+9]]+"-
"+o[e[t+10]]+o[e[t+11]]+o[e[t+12]]+o[e[t+13]]+o[e[t+14]]+o[e[t+15]]).toLowerCase();if(!Object(r.a)(n))throw TypeError("Stringified UUID is invalid");return n}},function(e,t,n)
{"use strict";var r=n(48);t.a=function(e){return"string"==typeof e&&r.a.test(e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Envelope=void
0;var r=n(12),o=n(46),i=function(){function e(e,t){this.event=e,this.eid=(0,o.v4)(),this.ts_ms=Date.now(),this.created_at=Date.now(),this._tracker=new
r.Tracker,this._globalBPO=t}return Object.defineProperty(e.prototype,"tracker",{get:function(){return
this._tracker},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"global",{get:function(){return
this._globalBPO},enumerable:!1,configurable:!0}),e.getAttributeTypeMap=function(){return e.attributeTypeMap},e.attributeTypeMap=
[{name:"eid",baseName:"eid",type:"string"},{name:"ts_ms",baseName:"ts_ms",type:"number"},{name:"created_at",baseName:"created_at",type:"number"},
{name:"event",baseName:"event",type:"Event"},{name:"global",baseName:"global",type:"Event"},{name:"tracker",baseName:"tracker",type:"Tracker"}],e}
();t.Envelope=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Tracker=void 0;var r=function(){function e(){}return
e.getAttributeTypeMap=function(){return e.attributeTypeMap},e.attributeTypeMap=[{name:"name",baseName:"name",type:"string"},
{name:"version",baseName:"version",type:"string"}],e}();t.Tracker=r},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var r=n(2),o=n(63),i=n(27),a={Formats:
{alternative:{active:{backgroundColor:i.a.AlternativeBackgroundActive},default:
{color:i.a.LightText,borderColor:i.a.AlternativeBackground,backgroundColor:i.a.AlternativeBackground},hover:
{color:i.a.LightText,borderColor:i.a.AlternativeBackgroundHover,backgroundColor:i.a.AlternativeBackgroundHover}},alternativeOutline:{active:
{backgroundColor:i.a.AlternativeBackgroundActive},default:{color:i.a.AlternativeBackground,borderColor:i.a.AlternativeBackground,backgroundColor:i.a.Transparent},hover:
{color:i.a.AlternativeBackground,borderColor:i.a.AlternativeBackground,backgroundColor:i.a.AlternativeOutlineHover}},secondaryDark:{active:
{backgroundColor:i.a.SecondaryDarkBackgroundActive},default:
{color:i.a.LightText,borderColor:i.a.SecondaryDarkBackground,backgroundColor:i.a.SecondaryDarkBackground},hover:
{color:i.a.LightText,borderColor:i.a.SecondaryDarkBackgroundHover,backgroundColor:i.a.SecondaryDarkBackgroundHover}},lightTransparent:{active:
{color:i.a.LightText,borderColor:i.a.Transparent,backgroundColor:i.a.LightTransparentBackgroundActive},default:
{color:i.a.LightText,borderColor:i.a.Transparent,backgroundColor:i.a.LightTransparentBackground},hover:
{color:i.a.LightText,borderColor:i.a.Transparent,backgroundColor:i.a.LightTransparentBackgroundHover}},lightTextOnly:{active:
{color:i.a.LightText,borderColor:i.a.Transparent,backgroundColor:i.a.LightTransparentBackgroundActive},default:
{color:i.a.LightText,borderColor:i.a.Transparent,backgroundColor:i.a.Transparent},hover:
{color:i.a.LightText,borderColor:i.a.Transparent,backgroundColor:i.a.LightTransparentBackgroundHover}},primary:{active:
{backgroundColor:i.a.PrimaryBackgroundActive},default:{color:i.a.LightText,borderColor:i.a.PrimaryBackground,backgroundColor:i.a.PrimaryBackground},hover:
{color:i.a.LightText,borderColor:i.a.PrimaryBackgroundHover,backgroundColor:i.a.PrimaryBackgroundHover},disabled:
{color:i.a.PrimaryDisabledText,borderColor:i.a.PrimaryDisabledBackground,backgroundColor:i.a.PrimaryDisabledBackground}},primaryDark:{active:
{backgroundColor:i.a.PrimaryDarkBackgroundActive},default:
{color:i.a.LightText,borderColor:i.a.PrimaryDarkBackground,backgroundColor:i.a.PrimaryDarkBackground},hover:
{color:i.a.LightText,borderColor:i.a.PrimaryDarkBackgroundHover,backgroundColor:i.a.PrimaryDarkBackgroundHover},disabled:
{color:i.a.PrimaryDisabledText,borderColor:i.a.PrimaryDisabledBackground,backgroundColor:i.a.PrimaryDisabledBackground}},primaryOutline:{active:
{backgroundColor:i.a.PrimaryBackgroundActive},default:{color:i.a.PrimaryBackground,borderColor:i.a.PrimaryBackground,backgroundColor:i.a.Transparent},hover:
{color:i.a.PrimaryBackground,borderColor:i.a.PrimaryBackground,backgroundColor:i.a.PrimaryOutlineHover}},primaryTextOnly:{active:
{backgroundColor:i.a.PrimaryBackgroundActive},default:{color:i.a.PrimaryBackground,borderColor:i.a.Transparent,backgroundColor:i.a.Transparent},hover:
{color:i.a.LightText,borderColor:i.a.PrimaryBackgroundHover,backgroundColor:i.a.PrimaryBackgroundHover}},secondary:{active:
{backgroundColor:i.a.SecondaryBackgroundActive},default:{color:i.a.SecondaryText,borderColor:i.a.SecondaryBackground,backgroundColor:i.a.SecondaryBackground},hover:
{color:i.a.SecondaryText,borderColor:i.a.SecondaryBackgroundHover,backgroundColor:i.a.SecondaryBackgroundHover}},secondaryTextOnly:{active:
{backgroundColor:i.a.SecondaryBackgroundActive},default:{color:i.a.SecondaryText,borderColor:i.a.Transparent,backgroundColor:i.a.Transparent},hover:
{color:i.a.SecondaryText,borderColor:i.a.SecondaryBackground,backgroundColor:i.a.SecondaryBackground}},secondaryOutline:{active:
{backgroundColor:i.a.SecondaryBackgroundActive},default:{color:i.a.SecondaryOutlineText,borderColor:i.a.SecondaryOutlineText,backgroundColor:i.a.Transparent},hover:
{color:i.a.AlternativeBackground,borderColor:i.a.AlternativeBackground,backgroundColor:i.a.AlternativeOutlineHover}},success:{active:
{backgroundColor:i.a.SuccessBackgroundActive},default:{color:i.a.LightText,borderColor:i.a.SuccessBackground,backgroundColor:i.a.SuccessBackground},hover:
{color:i.a.LightText,borderColor:i.a.SuccessBackgroundHover,backgroundColor:i.a.SuccessBackgroundHover}},successOutline:{active:
{backgroundColor:i.a.SuccessBackgroundActive},default:{color:i.a.SuccessBackground,borderColor:i.a.SuccessBackground,backgroundColor:i.a.Transparent},hover:
{color:i.a.SuccessBackground,borderColor:i.a.SuccessBackground,backgroundColor:i.a.SuccessOutlineHover}},warning:{active:
{backgroundColor:i.a.WarningBackgroundActive},default:{color:i.a.LightText,borderColor:i.a.WarningBackground,backgroundColor:i.a.WarningBackground},hover:
{color:i.a.LightText,borderColor:i.a.WarningBackgroundHover,backgroundColor:i.a.WarningBackgroundHover}},warningOutline:{active:
{backgroundColor:i.a.WarningBackgroundActive},default:{color:i.a.WarningBackground,borderColor:i.a.WarningBackground,backgroundColor:i.a.Transparent},hover:
{color:i.a.WarningBackground,borderColor:i.a.WarningBackground,backgroundColor:i.a.WarningOutlineHover}},warningTextOnly:{active:
{backgroundColor:i.a.WarningBackgroundActive},default:{color:i.a.WarningBackground,borderColor:i.a.Transparent,backgroundColor:i.a.Transparent},hover:
{color:i.a.LightText,borderColor:i.a.WarningBackground,backgroundColor:i.a.WarningBackground}}},IconSizes:{xl:24,lg:18,md:16,sm:14,xs:10},Sizes:{xl:{fontSize:Object(r.c)
(16),lineHeight:Object(o.a)(16,58),minWidth:Object(r.c)(112),minHeight:Object(r.c)(60),padding:"0 "+Object(r.c)(24)},lg:{fontSize:Object(r.c)(16),lineHeight:Object(o.a)
(16,46),minWidth:Object(r.c)(112),minHeight:Object(r.c)(48),padding:"0 "+Object(r.c)(24)},md:{fontSize:Object(r.c)(14),lineHeight:Object(o.a)(14,38),minWidth:Object(r.c)
(84),minHeight:Object(r.c)(39),padding:"0 "+Object(r.c)(16)},sm:{fontSize:Object(r.c)(14),lineHeight:Object(o.a)(14,30),minWidth:Object(r.c)(68),minHeight:Object(r.c)
(32),padding:"0 "+Object(r.c)(10)},xs:{fontSize:Object(r.c)(12),lineHeight:Object(o.a)(12,23),minWidth:Object(r.c)(48),minHeight:Object(r.c)(24),padding:"0 "+Object(r.c)
(6)}}}},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&
("get"in o?t.__esModule:!o.writable&&!o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&
(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",
{value:!0}),o(n(35),t),o(n(21),t)},function(e,t,n){"use strict";t.b=i,t.c=function(e){return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()},t.a=function(e,t){void 0===t&&(t=
{});return Object(o.a)(e,Object(r.a)({delimiter:"",transform:i},t))};var r=n(1),o=n(4);function i(e,t){var n=e.charAt(0),r=e.substr(1).toLowerCase();return
t>0&&n>="0"&&n<="9"?"_"+n+r:""+n.toUpperCase()+r}},function(e,t,n){"use strict";t.b=a,t.a=function(e,t){void 0===t&&(t={});return Object(o.a)(e,Object(r.a)({delimiter:"
",transform:a},t))};var r=n(1),o=n(4),i=n(17);function a(e){return Object(i.a)(e.toLowerCase())}},function(e,t,n){"use strict";t.a=function(e){return
e.charAt(0).toUpperCase()+e.substr(1)}},function(e,t,n){"use strict";var r;t.a=function(){if(!r&&!(r="undefined"!=typeof
crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof
msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See
https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(o)};var o=new Uint8Array(16)},function(e,t,n){"use strict";var r=n(9),o=n(20);t.a=function(e,t,n)
{function i(e,i,a,s){if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));for(var t=[],n=0;n>>24,n[1]=t>>>16&255,n[2]=t>>>8&255,n[3]=255&t,n[4]=
(t=parseInt(e.slice(9,13),16))>>>8,n[5]=255&t,n[6]=(t=parseInt(e.slice(14,18),16))>>>8,n[7]=255&t,n[8]=(t=parseInt(e.slice(19,23),16))>>>8,n[9]=255&t,n[10]=
(t=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=t/4294967296&255,n[12]=t>>>24&255,n[13]=t>>>16&255,n[14]=t>>>8&255,n[15]=255&t,n}},function(e,t,n){"use
strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&("get"in o?
t.__esModule:!o.writable&&!o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&
(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",
{value:!0}),t.ObjectSerializer=void 0,o(n(11),t),o(n(22),t),o(n(12),t),o(n(56),t);var i=n(11),a=n(22),s=n(12),c=
["string","boolean","double","integer","long","float","number","any"],l={},u={Envelope:i.Envelope,Event:a.Event,Tracker:s.Tracker},f=function(){function e(){}return
e.findCorrectType=function(e,t){if(void 0==e)return t;if(-1!==c.indexOf(t.toLowerCase()))return t;if("Date"===t)return t;if(l[t])return t;if(!u[t])return t;var
n=u[t].discriminator;if(null==n)return t;if(e[n]){var r=e[n];return u[r]?r:t}return t},e.serialize=function(t,n){if(void 0==t)return t;if(-1!==c.indexOf(n.toLowerCase()))return
t;if(0===n.lastIndexOf("Array<",0)){var r=n.replace("Array<","");r=r.substring(0,r.length-1);var o=[];for(var i in t){var a=t[i];o.push(e.serialize(a,r))}return
o}if("Date"===n)return t.toISOString();if(l[n])return t;if(!u[n])return t;n=this.findCorrectType(t,n);var s=u[n].getAttributeTypeMap(),f={};for(var i in s){var
d=s[i];f[d.baseName]=e.serialize(t[d.name],d.type)}return f},e.deserialize=function(t,n){if(n=e.findCorrectType(t,n),void 0==t)return t;if(-1!==c.indexOf(n.toLowerCase()))return
t;if(0===n.lastIndexOf("Array<",0)){var r=n.replace("Array<","");r=r.substring(0,r.length-1);var o=[];for(var i in t){var a=t[i];o.push(e.deserialize(a,r))}return
o}if("Date"===n)return new Date(t);if(l[n])return t;if(!u[n])return t;var s=new u[n],f=u[n].getAttributeTypeMap();for(var i in f){var
d=f[i];s[d.name]=e.deserialize(t[d.baseName],d.type)}return s},e}();t.ObjectSerializer=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",
{value:!0}),t.Event=void 0;var r=function(){function e(e,t,n,r){this.name=e,this.ts_ms=Date.now(),this.version=t,this.fields=n,this.namespace=r}return
e.getAttributeTypeMap=function(){return e.attributeTypeMap},e.attributeTypeMap=[{name:"name",baseName:"name",type:"string"},
{name:"ts_ms",baseName:"ts_ms",type:"number"},{name:"version",baseName:"version",type:"number"},{name:"fields",baseName:"fields",type:"object"},
{name:"namespace",baseName:"namespace",type:"string"}],e}();t.Event=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=
{};t.getCurrentLocale=function(){return r||"undefined"==typeof window||(r=window.__i18nLocale||""),r},t.setDictionaries=function(e){o=e},t.setLocale=function(e){r=e};var
i=function(e,t){if(0===e.length)return"";var n,r=e[0],o=e.slice(1);if("{"===r[0]&&"}"===r[r.length-1]){var a=r.substring(1,r.length-1);if("function"==typeof(n=t[a])){var
s=o.indexOf("{/"+a+"}");if(-1===s)n=n();else n=n(i(o.slice(0,s),t)),o=o.slice(s+1)}}switch(typeof n){case"undefined":n=r;break;case"number":n=n.toString()}var
c=i(o,t);return"string"==typeof n&&"string"==typeof c?n+c:c instanceof Array?[n].concat(c):[n,c]},a=function(e){var n=function(e){var n=t.getCurrentLocale();return
e.dictionary&&e.dictionary[n]?e.dictionary[n]:o[n]&&o[n][e.singular]?o[n][e.singular]:e}(e),r=n.singular;e.hasOwnProperty("count")&&1!==e.count&&n.plural&&
(r=n.plural);var a=r.split(/({[\w\/]+})/g);return e.replacements?i(a,e.replacements):(a.length,r)};t.translate=function(e){return a("string"==typeof e?{singular:e}:e)}},function(e,t,n)
{"use strict";n.d(t,"b",function(){return h}),n.d(t,"a",function(){return g});var
r,o,i,a,s=n(3),c=n.n(s),l=n(2),u=n(61),f=n(13),d=n(64),p=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",
{value:t}):e.raw=t,e},h=c()(d.a)(r||(r=p(["\n ","\n ","\n ","\n ","\n ",";\n\n border-radius: ",";\n\n ","\n\n &:hover {\n cursor: pointer;\n ",";\n }\n\n &:active {\n transform:
scale(0.98);\n ",";\n }\n\n &:disabled,\n &:disabled:hover,\n &:disabled:active {\n cursor: not-allowed;\n transform: scale(1);\n pointer-events: none;\n ","\n }\n"],["\n ","\n ","\n
","\n ","\n ",";\n\n border-radius: ",";\n\n ","\n\n &:hover {\n cursor: pointer;\n ",";\n }\n\n &:active {\n transform: scale(0.98);\n ",";\n }\n\n &:disabled,\n &:disabled:hover,\n
&:disabled:active {\n cursor: not-allowed;\n transform: scale(1);\n pointer-events: none;\n ","\n }\n"])),u.a,u.g,function(e){var
t=f.a.Sizes[e.size]||f.a.Sizes.md;if(e.hasFeaturedIcon&&t){var n=t.minHeight+" + 1rem";return"\n padding-right: calc("+n+");\n padding-left: calc("+n+");\n "}},u.h,u.c,function(e)
{return"xs"===e.size?Object(l.c)(2):Object(l.c)(3)},function(e){return e.customFormat?b(e):u.d},function(e){return e.customFormat?m(e):u.f},function(e){return
e.customFormat?m(e):u.b},u.e),g=c.a.span(o||(o=p(["\n display: inline-flex;\n width: 100%;\n align-items: center;\n justify-content: center;\n"],["\n display: inline-flex;\n width:
100%;\n align-items: center;\n justify-content: center;\n"]))),b=function(e){return Object(s.css)(i||(i=p(["\n background: ",";\n border-color: ",";\n color: ",";\n"],["\n background:
",";\n border-color: ",";\n color:
",";\n"])),e.customFormat.defaultBackgroundColor,e.customFormat.defaultBorderColor||e.customFormat.defaultBackgroundColor,e.customFormat.defaultTextColor)},m=function(e)
{return Object(s.css)(a||(a=p(["\n background: ",";\n border-color: ",";\n color: ",";\n"],["\n background: ",";\n border-color: ",";\n color:
",";\n"])),e.customFormat.hoverBackgroundColor,e.customFormat.hoverBorderColor||e.customFormat.hoverBackgroundColor,e.customFormat.hoverTextColor||e.customFormat.defau
{"use strict";var r=n(5),o={type:{fontFamily:{regular:'"Helvetica Neue", Helvetica, Arial, sans-serif',light:'"Helvetica Neue Light", Helvetica, Arial, sans-serif'},weights:
{light:"300",mediumLight:"400",medium:"500",bold:"600"}},colors:{typeColors:
{textColorDark:r.a.AstroGranite,textColorMediumDark:r.a.RegentGray,textColorMedium:r.a.RegentGray,textColorMediumLight:r.a.SoutherlySky,textColorLight:r.a.Plaster,linkColor
{alertColor:r.a.SunsetOrange,alertColorHover:r.a.SunsetOrangeDarkened,alertColorLight:r.a.PalePink,liveColor:r.a.SunsetOrange,positiveColor:r.a.Pistachio,positiveColorHover:r.a.Pi
{"use strict";t.a={xs:360,sm:480,md:768,lg:1080,xl:1280,xxl:1440,xxxl:1680}},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var r=n(2),o=n(5),i=n(25),a=
{AlternativeBackground:"#3A5161",AlternativeBackgroundHover:o.a.AstroGranite,AlternativeBackgroundActive:Object(r.a)
(.06,o.a.AstroGranite),AlternativeOutlineHover:o.a.Porcelain,DisabledText:"#D0D8DB",DisabledBackground:o.a.Porcelain,LightText:o.a.White,LightTransparentBackground:Object(
(o.a.White,.3),LightTransparentBackgroundActive:Object(r.d)(o.a.White,.7),LightTransparentBackgroundHover:Object(r.d)
(o.a.White,.5),PrimaryBackground:o.a.VimeoBlue,PrimaryBackgroundActive:Object(r.a)
(.1,o.a.VimeoBlueDarkened),PrimaryBackgroundHover:o.a.VimeoBlueDarkened,PrimaryDarkBackground:o.a.VimeoBlue,PrimaryDarkBackgroundActive:o.a.VimeoBlueDarkened,Pr
(o.a.White,.7),PrimaryDisabledBackground:Object(r.d)
(o.a.VimeoBlue,.4),SecondaryText:o.a.AstroGranite,SecondaryBackground:o.a.Plaster,SecondaryBackgroundActive:Object(r.a)
(.06,o.a.Plaster),SecondaryBackgroundHover:o.a.Porcelain,SecondaryDarkBackground:o.a.AshenWinter,SecondaryDarkBackgroundHover:o.a.IronHeart,SecondaryDarkBackgroundA
(.1,i.a.colors.uiColors.successColorHover),SuccessBackgroundHover:i.a.colors.uiColors.successColorHover,SuccessOutlineHover:o.a.RumSwizzle,WarningBackground:i.a.colors.uiC
(.1,i.a.colors.uiColors.alertColorHover),WarningBackgroundHover:i.a.colors.uiColors.alertColorHover,WarningOutlineHover:o.a.PalePink,Transparent:Object(r.d)
(o.a.White,0)}},function(e,t,n){"use strict";n.d(t,"e",function(){return b}),n.d(t,"a",function(){return v}),n.d(t,"c",function(){return y}),n.d(t,"d",function(){return
O}),n.d(t,"b",function(){return w});var r,o,i,a,s=n(3),c=n.n(s),l=n(2),u=n(29),f=n(70),d=n(80),p=n.n(d),h=this&&this.__makeTemplateObject||function(e,t){return
Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},g={sm:124,md:200,lg:320},b={entered:{opacity:1}},m=function(e){return e.isFluid?"block":"inline-
block"},v=c()("div")(r||(r=h(["\n display: ",";\n\n width: ",";\n\n border-radius: ",";\n background: ",";\n box-shadow: 0 0 "," 0 rgba(0, 0, 0, 0.15),\n 0 "," "," 0 rgba(0, 0, 0, 0.15);\n
opacity: 0;\n transition: all ","ms ease-in;\n\n ",";\n"],["\n display: ",";\n\n width: ",";\n\n border-radius: ",";\n background: ",";\n box-shadow: 0 0 "," 0 rgba(0, 0, 0, 0.15),\n 0 "," ","
0 rgba(0, 0, 0, 0.15);\n opacity: 0;\n transition: all ","ms ease-in;\n\n ",";\n"])),function(e){return e.isShowing?"block":"none"},function(e){return Object(l.c)(g[e.size])},Object(l.c)
(2),function(e){return"dark"===e.theme?u.a.SovereignShadow:u.a.White},Object(l.c)(1),Object(l.c)(4),Object(l.c)(8),f.a,function(e){return e.zIndexOverride&&"zIndex:
"+e.zIndexOverride}),y=c()("a")(o||(o=h(["\n display: ","; // this ensures proper menu placement;\n outline: none;\n position: relative;\n"],["\n display: ","; // this ensures proper
menu placement;\n outline: none;\n position: relative;\n"])),m),O=c()("div")(i||(i=h(["\n display: ",";\n ",";\n"],["\n display: ",";\n ",";\n"])),m,function(e){return e.isFluid&&"width:
100%;"}),w=c()(p.a)(a||(a=h(["\n z-index: ",";\n"],["\n z-index: ",";\n"])),u.c.menuPanel)},function(e,t,n){"use strict";n(26);var r=n(5);n.d(t,"a",function(){return r.a});var
o=n(67);n.d(t,"b",function(){return o.a});n(68);var i=n(69);n.d(t,"c",function(){return i.a})},function(e,t,n){"use
strict";t.__esModule=!0,t.default=t.EXITING=t.ENTERED=t.ENTERING=t.EXITED=t.UNMOUNTED=void 0;var r=function(e){if(e&&e.__esModule)return e;var t=
{};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?
Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}return t.default=e,t}(n(6)),o=s(n(0)),i=s(n(7)),a=n(31);n(32);function s(e){return
e&&e.__esModule?e:{default:e}}var c="unmounted";t.UNMOUNTED=c;var l="exited";t.EXITED=l;var u="entering";t.ENTERING=u;var
f="entered";t.ENTERED=f;t.EXITING="exiting";var d=function(e){var t,n;function r(t,n){var r;r=e.call(this,t,n)||this;var o,i=n.transitionGroup,a=i&&!i.isMounting?
t.enter:t.appear;return r.appearStatus=null,t.in?a?(o=l,r.appearStatus=u):o=f:o=t.unmountOnExit||t.mountOnEnter?c:l,r.state={status:o},r.nextCallback=null,r}n=e,
(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var a=r.prototype;return a.getChildContext=function()
{return{transitionGroup:null}},r.getDerivedStateFromProps=function(e,t){return e.in&&t.status===c?{status:l}:null},a.componentDidMount=function()
{this.updateStatus(!0,this.appearStatus)},a.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==u&&n!==f&&
(t=u):n!==u&&n!==f||(t="exiting")}this.updateStatus(!1,t)},a.componentWillUnmount=function(){this.cancelNextCallback()},a.getTimeouts=function(){var
e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),
{exit:e,enter:t,appear:n}},a.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){this.cancelNextCallback();var n=i.default.findDOMNode(this);t===u?
this.performEnter(n,e):this.performExit(n)}else this.props.unmountOnExit&&this.state.status===l&&this.setState({status:c})},a.performEnter=function(e,t){var
n=this,r=this.props.enter,o=this.context.transitionGroup?this.context.transitionGroup.isMounting:t,i=this.getTimeouts(),a=o?i.appear:i.enter;t||r?
(this.props.onEnter(e,o),this.safeSetState({status:u},function(){n.props.onEntering(e,o),n.onTransitionEnd(e,a,function(){n.safeSetState({status:f},function()
{n.props.onEntered(e,o)})})})):this.safeSetState({status:f},function(){n.props.onEntered(e)})},a.performExit=function(e){var t=this,n=this.props.exit,r=this.getTimeouts();n?
(this.props.onExit(e),this.safeSetState({status:"exiting"},function(){t.props.onExiting(e),t.onTransitionEnd(e,r.exit,function(){t.safeSetState({status:l},function()
{t.props.onExited(e)})})})):this.safeSetState({status:l},function(){t.props.onExited(e)})},a.cancelNextCallback=function(){null!==this.nextCallback&&
(this.nextCallback.cancel(),this.nextCallback=null)},a.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},a.setNextCallback=function(e){var t=this,n=!0;return
this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},a.onTransitionEnd=function(e,t,n)
{this.setNextCallback(n),e?
(this.props.addEndListener&&this.props.addEndListener(e,this.nextCallback),null!=t&&setTimeout(this.nextCallback,t)):setTimeout(this.nextCallback,0)},a.render=function()
{var e=this.state.status;if(e===c)return null;var t=this.props,n=t.children,r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}(t,
["children"]);if(delete r.in,delete r.mountOnEnter,delete r.unmountOnExit,delete r.appear,delete r.enter,delete r.exit,delete r.timeout,delete r.addEndListener,delete r.onEnter,delete
r.onEntering,delete r.onEntered,delete r.onExit,delete r.onExiting,delete r.onExited,"function"==typeof n)return n(e,r);var i=o.default.Children.only(n);return
o.default.cloneElement(i,r)},r}(o.default.Component);function p(){}d.contextTypes={transitionGroup:r.object},d.childContextTypes={transitionGroup:function(){}},d.propTypes=
{},d.defaultProps=
{in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:p,onEntering:p,onEntered:p,onExit:p,onExiting:p,onExited:p},d.UNMOUNTED=0,d.EXITED=1,d.ENT
h=(0,a.polyfill)(d);t.default=h},function(e,t,n){"use strict";function r(){var e=this.constructor.getDerivedStateFromProps(this.props,this.state);null!==e&&void
0!==e&&this.setState(e)}function o(e){this.setState(function(t){var n=this.constructor.getDerivedStateFromProps(e,t);return null!==n&&void 0!==n?n:null}.bind(this))}function
i(e,t){try{var
n=this.props,r=this.state;this.props=e,this.state=t,this.__reactInternalSnapshotFlag=!0,this.__reactInternalSnapshot=this.getSnapshotBeforeUpdate(n,r)}finally{this.props=n,this.state=
a(e){var t=e.prototype;if(!t||!t.isReactComponent)throw new Error("Can only polyfill class components");if("function"!=typeof e.getDerivedStateFromProps&&"function"!=typeof
t.getSnapshotBeforeUpdate)return e;var n=null,a=null,s=null;if("function"==typeof t.componentWillMount?n="componentWillMount":"function"==typeof
t.UNSAFE_componentWillMount&&(n="UNSAFE_componentWillMount"),"function"==typeof t.componentWillReceiveProps?
a="componentWillReceiveProps":"function"==typeof t.UNSAFE_componentWillReceiveProps&&(a="UNSAFE_componentWillReceiveProps"),"function"==typeof
t.componentWillUpdate?s="componentWillUpdate":"function"==typeof t.UNSAFE_componentWillUpdate&&
(s="UNSAFE_componentWillUpdate"),null!==n||null!==a||null!==s){var c=e.displayName||e.name,l="function"==typeof
e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new
component APIs.\n\n"+c+" uses "+l+" but also contains the following legacy lifecycles:"+(null!==n?"\n "+n:"")+(null!==a?"\n "+a:"")+(null!==s?"\n "+s:"")+"\n\nThe above
lifecycles should be removed. Learn more about this warning here:\nhttps://fb.me/react-async-component-lifecycle-hooks")}if("function"==typeof e.getDerivedStateFromProps&&
(t.componentWillMount=r,t.componentWillReceiveProps=o),"function"==typeof t.getSnapshotBeforeUpdate){if("function"!=typeof t.componentDidUpdate)throw new
Error("Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype");t.componentWillUpdate=i;var
u=t.componentDidUpdate;t.componentDidUpdate=function(e,t,n){var r=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:n;u.call(this,e,t,r)}}return
e}Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"polyfill",function(){return
a}),r.__suppressDeprecationWarning=!0,o.__suppressDeprecationWarning=!0,i.__suppressDeprecationWarning=!0},function(e,t,n){"use
strict";t.__esModule=!0,t.classNamesShape=t.timeoutsShape=void 0;var r;(r=n(6))&&r.__esModule;t.timeoutsShape=null;t.classNamesShape=null},function(e,t,n){"use
strict";t.__esModule=!0,t.default=void 0;var r=s(n(6)),o=s(n(0)),i=n(31),a=n(79);function s(e){return e&&e.__esModule?e:{default:e}}function c()
{return(c=Object.assign||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,["component","childFactory"]),i=u(this.state.children).map(n);return delete r.appear,delete
r.enter,delete r.exit,null===t?i:o.default.createElement(t,r,i)},r}(o.default.Component);f.childContextTypes={transitionGroup:r.default.object.isRequired},f.propTypes=
{},f.defaultProps={component:"div",childFactory:function(e){return e}};var d=(0,i.polyfill)(f);t.default=d,e.exports=t.default},function(e,t,n){"use
strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(0),o=n.n(r),i=n(7),a=n.n(i),s=n(14),c=(n.n(s),n(57)),l=new
s.Configuration(window.location.host.endsWith(".ci.vimeows.com")?s.Service.FRESNEL_DEV:s.Service.FRESNEL_PROD);s.BigPictureClient.configure(l);var
u=document.getElementById("create-facebook-header");u&&-1!==document.cookie.indexOf("create_fb_context=1")&&a.a.render(o.a.createElement(c.a,null),u)},function(e,t,n)
{"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0&&o[o.length-1])&&(6===i[0]||2===i[0]))
{a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not
defined.")},s=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!
(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return
a};Object.defineProperty(t,"__esModule",{value:!0}),t.BigPictureClient=t.Configuration=t.Service=void 0;var c,l=n(36),u=n(11),f=n(21);!function(e)
{e.FRESNEL_PROD="https://fresnel-events.vimeocdn.com",e.FRESNEL_DEV="https://fresnel-event-staging.vimeows.com"}(c=t.Service||(t.Service={}));var d=function()
{return function(e,t,n){void 0===t&&(t=null),void 0===n&&(n=null),this.service=e,this.globalBPO=t,this.contexts=n}}();t.Configuration=d;var p=function(){function e(){}return
Object.defineProperty(e,"isInitalized",{get:function(){return Boolean(e.conf.globalBPO)},enumerable:!1,configurable:!0}),e.configure=function(t)
{e.conf=t,e.WAIT_QUEUE.length>0&&(e.WAIT_QUEUE.map(function(t){return e.sendEvent(t)}),e.WAIT_QUEUE=[])},e.updateObject=function(t,n){return o(this,void 0,void
0,function(){var r,o,c,l,u,f,d;return i(this,function(i){try{for(r=a(Object.entries(t)),o=r.next();!o.done;o=r.next())if(c=s(o.value,2),l=c[0],u=c[1],l in n){if(u instanceof Object)return
n[l]instanceof Object?(e.updateObject(u,n[l]),[2]):(n[l]=u,[2]);n[l]=u}}catch(e){f={error:e}}finally{try{o&&!o.done&&(d=r.return)&&d.call(r)}finally{if(f)throw
f.error}}return[2]})})},e.updateContext=function(t){return o(this,void 0,void 0,function(){return i(this,function(n)
{return"global"==t.context&&e.conf.globalBPO&&e.updateObject(t.fields,e.conf.globalBPO.fields),[2]})})},e.setEventsContext=function(t,n){return o(this,void 0,void
0,function(){var o,a;return i(this,function(i){return(o=r({},e.conf)).contexts=((a={})[t]=n,a),e.conf=o,[2]})})},e.sendEvent=function(t,n){return o(this,void 0,void 0,function(){var
r,o,a,s,c;return i(this,function(i){switch(i.label){case 0:if(null===t||void 0===t)throw new Error("Required parameter event was null or undefined when calling sendEvent.");return
e.isInitalized?(r=JSON.stringify(f.ObjectSerializer.serialize([new u.Envelope(t,this.conf.globalBPO)],"Array")),o=t.name,void 0!=t.namespace&&(o=(0,l.snakeCase)
(t.namespace)+"."+t.name),a="".concat(this.conf.service,"/add/").concat(encodeURIComponent(o)),navigator.sendBeacon&&!n?[3,2]:(s={method:"POST",headers:{"Content-
Type":"application/json","User-Agent":navigator.userAgent,Origin:location.origin,Referer:document.referrer},body:r},n&&(s.headers.Authorization=n),[4,fetch(a,s)])):
(e.WAIT_QUEUE.push(t),e.waitAndFlushQueue(),[2]);case 1:return i.sent(),[3,3];case 2:c=new Blob([r]),navigator.sendBeacon(a,c),i.label=3;case
3:return[2]}})})},e.sendEventWithContext=function(t,n){var r;return o(this,void 0,void 0,function(){var o,a,s,c,d,p,h,g;return i(this,function(i){switch(i.label){case
0:if(null===t||void 0===t)throw new Error("Required parameter event was null or undefined when calling sendEvent.");return e.isInitalized&&(this.conf.contexts&&n in(null===
(r=this.conf)||void 0===r?void 0:r.contexts))?(o=new u.Envelope(t,this.conf.globalBPO),(a=f.ObjectSerializer.serialize([o],"Array"))[0].contexts=
{},s=f.ObjectSerializer.serialize(this.conf.contexts[n],"Event"),a[0].contexts[n]=s,c=JSON.stringify(a),d=t.name,void 0!=t.namespace&&(d=(0,l.snakeCase)
(t.namespace)+"."+t.name),p="".concat(this.conf.service,"/add/").concat(encodeURIComponent(d)),navigator.sendBeacon?[3,2]:(h={method:"POST",headers:{"Content-
Type":"application/json","User-Agent":navigator.userAgent,Origin:location.origin,Referer:document.referrer},body:c},[4,fetch(p,h)])):
(e.WAIT_QUEUE.push(t),e.waitAndFlushQueue(),[2]);case 1:return i.sent(),[3,3];case 2:g=new Blob([c]),navigator.sendBeacon(p,g),i.label=3;case
3:return[2]}})})},e.waitAndFlushQueue=function(){Boolean(e.flushQueueTimeoutHandler)||(e.flushQueueTimeoutHandler=setTimeout(function(){e.WAIT_QUEUE.length>0&&
(e.WAIT_QUEUE=[])},e.FLUSH_QUEUE_TIMEOUT))},e.FLUSH_QUEUE_TIMEOUT=1e4,e.conf=new d(c.FRESNEL_PROD),e.WAIT_QUEUE=[],e}
();t.BigPictureClient=p},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(37);n.d(t,"camelCaseTransform",function(){return
r.b}),n.d(t,"camelCaseTransformMerge",function(){return r.c}),n.d(t,"camelCase",function(){return r.a});var o=n(16);n.d(t,"capitalCaseTransform",function(){return
o.b}),n.d(t,"capitalCase",function(){return o.a});var i=n(39);n.d(t,"constantCase",function(){return i.a});var a=n(8);n.d(t,"dotCase",function(){return a.a});var
s=n(41);n.d(t,"headerCase",function(){return s.a});var c=n(4);n.d(t,"noCase",function(){return c.a});var l=n(42);n.d(t,"paramCase",function(){return l.a});var
u=n(15);n.d(t,"pascalCaseTransform",function(){return u.b}),n.d(t,"pascalCaseTransformMerge",function(){return u.c}),n.d(t,"pascalCase",function(){return u.a});var
f=n(43);n.d(t,"pathCase",function(){return f.a});var d=n(44);n.d(t,"sentenceCaseTransform",function(){return d.b}),n.d(t,"sentenceCase",function(){return d.a});var
p=n(45);n.d(t,"snakeCase",function(){return p.a})},function(e,t,n){"use strict";t.b=i,t.c=function(e,t){return 0===t?e.toLowerCase():Object(o.c)(e)},t.a=function(e,t){void
0===t&&(t={});return Object(o.a)(e,Object(r.a)({transform:i},t))};var r=n(1),o=n(15);function i(e,t){return 0===t?e.toLowerCase():Object(o.b)(e,t)}},function(e,t,n){"use
strict";t.a=r;function r(e){return e.toLowerCase()}},function(e,t,n){"use strict";t.a=function(e,t){void 0===t&&(t={});return Object(o.a)(e,Object(r.a)
({delimiter:"_",transform:i.a},t))};var r=n(1),o=n(4),i=n(40)},function(e,t,n){"use strict";t.a=r;function r(e){return e.toUpperCase()}},function(e,t,n){"use strict";t.a=function(e,t)
{void 0===t&&(t={});return Object(o.a)(e,Object(r.a)({delimiter:"-"},t))};var r=n(1),o=n(16)},function(e,t,n){"use strict";t.a=function(e,t){void 0===t&&(t={});return
Object(o.a)(e,Object(r.a)({delimiter:"-"},t))};var r=n(1),o=n(8)},function(e,t,n){"use strict";t.a=function(e,t){void 0===t&&(t={});return Object(o.a)(e,Object(r.a)
({delimiter:"/"},t))};var r=n(1),o=n(8)},function(e,t,n){"use strict";t.b=a,t.a=function(e,t){void 0===t&&(t={});return Object(o.a)(e,Object(r.a)({delimiter:" ",transform:a},t))};var
r=n(1),o=n(4),i=n(17);function a(e,t){var n=e.toLowerCase();return 0===t?Object(i.a)(n):n}},function(e,t,n){"use strict";t.a=function(e,t){void 0===t&&(t={});return Object(o.a)
(e,Object(r.a)({delimiter:"_"},t))};var r=n(1),o=n(8)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(47);n.d(t,"v1",function(){return
r.a});var o=n(49);n.d(t,"v3",function(){return o.a});var i=n(51);n.d(t,"v4",function(){return i.a});var a=n(52);n.d(t,"v5",function(){return a.a});var s=n(54);n.d(t,"NIL",function()
{return s.a});var c=n(55);n.d(t,"version",function(){return c.a});var l=n(10);n.d(t,"validate",function(){return l.a});var u=n(9);n.d(t,"stringify",function(){return u.a});var
f=n(20);n.d(t,"parse",function(){return f.a})},function(e,t,n){"use strict";var r,o,i=n(18),a=n(9),s=0,c=0;t.a=function(e,t,n){var l=t&&n||0,u=t||new Array(16),f=(e=e||
{}).node||r,d=void 0!==e.clockseq?e.clockseq:o;if(null==f||null==d){var p=e.random||(e.rng||i.a)();null==f&&(f=r=[1|p[0],p[1],p[2],p[3],p[4],p[5]]),null==d&&(d=o=16383&(p[6]
<<8|p[7]))}var h=void 0!==e.msecs?e.msecs:Date.now(),g=void 0!==e.nsecs?e.nsecs:c+1,b=h-s+(g-c)/1e4;if(b<0&&void 0===e.clockseq&&(d=d+1&16383),(b<0||h>s)&&void
0===e.nsecs&&(g=0),g>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");s=h,c=g,o=d;var m=(1e4*(268435455&
(h+=122192928e5))+g)%4294967296;u[l++]=m>>>24&255,u[l++]=m>>>16&255,u[l++]=m>>>8&255,u[l++]=255&m;var
v=h/4294967296*1e4&268435455;u[l++]=v>>>8&255,u[l++]=255&v,u[l++]=v>>>24&15|16,u[l++]=v>>>16&255,u[l++]=d>>>8|128,u[l++]=255&d;for(var
y=0;y<6;++y)u[l+y]=f[y];return t||Object(a.a)(u)}},function(e,t,n){"use strict";t.a=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-
0000-0000-000000000000)$/i},function(e,t,n){"use strict";var r=n(19),o=n(50),i=Object(r.a)("v3",48,o.a);t.a=i},function(e,t,n){"use strict";function r(e){return 14+
(e+64>>>9<<4)+1}function o(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function i(e,t,n,r,i,a){return o((s=o(o(t,e),o(r,a)))<<(c=i)|s>>>32-
c,n);var s,c}function a(e,t,n,r,o,a,s){return i(t&n|~t&r,e,t,o,a,s)}function s(e,t,n,r,o,a,s){return i(t&r|n&~r,e,t,o,a,s)}function c(e,t,n,r,o,a,s){return i(t^n^r,e,t,o,a,s)}function
l(e,t,n,r,o,a,s){return i(n^(t|~r),e,t,o,a,s)}t.a=function(e){if("string"==typeof e){var t=unescape(encodeURIComponent(e));e=new Uint8Array(t.length);for(var
n=0;n>5]>>>r%32&255,i=parseInt("0123456789abcdef".charAt(o>>>4&15)+"0123456789abcdef".charAt(15&o),16);t.push(i)}return t}(function(e,t){e[t>>5]|=128<>5]|=
(255&e[o/8])<>>32-t}t.a=function(e){var t=[1518500249,1859775393,2400959708,3395469782],n=
[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){var i=unescape(encodeURIComponent(e));e=[];for(var
a=0;a>>0;w=O,O=y,y=o(v,30)>>>0,v=m,m=E}n[0]=n[0]+m>>>0,n[1]=n[1]+v>>>0,n[2]=n[2]+y>>>0,n[3]=n[3]+O>>>0,n[4]=n[4]+w>>>0}return[n[0]>>24&255,n[0]>>16&255,n[
{"use strict";t.a="00000000-0000-0000-0000-000000000000"},function(e,t,n){"use strict";var r=n(10);t.a=function(e){if(!Object(r.a)(e))throw TypeError("Invalid UUID");return
parseInt(e.substr(14,1),16)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GlobalContext=void 0;var r=function(){return function(e,t,n,r){void
0===r&&(r=""),this.name=e,this.ts_ms=Date.now(),this.version=t,this.fields=n,this.namespace=r}}();t.GlobalContext=r},function(e,t,n){"use strict";n.d(t,"a",function(){return
k});var r=n(0),o=n.n(r),i=n(2),a=n(58),s=(n.n(a),n(5)),c=n(60),l=n(85),u=n(14);n.n(u);function f(){var e=m(["\n margin: 0;\n background: transparent;\n border-color:
transparent;\n color: ",";\n &:hover {\n color: rgba(255, 255, 255, 0.8);\n background: transparent;\n border-color: transparent;\n }\n"]);return f=function(){return e},e}function d()
{var e=m(["\n margin: 0 ",";\n background: #33b3f2;\n border-color: #33b3f2;\n\n &:hover {\n background: ",";\n border-color: ",";\n }\n"]);return d=function(){return
e},e}function p(){var e=m(["\n width: initial;\n "]);return p=function(){return e},e}function h(){var e=m(["\n width: 100%;\n display: flex;\n justify-content: space-evenly;\n\n
","\n"]);return h=function(){return e},e}function g(){var e=m(["\n height: ",";\n "]);return g=function(){return e},e}function b(){var e=m(["\n height: ",";\n font-size: ",";\n
background: #0080bf;\n color: white;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n width: 100%;\n z-index: 100;\n flex-wrap: wrap;\n\n
","\n"]);return b=function(){return e},e}function m(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function v(e)
{"@babel/helpers - typeof";return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof
Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function y(e,t){for(var n=0;n0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o=
{error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a},l=this&&this.__spread||function(){for(var e=[],t=0;t=0||(o[n]=e[n]);return o}(e,
["children","in"]),a=r.default.Children.toArray(t),s=a[0],c=a[1];return delete o.onEnter,delete o.onEntering,delete o.onEntered,delete o.onExit,delete o.onExiting,delete
o.onExited,r.default.createElement(i.default,o,n?r.default.cloneElement(s,
{key:"first",onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered}):r.default.cloneElement(c,
{key:"second",onEnter:this.handleExit,onEntering:this.handleExiting,onEntered:this.handleExited}))},a}(r.default.Component);s.propTypes={};var
c=s;t.default=c,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0,t.getChildMapping=o,t.mergeChildMappings=i,t.getInitialChildMapping=function(e,t){return
o(e.children,function(n){return(0,r.cloneElement)(n,
{onExited:t.bind(null,n),in:!0,appear:a(n,"appear",e),enter:a(n,"enter",e),exit:a(n,"exit",e)})})},t.getNextChildMapping=function(e,t,n){var s=o(e.children),c=i(t,s);return
Object.keys(c).forEach(function(o){var i=c[o];if((0,r.isValidElement)(i)){var l=o in t,u=o in s,f=t[o],d=(0,r.isValidElement)(f)&&!f.props.in;!u||l&&!d?u||!l||d?u&&l&&
(0,r.isValidElement)(f)&&(c[o]=(0,r.cloneElement)(i,{onExited:n.bind(null,i),in:f.props.in,exit:a(i,"exit",e),enter:a(i,"enter",e)})):c[o]=(0,r.cloneElement)(i,{in:!1}):c[o]=
(0,r.cloneElement)(i,{onExited:n.bind(null,i),in:!0,exit:a(i,"exit",e),enter:a(i,"enter",e)})}}),c};var r=n(0);function o(e,t){var n=Object.create(null);return
e&&r.Children.map(e,function(e){return e}).forEach(function(e){n[e.key]=function(e){return t&&(0,r.isValidElement)(e)?t(e):e}(e)}),n}function i(e,t){function n(n){return n in t?
t[n]:e[n]}e=e||{},t=t||{};var r,o=Object.create(null),i=[];for(var a in e)a in t?i.length&&(o[a]=i,i=[]):i.push(a);var s={};for(var c in t)
{if(o[c])for(r=0;r=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,
["children","renderElementTag","renderElementTo","id","className","style"]),a=r({target:this._targetNode,element:this._elementParentNode},i),s=t||"";this._elementParentNode.id!=
(this._elementParentNode.id=s);var l=n||"";if(this._elementParentNode.className!==l&&(this._elementParentNode.className=l),o){var
u=this._elementParentNode.style;Object.keys(o).forEach(function(e){u[e]!==o[e]&&(u[e]=o[e])})}this._tether?this._tether.setOptions(a):(this._tether=new
c.default(a),this._registerEventListeners()),this._tether.position()}},{key:"render",value:function(){return this._targetComponent?u&&this._elementComponent?
[this._targetComponent,s.default.createPortal(this._elementComponent,this._elementParentNode)]:this._targetComponent:null}},{key:"_renderNode",get:function(){var
e=this.props.renderElementTo;return"string"==typeof e?document.querySelector(e):e||document.body}}]),t}();p.propTypes=
{renderElementTag:a.default.string,renderElementTo:a.default.oneOfType(f),attachment:a.default.oneOf(d).isRequired,targetAttachment:a.default.oneOf(d),offset:a.default.string,targe
{var r=e.children,o=i.Children.count(r);return o<=0?new Error(n+" expects at least one child to use as the target element."):o>2?new Error("Only a max of two children allowed in
"+n+"."):void 0}},p.defaultProps={renderElementTag:"div",renderElementTo:null},t.default=p},function(e,t,n){var r,o,i;/*! tether 1.4.4 */o=[],void 0===
(i="function"==typeof(r=function(){"use strict";var e=function(){function e(e,t){for(var n=0;n=0)&&n.push(r)}return
n.push(e.ownerDocument.body),e.ownerDocument!==document&&n.push(e.ownerDocument.defaultView),n}var a,s=(a=0,function(){return++a}),c={},l=function(){var
e=r;e&&document.body.contains(e)||((e=document.createElement("div")).setAttribute("data-tether-id",s()),g(e.style,
{top:0,left:0,position:"absolute"}),document.body.appendChild(e),r=e);var t=e.getAttribute("data-tether-id");return void 0===c[t]&&(c[t]=o(e),k(function(){delete
c[t]})),c[t]};function u(){r&&document.body.removeChild(r),r=null}function f(e){var t=void 0;e===document?
(t=document,e=document.documentElement):t=e.ownerDocument;var n=t.documentElement,r=o(e),i=l();return r.top-=i.top,r.left-=i.left,void 0===r.width&&
(r.width=document.body.scrollWidth-r.left-r.right),void 0===r.height&&(r.height=document.body.scrollHeight-r.top-r.bottom),r.top=r.top-n.clientTop,r.left=r.left-
n.clientLeft,r.right=t.body.clientWidth-r.width-r.left,r.bottom=t.body.clientHeight-r.height-r.top,r}function d(e){return e.offsetParent||document.documentElement}var
p=null;function h(){if(p)return p;var e=document.createElement("div");e.style.width="100%",e.style.height="200px";var t=document.createElement("div");g(t.style,
{position:"absolute",top:0,left:0,pointerEvents:"none",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),t.appendChild(e),document.body.appendChild(t);var
n=e.offsetWidth;t.style.overflow="scroll";var r=e.offsetWidth;n===r&&(r=t.clientWidth),document.body.removeChild(t);var o=n-r;return p={width:o,height:o}}function g(){var
e=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],t=[];return Array.prototype.push.apply(t,arguments),t.slice(1).forEach(function(t){if(t)for(var n in t)
({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}),e}function b(e,t){if(void 0!==e.classList)t.split(" ").forEach(function(t){t.trim()&&e.classList.remove(t)});else{var n=new
RegExp("(^| )"+t.split(" ").join("|")+"( |$)","gi"),r=y(e).replace(n," ");O(e,r)}}function m(e,t){if(void 0!==e.classList)t.split(" ").forEach(function(t)
{t.trim()&&e.classList.add(t)});else{b(e,t);var n=y(e)+" "+t;O(e,n)}}function v(e,t){if(void 0!==e.classList)return e.classList.contains(t);var n=y(e);return new RegExp("(^| )"+t+"
( |$)","gi").test(n)}function y(e){return e.className instanceof e.ownerDocument.defaultView.SVGAnimatedString?e.className.baseVal:e.className}function O(e,t)
{e.setAttribute("class",t)}function w(e,t,n){n.forEach(function(n){-1===t.indexOf(n)&&v(e,n)&&b(e,n)}),t.forEach(function(t){v(e,t)||m(e,t)})}var C=[],k=function(e)
{C.push(e)},E=function(){for(var e=void 0;e=C.pop();)e()},x=function(){function n(){t(this,n)}return e(n,[{key:"on",value:function(e,t,n){var r=!(arguments.length<=3||void
0===arguments[3])&&arguments[3];void 0===this.bindings&&(this.bindings={}),void 0===this.bindings[e]&&(this.bindings[e]=
[]),this.bindings[e].push({handler:t,ctx:n,once:r})}},{key:"once",value:function(e,t,n){this.on(e,t,n,!0)}},{key:"off",value:function(e,t){if(void 0!==this.bindings&&void
0!==this.bindings[e])if(void 0===t)delete this.bindings[e];else for(var n=0;n1?n-1:0),o=1;o=t&&t>=e-n}var S,P,B,A,N=function(){if("undefined"==typeof
document)return"";for(var e=document.createElement("div"),t=["transform","WebkitTransform","OTransform","MozTransform","msTransform"],n=0;n16)return P=Math.min(P-
16,250),void(B=setTimeout(e,250));void 0!==S&&L()-S<10||(null!=B&&(clearTimeout(B),B=null),S=L(),M(),P=L()-S)},"undefined"!=typeof window&&void
0!==window.addEventListener&&["resize","scroll","touchmove"].forEach(function(e){window.addEventListener(e,A)});var F={center:"center",left:"right",right:"left"},U=
{middle:"middle",top:"bottom",bottom:"top"},z={top:0,left:0,middle:"50%",center:"50%",bottom:"100%",right:"100%"},W=function(e){var t=e.left,n=e.top;return void
0!==z[e.left]&&(t=z[e.left]),void 0!==z[e.top]&&(n=z[e.top]),{left:t,top:n}};function I(){for(var e={top:0,left:0},t=arguments.length,n=Array(t),r=0;rt.clientWidth||
[n.overflow,n.overflowX].indexOf("scroll")>=0||this.target!==document.body)&&(r=15);var o=e.height-parseFloat(n.borderTopWidth)-parseFloat(n.borderBottomWidth)-r,i=
{width:15,height:.975*o*(o/t.scrollHeight),left:e.left+e.width-parseFloat(n.borderLeftWidth)-15},a=0;o<408&&this.target===document.body&&(a=-11e-
5*Math.pow(o,2)-.00727*o+22.58),this.target!==document.body&&(i.height=Math.max(i.height,24));var s=this.target.scrollTop/(t.scrollHeight-o);return i.top=s*(o-i.height-
a)+e.top+parseFloat(n.borderTopWidth),this.target===document.body&&(i.height=Math.max(i.height,24)),i}}},{key:"clearCache",value:function(){this._cache={}}},
{key:"cache",value:function(e,t){return void 0===this._cache&&(this._cache={}),void 0===this._cache[e]&&(this._cache[e]=t.call(this)),this._cache[e]}},
{key:"enable",value:function(){var e=this,t=arguments.length<=0||void
0===arguments[0]||arguments[0];!1!==this.options.addTargetClasses&&m(this.target,this.getClass("enabled")),m(this.element,this.getClass("enabled")),this.enabled=!0,this.scrollPare
{t!==e.target.ownerDocument&&t.addEventListener("scroll",e.position)}),t&&this.position()}},{key:"disable",value:function(){var
e=this;b(this.target,this.getClass("enabled")),b(this.element,this.getClass("enabled")),this.enabled=!1,void 0!==this.scrollParents&&this.scrollParents.forEach(function(t)
{t.removeEventListener("scroll",e.position)})}},{key:"destroy",value:function(){var e=this;this.disable(),D.forEach(function(t,n)
{t===e&&D.splice(n,1)}),0===D.length&&u()}},{key:"updateAttachClasses",value:function(e,t){var n=this;e=e||this.attachment,t=t||this.targetAttachment;void
0!==this._addAttachClasses&&this._addAttachClasses.length&&this._addAttachClasses.splice(0,this._addAttachClasses.length),void 0===this._addAttachClasses&&
(this._addAttachClasses=[]);var r=this._addAttachClasses;e.top&&r.push(this.getClass("element-attached")+"-"+e.top),e.left&&r.push(this.getClass("element-attached")+"-
"+e.left),t.top&&r.push(this.getClass("target-attached")+"-"+t.top),t.left&&r.push(this.getClass("target-attached")+"-"+t.left);var o=[];
["left","top","bottom","right","middle","center"].forEach(function(e){o.push(n.getClass("element-attached")+"-"+e),o.push(n.getClass("target-attached")+"-"+e)}),k(function()
{void 0!==n._addAttachClasses&&(w(n.element,n._addAttachClasses,o),!1!==n.options.addTargetClasses&&w(n.target,n._addAttachClasses,o),delete n._addAttachClasses)})}},
{key:"position",value:function(){var e=this,t=arguments.length<=0||void 0===arguments[0]||arguments[0];if(this.enabled){this.clearCache();var r=function(e,t){var
n=e.left,r=e.top;return"auto"===n&&(n=F[t.left]),"auto"===r&&(r=U[t.top]),{left:n,top:r}}(this.targetAttachment,this.attachment);this.updateAttachClasses(this.attachment,r);var
o=this.cache("element-bounds",function(){return f(e.element)}),i=o.width,a=o.height;if(0===i&&0===a&&void 0!==this.lastSize){var s=this.lastSize;i=s.width,a=s.height}else
this.lastSize={width:i,height:a};var c=this.cache("target-bounds",function(){return e.getTargetBounds()}),l=c,u=R(W(this.attachment),
{width:i,height:a}),p=R(W(r),l),g=R(this.offset,{width:i,height:a}),b=R(this.targetOffset,l);u=I(u,g),p=I(p,b);for(var m=c.left+p.left-u.left,v=c.top+p.top-
u.top,y=0;yC.documentElement.clientHeight&&(x=this.cache("scrollbar-size",h),w.viewport.bottom-=x.height),k.innerWidth>C.documentElement.clientWidth&&
(x=this.cache("scrollbar-size",h),w.viewport.right-=x.width),-1!==["","static"].indexOf(C.body.style.position)&&-1!==["","static"].indexOf(C.body.parentElement.style.position)||
(w.page.bottom=C.body.scrollHeight-v-a,w.page.right=C.body.scrollWidth-m-i),void 0!==this.options.optimizations&&!1!==this.options.optimizations.moveElement&&void
0===this.targetModifier&&function(){var t=e.cache("target-offsetparent",function(){return d(e.target)}),n=e.cache("target-offsetparent-bounds",function(){return
f(t)}),r=getComputedStyle(t),o=n,i={};if(["Top","Left","Bottom","Right"].forEach(function(e)
{i[e.toLowerCase()]=parseFloat(r["border"+e+"Width"])}),n.right=C.body.scrollWidth-n.left-o.width+i.right,n.bottom=C.body.scrollHeight-n.top-
o.height+i.bottom,w.page.top>=n.top+i.top&&w.page.bottom>=n.bottom&&w.page.left>=n.left+i.left&&w.page.right>=n.right){var a=t.scrollTop,s=t.scrollLeft;w.offset=
{top:w.page.top-n.top+a-i.top,left:w.page.left-n.left+s-i.left}}}(),this.move(w),this.history.unshift(w),this.history.length>3&&this.history.pop(),t&&E(),!0}}},
{key:"move",value:function(e){var t=this;if(void 0!==this.element.parentNode){var n={};for(var r in e)for(var o in n[r]={},e[r]){for(var i=!1,a=0;a=0){var v=c.split("
"),y=_(v,2);g=y[0],p=y[1]}else p=g=c;var O=function(e,t){return"scrollParent"===t?t=e.scrollParents[0]:"window"===t&&(t=
[pageXOffset,pageYOffset,innerWidth+pageXOffset,innerHeight+pageYOffset]),t===document&&(t=t.documentElement),void 0!==t.nodeType&&function(){var
e=t,n=f(t),r=n,o=getComputedStyle(t);if(t=[r.left,r.top,n.width+r.left,n.height+r.top],e.ownerDocument!==document){var
i=e.ownerDocument.defaultView;t[0]+=i.pageXOffset,t[1]+=i.pageYOffset,t[2]+=i.pageXOffset,t[3]+=i.pageYOffset}X.forEach(function(e,n){"Top"===
(e=e[0].toUpperCase()+e.substr(1))||"Left"===e?t[n]+=parseFloat(o["border"+e+"Width"]):t[n]-=parseFloat(o["border"+e+"Width"])})}(),t}(t,i);"target"!==g&&"both"!==g||
(nO[3]&&"bottom"===b.top&&(n-=u,b.top="top")),"together"===g&&("top"===b.top&&("bottom"===m.top&&nO[3]&&n-(a-u)>=O[1]&&(n-=a-
u,b.top="bottom",m.top="bottom")),"bottom"===b.top&&("top"===m.top&&n+a>O[3]?(n-=u,b.top="top",n-
=a,m.top="bottom"):"bottom"===m.top&&nO[3]&&"top"===m.top?(n-=a,m.top="bottom"):nO[2]&&"right"===b.left&&(r-=d,b.left="left")),"together"===p&&
(rO[2]&&"right"===b.left?"left"===m.left?(r-=d,b.left="left",r-=s,m.left="right"):"right"===m.left&&(r-=d,b.left="left",r+=s,m.left="left"):"center"===b.left&&
(r+s>O[2]&&"left"===m.left?(r-=s,m.left="right"):rO[3]&&"top"===m.top&&(n-=a,m.top="bottom")),"element"!==p&&"both"!==p||(rO[2]&&("left"===m.left?(r-
=s,m.left="right"):"center"===m.left&&(r-=s/2,m.left="right"))),"string"==typeof l?l=l.split(",").map(function(e){return e.trim()}):!0===l&&(l=
["top","left","right","bottom"]),l=l||[];var w,C,k=[],E=[];n=0?(n=O[1],k.push("top")):E.push("top")),n+a>O[3]&&(l.indexOf("bottom")>=0?(n=O[3]-
a,k.push("bottom")):E.push("bottom")),r=0?(r=O[0],k.push("left")):E.push("left")),r+s>O[2]&&(l.indexOf("right")>=0?(r=O[2]-s,k.push("right")):E.push("right")),k.length&&
(w=void 0,w=void 0!==t.options.pinnedClass?t.options.pinnedClass:t.getClass("pinned"),h.push(w),k.forEach(function(e){h.push(w+"-"+e)})),E.length&&(C=void 0,C=void
0!==t.options.outOfBoundsClass?t.options.outOfBoundsClass:t.getClass("out-of-bounds"),h.push(C),E.forEach(function(e){h.push(C+"-"+e)})),
(k.indexOf("left")>=0||k.indexOf("right")>=0)&&(m.left=b.left=!1),(k.indexOf("top")>=0||k.indexOf("bottom")>=0)&&
(m.top=b.top=!1),b.top===o.top&&b.left===o.left&&m.top===t.attachment.top&&m.left===t.attachment.left||(t.updateAttachClasses(m,b),t.trigger("update",
{attachment:m,targetAttachment:b}))}),k(function(){!1!==t.options.addTargetClasses&&w(t.target,h,p),w(t.element,h,p)}),{top:n,left:r}}});var Y,f=
(Y=n.Utils).getBounds,w=Y.updateClasses;k=Y.defer;n.modules.push({position:function(e){var t=this,n=e.top,r=e.left,o=this.cache("element-bounds",function(){return
f(t.element)}),i=o.height,a=o.width,s=this.getTargetBounds(),c=n+i,l=r+a,u=[];n<=s.bottom&&c>=s.top&&["left","right"].forEach(function(e){var
t=s[e];t!==r&&t!==l||u.push(e)}),r<=s.right&&l>=s.left&&["top","bottom"].forEach(function(e){var t=s[e];t!==n&&t!==c||u.push(e)});var d=[],p=[];return
d.push(this.getClass("abutted")),["left","top","right","bottom"].forEach(function(e){d.push(t.getClass("abutted")+"-
"+e)}),u.length&&p.push(this.getClass("abutted")),u.forEach(function(e){p.push(t.getClass("abutted")+"-"+e)}),k(function()
{!1!==t.options.addTargetClasses&&w(t.target,p,d),w(t.element,p,d)}),!0}});_=function(){return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return
function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e)
{o=!0,i=e}finally{try{!r&&s.return&&s.return()}finally{if(o)throw i}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();return
n.modules.push({position:function(e){var t=e.top,n=e.left;if(this.options.shift){var r=this.options.shift;"function"==typeof this.options.shift&&(r=this.options.shift.call(this,
{top:t,left:n}));var o=void 0,i=void 0;if("string"==typeof r){(r=r.split(" "))[1]=r[1]||r[0];var a=_(r,2);o=a[0],i=a[1],o=parseFloat(o,10),i=parseFloat(i,10)}else
o=r.top,i=r.left;return{top:t+=o,left:n+=i}}}}),q})?r.apply(t,o):r)||(e.exports=i)},function(e,t,n){"use strict";n.d(t,"a",function(){return l}),n.d(t,"b",function(){return u});var
r,o,i=n(3),a=(n.n(i),n(2)),s=n(5),c=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",
{value:t}):e.raw=t,e},l=function(e){var t=e.theme,n=void 0===t?null:t;return Object(i.css)(r||(r=c(["\n z-index: 1;\n top: ",";\n left: ",";\n position: absolute;\n width: calc(100% +
",");\n height: calc(100% + ",");\n pointer-events: none;\n transform: scale(0.94);\n border-radius: ",";\n border: "," solid ",";\n\n transition: border ",", transform ",";\n"],["\n z-
index: 1;\n top: ",";\n left: ",";\n position: absolute;\n width: calc(100% + ",");\n height: calc(100% + ",");\n pointer-events: none;\n transform: scale(0.94);\n border-radius: ",";\n
border: "," solid ",";\n\n transition: border ",", transform ",";\n"])),Object(a.c)(-4),Object(a.c)(-4),Object(a.c)(8),Object(a.c)(8),Object(a.c)(6),Object(a.c)
(1),f(n,0),"150ms","150ms")},u=function(e){var t=e.theme,n=void 0===t?null:t;return Object(i.css)(o||(o=c(["\n transform: scale(1);\n border: "," solid ",";\n"],["\n transform:
scale(1);\n border: "," solid ",";\n"])),Object(a.c)(2),f(n,.5))},f=function(e,t){return"dark"===e?Object(a.d)(s.a.VimeoBlueLightened,1.334*t):Object(a.d)
(s.a.VimeoBlue,t)}},function(e,t,n){"use strict";var r,o,i,a=n(0),s=n.n(a),c=n(3),l=n.n(c),u=n(2),f=n(13),d=this&&this.__makeTemplateObject||function(e,t){return
Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},p=this&&this.__assign||function(){return(p=Object.assign||function(e){for(var
t,n=1,r=arguments.length;n1?t-1:0),i=1;i

You might also like