Gutenberg Blocks – Ultimate Addons for Gutenberg - Version 2.0.7

Version Description

  • FRIDAY, 26th AUGUST 2022 =
  • Improvement: Added Legacy Labels in the Editor Block Inserter.
  • Improvement: Updated the design of inactive block/extension tabs in the admin dashboard.
  • Improvement: Social Share Child, Icon List Child, How to, Review Blocks - Added missing alt attributes for img tags.
  • Fix: Table of Content - Updated Font Awesome 6 migration on front-end refresh.
  • Fix: Borders - Borders styling not saving for multiple blocks for new block case.
  • Fix: CTA - Disabled CTA links in editor.
  • Fix: Post Carousel - Slider dots overlapping on below blocks.
  • Fix: Container - Flex properties do not work when Container Width & Content Width both are set as full width.
  • Fix: Legacy block not visible on Blocks/Extension page after enabling setting.
  • Fix: Review - Enabling schema support does not give valid schema JSON on frontend.
  • Fix: InfoBox - Default btn padding issue on front-end for old users.
  • Fix: Container - Inner Container overflow if the custom widths is set in pixels.
  • Fix: Post carousel - Broken and throwing console issue on shop page.
Download this release

Release Info

Developer brainstormworg
Plugin Icon Gutenberg Blocks – Ultimate Addons for Gutenberg
Version 2.0.7
Comparing to
See all releases

Code changes from version 2.0.6 to 2.0.7

admin-core/assets/build/dashboard-app-rtl.css CHANGED
@@ -1190,6 +1190,9 @@ select {
1190
  }.hover\:border-slate-200:hover {
1191
  --tw-border-opacity: 1;
1192
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
 
 
 
1193
  }.hover\:bg-indigo-50:hover {
1194
  --tw-bg-opacity: 1;
1195
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
@@ -1293,9 +1296,9 @@ select {
1293
  }.focus-visible\:border-slate-300:focus-visible {
1294
  --tw-border-opacity: 1;
1295
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
1296
- }.focus-visible\:border-slate-200:focus-visible {
1297
- --tw-border-opacity: 1;
1298
- border-color: rgb(226 232 240 / var(--tw-border-opacity));
1299
  }.focus-visible\:bg-spectra-hover:focus-visible {
1300
  --tw-bg-opacity: 1;
1301
  background-color: rgb(83 0 224 / var(--tw-bg-opacity));
1190
  }.hover\:border-slate-200:hover {
1191
  --tw-border-opacity: 1;
1192
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
1193
+ }.hover\:bg-white:hover {
1194
+ --tw-bg-opacity: 1;
1195
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1196
  }.hover\:bg-indigo-50:hover {
1197
  --tw-bg-opacity: 1;
1198
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
1296
  }.focus-visible\:border-slate-300:focus-visible {
1297
  --tw-border-opacity: 1;
1298
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
1299
+ }.focus-visible\:bg-white:focus-visible {
1300
+ --tw-bg-opacity: 1;
1301
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1302
  }.focus-visible\:bg-spectra-hover:focus-visible {
1303
  --tw-bg-opacity: 1;
1304
  background-color: rgb(83 0 224 / var(--tw-bg-opacity));
admin-core/assets/build/dashboard-app.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => '1769276773c8f65cbfa137e46c6bdcd0');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => '03f1730224cbe21e74f1a981687a9d4c');
admin-core/assets/build/dashboard-app.css CHANGED
@@ -1190,6 +1190,9 @@ select {
1190
  }.hover\:border-slate-200:hover {
1191
  --tw-border-opacity: 1;
1192
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
 
 
 
1193
  }.hover\:bg-indigo-50:hover {
1194
  --tw-bg-opacity: 1;
1195
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
@@ -1293,9 +1296,9 @@ select {
1293
  }.focus-visible\:border-slate-300:focus-visible {
1294
  --tw-border-opacity: 1;
1295
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
1296
- }.focus-visible\:border-slate-200:focus-visible {
1297
- --tw-border-opacity: 1;
1298
- border-color: rgb(226 232 240 / var(--tw-border-opacity));
1299
  }.focus-visible\:bg-spectra-hover:focus-visible {
1300
  --tw-bg-opacity: 1;
1301
  background-color: rgb(83 0 224 / var(--tw-bg-opacity));
1190
  }.hover\:border-slate-200:hover {
1191
  --tw-border-opacity: 1;
1192
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
1193
+ }.hover\:bg-white:hover {
1194
+ --tw-bg-opacity: 1;
1195
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1196
  }.hover\:bg-indigo-50:hover {
1197
  --tw-bg-opacity: 1;
1198
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
1296
  }.focus-visible\:border-slate-300:focus-visible {
1297
  --tw-border-opacity: 1;
1298
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
1299
+ }.focus-visible\:bg-white:focus-visible {
1300
+ --tw-bg-opacity: 1;
1301
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1302
  }.focus-visible\:bg-spectra-hover:focus-visible {
1303
  --tw-bg-opacity: 1;
1304
  background-color: rgb(83 0 224 / var(--tw-bg-opacity));
admin-core/assets/build/dashboard-app.js CHANGED
@@ -1 +1 @@
1
- !function(){var e={679:function(e,t,a){"use strict";var n=a(864),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return n.isMemo(e)?l:o[e.$$typeof]||r}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=l;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,g=Object.prototype;e.exports=function e(t,a,n){if("string"!=typeof a){if(g){var r=f(a);r&&r!==g&&e(t,r,n)}var l=c(a);d&&(l=l.concat(d(a)));for(var o=s(t),p=s(a),h=0;h<l.length;++h){var v=l[h];if(!(i[v]||n&&n[v]||p&&p[v]||o&&o[v])){var b=m(a,v);try{u(t,v,b)}catch(e){}}}}return t}},826:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},779:function(e,t,a){var n=a(826);e.exports=function e(t,a,r){return n(a)||(r=a||r,a=[]),r=r||{},t instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return c(e,t)}(t,a):n(t)?function(t,a,n){for(var r=[],i=0;i<t.length;i++)r.push(e(t[i],a,n).source);return c(new RegExp("(?:"+r.join("|")+")",d(n)),a)}(t,a,r):function(e,t,a){return m(i(e,a),t,a)}(t,a,r)},e.exports.parse=i,e.exports.compile=function(e,t){return o(i(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=m;var r=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var a,n=[],i=0,l=0,o="",c=t&&t.delimiter||"/";null!=(a=r.exec(e));){var d=a[0],m=a[1],f=a.index;if(o+=e.slice(l,f),l=f+d.length,m)o+=m[1];else{var g=e[l],p=a[2],h=a[3],v=a[4],b=a[5],w=a[6],y=a[7];o&&(n.push(o),o="");var x=null!=p&&null!=g&&g!==p,D="+"===w||"*"===w,E="?"===w||"*"===w,C=a[2]||c,_=v||b;n.push({name:h||i++,prefix:p||"",delimiter:C,optional:E,repeat:D,partial:x,asterisk:!!y,pattern:_?u(_):y?".*":"[^"+s(C)+"]+?"})}}return l<e.length&&(o+=e.substr(l)),o&&n.push(o),n}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function o(e,t){for(var a=new Array(e.length),r=0;r<e.length;r++)"object"==typeof e[r]&&(a[r]=new RegExp("^(?:"+e[r].pattern+")$",d(t)));return function(t,r){for(var i="",o=t||{},s=(r||{}).pretty?l:encodeURIComponent,u=0;u<e.length;u++){var c=e[u];if("string"!=typeof c){var d,m=o[c.name];if(null==m){if(c.optional){c.partial&&(i+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(n(m)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(m)+"`");if(0===m.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var f=0;f<m.length;f++){if(d=s(m[f]),!a[u].test(d))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(d)+"`");i+=(0===f?c.prefix:c.delimiter)+d}}else{if(d=c.asterisk?encodeURI(m).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(m),!a[u].test(d))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+d+'"');i+=c.prefix+d}}else i+=c}return i}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function c(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function m(e,t,a){n(t)||(a=t||a,t=[]);for(var r=(a=a||{}).strict,i=!1!==a.end,l="",o=0;o<e.length;o++){var u=e[o];if("string"==typeof u)l+=s(u);else{var m=s(u.prefix),f="(?:"+u.pattern+")";t.push(u),u.repeat&&(f+="(?:"+m+f+")*"),l+=f=u.optional?u.partial?m+"("+f+")?":"(?:"+m+"("+f+"))?":m+"("+f+")"}}var g=s(a.delimiter||"/"),p=l.slice(-g.length)===g;return r||(l=(p?l.slice(0,-g.length):l)+"(?:"+g+"(?=$))?"),l+=i?"$":r&&p?"":"(?="+g+"|$)",c(new RegExp("^"+l,d(a)),t)}},703:function(e,t,a){"use strict";var n=a(414);function r(){}function i(){}i.resetWarningCache=r,e.exports=function(){function e(e,t,a,r,i,l){if(l!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:r};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},639:function(e,t,a){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},r=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),i=a(196),l=s(i),o=s(a(697));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],d=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},m=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),f=function(){return m?"_"+Math.random().toString(36).substr(2,12):void 0},g=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||f(),prevId:e.id},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,null,[{key:"getDerivedStateFromProps",value:function(e,t){var a=e.id;return a!==t.prevId?{inputId:a||f(),prevId:a}:null}}]),r(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(d(e,this.sizer),this.placeHolderSizer&&d(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return m&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=n({},this.props.style);t.display||(t.display="inline-block");var a=n({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),r=function(e,t){var a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(r),r.className=this.props.inputClassName,r.id=this.state.inputId,r.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",n({},r,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(i.Component);g.propTypes={className:o.default.string,defaultValue:o.default.any,extraWidth:o.default.oneOfType([o.default.number,o.default.string]),id:o.default.string,injectStyles:o.default.bool,inputClassName:o.default.string,inputRef:o.default.func,inputStyle:o.default.object,minWidth:o.default.oneOfType([o.default.number,o.default.string]),onAutosize:o.default.func,onChange:o.default.func,placeholder:o.default.string,placeholderIsMinWidth:o.default.bool,style:o.default.object,value:o.default.any},g.defaultProps={minWidth:1,injectStyles:!0},t.Z=g},921:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for,n=a?Symbol.for("react.element"):60103,r=a?Symbol.for("react.portal"):60106,i=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,o=a?Symbol.for("react.profiler"):60114,s=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,d=a?Symbol.for("react.concurrent_mode"):60111,m=a?Symbol.for("react.forward_ref"):60112,f=a?Symbol.for("react.suspense"):60113,g=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,h=a?Symbol.for("react.lazy"):60116,v=a?Symbol.for("react.block"):60121,b=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.responder"):60118,y=a?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case c:case d:case i:case o:case l:case f:return e;default:switch(e=e&&e.$$typeof){case u:case m:case h:case p:case s:return e;default:return t}}case r:return t}}}function D(e){return x(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=n,t.ForwardRef=m,t.Fragment=i,t.Lazy=h,t.Memo=p,t.Portal=r,t.Profiler=o,t.StrictMode=l,t.Suspense=f,t.isAsyncMode=function(e){return D(e)||x(e)===c},t.isConcurrentMode=D,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return x(e)===m},t.isFragment=function(e){return x(e)===i},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===p},t.isPortal=function(e){return x(e)===r},t.isProfiler=function(e){return x(e)===o},t.isStrictMode=function(e){return x(e)===l},t.isSuspense=function(e){return x(e)===f},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===d||e===o||e===l||e===f||e===g||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===s||e.$$typeof===u||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y||e.$$typeof===v)},t.typeOf=x},864:function(e,t,a){"use strict";e.exports=a(921)},359:function(e,t){"use strict";if("function"==typeof Symbol&&Symbol.for){var a=Symbol.for;a("react.element"),a("react.portal"),a("react.fragment"),a("react.strict_mode"),a("react.profiler"),a("react.provider"),a("react.context"),a("react.forward_ref"),a("react.suspense"),a("react.suspense_list"),a("react.memo"),a("react.lazy"),a("react.block"),a("react.server.block"),a("react.fundamental"),a("react.debug_trace_mode"),a("react.legacy_hidden")}},973:function(e,t,a){"use strict";a(359)},196:function(e){"use strict";e.exports=window.React}},t={};function a(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,a),i.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e,t,n,r=window.wp.element,i=a(196),l=a.n(i),o=window.ReactDOM,s=a.n(o);function u(){return u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},u.apply(this,arguments)}function c(e,t){if(null==e)return{};var a,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function m(e,t){var a;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(a=function(e,t){if(e){if("string"==typeof e)return d(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?d(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(a=e[Symbol.iterator]()).next.bind(a)}function f(e,t){if(e in t){for(var a=t[e],n=arguments.length,r=new Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];return"function"==typeof a?a.apply(void 0,r):a}var l=new Error('Tried to handle "'+e+'" but there is no handler defined. Only defined handlers are: '+Object.keys(t).map((function(e){return'"'+e+'"'})).join(", ")+".");throw Error.captureStackTrace&&Error.captureStackTrace(l,f),l}function g(a){var n=a.props,r=a.slot,i=a.defaultTag,l=a.features,o=a.visible,s=void 0===o||o,d=a.name;if(s)return p(n,r,i,d);var m=null!=l?l:e.None;if(m&e.Static){var g=n.static,h=void 0!==g&&g,v=c(n,["static"]);if(h)return p(v,r,i,d)}if(m&e.RenderStrategy){var b,w=n.unmount,y=void 0===w||w,x=c(n,["unmount"]);return f(y?t.Unmount:t.Hidden,((b={})[t.Unmount]=function(){return null},b[t.Hidden]=function(){return p(u({},x,{hidden:!0,style:{display:"none"}}),r,i,d)},b))}return p(n,r,i,d)}function p(e,t,a,n){var r;void 0===t&&(t={});var l=v(e,["unmount","static"]),o=l.as,s=void 0===o?a:o,u=l.children,d=l.refName,f=void 0===d?"ref":d,g=c(l,["as","children","refName"]),p=void 0!==e.ref?((r={})[f]=e.ref,r):{},h="function"==typeof u?u(t):u;if(g.className&&"function"==typeof g.className&&(g.className=g.className(t)),s===i.Fragment&&Object.keys(g).length>0){if(!(0,i.isValidElement)(h)||Array.isArray(h)&&h.length>1)throw new Error(['Passing props on "Fragment"!',"","The current component <"+n+' /> is rendering a "Fragment".',"However we need to passthrough the following props:",Object.keys(g).map((function(e){return" - "+e})).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((function(e){return" - "+e})).join("\n")].join("\n"));return(0,i.cloneElement)(h,Object.assign({},function(e,t,a){for(var n,r=Object.assign({},e),i=function(){var a,i=n.value;void 0!==e[i]&&void 0!==t[i]&&Object.assign(r,((a={})[i]=function(a){a.defaultPrevented||e[i](a),a.defaultPrevented||t[i](a)},a))},l=m(["onClick"]);!(n=l()).done;)i();return r}(function(e){var t=Object.assign({},e);for(var a in t)void 0===t[a]&&delete t[a];return t}(v(g,["ref"])),h.props),p))}return(0,i.createElement)(s,Object.assign({},v(g,["ref"]),s!==i.Fragment&&p),h)}function h(e){var t;return Object.assign((0,i.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})}function v(e,t){void 0===t&&(t=[]);for(var a,n=Object.assign({},e),r=m(t);!(a=r()).done;){var i=a.value;i in n&&delete n[i]}return n}function b(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];var n=(0,i.useRef)(t);return(0,i.useEffect)((function(){n.current=t}),[t]),(0,i.useCallback)((function(e){for(var t,a=m(n.current);!(t=a()).done;){var r=t.value;null!=r&&("function"==typeof r?r(e):r.current=e)}}),[n])}function w(e){for(var t,a,n=e.parentElement,r=null;n&&!(n instanceof HTMLFieldSetElement);)n instanceof HTMLLegendElement&&(r=n),n=n.parentElement;var i=null!=(t=""===(null==(a=n)?void 0:a.getAttribute("disabled")))&&t;return(!i||!function(e){if(!e)return!1;for(var t=e.previousElementSibling;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(r))&&i}!function(e){e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static"}(e||(e={})),function(e){e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden"}(t||(t={})),function(e){e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab"}(n||(n={}));var y="undefined"!=typeof window?i.useLayoutEffect:i.useEffect,x={serverHandoffComplete:!1};function D(){var e=(0,i.useState)(x.serverHandoffComplete),t=e[0],a=e[1];return(0,i.useEffect)((function(){!0!==t&&a(!0)}),[t]),(0,i.useEffect)((function(){!1===x.serverHandoffComplete&&(x.serverHandoffComplete=!0)}),[]),t}var E=0;function C(){return++E}function _(){var e=D(),t=(0,i.useState)(e?C:null),a=t[0],n=t[1];return y((function(){null===a&&n(C())}),[a]),null!=a?""+a:void 0}var k,S,O,N,T=(0,i.createContext)(null);function A(){return(0,i.useContext)(T)}function M(e){var t=e.value,a=e.children;return l().createElement(T.Provider,{value:t},a)}function P(e){var t;if(e.type)return e.type;var a=null!=(t=e.as)?t:"button";return"string"==typeof a&&"button"===a.toLowerCase()?"button":void 0}function L(e,t){var a=(0,i.useState)((function(){return P(e)})),n=a[0],r=a[1];return y((function(){r(P(e))}),[e.type,e.as]),y((function(){n||t.current&&t.current instanceof HTMLButtonElement&&!t.current.hasAttribute("type")&&r("button")}),[n,t]),n}T.displayName="OpenClosedContext",function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(k||(k={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(O||(O={})),function(e){e[e.ToggleDisclosure=0]="ToggleDisclosure",e[e.CloseDisclosure=1]="CloseDisclosure",e[e.SetButtonId=2]="SetButtonId",e[e.SetPanelId=3]="SetPanelId",e[e.LinkPanel=4]="LinkPanel",e[e.UnlinkPanel=5]="UnlinkPanel"}(N||(N={}));var I=((S={})[N.ToggleDisclosure]=function(e){var t;return u({},e,{disclosureState:f(e.disclosureState,(t={},t[O.Open]=O.Closed,t[O.Closed]=O.Open,t))})},S[N.CloseDisclosure]=function(e){return e.disclosureState===O.Closed?e:u({},e,{disclosureState:O.Closed})},S[N.LinkPanel]=function(e){return!0===e.linkedPanel?e:u({},e,{linkedPanel:!0})},S[N.UnlinkPanel]=function(e){return!1===e.linkedPanel?e:u({},e,{linkedPanel:!1})},S[N.SetButtonId]=function(e,t){return e.buttonId===t.buttonId?e:u({},e,{buttonId:t.buttonId})},S[N.SetPanelId]=function(e,t){return e.panelId===t.panelId?e:u({},e,{panelId:t.panelId})},S),V=(0,i.createContext)(null);function R(e){var t=(0,i.useContext)(V);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,R),a}return t}V.displayName="DisclosureContext";var F=(0,i.createContext)(null);function H(e){var t=(0,i.useContext)(F);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,H),a}return t}F.displayName="DisclosureAPIContext";var j=(0,i.createContext)(null);function B(e,t){return f(t.type,I,e,t)}j.displayName="DisclosurePanelContext";var U=i.Fragment;function W(e){var t,a=e.defaultOpen,n=void 0!==a&&a,r=c(e,["defaultOpen"]),o="headlessui-disclosure-button-"+_(),s="headlessui-disclosure-panel-"+_(),u=(0,i.useReducer)(B,{disclosureState:n?O.Open:O.Closed,linkedPanel:!1,buttonId:o,panelId:s}),d=u[0].disclosureState,m=u[1];(0,i.useEffect)((function(){return m({type:N.SetButtonId,buttonId:o})}),[o,m]),(0,i.useEffect)((function(){return m({type:N.SetPanelId,panelId:s})}),[s,m]);var p=(0,i.useCallback)((function(e){m({type:N.CloseDisclosure});var t=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:document.getElementById(o):document.getElementById(o);null==t||t.focus()}),[m,o]),h=(0,i.useMemo)((function(){return{close:p}}),[p]),v=(0,i.useMemo)((function(){return{open:d===O.Open,close:p}}),[d,p]);return l().createElement(V.Provider,{value:u},l().createElement(F.Provider,{value:h},l().createElement(M,{value:f(d,(t={},t[O.Open]=k.Open,t[O.Closed]=k.Closed,t))},g({props:r,slot:v,defaultTag:U,name:"Disclosure"}))))}var G=h((function e(t,a){var r=R([W.name,e.name].join(".")),l=r[0],o=r[1],s=(0,i.useRef)(null),c=b(s,a),d=(0,i.useContext)(j),m=null!==d&&d===l.panelId,f=(0,i.useCallback)((function(e){var t;if(m){if(l.disclosureState===O.Closed)return;switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure}),null==(t=document.getElementById(l.buttonId))||t.focus()}}else switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure})}}),[o,m,l.disclosureState]),p=(0,i.useCallback)((function(e){e.key===n.Space&&e.preventDefault()}),[]),h=(0,i.useCallback)((function(e){var a;w(e.currentTarget)||t.disabled||(m?(o({type:N.ToggleDisclosure}),null==(a=document.getElementById(l.buttonId))||a.focus()):o({type:N.ToggleDisclosure}))}),[o,t.disabled,l.buttonId,m]),v=(0,i.useMemo)((function(){return{open:l.disclosureState===O.Open}}),[l]),y=L(t,s);return g({props:u({},t,m?{ref:c,type:y,onKeyDown:f,onClick:h}:{ref:c,id:l.buttonId,type:y,"aria-expanded":t.disabled?void 0:l.disclosureState===O.Open,"aria-controls":l.linkedPanel?l.panelId:void 0,onKeyDown:f,onKeyUp:p,onClick:h}),slot:v,defaultTag:"button",name:"Disclosure.Button"})})),z=e.RenderStrategy|e.Static,Z=h((function e(t,a){var n=R([W.name,e.name].join(".")),r=n[0],o=n[1],s=H([W.name,e.name].join(".")).close,c=b(a,(function(){r.linkedPanel||o({type:N.LinkPanel})})),d=A(),m=null!==d?d===k.Open:r.disclosureState===O.Open;(0,i.useEffect)((function(){return function(){return o({type:N.UnlinkPanel})}}),[o]),(0,i.useEffect)((function(){var e;r.disclosureState!==O.Closed||null!=(e=t.unmount)&&!e||o({type:N.UnlinkPanel})}),[r.disclosureState,t.unmount,o]);var f=(0,i.useMemo)((function(){return{open:r.disclosureState===O.Open,close:s}}),[r,s]),p={ref:c,id:r.panelId},h=t;return l().createElement(j.Provider,{value:r.panelId},g({props:u({},h,p),slot:f,defaultTag:"div",features:z,visible:m,name:"Disclosure.Panel"}))}));function K(e,t){return K=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},K(e,t)}function $(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,K(e,t)}W.Button=G,W.Panel=Z;var Y=a(697),J=a.n(Y);function q(){return q=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},q.apply(this,arguments)}function X(e){return"/"===e.charAt(0)}function Q(e,t){for(var a=t,n=a+1,r=e.length;n<r;a+=1,n+=1)e[a]=e[n];e.pop()}var ee=function(e,t){if(!e)throw new Error("Invariant failed")};function te(e){return"/"===e.charAt(0)?e:"/"+e}function ae(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function ne(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function re(e){var t=e.pathname,a=e.search,n=e.hash,r=t||"/";return a&&"?"!==a&&(r+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(r+="#"===n.charAt(0)?n:"#"+n),r}function ie(e,t,a,n){var r;"string"==typeof e?(r=function(e){var t=e||"/",a="",n="",r=t.indexOf("#");-1!==r&&(n=t.substr(r),t=t.substr(0,r));var i=t.indexOf("?");return-1!==i&&(a=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===a?"":a,hash:"#"===n?"":n}}(e),r.state=t):(void 0===(r=q({},e)).pathname&&(r.pathname=""),r.search?"?"!==r.search.charAt(0)&&(r.search="?"+r.search):r.search="",r.hash?"#"!==r.hash.charAt(0)&&(r.hash="#"+r.hash):r.hash="",void 0!==t&&void 0===r.state&&(r.state=t));try{r.pathname=decodeURI(r.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+r.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return a&&(r.key=a),n?r.pathname?"/"!==r.pathname.charAt(0)&&(r.pathname=function(e,t){void 0===t&&(t="");var a,n=e&&e.split("/")||[],r=t&&t.split("/")||[],i=e&&X(e),l=t&&X(t),o=i||l;if(e&&X(e)?r=n:n.length&&(r.pop(),r=r.concat(n)),!r.length)return"/";if(r.length){var s=r[r.length-1];a="."===s||".."===s||""===s}else a=!1;for(var u=0,c=r.length;c>=0;c--){var d=r[c];"."===d?Q(r,c):".."===d?(Q(r,c),u++):u&&(Q(r,c),u--)}if(!o)for(;u--;u)r.unshift("..");!o||""===r[0]||r[0]&&X(r[0])||r.unshift("");var m=r.join("/");return a&&"/"!==m.substr(-1)&&(m+="/"),m}(r.pathname,n.pathname)):r.pathname=n.pathname:r.pathname||(r.pathname="/"),r}function le(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,a,n,r){if(null!=e){var i="function"==typeof e?e(t,a):e;"string"==typeof i?"function"==typeof n?n(i,r):r(!0):r(!1!==i)}else r(!0)},appendListener:function(e){var a=!0;function n(){a&&e.apply(void 0,arguments)}return t.push(n),function(){a=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.forEach((function(e){return e.apply(void 0,a)}))}}}var oe=!("undefined"==typeof window||!window.document||!window.document.createElement);function se(e,t){t(window.confirm(e))}var ue="popstate",ce="hashchange";function de(){try{return window.history.state||{}}catch(e){return{}}}function me(e){void 0===e&&(e={}),oe||ee(!1);var t,a=window.history,n=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,r=!(-1===window.navigator.userAgent.indexOf("Trident")),i=e,l=i.forceRefresh,o=void 0!==l&&l,s=i.getUserConfirmation,u=void 0===s?se:s,c=i.keyLength,d=void 0===c?6:c,m=e.basename?ne(te(e.basename)):"";function f(e){var t=e||{},a=t.key,n=t.state,r=window.location,i=r.pathname+r.search+r.hash;return m&&(i=ae(i,m)),ie(i,n,a)}function g(){return Math.random().toString(36).substr(2,d)}var p=le();function h(e){q(O,e),O.length=a.length,p.notifyListeners(O.location,O.action)}function v(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||y(f(e.state))}function b(){y(f(de()))}var w=!1;function y(e){w?(w=!1,h()):p.confirmTransitionTo(e,"POP",u,(function(t){t?h({action:"POP",location:e}):function(e){var t=O.location,a=D.indexOf(t.key);-1===a&&(a=0);var n=D.indexOf(e.key);-1===n&&(n=0);var r=a-n;r&&(w=!0,C(r))}(e)}))}var x=f(de()),D=[x.key];function E(e){return m+re(e)}function C(e){a.go(e)}var _=0;function k(e){1===(_+=e)&&1===e?(window.addEventListener(ue,v),r&&window.addEventListener(ce,b)):0===_&&(window.removeEventListener(ue,v),r&&window.removeEventListener(ce,b))}var S=!1,O={length:a.length,action:"POP",location:x,createHref:E,push:function(e,t){var r="PUSH",i=ie(e,t,g(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=E(i),l=i.key,s=i.state;if(n)if(a.pushState({key:l,state:s},null,t),o)window.location.href=t;else{var u=D.indexOf(O.location.key),c=D.slice(0,u+1);c.push(i.key),D=c,h({action:r,location:i})}else window.location.href=t}}))},replace:function(e,t){var r="REPLACE",i=ie(e,t,g(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=E(i),l=i.key,s=i.state;if(n)if(a.replaceState({key:l,state:s},null,t),o)window.location.replace(t);else{var u=D.indexOf(O.location.key);-1!==u&&(D[u]=i.key),h({action:r,location:i})}else window.location.replace(t)}}))},go:C,goBack:function(){C(-1)},goForward:function(){C(1)},block:function(e){void 0===e&&(e=!1);var t=p.setPrompt(e);return S||(k(1),S=!0),function(){return S&&(S=!1,k(-1)),t()}},listen:function(e){var t=p.appendListener(e);return k(1),function(){k(-1),t()}}};return O}var fe=1073741823,ge="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:{};function pe(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(a,n){e=a,t.forEach((function(t){return t(e,n)}))}}}var he=l().createContext||function(e,t){var a,n,r,l="__create-react-context-"+((ge[r="__global_unique_id__"]=(ge[r]||0)+1)+"__"),o=function(e){function a(){var t;return(t=e.apply(this,arguments)||this).emitter=pe(t.props.value),t}$(a,e);var n=a.prototype;return n.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var a,n=this.props.value,r=e.value;((i=n)===(l=r)?0!==i||1/i==1/l:i!=i&&l!=l)?a=0:(a="function"==typeof t?t(n,r):fe,0!=(a|=0)&&this.emitter.set(e.value,a))}var i,l},n.render=function(){return this.props.children},a}(i.Component);o.childContextTypes=((a={})[l]=J().object.isRequired,a);var s=function(t){function a(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,a){0!=((0|e.observedBits)&a)&&e.setState({value:e.getValue()})},e}$(a,t);var n=a.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?fe:t},n.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?fe:e},n.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},n.getValue=function(){return this.context[l]?this.context[l].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},a}(i.Component);return s.contextTypes=((n={})[l]=J().object,n),{Provider:o,Consumer:s}},ve=he,be=a(779),we=a.n(be);function ye(e,t){if(null==e)return{};var a,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}a(864),a(679);var xe=function(e){var t=ve();return t.displayName=e,t},De=xe("Router-History"),Ee=function(e){var t=ve();return t.displayName=e,t},Ce=Ee("Router"),_e=function(e){function t(t){var a;return(a=e.call(this,t)||this).state={location:t.history.location},a._isMounted=!1,a._pendingLocation=null,t.staticContext||(a.unlisten=t.history.listen((function(e){a._isMounted?a.setState({location:e}):a._pendingLocation=e}))),a}$(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var a=t.prototype;return a.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},a.componentWillUnmount=function(){this.unlisten&&this.unlisten()},a.render=function(){return l().createElement(Ce.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},l().createElement(De.Provider,{children:this.props.children||null,value:this.props.history}))},t}(l().Component);l().Component,l().Component;var ke={},Se=0;function Oe(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var a=t,n=a.path,r=a.exact,i=void 0!==r&&r,l=a.strict,o=void 0!==l&&l,s=a.sensitive,u=void 0!==s&&s;return[].concat(n).reduce((function(t,a){if(!a&&""!==a)return null;if(t)return t;var n=function(e,t){var a=""+t.end+t.strict+t.sensitive,n=ke[a]||(ke[a]={});if(n[e])return n[e];var r=[],i={regexp:we()(e,r,t),keys:r};return Se<1e4&&(n[e]=i,Se++),i}(a,{end:i,strict:o,sensitive:u}),r=n.regexp,l=n.keys,s=r.exec(e);if(!s)return null;var c=s[0],d=s.slice(1),m=e===c;return i&&!m?null:{path:a,url:"/"===a&&""===c?"/":c,isExact:m,params:l.reduce((function(e,t,a){return e[t.name]=d[a],e}),{})}}),null)}var Ne=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a=e.props.location||t.location,n=q({},t,{location:a,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Oe(a.pathname,e.props):t.match}),r=e.props,i=r.children,o=r.component,s=r.render;return Array.isArray(i)&&0===i.length&&(i=null),l().createElement(Ce.Provider,{value:n},n.match?i?"function"==typeof i?i(n):i:o?l().createElement(o,n):s?s(n):null:"function"==typeof i?i(n):null)}))},t}(l().Component);l().Component;var Te=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a,n,r=e.props.location||t.location;return l().Children.forEach(e.props.children,(function(e){if(null==n&&l().isValidElement(e)){a=e;var i=e.props.path||e.props.from;n=i?Oe(r.pathname,q({},e.props,{path:i})):t.match}})),n?l().cloneElement(a,{location:r,computedMatch:n}):null}))},t}(l().Component),Ae=l().useContext;function Me(){return Ae(Ce).location}var Pe=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(t=e.call.apply(e,[this].concat(n))||this).history=me(t.props),t}return $(t,e),t.prototype.render=function(){return l().createElement(_e,{history:this.history,children:this.props.children})},t}(l().Component);l().Component;var Le=function(e,t){return"function"==typeof e?e(t):e},Ie=function(e,t){return"string"==typeof e?ie(e,null,null,t):e},Ve=function(e){return e},Re=l().forwardRef;void 0===Re&&(Re=Ve);var Fe=Re((function(e,t){var a=e.innerRef,n=e.navigate,r=e.onClick,i=ye(e,["innerRef","navigate","onClick"]),o=i.target,s=q({},i,{onClick:function(e){try{r&&r(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||o&&"_self"!==o||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),n())}});return s.ref=Ve!==Re&&t||a,l().createElement("a",s)})),He=Re((function(e,t){var a=e.component,n=void 0===a?Fe:a,r=e.replace,i=e.to,o=e.innerRef,s=ye(e,["component","replace","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=e.history,u=Ie(Le(i,e.location),e.location),c=u?a.createHref(u):"",d=q({},s,{href:c,navigate:function(){var t=Le(i,e.location);(r?a.replace:a.push)(t)}});return Ve!==Re?d.ref=t||o:d.innerRef=o,l().createElement(n,d)}))})),je=function(e){return e},Be=l().forwardRef;void 0===Be&&(Be=je),Be((function(e,t){var a=e["aria-current"],n=void 0===a?"page":a,r=e.activeClassName,i=void 0===r?"active":r,o=e.activeStyle,s=e.className,u=e.exact,c=e.isActive,d=e.location,m=e.sensitive,f=e.strict,g=e.style,p=e.to,h=e.innerRef,v=ye(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=d||e.location,r=Ie(Le(p,a),a),b=r.pathname,w=b&&b.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=w?Oe(a.pathname,{path:w,exact:u,sensitive:m,strict:f}):null,x=!!(c?c(y,a):y),D=x?function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((function(e){return e})).join(" ")}(s,i):s,E=x?q({},g,{},o):g,C=q({"aria-current":x&&n||null,className:D,style:E,to:r},v);return je!==Be?C.ref=t||h:C.innerRef=h,l().createElement(He,C)}))}));var Ue,We=window.wp.i18n;function Ge(){var e=(0,i.useRef)(!1);return(0,i.useEffect)((function(){return e.current=!0,function(){e.current=!1}}),[]),e}function ze(){var e=[],t={requestAnimationFrame:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=requestAnimationFrame.apply(void 0,arguments);t.add((function(){return cancelAnimationFrame(e)}))})),nextFrame:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.requestAnimationFrame((function(){t.requestAnimationFrame.apply(t,a)}))},setTimeout:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=setTimeout.apply(void 0,arguments);t.add((function(){return clearTimeout(e)}))})),add:function(t){e.push(t)},dispose:function(){for(var t,a=m(e.splice(0));!(t=a()).done;){(0,t.value)()}}};return t}function Ze(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];e&&n.length>0&&(t=e.classList).add.apply(t,n)}function Ke(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];e&&n.length>0&&(t=e.classList).remove.apply(t,n)}function $e(e,t,a,n,r,i){var l=ze(),o=void 0!==i?function(e){var t={called:!1};return function(){if(!t.called)return t.called=!0,e.apply(void 0,arguments)}}(i):function(){};return Ke.apply(void 0,[e].concat(r)),Ze.apply(void 0,[e].concat(t,a)),l.nextFrame((function(){Ke.apply(void 0,[e].concat(a)),Ze.apply(void 0,[e].concat(n)),l.add(function(e,t){var a=ze();if(!e)return a.dispose;var n=getComputedStyle(e),r=[n.transitionDuration,n.transitionDelay].map((function(e){var t=e.split(",").filter(Boolean).map((function(e){return e.includes("ms")?parseFloat(e):1e3*parseFloat(e)})).sort((function(e,t){return t-e}))[0];return void 0===t?0:t})),i=r[0],l=r[1];return 0!==i?a.setTimeout((function(){t(Ue.Finished)}),i+l):t(Ue.Finished),a.add((function(){return t(Ue.Cancelled)})),a.dispose}(e,(function(a){return Ke.apply(void 0,[e].concat(n,t)),Ze.apply(void 0,[e].concat(r)),o(a)})))})),l.add((function(){return Ke.apply(void 0,[e].concat(t,a,n,r))})),l.add((function(){return o(Ue.Cancelled)})),l.dispose}function Ye(e){return void 0===e&&(e=""),(0,i.useMemo)((function(){return e.split(" ").filter((function(e){return e.trim().length>1}))}),[e])}!function(e){e.Finished="finished",e.Cancelled="cancelled"}(Ue||(Ue={}));var Je,qe=(0,i.createContext)(null);qe.displayName="TransitionContext",function(e){e.Visible="visible",e.Hidden="hidden"}(Je||(Je={}));var Xe=(0,i.createContext)(null);function Qe(e){return"children"in e?Qe(e.children):e.current.filter((function(e){return e.state===Je.Visible})).length>0}function et(e){var a=(0,i.useRef)(e),n=(0,i.useRef)([]),r=Ge();(0,i.useEffect)((function(){a.current=e}),[e]);var l=(0,i.useCallback)((function(e,i){var l;void 0===i&&(i=t.Hidden);var o=n.current.findIndex((function(t){return t.id===e}));-1!==o&&(f(i,((l={})[t.Unmount]=function(){n.current.splice(o,1)},l[t.Hidden]=function(){n.current[o].state=Je.Hidden},l)),!Qe(n)&&r.current&&(null==a.current||a.current()))}),[a,r,n]),o=(0,i.useCallback)((function(e){var a=n.current.find((function(t){return t.id===e}));return a?a.state!==Je.Visible&&(a.state=Je.Visible):n.current.push({id:e,state:Je.Visible}),function(){return l(e,t.Unmount)}}),[n,l]);return(0,i.useMemo)((function(){return{children:n,register:o,unregister:l}}),[o,l,n])}function tt(){}Xe.displayName="NestingContext";var at=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function nt(e){for(var t,a={},n=m(at);!(t=n()).done;){var r,i=t.value;a[i]=null!=(r=e[i])?r:tt}return a}var rt=e.RenderStrategy;function it(e){var a,n=e.beforeEnter,r=e.afterEnter,o=e.beforeLeave,s=e.afterLeave,d=e.enter,m=e.enterFrom,p=e.enterTo,h=e.entered,v=e.leave,b=e.leaveFrom,w=e.leaveTo,x=c(e,["beforeEnter","afterEnter","beforeLeave","afterLeave","enter","enterFrom","enterTo","entered","leave","leaveFrom","leaveTo"]),E=(0,i.useRef)(null),C=(0,i.useState)(Je.Visible),S=C[0],O=C[1],N=x.unmount?t.Unmount:t.Hidden,T=function(){var e=(0,i.useContext)(qe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),A=T.show,P=T.appear,L=T.initial,I=function(){var e=(0,i.useContext)(Xe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),V=I.register,R=I.unregister,F=_(),H=(0,i.useRef)(!1),j=et((function(){H.current||(O(Je.Hidden),R(F),$.current.afterLeave())}));y((function(){if(F)return V(F)}),[V,F]),y((function(){var e;N===t.Hidden&&F&&(A&&S!==Je.Visible?O(Je.Visible):f(S,((e={})[Je.Hidden]=function(){return R(F)},e[Je.Visible]=function(){return V(F)},e)))}),[S,F,V,R,A,N]);var B=Ye(d),U=Ye(m),W=Ye(p),G=Ye(h),z=Ye(v),Z=Ye(b),K=Ye(w),$=function(e){var t=(0,i.useRef)(nt(e));return(0,i.useEffect)((function(){t.current=nt(e)}),[e]),t}({beforeEnter:n,afterEnter:r,beforeLeave:o,afterLeave:s}),Y=D();(0,i.useEffect)((function(){if(Y&&S===Je.Visible&&null===E.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[E,S,Y]);var J=L&&!P;y((function(){var e=E.current;if(e&&!J)return H.current=!0,A&&$.current.beforeEnter(),A||$.current.beforeLeave(),A?$e(e,B,U,W,G,(function(e){H.current=!1,e===Ue.Finished&&$.current.afterEnter()})):$e(e,z,Z,K,G,(function(e){H.current=!1,e===Ue.Finished&&(Qe(j)||(O(Je.Hidden),R(F),$.current.afterLeave()))}))}),[$,F,H,R,j,E,J,A,B,U,W,z,Z,K]);var q={ref:E},X=x;return l().createElement(Xe.Provider,{value:j},l().createElement(M,{value:f(S,(a={},a[Je.Visible]=k.Open,a[Je.Hidden]=k.Closed,a))},g({props:u({},X,q),defaultTag:"div",features:rt,visible:S===Je.Visible,name:"Transition.Child"})))}function lt(e){var t,a=e.show,n=e.appear,r=void 0!==n&&n,o=e.unmount,s=c(e,["show","appear","unmount"]),d=A();if(void 0===a&&null!==d&&(a=f(d,((t={})[k.Open]=!0,t[k.Closed]=!1,t))),![!0,!1].includes(a))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");var m=(0,i.useState)(a?Je.Visible:Je.Hidden),p=m[0],h=m[1],v=et((function(){h(Je.Hidden)})),b=function(){var e=(0,i.useRef)(!0);return(0,i.useEffect)((function(){e.current=!1}),[]),e.current}(),w=(0,i.useMemo)((function(){return{show:a,appear:r||!b,initial:b}}),[a,r,b]);(0,i.useEffect)((function(){a?h(Je.Visible):Qe(v)||h(Je.Hidden)}),[a,v]);var y={unmount:o};return l().createElement(Xe.Provider,{value:v},l().createElement(qe.Provider,{value:w},g({props:u({},y,{as:i.Fragment,children:l().createElement(it,Object.assign({},y,s))}),defaultTag:i.Fragment,features:rt,visible:p===Je.Visible,name:"Transition"})))}function ot(e,t,a){var n=(0,i.useRef)(t);n.current=t,(0,i.useEffect)((function(){function t(e){n.current.call(window,e)}return window.addEventListener(e,t,a),function(){return window.removeEventListener(e,t,a)}}),[e,a])}lt.Child=function(e){var t=null!==(0,i.useContext)(qe),a=null!==A();return!t&&a?l().createElement(lt,Object.assign({},e)):l().createElement(it,Object.assign({},e))},lt.Root=lt;var st,ut,ct,dt,mt,ft=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((function(e){return e+":not([tabindex='-1'])"})).join(",");function gt(e){null==e||e.focus({preventScroll:!0})}function pt(e,t){var a=Array.isArray(e)?e.slice().sort((function(e,t){var a=e.compareDocumentPosition(t);return a&Node.DOCUMENT_POSITION_FOLLOWING?-1:a&Node.DOCUMENT_POSITION_PRECEDING?1:0})):function(e){return void 0===e&&(e=document.body),null==e?[]:Array.from(e.querySelectorAll(ft))}(e),n=document.activeElement,r=function(){if(t&(st.First|st.Next))return ct.Next;if(t&(st.Previous|st.Last))return ct.Previous;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),i=function(){if(t&st.First)return 0;if(t&st.Previous)return Math.max(0,a.indexOf(n))-1;if(t&st.Next)return Math.max(0,a.indexOf(n))+1;if(t&st.Last)return a.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),l=t&st.NoScroll?{preventScroll:!0}:{},o=0,s=a.length,u=void 0;do{var c;if(o>=s||o+s<=0)return ut.Error;var d=i+o;if(t&st.WrapAround)d=(d+s)%s;else{if(d<0)return ut.Underflow;if(d>=s)return ut.Overflow}null==(c=u=a[d])||c.focus(l),o+=r}while(u!==document.activeElement);return u.hasAttribute("tabindex")||u.setAttribute("tabindex","0"),ut.Success}!function(e){e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll"}(st||(st={})),function(e){e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow"}(ut||(ut={})),function(e){e[e.Previous=-1]="Previous",e[e.Next=1]="Next"}(ct||(ct={})),function(e){e[e.Strict=0]="Strict",e[e.Loose=1]="Loose"}(dt||(dt={})),function(e){e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All"}(mt||(mt={}));var ht=new Set,vt=new Map;function bt(e){e.setAttribute("aria-hidden","true"),e.inert=!0}function wt(e){var t=vt.get(e);t&&(null===t["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",t["aria-hidden"]),e.inert=t.inert)}var yt=(0,i.createContext)(!1);function xt(e){return l().createElement(yt.Provider,{value:e.force},e.children)}var Dt=i.Fragment;function Et(e){var t=e,a=function(){var e=(0,i.useContext)(yt),t=(0,i.useContext)(_t),a=(0,i.useState)((function(){if(!e&&null!==t)return null;if("undefined"==typeof window)return null;var a=document.getElementById("headlessui-portal-root");if(a)return a;var n=document.createElement("div");return n.setAttribute("id","headlessui-portal-root"),document.body.appendChild(n)})),n=a[0],r=a[1];return(0,i.useEffect)((function(){null!==n&&(document.body.contains(n)||document.body.appendChild(n))}),[n]),(0,i.useEffect)((function(){e||null!==t&&r(t.current)}),[t,r,e]),n}(),n=(0,i.useState)((function(){return"undefined"==typeof window?null:document.createElement("div")}))[0],r=D();return y((function(){if(a&&n)return a.appendChild(n),function(){var e;a&&n&&(a.removeChild(n),a.childNodes.length<=0&&(null==(e=a.parentElement)||e.removeChild(a)))}}),[a,n]),r&&a&&n?(0,o.createPortal)(g({props:t,defaultTag:Dt,name:"Portal"}),n):null}var Ct=i.Fragment,_t=(0,i.createContext)(null);Et.Group=function(e){var t=e.target,a=c(e,["target"]);return l().createElement(_t.Provider,{value:t},g({props:a,defaultTag:Ct,name:"Popover.Group"}))};var kt=(0,i.createContext)(null);function St(){var e=(0,i.useContext)(kt);if(null===e){var t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,St),t}return e}function Ot(){var e=(0,i.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,i.useMemo)((function(){return function(e){var t=(0,i.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,i.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(kt.Provider,{value:n},e.children)}}),[a])]}function Nt(e){var t=St(),a="headlessui-description-"+_();y((function(){return t.register(a)}),[a,t.register]);var n=e,r=u({},t.props,{id:a});return g({props:u({},n,r),slot:t.slot||{},defaultTag:"p",name:t.name||"Description"})}var Tt,At,Mt,Pt,Lt=(0,i.createContext)((function(){}));function It(e){var t=e.children,a=e.onUpdate,n=e.type,r=e.element,o=(0,i.useContext)(Lt),s=(0,i.useCallback)((function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];null==a||a.apply(void 0,t),o.apply(void 0,t)}),[o,a]);return y((function(){return s(Tt.Add,n,r),function(){return s(Tt.Remove,n,r)}}),[s,n,r]),l().createElement(Lt.Provider,{value:s},t)}Lt.displayName="StackContext",function(e){e[e.Add=0]="Add",e[e.Remove=1]="Remove"}(Tt||(Tt={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(Mt||(Mt={})),function(e){e[e.SetTitleId=0]="SetTitleId"}(Pt||(Pt={}));var Vt=((At={})[Pt.SetTitleId]=function(e,t){return e.titleId===t.id?e:u({},e,{titleId:t.id})},At),Rt=(0,i.createContext)(null);function Ft(e){var t=(0,i.useContext)(Rt);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+Wt.displayName+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,Ft),a}return t}function Ht(e,t){return f(t.type,Vt,e,t)}Rt.displayName="DialogContext";var jt=e.RenderStrategy|e.Static,Bt=h((function(e,t){var a,r=e.open,o=e.onClose,s=e.initialFocus,d=c(e,["open","onClose","initialFocus"]),p=(0,i.useState)(0),h=p[0],v=p[1],w=A();void 0===r&&null!==w&&(r=f(w,((a={})[k.Open]=!0,a[k.Closed]=!1,a)));var x=(0,i.useRef)(new Set),E=(0,i.useRef)(null),C=b(E,t),S=e.hasOwnProperty("open")||null!==w,O=e.hasOwnProperty("onClose");if(!S&&!O)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!S)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!O)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof r)throw new Error("You provided an `open` prop to the `Dialog`, but the value is not a boolean. Received: "+r);if("function"!=typeof o)throw new Error("You provided an `onClose` prop to the `Dialog`, but the value is not a function. Received: "+o);var N=r?Mt.Open:Mt.Closed,T=null!==w?w===k.Open:N===Mt.Open,M=(0,i.useReducer)(Ht,{titleId:null,descriptionId:null}),P=M[0],L=M[1],I=(0,i.useCallback)((function(){return o(!1)}),[o]),V=(0,i.useCallback)((function(e){return L({type:Pt.SetTitleId,id:e})}),[L]),R=D()&&N===Mt.Open,F=h>1,H=null!==(0,i.useContext)(Rt);(function(e,t,a){void 0===t&&(t=mt.All);var r=void 0===a?{}:a,l=r.initialFocus,o=r.containers,s=(0,i.useRef)("undefined"!=typeof window?document.activeElement:null),u=(0,i.useRef)(null),c=Ge(),d=Boolean(t&mt.RestoreFocus),f=Boolean(t&mt.InitialFocus);(0,i.useEffect)((function(){d&&(s.current=document.activeElement)}),[d]),(0,i.useEffect)((function(){if(d)return function(){gt(s.current),s.current=null}}),[d]),(0,i.useEffect)((function(){if(f&&e.current){var t=document.activeElement;if(null==l?void 0:l.current){if((null==l?void 0:l.current)===t)return void(u.current=t)}else if(e.current.contains(t))return void(u.current=t);(null==l?void 0:l.current)?gt(l.current):pt(e.current,st.First)===ut.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),u.current=document.activeElement}}),[e,l,f]),ot("keydown",(function(a){t&mt.TabLock&&e.current&&a.key===n.Tab&&(a.preventDefault(),pt(e.current,(a.shiftKey?st.Previous:st.Next)|st.WrapAround)===ut.Success&&(u.current=document.activeElement))})),ot("focus",(function(a){if(t&mt.FocusLock){var n=new Set(null==o?void 0:o.current);if(n.add(e),n.size){var r=u.current;if(r&&c.current){var i=a.target;i&&i instanceof HTMLElement?function(e,t){for(var a,n=m(e);!(a=n()).done;){var r;if(null==(r=a.value.current)?void 0:r.contains(t))return!0}return!1}(n,i)?(u.current=i,gt(i)):(a.preventDefault(),a.stopPropagation(),gt(r)):gt(u.current)}}}}),!0)})(E,R?f(F?"parent":"leaf",{parent:mt.RestoreFocus,leaf:mt.All}):mt.None,{initialFocus:s,containers:x}),function(e,t){void 0===t&&(t=!0),y((function(){if(t&&e.current){var a=e.current;ht.add(a);for(var n,r=m(vt.keys());!(n=r()).done;){var i=n.value;i.contains(a)&&(wt(i),vt.delete(i))}return document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}1===ht.size&&(vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e))}})),function(){if(ht.delete(a),ht.size>0)document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement&&!vt.has(e)){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e)}}));else for(var e,t=m(vt.keys());!(e=t()).done;){var n=e.value;wt(n),vt.delete(n)}}}}),[t])}(E,!!F&&R),ot("mousedown",(function(e){var t,a=e.target;N===Mt.Open&&(F||(null==(t=E.current)?void 0:t.contains(a))||I())})),ot("keydown",(function(e){e.key===n.Escape&&N===Mt.Open&&(F||(e.preventDefault(),e.stopPropagation(),I()))})),(0,i.useEffect)((function(){if(N===Mt.Open&&!H){var e=document.documentElement.style.overflow,t=document.documentElement.style.paddingRight,a=window.innerWidth-document.documentElement.clientWidth;return document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight=a+"px",function(){document.documentElement.style.overflow=e,document.documentElement.style.paddingRight=t}}}),[N,H]),(0,i.useEffect)((function(){if(N===Mt.Open&&E.current){var e=new IntersectionObserver((function(e){for(var t,a=m(e);!(t=a()).done;){var n=t.value;0===n.boundingClientRect.x&&0===n.boundingClientRect.y&&0===n.boundingClientRect.width&&0===n.boundingClientRect.height&&I()}}));return e.observe(E.current),function(){return e.disconnect()}}}),[N,E,I]);var j=Ot(),B=j[0],U=j[1],W="headlessui-dialog-"+_(),G=(0,i.useMemo)((function(){return[{dialogState:N,close:I,setTitleId:V},P]}),[N,P,I,V]),z=(0,i.useMemo)((function(){return{open:N===Mt.Open}}),[N]),Z={ref:C,id:W,role:"dialog","aria-modal":N===Mt.Open||void 0,"aria-labelledby":P.titleId,"aria-describedby":B,onClick:function(e){e.stopPropagation()}},K=d;return l().createElement(It,{type:"Dialog",element:E,onUpdate:(0,i.useCallback)((function(e,t,a){var n;"Dialog"===t&&f(e,((n={})[Tt.Add]=function(){x.current.add(a),v((function(e){return e+1}))},n[Tt.Remove]=function(){x.current.add(a),v((function(e){return e-1}))},n))}),[])},l().createElement(xt,{force:!0},l().createElement(Et,null,l().createElement(Rt.Provider,{value:G},l().createElement(Et.Group,{target:E},l().createElement(xt,{force:!1},l().createElement(U,{slot:z,name:"Dialog.Description"},g({props:u({},K,Z),slot:z,defaultTag:"div",features:jt,visible:T,name:"Dialog"}))))))))})),Ut=h((function e(t,a){var n=Ft([Wt.displayName,e.name].join("."))[0],r=n.dialogState,l=n.close,o=b(a),s="headlessui-dialog-overlay-"+_(),c=(0,i.useCallback)((function(e){if(e.target===e.currentTarget){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),l()}}),[l]),d=(0,i.useMemo)((function(){return{open:r===Mt.Open}}),[r]);return g({props:u({},t,{ref:o,id:s,"aria-hidden":!0,onClick:c}),slot:d,defaultTag:"div",name:"Dialog.Overlay"})})),Wt=Object.assign(Bt,{Overlay:Ut,Title:function e(t){var a=Ft([Wt.displayName,e.name].join("."))[0],n=a.dialogState,r=a.setTitleId,l="headlessui-dialog-title-"+_();(0,i.useEffect)((function(){return r(l),function(){return r(null)}}),[l,r]);var o=(0,i.useMemo)((function(){return{open:n===Mt.Open}}),[n]);return g({props:u({},t,{id:l}),slot:o,defaultTag:"h2",name:"Dialog.Title"})},Description:Nt}),Gt=function(e){return i.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),i.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))},zt=function(e){return i.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),i.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"}))},Zt=()=>{const e=uag_react.global_data.changelog_data,[t,a]=(0,i.useState)(!1);return(0,r.createElement)(i.Fragment,null,(0,r.createElement)("button",{onClick:()=>a(!0),title:(0,We.__)("What's New?","ultimate-addons-for-gutenberg"),className:"w-10 h-10 flex items-center justify-center cursor-pointer rounded-full border border-slate-200"},(0,r.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M8.16667 3.90182V15.0335C8.16667 15.8434 7.51008 16.5 6.70015 16.5C6.08038 16.5 5.52752 16.1104 5.31907 15.5267L3.53039 10.4024M14 9.83333C15.3807 9.83333 16.5 8.71404 16.5 7.33333C16.5 5.95262 15.3807 4.83333 14 4.83333M3.53039 10.4024C2.33691 9.89508 1.5 8.71194 1.5 7.33333C1.5 5.49238 2.99238 4 4.83333 4H6.36007C9.77727 4 12.7141 2.97159 14 1.5L14 13.1667C12.7141 11.6951 9.77727 10.6667 6.36007 10.6667L4.83331 10.6667C4.37098 10.6667 3.93064 10.5725 3.53039 10.4024Z",stroke:"#475569",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,r.createElement)(lt.Root,{show:t,as:i.Fragment},(0,r.createElement)(Wt,{as:"div",className:"fixed inset-0 overflow-hidden",onClose:a},(0,r.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,r.createElement)(Wt.Overlay,{className:"absolute inset-0"}),(0,r.createElement)("div",{className:"fixed inset-y-0 right-0 pl-10 max-w-full flex sm:mt-[2rem]"},(0,r.createElement)(lt.Child,{as:i.Fragment,enter:"transform transition ease-in-out duration-150 sm:duration-150",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-300 sm:duration-300",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,r.createElement)("div",{className:"w-screen max-w-md shadow-overlay-left"},(0,r.createElement)("div",{className:"h-full flex flex-col bg-white shadow-xl"},(0,r.createElement)("div",{className:"px-4 sm:px-6 h-16 shadow flex items-center justify-between z-50"},(0,r.createElement)(Wt.Title,{className:"text-lg font-medium text-gray-900"}," ",(0,We.__)("What's New?","ultimate-addons-for-gutenberg")," "),(0,r.createElement)("div",{className:"flex items-center"},(0,r.createElement)("button",{type:"button",className:"bg-white rounded-md text-gray-400 hover:text-gray-500 focus:outline-none",onClick:()=>a(!1)},(0,r.createElement)(zt,{className:"h-6 w-6","aria-hidden":"true"})))),(0,r.createElement)("div",{className:"relative flex-1 overflow-y-auto"},(0,r.createElement)("div",{className:"relative grid bg-white divide-y divide-gray-200"},e.map(((t,a)=>{const n=e[a].title,i=e[a].description,l=e[a].date;return(0,r.createElement)("a",{key:n,href:"https://wpspectra.com/changelog/",className:"px-6 py-5 block rounded-[0.2rem] transition ease-in-out duration-150",target:"_blank",rel:"noreferrer noopener"},(0,r.createElement)("p",{className:"text-sm mb-1 font-medium text-slate-800",dangerouslySetInnerHTML:{__html:n}}),(0,r.createElement)("p",{className:"text-xs text-slate-500",dangerouslySetInnerHTML:{__html:l}}),(0,r.createElement)("p",{className:"mt-3 spectra-changelog-description",dangerouslySetInnerHTML:{__html:i}}))}))))))))))))};function Kt(){const e=[{name:(0,We.__)("Welcome","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:""},{name:(0,We.__)("Blocks / Extensions","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"blocks"},{name:(0,We.__)("Settings","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"settings"}],t=new URLSearchParams(Me()?.search),a=t.get("page")?t.get("page"):uag_react.home_slug,n=t.get("path")?t.get("path"):"";return(0,r.createElement)(W,{as:"nav",className:"bg-white shadow"},(0,r.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,r.createElement)("div",{className:"relative flex justify-between h-16"},(0,r.createElement)("div",{className:"flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"},(0,r.createElement)("a",{href:uag_react.uag_base_url,className:"flex-shrink-0 flex items-center"},(0,r.createElement)("img",{className:"lg:block h-[2.6rem] w-auto",src:uag_react.logo_url,alt:"Workflow"})),(0,r.createElement)("div",{className:"sm:ml-8 sm:flex sm:space-x-8"},e.map(((e,t)=>(0,r.createElement)(He,{index:t,key:`?page=${e.slug}&path=${e.path}`,to:{pathname:"options-general.php",search:`?page=${e.slug}${""!==e.path?"&path="+e.path:""}`},className:a===e.slug&&n===e.path?"border-spectra text-spectra active:text-spectra focus:text-spectra focus-visible:text-spectra-hover hover:text-spectra-hover inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium":"border-transparent text-slate-500 active:text-spectra focus-visible:border-slate-300 focus-visible:text-slate-800 hover:border-slate-300 hover:text-slate-800 inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium"},e.name))))),(0,r.createElement)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"},(0,r.createElement)(Zt,null)))))}var $t=()=>{const e="1"===new URLSearchParams(Me()?.search).get("spectra-activation-redirect")?1:0;return(0,r.createElement)("main",{className:"py-[2.43rem]"},(0,r.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,r.createElement)("h1",{className:"sr-only"},"Page title"),(0,r.createElement)("div",{className:"grid grid-cols-1 gap-4 items-start lg:grid-cols-3 lg:gap-5 xl:gap-10"},(0,r.createElement)("div",{className:"grid grid-cols-1 gap-4 lg:col-span-2 h-full"},(0,r.createElement)("section",{"aria-labelledby":"section-1-title h-full"},(0,r.createElement)("h2",{className:"sr-only",id:"section-1-title"},"Section title"),(0,r.createElement)("div",{className:"rounded-md bg-white overflow-hidden shadow-sm flex flex-col justify-center h-full"},(0,r.createElement)("div",{className:"p-12 pt-[2.2rem]"},(0,r.createElement)("h2",{className:"text-slate-800 text-[1.8rem] leading-[2.4rem] pb-3 font-medium text-left"},(0,We.__)("Welcome to Spectra!","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 pb-7"},(0,We.__)("We designed Spectra to be intuitive but we do recommend learning how it works by checking our comprehensive documentation and watching the video below. Enjoy your time with Spectra!","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"mr-[80px] spectra-video-container"},(0,r.createElement)("iframe",{className:"spectra-video",src:`https://www.youtube.com/embed/GLNzTxArR6Y?showinfo=0&autoplay=${e}&mute=${e}&rel=0`,allow:"autoplay",title:"YouTube video player",frameBorder:"0",allowFullScreen:!0})),(0,r.createElement)("span",{className:"relative z-0 inline-flex pt-6 justify-start w-full"},(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra focus-visible:bg-spectra-hover hover:bg-spectra-hover focus:outline-none mr-4",onClick:()=>{window.open(uag_react.wp_pages_url,"_blank")}},(0,We.__)("Create New Page","ultimate-addons-for-gutenberg")),(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-slate-300 shadow-sm text-sm font-medium rounded-md text-slate-500 bg-white focus-visible:bg-slate-50 hover:bg-slate-50 focus:outline-none",onClick:()=>{window.open("https://wpspectra.com/","_blank")}},(0,We.__)("Visit Our Website","ultimate-addons-for-gutenberg"))))))),(0,r.createElement)("div",{className:"space-y-4 flex h-full flex-col justify-between"},(0,r.createElement)("section",{"aria-labelledby":"section-2-title"},(0,r.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,r.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,r.createElement)("div",{className:"p-8 pr-10"},(0,r.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Knowledge Base","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Learn everything you need to know about the Spectra plugin with our comprehensive documentation.","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"},(0,We.__)("Browse Now","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"}," → ")))),(0,r.createElement)("section",{"aria-labelledby":"section-2-title"},(0,r.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,r.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,r.createElement)("div",{className:"p-8 pr-10"},(0,r.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Get 5-star Support","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Need some help? Our awesome support team is here to help you with any question you have.","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"},(0,We.__)("Get Support","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"}," → ")))),(0,r.createElement)("section",{"aria-labelledby":"section-2-title"},(0,r.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,r.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,r.createElement)("div",{className:"p-8 pr-10"},(0,r.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Join the Community","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Got a question about the plugin, want to share your awesome project or just say hi? Join our wonderful community!","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"},(0,We.__)("Join Now","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"}," → "))))))))},Yt=window.wp.apiFetch,Jt=a.n(Yt),qt=l().createContext(null),Xt=function(e){e()},Qt=function(){return Xt},ea={notify:function(){},get:function(){return[]}};function ta(e,t){var a,n=ea;function r(){l.onStateChange&&l.onStateChange()}function i(){a||(a=t?t.addNestedSub(r):e.subscribe(r),n=function(){var e=Qt(),t=null,a=null;return{clear:function(){t=null,a=null},notify:function(){e((function(){for(var e=t;e;)e.callback(),e=e.next}))},get:function(){for(var e=[],a=t;a;)e.push(a),a=a.next;return e},subscribe:function(e){var n=!0,r=a={callback:e,next:null,prev:a};return r.prev?r.prev.next=r:t=r,function(){n&&null!==t&&(n=!1,r.next?r.next.prev=r.prev:a=r.prev,r.prev?r.prev.next=r.next:t=r.next)}}}}())}var l={addNestedSub:function(e){return i(),n.subscribe(e)},notifyNestedSubs:function(){n.notify()},handleChangeWrapper:r,isSubscribed:function(){return Boolean(a)},trySubscribe:i,tryUnsubscribe:function(){a&&(a(),a=void 0,n.clear(),n=ea)},getListeners:function(){return n}};return l}var aa="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?i.useLayoutEffect:i.useEffect;function na(){return(0,i.useContext)(qt)}function ra(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,i.useContext)(e)};return function(){return t().store}}a(973);var ia=ra();function la(e){void 0===e&&(e=qt);var t=e===qt?ia:ra(e);return function(){return t().dispatch}}var oa=la(),sa=function(e,t){return e===t};function ua(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,i.useContext)(e)};return function(e,a){void 0===a&&(a=sa);var n=t(),r=function(e,t,a,n){var r,l=(0,i.useReducer)((function(e){return e+1}),0)[1],o=(0,i.useMemo)((function(){return ta(a,n)}),[a,n]),s=(0,i.useRef)(),u=(0,i.useRef)(),c=(0,i.useRef)(),d=(0,i.useRef)(),m=a.getState();try{if(e!==u.current||m!==c.current||s.current){var f=e(m);r=void 0!==d.current&&t(f,d.current)?d.current:f}else r=d.current}catch(e){throw s.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+s.current.stack+"\n\n"),e}return aa((function(){u.current=e,c.current=m,d.current=r,s.current=void 0})),aa((function(){function e(){try{var e=a.getState();if(e===c.current)return;var n=u.current(e);if(t(n,d.current))return;d.current=n,c.current=e}catch(e){s.current=e}l()}return o.onStateChange=e,o.trySubscribe(),e(),function(){return o.tryUnsubscribe()}}),[a,o]),r}(e,a,n.store,n.subscription);return(0,i.useDebugValue)(r),r}}var ca,da=ua();ca=o.unstable_batchedUpdates,Xt=ca;const ma=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var fa=()=>{const e=new URLSearchParams(Me()?.search),t=uag_react.blocks_info,a=oa(),n=da((e=>e.blocksStatuses)),l=da((e=>e.activeBlocksFilterTab)),[o,s]=(0,i.useState)([]),u=[{name:"All",slug:"all"},{name:"Core",slug:"core"},{name:"Creative",slug:"creative"},{name:"Content",slug:"content"},{name:"Post",slug:"post"},{name:"Social",slug:"social"},{name:"Form",slug:"form"},{name:"SEO",slug:"seo"},{name:"Extensions",slug:"extensions"}];return(0,i.useEffect)((()=>{const n=e.get("path"),r=e.get("filterTab");a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:r&&"blocks"===n?r:"all"});const i={...o};t.map((e=>(e.admin_categories?.map((t=>(i[t]||(i[t]=[]),i[t].push(e.slug),t))),e))),s(i)}),[]),(0,r.createElement)("div",{className:"mx-auto mb-6 px-6 lg:max-w-[80rem]"},(0,r.createElement)("div",{className:"w-full sm:hidden"},(0,r.createElement)("label",{htmlFor:"tabs",className:"sr-only"},"Select a tab"),(0,r.createElement)("select",{id:"tabs",name:"tabs",className:"w-full spectra-admin__input-field spectra-admin__dropdown",style:{maxWidth:"100%"}},u.map((e=>(0,r.createElement)("option",{key:e.name},e.name))))),(0,r.createElement)("div",{className:"hidden justify-between items-center space-y-4 sm:flex sm:flex-col lg:space-y-0 lg:flex-row"},(0,r.createElement)("nav",{className:"flex -ml-4 flex-wrap justify-center lg:justify-start","aria-label":"Tabs"},u.map((e=>(0,r.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=blocks&filterTab=${e.slug}`},key:e.name,className:ma(e.slug===l?"bg-white text-slate-800 active:text-slate-800 focus:text-slate-800 hover:text-slate-800 shadow shadow-focused":"text-slate-500 focus:text-slate-500 focus-visible:border-slate-200 active:text-slate-500 hover:text-slate-500 hover:border-slate-200","px-4 py-1 ml-4 my-1 font-medium text-sm rounded-2xl cursor-pointer border border-transparent transition"),onClick:()=>{a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:e.slug})}},e.name)))),(0,r.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,r.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-l-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="block");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"enabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"enabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"enabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Activate all"),(0,r.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-r-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="disabled");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"disabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"disabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"disabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Deactivate all"))))};const ga="#1e293b";var pa={section:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M21 15V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 15M21 15L3 15M21 15V9M3 15L3 9M21 9V5C21 3.89543 20.1046 3 19 3L5 3C3.89543 3 3 3.89543 3 5L3 9M21 9L3 9",stroke:ga,strokeWidth:1.4})),buttons:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 17.5H17M7 6.5H17M5 10H19C20.1046 10 21 9.10457 21 8V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V8C3 9.10457 3.89543 10 5 10ZM5 21H19C20.1046 21 21 20.1046 21 19V16C21 14.8954 20.1046 14 19 14H5C3.89543 14 3 14.8954 3 16V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"advanced-heading":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M8 7V12.8333M8 12.8333V17M8 12.8333H16M16 12.8333V7M16 12.8333V17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"google-map":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M9 3.00002L4.10557 5.44723C3.428 5.78601 3 6.47854 3 7.23608V20.382C3 21.1254 3.78231 21.6089 4.44721 21.2764L9 19M9 3.00002L15 5.00002M9 3.00002V19M9 19L15 21M15 5.00002L19.5528 2.72362C20.2177 2.39117 21 2.87467 21 3.61805V16.7639C21 17.5215 20.572 18.214 19.8944 18.5528L15 21M15 5.00002V21",stroke:ga,strokeWidth:1.4})),"info-box":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 13H17M7 16.5H15.3333M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-carousel":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M0 17C1.10457 17 2 16.1046 2 15V8C2 6.89543 1.10457 6 0 6M24 17C22.8954 17 22 16.1046 22 15V8C22 6.89543 22.8954 6 24 6M7 17H17C18.1046 17 19 16.1046 19 15V8C19 6.89543 18.1046 6 17 6H7C5.89543 6 5 6.89543 5 8V15C5 16.1046 5.89543 17 7 17Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M8 11H12.5M8 14H16",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-masonry":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21C10 22.1046 9.10457 23 8 23H5C3.89543 23 3 22.1046 3 21V14Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10C21 11.1046 20.1046 12 19 12H16C14.8954 12 14 11.1046 14 10V3Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21C21 22.1046 20.1046 23 19 23H16C14.8954 23 14 22.1046 14 21V18Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6C10 7.10457 9.10457 8 8 8H5C3.89543 8 3 7.10457 3 6V3Z",stroke:ga,strokeWidth:1.4})),"post-grid":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z",stroke:ga,strokeWidth:1.4})),testimonial:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M15.5 9.42857C15.5 10.2175 14.903 10.8571 14.1667 10.8571C13.4303 10.8571 12.8333 10.2175 12.8333 9.42857C12.8333 8.63959 13.4303 8 14.1667 8C14.903 8 15.5 8.63959 15.5 9.42857ZM15.5 9.42857C15.5 9.42857 15.5 11.5714 13.5 13M11.1667 9.42857C11.1667 10.2175 10.5697 10.8571 9.83333 10.8571C9.09695 10.8571 8.5 10.2175 8.5 9.42857C8.5 8.63959 9.09695 8 9.83333 8C10.5697 8 11.1667 8.63959 11.1667 9.42857ZM11.1667 9.42857C11.1667 9.42857 11.1667 11.5714 9.16667 13M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"cf7-styler":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M4.51555 17C6.13007 19.412 8.87958 21 12 21C15.1204 21 17.8699 19.412 19.4845 17M4.51555 17C3.55827 15.5699 3 13.8501 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.8501 20.4417 15.5699 19.4845 17M4.51555 17C5.75777 17 7.12889 15 8.43944 13M19.4845 17C18.2422 17 16.8711 15 15.5606 13M8.43944 13C9.75 11 11 9 12 9C13 9 14.25 11 15.5606 13M8.43944 13L9.09522 14.2607C9.47211 14.9852 10.5116 14.9769 10.8768 14.2464L11.3795 13.241C11.6848 12.6305 12.4984 12.4984 12.9811 12.9811L13.4309 13.4309C13.7632 13.7632 14.282 13.8193 14.6776 13.5658L15.5606 13",stroke:ga,strokeWidth:1.4})),"gf-styler":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M17 12V15H7L6.99998 12.9996C6.99998 10.7905 8.79083 9.00001 10.9999 9.00001H17.5M3.33984 8.71466V15.2854C3.33984 16.0317 3.75541 16.7159 4.41768 17.0601L11.0779 20.5208C11.656 20.8212 12.3442 20.8212 12.9223 20.5208L19.5825 17.0601C20.2448 16.7159 20.6604 16.0317 20.6604 15.2854V8.71466C20.6604 7.96832 20.2448 7.28407 19.5825 6.93995L12.9223 3.47918C12.3442 3.1788 11.656 3.1788 11.0779 3.47918L4.41768 6.93995C3.75541 7.28407 3.33984 7.96832 3.33984 8.71466Z",stroke:ga,strokeWidth:1.4})),"content-timeline":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M12.0001 3V7M12.0001 21V17M12.0001 7H15.0001M12.0001 7V12M15.0001 7C15.0001 8.10457 15.8954 9 17 9H19C20.1046 9 21 8.10457 21 7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15.0001 5.89543 15.0001 7ZM12.0001 12H9M12.0001 12V17M9 12C9 13.1046 8.10457 14 7 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10H7C8.10457 10 9 10.8954 9 12ZM12.0001 17H15.0001M15.0001 17C15.0001 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15H17C15.8954 15 15.0001 15.8954 15.0001 17Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"call-to-action":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M16.4545 16.4545L14.6364 21L11 11L21 14.6364L16.4545 16.4545ZM16.4545 16.4545L21 21M9 16.9291C5.60771 16.4439 3 13.5265 3 10C3 6.13401 6.13401 3 10 3C13.5265 3 16.4439 5.60771 16.9291 9M8.5 12.5987C7.6033 12.0799 7 11.1104 7 10C7 8.34315 8.34315 7 10 7C11.1104 7 12.0799 7.6033 12.5987 8.5",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"post-timeline":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M4 3V6M4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10M4 6C5.10457 6 6 6.89543 6 8C6 9.10457 5.10457 10 4 10M4 10V14M4 14C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18M4 14C5.10457 14 6 14.8954 6 16C6 17.1046 5.10457 18 4 18M4 18V21M11 18H19C20.1046 18 21 17.1046 21 16C21 14.8954 20.1046 14 19 14H11C9.89543 14 9 14.8954 9 16C9 17.1046 9.89543 18 11 18ZM11 10H19C20.1046 10 21 9.10457 21 8C21 6.89543 20.1046 6 19 6H11C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"icon-list":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M11 5H21M11 12H21M11 19H21",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3C6.10457 3 7 3.89543 7 5Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),team:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),tabs:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M10 3V6C10 7.10457 10.8954 8 12 8H15.5M15.5 8H21M15.5 8V3M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4})),"social-share":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M9 12C9 13.1046 8.10457 14 7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M19 18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18C15 16.8954 15.8954 16 17 16C18.1046 16 19 16.8954 19 18Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M9 10.5L15 7M9 13.5L15 17",stroke:ga,strokeWidth:1.4})),"restaurant-menu":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M17.7472 5.05554C17.5824 4.84998 17.3481 4.68976 17.074 4.59515C16.8912 4.53203 16.696 4.5 16.5 4.5M16.5 4.5C16.4022 4.5 16.3042 4.50797 16.2074 4.52402C15.9164 4.57225 15.6491 4.6913 15.4393 4.86612C15.2296 5.04093 15.0867 5.26366 15.0288 5.50614C14.9709 5.74861 15.0006 5.99995 15.1142 6.22835C15.2277 6.45676 15.42 6.65199 15.6666 6.78934C15.9133 6.92669 16.2033 7 16.5 7C16.7967 7 17.0867 7.07331 17.3334 7.21066C17.58 7.34802 17.7723 7.54324 17.8858 7.77165C17.9994 8.00005 18.0291 8.25139 17.9712 8.49386C17.9133 8.73634 17.7704 8.95907 17.5607 9.13388C17.3509 9.3087 17.0836 9.42775 16.7926 9.47598C16.6958 9.49203 16.5978 9.5 16.5 9.5M16.5 4.5V4M15.2528 8.94446C15.4176 9.15003 15.6519 9.31024 15.926 9.40485C16.1088 9.46797 16.304 9.5 16.5 9.5M16.5 9.5V10",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M17.7472 15.0555C17.5824 14.85 17.3481 14.6898 17.074 14.5952C16.8912 14.532 16.696 14.5 16.5 14.5M16.5 14.5C16.4022 14.5 16.3042 14.508 16.2074 14.524C15.9164 14.5723 15.6491 14.6913 15.4393 14.8661C15.2296 15.0409 15.0867 15.2637 15.0288 15.5061C14.9709 15.7486 15.0006 15.9999 15.1142 16.2284C15.2277 16.4568 15.42 16.652 15.6666 16.7893C15.9133 16.9267 16.2033 17 16.5 17C16.7967 17 17.0867 17.0733 17.3334 17.2107C17.58 17.348 17.7723 17.5432 17.8858 17.7716C17.9994 18.0001 18.0291 18.2514 17.9712 18.4939C17.9133 18.7363 17.7704 18.9591 17.5607 19.1339C17.3509 19.3087 17.0836 19.4278 16.7926 19.476C16.6958 19.492 16.5978 19.5 16.5 19.5M16.5 14.5V14M15.2528 18.9445C15.4176 19.15 15.6519 19.3102 15.926 19.4049C16.1088 19.468 16.304 19.5 16.5 19.5M16.5 19.5V20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M6 5H12M6 15H12M6 8H9M6 18H9",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),blockquote:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 7H17M7 11H9M17 11.8571C17 12.3305 16.6418 12.7143 16.2 12.7143C15.7582 12.7143 15.4 12.3305 15.4 11.8571C15.4 11.3838 15.7582 11 16.2 11C16.6418 11 17 11.3838 17 11.8571ZM17 11.8571C17 11.8571 17 13.1429 15.8 14M13.6 11.8571C13.6 12.3305 13.2418 12.7143 12.8 12.7143C12.3582 12.7143 12 12.3305 12 11.8571C12 11.3838 12.3582 11 12.8 11C13.2418 11 13.6 11.3838 13.6 11.8571ZM13.6 11.8571C13.6 11.8571 13.6 13.1429 12.4 14M3 21V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V16C21 17.1046 20.1046 18 19 18H7.66667C7.23393 18 6.81286 18.1404 6.46667 18.4L3 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),columns:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15M15 3V21M15 3H9M15 21H9M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21",stroke:ga,strokeWidth:1.4})),"marketing-button":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 20.9895H17M4 16.9895H20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M10 7H19M3 11H21C22.1046 11 23 10.1046 23 9V5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11ZM7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"table-of-contents":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 16H13M7 12H15.3333M7 8H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),faq:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M9.00006 9C9.50006 8 10.5001 7 12.0001 7C13.5002 7 15.0001 8.5 15.0001 10C15.0001 11.4553 14.0588 12.4399 13.0843 12.8686C13.0248 12.8948 12.9619 12.9116 12.8992 12.9285C12.4001 13.0627 12.0001 13.4804 12.0001 14M12.0001 17H12.0101M21.0001 12C21.0001 16.9706 16.9706 21 12.0001 21C10.5124 21 9.1091 20.6391 7.87286 20C7.19356 19.6488 3.56466 21.5054 3 21C2.43678 20.4959 4.93748 17.6302 4.51561 17C3.55833 15.5699 3.00006 13.8501 3.00006 12C3.00006 7.02944 7.0295 3 12.0001 3C16.9706 3 21.0001 7.02944 21.0001 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),forms:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 10H17M7 7H10.5M9 17H15M7 13H17M13.5 7H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"how-to":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M13 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11M13 3L21 11M13 3V9C13 10.1046 13.8954 11 15 11H21M10 11H17M10 7H13M10 15H17M7 7H7.1M7 11H7.1M7 15H7.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"inline-notice":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 21H21M3 3H21M10 12H19M3 17H21C22.1046 17 23 16.1046 23 15V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V15C1 16.1046 1.89543 17 3 17ZM7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"wp-search":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 21L9 15M7 10C7 13.866 10.134 17 14 17C17.866 17 21 13.866 21 10C21 6.13401 17.866 3 14 3C10.134 3 7 6.13401 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"taxonomy-list":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M10 16H17M10 12H15M10 8H17M6.98999 8H6.99999M6.98999 12H6.99999M6.98999 16H6.99999M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),review:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 10.5H17M9.5 7H9.51M6.99 7H7M12 7H12.01M7 14H14M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),lottie:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 17C7 17 12 17.5 12 12C12 6.5 17 7 17 7M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"star-rating":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M11.103 7.81696C11.4698 7.07371 12.5297 7.07371 12.8965 7.81696L13.8243 9.69697C13.97 9.99211 14.2516 10.1967 14.5773 10.244L16.652 10.5455C17.4722 10.6647 17.7997 11.6726 17.2062 12.2512L15.7049 13.7146C15.4692 13.9443 15.3617 14.2753 15.4173 14.5997L15.7717 16.666C15.9118 17.4829 15.0544 18.1059 14.3208 17.7202L12.4651 16.7446C12.1738 16.5915 11.8257 16.5915 11.5344 16.7446L9.67874 17.7202C8.94511 18.1059 8.08768 17.4829 8.22779 16.666L8.58219 14.5997C8.63783 14.2753 8.53028 13.9443 8.29459 13.7146L6.79332 12.2512C6.1998 11.6726 6.52731 10.6647 7.34753 10.5455L9.42225 10.244C9.74796 10.1967 10.0295 9.99211 10.1752 9.69697L11.103 7.81696Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M18.4424 14.106L20.1846 14.8943C21.0283 15.2761 21.9613 14.5667 21.7842 13.6782L21.6155 12.8313C21.5377 12.4411 21.6806 12.0403 21.99 11.7808L22.6034 11.2662C23.3499 10.6399 22.9822 9.44941 22.0043 9.32712L20.8958 9.18848C20.5373 9.14365 20.2219 8.93603 20.0458 8.62895L19.4377 7.56859C19.003 6.81047 17.8817 6.81047 17.447 7.56859L16.559 9.11719M5.55765 14.106L3.8154 14.8943C2.97172 15.2761 2.0387 14.5667 2.21577 13.6782L2.38454 12.8313C2.46229 12.4411 2.3194 12.0403 2.01002 11.7808L1.39664 11.2662C0.650069 10.6399 1.01784 9.44941 1.99569 9.32712L3.1042 9.18848C3.46273 9.14365 3.77814 8.93603 3.95423 8.62895L4.56227 7.56859C4.997 6.81047 6.11829 6.81047 6.55302 7.56859L7.44104 9.11719",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"display-conditions":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M14.8291 12C14.8291 13.4202 13.5623 14.5714 11.9996 14.5714C10.4369 14.5714 9.17004 13.4202 9.17004 12C9.17004 10.5798 10.4369 9.42857 11.9996 9.42857C13.5623 9.42857 14.8291 10.5798 14.8291 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M3 12C4.20187 8.52247 7.77678 6 12 6C16.2232 6 19.7982 8.5225 21 12C19.7981 15.4775 16.2232 18 12 18C7.77678 18 4.20185 15.4775 3 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"masonry-gallery":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M14 21V18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21M14 21C14 22.1046 14.8954 23 16 23H19C20.1046 23 21 22.1046 21 21M14 21L16.0343 19.6438C16.6315 19.2457 17.3962 19.1981 18.0381 19.5191L21 21M14 10C14 11.1046 14.8954 12 16 12H19C20.1046 12 21 11.1046 21 10M14 10V3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10M14 10V10C14 9.37526 14.3122 8.79185 14.8321 8.4453L16.0343 7.64381C16.6315 7.24569 17.3962 7.19808 18.0381 7.51906L20.1056 8.55279C20.6537 8.82687 21 9.38713 21 10V10M3 21C3 22.1046 3.89543 23 5 23H8C9.10457 23 10 22.1046 10 21M3 21V14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21M3 21V21C3 20.3753 3.31223 19.7918 3.83205 19.4453L5.03429 18.6438C5.63146 18.2457 6.39617 18.1981 7.03811 18.5191L9.10557 19.5528C9.65374 19.8269 10 20.3871 10 21V21M3 6V3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6M3 6C3 7.10457 3.89543 8 5 8H8C9.10457 8 10 7.10457 10 6M3 6L5.03429 4.64381C5.63146 4.24569 6.39617 4.19808 7.03811 4.51906L10 6M7 15H7.1M18 4H18.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"responsive-conditions":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M16 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H20C21.1046 5 22 5.89543 22 7V9M16 19V11C16 9.89543 16.8954 9 18 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M3.5 12H3.51M19.5 18.5H19.51",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),container:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4})),image:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 17L7.41995 12.58C8.26284 11.7372 9.65125 11.8141 10.3959 12.7449L11.789 14.4863C12.4639 15.3298 13.6866 15.4851 14.5508 14.8369L15.6123 14.0408C16.4086 13.4436 17.5228 13.5228 18.2265 14.2265L21 17M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4}))},ha=(0,i.createContext)(null);function va(){var e=(0,i.useContext)(ha);if(null===e){var t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,va),t}return e}var ba=(0,i.createContext)(null);ba.displayName="GroupContext";var wa=i.Fragment;function ya(e){var t=e.checked,a=e.onChange,r=c(e,["checked","onChange"]),l="headlessui-switch-"+_(),o=(0,i.useContext)(ba),s=(0,i.useRef)(null),d=b(s,null===o?null:o.setSwitch),m=(0,i.useCallback)((function(){return a(!t)}),[a,t]),f=(0,i.useCallback)((function(e){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),m()}),[m]),p=(0,i.useCallback)((function(e){e.key!==n.Tab&&e.preventDefault(),e.key===n.Space&&m()}),[m]),h=(0,i.useCallback)((function(e){return e.preventDefault()}),[]),v=(0,i.useMemo)((function(){return{checked:t}}),[t]);return g({props:u({},r,{id:l,ref:d,role:"switch",type:L(e,s),tabIndex:0,"aria-checked":t,"aria-labelledby":null==o?void 0:o.labelledby,"aria-describedby":null==o?void 0:o.describedby,onClick:f,onKeyUp:p,onKeyPress:h}),slot:v,defaultTag:"button",name:"Switch"})}ya.Group=function(e){var t=(0,i.useState)(null),a=t[0],n=t[1],r=function(){var e=(0,i.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,i.useMemo)((function(){return function(e){var t=(0,i.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,i.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(ha.Provider,{value:n},e.children)}}),[a])]}(),o=r[0],s=r[1],u=Ot(),c=u[0],d=u[1],m=(0,i.useMemo)((function(){return{switch:a,setSwitch:n,labelledby:o,describedby:c}}),[a,n,o,c]);return l().createElement(d,{name:"Switch.Description"},l().createElement(s,{name:"Switch.Label",props:{onClick:function(){a&&(a.click(),a.focus({preventScroll:!0}))}}},l().createElement(ba.Provider,{value:m},g({props:e,defaultTag:wa,name:"Switch.Group"}))))},ya.Label=function(e){var t=e.passive,a=void 0!==t&&t,n=c(e,["passive"]),r=va(),i="headlessui-label-"+_();y((function(){return r.register(i)}),[i,r.register]);var l=u({},r.props,{id:i}),o=u({},n,l);return a&&delete o.onClick,g({props:o,slot:r.slot||{},defaultTag:"label",name:r.name||"Label"})},ya.Description=Nt;const xa=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var Da=e=>{const{link:t,slug:a,title:n,deprecated:i}=e.blockInfo,l=oa(),o=da((e=>e.blocksStatuses)),s="disabled"!==o[a];return(0,r.createElement)("div",{key:a,className:xa(s?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0 opacity-80"},pa[a]),(0,r.createElement)("div",{className:"uagb-admin-block-card__title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},n,i&&(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-200 text-slate-400 rounded spectra-admin__block-label"},(0,We.__)("Legacy","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:`https://wpspectra.com/blocks/${t}`,target:"_blank",rel:"noreferrer"},(0,We.__)("Live Demo","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:s,onChange:()=>{let e="disabled";s||(e=a);const t={...o};t[a]=e,l({type:"UPDATE_BLOCK_STATUSES",payload:t});const n=new window.FormData;n.append("action","uag_blocks_activation_and_deactivation"),n.append("security",uag_react.blocks_activation_and_deactivation_nonce),n.append("value",JSON.stringify(t)),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{l({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:xa(s?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:xa(s?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ea(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ca=()=>{const e=da((e=>e.enableDisplayConditions)),t=oa(),a="disabled"!==e;return(0,i.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_condition"),t.append("security",uag_react.enable_block_condition_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,r.createElement)("div",{key:"display-conditons",className:Ea(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["display-conditions"]),(0,r.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Display Conditions","ultimate-addons-for-gutenberg"),(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/display-conditions-blocks/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:a})},className:Ea(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Ea(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function _a(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ka=()=>{const e=da((e=>e.enableMasonryExtension)),t=oa(),a="disabled"!==e;return(0,i.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_masonry_gallery"),t.append("security",uag_react.enable_masonry_gallery_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,r.createElement)("div",{key:"masonry-gallery",className:_a(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0"},pa["masonry-gallery"]),(0,r.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Masonry Gallery","ultimate-addons-for-gutenberg"),(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/masonry-image-gallery/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:a})},className:_a(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:_a(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Sa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Oa=()=>{const e=da((e=>e.enableResponsiveConditions)),t=oa(),a="disabled"!==e;return(0,i.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_responsive"),t.append("security",uag_react.enable_block_responsive_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,r.createElement)("div",{key:"display-responsive-conditons",className:Sa(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["responsive-conditions"]),(0,r.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Responsive Conditions","ultimate-addons-for-gutenberg"),(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/responsive-conditions/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:a})},className:Sa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Sa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))},Na=()=>(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Oa,null),(0,r.createElement)(Ca,null),(0,r.createElement)(ka,null)),Ta=()=>{const e=da((e=>e.activeBlocksFilterTab)),t=uag_react.blocks_info.map(((t,a)=>t.admin_categories?.includes(e)||"all"===e?(0,r.createElement)(Da,{key:a,blockInfo:t}):""));return(0,r.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-flow-row auto-rows-min grid-cols-2 gap-6 sm:grid-cols-3 px-6 py-4"},t,("extensions"===e||"all"===e)&&(0,r.createElement)(Na,null))},Aa=function(e){const{fontSize:t,width:a,style:n}=e;return(0,r.createElement)("div",{className:"uag-skeleton uag-skeleton--text uag-skeleton--wave",style:{fontSize:t,width:a,...n}})},Ma=function(e){const{width:t,height:a,style:n}=e;return(0,r.createElement)("div",{className:"uag-skeleton uag-skeleton--rect uag-skeleton--wave",style:{width:t,height:a,...n}})},Pa=()=>(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,r.createElement)(Ma,{width:"75px",height:"32px"})),(0,r.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mb-[2.43rem]"},(0,r.createElement)("div",{className:"hidden justify-between sm:flex"},(0,r.createElement)("nav",{className:"flex space-x-4","aria-label":"Tabs"},(0,r.createElement)(Ma,{width:"25px",height:"35px"}),(0,r.createElement)(Ma,{width:"50px",height:"35px"}),(0,r.createElement)(Ma,{width:"50px",height:"35px"}),(0,r.createElement)(Ma,{width:"33px",height:"35px"}),(0,r.createElement)(Ma,{width:"37px",height:"35px"}),(0,r.createElement)(Ma,{width:"33px",height:"35px"}),(0,r.createElement)(Ma,{width:"27px",height:"35px"}),(0,r.createElement)(Ma,{width:"71px",height:"35px"})),(0,r.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,r.createElement)(Ma,{width:"100px",height:"40px",style:{marginRight:"10px"}}),(0,r.createElement)(Ma,{width:"100px",height:"40px"})))),(0,r.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-cols-2 gap-6 sm:grid-cols-3 p-6 pt-0"},Array(36).fill().map((e=>(0,r.createElement)(Ma,{key:e,width:"400px",height:"80px"}))))),La=()=>{const e=da((e=>e.initialStateSetFlag));return e?(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:"mx-auto px-6 mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Blocks / Extensions"),(0,r.createElement)(fa,null),(0,r.createElement)(Ta,null)):(0,r.createElement)(Pa,null)},Ia={"asset-generation":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M1 1V6H1.58152M16.9381 8C16.446 4.05369 13.0796 1 9 1C5.64262 1 2.76829 3.06817 1.58152 6M1.58152 6H6M17 17V12H16.4185M16.4185 12C15.2317 14.9318 12.3574 17 9 17C4.92038 17 1.55399 13.9463 1.06189 10M16.4185 12H12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),templates:(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M1 2C1 1.44772 1.44772 1 2 1H16C16.5523 1 17 1.44772 17 2V4C17 4.55228 16.5523 5 16 5H2C1.44772 5 1 4.55228 1 4V2Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M1 10C1 9.44772 1.44772 9 2 9H8C8.55228 9 9 9.44772 9 10V16C9 16.5523 8.55228 17 8 17H2C1.44772 17 1 16.5523 1 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M13 10C13 9.44772 13.4477 9 14 9H16C16.5523 9 17 9.44772 17 10V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"version-control":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 fill-inherit",stroke:"none",width:"16",height:"20",viewBox:"0 0 16 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M5.70711 11.2929C5.31658 10.9024 4.68342 10.9024 4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L5.70711 11.2929ZM7 14L6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L7 14ZM11.7071 10.7071C12.0976 10.3166 12.0976 9.68342 11.7071 9.29289C11.3166 8.90237 10.6834 8.90237 10.2929 9.29289L11.7071 10.7071ZM14 5V17H16V5H14ZM13 18H3V20H13V18ZM2 17V5H0V17H2ZM3 4H5V2H3V4ZM11 4H13V2H11V4ZM3 18C2.44772 18 2 17.5523 2 17H0C0 18.6569 1.34315 20 3 20V18ZM14 17C14 17.5523 13.5523 18 13 18V20C14.6569 20 16 18.6569 16 17H14ZM16 5C16 3.34315 14.6569 2 13 2V4C13.5523 4 14 4.44772 14 5H16ZM2 5C2 4.44772 2.44772 4 3 4V2C1.34315 2 0 3.34315 0 5H2ZM4.29289 12.7071L6.29289 14.7071L7.70711 13.2929L5.70711 11.2929L4.29289 12.7071ZM7.70711 14.7071L11.7071 10.7071L10.2929 9.29289L6.29289 13.2929L7.70711 14.7071ZM7 2H9V0H7V2ZM9 4H7V6H9V4ZM7 4C6.44772 4 6 3.55228 6 3H4C4 4.65685 5.34315 6 7 6V4ZM10 3C10 3.55228 9.55228 4 9 4V6C10.6569 6 12 4.65685 12 3H10ZM9 2C9.55228 2 10 2.44772 10 3H12C12 1.34315 10.6569 0 9 0V2ZM7 0C5.34315 0 4 1.34315 4 3H6C6 2.44772 6.44772 2 7 2V0Z"})),"fonts-performance":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"20",viewBox:"0 0 18 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M10 8V1L1 12H8L8 19L17 8L10 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"global-settings":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M8.32463 2.31731C8.75103 0.560897 11.249 0.560897 11.6754 2.31731C11.9508 3.45193 13.2507 3.99038 14.2478 3.38285C15.7913 2.44239 17.5576 4.2087 16.6172 5.75218C16.0096 6.74925 16.5481 8.04918 17.6827 8.32463C19.4391 8.75103 19.4391 11.249 17.6827 11.6754C16.5481 11.9508 16.0096 13.2507 16.6172 14.2478C17.5576 15.7913 15.7913 17.5576 14.2478 16.6172C13.2507 16.0096 11.9508 16.5481 11.6754 17.6827C11.249 19.4391 8.75103 19.4391 8.32463 17.6827C8.04918 16.5481 6.74926 16.0096 5.75219 16.6172C4.2087 17.5576 2.44239 15.7913 3.38285 14.2478C3.99038 13.2507 3.45193 11.9508 2.31731 11.6754C0.560897 11.249 0.560897 8.75103 2.31731 8.32463C3.45193 8.04918 3.99037 6.74926 3.38285 5.75218C2.44239 4.2087 4.2087 2.44239 5.75219 3.38285C6.74926 3.99037 8.04918 3.45193 8.32463 2.31731Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"block-settings":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M1 3C1 1.89543 1.89543 1 3 1H5C6.10457 1 7 1.89543 7 3V5C7 6.10457 6.10457 7 5 7H3C1.89543 7 1 6.10457 1 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M11 3C11 1.89543 11.8954 1 13 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H13C11.8954 7 11 6.10457 11 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M1 13C1 11.8954 1.89543 11 3 11H5C6.10457 11 7 11.8954 7 13V15C7 16.1046 6.10457 17 5 17H3C1.89543 17 1 16.1046 1 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"coming-soon":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M10 6V10L13 13M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};function Va(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ra=()=>{const e=oa(),t=da((e=>e.enableFileGeneration)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("File Generation","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_FILE_GENERATION",payload:a});const n=uag_react.enable_file_generation_nonce,r=new window.FormData;r.append("action","uag_enable_file_generation"),r.append("security",n),r.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Va(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Va(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra loads the CSS and JS inline on the page by default. If you want to generate separate CSS and JS files for Spectra blocks, enable this option. Please read ","ultimate-addons-for-gutenberg"),(0,r.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://wpspectra.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard",target:"_blank",rel:"noreferrer"}," ",(0,We.__)("this article","ultimate-addons-for-gutenberg")," "),(0,We.__)(" to learn the difference between generating CSS and JS inline and in a separate file.","ultimate-addons-for-gutenberg")))},Fa=()=>{const[e,t]=(0,i.useState)(!1);return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Asset Regeneration","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex justify-right items-center"},!0===e&&(0,r.createElement)("p",{className:"text-sm text-lime-600 pr-2"},(0,We.__)("Assets Regenerated!","ultimate-addons-for-gutenberg")),(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none",onClick:()=>{t("loading");const e=new window.FormData;e.append("action","uag_regenerate_assets"),e.append("security",uag_react.regenerate_assets_nonce),e.append("value",!0),Jt()({url:uag_react.ajax_url,method:"POST",body:e}).then((e=>{e.success&&(setTimeout((function(){t(!1)}),2e3),t(!0))}))}},(0,We.__)("Regenerate Assets","ultimate-addons-for-gutenberg"),"loading"===e&&(0,r.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,r.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,r.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Facing issues with style, layout, color or another page element? Use this option to regenerate CSS and Javascript assets. It can help with all kinds of asset issues.","ultimate-addons-for-gutenberg")))};function Ha(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ja=()=>{const e=oa(),t=da((e=>e.enableTemplates)),a="no"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Templates Button","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_TEMPLATES_BUTTON",payload:a});const n=uag_react.enable_templates_button_nonce,r=new window.FormData;r.append("action","uag_enable_templates_button"),r.append("security",n),r.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ha(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Ha(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra comes with a stunning library of page templates and block patterns. This library is accessible with the Templates button while editing the page or post. Manage the visibility of that button with this option.","ultimate-addons-for-gutenberg")))},Ba=e=>{const{openPopup:t,setopenPopup:a,previousVersionSelect:n,setconfirmPopup:l}=e,[o,s]=(0,i.useState)(t),u=(0,i.useRef)(null);return(0,i.useEffect)((()=>{s(t)}),[t]),(0,r.createElement)(lt.Root,{show:o,as:i.Fragment},(0,r.createElement)(Wt,{as:"div",className:"fixed backdrop-blur-sm z-10 inset-0 overflow-y-auto",initialFocus:u,onClose:s},(0,r.createElement)("div",{className:"flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"},(0,r.createElement)(lt.Child,{as:i.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,r.createElement)(Wt.Overlay,{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,r.createElement)("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​"),(0,r.createElement)(lt.Child,{as:i.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,r.createElement)("div",{className:"inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"},(0,r.createElement)("div",{className:"sm:flex sm:items-start"},(0,r.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-50 sm:mx-0 sm:h-16 sm:w-16"},(0,r.createElement)("svg",{className:"h-8 w-8 stroke-red-600",viewBox:"0 0 34 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M17 9.83333V16.5M17 23.1667H17.0167M32 16.5C32 24.7843 25.2843 31.5 17 31.5C8.71573 31.5 2 24.7843 2 16.5C2 8.21573 8.71573 1.5 17 1.5C25.2843 1.5 32 8.21573 32 16.5Z",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,r.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,r.createElement)(Wt.Title,{as:"h3",className:"text-2xl font-semibold text-slate-800"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,We.__)(`Are you sure you want to rollback to Spectra v${n}?`,"ultimate-addons-for-gutenberg")))),(0,r.createElement)("div",{className:"mt-6 sm:flex sm:flex-row sm:ml-20"},(0,r.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white focus:bg-red-700 hover:bg-red-700 focus:outline-none sm:mr-3 sm:w-auto sm:text-sm",onClick:()=>{const e=uag_react.rollback_url.replace("VERSION",n);a(!1),l(!0),window.location.href=e}},(0,We.__)("Rollback","ultimate-addons-for-gutenberg")),(0,r.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded border border-slate-200 shadow-sm px-4 py-2 bg-white text-base font-medium text-slate-800 focus:bg-gray-50 hover:bg-gray-50 focus:outline-none sm:mt-0 sm:w-auto sm:text-sm",onClick:()=>{a(!t)},ref:u},(0,We.__)("Cancel","ultimate-addons-for-gutenberg"))))))))},Ua=()=>{const e=uag_react.global_data.uag_previous_versions,[t,a]=(0,i.useState)(e[0].value),[n,l]=(0,i.useState)(!1),[o,s]=(0,i.useState)(!1);return(0,r.createElement)(r.Fragment,null,(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex justify-right"},(0,r.createElement)("select",{id:"location",name:"location",className:"block h-9 mr-2 sm:text-sm spectra-admin__input-field spectra-admin__dropdown",onBlur:e=>{a(e.target.value)}},e.map((e=>(0,r.createElement)("option",{key:e.value,value:e.value},e.label)))),(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none h-9",onClick:()=>{l(!0)}},o&&(0,r.createElement)("svg",{className:"animate-spin -ml-1 mr-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,r.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,r.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),(0,We.__)("Rollback","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)(`Experiencing an issue with Spectra version ${uag_react.plugin_ver}? Roll back to a previous version to help troubleshoot the issue.`,"ultimate-addons-for-gutenberg"))),(0,r.createElement)(Ba,{openPopup:n,setopenPopup:l,previousVersionSelect:t,setconfirmPopup:s}))};function Wa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ga=()=>{const e=oa(),t=da((e=>e.enableBeta)),a="no"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Beta","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_BETA",payload:a});const n=new window.FormData;n.append("action","uag_enable_beta_updates"),n.append("security",uag_react.enable_beta_updates_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Wa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,r.createElement)("span",{"aria-hidden":"true",className:Wa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to turn on beta updates and be notified when a new beta version of Spectra is available. The beta version will not install automatically, you will have to install it when you get a notification. It is recommended to try beta on a test environment only.","ultimate-addons-for-gutenberg")))};function za(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Za=()=>{const e=oa(),t=da((e=>e.enableLegacyBlocks)),a="no"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Legacy Blocks","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:t,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_LEGACY_BLOCKS",payload:a});const n=new window.FormData;n.append("action","uag_enable_legacy_blocks"),n.append("security",uag_react.enable_legacy_blocks_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:za(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,r.createElement)("span",{"aria-hidden":"true",className:za(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to enable the support of our Legacy Blocks on the site.","ultimate-addons-for-gutenberg")))};function Ka(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $a(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Ya(e,t,a){return t&&$a(e.prototype,t),a&&$a(e,a),e}function Ja(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&K(e,t)}function qa(e){return qa="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},qa(e)}function Xa(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Qa(e,t){return!t||"object"!==qa(t)&&"function"!=typeof t?Xa(e):t}function en(e){return en=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},en(e)}var tn=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function an(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((n=e[a])===(r=t[a])||tn(n)&&tn(r)))return!1;var n,r;return!0}var nn=function(e,t){var a;void 0===t&&(t=an);var n,r=[],i=!1;return function(){for(var l=[],o=0;o<arguments.length;o++)l[o]=arguments[o];return i&&a===this&&t(l,r)||(n=e.apply(this,l),i=!0,a=this,r=l),n}},rn=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,a=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(a,t),this.tags.push(a)}var n=this.tags[this.tags.length-1];if(this.isSpeedy){var r=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(n);try{var i=105===e.charCodeAt(1)&&64===e.charCodeAt(0);r.insertRule(e,i?0:r.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),ln=function(e){function t(e,n,s,u,m){for(var f,g,p,h,y,D=0,E=0,C=0,_=0,k=0,M=0,L=p=f=0,V=0,R=0,F=0,H=0,j=s.length,B=j-1,U="",W="",G="",z="";V<j;){if(g=s.charCodeAt(V),V===B&&0!==E+_+C+D&&(0!==E&&(g=47===E?10:47),_=C=D=0,j++,B++),0===E+_+C+D){if(V===B&&(0<R&&(U=U.replace(d,"")),0<U.trim().length)){switch(g){case 32:case 9:case 59:case 13:case 10:break;default:U+=s.charAt(V)}g=59}switch(g){case 123:for(f=(U=U.trim()).charCodeAt(0),p=1,H=++V;V<j;){switch(g=s.charCodeAt(V)){case 123:p++;break;case 125:p--;break;case 47:switch(g=s.charCodeAt(V+1)){case 42:case 47:e:{for(L=V+1;L<B;++L)switch(s.charCodeAt(L)){case 47:if(42===g&&42===s.charCodeAt(L-1)&&V+2!==L){V=L+1;break e}break;case 10:if(47===g){V=L+1;break e}}V=L}}break;case 91:g++;case 40:g++;case 34:case 39:for(;V++<B&&s.charCodeAt(V)!==g;);}if(0===p)break;V++}if(p=s.substring(H,V),0===f&&(f=(U=U.replace(c,"").trim()).charCodeAt(0)),64===f){switch(0<R&&(U=U.replace(d,"")),g=U.charCodeAt(1)){case 100:case 109:case 115:case 45:R=n;break;default:R=A}if(H=(p=t(n,R,p,g,m+1)).length,0<P&&(y=o(3,p,R=a(A,U,F),n,O,S,H,g,m,u),U=R.join(""),void 0!==y&&0===(H=(p=y.trim()).length)&&(g=0,p="")),0<H)switch(g){case 115:U=U.replace(x,l);case 100:case 109:case 45:p=U+"{"+p+"}";break;case 107:p=(U=U.replace(v,"$1 $2"))+"{"+p+"}",p=1===T||2===T&&i("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=U+p,112===u&&(W+=p,p="")}else p=""}else p=t(n,a(n,U,F),p,u,m+1);G+=p,p=F=R=L=f=0,U="",g=s.charCodeAt(++V);break;case 125:case 59:if(1<(H=(U=(0<R?U.replace(d,""):U).trim()).length))switch(0===L&&(f=U.charCodeAt(0),45===f||96<f&&123>f)&&(H=(U=U.replace(" ",":")).length),0<P&&void 0!==(y=o(1,U,n,e,O,S,W.length,u,m,u))&&0===(H=(U=y.trim()).length)&&(U="\0\0"),f=U.charCodeAt(0),g=U.charCodeAt(1),f){case 0:break;case 64:if(105===g||99===g){z+=U+s.charAt(V);break}default:58!==U.charCodeAt(H-1)&&(W+=r(U,f,g,U.charCodeAt(2)))}F=R=L=f=0,U="",g=s.charCodeAt(++V)}}switch(g){case 13:case 10:47===E?E=0:0===1+f&&107!==u&&0<U.length&&(R=1,U+="\0"),0<P*I&&o(0,U,n,e,O,S,W.length,u,m,u),S=1,O++;break;case 59:case 125:if(0===E+_+C+D){S++;break}default:switch(S++,h=s.charAt(V),g){case 9:case 32:if(0===_+D+E)switch(k){case 44:case 58:case 9:case 32:h="";break;default:32!==g&&(h=" ")}break;case 0:h="\\0";break;case 12:h="\\f";break;case 11:h="\\v";break;case 38:0===_+E+D&&(R=F=1,h="\f"+h);break;case 108:if(0===_+E+D+N&&0<L)switch(V-L){case 2:112===k&&58===s.charCodeAt(V-3)&&(N=k);case 8:111===M&&(N=M)}break;case 58:0===_+E+D&&(L=V);break;case 44:0===E+C+_+D&&(R=1,h+="\r");break;case 34:case 39:0===E&&(_=_===g?0:0===_?g:_);break;case 91:0===_+E+C&&D++;break;case 93:0===_+E+C&&D--;break;case 41:0===_+E+D&&C--;break;case 40:0===_+E+D&&(0===f&&(2*k+3*M==533||(f=1)),C++);break;case 64:0===E+C+_+D+L+p&&(p=1);break;case 42:case 47:if(!(0<_+D+C))switch(E){case 0:switch(2*g+3*s.charCodeAt(V+1)){case 235:E=47;break;case 220:H=V,E=42}break;case 42:47===g&&42===k&&H+2!==V&&(33===s.charCodeAt(H+2)&&(W+=s.substring(H,V+1)),h="",E=0)}}0===E&&(U+=h)}M=k,k=g,V++}if(0<(H=W.length)){if(R=n,0<P&&void 0!==(y=o(2,W,R,e,O,S,H,u,m,u))&&0===(W=y).length)return z+W+G;if(W=R.join(",")+"{"+W+"}",0!=T*N){switch(2!==T||i(W,2)||(N=0),N){case 111:W=W.replace(w,":-moz-$1")+W;break;case 112:W=W.replace(b,"::-webkit-input-$1")+W.replace(b,"::-moz-$1")+W.replace(b,":-ms-input-$1")+W}N=0}}return z+W+G}function a(e,t,a){var r=t.trim().split(p);t=r;var i=r.length,l=e.length;switch(l){case 0:case 1:var o=0;for(e=0===l?"":e[0]+" ";o<i;++o)t[o]=n(e,t[o],a).trim();break;default:var s=o=0;for(t=[];o<i;++o)for(var u=0;u<l;++u)t[s++]=n(e[u]+" ",r[o],a).trim()}return t}function n(e,t,a){var n=t.charCodeAt(0);switch(33>n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(h,"$1"+e.trim());case 58:return e.trim()+t.replace(h,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(h,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function r(e,t,a,n){var l=e+";",o=2*t+3*a+4*n;if(944===o){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===T||2===T&&i(s,1)?"-webkit-"+s+s:s}if(0===T||2===T&&!i(l,1))return l;switch(o){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(k,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return f.test(l)?l.replace(m,":-webkit-")+l.replace(m,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(y,"tb");break;case 232:s=l.replace(y,"tb-rl");break;case 220:s=l.replace(y,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,o=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<o?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(E,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(E,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===_.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?r(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(g,"$1-webkit-$2")+l}return l}function i(e,t){var a=e.indexOf(1===t?":":"{"),n=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),L(2!==t?n:n.replace(C,"$1"),a,t)}function l(e,t){var a=r(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(D," or ($1)").substring(4):"("+t+")"}function o(e,t,a,n,r,i,l,o,s,c){for(var d,m=0,f=t;m<P;++m)switch(d=M[m].call(u,e,f,a,n,r,i,l,o,s,c)){case void 0:case!1:case!0:case null:break;default:f=d}if(f!==t)return f}function s(e){return void 0!==(e=e.prefix)&&(L=null,e?"function"!=typeof e?T=1:(T=2,L=e):T=0),s}function u(e,a){var n=e;if(33>n.charCodeAt(0)&&(n=n.trim()),n=[n],0<P){var r=o(-1,a,n,n,O,S,0,0,0,0);void 0!==r&&"string"==typeof r&&(a=r)}var i=t(A,n,a,0,0);return 0<P&&void 0!==(r=o(-2,i,n,n,O,S,i.length,0,0,0))&&(i=r),N=0,S=O=1,i}var c=/^\0+/g,d=/[\0\r\f]/g,m=/: */g,f=/zoo|gra/,g=/([,: ])(transform)/g,p=/,\r+?/g,h=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,w=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,D=/([\s\S]*?);/g,E=/-self|flex-/g,C=/[^]*?(:[rp][el]a[\w-]+)[^]*/,_=/stretch|:\s*\w+\-(?:conte|avail)/,k=/([^-])(image-set\()/,S=1,O=1,N=0,T=1,A=[],M=[],P=0,L=null,I=0;return u.use=function e(t){switch(t){case void 0:case null:P=M.length=0;break;default:if("function"==typeof t)M[P++]=t;else if("object"==typeof t)for(var a=0,n=t.length;a<n;++a)e(t[a]);else I=0|!!t}return e},u.set=s,void 0!==e&&s(e),u},on="/*|*/";function sn(e){e&&un.current.insert(e+"}")}var un={current:null},cn=function(e,t,a,n,r,i,l,o,s,u){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return un.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===o)return t+on;break;case 3:switch(o){case 102:case 112:return un.current.insert(a[0]+t),"";default:return t+(0===u?on:"")}case-2:t.split("/*|*/}").forEach(sn)}};function dn(e,t,a){var n="";return a.split(" ").forEach((function(a){void 0!==e[a]?t.push(e[a]):n+=a+" "})),n}var mn,fn,gn=function(e,t,a){var n=e.key+"-"+t.name;if(!1===a&&void 0===e.registered[n]&&(e.registered[n]=t.styles),void 0===e.inserted[t.name]){var r=t;do{e.insert("."+n,r,e.sheet,!0),r=r.next}while(void 0!==r)}},pn=function(e){for(var t,a=0,n=0,r=e.length;r>=4;++n,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),a=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&a)+(59797*(a>>>16)<<16);switch(r){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+(59797*(a>>>16)<<16)}return(((a=1540483477*(65535&(a^=a>>>13))+(59797*(a>>>16)<<16))^a>>>15)>>>0).toString(36)},hn={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},vn=/[A-Z]|^ms/g,bn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,wn=function(e){return 45===e.charCodeAt(1)},yn=function(e){return null!=e&&"boolean"!=typeof e},xn=(mn=function(e){return wn(e)?e:e.replace(vn,"-$&").toLowerCase()},fn={},function(e){return void 0===fn[e]&&(fn[e]=mn(e)),fn[e]}),Dn=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(bn,(function(e,t,a){return Cn={name:t,styles:a,next:Cn},t}))}return 1===hn[e]||wn(e)||"number"!=typeof t||0===t?t:t+"px"};function En(e,t,a,n){if(null==a)return"";if(void 0!==a.__emotion_styles)return a;switch(typeof a){case"boolean":return"";case"object":if(1===a.anim)return Cn={name:a.name,styles:a.styles,next:Cn},a.name;if(void 0!==a.styles){var r=a.next;if(void 0!==r)for(;void 0!==r;)Cn={name:r.name,styles:r.styles,next:Cn},r=r.next;return a.styles+";"}return function(e,t,a){var n="";if(Array.isArray(a))for(var r=0;r<a.length;r++)n+=En(e,t,a[r],!1);else for(var i in a){var l=a[i];if("object"!=typeof l)null!=t&&void 0!==t[l]?n+=i+"{"+t[l]+"}":yn(l)&&(n+=xn(i)+":"+Dn(i,l)+";");else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=t&&void 0!==t[l[0]]){var o=En(e,t,l,!1);switch(i){case"animation":case"animationName":n+=xn(i)+":"+o+";";break;default:n+=i+"{"+o+"}"}}else for(var s=0;s<l.length;s++)yn(l[s])&&(n+=xn(i)+":"+Dn(i,l[s])+";")}return n}(e,t,a);case"function":if(void 0!==e){var i=Cn,l=a(e);return Cn=i,En(e,t,l,n)}}if(null==t)return a;var o=t[a];return void 0===o||n?a:o}var Cn,kn=/label:\s*([^\s;\n{]+)\s*;/g,Sn=function(e,t,a){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,r="";Cn=void 0;var i=e[0];null==i||void 0===i.raw?(n=!1,r+=En(a,t,i,!1)):r+=i[0];for(var l=1;l<e.length;l++)r+=En(a,t,e[l],46===r.charCodeAt(r.length-1)),n&&(r+=i[l]);kn.lastIndex=0;for(var o,s="";null!==(o=kn.exec(r));)s+="-"+o[1];return{name:pn(r)+s,styles:r,next:Cn}},On=Object.prototype.hasOwnProperty,Nn=(0,i.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,a=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var n,r=new ln(t),i={};n=e.container||document.head;var l,o=document.querySelectorAll("style[data-emotion-"+a+"]");Array.prototype.forEach.call(o,(function(e){e.getAttribute("data-emotion-"+a).split(" ").forEach((function(e){i[e]=!0})),e.parentNode!==n&&n.appendChild(e)})),r.use(e.stylisPlugins)(cn),l=function(e,t,a,n){var i=t.name;un.current=a,r(e,t.styles),n&&(s.inserted[i]=!0)};var s={key:a,sheet:new rn({key:a,container:n,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:i,registered:{},insert:l};return s}():null),Tn=(0,i.createContext)({}),An=(Nn.Provider,function(e){var t=function(t,a){return(0,i.createElement)(Nn.Consumer,null,(function(n){return e(t,n,a)}))};return(0,i.forwardRef)(t)}),Mn="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",Pn=function(e,t){var a={};for(var n in t)On.call(t,n)&&(a[n]=t[n]);return a[Mn]=e,a},Ln=function(e,t,a,n){var r=null===a?t.css:t.css(a);"string"==typeof r&&void 0!==e.registered[r]&&(r=e.registered[r]);var l=t[Mn],o=[r],s="";"string"==typeof t.className?s=dn(e.registered,o,t.className):null!=t.className&&(s=t.className+" ");var u=Sn(o);gn(e,u,"string"==typeof l),s+=e.key+"-"+u.name;var c={};for(var d in t)On.call(t,d)&&"css"!==d&&d!==Mn&&(c[d]=t[d]);return c.ref=n,c.className=s,(0,i.createElement)(l,c)},In=An((function(e,t,a){return"function"==typeof e.css?(0,i.createElement)(Tn.Consumer,null,(function(n){return Ln(t,e,n,a)})):Ln(t,e,null,a)})),Vn=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Sn(t)},Rn=function(e,t){var a=arguments;if(null==t||!On.call(t,"css"))return i.createElement.apply(void 0,a);var n=a.length,r=new Array(n);r[0]=In,r[1]=Pn(e,t);for(var l=2;l<n;l++)r[l]=a[l];return i.createElement.apply(null,r)},Fn=(i.Component,function e(t){for(var a=t.length,n=0,r="";n<a;n++){var i=t[n];if(null!=i){var l=void 0;switch(typeof i){case"boolean":break;case"object":if(Array.isArray(i))l=e(i);else for(var o in l="",i)i[o]&&o&&(l&&(l+=" "),l+=o);break;default:l=i}l&&(r&&(r+=" "),r+=l)}}return r});function Hn(e,t,a){var n=[],r=dn(e,n,a);return n.length<2?a:r+t(n)}var jn=An((function(e,t){return(0,i.createElement)(Tn.Consumer,null,(function(a){var n=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];var r=Sn(a,t.registered);return gn(t,r,!1),t.key+"-"+r.name},r={css:n,cx:function(){for(var e=arguments.length,a=new Array(e),r=0;r<e;r++)a[r]=arguments[r];return Hn(t.registered,n,Fn(a))},theme:a};return e.children(r)}))}));function Bn(e,t){if(null==e)return{};var a,n,r=ye(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}function Un(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function Wn(e,t){if(e){if("string"==typeof e)return Un(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?Un(e,t):void 0}}function Gn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,r,i=[],_n=!0,l=!1;try{for(a=a.call(e);!(_n=(n=a.next()).done)&&(i.push(n.value),!t||i.length!==t);_n=!0);}catch(e){l=!0,r=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw r}}return i}}(e,t)||Wn(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function zn(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var Zn=a(639),Kn=function(){};function $n(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function Yn(e,t,a){var n=[a];if(t&&e)for(var r in t)t.hasOwnProperty(r)&&t[r]&&n.push("".concat($n(e,r)));return n.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var Jn=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===qa(e)&&null!==e?[e]:[]};function qn(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Xn(e){return qn(e)?window.pageYOffset:e.scrollTop}function Qn(e,t){qn(e)?window.scrollTo(0,t):e.scrollTop=t}function er(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}function tr(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Kn,r=Xn(e),i=t-r,l=10,o=0;function s(){var t=er(o+=l,r,i,a);Qn(e,t),o<a?window.requestAnimationFrame(s):n(e)}s()}function ar(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function nr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function rr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?nr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):nr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function ir(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=en(e);if(t){var r=en(this).constructor;a=Reflect.construct(n,arguments,r)}else a=n.apply(this,arguments);return Qa(this,a)}}function lr(e){var t=e.maxHeight,a=e.menuEl,n=e.minHeight,r=e.placement,i=e.shouldScroll,l=e.isFixedPosition,o=e.theme.spacing,s=function(e){var t=getComputedStyle(e),a="absolute"===t.position,n=/(auto|scroll)/,r=document.documentElement;if("fixed"===t.position)return r;for(var i=e;i=i.parentElement;)if(t=getComputedStyle(i),(!a||"static"!==t.position)&&n.test(t.overflow+t.overflowY+t.overflowX))return i;return r}(a),u={placement:"bottom",maxHeight:t};if(!a||!a.offsetParent)return u;var c=s.getBoundingClientRect().height,d=a.getBoundingClientRect(),m=d.bottom,f=d.height,g=d.top,p=a.offsetParent.getBoundingClientRect().top,h=window.innerHeight,v=Xn(s),b=parseInt(getComputedStyle(a).marginBottom,10),w=parseInt(getComputedStyle(a).marginTop,10),y=p-w,x=h-g,D=y+v,E=c-v-g,C=m-h+v+b,_=v+g-w,k=160;switch(r){case"auto":case"bottom":if(x>=f)return{placement:"bottom",maxHeight:t};if(E>=f&&!l)return i&&tr(s,C,k),{placement:"bottom",maxHeight:t};if(!l&&E>=n||l&&x>=n)return i&&tr(s,C,k),{placement:"bottom",maxHeight:l?x-b:E-b};if("auto"===r||l){var S=t,O=l?y:D;return O>=n&&(S=Math.min(O-b-o.controlHeight,t)),{placement:"top",maxHeight:S}}if("bottom"===r)return Qn(s,C),{placement:"bottom",maxHeight:t};break;case"top":if(y>=f)return{placement:"top",maxHeight:t};if(D>=f&&!l)return i&&tr(s,_,k),{placement:"top",maxHeight:t};if(!l&&D>=n||l&&y>=n){var N=t;return(!l&&D>=n||l&&y>=n)&&(N=l?y-w:D-w),i&&tr(s,_,k),{placement:"top",maxHeight:N}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return u}var or=function(e){return"auto"===e?"bottom":e},sr=(0,i.createContext)({getPortalPlacement:null}),ur=function(e){Ja(a,e);var t=ir(a);function a(){var e;Ka(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var a=e.props,n=a.minMenuHeight,r=a.maxMenuHeight,i=a.menuPlacement,l=a.menuPosition,o=a.menuShouldScrollIntoView,s=a.theme;if(t){var u="fixed"===l,c=lr({maxHeight:r,menuEl:t,minHeight:n,placement:i,shouldScroll:o&&!u,isFixedPosition:u,theme:s}),d=e.context.getPortalPlacement;d&&d(c),e.setState(c)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,a=e.state.placement||or(t);return rr(rr({},e.props),{},{placement:a,maxHeight:e.state.maxHeight})},e}return Ya(a,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),a}(i.Component);ur.contextType=sr;var cr=function(e){var t=e.theme,a=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*a,"px ").concat(3*a,"px"),textAlign:"center"}},dr=cr,mr=cr,fr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({css:r("noOptionsMessage",e),className:n({"menu-notice":!0,"menu-notice--no-options":!0},a)},i),t)};fr.defaultProps={children:"No options"};var gr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({css:r("loadingMessage",e),className:n({"menu-notice":!0,"menu-notice--loading":!0},a)},i),t)};gr.defaultProps={children:"Loading..."};var pr=function(e){Ja(a,e);var t=ir(a);function a(){var e;Ka(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={placement:null},e.getPortalPlacement=function(t){var a=t.placement;a!==or(e.props.menuPlacement)&&e.setState({placement:a})},e}return Ya(a,[{key:"render",value:function(){var e=this.props,t=e.appendTo,a=e.children,n=e.controlElement,r=e.menuPlacement,i=e.menuPosition,l=e.getStyles,s="fixed"===i;if(!t&&!s||!n)return null;var u=this.state.placement||or(r),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(n),d=s?0:window.pageYOffset,m=c[u]+d,f=Rn("div",{css:l("menuPortal",{offset:m,position:i,rect:c})},a);return Rn(sr.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,o.createPortal)(f,t):f)}}]),a}(i.Component),hr=Array.isArray,vr=Object.keys,br=Object.prototype.hasOwnProperty;function wr(e,t){if(e===t)return!0;if(e&&t&&"object"==qa(e)&&"object"==qa(t)){var a,n,r,i=hr(e),l=hr(t);if(i&&l){if((n=e.length)!=t.length)return!1;for(a=n;0!=a--;)if(!wr(e[a],t[a]))return!1;return!0}if(i!=l)return!1;var o=e instanceof Date,s=t instanceof Date;if(o!=s)return!1;if(o&&s)return e.getTime()==t.getTime();var u=e instanceof RegExp,c=t instanceof RegExp;if(u!=c)return!1;if(u&&c)return e.toString()==t.toString();var d=vr(e);if((n=d.length)!==vr(t).length)return!1;for(a=n;0!=a--;)if(!br.call(t,d[a]))return!1;for(a=n;0!=a--;)if(!("_owner"===(r=d[a])&&e.$$typeof||wr(e[r],t[r])))return!1;return!0}return e!=e&&t!=t}function yr(e,t){try{return wr(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}function xr(){var e,t,a=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return xr=function(){return a},a}var Dr={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},Er=function(e){var t=e.size,a=Bn(e,["size"]);return Rn("svg",q({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:Dr},a))},Cr=function(e){return Rn(Er,q({size:20},e),Rn("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},_r=function(e){return Rn(Er,q({size:20},e),Rn("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},kr=function(e){var t=e.isFocused,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorContainer",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*n,transition:"color 150ms",":hover":{color:t?r.neutral80:r.neutral40}}},Sr=kr,Or=kr,Nr=function(){var e=Vn.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(xr()),Tr=function(e){var t=e.delay,a=e.offset;return Rn("span",{css:Vn({animation:"".concat(Nr," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:a?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},Ar=function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps,i=e.isRtl;return Rn("div",q({},r,{css:n("loadingIndicator",e),className:a({indicator:!0,"loading-indicator":!0},t)}),Rn(Tr,{delay:0,offset:i}),Rn(Tr,{delay:160,offset:!0}),Rn(Tr,{delay:320,offset:!i}))};function Mr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Pr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Mr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Mr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Lr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Ir(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Lr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Lr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}Ar.defaultProps={size:4};var Vr=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function Rr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Fr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Rr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Rr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Hr=function(e){var t=e.children,a=e.innerProps;return Rn("div",a,t)},jr=Hr,Br=Hr,Ur=function(e){var t=e.children,a=e.className,n=e.components,r=e.cx,i=e.data,l=e.getStyles,o=e.innerProps,s=e.isDisabled,u=e.removeProps,c=e.selectProps,d=n.Container,m=n.Label,f=n.Remove;return Rn(jn,null,(function(n){var g=n.css,p=n.cx;return Rn(d,{data:i,innerProps:Fr(Fr({},o),{},{className:p(g(l("multiValue",e)),r({"multi-value":!0,"multi-value--is-disabled":s},a))}),selectProps:c},Rn(m,{data:i,innerProps:{className:p(g(l("multiValueLabel",e)),r({"multi-value__label":!0},a))},selectProps:c},t),Rn(f,{data:i,innerProps:Fr({className:p(g(l("multiValueRemove",e)),r({"multi-value__remove":!0},a))},u),selectProps:c}))}))};function Wr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Gr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Wr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Wr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}Ur.defaultProps={cropWithEllipsis:!0};for(var zr={ClearIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({},i,{css:r("clearIndicator",e),className:n({indicator:!0,"clear-indicator":!0},a)}),t||Rn(Cr,null))},Control:function(e){var t=e.children,a=e.cx,n=e.getStyles,r=e.className,i=e.isDisabled,l=e.isFocused,o=e.innerRef,s=e.innerProps,u=e.menuIsOpen;return Rn("div",q({ref:o,css:n("control",e),className:a({control:!0,"control--is-disabled":i,"control--is-focused":l,"control--menu-is-open":u},r)},s),t)},DropdownIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({},i,{css:r("dropdownIndicator",e),className:n({indicator:!0,"dropdown-indicator":!0},a)}),t||Rn(_r,null))},DownChevron:_r,CrossIcon:Cr,Group:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.Heading,l=e.headingProps,o=e.label,s=e.theme,u=e.selectProps;return Rn("div",{css:r("group",e),className:n({group:!0},a)},Rn(i,q({},l,{selectProps:u,theme:s,getStyles:r,cx:n}),o),Rn("div",null,t))},GroupHeading:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.theme,i=(e.selectProps,Bn(e,["className","cx","getStyles","theme","selectProps"]));return Rn("div",q({css:n("groupHeading",Pr({theme:r},i)),className:a({"group-heading":!0},t)},i))},IndicatorsContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles;return Rn("div",{css:r("indicatorsContainer",e),className:n({indicators:!0},a)},t)},IndicatorSeparator:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps;return Rn("span",q({},r,{css:n("indicatorSeparator",e),className:a({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerRef,i=e.isHidden,l=e.isDisabled,o=e.theme,s=(e.selectProps,Bn(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return Rn("div",{css:n("input",Ir({theme:o},s))},Rn(Zn.Z,q({className:a({input:!0},t),inputRef:r,inputStyle:Vr(i),disabled:l},s)))},LoadingIndicator:Ar,Menu:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerRef,l=e.innerProps;return Rn("div",q({css:r("menu",e),className:n({menu:!0},a)},l,{ref:i}),t)},MenuList:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isMulti,l=e.innerRef,o=e.innerProps;return Rn("div",q({css:r("menuList",e),className:n({"menu-list":!0,"menu-list--is-multi":i},a),ref:l},o),t)},MenuPortal:pr,LoadingMessage:gr,NoOptionsMessage:fr,MultiValue:Ur,MultiValueContainer:jr,MultiValueLabel:Br,MultiValueRemove:function(e){var t=e.children,a=e.innerProps;return Rn("div",a,t||Rn(Cr,{size:14}))},Option:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.isFocused,o=e.isSelected,s=e.innerRef,u=e.innerProps;return Rn("div",q({css:r("option",e),className:n({option:!0,"option--is-disabled":i,"option--is-focused":l,"option--is-selected":o},a),ref:s},u),t)},Placeholder:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({css:r("placeholder",e),className:n({placeholder:!0},a)},i),t)},SelectContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps,l=e.isDisabled,o=e.isRtl;return Rn("div",q({css:r("container",e),className:n({"--is-disabled":l,"--is-rtl":o},a)},i),t)},SingleValue:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.innerProps;return Rn("div",q({css:r("singleValue",e),className:n({"single-value":!0,"single-value--is-disabled":i},a)},l),t)},ValueContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.isMulti,i=e.getStyles,l=e.hasValue;return Rn("div",{css:i("valueContainer",e),className:n({"value-container":!0,"value-container--is-multi":r,"value-container--has-value":l},a)},t)}},Zr=function(e){return Gr(Gr({},zr),e.components)},Kr=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],$r=new RegExp("["+Kr.map((function(e){return e.letters})).join("")+"]","g"),Yr={},Jr=0;Jr<Kr.length;Jr++)for(var qr=Kr[Jr],Xr=0;Xr<qr.letters.length;Xr++)Yr[qr.letters[Xr]]=qr.base;var Qr=function(e){return e.replace($r,(function(e){return Yr[e]}))};function ei(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}var ti=function(e){return e.replace(/^\s+|\s+$/g,"")},ai=function(e){return"".concat(e.label," ").concat(e.value)},ni={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},ri=function(e){return Rn("span",q({css:ni},e))};function ii(e){e.in,e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,a=(e.emotion,Bn(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return Rn("input",q({ref:t},a,{css:Vn({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}var li=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){return Ka(this,r),n.apply(this,arguments)}return Ya(r,[{key:"componentDidMount",value:function(){this.props.innerRef((0,o.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),r}(i.Component),oi=["boxSizing","height","overflow","paddingRight","position"],si={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function ui(e){e.preventDefault()}function ci(e){e.stopPropagation()}function di(){var e=this.scrollTop,t=this.scrollHeight,a=e+this.offsetHeight;0===e?this.scrollTop=1:a===t&&(this.scrollTop=e-1)}function mi(){return"ontouchstart"in window||navigator.maxTouchPoints}var fi=!(!window.document||!window.document.createElement),gi=0,pi=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return Ya(r,[{key:"componentDidMount",value:function(){var e=this;if(fi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;if(a&&oi.forEach((function(t){var a=i&&i[t];e.originalStyles[t]=a})),a&&gi<1){var l=parseInt(this.originalStyles.paddingRight,10)||0,o=document.body?document.body.clientWidth:0,s=window.innerWidth-o+l||0;Object.keys(si).forEach((function(e){var t=si[e];i&&(i[e]=t)})),i&&(i.paddingRight="".concat(s,"px"))}r&&mi()&&(r.addEventListener("touchmove",ui,this.listenerOptions),n&&(n.addEventListener("touchstart",di,this.listenerOptions),n.addEventListener("touchmove",ci,this.listenerOptions))),gi+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(fi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;gi=Math.max(gi-1,0),a&&gi<1&&oi.forEach((function(t){var a=e.originalStyles[t];i&&(i[t]=a)})),r&&mi()&&(r.removeEventListener("touchmove",ui,this.listenerOptions),n&&(n.removeEventListener("touchstart",di,this.listenerOptions),n.removeEventListener("touchmove",ci,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),r}(i.Component);pi.defaultProps={accountForScrollbars:!0};var hi={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},vi=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return Ya(r,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.isEnabled,n=this.state.touchScrollTarget;return a?Rn("div",null,Rn("div",{onClick:this.blurSelectInput,css:hi}),Rn(li,{innerRef:this.getScrollTarget},t),n?Rn(pi,{touchScrollTarget:n}):null):t}}]),r}(i.PureComponent);var bi=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,a){var n=e.props,r=n.onBottomArrive,i=n.onBottomLeave,l=n.onTopArrive,o=n.onTopLeave,s=e.scrollTarget,u=s.scrollTop,c=s.scrollHeight,d=s.clientHeight,m=e.scrollTarget,f=a>0,g=c-d-u,p=!1;g>a&&e.isBottom&&(i&&i(t),e.isBottom=!1),f&&e.isTop&&(o&&o(t),e.isTop=!1),f&&a>g?(r&&!e.isBottom&&r(t),m.scrollTop=c,p=!0,e.isBottom=!0):!f&&-a>u&&(l&&!e.isTop&&l(t),m.scrollTop=0,p=!0,e.isTop=!0),p&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var a=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,a)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return Ya(r,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return l().createElement(li,{innerRef:this.getScrollTarget},this.props.children)}}]),r}(i.Component);function wi(e){var t=e.isEnabled,a=void 0===t||t,n=Bn(e,["isEnabled"]);return a?l().createElement(bi,n):n.children}var yi=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=t.isSearchable,n=t.isMulti,r=t.label,i=t.isDisabled,l=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(i?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(l?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(r||"Select"," is focused ").concat(a?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},xi=function(e,t){var a=t.value,n=t.isDisabled;if(a)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(a,", deselected.");case"select-option":return"option ".concat(a,n?" is disabled. Select another option.":", selected.")}},Di=function(e){return!!e.isDisabled},Ei={clearIndicator:Or,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,a=e.isFocused,n=e.theme,r=n.colors,i=n.borderRadius,l=n.spacing;return{label:"control",alignItems:"center",backgroundColor:t?r.neutral5:r.neutral0,borderColor:t?r.neutral10:a?r.primary:r.neutral20,borderRadius:i,borderStyle:"solid",borderWidth:1,boxShadow:a?"0 0 0 1px ".concat(r.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:a?r.primary:r.neutral30}}},dropdownIndicator:Sr,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?r.neutral10:r.neutral20,marginBottom:2*n,marginTop:2*n,width:1}},input:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{margin:n.baseUnit/2,paddingBottom:n.baseUnit/2,paddingTop:n.baseUnit/2,visibility:t?"hidden":"visible",color:r.neutral80}},loadingIndicator:function(e){var t=e.isFocused,a=e.size,n=e.theme,r=n.colors,i=n.spacing.baseUnit;return{label:"loadingIndicator",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*i,transition:"color 150ms",alignSelf:"center",fontSize:a,lineHeight:1,marginRight:a,textAlign:"center",verticalAlign:"middle"}},loadingMessage:mr,menu:function(e){var t,a=e.placement,n=e.theme,r=n.borderRadius,i=n.spacing,l=n.colors;return zn(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(a),"100%"),zn(t,"backgroundColor",l.neutral0),zn(t,"borderRadius",r),zn(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),zn(t,"marginBottom",i.menuGutter),zn(t,"marginTop",i.menuGutter),zn(t,"position","absolute"),zn(t,"width","100%"),zn(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,a=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:a,paddingTop:a,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,a=e.offset,n=e.position;return{left:t.left,position:n,top:a,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:n/2,display:"flex",margin:a.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,a=t.borderRadius,n=t.colors,r=e.cropWithEllipsis;return{borderRadius:a/2,color:n.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:r?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius,r=t.colors;return{alignItems:"center",borderRadius:n/2,backgroundColor:e.isFocused&&r.dangerLight,display:"flex",paddingLeft:a.baseUnit,paddingRight:a.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}}},noOptionsMessage:dr,option:function(e){var t=e.isDisabled,a=e.isFocused,n=e.isSelected,r=e.theme,i=r.spacing,l=r.colors;return{label:"option",backgroundColor:n?l.primary:a?l.primary25:"transparent",color:t?l.neutral20:n?l.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*i.baseUnit,"px ").concat(3*i.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(n?l.primary:l.primary50)}}},placeholder:function(e){var t=e.theme,a=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{label:"singleValue",color:t?r.neutral40:r.neutral80,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,maxWidth:"calc(100% - ".concat(2*n.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}},Ci={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function _i(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ki(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?_i(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):_i(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Si={backspaceRemovesValue:!0,blurInputOnSelect:ar(),captureMenuScroll:!ar(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var a=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ei(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ei(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:ai,trim:!0,matchFrom:"any"},undefined),n=a.ignoreCase,r=a.ignoreAccents,i=a.stringify,l=a.trim,o=a.matchFrom,s=l?ti(t):t,u=l?ti(i(e)):i(e);return n&&(s=s.toLowerCase(),u=u.toLowerCase()),r&&(s=Qr(s),u=Qr(u)),"start"===o?u.substr(0,s.length)===s:u.indexOf(s)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:Di,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},Oi=1,Ni=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(e){var t;Ka(this,r),(t=n.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=Zr({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,a){var n=t.props,r=n.onChange,i=n.name;r(e,ki(ki({},a),{},{name:i}))},t.setValue=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,r=t.props,i=r.closeMenuOnSelect,l=r.isMulti;t.onInputChange("",{action:"set-value"}),i&&(t.inputIsHiddenAfterUpdate=!l,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:a,option:n})},t.selectOption=function(e){var a,n=t.props,r=n.blurInputOnSelect,i=n.isMulti,l=t.state.selectValue;if(i)if(t.isOptionSelected(e,l)){var o=t.getOptionValue(e);t.setValue(l.filter((function(e){return t.getOptionValue(e)!==o})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(function(e){if(Array.isArray(e))return Un(e)}(a=l)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(a)||Wn(a)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));r&&t.blurInput()},t.removeValue=function(e){var a=t.state.selectValue,n=t.getOptionValue(e),r=a.filter((function(e){return t.getOptionValue(e)!==n}));t.onChange(r.length?r:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,a=e[e.length-1],n=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:a?t.getOptionLabel(a):""}}),t.onChange(n.length?n:null,{action:"pop-value",removedValue:a})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return Yn.apply(void 0,[t.props.classNamePrefix].concat(a))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,a){var n=Ei[e](a);n.boxSizing="border-box";var r=t.props.styles[e];return r?r(n,a):n},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,a=t.state,n=a.menuOptions,r=a.focusedOption;if(r&&e){var i=n.focusable.indexOf(r),l=n.render[i];return l&&l.key}},t.announceAriaLiveSelection=function(e){var a=e.event,n=e.context;t.setState({ariaLiveSelection:xi(a,n)})},t.announceAriaLiveContext=function(e){var a=e.event,n=e.context;t.setState({ariaLiveContext:yi(a,ki(ki({},n),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var a=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():a&&t.openMenu("first"):(a&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var a=t.props,n=a.isMulti,r=a.menuIsOpen;t.focusInput(),r?(t.inputIsHiddenAfterUpdate=!n,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&qn(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var a=e.touches,n=a&&a.item(0);n&&(t.initialTouchX=n.clientX,t.initialTouchY=n.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var a=e.touches,n=a&&a.item(0);if(n){var r=Math.abs(n.clientX-t.initialTouchX),i=Math.abs(n.clientY-t.initialTouchY);t.userIsDragging=r>5||i>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var a=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(a,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var a=t.props,n=a.isSearchable,r=a.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:r}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,a=e.hideSelectedOptions,n=e.isMulti;return void 0===a?n:a},t.onKeyDown=function(e){var a=t.props,n=a.isMulti,r=a.backspaceRemovesValue,i=a.escapeClearsValue,l=a.inputValue,o=a.isClearable,s=a.isDisabled,u=a.menuIsOpen,c=a.onKeyDown,d=a.tabSelectsValue,m=a.openMenuOnFocus,f=t.state,g=f.focusedOption,p=f.focusedValue,h=f.selectValue;if(!(s||"function"==typeof c&&(c(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||l)return;t.focusValue("previous");break;case"ArrowRight":if(!n||l)return;t.focusValue("next");break;case"Delete":case"Backspace":if(l)return;if(p)t.removeValue(p);else{if(!r)return;n?t.popValue():o&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!u||!d||!g||m&&t.isOptionSelected(g,h))return;t.selectOption(g);break;case"Enter":if(229===e.keyCode)break;if(u){if(!g)return;if(t.isComposing)return;t.selectOption(g);break}return;case"Escape":u?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):o&&i&&t.clearValue();break;case" ":if(l)return;if(!u){t.openMenu("first");break}if(!g)return;t.selectOption(g);break;case"ArrowUp":u?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":u?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!u)return;t.focusOption("pageup");break;case"PageDown":if(!u)return;t.focusOption("pagedown");break;case"Home":if(!u)return;t.focusOption("first");break;case"End":if(!u)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,a){var n=e.inputValue,r=void 0===n?"":n,i=e.options,l=function(e,n){var i=t.isOptionDisabled(e,a),l=t.isOptionSelected(e,a),o=t.getOptionLabel(e),s=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&l||!t.filterOption({label:o,value:s,data:e},r))){var u=i?void 0:function(){return t.onOptionHover(e)},c=i?void 0:function(){return t.selectOption(e)},d="".concat(t.getElementId("option"),"-").concat(n);return{innerProps:{id:d,onClick:c,onMouseMove:u,onMouseOver:u,tabIndex:-1},data:e,isDisabled:i,isSelected:l,key:d,label:o,type:"option",value:s}}};return i.reduce((function(e,a,n){if(a.options){t.hasGroups||(t.hasGroups=!0);var r=a.options.map((function(t,a){var r=l(t,"".concat(n,"-").concat(a));return r&&e.focusable.push(t),r})).filter(Boolean);if(r.length){var i="".concat(t.getElementId("group"),"-").concat(n);e.render.push({type:"group",key:i,data:a,options:r})}}else{var o=l(a,"".concat(n));o&&(e.render.push(o),e.focusable.push(a))}return e}),{render:[],focusable:[]})};var a=e.value;t.cacheComponents=nn(t.cacheComponents,yr).bind(Xa(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++Oi);var i=Jn(a);t.buildMenuOptions=nn(t.buildMenuOptions,(function(e,t){var a=Gn(e,2),n=a[0],r=a[1],i=Gn(t,2),l=i[0];return r===i[1]&&n.inputValue===l.inputValue&&n.options===l.options})).bind(Xa(t));var l=e.menuIsOpen?t.buildMenuOptions(e,i):{render:[],focusable:[]};return t.state.menuOptions=l,t.state.selectValue=i,t}return Ya(r,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=this.props,a=t.options,n=t.value,r=t.menuIsOpen,i=t.inputValue;if(this.cacheComponents(e.components),e.value!==n||e.options!==a||e.menuIsOpen!==r||e.inputValue!==i){var l=Jn(e.value),o=e.menuIsOpen?this.buildMenuOptions(e,l):{render:[],focusable:[]},s=this.getNextFocusedValue(l),u=this.getNextFocusedOption(o.focusable);this.setState({menuOptions:o,selectValue:l,focusedOption:u,focusedValue:s})}null!=this.inputIsHiddenAfterUpdate&&(this.setState({inputIsHidden:this.inputIsHiddenAfterUpdate}),delete this.inputIsHiddenAfterUpdate)}},{key:"componentDidUpdate",value:function(e){var t,a,n,r,i,l=this.props,o=l.isDisabled,s=l.menuIsOpen,u=this.state.isFocused;(u&&!o&&e.isDisabled||u&&s&&!e.menuIsOpen)&&this.focusInput(),u&&o&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(t=this.menuListRef,a=this.focusedOptionRef,n=t.getBoundingClientRect(),r=a.getBoundingClientRect(),i=a.offsetHeight/3,r.bottom+i>n.bottom?Qn(t,Math.min(a.offsetTop+a.clientHeight-t.offsetHeight+i,t.scrollHeight)):r.top-i<n.top&&Qn(t,Math.max(a.offsetTop-i,0)),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){var e=this.props,t=e.isSearchable,a=e.isMulti;this.announceAriaLiveContext({event:"input",context:{isSearchable:t,isMulti:a}}),this.onInputChange("",{action:"menu-close"}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,a=this.state,n=a.selectValue,r=a.isFocused,i=this.buildMenuOptions(this.props,n),l=this.props,o=l.isMulti,s=l.tabSelectsValue,u="first"===e?0:i.focusable.length-1;if(!o){var c=i.focusable.indexOf(n[0]);c>-1&&(u=c)}this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.inputIsHiddenAfterUpdate=!1,this.setState({menuOptions:i,focusedValue:null,focusedOption:i.focusable[u]},(function(){t.onMenuOpen(),t.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:s}})}))}},{key:"focusValue",value:function(e){var t=this.props,a=t.isMulti,n=t.isSearchable,r=this.state,i=r.selectValue,l=r.focusedValue;if(a){this.setState({focusedOption:null});var o=i.indexOf(l);l||(o=-1,this.announceAriaLiveContext({event:"value"}));var s=i.length-1,u=-1;if(i.length){switch(e){case"previous":u=0===o?0:-1===o?s:o-1;break;case"next":o>-1&&o<s&&(u=o+1)}-1===u&&this.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:a}}),this.setState({inputIsHidden:-1!==u,focusedValue:i[u]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props,a=t.pageSize,n=t.tabSelectsValue,r=this.state,i=r.focusedOption,l=r.menuOptions,o=l.focusable;if(o.length){var s=0,u=o.indexOf(i);i||(u=-1,this.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:n}})),"up"===e?s=u>0?u-1:o.length-1:"down"===e?s=(u+1)%o.length:"pageup"===e?(s=u-a)<0&&(s=0):"pagedown"===e?(s=u+a)>o.length-1&&(s=o.length-1):"last"===e&&(s=o.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:o[s],focusedValue:null}),this.announceAriaLiveContext({event:"menu",context:{isDisabled:Di(o[s]),tabSelectsValue:n}})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(Ci):ki(ki({},Ci),this.props.theme):Ci}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,a=this.getStyles,n=this.getValue,r=this.setValue,i=this.selectOption,l=this.props,o=l.isMulti,s=l.isRtl,u=l.options;return{cx:t,clearValue:e,getStyles:a,getValue:n,hasValue:this.hasValue(),isMulti:o,isRtl:s,options:u,selectOption:i,setValue:r,selectProps:l,theme:this.getTheme()}}},{key:"getNextFocusedValue",value:function(e){if(this.clearFocusValueOnUpdate)return this.clearFocusValueOnUpdate=!1,null;var t=this.state,a=t.focusedValue,n=t.selectValue.indexOf(a);if(n>-1){if(e.indexOf(a)>-1)return a;if(n<e.length)return e[n]}return null}},{key:"getNextFocusedOption",value:function(e){var t=this.state.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.state.menuOptions.render.length}},{key:"countOptions",value:function(){return this.state.menuOptions.focusable.length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,a=e.isMulti;return void 0===t?a:t}},{key:"isOptionDisabled",value:function(e,t){return"function"==typeof this.props.isOptionDisabled&&this.props.isOptionDisabled(e,t)}},{key:"isOptionSelected",value:function(e,t){var a=this;if(t.indexOf(e)>-1)return!0;if("function"==typeof this.props.isOptionSelected)return this.props.isOptionSelected(e,t);var n=this.getOptionValue(e);return t.some((function(e){return a.getOptionValue(e)===n}))}},{key:"filterOption",value:function(e,t){return!this.props.filterOption||this.props.filterOption(e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var a=this.props.inputValue,n=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:a,selectValue:n})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"constructAriaLiveMessage",value:function(){var e=this.state,t=e.ariaLiveContext,a=e.selectValue,n=e.focusedValue,r=e.focusedOption,i=this.props,l=i.options,o=i.menuIsOpen,s=i.inputValue,u=i.screenReaderStatus,c=n?function(e){var t=e.focusedValue,a=e.selectValue;return"value ".concat((0,e.getOptionLabel)(t)," focused, ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedValue:n,getOptionLabel:this.getOptionLabel,selectValue:a}):"",d=r&&o?function(e){var t=e.focusedOption,a=e.options;return"option ".concat((0,e.getOptionLabel)(t)," focused").concat(t.isDisabled?" disabled":"",", ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedOption:r,getOptionLabel:this.getOptionLabel,options:l}):"",m=function(e){var t=e.inputValue;return"".concat(e.screenReaderMessage).concat(t?" for search term "+t:"",".")}({inputValue:s,screenReaderMessage:u({count:this.countOptions()})});return"".concat(c," ").concat(d," ").concat(m," ").concat(t)}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,a=e.isSearchable,n=e.inputId,r=e.inputValue,i=e.tabIndex,o=e.form,s=this.components.Input,u=this.state.inputIsHidden,c=n||this.getElementId("input"),d={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};if(!a)return l().createElement(ii,q({id:c,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Kn,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:i,form:o,value:""},d));var m=this.commonProps,f=m.cx,g=m.theme,p=m.selectProps;return l().createElement(s,q({autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",cx:f,getStyles:this.getStyles,id:c,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,selectProps:p,spellCheck:"false",tabIndex:i,form:o,theme:g,type:"text",value:r},d))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.components,a=t.MultiValue,n=t.MultiValueContainer,r=t.MultiValueLabel,i=t.MultiValueRemove,o=t.SingleValue,s=t.Placeholder,u=this.commonProps,c=this.props,d=c.controlShouldRenderValue,m=c.isDisabled,f=c.isMulti,g=c.inputValue,p=c.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;if(!this.hasValue()||!d)return g?null:l().createElement(s,q({},u,{key:"placeholder",isDisabled:m,isFocused:w}),p);if(f){var y=v.map((function(t,o){var s=t===b;return l().createElement(a,q({},u,{components:{Container:n,Label:r,Remove:i},isFocused:s,isDisabled:m,key:"".concat(e.getOptionValue(t)).concat(o),index:o,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return y}if(g)return null;var x=v[0];return l().createElement(o,q({},u,{data:x,isDisabled:m}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.components.ClearIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,r=a.isLoading,i=this.state.isFocused;if(!this.isClearable()||!e||n||!this.hasValue()||r)return null;var o={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:o,isFocused:i}))}},{key:"renderLoadingIndicator",value:function(){var e=this.components.LoadingIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,r=a.isLoading,i=this.state.isFocused;return e&&r?l().createElement(e,q({},t,{innerProps:{"aria-hidden":"true"},isDisabled:n,isFocused:i})):null}},{key:"renderIndicatorSeparator",value:function(){var e=this.components,t=e.DropdownIndicator,a=e.IndicatorSeparator;if(!t||!a)return null;var n=this.commonProps,r=this.props.isDisabled,i=this.state.isFocused;return l().createElement(a,q({},n,{isDisabled:r,isFocused:i}))}},{key:"renderDropdownIndicator",value:function(){var e=this.components.DropdownIndicator;if(!e)return null;var t=this.commonProps,a=this.props.isDisabled,n=this.state.isFocused,r={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:r,isDisabled:a,isFocused:n}))}},{key:"renderMenu",value:function(){var e=this,t=this.components,a=t.Group,n=t.GroupHeading,r=t.Menu,i=t.MenuList,o=t.MenuPortal,s=t.LoadingMessage,u=t.NoOptionsMessage,c=t.Option,d=this.commonProps,m=this.state,f=m.focusedOption,g=m.menuOptions,p=this.props,h=p.captureMenuScroll,v=p.inputValue,b=p.isLoading,w=p.loadingMessage,y=p.minMenuHeight,x=p.maxMenuHeight,D=p.menuIsOpen,E=p.menuPlacement,C=p.menuPosition,_=p.menuPortalTarget,k=p.menuShouldBlockScroll,S=p.menuShouldScrollIntoView,O=p.noOptionsMessage,N=p.onMenuScrollToTop,T=p.onMenuScrollToBottom;if(!D)return null;var A,M=function(t){var a=f===t.data;return t.innerRef=a?e.getFocusedOptionRef:void 0,l().createElement(c,q({},d,t,{isFocused:a}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())A=g.render.map((function(t){if("group"===t.type){t.type;var r=Bn(t,["type"]),i="".concat(t.key,"-heading");return l().createElement(a,q({},d,r,{Heading:n,headingProps:{id:i,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return M(e)})))}if("option"===t.type)return M(t)}));else if(b){var P=w({inputValue:v});if(null===P)return null;A=l().createElement(s,d,P)}else{var L=O({inputValue:v});if(null===L)return null;A=l().createElement(u,d,L)}var I={minMenuHeight:y,maxMenuHeight:x,menuPlacement:E,menuPosition:C,menuShouldScrollIntoView:S},V=l().createElement(ur,q({},d,I),(function(t){var a=t.ref,n=t.placerProps,o=n.placement,s=n.maxHeight;return l().createElement(r,q({},d,I,{innerRef:a,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:o}),l().createElement(wi,{isEnabled:h,onTopArrive:N,onBottomArrive:T},l().createElement(vi,{isEnabled:k},l().createElement(i,q({},d,{innerRef:e.getMenuListRef,isLoading:b,maxHeight:s}),A))))}));return _||"fixed"===C?l().createElement(o,q({},d,{appendTo:_,controlElement:this.controlRef,menuPlacement:E,menuPosition:C}),V):V}},{key:"renderFormField",value:function(){var e=this,t=this.props,a=t.delimiter,n=t.isDisabled,r=t.isMulti,i=t.name,o=this.state.selectValue;if(i&&!n){if(r){if(a){var s=o.map((function(t){return e.getOptionValue(t)})).join(a);return l().createElement("input",{name:i,type:"hidden",value:s})}var u=o.length>0?o.map((function(t,a){return l().createElement("input",{key:"i-".concat(a),name:i,type:"hidden",value:e.getOptionValue(t)})})):l().createElement("input",{name:i,type:"hidden"});return l().createElement("div",null,u)}var c=o[0]?this.getOptionValue(o[0]):"";return l().createElement("input",{name:i,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){return this.state.isFocused?l().createElement(ri,{"aria-live":"polite"},l().createElement("span",{id:"aria-selection-event"}," ",this.state.ariaLiveSelection),l().createElement("span",{id:"aria-context"}," ",this.constructAriaLiveMessage())):null}},{key:"render",value:function(){var e=this.components,t=e.Control,a=e.IndicatorsContainer,n=e.SelectContainer,r=e.ValueContainer,i=this.props,o=i.className,s=i.id,u=i.isDisabled,c=i.menuIsOpen,d=this.state.isFocused,m=this.commonProps=this.getCommonProps();return l().createElement(n,q({},m,{className:o,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:d}),this.renderLiveRegion(),l().createElement(t,q({},m,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:d,menuIsOpen:c}),l().createElement(r,q({},m,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),l().createElement(a,q({},m,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}]),r}(i.Component);Ni.defaultProps=Si;i.Component;var Ti,Ai,Mi,Pi=(Ti=Ni,Mi=Ai=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).select=void 0,e.state={inputValue:void 0!==e.props.inputValue?e.props.inputValue:e.props.defaultInputValue,menuIsOpen:void 0!==e.props.menuIsOpen?e.props.menuIsOpen:e.props.defaultMenuIsOpen,value:void 0!==e.props.value?e.props.value:e.props.defaultValue},e.onChange=function(t,a){e.callProp("onChange",t,a),e.setState({value:t})},e.onInputChange=function(t,a){var n=e.callProp("onInputChange",t,a);e.setState({inputValue:void 0!==n?n:t})},e.onMenuOpen=function(){e.callProp("onMenuOpen"),e.setState({menuIsOpen:!0})},e.onMenuClose=function(){e.callProp("onMenuClose"),e.setState({menuIsOpen:!1})},e}return Ya(r,[{key:"focus",value:function(){this.select.focus()}},{key:"blur",value:function(){this.select.blur()}},{key:"getProp",value:function(e){return void 0!==this.props[e]?this.props[e]:this.state[e]}},{key:"callProp",value:function(e){if("function"==typeof this.props[e]){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];return(t=this.props)[e].apply(t,n)}}},{key:"render",value:function(){var e=this,t=this.props,a=(t.defaultInputValue,t.defaultMenuIsOpen,t.defaultValue,Bn(t,["defaultInputValue","defaultMenuIsOpen","defaultValue"]));return l().createElement(Ti,q({},a,{ref:function(t){e.select=t},inputValue:this.getProp("inputValue"),menuIsOpen:this.getProp("menuIsOpen"),onChange:this.onChange,onInputChange:this.onInputChange,onMenuClose:this.onMenuClose,onMenuOpen:this.onMenuOpen,value:this.getProp("value")}))}}]),r}(i.Component),Ai.defaultProps={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},Mi),Li=Pi,Ii={Default:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Arial:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Georgia:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Helvetica:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},"Times New Roman":{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},ABeeZee:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Abel:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Abhaya Libre":{v:["regular","500","600","700","800"],subset:["latin-ext","sinhala","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Abril Fatface":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aclonica:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Acme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Actor:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Adamina:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Advent Pro":{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","greek","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Aguafina Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Akronim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aladin:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aldrich:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Alef:{v:["regular","700"],subset:["hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Alegreya:{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya SC":{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans SC":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alex Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Alfa Slab One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Alice:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Alike:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Alike Angular":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allan:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Allerta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Allerta Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allura:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Almendra:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Almendra Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Almendra SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amarante:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Amaranth:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Amatic SC":{v:["regular","700"],subset:["cyrillic","latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Amethysta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amiko:{v:["regular","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","600","700"],i:["normal"]},Amiri:{v:["regular","italic","700","700italic"],subset:["latin-ext","arabic","latin"],weight:["Default","400","700"],i:["normal","italic"]},Amita:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Anaheim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andada:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andika:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Angkor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Annie Use Your Telescope":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Anonymous Pro":{v:["regular","italic","700","700italic"],subset:["cyrillic","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Antic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Didone":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Anton:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Arapey:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Arbutus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Arbutus Slab":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Architects Daughter":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Archivo:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Archivo Black":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Archivo Narrow":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Aref Ruqaa":{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},"Arima Madurai":{v:["100","200","300","regular","500","700","800","900"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","100","200","300","400","500","700","800","900"],i:["normal"]},Arimo:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Arizonia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Armata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Arsenal:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Artifika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Arvo:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Arya:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Asap:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Asap Condensed":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Asar:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Asset:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Assistant:{v:["200","300","regular","600","700","800"],subset:["hebrew","latin"],weight:["Default","200","300","400","600","700","800"],i:["normal"]},Astloch:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Asul:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Athiti:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Atma:{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Atomic Age":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Aubrey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Audiowide:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Autour One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Average:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Average Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Gruesa Libre":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Sans Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Serif Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Bad Script":{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Bahiana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Baloo:{v:["regular"],subset:["latin-ext","devanagari","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhai":{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaijaan":{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaina":{v:["regular"],subset:["latin-ext","oriya","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Chettan":{v:["regular"],subset:["malayalam","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Da":{v:["regular"],subset:["latin-ext","vietnamese","bengali","latin"],weight:["Default","400"],i:["normal"]},"Baloo Paaji":{v:["regular"],subset:["latin-ext","gurmukhi","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Tamma":{v:["regular"],subset:["latin-ext","vietnamese","latin","kannada"],weight:["Default","400"],i:["normal"]},"Baloo Tammudu":{v:["regular"],subset:["latin-ext","telugu","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Thambi":{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Balthazar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bangers:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Barlow:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Semi Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Barrio:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Basic:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Battambang:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Baumans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bayon:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Belgrano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bellefair:{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Belleza:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BenchNine:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},Bentham:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Berkshire Swash":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bevan:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bigelow Rules":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bigshot One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bilbo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bilbo Swash Caps":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BioRhyme:{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},"BioRhyme Expanded":{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},Biryani:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Bitter:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Black And White Picture":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Han Sans":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Ops One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bokor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Bonbon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Boogaloo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Brawler:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bree Serif":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubblegum Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubbler One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Buda:{v:["300"],subset:["latin"],weight:["Default","300"],i:[]},Buenard:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Bungee:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Hairline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Inline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Outline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Shade":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Butcherman:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Butterfly Kids":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cabin:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Cabin Condensed":{v:["regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Cabin Sketch":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Caesar Dressing":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cagliostro:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cairo:{v:["200","300","regular","600","700","900"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal"]},Calligraffitti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cambay:{v:["regular","italic","700","700italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal","italic"]},Cambo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Candal:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cantarell:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cantata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cantora One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Capriola:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cardo:{v:["regular","italic","700"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Carme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carter One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Catamaran:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","tamil","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Caudex:{v:["regular","italic","700","700italic"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Caveat:{v:["regular","700"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Caveat Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cedarville Cursive":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ceviche One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Changa:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Changa One":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Chango:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chathura:{v:["100","300","regular","700","800"],subset:["telugu","latin"],weight:["Default","100","300","400","700","800"],i:["normal"]},"Chau Philomene One":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Chela One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Chelsea Market":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chenla:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Cherry Cream Soda":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Cherry Swash":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Chewy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Chicle:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chivo:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},Chonburi:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Cinzel:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Cinzel Decorative":{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},"Clicker Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Coda:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},"Coda Caption":{v:["800"],subset:["latin-ext","latin"],weight:["Default","800"],i:[]},Codystar:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Coiny:{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Combo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Comfortaa:{v:["300","regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal"]},"Coming Soon":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Concert One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Condiment:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Content:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Contrail One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Convergence:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cookie:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Copse:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Corben:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Cormorant:{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Garamond":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Infant":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant SC":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Unicase":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Upright":{v:["300","regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Courgette:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cousine:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Coustard:{v:["regular","900"],subset:["latin"],weight:["Default","400","900"],i:["normal"]},"Covered By Your Grace":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crafty Girls":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Creepster:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crete Round":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Crimson Text":{v:["regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","600","700"],i:["normal","italic"]},"Croissant One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Crushed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cuprum:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cute Font":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Cutive:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cutive Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Damion:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Dancing Script":{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Dangrek:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"David Libre":{v:["regular","500","700"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","500","700"],i:["normal"]},"Dawning of a New Day":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Days One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dekko:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Delius:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Unicase":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Della Respira":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Denk One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Devonshire:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dhurjati:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Didact Gothic":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Diplomata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Diplomata SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Do Hyeon":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Dokdo:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Domine:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Donegal One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Doppio One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dorsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dosis:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Dr Sugiyama":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Duru Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dynalight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"EB Garamond":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},"Eagle Lake":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"East Sea Dokdo":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Eater:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Economica:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Eczar:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"El Messiri":{v:["regular","500","600","700"],subset:["cyrillic","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Electrolize:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Elsie:{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Elsie Swash Caps":{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Emblema One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Emilys Candy":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Encode Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Engagement:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Englebert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Enriqueta:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Erica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Esteban:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Euphoria Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ewert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Exo:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Exo 2":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Expletus Sans":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Fanwood Text":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Farsan:{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Fascinate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fascinate Inline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Faster One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fasthand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Fauna One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Faustina:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Federant:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Federo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Felipa:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Fenix:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Finger Paint":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fira Mono":{v:["regular","500","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","500","700"],i:["normal"]},"Fira Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Extra Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fjalla One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fjord One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Flamenco:{v:["300","regular"],subset:["latin"],weight:["Default","300","400"],i:["normal"]},Flavors:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fondamento:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Fontdiner Swanky":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Forum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Francois One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Frank Ruhl Libre":{v:["300","regular","500","700","900"],subset:["latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal"]},"Freckle Face":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fredericka the Great":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fredoka One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Freehand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Fresca:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Frijole:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fruktur:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fugaz One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"GFS Didot":{v:["regular"],subset:["greek"],weight:["Default","400"],i:["normal"]},"GFS Neohellenic":{v:["regular","italic","700","700italic"],subset:["greek"],weight:["Default","400","700"],i:["normal","italic"]},Gabriela:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Gaegu:{v:["300","regular","700"],subset:["korean","latin"],weight:["Default","300","400","700"],i:["normal"]},Gafata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Galada:{v:["regular"],subset:["bengali","latin"],weight:["Default","400"],i:["normal"]},Galdeano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Galindo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gamja Flower":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Gentium Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Gentium Book Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Geo:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Geostar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Geostar Fill":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Germania One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gidugu:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Gilda Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Give You Glory":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Glass Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Glegoo:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Gloria Hallelujah":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Goblin One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Gochi Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gorditas:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Gothic A1":{v:["100","200","300","regular","500","600","700","800","900"],subset:["korean","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Goudy Bookletter 1911":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Graduate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Grand Hotel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gravitas One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Great Vibes":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Griffy:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gruppo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gudea:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Gugi:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Gurajada:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Habibi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Halant:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hammersmith One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Hanalei:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hanalei Fill":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Handlee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Hanuman:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Happy Monkey":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Harmattan:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Headland One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Heebo:{v:["100","300","regular","500","700","800","900"],subset:["hebrew","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"Henny Penny":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Herr Von Muellerhoff":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hi Melody":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Hind:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Guntur":{v:["300","regular","500","600","700"],subset:["latin-ext","telugu","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Madurai":{v:["300","regular","500","600","700"],subset:["latin-ext","tamil","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Siliguri":{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Vadodara":{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Holtwood One SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Homemade Apple":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Homenaje:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IBM Plex Mono":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Serif":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IM Fell DW Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell DW Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Double Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Double Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell English":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell English SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell French Canon":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell French Canon SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Great Primer":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Great Primer SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceberg:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceland:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Imprima:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Inconsolata:{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Inder:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Indie Flower":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Inika:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Inknut Antiqua":{v:["300","regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700","800","900"],i:["normal"]},"Irish Grover":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Istok Web":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Italiana:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Italianno:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Itim:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jaldi:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Jim Nightshade":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jockey One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jolly Lodger":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jomhuria:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Josefin Sans":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Josefin Slab":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Joti One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jua:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Judson:{v:["regular","italic","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Julee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Julius Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Junge:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jura:{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Just Another Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Just Me Again Down Here":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kadwa:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Kalam:{v:["300","regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","700"],i:["normal"]},Kameron:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Kanit:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Kantumruy:{v:["300","regular","700"],subset:["khmer"],weight:["Default","300","400","700"],i:["normal"]},Karla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Karma:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Katibeh:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Kaushan Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kavivanar:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},Kavoon:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kdam Thmor":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Keania One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kelly Slab":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kenia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Khand:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Khmer:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Khula:{v:["300","regular","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","600","700","800"],i:["normal"]},"Kirang Haerang":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Kite One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Knewave:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kosugi:{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kosugi Maru":{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kotta One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Koulen:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Kranky:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Kreon:{v:["300","regular","700"],subset:["latin"],weight:["Default","300","400","700"],i:["normal"]},Kristi:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Krona One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kumar One":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},"Kumar One Outline":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Kurale:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"La Belle Aurore":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Laila:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Lakki Reddy":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Lalezar:{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Lancelot:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lateef:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},Lato:{v:["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","300","400","700","900"],i:["normal","italic"]},"League Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Leckerli One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ledger:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lekton:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Lemon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lemonada:{v:["300","regular","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Libre Barcode 128":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 128 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Baskerville":{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Libre Franklin":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Life Savers":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Lilita One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Lily Script One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Limelight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Linden Hill":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Lobster:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Lobster Two":{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Londrina Outline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Sketch":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Solid":{v:["100","300","regular","900"],subset:["latin"],weight:["Default","100","300","400","900"],i:["normal"]},Lora:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Love Ya Like A Sister":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Loved by the King":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Lovers Quarrel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Luckiest Guy":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lusitana:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Lustria:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"M PLUS 1p":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"M PLUS Rounded 1c":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},Macondo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Macondo Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mada:{v:["200","300","regular","500","600","700","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},Magra:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Maiden Orange":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Maitree:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Mako:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mallanna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Mandali:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Manuale:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Marcellus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marcellus SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marck Script":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Margarine:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Markazi Text":{v:["regular","500","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Marko One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Marmelad:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Martel:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},"Martel Sans":{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Marvel:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Mate:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"Mate SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Maven Pro":{v:["regular","500","700","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","700","900"],i:["normal"]},McLaren:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Meddon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},MedievalSharp:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Medula One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meera Inimai":{v:["regular"],subset:["tamil","latin"],weight:["Default","400"],i:["normal"]},Megrim:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meie Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Merienda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Merienda One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Merriweather:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},"Merriweather Sans":{v:["300","300italic","regular","italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","800"],i:["normal","italic"]},Metal:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Metal Mania":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metamorphous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metrophobic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Michroma:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Milonga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Miltonian:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miltonian Tattoo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mina:{v:["regular","700"],subset:["latin-ext","bengali","latin"],weight:["Default","400","700"],i:["normal"]},Miniver:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miriam Libre":{v:["regular","700"],subset:["latin-ext","hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Mirza:{v:["regular","500","600","700"],subset:["latin-ext","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Miss Fajardose":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mitr:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Modak:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"Modern Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mogra:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Molengo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Molle:{v:["italic"],subset:["latin-ext","latin"],weight:["Default"],i:["italic"]},Monda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Monofett:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Monoton:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Monsieur La Doulaise":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Montaga:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montez:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montserrat:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Alternates":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Subrayada":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Moul:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Moulpali:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Mountains of Christmas":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Mouse Memoirs":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Bedfort":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Dafoe":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr De Haviland":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Saint Delafield":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Sheppards":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mukta:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Mahee":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gurmukhi","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Malar":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","tamil","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Vaani":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gujarati","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},Muli:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Mystery Quest":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},NTR:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Nanum Brush Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Nanum Gothic":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Gothic Coding":{v:["regular","700"],subset:["korean","latin"],weight:["Default","400","700"],i:["normal"]},"Nanum Myeongjo":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Pen Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Neucha:{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Neuton:{v:["200","300","regular","italic","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal","italic"]},"New Rocker":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"News Cycle":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Niconne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nixie One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nobile:{v:["regular","italic","500","500italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","700"],i:["normal","italic"]},Nokora:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Norican:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Nosifer:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nothing You Could Do":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Noticia Text":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","devanagari","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans JP":{v:["100","300","regular","500","700","900"],subset:["japanese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Sans KR":{v:["100","300","regular","500","700","900"],subset:["korean","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Serif JP":{v:["200","300","regular","500","600","700","900"],subset:["japanese","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Noto Serif KR":{v:["200","300","regular","500","600","700","900"],subset:["korean","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Nova Cut":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Flat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Mono":{v:["regular"],subset:["greek","latin"],weight:["Default","400"],i:["normal"]},"Nova Oval":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Round":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Slim":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Square":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Numans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nunito:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Nunito Sans":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Odor Mean Chey":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Offside:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Old Standard TT":{v:["regular","italic","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Oldenburg:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Oleo Script":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Oleo Script Swash Caps":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Open Sans":{v:["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","600","700","800"],i:["normal","italic"]},"Open Sans Condensed":{v:["300","300italic","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","700"],i:[]},Oranienbaum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Orbitron:{v:["regular","500","700","900"],subset:["latin"],weight:["Default","400","500","700","900"],i:["normal"]},Oregano:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Orienta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Original Surfer":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oswald:{v:["200","300","regular","500","600","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Over the Rainbow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Overlock:{v:["regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Overlock SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Overpass:{v:["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","600","700","800","900"],i:["normal","italic"]},"Overpass Mono":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Ovo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oxygen:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},"Oxygen Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Mono":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Sans Caption":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Sans Narrow":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Serif Caption":{v:["regular","italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Pacifico:{v:["regular"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Padauk:{v:["regular","700"],subset:["myanmar","latin"],weight:["Default","400","700"],i:["normal"]},Palanquin:{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Palanquin Dark":{v:["regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Pangolin:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Paprika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Parisienne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passero One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passion One":{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Pathway Gothic One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand SC":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Pattaya:{v:["regular"],subset:["cyrillic","latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patua One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Pavanam:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},"Paytone One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Peddana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Peralta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Permanent Marker":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Petit Formal Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Petrona:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Philosopher:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Piedra:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Pinyon Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pirata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Plaster:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Play:{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Playball:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Playfair Display":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Playfair Display SC":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},Podkova:{v:["regular","500","600","700","800"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Poiret One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poller One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Poly:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Pompiere:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pontano Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poor Story":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Poppins:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Port Lligat Sans":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Port Lligat Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pragati Narrow":{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Prata:{v:["regular"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Preahvihear:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Press Start 2P":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Pridi:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Princess Sofia":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Prociono:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Prompt:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Prosto One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Proza Libre":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},Puritan:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Purple Purse":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quando:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quantico:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Quattrocento:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Quattrocento Sans":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Questrial:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Quicksand:{v:["300","regular","500","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","700"],i:["normal"]},Quintessential:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Qwigley:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Racing Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Radley:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rajdhani:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rakkas:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},Raleway:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Raleway Dots":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ramabhadra:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Ramaraja:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Rambla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Rammetto One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ranchers:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rancho:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ranga:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Rasa:{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rationale:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ravi Prakash":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Redressed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Reem Kufi":{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Reenie Beanie":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Revalia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rhodium Libre":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Ribeye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ribeye Marrow":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Righteous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Risque:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Roboto:{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal","italic"]},"Roboto Condensed":{v:["300","300italic","regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Roboto Mono":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700"],i:["normal","italic"]},"Roboto Slab":{v:["100","300","regular","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","700"],i:["normal"]},Rochester:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rock Salt":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Rokkitt:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Romanesco:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ropa Sans":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rosario:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Rosarivo:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Rouge Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rozha One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Rubik:{v:["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal","italic"]},"Rubik Mono One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruda:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},Rufina:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Ruge Boogie":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruluko:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rum Raisin":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ruslan Display":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Russo One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruthie:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sacramento:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sahitya:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sail:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Saira:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Extra Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Salsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sanchez:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Sancreek:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sansita:{v:["regular","italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","800","900"],i:["normal","italic"]},Sarala:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sarina:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sarpanch:{v:["regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800","900"],i:["normal"]},Satisfy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Gothic":{v:["regular"],subset:["cyrillic","japanese","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Mincho":{v:["regular"],subset:["japanese","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Scada:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Scheherazade:{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},Schoolbell:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Scope One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seaweed Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Secular One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave Display":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Sevillana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seymour One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light Two":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Shanti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Share:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Share Tech":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Share Tech Mono":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shojumaru:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Short Stack":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shrikhand:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Siemreap:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Sigmar One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Signika:{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Signika Negative":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Simonetta:{v:["regular","italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal","italic"]},Sintony:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Sirin Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Six Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Skranji:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Slabo 13px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Slabo 27px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Slackey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smokum:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smythe:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sniglet:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},Snippet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Snowburst One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sofadi One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sofia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Song Myung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sonsie One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sorts Mill Goudy":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Source Code Pro":{v:["200","300","regular","500","600","700","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Source Sans Pro":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Source Serif Pro":{v:["regular","600","700"],subset:["latin-ext","latin"],weight:["Default","400","600","700"],i:["normal"]},"Space Mono":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Special Elite":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spectral:{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spectral SC":{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spicy Rice":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spinnaker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Spirax:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Squada One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sree Krushnadevaraya":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Sriracha:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Stalemate:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stalinist One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stardos Stencil":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Stint Ultra Condensed":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stint Ultra Expanded":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Stoke:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Strait:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Stylish:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sue Ellen Francisco":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Suez One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Sumana:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sunflower:{v:["300","500","700"],subset:["korean","latin"],weight:["Default","300","500","700"],i:[]},Sunshiney:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Supermercado One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sura:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Suranna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suravaram:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suwannaphum:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Swanky and Moo Moo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Syncopate:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Tajawal:{v:["200","300","regular","500","700","800","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","700","800","900"],i:["normal"]},Tangerine:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Taprom:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Tauri:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Taviraj:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Teko:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Telex:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tenali Ramakrishna":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Tenor Sans":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Text Me One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"The Girl Next Door":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Tienne:{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},Tillana:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},Timmana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Tinos:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Titan One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Titillium Web":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Trade Winds":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Trirong:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Trocchi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Trochut:{v:["regular","italic","700"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Trykker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tulpen One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ubuntu:{v:["300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","300","400","500","700"],i:["normal","italic"]},"Ubuntu Condensed":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},"Ubuntu Mono":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Ultra:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Uncial Antiqua":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Underdog:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Unica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},UnifrakturCook:{v:["700"],subset:["latin"],weight:["Default","700"],i:[]},UnifrakturMaguntia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unkempt:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Unlock:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unna:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},VT323:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vampiro One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Varela:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Varela Round":{v:["regular"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vast Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Vesper Libre":{v:["regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","700","900"],i:["normal"]},Vibur:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Vidaloka:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Viga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Voces:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Volkhov:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Vollkorn:{v:["regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal","italic"]},"Vollkorn SC":{v:["regular","600","700","900"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal"]},Voltaire:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Waiting for the Sunrise":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Wallpoet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Walter Turncoat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Warnes:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Wellfleet:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wendy One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wire One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Work Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Yanone Kaffeesatz":{v:["200","300","regular","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","700"],i:["normal"]},Yantramanav:{v:["100","300","regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Yatra One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Yellowtail:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Yeon Sung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Yeseva One":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Yesteryear:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Yrsa:{v:["300","regular","500","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Zeyada:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Zilla Slab":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Zilla Slab Highlight":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Sora:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800"],i:["normal","bold"]},"DM Sans":{v:["regular"],subset:["latin"],weight:["Default","400","500","700"],i:["normal","bold","italic"]},"DM Serif Display":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"DM Serif Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Inter:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]}};function Vi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ri=()=>{const e=oa(),t=da((e=>e.enableSelectedFontFamilies)),a=da((e=>e.selectedFontFamilies)),n="disabled"!==t,i=[],l=uag_admin_react.spectra_custom_fonts;return Object.keys(Ii).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),Object.keys(l).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Allow Only Selected Fonts","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:n,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_SELECTED_FONT_FAMILIES",payload:a});const n=new window.FormData;n.append("action","uag_load_select_font_globally"),n.append("security",uag_react.load_select_font_globally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Vi(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Vi(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra offers 700+ Google font options. If this is overwhelming for your clients, you can use this option to show only limited number of fonts in the block settings.","ultimate-addons-for-gutenberg")),(0,r.createElement)(Li,{isMulti:!0,placeholder:(0,We.__)("Select the font families you want"),defaultValue:a,onChange:a=>(a=>{if("enabled"===t){e({type:"UPDATE_SELECTED_FONT_FAMILIES",payload:a});const t="uag_select_font_globally",n=uag_react.select_font_globally_nonce,r=new window.FormData;r.append("action",t),r.append("security",n),r.append("value",JSON.stringify(a)),Jt()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}})(a),options:i,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),multiValue:e=>({...e,marging:"0",borderRadius:"0.25rem",backgroundColor:"#e2e8f0"}),multiValueLabel:e=>({...e,color:"#64748b"}),multiValueRemove:e=>({...e,color:"#64748b","&:hover":{color:"#ef4444",backgroundColor:"#e2e8f0"}})},components:{IndicatorSeparator:()=>null}}))};function Fi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Hi=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flextext-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Google Fonts Locally","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_LOAD_FONTS_LOCALLY",payload:a});const n=new window.FormData;n.append("action","uag_load_gfonts_locally"),n.append("security",uag_react.load_gfonts_locally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Fi(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Fi(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to download Google fonts and save them on your server. This can be great for improving speed of your website and to comply with GDPR laws.","ultimate-addons-for-gutenberg")))};function ji(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Bi=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a=da((e=>e.enablePreloadLocalFonts)),n="disabled"!==a;return(0,r.createElement)("section",{className:`uag-font-select-${t} block border-b border-solid border-slate-200 px-12 py-8 justify-between`},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Preload Local Fonts","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:n,onChange:()=>{let t;t="disabled"===a?"enabled":"disabled",e({type:"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS",payload:t});const n=new window.FormData;n.append("action","uag_preload_local_fonts"),n.append("security",uag_react.preload_local_fonts_nonce),n.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:ji(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:ji(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This option will load the font files right away on page load. Preloading Local Fonts can speeds up your website even further.","ultimate-addons-for-gutenberg")))};function Ui(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Wi=()=>{const e=oa(),t=da((e=>e.enableCollapsePanels)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Collapse Panels","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COLLAPSE_PANELS",payload:a});const n=new window.FormData;n.append("action","uag_collapse_panels"),n.append("security",uag_react.collapse_panels_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ui(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Ui(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Collapse Panels" option if you want to Collapse all other Panels in your Blocks Settings except for the one which is clicked This way you have only one Panel of Settings in front of you to Focus on.',"ultimate-addons-for-gutenberg")))};function Gi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var zi=()=>{const e=oa(),t=da((e=>e.enableCopyPasteStyles)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Copy Paste Styles","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COPY_PASTE_STYLES",payload:a});const n=new window.FormData;n.append("action","uag_copy_paste"),n.append("security",uag_react.copy_paste_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Gi(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Gi(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Copy Paste Styles" option to have the ability to copy & paste Spectra & Core Gutenberg Blocks Styles.',"ultimate-addons-for-gutenberg")))},Zi=()=>{const e=oa(),t=da((e=>e.contentWidth));return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Default Content Width","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_CONTENT_WIDTH",payload:a});const n=new window.FormData;n.append("action","uag_content_width"),n.append("security",uag_react.content_width_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"1140",min:0,max:1600}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply to Container Block's default Content Width.","ultimate-addons-for-gutenberg")),"Spectra"!==uag_react.uag_content_width_set_by&&(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500 italic"},(0,We.__)(`The current Content width is applied from ${uag_react.uag_content_width_set_by}.`,"ultimate-addons-for-gutenberg")))},Ki=()=>{const e=oa(),t=da((e=>e.blocksEditorSpacing));return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Blocks Editor Spacing","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_BLOCKS_EDITOR_SPACING",payload:a});const n=new window.FormData;n.append("action","uag_blocks_editor_spacing"),n.append("security",uag_react.blocks_editor_spacing_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"0",min:0,max:100}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply spacing in between all blocks inside block editor.","ultimate-addons-for-gutenberg")))};function $i(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Yi=()=>{const e=oa(),[t,a]=(0,i.useState)([]),[n,l]=(0,i.useState)(!1),o=da((e=>e.enableComingSoonMode)),s=da((e=>e.comingSoonPage)),u="disabled"!==o,c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=new window.FormData;t.append("action","uag_fetch_pages"),t.append("security",uag_react.fetch_pages_nonce),t.append("keyword",e),l(!0),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((e=>{l(!1),a(e.data)}))};return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Coming Soon Mode","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:u,onChange:()=>{let t;t="disabled"===o?"enabled":"disabled",e({type:"UPDATE_ENABLE_COMING_SOON",payload:t});const a=new window.FormData;a.append("action","uag_enable_coming_soon_mode"),a.append("security",uag_react.enable_coming_soon_mode_nonce),a.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:$i(u?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:$i(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Is your website still in the making? Is it not yet ready for other people to see?","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable the coming soon mode. Only the page you select below will be displayed to people who are not logged in.","ultimate-addons-for-gutenberg")),(0,r.createElement)(Li,{isMulti:!1,placeholder:(0,We.__)("Select the page you want"),defaultValue:s,onChange:t=>(t=>{e({type:"UPDATE_COMING_SOON_PAGE",payload:t.value});const a=new window.FormData;a.append("action","uag_coming_soon_page"),a.append("security",uag_react.coming_soon_page_nonce),a.append("value",t.value),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))})(t),onInputChange:e=>{0===t.filter((t=>t.label.toLowerCase().includes(e))).length&&c(e)},options:t,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",isLoading:n,onMenuOpen:c,theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),singleValue:e=>({...e,color:"#64748b"})},components:{IndicatorSeparator:()=>null}}))},Ji=()=>(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,r.createElement)(Ma,{width:"100px",height:"32px"})),(0,r.createElement)("main",{className:"max-w-[77rem] mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden h-[36rem]"},(0,r.createElement)("div",{className:"lg:grid lg:grid-cols-12 h-full"},(0,r.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-5 lg:col-span-3"},(0,r.createElement)("nav",{className:"space-y-1"},Array(7).fill().map(((e,t)=>(0,r.createElement)("div",{key:`setting${t}`,className:"flex justify-left items-center py-3 space-x-3"},(0,r.createElement)(Ma,{key:`icon${t}`,width:"24px",height:"24px"}),(0,r.createElement)(Aa,{key:t,width:"120px",fontSize:"16px"})))))),(0,r.createElement)("div",{className:"border-l lg:col-span-9 p-8"},(0,r.createElement)(Aa,{fontSize:"35px",width:"225px"}),(0,r.createElement)(Aa,{width:"80%"}),(0,r.createElement)("div",{className:"h-8"}),(0,r.createElement)(Aa,{fontSize:"35px",width:"300px"}),(0,r.createElement)(Aa,{width:"60%"}),(0,r.createElement)("div",{className:"h-8"}),(0,r.createElement)(Aa,{fontSize:"35px",width:"210px"}),(0,r.createElement)(Aa,{width:"65%"}))))),qi=()=>{const e=oa(),t=da((e=>e.siteKeyV2)),a=da((e=>e.secretKeyV2)),n=da((e=>e.siteKeyV3)),i=da((e=>e.secretKeyV3));return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Form","ultimate-addons-for-gutenberg"))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("To enable reCAPTCHA for your form, please follow the steps mentioned ","ultimate-addons-for-gutenberg"),(0,r.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://www.google.com/recaptcha/admin/create",target:"_blank",rel:"noreferrer"},(0,We.__)("here. ","ultimate-addons-for-gutenberg"))),(0,r.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v2","ultimate-addons-for-gutenberg")),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v2","ultimate-addons-for-gutenberg"),value:t,name:"site_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v2"),n.append("security",uag_react.recaptcha_site_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},id:"grid-zip",type:"text"}),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v2","ultimate-addons-for-gutenberg"),id:"grid-zip",value:a,name:"secret_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v2"),n.append("security",uag_react.recaptcha_secret_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"text"}),(0,r.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v3","ultimate-addons-for-gutenberg")),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:n,name:"site_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v3"),n.append("security",uag_react.recaptcha_site_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:i,name:"secret_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v3"),n.append("security",uag_react.recaptcha_secret_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}))};function Xi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Qi=()=>{const e=oa(),t=da((e=>e.enableFontAwesome5)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Font Awesome 5 Support","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_FONT_AWESOME_5",payload:a});const n=new window.FormData;n.append("action","uag_load_font_awesome_5"),n.append("security",uag_react.load_font_awesome_5_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Xi(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Xi(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this to make sure all previously used Font Awesome 5 icons are displayed correctly while using the Font Awesome 6 library.","ultimate-addons-for-gutenberg")))};function el(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var tl=()=>{const e=oa(),t=da((e=>e.enableAutoBlockRecovery)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Automatic Block Recovery","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY",payload:a});const n=new window.FormData;n.append("action","uag_auto_block_recovery"),n.append("security",uag_react.auto_block_recovery_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:el(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:el(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable this to automatically recover any erroneous blocks that may occur on your web pages. This will save you time spent on clicking all those "Attempt Block Recovery" Buttons.',"ultimate-addons-for-gutenberg")))},al=()=>{const e=da((e=>e.containerGlobalPadding));(0,i.useEffect)((()=>{"default"===e&&a(10)}),[]);const t=oa(),a=e=>{t({type:"UPDATE_CONTAINER_GLOBAL_PADDING",payload:e});const a=new window.FormData;a.append("action","uag_container_global_padding"),a.append("security",uag_react.container_global_padding_nonce),a.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))};return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Padding","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{const t=e.target.value;a(t)},type:"number",placeholder:"",min:0,max:100}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default padding in the Container Block.","ultimate-addons-for-gutenberg")))},nl=()=>{const e=da((e=>e.containerGlobalElementsGap)),t=oa();return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Elements Gap","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{(e=>{t({type:"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP",payload:e});const a=new window.FormData;a.append("action","uag_container_global_elements_gap"),a.append("security",uag_react.container_global_elements_gap_nonce),a.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))})(e.target.value)},type:"number",placeholder:"",min:0,max:100}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default Row & Column Gaps in the Container Block.","ultimate-addons-for-gutenberg")))};function rl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var il=()=>{const e=new URLSearchParams(Me()?.search),t=oa(),a=da((e=>e.activeSettingsNavigationTab)),n=da((e=>e.initialStateSetFlag)),l=[{name:(0,We.__)("Editor Options","ultimate-addons-for-gutenberg"),slug:"global-settings",icon:Ia["global-settings"]},{name:(0,We.__)("Asset Generation","ultimate-addons-for-gutenberg"),slug:"asset-generation",icon:Ia["asset-generation"]},{name:(0,We.__)("Templates","ultimate-addons-for-gutenberg"),slug:"templates",icon:Ia.templates},{name:(0,We.__)("Version Control","ultimate-addons-for-gutenberg"),slug:"version-control",icon:Ia["version-control"]},{name:(0,We.__)("Performance","ultimate-addons-for-gutenberg"),slug:"fonts-performance",icon:Ia["fonts-performance"]},{name:(0,We.__)("Block Settings","ultimate-addons-for-gutenberg"),slug:"block-settings",icon:Ia["block-settings"]},{name:(0,We.__)("Coming Soon","ultimate-addons-for-gutenberg"),slug:"coming-soon",icon:Ia["coming-soon"]}];return(0,i.useEffect)((()=>{const a=e.get("path"),n=e.get("settings");t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:n&&"settings"===a?n:"global-settings"})}),[n]),n?(0,r.createElement)("div",{className:"px-6 w-full"},(0,r.createElement)("div",{className:"mx-auto mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Settings"),(0,r.createElement)("main",{className:"mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden min-h-[36rem] lg:max-w-[80rem]"},(0,r.createElement)("div",{className:"lg:grid lg:grid-cols-12 min-h-[36rem] h-full"},(0,r.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-0 lg:col-span-3"},(0,r.createElement)("nav",{className:"space-y-1"},l.map((e=>(0,r.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${e.slug}`},key:e.name,className:rl(a===e.slug?"border-spectra text-spectra focus:text-spectra-hover active:text-spectra hover:text-spectra-hover stroke-spectra fill-spectra focus:stroke-spectra focus:fill-spectra hover:stroke-spectra hover:fill-spectra":"border-white text-slate-800 stroke-slate-800 fill-slate-800 focus:text-slate-900 focus:border-slate-200 focus:stroke-slate-900 focus:fill-slate-900 hover:text-slate-900 hover:border-slate-200 hover:stroke-slate-900 hover:fill-slate-900","border-l-4 group cursor-pointer py-3 pl-5 flex items-center text-base font-medium"),onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:e.slug})}},e.icon,(0,r.createElement)("span",{className:"truncate"},e.name)))))),(0,r.createElement)("div",{className:"lg:col-span-9 border-l spectra__settings"},"global-settings"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Zi,null),(0,r.createElement)(al,null),(0,r.createElement)(nl,null),(0,r.createElement)(Ki,null),(0,r.createElement)(Wi,null),(0,r.createElement)(zi,null),(0,r.createElement)(tl,null),"yes"===uag_react.global_data.uagb_old_user_less_than_2&&(0,r.createElement)(Qi,null)),"asset-generation"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Ra,null),(0,r.createElement)(Fa,null)),"templates"===a&&(0,r.createElement)(ja,null),"version-control"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Ua,null),(0,r.createElement)(Ga,null),"yes"!==uag_react.global_data.uagb_old_user_less_than_2&&(0,r.createElement)(Za,null)),"fonts-performance"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Hi,null),(0,r.createElement)(Bi,null),(0,r.createElement)(Ri,null)),"block-settings"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(qi,null)),"coming-soon"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Yi,null)))))):(0,r.createElement)(Ji,null)},ll=function(){const e=new URLSearchParams(Me().search),t=e.get("page"),a=e.get("path"),n=e.get("event");let i=(0,r.createElement)("p",null,"Default route fallback");if(uag_react.home_slug===t)if("getting-started"===n)i=(0,r.createElement)($t,null);else switch(a){case"blocks":i=(0,r.createElement)(La,null);break;case"settings":i=(0,r.createElement)(il,null);break;default:i=(0,r.createElement)($t,null)}return(0,r.createElement)(r.Fragment,null,i)},ol=function(e){return i.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},e),i.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))};function sl(){const e=oa(),t=da((e=>e.settingsSavedNotification));return(0,i.useEffect)((()=>{!0===t&&setTimeout((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}),2e3)}),[t]),(0,r.createElement)(i.Fragment,null,(0,r.createElement)("div",{"aria-live":"assertive",className:"fixed inset-10 z-10 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"},(0,r.createElement)("div",{className:"w-full flex flex-col items-center space-y-4 sm:items-end"},(0,r.createElement)(lt,{show:t,as:i.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,r.createElement)("div",{className:"max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"},(0,r.createElement)("div",{className:"p-4"},(0,r.createElement)("div",{className:"flex items-start"},(0,r.createElement)("div",{className:"flex-shrink-0"},(0,r.createElement)(Gt,{className:"h-6 w-6 text-green-400","aria-hidden":"true"})),(0,r.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,r.createElement)("p",{className:"text-sm font-medium text-gray-900"},(0,We.__)("Successfully saved!","ultimate-addons-for-gutenberg"))),(0,r.createElement)("div",{className:"ml-4 flex-shrink-0 flex"},(0,r.createElement)("button",{className:"bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",onClick:()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}},(0,r.createElement)("span",{className:"sr-only"},"Close"),(0,r.createElement)(ol,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}function ul(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var cl="function"==typeof Symbol&&Symbol.observable||"@@observable",dl=function(){return Math.random().toString(36).substring(7).split("").join(".")},ml={INIT:"@@redux/INIT"+dl(),REPLACE:"@@redux/REPLACE"+dl(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+dl()}};function fl(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}const gl=function e(t,a,n){var r;if("function"==typeof a&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(ul(0));if("function"==typeof a&&void 0===n&&(n=a,a=void 0),void 0!==n){if("function"!=typeof n)throw new Error(ul(1));return n(e)(t,a)}if("function"!=typeof t)throw new Error(ul(2));var i=t,l=a,o=[],s=o,u=!1;function c(){s===o&&(s=o.slice())}function d(){if(u)throw new Error(ul(3));return l}function m(e){if("function"!=typeof e)throw new Error(ul(4));if(u)throw new Error(ul(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(ul(6));t=!1,c();var a=s.indexOf(e);s.splice(a,1),o=null}}}function f(e){if(!fl(e))throw new Error(ul(7));if(void 0===e.type)throw new Error(ul(8));if(u)throw new Error(ul(9));try{u=!0,l=i(l,e)}finally{u=!1}for(var t=o=s,a=0;a<t.length;a++)(0,t[a])();return e}function g(e){if("function"!=typeof e)throw new Error(ul(10));i=e,f({type:ml.REPLACE})}function p(){var e,t=m;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(ul(11));function a(){e.next&&e.next(d())}return a(),{unsubscribe:t(a)}}})[cl]=function(){return this},e}return f({type:ml.INIT}),(r={dispatch:f,subscribe:m,getState:d,replaceReducer:g})[cl]=p,r}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_INITIAL_STATE":return{...t.payload};case"UPDATE_INITIAL_STATE_FLAG":return{...e,initialStateSetFlag:t.payload};case"UPDATE_BLOCKS_ACTIVE_FILTER_TAB":return{...e,activeBlocksFilterTab:t.payload};case"UPDATE_BLOCK_STATUSES":return{...e,blocksStatuses:t.payload};case"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB":return{...e,activeSettingsNavigationTab:t.payload};case"UPDATE_FILE_GENERATION":return{...e,enableFileGeneration:t.payload};case"UPDATE_TEMPLATES_BUTTON":return{...e,enableTemplates:t.payload};case"UPDATE_BETA":return{...e,enableBeta:t.payload};case"UPDATE_LEGACY_BLOCKS":return{...e,enableLegacyBlocks:t.payload};case"UPDATE_ENABLE_SELECTED_FONT_FAMILIES":return{...e,enableSelectedFontFamilies:t.payload};case"UPDATE_SELECTED_FONT_FAMILIES":return{...e,selectedFontFamilies:t.payload};case"UPDATE_ENABLE_LOAD_FONTS_LOCALLY":return{...e,enableLoadFontsLocally:t.payload};case"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS":return{...e,enablePreloadLocalFonts:t.payload};case"UPDATE_ENABLE_COLLAPSE_PANELS":return{...e,enableCollapsePanels:t.payload};case"UPDATE_ENABLE_COPY_PASTE_STYLES":return{...e,enableCopyPasteStyles:t.payload};case"UPDATE_ENABLE_DISPLAY_CONDITIONS":return{...e,enableDisplayConditions:t.payload};case"UPDATE_ENABLE_MASONRY_EXTENSION":return{...e,enableMasonryExtension:t.payload};case"UPDATE_ENABLE_RESPONSIVE_CONDITIONS":return{...e,enableResponsiveConditions:t.payload};case"UPDATE_CONTENT_WIDTH":return{...e,contentWidth:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V2":return{...e,siteKeyV2:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V3":return{...e,siteKeyV3:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V2":return{...e,secretKeyV2:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V3":return{...e,secretKeyV3:t.payload};case"UPDATE_SETTINGS_SAVED_NOTIFICATION":return{...e,settingsSavedNotification:t.payload};case"UPDATE_ENABLE_COMING_SOON":return{...e,enableComingSoonMode:t.payload};case"UPDATE_COMING_SOON_PAGE":return{...e,comingSoonPage:t.payload};case"UPDATE_BLOCKS_EDITOR_SPACING":return{...e,blocksEditorSpacing:t.payload};case"UPDATE_ENABLE_FONT_AWESOME_5":return{...e,enableFontAwesome5:t.payload};case"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY":return{...e,enableAutoBlockRecovery:t.payload};case"UPDATE_CONTAINER_GLOBAL_PADDING":return{...e,containerGlobalPadding:t.payload};case"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP":return{...e,containerGlobalElementsGap:t.payload};default:return e}}),{initialStateSetFlag:!1,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"",blocksStatuses:[],enableFileGeneration:"",enableTemplates:"",enableBeta:"",enableSelectedFontFamilies:"",selectedFontFamilies:"",enableLoadFontsLocally:"",enablePreloadLocalFonts:"",enableCollapsePanels:"",enableCopyPasteStyles:"",enableDisplayConditions:"",enableMasonryExtension:"",enableResponsiveConditions:"",contentWidth:"",siteKeyV2:"",siteKeyV3:"",secretKeyV2:"",secretKeyV3:"",settingsSavedNotification:!1,enableComingSoonMode:"disabled",comingSoonPage:"",blocksEditorSpacing:"",containerGlobalPadding:"",containerGlobalElementsGap:20,enableFontAwesome5:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableAutoBlockRecovery:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableLegacyBlocks:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"yes":"no"},window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__());var pl,hl=gl;hl.getState().initialStateSetFlag||(pl=hl,Jt()({path:"/uag/v1/admin/commonsettings/"}).then((e=>{const t={initialStateSetFlag:!0,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"global-settings",settingsSavedNotification:!1,blocksStatuses:e.blocks_activation_and_deactivation,enableFileGeneration:e.enable_file_generation,enableTemplates:e.enable_templates_button,enableBeta:e.enable_beta_updates,enableLegacyBlocks:e.enable_legacy_blocks,enableSelectedFontFamilies:e.load_select_font_globally,selectedFontFamilies:e.select_font_globally,enableLoadFontsLocally:e.load_gfonts_locally,enablePreloadLocalFonts:e.preload_local_fonts,enableCollapsePanels:e.collapse_panels,enableCopyPasteStyles:e.copy_paste,enableDisplayConditions:e.enable_block_condition,enableMasonryExtension:e.enable_masonry_gallery,enableResponsiveConditions:e.enable_block_responsive,contentWidth:e.content_width,siteKeyV2:e.recaptcha_site_key_v2,secretKeyV2:e.recaptcha_secret_key_v2,siteKeyV3:e.recaptcha_site_key_v3,secretKeyV3:e.recaptcha_secret_key_v3,enableComingSoonMode:e.enable_coming_soon_mode,comingSoonPage:e.coming_soon_page,blocksEditorSpacing:e.blocks_editor_spacing,containerGlobalPadding:e.container_global_padding,containerGlobalElementsGap:e.container_global_elements_gap,enableFontAwesome5:e.load_font_awesome_5,enableAutoBlockRecovery:e.auto_block_recovery};pl.dispatch({type:"UPDATE_INITIAL_STATE",payload:t})}))),s().render((0,r.createElement)((function(e){var t=e.store,a=e.context,n=e.children,r=(0,i.useMemo)((function(){var e=ta(t);return e.onStateChange=e.notifyNestedSubs,{store:t,subscription:e}}),[t]),o=(0,i.useMemo)((function(){return t.getState()}),[t]);aa((function(){var e=r.subscription;return e.trySubscribe(),o!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[r,o]);var s=a||qt;return l().createElement(s.Provider,{value:r},n)}),{store:hl},(0,r.createElement)((()=>(0,r.createElement)(Pe,null,(0,r.createElement)(Kt,null),(0,r.createElement)(sl,null),(0,r.createElement)(Te,null,(0,r.createElement)(Ne,{path:"/"},(0,r.createElement)(ll,null))))),null)),document.getElementById("uag-dashboard-app"))}()}();
1
+ !function(){var e={679:function(e,t,a){"use strict";var n=a(864),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return n.isMemo(e)?l:o[e.$$typeof]||r}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=l;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,g=Object.prototype;e.exports=function e(t,a,n){if("string"!=typeof a){if(g){var r=f(a);r&&r!==g&&e(t,r,n)}var l=c(a);d&&(l=l.concat(d(a)));for(var o=s(t),p=s(a),h=0;h<l.length;++h){var v=l[h];if(!(i[v]||n&&n[v]||p&&p[v]||o&&o[v])){var b=m(a,v);try{u(t,v,b)}catch(e){}}}}return t}},826:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},779:function(e,t,a){var n=a(826);e.exports=function e(t,a,r){return n(a)||(r=a||r,a=[]),r=r||{},t instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return c(e,t)}(t,a):n(t)?function(t,a,n){for(var r=[],i=0;i<t.length;i++)r.push(e(t[i],a,n).source);return c(new RegExp("(?:"+r.join("|")+")",d(n)),a)}(t,a,r):function(e,t,a){return m(i(e,a),t,a)}(t,a,r)},e.exports.parse=i,e.exports.compile=function(e,t){return o(i(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=m;var r=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var a,n=[],i=0,l=0,o="",c=t&&t.delimiter||"/";null!=(a=r.exec(e));){var d=a[0],m=a[1],f=a.index;if(o+=e.slice(l,f),l=f+d.length,m)o+=m[1];else{var g=e[l],p=a[2],h=a[3],v=a[4],b=a[5],w=a[6],y=a[7];o&&(n.push(o),o="");var x=null!=p&&null!=g&&g!==p,D="+"===w||"*"===w,E="?"===w||"*"===w,C=a[2]||c,_=v||b;n.push({name:h||i++,prefix:p||"",delimiter:C,optional:E,repeat:D,partial:x,asterisk:!!y,pattern:_?u(_):y?".*":"[^"+s(C)+"]+?"})}}return l<e.length&&(o+=e.substr(l)),o&&n.push(o),n}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function o(e,t){for(var a=new Array(e.length),r=0;r<e.length;r++)"object"==typeof e[r]&&(a[r]=new RegExp("^(?:"+e[r].pattern+")$",d(t)));return function(t,r){for(var i="",o=t||{},s=(r||{}).pretty?l:encodeURIComponent,u=0;u<e.length;u++){var c=e[u];if("string"!=typeof c){var d,m=o[c.name];if(null==m){if(c.optional){c.partial&&(i+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(n(m)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(m)+"`");if(0===m.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var f=0;f<m.length;f++){if(d=s(m[f]),!a[u].test(d))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(d)+"`");i+=(0===f?c.prefix:c.delimiter)+d}}else{if(d=c.asterisk?encodeURI(m).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(m),!a[u].test(d))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+d+'"');i+=c.prefix+d}}else i+=c}return i}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function c(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function m(e,t,a){n(t)||(a=t||a,t=[]);for(var r=(a=a||{}).strict,i=!1!==a.end,l="",o=0;o<e.length;o++){var u=e[o];if("string"==typeof u)l+=s(u);else{var m=s(u.prefix),f="(?:"+u.pattern+")";t.push(u),u.repeat&&(f+="(?:"+m+f+")*"),l+=f=u.optional?u.partial?m+"("+f+")?":"(?:"+m+"("+f+"))?":m+"("+f+")"}}var g=s(a.delimiter||"/"),p=l.slice(-g.length)===g;return r||(l=(p?l.slice(0,-g.length):l)+"(?:"+g+"(?=$))?"),l+=i?"$":r&&p?"":"(?="+g+"|$)",c(new RegExp("^"+l,d(a)),t)}},703:function(e,t,a){"use strict";var n=a(414);function r(){}function i(){}i.resetWarningCache=r,e.exports=function(){function e(e,t,a,r,i,l){if(l!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:r};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},639:function(e,t,a){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},r=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),i=a(196),l=s(i),o=s(a(697));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],d=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},m=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),f=function(){return m?"_"+Math.random().toString(36).substr(2,12):void 0},g=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||f(),prevId:e.id},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,null,[{key:"getDerivedStateFromProps",value:function(e,t){var a=e.id;return a!==t.prevId?{inputId:a||f(),prevId:a}:null}}]),r(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(d(e,this.sizer),this.placeHolderSizer&&d(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return m&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=n({},this.props.style);t.display||(t.display="inline-block");var a=n({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),r=function(e,t){var a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(r),r.className=this.props.inputClassName,r.id=this.state.inputId,r.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",n({},r,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(i.Component);g.propTypes={className:o.default.string,defaultValue:o.default.any,extraWidth:o.default.oneOfType([o.default.number,o.default.string]),id:o.default.string,injectStyles:o.default.bool,inputClassName:o.default.string,inputRef:o.default.func,inputStyle:o.default.object,minWidth:o.default.oneOfType([o.default.number,o.default.string]),onAutosize:o.default.func,onChange:o.default.func,placeholder:o.default.string,placeholderIsMinWidth:o.default.bool,style:o.default.object,value:o.default.any},g.defaultProps={minWidth:1,injectStyles:!0},t.Z=g},921:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for,n=a?Symbol.for("react.element"):60103,r=a?Symbol.for("react.portal"):60106,i=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,o=a?Symbol.for("react.profiler"):60114,s=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,d=a?Symbol.for("react.concurrent_mode"):60111,m=a?Symbol.for("react.forward_ref"):60112,f=a?Symbol.for("react.suspense"):60113,g=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,h=a?Symbol.for("react.lazy"):60116,v=a?Symbol.for("react.block"):60121,b=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.responder"):60118,y=a?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case c:case d:case i:case o:case l:case f:return e;default:switch(e=e&&e.$$typeof){case u:case m:case h:case p:case s:return e;default:return t}}case r:return t}}}function D(e){return x(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=n,t.ForwardRef=m,t.Fragment=i,t.Lazy=h,t.Memo=p,t.Portal=r,t.Profiler=o,t.StrictMode=l,t.Suspense=f,t.isAsyncMode=function(e){return D(e)||x(e)===c},t.isConcurrentMode=D,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return x(e)===m},t.isFragment=function(e){return x(e)===i},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===p},t.isPortal=function(e){return x(e)===r},t.isProfiler=function(e){return x(e)===o},t.isStrictMode=function(e){return x(e)===l},t.isSuspense=function(e){return x(e)===f},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===d||e===o||e===l||e===f||e===g||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===s||e.$$typeof===u||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y||e.$$typeof===v)},t.typeOf=x},864:function(e,t,a){"use strict";e.exports=a(921)},359:function(e,t){"use strict";if("function"==typeof Symbol&&Symbol.for){var a=Symbol.for;a("react.element"),a("react.portal"),a("react.fragment"),a("react.strict_mode"),a("react.profiler"),a("react.provider"),a("react.context"),a("react.forward_ref"),a("react.suspense"),a("react.suspense_list"),a("react.memo"),a("react.lazy"),a("react.block"),a("react.server.block"),a("react.fundamental"),a("react.debug_trace_mode"),a("react.legacy_hidden")}},973:function(e,t,a){"use strict";a(359)},196:function(e){"use strict";e.exports=window.React}},t={};function a(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,a),i.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e,t,n,r=window.wp.element,i=a(196),l=a.n(i),o=window.ReactDOM,s=a.n(o);function u(){return u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},u.apply(this,arguments)}function c(e,t){if(null==e)return{};var a,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function m(e,t){var a;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(a=function(e,t){if(e){if("string"==typeof e)return d(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?d(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(a=e[Symbol.iterator]()).next.bind(a)}function f(e,t){if(e in t){for(var a=t[e],n=arguments.length,r=new Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];return"function"==typeof a?a.apply(void 0,r):a}var l=new Error('Tried to handle "'+e+'" but there is no handler defined. Only defined handlers are: '+Object.keys(t).map((function(e){return'"'+e+'"'})).join(", ")+".");throw Error.captureStackTrace&&Error.captureStackTrace(l,f),l}function g(a){var n=a.props,r=a.slot,i=a.defaultTag,l=a.features,o=a.visible,s=void 0===o||o,d=a.name;if(s)return p(n,r,i,d);var m=null!=l?l:e.None;if(m&e.Static){var g=n.static,h=void 0!==g&&g,v=c(n,["static"]);if(h)return p(v,r,i,d)}if(m&e.RenderStrategy){var b,w=n.unmount,y=void 0===w||w,x=c(n,["unmount"]);return f(y?t.Unmount:t.Hidden,((b={})[t.Unmount]=function(){return null},b[t.Hidden]=function(){return p(u({},x,{hidden:!0,style:{display:"none"}}),r,i,d)},b))}return p(n,r,i,d)}function p(e,t,a,n){var r;void 0===t&&(t={});var l=v(e,["unmount","static"]),o=l.as,s=void 0===o?a:o,u=l.children,d=l.refName,f=void 0===d?"ref":d,g=c(l,["as","children","refName"]),p=void 0!==e.ref?((r={})[f]=e.ref,r):{},h="function"==typeof u?u(t):u;if(g.className&&"function"==typeof g.className&&(g.className=g.className(t)),s===i.Fragment&&Object.keys(g).length>0){if(!(0,i.isValidElement)(h)||Array.isArray(h)&&h.length>1)throw new Error(['Passing props on "Fragment"!',"","The current component <"+n+' /> is rendering a "Fragment".',"However we need to passthrough the following props:",Object.keys(g).map((function(e){return" - "+e})).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((function(e){return" - "+e})).join("\n")].join("\n"));return(0,i.cloneElement)(h,Object.assign({},function(e,t,a){for(var n,r=Object.assign({},e),i=function(){var a,i=n.value;void 0!==e[i]&&void 0!==t[i]&&Object.assign(r,((a={})[i]=function(a){a.defaultPrevented||e[i](a),a.defaultPrevented||t[i](a)},a))},l=m(["onClick"]);!(n=l()).done;)i();return r}(function(e){var t=Object.assign({},e);for(var a in t)void 0===t[a]&&delete t[a];return t}(v(g,["ref"])),h.props),p))}return(0,i.createElement)(s,Object.assign({},v(g,["ref"]),s!==i.Fragment&&p),h)}function h(e){var t;return Object.assign((0,i.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})}function v(e,t){void 0===t&&(t=[]);for(var a,n=Object.assign({},e),r=m(t);!(a=r()).done;){var i=a.value;i in n&&delete n[i]}return n}function b(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];var n=(0,i.useRef)(t);return(0,i.useEffect)((function(){n.current=t}),[t]),(0,i.useCallback)((function(e){for(var t,a=m(n.current);!(t=a()).done;){var r=t.value;null!=r&&("function"==typeof r?r(e):r.current=e)}}),[n])}function w(e){for(var t,a,n=e.parentElement,r=null;n&&!(n instanceof HTMLFieldSetElement);)n instanceof HTMLLegendElement&&(r=n),n=n.parentElement;var i=null!=(t=""===(null==(a=n)?void 0:a.getAttribute("disabled")))&&t;return(!i||!function(e){if(!e)return!1;for(var t=e.previousElementSibling;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(r))&&i}!function(e){e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static"}(e||(e={})),function(e){e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden"}(t||(t={})),function(e){e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab"}(n||(n={}));var y="undefined"!=typeof window?i.useLayoutEffect:i.useEffect,x={serverHandoffComplete:!1};function D(){var e=(0,i.useState)(x.serverHandoffComplete),t=e[0],a=e[1];return(0,i.useEffect)((function(){!0!==t&&a(!0)}),[t]),(0,i.useEffect)((function(){!1===x.serverHandoffComplete&&(x.serverHandoffComplete=!0)}),[]),t}var E=0;function C(){return++E}function _(){var e=D(),t=(0,i.useState)(e?C:null),a=t[0],n=t[1];return y((function(){null===a&&n(C())}),[a]),null!=a?""+a:void 0}var k,S,O,N,T=(0,i.createContext)(null);function A(){return(0,i.useContext)(T)}function M(e){var t=e.value,a=e.children;return l().createElement(T.Provider,{value:t},a)}function P(e){var t;if(e.type)return e.type;var a=null!=(t=e.as)?t:"button";return"string"==typeof a&&"button"===a.toLowerCase()?"button":void 0}function L(e,t){var a=(0,i.useState)((function(){return P(e)})),n=a[0],r=a[1];return y((function(){r(P(e))}),[e.type,e.as]),y((function(){n||t.current&&t.current instanceof HTMLButtonElement&&!t.current.hasAttribute("type")&&r("button")}),[n,t]),n}T.displayName="OpenClosedContext",function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(k||(k={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(O||(O={})),function(e){e[e.ToggleDisclosure=0]="ToggleDisclosure",e[e.CloseDisclosure=1]="CloseDisclosure",e[e.SetButtonId=2]="SetButtonId",e[e.SetPanelId=3]="SetPanelId",e[e.LinkPanel=4]="LinkPanel",e[e.UnlinkPanel=5]="UnlinkPanel"}(N||(N={}));var I=((S={})[N.ToggleDisclosure]=function(e){var t;return u({},e,{disclosureState:f(e.disclosureState,(t={},t[O.Open]=O.Closed,t[O.Closed]=O.Open,t))})},S[N.CloseDisclosure]=function(e){return e.disclosureState===O.Closed?e:u({},e,{disclosureState:O.Closed})},S[N.LinkPanel]=function(e){return!0===e.linkedPanel?e:u({},e,{linkedPanel:!0})},S[N.UnlinkPanel]=function(e){return!1===e.linkedPanel?e:u({},e,{linkedPanel:!1})},S[N.SetButtonId]=function(e,t){return e.buttonId===t.buttonId?e:u({},e,{buttonId:t.buttonId})},S[N.SetPanelId]=function(e,t){return e.panelId===t.panelId?e:u({},e,{panelId:t.panelId})},S),V=(0,i.createContext)(null);function R(e){var t=(0,i.useContext)(V);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,R),a}return t}V.displayName="DisclosureContext";var F=(0,i.createContext)(null);function H(e){var t=(0,i.useContext)(F);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,H),a}return t}F.displayName="DisclosureAPIContext";var j=(0,i.createContext)(null);function B(e,t){return f(t.type,I,e,t)}j.displayName="DisclosurePanelContext";var U=i.Fragment;function W(e){var t,a=e.defaultOpen,n=void 0!==a&&a,r=c(e,["defaultOpen"]),o="headlessui-disclosure-button-"+_(),s="headlessui-disclosure-panel-"+_(),u=(0,i.useReducer)(B,{disclosureState:n?O.Open:O.Closed,linkedPanel:!1,buttonId:o,panelId:s}),d=u[0].disclosureState,m=u[1];(0,i.useEffect)((function(){return m({type:N.SetButtonId,buttonId:o})}),[o,m]),(0,i.useEffect)((function(){return m({type:N.SetPanelId,panelId:s})}),[s,m]);var p=(0,i.useCallback)((function(e){m({type:N.CloseDisclosure});var t=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:document.getElementById(o):document.getElementById(o);null==t||t.focus()}),[m,o]),h=(0,i.useMemo)((function(){return{close:p}}),[p]),v=(0,i.useMemo)((function(){return{open:d===O.Open,close:p}}),[d,p]);return l().createElement(V.Provider,{value:u},l().createElement(F.Provider,{value:h},l().createElement(M,{value:f(d,(t={},t[O.Open]=k.Open,t[O.Closed]=k.Closed,t))},g({props:r,slot:v,defaultTag:U,name:"Disclosure"}))))}var G=h((function e(t,a){var r=R([W.name,e.name].join(".")),l=r[0],o=r[1],s=(0,i.useRef)(null),c=b(s,a),d=(0,i.useContext)(j),m=null!==d&&d===l.panelId,f=(0,i.useCallback)((function(e){var t;if(m){if(l.disclosureState===O.Closed)return;switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure}),null==(t=document.getElementById(l.buttonId))||t.focus()}}else switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure})}}),[o,m,l.disclosureState]),p=(0,i.useCallback)((function(e){e.key===n.Space&&e.preventDefault()}),[]),h=(0,i.useCallback)((function(e){var a;w(e.currentTarget)||t.disabled||(m?(o({type:N.ToggleDisclosure}),null==(a=document.getElementById(l.buttonId))||a.focus()):o({type:N.ToggleDisclosure}))}),[o,t.disabled,l.buttonId,m]),v=(0,i.useMemo)((function(){return{open:l.disclosureState===O.Open}}),[l]),y=L(t,s);return g({props:u({},t,m?{ref:c,type:y,onKeyDown:f,onClick:h}:{ref:c,id:l.buttonId,type:y,"aria-expanded":t.disabled?void 0:l.disclosureState===O.Open,"aria-controls":l.linkedPanel?l.panelId:void 0,onKeyDown:f,onKeyUp:p,onClick:h}),slot:v,defaultTag:"button",name:"Disclosure.Button"})})),z=e.RenderStrategy|e.Static,Z=h((function e(t,a){var n=R([W.name,e.name].join(".")),r=n[0],o=n[1],s=H([W.name,e.name].join(".")).close,c=b(a,(function(){r.linkedPanel||o({type:N.LinkPanel})})),d=A(),m=null!==d?d===k.Open:r.disclosureState===O.Open;(0,i.useEffect)((function(){return function(){return o({type:N.UnlinkPanel})}}),[o]),(0,i.useEffect)((function(){var e;r.disclosureState!==O.Closed||null!=(e=t.unmount)&&!e||o({type:N.UnlinkPanel})}),[r.disclosureState,t.unmount,o]);var f=(0,i.useMemo)((function(){return{open:r.disclosureState===O.Open,close:s}}),[r,s]),p={ref:c,id:r.panelId},h=t;return l().createElement(j.Provider,{value:r.panelId},g({props:u({},h,p),slot:f,defaultTag:"div",features:z,visible:m,name:"Disclosure.Panel"}))}));function K(e,t){return K=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},K(e,t)}function $(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,K(e,t)}W.Button=G,W.Panel=Z;var Y=a(697),J=a.n(Y);function q(){return q=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},q.apply(this,arguments)}function X(e){return"/"===e.charAt(0)}function Q(e,t){for(var a=t,n=a+1,r=e.length;n<r;a+=1,n+=1)e[a]=e[n];e.pop()}var ee=function(e,t){if(!e)throw new Error("Invariant failed")};function te(e){return"/"===e.charAt(0)?e:"/"+e}function ae(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function ne(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function re(e){var t=e.pathname,a=e.search,n=e.hash,r=t||"/";return a&&"?"!==a&&(r+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(r+="#"===n.charAt(0)?n:"#"+n),r}function ie(e,t,a,n){var r;"string"==typeof e?(r=function(e){var t=e||"/",a="",n="",r=t.indexOf("#");-1!==r&&(n=t.substr(r),t=t.substr(0,r));var i=t.indexOf("?");return-1!==i&&(a=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===a?"":a,hash:"#"===n?"":n}}(e),r.state=t):(void 0===(r=q({},e)).pathname&&(r.pathname=""),r.search?"?"!==r.search.charAt(0)&&(r.search="?"+r.search):r.search="",r.hash?"#"!==r.hash.charAt(0)&&(r.hash="#"+r.hash):r.hash="",void 0!==t&&void 0===r.state&&(r.state=t));try{r.pathname=decodeURI(r.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+r.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return a&&(r.key=a),n?r.pathname?"/"!==r.pathname.charAt(0)&&(r.pathname=function(e,t){void 0===t&&(t="");var a,n=e&&e.split("/")||[],r=t&&t.split("/")||[],i=e&&X(e),l=t&&X(t),o=i||l;if(e&&X(e)?r=n:n.length&&(r.pop(),r=r.concat(n)),!r.length)return"/";if(r.length){var s=r[r.length-1];a="."===s||".."===s||""===s}else a=!1;for(var u=0,c=r.length;c>=0;c--){var d=r[c];"."===d?Q(r,c):".."===d?(Q(r,c),u++):u&&(Q(r,c),u--)}if(!o)for(;u--;u)r.unshift("..");!o||""===r[0]||r[0]&&X(r[0])||r.unshift("");var m=r.join("/");return a&&"/"!==m.substr(-1)&&(m+="/"),m}(r.pathname,n.pathname)):r.pathname=n.pathname:r.pathname||(r.pathname="/"),r}function le(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,a,n,r){if(null!=e){var i="function"==typeof e?e(t,a):e;"string"==typeof i?"function"==typeof n?n(i,r):r(!0):r(!1!==i)}else r(!0)},appendListener:function(e){var a=!0;function n(){a&&e.apply(void 0,arguments)}return t.push(n),function(){a=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.forEach((function(e){return e.apply(void 0,a)}))}}}var oe=!("undefined"==typeof window||!window.document||!window.document.createElement);function se(e,t){t(window.confirm(e))}var ue="popstate",ce="hashchange";function de(){try{return window.history.state||{}}catch(e){return{}}}function me(e){void 0===e&&(e={}),oe||ee(!1);var t,a=window.history,n=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,r=!(-1===window.navigator.userAgent.indexOf("Trident")),i=e,l=i.forceRefresh,o=void 0!==l&&l,s=i.getUserConfirmation,u=void 0===s?se:s,c=i.keyLength,d=void 0===c?6:c,m=e.basename?ne(te(e.basename)):"";function f(e){var t=e||{},a=t.key,n=t.state,r=window.location,i=r.pathname+r.search+r.hash;return m&&(i=ae(i,m)),ie(i,n,a)}function g(){return Math.random().toString(36).substr(2,d)}var p=le();function h(e){q(O,e),O.length=a.length,p.notifyListeners(O.location,O.action)}function v(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||y(f(e.state))}function b(){y(f(de()))}var w=!1;function y(e){w?(w=!1,h()):p.confirmTransitionTo(e,"POP",u,(function(t){t?h({action:"POP",location:e}):function(e){var t=O.location,a=D.indexOf(t.key);-1===a&&(a=0);var n=D.indexOf(e.key);-1===n&&(n=0);var r=a-n;r&&(w=!0,C(r))}(e)}))}var x=f(de()),D=[x.key];function E(e){return m+re(e)}function C(e){a.go(e)}var _=0;function k(e){1===(_+=e)&&1===e?(window.addEventListener(ue,v),r&&window.addEventListener(ce,b)):0===_&&(window.removeEventListener(ue,v),r&&window.removeEventListener(ce,b))}var S=!1,O={length:a.length,action:"POP",location:x,createHref:E,push:function(e,t){var r="PUSH",i=ie(e,t,g(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=E(i),l=i.key,s=i.state;if(n)if(a.pushState({key:l,state:s},null,t),o)window.location.href=t;else{var u=D.indexOf(O.location.key),c=D.slice(0,u+1);c.push(i.key),D=c,h({action:r,location:i})}else window.location.href=t}}))},replace:function(e,t){var r="REPLACE",i=ie(e,t,g(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=E(i),l=i.key,s=i.state;if(n)if(a.replaceState({key:l,state:s},null,t),o)window.location.replace(t);else{var u=D.indexOf(O.location.key);-1!==u&&(D[u]=i.key),h({action:r,location:i})}else window.location.replace(t)}}))},go:C,goBack:function(){C(-1)},goForward:function(){C(1)},block:function(e){void 0===e&&(e=!1);var t=p.setPrompt(e);return S||(k(1),S=!0),function(){return S&&(S=!1,k(-1)),t()}},listen:function(e){var t=p.appendListener(e);return k(1),function(){k(-1),t()}}};return O}var fe=1073741823,ge="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:{};function pe(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(a,n){e=a,t.forEach((function(t){return t(e,n)}))}}}var he=l().createContext||function(e,t){var a,n,r,l="__create-react-context-"+((ge[r="__global_unique_id__"]=(ge[r]||0)+1)+"__"),o=function(e){function a(){var t;return(t=e.apply(this,arguments)||this).emitter=pe(t.props.value),t}$(a,e);var n=a.prototype;return n.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var a,n=this.props.value,r=e.value;((i=n)===(l=r)?0!==i||1/i==1/l:i!=i&&l!=l)?a=0:(a="function"==typeof t?t(n,r):fe,0!=(a|=0)&&this.emitter.set(e.value,a))}var i,l},n.render=function(){return this.props.children},a}(i.Component);o.childContextTypes=((a={})[l]=J().object.isRequired,a);var s=function(t){function a(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,a){0!=((0|e.observedBits)&a)&&e.setState({value:e.getValue()})},e}$(a,t);var n=a.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?fe:t},n.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?fe:e},n.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},n.getValue=function(){return this.context[l]?this.context[l].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},a}(i.Component);return s.contextTypes=((n={})[l]=J().object,n),{Provider:o,Consumer:s}},ve=he,be=a(779),we=a.n(be);function ye(e,t){if(null==e)return{};var a,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}a(864),a(679);var xe=function(e){var t=ve();return t.displayName=e,t},De=xe("Router-History"),Ee=function(e){var t=ve();return t.displayName=e,t},Ce=Ee("Router"),_e=function(e){function t(t){var a;return(a=e.call(this,t)||this).state={location:t.history.location},a._isMounted=!1,a._pendingLocation=null,t.staticContext||(a.unlisten=t.history.listen((function(e){a._isMounted?a.setState({location:e}):a._pendingLocation=e}))),a}$(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var a=t.prototype;return a.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},a.componentWillUnmount=function(){this.unlisten&&this.unlisten()},a.render=function(){return l().createElement(Ce.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},l().createElement(De.Provider,{children:this.props.children||null,value:this.props.history}))},t}(l().Component);l().Component,l().Component;var ke={},Se=0;function Oe(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var a=t,n=a.path,r=a.exact,i=void 0!==r&&r,l=a.strict,o=void 0!==l&&l,s=a.sensitive,u=void 0!==s&&s;return[].concat(n).reduce((function(t,a){if(!a&&""!==a)return null;if(t)return t;var n=function(e,t){var a=""+t.end+t.strict+t.sensitive,n=ke[a]||(ke[a]={});if(n[e])return n[e];var r=[],i={regexp:we()(e,r,t),keys:r};return Se<1e4&&(n[e]=i,Se++),i}(a,{end:i,strict:o,sensitive:u}),r=n.regexp,l=n.keys,s=r.exec(e);if(!s)return null;var c=s[0],d=s.slice(1),m=e===c;return i&&!m?null:{path:a,url:"/"===a&&""===c?"/":c,isExact:m,params:l.reduce((function(e,t,a){return e[t.name]=d[a],e}),{})}}),null)}var Ne=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a=e.props.location||t.location,n=q({},t,{location:a,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Oe(a.pathname,e.props):t.match}),r=e.props,i=r.children,o=r.component,s=r.render;return Array.isArray(i)&&0===i.length&&(i=null),l().createElement(Ce.Provider,{value:n},n.match?i?"function"==typeof i?i(n):i:o?l().createElement(o,n):s?s(n):null:"function"==typeof i?i(n):null)}))},t}(l().Component);l().Component;var Te=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a,n,r=e.props.location||t.location;return l().Children.forEach(e.props.children,(function(e){if(null==n&&l().isValidElement(e)){a=e;var i=e.props.path||e.props.from;n=i?Oe(r.pathname,q({},e.props,{path:i})):t.match}})),n?l().cloneElement(a,{location:r,computedMatch:n}):null}))},t}(l().Component),Ae=l().useContext;function Me(){return Ae(Ce).location}var Pe=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(t=e.call.apply(e,[this].concat(n))||this).history=me(t.props),t}return $(t,e),t.prototype.render=function(){return l().createElement(_e,{history:this.history,children:this.props.children})},t}(l().Component);l().Component;var Le=function(e,t){return"function"==typeof e?e(t):e},Ie=function(e,t){return"string"==typeof e?ie(e,null,null,t):e},Ve=function(e){return e},Re=l().forwardRef;void 0===Re&&(Re=Ve);var Fe=Re((function(e,t){var a=e.innerRef,n=e.navigate,r=e.onClick,i=ye(e,["innerRef","navigate","onClick"]),o=i.target,s=q({},i,{onClick:function(e){try{r&&r(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||o&&"_self"!==o||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),n())}});return s.ref=Ve!==Re&&t||a,l().createElement("a",s)})),He=Re((function(e,t){var a=e.component,n=void 0===a?Fe:a,r=e.replace,i=e.to,o=e.innerRef,s=ye(e,["component","replace","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=e.history,u=Ie(Le(i,e.location),e.location),c=u?a.createHref(u):"",d=q({},s,{href:c,navigate:function(){var t=Le(i,e.location);(r?a.replace:a.push)(t)}});return Ve!==Re?d.ref=t||o:d.innerRef=o,l().createElement(n,d)}))})),je=function(e){return e},Be=l().forwardRef;void 0===Be&&(Be=je),Be((function(e,t){var a=e["aria-current"],n=void 0===a?"page":a,r=e.activeClassName,i=void 0===r?"active":r,o=e.activeStyle,s=e.className,u=e.exact,c=e.isActive,d=e.location,m=e.sensitive,f=e.strict,g=e.style,p=e.to,h=e.innerRef,v=ye(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=d||e.location,r=Ie(Le(p,a),a),b=r.pathname,w=b&&b.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=w?Oe(a.pathname,{path:w,exact:u,sensitive:m,strict:f}):null,x=!!(c?c(y,a):y),D=x?function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((function(e){return e})).join(" ")}(s,i):s,E=x?q({},g,{},o):g,C=q({"aria-current":x&&n||null,className:D,style:E,to:r},v);return je!==Be?C.ref=t||h:C.innerRef=h,l().createElement(He,C)}))}));var Ue,We=window.wp.i18n;function Ge(){var e=(0,i.useRef)(!1);return(0,i.useEffect)((function(){return e.current=!0,function(){e.current=!1}}),[]),e}function ze(){var e=[],t={requestAnimationFrame:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=requestAnimationFrame.apply(void 0,arguments);t.add((function(){return cancelAnimationFrame(e)}))})),nextFrame:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.requestAnimationFrame((function(){t.requestAnimationFrame.apply(t,a)}))},setTimeout:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=setTimeout.apply(void 0,arguments);t.add((function(){return clearTimeout(e)}))})),add:function(t){e.push(t)},dispose:function(){for(var t,a=m(e.splice(0));!(t=a()).done;){(0,t.value)()}}};return t}function Ze(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];e&&n.length>0&&(t=e.classList).add.apply(t,n)}function Ke(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];e&&n.length>0&&(t=e.classList).remove.apply(t,n)}function $e(e,t,a,n,r,i){var l=ze(),o=void 0!==i?function(e){var t={called:!1};return function(){if(!t.called)return t.called=!0,e.apply(void 0,arguments)}}(i):function(){};return Ke.apply(void 0,[e].concat(r)),Ze.apply(void 0,[e].concat(t,a)),l.nextFrame((function(){Ke.apply(void 0,[e].concat(a)),Ze.apply(void 0,[e].concat(n)),l.add(function(e,t){var a=ze();if(!e)return a.dispose;var n=getComputedStyle(e),r=[n.transitionDuration,n.transitionDelay].map((function(e){var t=e.split(",").filter(Boolean).map((function(e){return e.includes("ms")?parseFloat(e):1e3*parseFloat(e)})).sort((function(e,t){return t-e}))[0];return void 0===t?0:t})),i=r[0],l=r[1];return 0!==i?a.setTimeout((function(){t(Ue.Finished)}),i+l):t(Ue.Finished),a.add((function(){return t(Ue.Cancelled)})),a.dispose}(e,(function(a){return Ke.apply(void 0,[e].concat(n,t)),Ze.apply(void 0,[e].concat(r)),o(a)})))})),l.add((function(){return Ke.apply(void 0,[e].concat(t,a,n,r))})),l.add((function(){return o(Ue.Cancelled)})),l.dispose}function Ye(e){return void 0===e&&(e=""),(0,i.useMemo)((function(){return e.split(" ").filter((function(e){return e.trim().length>1}))}),[e])}!function(e){e.Finished="finished",e.Cancelled="cancelled"}(Ue||(Ue={}));var Je,qe=(0,i.createContext)(null);qe.displayName="TransitionContext",function(e){e.Visible="visible",e.Hidden="hidden"}(Je||(Je={}));var Xe=(0,i.createContext)(null);function Qe(e){return"children"in e?Qe(e.children):e.current.filter((function(e){return e.state===Je.Visible})).length>0}function et(e){var a=(0,i.useRef)(e),n=(0,i.useRef)([]),r=Ge();(0,i.useEffect)((function(){a.current=e}),[e]);var l=(0,i.useCallback)((function(e,i){var l;void 0===i&&(i=t.Hidden);var o=n.current.findIndex((function(t){return t.id===e}));-1!==o&&(f(i,((l={})[t.Unmount]=function(){n.current.splice(o,1)},l[t.Hidden]=function(){n.current[o].state=Je.Hidden},l)),!Qe(n)&&r.current&&(null==a.current||a.current()))}),[a,r,n]),o=(0,i.useCallback)((function(e){var a=n.current.find((function(t){return t.id===e}));return a?a.state!==Je.Visible&&(a.state=Je.Visible):n.current.push({id:e,state:Je.Visible}),function(){return l(e,t.Unmount)}}),[n,l]);return(0,i.useMemo)((function(){return{children:n,register:o,unregister:l}}),[o,l,n])}function tt(){}Xe.displayName="NestingContext";var at=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function nt(e){for(var t,a={},n=m(at);!(t=n()).done;){var r,i=t.value;a[i]=null!=(r=e[i])?r:tt}return a}var rt=e.RenderStrategy;function it(e){var a,n=e.beforeEnter,r=e.afterEnter,o=e.beforeLeave,s=e.afterLeave,d=e.enter,m=e.enterFrom,p=e.enterTo,h=e.entered,v=e.leave,b=e.leaveFrom,w=e.leaveTo,x=c(e,["beforeEnter","afterEnter","beforeLeave","afterLeave","enter","enterFrom","enterTo","entered","leave","leaveFrom","leaveTo"]),E=(0,i.useRef)(null),C=(0,i.useState)(Je.Visible),S=C[0],O=C[1],N=x.unmount?t.Unmount:t.Hidden,T=function(){var e=(0,i.useContext)(qe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),A=T.show,P=T.appear,L=T.initial,I=function(){var e=(0,i.useContext)(Xe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),V=I.register,R=I.unregister,F=_(),H=(0,i.useRef)(!1),j=et((function(){H.current||(O(Je.Hidden),R(F),$.current.afterLeave())}));y((function(){if(F)return V(F)}),[V,F]),y((function(){var e;N===t.Hidden&&F&&(A&&S!==Je.Visible?O(Je.Visible):f(S,((e={})[Je.Hidden]=function(){return R(F)},e[Je.Visible]=function(){return V(F)},e)))}),[S,F,V,R,A,N]);var B=Ye(d),U=Ye(m),W=Ye(p),G=Ye(h),z=Ye(v),Z=Ye(b),K=Ye(w),$=function(e){var t=(0,i.useRef)(nt(e));return(0,i.useEffect)((function(){t.current=nt(e)}),[e]),t}({beforeEnter:n,afterEnter:r,beforeLeave:o,afterLeave:s}),Y=D();(0,i.useEffect)((function(){if(Y&&S===Je.Visible&&null===E.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[E,S,Y]);var J=L&&!P;y((function(){var e=E.current;if(e&&!J)return H.current=!0,A&&$.current.beforeEnter(),A||$.current.beforeLeave(),A?$e(e,B,U,W,G,(function(e){H.current=!1,e===Ue.Finished&&$.current.afterEnter()})):$e(e,z,Z,K,G,(function(e){H.current=!1,e===Ue.Finished&&(Qe(j)||(O(Je.Hidden),R(F),$.current.afterLeave()))}))}),[$,F,H,R,j,E,J,A,B,U,W,z,Z,K]);var q={ref:E},X=x;return l().createElement(Xe.Provider,{value:j},l().createElement(M,{value:f(S,(a={},a[Je.Visible]=k.Open,a[Je.Hidden]=k.Closed,a))},g({props:u({},X,q),defaultTag:"div",features:rt,visible:S===Je.Visible,name:"Transition.Child"})))}function lt(e){var t,a=e.show,n=e.appear,r=void 0!==n&&n,o=e.unmount,s=c(e,["show","appear","unmount"]),d=A();if(void 0===a&&null!==d&&(a=f(d,((t={})[k.Open]=!0,t[k.Closed]=!1,t))),![!0,!1].includes(a))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");var m=(0,i.useState)(a?Je.Visible:Je.Hidden),p=m[0],h=m[1],v=et((function(){h(Je.Hidden)})),b=function(){var e=(0,i.useRef)(!0);return(0,i.useEffect)((function(){e.current=!1}),[]),e.current}(),w=(0,i.useMemo)((function(){return{show:a,appear:r||!b,initial:b}}),[a,r,b]);(0,i.useEffect)((function(){a?h(Je.Visible):Qe(v)||h(Je.Hidden)}),[a,v]);var y={unmount:o};return l().createElement(Xe.Provider,{value:v},l().createElement(qe.Provider,{value:w},g({props:u({},y,{as:i.Fragment,children:l().createElement(it,Object.assign({},y,s))}),defaultTag:i.Fragment,features:rt,visible:p===Je.Visible,name:"Transition"})))}function ot(e,t,a){var n=(0,i.useRef)(t);n.current=t,(0,i.useEffect)((function(){function t(e){n.current.call(window,e)}return window.addEventListener(e,t,a),function(){return window.removeEventListener(e,t,a)}}),[e,a])}lt.Child=function(e){var t=null!==(0,i.useContext)(qe),a=null!==A();return!t&&a?l().createElement(lt,Object.assign({},e)):l().createElement(it,Object.assign({},e))},lt.Root=lt;var st,ut,ct,dt,mt,ft=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((function(e){return e+":not([tabindex='-1'])"})).join(",");function gt(e){null==e||e.focus({preventScroll:!0})}function pt(e,t){var a=Array.isArray(e)?e.slice().sort((function(e,t){var a=e.compareDocumentPosition(t);return a&Node.DOCUMENT_POSITION_FOLLOWING?-1:a&Node.DOCUMENT_POSITION_PRECEDING?1:0})):function(e){return void 0===e&&(e=document.body),null==e?[]:Array.from(e.querySelectorAll(ft))}(e),n=document.activeElement,r=function(){if(t&(st.First|st.Next))return ct.Next;if(t&(st.Previous|st.Last))return ct.Previous;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),i=function(){if(t&st.First)return 0;if(t&st.Previous)return Math.max(0,a.indexOf(n))-1;if(t&st.Next)return Math.max(0,a.indexOf(n))+1;if(t&st.Last)return a.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),l=t&st.NoScroll?{preventScroll:!0}:{},o=0,s=a.length,u=void 0;do{var c;if(o>=s||o+s<=0)return ut.Error;var d=i+o;if(t&st.WrapAround)d=(d+s)%s;else{if(d<0)return ut.Underflow;if(d>=s)return ut.Overflow}null==(c=u=a[d])||c.focus(l),o+=r}while(u!==document.activeElement);return u.hasAttribute("tabindex")||u.setAttribute("tabindex","0"),ut.Success}!function(e){e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll"}(st||(st={})),function(e){e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow"}(ut||(ut={})),function(e){e[e.Previous=-1]="Previous",e[e.Next=1]="Next"}(ct||(ct={})),function(e){e[e.Strict=0]="Strict",e[e.Loose=1]="Loose"}(dt||(dt={})),function(e){e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All"}(mt||(mt={}));var ht=new Set,vt=new Map;function bt(e){e.setAttribute("aria-hidden","true"),e.inert=!0}function wt(e){var t=vt.get(e);t&&(null===t["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",t["aria-hidden"]),e.inert=t.inert)}var yt=(0,i.createContext)(!1);function xt(e){return l().createElement(yt.Provider,{value:e.force},e.children)}var Dt=i.Fragment;function Et(e){var t=e,a=function(){var e=(0,i.useContext)(yt),t=(0,i.useContext)(_t),a=(0,i.useState)((function(){if(!e&&null!==t)return null;if("undefined"==typeof window)return null;var a=document.getElementById("headlessui-portal-root");if(a)return a;var n=document.createElement("div");return n.setAttribute("id","headlessui-portal-root"),document.body.appendChild(n)})),n=a[0],r=a[1];return(0,i.useEffect)((function(){null!==n&&(document.body.contains(n)||document.body.appendChild(n))}),[n]),(0,i.useEffect)((function(){e||null!==t&&r(t.current)}),[t,r,e]),n}(),n=(0,i.useState)((function(){return"undefined"==typeof window?null:document.createElement("div")}))[0],r=D();return y((function(){if(a&&n)return a.appendChild(n),function(){var e;a&&n&&(a.removeChild(n),a.childNodes.length<=0&&(null==(e=a.parentElement)||e.removeChild(a)))}}),[a,n]),r&&a&&n?(0,o.createPortal)(g({props:t,defaultTag:Dt,name:"Portal"}),n):null}var Ct=i.Fragment,_t=(0,i.createContext)(null);Et.Group=function(e){var t=e.target,a=c(e,["target"]);return l().createElement(_t.Provider,{value:t},g({props:a,defaultTag:Ct,name:"Popover.Group"}))};var kt=(0,i.createContext)(null);function St(){var e=(0,i.useContext)(kt);if(null===e){var t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,St),t}return e}function Ot(){var e=(0,i.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,i.useMemo)((function(){return function(e){var t=(0,i.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,i.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(kt.Provider,{value:n},e.children)}}),[a])]}function Nt(e){var t=St(),a="headlessui-description-"+_();y((function(){return t.register(a)}),[a,t.register]);var n=e,r=u({},t.props,{id:a});return g({props:u({},n,r),slot:t.slot||{},defaultTag:"p",name:t.name||"Description"})}var Tt,At,Mt,Pt,Lt=(0,i.createContext)((function(){}));function It(e){var t=e.children,a=e.onUpdate,n=e.type,r=e.element,o=(0,i.useContext)(Lt),s=(0,i.useCallback)((function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];null==a||a.apply(void 0,t),o.apply(void 0,t)}),[o,a]);return y((function(){return s(Tt.Add,n,r),function(){return s(Tt.Remove,n,r)}}),[s,n,r]),l().createElement(Lt.Provider,{value:s},t)}Lt.displayName="StackContext",function(e){e[e.Add=0]="Add",e[e.Remove=1]="Remove"}(Tt||(Tt={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(Mt||(Mt={})),function(e){e[e.SetTitleId=0]="SetTitleId"}(Pt||(Pt={}));var Vt=((At={})[Pt.SetTitleId]=function(e,t){return e.titleId===t.id?e:u({},e,{titleId:t.id})},At),Rt=(0,i.createContext)(null);function Ft(e){var t=(0,i.useContext)(Rt);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+Wt.displayName+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,Ft),a}return t}function Ht(e,t){return f(t.type,Vt,e,t)}Rt.displayName="DialogContext";var jt=e.RenderStrategy|e.Static,Bt=h((function(e,t){var a,r=e.open,o=e.onClose,s=e.initialFocus,d=c(e,["open","onClose","initialFocus"]),p=(0,i.useState)(0),h=p[0],v=p[1],w=A();void 0===r&&null!==w&&(r=f(w,((a={})[k.Open]=!0,a[k.Closed]=!1,a)));var x=(0,i.useRef)(new Set),E=(0,i.useRef)(null),C=b(E,t),S=e.hasOwnProperty("open")||null!==w,O=e.hasOwnProperty("onClose");if(!S&&!O)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!S)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!O)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof r)throw new Error("You provided an `open` prop to the `Dialog`, but the value is not a boolean. Received: "+r);if("function"!=typeof o)throw new Error("You provided an `onClose` prop to the `Dialog`, but the value is not a function. Received: "+o);var N=r?Mt.Open:Mt.Closed,T=null!==w?w===k.Open:N===Mt.Open,M=(0,i.useReducer)(Ht,{titleId:null,descriptionId:null}),P=M[0],L=M[1],I=(0,i.useCallback)((function(){return o(!1)}),[o]),V=(0,i.useCallback)((function(e){return L({type:Pt.SetTitleId,id:e})}),[L]),R=D()&&N===Mt.Open,F=h>1,H=null!==(0,i.useContext)(Rt);(function(e,t,a){void 0===t&&(t=mt.All);var r=void 0===a?{}:a,l=r.initialFocus,o=r.containers,s=(0,i.useRef)("undefined"!=typeof window?document.activeElement:null),u=(0,i.useRef)(null),c=Ge(),d=Boolean(t&mt.RestoreFocus),f=Boolean(t&mt.InitialFocus);(0,i.useEffect)((function(){d&&(s.current=document.activeElement)}),[d]),(0,i.useEffect)((function(){if(d)return function(){gt(s.current),s.current=null}}),[d]),(0,i.useEffect)((function(){if(f&&e.current){var t=document.activeElement;if(null==l?void 0:l.current){if((null==l?void 0:l.current)===t)return void(u.current=t)}else if(e.current.contains(t))return void(u.current=t);(null==l?void 0:l.current)?gt(l.current):pt(e.current,st.First)===ut.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),u.current=document.activeElement}}),[e,l,f]),ot("keydown",(function(a){t&mt.TabLock&&e.current&&a.key===n.Tab&&(a.preventDefault(),pt(e.current,(a.shiftKey?st.Previous:st.Next)|st.WrapAround)===ut.Success&&(u.current=document.activeElement))})),ot("focus",(function(a){if(t&mt.FocusLock){var n=new Set(null==o?void 0:o.current);if(n.add(e),n.size){var r=u.current;if(r&&c.current){var i=a.target;i&&i instanceof HTMLElement?function(e,t){for(var a,n=m(e);!(a=n()).done;){var r;if(null==(r=a.value.current)?void 0:r.contains(t))return!0}return!1}(n,i)?(u.current=i,gt(i)):(a.preventDefault(),a.stopPropagation(),gt(r)):gt(u.current)}}}}),!0)})(E,R?f(F?"parent":"leaf",{parent:mt.RestoreFocus,leaf:mt.All}):mt.None,{initialFocus:s,containers:x}),function(e,t){void 0===t&&(t=!0),y((function(){if(t&&e.current){var a=e.current;ht.add(a);for(var n,r=m(vt.keys());!(n=r()).done;){var i=n.value;i.contains(a)&&(wt(i),vt.delete(i))}return document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}1===ht.size&&(vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e))}})),function(){if(ht.delete(a),ht.size>0)document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement&&!vt.has(e)){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e)}}));else for(var e,t=m(vt.keys());!(e=t()).done;){var n=e.value;wt(n),vt.delete(n)}}}}),[t])}(E,!!F&&R),ot("mousedown",(function(e){var t,a=e.target;N===Mt.Open&&(F||(null==(t=E.current)?void 0:t.contains(a))||I())})),ot("keydown",(function(e){e.key===n.Escape&&N===Mt.Open&&(F||(e.preventDefault(),e.stopPropagation(),I()))})),(0,i.useEffect)((function(){if(N===Mt.Open&&!H){var e=document.documentElement.style.overflow,t=document.documentElement.style.paddingRight,a=window.innerWidth-document.documentElement.clientWidth;return document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight=a+"px",function(){document.documentElement.style.overflow=e,document.documentElement.style.paddingRight=t}}}),[N,H]),(0,i.useEffect)((function(){if(N===Mt.Open&&E.current){var e=new IntersectionObserver((function(e){for(var t,a=m(e);!(t=a()).done;){var n=t.value;0===n.boundingClientRect.x&&0===n.boundingClientRect.y&&0===n.boundingClientRect.width&&0===n.boundingClientRect.height&&I()}}));return e.observe(E.current),function(){return e.disconnect()}}}),[N,E,I]);var j=Ot(),B=j[0],U=j[1],W="headlessui-dialog-"+_(),G=(0,i.useMemo)((function(){return[{dialogState:N,close:I,setTitleId:V},P]}),[N,P,I,V]),z=(0,i.useMemo)((function(){return{open:N===Mt.Open}}),[N]),Z={ref:C,id:W,role:"dialog","aria-modal":N===Mt.Open||void 0,"aria-labelledby":P.titleId,"aria-describedby":B,onClick:function(e){e.stopPropagation()}},K=d;return l().createElement(It,{type:"Dialog",element:E,onUpdate:(0,i.useCallback)((function(e,t,a){var n;"Dialog"===t&&f(e,((n={})[Tt.Add]=function(){x.current.add(a),v((function(e){return e+1}))},n[Tt.Remove]=function(){x.current.add(a),v((function(e){return e-1}))},n))}),[])},l().createElement(xt,{force:!0},l().createElement(Et,null,l().createElement(Rt.Provider,{value:G},l().createElement(Et.Group,{target:E},l().createElement(xt,{force:!1},l().createElement(U,{slot:z,name:"Dialog.Description"},g({props:u({},K,Z),slot:z,defaultTag:"div",features:jt,visible:T,name:"Dialog"}))))))))})),Ut=h((function e(t,a){var n=Ft([Wt.displayName,e.name].join("."))[0],r=n.dialogState,l=n.close,o=b(a),s="headlessui-dialog-overlay-"+_(),c=(0,i.useCallback)((function(e){if(e.target===e.currentTarget){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),l()}}),[l]),d=(0,i.useMemo)((function(){return{open:r===Mt.Open}}),[r]);return g({props:u({},t,{ref:o,id:s,"aria-hidden":!0,onClick:c}),slot:d,defaultTag:"div",name:"Dialog.Overlay"})})),Wt=Object.assign(Bt,{Overlay:Ut,Title:function e(t){var a=Ft([Wt.displayName,e.name].join("."))[0],n=a.dialogState,r=a.setTitleId,l="headlessui-dialog-title-"+_();(0,i.useEffect)((function(){return r(l),function(){return r(null)}}),[l,r]);var o=(0,i.useMemo)((function(){return{open:n===Mt.Open}}),[n]);return g({props:u({},t,{id:l}),slot:o,defaultTag:"h2",name:"Dialog.Title"})},Description:Nt}),Gt=function(e){return i.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),i.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))},zt=function(e){return i.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),i.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"}))},Zt=()=>{const e=uag_react.global_data.changelog_data,[t,a]=(0,i.useState)(!1);return(0,r.createElement)(i.Fragment,null,(0,r.createElement)("button",{onClick:()=>a(!0),title:(0,We.__)("What's New?","ultimate-addons-for-gutenberg"),className:"w-10 h-10 flex items-center justify-center cursor-pointer rounded-full border border-slate-200"},(0,r.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M8.16667 3.90182V15.0335C8.16667 15.8434 7.51008 16.5 6.70015 16.5C6.08038 16.5 5.52752 16.1104 5.31907 15.5267L3.53039 10.4024M14 9.83333C15.3807 9.83333 16.5 8.71404 16.5 7.33333C16.5 5.95262 15.3807 4.83333 14 4.83333M3.53039 10.4024C2.33691 9.89508 1.5 8.71194 1.5 7.33333C1.5 5.49238 2.99238 4 4.83333 4H6.36007C9.77727 4 12.7141 2.97159 14 1.5L14 13.1667C12.7141 11.6951 9.77727 10.6667 6.36007 10.6667L4.83331 10.6667C4.37098 10.6667 3.93064 10.5725 3.53039 10.4024Z",stroke:"#475569",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,r.createElement)(lt.Root,{show:t,as:i.Fragment},(0,r.createElement)(Wt,{as:"div",className:"fixed inset-0 overflow-hidden",onClose:a},(0,r.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,r.createElement)(Wt.Overlay,{className:"absolute inset-0"}),(0,r.createElement)("div",{className:"fixed inset-y-0 right-0 pl-10 max-w-full flex sm:mt-[2rem]"},(0,r.createElement)(lt.Child,{as:i.Fragment,enter:"transform transition ease-in-out duration-150 sm:duration-150",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-300 sm:duration-300",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,r.createElement)("div",{className:"w-screen max-w-md shadow-overlay-left"},(0,r.createElement)("div",{className:"h-full flex flex-col bg-white shadow-xl"},(0,r.createElement)("div",{className:"px-4 sm:px-6 h-16 shadow flex items-center justify-between z-50"},(0,r.createElement)(Wt.Title,{className:"text-lg font-medium text-gray-900"}," ",(0,We.__)("What's New?","ultimate-addons-for-gutenberg")," "),(0,r.createElement)("div",{className:"flex items-center"},(0,r.createElement)("button",{type:"button",className:"bg-white rounded-md text-gray-400 hover:text-gray-500 focus:outline-none",onClick:()=>a(!1)},(0,r.createElement)(zt,{className:"h-6 w-6","aria-hidden":"true"})))),(0,r.createElement)("div",{className:"relative flex-1 overflow-y-auto"},(0,r.createElement)("div",{className:"relative grid bg-white divide-y divide-gray-200"},e.map(((t,a)=>{const n=e[a].title,i=e[a].description,l=e[a].date;return(0,r.createElement)("a",{key:n,href:"https://wpspectra.com/changelog/",className:"px-6 py-5 block rounded-[0.2rem] transition ease-in-out duration-150",target:"_blank",rel:"noreferrer noopener"},(0,r.createElement)("p",{className:"text-sm mb-1 font-medium text-slate-800",dangerouslySetInnerHTML:{__html:n}}),(0,r.createElement)("p",{className:"text-xs text-slate-500",dangerouslySetInnerHTML:{__html:l}}),(0,r.createElement)("p",{className:"mt-3 spectra-changelog-description",dangerouslySetInnerHTML:{__html:i}}))}))))))))))))};function Kt(){const e=[{name:(0,We.__)("Welcome","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:""},{name:(0,We.__)("Blocks / Extensions","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"blocks"},{name:(0,We.__)("Settings","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"settings"}],t=new URLSearchParams(Me()?.search),a=t.get("page")?t.get("page"):uag_react.home_slug,n=t.get("path")?t.get("path"):"";return(0,r.createElement)(W,{as:"nav",className:"bg-white shadow"},(0,r.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,r.createElement)("div",{className:"relative flex justify-between h-16"},(0,r.createElement)("div",{className:"flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"},(0,r.createElement)("a",{href:uag_react.uag_base_url,className:"flex-shrink-0 flex items-center"},(0,r.createElement)("img",{className:"lg:block h-[2.6rem] w-auto",src:uag_react.logo_url,alt:"Workflow"})),(0,r.createElement)("div",{className:"sm:ml-8 sm:flex sm:space-x-8"},e.map(((e,t)=>(0,r.createElement)(He,{index:t,key:`?page=${e.slug}&path=${e.path}`,to:{pathname:"options-general.php",search:`?page=${e.slug}${""!==e.path?"&path="+e.path:""}`},className:a===e.slug&&n===e.path?"border-spectra text-spectra active:text-spectra focus:text-spectra focus-visible:text-spectra-hover hover:text-spectra-hover inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium":"border-transparent text-slate-500 active:text-spectra focus-visible:border-slate-300 focus-visible:text-slate-800 hover:border-slate-300 hover:text-slate-800 inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium"},e.name))))),(0,r.createElement)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"},(0,r.createElement)(Zt,null)))))}var $t=()=>{const e="1"===new URLSearchParams(Me()?.search).get("spectra-activation-redirect")?1:0;return(0,r.createElement)("main",{className:"py-[2.43rem]"},(0,r.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,r.createElement)("h1",{className:"sr-only"},"Page title"),(0,r.createElement)("div",{className:"grid grid-cols-1 gap-4 items-start lg:grid-cols-3 lg:gap-5 xl:gap-10"},(0,r.createElement)("div",{className:"grid grid-cols-1 gap-4 lg:col-span-2 h-full"},(0,r.createElement)("section",{"aria-labelledby":"section-1-title h-full"},(0,r.createElement)("h2",{className:"sr-only",id:"section-1-title"},"Section title"),(0,r.createElement)("div",{className:"rounded-md bg-white overflow-hidden shadow-sm flex flex-col justify-center h-full"},(0,r.createElement)("div",{className:"p-12 pt-[2.2rem]"},(0,r.createElement)("h2",{className:"text-slate-800 text-[1.8rem] leading-[2.4rem] pb-3 font-medium text-left"},(0,We.__)("Welcome to Spectra!","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 pb-7"},(0,We.__)("We designed Spectra to be intuitive but we do recommend learning how it works by checking our comprehensive documentation and watching the video below. Enjoy your time with Spectra!","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"mr-[80px] spectra-video-container"},(0,r.createElement)("iframe",{className:"spectra-video",src:`https://www.youtube.com/embed/GLNzTxArR6Y?showinfo=0&autoplay=${e}&mute=${e}&rel=0`,allow:"autoplay",title:"YouTube video player",frameBorder:"0",allowFullScreen:!0})),(0,r.createElement)("span",{className:"relative z-0 inline-flex pt-6 justify-start w-full"},(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra focus-visible:bg-spectra-hover hover:bg-spectra-hover focus:outline-none mr-4",onClick:()=>{window.open(uag_react.wp_pages_url,"_blank")}},(0,We.__)("Create New Page","ultimate-addons-for-gutenberg")),(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-slate-300 shadow-sm text-sm font-medium rounded-md text-slate-500 bg-white focus-visible:bg-slate-50 hover:bg-slate-50 focus:outline-none",onClick:()=>{window.open("https://wpspectra.com/","_blank")}},(0,We.__)("Visit Our Website","ultimate-addons-for-gutenberg"))))))),(0,r.createElement)("div",{className:"space-y-4 flex h-full flex-col justify-between"},(0,r.createElement)("section",{"aria-labelledby":"section-2-title"},(0,r.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,r.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,r.createElement)("div",{className:"p-8 pr-10"},(0,r.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Knowledge Base","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Learn everything you need to know about the Spectra plugin with our comprehensive documentation.","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"},(0,We.__)("Browse Now","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"}," → ")))),(0,r.createElement)("section",{"aria-labelledby":"section-2-title"},(0,r.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,r.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,r.createElement)("div",{className:"p-8 pr-10"},(0,r.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Get 5-star Support","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Need some help? Our awesome support team is here to help you with any question you have.","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"},(0,We.__)("Get Support","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"}," → ")))),(0,r.createElement)("section",{"aria-labelledby":"section-2-title"},(0,r.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,r.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,r.createElement)("div",{className:"p-8 pr-10"},(0,r.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Join the Community","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Got a question about the plugin, want to share your awesome project or just say hi? Join our wonderful community!","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"},(0,We.__)("Join Now","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"}," → "))))))))},Yt=window.wp.apiFetch,Jt=a.n(Yt),qt=l().createContext(null),Xt=function(e){e()},Qt=function(){return Xt},ea={notify:function(){},get:function(){return[]}};function ta(e,t){var a,n=ea;function r(){l.onStateChange&&l.onStateChange()}function i(){a||(a=t?t.addNestedSub(r):e.subscribe(r),n=function(){var e=Qt(),t=null,a=null;return{clear:function(){t=null,a=null},notify:function(){e((function(){for(var e=t;e;)e.callback(),e=e.next}))},get:function(){for(var e=[],a=t;a;)e.push(a),a=a.next;return e},subscribe:function(e){var n=!0,r=a={callback:e,next:null,prev:a};return r.prev?r.prev.next=r:t=r,function(){n&&null!==t&&(n=!1,r.next?r.next.prev=r.prev:a=r.prev,r.prev?r.prev.next=r.next:t=r.next)}}}}())}var l={addNestedSub:function(e){return i(),n.subscribe(e)},notifyNestedSubs:function(){n.notify()},handleChangeWrapper:r,isSubscribed:function(){return Boolean(a)},trySubscribe:i,tryUnsubscribe:function(){a&&(a(),a=void 0,n.clear(),n=ea)},getListeners:function(){return n}};return l}var aa="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?i.useLayoutEffect:i.useEffect;function na(){return(0,i.useContext)(qt)}function ra(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,i.useContext)(e)};return function(){return t().store}}a(973);var ia=ra();function la(e){void 0===e&&(e=qt);var t=e===qt?ia:ra(e);return function(){return t().dispatch}}var oa=la(),sa=function(e,t){return e===t};function ua(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,i.useContext)(e)};return function(e,a){void 0===a&&(a=sa);var n=t(),r=function(e,t,a,n){var r,l=(0,i.useReducer)((function(e){return e+1}),0)[1],o=(0,i.useMemo)((function(){return ta(a,n)}),[a,n]),s=(0,i.useRef)(),u=(0,i.useRef)(),c=(0,i.useRef)(),d=(0,i.useRef)(),m=a.getState();try{if(e!==u.current||m!==c.current||s.current){var f=e(m);r=void 0!==d.current&&t(f,d.current)?d.current:f}else r=d.current}catch(e){throw s.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+s.current.stack+"\n\n"),e}return aa((function(){u.current=e,c.current=m,d.current=r,s.current=void 0})),aa((function(){function e(){try{var e=a.getState();if(e===c.current)return;var n=u.current(e);if(t(n,d.current))return;d.current=n,c.current=e}catch(e){s.current=e}l()}return o.onStateChange=e,o.trySubscribe(),e(),function(){return o.tryUnsubscribe()}}),[a,o]),r}(e,a,n.store,n.subscription);return(0,i.useDebugValue)(r),r}}var ca,da=ua();ca=o.unstable_batchedUpdates,Xt=ca;const ma=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var fa=()=>{const e=new URLSearchParams(Me()?.search),t=uag_react.blocks_info,a=oa(),n=da((e=>e.blocksStatuses)),l=da((e=>e.activeBlocksFilterTab)),[o,s]=(0,i.useState)([]),u=[{name:"All",slug:"all"},{name:"Core",slug:"core"},{name:"Creative",slug:"creative"},{name:"Content",slug:"content"},{name:"Post",slug:"post"},{name:"Social",slug:"social"},{name:"Form",slug:"form"},{name:"SEO",slug:"seo"},{name:"Extensions",slug:"extensions"}];return(0,i.useEffect)((()=>{const n=e.get("path"),r=e.get("filterTab");a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:r&&"blocks"===n?r:"all"});const i={...o};t.map((e=>(e.admin_categories?.map((t=>(i[t]||(i[t]=[]),i[t].push(e.slug),t))),e))),s(i)}),[]),(0,r.createElement)("div",{className:"mx-auto mb-6 px-6 lg:max-w-[80rem]"},(0,r.createElement)("div",{className:"w-full sm:hidden"},(0,r.createElement)("label",{htmlFor:"tabs",className:"sr-only"},"Select a tab"),(0,r.createElement)("select",{id:"tabs",name:"tabs",className:"w-full spectra-admin__input-field spectra-admin__dropdown",style:{maxWidth:"100%"}},u.map((e=>(0,r.createElement)("option",{key:e.name},e.name))))),(0,r.createElement)("div",{className:"hidden justify-between items-center space-y-4 sm:flex sm:flex-col lg:space-y-0 lg:flex-row"},(0,r.createElement)("nav",{className:"flex -ml-4 flex-wrap justify-center lg:justify-start","aria-label":"Tabs"},u.map((e=>(0,r.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=blocks&filterTab=${e.slug}`},key:e.name,className:ma(e.slug===l?"bg-white border-transparent text-slate-800 active:text-slate-800 focus:text-slate-800 hover:text-slate-800 shadow shadow-focused":"text-slate-500 border-slate-200 focus:text-slate-500 focus-visible:bg-white active:text-slate-500 hover:text-slate-500 hover:bg-white","px-4 py-1 ml-4 my-1 font-medium text-sm rounded-2xl cursor-pointer border transition"),onClick:()=>{a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:e.slug})}},e.name)))),(0,r.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,r.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-l-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="block");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"enabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"enabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"enabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Activate all"),(0,r.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-r-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="disabled");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"disabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"disabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"disabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Deactivate all"))))};const ga="#1e293b";var pa={section:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M21 15V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 15M21 15L3 15M21 15V9M3 15L3 9M21 9V5C21 3.89543 20.1046 3 19 3L5 3C3.89543 3 3 3.89543 3 5L3 9M21 9L3 9",stroke:ga,strokeWidth:1.4})),buttons:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 17.5H17M7 6.5H17M5 10H19C20.1046 10 21 9.10457 21 8V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V8C3 9.10457 3.89543 10 5 10ZM5 21H19C20.1046 21 21 20.1046 21 19V16C21 14.8954 20.1046 14 19 14H5C3.89543 14 3 14.8954 3 16V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"advanced-heading":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M8 7V12.8333M8 12.8333V17M8 12.8333H16M16 12.8333V7M16 12.8333V17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"google-map":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M9 3.00002L4.10557 5.44723C3.428 5.78601 3 6.47854 3 7.23608V20.382C3 21.1254 3.78231 21.6089 4.44721 21.2764L9 19M9 3.00002L15 5.00002M9 3.00002V19M9 19L15 21M15 5.00002L19.5528 2.72362C20.2177 2.39117 21 2.87467 21 3.61805V16.7639C21 17.5215 20.572 18.214 19.8944 18.5528L15 21M15 5.00002V21",stroke:ga,strokeWidth:1.4})),"info-box":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 13H17M7 16.5H15.3333M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-carousel":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M0 17C1.10457 17 2 16.1046 2 15V8C2 6.89543 1.10457 6 0 6M24 17C22.8954 17 22 16.1046 22 15V8C22 6.89543 22.8954 6 24 6M7 17H17C18.1046 17 19 16.1046 19 15V8C19 6.89543 18.1046 6 17 6H7C5.89543 6 5 6.89543 5 8V15C5 16.1046 5.89543 17 7 17Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M8 11H12.5M8 14H16",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-masonry":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21C10 22.1046 9.10457 23 8 23H5C3.89543 23 3 22.1046 3 21V14Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10C21 11.1046 20.1046 12 19 12H16C14.8954 12 14 11.1046 14 10V3Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21C21 22.1046 20.1046 23 19 23H16C14.8954 23 14 22.1046 14 21V18Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6C10 7.10457 9.10457 8 8 8H5C3.89543 8 3 7.10457 3 6V3Z",stroke:ga,strokeWidth:1.4})),"post-grid":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z",stroke:ga,strokeWidth:1.4})),testimonial:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M15.5 9.42857C15.5 10.2175 14.903 10.8571 14.1667 10.8571C13.4303 10.8571 12.8333 10.2175 12.8333 9.42857C12.8333 8.63959 13.4303 8 14.1667 8C14.903 8 15.5 8.63959 15.5 9.42857ZM15.5 9.42857C15.5 9.42857 15.5 11.5714 13.5 13M11.1667 9.42857C11.1667 10.2175 10.5697 10.8571 9.83333 10.8571C9.09695 10.8571 8.5 10.2175 8.5 9.42857C8.5 8.63959 9.09695 8 9.83333 8C10.5697 8 11.1667 8.63959 11.1667 9.42857ZM11.1667 9.42857C11.1667 9.42857 11.1667 11.5714 9.16667 13M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"cf7-styler":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M4.51555 17C6.13007 19.412 8.87958 21 12 21C15.1204 21 17.8699 19.412 19.4845 17M4.51555 17C3.55827 15.5699 3 13.8501 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.8501 20.4417 15.5699 19.4845 17M4.51555 17C5.75777 17 7.12889 15 8.43944 13M19.4845 17C18.2422 17 16.8711 15 15.5606 13M8.43944 13C9.75 11 11 9 12 9C13 9 14.25 11 15.5606 13M8.43944 13L9.09522 14.2607C9.47211 14.9852 10.5116 14.9769 10.8768 14.2464L11.3795 13.241C11.6848 12.6305 12.4984 12.4984 12.9811 12.9811L13.4309 13.4309C13.7632 13.7632 14.282 13.8193 14.6776 13.5658L15.5606 13",stroke:ga,strokeWidth:1.4})),"gf-styler":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M17 12V15H7L6.99998 12.9996C6.99998 10.7905 8.79083 9.00001 10.9999 9.00001H17.5M3.33984 8.71466V15.2854C3.33984 16.0317 3.75541 16.7159 4.41768 17.0601L11.0779 20.5208C11.656 20.8212 12.3442 20.8212 12.9223 20.5208L19.5825 17.0601C20.2448 16.7159 20.6604 16.0317 20.6604 15.2854V8.71466C20.6604 7.96832 20.2448 7.28407 19.5825 6.93995L12.9223 3.47918C12.3442 3.1788 11.656 3.1788 11.0779 3.47918L4.41768 6.93995C3.75541 7.28407 3.33984 7.96832 3.33984 8.71466Z",stroke:ga,strokeWidth:1.4})),"content-timeline":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M12.0001 3V7M12.0001 21V17M12.0001 7H15.0001M12.0001 7V12M15.0001 7C15.0001 8.10457 15.8954 9 17 9H19C20.1046 9 21 8.10457 21 7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15.0001 5.89543 15.0001 7ZM12.0001 12H9M12.0001 12V17M9 12C9 13.1046 8.10457 14 7 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10H7C8.10457 10 9 10.8954 9 12ZM12.0001 17H15.0001M15.0001 17C15.0001 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15H17C15.8954 15 15.0001 15.8954 15.0001 17Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"call-to-action":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M16.4545 16.4545L14.6364 21L11 11L21 14.6364L16.4545 16.4545ZM16.4545 16.4545L21 21M9 16.9291C5.60771 16.4439 3 13.5265 3 10C3 6.13401 6.13401 3 10 3C13.5265 3 16.4439 5.60771 16.9291 9M8.5 12.5987C7.6033 12.0799 7 11.1104 7 10C7 8.34315 8.34315 7 10 7C11.1104 7 12.0799 7.6033 12.5987 8.5",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"post-timeline":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M4 3V6M4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10M4 6C5.10457 6 6 6.89543 6 8C6 9.10457 5.10457 10 4 10M4 10V14M4 14C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18M4 14C5.10457 14 6 14.8954 6 16C6 17.1046 5.10457 18 4 18M4 18V21M11 18H19C20.1046 18 21 17.1046 21 16C21 14.8954 20.1046 14 19 14H11C9.89543 14 9 14.8954 9 16C9 17.1046 9.89543 18 11 18ZM11 10H19C20.1046 10 21 9.10457 21 8C21 6.89543 20.1046 6 19 6H11C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"icon-list":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M11 5H21M11 12H21M11 19H21",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3C6.10457 3 7 3.89543 7 5Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),team:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),tabs:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M10 3V6C10 7.10457 10.8954 8 12 8H15.5M15.5 8H21M15.5 8V3M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4})),"social-share":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M9 12C9 13.1046 8.10457 14 7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M19 18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18C15 16.8954 15.8954 16 17 16C18.1046 16 19 16.8954 19 18Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M9 10.5L15 7M9 13.5L15 17",stroke:ga,strokeWidth:1.4})),"restaurant-menu":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M17.7472 5.05554C17.5824 4.84998 17.3481 4.68976 17.074 4.59515C16.8912 4.53203 16.696 4.5 16.5 4.5M16.5 4.5C16.4022 4.5 16.3042 4.50797 16.2074 4.52402C15.9164 4.57225 15.6491 4.6913 15.4393 4.86612C15.2296 5.04093 15.0867 5.26366 15.0288 5.50614C14.9709 5.74861 15.0006 5.99995 15.1142 6.22835C15.2277 6.45676 15.42 6.65199 15.6666 6.78934C15.9133 6.92669 16.2033 7 16.5 7C16.7967 7 17.0867 7.07331 17.3334 7.21066C17.58 7.34802 17.7723 7.54324 17.8858 7.77165C17.9994 8.00005 18.0291 8.25139 17.9712 8.49386C17.9133 8.73634 17.7704 8.95907 17.5607 9.13388C17.3509 9.3087 17.0836 9.42775 16.7926 9.47598C16.6958 9.49203 16.5978 9.5 16.5 9.5M16.5 4.5V4M15.2528 8.94446C15.4176 9.15003 15.6519 9.31024 15.926 9.40485C16.1088 9.46797 16.304 9.5 16.5 9.5M16.5 9.5V10",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M17.7472 15.0555C17.5824 14.85 17.3481 14.6898 17.074 14.5952C16.8912 14.532 16.696 14.5 16.5 14.5M16.5 14.5C16.4022 14.5 16.3042 14.508 16.2074 14.524C15.9164 14.5723 15.6491 14.6913 15.4393 14.8661C15.2296 15.0409 15.0867 15.2637 15.0288 15.5061C14.9709 15.7486 15.0006 15.9999 15.1142 16.2284C15.2277 16.4568 15.42 16.652 15.6666 16.7893C15.9133 16.9267 16.2033 17 16.5 17C16.7967 17 17.0867 17.0733 17.3334 17.2107C17.58 17.348 17.7723 17.5432 17.8858 17.7716C17.9994 18.0001 18.0291 18.2514 17.9712 18.4939C17.9133 18.7363 17.7704 18.9591 17.5607 19.1339C17.3509 19.3087 17.0836 19.4278 16.7926 19.476C16.6958 19.492 16.5978 19.5 16.5 19.5M16.5 14.5V14M15.2528 18.9445C15.4176 19.15 15.6519 19.3102 15.926 19.4049C16.1088 19.468 16.304 19.5 16.5 19.5M16.5 19.5V20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M6 5H12M6 15H12M6 8H9M6 18H9",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),blockquote:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 7H17M7 11H9M17 11.8571C17 12.3305 16.6418 12.7143 16.2 12.7143C15.7582 12.7143 15.4 12.3305 15.4 11.8571C15.4 11.3838 15.7582 11 16.2 11C16.6418 11 17 11.3838 17 11.8571ZM17 11.8571C17 11.8571 17 13.1429 15.8 14M13.6 11.8571C13.6 12.3305 13.2418 12.7143 12.8 12.7143C12.3582 12.7143 12 12.3305 12 11.8571C12 11.3838 12.3582 11 12.8 11C13.2418 11 13.6 11.3838 13.6 11.8571ZM13.6 11.8571C13.6 11.8571 13.6 13.1429 12.4 14M3 21V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V16C21 17.1046 20.1046 18 19 18H7.66667C7.23393 18 6.81286 18.1404 6.46667 18.4L3 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),columns:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15M15 3V21M15 3H9M15 21H9M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21",stroke:ga,strokeWidth:1.4})),"marketing-button":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 20.9895H17M4 16.9895H20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M10 7H19M3 11H21C22.1046 11 23 10.1046 23 9V5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11ZM7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"table-of-contents":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 16H13M7 12H15.3333M7 8H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),faq:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M9.00006 9C9.50006 8 10.5001 7 12.0001 7C13.5002 7 15.0001 8.5 15.0001 10C15.0001 11.4553 14.0588 12.4399 13.0843 12.8686C13.0248 12.8948 12.9619 12.9116 12.8992 12.9285C12.4001 13.0627 12.0001 13.4804 12.0001 14M12.0001 17H12.0101M21.0001 12C21.0001 16.9706 16.9706 21 12.0001 21C10.5124 21 9.1091 20.6391 7.87286 20C7.19356 19.6488 3.56466 21.5054 3 21C2.43678 20.4959 4.93748 17.6302 4.51561 17C3.55833 15.5699 3.00006 13.8501 3.00006 12C3.00006 7.02944 7.0295 3 12.0001 3C16.9706 3 21.0001 7.02944 21.0001 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),forms:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 10H17M7 7H10.5M9 17H15M7 13H17M13.5 7H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"how-to":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M13 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11M13 3L21 11M13 3V9C13 10.1046 13.8954 11 15 11H21M10 11H17M10 7H13M10 15H17M7 7H7.1M7 11H7.1M7 15H7.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"inline-notice":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 21H21M3 3H21M10 12H19M3 17H21C22.1046 17 23 16.1046 23 15V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V15C1 16.1046 1.89543 17 3 17ZM7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"wp-search":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 21L9 15M7 10C7 13.866 10.134 17 14 17C17.866 17 21 13.866 21 10C21 6.13401 17.866 3 14 3C10.134 3 7 6.13401 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"taxonomy-list":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M10 16H17M10 12H15M10 8H17M6.98999 8H6.99999M6.98999 12H6.99999M6.98999 16H6.99999M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),review:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 10.5H17M9.5 7H9.51M6.99 7H7M12 7H12.01M7 14H14M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),lottie:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 17C7 17 12 17.5 12 12C12 6.5 17 7 17 7M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"star-rating":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M11.103 7.81696C11.4698 7.07371 12.5297 7.07371 12.8965 7.81696L13.8243 9.69697C13.97 9.99211 14.2516 10.1967 14.5773 10.244L16.652 10.5455C17.4722 10.6647 17.7997 11.6726 17.2062 12.2512L15.7049 13.7146C15.4692 13.9443 15.3617 14.2753 15.4173 14.5997L15.7717 16.666C15.9118 17.4829 15.0544 18.1059 14.3208 17.7202L12.4651 16.7446C12.1738 16.5915 11.8257 16.5915 11.5344 16.7446L9.67874 17.7202C8.94511 18.1059 8.08768 17.4829 8.22779 16.666L8.58219 14.5997C8.63783 14.2753 8.53028 13.9443 8.29459 13.7146L6.79332 12.2512C6.1998 11.6726 6.52731 10.6647 7.34753 10.5455L9.42225 10.244C9.74796 10.1967 10.0295 9.99211 10.1752 9.69697L11.103 7.81696Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M18.4424 14.106L20.1846 14.8943C21.0283 15.2761 21.9613 14.5667 21.7842 13.6782L21.6155 12.8313C21.5377 12.4411 21.6806 12.0403 21.99 11.7808L22.6034 11.2662C23.3499 10.6399 22.9822 9.44941 22.0043 9.32712L20.8958 9.18848C20.5373 9.14365 20.2219 8.93603 20.0458 8.62895L19.4377 7.56859C19.003 6.81047 17.8817 6.81047 17.447 7.56859L16.559 9.11719M5.55765 14.106L3.8154 14.8943C2.97172 15.2761 2.0387 14.5667 2.21577 13.6782L2.38454 12.8313C2.46229 12.4411 2.3194 12.0403 2.01002 11.7808L1.39664 11.2662C0.650069 10.6399 1.01784 9.44941 1.99569 9.32712L3.1042 9.18848C3.46273 9.14365 3.77814 8.93603 3.95423 8.62895L4.56227 7.56859C4.997 6.81047 6.11829 6.81047 6.55302 7.56859L7.44104 9.11719",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"display-conditions":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M14.8291 12C14.8291 13.4202 13.5623 14.5714 11.9996 14.5714C10.4369 14.5714 9.17004 13.4202 9.17004 12C9.17004 10.5798 10.4369 9.42857 11.9996 9.42857C13.5623 9.42857 14.8291 10.5798 14.8291 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M3 12C4.20187 8.52247 7.77678 6 12 6C16.2232 6 19.7982 8.5225 21 12C19.7981 15.4775 16.2232 18 12 18C7.77678 18 4.20185 15.4775 3 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"masonry-gallery":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M14 21V18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21M14 21C14 22.1046 14.8954 23 16 23H19C20.1046 23 21 22.1046 21 21M14 21L16.0343 19.6438C16.6315 19.2457 17.3962 19.1981 18.0381 19.5191L21 21M14 10C14 11.1046 14.8954 12 16 12H19C20.1046 12 21 11.1046 21 10M14 10V3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10M14 10V10C14 9.37526 14.3122 8.79185 14.8321 8.4453L16.0343 7.64381C16.6315 7.24569 17.3962 7.19808 18.0381 7.51906L20.1056 8.55279C20.6537 8.82687 21 9.38713 21 10V10M3 21C3 22.1046 3.89543 23 5 23H8C9.10457 23 10 22.1046 10 21M3 21V14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21M3 21V21C3 20.3753 3.31223 19.7918 3.83205 19.4453L5.03429 18.6438C5.63146 18.2457 6.39617 18.1981 7.03811 18.5191L9.10557 19.5528C9.65374 19.8269 10 20.3871 10 21V21M3 6V3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6M3 6C3 7.10457 3.89543 8 5 8H8C9.10457 8 10 7.10457 10 6M3 6L5.03429 4.64381C5.63146 4.24569 6.39617 4.19808 7.03811 4.51906L10 6M7 15H7.1M18 4H18.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"responsive-conditions":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M16 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H20C21.1046 5 22 5.89543 22 7V9M16 19V11C16 9.89543 16.8954 9 18 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M3.5 12H3.51M19.5 18.5H19.51",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),container:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4})),image:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 17L7.41995 12.58C8.26284 11.7372 9.65125 11.8141 10.3959 12.7449L11.789 14.4863C12.4639 15.3298 13.6866 15.4851 14.5508 14.8369L15.6123 14.0408C16.4086 13.4436 17.5228 13.5228 18.2265 14.2265L21 17M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4}))},ha=(0,i.createContext)(null);function va(){var e=(0,i.useContext)(ha);if(null===e){var t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,va),t}return e}var ba=(0,i.createContext)(null);ba.displayName="GroupContext";var wa=i.Fragment;function ya(e){var t=e.checked,a=e.onChange,r=c(e,["checked","onChange"]),l="headlessui-switch-"+_(),o=(0,i.useContext)(ba),s=(0,i.useRef)(null),d=b(s,null===o?null:o.setSwitch),m=(0,i.useCallback)((function(){return a(!t)}),[a,t]),f=(0,i.useCallback)((function(e){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),m()}),[m]),p=(0,i.useCallback)((function(e){e.key!==n.Tab&&e.preventDefault(),e.key===n.Space&&m()}),[m]),h=(0,i.useCallback)((function(e){return e.preventDefault()}),[]),v=(0,i.useMemo)((function(){return{checked:t}}),[t]);return g({props:u({},r,{id:l,ref:d,role:"switch",type:L(e,s),tabIndex:0,"aria-checked":t,"aria-labelledby":null==o?void 0:o.labelledby,"aria-describedby":null==o?void 0:o.describedby,onClick:f,onKeyUp:p,onKeyPress:h}),slot:v,defaultTag:"button",name:"Switch"})}ya.Group=function(e){var t=(0,i.useState)(null),a=t[0],n=t[1],r=function(){var e=(0,i.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,i.useMemo)((function(){return function(e){var t=(0,i.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,i.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(ha.Provider,{value:n},e.children)}}),[a])]}(),o=r[0],s=r[1],u=Ot(),c=u[0],d=u[1],m=(0,i.useMemo)((function(){return{switch:a,setSwitch:n,labelledby:o,describedby:c}}),[a,n,o,c]);return l().createElement(d,{name:"Switch.Description"},l().createElement(s,{name:"Switch.Label",props:{onClick:function(){a&&(a.click(),a.focus({preventScroll:!0}))}}},l().createElement(ba.Provider,{value:m},g({props:e,defaultTag:wa,name:"Switch.Group"}))))},ya.Label=function(e){var t=e.passive,a=void 0!==t&&t,n=c(e,["passive"]),r=va(),i="headlessui-label-"+_();y((function(){return r.register(i)}),[i,r.register]);var l=u({},r.props,{id:i}),o=u({},n,l);return a&&delete o.onClick,g({props:o,slot:r.slot||{},defaultTag:"label",name:r.name||"Label"})},ya.Description=Nt;const xa=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var Da=e=>{const{link:t,slug:a,title:n,deprecated:i}=e.blockInfo,l=oa(),o=da((e=>e.blocksStatuses)),s="disabled"!==o[a];return(0,r.createElement)("div",{key:a,className:xa(s?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0 opacity-80"},pa[a]),(0,r.createElement)("div",{className:"uagb-admin-block-card__title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},n,i&&(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-200 text-slate-400 rounded spectra-admin__block-label"},(0,We.__)("Legacy","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:`https://wpspectra.com/blocks/${t}`,target:"_blank",rel:"noreferrer"},(0,We.__)("Live Demo","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:s,onChange:()=>{let e="disabled";s||(e=a);const t={...o};t[a]=e,l({type:"UPDATE_BLOCK_STATUSES",payload:t});const n=new window.FormData;n.append("action","uag_blocks_activation_and_deactivation"),n.append("security",uag_react.blocks_activation_and_deactivation_nonce),n.append("value",JSON.stringify(t)),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{l({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:xa(s?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:xa(s?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ea(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ca=()=>{const e=da((e=>e.enableDisplayConditions)),t=oa(),a="disabled"!==e;return(0,i.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_condition"),t.append("security",uag_react.enable_block_condition_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,r.createElement)("div",{key:"display-conditons",className:Ea(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["display-conditions"]),(0,r.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Display Conditions","ultimate-addons-for-gutenberg"),(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/display-conditions-blocks/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:a})},className:Ea(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Ea(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function _a(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ka=()=>{const e=da((e=>e.enableMasonryExtension)),t=oa(),a="disabled"!==e;return(0,i.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_masonry_gallery"),t.append("security",uag_react.enable_masonry_gallery_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,r.createElement)("div",{key:"masonry-gallery",className:_a(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0"},pa["masonry-gallery"]),(0,r.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Masonry Gallery","ultimate-addons-for-gutenberg"),(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/masonry-image-gallery/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:a})},className:_a(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:_a(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Sa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Oa=()=>{const e=da((e=>e.enableResponsiveConditions)),t=oa(),a="disabled"!==e;return(0,i.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_responsive"),t.append("security",uag_react.enable_block_responsive_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,r.createElement)("div",{key:"display-responsive-conditons",className:Sa(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["responsive-conditions"]),(0,r.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Responsive Conditions","ultimate-addons-for-gutenberg"),(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/responsive-conditions/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:a})},className:Sa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Sa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))},Na=()=>(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Oa,null),(0,r.createElement)(Ca,null),(0,r.createElement)(ka,null)),Ta=()=>{const e=da((e=>e.activeBlocksFilterTab)),t=uag_react.blocks_info.map(((t,a)=>t.admin_categories?.includes(e)||"all"===e?(0,r.createElement)(Da,{key:a,blockInfo:t}):""));return(0,r.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-flow-row auto-rows-min grid-cols-2 gap-6 sm:grid-cols-3 px-6 py-4"},t,("extensions"===e||"all"===e)&&(0,r.createElement)(Na,null))},Aa=function(e){const{fontSize:t,width:a,style:n}=e;return(0,r.createElement)("div",{className:"uag-skeleton uag-skeleton--text uag-skeleton--wave",style:{fontSize:t,width:a,...n}})},Ma=function(e){const{width:t,height:a,style:n}=e;return(0,r.createElement)("div",{className:"uag-skeleton uag-skeleton--rect uag-skeleton--wave",style:{width:t,height:a,...n}})},Pa=()=>(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,r.createElement)(Ma,{width:"75px",height:"32px"})),(0,r.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mb-[2.43rem]"},(0,r.createElement)("div",{className:"hidden justify-between sm:flex"},(0,r.createElement)("nav",{className:"flex space-x-4","aria-label":"Tabs"},(0,r.createElement)(Ma,{width:"25px",height:"35px"}),(0,r.createElement)(Ma,{width:"50px",height:"35px"}),(0,r.createElement)(Ma,{width:"50px",height:"35px"}),(0,r.createElement)(Ma,{width:"33px",height:"35px"}),(0,r.createElement)(Ma,{width:"37px",height:"35px"}),(0,r.createElement)(Ma,{width:"33px",height:"35px"}),(0,r.createElement)(Ma,{width:"27px",height:"35px"}),(0,r.createElement)(Ma,{width:"71px",height:"35px"})),(0,r.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,r.createElement)(Ma,{width:"100px",height:"40px",style:{marginRight:"10px"}}),(0,r.createElement)(Ma,{width:"100px",height:"40px"})))),(0,r.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-cols-2 gap-6 sm:grid-cols-3 p-6 pt-0"},Array(36).fill().map((e=>(0,r.createElement)(Ma,{key:e,width:"400px",height:"80px"}))))),La=()=>{const e=da((e=>e.initialStateSetFlag));return e?(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:"mx-auto px-6 mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Blocks / Extensions"),(0,r.createElement)(fa,null),(0,r.createElement)(Ta,null)):(0,r.createElement)(Pa,null)},Ia={"asset-generation":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M1 1V6H1.58152M16.9381 8C16.446 4.05369 13.0796 1 9 1C5.64262 1 2.76829 3.06817 1.58152 6M1.58152 6H6M17 17V12H16.4185M16.4185 12C15.2317 14.9318 12.3574 17 9 17C4.92038 17 1.55399 13.9463 1.06189 10M16.4185 12H12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),templates:(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M1 2C1 1.44772 1.44772 1 2 1H16C16.5523 1 17 1.44772 17 2V4C17 4.55228 16.5523 5 16 5H2C1.44772 5 1 4.55228 1 4V2Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M1 10C1 9.44772 1.44772 9 2 9H8C8.55228 9 9 9.44772 9 10V16C9 16.5523 8.55228 17 8 17H2C1.44772 17 1 16.5523 1 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M13 10C13 9.44772 13.4477 9 14 9H16C16.5523 9 17 9.44772 17 10V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"version-control":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 fill-inherit",stroke:"none",width:"16",height:"20",viewBox:"0 0 16 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M5.70711 11.2929C5.31658 10.9024 4.68342 10.9024 4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L5.70711 11.2929ZM7 14L6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L7 14ZM11.7071 10.7071C12.0976 10.3166 12.0976 9.68342 11.7071 9.29289C11.3166 8.90237 10.6834 8.90237 10.2929 9.29289L11.7071 10.7071ZM14 5V17H16V5H14ZM13 18H3V20H13V18ZM2 17V5H0V17H2ZM3 4H5V2H3V4ZM11 4H13V2H11V4ZM3 18C2.44772 18 2 17.5523 2 17H0C0 18.6569 1.34315 20 3 20V18ZM14 17C14 17.5523 13.5523 18 13 18V20C14.6569 20 16 18.6569 16 17H14ZM16 5C16 3.34315 14.6569 2 13 2V4C13.5523 4 14 4.44772 14 5H16ZM2 5C2 4.44772 2.44772 4 3 4V2C1.34315 2 0 3.34315 0 5H2ZM4.29289 12.7071L6.29289 14.7071L7.70711 13.2929L5.70711 11.2929L4.29289 12.7071ZM7.70711 14.7071L11.7071 10.7071L10.2929 9.29289L6.29289 13.2929L7.70711 14.7071ZM7 2H9V0H7V2ZM9 4H7V6H9V4ZM7 4C6.44772 4 6 3.55228 6 3H4C4 4.65685 5.34315 6 7 6V4ZM10 3C10 3.55228 9.55228 4 9 4V6C10.6569 6 12 4.65685 12 3H10ZM9 2C9.55228 2 10 2.44772 10 3H12C12 1.34315 10.6569 0 9 0V2ZM7 0C5.34315 0 4 1.34315 4 3H6C6 2.44772 6.44772 2 7 2V0Z"})),"fonts-performance":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"20",viewBox:"0 0 18 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M10 8V1L1 12H8L8 19L17 8L10 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"global-settings":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M8.32463 2.31731C8.75103 0.560897 11.249 0.560897 11.6754 2.31731C11.9508 3.45193 13.2507 3.99038 14.2478 3.38285C15.7913 2.44239 17.5576 4.2087 16.6172 5.75218C16.0096 6.74925 16.5481 8.04918 17.6827 8.32463C19.4391 8.75103 19.4391 11.249 17.6827 11.6754C16.5481 11.9508 16.0096 13.2507 16.6172 14.2478C17.5576 15.7913 15.7913 17.5576 14.2478 16.6172C13.2507 16.0096 11.9508 16.5481 11.6754 17.6827C11.249 19.4391 8.75103 19.4391 8.32463 17.6827C8.04918 16.5481 6.74926 16.0096 5.75219 16.6172C4.2087 17.5576 2.44239 15.7913 3.38285 14.2478C3.99038 13.2507 3.45193 11.9508 2.31731 11.6754C0.560897 11.249 0.560897 8.75103 2.31731 8.32463C3.45193 8.04918 3.99037 6.74926 3.38285 5.75218C2.44239 4.2087 4.2087 2.44239 5.75219 3.38285C6.74926 3.99037 8.04918 3.45193 8.32463 2.31731Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"block-settings":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M1 3C1 1.89543 1.89543 1 3 1H5C6.10457 1 7 1.89543 7 3V5C7 6.10457 6.10457 7 5 7H3C1.89543 7 1 6.10457 1 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M11 3C11 1.89543 11.8954 1 13 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H13C11.8954 7 11 6.10457 11 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M1 13C1 11.8954 1.89543 11 3 11H5C6.10457 11 7 11.8954 7 13V15C7 16.1046 6.10457 17 5 17H3C1.89543 17 1 16.1046 1 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"coming-soon":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M10 6V10L13 13M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};function Va(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ra=()=>{const e=oa(),t=da((e=>e.enableFileGeneration)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("File Generation","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_FILE_GENERATION",payload:a});const n=uag_react.enable_file_generation_nonce,r=new window.FormData;r.append("action","uag_enable_file_generation"),r.append("security",n),r.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Va(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Va(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra loads the CSS and JS inline on the page by default. If you want to generate separate CSS and JS files for Spectra blocks, enable this option. Please read ","ultimate-addons-for-gutenberg"),(0,r.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://wpspectra.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard",target:"_blank",rel:"noreferrer"}," ",(0,We.__)("this article","ultimate-addons-for-gutenberg")," "),(0,We.__)(" to learn the difference between generating CSS and JS inline and in a separate file.","ultimate-addons-for-gutenberg")))},Fa=()=>{const[e,t]=(0,i.useState)(!1);return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Asset Regeneration","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex justify-right items-center"},!0===e&&(0,r.createElement)("p",{className:"text-sm text-lime-600 pr-2"},(0,We.__)("Assets Regenerated!","ultimate-addons-for-gutenberg")),(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none",onClick:()=>{t("loading");const e=new window.FormData;e.append("action","uag_regenerate_assets"),e.append("security",uag_react.regenerate_assets_nonce),e.append("value",!0),Jt()({url:uag_react.ajax_url,method:"POST",body:e}).then((e=>{e.success&&(setTimeout((function(){t(!1)}),2e3),t(!0))}))}},(0,We.__)("Regenerate Assets","ultimate-addons-for-gutenberg"),"loading"===e&&(0,r.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,r.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,r.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Facing issues with style, layout, color or another page element? Use this option to regenerate CSS and Javascript assets. It can help with all kinds of asset issues.","ultimate-addons-for-gutenberg")))};function Ha(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ja=()=>{const e=oa(),t=da((e=>e.enableTemplates)),a="no"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Templates Button","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_TEMPLATES_BUTTON",payload:a});const n=uag_react.enable_templates_button_nonce,r=new window.FormData;r.append("action","uag_enable_templates_button"),r.append("security",n),r.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ha(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Ha(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra comes with a stunning library of page templates and block patterns. This library is accessible with the Templates button while editing the page or post. Manage the visibility of that button with this option.","ultimate-addons-for-gutenberg")))},Ba=e=>{const{openPopup:t,setopenPopup:a,previousVersionSelect:n,setconfirmPopup:l}=e,[o,s]=(0,i.useState)(t),u=(0,i.useRef)(null);return(0,i.useEffect)((()=>{s(t)}),[t]),(0,r.createElement)(lt.Root,{show:o,as:i.Fragment},(0,r.createElement)(Wt,{as:"div",className:"fixed backdrop-blur-sm z-10 inset-0 overflow-y-auto",initialFocus:u,onClose:s},(0,r.createElement)("div",{className:"flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"},(0,r.createElement)(lt.Child,{as:i.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,r.createElement)(Wt.Overlay,{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,r.createElement)("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​"),(0,r.createElement)(lt.Child,{as:i.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,r.createElement)("div",{className:"inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"},(0,r.createElement)("div",{className:"sm:flex sm:items-start"},(0,r.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-50 sm:mx-0 sm:h-16 sm:w-16"},(0,r.createElement)("svg",{className:"h-8 w-8 stroke-red-600",viewBox:"0 0 34 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M17 9.83333V16.5M17 23.1667H17.0167M32 16.5C32 24.7843 25.2843 31.5 17 31.5C8.71573 31.5 2 24.7843 2 16.5C2 8.21573 8.71573 1.5 17 1.5C25.2843 1.5 32 8.21573 32 16.5Z",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,r.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,r.createElement)(Wt.Title,{as:"h3",className:"text-2xl font-semibold text-slate-800"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,We.__)(`Are you sure you want to rollback to Spectra v${n}?`,"ultimate-addons-for-gutenberg")))),(0,r.createElement)("div",{className:"mt-6 sm:flex sm:flex-row sm:ml-20"},(0,r.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white focus:bg-red-700 hover:bg-red-700 focus:outline-none sm:mr-3 sm:w-auto sm:text-sm",onClick:()=>{const e=uag_react.rollback_url.replace("VERSION",n);a(!1),l(!0),window.location.href=e}},(0,We.__)("Rollback","ultimate-addons-for-gutenberg")),(0,r.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded border border-slate-200 shadow-sm px-4 py-2 bg-white text-base font-medium text-slate-800 focus:bg-gray-50 hover:bg-gray-50 focus:outline-none sm:mt-0 sm:w-auto sm:text-sm",onClick:()=>{a(!t)},ref:u},(0,We.__)("Cancel","ultimate-addons-for-gutenberg"))))))))},Ua=()=>{const e=uag_react.global_data.uag_previous_versions,[t,a]=(0,i.useState)(e[0].value),[n,l]=(0,i.useState)(!1),[o,s]=(0,i.useState)(!1);return(0,r.createElement)(r.Fragment,null,(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex justify-right"},(0,r.createElement)("select",{id:"location",name:"location",className:"block h-9 mr-2 sm:text-sm spectra-admin__input-field spectra-admin__dropdown",onBlur:e=>{a(e.target.value)}},e.map((e=>(0,r.createElement)("option",{key:e.value,value:e.value},e.label)))),(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none h-9",onClick:()=>{l(!0)}},o&&(0,r.createElement)("svg",{className:"animate-spin -ml-1 mr-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,r.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,r.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),(0,We.__)("Rollback","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)(`Experiencing an issue with Spectra version ${uag_react.plugin_ver}? Roll back to a previous version to help troubleshoot the issue.`,"ultimate-addons-for-gutenberg"))),(0,r.createElement)(Ba,{openPopup:n,setopenPopup:l,previousVersionSelect:t,setconfirmPopup:s}))};function Wa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ga=()=>{const e=oa(),t=da((e=>e.enableBeta)),a="no"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Beta","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_BETA",payload:a});const n=new window.FormData;n.append("action","uag_enable_beta_updates"),n.append("security",uag_react.enable_beta_updates_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Wa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,r.createElement)("span",{"aria-hidden":"true",className:Wa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to turn on beta updates and be notified when a new beta version of Spectra is available. The beta version will not install automatically, you will have to install it when you get a notification. It is recommended to try beta on a test environment only.","ultimate-addons-for-gutenberg")))};function za(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Za=()=>{const e=oa(),t=da((e=>e.enableLegacyBlocks)),a="no"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Legacy Blocks","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:t,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_LEGACY_BLOCKS",payload:a});const n=new window.FormData;n.append("action","uag_enable_legacy_blocks"),n.append("security",uag_react.enable_legacy_blocks_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:za(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,r.createElement)("span",{"aria-hidden":"true",className:za(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to enable the support of our Legacy Blocks on the site.","ultimate-addons-for-gutenberg")))};function Ka(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $a(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Ya(e,t,a){return t&&$a(e.prototype,t),a&&$a(e,a),e}function Ja(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&K(e,t)}function qa(e){return qa="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},qa(e)}function Xa(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Qa(e,t){return!t||"object"!==qa(t)&&"function"!=typeof t?Xa(e):t}function en(e){return en=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},en(e)}var tn=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function an(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((n=e[a])===(r=t[a])||tn(n)&&tn(r)))return!1;var n,r;return!0}var nn=function(e,t){var a;void 0===t&&(t=an);var n,r=[],i=!1;return function(){for(var l=[],o=0;o<arguments.length;o++)l[o]=arguments[o];return i&&a===this&&t(l,r)||(n=e.apply(this,l),i=!0,a=this,r=l),n}},rn=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,a=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(a,t),this.tags.push(a)}var n=this.tags[this.tags.length-1];if(this.isSpeedy){var r=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(n);try{var i=105===e.charCodeAt(1)&&64===e.charCodeAt(0);r.insertRule(e,i?0:r.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),ln=function(e){function t(e,n,s,u,m){for(var f,g,p,h,y,D=0,E=0,C=0,_=0,k=0,M=0,L=p=f=0,V=0,R=0,F=0,H=0,j=s.length,B=j-1,U="",W="",G="",z="";V<j;){if(g=s.charCodeAt(V),V===B&&0!==E+_+C+D&&(0!==E&&(g=47===E?10:47),_=C=D=0,j++,B++),0===E+_+C+D){if(V===B&&(0<R&&(U=U.replace(d,"")),0<U.trim().length)){switch(g){case 32:case 9:case 59:case 13:case 10:break;default:U+=s.charAt(V)}g=59}switch(g){case 123:for(f=(U=U.trim()).charCodeAt(0),p=1,H=++V;V<j;){switch(g=s.charCodeAt(V)){case 123:p++;break;case 125:p--;break;case 47:switch(g=s.charCodeAt(V+1)){case 42:case 47:e:{for(L=V+1;L<B;++L)switch(s.charCodeAt(L)){case 47:if(42===g&&42===s.charCodeAt(L-1)&&V+2!==L){V=L+1;break e}break;case 10:if(47===g){V=L+1;break e}}V=L}}break;case 91:g++;case 40:g++;case 34:case 39:for(;V++<B&&s.charCodeAt(V)!==g;);}if(0===p)break;V++}if(p=s.substring(H,V),0===f&&(f=(U=U.replace(c,"").trim()).charCodeAt(0)),64===f){switch(0<R&&(U=U.replace(d,"")),g=U.charCodeAt(1)){case 100:case 109:case 115:case 45:R=n;break;default:R=A}if(H=(p=t(n,R,p,g,m+1)).length,0<P&&(y=o(3,p,R=a(A,U,F),n,O,S,H,g,m,u),U=R.join(""),void 0!==y&&0===(H=(p=y.trim()).length)&&(g=0,p="")),0<H)switch(g){case 115:U=U.replace(x,l);case 100:case 109:case 45:p=U+"{"+p+"}";break;case 107:p=(U=U.replace(v,"$1 $2"))+"{"+p+"}",p=1===T||2===T&&i("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=U+p,112===u&&(W+=p,p="")}else p=""}else p=t(n,a(n,U,F),p,u,m+1);G+=p,p=F=R=L=f=0,U="",g=s.charCodeAt(++V);break;case 125:case 59:if(1<(H=(U=(0<R?U.replace(d,""):U).trim()).length))switch(0===L&&(f=U.charCodeAt(0),45===f||96<f&&123>f)&&(H=(U=U.replace(" ",":")).length),0<P&&void 0!==(y=o(1,U,n,e,O,S,W.length,u,m,u))&&0===(H=(U=y.trim()).length)&&(U="\0\0"),f=U.charCodeAt(0),g=U.charCodeAt(1),f){case 0:break;case 64:if(105===g||99===g){z+=U+s.charAt(V);break}default:58!==U.charCodeAt(H-1)&&(W+=r(U,f,g,U.charCodeAt(2)))}F=R=L=f=0,U="",g=s.charCodeAt(++V)}}switch(g){case 13:case 10:47===E?E=0:0===1+f&&107!==u&&0<U.length&&(R=1,U+="\0"),0<P*I&&o(0,U,n,e,O,S,W.length,u,m,u),S=1,O++;break;case 59:case 125:if(0===E+_+C+D){S++;break}default:switch(S++,h=s.charAt(V),g){case 9:case 32:if(0===_+D+E)switch(k){case 44:case 58:case 9:case 32:h="";break;default:32!==g&&(h=" ")}break;case 0:h="\\0";break;case 12:h="\\f";break;case 11:h="\\v";break;case 38:0===_+E+D&&(R=F=1,h="\f"+h);break;case 108:if(0===_+E+D+N&&0<L)switch(V-L){case 2:112===k&&58===s.charCodeAt(V-3)&&(N=k);case 8:111===M&&(N=M)}break;case 58:0===_+E+D&&(L=V);break;case 44:0===E+C+_+D&&(R=1,h+="\r");break;case 34:case 39:0===E&&(_=_===g?0:0===_?g:_);break;case 91:0===_+E+C&&D++;break;case 93:0===_+E+C&&D--;break;case 41:0===_+E+D&&C--;break;case 40:0===_+E+D&&(0===f&&(2*k+3*M==533||(f=1)),C++);break;case 64:0===E+C+_+D+L+p&&(p=1);break;case 42:case 47:if(!(0<_+D+C))switch(E){case 0:switch(2*g+3*s.charCodeAt(V+1)){case 235:E=47;break;case 220:H=V,E=42}break;case 42:47===g&&42===k&&H+2!==V&&(33===s.charCodeAt(H+2)&&(W+=s.substring(H,V+1)),h="",E=0)}}0===E&&(U+=h)}M=k,k=g,V++}if(0<(H=W.length)){if(R=n,0<P&&void 0!==(y=o(2,W,R,e,O,S,H,u,m,u))&&0===(W=y).length)return z+W+G;if(W=R.join(",")+"{"+W+"}",0!=T*N){switch(2!==T||i(W,2)||(N=0),N){case 111:W=W.replace(w,":-moz-$1")+W;break;case 112:W=W.replace(b,"::-webkit-input-$1")+W.replace(b,"::-moz-$1")+W.replace(b,":-ms-input-$1")+W}N=0}}return z+W+G}function a(e,t,a){var r=t.trim().split(p);t=r;var i=r.length,l=e.length;switch(l){case 0:case 1:var o=0;for(e=0===l?"":e[0]+" ";o<i;++o)t[o]=n(e,t[o],a).trim();break;default:var s=o=0;for(t=[];o<i;++o)for(var u=0;u<l;++u)t[s++]=n(e[u]+" ",r[o],a).trim()}return t}function n(e,t,a){var n=t.charCodeAt(0);switch(33>n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(h,"$1"+e.trim());case 58:return e.trim()+t.replace(h,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(h,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function r(e,t,a,n){var l=e+";",o=2*t+3*a+4*n;if(944===o){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===T||2===T&&i(s,1)?"-webkit-"+s+s:s}if(0===T||2===T&&!i(l,1))return l;switch(o){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(k,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return f.test(l)?l.replace(m,":-webkit-")+l.replace(m,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(y,"tb");break;case 232:s=l.replace(y,"tb-rl");break;case 220:s=l.replace(y,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,o=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<o?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(E,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(E,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===_.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?r(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(g,"$1-webkit-$2")+l}return l}function i(e,t){var a=e.indexOf(1===t?":":"{"),n=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),L(2!==t?n:n.replace(C,"$1"),a,t)}function l(e,t){var a=r(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(D," or ($1)").substring(4):"("+t+")"}function o(e,t,a,n,r,i,l,o,s,c){for(var d,m=0,f=t;m<P;++m)switch(d=M[m].call(u,e,f,a,n,r,i,l,o,s,c)){case void 0:case!1:case!0:case null:break;default:f=d}if(f!==t)return f}function s(e){return void 0!==(e=e.prefix)&&(L=null,e?"function"!=typeof e?T=1:(T=2,L=e):T=0),s}function u(e,a){var n=e;if(33>n.charCodeAt(0)&&(n=n.trim()),n=[n],0<P){var r=o(-1,a,n,n,O,S,0,0,0,0);void 0!==r&&"string"==typeof r&&(a=r)}var i=t(A,n,a,0,0);return 0<P&&void 0!==(r=o(-2,i,n,n,O,S,i.length,0,0,0))&&(i=r),N=0,S=O=1,i}var c=/^\0+/g,d=/[\0\r\f]/g,m=/: */g,f=/zoo|gra/,g=/([,: ])(transform)/g,p=/,\r+?/g,h=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,w=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,D=/([\s\S]*?);/g,E=/-self|flex-/g,C=/[^]*?(:[rp][el]a[\w-]+)[^]*/,_=/stretch|:\s*\w+\-(?:conte|avail)/,k=/([^-])(image-set\()/,S=1,O=1,N=0,T=1,A=[],M=[],P=0,L=null,I=0;return u.use=function e(t){switch(t){case void 0:case null:P=M.length=0;break;default:if("function"==typeof t)M[P++]=t;else if("object"==typeof t)for(var a=0,n=t.length;a<n;++a)e(t[a]);else I=0|!!t}return e},u.set=s,void 0!==e&&s(e),u},on="/*|*/";function sn(e){e&&un.current.insert(e+"}")}var un={current:null},cn=function(e,t,a,n,r,i,l,o,s,u){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return un.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===o)return t+on;break;case 3:switch(o){case 102:case 112:return un.current.insert(a[0]+t),"";default:return t+(0===u?on:"")}case-2:t.split("/*|*/}").forEach(sn)}};function dn(e,t,a){var n="";return a.split(" ").forEach((function(a){void 0!==e[a]?t.push(e[a]):n+=a+" "})),n}var mn,fn,gn=function(e,t,a){var n=e.key+"-"+t.name;if(!1===a&&void 0===e.registered[n]&&(e.registered[n]=t.styles),void 0===e.inserted[t.name]){var r=t;do{e.insert("."+n,r,e.sheet,!0),r=r.next}while(void 0!==r)}},pn=function(e){for(var t,a=0,n=0,r=e.length;r>=4;++n,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),a=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&a)+(59797*(a>>>16)<<16);switch(r){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+(59797*(a>>>16)<<16)}return(((a=1540483477*(65535&(a^=a>>>13))+(59797*(a>>>16)<<16))^a>>>15)>>>0).toString(36)},hn={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},vn=/[A-Z]|^ms/g,bn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,wn=function(e){return 45===e.charCodeAt(1)},yn=function(e){return null!=e&&"boolean"!=typeof e},xn=(mn=function(e){return wn(e)?e:e.replace(vn,"-$&").toLowerCase()},fn={},function(e){return void 0===fn[e]&&(fn[e]=mn(e)),fn[e]}),Dn=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(bn,(function(e,t,a){return Cn={name:t,styles:a,next:Cn},t}))}return 1===hn[e]||wn(e)||"number"!=typeof t||0===t?t:t+"px"};function En(e,t,a,n){if(null==a)return"";if(void 0!==a.__emotion_styles)return a;switch(typeof a){case"boolean":return"";case"object":if(1===a.anim)return Cn={name:a.name,styles:a.styles,next:Cn},a.name;if(void 0!==a.styles){var r=a.next;if(void 0!==r)for(;void 0!==r;)Cn={name:r.name,styles:r.styles,next:Cn},r=r.next;return a.styles+";"}return function(e,t,a){var n="";if(Array.isArray(a))for(var r=0;r<a.length;r++)n+=En(e,t,a[r],!1);else for(var i in a){var l=a[i];if("object"!=typeof l)null!=t&&void 0!==t[l]?n+=i+"{"+t[l]+"}":yn(l)&&(n+=xn(i)+":"+Dn(i,l)+";");else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=t&&void 0!==t[l[0]]){var o=En(e,t,l,!1);switch(i){case"animation":case"animationName":n+=xn(i)+":"+o+";";break;default:n+=i+"{"+o+"}"}}else for(var s=0;s<l.length;s++)yn(l[s])&&(n+=xn(i)+":"+Dn(i,l[s])+";")}return n}(e,t,a);case"function":if(void 0!==e){var i=Cn,l=a(e);return Cn=i,En(e,t,l,n)}}if(null==t)return a;var o=t[a];return void 0===o||n?a:o}var Cn,kn=/label:\s*([^\s;\n{]+)\s*;/g,Sn=function(e,t,a){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,r="";Cn=void 0;var i=e[0];null==i||void 0===i.raw?(n=!1,r+=En(a,t,i,!1)):r+=i[0];for(var l=1;l<e.length;l++)r+=En(a,t,e[l],46===r.charCodeAt(r.length-1)),n&&(r+=i[l]);kn.lastIndex=0;for(var o,s="";null!==(o=kn.exec(r));)s+="-"+o[1];return{name:pn(r)+s,styles:r,next:Cn}},On=Object.prototype.hasOwnProperty,Nn=(0,i.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,a=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var n,r=new ln(t),i={};n=e.container||document.head;var l,o=document.querySelectorAll("style[data-emotion-"+a+"]");Array.prototype.forEach.call(o,(function(e){e.getAttribute("data-emotion-"+a).split(" ").forEach((function(e){i[e]=!0})),e.parentNode!==n&&n.appendChild(e)})),r.use(e.stylisPlugins)(cn),l=function(e,t,a,n){var i=t.name;un.current=a,r(e,t.styles),n&&(s.inserted[i]=!0)};var s={key:a,sheet:new rn({key:a,container:n,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:i,registered:{},insert:l};return s}():null),Tn=(0,i.createContext)({}),An=(Nn.Provider,function(e){var t=function(t,a){return(0,i.createElement)(Nn.Consumer,null,(function(n){return e(t,n,a)}))};return(0,i.forwardRef)(t)}),Mn="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",Pn=function(e,t){var a={};for(var n in t)On.call(t,n)&&(a[n]=t[n]);return a[Mn]=e,a},Ln=function(e,t,a,n){var r=null===a?t.css:t.css(a);"string"==typeof r&&void 0!==e.registered[r]&&(r=e.registered[r]);var l=t[Mn],o=[r],s="";"string"==typeof t.className?s=dn(e.registered,o,t.className):null!=t.className&&(s=t.className+" ");var u=Sn(o);gn(e,u,"string"==typeof l),s+=e.key+"-"+u.name;var c={};for(var d in t)On.call(t,d)&&"css"!==d&&d!==Mn&&(c[d]=t[d]);return c.ref=n,c.className=s,(0,i.createElement)(l,c)},In=An((function(e,t,a){return"function"==typeof e.css?(0,i.createElement)(Tn.Consumer,null,(function(n){return Ln(t,e,n,a)})):Ln(t,e,null,a)})),Vn=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Sn(t)},Rn=function(e,t){var a=arguments;if(null==t||!On.call(t,"css"))return i.createElement.apply(void 0,a);var n=a.length,r=new Array(n);r[0]=In,r[1]=Pn(e,t);for(var l=2;l<n;l++)r[l]=a[l];return i.createElement.apply(null,r)},Fn=(i.Component,function e(t){for(var a=t.length,n=0,r="";n<a;n++){var i=t[n];if(null!=i){var l=void 0;switch(typeof i){case"boolean":break;case"object":if(Array.isArray(i))l=e(i);else for(var o in l="",i)i[o]&&o&&(l&&(l+=" "),l+=o);break;default:l=i}l&&(r&&(r+=" "),r+=l)}}return r});function Hn(e,t,a){var n=[],r=dn(e,n,a);return n.length<2?a:r+t(n)}var jn=An((function(e,t){return(0,i.createElement)(Tn.Consumer,null,(function(a){var n=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];var r=Sn(a,t.registered);return gn(t,r,!1),t.key+"-"+r.name},r={css:n,cx:function(){for(var e=arguments.length,a=new Array(e),r=0;r<e;r++)a[r]=arguments[r];return Hn(t.registered,n,Fn(a))},theme:a};return e.children(r)}))}));function Bn(e,t){if(null==e)return{};var a,n,r=ye(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}function Un(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function Wn(e,t){if(e){if("string"==typeof e)return Un(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?Un(e,t):void 0}}function Gn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,r,i=[],_n=!0,l=!1;try{for(a=a.call(e);!(_n=(n=a.next()).done)&&(i.push(n.value),!t||i.length!==t);_n=!0);}catch(e){l=!0,r=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw r}}return i}}(e,t)||Wn(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function zn(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var Zn=a(639),Kn=function(){};function $n(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function Yn(e,t,a){var n=[a];if(t&&e)for(var r in t)t.hasOwnProperty(r)&&t[r]&&n.push("".concat($n(e,r)));return n.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var Jn=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===qa(e)&&null!==e?[e]:[]};function qn(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Xn(e){return qn(e)?window.pageYOffset:e.scrollTop}function Qn(e,t){qn(e)?window.scrollTo(0,t):e.scrollTop=t}function er(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}function tr(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Kn,r=Xn(e),i=t-r,l=10,o=0;function s(){var t=er(o+=l,r,i,a);Qn(e,t),o<a?window.requestAnimationFrame(s):n(e)}s()}function ar(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function nr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function rr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?nr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):nr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function ir(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=en(e);if(t){var r=en(this).constructor;a=Reflect.construct(n,arguments,r)}else a=n.apply(this,arguments);return Qa(this,a)}}function lr(e){var t=e.maxHeight,a=e.menuEl,n=e.minHeight,r=e.placement,i=e.shouldScroll,l=e.isFixedPosition,o=e.theme.spacing,s=function(e){var t=getComputedStyle(e),a="absolute"===t.position,n=/(auto|scroll)/,r=document.documentElement;if("fixed"===t.position)return r;for(var i=e;i=i.parentElement;)if(t=getComputedStyle(i),(!a||"static"!==t.position)&&n.test(t.overflow+t.overflowY+t.overflowX))return i;return r}(a),u={placement:"bottom",maxHeight:t};if(!a||!a.offsetParent)return u;var c=s.getBoundingClientRect().height,d=a.getBoundingClientRect(),m=d.bottom,f=d.height,g=d.top,p=a.offsetParent.getBoundingClientRect().top,h=window.innerHeight,v=Xn(s),b=parseInt(getComputedStyle(a).marginBottom,10),w=parseInt(getComputedStyle(a).marginTop,10),y=p-w,x=h-g,D=y+v,E=c-v-g,C=m-h+v+b,_=v+g-w,k=160;switch(r){case"auto":case"bottom":if(x>=f)return{placement:"bottom",maxHeight:t};if(E>=f&&!l)return i&&tr(s,C,k),{placement:"bottom",maxHeight:t};if(!l&&E>=n||l&&x>=n)return i&&tr(s,C,k),{placement:"bottom",maxHeight:l?x-b:E-b};if("auto"===r||l){var S=t,O=l?y:D;return O>=n&&(S=Math.min(O-b-o.controlHeight,t)),{placement:"top",maxHeight:S}}if("bottom"===r)return Qn(s,C),{placement:"bottom",maxHeight:t};break;case"top":if(y>=f)return{placement:"top",maxHeight:t};if(D>=f&&!l)return i&&tr(s,_,k),{placement:"top",maxHeight:t};if(!l&&D>=n||l&&y>=n){var N=t;return(!l&&D>=n||l&&y>=n)&&(N=l?y-w:D-w),i&&tr(s,_,k),{placement:"top",maxHeight:N}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return u}var or=function(e){return"auto"===e?"bottom":e},sr=(0,i.createContext)({getPortalPlacement:null}),ur=function(e){Ja(a,e);var t=ir(a);function a(){var e;Ka(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var a=e.props,n=a.minMenuHeight,r=a.maxMenuHeight,i=a.menuPlacement,l=a.menuPosition,o=a.menuShouldScrollIntoView,s=a.theme;if(t){var u="fixed"===l,c=lr({maxHeight:r,menuEl:t,minHeight:n,placement:i,shouldScroll:o&&!u,isFixedPosition:u,theme:s}),d=e.context.getPortalPlacement;d&&d(c),e.setState(c)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,a=e.state.placement||or(t);return rr(rr({},e.props),{},{placement:a,maxHeight:e.state.maxHeight})},e}return Ya(a,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),a}(i.Component);ur.contextType=sr;var cr=function(e){var t=e.theme,a=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*a,"px ").concat(3*a,"px"),textAlign:"center"}},dr=cr,mr=cr,fr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({css:r("noOptionsMessage",e),className:n({"menu-notice":!0,"menu-notice--no-options":!0},a)},i),t)};fr.defaultProps={children:"No options"};var gr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({css:r("loadingMessage",e),className:n({"menu-notice":!0,"menu-notice--loading":!0},a)},i),t)};gr.defaultProps={children:"Loading..."};var pr=function(e){Ja(a,e);var t=ir(a);function a(){var e;Ka(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={placement:null},e.getPortalPlacement=function(t){var a=t.placement;a!==or(e.props.menuPlacement)&&e.setState({placement:a})},e}return Ya(a,[{key:"render",value:function(){var e=this.props,t=e.appendTo,a=e.children,n=e.controlElement,r=e.menuPlacement,i=e.menuPosition,l=e.getStyles,s="fixed"===i;if(!t&&!s||!n)return null;var u=this.state.placement||or(r),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(n),d=s?0:window.pageYOffset,m=c[u]+d,f=Rn("div",{css:l("menuPortal",{offset:m,position:i,rect:c})},a);return Rn(sr.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,o.createPortal)(f,t):f)}}]),a}(i.Component),hr=Array.isArray,vr=Object.keys,br=Object.prototype.hasOwnProperty;function wr(e,t){if(e===t)return!0;if(e&&t&&"object"==qa(e)&&"object"==qa(t)){var a,n,r,i=hr(e),l=hr(t);if(i&&l){if((n=e.length)!=t.length)return!1;for(a=n;0!=a--;)if(!wr(e[a],t[a]))return!1;return!0}if(i!=l)return!1;var o=e instanceof Date,s=t instanceof Date;if(o!=s)return!1;if(o&&s)return e.getTime()==t.getTime();var u=e instanceof RegExp,c=t instanceof RegExp;if(u!=c)return!1;if(u&&c)return e.toString()==t.toString();var d=vr(e);if((n=d.length)!==vr(t).length)return!1;for(a=n;0!=a--;)if(!br.call(t,d[a]))return!1;for(a=n;0!=a--;)if(!("_owner"===(r=d[a])&&e.$$typeof||wr(e[r],t[r])))return!1;return!0}return e!=e&&t!=t}function yr(e,t){try{return wr(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}function xr(){var e,t,a=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return xr=function(){return a},a}var Dr={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},Er=function(e){var t=e.size,a=Bn(e,["size"]);return Rn("svg",q({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:Dr},a))},Cr=function(e){return Rn(Er,q({size:20},e),Rn("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},_r=function(e){return Rn(Er,q({size:20},e),Rn("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},kr=function(e){var t=e.isFocused,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorContainer",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*n,transition:"color 150ms",":hover":{color:t?r.neutral80:r.neutral40}}},Sr=kr,Or=kr,Nr=function(){var e=Vn.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(xr()),Tr=function(e){var t=e.delay,a=e.offset;return Rn("span",{css:Vn({animation:"".concat(Nr," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:a?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},Ar=function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps,i=e.isRtl;return Rn("div",q({},r,{css:n("loadingIndicator",e),className:a({indicator:!0,"loading-indicator":!0},t)}),Rn(Tr,{delay:0,offset:i}),Rn(Tr,{delay:160,offset:!0}),Rn(Tr,{delay:320,offset:!i}))};function Mr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Pr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Mr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Mr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Lr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Ir(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Lr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Lr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}Ar.defaultProps={size:4};var Vr=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function Rr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Fr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Rr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Rr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Hr=function(e){var t=e.children,a=e.innerProps;return Rn("div",a,t)},jr=Hr,Br=Hr,Ur=function(e){var t=e.children,a=e.className,n=e.components,r=e.cx,i=e.data,l=e.getStyles,o=e.innerProps,s=e.isDisabled,u=e.removeProps,c=e.selectProps,d=n.Container,m=n.Label,f=n.Remove;return Rn(jn,null,(function(n){var g=n.css,p=n.cx;return Rn(d,{data:i,innerProps:Fr(Fr({},o),{},{className:p(g(l("multiValue",e)),r({"multi-value":!0,"multi-value--is-disabled":s},a))}),selectProps:c},Rn(m,{data:i,innerProps:{className:p(g(l("multiValueLabel",e)),r({"multi-value__label":!0},a))},selectProps:c},t),Rn(f,{data:i,innerProps:Fr({className:p(g(l("multiValueRemove",e)),r({"multi-value__remove":!0},a))},u),selectProps:c}))}))};function Wr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Gr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Wr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Wr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}Ur.defaultProps={cropWithEllipsis:!0};for(var zr={ClearIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({},i,{css:r("clearIndicator",e),className:n({indicator:!0,"clear-indicator":!0},a)}),t||Rn(Cr,null))},Control:function(e){var t=e.children,a=e.cx,n=e.getStyles,r=e.className,i=e.isDisabled,l=e.isFocused,o=e.innerRef,s=e.innerProps,u=e.menuIsOpen;return Rn("div",q({ref:o,css:n("control",e),className:a({control:!0,"control--is-disabled":i,"control--is-focused":l,"control--menu-is-open":u},r)},s),t)},DropdownIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({},i,{css:r("dropdownIndicator",e),className:n({indicator:!0,"dropdown-indicator":!0},a)}),t||Rn(_r,null))},DownChevron:_r,CrossIcon:Cr,Group:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.Heading,l=e.headingProps,o=e.label,s=e.theme,u=e.selectProps;return Rn("div",{css:r("group",e),className:n({group:!0},a)},Rn(i,q({},l,{selectProps:u,theme:s,getStyles:r,cx:n}),o),Rn("div",null,t))},GroupHeading:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.theme,i=(e.selectProps,Bn(e,["className","cx","getStyles","theme","selectProps"]));return Rn("div",q({css:n("groupHeading",Pr({theme:r},i)),className:a({"group-heading":!0},t)},i))},IndicatorsContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles;return Rn("div",{css:r("indicatorsContainer",e),className:n({indicators:!0},a)},t)},IndicatorSeparator:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps;return Rn("span",q({},r,{css:n("indicatorSeparator",e),className:a({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerRef,i=e.isHidden,l=e.isDisabled,o=e.theme,s=(e.selectProps,Bn(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return Rn("div",{css:n("input",Ir({theme:o},s))},Rn(Zn.Z,q({className:a({input:!0},t),inputRef:r,inputStyle:Vr(i),disabled:l},s)))},LoadingIndicator:Ar,Menu:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerRef,l=e.innerProps;return Rn("div",q({css:r("menu",e),className:n({menu:!0},a)},l,{ref:i}),t)},MenuList:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isMulti,l=e.innerRef,o=e.innerProps;return Rn("div",q({css:r("menuList",e),className:n({"menu-list":!0,"menu-list--is-multi":i},a),ref:l},o),t)},MenuPortal:pr,LoadingMessage:gr,NoOptionsMessage:fr,MultiValue:Ur,MultiValueContainer:jr,MultiValueLabel:Br,MultiValueRemove:function(e){var t=e.children,a=e.innerProps;return Rn("div",a,t||Rn(Cr,{size:14}))},Option:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.isFocused,o=e.isSelected,s=e.innerRef,u=e.innerProps;return Rn("div",q({css:r("option",e),className:n({option:!0,"option--is-disabled":i,"option--is-focused":l,"option--is-selected":o},a),ref:s},u),t)},Placeholder:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({css:r("placeholder",e),className:n({placeholder:!0},a)},i),t)},SelectContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps,l=e.isDisabled,o=e.isRtl;return Rn("div",q({css:r("container",e),className:n({"--is-disabled":l,"--is-rtl":o},a)},i),t)},SingleValue:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.innerProps;return Rn("div",q({css:r("singleValue",e),className:n({"single-value":!0,"single-value--is-disabled":i},a)},l),t)},ValueContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.isMulti,i=e.getStyles,l=e.hasValue;return Rn("div",{css:i("valueContainer",e),className:n({"value-container":!0,"value-container--is-multi":r,"value-container--has-value":l},a)},t)}},Zr=function(e){return Gr(Gr({},zr),e.components)},Kr=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],$r=new RegExp("["+Kr.map((function(e){return e.letters})).join("")+"]","g"),Yr={},Jr=0;Jr<Kr.length;Jr++)for(var qr=Kr[Jr],Xr=0;Xr<qr.letters.length;Xr++)Yr[qr.letters[Xr]]=qr.base;var Qr=function(e){return e.replace($r,(function(e){return Yr[e]}))};function ei(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}var ti=function(e){return e.replace(/^\s+|\s+$/g,"")},ai=function(e){return"".concat(e.label," ").concat(e.value)},ni={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},ri=function(e){return Rn("span",q({css:ni},e))};function ii(e){e.in,e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,a=(e.emotion,Bn(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return Rn("input",q({ref:t},a,{css:Vn({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}var li=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){return Ka(this,r),n.apply(this,arguments)}return Ya(r,[{key:"componentDidMount",value:function(){this.props.innerRef((0,o.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),r}(i.Component),oi=["boxSizing","height","overflow","paddingRight","position"],si={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function ui(e){e.preventDefault()}function ci(e){e.stopPropagation()}function di(){var e=this.scrollTop,t=this.scrollHeight,a=e+this.offsetHeight;0===e?this.scrollTop=1:a===t&&(this.scrollTop=e-1)}function mi(){return"ontouchstart"in window||navigator.maxTouchPoints}var fi=!(!window.document||!window.document.createElement),gi=0,pi=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return Ya(r,[{key:"componentDidMount",value:function(){var e=this;if(fi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;if(a&&oi.forEach((function(t){var a=i&&i[t];e.originalStyles[t]=a})),a&&gi<1){var l=parseInt(this.originalStyles.paddingRight,10)||0,o=document.body?document.body.clientWidth:0,s=window.innerWidth-o+l||0;Object.keys(si).forEach((function(e){var t=si[e];i&&(i[e]=t)})),i&&(i.paddingRight="".concat(s,"px"))}r&&mi()&&(r.addEventListener("touchmove",ui,this.listenerOptions),n&&(n.addEventListener("touchstart",di,this.listenerOptions),n.addEventListener("touchmove",ci,this.listenerOptions))),gi+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(fi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;gi=Math.max(gi-1,0),a&&gi<1&&oi.forEach((function(t){var a=e.originalStyles[t];i&&(i[t]=a)})),r&&mi()&&(r.removeEventListener("touchmove",ui,this.listenerOptions),n&&(n.removeEventListener("touchstart",di,this.listenerOptions),n.removeEventListener("touchmove",ci,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),r}(i.Component);pi.defaultProps={accountForScrollbars:!0};var hi={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},vi=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return Ya(r,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.isEnabled,n=this.state.touchScrollTarget;return a?Rn("div",null,Rn("div",{onClick:this.blurSelectInput,css:hi}),Rn(li,{innerRef:this.getScrollTarget},t),n?Rn(pi,{touchScrollTarget:n}):null):t}}]),r}(i.PureComponent);var bi=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,a){var n=e.props,r=n.onBottomArrive,i=n.onBottomLeave,l=n.onTopArrive,o=n.onTopLeave,s=e.scrollTarget,u=s.scrollTop,c=s.scrollHeight,d=s.clientHeight,m=e.scrollTarget,f=a>0,g=c-d-u,p=!1;g>a&&e.isBottom&&(i&&i(t),e.isBottom=!1),f&&e.isTop&&(o&&o(t),e.isTop=!1),f&&a>g?(r&&!e.isBottom&&r(t),m.scrollTop=c,p=!0,e.isBottom=!0):!f&&-a>u&&(l&&!e.isTop&&l(t),m.scrollTop=0,p=!0,e.isTop=!0),p&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var a=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,a)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return Ya(r,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return l().createElement(li,{innerRef:this.getScrollTarget},this.props.children)}}]),r}(i.Component);function wi(e){var t=e.isEnabled,a=void 0===t||t,n=Bn(e,["isEnabled"]);return a?l().createElement(bi,n):n.children}var yi=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=t.isSearchable,n=t.isMulti,r=t.label,i=t.isDisabled,l=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(i?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(l?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(r||"Select"," is focused ").concat(a?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},xi=function(e,t){var a=t.value,n=t.isDisabled;if(a)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(a,", deselected.");case"select-option":return"option ".concat(a,n?" is disabled. Select another option.":", selected.")}},Di=function(e){return!!e.isDisabled},Ei={clearIndicator:Or,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,a=e.isFocused,n=e.theme,r=n.colors,i=n.borderRadius,l=n.spacing;return{label:"control",alignItems:"center",backgroundColor:t?r.neutral5:r.neutral0,borderColor:t?r.neutral10:a?r.primary:r.neutral20,borderRadius:i,borderStyle:"solid",borderWidth:1,boxShadow:a?"0 0 0 1px ".concat(r.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:a?r.primary:r.neutral30}}},dropdownIndicator:Sr,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?r.neutral10:r.neutral20,marginBottom:2*n,marginTop:2*n,width:1}},input:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{margin:n.baseUnit/2,paddingBottom:n.baseUnit/2,paddingTop:n.baseUnit/2,visibility:t?"hidden":"visible",color:r.neutral80}},loadingIndicator:function(e){var t=e.isFocused,a=e.size,n=e.theme,r=n.colors,i=n.spacing.baseUnit;return{label:"loadingIndicator",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*i,transition:"color 150ms",alignSelf:"center",fontSize:a,lineHeight:1,marginRight:a,textAlign:"center",verticalAlign:"middle"}},loadingMessage:mr,menu:function(e){var t,a=e.placement,n=e.theme,r=n.borderRadius,i=n.spacing,l=n.colors;return zn(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(a),"100%"),zn(t,"backgroundColor",l.neutral0),zn(t,"borderRadius",r),zn(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),zn(t,"marginBottom",i.menuGutter),zn(t,"marginTop",i.menuGutter),zn(t,"position","absolute"),zn(t,"width","100%"),zn(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,a=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:a,paddingTop:a,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,a=e.offset,n=e.position;return{left:t.left,position:n,top:a,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:n/2,display:"flex",margin:a.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,a=t.borderRadius,n=t.colors,r=e.cropWithEllipsis;return{borderRadius:a/2,color:n.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:r?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius,r=t.colors;return{alignItems:"center",borderRadius:n/2,backgroundColor:e.isFocused&&r.dangerLight,display:"flex",paddingLeft:a.baseUnit,paddingRight:a.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}}},noOptionsMessage:dr,option:function(e){var t=e.isDisabled,a=e.isFocused,n=e.isSelected,r=e.theme,i=r.spacing,l=r.colors;return{label:"option",backgroundColor:n?l.primary:a?l.primary25:"transparent",color:t?l.neutral20:n?l.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*i.baseUnit,"px ").concat(3*i.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(n?l.primary:l.primary50)}}},placeholder:function(e){var t=e.theme,a=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{label:"singleValue",color:t?r.neutral40:r.neutral80,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,maxWidth:"calc(100% - ".concat(2*n.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}},Ci={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function _i(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ki(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?_i(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):_i(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Si={backspaceRemovesValue:!0,blurInputOnSelect:ar(),captureMenuScroll:!ar(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var a=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ei(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ei(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:ai,trim:!0,matchFrom:"any"},undefined),n=a.ignoreCase,r=a.ignoreAccents,i=a.stringify,l=a.trim,o=a.matchFrom,s=l?ti(t):t,u=l?ti(i(e)):i(e);return n&&(s=s.toLowerCase(),u=u.toLowerCase()),r&&(s=Qr(s),u=Qr(u)),"start"===o?u.substr(0,s.length)===s:u.indexOf(s)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:Di,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},Oi=1,Ni=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(e){var t;Ka(this,r),(t=n.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=Zr({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,a){var n=t.props,r=n.onChange,i=n.name;r(e,ki(ki({},a),{},{name:i}))},t.setValue=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,r=t.props,i=r.closeMenuOnSelect,l=r.isMulti;t.onInputChange("",{action:"set-value"}),i&&(t.inputIsHiddenAfterUpdate=!l,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:a,option:n})},t.selectOption=function(e){var a,n=t.props,r=n.blurInputOnSelect,i=n.isMulti,l=t.state.selectValue;if(i)if(t.isOptionSelected(e,l)){var o=t.getOptionValue(e);t.setValue(l.filter((function(e){return t.getOptionValue(e)!==o})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(function(e){if(Array.isArray(e))return Un(e)}(a=l)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(a)||Wn(a)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));r&&t.blurInput()},t.removeValue=function(e){var a=t.state.selectValue,n=t.getOptionValue(e),r=a.filter((function(e){return t.getOptionValue(e)!==n}));t.onChange(r.length?r:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,a=e[e.length-1],n=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:a?t.getOptionLabel(a):""}}),t.onChange(n.length?n:null,{action:"pop-value",removedValue:a})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return Yn.apply(void 0,[t.props.classNamePrefix].concat(a))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,a){var n=Ei[e](a);n.boxSizing="border-box";var r=t.props.styles[e];return r?r(n,a):n},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,a=t.state,n=a.menuOptions,r=a.focusedOption;if(r&&e){var i=n.focusable.indexOf(r),l=n.render[i];return l&&l.key}},t.announceAriaLiveSelection=function(e){var a=e.event,n=e.context;t.setState({ariaLiveSelection:xi(a,n)})},t.announceAriaLiveContext=function(e){var a=e.event,n=e.context;t.setState({ariaLiveContext:yi(a,ki(ki({},n),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var a=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():a&&t.openMenu("first"):(a&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var a=t.props,n=a.isMulti,r=a.menuIsOpen;t.focusInput(),r?(t.inputIsHiddenAfterUpdate=!n,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&qn(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var a=e.touches,n=a&&a.item(0);n&&(t.initialTouchX=n.clientX,t.initialTouchY=n.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var a=e.touches,n=a&&a.item(0);if(n){var r=Math.abs(n.clientX-t.initialTouchX),i=Math.abs(n.clientY-t.initialTouchY);t.userIsDragging=r>5||i>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var a=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(a,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var a=t.props,n=a.isSearchable,r=a.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:r}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,a=e.hideSelectedOptions,n=e.isMulti;return void 0===a?n:a},t.onKeyDown=function(e){var a=t.props,n=a.isMulti,r=a.backspaceRemovesValue,i=a.escapeClearsValue,l=a.inputValue,o=a.isClearable,s=a.isDisabled,u=a.menuIsOpen,c=a.onKeyDown,d=a.tabSelectsValue,m=a.openMenuOnFocus,f=t.state,g=f.focusedOption,p=f.focusedValue,h=f.selectValue;if(!(s||"function"==typeof c&&(c(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||l)return;t.focusValue("previous");break;case"ArrowRight":if(!n||l)return;t.focusValue("next");break;case"Delete":case"Backspace":if(l)return;if(p)t.removeValue(p);else{if(!r)return;n?t.popValue():o&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!u||!d||!g||m&&t.isOptionSelected(g,h))return;t.selectOption(g);break;case"Enter":if(229===e.keyCode)break;if(u){if(!g)return;if(t.isComposing)return;t.selectOption(g);break}return;case"Escape":u?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):o&&i&&t.clearValue();break;case" ":if(l)return;if(!u){t.openMenu("first");break}if(!g)return;t.selectOption(g);break;case"ArrowUp":u?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":u?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!u)return;t.focusOption("pageup");break;case"PageDown":if(!u)return;t.focusOption("pagedown");break;case"Home":if(!u)return;t.focusOption("first");break;case"End":if(!u)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,a){var n=e.inputValue,r=void 0===n?"":n,i=e.options,l=function(e,n){var i=t.isOptionDisabled(e,a),l=t.isOptionSelected(e,a),o=t.getOptionLabel(e),s=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&l||!t.filterOption({label:o,value:s,data:e},r))){var u=i?void 0:function(){return t.onOptionHover(e)},c=i?void 0:function(){return t.selectOption(e)},d="".concat(t.getElementId("option"),"-").concat(n);return{innerProps:{id:d,onClick:c,onMouseMove:u,onMouseOver:u,tabIndex:-1},data:e,isDisabled:i,isSelected:l,key:d,label:o,type:"option",value:s}}};return i.reduce((function(e,a,n){if(a.options){t.hasGroups||(t.hasGroups=!0);var r=a.options.map((function(t,a){var r=l(t,"".concat(n,"-").concat(a));return r&&e.focusable.push(t),r})).filter(Boolean);if(r.length){var i="".concat(t.getElementId("group"),"-").concat(n);e.render.push({type:"group",key:i,data:a,options:r})}}else{var o=l(a,"".concat(n));o&&(e.render.push(o),e.focusable.push(a))}return e}),{render:[],focusable:[]})};var a=e.value;t.cacheComponents=nn(t.cacheComponents,yr).bind(Xa(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++Oi);var i=Jn(a);t.buildMenuOptions=nn(t.buildMenuOptions,(function(e,t){var a=Gn(e,2),n=a[0],r=a[1],i=Gn(t,2),l=i[0];return r===i[1]&&n.inputValue===l.inputValue&&n.options===l.options})).bind(Xa(t));var l=e.menuIsOpen?t.buildMenuOptions(e,i):{render:[],focusable:[]};return t.state.menuOptions=l,t.state.selectValue=i,t}return Ya(r,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=this.props,a=t.options,n=t.value,r=t.menuIsOpen,i=t.inputValue;if(this.cacheComponents(e.components),e.value!==n||e.options!==a||e.menuIsOpen!==r||e.inputValue!==i){var l=Jn(e.value),o=e.menuIsOpen?this.buildMenuOptions(e,l):{render:[],focusable:[]},s=this.getNextFocusedValue(l),u=this.getNextFocusedOption(o.focusable);this.setState({menuOptions:o,selectValue:l,focusedOption:u,focusedValue:s})}null!=this.inputIsHiddenAfterUpdate&&(this.setState({inputIsHidden:this.inputIsHiddenAfterUpdate}),delete this.inputIsHiddenAfterUpdate)}},{key:"componentDidUpdate",value:function(e){var t,a,n,r,i,l=this.props,o=l.isDisabled,s=l.menuIsOpen,u=this.state.isFocused;(u&&!o&&e.isDisabled||u&&s&&!e.menuIsOpen)&&this.focusInput(),u&&o&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(t=this.menuListRef,a=this.focusedOptionRef,n=t.getBoundingClientRect(),r=a.getBoundingClientRect(),i=a.offsetHeight/3,r.bottom+i>n.bottom?Qn(t,Math.min(a.offsetTop+a.clientHeight-t.offsetHeight+i,t.scrollHeight)):r.top-i<n.top&&Qn(t,Math.max(a.offsetTop-i,0)),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){var e=this.props,t=e.isSearchable,a=e.isMulti;this.announceAriaLiveContext({event:"input",context:{isSearchable:t,isMulti:a}}),this.onInputChange("",{action:"menu-close"}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,a=this.state,n=a.selectValue,r=a.isFocused,i=this.buildMenuOptions(this.props,n),l=this.props,o=l.isMulti,s=l.tabSelectsValue,u="first"===e?0:i.focusable.length-1;if(!o){var c=i.focusable.indexOf(n[0]);c>-1&&(u=c)}this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.inputIsHiddenAfterUpdate=!1,this.setState({menuOptions:i,focusedValue:null,focusedOption:i.focusable[u]},(function(){t.onMenuOpen(),t.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:s}})}))}},{key:"focusValue",value:function(e){var t=this.props,a=t.isMulti,n=t.isSearchable,r=this.state,i=r.selectValue,l=r.focusedValue;if(a){this.setState({focusedOption:null});var o=i.indexOf(l);l||(o=-1,this.announceAriaLiveContext({event:"value"}));var s=i.length-1,u=-1;if(i.length){switch(e){case"previous":u=0===o?0:-1===o?s:o-1;break;case"next":o>-1&&o<s&&(u=o+1)}-1===u&&this.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:a}}),this.setState({inputIsHidden:-1!==u,focusedValue:i[u]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props,a=t.pageSize,n=t.tabSelectsValue,r=this.state,i=r.focusedOption,l=r.menuOptions,o=l.focusable;if(o.length){var s=0,u=o.indexOf(i);i||(u=-1,this.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:n}})),"up"===e?s=u>0?u-1:o.length-1:"down"===e?s=(u+1)%o.length:"pageup"===e?(s=u-a)<0&&(s=0):"pagedown"===e?(s=u+a)>o.length-1&&(s=o.length-1):"last"===e&&(s=o.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:o[s],focusedValue:null}),this.announceAriaLiveContext({event:"menu",context:{isDisabled:Di(o[s]),tabSelectsValue:n}})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(Ci):ki(ki({},Ci),this.props.theme):Ci}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,a=this.getStyles,n=this.getValue,r=this.setValue,i=this.selectOption,l=this.props,o=l.isMulti,s=l.isRtl,u=l.options;return{cx:t,clearValue:e,getStyles:a,getValue:n,hasValue:this.hasValue(),isMulti:o,isRtl:s,options:u,selectOption:i,setValue:r,selectProps:l,theme:this.getTheme()}}},{key:"getNextFocusedValue",value:function(e){if(this.clearFocusValueOnUpdate)return this.clearFocusValueOnUpdate=!1,null;var t=this.state,a=t.focusedValue,n=t.selectValue.indexOf(a);if(n>-1){if(e.indexOf(a)>-1)return a;if(n<e.length)return e[n]}return null}},{key:"getNextFocusedOption",value:function(e){var t=this.state.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.state.menuOptions.render.length}},{key:"countOptions",value:function(){return this.state.menuOptions.focusable.length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,a=e.isMulti;return void 0===t?a:t}},{key:"isOptionDisabled",value:function(e,t){return"function"==typeof this.props.isOptionDisabled&&this.props.isOptionDisabled(e,t)}},{key:"isOptionSelected",value:function(e,t){var a=this;if(t.indexOf(e)>-1)return!0;if("function"==typeof this.props.isOptionSelected)return this.props.isOptionSelected(e,t);var n=this.getOptionValue(e);return t.some((function(e){return a.getOptionValue(e)===n}))}},{key:"filterOption",value:function(e,t){return!this.props.filterOption||this.props.filterOption(e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var a=this.props.inputValue,n=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:a,selectValue:n})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"constructAriaLiveMessage",value:function(){var e=this.state,t=e.ariaLiveContext,a=e.selectValue,n=e.focusedValue,r=e.focusedOption,i=this.props,l=i.options,o=i.menuIsOpen,s=i.inputValue,u=i.screenReaderStatus,c=n?function(e){var t=e.focusedValue,a=e.selectValue;return"value ".concat((0,e.getOptionLabel)(t)," focused, ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedValue:n,getOptionLabel:this.getOptionLabel,selectValue:a}):"",d=r&&o?function(e){var t=e.focusedOption,a=e.options;return"option ".concat((0,e.getOptionLabel)(t)," focused").concat(t.isDisabled?" disabled":"",", ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedOption:r,getOptionLabel:this.getOptionLabel,options:l}):"",m=function(e){var t=e.inputValue;return"".concat(e.screenReaderMessage).concat(t?" for search term "+t:"",".")}({inputValue:s,screenReaderMessage:u({count:this.countOptions()})});return"".concat(c," ").concat(d," ").concat(m," ").concat(t)}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,a=e.isSearchable,n=e.inputId,r=e.inputValue,i=e.tabIndex,o=e.form,s=this.components.Input,u=this.state.inputIsHidden,c=n||this.getElementId("input"),d={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};if(!a)return l().createElement(ii,q({id:c,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Kn,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:i,form:o,value:""},d));var m=this.commonProps,f=m.cx,g=m.theme,p=m.selectProps;return l().createElement(s,q({autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",cx:f,getStyles:this.getStyles,id:c,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,selectProps:p,spellCheck:"false",tabIndex:i,form:o,theme:g,type:"text",value:r},d))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.components,a=t.MultiValue,n=t.MultiValueContainer,r=t.MultiValueLabel,i=t.MultiValueRemove,o=t.SingleValue,s=t.Placeholder,u=this.commonProps,c=this.props,d=c.controlShouldRenderValue,m=c.isDisabled,f=c.isMulti,g=c.inputValue,p=c.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;if(!this.hasValue()||!d)return g?null:l().createElement(s,q({},u,{key:"placeholder",isDisabled:m,isFocused:w}),p);if(f){var y=v.map((function(t,o){var s=t===b;return l().createElement(a,q({},u,{components:{Container:n,Label:r,Remove:i},isFocused:s,isDisabled:m,key:"".concat(e.getOptionValue(t)).concat(o),index:o,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return y}if(g)return null;var x=v[0];return l().createElement(o,q({},u,{data:x,isDisabled:m}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.components.ClearIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,r=a.isLoading,i=this.state.isFocused;if(!this.isClearable()||!e||n||!this.hasValue()||r)return null;var o={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:o,isFocused:i}))}},{key:"renderLoadingIndicator",value:function(){var e=this.components.LoadingIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,r=a.isLoading,i=this.state.isFocused;return e&&r?l().createElement(e,q({},t,{innerProps:{"aria-hidden":"true"},isDisabled:n,isFocused:i})):null}},{key:"renderIndicatorSeparator",value:function(){var e=this.components,t=e.DropdownIndicator,a=e.IndicatorSeparator;if(!t||!a)return null;var n=this.commonProps,r=this.props.isDisabled,i=this.state.isFocused;return l().createElement(a,q({},n,{isDisabled:r,isFocused:i}))}},{key:"renderDropdownIndicator",value:function(){var e=this.components.DropdownIndicator;if(!e)return null;var t=this.commonProps,a=this.props.isDisabled,n=this.state.isFocused,r={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:r,isDisabled:a,isFocused:n}))}},{key:"renderMenu",value:function(){var e=this,t=this.components,a=t.Group,n=t.GroupHeading,r=t.Menu,i=t.MenuList,o=t.MenuPortal,s=t.LoadingMessage,u=t.NoOptionsMessage,c=t.Option,d=this.commonProps,m=this.state,f=m.focusedOption,g=m.menuOptions,p=this.props,h=p.captureMenuScroll,v=p.inputValue,b=p.isLoading,w=p.loadingMessage,y=p.minMenuHeight,x=p.maxMenuHeight,D=p.menuIsOpen,E=p.menuPlacement,C=p.menuPosition,_=p.menuPortalTarget,k=p.menuShouldBlockScroll,S=p.menuShouldScrollIntoView,O=p.noOptionsMessage,N=p.onMenuScrollToTop,T=p.onMenuScrollToBottom;if(!D)return null;var A,M=function(t){var a=f===t.data;return t.innerRef=a?e.getFocusedOptionRef:void 0,l().createElement(c,q({},d,t,{isFocused:a}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())A=g.render.map((function(t){if("group"===t.type){t.type;var r=Bn(t,["type"]),i="".concat(t.key,"-heading");return l().createElement(a,q({},d,r,{Heading:n,headingProps:{id:i,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return M(e)})))}if("option"===t.type)return M(t)}));else if(b){var P=w({inputValue:v});if(null===P)return null;A=l().createElement(s,d,P)}else{var L=O({inputValue:v});if(null===L)return null;A=l().createElement(u,d,L)}var I={minMenuHeight:y,maxMenuHeight:x,menuPlacement:E,menuPosition:C,menuShouldScrollIntoView:S},V=l().createElement(ur,q({},d,I),(function(t){var a=t.ref,n=t.placerProps,o=n.placement,s=n.maxHeight;return l().createElement(r,q({},d,I,{innerRef:a,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:o}),l().createElement(wi,{isEnabled:h,onTopArrive:N,onBottomArrive:T},l().createElement(vi,{isEnabled:k},l().createElement(i,q({},d,{innerRef:e.getMenuListRef,isLoading:b,maxHeight:s}),A))))}));return _||"fixed"===C?l().createElement(o,q({},d,{appendTo:_,controlElement:this.controlRef,menuPlacement:E,menuPosition:C}),V):V}},{key:"renderFormField",value:function(){var e=this,t=this.props,a=t.delimiter,n=t.isDisabled,r=t.isMulti,i=t.name,o=this.state.selectValue;if(i&&!n){if(r){if(a){var s=o.map((function(t){return e.getOptionValue(t)})).join(a);return l().createElement("input",{name:i,type:"hidden",value:s})}var u=o.length>0?o.map((function(t,a){return l().createElement("input",{key:"i-".concat(a),name:i,type:"hidden",value:e.getOptionValue(t)})})):l().createElement("input",{name:i,type:"hidden"});return l().createElement("div",null,u)}var c=o[0]?this.getOptionValue(o[0]):"";return l().createElement("input",{name:i,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){return this.state.isFocused?l().createElement(ri,{"aria-live":"polite"},l().createElement("span",{id:"aria-selection-event"}," ",this.state.ariaLiveSelection),l().createElement("span",{id:"aria-context"}," ",this.constructAriaLiveMessage())):null}},{key:"render",value:function(){var e=this.components,t=e.Control,a=e.IndicatorsContainer,n=e.SelectContainer,r=e.ValueContainer,i=this.props,o=i.className,s=i.id,u=i.isDisabled,c=i.menuIsOpen,d=this.state.isFocused,m=this.commonProps=this.getCommonProps();return l().createElement(n,q({},m,{className:o,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:d}),this.renderLiveRegion(),l().createElement(t,q({},m,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:d,menuIsOpen:c}),l().createElement(r,q({},m,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),l().createElement(a,q({},m,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}]),r}(i.Component);Ni.defaultProps=Si;i.Component;var Ti,Ai,Mi,Pi=(Ti=Ni,Mi=Ai=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).select=void 0,e.state={inputValue:void 0!==e.props.inputValue?e.props.inputValue:e.props.defaultInputValue,menuIsOpen:void 0!==e.props.menuIsOpen?e.props.menuIsOpen:e.props.defaultMenuIsOpen,value:void 0!==e.props.value?e.props.value:e.props.defaultValue},e.onChange=function(t,a){e.callProp("onChange",t,a),e.setState({value:t})},e.onInputChange=function(t,a){var n=e.callProp("onInputChange",t,a);e.setState({inputValue:void 0!==n?n:t})},e.onMenuOpen=function(){e.callProp("onMenuOpen"),e.setState({menuIsOpen:!0})},e.onMenuClose=function(){e.callProp("onMenuClose"),e.setState({menuIsOpen:!1})},e}return Ya(r,[{key:"focus",value:function(){this.select.focus()}},{key:"blur",value:function(){this.select.blur()}},{key:"getProp",value:function(e){return void 0!==this.props[e]?this.props[e]:this.state[e]}},{key:"callProp",value:function(e){if("function"==typeof this.props[e]){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];return(t=this.props)[e].apply(t,n)}}},{key:"render",value:function(){var e=this,t=this.props,a=(t.defaultInputValue,t.defaultMenuIsOpen,t.defaultValue,Bn(t,["defaultInputValue","defaultMenuIsOpen","defaultValue"]));return l().createElement(Ti,q({},a,{ref:function(t){e.select=t},inputValue:this.getProp("inputValue"),menuIsOpen:this.getProp("menuIsOpen"),onChange:this.onChange,onInputChange:this.onInputChange,onMenuClose:this.onMenuClose,onMenuOpen:this.onMenuOpen,value:this.getProp("value")}))}}]),r}(i.Component),Ai.defaultProps={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},Mi),Li=Pi,Ii={Default:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Arial:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Georgia:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Helvetica:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},"Times New Roman":{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},ABeeZee:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Abel:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Abhaya Libre":{v:["regular","500","600","700","800"],subset:["latin-ext","sinhala","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Abril Fatface":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aclonica:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Acme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Actor:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Adamina:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Advent Pro":{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","greek","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Aguafina Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Akronim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aladin:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aldrich:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Alef:{v:["regular","700"],subset:["hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Alegreya:{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya SC":{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans SC":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alex Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Alfa Slab One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Alice:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Alike:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Alike Angular":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allan:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Allerta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Allerta Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allura:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Almendra:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Almendra Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Almendra SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amarante:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Amaranth:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Amatic SC":{v:["regular","700"],subset:["cyrillic","latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Amethysta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amiko:{v:["regular","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","600","700"],i:["normal"]},Amiri:{v:["regular","italic","700","700italic"],subset:["latin-ext","arabic","latin"],weight:["Default","400","700"],i:["normal","italic"]},Amita:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Anaheim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andada:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andika:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Angkor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Annie Use Your Telescope":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Anonymous Pro":{v:["regular","italic","700","700italic"],subset:["cyrillic","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Antic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Didone":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Anton:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Arapey:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Arbutus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Arbutus Slab":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Architects Daughter":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Archivo:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Archivo Black":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Archivo Narrow":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Aref Ruqaa":{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},"Arima Madurai":{v:["100","200","300","regular","500","700","800","900"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","100","200","300","400","500","700","800","900"],i:["normal"]},Arimo:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Arizonia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Armata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Arsenal:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Artifika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Arvo:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Arya:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Asap:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Asap Condensed":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Asar:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Asset:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Assistant:{v:["200","300","regular","600","700","800"],subset:["hebrew","latin"],weight:["Default","200","300","400","600","700","800"],i:["normal"]},Astloch:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Asul:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Athiti:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Atma:{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Atomic Age":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Aubrey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Audiowide:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Autour One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Average:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Average Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Gruesa Libre":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Sans Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Serif Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Bad Script":{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Bahiana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Baloo:{v:["regular"],subset:["latin-ext","devanagari","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhai":{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaijaan":{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaina":{v:["regular"],subset:["latin-ext","oriya","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Chettan":{v:["regular"],subset:["malayalam","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Da":{v:["regular"],subset:["latin-ext","vietnamese","bengali","latin"],weight:["Default","400"],i:["normal"]},"Baloo Paaji":{v:["regular"],subset:["latin-ext","gurmukhi","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Tamma":{v:["regular"],subset:["latin-ext","vietnamese","latin","kannada"],weight:["Default","400"],i:["normal"]},"Baloo Tammudu":{v:["regular"],subset:["latin-ext","telugu","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Thambi":{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Balthazar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bangers:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Barlow:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Semi Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Barrio:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Basic:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Battambang:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Baumans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bayon:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Belgrano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bellefair:{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Belleza:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BenchNine:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},Bentham:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Berkshire Swash":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bevan:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bigelow Rules":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bigshot One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bilbo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bilbo Swash Caps":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BioRhyme:{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},"BioRhyme Expanded":{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},Biryani:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Bitter:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Black And White Picture":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Han Sans":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Ops One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bokor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Bonbon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Boogaloo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Brawler:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bree Serif":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubblegum Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubbler One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Buda:{v:["300"],subset:["latin"],weight:["Default","300"],i:[]},Buenard:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Bungee:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Hairline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Inline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Outline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Shade":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Butcherman:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Butterfly Kids":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cabin:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Cabin Condensed":{v:["regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Cabin Sketch":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Caesar Dressing":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cagliostro:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cairo:{v:["200","300","regular","600","700","900"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal"]},Calligraffitti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cambay:{v:["regular","italic","700","700italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal","italic"]},Cambo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Candal:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cantarell:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cantata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cantora One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Capriola:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cardo:{v:["regular","italic","700"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Carme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carter One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Catamaran:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","tamil","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Caudex:{v:["regular","italic","700","700italic"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Caveat:{v:["regular","700"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Caveat Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cedarville Cursive":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ceviche One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Changa:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Changa One":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Chango:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chathura:{v:["100","300","regular","700","800"],subset:["telugu","latin"],weight:["Default","100","300","400","700","800"],i:["normal"]},"Chau Philomene One":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Chela One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Chelsea Market":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chenla:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Cherry Cream Soda":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Cherry Swash":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Chewy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Chicle:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chivo:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},Chonburi:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Cinzel:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Cinzel Decorative":{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},"Clicker Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Coda:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},"Coda Caption":{v:["800"],subset:["latin-ext","latin"],weight:["Default","800"],i:[]},Codystar:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Coiny:{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Combo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Comfortaa:{v:["300","regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal"]},"Coming Soon":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Concert One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Condiment:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Content:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Contrail One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Convergence:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cookie:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Copse:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Corben:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Cormorant:{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Garamond":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Infant":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant SC":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Unicase":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Upright":{v:["300","regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Courgette:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cousine:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Coustard:{v:["regular","900"],subset:["latin"],weight:["Default","400","900"],i:["normal"]},"Covered By Your Grace":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crafty Girls":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Creepster:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crete Round":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Crimson Text":{v:["regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","600","700"],i:["normal","italic"]},"Croissant One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Crushed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cuprum:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cute Font":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Cutive:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cutive Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Damion:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Dancing Script":{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Dangrek:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"David Libre":{v:["regular","500","700"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","500","700"],i:["normal"]},"Dawning of a New Day":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Days One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dekko:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Delius:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Unicase":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Della Respira":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Denk One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Devonshire:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dhurjati:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Didact Gothic":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Diplomata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Diplomata SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Do Hyeon":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Dokdo:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Domine:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Donegal One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Doppio One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dorsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dosis:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Dr Sugiyama":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Duru Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dynalight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"EB Garamond":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},"Eagle Lake":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"East Sea Dokdo":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Eater:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Economica:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Eczar:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"El Messiri":{v:["regular","500","600","700"],subset:["cyrillic","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Electrolize:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Elsie:{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Elsie Swash Caps":{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Emblema One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Emilys Candy":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Encode Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Engagement:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Englebert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Enriqueta:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Erica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Esteban:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Euphoria Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ewert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Exo:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Exo 2":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Expletus Sans":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Fanwood Text":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Farsan:{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Fascinate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fascinate Inline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Faster One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fasthand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Fauna One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Faustina:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Federant:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Federo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Felipa:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Fenix:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Finger Paint":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fira Mono":{v:["regular","500","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","500","700"],i:["normal"]},"Fira Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Extra Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fjalla One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fjord One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Flamenco:{v:["300","regular"],subset:["latin"],weight:["Default","300","400"],i:["normal"]},Flavors:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fondamento:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Fontdiner Swanky":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Forum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Francois One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Frank Ruhl Libre":{v:["300","regular","500","700","900"],subset:["latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal"]},"Freckle Face":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fredericka the Great":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fredoka One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Freehand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Fresca:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Frijole:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fruktur:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fugaz One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"GFS Didot":{v:["regular"],subset:["greek"],weight:["Default","400"],i:["normal"]},"GFS Neohellenic":{v:["regular","italic","700","700italic"],subset:["greek"],weight:["Default","400","700"],i:["normal","italic"]},Gabriela:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Gaegu:{v:["300","regular","700"],subset:["korean","latin"],weight:["Default","300","400","700"],i:["normal"]},Gafata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Galada:{v:["regular"],subset:["bengali","latin"],weight:["Default","400"],i:["normal"]},Galdeano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Galindo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gamja Flower":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Gentium Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Gentium Book Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Geo:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Geostar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Geostar Fill":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Germania One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gidugu:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Gilda Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Give You Glory":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Glass Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Glegoo:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Gloria Hallelujah":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Goblin One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Gochi Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gorditas:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Gothic A1":{v:["100","200","300","regular","500","600","700","800","900"],subset:["korean","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Goudy Bookletter 1911":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Graduate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Grand Hotel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gravitas One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Great Vibes":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Griffy:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gruppo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gudea:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Gugi:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Gurajada:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Habibi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Halant:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hammersmith One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Hanalei:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hanalei Fill":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Handlee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Hanuman:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Happy Monkey":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Harmattan:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Headland One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Heebo:{v:["100","300","regular","500","700","800","900"],subset:["hebrew","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"Henny Penny":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Herr Von Muellerhoff":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hi Melody":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Hind:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Guntur":{v:["300","regular","500","600","700"],subset:["latin-ext","telugu","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Madurai":{v:["300","regular","500","600","700"],subset:["latin-ext","tamil","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Siliguri":{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Vadodara":{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Holtwood One SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Homemade Apple":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Homenaje:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IBM Plex Mono":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Serif":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IM Fell DW Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell DW Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Double Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Double Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell English":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell English SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell French Canon":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell French Canon SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Great Primer":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Great Primer SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceberg:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceland:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Imprima:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Inconsolata:{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Inder:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Indie Flower":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Inika:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Inknut Antiqua":{v:["300","regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700","800","900"],i:["normal"]},"Irish Grover":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Istok Web":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Italiana:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Italianno:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Itim:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jaldi:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Jim Nightshade":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jockey One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jolly Lodger":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jomhuria:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Josefin Sans":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Josefin Slab":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Joti One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jua:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Judson:{v:["regular","italic","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Julee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Julius Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Junge:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jura:{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Just Another Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Just Me Again Down Here":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kadwa:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Kalam:{v:["300","regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","700"],i:["normal"]},Kameron:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Kanit:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Kantumruy:{v:["300","regular","700"],subset:["khmer"],weight:["Default","300","400","700"],i:["normal"]},Karla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Karma:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Katibeh:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Kaushan Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kavivanar:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},Kavoon:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kdam Thmor":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Keania One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kelly Slab":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kenia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Khand:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Khmer:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Khula:{v:["300","regular","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","600","700","800"],i:["normal"]},"Kirang Haerang":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Kite One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Knewave:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kosugi:{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kosugi Maru":{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kotta One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Koulen:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Kranky:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Kreon:{v:["300","regular","700"],subset:["latin"],weight:["Default","300","400","700"],i:["normal"]},Kristi:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Krona One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kumar One":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},"Kumar One Outline":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Kurale:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"La Belle Aurore":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Laila:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Lakki Reddy":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Lalezar:{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Lancelot:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lateef:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},Lato:{v:["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","300","400","700","900"],i:["normal","italic"]},"League Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Leckerli One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ledger:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lekton:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Lemon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lemonada:{v:["300","regular","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Libre Barcode 128":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 128 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Baskerville":{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Libre Franklin":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Life Savers":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Lilita One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Lily Script One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Limelight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Linden Hill":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Lobster:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Lobster Two":{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Londrina Outline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Sketch":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Solid":{v:["100","300","regular","900"],subset:["latin"],weight:["Default","100","300","400","900"],i:["normal"]},Lora:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Love Ya Like A Sister":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Loved by the King":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Lovers Quarrel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Luckiest Guy":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lusitana:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Lustria:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"M PLUS 1p":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"M PLUS Rounded 1c":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},Macondo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Macondo Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mada:{v:["200","300","regular","500","600","700","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},Magra:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Maiden Orange":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Maitree:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Mako:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mallanna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Mandali:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Manuale:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Marcellus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marcellus SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marck Script":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Margarine:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Markazi Text":{v:["regular","500","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Marko One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Marmelad:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Martel:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},"Martel Sans":{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Marvel:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Mate:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"Mate SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Maven Pro":{v:["regular","500","700","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","700","900"],i:["normal"]},McLaren:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Meddon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},MedievalSharp:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Medula One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meera Inimai":{v:["regular"],subset:["tamil","latin"],weight:["Default","400"],i:["normal"]},Megrim:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meie Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Merienda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Merienda One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Merriweather:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},"Merriweather Sans":{v:["300","300italic","regular","italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","800"],i:["normal","italic"]},Metal:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Metal Mania":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metamorphous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metrophobic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Michroma:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Milonga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Miltonian:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miltonian Tattoo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mina:{v:["regular","700"],subset:["latin-ext","bengali","latin"],weight:["Default","400","700"],i:["normal"]},Miniver:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miriam Libre":{v:["regular","700"],subset:["latin-ext","hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Mirza:{v:["regular","500","600","700"],subset:["latin-ext","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Miss Fajardose":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mitr:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Modak:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"Modern Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mogra:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Molengo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Molle:{v:["italic"],subset:["latin-ext","latin"],weight:["Default"],i:["italic"]},Monda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Monofett:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Monoton:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Monsieur La Doulaise":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Montaga:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montez:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montserrat:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Alternates":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Subrayada":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Moul:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Moulpali:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Mountains of Christmas":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Mouse Memoirs":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Bedfort":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Dafoe":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr De Haviland":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Saint Delafield":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Sheppards":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mukta:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Mahee":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gurmukhi","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Malar":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","tamil","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Vaani":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gujarati","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},Muli:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Mystery Quest":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},NTR:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Nanum Brush Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Nanum Gothic":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Gothic Coding":{v:["regular","700"],subset:["korean","latin"],weight:["Default","400","700"],i:["normal"]},"Nanum Myeongjo":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Pen Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Neucha:{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Neuton:{v:["200","300","regular","italic","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal","italic"]},"New Rocker":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"News Cycle":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Niconne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nixie One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nobile:{v:["regular","italic","500","500italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","700"],i:["normal","italic"]},Nokora:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Norican:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Nosifer:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nothing You Could Do":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Noticia Text":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","devanagari","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans JP":{v:["100","300","regular","500","700","900"],subset:["japanese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Sans KR":{v:["100","300","regular","500","700","900"],subset:["korean","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Serif JP":{v:["200","300","regular","500","600","700","900"],subset:["japanese","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Noto Serif KR":{v:["200","300","regular","500","600","700","900"],subset:["korean","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Nova Cut":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Flat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Mono":{v:["regular"],subset:["greek","latin"],weight:["Default","400"],i:["normal"]},"Nova Oval":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Round":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Slim":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Square":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Numans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nunito:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Nunito Sans":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Odor Mean Chey":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Offside:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Old Standard TT":{v:["regular","italic","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Oldenburg:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Oleo Script":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Oleo Script Swash Caps":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Open Sans":{v:["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","600","700","800"],i:["normal","italic"]},"Open Sans Condensed":{v:["300","300italic","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","700"],i:[]},Oranienbaum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Orbitron:{v:["regular","500","700","900"],subset:["latin"],weight:["Default","400","500","700","900"],i:["normal"]},Oregano:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Orienta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Original Surfer":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oswald:{v:["200","300","regular","500","600","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Over the Rainbow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Overlock:{v:["regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Overlock SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Overpass:{v:["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","600","700","800","900"],i:["normal","italic"]},"Overpass Mono":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Ovo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oxygen:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},"Oxygen Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Mono":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Sans Caption":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Sans Narrow":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Serif Caption":{v:["regular","italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Pacifico:{v:["regular"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Padauk:{v:["regular","700"],subset:["myanmar","latin"],weight:["Default","400","700"],i:["normal"]},Palanquin:{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Palanquin Dark":{v:["regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Pangolin:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Paprika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Parisienne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passero One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passion One":{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Pathway Gothic One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand SC":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Pattaya:{v:["regular"],subset:["cyrillic","latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patua One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Pavanam:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},"Paytone One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Peddana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Peralta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Permanent Marker":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Petit Formal Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Petrona:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Philosopher:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Piedra:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Pinyon Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pirata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Plaster:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Play:{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Playball:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Playfair Display":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Playfair Display SC":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},Podkova:{v:["regular","500","600","700","800"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Poiret One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poller One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Poly:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Pompiere:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pontano Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poor Story":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Poppins:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Port Lligat Sans":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Port Lligat Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pragati Narrow":{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Prata:{v:["regular"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Preahvihear:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Press Start 2P":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Pridi:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Princess Sofia":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Prociono:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Prompt:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Prosto One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Proza Libre":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},Puritan:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Purple Purse":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quando:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quantico:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Quattrocento:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Quattrocento Sans":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Questrial:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Quicksand:{v:["300","regular","500","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","700"],i:["normal"]},Quintessential:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Qwigley:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Racing Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Radley:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rajdhani:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rakkas:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},Raleway:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Raleway Dots":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ramabhadra:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Ramaraja:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Rambla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Rammetto One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ranchers:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rancho:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ranga:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Rasa:{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rationale:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ravi Prakash":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Redressed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Reem Kufi":{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Reenie Beanie":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Revalia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rhodium Libre":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Ribeye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ribeye Marrow":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Righteous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Risque:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Roboto:{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal","italic"]},"Roboto Condensed":{v:["300","300italic","regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Roboto Mono":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700"],i:["normal","italic"]},"Roboto Slab":{v:["100","300","regular","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","700"],i:["normal"]},Rochester:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rock Salt":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Rokkitt:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Romanesco:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ropa Sans":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rosario:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Rosarivo:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Rouge Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rozha One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Rubik:{v:["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal","italic"]},"Rubik Mono One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruda:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},Rufina:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Ruge Boogie":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruluko:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rum Raisin":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ruslan Display":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Russo One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruthie:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sacramento:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sahitya:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sail:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Saira:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Extra Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Salsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sanchez:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Sancreek:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sansita:{v:["regular","italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","800","900"],i:["normal","italic"]},Sarala:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sarina:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sarpanch:{v:["regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800","900"],i:["normal"]},Satisfy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Gothic":{v:["regular"],subset:["cyrillic","japanese","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Mincho":{v:["regular"],subset:["japanese","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Scada:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Scheherazade:{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},Schoolbell:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Scope One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seaweed Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Secular One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave Display":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Sevillana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seymour One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light Two":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Shanti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Share:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Share Tech":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Share Tech Mono":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shojumaru:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Short Stack":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shrikhand:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Siemreap:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Sigmar One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Signika:{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Signika Negative":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Simonetta:{v:["regular","italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal","italic"]},Sintony:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Sirin Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Six Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Skranji:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Slabo 13px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Slabo 27px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Slackey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smokum:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smythe:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sniglet:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},Snippet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Snowburst One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sofadi One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sofia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Song Myung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sonsie One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sorts Mill Goudy":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Source Code Pro":{v:["200","300","regular","500","600","700","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Source Sans Pro":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Source Serif Pro":{v:["regular","600","700"],subset:["latin-ext","latin"],weight:["Default","400","600","700"],i:["normal"]},"Space Mono":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Special Elite":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spectral:{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spectral SC":{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spicy Rice":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spinnaker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Spirax:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Squada One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sree Krushnadevaraya":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Sriracha:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Stalemate:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stalinist One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stardos Stencil":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Stint Ultra Condensed":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stint Ultra Expanded":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Stoke:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Strait:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Stylish:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sue Ellen Francisco":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Suez One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Sumana:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sunflower:{v:["300","500","700"],subset:["korean","latin"],weight:["Default","300","500","700"],i:[]},Sunshiney:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Supermercado One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sura:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Suranna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suravaram:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suwannaphum:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Swanky and Moo Moo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Syncopate:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Tajawal:{v:["200","300","regular","500","700","800","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","700","800","900"],i:["normal"]},Tangerine:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Taprom:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Tauri:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Taviraj:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Teko:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Telex:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tenali Ramakrishna":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Tenor Sans":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Text Me One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"The Girl Next Door":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Tienne:{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},Tillana:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},Timmana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Tinos:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Titan One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Titillium Web":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Trade Winds":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Trirong:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Trocchi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Trochut:{v:["regular","italic","700"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Trykker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tulpen One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ubuntu:{v:["300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","300","400","500","700"],i:["normal","italic"]},"Ubuntu Condensed":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},"Ubuntu Mono":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Ultra:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Uncial Antiqua":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Underdog:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Unica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},UnifrakturCook:{v:["700"],subset:["latin"],weight:["Default","700"],i:[]},UnifrakturMaguntia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unkempt:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Unlock:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unna:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},VT323:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vampiro One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Varela:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Varela Round":{v:["regular"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vast Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Vesper Libre":{v:["regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","700","900"],i:["normal"]},Vibur:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Vidaloka:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Viga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Voces:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Volkhov:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Vollkorn:{v:["regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal","italic"]},"Vollkorn SC":{v:["regular","600","700","900"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal"]},Voltaire:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Waiting for the Sunrise":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Wallpoet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Walter Turncoat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Warnes:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Wellfleet:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wendy One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wire One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Work Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Yanone Kaffeesatz":{v:["200","300","regular","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","700"],i:["normal"]},Yantramanav:{v:["100","300","regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Yatra One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Yellowtail:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Yeon Sung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Yeseva One":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Yesteryear:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Yrsa:{v:["300","regular","500","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Zeyada:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Zilla Slab":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Zilla Slab Highlight":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Sora:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800"],i:["normal","bold"]},"DM Sans":{v:["regular"],subset:["latin"],weight:["Default","400","500","700"],i:["normal","bold","italic"]},"DM Serif Display":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"DM Serif Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Inter:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]}};function Vi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ri=()=>{const e=oa(),t=da((e=>e.enableSelectedFontFamilies)),a=da((e=>e.selectedFontFamilies)),n="disabled"!==t,i=[],l=uag_admin_react.spectra_custom_fonts;return Object.keys(Ii).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),Object.keys(l).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Allow Only Selected Fonts","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:n,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_SELECTED_FONT_FAMILIES",payload:a});const n=new window.FormData;n.append("action","uag_load_select_font_globally"),n.append("security",uag_react.load_select_font_globally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Vi(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Vi(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra offers 700+ Google font options. If this is overwhelming for your clients, you can use this option to show only limited number of fonts in the block settings.","ultimate-addons-for-gutenberg")),(0,r.createElement)(Li,{isMulti:!0,placeholder:(0,We.__)("Select the font families you want"),defaultValue:a,onChange:a=>(a=>{if("enabled"===t){e({type:"UPDATE_SELECTED_FONT_FAMILIES",payload:a});const t="uag_select_font_globally",n=uag_react.select_font_globally_nonce,r=new window.FormData;r.append("action",t),r.append("security",n),r.append("value",JSON.stringify(a)),Jt()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}})(a),options:i,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),multiValue:e=>({...e,marging:"0",borderRadius:"0.25rem",backgroundColor:"#e2e8f0"}),multiValueLabel:e=>({...e,color:"#64748b"}),multiValueRemove:e=>({...e,color:"#64748b","&:hover":{color:"#ef4444",backgroundColor:"#e2e8f0"}})},components:{IndicatorSeparator:()=>null}}))};function Fi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Hi=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flextext-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Google Fonts Locally","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_LOAD_FONTS_LOCALLY",payload:a});const n=new window.FormData;n.append("action","uag_load_gfonts_locally"),n.append("security",uag_react.load_gfonts_locally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Fi(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Fi(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to download Google fonts and save them on your server. This can be great for improving speed of your website and to comply with GDPR laws.","ultimate-addons-for-gutenberg")))};function ji(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Bi=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a=da((e=>e.enablePreloadLocalFonts)),n="disabled"!==a;return(0,r.createElement)("section",{className:`uag-font-select-${t} block border-b border-solid border-slate-200 px-12 py-8 justify-between`},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Preload Local Fonts","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:n,onChange:()=>{let t;t="disabled"===a?"enabled":"disabled",e({type:"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS",payload:t});const n=new window.FormData;n.append("action","uag_preload_local_fonts"),n.append("security",uag_react.preload_local_fonts_nonce),n.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:ji(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:ji(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This option will load the font files right away on page load. Preloading Local Fonts can speeds up your website even further.","ultimate-addons-for-gutenberg")))};function Ui(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Wi=()=>{const e=oa(),t=da((e=>e.enableCollapsePanels)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Collapse Panels","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COLLAPSE_PANELS",payload:a});const n=new window.FormData;n.append("action","uag_collapse_panels"),n.append("security",uag_react.collapse_panels_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ui(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Ui(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Collapse Panels" option if you want to Collapse all other Panels in your Blocks Settings except for the one which is clicked This way you have only one Panel of Settings in front of you to Focus on.',"ultimate-addons-for-gutenberg")))};function Gi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var zi=()=>{const e=oa(),t=da((e=>e.enableCopyPasteStyles)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Copy Paste Styles","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COPY_PASTE_STYLES",payload:a});const n=new window.FormData;n.append("action","uag_copy_paste"),n.append("security",uag_react.copy_paste_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Gi(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Gi(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Copy Paste Styles" option to have the ability to copy & paste Spectra & Core Gutenberg Blocks Styles.',"ultimate-addons-for-gutenberg")))},Zi=()=>{const e=oa(),t=da((e=>e.contentWidth));return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Default Content Width","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_CONTENT_WIDTH",payload:a});const n=new window.FormData;n.append("action","uag_content_width"),n.append("security",uag_react.content_width_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"1140",min:0,max:1600}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply to Container Block's default Content Width.","ultimate-addons-for-gutenberg")),"Spectra"!==uag_react.uag_content_width_set_by&&(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500 italic"},(0,We.__)(`The current Content width is applied from ${uag_react.uag_content_width_set_by}.`,"ultimate-addons-for-gutenberg")))},Ki=()=>{const e=oa(),t=da((e=>e.blocksEditorSpacing));return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Blocks Editor Spacing","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_BLOCKS_EDITOR_SPACING",payload:a});const n=new window.FormData;n.append("action","uag_blocks_editor_spacing"),n.append("security",uag_react.blocks_editor_spacing_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"0",min:0,max:100}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply spacing in between all blocks inside block editor.","ultimate-addons-for-gutenberg")))};function $i(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Yi=()=>{const e=oa(),[t,a]=(0,i.useState)([]),[n,l]=(0,i.useState)(!1),o=da((e=>e.enableComingSoonMode)),s=da((e=>e.comingSoonPage)),u="disabled"!==o,c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=new window.FormData;t.append("action","uag_fetch_pages"),t.append("security",uag_react.fetch_pages_nonce),t.append("keyword",e),l(!0),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((e=>{l(!1),a(e.data)}))};return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Coming Soon Mode","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:u,onChange:()=>{let t;t="disabled"===o?"enabled":"disabled",e({type:"UPDATE_ENABLE_COMING_SOON",payload:t});const a=new window.FormData;a.append("action","uag_enable_coming_soon_mode"),a.append("security",uag_react.enable_coming_soon_mode_nonce),a.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:$i(u?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:$i(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Is your website still in the making? Is it not yet ready for other people to see?","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable the coming soon mode. Only the page you select below will be displayed to people who are not logged in.","ultimate-addons-for-gutenberg")),(0,r.createElement)(Li,{isMulti:!1,placeholder:(0,We.__)("Select the page you want"),defaultValue:s,onChange:t=>(t=>{e({type:"UPDATE_COMING_SOON_PAGE",payload:t.value});const a=new window.FormData;a.append("action","uag_coming_soon_page"),a.append("security",uag_react.coming_soon_page_nonce),a.append("value",t.value),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))})(t),onInputChange:e=>{0===t.filter((t=>t.label.toLowerCase().includes(e))).length&&c(e)},options:t,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",isLoading:n,onMenuOpen:c,theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),singleValue:e=>({...e,color:"#64748b"})},components:{IndicatorSeparator:()=>null}}))},Ji=()=>(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,r.createElement)(Ma,{width:"100px",height:"32px"})),(0,r.createElement)("main",{className:"max-w-[77rem] mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden h-[36rem]"},(0,r.createElement)("div",{className:"lg:grid lg:grid-cols-12 h-full"},(0,r.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-5 lg:col-span-3"},(0,r.createElement)("nav",{className:"space-y-1"},Array(7).fill().map(((e,t)=>(0,r.createElement)("div",{key:`setting${t}`,className:"flex justify-left items-center py-3 space-x-3"},(0,r.createElement)(Ma,{key:`icon${t}`,width:"24px",height:"24px"}),(0,r.createElement)(Aa,{key:t,width:"120px",fontSize:"16px"})))))),(0,r.createElement)("div",{className:"border-l lg:col-span-9 p-8"},(0,r.createElement)(Aa,{fontSize:"35px",width:"225px"}),(0,r.createElement)(Aa,{width:"80%"}),(0,r.createElement)("div",{className:"h-8"}),(0,r.createElement)(Aa,{fontSize:"35px",width:"300px"}),(0,r.createElement)(Aa,{width:"60%"}),(0,r.createElement)("div",{className:"h-8"}),(0,r.createElement)(Aa,{fontSize:"35px",width:"210px"}),(0,r.createElement)(Aa,{width:"65%"}))))),qi=()=>{const e=oa(),t=da((e=>e.siteKeyV2)),a=da((e=>e.secretKeyV2)),n=da((e=>e.siteKeyV3)),i=da((e=>e.secretKeyV3));return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Form","ultimate-addons-for-gutenberg"))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("To enable reCAPTCHA for your form, please follow the steps mentioned ","ultimate-addons-for-gutenberg"),(0,r.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://www.google.com/recaptcha/admin/create",target:"_blank",rel:"noreferrer"},(0,We.__)("here. ","ultimate-addons-for-gutenberg"))),(0,r.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v2","ultimate-addons-for-gutenberg")),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v2","ultimate-addons-for-gutenberg"),value:t,name:"site_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v2"),n.append("security",uag_react.recaptcha_site_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},id:"grid-zip",type:"text"}),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v2","ultimate-addons-for-gutenberg"),id:"grid-zip",value:a,name:"secret_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v2"),n.append("security",uag_react.recaptcha_secret_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"text"}),(0,r.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v3","ultimate-addons-for-gutenberg")),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:n,name:"site_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v3"),n.append("security",uag_react.recaptcha_site_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:i,name:"secret_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v3"),n.append("security",uag_react.recaptcha_secret_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}))};function Xi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Qi=()=>{const e=oa(),t=da((e=>e.enableFontAwesome5)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Font Awesome 5 Support","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_FONT_AWESOME_5",payload:a});const n=new window.FormData;n.append("action","uag_load_font_awesome_5"),n.append("security",uag_react.load_font_awesome_5_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Xi(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Xi(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this to make sure all previously used Font Awesome 5 icons are displayed correctly while using the Font Awesome 6 library.","ultimate-addons-for-gutenberg")))};function el(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var tl=()=>{const e=oa(),t=da((e=>e.enableAutoBlockRecovery)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Automatic Block Recovery","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY",payload:a});const n=new window.FormData;n.append("action","uag_auto_block_recovery"),n.append("security",uag_react.auto_block_recovery_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:el(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:el(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable this to automatically recover any erroneous blocks that may occur on your web pages. This will save you time spent on clicking all those "Attempt Block Recovery" Buttons.',"ultimate-addons-for-gutenberg")))},al=()=>{const e=da((e=>e.containerGlobalPadding));(0,i.useEffect)((()=>{"default"===e&&a(10)}),[]);const t=oa(),a=e=>{t({type:"UPDATE_CONTAINER_GLOBAL_PADDING",payload:e});const a=new window.FormData;a.append("action","uag_container_global_padding"),a.append("security",uag_react.container_global_padding_nonce),a.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))};return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Padding","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{const t=e.target.value;a(t)},type:"number",placeholder:"",min:0,max:100}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default padding in the Container Block.","ultimate-addons-for-gutenberg")))},nl=()=>{const e=da((e=>e.containerGlobalElementsGap)),t=oa();return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Elements Gap","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{(e=>{t({type:"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP",payload:e});const a=new window.FormData;a.append("action","uag_container_global_elements_gap"),a.append("security",uag_react.container_global_elements_gap_nonce),a.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))})(e.target.value)},type:"number",placeholder:"",min:0,max:100}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default Row & Column Gaps in the Container Block.","ultimate-addons-for-gutenberg")))};function rl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var il=()=>{const e=new URLSearchParams(Me()?.search),t=oa(),a=da((e=>e.activeSettingsNavigationTab)),n=da((e=>e.initialStateSetFlag)),l=[{name:(0,We.__)("Editor Options","ultimate-addons-for-gutenberg"),slug:"global-settings",icon:Ia["global-settings"]},{name:(0,We.__)("Asset Generation","ultimate-addons-for-gutenberg"),slug:"asset-generation",icon:Ia["asset-generation"]},{name:(0,We.__)("Templates","ultimate-addons-for-gutenberg"),slug:"templates",icon:Ia.templates},{name:(0,We.__)("Version Control","ultimate-addons-for-gutenberg"),slug:"version-control",icon:Ia["version-control"]},{name:(0,We.__)("Performance","ultimate-addons-for-gutenberg"),slug:"fonts-performance",icon:Ia["fonts-performance"]},{name:(0,We.__)("Block Settings","ultimate-addons-for-gutenberg"),slug:"block-settings",icon:Ia["block-settings"]},{name:(0,We.__)("Coming Soon","ultimate-addons-for-gutenberg"),slug:"coming-soon",icon:Ia["coming-soon"]}];return(0,i.useEffect)((()=>{const a=e.get("path"),n=e.get("settings");t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:n&&"settings"===a?n:"global-settings"})}),[n]),n?(0,r.createElement)("div",{className:"px-6 w-full"},(0,r.createElement)("div",{className:"mx-auto mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Settings"),(0,r.createElement)("main",{className:"mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden min-h-[36rem] lg:max-w-[80rem]"},(0,r.createElement)("div",{className:"lg:grid lg:grid-cols-12 min-h-[36rem] h-full"},(0,r.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-0 lg:col-span-3"},(0,r.createElement)("nav",{className:"space-y-1"},l.map((e=>(0,r.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${e.slug}`},key:e.name,className:rl(a===e.slug?"border-spectra text-spectra focus:text-spectra-hover active:text-spectra hover:text-spectra-hover stroke-spectra fill-spectra focus:stroke-spectra focus:fill-spectra hover:stroke-spectra hover:fill-spectra":"border-white text-slate-800 stroke-slate-800 fill-slate-800 focus:text-slate-900 focus:border-slate-200 focus:stroke-slate-900 focus:fill-slate-900 hover:text-slate-900 hover:border-slate-200 hover:stroke-slate-900 hover:fill-slate-900","border-l-4 group cursor-pointer py-3 pl-5 flex items-center text-base font-medium"),onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:e.slug})}},e.icon,(0,r.createElement)("span",{className:"truncate"},e.name)))))),(0,r.createElement)("div",{className:"lg:col-span-9 border-l spectra__settings"},"global-settings"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Zi,null),(0,r.createElement)(al,null),(0,r.createElement)(nl,null),(0,r.createElement)(Ki,null),(0,r.createElement)(Wi,null),(0,r.createElement)(zi,null),(0,r.createElement)(tl,null),"yes"===uag_react.global_data.uagb_old_user_less_than_2&&(0,r.createElement)(Qi,null)),"asset-generation"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Ra,null),(0,r.createElement)(Fa,null)),"templates"===a&&(0,r.createElement)(ja,null),"version-control"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Ua,null),(0,r.createElement)(Ga,null),"yes"!==uag_react.global_data.uagb_old_user_less_than_2&&(0,r.createElement)(Za,null)),"fonts-performance"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Hi,null),(0,r.createElement)(Bi,null),(0,r.createElement)(Ri,null)),"block-settings"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(qi,null)),"coming-soon"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Yi,null)))))):(0,r.createElement)(Ji,null)},ll=function(){const e=new URLSearchParams(Me().search),t=e.get("page"),a=e.get("path"),n=e.get("event");let i=(0,r.createElement)("p",null,"Default route fallback");if(uag_react.home_slug===t)if("getting-started"===n)i=(0,r.createElement)($t,null);else switch(a){case"blocks":i=(0,r.createElement)(La,null);break;case"settings":i=(0,r.createElement)(il,null);break;default:i=(0,r.createElement)($t,null)}return(0,r.createElement)(r.Fragment,null,i)},ol=function(e){return i.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},e),i.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))};function sl(){const e=oa(),t=da((e=>e.settingsSavedNotification));return(0,i.useEffect)((()=>{!0===t&&setTimeout((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}),2e3)}),[t]),(0,r.createElement)(i.Fragment,null,(0,r.createElement)("div",{"aria-live":"assertive",className:"fixed inset-10 z-10 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"},(0,r.createElement)("div",{className:"w-full flex flex-col items-center space-y-4 sm:items-end"},(0,r.createElement)(lt,{show:t,as:i.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,r.createElement)("div",{className:"max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"},(0,r.createElement)("div",{className:"p-4"},(0,r.createElement)("div",{className:"flex items-start"},(0,r.createElement)("div",{className:"flex-shrink-0"},(0,r.createElement)(Gt,{className:"h-6 w-6 text-green-400","aria-hidden":"true"})),(0,r.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,r.createElement)("p",{className:"text-sm font-medium text-gray-900"},(0,We.__)("Successfully saved!","ultimate-addons-for-gutenberg"))),(0,r.createElement)("div",{className:"ml-4 flex-shrink-0 flex"},(0,r.createElement)("button",{className:"bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",onClick:()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}},(0,r.createElement)("span",{className:"sr-only"},"Close"),(0,r.createElement)(ol,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}function ul(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var cl="function"==typeof Symbol&&Symbol.observable||"@@observable",dl=function(){return Math.random().toString(36).substring(7).split("").join(".")},ml={INIT:"@@redux/INIT"+dl(),REPLACE:"@@redux/REPLACE"+dl(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+dl()}};function fl(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}const gl=function e(t,a,n){var r;if("function"==typeof a&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(ul(0));if("function"==typeof a&&void 0===n&&(n=a,a=void 0),void 0!==n){if("function"!=typeof n)throw new Error(ul(1));return n(e)(t,a)}if("function"!=typeof t)throw new Error(ul(2));var i=t,l=a,o=[],s=o,u=!1;function c(){s===o&&(s=o.slice())}function d(){if(u)throw new Error(ul(3));return l}function m(e){if("function"!=typeof e)throw new Error(ul(4));if(u)throw new Error(ul(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(ul(6));t=!1,c();var a=s.indexOf(e);s.splice(a,1),o=null}}}function f(e){if(!fl(e))throw new Error(ul(7));if(void 0===e.type)throw new Error(ul(8));if(u)throw new Error(ul(9));try{u=!0,l=i(l,e)}finally{u=!1}for(var t=o=s,a=0;a<t.length;a++)(0,t[a])();return e}function g(e){if("function"!=typeof e)throw new Error(ul(10));i=e,f({type:ml.REPLACE})}function p(){var e,t=m;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(ul(11));function a(){e.next&&e.next(d())}return a(),{unsubscribe:t(a)}}})[cl]=function(){return this},e}return f({type:ml.INIT}),(r={dispatch:f,subscribe:m,getState:d,replaceReducer:g})[cl]=p,r}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_INITIAL_STATE":return{...t.payload};case"UPDATE_INITIAL_STATE_FLAG":return{...e,initialStateSetFlag:t.payload};case"UPDATE_BLOCKS_ACTIVE_FILTER_TAB":return{...e,activeBlocksFilterTab:t.payload};case"UPDATE_BLOCK_STATUSES":return{...e,blocksStatuses:t.payload};case"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB":return{...e,activeSettingsNavigationTab:t.payload};case"UPDATE_FILE_GENERATION":return{...e,enableFileGeneration:t.payload};case"UPDATE_TEMPLATES_BUTTON":return{...e,enableTemplates:t.payload};case"UPDATE_BETA":return{...e,enableBeta:t.payload};case"UPDATE_LEGACY_BLOCKS":return{...e,enableLegacyBlocks:t.payload};case"UPDATE_ENABLE_SELECTED_FONT_FAMILIES":return{...e,enableSelectedFontFamilies:t.payload};case"UPDATE_SELECTED_FONT_FAMILIES":return{...e,selectedFontFamilies:t.payload};case"UPDATE_ENABLE_LOAD_FONTS_LOCALLY":return{...e,enableLoadFontsLocally:t.payload};case"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS":return{...e,enablePreloadLocalFonts:t.payload};case"UPDATE_ENABLE_COLLAPSE_PANELS":return{...e,enableCollapsePanels:t.payload};case"UPDATE_ENABLE_COPY_PASTE_STYLES":return{...e,enableCopyPasteStyles:t.payload};case"UPDATE_ENABLE_DISPLAY_CONDITIONS":return{...e,enableDisplayConditions:t.payload};case"UPDATE_ENABLE_MASONRY_EXTENSION":return{...e,enableMasonryExtension:t.payload};case"UPDATE_ENABLE_RESPONSIVE_CONDITIONS":return{...e,enableResponsiveConditions:t.payload};case"UPDATE_CONTENT_WIDTH":return{...e,contentWidth:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V2":return{...e,siteKeyV2:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V3":return{...e,siteKeyV3:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V2":return{...e,secretKeyV2:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V3":return{...e,secretKeyV3:t.payload};case"UPDATE_SETTINGS_SAVED_NOTIFICATION":return{...e,settingsSavedNotification:t.payload};case"UPDATE_ENABLE_COMING_SOON":return{...e,enableComingSoonMode:t.payload};case"UPDATE_COMING_SOON_PAGE":return{...e,comingSoonPage:t.payload};case"UPDATE_BLOCKS_EDITOR_SPACING":return{...e,blocksEditorSpacing:t.payload};case"UPDATE_ENABLE_FONT_AWESOME_5":return{...e,enableFontAwesome5:t.payload};case"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY":return{...e,enableAutoBlockRecovery:t.payload};case"UPDATE_CONTAINER_GLOBAL_PADDING":return{...e,containerGlobalPadding:t.payload};case"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP":return{...e,containerGlobalElementsGap:t.payload};default:return e}}),{initialStateSetFlag:!1,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"",blocksStatuses:[],enableFileGeneration:"",enableTemplates:"",enableBeta:"",enableSelectedFontFamilies:"",selectedFontFamilies:"",enableLoadFontsLocally:"",enablePreloadLocalFonts:"",enableCollapsePanels:"",enableCopyPasteStyles:"",enableDisplayConditions:"",enableMasonryExtension:"",enableResponsiveConditions:"",contentWidth:"",siteKeyV2:"",siteKeyV3:"",secretKeyV2:"",secretKeyV3:"",settingsSavedNotification:!1,enableComingSoonMode:"disabled",comingSoonPage:"",blocksEditorSpacing:"",containerGlobalPadding:"",containerGlobalElementsGap:20,enableFontAwesome5:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableAutoBlockRecovery:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableLegacyBlocks:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"yes":"no"},window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__());var pl,hl=gl;hl.getState().initialStateSetFlag||(pl=hl,Jt()({path:"/uag/v1/admin/commonsettings/"}).then((e=>{const t={initialStateSetFlag:!0,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"global-settings",settingsSavedNotification:!1,blocksStatuses:e.blocks_activation_and_deactivation,enableFileGeneration:e.enable_file_generation,enableTemplates:e.enable_templates_button,enableBeta:e.enable_beta_updates,enableLegacyBlocks:e.enable_legacy_blocks,enableSelectedFontFamilies:e.load_select_font_globally,selectedFontFamilies:e.select_font_globally,enableLoadFontsLocally:e.load_gfonts_locally,enablePreloadLocalFonts:e.preload_local_fonts,enableCollapsePanels:e.collapse_panels,enableCopyPasteStyles:e.copy_paste,enableDisplayConditions:e.enable_block_condition,enableMasonryExtension:e.enable_masonry_gallery,enableResponsiveConditions:e.enable_block_responsive,contentWidth:e.content_width,siteKeyV2:e.recaptcha_site_key_v2,secretKeyV2:e.recaptcha_secret_key_v2,siteKeyV3:e.recaptcha_site_key_v3,secretKeyV3:e.recaptcha_secret_key_v3,enableComingSoonMode:e.enable_coming_soon_mode,comingSoonPage:e.coming_soon_page,blocksEditorSpacing:e.blocks_editor_spacing,containerGlobalPadding:e.container_global_padding,containerGlobalElementsGap:e.container_global_elements_gap,enableFontAwesome5:e.load_font_awesome_5,enableAutoBlockRecovery:e.auto_block_recovery};pl.dispatch({type:"UPDATE_INITIAL_STATE",payload:t})}))),s().render((0,r.createElement)((function(e){var t=e.store,a=e.context,n=e.children,r=(0,i.useMemo)((function(){var e=ta(t);return e.onStateChange=e.notifyNestedSubs,{store:t,subscription:e}}),[t]),o=(0,i.useMemo)((function(){return t.getState()}),[t]);aa((function(){var e=r.subscription;return e.trySubscribe(),o!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[r,o]);var s=a||qt;return l().createElement(s.Provider,{value:r},n)}),{store:hl},(0,r.createElement)((()=>(0,r.createElement)(Pe,null,(0,r.createElement)(Kt,null),(0,r.createElement)(sl,null),(0,r.createElement)(Te,null,(0,r.createElement)(Ne,{path:"/"},(0,r.createElement)(ll,null))))),null)),document.getElementById("uag-dashboard-app"))}()}();
admin-core/assets/images/dashboard-uag-logo.svg ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="400" height="100" viewBox="100 150 400 100" fill="none">
2
+ <rect width="600" height="200" fill="none"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M177 235C196.33 235 212 219.33 212 200C212 180.67 196.33 165 177 165C157.67 165 142 180.67 142 200C142 219.33 157.67 235 177 235ZM187.763 210.255C189.787 208.976 191 206.835 191 204.545C191 201.362 188.676 198.594 185.38 197.851L175.504 195.399C174.573 195.189 174.35 194.042 175.142 193.536L182.836 188.629C186.418 186.344 187.349 181.766 184.916 178.403C184.612 177.983 184.002 177.874 183.555 178.159L166.173 189.883C164.188 191.15 163 193.257 163 195.51C163 198.655 165.296 201.39 168.553 202.124L178.59 204.611C179.523 204.822 179.744 205.973 178.948 206.477L171.197 211.376C167.606 213.647 166.654 218.221 169.072 221.594C169.375 222.015 169.984 222.127 170.432 221.843L187.763 210.255Z" fill="#5733FF"/>
4
+ <path d="M242.898 216.964C239.632 216.964 236.724 216.43 234.174 215.361C231.624 214.292 229.566 212.777 228 210.817L233.771 205.94C235.113 207.41 236.634 208.479 238.334 209.147C240.034 209.771 241.757 210.082 243.502 210.082C244.888 210.082 246.007 209.771 246.857 209.147C247.707 208.524 248.132 207.655 248.132 206.541C248.132 205.562 247.729 204.782 246.924 204.203C246.119 203.669 244.195 203 241.153 202.199C236.634 201.041 233.436 199.459 231.557 197.455C229.901 195.673 229.074 193.469 229.074 190.841C229.074 188.747 229.7 186.921 230.953 185.362C232.205 183.759 233.861 182.512 235.919 181.621C237.976 180.73 240.213 180.285 242.629 180.285C245.403 180.285 248.02 180.775 250.481 181.754C252.941 182.734 254.999 184.071 256.654 185.763L251.688 191.175C250.436 190.017 248.982 189.059 247.327 188.302C245.716 187.5 244.217 187.099 242.83 187.099C239.609 187.099 237.999 188.213 237.999 190.44C238.044 191.509 238.536 192.355 239.475 192.979C240.37 193.602 242.405 194.337 245.582 195.184C249.832 196.297 252.829 197.767 254.574 199.593C256.095 201.152 256.856 203.223 256.856 205.807C256.856 207.944 256.229 209.86 254.977 211.552C253.769 213.245 252.113 214.581 250.011 215.561C247.908 216.496 245.537 216.964 242.898 216.964Z" fill="black"/>
5
+ <path d="M261.377 228V181.02H269.234L270.369 185.295C271.533 183.87 273.121 182.69 275.134 181.754C277.147 180.819 279.272 180.351 281.509 180.351C284.596 180.351 287.347 181.131 289.763 182.69C292.179 184.249 294.08 186.409 295.467 189.171C296.854 191.932 297.547 195.072 297.547 198.591C297.547 202.11 296.854 205.25 295.467 208.011C294.08 210.773 292.179 212.955 289.763 214.559C287.347 216.118 284.596 216.897 281.509 216.897C279.406 216.897 277.371 216.474 275.402 215.628C273.434 214.737 271.846 213.623 270.638 212.287V224.011L261.377 228ZM279.496 209.013C282.225 209.013 284.439 208.056 286.139 206.141C287.839 204.181 288.689 201.664 288.689 198.591C288.689 195.562 287.839 193.09 286.139 191.175C284.439 189.215 282.225 188.235 279.496 188.235C276.767 188.235 274.552 189.193 272.852 191.108C271.152 193.023 270.302 195.518 270.302 198.591C270.302 201.664 271.152 204.181 272.852 206.141C274.552 208.056 276.767 209.013 279.496 209.013Z" fill="black"/>
6
+ <path d="M320.26 216.964C316.457 216.964 313.125 216.185 310.261 214.626C307.398 213.067 305.161 210.929 303.551 208.212C301.985 205.495 301.202 202.377 301.202 198.858C301.202 195.206 301.963 191.999 303.484 189.237C305.049 186.431 307.174 184.226 309.859 182.623C312.588 181.02 315.719 180.218 319.254 180.218C322.43 180.218 325.271 180.997 327.776 182.556C330.326 184.071 332.295 186.142 333.681 188.77C335.113 191.398 335.784 194.404 335.695 197.789L335.627 200.662H310.127C310.619 203.201 311.827 205.205 313.751 206.675C315.719 208.145 318.202 208.88 321.2 208.88C322.81 208.88 324.264 208.635 325.562 208.145C326.904 207.655 328.335 206.786 329.856 205.539L334.285 211.686C332.362 213.378 330.147 214.692 327.642 215.628C325.181 216.519 322.721 216.964 320.26 216.964ZM319.321 188.102C314.265 188.102 311.223 190.373 310.194 194.916H326.971V194.649C326.837 192.734 326.031 191.175 324.555 189.972C323.123 188.725 321.379 188.102 319.321 188.102Z" fill="black"/>
7
+ <path d="M356.829 216.964C353.473 216.964 350.454 216.162 347.769 214.559C345.13 212.955 343.027 210.773 341.461 208.011C339.94 205.25 339.18 202.11 339.18 198.591C339.18 195.117 339.94 191.999 341.461 189.237C343.027 186.476 345.13 184.293 347.769 182.69C350.454 181.086 353.473 180.285 356.829 180.285C360.005 180.285 362.891 180.864 365.485 182.022C368.125 183.18 370.183 184.805 371.659 186.899L366.626 192.912C365.687 191.62 364.389 190.529 362.734 189.638C361.079 188.703 359.401 188.235 357.701 188.235C355.822 188.235 354.145 188.703 352.668 189.638C351.237 190.529 350.096 191.754 349.246 193.313C348.441 194.872 348.038 196.631 348.038 198.591C348.038 200.551 348.463 202.31 349.313 203.869C350.163 205.428 351.326 206.675 352.802 207.61C354.279 208.501 355.934 208.947 357.768 208.947C359.513 208.947 361.124 208.568 362.6 207.811C364.076 207.009 365.418 205.896 366.626 204.47L371.659 210.483C370.138 212.443 368.035 214.024 365.351 215.227C362.667 216.385 359.826 216.964 356.829 216.964Z" fill="black"/>
8
+ <path d="M383.975 216.296C379.557 216.296 375.975 212.714 375.975 208.296V189.237V181.02V175.989L385.102 172V181.02H392V189.237H385.102V206C385.102 207.105 385.997 208 387.102 208H392V216.296H383.975Z" fill="black"/>
9
+ <path d="M397.355 216.296V181.02H405.212L406.347 186.832C407.511 184.917 409.032 183.358 410.911 182.155C412.834 180.908 414.848 180.285 416.95 180.285C417.755 180.285 418.494 180.351 419.165 180.485C419.88 180.574 420.484 180.708 420.977 180.886L418.494 190.908C418.001 190.64 417.375 190.418 416.615 190.239C415.854 190.061 415.094 189.972 414.333 189.972C412.141 189.972 410.284 190.729 408.763 192.244C407.287 193.714 406.549 195.584 406.549 197.856V216.296H397.355Z" fill="black"/>
10
+ <path d="M437.398 216.964C434.446 216.964 431.784 216.162 429.413 214.559C427.042 212.955 425.14 210.773 423.709 208.011C422.322 205.25 421.628 202.11 421.628 198.591C421.628 194.983 422.322 191.821 423.709 189.104C425.14 186.342 427.064 184.182 429.48 182.623C431.94 181.064 434.714 180.285 437.801 180.285C440.306 180.285 442.498 180.797 444.377 181.821C446.256 182.801 447.755 184.093 448.874 185.696V181.02H458V216.296H449.808L448.806 211.552C447.554 213.111 445.921 214.403 443.908 215.427C441.939 216.452 439.77 216.964 437.398 216.964ZM439.881 209.013C442.61 209.013 444.825 208.056 446.525 206.141C448.225 204.225 449.075 201.709 449.075 198.591C449.075 195.473 448.225 192.956 446.525 191.041C444.825 189.126 442.61 188.168 439.881 188.168C437.197 188.168 435.005 189.126 433.305 191.041C431.65 192.956 430.822 195.473 430.822 198.591C430.822 201.709 431.65 204.225 433.305 206.141C435.005 208.056 437.197 209.013 439.881 209.013Z" fill="black"/>
11
+ </svg>
admin-core/inc/admin-menu.php CHANGED
@@ -189,7 +189,7 @@ class Admin_Menu {
189
  'uag_base_url' => admin_url( 'options-general.php?page=' . $this->menu_slug ),
190
  'plugin_dir' => UAGB_URL,
191
  'plugin_ver' => UAGB_VER,
192
- 'logo_url' => UAGB_URL . 'admin-core/assets/images/uag-logo.svg',
193
  'admin_url' => admin_url( 'admin.php' ),
194
  'ajax_url' => admin_url( 'admin-ajax.php' ),
195
  'wp_pages_url' => admin_url( 'post-new.php?post_type=page' ),
@@ -276,7 +276,7 @@ class Admin_Menu {
276
 
277
  $enable_legacy_blocks = \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_legacy_blocks', ( 'yes' === get_option( 'uagb-old-user-less-than-2' ) ) ? 'yes' : 'no' );
278
 
279
- if ( 'yes' !== get_option( 'uagb-old-user-less-than-2' ) || 'yes' !== $enable_legacy_blocks ) {
280
  $exclude_blocks[] = 'wp-search';
281
  $exclude_blocks[] = 'columns';
282
  $exclude_blocks[] = 'section';
189
  'uag_base_url' => admin_url( 'options-general.php?page=' . $this->menu_slug ),
190
  'plugin_dir' => UAGB_URL,
191
  'plugin_ver' => UAGB_VER,
192
+ 'logo_url' => UAGB_URL . 'admin-core/assets/images/dashboard-uag-logo.svg',
193
  'admin_url' => admin_url( 'admin.php' ),
194
  'ajax_url' => admin_url( 'admin-ajax.php' ),
195
  'wp_pages_url' => admin_url( 'post-new.php?post_type=page' ),
276
 
277
  $enable_legacy_blocks = \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_legacy_blocks', ( 'yes' === get_option( 'uagb-old-user-less-than-2' ) ) ? 'yes' : 'no' );
278
 
279
+ if ( 'yes' !== $enable_legacy_blocks ) {
280
  $exclude_blocks[] = 'wp-search';
281
  $exclude_blocks[] = 'columns';
282
  $exclude_blocks[] = 'section';
assets/css/blocks/post.css CHANGED
@@ -1 +1 @@
1
- .uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap{background-clip:content-box !important}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default{margin:5px 5px 5px 0}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{background:#444;color:#fff;border-radius:2px;flex-direction:row;align-items:flex-end;padding:6px 8px;line-height:1;margin-right:5px;margin-bottom:20px}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color:#fff}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a{text-decoration:none;color:inherit}.uagb-post-grid .uagb-post__load-more-wrap{width:100%;position:absolute;bottom:-30px}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid.is-grid article{float:left;display:inline-block}.uagb-post-grid.uagb-post__items.is-masonry{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.uagb-post__items.is-carousel{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.is-grid .uagb-post__inner-wrap{height:100%}.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:auto}.uagb-post-grid.is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px;vertical-align:bottom}.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article{width:12.5%}.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article{width:14.28%}.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article{width:16.66%}.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article{width:20%}.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article{width:25%}.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article{width:33.33%}.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article{width:50%}.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:0;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:0.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline,.uagb-post-grid .uagb-post__taxonomy{text-transform:capitalize;font-size:14px;font-weight:500;line-height:23px;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit;text-decoration:none}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date,.uagb-post-grid .uagb-post__comment{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{content:"\B7";vertical-align:middle;align-self:center;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block;background:none}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.is-grid.uagb-post__items{display:grid}.is-grid.uagb-post__columns-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-1{grid-template-columns:auto}.wp-block-uagb-post-grid .uagb-post-pagination-wrap{grid-column:1 / -1}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text{color:#fff}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted,.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default{position:relative;z-index:999;margin-top:20px}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-slick-carousel .is-carousel{padding:0}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;right:auto}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:auto;right:-45px}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid.is-grid article,.uagb-post-grid.is-masonry article,.uagb-post-grid.is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article{width:12.5%}.is-grid.uagb-post__columns-tablet-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-tablet-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-tablet-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-tablet-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-tablet-1{grid-template-columns:auto}}@media (max-width: 767px){:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article{width:12.5%}.is-grid.uagb-post__columns-mobile-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-mobile-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-mobile-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-mobile-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-mobile-1{grid-template-columns:auto}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap{display:flex;width:100%;flex-wrap:wrap}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:flex;margin-right:4px;margin-bottom:5px}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
1
+ .uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap{background-clip:content-box !important}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default{margin:5px 5px 5px 0}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{background:#444;color:#fff;border-radius:2px;flex-direction:row;align-items:flex-end;padding:6px 8px;line-height:1;margin-right:5px;margin-bottom:20px}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color:#fff}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a{text-decoration:none;color:inherit}.uagb-post-grid .uagb-post__load-more-wrap{width:100%;position:absolute;bottom:-30px}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid.is-grid article{float:left;display:inline-block}.uagb-post-grid.uagb-post__items.is-masonry{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.uagb-post__items.is-carousel{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.is-grid .uagb-post__inner-wrap{height:100%}.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:auto}.uagb-post-grid.is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px;vertical-align:bottom}.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article{width:12.5%}.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article{width:14.28%}.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article{width:16.66%}.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article{width:20%}.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article{width:25%}.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article{width:33.33%}.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article{width:50%}.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:0;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:0.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline,.uagb-post-grid .uagb-post__taxonomy{text-transform:capitalize;font-size:14px;font-weight:500;line-height:23px;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit;text-decoration:none}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date,.uagb-post-grid .uagb-post__comment{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{content:"\B7";vertical-align:middle;align-self:center;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block;background:none}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.is-grid.uagb-post__items{display:grid}.is-grid.uagb-post__columns-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-1{grid-template-columns:auto}.wp-block-uagb-post-grid .uagb-post-pagination-wrap{grid-column:1 / -1}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text{color:#fff}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted,.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default{position:relative;z-index:999;margin-top:20px}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-slick-carousel .is-carousel{padding:0}.uagb-slick-carousel ul.slick-dots{transform:unset}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;right:auto}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:auto;right:-45px}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid.is-grid article,.uagb-post-grid.is-masonry article,.uagb-post-grid.is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article{width:12.5%}.is-grid.uagb-post__columns-tablet-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-tablet-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-tablet-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-tablet-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-tablet-1{grid-template-columns:auto}}@media (max-width: 767px){:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article{width:12.5%}.is-grid.uagb-post__columns-mobile-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-mobile-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-mobile-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-mobile-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-mobile-1{grid-template-columns:auto}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap{display:flex;width:100%;flex-wrap:wrap}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:flex;margin-right:4px;margin-bottom:5px}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
assets/js/post.js CHANGED
@@ -13,7 +13,7 @@ window.UAGBPostCarousel = {
13
  Object.keys( postActive ).forEach( ( key ) => {
14
  const thisHeight = postActive[key].offsetHeight,
15
  blogPost = postActive[key].querySelector( '.uagb-post__inner-wrap' ),
16
- blogPostHeight = blogPost.offsetHeight;
17
 
18
  if ( maxHeight < blogPostHeight ) {
19
  maxHeight = blogPostHeight;
@@ -27,11 +27,15 @@ window.UAGBPostCarousel = {
27
 
28
  Object.keys( postActive ).forEach( ( key ) => {
29
  const selector = postActive[key].querySelector( '.uagb-post__inner-wrap' );
30
- selector.style.height = maxHeight + 'px';
 
 
31
  } );
32
 
33
  let selector = scope[0].querySelector( '.slick-list' );
34
- selector.style.height = postActiveHeight + 'px';
 
 
35
  maxHeight = -1;
36
  wrapperHeight = -1;
37
  Object.keys( postWrapper ).forEach( ( key ) => {
@@ -41,8 +45,10 @@ window.UAGBPostCarousel = {
41
  }
42
 
43
  selector = $this.querySelector( '.uagb-post__inner-wrap' );
44
- const blogPostHeight = selector.offsetHeight;
45
- selector.style.height = blogPostHeight + 'px';
 
 
46
 
47
  } );
48
  }
13
  Object.keys( postActive ).forEach( ( key ) => {
14
  const thisHeight = postActive[key].offsetHeight,
15
  blogPost = postActive[key].querySelector( '.uagb-post__inner-wrap' ),
16
+ blogPostHeight = blogPost?.offsetHeight;
17
 
18
  if ( maxHeight < blogPostHeight ) {
19
  maxHeight = blogPostHeight;
27
 
28
  Object.keys( postActive ).forEach( ( key ) => {
29
  const selector = postActive[key].querySelector( '.uagb-post__inner-wrap' );
30
+ if( selector ){
31
+ selector.style.height = maxHeight + 'px';
32
+ }
33
  } );
34
 
35
  let selector = scope[0].querySelector( '.slick-list' );
36
+ if( selector ){
37
+ selector.style.height = postActiveHeight + 'px';
38
+ }
39
  maxHeight = -1;
40
  wrapperHeight = -1;
41
  Object.keys( postWrapper ).forEach( ( key ) => {
45
  }
46
 
47
  selector = $this.querySelector( '.uagb-post__inner-wrap' );
48
+ const blogPostHeight = selector?.offsetHeight;
49
+ if( blogPostHeight ){
50
+ selector.style.height = blogPostHeight + 'px';
51
+ }
52
 
53
  } );
54
  }
assets/js/post.min.js CHANGED
@@ -1 +1 @@
1
- let loadStatus=!0;function uagb_carousel_height(e){e=document.querySelector("#wpwrap .is-carousel.uagb-block-"+e);e&&window.UAGBPostCarousel._setHeight(e)}function uagb_carousel_unset_height(e){e=document.querySelector("#wpwrap .is-carousel.uagb-block-"+e);e&&window.UAGBPostCarousel._unSetHeight(e)}window.UAGBPostCarousel={_setHeight(e){if(0<e.length){const l=e[0].querySelectorAll(".slick-slide"),r=e[0].querySelectorAll(".slick-slide.slick-active");let o=-1,a=-1,n=-1,s=(Object.keys(r).forEach(e=>{var t=r[e].offsetHeight,e=r[e].querySelector(".uagb-post__inner-wrap").offsetHeight;o<e&&(o=e,n=o+15),a<t&&(a=t)}),Object.keys(r).forEach(e=>{const t=r[e].querySelector(".uagb-post__inner-wrap");t.style.height=o+"px"}),e[0].querySelector(".slick-list"));s.style.height=n+"px",o=-1,a=-1,Object.keys(l).forEach(e=>{const t=l[e];if(t.classList.contains("slick-active"))return!0;e=(s=t.querySelector(".uagb-post__inner-wrap")).offsetHeight;s.style.height=e+"px"})}},_unSetHeight(e){if(0<e.length){const a=e[0].querySelectorAll(".slick-slide"),o=e[0].querySelectorAll(".slick-slide.slick-active");Object.keys(o).forEach(e=>{const t=o[e].querySelector(".uagb-post__inner-wrap");t.style.height="auto"}),Object.keys(o).forEach(e=>{const t=a[e];if(t.classList.contains("slick-active"))return!0;const o=t.querySelector(".uagb-post__inner-wrap");o.style.height="auto"})}}},window.UAGBPostMasonry={_init(a,e){let n=2;const s=window.innerHeight/1.25;let l=document.querySelector(e);const r=l.querySelectorAll(".uagb-post-inf-loader");"none"!==a.paginationType&&"scroll"===a.paginationEventType&&window.addEventListener("scroll",function(){let e=l.querySelector(".uagb-post__items");var t,o=(e=e||l).lastElementChild.getBoundingClientRect().top+window.scrollY;window.pageYOffset+s>=o&&(o={page_number:n},t=l.getAttribute("data-total"),!0===loadStatus&&n<=t&&(0<r.length&&(r[0].style.display="none"),window.UAGBPostMasonry._callAjax(l,o,a,r,!1,n),n++,loadStatus=!1))}),"button"===a.paginationEventType&&l.querySelector(".uagb-post-pagination-button")&&(l.style.marginBottom="40px",l.querySelector(".uagb-post-pagination-button").onclick=function(){var e=(l=this.closest(".uagb-post-grid")).getAttribute("data-total"),t={total:e,page_number:n};l.querySelector(".uagb-post__load-more-wrap").style.display="none",!0===loadStatus&&n<=e&&(0<r.length&&(r[0].style.display="none"),l.querySelector(".uagb-post__load-more-wrap").style.display="block",window.UAGBPostMasonry._callAjax(l,t,a,r,!0,n),n++,loadStatus=!1)})},createElementFromHTML(e){const t=document.createElement("div");return t.innerHTML=e.trim(),t},_callAjax(r,i,c,u,p=!1,g){const e=new FormData;e.append("action","uagb_get_posts"),e.append("nonce",uagb_data.uagb_masonry_ajax_nonce),e.append("page_number",i.page_number),e.append("attr",JSON.stringify(c)),fetch(uagb_data.ajax_url,{method:"POST",credentials:"same-origin",body:e}).then(e=>e.json()).then(function(e){let t=r.querySelector(".is-masonry");t=t||r;const o=new Isotope(t,{itemSelector:"article"});o.insert(window.UAGBPostMasonry.createElementFromHTML(e.data)),loadStatus=!0,0<u.length&&(u[0].style.display="none"),!0===p&&(r.querySelector(".uagb-post__load-more-wrap").style.display="block"),g===parseInt(i.total)&&(r.querySelector(".uagb-post__load-more-wrap").style.display="none");for(const s of document.querySelectorAll(".uagb-post__image-position-background .uagb-post__inner-wrap")){var a=s.offsetWidth,n=c.rowGap,a=100-n/a*100;const l=s.getElementsByClassName("uagb-post__image");l[0]&&(l[0].style.width=a+"%",l[0].style.marginLeft=n/2+"px")}}).catch(function(e){})}};
1
+ let loadStatus=!0;function uagb_carousel_height(e){e=document.querySelector("#wpwrap .is-carousel.uagb-block-"+e);e&&window.UAGBPostCarousel._setHeight(e)}function uagb_carousel_unset_height(e){e=document.querySelector("#wpwrap .is-carousel.uagb-block-"+e);e&&window.UAGBPostCarousel._unSetHeight(e)}window.UAGBPostCarousel={_setHeight(e){if(0<e.length){const l=e[0].querySelectorAll(".slick-slide"),r=e[0].querySelectorAll(".slick-slide.slick-active");let o=-1,a=-1,n=-1,s=(Object.keys(r).forEach(e=>{var t=r[e].offsetHeight,e=r[e].querySelector(".uagb-post__inner-wrap")?.offsetHeight;o<e&&(o=e,n=o+15),a<t&&(a=t)}),Object.keys(r).forEach(e=>{const t=r[e].querySelector(".uagb-post__inner-wrap");t&&(t.style.height=o+"px")}),e[0].querySelector(".slick-list"));s&&(s.style.height=n+"px"),o=-1,a=-1,Object.keys(l).forEach(e=>{const t=l[e];if(t.classList.contains("slick-active"))return!0;e=(s=t.querySelector(".uagb-post__inner-wrap"))?.offsetHeight;e&&(s.style.height=e+"px")})}},_unSetHeight(e){if(0<e.length){const a=e[0].querySelectorAll(".slick-slide"),o=e[0].querySelectorAll(".slick-slide.slick-active");Object.keys(o).forEach(e=>{const t=o[e].querySelector(".uagb-post__inner-wrap");t.style.height="auto"}),Object.keys(o).forEach(e=>{const t=a[e];if(t.classList.contains("slick-active"))return!0;const o=t.querySelector(".uagb-post__inner-wrap");o.style.height="auto"})}}},window.UAGBPostMasonry={_init(a,e){let n=2;const s=window.innerHeight/1.25;let l=document.querySelector(e);const r=l.querySelectorAll(".uagb-post-inf-loader");"none"!==a.paginationType&&"scroll"===a.paginationEventType&&window.addEventListener("scroll",function(){let e=l.querySelector(".uagb-post__items");var t,o=(e=e||l).lastElementChild.getBoundingClientRect().top+window.scrollY;window.pageYOffset+s>=o&&(o={page_number:n},t=l.getAttribute("data-total"),!0===loadStatus&&n<=t&&(0<r.length&&(r[0].style.display="none"),window.UAGBPostMasonry._callAjax(l,o,a,r,!1,n),n++,loadStatus=!1))}),"button"===a.paginationEventType&&l.querySelector(".uagb-post-pagination-button")&&(l.style.marginBottom="40px",l.querySelector(".uagb-post-pagination-button").onclick=function(){var e=(l=this.closest(".uagb-post-grid")).getAttribute("data-total"),t={total:e,page_number:n};l.querySelector(".uagb-post__load-more-wrap").style.display="none",!0===loadStatus&&n<=e&&(0<r.length&&(r[0].style.display="none"),l.querySelector(".uagb-post__load-more-wrap").style.display="block",window.UAGBPostMasonry._callAjax(l,t,a,r,!0,n),n++,loadStatus=!1)})},createElementFromHTML(e){const t=document.createElement("div");return t.innerHTML=e.trim(),t},_callAjax(r,i,c,u,p=!1,g){const e=new FormData;e.append("action","uagb_get_posts"),e.append("nonce",uagb_data.uagb_masonry_ajax_nonce),e.append("page_number",i.page_number),e.append("attr",JSON.stringify(c)),fetch(uagb_data.ajax_url,{method:"POST",credentials:"same-origin",body:e}).then(e=>e.json()).then(function(e){let t=r.querySelector(".is-masonry");t=t||r;const o=new Isotope(t,{itemSelector:"article"});o.insert(window.UAGBPostMasonry.createElementFromHTML(e.data)),loadStatus=!0,0<u.length&&(u[0].style.display="none"),!0===p&&(r.querySelector(".uagb-post__load-more-wrap").style.display="block"),g===parseInt(i.total)&&(r.querySelector(".uagb-post__load-more-wrap").style.display="none");for(const s of document.querySelectorAll(".uagb-post__image-position-background .uagb-post__inner-wrap")){var a=s.offsetWidth,n=c.rowGap,a=100-n/a*100;const l=s.getElementsByClassName("uagb-post__image");l[0]&&(l[0].style.width=a+"%",l[0].style.marginLeft=n/2+"px")}}).catch(function(e){})}};
blocks-config/post/class-uagb-post.php CHANGED
@@ -1636,7 +1636,7 @@ if ( ! class_exists( 'UAGB_Post' ) ) {
1636
  ( function( $ ) {
1637
  var cols = parseInt( '<?php echo esc_html( $value['columns'] ); ?>' );
1638
  var $scope = $( '.uagb-block-<?php echo esc_html( $key ); ?>' );
1639
- if ( ! $scope.hasClass('is-carousel') || cols >= $scope.children().length ) {
1640
  return;
1641
  }
1642
  var slider_options = {
@@ -1693,11 +1693,11 @@ if ( ! class_exists( 'UAGB_Post' ) ) {
1693
 
1694
  if( enableEqualHeight ){
1695
  $scope.imagesLoaded( function() {
1696
- UAGBPostCarousel._setHeight( $scope );
1697
  });
1698
 
1699
  $scope.on( 'afterChange', function() {
1700
- UAGBPostCarousel._setHeight( $scope );
1701
  } );
1702
  }
1703
 
1636
  ( function( $ ) {
1637
  var cols = parseInt( '<?php echo esc_html( $value['columns'] ); ?>' );
1638
  var $scope = $( '.uagb-block-<?php echo esc_html( $key ); ?>' );
1639
+ if ( ! $scope.hasClass('is-carousel') || cols >= $scope.children('article.uagb-post__inner-wrap').length ) {
1640
  return;
1641
  }
1642
  var slider_options = {
1693
 
1694
  if( enableEqualHeight ){
1695
  $scope.imagesLoaded( function() {
1696
+ UAGBPostCarousel?._setHeight( $scope );
1697
  });
1698
 
1699
  $scope.on( 'afterChange', function() {
1700
+ UAGBPostCarousel?._setHeight( $scope );
1701
  } );
1702
  }
1703
 
blocks-config/uagb-controls/block-icons.js CHANGED
@@ -1165,4 +1165,11 @@ const UAGB_Block_Icons = {
1165
  ),
1166
  };
1167
 
 
 
 
 
 
 
 
1168
  export default UAGB_Block_Icons;
1165
  ),
1166
  };
1167
 
1168
+ export const renderLegacyBlockEditorIcon = ( blockName ) => (
1169
+ <>
1170
+ { UAGB_Block_Icons[ blockName ] }
1171
+ <div className='spectra__legacy-icon--block-inserter-label'>Legacy</div>
1172
+ </>
1173
+ );
1174
+
1175
  export default UAGB_Block_Icons;
blocks-config/uagb-controls/generateAttributes.js CHANGED
@@ -159,20 +159,20 @@ export const getBorderAttributes = ( prefix, defaultArgs = {} ) => {
159
  }
160
 
161
 
162
- export const migrateBorderAttributes = ( prefix, borderWidth, borderRadius, color = {}, hoverColor = {}, borderStyle = {}, setAttributes ) => {
163
- const attributes = {};
164
  if( ! isNaN( borderWidth.value ) ){
165
-
166
- if( undefined === attributes[ prefix + 'BorderTopWidth' ] ) {
167
  setAttributes( { [ prefix + 'BorderTopWidth'] : borderWidth.value } );
168
  }
169
- if( undefined === attributes[ prefix + 'BorderLeftWidth' ] ) {
170
  setAttributes( { [ prefix + 'BorderLeftWidth' ]: borderWidth.value } );
171
  }
172
- if( undefined === attributes[ prefix + 'BorderRightWidth' ] ) {
173
  setAttributes( { [ prefix + 'BorderRightWidth' ]: borderWidth.value } );
174
  }
175
- if( undefined === attributes[ prefix + 'BorderBottomWidth' ] ) {
176
  setAttributes( { [ prefix + 'BorderBottomWidth' ] : borderWidth.value } );
177
  }
178
  // reset
@@ -181,16 +181,16 @@ export const migrateBorderAttributes = ( prefix, borderWidth, borderRadius, colo
181
 
182
  if( ! isNaN ( borderRadius.value ) ){
183
 
184
- if( undefined === attributes[ prefix + 'BorderTopLeftRadius' ] ) {
185
  setAttributes( { [ prefix + 'BorderTopLeftRadius' ] : borderRadius.value } );
186
  }
187
- if( undefined === attributes[ prefix + 'BorderTopRightRadius' ] ) {
188
  setAttributes( { [ prefix + 'BorderTopRightRadius' ] : borderRadius.value } );
189
  }
190
- if( undefined === attributes[ prefix + 'BorderBottomLeftRadius' ] ) {
191
  setAttributes( { [ prefix + 'BorderBottomLeftRadius' ] : borderRadius.value } );
192
  }
193
- if( undefined === attributes[ prefix + 'BorderBottomRightRadius' ] ) {
194
  setAttributes( { [ prefix + 'BorderBottomRightRadius' ] : borderRadius.value } );
195
  }
196
  // reset
@@ -198,7 +198,7 @@ export const migrateBorderAttributes = ( prefix, borderWidth, borderRadius, colo
198
  }
199
 
200
  if( color.value ){
201
- if( undefined === attributes[ prefix + 'BorderColor' ] ) {
202
  setAttributes( { [ prefix + 'BorderColor' ] : color.value } );
203
  }
204
  // reset
@@ -206,7 +206,7 @@ export const migrateBorderAttributes = ( prefix, borderWidth, borderRadius, colo
206
  }
207
 
208
  if( hoverColor.value ){
209
- if( undefined === attributes[ prefix + 'BorderHColor' ] ) {
210
  setAttributes( { [ prefix + 'BorderHColor' ] : hoverColor.value } );
211
  }
212
  // reset
@@ -214,7 +214,7 @@ export const migrateBorderAttributes = ( prefix, borderWidth, borderRadius, colo
214
  }
215
 
216
  if( borderStyle.value ){
217
- if( undefined === attributes[ prefix + 'BorderStyle' ] ) {
218
  setAttributes( { [ prefix + 'BorderStyle' ] : borderStyle.value } );
219
  }
220
  // reset
159
  }
160
 
161
 
162
+ export const migrateBorderAttributes = ( prefix, borderWidth, borderRadius, color = {}, hoverColor = {}, borderStyle = {}, setAttributes, attributes = {} ) => {
163
+
164
  if( ! isNaN( borderWidth.value ) ){
165
+
166
+ if( '' === attributes[ prefix + 'BorderTopWidth' ] ) {
167
  setAttributes( { [ prefix + 'BorderTopWidth'] : borderWidth.value } );
168
  }
169
+ if( '' === attributes[ prefix + 'BorderLeftWidth' ] ) {
170
  setAttributes( { [ prefix + 'BorderLeftWidth' ]: borderWidth.value } );
171
  }
172
+ if( '' === attributes[ prefix + 'BorderRightWidth' ] ) {
173
  setAttributes( { [ prefix + 'BorderRightWidth' ]: borderWidth.value } );
174
  }
175
+ if( '' === attributes[ prefix + 'BorderBottomWidth' ] ) {
176
  setAttributes( { [ prefix + 'BorderBottomWidth' ] : borderWidth.value } );
177
  }
178
  // reset
181
 
182
  if( ! isNaN ( borderRadius.value ) ){
183
 
184
+ if( '' === attributes[ prefix + 'BorderTopLeftRadius' ] ) {
185
  setAttributes( { [ prefix + 'BorderTopLeftRadius' ] : borderRadius.value } );
186
  }
187
+ if( '' === attributes[ prefix + 'BorderTopRightRadius' ] ) {
188
  setAttributes( { [ prefix + 'BorderTopRightRadius' ] : borderRadius.value } );
189
  }
190
+ if( '' === attributes[ prefix + 'BorderBottomLeftRadius' ] ) {
191
  setAttributes( { [ prefix + 'BorderBottomLeftRadius' ] : borderRadius.value } );
192
  }
193
+ if( '' === attributes[ prefix + 'BorderBottomRightRadius' ] ) {
194
  setAttributes( { [ prefix + 'BorderBottomRightRadius' ] : borderRadius.value } );
195
  }
196
  // reset
198
  }
199
 
200
  if( color.value ){
201
+ if( '' === attributes[ prefix + 'BorderColor' ] ) {
202
  setAttributes( { [ prefix + 'BorderColor' ] : color.value } );
203
  }
204
  // reset
206
  }
207
 
208
  if( hoverColor.value ){
209
+ if( '' === attributes[ prefix + 'BorderHColor' ] ) {
210
  setAttributes( { [ prefix + 'BorderHColor' ] : hoverColor.value } );
211
  }
212
  // reset
214
  }
215
 
216
  if( borderStyle.value ){
217
+ if( '' === attributes[ prefix + 'BorderStyle' ] ) {
218
  setAttributes( { [ prefix + 'BorderStyle' ] : borderStyle.value } );
219
  }
220
  // reset
blocks-config/uagb-controls/generateBorderCSS.js CHANGED
@@ -79,4 +79,4 @@ const generateBorderCSS = ( attributes, prefix, deviceType = 'desktop' ) => {
79
  return borderCSS;
80
  };
81
 
82
- export default generateBorderCSS;
79
  return borderCSS;
80
  };
81
 
82
+ export default generateBorderCSS;
classes/class-uagb-helper.php CHANGED
@@ -286,22 +286,26 @@ if ( ! class_exists( 'UAGB_Helper' ) ) {
286
  $view = null;
287
 
288
  // Load Polyfiller Array if needed.
289
- if ( 'disabled' !== UAGB_Admin_Helper::get_admin_settings_option( 'uag_load_font_awesome_5', 'disabled' ) ) {
 
 
290
  // If Icon doesn't need Polyfilling, use the Original.
291
  $font_awesome_5_polyfiller = get_spectra_font_awesome_polyfiller();
292
  $polyfilled_icon = isset( $font_awesome_5_polyfiller[ $icon ] ) ? $font_awesome_5_polyfiller[ $icon ] : $icon;
293
- $path = isset( $json[ $polyfilled_icon ]['svg']['brands'] ) ? $json[ $polyfilled_icon ]['svg']['brands']['path'] : $json[ $polyfilled_icon ]['svg']['solid']['path'];
294
- $view = isset( $json[ $polyfilled_icon ]['svg']['brands'] ) ? $json[ $polyfilled_icon ]['svg']['brands']['viewBox'] : $json[ $polyfilled_icon ]['svg']['solid']['viewBox'];
295
  } else {
296
- $path = isset( $json[ $icon ]['svg']['brands'] ) ? $json[ $icon ]['svg']['brands']['path'] : $json[ $icon ]['svg']['solid']['path'];
297
- $view = isset( $json[ $icon ]['svg']['brands'] ) ? $json[ $icon ]['svg']['brands']['viewBox'] : $json[ $icon ]['svg']['solid']['viewBox'];
298
  }
299
  if ( $view ) {
300
  $view = implode( ' ', $view );
301
  }
302
- ?>
303
- <svg xmlns="https://www.w3.org/2000/svg" viewBox= "<?php echo esc_html( $view ); ?>"><path d="<?php echo esc_html( $path ); ?>"></path></svg>
304
- <?php
 
 
305
  }
306
 
307
  /**
286
  $view = null;
287
 
288
  // Load Polyfiller Array if needed.
289
+ $load_font_awesome_5 = UAGB_Admin_Helper::get_admin_settings_option( 'uag_load_font_awesome_5', ( 'yes' === get_option( 'uagb-old-user-less-than-2' ) ) ? 'enabled' : 'disabled' );
290
+
291
+ if ( 'disabled' !== $load_font_awesome_5 ) {
292
  // If Icon doesn't need Polyfilling, use the Original.
293
  $font_awesome_5_polyfiller = get_spectra_font_awesome_polyfiller();
294
  $polyfilled_icon = isset( $font_awesome_5_polyfiller[ $icon ] ) ? $font_awesome_5_polyfiller[ $icon ] : $icon;
295
+ $path = isset( $json[ $polyfilled_icon ]['svg']['brands'] ) ? $json[ $polyfilled_icon ]['svg']['brands']['path'] : ( isset( $json[ $polyfilled_icon ]['svg']['solid']['path'] ) ? $json[ $polyfilled_icon ]['svg']['solid']['path'] : '' );
296
+ $view = isset( $json[ $polyfilled_icon ]['svg']['brands'] ) ? $json[ $polyfilled_icon ]['svg']['brands']['viewBox'] : ( isset( $json[ $polyfilled_icon ]['svg']['solid']['viewBox'] ) ? $json[ $polyfilled_icon ]['svg']['solid']['viewBox'] : null );
297
  } else {
298
+ $path = isset( $json[ $icon ]['svg']['brands'] ) ? $json[ $icon ]['svg']['brands']['path'] : ( isset( $json[ $icon ]['svg']['solid']['path'] ) ? $json[ $icon ]['svg']['solid']['path'] : '' );
299
+ $view = isset( $json[ $icon ]['svg']['brands'] ) ? $json[ $icon ]['svg']['brands']['viewBox'] : ( isset( $json[ $icon ]['svg']['solid']['viewBox'] ) ? $json[ $icon ]['svg']['solid']['viewBox'] : null );
300
  }
301
  if ( $view ) {
302
  $view = implode( ' ', $view );
303
  }
304
+ if ( '' !== $path && null !== $view ) {
305
+ ?>
306
+ <svg xmlns="https://www.w3.org/2000/svg" viewBox= "<?php echo esc_html( $view ); ?>"><path d="<?php echo esc_html( $path ); ?>"></path></svg>
307
+ <?php
308
+ }
309
  }
310
 
311
  /**
classes/class-uagb-loader.php CHANGED
@@ -75,7 +75,7 @@ if ( ! class_exists( 'UAGB_Loader' ) ) {
75
  define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
76
  define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
77
  define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
78
- define( 'UAGB_VER', '2.0.6' );
79
  define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
80
  define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
81
  define( 'UAGB_SLUG', 'spectra' );
75
  define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
76
  define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
77
  define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
78
+ define( 'UAGB_VER', '2.0.7' );
79
  define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
80
  define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
81
  define( 'UAGB_SLUG', 'spectra' );
dist/blocks.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '0bd8d701e41f0dab739269afd431e32d');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '2326e65338478cbef1a7197256d5edea');
dist/blocks.js CHANGED
@@ -1,19 +1,19 @@
1
- (window.webpackJsonp_ultimate_addons_for_gutenberg=window.webpackJsonp_ultimate_addons_for_gutenberg||[]).push([[1],{131:function(e,t,a){},136:function(e,t,a){},137:function(e,t,a){},183:function(e,t,a){},184:function(e,t,a){},185:function(e,t,a){},186:function(e,t,a){},187:function(e,t,a){},188:function(e,t,a){},189:function(e,t,a){},190:function(e,t,a){},191:function(e,t,a){},192:function(e,t,a){},193:function(e,t,a){},194:function(e,t,a){},195:function(e,t,a){},196:function(e,t,a){},212:function(e,t,a){},213:function(e,t,a){},214:function(e,t,a){},215:function(e,t,a){},216:function(e,t,a){},217:function(e,t,a){},218:function(e,t,a){},219:function(e,t,a){},220:function(e,t,a){},221:function(e,t,a){},222:function(e,t,a){},224:function(e,t,a){},225:function(e,t,a){},226:function(e,t,a){},227:function(e,t,a){},228:function(e,t,a){},30:function(e,t,a){},345:function(e,t,a){},43:function(e,t,a){},44:function(e,t,a){}}]),function(e){function t(t){for(var l,o,r=t[0],s=t[1],u=t[2],b=0,d=[];b<r.length;b++)o=r[b],Object.prototype.hasOwnProperty.call(i,o)&&i[o]&&d.push(i[o][0]),i[o]=0;for(l in s)Object.prototype.hasOwnProperty.call(s,l)&&(e[l]=s[l]);for(c&&c(t);d.length;)d.shift()();return n.push.apply(n,u||[]),a()}function a(){for(var e,t=0;t<n.length;t++){for(var a=n[t],l=!0,r=1;r<a.length;r++){var s=a[r];0!==i[s]&&(l=!1)}l&&(n.splice(t--,1),e=o(o.s=a[0]))}return e}var l={},i={0:0},n=[];function o(t){if(l[t])return l[t].exports;var a=l[t]={i:t,l:!1,exports:{}};return e[t].call(a.exports,a,a.exports,o),a.l=!0,a.exports}o.m=e,o.c=l,o.d=function(e,t,a){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(o.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var l in e)o.d(a,l,function(t){return e[t]}.bind(null,l));return a},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="";var r=window.webpackJsonp_ultimate_addons_for_gutenberg=window.webpackJsonp_ultimate_addons_for_gutenberg||[],s=r.push.bind(r);r.push=t,r=r.slice();for(var u=0;u<r.length;u++)t(r[u]);var c=s;n.push([346,1]),a()}([function(e,t){e.exports=window.React},function(e,t){e.exports=window.wp.i18n},function(e,t){e.exports=window.wp.components},function(e,t){e.exports=window.wp.blockEditor},function(e,t,a){var l;!function(){"use strict";var a={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var l=arguments[t];if(l){var n=typeof l;if("string"===n||"number"===n)e.push(l);else if(Array.isArray(l)){if(l.length){var o=i.apply(null,l);o&&e.push(o)}}else if("object"===n)if(l.toString===Object.prototype.toString)for(var r in l)a.call(l,r)&&l[r]&&e.push(r);else e.push(l.toString())}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(l=function(){return i}.apply(t,[]))||(e.exports=l)}()},function(e,t){e.exports=window.wp.element},function(e,t){e.exports=window.wp.blocks},function(e,t){e.exports=window.wp.data},function(e,t,a){"use strict";var l,i=function(){var e={};return function(t){if(void 0===e[t]){var a=document.querySelector(t);if(window.HTMLIFrameElement&&a instanceof window.HTMLIFrameElement)try{a=a.contentDocument.head}catch(e){a=null}e[t]=a}return e[t]}}(),n=[];function o(e){for(var t=-1,a=0;a<n.length;a++)if(n[a].identifier===e){t=a;break}return t}function r(e,t){for(var a={},l=[],i=0;i<e.length;i++){var r=e[i],s=t.base?r[0]+t.base:r[0],u=a[s]||0,c="".concat(s," ").concat(u);a[s]=u+1;var b=o(c),d={css:r[1],media:r[2],sourceMap:r[3]};-1!==b?(n[b].references++,n[b].updater(d)):n.push({identifier:c,updater:m(d,t),references:1}),l.push(c)}return l}function s(e){var t=document.createElement("style"),l=e.attributes||{};if(void 0===l.nonce){var n=a.nc;n&&(l.nonce=n)}if(Object.keys(l).forEach((function(e){t.setAttribute(e,l[e])})),"function"==typeof e.insert)e.insert(t);else{var o=i(e.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(t)}return t}var u,c=(u=[],function(e,t){return u[e]=t,u.filter(Boolean).join("\n")});function b(e,t,a,l){var i=a?"":l.media?"@media ".concat(l.media," {").concat(l.css,"}"):l.css;if(e.styleSheet)e.styleSheet.cssText=c(t,i);else{var n=document.createTextNode(i),o=e.childNodes;o[t]&&e.removeChild(o[t]),o.length?e.insertBefore(n,o[t]):e.appendChild(n)}}function d(e,t,a){var l=a.css,i=a.media,n=a.sourceMap;if(i?e.setAttribute("media",i):e.removeAttribute("media"),n&&"undefined"!=typeof btoa&&(l+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(n))))," */")),e.styleSheet)e.styleSheet.cssText=l;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(l))}}var p=null,g=0;function m(e,t){var a,l,i;if(t.singleton){var n=g++;a=p||(p=s(t)),l=b.bind(null,a,n,!1),i=b.bind(null,a,n,!0)}else a=s(t),l=d.bind(null,a,t),i=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(a)};return l(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;l(e=t)}else i()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=(void 0===l&&(l=Boolean(window&&document&&document.all&&!window.atob)),l));var a=r(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var l=0;l<a.length;l++){var i=o(a[l]);n[i].references--}for(var s=r(e,t),u=0;u<a.length;u++){var c=o(a[u]);0===n[c].references&&(n[c].updater(),n.splice(c,1))}a=s}}}},function(e,t,a){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var a=e(t);return t[2]?"@media ".concat(t[2]," {").concat(a,"}"):a})).join("")},t.i=function(e,a,l){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(l)for(var n=0;n<this.length;n++){var o=this[n][0];null!=o&&(i[o]=!0)}for(var r=0;r<e.length;r++){var s=[].concat(e[r]);l&&i[s[0]]||(a&&(s[2]?s[2]="".concat(a," and ").concat(s[2]):s[2]=a),t.push(s))}},t}},function(e,t){e.exports=window.wp.date},function(e,t){e.exports=window.wp.hooks},function(e,t){e.exports=window.wp.compose},function(e,t,a){e.exports=a(172)()},function(e,t,a){"use strict";(function(e){a.d(t,"b",(function(){return o})),a.d(t,"a",(function(){return r}));var l=a(170),i=void 0!==e?e:{},n=Object(l.a)(i),o=(n.flush,n.hydrate,n.cx,n.merge,n.getRegisteredStyles,n.injectGlobal),r=(n.keyframes,n.css);n.sheet,n.caches}).call(this,a(24))},function(e,t){e.exports=window.wp.htmlEntities},function(e,t){e.exports=window.wp.apiFetch},function(e,t,a){var l=a(142),i="object"==typeof self&&self&&self.Object===Object&&self,n=l||i||Function("return this")();e.exports=n},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t){e.exports=window.ReactDOM},function(e,t){e.exports=window.wp.blob},function(e,t,a){var l=a(236),i=a(241);e.exports=function(e,t){var a=i(e,t);return l(a)?a:void 0}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t){var a=Array.isArray;e.exports=a},function(e,t){var a;a=function(){return this}();try{a=a||new Function("return this")()}catch(e){"object"==typeof window&&(a=window)}e.exports=a},function(e,t,a){var l=a(28),i=a(237),n=a(238),o=l?l.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?i(e):n(e)}},function(e,t,a){var l=a(47),i=a(139);e.exports=function(e,t,a,n){var o=!a;a||(a={});for(var r=-1,s=t.length;++r<s;){var u=t[r],c=n?n(a[u],e[u],u,a,e):void 0;void 0===c&&(c=e[u]),o?i(a,u,c):l(a,u,c)}return a}},function(e,t){e.exports=window.wp.primitives},function(e,t,a){var l=a(17).Symbol;e.exports=l},function(e,t,a){"use strict";var l=r(a(176)),i=r(a(181)),n=r(a(135)),o=r(a(132));function r(e){return e&&e.__esModule?e:{default:e}}e.exports={Transition:o.default,TransitionGroup:n.default,ReplaceTransition:i.default,CSSTransition:l.default}},,function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.canUseDOM=t.slidesOnLeft=t.slidesOnRight=t.siblingDirection=t.getTotalSlides=t.getPostClones=t.getPreClones=t.getTrackLeft=t.getTrackAnimateCSS=t.getTrackCSS=t.checkSpecKeys=t.getSlideCount=t.checkNavigable=t.getNavigableIndexes=t.swipeEnd=t.swipeMove=t.swipeStart=t.keyHandler=t.changeSlide=t.slideHandler=t.initializedState=t.extractObject=t.canGoNext=t.getSwipeDirection=t.getHeight=t.getWidth=t.lazySlidesOnRight=t.lazySlidesOnLeft=t.lazyEndIndex=t.lazyStartIndex=t.getRequiredLazySlides=t.getOnDemandLazySlides=void 0;var l=n(a(0)),i=n(a(19));function n(e){return e&&e.__esModule?e:{default:e}}function o(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{},l=Object.keys(a);"function"==typeof Object.getOwnPropertySymbols&&(l=l.concat(Object.getOwnPropertySymbols(a).filter((function(e){return Object.getOwnPropertyDescriptor(a,e).enumerable})))),l.forEach((function(t){r(e,t,a[t])}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var s=function(e){for(var t=[],a=u(e),l=c(e),i=a;i<l;i++)e.lazyLoadedList.indexOf(i)<0&&t.push(i);return t};t.getOnDemandLazySlides=s,t.getRequiredLazySlides=function(e){for(var t=[],a=u(e),l=c(e),i=a;i<l;i++)t.push(i);return t};var u=function(e){return e.currentSlide-b(e)};t.lazyStartIndex=u;var c=function(e){return e.currentSlide+d(e)};t.lazyEndIndex=c;var b=function(e){return e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0};t.lazySlidesOnLeft=b;var d=function(e){return e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow};t.lazySlidesOnRight=d;var p=function(e){return e&&e.offsetWidth||0};t.getWidth=p;var g=function(e){return e&&e.offsetHeight||0};t.getHeight=g;var m=function(e){var t,a,l,i,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t=e.startX-e.curX,a=e.startY-e.curY,l=Math.atan2(a,t),(i=Math.round(180*l/Math.PI))<0&&(i=360-Math.abs(i)),i<=45&&i>=0||i<=360&&i>=315?"left":i>=135&&i<=225?"right":!0===n?i>=35&&i<=135?"up":"down":"vertical"};t.getSwipeDirection=m;var h=function(e){var t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t};t.canGoNext=h,t.extractObject=function(e,t){var a={};return t.forEach((function(t){return a[t]=e[t]})),a},t.initializedState=function(e){var t,a=l.default.Children.count(e.children),n=Math.ceil(p(i.default.findDOMNode(e.listRef))),o=Math.ceil(p(i.default.findDOMNode(e.trackRef)));if(e.vertical)t=n;else{var r=e.centerMode&&2*parseInt(e.centerPadding);"string"==typeof e.centerPadding&&"%"===e.centerPadding.slice(-1)&&(r*=n/100),t=Math.ceil((n-r)/e.slidesToShow)}var u=i.default.findDOMNode(e.listRef)&&g(i.default.findDOMNode(e.listRef).querySelector('[data-index="0"]')),c=u*e.slidesToShow,b=void 0===e.currentSlide?e.initialSlide:e.currentSlide;e.rtl&&void 0===e.currentSlide&&(b=a-1-e.initialSlide);var d=e.lazyLoadedList||[],m=s({currentSlide:b,lazyLoadedList:d});d.concat(m);var h={slideCount:a,slideWidth:t,listWidth:n,trackWidth:o,currentSlide:b,slideHeight:u,listHeight:c,lazyLoadedList:d};return null===e.autoplaying&&e.autoplay&&(h.autoplaying="playing"),h},t.slideHandler=function(e){var t=e.waitForAnimate,a=e.animating,l=e.fade,i=e.infinite,n=e.index,r=e.slideCount,u=e.lazyLoadedList,c=e.lazyLoad,b=e.currentSlide,d=e.centerMode,p=e.slidesToScroll,g=e.slidesToShow,m=e.useCSS;if(t&&a)return{};var y,f,v,_=n,k={},x={};if(l){if(!i&&(n<0||n>=r))return{};n<0?_=n+r:n>=r&&(_=n-r),c&&u.indexOf(_)<0&&u.push(_),k={animating:!0,currentSlide:_,lazyLoadedList:u},x={animating:!1}}else y=_,_<0?(y=_+r,i?r%p!=0&&(y=r-r%p):y=0):!h(e)&&_>b?_=y=b:d&&_>=r?(_=i?r:r-1,y=i?0:r-1):_>=r&&(y=_-r,i?r%p!=0&&(y=0):y=r-g),f=w(o({},e,{slideIndex:_})),v=w(o({},e,{slideIndex:y})),i||(f===v&&(_=y),f=v),c&&u.concat(s(o({},e,{currentSlide:_}))),m?(k={animating:!0,currentSlide:y,trackStyle:T(o({},e,{left:f})),lazyLoadedList:u},x={animating:!1,currentSlide:y,trackStyle:C(o({},e,{left:v})),swipeLeft:null}):k={currentSlide:y,trackStyle:C(o({},e,{left:v})),lazyLoadedList:u};return{state:k,nextState:x}},t.changeSlide=function(e,t){var a,l,i,n,r=e.slidesToScroll,s=e.slidesToShow,u=e.slideCount,c=e.currentSlide,b=e.lazyLoad,d=e.infinite;if(a=u%r!=0?0:(u-c)%r,"previous"===t.message)n=c-(i=0===a?r:s-a),b&&!d&&(n=-1==(l=c-i)?u-1:l);else if("next"===t.message)n=c+(i=0===a?r:a),b&&!d&&(n=(c+r)%u+a);else if("dots"===t.message){if((n=t.index*t.slidesToScroll)===t.currentSlide)return null}else if("children"===t.message){if((n=t.index)===t.currentSlide)return null;if(d){var p=S(o({},e,{targetSlide:n}));n>t.currentSlide&&"left"===p?n-=u:n<t.currentSlide&&"right"===p&&(n+=u)}}else if("index"===t.message&&(n=Number(t.index))===t.currentSlide)return null;return n},t.keyHandler=function(e,t,a){return e.target.tagName.match("TEXTAREA|INPUT|SELECT")||!t?"":37===e.keyCode?a?"next":"previous":39===e.keyCode?a?"previous":"next":""},t.swipeStart=function(e,t,a){return"IMG"===e.target.tagName&&e.preventDefault(),!t||!a&&-1!==e.type.indexOf("mouse")?"":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}},t.swipeMove=function(e,t){var a=t.scrolling,l=t.animating,i=t.vertical,n=t.swipeToSlide,r=t.verticalSwiping,s=t.rtl,u=t.currentSlide,c=t.edgeFriction,b=t.edgeDragged,d=t.onEdge,p=t.swiped,g=t.swiping,y=t.slideCount,f=t.slidesToScroll,v=t.infinite,_=t.touchObject,T=t.swipeEvent,k=t.listHeight,x=t.listWidth;if(!a){if(l)return e.preventDefault();i&&n&&r&&e.preventDefault();var P,S={},M=w(t);_.curX=e.touches?e.touches[0].pageX:e.clientX,_.curY=e.touches?e.touches[0].pageY:e.clientY,_.swipeLength=Math.round(Math.sqrt(Math.pow(_.curX-_.startX,2)));var E=Math.round(Math.sqrt(Math.pow(_.curY-_.startY,2)));if(!r&&!g&&E>10)return{scrolling:!0};r&&(_.swipeLength=E);var A=(s?-1:1)*(_.curX>_.startX?1:-1);r&&(A=_.curY>_.startY?1:-1);var B=Math.ceil(y/f),O=m(t.touchObject,r),L=_.swipeLength;return v||(0===u&&"right"===O||u+1>=B&&"left"===O||!h(t)&&"left"===O)&&(L=_.swipeLength*c,!1===b&&d&&(d(O),S.edgeDragged=!0)),!p&&T&&(T(O),S.swiped=!0),P=i?M+L*(k/x)*A:s?M-L*A:M+L*A,r&&(P=M+L*A),S=o({},S,{touchObject:_,swipeLeft:P,trackStyle:C(o({},t,{left:P}))}),Math.abs(_.curX-_.startX)<.8*Math.abs(_.curY-_.startY)||_.swipeLength>10&&(S.swiping=!0,e.preventDefault()),S}},t.swipeEnd=function(e,t){var a=t.dragging,l=t.swipe,i=t.touchObject,n=t.listWidth,r=t.touchThreshold,s=t.verticalSwiping,u=t.listHeight,c=t.currentSlide,b=t.swipeToSlide,d=t.scrolling,p=t.onSwipe;if(!a)return l&&e.preventDefault(),{};var g=s?u/r:n/r,h=m(i,s),y={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(d)return y;if(!i.swipeLength)return y;if(i.swipeLength>g){var _,C;switch(e.preventDefault(),p&&p(h),h){case"left":case"up":C=c+v(t),_=b?f(t,C):C,y.currentDirection=0;break;case"right":case"down":C=c-v(t),_=b?f(t,C):C,y.currentDirection=1;break;default:_=c}y.triggerSlideHandler=_}else{var k=w(t);y.trackStyle=T(o({},t,{left:k}))}return y};var y=function(e){for(var t=e.infinite?2*e.slideCount:e.slideCount,a=e.infinite?-1*e.slidesToShow:0,l=e.infinite?-1*e.slidesToShow:0,i=[];a<t;)i.push(a),a=l+e.slidesToScroll,l+=Math.min(e.slidesToScroll,e.slidesToShow);return i};t.getNavigableIndexes=y;var f=function(e,t){var a=y(e),l=0;if(t>a[a.length-1])t=a[a.length-1];else for(var i in a){if(t<a[i]){t=l;break}l=a[i]}return t};t.checkNavigable=f;var v=function(e){var t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){var a,l=i.default.findDOMNode(e.listRef).querySelectorAll(".slick-slide");if(Array.from(l).every((function(l){if(e.vertical){if(l.offsetTop+g(l)/2>-1*e.swipeLeft)return a=l,!1}else if(l.offsetLeft-t+p(l)/2>-1*e.swipeLeft)return a=l,!1;return!0})),!a)return 0;var n=!0===e.rtl?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(a.dataset.index-n)||1}return e.slidesToScroll};t.getSlideCount=v;var _=function(e,t){return t.reduce((function(t,a){return t&&e.hasOwnProperty(a)}),!0)?null:console.error("Keys Missing:",e)};t.checkSpecKeys=_;var C=function(e){var t,a;_(e,["left","variableWidth","slideCount","slidesToShow","slideWidth"]);var l=e.slideCount+2*e.slidesToShow;e.vertical?a=l*e.slideHeight:t=P(e)*e.slideWidth;var i={opacity:1,transition:"",WebkitTransition:""};return e.useTransform?i=o({},i,{WebkitTransform:e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",transform:e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",msTransform:e.vertical?"translateY("+e.left+"px)":"translateX("+e.left+"px)"}):e.vertical?i.top=e.left:i.left=e.left,e.fade&&(i={opacity:1}),t&&(i.width=t),a&&(i.height=a),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?i.marginTop=e.left+"px":i.marginLeft=e.left+"px"),i};t.getTrackCSS=C;var T=function(e){_(e,["left","variableWidth","slideCount","slidesToShow","slideWidth","speed","cssEase"]);var t=C(e);return e.useTransform?(t.WebkitTransition="-webkit-transform "+e.speed+"ms "+e.cssEase,t.transition="transform "+e.speed+"ms "+e.cssEase):e.vertical?t.transition="top "+e.speed+"ms "+e.cssEase:t.transition="left "+e.speed+"ms "+e.cssEase,t};t.getTrackAnimateCSS=T;var w=function(e){if(e.unslick)return 0;_(e,["slideIndex","trackRef","infinite","centerMode","slideCount","slidesToShow","slidesToScroll","slideWidth","listWidth","variableWidth","slideHeight"]);var t,a,l=e.slideIndex,n=e.trackRef,o=e.infinite,r=e.centerMode,s=e.slideCount,u=e.slidesToShow,c=e.slidesToScroll,b=e.slideWidth,d=e.listWidth,p=e.variableWidth,g=e.slideHeight,m=e.fade,h=e.vertical;if(m||1===e.slideCount)return 0;var y=0;if(o?(y=-k(e),s%c!=0&&l+c>s&&(y=-(l>s?u-(l-s):s%c)),r&&(y+=parseInt(u/2))):(s%c!=0&&l+c>s&&(y=u-s%c),r&&(y=parseInt(u/2))),t=h?l*g*-1+y*g:l*b*-1+y*b,!0===p){var f,v=i.default.findDOMNode(n);if(f=l+k(e),t=(a=v&&v.childNodes[f])?-1*a.offsetLeft:0,!0===r){f=o?l+k(e):l,a=v&&v.children[f],t=0;for(var C=0;C<f;C++)t-=v&&v.children[C]&&v.children[C].offsetWidth;t-=parseInt(e.centerPadding),t+=a&&(d-a.offsetWidth)/2}}return t};t.getTrackLeft=w;var k=function(e){return e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0)};t.getPreClones=k;var x=function(e){return e.unslick||!e.infinite?0:e.slideCount};t.getPostClones=x;var P=function(e){return 1===e.slideCount?1:k(e)+e.slideCount+x(e)};t.getTotalSlides=P;var S=function(e){return e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+M(e)?"left":"right":e.targetSlide<e.currentSlide-E(e)?"right":"left"};t.siblingDirection=S;var M=function(e){var t=e.slidesToShow,a=e.centerMode,l=e.rtl,i=e.centerPadding;if(a){var n=(t-1)/2+1;return parseInt(i)>0&&(n+=1),l&&t%2==0&&(n+=1),n}return l?0:t-1};t.slidesOnRight=M;var E=function(e){var t=e.slidesToShow,a=e.centerMode,l=e.rtl,i=e.centerPadding;if(a){var n=(t-1)/2+1;return parseInt(i)>0&&(n+=1),l||t%2!=0||(n+=1),n}return l?t-1:0};t.slidesOnLeft=E,t.canUseDOM=function(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}},function(e,t,a){var l=a(141),i=a(147);e.exports=function(e){return null!=e&&i(e.length)&&!l(e)}},function(e,t){var a=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||a)}},function(e,t,a){var l=a(149),i=a(254),n=a(32);e.exports=function(e){return n(e)?l(e):i(e)}},function(e,t,a){var l=a(25),i=a(22);e.exports=function(e){return"symbol"==typeof e||i(e)&&"[object Symbol]"==l(e)}},function(e,t,a){var l=a(275),i=a(276),n=a(277),o=a(278),r=a(279);function s(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var l=e[t];this.set(l[0],l[1])}}s.prototype.clear=l,s.prototype.delete=i,s.prototype.get=n,s.prototype.has=o,s.prototype.set=r,e.exports=s},function(e,t,a){var l=a(48);e.exports=function(e,t){for(var a=e.length;a--;)if(l(e[a][0],t))return a;return-1}},function(e,t,a){var l=a(21)(Object,"create");e.exports=l},function(e,t,a){var l=a(293);e.exports=function(e,t){var a=e.__data__;return l(t)?a["string"==typeof t?"string":"hash"]:a.map}},function(e,t){e.exports=window.wp.coreData},function(e,t,a){"use strict";var l;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=((l=a(197))&&l.__esModule?l:{default:l}).default;t.default=i},function(e,t){e.exports=window.wp.keyboardShortcuts},,,function(e,t,a){var l,i;"undefined"!=typeof window&&window,void 0===(i="function"==typeof(l=function(){"use strict";function e(){}var t=e.prototype;return t.on=function(e,t){if(e&&t){var a=this._events=this._events||{},l=a[e]=a[e]||[];return-1==l.indexOf(t)&&l.push(t),this}},t.once=function(e,t){if(e&&t){this.on(e,t);var a=this._onceEvents=this._onceEvents||{};return(a[e]=a[e]||{})[t]=!0,this}},t.off=function(e,t){var a=this._events&&this._events[e];if(a&&a.length){var l=a.indexOf(t);return-1!=l&&a.splice(l,1),this}},t.emitEvent=function(e,t){var a=this._events&&this._events[e];if(a&&a.length){a=a.slice(0),t=t||[];for(var l=this._onceEvents&&this._onceEvents[e],i=0;i<a.length;i++){var n=a[i];l&&l[n]&&(this.off(e,n),delete l[n]),n.apply(this,t)}return this}},t.allOff=function(){delete this._events,delete this._onceEvents},e})?l.call(t,a,t,e):l)||(e.exports=i)},function(e,t,a){var l,i;window,void 0===(i="function"==typeof(l=function(){"use strict";function e(e){var t=parseFloat(e);return-1==e.indexOf("%")&&!isNaN(t)&&t}var t="undefined"==typeof console?function(){}:function(e){console.error(e)},a=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],l=a.length;function i(e){var a=getComputedStyle(e);return a||t("Style returned "+a+". Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1"),a}var n,o=!1;return function t(r){if(function(){if(!o){o=!0;var a=document.createElement("div");a.style.width="200px",a.style.padding="1px 2px 3px 4px",a.style.borderStyle="solid",a.style.borderWidth="1px 2px 3px 4px",a.style.boxSizing="border-box";var l=document.body||document.documentElement;l.appendChild(a);var r=i(a);n=200==Math.round(e(r.width)),t.isBoxSizeOuter=n,l.removeChild(a)}}(),"string"==typeof r&&(r=document.querySelector(r)),r&&"object"==typeof r&&r.nodeType){var s=i(r);if("none"==s.display)return function(){for(var e={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},t=0;t<l;t++)e[a[t]]=0;return e}();var u={};u.width=r.offsetWidth,u.height=r.offsetHeight;for(var c=u.isBorderBox="border-box"==s.boxSizing,b=0;b<l;b++){var d=a[b],p=s[d],g=parseFloat(p);u[d]=isNaN(g)?0:g}var m=u.paddingLeft+u.paddingRight,h=u.paddingTop+u.paddingBottom,y=u.marginLeft+u.marginRight,f=u.marginTop+u.marginBottom,v=u.borderLeftWidth+u.borderRightWidth,_=u.borderTopWidth+u.borderBottomWidth,C=c&&n,T=e(s.width);!1!==T&&(u.width=T+(C?0:m+v));var w=e(s.height);return!1!==w&&(u.height=w+(C?0:h+_)),u.innerWidth=u.width-(m+v),u.innerHeight=u.height-(h+_),u.outerWidth=u.width+y,u.outerHeight=u.height+f,u}}})?l.call(t,a,t,e):l)||(e.exports=i)},function(e,t,a){var l=a(139),i=a(48),n=Object.prototype.hasOwnProperty;e.exports=function(e,t,a){var o=e[t];n.call(e,t)&&i(o,a)&&(void 0!==a||t in e)||l(e,t,a)}},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){e.exports=function(e){return function(t){return e(t)}}},function(e,t,a){(function(e){var l=a(142),i=t&&!t.nodeType&&t,n=i&&"object"==typeof e&&e&&!e.nodeType&&e,o=n&&n.exports===i&&l.process,r=function(){try{return n&&n.require&&n.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=r}).call(this,a(49)(e))},function(e,t,a){var l=a(21)(a(17),"Map");e.exports=l},function(e,t,a){var l=a(149),i=a(300),n=a(32);e.exports=function(e){return n(e)?l(e,!0):i(e)}},function(e,t,a){var l=a(305),i=a(157),n=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,r=o?function(e){return null==e?[]:(e=Object(e),l(o(e),(function(t){return n.call(e,t)})))}:i;e.exports=r},function(e,t){e.exports=function(e,t){for(var a=-1,l=t.length,i=e.length;++a<l;)e[i+a]=t[a];return e}},function(e,t,a){var l=a(152)(Object.getPrototypeOf,Object);e.exports=l},function(e,t,a){var l=a(308),i=a(52),n=a(309),o=a(310),r=a(311),s=a(25),u=a(143),c=u(l),b=u(i),d=u(n),p=u(o),g=u(r),m=s;(l&&"[object DataView]"!=m(new l(new ArrayBuffer(1)))||i&&"[object Map]"!=m(new i)||n&&"[object Promise]"!=m(n.resolve())||o&&"[object Set]"!=m(new o)||r&&"[object WeakMap]"!=m(new r))&&(m=function(e){var t=s(e),a="[object Object]"==t?e.constructor:void 0,l=a?u(a):"";if(l)switch(l){case c:return"[object DataView]";case b:return"[object Map]";case d:return"[object Promise]";case p:return"[object Set]";case g:return"[object WeakMap]"}return t}),e.exports=m},function(e,t,a){var l=a(314);e.exports=function(e){var t=new e.constructor(e.byteLength);return new l(t).set(new l(e)),t}},function(e,t,a){var l=a(23),i=a(326),n=a(327),o=a(330);e.exports=function(e,t){return l(e)?e:i(e,t)?[e]:n(o(e))}},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.components-panel[data-uagb-tab] {\n z-index: 99; }\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .components-panel__body.block-editor-block-inspector__advanced,\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .components-panel__body.editor-block-inspector__advanced.block-editor-block-inspector__advanced,\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .block-editor-block-inspector > div > .components-panel__body {\n display: none; }\n .components-panel[data-uagb-tab] .block-editor-block-card {\n padding-bottom: 25px;\n position: relative;\n z-index: 1;\n overflow: hidden; }\n .components-panel[data-uagb-tab] .block-editor-block-card::before {\n content: "";\n position: absolute;\n top: 0;\n left: -16px;\n right: -16px;\n bottom: 0;\n background: #fff;\n z-index: -1; }\n .components-panel[data-uagb-tab] .components-panel__body.edit-post-settings-sidebar__panel-block .block-editor-block-card {\n overflow: unset; }\n .components-panel[data-uagb-tab] .components-panel__body.edit-post-settings-sidebar__panel-block .block-editor-block-card::before {\n top: -16px; }\n\n.components-panel[data-uagb-tab="advance"] .block-editor-block-inspector__advanced {\n border-color: transparent; }\n\n.uagb-inspector-tabs {\n display: flex;\n position: relative;\n background: #fff;\n z-index: 9; }\n .uagb-inspector-tabs::after {\n content: "";\n position: absolute;\n left: 0;\n bottom: 0;\n top: 50%;\n right: 0;\n z-index: 0;\n background: #fff;\n pointer-events: none; }\n .uagb-inspector-tabs button {\n flex-grow: 1;\n flex-basis: 0;\n display: inline-flex;\n flex-direction: column;\n height: 65px;\n align-items: center;\n justify-content: center;\n border: none;\n position: relative;\n border-radius: 10px;\n background: #fff;\n cursor: pointer; }\n .uagb-inspector-tabs button::after, .uagb-inspector-tabs button::before {\n z-index: 1;\n content: "";\n position: absolute;\n top: 0;\n left: -0.5px;\n right: -0.5px;\n bottom: 50%;\n border: 1px solid transparent;\n border-bottom: none;\n pointer-events: none; }\n .uagb-inspector-tabs button::after {\n top: 50%;\n bottom: 0;\n border-color: #d6d9dd;\n border-bottom: 1px solid #d6d9dd;\n border-top: none; }\n .uagb-inspector-tabs button:not(.uagb-active)::after {\n background: #fff; }\n .uagb-inspector-tabs button.uagb-active {\n background: #fff;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs button.uagb-active::before {\n border-color: #d6d9dd;\n border-top-color: #0085ba;\n border-top-width: 4px; }\n .uagb-inspector-tabs button.uagb-active::after {\n border-color: transparent; }\n .uagb-inspector-tabs button.uagb-active + button {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 10px; }\n .uagb-inspector-tabs button.uagb-active + button::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs button.uagb-active + button + button {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs button.uagb-active + button + button::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n .uagb-inspector-tabs button:first-child {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs button:first-child::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n .uagb-inspector-tabs button:first-child.uagb-active::after {\n border-left-color: #d6d9dd; }\n .uagb-inspector-tabs button:first-child::before, .uagb-inspector-tabs button:first-child::after {\n left: -1px; }\n .uagb-inspector-tabs button:last-child {\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs button:last-child::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs button:last-child.uagb-active::after {\n border-right-color: #d6d9dd; }\n .uagb-inspector-tabs button:last-child::before, .uagb-inspector-tabs button:last-child::after {\n right: 0; }\n .uagb-inspector-tabs button:focus {\n outline: none; }\n .uagb-inspector-tabs button h5 {\n margin: 6px 0 0;\n font-size: 13px;\n font-weight: 400;\n line-height: 1.2; }\n .uagb-inspector-tabs button h5,\n .uagb-inspector-tabs button svg {\n z-index: 2;\n fill: #585858; }\n .uagb-inspector-tabs button.uagb-active h5 {\n color: #0085ba; }\n .uagb-inspector-tabs button:focus path,\n .uagb-inspector-tabs button.uagb-active path {\n fill: #0085ba; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child {\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child + button {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child + button::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n\n.components-panel .components-panel__body .uagb-inspector-tabs-container {\n position: static !important;\n margin-left: -16px;\n margin-right: -16px;\n border-top: 0 !important;\n top: 0 !important; }\n\n.uagb-inspector-tabs-container {\n position: sticky;\n top: -3px;\n z-index: 9;\n border-top: calc(0.1em + 1px) solid #f2f4f5; }\n\n.uagb-inspector-tab .components-panel__body:first-child,\n.edit-post-settings-sidebar__panel-block .uagb-inspector-tab .components-panel__body:first-child {\n margin-top: 0;\n border-top: none !important; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uag-range-control .uagb-range-control__mobile-controls {\n display: flex;\n width: 100%;\n align-items: center; }\n .uag-range-control .uagb-range-control__mobile-controls .components-base-control.components-range-control {\n -webkit-tap-highlight-color: transparent;\n box-sizing: border-box;\n align-items: flex-start;\n -webkit-box-pack: start;\n justify-content: flex-start;\n margin-right: 20px;\n position: relative;\n width: 100%;\n margin-bottom: 0;\n max-height: 30px; }\n .uag-range-control .uagb-range-control__mobile-controls .components-base-control.components-range-control .components-range-control__tooltip {\n left: 45%; }\n .uag-range-control .uagb-range-control__mobile-controls .components-input-control__container {\n flex: 0 0 0%;\n width: 100%; }\n .uag-range-control .uagb-range-control__mobile-controls .components-number-control {\n width: 35%;\n margin-left: 10px; }\n .uag-range-control .uagb-range-control__mobile-controls .components-number-control .components-input-control__input {\n padding: 0 1px 0 8px !important;\n text-align: left;\n font-size: 14px; }\n\n/*.components-panel__body {\n\t.components-font-size-picker__controls {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\tmargin-bottom: 0;\n\t\tmax-width: 248px;\n\t}\n\t.components-font-size-picker__select {\n\t\tmargin-bottom: 0 !important;\n\t\twidth: 115px;\n\t}\n\t.components-font-size-picker__select .components-base-control__field {\n\t\tmargin-bottom: 0;\n\t}\n\t.components-font-size-picker__select .components-base-control__field {\n\t\tmargin-bottom: 0;\n\t}\n\t.components-font-size-picker__select .components-base-control__label {\n\t\tdisplay: none;\n\t\tmargin-bottom: 5px;\n\t\tvisibility: hidden;\n\t}\n\tinput[type="number"].uagb-range-control__number {\n\t\tborder-left: 1px solid #d5dadf;\n\t\t-webkit-border-radius: 3px 0 0 3px;\n\t\tborder-right: 1px solid #d5dadf;\n\t\tborder-color: #d5dadf;\n\t}\n}*/\n/*.components-panel__body {\n\t.uagb-range-control__mobile-controls-item {\n\t\tbox-shadow: unset !important;\n\t\tborder-radius: unset;\n\t\t&.uagb-range-control__mobile-controls-item--padding.components-button.is-secondary:active:not(:disabled),\n\t\t.uagb-range-control__mobile-controls-item.uagb-range-control__mobile-controls-item--padding.components-button.is-tertiary:active:not(:disabled) {\n\t\t\tbackground: #fff;\n\t\t\tcolor: black;\n\t\t}\n\t}\n}*/\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-advanced-color-settings-container {\n display: flex;\n align-items: center; }\n .uagb-advanced-color-settings-container .uagb-beside-color-click {\n display: flex;\n align-items: center; }\n .uagb-advanced-color-settings-container .uagb-color-icon-indicate {\n height: auto;\n position: relative;\n transform: scale(1);\n transition: transform 0.1s ease;\n border-radius: 50%;\n padding: 0; }\n .uagb-advanced-color-settings-container .uagb-has-alpha {\n background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);\n background-size: 10px 10px;\n background-position: 0 0, 0 5px, 5px -5px, -5px 0; }\n .uagb-advanced-color-settings-container .uagb-beside-color-label {\n flex-grow: 1;\n margin: 0; }\n .uagb-advanced-color-settings-container .uagb-color-icon-indicate\n.component-color-indicator.uagb-advanced-color-indicate {\n width: 28px;\n height: 28px;\n border-radius: 50%;\n margin: 0; }\n .uagb-advanced-color-settings-container .uagb-advanced-color-indicate.uag-global-indicator::before {\n content: "\\f11f";\n font-family: dashicons;\n position: absolute;\n font-size: 16px;\n top: 6px;\n left: 7px; }\n .uagb-advanced-color-settings-container .uag-global-icon-black::before {\n color: #000; }\n .uagb-advanced-color-settings-container .uag-global-icon-white::before {\n color: #fff; }\n\n.uagb-popover-color .components-popover__content {\n overflow-x: hidden;\n overflow-y: auto; }\n\n.uagb-popover-color .components-circular-option-picker {\n padding: 2px 0 10px 5px; }\n .uagb-popover-color .components-circular-option-picker .components-circular-option-picker__swatches {\n margin-right: 0;\n text-align: left;\n padding-left: 10px; }\n\n.uagb-popover-color .uagb-clear-btn-inside-picker {\n margin: 5px 20px 20px 15px;\n padding: 0 8px;\n border: 1px solid #ccc;\n box-shadow: none; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/* Multi Button Gap */\n/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-multi-button-button-group {\n display: flex;\n width: 100%; }\n .uagb-multi-button-button-group .uagb-multi-button {\n width: 100%;\n justify-content: center;\n height: unset;\n padding: 6px;\n line-height: 16px;\n min-height: 30px; }\n .uagb-multi-button-button-group .uagb-multi-button:first-child {\n -webkit-border-radius: 3px 0 0 3px;\n -moz-border-radius: 3px 0 0 3px;\n border-radius: 3px 0 0 3px; }\n .uagb-multi-button-button-group .uagb-multi-button:last-child {\n -webkit-border-radius: 0 3px 3px 0;\n -moz-border-radius: 0 3px 3px 0;\n border-radius: 0 3px 3px 0; }\n .uagb-multi-button-button-group button.uagb-multi-button.is-secondary {\n color: #50575E;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary:hover:not(:disabled),\n .uagb-multi-button-button-group .uagb-multi-button-grou[aria-label="Gap"]\n.uagb-multi-button.is-tertiary:hover:not(:disabled) {\n color: #1D2327;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary,\n .uagb-multi-button-button-group .uagb-multi-button.is-tertiary {\n color: #50575E; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary:active:not(:disabled),\n .uagb-multi-button-button-group .uagb-multi-button-grou[aria-label="Gap"]\n.uagb-multi-button.is-tertiary:active:not(:disabled) {\n background: #FFFFFF;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group button.uagb-multi-button {\n font-size: 13px;\n font-weight: 400; }\n .uagb-multi-button-button-group svg {\n width: 18px;\n fill: #50575E; }\n .uagb-multi-button-button-group svg path {\n fill: inherit; }\n\n.uagb-multi-buttons-control.uag-multibutton-icons .uagb-multi-button {\n padding: 3px; }\n\n.spectra-multi-buttons__color-scheme--primary button.uagb-multi-button.is-primary.is-primary {\n color: #007CBA;\n background-color: #DCF2FF;\n border-color: #CDE9F9;\n box-shadow: inset 0 0 0 1px #CDE9F9; }\n .spectra-multi-buttons__color-scheme--primary button.uagb-multi-button.is-primary.is-primary svg {\n fill: #007CBA; }\n\n.spectra-multi-buttons__color-scheme--secondary button.uagb-multi-button.is-primary.is-primary {\n color: #FFFFFF;\n background-color: #959595;\n border-color: #959595;\n box-shadow: inset 0 0 0 1px #959595; }\n .spectra-multi-buttons__color-scheme--secondary button.uagb-multi-button.is-primary.is-primary svg {\n fill: #FFFFFF; }\n\n.spectra-multi-buttons__layout--inline {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%; }\n .spectra-multi-buttons__layout--inline .uagb-control__header,\n .spectra-multi-buttons__layout--inline .uag-control-label {\n margin-bottom: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-spacing-control {\n position: relative;\n display: inline-block; }\n .uagb-spacing-control .components-base-control__label {\n margin-bottom: 5px; }\n .uagb-spacing-control .components-base-control__help {\n margin-top: -8px; }\n .uagb-spacing-control input[type="number"].uagb-spacing-control__number,\n .uagb-spacing-control .uagb-spacing-control__link {\n border-left: 1px solid;\n border-right: 1px solid;\n border-color: #E6E7E9;\n color: #50575E;\n border-radius: 0;\n box-shadow: none !important;\n height: 30px;\n margin: 0 -1px 0 0;\n padding-right: 1px;\n width: 25%; }\n .uagb-spacing-control input[type="number"].uagb-spacing-control__number:focus {\n z-index: 1;\n outline-offset: -1px;\n outline: 1px solid #CCCCCC; }\n .uagb-spacing-control .uagb-spacing-control__link {\n border: 1px solid #959595;\n background-color: #959595;\n color: #FFFFFF;\n justify-content: center;\n display: flex;\n align-items: center;\n padding: 2px 0;\n font-size: 12px;\n line-height: 28px;\n cursor: pointer;\n transition: none; }\n .uagb-spacing-control .uagb-spacing-control__link.uagb-spacing-control-disconnected {\n border-color: #E6E7E9;\n background-color: #FFFFFF;\n color: #959595; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls button[type="button"] > span {\n cursor: pointer;\n width: 15px;\n height: 15px;\n font-size: 15px; }\n .uagb-spacing-control .uagb-spacing-control__inputs > :first-child.uagb-spacing-control__number {\n -webkit-border-radius: 3px 0 0 3px;\n -moz-border-radius: 3px 0 0 3px;\n border-radius: 3px 0 0 3px; }\n .uagb-spacing-control .uagb-spacing-control__inputs > :last-child {\n -webkit-border-radius: 0 3px 3px 0;\n -moz-border-radius: 0 3px 3px 0;\n border-radius: 0 3px 3px 0; }\n .uagb-spacing-control .uagb-control__actions .components-tab-panel__tabs {\n padding-right: 4px;\n margin-right: 0; }\n .uagb-spacing-control .uagb-spacing-control__inputs {\n display: flex; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item {\n border: 0;\n display: none;\n font-size: 10px;\n height: 30px;\n justify-content: center;\n left: 50px;\n line-height: 12px;\n padding: 0;\n position: absolute;\n text-align: center;\n text-shadow: none;\n top: -5px;\n width: 26px;\n z-index: 1;\n box-shadow: unset;\n border-radius: unset;\n color: unset; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.is-active {\n display: block; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item:focus:enabled {\n box-shadow: inset 0 0 0 1px #fff; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item:focus:enabled svg {\n fill: #fff; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item svg {\n position: relative; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.uagb-spacing-control__mobile-controls-item--spacing.components-button.is-secondary:active:not(:disabled), .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.uagb-spacing-control__mobile-controls-item--spacing.components-button.is-tertiary:active:not(:disabled) {\n background: #fff;\n color: #50575E; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.components-button.is-secondary:hover:not(:disabled), .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.components-button.is-tertiary:hover:not(:disabled) {\n color: unset;\n background: unset;\n box-shadow: unset; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--default svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--desktop svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--tablet svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--mobile svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__input-labels {\n display: flex;\n margin-bottom: -3px; }\n .uagb-spacing-control .uagb-spacing-control__input-labels span {\n text-align: center;\n width: 20%; }\n .uagb-spacing-control .uagb-spacing-control__input-labels .uagb-spacing-control__link-label {\n width: 10%; }\n .uagb-spacing-control .uagb-control__label {\n margin-bottom: 0;\n width: 50%; }\n .uagb-spacing-control .uagb-spacing-control__number-label {\n color: #CCCCCC;\n display: block;\n font-size: 10px;\n margin-top: 5px; }\n\n/*.components-panel .block-editor-block-inspector .uagb-inspector-tab .uagb-spacing-control.components-base-control:last-child{\n\tmargin-bottom: 15px;\n}*/\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uag-bg-select-control .uag-background-color,\n.uag-bg-select-control .uag-background-image,\n.uag-bg-select-control .uag-background-gradient,\n.uag-bg-select-control .uag-background-opacity,\n.uag-bg-select-control .uag-background-video,\n.uag-bg-select-control .uag-background-video-overlay,\n.uag-bg-select-control .uag-background-video-opacity,\n.uag-bg-select-control .uag-background-image-position,\n.uag-bg-select-control .uag-background-image-attachment,\n.uag-bg-select-control .uag-background-image-repeat,\n.uag-bg-select-control .uag-background-image-size,\n.uag-bg-select-control .uag-background-image-overlay-type,\n.uag-bg-select-control .uag-background-image-overlay-color,\n.uag-bg-select-control .uag-background-image-overlay-gradient,\n.uag-bg-select-control .uagb-responsive-select-control {\n margin-top: 25px; }\n .uag-bg-select-control .uag-background-color .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-gradient .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-opacity .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-video .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-video-overlay .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-video-opacity .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-attachment .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-repeat .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-size .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-overlay-type .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-overlay-color .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-overlay-gradient .uagb-size-type-field-tabs,\n .uag-bg-select-control .uagb-responsive-select-control .uagb-size-type-field-tabs {\n display: flex;\n justify-content: space-between; }\n .uag-bg-select-control .uag-background-color .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-gradient .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-opacity .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-video .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-video-overlay .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-video-opacity .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-attachment .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-repeat .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-size .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-overlay-type .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-overlay-color .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-overlay-gradient .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uagb-responsive-select-control .uagb-size-type-field-tabs > .components-base-control {\n width: 45%; }\n\n.uag-bg-select-control .uag-background-image > .uagb-responsive-select-control .uagb-size-type-field-tabs {\n display: block; }\n .uag-bg-select-control .uag-background-image > .uagb-responsive-select-control .uagb-size-type-field-tabs > .components-base-control {\n width: 100%; }\n\n.uag-bg-select-control .uag-responsive-image-select.uagb-responsive-select-control .uagb-size-type-field-tabs .uagb-control__header {\n margin-bottom: 10px; }\n\n.uag-bg-select-control .uag-background-image-overlay-type .components-select-control {\n flex-direction: row;\n align-items: center; }\n .uag-bg-select-control .uag-background-image-overlay-type .components-select-control .components-input-control__container {\n width: 45%;\n flex: unset; }\n\n.uag-bg-select-control .uag-background-image-size .uagb-responsive-control-inner > .components-base-control {\n display: block;\n margin-top: 25px; }\n\n.uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs {\n flex-direction: column;\n align-items: flex-start; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .uagb-control__header {\n margin-bottom: 10px; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .components-focal-point-picker-control {\n width: 100%; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .components-focal-point-picker-control .components-focal-point-picker {\n border-radius: 3px;\n border-color: #E6E7E9; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .components-focal-point-picker-control .components-focal-point-picker img {\n border-radius: 3px; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .components-focal-point-picker-control .focal-point-picker__controls-position-unit-control {\n width: 115px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-gradient-picker .components-custom-gradient-picker__gradient-bar {\n border-radius: 5px;\n height: 30px; }\n .uagb-gradient-picker .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {\n top: 9px;\n width: 12px;\n height: 12px; }\n .uagb-gradient-picker .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point {\n top: 7px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-responsive-select-control .uagb-size-type-field-tabs {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%; }\n .uagb-responsive-select-control .uagb-size-type-field-tabs .uagb-control__header {\n margin-bottom: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-select-control--layout-inline .components-select-control {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%;\n margin-bottom: 25px;\n color: #50575E; }\n\n.uagb-select-control--layout-inline .uagb-control__header,\n.uagb-select-control--layout-inline .uag-control-label,\n.uagb-select-control--layout-inline .components-select-control label.components-input-control__label {\n margin-bottom: 0; }\n\n.uagb-select-control--layout-inline:last-child .components-select-control {\n margin-bottom: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* Normal & Hover Tabs CSS*/\n/* stylelint-disable color-hex-case, color-hex-length */\n.uag-control-tabs {\n margin: 0 -16px;\n padding: 0 16px; }\n .uag-control-tabs.uag-control-tabs-three-tabs .components-tab-panel__tabs > .components-button {\n width: 31.3%; }\n .uag-control-tabs > .components-tab-panel__tabs {\n justify-content: space-between;\n margin: 0 -16px 25px;\n padding: 0 16px;\n border-bottom: 1px solid #E6E7E9; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button {\n width: 47%;\n text-align: center;\n justify-content: center;\n border: 1px solid #E6E7E9;\n border-radius: 3px 3px 0 0;\n color: #50575E;\n background-color: #F0F0F1;\n max-height: 30px;\n font-size: 13px;\n border-bottom: 0;\n margin-bottom: -1px; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button.active-tab {\n color: #007CBA;\n background: #FFFFFF; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button:focus:not(:disabled) {\n box-shadow: none; }\n .uag-control-tabs .components-base-control {\n margin-bottom: 25px; }\n .uag-control-tabs .components-base-control .components-base-control,\n .uag-control-tabs .components-base-control .components-base-control__field {\n padding-top: 0;\n margin-bottom: 0; }\n .uag-control-tabs .components-base-control:last-child {\n margin-bottom: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.spectra-separator {\n width: 100%;\n height: 1px;\n margin: 25px 0;\n background-color: #E6E7E9; }\n\n.uagb-inspector-tab .components-panel__body .spectra-separator {\n width: auto;\n margin: 25px -16px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-presets-radio-image-wrap {\n display: grid;\n grid-column-gap: 16px;\n grid-template-columns: repeat(2, 1fr);\n grid-row-gap: 14px; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input {\n display: none; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input-label {\n position: relative;\n display: inline-block; }\n .uagb-presets-radio-image-wrap svg {\n width: 100%;\n height: auto;\n border-radius: 3px;\n fill: #898e95;\n border: 1px solid #dadada;\n color: #898e95;\n background-color: #f0f0f1;\n transition: background 0.08s ease, box-shadow 0.08s ease; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input:checked + .uag-presets-radio-input-label svg {\n background-color: #007cba;\n border: 1px solid #00608f; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-image-clickable {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n width: 100%;\n height: 100%; }\n\n.uagb-inspector-tab .components-panel__body .uag-presets-label {\n line-height: 2.4; }\n\n.uagb-presets-label-reset-wrap {\n display: flex;\n justify-content: space-between; }\n\n.uagb-presets-main-wrap.border-none svg {\n border: none; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-container-variation-picker .uagb-variation-close {\n font-size: 35px;\n background: none;\n color: #d5dadf;\n cursor: pointer;\n border: none;\n box-shadow: none;\n display: flex;\n align-self: flex-end;\n position: absolute;\n top: 3px;\n z-index: 999999;\n outline: none; }\n\n.uagb-container-variation-picker .components-button,\n.uagb-container-variation-picker .components-button.is-secondary,\n.uagb-container-variation-picker .components-button.is-tertiary,\n.uagb-container-variation-picker .components-button:hover:not(:disabled) {\n box-shadow: none;\n outline: none;\n color: #d5dadf; }\n .uagb-container-variation-picker .components-button svg,\n .uagb-container-variation-picker .components-button.is-secondary svg,\n .uagb-container-variation-picker .components-button.is-tertiary svg,\n .uagb-container-variation-picker .components-button:hover:not(:disabled) svg {\n width: 100px;\n height: 50px;\n color: #d5dadf; }\n\n.uagb-container-variation-picker .components-button:hover:not(:disabled) svg {\n color: #bcc0c4; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__skip .components-button {\n color: #0073aa; }\n\n.uagb-container-variation-picker .components-placeholder {\n align-items: center;\n border: 1px dashed #d5dadf;\n box-shadow: none; }\n .uagb-container-variation-picker .components-placeholder.components-placeholder {\n align-items: center; }\n .uagb-container-variation-picker .components-placeholder.is-large .components-placeholder__label,\n .uagb-container-variation-picker .components-placeholder .components-placeholder__label {\n font-size: 18px;\n font-weight: 400;\n margin-bottom: 0;\n color: #556068; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__variation::before {\n padding-bottom: 0; }\n\n.uagb-container-variation-picker .components-placeholder__fieldset {\n align-items: center; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__variations {\n width: 70%;\n justify-content: center; }\n .uagb-container-variation-picker .block-editor-block-variation-picker__variations > li {\n margin: 8px 30px 0 0;\n flex-basis: content;\n width: 80px; }\n\n.uagb-editor-preview-mode-tablet .components-button.is-secondary:hover:not(:disabled),\n.uagb-editor-preview-mode-mobile .components-button.is-secondary:hover:not(:disabled) {\n box-shadow: none;\n outline: none;\n color: #d5dadf; }\n\n.uagb-editor-preview-mode-tablet .components-placeholder__fieldset,\n.uagb-editor-preview-mode-mobile .components-placeholder__fieldset {\n max-width: 100% !important; }\n .uagb-editor-preview-mode-tablet .components-placeholder__fieldset .block-editor-block-variation-picker__variations,\n .uagb-editor-preview-mode-mobile .components-placeholder__fieldset .block-editor-block-variation-picker__variations {\n justify-content: center !important; }\n\n#customize-theme-controls .uagb-container-variation-picker .block-editor-block-variation-picker__variations {\n width: 300px; }\n\n#customize-theme-controls .uagb-container-variation-picker .uagb-variation-close {\n right: 0;\n top: -8px; }\n\n#customize-theme-controls .uagb-container-variation-picker .components-placeholder__label .dashicon {\n display: none; }\n\n@media only screen and (min-width: 1024px) {\n .is-root-container {\n margin-left: 10px;\n margin-right: 10px; } }\n\n.wp-block-uagb-container::before {\n content: "";\n position: absolute;\n border: 1px dashed #d5dadf;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0; }\n\n.uagb-container-has-children.wp-block-uagb-container::before {\n border: 0; }\n\n.is-root-container > .uagb-container-has-children.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .wp-block,\n.is-root-container > .uagb-container-has-children.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n margin: 0;\n padding: 0;\n width: 100%; }\n\n.wp-block-uagb-container {\n display: flex; }\n .wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks,\n .wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n .wp-block-uagb-container > .block-editor-inner-blocks,\n .wp-block-uagb-container > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n width: 100%;\n height: 100%; }\n .wp-block-uagb-container > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n margin: 0;\n padding: 0;\n width: 100%; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block {\n width: auto; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block button {\n color: #a0a7ac;\n font-size: 62px;\n border: none;\n box-shadow: none; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block button svg {\n width: 36px;\n height: 36px; }\n\n.block-editor-block-list__empty-block-inserter .block-editor-inserter {\n right: -35px; }\n\n.uag-container-block-inserter .components-button {\n color: #1e1e1e; }\n\n.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks {\n z-index: 2; }\n\n.wp-block-uagb-container > .uagb-container-inner-blocks-wrap {\n width: 100%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* Reset Gutenberg Css */\n/* stylelint-disable color-hex-case, color-hex-length */\n.spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select {\n display: flex;\n width: 100%;\n flex-direction: column; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select__wrapper {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%;\n height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select__wrapper label {\n margin-bottom: 0; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__input input {\n box-shadow: none;\n border: none;\n min-height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__control {\n cursor: pointer; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__control:hover {\n border: 1px solid #E6E7E9; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__menu {\n z-index: 99999; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__indicators {\n height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator {\n padding-left: 6px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator svg {\n fill: #50575E;\n height: 14px;\n width: 14px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator:hover {\n color: #50575E; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__value-container {\n top: 0; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__value-container > div {\n margin: 0;\n padding: 0; }\n",""]),t.a=i},function(e,t,a){var l;!function(){function i(e,t,a){return e.call.apply(e.bind,arguments)}function n(e,t,a){if(!e)throw Error();if(2<arguments.length){var l=Array.prototype.slice.call(arguments,2);return function(){var a=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(a,l),e.apply(t,a)}}return function(){return e.apply(t,arguments)}}function o(e,t,a){return(o=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?i:n).apply(null,arguments)}var r=Date.now||function(){return+new Date};function s(e,t){this.a=e,this.o=t||e,this.c=this.o.document}var u=!!window.FontFace;function c(e,t,a,l){if(t=e.c.createElement(t),a)for(var i in a)a.hasOwnProperty(i)&&("style"==i?t.style.cssText=a[i]:t.setAttribute(i,a[i]));return l&&t.appendChild(e.c.createTextNode(l)),t}function b(e,t,a){(e=e.c.getElementsByTagName(t)[0])||(e=document.documentElement),e.insertBefore(a,e.lastChild)}function d(e){e.parentNode&&e.parentNode.removeChild(e)}function p(e,t,a){t=t||[],a=a||[];for(var l=e.className.split(/\s+/),i=0;i<t.length;i+=1){for(var n=!1,o=0;o<l.length;o+=1)if(t[i]===l[o]){n=!0;break}n||l.push(t[i])}for(t=[],i=0;i<l.length;i+=1){for(n=!1,o=0;o<a.length;o+=1)if(l[i]===a[o]){n=!0;break}n||t.push(l[i])}e.className=t.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function g(e,t){for(var a=e.className.split(/\s+/),l=0,i=a.length;l<i;l++)if(a[l]==t)return!0;return!1}function m(e,t,a){function l(){r&&i&&n&&(r(o),r=null)}t=c(e,"link",{rel:"stylesheet",href:t,media:"all"});var i=!1,n=!0,o=null,r=a||null;u?(t.onload=function(){i=!0,l()},t.onerror=function(){i=!0,o=Error("Stylesheet failed to load"),l()}):setTimeout((function(){i=!0,l()}),0),b(e,"head",t)}function h(e,t,a,l){var i=e.c.getElementsByTagName("head")[0];if(i){var n=c(e,"script",{src:t}),o=!1;return n.onload=n.onreadystatechange=function(){o||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(o=!0,a&&a(null),n.onload=n.onreadystatechange=null,"HEAD"==n.parentNode.tagName&&i.removeChild(n))},i.appendChild(n),setTimeout((function(){o||(o=!0,a&&a(Error("Script load timeout")))}),l||5e3),n}return null}function y(){this.a=0,this.c=null}function f(e){return e.a++,function(){e.a--,_(e)}}function v(e,t){e.c=t,_(e)}function _(e){0==e.a&&e.c&&(e.c(),e.c=null)}function C(e){this.a=e||"-"}function T(e,t){this.c=e,this.f=4,this.a="n";var a=(t||"n4").match(/^([nio])([1-9])$/i);a&&(this.a=a[1],this.f=parseInt(a[2],10))}function w(e){var t=[];e=e.split(/,\s*/);for(var a=0;a<e.length;a++){var l=e[a].replace(/['"]/g,"");-1!=l.indexOf(" ")||/^\d/.test(l)?t.push("'"+l+"'"):t.push(l)}return t.join(",")}function k(e){return e.a+e.f}function x(e){var t="normal";return"o"===e.a?t="oblique":"i"===e.a&&(t="italic"),t}function P(e){var t=4,a="n",l=null;return e&&((l=e.match(/(normal|oblique|italic)/i))&&l[1]&&(a=l[1].substr(0,1).toLowerCase()),(l=e.match(/([1-9]00|normal|bold)/i))&&l[1]&&(/bold/i.test(l[1])?t=7:/[1-9]00/.test(l[1])&&(t=parseInt(l[1].substr(0,1),10)))),a+t}function S(e,t){this.c=e,this.f=e.o.document.documentElement,this.h=t,this.a=new C("-"),this.j=!1!==t.events,this.g=!1!==t.classes}function M(e){if(e.g){var t=g(e.f,e.a.c("wf","active")),a=[],l=[e.a.c("wf","loading")];t||a.push(e.a.c("wf","inactive")),p(e.f,a,l)}E(e,"inactive")}function E(e,t,a){e.j&&e.h[t]&&(a?e.h[t](a.c,k(a)):e.h[t]())}function A(){this.c={}}function B(e,t){this.c=e,this.f=t,this.a=c(this.c,"span",{"aria-hidden":"true"},this.f)}function O(e){b(e.c,"body",e.a)}function L(e){return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+w(e.c)+";font-style:"+x(e)+";font-weight:"+e.f+"00;"}function H(e,t,a,l,i,n){this.g=e,this.j=t,this.a=l,this.c=a,this.f=i||3e3,this.h=n||void 0}function R(e,t,a,l,i,n,o){this.v=e,this.B=t,this.c=a,this.a=l,this.s=o||"BESbswy",this.f={},this.w=i||3e3,this.u=n||null,this.m=this.j=this.h=this.g=null,this.g=new B(this.c,this.s),this.h=new B(this.c,this.s),this.j=new B(this.c,this.s),this.m=new B(this.c,this.s),e=L(e=new T(this.a.c+",serif",k(this.a))),this.g.a.style.cssText=e,e=L(e=new T(this.a.c+",sans-serif",k(this.a))),this.h.a.style.cssText=e,e=L(e=new T("serif",k(this.a))),this.j.a.style.cssText=e,e=L(e=new T("sans-serif",k(this.a))),this.m.a.style.cssText=e,O(this.g),O(this.h),O(this.j),O(this.m)}C.prototype.c=function(e){for(var t=[],a=0;a<arguments.length;a++)t.push(arguments[a].replace(/[\W_]+/g,"").toLowerCase());return t.join(this.a)},H.prototype.start=function(){var e=this.c.o.document,t=this,a=r(),l=new Promise((function(l,i){!function n(){r()-a>=t.f?i():e.fonts.load(function(e){return x(e)+" "+e.f+"00 300px "+w(e.c)}(t.a),t.h).then((function(e){1<=e.length?l():setTimeout(n,25)}),(function(){i()}))}()})),i=null,n=new Promise((function(e,a){i=setTimeout(a,t.f)}));Promise.race([n,l]).then((function(){i&&(clearTimeout(i),i=null),t.g(t.a)}),(function(){t.j(t.a)}))};var U={D:"serif",C:"sans-serif"},F=null;function G(){if(null===F){var e=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);F=!!e&&(536>parseInt(e[1],10)||536===parseInt(e[1],10)&&11>=parseInt(e[2],10))}return F}function j(e,t,a){for(var l in U)if(U.hasOwnProperty(l)&&t===e.f[U[l]]&&a===e.f[U[l]])return!0;return!1}function z(e,t){setTimeout(o((function(){d(this.g.a),d(this.h.a),d(this.j.a),d(this.m.a),t(this.a)}),e),0)}function D(e,t,a){this.c=e,this.a=t,this.f=0,this.m=this.j=!1,this.s=a}R.prototype.start=function(){this.f.serif=this.j.a.offsetWidth,this.f["sans-serif"]=this.m.a.offsetWidth,this.A=r(),function e(t){var a,l=t.g.a.offsetWidth,i=t.h.a.offsetWidth;(a=l===t.f.serif&&i===t.f["sans-serif"])||(a=G()&&j(t,l,i)),a?r()-t.A>=t.w?G()&&j(t,l,i)&&(null===t.u||t.u.hasOwnProperty(t.a.c))?z(t,t.v):z(t,t.B):function(t){setTimeout(o((function(){e(this)}),t),50)}(t):z(t,t.v)}(this)};var V=null;function N(e){0==--e.f&&e.j&&(e.m?((e=e.a).g&&p(e.f,[e.a.c("wf","active")],[e.a.c("wf","loading"),e.a.c("wf","inactive")]),E(e,"active")):M(e.a))}function I(e){this.j=e,this.a=new A,this.h=0,this.f=this.g=!0}function W(e,t,a,l,i){var n=0==--e.h;(e.f||e.g)&&setTimeout((function(){var e=i||null,r=l||{};if(0===a.length&&n)M(t.a);else{t.f+=a.length,n&&(t.j=n);var s,u=[];for(s=0;s<a.length;s++){var c=a[s],b=r[c.c],d=t.a,g=c;if(d.g&&p(d.f,[d.a.c("wf",g.c,k(g).toString(),"loading")]),E(d,"fontloading",g),d=null,null===V)if(window.FontFace){g=/Gecko.*Firefox\/(\d+)/.exec(window.navigator.userAgent);var m=/OS X.*Version\/10\..*Safari/.exec(window.navigator.userAgent)&&/Apple/.exec(window.navigator.vendor);V=g?42<parseInt(g[1],10):!m}else V=!1;d=V?new H(o(t.g,t),o(t.h,t),t.c,c,t.s,b):new R(o(t.g,t),o(t.h,t),t.c,c,t.s,e,b),u.push(d)}for(s=0;s<u.length;s++)u[s].start()}}),0)}function q(e,t){this.c=e,this.a=t}function Z(e,t){this.c=e,this.a=t}function $(e,t){this.c=e||Y,this.a=[],this.f=[],this.g=t||""}D.prototype.g=function(e){var t=this.a;t.g&&p(t.f,[t.a.c("wf",e.c,k(e).toString(),"active")],[t.a.c("wf",e.c,k(e).toString(),"loading"),t.a.c("wf",e.c,k(e).toString(),"inactive")]),E(t,"fontactive",e),this.m=!0,N(this)},D.prototype.h=function(e){var t=this.a;if(t.g){var a=g(t.f,t.a.c("wf",e.c,k(e).toString(),"active")),l=[],i=[t.a.c("wf",e.c,k(e).toString(),"loading")];a||l.push(t.a.c("wf",e.c,k(e).toString(),"inactive")),p(t.f,l,i)}E(t,"fontinactive",e),N(this)},I.prototype.load=function(e){this.c=new s(this.j,e.context||this.j),this.g=!1!==e.events,this.f=!1!==e.classes,function(e,t,a){var l=[],i=a.timeout;!function(e){e.g&&p(e.f,[e.a.c("wf","loading")]),E(e,"loading")}(t),l=function(e,t,a){var l,i=[];for(l in t)if(t.hasOwnProperty(l)){var n=e.c[l];n&&i.push(n(t[l],a))}return i}(e.a,a,e.c);var n=new D(e.c,t,i);for(e.h=l.length,t=0,a=l.length;t<a;t++)l[t].load((function(t,a,l){W(e,n,t,a,l)}))}(this,new S(this.c,e),e)},q.prototype.load=function(e){var t=this,a=t.a.projectId,l=t.a.version;if(a){var i=t.c.o;h(this.c,(t.a.api||"https://fast.fonts.net/jsapi")+"/"+a+".js"+(l?"?v="+l:""),(function(l){l?e([]):(i["__MonotypeConfiguration__"+a]=function(){return t.a},function t(){if(i["__mti_fntLst"+a]){var l,n=i["__mti_fntLst"+a](),o=[];if(n)for(var r=0;r<n.length;r++){var s=n[r].fontfamily;null!=n[r].fontStyle&&null!=n[r].fontWeight?(l=n[r].fontStyle+n[r].fontWeight,o.push(new T(s,l))):o.push(new T(s))}e(o)}else setTimeout((function(){t()}),50)}())})).id="__MonotypeAPIScript__"+a}else e([])},Z.prototype.load=function(e){var t,a,l=this.a.urls||[],i=this.a.families||[],n=this.a.testStrings||{},o=new y;for(t=0,a=l.length;t<a;t++)m(this.c,l[t],f(o));var r=[];for(t=0,a=i.length;t<a;t++)if((l=i[t].split(":"))[1])for(var s=l[1].split(","),u=0;u<s.length;u+=1)r.push(new T(l[0],s[u]));else r.push(new T(l[0]));v(o,(function(){e(r,n)}))};var Y="https://fonts.googleapis.com/css";function K(e){this.f=e,this.a=[],this.c={}}var J={latin:"BESbswy","latin-ext":"çöüğş",cyrillic:"йяЖ",greek:"αβΣ",khmer:"កខគ",Hanuman:"កខគ"},X={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},Q={i:"i",italic:"i",n:"n",normal:"n"},ee=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/;function te(e,t){this.c=e,this.a=t}var ae={Arimo:!0,Cousine:!0,Tinos:!0};function le(e,t){this.c=e,this.a=t}function ie(e,t){this.c=e,this.f=t,this.a=[]}te.prototype.load=function(e){var t=new y,a=this.c,l=new $(this.a.api,this.a.text),i=this.a.families;!function(e,t){for(var a=t.length,l=0;l<a;l++){var i=t[l].split(":");3==i.length&&e.f.push(i.pop());var n="";2==i.length&&""!=i[1]&&(n=":"),e.a.push(i.join(n))}}(l,i);var n=new K(i);!function(e){for(var t=e.f.length,a=0;a<t;a++){var l=e.f[a].split(":"),i=l[0].replace(/\+/g," "),n=["n4"];if(2<=l.length){var o;if(o=[],r=l[1])for(var r,s=(r=r.split(",")).length,u=0;u<s;u++){var c;if((c=r[u]).match(/^[\w-]+$/))if(null==(b=ee.exec(c.toLowerCase())))c="";else{if(c=null==(c=b[2])||""==c?"n":Q[c],null==(b=b[1])||""==b)b="4";else var b=X[b]||(isNaN(b)?"4":b.substr(0,1));c=[c,b].join("")}else c="";c&&o.push(c)}0<o.length&&(n=o),3==l.length&&(o=[],0<(l=(l=l[2])?l.split(","):o).length&&(l=J[l[0]])&&(e.c[i]=l))}for(e.c[i]||(l=J[i])&&(e.c[i]=l),l=0;l<n.length;l+=1)e.a.push(new T(i,n[l]))}}(n),m(a,function(e){if(0==e.a.length)throw Error("No fonts to load!");if(-1!=e.c.indexOf("kit="))return e.c;for(var t=e.a.length,a=[],l=0;l<t;l++)a.push(e.a[l].replace(/ /g,"+"));return t=e.c+"?family="+a.join("%7C"),0<e.f.length&&(t+="&subset="+e.f.join(",")),0<e.g.length&&(t+="&text="+encodeURIComponent(e.g)),t}(l),f(t)),v(t,(function(){e(n.a,n.c,ae)}))},le.prototype.load=function(e){var t=this.a.id,a=this.c.o;t?h(this.c,(this.a.api||"https://use.typekit.net")+"/"+t+".js",(function(t){if(t)e([]);else if(a.Typekit&&a.Typekit.config&&a.Typekit.config.fn){t=a.Typekit.config.fn;for(var l=[],i=0;i<t.length;i+=2)for(var n=t[i],o=t[i+1],r=0;r<o.length;r++)l.push(new T(n,o[r]));try{a.Typekit.load({events:!1,classes:!1,async:!0})}catch(e){}e(l)}}),2e3):e([])},ie.prototype.load=function(e){var t=this.f.id,a=this.c.o,l=this;t?(a.__webfontfontdeckmodule__||(a.__webfontfontdeckmodule__={}),a.__webfontfontdeckmodule__[t]=function(t,a){for(var i=0,n=a.fonts.length;i<n;++i){var o=a.fonts[i];l.a.push(new T(o.name,P("font-weight:"+o.weight+";font-style:"+o.style)))}e(l.a)},h(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+function(e){return e.o.location.hostname||e.a.location.hostname}(this.c)+"/"+t+".js",(function(t){t&&e([])}))):e([])};var ne=new I(window);ne.a.c.custom=function(e,t){return new Z(t,e)},ne.a.c.fontdeck=function(e,t){return new ie(t,e)},ne.a.c.monotype=function(e,t){return new q(t,e)},ne.a.c.typekit=function(e,t){return new le(t,e)},ne.a.c.google=function(e,t){return new te(t,e)};var oe={load:o(ne.load,ne)};void 0===(l=function(){return oe}.call(t,a,t,e))||(e.exports=l)}()},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-color-switch-control-container .components-flex.components-angle-picker-control {\n margin-bottom: 0; }\n\n.uagb-color-switch-control-container .components-base-control.uagb-multi-buttons-control {\n margin-bottom: 5px; }\n\n.uagb-color-switch-control-container .uagb-color-popover-container {\n margin-top: 25px; }\n\n.uagb-color-switch-control-container .components-custom-gradient-picker {\n margin-top: 25px; }\n\n.uagb-color-switch-control-container .uagb-advanced-color-settings-container {\n justify-content: flex-end; }\n",""]),t.a=i},function(e,t){e.exports=window.wp.richText},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".block-editor-image-size-control {\n margin-bottom: 1em; }\n .block-editor-image-size-control .block-editor-image-size-control__row {\n display: flex;\n justify-content: space-between;\n margin-bottom: 10px; }\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width,\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {\n margin-bottom: 0.5em; }\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input,\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input {\n line-height: 1.25; }\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {\n margin-right: 5px; }\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {\n margin-left: 5px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-inspector-tab.uagb-tab-content-general .uag-advance-panel-body-image .editor-bg-image-control {\n margin-top: -35px; }\n\n.uagb-inspector-tab .block-editor-image-size-control .block-editor-image-size-control__row {\n text-transform: capitalize; }\n\n.uagb-inspector-tab .components-base-control label.components-input-control__label {\n text-transform: capitalize; }\n\n.uagb-inspector-tab .block-editor-image-size-control__row .components-button-group .components-button {\n border: 1px solid #8f9395;\n box-shadow: none;\n font-size: 13px;\n font-weight: 400;\n height: 26px; }\n .uagb-inspector-tab .block-editor-image-size-control__row .components-button-group .components-button.is-pressed {\n background: #0085ba;\n border-color: #0085ba; }\n\n.uagb-inspector-tab .block-editor-image-size-control__row .components-button span.dashicons-image-rotate {\n font-size: 9px;\n display: flex;\n justify-content: center;\n align-items: center;\n color: #2e92c4; }\n\n.wp-block-uagb-image .components-resizable-box__container {\n max-width: 100% !important;\n height: auto !important; }\n .wp-block-uagb-image .components-resizable-box__container img {\n max-width: 100% !important; }\n\n.wp-block-uagb-image .components-placeholder.is-medium .components-placeholder__instructions {\n display: block !important; }\n\n.wp-block-uagb-image .components-placeholder.is-medium .components-placeholder__fieldset {\n flex-direction: row; }\n .wp-block-uagb-image .components-placeholder.is-medium .components-placeholder__fieldset .components-button {\n margin-right: 10px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * Editor styles for the admin\n */\n.wp-block[data-type="uagb/buttons"][data-btn-width="full"] .block-editor-inner-blocks,\n.wp-block[data-type="uagb/buttons"][data-btn-width="full"] .wp-block[data-type="uagb/buttons-child"] {\n width: 100%; }\n\n.uagb-buttons__outer-wrap .block-editor-inner-blocks {\n width: 100%; }\n .uagb-buttons__outer-wrap .block-editor-inner-blocks .block-editor-block-list__layout {\n display: inline-flex; }\n\n.uagb-buttons__outer-wrap .uagb-buttons__wrap .block-editor-block-list__layout .block-list-appender {\n margin-right: -60px !important; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/*#######################################################################################*/\n/**\n * google-material-color v1.2.6\n * https://github.com/danlevan/google-material-color\n */\n.rfipbtn--default {\n background-color: #fff;\n border: 1px solid #e0e0e0; }\n .rfipbtn--default:active, .rfipbtn--default:focus {\n box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);\n border: 1px solid #bdbdbd; }\n .rfipbtn--default .rfipbtn__button {\n border: 0 none transparent;\n border-left: 1px solid #e0e0e0;\n background-color: #f5f5f5;\n color: #424242; }\n .rfipbtn--default .rfipbtn__button:hover {\n background-color: #bdbdbd; }\n .rfipbtn--default .rfipbtn__button:active {\n box-shadow: inset 0 0 10px 0 #e0e0e0; }\n .rfipbtn--default .rfipbtn__icon {\n border: 1px solid #eee;\n color: #424242; }\n .rfipbtn--default .rfipbtn__icon--empty {\n color: #e0e0e0; }\n .rfipbtn--default .rfipbtn__del {\n background-color: #eee; }\n .rfipbtn--default .rfipbtn__del:hover {\n background-color: #e0e0e0; }\n .rfipbtn--default .rfipbtn__del:focus, .rfipbtn--default .rfipbtn__del:active {\n outline: 1px solid #e0e0e0; }\n\n.rfipdropdown--default {\n box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);\n color: #424242;\n background-color: #fff;\n border: 1px solid #e0e0e0; }\n .rfipdropdown--default input,\n .rfipdropdown--default select {\n color: #424242; }\n .rfipdropdown--default .rfipcategory select {\n background-color: #fff;\n border: 1px solid #bdbdbd;\n transition: box-shadow 250ms, border 250ms; }\n .rfipdropdown--default .rfipcategory select:focus, .rfipdropdown--default .rfipcategory select:active {\n border-color: #9e9e9e;\n box-shadow: 0 0 0 0 #9e9e9e;\n outline: 0 none; }\n .rfipdropdown--default .rfipicons__cp {\n border: 1px solid #bdbdbd;\n transition: box-shadow 250ms, border 250ms; }\n .rfipdropdown--default .rfipicons__cp:focus, .rfipdropdown--default .rfipicons__cp:active {\n border-color: #9e9e9e;\n box-shadow: 0 0 0 0 #9e9e9e;\n outline: 0 none; }\n .rfipdropdown--default .rfipicons__left, .rfipdropdown--default .rfipicons__right {\n background-color: #eee;\n border: 1px solid #eee;\n color: #424242; }\n .rfipdropdown--default .rfipicons__left:hover, .rfipdropdown--default .rfipicons__right:hover {\n background-color: #bdbdbd;\n border: 1px solid #bdbdbd; }\n .rfipdropdown--default .rfipicons__left:focus, .rfipdropdown--default .rfipicons__left:active, .rfipdropdown--default .rfipicons__right:focus, .rfipdropdown--default .rfipicons__right:active {\n border: 1px solid #bdbdbd; }\n .rfipdropdown--default .rfipicons__ibox {\n background-color: #f5f5f5;\n border: 1px solid #f5f5f5;\n color: #424242; }\n .rfipdropdown--default .rfipicons__ibox:hover {\n background-color: #bdbdbd;\n border: 1px solid #bdbdbd; }\n .rfipdropdown--default .rfipicons__ibox:focus, .rfipdropdown--default .rfipicons__ibox:active {\n border: 1px solid #bdbdbd; }\n .rfipdropdown--default .rfipicons__ibox--error {\n color: #ef9a9a; }\n .rfipdropdown--default .rfipsearch input {\n border: 1px solid #bdbdbd;\n transition: box-shadow 250ms, border 250ms; }\n .rfipdropdown--default .rfipsearch input:focus, .rfipdropdown--default .rfipsearch input:active {\n border-color: #9e9e9e;\n box-shadow: 0 0 0 0 #9e9e9e;\n outline: 0 none; }\n\n.rfipbtn,\n.rfipdropdown {\n margin: 0;\n padding: 0;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;\n font-size: 14px;\n line-height: 1.71429;\n vertical-align: baseline;\n box-sizing: border-box; }\n .rfipbtn *,\n .rfipdropdown * {\n box-sizing: border-box;\n margin: 0;\n padding: 0; }\n .rfipbtn input,\n .rfipbtn select,\n .rfipdropdown input,\n .rfipdropdown select {\n font-size: 14px; }\n\n.rfip {\n position: relative;\n display: inline-block;\n margin: 8px;\n vertical-align: middle;\n width: 100%; }\n\n.rfipbtn {\n width: 100%;\n display: flex;\n flex-flow: row nowrap;\n min-height: 50px;\n border-radius: 2px;\n cursor: pointer;\n transition: box-shadow 250ms, border-color 250ms;\n outline: 0 none;\n user-select: none; }\n .rfipbtn--open {\n border-radius: 2px 2px 0 0; }\n .rfipbtn__button {\n width: 48px;\n margin-left: auto;\n display: flex;\n align-items: center;\n /* x axis center */\n justify-content: center;\n /* y axis center */\n height: auto;\n /* auto height to fix the flex */\n transition: background 250ms, box-shadow 250ms; }\n .rfipbtn__button i {\n font-size: 32px;\n transition: transform 250ms; }\n .rfipbtn__button--open i {\n transform: rotate(-180deg); }\n .rfipbtn__current {\n display: flex;\n flex-flow: row nowrap;\n align-items: center;\n justify-content: center;\n flex: 0 0 86px;\n padding: 2px; }\n .rfipbtn--multi {\n width: 258px; }\n .rfipbtn--multi .rfipbtn__current {\n flex-flow: row wrap;\n justify-content: flex-start;\n flex-basis: 212px;\n align-content: center; }\n .rfipbtn__icon {\n margin: 2px;\n padding: 0;\n height: 28px;\n width: 48px;\n display: flex;\n flex-flow: row nowrap;\n align-items: center;\n justify-content: space-between;\n border-radius: 2px; }\n .rfipbtn__icon--empty {\n font-size: 14px;\n line-height: 16px;\n margin-left: 8px;\n text-align: center;\n text-transform: lowercase;\n font-style: italic; }\n .rfipbtn__elm {\n display: flex;\n height: 28px;\n width: 28px;\n align-items: center;\n justify-content: center;\n font-size: 18px; }\n .rfipbtn__elm img,\n .rfipbtn__elm svg {\n height: 18px;\n width: auto; }\n .rfipbtn__del {\n width: 18px;\n display: flex;\n height: 28px;\n align-items: center;\n justify-content: center;\n transition: background-color 250ms;\n cursor: pointer; }\n\n.rfipcategory {\n width: 100%;\n margin: 0 0 8px;\n position: relative; }\n .rfipcategory select {\n width: 100%;\n display: block;\n height: 32px;\n line-height: 32px;\n border-radius: 0;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n /* remove default arrow */\n transition: border 250ms, box-shadow 250ms;\n background-color: transparent !important; }\n .rfipcategory i {\n position: absolute;\n right: 2px;\n top: 0;\n font-size: 16px;\n line-height: 32px;\n z-index: -1; }\n\n.rfipdropdown {\n width: 352px;\n position: absolute;\n left: 0;\n margin-top: -1px;\n z-index: 100000001;\n border-radius: 0 1px 4px 4px; }\n .rfipdropdown .rfipicons__ibox--error {\n color: #000;\n text-transform: capitalize;\n font-size: 14px;\n font-weight: 500; }\n .rfipdropdown__selector {\n overflow: hidden;\n padding: 16px; }\n .rfipdropdown.fipappear-enter-active .rfipdropdown__selector, .rfipdropdown.fipappear-exit-active .rfipdropdown__selector {\n transition: max-height 300ms ease-out, padding 300ms ease-out;\n padding: 16px; }\n\n.rfipicons__pager {\n display: flex;\n flex-flow: row nowrap;\n height: 24px;\n line-height: 24px;\n align-items: center;\n margin-bottom: 8px; }\n\n.rfipicons__num {\n width: 100px;\n margin-right: auto; }\n\n.rfipicons__cp {\n width: 32px;\n margin-right: 8px;\n height: 24px;\n line-height: 24px;\n text-align: right; }\n\n.rfipicons__sp {\n margin-right: 8px; }\n\n.rfipicons__tp {\n margin-right: 8px; }\n\n.rfipicons__arrow {\n margin-left: auto;\n width: 56px;\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-end;\n align-items: center;\n height: 24px;\n user-select: none; }\n\n.rfipicons__right {\n margin-left: auto; }\n\n.rfipicons__left, .rfipicons__right {\n cursor: pointer;\n width: 24px;\n height: 24px;\n position: relative;\n transition: background-color 250ms, border 250ms;\n outline: 0 none;\n border-radius: 2px;\n font-size: 18px; }\n\n.rfipicons__label {\n height: 22px;\n width: 22px;\n display: flex;\n align-items: center;\n justify-content: center; }\n .rfipicons__label img {\n height: 18px;\n width: 18px; }\n\n.rfipicons__selector {\n display: flex;\n flex: 1 1 20%;\n flex-flow: row wrap;\n align-content: center;\n justify-content: flex-start; }\n\n.rfipicons__ibox {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n transition: background-color 250ms, border 250ms;\n border-radius: 2px;\n outline: 0 none;\n font-size: 20px; }\n .rfipicons__ibox img,\n .rfipicons__ibox svg {\n max-height: 24px;\n width: auto; }\n .rfipicons__ibox > * {\n transform: scale(1);\n transition: transform 250ms;\n transform-origin: center; }\n .rfipicons__ibox:hover > * {\n transform: scale(1.8); }\n .rfipicons__ibox--error {\n text-transform: lowercase;\n font-style: italic; }\n\n.rfipicons__icon {\n width: 20%;\n height: 64px;\n padding: 1px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer; }\n .rfipicons__icon--error {\n display: block;\n padding: 16px;\n text-align: center;\n font-size: 24px;\n width: 100%;\n line-height: 1; }\n\n.rfipsearch {\n width: 100%;\n margin: 0 0 8px; }\n .rfipsearch input {\n width: 100%;\n display: block;\n height: 32px;\n line-height: 32px; }\n\n.components-panel .rfipdropdown,\n.components-panel .rfipdropdown.rfipdropdown--default.fipappear-enter-done {\n left: 0;\n width: 100%; }\n\n.components-panel .rfipicons__ibox {\n font-size: 15px; }\n\n.components-panel .rfipicons__icon {\n height: 40px; }\n\n.components-panel .rfipicons__ibox:hover > * {\n -webkit-transform: scale(1.45);\n -ms-transform: scale(1.45);\n transform: scale(1.45); }\n\n.rfipdropdown--default .rfipicons__icon--selected .rfipicons__ibox svg {\n fill: #007cba; }\n\n.rfipbtn--default .rfipbtn__icon {\n color: #424242;\n height: 40px;\n border: 0; }\n\n.rfipbtn--default .rfipbtn__del {\n height: 7px;\n background-color: #007cba33;\n color: #007cba;\n font-weight: bold;\n padding: 8px 8px 10px 8px;\n border-radius: 100%;\n margin-left: 10px; }\n\n.rfipdropdown--default .rfipicons__ibox,\n.rfipdropdown--default .rfipicons__ibox:focus,\n.rfipdropdown--default .rfipicons__ibox:active,\n.rfipdropdown--default .rfipicons__ibox:hover {\n color: #424242;\n background-color: transparent;\n border: 0; }\n\n.rfipdropdown--default .rfipicons__icon--selected .rfipicons__ibox svg {\n fill: #007cba; }\n\n.rfipicons__ibox img,\n.rfipicons__ibox svg {\n width: 16px;\n height: 16px;\n max-height: 24px; }\n\n.rfipicons__ibox svg {\n fill: #585858; }\n\n/* Override default CSS - UAG */\n.uag-icon-picker .rfip {\n margin: 4px 0 0; }\n\n.uag-icon-picker .uag-control-label {\n padding-bottom: 4px;\n display: block; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.block-editor-page #wpwrap .edit-post-visual-editor a.uagb-infobox-link-wrap {\n z-index: -1;\n color: inherit; }\n\n.uagb-ifb-title-wrap .block-editor-rich-text__editable.uagb-ifb-title.rich-text {\n line-height: inherit;\n margin-top: 0; }\n\n.uagb-infobox-icon-left svg,\n.uagb-infobox-icon-right svg {\n box-sizing: content-box; }\n\n.uagb-infobox-link-wrap {\n pointer-events: none; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.uagb-cta__content-wrap.uagb-cta__icon-position-above-title {\n text-align: center; }\n\n.editor-styles-wrapper .edit-post-visual-editor a.uagb-cta__block-link-wrap {\n color: inherit; }\n\n.editor-styles-wrapper .uagb-cta__title,\n.editor-styles-wrapper .uagb-cta-separator-parent,\n.editor-styles-wrapper .uagb-cta__desc {\n margin-bottom: 10px; }\n\n.editor-styles-wrapper .uagb-cta__desc {\n margin: 0; }\n\n.editor-styles-wrapper .uagb-cta__block-link i {\n font-style: normal; }\n\n.wp-block-uagb-call-to-action.uagb-cta__outer-wrap a.uagb-cta__link-to-all {\n z-index: 0; }\n\n.editor-styles-wrapper .uagb-cta__outer-wrap .uagb-cta__buttons {\n display: inline-flex; }\n\n.editor-styles-wrapper .uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper,\n.editor-styles-wrapper .uagb-cta__outer-wrap a.uagb-cta-second__button {\n text-decoration: none;\n fill: currentColor;\n width: 100%; }\n\n.editor-styles-wrapper .uagb-cta__title[contenteditable="true"]:focus,\n.editor-styles-wrapper .uagb-cta__desc[contenteditable="true"]:focus {\n border: 2px solid var(--wp-admin-theme-color);\n border-radius: 8px; }\n\n.editor-styles-wrapper .uagb-editor-preview-mode-tablet .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap {\n flex-direction: column;\n text-align: center; }\n .editor-styles-wrapper .uagb-editor-preview-mode-tablet .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {\n width: 100%; }\n .editor-styles-wrapper .uagb-editor-preview-mode-tablet .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__link-wrapper .uagb-cta__button-wrapper {\n float: none;\n margin: 0 auto; }\n\n.editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap {\n flex-direction: column;\n text-align: center; }\n .editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {\n width: 100%; }\n .editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__link-wrapper .uagb-cta__button-wrapper {\n float: none;\n margin: 0 auto; }\n\n.editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap {\n flex-direction: column;\n text-align: center; }\n .editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {\n width: 100%; }\n .editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__link-wrapper .uagb-cta__button-wrapper {\n float: none;\n margin: 0 auto; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * Editor styles for the admin\n */\n.editor-styles-wrapper .uagb-blockquote__skin-quotation blockquote.uagb-blockquote {\n vertical-align: baseline;\n padding: 0;\n margin: 0;\n background: transparent;\n border: 0 none;\n outline: 0;\n font-size: 100%;\n font-style: normal;\n quotes: none; }\n\n.editor-styles-wrapper blockquote.uagb-blockquote {\n padding: 0;\n margin: 0; }\n\n.editor-styles-wrapper .uagb-blockquote__skin-border blockquote {\n padding-left: 10px; }\n\n.editor-styles-wrapper .uagb-blockquote__content,\n.editor-styles-wrapper cite.uagb-blockquote__author,\n.editor-styles-wrapper .uagb-blockquote__author {\n font-style: normal; }\n\n.editor-styles-wrapper .uagb-blockquote a {\n box-shadow: none;\n text-decoration: none;\n -webkit-box-shadow: none; }\n\n.editor-styles-wrapper .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button,\n.editor-styles-wrapper .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button {\n color: #fff; }\n\n.editor-styles-wrapper .uagb-blockquote__align-center a.uagb-blockquote__tweet-button {\n margin: 0 auto; }\n\n.uagb-editor-preview-mode-tablet .uagb-blockquote__stack-img-tablet footer {\n -webkit-flex-direction: column;\n -ms-flex-direction: column;\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet .uagb-blockquote__stack-img-tablet footer .uagb-blockquote__tweet-button {\n align-self: flex-start; }\n\n.uagb-editor-preview-mode-mobile .uagb-blockquote__stack-img-mobile footer {\n -webkit-flex-direction: column;\n -ms-flex-direction: column;\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile .uagb-blockquote__stack-img-mobile footer .uagb-blockquote__tweet-button {\n align-self: flex-start; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/*\n Content Timeline.\n*/\n.block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block {\n padding: 0;\n margin: 0;\n max-width: unset; }\n\n@media screen and (max-width: 1023px) {\n .block-editor-inner-blocks .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-right.uagb-timeline__events-inner-new {\n left: -15px; }\n .block-editor-inner-blocks .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-left.uagb-timeline__events-inner-new {\n right: -15px; }\n .block-editor-inner-blocks .uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-right.uagb-timeline__events-inner-new {\n right: -15px; }\n .block-editor-inner-blocks .uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left.uagb-timeline__events-inner-new {\n right: -15px; } }\n\n.edit-post-visual-editor .block-editor-block-list__block[data-type="uagb/content-timeline"] {\n padding: 15px; }\n .edit-post-visual-editor .block-editor-block-list__block[data-type="uagb/content-timeline"] .components-button svg {\n fill: #fff;\n width: 24px; }\n\n.edit-post-visual-editor .block-editor-block-list__block .uagb-timeline__outer-wrap.uagb-timeline__left-block .uagb-timeline__line {\n right: auto;\n left: 34px; }\n\n.edit-post-visual-editor .block-editor-block-list__block .uagb-timeline__outer-wrap.uagb-timeline__right-block .uagb-timeline__line {\n right: 31px;\n left: auto; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/*\n Content Timeline Child.\n*/\n#wpwrap .edit-post-visual-editor .block-editor-block-list__block[data-type="uagb/content-timeline-child"] {\n padding-left: 0;\n padding-right: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'[data-type="uagb/faq"] .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n width: auto;\n padding-right: 0;\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0; }\n\n[data-type="uagb/faq"] .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: block; }\n\n[data-type="uagb/faq"] .uagb-faq__outer-wrap {\n padding: 15px; }\n\n[data-type="uagb/faq"] .uagb-faq-layout-grid .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: grid; }\n\n[data-type="uagb/faq"] .uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .block-editor-block-list__block,\n[data-type="uagb/faq"] .uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .uagb-faq-child__outer-wrap,\n[data-type="uagb/faq"] .uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .uagb-faq-item {\n height: 100%; }\n\n[data-type="uagb/faq"] .uagb-editor-preview-mode-mobile.uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .block-editor-block-list__block,\n[data-type="uagb/faq"] .uagb-editor-preview-mode-mobile.uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .uagb-faq-child__outer-wrap,\n[data-type="uagb/faq"] .uagb-editor-preview-mode-mobile.uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .uagb-faq-item {\n height: auto; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button {\n cursor: pointer; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-questions-button {\n display: flex;\n align-items: center;\n width: auto; }\n [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-questions-button .uagb-faq-icon-wrap {\n display: flex;\n align-items: center; }\n [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-questions-button .uagb-question {\n width: 100%;\n margin-top: 0;\n margin-bottom: 0; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-content {\n margin: 0;\n border-width: 0; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item p {\n margin-bottom: 0; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon-active,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon {\n display: none; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active {\n display: flex; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-faq-content,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq__active.uagb-faq-item .uagb-faq-content {\n display: block; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-icon,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq__active.uagb-faq-item .uagb-icon {\n display: none; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-icon-active,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq__active.uagb-faq-item .uagb-icon-active {\n display: flex; }\n\n.uagb-faq-layout-grid [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-icon-active {\n display: none; }\n\n.uagb-faq-layout-grid [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-icon {\n display: none; }\n\n.uagb-faq-layout-grid [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,\n.uagb-faq-layout-grid [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active {\n display: none; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-forms__outer-wrap {\n padding: 25px; }\n .uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-form-hidden-data {\n display: none; }\n .uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-required-wrap {\n float: right; }\n .uagb-forms__outer-wrap .uagb-forms-main-form input[type="checkbox"],\n .uagb-forms__outer-wrap .uagb-forms-main-form input[type="radio"] {\n margin-top: 5px;\n margin-bottom: 5px; }\n .uagb-forms__outer-wrap .block-editor-block-list__block {\n padding: 0;\n margin: 0; }\n\n.uagb-form-notice {\n padding: 8px 10px;\n background-color: #fff8e5;\n border-left: 5px solid #ffb901;\n color: #32373c;\n font-size: 13px;\n line-height: 20px; }\n\nselect.uagb-forms-select-box.uagb-forms-input {\n max-width: 100%; }\n\n.uagb-form-emailto {\n margin-top: 10px; }\n\n.uagb-forms-recaptcha-button {\n display: block;\n width: 50%;\n margin-bottom: 15px; }\n\n[data-type="uagb/forms"] .block-editor-block-variation-picker__variations {\n display: flex;\n justify-content: center; }\n\n[data-type="uagb/forms"] .block-editor-block-variation-picker__variation.components-button.has-icon {\n width: 90px; }\n\n.uagb-forms-phone-wrap .uagb-forms-phone-flex {\n display: flex;\n width: 100%; }\n .uagb-forms-phone-wrap .uagb-forms-phone-flex .components-base-control__field {\n height: calc(100% - 8px); }\n .uagb-forms-phone-wrap .uagb-forms-phone-flex .uagb-form-phone-country {\n width: auto !important; }\n .uagb-forms-phone-wrap .uagb-forms-phone-flex .uagb-forms-phone-input {\n margin-bottom: 8px; }\n\n.uagb-forms-main-submit-button {\n border-width: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-columns__wrap::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n border: 1px dashed #03ddff;\n content: ""; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-columns__wrap::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n border: 1px dashed #03ddff;\n content: ""; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".editor-styles-wrapper .uagb-forms-phone-wrap .uagb-form-phone-country-editor {\n line-height: normal; }\n .editor-styles-wrapper .uagb-forms-phone-wrap .uagb-form-phone-country-editor .components-input-control__backdrop {\n border: none; }\n\n.editor-styles-wrapper .uagb-forms-phone-wrap .components-base-control {\n width: 30%; }\n\n.editor-styles-wrapper .uagb-forms-phone-wrap .uagb-forms-phone-input {\n width: 70%; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-forms-checkbox-wrap input[type="checkbox"],\n.uagb-form-checkbox-option input[type="checkbox"] {\n vertical-align: middle;\n margin-right: 15px; }\n\n.uagb-forms-checkbox-controls {\n margin-top: 10px; }\n\n.uagb-form-checkbox-option-delete.has-icon {\n vertical-align: middle;\n padding: 10px;\n margin: 0; }\n\n.uagb-form-checkbox-option .uagb-inner-input-view {\n margin-right: 20px; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-forms-radio-wrap input[type="radio"],\n.uagb-form-radio-option input[type="radio"] {\n vertical-align: middle;\n margin-right: 15px; }\n\n.uagb-forms-radio-controls {\n margin-top: 10px; }\n\n.uagb-form-radio-option-delete.has-icon {\n vertical-align: middle;\n padding: 10px;\n margin: 0; }\n\n.uagb-forms-main-form .uagb-inner-input-view {\n vertical-align: middle;\n width: 35% !important;\n margin: 0 10px !important; }\n\n.uagb-forms-main-form .uagb-forms-radio-wrap input[type="radio"] {\n border-radius: 50%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-forms-select-controls {\n margin-top: 10px; }\n\n.uagb-form-select-option-delete.has-icon {\n vertical-align: middle;\n padding: 10px;\n margin: 0; }\n\n.uagb-forms-main-form .uagb-inner-input-view {\n vertical-align: middle;\n width: 35% !important;\n margin: 0 10px !important; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/* The switch - the box around the slider */\n.uagb-switch {\n position: relative;\n display: inline-block;\n /* The slider */ }\n .uagb-switch input {\n width: 0;\n height: 0;\n opacity: 0; }\n .uagb-switch .uagb-slider {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n cursor: pointer;\n transition: 0.4s;\n -webkit-transition: 0.4s; }\n .uagb-switch .uagb-slider::before {\n position: absolute;\n bottom: 4px;\n left: 4px;\n background-color: #fff;\n transition: 0.4s;\n content: "";\n -webkit-transition: 0.4s; }\n\n.uagb-switch input:checked + .uagb-slider::before {\n -webkit-transform: translateX(26px);\n -ms-transform: translateX(26px);\n transform: translateX(26px); }\n\n/* Rounded sliders */\n.uagb-slider.round {\n border-radius: 34px; }\n\n.uagb-slider.round::before {\n border-radius: 50%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".components-base-control.minDate,\n.components-base-control.maxDate {\n display: inline-block;\n width: 30%; }\n\n.uagb-forms-date-invalidate {\n color: #f00;\n font-weight: 400; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-forms-editor-privacy-link .components-base-control__help {\n color: #f00; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".block-editor-block-list__block .uagb-google-map__wrap {\n padding: 25px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.editor-styles-wrapper [data-type="uagb/how-to"] .how-to-schema-notices {\n padding: 8px 10px;\n background-color: #fff8e5;\n border-left: 5px solid #ffb901;\n color: #32373c;\n font-size: 13px;\n line-height: 20px; }\n .editor-styles-wrapper [data-type="uagb/how-to"] .how-to-schema-notices ul {\n padding-bottom: 0;\n margin: 0; }\n .editor-styles-wrapper [data-type="uagb/how-to"] .how-to-schema-notices h6 {\n margin: 0;\n font-size: inherit;\n line-height: inherit; }\n .editor-styles-wrapper [data-type="uagb/how-to"] .how-to-schema-notices p {\n margin: 15px 0 0;\n color: #555d66;\n font-size: inherit; }\n\n.editor-styles-wrapper [data-type="uagb/how-to"] .wp-block {\n margin: 0;\n max-width: unset; }\n\n.wp-block-uagb-how-to .block-editor-button-block-appender {\n width: 10%;\n margin-top: 0;\n margin-left: 20px; }\n\n.editor-styles-wrapper .uagb-howto__time-wrap h3,\n.editor-styles-wrapper .uagb-howto__cost-wrap h3,\n.editor-styles-wrapper .uagb-how-to-tools__wrap h3,\n.editor-styles-wrapper .uagb-how-to-steps__wrap h3 {\n margin-top: 20px;\n margin-bottom: 20px; }\n\n.editor-styles-wrapper .uagb-howto__time-wrap p,\n.editor-styles-wrapper .uagb-howto__cost-wrap p,\n.editor-styles-wrapper .uagb-how-to-tools__wrap p,\n.editor-styles-wrapper .uagb-how-to-steps__wrap p {\n margin-top: 25px; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-step-link-all {\n height: 100%;\n width: 100%;\n top: 0;\n left: 0;\n position: absolute;\n z-index: 3;\n box-shadow: none;\n text-decoration: none;\n color: inherit; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * Editor styles for the admin\n */\n#wpwrap .edit-post-visual-editor a.uagb-icon-list__link {\n color: #3a3a3a; }\n\n#wpwrap .wp-block-uagb-icon-list .wp-block-uagb-icon-list-child span {\n cursor: text; }\n\n[data-type="uagb/icon-list"] .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n width: auto;\n padding-left: 0;\n padding-right: 0;\n margin-left: 0;\n margin-right: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-icon-list__wrap > .block-editor-inner-blocks {\n width: 100%; }\n\n.wp-block.block-editor-block-list__block[data-type="uagb/icon-list-child"] a {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: unset; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.editor-styles-wrapper [data-type="uagb/inline-notice"] .uagb-notice-title {\n margin: 0; }\n\n.editor-styles-wrapper [data-type="uagb/inline-notice"] p.block-editor-rich-text__editable.uagb-notice-text.rich-text {\n margin: 0; }\n\n.editor-styles-wrapper [data-type="uagb/inline-notice"] p.block-editor-rich-text__editable.uagb-notice-title.rich-text {\n margin-bottom: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-lottie_upload_wrap {\n padding: 50px;\n background: #eee; }\n\n.uagb-lottie_upload_wrap-controller .components-placeholder {\n box-shadow: none; }\n\n.uagb-show-notice {\n padding: 20px;\n background: #eee; }\n\n.uagb-lottie__center {\n margin: 0 auto; }\n\n.uagb-lottie__right {\n margin-left: auto; }\n\n.uagb-lottie__left {\n margin-right: auto; }\n\n.block-editor .block-editor__container .block-editor-media-flow__url-input .block-editor-link-control {\n width: auto; }\n\n.uagb-lottie-instructions__lottie-url {\n pointer-events: auto !important; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * Editor styles for the admin\n */\np.uagb-marketing-btn__prefix.block-editor-rich-text__editable {\n margin-bottom: 0 !important; }\n\n#wpwrap .edit-post-visual-editor a.uagb-marketing-btn__link {\n pointer-events: all; }\n\n.uagb-marketing-btn__align-text-center .uagb-marketing-btn__link {\n text-align: center; }\n\n.uagb-marketing-btn__align-text-left .uagb-marketing-btn__link {\n text-align: left; }\n\n.uagb-marketing-btn__align-text-right .uagb-marketing-btn__link {\n text-align: right; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uag-number-control .uagb-number-control__mobile-controls {\n align-items: center;\n display: grid;\n grid-template-columns: 75% 25%;\n color: #50575E; }\n .uag-number-control .uagb-number-control__mobile-controls .uag-control-label {\n margin-bottom: 0; }\n .uag-number-control .uagb-number-control__mobile-controls .components-number-control .components-input-control__input {\n padding: 0 4px !important;\n text-align: center; }\n .uag-number-control .uagb-number-control__mobile-controls .components-input-control__container {\n flex: 0 0 0%;\n width: 100%; }\n .uag-number-control .uagb-number-control__mobile-controls .components-number-control {\n display: grid;\n width: 88%;\n margin-left: 5px; }\n\n.uag-number-control .uagb-control__header {\n display: grid;\n grid-template-columns: 100%;\n justify-items: end;\n justify-content: end; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-post__title {\n margin-top: 15px;\n margin-bottom: 15px;\n word-break: break-word; }\n\n.uagb-post__title a {\n box-shadow: none;\n color: inherit;\n text-decoration: none;\n transition: 0.3s ease; }\n .uagb-post__title a:hover {\n text-decoration: none; }\n .uagb-post__title a:focus {\n text-decoration: none; }\n .uagb-post__title a:active {\n text-decoration: none; }\n\n.uagb-post__title a,\n.uagb-post__title a:focus,\n.uagb-post__title a:active {\n color: inherit;\n font-size: inherit; }\n\n.uagb-post__image-position-background .uagb-post__text {\n position: relative;\n z-index: 10;\n opacity: 1;\n overflow: hidden; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-post-grid-byline {\n text-transform: uppercase;\n font-size: 11px;\n letter-spacing: 1px; }\n .uagb-post-grid-byline .uagb-post__author,\n .uagb-post-grid-byline .uagb-post__date {\n display: inline-block;\n word-break: break-all; }\n .uagb-post-grid-byline .uagb-post__author:not(:last-child)::after,\n .uagb-post-grid-byline .uagb-post__date:not(:last-child)::after {\n vertical-align: middle;\n margin: 0 5px;\n line-height: 1;\n content: "\\B7"; }\n .uagb-post-grid-byline .uagb-post__author a {\n box-shadow: none; }\n .uagb-post-grid-byline .uagb-post__author a:hover {\n box-shadow: 0 -1px 0 inset;\n color: inherit; }\n .uagb-post-grid-byline .uagb-post__author span,\n .uagb-post-grid-byline .uagb-post__comment span,\n .uagb-post-grid-byline .uagb-post__taxonomy span,\n .uagb-post-grid-byline .uagb-post__date span {\n width: inherit;\n height: inherit;\n margin-right: 4px;\n font-size: inherit;\n line-height: inherit; }\n\n.uagb-post__taxonomy div {\n display: inline-block; }\n\n.uagb-post-grid-byline a,\n.uagb-post-grid-byline a:focus,\n.uagb-post-grid-byline a:active {\n color: inherit;\n font-size: inherit; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-post__image-position-background .uagb-post__image img {\n position: absolute;\n top: 50%;\n left: 50%;\n width: auto;\n height: auto;\n max-width: none;\n min-width: 100%;\n min-height: 100%;\n transform: translate(-50%, -50%); }\n\n.uagb-post__image-position-background .uagb-post__image {\n position: absolute;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n text-align: center;\n overflow: hidden;\n top: 0;\n left: 0;\n z-index: 2;\n width: 100%;\n height: 100%; }\n\n.uagb-post__image-position-background .uagb-post__image::before {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n width: 100%;\n height: 100%;\n background-color: rgba(255, 255, 255, 0.5);\n content: ""; }\n\n.uagb-post__image img {\n display: block;\n width: 100%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-post__cta {\n display: inline-block;\n margin-bottom: 15px;\n background: none;\n border-color: #3b3b3b;\n border-style: none;\n border-width: 1px;\n border-radius: 0;\n color: #fff; }\n .uagb-post__cta a.uagb-text-link.wp-block-button__link {\n cursor: pointer; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * Editor styles for the admin\n */\n.editor-styles-wrapper .uagb-post-grid:not(.wp-block-uagb-post-grid) .uagb-post__inner-wrap {\n background-clip: content-box !important; }\n\n.editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode {\n margin: 20px; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode [data-type="uagb/post-meta"] span,\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode [data-type="uagb/post-meta"] time {\n margin-right: 10px;\n font-weight: 500; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode .block-editor-block-list__block {\n margin-bottom: 25px; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode .block-editor-block-list__block .uagb-post__taxonomy {\n font-size: unset; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode .block-editor-block-list__block .uagb-post__image {\n width: 50%; }\n\n.editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy {\n flex-wrap: nowrap; }\n\n.editor-styles-wrapper .uagb-post-grid .uagb-block-all-post__actions {\n margin: 20px; }\n\n.editor-styles-wrapper .uagb-post-grid h2 a {\n text-decoration: none; }\n\n.editor-styles-wrapper .uagb-post-grid a {\n cursor: default;\n pointer-events: none; }\n\n.editor-styles-wrapper .uagb-post-grid .wp-block-uagb-post-grid article {\n pointer-events: visible; }\n\n.editor-styles-wrapper .uagb-post-grid .uagb-post__load-more-wrap {\n width: 100%; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button {\n cursor: pointer;\n pointer-events: visible; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__load-more-wrap a {\n color: inherit; }\n\n.editor-styles-wrapper .uagb-post-grid .wp-block-uagb-post-grid:last-child .uagb-post-pagination-wrap {\n grid-column: 1 / -1; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-1 article {\n width: 100%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-2 article {\n width: 50%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-3 article {\n width: 33.2%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-4 article {\n width: 25%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-5 article {\n width: 20%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-6 article {\n width: 16.66%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-7 article {\n width: 14.28%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-8 article {\n width: 12.5%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet.wp-block-uagb-post-grid.uagb-post__columns-tablet-1 {\n grid-template-columns: auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet.wp-block-uagb-post-grid.uagb-post__columns-tablet-2 {\n grid-template-columns: auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet.wp-block-uagb-post-grid.uagb-post__columns-tablet-3 {\n grid-template-columns: auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet.wp-block-uagb-post-grid.uagb-post__columns-tablet-4 {\n grid-template-columns: auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet.wp-block-uagb-post-grid.uagb-post__columns-tablet-5 {\n grid-template-columns: auto auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet.wp-block-uagb-post-grid.uagb-post__columns-tablet-6 {\n grid-template-columns: auto auto auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet.wp-block-uagb-post-grid.uagb-post__columns-tablet-7 {\n grid-template-columns: auto auto auto auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet.wp-block-uagb-post-grid.uagb-post__columns-tablet-8 {\n grid-template-columns: auto auto auto auto auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-1 article {\n width: 100%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-2 article {\n width: 50%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-3 article {\n width: 33.2%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-4 article {\n width: 25%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-5 article {\n width: 20%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-6 article {\n width: 16.66%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-7 article {\n width: 14.28%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-8 article {\n width: 12.5%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile.wp-block-uagb-post-grid.uagb-post__columns-mobile-1 {\n grid-template-columns: auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile.wp-block-uagb-post-grid.uagb-post__columns-mobile-2 {\n grid-template-columns: auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile.wp-block-uagb-post-grid.uagb-post__columns-mobile-3 {\n grid-template-columns: auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile.wp-block-uagb-post-grid.uagb-post__columns-mobile-4 {\n grid-template-columns: auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile.wp-block-uagb-post-grid.uagb-post__columns-mobile-5 {\n grid-template-columns: auto auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile.wp-block-uagb-post-grid.uagb-post__columns-mobile-6 {\n grid-template-columns: auto auto auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile.wp-block-uagb-post-grid.uagb-post__columns-mobile-7 {\n grid-template-columns: auto auto auto auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile.wp-block-uagb-post-grid.uagb-post__columns-mobile-8 {\n grid-template-columns: auto auto auto auto auto auto auto auto; }\n\n.editor-styles-wrapper .uagb-post-grid:not(.is-grid).uagb-post__items {\n display: flex;\n -ms-flex-wrap: wrap;\n -webkit-flex-wrap: wrap;\n flex-wrap: wrap; }\n\n.editor-styles-wrapper .uagb-post-grid.is_grid {\n display: grid; }\n\n.block-editor-page #wpwrap .edit-post-visual-editor .slick-dots {\n padding-left: 0; }\n .block-editor-page #wpwrap .edit-post-visual-editor .slick-dots button {\n color: transparent; }\n\n.block-editor-page #wpwrap .edit-post-visual-editor .uagb-post__image-position-background .uagb-post__image img {\n position: absolute;\n top: 50%;\n left: 50%;\n width: auto;\n height: auto;\n max-width: none;\n min-width: 100%;\n min-height: 100%;\n transform: translate(-50%, -50%);\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%); }\n\n.editor-styles-wrapper .is-root-container.edit-site-block-editor__block-list.wp-site-blocks .is-masonry {\n height: initial !important; }\n\n.editor-styles-wrapper [data-type="uagb/post-carousel"] {\n width: 100%; }\n\n.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-post-grid .uagb-post__inner-wrap p {\n margin-bottom: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.edit-post-visual-editor .block-editor-block-list__block .uagb-timeline__field {\n margin: 0; }\n .edit-post-visual-editor .block-editor-block-list__block .uagb-timeline__field a {\n text-decoration: none;\n font-size: inherit;\n margin: 0; }\n\n.edit-post-visual-editor .block-editor-block-list__block a {\n pointer-events: none; }\n\n.uagb-editor-preview-mode-tablet.uagb-timeline .uagb-timeline__image img,\n.uagb-editor-preview-mode-mobile.uagb-timeline .uagb-timeline__image img {\n max-width: 100%; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.editor-styles-wrapper [data-type="uagb/restaurant-menu"].block-editor-block-list__block {\n display: flex;\n width: 100%; }\n\n.editor-styles-wrapper .wp-block-uagb-restaurant-menu {\n width: 100%;\n display: block;\n /*\n\t\t/* Responsive for price-list on tablet in editor\n\t\t*/\n /*\n\t\t/* Responsive for price-list on mobile in editor\n\t\t*/ }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .block-editor-block-list__layout {\n display: grid; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__title {\n margin-top: 0; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__separator {\n margin-bottom: 10px; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__price.rich-text {\n min-width: fit-content !important; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content {\n padding-left: unset;\n padding-right: unset;\n display: inline-flex; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__desc,\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__desc.block-editor-rich-text__editable {\n margin-bottom: 15px; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-desktop.uagb-rm__desk-column-1 .block-editor-block-list__layout {\n grid-template-columns: auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-desktop.uagb-rm__desk-column-2 .block-editor-block-list__layout {\n grid-template-columns: auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-desktop.uagb-rm__desk-column-3 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-desktop.uagb-rm__desk-column-4 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet .uagb-rm__content .uagb-rm-details .uagb-rm__title {\n display: contents; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet.uagb-rm__tablet-column-1 .block-editor-block-list__layout {\n grid-template-columns: auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet.uagb-rm__tablet-column-2 .block-editor-block-list__layout {\n grid-template-columns: auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet.uagb-rm__tablet-column-3 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet.uagb-rm__tablet-column-4 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile .uagb-rm__content .uagb-rm-details .uagb-rm__title {\n display: contents; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile.uagb-rm__mcolumn-1 .block-editor-block-list__layout {\n grid-template-columns: auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile.uagb-rm__mcolumn-2 .block-editor-block-list__layout {\n grid-template-columns: auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile.uagb-rm__mcolumn-3 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile.uagb-rm__mcolumn-4 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto auto; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.editor-styles-wrapper [data-type="uagb/review"] .uagb_review_entry div:nth-child(2) {\n min-width: unset !important;\n display: flex;\n flex-direction: row-reverse; }\n\n.editor-styles-wrapper [data-type="uagb/review"] .rating-schema-notices {\n padding: 8px 10px;\n background-color: #fff8e5;\n border-left: 5px solid #ffb901;\n color: #32373c;\n font-size: 13px;\n line-height: 20px; }\n .editor-styles-wrapper [data-type="uagb/review"] .rating-schema-notices ul {\n padding-bottom: 0;\n margin: 0; }\n .editor-styles-wrapper [data-type="uagb/review"] .rating-schema-notices h6 {\n margin: 0;\n font-size: inherit;\n line-height: inherit; }\n .editor-styles-wrapper [data-type="uagb/review"] .rating-schema-notices p {\n margin: 15px 0 0;\n color: #555d66;\n font-size: inherit; }\n\n.editor-styles-wrapper [data-type="uagb/review"] .uagb_review_add_entry.dashicons.dashicons-plus-alt {\n left: 50%;\n width: 100%; }\n\n.editor-styles-wrapper [data-type="uagb/review"] .uagb_review_average_stars,\n.editor-styles-wrapper [data-type="uagb/review"] .uagb_review_entry .dashicons-trash {\n float: right;\n margin-left: 50px; }\n @media screen and (max-width: 976px) {\n .editor-styles-wrapper [data-type="uagb/review"] .uagb_review_average_stars,\n .editor-styles-wrapper [data-type="uagb/review"] .uagb_review_entry .dashicons-trash {\n margin-left: 25px; } }\n @media screen and (max-width: 768px) {\n .editor-styles-wrapper [data-type="uagb/review"] .uagb_review_average_stars,\n .editor-styles-wrapper [data-type="uagb/review"] .uagb_review_entry .dashicons-trash {\n margin-left: 15px; } }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * Editor styles for the admin\n */\n#wpwrap .edit-post-visual-editor a.uagb-ss__link {\n color: #3a3a3a; }\n\n.uagb-social-share__layout-vertical .uagb-social-share__outer-wrap > .block-editor-inner-blocks {\n width: 100%; }\n\n[data-type="uagb/social-share"] .uagb-social-share__layout-horizontal .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex; }\n\n[data-type="uagb/social-share"] .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n width: auto;\n padding-right: 0;\n padding-left: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-social-share__layout-vertical .block-list-appender {\n width: 60px;\n margin-top: 28px; }\n\n.uagb-social-share__layout-horizontal .block-list-appender {\n margin-top: 0;\n margin-left: 20px; }\n\n.uagb-ss-repeater a.uagb-ss__link {\n pointer-events: none; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".wp-block-uagb-star-rating .block-editor-rich-text__editable.uag-star-rating__title {\n margin: 0;\n margin-right: 10px; }\n\n.wp-block-uagb-star-rating p.block-editor-rich-text__editable.uag-star-rating__title {\n margin-bottom: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * Editor styles for the admin\n */\n.uagb-toc__list > p {\n color: #666;\n font-size: 13px;\n font-style: italic; }\n\n.block-editor-page .uagb-toc__scroll-top {\n position: fixed;\n right: 343px;\n bottom: 50px;\n display: none;\n padding: 10px;\n background: #ccd0d4;\n cursor: pointer;\n font-size: 1rem;\n line-height: 1.85714285714286; }\n .block-editor-page .uagb-toc__scroll-top svg {\n width: 1.6em;\n height: 0.6em;\n margin-left: 0;\n transform: translate(0, -20%) rotate(180deg);\n fill: currentColor; }\n .block-editor-page .uagb-toc__scroll-top.uagb-toc__show-scroll {\n display: inline-table; }\n\n.uagb-light-font-weight {\n font-weight: 400; }\n\n.block-editor-block-list__block .wp-block-uagb-table-of-contents ol.uagb-toc__list li.uagb-toc__list ul,\n.block-editor-block-list__block .wp-block-uagb-table-of-contents ol.uagb-toc__list ul.uagb-toc__list ul {\n list-style-type: circle; }\n\n.block-editor-block-list__block .wp-block-uagb-table-of-contents ol.uagb-toc__list > ul,\n.block-editor-block-list__block .wp-block-uagb-table-of-contents ol.uagb-toc__list > li {\n list-style-type: disc; }\n\n.block-editor-block-list__block .wp-block-uagb-table-of-contents .uagb-toc__wrap {\n box-sizing: border-box; }\n\nol.uagb-toc__list {\n margin-top: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".editor-styles-wrapper .uagb-tabs__wrap .uagb-tabs-editor-controls {\n position: absolute;\n top: -24px;\n background: #000;\n padding: 2px;\n left: 50%;\n transform: translateX(-50%);\n display: none; }\n\n.editor-styles-wrapper .uagb-tabs__wrap span.uagb-tabs__remove {\n color: #fff;\n cursor: pointer;\n z-index: 1; }\n\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tabs__icon {\n align-self: start; }\n\n.editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab {\n position: relative; }\n .editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab a.uagb-tabs-list p.block-editor-rich-text__editable.rich-text {\n margin-bottom: 0; }\n .editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab a.uagb-tabs__icon-position-left {\n display: inline-flex; }\n .editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab a.uagb-tabs__icon-position-right {\n display: inline-flex; }\n\n.editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab:hover span.uagb-tabs__remove {\n display: block; }\n\n.editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab.uagb-tabs__add-tab {\n cursor: pointer;\n display: block; }\n .editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab.uagb-tabs__add-tab > span {\n width: auto;\n height: auto;\n padding: 6px 12px; }\n\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tab-item__move-forward,\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tab-item__move-back {\n color: #fff;\n cursor: pointer;\n z-index: 1; }\n\n.editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab:hover .uagb-tabs-editor-controls {\n display: flex; }\n\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tab.uagb-tabs__add-tab > span {\n width: auto;\n height: auto;\n padding: 6px 12px; }\n\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tab.uagb-tabs__add-tab .dashicon {\n vertical-align: middle; }\n\n.editor-styles-wrapper .uagb-tabs__wrap ul.uagb-tabs__panel {\n margin-top: 12px; }\n .editor-styles-wrapper .uagb-tabs__wrap ul.uagb-tabs__panel p {\n margin: 0; }\n\n.uag-advance-panel-body-layout .uagb-responsive-select-control .uagb-size-type-field-tabs {\n grid-template-columns: 40% 60%; }\n\n.edit-post-visual-editor .uagb-tabs__wrap .block-editor-button-block-appender {\n display: none; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: row; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tab {\n margin: 10px 10px 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tabs__body-wrap {\n margin-bottom: 20px; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: row;\n margin-bottom: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tab {\n margin: 10px 10px -1px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet p {\n margin: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: row;\n margin-bottom: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab {\n margin: 10px 10px 0 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: row;\n margin-bottom: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab {\n margin: 10px 10px 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab {\n padding: 6px 12px;\n margin: 10px 10px 10px 10px;\n width: 100%;\n text-align: center; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet {\n flex-direction: row; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tab {\n margin: 0 10px 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet {\n flex-direction: row; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tab {\n margin: 10px 10px 0 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet {\n flex-direction: row;\n display: flex; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: grid;\n flex-grow: 1;\n min-width: 25%;\n max-width: 25%;\n justify-content: normal; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab {\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet {\n flex-direction: row;\n display: flex; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab {\n margin: 0 10px 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet {\n flex-direction: row; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab {\n padding: 6px 12px;\n margin: 10px 10px 10px 10px;\n text-align: center; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: row;\n flex-grow: 1; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tab {\n margin: 10px 10px 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tabs__body-wrap {\n flex-direction: row; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: row;\n flex-grow: 1;\n border-bottom: 1px solid #b3b6b9; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tab {\n margin: 10px 10px -1px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tabs__body-wrap {\n flex-direction: row; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-grow: 1;\n margin-bottom: 0;\n flex-direction: row;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab {\n margin: 10px 10px 0 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tabs__body-wrap {\n flex-direction: row; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n flex-direction: row;\n display: flex;\n flex-grow: 1; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab {\n margin: 10px 10px 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-grow: 1;\n flex-direction: row;\n justify-content: space-between;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab {\n padding: 6px 12px;\n margin: 10px 10px 10px 10px;\n text-align: center;\n width: 100%; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile,\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile {\n flex-direction: row; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel,\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tab,\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tab {\n margin: 0 10px 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tab p,\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tab p {\n margin: -9px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap,\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile {\n flex-direction: row; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tab {\n margin: 10px 10px 0 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile {\n flex-direction: row;\n display: flex; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab {\n margin: 0 10px 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tab {\n padding: 6px 12px;\n margin: 10px 10px 10px 10px;\n text-align: center; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 35%;\n margin: 0;\n padding: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 60%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel {\n margin: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n max-width: 100%;\n flex-grow: unset; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab {\n width: -webkit-fill-available;\n margin: 0 0 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack1-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: unset;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab {\n margin: 0 0 10px 0;\n padding: 6px 12px;\n width: -webkit-fill-available; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack2-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel {\n margin: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n max-width: 100%;\n flex-grow: unset;\n width: 100%; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab {\n width: -webkit-fill-available;\n margin: 0 0 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack3-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile {\n margin: auto; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n max-width: 100%;\n flex-grow: unset;\n width: 100%;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab {\n width: -webkit-fill-available;\n padding: 6px 12px;\n margin: 0 0 10px 0;\n text-align: center; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-tax-not-available {\n padding: 10px;\n border: 1px solid;\n text-align: center; }\n\n.uagb-layout-list .uagb-list-wrap {\n margin: 0; }\n\n.uagb-list-display-style-group {\n margin-bottom: 20px !important; }\n\n.uagb-layout-grid a:-webkit-any-link {\n text-decoration: none; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.block-editor-page #wpwrap .edit-post-visual-editor ul.uagb-team__social-list {\n display: flex;\n padding: 0;\n margin: 0;\n list-style: none; }\n\n.block-editor-page #wpwrap .edit-post-visual-editor .uagb-team__social-icon a {\n color: #333; }\n\n.wp-block-uagb-team .components-button:focus:enabled,\n.wp-block-uagb-team .components-button {\n box-shadow: none;\n background: transparent;\n border: none; }\n\n.wp-block-uagb-team p.uagb-team__desc.block-editor-rich-text__editable {\n margin: 0 0 10px; }\n\n.block-editor-rich-text__editable.uagb-team__title {\n margin-top: 0; }\n\n.wp-block-uagb-team {\n margin-top: 20px;\n margin-bottom: 20px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.gutenberg-editor-page #wpwrap ul.slick-dots {\n margin: 0 auto; }\n\n#wpwrap .edit-post-visual-editor button.slick-arrow {\n line-height: 16px; }\n\n.uagb-tm__desc,\n.editor-block-list__layout .uagb-tm__desc.block-editor-rich-text__editable {\n margin-bottom: 15px; }\n\n.uagb-tm__author-name,\n.editor-block-list__layout .uagb-tm__author-name.block-editor-rich-text__editable {\n margin-bottom: 5px;\n font-size: 30px;\n line-height: 16px; }\n\n#wpwrap .edit-post-visual-editor ul.slick-dots {\n margin: 0;\n padding: 0; }\n\n.wp-block-uagb-testimonial.uagb-editor-preview-mode-tablet.uagb-slick-carousel .slick-slide,\n.wp-block-uagb-testimonial.uagb-editor-preview-mode-mobile.uagb-slick-carousel .slick-slide {\n height: auto; }\n\n.wp-block-uagb-testimonial.uagb-editor-preview-mode-tablet.uagb-slick-carousel ul.slick-dots,\n.wp-block-uagb-testimonial.uagb-editor-preview-mode-mobile.uagb-slick-carousel ul.slick-dots {\n padding-left: 0; }\n\n.editor-styles-wrapper [data-type="uagb/testimonial"] {\n width: 100%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".edit-post-visual-editor .wp-block-gallery.uag-masonry {\n /* For Backword */\n /* End Backword */ }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry ul.blocks-gallery-grid {\n column-count: 4;\n column-gap: 1em;\n display: block; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry ul.blocks-gallery-grid li.blocks-gallery-item {\n display: block;\n grid-template-rows: 1fr auto;\n margin: 0 0 1em 0;\n break-inside: avoid;\n width: unset; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry.blocks-gallery-grid {\n column-count: 3;\n column-gap: 1em;\n display: block; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry.blocks-gallery-grid figure.wp-block-image:not(#individual-image) {\n display: block;\n grid-template-rows: 1fr auto;\n margin: 0 0 1em 0;\n break-inside: avoid;\n width: unset; }\n\n.uag-copy-paste-styles-popover .components-menu-item__shortcut {\n white-space: nowrap; }\n\n.uag-copy-paste-styles-popover .components-menu-item__item {\n min-width: 100%;\n justify-content: space-around; }\n\n.uag-copy-paste-styles-popover .components-popover__content {\n border: 1px solid #1e1e1e;\n box-shadow: none; }\n\n.uag-copy-paste-styles-popover .components-button {\n padding: 10px;\n justify-content: center; }\n\n.uag-hide-desktop,\n.uagb-editor-preview-at-desktop.uag-hide-desktop,\n.uagb-editor-preview-at-tablet.uag-hide-tab,\n.uagb-editor-preview-at-mobile.uag-hide-mob {\n display: inherit;\n background: -o-repeating-linear-gradient(325deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px);\n background: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px);\n border: 1px solid rgba(0, 0, 0, 0.02); }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.uagb-columns__wrap::before {\n content: "";\n position: absolute;\n border: 1px dashed #03ddff;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1; }\n\n.uagb-columns__edit-active.uagb-columns__wrap::before {\n border-color: #035cff; }\n\n.editor-bg-image-control .components-button,\n.editor-bg-video-control .components-button {\n vertical-align: middle; }\n\n.uagb-editor-preview-mode-tablet.uagb-columns__stack-tablet .block-editor-block-list__layout {\n flex-direction: column; }\n\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-tablet .block-editor-block-list__layout {\n flex-direction: column; }\n\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-mobile .block-editor-block-list__layout {\n flex-direction: column; }\n\n.editor-bg-image-control .components-button:last-child,\n.editor-bg-video-control .components-button:last-child {\n margin-left: 10px; }\n\n.uagb-columns__wrap > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n flex-wrap: nowrap; }\n\n.uagb-columns__wrap > .uagb-columns__inner-wrap > .block-editor-inner-blocks,\n.uagb-columns__wrap > .block-editor-block-list__layout {\n width: 100%;\n z-index: 2; }\n\n.uagb-columns__columns-1 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 100%; }\n\n.uagb-columns__columns-2 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 50%; }\n\n.uagb-columns__columns-3 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 33.33%; }\n\n.uagb-columns__columns-4 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 25%; }\n\n.uagb-columns__columns-5 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 20%; }\n\n.uagb-columns__columns-6 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 16.66%; }\n\n.wp-block-uagb-columns .block-editor-block-list__layout {\n margin-left: 0;\n margin-right: 0; }\n .wp-block-uagb-columns .block-editor-block-list__layout .editor-block-list__block {\n max-width: none !important; }\n\n.block-editor-block-list__block[data-type="uagb/columns"] {\n clear: both; }\n\n.block-editor-block-list__block[data-align="center"][data-type="uagb/columns"] {\n text-align: inherit; }\n\n.block-editor-block-list__block[data-type="uagb/column"] > .editor-block-contextual-toolbar {\n top: 38px;\n transform: translateY(-38px);\n margin-left: -29px;\n margin-right: -29px; }\n\n.block-editor-block-list__block[data-type="uagb/column"] > .editor-block-list__insertion-point {\n top: 0;\n margin-top: 0; }\n\n.wp-block-uagb-columns.uagb-columns__valign-center > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] {\n display: flex;\n flex-direction: column;\n justify-content: center; }\n\n.wp-block-uagb-columns.uagb-columns__valign-bottom > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] {\n display: flex;\n flex-direction: column;\n justify-content: flex-end; }\n\n.block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit {\n margin-left: 14px;\n margin-right: 14px; }\n .block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit > div:not(.editor-block-contextual-toolbar) {\n width: 100%; }\n .block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit > .editor-block-contextual-toolbar {\n position: absolute;\n top: 0;\n transform: translateY(-39px); }\n\n.wp-block-uagb-columns > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] > .block-editor-block-list__block-edit::before {\n bottom: 0;\n top: 0; }\n\n.block-editor-block-list__block[data-align="full"] .wp-block-uagb-columns {\n padding-left: 15px;\n padding-right: 15px; }\n\n.wp-block-uagb-columns {\n position: relative;\n z-index: 10;\n margin: 0 auto;\n display: flex;\n flex-direction: column; }\n .wp-block-uagb-columns > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n flex-wrap: nowrap;\n justify-content: space-between;\n margin-left: auto;\n margin-right: auto; }\n .wp-block-uagb-columns > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] {\n display: flex;\n flex-direction: column;\n max-width: none;\n margin-top: 0;\n margin-bottom: 0; }\n .wp-block-uagb-columns > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] .block-editor-block-list__block-edit {\n flex-basis: 100%; }\n\n.wp-block-uagb-columns.uagb-columns__valign-center > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] > .block-editor-block-list__block-edit {\n align-items: center;\n display: flex; }\n\n.wp-block-uagb-columns.uagb-columns__valign-bottom > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] > .block-editor-block-list__block-edit {\n align-items: flex-end;\n display: flex; }\n\n.wp-block-uagb-column {\n width: 100%; }\n\n.block-editor-block-list__layout .block-editor-block-list__block[data-align="full"][data-type="uagb/columns"] {\n margin-left: 0;\n margin-right: 0; }\n\n.edit-post-visual-editor .editor-writing-flow .block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit {\n margin-left: 0;\n margin-right: 0; }\n\n.block-editor-block-list__layout .uagb-column__wrap {\n z-index: unset;\n overflow: visible; }\n\n.edit-post-visual-editor .uagb-editor-preview-mode-mobile .block-editor-block-list__block[data-type="uagb/column"] .block-editor-block-list__block-edit {\n padding-left: 0;\n padding-right: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-columns__reverse-tablet.uagb-columns__stack-none > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-tablet.uagb-columns__stack-none > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-mobile.uagb-columns__stack-none > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-tablet.uagb-columns__reverse-tablet.uagb-columns__stack-mobile > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {\n flex-direction: row-reverse; }\n\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-mobile.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-tablet.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-tablet.uagb-columns__stack-mobile > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-mobile.uagb-columns__stack-mobile > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-tablet.uagb-columns__reverse-tablet.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {\n flex-direction: column-reverse; }\n\n/* for editor preview */\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-mobile > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block[data-type="uagb/column"],\n.uagb-editor-preview-mode-tablet.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block[data-type="uagb/column"],\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block[data-type="uagb/column"] {\n width: 100% !important; }\n\n.block-editor-block-list__block[data-type="uagb/columns"] > .block-editor-block-list__block-edit::before {\n pointer-events: inherit; }\n\n.block-editor-block-list__block[data-type="uagb/columns"] > .editor-block-list__insertion-point {\n height: 16px; }\n .block-editor-block-list__block[data-type="uagb/columns"] > .editor-block-list__insertion-point .editor-block-list__insertion-point-inserter {\n height: 16px; }\n\n.uagb-columns-variation-picker .components-placeholder.is-medium .components-placeholder__fieldset .components-placeholder__instructions {\n display: inline-block; }\n\n.uagb-columns-variation-picker .components-placeholder__instructions {\n width: 100%;\n text-align: center; }\n\n.uagb-columns-variation-picker .components-button,\n.uagb-columns-variation-picker .components-button:hover:not(:disabled) {\n box-shadow: none;\n outline: none; }\n .uagb-columns-variation-picker .components-button svg,\n .uagb-columns-variation-picker .components-button:hover:not(:disabled) svg {\n width: 100px;\n height: 50px;\n color: #d5dadf; }\n\n.uagb-columns-variation-picker .components-button:hover:not(:disabled) {\n color: #9eaab5; }\n\n.uagb-columns-variation-picker .block-editor-block-variation-picker__skip .components-button {\n color: #0073aa; }\n\n.uagb-columns-variation-picker .components-placeholder {\n align-items: center; }\n .uagb-columns-variation-picker .components-placeholder .components-placeholder__label {\n font-size: 22px;\n font-weight: 500; }\n .uagb-columns-variation-picker .components-placeholder .components-placeholder__label .dashicon {\n display: none; }\n\n.uagb-columns-variation-picker .block-editor-block-variation-picker__variation::before {\n padding-bottom: 0; }\n\n.uagb-columns-variation-picker .components-placeholder__fieldset {\n align-items: center; }\n\n.uagb-columns-variation-picker .block-editor-block-variation-picker__variations {\n justify-content: center;\n width: 50%; }\n .uagb-columns-variation-picker .block-editor-block-variation-picker__variations > li {\n margin: 8px 30px 0 0;\n width: 80px; }\n\n@media screen and (max-width: 976px) {\n .uagb-columns-variation-picker .components-placeholder__fieldset {\n max-width: 100%; }\n .uagb-columns-variation-picker ul.block-editor-block-variation-picker__variations {\n justify-content: center;\n column-gap: 35px; } }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.uagb-section__wrap::before {\n position: absolute;\n top: -1px;\n right: -1px;\n bottom: -1px;\n left: -1px;\n z-index: 0;\n border: 1px dashed #03ddff;\n content: ""; }\n\n.uagb-section__edit-active.uagb-section__wrap::before {\n border-color: #035cff; }\n\n.editor-bg-image-control .components-button,\n.editor-bg-video-control .components-button {\n vertical-align: middle; }\n\n.editor-bg-image-control .components-button:last-child,\n.editor-bg-video-control .components-button:last-child {\n margin-left: 10px; }\n\n.editor-block-list__layout .editor-block-list__block[data-align="full"][data-type="uagb/section"] {\n margin-right: 0;\n margin-left: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.wp-block[data-type="uagb/column"]::before {\n content: "";\n position: absolute;\n border: 1px dashed #a3aeb6;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 0;\n width: 100%;\n height: 100%; }\n\n.is-selected.wp-block[data-type="uagb/column"]::before {\n border-color: #59646c; }\n\n.editor-bg-image-control .components-button,\n.editor-bg-video-control .components-button {\n vertical-align: middle; }\n\n.editor-bg-image-control .components-button:last-child,\n.editor-bg-video-control .components-button:last-child {\n margin-left: 10px; }\n\n.wp-block[data-type="uagb/column"] .block-editor-block-list__block-edit {\n height: 100%; }\n\n.uagb-column__inner-wrap .block-editor-block-list__block {\n margin-left: 0;\n margin-right: 0; }\n\n.wp-block-uagb-column.uagb-column__wrap .uagb-column__inner-wrap,\n.wp-block-uagb-column.uagb-column__wrap .block-editor-inner-blocks {\n width: 100%;\n margin-left: auto;\n margin-right: auto;\n position: relative;\n z-index: 2; }\n\n.edit-post-visual-editor .uagb-column__inner-wrap .block-editor-block-list__block > .editor-block-mover {\n left: -30px; }\n\n@media (max-width: 449px) {\n .block-editor-page #wpwrap .uagb-columns__inner-wrap .block-editor-block-list__block {\n background-attachment: scroll !important; } }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.wp-block-uagb-cf7-styler.uagb-editor-preview-mode-tablet, .wp-block-uagb-cf7-styler.uagb-editor-preview-mode-mobile {\n margin: 20px; }\n\n.wp-block-uagb-cf7-styler .wpcf7 form {\n position: relative; }\n\n.wp-block-uagb-cf7-styler .wpcf7 form > div,\n.wp-block-uagb-cf7-styler .wpcf7 form > p {\n margin-bottom: 1.2em; }\n\n.wp-block-uagb-cf7-styler .wpcf7 .wpcf7-form-control-wrap {\n display: block;\n width: 100%; }\n\n.wp-block-uagb-cf7-styler .wpcf7 input:not([type="submit"]):focus,\n.wp-block-uagb-cf7-styler .wpcf7 select:focus,\n.wp-block-uagb-cf7-styler .wpcf7 textarea:focus {\n box-shadow: none;\n background: #fff;\n border-color: #eaeaea;\n outline: 0;\n -webkit-box-shadow: none; }\n\n.wp-block-uagb-cf7-styler .wpcf7 input:not([type="submit"]),\n.wp-block-uagb-cf7-styler .wpcf7 select,\n.wp-block-uagb-cf7-styler .wpcf7 textarea {\n width: 100%;\n padding: 0.75em; }\n\n.wp-block-uagb-cf7-styler .wpcf7 input[type="file"] {\n height: auto;\n box-shadow: none;\n box-sizing: border-box;\n background: #fafafa;\n border-color: #eaeaea;\n border-style: solid;\n border-width: 1px;\n border-radius: 2px;\n color: #666;\n transition: all 0.2s linear;\n -webkit-border-radius: 2px;\n -webkit-box-shadow: none;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-transition: all 0.2s linear; }\n\n.wp-block-uagb-cf7-styler .wpcf7 input[type="checkbox"],\n.wp-block-uagb-cf7-styler .wpcf7 input[type="radio"] {\n display: none;\n vertical-align: middle;\n width: 1.4em;\n height: 1.2em;\n min-width: 1.4em;\n padding: 0;\n margin: -3px 4px 0 0;\n background: #e9eef2;\n border-radius: 0.2em;\n outline: 0;\n cursor: pointer;\n color: #555;\n text-align: center;\n line-height: 0;\n transition: all 0.2s linear;\n clear: none;\n -webkit-border-radius: 0.2em;\n -webkit-transition: all 0.2s linear; }\n\n.wp-block-uagb-cf7-styler .wpcf7 .wpcf7-validation-errors {\n border-color: #f00; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 {\n padding: 0;\n margin: 0; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .screen-reader-response {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: 0;\n border: 0;\n overflow: hidden;\n clip: rect(1px, 1px, 1px, 1px); }\n\n.wp-block-uagb-cf7-styler div.wpcf7-response-output {\n padding: 0.2em 1em;\n margin: 2em 0.5em 1em; }\n\n.wp-block-uagb-cf7-styler div.wpcf7-mail-sent-ok {\n border: 2px solid #398f14; }\n\n.wp-block-uagb-cf7-styler div.wpcf7-mail-sent-ng,\n.wp-block-uagb-cf7-styler div.wpcf7-aborted {\n border: 2px solid #f00; }\n\n.wp-block-uagb-cf7-styler div.wpcf7-spam-blocked {\n border: 2px solid #ffa500; }\n\n.wp-block-uagb-cf7-styler div.wpcf7-validation-errors,\n.wp-block-uagb-cf7-styler div.wpcf7-acceptance-missing {\n border: 2px solid #f7e700; }\n\n.wp-block-uagb-cf7-styler .wpcf7-form-control-wrap {\n position: relative; }\n\n.wp-block-uagb-cf7-styler span.wpcf7-not-valid-tip {\n display: block;\n color: #f00;\n font-size: 0.9em;\n font-weight: 400; }\n\n.wp-block-uagb-cf7-styler .use-floating-validation-tip span.wpcf7-not-valid-tip {\n position: absolute;\n top: 20%;\n left: 20%;\n z-index: 100;\n padding: 0.1em 0.5em;\n background: #fff;\n border: 1px solid #f00; }\n\n.wp-block-uagb-cf7-styler span.wpcf7-list-item {\n display: inline-block;\n margin: 0 1em 0 0; }\n\n.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::before,\n.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::after {\n content: " "; }\n\n.wp-block-uagb-cf7-styler .wpcf7-display-none {\n display: none; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .ajax-loader {\n display: inline-block;\n vertical-align: middle;\n width: 16px;\n height: 16px;\n padding: 0;\n margin: 0 0 0 4px;\n visibility: hidden;\n border: none; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .ajax-loader.is-active {\n visibility: visible; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 div.ajax-error {\n display: none; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .placeheld {\n color: #888; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 input[type="file"] {\n cursor: pointer; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 input[type="file"]:disabled {\n cursor: default; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .wpcf7-submit:disabled {\n cursor: not-allowed; }\n\n.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]:checked + span::before,\n.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]:checked + span::before {\n line-height: 1.2;\n content: "\\2714"; }\n\n.wp-core-ui .uagb-cf7-styler__outer-wrap .wpcf7-form-control.wpcf7-select {\n max-width: 100%;\n background-image: none; }\n\n.editor-styles-wrapper .wp-block-uagb-cf7-styler .button,\n.editor-styles-wrapper .wp-block-uagb-cf7-styler button,\n.editor-styles-wrapper .wp-block-uagb-cf7-styler input,\n.editor-styles-wrapper .wp-block-uagb-cf7-styler select,\n.editor-styles-wrapper .wp-block-uagb-cf7-styler textarea {\n color: inherit;\n font-size: 100%; }\n\n[data-type="uagb/cf7-styler"].block-editor-block-list__block.wp-block {\n border: 1px solid #0085ba; }\n [data-type="uagb/cf7-styler"].block-editor-block-list__block.wp-block .components-placeholder {\n align-items: center; }\n [data-type="uagb/cf7-styler"].block-editor-block-list__block.wp-block .components-placeholder__fieldset {\n justify-content: center; }\n [data-type="uagb/cf7-styler"].block-editor-block-list__block.wp-block .dashicon.dashicons-admin-post {\n margin-right: 10px; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-none .gform_heading,\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-no .gform_heading,\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-yes .gform_heading.custom_gform_heading {\n display: none; }\n\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-no .gform_heading.custom_gform_heading,\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-yes .gform_heading {\n display: block; }\n\n.wp-block-uagb-gf-styler .uagb-gf-styler__check-style-enabled input[type="radio"],\n.wp-block-uagb-gf-styler .uagb-gf-styler__check-style-enabled input[type="checkbox"] {\n -webkit-appearance: none; }\n\n.wp-block-uagb-gf-styler input[type="radio"] {\n -webkit-appearance: radio; }\n\n.wp-block-uagb-gf-styler input[type="checkbox"] {\n -webkit-appearance: checkbox; }\n\n.wp-block-uagb-gf-styler input[type="radio"]:focus,\n.wp-block-uagb-gf-styler input[type="checkbox"]:focus,\n.wp-block-uagb-gf-styler input[type="radio"]:checked:focus,\n.wp-block-uagb-gf-styler input[type="checkbox"]:checked:focus {\n box-shadow: none; }\n\n.wp-block-uagb-gf-styler input[type="radio"]:checked::before,\n.wp-block-uagb-gf-styler input[type="checkbox"]:checked::before {\n content: "";\n display: inline;\n float: unset; }\n\n.wp-block-uagb-gf-styler input[type="number"] {\n height: auto; }\n\n.editor-styles-wrapper .wp-block-uagb-gf-styler .button,\n.editor-styles-wrapper .wp-block-uagb-gf-styler button,\n.editor-styles-wrapper .wp-block-uagb-gf-styler input,\n.editor-styles-wrapper .wp-block-uagb-gf-styler select,\n.editor-styles-wrapper .wp-block-uagb-gf-styler textarea {\n color: inherit;\n font-size: 100%;\n line-height: inherit; }\n\n.editor-styles-wrapper .wp-block-uagb-gf-styler select,\n.editor-styles-wrapper .wp-block-uagb-gf-styler .gform_button.button {\n height: auto; }\n\n[data-type="uagb/gf-styler"].block-editor-block-list__block.wp-block {\n border: 1px solid #0085ba; }\n [data-type="uagb/gf-styler"].block-editor-block-list__block.wp-block .components-placeholder {\n align-items: center; }\n [data-type="uagb/gf-styler"].block-editor-block-list__block.wp-block .components-placeholder__fieldset {\n justify-content: center; }\n [data-type="uagb/gf-styler"].block-editor-block-list__block.wp-block .dashicon.dashicons-admin-post {\n margin-right: 10px; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'[data-type="uagb/wp-search"] .uagb-layout-input-button .uagb-search-submit {\n border: none;\n border-radius: 0;\n color: #fff; }\n\n[data-type="uagb/wp-search"] .uagb-layout-input-button svg {\n fill: currentColor; }\n\n[data-type="uagb/wp-search"] .uagb-layout-input .uagb-wp-search-icon-wrap {\n display: flex;\n align-items: center; }\n\n[data-type="uagb/wp-search"] .uagb-layout-input svg {\n fill: currentColor;\n opacity: 0.6; }\n\n[data-type="uagb/wp-search"] .uagb-wp-search__outer-wrap {\n width: 100%;\n min-height: 20px; }\n [data-type="uagb/wp-search"] .uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container {\n display: flex;\n overflow: hidden;\n max-width: 100%; }\n [data-type="uagb/wp-search"] .uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input {\n width: 100%; }\n [data-type="uagb/wp-search"] .uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input::-webkit-input-placeholder {\n overflow: unset; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".spectra-responsive-icons__wrap {\n margin-right: 15px;\n border-radius: 3px; }\n .spectra-responsive-icons__wrap .components-button-group .components-button {\n padding-right: 10px;\n padding-left: 10px;\n box-shadow: none;\n margin-right: 0; }\n .spectra-responsive-icons__wrap svg {\n height: 18px;\n width: 18px;\n fill: #9fa59c; }\n .spectra-responsive-icons__wrap svg:hover {\n fill: #1e1e1e; }\n .spectra-responsive-icons__wrap .uagb-responsive-tabs.active-tab > svg {\n fill: #007cba;\n color: #007cba; }\n",""]),t.a=i},,function(e,t,a){"use strict";t.__esModule=!0,t.default=t.EXITING=t.ENTERED=t.ENTERING=t.EXITED=t.UNMOUNTED=void 0;var l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var l=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,a):{};l.get||l.set?Object.defineProperty(t,a,l):t[a]=e[a]}return t.default=e,t}(a(13)),i=r(a(0)),n=r(a(19)),o=a(133);function r(e){return e&&e.__esModule?e:{default:e}}a(134),t.UNMOUNTED="unmounted",t.EXITED="exited",t.ENTERING="entering",t.ENTERED="entered",t.EXITING="exiting";var s=function(e){var t,a;function l(t,a){var l;l=e.call(this,t,a)||this;var i,n=a.transitionGroup,o=n&&!n.isMounting?t.enter:t.appear;return l.appearStatus=null,t.in?o?(i="exited",l.appearStatus="entering"):i="entered":i=t.unmountOnExit||t.mountOnEnter?"unmounted":"exited",l.state={status:i},l.nextCallback=null,l}a=e,(t=l).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a;var o=l.prototype;return o.getChildContext=function(){return{transitionGroup:null}},l.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:"exited"}:null},o.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},o.componentDidUpdate=function(e){var t=null;if(e!==this.props){var a=this.state.status;this.props.in?"entering"!==a&&"entered"!==a&&(t="entering"):"entering"!==a&&"entered"!==a||(t="exiting")}this.updateStatus(!1,t)},o.componentWillUnmount=function(){this.cancelNextCallback()},o.getTimeouts=function(){var e,t,a,l=this.props.timeout;return e=t=a=l,null!=l&&"number"!=typeof l&&(e=l.exit,t=l.enter,a=void 0!==l.appear?l.appear:t),{exit:e,enter:t,appear:a}},o.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){this.cancelNextCallback();var a=n.default.findDOMNode(this);"entering"===t?this.performEnter(a,e):this.performExit(a)}else this.props.unmountOnExit&&"exited"===this.state.status&&this.setState({status:"unmounted"})},o.performEnter=function(e,t){var a=this,l=this.props.enter,i=this.context.transitionGroup?this.context.transitionGroup.isMounting:t,n=this.getTimeouts(),o=i?n.appear:n.enter;t||l?(this.props.onEnter(e,i),this.safeSetState({status:"entering"},(function(){a.props.onEntering(e,i),a.onTransitionEnd(e,o,(function(){a.safeSetState({status:"entered"},(function(){a.props.onEntered(e,i)}))}))}))):this.safeSetState({status:"entered"},(function(){a.props.onEntered(e)}))},o.performExit=function(e){var t=this,a=this.props.exit,l=this.getTimeouts();a?(this.props.onExit(e),this.safeSetState({status:"exiting"},(function(){t.props.onExiting(e),t.onTransitionEnd(e,l.exit,(function(){t.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))}))}))):this.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))},o.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},o.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},o.setNextCallback=function(e){var t=this,a=!0;return this.nextCallback=function(l){a&&(a=!1,t.nextCallback=null,e(l))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},o.onTransitionEnd=function(e,t,a){this.setNextCallback(a);var l=null==t&&!this.props.addEndListener;e&&!l?(this.props.addEndListener&&this.props.addEndListener(e,this.nextCallback),null!=t&&setTimeout(this.nextCallback,t)):setTimeout(this.nextCallback,0)},o.render=function(){var e=this.state.status;if("unmounted"===e)return null;var t=this.props,a=t.children,l=function(e,t){if(null==e)return{};var a,l,i={},n=Object.keys(e);for(l=0;l<n.length;l++)a=n[l],t.indexOf(a)>=0||(i[a]=e[a]);return i}(t,["children"]);if(delete l.in,delete l.mountOnEnter,delete l.unmountOnExit,delete l.appear,delete l.enter,delete l.exit,delete l.timeout,delete l.addEndListener,delete l.onEnter,delete l.onEntering,delete l.onEntered,delete l.onExit,delete l.onExiting,delete l.onExited,"function"==typeof a)return a(e,l);var n=i.default.Children.only(a);return i.default.cloneElement(n,l)},l}(i.default.Component);function u(){}s.contextTypes={transitionGroup:l.object},s.childContextTypes={transitionGroup:function(){}},s.propTypes={},s.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:u,onEntering:u,onEntered:u,onExit:u,onExiting:u,onExited:u},s.UNMOUNTED=0,s.EXITED=1,s.ENTERING=2,s.ENTERED=3,s.EXITING=4;var c=(0,o.polyfill)(s);t.default=c},function(e,t,a){"use strict";function l(){var e=this.constructor.getDerivedStateFromProps(this.props,this.state);null!=e&&this.setState(e)}function i(e){this.setState(function(t){var a=this.constructor.getDerivedStateFromProps(e,t);return null!=a?a:null}.bind(this))}function n(e,t){try{var a=this.props,l=this.state;this.props=e,this.state=t,this.__reactInternalSnapshotFlag=!0,this.__reactInternalSnapshot=this.getSnapshotBeforeUpdate(a,l)}finally{this.props=a,this.state=l}}function o(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 a=null,o=null,r=null;if("function"==typeof t.componentWillMount?a="componentWillMount":"function"==typeof t.UNSAFE_componentWillMount&&(a="UNSAFE_componentWillMount"),"function"==typeof t.componentWillReceiveProps?o="componentWillReceiveProps":"function"==typeof t.UNSAFE_componentWillReceiveProps&&(o="UNSAFE_componentWillReceiveProps"),"function"==typeof t.componentWillUpdate?r="componentWillUpdate":"function"==typeof t.UNSAFE_componentWillUpdate&&(r="UNSAFE_componentWillUpdate"),null!==a||null!==o||null!==r){var s=e.displayName||e.name,u="function"==typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+s+" uses "+u+" but also contains the following legacy lifecycles:"+(null!==a?"\n "+a:"")+(null!==o?"\n "+o:"")+(null!==r?"\n "+r:"")+"\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=l,t.componentWillReceiveProps=i),"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=n;var c=t.componentDidUpdate;t.componentDidUpdate=function(e,t,a){var l=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:a;c.call(this,e,t,l)}}return e}a.r(t),a.d(t,"polyfill",(function(){return o})),l.__suppressDeprecationWarning=!0,i.__suppressDeprecationWarning=!0,n.__suppressDeprecationWarning=!0},function(e,t,a){"use strict";var l;t.__esModule=!0,t.classNamesShape=t.timeoutsShape=void 0,(l=a(13))&&l.__esModule,t.timeoutsShape=null,t.classNamesShape=null},function(e,t,a){"use strict";t.__esModule=!0,t.default=void 0;var l=r(a(13)),i=r(a(0)),n=a(133),o=a(182);function r(e){return e&&e.__esModule?e:{default:e}}function s(){return(s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&(e[l]=a[l])}return e}).apply(this,arguments)}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var c=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},b=function(e){var t,a;function l(t,a){var l,i=(l=e.call(this,t,a)||this).handleExited.bind(u(u(l)));return l.state={handleExited:i,firstRender:!0},l}a=e,(t=l).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a;var n=l.prototype;return n.getChildContext=function(){return{transitionGroup:{isMounting:!this.appeared}}},n.componentDidMount=function(){this.appeared=!0,this.mounted=!0},n.componentWillUnmount=function(){this.mounted=!1},l.getDerivedStateFromProps=function(e,t){var a=t.children,l=t.handleExited;return{children:t.firstRender?(0,o.getInitialChildMapping)(e,l):(0,o.getNextChildMapping)(e,a,l),firstRender:!1}},n.handleExited=function(e,t){var a=(0,o.getChildMapping)(this.props.children);e.key in a||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var a=s({},t.children);return delete a[e.key],{children:a}})))},n.render=function(){var e=this.props,t=e.component,a=e.childFactory,l=function(e,t){if(null==e)return{};var a,l,i={},n=Object.keys(e);for(l=0;l<n.length;l++)a=n[l],t.indexOf(a)>=0||(i[a]=e[a]);return i}(e,["component","childFactory"]),n=c(this.state.children).map(a);return delete l.appear,delete l.enter,delete l.exit,null===t?n:i.default.createElement(t,l,n)},l}(i.default.Component);b.childContextTypes={transitionGroup:l.default.object.isRequired},b.propTypes={},b.defaultProps={component:"div",childFactory:function(e){return e}};var d=(0,n.polyfill)(b);t.default=d,e.exports=t.default},,,function(e,t){e.exports={isFunction:function(e){return"function"==typeof e},isArray:function(e){return"[object Array]"===Object.prototype.toString.apply(e)},each:function(e,t){for(var a=0,l=e.length;a<l&&!1!==t(e[a],a);a++);}}},function(e,t,a){var l=a(140);e.exports=function(e,t,a){"__proto__"==t&&l?l(e,t,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[t]=a}},function(e,t,a){var l=a(21),i=function(){try{var e=l(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=i},function(e,t,a){var l=a(25),i=a(18);e.exports=function(e){if(!i(e))return!1;var t=l(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},function(e,t,a){(function(t){var a="object"==typeof t&&t&&t.Object===Object&&t;e.exports=a}).call(this,a(24))},function(e,t){var a=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return a.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},function(e,t){e.exports=function(e){return e}},function(e,t,a){var l=a(244),i=Math.max;e.exports=function(e,t,a){return t=i(void 0===t?e.length-1:t,0),function(){for(var n=arguments,o=-1,r=i(n.length-t,0),s=Array(r);++o<r;)s[o]=n[t+o];o=-1;for(var u=Array(t+1);++o<t;)u[o]=n[o];return u[t]=a(s),l(e,this,u)}}},function(e,t,a){var l=a(245),i=a(247)(l);e.exports=i},function(e,t){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},function(e,t){var a=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var l=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==l||"symbol"!=l&&a.test(e))&&e>-1&&e%1==0&&e<t}},function(e,t,a){var l=a(249),i=a(150),n=a(23),o=a(151),r=a(148),s=a(252),u=Object.prototype.hasOwnProperty;e.exports=function(e,t){var a=n(e),c=!a&&i(e),b=!a&&!c&&o(e),d=!a&&!c&&!b&&s(e),p=a||c||b||d,g=p?l(e.length,String):[],m=g.length;for(var h in e)!t&&!u.call(e,h)||p&&("length"==h||b&&("offset"==h||"parent"==h)||d&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||r(h,m))||g.push(h);return g}},function(e,t,a){var l=a(250),i=a(22),n=Object.prototype,o=n.hasOwnProperty,r=n.propertyIsEnumerable,s=l(function(){return arguments}())?l:function(e){return i(e)&&o.call(e,"callee")&&!r.call(e,"callee")};e.exports=s},function(e,t,a){(function(e){var l=a(17),i=a(251),n=t&&!t.nodeType&&t,o=n&&"object"==typeof e&&e&&!e.nodeType&&e,r=o&&o.exports===n?l.Buffer:void 0,s=(r?r.isBuffer:void 0)||i;e.exports=s}).call(this,a(49)(e))},function(e,t){e.exports=function(e,t){return function(a){return e(t(a))}}},function(e,t,a){"use strict";(e.exports={}).forEach=function(e,t){for(var a=0;a<e.length;a++){var l=t(e[a]);if(l)return l}}},function(e,t,a){"use strict";var l=e.exports={};l.isIE=function(e){return!(-1===(t=navigator.userAgent.toLowerCase()).indexOf("msie")&&-1===t.indexOf("trident")&&-1===t.indexOf(" edge/")||e&&e!==function(){var e=3,t=document.createElement("div"),a=t.getElementsByTagName("i");do{t.innerHTML="\x3c!--[if gt IE "+ ++e+"]><i></i><![endif]--\x3e"}while(a[0]);return e>4?e:void 0}());var t},l.isLegacyOpera=function(){return!!window.opera}},function(e,t){e.exports=function(e,t){for(var a=-1,l=null==e?0:e.length,i=Array(l);++a<l;)i[a]=t(e[a],a,e);return i}},function(e,t,a){var l=a(285),i=a(292),n=a(294),o=a(295),r=a(296);function s(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var l=e[t];this.set(l[0],l[1])}}s.prototype.clear=l,s.prototype.delete=i,s.prototype.get=n,s.prototype.has=o,s.prototype.set=r,e.exports=s},function(e,t){e.exports=function(){return[]}},function(e,t,a){var l=a(55),i=a(56),n=a(54),o=a(157),r=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)l(t,n(e)),e=i(e);return t}:o;e.exports=r},function(e,t,a){var l=a(55),i=a(23);e.exports=function(e,t,a){var n=t(e);return i(e)?n:l(n,a(e))}},function(e,t,a){var l=a(159),i=a(158),n=a(53);e.exports=function(e){return l(e,n,i)}},function(e,t,a){var l=a(35);e.exports=function(e){if("string"==typeof e||l(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},function(e,t){e.exports=window.wp.domReady},function(e,t,a){e.exports=function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(a,l,i,n,o,r,s,u,c,b){switch(a){case 1:if(0===c&&64===l.charCodeAt(0))return e(l+";"),"";break;case 2:if(0===u)return l+"/*|*/";break;case 3:switch(u){case 102:case 112:return e(i[0]+l),"";default:return l+(0===b?"/*|*/":"")}case-2:l.split("/*|*/}").forEach(t)}}}}()},function(e,t,a){(function(t){for(var l=a(174),i="undefined"==typeof window?t:window,n=["moz","webkit"],o="AnimationFrame",r=i["request"+o],s=i["cancel"+o]||i["cancelRequest"+o],u=0;!r&&u<n.length;u++)r=i[n[u]+"Request"+o],s=i[n[u]+"Cancel"+o]||i[n[u]+"CancelRequest"+o];if(!r||!s){var c=0,b=0,d=[];r=function(e){if(0===d.length){var t=l(),a=Math.max(0,1e3/60-(t-c));c=a+t,setTimeout((function(){var e=d.slice(0);d.length=0;for(var t=0;t<e.length;t++)if(!e[t].cancelled)try{e[t].callback(c)}catch(e){setTimeout((function(){throw e}),0)}}),Math.round(a))}return d.push({handle:++b,callback:e,cancelled:!1}),b},s=function(e){for(var t=0;t<d.length;t++)d[t].handle===e&&(d[t].cancelled=!0)}}e.exports=function(e){return r.call(i,e)},e.exports.cancel=function(){s.apply(i,arguments)},e.exports.polyfill=function(e){e||(e=i),e.requestAnimationFrame=r,e.cancelAnimationFrame=s}}).call(this,a(24))},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&(e[l]=a[l])}return e},i=function(){function e(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}return function(t,a,l){return a&&e(t.prototype,a),l&&e(t,l),t}}(),n=a(0),o=s(n),r=s(a(13));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],b=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},d=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),p=function(){return d?"_"+Math.random().toString(36).substr(2,12):void 0},g=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||p()},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=e.id;t!==this.props.id&&this.setState({inputId:t||p()})}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(b(e,this.sizer),this.placeHolderSizer&&b(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return d&&e?o.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=l({},this.props.style);t.display||(t.display="inline-block");var a=l({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),i=function(e,t){var a={};for(var l in e)t.indexOf(l)>=0||Object.prototype.hasOwnProperty.call(e,l)&&(a[l]=e[l]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(i),i.className=this.props.inputClassName,i.id=this.state.inputId,i.style=a,o.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),o.default.createElement("input",l({},i,{ref:this.inputRef})),o.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?o.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(n.Component);g.propTypes={className:r.default.string,defaultValue:r.default.any,extraWidth:r.default.oneOfType([r.default.number,r.default.string]),id:r.default.string,injectStyles:r.default.bool,inputClassName:r.default.string,inputRef:r.default.func,inputStyle:r.default.object,minWidth:r.default.oneOfType([r.default.number,r.default.string]),onAutosize:r.default.func,onChange:r.default.func,placeholder:r.default.string,placeholderIsMinWidth:r.default.bool,style:r.default.object,value:r.default.any},g.defaultProps={minWidth:1,injectStyles:!0},t.default=g},function(e,t){e.exports=window.wp.url},function(e,t,a){var l,i,n,o,r;window,e.exports=(l=a(13),i=a(0),n=a(4),o=a(19),r=a(29),function(e){var t={};function a(l){if(t[l])return t[l].exports;var i=t[l]={i:l,l:!1,exports:{}};return e[l].call(i.exports,i,i.exports,a),i.l=!0,i.exports}return a.m=e,a.c=t,a.d=function(e,t,l){a.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:l})},a.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=15)}([function(e,t){e.exports=l},function(e,t){e.exports=i},function(e,t,a){"use strict";function l(e){return(l="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 i(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function n(e){return function(e){if(Array.isArray(e)){for(var t=0,a=new Array(e.length);t<e.length;t++)a[t]=e[t];return a}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}Object.defineProperty(t,"__esModule",{value:!0}),t.flattenPossiblyCategorizedSource=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(Array.isArray(e))return n(e);if(null!==t)return void 0!==e[t]?n(e[t]):[];var a=[],l=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{},l=Object.keys(a);"function"==typeof Object.getOwnPropertySymbols&&(l=l.concat(Object.getOwnPropertySymbols(a).filter((function(e){return Object.getOwnPropertyDescriptor(a,e).enumerable})))),l.forEach((function(t){i(e,t,a[t])}))}return e}({},e);return Object.keys(l).forEach((function(e){a=n(a).concat(n(l[e]))})),a},t.getPossibleCategories=function(e){return Array.isArray(e)?null:Object.keys(e)},t.convertToHex=function(e){return String.fromCodePoint(parseInt(e,10))},t.isArrayEqual=function(e,t){if(!Array.isArray(e)||!Array.isArray(t))return!1;var a=n(e);a.sort();var l=n(t);return l.sort(),JSON.stringify(a)===JSON.stringify(l)},t.getOffset=function(e){var t=e.getBoundingClientRect(),a=window.pageXOffset||document.documentElement.scrollLeft,l=window.pageYOffset||document.documentElement.scrollTop;return{top:t.top+l,left:t.left+a}},t.getSourceType=function(e){return null===e?"null":"object"!==l(e)||Array.isArray(e)?Array.isArray(e)?"array":l(e):"object"},t.InvalidSourceException=function(e,t){this.givenType=e,this.requiredType=t,this.message="Expected of type: ".concat(this.requiredType,", found: ").concat(this.givenType),this.toString=function(){return"Invalid Source Exception: ".concat(this.message)}},t.fuzzySearch=function(e,t){e=e.toLowerCase();var a=(t=t.toLowerCase()).length,l=e.length;if(l>a)return!1;if(l===a)return e===t;e:for(var i=0,n=0;i<l;i++){for(var o=e.codePointAt(i);n<a;)if(t.codePointAt(n++)===o)continue e;return!1}return!0},t.debounce=void 0,t.debounce=function(e,t){var a;return function(){var l=this,i=arguments;clearTimeout(a),a=setTimeout((function(){return e.apply(l,i)}),t)}}},function(e,t){e.exports=n},,,function(e,t){e.exports=o},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=s(a(1)),i=a(6),n=s(a(0)),o=s(a(3)),r=a(2);function s(e){return e&&e.__esModule?e:{default:e}}function u(e){return(u="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 c(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}function b(e,t,a){return t&&c(e.prototype,t),a&&c(e,a),e}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var p=function(e){function t(e){var a,l;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),l=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),a=!l||"object"!==u(l)&&"function"!=typeof l?d(this):l,Object.defineProperty(d(a),"syncPortalPosition",{configurable:!0,enumerable:!0,writable:!0,value:function(){a.resetPortalPosition(),a.fixWindowOverflow()}}),Object.defineProperty(d(a),"fixWindowOverflow",{configurable:!0,enumerable:!0,writable:!0,value:function(){var e=a.props.domRef.current.offsetWidth,t=a.props.domRef.current.offsetHeight,l=window,i=l.innerWidth,n=l.pageYOffset,o=document.documentElement.clientHeight,s=(0,r.getOffset)(a.props.domRef.current),u=s.left,c=s.top,b="self"===a.state.appendRoot?a.props.domRef.current:a.state.appendRoot,d=(0,r.getOffset)(b),p=a.props.btnRef.current,g=a.props.domRef.current,m=(0,r.getOffset)(p),h=getComputedStyle(p),y=(parseInt(h.borderTop,10)||0)+(parseInt(h.borderBottom,10)||0);if(u+e>i-20){var f=m.left+a.props.btnRef.current.offsetWidth-(e+d.left);f+d.left<0&&(f=10-d.left),g.style.left="".concat(f,"px")}t+c-n>o&&m.top-t>0&&("self"===a.state.appendRoot?g.style.top="-".concat(t-y,"px"):g.style.top="".concat(m.top+y-t,"px"))}}),a.state={},a.debouncedSyncPortalPosition=(0,r.debounce)(a.syncPortalPosition,250),a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),b(t,null,[{key:"getDerivedStateFromProps",value:function(e){var a=t.calculateAppendAndClass(e.appendRoot);return{appendRoot:a.appendRoot,portalClasses:a.portalClasses}}},{key:"calculateAppendAndClass",value:function(e){var t="self",a=(0,o.default)({"rfipdropdown--portal":!1!==e});return!1!==e&&(t=document.querySelector(e)),{portalClasses:a,appendRoot:t}}}]),b(t,[{key:"componentDidMount",value:function(){window.addEventListener("resize",this.debouncedSyncPortalPosition),window.addEventListener("scroll",this.debouncedSyncPortalPosition),this.syncPortalPosition()}},{key:"componentDidUpdate",value:function(){this.syncPortalPosition()}},{key:"componentWillUnmount",value:function(){window.removeEventListener("resize",this.debouncedSyncPortalPosition),window.removeEventListener("scroll",this.debouncedSyncPortalPosition)}},{key:"positionPortal",value:function(){var e=this.props.domRef.current.style.display;this.props.domRef.current.style.display="none";var t=this.props.btnRef.current,a=(0,r.getOffset)(t),l=(0,r.getOffset)(this.state.appendRoot),i=t.offsetHeight;this.props.domRef.current.style.left="".concat(a.left-l.left,"px"),this.props.domRef.current.style.top="".concat(a.top+i,"px"),this.props.domRef.current.style.display=e}},{key:"resetPortalPosition",value:function(){var e=this.props.domRef.current;"self"===this.state.appendRoot?e.style.top="":this.positionPortal()}},{key:"render",value:function(){var e=(0,o.default)(this.props.className,this.state.portalClasses),t=l.default.createElement("div",{className:e,ref:this.props.domRef},this.props.children);return"self"===this.state.appendRoot?t:(0,i.createPortal)(t,this.state.appendRoot)}}]),t}();Object.defineProperty(p,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{appendRoot:n.default.oneOfType([n.default.bool,n.default.string]),children:n.default.node.isRequired,domRef:n.default.object.isRequired,btnRef:n.default.object.isRequired,className:n.default.string.isRequired}}),Object.defineProperty(p,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{appendRoot:!1}});var g=p;t.default=g},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=r(a(1)),i=r(a(0)),n=r(a(3)),o=a(2);function r(e){return e&&e.__esModule?e:{default:e}}function s(e){return(s="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 u(e){return function(e){if(Array.isArray(e)){for(var t=0,a=new Array(e.length);t<e.length;t++)a[t]=e[t];return a}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function c(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}function b(e,t,a){return t&&c(e.prototype,t),a&&c(e,a),e}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var p=function(e){function t(e){var a,l;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),l=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),a=!l||"object"!==s(l)&&"function"!=typeof l?d(this):l,Object.defineProperty(d(a),"handleChangePage",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=a.props.currentPage,n=a.state.totalPage;null!==l?"next"===l?i+=1:i-=1:i=parseInt(e.target.value,10)-1,i<0&&(i=0),i>n-1&&(i=n-1),t=i+1,null===l&&Number.isNaN(i)&&(i=0,t=""),a.setState({viewPage:t}),a.props.handleChangePage(i)}}),Object.defineProperty(d(a),"handlePageKeyBoard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){13!==e.keyCode&&32!==e.keyCode||a.handleChangePage({},t)}}),Object.defineProperty(d(a),"handleChangeValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){a.props.handleChangeValue(e)}}),Object.defineProperty(d(a),"handleValueKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){13!==e.keyCode&&32!==e.keyCode||a.handleChangeValue(t)}}),a.state={viewPage:a.props.currentPage+1},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),b(t,null,[{key:"getDerivedStateFromProps",value:function(e,a){var l=t.getCategoryFilteredState(e.currentCategory,e.categories,e.icons),i=t.getCategoryFilteredState(e.currentCategory,e.categories,null===e.search?e.icons:e.search),n=t.getActiveIcons(l,i,e.currentSearch),o=n.activeIcons,r=n.activeTitles,s=e.currentPage,u=e.iconsPerPage,c={iconView:t.getCurrentViewIcons(o,u,s),titleView:t.getCurrentViewIcons(r,u,s),totalPage:Math.ceil(o.length/u)};return""!==a.viewPage&&(c.viewPage=e.currentPage+1),c}},{key:"getActiveIcons",value:function(e,t,a){var l=u(e),i=u(t);if(""===a||null===a)return{activeIcons:l,activeTitles:i};var n=[],r=[];return l.forEach((function(e,l){(0,o.fuzzySearch)(a,t[l])&&(n.push(e),r.push(t[l]))})),{activeIcons:n,activeTitles:r}}},{key:"getCategoryFilteredState",value:function(e,t,a){var l=null,i=(0,o.getSourceType)(a);if(Array.isArray(t)){if("object"!==i)throw new o.InvalidSourceException(i,"object")}else if("array"!==i)throw new o.InvalidSourceException(i,"array");return 0!==e&&Array.isArray(t)&&(l=t[e]||null),(0,o.flattenPossiblyCategorizedSource)(a,l)}},{key:"getCurrentViewIcons",value:function(e,t,a){var l=a*t,i=(a+1)*t;return e.slice(l,i)}}]),b(t,[{key:"renderPager",value:function(){var e=this;if(this.state.totalPage<1)return null;var t=this.props.currentPage>0?l.default.createElement("span",{className:"rfipicons__left",role:"button",tabIndex:0,onKeyDown:function(t){return e.handlePageKeyBoard(t,"prev")},onClick:function(t){return e.handleChangePage(t,"prev")}},l.default.createElement("span",{role:"presentation",className:"rfipicons__label","aria-label":"Left"},l.default.createElement("i",{className:"fipicon-angle-left"}))):null,a=this.props.currentPage<this.state.totalPage-1?l.default.createElement("span",{className:"rfipicons__right",role:"button",tabIndex:0,onKeyDown:function(t){return e.handlePageKeyBoard(t,"next")},onClick:function(t){return e.handleChangePage(t,"next")}},l.default.createElement("span",{role:"presentation",className:"rfipicons__label","aria-label":"Right"},l.default.createElement("i",{className:"fipicon-angle-right"}))):null;return l.default.createElement("div",{className:"rfipicons__pager"},l.default.createElement("div",{className:"rfipicons__num"},l.default.createElement("input",{value:this.state.viewPage,onChange:this.handleChangePage,className:"rfipicons__cp",type:"tel",min:1}),l.default.createElement("span",{className:"rfipicons__sp"},"/"),l.default.createElement("span",{className:"rfipicons__tp"},this.state.totalPage)),l.default.createElement("div",{className:"rfipicons__arrow"},t,a))}},{key:"renderIconView",value:function(){var e=this;return this.state.totalPage>0?this.state.iconView.map((function(t,a){var i=(0,n.default)("rfipicons__icon",{"rfipicons__icon--selected":e.props.value===t||Array.isArray(e.props.value)&&e.props.value.includes(t)});return l.default.createElement("span",{className:i,key:t,title:e.state.titleView[a]},l.default.createElement("span",{className:"rfipicons__ibox",tabIndex:0,role:"button",onClick:function(){return e.handleChangeValue(t)},onKeyDown:function(a){return e.handleValueKeyboard(a,t)}},e.props.renderIcon(t)))})):l.default.createElement("span",{className:"rfipicons__icon--error"},l.default.createElement("span",{className:"rfipicons__ibox--error"},this.props.noIconPlaceholder))}},{key:"render",value:function(){return l.default.createElement("div",{className:"rfipicons"},this.renderPager(),l.default.createElement("div",{className:"rfipicons__selector"},this.renderIconView()))}}]),t}();Object.defineProperty(p,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{categories:i.default.arrayOf(i.default.string),currentCategory:i.default.number,isMulti:i.default.bool.isRequired,icons:i.default.oneOfType([i.default.arrayOf(i.default.string),i.default.arrayOf(i.default.number),i.default.objectOf(i.default.oneOfType([i.default.arrayOf(i.default.number),i.default.arrayOf(i.default.string)]))]).isRequired,search:i.default.oneOfType([i.default.objectOf(i.default.arrayOf(i.default.string)),i.default.arrayOf(i.default.string)]),value:i.default.oneOfType([i.default.number,i.default.string,i.default.arrayOf(i.default.oneOfType([i.default.number,i.default.string]))]).isRequired,currentSearch:i.default.string.isRequired,handleChangeValue:i.default.func.isRequired,currentPage:i.default.number.isRequired,iconsPerPage:i.default.number.isRequired,handleChangePage:i.default.func.isRequired,renderIcon:i.default.func.isRequired,noIconPlaceholder:i.default.string.isRequired}}),Object.defineProperty(p,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{categories:null,currentCategory:null,search:null}});var g=p;t.default=g},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=n(a(1)),i=n(a(0));function n(e){return e&&e.__esModule?e:{default:e}}var o=function(e){return l.default.createElement("div",{className:"rfipsearch"},l.default.createElement("input",{type:"text",className:"rfipsearch__input",value:e.value,onChange:e.handleSearch,placeholder:e.placeholder}))};o.propTypes={handleSearch:i.default.func.isRequired,value:i.default.string.isRequired,placeholder:i.default.string.isRequired};var r=o;t.default=r},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=n(a(1)),i=n(a(0));function n(e){return e&&e.__esModule?e:{default:e}}function o(e){return(o="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)}var r=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){return!t||"object"!==o(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}var a;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),(a=[{key:"render",value:function(){return l.default.createElement("div",{className:"rfipcategory"},l.default.createElement("select",{className:"rfipcategory__select",onChange:this.props.handleCategory,value:this.props.value},this.props.categories.map((function(e,t){return l.default.createElement("option",{className:"rfipcategory__select__option",key:e,value:t},e)}))),l.default.createElement("i",{className:"fipicon-angle-down",role:"presentation","aria-label":"Open"}))}}])&&function(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}(t.prototype,a),t}();Object.defineProperty(r,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{handleCategory:i.default.func.isRequired,value:i.default.number.isRequired,categories:i.default.arrayOf(i.default.string).isRequired}});var s=r;t.default=s},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=u(a(1)),i=u(a(0)),n=u(a(10)),o=u(a(9)),r=u(a(8)),s=a(2);function u(e){return e&&e.__esModule?e:{default:e}}function c(e){return(c="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 b(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}function d(e,t,a){return t&&b(e.prototype,t),a&&b(e,a),e}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var g=function(e){function t(e){var a,l;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),l=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),a=!l||"object"!==c(l)&&"function"!=typeof l?p(this):l,Object.defineProperty(p(a),"handleCategory",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=parseInt(e.target.value,10);Number.isNaN(t)&&(t=0),a.props.handleChangeCategory(t),a.props.handleChangePage(0)}}),Object.defineProperty(p(a),"handleSearch",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.target.value;a.props.handleChangeSearch(t)}}),a.state={},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),d(t,null,[{key:"getDerivedStateFromProps",value:function(e){var t=(0,s.getPossibleCategories)(e.icons);return null!==t&&(t=[e.allCatPlaceholder].concat(function(e){return function(e){if(Array.isArray(e)){for(var t=0,a=new Array(e.length);t<e.length;t++)a[t]=e[t];return a}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}(t))),{categories:t,searchString:e.currentSearch}}}]),d(t,[{key:"render",value:function(){return l.default.createElement("div",{className:"rfipdropdown__selector"},this.props.showSearch?l.default.createElement(o.default,{handleSearch:this.handleSearch,value:this.state.searchString,placeholder:this.props.searchPlaceholder}):null,this.props.showCategory&&this.state.categories&&this.state.categories.length?l.default.createElement(n.default,{handleCategory:this.handleCategory,value:this.props.currentCategory,categories:this.state.categories}):null,l.default.createElement(r.default,{categories:this.state.categories,currentCategory:this.props.currentCategory,isMulti:this.props.isMulti,icons:this.props.icons,search:this.props.search,value:this.props.value,currentSearch:this.props.currentSearch,handleChangeValue:this.props.handleChangeValue,currentPage:this.props.currentPage,iconsPerPage:this.props.iconsPerPage,handleChangePage:this.props.handleChangePage,renderIcon:this.props.renderIcon,noIconPlaceholder:this.props.noIconPlaceholder}))}}]),t}();Object.defineProperty(g,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{isMulti:i.default.bool.isRequired,value:i.default.oneOfType([i.default.number,i.default.string,i.default.arrayOf(i.default.any)]).isRequired,currentCategory:i.default.number.isRequired,currentPage:i.default.number.isRequired,currentSearch:i.default.string.isRequired,icons:i.default.oneOfType([i.default.arrayOf(i.default.number),i.default.arrayOf(i.default.string),i.default.objectOf(i.default.oneOfType([i.default.arrayOf(i.default.number),i.default.arrayOf(i.default.string)]))]).isRequired,search:i.default.oneOfType([i.default.object,i.default.arrayOf(i.default.string)]),showCategory:i.default.bool.isRequired,showSearch:i.default.bool.isRequired,iconsPerPage:i.default.number.isRequired,allCatPlaceholder:i.default.string.isRequired,searchPlaceholder:i.default.string.isRequired,noIconPlaceholder:i.default.string.isRequired,renderIcon:i.default.func.isRequired,handleChangeValue:i.default.func.isRequired,handleChangeCategory:i.default.func.isRequired,handleChangePage:i.default.func.isRequired,handleChangeSearch:i.default.func.isRequired}}),Object.defineProperty(g,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{search:null}});var m=g;t.default=m},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=o(a(1)),i=o(a(0)),n=o(a(3));function o(e){return e&&e.__esModule?e:{default:e}}function r(e){return(r="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 s(){return(s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&(e[l]=a[l])}return e}).apply(this,arguments)}function u(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?c(e):t}function c(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var b=function(e){function t(){var e,a,i;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);for(var n=arguments.length,o=new Array(n),r=0;r<n;r++)o[r]=arguments[r];return u(i,(a=i=u(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(o))),Object.defineProperty(c(i),"handleClick",{configurable:!0,enumerable:!0,writable:!0,value:function(){i.props.onClick()}}),Object.defineProperty(c(i),"handleKeyDown",{configurable:!0,enumerable:!0,writable:!0,value:function(e){32!==e.keyCode&&13!==e.keyCode||i.props.onClick()}}),Object.defineProperty(c(i),"handleDelete",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){e.stopPropagation(),i.props.handleDeleteValue(t)}}),Object.defineProperty(c(i),"handleDeleteKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){32!==e.keyCode&&13!==e.keyCode||i.props.handleDeleteValue(t)}}),Object.defineProperty(c(i),"renderEmptyIcon",{configurable:!0,enumerable:!0,writable:!0,value:function(){return l.default.createElement("span",{className:"rfipbtn__icon--empty"},i.props.noSelectedPlaceholder)}}),a))}var a;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),(a=[{key:"renderIcon",value:function(e){var t=this;return""===e||null==e?this.renderEmptyIcon():l.default.createElement("span",{className:"rfipbtn__icon",key:e},l.default.createElement("span",{className:"rfipbtn__elm"},this.props.renderIcon(e)),l.default.createElement("span",{className:"rfipbtn__del",onClick:function(a){return t.handleDelete(a,e)},onKeyDown:function(a){return t.handleDeleteKeyboard(a,e)},tabIndex:0,role:"button"},"×"))}},{key:"renderCurrentIcons",value:function(){var e=this;return this.props.isMulti?this.props.value.length?this.props.value.map((function(t){return e.renderIcon(t)})):this.renderEmptyIcon():this.renderIcon(this.props.value)}},{key:"render",value:function(){var e={onClick:this.handleClick,onKeyDown:this.handleKeyDown,onFocus:this.handleFocus,onBlur:this.handleBlur,tabIndex:0},t=(0,n.default)("rfipbtn__button","rfipbtn__button--".concat(this.props.isOpen?"open":"close")),a=(0,n.default)(this.props.className);return l.default.createElement("div",s({className:a,ref:this.props.domRef},e),l.default.createElement("div",{className:"rfipbtn__current"},this.renderCurrentIcons()),l.default.createElement("div",{className:t},l.default.createElement("i",{className:"fipicon-angle-down",role:"presentation","aria-label":"Open"})))}}])&&function(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}(t.prototype,a),t}();Object.defineProperty(b,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{className:i.default.string.isRequired,isOpen:i.default.bool.isRequired,onClick:i.default.func.isRequired,domRef:i.default.object.isRequired,isMulti:i.default.bool.isRequired,value:i.default.oneOfType([i.default.number,i.default.string,i.default.arrayOf(i.default.oneOfType([i.default.number,i.default.string]))]).isRequired,renderIcon:i.default.func.isRequired,handleDeleteValue:i.default.func.isRequired,noSelectedPlaceholder:i.default.string.isRequired}});var d=b;t.default=d},function(e,t){e.exports=r},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=b(a(1)),i=b(a(0)),n=b(a(3)),o=a(13),r=b(a(12)),s=b(a(11)),u=b(a(7)),c=a(2);function b(e){return e&&e.__esModule?e:{default:e}}function d(e){return(d="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 p(e){return function(e){if(Array.isArray(e)){for(var t=0,a=new Array(e.length);t<e.length;t++)a[t]=e[t];return a}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function g(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function m(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}function h(e,t,a){return t&&m(e.prototype,t),a&&m(e,a),e}function y(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var f=[],v=function(e){function t(e){var a,i;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),i=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),a=!i||"object"!==d(i)&&"function"!=typeof i?y(this):i,Object.defineProperty(y(a),"handleOuterClick",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.target;a.isClickWithin(t)||a.closeDropdown()}}),Object.defineProperty(y(a),"handleEscapeKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e){27===e.keyCode&&a.closeDropdown()}}),Object.defineProperty(y(a),"isClickWithin",{configurable:!0,enumerable:!0,writable:!0,value:function(e){return a.fipButtonRef.current.contains(e)||a.fipDropDownRef.current&&a.fipDropDownRef.current.contains(e)}}),Object.defineProperty(y(a),"handleToggle",{configurable:!0,enumerable:!0,writable:!0,value:function(){a.setState((function(e){return a.handleDropDown(!e.isOpen,!1)}))}}),Object.defineProperty(y(a),"closeDropdown",{configurable:!0,enumerable:!0,writable:!0,value:function(){a.handleDropDown(!1)}}),Object.defineProperty(y(a),"handleDropDown",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var l=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i={isOpen:e};return i.elemClass=t.getDerivedClassName("rfip",a.props.theme,a.props.isMulti,e),i.btnClass=t.getDerivedClassName("rfipbtn",a.props.theme,a.props.isMulti,e),i.ddClass=t.getDerivedClassName("rfipdropdown",a.props.theme,a.props.isMulti,e),l&&a.setState(i),i}}),Object.defineProperty(y(a),"handleChangeValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t;a.props.isMulti?(t=p(a.state.value)).includes(e)?(t=t.filter((function(t){return t!==e}))).length||(t=f):t.push(e):t=e===a.state.value?"":e,a.setState({value:t,isOpen:!a.props.closeOnSelect}),a.props.onChange(t)}}),Object.defineProperty(y(a),"handleDeleteValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var l;l=a.props.isMulti?a.state.value.filter((function(t){return t!==e})):t.getDerivedValue(l,a.props.isMulti),a.setState({value:l}),a.props.onChange(l)}}),Object.defineProperty(y(a),"handleChangePage",{configurable:!0,enumerable:!0,writable:!0,value:function(e){a.setState({currentPage:e})}}),Object.defineProperty(y(a),"handleChangeCategory",{configurable:!0,enumerable:!0,writable:!0,value:function(e){a.setState({currentCategory:e,currentPage:0})}}),Object.defineProperty(y(a),"handleChangeSearch",{configurable:!0,enumerable:!0,writable:!0,value:function(e){a.setState({currentSearch:e,currentPage:0})}}),Object.defineProperty(y(a),"resetPortalStyle",{configurable:!0,enumerable:!0,writable:!0,value:function(e){["maxHeight","paddingTop","paddingBottom"].forEach((function(t){e.style[t]=null}))}}),Object.defineProperty(y(a),"handlePortalEnter",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];a.resetPortalStyle(t);var l=getComputedStyle(t);a.fipPortalComputedStyle={height:l.height,paddingTop:l.paddingTop,paddingBottom:l.paddingBottom},["maxHeight","paddingTop","paddingBottom"].forEach((function(e){t.style[e]="0px"}))}}),Object.defineProperty(y(a),"handlePortalEntering",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];t.style.maxHeight=a.fipPortalComputedStyle.height,t.style.paddingTop=a.fipPortalComputedStyle.paddingTop,t.style.paddingBottom=a.fipPortalComputedStyle.paddingBottom}}),Object.defineProperty(y(a),"handlePortalEntered",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];a.resetPortalStyle(t),a.props.showSearch&&void 0===window.orientation&&-1===navigator.userAgent.indexOf("IEMobile")&&t.querySelector(".rfipsearch__input").focus()}}),Object.defineProperty(y(a),"handlePortalExit",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];a.resetPortalStyle(t);var l=getComputedStyle(t).height;t.style.maxHeight=l}}),Object.defineProperty(y(a),"handlePortalExiting",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];t.style.maxHeight="0px",t.style.paddingTop="0px",t.style.paddingBottom="0px"}}),Object.defineProperty(y(a),"renderIcon",{configurable:!0,enumerable:!0,writable:!0,value:function(e){if("function"==typeof a.props.renderFunc)return a.props.renderFunc(e);if("class"===a.props.renderUsing)return l.default.createElement("i",{className:e});var t=g({},a.props.renderUsing,a.props.convertHex?(0,c.convertToHex)(e):e);return l.default.createElement("i",t)}}),a.fipButtonRef=l.default.createRef(),a.fipDropDownRef=l.default.createRef(),a.state={currentCategory:0,currentPage:0,isOpen:!1,currentSearch:""},a.fipPortalComputedStyle=null,a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),h(t,null,[{key:"getDerivedStateFromProps",value:function(e,a){var l={};return l.elemClass=t.getDerivedClassName("rfip",e.theme,e.isMulti,a.isOpen),l.btnClass=t.getDerivedClassName("rfipbtn",e.theme,e.isMulti,a.isOpen),l.ddClass=t.getDerivedClassName("rfipdropdown",e.theme,e.isMulti,a.isOpen),l.value=t.getDerivedValue(e.value,e.isMulti),e.showCategory||(l.currentCategory=0,l.currentPage=0),e.showSearch||(l.currentSearch="",l.currentPage=0),l}},{key:"getDerivedClassName",value:function(e,t,a,l){return(0,n.default)(e,"".concat(e,"--").concat(t),g({},"".concat(e,"--multi"),a),"".concat(e,"--").concat(l?"open":"close"))}},{key:"getDerivedValue",value:function(e,t){var a=e;return t?a=Array.isArray(e)?p(e):f:"number"!=typeof e&&"string"!=typeof e&&(a=""),a}}]),h(t,[{key:"componentDidMount",value:function(){var e=this;["click"].forEach((function(t){document.addEventListener(t,e.handleOuterClick,!1)})),document.addEventListener("keydown",this.handleEscapeKeyboard,!1),this.props.onChange(this.state.value)}},{key:"componentWillUnmount",value:function(){var e=this;["click"].forEach((function(t){document.removeEventListener(t,e.handleOuterClick,!1)})),document.removeEventListener("keydown",this.handleEscapeKeyboard,!1)}},{key:"render",value:function(){var e={currentCategory:this.state.currentCategory,currentPage:this.state.currentPage,currentSearch:this.state.currentSearch,value:this.state.value,isMulti:this.props.isMulti,icons:this.props.icons,search:this.props.search,showCategory:this.props.showCategory,showSearch:this.props.showSearch,iconsPerPage:this.props.iconsPerPage,allCatPlaceholder:this.props.allCatPlaceholder,searchPlaceholder:this.props.searchPlaceholder,noIconPlaceholder:this.props.noIconPlaceholder,renderIcon:this.renderIcon,handleChangeValue:this.handleChangeValue,handleChangeCategory:this.handleChangeCategory,handleChangePage:this.handleChangePage,handleChangeSearch:this.handleChangeSearch};return l.default.createElement("div",{className:this.state.elemClass,ref:this.fipRef},l.default.createElement(r.default,{className:this.state.btnClass,isOpen:this.state.isOpen,onClick:this.handleToggle,domRef:this.fipButtonRef,isMulti:this.props.isMulti,value:this.state.value,renderIcon:this.renderIcon,handleDeleteValue:this.handleDeleteValue,noSelectedPlaceholder:this.props.noSelectedPlaceholder}),l.default.createElement(o.CSSTransition,{classNames:"fipappear",timeout:300,in:this.state.isOpen,unmountOnExit:!0,onEnter:this.handlePortalEnter,onEntering:this.handlePortalEntering,onEntered:this.handlePortalEntered,onExit:this.handlePortalExit,onExiting:this.handlePortalExiting},l.default.createElement(u.default,{appendRoot:this.props.appendTo,domRef:this.fipDropDownRef,btnRef:this.fipButtonRef,className:this.state.ddClass},l.default.createElement(s.default,e))))}}]),t}();Object.defineProperty(v,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{icons:i.default.oneOfType([i.default.arrayOf(i.default.string),i.default.arrayOf(i.default.number),i.default.objectOf(i.default.oneOfType([i.default.arrayOf(i.default.number),i.default.arrayOf(i.default.string)]))]).isRequired,search:i.default.oneOfType([i.default.objectOf(i.default.arrayOf(i.default.string)),i.default.arrayOf(i.default.string)]),iconsPerPage:i.default.number,theme:i.default.string,onChange:i.default.func.isRequired,showCategory:i.default.bool,showSearch:i.default.bool,value:i.default.oneOfType([i.default.arrayOf(i.default.string),i.default.arrayOf(i.default.number),i.default.number,i.default.string]),isMulti:i.default.bool,renderUsing:i.default.string,convertHex:i.default.bool,renderFunc:i.default.func,appendTo:i.default.oneOfType([i.default.bool,i.default.string]),allCatPlaceholder:i.default.string,searchPlaceholder:i.default.string,noIconPlaceholder:i.default.string,noSelectedPlaceholder:i.default.string,closeOnSelect:i.default.bool}}),Object.defineProperty(v,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{search:null,iconsPerPage:20,theme:"default",showCategory:!0,showSearch:!0,value:null,isMulti:!1,renderUsing:"class",convertHex:!0,renderFunc:null,appendTo:!1,allCatPlaceholder:"Show from all",searchPlaceholder:"Search Icons",noIconPlaceholder:"No icons found",noSelectedPlaceholder:"Select icon",closeOnSelect:!1}}),Object.defineProperty(v,"displayName",{configurable:!0,enumerable:!0,writable:!0,value:"FontIconPicker"});var _=v;t.default=_},function(e,t,a){"use strict";var l;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=((l=a(14))&&l.__esModule?l:{default:l}).default;t.default=i}]).default)},function(module,__webpack_exports__,__webpack_require__){"use strict";(function(global){__webpack_require__.d(__webpack_exports__,"a",(function(){return Player}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),extendStatics=function(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])})(e,t)};function __extends(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}extendStatics(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}var __assign=function(){return(__assign=Object.assign||function(e){for(var t,a=1,l=arguments.length;a<l;a++)for(var i in t=arguments[a])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};function __rest(e,t){var a={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(a[l]=e[l]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(l=Object.getOwnPropertySymbols(e);i<l.length;i++)t.indexOf(l[i])<0&&Object.prototype.propertyIsEnumerable.call(e,l[i])&&(a[l[i]]=e[l[i]])}return a}function __decorate(e,t,a,l){var i,n=arguments.length,o=n<3?t:null===l?l=Object.getOwnPropertyDescriptor(t,a):l;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,a,l);else for(var r=e.length-1;r>=0;r--)(i=e[r])&&(o=(n<3?i(o):n>3?i(t,a,o):i(t,a))||o);return n>3&&o&&Object.defineProperty(t,a,o),o}function __param(e,t){return function(a,l){t(a,l,e)}}function __metadata(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,a,l){return new(a||(a=Promise))((function(i,n){function o(e){try{s(l.next(e))}catch(e){n(e)}}function r(e){try{s(l.throw(e))}catch(e){n(e)}}function s(e){var t;e.done?i(e.value):(t=e.value,t instanceof a?t:new a((function(e){e(t)}))).then(o,r)}s((l=l.apply(e,t||[])).next())}))}function __generator(e,t){var a,l,i,n,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return n={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function r(n){return function(r){return function(n){if(a)throw new TypeError("Generator is already executing.");for(;o;)try{if(a=1,l&&(i=2&n[0]?l.return:n[0]?l.throw||((i=l.return)&&i.call(l),0):l.next)&&!(i=i.call(l,n[1])).done)return i;switch(l=0,i&&(n=[2&n[0],i.value]),n[0]){case 0:case 1:i=n;break;case 4:return o.label++,{value:n[1],done:!1};case 5:o.label++,l=n[1],n=[0];continue;case 7:n=o.ops.pop(),o.trys.pop();continue;default:if(!((i=(i=o.trys).length>0&&i[i.length-1])||6!==n[0]&&2!==n[0])){o=0;continue}if(3===n[0]&&(!i||n[1]>i[0]&&n[1]<i[3])){o.label=n[1];break}if(6===n[0]&&o.label<i[1]){o.label=i[1],i=n;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(n);break}i[2]&&o.ops.pop(),o.trys.pop();continue}n=t.call(e,o)}catch(e){n=[6,e],l=0}finally{a=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,r])}}}var __createBinding=Object.create?function(e,t,a,l){void 0===l&&(l=a),Object.defineProperty(e,l,{enumerable:!0,get:function(){return t[a]}})}:function(e,t,a,l){void 0===l&&(l=a),e[l]=t[a]};function __exportStar(e,t){for(var a in e)"default"===a||Object.prototype.hasOwnProperty.call(t,a)||__createBinding(t,e,a)}function __values(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],l=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&l>=e.length&&(e=void 0),{value:e&&e[l++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function __read(e,t){var a="function"==typeof Symbol&&e[Symbol.iterator];if(!a)return e;var l,i,n=a.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(l=n.next()).done;)o.push(l.value)}catch(e){i={error:e}}finally{try{l&&!l.done&&(a=n.return)&&a.call(n)}finally{if(i)throw i.error}}return o}function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}function __spreadArrays(){for(var e=0,t=0,a=arguments.length;t<a;t++)e+=arguments[t].length;var l=Array(e),i=0;for(t=0;t<a;t++)for(var n=arguments[t],o=0,r=n.length;o<r;o++,i++)l[i]=n[o];return l}function __spreadArray(e,t){for(var a=0,l=t.length,i=e.length;a<l;a++,i++)e[i]=t[a];return e}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,a){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var l,i=a.apply(e,t||[]),n=[];return l={},o("next"),o("throw"),o("return"),l[Symbol.asyncIterator]=function(){return this},l;function o(e){i[e]&&(l[e]=function(t){return new Promise((function(a,l){n.push([e,t,a,l])>1||r(e,t)}))})}function r(e,t){try{(a=i[e](t)).value instanceof __await?Promise.resolve(a.value.v).then(s,u):c(n[0][2],a)}catch(e){c(n[0][3],e)}var a}function s(e){r("next",e)}function u(e){r("throw",e)}function c(e,t){e(t),n.shift(),n.length&&r(n[0][0],n[0][1])}}function __asyncDelegator(e){var t,a;return t={},l("next"),l("throw",(function(e){throw e})),l("return"),t[Symbol.iterator]=function(){return this},t;function l(l,i){t[l]=e[l]?function(t){return(a=!a)?{value:__await(e[l](t)),done:"return"===l}:i?i(t):t}:i}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,a=e[Symbol.asyncIterator];return a?a.call(e):(e="function"==typeof __values?__values(e):e[Symbol.iterator](),t={},l("next"),l("throw"),l("return"),t[Symbol.asyncIterator]=function(){return this},t);function l(a){t[a]=e[a]&&function(t){return new Promise((function(l,i){!function(e,t,a,l){Promise.resolve(l).then((function(t){e({value:t,done:a})}),t)}(l,i,(t=e[a](t)).done,t.value)}))}}}function __makeTemplateObject(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var __setModuleDefault=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function __importStar(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)"default"!==a&&Object.prototype.hasOwnProperty.call(e,a)&&__createBinding(t,e,a);return __setModuleDefault(t,e),t}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,a,l){if("a"===a&&!l)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!l:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===a?l:"a"===a?l.call(e):l?l.value:t.get(e)}function __classPrivateFieldSet(e,t,a,l,i){if("m"===l)throw new TypeError("Private method is not writable");if("a"===l&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===l?i.call(e,a):i?i.value=a:t.set(e,a),a}var commonjsGlobal="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==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,t){return e(t={exports:{}},t.exports),t.exports}function getCjsExportFromNamespace(e){return e&&e.default||e}function commonjsRequire(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var lottie=createCommonjsModule((function(module){"undefined"!=typeof navigator&&function(e,t){module.exports?module.exports=t(e):(e.lottie=t(e),e.bodymovin=e.lottie)}(window||{},(function(window){var svgNS="http://www.w3.org/2000/svg",locationHref="",initialDefaultFrame=-999999,subframeEnabled=!0,expressionsPlugin,isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),cachedColors={},bmRnd,bmPow=Math.pow,bmSqrt=Math.sqrt,bmFloor=Math.floor,bmMax=Math.max,bmMin=Math.min,BMMath={};function ProjectInterface(){return{}}!function(){var e,t=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],a=t.length;for(e=0;e<a;e+=1)BMMath[t[e]]=Math[t[e]]}(),BMMath.random=Math.random,BMMath.abs=function(e){if("object"==typeof e&&e.length){var t,a=createSizedArray(e.length),l=e.length;for(t=0;t<l;t+=1)a[t]=Math.abs(e[t]);return a}return Math.abs(e)};var defaultCurveSegments=150,degToRads=Math.PI/180,roundCorner=.5519;function roundValues(e){bmRnd=e?Math.round:function(e){return e}}function styleDiv(e){e.style.position="absolute",e.style.top=0,e.style.left=0,e.style.display="block",e.style.transformOrigin="0 0",e.style.webkitTransformOrigin="0 0",e.style.backfaceVisibility="visible",e.style.webkitBackfaceVisibility="visible",e.style.transformStyle="preserve-3d",e.style.webkitTransformStyle="preserve-3d",e.style.mozTransformStyle="preserve-3d"}function BMEnterFrameEvent(e,t,a,l){this.type=e,this.currentTime=t,this.totalTime=a,this.direction=l<0?-1:1}function BMCompleteEvent(e,t){this.type=e,this.direction=t<0?-1:1}function BMCompleteLoopEvent(e,t,a,l){this.type=e,this.currentLoop=a,this.totalLoops=t,this.direction=l<0?-1:1}function BMSegmentStartEvent(e,t,a){this.type=e,this.firstFrame=t,this.totalFrames=a}function BMDestroyEvent(e,t){this.type=e,this.target=t}function BMRenderFrameErrorEvent(e,t){this.type="renderFrameError",this.nativeError=e,this.currentTime=t}function BMConfigErrorEvent(e){this.type="configError",this.nativeError=e}function BMAnimationConfigErrorEvent(e,t){this.type=e,this.nativeError=t}roundValues(!1);var createElementID=(_count=0,function(){return"__lottie_element_"+(_count+=1)}),_count;function HSVtoRGB(e,t,a){var l,i,n,o,r,s,u,c;switch(s=a*(1-t),u=a*(1-(r=6*e-(o=Math.floor(6*e)))*t),c=a*(1-(1-r)*t),o%6){case 0:l=a,i=c,n=s;break;case 1:l=u,i=a,n=s;break;case 2:l=s,i=a,n=c;break;case 3:l=s,i=u,n=a;break;case 4:l=c,i=s,n=a;break;case 5:l=a,i=s,n=u}return[l,i,n]}function RGBtoHSV(e,t,a){var l,i=Math.max(e,t,a),n=Math.min(e,t,a),o=i-n,r=0===i?0:o/i,s=i/255;switch(i){case n:l=0;break;case e:l=t-a+o*(t<a?6:0),l/=6*o;break;case t:l=a-e+2*o,l/=6*o;break;case a:l=e-t+4*o,l/=6*o}return[l,r,s]}function addSaturationToRGB(e,t){var a=RGBtoHSV(255*e[0],255*e[1],255*e[2]);return a[1]+=t,a[1]>1?a[1]=1:a[1]<=0&&(a[1]=0),HSVtoRGB(a[0],a[1],a[2])}function addBrightnessToRGB(e,t){var a=RGBtoHSV(255*e[0],255*e[1],255*e[2]);return a[2]+=t,a[2]>1?a[2]=1:a[2]<0&&(a[2]=0),HSVtoRGB(a[0],a[1],a[2])}function addHueToRGB(e,t){var a=RGBtoHSV(255*e[0],255*e[1],255*e[2]);return a[0]+=t/360,a[0]>1?a[0]-=1:a[0]<0&&(a[0]+=1),HSVtoRGB(a[0],a[1],a[2])}var rgbToHex=function(){var e,t,a=[];for(e=0;e<256;e+=1)t=e.toString(16),a[e]=1===t.length?"0"+t:t;return function(e,t,l){return e<0&&(e=0),t<0&&(t=0),l<0&&(l=0),"#"+a[e]+a[t]+a[l]}}();function BaseEvent(){}BaseEvent.prototype={triggerEvent:function(e,t){if(this._cbs[e])for(var a=this._cbs[e].length,l=0;l<a;l+=1)this._cbs[e][l](t)},addEventListener:function(e,t){return this._cbs[e]||(this._cbs[e]=[]),this._cbs[e].push(t),function(){this.removeEventListener(e,t)}.bind(this)},removeEventListener:function(e,t){if(t){if(this._cbs[e]){for(var a=0,l=this._cbs[e].length;a<l;)this._cbs[e][a]===t&&(this._cbs[e].splice(a,1),a-=1,l-=1),a+=1;this._cbs[e].length||(this._cbs[e]=null)}}else this._cbs[e]=null}};var createTypedArray=function(){function e(e,t){var a,l=0,i=[];switch(e){case"int16":case"uint8c":a=1;break;default:a=1.1}for(l=0;l<t;l+=1)i.push(a);return i}return"function"==typeof Uint8ClampedArray&&"function"==typeof Float32Array?function(t,a){return"float32"===t?new Float32Array(a):"int16"===t?new Int16Array(a):"uint8c"===t?new Uint8ClampedArray(a):e(t,a)}:e}();function createSizedArray(e){return Array.apply(null,{length:e})}function createNS(e){return document.createElementNS(svgNS,e)}function createTag(e){return document.createElement(e)}function DynamicPropertyContainer(){}DynamicPropertyContainer.prototype={addDynamicProperty:function(e){-1===this.dynamicProperties.indexOf(e)&&(this.dynamicProperties.push(e),this.container.addDynamicProperty(this),this._isAnimated=!0)},iterateDynamicProperties:function(){var e;this._mdf=!1;var t=this.dynamicProperties.length;for(e=0;e<t;e+=1)this.dynamicProperties[e].getValue(),this.dynamicProperties[e]._mdf&&(this._mdf=!0)},initDynamicPropertyContainer:function(e){this.container=e,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1}};var getBlendMode=(blendModeEnums={0:"source-over",1:"multiply",2:"screen",3:"overlay",4:"darken",5:"lighten",6:"color-dodge",7:"color-burn",8:"hard-light",9:"soft-light",10:"difference",11:"exclusion",12:"hue",13:"saturation",14:"color",15:"luminosity"},function(e){return blendModeEnums[e]||""}),blendModeEnums,Matrix=function(){var e=Math.cos,t=Math.sin,a=Math.tan,l=Math.round;function i(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function n(a){if(0===a)return this;var l=e(a),i=t(a);return this._t(l,-i,0,0,i,l,0,0,0,0,1,0,0,0,0,1)}function o(a){if(0===a)return this;var l=e(a),i=t(a);return this._t(1,0,0,0,0,l,-i,0,0,i,l,0,0,0,0,1)}function r(a){if(0===a)return this;var l=e(a),i=t(a);return this._t(l,0,i,0,0,1,0,0,-i,0,l,0,0,0,0,1)}function s(a){if(0===a)return this;var l=e(a),i=t(a);return this._t(l,-i,0,0,i,l,0,0,0,0,1,0,0,0,0,1)}function u(e,t){return this._t(1,t,e,1,0,0)}function c(e,t){return this.shear(a(e),a(t))}function b(l,i){var n=e(i),o=t(i);return this._t(n,o,0,0,-o,n,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,a(l),1,0,0,0,0,1,0,0,0,0,1)._t(n,-o,0,0,o,n,0,0,0,0,1,0,0,0,0,1)}function d(e,t,a){return a||0===a||(a=1),1===e&&1===t&&1===a?this:this._t(e,0,0,0,0,t,0,0,0,0,a,0,0,0,0,1)}function p(e,t,a,l,i,n,o,r,s,u,c,b,d,p,g,m){return this.props[0]=e,this.props[1]=t,this.props[2]=a,this.props[3]=l,this.props[4]=i,this.props[5]=n,this.props[6]=o,this.props[7]=r,this.props[8]=s,this.props[9]=u,this.props[10]=c,this.props[11]=b,this.props[12]=d,this.props[13]=p,this.props[14]=g,this.props[15]=m,this}function g(e,t,a){return a=a||0,0!==e||0!==t||0!==a?this._t(1,0,0,0,0,1,0,0,0,0,1,0,e,t,a,1):this}function m(e,t,a,l,i,n,o,r,s,u,c,b,d,p,g,m){var h=this.props;if(1===e&&0===t&&0===a&&0===l&&0===i&&1===n&&0===o&&0===r&&0===s&&0===u&&1===c&&0===b)return h[12]=h[12]*e+h[15]*d,h[13]=h[13]*n+h[15]*p,h[14]=h[14]*c+h[15]*g,h[15]*=m,this._identityCalculated=!1,this;var y=h[0],f=h[1],v=h[2],_=h[3],C=h[4],T=h[5],w=h[6],k=h[7],x=h[8],P=h[9],S=h[10],M=h[11],E=h[12],A=h[13],B=h[14],O=h[15];return h[0]=y*e+f*i+v*s+_*d,h[1]=y*t+f*n+v*u+_*p,h[2]=y*a+f*o+v*c+_*g,h[3]=y*l+f*r+v*b+_*m,h[4]=C*e+T*i+w*s+k*d,h[5]=C*t+T*n+w*u+k*p,h[6]=C*a+T*o+w*c+k*g,h[7]=C*l+T*r+w*b+k*m,h[8]=x*e+P*i+S*s+M*d,h[9]=x*t+P*n+S*u+M*p,h[10]=x*a+P*o+S*c+M*g,h[11]=x*l+P*r+S*b+M*m,h[12]=E*e+A*i+B*s+O*d,h[13]=E*t+A*n+B*u+O*p,h[14]=E*a+A*o+B*c+O*g,h[15]=E*l+A*r+B*b+O*m,this._identityCalculated=!1,this}function h(){return this._identityCalculated||(this._identity=!(1!==this.props[0]||0!==this.props[1]||0!==this.props[2]||0!==this.props[3]||0!==this.props[4]||1!==this.props[5]||0!==this.props[6]||0!==this.props[7]||0!==this.props[8]||0!==this.props[9]||1!==this.props[10]||0!==this.props[11]||0!==this.props[12]||0!==this.props[13]||0!==this.props[14]||1!==this.props[15]),this._identityCalculated=!0),this._identity}function y(e){for(var t=0;t<16;){if(e.props[t]!==this.props[t])return!1;t+=1}return!0}function f(e){var t;for(t=0;t<16;t+=1)e.props[t]=this.props[t];return e}function v(e){var t;for(t=0;t<16;t+=1)this.props[t]=e[t]}function _(e,t,a){return{x:e*this.props[0]+t*this.props[4]+a*this.props[8]+this.props[12],y:e*this.props[1]+t*this.props[5]+a*this.props[9]+this.props[13],z:e*this.props[2]+t*this.props[6]+a*this.props[10]+this.props[14]}}function C(e,t,a){return e*this.props[0]+t*this.props[4]+a*this.props[8]+this.props[12]}function T(e,t,a){return e*this.props[1]+t*this.props[5]+a*this.props[9]+this.props[13]}function w(e,t,a){return e*this.props[2]+t*this.props[6]+a*this.props[10]+this.props[14]}function k(){var e=this.props[0]*this.props[5]-this.props[1]*this.props[4],t=this.props[5]/e,a=-this.props[1]/e,l=-this.props[4]/e,i=this.props[0]/e,n=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/e,o=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/e,r=new Matrix;return r.props[0]=t,r.props[1]=a,r.props[4]=l,r.props[5]=i,r.props[12]=n,r.props[13]=o,r}function x(e){return this.getInverseMatrix().applyToPointArray(e[0],e[1],e[2]||0)}function P(e){var t,a=e.length,l=[];for(t=0;t<a;t+=1)l[t]=x(e[t]);return l}function S(e,t,a){var l=createTypedArray("float32",6);if(this.isIdentity())l[0]=e[0],l[1]=e[1],l[2]=t[0],l[3]=t[1],l[4]=a[0],l[5]=a[1];else{var i=this.props[0],n=this.props[1],o=this.props[4],r=this.props[5],s=this.props[12],u=this.props[13];l[0]=e[0]*i+e[1]*o+s,l[1]=e[0]*n+e[1]*r+u,l[2]=t[0]*i+t[1]*o+s,l[3]=t[0]*n+t[1]*r+u,l[4]=a[0]*i+a[1]*o+s,l[5]=a[0]*n+a[1]*r+u}return l}function M(e,t,a){return this.isIdentity()?[e,t,a]:[e*this.props[0]+t*this.props[4]+a*this.props[8]+this.props[12],e*this.props[1]+t*this.props[5]+a*this.props[9]+this.props[13],e*this.props[2]+t*this.props[6]+a*this.props[10]+this.props[14]]}function E(e,t){if(this.isIdentity())return e+","+t;var a=this.props;return Math.round(100*(e*a[0]+t*a[4]+a[12]))/100+","+Math.round(100*(e*a[1]+t*a[5]+a[13]))/100}function A(){for(var e=0,t=this.props,a="matrix3d(";e<16;)a+=l(1e4*t[e])/1e4,a+=15===e?")":",",e+=1;return a}function B(e){return e<1e-6&&e>0||e>-1e-6&&e<0?l(1e4*e)/1e4:e}function O(){var e=this.props;return"matrix("+B(e[0])+","+B(e[1])+","+B(e[4])+","+B(e[5])+","+B(e[12])+","+B(e[13])+")"}return function(){this.reset=i,this.rotate=n,this.rotateX=o,this.rotateY=r,this.rotateZ=s,this.skew=c,this.skewFromAxis=b,this.shear=u,this.scale=d,this.setTransform=p,this.translate=g,this.transform=m,this.applyToPoint=_,this.applyToX=C,this.applyToY=T,this.applyToZ=w,this.applyToPointArray=M,this.applyToTriplePoints=S,this.applyToPointStringified=E,this.toCSS=A,this.to2dCSS=O,this.clone=f,this.cloneFromProps=v,this.equals=y,this.inversePoints=P,this.inversePoint=x,this.getInverseMatrix=k,this._t=this.transform,this.isIdentity=h,this._identity=!0,this._identityCalculated=!1,this.props=createTypedArray("float32",16),this.reset()}}();!function(e,t){var a=this,l=t.pow(256,6),i=t.pow(2,52),n=2*i;function o(e){var t,a=e.length,l=this,i=0,n=l.i=l.j=0,o=l.S=[];for(a||(e=[a++]);i<256;)o[i]=i++;for(i=0;i<256;i++)o[i]=o[n=255&n+e[i%a]+(t=o[i])],o[n]=t;l.g=function(e){for(var t,a=0,i=l.i,n=l.j,o=l.S;e--;)t=o[i=255&i+1],a=256*a+o[255&(o[i]=o[n=255&n+t])+(o[n]=t)];return l.i=i,l.j=n,a}}function r(e,t){return t.i=e.i,t.j=e.j,t.S=e.S.slice(),t}function s(e,t){for(var a,l=e+"",i=0;i<l.length;)t[255&i]=255&(a^=19*t[255&i])+l.charCodeAt(i++);return u(t)}function u(e){return String.fromCharCode.apply(0,e)}t.seedrandom=function(c,b,d){var p=[],g=s(function e(t,a){var l,i=[],n=typeof t;if(a&&"object"==n)for(l in t)try{i.push(e(t[l],a-1))}catch(e){}return i.length?i:"string"==n?t:t+"\0"}((b=!0===b?{entropy:!0}:b||{}).entropy?[c,u(e)]:null===c?function(){try{var t=new Uint8Array(256);return(a.crypto||a.msCrypto).getRandomValues(t),u(t)}catch(t){var l=a.navigator,i=l&&l.plugins;return[+new Date,a,i,a.screen,u(e)]}}():c,3),p),m=new o(p),h=function(){for(var e=m.g(6),t=l,a=0;e<i;)e=256*(e+a),t*=256,a=m.g(1);for(;e>=n;)e/=2,t/=2,a>>>=1;return(e+a)/t};return h.int32=function(){return 0|m.g(4)},h.quick=function(){return m.g(4)/4294967296},h.double=h,s(u(m.S),e),(b.pass||d||function(e,a,l,i){return i&&(i.S&&r(i,m),e.state=function(){return r(m,{})}),l?(t.random=e,a):e})(h,g,"global"in b?b.global:this==t,b.state)},s(t.random(),e)}([],BMMath);var BezierFactory=function(){var e={getBezierEasing:function(e,a,l,i,n){var o=n||("bez_"+e+"_"+a+"_"+l+"_"+i).replace(/\./g,"p");if(t[o])return t[o];var r=new s([e,a,l,i]);return t[o]=r,r}},t={},a="function"==typeof Float32Array;function l(e,t){return 1-3*t+3*e}function i(e,t){return 3*t-6*e}function n(e){return 3*e}function o(e,t,a){return((l(t,a)*e+i(t,a))*e+n(t))*e}function r(e,t,a){return 3*l(t,a)*e*e+2*i(t,a)*e+n(t)}function s(e){this._p=e,this._mSampleValues=a?new Float32Array(11):new Array(11),this._precomputed=!1,this.get=this.get.bind(this)}return s.prototype={get:function(e){var t=this._p[0],a=this._p[1],l=this._p[2],i=this._p[3];return this._precomputed||this._precompute(),t===a&&l===i?e:0===e?0:1===e?1:o(this._getTForX(e),a,i)},_precompute:function(){var e=this._p[0],t=this._p[1],a=this._p[2],l=this._p[3];this._precomputed=!0,e===t&&a===l||this._calcSampleValues()},_calcSampleValues:function(){for(var e=this._p[0],t=this._p[2],a=0;a<11;++a)this._mSampleValues[a]=o(.1*a,e,t)},_getTForX:function(e){for(var t=this._p[0],a=this._p[2],l=this._mSampleValues,i=0,n=1;10!==n&&l[n]<=e;++n)i+=.1;var s=i+(e-l[--n])/(l[n+1]-l[n])*.1,u=r(s,t,a);return u>=.001?function(e,t,a,l){for(var i=0;i<4;++i){var n=r(t,a,l);if(0===n)return t;t-=(o(t,a,l)-e)/n}return t}(e,s,t,a):0===u?s:function(e,t,a,l,i){var n,r,s=0;do{(n=o(r=t+(a-t)/2,l,i)-e)>0?a=r:t=r}while(Math.abs(n)>1e-7&&++s<10);return r}(e,i,i+.1,t,a)}},e}();function extendPrototype(e,t){var a,l,i=e.length;for(a=0;a<i;a+=1)for(var n in l=e[a].prototype)Object.prototype.hasOwnProperty.call(l,n)&&(t.prototype[n]=l[n])}function getDescriptor(e,t){return Object.getOwnPropertyDescriptor(e,t)}function createProxyFunction(e){function t(){}return t.prototype=e,t}function bezFunction(){var e=Math;function t(e,t,a,l,i,n){var o=e*l+t*i+a*n-i*l-n*e-a*t;return o>-.001&&o<.001}var a=function(e,t,a,l){var i,n,o,r,s,u,c=defaultCurveSegments,b=0,d=[],p=[],g=bezierLengthPool.newElement();for(o=a.length,i=0;i<c;i+=1){for(s=i/(c-1),u=0,n=0;n<o;n+=1)r=bmPow(1-s,3)*e[n]+3*bmPow(1-s,2)*s*a[n]+3*(1-s)*bmPow(s,2)*l[n]+bmPow(s,3)*t[n],d[n]=r,null!==p[n]&&(u+=bmPow(d[n]-p[n],2)),p[n]=d[n];u&&(b+=u=bmSqrt(u)),g.percents[i]=s,g.lengths[i]=b}return g.addedLength=b,g};function l(e){this.segmentLength=0,this.points=new Array(e)}function i(e,t){this.partialLength=e,this.point=t}var n,o=(n={},function(e,a,o,r){var s=(e[0]+"_"+e[1]+"_"+a[0]+"_"+a[1]+"_"+o[0]+"_"+o[1]+"_"+r[0]+"_"+r[1]).replace(/\./g,"p");if(!n[s]){var u,c,b,d,p,g,m,h=defaultCurveSegments,y=0,f=null;2===e.length&&(e[0]!==a[0]||e[1]!==a[1])&&t(e[0],e[1],a[0],a[1],e[0]+o[0],e[1]+o[1])&&t(e[0],e[1],a[0],a[1],a[0]+r[0],a[1]+r[1])&&(h=2);var v=new l(h);for(b=o.length,u=0;u<h;u+=1){for(m=createSizedArray(b),p=u/(h-1),g=0,c=0;c<b;c+=1)d=bmPow(1-p,3)*e[c]+3*bmPow(1-p,2)*p*(e[c]+o[c])+3*(1-p)*bmPow(p,2)*(a[c]+r[c])+bmPow(p,3)*a[c],m[c]=d,null!==f&&(g+=bmPow(m[c]-f[c],2));y+=g=bmSqrt(g),v.points[u]=new i(g,m),f=m}v.segmentLength=y,n[s]=v}return n[s]});function r(e,t){var a=t.percents,l=t.lengths,i=a.length,n=bmFloor((i-1)*e),o=e*t.addedLength,r=0;if(n===i-1||0===n||o===l[n])return a[n];for(var s=l[n]>o?-1:1,u=!0;u;)if(l[n]<=o&&l[n+1]>o?(r=(o-l[n])/(l[n+1]-l[n]),u=!1):n+=s,n<0||n>=i-1){if(n===i-1)return a[n];u=!1}return a[n]+(a[n+1]-a[n])*r}var s=createTypedArray("float32",8);return{getSegmentsLength:function(e){var t,l=segmentsLengthPool.newElement(),i=e.c,n=e.v,o=e.o,r=e.i,s=e._length,u=l.lengths,c=0;for(t=0;t<s-1;t+=1)u[t]=a(n[t],n[t+1],o[t],r[t+1]),c+=u[t].addedLength;return i&&s&&(u[t]=a(n[t],n[0],o[t],r[0]),c+=u[t].addedLength),l.totalLength=c,l},getNewSegment:function(t,a,l,i,n,o,u){n<0?n=0:n>1&&(n=1);var c,b=r(n,u),d=r(o=o>1?1:o,u),p=t.length,g=1-b,m=1-d,h=g*g*g,y=b*g*g*3,f=b*b*g*3,v=b*b*b,_=g*g*m,C=b*g*m+g*b*m+g*g*d,T=b*b*m+g*b*d+b*g*d,w=b*b*d,k=g*m*m,x=b*m*m+g*d*m+g*m*d,P=b*d*m+g*d*d+b*m*d,S=b*d*d,M=m*m*m,E=d*m*m+m*d*m+m*m*d,A=d*d*m+m*d*d+d*m*d,B=d*d*d;for(c=0;c<p;c+=1)s[4*c]=e.round(1e3*(h*t[c]+y*l[c]+f*i[c]+v*a[c]))/1e3,s[4*c+1]=e.round(1e3*(_*t[c]+C*l[c]+T*i[c]+w*a[c]))/1e3,s[4*c+2]=e.round(1e3*(k*t[c]+x*l[c]+P*i[c]+S*a[c]))/1e3,s[4*c+3]=e.round(1e3*(M*t[c]+E*l[c]+A*i[c]+B*a[c]))/1e3;return s},getPointInSegment:function(t,a,l,i,n,o){var s=r(n,o),u=1-s;return[e.round(1e3*(u*u*u*t[0]+(s*u*u+u*s*u+u*u*s)*l[0]+(s*s*u+u*s*s+s*u*s)*i[0]+s*s*s*a[0]))/1e3,e.round(1e3*(u*u*u*t[1]+(s*u*u+u*s*u+u*u*s)*l[1]+(s*s*u+u*s*s+s*u*s)*i[1]+s*s*s*a[1]))/1e3]},buildBezierData:o,pointOnLine2D:t,pointOnLine3D:function(a,l,i,n,o,r,s,u,c){if(0===i&&0===r&&0===c)return t(a,l,n,o,s,u);var b,d=e.sqrt(e.pow(n-a,2)+e.pow(o-l,2)+e.pow(r-i,2)),p=e.sqrt(e.pow(s-a,2)+e.pow(u-l,2)+e.pow(c-i,2)),g=e.sqrt(e.pow(s-n,2)+e.pow(u-o,2)+e.pow(c-r,2));return(b=d>p?d>g?d-p-g:g-p-d:g>p?g-p-d:p-d-g)>-1e-4&&b<1e-4}}}!function(){for(var e=0,t=["ms","moz","webkit","o"],a=0;a<t.length&&!window.requestAnimationFrame;++a)window.requestAnimationFrame=window[t[a]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[t[a]+"CancelAnimationFrame"]||window[t[a]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(t){var a=(new Date).getTime(),l=Math.max(0,16-(a-e)),i=setTimeout((function(){t(a+l)}),l);return e=a+l,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(e){clearTimeout(e)})}();var bez=bezFunction();function dataFunctionManager(){function e(i,n,o){var r,s,u,b,d,p,g=i.length;for(s=0;s<g;s+=1)if("ks"in(r=i[s])&&!r.completed){if(r.completed=!0,r.tt&&(i[s-1].td=r.tt),r.hasMask){var m=r.masksProperties;for(b=m.length,u=0;u<b;u+=1)if(m[u].pt.k.i)l(m[u].pt.k);else for(p=m[u].pt.k.length,d=0;d<p;d+=1)m[u].pt.k[d].s&&l(m[u].pt.k[d].s[0]),m[u].pt.k[d].e&&l(m[u].pt.k[d].e[0])}0===r.ty?(r.layers=t(r.refId,n),e(r.layers,n,o)):4===r.ty?a(r.shapes):5===r.ty&&c(r)}}function t(e,t){for(var a=0,l=t.length;a<l;){if(t[a].id===e)return t[a].layers.__used?JSON.parse(JSON.stringify(t[a].layers)):(t[a].layers.__used=!0,t[a].layers);a+=1}return null}function a(e){var t,i,n;for(t=e.length-1;t>=0;t-=1)if("sh"===e[t].ty)if(e[t].ks.k.i)l(e[t].ks.k);else for(n=e[t].ks.k.length,i=0;i<n;i+=1)e[t].ks.k[i].s&&l(e[t].ks.k[i].s[0]),e[t].ks.k[i].e&&l(e[t].ks.k[i].e[0]);else"gr"===e[t].ty&&a(e[t].it)}function l(e){var t,a=e.i.length;for(t=0;t<a;t+=1)e.i[t][0]+=e.v[t][0],e.i[t][1]+=e.v[t][1],e.o[t][0]+=e.v[t][0],e.o[t][1]+=e.v[t][1]}function i(e,t){var a=t?t.split("."):[100,100,100];return e[0]>a[0]||!(a[0]>e[0])&&(e[1]>a[1]||!(a[1]>e[1])&&(e[2]>a[2]||!(a[2]>e[2])&&null))}var n,o=function(){var e=[4,4,14];function t(e){var t,a,l,i=e.length;for(t=0;t<i;t+=1)5===e[t].ty&&(l=(a=e[t]).t.d,a.t.d={k:[{s:l,t:0}]})}return function(a){if(i(e,a.v)&&(t(a.layers),a.assets)){var l,n=a.assets.length;for(l=0;l<n;l+=1)a.assets[l].layers&&t(a.assets[l].layers)}}}(),r=(n=[4,7,99],function(e){if(e.chars&&!i(n,e.v)){var t,a,o,r,s,u=e.chars.length;for(t=0;t<u;t+=1)if(e.chars[t].data&&e.chars[t].data.shapes)for(o=(s=e.chars[t].data.shapes[0].it).length,a=0;a<o;a+=1)(r=s[a].ks.k).__converted||(l(s[a].ks.k),r.__converted=!0)}}),s=function(){var e=[4,1,9];function t(e){var a,l,i,n=e.length;for(a=0;a<n;a+=1)if("gr"===e[a].ty)t(e[a].it);else if("fl"===e[a].ty||"st"===e[a].ty)if(e[a].c.k&&e[a].c.k[0].i)for(i=e[a].c.k.length,l=0;l<i;l+=1)e[a].c.k[l].s&&(e[a].c.k[l].s[0]/=255,e[a].c.k[l].s[1]/=255,e[a].c.k[l].s[2]/=255,e[a].c.k[l].s[3]/=255),e[a].c.k[l].e&&(e[a].c.k[l].e[0]/=255,e[a].c.k[l].e[1]/=255,e[a].c.k[l].e[2]/=255,e[a].c.k[l].e[3]/=255);else e[a].c.k[0]/=255,e[a].c.k[1]/=255,e[a].c.k[2]/=255,e[a].c.k[3]/=255}function a(e){var a,l=e.length;for(a=0;a<l;a+=1)4===e[a].ty&&t(e[a].shapes)}return function(t){if(i(e,t.v)&&(a(t.layers),t.assets)){var l,n=t.assets.length;for(l=0;l<n;l+=1)t.assets[l].layers&&a(t.assets[l].layers)}}}(),u=function(){var e=[4,4,18];function t(e){var a,l,i;for(a=e.length-1;a>=0;a-=1)if("sh"===e[a].ty)if(e[a].ks.k.i)e[a].ks.k.c=e[a].closed;else for(i=e[a].ks.k.length,l=0;l<i;l+=1)e[a].ks.k[l].s&&(e[a].ks.k[l].s[0].c=e[a].closed),e[a].ks.k[l].e&&(e[a].ks.k[l].e[0].c=e[a].closed);else"gr"===e[a].ty&&t(e[a].it)}function a(e){var a,l,i,n,o,r,s=e.length;for(l=0;l<s;l+=1){if((a=e[l]).hasMask){var u=a.masksProperties;for(n=u.length,i=0;i<n;i+=1)if(u[i].pt.k.i)u[i].pt.k.c=u[i].cl;else for(r=u[i].pt.k.length,o=0;o<r;o+=1)u[i].pt.k[o].s&&(u[i].pt.k[o].s[0].c=u[i].cl),u[i].pt.k[o].e&&(u[i].pt.k[o].e[0].c=u[i].cl)}4===a.ty&&t(a.shapes)}}return function(t){if(i(e,t.v)&&(a(t.layers),t.assets)){var l,n=t.assets.length;for(l=0;l<n;l+=1)t.assets[l].layers&&a(t.assets[l].layers)}}}();function c(e){0!==e.t.a.length||"m"in e.t.p||(e.singleShape=!0)}var b={completeData:function(t,a){t.__complete||(s(t),o(t),r(t),u(t),e(t.layers,t.assets,a),t.__complete=!0)}};return b.checkColors=s,b.checkChars=r,b.checkShapes=u,b.completeLayers=e,b}var dataManager=dataFunctionManager();function getFontProperties(e){for(var t=e.fStyle?e.fStyle.split(" "):[],a="normal",l="normal",i=t.length,n=0;n<i;n+=1)switch(t[n].toLowerCase()){case"italic":l="italic";break;case"bold":a="700";break;case"black":a="900";break;case"medium":a="500";break;case"regular":case"normal":a="400";break;case"light":case"thin":a="200"}return{style:l,weight:e.fWeight||a}}var FontManager=function(){var e={w:0,size:0,shapes:[]},t=[];function a(e,t){var a=createTag("span");a.setAttribute("aria-hidden",!0),a.style.fontFamily=t;var l=createTag("span");l.innerText="giItT1WQy@!-/#",a.style.position="absolute",a.style.left="-10000px",a.style.top="-10000px",a.style.fontSize="300px",a.style.fontVariant="normal",a.style.fontStyle="normal",a.style.fontWeight="normal",a.style.letterSpacing="0",a.appendChild(l),document.body.appendChild(a);var i=l.offsetWidth;return l.style.fontFamily=function(e){var t,a=e.split(","),l=a.length,i=[];for(t=0;t<l;t+=1)"sans-serif"!==a[t]&&"monospace"!==a[t]&&i.push(a[t]);return i.join(",")}(e)+", "+t,{node:l,w:i,parent:a}}function l(e,t){var a=createNS("text");a.style.fontSize="100px";var l=getFontProperties(t);return a.setAttribute("font-family",t.fFamily),a.setAttribute("font-style",l.style),a.setAttribute("font-weight",l.weight),a.textContent="1",t.fClass?(a.style.fontFamily="inherit",a.setAttribute("class",t.fClass)):a.style.fontFamily=t.fFamily,e.appendChild(a),createTag("canvas").getContext("2d").font=t.fWeight+" "+t.fStyle+" 100px "+t.fFamily,a}t=t.concat([2304,2305,2306,2307,2362,2363,2364,2364,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2387,2388,2389,2390,2391,2402,2403]);var i=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this._warned=!1,this.initTime=Date.now(),this.setIsLoadedBinded=this.setIsLoaded.bind(this),this.checkLoadedFontsBinded=this.checkLoadedFonts.bind(this)};return i.getCombinedCharacterCodes=function(){return t},i.prototype={addChars:function(e){if(e){var t;this.chars||(this.chars=[]);var a,l,i=e.length,n=this.chars.length;for(t=0;t<i;t+=1){for(a=0,l=!1;a<n;)this.chars[a].style===e[t].style&&this.chars[a].fFamily===e[t].fFamily&&this.chars[a].ch===e[t].ch&&(l=!0),a+=1;l||(this.chars.push(e[t]),n+=1)}}},addFonts:function(e,t){if(e){if(this.chars)return this.isLoaded=!0,void(this.fonts=e.list);var i,n=e.list,o=n.length,r=o;for(i=0;i<o;i+=1){var s,u,c=!0;if(n[i].loaded=!1,n[i].monoCase=a(n[i].fFamily,"monospace"),n[i].sansCase=a(n[i].fFamily,"sans-serif"),n[i].fPath){if("p"===n[i].fOrigin||3===n[i].origin){if((s=document.querySelectorAll('style[f-forigin="p"][f-family="'+n[i].fFamily+'"], style[f-origin="3"][f-family="'+n[i].fFamily+'"]')).length>0&&(c=!1),c){var b=createTag("style");b.setAttribute("f-forigin",n[i].fOrigin),b.setAttribute("f-origin",n[i].origin),b.setAttribute("f-family",n[i].fFamily),b.type="text/css",b.innerText="@font-face {font-family: "+n[i].fFamily+"; font-style: normal; src: url('"+n[i].fPath+"');}",t.appendChild(b)}}else if("g"===n[i].fOrigin||1===n[i].origin){for(s=document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'),u=0;u<s.length;u+=1)-1!==s[u].href.indexOf(n[i].fPath)&&(c=!1);if(c){var d=createTag("link");d.setAttribute("f-forigin",n[i].fOrigin),d.setAttribute("f-origin",n[i].origin),d.type="text/css",d.rel="stylesheet",d.href=n[i].fPath,document.body.appendChild(d)}}else if("t"===n[i].fOrigin||2===n[i].origin){for(s=document.querySelectorAll('script[f-forigin="t"], script[f-origin="2"]'),u=0;u<s.length;u+=1)n[i].fPath===s[u].src&&(c=!1);if(c){var p=createTag("link");p.setAttribute("f-forigin",n[i].fOrigin),p.setAttribute("f-origin",n[i].origin),p.setAttribute("rel","stylesheet"),p.setAttribute("href",n[i].fPath),t.appendChild(p)}}}else n[i].loaded=!0,r-=1;n[i].helper=l(t,n[i]),n[i].cache={},this.fonts.push(n[i])}0===r?this.isLoaded=!0:setTimeout(this.checkLoadedFonts.bind(this),100)}else this.isLoaded=!0},getCharData:function(t,a,l){for(var i=0,n=this.chars.length;i<n;){if(this.chars[i].ch===t&&this.chars[i].style===a&&this.chars[i].fFamily===l)return this.chars[i];i+=1}return("string"==typeof t&&13!==t.charCodeAt(0)||!t)&&console&&console.warn&&!this._warned&&(this._warned=!0),e},getFontByName:function(e){for(var t=0,a=this.fonts.length;t<a;){if(this.fonts[t].fName===e)return this.fonts[t];t+=1}return this.fonts[0]},measureText:function(e,t,a){var l=this.getFontByName(t),i=e.charCodeAt(0);if(!l.cache[i+1]){var n=l.helper;if(" "===e){n.textContent="|"+e+"|";var o=n.getComputedTextLength();n.textContent="||";var r=n.getComputedTextLength();l.cache[i+1]=(o-r)/100}else n.textContent=e,l.cache[i+1]=n.getComputedTextLength()/100}return l.cache[i+1]*a},checkLoadedFonts:function(){var e,t,a,l=this.fonts.length,i=l;for(e=0;e<l;e+=1)this.fonts[e].loaded?i-=1:"n"===this.fonts[e].fOrigin||0===this.fonts[e].origin?this.fonts[e].loaded=!0:(t=this.fonts[e].monoCase.node,a=this.fonts[e].monoCase.w,t.offsetWidth!==a?(i-=1,this.fonts[e].loaded=!0):(t=this.fonts[e].sansCase.node,a=this.fonts[e].sansCase.w,t.offsetWidth!==a&&(i-=1,this.fonts[e].loaded=!0)),this.fonts[e].loaded&&(this.fonts[e].sansCase.parent.parentNode.removeChild(this.fonts[e].sansCase.parent),this.fonts[e].monoCase.parent.parentNode.removeChild(this.fonts[e].monoCase.parent)));0!==i&&Date.now()-this.initTime<5e3?setTimeout(this.checkLoadedFontsBinded,20):setTimeout(this.setIsLoadedBinded,10)},setIsLoaded:function(){this.isLoaded=!0}},i}(),PropertyFactory=function(){var e=initialDefaultFrame,t=Math.abs;function a(e,t){var a,i=this.offsetTime;"multidimensional"===this.propType&&(a=createTypedArray("float32",this.pv.length));for(var n,o,r,s,u,c,b,d,p=t.lastIndex,g=p,m=this.keyframes.length-1,h=!0;h;){if(n=this.keyframes[g],o=this.keyframes[g+1],g===m-1&&e>=o.t-i){n.h&&(n=o),p=0;break}if(o.t-i>e){p=g;break}g<m-1?g+=1:(p=0,h=!1)}var y,f=o.t-i,v=n.t-i;if(n.to){n.bezierData||(n.bezierData=bez.buildBezierData(n.s,o.s||n.e,n.to,n.ti));var _=n.bezierData;if(e>=f||e<v){var C=e>=f?_.points.length-1:0;for(s=_.points[C].point.length,r=0;r<s;r+=1)a[r]=_.points[C].point[r]}else{n.__fnct?d=n.__fnct:(d=BezierFactory.getBezierEasing(n.o.x,n.o.y,n.i.x,n.i.y,n.n).get,n.__fnct=d),u=d((e-v)/(f-v));var T,w=_.segmentLength*u,k=t.lastFrame<e&&t._lastKeyframeIndex===g?t._lastAddedLength:0;for(b=t.lastFrame<e&&t._lastKeyframeIndex===g?t._lastPoint:0,h=!0,c=_.points.length;h;){if(k+=_.points[b].partialLength,0===w||0===u||b===_.points.length-1){for(s=_.points[b].point.length,r=0;r<s;r+=1)a[r]=_.points[b].point[r];break}if(w>=k&&w<k+_.points[b+1].partialLength){for(T=(w-k)/_.points[b+1].partialLength,s=_.points[b].point.length,r=0;r<s;r+=1)a[r]=_.points[b].point[r]+(_.points[b+1].point[r]-_.points[b].point[r])*T;break}b<c-1?b+=1:h=!1}t._lastPoint=b,t._lastAddedLength=k-_.points[b].partialLength,t._lastKeyframeIndex=g}}else{var x,P,S,M,E;if(m=n.s.length,y=o.s||n.e,this.sh&&1!==n.h)e>=f?(a[0]=y[0],a[1]=y[1],a[2]=y[2]):e<=v?(a[0]=n.s[0],a[1]=n.s[1],a[2]=n.s[2]):function(e,t){var a=t[0],l=t[1],i=t[2],n=t[3],o=Math.atan2(2*l*n-2*a*i,1-2*l*l-2*i*i),r=Math.asin(2*a*l+2*i*n),s=Math.atan2(2*a*n-2*l*i,1-2*a*a-2*i*i);e[0]=o/degToRads,e[1]=r/degToRads,e[2]=s/degToRads}(a,function(e,t,a){var l,i,n,o,r,s=[],u=e[0],c=e[1],b=e[2],d=e[3],p=t[0],g=t[1],m=t[2],h=t[3];return(i=u*p+c*g+b*m+d*h)<0&&(i=-i,p=-p,g=-g,m=-m,h=-h),1-i>1e-6?(l=Math.acos(i),n=Math.sin(l),o=Math.sin((1-a)*l)/n,r=Math.sin(a*l)/n):(o=1-a,r=a),s[0]=o*u+r*p,s[1]=o*c+r*g,s[2]=o*b+r*m,s[3]=o*d+r*h,s}(l(n.s),l(y),(e-v)/(f-v)));else for(g=0;g<m;g+=1)1!==n.h&&(e>=f?u=1:e<v?u=0:(n.o.x.constructor===Array?(n.__fnct||(n.__fnct=[]),n.__fnct[g]?d=n.__fnct[g]:(x=void 0===n.o.x[g]?n.o.x[0]:n.o.x[g],P=void 0===n.o.y[g]?n.o.y[0]:n.o.y[g],S=void 0===n.i.x[g]?n.i.x[0]:n.i.x[g],M=void 0===n.i.y[g]?n.i.y[0]:n.i.y[g],d=BezierFactory.getBezierEasing(x,P,S,M).get,n.__fnct[g]=d)):n.__fnct?d=n.__fnct:(x=n.o.x,P=n.o.y,S=n.i.x,M=n.i.y,d=BezierFactory.getBezierEasing(x,P,S,M).get,n.__fnct=d),u=d((e-v)/(f-v)))),y=o.s||n.e,E=1===n.h?n.s[g]:n.s[g]+(y[g]-n.s[g])*u,"multidimensional"===this.propType?a[g]=E:a=E}return t.lastIndex=p,a}function l(e){var t=e[0]*degToRads,a=e[1]*degToRads,l=e[2]*degToRads,i=Math.cos(t/2),n=Math.cos(a/2),o=Math.cos(l/2),r=Math.sin(t/2),s=Math.sin(a/2),u=Math.sin(l/2);return[r*s*o+i*n*u,r*n*o+i*s*u,i*s*o-r*n*u,i*n*o-r*s*u]}function i(){var t=this.comp.renderedFrame-this.offsetTime,a=this.keyframes[0].t-this.offsetTime,l=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(t===this._caching.lastFrame||this._caching.lastFrame!==e&&(this._caching.lastFrame>=l&&t>=l||this._caching.lastFrame<a&&t<a))){this._caching.lastFrame>=t&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var i=this.interpolateValue(t,this._caching);this.pv=i}return this._caching.lastFrame=t,this.pv}function n(e){var a;if("unidimensional"===this.propType)a=e*this.mult,t(this.v-a)>1e-5&&(this.v=a,this._mdf=!0);else for(var l=0,i=this.v.length;l<i;)a=e[l]*this.mult,t(this.v[l]-a)>1e-5&&(this.v[l]=a,this._mdf=!0),l+=1}function o(){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{var e;this.lock=!0,this._mdf=this._isFirstFrame;var t=this.effectsSequence.length,a=this.kf?this.pv:this.data.k;for(e=0;e<t;e+=1)a=this.effectsSequence[e](a);this.setVValue(a),this._isFirstFrame=!1,this.lock=!1,this.frameId=this.elem.globalData.frameId}}function r(e){this.effectsSequence.push(e),this.container.addDynamicProperty(this)}function s(e,t,a,l){this.propType="unidimensional",this.mult=a||1,this.data=t,this.v=a?t.k*a:t.k,this.pv=t.k,this._mdf=!1,this.elem=e,this.container=l,this.comp=e.comp,this.k=!1,this.kf=!1,this.vel=0,this.effectsSequence=[],this._isFirstFrame=!0,this.getValue=o,this.setVValue=n,this.addEffect=r}function u(e,t,a,l){var i;this.propType="multidimensional",this.mult=a||1,this.data=t,this._mdf=!1,this.elem=e,this.container=l,this.comp=e.comp,this.k=!1,this.kf=!1,this.frameId=-1;var s=t.k.length;for(this.v=createTypedArray("float32",s),this.pv=createTypedArray("float32",s),this.vel=createTypedArray("float32",s),i=0;i<s;i+=1)this.v[i]=t.k[i]*this.mult,this.pv[i]=t.k[i];this._isFirstFrame=!0,this.effectsSequence=[],this.getValue=o,this.setVValue=n,this.addEffect=r}function c(t,l,s,u){this.propType="unidimensional",this.keyframes=l.k,this.offsetTime=t.data.st,this.frameId=-1,this._caching={lastFrame:e,lastIndex:0,value:0,_lastKeyframeIndex:-1},this.k=!0,this.kf=!0,this.data=l,this.mult=s||1,this.elem=t,this.container=u,this.comp=t.comp,this.v=e,this.pv=e,this._isFirstFrame=!0,this.getValue=o,this.setVValue=n,this.interpolateValue=a,this.effectsSequence=[i.bind(this)],this.addEffect=r}function b(t,l,s,u){var c;this.propType="multidimensional";var b,d,p,g,m=l.k.length;for(c=0;c<m-1;c+=1)l.k[c].to&&l.k[c].s&&l.k[c+1]&&l.k[c+1].s&&(b=l.k[c].s,d=l.k[c+1].s,p=l.k[c].to,g=l.k[c].ti,(2===b.length&&(b[0]!==d[0]||b[1]!==d[1])&&bez.pointOnLine2D(b[0],b[1],d[0],d[1],b[0]+p[0],b[1]+p[1])&&bez.pointOnLine2D(b[0],b[1],d[0],d[1],d[0]+g[0],d[1]+g[1])||3===b.length&&(b[0]!==d[0]||b[1]!==d[1]||b[2]!==d[2])&&bez.pointOnLine3D(b[0],b[1],b[2],d[0],d[1],d[2],b[0]+p[0],b[1]+p[1],b[2]+p[2])&&bez.pointOnLine3D(b[0],b[1],b[2],d[0],d[1],d[2],d[0]+g[0],d[1]+g[1],d[2]+g[2]))&&(l.k[c].to=null,l.k[c].ti=null),b[0]===d[0]&&b[1]===d[1]&&0===p[0]&&0===p[1]&&0===g[0]&&0===g[1]&&(2===b.length||b[2]===d[2]&&0===p[2]&&0===g[2])&&(l.k[c].to=null,l.k[c].ti=null));this.effectsSequence=[i.bind(this)],this.data=l,this.keyframes=l.k,this.offsetTime=t.data.st,this.k=!0,this.kf=!0,this._isFirstFrame=!0,this.mult=s||1,this.elem=t,this.container=u,this.comp=t.comp,this.getValue=o,this.setVValue=n,this.interpolateValue=a,this.frameId=-1;var h=l.k[0].s.length;for(this.v=createTypedArray("float32",h),this.pv=createTypedArray("float32",h),c=0;c<h;c+=1)this.v[c]=e,this.pv[c]=e;this._caching={lastFrame:e,lastIndex:0,value:createTypedArray("float32",h)},this.addEffect=r}return{getProp:function(e,t,a,l,i){var n;if(t.k.length)if("number"==typeof t.k[0])n=new u(e,t,l,i);else switch(a){case 0:n=new c(e,t,l,i);break;case 1:n=new b(e,t,l,i)}else n=new s(e,t,l,i);return n.effectsSequence.length&&i.addDynamicProperty(n),n}}}(),TransformPropertyFactory=function(){var e=[0,0];function t(e,t,a){if(this.elem=e,this.frameId=-1,this.propType="transform",this.data=t,this.v=new Matrix,this.pre=new Matrix,this.appliedTransformations=0,this.initDynamicPropertyContainer(a||e),t.p&&t.p.s?(this.px=PropertyFactory.getProp(e,t.p.x,0,0,this),this.py=PropertyFactory.getProp(e,t.p.y,0,0,this),t.p.z&&(this.pz=PropertyFactory.getProp(e,t.p.z,0,0,this))):this.p=PropertyFactory.getProp(e,t.p||{k:[0,0,0]},1,0,this),t.rx){if(this.rx=PropertyFactory.getProp(e,t.rx,0,degToRads,this),this.ry=PropertyFactory.getProp(e,t.ry,0,degToRads,this),this.rz=PropertyFactory.getProp(e,t.rz,0,degToRads,this),t.or.k[0].ti){var l,i=t.or.k.length;for(l=0;l<i;l+=1)t.or.k[l].to=null,t.or.k[l].ti=null}this.or=PropertyFactory.getProp(e,t.or,1,degToRads,this),this.or.sh=!0}else this.r=PropertyFactory.getProp(e,t.r||{k:0},0,degToRads,this);t.sk&&(this.sk=PropertyFactory.getProp(e,t.sk,0,degToRads,this),this.sa=PropertyFactory.getProp(e,t.sa,0,degToRads,this)),this.a=PropertyFactory.getProp(e,t.a||{k:[0,0,0]},1,0,this),this.s=PropertyFactory.getProp(e,t.s||{k:[100,100,100]},1,.01,this),t.o?this.o=PropertyFactory.getProp(e,t.o,0,.01,e):this.o={_mdf:!1,v:1},this._isDirty=!0,this.dynamicProperties.length||this.getValue(!0)}return t.prototype={applyToMatrix:function(e){var t=this._mdf;this.iterateDynamicProperties(),this._mdf=this._mdf||t,this.a&&e.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.s&&e.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&e.skewFromAxis(-this.sk.v,this.sa.v),this.r?e.rotate(-this.r.v):e.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.data.p.s?this.data.p.z?e.translate(this.px.v,this.py.v,-this.pz.v):e.translate(this.px.v,this.py.v,0):e.translate(this.p.v[0],this.p.v[1],-this.p.v[2])},getValue:function(t){if(this.elem.globalData.frameId!==this.frameId){if(this._isDirty&&(this.precalculateMatrix(),this._isDirty=!1),this.iterateDynamicProperties(),this._mdf||t){var a;if(this.v.cloneFromProps(this.pre.props),this.appliedTransformations<1&&this.v.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations<2&&this.v.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&this.appliedTransformations<3&&this.v.skewFromAxis(-this.sk.v,this.sa.v),this.r&&this.appliedTransformations<4?this.v.rotate(-this.r.v):!this.r&&this.appliedTransformations<4&&this.v.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.autoOriented){var l,i;if(a=this.elem.globalData.frameRate,this.p&&this.p.keyframes&&this.p.getValueAtTime)this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(l=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/a,0),i=this.p.getValueAtTime(this.p.keyframes[0].t/a,0)):this.p._caching.lastFrame+this.p.offsetTime>=this.p.keyframes[this.p.keyframes.length-1].t?(l=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/a,0),i=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/a,0)):(l=this.p.pv,i=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/a,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){l=[],i=[];var n=this.px,o=this.py;n._caching.lastFrame+n.offsetTime<=n.keyframes[0].t?(l[0]=n.getValueAtTime((n.keyframes[0].t+.01)/a,0),l[1]=o.getValueAtTime((o.keyframes[0].t+.01)/a,0),i[0]=n.getValueAtTime(n.keyframes[0].t/a,0),i[1]=o.getValueAtTime(o.keyframes[0].t/a,0)):n._caching.lastFrame+n.offsetTime>=n.keyframes[n.keyframes.length-1].t?(l[0]=n.getValueAtTime(n.keyframes[n.keyframes.length-1].t/a,0),l[1]=o.getValueAtTime(o.keyframes[o.keyframes.length-1].t/a,0),i[0]=n.getValueAtTime((n.keyframes[n.keyframes.length-1].t-.01)/a,0),i[1]=o.getValueAtTime((o.keyframes[o.keyframes.length-1].t-.01)/a,0)):(l=[n.pv,o.pv],i[0]=n.getValueAtTime((n._caching.lastFrame+n.offsetTime-.01)/a,n.offsetTime),i[1]=o.getValueAtTime((o._caching.lastFrame+o.offsetTime-.01)/a,o.offsetTime))}else l=i=e;this.v.rotate(-Math.atan2(l[1]-i[1],l[0]-i[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}},precalculateMatrix:function(){if(!this.a.k&&(this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1,!this.s.effectsSequence.length)){if(this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2,this.sk){if(this.sk.effectsSequence.length||this.sa.effectsSequence.length)return;this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3}this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):this.rz.effectsSequence.length||this.ry.effectsSequence.length||this.rx.effectsSequence.length||this.or.effectsSequence.length||(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}},autoOrient:function(){}},extendPrototype([DynamicPropertyContainer],t),t.prototype.addDynamicProperty=function(e){this._addDynamicProperty(e),this.elem.addDynamicProperty(e),this._isDirty=!0},t.prototype._addDynamicProperty=DynamicPropertyContainer.prototype.addDynamicProperty,{getTransformProperty:function(e,a,l){return new t(e,a,l)}}}();function ShapePath(){this.c=!1,this._length=0,this._maxLength=8,this.v=createSizedArray(this._maxLength),this.o=createSizedArray(this._maxLength),this.i=createSizedArray(this._maxLength)}ShapePath.prototype.setPathData=function(e,t){this.c=e,this.setLength(t);for(var a=0;a<t;)this.v[a]=pointPool.newElement(),this.o[a]=pointPool.newElement(),this.i[a]=pointPool.newElement(),a+=1},ShapePath.prototype.setLength=function(e){for(;this._maxLength<e;)this.doubleArrayLength();this._length=e},ShapePath.prototype.doubleArrayLength=function(){this.v=this.v.concat(createSizedArray(this._maxLength)),this.i=this.i.concat(createSizedArray(this._maxLength)),this.o=this.o.concat(createSizedArray(this._maxLength)),this._maxLength*=2},ShapePath.prototype.setXYAt=function(e,t,a,l,i){var n;switch(this._length=Math.max(this._length,l+1),this._length>=this._maxLength&&this.doubleArrayLength(),a){case"v":n=this.v;break;case"i":n=this.i;break;case"o":n=this.o;break;default:n=[]}(!n[l]||n[l]&&!i)&&(n[l]=pointPool.newElement()),n[l][0]=e,n[l][1]=t},ShapePath.prototype.setTripleAt=function(e,t,a,l,i,n,o,r){this.setXYAt(e,t,"v",o,r),this.setXYAt(a,l,"o",o,r),this.setXYAt(i,n,"i",o,r)},ShapePath.prototype.reverse=function(){var e=new ShapePath;e.setPathData(this.c,this._length);var t=this.v,a=this.o,l=this.i,i=0;this.c&&(e.setTripleAt(t[0][0],t[0][1],l[0][0],l[0][1],a[0][0],a[0][1],0,!1),i=1);var n,o=this._length-1,r=this._length;for(n=i;n<r;n+=1)e.setTripleAt(t[o][0],t[o][1],l[o][0],l[o][1],a[o][0],a[o][1],n,!1),o-=1;return e};var ShapePropertyFactory=function(){function e(e,t,a){var l,i,n,o,r,s,u,c,b,d=a.lastIndex,p=this.keyframes;if(e<p[0].t-this.offsetTime)l=p[0].s[0],n=!0,d=0;else if(e>=p[p.length-1].t-this.offsetTime)l=p[p.length-1].s?p[p.length-1].s[0]:p[p.length-2].e[0],n=!0;else{for(var g,m,h=d,y=p.length-1,f=!0;f&&(g=p[h],!((m=p[h+1]).t-this.offsetTime>e));)h<y-1?h+=1:f=!1;if(d=h,!(n=1===g.h)){if(e>=m.t-this.offsetTime)c=1;else if(e<g.t-this.offsetTime)c=0;else{var v;g.__fnct?v=g.__fnct:(v=BezierFactory.getBezierEasing(g.o.x,g.o.y,g.i.x,g.i.y).get,g.__fnct=v),c=v((e-(g.t-this.offsetTime))/(m.t-this.offsetTime-(g.t-this.offsetTime)))}i=m.s?m.s[0]:g.e[0]}l=g.s[0]}for(s=t._length,u=l.i[0].length,a.lastIndex=d,o=0;o<s;o+=1)for(r=0;r<u;r+=1)b=n?l.i[o][r]:l.i[o][r]+(i.i[o][r]-l.i[o][r])*c,t.i[o][r]=b,b=n?l.o[o][r]:l.o[o][r]+(i.o[o][r]-l.o[o][r])*c,t.o[o][r]=b,b=n?l.v[o][r]:l.v[o][r]+(i.v[o][r]-l.v[o][r])*c,t.v[o][r]=b}function t(){var e=this.comp.renderedFrame-this.offsetTime,t=this.keyframes[0].t-this.offsetTime,a=this.keyframes[this.keyframes.length-1].t-this.offsetTime,l=this._caching.lastFrame;return-999999!==l&&(l<t&&e<t||l>a&&e>a)||(this._caching.lastIndex=l<e?this._caching.lastIndex:0,this.interpolateShape(e,this.pv,this._caching)),this._caching.lastFrame=e,this.pv}function a(){this.paths=this.localShapeCollection}function l(e){(function(e,t){if(e._length!==t._length||e.c!==t.c)return!1;var a,l=e._length;for(a=0;a<l;a+=1)if(e.v[a][0]!==t.v[a][0]||e.v[a][1]!==t.v[a][1]||e.o[a][0]!==t.o[a][0]||e.o[a][1]!==t.o[a][1]||e.i[a][0]!==t.i[a][0]||e.i[a][1]!==t.i[a][1])return!1;return!0})(this.v,e)||(this.v=shapePool.clone(e),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)}function i(){if(this.elem.globalData.frameId!==this.frameId)if(this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{var e,t;this.lock=!0,this._mdf=!1,e=this.kf?this.pv:this.data.ks?this.data.ks.k:this.data.pt.k;var a=this.effectsSequence.length;for(t=0;t<a;t+=1)e=this.effectsSequence[t](e);this.setVValue(e),this.lock=!1,this.frameId=this.elem.globalData.frameId}else this._mdf=!1}function n(e,t,l){this.propType="shape",this.comp=e.comp,this.container=e,this.elem=e,this.data=t,this.k=!1,this.kf=!1,this._mdf=!1;var i=3===l?t.pt.k:t.ks.k;this.v=shapePool.clone(i),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.reset=a,this.effectsSequence=[]}function o(e){this.effectsSequence.push(e),this.container.addDynamicProperty(this)}function r(e,l,i){this.propType="shape",this.comp=e.comp,this.elem=e,this.container=e,this.offsetTime=e.data.st,this.keyframes=3===i?l.pt.k:l.ks.k,this.k=!0,this.kf=!0;var n=this.keyframes[0].s[0].i.length;this.v=shapePool.newElement(),this.v.setPathData(this.keyframes[0].s[0].c,n),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.lastFrame=-999999,this.reset=a,this._caching={lastFrame:-999999,lastIndex:0},this.effectsSequence=[t.bind(this)]}n.prototype.interpolateShape=e,n.prototype.getValue=i,n.prototype.setVValue=l,n.prototype.addEffect=o,r.prototype.getValue=i,r.prototype.interpolateShape=e,r.prototype.setVValue=l,r.prototype.addEffect=o;var s=function(){var e=roundCorner;function t(e,t){this.v=shapePool.newElement(),this.v.setPathData(!0,4),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.localShapeCollection.addShape(this.v),this.d=t.d,this.elem=e,this.comp=e.comp,this.frameId=-1,this.initDynamicPropertyContainer(e),this.p=PropertyFactory.getProp(e,t.p,1,0,this),this.s=PropertyFactory.getProp(e,t.s,1,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertEllToPath())}return t.prototype={reset:a,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertEllToPath())},convertEllToPath:function(){var t=this.p.v[0],a=this.p.v[1],l=this.s.v[0]/2,i=this.s.v[1]/2,n=3!==this.d,o=this.v;o.v[0][0]=t,o.v[0][1]=a-i,o.v[1][0]=n?t+l:t-l,o.v[1][1]=a,o.v[2][0]=t,o.v[2][1]=a+i,o.v[3][0]=n?t-l:t+l,o.v[3][1]=a,o.i[0][0]=n?t-l*e:t+l*e,o.i[0][1]=a-i,o.i[1][0]=n?t+l:t-l,o.i[1][1]=a-i*e,o.i[2][0]=n?t+l*e:t-l*e,o.i[2][1]=a+i,o.i[3][0]=n?t-l:t+l,o.i[3][1]=a+i*e,o.o[0][0]=n?t+l*e:t-l*e,o.o[0][1]=a-i,o.o[1][0]=n?t+l:t-l,o.o[1][1]=a+i*e,o.o[2][0]=n?t-l*e:t+l*e,o.o[2][1]=a+i,o.o[3][0]=n?t-l:t+l,o.o[3][1]=a-i*e}},extendPrototype([DynamicPropertyContainer],t),t}(),u=function(){function e(e,t){this.v=shapePool.newElement(),this.v.setPathData(!0,0),this.elem=e,this.comp=e.comp,this.data=t,this.frameId=-1,this.d=t.d,this.initDynamicPropertyContainer(e),1===t.sy?(this.ir=PropertyFactory.getProp(e,t.ir,0,0,this),this.is=PropertyFactory.getProp(e,t.is,0,.01,this),this.convertToPath=this.convertStarToPath):this.convertToPath=this.convertPolygonToPath,this.pt=PropertyFactory.getProp(e,t.pt,0,0,this),this.p=PropertyFactory.getProp(e,t.p,1,0,this),this.r=PropertyFactory.getProp(e,t.r,0,degToRads,this),this.or=PropertyFactory.getProp(e,t.or,0,0,this),this.os=PropertyFactory.getProp(e,t.os,0,.01,this),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertToPath())}return e.prototype={reset:a,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertToPath())},convertStarToPath:function(){var e,t,a,l,i=2*Math.floor(this.pt.v),n=2*Math.PI/i,o=!0,r=this.or.v,s=this.ir.v,u=this.os.v,c=this.is.v,b=2*Math.PI*r/(2*i),d=2*Math.PI*s/(2*i),p=-Math.PI/2;p+=this.r.v;var g=3===this.data.d?-1:1;for(this.v._length=0,e=0;e<i;e+=1){a=o?u:c,l=o?b:d;var m=(t=o?r:s)*Math.cos(p),h=t*Math.sin(p),y=0===m&&0===h?0:h/Math.sqrt(m*m+h*h),f=0===m&&0===h?0:-m/Math.sqrt(m*m+h*h);m+=+this.p.v[0],h+=+this.p.v[1],this.v.setTripleAt(m,h,m-y*l*a*g,h-f*l*a*g,m+y*l*a*g,h+f*l*a*g,e,!0),o=!o,p+=n*g}},convertPolygonToPath:function(){var e,t=Math.floor(this.pt.v),a=2*Math.PI/t,l=this.or.v,i=this.os.v,n=2*Math.PI*l/(4*t),o=.5*-Math.PI,r=3===this.data.d?-1:1;for(o+=this.r.v,this.v._length=0,e=0;e<t;e+=1){var s=l*Math.cos(o),u=l*Math.sin(o),c=0===s&&0===u?0:u/Math.sqrt(s*s+u*u),b=0===s&&0===u?0:-s/Math.sqrt(s*s+u*u);s+=+this.p.v[0],u+=+this.p.v[1],this.v.setTripleAt(s,u,s-c*n*i*r,u-b*n*i*r,s+c*n*i*r,u+b*n*i*r,e,!0),o+=a*r}this.paths.length=0,this.paths[0]=this.v}},extendPrototype([DynamicPropertyContainer],e),e}(),c=function(){function e(e,t){this.v=shapePool.newElement(),this.v.c=!0,this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.elem=e,this.comp=e.comp,this.frameId=-1,this.d=t.d,this.initDynamicPropertyContainer(e),this.p=PropertyFactory.getProp(e,t.p,1,0,this),this.s=PropertyFactory.getProp(e,t.s,1,0,this),this.r=PropertyFactory.getProp(e,t.r,0,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertRectToPath())}return e.prototype={convertRectToPath:function(){var e=this.p.v[0],t=this.p.v[1],a=this.s.v[0]/2,l=this.s.v[1]/2,i=bmMin(a,l,this.r.v),n=i*(1-roundCorner);this.v._length=0,2===this.d||1===this.d?(this.v.setTripleAt(e+a,t-l+i,e+a,t-l+i,e+a,t-l+n,0,!0),this.v.setTripleAt(e+a,t+l-i,e+a,t+l-n,e+a,t+l-i,1,!0),0!==i?(this.v.setTripleAt(e+a-i,t+l,e+a-i,t+l,e+a-n,t+l,2,!0),this.v.setTripleAt(e-a+i,t+l,e-a+n,t+l,e-a+i,t+l,3,!0),this.v.setTripleAt(e-a,t+l-i,e-a,t+l-i,e-a,t+l-n,4,!0),this.v.setTripleAt(e-a,t-l+i,e-a,t-l+n,e-a,t-l+i,5,!0),this.v.setTripleAt(e-a+i,t-l,e-a+i,t-l,e-a+n,t-l,6,!0),this.v.setTripleAt(e+a-i,t-l,e+a-n,t-l,e+a-i,t-l,7,!0)):(this.v.setTripleAt(e-a,t+l,e-a+n,t+l,e-a,t+l,2),this.v.setTripleAt(e-a,t-l,e-a,t-l+n,e-a,t-l,3))):(this.v.setTripleAt(e+a,t-l+i,e+a,t-l+n,e+a,t-l+i,0,!0),0!==i?(this.v.setTripleAt(e+a-i,t-l,e+a-i,t-l,e+a-n,t-l,1,!0),this.v.setTripleAt(e-a+i,t-l,e-a+n,t-l,e-a+i,t-l,2,!0),this.v.setTripleAt(e-a,t-l+i,e-a,t-l+i,e-a,t-l+n,3,!0),this.v.setTripleAt(e-a,t+l-i,e-a,t+l-n,e-a,t+l-i,4,!0),this.v.setTripleAt(e-a+i,t+l,e-a+i,t+l,e-a+n,t+l,5,!0),this.v.setTripleAt(e+a-i,t+l,e+a-n,t+l,e+a-i,t+l,6,!0),this.v.setTripleAt(e+a,t+l-i,e+a,t+l-i,e+a,t+l-n,7,!0)):(this.v.setTripleAt(e-a,t-l,e-a+n,t-l,e-a,t-l,1,!0),this.v.setTripleAt(e-a,t+l,e-a,t+l-n,e-a,t+l,2,!0),this.v.setTripleAt(e+a,t+l,e+a-n,t+l,e+a,t+l,3,!0)))},getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertRectToPath())},reset:a},extendPrototype([DynamicPropertyContainer],e),e}();return{getShapeProp:function(e,t,a){var l;return 3===a||4===a?l=(3===a?t.pt:t.ks).k.length?new r(e,t,a):new n(e,t,a):5===a?l=new c(e,t):6===a?l=new s(e,t):7===a&&(l=new u(e,t)),l.k&&e.addDynamicProperty(l),l},getConstructorFunction:function(){return n},getKeyframedConstructorFunction:function(){return r}}}(),ShapeModifiers=(ob={},modifiers={},ob.registerModifier=function(e,t){modifiers[e]||(modifiers[e]=t)},ob.getModifier=function(e,t,a){return new modifiers[e](t,a)},ob),ob,modifiers;function ShapeModifier(){}function TrimModifier(){}function RoundCornersModifier(){}function PuckerAndBloatModifier(){}function RepeaterModifier(){}function ShapeCollection(){this._length=0,this._maxLength=4,this.shapes=createSizedArray(this._maxLength)}function DashProperty(e,t,a,l){var i;this.elem=e,this.frameId=-1,this.dataProps=createSizedArray(t.length),this.renderer=a,this.k=!1,this.dashStr="",this.dashArray=createTypedArray("float32",t.length?t.length-1:0),this.dashoffset=createTypedArray("float32",1),this.initDynamicPropertyContainer(l);var n,o=t.length||0;for(i=0;i<o;i+=1)n=PropertyFactory.getProp(e,t[i].v,0,0,this),this.k=n.k||this.k,this.dataProps[i]={n:t[i].n,p:n};this.k||this.getValue(!0),this._isAnimated=this.k}function GradientProperty(e,t,a){this.data=t,this.c=createTypedArray("uint8c",4*t.p);var l=t.k.k[0].s?t.k.k[0].s.length-4*t.p:t.k.k.length-4*t.p;this.o=createTypedArray("float32",l),this._cmdf=!1,this._omdf=!1,this._collapsable=this.checkCollapsable(),this._hasOpacity=l,this.initDynamicPropertyContainer(a),this.prop=PropertyFactory.getProp(e,t.k,1,null,this),this.k=this.prop.k,this.getValue(!0)}ShapeModifier.prototype.initModifierProperties=function(){},ShapeModifier.prototype.addShapeToModifier=function(){},ShapeModifier.prototype.addShape=function(e){if(!this.closed){e.sh.container.addDynamicProperty(e.sh);var t={shape:e.sh,data:e,localShapeCollection:shapeCollectionPool.newShapeCollection()};this.shapes.push(t),this.addShapeToModifier(t),this._isAnimated&&e.setAsAnimated()}},ShapeModifier.prototype.init=function(e,t){this.shapes=[],this.elem=e,this.initDynamicPropertyContainer(e),this.initModifierProperties(e,t),this.frameId=initialDefaultFrame,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)},ShapeModifier.prototype.processKeys=function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties())},extendPrototype([DynamicPropertyContainer],ShapeModifier),extendPrototype([ShapeModifier],TrimModifier),TrimModifier.prototype.initModifierProperties=function(e,t){this.s=PropertyFactory.getProp(e,t.s,0,.01,this),this.e=PropertyFactory.getProp(e,t.e,0,.01,this),this.o=PropertyFactory.getProp(e,t.o,0,0,this),this.sValue=0,this.eValue=0,this.getValue=this.processKeys,this.m=t.m,this._isAnimated=!!this.s.effectsSequence.length||!!this.e.effectsSequence.length||!!this.o.effectsSequence.length},TrimModifier.prototype.addShapeToModifier=function(e){e.pathsData=[]},TrimModifier.prototype.calculateShapeEdges=function(e,t,a,l,i){var n=[];t<=1?n.push({s:e,e:t}):e>=1?n.push({s:e-1,e:t-1}):(n.push({s:e,e:1}),n.push({s:0,e:t-1}));var o,r,s=[],u=n.length;for(o=0;o<u;o+=1){var c,b;(r=n[o]).e*i<l||r.s*i>l+a||(c=r.s*i<=l?0:(r.s*i-l)/a,b=r.e*i>=l+a?1:(r.e*i-l)/a,s.push([c,b]))}return s.length||s.push([0,0]),s},TrimModifier.prototype.releasePathsData=function(e){var t,a=e.length;for(t=0;t<a;t+=1)segmentsLengthPool.release(e[t]);return e.length=0,e},TrimModifier.prototype.processShapes=function(e){var t,a,l,i;if(this._mdf||e){var n=this.o.v%360/360;if(n<0&&(n+=1),(t=this.s.v>1?1+n:this.s.v<0?0+n:this.s.v+n)>(a=this.e.v>1?1+n:this.e.v<0?0+n:this.e.v+n)){var o=t;t=a,a=o}t=1e-4*Math.round(1e4*t),a=1e-4*Math.round(1e4*a),this.sValue=t,this.eValue=a}else t=this.sValue,a=this.eValue;var r,s,u,c,b,d=this.shapes.length,p=0;if(a===t)for(i=0;i<d;i+=1)this.shapes[i].localShapeCollection.releaseShapes(),this.shapes[i].shape._mdf=!0,this.shapes[i].shape.paths=this.shapes[i].localShapeCollection,this._mdf&&(this.shapes[i].pathsData.length=0);else if(1===a&&0===t||0===a&&1===t){if(this._mdf)for(i=0;i<d;i+=1)this.shapes[i].pathsData.length=0,this.shapes[i].shape._mdf=!0}else{var g,m,h=[];for(i=0;i<d;i+=1)if((g=this.shapes[i]).shape._mdf||this._mdf||e||2===this.m){if(s=(l=g.shape.paths)._length,b=0,!g.shape._mdf&&g.pathsData.length)b=g.totalShapeLength;else{for(u=this.releasePathsData(g.pathsData),r=0;r<s;r+=1)c=bez.getSegmentsLength(l.shapes[r]),u.push(c),b+=c.totalLength;g.totalShapeLength=b,g.pathsData=u}p+=b,g.shape._mdf=!0}else g.shape.paths=g.localShapeCollection;var y,f=t,v=a,_=0;for(i=d-1;i>=0;i-=1)if((g=this.shapes[i]).shape._mdf){for((m=g.localShapeCollection).releaseShapes(),2===this.m&&d>1?(y=this.calculateShapeEdges(t,a,g.totalShapeLength,_,p),_+=g.totalShapeLength):y=[[f,v]],s=y.length,r=0;r<s;r+=1){f=y[r][0],v=y[r][1],h.length=0,v<=1?h.push({s:g.totalShapeLength*f,e:g.totalShapeLength*v}):f>=1?h.push({s:g.totalShapeLength*(f-1),e:g.totalShapeLength*(v-1)}):(h.push({s:g.totalShapeLength*f,e:g.totalShapeLength}),h.push({s:0,e:g.totalShapeLength*(v-1)}));var C=this.addShapes(g,h[0]);if(h[0].s!==h[0].e){if(h.length>1)if(g.shape.paths.shapes[g.shape.paths._length-1].c){var T=C.pop();this.addPaths(C,m),C=this.addShapes(g,h[1],T)}else this.addPaths(C,m),C=this.addShapes(g,h[1]);this.addPaths(C,m)}}g.shape.paths=m}}},TrimModifier.prototype.addPaths=function(e,t){var a,l=e.length;for(a=0;a<l;a+=1)t.addShape(e[a])},TrimModifier.prototype.addSegment=function(e,t,a,l,i,n,o){i.setXYAt(t[0],t[1],"o",n),i.setXYAt(a[0],a[1],"i",n+1),o&&i.setXYAt(e[0],e[1],"v",n),i.setXYAt(l[0],l[1],"v",n+1)},TrimModifier.prototype.addSegmentFromArray=function(e,t,a,l){t.setXYAt(e[1],e[5],"o",a),t.setXYAt(e[2],e[6],"i",a+1),l&&t.setXYAt(e[0],e[4],"v",a),t.setXYAt(e[3],e[7],"v",a+1)},TrimModifier.prototype.addShapes=function(e,t,a){var l,i,n,o,r,s,u,c,b=e.pathsData,d=e.shape.paths.shapes,p=e.shape.paths._length,g=0,m=[],h=!0;for(a?(r=a._length,c=a._length):(a=shapePool.newElement(),r=0,c=0),m.push(a),l=0;l<p;l+=1){for(s=b[l].lengths,a.c=d[l].c,n=d[l].c?s.length:s.length+1,i=1;i<n;i+=1)if(g+(o=s[i-1]).addedLength<t.s)g+=o.addedLength,a.c=!1;else{if(g>t.e){a.c=!1;break}t.s<=g&&t.e>=g+o.addedLength?(this.addSegment(d[l].v[i-1],d[l].o[i-1],d[l].i[i],d[l].v[i],a,r,h),h=!1):(u=bez.getNewSegment(d[l].v[i-1],d[l].v[i],d[l].o[i-1],d[l].i[i],(t.s-g)/o.addedLength,(t.e-g)/o.addedLength,s[i-1]),this.addSegmentFromArray(u,a,r,h),h=!1,a.c=!1),g+=o.addedLength,r+=1}if(d[l].c&&s.length){if(o=s[i-1],g<=t.e){var y=s[i-1].addedLength;t.s<=g&&t.e>=g+y?(this.addSegment(d[l].v[i-1],d[l].o[i-1],d[l].i[0],d[l].v[0],a,r,h),h=!1):(u=bez.getNewSegment(d[l].v[i-1],d[l].v[0],d[l].o[i-1],d[l].i[0],(t.s-g)/y,(t.e-g)/y,s[i-1]),this.addSegmentFromArray(u,a,r,h),h=!1,a.c=!1)}else a.c=!1;g+=o.addedLength,r+=1}if(a._length&&(a.setXYAt(a.v[c][0],a.v[c][1],"i",c),a.setXYAt(a.v[a._length-1][0],a.v[a._length-1][1],"o",a._length-1)),g>t.e)break;l<p-1&&(a=shapePool.newElement(),h=!0,m.push(a),r=0)}return m},ShapeModifiers.registerModifier("tm",TrimModifier),extendPrototype([ShapeModifier],RoundCornersModifier),RoundCornersModifier.prototype.initModifierProperties=function(e,t){this.getValue=this.processKeys,this.rd=PropertyFactory.getProp(e,t.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},RoundCornersModifier.prototype.processPath=function(e,t){var a,l=shapePool.newElement();l.c=e.c;var i,n,o,r,s,u,c,b,d,p,g,m,h=e._length,y=0;for(a=0;a<h;a+=1)i=e.v[a],o=e.o[a],n=e.i[a],i[0]===o[0]&&i[1]===o[1]&&i[0]===n[0]&&i[1]===n[1]?0!==a&&a!==h-1||e.c?(r=0===a?e.v[h-1]:e.v[a-1],u=(s=Math.sqrt(Math.pow(i[0]-r[0],2)+Math.pow(i[1]-r[1],2)))?Math.min(s/2,t)/s:0,c=g=i[0]+(r[0]-i[0])*u,b=m=i[1]-(i[1]-r[1])*u,d=c-(c-i[0])*roundCorner,p=b-(b-i[1])*roundCorner,l.setTripleAt(c,b,d,p,g,m,y),y+=1,r=a===h-1?e.v[0]:e.v[a+1],u=(s=Math.sqrt(Math.pow(i[0]-r[0],2)+Math.pow(i[1]-r[1],2)))?Math.min(s/2,t)/s:0,c=d=i[0]+(r[0]-i[0])*u,b=p=i[1]+(r[1]-i[1])*u,g=c-(c-i[0])*roundCorner,m=b-(b-i[1])*roundCorner,l.setTripleAt(c,b,d,p,g,m,y),y+=1):(l.setTripleAt(i[0],i[1],o[0],o[1],n[0],n[1],y),y+=1):(l.setTripleAt(e.v[a][0],e.v[a][1],e.o[a][0],e.o[a][1],e.i[a][0],e.i[a][1],y),y+=1);return l},RoundCornersModifier.prototype.processShapes=function(e){var t,a,l,i,n,o,r=this.shapes.length,s=this.rd.v;if(0!==s)for(a=0;a<r;a+=1){if(o=(n=this.shapes[a]).localShapeCollection,n.shape._mdf||this._mdf||e)for(o.releaseShapes(),n.shape._mdf=!0,t=n.shape.paths.shapes,i=n.shape.paths._length,l=0;l<i;l+=1)o.addShape(this.processPath(t[l],s));n.shape.paths=n.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)},ShapeModifiers.registerModifier("rd",RoundCornersModifier),extendPrototype([ShapeModifier],PuckerAndBloatModifier),PuckerAndBloatModifier.prototype.initModifierProperties=function(e,t){this.getValue=this.processKeys,this.amount=PropertyFactory.getProp(e,t.a,0,null,this),this._isAnimated=!!this.amount.effectsSequence.length},PuckerAndBloatModifier.prototype.processPath=function(e,t){var a=t/100,l=[0,0],i=e._length,n=0;for(n=0;n<i;n+=1)l[0]+=e.v[n][0],l[1]+=e.v[n][1];l[0]/=i,l[1]/=i;var o,r,s,u,c,b,d=shapePool.newElement();for(d.c=e.c,n=0;n<i;n+=1)o=e.v[n][0]+(l[0]-e.v[n][0])*a,r=e.v[n][1]+(l[1]-e.v[n][1])*a,s=e.o[n][0]+(l[0]-e.o[n][0])*-a,u=e.o[n][1]+(l[1]-e.o[n][1])*-a,c=e.i[n][0]+(l[0]-e.i[n][0])*-a,b=e.i[n][1]+(l[1]-e.i[n][1])*-a,d.setTripleAt(o,r,s,u,c,b,n);return d},PuckerAndBloatModifier.prototype.processShapes=function(e){var t,a,l,i,n,o,r=this.shapes.length,s=this.amount.v;if(0!==s)for(a=0;a<r;a+=1){if(o=(n=this.shapes[a]).localShapeCollection,n.shape._mdf||this._mdf||e)for(o.releaseShapes(),n.shape._mdf=!0,t=n.shape.paths.shapes,i=n.shape.paths._length,l=0;l<i;l+=1)o.addShape(this.processPath(t[l],s));n.shape.paths=n.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)},ShapeModifiers.registerModifier("pb",PuckerAndBloatModifier),extendPrototype([ShapeModifier],RepeaterModifier),RepeaterModifier.prototype.initModifierProperties=function(e,t){this.getValue=this.processKeys,this.c=PropertyFactory.getProp(e,t.c,0,null,this),this.o=PropertyFactory.getProp(e,t.o,0,null,this),this.tr=TransformPropertyFactory.getTransformProperty(e,t.tr,this),this.so=PropertyFactory.getProp(e,t.tr.so,0,.01,this),this.eo=PropertyFactory.getProp(e,t.tr.eo,0,.01,this),this.data=t,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new Matrix,this.rMatrix=new Matrix,this.sMatrix=new Matrix,this.tMatrix=new Matrix,this.matrix=new Matrix},RepeaterModifier.prototype.applyTransforms=function(e,t,a,l,i,n){var o=n?-1:1,r=l.s.v[0]+(1-l.s.v[0])*(1-i),s=l.s.v[1]+(1-l.s.v[1])*(1-i);e.translate(l.p.v[0]*o*i,l.p.v[1]*o*i,l.p.v[2]),t.translate(-l.a.v[0],-l.a.v[1],l.a.v[2]),t.rotate(-l.r.v*o*i),t.translate(l.a.v[0],l.a.v[1],l.a.v[2]),a.translate(-l.a.v[0],-l.a.v[1],l.a.v[2]),a.scale(n?1/r:r,n?1/s:s),a.translate(l.a.v[0],l.a.v[1],l.a.v[2])},RepeaterModifier.prototype.init=function(e,t,a,l){for(this.elem=e,this.arr=t,this.pos=a,this.elemsData=l,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(e),this.initModifierProperties(e,t[a]);a>0;)a-=1,this._elements.unshift(t[a]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},RepeaterModifier.prototype.resetElements=function(e){var t,a=e.length;for(t=0;t<a;t+=1)e[t]._processed=!1,"gr"===e[t].ty&&this.resetElements(e[t].it)},RepeaterModifier.prototype.cloneElements=function(e){var t=JSON.parse(JSON.stringify(e));return this.resetElements(t),t},RepeaterModifier.prototype.changeGroupRender=function(e,t){var a,l=e.length;for(a=0;a<l;a+=1)e[a]._render=t,"gr"===e[a].ty&&this.changeGroupRender(e[a].it,t)},RepeaterModifier.prototype.processShapes=function(e){var t,a,l,i,n,o=!1;if(this._mdf||e){var r,s=Math.ceil(this.c.v);if(this._groups.length<s){for(;this._groups.length<s;){var u={it:this.cloneElements(this._elements),ty:"gr"};u.it.push({a:{a:0,ix:1,k:[0,0]},nm:"Transform",o:{a:0,ix:7,k:100},p:{a:0,ix:2,k:[0,0]},r:{a:1,ix:6,k:[{s:0,e:0,t:0},{s:0,e:0,t:1}]},s:{a:0,ix:3,k:[100,100]},sa:{a:0,ix:5,k:0},sk:{a:0,ix:4,k:0},ty:"tr"}),this.arr.splice(0,0,u),this._groups.splice(0,0,u),this._currentCopies+=1}this.elem.reloadShapes(),o=!0}for(n=0,l=0;l<=this._groups.length-1;l+=1){if(r=n<s,this._groups[l]._render=r,this.changeGroupRender(this._groups[l].it,r),!r){var c=this.elemsData[l].it,b=c[c.length-1];0!==b.transform.op.v?(b.transform.op._mdf=!0,b.transform.op.v=0):b.transform.op._mdf=!1}n+=1}this._currentCopies=s;var d=this.o.v,p=d%1,g=d>0?Math.floor(d):Math.ceil(d),m=this.pMatrix.props,h=this.rMatrix.props,y=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var f,v,_=0;if(d>0){for(;_<g;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),_+=1;p&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,p,!1),_+=p)}else if(d<0){for(;_>g;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),_-=1;p&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-p,!0),_-=p)}for(l=1===this.data.m?0:this._currentCopies-1,i=1===this.data.m?1:-1,n=this._currentCopies;n;){if(v=(a=(t=this.elemsData[l].it)[t.length-1].transform.mProps.v.props).length,t[t.length-1].transform.mProps._mdf=!0,t[t.length-1].transform.op._mdf=!0,t[t.length-1].transform.op.v=1===this._currentCopies?this.so.v:this.so.v+(this.eo.v-this.so.v)*(l/(this._currentCopies-1)),0!==_){for((0!==l&&1===i||l!==this._currentCopies-1&&-1===i)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(h[0],h[1],h[2],h[3],h[4],h[5],h[6],h[7],h[8],h[9],h[10],h[11],h[12],h[13],h[14],h[15]),this.matrix.transform(y[0],y[1],y[2],y[3],y[4],y[5],y[6],y[7],y[8],y[9],y[10],y[11],y[12],y[13],y[14],y[15]),this.matrix.transform(m[0],m[1],m[2],m[3],m[4],m[5],m[6],m[7],m[8],m[9],m[10],m[11],m[12],m[13],m[14],m[15]),f=0;f<v;f+=1)a[f]=this.matrix.props[f];this.matrix.reset()}else for(this.matrix.reset(),f=0;f<v;f+=1)a[f]=this.matrix.props[f];_+=1,n-=1,l+=i}}else for(n=this._currentCopies,l=0,i=1;n;)a=(t=this.elemsData[l].it)[t.length-1].transform.mProps.v.props,t[t.length-1].transform.mProps._mdf=!1,t[t.length-1].transform.op._mdf=!1,n-=1,l+=i;return o},RepeaterModifier.prototype.addShape=function(){},ShapeModifiers.registerModifier("rp",RepeaterModifier),ShapeCollection.prototype.addShape=function(e){this._length===this._maxLength&&(this.shapes=this.shapes.concat(createSizedArray(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=e,this._length+=1},ShapeCollection.prototype.releaseShapes=function(){var e;for(e=0;e<this._length;e+=1)shapePool.release(this.shapes[e]);this._length=0},DashProperty.prototype.getValue=function(e){if((this.elem.globalData.frameId!==this.frameId||e)&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf=this._mdf||e,this._mdf)){var t=0,a=this.dataProps.length;for("svg"===this.renderer&&(this.dashStr=""),t=0;t<a;t+=1)"o"!==this.dataProps[t].n?"svg"===this.renderer?this.dashStr+=" "+this.dataProps[t].p.v:this.dashArray[t]=this.dataProps[t].p.v:this.dashoffset[0]=this.dataProps[t].p.v}},extendPrototype([DynamicPropertyContainer],DashProperty),GradientProperty.prototype.comparePoints=function(e,t){for(var a=0,l=this.o.length/2;a<l;){if(Math.abs(e[4*a]-e[4*t+2*a])>.01)return!1;a+=1}return!0},GradientProperty.prototype.checkCollapsable=function(){if(this.o.length/2!=this.c.length/4)return!1;if(this.data.k.k[0].s)for(var e=0,t=this.data.k.k.length;e<t;){if(!this.comparePoints(this.data.k.k[e].s,this.data.p))return!1;e+=1}else if(!this.comparePoints(this.data.k.k,this.data.p))return!1;return!0},GradientProperty.prototype.getValue=function(e){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||e){var t,a,l,i=4*this.data.p;for(t=0;t<i;t+=1)a=t%4==0?100:255,l=Math.round(this.prop.v[t]*a),this.c[t]!==l&&(this.c[t]=l,this._cmdf=!e);if(this.o.length)for(i=this.prop.v.length,t=4*this.data.p;t<i;t+=1)a=t%2==0?100:1,l=t%2==0?Math.round(100*this.prop.v[t]):this.prop.v[t],this.o[t-4*this.data.p]!==l&&(this.o[t-4*this.data.p]=l,this._omdf=!e);this._mdf=!e}},extendPrototype([DynamicPropertyContainer],GradientProperty);var buildShapeString=function(e,t,a,l){if(0===t)return"";var i,n=e.o,o=e.i,r=e.v,s=" M"+l.applyToPointStringified(r[0][0],r[0][1]);for(i=1;i<t;i+=1)s+=" C"+l.applyToPointStringified(n[i-1][0],n[i-1][1])+" "+l.applyToPointStringified(o[i][0],o[i][1])+" "+l.applyToPointStringified(r[i][0],r[i][1]);return a&&t&&(s+=" C"+l.applyToPointStringified(n[i-1][0],n[i-1][1])+" "+l.applyToPointStringified(o[0][0],o[0][1])+" "+l.applyToPointStringified(r[0][0],r[0][1]),s+="z"),s},audioControllerFactory=function(){function e(e){this.audios=[],this.audioFactory=e,this._volume=1,this._isMuted=!1}return e.prototype={addAudio:function(e){this.audios.push(e)},pause:function(){var e,t=this.audios.length;for(e=0;e<t;e+=1)this.audios[e].pause()},resume:function(){var e,t=this.audios.length;for(e=0;e<t;e+=1)this.audios[e].resume()},setRate:function(e){var t,a=this.audios.length;for(t=0;t<a;t+=1)this.audios[t].setRate(e)},createAudio:function(e){return this.audioFactory?this.audioFactory(e):Howl?new Howl({src:[e]}):{isPlaying:!1,play:function(){this.isPlaying=!0},seek:function(){this.isPlaying=!1},playing:function(){},rate:function(){},setVolume:function(){}}},setAudioFactory:function(e){this.audioFactory=e},setVolume:function(e){this._volume=e,this._updateVolume()},mute:function(){this._isMuted=!0,this._updateVolume()},unmute:function(){this._isMuted=!1,this._updateVolume()},getVolume:function(){return this._volume},_updateVolume:function(){var e,t=this.audios.length;for(e=0;e<t;e+=1)this.audios[e].volume(this._volume*(this._isMuted?0:1))}},function(){return new e}}(),ImagePreloader=function(){var e=function(){var e=createTag("canvas");e.width=1,e.height=1;var t=e.getContext("2d");return t.fillStyle="rgba(0,0,0,0)",t.fillRect(0,0,1,1),e}();function t(){this.loadedAssets+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function a(){this.loadedFootagesCount+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function l(e,t,a){var l="";if(e.e)l=e.p;else if(t){var i=e.p;-1!==i.indexOf("images/")&&(i=i.split("/")[1]),l=t+i}else l=a,l+=e.u?e.u:"",l+=e.p;return l}function i(e){var t=0,a=setInterval(function(){(e.getBBox().width||t>500)&&(this._imageLoaded(),clearInterval(a)),t+=1}.bind(this),50)}function n(e){var t={assetData:e},a=l(e,this.assetsPath,this.path);return assetLoader.load(a,function(e){t.img=e,this._footageLoaded()}.bind(this),function(){t.img={},this._footageLoaded()}.bind(this)),t}function o(){this._imageLoaded=t.bind(this),this._footageLoaded=a.bind(this),this.testImageLoaded=i.bind(this),this.createFootageData=n.bind(this),this.assetsPath="",this.path="",this.totalImages=0,this.totalFootages=0,this.loadedAssets=0,this.loadedFootagesCount=0,this.imagesLoadedCb=null,this.images=[]}return o.prototype={loadAssets:function(e,t){var a;this.imagesLoadedCb=t;var l=e.length;for(a=0;a<l;a+=1)e[a].layers||(e[a].t?3===e[a].t&&(this.totalFootages+=1,this.images.push(this.createFootageData(e[a]))):(this.totalImages+=1,this.images.push(this._createImageData(e[a]))))},setAssetsPath:function(e){this.assetsPath=e||""},setPath:function(e){this.path=e||""},loadedImages:function(){return this.totalImages===this.loadedAssets},loadedFootages:function(){return this.totalFootages===this.loadedFootagesCount},destroy:function(){this.imagesLoadedCb=null,this.images.length=0},getAsset:function(e){for(var t=0,a=this.images.length;t<a;){if(this.images[t].assetData===e)return this.images[t].img;t+=1}return null},createImgData:function(t){var a=l(t,this.assetsPath,this.path),i=createTag("img");i.crossOrigin="anonymous",i.addEventListener("load",this._imageLoaded,!1),i.addEventListener("error",function(){n.img=e,this._imageLoaded()}.bind(this),!1),i.src=a;var n={img:i,assetData:t};return n},createImageData:function(t){var a=l(t,this.assetsPath,this.path),i=createNS("image");isSafari?this.testImageLoaded(i):i.addEventListener("load",this._imageLoaded,!1),i.addEventListener("error",function(){n.img=e,this._imageLoaded()}.bind(this),!1),i.setAttributeNS("http://www.w3.org/1999/xlink","href",a),this._elementHelper.append?this._elementHelper.append(i):this._elementHelper.appendChild(i);var n={img:i,assetData:t};return n},imageLoaded:t,footageLoaded:a,setCacheType:function(e,t){"svg"===e?(this._elementHelper=t,this._createImageData=this.createImageData.bind(this)):this._createImageData=this.createImgData.bind(this)}},o}(),featureSupport=(t={maskType:!0},(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent))&&(t.maskType=!1),t),filtersFactory={createFilter:function(e,t){var a=createNS("filter");return a.setAttribute("id",e),!0!==t&&(a.setAttribute("filterUnits","objectBoundingBox"),a.setAttribute("x","0%"),a.setAttribute("y","0%"),a.setAttribute("width","100%"),a.setAttribute("height","100%")),a},createAlphaToLuminanceFilter:function(){var e=createNS("feColorMatrix");return e.setAttribute("type","matrix"),e.setAttribute("color-interpolation-filters","sRGB"),e.setAttribute("values","0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1"),e}},assetLoader=function(){function e(e){return e.response&&"object"==typeof e.response?e.response:e.response&&"string"==typeof e.response?JSON.parse(e.response):e.responseText?JSON.parse(e.responseText):null}return{load:function(t,a,l){var i,n=new XMLHttpRequest;try{n.responseType="json"}catch(e){}n.onreadystatechange=function(){if(4===n.readyState)if(200===n.status)i=e(n),a(i);else try{i=e(n),a(i)}catch(e){l&&l(e)}},n.open("GET",t,!0),n.send()}}}(),t;function TextAnimatorProperty(e,t,a){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=e,this._renderType=t,this._elem=a,this._animatorsData=createSizedArray(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(a)}function TextAnimatorDataProperty(e,t,a){var l={propType:!1},i=PropertyFactory.getProp,n=t.a;this.a={r:n.r?i(e,n.r,0,degToRads,a):l,rx:n.rx?i(e,n.rx,0,degToRads,a):l,ry:n.ry?i(e,n.ry,0,degToRads,a):l,sk:n.sk?i(e,n.sk,0,degToRads,a):l,sa:n.sa?i(e,n.sa,0,degToRads,a):l,s:n.s?i(e,n.s,1,.01,a):l,a:n.a?i(e,n.a,1,0,a):l,o:n.o?i(e,n.o,0,.01,a):l,p:n.p?i(e,n.p,1,0,a):l,sw:n.sw?i(e,n.sw,0,0,a):l,sc:n.sc?i(e,n.sc,1,0,a):l,fc:n.fc?i(e,n.fc,1,0,a):l,fh:n.fh?i(e,n.fh,0,0,a):l,fs:n.fs?i(e,n.fs,0,.01,a):l,fb:n.fb?i(e,n.fb,0,.01,a):l,t:n.t?i(e,n.t,0,0,a):l},this.s=TextSelectorProp.getTextSelectorProp(e,t.s,a),this.s.t=t.s.t}function LetterProps(e,t,a,l,i,n){this.o=e,this.sw=t,this.sc=a,this.fc=l,this.m=i,this.p=n,this._mdf={o:!0,sw:!!t,sc:!!a,fc:!!l,m:!0,p:!0}}function TextProperty(e,t){this._frameId=initialDefaultFrame,this.pv="",this.v="",this.kf=!1,this._isFirstFrame=!0,this._mdf=!1,this.data=t,this.elem=e,this.comp=this.elem.comp,this.keysIndex=0,this.canResize=!1,this.minimumFontSize=1,this.effectsSequence=[],this.currentData={ascent:0,boxWidth:this.defaultBoxWidth,f:"",fStyle:"",fWeight:"",fc:"",j:"",justifyOffset:"",l:[],lh:0,lineWidths:[],ls:"",of:"",s:"",sc:"",sw:0,t:0,tr:0,sz:0,ps:null,fillColorAnim:!1,strokeColorAnim:!1,strokeWidthAnim:!1,yOffset:0,finalSize:0,finalText:[],finalLineHeight:0,__complete:!1},this.copyData(this.currentData,this.data.d.k[0].s),this.searchProperty()||this.completeTextData(this.currentData)}TextAnimatorProperty.prototype.searchProperties=function(){var e,t,a=this._textData.a.length,l=PropertyFactory.getProp;for(e=0;e<a;e+=1)t=this._textData.a[e],this._animatorsData[e]=new TextAnimatorDataProperty(this._elem,t,this);this._textData.p&&"m"in this._textData.p?(this._pathData={f:l(this._elem,this._textData.p.f,0,0,this),l:l(this._elem,this._textData.p.l,0,0,this),r:this._textData.p.r,m:this._elem.maskManager.getMaskProperty(this._textData.p.m)},this._hasMaskedPath=!0):this._hasMaskedPath=!1,this._moreOptions.alignment=l(this._elem,this._textData.m.a,1,0,this)},TextAnimatorProperty.prototype.getMeasures=function(e,t){if(this.lettersChangedFlag=t,this._mdf||this._isFirstFrame||t||this._hasMaskedPath&&this._pathData.m._mdf){this._isFirstFrame=!1;var a,l,i,n,o,r,s,u,c,b,d,p,g,m,h,y,f,v,_,C=this._moreOptions.alignment.v,T=this._animatorsData,w=this._textData,k=this.mHelper,x=this._renderType,P=this.renderedLetters.length,S=e.l;if(this._hasMaskedPath){if(_=this._pathData.m,!this._pathData.n||this._pathData._mdf){var M,E=_.v;for(this._pathData.r&&(E=E.reverse()),o={tLength:0,segments:[]},n=E._length-1,y=0,i=0;i<n;i+=1)M=bez.buildBezierData(E.v[i],E.v[i+1],[E.o[i][0]-E.v[i][0],E.o[i][1]-E.v[i][1]],[E.i[i+1][0]-E.v[i+1][0],E.i[i+1][1]-E.v[i+1][1]]),o.tLength+=M.segmentLength,o.segments.push(M),y+=M.segmentLength;i=n,_.v.c&&(M=bez.buildBezierData(E.v[i],E.v[0],[E.o[i][0]-E.v[i][0],E.o[i][1]-E.v[i][1]],[E.i[0][0]-E.v[0][0],E.i[0][1]-E.v[0][1]]),o.tLength+=M.segmentLength,o.segments.push(M),y+=M.segmentLength),this._pathData.pi=o}if(o=this._pathData.pi,r=this._pathData.f.v,d=0,b=1,u=0,c=!0,m=o.segments,r<0&&_.v.c)for(o.tLength<Math.abs(r)&&(r=-Math.abs(r)%o.tLength),b=(g=m[d=m.length-1].points).length-1;r<0;)r+=g[b].partialLength,(b-=1)<0&&(b=(g=m[d-=1].points).length-1);p=(g=m[d].points)[b-1],h=(s=g[b]).partialLength}n=S.length,a=0,l=0;var A,B,O,L,H,R=1.2*e.finalSize*.714,U=!0;O=T.length;var F,G,j,z,D,V,N,I,W,q,Z,$,Y=-1,K=r,J=d,X=b,Q=-1,ee="",te=this.defaultPropsArray;if(2===e.j||1===e.j){var ae=0,le=0,ie=2===e.j?-.5:-1,ne=0,oe=!0;for(i=0;i<n;i+=1)if(S[i].n){for(ae&&(ae+=le);ne<i;)S[ne].animatorJustifyOffset=ae,ne+=1;ae=0,oe=!0}else{for(B=0;B<O;B+=1)(A=T[B].a).t.propType&&(oe&&2===e.j&&(le+=A.t.v*ie),(H=T[B].s.getMult(S[i].anIndexes[B],w.a[B].s.totalChars)).length?ae+=A.t.v*H[0]*ie:ae+=A.t.v*H*ie);oe=!1}for(ae&&(ae+=le);ne<i;)S[ne].animatorJustifyOffset=ae,ne+=1}for(i=0;i<n;i+=1){if(k.reset(),z=1,S[i].n)a=0,l+=e.yOffset,l+=U?1:0,r=K,U=!1,this._hasMaskedPath&&(b=X,p=(g=m[d=J].points)[b-1],h=(s=g[b]).partialLength,u=0),ee="",Z="",W="",$="",te=this.defaultPropsArray;else{if(this._hasMaskedPath){if(Q!==S[i].line){switch(e.j){case 1:r+=y-e.lineWidths[S[i].line];break;case 2:r+=(y-e.lineWidths[S[i].line])/2}Q=S[i].line}Y!==S[i].ind&&(S[Y]&&(r+=S[Y].extra),r+=S[i].an/2,Y=S[i].ind),r+=C[0]*S[i].an*.005;var re=0;for(B=0;B<O;B+=1)(A=T[B].a).p.propType&&((H=T[B].s.getMult(S[i].anIndexes[B],w.a[B].s.totalChars)).length?re+=A.p.v[0]*H[0]:re+=A.p.v[0]*H),A.a.propType&&((H=T[B].s.getMult(S[i].anIndexes[B],w.a[B].s.totalChars)).length?re+=A.a.v[0]*H[0]:re+=A.a.v[0]*H);for(c=!0;c;)u+h>=r+re||!g?(f=(r+re-u)/s.partialLength,G=p.point[0]+(s.point[0]-p.point[0])*f,j=p.point[1]+(s.point[1]-p.point[1])*f,k.translate(-C[0]*S[i].an*.005,-C[1]*R*.01),c=!1):g&&(u+=s.partialLength,(b+=1)>=g.length&&(b=0,m[d+=1]?g=m[d].points:_.v.c?(b=0,g=m[d=0].points):(u-=s.partialLength,g=null)),g&&(p=s,h=(s=g[b]).partialLength));F=S[i].an/2-S[i].add,k.translate(-F,0,0)}else F=S[i].an/2-S[i].add,k.translate(-F,0,0),k.translate(-C[0]*S[i].an*.005,-C[1]*R*.01,0);for(B=0;B<O;B+=1)(A=T[B].a).t.propType&&(H=T[B].s.getMult(S[i].anIndexes[B],w.a[B].s.totalChars),0===a&&0===e.j||(this._hasMaskedPath?H.length?r+=A.t.v*H[0]:r+=A.t.v*H:H.length?a+=A.t.v*H[0]:a+=A.t.v*H));for(e.strokeWidthAnim&&(V=e.sw||0),e.strokeColorAnim&&(D=e.sc?[e.sc[0],e.sc[1],e.sc[2]]:[0,0,0]),e.fillColorAnim&&e.fc&&(N=[e.fc[0],e.fc[1],e.fc[2]]),B=0;B<O;B+=1)(A=T[B].a).a.propType&&((H=T[B].s.getMult(S[i].anIndexes[B],w.a[B].s.totalChars)).length?k.translate(-A.a.v[0]*H[0],-A.a.v[1]*H[1],A.a.v[2]*H[2]):k.translate(-A.a.v[0]*H,-A.a.v[1]*H,A.a.v[2]*H));for(B=0;B<O;B+=1)(A=T[B].a).s.propType&&((H=T[B].s.getMult(S[i].anIndexes[B],w.a[B].s.totalChars)).length?k.scale(1+(A.s.v[0]-1)*H[0],1+(A.s.v[1]-1)*H[1],1):k.scale(1+(A.s.v[0]-1)*H,1+(A.s.v[1]-1)*H,1));for(B=0;B<O;B+=1){if(A=T[B].a,H=T[B].s.getMult(S[i].anIndexes[B],w.a[B].s.totalChars),A.sk.propType&&(H.length?k.skewFromAxis(-A.sk.v*H[0],A.sa.v*H[1]):k.skewFromAxis(-A.sk.v*H,A.sa.v*H)),A.r.propType&&(H.length?k.rotateZ(-A.r.v*H[2]):k.rotateZ(-A.r.v*H)),A.ry.propType&&(H.length?k.rotateY(A.ry.v*H[1]):k.rotateY(A.ry.v*H)),A.rx.propType&&(H.length?k.rotateX(A.rx.v*H[0]):k.rotateX(A.rx.v*H)),A.o.propType&&(H.length?z+=(A.o.v*H[0]-z)*H[0]:z+=(A.o.v*H-z)*H),e.strokeWidthAnim&&A.sw.propType&&(H.length?V+=A.sw.v*H[0]:V+=A.sw.v*H),e.strokeColorAnim&&A.sc.propType)for(I=0;I<3;I+=1)H.length?D[I]+=(A.sc.v[I]-D[I])*H[0]:D[I]+=(A.sc.v[I]-D[I])*H;if(e.fillColorAnim&&e.fc){if(A.fc.propType)for(I=0;I<3;I+=1)H.length?N[I]+=(A.fc.v[I]-N[I])*H[0]:N[I]+=(A.fc.v[I]-N[I])*H;A.fh.propType&&(N=H.length?addHueToRGB(N,A.fh.v*H[0]):addHueToRGB(N,A.fh.v*H)),A.fs.propType&&(N=H.length?addSaturationToRGB(N,A.fs.v*H[0]):addSaturationToRGB(N,A.fs.v*H)),A.fb.propType&&(N=H.length?addBrightnessToRGB(N,A.fb.v*H[0]):addBrightnessToRGB(N,A.fb.v*H))}}for(B=0;B<O;B+=1)(A=T[B].a).p.propType&&(H=T[B].s.getMult(S[i].anIndexes[B],w.a[B].s.totalChars),this._hasMaskedPath?H.length?k.translate(0,A.p.v[1]*H[0],-A.p.v[2]*H[1]):k.translate(0,A.p.v[1]*H,-A.p.v[2]*H):H.length?k.translate(A.p.v[0]*H[0],A.p.v[1]*H[1],-A.p.v[2]*H[2]):k.translate(A.p.v[0]*H,A.p.v[1]*H,-A.p.v[2]*H));if(e.strokeWidthAnim&&(W=V<0?0:V),e.strokeColorAnim&&(q="rgb("+Math.round(255*D[0])+","+Math.round(255*D[1])+","+Math.round(255*D[2])+")"),e.fillColorAnim&&e.fc&&(Z="rgb("+Math.round(255*N[0])+","+Math.round(255*N[1])+","+Math.round(255*N[2])+")"),this._hasMaskedPath){if(k.translate(0,-e.ls),k.translate(0,C[1]*R*.01+l,0),w.p.p){v=(s.point[1]-p.point[1])/(s.point[0]-p.point[0]);var se=180*Math.atan(v)/Math.PI;s.point[0]<p.point[0]&&(se+=180),k.rotate(-se*Math.PI/180)}k.translate(G,j,0),r-=C[0]*S[i].an*.005,S[i+1]&&Y!==S[i+1].ind&&(r+=S[i].an/2,r+=.001*e.tr*e.finalSize)}else{switch(k.translate(a,l,0),e.ps&&k.translate(e.ps[0],e.ps[1]+e.ascent,0),e.j){case 1:k.translate(S[i].animatorJustifyOffset+e.justifyOffset+(e.boxWidth-e.lineWidths[S[i].line]),0,0);break;case 2:k.translate(S[i].animatorJustifyOffset+e.justifyOffset+(e.boxWidth-e.lineWidths[S[i].line])/2,0,0)}k.translate(0,-e.ls),k.translate(F,0,0),k.translate(C[0]*S[i].an*.005,C[1]*R*.01,0),a+=S[i].l+.001*e.tr*e.finalSize}"html"===x?ee=k.toCSS():"svg"===x?ee=k.to2dCSS():te=[k.props[0],k.props[1],k.props[2],k.props[3],k.props[4],k.props[5],k.props[6],k.props[7],k.props[8],k.props[9],k.props[10],k.props[11],k.props[12],k.props[13],k.props[14],k.props[15]],$=z}P<=i?(L=new LetterProps($,W,q,Z,ee,te),this.renderedLetters.push(L),P+=1,this.lettersChangedFlag=!0):(L=this.renderedLetters[i],this.lettersChangedFlag=L.update($,W,q,Z,ee,te)||this.lettersChangedFlag)}}},TextAnimatorProperty.prototype.getValue=function(){this._elem.globalData.frameId!==this._frameId&&(this._frameId=this._elem.globalData.frameId,this.iterateDynamicProperties())},TextAnimatorProperty.prototype.mHelper=new Matrix,TextAnimatorProperty.prototype.defaultPropsArray=[],extendPrototype([DynamicPropertyContainer],TextAnimatorProperty),LetterProps.prototype.update=function(e,t,a,l,i,n){this._mdf.o=!1,this._mdf.sw=!1,this._mdf.sc=!1,this._mdf.fc=!1,this._mdf.m=!1,this._mdf.p=!1;var o=!1;return this.o!==e&&(this.o=e,this._mdf.o=!0,o=!0),this.sw!==t&&(this.sw=t,this._mdf.sw=!0,o=!0),this.sc!==a&&(this.sc=a,this._mdf.sc=!0,o=!0),this.fc!==l&&(this.fc=l,this._mdf.fc=!0,o=!0),this.m!==i&&(this.m=i,this._mdf.m=!0,o=!0),!n.length||this.p[0]===n[0]&&this.p[1]===n[1]&&this.p[4]===n[4]&&this.p[5]===n[5]&&this.p[12]===n[12]&&this.p[13]===n[13]||(this.p=n,this._mdf.p=!0,o=!0),o},TextProperty.prototype.defaultBoxWidth=[0,0],TextProperty.prototype.copyData=function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},TextProperty.prototype.setCurrentData=function(e){e.__complete||this.completeTextData(e),this.currentData=e,this.currentData.boxWidth=this.currentData.boxWidth||this.defaultBoxWidth,this._mdf=!0},TextProperty.prototype.searchProperty=function(){return this.searchKeyframes()},TextProperty.prototype.searchKeyframes=function(){return this.kf=this.data.d.k.length>1,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},TextProperty.prototype.addEffect=function(e){this.effectsSequence.push(e),this.elem.addDynamicProperty(this)},TextProperty.prototype.getValue=function(e){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length||e){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var t=this.currentData,a=this.keysIndex;if(this.lock)this.setCurrentData(this.currentData);else{var l;this.lock=!0,this._mdf=!1;var i=this.effectsSequence.length,n=e||this.data.d.k[this.keysIndex].s;for(l=0;l<i;l+=1)n=a!==this.keysIndex?this.effectsSequence[l](n,n.t):this.effectsSequence[l](this.currentData,n.t);t!==n&&this.setCurrentData(n),this.v=this.currentData,this.pv=this.v,this.lock=!1,this.frameId=this.elem.globalData.frameId}}},TextProperty.prototype.getKeyframeValue=function(){for(var e=this.data.d.k,t=this.elem.comp.renderedFrame,a=0,l=e.length;a<=l-1&&!(a===l-1||e[a+1].t>t);)a+=1;return this.keysIndex!==a&&(this.keysIndex=a),this.data.d.k[this.keysIndex].s},TextProperty.prototype.buildFinalText=function(e){for(var t,a=FontManager.getCombinedCharacterCodes(),l=[],i=0,n=e.length;i<n;)t=e.charCodeAt(i),-1!==a.indexOf(t)?l[l.length-1]+=e.charAt(i):t>=55296&&t<=56319&&(t=e.charCodeAt(i+1))>=56320&&t<=57343?(l.push(e.substr(i,2)),i+=1):l.push(e.charAt(i)),i+=1;return l},TextProperty.prototype.completeTextData=function(e){e.__complete=!0;var t,a,l,i,n,o,r,s=this.elem.globalData.fontManager,u=this.data,c=[],b=0,d=u.m.g,p=0,g=0,m=0,h=[],y=0,f=0,v=s.getFontByName(e.f),_=0,C=getFontProperties(v);e.fWeight=C.weight,e.fStyle=C.style,e.finalSize=e.s,e.finalText=this.buildFinalText(e.t),a=e.finalText.length,e.finalLineHeight=e.lh;var T,w=e.tr/1e3*e.finalSize;if(e.sz)for(var k,x,P=!0,S=e.sz[0],M=e.sz[1];P;){k=0,y=0,a=(x=this.buildFinalText(e.t)).length,w=e.tr/1e3*e.finalSize;var E=-1;for(t=0;t<a;t+=1)T=x[t].charCodeAt(0),l=!1," "===x[t]?E=t:13!==T&&3!==T||(y=0,l=!0,k+=e.finalLineHeight||1.2*e.finalSize),s.chars?(r=s.getCharData(x[t],v.fStyle,v.fFamily),_=l?0:r.w*e.finalSize/100):_=s.measureText(x[t],e.f,e.finalSize),y+_>S&&" "!==x[t]?(-1===E?a+=1:t=E,k+=e.finalLineHeight||1.2*e.finalSize,x.splice(t,E===t?1:0,"\r"),E=-1,y=0):(y+=_,y+=w);k+=v.ascent*e.finalSize/100,this.canResize&&e.finalSize>this.minimumFontSize&&M<k?(e.finalSize-=1,e.finalLineHeight=e.finalSize*e.lh/e.s):(e.finalText=x,a=e.finalText.length,P=!1)}y=-w,_=0;var A,B=0;for(t=0;t<a;t+=1)if(l=!1,13===(T=(A=e.finalText[t]).charCodeAt(0))||3===T?(B=0,h.push(y),f=y>f?y:f,y=-2*w,i="",l=!0,m+=1):i=A,s.chars?(r=s.getCharData(A,v.fStyle,s.getFontByName(e.f).fFamily),_=l?0:r.w*e.finalSize/100):_=s.measureText(i,e.f,e.finalSize)," "===A?B+=_+w:(y+=_+w+B,B=0),c.push({l:_,an:_,add:p,n:l,anIndexes:[],val:i,line:m,animatorJustifyOffset:0}),2==d){if(p+=_,""===i||" "===i||t===a-1){for(""!==i&&" "!==i||(p-=_);g<=t;)c[g].an=p,c[g].ind=b,c[g].extra=_,g+=1;b+=1,p=0}}else if(3==d){if(p+=_,""===i||t===a-1){for(""===i&&(p-=_);g<=t;)c[g].an=p,c[g].ind=b,c[g].extra=_,g+=1;p=0,b+=1}}else c[b].ind=b,c[b].extra=0,b+=1;if(e.l=c,f=y>f?y:f,h.push(y),e.sz)e.boxWidth=e.sz[0],e.justifyOffset=0;else switch(e.boxWidth=f,e.j){case 1:e.justifyOffset=-e.boxWidth;break;case 2:e.justifyOffset=-e.boxWidth/2;break;default:e.justifyOffset=0}e.lineWidths=h;var O,L,H,R,U=u.a;o=U.length;var F=[];for(n=0;n<o;n+=1){for((O=U[n]).a.sc&&(e.strokeColorAnim=!0),O.a.sw&&(e.strokeWidthAnim=!0),(O.a.fc||O.a.fh||O.a.fs||O.a.fb)&&(e.fillColorAnim=!0),R=0,H=O.s.b,t=0;t<a;t+=1)(L=c[t]).anIndexes[n]=R,(1==H&&""!==L.val||2==H&&""!==L.val&&" "!==L.val||3==H&&(L.n||" "==L.val||t==a-1)||4==H&&(L.n||t==a-1))&&(1===O.s.rn&&F.push(R),R+=1);u.a[n].s.totalChars=R;var G,j=-1;if(1===O.s.rn)for(t=0;t<a;t+=1)j!=(L=c[t]).anIndexes[n]&&(j=L.anIndexes[n],G=F.splice(Math.floor(Math.random()*F.length),1)[0]),L.anIndexes[n]=G}e.yOffset=e.finalLineHeight||1.2*e.finalSize,e.ls=e.ls||0,e.ascent=v.ascent*e.finalSize/100},TextProperty.prototype.updateDocumentData=function(e,t){t=void 0===t?this.keysIndex:t;var a=this.copyData({},this.data.d.k[t].s);a=this.copyData(a,e),this.data.d.k[t].s=a,this.recalculate(t),this.elem.addDynamicProperty(this)},TextProperty.prototype.recalculate=function(e){var t=this.data.d.k[e].s;t.__complete=!1,this.keysIndex=0,this._isFirstFrame=!0,this.getValue(t)},TextProperty.prototype.canResizeFont=function(e){this.canResize=e,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(thi